a {
    color: #FF351D;
    cursor: pointer;
}

.page-header {
    background: none;
}

.page-header .menu-item {
    color: #1a1a1a;
}

.page-header a.center {
    color: #1a1a1a;
}

.white-btn.plain {
    color: #FF351D !important;
    border: 1px solid #FF351D;
}

.white-btn.plain:hover {
    border: 1px solid #FF351D !important;
}

.page-header .register-btn {
    background: #FFFFFF;
    color: #D4323B;
}

.activity-enter-g,
.activity-enter-warp {
    display: none !important;
}

.module-title {
    margin-bottom: 10px;
    color: #181818;
}

.module-title>div {
    color: #575050;
}

.module-title .title {
    position: relative;
    font-size: 32px;
    display: inline-block;
    /*padding-right: 85px;*/
}

.module-title .title small {
    font-size: 20px;
    font-weight: unset;
    color: #707070;
    margin-right: 4px;
    width: 81px;
}


.module-body-g {
    /*padding: 24px 0 0;*/
}

.ribbon-g {
    width: 70px;
    height: 70px;
    background: url("../../../images/activity/2022/815/common-card-ribbon.png");
    position: absolute;
    top: -8px;
    right: -8px;
}

.ribbon-g .text {
    color: #fff;
    transform: rotate(45deg) translate(29px, 8px);
    font-size: 12px;
}

.module-radio-g>.common-radio-group>.common-radio {
    width: 0;
    flex-grow: 1;
    font-size: 16px;
    color: #303133;
    padding: 12px 0;
    text-align: center;
    border-bottom: 2px solid #FF2525;
}


.module-radio-g>.common-radio-group>.common-radio.checked {
    border-bottom: 2px solid #FF2525;
    background: linear-gradient(180deg, #FE7979 0%, #FF2525 100%);
    border-radius: 8px 8px 0px 0px;
    color: #FFFFFF;
}


.module-radio-g>.common-radio-panel-group {
    margin-top: 0;
}

.module-child-radio-g .common-radio {
    /*cursor: unset !important;*/
}

.button-radio-g .common-radio a {
    padding: 6px;
    position: relative;
    text-align: center;
    min-width: 60px;
    border: 1px solid #2163FF;
    color: #2163FF;
    border-radius: 2px;
    display: block;
    font-size: 16px;
    height: 40px;

}

.button-radio-g .common-radio .desc {
    display: none;
    height: 300px;
}

.button-radio-g .common-radio .desc li,
.module-hd-server .cards .gfdesc li {
    color: #677EB7;
    line-height: 30px;
}



.button-radio-g .common-radio:last-child {
    border-width: 1px;
}

.button-radio-g .common-radio.checked a {
    background: linear-gradient(135deg, #1055F0 0%, #4C5CFF 100%);
    color: #fff;
}

.button-radio-g .common-radio.checked .desc {
    display: block;
    height: auto;
}

.button-radio-g .common-radio.checked .desc ul {
    padding-left: 20px;
}

.button-radio-g .common-radio .cut-tag {
    position: absolute;
    display: block;
    padding: 2px 4px;
    font-size: 12px;
    white-space: nowrap;
    background: #FF2726;
    border-radius: 2px;
    line-height: 1;
    top: 0;
    right: 0;
    color: #fff;
    transform: translate(6px, -75%);
    font-weight: normal;
}

.button-radio-g .common-radio .hover-tag {
    position: absolute;
    background: rgba(0, 0, 0, .8);
    font-size: 12px;
    color: #fff;
    white-space: nowrap;
    top: -2px;
    left: 50%;
    transform: translate(-50%, -100%);
    padding: 4px 8px;
    border-radius: 4px;
    display: none;
}

.button-radio-g .common-radio:hover .hover-tag {
    display: block;
}

.module-child-radio-g {

    /*display: flex;*/
    margin-top: 20px;
}

.module-child-radio-g .child-change {
    justify-content: center;
    /*position: unset;*/
    /*display: block;*/
    /*width: 19%;*/
    /*margin-top: 24px;*/
    /*background:  url("../../../images/activity/2023/618/server-card--left-bg.png") center bottom no-repeat;*/
    margin-bottom: 10px;
}

.module-warp .module-child-radio-g .child-change .common-radio+.common-radio {
    margin-left: 100px;
}


.module-child-radio-g .child-change .common-radio {
    border: none !important;
    color: #FF2525 !important;
    background: #FFFFFF !important;
    cursor: pointer;
    padding: 7px 20px !important;
}

.module-warp .module-child-radio-g .child-change .common-radio.checked {
    color: #FFFFFF !important;

    background: linear-gradient(180deg, #FE7979 0%, #FF2525 100%) !important;
    position: relative;
}

.module-warp .module-child-radio-g .child-change .common-radio.checked:before {
    /*content: "";*/
    position: absolute;
    height: 2px;
    background: #FF2525;
    bottom: -4px;
    left: 10%;
    width: 80%;
}


.common-radio-part .common-radio-panel-group {
    flex-grow: 1;
}

.page-main>.banner {
    background: #fcfcfb url("../../../images/activity/2023/summer/banner.png") center center no-repeat;
    height: 600px;
    overflow: visible;
    display: flex;
    align-content: center;
    justify-content: center;
}


.page-main>.nav-product {
    background: #fff;
    box-shadow: 8px 0px 20px 1px rgba(33, 99, 255, 0.1);
}

.page-main>.nav-product>.w1200 {
    display: flex;
    justify-content: space-around;
    text-align: center;
}

.page-main>.nav-product>.w1200 .item {
    padding: 20px 0;
    color: #181818;
    font-size: 16px;
}

.page-main>.nav-product>.w1200 .item span {
    color: #FF5B08;
}

.page-main>.nav-product>.w1200 .checked div,
.page-main>.nav-product>.w1200 .item div:hover {
    color: #FF351D;
    border-bottom: 2px solid #FF351D;
    padding-bottom: 8px;
}

.page-main>.nav-product.fixed {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 9;
}



.guest-gift-dialog {
    background: url("../../../images/activity/2023/spring/guest-gift-dialog-bg.png") !important;
    width: 644px !important;
    height: 649px !important;
    box-shadow: none !important;
    padding: 256px 0 0;
}

.guest-gift-dialog .row {
    display: flex;
    padding: 0 30px;
}

.guest-gift-dialog .row+.row {
    margin-top: 18px;
}

.guest-gift-dialog .item {
    height: 122px;
    width: 282px;
    display: flex;
    flex-direction: column;
}

.guest-gift-dialog .item+.item {
    margin-left: 18px;
}

.guest-gift-dialog .item .top {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 30px;
}

.guest-gift-dialog .item .top .price {
    color: #ffe7c3;
    font-size: 32px;
}

.guest-gift-dialog .item .top .price span {
    font-size: 12px;
}

.guest-gift-dialog .item .top .price .desc {
    font-size: 14px;
    color: #ffddd7;
}

.guest-gift-dialog .item .top .num {
    transform: translateY(-2px);
    width: 60px;
    text-align: center;
    color: #fc4f33;
    font-weight: 600;
}

.guest-gift-dialog .item .bottom {
    flex: 1;
    padding: 0 0 0 30px;
    color: #ffddd7;
    line-height: 20px;
    display: flex;
    align-items: center;
}

.guest-gift-dialog .button {
    height: 50px;
    display: flex;
    margin: 38px auto 0;
    width: 240px;
    align-items: center;
    justify-content: center;
    color: #ffedd6;
    font-size: 24px;
    cursor: pointer;
}

.guest-gift-dialog .closed {
    position: absolute;
    font-size: 28px;
    color: #fff;
    cursor: pointer;
    top: 12px;
    right: 40px;
    font-weight: 600;
}




.module-flash-sale {
    padding: 60px 0 60px;
    background: #F7F8F9;
}

.module-flash-sale .module-title {
    text-align: center;
}

.module-flash-sale .module-title .desc {
    position: relative;
    padding-top: 0;
    margin-top: 24px;
    height: 28px;
}

.module-flash-sale .module-title .desc .left {
    line-height: 28px;
}

.module-flash-sale .count-down-content {
    position: absolute;
    right: 0;
    top: 2px;
    transform: translateY(-50%);
}

.module-flash-sale .count-down {
    align-items: center;
    display: inline-flex;
}

.module-flash-sale .count-down .timer {
    width: 28px;
    height: 28px;
    line-height: 28px;
    background: #FF2525;
    color: #fff;
    text-align: center;
    border-radius: 4px;
    margin: 0 8px;
    font-size: 13px;
}

.module-flash-sale .cards {
    display: flex;
    margin-top: 30px;
}

.module-flash-sale .card {
    width: 0;
    flex-grow: 1;
    position: relative;
    transition: .3s;
    color: #fff;
    border-radius: 8px;
    border: 2px solid #FFFFFF;
    background: #FFFFFF;
}

.module-flash-sale .card+.card {
    margin-left: 24px;
}

.module-flash-sale .card .top {
    padding: 16px 0;
    margin: 0 16px;
    /*background: linear-gradient(180deg, #EEF3FF 0%, #FFFFFF 100%);*/
    border-radius: 8px 8px 0 0;
    border-bottom: 1px solid #EFF4F9;
}

.module-flash-sale .card .title {
    font-size: 20px;
    color: #181818;
}

.module-flash-sale .card .desc {
    opacity: .8;
    margin-top: 8px;
    color: #575050;
    font-size: 12px;
}

.module-flash-sale .card .configs {
    font-size: 16px;
    margin-top: 16px;
}

.module-flash-sale .card .configs .config {
    display: flex;
    padding: 6px 0;
}

.module-flash-sale .card .divider {
    width: 1px;
    background: linear-gradient(to bottom, transparent, #fff, transparent);
}

.module-flash-sale .card .config .label {
    color: #59627D;
    width: 40%;
    font-size: 14px;
}

.module-flash-sale .card .config .value {
    color: #661717;
    font-size: 14px;
}

.module-flash-sale .card .bottom {
    /*background: linear-gradient(135deg, #1055F0 0%, #4C5CFF 100%);*/
    padding: 16px;
}

.module-flash-sale .card .price-and-tags {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.module-flash-sale .card .bottom .price-del {
    display: flex;
    align-items: flex-end;
    margin-top: 5px;
}

.module-flash-sale .card .bottom .now {
    /*display: inline-block;*/
    color: #FF351D;
}

.module-flash-sale .card .bottom .now span {
    font-size: 28px;
}

.module-flash-sale .card .bottom .del {
    color: #FFA398;
    padding-bottom: 4px;
    padding-left: 8px;
    font-size: 12px;
}

.module-flash-sale .card .bottom .del span {
    text-decoration: line-through;
}


.module-flash-sale .card .tags {
    display: flex;
    align-items: center;
    margin-top: 8px;
}

.module-flash-sale .card .tag {
    border: 1px solid rgba(255, 53, 29, 0.5);
    padding: 4px 8px;
    border-radius: 2px;
    color: #FF351D;
}

.module-flash-sale .card .tag+.tag {
    margin-left: 8px;
}

.module-flash-sale .card .btn {
    background: #FF4444;
    border-radius: 20px;
    color: #fff;
    height: 40px;
    line-height: 40px;
    display: block;
    text-align: center;
    font-size: 14px;
    margin-top: 12px;
}


.module-warp {
    padding: 40px 0;
    background: #F7F8F9;
}

.module-warp .module-desc {
    text-align: center;
    margin-bottom: 24px;
    color: #575050;
    font-size: 16px;
}


.module-warp .cards {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
    /*justify-content: space-between;*/
}

.module-warp .card {
    /*width: 0;*/
    /*flex-grow: 1;*/
    transition: .3s;
    background: #fff;
    border-radius: 8px;
    width: 32%;
    margin-bottom: 30px;
    margin-right: 2%;
    border: 2px solid #FFFFFF;
    position: relative;
}

.module-warp .card:before {
    content: url("../../../images/activity/2023/summer/tag.png");
    position: absolute;
    right: -2px;
    top: -10px;
}

.module-warp .card.card_tag:before {
    content: url("../../../images/activity/2023/summer/tag1.png");
    position: absolute;
    right: -2px;
    top: -10px;
}

.module-warp .card:hover {
    transform: scale(1.05);
    box-shadow: 0px 8px 20px 1px rgba(0, 0, 0, 0.1);
}

.module-warp .card:nth-child(3n) {
    margin-right: 0;
}

.module-warp .usaHdEcs .card,
.module-warp .usaHdEcs .card:nth-child(3n) {
    width: 32.3%;
    margin-right: 1.5%;
}

.module-warp .usaHdEcs .card:nth-child(3n) {
    margin-right: 0;
}

.module-warp .card+.card {
    /*margin-left: 24px;*/
}

.module-warp .card .top {
    /*background: url(../../../images/activity/2023/618/server-card-bg.png) top center no-repeat;*/
    /*background-size: 100%;*/
    padding-top: 20px;
    margin: 0 30px;
    border-bottom: 1px solid #EFF4F9;
}


.module-warp .button-radio-g .common-radio {
    padding: 2px;
    position: relative;
    text-align: center;
    font-size: 14px;
    min-width: 45px;
    border-color: #FF2525;
    border-style: solid;
    border-width: 1px;
    color: #FF2525;
    border-radius: 2px;

}

.module-warp .button-radio-g .common-radio+.common-radio {
    margin-left: 20px;
}

.module-warp .button-radio-g .common-radio.checked {
    background: #FF2525;
    color: #FFFFFF;
}

.module-warp .card .title {

    font-size: 24px;
    color: #181818;
}

.module-warp .card .configs {
    padding-top: 18px;
    font-size: 18px;
}

.module-warp .card .config {
    display: flex;
    align-items: center;
    padding-bottom: 18px;
}

.module-warp .card .config .label {
    color: #764B4B;
    width: 80px;
}

.module-warp .card .config .value {
    color: #3A374A;
}

.module-warp .card .bottom {
    /*background: linear-gradient(135deg, #1055F0 0%, #4C5CFF 100%);*/
    padding-top: 20px;
    margin: 0 30px;
    /*border-radius: 0 0 4px 4px;*/
    color: #FF351D;
}

.module-warp .card .bottom .price {
    margin-top: 20px;
}

.module-warp .card .bottom .price div {
    display: inline-block;
}

.module-warp .card .bottom .price .now-price .num {
    font-size: 36px;
}

.module-warp .card .bottom .price .price-info {
    font-size: 12px;
    color: #FF2525;
}

.module-warp .card .bottom .price .price-info .del {
    color: #FFC5C5;
    text-decoration: line-through;
}


.module-warp .card .bottom .price-duration {
    display: flex;
}

.module-warp .card .bottom .price-duration .price {
    width: 150px;
    height: 92px;
    border-radius: 4px;
    border: 2px solid #FF9191;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    cursor: pointer;
    color: #FF9191;
}

.module-warp .card .bottom .price-duration .price:first-child {
    margin-right: 24px;
}

.module-warp .card .bottom .price-duration .price .now-price {
    font-size: 14px;
}

.module-warp .card .bottom .price-duration .price .now-price .num {
    font-size: 28px;
}

.module-warp .card .bottom .price-duration .price .price-info {
    font-size: 14px;

}

.module-warp .card .bottom .price-duration .price .tag {
    position: absolute;
    top: -12px;
    right: -10px;
    padding: 0 12px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    color: #fff;
    background: #FF9191;
    border-radius: 2px;
}

.module-warp .card .bottom .price-duration .price.checked {
    color: #FF351D;
    border-color: #FF2525;
}

.module-warp .card .bottom .price-duration .price.checked:after {
    content: url("../../../images/activity/2023/summer/checked.png");
    position: absolute;
    bottom: -6px;
    right: 0;
}

.module-warp .card .bottom .price-duration .price.checked .tag {
    background: linear-gradient(315deg, #FE7979 0%, #FF2525 100%);
}

.module-warp .card .bottom .cut-tag {
    display: flex;
    /*margin-top: 18px;*/
}

.module-warp .card .bottom .cut-tag div {
    font-size: 12px;
    color: #FF351D;
    padding: 6px 10px;
    /*height: 28px;*/
    /*line-height: 28px;*/
    text-align: center;
    border-radius: 2px;
    opacity: 1;
    /*border: 1px solid rgba(255,53,29,0.5);*/
    margin-right: 10px;
    background: #FFF6F6;
}

.module-warp .card .bottom .cut-tag .checked {
    color: #FFFFFF;
    background: linear-gradient(135deg, #FE7979 0%, #FF2525 100%);
}

.module-warp .card .btn {
    background: #FF4444;
    border-radius: 24px;
    height: 40px;
    line-height: 40px;
    display: block;
    color: #FFFFFF;
    text-align: center;
    font-size: 16px;
    margin-top: 18px;
    margin-bottom: 20px;
}

.module-warp .more-btn {
    height: 40px;
    line-height: 40px;
    display: block;
    text-align: center;
    font-size: 16px;
    border-radius: 20px;
    width: 220px;
    margin: 24px auto 0;
    color: #FF351D;
    border: 1px solid #FF351D;
}

.module-warp .cloud_give {
    background: url("../../../images/activity/2023/summer/cloud_give.png") top center no-repeat;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 106px;
    margin-bottom: 100px;
}

.module-warp .cloud_give a {
    margin-right: 60px;
}

.testip {
    position: relative;
    text-align: center;
    margin: 20px auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.testip div {
    position: absolute;
    color: #1A1A1A;
    font-size: 18px;
}

.testip div span {
    color: #5E2D2D;
}

.long-preferential {
    background: url("../../../images/activity/2023/618/server-bg.png") top center no-repeat;
    background-size: 100%;
    height: 120px;
    position: relative;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.long-preferential .tip {
    position: absolute;
    width: 116px;
    height: 35px;
    background: linear-gradient(135deg, #4C5CFF 0%, #A64CFF 100%);
    border-radius: 0px 0px 10px 10px;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 35px;
    top: 0;
    left: 42px;
}

.long-preferential .new-old {
    font-size: 22px;
    color: #fff;
    margin-right: 16px;
    border-right: 1px solid #fff;
    padding-right: 16px;
}

.long-preferential .new-old span {
    font-size: 13px;
}

.long-preferential .desc {
    color: #FFFFFF;
    font-size: 18px;
    line-height: 30px;
}

.long-preferential .desc span {
    color: #FF9965;
}

.long-preferential a {
    background: linear-gradient(135deg, #1055F0 0%, #4C5CFF 100%);
    border-radius: 20px;
    border: 2px solid #FFFFFF;
    color: #FFFFFF;
    width: 148px;
    height: 40px;
    line-height: 36px;
    position: absolute;
    right: 60px;
}

.module-protect .card .config .label {
    width: 160px;
}

.module-flash-sale .card:hover {
    transform: scale(1.05);
    box-shadow: 0px 8px 20px 1px rgba(0, 0, 0, 0.1);
}

.module-more-active {

    padding: 40px 0;
    background: #f7f8f9;
}

.module-more-active .w1200 .content,
.content1 {
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.module-more-active .w1200 .content {
    background: url("../../../images/activity/2023/summer/active1.png");
    height: 371px;
}

.module-more-active .w1200 .content1 {
    background: url("../../../images/activity/2023/summer/active3.png");
    height: 178px;
}

.module-more-active .w1200 .content .warp {
    width: 576px;
    height: 206px;
    box-shadow: 8px 8px 20px 1px rgba(254, 121, 121, 0.1);
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    padding: 0 38px;
}

.module-more-active .w1200 .content .warp .title {
    font-size: 24px;
    color: #3A374A;
}

.module-more-active .w1200 .content .warp .text {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.module-more-active .w1200 .content .warp .text div {
    font-size: 18px;
    color: #661717;
}

.module-more-active .w1200 .content .warp .text div span {
    color: #FF351D;
}

.module-more-active .w1200 .content .warp .text a {
    width: 148px;
    height: 40px;
    background: linear-gradient(135deg, #FE7979 0%, #FF2525 100%);
    border-radius: 20px;
    color: #fff;
    text-align: center;
    line-height: 40px;
}

.module-more-active .w1200 .content .warp .link {
    color: #FF5B08;
    font-size: 18px;
}







.module-hd-server {
    padding: 40px 0;
    background: #F9F9F9;
}

.module-hd-server .module-desc {
    text-align: center;
    margin-bottom: 24px;
    color: #4A3737;
}

.module-hd-server .cards {
    margin-top: 30px;
}

.module-hd-server .cards .gfdesc {
    color: #0E2364;
    text-align: center;
    margin-bottom: 12px;
}

.module-hd-server .cards .gfdesc a {
    color: #2163FF;
}

.module-hd-server .card {
    display: flex;
    height: 120px;
    background: #fff;
    transition: .3s;
    align-items: center;
}

.module-hd-server .card:hover {
    position: relative;
    box-shadow: 8px 9px 20px 0px rgb(190 31 31 / 22%);
}

.module-hd-server .card .config-price-order {
    display: flex;
    align-items: center;
    height: 100%;
    flex-grow: 1;
    justify-content: space-between;
}

.module-hd-server .card+.card {
    border-top: 1px solid #EFF1FD;
}

.module-hd-server .card .top {
    /*background: url("../../../images/activity/2023/spring/server-card-bg.png") top center no-repeat;*/
    /*background-size: 100%;*/
    /*padding: 12px;*/
    /*border-radius: 4px 4px 0 0;*/
}

.module-hd-server .card .title {
    background: linear-gradient(135deg, #FE7979 0%, #FF2525 100%);
    width: 130px;
    font-size: 20px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0 8px 8px 0;
    height: 100%;
    text-align: center;
}

.module-hd-server .card .configs {
    padding: 12px 20px;
    display: flex;
    flex-grow: 1;
    justify-content: space-between;
}


/*.module-hd-server .card .config + .config {*/
/*    margin-left: 16px;*/
/*}*/
.module-hd-server div[data-value="usaHdServer"] .card .config:first-child {
    min-width: 100px;
}

.module-hd-server div[data-value="usaHdServer"] .card .config:nth-child(3) {
    min-width: 81px;
}

.module-hd-server .card .config:last-child {
    min-width: 50px;
}

.module-hd-server .card .config .label {
    color: #764B4B;
    /*width: 60px;*/
    margin-bottom: 12px;
}

.module-hd-server .card .config .value {
    color: #3A374A;
}

.module-hd-server .card .price-order-content {
    display: flex;
    align-items: center;
    position: relative;
}

.module-hd-server .card .price-order-content:after {
    content: "";
    position: absolute;
    left: 0;
    top: 12px;
    width: 1px;
    height: calc(100% - 24px);
    background: linear-gradient(180deg, rgba(255, 37, 37, 0) 0%, #FF2525 49%, rgba(255, 37, 37, 0) 100%);
}

.module-hd-server .card .price-duration {
    display: flex;
    height: 100%;
    padding: 12px 20px;
}

.module-hd-server .card .price-duration .price.checked {
    border: 2px solid #FF2525;
}

.module-hd-server .card .price-duration .price {
    width: 135px;
    height: 92px;
    border-radius: 4px;
    border: 2px solid #E3E3E3;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    cursor: pointer;
}

.module-hd-server .card .price-duration .price:first-child {
    margin-right: 20px;
}

.module-hd-server .card .price-duration .price .now-price {
    font-size: 15px;
    color: #FF351D;
}

.module-hd-server .card .price-duration .price .now-price .num {
    font-size: 26px;
}

.module-hd-server .card .price-duration .price .price-info {
    color: #FFC5C5;
    text-decoration: line-through;
    font-size: 12px;
}

.module-hd-server .card .price-duration .price .tag {
    position: absolute;
    top: -12px;
    right: -10px;
    width: 72px;
    height: 24px;
    background: linear-gradient(135deg, #FE7979 0%, #FF2525 100%);
    border-radius: 2px 2px 2px 2px;
    text-align: center;
    color: #fff;
}

.module-hd-server .card .btn {
    line-height: 40px;
    display: block;
    color: #fff;
    text-align: center;
    font-size: 16px;
    margin-top: 12px;
    border-radius: 4px;
    width: 120px;
    height: 40px;
    background: linear-gradient(135deg, #FF2626 0%, #FF5C07 100%);
    margin-right: 20px;
}

.module-hd-server .more-btn {
    height: 40px;
    line-height: 40px;
    display: block;
    text-align: center;
    font-size: 16px;
    border-radius: 20px;
    width: 220px;
    color: #FF351D;
    border: 1px solid #FF351D;
    margin-left: auto;
    margin-top: 24px;
    margin-right: auto;
}





















.public-anchor {
    position: fixed;
    top: 50% !important;
    transform: translateY(-50%);
    height: auto;
    left: 3%;
    z-index: 1;
    transition: .3s;
    opacity: 0;

    background: #FF351D;
    width: 180px;
    border-radius: 15px;
}

.public-anchor .anchor,
.public-anchor .anchor.fixed {
    position: static;
    display: block;
    /*background: transparent;*/

    width: 160px;
    background: #FFFFFF;
    border-radius: 4px 4px 4px 4px;
    opacity: 1;
    margin-left: 10px;
    margin-top: 10px;
}

.public-anchor .anchor.fixed .anchor-item,
.public-anchor .anchor .anchor-item {
    white-space: nowrap;
    padding: 16px 16px;
    margin-right: 0;
    color: #3A374A;
    /*border-bottom: 1px solid #ffe7df;*/
    font-weight: 600;
    display: block;
}

.public-anchor .anchor .anchor-item:hover,
.public-anchor .anchor .anchor-item.checked {
    color: #FF2525 !important;
    background: #FFDCDC;
}

.public-anchor .anchor .anchor-item.checked:before {
    background: transparent;
}

.public-anchor .title {
    background: #d94344;
    border-radius: 8px 8px 0 0;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    padding: 4px 16px;
    text-align: center;
    display: block;
}

.public-anchor .title.top {
    height: 64px;
    background: none;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    margin-top: 5px;
    position: relative;
}

.public-anchor .title.top:before {
    /*content: '';*/
    width: 160px;
    height: 50px;
    display: block;
    position: absolute;
    background: #6976FE;
    border-radius: 32px 32px 32px 32px;
}

.public-anchor .title.top img {
    position: absolute;
    top: -65px
}

.public-anchor .title.back-top {
    border-radius: 0 0 8px 8px;
    font-size: 14px;
    /*background: linear-gradient(to right, #fc5a50, #ff2637);*/
    background: none;
    cursor: pointer;
    padding: 16px 0;
}

.public-anchor .icon-dropdown {
    border: 1px solid #fff;
    font-size: 12px;
    border-radius: 50%;
    transform: rotate(180deg) translateY(-1px);
    display: inline-block;
    width: 15px;
    height: 15px;
    line-height: 15px;
    margin-right: 4px;
}

.public-anchor .button {
    display: block;
    color: #fff;
    background: #365afa;
    border-radius: 20px;
    padding: 4px 16px;
}

.public-anchor .button .iconqq {
    font-size: 12px;
    margin-right: 4px;
    transform: translateY(-1px);
    display: inline-block;
}

.public-anchor .panel {
    padding-left: 16px;
    display: none;
}

.public-anchor .anchor-item.checked .panel {
    display: block;
}

.public-anchor .child-item {
    margin-top: 12px;
}

@media only screen and (max-width: 1700px) {
    .public-anchor {
        display: none !important;
    }
}

.rule-dialog[yui-dialog] {
    width: 800px;
}

.rule-dialog .body {
    background-size: 100% 100%;
    background: url("../../../images/activity/register/dialog-bg.png") no-repeat center center;
}

.rule-dialog .row {
    color: #666;
    display: flex;
    align-items: flex-start;
    padding: 0 0 12px 16px;
    position: relative;
    line-height: 28px;
}

.rule-dialog .row .label {
    flex-shrink: 0;
}

#buyDialog {
    width: auto;
    min-width: 620px;
}

#buyDialog div[body] {
    display: flex;
}

#buyDialog .form,
#buyDialog .userForm {
    padding: 12px 12px 0;
}

#buyDialog .userForm {
    border-left: 1px solid #e3e4e5;
}

#buyDialog .form .item,
#buyDialog .userForm .item {
    display: flex;
    align-items: flex-start;
}

#buyDialog .form .item+.item,
#buyDialog .userForm .item+.item {
    margin-top: 20px;
}

#buyDialog .form .label,
#buyDialog .userForm .label {
    width: 100px;
    flex-shrink: 0;
}

#buyDialog .form .body,
#buyDialog .userForm .body {
    flex-grow: 1;
}

#buyDialog #osSelect {
    width: 350px;
}

#buyDialog #osVersionSelect {
    width: 350px;
}

#buyDialog .pay-type {
    display: flex;
}

#buyDialog .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;
}

#buyDialog .pay-type .pay-type-item.checked {
    border: 1px solid #2B85FB;
}

#buyDialog .pay-type .pay-type-item+.pay-type-item {
    margin-left: 8px;
}

#buyDialog .pay-type .pay-type-item.checked:before,
#buyDialog .pay-type .pay-type-item.checked:after {
    content: '';
    position: absolute;
    bottom: -4px;
    right: -18px;
    width: 40px;
    height: 20px;
    background: #2B85FB;
    transform: rotate(-45deg);
}

#buyDialog .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;
}

#buyDialog div[footer] {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}

#buyDialog div[footer] .price {
    padding-right: 16px;
}

#buyDialog div[footer] .price .now {
    display: inline-block;
    color: #2b85fb;
}

#buyDialog div[footer] .price .now .num {
    font-size: 32px;
}

#buyDialog div[footer] .price .del {
    display: inline-block;
    color: #ccc;
    font-size: 12px;
}