.listText h4 {
    height: 1.8em;
    overflow: hidden;
}

.listText p {
    margin-top: 0;
}

.companyName {
    margin-top: 0;
    margin-bottom: 12px;
}

/*产品详情?*/
.static {
    position: static;
}

.sellLogo {
    position: absolute;
    width: 70%;
    text-align: center;
    top: 0;
    left: 50%;
    margin-left: -35%;
}

.sellLogo img {
    width: 70%;
}

.picScroll {
    margin: 10px auto;
    text-align: center;
}

.picScroll .bd ul {
    width: 100%;
    float: left;
    padding-top: 10px;
}

.picScroll .bd li {
    width: 25%;
    float: left;
    font-size: 14px;
    text-align: center;
    margin-bottom: 1em;
}

.picScroll .bd li a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    /* ?????????? */
}

.picScroll .bd li img {
    width: 55%;
}

.picScroll .hd {
    height: 20px;
    line-height: 25px;
    overflow: hidden;
    text-align: center;
}

.picScroll .hd li {
    display: inline-block;
    border: 2px solid #fff;
    width: 10px;
    height: 10px;
    background: #8f8f8f;
    margin: 0 5px;
    overflow: hidden;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.picScroll .hd .on {
    background: #b4b4b4;
    border: 2px solid #e1e1e1;
}

.productList p {
    position: static;
}

.companyName {
    margin-top: 28px;
    font-size: 1.4rem;
}

.companyName a {
    color: #666;
}

.productList p span:nth-child(1) {
    background: url("/images/address.png") no-repeat left center;
    background-size: auto 98%;
    padding-left: 16px;
}

.productList p span:nth-child(2) {
    background: url("/images/date.png") no-repeat left center;
    padding-left: 13px;
    background-size: 11px auto;
}

.listText p span:nth-child(3) {
    background: url("/images/ll_icon.png") no-repeat left center;
    background-size: 14px auto;
    padding-left: 1.3rem;
}

/*产品详情改*/
.show_cpxq,.show_cpxq p {
    font-size: 1.6rem;
    line-height: 1.8;
    margin-bottom: 1.8em;
    overflow-wrap: break-word;
    word-break: break-all;
}

.show_lxwm {
    line-height: 1.8;
    font-size: 1.6rem;
}

/*????????*/
.pageTitle {
    float: left;
    text-align: center;
    color: #fff;
    font-size: 1.8rem;
    width: 91%;
    font-weight: bold;
}

.pageTitle img {
    max-width: 100%;
    max-height: 40px;
    margin-top: -16px;
}

#proImg {
    margin-top: 60px;
    height: 400px;
}

.yellowTag {
    background: #ffc400 url("/images/tag_img.png") no-repeat 3% center;
    background-size: 30% auto;
    height: 2.5em;
    text-align: right;
    padding-right: 3%;
    font-size: 1.8rem;
    color: #fff;
    line-height: 2.5em;
}

.proTitle {
    padding: 15px 0;
}

.proTitle h2 {
    font-size: 1.8rem;
    line-height: 1.5em;
}

.proTitle p {
    font-size: 1.6rem;
    color: #666;
    line-height: 2em;
    margin-top: 10px;
}

.proTitle p span {
    color: #f87a1e;
    font-size: 23px;
    /* margin-top: 10px; */
}

.companyInfo {
    border-top: 1px solid #eee;
    padding: 2em 0;
}

.companyInfo h3 {
    font-size: 1.6rem;
    line-height: 1.3em;
}

.comLogo {
    border: 1px solid #eee;
    width: 30%;
    margin-right: 2%;
}

.comLogo img {
    width: 100%;
!important;}

.comAddress {
    font-size: 1.4rem;
    color: #999;
}

.comBox {
    margin-top: 1em;
    font-size: 1.6rem;
    text-align: center;
}

.comBox p {
    width: 50%;
    color: #999;
}

.comBox p:nth-child(1) {
    border-right: 1px solid #ccc;
}

.comBox p span {
    color: #333;
}

.comBox a {
    width: 40%;
    margin: 0 5%;
    text-align: center;
    border: 1px solid #eee;
    border-radius: 5px;
    line-height: 2em;
    background: url("/images/sc.jpg") no-repeat 19% center;
    background-size: 16px;
}

.comBox a:nth-child(2) {
    background-image: url("/images/shop.jpg")
}

/*留言*/
.message {
    /* border-top: 1px solid #eee; */
    /* border-bottom: 1px solid #eee; */
    line-height: 2.5em;
    font-size: 1.6rem;
    /* background: url("/images/right_arrow.png") no-repeat 97% center; */
    background-size: auto 50%;
    float: right;
    line-height: 56px;
    color: #c3c3c3;
}

.message span {
    color: #f87a1e;
}

.proTabBox .hd {
    height: 43px;
    line-height: 40px;
    font-size: 20px;
    border-bottom: 1px solid #eee;
    position: relative;
    overflow: hidden;
}

.proTabBox .hd ul {
    position: absolute;
    height: 43px;
    top: 0;
    width: 100%;
    text-align: center;
}

.proTabBox .hd ul li {
    float: left;
    width: 33.33%;
    color: #666;
    font-size: 1.6rem;
}

.proTabBox .hd ul li:nth-child(2) {
    /* border-left: 1px solid #eee; */
    /* border-right:1px solid #eee; */
}

.proTabBox .hd ul li.on {
    border-bottom: 2px solid #00a67c;
    /* background: #00a67c; */
}

.proTabBox .hd ul li.on a {
    display: block;
    color: #00a67c;
}

.proTabBox .bd ul {
    padding: 10px 0 10px 10px;
    font-size: 1.4rem;
}

.proTabBox .bd li {
    height: 33px;
    line-height: 33px;
}

.proTabBox .bd li a {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

/*供应首页*/
.sellSlide {
    margin-bottom: 0;
}

.sellSearch {
    width: 100%;
    height: 5em;
    background-color: #f1f1f1;
}

.sellSearch .searchBox {
    float: none;
    width: 94%;
    padding-top: 1em;
    margin-top: 0;
}

.sellSearch .searchBox .search {
    height: 2.6em;
}

.sellSearch .searchBox .searchBtn {
    top: 1em;
    height: 3em;
    background-size: 21px auto;
    width: 14%;
}

/*我要询价和留言*/
.form {
    font-size: 1.6rem;
    padding: 15px 0;
}

.form .bb1 {
    padding-bottom: 15px;
}

.proName {
    background-color: #f5f5f5;
    border-radius: 5px;
    line-height: 1.4em;
    padding: .7em 0;
    margin: 1em 0;
    padding-left: 8px;
}

.inputBox {
    margin-left: 1em;
    width: 70%;
}

.inputBox label {
    margin-right: 20px;
    display: inline-block;
    margin-bottom: .5em;
}

.publicSty,.contact input,.messageInput input {
    height: 2.5em;
    width: 100%;
    background-color: #f5f5f5;
    border-radius: 3px;
    margin-top: 1em;
    padding: 0 6px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.question {
    color: #999;
    background: #f5f5f5 url("/images/bot_arr.png") no-repeat 97% center;
    background-size: 18px auto;
}

.desc {
    height: 200px;
    padding: 6px;
}

/*公司信息*/
.contact input.yzwt,.contact input.yzm {
    width: 50%;
    display: block
}

input.submitBtn {
    background-color: #f87a1e;
    color: #fff;
    margin-top: 3em;
}

.contact {
    padding: 10px;
    height: auto;
}

/*公司详情页样式*/
.comMenu a {
    width: 24%;
    display: inline-block;
    text-align: center;
    border: 1px solid #eee;
    border-radius: 6px;
}

.comMenu a.active {
    background-color: #f87a1e;
    border: 1px solid #f87a1e;
    color: #fff;
}

/*留言发布框*/
.comment {
    position: fixed;
    bottom: -150px;
    left: 0;
    height: 150px;
    width: 100%;
    margin: 0;
    padding: 0 10px;
    box-sizing: border-box;
    background-color: #fff;
}

.comment .cancel,.comment .release {
    float: left;
    width: 20%;
    text-align: left;
    font-size: 16px;
    color: #000;
    line-height: 40px;
    display: inline-block;
    text-decoration: none;
}

.comment .release {
    text-align: right;
}

.comment span {
    float: left;
    width: 60%;
    text-align: center;
    font-size: 16px;
    color: #000;
    line-height: 40px;
    display: inline-block;
}

.comment textarea {
    width: 100%;
    height: 100px;
    border: 0;
    box-sizing: border-box;
    font-size: 16px;
    color: #888;
    line-height: 24px;
    text-align: left;
}

.contact table {
    width: 100%
}

/*询价按钮*/
.xunjia a {
    font-size: 15px;
    letter-spacing: 1px;
    float: right;
    padding: 0 15px;
    background: #fbbb00;
    color: #fff;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

.xunjia .xunjiaBtn {
    border-radius: 20px;
    color: #fff;
    background-color: #ff8125;
    border: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    font-size: 15px;
}

.xunjia {
    width: 57%;
    text-align: center;
    line-height: 3em;
    height: 3em;
    margin: 10px 0;
}

.shop {
    float: left;
    width: 33%;
    height: 100%;
    background: url(/images/shop.png) no-repeat left center;
    position: relative;
    background-size: 22px auto/* max-width: 50px; */
}
