/*
	DESTOON Copyright (C)2008-2099 www.destoon.com
	This is NOT a freeware,Use is subject to license.txt
*/
.wy-brand-select{width:1198px;margin:0 auto;border:1px solid #e3e3e3;display: flex;
    background: #f8f8f8;
    align-items: center;}
.wy-brand-select2 dl{border-bottom:1px solid #e3e3e3;}
.wy-brand-select dt{float:left;width:97px; font:bold 14px/1 "microsoft yahei";text-align:center;background:#f8f8f8;}
.wy-brand-select dd{float:left;width:1080px; padding:5px 10px ;border-left:1px solid #e3e3e3; background: #fff;}
.wy-brand-select li{float:left;margin:0px 12px 0;font:14px/36px "microsoft yahei";white-space:nowrap;}
.wy-brand-select li a.on{padding:2px 5px;color:#41ab28;border:1px solid #41ab28;border-radius:5px;}
.border{border-top:1px solid #e3e3e3;border-bottom:1px solid #e3e3e3;}
.wy-grade-select{width:1198px;margin:0 auto;border:1px solid #e3e3e3;border-top:none;display: flex;
    background: #f8f8f8;
    align-items: center;}
.wy-grade-select dt{float:left;width:97px; font:bold 14px/1 "microsoft yahei";text-align:center;}
.wy-grade-select dd{float:left;width:1080px; padding: 5px 10px;border-left:1px solid #e3e3e3; background:#fff;}
.wy-grade-select li{float:left;margin:0 12px;font:14px/36px "microsoft yahei";}
.wy-grade-select li a.on{padding:2px 5px;border:1px solid #db214c;color:#db214c;border-radius:5px;}


/*首页小热门品牌*/
.wy-hotbrand-pub {
    position: relative;
    margin-top: 12px;
}

.wy-hotbrand-pub dt {
    float: left;
    width: 50px;
    height: 106px;
    background: url("/static/skin/default2/img/ico-rm.gif") no-repeat;
}

.wy-hotbrand-pub dd {
    float: left;
    width: 1146px;
    height: 105px;
    padding: 0 0 0 3px;
    border: 1px solid #e3e3e3;
    border-left: none;
}

.wy-hotbrand-pub li {
    float: left;
    margin: 14px 3px 0px;
    background: #fff;
    border: 1px solid #e3e3e3;
}

.wy-hotbrand-pub li:hover {
    border: 1px solid hsl(30,70%,74%);
    box-shadow: 0 0 5px hsla(0,0%,0%,.2),0 0 2px hsla(0,0%,78%,.2);
}

.wy-hotbrand-pub a {
    display: block;
}

.wy-hotbrand-pub img {
    display: block;
    width: 103px;
    height: 33px;
}

.wy-hotbrand-pub .arrow {
    position: absolute;
    right: 7px;
    top: 25px;
    width: 25px;
    height: 51px;
    background: url("skin/public/img/base/honest_arrow.png") no-repeat;
}

.wy-hotbrand-pub .arrow a {
    display: block;
    width: 25px;
    height: 25px;
}

ul:hover {
    background: transparent;
}

/*加盟捷报*/
.wy-suc-case {
    margin: 15px auto 0;
}

.wy-suc-case h4 {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: bold;
}

.wy-suc-case p {
    line-height: 20px;
    font-size: 14px;
    color: #999;
}

.wy-suc-case p a {
    color: #db214c;
}

/*人物对话*/
.wy-index-center {
    float: left;
    width: 425px;
    margin-left: 30px;
}

.wy-index-left {
    float: left;
    width: 423px;
}

.wy-tt9 {
    position: relative;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #a7a7a7;
}

.wy-tt9 h3 {
    float: left;
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px solid #51a53b;
}

.wy-tt9 .more {
    float: right;
    height: 30px;
    padding-right: 20px;
    font-size: 14px;
    color: #999;
}

.wy-tt9 .more:hover {
    color: #db214c;
}

.wy-trade-view {
    margin-top: 20px;
}

.wy-trade-view .bd {
    height: 145px;
    overflow: hidden;
}

.wy-trade-view .bd li {
    box-sizing: border-box;
    width: 424px;
    height: 105px;
    padding: 20px 67px;
    text-align: center;
    background: url("/static/skin/default2/img/sp-bg.png") no-repeat;
}

.wy-trade-view .bd h4 {
    font: bold 20px "microsoft yahei";
}

.wy-trade-view .bd p {
    font-size: 14px;
    text-align: left;
    color: #999;
}

.wy-trade-view .bd p a {
    color: #db214c;
}

.wy-trade-view .bd span {
    line-height: 40px;
    font-size: 16px;
}

.wy-trade-view .bd a:hover {
    text-decoration: none;
}

.wy-trade-view .hd img {
    display: block;
    width: 92px;
    height: 92px;
}

.wy-trade-view .hd ul {
    width: 460px;
    margin: 20px auto;
}

.wy-trade-view .hd li {
    float: left;
    position: relative;
    width: 92px;
    height: 92px;
    margin-right: 10px;
    border: 3px solid #e3e3e3;
}

.wy-trade-view .hd li.on {
    border: 3px solid #51a53b;
}

.wy-topic {
    width: 440px;
    margin-top: 20px;
    overflow: hidden;
}

.wy-topic li {
    float: left;
    width: 206px;
    height: 160px;
    margin: 0 12px 10px 0;
    border: 1px solid #e3e3e3;
}

.wy-topic li:hover {
    border: 1px solid hsl(30,70%,74%);
    box-shadow: 0 0 5px hsla(0,0,0,.2),0 0 2px hsla(0,0,78%,.2);
}

.wy-topic img {
    display: block;
    width: 206px;
    height: 102px;
}

.wy-topic a {
    text-decoration: none;
}

.wy-topic h4 {
    display: block;
    height: 44px;
    line-height: 22px;
    padding: 3px 5px 3px 10px;
    font-size: 14px;
    font-weight: normal;
    overflow: hidden;
}

.wy-atc-list li {
    height: 35px;
    line-height: 35px;
    clear: both;
    overflow: hidden;
}

.wy-atc-list li a {
    display: inline-block;
    max-width: 100%;
    line-height: 35px;
    font-size: 16px;
}

.wy-atc-list li a.bold {
    font-weight: bold;
}

.wy-atc-list li a::before {
    content: "·";
    display: inline-block;
    margin-right: 10px;
    font: bold 30px/35px "Arial";
    color: #ccc;
    vertical-align: top;
}

.wy-index-sd2 {
    width: 746px;
}

.wy-index-sd2 .wy-topic {
    width: 758px;
    margin-right: -12px;
}

.wy-index-sd2 .wy-topic li {
    width: 238px;
    height: 176px;
}

.wy-index-sd2 .wy-topic li img {
    width: 238px;
    height: 119px;
}

.wy-index-sd2 .wy-spc-tags ul {
    width: 758px;
    margin-right: -10px;
}

.wy-index-sd2 .wy-spc-tags ul li {
    width: 176px;
}

/*品牌招商推介*/
.wy-invest-rec .hd {
    position: absolute;
    top: -18px;
    right: 100px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #999;
    background: #fff;
    border: 1px solid #e3e3e3;
    border-radius: 15px;
}

.wy-invest-rec {
    padding-top: 1px;
}

.wy-invest-rec .hd li {
    float: left;
    height: 30px;
    line-height: 30px;
    border-right: 1px solid #e3e3e3;
}

.wy-invest-rec .hd li:first-child {
    border-radius: 15px 0 0 15px;
}

.wy-invest-rec .hd li:last-child {
    border-radius: 0 15px 15px 0;
    border-right: none;
}

.wy-invest-rec .hd li a {
    display: block;
    padding: 0 25px;
    font-size: 12px;
    color: #999;
}

.wy-invest-rec .hd li.on {
    background: #51a53b;
}

.wy-invest-rec .hd li.on a {
    color: #fff;
}

.wy-invest-rec .list {
    width: 1200px;
    /*margin-top: 30px;*/
}

.wy-invest-rec .list ul {
    float: left;
    width: 1220px;
}

.wy-invest-rec .list li {
    float: left;
    width: 198px;
    height: 138px;
    border: 1px solid #e3e3e3;
    overflow: hidden;
}

.new-invest-rec .list li {
    width: 238px;
}

.wy-invest-rec .list img {
    display: block;
    width: 140px;
    height: 50px;
    margin: 20px auto 10px;
}

.wy-invest-rec .list h4 {
    display: block;
    width: 100%;
    font-weight: normal;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    text-align: center;
}

.wy-invest-rec .list h4 a {
    display: block;
    color: #b9955f;
}

.wy-invest-rec .list i {
    display: block;
    width: 80px;
    height: 13px;
    margin: 6px auto;
    background: url("skin/public/img/base/sp.png") 0 -300px no-repeat;
}

.wy-invest-rec .list i.star4 {
    width: 65px;
}

.wy-invest-rec .list i.star3 {
    width: 48px;
}

/*热门、最新品牌*/
.wy-brand-new {
    margin-top: 35px;
}

.wy-brand-new .bd li {
    padding-left: 2%;
}

.wy-brand-new .hd2 li {
    padding: 0;
}

.wy-brand-new .bd li {
    float: left;
    width: 12%;
    height: 35px;
    line-height: 35px;
}

.wy-brand-new .bd li a {
    font-size: 14px;
}

.db-brand-new .bd li {
    width: 10%;
}

/*首页大课堂*/
h3, h4 {
    margin: 0;
}

.wy-sd {
    float: right;
    width: 295px;
}

.wy-mn04 {
    float: left;
    width: 880px;
    overflow: hidden;
}

.wy-tt19 {
    position: relative;
    width: 100%;
    margin: 25px auto;
    border-top: 1px solid #e3e3e3;
}

.wy-tt19 i {
    position: absolute;
    top: -12px;
    left: 0;
    width: 22px;
    height: 22px;
    padding-right: 10px;
    background: #fff url("/static/skin/default2/img/sp.png") -155px -110px no-repeat;
}

.wy-tt19 h3 {
    position: absolute;
    top: -15px;
    left: 30px;
    padding-right: 10px;
    font-size: 20px;
    color: #000;
    background: #fff;
}

.wy-tt19 a.more {
    position: absolute;
    top: -18px;
    right: 0;
    height: 36px;
    line-height: 32px;
    padding: 0 17px 0 15px;
    font-size: 14px;
    color: #999;
    background: #fff url("skin/public/img/base/more.gif") right 9px no-repeat;
}

.wy-tt19 a.more:hover {
    color: #db214c;
    background: #fff url("skin/public/img/base/more2.gif") right 9px no-repeat;
}


.wy-eval2 {
    float: left;
    width: 423px;
    margin: 0 8px 15px;
}

.news-categries02 .wy-eval2 {
    float: none;
    margin: 15px 0;
}

.wy-eval2 dt {
    float: left;
    width: 160px;
    height: 120px;
    overflow: hidden;
    position: relative;
}

.wy-eval2 dt img {
    display: block;
    width: 160px;
    height: 120px;
}

.wy-eval2 dd {
    float: right;
    width: 245px;
    height: 120px;
}

.wy-eval2 dd h4 {
    font-size: 18px;
    font-weight: normal;
}

.wy-eval2 dd p {
    height: 60px;
    line-height: 20px;
    padding-top: 10px;
    font-size: 14px;
    color: #999;
    overflow: hidden;
}

.wy-eval2 dd p a {
    color: #db214c;
}

.wy-atc-list5 {
    margin-top: 10px;
    clear: both;
}

.wy-atc-list5 li {
    width: 100%;
    height: 35px;
    line-height: 35px;
}

.wy-atc-listnew li {
    float: left;
    width: 50%;
}

.wy-atc-list5 li a {
    float: left;
    max-width: 90%;
    line-height: 35px;
    font-size: 16px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.wy-atc-list5 li a.bold {
    font-weight: bold;
}

.wy-atc-list5 li i {
    float: left;
    width: 10px;
    margin-right: 10px;
    font: bold 30px/35px "Arial";
    color: #ccc;
}


/*选购避坑*/
dd, dt {
    margin: 0;
}

.xgbk-wrap {
    position: relative;
    padding-top: 10px;
}

.xgbk-bg01 {
    position: absolute;
    top: 10px;
    right: 350px;
    width: 112px;
    height: 26px;
    color: #fff;
    text-align: center;
    background: url("skin/public/img/video/xgbk-bg01.png") no-repeat;
    background-size: 100% 100%;
}

.xgbk-bg02 {
    position: absolute;
    top: 30px;
    right: 10px;
    width: 220px;
    height: 240px;
    background: url("skin/public/img/video/xgbk-bg02.png") no-repeat;
    background-size: 100% 100%;
}

.xgbk-wrap h2 {
    position: absolute;
    top: 30px;
    left: 40px;
    font-size: 18px;
    font-weight: bold;
}

.xgbk-wrap h2::before {
    content: "";
    display: inline-block;
    width: 46px;
    height: 46px;
    margin-right: 10px;
    vertical-align: middle;
    background: url("skin/public/img/video/icon-xgbk.png") no-repeat;
    background-size: 100% 100%;
}

.xgbk-wrap em {
    position: absolute;
    top: 90px;
    left: 40px;
    color: #666;
    font-size: 14px;
}

.xgbk .hd {
    position: absolute;
    top: -30px;
    right: 10px;
}

.xgbk .hd li {
    display: inline-block;
    width: 90px;
    height: 30px;
    line-height: 30px;
    margin: 0 5px;
    text-align: center;
    background: #F9FAFC;
    border-radius: 35px;
}

.xgbk .hd li.on {
    background: #FFFAD6;
}

.xgbk .hd li h3 {
    font-size: 14px;
    font-weight: bold;
}

.xgbk .hd li em {
    color: #666;
    font-size: 14px;
}

.xgbk .hd li p {
    position: absolute;
    bottom: 32px;
    right: 20px;
    color: #666;
    font-size: 12px;
}

.xgbk .bd li {
    line-height: 90px;
    border-bottom: 1px solid #e3e3e3;
    zoom:1;clear: both;
}

.xgbk .bd li a {
    float: left;
    display: block;
    max-width: 50px;
    font-size: 16px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.xgbk .bd li i {
    float: right;
    display: block;
    color: #999;
}

.xgbk .bd li:after {
    content: "";
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
}

.xgbk dl {
    float: left;
    width: 48%;
    margin: 0 1%;
    padding: 10px 0 0;
    zoom:1;box-sizing: border-box;
}

.xgbk dl:after {
    content: "";
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
}

.xgbk dt {
    float: right;
    width: 470px;
    padding-right: 10px;
}

.xgbk dt p {
    color: #999;
}

.xgbk dt h3 {
    width: 100%;
    line-height: 1.6;
    margin: 7px 0 5px;
    font-size: 16px;
    color: #333;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-weight: normal;
}

.xgbk dd {
    float: left;
    width: 80px;
}

.xgbk dd a,.xgbk dd img {
    display: block;
    width: 80px;
    height: 60px;
}
.wy-column {
    position: relative;
    width: 1200px;
    height: 40px;
    margin: 0 auto 20px;
    border-bottom: 5px solid #a7a7a7;
}

.wy-column h2 {
    float: left;
    height: 40px;
    line-height: 40px;
    border-bottom: 5px solid #51a53b;
    font-size: 30px;
    font-weight: bold;
    white-space: nowrap;
    margin: 0;
}

.wy-column span {
    float: left;
    height: 30px;
    margin-top: 15px;
    color: #999;
    font: 20px "Myriad Pro";
    text-transform: uppercase;
    border-left: 10px solid #fff;
}

.wy-column i {
    float: right;
    width: 170px;
    height: 40px;
    background: url("skin/public/img/index/wy-sp-tt.png") no-repeat;
}

.wy-column i.news {
    background-position: 0 0;
}

.wy-column i.agent {
    background-position: 0 -40px;
}

.wy-column i.product {
    background-position: 0 -80px;
}

.wy-column i.market {
    background-position: 0 -120px;
}

/* 新增行业分类精选品牌 */
.brandlist-industry-box {
    margin-bottom: 0;
}

.brandlist-industry-box .hd {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #EF0025;
    line-height: 1;
    font-size: 0;
}

.brandlist-industry-box .hd b {
    font-size: 25px;
    display: inline-block;
    margin: 0 36px;
    color: #595959;
    padding-bottom: 10px;
}

.brandlist-industry-box .hd b:hover {
    cursor: pointer;
}

.brandlist-industry-box .hd b.on {
    border-bottom: 5px solid #FD1431;
    color: #000;
}

.brandlist-industry .head-s {
    width: 100%;
    text-align: center;
    padding: 12px 0 0;
}

.brandlist-industry .head-s i {
    font-size: 18px;
    font-weight: bold;
    color: #646464;
    padding: 5px 25px;
    display: inline-block;
    margin: 0 5px;
}

.brandlist-industry .head-s i:hover {
    cursor: pointer;
}

.brandlist-industry .head-s i.on {
    background: #FFC2CA;
    border-radius: 20px;
    border: 1px solid #FD1431;
    color: #FD1431;
}

.body-s {
    width: 1250px;
    margin: 0 auto;
    overflow: hidden;
    height: 480px;
}

.body-s ul {
    height: 480px;
}

.body-s li {
    float: left;
    width: 200px;
    margin: 12px 18px 0 5px;
    padding: 9px;
    overflow: hidden;
    background: #fff;
    border: 1px solid #e3e3e3;
    box-shadow: 0 0 10px #eee;
}

.body-s li span {
    display: block;
    width: 100%;
    height: 30px;
    font: 16px/30px "microsoft yahei";
    color: #333;
    text-align: center;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.body-s li img {
    display: block;
    width: 200px;
    height: 150px;
    margin: 0 auto;
}

.body-s li dt,.body-s li dd {
    float: left;
    width: 65%;
    height: 26px;
    line-height: 26px;
    color: #999;
}

.body-s li dd {
    width: 30%;
    padding-right: 5%;
    margin: 0;
}

.body-s li dt em {
    color: #db214c;
}

.body-s li dd a {
    display: block;
    width: 64px;
    height: 24px;
    line-height: 24px;
    margin: 0;
    font-size: 12px;
    color: #db214c;
    text-align: center;
    background: linear-gradient(#fce9f2,#fff);
    border: 1px solid #51a53b;
    border-radius: 5px;
    box-shadow: 0 3px 3px #f4c6ce;
}

.body-s li dd a:hover {
    color: #fff;
    background: linear-gradient(#e14367,#dc2550);
}

.body-s li:hover {
    border: 1px solid #51a53b;
    box-shadow: 0 0 6px #db214c;
}

/* 严选品牌 */
.wy-wrap {
    display: block !important;
    position: relative;
    width: 1200px;
    margin: 0 auto 20px;
}

.rembrandbox {
    background: url("/static/skin/default2/img/img-bg-rembrand@2x.jpg") no-repeat top center;
    background-size: cover;
    width: 100%;
    height: 423px;
    margin-bottom: 40px;
}

.rembrandbox .left-tit {
    width: 216px;
    float: left;
    background: url("/static/skin/default2/img/icon-star-big.png") no-repeat top left;
    padding-top: 90px;
    margin-top: 60px;
    background-size: 80px;
    color: #fff;
    margin-right: 40px;
}

.rembrandbox .left-tit p {
    font-size: 36px;
    line-height: 2;
    font-weight: 100;
}

.rembrandbox .left-tit p b {
}

.rembrandbox .left-tit span {
    display: inline-block;
    font-size: 14px;
    width: 100%;
    line-height: 3;
}

.rembrandbox .left-tit a {
    font-size: 12px;
    color: #fff;
    opacity: .6;
}

.rembrandbox .brand-iname em {
    cursor: pointer
}

.right-con {
    float: right;
    margin-top: 35px;
    position: relative;
}

.right-con .bd {
    float: left;
    /* position: relative; */
    height: 365px;
    overflow: hidden;
    border: none;
}

.brandlist {
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    width: 801px;
    padding-bottom: 20px;
    float: left;
}

.brandlist ul {
    white-space: nowrap;
    /* overflow-x: scroll; */
    overflow-y: hidden;
    height: 360px;
    font-size: 0;
}

.brandlist ul::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

.brandlist ul::-webkit-scrollbar-thumb {
    border-radius: 15px;
    background: #EC4041;
    transition: 0.3s ease-in-out;
}

.brandlist ul::-webkit-scrollbar-track {
    height: 10px;
    background: #4A82DD;
    border-radius: 15px;
}

.brandlist li {
    white-space: normal;
    vertical-align: top;
    margin-right: 3px;
    display: flex;
    flex-direction: column;
    height: 345px;
    flex-wrap: wrap;
    align-content: flex-start;
}

.brandlist a {
    display: inline-block;
    background: #fff;
    padding: 35px 7px;
    width: 131px;
    height: 112px;
    box-sizing: border-box;
    margin-bottom: 3px;
    margin-right: 3px;
}

.brandlist img {
    width: 118px;
    height: 40px;
}

.hy-brandlist {
    width: 938px;
}


/*图片墙*/
.wy-photo1 {
    /*width: 918px;*/
    display: flex;
    justify-content: space-between;
    overflow: hidden;
}

.wy-photo1 li {
    /*float: left;*/
    position: relative;
    width: 287px;
    height: 216px;
    margin: 0 0 19px 0;
}

.wy-photo1 li img {
    width: 287px;
    height: 216px;
}

.wy-photo1 li em {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 999;
    width: 90%;
    height: 74px;
    line-height: 100px;
    padding: 0 5%;
    font-size: 14px;
    text-align: center;
    color: #fff;
    background: url("skin/public/img/base/gra_line55.png") repeat;
}

.wy-photo1 li.big-img,.wy-photo1 li.big-img img {
    width: 593px;
    height: 452px;
}

.wy-photo1 li.mt {
    position: absolute;
    top: 235px;
    left: 0;
}

.wy-photo1 li .hover {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 74%;
    padding-top: 20%;
    text-align: center;
    color: #fff;
    background: #000;
    opacity: .6;
}

.wy-photo1 li .hover i,.wy-photo1 li .hover p b {
    display: inline-block;
}

.wy-photo1 li .hover i {
    z-index: 9999;
    width: 127px;
    height: 97px;
    margin: 0 auto;
    background: url("/static/skin/default2/img/sp-tp.png") 0 -80px no-repeat;
}

.wy-photo1 li .hover strong {
    display: block;
    margin: 10px auto 50px;
    font: 24px/60px "microsoft yahei";
    text-align: center;
}

.wy-photo1 li .hover p {
    text-align: center;
    padding: 20px 0;
}

.wy-photo1 li .hover p b {
    margin: 3px;
    padding: 3px 5px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 5px;
}

.wy-photo1 li:hover .hover {
    display: block;
}

.wy-photo1 li.big-img:hover em {
    display: none;
}
/* 网站底部 */
.wy-ft-box{padding:20px 0;font-size:12px;background:#e8e8e8;border-top:2px solid #51a53b;}
.wy-ft-box a{font-size:12px;}.wy-ft-box dl{width:1200px;margin:0 auto;}
.wy-ft-box dt{float:left;width:200px;margin-right:60px;padding-top:115px;background:url("skin/public/img/base/wy-logo-ft.gif") no-repeat;}
.wy-ft-box dt a{float:left;margin-right:10px;}.wy-ft-box dt a img{width:89px;}.wy-ft-box dd{float:left;width:940px;}

.wy-ft{padding-left:10px;}.wy-ft-menu a{line-height:30px;}.wy-ft-menu,.wy-ft-ewm{float:left;width:100px;margin-right:60px;}

.wy-ft-ewm{margin-right:20px;}.wy-ft-ewm img{display:block;width:100px;height:100px;}
.wy-ft-menu h3,.wy-ft-ewm h3,.wy-ft-menu b,.wy-ft-ewm b{display:block;margin-bottom:10px;font-size:12px;color:#333;border-bottom:1px solid #dfdfdf;}

.wy-cprt{margin-top:10px;border-top:1px solid #dfdfdf;}
.wy-cprt ul{margin:15px 0;}.wy-cprt li{float:left;padding:0 10px;border-right:1px solid #dfdfdf;}
.wy-cprt p{line-height:26px;padding-left:10px;}.wy-cprt p a{margin-right:10px;}

#newBridge,.steps a span,.consult a span,.wy-adviser a span,.wy-counsel dd a span,.right span.qq_box,.znz_fd span.qq_boxlx{display:none !important;}
.qiao-bottom{display:inline-block;width:92px;height:22px;margin-top:-7px;background:url("skin/public/img/base/qiao-bottom.gif") no-repeat;vertical-align:middle;}

.web-end {
    width: 100%;width: 1200px;
    margin: 10px auto 0;
    text-align: center;
    padding: 10px 80px;
    box-sizing: border-box;
}
.web-end p{
    padding-bottom: 20px;
    line-height: 1.8;
}
.jm-tel {
    font-size: 22px;
    line-height: 1;
    padding-bottom: 20px;
}
.jm-tel b{
    color: #D30000;
    font-weight: normal;
}
.jm-tel em{
    display: inline-block;
    width: 100%;
    font-size: 12px;
    color: #A3A3A3;
}
.jm-tel p{display:inline-block; padding-bottom:0; font-size:12px;}
.jm-tel p i a{color: #D30000;
    font-weight: normal;
    padding: 0!important;
    font-size: 18px;
    font-style: italic;
    font-weight: bold;}

.web-links {
    padding-bottom: 10px;
}
.web-links a{
    color: #003BFF;
    text-decoration: underline;
    padding: 0 20px;
}
.web-note {
    color: #A3A3A3;
    width: 730px;
    margin: 0 auto;
    line-height: 1.8;
}
.web-note a{color: #A3A3A3;}
.web-note p{ padding-bottom:0;}
.hotline{ display: inline-block; width: 210px; margin-left: 20px ; background:url("skin/public/img/icon-tel@2x.png") no-repeat left center; background-size: 40px; padding-left: 45px; vertical-align: middle;}
.hotline i{ display: inline-block; width: 100%;
    font-size: 16px; line-height: 23px;}
.hotline b{ font-size: 26px; display: inline-block; width: 100%;
    font-weight: 600;font-weight: 600; white-space: nowrap;
    color: #EC4041;
    line-height: 23px;}

/* 提交盒子共用 框架结构样式 */

.submit-con-box p.submit-con{text-align: center;color: #767676;line-height: 2;padding: 10px 0 20px;font-size: 14px;}

.submit-con-box p.submit-con b{ padding: 0 .1rem;font-weight: 400;}

.submit-con-box .areaselectbox{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
.submit-con-box select { display: inline-block; -webkit-box-flex: 1;-webkit-flex: 1;-moz-box-flex: 1;-ms-flex: 1;flex: 1;height: 40px;border: 1px solid #e5e5e5;font-size: 14px;margin-right: 5px;border-radius: 4px;text-indent: 10px;}
.submit-con-box .areaselectbox select:last-child{ margin-right: 0;}

.submit-con-box .phonebox,.submit-con-box  .input-name{
    width: 100%;
    border: 1px solid #e5e5e5;
    height: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    margin-top: 10px;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.submit-con-box .phonebox .mobile{
    line-height: 40px;
    text-indent: 10px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background: none;
    border: none;
}
.submit-con-box .phonebox i{
    color: #E26F1A;
    padding: 0 10px;
    font-size: 12px;
}
.submit-con-box .shopareabox {
    margin-top: 10px;
    width: 100%;
    border: 1px solid #e5e5e5;
    height: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.submit-con-box .shopareabox  .shoparea{
    line-height: 40px;
    text-indent: 20px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background: none;
    border: none;
}
.submit-con-box .shopareabox  i{
    color: #878787;
    padding: 0 20px;
    font-size: 12px;
    border-left: 1px solid #e5e5e5;
    line-height: 40px;
}

.submit-con-box .btn-zsbm  {
    -webkit-box-shadow: 0px 5px 8px 1px rgba(255,191,191,0.72);
    box-shadow: 0px 5px 8px 1px rgba(255,191,191,0.72);
    border-radius: .6rem;
    background: #FD0244;
    color: #fff;
    width: 100%;
    line-height: 52px;
    font-size: 22px;
    margin-top: 10px;
}
.submit-con-box input {font-size: 14px;}
.submit-con-box input:focus,.submit-con-box select:focus{outline: none;}
.submit-con-box .agreement {margin-top: 10px;}
.submit-con-box .agreement a{
    font-size: 12px;
    color: #999;
    text-decoration: none;
}
.submit-con-box .agreement input{border: .02rem solid #e5e5e5;background: #fff;-webkit-appearance: auto;-moz-appearance: auto;appearance: auto;}
.submit-flexbox {display: flex;margin-top: 10px;}
.submit-flexbox select:last-child{ margin-right: 0;}

.budget-box .btn-zsbm  {
    -webkit-box-shadow: 0px 5px 8px 1px rgba(255,191,191,0.72);
    box-shadow: 0px 5px 8px 1px rgba(255,191,191,0.72);
    border-radius: 30px;
    background: #FD0244;
}
.budget-box .budget-note{font-size: 12px;color: #D8D8D8;background: #fff;padding: 5px;line-height: 1.8;border-radius: 0 0 5px 5px;text-indent: 0;}


/* 精选好项目 */
.style-normal .manager-box { height: 413px;}
.manager-info-box{
    background: url("/static/skin/default2/img/manager-topbg.png") no-repeat top center  #f5f5f5;
    background-size: 100%;
    padding: 105px 0 20px 0;
    width: 350px;
    border-radius: 10px;
}
.manager-info{
    align-items: center;
    background: #FDF4EB;
    padding: 10px;
    margin: 0 5%;
    border-radius: 10px 10px 0 0;
}
.manager-info i{
    height: .02rem;
    background: #414141;
    opacity: .3;
    flex: 1;
}
.manager-info p {
    padding: 0 10px;
    font-size: 14px;
    color: #414141;
    font-weight: bold;
    line-height: 1.8;
}
.manager-info p b{
    color: #FF7F00;
    margin: 0 5px 0;
    font-size: 16px;
    font-style: italic;
}
.manager-info .loop-container li{
    padding: 0 10px;
    text-align: left;
    color: #919191;
    font-weight: 400;
    font-size: 14px;
}
.manager-info .loop-container li b{
    color: #002BBA;
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
}
.manager-submit {
    margin: 0 5%;
    background: #fff;
    padding: 20px;
    border-radius: 0 0 10px 10px;
}

.manager-submit .btn-zsbm {
    background: #FD0244;
    box-shadow: 0px 10px 15px 1px rgba(255,191,191,0.72);
    border-radius: 56px 56px 56px 56px;
    line-height: 45px;
    font-size: 18px;
    border: none;
}
.manager-submit input,.manager-submit .areaselectbox select,.manager-submit .phonebox {background-color:#f5f5f5; }


.mb20 {
    margin-bottom: 20px;
}

.wy-list {
    clear: both;
}

.wy-list dl {
    padding: 15px 0;
}

.wy-list dt,.wy-list dd {
    float: left;
}

.wy-list dt {
    width: 235px;
    position: relative;
}

.wy-list dd {
    width: 540px;
}

.wy-list dt img {
    display: block;
    width: 220px;
    height: 165px;
    overflow: hidden;
}

.wy-list dd h2 {
    margin-bottom: 15px;
    font-size: 22px;
    font-weight: normal;
}

.wy-list dd p {
    line-height: 24px;
    font-size: 14px;
    color: #999;
}

.wy-list dd p a {
    color: #db214c;
}

.wy-list dd p.time {
    height: 20px;
    line-height: 20px;
    padding-top: 20px;
    font-size: 12px;
    color: #999;
}

.wy-list dd p.time span {
    margin-left: 20px;
    padding-left: 20px;
    border-left: 1px solid #e3e3e3;
}

.wy-list ul {
    clear: both;
}

.wy-list li {
    float: left;
    width: 48%;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
}

.wy-list li i {
    float: none;
}

.wy-list li s:hover {
    color: #fff;
    background: #db214c;
    border: 1px solid #51a53b;
}

.wy-list li a {
    font-size: 18px;
}

.wy-list li a i {
    margin-right: 5px;
    color: #09f;
}

.wy-list li s {
    float: left;
    display: block;
    width: 30px;
    height: 24px;
    line-height: 24px;
    margin: 5px 10px 0 0;
    text-align: center;
    color: #f4bf9f;
    background: #fff;
    border: 1px solid #f4bf9f;
    cursor: pointer;
}

/*申请代理轮播*/
.wy-mn {
    width: 866px;
}

.wy-agent-new {
    position: relative;
    margin: 0 auto;
    border: 1px solid #e3e3e3;
}

.wy-agent-new .bd {
    float: left;
    width: 100%;
    height: 382px;
    overflow: hidden;
    border: none;
}

.wy-agent-new .tt {
    height: 40px;
    line-height: 40px;
    color: #999;
    background: #f8f8f8;
}

.wy-agent-new em {
    float: left;
    height: 42px;
    text-align: center;
    font-size: 14px;
}

.wy-agent-new .li1 {
    width: 95px;
}

.wy-agent-new .li2 {
    width: 170px;
}

.wy-agent-new .li3 {
    width: 400px;
}

.wy-agent-new .li4 {
    width: 110px;
}

.wy-agent-new .li5 {
    width: 80px;
    text-align: center;
}

.wy-agent-new .li6 {
    width: 80px;
}

.wy-agent-new .bd li {
    width: 100%;
    height: 36px;
    line-height: 36px;
    font-size: 12px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    overflow: hidden;
    background-color: #fff;
}

.wy-agent-new .bd li:hover {
    width: 858px;
    background: #fffbf0;
    border: 1px solid hsl(30,70%,74%);
    border-left: 5px solid #51a53b;
    box-shadow: 0 0 10px hsla(0,0%,0%,.2),0 0 2px hsla(0,0%,78%,.2);
}

.wy-agent-new .bd li a {
    display: block;
    cursor: pointer;
    overflow: hidden;
}

.wy-agent-new .bd li em b {
    color: #db214c;
}

.wy-agent-new .bd li em s,.wy-agent-new .bd li em i {
    display: inline-block;
}

.wy-agent-new .bd li em s {
    width: 72px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    border: 1px solid #e3e3e3;
    border-radius: 5px;
}

.wy-agent-new .bd li em i {
    width: 13px;
    height: 13px;
    margin: -3px 5px 0 0;
    vertical-align: middle;
}

.wy-agent-new .bd li:hover em s {
    color: #db214c;
    border: 1px solid #51a53b;
}



.wy-agent-new .hd {
    position: absolute;
    top: 0;
    right: 0;
    width: 90px;
}

.wy-agent-new .hd li {
    height: 55px;
    line-height: 55px;
    font-weight: bold;
    text-align: center;
    border-left: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
}

.wy-agent-new .hd li.on,.wy-agent-new .hd li:hover {
    border-left: 1px solid #fff;
    border-right: 3px solid #51a53b;
}

.wy-tt8 {
    position: relative;
    z-index: 99;
    width: 100%;
    margin: 20px auto;
    border-top: 1px solid #e3e3e3;
}

.wy-tt8 i {
    position: absolute;
    top: -14px;
    left: 0;
    width: 22px;
    height: 22px;
    background: #fff url("/static/skin/default2/img/sp.png") -155px -110px no-repeat;
}

.wy-tt8 h2 {
    margin: 0;
    position: absolute;
    top: -20px;
    left: 22px;
    padding: 0 10px;
    font-size: 24px;
    color: #000;
    background: #fff;
}

.wy-tt8 span {
    position: absolute;
    top: -15px;
    right: 77px;
    height: 28px;
    line-height: 26px;
    padding: 0 7px;
    color: #999;
    background: #fff;
    border: 1px solid #e3e3e3;
    border-radius: 15px;
}

.wy-tt8 span s {
    color: #db214c;
    text-decoration: none;
}

.wy-tt8 span.bang {
    right: 0;
}



.wy-tt8 em {
    position: absolute;
    top: -17px;
    right: 0;
    height: 36px;
    line-height: 32px;
    padding: 0 5px 0 15px;
    font-size: 14px;
    color: #999;
    background: #fff;
}

/*友情链接*/
.wy-links {
    width: 1160px;
    margin: 0 auto;
    padding: 0 20px;
}

.wy-links li {
    float: left;
    width: 14%;
    height: 35px;
    line-height: 35px;
}

.wy-links a {
    font-size: 14px;
}

.wy-links-a {
    float: none;
    width: 200px;
    height: 35px;
    line-height: 35px;
    margin: 3px auto 0;
    font-size: 14px;
    text-align: center;
    background: #fff;
    border: 1px solid #e3e3e3;
    border-radius: 5px;
}

.wy-links-a:hover {
    border: 1px solid #51a53b;
}

.wy-links-a a {
    display: block;
}

/*精彩视频*/
.video-index .tl-title {
    display: flex;
    align-items: center;
}

.video-index .tl-title h2 {
    height: 26px;
    line-height: 26px;
    padding: 0 15px;
    font-size: 24px;
    background: #fff;
    border-left: 4px solid #51a53b;
    margin: 0;
}

.video-index .tl-title-line {
    flex: 1;
    border-top: 1px solid #eee;
    height: 1px;
}

.tl-video-list {
    margin-top: 20px;
    display: flex;
    justify-content: space-evenly;
}

.tl-video-list a {
    display: block;
}

.video-item {
    width: 280px;
}

.video-item img {
    width: 100%;
    height: 169px;
}

.video-item>p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.5;
    font-size: 16px;
    color: #333;
    height: 50px;
    margin: 10px 0;
}

.video-item span {
    color: #999;
    padding-left: 20px;
}

/*vip品牌show*/
.vip-brand-show {
    width: 1200px;
    height: 220px;
    margin: 20px 0 0;
    display: flex;
    background: #f8f8f8;
    border: 1px solid #e3e3e3
}

.vip-brand-show .vip-brand-show-left {
    width: 169px;
    height: 213px;
    background: url(/static/skin/default2/img/wy-sp-index.png) 0 -180px no-repeat
}

.vip-brand-show .vip-brand-show-right {
    width: 1025px;
    overflow: hidden;
    padding: 20px;
}

.vip-brand-show .vip-brand-show-right .vip-brand-show-content {
    height: 220px;
}


.vip-brand-show .vip-brand-show-right .swiper-slide ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    gap: 15px;
}

.vip-brand-show .vip-brand-show-right .swiper-slide li {
    display: block;
    width: 144px;
    height: 82px;
    background-color: #fff;
    border: 1px solid #e3e3e3;
}

.vip-brand-show .vip-brand-show-right .swiper-slide li p {
    margin: 0;
    text-align: center;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
}

.vip-brand-show .vip-brand-show-img {
    height: 52px;
}

/*诚信加盟*/
.m-honest {
    width: 1200px;
    height: 269px;
    margin: 20px 0 0;
    background: #032d83 url("/static/skin/default2/img/honest_bg.jpg") left center no-repeat;
    display: flex;
}

.m-honest .m-honest-left {
    width: 170px;
}

.m-honest .m-honest-right {
    width: 1025px;
    overflow: hidden;
}

.m-honest .m-honest-right .m-honest-content {
    height: 269px !important;
    padding: 3px 0;
}

.m-honest .m-honest-right .swiper-slide {

}

.m-honest .m-honest-right .swiper-slide ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    gap: 3px;
}

.m-honest .m-honest-right .swiper-slide li {
    width: 202px;
    height: 129px;
    background-color: #fff;
}
/*品牌排行*/
.brand-rank {
    border: 1px solid #51a53b;
}

.brand-rank h4 {
    font-size: 20px;
    text-align: center;
    margin: 0;
    height: 50px;
    line-height: 50px;
    color: #fff;
    background-color: #51a53b;
}

.brand-rank .brand-rank-info {
    border-left:1px solid #51a53b;
    border-right:1px solid #51a53b;
    border-bottom:1px solid #51a53b;
}

.brand-rank .brand-rank-info ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 0 10px;
    gap: 0px 5px;
    /*display: flex;*/
    /*justify-content: space-evenly;*/
    /*flex-wrap: wrap;*/
}

.brand-rank .brand-rank-info li {
    display: block;
    width: 120px;
    height: 32px;
    line-height: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.brand-rank .brand-rank-info li a {
    font-size: 13px;
}

.brand-rank .brand-rank-info li i {
    margin-right: 5px;
    font: 15px "Georgia";
    color: #db214c;
}

/*一周排行*/
.news-rank {
    border: 1px solid #e3e3e3;
}

.news-rank h4 {
    font-size: 20px;
    border-top: 5px solid #51a53b;
    text-align: center;
    margin: 0;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #e3e3e3;
}

.news-rank li {
    padding: 0 5px;
}

/*热门话题*/
.hot-topic {
    width: 423px;
}

.hot-topic-title {
    display: flex;
}

.hot-topic-title h3 {
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px solid #51a53b;
    margin: 0;
}

.more-div {
    display: flex;
    flex-grow: 1;
    justify-content: flex-end;
    align-items: center;
    border-bottom: 1px solid #a7a7a7;
}

a.more {
    display: block;
    height: 30px;
    line-height: 30px;
    padding-right: 20px;
    font-size: 14px;
    color: #999;
    background: #fff url(/static/skin/default2/img/more.gif) right center no-repeat;
}

.hot-topic-info li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 10px 0;
}

.hot-topic-info li:nth-child(1) i {
    background: #FD162C;
}

.hot-topic-info li:nth-child(2) i {
    background: #FE6C00;
}

.hot-topic-info li:nth-child(3) i {
    background: #FFB300;
}

.hot-topic-info li i {
    display: block;
    width: 15px;
    height: 15px;
    line-height: 15px;
    text-align: center;
    font-style: normal;
    font-size: 12px;
    color: #fff;
    vertical-align: top;
    background: #5c5c5c;
    border-radius: 5px;
    flex-shrink: 0;
}


.hot-topic-info li a{
    margin-left: 10px;
    flex-grow: 1;
    font-size: 16px;
    text-align: justify;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.hot-topic-info li em::before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 13px;
    margin: 1px 5px 0 0;
    vertical-align: top;
    background: url(/static/skin/default2/img/icon-redu.png) no-repeat;
    background-size: 100% 100%;
}

.hot-topic-info li em {
    display: flex;
    color: #999;
    flex-shrink: 0;
}

/*头部*/
.flex {
    display: flex;
}

.margin-top10 {
    margin-top: 10px;
}

.cf {
    zoom: 1;
}

.cf:after {
    display: block;
    height: 0;
    content: "";
    visibility: hidden;
    clear: both;
}

.tl-top-box {
    width: 100%;
    height: 36px;
    line-height: 36px;
    font-size: 12px;
    color: #999;
    background: #f6f6f6;
    border-bottom: 1px solid #e3e3e3;
}

.tl-top {
    position: relative;
    width: 1200px;
    height: 36px;
    line-height: 36px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.tl-top-site {

}

.tl-top-l {

}

.tl-top-site {

}

.tl-top-ewm {
    position: relative;
    z-index: 999;
    width: 36px;
    height: 36px;
    background: url(/static/skin/default2/img/top-ewm.png) center center no-repeat;
}

.sdiv {
    display: none;
    position: absolute;
    top: 36px;
    right: -1px;
    z-index: 1000;
    padding: 10px 10px 0;
    color: #333;
    text-align: center;
    background: #fff;
    border: 1px solid #e3e3e3;
}



.tl-top-menu a, .tl-top-menu2 a {
    display: inline-block;
    line-height: 12px;
    padding: 0 6px;
    color: #999;
    text-align: center;
}

.tl-top-menu a:hover, .tl-top-menu2 a:hover {
    color: red;
}

.tl-hd-index {
    width: 1200px;
    margin: 25px auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/*搜索*/

.tl-search-index {
    display: flex;
}

.tl-search-index button {
    width: 100px;
    height: 38px;
    font: 16px/38px "microsoft yahei";
    text-align: center;
    color: #fff;
    background: #51a53b;
    border: 0 none;
    cursor: pointer;
}

.search_i {
    width: 269px;
    height: 36px;
    line-height: 36px;
    padding: 0;
    color: #666;
    border: 1px solid #e3e3e3;
    text-indent: 10px;
}

.search_i:focus {
    outline: 1px solid #51a53b;
}

.hotline {
    display: block;
    width: 210px;
    margin-left: 20px;
    background: url(/static/skin/default2/img/icon-tel@2x.png) no-repeat left center;
    background-size: 40px;
    padding-left: 45px;
    vertical-align: middle;
}

.hotline i {
    display: inline-block;
    width: 100%;
    font-size: 16px;
    line-height: 23px;
}

.hotline b {
    font-size: 26px;
    display: inline-block;
    width: 100%;
    font-weight: 600;
    white-space: nowrap;
    color: #EC4041;
    line-height: 23px;
}

/*搜索*/

/*菜单栏*/
.tl-nav-wrap {
    width: 100%;
    height: 65px;
    margin-bottom: 40px;
    border-top: 5px solid #51a53b;
    border-bottom: 1px solid #e3e3e3;
}

.tl-nav-new {
    position: relative;
    width: 1200px;
    height: 105px;
    margin: 0 auto;
    font-size: 24px;
}

.tl-nav-new ul {
    width: 1200px;
}

.tl-nav-new li {
    float: left;
    color: #333;
}

.tl-nav-new li dt.on {
    color: #fff;
    background: #51a53b;
}

.tl-nav-new li dt.on a, .tl-nav-new li dt.on i {
    color: #fff;
}

.tl-nav-new li dt.on:after {
    content: '';
    display: block;
    position: absolute;
    bottom: -1px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
}

.tl-nav-new li dt {
    position: relative;
    height: 65px;
    text-align: center;
    border-left: 1px solid #e3e3e3;
}

.tl-nav-new li dt a {
    padding: 8px 45px !important;
    display: block;
}

.tl-nav-new li dt i {
    display: block;
    font-size: 12px;
    color: #ccc;
}

.tl-nav-new li dd {
    display: none;
    position: absolute;
    top: 68px;
    left: 0;
    z-index: 998;
    height: 40px;
    line-height: 40px;
    padding: 0 !important;
    background: #fff;
}

.tl-nav-new li dd a {
    float: left;
    margin: 0 15px 0 0;
    font-size: 14px;
    color: #666;
}
/*菜单栏*/
/* global */
.wy-tt4 h2 {
    height: 26px;
    line-height: 26px;
    padding: 0 15px;
    font-size: 24px;
    background: #fff;
    border-left: 4px solid #51a53b;
    margin: 0;
}

dl {
    margin: 0;
}

.tl-nav-line {
    width: 100%;
    height: 5px;
    margin-bottom: 10px;
    box-shadow: 0 3px 3px #eee;
}

.tl-wrap {
    display: block;
    position: relative;
    width: 1200px;
    margin: 0 auto 20px;
}

.tl-ad {
    width: 1200px;
}

.tl-ad-half {
    width: 1200px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: space-between;
}

.tl-ad-half .ad-img {
    margin-top: 5px;
}

span.visit {
    padding-left: 20px;
    background: url(/static/skin/default2/img/icon-looks.png) no-repeat left center;
    background-size: 18%;
    color: #999;
}

span.time {
    padding-left: 20px;
    margin-left: 20px;
    background: url(/static/skin/default2/img/icon-time.png) no-repeat left center;
    background-size: 15%;
    color: #999;
}

* {word-break:break-all;font-family:"Microsoft Yahei",Tahoma,Verdana,Arial;-webkit-text-size-adjust:none;}
body {margin:0;font-size:12px;color:#333333;background:#fff;}
form,input,select,textarea,td,th {font-size:12px;}
input,textarea,select {padding:6px;}
img {border:none;}
ul li {list-style-type:none;}
ol li {list-style-type:decimal;}
ul,form {margin:0;padding:0;}
a:link,a:visited,a:active {color:#333333;text-decoration:none;}
a:hover {color:#FF3300;}
/* links */
a.w:link,a.w:visited,a.w:active {color:#FFFFFF;text-decoration:none;}
a.w:hover {color:#F4F3F2;}
a.b:link,a.b:visited,a.b:active {color:#024893;text-decoration:none;}
a.b:hover {color:#FF3300;}
a.g:link,a.g:visited,a.g:active {color:#666666;text-decoration:none;}
a.g:hover {color:#FF3300;}
/* common */
.m {margin:auto;width:1220px;background:#FFFFFF;clear:both;overflow:hidden;}
.mbg {background:#F6F6F6;}
.m0 {width:100%;min-width:1220px;background:#F6F6F6;overflow:hidden;}
.m0 .m {background:#F6F6F6;}
.m1 {background:#FFFFFF url('bg-line.png') repeat-y 960px 0;overflow:hidden;}
.m1l {width:960px;float:left;}
.m1r {width:250px;float:right;}
.m2 {background:#FFFFFF url('bg-line.png') repeat-y 960px 0;overflow:hidden;}
.m2l {width:960px;float:left;}
.m2r {width:250px;float:right;}
.m3 {background:#FFFFFF url('bg-line.png') repeat-y 890px 0;overflow:hidden;}
.m3l {width:890px;float:left;}
.m3r {width:320px;float:right;}
.m5 {background:#FFFFFF url('bg-line-2.png') repeat-y 240px 0;overflow:hidden;}
.m5l {width:240px;float:left;margin-right:10px;}
.m5m {width:640px;float:left;}
.m5r {width:320px;float:right;}
.head {width:100%;height:36px;background:#F8F8F8;border-bottom:#E5E5E5 1px solid;position:fixed;z-index:919;left:0;}
.head_m {margin:auto;width:1220px;padding:9px 0 0 0;color:#666666;}
.head_s {height:37px;}
.head_t {margin-left:4px;}
.head_t b {display:inline-block;font-weight:normal;height:14px;line-height:14px;border-radius:10px;background:#FA5A57;color:#FFFFFF;padding:0 4px;font-size:12px;}
.head_l li {float:left;margin:0 10px 0 0;}
.head_r {float:right;}
.head_r img {position:relative;margin:-2px 6px 0 0;}
.h_location {background:url('ico-location.png') no-repeat 0 center;padding:0 6px 0 20px;}
.h_fav {background:url('ico-fav.png') no-repeat 0 center;padding:0 6px 0 20px;}
.h_mobile {background:url('ico-mobile.png') no-repeat 0 center;padding:0 6px 0 20px;}
.h_cart {background:url('ico-cart.png') no-repeat 0 center;padding:0 6px 0 20px;}
.h_qrcode {background:url('ico-qrcode.png') no-repeat 0 center;padding:0 6px 0 20px;}
.fixon {width:100%;height:80px;background:#FFFFFF;position:fixed;z-index:919;left:0;top:36px;box-shadow:0 0 10px #DDDDDD;display:none;}
.logo {width:230px;height:80px;overflow:hidden;float:left;}
.logo img {margin:12px 0 0 10px;height:60px;}
.search-inp {float:left;width:432px;height:36px;margin:20px 0;border:#DDDDDD 2px solid;border-right:none;border-radius:16px 0 0 16px;}
.search-inp input {width:380px;height:24px;line-height:24px;border:none;margin:0 10px;padding:6px 6px 6px 24px;background:#FFFFFF url('ico-search.png') no-repeat 0 center;font-size:14px;outline:none;}
.search-mod {float:left;width:132px;height:36px;margin:20px 0;border:#DDDDDD 2px solid;border-right:none;border-left:none;background:#F6F6F6;}
.search-mod input {width:100px;height:36px;line-height:36px;border:none;padding:0 24px 0 0;background:#F6F6F6 url('ico-arrd.png') no-repeat right center;text-align:right;color:#666666;font-size:14px;outline:none;cursor:pointer;}
.search-adv {float:left;width:30px;height:40px;line-height:40px;overflow:hidden;margin:20px 0;background:#FFFFFF url('ico-hot.png') no-repeat right center;cursor:pointer;}
.search-hot {float:left;width:290px;padding:0 10px 0 0;height:40px;line-height:40px;overflow:hidden;margin:20px 0;}
.search-hot a {color:#666666;padding-left:10px;}
.search-hot a:hover {color:#FF6600;}
.search-btn {float:left;width:88px;height:36px;margin:20px 0;background:#0679D4;border:#0679D4 2px solid;border-radius:0 16px 16px 0;}
.search-btn input {width:72px;height:36px;line-height:36px;padding:0;margin:0 0 0 8px;border:none;background:#0679D4;color:#FFFFFF;font-size:16px;outline:none;cursor:pointer;}

#search-mod {z-index:999;position:absolute;width:564px;overflow:hidden;margin:-38px 0 0 -434px;font-size:14px;line-height:32px;color:#666666;background:#FFFFFF;border:#F6F6F6 1px solid;border-radius:10px 0 10px 10px;border-top:none;display:none;}
#search-mod p {padding:4px 10px 4px 36px;margin:0 0 2px 0;background:#F6F6F6 url('ico-cate.png') no-repeat 12px center;font-size:12px;cursor:pointer;}
#search-mod i {float:right;display:block;width:24px;height:16px;background:#F6F6F6 url('ico-close.png') no-repeat right center;margin-top:8px;}
#search-mod i:hover {background:#F6F6F6 url('ico-close-on.png') no-repeat right center;}
#search-mod li {color:#666666;text-align:center;width:20%;float:left;cursor:pointer;}
#search-mod li:hover {color:#FF6600;background:#F6F6F6;border-radius:10px;}

#search-tip {z-index:998;position:absolute;width:564px;overflow:hidden;margin:1px 0 0 -2px;font-size:14px;color:#666666;background:#FFFFFF;border:#DDDDDD 1px solid;border-radius:10px 0 10px 10px;display:none;}
.search-tip li {height:36px;line-height:36px;overflow:hidden;background:#FFFFFF url('ico-search.png') no-repeat 12px center;padding:0 16px 0 34px;cursor:pointer;}
.search-tip li:hover {background:#F6F6F6 url('ico-search.png') no-repeat 12px center;color:#FF6600;}
.search-tip li span {font-size:12px;color:#999999;float:right;}

#search-rec {z-index:997;position:absolute;width:564px;overflow:hidden;margin:1px 0 0 -2px;font-size:14px;color:#666666;background:#FFFFFF;border:#DDDDDD 1px solid;border-radius:10px 0 10px 10px;display:none;}
.search-rec {padding:0 12px;}
.search-rec p {padding:0 0 0 24px;margin:0;height:48px;line-height:48px;overflow:hidden;}
.search-rec .rec {background:url('ico-time.png') no-repeat 0 center;}
.search-rec .hot {background:url('ico-hot.png') no-repeat 0 center;}
.search-rec i {float:right;font-style:normal;}
.search-rec span {display:inline-block;padding:6px 12px;margin:0 12px 12px 0;background:#F6F6F6;border-radius:10px;font-size:12px;cursor:pointer;}
.search-rec span:hover {background:#0679D4;color:#FFFFFF;}
#search-cls {z-index:996;position:absolute;width:24px;height:24px;margin:6px 0 0 -32px;background:url('ico-cls.png') no-repeat center center;display:none;cursor:pointer;}
#search-cls:hover {background:url('ico-cls-on.png') no-repeat center center;}
/* menu */
.menu {height:42px;line-height:42px;background:#0679D4;letter-spacing:1px;font-size:16px;overflow:hidden;}
.menu li {float:left;}
.menu .menuon {background:#00599C;margin-left:-2px;}
.menu a:link,.menu a:visited,.menu a:active {display:inline-block;height:42px;color:#FFFFFF;padding:0 12px;}
.menu a:hover {background:#0065BD;}
.foot {color:#666666;text-align:center;line-height:32px;padding:0 16px 16px 16px;}
.foot_page {padding:16px 16px 0 16px;text-align:center;height:32px;line-height:32px;overflow:hidden;color:#666666;}
#powered {padding:6px 0 24px 0;}
/* layout */
.m_l {width:884px;}
.m_r {width:300px;}
.m_n {width:16px;}
.m_l_1 {width:1004px;}
.m_r_1 {width:180px;}
/* left */
.left_box {border:#EEEEEE 1px solid;}
.left_head {border-bottom:#EEEEEE 1px solid;height:44px;line-height:44px;overflow:hidden;padding:0 10px;}
.left_head strong {font-size:16px;}
.left_head em {font-style:normal;color:#666666;}
/* box */
.box_head {border-bottom:#F6F6F6 1px solid;height:44px;line-height:44px;overflow:hidden;padding:0 16px;}
.box_head strong {font-size:16px;display:block;}
.box_head em {font-style:normal;color:#666666;}
.box_body {padding:10px;}
.box_body li {height:32px;line-height:32px;overflow:hidden;}
.tab_head {border:#EEEEEE 1px solid;border-bottom:none;height:31px;line-height:31px;font-size:14px;overflow:hidden;background:#EEEEEE;font-weight:bold;}
.tab_1 {float:left;padding:0 15px 0 15px;border-right:#EEEEEE 1px solid;cursor:pointer;font-weight:normal;}
.tab_2 {float:left;padding:0 15px 0 15px;border-right:#EEEEEE 1px solid;cursor:pointer;background:#FFFFFF;}
.tab_1_1 {border-bottom:#EEEEEE 1px solid;cursor:pointer;}
.tab_1_2 {border:#EEEEEE 1px solid;border-bottom:none;cursor:pointer;font-weight:bold;}
.tab_head_2 {height:27px;background:#EEEEEE;border-left:#EEEEEE 1px solid;border-right:#EEEEEE 1px solid;text-align:center;padding-left:12px;}
.tab_2_1 {float:left;width:80px;height:27px;line-height:31px;overflow:hidden;background:url('tab_2_1.gif') no-repeat 6px right;cursor:pointer;}
.tab_2_1 span {color:#333333;}
.tab_body_2 {border:#EEEEEE 1px solid;border-top:none;}
.li_dot li {background:url('li_dot.gif') no-repeat 5px 10px;padding:0 10px 0 12px;}
/* pages */
.pages {padding:24px 0;text-align:center;font-size:12px;color:#666666;clear:both;}
.pages a:link,.pages a:visited,.pages a:active {background:#FFFFFF;border:#EEEEEE 1px solid;padding:6px;text-decoration:none;margin-right:6px;}
.pages a:hover {background:#0679D4;border:#0679D4 1px solid;color:#FFFFFF;padding:6px;text-decoration:none;}
.pages strong {background:#0679D4;border:#0679D4 1px solid;padding:6px;color:#FFFFFF;margin-right:6px;}
.pages_inp {
    display: none;
    width:32px;border:#EEEEEE 1px solid;color:#666666;padding:4px;text-align:center;
}
.pages_btn {
    display: none;
    width:32px;border:#FF6600 1px solid;color:#FFFFFF;padding:4px 6px;background:#FF6600;font-weight:bold;font-size:12px;
}
.pages label {background:#FFFFFF;border:#EEEEEE 1px solid;color:#666666;padding:6px 6px;}
.pages label em {color:red;font-weight:bold;font-style:normal;}
.pages label span {font-weight:bold;}
.pages cite {
    display: none;
}
/* table */
.tb {width:100%;}
.tb th {background:#EEEEEE;}
.tb td {border-bottom:#F6F6F6 1px solid;}
.tb tr:hover {background:#F2F2F2;}
.tf {width:100%;}
.tf td {border-top:#F0F0F0 1px solid;}
.tf tr:hover {background:#F4F4F4;}
.tf .tl {width:100px;text-align:right;}
.btns {padding:20px 20px 20px 150px;}
.avatar {border-radius:50%;}
.thumb {padding:6px 0;}
.thumb img {border:#EEEEEE 1px solid;padding:2px;}
.thumb li {height:22px;line-height:22px;overflow:hidden;}
.thumbml ul {margin:10px 0 15px 0;}
.imb img {border:#EEEEEE 1px solid;padding:3px;}
/* album */
#mid_pos {position:absolute;}
#mid_div {width:400px;height:300px;cursor:crosshair;border:#EEEEEE 1px solid;background:#F2F2F2;}
#zoomer {width:160px;height:120px;background:#FFFFFF url('ab-zoom-bg.gif');position:absolute;z-index:6;opacity:0.5;filter:alpha(opacity=50);}
#big_div {width:560px;height:420px;border:#EEEEEE 1px solid;background:#FFFFFF;position:absolute;overflow:hidden;}
#big_pic {position:absolute;}
.tbs {width:414px;height:56px;margin:20px 0;}
.tbs img {cursor:pointer;}
.tbsl {width:32px;height:56px;float:left;}
.tbsr {width:20px;height:56px;float:left;}
.tbsm {width:350px;height:56px;float:left;overflow:hidden;}
.ab_zoom {width:30px;height:30px;background:url('ab-zoom.png') no-repeat center center;position:absolute;z-index:5;margin:270px 0 0 -30px;}
.ab_play {width:48px;height:48px;border-radius:50%;background:#FFFFFF url('ab-play.png') no-repeat center center;position:absolute;z-index:7;margin:-150px 0 0 176px;}
.ab_play:hover {background:#FFFFFF url('ab-play-on.png') no-repeat center center;cursor:pointer;}
.ab_hide {width:30px;height:30px;background:url('ab-hide.png') no-repeat center center;position:absolute;z-index:12;margin:-300px 0 0 370px;display:none;}
.ab_hide:hover {background:url('ab-hide-on.png') no-repeat center center;cursor:pointer;}
.ab_video {width:400px;height:300px;border:#000000 1px solid;background:#000000;position:absolute;z-index:10;margin:-302px 0 0 0;display:none;}
.ab_im {padding:2px;margin:0 14px 0 0;border:#C0C0C0 1px solid;float:left;width:50px;height:50px;}
.ab_on {padding:2px;margin:0 14px 0 0;border:#FF6600 1px solid;float:left;width:50px;height:50px;background:#FF6600;}
/* ads */
.adsign {position:absolute;z-index:5;width:36px !important;height:18px !important;line-height:18px !important;text-align:center;font-size:12px;font-weight:normal;border:#FFFFFF 1px solid;border-radius:6px;color:#FFFFFF;margin:-26px 0 0 6px !important;background:#000000;opacity:0.6;}
.adname {display:inline-block;width:36px;height:18px;line-height:18px;text-align:center;font-size:12px;font-weight:normal;border:#DDDDDD 1px solid;border-radius:6px;color:#DDDDDD;margin:0 6px 0 0;background:#FFFFFF;text-decoration:none;}
.adword_tip {color:#999999;border-bottom:#EEEEEE 1px solid;padding:8px 16px 8px 32px;background:url('arrow_up.gif') no-repeat 10px 8px;}
.sponsor {}
/* basic */
.f_l {float:left;}
.f_r {float:right;}
.t_l {text-align:left;}
.t_r {text-align:right;}
.t_c {text-align:center;}
.f_b {font-weight:bold;}
.f_n {font-weight:normal;}
.f_white {color:white;}
.f_gray {color:#666666;}
.f_grey {color:#999999;}
.f_orange {color:#FF6600;}
.f_red {color:#FF0000;}
.f_blue {color:#003EAA;}
.f_green {color:#57BE6A;}
.f_dblue {color:#024893;}
.f_price {font-weight:bold;font-family:Arial;color:#E4393C;}
.fb_gray,.fb_orange,.fb_red,.fb_blue,.fb_green {display:inline;padding:2px 6px;height:16px;line-height:16px;border-radius:6px;}
.fb_gray {color:#666666;background:#F6F6F6;}
.fb_orange{color:#FF6600;background:#FDF7ED;}
.fb_red{color:#FF0000;background:#FEE9E9;}
.fb_blue {color:#003EAA;background:#ECF3FC;}
.fb_green{color:#57BE6A;background:#E2F0E8;}
.px12 {font-size:12px;}
.px14 {font-size:14px;}
.px16 {font-size:16px;}
.px18 {font-size:18px;}
.bd-t {border-top:#EEEEEE 1px solid;}
.bd-b {border-bottom:#EEEEEE 1px solid;}
.b10 {height:10px;}
.b16 {height:16px;}
.b20 {height:20px;}
.b24 {height:24px;}
.b32 {height:32px;}
.pd3 {padding:3px;}
.pd5 {padding:5px;}
.pd10 {padding:10px;}
.pd15 {padding:15px;}
.pd20 {padding:20px;}
.lh18 {line-height:180%;}
.ls1 {letter-spacing:1px;}
.c_p {cursor:pointer;}
.c_b {clear:both;}
.o_h {overflow:hidden;}
.dsn {display:none;}
.absm {vertical-align:middle;}
.btn_s {background:#2388FA;color:#FFFFFF;border:none;padding:2px;letter-spacing:1px;}
.btn_r {background:#D7D7D7;color:#666666;border:none;padding:2px;letter-spacing:1px;}
.highlight {color:red;}
.jt {color:#003278;cursor:pointer;}
.np {padding:20px 30px 20px 50px;line-height:25px;}
.lazy {background:#FAFAFA url('loading.gif') no-repeat center center;}
.slide {background:#FAFAFA;overflow:hidden;}
.btn,.btn-green,.btn-blue,.btn-red {color:#FFFFFF;font-size:14px;width:100px;line-height:32px;border:none;border-radius:4px;text-align:center;cursor:pointer;padding:0;-webkit-appearance:none;}
.btn{background:#FFFFFF;border:#EEEEEE 1px solid;color:#333333;}
.btn:hover{background:#D9D9D9;border:#CDCDCD 1px solid;}
.btn-green{background:#1AAD19;border:#18A117 1px solid;color:#FFFFFF;}
.btn-green:hover{background:#179B16;border:#159014 1px solid;}
.btn-blue{background:#0679D4;border:#1E74D0 1px solid;color:#FFFFFF;}
.btn-blue:hover{background:#0569D5;}
.btn-red{background:#F8F8F8;border:#C6C6C6 1px solid;}
.btn-red:hover{background:#CE3C39;border:#BF3835 1px solid;color:#FFFFFF;}
.btn-act {font-size:16px;width:148px;height:36px;line-height:36px;text-align:center;cursor:pointer;padding:0;-webkit-appearance:none;margin:6px 10px 0 0;background:#FF6600;border:#FF2200 1px solid;color:#FFFFFF;}
.btn-act:hover {background:#F22D00;}
/* position */
.pos {padding:10px 10px 10px 32px;height:24px;line-height:24px;background:#FFFFFF url('ico-nav.png') no-repeat 10px 13px;font-size:12px;}
.nav {padding:10px 10px 10px 32px;height:24px;line-height:24px;background:#F6F6F6 url('ico-nav.png') no-repeat 10px 13px;font-size:12px;}
.nav div {float:right;}
.nav i {font-style:normal;font-weight:bold;color:#444444;padding:0 6px;font-family:simsun;}
.nav em {font-style:normal;color:#999999;padding:0 10px;font-size:12px;}
.nav s {display:inline-block;width:16px;height:16px;background:url('ico-cls.png') no-repeat center center;margin:4px 0 0 8px;position:absolute;}
.nav s:hover {background:url('ico-cls-on.png') no-repeat center center;}
.nav-b {background:#FFFFFF url('ico-nav.png') no-repeat 10px 13px;}
.nvs {margin:-3px -8px 0 0;}
.nvs input {width:318px;border:#EEEEEE 1px solid;border-radius:12px;padding:4px 8px 4px 32px;font-size:14px;background:#FFFFFF url('ico-search.png') no-repeat 6px center;outline:none;color:#444444;}
.nvs s {display:none;}
.nvs:hover s{display:inline-block;width:48px;height:28px;line-height:28px;text-align:center;background:#0679D4;color:#FFFFFF;position:absolute;text-decoration:none;margin:0 0 0 -48px;border-radius:0 12px 12px 0;cursor:pointer;}
/*.side input:hover {width:180px;}*/
/* show */
.title {line-height:48px;text-align:center;font-weight:bold;font-size:22px;padding:16px;margin:0;}
.title_trade {font-weight:bold;font-size:22px;margin:0 0 20px 0;padding:16px;border-bottom:#EEEEEE 1px solid;}
.info {padding:16px;background:#F6F6F6;margin:0 16px;}
.introduce {margin:16px;padding:16px;line-height:180%;font-size:16px;background:#F6F6F6;border-left:#EEEEEE 2px solid;}
.content {font-size:16px;line-height:200%;padding:16px 32px;}

.content img {
    max-width: 100%;
}
/*.content p {text-indent:2em;}*/
/*.content a:link,.content a:visited,.content a:active {color:#024893;text-decoration:none;}*/
/*.content a:hover {color:#FF6600;text-decoration:none;}*/
.property {border:#EEEEEE 1px solid;background:#F6F6F6;padding:10px;margin:0 16px;overflow:hidden;}
.property li {float:left;width:30%;height:32px;line-height:32px;overflow:hidden;}
.detail {background:url('arrow.gif') no-repeat 0 9px;border-bottom:#C0C0C0 1px dotted;padding:8px 0 8px 20px;margin:0 15px 0 15px;}
.related {padding:10px 16px;line-height:32px;}
.related a {font-size:14px;}
.keylink {font-weight:normal;padding:0 3px 0 3px;}
.tags {padding:16px 16px 0 32px;overflow:hidden;font-size:14px;}
.tags a {display:inline-block;padding:4px 12px;border:#EEEEEE 1px solid;border-radius:16px;margin:0 16px 24px 0;}
.tags a:hover {background:#F6F6F6;}
#comment_main div {height:100px;background:url('loading.gif') no-repeat center center;}
.tool {padding:24px 0;text-align:center;border-top:#EEEEEE 1px solid;}
.tool i {font-style:normal;font-size:14px;color:#555555;display:inline-block;height:24px;line-height:24px;padding:0 28px;cursor:pointer;}
.tool b {font-weight:normal;font-size:12px;}
.tool .like {background:url('tool-like.png') no-repeat 0 center;}
.tool .liked,.tool .like:hover {background:url('tool-like-on.png') no-repeat 0 center;color:#FF6600;}
.tool .hate {background:url('tool-hate.png') no-repeat 0 center;}
.tool .hated,.tool .hate:hover {background:url('tool-hate-on.png') no-repeat 0 center;color:#FF6600;}
.tool .report {background:url('tool-report.png') no-repeat 0 center;}
.tool .report:hover {background:url('tool-report-on.png') no-repeat 0 center;color:#FF6600;}
.tool .favorite {background:url('tool-favorite.png') no-repeat 0 center;}
.tool .favorited,.tool .favorite:hover {background:url('tool-favorite-on.png') no-repeat 0 center;color:#FF6600;}
.tool .comment {background:url('tool-comment.png') no-repeat 0 center;}
.tool .comment:hover {background:url('tool-comment-on.png') no-repeat 0 center;color:#FF6600;}
.tool .award {background:url('tool-award.png') no-repeat 0 center;}
.tool .award:hover {background:url('tool-award-on.png') no-repeat 0 center;color:#FF6600;}
.tool .share {background:url('tool-share.png') no-repeat 0 center;}
.tool .share:hover {background:url('tool-share-on.png') no-repeat 0 center;color:#FF6600;}
/* search */
.fsearch {padding:5px 0 10px 15px;margin:1px 1px 0 1px;background:#F5FAFE url('fsearch_bg.gif') repeat-x;}
.sch {padding:15px 20px 5px 20px;margin-bottom:10px;}
.sch p {padding:10px 10px 10px 10px;font-size:13px;margin:0;}
.sch_find {border-top:#EEEEEE 1px solid;border-bottom:#EEEEEE 1px solid;margin:5px 0 5px 0;padding:5px 0 5px 5px;font-weight:bold;}
.sch_site li {background:url('ico_search.gif') no-repeat 3px 3px;height:23px;line-height:23px;overflow:hidden;padding:0 5px 0 25px;color:#666666;}
.sch_relate li {background:url('arrow_up.gif') no-repeat 3px 3px;height:23px;line-height:23px;overflow:hidden;padding:0 5px 0 25px;color:#666666;}
.rank_list {background:url('rank_list.gif') no-repeat;}
.rank_list li {height:23px;line-height:23px;overflow:hidden;padding:0 16px 0 36px;}
.ppt {padding:1px 15px 1px 35px;line-height:25px;}
.ppt_l {width:60px;font-weight:bold;}
.ppt_r {color:#DFDFDF;}
.ppt span {padding:1px;background:#2E6AB1;border:#1D589E 1px solid;color:#FFFFFF;}
/* sell && buy && company */
.category {padding:10px 20px 5px 15px;}
.category p {padding:5px 0 5px 0;margin:0;}
.category div {padding:0 20px 0 20px;}
.about {border:#2786C6 1px solid;background:#F2F2F2;padding:8px;margin:15px 15px 0 15px;}
.about li {padding:5px 0 5px 5px;}
.about li span {display:block;width:100px;float:left;color:#1B4C7A;}

.follow0 {display:inline-block;height:24px;line-height:24px;padding:0 10px 0 32px;font-size:12px;text-align:center;border:#EEEEEE 1px solid;background:#FFFFFF url('../../image/ico-follow.png') no-repeat 10px center;border-radius:6px;cursor:pointer;float:right;}
.follow0:hover {background:#F6F6F6 url('../../image/ico-followed.png') no-repeat 10px center;}
.follow1 {display:inline-block;height:24px;line-height:24px;padding:0 10px 0 32px;font-size:12px;text-align:center;border:#EEEEEE 1px solid;background:#EEEEEE url('../../image/ico-followed.png') no-repeat 10px center;color:#999999;border-radius:6px;cursor:pointer;float:right;}
.follow0 b,.follow1 b {font-weight:normal;}
.follow0 i,.follow1 i {font-weight:normal;font-style:normal;padding-left:6px;}

.userinfo {padding:16px;border-bottom:#F2F2F2 1px solid;}
.userinfo img {width:56px;height:56px;border-radius:50%;float:left;margin-right:16px;}
.userinfo b {font-size:14px;}
.userinfo s {color:#999999;text-decoration:none;}
.userinfo li {height:28px;line-height:28px;overflow:hidden;}
.userinfo-v0,.userinfo-v1,.userinfo-v2 {position:absolute;display:block;width:16px;height:16px;background:#FFFFFF url('../../image/ico-v0.png') no-repeat center center;border-radius:50%;margin:40px 0 0 40px;}
.userinfo-v1 {background:#FFFFFF url('../../image/ico-v1.png') no-repeat center center;}
.userinfo-v2 {background:#FFFFFF url('../../image/ico-v2.png') no-repeat center center;}

.usercard {padding:16px;width:320px;height:160px;background:#FFFFFF;box-shadow:0 0 10px #DDDDDD;border-radius:6px;position:fixed;}
.usercard img {width:64px;height:64px;border-radius:50%;float:left;margin-right:16px;}
.usercard b {font-size:14px;}
.usercard s {color:#999999;text-decoration:none;}
.usercard li {height:28px;line-height:28px;overflow:hidden;}
.usercard .userinfo-v0,.usercard .userinfo-v1,.usercard .userinfo-v2 {margin:48px 0 0 48px;}
.usercard-stats {height:64px;margin:24px 12px;}
.usercard-stats li {width:96px;float:left;font-size:14px;height:64px;line-height:32px;text-align:center;}
.usercard-stats div {height:64px;border-left:#EEEEEE 1px solid;border-right:#EEEEEE 1px solid;}
.usercard-stats i {font-style:normal;display:block;}
.usercard-stats span {color:#999999;}

#destoon-card {width:360px;max-height:420px;overflow-y:auto;background:#FFFFFF url('../../image/load.gif') no-repeat center center;box-shadow:0 0 6px #DDDDDD;border-radius:12px;position:fixed;z-index:1020;display:none;}
.card-list {height:72px;background:#FFFFFF;overflow:hidden;clear:both;border-bottom:#F0F0F0 1px solid;padding:0 16px 0 12px;}
.card-list img {float:left;margin:12px 12px 0 0;}
.card-list ul {margin:12px 0;}
.card-list li {height:24px;line-height:24px;overflow:hidden;}
.card-list strong {display:block;width:100%;}
.card-list em {float:right;color:#FFFFFF;font-style:normal;background:#FA5A57;border-radius:10px;color:#FFFFFF;font-size:12px;display:inline-block;height:14px;line-height:14px;padding:0 4px;}
.card-list i {color:#F23030;font-style:normal;float:right;}
.card-list span {color:#666666;}
.card-info {padding:0 24px 16px 24px;overflow:hidden;background:#FFFFFF;}
.card-info li {width:156px;height:32px;line-height:32px;overflow:hidden;color:#666666;float:left;}
.card-more {line-height:48px;text-align:center;background:#FFFFFF;font-size:14px;}
.card-none {padding:128px 0;text-align:center;background:#FFFFFF;font-size:14px;color:#999999;}

.contact-td {width:320px;border-left:#EEEEEE 1px solid;}
.contact-body {padding:16px 24px;}
.contact-body h3 {margin:0 0 16px 0;padding:0;font-size:14px;height:24px;line-height:24px;overflow:hidden;}
.contact-body li {height:36px;line-height:36px;overflow:hidden;padding-left:16px;}
.contact-fw {margin:0 0 16px 0;padding:0;height:26px;line-height:26px;overflow:hidden;}
.contact-fw span {font-size:16px;}
.contact-vip {padding:8px 16px;background:url('contact-vip.png') no-repeat 0 center;color:#DBB78B;border-radius:6px 0 6px 0;}
.contact-vip b {font-size:16px;}
.contact-vip span {float:right;font-size:14px;}
.contact-com {padding:8px 16px;background:#F6F6F6;border-radius:6px 0 6px 0;}
.contact-com b {font-size:14px;color:#666666;}
.contact-com span {float:right;font-size:14px;color:#999999;}
.contact-vd {width:272px;height:64px;padding:16px 0;overflow:hidden;margin:0 auto;text-align:center;}
.contact-v1 {width:134px;height:64px;float:left;line-height:32px;background:#2BA245 url('contact-v1.png') no-repeat 30px 8px;border:#2BA245 1px solid;border-radius:6px 0 0 6px;color:#FFFFFF;}
.contact-v1 b {display:block;font-size:14px;line-height:24px;height:24px;overflow:hidden;}
.contact-v0 {width:134px;height:64px;float:left;line-height:32px;background:#EEEEEE;border:#EEEEEE 1px solid;border-radius:6px 0 0 6px;color:#666666;}
.contact-v0 b {display:block;font-size:14px;line-height:24px;height:24px;overflow:hidden;}
.contact-d1 {width:134px;height:64px;float:left;line-height:32px;border:#2BA245 1px solid;border-radius:0 6px 6px 0;color:#2BA245;}
.contact-d1 b {display:block;font-size:14px;line-height:24px;line-height:24px;height:24px;overflow:hidden;}
.contact-d0 {width:134px;height:64px;float:left;line-height:32px;border:#EEEEEE 1px solid;border-radius:0 6px 6px 0;color:#666666;}
.contact-d0 b {display:block;font-size:14px;line-height:24px;line-height:24px;height:24px;overflow:hidden;}
.contact-ol {color:#2BA245;font-size:16px;}
.contact-fl {color:#999999;font-size:16px;}
.contact-im {padding:10px 12px;}
.contact-im img {padding:6px;}
.contact-im img:hover {background:#EEEEEE;border-radius:4px;}
.contact-btn {width:272px;height:48px;overflow:hidden;padding:8px 0;margin:0 auto;}
.contact-btn span {display:block;width:120px;height:32px;line-height:32px;background:#EEEEEE;border-radius:16px;text-align:center;float:left;margin:0 8px;}
.contact-btn span:hover {background:#0679D4;color:#FFFFFF;}
.contact-tip {background:#F6F6F6;padding:6px 16px;line-height:24px;border-radius:6px;}
.contact_body {padding:10px;margin:0 10px 0 0;}
.contact_body li {line-height:24px;padding:6px 10px;}
.contact_body li span {color:#666666;padding:0 8px 0 0;}
.type {height:31px;line-height:31px;overflow:hidden;border-top:#EEEEEE 1px solid;background:#EEEEEE;padding-left:35px;}
a.type_1:link,a.type_1:visited,a.type_1:active,a.type_1:hover {float:left;display:block;padding:0 15px 0 15px;background:#FFFFFF;color:#000000;font-weight:bold;}
a.type_2:link,a.type_2:visited,a.type_2:active {float:left;display:block;padding:0 15px 0 15px;border-right:#E2F0FB 1px solid;}
a.type_2:hover {background:#258CFF;color:#FFFFFF;}
.img_tip {width:200px;z-index:1000;position:absolute;padding:5px;border:#EEEEEE 1px solid;background:#FFFFFF;}
.vote {padding:10px;}
.vote div {font-weight:bold;}
.vote li {padding:6px 0;}
.vote li label {cursor:pointer;}
.vote p {margin:12px 6px;}

.sort {line-height:24px;padding:8px 0;overflow:hidden;}
.sort-f {border-bottom:#F2F2F2 1px solid;padding:10px 0 10px 0;overflow:hidden;}
.sort-k {width:84px;padding-left:24px;font-weight:bold;font-size:14px;float:left;overflow:hidden;}
.sort-v {width:840px;float:left;overflow:hidden;}
.sort-v li {float:left;padding:0 8px;margin:0 6px 0 0;}
.sort-v .on {background:#EEEEEE;border-radius:6px;}
.sort-v i {font-style:normal;padding-left:2px;color:#999999;font-size:12px;}
.sort-v b {padding:0 20px;}

.sf {line-height:32px;padding:24px 0 0 0;font-size:14px;overflow:hidden;}
.sf-k {width:104px;padding-left:64px;font-weight:bold;float:left;overflow:hidden;}
.sf-v {width:780px;float:left;overflow:hidden;}
.sf-v b {padding:0 24px;}
.sf-v input, .sf-v select {padding:6px;}
.sf-v .kw {width:480px;height:24px;line-height:24px;border:#666666 1px solid;padding:6px 6px 6px 32px;border-radius:6px;background:#FFFFFF url('ico-search.png') no-repeat 10px center;font-size:14px;outline:none;}
.sf-v .btn-blue {padding:0;line-height:30px;width:96px;margin:0 20px 32px 0;border-radius:16px;}

.list {}
.list:hover {background:#F2F2F2;}
.list div img {border:#EEEEEE 1px solid;}
.list table {width:100%;border-bottom:#EEEEEE 1px solid;}
.list td {padding:10px 0;}
.list h3 {font-size:14px;margin:0;height:22px;overflow:hidden;}
.list li {line-height:30px;}
.list strong {font-size:14px;}

.user-info {height:64px;padding:16px;background:#EEEEEE;border-radius:0 0 10px 10px;}
.user-info img {width:64px;height:64px;border-radius:50%;float:left;margin-right:20px;}
.user-info ul {float:right;width:195px;margin-top:4px;}
.user-info li {height:28px;line-height:28px;overflow:hidden;}
.user-info strong {font-size:16px;}
.user-info em {font-size:12px;font-style:normal;float:right;padding-right:20px;}
.user-info i {font-style:normal;color:#999999;padding:0 6px;}

.head-txt {padding:0 16px;height:48px;line-height:48px;overflow:hidden;border-bottom:#EEEEEE 1px solid;margin-bottom:10px;clear:both;}
.head-txt strong {font-size:18px;}
.head-txt b {font-size:16px;font-weight:normal;}
.head-txt div {float:right;font-size:14px;color:#999999;}
.head-txt span {float:right;font-size:14px;color:#999999;}
.head-txt span a {color:#999999;}
.head-txt i {color:#999999;font-style:normal;font-weight:bold;padding:0 2px;font-family:simsun;}

.head-sub {padding:10px 16px;line-height:28px;border-bottom:#F2F2F2 1px solid;margin-bottom:10px;clear:both;}
.head-sub strong {font-size:18px;}
.head-sub b {font-size:16px;font-weight:normal;}
.head-sub span {float:right;font-size:14px;color:#999999;}
.head-sub span a {color:#999999;}
.head-sub i {color:#999999;font-style:normal;font-weight:bold;padding:0 2px;font-family:simsun;}

.list-none {padding:128px 0;font-size:14px;color:#999999;text-align:center;}

.list-thumb {padding:10px;overflow:hidden;}
.list-thumb img {border:#EEEEEE 1px solid;padding:2px;}
.list-thumb li {height:48px;line-height:24px;overflow:hidden;padding:10px;text-align:left;}
.list-thumb td {text-align:center;}
.list-thumb td:hover {background:#F6F6F6;}

.list-img {overflow:hidden;padding:10px 0 0 20px;}
.list-img ul {margin:10px 24px 16px 6px;}
.list-img li {height:40px;line-height:20px;overflow:hidden;font-size:12px;}
.list-img p {margin:10px 10px 0 6px;}

.list0 {overflow:hidden;}
.list0 div {width:200px;float:left;}
.list0 img:hover {border-left:#FFFFFF 1px solid;}

.list1 {overflow:hidden;padding-top:20px;}
.list1 div {width:188px;float:left;}
.list1 img:hover {border-left:#FFFFFF 1px solid;}

.list-txt {padding:0 24px 16px 16px;}
.list-txt li {height:32px;line-height:32px;overflow:hidden;font-size:14px;background:url('li_dot.gif') no-repeat 4px center;padding-left:12px;}
.list-txt em {font-size:12px;color:#999999;padding-left:16px;font-style:normal;float:right;}
.list-txt .f_r {font-size:12px;color:#999999;padding-left:16px;}

.list-rank {padding:0 16px 10px 16px;}
.list-rank li {height:32px;line-height:32px;font-size:14px;padding:0 6px;overflow:hidden;}
.list-rank .f_r {float:right;font-size:12px;color:#999999;padding-left:16px;}
.list-rank em {font-size:26px;font-style:normal;color:#F34540;padding-right:10px;font-family:Georgia;}
.list-rank i {font-size:18px;font-style:normal;color:#999999;padding-right:14px;font-family:Georgia;}

.list-cate {padding:10px 20px;}
.list-cate:after {content:"";display:block;clear:both;}
.list-cate td {width:400px;font-size:14px;padding:10px 10px 20px 10px;}
.list-cate td:hover {background:#F6F6F6;border-radius:10px;}
.list-cate p {margin:0 0 10px 0;}
.list-cate li {float:left;line-height:32px;}
.list-cate em {font-style:normal;color:#EEEEEE;padding:0 10px;}
.list-cate i {font-style:normal;color:#EEEEEE;padding:0 10px;}

.list-cate2 {padding:0 10px 10px 10px;overflow:hidden;}
.list-cate2 li {width:116px;padding:0 16px;float:left;height:32px;line-height:32px;font-size:14px;overflow:hidden;}
.list-cate2 li:hover {background:#F6F6F6;border-radius:6px;}
.list-cate2 i {font-size:12px;font-style:normal;color:#666666;padding-left:6px;}

.list-area {width:860px;padding:10px 0 10px 20px;overflow:hidden;}
.list-area li {width:100px;float:left;height:32px;line-height:32px;font-size:14px;overflow:hidden;text-align:center;border:#EEEEEE 1px solid;margin:0 20px 20px 0;border-radius:6px;}
.list-area li:hover {border:#FF6600 1px solid;}

.list-area4 {padding:0 10px 10px 10px;overflow:hidden;}
.list-area4 li {width:25%;float:left;height:32px;line-height:32px;font-size:14px;overflow:hidden;text-align:center;}
.list-area4 li:hover {background:#F6F6F6;border-radius:6px;}

.tab-head {}
.tab-head ul {border-bottom:#F6F6F6 1px solid;height:32px;padding-left:16px;}
.tab-head li {border-bottom:#F6F6F6 1px solid;display:inline-block;height:32px;line-height:32px;margin-right:16px;float:left;font-size:14px;}
.tab-head .on {border-bottom:#0679D4 3px solid;height:30px;line-height:32px;}
.tab-head .on span {color:#0679D4;}

/* side */
.side ul {margin:10px;}
.side em {font-size:12px;font-style:normal;color:#999999;}
.side a {width:90%;display:block;font-size:16px;}
.side input {width:140px;border:#EEEEEE 1px solid;border-radius:8px;padding:8px 8px 8px 26px;font-size:14px;background:#FFFFFF url('ico-search.png') no-repeat 6px center;outline:none;margin:16px 16px 16px 32px;}
.side input:hover {width:180px;}
.side_li {line-height:48px;height:48px;padding-left:32px;overflow:hidden;}
.side_li:hover {background:#F2F2F2;border-radius:10px;}
.side_on {line-height:48px;height:48px;background:#F6F6F6;padding-left:32px;overflow:hidden;border-radius:10px;}

.warn {padding:30px 100px 30px 200px;}
.warn div {padding:5px 0 0 60px;background:url('warn.gif') no-repeat;font-size:14px;line-height:200%;}
.warn h1 {font-size:16px;margin:0;}
.guest_warn {padding:2px 0 2px 0;text-align:center;margin:0 130px 15px 130px;background:#FFF5D8;border:#FF7300 1px solid;}
.back2top {width:48px;height:48px;position:fixed;left:50%;margin-left:620px;bottom:100px;cursor:pointer;display:none;opacity:0.8;}
.back2top a {display:block;width:100%;height:100%;background:#CCCCCC url('../../image/back2top.png') no-repeat center center;border-radius:50%;}
.back2top a:hover {background-color:#666666;}


.ui-fr {float:right;}
.ui-ip {height:32px;line-height:32px;color:#999999;font-size:12px;padding:0 16px;}
.ui-ok {background:#FFFFFF url('../../member/ok.png') no-repeat center 64px;padding:148px 0 48px 0;text-align:center;}
.ui-ko {background:#FFFFFF url('../../member/ko.png') no-repeat center 64px;padding:148px 0 48px 0;text-align:center;}
.ui-tm {background:#FFFFFF url('../../member/tm.png') no-repeat center 64px;padding:148px 0 48px 0;text-align:center;}
.ui-ok p,.ui-ko p,.ui-tm p {margin:0;font-size:22px;padding-bottom:44px;}
.ui-ok div,.ui-ko div,.ui-tm div {font-size:16px;color:#999999;padding-bottom:48px;}
.ui-ok input,.ui-ko input,.ui-tm input {width:188px;height:40px;line-height:40px;margin:0 auto 24px auto;}

.ui-icon-sort,.ui-icon-area,.ui-icon-rank,.ui-icon-rec,.ui-icon-new {display:inline-block;height:24px;line-height:24px;padding:0 10px 0 30px;}
.ui-icon-sort {background:url('icon-sort.png') no-repeat 0 center;}
.ui-icon-area {background:url('icon-area.png') no-repeat 0 center;}
.ui-icon-rank {background:url('icon-rank.png') no-repeat 0 center;}
.ui-icon-rec {background:url('icon-rec.png') no-repeat 0 center;}
.ui-icon-new {background:url('icon-new.png') no-repeat 0 center;}

.ui-ico-time,.ui-ico-hits,.ui-ico-info,.ui-ico-play,.ui-ico-pics,.ui-ico-down,.ui-ico-comm,.ui-ico-area,.ui-ico-user,.ui-ico-none,.ui-ico-sort,.ui-ico-like,.ui-ico-liked,.ui-ico-hate,.ui-ico-hated,.ui-ico-mail,.ui-ico-mob,.ui-ico-tel,.ui-ico-favor,.ui-ico-delete,.ui-ico-quote,.ui-ico-report,.ui-ico-price {font-style:normal;font-weight:normal;text-decoration:none;font-size:12px;color:#999999;display:inline-block;height:16px;line-height:16px;padding:0 10px 0 20px;}
.ui-ico-time {background:url('ico-time.png') no-repeat 0 center;}
.ui-ico-hits {background:url('ico-hits.png') no-repeat 0 center;}
.ui-ico-info {background:url('ico-info.png') no-repeat 0 center;}
.ui-ico-play {background:url('ico-play.png') no-repeat 0 center;}
.ui-ico-pics {background:url('ico-pics.png') no-repeat 0 center;}
.ui-ico-down {background:url('ico-down.png') no-repeat 0 center;}
.ui-ico-area {background:url('ico-area.png') no-repeat 0 center;}
.ui-ico-user {background:url('ico-user.png') no-repeat 0 center;}
.ui-ico-mail {background:url('ico-mail.png') no-repeat 0 center;}
.ui-ico-mob {background:url('ico-mob.png') no-repeat 0 center;}
.ui-ico-tel {background:url('ico-tel.png') no-repeat 0 center;}
.ui-ico-comm {background:url('ico-comm.png') no-repeat 0 center;cursor:pointer;}
.ui-ico-comm:hover {background:url('ico-comm-on.png') no-repeat 0 center;color:#FF6600;}
.ui-ico-like {background:url('ico-like.png') no-repeat 0 center;cursor:pointer;}
.ui-ico-liked,.ui-ico-like:hover {background:url('ico-like-on.png') no-repeat 0 center;color:#FF6600;}
.ui-ico-hate {background:url('ico-hate.png') no-repeat 0 center;cursor:pointer;}
.ui-ico-hated,.ui-ico-hate:hover {background:url('ico-hate-on.png') no-repeat 0 center;color:#FF6600;}
.ui-ico-sort {background:url('ico-sort.png') no-repeat 0 center;cursor:pointer;}
.ui-ico-sort:hover {background:url('ico-sort-on.png') no-repeat 0 center;color:#FF6600;}
.ui-ico-favor {background:url('ico-favor.png') no-repeat 0 center;cursor:pointer;}
.ui-ico-favor:hover {background:url('ico-favor-on.png') no-repeat 0 center;color:#FF6600;}
.ui-ico-delete {background:url('ico-delete.png') no-repeat 0 center;cursor:pointer;}
.ui-ico-delete:hover {background:url('ico-delete-on.png') no-repeat 0 center;color:#FF6600;}
.ui-ico-quote {background:url('ico-quote.png') no-repeat 0 center;cursor:pointer;}
.ui-ico-quote:hover {background:url('ico-quote-on.png') no-repeat 0 center;color:#FF6600;}
.ui-ico-report {background:url('ico-report.png') no-repeat 0 center;cursor:pointer;}
.ui-ico-report:hover {background:url('ico-report-on.png') no-repeat 0 center;color:#FF6600;}
.ui-ico-price {color:#FF0000;padding:0;font-size:14px;}
.ui-toast {height:48px;line-height:48px;overflow:hidden;display:inline-block;padding:0 16px;background:#000000;opacity:0.8;filter:alpha(opacity=80);color:#FFFFFF;border-radius:6px;position:fixed;z-index:99;top:40%;left:48%;font-size:16px;}

.wy-brand-rank-chip .hd li {
    float: left;
    width: 50%;
    height: 45px;
    line-height: 45px;
    font-size: 18px;
    text-align: center;
    background: #f5f5f5;
}

.wy-brand-rank-chip .hd li.on,.wy-brand-rank-chip .hd li:hover {
    font-weight: bold;
    text-decoration: none;
    color: #fff;
    background: #51a53b;
}

.wy-brand-rank-chip .bd {
    height: 315px;
    padding: 5px 5px 10px;
    border: 2px solid #51a53b;
    overflow: hidden;
    background: #fff
}

.wy-brand-rank-chip .bd li {
    float: left;
    width: 48%;
    line-height: 32px;
    padding-left: 2%;
    font-size: 13px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.wy-brand-rank-chip .bd li a {
    text-decoration: none;
}

.wy-brand-rank-chip .bd i {
    margin-right: 5px;
    font: 15px "Georgia";
}

.wy-brand-rank-chip .bd i.red {
    color: #51a53b;
}

.wy-brand-rank-chip .bd i.bold {
    font-weight: bold;
}