.other {
    width: 90%;
    margin: 50px auto;
    padding-bottom: 50px;
    border-bottom: 1px #dddddd solid;
}
.other h1 {
    color: #1e53a5;
    font-size: 30px;
}

.baikeinfo {
    width: 90%;
    margin: 0 auto;
    margin-top: 20px;
}
.baikeinfo a {
    color: #555555;
}



.recommend {
    /*vertical-align: top;
    *display: inline;
    *zoom: 1;
    width: 1200px;*/
    margin: 0 auto;
    overflow: hidden;
    margin-bottom: 20px;
}
.recommend .hot_baike {
    width: 60%;
    height: 257px;
    border: #f2f2f2 solid 1px;
    padding: 14px 20px;
    background-color: #fff;
}

.recommend .hot_baike .recommend_top {
    border-bottom: 1px dotted #aaa;
    display: inline-block;
    vertical-align: top;
    *display: inline;
    *zoom: 1;
    width: 100%;
    margin-bottom: 20px;
    position: relative;
}
.recommend .hot_baike .recommend_top h2 {
    font-size: 16px;
    color: #333;
    float: left;
    border-bottom: 2px solid #005eb3;
    line-height: 25px;
}
.recommend .hot_baike .baikeScroll {
    overflow: hidden;
}
.recommend .hot_baike .baikeScroll .hd ul {
    position: absolute;
    right: 0;
    top: 12px;
}
.recommend .hot_baike .baikeScroll .hd ul li {
    float: left;
    width: 9px;
    height: 9px;
    overflow: hidden;
    border-radius: 50%;
    margin-right: 5px;
    cursor: pointer;
    font-size: 0;
    background: #cbcbcb;
}
.recommend .hot_baike .baikeScroll .hd ul li.on {
    background: #317ee7;
}
.recommend .hot_baike .baikeScroll .baike_con {
    width: 845px;
    height: 280px;
}
.recommend .hot_baike .baikeScroll .baike_con ul {
    display: inline-block;
    vertical-align: top;
    *display: inline;
    *zoom: 1;
}
.recommend .hot_baike .baikeScroll .baike_con ul li.scrollli {
    float: left;
    height: 280px;
    position: relative;
    width: 845px;
}
.recommend .hot_baike .baikeScroll .baike_con ul li.scrollli p {
    font-size: 12px;
}
.recommend .hot_baike .baikeScroll .baike_con ul li.scrollli p.more {
    position: absolute;
    bottom: 6px;
    right: 0px;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

.baikecontent {
    width: 845px;
    /*height: 280px;*/
}
.baikecontent ul {
    display: inline-block;
    vertical-align: top;
    *display: inline;
    *zoom: 1;
}
.baikecontent ul li.scrollli {
    /*float: left;*/
    height: 220px;
    /*position: relative;*/
    width: 845px;
}
.baikecontent ul li.scrollli h3 {
    font-size: 15px;
}
.baikecontent ul li.scrollli p {
    font-size: 12px;
}
/*.baikecontent ul li.scrollli p.more {
    position: absolute;
    bottom: 6px;
    right: 0px;
}*/



.recommend .hot_baike_search {
    padding: 10px 20px;
    border: #f2f2f2 solid 1px;
    width: 32%;
    margin-left: 15px;
    height: 265px;
    background-color: #fff;
}
.recommend .hot_baike_search h2 {
    padding-bottom: 10px;
    border-bottom: #f2f2f2 solid 1px;
    color: #333;
    font-size: 16px;
    text-align: left;
}
.recommend .hot_baike_search ul {
    padding: 24px 0;
    height: 275px;
    overflow: hidden;
}
.recommend .hot_baike_search ul li {
    float: left;
    padding: 3px 11px;
    border: 1px solid #f2f2f2;
    border-radius: 14px;
    margin-bottom: 10px;
    margin-right: 6px;
    cursor: pointer;
    font-size: 14px;
}
.recommend .hot_baike_search ul li a {
    color: #555;
    display: block;
    max-width: 330px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.recommend .hot_baike_search ul li:hover {
    border: 1px solid #317ee7;
}
.recommend .hot_baike_search ul li:hover a {
    color: #317ee7;
}






.baike_con .list-title{
    height: 40px;
    line-height: 40px;
    font-weight: 600;
    color: #131415;
    font-size: 20px;
    border-bottom: solid 2px #A8C4FF;
}
.baike_con .list-content .content{
    float: left;
    width: 860px;
    padding-left: 33px;
    padding-top: 14px;
}
.baike_con .list-content .content h3 a{
    font-size: 16px;
    color: #131415;
}
.baike_con .list-content .content h3:hover a{
    color:#3C79E7;
}
.baike_con .label-list{
    margin-top: 8px;
}

.baike_con .label-list a{
    float: left;
    height: 24px;
    line-height: 24px;
    background: #cccccc;
    border-radius: 4px;
    font-size: 12px;
    color: #fff;
    padding:0px 14px;
    margin-right: 10px;
    margin-top:10px;
}


.baike_con .label-list a:hover{
    background:#3C79E7;
}
.baike_con .label-list a:last-child{
    margin-right: 0px;
}

.baike_con .hot_baikelist{
    margin-top: 20px;
}
.baike_con .hot_baikelist .img-box{
    float: left;
    width: 20%;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    border:solid 1px #ddd;
}
.baike_con .hot_baikelist .img-box img{
    display: block;
    max-width: 100%;
    max-height: 100%;
}
.baike_con .hot_baikelist ul{
    float: left;
    padding-left: 15px;
    width: calc(100% - 24%);
}
.baike_con .hot_baikelist ul li{
    float: left;
    margin-bottom:20px;
    width: 230px;
}
.baike_con .hot_baikelist ul li:nth-child(odd){
    width: 235px;
}
.baike_con .hot_baikelist ul li:nth-child(even){
    width: calc(100% - 235px);
}
.baike_con .hot_baikelist ul span{
    float: left;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
}
.baike_con .hot_baikelist ul p{
    width: calc(100% - 65px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.baike_con .hot_baikelist ul p.name{
    width: auto;
    max-width: calc(100% - 126px);
}
.baike_con .hot_baikelist ul span{
    color: #879AB8;
    width: 65px;
    text-align: right;
}
.baike_con .hot_baikelist ul em{
    background: url("/image/wanke/icon/download-mol.png") no-repeat left center / 18px;
    color: #5087EB;
    padding-left: 24px;
    cursor: pointer;
    margin-left: 13px;
}






.baikecontent .list-title{
    height: 40px;
    line-height: 40px;
    font-weight: 600;
    color: #131415;
    font-size: 20px;
    border-bottom: solid 2px #A8C4FF;
}
.baikecontent .list-content .content{
    float: left;
    width: 860px;
    padding-left: 33px;
    padding-top: 14px;
}
.baikecontent .list-content .content h3 a{
    font-size: 16px;
    color: #131415;
}
.baikecontent .list-content .content h3:hover a{
    color:#3C79E7;
}
.baikecontent .label-list{
    margin-top: 8px;
}
.baikecontent .label-list ul {
    margin-top: 0px;
}
.baikecontent .label-list ul li{
    float: left;
    height: 24px;
    line-height: 24px;
    background: #cccccc;
    border-radius: 4px;
    font-size: 12px;
    color: #fff;
    padding:0px 14px;
    margin-right: 10px;
    margin-top:10px;
}
.baikecontent .label-list a{
    float: left;
    height: 24px;
    line-height: 24px;
    background: #cccccc;
    border-radius: 4px;
    font-size: 12px;
    color: #fff;
    padding:0px 14px;
    margin-right: 10px;
    margin-top:10px;
}
.baikecontent .label-list ul li a {
    color: #ffffff;
}
.baikecontent .label-list a:hover{
    background:#3C79E7;
}
.baikecontent .label-list a:last-child{
    margin-right: 0px;
}

.baikecontent .hot_baikelist{
    margin-top: 20px;
}
.baikecontent .hot_baikelist .img-box{
    float: left;
    width: 180px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    border:solid 1px #ddd;
}
.baikecontent .hot_baikelist .img-box img{
    display: block;
    max-width: 100%;
    max-height: 100%;
}
.baikecontent .hot_baikelist ul{
    float: left;
    padding-left: 15px;
    width: calc(97% - 180px);
}
.baikecontent .hot_baikelist ul li{
    float: left;
    margin-bottom:20px;
    width: 230px;
}
.baikecontent .hot_baikelist ul li:nth-child(odd){
    width: 235px;
}
.baikecontent .hot_baikelist ul li:nth-child(even){
    width: calc(100% - 235px);
}
.baikecontent .hot_baikelist ul span{
    float: left;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
}
.baikecontent .hot_baikelist ul p{
    width: calc(100% - 65px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.baikecontent .hot_baikelist ul p.name{
    width: auto;
    max-width: calc(100% - 126px);
}
.baikecontent .hot_baikelist ul span{
    color: #879AB8;
    width: 65px;
    text-align: right;
}
.baikecontent .hot_baikelist ul em{
    background: url("/image/wanke/icon/download-mol.png") no-repeat left center / 18px;
    color: #5087EB;
    padding-left: 24px;
    cursor: pointer;
    margin-left: 13px;
}




.baikelist {
    margin-top: 15px;
    border-top: 1px #f2f2f2 solid;
    padding-top: 15px;
    overflow: hidden;
}




.home-brick-row-1-box{

    margin: 0 auto; clear: both; background-color: #ffffff;
    overflow: hidden;

}

.xy-plain-box .box-hd{
    position:relative;
    display: block;
    margin: 10px 0 15px 0;
    border-bottom: 1px dotted #e4e9f0;
}

.xy-plain-box .box-hd .title{
    margin: 0 0 -2px 0;
    padding-bottom: 5px;
    display: inline-block;
    /* line-height: 44px; */
    font-size: 16px;
    border-bottom: 2px solid #005eb3;
    margin-left: 20px;
    margin-top: 26px;
}
.xy-plain-box .box-hd .more{position:absolute;top:0;right:0}
.home-recm-box .box-hd .more{top:15px}
.xy-plain-box .box-hd .more .control{margin-left:-1px;height: 25px;
    width: 30px; cursor: pointer}
.xy-controls .control{display:inline-block;text-align:center;color:#b0b0b0;-webkit-transition:color .5s;transition:color .5s}
.xy-controls-line-small .control{width:24px;height:16px;padding:3px 5px;border:1px solid #e0e0e0;font-size:12px;line-height:16px}
.xy-controls-line-small .control:hover{color: #f89406}
.home-recm-box .xy-carousel-wrapper{position:relative;width:1200px}
.xy-recommend dd,.xy-recommend dl,.xy-recommend dt,.xy-recommend li,.xy-recommend ul{padding:0;margin-top:0;list-style:none}
.home-recm-box .xy-recommend ul.xy-carousel-list li{-webkit-transition:all .2s linear;transition:all .2s linear}
.xy-recommend ul.xxy-carousel-list li{/*margin-right:14px*/ }
.xy-recommend ul li{margin-bottom:25px;height:280px;background-color:#fff;text-align:center;position:relative;width:280px; font-size: 14px; margin-left: 1px; margin-right: 1px}
.xy-carousel-col-5-list li{float:left;/*width:240px*/}
.xy-recommend dl{padding:0 20px;margin-bottom:0}
.xy-recommend dl dt{height:160px;padding: 20px 0 15px}
.xy-recommend dl dt img{width:140px;height:140px}
.xy-recommend .xy-recommend-name{margin-bottom:10px;height:18px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;margin-top: 15px;}
.xy-recommend dl dd{margin-left:0}
.xy-recommend .xy-recommend-price{margin-bottom:10px;color:#f89406;margin-top: 15px;}
.xy-recommend .xy-recommend-tips{position:relative;color:#757575;}
.xy-recommend .xy-recommend-notice{position:absolute;top:0;left:0;z-index:5;width:100%;opacity:0;filter:alpha(opacity=0)\9;-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0);-webkit-transition:all .2s linear;transition:all .2s linear}
.home-recm-box .xy-recommend ul.xy-carousel-list li:hover{z-index:99999;-webkit-transform:translate3d(0,-2px,0);transform:translate3d(0,-2px,0);-webkit-box-shadow:0 10px 20px rgba(0,0,0,.1);box-shadow:0 10px 20px rgba(0,0,0,.1)}




.baikelist {
    /*width: 1200px;*/
    margin: 0 auto;
    overflow: hidden;

    margin-top: 10px;
    padding-bottom: 20px;
}
.baikelist .bkleft {
    width: 72%;
    float: left;
    background-color: #ffffff;
    padding: 20px;
}

.baikelist .bkright {
    width: 18%;
    float: left;
    overflow: hidden;
    display: block;
    margin-left: 29px;
    background-color: #ffffff;
    /*height: 640px;*/
    padding: 20px;
}

.headline {
    display: block;
    margin: 10px 0 15px 0;
    border-bottom: 1px dotted #e4e9f0;
}

.headline h2 {
    font-size: 16px;
}

.headline h2,
.headline h3,
.headline h4 {
    margin: 0 0 -2px 0;
    padding-bottom: 5px;
    display: inline-block;
    border-bottom: 2px solid #005eb3;
}

.baike-nav p {
    margin-bottom: 10px;
    font-size: 14px;
}
.baike-nav a {
    margin-left: 8px;
}

.category-list{
    display: flex;
    flex-wrap: wrap;
    margin-top: 5px;
}
.category-list .product{
    width: 310px;
    margin-right: 16px;
    margin-top: 15px;
}
.category-list .product:nth-child(3n){
    margin-right: 0px;
}
.category-list .product h3 a{
    display: block;
    height: 37px;
    line-height: 37px;
    color: #fff;
    font-size: 16px;
    background-color: #6AA7F5;
    text-align: center;
}
.category-list .product h3:hover a{
    background-color: #3C79E6;
}

.category-list .product ul{
    border:solid 1px #F2F2F2;
    border-top: 0px;
    height: 200px;
    padding:20px 20px 0px;
}
.category-list .product ul li{
    float: left;
    width: 50%;
    margin-bottom: 12px;
}
.category-list .product ul li a{
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space:nowrap;
    font-size: 12px;
    color: #131415;
}
.category-list .product ul li a:hover{
    color: #3C79E6;
}


.more {
    float: right;
    color: #888;
    margin: 0px 3px 0 0;
    font-size: 14px;
}
.leftli li{
    margin-bottom: 10px;
    font-size: 14px;
}


.baikedetail .content h2 {
    font-weight: bold;
    font-size: 14px;
    background-color: #F5F5F5;
    border-bottom: 1px solid #f2f2f2;
    border-left: 3px solid #005eb3;
    padding: 0 0 0 10px;
    height: 30px;
    line-height: 30px;
}

.baikedetail .content p {
    padding: 2px;
}

.baikedetail .content {
    font-size: 13px;
    line-height: 30px;
    color: #555555;
}

a.current_filter {
    color: #ff0000;
    font-weight: bold;
}


table {
    *border-collapse: collapse;
    /* IE7 and lower */
    border-spacing: 0;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
} /*========bordered table========*/
.baikedetail table {
    border: solid #ccc 1px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 1px 1px #ccc;
    -moz-box-shadow: 0 1px 1px #ccc;
    box-shadow: 0 1px 1px #ccc;
}

.baikedetail tr {
    -o-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

.baikedetail .highlight, .bordered tr:hover {
    background: #fbf8e9;
}

.baikedetail td, .baikedetail th {
    border-left: 1px solid #f2f2f2;
    border-right: 1px solid #f2f2f2;
    border-top: 1px solid #f2f2f2;
    padding: 10px;
    text-align: left;
    line-height: 22px;
}

.baikedetail th {
    background-color: #dce9f9;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ebf3fc), to(#dce9f9));
    background-image: -webkit-linear-gradient(top, #ebf3fc, #dce9f9);
    background-image: -moz-linear-gradient(top, #ebf3fc, #dce9f9);
    background-image: -ms-linear-gradient(top, #ebf3fc, #dce9f9);
    background-image: -o-linear-gradient(top, #ebf3fc, #dce9f9);
    background-image: linear-gradient(top, #ebf3fc, #dce9f9);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#ebf3fc, endColorstr=#dce9f9);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#ebf3fc, endColorstr=#dce9f9)";
    -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
    -moz-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
    box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
    border-top: none;
    text-shadow: 0 1px 0 rgba(255,255,255,.5);
}

.baikedetail td:first-child, .bordered th:first-child {
    /*border-left: none;*/
    width: 12%;
}

.baikedetail th:first-child {
    -moz-border-radius: 6px 0 0 0;
    -webkit-border-radius: 6px 0 0 0;
    border-radius: 6px 0 0 0;
}

.baikedetail th:last-child {
    -moz-border-radius: 0 6px 0 0;
    -webkit-border-radius: 0 6px 0 0;
    border-radius: 0 6px 0 0;
}

.baikedetail tr:last-child td:first-child {
    -moz-border-radius: 0 0 0 6px;
    -webkit-border-radius: 0 0 0 6px;
    border-radius: 0 0 0 6px;
}

.baikedetail tr:last-child td:last-child {
    -moz-border-radius: 0 0 6px 0;
    -webkit-border-radius: 0 0 6px 0;
    border-radius: 0 0 6px 0;
}

.pageTitle-cont b {
    font-weight: bold;
    color: #08b;
}