
.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_de_nex {
    height: 55px;
    line-height: 52px;
}

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

.price-iner-txt {
    display: inline-block;
    position: relative;
    top: -13px;
    padding: 0 16px;
    color: #434343;
    font-size: 13px;
    font-weight: 500;
    background: #fff;
}
.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%;
    }
    .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_send_msg {
    background-color: var(--semi-color-fill-0);
    display: inline-block;
    padding: 5px;
    border-radius: 5px;

    color: var(--semi-color-primary);
}

.wepay_send_msg:hover {
    color: var(--semi-color-primary);
    background-color: var(--semi-color-fill-1);
}

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

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

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

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

.create_order_content {
    border-radius: 5px;
    max-width: 550px;
    margin: 0 auto;
    background-color: #ffffff;
    padding: 25px 45px;
}

@media screen and (max-width: 768px) {
    .create_order_content{
        padding: 10px;
    }
    .create_order_main{
        padding: 20px 0;
    }
    .wepay_content{
        padding: 15px ;
    }
}

.create_order-payul>li {
    margin: 20px 0;
}

.create_order-payul li strong {
    height: 36px;
}

.create_order-expired-tips {
    /* display: inline-flex; */
    align-items: center;
    margin: 16px 0 0;
    padding: 8px 12px;
    font-size: 14px;
    line-height: 18px;
    color: rgba(0, 0, 0, 0.45);
    background: #f6f8f9;
    width: 100%;
}

.sel_title {
    font-weight: 600;
}

.create_order-sel-verion {
    display: block;
    padding: 10px;
    font-size: 14px;
    margin-bottom: 15px;
    cursor: pointer;
    border: 2px solid var(--semi-color-border);
    border-radius: 5px;
    height: 55px;
    line-height: 35px;
    background: linear-gradient(to bottom, var(--semi-color-warning-light-hover), #fffbf0);
}
.price-show-old{
    display: inline-block;
    text-decoration: line-through;
    color: var(--semi-color-text-3);
    width: 50%;
    font-size: 13px;
}
.price-show-new{
    float: right;
    padding: 1px 5px;
    width: 50%;
    text-align: right;
    border-radius:3px;
}
a.price-show-new:hover{
    /* background-color: var(--semi-color-fill-0); */
    text-decoration: underline!important;
}
.price-price{   
    font-weight: 300;
}

.create_order-text-right {
    float: right;
}

.create_order-discount-mark {
    height: 16px;
    padding-left: 2px;
    line-height: 15px;
    text-align: center;
    background: #ffdedf;
    font-size: 14px;
    white-space: nowrap;
    margin-right: 13px;
    cursor: pointer;

    padding: 0px 3px;
    color: #df3033;
    border-radius: 2px;
    border: 1px solid #df3033;
    font-size: 13px;
}

.create_order-old-price-mark {
    text-decoration: line-through;
    color: var(--semi-color-text-3);
    float: right;

}

.create_order_sel_pay {
    border: 1px solid var(--semi-color-border);
    padding: 10px 15px 10px 15px;
    display: inline-block;
    border-radius: 3px;

}

.create_order_title {
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 30px;
    color: var(--semi-color-warning);
}

.create_order_submit {
    width: 98%;
    margin: 10px auto;
    padding: 10px 0;
}
