
.aside_main_x0 {
    float: left;
    width: auto;
    background-color: #ffffff;
    height: 100vh;
    border-right: 1px solid rgba(0, 0, 0, .06);
    box-shadow: 2px 0 8px 0 rgba(29, 35, 41, .05);
    position: relative;
}

.aside_main_x0 a {
    color: var(--semi-color-text-0);
}

.aside_el1 {
    height: 50px;
    width: 100%;
    position: absolute;
    line-height: 50px;
    text-align: right;
    bottom: 0;
    right: 15px;
    border-top: 1px solid hsla(0, 0%, 91%, .5);
    color: rgba(0, 0, 0, .65);
    cursor: pointer;
    text-decoration: none;
}

.aside_ull {

    padding: 20px 20px 30px 20px;
}


.center_content {
    float: left;
    min-height: 600px;
    width: 60%;
    background-color: #ffffff;
    padding: 20px;
    margin: 24px;
}

.center_content h1{
    font-size: 22px;
}

.centere_1hr{
    border-bottom: 1px solid var(--semi-color-border);
    margin-top: 20px;
    margin-bottom: 20px;
}

/* 清除浮动 */
.center_clear {
    clear: both;
}

.aside_ull li {
    list-style: none outside none;
    padding: 10px;
}

input[type="password" i] {
    padding-left: 8px;
    border-width: thin;
    background-color: var(--semi-color-bg-4);
    color: inherit;
    border-radius: var(--semi-border-radius-small);
}

.price_mainx {
    font-size: 15px;
    background-color: #f0f2f5;
}

.price_act1 {
    border: 1px solid rgba(var(--semi-grey-4), 1);

}

.price_act2 {
    border: 1px solid rgba(var(--semi-blue-4), 1);

}

.price_act3 {
    border: 1px solid rgba(var(--semi-amber-5), 1);

}

.price_sdg {
    background-color: #ffffff;
    border-radius: 10px;
}

.price_tit {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    padding: 10px 15px;
    color: white;
}

.price_ro1 {
    background-color: rgba(var(--semi-grey-4), 1)
}

.price_ro2 {
    background-color: rgba(var(--semi-blue-4), 1)
}

.price_ro3 {
    background-color: rgba(var(--semi-orange-5), 1)
}

.price_rko {
    font-size: 23px;
    height: 35px;
    line-height: 35px;
}

.price_dec {
    position: relative;
}

.price_dec li {
    padding: 8px 36px;
    font-size: 15px;
}


.price-inner-line {
    border-top: 1px solid #d9d9d9;
    margin-left: 5px;
    height: 2px;
}

.price_desc_out {
    padding: 10px 18px;
}

.price_h4 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 16px;
}

.price_h3 {
    font-size: 20px;
    font-weight: 600;   
    margin-top: 180px;
    margin-bottom: 50px;
}

/* pc */
@media screen and (min-width: 768px) {
    .center_main {
        background-color: #f0f2f5;    
    }
    .price_mainx {
        padding: 120px 0;
    }
    .price_contentq {
        padding: 45px;
    }

    .price_contentq .col-md-4 {
        padding: 20px;
        max-width: 400px;
    }
    .price_mainx h2{    
        font-size: 22px;
    }
}

/* h5 */
@media screen and (max-width: 768px) {
    body{
        /* background-color: #f0f6f6; */
    }
    .price_mainx h2{    
        font-size: 20px;
        margin: 35px 0px;
    }
    .price_contentq {
        padding: 5px;
    }

    .price_contentq .col-md-4 {
        padding-bottom: 30px;
    }
    
    .aside_main_x0{
        display: none;
    }
    .center_content{
        width: 100%;
        margin: 24px auto;
        float: none;
    }
    input[type="text" i], input[type="password" i], input[type="number" i]{
        width: 100%;
    }
    /* 不包含工具页的 */
    .current-tool input[type="text" i],.current-tool input[type="password" i],.current-tool input[type="number" i] {
        width: auto; 
    }
    .overtime99{
        cursor: pointer;
        position: absolute;
        right: 30px;
    }
    .price_dec{
        font-size: 18px;
    }
}

.wepay_payment {
    background-color: #fff;
    padding: 26px 12px;
    box-shadow: 0 6px 32px rgba(0, 0, 0, .13);
}

.wepay-box-hd {
    margin-bottom: 20px;
}

.wepay-box-hd img{
    width: 246px;
    height: 246px;
    border-radius: 3px;
    border: 1px solid #ddd;
}

.wepay-box-hd canvas {
    border-radius: 3px;
    border: 1px solid #ddd;
}

.wepay-qr-hd img{
    width: 246px;
    height: 246px;
    border-radius: 3px;
    border: 1px solid #ddd;
}
   
.wepay-qr-hd canvas {
    border-radius: 3px;
    border: 1px solid #ddd;
    min-height: 190px;
}

.wepay-img-qr-desc {
    width: 208px;
    height: 62px;
    background: url(/static/home/img/center/img-qr-desc.png) no-repeat;
    background-size: cover;
    margin: 0 auto;
}

.wepay_main {
    margin: 0 auto;
    background-color: #f0f2f5;
    padding: 60px 0;
    }

.wepay_content {
    border-radius: 5px;
    max-width: 900px;
    margin: 0 auto;
    background-color: #ffffff;
    padding: 45px 115px;

}

.wepay-show-left {
    float: left;
}

.wepay-show-right {
    float: right;
}

.wepay_title {
    text-align: center;
    font-size: 18px;
    margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
    .wepay_content{
        padding: 15px ;
    }
}
