/*!
 * file: \frontend\web\flattening\statics\basic\css\common.css
 */

/*--V3.0 全局公用--*/

@charset "utf-8";
/**
 * reset css
 */

a, article, aside, b, blockquote, body, canvas, caption, del, details, div, dl, dt, dd, em, embed, fieldset, figcaption, figure, font, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, hr, html, i, iframe, img, label, legend, li, menu, nav, object, ol, p, progress, q, rp, rt, ruby, section, span, strong, table, tbody, td, tfoot, th, thead, time, tr, ul, video, input, textarea, select {
    border: 0;
    margin: 0;
    padding: 0;
}

html, body {
    min-width: 1200px; 
    height: 100%;
}

body {
    font-family: "Microsoft YaHei", \5B8B\4F53, Arial;
    font-size: 12px;
    color: #333;
    margin: 0 auto;
    background: #fff;
    /*overflow-x: hidden;*/
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
    display: block;
}

a {
    text-decoration: none;
    color: #2C2C2C;
}

/*a:hover {text-decoration: underline; color:#EA2E24;}*/

a, input, textarea, button {
    border: none;
    outline: none;
}

ul, dl, li {
    list-style: none outside none;
}

em, i {
    font-style: normal;
}

h2, h3, h4, h5, h6 {
    font-size: 12px;
    font-weight: normal;
}

h1 {
    font-size: 14px;
}

q:before, q:after {
    content: none;
}

textarea {
    overflow: auto;
    resize: none;
}

input[type="submit"]::-moz-focus-inner {
    border: 0;
}

textarea, input[type="text"] {
    font-family: "Microsoft YaHei"
}

select {
    outline: none;
}

/*解决IE6下滚动抖动的问题*/

*html {
    background-image: url(about:blank);
    background-attachment: fixed;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}

/**
 * 原子类
 */

.fl {
    float: left;
}

.fr {
    float: right;
}

.tac {
    text-align: center;
}

.hide {
    display: none !important;
}

.vhide {
    visibility: hidden;
}

.c_ff0000 {
    color: #ff0000;
}

.c_ff3232 {
    color: #ff3232;
}

.c_5d5d5d {
    color: #5d5d5d;
}

.c_ff9600 {
    color: #ff9600;
}
.c_588ac6{
    color: #588ac6;
}
.bg_fff {
    background: #fff;
}

.bg_f5f5f5 {
    background: #f5f5f5;
}

.bg_f0f0f0 {
    background: #f0f0f0;
}

.bg_fafafa {
    background: #fafafa;
}

.bg_ffe6ee {
    background: #ffe6ee !important;
}

.bg_ff3c3c {
    background: #ff3c3c;
}

.bg_5085e2 {
    background: #5085e2;
}

.f14 {
    font-size: 14px;
}

.f16 {
    font-size: 16px;
}

.f18 {
    font-size: 18px;
}

.dis_ib {
    display: inline-block;
}

.border-t {
    border-top: solid 1px #e6e6e6;
}

.border-r {
    border-right: solid 1px #e6e6e6;
}

.border-b {
    border-bottom: solid 1px #e6e6e6;
}

.border-l {
    border-left: solid 1px #e6e6e6;
}
.border-b.c_f5f5f5{
    border-color: #F5F5F5;
}

.m10 {
    margin: 10px;
}

.m-r0 {
    margin-right: 0 !important;
}

.m-r12 {
    margin-right: 12px;
}
.m-r100 {
    margin-right: 100px;
}

.m-t0 {
    margin-top: 0px !important;
}

.m-t8 {
    margin-top: 8px;
}

.m-t10 {
    margin-top: 10px;
}

.m-t12 {
    margin-top: 12px;
}
.m-t20 {
    margin-top: 20px;
}
.m-t24 {
    margin-top: 24px;
}
.m-t32 {
    margin-top: 32px;
}

.m-b-10 {
    margin-bottom: -10px;
}

.m-b20 {
    margin-bottom: 20px;
}

.m-b40 {
    margin-bottom: 40px;
}

.m-b50 {
    margin-bottom: 50px;
}

.m-lr15 {
    margin-left: 15px;
    margin-right: 15px;
}

.m-lr20 {
    margin-left: 20px;
    margin-right: 20px;
}

.m-lr21 {
    margin-left: 21px;
    margin-right: 21px;
}
.p8 {
    padding: 8px;
}

.p10 {
    padding: 10px;
}

.p20 {
    padding: 20px;
}

.p-t8 {
    padding-top: 8px;
}

.p-t10 {
    padding-top: 10px;
}

.p-t12 {
    padding-top: 12px;
}

.p-t15 {
    padding-top: 15px;
}

.p-t20 {
    padding-top: 20px;
}

.p-t40 {
    padding-top: 40px;
}

.p-r10 {
    padding-right: 10px;
}

.p-r80 {
    padding-right: 80px;
}

.p-b10 {
    padding-bottom: 10px;
}

.p-b20 {
    padding-bottom: 20px;
}
.p-b35 {
    padding-bottom: 35px;
}
.p-b40 {
    padding-bottom: 40px;
}

.p-l10 {
    padding-left: 10px;
}

.p-l20 {
    padding-left: 20px;
}

.p-lr20 {
    padding-left: 20px;
    padding-right: 20px;
}

.p-lrb20 {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
}

.p-lrb10 {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
}

.w90 {
    width: 90px;
}

.w320 {
    width: 320px;
}

.w337 {
    width: 337px;
}

.w357 {
    width: 357px;
}

.w360 {
    width: 360px;
}

.w369 {
    width: 369px;
}

.w386 {
    width: 386px;
}

.w390 {
    width: 390px;
}

.w740 {
    width: 740px;
}

.w760 {
    width: 760px;
}

.w770 {
    width: 770px;
}

.w449 {
    width: 449px;
}

.w420 {
    width: 420px;
}

.w480 {
    width: 480px;
}

.w810 {
    width: 810px;
}

.w820 {
    width: 820px;
}
.w837{
    width: 837px;
}

.w842 {
    width: 842px;
}

.w860 {
    width: 860px;
}

.w1200 {
    width: 1200px;
}

/*.w410{ width: 410px; }*/

.h13 {
    height: 13px;
}

.pos-r{
    position: relative;
}

/**
 * 工具类
 */

/*.clear {clear:both;display:block;height: 0;overflow:hidden;visibility:hidden;width:0;}*/

.clearfix:after {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
}

.clearfix {
    display: block;
}

*+html .clearfix {
    min-height: 1%;
}

.g_ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.brandItem .g_ellipsis a{
    color: #787878;
}

.brandItem .g_ellipsis a:hover{
    color: #ff3c3c;
}

.brandItem .g_ellipsis{
    text-align: center;
    margin-bottom: 1px;
    line-height: 30px;
    font-size: 12px;
    color: #787878;
}

.g_btn-red {
    display: inline-block;
    padding: 0 10px;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    text-align: center;
    color: #fff;
    background: #ff3c3c;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.g_btn-red:hover {
    background: #ce3838;
}

.g_btn-orange {
    display: inline-block;
    padding: 0 10px;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    text-align: center;
    color: #fff;
    background: #ff8e00;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.g_btn-orange:hover {
    background: #dd7b00;
}

/*表单*/

form .field.error input[type="text"] {
    border-color: #ff3232;
}

form .field.error input[type="text"].placeholder {
    color: #ff3232
}

form .field.error .g_checkbox>i {
    border-color: #ff3232;
}

form .field.error .g_radiobox>i {
    border-color: #ff3232;
}

form .field.error .select2-container--default .select2-selection--single {
    border-color: #ff3232;
}

form .field.error .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #ff3232;
}

form .field.error ::-webkit-input-placeholder {
    color: #ff3232
}

form .field.error ::-moz-placeholder {
    color: #ff3232
}

form .field.error :-moz-placeholder {
    color: #ff3232
}

/**
 * 图标
 */

.i-phone {
    display: inline-block;
    width: 13px;
    height: 16px;
    background: url(../images/i-status1.png) no-repeat 0 0;
}

.i-mobile {
    display: inline-block;
    width: 17px;
    height: 18px;
    background: url(../images/i-status1.png) no-repeat 0 -106px;
}

.i-mobile-white {
    display: inline-block;
    width: 17px;
    height: 18px;
    background: url(../images/s-icons.png) no-repeat -35px -145px;
}

.i-gift {
    display: inline-block;
    width: 13px;
    height: 15px;
    background: url(../images/i-status1.png) no-repeat 0 -43px;
}
.i-circleUp {
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url(../images/i-status1.png) no-repeat 0px -86px;
}

.i-circlePerson {
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url(../images/i-status1.png) no-repeat 0 -22px;
}

.i-earphone {
    display: inline-block;
    width: 17px;
    height: 18px;
    background: url(../images/i-status1.png) no-repeat 1px -65px;
}

.i-star-grey {
    display: inline-block;
    width: 16px;
    height: 15px;
    background: url(../images/s-icons.png) no-repeat 0 -172px;
}

.i-star-red {
    display: inline-block;
    width: 16px;
    height: 15px;
    background: url(../images/i-status1.png) no-repeat 0 -194px;
}

.i-star-red-half {
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url(../images/i-star-red-half.png) no-repeat 0 0px;
} 
.i-files {
    display: inline-block;
    width: 17px;
    height: 20px;
    background: url(../images/i-status1.png) no-repeat 0 -129px;
}

.i-eye {
    display: inline-block;
    width: 19px;
    height: 12px;
    background: url(../images/i-status1.png) no-repeat 0 -214px;
}

.i-like {
    display: inline-block;
    width: 19px;
    height: 12px;
    background: url(../images/s-icons.png) no-repeat 0 -233px;
}

.i-squareTick {
    display: inline-block;
    width: 20px;
    height: 16px;
    background: url(../images/i-status1.png) no-repeat 0 -151px;
}

.i-squareTick-white {
    display: inline-block;
    width: 24px;
    height: 19px;
    background: url(../images/i-status1.png) no-repeat -35px -120px;
}

.i-news-blue {
    display: inline-block;
    width: 19px;
    height: 20px;
    background: url(../images/i-status1.png) no-repeat -35px -59px;
}

.i-weike {
    display: inline-block;
    width: 25px;
    height: 26px;
    background: url(../images/i-status1.png) no-repeat -36px -87px;
}

.i-success-big {
    display: inline-block;
    width: 92px;
    height: 88px;
    background: url(../images/i-success-big.png) no-repeat left top;
}

.i-arrowDown {
    display: inline-block;
    width: 20px;
    height: 12px;
    background: url(../images/i-form-down-big.png) no-repeat center center;
}

.i-return {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(../images/i-return.png) no-repeat center center;
}

.i-close {
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url(../images/i-close.png) no-repeat center center; 
}

.i-sortUp {
    display: inline-block;
    width: 7px;
    height: 8px;
    background: url(../images/long.png) no-repeat 0 -49px;
}

.i-sortDown {
    display: inline-block;
    width: 7px;
    height: 8px;
    background: url(../images/long.png) no-repeat -8px -49px;
}

.i-sitemap {
    display: inline-block;
    width: 16px;
    height: 15px;
    background: url(../images/i-status1.png) no-repeat -180px -69px;
}

.i-sitemapDown {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(../images/i-sitemapDown.png) no-repeat center center;
}

.i-filter_down {
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url(../images/i-filter_down.png) no-repeat center center;
}

.i-toutiao {
    display: inline-block;
    width: 13px;
    height: 15px;
    background: url(../images/i-toutiao.png) no-repeat center center;
}
.i-toutiao2 {
    display: inline-block;
    width: 17px;
    height: 19px;
    background: url(../images/i-toutiao2.png) no-repeat center center;
}
.i-refresh {
    display: inline-block;
    width: 17px;
    height: 17px;
    background: url(../images/i-refresh.png) no-repeat center center;
}
.i-wechat{
    display: inline-block;
    width: 19px;
    height: 15px;
    background: url(../images/i-wechat.png) no-repeat center center;
}


/*企业状态*/

.i-checked {
    display: inline-block;
    width: 15px;
    height: 16px;
    background: url(../images/i-status.png) no-repeat -2px -2px;
}

.i-unchecked {
    display: inline-block;
    width: 15px;
    height: 16px;
    background: url(../images/i-status.png) no-repeat -21px -2px;
}

.i-topTen {
    /* 十大 */
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(../images/i-status.png) no-repeat -100px -2px;
}

.i-tenBest {
    /* 十佳 */
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(../images/i-status.png) no-repeat -60px -2px;
}

.i-topTen-grey {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(../images/i-status.png) no-repeat -120px -2px;
}

.i-tenBest-grey {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(../images/i-status.png) no-repeat -80px -2px;
}

/*会员等级-新*/
.i-hy10,.i-hy20,.i-hy30,.i-hy40,.i-hy50,.i-hy60,
.i-hy70,.i-hy80,.i-hy90,.i-hy100,.i-hy110,.i-hy120,
.i-hy130,.i-hy140{display: inline-block; width: 18px; height: 18px; max-width: 100%; background-size: 100%; background-image: url('../images/i-levels.png'); }
 
.i-hy10 { background-position: 0 89.104116%; background-size: 102.857143%; }
.i-hy20 { background-position: 0 100%; background-size: 102.857143%; }
.i-hy30 { background-position: 0 0%; background-size: 100%; }
.i-hy40 { background-position: 0 11.165049%; background-size: 100%; }
.i-hy50 { background-position: 0 22.330097%; background-size: 100%; }
.i-hy60 { background-position: 0 33.495146%; background-size: 100%; }
.i-hy70 { background-position: 0 44.660194%; background-size: 100%; }

.i-hy80 { background-position: 0 55.825243%; background-size: 100%; }
.i-hy90 { background-position: 0 55.825243%; background-size: 100%; }
.i-hy100 { background-position: 0 55.825243%; background-size: 100%; }
.i-hy110 { background-position: 0 55.825243%; background-size: 100%; }

.i-hy120 { background-position: 0 66.990291%; background-size: 100%; }
.i-hy130 { background-position: 0 66.990291%; background-size: 100%; }

.i-hy140 { background-position: 0 78.15534%; background-size: 100%; }


/*会员等级-旧*/
.i-hy1 {
    display: inline-block;
    width: 17px;
    height: 16px;
    background: url(../images/i-status.png) no-repeat -160px -2px;
}

.i-hy3 {
    display: inline-block;
    width: 17px;
    height: 16px;
    background: url(../images/i-status.png) no-repeat -140px -2px;
}

.i-hy4 {
    display: inline-block;
    width: 17px;
    height: 16px;
    background: url(../images/i-status.png) no-repeat -40px -2px;
}

.i-hy5 {
    display: inline-block;
    width: 18px;
    height: 16px;
    background: url(../images/i-status.png) no-repeat -228px -2px;
}

.i-hy6 {
    display: inline-block;
    width: 18px;
    height: 16px;
    background: url(../images/i-status.png) no-repeat -204px -2px;
}

.i-hy7 {
    display: inline-block;
    width: 17px;
    height: 16px;
    background: url(../images/i-status.png) no-repeat -183px -2px;
}
/*  */

.i-hy8 {
    display: inline-block;
    width: 17px;
    height: 16px;
    background: url(../images/i-status-v8.png) no-repeat center center;
    background-size: contain;
}

/*星级*/

.i-star_00 {
    display: inline-block;
    width: 75px;
    height: 13px;
    background: url(../images/category/star.png) no-repeat 0 -1px;
}

.i-star_01 {
    display: inline-block;
    width: 75px;
    height: 13px;
    background: url(../images/category/star.png) no-repeat 0 -23px;
}

.i-star_02 {
    display: inline-block;
    width: 75px;
    height: 13px;
    background: url(../images/category/star.png) no-repeat 0 -45px;
}

.i-star_03 {
    display: inline-block;
    width: 75px;
    height: 13px;
    background: url(../images/category/star.png) no-repeat 0 -67px;
}

.i-star_04 {
    display: inline-block;
    width: 75px;
    height: 13px;
    background: url(../images/category/star.png) no-repeat 0 -89px;
}

.i-star_05 {
    display: inline-block;
    width: 75px;
    height: 13px;
    background: url(../images/category/star.png) no-repeat 0 -111px;
}

.i-star_00_5 {
    display: inline-block;
    width: 77px;
    height: 13px;
    background: url(../images/category/star-half.png) no-repeat 0 -1px;
}

.i-star_01_5 {
    display: inline-block;
    width: 77px;
    height: 13px;
    background: url(../images/category/star-half.png) no-repeat 0 -25px;
}

.i-star_02_5 {
    display: inline-block;
    width: 77px;
    height: 13px;
    background: url(../images/category/star-half.png) no-repeat 0 -50px;
}

.i-star_03_5 {
    display: inline-block;
    width: 77px;
    height: 13px;
    background: url(../images/category/star-half.png) no-repeat 0 -74px;
}

.i-star_04_5 {
    display: inline-block;
    width: 77px;
    height: 13px;
    background: url(../images/category/star-half.png) no-repeat 0 -99px;
}


.i-style2-cg, .i-style2-rz, .i-style2-db, .i-style2-dd, .i-style2-lt, 
.i-style2-lyj, .i-style2-lm, .i-style2-mc, .i-style2-qz, .i-style2-tc, 
.i-style2-yg, .i-style2-sj, .i-style2-rhm,.i-style2-tl,.i-style2-jcz{
    display: inline-block;
    width: 42px; 
    height: 42px; 
    max-width: 100%; 
    background-size: 100%; 
    background-image: url('../images/s-style2-stations.png'); 
    border-radius: 50%;
    border: 1px solid #333;
}
.i-style2-yg { background-position: 0 0%; background-size: 100%; }
.i-style2-mc { background-position: 0 9.090909%; background-size: 100%; }
.i-style2-lm { background-position: 0 18.181818%; background-size: 100%; }
.i-style2-sj { background-position: 0 27.272727%; background-size: 100%; }
.i-style2-qz { background-position: 0 36.363636%; background-size: 100%; }
.i-style2-rz { background-position: 0 45.454545%; background-size: 100%; }
.i-style2-cg { background-position: 0 54.545455%; background-size: 100%; }
.i-style2-rhm { background-position: 0 63.636364%; background-size: 100%; }
.i-style2-db { background-position: 0 72.727273%; background-size: 100%; }
.i-style2-dd { background-position: 0 81.818182%; background-size: 100%; }
.i-style2-tl { background-position: 0 90.909091%; background-size: 100%; }
.i-style2-tc { background-position: 0 100%; background-size: 100%; }
.i-style2-jcz { background-image: url('../images/s-style2-stations-jcz.png');  background-size: 100%; }



/**
 * 公共布局
 */
 body.themeBg{
    background: url(../images/theme/themeBg.png) center top no-repeat;
    /* background: url(../images/theme/theme.png) no-repeat,url(../images/theme/themeBg.png) repeat-x; */
    background-position: center 78px;
    -webkit-transition-property: all;
    -webkit-transition-duration: .3s;
}
/*body.themeBg>.header,*/
body.themeBg>.topBanner,
body.themeBg>.main{
    margin-left: auto;
    margin-right: auto;
    width: 1280px;
    background-color: #fff;
}
body.themeBg .main{
    background: #f6f6f6;
}
body.themeBg .main>.content{
}
body.themeBg .header-topTools{
    background-color: #fff;
}
body.themeBg .header-searchWrap{
    margin-top: 102px;
    padding-left: 40px;
    padding-right: 40px;
    background: #fff;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}
body.themeBg .header-nav{
    padding-left: 40px;
    padding-right: 40px;
    background: #fff;
}
/* body.themeBg.hasAdvs .header-searchWrap{
    margin-top: 0;
}

body.themeBg.hasAdvs .header>.nav_ad_column.adsWrap{
    margin-top: 94px;
} */
body.themeBg.hasAdvs{
    background-position: center 330px;
    -webkit-transition-property: all;
    -webkit-transition-duration: .3s;
}
body.themeBg .topBanner-subStations>li img{
    background: url(../images/theme/themesub.png) center center no-repeat;
}
body.themeBg .topBanner-subStations>li>a{
    color: #C65858;
    text-decoration: none;
}
body.themeBg .topBanner-subStations>li>a:hover{
    color: #B71F0F;
}
body.themeBg .topBanner-subStations>li>a:hover img{
    background: #B71F0F;
}
body.themeBg .topBanner{
    background: #ffebeb;
}
.content,
.nav_ad_column {
    margin: 0 auto;
    width: 1200px;
}
.main {
    /*background: #fafafa;*/
    background: #f6f6f6;
}
#hp-toutiao{
    position: absolute;
    right: 0;
    top: 246px;
    z-index: 1;
}
/*--header--*/

/*顶部工具栏*/

.header-topTools {
    min-height: 31px;
    line-height: 31px;
    font-family: \5B8B\4F53, Arial;
    font-size: 12px;
    color: #636464;
    border-bottom: solid 1px #dbdbdb;
}

.header-topTools a {
    color: #636464;
}
.header-topTools a.more{
    color: #588ac6;
}
.header-topTools-loginWrap {
    float: left;
    /*margin-right: 30px;*/
    padding: 9px 0 8px;
    width: 299px;
}

.header-topTools-loginWrap>li {
    float: left;
    height: 14px;
    line-height: 14px;
    margin-right: 16px;
    border-right: solid 1px #c8c8c8;
}

.header-topTools-loginWrap>li:last-child{
    margin-right: 0;
}

.header-topTools-loginWrap>li>a:hover {
    color: #ff9600;
    text-decoration: none;
}

.header-topTools-loginWrap>.login {
    width: 150px;
    border-right: 0;
    overflow: hidden;
}

.header-topTools-loginWrap>.login>span {
    display: inline-block;
    max-width: 70px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
/* 登录后-昵称截取 */
.header-topTools-loginWrap>.login>a>span{
    display: inline-block;
    max-width: 60px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.header-topTools-loginWrap>.login>a {
    margin-right: 12px;
    vertical-align: top;
}

.header-topTools-loginWrap>.login>.active {
    color: #ff9600;
}

.header-topTools-mobileWrap {
    position: relative;
}

.header-topTools-mobile:hover .header-topTools-mobile-rcode-cont {
    display: block;
}

.header-topTools-mobile-rcode-cont {
    display: none;
    position: absolute;
    top: 7px;
    left: 50%;
    margin-left: -68px;
    padding-top: 18px;
    color: #636464;
    z-index: 2;
}

.header-topTools-mobile-rcode-cont>i {
    position: absolute;
    top: 10px;
    left: 50%;
    margin-left: -10px;
    width: 20px;
    height: 9px;
    background: url(../images/i-status1.png) no-repeat -41px -173px;
}

.header-topTools-mobile-rcode-cont ul {
    padding: 10px 8px 4px;
    width: 118px;
    line-height: 16px;
    font-size: 12px;
    text-align: center;
    background: #fff;
    border: solid 1px #dbdbdb;
    -moz-box-shadow: rgba(0, 0, 0, .1) 0px 2px 6px;
    -webkit-box-shadow: rgba(0, 0, 0, .1) 0px 2px 6px;
    box-shadow: rgba(0, 0, 0, .1) 0px 2px 6px;
}

.header-topTools-mobile-rcode-cont ul li {
    margin-bottom: 10px;
}

.header-topTools-mobile-rcode-cont ul li .img {
    max-width: 100%;
    width: 118px;
    height: 118px;
    background: url('/statics/basic/images/logo/rcode.png') no-repeat center center;
    background-size: contain;
}

.header-topTools-mobile {
    position: relative;
    margin-right: 16px;
    padding-left: 16px;
}

.header-topTools-mobile>i {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -8px;
}

.header-topTools-nav {
    float: right;
    padding: 10px 0 9px;
}

.header-topTools-nav>li {
    float: left;
    padding: 0 10px;
    height: 12px;
    line-height: 12px;
    border-right: solid 1px #c8c8c8;
}

.header-topTools-nav>li>a:hover {
    color: #ff3232;
}

.header-topTools-rcode {
    position: relative;
}

.header-topTools-rcode>a {
    position: relative;
    padding-right: 16px;
    color: #ff3232;
}

.header-topTools-rcode>a>i {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -8px;
}

.header-topTools-rcode:hover .header-topTools-rcode-cont {
    display: block;
}

.header-topTools-rcode-cont {
    display: none;
    position: absolute;
    top: 7px;
    left: 50%;
    margin-left: -53px;
    padding-top: 18px;
    z-index: 2
}

.header-topTools-rcode-cont>i {
    position: absolute;
    top: 10px;
    left: 50%;
    margin-left: -10px;
    width: 20px;
    height: 9px;
    background: url(../images/arrow-border.png) no-repeat center top;
}

.header-topTools-rcode-cont ul {
    padding: 10px 0 4px;
    width: 108px;
    line-height: 16px;
    font-size: 12px;
    text-align: center;
    background: #fff;
    border: solid 1px #dbdbdb;
    -moz-box-shadow: rgba(0, 0, 0, .1) 0px 2px 6px;
    -webkit-box-shadow: rgba(0, 0, 0, .1) 0px 2px 6px;
    box-shadow: rgba(0, 0, 0, .1) 0px 2px 6px;
}

.header-topTools-rcode-cont li {
    margin-bottom: 10px;
}

.header-topTools-rcode-cont li .img {
    display: block;
    margin: 0 auto;
    width: 80px;
    height: 80px;
    background: url('/statics/basic/images/logo/rcode_gzh.png') no-repeat center center;
    background-size: contain;
}
.header-topTools-toutiao,
.header-topTools-sitemap {
    position: relative;
}
.header-topTools-toutiao>a,
.header-topTools-sitemap>a {
    position: relative;
    padding-right: 20px;
}
.header-topTools-toutiao>a{
    padding-right: 15px;
    color: #ff3232;
}
.header-topTools-toutiao>a>i,
.header-topTools-sitemap>a>i {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -8px;
}
.header-topTools-sitemap:hover>a>i {
    background-position: -160px -69px;
}
.header-topTools-toutiao:hover>a,
.header-topTools-sitemap:hover>a {
    color: #ff3232;
}
.header-topTools-toutiao:hover .header-topTools-toutiao-cont,
.header-topTools-sitemap:hover .header-topTools-sitemap-cont {
    display: block;
}
.header-topTools-toutiao-cont,
.header-topTools-sitemap-cont {
    display: none;
    position: absolute;
    top: 11px;
    right: -1px;
    width: 1200px;
    padding-top: 10px;
    font-family: "Microsoft YaHei", \5B8B\4F53, Arial;
    z-index: 2000;
}
.header-topTools-toutiao-cont{
    right: -90px;
}
.header-topTools-toutiao-cont>i,
.header-topTools-sitemap-cont>i {
    display: none;
    position: absolute;
    top: 10px;
    right: 13px;
    margin-left: -10px;
    width: 20px;
    height: 9px;
    background: url(../images/arrow-border.png) no-repeat center top;
}

/*
.header-topTools-sitemap-cont>ul {
    margin-right: -1px;
    border: solid 1px #dbdbdb;
    background: #fff;
    -moz-box-shadow: rgba(0, 0, 0, .1) 0 2px 6px;
    -webkit-box-shadow: rgba(0, 0, 0, .1) 0 2px 6px;
    box-shadow: rgba(0, 0, 0, .1) 0 2px 6px;
}
.header-topTools-sitemap-cont>ul>li {
    float: left;
    width: 119px;
    height: 758px;
    border-left: solid 1px #E6E6E6;
}*/
.header-topTools-sitemap-cont .i-sitemapDown{
    display: inline-block;
    width: 12px;
}

.header-topTools-sitemap-cont .inner{
    padding: 24px 27px 24px;
    border-top: solid 1px #dbdbdb;
    background: #fafafa;
}
.header-topTools-sitemap-cont .block{
    float: left;
    margin: 0 4px 6px;
    width: 183px;
    height: 308px;
    background: #fff;
    overflow: hidden;
}
.header-topTools-sitemap-cont .block-top{
    position: relative;
    height: 148px;
    border-bottom: solid 1px #fafafa;
}
.header-topTools-sitemap-cont .block-top .tag{
    position: absolute;
    left: 8px;
    top: 0;
    width: 70px;
    height: 132px;
    line-height: normal;
    text-align: center;
    font-size: 16px;
    color: #646464;
    background: #fafafa;
}
.header-topTools-sitemap-cont .block-top .tag:before,
.header-topTools-sitemap-cont .block-top .tag:after{
    content: '';
    position: absolute;
    bottom: 0;
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
}
.header-topTools-sitemap-cont .block-top .tag:before{
    left: 0;
    border-width: 0 35px 25px 0;
    border-color: transparent transparent #fff transparent;
}
.header-topTools-sitemap-cont .block-top .tag:after{
    right: 0;
    border-width: 25px 35px 0 35px;
    border-color: transparent #fff transparent transparent;
}
.header-topTools-sitemap-cont .block-top .tag>i{
    margin-top: 26px;
}
.header-topTools-sitemap-cont .block-top .link{
    position: absolute;
    bottom: 14px;
    right: 8px;
    font-size: 12px;
    color: #588ac6;
}
.header-topTools-sitemap-cont .g_tab-header{
    padding-top: 18px;
    padding-bottom: 7px;
    height: auto;
    line-height: normal;
}
.header-topTools-sitemap-cont .g_tab-header .g_tab-ctrls>a{
    padding: 0 8px;
    line-height: 16px;
    color: #969696;
}
.header-topTools-sitemap-cont .g_tab-header .g_tab-ctrls>a:last-child{
    border-left: solid 1px #969696;
}
.header-topTools-sitemap-cont .g_tab-header .g_tab-ctrls>a.on{
    color: #787878;
}
.header-topTools-sitemap-cont .g_tab-cont-item{
    padding: 0 8px;
}
.header-topTools-sitemap-cont .g_tab-cont-item .left,
.header-topTools-sitemap-cont .g_tab-cont-item .right{
    float: left;
    width: 50%;
}
.header-topTools-sitemap-cont .g_tab-cont-item .left a,
.header-topTools-sitemap-cont .g_tab-cont-item .right a{
    display: block;
    line-height: 20px;
    font-size: 10px;
    color: #787878;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.header-topTools-sitemap-cont .g_tab-cont-item .left a:hover,
.header-topTools-sitemap-cont .g_tab-cont-item .right a:hover{
    color: #ff3232;
    text-decoration: underline;
}

.header-topTools-toutiao-cont a{
    color: #787878;
}
.header-topTools-toutiao-cont a:hover{
    color: #ff3232;
    text-decoration: underline;
}
.header-topTools-toutiao-cont p{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.header-topTools-toutiao-cont .title{
    display: inline-block;
    margin-right: 10px;
    padding-left: 4px;
    line-height: 16px;
    font-size: 16px;
    color: #646464;
    border-left: solid 1px #646464;
}
.header-topTools-toutiao-cont .top{
    padding: 16px 28px;
    background: #fff;
    border-top: solid 1px #dbdbdb;
}
.header-topTools-toutiao-cont .top li{
    position: relative;
    float: left;
    padding: 0 10px 0 30px;
    width: 353px;
    line-height: 24px;
}
.header-topTools-toutiao-cont .top li:first-child{
    padding-left: 0;
}
.header-topTools-toutiao-cont .top li:last-child{
    padding-right: 0;
}
.header-topTools-toutiao-cont .top li:first-child:after,
.header-topTools-toutiao-cont .top li:last-child:after{
    content: '';
    position: absolute;
    top: 6px;
    bottom: 6px;
    width: 1px;
    background: #c8c8c8;
}
.header-topTools-toutiao-cont .top li:first-child:after{
    right: 0;
}
.header-topTools-toutiao-cont .top li:last-child:after{
    left: 0;
}
.header-topTools-toutiao-cont .top .page{
    display: none;
}
.header-topTools-toutiao-cont .top .page.cur{
    display: block;
}

.header-topTools-toutiao-cont .top-bar{
    margin-bottom: 10px;
}
.header-topTools-toutiao-cont .top-bar a{
    font-size: 12px;
    color: #588ac6;
}
.header-topTools-toutiao-cont .bottom{
    padding: 16px 28px 0;
    background: #fafafa;
}
.header-topTools-toutiao-cont .bottom-bar{
    margin-bottom: 10px;
}
.header-topTools-toutiao-cont .bottom ul{
    margin-left: -20px;
    margin-right: -20px;
    padding-bottom: 16px;
}
.header-topTools-toutiao-cont .bottom li{
    float: left;
    margin: 0 5px;
    padding: 10px 10px 10px 20px;
    width: 256px;
    height: 218px;
    line-height: 24px;
    background: #fff;
}


.ht-sitemap-cate {
    height: 96px;
    line-height: 14px;
    overflow: hidden;
}

.ht-sitemap-cate:hover {
    height: auto;
}

.ht-sitemap-cate>dt {
    position: relative;
    padding: 5px 0 5px 15px;
}

.ht-sitemap-cate>dt .i-sitemapDown {
    position: absolute;
    top: 4px;
    left: 0;
}

.ht-sitemap-cate:hover>dt .i-sitemapDown {
    background-image: url(../images/i-sitemapUp.png);
}

.ht-sitemap-cate>dd {
    padding: 4px 0 6px 15px;
}

.ht-sitemap-title {
    padding: 22px 12px 20px;
    line-height: 16px;
    font-size: 14px;
    color: #FF3C3C;
}

.ht-sitemap-items {
    /*padding: 0 12px 0;*/
    line-height: 24px;
}

.ht-sitemap-items dl {
    margin: 0 12px 12px;
    padding-top: 5px;
    height: 216px;
    overflow: hidden;
}

.ht-sitemap-items dt {
    padding-bottom: 3px;
    padding-top: 3px;
    line-height: 18px;
}

.ht-sitemap-items dt a, .ht-sitemap-items dt span {
    line-height: 16px;
    font-size: 12px;
    color: #FF3C3C;
}

/*.ht-sitemap-items dd[cols="2"]{
        width: 196px;
    }*/

.ht-sitemap-items-col {
    float: left;
    width: 94px;
}

.ht-sitemap-items-col>a {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ht-sitemap-items dl:hover {
    position: relative;
    left: -1px;
    top: -1px;
    z-index: 1;
    overflow: visible;
    background: #fff;
    border: solid 1px #E6E6E6;
    margin-left: 0;
    margin-bottom: 0;
    /*padding-left: 12px;*/
    padding-bottom: 12px;
    height: 214px;
    -moz-box-shadow: rgba(0, 0, 0, .15) 2px 3px 7px;
    -webkit-box-shadow: rgba(0, 0, 0, .15) 2px 3px 7px;
    box-shadow: rgba(0, 0, 0, .15) 2px 3px 7px;
}

.ht-sitemap-items dl:last-child:hover {
    height: 216px;
}

.ht-sitemap-items dl:hover[cols="1"] {
    margin-right: 0;
}

.ht-sitemap-items dl:hover[cols="2"] {
    width: 180px;
}

.ht-sitemap-items dl:hover[cols="3"] {
    width: 270px;
}

.ht-sitemap-items dl:hover[cols="4"] {
    width: 360px;
}

.ht-sitemap-items dl:hover[cols="5"] {
    width: 450px;
}

.ht-sitemap-items dl:hover[cols="6"] {
    width: 540px;
}

.ht-sitemap-items dl:hover[cols="7"] {
    width: 630px;
}

.ht-sitemap-items dl:hover[cols="8"] {
    width: 720px;
}

.ht-sitemap-items dl:hover[cols="9"] {
    width: 810px;
}

.ht-sitemap-items dl:hover[cols="10"] {
    width: 900px;
}

.ht-sitemap-items dl:hover[cols="11"] {
    width: 990px;
}

.ht-sitemap-items dl:hover[cols="12"] {
    width: 1080px;
}

.ht-sitemap-items dl:hover[cols="13"] {
    width: 1170px;
}

.ht-sitemap-items dl:hover[cols="14"] {
    width: 1260px;
}

.ht-sitemap-items dl:hover[cols="15"] {
    width: 1350px;
}

.ht-sitemap-items dl:hover[row="2"] {
    height: 435px;
}

.ht-sitemap-items dl:hover[row="2"] dt span, .ht-sitemap-items dl:hover[row="2"] dt .t2 {
    display: none;
}

.ht-sitemap-items dl:hover[row="3"] {
    height: 654px;
}

.ht-sitemap-items dl:hover[row="3"] dt span, .ht-sitemap-items dl:hover[row="3"] dt .t2 {
    display: none;
}

.ht-sitemap-items dl:hover dt {
    padding-left: 12px;
}

.ht-sitemap-items dl:hover dd {
    /*position: absolute;
        left: -13px;
        background: #fff;
        border: solid 1px #E6E6E6;*/
}

.ht-sitemap-items dl:hover .ht-sitemap-items-col {
    width: 78px;
    padding-left: 12px;
}

.ht-sitemap-items dl:hover dd>h3 {
    padding-top: 5px;
    padding-left: 12px;
    line-height: 24px;
}

.ht-sitemap-items dl:hover dd>h3 a {
    font-size: 12px;
    color: #FF3C3C;
}

/*头部搜索框*/

.header-searchWrap {
    height: 132px;
    /*overflow: hidden;*/
}

.header-searchWrap-logo {
    float: left;
    height: 132px;
    width: 368px;
}

.header-searchWrap-logo .hl-l {
    float: left;
    /*margin-top: 44px;*/
    margin-top: 15px;
}
/* 2-20换logo */
.header-searchWrap-logo .hl-l img {
    height: 68px;
}
.header-searchWrap-logo .hl-l .visitTypeUrl{
    height: 96px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.header-searchWrap-logo .hl-l .img-headerLogo-1{
    /* width: 208px;
    height: 96px;
    background: url(../images/logo-new.jpg) no-repeat center center; */
    height: 68px;
    width: 280px;
}

.header-searchWrap-logo .hl-r {
    float: left;
    margin-top: 15px;
}

.header-searchWrap-logo .hl-r a {
    margin-left: 10px;
    line-height: 96px;
    font-size: 24px;
    font-weight: normal;
    color: #ff0000;
    height: 96px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header-searchWrap-logo .hl-r a.txt{
    display: inline-block;
    line-height: 42px;
    margin: 28px 0px 28px 12px;
    padding-left: 17px;
    color: #ff6630;
    border-left: solid 2px #ff6630;
}

.header-searchWrap-logo .hl-r img {
    height: 68px;
}
.header-searchWrap-logo .hl-r .h96{
    height: 96px;
}
.header-searchWrap-logo .hl-r .img-headerLogo-2{
    display: inline-block;
    width: 120px;
    height: 96px;
    background: url(../images/logo-1-new.gif) no-repeat center center;
}

.header-searchWrap-logo-left {
    float: left;
    margin-top: 42px;
}

.header-searchWrap-logo-right {
    float: left;
    margin-top: 44px;
}

.header-searchWrap-logo-right>span {
    margin-left: 10px;
    font-size: 24px;
    color: #ff0000;
}

.header-searchWrap-center {
    float: left;
    margin-top: 44px;
    margin-left: 32px;
    margin-right: 42px;
}

.header-searchWrap-center .inputWrap {
    position: relative;
    padding-left: 70px;
    width: 390px;
    /*height: 36px;*/
    height: 32px;
    border: solid 2px #ff3c3c;
    background: #fff;
}

.header-searchWrap-center .inputWrap select {
    padding-right: 0;
    width: 51px;
    border: 0;
    background-position: right 52%;
    outline: none;
}

.header-searchWrap-center .inputWrap>.left {
    position: absolute;
    top: 0;
    left: 0;
    width: 70px;
    height: 32px;
    line-height: 32px;
    text-align: center;
}

.header-searchWrap-center .inputWrap>.left .select2-container {
    vertical-align: top;
}

.header-searchWrap-center .inputWrap>.left .select2-selection--single {
    height: 32px;
    border: 0;
}

.header-searchWrap-center .inputWrap>.left .select2-selection--single .select2-selection__rendered {
    height: 32px;
    line-height: 32px;
    text-align: left;
    color: #636464;
}

.header-searchWrap-center .inputWrap>.left .select2-selection--single .select2-selection__arrow {
    height: 32px;
}

.header-searchWrap-center .inputWrap>.left .select2-selection--single .select2-selection__arrow b {
    margin-left: -20px;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.header-searchWrap-center .inputWrap>.g_select {
    position: absolute;
    top: 0;
    left: 0;
    width: 70px;
    height: 32px;
    line-height: 32px;
    text-align: center;
}

.header-searchWrap-center .inputWrap>input {
    width: 290px;
    height: 32px;
    line-height: 32px;
    font-size: 12px;
    color: #636464;
}

.header-searchWrap-center .inputWrap ::-webkit-input-placeholder {
    color: #b4b4b4;
}

.header-searchWrap-center .inputWrap ::-moz-placeholder {
    color: #b4b4b4;
}

.header-searchWrap-center .inputWrap :-moz-placeholder {
    color: #b4b4b4;
}

.header-searchWrap-center .inputWrap>button {
    position: absolute;
    top: 0;
    right: 0;
    width: 90px;
    height: 32px;
    line-height: 32px;
    font-size: 16px;
    text-align: center;
    color: #fff;
    background: #ff3232;
    border: 0;
    cursor: pointer;
}
.header-searchWrap-center .inputWrap .brands{
    display: none;
    position: absolute;
    top: 36px;
    left: 70px;
    padding-top: 6px;
    width: 300px;
    background: #fff;
    border: solid 1px #c8c8c8;
    border-radius: 5px;
    z-index: 2;
}
.header-searchWrap-center .inputWrap .brands:before{
    content: '';
    position: absolute;
    left: 20px;
    top: -6px;
    width: 10px;
    height: 6px;
    background: url(../images/i-searchBarBrandsBg.png) center center no-repeat;
    background-size: contain;
}
.header-searchWrap-center .inputWrap .brands a{
    position: relative;
    display: block;
    padding-left: 9px;
    height: 29px;
    line-height: 29px;
    color: #636464;
    font-size: 12px;
}
.header-searchWrap-center .inputWrap .brands a:hover{
    background: #f4fafa;
}
.header-searchWrap-center .inputWrap .brands .num{
    display: inline-block;
    margin-right: 5px;
    color: #ff9600;
}
.header-searchWrap-center .inputWrap .brands .more{
    text-align: center;
}
.header-searchWrap-center .inputWrap .brands .more a{
    margin: 6px 3px 3px;
    background: #fafafa;
}
.header-searchWrap-center .inputWrap .brands .hot .num{
    color: #ff3232;
}
.header-searchWrap-center .inputWrap .brands .i-hot{
    position: absolute;
    top: 50%;
    right: 13px;
    margin-top: -9px;
    width: 18px;
    line-height: 16px;
    text-align: center;
    color: #ff3232;
    border: solid 1px #ff8484;
}


.header-searchWrap-center a {
    color: #969696;
    text-decoration: none;
}

.header-searchWrap-center a:hover {
    color: #ff3232;
}

.header-searchWrap-center>ul {
    padding-top: 8px;
    line-height: 12px;
    font-size: 12px;
    width: 464px;
    height:12px;
    overflow:hidden;
}

.header-searchWrap-center>ul>li {
    float: left;
    margin-right: 10px;
    padding-right: 10px;
    border-right: solid 1px #969696;
}

.header-searchWrap-center>ul>li.last {
    margin-right: 0;
    padding-right: 0;
    border-right: 0;
}

.header-searchWrap-right {
    float: right;
    margin-top: 42px;
    width: 290px;
    font-size: 12px;
    color: #969696;
}

.header-searchWrap-right>.marqueeWrap {
    position: relative;
    margin-bottom: 2px;
    padding-left: 20px;
    line-height: 20px;
}

.header-searchWrap-right>.marqueeWrap>.i-earphone {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -9px;
}

.header-searchWrap-right .txtMarquee-left {
    height: 20px;
    overflow: hidden;
}

.header-searchWrap-right .txtMarquee-left .bd li {
    padding-right: 20px;
    width: auto !important;
    /*width: 330px;*/
    /*width: 310px;*/
}

.header-searchWrap-right .txtMarquee-left .bd li>span {
    float: none;
    margin-left: 10px;
}

.header-searchWrap-right>p {
    margin-bottom: 2px;
}

.header-searchWrap-right>p>em {
    position: relative;
    padding-left: 20px;
    font-size: 14px;
    color: #787878;
}

.header-searchWrap-right>p>em:last-child {
    float: right;
}

.header-searchWrap-right>p>em>i.i-circleUp {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -10px;
}

/*头部主导航*/

.header-nav {
    height: 56px;
    /* overflow: hidden; */
}

/* 导航右侧修改-导航最大宽度调整为1000 */
.header-nav>ul {
    padding: 16px 0;
    max-width: 1000px;
}

.header-nav>ul>li {
    position: relative;
    float: left;
    margin-right: 45px;
    line-height: 24px;
    font-size: 16px;
    color: #5d5d5d;
}
/* 原为44改为40,44太大导致换行*/
.header-website-margin>ul>li {
    margin-right: 40px;
}

.header-nav>ul>li>a {
    padding-bottom: 2px;
    color: #5d5d5d;
}

.header-nav>ul>li>a:hover, .header-nav>ul>li.active>a {
    /*border-bottom: solid 1px #ff3c3c;*/
    text-decoration: none;
}

.header-nav>ul>li>a {
    position: relative;
    padding-bottom: 3px;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.header-nav>ul>li>a .hot_icon{
    position: absolute;
    top: -19px;
    right: 0px;
}

.header-nav>ul>li>a:before {
    content: '';
    position: absolute;
    left: 50%;
    right: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background: #ff3c3c;
    -webkit-transition: all .1s ease-out;
    -moz-transition: all .1s ease-out;
    transition: all .1s ease-out;
}

.header-nav>ul>li:hover>a:before, .header-nav>ul>li.active>a:before {
    left: 0;
    width: 100%;
}

.header-nav li ul {
    /*display: none;
        position: absolute;
        top: 52px;
        left: 0;
        width: 1200px;*/
}

.header-nav li.active ul {
    /*display: block;*/
}

.header-nav .header-nav-sub {
    position: absolute;
    top: 52px;
    left: 0;
    width: 1200px;
    height: 16px;
    overflow: hidden;
}

.header-nav .header-nav-sub>ul {
    padding-bottom: 8px;
    overflow: hidden;
}

.header-nav .header-nav-sub .more {
    float: right;
    font-size: 12px;
    line-height: 14px;
    color: #588ac6;
}

.header-nav li li {
    float: left;
    margin-right: 20px;
    padding-right: 20px;
    line-height: 14px;
    font-size: 12px;
    border-right: solid 1px #969696;
}

.header-nav li li:last-child, .header-nav li li.last {
    border: 0;
}

.header-nav li li a {
    color: #969696;
}

.header-nav li li a:hover {
    color: #ff3c3c;
}

.header-nav>em {
    position: relative;
    float: right;
    padding-left: 20px;
    line-height: 56px;
    font-size: 14px;
    color: #ff0000;
}

.header-nav>em>i {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -9px;
}
/* 导航右侧修改-s */
.header-nav .nav-right{
    position: relative;
    float: right;
    height: 56px;
    padding-left: 20px;
    font-size: 14px;
    color: #ff0000;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.header-nav .nav-right .nr_icon{
    display: flex;
    justify-content: space-between;
    align-items:center;
}
/* 导航右侧修改-e */
.header-nav-sbm{
    position: relative;
}
.header-nav-sbm:after{
    content: '';
    position: absolute;
    top: -7px;
    right: -24px;
    width: 24px;
    height: 16px;
    background: url(/statics/basic/images/i-new.png) no-repeat center center;
    background: contain;
}


.header-subNav {
    background: #e6e6e6;
}

.header-subNav>ul>li {
    float: left;
    min-width: 120px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
}

.header-subNav>ul>li>a {
    display: block;
    color: #787878;
}

.header-subNav>ul>li>a:hover, .header-subNav>ul>li.on>a {
    color: #fff;
    background: #ff3c3c;
}
.nav_activity{
    width: 158px;
    height: 56px;
    position: relative;
    float: left;
    padding-left: 24px;
    line-height: 56px;
}
/* 获取分站分类导航样式 */
.header-nav .substation_navigation_type{
    height: 24px;
}
.header-nav .substation_navigation_type>a{
    display: inline-block;
    /* max-width: 64px; */
    white-space: nowrap;
    overflow: hidden;
} 
.header-nav .substation_navigation_type>i{
    display: inline-block;
    position: absolute;
    top: -20px;
    right: -34px;
    width: 60px;
    height: 18px;
    color: #FFF;
    background-color: #ff3c3c;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    border-radius: 9px;
    margin-left: 10px;    
} 
.header-nav .substation_navigation_type>i::after{
    content: '';
    position: absolute;
    left:8px;
    bottom: -10px;
    float: left;
    width: 0; 
    height: 0;
    border-width: 5px;
    border-style: solid;
    border-color:#ff3c3c transparent transparent transparent;
    
}
/*旗舰频道*/
.tag_flagship{
    display: block;
    width: 70px;
    height: 18px;
    color: #FFF;
    background-color: #ff3c3c;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    border-radius: 9px;
}
/*大banner*/

.bigBanner {
    margin: 0 auto;
    max-width: 1920px;
}

.bigBanner>img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    width: auto;
    height: auto;
}

.bigBanner-title {
    line-height: 40px;
    font-size: 24px;
    font-weight: normal;
    text-align: center;
    color: #fff;
    background: #ff3c3c;
}

.topBanner-subStations {
    /*background: #ddd;*/
}

/*-- 子导航 --*/

.subsnav {
    background: #e6e6e6;
    width: 100%;
    min-width: 1200px;
    margin-bottom: 20px;
    overflow: hidden;
}

.subsnav li {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    float: left;
    text-align: center;
}

.subsnav li a {
    display: block;
    padding: 0 13px;
    color: #787878;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.subsnav li.on a, .subsnav li.on:hover a {
    background: #ff3b3c;
    color: #fff;
}

.subsnav li a:hover {
    background: #fe5354;
    color: #fff;
}

.g_subNav {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    text-align: center;
    background: #e6e6e6;
}

.g_subNav li {
    float: left;
    width: 92px;
}

.g_subNav li.title {
    width: 96px;
    font-size: 16px;
    color: #fff;
    background: #ff3131;
}

.g_subNav li a {
    display: block;
    color: #787878;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.g_subNav li a:hover {
    color: #ff3131;
    background: #fff;
}

.g_subNav li.on a {
    color: #fff;
    background: #ff3131;
}

/*--footer--*/
.footer {
    /*height: 280px;*/
    /*height: 310px;*/
    padding-bottom: 76px;
    background-color: rgba(0,0,0,0.08);
}

.footer a {
    text-decoration: none;
}

.footer a:hover {
    color: #fff;
}

.footer-nav {
    margin: 0 auto;
    padding-top: 16px;
    width: 748px;
    height: 30px;
    /* height: 64px; */
}

.footer-seo {
    width: 100%;
    height: 20px;
    margin: 0 auto;
    text-align: left;
}

.footer-seo a {
    color: #959595;
    font-size: 13px;
}

.footer-seo a strong {
    font-weight: normal;
}

.footer-nav>li {
    float: left;
}

.footer-nav a {
    margin: 0 33px;
    line-height: 24px;
    font-size: 16px;
    color: rgb(150, 150, 150);
}

.footer-bottom {
    border-top: solid 1px rgba(0,0,0,0.05);
}

.footer-jia400Info {
    float: left;
    padding-top: 8px;
    line-height: 18px;
    font-size: 13px;
    color: rgb(150, 150, 150);
}

.footer-jia400Info>ul {
    margin-bottom: 5px;
}

.footer-jia400Info>ul>li {
    float: left;
    margin-right: 11px;
}

.footer-jia400Info>ul>li>a {
    font-size: 13px;
    color: rgb(150, 150, 150);
}

.footer-jia400Info-email {
    float: right;
    margin-right: 22px;
}
.footer-jia400Info .sitemap{
    position: relative;
}
.footer-jia400Info .sitemap a{
    display: block;
}
.footer-jia400Info .sitemap a:hover{
    color: #959595;
}
.footer-jia400Info .sitemap .result{
    position: relative;
    padding: 0 15px 0 5px;
    user-select: none;
}
.footer-jia400Info .sitemap .result:after{
    content: '';
    position: absolute;
    top: 50%;
    right: 4px;
    margin-top: -3px;
    width: 9px;
    height: 8px;
    background: url(../images/i-status1.png) no-repeat -175px -130px;
}
.footer-jia400Info .sitemap .cont{
    display: none;
    position: absolute;
    top: 18px;
    right: 0;
    left: 0;
    padding: 4px 5px;
    line-height: 20px;
    background: #fff;
    z-index: 2;
}

.footer-jia400Info .sitemap.open{
    background: #fff;
}

.footer-jia400Info .sitemap.open .cont{
    display: block;
}
.footer-jia400Info .sitemap.open .result:after{
    margin-top: -2px;
    transform: rotate(180deg);
}
.footer-bottom-othersLinks {
    margin-top: 12px;
}

.footer-bottom-othersLinks>a {
    position: relative;
    float: left;
    margin-right: 12px;
    width: 108px;
    height: 36px;
    background: #ddd url('/statics/basic/images/tps/othersLinks.png') 0px 0px no-repeat;
}
.footer-bottom-othersLinks>a:nth-child(1){
    background: url('/statics/basic/images/tps/kxwz.png') center center no-repeat;
    background-size: cover;
}
.footer-bottom-othersLinks>a:nth-child(2){
    background: url('/statics/basic/images/tps/f6.png') center center no-repeat;
    background-size: cover;
}
/*.footer-bottom-othersLinks>a:nth-child(2){
    background-position: -118px 0px;
}*/

.footer-bottom-othersLinks>a:nth-child(3){
    background-position: -236px 0px;
}

.footer-bottom-othersLinks>a:nth-child(4){
    background-position: -354px 0px;
}

.footer-bottom-othersLinks>a:nth-child(5){
    background-position: -472px 0px;
}

/* .footer-bottom-othersLinks>a:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: rgba(0, 0, 0, .5);
    opacity: 1;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
} */

.footer-bottom-othersLinks>a:hover:after {
    opacity: 0;
}

.footer-bottom-copyright {
    margin-top: 17px;
    /* text-align: center; */
    font-size: 12px;
}
.record{
    margin-top: 10px;
    padding-bottom: 20px;
}
.recordLink:before {
    content: url(/statics/basic/images/ghs.png);
    vertical-align: middle;
}
.ml20{
    margin-left: 20px;
}
.footer-bottom-copyright>a {
    color: #959595;
}

.footer-rcodes {
    float: right;
    margin-top: 12px;
}

.footer-rcodes>li {
    float: left;
    margin-left: 34px;
    width: 100px;
    height: 118px;
    font-size: 12px;
    text-align: center;
    color: #323232;
    background: #818181;
}

.footer-rcodes>li>.img {
    display: block;
    margin: 5px auto;
    width: 90px;
    height: 90px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

.footer-rcodes>li>.img.rcode-1{background-image: url('https://image.jia400.com/uploads/ad/2017/09/4d8d05eb53b345ca08f6f576de494531.jpg');}
.footer-rcodes>li>.img.rcode-2{background-image: url('https://image.jia400.com/uploads/ad/2019/07/ae135c7c1eb598925170a3b0153e5568.png');}
.footer-rcodes>li>.img.rcode-3{background-image: url('https://image.jia400.com/uploads/ad/2017/09/c171a65e8b50a6daa0cf431d27851be0.jpg');}
.footer-rcodes>li>.img.rcode-4{background-image: url('https://image.jia400.com/uploads/ad/2017/09/c9501b8302d03817ad677ae75cdcbfbe.jpg');}

.footer-rcodes>li>p {
    line-height: 12px;
}

/*-- 友链 --*/
.friendLinks {
    padding-bottom: 20px;
}

.friendLinks a {
    color: #787878;
}

.friendLinks a:hover {
    color: #ff3232;
    text-decoration: none;
}

.friendLinks .g_tab-header {
    height: 30px;
    line-height: 30px;
}

.friendLinks .g_tab-header .g_tab-ctrls>a {
    padding: 0 10px;
}

.friendLinks .g_tab-cont-item a {
    float: left;
    margin-right: 10px;
    width: 99px;
    line-height: 22px;
    font-size: 12px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.friendLinks .bd li{
    padding-left: 6px;
    height: 90px;
}
.friendLinks .bd li a{
    margin-right: 62px;
    width: 326px;
}
/*.friendLinks dt{
        line-height: 30px;
        font-size: 14px;
        color: #787878;
    }
    .friendLinks dd{
        line-height: 22px;
        font-size: 12px;
    }
    .friendLinks dd a{
        float: left;
        width: 109px;
    }*/

/*分站导航通栏广告位*/
.nav_ad_column .adSpace:nth-child(odd) {
    margin-left: 0;
}
.nav_ad_column .adSpace{
    margin-top: 10px;
}
/*--广告位--*/

.adSpace {
    position: relative;
    margin-left: 20px;
    background: #ddd;
}

.adSpace:first-child {
    margin-left: 0;
}
.adSpace .btn-ksxp-new{
    position: absolute;
    width: 170px;
    height: 95px;
    cursor: pointer;
    /* opacity: 0; */
    top: 0px;
    right: 0px;
}

.adSpace-txt {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 25px;
    height: 14px;
    text-indent: -99999px;
    background: url(../images/i-status1.png) no-repeat -108px -137px;
}

.ad-180X90 {
    float: left;
    width: 180px;
    height: 90px;
}

.ad-285X90 {
    float: left;
    width: 285px;
    height: 90px;
}

.ad-386X90 {
    float: left;
    margin-left: 21px;
    width: 386px;
    height: 90px;
}

.ad-590X90 {
    float: left;
    width: 590px;
    height: 90px;
}

.ad-1200X90 {
    display: block;
    width: 1200px;
    height: 90px;
}

.ad-1200 {
    display: block;
    width: 1200px;
}

.ad-1200>img {
    display: block;
}

.ad-auto>img {
    display: block;
    margin: 0 auto;
}
/*行业分站特殊情况*/
.ad-special {
    float: left;
    width: 154px;
    height: 77px;
}
.ad-special img{
    width: 100%;
    height: 100%;
    object-fit: fill;
}

/*展会*/

.ad-280X142 {
    display: block;
    width: 280px;
    height: 142px;
}

/*卖场*/

.ad-420X280 {
    display: block;
    width: 420px;
    height: 280px;
}

/*加盟喜报-我要加盟*/

.ad-840X286 {
    display: block;
    width: 840px;
    height: 286px;
}

/*--焦点图--*/

.g_slider .bd {
    overflow: hidden;
}

.g_slider .bd li {
    position: relative;
}

.g_slider .bd li>a {
    display: block;
}

.g_slider .bd li .title {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    line-height: 32px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    background: rgba(0, 2, 5, .7);
}

.g_slider .bd li img {
    display: block;
    margin: 0 auto;
}

.g_slider .hd {
    margin-top: 10px;
    text-align: center;
    font-size: 0;
}

.g_slider .hd li {
    display: inline-block;
    margin: 0 2px;
    width: 8px;
    height: 8px;
    text-indent: -9999px;
    background: #aaa;
    overflow: hidden;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.g_slider .hd li.on {
    background: #ff3c3c;
}

/*焦点图 380X194*/

.g_slider.s-380x194 .bd {
    width: 380px;
    height: 194px;
}

/*焦点图 380X194*/

.g_slider.s-700x360 .bd {
    width: 700px;
    height: 360px;
}

/*焦点图 760X390*/

.g_slider.s-760x390 .bd {
    width: 760px;
    height: 390px;
}

/*--分页--*/

/*-- 下拉 --*/

select.g_select2 {
    display: block;
    padding: 0 20px 0 8px;
    width: 100%;
    height: 100%;
    font-size: 12px;
    color: #969696;
    border: solid 1px #c8c8c8;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    background: url(../images/i-form-down.png) no-repeat scroll 96% center #fff;
    padding-right: 0 \9;
    background: none \9;
}

.g_select {
    color: #636464;
    cursor: pointer;
}

.g_select>i {
    display: inline-block;
    width: 11px;
    height: 8px;
    background: url(../images/i-form-down.png) no-repeat center center;
}

.g_select.open>i {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}

.g_select>span {
    display: inline-block;
    height: 100%;
    margin-right: 4px;
    font-size: 12px;
}

.g_select.open>ul {
    display: block;
}

.g_select>ul {
    display: none;
    line-height: 24px;
    font-size: 12px;
    background: #fff;
    border: solid 1px #ddd;
}

.g_select>ul>li {
    cursor: pointer;
}

.g_select>ul>li:hover {
    background: #ddd;
}

.select2-container {
    font-size: 12px;
    width: 100% !important;
    outline: none !important;
    max-width: 770px;
}

.select2-container--default .select2-selection--single {
    border: solid 1px #c8c8c8;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.select2-container .select2-selection--single {
    height: 25px;
    outline: none !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 23px;
    color: #969696;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 23px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    margin-top: -4px;
    margin-left: -5px;
    width: 12px;
    height: 8px;
    border: 0;
    background: url(../images/i-status1.png) no-repeat -175px -132px;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}

.select2-dropdown {
    border: 1px solid #c8c8c8;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.select2-results__option {
    padding: 4px 4px 4px 8px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #ddd;
    color: #333;
}

/*-- 多选框 --*/

.g_checkbox {
    position: relative;
    padding-left: 19px;
    font-size: 12px;
    color: #969696;
    cursor: pointer;
}

.g_checkbox>i {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -7px;
    width: 12px;
    height: 12px;
    border: solid 1px #c8c8c8;
    background: #fff;
}

.g_checkbox.on>i:before {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -4px 0 0 -4px;
    content: '';
    width: 8px;
    height: 8px;
    background: #ff3c3c;
}

/*-- tab切换 --*/

.g_tab {
    display: block;
    width: 100%;
}

.g_tab-ctrls {
    overflow: hidden;
}

.g_tab-ctrls>a {
    float: left;
}
.g_tab-ctrls.cols3>.cols3-1{
    padding-left: 0;
    padding-right: 0;
    width: 33.333%;
    text-align: center;
}
.g_tab-cont-item {
    display: none;
}

.g_tab-cont-item.on {
    display: block;
}

.g_tab-header {
    height: 40px;
    line-height: 40px;
}

.g_tab-header.bg_f5f5f5 {
    background: #f2f2f2;
}

.g_tab-header .g_tab-ctrls>a {
    padding: 0 12px;
    font-size: 12px;
    color: #5d5d5d;
}
.g_tab-header .g_tab-ctrls.gap-16>a{
    padding: 0 6px;
}
.g_tab-header .g_tab-ctrls>a.f16{
    font-size: 16px;
}

.g_tab-header .g_tab-ctrls.f14>a {
    font-size: 14px;
    color: #787878;
}

.g_tab-header .g_tab-ctrls-big-3>a {
    padding-left: 0;
    padding-right: 0;
    width: 33.333%;
    font-size: 18px;
    color: #5d5d5d;
    text-align: center;
}

.g_tab-header .g_tab-ctrls-big-3>a.on, .g_tab-header .g_tab-ctrls-big-3>a:hover {
    color: #ff3232;
}

.g_tab-header .g_tab-ctrls-big-4>a {
    padding-left: 0;
    padding-right: 0;
    width: 25%;
    font-size: 18px;
    color: #5d5d5d;
    text-align: center;
}

.g_tab-header .g_tab-ctrls-big-4>a.on, .g_tab-header .g_tab-ctrls-big-4>a:hover {
    color: #ff3232;
}

.g_tab-header .g_tab-ctrls>a.cols2_1 {
    padding: 0;
    width: 50%;
    text-align: center;
}

.g_tab-header.bg_f5f5f5 .g_tab-ctrls[data-gtab-type="click"]>a.on:hover,
.g_tab-header.bg_f5f5f5 .g_tab-ctrls>a.on, 
.g_tab-header.bg_f5f5f5 .g_tab-ctrls>a:hover {
    color: #fff;
    background: #FC2C31;
    border-radius: 15px 15px 0px 0px;
}
.g_tab .g_tab-cont2{
    border: 1px solid #FC2C31;
}
.g_tab-header.bg_f5f5f5 .g_tab-ctrls[data-gtab-type="click"]>a:hover{
    color: #5d5d5d;
    background: none;
}

.g_tab-title {
    float: left;
    font-size: 16px;
    color: #ff3232;
}

.g_tab-title.f18 {
    font-size: 18px;
}

.g_tab-title.f20 {
    font-size: 20px;
}

.g_tab-more {
    float: right;
    font-size: 14px;
    color: #588ac6;
}

/*-- 面板 --*/

.g_panel.border {
    border: solid 1px #e6e6e6;
}

.g_panel.bg_f5f5f5 {
    background: #f0f0f0;
}

.g_panel-header {
    height: 40px;
    line-height: 40px;
}

.g_panel-header.bg_f5f5f5 {
    background: #f2f2f2;
}

.g_panel-title {
    float: left;
    font-size: 16px;
    color: #ff3232;
}

.g_panel-title>a {
    color: #ff3232;
}

.bg_ff3c3c .g_panel-title {
    float: none;
    font-size: 20px;
    text-align: center;
    color: #fff;
}

.g_panel-title.f18 {
    font-size: 18px;
}

.g_panel-title.f20 {
    font-size: 20px !important;
}

.g_panel-title>i {
    float: left;
    margin: 10px 8px 10px 0;
}

.g_panel-more {
    float: right;
    font-size: 14px;
    color: #588ac6;
}
.g_panel-more .i-refresh{
    margin-right: 5px;
    vertical-align: middle;
}
.g_panel-more>span{
    vertical-align: middle;
}

/*-- 品牌 --*/

.g_gallery-brands .brandItem {
    float: left;
    margin: 10px;
    width: 124px;
}

.g_gallery-brands .brandItem>a {
    display: block;
    text-align: center;
}

.g_gallery-brands .brandItem>a>img {
    display: block;
    width: 122px;
    height: 94px;
    /*border: solid 1px #e6e6e6;*/
}
.g_gallery-brands .brandItem>a>p {
    margin-bottom: 1px;
    line-height: 30px;
    font-size: 12px;
    color: #787878;
}

.g_gallery-brands .brandItem>a:hover>p {
    color: #ff3232;
}

.g_gallery-brands .brandItem>.btns>button {
    padding: 0;
    height: 29px;
    line-height: 28px;
    font-size: 12px;
    color: #ff3232;
    border: solid 1px #e6e6e6;
    background: #fff;
    cursor: pointer;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.g_gallery-brands .brandItem>.btns>button:hover {
    color: #fff;
    background: #ff3232;
}

.g_gallery-brands .brandItem>.btns>button.message {
    width: 40px;
}

.g_gallery-brands .brandItem>.btns>button.freeCall {
    float: right;
    width: 82px;
}

.g_gallery-brands .brandItem>.btns>button.freeCall>i {
    margin-right: 2px;
    vertical-align: text-bottom;
}

.g_gallery-brands .brandItem>.btns>button:hover.freeCall>i {
    background-position: -35px -143px;
}

.g_gallery-brands-big .brandItem {
    float: left;
    margin: 10px;
    width: 180px;
}

.g_gallery-brands-big .brandItem>a {
    display: block;
    font-size: 12px;
    color: #787878;
}

.g_gallery-brands-big .brandItem>p a{
    color: #787878;
}

.g_gallery-brands-big .brandItem>p a:hover {
    color: #ff3232;
}

.g_gallery-brands-big .brandItem>a:hover {
    color: #ff3232;
}

.g_gallery-brands-big .brandItem>a>img {
    display: block;
    width: 178px;
    height: 88px;
    background-color: rgba(0, 0, 0, .2);
    /*border: solid 1px #e6e6e6;*/
}

.g_gallery-brands-big .brandItem>a>p {
    margin-bottom: 3px;
    line-height: 30px;
    height: 30px;
}

.g_gallery-brands-big .brandItem .views {
    display: inline-block;
    position: relative;
    padding-left: 20px;
    width: 60px;
    color: #ffaeae;
}

.g_gallery-brands-big .brandItem .views>i {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -6px;
}
.g_gallery-brands-big .brandItem .views>i::before{
    display: none;
}

.g_gallery-brands-big .brandItem .title {
    float: right;
    width: 96px;
}

.g_gallery-brands-big .brandItem .btns>button {
    height: 29px;
    line-height: 27px;
    font-size: 12px;
    color: #ff3232;
    border: solid 1px #e6e6e6;
    background: #fff;
    cursor: pointer;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.g_gallery-brands-big .brandItem .btns>button.message {
    width: 58px;
}

.g_gallery-brands-big .brandItem .btns>button.freeCall {
    float: right;
    width: 116px;
}

.g_gallery-brands-big .brandItem .btns>button:hover {
    color: #fff;
    background: #ff3232;
}

.g_gallery-brands-big .brandItem .btns>button.freeCall>i {
    margin-right: 3px;
    vertical-align: text-bottom;
}

.g_gallery-brands-big .brandItem .btns>button:hover.freeCall>i {
    background-position: -35px -143px;
}

.g_gallery-brands-big.cols-6 {
    margin: 0 2px;
}

.g_gallery-brands-big.cols-6 .brandItem {
    margin: 10px 8px;
}

/*两列 - w390*/

.w390 .g_gallery-brands-big {
    padding: 5px;
}

.w390 .g_gallery-brands-big .brandItem {
    margin: 10px 5px;
}

/*-- 产品&版本 wCont-810 --*/

.g_gallery-products {
    padding: 7px;
    background: #fff;
}

.g_gallery-products li {
    float: left;
    margin: 0 0 4px;
    /*margin: 6px 6px 10px;*/
    width: 159px;
}

.g_gallery-products li a {
    display: block;
    padding: 6px;
    line-height: 24px;
    font-size: 13px;
    color: #969696;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.g_gallery-products li a:hover {
    background: #f0f0f0;
}

.g_gallery-products li .img {
    display: block;
    margin: 0 auto 2px;
    border: solid 1px #e6e6e6;
}

.g_gallery-products li .img img {
    display: block;
    margin: 10px auto;
    width: 120px;
    height: 120px;
}

.g_gallery-products li .title {
    text-align: center;
    font-size: 14px;
    color: #5d5d5d;
}

.g_gallery-products .btns {
    margin-top: 2px;
}

.g_gallery-products .btns>button {
    height: 29px;
    line-height: 27px;
    font-size: 12px;
    color: #ff3232;
    border: solid 1px #e6e6e6;
    background: #fff;
    cursor: pointer;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.g_gallery-products .btns>button:hover {
    color: #fff;
    background: #ff3232;
}

.g_gallery-products .btns>button.purchaseBtn {
    width: 48px;
}

.g_gallery-products .btns>button.freeCall {
    float: right;
    width: 94px;
}

.g_gallery-products .btns>button.freeCall>i {
    margin-right: 3px;
    vertical-align: text-bottom;
}

.g_gallery-products .btns>button:hover.freeCall>i {
    background-position: -35px -145px;
}

/*wCont-1200*/

.g_gallery-products.wCont-1200 {
    padding: 10px 12px;
}

.g_gallery-products.wCont-1200 li {
    margin-bottom: 0;
    width: 168px;
}

.g_gallery-products.wCont-1200 li a {
    padding: 10px;
}

.g_gallery-products .noData {
    float: none;
    text-align: center;
    width: auto;
    color: #969696;
    font-size: 14px;
}

/*-- 菠萝微课图文网格 --*/

.g_gallery-weike li {
    float: left;
    margin: 10px;
    width: 190px;
}

.g_gallery-weike li a {
    display: block;
}

.g_gallery-weike li img {
    display: block;
    width: 190px;
    height: 93px;
}

.g_gallery-weike li .name {
    margin-top: 10px;
    text-align: center;
    font-size: 14px;
    color: #5d5d5d;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.g_gallery-weike a:hover .name {
    color: #ff3232;
}

/*-- 图+文网格 --*/

.g_gallery-imgTxt a {
    display: block;
    padding: 20px 20px 14px;
    line-height: 22px;
    font-size: 16px;
    color: #5d5d5d;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.g_gallery-imgTxt a:hover {
    background: #f0f0f0;
}

.g_gallery-imgTxt .img {
    display: block;
    margin: 0 auto 10px;
    overflow: hidden;
    background: #ddd;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.g_gallery-imgTxt.gallery-2x2>li {
    float: left;
    width: 50%;
}

/*-- 图+标题网格 sImg-275x212--*/

.g_gallery-imgTitle img {
    display: block;
    width: 275px;
    height: 212px;
}
.g_gallery-imgTitle.sImg-267x200 img {
    display: block;
    width: 267px;
    height: 200px;
}

.g_gallery-imgTitle .title {
    height: 32px;
    line-height: 32px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.g_gallery-imgTitle>li {
    float: left;
    margin: 10px;
    width: 275px;
}

.g_gallery-imgTitle>li>a {
    display: block;
    font-size: 14px;
    color: #5d5d5d;
}

.g_gallery-imgTitle>li>a:hover .title {
    color: #ff3b3c;
}

/*-- 参团网格列表 --*/

.g_gallery-groupon {
    margin: 0 -10px;
}

.g_gallery-groupon li {
    float: left;
    margin: 0 10px 20px;
    padding-bottom: 10px;
    width: 260px;
    background: #fff;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.g_gallery-groupon li:hover {
    -moz-box-shadow: rgba(0, 0, 0, .1) 1px 3px 5px;
    -webkit-box-shadow: rgba(0, 0, 0, .1) 1px 3px 5px;
    box-shadow: rgba(0, 0, 0, .1) 1px 3px 5px;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.g_gallery-groupon .img {
    position: relative;
    display: block;
    width: 260px;
    height: 202px;
    background: #ddd;
}

.g_gallery-groupon .img>img {
    display: block;
    margin: 0 auto;
    width: 260px;
    height: 202px;
}

.g_gallery-groupon .img .countdown {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 28px;
    line-height: 28px;
    font-size: 12px;
    text-align: center;
    color: #ff3232;
    background: rgba(0, 0, 0, .7);
}

.g_gallery-groupon .title {
    padding: 0 10px;
    line-height: 38px;
    font-size: 14px;
    text-align: center;
    color: #000000;
    opacity: .7;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.g_gallery-groupon .num {
    position: relative;
    float: left;
    padding-left: 32px;
    line-height: 32px;
    font-size: 12px;
    color: #ff9600;
}

.g_gallery-groupon .num>i {
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -9px;
}

.g_gallery-groupon .btn {
    float: right;
    margin-right: 10px;
    width: 110px;
    height: 32px;
    line-height: 32px;
    font-size: 12px;
    text-align: center;
    color: #fff;
    background: #ff9600;
}

.g_gallery-groupon li.ended .countdown {
    display: none;
}

.g_gallery-groupon li.ended .num {
    color: #969696;
}

.g_gallery-groupon li.ended .btn {
    background: #969696;
}

.g_gallery-groupon li.ended .i-circlePerson {
    background-position: 0 -254px;
}

/*-- 81px*81px图+文列表 --*/
.g_imgTxtList dl,
.g_imgTxtList li {
    margin-top: 20px;
    height: 81px;
    overflow: hidden;
}
.g_imgTxtList dl:first-child,
.g_imgTxtList li:first-child {
    margin-top: 0;
}

/*.g_imgTxtList li:last-child{
        margin-bottom: 0;
    }*/

.g_imgTxtList a {
    display: block;
}

.g_imgTxtList .img {
    float: left;
    margin-right: 18px;
    width: 107px;
    height: 80px;
}

.g_imgTxtList .txt {
    line-height: 21px;
    font-size: 13px;
    color: #969696;
}

.g_imgTxtList .txt .title {
    line-height: 20px;
    font-size: 16px;
    color: #5d5d5d;
}
.g_imgTxtList .txt .title.h60{
    height: 60px;
    overflow: hidden;
}
.g_imgTxtList .txt .title a:hover,
.g_imgTxtList a:hover .title {
    color: #ff3232;
}

/*121x121图+文列表*/

.g_imgTxtList.sImg-121x121 li {
    height: 121px;
}

.g_imgTxtList.sImg-121x121 .txt {
    line-height: 19px;
    font-size: 12px;
}

.g_imgTxtList.sImg-121x121 .img {
    margin-right: 15px;
    width: 121px;
    height: 121px;
}

.g_imgTxtList.sImg-121x121 .title {
    margin-bottom: 5px;
}

/*124x96图+文列表*/

.g_imgTxtList.sImg-124x96 li {
    height: 96px;
}

.g_imgTxtList.sImg-124x96 .txt {
    line-height: 19px;
    font-size: 12px;
}

.g_imgTxtList.sImg-124x96 .img {
    margin-right: 15px;
    width: 124px;
    height: 96px;
}

.g_imgTxtList.sImg-124x96 .title {
    margin-bottom: 2px;
    font-size: 16px;
    color: #5d5d5d;
}

/*-- 文字列表 --*/

.g_txtList a {
    display: block;
    padding: 6px 0;
    line-height: 14px;
    font-size: 12px;
    color: #787878;
}
.g_txtList.f14 a{
    font-size: 14px;
}
.g_txtList.f15 a{
    font-size: 15px;
}
.g_txtList.lh36 a{
    padding: 8px 0;
    line-height: 20px;
}
.g_txtList.lh33 a{
    padding: 7px 0;
    line-height: 19px;
}
.g_txtList a:hover {
    color: #ff3232;
}

.g_txtList.f14 a {
    font-size: 14px;
}

.g_txtList.rank a>em {
    display: inline-block;
    width: 20px;
    color: #ff3232;
}

/*-- 带浏览量的文字列表 --*/

.g_txtList-view a {
    position: relative;
    display: block;
    padding: 8px 70px 8px 0;
    line-height: 20px;
    font-size: 12px;
    color: #787878;
}

.g_txtList-view a:hover {
    color: #ff3232;
}

.g_txtList-view.f14 a {
    font-size: 14px;
}

.g_txtList-view.rank a>em {
    display: inline-block;
    width: 20px;
    color: #ff3232;
}
.g_txtList-view .view{
    position: absolute;
    left: 326px;
    top: 50%;
    margin-top: -10px;
    color: #FFAEAE;
}
.g_txtList-view .view i{
    display: inline-block;
    position: relative;
    top: -2px;
    margin-right: 2px;
    width: 18px;
    height: 10px;
    background: url(../images/i-status1.png) no-repeat 0 -215px;
    vertical-align: middle;
}

/*-- 弹框 --*/

.g_dialog.layui-layer {
    background: #f0f0f0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.g_dialog .layui-layer-title {
    padding: 0 40px;
    height: 60px;
    line-height: 60px;
    font-size: 24px;
    text-align: center;
    color: #fff;
    background: #ff3c3c;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.g_dialog .layui-layer-setwin {
    top: 8px;
    right: 8px;
}

.g_dialog .layui-layer-setwin .layui-layer-close1 {
    width: 20px;
    height: 20px;
    background: url("../images/i-status1.png") -160px -105px no-repeat;
}

.g_dialog form {
    position: relative;
    /*margin-top: 36px;*/
    /*width: 380px;*/
    padding-bottom: 1px;
}

.g_dialog form .field {
    position: relative;
    margin-bottom: 18px;
    padding-left: 122px;
    /*padding-left: 144px;*/
}

.g_dialog form .field label {
    position: absolute;
    top: 0;
    left: 0;
    padding-right: 12px;
    width: 110px;
    /*width: 144px;*/
    line-height: 42px;
    text-align: right;
    font-size: 18px;
    color: #787878;
}

.g_dialog form .field label>em {
    color: #ff3c3c;
}

.g_dialog form .field .input-txt {
    display: inline-block;
    padding: 10px 8px;
    width: 268px;
    line-height: 22px;
    font-size: 18px;
    color: #969696;
    border: solid 1px #c8c8c8;
    border-color: #f0f0f0;
    background: none;
}

.g_dialog form .field input[type="password"], .g_dialog form .field input[type="text"] {
    padding: 0 8px;
    width: 268px;
    height: 42px;
    line-height: 42px;
    font-size: 18px;
    color: #969696;
    border: solid 1px #c8c8c8;
    background: #fff;
}

.g_dialog form .field input[disabled="disabled"] {
    border-color: #f0f0f0;
    background: none;
}

.g_dialog form .field textarea {
    padding: 8px;
    width: 268px;
    height: 122px;
    font-size: 18px;
    line-height: 22px;
    color: #969696;
    border: solid 1px #c8c8c8;
    background: #fff;
}
/* 2023年02月15日13:43:03 影响到免费咨询 暂时去掉*/
.g_dialog form button {
    /*display: block;
    margin: 30px auto;
    width: 300px;
    height: 48px;
    font-size: 18px;
    color: #fff;
    background: #ff3c3c;
    cursor: pointer;*/
}

.g_dialog form button:active {
    background: #ce3838;
}

.g_dialog form .field ::-webkit-input-placeholder {
    color: #969696
}

.g_dialog form .field ::-moz-placeholder {
    color: #969696
}

.g_dialog form .field :-moz-placeholder {
    color: #969696
}

.g_dialog form .field.error textarea, .g_dialog form .field.error input[type="text"] {
    border: solid 1px #ff3232;
}

.g_dialog form .field.error ::-webkit-input-placeholder {
    color: #ff3c3c
}

.g_dialog form .field.error ::-moz-placeholder {
    color: #ff3c3c
}

.g_dialog form .field.error :-moz-placeholder {
    color: #ff3c3c
}

.g_dialog form .field.error .select2-container--default .select2-selection--single {
    border: solid 1px #ff3232;
}

.g_dialog form .field.error .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #ff3c3c
}

.g_dialog form .tips {
    position: absolute;
    left: 0;
    bottom: 6px;
    width: 100%;
    text-align: center;
    color: #ff3232;
}

.g_dialog .selectWrap {
    /*width: 304px;*/
    width: 286px;
}

.g_dialog .selectWrap .cols2_1 {
    float: left;
    width: 50%;
}

.g_dialog .selectWrap .cols2_1:first-child {
    margin-right: -1px;
}

.g_dialog .selectWrap .cols3_1 {
    float: left;
    margin-left: -1px;
    width: 96px;
}

.g_dialog .selectWrap .cols3_1:first-child {
    margin-left: 0;
}

.g_dialog .select2-container {
    font-size: 18px;
}

.g_dialog .select2-container .select2-selection--single {
    height: 42px;
}

.g_dialog .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 42px;
}

.g_dialog .select2-container--default .select2-selection--single .select2-selection__arrow {
    width: 30px;
    height: 42px;
}

.g_dialog .select2-container--default .select2-selection--single .select2-selection__arrow b {
    margin-top: -6px;
    margin-left: -12px;
    width: 20px;
    height: 12px;
    background: url("../images/i-status1.png") -185px -105px no-repeat;
}

body.g_dialog-select2 .select2-container .select2-results {
    font-size: 16px;
}

body.g_dialog-select2 .select2-results__option {
    padding: 6px 4px 6px 8px;
}

.g_dialog .alertTips {
    padding: 50px 20px;
    text-align: center;
    font-size: 16px;
    line-height: 24px;
}

.g_dialog .alertTips a {
    color: #588ac6;
}

.g_dialog .alertTips a:hover {
    text-decoration: underline;
}

.g_dialog .alertTips .loginTips {
    text-align: center;
    font-size: 16px;
    color: #959595;
}

.g_dialog .alertTips .loginTips .btn {
    display: block;
    margin: 0 auto 10px;
    width: 200px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    background: #ff3b3c;
    cursor: pointer;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.ie9 .g_dialog .alertTips .loginTips .btn, .ie10 .g_dialog .alertTips .loginTips .btn, .ie11 .g_dialog .alertTips .loginTips .btn {
    line-height: 44px;
}

.g_dialog .alertTips .loginTips .btn:hover {
    color: #fff;
    background: #ce3838;
}

.g_dialog .alertTips .loginTips a {
    color: #959595;
}

.g_dialog .alertTips .loginTips a:hover {
    color: #588ac6;
    text-decoration: none;
}

/*信息提示框*/

.g_dialog.g_dialog-msg.layui-layer {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}

.g_dialog.g_dialog-msg .layui-layer-content {
    font-size: 16px;
    text-align: center;
    color: #5d5d5d;
}

/*定位tips*/

.g_dialog.layui-layer-tips .layui-layer-content {
    padding: 8px;
}

/*-- 广告位轮播图 1200X200 --*/

.bigBanner-slider {
    position: relative;
    /*visibility: hidden;*/
}

.bigBanner-slider .bd {
    height: 200px;
    overflow: hidden;
}

.bigBanner-slider .bd img {
    display: block;
}

.bigBanner-slider .hd {
    padding-top: 15px;
    padding-bottom: 6px;
    font-size: 0;
    text-align: center;
}

.bigBanner-slider .hd li {
    display: inline-block;
    margin: 0 4px;
    width: 8px;
    height: 8px;
    background: #e6e6e6;
    text-indent: -99999px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.bigBanner-slider .hd li.on {
    background: #ff3c3c;
}

.bigBanner-slider .prev {
    position: absolute;
    top: 72px;
    left: 20px;
    width: 30px;
    height: 52px;
    background: url(../images/i-status1.png) no-repeat -160px 0;
}

.bigBanner-slider .next {
    position: absolute;
    top: 72px;
    right: 20px;
    width: 30px;
    height: 52px;
    background: url(../images/i-status1.png) no-repeat -200px 0;
}

/*400弹框表单*/

.g_dialog .freeCall-form {
    /*margin-top: 26px;*/
}

.g_dialog .freeCall-form .num {
    margin-bottom: 26px;
    font-size: 18px;
    text-align: center;
    color: #ff3c3c;
}

.g_dialog .freeCall-form .field {
    padding-left: 132px;
}

.g_dialog .freeCall-form .field label {
    width: 120px;
}

/*表单提交成功的反馈*/

.g_feedBack-success {
    padding-bottom: 34px;
    line-height: 30px;
    font-size: 18px;
    text-align: center;
    color: #787878;
}

.g_feedBack-success .i-success-big {
    display: block;
    margin: 30px auto 24px;
}


/*站点导航固定栏*/

.fixedLeft {
    /*display: none;*/
    position: fixed;
    left: 50%;
    bottom: 50px;
    /*margin-left: -650px;*/
    margin-left: -641px;
    width: 40px;
    max-height: 0;
    overflow: hidden;
    /*box-shadow: 1px 1px 4px rgba(0,0,0,.2);*/
}

.fixedLeft a {
    display: table-cell;
    padding: 0 8px;
    height: 40px;
    line-height: 14px;
    font-size: 12px;
    text-align: center;
    color: #646464;
    background: #F0F0F0;
    vertical-align: middle;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}
.fixedLeft>li{
    width: 40px;
}
.fixedLeft li:first-child a {
    color: #fff;
    background: #FF3232;
}

.fixedLeft li:nth-child(2n) a {
    background: #E6E6E6;
}

.fixedLeft li a:hover {
    background: #FFC800;
}

.fixedLeft li:first-child a:hover {
    background: #ce3838;
}

@media screen and (max-width:1320px) {
    .fixedLeft {
        visibility: hidden;
    }
}


/*-- 面包屑导航 --*/

.crumb {
    margin-bottom: 10px;
    color: #969696;
    font-size: 14px
}

.crumb a {
    color: #969696
}

.crumb a:hover {
    color: #ff3131
}

/*筛选面板*/

.g-fliterPanel {
    padding: 10px 20px 14px;
    line-height: 30px;
    font-size: 0;
    color: #787878;
    background: #fff;
}

.g-fliterPanel label {
    display: inline-block;
    font-size: 14px;
    vertical-align: middle;
}

.g-fliterPanel a {
    display: inline-block;
    margin-right: 8px;
    padding: 0 4px;
    font-size: 14px;
    vertical-align: middle;
    color: #787878;
}

.g-fliterPanel a.on, .g-fliterPanel a:hover {
    color: #ff3c3c;
}

/*筛选面板 2*/

.g_panel-filter2 {
    /*padding-bottom: 11px;*/
    position: relative;
    height: 112px;
    font-size: 14px;
    color: #787878;
    border: solid 1px #e6e6e6;
    background: #fff;
    overflow: hidden;
}

.g_panel-filter2.h-40 {
    height: 40px;
}

.g_panel-filter2-title {
    position: relative;
    margin-bottom: -1px;
    padding: 0 18px 0 20px;
    line-height: 30px;
    border-bottom: solid 1px #e6e6e6;
}

.g_panel-filter2-title>.more {
    position: absolute;
    top: 50%;
    right: 13px;
    margin-top: -15px;
    padding: 0 5px;
}

.g_panel-filter2-title>.more>i {
    vertical-align: middle;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.g_panel-filter2.open {
    height: auto;
}

.g_panel-filter2.open .g_panel-filter2-title>.more>i {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}

.g_panel-filter2>dl {
    position: relative;
    margin: 0 18px 0 20px;
    padding: 8px 0 8px 84px;
    line-height: 24px;
    border-top: solid 1px #e6e6e6;
}

.g_panel-filter2>dl:first-child {
    border-top: 0;
}

.g_panel-filter2>dl>dt {
    position: absolute;
    top: 8px;
    left: 0;
    float: left;
    min-width: 84px;
    text-align: right;
    color: #323232;
}

.g_panel-filter2>dl>dd {
    float: left;
    margin: 0 12px 0 8px;
    /*padding: 5px 0;*/
}

.g_panel-filter2>dl>dd>a {
    color: #588ac6;
}

.g_panel-filter2>dl>dd>a.on {
    color: #ff3b3c;
}

.g_panel-filter2>dl>dd>a:hover {
    color: #ff3b3c;
}

.g_panel-filter2 .select2-container {
    min-width: 90px;
}

.g_panel-filter2>.more {
    position: absolute;
    top: 0;
    right: 10px;
    line-height: 40px;
    color: #588ac6;
}

/*筛选面板 3*/

.g_panel-filter3 {
    padding-top: 4px;
    padding-bottom: 3px;
    font-size: 14px;
    color: #787878;
}

.g_panel-filter3 a {
    display: inline-block;
    margin: 0 8px;
    line-height: 24px;
    color: #787878;
}

.g_panel-filter3 a.on, .g_panel-filter3 a:hover {
    color: #ff3232;
}

.g_panel-filter3-selected {
    position: relative;
    top: -4px;
    padding: 0 20px;
    background: #e5e5e5;
}

.g_panel-filter3-selected>label {
    position: absolute;
    top: 0;
    left: 20px;
    line-height: 36px;
}

.g_panel-filter3-selected>p {
    padding: 6px 0 6px 92px;
}

.g_panel-filter3-selected .item {
    position: relative;
    display: inline-block;
    margin-right: 5px;
    padding: 0 25px 0 5px;
    height: 24px;
    line-height: 24px;
    color: #ff3b3c;
    background: #fff;
    border: #ff3b3c 1px solid;
}

.g_panel-filter3-selected .item>.close {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    width: 20px;
    height: 24px;
    line-height: 24px;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    color: #ff3b3c;
}

.g_panel-filter3-selected .clear {
    position: relative;
    display: inline-block;
    padding: 0 5px 0 25px;
    border: #cecece 1px solid;
    background: #fff;
}

.g_panel-filter3-selected .clear>i {
    position: absolute;
    top: 50%;
    left: 5px;
    margin-top: -8px;
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    color: #fff;
    background: #ff3b3c;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}

.g_panel-filter3-Item {
    position: relative;
    padding: 5px 0;
    margin-left: 20px;
    margin-right: 15px;
    border-top: solid 1px #e6e6e6;
}

.g_panel-filter3-selected+.g_panel-filter3-Item {
    border-top: 0;
}

.g_panel-filter3-Item>label {
    position: absolute;
    top: 5px;
    left: 0;
    line-height: 24px;
}

.g_panel-filter3-Item>p {
    padding-left: 70px;
    padding-right: 30px;
}

.g_panel-filter3-Item.close {
    height: 24px;
    overflow: hidden;
}

.g_panel-filter3-Item>.i-filter_down {
    position: absolute;
    top: 8px;
    right: 0;
    cursor: pointer;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: transform .1s ease-out;
    -moz-transition: transform .1s ease-out;
    transition: transform .1s ease-out;
}

.g_panel-filter3-Item>.i-filter_down:hover {
    opacity: .8;
}

.g_panel-filter3-Item.close>.i-filter_down {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
}

/*-- 品牌列表 --*/

.g_list-brands li {
    margin-bottom: 20px;
    padding: 20px;
    height: 152px;
    font-size: 13px;
    color: #969696;
    background: #fff;
    overflow: hidden;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.g_list-brands li:hover {
    -moz-box-shadow: rgba(0, 0, 0, .2) 1px 3px 5px;
    -webkit-box-shadow: rgba(0, 0, 0, .2) 1px 3px 5px;
    box-shadow: rgba(0, 0, 0, .2) 1px 3px 5px;
}

.g_list-brands .left {
    float: left;
    margin-right: 16px;
    width: 124px;
    text-align: center;
}

.g_list-brands .left img {
    display: block;
    margin-bottom: 10px;
    width: 122px;
    height: 94px;
    /*border: solid 1px #e6e6e6;*/
}

.g_list-brands .left .i-stars {
    display: block;
    margin: 0 auto 5px;
}

.g_list-brands .left h3 {
    margin-bottom: 5px;
    font-size: 14px;
    color: #969696;
}

.g_list-brands .right {
    line-height: 23px;
}

.g_list-brands .title {
    margin-right: 275px;
}

.g_list-brands .title>a {
    font-size: 18px;
    color: #5d5d5d;
}

.g_list-brands .title>a:hover {
    color: #ff3b3c;
}

.g_list-brands .range {
    float: right;
    font-size: 16px;
    color: #5d5d5d;
}

.g_list-brands .status {
    margin: 5px 0;
    line-height: 18px;
}

.g_list-brands .status>span {
    display: inline-block;
    position: relative;
    margin-right: 12px;
    padding-left: 20px;
}

.g_list-brands .status>span>i {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -9px;
}
.g_list-brands .status>span>i.i-tenBest,
.g_list-brands .status>span>i.i-topTen,
.g_list-brands .status>span>i.i-checked,
.g_list-brands .status>span>i.i-unchecked{
    margin-top: -8px;
    left: 1px;
}

.g_list-brands .category {
    float: left;
    max-width: 370px;
}

.g_list-brands .address>span {
    float: left;
    max-width: 500px;
}

.g_list-brands .address>a {
    margin-left: 18px;
    color: #588ac6;
}

.g_list-brands .address>a:hover {
    text-decoration: underline;
}

.g_list-brands .btns {
    margin-top: 17px;
    line-height: 36px;
    font-size: 14px;
}

.g_list-brands .btns>button {
    float: right;
    margin-left: 20px;
    width: 178px;
    height: 36px;
    line-height: 34px;
    font-size: 14px;
    color: #ff3232;
    border: solid 1px #e6e6e6;
    background: #fff;
    cursor: pointer;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.g_list-brands .btns>button:hover {
    color: #fff;
    background: #ff3232;
}

.g_list-brands .btns>.freeCall .i-mobile {
    margin-right: 4px;
    vertical-align: text-bottom;
}

.g_list-brands .btns>.freeCall:hover .i-mobile {
    background-position: -35px -143px;
}

.g_list-brands .noData {
    height: auto;
    text-align: center;
    font-size: 14px;
}

.g_list-brands .noData:hover {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

/*带边框的品牌列表*/

.g_list-brands.border li {
    line-height: 21px;
    border: solid 1px #797979;
}

.g_list-brands.border .left h3 {
    color: #5d5d5d;
}

.g_list-brands.border .center {
    float: left;
    width: 388px;
}

.g_list-brands.border .right {
    float: left;
    width: 250px;
    line-height: 20px;
}

.g_list-brands.border .title {
    margin-right: 0;
    margin-bottom: 8px;
}

.g_list-brands.border .category {
    float: none;
    display: block;
}

.g_list-brands.border .range {
    float: none;
    font-size: 13px;
    color: #969696;
}

.g_list-brands.border .status {
    margin-top: 0;
}

.g_list-brands.border .address>span {
    max-width: 180px;
}

.g_list-brands.border .links a {
    display: inline-block;
    margin-top: 8px;
    margin-right: 4px;
    padding: 0 4px;
    line-height: 18px;
    border: solid 1px #808080;
    color: #808080;
}

.g_list-brands.border .links a:hover {
    color: #ff3232;
    border-color: #ff3232;
}

.g_list-brands.border .btns {
    margin-top: 20px;
}

.g_list-brands.border .btns>button {
    float: left;
    margin-left: 0;
}

.g_list-brands.border .btns>button.freeCall {
    margin-right: 18px;
}

.g_dialog .investmentArea {
    color: #969696;
}

.g_dialog .investmentArea .top {
    position: relative;
    margin-bottom: 3px;
    font-size: 14px;
    color: #5d5d5d;
}

.g_dialog .investmentArea .top .back {
    position: absolute;
    left: 0;
    top: 0;
}

.g_dialog .investmentArea .top .close {
    position: absolute;
    right: 0;
    top: 0;
}

.g_dialog .investmentArea .top .txt {
    display: block;
    margin: 0;
    padding: 0 30px;
    text-align: center;
}

.g_dialog .investmentArea .top .back:hover, .g_dialog .investmentArea .top .close:hover {
    opacity: .7;
}

.g_dialog .investmentArea .cont {
    margin-left: -8px;
    margin-right: -8px;
    padding: 10px 8px 0;
    border-top: solid 1px #ddd;
}

.g_dialog .investmentArea .cont span, .g_dialog .investmentArea .cont a {
    display: inline-block;
    margin: 1px 5px;
    width: 80px;
    line-height: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.g_dialog .investmentArea .cont a {
    color: #588ac6;
}

.g_dialog .investmentArea .cont a:hover {
    text-decoration: underline;
}

/*-- 侧栏品牌列表 --*/

.g_list-brands-small>li {
    margin-top: 10px;
}

.g_list-brands-small>li>a {
    display: block;
    height: 60px;
    line-height: 60px;
    font-size: 13px;
    text-align: center;
    color: #5d5d5d;
    background: #fff;
    overflow: hidden;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.g_list-brands-small>li>a:hover {
    /*background: #e1e1e1;*/
    background: #f0f0f0;
}

.g_list-brands-small>li .i-stars {
    position: relative;
    top: 1px;
    margin-left: 4px;
}

.g_list-brands-small>li .img {
    float: left;
    width: 76px;
    height: 58px;
    /*border: solid 1px #e6e6e6;*/
}

.g_list-brands-small>li .views {
    position: relative;
    margin-left: 8px;
    padding-left: 22px;
    color: #ffaeae;
}

.g_list-brands-small>li .views .i-eye {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -6px;
}

.g_list-brands-small.hLi-80>li>a {
    padding: 10px 10px 10px 20px;
    font-size: 18px;
}

.g_list-brands-small.hLi-80>li .txt {
    margin-top: 11px;
    margin-left: 88px;
    line-height: 20px;
    text-align: center;
}

.g_list-brands-small.hLi-80>li em {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.g_list-brands-small.hLi-80>li .i-stars {
    display: block;
    margin: 6px auto 0;
}

.g_list-brands-small .txt-tal {
    margin-left: 92px;
    text-align: left;
}

.g_list-brands-small .txt-tac {
    margin-top: 11px;
    margin-bottom: 12px;
    margin-left: 78px;
    text-align: center;
}

.g_list-brands-small .txt-tac>em {
    display: block;
    margin: 0 auto;
    line-height: 24px;
    font-size: 16px;
}

.g_list-brands-small .txt-tac>.i-stars {
    display: block;
    margin: 0 auto;
}

.g_list-totle {
    font-size: 14px;
    color: #969696;
    text-align: center;
}

.g_list-noData {
    font-size: 14px;
    color: #ff3232;
    text-align: center;
}

/*-- 资讯新闻列表 --*/

.g_list-news {
    padding: 0 18px 0 20px;
    line-height: 19px;
    font-size: 12px;
    color: #787878;
    background: #fff;
}

.g_list-news>li {
    padding: 20px 0 18px 0;
    height: 112px;
    overflow: hidden;
    border-top: solid 1px #e6e6e6;
}

.g_list-news>li:first-child {
    border-top: 0;
}

.g_list-news .img {
    float: left;
    /*margin-right: 20px;*/
    width: 144px;
    height: 111px;
}

.g_list-news .img>img {
    display: block;
    width: 144px;
    height: 111px;
}

.g_list-news .txt {
    position: relative;
    margin-left: 164px;
    height: 100%;
}

.g_list-news .txt .title {
    display: inline-block;
    max-width: 100%;
    font-size: 16px;
    color: #000;
}

.g_list-news .txt .title:hover {
    color: #ff3131;
}

.g_list-news .txt .bottom {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    line-height: 18px;
}

.g_list-news .txt .links {
    float: left;
    width: 260px;
    color: #3981ea;
    overflow: hidden;
}

.g_list-news .txt .links a {
    color: #3981ea;
}

.g_list-news .txt .links a:hover {
    text-decoration: underline;
}

.g_list-news .txt .info {
    float: left;
    color: #ffaeae;
}

.g_list-news .txt .info>span {
    position: relative;
    float: left;
    margin: 0 5px;
    width: 50px;
    overflow: hidden;
}

.g_list-news .txt .info>span>i {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -6px;
}

.g_list-news .txt .info .views {
    padding-left: 20px;
}

.g_list-news .txt .info .likes {
    position: relative;
    padding-left: 16px;
}

.g_list-news .txt .date {
    float: right;
    color: #969696;
}

.g_list-news .noData {
    height: auto;
    text-align: center;
    font-size: 14px;
    color: #969696;
}

/*表格*/

.g_table {
    width: 100%;
    line-height: 20px;
    font-size: 14px;
    text-align: center;
    color: #969696;
    border-collapse: collapse;
}

.g_table thead th {
    padding: 8px 5px;
    font-weight: normal;
    color: #5d5d5d;
    background: #fff;
}

.g_table td {
    padding: 15px 5px;
}

.g_table tr {
    background: #ebebeb;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.g_table tr:nth-child(2n+1) {
    background: #f5f5f5;
}

.g_table tr:hover {
    color: #fff;
    background: #ff3c3c;
}

.g_table .noData:hover {
    color: #969696;
    background: #f5f5f5;
}

.g_table tr[data-url] {
    cursor: pointer;
}

.g_table tr.noData {
    display: table-row;
}

.g_table .btn {
    display: block;
    margin: 0 auto;
    width: 140px;
    height: 28px;
    line-height: 28px;
    font-size: 12px;
    text-align: center;
    color: #969696;
    border: solid 1px #e6e6e6;
    background: #fff;
}

.g_table tr:hover .btn {
    color: #ff3c3c;
}

.g_table-ajaxPagerWrap {
    position: relative;
}

.g_table-ajaxLoading {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 50px;
    background: url(../images/loading.gif) rgba(0, 0, 0, .2) center center no-repeat;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.g_table-ajaxPagerWrap.loading .g_table-ajaxLoading {
    display: block;
}

/*分页*/

.pager {
    text-align: center;
    color: #969696;
    font-size: 12px;
    line-height: 30px;
    clear: both;
}

.pager a {
    background: #fff;
    padding: 0 12px;
    line-height: 28px;
    height: 28px;
    display: inline-block;
    margin: 0 3px;
    color: #969696;
}

.pager a:hover, .pager a.now {
    background: #ff3b3c;
    color: #fff;
}

.pager a.disable {
    background: #f9f9f9;
    cursor: pointer;
}

.pager a.disable:hover {
    background: #f9f9f9;
    color: #969696;
}

.pager .text {
    line-height: 26px;
    height: 26px;
    width: 35px;
    text-align: center;
    vertical-align: middle;
    border: #969696 1px solid;
    color: #969696;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.pager .text:focus {
    box-shadow: rgba(0, 0, 0, 0.1) 2px 2px 3px inset, rgba(0, 0, 0, 0.1) -2px -2px 3px inset;
}

.pager .go {
    line-height: 28px;
    height: 28px;
    width: 50px;
    vertical-align: middle;
    border: #dcdcdc 1px solid;
    text-align: center;
    color: #969696;
    font-size: 12px;
    cursor: pointer;
    background: #fff;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.pager .go:hover {
    box-shadow: rgba(0, 0, 0, 0.1) 2px 2px 3px;
}

/*登录弹框*/

.g_dialog .login-form .verifyField>input[name="LoginForm[verifyCode]"] {
    margin-right: 10px;
    width: 140px;
    vertical-align: top;
}

.g_dialog .login-form .verifyField>a {
    display: inline-block;
    width: 115px;
    height: 44px;
    vertical-align: top;
    background: #ddd;
}

.g_dialog .login-form .btn {
    margin-bottom: 10px;
}

.g_dialog .login-form .links {
    margin-bottom: 30px;
    text-align: center;
    font-size: 14px;
}

.g_dialog .login-form .links a {
    color: #787878;
}

.g_dialog .login-form .links a:hover {
    color: #ff3232;
}

/*我要加盟表单*/

.w360 .join-form {
    padding: 10px 20px 6px 20px;
}

.w360 .join-form .field {
    position: relative;
    margin-bottom: 12px;
    padding-left: 80px
}

.w360 .join-form .field>label {
    position: absolute;
    left: 0;
    top: 50%;
    float: left;
    width: 80px;
    margin-top: -10px;
    line-height: 20px
}

.w360 .join-form input[type="text"] {
    padding: 0 6px;
    width: 226px;
    height: 26px;
    line-height: 26px;
    color: #969696;
    border: #c8c8c8 1px solid;
    background: #fff;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out
}

.w360 .join-form .btn {
    display: block;
    margin: 20px auto;
    width: 200px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    background: #ff3b3c;
    cursor: pointer;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out
}

.w360 .join-form .btn:hover {
    background: #ce3838
}

.w360 .join-form .tips {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 3px;
    text-align: center;
    font-size: 12px;
    color: #ff3b3c
}

.w360 .join-form .industryWrap {
    float: left;
    margin-right: 10px;
    width: 115px;
    height: 25px
}

.w360 .join-form .categoryWrap {
    float: left;
    width: 115px;
    height: 25px
}

.w360 .join-form .provinceWrap {
    float: left;
    margin-right: 10px;
    width: 73px;
    height: 25px
}

.w360 .join-form .cityWrap {
    float: left;
    margin-right: 10px;
    width: 74px;
    height: 25px
}

.w360 .join-form .areaWrap {
    float: left;
    width: 73px;
    height: 25px
}

/*热门项目/品牌推荐*/

.g_gallery-recommendList {
    padding: 10px;
}

.g_gallery-recommendList>li {
    float: left;
    margin: 10px 9px;
    padding: 4px;
    width: 267px;
    height: 128px;
    border: solid 1px #e6e6e6;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.g_gallery-recommendList>li:hover {
    -moz-box-shadow: rgba(0, 0, 0, .1) 1px 3px 5px;
    -webkit-box-shadow: rgba(0, 0, 0, .1) 1px 3px 5px;
    box-shadow: rgba(0, 0, 0, .1) 1px 3px 5px;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.ie8 .g_gallery-recommendList>li:hover {
    border: solid 1px #c8c8c8;
}

.g_gallery-recommendList .img {
    float: left;
    margin-right: 12px;
    width: 124px;
    height: 96px
}

.g_gallery-recommendList .txt {
    height: 96px;
    line-height: 18px;
    color: #787878;
}

.g_gallery-recommendList .txt a {
    color: #787878;
}

.g_gallery-recommendList .txt a:hover {
    color: #ff3232;
}

.g_gallery-recommendList .txt>em {
    position: relative;
    display: inline-block;
    margin: 6px 0;
    font-size: 12px;
    color: #787878
}

.g_gallery-recommendList .txt>em.c_ff3232 {
    color: #ff3232;
}

.g_gallery-recommendList .txt>em>i {
    position: relative;
    top: 1px;
    margin-right: 3px;
    vertical-align: top;
}

.g_gallery-recommendList .txt .title {
    display: block;
    font-weight: bold;
    color: #5d5d5d;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.g_gallery-recommendList .strategy {
    margin-top: 8px;
    height: 36px;
    overflow: hidden;
}

.g_gallery-recommendList .strategy span {
    color: #ff3232;
}

.g_gallery-recommendList .bottom {
    padding: 4px 4px 0;
    clear: both;
    overflow: hidden;
}

.g_gallery-recommendList .bottom>a {
    float: left;
    width: 124px;
    line-height: 28px;
    text-align: center;
    font-size: 14px;
    color: #787878;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.g_gallery-recommendList .bottom>button {
    float: right;
    width: 130px;
    height: 28px;
    line-height: 26px;
    font-size: 12px;
    color: #ff3232;
    border: solid 1px #e6e6e6;
    background: #fff;
    cursor: pointer;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out
}

.g_gallery-recommendList .bottom>button>i {
    margin-right: 3px;
    vertical-align: text-bottom
}

.g_gallery-recommendList .bottom>button:hover {
    color: #fff;
    background: #ff3232
}

.g_gallery-recommendList .bottom>button:hover.freeCall>i {
    background-position: -35px -145px
}

/*二维码分享*/

#articleQRcode {
    display: none;
}

/*招商区域*/

.ajax-look-area, .look-area {
    color: #588ac6;
}

.ajax-look-area:hover, .look-area:hover {
    text-decoration: underline;
}

.mtop10 {
    margin-top: 10px;
}

/*--两栏或三栏的切换--*/

.listTwoTit, .listThreeTit {
    width: 100%;
    height: 32px;
    line-height: 32px;
    overflow: hidden;
}

.listTwoTit h3, .listThreeTit h3 {
    float: left;
    width: 50%;
    text-align: center;
    font: 16px/32px Microsoft YaHei;
    color: #B10000;
    cursor: pointer;
}

.listThreeTit h3 {
    width: 33.333%;
}

.listTwoTit .on, .listThreeTit .on {
    background-color: #FFF;
}

.listTwoTit_fff, .listThreeTit_fff {
    width: 100%;
    height: 33px;
    line-height: 33px;
    overflow: hidden;
}

.listTwoTit .on_bk, .listThreeTit_fff .on_bk {
    border-bottom: 1px solid #fff;
}

.listTwoTit .c_f60 {
    color: #ff6600;
}

.listThreeTit .c_f60 {
    color: #ff6600;
}

.listTwoTit_fff h3 {
    border-bottom: 1px solid #E6E6E6;
    border-left: 1px solid #E6E6E6;
    width: 133.5px;
}

.listThreeTit_fff h3 {
    border-bottom: 1px solid #E6E6E6;
    border-left: 1px solid #E6E6E6;
    width: 88.5px;
}

.listTwoTit_fff .no_left, .listThreeTit_fff .no_left {
    border-left: none;
}

.listThreeCont {
    margin-left: -8px;
}

.listThreeCont li {
    float: left;
    display: inline;
    height: 12px;
    padding: 0 8px;
    margin: 8px 0;
    border-right: 1px solid #CCC;
    white-space: nowrap;
}

.listThreeCont .bk {
    display: block;
    float: none;
    padding: 0 0 0 8px;
    border-right: none;
    margin: 0;
    height: 24px;
    line-height: 24px;
    overflow: hidden;
}

.listThreeCont li a {
    color: #666;
}

.listThreeCont li a:hover {
    color: #EA2E24;
}

.news_rank_ul li {
    height: 27px;
    line-height: 27px;
    _line-height: 35px;
    overflow: hidden
}

.news_rank_ul i {
    display: inline-block;
    width: 16px;
    height: 16px;
    line-height: 16px;
    margin-right: 8px;
    background-color: #EF8200;
    color: #FFF;
    text-align: center;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px
}

.news_rank_ul .hot {
    background-color: #C80000
}

.news_rank_ul a {
    color: #494949
}

.news_rank_ul a:hover {
    color: #EA2E24
}

/*十大品牌*/

.g_tabNav {
    font-size: 0;
    background: #F2F2F2;
}

.g_tabNav a {
    display: inline-block;
    width: 33.333%;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    text-align: center;
    color: #5D5D5D;
}

.g_tabNav a.cur {
    color: #fff;
    background: #FF3C3C;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out
}

/*优先匹配品牌*/

.g_signupPanel {
    padding: 20px;
    line-height: 20px;
    font-size: 14px;
    text-align: center;
    color: #787878;
    background: #f0f0f0;
}

.g_signupPanel h2 {
    margin-bottom: 8px;
    font-size: 18px;
    text-align: center;
    color: #ff3232;
}

.g_signupPanel form {
    margin-top: 20px;
}

.g_signupPanel form .field {
    position: relative;
    margin-bottom: 20px;
    padding-left: 60px;
}

.g_signupPanel form label {
    position: absolute;
    left: 0;
    top: 0;
    width: 60px;
    line-height: 28px;
    font-size: 14px;
    text-align: left;
    color: #787878;
}

.g_signupPanel form label>em {
    margin-left: 3px;
    width: 8px;
    height: 20px;
    font-family: \5B8B\4F53;
}

.g_signupPanel form input {
    padding: 0 6px;
    width: 246px;
    height: 26px;
    border: solid 1px #fff;
    background: #fff;
}

.g_signupPanel form .btn {
    width: 200px;
    height: 40px;
    font-size: 16px;
    text-align: center;
    color: #fff;
    background: #ff3c3c;
    cursor: pointer;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.g_signupPanel form .btn:hover {
    background: #ce3838;
}

/* 页面弹窗 */

i, em {
    font-style: normal;
}

.js_msg_box {
    position: fixed;
    right: 36%;
    top: 33%;
    width: 483px;
    height: 262px;
    background: #fff;
    font-size: 14px;
    border: 1px solid #ddd;
    border-radius: 4px;
    z-index:10;
}

.js_msg_box h2 {
    height: 30px;
    line-height: 30px;
    margin-bottom: 10px;
    padding: 5px 0 0 10px;
    font-size: 16px;
    font-weight: normal;
    color: rgb(100,100,100);
}

.js_msg_bd {
    padding: 30px 15px;
    background: url("/static/themes/flattening/images/1-01.png") no-repeat; 
    overflow: hidden;
}


.js_msg_bd .js_msg_img {
    float: left;
    position: relative;
    width: 92px;
    height: 57px;
    background: url("/static/themes/flattening/images/js_msg_box.png") no-repeat;
    background-position: -32px 0;
}

.js_msg_bd .js_msg_img img {
    position: absolute;
    top: 25%;
    left: 0;
    width: 92px;
    height: 92px;
    margin-top: -24px;
}

.js_msg_bd .js_msg_txt {
    float: left;
    width: 350px;
    padding-left: 10px;
}

.js_msg_txt h3 {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: bold; 
    color:rgb(100,100,100);
}

.js_msg_txt p {
    font-size: 14px;
    color: rgb(100,100,100);
}

.js_msg_txt p b {
    font-weight: normal;
}

.dialogue {
    position: absolute;
    bottom: 15px;
    left: 27%;
}

.js_msg_bd span {
    position: absolute;
    right: 10px;
    top: 65px;
    width: 18px;
    height: 14px;
    line-height: 14px;
    font-size: 12px;
    text-align: center;
    color: #fff;
    background: #ff6600;
    border-radius: 2px;
}

.js_msg_box i {
    float: left;
    width: 108px;
    height: 36px;
    line-height: 36px;
    margin-right: 10px;
    text-align: center;
    color: #fff;
    background: #db214c;
    border-radius: 3px;
    cursor: pointer;
}

.js_msg_box i.blue {
    background: #05458c;
}

#closeBtn {
    position: absolute;
    top: 4px;
    right: 4px;
    width: 31px;
    height: 35px;
    background: url("/static/themes/flattening/images/js_msg_box.png") no-repeat;
    background-position: 0 0;
    cursor: pointer;
}
/* 智能逛展 */
.zngz_fixed{position: fixed;bottom: 0;left: 0;width: 100%;z-index: 100; display: none;}
.zngz_fixed_big{position: absolute;bottom: 0;left: 0; width: 100%;text-align: center;display:flex;}
.zngz_fixed_big_bg_left{opacity: 0.8;}
.zngz_fixed_big_bg_right{opacity: 0.55;}
.zngz_fixed_big_bg{flex:1;}
.zngz_fixed_big_img{position: relative;display: inline-block;vertical-align: middle;margin: 0 auto;min-width: 1200px;}
.zngz_fixed_big img{display: block;margin: 0 auto; width: 100%;}
.big_img_close{position: absolute;top: 3%;left: 93%; font-size: 38px;color: #9aa1a8;}
.zngz_fixed .big_img_link{position: absolute; right: 0; top: 0; bottom: 0; left: 0;}
.zngz_fixed_small{display: none;position: absolute;left: -100%;bottom: 0;}
.zngz_fixed_small img{display: block;}
/* sfsf */
img[src=""],img:not([src]){
    opacity: 0;
}



/***************新弹框 19-01-05***************/
.layui-layer{
    box-shadow: none !important;
}
.new-dialog.layui-layer{
    margin-top: -50px;
    background: none;
}
.new-dialog .layui-layer-setwin{
    top: auto;
    right: auto;
    left: 50%;
    bottom: -54px;
}
.new-dialog .layui-layer-setwin .layui-layer-close2{
    width: 48px;
    height: 48px;
    background: url(../images/newdialog/close.png) center center;
}
.new-dialog .layui-layer-setwin .layui-layer-close2:hover{
    background-position: center center;
}
.new-dialog .btn{
    color: #fff;
    background: #FF3C3C;
    background: -moz-linear-gradient(#FF6464, #FF3C3C);  
    background: -webkit-gradient(#FF6464, #FF3C3C);
    background: -o-linear-gradient(#FF6464, #FF3C3C); 
    background: linear-gradient(#FF6464, #FF3C3C); /* 标准的语法 */
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    cursor: pointer;
}
.new-dialog .btn:active{
    background: #d93333;
}
.new-dialog .btn.disabled{
    background: #ccc;
}

/*加盟弹框*/
.serverJoinDialog{
    position: relative;
    width: 710px;
    height: 496px;
    background: url(../images/dialog_serverJoin-bg.png) center top no-repeat;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    overflow: hidden;
}
.serverJoinDialog>.kc{
    position: absolute;
    top: 0;
    left: 20px;
    width: 380px;
    height: 46px;
    z-index: 1;
}
.serverJoinDialog>.txt{
    position: absolute;
    top: 20px;
    left: 410px;
    font-size: 20px;
    color: #fff;
    z-index: 1;
}
.serverJoinDialog>.txt>span{
    font-size: 20px;
    font-weight: bold;
    color: #FCEE21;
}
.serverJoinDialog input{
    float: left;
    margin-right: 16px;
    padding: 0 16px;
    height: 46px;
    border: solid 1px #C8C8C8;
    background: #F7F8FA;
    border-radius: 6px;
    font-size: 16px;
    color: #999999;
}
.serverJoinDialog input[name="Agent[username]"]{
    width: 122px;
}
.serverJoinDialog input[name="Agent[phone]"]{
    width: 256px;
}
.serverJoinDialog .field_1{
    position: relative;
    margin: 0 auto;
    padding: 60px 0 15px 28px;
    width: 662px;
    height: 260px;
    font-size: 0;
}
.serverJoinDialog .field_1>p{
    padding-top: 22px;
    padding-bottom: 22px;
    font-size: 18px;
    color: #1A1A1A;
}
.serverJoinDialog .field_1 .links{
    width: 440px;
}
.serverJoinDialog .field_1 .links>a{
    display: inline-block;
    margin: 0 18px 20px 0;
    width: 88px;
    height: 24px;
    line-height: 26px;
    color: #969696;
    text-align: center;
    font-size: 14px;
    background: #F2F2F2;
    border-radius: 3px;
    border: solid 1px #F2F2F2;
    overflow: hidden;
}
.serverJoinDialog .field_1>.links>a.cur{
    border-color: #FF3C3C;
    background: url(../images/websitebg_cur.png) right bottom no-repeat;
}
.serverJoinDialog .field_1 .img{
    position: absolute;
    top: 117px;
    right: 48px;
    width: 120px;
    height: 120px;
}
.serverJoinDialog .field_2{
    padding: 32px 36px 0;
    height: 128px;
    font-size: 18px;
    color: #1A1A1A;
    background: #fff;
}
.serverJoinDialog .field_2>p{
    margin-bottom: 20px;
}
.serverJoinDialog .field_2>div{
    font-size: 0;
}
.serverJoinDialog .btn{
    float: left;
    width: 154px;
    height: 48px;
    font-size: 22px;
/*    color: #fff;
    background: #FF3C3C;
    background: -moz-linear-gradient(#FF6464, #FF3C3C);
    background: -webkit-gradient(#FF6464, #FF3C3C);
    background: -o-linear-gradient(#FF6464, #FF3C3C);
    background: linear-gradient(#FF6464, #FF3C3C);*/
    border-radius: 8px;
    /*cursor: pointer;*/
}
.serverJoinDialog .btn:active{
    background: #d93333;
}
.serverJoinDialog .btn.disabled{
    background: #ccc;
}
.serverJoinDialog .tips{
    margin-top: 10px;
    font-size: 12px;
    color: #ff3232;
}

.freeCallDialog{
    position: relative;
    padding-top: 391px;
    width: 710px;
    background: url(../images/newdialog/dialog_freecall-bg.png) center top no-repeat;
}
.freeCallDialog.freeCallBrand{
    padding-top: 22px;
    /*padding-top: 336px;*/
    width: 710px;
    background: url(../images/newdialog/dialog_freecallbrand-bg.png?v=2) center top no-repeat;
}
.freeCallDialog.freeCallBrand .freeCallBrand-info{
    margin: 0 auto;
    padding-bottom: 14px;
    width: 660px;
    height: 260px;
}
.freeCallDialog.freeCallBrand .kc{
    left: 15px;
    top: 0;
    width: 384px;
    height: 48px;
    display: none;
}
.freeCallDialog.freeCallBrand .txt_3{
    position: static;
    margin-bottom: 26px;
    padding: 20px 0;
    font-size: 20px;
    color: #1A1A1A;
    border-bottom: solid 1px #C8C8C8;
}
.freeCallDialog.freeCallBrand .txt_3>span{
    font-size: 20px;
    font-weight: bold;
    color: #1A1A1A;
}
.freeCallDialog.freeCallBrand .txt_3>.num{
    color: #FF3C3C;
}
.freeCallDialog.freeCallBrand .img{
    float: left;
    margin-left: 20px;
    width: 176px;
    height: 136px;
}
.freeCallDialog.freeCallBrand .brandTxt{
    float: right;
    width: 445px;
    font-size: 16px;
    line-height: 30px;
    color: #5D5D5D;
}
.freeCallDialog.freeCallBrand .brandTxt>h2{
    margin-top: 2px;
    margin-bottom: 12px;
    font-size: 20px;
    color: #000000;
}
.freeCallDialog .kc{
    position: absolute;
    width: 350px;
    height: 140px;
    left: 50px;
    top: 174px;
}
.freeCallDialog form{
    position: relative;
    padding: 0 32px;
    height: 160px;
    background: #fff;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
}
.freeCallDialog input{
    margin-right: 28px;
    padding: 0 18px;
    width: 422px;
    height: 46px;
    font-size: 16px;
    background: #F7F8FA;
    border: solid 1px #C8C8C8;
    border-radius: 6px;
    vertical-align: middle;
}
.freeCallDialog button{
    width: 154px;
    height: 48px;
    font-size: 22px;
    /*color: #fff;*/
    border-radius: 6px;
    vertical-align: middle;
    /*background: #FF3C3C;
    background: -moz-linear-gradient(#FF6464, #FF3C3C);
    background: -webkit-gradient(#FF6464, #FF3C3C);
    background: -o-linear-gradient(#FF6464, #FF3C3C);
    background: linear-gradient(#FF6464, #FF3C3C);
    cursor: pointer;*/
}
/*.freeCallDialog button:active{
    background: #d93333;
}
.freeCallDialog button.disabled{
    background: #ccc;
}*/
.freeCallDialog .field_1{
    font-size: 0;
}
.freeCallDialog .txt_1{
    padding: 26px 0 18px;
    font-size: 18px;
    color: #588AC6;
}
/*.freeCallDialog .txt_2{
    padding-left: 18px;
    font-size: 14px;
    color: #FF3C3C;
}*/
.freeCallDialog .txt_3{
    position: absolute;
    left: 0;
    top: -45px;
    width: 100%;
    font-size: 22px;
    color: #fff;
    text-align: center;
}
.freeCallDialog .txt_3>span{
    font-size: 22px;
    font-weight: bold;
    color: #FCEE21;
}

.commentDialog{
    padding-top: 0;
    width: 710px;
    background: url(../images/newdialog/dialog_comment-bg.png?v=1) center top no-repeat;
}
.commentDialog textarea,
.commentDialog input{
    font-size: 16px;
    border: solid 1px #C8C8C8;
    border-radius: 6px;
    background: #fff;
    color: #999999;
}
.commentDialog textarea{
    padding: 12px;
    width: 434px;
    height: 120px;
}
.commentDialog input{
    padding: 0 12px;
    width: 436px;
    height: 46px;
    background: #F7F8FA;
    vertical-align: middle;
}
.commentDialog button{
    margin-left: 24px;
    width: 152px;
    height: 48px;
    border-radius: 6px;
    font-size: 22px;
    color: #fff;
    vertical-align: middle;
}
.commentDialog .txt_1{
    position: absolute;
    top: 24px;
    left: 26px;
    line-height: 34px;
    font-size: 24px;
    color: #fff;
}
.commentDialog .txt_1 p{
    display: inline-block;
}

.commentDialog .txt_1 .num{
    font-size: 24px;
    /*font-weight: bold;*/
    color: #FCEE21;
}
.commentDialog .comment-form{
    position: relative;
    padding-top: 68px;
    font-size: 18px;
    color: #1A1A1A;
}
.commentDialog .comment-form .kc{
    position: absolute;
    top: 0;
    left: 20px;
    width: 254px;
    height: 106px;
}
.commentDialog .comment-form .img{
    position: absolute;
    top: 39px;
    right: 48px;
    width: 120px;
    height: 120px;
}
.commentDialog .field_1{
    position: relative;
    margin: 0 auto 10px;
    padding: 20px 24px 0;
    width: 642px;
    height: 224px;
}
.commentDialog .field_1>p{
    margin-bottom: 20px;
}
.commentDialog .field_2{
    height: 160px;
    background: #fff;
    border-bottom-left-radius: 18px;
    border-bottom-right-radius: 18px;
}
.commentDialog .field_2>p{
    padding: 28px 34px 18px;
}
.commentDialog .field_2>.input{
    padding: 0 34px;
    font-size: 0;
}

/*浏览器版本提示*/
.versionTips{
    display: none;
    height: 36px;
    line-height: 36px;
    font-size: 0;
    text-align: center;
    color: #fff;
    background: #fd3131;
}
.versionTips>span{
    vertical-align: middle;
    font-size: 14px;
}
.versionTips>span>a{
    font-weight: bold;
    color: #fff;
}
.versionTips>span>a:hover{
    color: #588ac6;
}
.versionTips .i-versionTips{
    display: inline-block;
    margin-left: 20px;
    width: 32px;
    height: 32px;
    vertical-align: middle;
    background: url(../images/i-versionTips.png) no-repeat center center;
}

/*左侧浮动广告栏 132x280*/
@keyframes anim_1 {
    0% {
        transform: scale(0.3);
        -webkit-transform: scale(0.3);
        opacity: 0.0;
    }
    25% {
        transform: scale(0.3);
        -webkit-transform: scale(0.3);
        opacity: 0.1;
    }
    50% {
        transform: scale(0.5);
        -webkit-transform: scale(0.5);

    }
    75% {
        transform: scale(0.8);
        -webkit-transform: scale(0.8);

    }
    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
        opacity: 1;
    }
}
.leftAd_fixed{
    position: fixed;
    top: 268px;
    left: 50%;
    margin-left: -696px;
    width: 86px;
    height: 170px;
    z-index: 1;
    cursor: pointer;
}
.leftAd_fixed .close{
    position: absolute;
    top: 0;
    right: 0;
    padding: 1px;
    width: 14px;
    height: 14px;
    background: url(../images/i-close.png) no-repeat center center;
    cursor: pointer;
    border: solid 1px #ccc;
    z-index: 1;
}
.leftAd_fixed .txt{
    display: none;
    vertical-align: middle;
    line-height: 16px;
    color: #fff;
    max-height: 32px;
    overflow: hidden;
}
.leftAd_fixed img{
    display: block;
    max-width: 100%;
    width: 86px;
    height: 170px;
}
.leftAd_fixed.mini{
    left: 50%;
    margin-left: -676px;
    padding: 4px 4px 8px;
    width: 58px;
    height: 54px;
    line-height: 54px;
    text-align: center;
    border-radius: 50%;
    background: url(../images/leftAd_fixedBg.png) no-repeat center center;
    background-size: cover;
    animation: anim_1 .3s ease-out;
}
.leftAd_fixed.mini .close{
    display: none;
}
.leftAd_fixed.mini .txt{
    display: inline-block;
    user-select: none;
}
.leftAd_fixed.mini img{
    display: none;
}

/*首页头条*/
.hp-toutiao-cont{
    height: 323px;
}
.panel_change-cont>.page,
.hp-toutiao-cont>.page{
    display: none;
}
.panel_change-cont>.page.cur,
.hp-toutiao-cont>.page.cur{
    display: block;
}
.panel_change-cont a,
.hp-toutiao-cont a{
    color: #787878;
}
.panel_change-cont .active a,
.hp-toutiao-cont .active a{
    color: #5d5d5d;
}
.panel_change-cont dl,
.hp-toutiao-cont dl{
    margin-top: 0;
    height: auto;
}
.panel_change-cont dl dt,
.panel_change-cont dl dd>p,
.panel_change-cont .g_imgTxtList .bottom,
.hp-toutiao-cont dl dt,
.hp-toutiao-cont dl dd>p,
.hp-toutiao-cont .g_imgTxtList .bottom{
    display: none;
}
.panel_change-cont dl dd>p,
.hp-toutiao-cont dl dd>p{
    height: 42px;
    overflow: hidden;
}
.panel_change-cont .g_imgTxtList .txt .title,
.hp-toutiao-cont .g_imgTxtList .txt .title{
    line-height: 26px;
    font-size: 12px;
}
.panel_change-cont .g_imgTxtList .txt .title a,
.hp-toutiao-cont .g_imgTxtList .txt .title a{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.panel_change-cont .g_imgTxtList .active .txt .title a,
.hp-toutiao-cont .g_imgTxtList .active .txt .title a{
    height: 60px;
    white-space: normal;
    text-overflow: initial;
}
.g_imgTxtList .bottom .view,
.g_imgTxtList .bottom .attend{ 
    color: #FFAEAE; 
}
.g_imgTxtList .bottom .view i{ 
    width: 18px; 
    height: 10px; 
    background: url(../images/i-status1.png) no-repeat 0 -215px; 
    display: inline-block; 
    vertical-align: middle; 
    position: relative; 
    top: -2px; 
    margin-right: 2px;
}
.g_imgTxtList .bottom .attend i{
    width: 14px; 
    height: 12px; 
    background: url(../images/i-status1.png) no-repeat -0px -232px; 
    display: inline-block; 
    vertical-align: middle;  
    position: relative; 
    top: -2px; 
    margin-right: 2px;
}
.g_imgTxtList .bottom .attend{ 
    margin-left: 25px; 
}
.panel_change-cont dl.active,
.hp-toutiao-cont dl.active{
    padding-bottom: 8px;
}
.panel_change-cont dl.active dt,
.panel_change-cont dl.active dd>p,
.panel_change-cont .g_imgTxtList dl.active .bottom,
.hp-toutiao-cont dl.active dt,
.hp-toutiao-cont dl.active dd>p,
.hp-toutiao-cont .g_imgTxtList dl.active .bottom{
    display: block;
}
.panel_change-cont .g_imgTxtList .active .txt .title,
.hp-toutiao-cont .g_imgTxtList .active .txt .title{
    line-height: 20px;
    font-size: 16px;
}


.toutiao-lists-title{
    padding: 0 20px;
    line-height: 60px;
    font-size: 20px;
    color: #ff3131;
    background: #fff;
}

img.imglazyload{
    background: url(/statics/basic/images/logo/imglazyload.gif) no-repeat center center;
    background-size: contain;
}
/*经销商会员宣传页*/
.dealermember_img{margin:0 auto;padding: 0;font-size: 0;}
.dealermember_img img{max-width:1903px;display:block; margin:0 auto;width:100%;}



.join-successFB-v2{
    margin: 0 auto;
    padding-top: 1px;
    width:319px;
    height:238px;
    text-align: center;
    background:rgba(240,240,240,1);
    border-radius:8px;
}
.join-successFB-v2 .txt-1{
    font-size:16px;
    line-height:20px;
    color:rgba(0,0,0,0.85);
}
.join-successFB-v2 .txt-2{
    margin-top: 10px;
    font-size:12px;
    line-height:22px;
    color:rgba(0,0,0,0.40);
}
.join-successFB-v2 .txt-3{
    margin-top: 16px;
    padding-top: 12px;
    font-size:12px;
    line-height:22px;
    color:rgba(0,0,0,0.75);
    border-top:1px solid rgba(229,229,229,1);
}
.join-successFB-v2 .txt-4{
    font-size:12px;
    line-height:22px;
    color:rgba(255,60,60,1);
}
.join-successFB-v2 .i-success{
    display: block;
    margin: 24px auto 10px;
    width: 64px;
    height: 63px;
    background: url(/statics/basic/images/newdialog_v2/i-success.png) center center;
}
.join-successFB-v2 .i-success::before{
    content: '';
}


.commentDialog_v3{
    margin: 0 auto;
    width: 530px;
    height: 420px;
    padding-top:76px;
    position: relative;
    box-sizing: border-box;
}
.commentDialog_v3-Icon{
    height: 164px;
    width: 179px;
    background: url(/statics/shop/images/v3_shop-jm-people.png) no-repeat center center;
    position: absolute;
    background-size: contain;
    top: 0px;
    left: -16px;
}
.commentDialog_v3 .commentDialog_v3-inner{
    width: 530px;
    height: 344px;
    background: url(/statics/shop/images/v3_shop-jm-bg.png) no-repeat center center;
    background-size: cover;
    padding:88px 8px 8px 8px;
    box-sizing: border-box;
}
.commentDialog_v3 .commentDialog_v3-main{
    background: #fff;
    border-radius: 6px;
    height:100%;
    overflow: hidden;
}

.commentDialog_v3 .commentDialog_v3-main .brandinfo{
    height: 140px;
    background: #F8F8F8;
    padding: 16px;
    box-sizing: border-box;
    display: flex;
    align-items: center;

}
.commentDialog_v3 .commentDialog_v3-main .brandinfo>img{
    flex: 0 0 174px;
    width: 174px;
    height: 108px;
    border-radius: 4px;
    margin-right: 12px;
}
.commentDialog_v3 .commentDialog_v3-main .brandinfo>.txt{
    box-sizing: border-box;
    padding-right: 8px;
    flex:1;
}
.commentDialog_v3 .commentDialog_v3-main .brandinfo>.txt h2{
    color:#000000;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 8px;
}
.commentDialog_v3 .commentDialog_v3-main .brandinfo>.txt>p{
    margin-bottom: 4px;
    display: flex;
    font-size: 12px;
    line-height: 16px;
}
.commentDialog_v3 .commentDialog_v3-main .brandinfo>.txt>p>em{
    letter-spacing: 1px;
}
.commentDialog_v3 .commentDialog_v3-main .bottom{
    box-sizing: border-box;
    padding:0 16px;
}
.commentDialog_v3 .commentDialog_v3-main .bottom > p{
    font-size: 14px;
    color:#DE0016;
    padding:16px 0 12px;
    box-sizing: border-box;
    line-height: 20px;
}

.commentDialog_v3 .commentDialog_v3-main .comment-form_v2 .field{
    height: 37px;
    border: 1px solid #FF6173;
    border-radius: 4px;
    overflow: hidden;
    box-sizing: border-box;
    display: flex;  
}
.commentDialog_v3 .commentDialog_v3-main .comment-form_v2 .field>input{
    font-size: 15px;
    flex: 1;
    height: 100%;
    padding:0 8px;
    float: left;
    box-sizing: border-box;
}
.commentDialog_v3 .commentDialog_v3-main .comment-form_v2 .field>button{
    width: 130px;
    height: 100%;
    background: linear-gradient(90deg, #FF6476 0%, #FF3842 100%);
    border-radius: 0;
    font-size: 15px;
}


@-webkit-keyframes layer-bounceIn_08 {
    0% {
        opacity: 0;
        -webkit-transform: scale(.5);
        transform: scale(.5)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(.8);
        transform: scale(.8)
    }
}

@keyframes layer-bounceIn_08 {
    0% {
        opacity: 0;
        -webkit-transform: scale(.5);
        -ms-transform: scale(.5);
        transform: scale(.5)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(.8);
        -ms-transform: scale(.8);
        transform: scale(.8)
    }
}

@-webkit-keyframes layer-bounceIn_07 {
    0% {
        opacity: 0;
        -webkit-transform: scale(.5);
        transform: scale(.5)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(.7);
        transform: scale(.7)
    }
}

@keyframes layer-bounceIn_07 {
    0% {
        opacity: 0;
        -webkit-transform: scale(.5);
        -ms-transform: scale(.5);
        transform: scale(.5)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(.7);
        -ms-transform: scale(.7);
        transform: scale(.7)
    }
}

@-webkit-keyframes layer-bounceIn_06 {
    0% {
        opacity: 0;
        -webkit-transform: scale(.5);
        transform: scale(.5)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(.6);
        transform: scale(.6)
    }
}

@keyframes layer-bounceIn_06 {
    0% {
        opacity: 0;
        -webkit-transform: scale(.5);
        -ms-transform: scale(.5);
        transform: scale(.5)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(.6);
        -ms-transform: scale(.6);
        transform: scale(.6)
    }
}

@-webkit-keyframes layer-bounceOut_07 {
    100% {
        opacity: 0;
        -webkit-transform: scale(.5);
        transform: scale(.5)
    }

    30% {
        -webkit-transform: scale(.75);
        transform: scale(.75)
    }

    0% {
        -webkit-transform: scale(.7);
        transform: scale(.7)
    }
}

@keyframes layer-bounceOut_07 {
    100% {
        opacity: 0;
        -webkit-transform: scale(.5);
        -ms-transform: scale(.5);
        transform: scale(.5)
    }

    30% {
        -webkit-transform: scale(.75);
        -ms-transform: scale(.75);
        transform: scale(.75)
    }

    0% {
        -webkit-transform: scale(.7);
        -ms-transform: scale(.7);
        transform: scale(.7)
    }
}
@-webkit-keyframes layer-bounceOut_06 {
    100% {
        opacity: 0;
        -webkit-transform: scale(.4);
        transform: scale(.4)
    }

    30% {
        -webkit-transform: scale(.65);
        transform: scale(.65)
    }

    0% {
        -webkit-transform: scale(.6);
        transform: scale(.6)
    }
}

@keyframes layer-bounceOut_06 {
    100% {
        opacity: 0;
        -webkit-transform: scale(.4);
        -ms-transform: scale(.4);
        transform: scale(.4)
    }

    30% {
        -webkit-transform: scale(.65);
        -ms-transform: scale(.65);
        transform: scale(.65)
    }

    0% {
        -webkit-transform: scale(.6);
        -ms-transform: scale(.6);
        transform: scale(.6)
    }
}
.new-dialog_v2.new-dialog.layui-layer{
    box-shadow: none;
    width: auto !important;
}
.layer-anim-close.scale_08 {
    -webkit-animation-name: layer-bounceOut_08;
    animation-name: layer-bounceOut_08;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: .2s;
    animation-duration: .2s
}
.layer-anim-close.scale_07 {
    -webkit-animation-name: layer-bounceOut_07;
    animation-name: layer-bounceOut_07;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: .2s;
    animation-duration: .2s
}
.layer-anim-close.scale_06 {
    -webkit-animation-name: layer-bounceOut_06;
    animation-name: layer-bounceOut_06;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: .2s;
    animation-duration: .2s
}

.layer-anim-00.scale_08 {
    -webkit-animation-name: layer-bounceIn_08;
    animation-name: layer-bounceIn_08
}
.layer-anim-00.scale_07 {
    -webkit-animation-name: layer-bounceIn_07;
    animation-name: layer-bounceIn_07
}
.layer-anim-00.scale_06 {
    -webkit-animation-name: layer-bounceIn_06;
    animation-name: layer-bounceIn_06
}
.new-dialog_v2.new-dialog.layui-layer.scale_08{
    transform: perspective(1px) scale(.8);
}
.new-dialog_v2.new-dialog.layui-layer.scale_07{
    transform: perspective(1px) scale(.7);
}
.new-dialog_v2.new-dialog.layui-layer.scale_06{
    transform: perspective(1px) scale(.6);
}
.new-dialog_v2.new-dialog .layui-layer-setwin{
    bottom: -54px;
}
.new-dialog_v2.new-dialog .layui-layer-setwin .layui-layer-close2 {
    width: 48px;
    height: 48px;
}
.new-dialog_v2.new-dialog .layui-layer-setwin{
    bottom: -54px;
}
.new-dialog_v2.new-dialog .layui-layer-setwin .layui-layer-close2 {
    width: 48px;
    height: 48px;
}

.new-dialog_v2.new-dialog.scale_08 .layui-layer-setwin{
    bottom: -54px;
    transform: scale(.8);
}
.new-dialog_v2.new-dialog.scale_08 .layui-layer-setwin .layui-layer-close2 {
    width: 48px;
    height: 48px;
}
.new-dialog_v2.new-dialog.scale_07 .layui-layer-setwin{
    bottom: -54px;
    transform: scale(.7);
}
.new-dialog_v2.new-dialog.scale_07 .layui-layer-setwin .layui-layer-close2 {
    width: 48px;
    height: 48px;
}
.new-dialog_v2.new-dialog.scale_06 .layui-layer-setwin{
    bottom: -54px;
    transform: scale(.6);
}
.new-dialog_v2.new-dialog.scale_06 .layui-layer-setwin .layui-layer-close2 {
    width: 48px;
    height: 48px;
}
.new-dialog_v2.new-dialog.scale_07.layui-layer-page .layui-layer-content{
    overflow-y: hidden;
    height: auto !important;
}
.new-dialog_v2.new-dialog.scale_06.layui-layer-page .layui-layer-content{
    overflow-y: hidden;
    height: auto !important;
}