﻿* {
    margin: 0;
    padding: 0;
}

.option {
    width: 880px;
    margin-bottom: 30px;
}

.option_top, .option_bottom {
    width: 850px;
    height: 35px;
    margin: 10px auto;
    overflow: hidden;
    text-align: center;
}

.option_place, .option_material {
    width: 70px;
    height: 35px;
    line-height: 35px;
    float: left;
    background: #da0000;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    color: #ffffff;
}

.place, .material {
    float: left;
}
.option a {
display:block;
}
.option_top .place li {
    width: 60px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #dcdcdc;
    border-radius: 20px;
    float: left;
    list-style-type: none;
    margin: 2px 4px 10px;
    cursor: pointer;
}

.option_top .place li:hover {
    color: #ffffff;
    background: #da0000;
    border: 1px solid #da0000;
}
.option_top .place li:hover a,
.selection_af a,
.option_bottom .material li:hover a {
    color: #ffffff;
}
.selection_af {
    width: 60px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #da0000;
    color: #ffffff;
    background: #da0000;
    border-radius: 20px;
    float: left;
    list-style-type: none;
    margin: 2px 4px 0;
}
.option_bottom .material {
    width: 710px;
    float: left;
}

.option_bottom .material li {
    height: 30px;
    line-height: 30px;
    border: 1px solid #dcdcdc;
    border-radius: 20px;
    float: left;
    list-style-type: none;
    font-size: 12px;
    margin: 2px 5px 5px;
    padding: 0 5px;
    cursor: pointer;
}

.option_bottom .material li:hover {
    color: #ffffff;
    background: #da0000;
    border: 1px solid #da0000;
}

.material_af {
    height: 30px;
    line-height: 30px;
    border: 1px solid #da0000;
    border-radius: 20px;
    float: left;
    list-style-type: none;
    font-size: 12px;
    margin: 2px 5px 5px;
    padding: 0 5px;
    background: #da0000;
    color: #ffffff;
}

.direction {
    width: 32px;
    height: 32px;
    display: block;
    float: left;
    border-radius: 50%;
    background: no-repeat url(../images/down.png) center;
    cursor: pointer;
}

.ranking_body li .showbtn, .ranking_body li .joinbtn {
    text-decoration: none;
    display: block;
    width: 50px;
    height: 20px;
    line-height: 18px;
    text-align: center;
    color: #da0000;
    background-color: #fff;
    border-radius: 5px;
    font-size: 12px;
    border: 1px solid #da0000;
    box-sizing: border-box;
}

.ranking_body li.ranking_li2 .click {
    float: left;
}

.ranking_body li .joinbtn {
    background-color: #fff;
    margin-top: 5px;
}

.rest {
    width: 880px;
    height: 38px;
    line-height: 38px;
    font-size: 14px;
    margin-bottom: 20px;
    position: relative;
    clear: both;
}

.rest .f-result-sum {
    color: #999;
    float: left;
}

.rest .f-result-sum .num {
    color: #666;
    font-family: verdana;
    padding: 0 2px;
}

.f-result-search {
    float: right;
    position: relative;
    z-index: 999;
    width: 501px;
    height: 38px;
}
.f-result-search input {
    float: left;
    width: 299px;
    height: 36px;
    font: 14px/36px "microsoft yahei";
    color: #666;
    border: 1px solid #e3e3e3;
    *height: 31px;
    *line-height: 31px;
    text-indent: 10px;
}

.f-result-search button, .f-result-search .button {
    float: left;
    width: 100px;
    height: 38px;
    font: 16px/38px "microsoft yahei";
    text-align: center;
    color: #fff;
    background: #da0000;
    border: 0 none;
    cursor: pointer;
    *height: 33px;
    *line-height: 33px;
}
.f-result-search .bt2 {
    background: #080808;
}
.f-result-search .searchclose {
    position: absolute;
    right: 100px;
    width: 38px;
    height: 38px;
    top: 0px;
    background-image: url(../images/sh-close.png);
    background-position: center center;
    background-repeat: no-repeat;
    display: none;
}
/*.f-result-search:hover .searchclose {
    display: block;
}*/
/*弹窗*/
.bw_box {
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
    z-index: 88888;
}

.bullet_window {
    width: 680px;
    height: 570px;
    background: no-repeat url(../images/bw-bg.png) center;
    margin: 20px auto 0;
    overflow: hidden;
    border-radius: 10px;
}

.bw_shut {
    width: 42px;
    height: 42px;
    float: right;
    background: no-repeat url(../images/bw_close.png) center;
    margin-top: 10px;
    cursor: pointer;
}

.bw {
    width: 582px;
    padding: 40px 30px 30px;
    margin: 190px auto 0;
    background: #ffffff;
    border-radius: 15px;
}

.bw_top {
    width: 582px;
    overflow: hidden;
}

.bw_top_img {
    width: 160px;
    height: 90px;
    float: left;
    overflow: hidden;
}
.bw_top_img img {
    width: 160px;
    height: 90px;
}
.bw_top_title {
    width: 400px;
    padding: 10px 0;
    float: right;
}

.bw_top_title p {
    font-size: 16px;
    color: #625556;
    line-height: 25px;
}

.bw_top_title p em {
    font-size: 22px;
    color: #625556;
    font-weight: bold;
}

.bw_top_title p span {
    color: #f53559;
}

.bw_bottom {
    width: 582px;
    margin-top: 26px;
    border-top: 1px solid #e5e5e5;
}

.bw_bottom p:nth-child(1) {
    font-size: 14px;
    line-height: 18px;
    padding: 20px 0;
    color: #333;
}

.bw_bottom p:nth-child(2) input {
    border: 1px solid #ccc;
    background: #ffffff;
    border-radius: 3px;
    font-size: 14px;
    outline: none;
}

.bwb_1 {
    width: 140px;
    height: 48px;
    padding: 0 10px;
}

.bwb_2 {
    width: 200px;
    height: 48px;
    padding: 0 10px;
    margin: 0 3px;
}

.bw_bottom p:nth-child(2) .bwb_3 {
    width: 180px;
    height: 48px;
    font-size: 16px;
    color: #ffffff;
    background-color: #dd2b54;
    border: 1px solid #dd2b54;
    box-shadow: 0 5px 10px 1px rgba(219,33,76,.4);
}

.bw_bottom p:nth-child(3) {
    text-align: center;
    margin-top: 20px;
    font-size: 15px;
    color: rgba(0,0,0,.6);
}

.bw_bottom p:nth-child(3) span {
    color: #f53559;
    font-size: 24px;
    margin: 0 10px;
}

.ranking_body li .showbtn, .ranking_body li .joinbtn {
    text-decoration: none;
    display: block;
    width: 50px;
    height: 20px;
    line-height: 18px;
    text-align: center;
    color: #da0000;
    background-color: #fff;
    border-radius: 5px;
    font-size: 12px;
    border: 1px solid #da0000;
    box-sizing: border-box;
}
.ranking_body li .showbtn:hover, .ranking_body li .joinbtn:hover {
    color: #fff;
    background-color: #da0000;
}

.ranking_body li.ranking_li2 .click {
    float: left;
}

.ranking_body li .joinbtn {
    background-color: #fff;
    margin-top: 5px;
}
.ml10 {
margin-left:10px;
}
.mr10 {
    margin-right: 10px;
}
.lazy {
 background-image:none;
}
.cy-mbx {
    width: 1200px;
    height: 35px;
    margin: 0 auto;
    color: #999;
    clear: both;
    line-height: 35px;
}
.cy-mbx a {
    color: #999;
}
.cy-mbx a:hover {
    color: #cc3333;
}
.cy-mbx span {
    margin: 0 5px;
    font-family: "simsun";
}
.cy-brand-select {
    width: 1198px;
    margin: 0 auto;
    /*border-left: 1px solid #e3e3e3;
    border-right: 1px solid #e3e3e3;*/
}

.cy-brand-select dt {
    float: left;
    width: 97px;
    height: 85px;
    font: bold 14px/85px "microsoft yahei";
    text-align: center;
    background: #f8f8f8;
    color: #333;
}

.cy-brand-select dd {
    float: left;
    width: 1080px;
    height: 75px;
    padding: 10px 10px 0;
    /*border-left: 1px solid #e3e3e3;*/
}

.cy-brand-select li {
    float: left;
    margin: 5px 12px 0;
    font: 14px/26px "microsoft yahei";
    white-space: nowrap;
}

.cy-brand-select li a.on {
    padding: 2px 5px;
    color: #cc3333;
    border: 1px solid #cc3333;
    border-radius: 5px;
}

.border {
    /*border-top: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;*/
}
.cf {
    zoom: 1;
}
.cf:after {
    display: block;
    height: 0;
    font-size: 0;
    content: ".";
    visibility: hidden;
    clear: both;
}
.cy-wrap {
    position: relative;
    width: 1200px;
    margin: 0 auto 20px;
}
/**/
.cy-grade-select {
    width: 1198px;
    margin: 0 auto;
    border-left: 1px solid #e3e3e3;
    border-right: 1px solid #e3e3e3;
}

.cy-grade-select dt {
    float: left;
    width: 97px;
    height: 52px;
    font: bold 14px/52px "microsoft yahei";
    text-align: center;
    background: #f8f8f8;
    color: #333;
    border-bottom: 1px solid #e3e3e3;
}

.cy-grade-select dd {
    float: left;
    width: 1080px;
    height: 52px;
    line-height: 52px;
    padding: 0 10px;
    border-left: 1px solid #e3e3e3;
    overflow: hidden;
    border-bottom: 1px solid #e3e3e3;
}
/* .cg-grade-select ul{float:left;width:550px;} */
.cy-grade-select li {
    float: left;
    margin: 0 12px;
    font: 14px/52px "microsoft yahei";
}

.cy-grade-select li a.on,
.cy-grade-select li.on a{
    padding: 2px 5px;
    border: 1px solid #cc3333;
    color: #cc3333;
    border-radius: 5px;
}
#icon b {
    display: inline-block;
    width: 25px;
    height: 25px;
    margin: 2px 5px;
    position: relative;
}

#icon b img {
    width: 25px;
    height: 25px;
}

#icon b em {
    position: absolute;
    top: 115%;
    left: 0;
    line-height: 25px;
    background-color: #ffffff;
    padding: 0 5px;
    font-size: 12px;
    color: #666;
    border: 1px solid #eeeeee;
    z-index: 3;
    display: none;
    white-space: nowrap;
}

#icon b:hover em {
    display: block;
}
.company_wrap .list .list_item {
    overflow: initial;
}
#materiallist,
#materiallist dt,
#materiallist dd,
#materiallist dd ul {
    height: 130px;
}
#materiallist dt {
    height: 140px;
}
#materiallist dd {
    padding-top: 10px;
}
#materiallist li {
    height: 40px;
    line-height: 40px;
}