.page-main{
    background: #FFFFFF;
}

/* banner */
.banner-wap, .banner{
    background: #F4563A;
}

/** top nav **/
.nav-product{
    position: relative;
}
.nav-product .w1200{
    height: 174px;
    position: absolute;
    top: -108px;
    left: 50%;
    transform: translateX(-50%);
}
.nav-product .w1200 .nav-top{
    height: 90px;
    display: flex;
    justify-content: center;
    position: relative;
    gap: 8px;
}
.nav-product .w1200 .nav-top:before{
    content: "";
    width: 100%;
    height: 70px;
    border-radius: 8px 8px 0 0;
    background: #8B0000;
    position: absolute;
    z-index: -1;
    bottom: -4px;
    left: 0;
}
.nav-product .w1200 .nav-top .item{
    width: 285px;
    height: 90px;
    padding: 22px 16px 19px;
    display: flex;
    justify-content: space-between;

    background: linear-gradient( 180deg, #FFEFEF 0%, #FFFFFF 100%);
    box-shadow: 0 8px 20px 1px rgba(0,0,0,0.16);
    border-radius: 4px;
    border: 2px solid #FFFFFF;
    position: relative;
}
.nav-product .w1200 .nav-top .item .item-left .title{
    font-weight: bold;
    font-size: 18px;
    color: #262626;
}
.nav-product .w1200 .nav-top .item .item-left .title span{
    color: #E90808;
}
.nav-product .w1200 .nav-top .item .item-left .desc{
    font-weight: 400;
    font-size: 14px;
    color: #673737;
}
.nav-product .w1200 .nav-top .item .item-right {
    width: 24px;
    height: 24px;
    border-radius: 24px;
    background: linear-gradient(180deg, #FFFFFF 0%, #F8F3F3 100%);
    box-shadow: 8px 8px 20px 1px rgba(146,0,0,0.1),
    inset -8px -8px 20px 1px rgba(255,255,255,0.16);
    border: 2px solid #FFFFFF;
    opacity: 0.8;

    display:flex;
    align-items:center;
    justify-content:center;
    position: absolute;
    top: 18px;
    right: 16px;
}
.nav-product .w1200 .nav-top .item .item-right:before{
    content: url("../img/2025autumn/icon-nav.png");
    position: absolute;
    top: 4px;
    left: 8px;
}

.nav-product .w1200 .nav-bg{
    width: 100%;
    height: 84px;
    background: url("../img/2025autumn/nav-bg.png") no-repeat;

    display: flex;
    justify-content: end;
}
.nav-product .w1200 .nav-bg a{
    width: 162px;
    height: 40px;
    line-height: 40px;
    font-weight: 400;
    font-size: 16px;
    color: #9D1D0C;
    text-align: center;
    background: linear-gradient( 136deg, #FFF3E9 0%, #FFD2AF 100%);
    border-radius: 20px;
    margin-right: 32px;
    margin-top: 25px;
}

/*title-contact*/
.module-flash-sale .title-contact{
    margin-top: 70px;
}
.module-title{
    text-align: left;
    margin: 0 auto;
    padding: 60px 0 40px 0;
}
.module-title .title{
    color: #1F1F1F;
}
.module-title .desc {
    color: #673737;
}
.module-title .desc a {
    color: #FD4404;
}
.module-flash-sale{
    padding: 0;
    background: none;
}

.title-contact{
    background: #fff;
}
.content-contact{
    background: #F4F4F5;
    padding: 40px 0;
}

/*daily-y-cards - module-flash-sale*/
.daily-y-cards .daily-y-card{
    margin: 0;
}
.daily-y-cards .daily-y-card .top .top-head{
    padding: 16px;
    background: url('../img/2025autumn/flash-sale-bg.png') no-repeat top left;
}
.daily-y-cards .daily-y-card .top .top-head .title, .daily-y-cards .daily-y-card .top .top-head .desc{
    color: #FFFFFF;
}
.module-flash-sale .daily-y-cards .daily-y-card .top .configs{
    padding: 12px 16px 19px 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    /*gap: 20px;*/
    color: #fff;
    font-family: "Microsoft YaHei", Arial, sans-serif;
}
.daily-y-cards .daily-y-card .top .configs .config{
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 0 16px;
}
.daily-y-cards .daily-y-card .top .configs .config:first-child{
    padding-left: 0;
}
.daily-y-cards .daily-y-card .top .configs .config:last-child{
    padding-right: 0;
}
.daily-y-cards .daily-y-card .top .configs .config .label{
    font-weight: 400;
    color: #673737;
}
.daily-y-cards .daily-y-card .top .configs .config .value{
    font-weight: 400;
    color: #1F1F1F;
}
.daily-y-cards .daily-y-card .top .configs .config .label, .daily-y-cards .daily-y-card .top .configs .config .value{
    display: flex;
    justify-content: center;
    width: 100%;
}
.daily-y-cards .daily-y-card .top .configs .config:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 20%;
    bottom: 20%;
    width: 1px;
    background: linear-gradient( 180deg, rgba(255,255,255,0) 0%, #FF2726 49%, rgba(255,255,255,0) 100%);
}
.daily-y-cards .daily-y-card .top.hot{
    background: url('../img/2025autumn/flash-sale-hot-bg.png') no-repeat top left;
}
.daily-y-cards .daily-y-card .top.hot .top-head{
    background: none;
}
.daily-y-cards .daily-y-card .top.hot .configs .config .value{
    color: #FFFFFF;
}
.daily-y-cards .daily-y-card .top.hot .configs .config .label{
    color: #FFCECE;
}
.daily-y-cards .daily-y-card .top.hot .configs .config:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 20%;
    bottom: 20%;
    width: 1px;
    background: linear-gradient( 180deg, rgba(255,255,255,0) 0%, #FFFFFF 49%, rgba(255,255,255,0) 100%);
}

.daily-y-cards .daily-y-card .separate{
    width: calc(100% - 32px);
    margin: auto;
    height: 1px;
    background-image: repeating-linear-gradient(
        to right,
        #CFCFCF 0,
        #CFCFCF 6px,
        rgba(0,0,0,0) 6px,
        rgba(0,0,0,0) 12px
    );
    background-repeat: repeat-x;
    background-size: auto 1px;
}
.daily-y-cards .daily-y-card .separate.hot{
    height: 1px;
    background-image: none;
}

.daily-y-cards .daily-y-card .bottom{
    padding: 16px;
    border-top: none;
    background: url('../img/2025autumn/flash-sale-bottom-bg.png') no-repeat bottom;
}
.daily-y-cards .daily-y-card .bottom .tags{
    display: flex;
    justify-content: start;
    gap: 6px;
}
.daily-y-cards .daily-y-card .bottom .tag{
    padding: 3px 10px;
    background: #FFFFFF;
    border-radius: 2px;
    border: 1px solid #FF2726;
    font-weight: 400;
    font-size: 12px;
    color: #FF2726;
}
.daily-y-cards .daily-y-card .bottom .tag.tag-hot{
    padding: 0;
    background: linear-gradient( 135deg, #FF7700 0%, #FF0000 100%);
    color: #fff;
    width: 64px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    position: relative;
}
.daily-y-cards .daily-y-card .bottom .tag.tag-hot span{
    padding-left: 10px;
}
.daily-y-cards .daily-y-card .bottom .tag.tag-hot:before {
    content: url('../img/2025daily/promotion-cut-bg.png');
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-36%);
}
.daily-y-cards .daily-y-card .bottom .price-box{
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
}
.daily-y-cards .daily-y-card .bottom .price-box .price-month-ave, .daily-y-cards .daily-y-card .bottom .price-box .price{
    display: inline-block;
    color: #FF2726;
}
.daily-y-cards .daily-y-card .bottom .price-box .old-price{
    color: #FF2726;
    opacity: .3;
}
.daily-y-cards .daily-y-card .bottom .btn-box a{
    background: linear-gradient( 135deg, #D9A575 0%, #9A6737 100%);
    border-radius: 4px;
}


/*module-ecs*/
.module-ecs .content-contact{
    padding: 0;
}
.module-ecs .module-radio-g{
    display: flex;
    justify-content: space-between;
    gap: 20px;
    width: 1200px;
    margin: auto;
}
.module-ecs .module-body-g{
    width: 880px;
    padding: 25px 0;
}
.module-ecs .daily-y-cards{
    gap: 20px;
}
.module-ecs .daily-y-cards .daily-y-card{
    width: 430px;
    border-radius: 4px;
    border: none;
}
.module-ecs .daily-y-cards .daily-y-card .top .top-head{
    padding: 14px 16px;
    background: url(../img/2025autumn/ecs-bg.png) no-repeat top left;
}
.module-ecs .daily-y-cards .daily-y-card .top .configs {
    padding: 12px 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    font-family: "Microsoft YaHei", Arial, sans-serif;
}
.module-ecs .daily-y-cards .daily-y-card .top .configs .config{
    flex-direction: column;
}
.module-ecs .daily-y-cards .daily-y-card .top .configs .config .label, .module-ecs .daily-y-cards .daily-y-card .top .configs .config .value{
    justify-content: start;
}
.module-ecs .daily-y-cards .daily-y-card .top .configs .config{
    padding: 0;
}
.module-ecs .daily-y-cards .daily-y-card .top .configs .config .value{
    padding-top: 4px;
    height: 30px;
    align-items: end;
}
.module-ecs .daily-y-cards .daily-y-card .top .configs .config:not(:last-child)::after{
    content: none;
}
.module-ecs .daily-y-cards .daily-y-card .top .configs .config .value .common-radio{
    padding: 3px 14px;
    margin-right: 16px;
}
.module-ecs .daily-y-cards .daily-y-card .top .configs .config .value .common-radio span{
    padding: 2px 4px;
}
.module-ecs  .daily-y-cards .daily-y-card .bottom{
    padding: 12px 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: none;
}
.module-ecs .daily-y-cards .daily-y-card .bottom .content{
    display: flex;
    align-items: center;
}
.module-ecs .daily-y-cards .daily-y-card .bottom .price-box{
    margin: 0;
    display: flex;
}
.module-ecs .daily-y-cards .daily-y-card .bottom .price-box .price-month-ave{
    display: none;
}
.module-ecs .daily-y-cards .daily-y-card .bottom .btn-box a{
    padding: 0 38px;
    background: linear-gradient( 135deg, #D9A575 0%, #9A6737 100%);
    border-radius: 4px;
}

/*module-server*/
.module-server .content-contact{
    padding: 0;
}
.module-server .module-radio-g {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    width: 1200px;
    margin: auto;
}
.module-server .module-body-g{
    width: 880px;
    padding: 25px 0;
}
.module-server .daily-y-cards{
    gap: 20px;
}
.module-server .daily-y-cards .daily-y-card {
    width: 280px;
    border-radius: 4px;
    border: none;
    position: relative;
}
.module-server .daily-y-cards .daily-y-card .hot-txt{
    position: absolute;
    background: linear-gradient(135deg, #D9A575 0%, #9A6737 100%);
    border-radius: 0px 4px 0px 15px;
    top: 0;
    right: 0;
    z-index: 1;
    padding: 5px 14px;
    font-weight: bold;
    font-size: 14px;
    color: #FFFFFF;
}
.module-server .daily-y-cards .daily-y-card .top .top-head {
    padding: 17px 17px 22px 17px;
    background: url(../img/2025autumn/server-bg.png) no-repeat top left;
}
.module-server .daily-y-cards .daily-y-card .top .configs{
    padding: 22px 16px 5px 16px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.module-server .daily-y-cards .daily-y-card .top .configs .config{
    padding: 0;
    display: flex;
    flex-direction: unset;
    justify-content: start;
}
.module-server .daily-y-cards .daily-y-card .top .configs .config .label {
    width: 25%;
    justify-content: start;
}
.module-server .daily-y-cards .daily-y-card .top .configs .config .value{
    width: auto;
    justify-content: start;
}
.module-server .daily-y-cards .daily-y-card .top .configs .config:not(:last-child)::after{
    content: none;
}
.module-server .daily-y-cards .daily-y-card .bottom{
    padding: 0 16px 14px 16px;
    background: none;
}
.module-server .daily-y-cards .daily-y-card .bottom .price-box{
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
    gap: 12px;
}
.module-server .daily-y-cards .daily-y-card .bottom .price-box .price-month-ave{
    font-weight: 400;
    font-size: 12px;
    color: #3C4D70;
}
.module-server .daily-y-cards .daily-y-card .bottom .price-box .price-month-ave .num{
    color: #FE5F47;
}
.module-server .daily-y-cards .daily-y-card .bottom .price-box .price{
    padding: 9px 16px;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 2px;
    color: #B9B9B9;
    border: 1px solid #B9B9B9;
    position: relative;
    cursor: default;
}
.module-server .daily-y-cards .daily-y-card .bottom .price-box .old-price{
    color: #B9B9B9;
    opacity: .5;
}
.module-server .daily-y-cards .daily-y-card .bottom .price-box .price .icon{
    position: absolute;
    right: -8px;
    top: -10px;
    padding: 3px 6px;
    background: linear-gradient( 135deg, #E11A1A 0%, #FF5C07 100%);
    border-radius: 8px 8px 8px 0;
    font-weight: 400;
    font-size: 8px;
    color: #FFFFFF;
}
.module-server .daily-y-cards .daily-y-card .bottom .price-box .now-price .num{
    font-size: 18px;
}
.module-server .daily-y-cards .daily-y-card .bottom .price-box .price.checked .old-price{
    color: #FF2726;
}
.module-server .daily-y-cards .daily-y-card .bottom .price-box .price.checked{
    border: 1px solid #FF2726;
    color: #FF2726;
}
.module-server .tab-box{
    height: 504px;
}
.module-server .daily-y-cards .daily-y-card .top .configs .config:last-child{
    height: 33px;
}
/*ip-select*/
.module-server .daily-y-cards .daily-y-card .top .configs .config .value.custom-select{
    padding: 0 !important;
}
.module-server .daily-x-cards .daily-x-card .right .btn-box{
    padding-top: 0;
}

.custom-select {
    position: relative;
    user-select: none;
}
.config[data-type='duration'] .value,.config[data-type='bandwidth'] .value{
    cursor: pointer;
}
.custom-select .cut{
    font-weight: 400;
    font-size: 12px;
    color: #FF2C00;
    position: absolute;
    top: 12px;
    right: 24px;
}
.custom-select .selected {
    background: #fff;
    border-radius: 3px;
    font-size: 14px;
    color: #3C4D70;
    padding: 6px 26px 6px 12px;
    border: 1px #B9B9B9 solid;
    border-radius: 2px;
}
.custom-select .options {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: white;
    border: 1px solid #DDE8F5;
    border-radius: 3px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    z-index: 10;
}
.custom-select .option {
    padding: 10px 12px;
    font-size: 14px;
    color: #3C4D70;
}
.custom-select .option:hover {
    background-color: #F0F8FF;
}
.config[data-type='duration'] .value.selected,
.config[data-type='duration'] .custom-select.selected,
.config[data-type='bandwidth'] .value.selected,
.config[data-type='bandwidth'] .custom-select.selected{
    border: 1px solid #5EABFB !important;
}
.custom-select .selected .arrow {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 12px;
    color: #999;
    pointer-events: none;
}
.custom-select.open .arrow {
    transform: translateY(-50%) rotate(180deg);
}
.config[data-type='duration'] .value.selected,
.config[data-type='duration'] .custom-select.selected .selected .text,
.config[data-type='duration'] .custom-select.selected .selected .arrow,
.config[data-type='bandwidth'] .value.selected,
.config[data-type='bandwidth'] .custom-select.selected .selected .text,
.config[data-type='bandwidth'] .custom-select.selected .selected .arrow{
    color: #5EABFB !important;
}

/*module-server-ddos*/
.module-server-ddos .daily-x-cards .daily-x-card{
    height: 122px;
    width: 1200px;
    background: #FFFFFF;
    box-shadow: 0px 4px 20px 1px rgba(0,0,0,0.08);
    border-radius: 4px;
    justify-content: space-between;
}
.module-server-ddos .daily-x-cards .daily-x-card .left{
    width: auto;
    display: flex;
    justify-content: space-between;
    padding: 0;
    border-right: none;
}
.module-server-ddos .daily-x-cards .daily-x-card .left .title{
    display: block;
    width: 222px;
    padding: 35px 0 34px 17px;
    background: url(../img/2025autumn/ddos-left-bg.png) no-repeat top left;
    color: #FFFFFF;
    font-size: 18px;
}
.module-server-ddos .daily-x-cards .daily-x-card .left .title .desc{
    display: block;
    padding-top: 8px;
    padding-left:0;
    color: #fff;
}
.module-server-ddos .daily-x-cards .daily-x-card .left .configs{
    padding: 37px 26px 33px 26px;
    width: 511px;
    display: flex;
    justify-content: space-between;
}
.module-server-ddos .daily-x-cards .daily-x-card .left .configs .config{
    display: flex;
    flex-direction: column;
    align-items: start;
}
.module-server-ddos .daily-x-cards .daily-x-card .left .configs .config .value{
    padding: 0;
    height: 30px;
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 14px;
    color: #1F1F1F;
}
.module-server-ddos .daily-x-cards .daily-x-card .right{
    padding: 20px 25px 20px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 28px;
    width: auto;
    background: url(../img/2025autumn/ddos-right-bg.png) no-repeat top right;
}
.module-server-ddos .daily-x-cards .daily-x-card .right .price-box{
    display: flex;
    justify-content: space-between;
    gap: 16px;
    width: auto;
}
.module-server-ddos .daily-x-cards .daily-x-card .right .price-box .price{
    display: flex;
    flex-direction: column;
    padding: 18px 0 16px;
    background: #FFFFFF;
    border-radius: 2px 2px 2px 2px;
    border: 1px solid #B9B9B9;
    color: #B9B9B9;
    position: relative;
    cursor: default;
    width: 132px;
    text-align: center;
}
.module-server-ddos .daily-x-cards .daily-x-card .right .price-box .price .icon{
    position: absolute;
    padding: 1px 6px 1px 10px;
    font-weight: 400;
    font-size: 12px;
    color: #FFFFFF;
    background: #B9B9B9;
    border-radius: 0 0 0 9px;
    top: 0;
    right: 0;
}
.module-server-ddos .daily-x-cards .daily-x-card .right .price-box .price.checked{
    color: #FF2726;
    border: 1px solid #FF2726;
}
.module-server-ddos .daily-x-cards .daily-x-card .right .price-box .price.checked .icon{
    background: #FF2726;
}
.module-server-ddos .daily-x-cards .daily-x-card .right .btn-box a{
    width: 128px;
    height: 40px;
    background: linear-gradient( 135deg, #D9A575 0%, #9A6737 100%);
    border-radius: 4px;
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
}

.affs {
    display: block;
    background: url(../img/2025autumn/affs.png) no-repeat center !important;
    width: 1200px;
    height: 160px;
    margin: 60px auto;
}

/*tab*/
.tab-box{
    width: 300px;
    height: 504px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: #EFF2F6 url('../img/2025autumn/tab-bg.png') no-repeat bottom;
    padding-bottom: 123px;
    position: relative;
}
.tab-box .common-radio{
    display: block;
    padding: 24px;
    cursor: pointer;
}
.tab-box .common-radio>span{
    display: block;
}
.tab-box .common-radio>span{
    font-weight: bold;
    color: #1F1F1F;
    font-size: 20px;
}
.tab-box .common-radio .desc{
    display: none;
}
.tab-box .common-radio .looks-bnt{
    display: none;
    padding: 5px 16px;
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    background: linear-gradient( 135deg, #D3AB86 0%, #6A5643 100%);
    border-radius: 15px;

    position: absolute;
    left: 24px;
    bottom: 37px;
}
.tab-box .common-radio .looks-bnt span{
    font-size: 12px;
    padding-left: 2px;
}
.tab-box .common-radio.checked{
    padding: 38px 24px;
    background: url('../img/2025autumn/tab-item-bg.png') no-repeat bottom;
}
.tab-box .common-radio.checked .title{
    color: #FA4C05;
}
.tab-box .common-radio.checked .desc{
    display: block;
    font-weight: 400;
    font-size: 14px;
    color: #787878;
    padding-top: 8px;
}
.tab-box .common-radio.checked .looks-bnt{
    display: block;
}

/* 弹出层 */
.custom-modal-overlay {
    position: fixed;
    top: 0; left: 0;
    width: 100vw; height: 100vh;
    background: rgba(0, 0, 0, 0.4);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.custom-modal {
    background: #fff;
    border-radius: 4px;
    width: 400px;
    padding: 20px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
    animation: fadeIn 0.25s ease-in-out;
}

.modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: bold;
    font-size: 16px;
    color: #333;
    margin-bottom: 10px;
}

.modal-close {
    cursor: pointer;
    font-size: 20px;
    color: #999;
}

.modal-body {
    display: flex;
    align-items: center;
    padding: 20px 10px;
}

.modal-icon {
    font-size: 28px;
    color: #ff4d4f;
    margin-right: 15px;
    width: 50px;
    height: 50px;
    border: 1px #ff4d4f dashed;
    border-radius: 45px;
    text-align: center;
    line-height: 50px;
    font-weight: bolder;
}

.modal-message {
    font-size: 16px;
    color: #333;
    line-height: 1.4;
    padding-left: 10px;
}

.modal-footer {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-top: 20px;
}

.modal-footer button {
    padding: 10px 20px;
    font-size: 14px;
    border: 1px solid #FF0000;
    border-radius: 4px;
    background: #fff;
    color: #FF0000;
    cursor: pointer;
    transition: all 0.2s;
}

.modal-footer .btn-login {
    background: linear-gradient( 135deg, #FF7700 0%, #FF0000 100%);
    color: #fff;
    border: none;
}

.modal-footer button:hover {
    opacity: 0.9;
}

@keyframes fadeIn {
    from { opacity: 0; transform: scale(0.95); }
    to   { opacity: 1; transform: scale(1); }
}
.more-config{
    text-align: center;
    padding: 40px 0 20px 0;
    color: #333;
    font-size: 16px;
}

