/* 
* 前后台公用css，也可以单独引入其他项目，自我独立，方便各个地方调用
* cy
*/

/* 抽奖模块css */
.rb_ad {
    position: fixed;
    right: 81px;
    bottom: 75px;
    cursor: pointer;
    z-index: 1004;
    z-index: 1003;
}
.rb_ad i {
    position: absolute;
    right: -26px;
    top: 0;
    width: 20px;
    height: 20px;
    background: url(../img/choujiang/zjd/rb_ad_close.png) no-repeat;
    background-size: contain;
    cursor: pointer;
}
.rb_ad img {
    width: 82px;
}
.choujiang_zjd {
    width: 702px;
    height: 582px;
    background: url(../img/choujiang/zjd/zjd_bg.png) no-repeat;
    background-size: contain;
    overflow: hidden;
}
.zjd_top {
    width: 536px;
    margin: 0 auto;
    height: 34px;
    line-height: 34px;
    padding: 0 25px;
    margin-top: 144px;
    box-sizing: border-box;
    font-size: 14px;
    overflow: hidden;
}
.zjd_sj {
    color: #fff;
    letter-spacing: 1px;
}
.zjd_cz {
    color: #FFEEB6;
    width: 137px;
    cursor: pointer;
}
.js_zjdrecord {
    margin-left: 20px;
}
.zjd_box {
    margin-top: 8px;
}
/* 隐藏复选框默认样式 */
.zjd_box input {
    display: none;
}
.zjd_box ul {
    width: 564px;
    margin: 0 auto;
}
.zjd_box ul img {
    position: absolute;
    display: block;
    width: 116px;
    margin: 0 auto;
    margin-top: 20px;
}
/* 鼠标移入改变样式 */
.zjd_box ul img:hover {
    cursor: url("../img/choujiang/zjd/chuizi.png"), default;
}
/* 鼠标左击时样式 */
.zjd_box ul img:active {
    cursor: url("../img/choujiang/zjd/chuizi_on.png"), default;
}
.zjd_box ul li {
    position: relative;
    float: left;
    width: 116px;
    height: 128px;
    margin-right: 32px;
    margin-bottom: 56px;
}
.zjd_box ul li:nth-child(4n+4){
    margin-right: 0;
}
.zjd_box ul li:nth-child(n+5){
    margin-bottom: 0;
}
.zjd_box li i {
    position: absolute;
    width: 68px;
    height: 20px;
    background: url(../img/choujiang/zjd/zjd_gl.png) no-repeat;
    background-size: contain;
    font-size: 11px;
    line-height: 20px;
    text-align: center;
    color: #fff;
    top: 28px;
    right: -18px;
}
.zjd_box li span {
    position: absolute;
    width: 116px;
    height: 32px;
    text-align: center;
    font-size: 12px;
    color: #fff;
    bottom: -50px;
    line-height: 32px;
}
.zjd_rule,.zjd_record {
    width: 616px;
    height: 410px;
    padding: 25px;
    box-sizing: border-box;
    background: url(../img/choujiang/zjd/rule_bg.png) no-repeat;
    background-size: contain;
    margin: 0 auto;
    margin-top: 144px;
    color: #fff;
    font-size: 13px;
}
.zjd_title {
    margin-bottom: 10px;
    font-size: 20px;
    text-align: center;
    margin-top: -9px;
    font-weight: 500;
}
.zjd_back {
    padding-left: 19px;
    font-size: 14px;
    background: url(../img/choujiang/zjd/back.png) no-repeat left;
    background-size: 16px;
    cursor: pointer;
}
.zjd_rule p {
    line-height: 21px;
    font-size: 13px;
    font-family: PingFangSC-Medium, PingFang SC;
}
.zjd_record table {
    margin-top: 20px;
    text-align: left;
}
.zjd_record table th {
    font-weight: 500;
}
.zjd_record table td,.zjd_record table th {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    height: 44px;
    line-height: 44px;
    font-size: 14px;
    color: #fff;
}
.zjd_record table td a {
    margin-left: 10px;
    color: #FFDD75;
    cursor: pointer;
}
.cj_class {
    overflow: hidden!important;
    background: transparent!important;
    box-shadow: none!important;
}
.cj_class .layui-layer-setwin {
    display: none!important;
}
.zjd_box ul img.eggopen {
    display: none;
    top: -18px;
    width: 130px;
    left: -6px;
}
.win_prize,.no_win,.no_chance {
    position: relative;
    width: 530px;
    height: 494px;
    background: url(../img/choujiang/zjd/win_bg.png) no-repeat;
    background-size: contain;
    padding-top: 117px;
    box-sizing: border-box;
}
.win_prize h6 {
    text-align: center;
    font-size: 34px;
    color: #fff;
    font-weight: 700;
}
.win_box {
    overflow: hidden;
    width: 322px;
    height: 131px;
    margin: 20px auto;
}
.win_go {
    display: block;
    width: 212px;
    height: 48px;
    margin: 0 auto;
    background: linear-gradient(270deg, #E44F25 0%, #F68B38 100%);
    border-radius: 24px;
    text-align: center;
    line-height: 48px;
    color: #fff;
    font-size: 18px;
    transition: all .3s;
}
.win_go:hover {
    color: rgba(255, 255, 255, .7);
}
.prize_info {
    float: left;
    text-align: center;
    margin: 12px 25px
}
.prize_type {
    float: left;
    width: 28px;
    color: #784118;
    font-size: 28px;
    margin: 20px 46px;
    line-height: 30px;
}
.prize_info .p1 {
    font-size: 56px;
    color: #784118;
    font-weight: 700;
    font-family: DINProM;
}
.prize_info .p1 span{
    font-size: 32px;
    color: #784118;
}
.prize_info .p2 {
    color: #784118;
    font-size: 14px;
}
.prize_info .p3 {
    color: #784118;
    font-size: 12px;
}
.win_close {
    position: absolute;
    width: 24px;
    height: 24px;
    right: 54px;
    top: 80px;
    background: url(../img/choujiang/zjd/close.png) no-repeat;
    background-size: contain;
    cursor: pointer;
}
.cj_close {
    position: absolute;
    width: 24px;
    height: 24px;
    right: 0px;
    top: 0px;
    background: url(../img/choujiang/zjd/close.png) no-repeat;
    background-size: contain;
    cursor: pointer;
}
.playAgain {
    margin-top: 400px;
}
.no_win {
    background: url(../img/choujiang/zjd/no_win.png) no-repeat;
    background-size: contain;
}
.play_again {
    margin-top: 174px;
}
.no_chance p {
    color: #fff;
    font-size: 16px;
    text-align: center;
}
.no_chance {
    background: url(../img/choujiang/zjd/no_chance.png) no-repeat;
    background-size: contain;
}

/* 密码验证css */
.mmyz_box {
    position: absolute;
    padding: 16px;
    border: 1px solid #D4D9E2;
    background-color: #fff;
    z-index: 11;
    padding-right: 0;
    box-sizing: border-box;
    width: 340px;
    border-radius: 6px;
}
.mmyz_box ul li {
    margin-bottom: 8px;
    color: #666;
    font-size: 12px;
    line-height: 14px;
    height: 14px;
}
.mmyz_box ul li:last-child {
    margin-bottom: 0;
}
.mmyz_box ul li i {
    position: static;
    float: left;
    width: 15px;
    height: 15px;
    margin-right: 4px;
    background: url(../img/user/pwd_no.png) no-repeat;
    background-size: contain;
}
.mmyz_box ul li.active i{
    background: url(../img/user/pwd_ok.png) no-repeat;
    background-size: contain;
}
.mmyz_box ul li span {
    float: left;
}
.mmyz_level {
    margin-bottom: 10px;
    font-size: 12px;
    color: #181C29;
    line-height: 12px;
}
.mmyz_level span {
    display: inline-block;
    margin-right: 7px;
    width: 30px;
    height: 3px;
    background: #D4D9E2;
    vertical-align: middle;
}
.mmyz_level span.yzok {
    background-color: #FF0000;
}
.mmyz_zc {
    top: 52px;
    left: 100px;
}
.mmyz_zc img {
    position: absolute;
    width: 21px;
    top: -8px;
}
.mmyz_zc .mmyz_level {
    display: none;
}
.mmyz_xg {
    top: -39px;
    left: 195px;
}
.mmyz_xg img {
    position: absolute;
    width: 21px;
    top: 52px;
    left: -15px;
    transform: rotate(-90deg);
}
@keyframes bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0,0,0);
        transform: scale3d(0,0,0);
    }


    40% {
        opacity: 0.4;
        -webkit-transform: scale3d(0.4, 0.4, 0.4);
        transform: scale3d(0.4, 0.4, 0.4);
    }

    80% {
        opacity: 0.8;
        -webkit-transform: scale3d(0.8, 0.8, 0.8);
        transform: scale3d(1.03, 1.03, 1.03);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.bounceIn {
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
}
.safe_level_low .level_1{
    background-color: #FF0000;
}
.safe_level_mid .level_1,.safe_level_mid .level_2{
    background-color: #FF7600;
}
.safe_level_high span{
    background-color: #009643;
}
#getpass2 .mmyz_zc{
    top: 56px;
    left: 188px;
}
#mmbh .mmyz_zc{
    top: 46px;
    left: 25px;
}

body #yzmdian #yz_tc_dl,body #yzmdian2 #reg_yz {
    background: url(../img/user/dianxuan.png) no-repeat;
    background-position: 71px 11px;
    text-align: left;
    text-indent: 100px;
}
#yzmdian2 #reg_yz {
    width: 358px;
    text-indent: 122px;
    background-position: 87px 11px;
    transition: none!important;
}
.form_reg #yzmdian2 #reg_yz{
    width: 100%;
}
.hk_site #yzmdian #yz_tc_dl {
    /* background-image: url(../img/user/dianxuan_hk.png); */
}
body .dianyzm_ok #yz_tc_dl,body .dianyzm_ok #reg_yz {
    background: url(../img/user/ok.png) no-repeat!important;
    background-position: 100px 11px!important;
    background-size: 20px!important;
    text-indent: 130px!important;
}
body .o_login_w #yzmdian #yz_tc_dl, #yzmdian2 #reg_yz {
    background-position: 100px 11px;
    text-indent: 130px
}
body .o_login_w .dianyzm_ok #yz_tc_dl,.dianyzm_ok #reg_yz {
    background-position: 128px 11px!important;
    text-indent: 157px!important;
}
#yzmdian,#yzmdian2 #reg_yz {
    background-image: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#f3f3f3));
    background-image: -o-linear-gradient(top,#fff 0,#f3f3f3 100%);
    background-image: linear-gradient(180deg,#fff,#f3f3f3);
    border: 1px solid #D4D9E2;
    border-radius: 4px;
    height:40px;
    cursor:pointer;
    line-height:40px;
    /* border-left: 5px solid #037cff; */
    /* padding-left: 10px; */
    color: #676d78;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    font-size: 13px;
    user-select: none;
}
#yzmdian:hover{
    border-color:#037cff !important;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#f4f4f4),to(#fff));
    background-image: -o-linear-gradient(top,#f4f4f4 0,#fff 100%);
    background-image: linear-gradient(180deg,#f4f4f4,#fff);
    color: #333;
}
#yzmdian2 #reg_yz:hover {
    border-color:#037cff !important;
}
#yzmdian .iconfont,#yzmdian2 .iconfont {
    font-size: 18px;
    float: right;
    margin-right: 10px;
    color: #c9cfdc;
}
#yzmdian.dianyzm_ok,#yzmdian2 #reg_yz.dianyzm_ok {
    border-color: #39c522 !important;
    background: #f3fdec;
    color: #439900!important;
}
#yzmdian.dianyzm_ok i.iconfont,#yzmdian2 #reg_yz.dianyzm_ok i.iconfont {
    color: #9cd194!important;
}
#aliyunCaptcha-mask{
    z-index:910000000!important;
}
#aliyunCaptcha-window-popup{
    z-index:910000001!important;
}
#aliyunCaptcha-window-popup {
    z-index: 1000000001!important;
}
body .btn_slide {
    background: #F6F7F9!important;
    border: 1px solid #ddd!important;
    color: #fff!important;
    width: 44px!important;
    height: 40px!important;
    font-size: 18px;
    font-weight: 900!important;
    line-height: 40px!important;
}
body .nc-lang-cnt {
    height: 40px!important;
    margin-left: 0!important;
    line-height: 40px!important;
    font-size: 14px!important;
}
body .btn_ok {
    background: #fff!important;
    border: 1px solid #ddd!important;
    color: #fff!important;
    width: 44px!important;
    height: 40px!important;
    line-height: 40px!important;
}
/* 入库弹窗 */
.week-act-layer {
    border-radius: 10px !important;
}

.week-act-layer .layui-layer-setwin {
    display: block !important;
}

.week-act-layer .layui-layer-close {
    right: -42px !important;
    top: -46px !important;
    background: url("../img/ruku/week_act_close.png") no-repeat 0 0 / 100% !important;
}

.week_act_modal {
    position: relative;
    height: 406px;
    padding: 30px 30px 24px;
    background: url("../img/week-act/week_act_bak.png") no-repeat center bottom /
    700px 169px;
}

.week_act_modal .week_act_list {
    margin: 30px 0 34px;
}

.week_act_modal .week_act_li {
    width: 150px;
    height: 176px;
    border: 1px solid #eaeef3;
    border-radius: 4px;
    margin-right: 10px;
    cursor: pointer;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.week_act_modal .week_act_li:hover {
    transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
}

.week_act_modal .week_act_li:last-child {
    margin-right: 0;
}

.week_act_modal .week_act_li_con {
    margin: 0 12px;
}

.week_act_li .week_act_li_img {
    width: 150px;
    height: 54px;
    font-size: 16px;
    line-height: 54px;
    color: #fff;
    font-weight: 700;
    text-indent: 1em;
    background-image: url("../img/ruku/week_act_li_bak.png");
    background-repeat: no-repeat;
    background-size: 100%;
}

.week_act_modal .week_act_li.week_act_li_oth .week_act_li_img {
    background-image: url("../img/ruku/week_act_li_bak2.png");
}

.week_act_li .week_act_li_tips {
    width: 70px;
    font-size: 12px;
    color: #ff0000;
    text-align: center;
    padding: 2px;
    border-radius: 2px;
    border: 1px solid #ff0000;
    margin: 15px 0;
}

.week_act_li .week_act_li_sheng {
    font-size: 16px;
    color: #ff0000;
}

.week_act_li .week_act_li_sheng strong {
    font-size: 24px;
}

.week_act_li .week_act_li_hui {
    font-size: 12px;
    color: #666;
    margin-top: 4px;
}

.week_act_modal .week_act_btn {
    width: 282px;
    margin: 0 auto;
}

.week_act_modal .week_act_btn a {
    display: block;
    width: 282px;
    height: 50px;
    line-height: 50px;
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    background-color: #007bff;
    border-radius: 4px;
    letter-spacing: 2px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    animation:fangdasuoxiao 0.7s infinite alternate linear
}

@keyframes fangdasuoxiao{
    0% {
        transform: scale(0.9);
    }
    100% {
        transform: scale(1);
    }
}

.week_act_modal .week_act_btn a:hover {
    opacity: 0.8;
}

.week_act_modal .week_act_btn label {
    display: block;
    text-align: center;
    margin-top: 14px;
}

.week_act_modal .week_act_btn label span {
    margin-left: 4px;
    font-size: 12px;
    color: #666;
}

.week_act_modal .week_act_close {
    position: absolute;
    top: -30px;
    right: -30px;
    width: 30px;
    height: 30px;
    background: url("../img/ruku/week_act_close.png") no-repeat 0 0 / 100%;
}

.week_act_modal.week_act_modal_thir .week_act_li {
    width: 204px;
}

.week_act_modal.week_act_modal_thir .week_act_li_img {
    width: 204px;
    height: 54px;
    background-image: url("../img/ruku/week_act_li_bak3.png");
    background-repeat: no-repeat;
    background-size: 100%;
}

.week_act_modal .js_week_act_click {
    cursor: pointer;
}
.week_act_banner {
    display: block;
}
.clearfix:after {
    display: block;
    clear: both;
    content:'';
    visibility: hidden;
    height: 0;
}
.week_act_btn input {
    vertical-align: middle;
}
.clearfix {
    zoom: 1;
}
.icon_beian {
    height: 13px;
    margin-right: 3px;
    position: relative;
    top: 2px
}
.layui-layout-body .icon_beian {
    top: -1px;
}
.kf-class .ym-kf_opp {
    padding-top: 58px;
    text-align: center;
}

.kf-class .ym-kf_opp img {
    width: 120px;
    height: 120px;
    background-color: #f2f4f3;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.kf-class .ym-kf_opp .photo {
    padding: 0 70px;
}

.kf-class .ym-kf_opp p {
    text-align: center;
    margin-top: 6px;
    font-size: 16px;
    font-weight: normal;
    color: #666666;
}

.kf-class .ym-kf_opp p a {
    font-size: 16px;
    font-weight: normal;
    color: #666666;
}

.kf-class .ym-kf_opp p a:hover {
    text-decoration: none;
}

.kf-class .ym-kf_opp .dh {
    margin: 58px auto 0;
    width: 348px;
    height: 46px;
    text-align: center;
    line-height: 46px;
    font-size: 16px;
    font-weight: normal;
    color: #ffffff;
    background-color: #0098fd;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.language_switch {
    float: right;
    position: relative;
    display: inline-block;
    height: 35px;
    font-size: 12px;
    line-height: 35px;
    margin-left: 6px;
    cursor: pointer;
}
.language_switch .switch_Box{
    display: none;
    position: absolute;
    left: 0;
    top: 34px;
    padding: 20px;
    background: #fff;
    box-shadow: 0 8px 13px #00000012;
    z-index: 11;
}
.language_switch span {
    background: url(../img/new/lang.png) no-repeat;
    background-size: 17px;
    width: auto;
    height: 17px;
    display: inline-block;
    vertical-align: middle;
    padding-left: 20px;
    line-height: 17px;
}
.language_switch h3 {
    display: block;
    font-size: 14px;
    font-weight: 700;
    color: #181818;
    white-space: nowrap;
    line-height: 18px;
    margin-bottom: 8px;
}
.language_switch a {
    float: none!important;
    display: block!important;
}
.switch_Box section:first-child {
    margin-bottom: 10px;
}
.zx_home {
    width: 93px;
    box-sizing: border-box;
    display: inline-block;
    position: relative;
    height: 26px;
    line-height: 1;
    font-size: 12px;
    border-radius: 3px;
    color: rgba(255, 255, 255, 0.8);
    margin-left: 12px;
    cursor: pointer;
    top: 1px;
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
}
.zx_home i {
    position: absolute;
    width: 5px;
    right: 7px;
    height: 5px;
    top: 9px;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    transform: rotate(225deg);
}
.zx_home ul {
    display: none;
    width: 132px;
    height: 84px;
    background: #fff!important;
    border-radius: 5px;
    border: 1px solid #eee!important;
    box-sizing: border-box;
    position: absolute;
    transition: all .2s;
    top: 26px;
    padding: 8px;
    z-index: 11;
    box-sizing: border-box;
    box-shadow: 0px 3px 4px 0px rgba(3, 18, 66, 0.10);
}
.zx_home a {
    display: block;
    float: none;
    color: #181C29;
    transition: background .3s;
    padding: 0 6px;
    font-size: 12px;
    height: 30px;
    line-height: 30px;
}
.zx_home a:hover{
    background: #F6F7F9;
    font-weight: 700;
}
.zx_home a.on {
    background: #F6F7F9;
    font-weight: 700;
}
.zx_home li {
    padding: 0 8px;
    line-height: 30px;
    height: 30px;
    position: relative;
    border-radius: 5px;
    border: 1px solid #eee;
    color: #181C29;
    font-size: 12px;
    box-sizing: border-box;
}
.zx_home li i {
    transform: rotate(135deg)
}
.zx_home li:last-child {
    margin-top: 8px;
}
.lang_hl_ul,.ccx_hl_ul {
    display: none;
    position: absolute;
    width: 114px;
    left: -1px;
    top: 26px;
    padding-top: 5px;
    box-sizing: border-box;
    z-index: 2;
    box-shadow: 0px 3px 4px 0px rgba(3, 18, 66, 0.10);
    border-radius: 5px;
}
.ccx_hl_ul dd {
    display: block;
    color: #181C29;
    transition: background .3s;
    padding: 0 6px;
    font-size: 12px;
    height: 30px;
    line-height: 30px;
}
.lang_hl_ul dd,.ccx_hl_ul dd {
    background: #fff;
    border-bottom: 1px solid #eee;
    border-right: 1px solid #eee;
    border-left: 1px solid #eee;
}
.lang_hl_ul dd:first-child,.ccx_hl_ul dd:first-child {
    border-top: 1px solid #eee;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.lang_hl_ul dd:last-child,.ccx_hl_ul dd:last-child {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.ccx_hl_ul dd:hover{
    background: #F6F7F9;
    font-weight: 700;
}
.ccx_hl_ul dd.on {
    background: #F6F7F9;
    font-weight: 700;
}
.hl_ul {
    display: none;
    position: absolute;
    background: #2e9d53;
    top: 0;
    left: 53px;
    min-height: 24px;
    line-height: 24px;
    border: 1px solid rgba(255,255,255,.4)!important;
}
.hl_ul dd {
    padding: 0 9px;
    cursor: pointer;
}
.hl_ul dd:hover {
    background: rgba(0,0,0,.2);
    transition: all .3s;
}
.hl_ul dd.on {
    background: rgba(0,0,0,.2);
}
.hl_ul .coin_my {
    background: url(../img/coin_my.png) no-repeat left;
    background-size: 16px;
}


/* hk css */
.hk_site .domain_search {
    width: 1158px;
}
.hk_site .logo_box {
    width: 206px;
}
.hk_site .logo_box img {
    position: relative;
    top: 2px;
    width: 90px;
    height: auto;
}
.hk_site .nav_box {
    margin-left: 0;
}
.hk_site .tsfx_child {
    left: -754px;
}
.hk_site .tsfx_child::before {
    left: 795px;
}
#z .hk_site .tsfx_child  {
    left: -588px;
}
#z .hk_site .tsfx_child::before {
    left: 626px;
}
#dlz.hk_site .logo_box img {
    width: 90px;
    height: auto;
    margin: 0;
}
.hk_site .domain_search .search input {
    width: 914px;
}
#z #dlz.hk_site .kuan img {
    width: 90px;
}
.hk_site .why_wrapper li {
    width: 300px;
    height: 346px;
    margin-left: 0;
    padding: 20px 15px 30px;
    box-sizing: border-box;
}
.hk_site #dx_login #shouji {
    text-indent: 52px;
}
.hksj {
    position: relative;
}
.hksj input {
    text-indent: 52px;
}
.hk_site #formbox .form_item:nth-child(4)::before {
    left: 66px;
}
.hk_site #formbox .form_item:nth-child(4) input {
    text-indent: 52px;
}
.hksj::before {
    height: 38px;
    top: 3px;
}
.hk_site #dx_login .container p:first-child::before {
    border-radius: 0;
    height: 42px;
    line-height: 42px;
}
.hk_site .sf_login ul{
    display: none;
}
.hk_site .reg_other,.hk_site .switch_tab {
    visibility: hidden;
}
.hk_site .banner_wrapper {
    background: #ac2522 url(../img/new/banner2.jpg) no-repeat center 0;
}
.hk_site .pop-login .login_fl {
    height: 1px;
}
.hk_site .pop-login .login_fl img{
    width: 316px;
    position: absolute;
    height: 483px;
    left: 0;
    top: -95px;
    z-index: 1;
}
.hk_site .hk_hide,.pt_jinmi .hk_hide {
    visibility: hidden!important;
}
.hk_site .hk_hide2,.hk_simple .hk_hide2 {
    display: none!important;
}
.switch_sc {
    color: #007BFC;
    float: right;
    font-size: 12px;
    padding-left: 20px;
    background: url(../img/new/icon_switch.png) no-repeat left;
    background-size: 14px;
    cursor: pointer;
}
.cj_sc {
    display: none;
}
.layui-layer-title .switch_sc {
    position: relative;
    left: 20px;
}
.layui-layer-title .switch_sc::after {
    position: absolute;
    right: -13px;
    top: 19px;
    content: '';
    width: 1px;
    height: 12px;
    background: #DADADA;
}
.layui-layer-title .sc_text {
    font-weight: 700;
    font-size: 14px;
}
.plsz_ys {
    position: relative;
    margin-left: 3px;
    color: #007BFC;
    cursor: pointer;
    line-height: 38px;
}
.cj_scx .gwclist .gwc_head .cjje {
    width: 123px;
}
.cj_scx .gwclist .tr td.cjje {
    width: 108px;
}
.sc_input input {
    height: 30px;
    line-height: 30px;
    width: 92px;
    text-indent: 12px;
    padding-right: 0;
    color: #00a148;
    font-weight: 700;
}
.gwclist .gwc_head .plsz_ys_box {
    margin: 0;
    color: rgba(0, 0, 0, 0.65);
    line-height: 1.5;
    list-style: none;
    -webkit-font-feature-settings: 'tnum';
    font-feature-settings: 'tnum';
    position: absolute;
    top: 24px;
    left: 3px;
    width: 188px;
    height: 106px;
    padding: 15px;
    z-index: 1050;
    box-sizing: border-box;
    font-size: 14px;
    background-color: #fff;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    outline: none;
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    text-indent: 0;
}
.gwclist .gwc_head .plsz_ys_box input {
    font-weight: 400;
}
.sc_input {
    position: relative;
}
.sc_input::before {
    content: '￥';
    position: absolute;
    left: 9px;
    top: 8px;
    font-size: 14px;
    line-height: 1;
}
.plsz_btn button {
    float: right;
    width: 60px;
    height: 28px;
    line-height: 28px;
    margin-left: 7px;
}
.plsz_btn {
    display: block;
    margin-top: 15px;
    font-weight: 400;
}
.plsz_ys i.iconfont {
    position: absolute;
    left: 50px;
    line-height: 1;
    top: 1px;
    font-size: 14px;
    text-indent: 0;
}
.cj_scx .gwclist .gwc_head {
    background: #FFF5F5;
}
.gwclist .xdisabled,.gwclist .xdisabled td {
    color: #ccc;
}
.gwclist .xdisabled .jg {
    color: red!important;
}
.dropdown_sj {
    position: absolute;
    top: -15px;
    left: 0px;
    width: 50px;
    height: 15px;
    background: url('../img/jiantou.png') no-repeat;
    background-size: contain;
}
.sc_text i {
    margin-left: 3px;
    font-size: 12px;
    cursor: pointer;
    color: #007BFC
}
.sc_skin.layui-layer-tips .layui-layer-content {
    background: #FFF5F5;
    color: #333;
}
.sc_skin.layui-layer-tips i.layui-layer-TipsT,.sc_skin.layui-layer-tips i.layui-layer-TipsB {
    border-right-color: #FFF5F5;
 }
.sc_skin.layui-layer-tips i.layui-layer-TipsR ,.sc_skin.layui-layer-tips i.layui-layer-TipsL{
    border-bottom-color: #FFF5F5;
}
.hk_site .kuan img {
    position: relative;
    top: 1px;
    width: 90px;
    height: auto!important;
}
.hk_site #kf .kf-wd,.hk_site #kf .kf-manager {
    display: none!important;
}
.hk_site #set_yycode,.hk_simple #set_yycode,.hk_simple #btnSendMsg2{
    display: none!important;
}
body.hk_site  .yz_tc_box b#set_code,body.hk_simple  .yz_tc_box b#set_code {
    right: 0;
}

.hk_site #kfnew {
    bottom: 170px;
}
.pt_jinmi #kfnew  {
    z-index: 11111;
}
.hk_site .c_code,.hk_simple .c_code {
    position: absolute;
    top: 1px;
    left: 1px;
    z-index: 10;
    cursor: pointer;
}
.hk_site .c_code_text,.hk_simple .c_code_text{
    position: relative;
    width: 54px!important;
    height: 38px!important;
    line-height: 39px!important;
    background: #F6F7F9;
    text-align: center;
    border-radius: 4px 0 0 4px!important;
    color: grey;
    display: inline-block;
    border: 0 none!important;
    border-right: 1px solid #ddd!important;
    text-indent: 0!important;
    float: none!important;
}
.hk_site .c_code_text::after,.hk_simple .c_code_text::after {
    content: "";
    width: 0px;
    height: 0px;
    border-top: 4px solid #666;
    position: absolute;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    top: 50%;
    margin-top: -3px;
    right: 5px;
}
.hk_site .c_code ul,.hk_simple .c_code ul {
    display: none;
    position: absolute;
    background: #fff;
    z-index: 11;
    border: 1px solid #D4D9E2;
    left: -1px;
    max-height: 202px;
    overflow-y: auto;
    overflow-x: hidden;
}
.hk_site .c_code ul li,.hk_simple .c_code ul li{
    width: 120px;
    padding: 2px 10px;
    line-height: 30px;
    color: #777;
}
.lang-en .c_code ul li {
    width: 160px;
}
.hk_site .c_code ul li:hover,.hk_simple .c_code ul li:hover {
    background: #f5f5f5;
}
.hk_site .login_w .c_code_text,.hk_simple .login_w .c_code_text {
    height: 42px!important;
}
.hk_site .set_c_code,.hk_simple .set_c_code {
    position: relative;
}
.hk_site #LAY_app .c_code,.hk_simple #LAY_app .c_code {
    top: 5px;
    left: 7px;
}
.hk_site #LAY_app .c_code_text,.hk_simple #LAY_app .c_code_text {
    width: 45px!important;
    height: 22px!important;
    line-height: 22px!important;
}
.hk_site #LAY_app .set_c_code input,.hk_simple #LAY_app .set_c_code input {
    text-indent: 48px;
}
.hk_site .footer {
    background: #F6F7F9;
    font-size: 12px;
    color: #4D5260;
}
.hk_site .footer a {
    color: #4D5260;
}
.hk_site .footer strong {
    color: #181C29;
    font-weight: 700;
}
.hk_site .footer .foot-top,.hk_site .footer .foot-bottom .w1368{
    width: 1200px;
    display: block;
    margin: 0 auto;
    overflow: hidden;
}
.hk_site .footer .foot-bottom {
    border-color: #D6D8DE;
    color: #181C29;
}
.hk_site .footer .foot-top {
    padding-top: 60px;
    padding-bottom: 45px;
}
.hk_site .foot_logo {
    height: 24px;
    margin-bottom: 32px;
}
.hk_site .foot-nav {
    padding: 0;
    padding-right: 100px;
}
.hk_site .foot-kf {
    float: right;
    width: 410px;
    box-sizing: border-box;
    border-left: 1px solid #D6D8DE;
    padding-right: 0;
    padding-left: 82px;
}
.hk_site .foot-kf span {
    color: #4D5260;
}
.hk_site .foot-kf .sbsj {
    color: #828897;
}
.hk_site .foot-kf .hot-line {
    color: #EE4545;
    font-size: 28px;
}
.hk_site .chance-job_tabs li {
    width: 33.3%;
}
.hk_site .chance-job_tabs ul {
    width: 900px;
}
.hkyc .zy_warapper,.hkyc .zy_bottom{
    margin-top: 0;
}
.hkyc .zy_warapper {
    height: 180px;
    background: #fff;
    margin-top: 20px;
    margin-bottom:
}
.hkyc .zx_left_box h6 {
    margin-top: 20px;
}
.hkyc .zy_bottom_left ul li {
    margin-top: 22px;
}

body.hkyc .banner_wrapper {
    height: 527px;
    background: #fbfbfb url(../img/new/banner1_bg.png) no-repeat center;
    background-size: auto 527px;
}
.hkyc .zy_bottom_left:first-child::after {
    content: none;
}
.hk_site .foot-service {
    padding-right: 0!important;
    width: 280px;
}
.hkyc .tsfx_child {
    left: -430px;
}
.hkyc .tsfx_child::before {
    left: 471px;
}
#z .hkyc .tsfx_child {
    left: -266px;
}
#z .hkyc .tsfx_child::before {
    left: 310px;
}

/* 右下角客服样式 */
#kfnew {position: fixed;right: 15px;bottom: 90px;-webkit-border-radius: 2px;-moz-border-radius: 2px;border-radius: 2px;width: 40px;height: 114px;cursor: pointer;z-index: 999;}
#kfnew .item, #kfnew .returnTop {width: 100%;height: 40px;line-height: 40px;text-align: center;position: relative;margin-bottom: 6px;background-color: #fff;box-shadow: 0px 6px 20px 0px rgba(195, 199, 203, 0.2);}
#kfnew .dlItem{height: 117px;background: url(/pub/img/new/kf_sidebar_bg.png) no-repeat;background-size: cover;}
#kfnew .dlItem > .iconfont{color: #fff;font-size: 16px;}
#kfnew .dlItem span.text{display: block;margin-top: -4px;padding: 0px 10px;line-height: 18px;color: #fff;font-size: 14px;}
#kfnew .item > i.iconfont.icon1 {font-size: 19px;}
#kfnew .item > i.iconfont.icon2 {font-size: 20px;}
#kfnew .item:first-child:hover > i.iconfont {-webkit-border-radius: 2px 2px 0 0;-moz-border-radius: 2px 2px 0 0;border-radius: 2px 2px 0 0;}
#kfnew .item:last-child:hover > i.iconfont {-webkit-border-radius: 0 0 2px 2px;-moz-border-radius: 0 0 2px 2px;border-radius: 0 0 2px 2px;}
#kfnew .content {display: none;position: absolute;right: 40px;top: 0;border-right: 12px solid transparent;}
#kfnew .content .main {width: 260px;padding: 12px;background: rgba(255, 255, 255, 1);box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.08);-webkit-border-radius: 2px;-moz-border-radius: 2px;border-radius: 2px;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;text-align: left;color: #181818;}
#kfnew .content:hover .main{color: #037CFF;}
#kfnew .item:hover .content {display: block;}
#kfnew .content .left {width: 90px;height: 90px;}
#kfnew .content3 .fl {height: 83px;padding: 0 0 0 5px;}
#kfnew .content img.ewm{border: 1px solid #eee;}
.k-qq a{color:#037CFF;}
.k-qq a:hover{text-decoration: underline;}
#kfnew .content img {width: 100%;height: 100%;}
#kfnew .content .right {width: 135px;margin-left: 10px;}
#kfnew .right p {font-size: 14px;color: #333;margin-bottom: 6px;line-height: 24px;text-align: left;}
#kfnew .right span {display: block;font-size: 12px;color: #999;line-height: 20px;text-align: left;}
#kfnew .right span font {color: #037CFF;margin-right: 5px;}
#kfnew .right font {color: #037CFF;}
#kfnew .main {position: relative;}
#kfnew .main .sjx {display: block;width: 0;height: 0;border-style: solid;position: absolute;top: 14px;right: -6px;border-width: 6px 0 6px 6px;border-color: transparent #e4e4e4 transparent;}
#kfnew .main .sjx:before {content: '';display: block;width: 0;height: 0;position: absolute;top: 50%;margin-top: -6px;right: 1px;border-width: 6px 0 6px 6px;border-style: solid;border-color: transparent #fff transparent;}
#kfnew .content2 .main {width: 230px;height: 78px;padding: 16px 0 0 0;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;text-align: center;}
#kfnew .content2 span {display: block;line-height: 22px;font-size: 14px;color: #333;}
#kfnew .content2 strong {margin-top: 4px;display: block;font-size: 16px;font-weight: 500;color: #007BFC;line-height: 22px;}
#kfnew .text .main {width: 256px;padding: 0 15px;line-height: 40px;height: 40px;}
#kfnew .text:hover {color: #0A9EF6;}
#kfnew .content3 .main {padding: 12px;}
#kfnew .content3 .right {width: 130px;}
#kfnew .content3 p {color: #333;font-size: 14px;line-height: 21px;}
#kfnew .content3 span {display: block;font-size: 12px;color: #999;line-height: 18px;}
#kfnew .content3 img {width: 80px;height: 80px;}
#kfnew .item.returnTop {display: none;border-radius: 2px;box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);}
#kfnew .item.returnTop:hover {color: #037cff;}
body:not(.layui-layout-body.hk_site) #kfnew .dlItem:hover .kf_wrapper{display: block;}
.kf_wrapper{bottom: 0;position: absolute;left: -295px;padding-right: 15px;display: none;cursor: default;}
.kf_container{width: 240px;padding: 20px;background: #FFFFFF;box-shadow: 0px 4px 30px 0px rgba(4, 0, 0, 0.08);}
.kf_wrapper i.arrow{position: absolute;bottom: 50px;right: 4px;display: block;width: 11px;height: 16px;background: url(../img/new/arrow_icon.png) no-repeat;background-size: 11px;}
.kf_item{position: relative;padding-left: 28px;margin-bottom: 15px;color: #4D5260;text-align: left;}
#kfnew .kf_item i.iconfont{position: absolute;left: 0;top: -2px;font-size: 18px;color: #505563;}
.kf_item p{line-height: 26px;}
.kf_item p span{padding-left: 8px;color: #828897;}
.kf_item p.blue a{color: #037CFF;}
.kf_item p.blue a:hover{text-decoration: underline;}
.kf_item p.fs12{line-height: 22px;font-size: 12px;color: #828897;}
.kf_item p.fs12 a{color: #828897;}
.kf_item p.fs12 a:hover{color: #037CFF;}
.kf_item img.ewm{float: right;width: 78px;height: 78px;}
.kf_wrapper .btn{display: block;width: 100%;height: 40px;line-height: 40px;margin-top: 15px;text-align: center;background-color: #037CFF;color: #fff;font-weight: bold;box-sizing: border-box;padding: 0;border: 0;border-radius: 0;}
.kf_wrapper .dl-btn{background: url(/pub/img/new/dl_btn_bg.png) no-repeat;background-size: 240px;text-indent: 28px;}
.antom {
	float: left;
	background: url("../img/shopcar/antom.png") no-repeat;
}
.antom.on {
    background: url("../img/shopcar/antom_on.png") no-repeat;
}
.tctp {
	float: left;
	background: url("../img/shopcar/tctp.png") no-repeat;
}
.tctp.on {
    background: url("../img/shopcar/tctp_on.png") no-repeat;
}
.fastLogin {
    display: inline-block;
    width: 13px;
    height: 13px;
    background: url(../img/fast_login.png) no-repeat;
    background-size: contain;
    cursor: pointer;
    top: 2px;
    position: relative;
    left: 2px;
}

.fl_class .jm-select-dropdown-hidden {
    display: none;
}

.fl_class .jj span.j_2 {color: #00f;}
.fl_class .jj a:hover span.j_2 {color:#f00;}
.fl_class .jjtx_box2 {
    padding: 20px;
}
.fl_class .jjtx_box2 img {
    width: 60px;
    margin: 14px 14px 0 0;
}
.fl_class .jjtx_r2 {
    font-size: 12px;
    color: #000
}
.fl_class .jjtx_r2 strong{
    color: #00a148;
}
.fl_class .jjtx_r2 strong.jjymb {
    display: inline-block;
    width: 145px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    vertical-align: middle;
}
.fl_class .txsj2 {
    margin: 0;
    line-height: 28px;
}
.fl_class .jjtx_r2 p:last-child {
    color:green;
    margin-top: 4px;
}
.fl_class .jjtx_r2 .jm-select-dropdown {
    top: 30px;
    left: 0;
    width: 242px;
}
.fl_class .jjtx_r2 .jm-picker i {
    transform-origin: 5px 2px;
}
.fl_class .jjtx_r2 .jm-picker i.on {
    transform: rotate(180deg);
}
.fl_class .jjtx_r2 li.active{
    background: #e6f7ff url(../img/duihao.png) no-repeat 146px;
    background-size: 16px;
    transition: none;
}
.fl_class .jjtx_r2 .jm-picker-label.on {
    width: 208px !important;
    display: block;
    background: #f9f9f9 !important;
}
.fl_class .txsj2 .picker-large {
    background-color: #f9f9f9;
    border: 1px solid #ebedef;
}
.fl_class .txsj2 .noread {
    width: 90%;
    border: 0;
}
.fl_class  .layui-layer-content {
    overflow: visible!important;
}
.fl_class .txsj2 .jm-select-dropdown-menu-item b {
    display: none;
    float: right;
    color: #06c;
}
.fl_class .jm-select-dropdown-menu-item:hover b {
    display: block;
}
.fl_class .jm-input:focus, .fl_class input.actives {
    box-shadow: none;
}
.fl_class .jm-select-dropdown {
    margin: 0;
    padding: 0;
    color: rgba(0, 0, 0, 0.65);
    font-variant: tabular-nums;
    line-height: 1.5;
    list-style: none;
    -webkit-font-feature-settings: 'tnum';
    font-feature-settings: 'tnum';
    position: absolute;
    top: -9999px;
    left: -9999px;
    z-index: 1050;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
    font-variant: initial;
    background-color: #fff;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    outline: none;
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.fl_class .jm-select-dropdown-hidden {
    display: none;
}

.fl_class .jm-select-dropdown-menu {
    max-height: 250px;
    margin-bottom: 0;
    padding-top: 4px;
    padding-left: 0;
    overflow: auto;
    list-style: none;
    outline: none;
}

.fl_class .jm-select-dropdown-menu-item {
    position: relative;
    display: block;
    padding: 3px 12px;
    overflow: hidden;
    color: #404040 !important;
    font-size: 12px;
    font-weight: 400 !important;
    line-height: 22px;
    white-space: nowrap;
    text-overflow: ellipsis;
    cursor: pointer;
    -webkit-transition: background 0.3s ease;
    transition: background 0.3s ease;
}
.fl_class .jm-select-dropdown-menu-item:hover:not(.jm-select-dropdown-menu-item-disabled) {
    background-color: #e6f7ff;
}
.hk_site .foot-kf-ls {
    width: 140px;
    float: left;
    margin-bottom: 24px;
}
.hk_site .foot-kf-ls .hot_red {
    color: #EE4545 ;
    cursor: pointer;
} 
.hk_site .foot-kf-ls strong {
    margin-bottom: 8px;
    display: block;
    color: #4D5260;
    font-size: 14px;
    line-height: 1;
    font-weight: 400;
}
.hk_site .foot-kf-ls p {
    font-size: 16px;
    line-height: 1;
    color: #4D5260;
}
.hk_site .foot-kf-ls:nth-child(even) {
    width: 126px;
    float: right;
}
.hk_site .zfbtd_box {
    padding: 20px;
}
.hk_site .zfbtd_box li {
    float: left;
    width: 120px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #ddd;
    cursor: pointer;
    transition: all 0.3s;
}
.hk_site .zfbtd_box li:hover,.hk_site .zfbtd_box li.on {
    border-color: #3464ff;
}
.hk_site .zfbtd_box li:first-child {
    margin-right: 15px;
}
.hk_site .zfbtd_box ul {
    overflow: hidden;
}
.hk_site .zfbtd_box p {
    position: relative;
    top: 8px;
    color: #b1b1b2;
    padding-bottom: 5px;
}
.hkycx .hk_contact,.hkycx .hk_contact1,.hkycx .hkyc_hide,.hkycx .dl-btn {
    display: none;
}

#plcj_gwc {
    padding: 20px;
    padding-bottom: 10px;
}
.gwc-class .layui-layer-content {
    overflow: visible;
    position: static!important;
}
#plcj_gwc .gwclist {
    border: 1px solid #e0e3e6;
    border-radius: 3px;
    width: 600px;
}

#plcj_gwc .gwclist .gwc_head .gwc_ym,
#plcj_gwc .gwclist .gwc_head .gwc_jg {
    text-align: left;
    width: 333px;
}
.gwc_ym img {
    display: block;
    margin: 10px auto 0 auto;
}
.gwc_ym p {
    text-align: center;
    margin-left: -24px;
    margin-bottom: 10px;
    color: #666;
}
#plcj_gwc .gwclist .gwc_head {
    background: #e9f8ff;
    font-weight: 700;
    line-height: 38px;
    height: 38px;
    border-bottom: 1px solid #eae8e8;
    box-sizing: border-box;
}

#plcj_gwc .gwclist .gwc_head .gwc_ym,
#plcj_gwc .gwclist .gwc_head .gwc_jg,#plcj_gwc .gwclist .gwc_head .gwc_cz  {
    height: 38px;
    line-height: 38px;
    display: inline-block;
    text-indent: 15px;
    font-size: 12px;
}
#plcj_gwc .gwclist .gwc_head .gwc_ym,#plcj_gwc .gwclist .tr td.gwc_ym {
    width: 380px;
}
#plcj_gwc .gwclist .gwc_head .gwc_jg,#plcj_gwc .gwclist .tr td.gwc_jg {
    width: 120px;
}
#plcj_gwc .gwclist .gwc_head .gwc_cz,#plcj_gwc .gwclist .tr td.gwc_cz  {
    width: 100px;
}
#plcj_gwc .gwclist .tr td.gwc_jg {
    color: #BE0700;
}
#plcj_gwc .gwclist .tr td.gwc_cz {
    color: #4A536A;
    cursor: pointer;
}
#plcj_gwc .gwc_body {
    max-height: 264px;
    min-height: 155px;
    overflow-y: auto;
}
#plcj_gwc .gwc_body::-webkit-scrollbar {
    width: 4px;
    height: 10px;
    background: transparent;
    scrollbar-width: thin;
}
#plcj_gwc .gwc-mac-class .tr td.gwc_cz {
    text-indent: 28px;
}
#plcj_gwc .gwc_body::-webkit-scrollbar-thumb {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 5px rgba(255, 255, 255, 0.2);
    background: #999
}

#plcj_gwc .gwc_body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 0;
}

#plcj_gwc .gwclist .tr {
    height: 35px;
    line-height: 35px;
    background-color: #fff;
}

#plcj_gwc .gwclist .tr:last-child td {
    border-bottom: none;
}


#plcj_gwc .gwclist .tr td {
    border-bottom: 1px solid #eae8e8;
    height: 25px;
    line-height: 25px;
    font-size: 12px;
    text-indent: 15px;
}
#plcj_gwc .gwclist .tr td label {
    text-indent: 0;
    display: inline-block;
}
#plcj_gwc .gwclist .tr td a {
    cursor: pointer;
}

#plcj_gwc .gwclist .tr td.gwc_jg img {
    vertical-align: middle;
}
.gwc_ym .jm-checkbox {
    vertical-align: middle;
}
#plcj_gwc .gwclist .gwc_jg span {
    color: #f30;
    padding-right: 3px;
}


#plcj_gwc .cjan {
    text-align: right;
    margin-top: 16px;
}

#plcj_gwc .cjan .jm-button {
    width: 100px;
    margin-left: 20px;
}
#plcj_gwc .gwclist .gwc_ym span.gwc_yms {
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: 300px;
    vertical-align: middle;
    position: relative;
    top: -2px;
    color: #06c;
}
.gwc_check_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 10px;
    font-size: 12px;
    color: #171E2F;
    overflow: hidden;
    -webkit-user-select: none;
   -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.gwc_check_box .gwc-checkbox-wrapper {
    font-size: 12px;
    color: #171E2F;
}
.gwc_check_box .gwc_check_left {
    padding-left: 16px;
}
.gwc_check_box .gwc-checkbox {
    margin-right: 7px;
}
.gwc_fx {
    position: relative;
    padding: 0 13px;
    cursor: pointer;
}
#plcj_gwc .gwclist .gwc-class2  .tr td.gwc_cz{
    text-indent: 28px;
}
.gwc_yc {
    cursor: pointer;
}
.gwc_fx::after {
    content: '';
    width: 1px;
    height: 14px;
    background-color: #EAE8E8;
    position: absolute;
    right: 6px;
    top: 1px;
}
.gwc_fx::before {
    content: '';
    width: 1px;
    height: 14px;
    background-color: #EAE8E8;
    position: absolute;
    left:6px;
    top: 1px;
}
.gwc_hj {
    display: flex;
    align-items: center;
    color: #171E2F;
    font-size: 12px;
}
.gwc_hj .jm-button {
    width: 84px;
    margin-left: 24px;
}
.gwc_hj b,.gwc_hj strong {
    color: #BE0700;
    font-weight: 700;
}
#plcj_gwc .gwc-checkbox-wrapper span {
    font-size: 12px;
}


/* 通用选中 */
.gwc-checkbox {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: rgba(0, 0, 0, 0.65);
    font-size: 12px;
    font-variant: tabular-nums;
    list-style: none;
    -webkit-font-feature-settings: 'tnum';
    font-feature-settings: 'tnum';
    position: relative;
    top: -0.09em;
    display: inline-block;
    line-height: 1;
    white-space: nowrap;
    vertical-align: middle;
    outline: none;
    cursor: pointer;
}

.gwc-checkbox-input {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
    opacity: 0;
}

.gwc-checkbox-checked::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 2px;
    visibility: hidden;
    -webkit-animation: antCheckboxEffect 0.36s ease-in-out;
    animation: antCheckboxEffect 0.36s ease-in-out;
    -webkit-animation-fill-mode: backwards;
    animation-fill-mode: backwards;
    content: '';
}

.gwc-checkbox-inner {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    width: 14px;
    height: 14px;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 2px;
    border-collapse: separate;
}

.gwc-checkbox-wrapper:hover .gwc-checkbox-inner, .gwc-checkbox:hover .gwc-checkbox-inner, .gwc-checkbox-input:focus + .gwc-checkbox-inner {
    border-color: #1890ff;
}
@-webkit-keyframes antCheckboxEffect {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0.5;
    }
    100% {
        -webkit-transform: scale(1.6);
        transform: scale(1.6);
        opacity: 0;
    }
}

@keyframes antCheckboxEffect {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0.5;
    }
    100% {
        -webkit-transform: scale(1.6);
        transform: scale(1.6);
        opacity: 0;
    }
}

.gwc-checkbox-wrapper:hover .gwc-checkbox-inner,
.gwc-checkbox:hover .gwc-checkbox-inner,
.gwc-checkbox-input:focus + .gwc-checkbox-inner {
    border-color: #1890ff;
}
.gwc-checkbox:hover::after,
.gwc-checkbox-wrapper:hover .gwc-checkbox::after {
    visibility: visible;
}

.gwc-checkbox-inner::after {
    position: absolute;
    top: 44%;
    left: 22%;
    display: table;
    width: 5px;
    height: 9px;
    border: 1px solid #fff;
    border-top: 0;
    border-left: 0;
    -webkit-transform: rotate(45deg) scale(0) translate(-50%, -50%);
    -ms-transform: rotate(45deg) scale(0) translate(-50%, -50%);
    transform: rotate(45deg) scale(0) translate(-50%, -50%);
    opacity: 0;
    content: ' ';
}

.gwc-checkbox-checked .gwc-checkbox-inner::after {
    position: absolute;
    display: table;
    border: 2px solid #fff;
    border-top: 0;
    border-left: 0;
    -webkit-transform: rotate(45deg) scale(1) translate(-50%, -50%);
    -ms-transform: rotate(45deg) scale(1) translate(-50%, -50%);
    transform: rotate(45deg) scale(1) translate(-50%, -50%);
    opacity: 1;
    content: ' ';
    width: 4px;
    height: 8px;
}

.gwc-checkbox-checked .gwc-checkbox-inner {
    background-color: #1890ff;
    border-color: #1890ff;
}

.gwc-checkbox-wrapper {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: rgba(0, 0, 0, 0.65);
    font-size: 14px;
    font-variant: tabular-nums;
    line-height: 1.5;
    list-style: none;
    -webkit-font-feature-settings: 'tnum';
    font-feature-settings: 'tnum';
    display: inline-block;
    line-height: unset;
    cursor: pointer;
}

.gwc-checkbox-wrapper.gwc-checkbox-wrapper-disabled {
    cursor: not-allowed;
}

.gwc-checkbox-wrapper + .jm-checkbox-wrapper {
    margin-left: 8px;
}

.gwc-checkbox + span {
    padding-right: 6px;
    padding-left: 6px;
}
.pt_jinmi .logo_box img {
    width: auto!important;
}
.pt_jinmi .logo_box img, .pt_jinmi .layui-layout-admin .layui-logo img {
    filter: inherit!important;
}
.pt_jinmi .kuan img {
    width: auto!important;
}
.pt_jinmi .pop-login .login_fl {
   visibility: hidden;
}
.pt_jinmi .jm_slot {
    width: 312px;
    height: 480px;
    position: absolute;
    z-index: 2;
    top: 0;
    background: url(/pub/jinmi/img/pop_bg.png) no-repeat left center #fff;
    background-size: contain;
}
.jm_foot .footer {
    padding-top: 78px;
}

.jm_foot .footer .logo img {
    width: 170px;
    height: 40px;
}

.jm_foot .footer .foot-top {
    padding-top: 33px;
    padding-bottom: 60px;
}

.jm_foot .foot-nav {
    border-right: 1px solid rgba(214, 216, 222, .5);
    padding-right: 68px !important;
    box-sizing: border-box;
    min-height: 150px;
}

.jm_foot .foot-nav:nth-of-type(2),
.jm_foot .foot-nav:nth-of-type(3) {
    padding-left: 68px;
}

.jm_foot .foot-kf {
    border-left: none !important;
}

.jm_foot  .foot-kf {
    padding-left: 68px;
    border-right: none;
}

.jm_foot  .foot-kf .hot-line {
    color: #C1952E;
}

.jm_foot .foot-top .ewm_box {
    float: right;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.jm_foot .foot-top .ewm_box img {
    width: 140px;
}

.jm_foot .foot-top .ewm_box span {
    font-size: 14px;
    color: #181C29;
    line-height: 20px;
    margin-top: 10px;
}

.jm_foot .foot_link {
    display: flex;
    align-items: center;
    padding: 20px 0;
    border-top: 1px solid rgba(214, 216, 222, .5);
    border-bottom: 1px solid rgba(214, 216, 222, .5);
}

.jm_foot .foot_link span {
    font-size: 14px;
    color: #181C29;
    margin-right: 52px;
}

.jm_foot .foot_link li {
    float: left;
    margin-right: 52px;

}

.jm_foot .foot_link li a {
    color: #181C29 !important;
}

.jm_foot .foot_bottom {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding: 40px 0;
}

.jm_foot .footer_con {
    width: 910px;
    color: #828897 !important;
    font-size: 14px;
}

.jm_foot .footer_con a,
.jm_foot .footer_con p {
    color: #828897 !important;
    font-size: 14px;
}
.pt_jinmi #suggest,.pt_jinmi #kf{
    display: none;
}
body #aliyunCaptcha-sliding-wrapper #aliyunCaptcha-sliding-body #aliyunCaptcha-sliding-slider,body #aliyunCaptcha-sliding-wrapper #aliyunCaptcha-sliding-body #aliyunCaptcha-sliding-slider.ok {
    background: #037CFF;
    color: #fff;
}
/* body #aliyunCaptcha-sliding-wrapper #aliyunCaptcha-sliding-body #aliyunCaptcha-sliding-left {
    background-color: transparent
} */
 body #aliyunCaptcha-sliding-wrapper span {
    background-color: transparent!important;
 }
body #aliyunCaptcha-sliding-wrapper #aliyunCaptcha-sliding-body #aliyunCaptcha-sliding-text-box {
    box-sizing: border-box;
    border: 1px solid #D4D9E2;
    color: #666;
    border-radius: 4px;
    overflow: hidden;
}
body #aliyunCaptcha-sliding-wrapper #aliyunCaptcha-sliding-body {
    background: #fff;
}
.aliyun_box {
    position: absolute;
    text-align: center;
    box-sizing: border-box;
    border: 1px solid #D4D9E2;
    color: #666;
    border-radius: 4px;
    font-size: 12px;
    line-height: 40px;
}
.aliyun_box img {
    height: 16px;
    vertical-align: middle;
    margin-right: 7px;
}
.yz_tc_box #yz_tc_hao span {
    top: auto;
}
.pt_jinmi .jm_foot .footer .foot-top {
    padding: 0;
    padding-top: 20px;
}
.pt_jinmi .jm_foot .footer {
    padding-top: 30px;
}
.pt_jinmi .switch_tab {
    visibility: hidden;
}
body .login_box #yz_tc1 .aliyun-captcha span, body .login_box #yz_tc2 .aliyun-captcha span, body .login_box #yz_tc_dl .aliyun-captcha span,
body .login_main #yz_tc1 .aliyun-captcha span, body .login_main #yz_tc2 .aliyun-captcha span, body .login_main #yz_tc_dl .aliyun-captcha span,body #aliyunCaptcha-sliding-wrapper span
{
    right: auto;
    top: auto!important;
    line-height: 34px !important;
}
.aliyun-captcha span::before {
    content: none;
}



.jmtl-class .notice {
    border-radius: 3px;
    background: #fcf8e3;
    border: #ecdcbb solid 1px;
    font-size: 12px;
    padding: 8px 14px;
    margin: 12px auto 0;
    color: #8a6d3b;
    position: relative;
    line-height: 28px;
    box-shadow: 0 2px 4px rgb(236, 220, 187,0.5);
}
.jmtl-class .notice strong{color: #f00;}

.jmtl-class .notice a {
    color: #06c
}
.jmtl-class .notice a.close {
    font-size: 20px;
    color: #868583;
    position: absolute;
    top: 0;
    right: 0;
    width: 21px;
    text-align: center;
    background: rgba(0,0,0,0.03);
    height: 23px;
    line-height: 21px;
    border-radius: 0 0 0 3px;
    padding-left: 2px;
}

.jmtl-class .notice a.close:hover {
    color: #928684;
    background: rgba(0,0,0,0.05);
}


.jmtl-class #yanzheng1 { margin: 15px auto;}

.jmtl-class #yanzheng1 img.yzm {display: inline-block;width: 100px;height: 38px;border: 1px solid #ddd;border-radius: 3px;cursor: pointer;}

.jmtl-class #yanzheng1 #re_yzmx {
    display: inline-block;
    width: 120px;
    height: 40px;
    line-height: 40px;
}
.jmtl-class #yanzheng1 .jm-button {
    display: inline-block;
    width: 100px;
    height: 38px;
    border-radius: 3px;
}
.jmtl-class .w1200 #yanzheng1 {
    padding: 140px 0;
    width: 350px;
}

.jmtl-class .w1200 .notice {
    font-size: 14px;
}
.jmtl-class #cha_cha_cha {
    padding: 0;
}
.jmtl-class #yz_tc_hao span {
    height: auto;
}
.pt_jinmi .pt_jinmi_hide {
    display: none!important;
}
.pt_jinmi .tsfx_child {
    left: -634px;
}
.pt_jinmi .tsfx_child::before {
    left: 679px;
}
#z .pt_jinmi  .tsfxs_child {
    left: -473px;
}
#z .pt_jinmi .tsfx_child::before {
    left: 517px;
}
.flagTogetherSymbol,.flagSymbol,.flagToUS,.flagTogetherCH,.flagToUSDS,.flagCH,.flagToEn,.flagToUSD ,.flagNoObserve,.flagToUSDFloat,.flagToSimple{
    all: unset!important;
}
.current_en .flagToEn {
    display: none!important;
}
.updateList button.qx.gn {
    width: 75px!important;
}
.current_en .ym-price {
    font-size: 12px;
}
.current_en .layui-card-je strong {
    font-size: 18px;
}
.current_en .container span.fr  a {
    margin: 0 6px;
}
.current_en .domain-post_price li .btn p i {
    font-size: 20px !important;
}
.hkycx .foot-service {
    float: right;
}
.hkycx .foot-kf {
    float: left;
    padding: 0;
    width: 1200px;
    border: 0;
    padding-right: 200px;
    box-sizing: content-box;
    min-height: auto;
}
.hkycx .foot-kf-ls {
    width: 240px;
    margin: 0;
}
.hkycx .footer .foot-top {
    padding: 30px 0;
}
.hkycx .foot-kf-ls:nth-child(even) {
    width: 240px;
    float: left;
}
.hkycx .foot-kf-ls strong {
    float: left;
}
.current_en .header_wrapper {
    font: 14px Helvetica Neue,Helvetica,PingFang SC,Tahoma,Arial,sans-serif;
}
.current_en .registrat-box_ul li {
    padding-right: 0;
}
.zftd {
    margin: 23px 0;
    overflow: hidden;
    float: left;
    width: 160px;
    height: 40px;
    margin-right: 10px;
    background: #fff;
    border-radius: 2px;
    border: 1px solid #DDDDDD;
    text-align: center;
    line-height: 40px;
    transition: all .3s;
    cursor: pointer;
    color: #666;
}
.zftd.on {
    border-color: #007BFC;
    color: #007BFC;
}
.zftd_tips {
    line-height: 88px;
    font-size: 12px;
    color: #999;
    float: left;
}
.hkycx .foot-kf-ls p {
    font-size: 14px;
}
.hkycx .ykj_wrapper {
    margin-top: 0;
}
.hkycx .foot-kf-ls:nth-child(4){
    position: relative;
    left: -33px;
}
#aliyunCaptcha-captcha-success {
    text-align: left;
    font-size: 14px;
    position: relative;
    left: -4px;
}
.cj_scx .cjlist .cj_head .cjje {
    width: 123px;
}
.cj_scx .cjlist .tr td.cjje {
    width: 108px;
}
.cj_scx .cjlist .cj_head {
    background: #FFF5F5;
}
.cj_scx .cjlist .cj_head .plsz_ys_box {
    margin: 0;
    color: rgba(0, 0, 0, 0.65);
    line-height: 1.5;
    list-style: none;
    -webkit-font-feature-settings: 'tnum';
    font-feature-settings: 'tnum';
    position: absolute;
    top: 24px;
    left: 3px;
    width: 188px;
    height: 106px;
    padding: 15px;
    z-index: 1050;
    box-sizing: border-box;
    font-size: 14px;
    background-color: #fff;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    outline: none;
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    text-indent: 0;
}
.cj_scx .cjlist .cj_head .plsz_ys_box input {
    font-weight: 400;
}
.switch_dlfs {
    width: 20px;
    background: url(../img/icon_jt.png) no-repeat center;
    background-size: contain;
    position: absolute;
    right: 10px;
    top: 0;
    cursor: pointer;
}

.switch_dlfs ul {
    display: none;
    position: absolute;
    width: 104px;
    height: 64px;
    background: #fff;
    border-radius: 4px;
    padding: 6px 0;
    border: 1px solid #D4D9E2;
    box-sizing: border-box;
    z-index: 22;
    right: -10px;
}
.lang-en .switch_dlfs ul {
    width: 110px;
}
.switch_dlfs ul li {
    padding: 0 10px;
    line-height: 26px;
    color: #4A536A;
    font-size: 12px;
    transition: all 0.3s;
}
.switch_dlfs ul li:hover {
    background-color: #f5f5f5;
    color: #057cff;
}
.lang_money_box {
    width: 93px;
    height: 26px;
    border-radius: 4px 4px 4px 4px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 12px;
    line-height: 26px;
    padding-left: 3px;
    box-sizing: border-box;
    text-align: center;
    text-indent: -12px;
    letter-spacing: -1px;
    font-weight: 700;
}
/* sfari浏览器输入框去掉右边的图标 */
input::-webkit-credentials-auto-fill-button , 
input::-webkit-contacts-auto-fill-button { 
  display: none !important;
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  right: 0;
}
.dlfs_mfa.layui-layer-tips .layui-layer-content {
    width: 126px;
    box-sizing: border-box;
}
.hk_site #navtpl .nav_box {
    margin-left: 33px;
}
#z .hk_site .layui-logo {
    width: 210px;
}
.lang-en.hk_site .tsfx_child {
    left: -746px;
}
.zx_home .lang_li_box i,.zx_home .ccx_li_box i {
    border-top: 1px solid #333;
    border-left: 1px solid #333;
    transform: rotate(225deg);
}
.yjcym {
    background: #E8EEFF;
    font-size: 12px;
    color: #3464FF;
    line-height: 26px;
    font-family: PingFangSC, PingFang SC !important;
    font-weight: 400 !important;
    cursor: pointer;
    padding: 0 8px;
    margin: 0 0 0 10px;
    display: inline-block;
}
.suffix_container {
    display: none;
    position: absolute;
    width: 1005px;
    top: 52px;
    background: #fff;
    box-shadow: 0px 0px 25px 0px rgba(195,199,203,0.3);
    border: 1px solid #eee;
    z-index: 11;
    font-size: initial;
}
.suffix_header {
    padding: 0 20px;
    line-height: 57px;
    height: 57px;
    border-bottom: 1px solid #eee;
}
.suffix_header_left {
    float: left;
}
.suffix_header_left span {
    color: #4D5260;
    margin-right: 48px;
    font-size: 14px;
    position: relative;
    display: inline-block;
    cursor: pointer;
    transition: all .3s;
}
.suffix_header_left span::after {
    content: '';
    width: 0;
    height: 4px;
    background-color: transparent;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    transition: all .3s;
    border-radius: 2px;
}
.suffix_header_left span.on {
    color: #EE4545;
}
.suffix_header_left span.on::after {
    width: 100%;
    background-color: #EE4545;
}
.suffix_blue .suffix_header_left span.on {
    color: #037CFF;
}
.suffix_blue .suffix_header_left span.on::after {
    background-color: #037CFF;
}
.suffix_header_right_input {
    line-height: 57px;
    height: 57px;
    display: inline-block;
    margin-right: 20px;
    position: relative;
}
.suffix_header_right_input i {
    position: absolute;
    color: #828897;
    right: 12px;
    line-height: normal;
    top: 24px;
    font-size: 12px;
    cursor: pointer;
}
.suffix_header_right_sort_list {
    position: absolute;
    display: none;
    width: 102px;
    background: #fff;
    box-shadow: 0px 0px 25px 0px rgba(195,199,203,0.3);
    border: 1px solid #eee;
    right: -5px;
    top: 51px;
}
.suffix_header_right_sort_list li {
    height: 32px!important;
    line-height: 32px;
    text-indent: 15px;
    text-align: left;
    color: #4D5260;
    font-size: 12px;
}
.suffix_header_right_sort_list li.on,.suffix_header_right_sort_list li:hover {
    background: #F6F6F6;
    color: #EE4545;
}
.suffix_body {
    height: 264px;
    overflow: hidden auto;
    padding: 20px;
    padding-right: 0;
    padding-bottom: 8px;
    width: 100%;
    box-sizing: border-box;
}
.suffix_body_list {
    overflow: hidden;
    display: none;
}
.suffix_body_list.on {
    display: block;
}
.suffix_body_list li {
    width: 96px!important;
    height: 32px!important;
    border: 1px solid #eee;
    text-align: center;
    color: #4D5260;
    margin-bottom: 12px;
    padding: 0 4px;
    font-size: 14px;
    float: left;
    margin-right: 12px;
    line-height: 30px;
    box-sizing: border-box;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: all .3s;
    cursor: pointer;
}
.suffix_body_list li:hover,.suffix_body_list li.on {
    background-color: rgba(238, 69, 69, 0.10);
    color: #EE4545;
}
.suffix_body_list li:nth-child(9n+9){
    margin-right: 0;
}
.suffix_footer strong {
    line-height: 60px;
    font-weight: 400;
    color: #4D5260;
    font-size: 12px;
    float: left;
}
.selected_hzlist {
    float: left;
    line-height: 60px;
    max-width: 646px;
    white-space: nowrap;
    color: #4D5260!important;
    overflow: hidden;
}
body .suffix_container .suffix_body .suffix_body_list .suffix_empty {
    display: none;
    width: 100% !important;
    height: 224px !important;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    border: 0;
    background-color: #fff!important;
}
.suffix_empty img {
    width: 100px;
    margin-top: 46px;
}
.suffix_empty p {
    color: #4D5260!important;
}
.selected_hzlist span,.pop_suffix li {
    position: relative;
    padding: 0 6px;
    height: 24px;
    background: rgba(187,191,201,0.14);
    text-align: left;
    color: #4D5260;
    line-height: 24px;
    margin-left: 8px;
    display: inline-block;
    cursor: pointer;
    padding-right: 20px;
    font-size: 12px;
}
.selected_hzlist span i,.pop_suffix li i {
    position: absolute;
    color: #828897;
    font-size: 10px;
    top: 0;
    font-weight: 700;
    right: 5px;
    cursor: pointer;
    width: 12px;
    text-align: center;
}
.selected_hzlist span i:hover {
    color: #E44F25;
}
.pop_suffix {
    padding: 20px;
    overflow-y: auto;
}
.pop_suffix li {
    margin-bottom: 8px;
}
.empty_select,.empty_all {
    display: none;
    float: left;
    width: 60px;
    height: 24px;
    background: #fff;
    border: 1px solid #EE4545;
    line-height: 22px;
    color: #EE4545;
    text-align: center;
    margin-left: 8px;
    font-size: 12px;
    margin-top: 19px;
    box-sizing: border-box;
    transition: all .3s;
}
.suffix_blue .empty_select,.suffix_blue .empty_all {
    border-color: #037CFF;
    color: #037CFF;
}
.empty_select:hover,.empty_all:hover {
    color: #fff;
    background-color: #EE4545;
}
.suffix_blue .empty_select:hover,.suffix_blue .empty_all:hover {
    background-color: #037CFF;
}
.suffix_search {
    float: right;
    margin-top: 19px;
    width: 76px;
    height: 24px;
    background: #EE4545;
    box-sizing: border-box;
    color: #fff;
    font-size: 12px;
    line-height: 24px;
    text-align: center;
}
.suffix_blue .suffix_search {
    color: #037CFF;
    background: #fff;
    border: 1px solid #037cff;
    line-height: 22px;
}
.suffix_blue .suffix_search:hover {
    background: #d9eaff;
    color: #037CFF;
}
.suffix_blue .suffix_body_list li:hover, .suffix_blue .suffix_body_list li.on {
    background-color: rgba(3, 124, 255, .1);
    color: #037CFF;
}
.suffix_footer {
    height: 60px;
    background-color: #fff;
    border-top: 1px solid #eee;
    padding: 0 20px;
    box-sizing: border-box;
}
.suffix_header_right_sort {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    line-height: 56px;
}
.suffix_header_right {
    float: right;
    line-height: 1;
}
.suffix_red .layui-layer-btn .layui-layer-btn0 {
    background-color: #fff;
    color: #737373;
    border: 1px solid #c7c7c7;
}
.suffix_red .layui-layer-btn .layui-layer-btn0:hover {
    color: #E44F25;
    background-color: #fffefd !important;
    border-color: #E44F25;
    opacity: 1;
}
.suffix_red .layui-layer-btn .layui-layer-btn1 {
    border-color: #E44F25;
    background-color: #E44F25;
    color: #fff;
}
.suffix_red .layui-layer-btn .layui-layer-btn1:hover {
    color: #fff;
    background-color: #e16a48 !important;
    border-color: #E44F25;
    opacity: 1;
}
.suffix_blue .layui-layer-btn .layui-layer-btn0 {
    background-color: #fff;
    color: #737373;
    border: 1px solid #c7c7c7;
}
.suffix_blue .layui-layer-btn .layui-layer-btn0:hover {
    color: #037CFF;
    background-color: #d9eaff !important;
    border-color: #037CFF;
    opacity: 1;
}
.suffix_blue .layui-layer-btn .layui-layer-btn1 {
    border-color: #037CFF;
    background-color: #037CFF;
    color: #fff;
}
.suffix_blue .layui-layer-btn .layui-layer-btn1:hover {
    color: #fff;
    background-color: #0679f6 !important;
    border-color: #037CFF;
    opacity: 1;
}
.sort_ymhz i {
    width: 5px;
    height: 5px;
    border-top: 1px solid #333;
    border-left: 1px solid #333;
    transform: rotate(225deg);
    position: absolute;
    right: 0;
    top: 2px;
}
body .search .suffix_header_right input {
    width: 142px;
    height: 32px;
    background: #F6F6F6;
    line-height: 32px;
    color: #828897;
    font-size: 12px;
    text-indent: 12px;
    vertical-align: middle;
    float: none;
    padding: 0;
    caret-color: auto;
    padding-right: 30px
}
.hk_site .search .suffix_header_right input {
    width: 142px!important;
    box-shadow: none!important;
    border-radius: 0!important;
}
body .search .suffix_header_right_sort span {
    color: #4D5260;
    font-size: 12px;
    padding-right: 8px;
    position: relative;
}
.layui-layout-body .yjcym {
    line-height: 20px;
    height: 20px;
}
.suffix_header_right_sort:hover .suffix_header_right_sort_list{
    display: block
}
.yjym_box .ymbox {
    float: left;
    max-width: 178px;
    overflow: hidden;
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
}
#jy_kefu_box {
    position: fixed;
    right: 30px;
    bottom: 120px;
    z-index: 11111;
}
#jy_kefu_box .jykf_btn {
    display: block;
    width: 60px;
    height: 60px;
    background: url(../img/kf_btn.png) no-repeat center right;
    background-size: 60px;
    padding-left: 30px;
    cursor: pointer;
}
.jy_kefu_main {
    position: absolute;
    bottom: 0;
    left: -250px;
    display: none;
    width: 256px;
    background: #fff;
    box-shadow: 0px 2px 15px 0px rgba(34,34,34,0.1);
    padding: 20px;
    box-sizing: border-box;
    font-size: 12px;
}
.jy_kefu_main button {
    display: block;
    color: #fff;
    width: 216px;
    height: 40px;
    margin-top: 16px;
    background: #097CFF;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    transition: all .3s;
}
.jy_kefu_main button:hover {
    opacity: .8;
}
.jy_kefu_main button:first-child {
    margin-top: 0;
}
.jy_kefu_main p {
    color: #828897;
}
.jy_kefu_main strong {
    display: block;
    margin-bottom: 4px;
    color: #222;
    font-size: 14px;
    line-height: 22px;
}
.jy_ywbd,.jy_jpsq {
    display: block;
    padding-left: 30px;
    margin-bottom: 30px;
}
.jy_ywbd {
    background: url(../img/jykf1.png) no-repeat left 4px;
    background-size: 20px;
}
.jy_jpsq {
    background: url(../img/jykf2.png) no-repeat left 4px;
    background-size: 20px;
}
.jy_ywbd:hover p,.jy_jpsq:hover p {
    color: #097CFF;
}
.suffix_short {
    width: 880px;
}
.suffix_short .selected_hzlist {
    max-width: 460px;
}
.suffix_short .suffix_body_list li:nth-child(9n+9) {
    margin-right: 12px;
}
.suffix_short .suffix_body_list li:nth-child(7n+7) {
    margin-right: 0
}
.suffix_short .suffix_body_list li {
    width: 108px!important;
}
.suffix_short1 {
    width: 990px;
}
.suffix_short1 .selected_hzlist {
    max-width: 560px;
}
.suffix_short1 .suffix_body_list li:nth-child(9n+9) {
    margin-right: 12px;
}
.suffix_short1 .suffix_body_list li:nth-child(8n+8) {
    margin-right: 0
}
.suffix_short1 .suffix_body_list li {
    width: 107px!important;
}
.hk_site .suffix_short1 {
    width: 955px;
}
.hk_site .suffix_short1 .suffix_body_list li {
    width: 102px!important;
}
.hk_site .suffix_footer strong {
    color: #4D5260!important;
}
body.pt_jinmi .search .suffix_header_right input {
    width: 142px !important;
    box-shadow: none !important;
}
body.pt_jinmi .suffix_short1 {
    width: 955px;
}
body.pt_jinmi .suffix_short1 .suffix_body_list li {
    width: 103px!important;
}
.pt_jinmi .agent-top-jinmi {
    background-color: transparent;
    box-shadow: none;
}
.pt_jinmi .agent-top-jinmi ul {
    display: flex;
    align-items: center;
    justify-content: center;
}