.details {
    margin-bottom: .8rem;
}

.details .right .title {
    font-size: .24rem;
    line-height: 1.4;
    font-weight: normal;
    color: #22439C;
    margin-bottom: .4rem;
}

.details .right .price {
    margin-bottom: .18rem;
}

.details .right .price img {
    margin-left: 0;
}

.details .right .subject {
    font-size: .2rem;
    line-height: 1.5;
    color: #666;
    margin-bottom: .5rem;
    padding: .3rem 0;
    border-top:1px solid #E6E9EC;
    border-bottom:1px solid #E6E9EC;
}

.detailtext {
    font-size: .2rem;
    line-height: 1.5;
    color: #666;
}

.details .right .subject *,
.detailtext * {
    font-size: .2rem !important;
    line-height: 1.5 !important;
}

.detailtext table td {
    /*padding-left: .16rem;*/
}

.details .right .hrefcontact {
    width: 1.2rem;
    height: .3rem;
    line-height: .3rem;
    font-size: .14rem;
    text-align: center;
    border: 1px solid #555650;
    color: #555650;
    border-radius: .08rem;
}

.details .right .hrefcontact:hover {
    background-color: #555650;
    color: #fff;
}

.detailtext {
    margin-bottom: .8rem;
}

.hotproduct {
    margin-bottom: 1rem;
}

.hotproduct .p {
    margin-top: .16rem;
    font-size: .2rem;
    color: #333;
    text-align: center;

}

.hotproduct .swiper-button-next:after,
.hotproduct .swiper-rtl .swiper-button-prev:after,
.hotproduct .swiper-button-prev:after,
.hotproduct .swiper-rtl .swiper-button-next:after {
    color: #B9BDC0;
    font-size: .3rem;
    font-weight: bold;
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    height: .1rem;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    vertical-align: top;
    background-color: #8CDED9;
}

.hotproduct .title {
    font-size: .2rem;
    color: #333333;
    width: 100%;
    padding: 0 .2rem;
    line-height: .2rem;
    height: .4rem;
    position: absolute;
    left: 0;
    bottom: .1rem;
    text-align: center;
}

.hotproduct button {
    display: block;
    width: 100%;
    line-height: .4rem;
    font-size: .14rem;
    text-align: center;
    color: #333;
    background-color: #EBEBEB;
    text-transform: uppercase;
}

.hotproduct .swiper-slide:hover button {
    background-color: #555650;
    color: #fff;
}

.hotproduct .swiper-slide:hover .img img {
    transform: scale(1.03);
}

.hotproduct .swiper-slide .img {
    border: .01rem solid #999;
    overflow: hidden;
}

.article-recommend {
    max-width: 100%;
    margin-bottom: 1rem;
}

.article-recommend>p {
    height: auto;
    line-height: 1;
}

.article-recommend p {
    font-size: 0.18rem;
    color: #999;
    line-height: 1;
}

.article-recommend li {
    margin-bottom: 0.26rem;
}

.article-recommend li a .fl p {
    font-size: .2rem;
    color: #999;
}

.article-recommend li a .fr {
    display: flex;
    align-items: center;
}

.article-recommend li a .fr img {
    width: 0.18rem;
    height: 0.18rem;
    margin-right: 0.08rem;
}

.article-recommend li a .fr p {
    font-size: .2rem;
    color: #999;
    line-height: 0.21rem;
    margin-bottom: 0;
}

.article-recommend li a:hover p {
    color: #22439C;
}

.article-recommend li .screentext {
    font-size: .2rem;
    background-color: #fff;
    color: #666;
    position: absolute;
    bottom: .2rem;
    left: 0;
    width: 25%;
    height: auto;
    display: none;
    z-index: 2;
    padding: .2rem .2rem .2rem 0;
}

.article-recommend li .screentext p {
    font-size: .18rem;
    height: auto;
    color: #999;
}

.article-recommend li:hover .screentext {
    display: block;
}

.title_real {
    font-size: .28rem;
    font-weight: bold;
    margin-bottom: .3rem;
    margin-top: .6rem;
    color: #22439C;
}

@media (min-width: 800px) {
    .details .left {
        width: 49%;
        float: left;
    }
    .details .right {
        width: 49.5%;
        float: right;
    }
}

@media (max-width: 799px) {}