/* .hardware-container{
    background-color: #eee;
} */


/* tab切换 */

.tabs-box .tab-list {
    width: 16% !important;
    box-sizing: content-box;
}


/* 记路者云记录仪 */

.j-container .product-box .mg-title {
    padding: .8rem 0 !important;
}

.product-img-box img {
    max-width: 100%;
    padding-bottom: .4rem;
}

.j-container .product-img-box {
    position: relative;
    text-align: center;
    margin-top: .3rem;
}

.j-container .product-img-box img {
    width: .8rem;
    position: absolute;
    opacity: 0;
}

.j-container .product-img-box img:first-of-type {
    width: 100%;
    padding-bottom: .4rem;
    position: inherit;
    margin-top: inherit;
    opacity: inherit;
}

.j-container .product-img-box .j-0 {
    width: 1rem;
    bottom: 0;
    left: 50%;
    margin-left: -.5rem;
}

.j-container .product-img-box .j-1 {
    top: 1%;
    left: 5%;
}

.j-container .product-img-box .j-2 {
    top: 15%;
    left: 10%;
    margin-left: -.4rem;
}

.j-container .product-img-box .j-3 {
    top: 1%;
    right: 5%;
}

.j-container .product-img-box .j-4 {
    top: 26%;
    left: 5%;
}

.j-container .product-img-box .j-5 {
    top: 0;
    right: 36%;
}

.j-container .product-img-box .j-6 {
    top: -9%;
    right: 30%;
}


/* J-特色功能 */

.feature-container {
    background: url(/static/images/hardware/j/gn-bg.png) no-repeat;
    background-size: cover;
    height: 7rem;
}

.feature-container .mg-title {
    padding: .8rem 0 .6rem;
    color: #fff;
}

.feature-list {
    width: calc(16.666%);
    text-align: center;
    padding-bottom: .4rem;
}

.j-container .feature-list .icon {
    display: block;
    height: .8rem;
    width: .8rem;
    margin: 0 auto;
    background: url(/static/images/hardware/j/gn-140.png) 0 0 no-repeat;
    background-size: 600%;
}

.j-container .feature-box .feature-list:hover .icon {
    background-image: url(/static/images/hardware/j/gn-140-h.png);
}


/* .feature-list:nth-of-type(1) .icon{
    
} */

.feature-list:nth-of-type(2) .icon {
    background-position: -.8rem 0;
}

.feature-list:nth-of-type(3) .icon {
    background-position: -1.6rem 0;
}

.feature-list:nth-of-type(4) .icon {
    background-position: -2.4rem 0;
}

.feature-list:nth-of-type(5) .icon {
    background-position: -3.2rem 0;
}

.feature-list:nth-of-type(6) .icon {
    background-position: -4rem 0;
}

.feature-list:nth-of-type(7) .icon {
    background-position: 0 -.8rem;
}

.feature-list:nth-of-type(8) .icon {
    background-position: -.8rem -.8rem;
}

.feature-list:nth-of-type(9) .icon {
    background-position: -1.6rem -.8rem;
}

.feature-list:nth-of-type(10) .icon {
    background-position: -2.4rem -.8rem;
}

.feature-list:nth-of-type(11) .icon {
    background-position: -3.2rem -.8rem;
}

.feature-list:nth-of-type(12) .icon {
    background-position: -4rem -.8rem;
}

.feature-list:nth-of-type(13) .icon {
    background-position: 0 -1.6rem;
}

.feature-list:nth-of-type(14) .icon {
    background-position: -.8rem -1.6rem;
}

.feature-list:nth-of-type(15) .icon {
    background-position: -1.6rem -1.6rem;
}

.feature-list:nth-of-type(16) .icon {
    background-position: -2.4rem -1.6rem;
}

.feature-list:nth-of-type(17) .icon {
    background-position: -3.2rem -1.6rem;
}

.feature-list:nth-of-type(18) .icon {
    background-position: -4rem -1.6rem;
}

.feature-list .name {
    font-size: .2rem;
    color: #fff;
}


/* 5G AIOT云记录仪 */

.aiot-container {
    background: url(/static/images/hardware/j/5g-bg.png) no-repeat;
    background-size: cover;
    background-position: center;
    height: 6rem;
}

.aiot-container .mg-title {
    color: #fff;
    padding: .6rem 0 .6rem;
}

.aiot-container .cp-5g{
    max-width: 30%;
    position: relative;
    left: 0;
    opacity: 0;
}

.aiot-container .icon-5g{
    max-width: 44%;
    float: right;
    opacity: 0;
}

.guarantee-container{

}
.guarantee-container .mg-title{
  padding-top: .9rem;
}
.guarantee-container .mg-b-title{
  padding-bottom: .6rem;
}
.guarantee-content{
  background-color: #1a1c25;
}
.guarantee-box{
  font-size: 0;
}
.guarantee-box .guarantee-list{
  width: 20%;
  position: relative;
  overflow: hidden;
}
.guarantee-box .guarantee-list img{
  width: 100%;
}
.guarantee-box .guarantee-list .hover-box{
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  font-size: .2rem;
  color:#fff;
  transition: .3s;
}
.guarantee-box .guarantee-list .hover-box p {
  text-align: center;
}
.guarantee-box .guarantee-list .hover-box .cont-box{
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
	-ms-transform:translateY(-50%); 
	-moz-transform:translateY(-50%); 
	-webkit-transform:translateY(-50%); 
	-o-transform:translateY(-50%);
}
.guarantee-box .guarantee-list:hover .hover-box{
  background-color: rgba(32, 186, 252, 0.6);
}

.guarantee-box .guarantee-list:hover img{
    transform: scale(1.1);
    transition: .6s;
}


/* 记路者APP */

.app-container {}

.app-container .mg-title {
    padding: .8rem 0 .93rem !important;
}

.app-box {
    position: relative;
    margin-top: .3rem;
}

.app-box .mobile-box {
    position: absolute;
    height: calc(104%);
    top: 50%;
    left: 50%;
    z-index: 99;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.swiper-slide-shadow-left,
.swiper-slide-shadow-right {
    display: none;
}

.down-box {
    padding-top: 1.2rem;
    font-size: 0;
}

.down-box img {
    width: 100%;
}


/* 应用领域 */

.field-container {}

.field-container .mg-title {
    padding: .75rem .5rem;
}

.field-box {
    padding-bottom: .6rem;
}

.field-box .field-list {
    width: 25%;
    text-align: center;
    height: 2.4rem;
}

.field-box .field-list:hover {
    background-color: #eef9ff;
    cursor: pointer;
}

.field-box .field-list img {
    margin-top: .6rem;
    margin-bottom: .1rem;
    width: .8rem;
    height: .8rem;
}

.field-box .field-list p {
    font-size: .22rem;
    color: #333;
}


/* mate系列 */

.mate-container .product-box .mg-title {
    padding: .8rem 0;
}

.mate-container .product-img-box {
    padding-top: 1rem;
    position: relative;
    text-align: center;
}

.mate-container .product-img-box img:nth-of-type(2) {
    position: absolute;
    top: 24%;
    left: 30%;
    width: 0;
}

.mate-container .product-img-box img:nth-of-type(3) {
    position: absolute;
    top: 50%;
    left: 30%;
    width: 0;
}

.mate-container .product-img-box img:nth-of-type(4) {
    position: absolute;
    width: 0;
    right: 30%;
    top: 30%;
}

.mate-container .product-img-box img:nth-of-type(5) {
    position: relative;
    z-index: 99;
}
.top-img {
    max-width: 65% !important;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
}
.none-img {
    display: none !important;
}

.vedio-contaner{
    height: 650px;
    background: url('/static/images/hardware/y/2-bg.jpg');
}
.vedio-content{
    position: relative;
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    background: rgba(0,0,0,.3);
}
.vedio-content .mg-title{
    padding: .65rem 0;
    color: #fff;
}
.vedio-content .play-btn{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 112px;
    height: 112px;
    border-radius: 50%;
    background: #fff;
}
.vedio-content .play-btn::after{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    content: '';
    width: 0;
    height: 0;
    border-left: 20px solid #333;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-right: none;
}

.point-container {
    height: 7.6rem;
    font-size: 0;
    background: #f0f3f5;
}

.point-box {
    max-width: 11rem;
    margin: 0 auto;
    padding: 1.06rem 0;
}

.point-container .point-list {
    width: calc(100% / 3);
    text-align: center;
    color: #333;
    padding-bottom: .6rem;
}

.point-container .point-list img {
    width: 1.4rem;
}

.point-container .point-list:hover img {
    transform: scale(1.1);
}

.point-container .point-list .title {
    font-size: .24rem;
    padding: .2rem 0 .1rem;
}

.point-container .point-list .tips {
    font-size: .18rem;
}


/* APP绑定 */

.bind-container {
    background-color: #f4f4f4;
    padding-bottom: .8rem;
}

.bind-container .mg-title {
    padding: .8rem 0;
}

.bind-container .bind-box {
    max-width: 10rem;
    margin: 0 auto;
}

.bind-container .bind-box img:nth-of-type(1) {
    width: 65%;
}

.bind-container .bind-box img:nth-of-type(2) {
    width: 20%;
    margin-top: 7%;
}

.mate-container .field-box {
    max-width: 7.2rem;
}

.mate-container .field-box .field-list {
    width: calc(100% / 3);
}


/* x系列 */

.x-container .product-box .mg-title {
    padding: .8rem 0;
}

.x-container .product-img-box {
    position: relative;
    text-align: center;
    padding-top: 3rem;
}

.x-container .product-img-box img {
    width: .8rem;
    position: absolute;
    opacity: 0;
    z-index: 999;
}

.x-container .product-img-box img:first-of-type {
    max-width: 100%;
    padding-bottom: .4rem;
    width: auto;
    position: inherit;
    margin-top: inherit;
    opacity: inherit;
}

.x-container .product-img-box .x-0 {
    width: 0.7rem;
    bottom: 62% !important;
    left: 51%;
    margin-left: -.5rem;
}
.x-container .product-img-box .x-8 {
    top: 30%;
    left: 8% !important;
}

.x-container .product-img-box .x-1 {
    top: 18%;
    left: 18% !important;
}

.x-container .product-img-box .x-2 {
    top: 10%;
    left: 33% !important;
    margin-left: -.4rem;
}

.x-container .product-img-box .x-3 {
    top: 10%;
    right: 30% !important;
}

.x-container .product-img-box .x-4 {
    top: 18%;
    right: 18% !important;
}
.x-container .product-img-box .x-7 {
    top: 30%;
    right: 8% !important;
}

.x-container .product-img-box .x-5 {
    width: auto;
    max-width: 30%;
    top: 38%;
    right: 47% !important;
    z-index: 9;
}

.x-container .product-img-box .x-6 {
    width: auto;
    max-width: 25%;
    top: 30%;
    right: 25% !important;
    z-index: 9;
}

.x-container .feature-container .mg-title {
    padding: .8rem 0 1.25rem;
}

.x-container .feature-list {
    width: calc(100% / 5);
}

.x-container .feature-list .icon {
    display: block;
    margin: 0 auto;
    margin-bottom: .2rem;
    height: .8rem;
    width: .8rem;
    background-image: url(/static/images/hardware/x/gn-80X80.png);
    background-size: 500%;
}

.x-container .feature-list:hover .icon {
    background-image: url(/static/images/hardware/x/gn-80X80-h.png);
}

.x-container .feature-list:nth-of-type(2) .icon {
    background-position: -.8rem 0;
}

.x-container .feature-list:nth-of-type(3) .icon {
    background-position: -1.6rem 0;
}

.x-container .feature-list:nth-of-type(4) .icon {
    background-position: -2.4rem 0;
}

.x-container .feature-list:nth-of-type(5) .icon {
    background-position: -3.2rem 0;
}

.x-container .feature-list:nth-of-type(6) .icon {
    background-position: 0 -.8rem;
}

.x-container .feature-list:nth-of-type(7) .icon {
    background-position: -.8rem -.8rem;
}

.x-container .feature-list:nth-of-type(8) .icon {
    background-position: -1.6rem -.8rem;
}

.x-container .feature-list:nth-of-type(9) .icon {
    background-position: -2.4rem -.8rem;
}

.x-container .feature-list:nth-of-type(10) .icon {
    background-position: -3.2rem -.8rem;
}

.mate-container .field-box {
    max-width: 9.6rem;
}

.x-container .field-box .field-list {
    width: calc(100% / 5);
}

/* t系列 */
.t-container .mg-title{
    padding: .65rem 0;
}
.t-container .product-box{
    background: url('/static/images/hardware/t/t-bg.jpg');
}
.t-container .product-img-box{
    position: relative;
    height: 394px;
    padding-bottom: .65rem;
}
.t-container .product-img-box .t-img{
    position: absolute;
    left: -10%;
    opacity: 0;
}
.t-container .product-img-box ul{
    position: absolute;
    right: 112px;
    opacity: 0;
}
.t-container .product-img-box ul li{
    margin-top: 8px;
}
.t-container .product-img-box ul li img{
    margin-right: 45px;
}
.t-container .product-img-box ul li .text{
    color: #666;
}
.t-container .product-img-box ul li span{
    font-size: 16px;
}
.t-container .product-img-box ul li .title{
    margin-bottom: 9px;
    font-size: 20px;
    color: #333;
}
.obd-contaner{
    padding-bottom: .65rem;
    background: #081a35;
}
.obd-contaner .mg-title{
    padding: .65rem 0;
    color: #fff;
}
.obd-content{
    width: 1200px;
    margin: 0 auto;
}
.obd-content .left{
    position: relative;
    width: 50%;
    height: 405px;
    background: #0b2851;
}
.obd-content .left img{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.obd-content .right{
    width: 50%;
    flex-wrap: wrap;
}
.obd-content .right .item{
    width: calc(50% - .1rem);
    height: calc(50% - .025rem);
    background: #0b2851;
    color: #fff;
    align-items: center;
    margin-left: .05rem;
}
.obd-content .right .item img{
    margin: .3rem 0 .2rem;
}
.obd-content .right .item{
    color: #ddd;
}
.obd-content .right .item .title{
    font-size: 20px;
    margin-bottom: .1rem;
}
.obd-content .right .item:nth-child(1){
    margin-bottom: .05rem;
}
.t-container .field-box .field-list{
    width: calc(100% / 5);
}

/* etc */


/* 记路者云记录仪 */

.d-container .product-box .mg-title {
    padding: .8rem 0;
}

.product-img-box img {
    max-width: 100%;
    padding-bottom: .4rem;
}

.d-container .product-img-box {
    position: relative;
    text-align: center;
}

.d-container .product-img-box img {
    width: .8rem;
    position: absolute;
    opacity: 0;
}

.d-container .product-img-box img:first-of-type,.d-container .product-img-box img:nth-of-type(2) {
    width: auto;
    max-width: 100%;
    padding-bottom: .4rem;
    position: inherit;
    margin-top: inherit;
    opacity: inherit;
}

.d-container .product-img-box img:nth-of-type(3){
    bottom: 16% !important;
    right: 4%;
}

.d-container .product-img-box img:nth-of-type(4){
    top: 39% !important;
    right: -1%;
}

.d-container .product-img-box img:nth-of-type(5){
    bottom: 16% !important;
    left: 2%;
}

.d-container .product-img-box img:nth-of-type(6){
    top: 40% !important;
    left: -2%;
}

.d-container .feature-container{
    background: #282c30;
    height: 6rem;
}

.d-container .feature-list .icon {
    display: block;
    height: .8rem;
    width: .8rem;
    margin: 0 auto;
    background: url(/static/images/hardware/etc/gn-140.png) 0 0 no-repeat;
    background-size: 600%;
}

.d-container .feature-list .name{
    overflow: hidden; 
    white-space: nowrap;
    text-overflow: ellipsis;
}

.d-container .feature-box .feature-list:hover .icon {
    background-image: url(/static/images/hardware/etc/gn-140-h.png);
}
  .d-container .feature-list .icon-sx{
    background: url(/static/images/hardware/etc/icon-sx.png) no-repeat;
    display: block;
    height: .8rem;
    width: .8rem;
    margin: 0 auto;
    background-size: 55%;
    background-position: center;
  }
  .d-container .feature-list .icon-kzff{
    background: url(/static/images/hardware/etc/icon-kzff.png) no-repeat;
    display: block;
    height: .8rem;
    width: .8rem;
    margin: 0 auto;
    background-size: 40%;
    background-position: center;
  }
  .d-container .feature-list .icon-sx:hover{
    background: url(/static/images/hardware/etc/icon-sx-h.png) no-repeat;
    background-size: 55%;
    background-position: center;
  }
  .d-container .feature-list .icon-kzff:hover{
    background: url(/static/images/hardware/etc/icon-kzff-h.png) no-repeat;
    background-size: 40%;
    background-position: center;
  }
  .d-container .feature-list:nth-of-type(2) .icon{
    background-position: -.8rem 0;
  }
  .d-container .feature-list:nth-of-type(3) .icon{
    background-position: -1.6rem 0;
  }
  .d-container .feature-list:nth-of-type(4) .icon{
    background-position: -2.4rem 0;
  }
  .d-container .feature-list:nth-of-type(5) .icon{
    background-position: -3.2rem 0;
  }
  .d-container .feature-list:nth-of-type(6) .icon{
    background-position: -4rem 0;
  }
  .d-container .feature-list:nth-of-type(7) .icon{
    background-position: 0 -.8rem;
  }
  .d-container .feature-list:nth-of-type(8) .icon{
    background-position: -.8rem -.8rem;
  }
  .d-container .feature-list:nth-of-type(9) .icon{
    background-position: -1.6rem -.8rem;
  }
  .d-container .feature-list:nth-of-type(10) .icon{
    background-position: -2.4rem -.8rem;
  }
  .d-container .feature-list:nth-of-type(11) .icon{
    background-position: -3.2rem -.8rem;
  }
  .d-container .feature-list:nth-of-type(12) .icon{
    background-position: -4rem -.8rem;
  }

/* g系列 */
.g-container{
    background: #def3ff;
}
.g-container .product-box .mg-title {
    padding: .8rem 0;
    margin-bottom: .8rem;
}
.g-container .product-img-box {
    position: relative;
    text-align: center;
}
.g-container .product-img-box .text{
    color: #333;
    font-size: 14px;
    opacity: 0;
}
.g-container .product-img-box .text .title{
    font-size: 16px;
}
.g-container .product-img-box .text .desc{
    line-height: .3rem;
}

.g-container .product-img-box .text:nth-of-type(1){
    position: absolute;
    top: 100%;
    left: 14%;
}
.g-container .product-img-box .text:nth-of-type(2){
    position: absolute;
    left: 8%;
    top: 0%;
}
.g-container .product-img-box .text:nth-of-type(3){
    position: absolute;
    left: 33%;
    top: -40%;
}
.g-container .product-img-box .text:nth-of-type(4){
    position: absolute;
    right: 18%;
    top: 0%;
}
.g-container .product-img-box .text:nth-of-type(5){
    position: absolute;
    right: 9%;
    top: 90%;
}

.g-container .product-img-box img {
    width: .8rem;
    position: absolute;
    opacity: 0;
}

.g-container .product-img-box img:first-of-type,.g-container .product-img-box img:nth-of-type(2) {
    width: auto;
    max-width: 100%;
    padding-bottom: .4rem;
    position: inherit;
    margin-top: inherit;
    opacity: inherit;
}

.g-container .product-img-box img:nth-of-type(3){
    top: 24%;
    left: -6%;
}

.g-container .product-img-box img:nth-of-type(4){
    top: 100%;
    left: 16%;
}

.g-container .product-img-box img:nth-of-type(5){
    top: -36%;
    right: 2%;
}

.g-container .product-img-box img:nth-of-type(6){
    top: 40%;
    right: 5%;
}
.g-container .product-img-box img:nth-of-type(7){
    top: -46%;
    left: 35%;
}
.g-container .field-container{
    background: #fff;
}
.g-container .field-box .field-list{
    width: calc(100%/5);
}

.g-container .feature-container{
    background: #282c30;
    height: 6rem;
}

.g-container .feature-list .icon {
    display: block;
    height: .8rem;
    width: .8rem;
    margin: 0 auto;
    background: url(/static/images/hardware/etc/gn-140.png) 0 0 no-repeat;
    background-size: 600%;
}

.g-container .feature-list .name{
    overflow: hidden; 
    white-space: nowrap;
    text-overflow: ellipsis;
}

.g-container .feature-box .feature-list:hover .icon {
    background-image: url(/static/images/hardware/etc/gn-140-h.png);
}

.g-container .feature-list:nth-of-type(2) .icon{
    background-position: -.8rem 0;
  }
  .g-container .feature-list:nth-of-type(3) .icon{
    background-position: -1.6rem 0;
  }
  .g-container .feature-list:nth-of-type(4) .icon{
    background-position: -2.4rem 0;
  }
  .g-container .feature-list:nth-of-type(5) .icon{
    background-position: -3.2rem 0;
  }
  .g-container .feature-list:nth-of-type(6) .icon{
    background-position: -4rem 0;
  }
  .g-container .feature-list:nth-of-type(7) .icon{
    background-position: 0 -.8rem;
  }
  .g-container .feature-list:nth-of-type(8) .icon{
    background-position: -.8rem -.8rem;
  }
  .g-container .feature-list:nth-of-type(9) .icon{
    background-position: -1.6rem -.8rem;
  }
  .g-container .feature-list:nth-of-type(10) .icon{
    background-position: -2.4rem -.8rem;
  }
  .g-container .feature-list:nth-of-type(11) .icon{
    background-position: -3.2rem -.8rem;
  }
  .g-container .feature-list:nth-of-type(12) .icon{
    background-position: -4rem -.8rem;
  }


.list-container{
    padding-top: 1rem;
}
.list-container .list-content{
    width: 1200px;
    margin: 0 auto;
}
.list-container .list-content ul{
    flex-wrap: wrap;
    justify-content: space-between;
}
.list-container .list-content ul li{
    position: relative;
    width: calc(100%/3 - .1rem);
    padding: .5rem 0;
    padding-top: 2rem;
    margin-bottom: .15rem;
    align-items: center;
    background: #f4f4f4;
    transition: .3s;
}
.list-container .list-content ul li:hover{
    box-shadow: 0 4px 12px 0 rgba(0,0,0,.2);
}
.list-container .list-content ul li img{
    position: absolute;
    margin-bottom: .3rem;
    left: 50%;
    transform: translateX(-50%);
    top: 11%;
    transition: .1s;
}
.list-container .list-content ul li img:hover{
    top: 8%;
}
.list-container .list-content ul li p{
    text-align: center;
}
.list-container .list-content ul li .title{
    margin-bottom: .2rem;
    font-size: 20px;
    color: #333;
}
.list-container .list-content ul li .desc{
    font-size: 16px;
    color: #666;
    line-height: .3rem;
}
.list-container .field-box .field-list{
    width: calc(100%/5);
}
.mobile-img{
    display: none;
}


@media (max-width: 800px) {
    .point-container .point-list .tips {
        display: none;
    }
    .point-container .point-list .title {
        font-size: 0.26rem;
    }
    .x-container .product-img-box {
        padding-top: 0;
    }
    .aiot-container{
        height: auto;
        padding-bottom: .6rem;
    }
    .mate-container .product-img-box{
        padding-top: 0;
    }
    .x-container .feature-container .mg-title{
        padding: .8rem 0 .6rem;
    }
    .vedio-contaner{
        height: 5rem;
    }
    .vedio-content{
        width: 100%;
    }
    .vedio-content .play-btn{
        width: 1rem;
        height: 1rem;
    }
    .vedio-content .play-btn::after{
        border-left: 10px solid #333;
        border-top: 8px solid transparent;
        border-bottom: 8px solid transparent;
    }
    .t-container .product-img-box{
        height: 2.8rem;
    }
    .obd-content{
        width: 100%;
        flex-direction: column;
    }
    .obd-content .left{
        width: 100%;
        height: 5rem;
    }
    .obd-content .right{
        width: 100%;
        margin-top: .2rem;
        flex-wrap: wrap;
        justify-content: space-around;
    }
    .obd-content .right .item:nth-child(1){
        margin-bottom: .2rem;
    }
    .obd-content .right .item{
        width: calc(50% - .2rem);
        height: auto;
        padding-bottom: .3rem;
        margin-bottom: .2rem;
    }
    .obd-content .right .item span{
        font-size: .24rem;
        text-align: center;
    }
    .obd-content .right .item .title{
        font-size: .26rem;
    }
    .g-container .product-box .mg-title{
        margin-bottom: 0;
    }
    .field-container .mg-title{
        padding: .6rem .5rem 0 .5rem;
    }
    .mg-container{
        padding-left: 0;
        padding-right: 0;
    }
    .list-container .list-content{
        width: 100%;
    }
    .list-container .list-content ul li{
        width: 100%;
        padding-top: 3rem;
    }
    .list-container .list-content ul li .desc{
        line-height: .4rem;
    }
    .mobile-img{
        display: block;
        width: 90% !important;
        margin: 0 auto !important;
    }
    .j-container .product-box .h5-title {
        padding: 0.8rem 0  0.6rem !important;
    }
    .j-container .product-img-box {
        margin-top: 0;
    }
}