﻿/* iconfont =========================== */
@font-face {
    font-family: 'iconfont';  /* Project id 1180876 */
    src: url('../fonts/font_1180876_wcd1g1rr1de.woff2') format('woff2'),
         url('../fonts/font_1180876_wcd1g1rr1de.woff') format('woff'),
         url('../fonts/font_1180876_wcd1g1rr1de.ttf') format('truetype');
  }

/* @font-face {
  font-family: 'iconfont';
  src: url('../fonts/iconfont.eot');
  src: url('../fonts/iconfont.eot') format('embedded-opentype'),
    url('../fonts/iconfont.woff') format('woff'),
    url('../fonts/iconfont.ttf') format('truetype'),
    url('../fonts/iconfont.svg#iconfont') format('svg');
}
@font-face {
    font-family: 'dinpro_bold';
    src: url('../font/DinPro/DINPro-Bold.otf');
}
@font-face{
    font-family: 'impact';
    src: url('../font/Impact.ttf') format('truetype');
} */

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0px;
    -moz-osx-font-smoothing: grayscale;
}

/*=========== PC public CSS ===========*/

html,
body {
    min-height: 101%;
    font: 14px PingFang SC,Microsoft Yahei,Helvetica,Arial,Hiragino Sans GB,STHeiTi,sans-serif;
}
h1,h2,h3,h4,h5{
    font-weight: bold;
}
*,
:before,
:after {
    margin: 0;
    padding: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    word-break: break-all;
}
video::-webkit-media-controls-enclosure {
    overflow:hidden;
}
video::-webkit-media-controls-panel {
    width: calc(100% + 30px);
}

.slick-slide {
    outline: none;
}

a,
li {
    text-decoration: none;
    outline: none;
    -webkit-tap-highlight-color: transparent;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
}


div,
ul,
ol,
dl,
li,
dt,
dd,
p,
pre,
form,
fieldset,
figure,
figcaption,
table,
th,
td,
img,
a {
    margin: 0;
    padding: 0;
    font: inherit;
}

body {
    font-size: 14px;
    margin: 0;
    padding: 70px 0 0;
    min-width: 1200px;
}

body.hui {
    background-color: #fcfcfc;
}

ol,
ul,
li {
    list-style: none;
}

i,
em {
    font-style: normal;
}

a {
    color: #282828;
    text-decoration: none;
    outline: none;
    cursor: pointer;
}

a:hover,
a:active,
a:link,
a:visited {
    text-decoration: none;
}

a:hover {
    color: #156CFF;
}

img {
    max-width: 100%;
    border: none;
}

input,
select,
textarea,
button {
    color: #282828;
    font-size: 16px;
    font-family: "Microsoft Yahei", sans-serif;
    outline: none;
    border: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
}

input,
button {
    border-radius: 0;
    -webkit-appearance: none;
}


/*清除IOS默认圆角*/

textarea {
    resize: none;
    outline: none;
    border: none;
}


/*去除右下角拖动边框标识*/

input:-ms-clear {
    display: none;
}


/*消除 IE10 里的叉号*/

input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="checkbox"],
input[type="radio"] {
    -webkit-appearance: none;
    outline: none;
}

input[type="checkbox"],
input[type="radio"] {
    background-color: initial;
    cursor: default;
    -webkit-appearance: checkbox;
    box-sizing: border-box;
    margin: 3px 3px 3px 4px;
    padding: initial;
    border: initial;
}

::-webkit-input-placeholder {
    color: #999;
}

::-moz-placeholder {
    color: #999;
}

:-ms-input-placeholder {
    color: #999;
}

:-moz-placeholder {
    color: #999;
}

table {
    border-collapse: separate;
}


/*边线重叠*/

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    zoom: 1;
}

input,
textarea {
    border-radius: 0;
    outline: none;
    border: none;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}


/* 动态为footer添加类fixed-bottom */

.fixed-bottom {
    position: fixed;
    bottom: 0;
    width: 100%;
}


/* 定义基本字体颜色 */

.red {
    color: #e60100;
}

.hei {
    color: #000;
}

.ccc {
    color: #ccc;
}

.eee {
    color: #eee;
}

.san {
    color: #333;
}

.liu {
    color: #666;
}

.si {
    color: #444;
}

.jiu {
    color: #999;
}

.bai {
    color: #fff;
}

.ba {
    color: #888;
}

.lan {
    color: #156CFF;
}

img {
    border: 0;
    vertical-align: middle;
}

.guodu {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.hide-box {
    display: none !important;
}

.w1230 {
    width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
}
.w1140{
    width: 1140px;
    margin: 0 auto;
    box-sizing: border-box;
}

/* index start---------------------------------------- */


/* header */
.header {
    width: 100%;
    height: 70px;
    background-color: #fff;
    z-index: 99;
    min-width: 1200px;
    position: fixed;
    left: 0;
    top: 0;
    border-bottom: 1px solid #eee;
}
.header .head_top{
    width: 100%;
    height: 40px;
    background: #2B3344;
    line-height: 40px;
    position: relative;
    z-index: 12;
}
.ul_nyb li{
    float: left;
    margin-left: 20px;
}
.ul_nyb li:first-child{
    margin-left: -10px;
}
.ul_nyb li a{
    padding: 0 10px;
    font-size: 12px;
    color: #C8CDD5;
    display: block;
}
.ul_nyb li a:hover{
    background: #000;
}
.ul_nyb li.active a{
    background: #000;
}

.login_res {
    height: 40px;
    display: none;
    float: right;
    line-height: 40px;
}

.login_res.on {
    display: block;
}

.login_res span {
    text-align: right;
    font-size: 12px;
    color: #fff;
    cursor: pointer;
}

.login_res span.login_btn {
    margin-right: 16px;
    position: relative;
}

.login_res span.login_btn::after {
    content: '';
    position: absolute;
    top: 50%;
    right: -9px;
    width: 1px;
    height: 14px;
    background: #fff;
    margin-top: -7px;
    transform: rotate(15deg);
}

.login_res span:hover {
    color: #FF6600;
}
.header .xzapp{
    height: 40px;
    position: relative;
    margin-right: 38px;
}
.header .xzapp .tit{
    font-size: 12px;
    color: #fff;
    cursor: pointer;
}
.header .xzapp .tit span{
    font-size: 14px;
    vertical-align: -1px;
    color: #e5e5e5;
}
.header .xzapp:hover .tit{
    color: #ff6600;
}
.header .xzapp:hover .tit span{
    color: #ff6600;
}
.header .xzapp .ewm{
    width: 178px;
    height: 192px;
    background: #FFFFFF;
    box-shadow: 0px 6px 30px 0px rgba(0, 26, 72, 0.08);
    border-radius: 6px;
    position: absolute;
    top: 40px;
    left: 50%;
    margin-left: -89px;
    padding-top: 18px;
    text-align: center;
    display: none;
    z-index: 99;
}
.header .xzapp .ewm::before{
    content: '';
    width: 0;
    height: 0;
    border-width: 6px;
    border-style: solid;
    border-color: transparent;
    border-bottom-color: #fff;
    position: absolute;
    left: 50%;
    bottom: 100%;
    margin-left: -6px;
}
.header .xzapp .ewm .pone{
    font-size: 14px;
    color: #333333;
    line-height: 1em;
}
.header .xzapp .ewm img{
    display: block;
    width: 120px;
    height: 120px;
    margin: 5px auto;
}
.header .xzapp .ewm .ptwo{
    font-size: 12px;
    color: #666666;
    line-height: 1em;
}
.header .xzapp:hover .ewm{
    display: block;
}
.header .kb_change_all{
    height: 36px;
    width: 105px;
    position: absolute;
    top: 50px;
    left: 50%;
    margin-left: 495px;
    display: none;
    transform: translateY(-20px);
    transition: all 1s;
}
.header .kb_change_all p{
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, #F8D94B 0%, #FEC238 100%);
    box-shadow: 0px 3px 18px 0px rgba(229, 162, 3, 0.41);
    border-radius: 4px;
    font-size: 16px;
    color: #96530E;
    line-height: 36px;
    text-align: center;
    position: absolute;
    z-index: 1;
    font-weight: bold;
    transition: all 0.5s;
    transform:  scale(0);
}
.header .kb_change_all p::before{
    content: '';
    border: 7px solid transparent;
    border-bottom-color: #fec238;
    position: absolute;
    left: 50%;
    bottom: 100%;
    margin-left: -7px;
}
.header .kb_change_all p img{
    display: inline-block;
    vertical-align: -4px;
    margin-left: 3px;
}
.header .kb_change_all>img{
    transition: all 2s;
    transform: translateY(-20px);
}
.header .kb_change_all .img1{
    position: absolute;
    left: -20px;
    top: -2px;
}
.header .kb_change_all .img2{
    position: absolute;
    left: -14px;
    top: 24px;
}
.header .kb_change_all .img3{
    position: absolute;
    right: -15px;
    top: -7px;
}
.header .kb_change_all .img4{
    position: absolute;
    right: -15px;
    top: 30px;
}
.header .kb_change_all.active{
    transform: translateY(0);
}
.header .kb_change_all.active p{
    transform: scale(1);
}
.header .kb_change_all.active > img{
    transform: translateY(0) rotate3d(1,1,1,360deg);
}
.head_hyzx{
    position: relative;
}
.head_hyzx .pone{
    display: block;
    width: 64px;
    height: 24px;
    background: linear-gradient(90deg, #FED779 0%, #FEE295 98%);
    border-radius: 12px;
    font-size: 12px;
    color: #623912;
    line-height: 24px;
    text-align: center;
    cursor: pointer;
    margin-top: 8px;
    font-weight: bold;
}
.head_hyzx .ptwo{
    width: 244px;
    height: 44px;
    box-shadow: 0px 3px 24px 0px rgba(227, 109, 4, 0.1);
    position: absolute;
    left: 50%;
    top: 103%;
    padding-top: 4px;
    font-size: 14px;
    color: #927860;
    line-height: 40px;
    margin-left: -122px;
    text-align: center;
    background: url(../images/head_hyzx_bg.png);
    background-size: 100% 100%;
    display: none;
}
.admin_box {
    display: none;
    float: right;
    margin-left: 38px;
    position: relative;
}
.admin_box.hasmessages::after{
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #ff0000;
    position: absolute;
    left: -9px;
    top: 50%;
    margin-top: -7px;
}
.admin_box .yhm {
    max-width: 120px;
    display: block;
    padding-right: 20px;
    color: #fff;
    font-size: 12px;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 40px;
    position: relative;
    cursor: pointer;
}
.admin_box .yhm img{
    border-radius: 50%;
}
.admin_box .yhm::before{
    content: '\e616';
    font-size: 12px;
    line-height: 40px;
    color: #fff;
    font-family: iconfont;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.3s;
}
.admin_box.active .yhm::before{
    transform: rotate(180deg);
}
.admin_box:hover .yhm {
    color: #FC6F0E;
}
.admin_box .top_geren{
    width: 120px;
    padding: 5px 0;
    background: #fff;
    box-shadow: 0px 2px 24px 0px rgba(0,96,255,0.1000);
    border-radius: 6px;
    position: absolute;
    right: 50%;
    top: 100%;
    margin-right: -60px;
    display: none;
    z-index: 11;
}
.admin_box .top_geren::before{
    content: '';
    width: 0;
    height: 0;
    border-width: 6px;
    border-style: solid;
    border-color: transparent;
    border-bottom-color: #fff;
    position: absolute;
    left: 50%;
    top: -12px;
    margin-left: -6px;
}
.admin_box .top_geren li{
    transition: all 0.3s;
    background: #fff;
    position: relative;
    z-index: 1;
}
.admin_box .top_geren li a{
    display: block;
    white-space: nowrap;
    text-align: center;
    font-size: 14px;
    color: #949597;
    line-height: 40px;
    position: relative;
}
.admin_box .top_geren li a::before{
    content: '';
    width: 100%;
    height: 34px;
    background: #fff;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -17px;
    z-index: -1;
}
.admin_box .top_geren li a::after{
    content: '';
    width: calc(100% - 40px);
    height: 1px;
    border-top: 1px dashed #EBEDF0;
    position: absolute;
    left: 20px;
    top: 0;
}
.admin_box .top_geren li:nth-child(1) a::after{
    display: none;
}
.admin_box .top_geren li a em{
    font-size: 12px;
}
.admin_box .top_geren li a:hover{
    color: #ff6600;
}
.admin_box .top_geren li a:hover::before{
    background: #F8F9FC;
}
.admin_box .top_geren li a:hover::after{
    display: none;
}
.admin_box .top_geren li:hover+li a::after{
    display: none;
}
.admin_box.on {
    display: block;
}

.header .head_bot{
    height: 70px;
}
.header .logo {
    width: 140px;
    height: 32px;
    float: left;
    display: block;
    /*display: block;*/
    /*font-size: 42px;*/
    /*line-height: 70px;*/
    /*color: #1064FF;*/
    margin-top: 19px;
}
.header .logo a{
    /*color: #1064FF;*/
    display: block;
}

.header .logo img {
    display: block;
    width: 100%;
}

.header .hsearch {
    float: left;
    width: 595px;
    height: 44px;
    border: 2px solid #FF6600;
    margin-top: 13px;
    margin-left: 36px;
    border-radius: 4px;
    position: relative;
}

.header .hsearch input {
    width: 500px;
    height: 100%;
    float: left;
    font-size: 14px;
    color: #333;
    padding-left: 14px;
    border: none;
}

.header .hsearch input::placeholder {
    color: #999999;
}

.header .hsearch .btn_search {
    width: 80px;
    height: 44px;
    float: right;
    margin-top: -2px;
    background-color: #FF6600;
    color: #FEFEFE;
    font-size: 16px;
    text-align: center;
    line-height: 44px;
    cursor: pointer;
    margin-right: -2px;
    border-radius: 0 4px 4px 0;
}

.header .hsearch .btn_search:hover {
    background-color: #e25b01;
}

.header .hsearch.hide {
    display: none;
}

.header .hsearch.b {
    width: 42%;
}

.header .hsearch.b input {
    border-radius: 0;
}

.header .hsearch.b span {
    width: 15%;
    background-color: #156CFF;
    border-radius: 0;
}

.header .hsearch.b span:hover {
    background-color: #135fe2;
}
.header .btn_bbs{
    width: 110px;
    height: 44px;
    border: 1px solid #DCE0E6;
    cursor: pointer;
    font-size: 16px;
    color: #FF6600;
    line-height: 42px;
    text-align: center;
    margin: 13px 0px 0 0;
    transition: all 0.3s;
}
.header .btn_bbs span{
    font-size: 20px;
    color: #FF6600;
}
.header .btn_bbs:hover{
    border-color: #ff6600;
}
.header .btn_market{
    width: 110px;
    height: 44px;
    position: relative;
    margin: 13px 10px 0 0;
}
.header .btn_market::before{
    content: '';
    width: 100%;
    height: 6px;
    position: absolute;
    top: 100%;
    left: 0;
}
.header .btn_market .name{
    width: 100%;
    height: 100%;
    border: 1px solid #DCE0E6;
    font-size: 16px;
    color: #1064FF;
    line-height: 42px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s;
}
.header .btn_market ul{
    width: 100%;
    background: #fff;
    box-shadow: 0px 6px 30px 0px rgb(0 26 72 / 15%);
    border-radius: 4px;
    padding: 10px 0;
    position: absolute;
    left: 0;
    top: 48px;
    display: none;
    z-index: 5;
}
.header .btn_market li{
    font-size: 14px;
    color: #333333;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
}
.header .btn_market li:hover{
    color: #1064FF;
}
.header .btn_market .name:hover{
    border-color: #1064FF;
}

.search_head.header .hsearch {
    float: left;
    width: 755px;
    margin: 18px 0 0 30px;
}

.search_head.header .hsearch input {
    width: 655px;
    height: 44px;
    float: left;
    box-sizing: border-box;
    border: 2px solid #C4C7CE;
    border-right: none;
    border-radius: 10px 0px 0px 10px;
    padding-left: 20px;
    font-size: 14px;
}

.search_head.header .hsearch .btn_search {
    float: left;
    width: 100px;
    height: 44px;
    font-size: 16px;
    line-height: 44px;
    background: #156CFF;
    border-radius: 0px 6px 6px 0;
}

.header .back_home {
    float: right;
    line-height: 70px;
}

.header .back_home a {
    font-size: 14px;
    color: #333;
}

.header .back_home a i {
    color: #333;
}

.header .back_home a:hover {
    color: #FC6F0E;
}

.bread_nav {
    padding: 15px 0;
}

.bread_nav li {
    display: inline-block;
    font-size: 14px;
    color: #999999;
}
.bread_nav li a{
    color: #999;
}
.bread_nav li a:hover {
    color: #1064FF;
}
.bread_nav li:last-child{
    color: #1064FF;
}
/* 用户协议 */
.header.yhxy{
    height: 70px;
}
.header .yhxy_list{
    line-height: 70px;
}
.header .yhxy_list li{
    position: relative;
    float: left;
    transition: all 0.3s;
    cursor: pointer;
    margin-left: 35px;
}
.header .yhxy_list li a{
    font-size: 14px;
    font-weight: 400;
    color: #333;
}
.header .yhxy_list li a:hover{
    color: #1064FF;
}
.header .yddrk{
    height: 40px;
    display: block;
    line-height: 40px;
    font-size: 12px;
    color: #fff;
    margin-right: 30px;
}
.header .yddrk .iconfont{
    font-size: 14px;
    vertical-align: middle;
}
/* header end */

.ipic_show {
    min-width: 1200px;
    position: relative;
    height: 520px;
    padding-top: 135px;
    width: 100%;
    overflow: hidden;
}

.ipic_show img {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    max-width: 10000% !important;
    z-index: -1;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.ips_txt h1 {
    font-size: 48px;
    color: #ffffff;
    line-height: 78px;
    letter-spacing: 4px;
    margin-bottom: 32px;
    text-align: center;
}

.ips_txt p {
    font-size: 24px;
    font-weight: 500;
    color: #ffffff;
    line-height: 18px;
    margin-bottom: 60px;
    text-align: center;
}

.shuju {
    padding: 40px 0;
    background-color: #fff;
}

.shuju li {
    width: 18%;
    float: left;
    cursor: pointer;
    margin-left: 6%;
}

.shuju li .tubiao {
    float: left;
    margin-right: 25px;
    width: 72px;
    height: 72px;
    line-height: 72px;
    border: 1px solid #e5e5e5;
    border-radius: 50%;
    text-align: center;
}

.shuju li.chengshi .tubiao i {
    font-size: 30px;
    color: #333;
}

.shuju li.qiye .tubiao i {
    font-size: 30px;
    color: #333;
}

.shuju li.shebei .tubiao i {
    font-size: 30px;
    color: #333;
}

.shuju li.zixun .tubiao i {
    font-size: 30px;
    color: #333;
}

.shuju li:hover .tubiao {
    background-color: #FC6F0E;
    border: 1px solid #FC6F0E;
}

.shuju li:hover .tubiao i {
    color: #fff;
}

.shuju li .txt strong {
    font-family: DIN;
    font-weight: 500;
    color: #333333;
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 4px;
    font-weight: 600;
}

.shuju li .txt p {
    font-size: 16px;
    font-weight: 400;
    color: #b0b0b0;
    line-height: 18px;
}

.hot_org {
    background-color: #f9f9f9;
}

.tit_box {
    text-align: center;
}

.tit_box {
    font-size: 30px;
    font-weight: bold;
    color: #060606;
    line-height: 42px;
    margin-bottom: 50px;
}

.ho_info {
    width: 100%;
}

.ho_info .jieshao {
    position: relative;
    width: 25%;
    float: right;
    padding: 80px 36px 0;
    background-color: #156cff;
    border-radius: 5px;
}

.ho_info .jieshao h3 {
    position: relative;
    font-size: 24px;
    font-weight: 500;
    color: #ffffff;
    line-height: 46px;
    padding-bottom: 120px;
}

.ho_info .jieshao h3::before {
    position: absolute;
    top: 70%;
    left: 0;
    display: block;
    content: '';
    width: 80px;
    height: 2px;
    background: #ffffff;
}

.ho_info .jieshao p {
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
    line-height: 25px;
    margin-bottom: 55px;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    height: 75px;
}

.ho_info .jieshao .btn {
    margin: 0 auto 60px;
}

.ho_info .jieshao .btn {
    display: block;
    width: 100px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #ffffff;
    border-radius: 20px;
    font-size: 14px;
    color: #ffffff;
}

.ho_info .jieshao .btn:hover {
    background-color: #fff;
    color: #156CFF;
    border: 1px solid #156CFF;
}

.org_items {
    float: left;
    width: 75%;
}

.org_items li {
    position: relative;
    float: left;
    width: 31.3%;
    margin-right: 15px;
    margin-bottom: 25px;
    border-radius: 5px;
    transition: all 0.5s;
}

.org_items li .now_box .org_pic {
    position: relative;
    width: 100%;
    height: 195px;
    line-height: 195px;
    text-align: center;
    background-color: #fff;
    border-radius: 5px 5px 0 0;
}

.org_items li .now_box .txt {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 55px;
    background-color: #eee;
    text-align: center;
    padding: 0 10px;
}

.org_items li .now_box .txt {
    display: block;
    font-size: 14px;
    color: #333333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: normal;
}

.org_items li .show_info {
    display: none;
    width: 110%;
    position: absolute;
    top: -15%;
    left: 50%;
    margin-left: -55%;
    background-color: #fff;
    z-index: 9;
    opacity: 0;
    transition: all 0.5s;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

.org_items li .show_info .pic {
    display: block;
    width: 100%;
    position: relative;
    padding-top: 75%;
    overflow: hidden;
}

.org_items li .show_info .pic img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.org_items li .show_info .txt_box {
    width: 100%;
    padding: 15px 0;
    background-color: #fff;
    border-radius: 0 0 5px 5px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

.org_items li .show_info .txt_box h3 {
    text-align: center;
    margin-bottom: 7px;
}

.org_items li .show_info .txt_box h3 a {
    color: #060606;
    font-size: 16px;
    font-weight: 600;
    line-height: 30px;
}

.org_items li .show_info .txt_box h3 a:hover {
    color: #156CFF;
}

.org_items li .show_info .txt_box .shuoming {
    text-align: center;
    padding-bottom: 17px;
    border-bottom: 1px solid #eee;
}

.org_items li .show_info .txt_box .shuoming span {
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    vertical-align: middle;
    margin: 0 3px;
}

.org_items li .show_info .txt_box .shuoming span::after {
    content: '';
    margin-left: 8px;
    display: inline-block;
    width: 1px;
    height: 15px;
    background: #666666;
    vertical-align: middle;
}

.org_items li .show_info .txt_box .shuoming span:last-of-type::after {
    display: none;
}

.org_items li .show_info .txt_box .txt {
    text-align: center;
    padding: 15px 15px 0;
}

.org_items li .show_info .txt_box .txt p {
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    line-height: 26px;
}

.org_items li:nth-of-type(4) .show_info {
    top: -50%;
}

.org_items li:nth-of-type(5) .show_info {
    top: -50%;
}

.org_items li:nth-of-type(6) .show_info {
    top: -50%;
}

.org_items li:hover .show_info {
    display: block;
    opacity: 1;
    transition: all 0.5s;
}

.city_lists {
    padding: 0 60px;
    height: 320px;
    overflow: hidden;
}

.city_lists .slick-list,
.city_lists .slick-track {
    padding-bottom: 10px !important;
    cursor: pointer;
}

.city_lists .items {
    position: relative;
    float: left;
    padding: 0 10px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.city_lists .items:hover .txt_box {
    box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.05);
}

.city_lists .items .city_pic {
    display: block;
    margin: 0 auto;
    width: 78%;
    position: relative;
    padding-top: 40%;
    overflow: hidden;
    border-radius: 10px 10px 0 0;
}

.city_lists .items .city_pic img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px 10px 0 0;
}

.city_lists .items .txt_box {
    border: 1px solid #eeeeee;
    border-radius: 5px;
    padding: 10% 8%;
}

.city_lists .items .txt_box strong {
    display: block;
    font-size: 18px;
    font-weight: bold;
    line-height: 28px;
    margin-bottom: 6px;
    color: #060606;
}

.city_lists .items .txt_box span {
    font-size: 14px;
    font-family: DIN;
    font-weight: bold;
    margin-bottom: 15px;
    display: block;
}

.city_lists .items .txt_box span i {
    color: #156CFF;
    font-size: 24px;
    vertical-align: -2px;
    margin-right: 4px;
}

.city_lists .items .txt_box .p_items {
    padding-top: 20px;
    border-top: 1px solid #eee;
    height: 110px;
}

.city_lists .items .txt_box .p_items a {
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    margin-bottom: 15px;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.city_lists .items .txt_box .p_items p::before,
.city_lists .items .txt_box .p_items a::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    width: 4px;
    height: 4px;
    background: #d2d2d2;
}

.city_lists .items .txt_box .p_items a:hover {
    color: #156CFF;
}

.city_lists .slick-prev {
    position: absolute;
    top: 35%;
    left: 0;
    font-size: 0;
    width: 76px;
    height: 76px;
    background: url('../images/qhz.png') no-repeat center;
    background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    z-index: 9;
    border: none;
    outline: none;
    cursor: pointer;
}

.city_lists .slick-prev:hover {
    background: url('../images/qhz2.png') no-repeat center;
    background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
}

.city_lists .slick-next {
    position: absolute;
    top: 35%;
    right: 0;
    font-size: 0;
    width: 76px;
    height: 76px;
    background: url('../images/qhy.png') no-repeat center;
    background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    z-index: 9;
    border: none;
    outline: none;
    cursor: pointer;
}

.city_lists .slick-next:hover {
    background: url('../images/qhy2.png') no-repeat center;
    background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
}

.index_pic2 {
    width: 100%;
    height: 440px;
}

.index_pic2 img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.index_news {
    background-color: #fff;
}

.index_news .jieshao {
    position: relative;
    width: 25%;
    float: left;
    padding: 41px 28px;
    background-color: #156cff;
    border-radius: 5px;
}

.index_news .jieshao h3 {
    position: relative;
    font-size: 24px;
    font-weight: 500;
    color: #ffffff;
    line-height: 46px;
    padding-bottom: 100px;
}

.index_news .jieshao h3::before {
    position: absolute;
    top: 70%;
    left: 0;
    display: block;
    content: '';
    width: 80px;
    height: 2px;
    background: #ffffff;
}

.index_news .jieshao p {
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
    line-height: 25px;
    margin-bottom: 55px;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    height: 75px;
}

.index_news .jieshao .btn {
    margin: 0 auto 58px;
}

.index_news .jieshao .btn {
    display: block;
    width: 100px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #ffffff;
    border-radius: 20px;
    font-size: 14px;
    color: #ffffff;
}

.index_news .jieshao .btn:hover {
    background-color: #fff;
    color: #156CFF;
    border: 1px solid #156CFF;
}

.in_info {
    position: relative;
}

.padding90 {
    padding: 90px 0;
}


/* index end -------------------------------------------- */


/* 找企业  start---------------------------------------- */

.zhoaqiye_bg {
    margin-bottom: 10px;
    width: 100%;
    height: 150px;
}

.zhoaqiye_bg {
    display: block;
    width: 100%;
    object-fit: cover;
}

.hui_bg {
    background-color: #f2f4fa;
    padding-bottom: 20px;
}

.hui_bg.xidi {
    padding-bottom: 130px;
}

.hui_bg.m {
    padding: 0;
}

.qiye_tab {
    /* margin-bottom: 40px; */
    background: none;
    border-top: 10px solid #f9f9f9;
}

.qiye_tab.s {
    border: none;
}

.qiye_tab .qiye_tab_bar {
    background-color: #f2f4fa;
}

.qiye_tab .qiye_tab_bar ul li {
    float: left;
}

.qiye_tab .qiye_tab_bar ul li {
    display: block;
    cursor: pointer;
    font-size: 15px;
    color: #666666;
    margin-right: 65px;
    border-bottom: 2px solid transparent;
    line-height: 48px;
}

.qiye_tab .qiye_tab_bar ul li span {
    font-family: 'iconfont';
    font-size: 18px;
    line-height: 48px;
    margin-right: 4px;
    color: #BDBFC5;
    display: block;
    float: left;
}

.qiye_tab .qiye_tab_bar ul li.now {
    color: #156CFF;
    border-bottom: 2px solid #156cff;
}
.qiye_tab .qiye_tab_bar ul li.now span.iconfont{
    color: #156CFF;
}
.qiye_tab .qiye_tab_bar ul li:hover {
    color: #156CFF;
}
.qiye_tab .qiye_tab_bar ul li:hover span.iconfont{
    color: #156CFF;
}
.qiye_tab_info {
    min-height: 620px;
}
.qiye_tab_info.search_page{
    padding-bottom: 20px;
}
.qiye_tab_info .zong_he .zh_info {
    padding: 20px 0;
    background-color: #fff;
    margin-bottom: 20px;
}

.qiye_tab_info .zong_he .zh_info .tit {
    font-size: 24px;
    color: #333;
    font-weight: normal;
    margin-left: 20px;
    margin-bottom: 20px;
    display: block;
}

.qiye_tab_info .zong_he .zh_info .qiye_list_items>div>ul>li {
    padding: 15px 30px;
    border-bottom: 1px solid #eee;
}

.qiye_tab_info .zong_he .zh_info .chakan_more {
    text-align: center;
    margin-top: 30px;
}

.qiye_tab_info .zong_he .zh_info .chakan_more a {
    display: inline-block;
    line-height: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(21, 108, 255, 1);
    text-align: center;
    padding: 0 60px;
    color: #156cff;
    font-size: 14px;
}

.qiye_tab_info .zong_he .zh_info .chakan_more a:hover {
    background-color: #156cff;
    color: #fff;
}

.qiye_tab_info .aq_top {
    background-color: #fff;
    /*padding: 28px 35px 10px;*/
    padding: 20px 35px 1px;
    /*min-height: 215px;*/
}

.qiye_tab_info .aq_top.t {
    margin-top: 20px;
}

.qiye_tab_info .fujin_qiye .aq_top {
    background-color: #fff;
    padding: 35px;
}

.chengshi_feilei {
    position: relative;
    margin-bottom: 5px;
    /*height: 40px;*/
    height: 30px;
    overflow: hidden;
}

.chengshi_feilei .tit {
    float: left;
}
.chengshi_feilei .tit::after{
    content: '';
    width: 1px;
    background-color: #d2d2d2;
    height: 11px;
    display: inline-block;
    vertical-align: -1px;
    margin-left: 10px;
}
.chengshi_feilei .tit strong {
    font-size: 14px;
}

.chengshi_feilei .all {
    float: left;
}

.chengshi_feilei .ctiy_items {
    float: left;
    width: 90%;
    padding-left: 13px;
}

.chengshi_feilei .ctiy_items ul li {
    float: left;
    margin-right: 15px;
    margin-bottom: 10px;
}

.chengshi_feilei .ctiy_items ul li a {
    color: #666;
    font-size: 14px;
    line-height: 20px;
    padding: 0 4px;
    display: inline-block;
    cursor: pointer;
    border-radius: 2px;
}

.chengshi_feilei .ctiy_items ul li a em {
    color: #B1B1B1;
    font-size: 14px;
    margin-left: 5px;
}

.chengshi_feilei .ctiy_items ul li a:hover {
    background-color: #156CFF;
    color: #ffffff;
}
.chengshi_feilei .ctiy_items ul li a:hover em{
    color: #ffffff;
}
.chengshi_feilei .ctiy_items ul li span {
    color: #666;
    font-size: 15px;
    line-height: 24px;
    padding: 0 6px;
    display: inline-block;
    cursor: pointer;
    border-radius: 2px;
}

.chengshi_feilei .ctiy_items ul li span em {
    color: #B1B1B1;
    font-size: 14px;
    margin-left: 5px;
}

.chengshi_feilei .ctiy_items ul li span:hover {
    color: #156CFF;
}

.chengshi_feilei .ctiy_items .all span {
    color: #666666;
    /*margin-left: 7px;*/
    margin-right: 25px;
    font-size: 14px;
    cursor: pointer;
    line-height: 20px;
    padding: 0 4px;
    display: inline-block;
    border-radius: 2px;
}
.chengshi_feilei .ctiy_items .all span:hover{
    color: #ffffff;
    background-color: #156CFF;
}
.chengshi_feilei .ctiy_items ul li.shengname span {
    color: #156CFF;
}

.chengshi_feilei .shouqi {
    position: absolute;
    top: 0;
    right: 0;
    border: 1px solid #E6E6E6;
    line-height: 22px;
    padding: 0 7px;
}

.chengshi_feilei .shouqi span {
    font-size: 14px;
    color: #999;
    cursor: pointer;
    vertical-align: middle;
}

.chengshi_feilei .shouqi span i {
    vertical-align: middle;
    font-size: 12px;
    margin-left: 5px;
    color: #C6C7CA;
}

.chengshi_feilei .shouqi span:hover {
    color: #FC6F0E;
}

.chengshi_feilei .shouqi span:hover i {
    color: #FC6F0E;
}

.chengshi_feilei.h {
    height: auto;
    overflow: visible;
}

.data-list ul li {
    float: left;
}

.data-tabs {
    float: left;
    margin-right: 27px;
}

.data-container {
    float: left;
    width: 90%;
}

.data-result ul li {
    float: left;
    margin-right: 15px;
    margin-bottom: 10px;
}

.data-result ul li span {
    display: inline-block;
    color: #156CFF;
    font-size: 14px;
    line-height: 20px;
    padding: 0 6px;
    border: 1px solid #156CFF;
}

.data-result ul li span i {
    font-size: 16px;
    vertical-align: middle;
    cursor: pointer;
    margin-left: 2px;
    color: #156CFF;
}

.data-list2 ul li {
    float: left;
}

.data-tabs {
    float: left;
    margin-right: 27px;
}

.data-container {
    float: left;
    width: 90%;
}

.data-result2 ul li {
    float: left;
    margin-right: 15px;
    margin-bottom: 10px;
}

.data-result2 ul li span {
    display: inline-block;
    color: #156CFF;
    font-size: 13px;
    line-height: 20px;
    padding: 0 6px;
    border: 1px solid #156CFF;
}

.data-result2 ul li span img {
    width: 12px;
    height: 12px;
    vertical-align: middle;
    cursor: pointer;
    margin-left: 2px;
}

.aui_inner table {
    border: none;
    border-spacing: 0;
}

.data-tabs ul li {
    float: left;
}

.data-container ul li {
    float: left;
    margin-right: 30px;
    margin-bottom: 25px;
}

.data-container ul li a {
    font-size: 15px;
    color: #666;
}

.data-container ul li a:hover {
    color: #156cff;
}

.aui-titlespan {
    color: #156cff;
    border: 1px solid #156cff;
    display: inline-block;
    padding: 0 10px;
    font-size: 15px;
    cursor: pointer;
    margin-right: 20px;
}

.qita_feilei {
    margin-bottom: 5px;
}

.qita_feilei .tit,
.qita_feilei .all,
.qita_feilei .items {
    float: left;
}

.qita_feilei .tit {
    padding-right: 13px;
    /*border-right: 1px solid #D2D2D2;*/
    /*margin-right: 20px;*/
}
.qita_feilei .tit::after{
    content: '';
    width: 1px;
    background-color: #d2d2d2;
    height: 11px;
    display: inline-block;
    vertical-align: -1px;
    margin-left: 15px;
}
.qita_feilei .tit strong {
    font-size: 14px;
}

.qita_feilei .all span {
    font-size: 14px;
    color: #626366;
    cursor: pointer;
    line-height: 20px;
    padding: 0 4px;
    display: inline-block;
    border-radius: 2px;
}
.qita_feilei .all span:hover{
    color: #ffffff;
    background-color: #156CFF;
}
.qita_feilei #dangqainquyu {
    width: 70%;
    margin-bottom: 15px;
}

.qita_feilei #dangqainquyu span {
    display: inline;
}

.qita_feilei #dangqainquyu i {
    color: #aaa;
}

.qita_feilei .items {
    width: 80%;
    padding-left: 25px;
}

.qita_feilei .items ul li {
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
}

.qita_feilei .items ul li span {
    color: #626366;
    font-size: 14px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    padding: 0 6px;
    border-radius: 2px;
}

.qita_feilei .items ul li span:hover {
    /*color: #156CFF;*/
    color: #ffffff;
    background-color: #156CFF;
}
.qita_feilei.rz_status .items ul li:hover a{
    background-color: #ffffff;
}
.qita_feilei.rz_status .items ul li:hover span{
    color: #156CFF;
    background-color: #ffffff;
}
.qita_feilei.rz_status .items ul li span{
    padding: 0;
}
.qita_feilei.rz_status .items ul li span{
    background-color: #ffffff;
    color: #626366 !important;
}
.qita_feilei.rz_status .items ul li input{
    /*vertical-align: -1px;*/
    /*margin: 0;*/
    cursor: pointer;
}
.qita_feilei .items ul li a {
    color: #666;
    font-size: 14px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    padding: 0 4px;
    border-radius: 2px;
}

.qita_feilei .items ul li a:hover {
    /*color: #156CFF;*/
    color: #ffffff;
    background-color: #156CFF;
}


/* .qita_feilei a {
  float: left;
  margin-left: 25px;
  cursor: pointer;
}

.qita_feilei a:hover {
  color: #156CFF;
} */

.qiye_map_box {
    display: flex;
    top: 0;
    left: 0;
    background-color: #fff;
    width: 100%;
    height: 100%;
}

.yixuan_feilei,
.yixuan_feilei2 {
    display: none;
    /*padding: 22px 0 0;*/
    padding: 20px 0 11px;
    border-top: 1px solid #efefef;
}

.yixuan_feilei2 {
    display: block;
}

.yixuan_feilei .qingchu,
.yixuan_feilei2 .qingchu {
    float: right;
    cursor: pointer;
}

.yixuan_feilei .qingchu span,
.yixuan_feilei2 .qingchu span {
    font-size: 15px;
    color: #156CFF;
    cursor: pointer;
}

.yixuan_feilei .qingchu span:hover,
.yixuan_feilei2 .qingchu span {
    text-decoration: underline;
}

.yixuan_feilei .tit,
.yixuan_feilei2 .tit {
    float: left;
    padding-right: 13px;
    border-right: 1px solid #D2D2D2;
    margin-right: 20px;
}

.yixuan_feilei .tit strong,
.yixuan_feilei2 .tit strong {
    font-size: 14px;
}

.yixuan_feilei .data-result,
.yixuan_feilei2 .data-result {
    float: left;
    width: 80%;
}

.yixuan_feilei.show,
.yixuan_feilei2.show {
    display: block;
}

.qiye_duibi {
    background-color: #fff;
    margin-bottom: 25px;
}

.qiye_duibi .qiye_name {
    margin-bottom: 30px;
    background-color: #fff;
}

.qiye_duibi .qiye_name table {
    width: 100%;
    border: 1px solid #156CFF;
    text-align: center;
}

.qiye_duibi .qiye_name table tr td {
    width: 16.6%;
    padding: 10px 18px;
    border: 1px solid #deeafd;
    border-collapse: collaps;
}

.qiye_duibi .qiye_name table tr td:first-of-type {
    background-color: #f5f8fd;
}

.qiye_duibi .qiye_name table tr td span {
    color: #060606;
    font-size: 14px;
}

.qiye_duibi .qiye_name table tr td .pic {
    display: inline-block;
    width: 120px;
    height: 120px;
    padding: 10px;
    border: 1px solid #e7f0ff;
    margin-bottom: 15px;
    font-size: 0;
}

.qiye_duibi .qiye_name table tr td .pic img {
    width: 100%;
    height: 100%;
}

.qiye_duibi .qiye_name table tr td .pic b {
    display: inline-block;
    background-color: #92afec;
    font-weight: 500;
    color: #fff;
    width: 100%;
    height: 100%;
    font-size: 33px;
    padding: 5px 10px;
    overflow: hidden;
    font-weight: normal;
    text-align: center;
}

/*.qiye_duibi .qiye_name table tr td .pic b:before {*/
/*    display: inline-block;*/
/*    vertical-align: middle;*/
/*    width: 0;*/
/*    height: 100%;*/
/*    content: "";*/
/*}*/

.qiye_duibi .qiye_name table tr td .pic b i {
    font-size: 33px;
    color: #fff;
    line-height: 1.3em;
    display: inline-block;
    vertical-align: middle;
    margin-top: -1px;
}

.qiye_duibi .qiye_name table tr td .no_pic {
    margin-top: 85px;
    display: inline-block;
    width: 61px;
    height: 54px;
    margin-bottom: 45px;
}

.qiye_duibi .qiye_name table tr td .no_pic img {
    width: 100%;
    height: 100%;
}

.qiye_duibi .qiye_name table tr td h3 {
    font-size: 14px;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    margin-bottom: 15px;
    font-weight: normal;
    color: #060606;
}
.qiye_duibi .qiye_name table tr td .del_btn{
    position: relative;
    z-index: 1;
}
.qiye_duibi .qiye_name table tr td .del_btn .delete {
    display: inline-block;
    line-height: 23px;
    height: 23px;
    background-color: #156cff;
    color: #fff;
    font-size: 14px;
    text-align: center;
    padding: 0 25px;
    border-radius: 5px;
    cursor: pointer;
    margin: 0 5px;
}

.qiye_duibi .qiye_name table tr td .del_btn .delete:hover {
    background-color: #135bd8;
}
.qiye_duibi .qiye_name table tr td .del_btn .yd{
    display: inline-block;
    width: 21px;
    height: 21px;
    border: 1px solid #E5E5E5;
    font-size: 14px;
    color: #156CFF;
    text-align: center;
    line-height: 19px;
    cursor: pointer;
}
.qiye_duibi .qiye_name table tr td .del_btn .yd:hover{
    border-color: #156cff;
    color: #fff;
    background: #156cff;
}
.qiye_duibi .qiye_name table tr td .del_btn .ydl{
    transform: rotate(180deg);
}
.qiye_duibi .qiye_name table tr td .del_btn .ydno{
    position: relative;
    z-index: -1;
    color: #C8C2C2;
}

.qiye_duibi .qiye_name table tr td .tianjian_btn {
    display: none;
}

.qiye_duibi .qiye_name table tr td .tianjian_btn span {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    background-color: #EEEEEE;
    color: #156cff;
    font-size: 14px;
    text-align: center;
    padding: 0 25px;
    background: #ffffff;
    border: 1px solid #146aff;
    border-radius: 5px;
    cursor: pointer;
}

.qiye_duibi .qiye_name table tr td .tianjian_btn span:hover {
    background-color: #156cff;
    color: #fff;
}

.qiye_duibi .qiye_info table {
    background-color: #fff;
    width: 100%;
    text-align: center;
}

.qiye_duibi .qiye_info table tbody tr:hover {
    background-color: #e7f0ff;
}

.qiye_duibi .qiye_info table tr td {
    width: 16.6%;
    padding: 18px;
    border: 1px solid #deeafd;
    border-collapse: collaps;
}

.qiye_duibi .qiye_info table tbody tr td:first-of-type {
    background-color: #f5f8fd;
}

.qiye_duibi .qiye_info table tr td span {
    color: #060606;
    font-size: 14px;
}

.qiye_duibi .qiye_info table tr td p {
    font-size: 14px;
    color: #444;
    line-height: 26px;
}

.qiye_list_tab {
    margin-top: 20px;
    margin-bottom: 20px;
}
.qiye_list_tab .qiye_list_items>div>ul>li {
    position: relative;
    width: 100%;
    padding: 30px 30px 24px;
    backface-visibility: hidden;
    background-color: #fff;
    border: 1px solid transparent;
}

.qiye_list_items {
    position: relative;
    overflow: hidden;
    min-height: 500px;
}

.qiye_list_tab .qiye_list_items>div>ul .no_jieguo_box {
    margin: 130px auto;
    width: 284px;
}

.qiye_list_tab .qiye_list_items>div>ul .no_jieguo_box img {
    width: 100%;
    height: 165px;
    display: block;
    object-fit: contain;
}

.qiye_list_tab .qiye_list_items>div>ul .no_jieguo_box p {
    text-align: center;
    color: #A6A6A6;
    font-size: 16px;
    margin-top: 40px;
}

.no_jieguo_box {
    margin: auto;
    padding: 130px 0;
    width: 284px;
    text-align: center;
}

.no_jieguo_box img {
    width: 100%;
    height: 150px;
    display: block;
    object-fit: contain;
}

.no_jieguo_box p {
    text-align: center;
    color: #A6A6A6;
    font-size: 16px;
    margin-top: 20px;
}

.qiye_list_items>div>ul>li .chengshi {
    position: absolute;
    top: 27px;
    right: 40px;
    background: #fff;
}

.qiye_list_items>div>ul>li .chengshi strong {
    font-size: 16px;
    color: #156CFF;
    font-weight: normal;
}

.qiye_list_items>div>ul>li .pic {
    float: left;
    width: 90px;
    height: 90px;
    border: 1px solid #EFF1F5;
    border-radius: 5px;
    margin-top: 0;
}

.qiye_list_items>div>ul>li .pic img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 5px;
}

.qiye_list_items>div>ul>li .pic a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 0;
}

.qiye_list_items>div>ul>li .pic a b {
    display: block;
    padding: 0px 10px;
    width: 100%;
    height: 100%;
    background-color: #92afec;
    border-radius: 5px;
    font-weight: normal;
    text-align: center;
    overflow: hidden;
}

.qiye_list_items>div>ul>li .pic a b:before {
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 100%;
    content: "";
}

.qiye_list_items>div>ul>li .pic a b i {
    font-size: 33px;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    margin-top: 0px;
    line-height: 1.3em;
}

.qiye_list_items>div>ul>li .txt {
    margin-left: 30px;
    width: 85%;
    float: left;
}

.qiye_list_items>div>ul>li .txt h3 {
    margin: -5px auto 5px;
}
.qiye_list_items>div>ul>li .txt h3 img{
    height: 21px;
}
.qiye_list_items>div>ul>li .txt h3 a {
    font-size: 20px;
    line-height: 30px;
    color: #060606;
    vertical-align: middle;
}

.qiye_list_items>div>ul>li .txt h3 a:hover {
    color: #156CFF;
}

.qiye_list_items>div>ul>li .txt h3 i {
    margin-left: 15px;
    display: inline-block;
    padding: 3px 10px;
    border-radius: 5px;
    font-size: 12px;
    vertical-align: middle;
    color: #fff;
    font-weight: 400;
}

.qiye_list_items>div>ul>li .txt h3 i.da {
    background-color: #F56B6B;
}

.qiye_list_items>div>ul>li .txt h3 i.zhong {
    background-color: #E5A13B;
}

.qiye_list_items>div>ul>li .txt h3 i.xiao {
    background-color: #67C139;
}

.qiye_list_items>div>ul>li .txt h3 i.wei {
    background-color: #3F9DFF;
}

.qiye_list_items>div>ul>li .txt .jianjie {
    margin-bottom: 9px;
    line-height: 24px;
    height: 24px;
}

.qiye_list_items>div>ul>li .txt .jianjie span {
    display: block;
    font-size: 14px;
    color: #666666;
    padding-right: 10px;
    margin-right: 10px;
    position: relative;
    float: left;
}
.qiye_list_items>div>ul>li .txt .jianjie span::before{
    content: '';
    width: 1px;
    height: 10px;
    background: #666666;
    position: absolute;
    right: 0;
    top: 7px;
}
.qiye_list_items>div>ul>li .txt .jianjie span:last-child::before {
    display: none;
}
.qiye_list_items>div>ul>li .txt .jianjie span.last {
    border: none;
}

.qiye_list_items>div>ul>li .txt .add {
    margin-bottom: 14px;
}

.qiye_list_items>div>ul>li .txt .add i {
    display: inline-block;
    margin-right: 6px;
    color: #888;
    vertical-align: middle;
    font-size: 15px;
}

.qiye_list_items>div>ul>li .txt .add p {
    display: inline-block;
    font-size: 14px;
    color: #666;
    width: 95%;
}

.qiye_list_items>div>ul>li .txt .chanpin {
    margin-bottom: 6px;
    line-height: 24px;
    height: 24px;
}

.qiye_list_items>div>ul>li .txt .chanpin i {
    display: inline-block;
    margin-right: 6px;
    color: #888;
    vertical-align: 4px;
    font-size: 14px;
    float: left;
}

.qiye_list_items>div>ul>li .txt .chanpin p {
    display: inline-block;
    font-size: 14px;
    color: #999;
    width: 95%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    float: left;
}

.qiye_list_items>div>ul>li .lxr{
    line-height: 24px;
    font-size: 14px;
}
.qiye_list_items>div>ul>li .lxr .icon1{
    display: inline-block;
    margin-right: 6px;
    color: #C0C4CC;
    font-size: 14px;
    line-height: 24px;
}
.qiye_list_items>div>ul>li .lxr .span1{
    color: #999999;
}
.qiye_list_items>div>ul>li .lxr .span2{
    color: #060606;
}
.qiye_list_items>div>ul>li .lxr .icon_zw{
    height: 18px;
    background: #FCECCA;
    border-radius: 2px;
    padding: 0 5px;
    font-size: 12px;
    color: #6A4202;
    line-height: 18px;
    margin: 3px 0 0 4px;
}
.qiye_list_items>div>ul>li .lxr .btn_tel{
    display: block;
    width: 76px;
    height: 24px;
    border: 1px solid #FCCAB1;
    border-radius: 4px;
    text-align: center;
    cursor: pointer;
    font-size: 12px;
    color: #FC8043;
    line-height: 22px;
    margin-left: 10px;
    transition: all 0.3s;
}
.qiye_list_items>div>ul>li .lxr .btn_tel .iconfont{
    display: inline-block;
    transform: rotateY(180deg);
    vertical-align: -1px;
}
.qiye_list_items>div>ul>li .lxr .btn_tel:hover{
    color: #fff;
    background: #ff6600;
}
.qiye_list_items>div>ul>li .txt .jingying i {
    display: inline-block;
    margin-right: 6px;
    color: #888;
    vertical-align: 4px;
    font-size: 14px;
}

.qiye_list_items>div>ul>li .txt .jingying p {
    display: inline-block;
    font-size: 14px;
    color: #666;
    width: 95%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.qiye_list_items>div>ul>li:hover {
    border: 1px solid #89B5FF;
    box-shadow: 0px 3px 10px 1px rgba(7,39,93,0.09);
}

.qiye_list_tab .qiye_list_items>div {
    display: none;
}

.qiye_list_tab .qiye_list_items>div.on {
    display: block;
}

.pageinfo {
    margin: 0px auto 0px;
    display: block;
    text-align: center;
    clear: both;
    /* padding-bottom: 40px; */
}

.pageinfo li {
    display: inline-block;
    text-decoration: none;
    background: transparent;
    margin: 0px 4px 15px;
    padding: 0 !important;
}

.pageinfo li:last-of-type {
    background: none;
}

div.blue a {
    display: inline-block !important;
    margin-bottom: 10px !important;
}

.pageinfo li.active a {
    background-color: #156CFF;
    color: #fff;
}

.pageinfo a {
    display: inline-block;
    color: #A9AFC5;
    padding: 8px 8px;
    border: 1px solid #A9AFC5;
    border-radius: 2px;
    text-align: center;
    text-decoration: none;
}

.pageinfo span {
    display: inline-block;
    background-color: #156CFF;
    color: #fff;
    padding: 8px 14px;
    border: 1px solid #DCDCDC;
    text-align: center;
    text-decoration: none;
    border-radius: 5px;
    border: 1px solid #156CFF;
}

.pageinfo a:hover {
    background-color: #156CFF;
    color: #fff;
    border: 1px solid #156CFF;
}

.pageinfo li.active a:hover {
    border: 1px solid #156CFF;
}

.disabled span {
    background-color: #ddd;
    color: #555;
    border: 1px solid #ddd;
    cursor: not-allowed;
}

.pagination .prev a {
    background-color: #156CFF;
    color: #fff;
    border: 1px solid #156CFF;
}

.pagination .prev a:hover {
    background-color: #0f57d3;
}

@media (max-width: 1200px) {
    .pageinfo {
        max-width: 992px;
        width: 94%;
    }
}

.all_tip {
    text-align: center;
    padding: 0 0 50px;
}

.all_tip p {
    font-size: 16px;
    color: #888;
}


/* 找企业  end---------------------------------------- */


/* 找企业-企业地图  start---------------------------------------- */

.map_list_box {
    width: 100%;
    border-top: 1px solid #e5e5e5;
}

.map_list_box .map_box {
    position: fixed;
    top: 110px;
    left: 0;
    width: 50%;
    height: 100%;
}

.map_list_box .map_box .fada_btn {
    position: absolute;
    top: 40%;
    margin-top: -65.9px;
    right: 0;
    width: 64px;
    height: 139px;
    background: url('../images/banyuanright.png') no-repeat center;
    background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    z-index: 9;
    cursor: pointer;
}

.map_list_box .map_box .fada_btn.zuo {
    background: url('../images/banyuanleft.png') no-repeat center;
    background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
}

.map_list_box .map_box.fada {
    width: 100%;
}

.map_list_box .qiye_info_box {
    position: absolute;
    left: 50%;
    top: 110px;
    width: 50%;
    overflow-y: auto;
    padding: 0px 0 55px;
}

.map_list_box .qiye_tab_info .fujin_qiye .aq_top {
    padding-bottom: 0;
}

.map_list_box .qiye_info_box .qiye_list_tab {
    margin: 0 0 20px;
    padding: 0 23px 23px;
}

.map_list_box .qiye_info_box .qiye_list_tab .tit {
    width: 100%;
    height: 60px;
    line-height: 60px;
    border: 1px solid #E5E5E5;
    border-bottom: none;
    padding-left: 23px;
}

.map_list_box .qiye_info_box .qiye_list_tab .tit strong {
    font-size: 16px;
    color: #060606;
    font-weight: normal;
}

.map_list_box .qiye_info_box .qiye_list_tab .tit strong b {
    font-weight: normal;
    color: #156CFF;
}

.map_list_box .qiye_info_box .qiye_list_tab table {
    width: 100%;
}

.map_list_box .qiye_info_box .qiye_list_tab table td {
    border: 1px solid #E5E5E5;
}

.map_list_box .qiye_info_box .qiye_list_tab table tbody td {
    color: #666;
    font-size: 14px;
    line-height: 40px;
    height: 40px;
}

.map_list_box .qiye_info_box .qiye_list_tab table tbody td a:hover {
    color: #FC6F0E !important;
}

.map_list_box .qiye_info_box .pageinfo {
    margin: 0;
}

.map_list_box .qiye_info_box.none {
    display: none;
}

.map_box .amap-info-outer,
.amap-menu-outer {
    padding: 25px 15px;
    background: rgba(255, 255, 255, 1);
    border-radius: 5px;
}

.map_box .amap-info-outer h3 {
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    color: rgba(255, 152, 46, 1);
    line-height: 24px;
    font-weight: normal;
    margin-bottom: 10px;
}

.map_box .amap-info-outer a {
    display: inline-block;
    margin-left: 15px;
    font-size: 12px;
    font-weight: 400;
    color: rgba(21, 108, 255, 1);
    line-height: 18px;
}

.map_box .amap-info-outer a:hover {
    color: #135fe2;
}

.map_box .amap-info-outer p {
    font-size: 14px;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    line-height: 18px;
}

.map_box a.amap-info-close {
    color: #333;
    font-size: 16px;
}

.fujinjimi {
    float: left;
    margin-left: 20px;
}

.fujinjimi span {
    color: #9A9A9A;
    font-size: 14px;
    vertical-align: middle;
}


/* 找企业-企业地图  end---------------------------------------- */


/* 看资讯  start----------------------------- */

section {
    display: block;
}
.tiezi_list .tiezipl_list {
    background: #F7F8FC;
    margin-top: 22px;
    display: none;
}

.tiezipl_list {
    padding: 20px 0 18px;
}

.tiezipl_list .fbpl {
    width: 100%;
    position: relative;
    margin: auto;
    z-index: 1;
}
.tiezipl_list .fbpl .textbox {
    width: calc(100% - 100px);
    min-height: 40px;
    position: relative;
    border-radius: 4px;
    border: 1px solid #E4E6ED;
    font-size: 16px;
    color: #333;
    line-height: 30px;
    padding: 4px 12px;
    float: left;
}
.tiezipl_list .fbpl .textbox h2,
.tiezipl_list .fbpl .textbox h3,
.tiezipl_list .fbpl .textbox p,
.tiezipl_list .fbpl .textbox div,
.tiezipl_list .fbpl .textbox span{
    font-size: 16px;
    color: #333;
    line-height: 30px;
    font-weight: normal;
}
.tiezipl_list .fbpl .textbox:focus {
    border: 1px solid #1064ff;
    outline: none;
    box-shadow: 0px 3px 8px 0px rgba(0,56,182,0.1000);
}
.tiezipl_list .fbpl .textbox.active{
    width: 100%;
    height: 100px;
    margin-bottom: 10px;
    overflow-y: scroll;
}
.tiezipl_list .textbox::-webkit-scrollbar {
    width: 5px;
    height: 100%;
}
.tiezipl_list .textbox::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #1064ff;
    display: none;
}
.tiezipl_list .textbox::-webkit-scrollbar-track {
    border-radius: 5px;
    background: #fff;
}
.tiezipl_list .textbox:hover::-webkit-scrollbar-thumb{
    display: block;
}
.tiezipl_list .fbpl .editor_placeholder {
    color: #8A95A9 !important;
    position: relative;
    float: left;
    z-index: -1;
}

.tiezipl_list .fbpl .btn {
    width: 90px;
    height: 40px;
    background: #95BAFF;
    border-radius: 4px;
    float: right;
    font-size: 16px;
    color: #fff;
    line-height: 40px;
    text-align: center;
    float: right;
    cursor: not-allowed;
}
.tiezipl_list .fbpl .btn.active{
    background: #1064ff;
    cursor: pointer;
}
.tiezipl_list .fbpl .ts{
    font-size: 12px;
    color: #c9c9c9;
    line-height: 14px;
    margin-top: 8px;
    float: left;
}

/* 评论内容 */

.tieziplnr {
    width: 100%;
    padding: 20px 0 6px 55px;
    position: relative;
    border-bottom: 1px solid #E8EBF6;
}
.tieziplnr:last-of-type {
    border: none;
}
.tieziplnrBox>.tieziplnr {
    padding-left: 42px;
}

.tieziplnrBox .tieziplnr:last-child::before {
    background: transparent;
}

.tieziplnr .left {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 20px;
    cursor: pointer;
}

.tieziplnr .center {
    width: 100%;
    padding-top: 6px;
}

.tieziplnr .name {
    font-size: 16px;
    color: #333333;
    font-weight: bold;
    line-height: 18px;
}

.tieziplnr .name span {
    color: #999999;
    padding: 0 10px;
    font-weight: normal;
}

.tieziplnr .center .ptext {
    font-size: 16px;
    color: #333333;
    line-height: 30px;
    margin-top: 10px;
    overflow: hidden;
}

.tieziplnr .center .hf {
    margin-top: 9px;
}

.tieziplnr .center .hf_btn {
    font-size: 14px;
    color: #666666;
    line-height: 20px;
    cursor: pointer;
}

.tieziplnr .center .hf_btn:hover {
    color: #1064ff;
}

.tieziplnrBox .tieziplnr+.more_pl {
    background: #fff;
    margin-top: -2px !important;
    padding-top: 10px;
    position: relative;
    z-index: 1;
}
.tieziplnrBox .c_two.bg .more_pl{
    background: #F7F8FC;
    padding-bottom: 30px;
}
.tieziplnrBox .c_two .tieziplnr{
    padding-bottom: 17px;
}
.tieziplnrBox .c_two.bg .tieziplnr::before{
    background: #E4E6ED;
}
.tieziplnrBox .c_two.bg .tieziplnr:last-child::before{
    background: transparent;
}
.tieziplnr .c_two.bg{
    margin-top: 15px;
    padding: 0 23px;
    background: #F7F8FC;
}
.bgbox .tieziplnr .c_two.bg{
    padding: 0;
}
.tieziplnr .c_two.bg .sqhf{
    padding-bottom: 30px;
}
.tieziplnr .c_two.bg .tieziplnr:last-child{
    padding-bottom: 30px;
}

.tieziplnr .sqhf span {
    font-size: 16px;
    color: #134FBD;
    line-height: 18px;
    position: relative;
    display: inline-block;
    padding-right: 20px;
    cursor: pointer;
}

.tieziplnr .sqhf span::before {
    content: '';
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-bottom-color: #134FBD;
    position: absolute;
    right: 0;
    top: 3px;
}

.tieziplnr .sqhf:hover {
    text-decoration: underline;
}

.tieziplnr .center .zkhf,.tieziplnr .center .sqhf {
    font-size: 14px;
    color: #666666;
    line-height: 20px;
    position: relative;
    cursor: pointer;
    margin-right: 30px;
}
.tieziplnr .center .sqhf+.huifu{
    margin-bottom: 30px;
}
.tieziplnr .center .zkhf:hover {
    color: #1064ff;
}
.tieziplnr .center .sqhf{
    display: none;
}
.tieziplnr .center .sqhf:hover {
    color: #1064ff;
}

.tieziplnr .right {
    width: 90px;
    position: absolute;
    right: 0;
    top: 26px;
    text-align: right;
}

.tieziplnr .right .pone {
    width: 100%;
    float: right;
    font-size: 14px;
    color: #999999;
    line-height: 18px;
}

.tieziplnr .dz {
    width: 64px;
    height: 20px;
    float: left;
    font-size: 14px;
    color: #666666;
    line-height: 20px;
    padding-left: 24px;
    position: relative;
    cursor: pointer;
}
.tieziplnr .dz::before{
    content: '\e646';
    font-family: iconfont;
    font-size: 18px;
    line-height: 18px;
    position: absolute;
    left: 0;
    top: 0;
    color: #666;
}

.tieziplnr .dz.active{
    color: #1064ff;
}
.tieziplnr .dz.active::before {
    content: '\e668';
    color: #1064ff;
    font-weight: normal;
}

.tieziplnr .tieziplnr {
    display: none;
}

.no_pl {
    margin-top: 25px;
    text-align: center;
    font-size: 14px;
    color: #666;
    line-height: 16px;
}

.more_pl {
    margin-top: 25px;
    text-align: center;
    font-size: 14px;
    color: #333333;
    line-height: 16px;
}

.more_pl a,
.more_pl span {
    color: #1064FF;
    cursor: pointer;
    transition: all 0.3s;
}

.more_pl a:hover,
.more_pl span:hover {
    transform: translateY(-2px);
}

.more_pl span::after {
    content: '\e616';
    font-family: iconfont;
    margin-left: 5px;
    font-size: 12px;
}


/* 回复 */

.tieziplnr .huifu {
    width: 100%;
    float: left;
    margin-top: 20px;
    position: relative;
    z-index: 1;
}

.tieziplnr .huifu .textbox {
    width: calc(100% - 75px);
    position: relative;
    border-radius: 4px;
    border: 1px solid #A9AFC5;
    background: rgba(255, 255, 255, 0.5);
    font-size: 16px;
    line-height: 28px;
    color: #333333;
    padding: 3px 11px;
    float: left;
}
.tieziplnr .huifu .textbox:focus{
    outline: none;
    border-color: #1064FF;
    box-shadow: 0px 3px 8px 0px rgba(0,56,182,0.1000);
}
.tieziplnr .huifu .textbox.active{
    width: 100%;
    height: 100px;
    overflow-y: scroll;
    margin-bottom: 10px;
}
.tieziplnr .huifu .textbox .editor_placeholder {
    color: #8A95A9;
    position: relative;
    z-index: -1;
    float: left;
}

.tieziplnr .huifu .btn_hf {
    width: 64px;
    height: 36px;
    float: right;
    border-radius: 4px;
    background: #95BAFF;
    text-align: center;
    font-size: 16px;
    color: #fff;
    line-height: 36px;
    cursor: not-allowed;
}
.tieziplnr .huifu .btn_hf.active{
    background: #1064ff;
    cursor: pointer;
}
.tiezipl_list .tieziplqs {
    width: 100%;
    text-align: center;
    padding: 130px 0;
}
.tiezipl_list .tieziplqs img {
    display: block;
    margin: auto;
}
.tiezipl_list .tieziplqs p {
    font-size: 18px;
    color: #666666;
    line-height: 18px;
    margin-top: 20px;
}
.jubao_tip_box {
    display: none;
    position: fixed;
    top: 45%;
    left: 50%;
    margin-top: -225px;
    margin-left: -255px;
    width: 510px;
    padding: 57px 32px;
    background: #ffffff;
    border-radius: 5px;
    z-index: 999;
    min-height: 505px;
}

.jubao_tip_box .close_btn {
    position: absolute;
    top: 27px;
    right: 27px;
    cursor: pointer;
}

.jubao_tip_box strong {
    font-size: 24px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #060606;
    display: block;
    margin-bottom: 40px;
}

.jubao_tip_box .ju_items {
    margin-bottom: 18px;
    padding: 0 20px;
}

.jubao_tip_box .ju_items li {
    margin-bottom: 20px;
    cursor: pointer;
}

.jubao_tip_box .ju_items li i {
    width: 16px;
    height: 16px;
    background: #FFFFFF;
    border: 1px solid #ddd;
    border-radius: 50%;
    color: #fff;
    vertical-align: middle;
    margin-right: 20px;
    cursor: pointer;
}

.jubao_tip_box .ju_items li i.active {
    background: #156CFD;
    color: #fff;
    border: 1px solid #156CFD;
}

.jubao_tip_box .ju_items li span {
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
}

.jubao_tip_box p {
    font-size: 12px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #888888;
    margin-bottom: 12px;
}

.jubao_tip_box textarea {
    width: 100% !important;
    height: 100px;
    background-color: #f8f8f8;
    padding: 12px 70px 12px 15px;
    font-size: 12px;
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
}

.jubao_tip_box textarea::-webkit-scrollbar {
    display: none;
}

.jubao_tip_box .js {
    display: block;
    margin-top: -25px;
    padding-right: 10px;
    font-size: 14px;
    color: #888;
    line-height: 1em;
    position: relative;
    text-align: right;
}

.jubao_tip_box .btns {
    float: right;
    margin-top: 25px;
}

.jubao_tip_box .btns input.quxiao {
    width: 120px;
    height: 50px;
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
    border-radius: 5px;
    line-height: 48px;
    font-size: 20px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #888888;
    cursor: pointer;
}

.jubao_tip_box .btns input.quxiao:hover {
    color: #f16101;
    border: 1px solid #f16101;
}

.jubao_tip_box .btns input.queding {
    width: 120px;
    height: 48px;
    background: #1D6DFF;
    border-radius: 5px;
    line-height: 48px;
    font-size: 20px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #fff;
    margin-left: 18px;
    cursor: pointer;
}

.jubao_tip_box .btns input.queding:hover {
    background: #1454cc;
}


/*看资讯 内页  end------------------ */



/* 个人中心  start ----------------------------- */

.wenti_tip_box {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -225px;
    margin-left: -255px;
    width: 408px;
    padding: 26px;
    background: #ffffff;
    border-radius: 5px;
    z-index: 999;
    border-radius: 10px;
}

.wenti_tip_box .wenben {
    position: relative;
    width: 100%;
    height: 200px;
}

.wenti_tip_box .wenben em {
    position: absolute;
    right: 10px;
    bottom: 5px;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #888888;
}

.wenti_tip_box #wenti_textarea {
    width: 100%;
    height: 200px;
    border: 1px solid #eee;
    border-radius: 5px 5px 0 0;
    padding: 15px !important;
}

.wenti_tip_box #wenti_textarea::placeholder {
    color: #888;
    font-size: 14px;
}

.wenti_tip_box .up_pic {
    width: 100%;
    border: 1px solid #EEEEEE;
    border-top: none;
    border-radius: 0 0 5px 5px;
    padding: 14px 14px 4px;
}

.wenti_tip_box .up_pic .up_btn {
    float: left;
    width: 68px;
    height: 68px;
    background: #FFFFFF;
    border: 2px dashed #EEEEEE;
    border-radius: 5px;
    line-height: 68px;
    text-align: center;
    margin-right: 10px;
    margin-bottom: 10px;
    cursor: pointer;
}

.wenti_tip_box .up_pic .up_btn i {
    font-size: 30px;
    color: #eee;
}

.wenti_tip_box .up_pic .up_btn:hover {
    border-color: #156CFD;
}

.wenti_tip_box .up_pic .up_btn:hover i {
    color: #156CFD;
}

.wenti_tip_box .up_pic .pic_box {
    width: 75%;
}

.wenti_tip_box .up_pic .pic_box li {
    float: left;
    position: relative;
    width: 68px;
    height: 68px;
    border-radius: 5px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.wenti_tip_box .up_pic .pic_box li img {
    width: 68px;
    height: 68px;
    object-fit: cover;
    border-radius: 5px;
}

.wenti_tip_box .up_pic .pic_box li .file-del {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 20px;
    background: url('../images/deletet.png') rgba(0, 0, 0, 0.6) no-repeat center center;
    background-size: 11px 15px;
    -webkit-background-size: 11px 15px;
    z-index: 9;
    cursor: pointer;
    display: none;
    border-radius: 0 0 5px 5px;
}

.wenti_tip_box .up_pic .pic_box li:hover .file-del {
    display: block;
    background: url('../images/deletet2.png') rgba(0, 0, 0, 0.6) no-repeat center center;
}

.wenti_tip_box .btns_item {
    margin-top: 30px;
}

.wenti_tip_box .btns_item input {
    width: 160px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
}

.wenti_tip_box .btns_item .quxiao {
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #888888;
    line-height: 25px;
    border: 1px solid #EEEEEE;
    border-radius: 5px;
    margin-right: 30px;
    background-color: #fff;
}

.wenti_tip_box .btns_item .quxiao:hover {
    border: 1px solid #f16101;
    color: #f16101;
}

.wenti_tip_box .btns_item .queding {
    color: #fff;
    background: #1D6DFF;
    border-radius: 5px;
}

.wenti_tip_box .btns_item .queding:hover {
    background: #165cdf;
}


/* 个人中心弹窗 */

.shezhi_mima_box {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -225px;
    margin-left: -255px;
    width: 420px;
    padding: 26px;
    background: #ffffff;
    border-radius: 5px;
    z-index: 999;
}

.shezhi_mima_box .tit_box {
    margin-bottom: 22px;
}

.shezhi_mima_box .tit_box span {
    float: left;
    font-size: 18px;
    color: #666;
}

.shezhi_mima_box .tit_box .close_btn {
    float: right;
    cursor: pointer;
}

.shezhi_mima_box .input_list {
    padding: 0 50px;
}

.shezhi_mima_box input {
    padding-left: 27px;
    margin-bottom: 27px;
    height: 38px;
    line-height: 38px;
    color: #333;
    width: 100%;
    border: 2px solid #eeeeee;
    border-radius: 5px;
}

.shezhi_mima_box input::placeholder {
    color: #888;
    font-size: 14px;
}

.input_list b {
    display: block;
    text-align: center;
}

.input_list b span {
    width: 200px;
    height: 40px;
    line-height: 40px;
    background: rgba(20, 106, 255, 1);
    border-radius: 5px;
    font-size: 16px;
    text-align: center;
    display: inline-block;
    font-weight: normal;
    color: #fff;
    cursor: pointer;
}

.input_list b span:hover {
    background-color: #135fe2;
}

#verify-wrap_mima {
    width: 266px !important;
}

.xiugai_mima_box {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -225px;
    margin-left: -255px;
    width: 420px;
    padding: 26px;
    background: #ffffff;
    border-radius: 5px;
    z-index: 999;
}

.xiugai_mima_box .tit_box {
    margin-bottom: 22px;
}

.xiugai_mima_box .tit_box span {
    float: left;
    font-size: 18px;
    color: #666;
}

.xiugai_mima_box .tit_box .close_btn {
    float: right;
    cursor: pointer;
}

.xiugai_mima_box .input_list {
    padding: 0 50px;
}

.xiugai_mima_box input {
    padding-left: 27px;
    margin-bottom: 27px;
    height: 38px;
    line-height: 38px;
    color: #333;
    width: 100%;
    border: 2px solid #eeeeee;
    border-radius: 5px;
}

.xiugai_mima_box input::placeholder {
    color: #888;
    font-size: 14px;
}

.input_list b {
    display: block;
    text-align: center;
}

.input_list b span {
    width: 200px;
    height: 40px;
    line-height: 40px;
    background: rgba(20, 106, 255, 1);
    border-radius: 5px;
    font-size: 16px;
    text-align: center;
    display: inline-block;
    font-weight: normal;
    color: #fff;
    cursor: pointer;
}

.input_list b span:hover {
    background-color: #135fe2;
}

#verify-wrap_mima2 {
    width: 266px !important;
}

.bangding_youxiang_box {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -225px;
    margin-left: -255px;
    width: 420px;
    padding: 26px;
    background: #ffffff;
    border-radius: 5px;
    z-index: 999;
}

.bangding_youxiang_box .tit_box {
    margin-bottom: 22px;
}

.bangding_youxiang_box .tit_box span {
    float: left;
    font-size: 18px;
    color: #666;
}

.bangding_youxiang_box .tit_box .close_btn {
    float: right;
    cursor: pointer;
}

.bangding_youxiang_box .input_list {
    padding: 0 50px;
}

.bangding_youxiang_box input {
    padding-left: 27px;
    margin-bottom: 27px;
    height: 38px;
    line-height: 38px;
    color: #333;
    width: 100%;
    border: 2px solid #eeeeee;
    border-radius: 5px;
}

.bangding_youxiang_box input::placeholder {
    color: #888;
    font-size: 14px;
}

#verify-wrap_youxiang {
    width: 266px !important;
}

.xiugai_youxiang_box {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -225px;
    margin-left: -255px;
    width: 420px;
    padding: 26px;
    background: #ffffff;
    border-radius: 5px;
    z-index: 999;
}

.xiugai_youxiang_box .tit_box {
    margin-bottom: 22px;
}

.xiugai_youxiang_box .tit_box span {
    float: left;
    font-size: 18px;
    color: #666;
}

.xiugai_youxiang_box .tit_box .close_btn {
    float: right;
    cursor: pointer;
}

.xiugai_youxiang_box .input_list {
    padding: 0 50px;
}

.xiugai_youxiang_box input {
    padding-left: 27px;
    margin-bottom: 27px;
    height: 38px;
    line-height: 38px;
    color: #333;
    width: 100%;
    border: 2px solid #eeeeee;
    border-radius: 5px;
}

.xiugai_youxiang_box input::placeholder {
    color: #888;
    font-size: 14px;
}

#verify-wrap_youxiang2 {
    width: 266px !important;
}

.xiugai_shouji_box {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -225px;
    margin-left: -255px;
    width: 420px;
    padding: 26px;
    background: #ffffff;
    border-radius: 5px;
    z-index: 999;
}

.xiugai_shouji_box .tit_box {
    margin-bottom: 22px;
}

.xiugai_shouji_box .tit_box span {
    float: left;
    font-size: 18px;
    color: #666;
}

.xiugai_shouji_box .tit_box .close_btn {
    float: right;
    cursor: pointer;
}

.xiugai_shouji_box .input_list {
    padding: 0 50px;
}

.xiugai_shouji_box input {
    padding-left: 27px;
    margin-bottom: 27px;
    height: 38px;
    line-height: 38px;
    color: #333;
    width: 100%;
    border: 2px solid #eeeeee;
    border-radius: 5px;
    font-size: 15px;
}

.xiugai_shouji_box input::placeholder {
    color: #888;
    font-size: 14px;
}

#verify-wrap_shouji {
    width: 266px !important;
}

.xiugai_shouji_box #xiugai_shouji_yzm {
    width: 60%;
    border: 2px solid #eeeeee;
    border-right: none;
}

.xiugai_shouji_box #huoqu_shouji_yzm {
    display: inline-block;
    width: 40%;
    background-color: #156CFF;
    color: #fff;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border-radius: 0px 5px 5px 0px;
    font-size: 14px;
    cursor: pointer;
    border: 1px solid transparent;
}

.xiugai_shouji_box #huoqu_shouji_yzm:hover {
    background-color: #135bd8;
}

.admin_sctx_tc{
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .4);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    display: none;
}
.admin_sctx_tc .main{
    width: 495px;
    height: 556px;
    background: #FFFFFF;
    border-radius: 5px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -278px 0 0 -247px;
}
.admin_sctx_tc .tit{
    width: 100%;
    height: 65px;
    border-bottom: 1px solid #EEEEEE;
    padding: 6px 30px 0;
    font-size: 18px;
    color: #666666;
    line-height: 58px;
    display: block;
}
.admin_sctx_tc .close{
    width: 40px;
    height: 40px;
    font-size: 14px;
    line-height: 40px;
    text-align: center;
    color: #146AFF;
    position: absolute;
    right: 26px;
    top: 12px;
    cursor: pointer;
}
.admin_sctx_tc .close+div{
    width: 100%;
    padding: 30px;
    border-bottom: 1px solid #EEEEEE;
}
.admin_sctx_tc .left{
    width: 300px;
    float: left;
    position: relative;
}
.admin_sctx_tc .left .img_hx{
    width: 300px;
    height: 300px;
    background: #fff;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}
.admin_sctx_tc #clipArea{
    width: 300px;
    height: 300px;
    background: #fff;
}
.admin_sctx_tc .sc_jq{
    margin: 13px 0;
}
.admin_sctx_tc .sc_jq input{
    width: 80px;
    height: 27px;
    overflow: hidden;
    cursor: pointer;
    font-size: 16px;
    color: #555;
}
.admin_sctx_tc .sc_jq #clipBtn{
    display: inline-block;
    height: 27px;
    padding: 0 15px;
    cursor: pointer;
    font-size: 16px;
    line-height: 25px;
    text-align: center;
    margin-left: 20px;
    border: 1px solid #888;
}
.admin_sctx_tc .right{
    width: 120px;
    float: right;
    position: relative;
    margin-top: 15px;
}
.admin_sctx_tc .right .img_hx{
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    left: 0;
    top: 0;
}
.admin_sctx_tc .right #view{
    height: 120px;
    height: 120px;
    border-radius: 50%;
}
.admin_sctx_tc .right p{
    font-size: 14px;
    color: #666666;
    line-height: 1.5em;
    margin-top: 10px;
    text-align: center;
}
.admin_sctx_tc .btn_box{
    width: 100%;
    margin-top: 25px;
    height: 40px;
    text-align: center;
}
.admin_sctx_tc .btn_qd{
    display: inline-block;
    width: 120px;
    height: 40px;
    border-radius: 5px;
    margin: 0 8px;
    float: none;
    font-size: 16px;
    color: #fff;
    line-height: 40px;
    background: #146AFF;
    cursor: pointer;
}
.admin_sctx_tc .btn_qx{
    display: inline-block;
    width: 120px;
    height: 40px;
    border-radius: 5px;
    margin: 0 8px;
    float: none;
    font-size: 16px;
    line-height: 38px;
    border: 1px solid #E5E5E5;
    color: #444444;
    opacity: 1;
    outline: none;
    font-weight: normal;
    cursor: pointer;
}

/* 个人中心  end ----------------------------- */


/* 关于我们 start---------------------------- */

.about_bg {
    position: relative;
    width: 100%;
    height: 500px;
    overflow: hidden;
}

.about_bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about_bg .txt {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    text-align: center;
    padding-top: 200px;
}

.about_bg .txt {
    font-size: 58px;
    font-weight: 600;
}

.ab_sort {
    width: 100%;
    height: 400px;
    background: #F4F5FA;
    position: relative;
    padding-top: 5px;
    overflow: hidden;
}

.ab_sort .swiper-slide {
    height: 300px;
    text-align: center;
    background: #fff;
    padding-top: 64px;
    cursor: pointer;
}

.ab_sort .swiper-slide .img1 {
    display: block;
    margin: auto;
}

.ab_sort .swiper-slide .img2 {
    display: none;
    margin: auto;
}

.ab_sort .swiper-slide p {
    font-size: 24px;
    color: #333333;
    line-height: 1em;
    margin-top: 38px;
    font-weight: bold;
}

.ab_sort .swiper-slide:hover {
    background: #1064FF;
}

.ab_sort .swiper-slide:hover .img1 {
    display: none;
}

.ab_sort .swiper-slide:hover .img2 {
    display: block;
}

.ab_sort .swiper-slide:hover p {
    color: #fff;
}

.ab_sort .swiper-button-prev {
    width: 40px;
    height: 80px;
    position: absolute;
    left: 20px;
    top: 102px;
    background: url(../images/ab_icon_arrowl.png) no-repeat;
    background-size: 100% 100%;
    z-index: 1;
    color: transparent;
    cursor: pointer;
}

.ab_sort .swiper-button-next {
    width: 40px;
    height: 80px;
    position: absolute;
    right: 20px;
    top: 102px;
    background: url(../images/ab_icon_arrowr.png) no-repeat;
    background-size: 100% 100%;
    color: transparent;
    cursor: pointer;
}

.ab_sort .swiper-button-prev:hover,
.ab_sort .swiper-button-next:hover {
    border-radius: 4px;
    background-color: rgba(0, 0, 0, .5);
}

.ab_sort .swiper-pagination {
    bottom: 53px;
}

.ab_sort .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    border: 1px solid #1064FF;
    background: transparent;
    border-radius: 50%;
    margin: 0 4px;
    position: relative;
    border: 1px solid transparent;
    padding: 3px;
    cursor: pointer;
    opacity: 1;
}

.ab_sort .swiper-pagination-bullet::before {
    content: '';
    width: 6px;
    height: 6px;
    position: absolute;
    left: 3px;
    top: 3px;
    border-radius: 50%;
    background: #DCDCDC;
    cursor: pointer;
}

.ab_sort .swiper-pagination-bullet-active {
    border-color: #1064FF;
}

.ab_sort .swiper-pagination-bullet-active::before {
    background: #1064FF;
}

.ab_info_box {
    padding: 88px 0;
}

.ab_tit {
    position: relative;
    text-align: center;
    font-size: 42px;
    line-height: 1em;
    font-weight: bold;
    color: #444444;
    margin-bottom: 80px;
}

.ab_info_box .txt p {
    font-size: 16px;
    color: #333333;
    line-height: 32px;
    text-indent: 2em;
}

.abinfo_items {
    margin-bottom: 100px;
}

.abinfo_items li {
    width: 45%;
    height: 250px;
    padding: 72px 118px 0;
    text-align: center;
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.03);
}

.abinfo_items li.shiming {
    float: left;
    background: url('../images/shiming.png') no-repeat center;
    background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
}

.abinfo_items li.yuanjing {
    float: right;
    background: url('../images/yuanjing.png') no-repeat center;
    background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
}

.abinfo_items li h3 {
    font-size: 40px;
    font-weight: bold;
    color: rgba(6, 6, 6, 1);
    margin-bottom: 25px;
    line-height: 1em;
}

.abinfo_items li p {
    font-size: 18px;
    color: rgba(51, 51, 51, 1);
    line-height: 30px;
}

.ab_ptys {
    width: 100%;
    padding: 84px 0 50px;
    background: #F2F5FA url(../images/ab_ptys_bg1.png) no-repeat center bottom;
    background-size: 100% auto;
    overflow: hidden;
}

.ab_ptys .ab_tit {
    margin-bottom: 95px;
}

.ab_ptys .main {
    height: 396px;
    overflow: hidden;
}

.ab_ptys .box {
    width: 20%;
    height: 350px;
    padding: 46px 20px 350px;
    text-align: center;
    cursor: pointer;
}

.ab_ptys .box img {
    display: block;
    width: 100px;
    margin: auto;
}

.ab_ptys .box h3 {
    font-size: 24px;
    color: #666666;
    line-height: 1em;
    margin-top: 10px;
}

.ab_ptys .box p {
    max-width: 175px;
    height: 112px;
    margin: 24px auto 0;
    font-size: 16px;
    color: #888888;
    line-height: 28px;
}

.ab_ptys .main:hover li {
    width: 232.5px;
}

.ab_ptys .main:hover .box:hover {
    width: 270px;
    background: #fff;
    box-shadow: 0px 8px 18px 0px rgba(13, 83, 202, 0.17);
    border-radius: 2px;
}

.ab_ptys .box:hover h3 {
    color: #1064FF;
}

.ab_jzg {
    padding: 110px 0 166px;
    margin: auto;
}

.ab_jzg .ab_tit {
    margin-bottom: 120px;
}

.ab_jzg .box {
    width: 205px;
    height: 150px;
    margin-left: 126px;
    position: relative;
}

.ab_jzg .box:nth-child(1) {
    margin-left: 0;
}

.ab_jzg .box .img1 {
    display: block;
    width: 80px;
    height: 90px;
}

.ab_jzg .box p {
    width: 80px;
    font-size: 18px;
    color: #272727;
    line-height: 1em;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 0;
}

.ab_jzg .box .img2 {
    width: 101px;
    position: absolute;
    right: 0;
    bottom: 0;
}

.ab_contact {
    height: 580px;
    background: #F2F5FA;
    position: relative;
    overflow: hidden;
}

.ab_contact::before {
    content: '';
    width: 1033px;
    height: 580px;
    background: url(../images/ab_contact_bg1.png);
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -512px;
}

.ab_contact .main {
    position: relative;
    padding-top: 84px;
    text-align: center;
}

.ab_contact .ab_tit {
    margin-bottom: 0;
}

.ab_contact .box {
    height: 207px;
    position: relative;
    padding: 50px 44px 0;
    margin: auto;
}

.ab_contact .box .pone {
    font-size: 18px;
    color: #666666;
    line-height: 1em;
    position: relative;
    text-align: center;
    text-align: center;
}
.ab_contact .box .pone::before,
.ab_contact .box .pone::after{
    content: '';
    width: 99px;
    height: 1px;
    display: inline-block;
    background: #666666;
    opacity: 0.48;
    vertical-align: 4px;
    margin: 0 8px;
}

.ab_contact .box .ptwo {
    display: block;
    font-size: 30px;
    font-weight: bold;
    color: #333333;
    line-height: 1em;
    margin-top: 18px;
    position: relative;
    z-index: 1;
}

.ab_contact .box img {
    display: block;
    width: 166px;
    height: 166px;
    background: #FFFFFF;
    box-shadow: 0px 1px 19px 1px rgba(3, 44, 116, 0.08);
    border-radius: 6px;
    padding: 12px;
    margin: 30px auto 0;
}
.ab_contact .box .pthree{
    font-size: 18px;
    color: #333333;
    line-height: 1em;
    margin-top: 12px;
}

.call_us {
    padding: 88px 0;
}

.call_us .call_items {
    padding: 0 10%;
}

.call_us .call_items li {
    float: left;
    width: 40%;
    padding: 65px 60px;
    background-color: #fff;
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.03);
}

.call_us .call_items li .pic {
    float: left;
    width: 78px;
    height: 78px;
    line-height: 74px;
    text-align: center;
    background: #ffffff;
    border: 1px solid #333;
    border-radius: 50%;
    vertical-align: middle;
}

.call_us .call_items li .txt {
    float: left;
    margin-left: 35px;
    vertical-align: middle;
}

.call_us .call_items li .txt strong {
    display: block;
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: normal;
    color: #333;
}

.call_us .call_items li .txt p {
    font-size: 16px;
    color: #333;
}

.call_us .call_items li.you {
    float: right;
}


/* 关于我们 end---------------------------- */


.zhucexinxi_box .cd_biaoti span {
    margin-left: -130px;
}

.zhucexinxi_box .xinxi_table_box {
    width: 100%;
    margin: 0 auto;
}
.zhucexinxi_box .c_laiyuan{
    background: transparent;
    margin-top: 10px;
}

.zhucexinxi_box .xinxi_table_box td {
    height: 48px;
    line-height: 44px;
    border: 1px solid #e7f0ff;
}

.zhuanlixinxi_box .zhongelei {
    margin-bottom: 15px;
}

.zhuanlixinxi_box .zhongelei strong {
    display: block;
    font-size: 16px;
    color: #333;
    font-weight: normal;
    margin-bottom: 15px;
    font-weight: 600;
}

.zhuanlixinxi_box .zhongelei {
    display: inline-block;
}

.zhuanlixinxi_box .zhongelei li {
    position: relative;
    display: inline-block;
    /*  padding: 0 15px; */
    margin-right: 10px;
    margin-bottom: 18px;
}

.zhuanlixinxi_box .zhongelei li:first-of-type::before {
    display: none;
}

.zhuanlixinxi_box .zhongelei li span {
    font-size: 14px;
    color: #333;
    line-height: 30px;
    height: 30px;
    padding: 0 10px;
    display: block;
    cursor: pointer;
    border: 1px solid #F8F8F8;
}

.zhuanlixinxi_box .zhongelei li span em {
    font-size: 14px;
    color: #333;
}

.zhuanlixinxi_box .zhongelei li.active span {
    background-color: #156cff !important;
    color: #fff !important;
    border: 1px solid #156cff !important;
}

.zhuanlixinxi_box .zhongelei li.active span em {
    color: #fff !important;
}

.zhuanlixinxi_box .zhongelei li span:hover {
    color: #FC6F0E;
    border: 1px solid #FC6F0E;
}

.zhuanlixinxi_box .zhongelei li span:hover em {
    color: #FC6F0E;
}

.zhuanlixinxi_box table {
    width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
}

.zhuanlixinxi_box table td {
    padding: 8px;
    line-height: 22px !important;
    text-align: center;
    border: 1px solid #e7f0ff;
}

.zhuanlixinxi_box table tr {
    height: 45px !important;
}

.zhuanlixinxi_box table td a {
    color: #333;
    display: block;
    width: 580px;
    padding: 0 20px;
    height: 45px !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: default;
}

.zhuanlixinxi_box table td a:hover {
    color: #333;
}

.zhuanlixinxi_box .pageinfo {
    /*margin-top: 30px;*/
    text-align: center;
    margin-bottom: 0;
    padding-bottom: 0;
}

/*.zhuanlixinxi_box .pageinfo li {*/
/*    margin-bottom: 0;*/
/*}*/


#big_map tr,
#big_map td {
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -ms-box-sizing: content-box;
    -o-box-sizing: content-box;
    box-sizing: content-box;
}

#tangram-suggestion--TANGRAM__4c-main {
    height: 400px !important;
    overflow-y: scroll !important;
}

.click_in_map {
    position: absolute;
    bottom: 33px;
    right: 30px;
    padding: 6px 4px 4px;
    background-color: #fff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    cursor: pointer;
}

.click_in_map img {
    vertical-align: middle;
}

.click_in_map span {
    color: #333;
    font-size: 12px;
}

.click_in_map:hover span {
    color: #FC6F0E;
}



.all_net,
.all_phone {
    display: none;
    position: fixed;
    top: 130px;
    left: 50%;
    margin-left: -205px;
    width: 410px;
    background: #ffffff;
    border-radius: 5px;
    z-index: 100;
}

.all_net .tit,
.all_phone .tit {
    height: 50px;
    line-height: 50px;
    background-color: #eee;
    padding: 0 23px;
}

.all_net .tit span,
.all_phone .tit span {
    float: left;
}

.all_net .tit .close_btn,
.all_phone .tit .close_btn {
    float: right;
    cursor: pointer;
    width: 14px;
    height: 13px;
}

.all_net .net_list,
.all_phone .net_list {
    padding: 25px;
    height: 350px;
    overflow-y: scroll;
}

.all_net .net_list p,
.all_phone .net_list p {
    font-size: 16px;
    color: #444;
    line-height: 26px;
    margin-bottom: 20px;
}

.fa_phone {
    display: none;
    position: fixed;
    top: 130px;
    left: 50%;
    margin-left: -205px;
    width: 430px;
    background: #ffffff;
    border-radius: 5px;
    z-index: 99;
}

.fa_phone .tit {
    height: 50px;
    line-height: 50px;
    background-color: #eee;
    padding: 0 23px;
}

.fa_phone .tit span {
    float: left;
}

.fa_phone .tit .close_btn {
    float: right;
    cursor: pointer;
    width: 14px;
    height: 13px;
}

.fa_phone .bot {
    padding: 25px 35px;
}

.fa_phone .input_box {
    margin-bottom: 30px;
}

.fa_phone .input_box span {
    font-size: 16px;
    color: #333;
}

.fa_phone .input_box input {
    margin-left: 17px;
    width: 200px;
    height: 38px;
    background: #ffffff;
    border: 1px solid #eeeeee;
    border-radius: 5px;
    padding-left: 19px;
    font-size: 16px;
    color: #444;
}

.fa_phone .tip {
    font-size: 12px;
    font-weight: 400;
    color: #ffa200;
    line-height: 18px;
}

.fa_phone .fasong_btn {
    margin: 11px 0;
    width: 100%;
    text-align: center;
    line-height: 40px;
    height: 40px;
    background: #156cff;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
}

.fa_phone .fasong_btn:hover {
    background-color: #135bd8;
}

.duibi_box {
    display: none;
    position: fixed;
    top: 124px;
    right: 0px;
    width: 260px;
    background: #ffffff;
    z-index: 98;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}

.duibi_box .tit {
    height: 40px;
    line-height: 40px;
    background-color: #156CFF;
    padding: 0 14px;
}

.duibi_box .tit span {
    float: left;
    color: #fff;
    font-size: 16px;
}

.duibi_box .tit .close_btn_d {
    float: right;
    cursor: pointer;
}

.duibi_box .tit .close_btn_d img {
    width: 14px;
    height: 13px;
}

.duibi_box .qiye_zu {
    height: 400px;
    overflow-y: scroll;
}

.qiye_zu::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 4px;
    /*高宽分别对应横竖滚动条的尺寸*/
    height: 1px;
    background-color: #f6f6f6;
}

.qiye_zu::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    width: 4px;
    height: 15px;
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: #d2d0d0;
}

.qiye_zu::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    background: #f6f6f6;
}

.duibi_box .qiye_zu li {
    position: relative;
    padding: 12px 14px;
    border: 1px solid transparent;
    border-bottom: 1px solid #eee;
}

.duibi_box .qiye_zu li .xuan {
    float: left;
    width: 15%;
    padding-top: 15px;
}

.duibi_box .qiye_zu li .xuan input {
    display: none;
}

.duibi_box .qiye_zu li .xuan label {
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    border-radius: 50%;
    background-color: #ddd;
    display: block;
    cursor: pointer;
}

.duibi_box .qiye_zu li .xuan label i {
    font-size: 12px;
    color: #ddd;
}

.duibi_box .qiye_zu li .xuan input:checked+label {
    background-color: #156cff;
}

.duibi_box .qiye_zu li .xuan input:checked+label i {
    color: #fff;
}

.duibi_box .qiye_zu li .pic {
    float: left;
    width: 50px;
    height: 50px;
}

.duibi_box .qiye_zu li .pic img {
    display: block;
    width: 100%;
    height: 100%;
}

.duibi_box .qiye_zu li .pic span {
    display: block;
    width: 100%;
    height: 100%;
    background: #84cab0;
    border-radius: 5px;
    color: #fff;
    font-size: 18px;
    text-align: center;
}

.duibi_box .qiye_zu li .txt {
    width: 60%;
    float: right;
}

.duibi_box .qiye_zu li .txt h3 {
    width: 100%;
    font-size: 14px;
    color: #444;
    line-height: 24px;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    height: 48px;
    font-weight: normal;
}

.duibi_box .qiye_zu li .txt span:hover {
    color: #156CFF;
    cursor: pointer;
}

.duibi_box .qiye_zu .deletecomp {
    top: 0;
    right: 0;
    background-color: #156CFF;
    position: absolute;
    display: block;
    text-align: right;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    cursor: pointer;
    display: none;
}

.duibi_box .qiye_zu .deletecomp i {
    font-size: 16px;
    color: #fff;
}

.duibi_box .qiye_zu .deletecomp:hover {
    background-color: #135bd8;
}

.duibi_box .qiye_zu li:hover {
    border: 1px dashed #135bd8;
}

.duibi_box .qiye_zu li:hover .deletecomp {
    display: block;
}

.duibi_box .bot {
    padding: 23px 16px;
}

.duibi_box .bot .duibi_btn {
    display: block;
    text-align: center;
    height: 35px;
    line-height: 35px;
    background: #146aff;
    border-radius: 5px;
    font-size: 14px;
    cursor: pointer;
    color: #fff;
}

.duibi_box .bot .duibi_btn:hover {
    background-color: #135bd8;
}

.duibi_box .qingkong {
    text-align: center;
    height: 35px;
    line-height: 35px;
    background-color: #eee;
    font-size: 14px;
    color: #888;
    cursor: pointer;
}

.duibi_box .qingkong:hover {
    color: #156CFF;
}

.duibi_box .wuge_tishi {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.3);
    width: 100%;
    height: 100%;
    z-index: 2;
}

.duibi_box .wuge_tishi p {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200px;
    padding: 15px;
    margin-top: -35px;
    margin-left: -100px;
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
    text-align: center;
    font-size: 16px;
    line-height: 26px;
    border-radius: 10px;
}


.BMapLib_SearchInfoWindow img {
    display: none;
}

#jiejing_tanchuang {
    display: none;
    position: fixed;
    width: 1200px;
    height: 739px;
    top: 10%;
    left: 50%;
    margin-left: -600px;
    background-color: #fff;
    z-index: 101;
}

#jiejing_tanchuang .tit {
    height: 64px;
    line-height: 64px;
    padding: 0 30px;
}

#jiejing_tanchuang .tit span {
    float: left;
    font-size: 14px;
    color: #333;
}

#jiejing_tanchuang .tit .j_close_btn {
    float: right;
    cursor: pointer;
}

#jiejing_tanchuang .tit .tit .j_close_btn img {
    width: 14px;
    height: 13px;
}

#jiejing_tanchuang #jiejing_info {
    width: 100%;
    height: 739px;
}

.qyxq_zxly {
    width: 1200px;
    margin-left: -32px;
    background: #F8FBFF;
    padding: 40px 36px 47px 32px;
}

.qyxq_zxly .left {
    width: 395px;
    height: 380px;
    float: left;
    background: url(../images/qyxq_zxly_img1.png) no-repeat center bottom;
}

.qyxq_zxly h2 {
    height: 44px;
    position: relative;
    font-size: 24px;
    line-height: 1em;
    color: #333;
    font-weight: bold;
}

.qyxq_zxly h2::before {
    content: '';
    width: 96px;
    height: 3px;
    background: #FF6600;
    position: absolute;
    left: 0;
    bottom: 0;
}

.qyxq_zxly .left p {
    font-size: 14px;
    color: #888888;
    line-height: 24px;
    margin-top: 22px;
}

.qyxq_zxly .right {
    width: 702px;
    float: right;
    background: #fff;
    border-radius: 10px;
    padding: 43px 51px 16px;
}

.qyxq_zxly .right div {
    width: 100%;
    height: 42px;
    display: block;
    box-shadow: 1px 5px 8px 0px rgba(22, 108, 253, 0.08);
    border: 1px solid #eee;
    position: relative;
    padding-left: 52px;
    border-radius: 5px;
    margin-bottom: 19px;
}

.qyxq_zxly .right div input,
.qyxq_zxly .right div textarea {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 14px;
    color: #343434;
    border: none;
    background: transparent;
}

.qyxq_zxly .right div textarea {
    line-height: 24px;
    padding: 0;
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
}

.qyxq_zxly .right div textarea::-webkit-scrollbar {
    display: none;
}

.qyxq_zxly .right .name::before {
    content: '';
    width: 36px;
    height: 100%;
    background: url(../images/qyxq_zxly_icon1.png) no-repeat right center;
    position: absolute;
    left: 0;
    top: 0;
}

.qyxq_zxly .right .tel::before {
    content: '';
    width: 36px;
    height: 100%;
    background: url(../images/qyxq_zxly_icon2.png) no-repeat right center;
    position: absolute;
    left: 0;
    top: 0;
}

.qyxq_zxly .right .tel::after {
    content: '*';
    font-size: 14px;
    color: #FF0000;
    line-height: 1em;
    position: absolute;
    left: 37px;
    top: 9px;
}

.qyxq_zxly .right .mes {
    height: 100px;
    padding: 8px 60px 8px 52px;
    position: relative;
}

.qyxq_zxly .right .mes p {
    font-size: 14px;
    color: #888;
    line-height: 1em;
    position: absolute;
    right: 10px;
    bottom: 10px;
}

.qyxq_zxly .right .mes::before {
    content: '';
    width: 36px;
    height: 100%;
    background: url(../images/qyxq_zxly_icon3.png) no-repeat right 10px;
    position: absolute;
    left: 0;
    top: 0;
}

.qyxq_zxly .right .mes::after {
    content: '*';
    font-size: 14px;
    color: #FF0000;
    line-height: 1em;
    position: absolute;
    left: 37px;
    top: 9px;
}

.qyxq_zxly .right .btn {
    display: block;
    width: 200px;
    height: 42px;
    border-radius: 5px;
    background: #166CFD;
    text-align: center;
    margin: 28px auto 0;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
    transition: all 0.5s;
}

.qyxq_zxly .right .btn:hover {
    border-radius: 20px;
}
/* 企业详情  end -------------------- */


/* 专利详情  start------------------- */

.zhuanli_info {
    background-color: #fff;
    padding: 18px 18px 60px;
}

.zhuanli_info h1 {
    font-size: 24px;
    color: #333;
    font-weight: normal;
    line-height: 34px;
    margin-bottom: 20px;
}

.zhuanli_info h2 {
    font-size: 18px;
    color: #333;
    font-weight: normal;
    line-height: 26px;
    margin-bottom: 5px;
}

.zhuanli_info table {
    width: 100%;
    color: #333;
    font-size: 14px;
    margin-bottom: 30px;
}

.zhuanli_info table tr td {
    border: 1px solid #e7f0ff;
    height: 45px;
    line-height: 45px;
}

.zhuanli_info .pic {
    margin: 20px 0;
    width: 100%;
    text-align: center;
}

.zhuanli_info .pic img {
    width: 77%;
    height: auto;
}

.zhuanli_info .text {
    padding: 15px;
    border: 1px solid #eee;
}

.zhuanli_info p {
    font-size: 14px;
    color: #333;
    line-height: 24px;
    margin-bottom: 10px;
}

.zhuanli_info h3 {
    font-weight: normal;
    text-align: center;
    font-size: 16px;
}


/* 专利详情  end------------------- */


/* 进入地图 start----------------------------------- */

.amap-container {
    z-index: 1 !important;
}


/* 进入地图 end----------------------------------- */


/* 意见反馈  start ------------------------------- */

.yjfk_box {
    padding-top: 25px;
}

.yijian_box {
    width: 860px;
    /* margin-top: 20px; */
    padding: 36px 48px;
    background-color: #fff;
}

.yijian_box .tit {
    margin-bottom: 50px;
}

.yijian_box .tit strong {
    padding-left: 12px;
    border-left: 4px solid #156CFF;
    font-size: 16px;
    color: #333;
    font-weight: normal;
    display: block;
    margin-bottom: 25px;
}

.yijian_box .tit p {
    font-size: 14px;
    color: #666;
    font-weight: normal;
    display: block;
    line-height: 24px;
}

.yijian_box .btn_items {
    margin-bottom: 45px;
}

.yijian_box .btn_items span {
    height: 50px;
    line-height: 50px;
    width: 178px;
    text-align: center;
    font-size: 14px;
    border-radius: 5px;
    display: inline-block;
    margin-right: 65px;
    cursor: pointer;
}

.yijian_box .btn_items span.on {
    background-color: #156CFF;
    color: #fff;
    border: 1px solid transparent;
}

.yijian_box .btn_items .bug_btn {
    background-color: #fff;
    color: #156CFF;
    border: 1px solid #156CFF;
}

.yijian_box .btn_items .shen_su {
    background-color: #fff;
    color: #156CFF;
    border: 1px solid #156CFF;
}

.yijian_box .btn_items .bug_btn:hover {
    background-color: #156CFF;
    color: #fff;
    border: 1px solid transparent;
}

.yijian_box .btn_items .shen_su:hover {
    background-color: #156CFF;
    color: #fff;
    border: 1px solid transparent;
}

.yijian_box .lei_xing_btns {
    margin-bottom: 40px;
}

.yijian_box .lei_xing_btns span {
    float: left;
    font-size: 14px;
    color: #333;
    vertical-align: middle;
    margin-right: 20px;
}

.yijian_box .lei_xing_btns span b {
    font-weight: normal;
    color: red;
    vertical-align: middle;
    font-size: 22px;
}

.yijian_box .lei_xing_btns li {
    float: left;
    width: 135px;
    height: 48px;
    background: #F3F3F3;
    border-radius: 5px;
    line-height: 48px;
    text-align: center;
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
    border: 1px solid #F3F3F3;
    margin-left: 12px;
    cursor: pointer;
}

.yijian_box .lei_xing_btns li:hover,
.yijian_box .lei_xing_btns li.on {
    background: #e7f0ff;
    border: 1px solid #1D6DFF;
    border: 1px solid #1D6DFF;
    color: #156CFD;
}

.tichu_box .bug_info .yijan_txt {
    margin-bottom: 40px;
}

.tichu_box .bug_info .yijan_txt span {
    float: left;
    font-size: 14px;
    color: #333;
    vertical-align: middle;
    margin-right: 20px;
}

.tichu_box .bug_info .yijan_txt span b {
    font-weight: normal;
    color: red;
    vertical-align: middle;
    font-size: 22px;
}

.wenbenkuang {
    float: left;
    position: relative;
    width: 500px;
    height: 150px;
}

.wenbenkuang textarea {
    width: 500px;
    height: 150px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(229, 229, 229, 1);
    border-radius: 5px;
    padding: 15px 20px;
    color: #333;
    font-size: 14px;
    padding-right: 60px;
}

.wenbenkuang textarea::placeholder {
    color: #B1B1B1;
    font-size: 14px;
}

.wenbenkuang p {
    position: absolute;
    right: 20px;
    bottom: 10px;
    font-size: 12px;
    color: #B1B1B1;
    z-index: 9;
}

.wenbenkuang p em {
    color: #FC6F0E;
}

.tichu_box {
    padding-bottom: 100px;
}

.tichu_box>div {
    display: none;
}

.tichu_box>div.on {
    display: block;
}

.tichu_box .bug_info .up_img {
    margin-bottom: 40px;
}

.tichu_box .bug_info .up_img span {
    font-size: 14px;
    color: #333;
    margin-left: 15px;
}

.tichu_box .bug_info .up_img b {
    font-weight: normal;
    color: #888;
    font-size: 14px;
    margin-left: 18px;
}

.tichu_box .bug_info .up_img .img_zhanhsi {
    margin-top: 20px;
    white-space: nowrap;
}

.tichu_box .bug_info .up_img .up_btn {
    position: relative;
    width: 132px;
    height: 132px;
    background: rgba(243, 243, 243, 1);
    text-align: center;
    padding: 30px 0;
    cursor: pointer;
    margin-left: 100px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
}

.tichu_box .bug_info .up_img .up_btn .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.tichu_box .bug_info .up_img .up_btn p {
    margin-top: 20px;
    font-size: 14px;
    color: #888;
}

.tichu_box .bug_info .up_img .up_btn p:hover {
    color: #FC6F0E;
}

.tichu_box .bug_info .up_img .uppic_items {
    display: inline-block;
    vertical-align: middle;
}

.tichu_box .bug_info .up_img .uppic_items li {
    position: relative;
    float: left;
    margin-right: 10px;
    width: 132px;
    height: 132px;
}

.tichu_box .bug_info .up_img .uppic_items li img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tichu_box .bug_info .up_img .uppic_items li .file-del {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 30px;
    background: url('../images/deletet.png') rgba(0, 0, 0, 0.6) no-repeat center center;
    background-size: 11px 15px;
    -webkit-background-size: 11px 15px;
    z-index: 9;
    cursor: pointer;
}

.tichu_box .bug_info .up_img .uppic_items li:hover .file-del {
    display: block;
    background: url('../images/deletet2.png') rgba(0, 0, 0, 0.6) no-repeat center center;
}

.tichu_box .bug_info .email_box {
    margin-bottom: 40px;
}

.tichu_box .bug_info .email_box span {
    float: left;
    font-size: 14px;
    color: #333;
    vertical-align: middle;
    margin-right: 30px;
}

.tichu_box .bug_info .email_box span b {
    font-weight: normal;
    color: red;
    vertical-align: middle;
    font-size: 22px;
}

.tichu_box .bug_info .email_box input {
    width: 300px;
    height: 35px;
    line-height: 35px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(229, 229, 229, 1);
    color: #333;
    font-size: 14px;
    padding-left: 20px;
}

.tichu_box .bug_info .email_box input::placeholder {
    color: #B1B1B1;
    font-size: 14px;
}

.tichu_box .bug_info .yj_tijiao_btn {
    margin-left: 100px;
    padding: 0 40px;
    height: 38px;
    line-height: 38px;
    background: #156cff;
    border-radius: 5px;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
}

.tichu_box .bug_info .yj_tijiao_btn:hover {
    background-color: #1357cc;
    color: #fff;
}

.tichu_box .shensu_info .shensu_tab .tab_bar {
    margin-bottom: 45px;
}

.tichu_box .shensu_info .shensu_tab .tab_bar span {
    width: 135px;
    height: 38px;
    border-radius: 5px;
    line-height: 38px;
    text-align: center;
    display: inline-block;
    margin-right: 25px;
    cursor: pointer;
}

.tichu_box .shensu_info .shensu_tab .tab_bar span.on {
    color: #fff;
    background-color: #FC6F0E;
    border: 1px solid transparent;
}

.tichu_box .shensu_info .shensu_tab .tab_bar .jiucuo {
    color: #FC6F0E;
    border: 1px solid #FC6F0E;
}

.tichu_box .shensu_info .shensu_tab .tab_bar .jubao {
    color: #FC6F0E;
    border: 1px solid #FC6F0E;
}

.tichu_box .shensu_info .shensu_tab .tab_bar .jubao:hover {
    color: #fff;
    background-color: #FC6F0E;
    border: 1px solid transparent;
}

.shensu_info .tab_info>div {
    display: none;
}

.shensu_info .tab_info>div.on {
    display: block;
}

.tichu_box .shensu_info .link_box {
    margin-bottom: 40px;
}

.tichu_box .shensu_info .link_box span {
    float: left;
    font-size: 14px;
    color: #333;
    vertical-align: middle;
    margin-right: 30px;
}

.tichu_box .shensu_info .link_box span b {
    font-weight: normal;
    color: red;
    vertical-align: middle;
    font-size: 22px;
}

.tichu_box .shensu_info .link_box input {
    width: 300px;
    height: 35px;
    line-height: 35px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(229, 229, 229, 1);
    color: #333;
    font-size: 14px;
    padding-left: 20px;
}

.tichu_box .shensu_info .link_box input::placeholder {
    color: #B1B1B1;
    font-size: 14px;
}

.tichu_box .shensu_info .jiucuo_box {
    margin-bottom: 40px;
}

.tichu_box .shensu_info .jiucuo_box span {
    float: left;
    font-size: 14px;
    color: #333;
    vertical-align: middle;
    margin-right: 70px;
}

.tichu_box .shensu_info .jiucuo_box span b {
    font-weight: normal;
    color: red;
    vertical-align: middle;
    font-size: 22px;
}

.tichu_box .shensu_info .jc_tijiao_btn {
    margin-left: 140px;
    padding: 0 40px;
    height: 38px;
    line-height: 38px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(21, 108, 255, 1);
    border-radius: 5px;
    color: #156cff;
    font-size: 14px;
    cursor: pointer;
}

.tichu_box .shensu_info .jc_tijiao_btn:hover {
    background-color: #156cff;
    color: #fff;
}

.tichu_box .shensu_info .jubao_box {
    margin-bottom: 40px;
}

.tichu_box .shensu_info .jubao_box span {
    float: left;
    font-size: 14px;
    color: #333;
    vertical-align: middle;
    margin-right: 70px;
}

.tichu_box .shensu_info .jubao_box span b {
    font-weight: normal;
    color: red;
    vertical-align: middle;
    font-size: 22px;
}

.tichu_box .shensu_info .wenti_link {
    margin-bottom: 40px;
}

.tichu_box .shensu_info .wenti_link span {
    float: left;
    font-size: 14px;
    color: #333;
    vertical-align: middle;
    margin-right: 70px;
    margin-left: 15px;
}

.tichu_box .shensu_info .wenti_link input {
    width: 300px;
    height: 35px;
    line-height: 35px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(229, 229, 229, 1);
    color: #333;
    font-size: 14px;
    padding-left: 20px;
}

.tichu_box .shensu_info .wenti_link input::placeholder {
    color: #B1B1B1;
    font-size: 14px;
}

.tichu_box .shensu_info .up_img2 {
    margin-bottom: 40px;
}

.tichu_box .shensu_info .up_img2 span {
    font-size: 14px;
    color: #333;
    margin-left: 15px;
}

.tichu_box .shensu_info .up_img2 b {
    font-weight: normal;
    color: #888;
    font-size: 14px;
    margin-left: 18px;
}

.tichu_box .shensu_info .up_img2 .img_zhanhsi {
    margin-top: 20px;
}

.tichu_box .shensu_info .up_img2 .up_btn {
    float: left;
    position: relative;
    width: 132px;
    height: 132px;
    background: rgba(243, 243, 243, 1);
    text-align: center;
    padding: 30px 0;
    cursor: pointer;
    margin-left: 100px;
    margin-right: 10px;
}

.tichu_box .shensu_info .up_img2 .up_btn .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.tichu_box .shensu_info .up_img2 .up_btn p {
    margin-top: 20px;
    font-size: 14px;
    color: #888;
}

.tichu_box .shensu_info .up_img2 .up_btn p:hover {
    color: #FC6F0E;
}

.tichu_box .shensu_info .up_img2 .uppic_items2 {
    float: left;
}

.tichu_box .shensu_info .up_img2 .uppic_items2 li {
    position: relative;
    float: left;
    margin-right: 10px;
    width: 132px;
    height: 132px;
}

.tichu_box .shensu_info .up_img2 .uppic_items2 li img {
    display: block;
    width: 100%;
    height: 100%;
}

.tichu_box .shensu_info .up_img2 .uppic_items2 li .file-del {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 30px;
    background: url('../images/deletet.png') rgba(0, 0, 0, 0.6) no-repeat center center;
    background-size: 11px 15px;
    -webkit-background-size: 11px 15px;
    z-index: 9;
    cursor: pointer;
}

.tichu_box .shensu_info .up_img2 .uppic_items2 li:hover .file-del {
    display: block;
    background: url('../images/deletet2.png') rgba(0, 0, 0, 0.6) no-repeat center center;
}

.tichu_box .shensu_info .jb_tijiao_btn {
    margin-left: 100px;
    padding: 0 40px;
    height: 38px;
    line-height: 38px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(21, 108, 255, 1);
    border-radius: 5px;
    color: #156cff;
    font-size: 14px;
    cursor: pointer;
}

.tichu_box .shensu_info .jb_tijiao_btn:hover {
    background-color: #156cff;
    color: #fff;
}

.jianyi_tanchuang {
    display: none;
    position: fixed;
    width: 420px;
    height: 222px;
    top: 50%;
    left: 50%;
    margin-left: -210px;
    margin-top: -111px;
    z-index: 99;
    background: #fff url(../images/kjt_member_tc_bg1.png) no-repeat;
    background-size: 100% 100%;
    padding-top: 25px;
    box-shadow: 0px 8px 23px 1px rgba(20, 24, 93, 0.2);
    border-radius: 6px;
}

.jianyi_tanchuang.show {
    display: block !important;
}

.jianyi_tanchuang .close_btn {
    position: absolute;
    top: 8px;
    right: 9px;
    cursor: pointer;
    font-size: 10px;
    color: #B1B1B3;
    line-height: 14px;
}

.jianyi_tanchuang .txt_box {
    text-align: center;
}

.jianyi_tanchuang .txt_box .img1{
    width: 43px;
    height: 43px;
    border-radius: 50%;
    background: #1064ff;
    margin: auto;
    padding: 8px 0 0 0;
    margin-bottom: 10px;
}
.jianyi_tanchuang .txt_box img {
    width: 26px;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.jianyi_tanchuang .txt_box strong {
    font-size: 18px;
    display: block;
    color: #2D2F34;
    line-height: 28px;
    margin-bottom: 5px;
}

.jianyi_tanchuang .txt_box p {
    padding: 0 10px;
    font-size: 13px;
    color: #6E7182;
    line-height: 22px;
    margin-bottom: 25px;
}

.jianyi_tanchuang .txt_box a {
    display: inline-block;
    width: 150px;
    height: 38px;
    background: linear-gradient(90deg, #4989FD 0%, #1064FF 100%);
    border-radius: 4px;
    color: #fff;
    font-size: 14px;
    line-height: 38px;
    font-weight: bold;
    position: relative;
}
.jianyi_tanchuang .txt_box a::before{
    width: 60%;
    height: 1;
    box-shadow: 0 0 10px 10px #8eb6ff;
    position: absolute;
    left: 20%;
    bottom: 0;
    z-index: -1;
}

.jianyi_tanchuang .txt_box a:hover {
    background-color: #135bd8;
}

.call_us_box {
    width: 335px;
    border-top: 1px solid #eee;
}

.call_us_box li {
    padding: 22px 0;
    border-bottom: 1px solid #eee;
}

.call_us_box li strong {
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
    margin-bottom: 10px;
    display: block;
}

.call_us_box li p,
.call_us_box li a {
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
    margin-bottom: 8px;
}

.call_us_box li a:hover {
    cursor: pointer;
    color: #156CFD;
}

.call_us_box li span {
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #888888;
}


/* 意见反馈  start ------------------------------- */


/* 二手市场 start ------------------------------------- */

.market_banner {
    width: 100%;
    height: 350px;
    background: url(../images/market_banner_bg1.jpg) center top;
    background-size: auto 100%;
    position: relative;
}

.market_banner::before {
    content: '';
    width: 680px;
    height: 100%;
    background: url(../images/market_banner_bg2.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 50%;
    margin-left: -600px;
}

.market_banner .main {
    width: 420px;
    height: 260px;
    background: #FFFFFF;
    box-shadow: 0px 2px 20px 0px rgba(97, 97, 97, 0.11);
    position: absolute;
    left: 50%;
    top: 40px;
    margin-left: 123px;
    padding: 44px 38px 0;
    text-align: center;
}

.market_banner .p_one {
    font-size: 38px;
    color: #F8650D;
    line-height: 1em;
}

.market_banner .p_two {
    font-size: 18px;
    color: #555555;
    line-height: 1em;
    margin-top: 12px;
}

.market_banner .p_three {
    width: 100%;
    height: 50px;
    background: #F8650D;
    border-radius: 6px;
    cursor: pointer;
    font-size: 20px;
    line-height: 50px;
    margin-top: 40px;
    color: #fff;
}

.market_banner .p_three:hover {
    border-radius: 30px;
}

.mk_top {
    margin: 20px auto;
    border: 1px solid #F6F5F5;
    padding: 26px 26px 0;
}

.market_bg {
    margin: 20px auto;
}

.market_bg img {
    width: 100%;
    object-fit: cover;
}

.mk_top>div {
    position: relative;
}

.mk_top .name {
    position: relative;
    float: left;
    padding-right: 17px;
    line-height: 20px;
    height: 20px;
    font-size: 14px;
    color: #333333;
    /*margin-bottom: 18px;*/
}

.mk_top .name::after {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -5.5px;
    content: '';
    display: block;
    width: 1px;
    height: 11px;
    background-color: #D2D2D2;
}

.mk_top .no_limit {
    float: left;
    line-height: 20px;
    height: 20px;
    font-size: 14px;
    color: #333333;
    border-radius: 2px;
    cursor: pointer;
    padding: 0 4px;
    margin-left: 19px;
}

.mk_top .no_limit.on {
    background-color: #156CFF;
    color: #fff !important;
}

.mk_top .feilei_ul,
.mk_top .diqu_ul {
    float: left;
    width: 64%;
    height: 39px;
    overflow: hidden;
    /*margin-bottom: 20px;*/
}

.mk_top .diqu_ul:last-of-type {
    margin-bottom: 20px;
height: auto;
}

.mk_top .diqu_ul.shi_box li:first-of-type {
    margin-left: 20px;
}

.mk_top .feilei_ul.show,
.mk_top .leixing_ul.show,
.mk_top .diqu_ul.show {
    height: auto;
}

.mk_top .leixing_ul {
    float: left;
    width: 90%;
    margin-bottom: 10px;
}

.mk_top ul li {
    float: left;
    margin-left: 24px;
    line-height: 20px;
    height: 20px;
    font-size: 14px;
    color: #666;
    border-radius: 2px;
    cursor: pointer;
    padding: 0 6px;
    margin-bottom: 15px;
}
.mk_top ul li a{
    color: #626366;
}
.mk_top ul li.on {
    background-color: #156CFD;
    color: #fff !important;
}
.mk_top ul.renzheng_ul li.on,
.mk_top .renzheng_ul ul li.on{
    background-color: #fff;
    color: #626366 !important;
}
.mk_top ul li.on a {
    color: #fff;
}
.mk_top ul.renzheng_ul li.on a,
.mk_top .renzheng_ul ul li.on a{
    color: #626366 !important;
}

.mk_top ul.renzheng_ul li img{
    /*width: 50px;*/
    height: 20px;
    display: inline-block;
    object-fit: cover;
}
.mk_top ul.renzheng_ul li.on a{
    color: #626366;
}
.mk_top ul li:hover {
    color: #156CFD;
}
.mk_top ul.yixuan_ul li:hover{
    background-color: #ffffff;
}
.mk_top .more>div {
    position: relative;
    float: left;
    margin-left: 19px;
}

.mk_top .more>div .tit {
    padding: 0 48px 0 8px;
    height: 28px;
    line-height: 28px;
    display: block;
    border: 1px solid #F6F5F5;
    background: url('../images/xia.png') no-repeat 90% center;
    background-size: 11px 7px;
    -webkit-background-size: 11px 7px;
    cursor: pointer;
    color: #666;
    margin-bottom: 17px;
}

.mk_top .more>div .tit.up {
    background: url('../images/shang.png') no-repeat 90% center;
    background-size: 11px 7px;
    -webkit-background-size: 11px 7px;
}

.mk_top .more>div ol {
    display: none;
    position: absolute;
    left: 0;
    z-index: 3;
    width: 100%;
    border: 1px solid #F6F5F5;
    background-color: #fff;
    padding: 20px 0;
    margin-top: -17px;
}

.mk_top .more>div ol.on {
    display: block;
}

.mk_top .more>div ol li {
    margin-bottom: 26px;
    color: #666;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
}

.mk_top .more>div ol li:last-of-type {
    margin: 0;
}

.mk_top .more>div ol li:hover {
    color: #156CFD;
}

.mk_top .zhankai {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #919296;
    cursor: pointer;
    border: 1px solid #E6E6E6;
    background: #FAFAFA;
    line-height: 22px;
    padding: 0 7px;
}
.mk_top .zhankai:hover{
    color: #ff6600;
}
.mk_top .zhankai:hover i{
    color: #ff6600;
}
.mk_top #feilei_show {
    display: none;
}

.mk_top #feilei_show.on {
    display: block;
}

.mk_top #diqu_show {
    display: none;
}

.mk_top #diqu_show.on {
    display: block;
}

.mk_top #leixing_show.on {
    display: block;
}
.mk_top .zhankai i {
    margin-left: 5px;
    font-size: 12px;
    font-weight: 300;
    color: #C6C7CA;
    line-height: 22px;
    height: 22px;
}

.mk_top .zhankai:hover {
    color: #FC6F0E;
}

.mk_top .zhankai:hover i {
    color: #FC6F0E;
}

.mk_top .yixuan {
    display: none;
}
.mk_top .yixuan {
    padding: 20px 0 20px;
    border-top: 1px solid #efefef;
}
.mk_top .yixuan.show {
    display: block;
}

.mk_top .yixuan_ul li:first-of-type {
    margin-left: 20px;
}

.mk_top .yixuan_ul li {
    float: left;
    line-height: 23px;
    margin-left: 0;
    height: 25px;
    font-size: 14px;
    color: #156CFD;
    border-radius: 2px;
    cursor: pointer;
    padding: 0 6px;
    border: 1px solid #156CFD;
    margin-right: 10px;
    margin-bottom: 0;
    margin-top: -2px;
}

.mk_top .yixuan_ul li i {
    vertical-align: middle;
    cursor: pointer;
}
.mk_top .yixuan_ul li:hover{
    color: #fff !important;
}

.mk_top .yixuan .clear {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    cursor: pointer;
}

.mk_top .yixuan .clear:hover {
    color: #FC6F0E;
}

.mk_bar {
    height: 50px;
    background: #FBFBFB;
    padding: 0 26px;
    line-height: 50px;
}

.mk_bar .all_mk {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #156CFF;
}

.mk_bar .all_mk em {
    margin-left: 5px;
}

.mk_bar .shai_xuan {
    margin-left: 93px;
}

.mk_bar .shai_xuan li {
    float: left;
    margin-right: 27px;
}

.mk_bar .shai_xuan li i {
    font-size: 13px;
    color: #fff;
    background: #FFFFFF;
    border: 1px solid #DCDCDC;
    cursor: pointer;
}

.mk_bar .shai_xuan li i.active {
    background: #156CFD;
    border: 1px solid #156CFD;
}

.mk_bar .shai_xuan li span {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
}

.mk_bar .mk_tab {
    height: 100%;
}

.mk_bar .mk_tab i {
    color: #B5B5B5;
    font-weight: 200;
    margin-left: 5px;
    cursor: pointer;
    display: inline-block;
}

.mk_bar .mk_tab i:hover {
    color: #FC6F0E;
}

.mk_bar .mk_tab i.on {
    color: #FC6F0E;
}

.mk_bar .mk_tab i.item {
    font-size: 20px;
}

.mk_bar .mk_tab i.list {
    font-size: 22px;
}

.mk_box {
    width: 1220px;
    margin: 0 auto 25px;
}
.mk_box #u_pageId {
    padding: 50px 0;
}
.mk_box>div.on {
    display: block;
}
.mk_box .fabu_li {
    position: absolute !important;
    top: 0;
    right: 10px;
    text-align: center;
    background: linear-gradient(180deg, #FCF4F4, #FFFFFF);
    border: 1px solid #EEEEEE;
    border-radius: 5px;
    cursor: pointer;
    padding: 30px 0 0;
    height: auto !important;
    top: 10px;
    min-height: 350px;
    width: 23.2% !important;
}
.mk_box .fabu_li:hover {
    box-shadow: none;
    background: linear-gradient(180deg, #FFFFFF, #FCF4F4);
}
.mk_box .fabu_li strong {
    position: relative;
    display: block;
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    margin-bottom: 15px;
}
.mk_box .fabu_li strong::after {
    display: block;
    content: '';
    width: 60px;
    height: 1px;
    background: #E5E5E5;
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.mk_box .fabu_li span {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #888888;
}
.mk_box .fabu_li img {
    background: none;
    width: 170px;
    height: 150px;
    position: relative;
    display: block;
    margin: 20px auto 0;
    object-fit: contain;
}
.mk_box .fabu_li b {
    display: block;
    width: 94%;
    margin: 16px auto 0;
    line-height: 40px;
    height: 40px;
    background: #FF6600;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    font-weight: 400;
}
.mk_box .fabu_li a:hover {
    background: #f16101;
}
.mk_box .fabu_li img:hover {
    transform: scale(1);
}
.mk_box .shebei_box {
    position: relative;
    padding-bottom: 50px;
}
#shebei_item .blue {
    padding: 40px 0;
    margin: 0;
}
.mk_box .shebei_box li {
    margin-bottom: 10px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    position: relative;
}
.mk_box .shebei_box li.xjd0:hover::before,
.mk_box .shebei_box li.xjd9:hover::before,
.mk_box .shebei_box li.xjd4:hover::before,
.mk_box .shebei_box li.xjd8:hover::before{
  content: '';
  width: 30px;
  height: 28px;
  position: absolute;
  right: 30px;
  top: 10px;
  z-index: 2;
}
.mk_box .shebei_box li.xjd0:hover::before{
  background: url(../images/market_xjd1.png) no-repeat;
  background-size: 100% 100%;
}
.mk_box .shebei_box li.xjd9:hover::before{
  background: url(../images/market_xjd2.png) no-repeat;
  background-size: 100% 100%;
}
.mk_box .shebei_box li.xjd8:hover::before{
  background: url(../images/market_xjd3.png) no-repeat;
  background-size: 100% 100%;
}
.mk_box .shebei_box li.xjd4:hover::before{
    background: url(../images/market_xjd4.png) no-repeat;
    background-size: 100% 100%;
}

.mk_box .shebei_box li:nth-of-type(4) {
    margin-right: 25%;
}

.mk_box .shebei_list {
    margin-top: 40px;
}

#shebei_list .blue {
    padding: 40px 0;
    margin: 0;
}

.mk_box .shebei_list ul {
    width: 75%;
}

.mk_box .shebei_list ul li {
    position: relative;
    padding: 20px;
    border-bottom: 1px solid #eee;
}

.mk_box .shebei_list ul li:hover {
    background-color: #FBFBFB;
    border-bottom: 1px solid transparent;
}

.mk_box .shebei_list ul li:last-of-type {
    border: none;
}

.mk_box .shebei_list ul li .pic {
    position: relative;
    display: block;
    float: left;
    width: 200px;
    height: 150px;
    overflow: hidden;
}

.mk_box .shebei_list ul li .pic .zhi_ding {
    position: absolute;
    top: -1px;
    left: 0;
    width: 44px;
    height: 20px;
    background: linear-gradient(213deg, #FFAA3C 0%, #FF8E1C 100%);
    box-shadow: 0px 4px 18px 0px rgba(192, 102, 4, 0.11);
    border-radius: 0px 0px 4px 0px;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    font-family: PingFang SC;
    font-weight: bold;
    color: #FFFFFF;
    z-index: 3;
}

.mk_box .shebei_box li.video .pic::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);
    z-index: 1;
}

.mk_box .shebei_box li.video .pic::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: 35px;
    height: 35px;
    background: url('../images/big_play.png') no-repeat center;
    background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    z-index: 2;
}

.mk_box .shebei_list ul li.video .pic::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);
    z-index: 1;
}

.mk_box .shebei_list ul li.video .pic::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: 25px;
    height: 25px;
    background: url('../images/big_play.png') no-repeat center;
    background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    z-index: 2;
}

.mk_box .shebei_list ul li .pic img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    background: url('../images/kjzj.jpg') no-repeat center;
    background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    transition: all 0.6s;
}

.mk_box .shebei_list ul li .pic img:hover {
    transform: scale(1.1);
}

.mk_box .shebei_list ul li .txt {
    float: left;
    margin-left: 30px;
    width: 40%;
}

.mk_box .shebei_list ul li .txt .mk_name {
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #060606;
    line-height: 30px;
    height: 65px;
    margin-bottom: 10px;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.mk_box .shebei_list ul li .txt .mk_name:hover {
    color: #FF6600;
}

.mk_box .shebei_list ul li p {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #888888;
    margin-bottom: 33px;
}

.mk_box .shebei_list li p span {
    position: relative;
    display: inline-block;
    padding: 0 6px;
}

.mk_box .shebei_list li p span::after {
    content: '';
    display: block;
    width: 1px;
    height: 12px;
    background: #888888;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -6px;
}

.mk_box .shebei_list li p span:first-of-type {
    padding-left: 0;
}

.mk_box .shebei_list li p span:last-of-type::after {
    display: none;
}

.mk_box .shebei_list li .biaoqian span {
    width: 56px;
    height: 20px;
    line-height: 20px;
    margin-right: 6px;
    border-radius: 2px;
    font-size: 12px;
    display: inline-block;
    text-align: center;
}

.mk_box .shebei_list li .biaoqian span.pingtai {
    background: #31C19E;
    color: #fff;
}

.mk_box .shebei_list li .biaoqian span.shiping {
    color: #156CFF;
    border: 1px solid #156CFF;
}

.mk_box .shebei_list li .biaoqian span.youzhi {
    background-color: #FC7912;
    color: #fff;
}

.mk_box .shebei_list li .jiage {
    position: absolute;
    top: 100px;
    right: 50px;
}

.mk_box .shebei_list li .jiage b {
    font-size: 26px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #F95523;
}

.mk_box .shebei_list li .jiage b em {
    font-size: 14px;
    font-weight: 400;
}

.mk_box .shebei_list .fabu_box .fabu_box_fiexd {
    text-align: center;
    background: linear-gradient(180deg, #FCF4F4, #FFFFFF);
    border: 1px solid #EEEEEE;
    border-radius: 5px;
    cursor: pointer;
    padding: 30px 0 0;
    height: auto !important;
    min-height: 338px;
    width: 276px !important;
}

.mk_box .shebei_list .fabu_box_fiexd.d {
    position: fixed;
    top: 110px;
    left: 50%;
    margin-left: 335px;
}

.mk_box .shebei_list .fabu_box_fiexd:hover {
    box-shadow: none;
    background: linear-gradient(180deg, #FFFFFF, #FCF4F4);
}

.mk_box .shebei_list .fabu_box strong {
    position: relative;
    display: block;
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    margin-bottom: 15px;
}

.mk_box .shebei_list .fabu_box strong::after {
    display: block;
    content: '';
    width: 60px;
    height: 1px;
    background: #E5E5E5;
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.mk_box .shebei_list .fabu_box span {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #888888;
}

.mk_box .shebei_list .fabu_box img {
    background: none;
    width: 170px;
    height: 150px;
    position: relative;
    display: block;
    margin: 20px auto 0;
    object-fit: contain;
}

.mk_box .shebei_list .fabu_box b {
    display: block;
    width: 94%;
    margin: 16px auto 0;
    line-height: 40px;
    height: 40px;
    background: #FF6600;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    font-weight: 400;
}

.mk_box .shebei_list .fabu_box a:hover {
    background: #f16101;
}

.mk_box .no_jieguo_box {
    margin: 100px 0px 200px 330px;
}

.mk_box.so {
    width: 1200px;
}

.mk_box.so .shebei_box li:nth-of-type(4) {
    margin-right: 0;
}

.mk_box.so .no_jieguo_box {
    margin: 100px auto;
}


/* 二手市场 end ------------------------------------- */


/* footer  start--------------------------------- */

.footer {
    padding: 37px 0 0px;
    background-color: #2c2e33;
}

.footer .lianjie {
    float: left;
    width: 55%;
    margin-bottom: 10px;
}

.footer .net_nav {
    float: left;
    margin-right: 83px;
}

.footer .net_nav:last-of-type {
    margin-right: 0;
}

.footer .net_nav strong {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 500;
    color: #ffffff;
    line-height: 18px;
    margin-bottom: 20px;
    display: block;
}

.footer .net_nav ul li a {
    font-family: Microsoft YaHei;
    font-weight: 300;
    color: #aaa;
    line-height: 18px;
    display: inline-block;
    margin-bottom: 17px;
    font-size: 14px;
}

.footer .net_nav ul li a:hover {
    color: #fff;
}

.footer .net_nav ul li span {
    font-weight: 300;
    color: #ddd;
    display: inline-block;
    line-height: 30px;
    font-size: 14px;
}

.footer .net_nav .lianxi_box p span {
    font-weight: 300;
    color: #ddd;
    display: inline-block;
    line-height: 30px;
    font-size: 14px;
}

.footer .net_nav ul li i {
    font-size: 13px;
    color: #fff;
    margin-bottom: 10px;
    font-weight: normal;
    display: block;
}

.footer .net_nav .lianxi_box p i,
.footer .net_nav .lianxi_box p a {
    font-size: 13px;
    color: #aaa;
    margin-bottom: 10px;
    font-weight: normal;
    display: block;
}

.footer .net_nav .lianxi_box p a:hover {
    color: #fff;
}

.footer .erweima {
    float: right;
    position: relative;
    padding-top: 12px;
}

.footer .erweima .em_items {
    width: 112px;
    position: relative;
    margin-left: 35px;
    text-align: center;
}

.footer .erweima strong {
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #aaa;
    display: block;
    margin-top: 5px;
}

.footer .erweima .erweima_pic {
    width: 88px;
    height: 88px;
    border-radius: 6px;
    background-color: #fff;
    overflow: hidden;
    display: inline-block;
    cursor: pointer;
}

.footer .erweima .erweima_pic img {
    width: 100%;
    height: 100%;
    border-radius: 6px;
}

.footer .em_items .big_em {
    display: none;
    position: absolute;
    z-index: 10;
    top: -90px;
    left: -210px;
    width: 200px;
    height: 200px;
    padding: 22px 0 0;
    background: #fff;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
    box-shadow: 0px 2px 10px 0px rgb(0 0 0 / 20%);
}

.footer .em_items.xcx:hover .big_em {
    display: block;
    -webkit-animation: fadeInUp .4s;
    animation: fadeInUp .4s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.footer .em_items.xcx:hover strong {
    color: #fff;
}
.footer .em_items.gzh:hover .big_em {
    display: block;
    -webkit-animation: fadeInUp .4s;
    animation: fadeInUp .4s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.footer .em_items.gzh:hover strong {
    color: #fff;
}
.footer .em_items.app:hover .big_em {
    display: block;
    -webkit-animation: fadeInUp .4s;
    animation: fadeInUp .4s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.footer .em_items.app:hover strong {
    color: #fff;
}
.footer .em_items .big_em img {
    display: block;
    width: 140px;
    height: 140px;
    margin: 0 auto;
}

.footer .em_items .big_em::before {
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    content: "";
    border-style: solid;
    border-color: transparent;
    top: 110px;
    border-width: 10px 0 10px 10px;
    right: -9px;
    border-left-color: #fff;
}

.footer .em_items .big_em p {
    text-align: center;
    font-size: 16px;
    color: #333;
    font-family: Source Han Sans CN;
    font-weight: 400;
}

.footer_simple {
    width: 100%;
    height: 50px;
    background: #2C2E33;
    padding: 0;
}

.footer_simple .box {
    white-space: nowrap;
    text-align-last: justify;
    font-size: 14px;
    color: #aaa;
    line-height: 50px;
}

.footer_simple .box a,
.footer_simple .box span {
    color: #aaa;
    text-align-last: center;
    display: inline-block;
}

.footer_simple .box a:hover {
    color: #1064FF;
}
.footer {
    background-color: #2c2e33;
    padding-top: 6px;
}
.footer_top{
    padding: 30px 0 24px;
    text-align: center;
}
.footer_top .logo{
    width: 25%;
    margin-top: -4px;
}
.footer_top .logo p{
    width: 126px;
    margin: auto;
}
.footer_top .logo .pone{
    font-size: 32px;
    line-height: 40px;
    color: #fff;
}
.footer_top .logo .ptwo{
    font-size: 12px;
    color: #fff;
    line-height: 1em;
    text-align-last: justify;
}
.footer_top .logo .pthree{
    font-size: 12px;
    color: #fff;
    line-height: 1em;
    margin-top: 12px;
    text-align-last: justify;
}
.footer_top .top_nav{
    width: 25%;
    text-align: left;
    position: relative;
}
.footer_top .top_nav .tit{
    display: block;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    line-height: 16px;
}
.footer_top .top_nav .list{
    padding-top: 14px;
}
.footer_top .top_nav li{
    padding: 7px 0;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5);
    line-height: 20px;
}
.footer_top .top_nav li:hover{
    color: rgba(255, 255, 255, 0.5) !important;
}
.footer_top .top_nav_dh{
    padding-left: 80px;
}
.footer_top .top_nav_dh li{
    width: 46px;
    margin-right: 40px;
    white-space: nowrap;
    float: left;
}
.footer_top .top_nav_zx{
    padding-left: 72px;
}
.footer_top .top_nav_zx li{
    width: 58px;
    margin-right: 40px;
    white-space: nowrap;
    float: left;
}
.footer_top .top_nav_lx{
    padding-left: 74px;
}
.footer_top .top_nav_lx .lxkf .iconfont{
    font-size: 14px;
}
.footer_top .top_nav_lx .lxkf:hover{
    color: #fff !important;
}
.footer_top .top_nav li a{
    color: rgba(255, 255, 255, 0.5);
}
.footer_top .top_nav li a:hover{
    color: #fff;
}
.footer_top .top_nav li .zxrx{
    color: #fff;
}
.footer_top .ewm_item{
    width: 98px;
    text-align: center;
    white-space: nowrap;
    position: relative;
    margin-left: 37px;
}
.footer_top .ewm_item:last-child{
    margin-left: 0;
}
.footer_top .ewm_item .tit{
    display: block;
    font-size: 14px;
    color: #fff;
    line-height: 22px;
}
.footer_top .ewm_item .img1{
    display: block;
    width: 88px;
    height: 88px;
    margin: 5px auto;
}
.footer_top .ewm_item .ts{
    font-size: 12px;
    color: #AAAAAA;
    line-height: 18px;
}
.footer_top .ewm_item .box{
    display: none;
    position: absolute;
    z-index: 10;
    top: -60px;
    left: -210px;
    width: 200px;
    height: 200px;
    padding: 22px 0 0;
    background: #fff;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, .2);
}
.footer_top .ewm_item:hover .box{
    display: block;
    -webkit-animation: fadeInUp .4s;
    animation: fadeInUp .4s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.footer_top .ewm_item .box img{
    display: block;
    width: 140px;
    height: 140px;
    margin: 0 auto;
}
.footer_top .ewm_item .box::before {
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    content: "";
    border-style: solid;
    border-color: transparent;
    top: 110px;
    border-width: 10px 0 10px 10px;
    right: -9px;
    border-left-color: #fff;
}
.footer_top .ewm_item .box p {
    text-align: center;
    font-size: 16px;
    color: #333;
    font-family: Source Han Sans CN;
    font-weight: 400;
}

.footer_youlian{
    padding: 15px 0;
    background: rgba(255, 255, 255, 0.04);
}
.footer_youlian .content{
    overflow: hidden;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.5);
    line-height: 32px;
}
.footer_youlian .tit{
    display: block;
    width: 50px;
    white-space: nowrap;
}
.footer_youlian .list{
    width: 1146px;
}
.footer_youlian .list li{
    margin-left: 29px;
}
.footer_youlian .list a{
    color: rgba(255, 255, 255, 0.5);
}
.footer_youlian .list a:hover{
    color: #fff;
}
.footer .bot_nav{
    text-align: center;
    padding: 14px 0;
    font-size: 16px;
    color: #AAAAAA;
    line-height: 36px;
}
.footer .bot_nav li{
    padding: 0 28px;
    position: relative;
    display: inline-block;
}
.footer .bot_nav li:hover{
    color: #fff;
}
.footer .bot_nav li::before{
    content: '';
    width: 1px;
    height: 14px;
    background: #AAAAAA;
    opacity: 0.15;
    position: absolute;
    left: -2px;
    top: 50%;
    margin-top: -7px;
}
.footer .bot_nav li:nth-child(1):before{
    display: none;
}
.footer .bot_nav li a{
    color: #AAAAAA;
}
.footer .bot_nav li a:hover{
    color: #fff;
}
.footer .tjpd{
    text-align: center;
    margin-top: -5px;
    margin-bottom: 20px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5);
    line-height: 24px;
}
.footer .tjpd li{
    display: inline-block;
    margin: 0 14px;
}
.footer .tjpd li a{
    color: rgba(255, 255, 255, 0.5);
}
.footer .tjpd li a:hover{
    color: #fff;
}
.footer .tjpd li.tel{
    position: relative;
    padding-left: 10px;
    vertical-align: middle;
    top: -1px;
}
.footer .tjpd li.tel::before{
    content: '';
    width: 1px;
    height: 14px;
    background: #AAAAAA;
    opacity: 0.2;
    position: absolute;
    left: -2px;
    top: 50%;
    margin-top: -7px;
}
.footer .tjpd li.tel p{
    margin-left: 20px;
}
.footer .tjpd li.tel .color_fff{
    color: #fff;
    font-size: 13px;
}

.footer .copyright_beian {
    border-top: 1px solid rgba(239, 239, 239, 0.1);
    padding: 20px 0;
    text-align-last: justify;
}

.footer .copyright_beian span,
.footer .copyright_beian a {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5);
    text-align-last: left;
    display: inline-block;
}

.copyright_beian a:hover {
    color: #fff;
}

.copyright_beian b {
    display: inline-block;
    text-align-last: left;
    font-size: 14px;
    color: #aaa;
    font-weight: normal;
}
.footer .copyright_beian .bah,
.footer .copyright_beian .yyzz{
    /* display: none; */
}
@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}



/* footer  end--------------------------------- */


/* 用户协议   start---------------------------- */

.tcp_info {
    margin: 30px auto;
    background-color: #fff;
    box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.1);
    position: relative;
    padding: 30px 70px;
    text-align: justify;
}

.tcp_info h1 {
    color: #333;
    margin: 14px 0;
    font-weight: 700;
    font-size: 24px;
    text-align: center;
}

.tcp_info p {
    line-height: 50px;
    font-size: 15px;
}
.tcp_info a{
    color: #1064FF;
}

.tcp_info h2 {
    font-size: 20px;
    line-height: 50px;
}

.tcp_info h3 {
    font-size: 18px;
    line-height: 50px;
}

.tcp_info h4 {
    font-size: 16px;
    line-height: 50px;
}

.tcp_info h5 {
    font-size: 16px;
    line-height: 50px;
    font-weight: normal;
}


/* 用户协议   end---------------------------- */


/* 404  start --------------------------- */
.graybg{
    background: #F2F4FA;
}
.error_boxone{
    padding: 80px 0 50px;
    background: url(../images/404_bg.png) no-repeat right 56px;
}
.error_boxone h1{
    font-size: 30px;
    color: #2F2C44;
    line-height: 32px;
    margin-bottom: 12px;
}
.error_boxone .text_p{
    font-size: 14px;
    color: #6F6E79;
    line-height: 26px;
}
.error_boxone .text_two{
    font-size: 18px;
    color: #2F2C44;
    line-height: 20px;
    margin-top: 32px;
}
.error_boxone .nav{
    margin-top: 22px;
}
.error_boxone .nav a{
    display: block;
    width: 90px;
    height: 34px;
    border: 1px solid #C6DAFD;
    border-radius: 17px;
    margin-right: 22px;
    font-size: 14px;
    font-weight: bold;
    color: #2F2C44;
    line-height: 32px;
    cursor: pointer;
    text-align: center;
}
.error_boxone .nav li:first-child a{
    border-color: #1064FF;
    background: #1064FF;
    color: #fff;
}
.error_boxone .nav a:hover{
    border-color: #1064FF;
    background: #1064FF;
    color: #fff;
}

.error_404_xjlist{
    width: 954px;
    background: #fff;
    padding: 20px 10px 10px;
}
.error_tit{
    width: calc(100% - 20px);
    font-size: 24px;
    color: #333333;
    line-height: 1em;
    padding-left: 12px;
    border-left: 6px solid #1064FF;
    margin: auto
}
.error_tit .hyh{
    font-size: 14px;
    color: #333333;
    line-height: 1em;
    padding-top: 8px;
    cursor: pointer;
    font-weight: normal;
}
.error_tit .hyh::after{
    content: '\e644';
    font-size: 12px;
    color: #1064FF;
    font-family: iconfont;
    float: right;
    margin-left: 5px;
}
.error_tit .hyh:hover{
    color: #1064FF;
}
.error_404_xjlist .list{
    padding-top: 10px;
}
.error_404_xjlist .box{
    width: 232px;
    height: 307px;
    background: #fff;
    padding: 10px;
    font-size: 16px;
    position: relative;
    cursor: pointer;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    overflow: hidden;
}
.error_404_xjlist .box .img_warp {
  display: block;
  width: 212px;
  height: 212px;
  position: relative;
  overflow: hidden;
}
.error_404_xjlist .box.video .img_warp::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  z-index: 1;
}

.error_404_xjlist .box.video .img_warp::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 35px;
  height: 35px;
  background: url(../images/big_play.png) no-repeat center;
  background-size: 100% 100%;
  -webkit-background-size: 100% 100%;
  z-index: 2;
}

.error_404_xjlist .box .img_warp img {
  display: block;
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 0.6s;
}
.error_404_xjlist .box .img_warp img:hover{
  transform: scale(1.1);
}

.error_404_xjlist .box .title {
  font-size: 14px;
  font-weight: bold;
  color: #000000;
  line-height: 24px;
  height: 24px;
  cursor: pointer;
  margin-top: 6px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

.error_404_xjlist .box .title:hover {
  color: #ff6600;
}

.error_404_xjlist .box .product_info_bottom {
  height: 24px;
}

.error_404_xjlist .box .product_info_bottom .qiye_icon {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  overflow: hidden;
  object-fit: cover;
  margin-right: 7px;
}
.error_404_xjlist .box .product_info_bottom .qiye_icon.text{
  line-height: 24px;
  font-size: 14px;
  text-align: center;
  display: block;
  background-color: #92afec;
  font-weight: normal;
  color: #ffffff;
}
.error_404_xjlist .box .product_info_bottom .qiye_name {
  font-size: 12px;
  line-height: 24px;
  color: #666666;
  max-width: 180px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.error_404_xjlist .box .img_rz {
  display: block;
  height: 16px;
  margin-top: 4px;
}

.error_404_xjlist .box:hover {
  box-shadow: 0px 4px 16px 0px rgba(0, 2, 37, 0.12);
  z-index: 1;
}

.error_404_eslist{
    width: 954px;
    padding: 20px;
    background: #fff;
    margin-top: 20px;
    margin-bottom: 80px;
}
.error_404_eslist .list{
    padding-top: 20px;
}
.error_404_eslist .error_eslist_item {
  border: 1px solid #E6E6E6;
  padding: 0;
  margin-right: 25px;
  margin-bottom: 25px;
  width: 209px;
  height: 260px;
  float: left;
}
.error_404_eslist .error_eslist_item:hover{
  border: 1px solid transparent;
}
.error_404_eslist .error_eslist_item:nth-child(4n) {
  margin-right: 0;
}
.error_404_eslist .error_eslist_item .pic{
    display: block;
    width: 209px;
    height: 156px;
    margin: -1px 0 0 -1px;
    overflow: hidden;
    position: relative;
}
.error_404_eslist .error_eslist_item .pic img{
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    background: url('../images/kjzj.jpg') no-repeat center;
    background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    transition: all 0.6s;
}
.error_404_eslist .error_eslist_item .pic img:hover {
    transform: scale(1.1);
}
.error_404_eslist .error_eslist_item.video .pic::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: 35px;
    height: 35px;
    background: url(../images/big_play.png) no-repeat center;
    background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    z-index: 2;
}
.error_404_eslist .error_eslist_item .name{
    display: block;
    padding: 0 10px;
    margin-top: 5px;
    font-size: 16px;
    color: #000;
    line-height: 26px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.error_404_eslist .error_eslist_item_bottom_info{
    padding: 0 10px;
    height: 16px;
    overflow: hidden;
    margin-top: 8px;
    line-height: 16px;
}
.error_404_eslist .error_eslist_item_bottom_info .city{
    font-size: 14px;
    color: #666666;
    float: left;
}
.error_404_eslist .error_eslist_item_bottom_info .city i{
    font-size: 12px;
    float: left;
    margin-right: 5px;
    color: #1064FF;
}
.error_404_eslist .error_eslist_item_bottom_info .new_bg{
    display: block;
    float: left;
    height: 16px;
    background: linear-gradient(99deg, #FF9546 0%, #FF1D14 100%);
    border-radius: 6px 0px 6px 0px;
    margin-left: 8px;
    font-size: 12px;
    color: #fff;
    padding: 0 5px;
}
.error_404_eslist .error_eslist_item_bottom_info .user_time{
    display: block;
    float: left;
    height: 16px;
    background: linear-gradient(99deg, #0DCCFF 0%, #4760FF 100%);
    border-radius: 6px 0px 6px 0px;
    margin-left: 8px;
    font-size: 12px;
    color: #fff;
    padding: 0 5px;
}
.error_404_eslist .jiage{
    margin-top: 14px;
    padding: 0 10px;
}
.error_404_eslist .jiage strong{
    display: block;
    float: left;
    font-size: 16px;
    color: #FF6600;
    line-height: 20px;
}
.error_404_eslist .video_rz{
    display: block;
    width: 60px;
    height: 20px;
    border: 1px solid #9EBFFD;
    border-radius: 2px;
    font-size: 12px;
    color: #1064FF;
    text-align: center;
    line-height: 18px;
    float: right;
}
.error_404_eslist li.xjd0:hover::before,
.error_404_eslist li.xjd9:hover::before,
.error_404_eslist li.xjd4:hover::before,
.error_404_eslist li.xjd8:hover::before{
  content: '';
  width: 30px;
  height: 28px;
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 2;
}
.error_404_eslist li.xjd0:hover::before{
  background: url(../images/market_xjd1.png) no-repeat;
  background-size: 100% 100%;
}
.error_404_eslist li.xjd9:hover::before{
  background: url(../images/market_xjd2.png) no-repeat;
  background-size: 100% 100%;
}
.error_404_eslist li.xjd8:hover::before{
  background: url(../images/market_xjd3.png) no-repeat;
  background-size: 100% 100%;
}
.error_404_eslist li.xjd4:hover::before{
    background: url(../images/market_xjd4.png) no-repeat;
    background-size: 100% 100%;
}
.error_404_eslist li:hover {
    background: #FFFFFF;
    box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.08);
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
}
.error_404_eslist li:hover .name{
    color: #ff6600;
}
.error_404_news{
    width: 224px;
    padding: 25px 16px 0;
    background: #fff;
    margin-bottom: 80px;
}
.error_404_news .title{
    font-size: 18px;
    color: #333333;
    line-height: 26px;
    position: relative;
    text-align: center;
}
.error_404_news .title::before{
    content: '';
    width: 185px;
    height: 1px;
    background: #E6E5E5;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -92px;
}
.error_404_news .title strong{
    display: inline-block;
    padding: 0 10px;
    background: #fff;
    position: relative;
    z-index: 1;
}
.error_404_news .box{
    width: 100%;
    padding: 18px 0 20px;
    border-bottom: 1px solid #EDEFF5;
}
.error_404_news .box:last-child{
    border: none;
}
.error_404_news .box .imgbox{
    width: 80px;
    height: 60px;
    display: block;
    overflow: hidden;
}
.error_404_news .box .imgbox img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.error_404_news .box .right{
    width: 100px;
}
.error_404_news .box .tit{
    height: 44px;
    font-size: 14px;
    color: #333333;
    line-height: 22px;
    margin-top: -4px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.error_404_news .box .pone{
    font-size: 12px;
    color: #999999;
    line-height: 1em;
    margin-top: 9px;
}
.error_404_news .box:hover .tit{
    color: #ff6600;
}
/* 404  end --------------------------- */


/* 版权 start ------------------------ */

.copy_right {
    width: 100%;
    height: 120px;
    line-height: 120px;
    background-color: #27282D;
    text-align: center;
}

.copy_right span,
.copy_right a {
    font-size: 15px;
    color: #aaa;
}
.copy_right a {
    padding-left: 35px;
}
.copy_right a:hover {
    color: #156CFF;
}


/* 版权 end ------------------------ */


/* 登录与注册 */

.model_toast {
    z-index: 9999;
}

.login_box {
    display: none;
    position: fixed;
    top: 50%;
    left: 59%;
    margin-top: -225px;
    margin-left: -255px;
    width: 510px;
    padding: 57px 75px;
    background: #ffffff;
    border-radius: 5px;
    z-index: 999;
    min-height: 505px;
}

.login_box.nbr {
    border-radius: 0px 5px 5px 0;
}

.saoma_box {
    position: absolute;
    top: 0;
    left: -280px;
    width: 280px;
    height: 100%;
    background: #fff;
    border-radius: 5px 0px 0px 5px;
    text-align: center;
    padding-top: 70px;
}

.saoma_box::after {
    content: '';
    display: block;
    width: 2px;
    height: 330px;
    background: #EEEEEE;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.saoma_box .logo {
    width: 111px;
    margin: 0 auto 45px;
}

.saoma_box .logo img {
    display: block;
    width: 100%;
}

.saoma_box strong {
    display: block;
    font-size: 20px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #444;
    margin-bottom: 20px;
}

.saoma_box .erweima_box {
    position: relative;
    margin: 0 auto 19px;
}

.saoma_box .erweima_box .code {
    width: 164px;
    height: 164px;
    padding: 2px;
    cursor: pointer;
    margin: 0 auto;
}

.saoma_box .erweima_box .code img {
    width: 100%;
    height: 100%;
}

.saoma_box .erweima_box .codets {
    width: 138px;
    display: block;
    position: absolute;
    top: -40px;
    right: -70px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    z-index: 9;
}

.saoma_box .erweima_box .codets img {
    width: 100%;
    height: 100%;
}

.saoma_box .erweima_box .code:hover+.codets {
    right: -90px;
    opacity: 1;
    visibility: visible;
}

.saoma_box .erweima_box .shi_xiao {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 164px;
    height: 164px;
    background-color: rgba(255, 255, 255, 0.9);
    text-align: center;
    padding-top: 60px;
}

.saoma_box .erweima_box .shi_xiao.on {
    display: block;
}

.saoma_box .erweima_box .shi_xiao p {
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #111;
    margin-bottom: 14px;
}

.saoma_box .erweima_box .shi_xiao span {
    font-size: 13px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #222;
    cursor: pointer;
}

.saoma_box .erweima_box .shi_xiao span i {
    color: #1064FF;
    vertical-align: middle;
}

.saoma_box .erweima_box .shi_xiao span:hover {
    color: #1064FF;
}

.saoma_box .erweima_box .cheng_gong {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 164px;
    height: 164px;
    background-color: rgba(255, 255, 255, 0.9);
    text-align: center;
    padding-top: 60px;
}

.saoma_box .erweima_box .cheng_gong.on {
    display: block;
}

.saoma_box .erweima_box .cheng_gong i {
    color: #33b176;
    display: block;
    margin-bottom: 15px;
    font-size: 26px;
}

.saoma_box .erweima_box .cheng_gong p {
    color: #111;
    font-size: 14px;
}

.saoma_box p {
    position: relative;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #444444;
    line-height: 22px;
}

.saoma_box p em {
    color: #156CFF;
    cursor: pointer;
}

.saoma_box p img {
    position: absolute;
    top: -617%;
    left: -50%;
    width: 260px;
    height: 258px;
    border-radius: 10px;
    visibility: hidden;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    opacity: 0;
}

.saoma_box p em:hover~img {
    left: -12%;
    opacity: 1;
    visibility: visible;
}

.login_box .close_btn {
    position: absolute;
    top: 27px;
    right: 27px;
    cursor: pointer;
}

.login_box .login_bar {
    text-align: center;
    margin-bottom: 48px;
}

.login_box .login_bar span {
    display: inline-block;
    height: 40px;
    font-size: 20px;
    color: #333;
    margin: 0 20px;
    cursor: pointer;
    border-bottom: 2px solid transparent;
}

.login_box .login_bar span.active {
    color: #156CFF;
    border-bottom: 2px solid #156CFF;
}

.login_box .login_info>div {
    display: none;
}

.login_box .login_info>div.on {
    display: block;
}

.login_box .login_info .kuaijie_box input {
    padding-left: 27px;
    margin-bottom: 18px;
    height: 40px;
    line-height: 40px;
    color: #333;
    border-radius: 2px;
}

.login_box .login_info .kuaijie_box input::placeholder {
    color: #888;
    font-size: 14px;
}

.login_box .login_info .kuaijie_box #k_phone,
.login_box .login_info .kuaijie_box #phone1 {
    width: 100%;
    border: 1px solid #eeeeee;
    border-radius: 2px;
}

.login_box .login_info .kuaijie_box #k_yazhengma,
.login_box .login_info .kuaijie_box #yazhengma1 {
    width: 70%;
    border: 1px solid #eeeeee;
    border-right: none;
}

.login_box .login_info .kuaijie_box #k_huoqu_yzm {
    display: inline-block;
    width: 30%;
    background-color: #156CFF;
    color: #fff;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 0px 2px 2px 0px;
    font-size: 14px;
    cursor: pointer;
    border: 1px solid transparent;
}

.login_box .login_info .kuaijie_box #k_huoqu_yzm:hover {
    background-color: #135bd8;
}

.login_box .login_info .kuaijie_box .denglu_box #k_denglu_btn {
    margin: 20px 0 10px;
    width: 100%;
    background-color: #156cff;
    color: #fff;
    padding: 0;
    height: 45px;
    line-height: 45px;
    border-radius: 2px;
    cursor: pointer;
}

.login_box .login_info .kuaijie_box .denglu_box #k_denglu_btn:hover {
    background-color: #135bd8;
}

.login_box .login_info .kuaijie_box .denglu_box .bot_txt .left {
    float: left;
}

.login_box .login_info .kuaijie_box .denglu_box .bot_txt .left span {
    font-size: 14px;
    color: #333;
}

.login_box .login_info .kuaijie_box .denglu_box .bot_txt .left span a {
    color: #156CFF;
}

.login_box .login_info .kuaijie_box .denglu_box .bot_txt .left span a:hover {
    text-decoration: underline;
}

.login_box .login_info .kuaijie_box .denglu_box .bot_txt .right {
    float: right;
}

.login_box .login_info .kuaijie_box .denglu_box .bot_txt .right .zhuce_btn {
    font-size: 14px;
    cursor: pointer;
    color: #156CFF;
}

.login_box .login_info .kuaijie_box .denglu_box .bot_txt .right .zhuce_btn:hover {
    text-decoration: underline;
}

.login_box .login_info .kuaijie_box #phone1:focus,
.login_box .login_info .kuaijie_box #yazhengma1:focus {
    border: 1px solid #156CFF;
}

.login_box .login_info .mima_box input {
    padding-left: 27px;
    margin-bottom: 27px;
    width: 100%;
    border-radius: 2px;
    height: 40px;
    line-height: 40px;
    color: #333;
    border: 1px solid #eeeeee;
}

.login_box .login_info .mima_box input::placeholder {
    color: #888;
    font-size: 14px;
}

.login_box .login_info .mima_box .mima_input {
    position: relative;
}

.login_box .login_info .mima_box .mima_input span {
    display: block;
    position: absolute;
    width: 20px;
    height: 10px;
    top: 16px;
    right: 15px;
    background: url('../images/keshi.png') no-repeat center;
    background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    cursor: pointer;
}

.login_box .login_info .mima_box .mima_input span.bian {
    background: url('../images/bukeshi.png') no-repeat center;
    background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
}

.login_box .login_info .mima_box input:focus {
    border: 1px solid #156CFF;
}

.login_box .login_info .mima_box .wangji_mima {
    font-size: 14px;
    color: #156CFF;
    display: block;
    text-align: right;
}

.login_box .login_info .mima_box .wangji_mima:hover {
    text-decoration: underline;
}

.login_box .login_info .mima_box .denglu_box #m_denglu_btn {
    margin: 20px 0 10px;
    width: 100%;
    background-color: #156cff;
    color: #fff;
    padding: 0;
    height: 45px;
    line-height: 45px;
    border-radius: 2px;
    cursor: pointer;
}

.login_box .login_info .mima_box .denglu_box #m_denglu_btn:hover {
    background-color: #135bd8;
}

.login_box .login_info .mima_box .denglu_box .bot_txt .left {
    float: left;
}

.login_box .login_info .mima_box .denglu_box .bot_txt .left span {
    font-size: 14px;
    color: #333;
}

.login_box .login_info .mima_box .denglu_box .bot_txt .left span a {
    color: #156CFF;
}

.login_box .login_info .mima_box .denglu_box .bot_txt .left span a:hover {
    text-decoration: underline;
}

.login_box .login_info .mima_box .denglu_box .bot_txt .right {
    float: right;
}

.login_box .login_info .mima_box .denglu_box .bot_txt .right .zhuce_btn {
    font-size: 14px;
    cursor: pointer;
    color: #156CFF;
}

.login_box .login_info .mima_box .denglu_box .bot_txt .right .zhuce_btn:hover {
    text-decoration: underline;
}

.login_box .sanfang {
    margin-top: 24px;
}

.login_box .sanfang ul li {
    float: left;
    width: 38px;
    height: 38px;
    margin-right: 20px;
    cursor: pointer;
}

.login_box .sanfang ul li img {
    display: block;
    width: 100%;
    height: 100%;
}

.login_box .sanfang .zhuce_btn {
    display: block;
    width: 90px;
    height: 36px;
    border: 1px solid #1064FF;
    border-radius: 18px;
    color: #156CFF;
    line-height: 36px;
    text-align: center;
    cursor: pointer;
}

.login_box .sanfang .zhuce_btn:hover {
    background-color: #1064FF;
    color: #fff;
}

.verify-wrap {
    width: 360px !important;
}


/* 忘记密码 */

.find_mima_box {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -225px;
    margin-left: -255px;
    width: 510px;
    padding: 26px;
    background: #ffffff;
    border-radius: 5px;
    z-index: 999;
}

.find_mima_box .tit_box .back_btn {
    float: left;
    font-size: 14px;
    color: #156CFF;
    padding-left: 15px;
    background: url('../images/fanhui.png') no-repeat left center;
    background-size: 8px 12px;
    -webkit-background-size: 8px 12px;
    cursor: pointer;
}

.find_mima_box .tit_box .back_btn:hover {
    text-decoration: underline;
}

.find_mima_box .tit_box .close_btn {
    float: right;
    cursor: pointer;
}

.find_mima_box .zhoahui {
    margin: 19px 0 38px;
    text-align: center;
}

.find_mima_box .zhoahui strong {
    font-size: 20px;
    color: #333;
    text-align: center;
    font-weight: normal;
}

.find_mima_box .input_list {
    padding: 0 50px;
}

.find_mima_box input {
    padding-left: 27px;
    margin-bottom: 27px;
    height: 39px;
    line-height: 40px;
    color: #333;
}

.find_mima_box input::placeholder {
    color: #888;
    font-size: 14px;
}

.find_mima_box #f_phone,
.find_mima_box #phone4 {
    width: 100%;
    border: 1px solid #eeeeee;
    border-radius: 2px;
}

.find_mima_box #f_yazhengma,
.find_mima_box #yazhengma4 {
    width: 70%;
    border: 1px solid #eeeeee;
    border-right: none;
}

.find_mima_box #f_huoqu_yzm {
    display: inline-block;
    width: 30%;
    background-color: #156CFF;
    color: #fff;
    height: 39px;
    line-height: 40px;
    text-align: center;
    padding: 0 5px;
    border-radius: 0px 2px 2px 0px;
    font-size: 13px;
    cursor: pointer;
}

.find_mima_box #f_huoqu_yzm:hover {
    background-color: #135bd8;
}

.find_mima_box .mima_input {
    position: relative;
}

.find_mima_box .mima_input input {
    padding-left: 27px;
    margin-bottom: 27px;
    width: 100%;
    border-radius: 2px;
    height: 40px;
    line-height: 40px;
    color: #333;
    border: 1px solid #eeeeee;
}

.find_mima_box .mima_input input::placeholder {
    color: #888;
    font-size: 14px;
}

.find_mima_box .mima_input span {
    display: block;
    position: absolute;
    width: 20px;
    height: 10px;
    top: 16px;
    right: 15px;
    background: url('../images/keshi.png') no-repeat center;
    background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    cursor: pointer;
}

.find_mima_box .mima_input span.bian {
    background: url('../images/bukeshi.png') no-repeat center;
    background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
}

.find_mima_box .que_ding_box .f_que_ding_btn {
    margin: 20px 0 10px;
    width: 100%;
    background-color: #156cff;
    color: #fff;
    padding: 0;
    height: 45px;
    line-height: 45px;
    border-radius: 2px;
    cursor: pointer;
}

.find_mima_box .que_ding_box .f_que_ding_btn:hover {
    background-color: #135bd8;
}

.find_mima_box .mima_input input:focus,
.find_mima_box input:focus,
.find_mima_box #yazhengma4:focus,
.find_mima_box #phone4:focus {
    border: 1px solid #135bd8;
}


/* 免费注册 */

.zhuce_box {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -225px;
    margin-left: -255px;
    width: 510px;
    padding: 26px;
    background: #ffffff;
    border-radius: 5px;
    z-index: 999;
}

.zhuce_box .tit_box,
.find_mima_box .tit_box {
    margin-bottom: 20px;
}

.zhuce_box .tit_box .back_btn {
    float: left;
    font-size: 14px;
    color: #156CFF;
    padding-left: 15px;
    background: url('../images/fanhui.png') no-repeat left center;
    background-size: 8px 12px;
    -webkit-background-size: 8px 12px;
    cursor: pointer;
}

.zhuce_box .tit_box .back_btn:hover {
    text-decoration: underline;
}

.zhuce_box .tit_box .close_btn {
    float: right;
    cursor: pointer;
}

.zhuce_box .zhoahui {
    margin: 19px 0 38px;
    text-align: center;
}

.zhuce_box .zhoahui strong {
    font-size: 20px;
    color: #333;
    text-align: center;
    font-weight: normal;
}

.zhuce_box .zhuce {
    margin: 19px 0 38px;
    text-align: center;
}

.zhuce_box .zhuce strong {
    font-size: 20px;
    color: #333;
    text-align: center;
    font-weight: normal;
}

.zhuce_box .input_list {
    padding: 0 50px;
}

.zhuce_box input {
    padding-left: 27px;
    margin-bottom: 27px;
    height: 40px;
    line-height: 40px;
    color: #333;
}

.zhuce_box input::placeholder {
    color: #888;
    font-size: 14px;
}

.zhuce_box #z_phone,
.zhuce_box #phone3 {
    width: 100%;
    border: 1px solid #eeeeee;
    border-radius: 2px;
}

.zhuce_box #z_yazhengma,
.zhuce_box #yazhengma3 {
    width: 70%;
    border: 1px solid #eeeeee;
    border-right: none;
}

.zhuce_box #z_huoqu_yzm {
    display: inline-block;
    width: 30%;
    background-color: #156CFF;
    color: #fff;
    height: 40px;
    line-height: 40px;
    text-align: center;
    padding: 0 5px;
    border-radius: 0px 2px 2px 0px;
    font-size: 13px;
    cursor: pointer;
    border: 1px solid transparent;
}

.zhuce_box #z_huoqu_yzm:hover {
    background-color: #135bd8;
}

.zhuce_box .mima_input {
    position: relative;
}

.zhuce_box .mima_input input {
    padding-left: 27px;
    margin-bottom: 27px;
    width: 100%;
    border-radius: 2px;
    height: 40px;
    line-height: 40px;
    color: #333;
    border: 1px solid #eeeeee;
}

.zhuce_box .mima_input input::placeholder {
    color: #888;
    font-size: 14px;
}

.zhuce_box .mima_input span {
    display: block;
    position: absolute;
    width: 20px;
    height: 10px;
    top: 16px;
    right: 15px;
    background: url('../images/keshi.png') no-repeat center;
    background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    cursor: pointer;
}

.zhuce_box .mima_input span.bian {
    background: url('../images/bukeshi.png') no-repeat center;
    background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
}

.zhuce_box .denglu_box #z_que_ding_btn {
    margin: 20px 0 10px;
    width: 100%;
    background-color: #156cff;
    color: #fff;
    padding: 0;
    height: 45px;
    line-height: 45px;
    border-radius: 2px;
    cursor: pointer;
}

.zhuce_box .denglu_box #z_que_ding_btn:hover {
    background-color: #135bd8;
}

.zhuce_box .denglu_box .bot_txt {
    margin-bottom: 30px;
}

.zhuce_box .denglu_box .bot_txt .left {
    float: left;
}

.zhuce_box .denglu_box .bot_txt .left span {
    font-size: 14px;
    color: #333;
}

.zhuce_box .denglu_box .bot_txt .left span a {
    color: #156CFF;
}

.zhuce_box .denglu_box .bot_txt .left span a:hover {
    text-decoration: underline;
}

.zhuce_box .denglu_box .bot_txt .right {
    float: right;
}

.zhuce_box .denglu_box .bot_txt .right .zhuce_btn {
    font-size: 14px;
    color: #156CFF;
}

.zhuce_box .denglu_box .bot_txt .right .zhuce_btn:hover {
    text-decoration: underline;
}

.zhuce_box input:focus,
.zhuce_box #phone3:focus,
.zhuce_box #password3:focus,
.zhuce_box #yazhengma3:focus {
    border: 1px solid #156CFF;
}


/* 遮罩层 */

.zhezhao {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 99;
}

.zhezhao.on {
    display: block;
}


/* 登录页面  start ------------------------- */
.login_body{
    width: 100%;
    height: 100%;
    min-height: 100%;
    background: url(../images/login_page_bg1.jpg) no-repeat center bottom;
    background-size: cover;
    padding-top: 37px;
}
.login_body .bus_login{
    display: block;
    margin-top: -297px;
}
.login_body .bus_login .btn_close{
    display: none;
}
html{
    min-height: 100%;
}
.login_header{
    background: transparent;
    border: none;
    position: sticky;
}
.login_header .head_bot{
    height: auto;
    margin-top: 0;
}
.login_header .head_bot .logo{
    margin: 0;
}
.login_header .back_home{
    line-height: 48px;
}


.login_info_box .lb_right .shuru {
    position: relative;
}

.login_info_box .lb_right .shuru .change_btn {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    width: 52px;
    height: 52px;
    z-index: 9;
}

.login_info_box {
    min-height: calc(100vh - 380px);
    padding: 120px 0 0;
    background: url('../images/login_bg.png') no-repeat center;
    background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    height: 760px;
}

.login_info_box .lb_left {
    float: left;
    padding-top: 70px;
}

.login_info_box .lb_left h1 {
    font-size: 40px;
    color: #014aff;
    font-weight: 900;
    line-height: 54px;
    padding-bottom: 23px;
    position: relative;
    margin-bottom: 36px;
}

.login_info_box .lb_left h1::after {
    display: block;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 36px;
    height: 6px;
    background-color: #146AFF;
}

.login_info_box .lb_left p {
    font-size: 30px;
    color: #014AFF;
    font-weight: 600;
}

.login_info_box .lb_left p b {
    font-weight: 600;
    color: #FC6F0E;
}

.login_info_box .lb_right {
    float: right;
}

.login_info_box .lb_right .login_box {
    display: block;
    position: relative !important;
    margin-top: 0 !important;
    margin-left: 0 !important;
    top: 0 !important;
    left: 0 !important;
    z-index: 1;
}

.login_info_box .lb_right .close_btn {
    display: none !important;
}

.login_info_box .lb_right .find_mima_box {
    position: relative !important;
    margin-top: 0 !important;
    margin-left: 0 !important;
    top: 0 !important;
    left: 0 !important;
    z-index: 1;
}

.login_info_box .lb_right .zhuce_box {
    position: relative !important;
    margin-top: 0 !important;
    margin-left: 0 !important;
    top: 0 !important;
    left: 0 !important;
    z-index: 1;
}

.login_info_box .lb_right .saoma {
    position: relative;
    width: 500px;
    height: 500px;
    background: #FFFFFF;
    border-radius: 0px 10px 10px 0px;
    text-align: center;
    padding-top: 80px;
}

.login_info_box .lb_right .shuru.hide {
    display: none;
}

.login_info_box .lb_right .shuru.show {
    display: block;
}

.login_info_box .lb_right .saoma.hide {
    display: none;
}

.login_info_box .lb_right .saoma.show {
    display: block;
}

.login_info_box .lb_right .saoma strong {
    display: block;
    font-size: 24px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #343434;
    margin-bottom: 56px;
}

.login_info_box .lb_right .saoma .erweima_box {
    position: relative;
    margin: 0 auto 43px;
}

.login_info_box .lb_right .saoma .erweima_box .code {
    width: 152px;
    height: 152px;
    padding: 2px;
    border: 1px solid #EEEEEE;
    cursor: pointer;
    margin: 0 auto;
}

.login_info_box .lb_right .saoma .erweima_box .code img {
    width: 100%;
    height: 100%;
}

.login_info_box .lb_right .saoma .erweima_box .codets {
    width: 138px;
    height: 220px;
    display: block;
    position: absolute;
    top: 0px;
    right: 20px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.login_info_box .lb_right .saoma .erweima_box .codets img {
    width: 100%;
    height: 100%;
}

.login_info_box .lb_right .saoma .erweima_box .code:hover+.codets {
    right: -18px;
    opacity: 1;
    visibility: visible;
}

.login_info_box .lb_right .saoma .erweima_box .shi_xiao {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    text-align: center;
    padding-top: 60px;
}

.login_info_box .lb_right .saoma .erweima_box .shi_xiao.on {
    display: block;
}

.login_info_box .lb_right .saoma .erweima_box .shi_xiao p {
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #111;
    margin-bottom: 14px;
}

.login_info_box .lb_right .saoma .erweima_box .shi_xiao span {
    font-size: 13px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #222;
    cursor: pointer;
}

.login_info_box .lb_right .saoma .erweima_box .shi_xiao span i {
    color: #1064FF;
    vertical-align: middle;
}

.login_info_box .lb_right .saoma .erweima_box .shi_xiao span:hover {
    color: #1064FF;
}

.login_info_box .lb_right .saoma .erweima_box .cheng_gong {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    text-align: center;
    padding-top: 60px;
}

.login_info_box .lb_right .saoma .erweima_box .cheng_gong.on {
    display: block;
}

.login_info_box .lb_right .saoma .erweima_box .cheng_gong i {
    color: #33b176;
    display: block;
    margin-bottom: 15px;
    font-size: 26px;
}

.login_info_box .lb_right .saoma .erweima_box .cheng_gong p {
    color: #111;
    font-size: 14px;
}

.login_info_box .lb_right .saoma p {
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #444444;
    line-height: 22px;
}

.login_info_box .lb_right .saoma .smkjzj_p {
    position: relative;
}

.login_info_box .lb_right .saoma .smkjzj_p em {
    color: #156CFF;
    cursor: pointer;
}

.login_info_box .lb_right .saoma .smkjzj_p img {
    position: absolute;
    top: -647%;
    left: -20%;
    width: 260px;
    height: 258px;
    border-radius: 10px;
    visibility: hidden;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    opacity: 0;
}

.login_info_box .lb_right .saoma .smkjzj_p em:hover~img {
    left: 23%;
    opacity: 1;
    visibility: visible;
}

.login_info_box .lb_right .saoma .change_btn {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    width: 52px;
    height: 52px;
}

.login_info_box .lb_right .binding_info {
    position: relative;
    width: 500px;
    height: 500px;
    background: #FFFFFF;
    border-radius: 10px;
    text-align: center;
    padding: 55px 70px 0;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
}

.login_info_box .lb_right .binding_info strong {
    font-size: 20px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #242424;
    line-height: 18px;
    margin-bottom: 25px;
    display: block;
}

.login_info_box .lb_right .binding_info strong i {
    font-size: 32px;
    color: #59b435;
    vertical-align: middle;
}

.login_info_box .lb_right .binding_info .tit {
    font-size: 15px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #343434;
    margin-bottom: 38px;
}

.login_info_box .lb_right .binding_info .binding_box input {
    width: 100%;
    padding-left: 15px;
    height: 40px;
    line-height: 40px;
    background: #FFFFFF;
    border: 1px solid #EEEEEE;
    border-radius: 2px;
    margin-bottom: 18px;
}

.login_info_box .lb_right .binding_info .binding_box input::placeholder {
    color: #B2B2B2;
}

#bangding_verify-wrap {
    margin-bottom: -8px;
}

.login_info_box .lb_right .binding_info .binding_box #bangding_yazhengma {
    width: 70%;
    border: 1px solid #eeeeee;
    border-right: none;
}

.login_info_box .lb_right .binding_info .binding_box #bangding_huoqu_yzm {
    display: inline-block;
    width: 30%;
    background-color: #156CFF;
    color: #fff;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 0px 2px 2px 0px;
    font-size: 14px;
    cursor: pointer;
    border: 1px solid transparent;
}

.login_info_box .lb_right .binding_info .binding_box .tongyi_box #tongyi_btn {
    margin: 20px 0 10px;
    width: 100%;
    background-color: #156cff;
    color: #fff;
    padding: 0;
    height: 45px;
    line-height: 45px;
    border-radius: 2px;
    cursor: pointer;
}

.login_info_box .lb_right .binding_info .binding_box .tongyi_box #tongyi_btn:hover {
    background-color: #135bd8;
}

.login_info_box .lb_right .binding_info .binding_box .tongyi_box .bot_txt .left {
    float: left;
}

.login_info_box .lb_right .binding_info .binding_box .tongyi_box .bot_txt .left span {
    font-size: 14px;
    color: #333;
}

.login_info_box .lb_right .binding_info .binding_box .tongyi_box .left span a {
    color: #156CFF;
}

.login_info_box .lb_right .binding_info .binding_box .tongyi_box .bot_txt .left span a:hover {
    text-decoration: underline;
}

.yibang_tip {
    display: none;
    width: 440px;
    height: 150px;
    background: #F8F7FC;
    border-radius: 5px;
    padding: 39px 20px 0;
    z-index: 100;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.yibang_tip p {
    font-size: 15px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #444444;
    line-height: 22px;
    margin-bottom: 20px;
    text-align: center;
}

.yibang_tip .btns {
    float: right;
}

.yibang_tip .btns span {
    display: inline-block;
    width: 60px;
    height: 34px;
    background: #F8F7FC;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-right: 20px;
    text-align: center;
    line-height: 32px;
    cursor: pointer;
}

.yibang_tip .btns span.queding {
    background: #1064FF;
    color: #fff;
}

.yibang_tip .btns span.queding:hover {
    background: #0e58e0;
}

.yibang_tip .btns span.quxiao:hover {
    border: 1px solid #1064FF;
    color: #1064FF;
}


/* 登录页面  end ------------------------- */


/* 右侧悬浮  */

.xuanfu_box {
    width: 50px;
    display: none;
    position: fixed;
    /*bottom: 120px;*/
    bottom: 140px;
    right: 50%;
    margin-right: -670px;
    z-index: 10;
    border: 2px solid #FFFFFF;
    background: linear-gradient(0deg, #FFFFFF 0%, #F4F6F8 100%);
    box-shadow: 0px 2px 10px 0px rgba(1, 23, 120, 0.1);
}
.xuanfu_box.d {
    display: block;
}
.xuanfu_box .item{
    width: 50px;
    margin-left: -2px;
    text-align: center;
    position: relative;
    display: none;
}
.xuanfu_box .item::after{
    content: '';
    width: 24px;
    height: 1px;
    background: #EBEBF0;
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -12px;
}
.xuanfu_box .item:first-child::after{
    display: none;
}
.xuanfu_box .boxone{
    width: 100%;
    height: 54px;
    padding-top: 10px;
    color: #98A3B7;
    cursor: pointer;
    transition: all 0.3s;
}
.xuanfu_box .boxone img{
    display: block;
    width: 24px;
    height: 24px;
    margin: auto;
}
.xuanfu_box .boxone .icon2{
    display: none;
}
.xuanfu_box .boxone p{
    font-size: 12px;
    line-height: 16px;
}
.xuanfu_box .boxone:hover{
    color: #FF6600;
}
.xuanfu_box .qp{
    width: 184px;
    height: 38px;
    background: linear-gradient(to left, #FE8B3F 0%, #FE6E0F 63%, #FE761D 100%);
    box-shadow: 0px 2px 10px 0px rgba(1, 23, 120, 0.1);
    position: absolute;
    left: -100px;
    top: 50%;
    margin-top: -19px;
    font-size: 14px;
    white-space: nowrap;
    color: #fff;
    line-height: 38px;
    padding: 0 12px;
    transition: all 0.5s;
    transform: scale(0);
}
.xuanfu_box .qp.active{
    left: -192px;
    transform: scale(1);
}
.xuanfu_box .qp::before{
    content: '';
    width: 0;
    height: 0;
    border-width: 5px;
    border-style: solid;
    border-color: transparent;
    border-left-color: #fe8a3e;
    position: absolute;
    left: 100%;
    top: 50%;
    margin-top: -5px;
}
.xuanfu_box .boxtwo{
    width: 210px;
    box-shadow: 0px 2px 10px 0px rgb(1 23 120 / 10%);
    border-radius: 2px;
    padding: 10px 4px;
    position: absolute;
    background: linear-gradient( 0deg, #FFFFFF 0%, #F4F6F8 100%);
    border: 3px solid #fff;
    right: 60px;
    top: 50%;
    margin-top: -90px;
    display: none;
}
.xuanfu_box .boxtwo::before{
    content: '';
    width: 10px;
    height: 100%;
    position: absolute;
    left: 100%;
    bottom: 0;
}
.xuanfu_box .boxtwo::after{
    content: '';
    border: 10px solid transparent;
    border-left-color: #fff;
    position: absolute;
    left: 100%;
    top: 50%;
    margin-top: -10px;
}
.xuanfu_box .boxtwo .pone{
    font-size: 14px;
    color: #13192F;
    line-height: 16px;
    white-space: nowrap;
}
.xuanfu_box .boxtwo .ptwo{
    font-size: 14px;
    color: #FF6600;
    line-height: 1em;
    font-weight: bold;
    margin: 5px auto;
}
.xuanfu_box .boxtwo img{
    width: 120px;
    height: 120px;
    margin: 5px auto;
}
.xuanfu_box .boxtwo .pthree{
    font-size: 12px;
    color: #98A3B7;
    line-height: 1em;
    margin-top: 2px;
}
.xuanfu_box .item_lxkf .boxtwo{
    width: 184px;
}
.xuanfu_box .item_lxkf .boxtwo .pthree{
    margin-top: -2px;
}
.xuanfu_box .item:hover .boxone .icon1{
    display: none;
}
.xuanfu_box .item:hover .boxone .icon2{
    display: block;
}
.xuanfu_box .item:hover .boxtwo{
    display: block;
}
.xuanfu_box .return_top{
    width: 50px;
    height: 50px;
    border: 2px solid #FFFFFF;
    background: linear-gradient(0deg, #FFFFFF 0%, #F4F6F8 100%);
    box-shadow: 0px 2px 10px 0px rgba(1, 23, 120, 0.1);
    border-radius: 24px;
    padding-top: 5px;
    position: absolute;
    left: 0;
    bottom: -70px;
    text-align: center;
    color: #98A3B7;
    cursor: pointer;
    display: none;
}
.xuanfu_box .return_top .iconfont{
    display: block;
    font-size: 18px;
    line-height: 20px;
}
.xuanfu_box .return_top p{
    font-size: 12px;
    line-height: 1em;
}
.xuanfu_box .return_top:hover{
    color: #ff6600;
}

.duibi_cont {
    padding-top: 60px;
}

.prohibit {
    cursor: not-allowed !important;
    background: #b2afaf !important;
    pointer-events: none !important;
    color: #ffffff !important;
    border: none !important;
}

.prohibit2 {
    cursor: not-allowed !important;
    background: #b2afaf !important;
    pointer-events: none !important;
    color: #ffffff !important;
    border: none !important;
}

.prohibit3 {
    cursor: not-allowed !important;
    background: #d2e2ff !important;
    /*  pointer-events: none !important; */
}

.xuanzhong_lanbg {
    background-color: #156CFF;
    color: #fff !important;
}

.xuanzhong_lanbg em {
    color: #fff !important;
}

#tangram-suggestion--TANGRAM__41-main,
.tangram-suggestion-main {
    height: 350px !important;
    overflow-y: scroll !important;
}


/* 企业纠错  start ------------------------- */

.qiye_correction {
    padding: 32px 0 145px;
}

.qiye_correction h1 {
    font-size: 24px;
    color: #333333;
    line-height: 1em;
    margin-bottom: 32px;
}

.qiye_correction .tishi {
    padding: 5px 13px;
    font-size: 14px;
    color: #656565;
    line-height: 26px;
    background: #FFF9F5;
}

.qiye_correction .tishi a {
    color: #FF6500;
}

.qiye_correction .gongsi {
    padding: 25px 33px;
    background: #F9F9FB;
    position: relative;
    margin-top: 30px;
    overflow: hidden;
}

.qiye_correction .gongsi .img1 {
    width: 100px;
    height: 100px;
    float: left;
}

.qiye_correction .gongsi p {
    width: 900px;
    margin: 20px 0 0 25px;
    font-size: 24px;
    color: #333333;
    line-height: 34px;
    font-weight: bold;
}

.qiye_correction .gongsi span {
    display: block;
    width: 145px;
    height: 30px;
    font-size: 16px;
    color: #fff;
    line-height: 30px;
    background: #FF6500;
    position: absolute;
    top: 26px;
    right: -31px;
    transform: rotate(45deg);
    text-align: center;
}

.qiye_correction h2 {
    font-size: 16px;
    color: #333333;
    line-height: 1em;
    padding-left: 10px;
    border-left: 4px solid #1D6DFF;
    margin: 40px 0 16px;
}

.qiye_correction form .box {
    margin-top: 40px;
    position: relative;
}

.qiye_correction form .box .left {
    width: 84px;
    font-size: 14px;
    color: #2F3753;
    line-height: 1em;
}

.qiye_correction form .box .left span {
    font-size: 16px;
    font-weight: bold;
    color: #FF0000;
}

.qiye_correction form .box textarea {
    width: 500px;
    height: 150px;
    padding: 7px 46px 30px 15px;
    border: 1px solid #ccc;
}

.qiye_correction form .box .jishu {
    font-size: 14px;
    color: #BFC3CB;
    line-height: 1em;
    position: absolute;
    right: 625px;
    top: 128px;
}

.qiye_correction form .right {
    width: 1000px;
    margin-top: -10px;
}

.qiye_correction form .imgbox {
    width: 120px;
    height: 120px;
    border: 1px solid #E4E4E4;
    float: left;
    margin: 10px 20px 13px 0;
    position: relative;
}

.qiye_correction form .imgbox img {
    width: 100%;
    height: 100%;
}

.qiye_correction form .imgbox p {
    width: 100%;
    height: 20px;
    background: rgba(0, 0, 0, 0.5);
    font-size: 16px;
    color: #FF6600;
    text-align: center;
    line-height: 20px;
    cursor: pointer;
    position: absolute;
    left: 0;
    bottom: 0;
    display: none;
}

.qiye_correction form .imgbox:hover p {
    display: block;
}

.qiye_correction form .sc_img {
    width: 120px;
    height: 120px;
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
    border-radius: 4px;
    padding-top: 82px;
    font-size: 14px;
    color: #C0C4CC;
    line-height: 1em;
    text-align: center;
    position: relative;
    cursor: pointer;
    margin: 10px 20px 13px 0;
    float: left;
}

.qiye_correction form .sc_img::before {
    content: '\e63a';
    width: 100%;
    height: 82px;
    font-size: 44px;
    color: #156CFD;
    line-height: 72px;
    position: absolute;
    left: 0;
    top: 10px;
    font-family: iconfont;
    font-weight: lighter;
}

.qiye_correction form .right .pone {
    width: 100%;
    font-size: 14px;
    color: #757D91;
    line-height: 1em;
}

.qiye_correction form .btn {
    width: 250px;
    height: 50px;
    background: #178FFF;
    border-radius: 5px;
    display: block;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
    font-weight: bold;
    margin: 58px 0 0 84px;
}

.qiye_correction .formerror {
    border-color: #FF0000 !important;
}

.qiye_correction .formtishi {
    width: 100%;
    font-size: 14px;
    line-height: 1em;
    margin-top: 1em;
    color: #FF0000;
    margin-left: 84px;
    float: left;
    display: none;
}


/* 企业纠错  end ------------------------- */


/* 提交成功  start ------------------------- */

.sub_success {
    width: 100%;
    background: #f5f5f5;
    padding: 50px 0;
}

.sub_success .box {
    padding: 140px 0 200px;
    background: #fff;
    border-radius: 5px;
    text-align: center;
}

.sub_success h1 {
    font-size: 30px;
    color: #444;
    font-weight: normal;
    line-height: 1em;
    position: relative;
    padding-top: 80px;
}

.sub_success h1::before {
    content: '\e7f2';
    width: 50px;
    height: 50px;
    font-size: 36px;
    line-height: 46px;
    box-sizing: border-box;
    text-align: center;
    font-family: iconfont;
    color: #67C139;
    border-radius: 50%;
    border: 2px solid #67C139;
    position: absolute;
    top: 0;
    left: 575px;
}

.sub_success p {
    font-size: 14px;
    color: #777;
    line-height: 24px;
    margin-top: 15px;
}


/* 提交成功  end ------------------------- */


/* 媒体查询 */

@media screen and (max-width:5000px) {
    .sousuo_bg {
        padding: 150px 0;
    }
}

@media screen and (max-width:4000px) {
    .sousuo_bg {
        padding: 170px 0;
    }

    .sousuo_bg h1 {
        font-size: 60px;
        margin-bottom: 50px;
    }

    .sousuo_bg .search_box {
        width: 100%;
    }
}

@media screen and (max-width:3400px) {
    .sousuo_bg {
        padding: 110px 0;
    }
}

@media screen and (max-width:2200px) {
    .sousuo_bg {
        padding: 60px 0;
    }
}

@media screen and (max-width:1930px) {
    .sousuo_bg {
        padding: 40px 0 0;
    }

    .sousuo_bg h1 {
        font-size: 34px;
        color: #fff;
        margin-bottom: 33px;
    }

    .sousuo_bg .search_box {
        width: 700px;
    }
}

@media screen and (max-width:1830px) {

    .ips_txt p {
        margin-bottom: 65px;
    }

    .sousuo_bg {
        padding: 40px 0;
    }
}

@media screen and (max-width: 1700px) {

    .dili_weizhi_box .ditu {
        margin-left: 0;
    }

    .dili_weizhi_box .dizhi {
        left: 20%;
    }

}

@media screen and (max-width: 1630px) {
    .w1400 {
        max-width: 1230px;
        margin: 0 auto;
        box-sizing: border-box;
    }
}

@media screen and (max-width: 1500px) {
    .ips_txt h1 {
        font-size: 50px;
    }

    .dili_weizhi_box .ditu {
        width: 100%;
    }

    .dili_weizhi_box .dizhi {
        display: none;
    }

    .map_list_box .qiye_info_box {
        width: 60%;
        left: 40%;
    }

    .map_list_box .map_box {
        width: 40%;
    }
}

@media screen and (max-width: 1260px) {
    .admin_info .xinxi .ziliao_box .shuru_items ul li input {
        width: 50%;
    }

}

@media screen and (max-width: 1250px) {
    .call_us .call_items li {
        padding: 65px 30px;
    }
}

@media screen and (max-width: 1235px) {
    .yijian_box {
        padding: 36px 20px;
    }

    .sousuo_bg {
        text-align: center;
    }

    .sousuo_bg .search_box {
        margin: 0 auto 14px;
    }

    .nnews_tab .nnews_tab_info .nti_list ul li .txt p {
        margin-bottom: 50px;
    }

    .ab_info_box .call_items ul {
        padding: 0;
    }

    .w1400 {
        max-width: 1100px;
        margin: 0 auto;
        box-sizing: border-box;
    }

    .sousuo_bg .hot_sousuo {
        text-align: center;
    }

    .tichu_box .bug_info .up_img .up_btn .bg {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 1220px) {
    .fagui_box {
        height: 550px;
    }

    body {
        overflow-x: scroll;
    }
}

@media screen and (max-width: 1200px) {
    body{
        min-width: 1400px;
    }
    .newsfour.active_fix {
        left: 900px;
        margin-left: 0;
    }
}

/* 推广页面入口 */

.go_promotion {
    width: 100%;
    height: 400px;
    position: absolute;
    left: 0;
    top: -400px;
    overflow: hidden;
    z-index: 98;
}

.go_promotion::before {
    content: '';
    width: 50%;
    height: 100%;
    background: #6262f8;
    position: absolute;
    left: 0;
    top: 0;
}

.go_promotion::after {
    content: '';
    width: 50%;
    height: 100%;
    background: #25e6f3;
    position: absolute;
    right: 0;
    top: 0;
}

.go_promotion .close {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: block;
    position: absolute;
    left: 50%;
    top: 20px;
    margin-left: 600px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    background: rgba(0, 0, 0, 0.4);
    z-index: 2;
    cursor: pointer;
}

.go_promotion .img1 {
    display: block;
    width: 1920px;
    max-width: 1920px;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -960px;
    z-index: 1;
}

.go_promotion .img2 {
    display: none;
    position: relative;
    z-index: 1;
}

.go_promotion.active {
    position: fixed;
    width: 120px;
    height: 120px;
    left: 50%;
    top: 120px !important;
    margin-left: 620px;
}

.go_promotion.active .close,
.go_promotion.active .img1 {
    display: none;
}

.go_promotion.active .img2 {
    width: 100%;
    height: 100%;
    display: block;
}


/* 分页样式 */

/*body #pageId,*/
/*#e_pageId,*/
/*#u_pageId,*/
/*#n_pageId {*/
/*    text-align: center;*/
/*    padding-bottom: 50px;*/
/*}*/

/*body .layui-laypage a,*/
/*.layui-laypage button,*/
/*.layui-laypage input,*/
/*.layui-laypage select,*/
/*body .layui-laypage span {*/
/*    border-color: #DCDCDC;*/
/*}*/

/*body .layui-laypage a,*/
/*body .layui-laypage span {*/
/*    height: 34px;*/
/*    font-size: 16px;*/
/*    color: #888888;*/
/*    line-height: 34px;*/
/*    border-radius: 5px;*/
/*    margin: 0 6px;*/
/*    background: transparent;*/
/*    box-sizing: border-box;*/
/*    padding: 0 10px;*/
/*}*/

/*!*body .layui-laypage .layui-laypage-curr {*!*/
/*!*    margin: 0 6px;*!*/
/*!*}*!*/



/*body .layui-laypage a:hover,*/
/*.layui-laypage span:hover {*/
/*    color: #1064FF;*/
/*}*/

/*body .layui-laypage-next {*/
/*    background: #1064FF;*/
/*    color: #fff;*/
/*}*/

/*body .layui-laypage .layui-laypage-refresh,*/
/*body .layui-laypage .layui-laypage-count {*/
/*    display: none;*/
/*}*/

/*.mk_box #pageId {*/
/*    margin-top: 50px;*/
/*}*/

/*body .layui-laypage button:hover {*/
/*    color: #1064FF;*/
/*}*/

/*body .layui-laypage-skip:hover {*/
/*    color: #999;*/
/*}*/


/* 页码样式 */

.pageinfo .greyActive {
    cursor: not-allowed;
}

.pageinfo .greyActive a {
    pointer-events: none;
}

/* input ::-moz-list-number类型 隐藏箭头 */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
}
input[type="number"] {
	-moz-appearance: textfield;
}

/* 第三方SDK目录 */
.sdk_catalog{
    margin: 50px auto;
    box-shadow: 0 0 10px 0px rgb(0 0 0 / 10%);
    position: relative;
    padding: 40px 70px 68px;
}
.sdk_catalog h1{
    font-size: 24px;
    color: #000;
    line-height: 44px;
    margin-bottom: 30px;
    text-align: center;
}
.sdk_catalog p{
    font-size: 15px;
    color: #000;
    line-height: 30px;
}
.sdk_catalog h2{
    font-size: 18px;
    line-height: 30px;
    margin: 30px 0 2px;
}
.sdk_catalog a{
    display: inline-block;
    color: #1064FF;
}
.sdk_catalog a:hover{
    text-decoration: underline;
}
.mk_top input[type=checkbox],
.aq_top input[type=checkbox]{
    cursor: pointer;
    position: relative;
    width: 14px;
    height: 14px;
    font-size: 12px;
    border: 1px solid #C7CED1;
    background-color: #F6F6F7;
    vertical-align: -2px;
    margin: 0;
    margin-right: 2px;
}
.mk_top input[type=checkbox]::after,
.aq_top input[type=checkbox]::after{
    position: absolute;
    top: 0;
    left: 0;
    background-color: #F6F6F7;
    border: 1px solid #C7CED1;
    /*color: #000;*/
    width: 14px;
    height: 14px;
    display: inline-block;
    visibility: visible;
    text-align: center;
    content: ' ';
}
.mk_top input[type=checkbox]:checked::after,
.aq_top input[type=checkbox]:checked::after{
    content: "✓";
    font-size: 12px;
    line-height: 12px;
    /*transform: scale(.8);*/
    color: #ffffff;
    background-color: #156CFF;
    font-weight: bold;
    border-color: transparent;
}
.mk_top .renzheng_ul img,
.rz_status  img{
    vertical-align: -5px;
}
.mk_top .zhankai{
    top: -2px;
}
/*.mk_top .renzheng_ul li:first-child{*/
/*    margin-right: 14px;*/
/*}*/
.mk_top ul.renzheng_ul li,
.mk_top .renzheng_ul ul li{
    margin-right: 14px;
}

.BMap_bubble_content h1{
    font-size: 15px;
    padding-top: 10px;
}
.BMap_bubble_content span{
    line-height: 24px;
    font-size: 12px;
    display: block;

}
.BMap_bubble_content span .ck_iphon{
    cursor: pointer;
}
.BMap_bubble_content span i .em2{
    color:#18ABEE;cursor: pointer;
}
.BMap_bubble_content span i .em2.on{
    display: none;
}
.BMap_bubble_content span .on{display: none;}
.BMap_bubble_content img{
    margin-top: 10px;
}
.BMap_shadow img{
    opacity: 0;
}
.BMap_pop img{
    max-width: none;
}
.BMap_Marker img{
    width: 38px;
    max-width: none;
}
.BMap_bubble_content .map_xx_bot{
    margin-top: 10px;
}
.BMap_bubble_content .map_xx_bot a{
    display: block;
    margin-left: 25px;
    font-size: 14px;
    line-height: 34px;
    padding-left: 40px;
    position: relative;
    color: #3a84df;
}
.BMap_bubble_content .map_xx_bot a:hover{
    text-decoration: underline;
}
.BMap_bubble_content .map_xx_bot a::before{
    content: '';
    width: 30px;
    height: 34px;
    background: url(../images/map_xx_bot_icon1.png) no-repeat right center;
    position: absolute;
    left: 0;
    top: 0;
}
.BMap_bubble_content .btn_map_ewm{
    width: 195px;
    height: 34px;
    margin-left: 65px;
    background: #3a84df;
    text-align: center;
    color: #fff;
    font-size: 14px;
    line-height: 34px;
    border-radius: 5px;
    cursor: pointer;
}
.BMap_bubble_content .btn_map_ewm::before{
    content: '';
    width: 28px;
    height: 30px;
    display: inline-block;
    background: url(../images/map_xx_bot_icon2.png) no-repeat center center;
    background-size: 100% auto;
    vertical-align: middle;
    margin-right: 8px;
}
.map_ewm_tc{
    width: 310px;
    height: 340px;
    background: #FFFFFF;
    box-shadow: 0px 2px 59px 0px rgba(2, 28, 85, 0.29);
    border-radius: 12px;
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: 240px;
    display: none;
    z-index: 3;
}
.map_ewm_tc p{
    width: 100%;
    height: 70px;
    background: #3A84DF;
    border-radius: 12px 12px 0 0;
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 70px;
    margin-bottom: 36px;
}
.map_ewm_tc img{
    width: 180px;
    height: 180px;
    display: block;
    margin: auto;
}

.grade_change_all{
    display: none!important;
    width: 263px;
    height: 87px;
    position: absolute;
    left: 50%;
    top: 30px;
    margin-left: 443px;
    background: url(../images/grade_change_all_bg1.png) no-repeat;
    background-size: 100% 100%;
    padding-top: 25px;
    text-align: center;
    box-shadow: 0px 3px 18px 0px rgba(2, 16, 58, 0.1);
    z-index: 999;
}
.grade_change_all p{
    font-size: 14px;
    color: #141D2C;
    line-height: 20px;
}
.grade_change_all .btn{
    display: block;
    width: 62px;
    height: 24px;
    background: #F6F7FE;
    border-radius: 12px;
    font-size: 12px;
    color: #1064FF;
    line-height: 24px;
    margin: 7px 0 0 190px;
    cursor: pointer;
}
.grade_change_all .btn:hover{
    text-decoration: underline;
}
.grade_change_grzx{
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 101;
    display: none;
}
.grade_change_grzx .box{
    width: 266px;
    height: 318px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -159px;
    margin-left: -133px;
    padding-top: 105px;
    text-align: center;
    background: url(../images/grade_change_grzx_bg1.png);
    background-size: 100% 100%;
}
.grade_change_grzx .box .pone{
    font-size: 18px;
    font-weight: bold;
    color: #6E4A27;
    line-height: 28px;
}
.grade_change_grzx .box .num{
    display: block;
    font-size: 60px;
    color: #B7814B;
    line-height: 60px;
    margin-top: 10px;
}
.grade_change_grzx .box .ptwo{
    font-size: 14px;
    color: #B98358;
    line-height: 16px;
}
.grade_change_grzx .box .btn{
    display: block;
    width: 159px;
    height: 42px;
    font-size: 16px;
    color: #fff;
    line-height: 42px;
    margin: 18px auto 0;
    cursor: pointer;
    box-shadow: 0px 10px 18px 0px rgba(4, 13, 103, 0.32);
    border-radius: 30px;
    transition: all 0.3s;
    background: url(../images/grade_change_grzx_bg2.png);
    background-size: 100% 100%;
}
.grade_change_grzx .box .btn:hover{
    transform: translateY(-2px);
}
.grade_change_grzx .close{
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid #fff;
    font-size: 18px;
    color: #fff;
    line-height: 36px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -20px;
    margin-top: 178px;
    cursor: pointer;
    text-align: center;
}


.ckdttc {
  width: 100%;
  height: 100%;
  padding: 40px 0 200px;
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  display: none;
}

.ckdttc .close {
  width: 30px;
  height: 30px;
  display: block;
  background: #C1C4CC;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
  z-index: 1;
}

.ckdttc .imgbox {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ckdttc .imgbox img {
  max-height: 100%;
  max-width: 100%;
  display: block;
  object-fit: scale-down;
}

.ckdttc .imgbox span {
  display: block;
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
}

.ckdttc .imgbox .prev {
  left: 0;
}

.ckdttc .imgbox .prev:hover {
  cursor: url("../images/arrow_l.png"), default;
}

.ckdttc .imgbox .next {
  right: 0;
}

.ckdttc .imgbox .next:hover {
  cursor: url("../images/arrow_r.png"), default;
}

.ckdttc .ckdtlb {
  height: 75px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100px;
  margin: auto;
  overflow: hidden;
  border-radius: 5px;
}

.ckdttc .ckdtlb ul {
  height: 75px;
  overflow: hidden;
  position: relative;
  left: -5px;
}

.ckdttc .ckdtlb ul li {
  width: 110px;
  height: 75px;
  padding: 0 5px;
  float: left;
  cursor: pointer;
  position: relative;
}

.ckdttc .ckdtlb ul li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: auto;
}

.ckdttc .ckdtlb ul li::before {
  content: '';
  width: 100px;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  left: 5px;
  top: 0;
}

.ckdttc .ckdtlb ul li.active::before {
  display: none;
}

.ckdttc .ckdtlb .prev, .ckdttc .ckdtlb .next {
  display: block;
  width: 32px;
  height: 75px;
  position: absolute;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 5px;
  font-size: 20px;
  text-align: center;
  line-height: 75px;
  color: #fff;
  cursor: pointer;
  z-index: 2;
}

.ckdttc .ckdtlb .prev {
  left: 0;
}

.ckdttc .ckdtlb .next {
  right: 0;
}

.popup_tel {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    position: fixed;
    right: 0;
    bottom: 0;
    padding: 40px 45px 48px;
    display: none;
    z-index: 999;
  }

  .popup_tel .close {
    font-size: 30px;
    line-height: 1em;
    color: #fff;
    position: absolute;
    right: 50%;
    top: 50%;
    cursor: pointer;
    margin: -230px -315px 0 0;
  }

  .popup_tel .box {
    width: 570px;
    height: 394px;
    border-radius: 6px;
    margin: -197px 0 0 -285px;
    padding-top: 46px;
    background: #fff;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
  }

  .popup_tel .pone {
    font-size: 16px;
    color: #666666;
    line-height: 1em;
  }

  .popup_tel .pone span {
    color: #FF6600;
  }

  .popup_tel .ptwo {
    font-size: 36px;
    margin-top: 26px;
    color: #FF6600;
    line-height: 1em;
    font-weight: bold;
  }

  .popup_tel img {
    width: 154px;
    height: 154px;
    background: #FFFFFF;
    box-shadow: 0px 2px 16px 0px rgba(1, 2, 27, 0.1);
    border-radius: 8px;
    padding: 10px;
    margin: 29px auto 0;
    display: block;
  }

  .popup_tel .pthree {
    font-size: 12px;
    margin-top: 18px;
    color: #888888;
    line-height: 1em;
  }

  .popup_tel_js {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    position: fixed;
    right: 0;
    bottom: 0;
    padding: 40px 45px 48px;
    display: none;
    z-index: 999;
  }

  .popup_tel_js .close {
    font-size: 30px;
    line-height: 1em;
    color: #fff;
    position: absolute;
    right: 50%;
    top: 50%;
    cursor: pointer;
    margin: -230px -315px 0 0;
  }

  .popup_tel_js .box {
    width: 570px;
    height: 394px;
    border-radius: 6px;
    margin: -197px 0 0 -285px;
    padding-top: 46px;
    background: #fff;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
  }

  .popup_tel_js .pone {
    font-size: 16px;
    color: #666666;
    line-height: 1em;
  }

  .popup_tel_js .pone span {
    color: #FF6600;
  }

  .popup_tel_js .ptwo {
    font-size: 36px;
    margin-top: 26px;
    color: #FF6600;
    line-height: 1em;
    font-weight: bold;
  }

  .popup_tel_js img {
    width: 154px;
    height: 154px;
    background: #FFFFFF;
    box-shadow: 0px 2px 16px 0px #ccc;
    border-radius: 8px;
    padding: 10px;
    margin: 29px auto 0;
    display: block;
  }

  .popup_tel_js .pthree {
    font-size: 12px;
    margin-top: 18px;
    color: #888888;
    line-height: 1em;
  }


.popup_tel_tx_js{
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    background: rgba(0, 0, 0, 0.5);
    display: none;
}
.popup_tel_tx_js .box{
    width: 510px;
    height: 368px;
    background: url(../images/popup_tel_tx_js_bg1.png) no-repeat;
    background-size: 100% 100%;
    box-shadow: 0px 8px 23px 1px rgba(20, 24, 93, 0.2);
    border-radius: 4px;
    padding: 0 15px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -184px 0 0 -255px;
    text-align: center;
}
.popup_tel_tx_js .box .close{
    width: 32px;
    height: 32px;
    font-size: 22px;
    color: #5a5a68;
    text-align: center;
    line-height: 32px;
    position: absolute;
    right: 2px;
    top: 0;
    cursor: pointer;
}
.popup_tel_tx_js .head{
    height: 112px;
    margin-top: -24px;
    border-bottom: 1px dashed #EBECF0;
}
.popup_tel_tx_js .head img{
    display: block;
    width: 56px;
    height: 56px;
    border: 2px solid #F3F5F9;
    border-radius: 50%;
    margin: auto;
}
.popup_tel_tx_js .head .p_name{
    font-size: 14px;
    color: #121727;
    line-height: 20px;
    margin-top: 3px;
    padding: 0;
}
.popup_tel_tx_js .head .p_gs{
    font-size: 12px;
    color: #9FA8B9;
    line-height: 20px;
}
.popup_tel_tx_js .pone{
    font-size: 16px;
    color: #494E6B;
    line-height: 26px;
    margin-top: 11px;
}
.popup_tel_tx_js .pone .js{
    color: #FB0D23;
}
.popup_tel_tx_js .pone i{
    color: #FB0D23;
}
.popup_tel_tx_js .ptwo{
    font-size: 22px;
    color: #FF6600;
    font-weight: bold;
    line-height: 28px;
}
.popup_tel_tx_js .codephone{
    display: block;
    width: 148px;
    height: 148px;
    background: #FFFFFF;
    box-shadow: 0px 2px 10px 0px rgba(1, 23, 120, 0.1);
    border-radius: 2px;
    padding: 5px;
    margin: 9px auto !important;
}
.popup_tel_tx_js .pthree{
    font-size: 12px;
    color: #98A3B7;
    line-height: 1em;
    padding: 0 !important;
}


.tel_tc_no_time {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    position: fixed;
    right: 0;
    bottom: 0;
    padding: 40px 45px 48px;
    display: none;
    z-index: 999;
  }

  .tel_tc_no_time .close {
    font-size: 30px;
    line-height: 1em;
    color: #fff;
    position: absolute;
    right: 50%;
    top: 50%;
    cursor: pointer;
    margin: -220px -275px 0 0;
  }

  .tel_tc_no_time .box {
    width: 510px;
    height: 392px;
    background: #fff;
    text-align: center;
    padding-top: 50px;
    border-radius: 10px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -196px 0 0 -255px;
  }

  .tel_tc_no_time .pone {
    font-size: 18px;
    color: #888888;
    line-height: 1em;
  }

  .tel_tc_no_time .ptwo {
    font-size: 30px;
    color: #FF6600;
    line-height: 1em;
    margin-top: 30px;
    font-weight: bold;
  }

  .tel_tc_no_time img {
    width: 158px;
    height: 158px;
    display: block;
    margin: 29px auto 0;
  }

  .tel_tc_no_time .pthree {
    font-size: 14px;
    color: #888888;
    line-height: 1em;
    margin-top: 16px;
  }

.el-pagination{
    text-align: center;
}

/* 详情图片轮播（缩略图、无视频） */
.detail_image_lb{
    width: 380px;
    overflow: hidden;
    position: relative;
}
.detail_image_lb .bigbox{
    width: 380px;
    height: 380px;
}
.detail_image_lb .bigbox img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.detail_image_lb .list{
    height: 70px;
    margin-top: 12px;
}
.detail_image_lb .list li{
    width: 78px;
    height: 100%;
    padding: 0 4px;
    float: left;
    cursor: pointer;
    opacity: 0.6;
    transition: all 0.3s;
    position: relative;
}
.detail_image_lb li.active {
  opacity: 1;
}
.detail_image_lb li img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.detail_image_lb .prev,
.detail_image_lb .next {
  width: 32px;
  height: 70px;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 0;
  font-size: 18px;
  color: #fff;
  line-height: 70px;
  text-align: center;
  cursor: pointer;
}
.detail_image_lb .prev {
  left: 0;
}
.detail_image_lb .next {
  right: 0;
}
/* 新增商家版即时通讯入口*/
.header .store_zxzx{
    height: 40px;
    position: relative;
    margin-right: 38px;
    display: none;
}
.header .store_zxzx .tit{
    font-size: 12px;
    color: #fff;
    cursor: pointer;
    padding-top: 1px;
}
.header .store_zxzx .tit span{
    font-size: 21px;
    vertical-align: -3px;
    color: #e5e5e5;
}
.header .store_zxzx:hover .tit{
    color: #ff6600;
}
.header .store_zxzx:hover .tit span{
    color: #ff6600;
}
.header .store_zxzx .store_zxxx_unread{
    position: absolute;
    right: 0;
    top: 4px;
    transform: translateX(100%);
    padding: 0 5px;
    height: 15px;
    line-height: 15px;
    background: #FF0000;
    border-radius: 6px 6px 6px 0px;
    font-size: 12px;
    text-align: center;
    color: #FFFFFF;
    display: none;
}

[v-cloak] {
    display: none;
}

.goods_detail_qst{
    text-align: center;
    padding: 200px 0;
}
.goods_detail_qst .imgone {
  display: block;
  margin: auto;
}

.goods_detail_qst h1 {
  font-size: 30px;
  color: #343434;
  line-height: 1em;
  margin-top: 36px;
}

.goods_detail_qst p {
  font-size: 14px;
  color: #888888;
  line-height: 1em;
  margin-top: 28px;
}


.jiejing_tc {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 999;
  position: fixed;
  left: 0;
  top: 0;
  display: none;
}

.jiejing_tc .main {
  width: 1200px;
  height: 740px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -600px;
  margin-top: -370px;
  background-color: #fff;
}

.jiejing_tc .main .tit {
  height: 64px;
  line-height: 64px;
  padding: 0 30px;
}

.jiejing_tc .main .tit span {
  float: left;
  font-size: 14px;
  color: #333;
}

.jiejing_tc .main .tit .j_close_btn {
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  float: right;
  margin-top: 17px;
  font-size: 20px;
  color: #1064ff;
  cursor: pointer;
}

.jiejing_tc #jiejing_info {
  width: 100%;
  height: 100%;
}
.btn_jiejing{
    width: 114px;
    height: 114px;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -57px 0 0 -57px;
    background: url(../images/icon_vr.png);
    background-size: 100% 100%;
    transition: all 0.3s;
}
.qj:hover .btn_jiejing{
    transform: rotateY(360deg);
}

.special_nav_jaw{
    height: 60px;
    background: linear-gradient(90deg, #487CD9 0%, #2958B6 32%, #3568C5 57.99999999999999%, #3563BD 80%, #4A91E8 100%);
    box-shadow: 0px 3px 16px 0px rgba(1, 16, 119, 0.18);
    margin-top: 20px;
}
.special_nav_jaw li{
    width: 20%;
    height: 100%;
    position: relative;
}
.special_nav_jaw li::before{
    content: '';
    width: 1px;
    height: 42px;
    background: linear-gradient(0deg, rgba(254, 254, 255, 0) 0%, rgba(255, 255, 255, 0.97) 45%, rgba(240, 244, 250, 0) 100%);
    opacity: 0.82;
    position: absolute;
    left: 0;
    top: 9px;
}
.special_nav_jaw li:nth-child(1):before{
    display: none;
}
.special_nav_jaw li a{
    display: block;
    height: 60px;
    font-size: 16px;
    color: #E6E6E6;
    line-height: 60px;
    text-align: center;
    position: relative;
}
.special_nav_jaw li a:hover{
    background: linear-gradient(to bottom,#2e61be,#5e87cf);
}
.special_nav_jaw li.active::before{
    display: none;
}
.special_nav_jaw li.active a{
    font-weight: bold;
    color: #fff;
    background: linear-gradient(to bottom,#2e61be,#5e87cf);
}
.special_nav_jaw li.active+li::before{
    display: none;
}

/* -------------------- 评论回复 strat -------------------- */
.comments_replies{
    width: 100%;
    background: #F7F8FC;
    border-radius: 6px;
    margin-top: 14px;
    padding: 15px 0 0;
}
.all_bbs_list .comments_replies{
    display: none;
}
.comments_tit{
    display: block;
    font-size: 16px;
    color: #333333;
    padding: 0 20px;
    line-height: 26px;
}
.comment_top_editor{
    padding: 15px 20px 20px;
}
.comment_top_editor .tx{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: block;
    margin: 5px 10px 0 0;
}
.comment_top_editor .tx img{
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}
.comment_top_editor .inp{
    width: calc(100% - 139px);
    height: 40px;
    padding: 7px 11px;
    background: #FFFFFF;
    border: 1px solid #DFE2EB;
    border-radius: 4px;
    font-size: 14px;
    line-height: 24px;
    color: #555;
}
.comment_top_editor .inp:focus{
    box-shadow: 0px 3px 8px 0px rgba(0,56,182,0.1000);
    border-color: #357CFF;
}
.comment_top_editor .inp.active{
    width: calc(100% - 40px);
    height: 100px;
    margin-bottom: 10px;
}
.comment_top_editor .inp:-ms-input-placeholder{
    color: #999;
}
.comment_top_editor .inp::placeholder{
    color: #999;
}
.comment_top_editor .inp:-moz-placeholder{
    color: #999;
}
.comment_top_editor .inp::-webkit-input-placeholder{
    color: #999;
}
.comment_top_editor .btn{
    width: 88px;
    height: 40px;
    background: #95BAFF;
    border-radius: 4px;
    display: block;
    text-align: center;
    cursor: not-allowed;
    font-size: 16px;
    color: #fff;
    line-height: 40px;
    transition: all 0.3s;
}
.comment_top_editor .btn.active{
    background: #357CFF;
    cursor: pointer;
}
.comment_top_editor .btn.active:hover{
    background: #1064FF;
}
.comments_list{
    padding: 0 20px;
    position: relative;
}
.comments_list::before{
    content: '';
    width: 100%;
    height: 1px;
    background: #E8EBF6;
    position: absolute;
    left: 0;
    top: 0;
}
.comment_nest_root{
    position: relative;
    border-top: 1px solid #E8EBF6;
}
.comment_nest:nth-child(1) .comment_nest_root{
    border: none;
}
.comment_item{
    padding: 20px 0 15px;
}
.comment_nest_child{
    position: relative;
    padding-left: 40px;
}
.comment_nest_child::before{
    content: '';
    width: calc(100% - 40px);
    height: 1px;
    background: #E8EBF6;
    position: absolute;
    left: 40px;
    top: 0;
}
.comment_item_meta{
    width: 100%;
    height: 30px;
    line-height: 30px;
    margin-bottom: 6px;
}
.comment_item_meta .tx{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 10px;
}
.comment_item_meta .tx img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}
.comment_item_meta .username{
    font-size: 16px;
    color: #333333;
    font-weight: bold;
    display: block;
}
.comment_item_meta .username img{
    height: 16px;
    vertical-align: middle;
}
.comment_item_meta .lianjie{
    display: block;
    font-size: 16px;
    color: #999999;
    margin: 0 10px 0 15px;
}
.comment_item_meta_sibling{
    padding-left: 40px;
}
.comment_item_content{
    font-size: 16px;
    color: #333333;
    line-height: 22px;
    margin-bottom: 10px;
}
.comment_item_footer{
    height: 24px;
    line-height: 24px;
    font-size: 14px;
}
.comment_item_footer .time{
    color: #9EA4B2;
}
.comment_item_footer .btn_dz{
    height: 24px;
    color: #999999;
    margin-left: 38px;
    cursor: pointer;
    padding-left: 22px;
    background: url(../images/icon_zan1_1.png) no-repeat left center;
    background-size: 16px;
}
.comment_item_footer .btn_dz:hover{
    color: #1064FF;
}
.comment_item_footer .btn_dz.active{
    color: #1064FF;
    background: url(../images/icon_zan1_2.png) no-repeat left center;
    background-size: 16px;
}
.comment_item_footer .btn_hf{
    color: #999;
    cursor: pointer;
    display: none;
}
.comment_item_footer .btn_hf:hover{
    color: #1064FF;
}
.comment_item_footer .btn_hf .sq{
    display: none;
}
.comment_item_footer .btn_hf.active .hf{
    display: none;
}
.comment_item_footer .btn_hf.active .sq{
    display: inline-block;
}
.comment_item:hover .comment_item_footer .btn_hf{
    display: block;
}
.comment_item_footer .btn_hf .iconfont{
    font-size: 20px;
    vertical-align: -2px;
}
.comment_item_editor{
    width: 100%;
    position: relative;
    margin-top: 7px;
}
.comment_item_editor .inp{
    width: calc(100% - 99px);
    height: 40px;
    padding: 7px 11px;
    background: #FFFFFF;
    border: 1px solid #DFE2EB;
    border-radius: 4px;
    font-size: 14px;
    color: #555;
    line-height: 24px;
}
.comment_item_editor .inp:focus{
    border-color: #357cff;
    box-shadow: 0px 3px 8px 0px rgba(0,56,182,0.1000);
}
.comment_item_editor .inp.active{
    width: 100%;
    height: 100px;
    margin-bottom: 10px;
}
.comment_item_editor .inp:-ms-input-placeholder{
    color: #999;
}
.comment_item_editor .inp::placeholder{
    color: #999;
}
.comment_item_editor .inp:-moz-placeholder{
    color: #999;
}
.comment_item_editor .inp::-webkit-input-placeholder{
    color: #999;
}
.comment_item_editor .btn{
    width: 88px;
    height: 40px;
    background: #95BAFF;
    border-radius: 4px;
    display: block;
    text-align: center;
    cursor: not-allowed;
    font-size: 16px;
    color: #fff;
    line-height: 40px;
    transition: all 0.3s;
}
.comment_item_editor .btn.active{
    background: #357CFF;
    cursor: pointer;
}
.comment_item_editor .btn.active:hover{
    background: #1064FF;
}
.comments_replies_more{
    width: calc(100% - 40px);
    height: 53px;
    text-align: center;
    line-height: 52px;
    border-top: 1px solid #E8EBF6;
}
.comments_replies_more span,
.comments_replies_more a{
    display: inline-block;
    font-size: 14px;
    color: #1064FF;
    cursor: pointer;
}
.comments_replies_more .iconfont{
    display: inline-block;
    transform: rotate(90deg);
    font-size: 14px;
}
.comments_replies_no{
    width: calc(100% - 60px);
    height: 53px;
    text-align: center;
    line-height: 52px;
    border-top: 1px solid #E8EBF6;
    font-size: 14px;
    color: #A1A6B4;
    margin: auto;
}
.comment_nest_child_more_btn,
.comment_nest_child_up_btn{
    margin-left: 80px;
    line-height: 48px;
    border-top: 1px solid #E8EBF6;
    color: #9EA4B2;
    font-size: 14px;
}
.comment_nest_child_more_btn a{
    color: #9EA4B2;
    font-size: 14px;
}
.comment_nest_child_more_btn .btn,
.comment_nest_child_up_btn .btn{
    cursor: pointer;
}
.comment_nest_child_more_btn .btn:hover{
    color: #1064FF;
}
.comment_nest_child_up_btn .btn:hover{
    color: #1064FF;
}
.comment_nest_child_more_btn a:hover{
    color: #1064FF;
}
/* -------------------- 评论回复 end -------------------- */
.all_phone .net_list .net_list_phone {
    display: flex;
    justify-content:space-between;
}
.all_phone .net_list .net_list_phone i{
    color: #02A7F0;
    cursor: pointer;
    line-height: 26px;
}

.shebei_box li {
    float: left;
    width: 33.3%;
    padding: 10px;
    transition: all 0.3s;
    position: relative;
    min-height: 360px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.shebei_box.si li {
    width: 25%;
}

.shebei_box li .pic {
    display: block;
    position: relative;
    padding-top: 75%;
    overflow: hidden;
    margin-bottom: 14px;
}

.shebei_box li .pic img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    background: url('../images/kjzj.jpg') no-repeat center;
    background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    transition: all 0.6s;
}

.shebei_box li .pic img:hover {
    transform: scale(1.1);
}

.shebei_box li.video .pic::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: 35px;
    height: 35px;
    background: url(../images/big_play.png) no-repeat center;
    background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    z-index: 2;
}

.shebei_box li .pic .zhi_ding {
    position: absolute;
    top: -1px;
    left: 0;
    width: 44px;
    height: 20px;
    background: linear-gradient(213deg, #FFAA3C 0%, #FF8E1C 100%);
    box-shadow: 0px 4px 18px 0px rgba(192, 102, 4, 0.11);
    border-radius: 0px 0px 4px 0px;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    font-family: PingFang SC;
    font-weight: bold;
    color: #FFFFFF;
    z-index: 3;
}

.shebei_box li .name {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #060606;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 5px;
}

.shebei_box li .name:hover {
    color: #FC6F0E;
}

.shebei_box li p {
    width: 100%;
    overflow: hidden;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #888888;
    margin-bottom: 14px;
}

.shebei_box li p span {
    position: relative;
    display: inline-block;
    padding: 0 7px;
    float: left;
}

.shebei_box li p span::after {
    content: '';
    display: block;
    width: 1px;
    height: 12px;
    background: #888888;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -6px;
}

.shebei_box li p span:first-of-type {
    padding-left: 0;
}

.shebei_box li p span:last-of-type::after {
    display: none;
}

.shebei_box li .biaoqian {
    margin-bottom: 17px;
}

.shebei_box li .biaoqian span {
    width: 56px;
    height: 20px;
    line-height: 20px;
    margin-right: 6px;
    border-radius: 2px;
    font-size: 12px;
    display: inline-block;
    text-align: center;
}

.shebei_box li .biaoqian span.pingtai {
    background: #31C19E;
    color: #fff;
}

.shebei_box li .biaoqian span.shiping {
    color: #156CFF;
    border: 1px solid #156CFF;
}

.shebei_box li .biaoqian span.youzhi {
    background-color: #FC7912;
    color: #fff;
}

.shebei_box li .jiage {
    position: absolute;
    bottom: 10px;
    left: 10px;
}

.shebei_box li .jiage strong {
    display: inline-block;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #F95523;
    margin-right: 20px;
}

.shebei_box li .jiage span {
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
}

.shebei_box li .del_btn {
    display: none;
    position: absolute;
    top: 20px;
    right: 20px;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.3);
    cursor: pointer;
}

.shebei_box li .del_btn i {
    color: #fff;
    font-size: 14px;
}

.shebei_box li .del_btn:hover i {
    color: #FC7912;
}

.shebei_box li:hover {
    background: #FFFFFF;
    box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.08);
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
}

.shebei_box li:hover .del_btn {
    display: block;
}

.el-pagination.is-background .btn-next, .el-pagination.is-background .btn-prev, .el-pagination.is-background .el-pager li{
    border: 1px solid #A9AFC5;
    border-radius: 2px;
    background: transparent;
}
.el-pager li{
    line-height: 26px;
    color: #A9AFC5;
}
.el-pagination.is-background .btn-next, .el-pagination.is-background .btn-prev, .el-pagination.is-background .el-pager li{
    line-height: 26px;
    color: #A9AFC5;
}
.admin_transaction_record .el-pagination.is-background .el-pager li:not(.disabled).active{
    border-color: #1064FF;
}
.header_login .logo{
    margin-top: 10px;
}

/*手机弹窗验证码代码*/
.fixbox {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    background: rgba(0, 0, 0, 0.8);
    display: none;
}

.fixbox .yzbox {
    width: 420px;
    height: 320px;
    background: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -160px 0 0 -210px;
    padding: 20px 24px;
    z-index: 1;
}

.fixbox .yzbox:before {
    content: "";
    width: 100%;
    height: 60px;
    background: #f7f7f7;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.fixbox .yzbox .top {
    font-size: 18px;
    color: #666666;
    line-height: 24px;
}

.fixbox .yzbox .top .close {
    cursor: pointer;
    font-size: 24px;
    font-weight: bold;
    color: #146aff;
}

.fixbox .yzbox .p_text {
    font-size: 14px;
    color: #323232;
    line-height: 36px;
    margin-top: 30px;
}

.fixbox .yzbox .p_text:before {
    content: "\e620";
    font-size: 18px;
    color: #ff552e;
    line-height: 36px;
    float: left;
    margin-right: 8px;
    font-family: iconfont;
}

.fixbox .yzbox .boxone {
    margin-top: 15px;
}

.fixbox .yzbox .boxone input {
    display: block;
    width: 120px;
    height: 36px;
    border-radius: 4px;
    border: 1px solid #e5e5e5;
    padding: 0 10px;
    font-size: 14px;
    color: #323232;
    margin: 0;
}

.fixbox .yzbox .spanone,
.fixbox .yzbox .spantwo {
    width: 80px;
    font-size: 14px;
    color: #323232;
    line-height: 36px;
    text-align: right;
    padding-right: 5px;
}

.fixbox .yzbox .spantwo {
    width: auto;
    padding-left: 10px;
}

.fixbox .yzbox .yzhq,
.fixbox .yzbox .yzdd {
    width: 100px;
    height: 36px;
    border-radius: 4px;
    margin-left: 10px;
    font-size: 14px;
    color: #146aff;
    border: 1px solid #e5e5e5;
    line-height: 34px;
    text-align: center;
    cursor: pointer;
    transition: 0.3s;
}

.fixbox .yzbox .yzhq:hover {
    color: #fff;
    background: #146aff;
    border-color: #146aff;
}

.fixbox .yzbox .yzdd {
    color: #888888;
    display: none;
    cursor: not-allowed;
}

.fixbox .yzbox .btn {
    width: 200px;
    height: 40px;
    background: #146aff;
    border-radius: 5px;
    font-size: 16px;
    color: #fff;
    display: block;
    margin: 30px auto 0;
    cursor: pointer;
}

/* 登录弹窗   start */
.bus_login{
    width: 730px;
    height: 580px;
    background: #FFFFFF url(../images/bus_login_left_bg1.png) no-repeat left center;
    background-size: auto 100%;
    border-radius: 16px;
    padding-left: 240px;
    position: fixed;
    left: 50%;
    top: 50%;
    margin: -290px 0 0 -365px;
    z-index: 999;
    box-shadow: 0px 2px 12px 0px rgba(0,26,75,0.12);
    display: none;
}
.bus_login_left{
    width: 240px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    padding: 68px 0 0 30px;
}
.bus_login_left .item{
    height: 46px;
    margin-bottom: 43px;
    padding-left: 57px;
    position: relative;
}
.bus_login_left .item .icon1{
    width: 46px;
    height: 46px;
    position: absolute;
    left: 0;
    top: 0;
}
.bus_login_left .item .pone{
    font-size: 14px;
    color: #66666B;
    font-weight: bold;
    font-family: MicrosoftYaHei-Bold;
    line-height: 24px;
    padding-top: 1px;
}
.bus_login_left .item .ptwo{
    font-size: 14px;
    color: #9EA19F;
    line-height: 20px;
}
.bus_login_left .item:nth-child(1) .pone{
    color: #1064FF;
}
.bus_login_left .item:nth-child(1) .ptwo{
    color: #1064FF;
}
.bus_login .btn_close{
    width: 20px;
    height: 20px;
    font-size: 18px;
    display: block;
    position: absolute;
    right: 23px;
    top: 23px;
    color: #B3B3B3;
    line-height: 20px;
    cursor: pointer;
    text-align: center;
    z-index: 10;
}
.bus_login_right{
    width: 100%;
    padding: 64px 65px;
    position: relative;
}
.bus_login_right .btn_dl{
    font-size: 14px;
    color: #1064FF;
    line-height: 24px;
    cursor: pointer;
    position: absolute;
    left: 20px;
    top: 16px;
}
.bus_login_right .btn_dl .iconfont{
    font-size: 18px;
    display: block;
    float: left;
    transform: rotate(90deg);
}
.bus_login .tit{
    display: block;
    font-size: 22px;
    color: #222222;
    line-height: 32px;
    text-align: center;
}
.bus_login .inp_tel{
    width: 100%;
    height: 48px;
    background: #FFFFFF;
    border: 1px solid #D0D2D9;
    border-radius: 8px;
    margin-top: 27px;
    display: block;
}
.bus_login input{
    font-size: 15px;
    color: #333;
    padding: 0 19px;
}
.bus_login input:-moz-placeholder{
    color: #9FA3AF;
}
.bus_login input::-webkit-input-placeholder{
    color: #9FA3AF;
}
.bus_login input:-ms-input-placeholder{
    color: #9FA3AF;
}
.bus_login input::placeholder{
    color: #9FA3AF;
}
.bus_login .verify_hk{
    width: 100%;
    height: 40px;
    margin-top: 30px;
    background: #EBEBEB;
    border-radius: 6px;
    overflow: hidden;
}
.bus_login .verify_hk .fix-tips{
    font-size: 15px;
    color: #9FA3AF;
}
.bus_login .verify_hk .verify-msg{
    font-size: 16px;
}
.bus_login .yzm_box{
    width: 100%;
    height: 48px;
    background: #FFFFFF;
    border: 1px solid #D0D2D9;
    border-radius: 8px;
    margin-top: 30px;
}
.bus_login .yzm_box .inp_yzm{
    width: 230px;
    border-radius: 8px;
    height: 100%;
}
.bus_login .yzm_box .gain_yzm{
    width: 110px;
    padding-left: 5px;
    font-size: 15px;
    color: #1064ff;
    display: block;
    line-height: 46px;
    cursor: no-drop;
}
.bus_login .yzm_box .gain_yzm.active{
    cursor: pointer;
}
.bus_login .yzm_box .gain_yzm:hover{
    text-decoration: underline;
}
.bus_login .password_box{
    position: relative;
}
.bus_login .password_box{
    margin-top: 27px;
}
.bus_login .inp_password{
    width: 100%;
    height: 48px;
    background: #FFFFFF;
    border: 1px solid #D0D2D9;
    border-radius: 8px;
}
.bus_login .btn_keshi{
    width: 52px;
    display: block;
    font-size: 20px;
    color: #B6B6B6;
    cursor: pointer;
    line-height: 46px;
    text-align: center;
    position: absolute;
    right: 0;
    bottom: 0;
}
.bus_login .btn_keshi.active{
    color: #1064FF;
}
.bus_login .btn_qd{
    width: 100%;
    height: 48px;
    background: #156CFF;
    border-radius: 6px;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    line-height: 48px;
    margin-top: 21px;
}
.bus_login .btn_qd:hover{
    background: #1064ff;
}
.bus_login .fwxy{
    font-size: 12px;
    color: #888888;
    line-height: 22px;
    margin-top: 5px;
}
.bus_login .fwxy a{
    color: #1064ff;
}
.bus_login .fwxy a:hover{
    text-decoration: underline;
}
.bus_login .register_wrap{
    display: none;
}
.bus_login .register_wrap .inp_tel{
    margin-top: 24px;
}
.bus_login .retrieve_wrap {
    width: 100%;
    padding: 50px 65px;
    display: none;
    position: relative;
    display: none;
}
.bus_login .retrieve_wrap .tit{
    padding-bottom: 0;
}
.bus_login .retrieve_wrap .inp_tel{
    margin-top: 24px;
}
.bus_login .retrieve_wrap .verify_hk,
.bus_login .retrieve_wrap .yzm_box,
.bus_login .retrieve_wrap .password_box,
.bus_login .retrieve_wrap .btn_qd{
    margin-top: 27px;
}
.bus_login .login_wrap .mode_switch{
    height: 40px;
    position: absolute;
    left: 12px;
    top: 12px;
}
.bus_login .login_wrap .mode_switch .item{
    display: none;
    cursor: pointer;
}
.bus_login .login_wrap .mode_switch .item.active{
    display: block;
}
.bus_login .login_wrap .mode_switch img{
    width: 40px;
    height: 40px;
    margin-right: 5px;
}
.bus_login .login_wrap .mode_switch p{
    height: 28px;
    background: #FFFFFF;
    box-shadow: 0px 2px 12px 0px rgba(0,26,75,0.12);
    border-radius: 4px;
    padding: 0 9px;
    font-size: 12px;
    color: #808080;
    line-height: 28px;
    margin-top: 10px;
}
.bus_login .login_wrap .mode_switch:hover p{
    color: #1064ff;
}
.bus_login .login_wrap .login_yzmmm .tab{
    width: 100%;
    height: 50px;
    background: #F8F8F8;
    border-radius: 12px;
    margin-top: 24px;
    padding: 4px;
}
.bus_login .login_wrap .login_yzmmm .tab span{
    display: block;
    float: left;
    width: 50%;
    height: 42px;
    border-radius: 10px;
    font-size: 18px;
    color: #222222;
    text-align: center;
    line-height: 42px;
    cursor: pointer;
}
.bus_login .login_wrap .login_yzmmm .tab span:hover{
    color: #1064ff;
}
.bus_login .login_wrap .login_yzmmm .tab span.active{
    font-weight: bold;
    color: #1064ff;
    background: #fff;
}
.bus_login .login_wrap .mima_wrap{
    display: none;
}
.bus_login .mima_wrap .wjmm{
    text-align: right;
    margin-top: 3px;
    margin-bottom: -5px;
}
.bus_login .mima_wrap .btn_wjmm{
    font-size: 14px;
    color: #1064FF;
    line-height: 26px;
    cursor: pointer;
}
.bus_login .mima_wrap .btn_wjmm:hover{
    text-decoration: underline;
}
.bus_login .login_wrap .bot{
    margin-top: 15px;
}
.bus_login .login_wrap .bot li img{
    height: 38px;
    margin-right: 20px;
    cursor: pointer;
}
.bus_login .login_wrap .bot .btn_zc{
    width: 90px;
    height: 36px;
    background: #FFFFFF;
    border: 1px solid #1064FF;
    border-radius: 18px;
    margin-top: 1px;
    font-size: 14px;
    color: #1064ff;
    line-height: 34px;
    text-align: center;
    cursor: pointer;
}
.bus_login .login_wrap .bot .btn_zc:hover{
    background: #1064ff;
    color: #fff;
}
.bus_login .login_code{
    padding-top: 36px;
    display: none;
}
.bus_login .login_code .appewm_box{
    display: block;
    width: 180px;
    height: 180px;
    margin: 40px auto 0;
    position: relative;
}
.bus_login .login_code .img_appewm{
    width: 100%;
    height: 100%;
}
.bus_login .login_code .shixiao_box{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    padding: 52px 20px 0;
    background: rgba(255,255,255,0.9);
    display: none;
}
.bus_login .login_code .shixiao_box .pone{
    font-size: 14px;
    line-height: 24px;
    color: #111;
    margin-bottom: 5px;
}
.bus_login .login_code .shixiao_box .btn_sx{
    font-size: 13px;
    line-height: 20px;
    cursor: pointer;
    display: inline-block;
}
.bus_login .login_code .shixiao_box .btn_sx:hover{
    color: #1064ff;
}
.bus_login .login_code .shixiao_box .btn_sx .iconfont{
    color: #1064ff;
    vertical-align: middle;
}
.bus_login .login_code .tishibox{
    text-align: center;
    font-size: 14px;
    color: #666666;
    line-height: 24px;
    margin-top: 13px;
    position: relative;
}
.bus_login .login_code .tishibox .item{
    display: inline-block;
    margin: 0 16px;
    cursor: pointer;
}
.bus_login .login_code .tishibox .item img{
    position: absolute;
    display: none;
}
.bus_login .login_code .item_noapp img{
    width: 220px;
    left: 50%;
    bottom: 27px;
    margin-left: -110px;
    border-radius: 6px;
}
.bus_login .login_code .item_noapp:hover::before{
    content: '';
    width: 220px;
    position: absolute;
    height: 275px;
    left: 50%;
    bottom: 33px;
    margin-left: -110px;
    box-shadow: 0px 2px 20px 0px rgba(0,26,75,0.12);
    border-radius: 10px;
}
.bus_login .login_code .tishibox .item:hover img{
    display: block;
}
.bus_login .login_code .tishibox .item_appsm {
    position: relative;
}
.bus_login .login_code .tishibox .item_appsm img{
    width: 220px;
    max-width: 220px;
    height: 360px;
    right: -222px;
    top: -268px;
}
.bus_login .login_code .tishibox .item_appsm:hover::before{
    content: '';
    width: 210px;
    position: absolute;
    height: 360px;
    right: -222px;
    top: -268px;
    box-shadow: 0px 2px 20px 0px rgba(0,26,75,0.1);
    border-radius: 10px;
}
.bus_login .login_code .p_text{
    font-size: 12px;
    color: #888888;
    line-height: 22px;
    margin-top: 40px;
    text-align: center;
}
.bus_login .login_code .p_text a{
    color: #888;
}
.bus_login .login_code .p_text a:hover{
    color: #1064ff;
}
/* 登录弹窗   end */
.model .model_popup{
    width: 440px;
    background: #FFFFFF url(../images/tc_bg6.png);
    background-size: 100% 100%;
    box-shadow: 0px 8px 23px 1px rgba(20,24,93,0.2);
    border-radius: 6px;
    margin-left: -220px;
    padding-bottom: 32px;
    z-index: 1;
}
.model .model_popup .popup-ts{
    width: 355px;
    height: 56px;
    position: relative;
    font-size: 20px;
    color: #2D2F34;
    padding-top: 4px;
    line-height: 50px;
    border-bottom: 2px solid rgba(110, 113, 130, 0.08);
    margin: auto;
    font-weight: bold;
}
.model .model_popup .popup-text{
    font-size: 16px;
    color: #494E6B;
    line-height: 26px;
    padding-top: 17px;
    padding-bottom: 21px;
    border: none;
}
.model .popup-btn {
    overflow: initial;
}
.model .popup-btn .sure{
    width: 166px;
    height: 40px;
    background: linear-gradient(90deg, #4989FD 0%, #1064FF 100%);
    border-radius: 4px;
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    line-height: 39px;
    position: relative;
}
.model .popup-btn .sure::before{
    content: '';
    width: 70%;
    height: 0;
    box-shadow: 0 0 15px 10px #91b7ff;
    position: absolute;
    left: 15%;
    bottom: 5px;
    z-index: -1;
}
.model .popup-btn .cancel{
    width: 166px;
    height: 40px;
    line-height: 38px;
}
/* 搜索历史 */
.search_history_wrap{
    width: 100%;
    background: #FFFFFF;
    box-shadow: 0px 4px 27px 0px rgba(37,98,217,0.15);
    border-radius: 6px;
    position: absolute;
    top: calc(100% + 4px);
    left: 0;
    padding-top: 15px;
    z-index: 99;
    display: none;
}
.search_history_wrap .tit{
    display: block;
    font-size: 14px;
    color: #333333;
    line-height: 24px;
    padding: 0 16px;
}
.search_history_wrap .tit .hyh{
    font-size: 13px;
    color: #999999;
    font-weight: normal;
    cursor: pointer;
}
.search_history_wrap .tit .hyh:hover{
    color: #ff6600;
}
.search_history_wrap .tit .hyh .iconfont{
    font-size: 14px;
    margin-right: 2px;
    float: left;
}
.search_history_wrap .discovery_list{
    padding: 0 4px 0 16px;
}
.search_history_wrap .discovery_list a{
    height: 28px;
    background: #F0F1F5;
    border-radius: 14px;
    padding: 0 14px;
    margin: 10px 12px 0 0;
    font-size: 13px;
    color: #3B3B3B;
    line-height: 28px;
    cursor: pointer;
    display: block;
    position: relative;
}
.search_history_wrap .discovery_list a:hover{
    color: #FF6600;
}
.search_history_wrap .discovery_list .huo::after{
    content: '';
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    background: url(../images/icon_huo1.png) no-repeat;
    background-size: 100% 100%;
}
.search_history_wrap .history{
    padding-top: 20px;
}
.search_history_wrap .history_list{
    padding-top: 5px;
}
.search_history_wrap .history_list li{
    height: 32px;
    line-height: 32px;
    padding: 0 16px;
}
.search_history_wrap .history_list a{
    font-size: 14px; 
    color: #3B3B3B;
    display: block;
    white-space: nowrap;
    overflow: hidden; 
    text-overflow: ellipsis;
}
.search_history_wrap .history_list li:hover{
    background: #F8F9FC;
}
.search_history_wrap .history_list li:hover a{
    color: #FF6600;
}
.search_history_wrap .clear{
    width: calc(100% - 32px);
    height: 46px;
    margin: 6px auto 0;
    text-align: center;
    border-top: 1px solid #F0F1F5;
}
.search_history_wrap .btn_clear{
    display: inline-block;
    font-size: 14px;
    color: #999999;
    line-height: 45px;
    cursor: pointer;
}
.search_history_wrap .btn_clear:hover{
    color: #ff6600;
}

/* vue-分页样式 ---开始*/
.pages,
.pagination,
.vue_pageinfo {
    /*margin: 40px auto 25px;*/
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 25px;
    display: block;
    text-align: center;
    clear: both;
    /* padding-bottom: 40px; */
}
.pages li,
.pagination li,
.vue_pageinfo li {
    display: inline-block;
    text-decoration: none;
    background: transparent;
    margin: 0px 4px 15px;
    padding: 0 !important;
}
.pages  li.disabled a,
.pagination li.disabled a,
.vue_pageinfo li.disabled a{
    border: none;
    color: #A9AFC5;
    font-weight: 700;
    cursor: not-allowed;
}
.pages li.disabled a:hover,
.pagination li.disabled a:hover,
.vue_pageinfo li.disabled a:hover{
    color: #A9AFC5;
    background: transparent;
    border: none;
    cursor: not-allowed;
}
.pages li:last-of-type,
.pagination li:last-of-type,
.vue_pageinfo li:last-of-type {
    background: none;
}

.pages div.blue a,
.pagination div.blue a,
.vue_pageinfo div.blue a {
    display: inline-block !important;
    margin-bottom: 10px !important;
}

.pages li.active a,
.pagination li.active a,
.vue_pageinfo li.active a {
    background-color: #156CFF;
    color: #fff;
}

.pages a,
.pagination a,
.vue_pageinfo a {
    display: inline-block;
    color: #A9AFC5;
    padding: 8px 12px;
    border: 1px solid #A9AFC5;
    border-radius: 2px;
    text-align: center;
    text-decoration: none;
}

.pages  span,
.pagination  span,
.vue_pageinfo span {
    display: inline-block;
    background-color: #156CFF;
    color: #fff;
    padding: 8px 12px;
    border: 1px solid #DCDCDC;
    text-align: center;
    text-decoration: none;
    border-radius: 5px;
    border: 1px solid #156CFF;
}

.pages a:hover,
.pagination a:hover,
.vue_pageinfo a:hover {
    background-color: #156CFF;
    color: #fff;
    border: 1px solid #156CFF;
}

.pages  li.active a:hover,
.pagination  li.active a:hover,
.vue_pageinfo li.active a:hover {
    border: 1px solid #156CFF;
}

.pages  span,
.pagination  span,
.vue_pageinfo span {
    background-color: #ddd;
    color: #555;
    border: 1px solid #ddd;
    cursor: not-allowed;
}

.pages .prev a,
.pagination .prev a,
.vue_pageinfo .prev a {
    background-color: #156CFF;
    color: #fff;
    border: 1px solid #156CFF;
}

.pages  .prev a:hover,
.pagination  .prev a:hover,
.vue_pageinfo .prev a:hover {
    background-color: #0f57d3;
}

@media (max-width: 1200px) {
    .pages {
        max-width: 992px;
    }
    .vue_pageinfo {
        max-width: 992px;
    }
    .pagination  {
        max-width: 992px;
    }
}
.pages .greyActive,
.pageinfo .greyActive,
.vue_pageinfo  .greyActive {
    cursor: not-allowed;
}
.pages  .greyActive a,
.pagination  .greyActive a,
.vue_pageinfo .greyActive a {
    pointer-events: none;
}

.pages  .greyActive a:hover,
.pagination  .greyActive a:hover,
.vue_pageinfo .greyActive a:hover{
    background: transparent;
}
/* vue-分页样式 ---结束*/
/*layui--分页样式 --开始*/
.layui-laypage{
    zoom: 1;
}
.layui-laypage::after{
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    clear: both;
    visibility: hidden;
}
.layui-laypage .layui-laypage-first{
    float: left !important;
}
.layui-laypage .layui-laypage-last{
    float: right !important;
}
body .layui-laypage a, body .layui-laypage span{
    padding: 0 10px;
    height: 30px;
    font-size: 14px;
    line-height: 32px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #A9AFC5;
    border: 1px solid #A9AFC5;
    border: 1px solid #ff0a39 !important; /* 测试用，用于区分是layui渲染的还是自定义的*/
    border-radius: 2px;
    margin: 0;
    text-align: center;
    background: transparent;
    transition: all .3s;
}
body  .layui-laypage a+a,
body  .layui-laypage a+span,
body  .layui-laypage span+a{
    margin-left: 20px;
}
body  .layui-laypage a.layui-laypage-prev{
    margin-left: 20px;
}
body  .layui-laypage a.layui-laypage-first{
    margin-left: 0;
    margin-right: 20px;
}
body  .layui-laypage a.layui-laypage-last{
    margin-left: 20px;
}
body  .layui-laypage a:hover,
body  .layui-laypage span:hover{
    border: 1px solid #1064FF;
    background: #1064FF;
    color: #fff;
}
body .layui-laypage .layui-laypage-curr .layui-laypage-em {
    border: 1px solid #1064FF;
    padding: 0;
}
body #pageId{
    /*padding-top: 30px;*/
    text-align: center;
    /*padding-bottom: 50px;*/
}
body .layui-laypage .layui-laypage-curr .layui-laypage-em {
    background: #1064FF;
}
body .layui-laypage .layui-laypage-spr{
    color: #A9AFC5;
    font-weight: 700;
    border: none;
    cursor: not-allowed;
}
body .layui-laypage .layui-laypage-spr:hover{
    background: transparent;
    border: none;
    color: #A9AFC5;
    cursor: not-allowed;
}
/*layui--分页样式 --结束*/
/*标签样式统一 v2*/
.icon_label_dt_v2{
    color: #3AC461 !important;
    border-color: #3AC461 !important;
    border-width: 1px !important;
    border-radius: 2px !important;
}
.icon_label_wz_v2{
    border-color: #3CD0FB !important;
    color: #3CD0FB !important;
    border-width: 1px !important;
    border-radius: 2px !important;
}
.icon_label_wd_v2{
    border-color: #F73333 !important;
    color: #F73333 !important;
    border-width: 1px !important;
    border-radius: 2px !important;
}
.icon_label_xsp_v2{
    border-color: #4B8AF8 !important;
    color: #4B8AF8 !important;
    border-width: 1px !important;
    border-radius: 2px !important;
 }
.icon_label_zx_v2{
    border-color: #FF9F00 !important;
    color: #FF9F00 !important;
    border-width: 1px !important;
    border-radius: 2px !important;
}

.distory_user .no_jieguo_box img{
    height: 191px;
}

.footer_top .top_nav li.lxkf {
    position: relative;
}
.footer_top .top_nav li.lxkf:hover .lxkf_tip {
    display: block;
}
.footer_top .top_nav li.lxkf .lxkf_tip{
    width: 184px;
    box-shadow: 0px 2px 10px 0px rgb(1 23 120 / 10%);
    border-radius: 2px;
    padding: 10px 4px;
    position: absolute;
    background: linear-gradient( 0deg, #FFFFFF 0%, #F4F6F8 100%);
    border: 3px solid #fff;
    right: -60px;
    top: 50%;
    margin-top: -90px;
    display: none;
    text-align: center;
}
.footer_top .top_nav li.lxkf .lxkf_tip::before{
    content: '';
    width: 10px;
    height: 100%;
    position: absolute;
    right: 100%;
    bottom: 0;
}
.footer_top .top_nav li.lxkf .lxkf_tip::after{
    content: '';
    border: 10px solid transparent;
    border-right-color: #fff;
    position: absolute;
    right: 100%;
    top: 50%;
    margin-top: -10px;
}
.footer_top .top_nav li.lxkf .lxkf_tip .pone{
    font-size: 14px;
    color: #13192F;
    line-height: 16px;
    white-space: nowrap;
}
.footer_top .top_nav li.lxkf .lxkf_tip .ptwo{
    font-size: 14px;
    color: #FF6600;
    line-height: 1em;
    font-weight: bold;
    margin: 5px auto;
}
.footer_top .top_nav li.lxkf .lxkf_tip img{
    width: 120px;
    height: 120px;
    margin: 5px auto;
}
.footer_top .top_nav li.lxkf .lxkf_tip .pthree{
    font-size: 12px;
    color: #98A3B7;
    line-height: 1em;
    margin-top: 2px;
}