body{
    background: #f5f5fa;
    min-width: 1280px;
}
a{
    cursor: pointer;
}
.clearfix:after{/*伪元素是行内元素 正常浏览器清除浮动方法*/
    content: "";
    display: block;
    height: 0;
    clear:both;
    visibility: hidden;
}
.clearfix{
    *zoom: 1;/*ie6清除浮动的方式 *号只有IE6-IE7执行，其他浏览器不执行*/
}
.fl{
    float: left;
}
.fr{
    float: right;
}
input, textarea {
    padding-left: 8px;
    outline: none;
}
textarea {
    padding-top: 8px;
}

.flex_center_center {
    display: flex;
    justify-content: center;
    align-items: center;
}
input::-ms-clear {
    width: 0;
    height: 0;
}

/*居中区域*/
.main {
    width: 1520px;
    /*max-width: 1520px;*/
    /*min-width: 1200px;*/
    margin: 0 auto;
}

@media screen and (max-width: 1920px) {
    .main{
        width: 1520px;
    }
}
@media screen and (max-width: 1600px) {
    .main{
        width: 1420px;
    }
}
@media screen and (max-width: 1440px) {
    .main{
        width: 1200px;
    }
}


.conmain{
    /*width:1200px;*/
    margin:0 auto;
}
.alink_handle{
    cursor: pointer;
}
/*.alink_handle_new{
    cursor: pointer;
    margin-left: 16px;
}*/


/* 平台链接-下拉 - start */
.header__domain-links {
    display: none;
    width: 140px;
    position: relative;
    z-index: 99999;
    margin: 0 10px;
    color: #333;
}
.header__domain-links .title {
    display: flex;
    align-items: center;
    width: 100%;
    line-height: 44px;
    text-align: center;
    cursor: pointer;
}

.header__domain-links > ul {
    display: none;
    position: absolute;
    top: 32px;
    width: 100%;
    padding: 10px;
    margin-top: 10px;
    background: #fff;
    border-radius: 4px;
    box-sizing: border-box;
    /* 随主体变更颜色*/
    /*box-shadow: 0px 0px 16px 0px rgba(41, 50, 255, 0.16);*/
}

.header__domain-links > ul > li {
    color: #333;
    min-height: 40px;
    line-height: 40px;
    padding: 0px;
    text-align: center;
    /*font-size: 18px;*/
    cursor: pointer;
}

.header__domain-links > ul:before {
    content: "";
    display: block;
    border: 8px solid transparent;
    border-bottom: 8px solid #fff;
    position: absolute;
    top: -16px;
    margin-left: -8px;
    left: 50%;
}

.header__domain-links:hover ul {
    display: block;
}
/* 平台链接-下拉 - end */

.pcm__login--btn {
    margin-left: 16px;
}
/*layui分页*/
#y-pageinfo, #bottom-pageinfo{
    text-align: right;
}
/*我要出售弹框*/
.buy_box{
    width:551px;
    height:405px;
}
.buy_box li{
    position:relative;
    float:left;
    width:112px;
    cursor: pointer;
    height:29px;
    line-height:29px;
    text-align:center;
    border:1px solid rgba(210,210,210,1);
    border-radius:2px;
    margin-right:30px;
}
.buy_box li.active {
    border: 1px solid #0B5CDF;
    border-radius: 2px;
    background: url(../images/select-active.png) right bottom no-repeat;
    color: #0B5CDF;
}
.buy_box .tel{
    width:350px;
    height:37px;
    border:1px solid rgba(232,232,232,1);
    border-radius:2px;
}
.buy_box .name{
    width:350px;
    height:37px;
    border:1px solid rgba(232,232,232,1);
    border-radius:2px;
}
.buy_box .describe{
    width:350px;
    height:139px;
    border:1px solid rgba(232,232,232,1);
    border-radius:2px;
}
.diy_cancel,.diy_ok {
    width: auto;
    overflow: visible;
    display: inline-block;
    padding: 6px 27px;
    _margin-left: 5px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    outline: none;
}
.diy_cancel {
    color: #333333;
    background-color: #ffffff;
    border-color: #cccccc;
}
.diy_ok {
    color: #ffffff;
    background-color: #C71522;
    border-color: #C71522 !important;
    margin-left:20px;
}
.diy_cancel:hover {
    color: #333333;
    background-color: #ebebeb;
    border-color: #adadad !important;
}
.diy_ok:hover {
    color: #ffffff;
    background-color: #A5111C;
    border-color: #A5111C !important;
}


/*立即咨询弹框*/

.w_about_us {
    /*width: 640px;*/
    display: none;
    overflow: hidden;
}

/* 超出一行显示... */
.over_one_line {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.over_one_line.numFont{
    max-width: 90%;
}

.doubleoveflow::after {
    /* 多行文本溢出（兼容）辅助类 */
    content: "...";
    position: absolute;
    bottom: 0px;
    right: 0px;
    padding-left: 40px;
    background: -webkit-linear-gradient(left, transparent, #fff 55%);
    background: -o-linear-gradient(right, transparent, #fff 55%);
    background: -moz-linear-gradient(right, transparent, #fff 55%);
    background: linear-gradient(to right, transparent, #fff 55%);
}

/* 多行文件溢出-兼容样式-灰+黄 */
.doubleoveflow_white::after {
    content: "...";
    position: absolute;
    bottom: 0px;
    right: 2px;
    padding-left: 40px;
    background: -webkit-linear-gradient(left, transparent, #fff 55%);
    background: -o-linear-gradient(right, transparent, #fff 55%);
    background: -moz-linear-gradient(right, transparent, #fff 55%);
    background: linear-gradient(to right, transparent, #fff 55%);
}
.doubleoveflow_gray::after {
    content: "...";
    position: absolute;
    bottom: 0px;
    right: 2px;
    padding-left: 40px;
    background: -webkit-linear-gradient(left, transparent, #f4f4f4 55%);
    background: -o-linear-gradient(right, transparent, #f4f4f4 55%);
    background: -moz-linear-gradient(right, transparent, #f4f4f4 55%);
    background: linear-gradient(to right, transparent, #f4f4f4 55%);
}
.doubleoveflow_yellow::after {
    content: "...";
    position: absolute;
    bottom: 0px;
    right: 2px;
    padding-left: 40px;
    background: -webkit-linear-gradient(left, transparent, #fffdf1 55%);
    background: -o-linear-gradient(right, transparent, #fffdf1 55%);
    background: -moz-linear-gradient(right, transparent, #fffdf1 55%);
    background: linear-gradient(to right, transparent, #fffdf1 55%);
}

.concatus_formsub {
    border-radius: 6px;
    overflow: hidden;
}

.concatus_formsub .ui-dialog {
    border: none;
}

.concatus_formsub .ui-dialog-header {
    background: #fff;
}

.concatus_formsub .ui-dialog-title {
    padding: 12px 15px;
    background: #fff;
    color: #333;
    font-size: 18px;
}

.concatus_formsub .ui-dialog-close {
    font-size: 22px;
    color: #999;
    top: 12px
}

.concatus_formsub .ui-dialog-body {
    padding: 0px;
}

.callus_box_preview {
    line-height: 1.2;
}

.callus_box_preview_top {
    padding: 20px 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.callus_box_preview_top .pcLogoUrlImg{
    /*max-width: 244px;*/
    /*height: 120px;*/
    display: flex;
    align-items: center;
}

.callus_box_preview_top .pcLogoUrlImg img {
    max-width: 440px;
    max-height: 120px;
}

.callus_box_preview_top  .wechatQrcodeImgUrl {
    width: 140px;
    /*max-height: 210px;*/
    display: flex;
    flex-direction: column;
    align-items: center;
}

.callus_box_preview_top  .wechatQrcodeImgUrl .text {
    padding-top: 10px;
    text-align: center
}

.callus_box_preview_top  .wechatQrcodeImgUrl .img {
    /*max-width: 100%;*/
    /*max-height: 100%;*/
    /*overflow: hidden;*/
    /*height: calc(100% - 40px);*/
    /*height: 120px;*/
    /*overflow: hidden;*/
}

.callus_box_preview_top  .wechatQrcodeImgUrl img {
    max-width: 100%;
    max-height: 180px;
}

.callus_box_preview_bot {
    padding: 20px;
    background: #C71522;
    display: flex;
    align-items: center;
    justify-content: space-between;
    /*border-radius: 0px 0px 6px 6px;*/
}

.callus_box_preview_bot_left {
    width: 80%;
}

.callus_box_preview_bot_left h3 {
    font-size: 18px;
    color: #fff;
    font-weight: 400;
}

.callus_box_preview_bot_left .concatus_cnt_left_li {
    display: flex;
    width: 48%;
    margin-top: 15px;
    /*align-items: center;*/
    flex-wrap: wrap;
    word-break: break-all;
}
.concatus_cnt_left_li.prom_contact,
.concatus_cnt_left_li.prom_email,
.concatus_cnt_left_li.prom_address {
    width: 100%;
}

.concatus_cnt_left_li.prom_showphone,
.concatus_cnt_left_li.prom_phone,
.concatus_cnt_left_li.prom_qq {
    width: 33%;
}

/*.callus_box_preview_bot_left ul>li:nth-of-type(2n+1){*/
/*    width: 52%;*/
/*}*/
.callus_box_preview_bot_left .lotuticon {
    margin-right: 4px;
    line-height: 24px;
}

.callus_box_preview_bot_left .company_pos {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    max-width: 95%;
}

.callus_box_preview_bot_left ul {
    display: flex;
    flex-wrap: wrap;
    font-size: 20px;
    line-height: 24px;
    color: #fff;
}

.callus_box_preview_bot_left ul > li:last-of-type {
    width: 100%;
}

.callus_box_preview_bot_right {
    text-align: right;
    color: #fff;
    width: 20%;
}

.callus_box_preview_bot_right h4 {

    font-size: 28px;
    font-weight: 400;
}

.callus_box_preview_bot_right button {
    width: 92px;
    height: 40px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 2px;
    color: #fff;
    background: transparent;
    font-weight: 400;
    margin: 15px 0;
}

.callus_box_preview_bot_right div {
    font-size: 16px;
    font-weight: 400;
    color: rgba(255, 255, 255, .8);
}

.callus_box_preview_bot_right div i {
    margin-right: 4px;
    font-weight: 400;
}


.concatus_save {
    padding: 20px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    line-height: 1.2;
}

.concatus_save > div {
    width: 280px;
}

.concatus_save > div:first-child,
.concatus_save > div:last-child {
    width: 100%
}

.concatus_submit {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;

}

.concatus_submit a {
    color: #C71522;
    font-size: 14px;
}

.concatus_submit button {
    width: 92px;
    height: 40px;
    background: #C71522;
    border-radius: 2px;
    color: #fff;
    font-size: 14px;
}

.concatus_save_label {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.6);
    margin-bottom: 6px;
}

.concatus_save input,
.concatus_save textarea {
    border: 1px solid rgba(0, 0, 0, 0.03);
    border-radius: 2px;
    background: rgba(0, 0, 0, 0.01);
    height: 42px;
    font-size: 14px;
    width: 100%;
    padding-left: 15px;
    box-sizing: border-box;
    margin-bottom: 10px;
    color: #000;
}

.concatus_save textarea {
    height: 140px;
    padding: 15px;
}

.error_name {
    margin-bottom: 10px;
}

.callus_box_bg {
    display: none;
}

/*无数据*/
.new_empty{
    text-align:center;

}
.new_empty ul{
    width:600px;
    margin:20px auto;
}
.new_empty ul li{
    float:left;
    margin-left:25px;
    margin-bottom:80px;
    padding:0 !important;border:none !important;
}
.empty_pic{
    margin-top:40px;
}
.new_empty h5{
    margin-top:30px;
    font-size:16px;
}
.new_empty ul li img {
    float: left;
    margin-top: 4px;
}
.new_empty ul li font{
    line-height:30px;
}
.new_empty a:hover{
    color: red;
}

/*公共颜色*/
.red_color{
    color:red;
}
.green_color{
    color: #058D2F;
}
.blue_color{
    color: #1A68E1;
}
.orange_color{
    color:#EC770F
}
.hui_color{
    color:#666
}
.hei_color{
    color: #333;
}
/*.notheme_color{*/
/*    */
/*}*/
/*.qianhui_color{*/
/*    color: #999;*/
/*}*/

/*当前位置*/
.currposition_parent{
    font-size: 14px;
    line-height: 40px;
    color: #535353;
}
.currposition_parent a,.currposition_parent span{
    color: #333;
    font-size: 14px;
}
.currposition_parent a:hover{
    color: #333;
    text-decoration: underline;
}

/* 悬浮固定项 */
.left_bottom--button-skip,
.right_top--button-skip {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #FFF;
    background: linear-gradient(180deg, #FF4969 0%, #F31C2D 100%);
    cursor: pointer;
}

.left_bottom--button-skip {
    position: fixed;
    z-index: 99;
    left: 0;
    bottom: 23px;
    width: 80px;
    height: 60px;
    border-radius: 0px 32px 32px 0px;
}

.left_bottom--button-skip p {
    width: 32px;
    height: 36px;
    margin-left: -20px;
    text-align: center;
    line-height: 18px;
}

.right_top--button-skip {
    height: 75px;
    margin-bottom: 10px;
    border-radius: 4px;
}

.right_top--button-skip .pcmicrositefont {
    margin-bottom: 3px;
    line-height: 1;
}

.right_top--button-skip p {
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 15px;
}

/* 登录& 注册 */
.common__log__reg--pannel--dialog {
    /*width: 380px;*/
    display: none;
    overflow: hidden;
}

/* 弹窗 */
.log__reg--container--outer .ui-dialog-header {
    background: transparent !important;
    border: none !important;
}

.log__reg--container--outer .ui-dialog-close {
    font-size: 24px;
    color: #CCC;
}

.log__reg--container--outer .ui-dialog-close:hover {
    color: #F31A2A;
    opacity: 1;
}

.log__reg--container--outer .ui-dialog-body {
    padding: 45px;
    padding-top: 0px;
}

/* 内容（复用） */
/*.log__reg--container--outer .ui-dialog {*/
/*    left: 0 !important;*/
/*    top: 0 !important;*/
/*    right: 0 !important;*/
/*    bottom: 0 !important;*/
/*    margin: auto;*/
/*}*/

.common_logreg--container--pannel {
    display: flex;
    flex-direction: column;
}

.common_logreg--container--pannel div {
    box-sizing: border-box;
}

.common_logreg--container--pannel h3 {
    font-size: 24px;
    line-height: 77px;
    color: #333;
    /*margin-bottom: 16px;*/
    text-align: center;
}

.common_logreg--container--pannel .pcm-login-head {
    display: flex;
    width: 410px;
    margin-bottom: 16px;
}

.common_logreg--container--pannel .pcm-login-head li {
    width: 50%;
    height: 40px;
    margin-top: 0;
    line-height: 40px;
    text-align: center;
    font-size: 17px;
    color: #666666;
    position: relative;
    cursor: pointer;
}

.common_logreg--container--pannel .pcm-login-head li.actived {
    color: #F31A2A;
}

.common_logreg--container--pannel .pcm-login-head li.actived:after {
    content: "";
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #F31A2A;
}

.common_logreg--container--pannel .login-user-list {
    display: flex;
    overflow-y: auto;
    flex-direction: column;
    height: 308px;
}

.common_logreg--container--pannel .login-user-list li {
    display: flex;
    position: relative;
    padding: 8px;
    background: rgba(0,0,0,0.04);
    border-radius: 4px;
    margin-bottom: 7px;
    margin-top: 0 !important;
    align-items: center;
    cursor: pointer;
}

.common_logreg--container--pannel .login-user-list li:last-child {
    margin-bottom: 0;
}

.common_logreg--container--pannel .login-user-list li:after {
    content: "";
    display: block;
    position: absolute;
    top: 45%;
    right: 16px;
    width: 6px;
    height: 6px;
    border-top: 2px solid #666;
    border-right: 2px solid #666;
    transform: translateY(0px) rotate(45deg);
}

.common_logreg--container--pannel .login-user-list li:hover {
    background: rgba(0,0,0,0.08);
}

.common_logreg--container--pannel .login-user-list li .left {
    width: 35px;
    height: 35px;
    margin-right: 5px;
}

.common_logreg--container--pannel .login-user-list li .right {
    width: 180px;
    display: flex;
    flex-direction: column;
}

.common_logreg--container--pannel .login-user-list li p {
    height: 20px;
    line-height: 20px;
    overflow: hidden;
}

.common_logreg--container--pannel .login-user-list li p:first-of-type {
    font-size: 16px;
    color: #333;
}

.common_logreg--container--pannel .login-user-list li p:last-of-type {
    font-size: 14px;
    color: #999;
}

.common_logreg--container--pannel .login-user-list li:hover p {
    color: #1BAD55;
}

.common_logreg--container--pannel .common__input--input {
    position: relative;
    margin-bottom: 15px;
    overflow: hidden;
    width: 100%;
}

.common_logreg--container--pannel .common__input--input .pcmicrositefont {
    position: absolute;
    top: 12px;
    left: 10px;
    z-index: 2;
    font-size: 18px;
    color: #CCC;
}

.common_logreg--container--pannel .common__input--input input {
    width: 100%;
    height: 48px;
    box-sizing: border-box;
    padding: 0px 10px 0px 34px;
    color: #333;
    background: #FFF !important;
    border: 1px solid #DDD;
    border-radius: 4px;
}

.common_logreg--container--pannel .common__input--input input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #CCC;
}
.common_logreg--container--pannel .common__input--inputinput:-ms-input-placeholder { /* IE 10+ */
    color: #CCC;
}
.common_logreg--container--pannel .common__input--input input:-moz-placeholder { /* Firefox 18- */
    color: #CCC;
    opacity: 1;
}
.common_logreg--container--pannel .common__input--inputinput::-moz-placeholder { /* Firefox 19+ */
    color: #CCC;
    opacity: 1;
}

.common_logreg--container--pannel .common__input--input p {
    padding-top: 3px;
    color: #F31A2A;
    font-size: 12px;
}

.common_logreg--container--pannel .remember__me {
    margin: 10px 0px 18px 0px;
    font-size: 14px;
    color: #999;
    display: none;
}

/* 选中样式 */
.common_logreg--container--pannel .remember__me {
    position: relative;
}

.common_logreg--container--pannel .remember__me input[type=checkbox] {
    visibility: hidden;
}

.common_logreg--container--pannel .remember__me .pcmicrositefont {
    position: absolute;
    top: 2px;
    left: 0px;
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-right: 4px;
    font-size: 12px;
    text-align: center;
    line-height: 16px;
    color: #EEE;
    background: #EEE;
    border: 1px solid #CCC;
    box-sizing: border-box;
    border-radius: 4px;
    cursor: pointer;
}

.common_logreg--container--pannel .remember__me .text {
    position: absolute;
    top: 0px;
    left: 20px;
}

#isRemember[type=checkbox]:checked + label{
    color: #FFF;
    background: #F31A2A;
    border-color: #F31A2A;
}

.common_logreg--container--pannel .primary--btn {
    width: 100%;
    height: 48px;
    font-size: 16px;
    color: #FFF;
    background: linear-gradient(90deg, #F31A2A 0%, #FF496A 100%);
    border-radius: 4px;
}

.common_logreg--container--pannel .bottom--link {
    display: flex;
    justify-content: space-between;
    color: #F31A2A;
    margin-top: 16px;
}

.common_logreg--container--pannel .bottom--link div {
    cursor: pointer;
}

/* 验证码按钮 */
.common_logreg--container--pannel .auth__code .auth__code--text {
    position: absolute;
    right: 10px;
    width: auto;
    height: 24px;
    padding: 0;
    margin-top: 12px;
    text-align: right;
    line-height: 24px;
    color: #F31A2A;
    background: transparent;
    border: none;
    cursor: pointer;
}

.common_logreg--container--pannel .auth__code .auth__code--text[disabled=true] {
    color: #CCC;
}

.noselect {
    -webkit-user-select:none;
    -moz-user-select:none;
    -o-user-select:none;
    -ms-user-select:none;user-select:none;
}

#pcmUnameShow {
    display: none;
    /*cursor: default;*/
    color: #337ab7;
    max-width: 100px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
/*
#pcmUnameShow:hover {
    color: #333;
}
*/

.pcm__loginout--btn {
    margin-left: 0 !important;
}

/*全局用户关注人的信息弹框*/
.follow_user_msg .ui-dialog-header {
    background: #fff;
}
.follow_user_msg .ui-dialog-title {
    padding: 12px 15px;
    background: #fff;
    color: #333;
    font-size: 18px;
}
.follow_user_msg .ui-dialog-close {
    font-size: 22px;
    color: #999;
    top: 12px
}
.follow_user_msg .ui-dialog-body {
    padding: 0px;
}
.follow_user_msg .usermsg_ulbox{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
}
.follow_user_msg .usermsg_ulbox_label{
    display: flex;
    line-height: 2;
}
.follow_user_msg .usermsg_ulbox_label>span{
    display: block;
    color: #333;
    font-size: 16px;
}
.follow_user_msg .usermsg_ulbox_label>span:nth-of-type(1){
    width: 150px;
    text-align: right;
}
.follow_user_msg .usermsg_ulbox_label>span:nth-of-type(2){
    max-width: 240px;
}
.follow_user_msg .usermsg_ulbox>li:nth-of-type(2) {
    max-width: 250px;
}
.follow_user_msg .userinfowechat {
    max-width: 100%;
    max-height: 200px;
}

/* 旁门正道标题体  */
@font-face {
    font-family:'PangMenZhengDaoBiaoTiTi';
    src: url("../ttf/PangMenZhengDaoBiaoTiTi.ttf");
}

.pm-font-ttf {
    font-family: "PangMenZhengDaoBiaoTiTi" !important;
}

.modules-img_box {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 56px;
    padding-top: 20px;
    padding-bottom: 10px;
}

.modules-img_box .icon-image {
    width: 32px;
    height: 37px;
    background: url('../images/icon-hot_fire.png') no-repeat center center/ 100% 100%;
}

.modules-img_box .title {
    height: 48px;
    line-height: 56px;
    font-size: 48px;
    margin-left: 10px;
    color: #000;
}

/*
.modules-img_box .title .red {
    color: #c71522;
}*/

/* 滑块验证码start */
.common__log__reg--pannel--dialog .login_code_slider {
    position: absolute;
    user-select: none;
    background-color: #fff;
    width: 278px;
    height: 285px;
    z-index: 999;
    box-sizing: border-box;
    padding: 9px;
    border-radius: 6px;
    box-shadow: 0 0 11px 0 #999999;
    margin-left: 67px;
}

.common__log__reg--pannel--dialog .login_code_slider .login_code_content {
    width: 100%;
    height: 159px;
    position: relative;
    overflow: inherit;
}

.common__log__reg--pannel--dialog .login_code_slider .login_code_bg-img-div {
    width: 100%;
    height: 100%;
    position: absolute;
    transform: translate(0px, 0px);
}

.common__log__reg--pannel--dialog .login_code_slider .login_code_slider-img-div {
    height: 100%;
    position: absolute;
    transform: translate(0px, 0px);
}

.common__log__reg--pannel--dialog .login_code_slider .login_code_bg-img-div img {
    width: 100%;
}

.common__log__reg--pannel--dialog .login_code_slider .login_code_slider-img-div img {
    height: 100%;
}

.common__log__reg--pannel--dialog .login_code_slider .login_code_slider-move {
    height: 60px;
    width: 100%;
    margin: 28px 0 0 0;
    position: relative;
}

.common__log__reg--pannel--dialog .login_code_slider .login_code_refresh-btn, .login_code_close-btn, .login_code_slider-move-track, .login_code_slider-move-btn {
    background: url(https://static.geetest.com/static/ant/sprite.1.2.4.png) no-repeat;
}

.common__log__reg--pannel--dialog .login_code_slider .login_code_refresh-btn, .login_code_close-btn {
    display: inline-block;
}

.common__log__reg--pannel--dialog .login_code_slider .login_code_slider-move .login_code_slider-move-track {
    line-height: 38px;
    font-size: 14px;
    text-align: center;
    white-space: nowrap;
    color: #88949d;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

.common__log__reg--pannel--dialog .login_code_slider .login_code_slider-move .login_code_slider-move-btn {
    transform: translate(0px, 0px);
    background-position: -5px 11.79625%;
    position: absolute;
    top: -12px;
    left: 0;
    width: 66px;
    height: 66px;
}

.common__log__reg--pannel--dialog .login_code_slider .login_code_slider-move-btn:hover {
    cursor: pointer
}

.common__log__reg--pannel--dialog .login_code_slider .login_code_bottom .login_code_close-btn {
    width: 20px;
    height: 20px;
    background-position: 0 44.86874%;
    cursor: pointer;
}

.common__log__reg--pannel--dialog .login_code_slider .login_code_bottom .login_code_refresh-btn {
    width: 20px;
    height: 20px;
    background-position: 0 81.38425%;
    cursor: pointer;
}

.common__log__reg--pannel--dialog .login_code_slider .login_code_iframe {
    position: fixed;
    top: calc(100vh + 150px);
    left: 12.2%;
    margin-top: -125px;
}
/* 滑块验证码end */

/* 提出（导航栏样式、轮播图）--- start */
/* 导航默认样式 */
.newhead_cnt{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex: 1;
    /*width: 100%;*/
    margin-left: 10px;
    /*max-width: 1040px;*/
    /*padding: 6px 0;*/
    box-sizing: border-box;
}
.newhead_a_link>div{
    /*margin-right: 24px;*/
    position: relative;
    /*line-height: 2;*/
}
.newhead_a_link>div a.menulink_handle {
    /*height: 80px;*/
    display: block;
    line-height: 80px;
    padding: 0px 12px;
    font-size: 18px;
}

.newhead_a_link>div:first-child a.menulink_handle{
    padding-left: 0px;
}
.newhead_a_link>div i.hot_mark:before{
    font-family: 'pcmicrositefont';
    content: '\e6e7';
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    color: #eb0b16;
    justify-content: center;
}
.newhead_a_link>div i.hot_mark{
    /*background: url(../images/hot_mark.png) no-repeat center;*/
    width: 16px;
    height:16px;
    /*background-size: 100%;*/
    position: absolute;
    top: 14px;
    right: 6px;
    -webkit-animation: upDown 6s ease-in-out infinite;
    animation: upDown 6s ease-in-out infinite;
}
.newhead_a_link>div i.new_mark:before{
    font-family: 'pcmicrositefont';
    content: '\e6b0';
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    color: #eb0b16;
    justify-content: center;
}
.newhead_a_link>div i.new_mark{
    /*background: url(../images/new_mark.png) no-repeat center;*/
    width: 20px;
    height: 20px;
    /*background-size: 100%;*/
    position: absolute;
    top: 12px;
    right: 8px;
    -webkit-animation: upDown 6s ease-in-out infinite;
    animation: upDown 6s ease-in-out infinite;
}

/*导航 hover 悬浮框*/
.servicemodal_box{
    /*display: flex;*/
    box-shadow: inset 0px 2px 5px 0px rgba(0,0,0,0.04);
    background: #fff;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 198;
    /*height: 0px;*/
    /*opacity: 0;*/
    /*visibility: hidden;*/
    display: none;
    transition-property: height;
    transition: display .2s cubic-bezier(.215,.61,.355,1),opacity .2s cubic-bezier(0.22, 0.61, 0.36, 1);
    /*transition: height .2s cubic-bezier(.215,.61,.355,1),opacity .2s cubic-bezier(0.22, 0.61, 0.36, 1);*/
}
.servicemodal_box.expand{
    /*visibility: inherit;*/
    /*height:100%;*/
    /*opacity: 1;*/
    display: flex;
    justify-content: center;
}
.servicemodal_box>div{
    display: flex;
    width: 100%;
    max-width: 1920px;
}
.servicemodal_left{
    width: 25%;
    max-width: 480px;
    box-sizing: border-box;
    padding: 40px;
    background: #FAFAFA;
    font-size: 16px;
    color: #666666;
    display: flex;
    justify-content: flex-end;
}

.servicemodal_left>div{
    width: 240px;
}
.servicemodal_left h1{
    color: #333333;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
}
.servicemodal_left a{
    color: #FF383A;
    font-size: 16px;
    margin-top: 40px;
    display: inline-block;
}
.servicemodal_right{
    flex: 1;
    padding: 24px 40px 40px;
    display: flex;
}
.servicemodal_right>div{
    max-width: 220px;
    flex: 1;
    padding: 0px 0px 0px 40px;
    box-sizing: border-box;
}
.servicemodal_right>div:first-child{
    padding: 0px;
}
.servicemodal_right .titleh1{
    color: #FF383A;
    font-size: 16px;
    font-weight: 700;
}
.servicemodal_right a{
    display: block;
    color: #333;
    font-size: 14px;
    margin-top: 16px;
}
.servicemodal_right a.red_color{
    color: #FF383A;
}
/*头部服务悬浮框*/
.servicemodal_bg{
    position: fixed;
    width: 100vw;
    height: 100vh;
    z-index: 188;
    background: rgba(0,0,0,0.3);
    left: 0px;
    top: 0px;
    display: none;
}
/*轮播*/
/*首页*/
/*轮播图*/
.rotation_chart_box{
    /*height: 500px;*/
    cursor: pointer;
    position: relative;
    overflow: hidden;
    background: #f4f5f9;
    max-width: 1920px;
    margin: 0 auto;
}
.rotation_content{
    position: absolute;
    left: 0;
    /*height: 500px;*/
    transition: left .4s ease;
    display: flex;
}
/*.rotation_content>img{*/
/*    float: left;*/
/*}*/
/*.arrows_Lcon{*/
/*    width: 45px;*/
/*    height: 108px;*/
/*    background: rgba(0, 0, 0, 0.52);*/
/*    position: absolute;*/
/*    top: 35%;*/
/*    left: 0;*/
/*    cursor: pointer;*/
/*}*/
/*.arrows_Rcon{*/
/*    width: 45px;*/
/*    height: 108px;*/
/*    background: rgba(0, 0, 0, 0.52);*/
/*    position: absolute;*/
/*    top: 35%;*/
/*    right: 0;*/
/*    cursor: pointer;*/
/*}*/
/*.arrows_Lcon:hover{*/
/*    background: linear-gradient(to right,rgba( 171, 218, 244, 0.3) 5%,rgba( 171, 218, 244, 0) 95%);*/
/*}*/
/*.arrows_Rcon:hover{*/
/*    background: linear-gradient(to left,rgba( 171, 218, 244, 0.3) 5%,rgba( 171, 218, 244, 0) 95%);*/
/*}*/
/*.arrows_left,.arrows_right{font-family: "宋体";}*/
/*.arrows_left{*/
/*    width: 23px;*/
/*    height: 36px;*/
/*    margin: 0 auto;*/
/*    margin-top: 35px;*/

/*}*/
/*.arrows_right{*/
/*    width: 23px;*/
/*    height: 36px;*/
/*    margin: 0 auto;*/
/*    margin-top: 35px;*/
/*}*/
.rotation_dots{
    width: 600px;
    height: 9px;
    position: absolute;
    bottom: 25px;
    z-index: 2;
    left: 50%;
    margin-left: -300px;
}
.rotation_dots div{
    width: 72px;
    margin: 0 auto;
}
.rotation_dots span{
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #ffffff;
    float: left;
    margin-left: 5px;
    cursor: pointer;
    color: transparent;
}
.rotation_dots span.active{
    background-color:#F31A2A;
}
/*.rotation_dots span:hover{*/
/*    background-color: #F31A2A !important;*/
/*}*/

/*banner样式*/
.index_banner_wraps{
    /*height: 500px;*/
    overflow: hidden;
    position: relative;
    background: #fafafa;
    /*text-align: center;*/
}
.banner_background_image{
    /*height: 500px;*/
    position: absolute;
    z-index: 1;
    /*left: 0px;*/
    /*top:0px;*/
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    max-width: 100%;
    max-height: 100%;
    /*transition: opacity .17s ease;*/
    /*padding-top: 160px;*/
}
.ace_view_center {
    margin: 70px auto 0;
    position: relative;
    z-index: 1;
    line-height: 1.5;
    width: 1200px;
}
.ip_manamge_box{
    font-size: 64px;
    color: #333333;
    font-weight: 700;
    position: relative;
    display: inline-block;
}
.ip_manamge_box span{
    color: #fff;
    font-size: 14px;
    padding: 2px 8px;
    background: linear-gradient(90deg, #F31A2A 0%, #FF496A 100%);
    box-shadow: 0px 5px 10px 0px rgba(243,26,42,0.1);
    border-radius: 4px 4px 4px 4px;
    position: absolute;
    top: 10px;
    right: -80px;
}
.ip_des_box{
    width: 558px;
    font-size: 18px;
    color: #333;
}
.ip_server_box{
    margin-top: 60px;
    width: 600px;
}
.mouseover_handle>a{
    width: 300px !important;
    height: 76px !important;
    position: static !important;
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #666666;
    background: #fff;
    line-height: 1.7;
}
.mouseover_handle>a i{
    margin: 0px 24px 0px 24px;
    font-size: 40px;
}
.mouseover_handle>a>div{
    position: static !important;
    opacity: 1 !important;
    width: auto !important;
    display: flex !important;
    align-items: center;
}
.mouseover_handle>a h3{
    font-size: 18px;
    color: #252B3A;
    font-weight: 700;
}
.mouseover_handle>a.on{
    background: linear-gradient(90deg, #F31A2A 0%, #FF496A 100%);
    box-shadow: 0px 10px 10px 0px rgba(243,26,42,0.1);
    color: #fff;
}
.mouseover_handle>a.on h3{
    color: #fff;
}
/* 提出（导航栏样式、轮播图）--- end */

/* 顶部搜索 - start */
.search_com {
    /*display: flex;*/
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /*height: 60px;*/
    margin-top: 20px;
}
.search_com form,
.search_com__history {
    width: 960px;
}
.search_com form {
    height: 60px;
    /*height: 100%;*/
    display: flex;
    align-items: center;
}
.search_com__input,
.search_com__input .el-input__inner {
    height: 100%;
}
.search_com__select .el-input__inner {
    height: 60px;
    font-size: 16px;
    border-color: #FF383A !important;
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.search_com__input .el-input__inner {
    border: 1px solid #FF383A;
    border-radius: 0px;
    font-size: 16px;
    /*border-top-right-radius: 0px;*/
    /*border-bottom-right-radius: 0px;*/
    border-right: none;
    border-left: none;
}
.search_com__submit {
    width: 144px;
    height: 60px;
    line-height: 60px;
    color: #fff;
    border: none;
    padding: 0px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    background: linear-gradient(90deg, #FFB811 0%, #FE6600 100%);
    font-size: 18px;
}
.search_com__submit:hover,
.search_com__submit:focus {
    color: #fff;
}
.search_com__history {
    display: flex;
    font-size: 14px;
    margin-top: 8px;
    color: #666;
}

.search_com__history > div {
    color: #999;

}
.search_com__history > ul {
    display: flex;
}
.search_com__history > ul li{
    max-width: 125px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #666;
    cursor: pointer;
    margin-right: 16px;
}
/* 顶部搜索 - end */

/* 全局-可复用-弹性布局 - start */
.align-items-center {
    align-items: center !important;
}
.align-items-flex-start {
    align-items: flex-start !important;
}
/* 全局-可复用-弹性布局 - end */

/* 复用 弹出层表单布局 start */
/*.layout-dialog {
    display: none;
}*/
/*
.layout-dialog_form-outbox .ui-dialog-header {
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
}
.layout-dialog_form-outbox .ui-dialog-title {
    padding: 12px 15px;
    font-size: 18px;
    color: #333;
    background: #fff;
}

.layout-dialog_form-outbox .ui-dialog-close {
    font-size: 22px;
    color: #999;
    top: 12px;
}

.layout-dialog_form-outbox .ui-dialog-body {
    padding: 0px;
}*/

/*.layout-dialog__form {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    box-sizing: border-box;
    padding: 20px;
    line-height: 1.2;
}*/

/*.layout-dialog__form,
.layout-dialog__line {
    width: 100%;
}

.layout-dialog__line {
    display: flex;
    justify-content: space-between;
    !*align-items: center;*!
    margin-bottom: 20px;
}

.layout-dialog__line:last-type-of {
    margin-bottom: 0px;
}

.layout-dialog__line_center {
    justify-content: center;
}*/

/*.layout-dialog__form-item {
    display: flex;
}

.layout-dialog__form-item_content {
    align-items: flex-start;
}

.layout-dialog__form-item_column {
    !* 表单项垂直排列 *!
    display: flex;
    flex-direction: column;
}

.layout-dialog__form-item_consult-type {
    margin-bottom: 10px;
}*/

/*.layout-dialog__half {
    width: 50%;
}

.layout-dialog__half ~ .layout-dialog__half {
    margin-left: 30px;
}*/

/*.layout-dialog__form > div:first-child,
.layout-dialog__form > div:last-child {
    width: 100%;
}*/

/*
.layout-dialog__module-title {
    min-width: 70px;
    !*margin-top: 13px;*!
    font-size: 14px;
    font-weight: bold;
    !*color: rgba(0, 0, 0, 0.6);*!
    !*margin-bottom: 6px;*!
}
*/

/*.layout-dialog__module-content {
    width: 100%;
}*/

/*.layout-dialog__form input,
.layout-dialog__form textarea {
    width: 100%;
    height: 42px;
    !*margin-bottom: 10px;*!
    box-sizing: border-box;
    padding-left: 15px;
    font-size: 14px;
    color: #000;
    background: rgba(0, 0, 0, 0.01);
    border: 1px solid rgba(0, 0, 0, 0.03);
    border-radius: 2px;
}*/

/* 页面的样式表 */
/*.layout-dialog__form textarea {
    !* overflow: hidden; *!
    resize: none;
    height: auto !important;
    max-height: none !important;
    !* padding-top: 0px; *!
    !* line-height: 42px; *!
    min-height: 92px;
}*/

/*.layout-dialog__form-button {
    font-size: 16px;
    border-radius: 3px;
    padding: 8px 30px;
}*/

/*.layout-dialog__form-button_cancel {
    color: #F31A2A;
    background: transparent;
}*/

/*
.layout-dialog__form-button_submit {
    color: #fff;
    !*background: #C71522;*!
}
*/

/*.layout-dialog__validate_error {
    display: none;
    margin-top: 4px;
    color: red;
}*/
/*
.layout-dialog__form-hint-msg {
    width: 100%;
    color: #4da97c;
}*/

/* 咨询分类 - start 旧 */
/*.layout-consult-type {
    display: flex;
    flex-wrap: wrap;
}*/

/*.layout-consult-type li {
    height: 20px;
    padding: 4px 10px;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    margin: 0px 10px 10px 0px;
    cursor: pointer;
}*/

/*.layout-consult-type li.hover,
.layout-consult-type li:hover {
    color: #C71522;
    border-color: #C71522;
}*/
/*.layout-consult-type__item_select {
    height: 20px;
    border: none;
}*/
/* 咨询分类 - end 旧 */

/* 复用 弹出层表单布局 end */
/*.en-tag {
    color: red;
    padding-right: 2px;
}*/


/* 全局复用 - 图片自适应尺寸 - start */
.layout-common-image-autosize {
    position: relative;
    box-sizing: border-box;
    background: #fff;
    overflow: hidden;
}

.layout-common-image-autosize img {
    position: absolute;
    width: auto;
    height: auto;
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
    left: 50%;
    top: 50%;
    transition: all ease-in .2s;
    transform: translate3d(-50%, -50%, 0);
}

.layout-common-image-autosize__left img {
    left: 0px;
    transform: translate3d(0, -50%, 0);
}

/* 全局复用 - 图片自适应尺寸 - end */


/* 全局复用 - 标签颜色 - start */
.en-tag {
    color: red;
    padding-right: 2px;
}

/* 全局复用 - 标签颜色 - end */
/* 全局复用 - 加载loading - start */
.common-loading {
    width: 100%;
/* height: 40px; */
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px;
    box-sizing: border-box;
}

.common-loading img {
    display: block;
    margin: 0 auto;
}

.dialog-communicate img {
    /* dialog 中 loading 图*/
    width: 40px;
}
/* 全局复用 - 加载loading - end */

/* 全局复用 - dialog重置 - start */
.layout-artdialog {
    border-radius: 6px;
    overflow: hidden;
}

.layout-artdialog .ui-dialog-header {
    background: #fff !important;
}

.layout-artdialog .ui-dialog-title {
    padding: 12px 15px;
    background: #fff;
    color: #000;
    font-size: 17px;
    font-weight: 700;
}

.layout-artdialog .ui-dialog-close {
    font-size: 22px;
    color: #999;
    top: 12px;
    opacity: 1;
}

.layout-artdialog .ui-dialog-body {
    padding: 0px;
}

/* 全局复用 - dialog重置 - end */

/* 联系我们 - start */
.layout-communicate-us {
    display: flex;
    flex-direction: column;
    align-items: center;
    /*padding: 20px;*/
    line-height: 1.2;
    overflow: hidden;
}

/*.layout-communicate-us__loading {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}*/

.layout-communicate-us > div {
    width: 100%;
    box-sizing: border-box;
}

.layout-communicate-us .icon {
    display: inline-block;
    margin-right: 4px;
    font-size: 16px;
}

.layout-communicate-us__container-top {
    display: flex;
    /*display: none;*/
    justify-content: space-between;
    align-items: center;
    padding: 20px;
}

.layout-communicate-us__logo {
    dispaly: none;
    width: calc(100% - 360px);
    height: 164px;
}

.layout-communicate-us__wechat {
    display: flex;
    /*display: none;*/
    flex-direction: column;
    align-items: center;
    height: 100%;
}

.layout-communicate-us__wechat-img {
    width: 160px;
    height: 160px;
}

.layout-communicate-us__wechat p {
    margin-top: 4px;
    line-height: 20px;
}

.layout-communicate-us__container-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 20px;
    background: #1BAD55;
}

.layout-communicate-us__container-bottom-left {
    width: 80%;
}

.layout-communicate-us__container-bottom-right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    width: 20%;
}

/*.layout-communicate-us__message span {
    font-family: "numlotutfont" !important;
}*/

.layout-communicate-us__message-list {
    /*信息列表*/
    display: flex;
    flex-wrap: wrap;
    font-size: 20px;
    line-height: 24px;
    color: #fff;
}

.layout-communicate-us__message-list li {
    display: flex;
    width: 100%;
    /*flex-wrap: wrap;*/
    word-break: break-all;
    margin-bottom: 0px;
    font-size: 20px;
}

.layout-communicate-us__message-list li ~ li {
    margin-top: 15px;
}

.layout-communicate-us__message-list li.layout-communicate-us__message-list-item_third {
    /* 3分之一行 */
    width: calc(100% / 3);
}

.layout-communicate-us__btn {
    /* 联系按钮 */
    width: 92px;
    height: 40px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 2px;
    color: #fff;
    background: transparent;
    font-weight: 400;
    /*margin-bottom: 15px;*/
    cursor: pointer;
}

.layout-communicate-us__view-quantity {
    /*查看数量*/
    display: inline-block;
    color: #fff;
    font-size: 20px;
    margin-top: 15px;
}

/* 联系我们 - end */

/* 弹出层表单布局 start */
.layout-dialog {
    display: none;
}

.layout-dialog_form-outbox .ui-dialog-header {
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
}
.layout-dialog_form-outbox .ui-dialog-title {
    padding: 12px 15px;
    font-size: 18px;
    color: #333;
    background: #fff;
}

.layout-dialog_form-outbox .ui-dialog-close {
    font-size: 22px;
    color: #999;
    top: 12px;
}

.layout-dialog_form-outbox .ui-dialog-body {
    padding: 0px;
}

.layout-dialog__form {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    box-sizing: border-box;
    padding: 20px;
    line-height: 1.2;
}

.layout-dialog__form,
.layout-dialog__line {
    width: 100%;
}

.layout-dialog__line {
    display: flex;
    justify-content: space-between;
    /*align-items: center;*/
    margin-bottom: 10px;
}

.layout-dialog__line:last-of-type {
    margin-bottom: 0px;
}

.layout-dialog__line_center {
    justify-content: center;
}

.layout-dialog__form-item {
    display: flex;
}

.layout-dialog__form-item_content {
    align-items: flex-start;
}

.layout-dialog__form-item_column {
    /* 表单项垂直排列 */
    display: flex;
    flex-direction: column;
}

.layout-dialog__form-item_consult-type {
    margin-bottom: 10px;
}

.layout-dialog__half {
    width: 50%;
}

.layout-dialog__half ~ .layout-dialog__half {
    margin-left: 30px;
}

/*.layout-dialog__form > div:first-child,
.layout-dialog__form > div:last-child {
    width: 100%;
}*/

.layout-dialog__module-title {
    min-width: 70px;
    margin-top: 13px;
    font-size: 14px;
    font-weight: bold;
    /*color: rgba(0, 0, 0, 0.6);*/
    /*margin-bottom: 6px;*/
}

.layout-dialog__form .layout-dialog__line:last-of-type{
    text-align: center;
}

.layout-dialog__form .layout-dialog__line:last-of-type>.layout-dialog__module-title{
    min-width: 0;
}

.layout-dialog__module-content {
    width: 100%;
}

.layout-dialog__form input,
.layout-dialog__form textarea {
    width: 100%;
    height: 42px;
    /*margin-bottom: 10px;*/
    box-sizing: border-box;
    padding-left: 15px;
    font-size: 14px;
    color: #000;
    background: rgba(0, 0, 0, 0.01);
    border: 1px solid rgba(0, 0, 0, 0.03);
    border-radius: 2px;
}

.layout-dialog__form textarea:focus,
.layout-dialog__form input:focus {
    border-color: #C71522 !important;
}

/* 页面的样式表 */
.layout-dialog__form textarea {
    /* overflow: hidden; */
    resize: none;
    height: auto !important;
    max-height: none !important;
    /* padding-top: 0px; */
    /* line-height: 42px; */
    min-height: 92px;
    padding: 10px;
}

.layout-dialog__form-button {
    font-size: 16px;
    border-radius: 3px;
    padding: 10px 100px;
}

.layout-dialog__form-button_cancel {
    color: #F31A2A;
    background: transparent;
}

.layout-dialog__form-button_submit {
    color: #fff;
    background: #C71522;
}

.layout-dialog__validate_error {
    visibility: hidden;
    margin-top: 4px;
    color: red;
}

.layout-dialog__form-hint-msg {
    width: 100%;
    color: #4da97c;
}

/* 咨询分类（弹出层表单内） - start */
.layout-consult-type {
    display: flex;
    flex-wrap: wrap;
}

.layout-consult-type li {
    height: 20px;
    padding: 4px 10px;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    margin: 0px 10px 10px 0px;
    cursor: pointer;
}

/*.layout-consult-type li.hover,
.layout-consult-type li:hover {
    color: #C71522;
    border-color: #C71522;
}*/
.layout-consult-type__item_select {
    height: 20px;
    border: none;
}

/*.layout-consult-type__item_select option {
    !*设置无效*!
    cursor: pointer;
}*/

.layout-consult-type__item_select option:first-child {
    color: #8d8d8d;
}
/* 咨询分类（弹出层表单内） - end */

/*用户身份选择*/
.common__log__reg--pannel--dialog .pcm_trial > div > div.usertype_box {
    position: relative;
    display: flex;
    flex-wrap: wrap
}

.common__log__reg--pannel--dialog  .pcm_trial > div > div.usertype_box label {
    cursor: pointer;
    width: 5.4rem;
    background: transparent;
    line-height: 2rem;
    height: 2.08rem;
    border: 1px solid #DDD;
    text-align: center;
    border-radius: 0.08rem;
    font-size: 0.8rem !important;
    margin: 0.38rem 0.38rem 0 0;
    box-sizing: border-box;
}

.common__log__reg--pannel--dialog  .pcm_trial > div > div.usertype_box > div {
    display: flex;
    flex-wrap: wrap;
}

.common__log__reg--pannel--dialog  .pcm_trial > div > div.usertype_box .radio_box {
    display: none;
}

.common__log__reg--pannel--dialog  .pcm_trial > div > div.usertype_box .radio_box:checked + label {
    border: 1px solid #F31A2A;
    position: relative;
}

.common__log__reg--pannel--dialog  .pcm_trial > div > div.usertype_box .radio_box:checked + label:after {
    content: "\e64f";
    font-family: "pcmicrositefont" !important;
    position: absolute;
    bottom: -0.636rem;
    right: -0.46rem;
    font-size: 1.67rem;
    color: #F31A2A;
}

#pcm__user-avator {
    /* 登录信息-头像 */
    /*display: inline-block;*/
    display: none;
    width: 30px;
    height: 30px;
    border: 1px solid #eee;
    border-radius: 50%;
    margin-left: 16px;
    margin-right: 6px;
}


/* 更多菜单 */
.moreMenu{
    position: relative;
    min-height: 80px;
    line-height: 80px;
    width: 140px;
    text-align: center;
    cursor: pointer;
    font-size: 18px;
}
.moreMenu>div{
    position: absolute;
    top: 60px;
    z-index: 9999;
    background: #fff;
    width: 100%;
    max-height: 530px;
    overflow: auto;
    border-radius: 4px;
    padding: 10px 0px;
    box-sizing: border-box;
    box-shadow: 0px 0px 16px 0px rgba(41, 50, 255, 0.16);
    display: none;
}
.moreMenu>div>div {
    position: relative;
}
.moreMenu:hover>div{
    display: block;
    /*max-height: 440px;*/
    /*overflow: auto;*/
}
.moreMenu>div:before {
    content: "";
    display: block;
    border: 8px solid transparent;
    border-bottom: 8px solid #fff;
    position: absolute;
    top: -16px;
    margin-left: -8px;
    left: 50%;
}
.moreMenu>div>li{
    width: 100%;

}

.moreMenu a.menulink_handle {
    padding-right: 22px !important;
}
.moreMenu>div>li a{
    color: #333;
    min-height: 40px;
    line-height: 40px;
}
.moreMenu>div>li a:hover{
    background: #f2f2f2;
    color: #333;
}
.moreMenu>div>li.active a{
    background: #2932E1;
    font-weight: 400;
    color: #fff;
}
.moreMenu>div>li.active .new_mark,.moreMenu>div>li.active .hot_mark{
    color: #fff;
}
.moreMenu>div>li .new_mark,.moreMenu>div>li .hot_mark{
    color: red;
}

.get-code-btn{
    color: #1BAD55;
    cursor: pointer;
    margin-left: -35%;
}

.get-code-btn.disabled {
    color: gray;
    cursor: not-allowed;
}

/* 首页-新闻模块 - start */

.news-bg {
    background: url(../images/bg02.png) no-repeat bottom center/100% 65%;
    /* background-size:1200px 258px;  */
    padding-bottom: 28px;
}
.news-list {
    /*width: 1160px;*/
    box-sizing: border-box;
    margin: 0 20px;
    /*height: 592px;*/
    background: #ffffff;
    padding: 30px;
    border-radius: 2px;
    box-shadow: 10px 11px 24px rgba(0, 0, 0, 0.28);
}
/*.news-box .date_tag {*/
/*    width: 80px;*/
/*    height: 70px;*/
/*    opacity: 0.98;*/
/*    border-radius: 2px;*/
/*    border: 1px solid #c71522;*/
/*    margin-left: 15px;*/
/*    flex-shrink: 0;*/
/*    float: left;*/
/*}*/
/*.news-box .date_tag b,*/
/*.news-box .date_tag i {*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*    width: 100%;*/
/*    font-size: 14px;*/
/*}*/
/*.news-box .date_tag b {*/
/*    height: 38px;*/
/*    font-size: 25px;*/
/*    font-weight: 700;*/
/*    color: #c71522;*/
/*}*/

/*.news-box .date_tag i {*/
/*    height: 32px;*/
/*    background: #c71522;*/
/*    color: #ffffff;*/
/*}*/
/*.news-left {*/
/*    width: 400px;*/
/*    float: left;*/
/*}*/
/*.news-right {*/
/*    float: left;*/
/*    margin-left: 60px;*/
/*    margin-top: 8px;*/
/*    !*width: 630px*!*/
/*    width: calc(100% - 400px - 60px);*/
/*}*/
/*.news-left img {*/
/*    margin-bottom: 10px;*/
/*    width: 400px;*/
/*    height: 226px;*/
/*}*/
/*.news-box {*/
/*    height: 105px;*/
/*    border-left: 1px solid #F0F0F0;*/
/*    position: relative;*/
/*    padding: 10px 0;*/
/*}*/

/*.news-box .news-box-img {*/
/*    float: left;*/
/*    width: 99px;*/
/*    height: 79px;*/
/*    margin-left: 30px;*/
/*}*/
/*.news-box-con {*/
/*    float: left;*/
/*    !*width: 475px;*!*/
/*    width: calc(100% - 82px - 15px - 20px);*/
/*    margin-left: 20px;*/
/*}*/
/*.news-box-con a {*/
/*    !*width: 475px;*!*/
/*    display: block;*/
/*    overflow: hidden;*/
/*    text-overflow: ellipsis;*/
/*    white-space: nowrap;*/
/*    line-height: 1.4em;*/
/*}*/
/*.news-box-con a:hover {*/
/*    color: #c71522;*/
/*}*/

/*.news-box-con h1 {*/
/*    color: #333333;*/
/*    font-weight: bold;*/
/*    font-size: 16px;*/
/*}*/

/*.news-box-con span {*/
/*    !*width: 475px;*!*/
/*    display: block;*/
/*    margin-top: 16px;*/
/*    line-height: 1.4em;*/
/*}*/
.conmain {
    /*width: 1200px;*/
    margin: 0 auto;
}
/*.con-title {*/
/*    text-align: center;*/
/*    padding: 30px 0;*/
/*}*/

/*.con-title .d-ffur {*/
/*    background: url(../images/four.png) no-repeat center;*/
/*}*/

/*.con-title .title-two {*/
/*    font-size: 32px;*/
/*    color: #333333;*/
/*    line-height: 32px;*/
/*    margin-top: -30px;*/
/*    height: 31px;*/
/*}*/

/*.con-title .title-three {*/
/*    line-height: 36px;*/
/*    color: #B7B7B7;*/
/*}*/

/*.con-title span {*/
/*    display: block;*/
/*}*/

/*.icon-left img {*/

/*    height: 16px;*/
/*}*/

/*.news-box {*/
/*    height: 95px;*/
/*    border-left: 1px solid #F0F0F0;*/
/*    position: relative;*/
/*    padding: 10px 0;*/
/*}*/

/*.icon-left {*/
/*    position: absolute;*/
/*    top: -4px;*/
/*    left: -8px;*/
/*    width: 16px;*/
/*}*/
.news-list .d-more {
    /*width: 215px;*/
    margin-top: 20px;
    /*margin-bottom: 20px;*/
    /*margin-left: 480px;*/

}
.d-more {text-align:center;}
.d-more a {width: 202px;
    height: 33px;
    border: solid 1px #BE9469;
    color: #BE9469;
    display: inline-block;
    line-height: 33px;
}
/*.img-bg { width:400px; height: 226px; overflow: hidden; margin-bottom: 10px;}*/
/*.hoverBig {*/
/*    position: relative;*/
/*    -webkit-transition: all 1s;*/
/*    transition: all 1s;*/
/*    border-radius: 5px;*/
/*}*/
/*.hoverBig:hover {*/
/*    -webkit-transform: scale(1.3);*/
/*    transform: scale(1.3);*/
/*}*/

/* 公用 */
/*.news-container > div {
    box-shadow: 0px 0px 20px rgba(0, 0, 0, .1);
}*/

/* 外容器 */
.news-container {
    display: flex;
    justify-content: space-between;
}

/* M1 轮播 */
.news-container_swiper-container {
    position: relative;
    min-width: 720px;
    overflow: hidden;
    background: #fff;
}

.news-container_swiper-container,
.news-container_swiper-container .swiper-slide a {
    width: 720px;
    height: 420px;
}

.news-container_swiper-container .swiper-slide a img {
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
    background: #fff;
}

.news-container_swiper-container .swiper-slide .news-title {
    height: 40px;
    background: rgba(0, 0, 0, .4);
    position: absolute;
    bottom: 0;
    width: 100%;
    color: #fff;
    line-height: 40px;
    /*padding-left: 16px;*/
}

.news-container_swiper-container .swiper-slide .news-title span {
    padding-left: 16px;
}

.news-container_swiper-container .swiper-slide a img {
    /*transition: all ease-in .2s;*/
    /* width: 100%; */
    /* height: 100%; */
    /* object-fit: cover; */
    position: absolute;
    width: auto;
    height: auto;
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
}

.news-container_swiper-container .swiper-pagination {
    width: 80px;
    left: 640px;
    text-align: right;
    padding-right: 10px;
    box-sizing: border-box;
}

.news-container_swiper-container .swiper-pagination span {
    width: 12px;
    height: 12px;
    border-radius: 0px;
    background: #fff;
}

.news-container_swiper-container .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
}

/* M2 新闻列表*/
.news-container_list-container {
    display: flex;
    flex-direction: column;
    width: calc(100% - 750px - 20px);
    /*height: 100%;*/
    padding: 18px 16px;
    margin-left: 20px;
    background: #fff;
    list-style: none;
}

.news-container_list-container > li > a {
    display: flex;
    justify-content: space-between;
}

.news-container_list-container > li > a {
    padding: 16px 0px;
    color: #333333;
    border-bottom: 2px dashed #d5d5d5;
}

.news-container_list-container > li:last-child a {
    border: none;
}

.news-container_list-container > li .title {
    width: calc(100% - 108px - 20px);;
    font-size: 18px;
}

.news-container_list-container > li .date {
    width: 106px;
    height: 24px;
    text-align: center;
    line-heith: 24px;
    border: 1px solid #f7f7f7;
    border-radius: 2px;
    font-size: 14px;
}

/* 首页-新闻模块 - end */
/*用户服务协议*/
.user_agreement {
    font-size: 13px;
    margin-top: 10px;
    color: #666666;
    line-height: 1.5;
    text-align: justify;
}
.user_agreement a{
    color: #1366ec;
    text-decoration: none;
}

.overlay {
    display: none; /* 默认隐藏 */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* 半透明黑色背景 */
    z-index: 999; /* 确保遮盖层在其他内容之上 */
}
