@charset "utf-8";
/* base */
body,html{
    background: #F7F9FF;
}
* {
    box-sizing: border-box;
}
.w1040{
    width: 1040px;
    margin: 0 auto;
}
.visibility{
    visibility: hidden;
}
.layui-layer-btn a {
    line-height: 26px;
}
#slider_mail {
    width: 500px;
    margin-top: 17px;
}
.layui-slider-input {
    padding-left: 0;
}
.layui-slider-input-btn {
    display: block;
}
.layui-slider-wrap-btn {
    position: relative;
    width: 16px;
    height: 28px;
    border: 0!important;
    border-radius: 2px;
    background-color: #3464FF;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.layui-slider-tips {
    top: -47px;
}
.layui-slider-wrap-btn::before {
    content: '';
    clear: both;
    position: absolute;
    left: 5px;
    top: 10px;
    width: 1px;
    height: 10px;
    background: #fff;
    border-top-left-radius: 1px;
    border-bottom-left-radius: 1px;
}

.layui-slider-wrap-btn::after {
    content: '';
    clear: both;
    position: absolute;
    left: 10px;
    top: 10px;
    width: 1px;
    height: 10px;
    background: #fff;
    border-top-right-radius: 1px;
    border-bottom-right-radius: 1px;
}
.layui-slider-wrap {
    width: auto;
    height: auto;
    top: -13px;
}
.mail_index_btn_default{
    background: transparent;
    color: #fff;
    text-align: center;
    display: inline-block;
    border: 1px solid #FFFFFF;
    box-sizing: border-box;
    border-radius: 2px;
}
.mail_index_btn_default:hover{
    color: #3464FF;
    border-color: #3464FF;
}
.mail_index_btn_blue{
    background: linear-gradient(180deg, #3464FF 0%, #3464FF 70%, #3464FF 100%);
    color: #fff;
    text-align: center;
    display: inline-block;
    border-radius: 1px;
}
.mail_index_btn_blue:hover{
    background: linear-gradient(180deg, rgba(102, 154, 255, 1) 0%, rgba(45, 114, 255, 1) 64%, rgba(52, 100, 255, 1) 100%) !important;
    cursor: pointer !important;
    color: #fff;
}
.mail_index_btn_orange{
    background: linear-gradient(180deg, #F2997E 0%, #EC7161 100%);
    box-shadow: 0px 10px 36px 0px rgba(5, 17, 71, 0.07);
    color: #fff;
    text-align: center;
    display: inline-block;
    border-radius: 1px;
}
.mail_index_btn_orange:hover{
    background: linear-gradient(180deg, #F2997E 0%, #EC7161 100%) !important;
    cursor: pointer !important;
    opacity: 0.9;
}
.color_E49A00{
    color: #E49A00;
}
.mail_index_bg1{
    background: #fff;
}
.mail_index_bg2{
    background: #F7F9FF;
}
.mail_index_color_3464FF{
    color: #3464FF !important;
}
.mail_index_color_8187A1{
    color: #8187A1 !important;
}
.mail_index_color_E8001C{
    color: #E8001C !important;
}

/* form表单 */
.mail_form_block{
    display: block;
    zoom: 1;
}
.mail_form_block::after{
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0;
}
.mail_form_label{
    vertical-align: top;
    display: block;
    line-height: 38px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #040F43;
    float: left;
}
.mail_form_radio_group{
    vertical-align: top;
    display: block;
    margin-left: 86px;
    display: flex;
}
.mail_form_radio{
    position: relative;
    min-width: 100px;
    display: inline-block;
    padding: 0 20px;
    line-height: 38px;
    background: #FFFFFF;
    border-radius: 2px;
    border: 1px solid #E1E6F0;
    margin-right: 16px;
    box-sizing: border-box;
    color: #040F43;
    cursor: pointer;
    margin-bottom: 10px;
    font-size: 14px;
}
.mail_form_radio_img{
    padding: 0;
}
.mail_form_radio img{
    display: block;
    width: auto;
    height: 36px;
}
.mail_form_radio.active{
    color: #3464FF;
    border-color: #3464FF;
}
.hk_site .mail_form_radio.active {
    color: #EE4545;
    border-color: #EE4545;
}
.mail_form_radio:last-child{
    margin-right: 0;
}
.mail_form_tips{
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #8187A1;
    line-height: 18px;
}

.mail_form_select input,.mail_form_select input.layui-input{
    width: 100%;
    line-height: 28px;
    height: 28px;
    border: 1px solid #F7F9FF;
    position: relative;
    padding: 0 36px 0 14px;
    font-size: 14px;
    cursor: pointer;
    text-align: left;
    box-sizing: border-box;
    margin: 0;
}
.mail_form_select input:hover,.mail_form_select input.layui-input:hover{
    border-color: #3464FF!important;
}
.mail_form_select i{
    font-size: 12px;
    position: absolute;
    top: 50%;
    right: 16px;
}

.mail_form_select input:focus{
    border-color: #F7F9FF!important;
}

/* .mail_form_select.active::before{
    transform: translateY(-50%) rotate(180deg);
} */
.mail_form_select .layui-form-select .layui-edge{
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 7px solid #E1E6F0;
    right: 11px;
}
.mail_form_select_option{
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    display: none;
    box-shadow: 0px 10px 36px 0px rgba(5, 17, 71, 0.07);
}
.mail_form_select_option ul{
    max-height: 250px;
    margin-bottom: 0;
    padding-left: 0;
    overflow: auto;
    list-style: none;
    outline: none;
}
.mail_form_select_option li{
    padding-left: 16px;
    background: #fff;
    position: relative;
    display: block;
    padding: 3px 16px;
    overflow: hidden;
    color: #404040 !important;
    font-weight: 400 !important;
    line-height: 22px;
    white-space: nowrap;
    text-overflow: ellipsis;
    cursor: pointer;
    font-size: 14px;
}
.mail_form_select_option li:hover{
    background-color: #F2F5FF;
}
/* notableList */
.mail_noData{
    padding: 50px 0 40px;
    display: flex;
    
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.mail_noData .mail_nodata_img img{
    width: 240px;
    height: auto;
}
.mail_noData p{
    padding: 20px 0 0;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #999999;
    line-height: 14px; 
}

/* banner  */
.mail_index_banner{
    padding-top: 32px;
    padding-bottom: 36px;
    width: 100%;
    height: 360px;
    background: #14258D url(../images/mail_banner.jpg) no-repeat center center;
    background-size: auto 360px;
}
.hk_site .mail_index_banner {
    background: #ebebeb url(../images/mail_banner2.jpg) no-repeat center center;
    background-size: auto 360px;
}
.mail_index_banner_left{
    width: 508px;
}
.mail_index_banner_left h2{
    font-size: 38px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 38px;
    padding: 28px 0 30px;
}
.mail_index_banner_left p{
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(255,255,255,0.5);
    line-height: 30px;
}
.mail_index_banner_left .mail_index_banner_btn{
    padding-top: 40px;
    text-align: left;
    font-size: 0;
}
.mail_index_banner_left .mail_index_banner_btn a{
    float: left;
    width: 128px;
    line-height: 48px;
    margin-right: 24px;
    font-size: 16px;
}
.mail_index_banner_left .mail_index_banner_btn a:last-child{
    margin-right: 0;
    line-height: 46px;
}
.mail_index_banner_right{
    width: 347px;
    height: 272px;
}
/* 推荐 */
.mail_index_container{
    padding-bottom: 40px;
}
.mail_index_container h2{
    text-align: center;
    padding: 63px 0 47px;
    font-size: 36px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: bold;
    color: #040F43;
    line-height: 50px;
}
.mail_index_tabel{
    border-color:#E1E6F0;
    width: 100%;
}
.mail_index_tabel th,.mail_index_tabel td{
    line-height: 70px;
    text-align: center;
    font-size: 16px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: bold;
    color: #040F43;
    border: 1px solid #E1E6F0;
}
.mail_index_tabel th,.mail_index_tabel td{
    width: 188px;
}
.mail_index_tabel th,.mail_index_tabel tbody tr td:first-child{
    background-color: #F7F9FF;
}
.mail_index_tabel th:first-child,.mail_index_tabel tbody tr td:first-child{
    width: 265px;
}
.mail_index_tabel .h82{
    height: 82px;
}
.mail_index_tabel .h118{
    height: 118px;
}
.mail_index_tabel .h136{
    height: 136px;
}
.mail_index_tabel_th{
    width: 140px;
}
.mail_index_tabel_tr{
    width: 266px;
    margin-left: -1px;
}
/* 鼠标移入 */
.mail_index_tabel_tr.active{
    box-shadow: 0px 10px 36px 0px rgba(5, 17, 71, 0.07);
}
.mail_index_tabel_tr.active .mail_index_tabel_head{
    background: #3464FF;
    color: #FFFFFF;
    border-color: #3464FF;
}

.mail_index_tabel .mail_index_show{
    display: none;
}
.mail_index_tabel_th .mail_index_tabel_td{
    padding-left: 24px;
    padding-right: 24px;
    font-weight: bold;
    margin-top: -1px;
}
.mail_index_tabel_tr .mail_index_tabel_td{
    padding-left: 30px;
    padding-right: 30px;
    font-weight: normal;
    margin-top: -1px;
    color: #8187A1;
}
.mail_index_tabel_tr .mail_index_tabel_td i{
    margin-right: 4px;
}
.mail_index_tabel_tr .mail_index_tabel_td i:last-child{
    margin-right: 0;
}
.mail_index_tabel_tr.active .mail_index_tabel_td{
    color: #040F43;
}
.mail_index_tabel_head{
    max-width: 266px;
    width: 100%;
    height: 72px;
    background: #F7F9FF;
    border: 1px solid #E1E6F0;
    font-size: 16px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: bold;
    color: #040F43;
    line-height: 20px;
    padding: 12px 24px;
    display: flex;
    align-items: center;
    box-sizing: border-box;
}
.mail_index_tabel_td{
    width: 100%;
    height: 64px;
    border: 1px solid #E1E6F0;
    font-size: 14px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: bold;
    color: #040F43;
    line-height: 20px;
    padding: 12px 24px;
    display: flex;
    align-items: center;
    box-sizing: border-box;
}
.mail_index_tabel_td_price{
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
.mail_index_tabel_td .mail_index_title{
    width: 100%;
    font-size: 14px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: bold;
    color: #040F43;
    line-height: 26px;
}
.mail_index_tabel_td .mail_index_price{
    width: 100%;
}
.mail_index_tabel_td .mail_index_price span{
    font-size: 24px;
    line-height: 40px;
    color: #E8001C;
}
.mail_index_tabel_td .mail_index_price em{
    font-size: 14px;
    color: #8187A1;
    line-height: 40px;
}
.mail_index_tabel_td a{
    color: inherit;
    font-size: inherit;
}
.mail_index_tabel_td a:hover{
    color: #3464FF;
}
.mail_index_tabel_td.mail_index_tabel_td_price a{
    margin-top: 6px;
    display: block;
    width: 78px;
    line-height: 30px;
    color: #fff;
}
/* 流程 */
.mail_index_lc li{
    width: 224px;
    padding: 0 22px;
    height: 260px;
    background: #FFFFFF;
    float: left;
    margin-right: 20px;
    position: relative;
    text-align: center;
    color: #8187A1;
    box-sizing: border-box;
    position: relative;
    top: 0;
    cursor: pointer;
    transition: all 0.3s;
}
.mail_index_lc li:hover{
    top: -10px;
    color: #3464FF;
    box-shadow: 0px 10px 36px 0px rgba(5, 17, 71, 0.07);
}
.mail_index_lc li:hover .mail_index_lc_title{
    color: #3464FF;
}
.mail_index_lc li:last-child{
    margin-right: 0;
}

.mail_index_lc i{
    padding: 40px 0 20px;
    font-size: 48px;
    line-height: 1;
    
}
.mail_index_lc_title{
    font-size: 16px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: bold;
    color: #040F43;
    line-height: 16px;
}
.mail_index_lc_txt{
    padding-top: 22px;
    font-size: 12px;
    font-family: MicrosoftYaHei;
    color: #8187A1;
    line-height: 24px;
}
/* 为什么要使用SSL证书? */
.mail_index_what{
    margin-bottom: -20px;
}
.mail_index_what li{
    width: 285px;
    height: 300px;
    padding: 0 30px;
    border: 1px solid #E1E6F0;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    position: relative;
    text-align: left;
    color: #333333;
    cursor: pointer;
    transition: all 0.3s;
}
.mail_index_what li:hover{
    color: #3464FF;
    box-shadow: 0px 10px 36px 0px rgba(5, 17, 71, 0.07);
}
.mail_index_what li:hover .mail_index_what_title {
    color: #3464FF;
}
.mail_index_what li:nth-child(4n){
    margin-right: 0;
}
.mail_index_what_sort{
    position: absolute;
    right: 24px;
    top: 0;
    width: 30px;
    height: 34px;
}
.mail_index_what i{
    padding: 50px 0 40px;
    font-size: 38px; 
    line-height: 1; 
    
}
.mail_index_what_title{
    font-size: 18px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: bold;
    color: #333333;
    line-height: 18px;
}
.mail_index_what_txt{
    padding-top: 24px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #8187A1;
    line-height: 24px;
}
/* SSL证书应用场景 */
.mail_index_cj{
    margin-bottom: -20px;
    margin-right: -1px;
}
.mail_index_cj li{
    width: 387px;
    height: 210px;
    padding: 0 30px;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    position: relative;
    text-align: left;
    color: #8187A1;
    cursor: pointer;
    transition: all 0.3s;
    background: #fff;
}
.mail_index_cj li:hover{
    color: #3464FF;
    box-shadow: 0px 10px 36px 0px rgba(5, 17, 71, 0.07);
}
.mail_index_cj li:hover .mail_index_cj_title {
    color: #3464FF;
}
.mail_index_cj li:nth-child(3n){
    margin-right: 0;
}
.mail_index_cj_title{
    font-size: 18px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: bold;
    color: #333333;
    line-height: 18px;
    padding-top: 40px;
}
.mail_index_cj_txt{
    padding-top: 20px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #8187A1;
    line-height: 24px;
}
/* 合作品牌 */
.mail_index_hzpp{
    margin-bottom: -20px;
}
.mail_index_hzpp li{
    width: 285px;
    /* height: 140px; */
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    position: relative;
    text-align: left;
    color: #8187A1;
    cursor: pointer;
    transition: all 0.3s;
    background: #fff;
    border: 1px solid #E1E6F0;
}
.mail_index_hzpp li:hover{
    margin-top: -10px;
    box-shadow: 0px 10px 36px 0px rgba(5, 17, 71, 0.07);
}
.mail_index_hzpp li:nth-child(4n){
    margin-right: 0;
}
.mail_index_hzpp_img img{
    width: 100%;
    height: auto;
}

/* 相关文档 */
.mail_index_xgwd {
}
.mail_index_xgwd_left{
    float: left;
    width: 585px;
    background-color: #fff;
}
.mail_index_xgwd_right{
    float: right;
}
.mail_index_xgwd_right .mail_index_xgwd_title{
    background: linear-gradient(270deg, #4D83EC 0%, #007BFC 100%);
}
.mail_index_xgwd_title{
    height: 126px;
    width: 100%;
    background: linear-gradient(270deg, #F2997E 0%, #EC7161 100%);
    box-shadow: 0px 10px 36px 0px rgba(5, 17, 71, 0.07);
    padding: 0 28px 0 30px;
}
.hk_site .mail_index_xgwd_title {
    background: url(../images/youshi1.png) no-repeat center center;
    background-size: 100% 100%;
}
.hk_site .mail_index_xgwd_right .mail_index_xgwd_title {
    background: url(../images/youshi2.png) no-repeat center center;
    background-size: 100% 100%;
}
.mail_index_xgwd_title h3{
    font-size: 20px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 20px;
    padding: 26px 0 13px;
}
.mail_index_xgwd_title p{
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(255,255,255,.7);
    line-height: 24px;
}
.mail_index_xgwd_title a{
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
}
.mail_index_xgwd_title a:hover{
    color: #3464FF;
}
.mail_index_xgwd_title a i{
    font-size: 12px;
}
.mail_index_xgwd_content{
    border: 1px solid #E1E6F0;
    border-top: none;
    padding: 0 30px;
}
.mail_index_xgwd_left ul{
    padding: 20px 0;
}
.mail_index_xgwd_left li{
    width: 319px;
    float: left;
    padding-left: 20px;
    position: relative;
}
.mail_index_xgwd_left li:before{
    content: '';
    clear: both;
    width: 6px;
    height: 6px;
    position: absolute;
    left: 0;
    background: #EC7161;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
}
.mail_index_xgwd_right li:before{
    content: '';
    clear: both;
    width: 6px;
    height: 6px;
    position: absolute;
    left: 0;
    background: #3464FF;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
}
.mail_index_xgwd_left li:nth-child(2n){
    width: 204px;
}
.mail_index_xgwd_left li a:hover{
    color: #3464FF;
}
.mail_index_xgwd_left li a{
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #040f43;
    line-height: 32px;
    cursor: default;
}
.mail_index_xgwd_left li a:hover{
    color: #040f43;
}
.mail_index_xgwd_foot{
    border-top: 1px solid #E1E6F0;
    padding: 23px 0 29px;
    line-height: 38px;
}
.mail_index_xgwd_foot .mail_price{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #8187A1;
}
.mail_index_xgwd_foot .mail_price b{
    font-size: 28px;
    font-family: DINProM !important;
    font-weight: bold;
    color: #E8001C;
    line-height: 28px;
}
.mail_index_xgwd_foot .mail_price .mail_yj{
    margin-left: 20px;
    display: inline-block;
    /* text-decoration: line-through; */
}
.mail_index_xgwd_foot .mail_price a{
    padding: 0 26px;
    font-size: 14px;
}
/* 首页结束 */
/* ----------------------------------------------------------------------------------------------------- */
.mail_pz_bg1{
    background-color: #F7F9FF;
}
.mail_pz_container h2{
    padding: 54px 0 34px;
    font-size: 28px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: bold;
    color: #040F43;
    line-height: 28px;
}
.mail_pz_tab{
    padding-bottom: 30px;
}
.mail_pz_tab a {
    line-height: 38px;
    box-sizing: border-box;
    padding: 0 26px;
    font-size: 14px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: bold;
    color: #040F43;
    margin-right: 20px;
    border-color: #E1E6F0;
    background-color: #fff;
    float: left;
}
.mail_pz_tab a.mail_index_btn_blue{
    background: #007BFC;
    color: #fff;
    text-align: center;
    display: inline-block;
    border-radius: 2px;
}
.mail_pz_content{

}
.mail_pz_content_box{
    background-color: #fff;
    padding: 30px 24px 20px;
    margin-bottom: 20px;
}
.mail_pz_content_box h3{
    font-size: 16px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: bold;
    color: #040F43;
    line-height: 16px;
    padding: 30px 0 20px;
}
.mail_pz_content_box h3::before{
    content: '';
    clear: both;
    display: inline-block;
    margin-right: 12px;
    width: 4px;
    height: 14px;
    background: #007BFC;
}
/* 配置信息 */
.mail_form_list{
    margin-bottom: 20px;
}
/* table start */
.mail_table{
    border: 1px solid #E1E6F0;
}
.mail_table thead th{
    background: #F7F9FF;
    border-right: 1px solid #E1E6F0;
    text-align: left;
    height: 44px;
}
.mail_table thead th > span{
    padding: 0 20px;
    line-height: 44px;
    color: #040F43;
    font-weight: bold;
    font-size: 14px;
    font-family: PingFangSC-Medium, PingFang SC;
    display: inline-block;
}
.mail_table thead th:last-child{
    border-right: none;
}
.mail_table tbody tr{
    border-top: 1px solid #E1E6F0;
}
.mail_table tbody td{
    border-right: 1px solid #E1E6F0;
}
.mail_table tbody td > span{
    padding: 14px 20px;
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #040F43;
    line-height: 20px;
    display: inline-block;
}

.mail_table tbody td:nth-child(1){
    font-size: 12px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: bold;
    color: #040F43;
    line-height: 1.5;
}

.mail_table tbody td:last-child{
    border-right: none;
}
/* table end */
.mail_buy_shopcar span{
    font-size: 20px;
    font-family: DINProM !important;
    font-weight: bold;
    color: #E8001C;
}
.mail_buy_shopcar em{
    font-size: 12px;
    font-family: MicrosoftYaHei;
    color: #8187A1;
}
.mail_buy_shopcar p:last-child{
    margin-top: 10px;
    font-size: 0;
}
.mail_buy_shopcar a{
    display: inline-block;
    font-size: 12px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    background-color: #FF6029;
    color: #FFFFFF;
    padding: 0 13px;
    line-height: 28px;
    height: 28px;
    vertical-align: top;
    margin-right: 10px;
}
.mail_buy_shopcar .a_gwc{
    display: inline-block;
    vertical-align: middle;
    width: 28px;
    height: 28px;
    text-align: center;
    line-height: 28px;
    border: 1px solid #3464FF;
    border-radius: 2px;
    box-sizing: border-box;
    cursor: pointer;
}
.mail_buy_shopcar .a_gwc .jrgwc, .mail_buy_shopcar .a_gwc .yjgwc{
    line-height: 28px;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.mail_buy_shopcar .a_gwc i{
    font-size: 13px;
    line-height: 28px;
    display: inline-block;
    vertical-align: top;
    color: #3464FF;
    cursor: pointer;
}
.mail_buy_shopcar .a_gwc .yjgwc i{
    width: 10px;
    height: 2px;
    background: #3464FF;
    border-radius: 1px;
    color: #3464FF;
}
.mail_buy_shopcar .a_gwc:hover .yjgwc i{
    background: #fff;
}

.mail_buy_shopcar .a_gwc:hover{
    background: #3464FF;
}
.mail_buy_shopcar .a_gwc:hover i{
    color: #fff;
}


/* 自定义配置 */
.mail_form_number_box .mail_form_number{
    margin-right: 50px;
}
.mail_form_number_box{
    display: none;
}
.mail_form_number_box.active{
    display: inline-block;
}
.mail_form_number{
    text-align: center;
    font-size: 0;
    display: inline-block;
    min-width: 113px;
}
.mail_form_number > *{
    vertical-align: middle;
}

.mail_form_number button{
    width: 38px;
    background-color: #F7F9FF;
    display: inline-block;
    line-height: 38px !important;
    font-size: 14px !important;
    color: #8187A1 !important;
    font-weight: 700!important;
}
.mail_form_number button.disabled{
    color: #E1E6F0 !important;
    cursor: not-allowed;
}

.mail_form_number button:hover {
    color: #3464FF;
}
.mail_form_select{
    max-width: 400px;
    width: 100%;
    position: relative;
    font-size: 12px;
}
.mail_form_number input{
    margin: 0 4px;
    width: 70px;
    background-color: #F7F9FF;
    display: inline-block;
    line-height: 38px!important;
    font-size: 14px;
    color: #040F43;
    text-align: center;
    margin: 0 4px;
    width: 51px;
    background-color: #F7F9FF;
    display: inline-block;
    font-size: 14px;
    color: #040F43;
    text-align: center;
}
.mail_form_number input.active{
    color: #E1E6F0;

}
.mail_form_number span{
    padding-left: 10px;
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #040F43;
    line-height: 38px;
    display: inline-block;
}
.mail_form_number p{
    padding-top: 14px;
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #8187A1;
    line-height: 20px;
}
.mail_buy_shopcar p{
    line-height: 1;
}
/* .mail_buy_shopcar p:first-child em{
    text-decoration: line-through;
} */
.mail_buy_shopcar p:nth-child(2){
    padding-top: 12px;
}
.mail_buy_shopcar p:nth-child(2) > *{
    vertical-align: middle;
}
.mail_buy_shopcar p:last-child{
    padding-top: 10px;
}
.layui-form-select dl dd:hover,.layui-form-select dl dd.layui-this{
    background: #F2F5FF;
    color: #003BFC;
}
/* 首页六大理由 */
.ymreg_serve_ul {
    padding-bottom: 40px;
}

.ymreg_serve_ul li {
    float: left;
    width: 386px;
    height: 210px;
    background: #ffffff;
    border-radius: 3px;
    margin-right: 20px;
    margin-bottom: 20px;
    padding: 40px 0 0 30px;
    transition: all 0.3s;
    border-radius: 10px;
}

.ymreg_serve_ul li .p1 {
    line-height: 18px;
    color: #040F43;
    font-size: 18px;
    font-weight: bold;
}

.ymreg_serve_ul li .p1 i {
    color: #040F43;
    font-size: 24px;
    margin-right: 10px;
    vertical-align: bottom;
}

.ymreg_serve_ul li .p2 {
    width: 337px;
    color: #8187A1;
    font-size: 14px;
    margin-top: 20px;
    line-height: 24px;
}

.ymreg_serve_ul li:nth-child(3n) {
    margin-right: 0;
}

.ymreg_serve_ul li:hover {
    box-shadow: 0px 10px 36px 0px rgba(5, 17, 71, 0.07);
}

.ymreg_serve_ul li:hover .p1 {
    color: #003BFC;
}

.ymreg_serve_ul li:hover .p1 i {
    color: #003BFC;
}
/* 首页长江问题 */
.dealer_qs_box {
    padding: 50px 40px 50px 80px;
    display: flex;
    background: #fff;
    height: 340px;
    border: 1px solid #E1E6F0;
}
.dealer_qs_box .dealer_qs_ol{
    padding-left: 80px;
    float: left;
    width: 469px;
}
.dealer_qs_box .dealer_qs_ol li a{
    display: flex;
}
.dealer_qs_box .dealer_qs_ol li{
    margin-bottom: 30px;
    color: #040F43;
}
.dealer_qs_box .dealer_qs_ol .dealer_active a p{
    color: #004DFF;
}
.dealer_qs_box .dealer_qs_ol .dealer_active a p i{
    color: #004DFF;
    background: transparent;
}
.dealer_qs_box .dealer_qs_ol .dealer_active a i{
    background: #004DFF;
    color: #fff;
}
.dealer_qs_box .dealer_qs_ol li a i{
    width: 24px;
    height: 24px;
    background: #F2F5FF;
    display: block;
    text-align: center;
    line-height: 24px;
    border-radius: 50%;
    margin-right: 19px;
}
.dealer_qs_box .dealer_qs_ol li a p{
    font-size: 16px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: bold;
    display: block;
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.dealer_qs_box .dealer_qs_ol li a p i{
    font-size: 13px;
    font-family: PingFangSC-Medium, PingFang SC;
    display: inline;
    color: #333;
    background: transparent;
}

.dealer_qs_ul {
    width: 609px;
    float: left;
    border-right: 1px solid #E1E6F0;
    padding-right: 81px;
}

.dealer_qs_ul li {
    position: relative;
    display: none;
}
.dealer_qs_ul li a p {
    font-size: 20px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: bold;
    color: #040F43;
    line-height: 20px;
}

.dealer_qs_ul li a i {
    transition: all 0.3s;
    font-size: 18px;
    color: #999;
    transform: rotate(0deg);
}


.dealer_qs_ul .dealer_son {
    margin-top: 30px;
}

.dealer_qs_ul .dealer_son h6 {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #8187A1;
    line-height: 30px;
}

.dealer_qs_ul .dealer_son h6:last-child {
    margin-bottom: 0;
}

.dealer_qs_ul .dealer_son p {
    color: #666666;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 24px;
}
/* 首页申请 */
.mail_index_sq{
    background: #007BFC;
    padding: 49px 0 40px;
    text-align: center;
}
.mail_index_sq h2{
    font-size: 24px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 24px;
}
.mail_index_sq a{
    margin-top: 31px;
    line-height: 35px;
    padding: 0 28px;
    font-size: 16px;
}
.mail_index_sq a:hover{
    background: #fff;
    border-color: #fff;
}


/* 拖拽 */
.gn-slider_box{
    display: inline-block;
    margin-right: 33px;
    padding-top: 5px;
}

.gn-slider {
    min-height: 30px;
    display: table;
    display: flex;
    padding-bottom: 0;
    align-items: center;
    color: rgba(0, 0, 0, .9);
}

.gn-slider_content {
    position: relative;
    height: 4px;
    padding: 12px 0 27px;
    box-sizing: initial;
    flex: 1;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    cursor: pointer;
    width: 500px;
    flex: none;
}

.gn-slider_bar {
    height: 4px;
    background-color: #E1E6F0;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 2;
}

.gn-slider_track {
    background-color: #515e88;
    position: absolute;
    height: 4px;
}

.gn-slider_handle {
    width: 16px;
    height: 28px;
    display: inline-block;
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    font-size: 0;
    cursor: pointer;
    margin-left: -8px;
}

.gn-slider_handle-inner {
    border-radius: 2px;
    background-color: #515E88;
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: auto;
}

.gn-slider_handle-inner::before {
    content: '';
    clear: both;
    position: absolute;
    left: 5px;
    top: 10px;
    width: 1px;
    height: 10px;
    background: #fff;
    border-top-left-radius: 1px;
    border-bottom-left-radius: 1px;
}

.gn-slider_handle-inner::after {
    content: '';
    clear: both;
    position: absolute;
    left: 10px;
    top: 10px;
    width: 1px;
    height: 10px;
    background: #fff;
    border-top-right-radius: 1px;
    border-bottom-right-radius: 1px;
}
.gn-slider_handle_title{
    display: none;

    font-size: 12px;
    -moz-box-sizing: border-box;
    padding: 12px;
    border-radius: 0;
    background-color: #fff;
    line-height: 1.5;
    box-shadow: 0 0 16px 0 rgb(54 58 80 / 16%);
    
    position: absolute;
    pointer-events: none;
    left: 50%;
    bottom: 130%;
    transform: translateX(-50%);
    color: #000;
    box-sizing: border-box;
    white-space: normal;
    word-wrap: break-word;
    word-break: break-word;
    width: max-content;
}
.gn-slider_handle_title::before{
    font-size: 0;
    position: absolute;
    width: 0;
    height: 0;
    content: "";
    border: 6px dashed transparent;
    top: 100%;
    left: inherit;
    right: inherit;
    margin-top: -1px;
    border-top-style: solid;
    margin-left: -6px;
    border-top-color: #fff;
}

.gn-slider_handle_title::after{
    font-size: 0;
    position: absolute;
    width: 0;
    height: 0;
    content: "";
    border: 5px dashed transparent;
    top: 100%;
    left: inherit;
    right: inherit;
    margin-top: -1px;
    border-top-style: solid;
    margin-left: -5px;
    border-top-color: #fff;
}

.gn-slider_title_num {
    
}

.gn-slider_mark {
    position: absolute;
    left: 0;
    right: 0;
    top: 10px;
}

.gn-slider_text {
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 12px;
    padding-top: 20px;
    white-space: nowrap;
    transform: translateX(-50%);
    line-height: 1;
    font-weight: bold;
    color: #040F43;
}

.gn-slider_text .gn-slider_text_scale {
    height: 12px;
    background-color: #E1E6F0;
    position: absolute;
    left: 50%;
    top: 0px;
}

.mail_yxgn{
    margin: 30px 0;
}

.mail_yxgn li{
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #8187A1;
    line-height: 20px;
    float: left;
    min-width: 289px;
    max-width: 289px;
}

.mail_yxgn li:nth-child(2n){
    min-width: 150px;
    max-width: 236px;
}

.mail_yxgn li i{
    margin-right: 5px;
    color: #3464FF;
}
.mail_tips {
    font-size: 14px;
    color: #3464FF;
    cursor: pointer;
    position: relative;
    display: inline-block;
    line-height: 1;
}
.mail_yxgn .duihao {
    width: 12px;
    height: 12px;
    background: url(/pub/img/duihao.png) no-repeat center center;
    background-size: contain;
    display: inline-block;
}
.gn_tips{
    font-size: 12px;
    color: #040F43;
    line-height: 24px;
    padding: 12px 16px;
    background: #fff;
    border: 1px solid #E1E6F0;
    position: absolute;
    max-width: 316px;
    transform: translate(-50%, -100%);
    z-index: 99999;
}
.mail_form_number .layui-form-select dl{
    padding: 0;
    border-color: #E1E6F0;
}
.hk_site .mail_index_banner_left h2 {
    color: #171E2F;
}
.hk_site .mail_index_banner_left p {
    color: #4A536A;
}
.hk_site  .mail_index_banner_left .mail_index_banner_btn a {
    transition: all 0.3s;
    background: #EE4545;
    color: #fff !important;
}
.hk_site .mail_index_banner_left .mail_index_banner_btn a:last-child {
    color: #ee4545 !important;
    background: transparent;
    border-color: #ee4545;
}
.hk_site .mail_index_banner_left .mail_index_banner_btn a:hover {
    opacity: 0.8;
}
.hk_site .mail_index_btn_blue {
    background: #EE4545!important;
    color: #fff;
}
.hk_site .layui-slider-wrap-btn {
    background: #EE4545;
}
.hk_site .mail_index_btn_blue:hover {
    background: #EE4545!important;
    color: #fff;
}
.hk_site .ymreg_serve_ul li:hover .p1 {
    color: #EE4545;
}
.hk_site .dealer_qs_box .dealer_qs_ol .dealer_active a p {
    color: #EE4545;
}
.hk_site .mail_index_btn_default:hover {
    background: #EE4545;
    color: #fff;
    border-color: #EE4545;
}
.hk_site .dealer_qs_box .dealer_qs_ol .dealer_active a i {
    background: #EE4545;
    color: #fff;
}
.hk_site .mail_index_sq {
    background: #EE4545;
}
.hk_site .c_code ul li, .hk_simple .c_code ul li,.login_container .reg_xy,.manage_wrapper dl,.hide-color span  {
    box-sizing: content-box;
}
.email_cx {
    position: absolute;
    width: 34px;
    height: 21px;
    background: url(../img/ssl/cx2.png) no-repeat center center;
    background-size: contain;
    top: -13px;
    right: -5px;
}
.header_bottom * {
    box-sizing: content-box!important;
}


.email_lxfs img {
    width: 200px;
    height: 200px;
    margin: 30px auto;
    display: block;
  }
  .swjl_box {
    width: 474px;
    height: 82px;
    box-sizing: border-box;
    border-radius: 10px;
    display: block;
    margin: 0 auto;
    margin-top: 20px;
    font-size: 15px;
    line-height: 26px;
    color: #666 !important
  }
  .mail_buy_btn {
    width: 128px;
    height: 48px;
    background: url('/pub/img/email_btn.png') no-repeat center;
    background-size: cover;
  }
  .email_shiyong {
    width: 1200px;
    height: 80px;
    background: url('/pub/img/email_bannar.png') no-repeat center;
    background-size: cover;
    margin: 0 auto;
    margin-bottom: 30px;
    cursor: pointer;
  }
  #kfnew * {
    box-sizing: content-box;
  }
  #kfnew {
    z-index: 11111;
  }