@@ -693,4 +693,9 @@ h1,h2,h3,h4,h5,h6,p{font-weight:normal;margin: 0;}
// swiper 提示
.experience-swiper-tip {font-weight: 400;font-size: 14px;color: rgb(96, 96, 96);text-align: center;margin: 0 0 42px;}
}
+ // 移动端点击a标签背景变色bug修复
+ a{-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
+ -webkit-user-select: none;
+ -moz-user-focus: none;
+ -moz-user-select: none;}