/* 公用样式 */
@import url('https://font.sec.miui.com/font/css?family=MiSans:200,400,500,600,700,900:MiSans'); /* 字体引入 */

.w1500 {width: 1500px; margin: auto; max-width: 92%;}

.A2VRMain {font-family: 'MiSans', sans-serif;}

.A2VR-banner {position: relative; overflow: hidden;}
.A2VR-banner .imgBox img {width: 100%; min-height: 4rem; object-fit: cover;}
.A2VR-banner .p1 {font-size: .92rem; font-weight: 500; line-height: 1.2;}
.A2VR-banner .p2 {font-size: .3rem; margin-top: .4rem;}

.A2VR_Tle {font-size: .66rem; font-weight: 500;}

.A2VR_One {padding: 1rem 0 1.5rem; background: url(../images/A2_VR/A2VR_One-bj.jpg) no-repeat center; background-size: cover;}
.A2VR_One .w1920 {max-width: 1920px; margin: auto;}
.A2VR_One .list {}
.A2VR_One .list ul {display: flex; flex-wrap: wrap;justify-content: space-between;}
.A2VR_One .list li { text-align: center; width: calc(100% / 3); margin-top: 1rem;}
.A2VR_One .list li .icBox {height: 1rem; display: flex; align-items: center; justify-content: center;}
.A2VR_One .list li .icBox img {max-height: 100%; object-fit: contain;}
.A2VR_One .list li .p1 {font-size: .4rem; font-weight: 500; margin-top: .3rem;}
.A2VR_One .list li .p2 {font-size: .24rem; margin-top: .1rem; line-height: 1.8;}
.A2VR_One .list li .p2 p {color: #000; font-weight: 200;}

.A2VR_Two {padding: 1rem 0;} 
.A2VR_Two .box {margin-top: 1rem;}
.A2VR_Two table {overflow: hidden;  border-collapse: collapse;}
.A2VR_Two table tr td {padding:.15rem .2rem;font-size: .22rem;}
.A2VR_Two table tr td p , .A2VR_Two table tr td p span ,.A2VR_Two table tr td span {font-size: .22rem !important;}
.A2VR_Two table tr:first-child td span {font-size: .24rem !important;}


@media screen and (max-width: 1024px) {
  .A2VR-banner .p1 {font-size: .7rem;}

}

@media screen and (max-width: 768px) {
  .A2VR_Tle {font-size: .5rem;}

  .A2VR-banner .p1 {font-size: .45rem;}
  .A2VR-banner .p2 {font-size: .24rem; margin-top: .2rem;}

  .A2VR_One .list li {width: calc(100% / 2); margin-top: .5rem;}
  .A2VR_One .list li .icBox {height: .8rem;}
}