@charset "utf-8";
.banner {
    height: 1rem;
    margin-bottom: .2rem;
}

.details {
    margin-bottom: .1rem;
}

.details .left .sp-selected-thumbnail{
    border: 1px solid #333;
}

.details .right .title {
    font-size: .28rem;
    line-height: 1.2;
    font-weight: bold;
    color: #333;
    margin-bottom: .3rem;
}

.details .right .price {
    margin-bottom: .18rem;
}

.details .right img{
    margin: 0;
}

.details .right .price img {
    margin-left: 0;
}

.details .right .subject p{
	font-size: .16rem;
    color: #666;
    line-height: 1.5;
    margin-bottom: 0.27rem;
}

.detailtext {
    font-size: .16rem;
    line-height: 1.5;
    color: #666;
}

.detailtext .title{
    width: 100%;
    background-color: #F2F2F2;
    font-size: .2rem!important;
    font-weight: bold;
    text-align: center;
    line-height: 1!important;
    padding: .1rem 0;
    text-transform: uppercase;
    margin-bottom: .4rem;
    color: #333!important;
}

.detailtext .contant{
    width: 100%;
}
.detailtext .contant li{
	float:left;
	width:50%;
	padding: 2%;
}

.detailtext * {
    font-size: .18rem !important;
    line-height: 2.4 !important;
    color: #666 !important;
    font-family: 'Segoe UI'!important;
}

.detailtext table td{
    padding-left: .16rem;
}

.details .right .hrefcontact {
    width: 1.5rem;
    line-height: .4rem;
    font-size: .16rem;
    text-align: center;
    border: .02rem solid #CFB9A3;
    color: #CFB9A3;
    border-radius: .08rem;
    font-weight: 700;
}

.details .right .hrefcontact:hover {
    background-color: #CFB9A3;
    color: #fff;
}

.detailtext {
    margin-bottom: .8rem;
}

.details .hotproduct {
    padding: 10px;
    background-color: #F7F6F2;
}

.details .hotproduct .p_1{
    font-size: .16rem;
    line-height: 1.5;
    text-align: center;
    color: #26262c;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: .3rem;
}

.details .hotproduct li{
    margin-bottom: .2rem;
}

.details .hotproduct .p {
    margin-top: .16rem;
    font-size: .16rem;
    line-height: 1.5;
    height: .48rem;
    overflow: hidden;
    color: #333;
    text-align: center;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0;
    background-color: #E5ECE6;
    color: #666;
}

.details .hotproduct li:hover .p{
    opacity: 1;
}

@media (min-width: 800px) {
    .details .left {
        width: 42%;
        float: left;
        margin-right: 8%;
    }

    .details .right {
        width: 35%;
        float: left;
    }

    .details .hotproduct {
        float: right;
        width: 15%;
    }

    .hotproduct .mySwiper {
        padding: 0 .4rem;
    }
}

@media (max-width: 799px) {
    .details .hotproduct li{
        float: left;
        width: 49%;
        margin-right: 2%;
    }
    .details .hotproduct li:nth-child(2n){
        margin-right: 0;
    }
}