*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.box_div{
  width: 100vw;
  height: 100vh;
  display: flex;
  flex-direction: column;
}
.tab_div{
  display: flex;
  flex: none;
}
.nav_tab{
  display: flex;
  list-style: none;
}
.nav{
  width: 6.052631578947368rem;
  height: 4.473684210526316rem;
  line-height: 4.473684210526316rem;
  text-align: center;
  cursor: pointer;
}
.one_nav{ 
  display: none;
  width: 3.6842105263157894rem;
  height: 3.526315789473684rem;
  background-color: #fde0c2;
  border-radius: 0rem;
  margin-right: 10.526315789473685rem; 
}
.nav:nth-child(1){
  background: #000;
  color: #fff;
}
/* 首页 */
.content_div1{
  width: 100%;
  flex: 1;
  display: flex;
  flex-direction: column;
  position: relative;
}
.content_left{
  display: none;
}
.button_line{
  display: none;
  width: 8.631578947368421rem;
  height: 5.2631578947368425rem;
  border-bottom: solid 0.21052631578947367rem #000000; 
}
.left_img{
  margin-top: 3.526315789473684rem;
  width: 10.263157894736842rem;
  height: 31.210526315789473rem;
}
.weChat_icon{
  width: 5.2631578947368425rem;
  height: 5.315789473684211rem;
  position: fixed;
  bottom: 0.5789473684210527rem;
  left: 0.5789473684210527rem;
}
.content_cont{
  flex: 1;
  margin: 0 30px;
}
.right_line{
  width: 100%;
  height: 6.473684210526316rem;
  border-right: solid 0.21052631578947367rem #000000;
}
.box_text{
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  text-align: right;
  margin: 20px 0;
}
.box_title{
  font-family: SourceHanSansCN-Bold;
  font-size: 36px;
  color: #000000;
  font-weight: bold;
  margin-right: 4.526315789473684rem;
}
.box_describe{
  margin-top: 1.0526315789473684rem;
  font-family: SourceHanSansCN-Bold;
  font-size: 20px;
  color: #000000;
  font-weight: bold;
  margin-right: 4.526315789473684rem;
}
.box_line{
  margin-top: 1.5789473684210527rem;
  margin-right: 20px;
  width: 300px;
  height: 0.21052631578947367rem;
  background: #000000;
  float: right;
}
.box_English{
  margin-top: 2.1052631578947367rem;
  font-family: SourceHanSansCN-Regular;
  font-size: 14px;
  color: rgba(0, 0, 0, .5); 
  margin-right: 4.526315789473684rem;
}
.content_right{
  flex: none;
}
.img_pos{
  position: absolute;
  top: 0;
  right: 0;
  width: 41.473684210526315rem ;
	height: 100%;
  z-index: -1;
}
.right_img{
  margin-top: 2.6315789473684212rem;
  width: 100%;
  z-index: 3;
}
.more_button{
  position: absolute;
  bottom: 21.05263157894737rem;
  left: 50%;
  transform: translateX(-50%);
  width: 14.578947368421053rem;
  height: 4.105263157894737rem;
  line-height: 4.105263157894737rem;
  text-align: center;
  background-color: #414141;
  border-radius: 0rem;
  font-family: SourceHanSansCN-Medium;
  font-size: 1.263157894736842rem;
  color: #ffffff;
}
.more_button span{
  margin-left: 2.6315789473684212rem;
}
/* 盲盒 */
.content_div2{
  width: 100%;
  flex: 1;
  display: none;
}
.scene_div{
  box-sizing: border-box;
  overflow-x: auto;
}

.scene_div::-webkit-scrollbar {
  display: none; /* Chrome Safari */
}

/* 一番赏 */
.content_div3{
  display: flex;
  width: 100%;
  flex: 1;
  display: none;
}
.card_div{
  margin-top: 1.5789473684210527rem;
}
/* 联系我们 */
.content_div4{
  display: flex;
  width: 100%;
  flex: 1;
  display: none;
}
.relation_div{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.operate_title{ 
  width: 6.315789473684211rem;
  height: 2.6315789473684212rem;
  line-height: 2.6315789473684212rem;
  text-align: center;
  background: #e5e7ff;
  border-radius: 1.5789473684210527rem;
  margin: 30px 0;
}
.operate_img{
  width: 16.57894736842105rem;
  height: 36.578947368421055rem; 
}

/* 弹框 */
.box-pop{
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.pop-content{
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .7);
  overflow-y: auto;
}
.pop-method{
  width: 100%;
  margin: 50px 0;
}
.method_title{
  width: 6.315789473684211rem;
  height: 2.6315789473684212rem;
  line-height: 2.6315789473684212rem;
  text-align: center;
  background: #e5e7ff;
  border-radius: 0.5263157894736842rem;
}
.method_img{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.method_img1{
  width: 16.57894736842105rem;
  height: 36.578947368421055rem; 
  margin-top: 30px;
}
.method_img2{
  width: 18.526315789473685rem;
  height: 5.842105263157895rem;
  margin-top: 30px;
}