@charset "utf-8";
/* CSS Document */
@font-face {
    font-family: 'iconfont';  /* project id："132434" */
    src: url('../font/wh.eot');
    src: url('../font/wh.eot') format('embedded-opentype'),
    url('../font/wh.woff') format('woff'),
    url('../font/wh.ttf') format('truetype'),
    url('../font/wh.svg#iconfont') format('svg');
}

* {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Microsoft Yahei', '微软雅黑', arial;
    font-size: 13px;
    color: #333;
}

input, select {
    font-family: "微软雅黑";
}

select {
    box-sizing: content-box;
}

a, button, img, fieldset {
    text-decoration: none;
    outline-style: none;
}

dl, dt, dd, ul, li, p, h1, img, form {
    list-style: none;
    border: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

a {
    color: #333;
}

/* 未访问的链接 */
a:hover {
    color: #007bb7;
}

鼠标在链接上
a, input, select, button {
    outline: none;
    blr: expression(this.onFocus=this.blur());
}

div:hover, a:hover {
    text-decoration: none;
}

/* select{appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
	-ms-appearance: none;
} */

input[type=button], button {
    border: none
}

.wrap {
    width: 1080px;
    margin: auto;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

i {
    font-style: normal;
}

.hide {
    display: none;
}

.rel {
    position: relative;
}

/*各种按钮样式*/

/*通用，每个都加*/
.btn-button {
    display: inline-block;
    padding: 6px 14px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5em;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #fff;
}

.btn-button:hover {
    -moz-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    -webkit-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
    opacity: 0.8;
    filter: alpha(opacity=80);
    color: #fff;
}

/*成功*/
.btn-sucess {
    background-color: #5cb85c;
    border-color: #4cae4c;
}

/*一般信息*/
.btn-info {
    background-color: #5bc0de;
    border-color: #46b8da;
}

/*警告*/
.btn-warning {
    background-color: #f0ad4e;
    border-color: #eea236;
}

/*危险*/
.btn-danger {
    background-color: #d9534f;
    border-color: #d43f3a;
}

/*蓝色，首选项*/
.btn-blue {
    background-color: #007bb7;
    border-color: #2e6da4;
}

/*白色，默认*/
.btn-moren {
    background-color: #fff;
    border-color: #ccc;
    color: #333;
}

.btn-moren:hover, .btn-hui:hover {
    color: #333;
}

/*灰色，默认*/
.btn-hui {
    background-color: #f5f5f5;
    border-color: #ccc;
    color: #333;
}

/*通用select下拉菜单样式*/
.btn-select {
    padding: 10px 20px;
    border: 1px solid #ddd;
    color: #555;
    font-size: 14px;
    background: #fff;
    border-radius: 2px;
    background: url(../images/yhk_xiala.jpg) right center no-repeat;
}


/*bg-color*/
.col-orange {
    background: #ff7200 !important;
}

.col-green {
    background: #9ec900 !important;
}

.col-red {
    background: #ff4200 !important;
}

/*color*/
.col666 {
    color: #666;
}

.col000 {
    color: #000;
}

/*边框线*/
.bl-colddd {
    border-left: 1px solid #b8bbc2 !important;
}

.noline-r {
    border-right: none !important;
}

.noline-b {
    border-bottom: none !important;
}

/*通用的table搜索区域*/
.tysearch {
    padding: 20px 10px 10px;
}

.tysearch span {
    display: inline-block;
    padding: 6px 0;
    line-height: 1.5em;
    margin-right: 10px;
    font-size: 13px;
}

.s-boxstyle {
    padding: 6px 12px;
    line-height: 1.5em;
    border: 1px solid #ddd;
    color: #555;
    background: #fff;
    border-radius: 4px;
    font-size: 14px;
}

.select-bg {
    padding: 6px 20px 6px 12px;
    background: url(../images/yhk_xiala.jpg) right center no-repeat;
}

/*交易警示*/
.jingshi {
    width: 1080px;
    margin: 20px auto;
    line-height: 24px;
}

.jingshi img {
    width: 20px;
    vertical-align: middle;
}

.jingshi span {
    margin: auto 10px;
    vertical-align: middle;
    color: #ff8800;
}

/*各种边距*/
.pl30 {
    padding-left: 30px;
}

.pr30 {
    padding-right: 30px;
}

.pt15 {
    padding-top: 15px;
}

.pt10 {
    padding-top: 10px;
}

.pb10 {
    padding-bottom: 10px;
}

.pb80 {
    padding-bottom: 80px;
}

.mr0 {
    margin-right: 0 !important;
}

.mt30 {
    margin-top: 30px !important;
}

.mt20 {
    margin-top: 20px;
}

.mr10 {
    margin-right: 10px;
}

.mr15 {
    margin-right: 15px;
}

.mr20 {
    margin-right: 20px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb50 {
    margin-bottom: 50px;
}

.mb150 {
    margin-bottom: 150px !important;
}

.ml10 {
    margin-left: 10px;
}

.ml30 {
    margin-left: 30px !important;
}

.mt10 {
    margin-top: 10px;
}

.mt20 {
    margin-top: 20px;
}

.mt35 {
    margin-top: 35px;
}

.font14 {
    font-size: 14px;
}

.shsj {
    text-indent: 2em;
}

/*字体颜色等*/
.f20 {
    font-size: 20px;
}

.f40 {
    font-size: 40px;
}

.fweight {
    font-weight: 500;
}

.c333 {
    color: #333;
}

/*深灰*/
.cred {
    color: red;
}

/*红色*/
.cf87500 {
    color: #f87500;
}

/*橙色*/
.c007bb7 {
    color: #007bb7;
}

/*中介网蓝色*/
.btm-eee {
    border-bottom: 1px solid #eee;
}

/*取消边框*/
.border-r {
    border-right: none !important;
}

.border-b {
    border-bottom: none !important;
}

/*通用表格*/
.ty-table {
    width: 100%;
}

.th-left {
    text-align: left;
}

/*背景调节*/
.fixfloat {
    zoom: 1;
}

.fixfloat:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;
    line-height: 0px;
    font-size: 0px;
}

/*footer*/
.footerOut {
    width: 100%;
    background: #f5f5f5;
}

.footer {
    width: 1080px;
    margin: 0 auto;
}

.footerSer {
    height: 102px;
    border-bottom: 1px dashed #fff;
    line-height: 102px;
    color: #404040;
    overflow: hidden;
}

.footerSer ul {
}

.footerSer ul li {
    float: left;
    padding-left: 44px;
    margin-right: 98px;
}

.footerSer ul li.ser1 {
    background: url(../images/pei.png) no-repeat center left;
    margin-left: 6px;
}

.footerSer ul li.ser2 {
    background: url(../images/shou.png) no-repeat center left;
}

.footerSer ul li.ser3 {
    background: url(../images/th.png) no-repeat center left;
}

.footerSer ul li.ser4 {
    background: url(../images/tigao.png) no-repeat center left;
}

.footerSer ul li.ser5 {
    background: url(../images/zhuanye.png) no-repeat center left;
    margin-right: 0;
}

.footerCon {
    color: #555;
}

.line1 {
    width: 6px;
    height: 25px;
    background: #007bb7;
    margin: 44px 15px 138px 0;
}

.footNav {
    margin: 42px 0 38px 0;
}

.footNav li {
    float: left;
    margin-right: 55px;
}

.footNav a {
    color: #555;
    display: block;
    line-height: 30px;
}

.footNav a:hover {
    color: #007bb7;
}

.footNav p {
    font-size: 18px;
    margin-bottom: 14px;
    color: #111;
}

.linkOut {
    width: 100%;
    height: 180px;
    background: #007bb7;
}

.link {
    width: 1080px;
    height: 180px;
    margin: 0 auto;
    overflow: hidden;
    word-break: keep-all;
}

.link .linkTit {
    font-size: 18px;
    border-left: 6px solid #fff;
    padding-left: 14px;
    color: #E5F6FD;
    margin: 20px 0;
}

.link a {
    display: inline-block;
    padding: 0 20px 10px;
    color: #E5F6FD;
}

.erwima {
    width: 140px;
    height: 140px;
    margin: 42px 0 0 35px;
    line-height: 24px;
    text-align: center;
}

/*zrq modie*/
.contact {
    width: 308px;
    margin-top: 42px;
    line-height: 32px;
}

/*zrq modie end*/
.contact p {
}

.contact p span {
    float: left
}

.contact p span.add1 {
    width: 70px;
}

/*zrq modie*/
.contact p span.add2 {
    width: 238px;
    line-height: 22px;
    margin-top: 5px;
}

/*zrq modie end*/
.colorphone {
    height: 40px;
    color: #00abf2;
}

.colorphone b {
    display: block;
    font-weight: normal;
    float: left;
    color: #555;
}

.colorphone span {
    font-size: 30px;
    color: #007bb7;
    font-family: Georgia;
}

.foot {
    width: 100%;
    height: 64px;
    line-height: 30px;
    color: #555;
    margin: 26px auto;
    text-align: center;
}

/*小banner*/
.bannerTrade {
    width: 100%;
    height: 130px;
    line-height: 50px;
    background: url(../images/bannerbg.jpg) no-repeat center top;
    text-align: center;
    overflow: hidden;
}

.bannerTrade span {
    font-size: 18px;
    color: #fff;
    letter-spacing: 3px;
}

.bannerTrade img {
    margin-top: 25px;
}

/*去顶部悬浮联系方式*/
.gototop_wrap {
    position: fixed;
    width: 58px;
    z-index: 9999;
    right: 5px;
}

.gototop_wrap div {
    width: 50px;
    height: 50px;
    text-align: center;
    background: url(../images/mim_bg.png) no-repeat -164px -150px #ff8018;
    cursor: pointer;
    margin: 2px 0;
    border-radius: 5px;
}

.gototop_wrap div img {
    display: none;
}

.gototop_wrap div:hover img {
    display: block;
}

.gototop_wrap div:hover { /* color:#2aa3ce;border-color:#d9dada;*/
}

.gototop_wrap .weituo-zdd {
    background: url("../images/fbwtuo.png") no-repeat left center !important;
}
.gototop_wrap .fqzj-zdd {
    background: url("../images/fqzj.png") no-repeat left center !important;
}

.gototop_wrap .yijian {
    position: relative;
    background-position: -31px -921px;
}

.gototop_wrap .gotoTop {
    line-height: 80px;
    background-position: -279px -840px;
}

.gototop_wrap .phone {
    position: relative;
    background-position: -131px -838px;
}

.gototop_wrap .phone.hover {
}

.gototop_wrap .showWechat {
    background-position: -180px -837px;
}

.gototop_wrap .showWechat.hover {
}

.gototop_wrap .qq {
    background-position: -231px -835px;
}

.index_erweima {
    background: url(../images/xcx_erweima.png) no-repeat !important;
}

.index_erweima:hover img {
    display: block;
}

.gototop_wrap .showWechat div {
    display: none;
    background: url(../images/mim_bg.png) no-repeat -2px -276px;
    width: 114px;
    height: 154px;
    position: absolute;
    left: -143px;
    top: -15px;
    padding: 26px 17px 0 13px;
}

.gototop_wrap .showWechat div p {
    background: #fff;
    width: 114px;
    height: 114px;
    overflow: hidden;
}

.gototop_wrap .showWechat div p img {
    width: 114px;
    height: 114px;
}

.gototop_wrap .phone div {
    background: #ff8018;
    height: auto;
    font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", sans-serif, Helvetica, Arial, sans-serif;
    font-size: 18px;
    line-height: 30px;
    text-align: left;
    width: 132px;
    color: #fff;
    padding: 10px 0 10px 50px;
    position: absolute;
    right: 0;
    top: -2px;
    border-radius: 5px;
    width: 0;
    overflow: hidden;
    height: 30px;
    -webkit-transition: width .4s;
    -moz-transition: width .4s;
    -ms-transition: width .4s;
    -o-transition: width .4s;
    transition: width .4s;
    font-weight: bold;
}

.gototop_wrap .phone div p {
    width: 40px;
    height: 40px;
    background: #ff8018 url(../images/mim_bg.png) no-repeat -131px -838px;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    text-align: center;
    padding: 5px;
}

.gototop_wrap .phone div em {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    border-left: 1px solid #ffcfa8;
    padding: 0 10px;
    text-indent: -9999px;
    background: url(../images/gsjj.png) no-repeat -447px -701px;
    width: 100%;
}

.gototop_wrap .phone.hover div {
    width: 168px;
}

/*头部*/
.headerOut {
    width: 100%;
    height: 81px;
    border-bottom: 1px solid #f4f4f4;
    background: #fff;
}

.header {
    width: 1080px;
    height: 81px;
    margin: 0 auto;
}

.logo {
}

.logo a {
    display: block;
    width: 182px;
    height: 68px;
    margin-top: 10px;
    background: url(../images/logo.png) no-repeat;
}

.loginOut {
    height: 80px;
    line-height: 80px;
}

.loginOut a {
    display: block;
    font-size: 15px;
    color: #fff;
}

.loginOut a.register, .loginOut a.login {
    width: 80px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    margin-top: 20px;
}

.loginOut a.register {
    color: #00abf2;
    background: #fff;
    border-radius: 2px;
    background: rgba(255, 255, 255, .8);
    filter: Alpha(opacity=80);
}

.loginOut a.login {
    background: #007bb7;
    border-radius: 4px;
    color: #fff;
}

.loginOut a.site {
    background: url(../images/site.png) no-repeat center left;
    padding-left: 28px;
}

.loginTrade {
    height: 80px;
    line-height: 80px;
}

.loginTrade a {
    display: block;
    float: left;
}

.loginTrade .name {
    width: 57px;
    height: 38px;
    line-height: 38px;
    background: url(../images/head.png) no-repeat 13px 8px #f5f8f9;
    border-radius: 20px;
    color: #333;
    margin-top: 21px;
    margin-right: 6px;
    padding-left: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.loginTrade .login {
    color: #007bb7;
}

.servicephone {
    float: left;
    margin-left: 20px;
    margin-top: 30px;
}

/*nav*/
.navOut {
    height: 82px;
    margin-left: 40px;
}

.nav {
    height: 82px;
    line-height: 82px;
    margin: 0 auto;
}

.nav li {
    float: left;
    position: relative;
    padding: 0 12px;
}

.nav li a {
    position: relative;
    font-size: 15px;
    color: #333;
}

.nav li.on a, .nav li:hover a {
    display: block;
    border-bottom: 3px solid #007bb7;
    color: #007bb7;
    height: 68px;
}

.nav a:hover {
    color: #007bb7;
    text-decoration: none;
}

.nav li .wtmenu-down {
    display: none;
    position: absolute;
    top: 71px;
    left: 0;
    z-index: 200;
    background: #fff;
    box-shadow: 2px 2px 2px rgba(128, 128, 128, .1);
}

.nav li .wtmenu-down li {
    height: 36px;
    line-height: 36px;
}

.nav li .wtmenu-down li a {
    border: none;
    color: #333;
}

.nav li .wtmenu-down li a:hover {
    color: #007bb7;
    text-decoration: underline;
}

/*top-nav*/
.top-nav {
    width: 100%;
    height: 37px;
    background: #f2f2f2;
}

.top-navcontent {
    width: 1080px;
    margin: auto;
    overflow: hidden;
}

.top-navlist {
    float: left;
    line-height: 36px;
}

.top-navlist a {
    color: #848585;
    font-weight: lighter;
    font-size: 12px;
}

.top-navlist a:hover, .top-navr a:hover {
    color: #f90;
}

.top-navlist span {
    margin: 0 12px;
    color: #e0e0e0;
    font-weight: lighter;
}

.top-navr {
    float: right;
    line-height: 36px;
}

.top-navr a {
    color: #848585;
    font-weight: lighter;
    font-size: 12px;
}

.top-navr a.scwm {
    padding-left: 16px;
    background: url(../images/scwm.png) no-repeat center left;
}

/*search*/
.search {
    width: 100%;
    background-color: #fafafa;
    background: url("../images/searchbg.png");
    padding: 35px 0 25px;
}

.search-w {
    width: 858px;
    margin: 0 auto;
}

.search .search-left {
    max-width: 118px;
    float: left;

}

.search .search-left img {
    width: 100%;
}

.search-sp {
    display: inline-block;
    width: 683px;
    height: 46px;
    vertical-align: middle;
    line-height: 46px;
    border: 1px solid #e2e1e1;
    border-right: 0;
    box-shadow: inset 1px 1px 2px #ededed;

    background-color: #fff;
}

.icon-search {
    height: 30px;
    width: 30px;
    background-position: 0 -467px;
    line-height: 30px;
    margin: 0 12px;
}

input.search-ipt {
    height: 48px;
    line-height: 48px;
    border: 0;
    box-shadow: none;
    font-size: 16px;
    width: 450px;
    background: none;
    text-indent: 10px;
}

.search-btn {
    float: right;
    height: 48px;
    width: 123px;
    margin-top: -1px;
    background-color: #00a7eb;
    border: 1px solid #0b98d1;
    font-size: 18px;
    color: #fff;
    box-shadow: inset 0 0 3px #7adafe;
    cursor: pointer;
}

.search-btn1 {
    float: right;
    height: 48px;
    width: 123px;
    margin-top: 5px;
    margin-right: 1.5%;
    background-color: #ffad33;
    border: 1px solid #ffad33;
    font-size: 18px;
    color: #fff;
    box-shadow: inset 0 0 3px #ffad33;
    cursor: pointer;
}

.search-btn2 {
    float: right;
    height: 48px;
    width: 123px;
    margin-top: 5px;
    background-color: #ff7a33;
    border: 1px solid #ff7a33;
    font-size: 18px;
    color: #fff;
    box-shadow: inset 0 0 3px #ff7a33;
    cursor: pointer;
}

.search-hot {
    width: 683px;
    font-weight: bold;
    margin-top: 8px;
}

.search-hot a {
    margin-left: 10px;
    font-weight: normal;
    color: #525252;
}

.search-hot a:hover {
    color: #525252;
}

.search-down {
    font-size: 16px;
    border: 0;
    font-family: 'Microsoft Yahei', '微软雅黑', arial;
    background: url(../images/form.jpg) no-repeat right center;
    display: inline-block;
    width: 90px;
    height: 38px;
    line-height: 38px;
    color: #555;
    text-indent: 20px;
}

/*搜索框仿下拉菜单*/
.bin-select {
    width: 100px;
}

.bin-select .cs-placeholder {
    width: 100px;
    height: 46px;
    line-height: 46px;
    background: none;
    background: url(../images/form.jpg) no-repeat right center;
}

.bin-select .cs-options {
    width: 100px;
    border: 1px solid #e2e1e1;
    border-top: none;
}

/*固定在底部的搜索*/
.btmsearch {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    _position: absolute;
    _bottom: auto;
    _top: expression_r(eval_r(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop, 10) | | 0) -(parseInt(this.currentStyle.marginBottom, 10) | | 0)));
    padding: 10px 0;
    border-top: 2px solid rgba(0, 123, 183, .8);
    *border-top: 2px solid #1b92cd;
    background: rgba(255, 255, 255, .9);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#E5ffffff, endColorstr=#E5ffffff);
    z-index: 1000;
}

.btmsearch .btmsearch-content {
    width: 1080px;
    margin: auto;
}

.bottom-search {
    width: 577px;
    margin: 5px auto auto 50px;
}

.bottom-search .search-ipt {
    width: 350px;
}

.cs-options.btm-xiala {
    display: none;
    bottom: 168px;
    border-top: 1px solid #e2e1e1;
    border-bottom: none;
}

.cs-options.btm-xiala ul li:first-child {
    border-top: none;
}

.btm-xiala {
    display: none;
}

@media (max-width: 1366px) {
    body {
        font-size: 12px!important;
    }

    .banner, .wrap, .header, .serOut, .liucheng, .footer, .link, .btmsearch .btmsearch-content, .top-navcontent {
        width: 960px;
    }

    .footerSer ul li {
        margin-right: 55px;
    }

    .erwima {
        margin: 42px 0 0 -10px;
    }

    .jingshi {
        width: 960px;
        margin: 20px auto;
        line-height: 24px;
    }

    .servicephone {
        margin-left: 15px;
    }

    .servicephone img {
        width: 160px;
    }

    .navOut {
        height: 82px;
        margin-left: 10px;
    }

    .nav {
        height: 82px;
        line-height: 82px;
        margin: 0 auto;
    }

    .nav li {
        padding: 0 10px;
        display: block;
        float: left;
    }

    .nav li a {
        font-size: 14px;
        color: #333;
    }

    .nav li a.on {
        border-bottom: 3px solid #007bb7;
        color: #007bb7;
        height: 68px;
    }

    .nav li a:hover {
        color: #007bb7;
        text-decoration: none;
    }

    .bottom-search {
        width: 460px;
        margin: 5px auto auto 50px;
    }

    .bottom-search .search-ipt {
        width: 255px;
    }

    .bottom-search .search-btn {
        width: 100px;
    }

    .search-btn1 {
        width: 100px;
        margin-right: 4%;
    }

    .search-btn2 {
        width: 100px;
    }


}

@media (max-width: 736px) {
    .search-w {
        width: 98%;
        margin: auto;
    }

    .search-left {
        display: none;
    }

    .search-left img {
        width: 100%;
    }

    .searchbox {
        float: none;
        width: 80%;
        margin: auto;
    }

    .search-sp {
        width: 100%;
    }

    .bin-select {
        width: 22%;
    }

    input.search-ipt {
        width: 56%;
    }

    .search-btn {
        width: 20%;
    }

    .cs-options ul li span {
        font-size: 0.6rem;
    }

    .bin-select .cs-options {
        width: 100%;
    }

}

/*个人账户消息入口*/
.message-enter {
    display: none;
    position: absolute;
    top: 70px;
    left: -31px;
    z-index: 200;
    width: 152px;
    height: auto;
    background: #FFF;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    border-radius: 2px;
}

.message-enter li {
    position: relative;
    height: 57px;
    line-height: 57px;
    padding-left: 24px;
    font-size: 14px;
    color: #333;
}

.message-enter li:hover {
    background: #F7F7F7;
}

.message-enter li:hover a {
    color: #007BB7;
}

.message-enter li a {
    color: #333;
}

.message-enter li.message-tit {
    font-size: 18px;
    color: #222;
}

.message-enter li.message-tit:hover {
    background: #FFF;
}

.message-enter li.message-tit a {
    color: #222;
}

.message-enter li i {
    display: block;
    position: absolute;
    top: 20px;
    left: 80px;
    width: 10px;
    height: 10px;
    background: url("../images/log_26.png") no-repeat;
}

.number-log {
    position: absolute;
    top: 11px;
    right: 1px;
    width: 24px;
    height: 24px;
    line-height: 23px;
    font-size: 10px;
    color: #FFF;
    text-align: center;
    background: #FF4E32;
    border-radius: 100%;
}

.bb-ts {
    border-bottom: 1px solid #F0F0F0;
}

.name-wrap {
    float: left;
    position: relative;
    height: 80px;
    line-height: 80px;
}

/*头部新增我的消息*/
.top-navr a.xiaoXi-new {
    padding-left: 18px;
    background: url(../images/message_log.png) no-repeat center left;
    margin-right: 15px;
}

.xiaoXi-new span {
    font-size: 12px;
    color: #848585;
    vertical-align: middle;
}

.xiaoXi-new:hover span {
    color: #F90;
}

.xiaoXi-new i {
    font-style: normal;
    font-size: 11px;
    color: #F00;
    padding-left: 5px;
    vertical-align: 1px;
}

.cs-placeholder {
    /* width: 300px;
    height: 60px;
    line-height: 60px; */
    /* background: #fff; */
    display: inline-block;
    color: #888 !important;
    text-indent: 10px;
    font-size: 16px;
    cursor: pointer;
}

.cs-options {
    position: relative;
    left: -1px;
    z-index: 100;
    /* width: 320px; */
    /* border: 1px solid #b8bbc2;
    border-top: none; */
    background: #fff;
    font-size: 16px;
}

.cs-options ul li {
    height: 60px;
    line-height: 60px;
    /* color: #aaa; */
    color: #888;
    text-indent: 10px;
    cursor: pointer;
    margin: 0 10px;
    border-bottom: 1px solid #b8bbc2;
}

.cs-options ul li:first-child {
    border-top: 1px solid #b8bbc2;
}

.cs-options ul li:last-child {
    border-bottom: none;
}

.cs-options ul li:hover {
    background: #f7f7f7;
}

/* 小程序二维码 */
.xcx_zhongjie {
    position: absolute;
    right: 50px;
    z-index: 999;
}

/*被墙页面*/
.advertising-top {
    width: 1080px;
    margin: 0 auto;
}

.advertising-top1 {
    width: 100%;
    margin-top: 30px;
}

.advertising-top1 .advertising-top2 {
    height: 100px;
    column-count: 5;
}

.advertising-top1 .advertising-top2 li {
    height: 25px;
    line-height: 1em;
}

.advertising-top1 .advertising-top2 li a {
    color: #666;
}

.advertising-top3 {
    padding-top: 10px;
    width: 1080px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.advertising-top3 li {
    width: 24%;
}

.advertising-top3 li img {
    width: 100%;
}

.yuQiang-warp {
    overflow: hidden;
}

.yuQiang-tip {
    margin-top: 50px;
}

.yuQiang-quest2 {
    padding-top: 30px;
    width: 1080px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.yuQiang-quest2 li {
    width: 32.5%;
}

.yuQiang-quest2 li img {
    width: 100%;
}

.yuQiang-tit {
    display: flex;
    justify-content: space-around;
}

.yuQiang-left3 {
    width: 60%;
    margin-top: 40px;
}

.gototop_wrap .ymqz-zdd {
    background: url(../images/ymqz.gif) no-repeat left center !important;
}

.loginTrade1 .zhuce {
    color: #fff;
    background: #36BDF5;
}

.loginTrade1 a {
    display: block;
    padding: 0 20px;
    height: 40px;
    line-height: 40px;
    border-radius: 4px;
    text-align: center;
    margin-top: 17px;
    color: #999;
}
.bByu{
    background: #00b0ff;
    color: #fff;
    width: 140px;
    height: 46px;
    line-height: 46px;
    border-radius: 4px;
    font-size: 16px;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
}
.bByu:hover{
    color: #fff;
}