html,
body {
  height: -webkit-fill-available;
}

body div {
  box-sizing: border-box;
}

/* header */
.header_box {
  width: 100%;
  height: 75px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #0f0027cc;
  padding: 0 16px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}
.header_box .arrow_right {
  width: 40px;
  height: 40px;
  transform: scaleX(-1) translateX(10px);
}
.header_box .header_logo {
  width: 50px;
}

.header_box .header_click_down {
  width: 75px;
}

.header_box .header_middle {
  flex: 1;
  margin-left: 16px;
}

.header_middle .header_title {
  font-weight: 600;
  font-size: 18px;
  color: #fff;
}

.header_middle .header_desc {
  font-size: 14px;
  color: #ffdc5e;
}

/* main */
.main_content {
  width: 100%;
  height: 100%;
  position: relative;
  background: url('../image//BANNER.jpg') no-repeat;
  background-size: 100%;
  background-color: #ad6eff;
  min-height: -webkit-fill-available;
  min-height: 808px;
}

.main_content .main_bottom {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

.main_bottom .bottom_gift_tips {
  width: 345px;
  height: 107px;
  background: url('../image/Group\ 1556237086.png') no-repeat;
  background-size: 100% 100%;
  margin: 0 auto;
  padding: 12px 0;
  text-align: left;
  padding-left: 105px;
  position: relative;
  bottom: 132px;
}

.bottom_gift_tips .tips_info {
  font-size: 14px;
  color: #1d1d52;
  font-weight: 600;
  line-height: 24px;
}

.main_bottom .bottom_phone_button {
  width: 100%;
  height: 75px;
  background: #1f044773;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 6%;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}

.bottom_phone_button .phone_icon {
  width: 145px;
}

/* fixed */
.fixed_wrapper_box {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #0000004d;
  display: none;
}

.fixed_wrapper_box .box_show {
  background: #cbd8ff;
  position: relative;
  min-height: 100vh;
  width: 100%;
  border-radius: 16px 16px 0 0;
  transform: translateY(100vh);
  transition: all 0.3s linear;
  padding: 24px 16px;
}

.show_top {
  position: relative;
  margin-bottom: 16px;
}

.show_top .top_title {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 14px;
  color: #2e2b3d;
  font-weight: 600;
}

.show_top_right {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #534f66;
}

.show_top_right .back {
  height: 16px;
  margin-right: 4px;
}

.box_show .show_bottom {
  width: 100%;
  height: 100vh;
  overflow-y: auto;
  padding-bottom: 24px;
}

.show_bottom .show_b_main {
  width: 100%;
  /* height: 100%; */
  border: 1px solid #41104d80;
  border-radius: 6px;
  padding: 8px;
  overflow-y: auto;
  margin-bottom: 50px;
}

.show_b_main .scroll_title {
  font-size: 14px;
  color: #c21e1e;
  text-align: left;
  font-weight: 600;
}

.scroll_icon {
  display: flex;
  align-items: center;
  margin: 16px 0;
}

.scroll_icon .icon_left {
  width: 127px;
  margin-right: 12px;
}

.icon_right .right_label {
  font-size: 18px;
  font-weight: 600;
  color: #000000;
}

.right_label .label_mark {
  font-size: 12px;
  font-weight: 400;
  border: 1px solid;
  display: inline-block;
  padding: 0 4px;
  border-radius: 6px;
}

.icon_right .right_blue {
  font-size: 16px;
  font-weight: 600;
  color: #318bd3;
}

.margin_8 {
  margin: 8px 0;
}

.margin_16_8 {
  margin: 12px 0 8px 0;
}

.icon_right .right_desc {
  font-size: 10px;
  color: #6e717d;
  margin: 4px 0;
}

.icon_right .right_free {
  font-size: 10px;
  font-weight: 600;
  color: #000;
}

.scroll_down {
  text-align: center;
  margin-bottom: 16px;
}

.scroll_down .down_button {
  width: 100%;
}

.show_text_desc {
  line-height: 1.5;
}

.show_text_desc .bule_midule {
  color: #4b1c7d;
  font-size: 14px;
  font-weight: 600;
}

.show_text_desc .bule_small {
  color: #4b1c7d;
  font-size: 12px;
}

.show_text_desc .red_small {
  color: #c21e1e;
  font-size: 12px;
}

.show_text_desc .allow_copy {
  width: 100%;
  height: 52px;
  background: #adb6ff;
  border-radius: 6px;
  padding: 8px;
  margin: 12px 0;
  color: #4b1c7d;
}

.show_text_desc .allow_img {
  text-align: center;
}

.allow_img .allow_img_cion {
  width: 245px;
}

.wechat_wrapper_mast {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: #0000004d;
  z-index: 99;
  display: none;
  text-align: right;
}

.wechat_wrapper_mast .wecht_tips_icon {
  width: 375px;
}
