﻿body, .bodymain {
    background-color: #F2F3F7;
}

.bgbody {
    max-width: 1600px;
    margin: 0px auto;
    background-image: none;
    background-color: #F2F3F7;
}

.maincontent {
    max-width: 1200px;
}

.webpath {
    margin-top: 5px;
    width: 100%;
    clear: both;
    zoom: 1;
}

.webpath div {
    float: left;
    padding-right: 10px;
}

.webpath div a {
    color: #666666;
}

.webpath div a:hover {
    color: #ff6a00;
}

.goodorder {
    margin-top: 15px;
}

.goodorder .piclist {
    width: 30%;
    float: left;
}

.goodorder .piclist .picbig {
    position: relative;
    text-align: center;
    width: 100%;
    height: 360px;
    overflow: hidden;
}

.goodorder .piclist .picbig img {
    width: 96%;
    height: auto;
}

.viewpic {
    background-image: url(icon_big.png);
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-position: 0px 5px;
    padding-left: 25px;
    font-size: 12px;
    display: inline-flex;
    color: #666666;
    height: 36px;
    line-height: 36px;
    cursor: pointer;
}

.goodorder .piclist .picsmall .pic {
    float: left;
    margin-left: 2px;
    border: 1px solid #d8d6d6;
    cursor: pointer;
    width: 50px;
    height: 50px;
    overflow: hidden;
}

.goodorder .piclist .picsmall .pic img {
    width: 100%;
    height: 100%;
}

.goodorder .piclist .picsmall .pic.active {
    border: 1px solid #ff6a00;
}

.goodorder .priceinfo {
    float: left;
    width: calc(70% - 220px);
    padding-left: 10px;
}

.goodorder .priceinfo .name {
    text-align: left;
    font-size: 16px;
    color: #333333;
    padding-bottom: 15px;
    border-bottom: 1px solid #d8d6d6;
}

.goodorder .priceinfo .pricelist {
    margin-top: 15px;
}

.goodorder .priceinfo .pricelist .price {
    float: left;
    width: 25%;
    padding-left: 10px;
}

.goodorder .priceinfo .pricelist .price .count {
    color: #666666;
    font-size: 14px;
}

.goodorder .priceinfo .pricelist .price .money {
    margin-top: 5px;
    color: #333333;
    font-weight: 700;
    font-size: 16px;
}

.goodorder .priceinfo .pricelist .price.active .money {
    color: #ff6a00;
}

.goodorder .priceinfo .goodattr {
    margin-top: 10px;
    padding-left: 10px;
}

.goodorder .priceinfo .goodattr .attr {
    width: 100%;
    clear: both;
    margin-top: 3px;
}

.goodorder .priceinfo .goodattr .attr .attrname {
    float: left;
    width: 20%;
    text-overflow: ellipsis;
    padding-top: 12px;
    display: table-cell;
}

.goodorder .priceinfo .goodattr .attr .attrvalue {
    width: 80%;
    display: block;
    word-wrap: break-word;
    display: table-cell;
    padding-top: 3px;
    padding-bottom: 3px;
}

.goodorder .priceinfo .goodattr .attr .attrvalue .value {
    float: left;
    margin-left: 10px;
    margin-top: 3px;
    margin-bottom: 3px;
    border: 1px solid #dddddd;
    padding: 5px;
    box-sizing: border-box;
    color: #666666;
    cursor: pointer;
}

.goodorder .priceinfo .goodattr .attr .attrvalue .value.active {
    border: 1px solid #ff6a00;
    position: relative;
}

.goodorder .priceinfo .goodattr .attr .attrvalue .value.active::after {
    content: "\2713";
    background-color: #ff6a00;
    padding: 1px;
    position: absolute;
    color: #ffffff;
    font-weight: 200;
    font-size: 9px;
    text-align: center;
    width: 12px;
    height: 12px;
    right: 0px;
    bottom: 0px;
}

.goodorder .priceinfo .goodattr .attr .attrvalue .picvalue {
    float: left;
    margin-left: 10px;
    margin-top: 10px;
    border: 1px solid #dddddd;
    box-sizing: border-box;
    color: #666666;
    cursor: pointer;
}

.goodorder .priceinfo .goodattr .attr .attrvalue .picvalue img {
    width: 30px;
    height: 30px;
}

.goodorder .priceinfo .goodattr .attr .attrvalue .picvalue.active {
    border: 1px solid #ff6a00;
    position: relative;
}

.goodorder .priceinfo .goodattr .attr .attrvalue .picvalue.active::after {
    content: "\2713";
    position: absolute;
    color: #ff6a00;
    font-weight: 700;
    right: 0px;
    bottom: 0px;
}

.goodinfo {
    float: left;
    width: 220px;
    padding-left: 15px;

}

.goodinfo .message a {
    margin-top: 15px;
    color: white;
    background-color: #ff6a00;
    width: 100%;
    height: 36px;
    border-radius: 18px;
    display: block;
    text-align: center;
    line-height: 36px;
}

.goodinfo .companyinfo {
    position: relative;
    margin-top: 15px;
    border: 1px solid #d8d6d6;
    width: 100%;
    min-height: 100px;
    border-radius: 6px;
    padding: 10px;
    padding-top: 30px;
    background-image: url(bg_vip1.svg), linear-gradient(0deg, #fff 54%, #f7f5ee 93%);
    background-repeat: no-repeat;
    background-position: right 0;
}

.goodinfo .companyinfo .title {
    padding-left: 25px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 6px;
    border-radius: 0px 0px 5px 5px;
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translate(-50%, 0%);
    font-weight: 700;
    font-size: 12px;
    background: url(VIP1.png) no-repeat;
    background-size: 16px;
    background-position: 5px;
    background-color: white;
    min-width: 120px;
}

.goodinfo .companyinfo .name {
    font-size: 14px;
    font-weight: 700;
}

.goodinfo .companyinfo .email {
    background: url(email.png) no-repeat;
    background-size: 20px;
    background-position: 5px;
    margin-top: 10px;
    font-size: 12px;
    padding-left: 30px;
}

.supply-ability-table.ui2-table-normal {
    width: auto;
    max-width: 100%;
}

.supply-ability-table.ui2-table-zebra tr:nth-child(2n) {
    background: none;
}

.ui2-table td, .ui2-table th {
    padding: 12px;
    text-align: left;
    border: 1px solid #c8d2e0;
}

.do-entry-item-val .ui2-table td, .ui2-table th {
    padding: 6px 12px;
}

.ui2-table-zebra tr:nth-child(2n) {
    background: #f5f7fa;
}

.companyinforight {
    background-color: white;
    border-radius: 6px;
    padding: 10px;
    width: 260px !important;
    position: fixed !important;
    left: 0px;
    top: 0px;
}

.contentleft {
    width: 80%;
}

.contentleft .companyinfo {
    width: 100%;
    height: 240px;
    background-color: white;
    border-radius: 8px;
    padding: 15px;
}

.contentleft .companyinfo .title span {
    font-weight: 700;
}

.contentleft .companyinfo .compic {
    margin-top: 15px;
    float: left;
    width: 60%;
    height: 160px;
}

.contentleft .companyinfo .compic .swiper-container {
    width: 100%;
    height: 100%;
}

.contentleft .companyinfo .compic .swiper-container .swiper-slide {
    height: 100%;
    width: 100%;
}

.contentleft .companyinfo .compic .swiper-container .swiper-slide img {
    width: 100%;
    height: 100%;
}

.contentleft .companyinfo .comzz {
    width: 38%;
    float: left;
    padding-left: 0px;
    margin-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #d8d6d6;
    margin-left: 2%;
}

.contentleft .companyinfo .comzz .item {
    float: left;
    width: 33%;
}

.contentleft .companyinfo .comzz .item .tt {
    color: #666666;
    font-size: 16px;
}

.contentleft .companyinfo .comzz .item .cc {
    color: #333333;
    font-size: 20px;
}

.goodcontents {
    border: 1px solid #d8d6d6;
    border-top: none;
    padding: 15px;
}

.tab-content .goodcontents {
    border-bottom: none;
    padding-bottom: 0px;
}

.gooddetinfo .nav-tabs li.active a {
    color: #ff6a00;
    font-weight: 700;
}

.goodcontents .title {
    font-size: 16px;
    border-bottom: 2px solid #d8d6d6;
    padding-bottom: 10px;
}

.goodcontents .title2 {
    margin-top: 15px;
    font-size: 20px;
    font-weight: 700;
    border-bottom: 1px dotted #d8d6d6;
    padding-bottom: 10px;
}

.goodcontents .title3 {
    margin-top: 15px;
    font-size: 14px;
    font-weight: 700;
}

.goodcontents .table {
    margin-top: 10px;
}

.goodcontents .table th, .goodcontents .table td {
    font-size: 12px;
    font-weight: 100;
    color: #666666;
    min-width: 120px;
    padding-top: 10px;
}

.goodcontents .table td {
    color: #333333;
}

.goodcontents .con {
    padding: 10px;
    font-size: 14px;
}

.goodcontents .con img {
    width: 100%;
}

.goodmessage {
    margin-top: 15px;
    width: 100%;
    background-color: white;
    border: 1px solid #d8d6d6;
    padding: 15px;
}

.goodmessage .title {
    font-weight: 700;
    font-size: 16px;
}

.goodmessage .msgform {
    margin-left: 10%;
    margin-top: 15px;
}

.goodmessage .msgform .row {
    margin-top: 10px;
}

.goodmessage .msgform .th {
    color: #666666;
    font-size: 14px;
}

.goodmessage .msgform .th.req:before {
    content: '\2731';
    color: #ff1810;
}

.goodmessage .msgform textarea {
    border: 1px solid #dddddd;
    width: 480px;
    height: 180px;
    padding: 5px;
}

.goodmessage .msgform .tip {
    color: #999fba;
}

.goodtabfix {
    position: fixed !important;
    border-bottom: 1px solid #d8d6d6;
    padding-bottom: 0px;
    left: 0px;
    top: 0px;
}

.nav-tabs li a {
    background-color: #d8d5d5;
    color: #555454;
}

.commentinfo .fav {
    background-image: url(icon_fav3.png);
    cursor: pointer;
}

.commentinfo .views {
    background-image: url(icon_view2.png);
}

.commentinfo .consult {
    background-image: url(icon_zx.png);
}