.page-main{
    background: #F9FCFF;
}

.common-radio-panel>a{
    font-size: 14px;
    color: #374567;
    text-align: center;
    margin-top: 24px;
}

/* banner */
.banner-wap{
    overflow: hidden;
    background: #E4EFFA;
}
.banner {
    display: block;
    text-align: center;
    padding-left: 40px;
    padding-right: 40px;
    height: 601px;
    width: 1920px;
    left: 50%;
    transform: translateX(-50%);
    background: #E4EFFA;
    overflow: revert;
    position: relative;
}
.banner video{
    position: absolute;
    top: 0;
    left: 0;
    height: 600px;
    width: 100%;
    object-fit: contain;
    z-index: 0;
}
.banner .banner-txt{
    font-size: 24px;
    color: #ffffff;
    padding: 13px 162px;
    background: linear-gradient( 89deg, rgba(35,33,118,0) 0%, #232176 10%, #232176 50%, #232176 89%, rgba(35,33,118,0) 100%);
    opacity: 0.8;
    display: block;
    position: absolute;
    z-index: 1;
    left: 50%;
    transform: translateX(-50%);
    bottom: 22%;
}
.banner .banner-txt:before{
    width: 100%;
    height: 2px;
    background: linear-gradient( 89deg, rgba(252,185,68,0) 0%, #FCB944 23%, rgba(252,185,68,0) 100%);
    content: '';
    position: absolute;
    top: 0;
    right: 0;
}
.banner .banner-txt:after{
    width: 100%;
    height: 2px;
    background: linear-gradient( 271deg, rgba(252,185,68,0) 0%, #FFC744 23%, rgba(252,185,68,0) 100%);
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
}
.banner .banner-txt span{
    color: #FE9E49;
}
.banner-wap > .banner > img{
    position: absolute;
    width: auto;
    left: 50%;
    transform: translateX(-50%);
    height: 602px;
}
.page-main > .banner > .banner_title_1{
    font-size: 89px;
    color: #FF0000;
    font-weight: bold;
}
.page-main > .banner > .banner_title_2{
    font-size: 89px;
    color: #181818;
    font-weight: bold;
    margin-bottom: 52px;
}
.page-main > .banner > .banner_desc{
    font-size: 22px;
    color: #FF0000;
    font-weight: bold;
}


/* module title box */
.module-title{
    color: #181818;
    padding-top: 10px;
    margin-bottom: 40px;
    text-align: center;
}
.module-title .title{
    font-size: 28px;
    font-weight: bold;
    color: #374567;
    margin-right: 4px;
    padding: 0;
}
.module-title .desc{
    font-size: 14px;
    color: #374567;
    padding-top: 8px;
}
.module-title .desc a{
    color: #3860F4;
    font-size: 14px;
    line-height: 24px;
    cursor: pointer;
}

/***************************** promotion ************************************/
.module-promotion{
    background: #F9FCFF;
    padding-top: 60px;
}
.daily-promotion .daily-promotion-cards{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px 0;
}
.daily-promotion .daily-promotion-card{
    width: calc(50% - 10px);
    background: #FFFFFF url("../img/2025daily/promotion-bg.png") no-repeat top right;
    border-radius: 0;
    border: 1px solid #E4E9F1;

    display: flex;
    padding: 24px;
    justify-content: space-between;
}
.daily-promotion .daily-promotion-card.red{
    background: #FFFFFF url("../img/2025daily/promotion-red-bg-2.png") no-repeat top right;
}
.daily-promotion-card .left-box, .daily-promotion-card .right-box{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.daily-promotion-card .right-box{
    /*padding-left: 55px;*/
}
.daily-promotion-card .left-box .top .content{
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: nowrap;
}
.daily-promotion-card .left-box .top .content > div{
    white-space: nowrap;
}
.daily-promotion-card .left-box .top .content .title{
    font-weight: bold;
    font-size: 20px;
    color: #374567;
}
.daily-promotion-card .left-box .top .content .cut{
    width: 64px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    background: linear-gradient( 135deg, #FF7700 0%, #FF0000 100%);

    font-size: 12px;
    color: #FFFFFF;

    position: relative;
}
.daily-promotion-card .left-box .top .content .cut:before{
    content: url("../img/2025daily/promotion-cut-bg.png");
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-40%);
}
.daily-promotion-card .left-box .top .content .cut .num{
    padding-left: 10px;
}
.daily-promotion-card .left-box .top .content .tag{
    background: #E1E7FE;
    border-radius: 2px;
    font-size: 12px;
    color: #3860F4;
    padding: 4px 10px;
}
.daily-promotion-card .left-box .top .configs{
    padding-top: 12px;
    font-weight: bold;
    font-size: 14px;
    color: #2147A5;
}
.daily-promotion-card .left-box .bottom{
}
.daily-promotion-card .left-box .bottom .desc .title{
    font-weight: bold;
    font-size: 12px;
    color: #374567;
}
.daily-promotion-card .left-box .bottom .desc .content{
    font-weight: 400;
    font-size: 12px;
    color: #7A8BA6;
}

.daily-promotion-card .right-box .top .price-box{
    display: flex;
    position: relative;
}
.daily-promotion-card .right-box .top .price-box .price-desc{
    font-weight: 400;
    font-size: 10px;
    color: #3860F4;

    position: absolute;
    bottom: -20px;
    right: 0;
}
.daily-promotion-card .right-box .top .price-box .price-desc .num{
    color: #FE5F47;
}
.daily-promotion-card .right-box .top .price{
    background: #FFFFFF;
    border: 1px solid #D4D4D4;
    width: 106px;
    height: 58px;
    text-align: center;
    padding-top: 9px;
    color: #3860F4;
    cursor: pointer;
}
.daily-promotion-card .right-box .top .price.checked{
    border: 1px solid #FE5F47;
    color: #FE5F47;
}
.daily-promotion-card .right-box .top .price.price-y{
    margin-left: 8px;
    position: relative;
}
.daily-promotion-card .right-box .top .price.price-y .tag{
    width: 51px;
    height: 16px;
    line-height: 16px;
    background: linear-gradient( 135deg, #3860F4 0%, #CC079E 100%);
    border-radius: 8px 8px 8px 0;
    font-weight: 400;
    font-size: 8px;
    color: #FFFFFF;

    position: absolute;
    top: -8px;
    right: -12px;
}
.daily-promotion-card .right-box .top .now-price .num{
    font-size: 18px;
    font-weight: bolder;
}
.daily-promotion-card .right-box .top .now-price .unit{
    font-size: 12px;
}
.daily-promotion-card .right-box .top .old-price .num{
    font-size: 12px;
}
.daily-promotion-card .right-box .top .old-price .unit{
    font-size: 12px;
}
.daily-promotion-card .right-box .top .old-price{
    opacity: 50%;
    text-decoration-line: line-through;
}
.daily-promotion-card .right-box .bottom{
    padding-top: 27px;
}
.daily-promotion-card .right-box .bottom a{
    display: inline-block;
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    background: linear-gradient( 135deg, #5D85F7 0%, #3860F4 100%);
    padding: 8px 82px;
}

/***************************** ecs ************************************/
.module-ecs{
    background: #F9FCFF;
    padding: 48px 0 60px 0;
}
/* ecs module-radio-g */
.module-ecs .common-radio-group .ecs-tab-box{
    border-bottom: 2px solid #3860F4;
    display: flex;
    justify-content: space-between;
    margin-bottom: 26px;
}
.module-ecs .common-radio-group .ecs-tab-box .common-radio{
    flex: 1;
    height: 48px;
    line-height: 48px;
    font-weight: 400;
    font-size: 16px;
    color: #212121;
    text-align: center;
}
.module-ecs .common-radio-group .ecs-tab-box .common-radio.checked{
    background: linear-gradient(135deg, #5D85F7 0%, #3860F4 100%);
    clip-path: polygon(94% 0%, 100% 100%, 0% 100%, 0% 0%);
    border-radius: 0;
    color: #FFFFFF;
}

/* ecs content x */
.module-ecs .ecs-content{
    display: flex;
    width: 100%;
    background: #FFFFFF;
    color: #4A5A95;
    box-shadow: 0 0 20px 1px rgba(23, 24, 29, 0.05);
}
.module-ecs .ecs-content .left-box{
    width: 400px;
    padding: 36px 26px 48px 24px;
    position: relative;
    z-index: 99;
}
.module-ecs .ecs-content > .left-box:before{
    content: url("../img/20241212/left-box-bg.png");
    position: absolute;
    right: 0;
    bottom: -4px;
    z-index: -1;
}
.module-ecs .ecs-content .right-box{
    width: calc(100% - 400px);
    border-left: 1px solid #E4E9F1;
}

.module-ecs .ecs-content .left-box .title{
    font-size: 24px;
    font-weight: bolder;
    margin-bottom: 24px;
}
.module-ecs .ecs-content .left-box .desc{
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
    text-align: left;
    margin-bottom: 36px;
    color: #374567;
}
.module-ecs .ecs-content .left-box .product-adv{
    margin-bottom: 30px;
}
.module-ecs .ecs-content .left-box .product-adv .title{
    font-weight: bold;
    font-size: 20px;
    padding-left: 7px;
    position: relative;
    margin-bottom: 0;
}
.module-ecs .ecs-content .left-box .product-adv .title:before {
    content: "";
    width: 3px;
    height: 14px;
    background: #3860F4;
    border-radius: 2px;
    position: absolute;
    left: 0;
    top: 6px;
}
.module-ecs .ecs-content .left-box .product-adv .configs{
    padding-top: 20px;
}
.module-ecs .ecs-content .left-box .product-adv .configs .config{
    font-size: 14px;
    line-height: 36px;
    padding-left: 25px;
    position: relative;
    color: #374567;
}
.module-ecs .ecs-content .left-box .product-adv .configs .config:before{
    content: url("../img/20241212/config-icon.png");
    position: absolute;
    left: 0;
    top: 2px;
}
.module-ecs .ecs-content .left-box .icons-list{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.module-ecs .ecs-content .left-box .icons-list>div{
    width: 90px;
    height: 90px;
    background: #FFFFFF;
    border-radius: 2px;
    border: 1px solid #E5EAF1;
}
.module-ecs .ecs-content .left-box .icons-list>div span{
    font-weight: 400;
    font-size: 12px;
    display: inline-block;
    position: relative;
    text-align: center;
    width: 90px;
    line-height: 140px;
}
.module-ecs .ecs-content .left-box .icons-list>div>.hk-icon-1:before{
    content: url("../img/20241212/hk-icon-1.png");
    width: 32px;
    height: 32px;
    border-radius: 32px;
    position: absolute;
    line-height: normal;
    left: 28px;
    top: 18px;
}
.module-ecs .ecs-content .left-box .icons-list>div>.hk-icon-2:before{
    content: url("../img/20241212/hk-icon-2.png");
    width: 32px;
    height: 32px;
    border-radius: 32px;
    position: absolute;
    line-height: normal;
    left: 28px;
    top: 18px;
}
.module-ecs .ecs-content .left-box .icons-list>div>.hk-icon-3:before{
    content: url("../img/20241212/hk-icon-3.png");
    width: 32px;
    height: 32px;
    border-radius: 32px;
    position: absolute;
    line-height: normal;
    left: 28px;
    top: 18px;
}
.module-ecs .ecs-content .left-box .icons-list>div>.usa-icon-1:before{
    content: url("../img/20241212/usa-icon-1.png");
    width: 32px;
    height: 32px;
    border-radius: 32px;
    position: absolute;
    line-height: normal;
    left: 28px;
    top: 18px;
}
.module-ecs .ecs-content .left-box .icons-list>div>.usa-icon-2:before{
    content: url("../img/20241212/usa-icon-2.png");
    width: 32px;
    height: 32px;
    border-radius: 32px;
    position: absolute;
    line-height: normal;
    left: 28px;
    top: 18px;
}
.module-ecs .ecs-content .left-box .icons-list>div>.usa-icon-3:before{
    content: url("../img/20241212/hk-icon-3.png");
    width: 32px;
    height: 32px;
    border-radius: 32px;
    position: absolute;
    line-height: normal;
    left: 28px;
    top: 18px;
}
.module-ecs .ecs-content .left-box .icons-list>div>.sg-icon-1:before{
    content: url("../img/20241212/sg-icon-1.png");
    width: 32px;
    height: 32px;
    border-radius: 32px;
    position: absolute;
    line-height: normal;
    left: 28px;
    top: 18px;
}
.module-ecs .ecs-content .left-box .icons-list>div>.sg-icon-2:before{
    content: url("../img/20241212/sg-icon-2.png");
    width: 32px;
    height: 32px;
    border-radius: 32px;
    position: absolute;
    line-height: normal;
    left: 28px;
    top: 18px;
}
.module-ecs .ecs-content .left-box .icons-list>div>.sg-icon-3:before{
    content: url("../img/20241212/sg-icon-3.png");
    width: 32px;
    height: 32px;
    border-radius: 32px;
    position: absolute;
    line-height: normal;
    left: 28px;
    top: 18px;
}

.module-ecs .ecs-content .right-box .ecs-product-box{
    display: flex;
    justify-content: space-between;
    width: 100%;
    background: #F6F8F9;
}
.module-ecs .ecs-content .right-box .ecs-product-box>a{
    display: block;
    flex-grow: 1;
    height: 48px;
    line-height: 48px;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    color: #212121;
    position: relative;
}
.module-ecs .ecs-content .right-box .ecs-product-box>a.checked{
    background: #E9F2FF;
    color: #3860F4;
}
.module-ecs .ecs-content .right-box .ecs-product-box>a:last-child{
    color: #3860F4;
    text-decoration: underline;
}
.module-ecs .ecs-content .right-box .ecs-product-box>a>.arrow-right-icon{
    display: inline-block;
    width: 13px;
    height: 13px;
    border-radius: 13px;
    border: 1px solid #3860F4;
    position: relative;
    line-height: 0;
    font-size: 9px;
    margin-left: 3px;
}
.module-ecs .ecs-content > .right-box .ecs-product-box>a>.arrow-right-icon:before {
    content: "→";
    color: #3860F4;
    position: absolute;
    top: 5px;
    left: 1px;
}
.module-ecs .ecs-content > .right-box .ecs-product-box>.ecs-hot-bg:before {
    content: url(../img/20241212/esc-hot-bg.png);
    position: absolute;
    left: 70px;
    top: 2px;
}

.module-ecs .cards{
    padding: 24px 24px 36px 23px;
}
.module-ecs .cards .card{
    display: flex;
    height: 128px;
    background: #FFFFFF;
    border: 1px solid #E4E9F1;
    margin-bottom: 16px;
    position: relative;
}
.module-ecs .cards .card .top{
    display: flex;
    width: 66%;
    padding: 24px 15px 24px 24px;
}
.module-ecs .cards .card .bottom{
    width: 34%;
    padding: 24px 24px 21px 24px;
    border-left: 1px solid #E4E9F1;
}
.module-ecs .cards .card .top .configs{
    display: flex;
    padding-top: 16px;
    width: 100%;
    justify-content: space-between;
}
.module-ecs .cards .card .top .configs .config{
    text-align: left;
}
.module-ecs .cards .card .top .configs .config:nth-child(1):before{
    content: "";
    background: #3860F4;
    width: 48px;
    height: 4px;
    position: absolute;
    top: 0;
}
.module-ecs .cards .card .top .configs .config .label{
    font-weight: 400;
    font-size: 14px;
    color: #7A8BA6;
}
.module-ecs .cards .card .top .configs .config .value{
    font-weight: bold;
    font-size: 14px;
    color: #3C4D70;
    padding-top: 7px;
    height: 22px;
    line-height: 22px;
}
.module-ecs .cards .card .top .configs .config .value .bandwidth a{
    color: #3C4D70;
    padding-top: 1px;
    pointer-events: none;
}
.module-ecs .cards .card .top .configs .config.ecs-times> .value .common-radio {
    width: 49px;
    height: 26px;
    line-height: 26px;
    background: #FFFFFF;
    text-align: center;
    border-radius: 2px;
    border: 1px solid #E4E9F1;
    font-weight: 400;
    font-size: 14px;
    color: #3C4D70;
    position: relative;
    display: inline-block;
    margin-right: 24px;
}
.module-ecs .cards .card .top .configs .config.ecs-times> .value .common-radio:last-child{
    margin-right: 0;
}
.module-ecs .cards .card .top .configs .config.ecs-times> .value .common-radio.checked {
    color: #3860F4;
    border: 1px solid #3860F4;
}
.module-ecs .cards .card .top .configs .config .value .common-radio>span{
    position: absolute;
    width: 24px;
    height: 18px;
    text-align: center;
    line-height: 18px;
    font-weight: 400;
    font-size: 10px;
    background: #F5F7FF;
    color: #FE5F47;
    border-radius: 1px;
    right: -12px;
    top: -14px;
    white-space: nowrap;
}
.module-ecs .cards .card .top .configs .config .value .common-radio.checked>span{
    background: #FE5F47;
    color: #FFF;
}
.module-ecs .cards .card .top .configs .config:nth-child(1){
    width: 15%;
}
.module-ecs .cards .card .top .configs .config:nth-child(2){
    width: 19%;
}
.module-ecs .cards .card .top .configs .config:nth-child(3){
    width: 18%;
}
.module-ecs .cards .card .top .configs .config:nth-child(4){
    width: 18%;
}
.module-ecs .cards .card .top .configs .config:nth-child(5){
    width: 30%;
}

.module-ecs .cards .card .bottom .price{
    display: flex;
    justify-content: start;
    align-items: baseline;
}
.module-ecs .cards .card .bottom .price .now-price {
    font-weight: 400;
    font-size: 12px;
    color: #FE5F47;
    margin-right: 6px;
}
.module-ecs .cards .card .bottom .price .now-price .num {
    font-size: 28px;
    font-weight: bold;
}
.module-ecs .cards .card .bottom .price .old-price {
    font-weight: 400;
    font-size: 12px;
    color: #FE5F47;
    text-decoration-line: line-through;
    opacity: 50%;
    position: relative;
}
.module-ecs .cards .card .bottom .price .old-price .price-month-ave{
    position: absolute;
    text-decoration-line: none;
    top: -15px;
    left: 2px;
    white-space: nowrap;
    color: #3860F4;
}
.module-ecs .cards .card .bottom a{
    margin-top: 12px;
    display: block;
    background: linear-gradient( 135deg, #5D85F7 0%, #3860F4 100%);;
    width: 210px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    white-space: nowrap;
    border-radius: 2px;
}
/***************************** ecs end ************************************/

/***************************** server ************************************/
.module-server{
    background: #F9FCFF;
    padding: 50px 0 60px 0;
}
.server-tab-box{
    border-bottom: 2px solid #3860F4;
    display: flex;
    justify-content: space-between;
    margin-bottom: 26px;
}
.server-tab-box .common-radio{
    flex-grow: 1;
    height: 48px;
    line-height: 48px;
    font-weight: 400;
    font-size: 16px;
    color: #212121;
    text-align: center;
}
.server-tab-box .common-radio.checked{
    background: linear-gradient(135deg, #5D85F7 0%, #3860F4 100%);
    clip-path: polygon(94% 0%, 100% 100%, 0% 100%, 0% 0%);
    border-radius: 0;
    color: #FFFFFF;
}
/*server y-card*/
.daily-y-cards{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.daily-y-cards .daily-y-card{
    width: 384px;
    border: 1px solid #E4E9F1;
    background: #FFF;
    margin-bottom: 24px;
}

.desc-cards{
    width: 791px;
    background: #FFF;
    margin-bottom: 24px;
    display: flex;
    border: 1px solid #E4E9F1;
    position: relative;
}
.desc-cards .desc-card-top{
    width: 791px;
    height: 75px;
    background: url("../img/20241212/server-cn2-bg.png") no-repeat;
    position: absolute;
}
.desc-cards .desc-card-left{
    width: 407px;
    border-right: 1px solid #E4E9F1;
    background: url("../img/20241212/left-box-bg.png") no-repeat right bottom;
}
.desc-cards .desc-card-left .title{
    font-weight: bold;
    font-size: 24px;
    color: #3C4D70;
    line-height: 75px;
    padding: 0 24px;
}
.desc-cards .desc-card-left .desc{
    padding: 24px;
    font-weight: 400;
    font-size: 14px;
    color: #3C4D70;
    line-height: 25px;
}
.desc-cards .desc-card-left .product-adv{
    padding: 30px 24px 0 24px;
}
.desc-cards .desc-card-left .product-adv .title{
    font-weight: bold;
    font-size: 20px;
    color: #3C4D70;
    line-height: normal !important;
    position: relative;
    padding: 0;
    padding-left: 10px;
}
.desc-cards .desc-card-left .product-adv .title:before{
    content: "";
    width: 3px;
    height: 14px;
    background: #3860F4;
    border-radius: 2px;
    position: absolute;
    left: 0;
    top: 6px;
}
.desc-cards .desc-card-left .product-adv .advs{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.desc-cards .desc-card-left .product-adv .adv{
    margin-top: 20px;
    width: 50%;
    font-weight: 400;
    font-size: 14px;
    color: #3C4D70;
    padding-left: 32px;
    padding-top: 3px;
    position: relative;
}
.desc-cards .desc-card-left .product-adv .adv.adv-icon-1:before{
    content: url("../img/20241212/adv1.png");
    position: absolute;
    left: 0;
    top: 0;
}
.desc-cards .desc-card-left .product-adv .adv.adv-icon-2:before{
    content: url("../img/20241212/adv2.png");
    position: absolute;
    left: 0;
    top: 0;
}
.desc-cards .desc-card-left .product-adv .adv.adv-icon-3:before{
    content: url("../img/20241212/adv3.png");
    position: absolute;
    left: 0;
    top: 0;
}
.desc-cards .desc-card-left .product-adv .adv.adv-icon-4:before{
    content: url("../img/20241212/adv4.png");
    position: absolute;
    left: 0;
    top: 0;
}
.desc-cards .desc-card-left .other{
    display: flex;
    padding: 64px 24px 0 24px;
}
.desc-cards .desc-card-left .other div{
    align-self: center;
}
.desc-cards .desc-card-left .other div:first-child{
    font-weight: 400;
    font-size: 14px;
    color: #3C4D70;
    opacity: 80%;
}
.desc-cards .desc-card-left .other div:last-child a{
    display: inline-block;
    padding: 4px 12px;
    font-weight: 400;
    font-size: 14px;
    color: #3860F4;
    border-radius: 2px;
    border: 1px solid #3860F4;
    cursor: pointer;
    margin-left: 30px;
}
.desc-cards .desc-card-right.daily-y-card{
    margin-bottom: 0;
    border: 0;
    border-right: 1px solid #E4E9F1;
}
.desc-cards .desc-card-right.daily-y-card .top-head{
    background: none !important;
}
.desc-cards .desc-card-right.daily-y-card .bottom{
    border: 0;
    position: relative;
}
.desc-cards .desc-card-right.daily-y-card .bottom:before{
    content: "";
    width: 336px;
    height: 1px;
    background: #E4E9F1;
    position: absolute;
    top: 0;
    left: 24px;
}
.desc-cards .desc-card-right.daily-y-card .bottom{
}

/** card y **/
.daily-y-cards .daily-y-card .top{
    background: #fff;
}
.daily-y-cards .daily-y-card .top .top-head{
    background: url("../img/20241212/server-hot-bg.png") no-repeat;
    padding: 28px 24px 24px 24px;
    position: relative;
}
.daily-y-cards .daily-y-card .top .top-head:before{
    content: "";
    width: 48px;
    height: 4px;
    background: #3860F4;
    position: absolute;
    top: 0;
    left: 24px;
}
.daily-y-cards .daily-y-card .top .top-head .title{
    font-weight: bold;
    font-size: 20px;
    color: #374567;
    position: relative;
    display: flex;
}
.daily-y-cards .daily-y-card .top .top-head .title>span{
    padding: 3px 12px;
    background: linear-gradient( 135deg, #5D85F7 0%, #3860F4 100%);
    font-weight: 400;
    font-size: 12px;
    color: #FFFFFF;
    border-radius: 2px;
    margin-right: 8px;
}
.daily-y-cards .daily-y-card .top .top-head .desc{
    padding-top: 5px;
    font-weight: 400;
    font-size: 14px;
    color: #7A8BA6;
}
.daily-y-cards .daily-y-card .top .configs{
    padding: 24px;
}
.daily-y-cards .daily-y-card .top .configs .config{
    display: flex;
    font-size: 14px;
    padding: 10px 0;
}
.daily-y-cards .daily-y-card .top .configs .config div{
    align-self: baseline;
}
.daily-y-cards .daily-y-card .top .configs .config .label{
    font-weight: 400;
    color: #7A8BA6;
    width: 25%;
}
.daily-y-cards .daily-y-card .top .configs .config .value{
    font-weight: bold;
    color: #3C4D70;
}
.daily-y-cards .daily-y-card .top .configs .config .value .common-radio{
    padding: 4px 16px;
    background: #FFFFFF;
    text-align: center;
    border-radius: 2px;
    border: 1px solid #E4E9F1;
    font-weight: 400;
    font-size: 14px;
    color: #3C4D70;
    position: relative;
    display: inline-block;
    margin-right: 24px;
}
.daily-y-cards .daily-y-card .top .configs .config .value .common-radio:last-child{
    margin-right: 0;
}
.daily-y-cards .daily-y-card .top .configs .config .value .common-radio.checked{
    color: #3860F4;
    border: 1px solid #3860F4;
}
.daily-y-cards .daily-y-card .top .configs .config .value .common-radio:hover{
    color: #3860F4;
    border: 1px solid #3860F4;
}
.daily-y-cards .daily-y-card .top .configs .config .value .common-radio:hover span{
    background: #FE5F47;
    color: #FFFFFF;
}
.daily-y-cards .daily-y-card .top .configs .config .value .common-radio span{
    position: absolute;
    padding: 2px 4px;
    font-size: 10px;
    background: #F5F7FF;
    color: #FE5F47;
    border-radius: 1px;
    right: -14px;
    top: -12px;
    white-space: nowrap;
}
.daily-y-cards .daily-y-card .top .configs .config .value .common-radio.checked span{
    background: #FE5F47;
    color: #FFFFFF;
}
.daily-y-cards .daily-y-card .bottom{
    padding: 24px;
    background: #FFFFFF;
    border-top: 1px solid #E4E9F1;
}
.daily-y-cards .daily-y-card .bottom .price-box{
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px;
}
.daily-y-cards .daily-y-card .bottom .price-box>div{
    align-self: baseline;
    font-weight: 400;
    font-size: 12px;
}
.daily-y-cards .daily-y-card .bottom .price-box .price{
    color: #FE5F47;
}
.daily-y-cards .daily-y-card .bottom .price-box .price-month-ave{
    display: none;
    color: #3860F4;
}
.daily-y-cards .daily-y-card .bottom .price-box .now-price .num{
    font-size: 28px;
    font-weight: bolder;
}
.daily-y-cards .daily-y-card .bottom .price-box .old-price{
    opacity: 50%;
    text-decoration-line: line-through;
}
.daily-y-cards .daily-y-card .bottom .btn-box a{
    width: 100%;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    background: linear-gradient( 135deg, #5D85F7 0%, #3860F4 100%);
    border-radius: 2px;
}
/** card y end **/

/** daily-server-moduleOne **/
.daily-server-moduleOne{
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.daily-server-moduleOne .left-box{
    width: 275px;
    padding: 36px 23px 105px 24px;
    background: #fff url("../img/20241212/left-box-bg.png") no-repeat right bottom;
    border-right: 1px solid #E4E9F1;
}
.daily-server-moduleOne .right-box{
    width: calc(100% - 275px);
    background: #FFF;
    padding: 24px;
}
.daily-server-moduleOne .left-box .title{
    font-weight: bold;
    font-size: 24px;
    color: #3C4D70;
    white-space: nowrap;
}
.daily-server-moduleOne .left-box .desc{
    padding-top: 24px;
    font-weight: 400;
    font-size: 14px;
    color: #3C4D70;
    line-height: 28px;
}
.daily-server-moduleOne .left-box .adv-desc-tab{
    padding-top: 40px;
}
.daily-server-moduleOne .left-box .adv-desc-tab.common-radio-part .common-radio-group{
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
}
.daily-server-moduleOne .left-box .adv-desc-tab.common-radio-part .common-radio{
    display: block;
    padding: 0;
    width: 110px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    border-radius: 2px;
    font-weight: 400;
    font-size: 12px;
    color: #374567;
    background: #F5F7FF;
    border: 0;
    margin-right: 2px;
    margin-bottom: 2px;
}
.daily-server-moduleOne .left-box .adv-desc-tab.common-radio-part .common-radio.checked{
    background: linear-gradient( 135deg, #5D85F7 0%, #3860F4 100%);
    color: #fff;
}
.daily-server-moduleOne .left-box .adv-desc-tab.common-radio-part .common-radio-panel-group{
    padding-top: 20px;
}
.daily-server-moduleOne .left-box .adv-desc-tab.common-radio-part .common-radio-panel-group .common-radio-panel{
    font-weight: 400;
    font-size: 12px;
    color: #3C4D70;
    opacity: 90%;
    line-height: 28px;
    height: 100px;
}
.daily-server-moduleOne .right-box .other{
    padding-top: 10px;
}

/** card x **/
.daily-x-cards{
    width: 100%;
}
.daily-x-cards .daily-x-card{
    display: flex;
    width: 100%;
    height: 140px;
    border: 1px solid #E4E9F1;
    margin-bottom: 16px;
}
.daily-x-cards .daily-x-card .left{
    width: calc(100% - 230px);
    border-right: 1px solid #E4E9F1;
    padding: 24px;
}
.daily-x-cards .daily-x-card .left .title{
    font-weight: bold;
    font-size: 20px;
    color: #374567;
    display: flex;
}
.daily-x-cards .daily-x-card .left .title .desc{
    font-weight: 400;
    font-size: 14px;
    color: #3C4D70;
    display: block;
    align-self: center;
    padding-left: 8px;
}
.daily-x-cards .daily-x-card .left .configs{
    display: flex;
    padding-top: 16px;
}
.daily-x-cards .daily-x-card .left .configs .config{
    font-size: 14px;
    flex-grow: 1;

}
.daily-x-cards .daily-x-card .left .configs .config .label{
    font-weight: 400;
    color: #7A8BA6;
}
.daily-x-cards .daily-x-card .left .configs .config .value{
    padding-top: 10px;
    font-weight: bold;
    color: #3C4D70;
}
.daily-x-cards .daily-x-card .left .configs .config:last-child .value{
    padding-top: 8px;
}
.daily-x-cards .daily-x-card .left .configs .config .value .common-radio-group{
    display: flex;
}
.daily-x-cards .daily-x-card .left .configs .config .value .common-radio-group .common-radio{
    display: block;
    width: 49px;
    height: 26px;
    text-align: center;
    line-height: 26px;
    background: #FFFFFF;
    border-radius: 2px 2px 2px 2px;
    border: 1px solid #E4E9F1;
    margin-right: 16px;
    font-weight: 400;
    font-size: 14px;
    color: #3C4D70;
    position: relative;

}
.daily-x-cards .daily-x-card .left .configs .config .value .common-radio-group .common-radio.checked{
    color: #3860F4;
    background: #FFFFFF;
    border-radius: 2px;
    border: 1px solid #3860F4;
}
.daily-x-cards .daily-x-card .left .configs .config .value .common-radio-group .common-radio>span{
    font-weight: 400;
    font-size: 10px;
    border-radius: 2px;
    background: #F5F7FF;
    color: #FE5F47;

    padding: 2px 4px;
    display: inline-block;
    line-height: normal;

    position: absolute;
    right: -12px;
    top: -12px;
}
.daily-x-cards .daily-x-card .left .configs .config .value .common-radio-group .common-radio.checked>span{
    color: #FFFFFF;
    background: #FE5F47;
}
.daily-x-cards .daily-x-card .right{
    padding: 34px 24px 24px 24px;
    width: 230px;
}
.daily-x-cards .daily-x-card .right .price-box{
    width: 100%;
    position: relative;
}
.daily-x-cards .daily-x-card .right .price-box .price{
    font-weight: 400;
    font-size: 12px;
    color: #FE5F47;
    display: flex;
    /*justify-content: space-between;*/
}
.daily-x-cards .daily-x-card .right .price-box .price>span{
    display: block;
    align-self: baseline;
}
.daily-x-cards .daily-x-card .right .price-box .price .now-price{
    padding-right: 4px;
}
.daily-x-cards .daily-x-card .right .price-box .price .now-price>span{
    display: inline-block;
}
.daily-x-cards .daily-x-card .right .price-box .price .now-price .num{
    font-size: 28px;
    font-weight: bolder;
}
.daily-x-cards .daily-x-card .right .price-box .price .old-price{
    opacity: 40%;
    text-decoration-line: line-through;
}
.daily-x-cards .daily-x-card .right .price-box .price-month-ave{
    display: none;
    font-weight: 400;
    font-size: 12px;
    color: #3860F4;
    position: absolute;
    right: 0;
    top: 0;
}
.daily-x-cards .daily-x-card .right .btn-box{
    padding-top: 12px;
}
.daily-x-cards .daily-x-card .right .btn-box a{
    display: inline-block;
    width: 182px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: linear-gradient( 135deg, #5D85F7 0%, #3860F4 100%);
    border-radius: 2px;
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
}
/** card x end **/

.other{
    color: #3C4D70;
}
.other a{
    color: #3860F4;
}
/***************************** server end ************************************/

/***************************** module-flash-sale ************************************/
.module-flash-sale{
    background: #F9FCFF;
    padding: 48px 0 36px 0;
}
.module-flash-sale .daily-y-cards .daily-y-card{
    width: 283px;
}
.module-flash-sale .daily-y-cards .daily-y-card .top .top-head:before{
    content: none;
}
.module-flash-sale .daily-y-cards .daily-y-card .top .configs {
    padding: 10px 24px;
}
.module-flash-sale .daily-y-cards .daily-y-card .top .nodes{
    display: flex;
    padding: 0 24px 20px 24px;
}
.module-flash-sale .daily-y-cards .daily-y-card .top .nodes .node{
    border: 1px solid #E5EAF1;
    color: #7A8BA6;
    width: 100%;
    padding: 10px 0;
    text-align: center;
    cursor: pointer;
    flex-shrink: initial;
}
.module-flash-sale .daily-y-cards .daily-y-card .top .nodes .node div:first-child{
    font-weight: bold;
    font-size: 16px;
}
.module-flash-sale .daily-y-cards .daily-y-card .top .nodes .node div:last-child{
    font-weight: 400;
    font-size: 12px;
}
.module-flash-sale .daily-y-cards .daily-y-card .top .nodes .node.checked{
    border: 1px solid #3860F4;
    color: #3860F4;
}
/***************************** module-flash-sale end ************************************/

/***************************** module-more-discount ************************************/
.module-more-discount{
    background: #F9FCFF;
    padding: 50px 0 60px 0;
}
.module-more-discount .more-discounts{
    display: flex;
    justify-content: space-between;
}
.more-discounts .more-discount-left{
    background: #FFFFFF;
    border: 1px solid #E4E9F1;
}
.more-discounts .more-discount-right{
    background: #FFFFFF;
    border: 1px solid #E4E9F1;
}
.more-discounts .more-discount{
    width: 49%;
    height: 270px;
    font-size: 18px;
    padding: 40px;
    display: flex;
    justify-content: space-between;
}
.more-discounts .more-discount>div{
    flex-shrink: unset !important;
}
.more-discount a{
    display: block;
    color: #FE5F47;
}
.more-discounts .more-discount .title{
    background-clip: text;
    display: inline-block;
    padding-top: 10px;
    font-weight: bold;
    font-size: 20px;
    color: #374567;
}
.more-discounts .more-discount .content{
    padding: 20px 0;
}
.more-discounts .more-discount .content .desc{
    color: #374567;
    font-size: 14px;
}
.more-discounts .more-discount .content .desc span{
    color: #FE5F47;
}
.more-discounts .more-discount .content a{
    padding: 10px 46px;
    color: #FFFFFF;
    background: linear-gradient( 135deg, #5D85F7 0%, #3860F4 100%);
    font-size: 14px;
    display: inline-block;
    margin-top: 20px;
}
/***************************** module-more-discount end ************************************/




/***************************** yui component ************************************/
div[yui-select][yui-popover] > div[panel] > a[menu-item][checked] {
    color: #3860F4;
}

/* rule */
.rule-dialog[yui-dialog] {
    width: 800px;
}
div[yui-dialog] > div[header]{
    background: #F9FCFF;
    border-bottom: 1px solid #E4E9F1;
    font-weight: 400;
    font-size: 16px;
    color: #374567;
}
div[yui-dialog] > div[header] > div[title],div[yui-dialog] > div[header] i.yui-icon.closed{
    font-weight: bolder;
}
.rule-dialog .body {
    background: #fff;
}
.rule-dialog .body:before {
    content: url(../img/2024618/rule-bg.png);
    position: absolute;
    bottom: -3px;
    right: 1px;
}
.rule-dialog .body .row {
    color: #3C4D70;
    display: flex;
    align-items: flex-start;
    padding: 0 0 12px 16px;
    position: relative;
    line-height: 28px;
    font-weight: bold;
}
.rule-dialog .font-color .row{
    font-weight: 400;
}
.rule-dialog .body .row .label {
    flex-shrink: 0;
}
.rule-dialog .body .row .content {
    flex-shrink: unset;
}

/* 秒杀&新人 弹出层*/
.order-layer {
    width: auto;
    min-width: 620px;
    max-width: 625px;
}
.order-layer div[body] {
    display: flex;
}
.order-layer .form,.order-layer .userForm {
    /*padding: 12px 12px 0;*/
}
.order-layer .userForm{
    border-left: 1px solid #e3e4e5;
}
.order-layer .form .item,.order-layer .userForm .item {
    display: flex;
    align-items: baseline;
}
.order-layer .form .item + .item,.order-layer .userForm .item + .item {
    margin-top: 20px;
}
.order-layer .form .label,.order-layer .userForm .label {
    width: 100px;
    flex-shrink: 0;
}
.order-layer .form .body,.order-layer .userForm .body {
    flex-grow: 1;
}
.order-layer #osSelect {
    width: 350px;
}
.order-layer #osVersionSelect {
    width: 350px;
}
.order-layer .pay-type {
    display: flex;
}
.order-layer .pay-type .pay-type-item {
    border: 1px solid #f2f2f2;
    width: 120px;
    height: 60px;
    display: flex;
    align-items: center;
    border-radius: 4px;
    justify-content: center;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
.order-layer .pay-type .pay-type-item.checked {
    border: 1px solid #2B85FB;
}
.order-layer .pay-type .pay-type-item + .pay-type-item {
    margin-left: 8px;
}
.order-layer .pay-type .pay-type-item.checked:before,
.order-layer .pay-type .pay-type-item.checked:after {
    content: '';
    position: absolute;
    bottom: -4px;
    right: -18px;
    width: 40px;
    height: 20px;
    background: #2B85FB;
    transform: rotate(-45deg);
}
.order-layer .pay-type .pay-type-item.checked:after {
    bottom: 5px;
    right: 1px;
    width: 10px;
    height: 4px;
    border-color: #fff;
    border-style: solid;
    border-width: 0 0 2px 2px;
}
.order-layer div[footer] {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}
.order-layer div[footer] .price{
    padding-right: 16px;
}
.order-layer div[footer] .price .now{
    display: inline-block;
    color: #FE5F47;
}
.order-layer div[footer] .price .now .num{
    font-size: 32px;
}
.order-layer div[footer] .price .del{
    display: inline-block;
    color: #FE5F47;
    font-size: 12px;
    opacity: 50%;
}
.order-layer .form .config-title{
    font-weight: 400;
    font-size: 16px;
    color: #111111;
    padding: 0 6px;
    position: relative;
    margin-bottom: 16px;
}
.order-layer .form .config-title:before{
    content: "";
    height: 14px;
    width: 3px;
    background-color: #3860F4;
    position: absolute;
    top: 4px;
    left: 0;
}
.order-layer .form .config-info{
    padding: 16px 10px;
    background: #F6F8F9;
    margin-bottom: 16px;
}
.order-layer .form .label,.order-layer .form .body{
    font-weight: 400 !important;
    color: #111111 !important;
}
.order-layer .form .config-info .label{
    width: 70px !important;
}
.order-layer .form .arrow-down:before{
    bottom: 0 !important;
    color: #000000;
}
.order-layer .form .num-input a{
    color: #3860F4 !important;
}
.order-layer .form input{
    color: #111111 !important;
    height: 36px !important;
}
.order-layer div[footer]{
    justify-content: space-between;
    align-items: flex-end;
}
.order-layer div[footer] .price .now{
    color: #FE5F47;
}
div[yui-dialog] > div[footer]{
    background: #F6F8F9;
    padding: 16px 24px;
    margin-top: 16px;
}
.order-layer div[footer] .pay-order{
    background: linear-gradient( 135deg, #5D85F7 0%, #3860F4 100%);
    border-radius: 2px;
    border: 0;
    height: 36px;
    line-height: 36px;
}
.order-layer div[footer] .price .del{
    text-decoration-line: line-through;
}
a[yui-button][type='primary']{
    background: linear-gradient( 135deg, #5D85F7 0%, #3860F4 100%);
    border: none;
    line-height: 2;
}
a[yui-button][type='primary']:not([disabled]):hover {
    background: #3860F4;
    border: none;
}

/* num-input  */
.num-input input[inner] {
    padding-left: 30px;
    padding-right: 30px;
    text-align: center;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield; /* Firefox */
}

.num-input a[prepend], .num-input a[suffix] {
    position: absolute;
    width: 25%;
    max-width: 30px;
    height: 100%;
    top: 0;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    user-select: none;
}
.num-input a[prepend], .num-input a[suffix]{
    color: #3860F4;
}

.num-input a[prepend] {
    left: 0;
    border-right: 1px solid #dcdfe6;
}

.num-input a[suffix] {
    border-left: 1px solid #dcdfe6;
    right: 0;
}
/* num-input end  */
/***************************** yui component end ************************************/

/***************************** slider-bar ************************************/
.convenient-duration .common-radio-group .common-radio{
    border: 1px solid #E4E9F1 !important;
    color: #3C4D70 !important;
}
.convenient-duration .common-radio-group .common-radio.checked{
    border: 1px solid #3860F4 !important;
    color: #3860F4 !important;
}
.quick-price-box .equal{
    color: #3860F4 !important;
}
.quick-price-box .btn{
    background: linear-gradient( 135deg, #5D85F7 0%, #3860F4 100%) !important;
}
.slider-layer .slider-item .cmSlider .ui-slider-handle{
    border: 6px solid #3860F4 !important;
}
.slider-layer .slider-item-head .slider-seleted-math{
    color: #3860F4 !important;
}
.slider-layer .slider-item .cmSlider .ins{
    background-color: #3860F4 !important;
}
.slider-layer .slider-item .cmSlider .cc:hover{
    color: #3860F4 !important;
}
.slider-layer .slider-item-head,.duration-number-box .title{
    color: #3C4D70 !important;
}
