.mt a {
    color: #666;
}
.details-wrap {
    background: #f4f4f4;
    padding-bottom: 50px;
}

.details-wrap .left-layout {
    padding-top: 30px;
    width: 73%;
}

.details-wrap .right-layout {
    padding-left: 20px;
    padding-top: 30px;
    width: 27%;
}

.details-wrap .summarize {
    background: #fff;
}

.details-wrap .summarize:after,
.details-wrap .summarize .text-container ul:after,
.details-wrap .right-layout .item .product-wrap:after,
.details-wrap .service .content:after,
.details-wrap .service .service-content ul:after {
    content: ' ';
    display: table;
    clear: both;
}

.details-wrap .summarize .pic-container {
    float: left;
    width: 420px;
    padding: 15px
}

.pic-container .main-pic-wrap{
    float: left;
    width: 300px;
    height: 300px;
    position: relative;
    overflow: hidden;
    border: 1px solid #ddd;
}

.details-wrap .summarize .pic-container .main-pic {
    display: block;
    opacity: 0;
    max-width: 300px;
    max-height: 300px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.details-wrap .summarize .pic-container .main-pic.active{
    opacity: 1;
}

.sub-pic-container {
    float: left;
    padding-left: 10px;
    /*width: 17%;*/
    width: 65px;
}

.sub-pic-container .sub-pic {
    border: 2px solid #fff;
    display: block;
    width: 100%;
    height: 55px;
    margin-top: 6.25px;
}

.sub-pic-container .sub-pic.active{
    border: 2px solid #4d90fe;
}

.sub-pic-container .sub-pic:first-child {
    margin-top: 0;
}

.sub-pic-container .up,
.sub-pic-container .down {
    text-align: center;
    height: 24px;
    line-height: 24px;
    background: #eee;
    display: none;
}

.sub-pic-container .up i {
    display: inline-block;
    transform: rotate(-90deg);
}

.sub-pic-container .down i {
    display: inline-block;
    transform: rotate(90deg);
}

.sub-pic-container .pic-wrap{
    height: 300px;
    overflow: hidden;
    position: relative;
}

.sub-pic-container .pic-wrap .move-wrap{
    position: absolute;
    top: 0;
    left: 0;
    transition: top .15s;
}

.details-wrap .summarize .text-container {
    float: left;
    width: calc(100% - 420px);
    padding: 15px 0;
    padding-right: 20px;
}

.details-wrap .summarize .text-container h2.title {
    font-size: 16px;
    color: #222;
    padding: 0;
    margin: 0;
    margin-bottom: 10px;
    font-weight: bold;
    line-height: 20px;
    max-height: 40px;
    overflow: hidden;
}

.details-wrap .summarize .text-container .description {
    line-height: 22px;
    color: #666;
    max-height: 44px;
    overflow: hidden;
}

.details-wrap .summarize .text-container h3.title {
    margin: 6px 0;
    font-size: 16px;
    color: #222;
}

.details-wrap .summarize .text-container ul {
    max-height: 78px;
    overflow: hidden;
    margin-bottom: 10px;
}

.details-wrap .summarize .text-container li {
    float: left;
    width: 50%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 5px;
    padding-right: 12px;
}

.details-wrap .summarize .text-container .sub-btn {
    padding: 0 25px;
    margin-right: 10px;
}

.details-wrap .summarize .interact-container {
    width: 14%;
    float: left;
    padding-top: 15px;
    text-align: right;
    color: #666;
    padding-right: 15px;
}

.details-wrap .right-layout .item {
    background: #fff;
    margin-bottom: 10px;
    padding: 10px;
}

.details-wrap .right-layout .item h2.title {
    font-size: 16px;
    color: #222;
    margin: 10px 0;
}

.details-wrap .right-layout .item .product-wrap {
    display: block;
    padding: 15px 10px;
    border-bottom: 1px solid #E7E7E7;
    margin: 0 -10px;
}

.details-wrap .right-layout .item .product-wrap:hover{
    background: #f9f9f9;
}

.details-wrap .right-layout .item .product-wrap p{
    margin-bottom: 0;
}

.details-wrap .right-layout .item .product-wrap:last-child {
    border-bottom: none;
    margin-bottom: -10px;
}

.details-wrap .right-layout .item .product-wrap img {
    display: block;
    width: 95px;
    height: 95px;
    float: left;
}

.details-wrap .right-layout .item .product-wrap .text-container {
    width: calc(100% - 95px);
    float: left;
    padding-left: 10px;
}

@media screen and (max-width: 1500px) {
    .details-wrap .right-layout .item .product-wrap img {
        height: 79px;
        width: 79px;
    }
    .details-wrap .right-layout .item .product-wrap .text-container{
        width: calc(100% - 79px);
    }
}

@media screen and (max-width: 1260px) {
    .details-wrap .right-layout .item .product-wrap img {
        height: 69px;
        width: 69px;
    }
    .details-wrap .right-layout .item .product-wrap .text-container{
        width: calc(100% - 69px);
    }
}

.details-wrap .right-layout .item .product-wrap .text-container .title {
    font-size: 14px;
    font-weight: 700;
    color: #222;
    line-height: 24px;
    max-height: 48px;
    overflow: hidden;
    margin-bottom: 4px;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.details-wrap .right-layout .item .product-wrap .text-container .title:hover{
    text-decoration: underline;
    color: #1da1f2;
}

/*@media screen and (max-width: 1500px) {
    .details-wrap .right-layout .item .product-wrap .text-container .title {
        white-space: nowrap;
        text-overflow: ellipsis;
        margin-bottom: 10px;
    }
}*/

@media screen and (max-width: 1260px) {
    .details-wrap .right-layout .item .product-wrap .text-container .title {
        margin-bottom: 4px;
    }
}

.details-wrap .right-layout .item .product-wrap .text-container .description {
    color: #666;
    line-height: 22px;
    max-height: 66px;
    overflow: hidden;
    font-size: 12px;

}

@media screen and (max-width: 1500px) {
    .details-wrap .right-layout .item .product-wrap .text-container .description {
        max-height: 44px;
    }
}

.details-wrap .service {
    margin-top: 20px;
}

.details-wrap .service .tab-wrap a {
    font-size: 16px;
    float: left;
    display: block;
    padding: 8px 25px;
    color: #666;
}

.details-wrap .service .tab-wrap a.active {
    background: #fff;
    color: #333;
    font-weight: bold;
}
.details-wrap .service .tab-wrap a .num {
	font-size: 14px;
}
/*.details-wrap .service .tab-wrap a .num {
    display: inline-block;
    width: 18px;
    height: 18px;
    border-radius: 9px;
    background: #db4946;
    color: #fff;
    margin-left: 5px;
    text-align: center;
    line-height: 18px;
    font-size: 12px;
}*/

.details-wrap .service .content {
    display: none;
    background: #fff;
    padding: 0 10px 20px 10px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

.details-wrap .service .content.active {
    display: block;
}

.details-wrap .service .content > h2 {
    padding: 36px 10px 20px 10px;
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    margin-top: 0;
    float: left;
    width: 100%;
}

.details-wrap .service .service-content {
    width: calc(50% - 20px);
    margin: 0 10px;
    float: left;
    background: #f7f7f7;
    padding: 20px;
}

.details-wrap .service .service-content h3 {
    padding-bottom: 10px;
    font-weight: bold;
    font-size: 15px;
}

.details-wrap .service .service-content h3 i {
    margin-right: 5px;
    font-size: 16px;
}

.details-wrap .service .service-content ul {
    height: 78px;
    overflow: hidden;
}

.details-wrap .service .service-content ul li {
    float: left;
    width: calc(100% / 3);
    text-align: left;
    margin-bottom: 5px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.details-wrap .left-layout .details {
    background: #fff;
    float: left;
    width: 100%;
}
.details-wrap .left-layout .details table {
    width: 100% !important;
}
.details-wrap .left-layout .details table td, .details-wrap .left-layout .details table{
	box-sizing: border-box;
}
.details-wrap .left-layout .details table td, .details-wrap .left-layout .details table th{
	padding: 5px 10px;
	border: 1px solid #DDD;
}
@media screen and (max-width: 1500px) {
    .details-wrap .left-layout .details table td, .details-wrap .left-layout .details table th {
        padding: 5px;
    }
}
@media screen and (max-width: 1260px) {
    .details-wrap .left-layout .details table td, .details-wrap .left-layout .details table th {
        padding: 5px 1px;
        text-align: center;
    }
}
.details-wrap .left-layout .details table td p, .details-wrap .left-layout .details table th p{
	padding:0;
	margin: 0;
}
.details-wrap .left-layout .details img {
    max-width: 100%;
}

.details-wrap .left-layout .details h2.title {
    text-align: left;
    font-weight: normal;
    border-bottom: 1px solid #E7E7E7;
    padding: 36px 0px 20px 0px;
    margin: 0 10px;
    font-size: 16px;
    font-weight: bold;
}

.details-wrap .left-layout .details > .content {
    padding: 10px 10px 50px 10px;
    font-size: 14px !important;
    display: block;
    overflow-x: auto;
    word-wrap: break-word;
}
.details-wrap .left-layout .details * {
    font-size: 14px;
}
.details-wrap .left-layout .details > .content * {
	font-size: 14px;
	line-height: 1.2em;
}

.details-wrap .center {
    padding: 30px 0 10px 0;
}

.message-board .reply .text-content {
    background: #eaf2fb;
    padding: 0;
}

.ming-pian .ming-item h2.title{
    margin: 0;
}

.company-title{
    display: inline-block;
    font-weight: 700;
    line-height: 25px;
    position: relative;
    top: 50%;
    transform: translate(0, -50%);
}

.details-wrap .basic-data-pairs{
	border: 1px solid #E7E7E7;
	float: left;
    width: calc(100% - 20px);
	margin-left: 10px;
	padding: 0;
}
.basic-data-pairs .data-group{
	overflow: hidden;
	border-bottom: 1px solid #eee;
	
}
.basic-data-pairs .data-group:last-child{
	border-bottom: 0;
}
.basic-data-pairs .data-group .data-key, .basic-data-pairs .data-group .data-value{
	float: left;
	padding: 8px 0;
}
.basic-data-pairs .data-group .data-key{
	width: 20%;
	text-align: right;
	padding-right: 20px;
	color: #888;
	border-right: 1px solid #eee;
}
.basic-data-pairs .data-group .data-value{
	width: calc(80% + 1px);
	padding-left: 20px;
	margin-left: -1px;
	border-left: 1px solid #eee;
}

.details-wrap .product-models{
	float:left; 
	width: calc(100% - 20px);
	margin-left: 10px;
	overflow-x: auto;
}
.product-models table{
	margin-bottom: 0;
}
.product-models .table>thead:first-child>tr:first-child>th{
	border-top:1px solid #eee;
}
.product-models .table>thead>tr>th, .product-models .table>tbody>tr>td{
	border-bottom: 1px solid #eee;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
}
.product-models table tr th:first-child, .product-models table tr td:first-child{
	color: #888;
}
.price{
	font-size: 22px;
	color: #FF0036;
	font-weight: bold;
}
.price .currency{
	font-size: 18px;
	color: #FF0036;
	font-weight: bold;
	margin-right: 5px;
}
.price .to{
	font-size: 20px;
	color: #888;
	font-weight: bold;
	margin:0 4px;
}