body{
    font-family: 'Source Han Sans CN'!important;
}
.banner_ec{
    height: 502px;
    background-size: auto 100%!important;
    background-repeat: no-repeat!important;
}
.email-nav{
    display: flex;
    align-items: center;
    height: 80px;
    background: #FFFFFF;
    box-shadow: 3px 3px 5px 0px #4d4d4d1c;
    margin-top:-25px;
    position: absolute;
    width: 1200px;
}
.email-nav>div{
    height: 100%;
    width: 20%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    font-size: 16px;
    font-weight: bold;
    color: #2D3241;
    cursor: pointer;
}
.email-nav>div.on,.email-nav>div:hover{
    background: #2188FB;
    color:white;
}
.email-nav>div.on:after,.email-nav>div:hover:after{
    width: 48px;
    height: 3px;
    background: #FFFFFF;
    opacity: 1;
    content:'';
    display: block;
    position: absolute;
    margin-top:40px;
}
.jptj_box{
    display: flex;
    align-items: center;
}
.jptj_box>div{
    margin-right: 44px;
    width: 371px;
    height: 470px;
    background: #FFFFFF;
    border-radius: 9px 9px 9px 9px;
    opacity: 1;
    position: relative;
    box-sizing: border-box;
    padding:35px 24px;
}
.jptj_box>div:last-child{
    margin-right: 0;
}
.top-right-icon{
    font-size: 14px;
    font-weight: 500;
    color: #FFFFFF;
    position: absolute;
    top:0;
    right: 0;
    height: 29px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding:0 17px;
    background: #2188fb;
    border-radius: 0 9px 0 24px;
    box-sizing: border-box;
    min-width: 90px;
}
.pro-title{
    font-size: 24px;
    font-weight: 500;
    color: #333333;
}
.pro-desc{
    font-size: 12px;
    font-weight: 400;
    color: #868585;
    height: 16px;
    padding-bottom:10px;
    border-bottom:1px solid #f7f7f7;
    margin-top:6px;
}
.ec_config{
    padding-top:22px;
    padding-bottom:26px;
    border-bottom:1px solid #D8DBE4;
}
.ec_config>div{
    font-size: 14px;
    color: #4D4D4D;
    margin-bottom:12px;
    background: url("img/bg.png") no-repeat left;
    padding-left: 30px;
}
.ec_config>div:last-child{
    margin-bottom:0;
}
.priceBox{
    font-size: 16px;
    font-weight: 400;
    color: #4C4C4C;
    margin-top:32px;
}
.priceBox>span:first-child{
    color:#EE232E;
}
.priceBox .price{
    font-size: 16px;
    color:#EE232E;
    font-weight: 600;
}
.priceBox .zk{
    font-size: 12px;
    color: #FFFFFF;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 49px;
    height: 23px;
    background: #FD4844;
    border-radius: 7px 7px 7px 7px;
    opacity: 1;
    margin-left: 12px;
}
.yh_box{
    font-size: 12px;
    font-weight: 400;
    color: #6B6B6B;
    margin-top:12px;
}
.buy-btn{
    display: inline-flex;
    align-items: center;
    justify-content: center;

    width: 114px;
    box-sizing: border-box;
    height: 41px;
    border-radius: 20px 20px 20px 20px;
    opacity: 1;
    border: 1px solid #333333;


    font-size: 14px;
    font-weight: 400;
    color: #333333;
    cursor: pointer;
}


.zx-btn{
    width: 114px;
    height: 41px;
    background:rgb(235, 238, 243);
    border-radius: 20px 20px 20px 20px;
    opacity: 1;
    border: 1px solid #F5F5F6;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    cursor: pointer;
    margin-left: 22px;
}
.buy-btn:hover,.zx-btn:hover{
    background: linear-gradient(to right,#E6202B, #FF4C47);
    border-radius: 20px 20px 20px 20px;
    color:white;
    border:none;
    opacity: 1;
    transition: 0.2s;
}
.btn-group-ec{
    display: flex;
    margin-top:20px;
}
.view_more{
    font-size: 14px;

    color: #2188FB;
    text-decoration: none;
}
.view_more:hover{
    opacity: 0.8;
}
.ys_box{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.ys_box>div{
    width: 392px;
    height: 216px;
    box-sizing: border-box;
    padding:0 24px 22px 24px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.ys_title{
    font-size: 20px;
    font-weight: 500;
    color: #FFFFFF;
}
.ys_desc{
    font-size: 12px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 20px;
    margin-top:12px;
}
.ys_box>.ys_1{
    background: url("img/ys_1.png");
    background-size: cover;
}
.ys_box>.ys_2{
    background: url("img/ys_2.png");
    background-size: cover;
}
.ys_box>.ys_3{
    background: url("img/ys_3.png");
    background-size: cover;
}

.email_fn{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.email_fn>div{
    width: 332px;
    height: 125px;
    background: #FFFFFF;
    border-radius: 10px 10px 10px 10px;
    opacity: 1;
    box-sizing: border-box;
    padding:22px 24px 0 24px;
}
.email_fn>div:hover{
    box-shadow: 1px 1px 5px 0px #4d4d4d4a;
    transition: 0.2s;
    position: relative;
}
.email_fn>div:hover .fn_title{
    transition: 0.2s;
    color:#EE232E;
}
.fn_desc{
    font-size: 12px;
    color: #666666;
    line-height: 20px;
    margin-top:12px;
}
.fn_title{
    font-size: 16px;
    color: #444444;
    height: 30px;
    display: flex;
    align-items: center;
    font-weight: bold;
    background-repeat: no-repeat;
    background-position-x: left;
    background-position-y: center;
    padding-left: 45px;
}
.fn_1{
    background-image: url("img/fn_1.png");
}
.fn_2{
    background-image: url("img/fn_2.png");
}
.fn_3{
    background-image: url("img/fn_3.png");
}
.fn_4{
    background-image: url("img/fn_4.png");
}
.fn_5{
    background-image: url("img/fn_5.png");
}
.fn_6{
    background-image: url("img/fn_6.png");
}
.fn_7{
    background-image: url("img/fn_7.png");
}
.fn_8{
    background-image: url("img/fn_8.png");
}
.fn_9{
    background-image: url("img/fn_9.png");
}

.yfwcjwt{
    display: flex;
    justify-content: space-between;
}
.yfwcjwt>div{
}
.yfwcjwtTitle{
    padding-left: 20px;
    padding-right: 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 64px;
    width: 349px;
}
.wtBottom{
    width: 354px;
    padding-left: 15px;
    padding-right: 25px;
    height: 125px;
    background:white;
    display: flex;
    flex-direction: column;
    box-shadow: 0 2px 10px #f2f2f2;
    padding-top: 20px;
}
.wtBottom a{
    font-size: 12px;
    color:#444444;
    margin-bottom:12px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.wtBottom a:hover{
    color:#C7000B;
}
.yfwcjwtTitle div{
    font-size: 16px;

    font-weight: bold;
    color: #444444;
}
.yfwcjwtTitle a{
    font-size: 12px;

    font-weight: 400;
    color: #666666;
}
.yfwcjwtTitle a:hover {
    color: #C7000B;
}

.more-position > div {
    width: 390px;
    height: 125px;
    display: inline-block;
    box-sizing: border-box;
    padding-top: 22px;
    padding-left: 26px;
    margin-right: 10px;
    margin-bottom: 20px;
    /*box-shadow: 0 0 10px #f4f4f4;*/
    transition: 0.2s;
    position: relative;
}
.more-position > div:hover{
    box-shadow: 2px 6px 10px 6px #8282823d;
}

.more-position > div:nth-child(3n) {
    margin-right: 0;
}

.more-position .zxhd-bottom-1 {

    background: url("img/zxhd_icon_1.png?v=1.2.3.5&") no-repeat center;
    background-size: cover;
}

.more-position .zxhd-bottom-2 {

    background: url("img/zxhd_icon_2.png?v=1.2.3.5&") no-repeat center;
    background-size: cover;
}

.more-position .zxhd-bottom-3 {

    background: url("img/zxhd_icon_3.png?v=1.2.3.5&") no-repeat center;
    background-size: cover;
}

.more-position .zxhd-bottom-4 {

    background: url("img/zxhd_icon_4.png?v=1.2.3.5&") no-repeat center;
    background-size: cover;
}

.more-position .zxhd-bottom-5 {

    background: url("img/zxhd_icon_5.png?v=1.2.3.5&") no-repeat center;
    background-size: cover;
}

.more-position .zxhd-bottom-6 {

    background: url("img/zxhd_icon_6.png?v=1.2.3.5&") no-repeat center;
    background-size: cover;
}

.more-position .zxhd-bottom-7 {

    background: url("img/zxhd_icon_7.png?v=1.2.3.5&") no-repeat center;
    background-size: cover;
}

.more-position .zxhd-bottom-8 {
    background: url("img/zxhd_icon_8.png?v=1.2.3.5&") no-repeat center;
    background-size: cover;
}

.more-position .zxhd-bottom-9 {

    background: url("img/zxhd_icon_9.png?v=1.2.3.5&") no-repeat center;
    background-size: cover;
}

.zxhd-b-title {
    font-size: 20px;
    font-weight: 400;
    color: #2D3241;
}

.zxhd-b-desc {
    font-size: 12px;
    margin-top:5px;
    font-weight: 400;
    color: #2D3241;
}

.zxhd-b-desc span {
    color: #EE232E;
}
.zxhd-b-a{
    margin-top:10px;
}
.zxhd-b-a > a {
    font-size: 12px;
    font-weight: 400;
    color: #827F7F;
}

.zxhd-b-a > a:hover {
    color: #EE232E;
}

.ask_box{
    box-sizing: border-box;
    background: white;
    padding:28px 72px;
}
.ask_box>div{
    margin-bottom:26px;
    position: relative;
}
.ask_box>div:before{
    position: absolute;
    content:'';
    display: block;
    background: url("img/ask.png");
    width: 20px;
    height: 20px;
    background-size: cover;
    margin-left: -42px;
    margin-top: 3px;
}
.ask_box>div:last-child{
    margin-bottom:0;
}
.ask_title{
    font-size: 16px;

    color: #444444;
    font-weight: bold;
}
.ask_desc{
    font-size: 12px;

    color: #666666;
    margin-top:10px;
}

.banner_new_content .bannerHead{
    font-size: 40px;
    font-weight: bold;
    margin-top:62px;
    margin-bottom:20px;
}
.banner_new_content .bannerDesc{
    font-size: 14px;
    /*font-weight: bold;*/
    font-weight: 500;
    margin-bottom:28px;
    line-height: 28px;
    width: 710px;
}
.banner_new_content .bannerTop{
    display: flex;
    margin-top:60px;
    font-size: 18px;
    font-weight:bold;
}
.banner_new_content .bannerTop>div{
    height: 42px;
}
.banner_new_content .bannerTop>div:first-child{
    width: 156px;
    height: 42px;
    background:linear-gradient(90deg, #FF6A00 0%, #FF9D65 100%);
}
.banner_new_content .bannerTop>div:last-child{
    width: 287px;
    height: 42px;
    border: 1px solid #FF6A00;
    background:white;
    box-sizing: border-box;
    font-size: 20px;

    font-weight: bold;
    color: #FF6A00;
    display: flex;
    justify-content: center;
    align-items: center;
}
.banner_new_content .bannerTempBtn a{
    cursor: pointer;
    width: 140px;
    height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    border-radius: 4px;
    background: #6476ec;
    color:white;
    font-size: 18px;
    transition: 0.2s;
}
.banner_new_content .bannerTempBtn a:hover{
    opacity: 0.8;
}
.banner_new_content .bannerTempBtn a:last-child{
    margin-right: 0;
}


.buy_email_box{
    background: white;
    border-radius: 10px 10px 10px 10px;
    box-sizing: border-box;
    padding:34px 24px;
    align-items: flex-start;
}

.buy_email_box{
    display: flex;
    justify-content: space-between;
}
.buy_main_box{
    width: 761px;
}
.buy_email_head{
    display: flex;
    align-items: center;
}
.buy_email_head>img{
    margin-right: 40px;
}
.buy_email_head_title{
    font-size: 20px;
    font-weight: 400;
    color: #333333;
}
.buy_email_head_desc{
    font-size: 12px;
    font-weight: 300;
    color: #868585;
    line-height: 22px;
    margin-top:6px;
}

.buy_email_row{
    display: flex;
    align-items: center;
    margin-top: 20px;
    font-size: 14px;
}
.buy_email_row>div:first-child{
    width: 123px;

    color: #4D4D4D;
}
.email_type{
    display: flex;
    align-items: center;
}
.email_type>span{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 28px;
    background: #FFFFFF;
    border-radius: 4px 4px 4px 4px;
    opacity: 1;
    border: 1px solid #ADB0B8;
    font-size: 14px;
    color: #4D4D4D;
    cursor: pointer;
    padding:0 12px;
    margin-right: 20px;
    min-width: 68px;
    box-sizing: border-box;
    margin-bottom:10px;
}
.email_type>span.on{
    color:white;
    background: #6376EC;
    border-color: #6376EC;
}
.buy_email_input{
    width: 286px;
    height: 28px;
    background: #FFFFFF;
    border-radius: 4px 4px 4px 4px;
    opacity: 1;
    border: 1px solid #ADB0B8;
    outline: none;
    box-sizing: border-box;
    padding:0 12px;
    font-size: 12px;
    margin-left: 10px;
}
.buy_email_input:focus{
    border-color:#6376EC;
    transition: 0.2s;
    box-shadow: 0px 1px 12px 0px rgb(190 194 201 / 20%);
}

.domainNum>div{
    width: 28px;
    height: 28px;
    background: #FFFFFF;
    border: 1px solid #BCBCBC;
    border-radius: 4px;
    font-size: 22px;

    font-weight: 400;
    color: #9B9B9B;
    justify-content: center;
    display: flex;
    box-sizing: border-box;
    cursor: pointer;
    line-height: 26px;
}
.domainNum>div:first-child{
    border-radius: 4px 0 0 4px;
}
.domainNum>div:last-child{
    border-radius: 0 4px 4px 0;
}
.domainNum input{
    width: 57px;
    height: 28px;
    /*border-radius: 4px;*/
    outline: none;
    text-align: center;
    margin:0;
    font-size: 14px;

    font-weight: 400;
    color: #444444;
    box-sizing: border-box;
    background: white;
    border:1px solid #BCBCBC;
    /*border:1px solid #E9EDFA;*/
    border-left: none;
    border-right: none;
}

.domainNum input:disabled{
    background: #E9EDFA;
    border:1px solid #E9EDFA;
}
.domainNum .disabled{
    border: 1px solid #BCBCBC;
    color:#9B9B9B;
    background: #E3E3E3;
}
.domainNum .disabled{
    cursor: not-allowed;
}
.domainNum{
    display: flex;
    align-items: center;
}
.line_box{
    border-bottom:1px solid #DBDBDB;
    padding-bottom:12px;
    display: flex;
    align-items: center;
    margin-top:25px;
}
.line_box>div{
    margin-right: 35px;
    font-size: 12px;
    font-weight: 300;
    color: #4C4C4C;
    padding-left: 20px;
    background: url("img/buy.png") no-repeat left;
}
#yh_desc{
    font-size: 12px;
    color: #4C4C4C;
    padding:0 8px;
    height: 30px;
    background: #E3E3E3;
    border-radius: 3px 3px 3px 3px;
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}
#time_box:after{
    content:attr(data-font);
    font-size: 12px;
    color: #868585;
}


.email_buy_left{
    width: 318px;
    min-width: 318px;
    background: #FFFFFF;
    border-radius: 10px 10px 10px 10px;
    border: 1px solid #EFEFEF;
    padding-top:29px;
    padding-bottom:50px;
}
.left_tab{
    border-bottom:1px solid #E3E3E3;
    display: flex;
    align-items: center;
    justify-content: space-around;
    font-size: 20px;
    font-weight: 400;
    color: #555555;
}
.left_tab>span{
    display: flex;
    align-items: flex-start;
    justify-content: center;
    height: 35px;
    position: relative;
    cursor: pointer;
}
.left_tab>span.on{
    color:#6376EC;
}
.left_tab>span.on:after{
    content:'';
    display: block;
    width: 108%;
    border-radius: 1px 1px 1px 2px;
    height: 3px;
    background: #6376EC;
    position: absolute;
    bottom:0;
}
.desc_bottom{
    width: 236px;
    margin:0 auto;
    margin-top:35px;
}
.desc_bottom>div{
    margin-bottom:40px;
    font-size: 12px;
    font-weight: 300;
    color: #868585;
    line-height: 23px;
}
.desc_bottom>div>span{
    font-size: 20px;
    font-weight: 400;
    color: #555555;
    display: block;
    margin-bottom:6px;
}
.email_table_box{
    background: #FFFFFF;
    border-radius: 10px 10px 10px 10px;
    margin-top:30px;
    box-sizing: border-box;
    padding:40px 24px;
}
.email_table_title{
    font-size: 20px;
    font-weight: 500;
    color: #333333;
    margin-bottom:30px;
}
.tempTitle{
    font-size: 16px;
    font-weight: 500;
    margin-bottom:10px;
    color: #444444;
}
.tempDesc{
    font-size: 14px;
    font-weight: 400;
    color: #444444;
    line-height: 30px;
    width: 608px;
    margin-bottom:30px;
}
.email_table{
    width: 100%;
    margin-bottom:35px;
    font-size: 14px;
    color:#444444;
    border:1px solid #F1F2F3;
    border-collapse:separate;
    border-spacing:0;
    table-layout: fixed;
}
.email_table th{
    text-align: left;
    font-size: 20px;
    border-right: 1px solid #FEFEFE;
    background: #F1F1F1;
}
.email_table th:last-child{
    border-right: none;
}
.email_table th,.email_table td{
    vertical-align: middle;
    padding-left: 32px;
    height: 57px;
}
.email_table td{
    border-right: 1px solid #F1F2F3;
    border-top:1px solid #F1F2F3;
}
.email_table td:last-child{
    border-right: none;
}