@charset "utf-8";
.l-content .u-w-cl{
    color: #fff;
}
.l-content .u-title-cl{
    color: #333;
}
.l-content .u-style-text{
    color: #dd0000;
    text-transform: uppercase;
}
.l-content .u-bl-cl{
    color: #0169c6;
}
.l-content .u-head_title{
    color: #0854c5;
    font-size: 16px;
}
.l-content .m-text-contact{
    color: #ff730a;
    font-size: 12px;
    font-weight: bold;
}
.l-content .m-text-mail{
    font-size: 14px;
    font-weight: bold;
}
.l-content .u-clearfix:after{
    display: block;
    clear: both;
    width: 0;
    height: 0;
    content: "";
}

.l-content .mainBanner img {
    width: 100%;
    height: auto;
    margin: 0 auto;
    white-space: nowrap;
    text-indent: 100%;
    overflow: hidden;
}
.l-content .m-intro-product{
    margin: 0 15px 20px 15px;
    padding: 20px;
    background-color: #f1f7fd;
}
.l-content .m-intro-product__img{
    text-align: center;
}
.l-content .m-intro-product__content p{
    font-weight: bold;
    text-align: center;
}
.l-content img {
    margin: 0 auto;
}
.l-content .m-list-text__arrow li{
    list-style: none;
    margin: 10px 0;
}
.l-content .m-list-text__arrow li .m-img_icon{
    float: left;
    width: 5%;
    padding-top: 4px;
}
.l-content .m-list-text__arrow li p{
    float: right;
    width: 92%;
    font-weight: bold;
}
.l-content .m-outstanding-features{
    margin:0 15px 20px 15px;
    padding: 20px 0 20px 15px;
    background-image: url(/sp/pr/top3pbitems_202009/images/bg_intro.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.l-content .m-outstanding-features .m-outstanding-features__img{
    text-align: center;
}
.l-content .m-main-title{
    margin: 20px 15px;
    background-image: url(/sp/pr/top3pbitems_202009/images/bg_title.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    text-align: center;
    min-height: 40px;
}
.l-content .m-main-title h2{
    padding: 10px;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
}
.l-content .m-main-title2 h2{
    padding: 3px;
}
.l-content .m-product-item{
    margin: 0 15px;
}
.l-content .m-product-item .u-head_title{
    text-align: center;
}
.l-content .m-product-item__img{
    text-align: center;
}
.l-content .m-product-item .m-product-item__part{
    font-size: 17px;
    text-align: center;
}
.l-content .m-product-item .m-product-item__status{
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}
.l-content .m-product-item .m-product-item__features p{
    font-weight: bold;
}
.l-content .m-special-ofpr{
    margin: 0 15px;
    padding: 9px 0;
    background-color: #0169c6;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}
.l-content .m-special-ofpr__ct{
    margin: 0 15px;
    padding: 0 15px;
    border: 1px solid #999;
}
.l-content .m-btn-vm{
    padding:0 ;
    text-align: center;
}
.l-content .m-btn-vm a{
    display: inline-block;
    width: 290px;
    max-width: 310px;
}
.l-content .m-other-products .bn-other-product{
    margin-bottom: 15px;
    text-align: center;
}
.l-content .m-other-products .bn-other-product a img{
    width: 345px;
}
.l-content .m-model-table{
    margin: 0 15px;
    text-align: center;
    overflow-x: scroll;
    max-width: 100%;
}
::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 5px;
    height: 7px;
  }
  
::-webkit-scrollbar-thumb {
border-radius: 5px;
background-color: rgba(0,0,0,.3);
-webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
}
.l-content .m-model-table table{
    width: 915px;
}
.l-content .m-model-table table .m-table-title{
    background-color: #0169c6;
    color: #fff;
    font-weight: bold;
}
.l-content .m-model-table table .model-number{
    width: 100px;
} 
.l-content .m-model-table table tr td{
    border: 1px solid #333;
    font-weight: bold;
}
.l-content .m-note-title{
    margin:0 15px ;
}
.l-content .m-note-title h4{
    padding: 8px 0 8px 10px;
    background-color: #e2e2e2;
    font-size: 16px;
    font-weight: bold;
}
.l-content .m-recommend{
    margin: 0 15px;
    text-align: center;
}
.l-content .m-recommend__image a{
    display: block;
}
.l-content .m-recommend .m-recommend__title{
    font-size: 19px;
    font-weight: bold;
    text-transform: uppercase;
}
.l-content .m-contact{
    margin: 0 15px;
    padding: 20px;
    background-color: #f1f7fd;
    font-weight: bold;
}
@media screen and (orientation: landscape) {

    .l-content .m-product-item .m-product-item__img{
        float: left;
        width: 40%;
    }
    .l-content .m-product-item .m-product-item__features{
        float: right;
        width: 60%;
    }

}