/* 清楚浏览器默认样式 */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html,
body {
  width: 100%;
  min-height: 100%;
  color: #333;
  font-family: 'microsoft yahei', '微软雅黑', 'Simsun', Arial;
}
img {
  border: 0;
  display: block;
}
input,
textarea {
  border: 0;
  -webkit-appearance: none;
  outline: none !important;
}
textarea {
  resize: none;
}
button {
  border: 0;
  display: inline-block;
}
input,
button,
select,
textarea {
  outline: none;
}
ul,
li {
  list-style: none;
}
input:-webkit-autofill {
  -webkit-box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.2) inset;
  -webkit-text-fill-color: #333;
}
input:-webkit-autofill:focus {
  -webkit-box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.2) inset;
  -webkit-text-fill-color: #333;
}
a {
  text-decoration: none;
  color: #333;
}
a:hover {
  text-decoration: none;
}
a,
a:active,
a:focus {
  outline: none;
}
a {
  border: none;
  text-decoration: none;
  border: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  outline: none;
}

.bg {
  background: #f4f4f4;
}
.container {
  max-width: 750px;
  margin: 0 auto;
  overflow: hidden;
}
.swiper-container {
  width: 100%;
}
.swiper-slide {
  width: 100%;
  background-color: pink;
}
.swiper-slide img {
  width: 100%;
  height: 100%;
}
.swiper-slide > a {
  display: block;
  width: 100%;
}
.swiper-pagination {
  width: 2rem !important;
  left: 50% !important;
  margin-left: -1rem;
  /*background-color: pink;*/
}
.img {
  width: 100%;
}
.img2 {
  margin-top: -0.05rem;
}
.tabContainer {
  position: relative;
  margin-top: -0.03rem;
  background: #bdf2ff;
}
.tab {
  position: absolute;
  /* top:0.5rem; */
  width: 100%;
  /* left: 2.7%; */
  font-size: 0;
}
.tab li {
  position: relative;
  width: 24.5%;
  height: 2rem;
  display: inline-block;
  margin-right: 0.1rem;
  background-color: rgba(0, 0, 0, 0);
}
.box0 {
  padding-bottom: 2rem;
}
.btn_wrap {
  position: relative;
}
.btn_wrap span {
  position: absolute;
  top: 11%;
  right: 0%;
  width: 50%;
  height: 2rem;
  background-color: rgba(0, 0, 0, 0);
}
.look_btn,
.look_btn2 {
  position: absolute;
  top: 8%;
  right: 0%;
  width: 20%;
  height: 2rem;
  background-color: rgba(0, 0, 0, 0);
}
.look_btn2 {
  top: 74%;
  right: 50%;
  width: 40%;
}
.box,
.box3 {
  position: relative;
}
.box1 button {
  position: absolute;
  z-index: 5;
  top: 8.5rem;
  width: 39%;
  height: 2.5rem;
  display: inline-block;
  margin-right: 0.1rem;
  background-color: rgba(0, 0, 0, 0);
}
.vip_tab_wrap {
  width: 100%;
  overflow-x: auto;
}
.vip_tab {
  display: flex;
  justify-content: space-around;
  width: 130%;
  background-color: #fff;
  overflow-x: auto;
}
.vip_tab li {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding: 0.9rem 0.35rem 0.6rem;
  font-size: 0.84rem;
  color: #333;
  font-weight: bold;
}
.vip_tab li.sel a {
  font-size: 1rem;
  color: #2386e3;
}
/*.vip_tab li:first-child:after{*/
/*position: absolute;*/
/*top: .2rem;*/
/*right: -.3rem;*/
/*padding:.06rem .2rem;*/
/*background-color: red;*/
/*display: block;*/
/*content: '限时特惠';*/
/*font-size: .4rem;*/
/*color: #fff;*/
/*}*/
.vip_tab li#af:after {
  content: '';
  background-color: transparent;
  color: transparent;
}
.pic_btn1 {
  position: absolute;
  bottom: 36%;
  right: 3%;
  width: 30%;
  height: 2rem;
  background-color: rgba(0, 0, 0, 0);
}
.pic_btn2 {
  position: absolute;
  bottom: 12%;
  right: 3%;
  width: 30%;
  height: 2rem;
  background-color: rgba(0, 0, 0, 0);
}
.pic_btn3 {
  position: absolute;
  top: 15%;
  left: 22%;
  width: 30%;
  height: 2rem;
  background-color: rgba(0, 0, 0, 0);
}
.pic_btn4 {
  position: absolute;
  top: 15%;
  right: 8%;
  width: 30%;
  height: 2rem;
  background-color: rgba(0, 0, 0, 0);
}
.pic_btn5 {
  position: absolute;
  bottom: 8%;
  left: 50%;
  margin-left: -25%;
  width: 50%;
  height: 2rem;
  background-color: rgba(0, 0, 0, 0);
  /* background-color: red; */
}
.pic_btn6 {
  position: absolute;
  bottom: 8%;
  left: 50%;
  margin-left: -25%;
  width: 50%;
  height: 2rem;
  background-color: rgba(0, 0, 0, 0);
  /* background-color: red; */
}
.pic_fst_btn1 {
  position: absolute;
  top: 14%;
  right: 4%;
  width: 30%;
  height: 2rem;
  background-color: rgba(0, 0, 0, 0);
}
.pic_fst_btn2 {
  position: absolute;
  top: 21%;
  right: 4%;
  width: 30%;
  height: 2rem;
  background-color: rgba(0, 0, 0, 0);
}
.pic_fst_btn3 {
  position: absolute;
  top: 71%;
  left: 9%;
  width: 35%;
  height: 2rem;
  background-color: rgba(0, 0, 0, 0);
}
.pic_fst_btn4 {
  position: absolute;
  top: 71%;
  left: 52%;
  width: 36%;
  height: 2rem;
  background-color: rgba(0, 0, 0, 0);
}
.pic_fst_btn5 {
  position: absolute;
  top: 84%;
  right: 8%;
  width: 30%;
  height: 2rem;
  background-color: rgba(0, 0, 0, 0);
}
.pic_fst_btn6 {
  position: absolute;
  top: 41%;
  left: 7%;
  width: 40%;
  height: 2rem;
  background-color: rgba(0, 0, 0, 0);
}
.pic_fst_btn7 {
  position: absolute;
  top: 41%;
  right: 10%;
  width: 40%;
  height: 2rem;
  background-color: rgba(0, 0, 0, 0);
}
.pic_fst_btn8 {
  position: absolute;
  bottom: 8%;
  right: 8%;
  width: 30%;
  height: 2rem;
  background-color: rgba(0, 0, 0, 0);
}
.new_user {
  left: 10%;
}
.user {
  right: 10%;
}
.box2 .user {
  position: absolute;
  z-index: 5;
  bottom: 7.2rem;
  left: 20%;
  width: 60%;
  height: 2.5rem;
  display: inline-block;
  margin-right: 0.1rem;
  background-color: rgba(0, 0, 0, 0);
  cursor: pointer;
}
.box3 .user2 {
  position: absolute;
  z-index: 5;
  bottom: 0.7rem;
  left: 20%;
  width: 60%;
  height: 2.5rem;
  display: inline-block;
  margin-right: 0.1rem;
  background-color: rgba(0, 0, 0, 0);
}
.vedio_box {
  position: relative;
  width: 100%;
  margin-top: 0.2rem;
  text-align: center;
}
video {
  outline: none;
}
video::-webkit-media-controls {
  display: none !important;
}
#play {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 5rem;
  height: 5rem;
  margin-top: -2.5rem;
  margin-left: -2.5rem;
}
#img31 {
  margin-top: -0.1rem;
}
.part {
  width: 100%;
}
.part a {
  display: block;
  width: 100%;
  margin-bottom: 0.3rem;
}
.part a img {
  width: 100%;
  height: 100%;
}
.hidden {
  display: none;
}

