@charset "utf-8";

/* 样式重置 */
body, html {
  min-height: 100%;
}

body {
  font-family: "PingFang SC", "Arial", "Microsoft YaHei", "Helvetica", "Helvetica Neue", "Tahoma", "sans-serif";
  line-height: 1.5;
  font-size: 12px;
  color: #fff;
  background: #001554;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
}

ol, ul {
  list-style: none;
}

address, caption, cite, code, dfn, em, strong, th, var, optgroup {
  font-style: normal;
}

input, button, textarea, select, optgroup, option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  *font-size: 100%;
}

fieldset, img, a img, :link img, :visited img {
  border: 0;
}

a {
  text-decoration: none;
  color: inherit;
}

/* a:visited {
    color: inherit;
} */

/*a:hover,
a:active {
    color: #d00000;
}*/

:focus {
  outline: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th {
  text-align: left;
}

/* 通用样式 */
.wrap {
  width: 1200px;
  margin: 0 auto;
}

.none {
  display: none;
}

.fl {
  display: inline;
  float: left;
}

.fr {
  display: inline;
  float: right;
}

.clearfix {
  _zoom: 1;
}

.clearfix:after {
  content: "";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}

.ovh {
  overflow: hidden;
  display: block;
}

.lh1 {
  line-height: 1;
}

.tov,
.tovm {
  overflow: hidden;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.tovm {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  white-space: normal;
}

.tc {
  text-align: center;
}

.fc9 {
  color: #999;
}

.fc6 {
  color: #666;
}

.fc3 {
  color: #333;
}

.fcred {
  color: #d00000;
}

.fs12 {
  font-size: 12px;
}

.fs14 {
  font-size: 14px;
}

.fblod {
  font-weight: 700;
}

.ml10 {
  margin-left: 10px;
}

.ml5 {
  margin-left: 5px;
}

.mt30 {
  margin-top: 30px;
}

.mr30 {
  margin-right: 30px;
}

/* 向下三角形 */
.delta_down {
  display: inline-block;
  width: 0;
  height: 0;
  border-width: 5px 4px;
  border-style: solid;
  vertical-align: -2px;
  border-color: #999 transparent transparent;
}

.not_select {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}


/* pc */
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.flex_center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.flex_align_items {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex_space_around {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-around;
  -ms-flex-pack: justify;
  justify-content: space-around;
}

.flex_start {
  -webkit-box-pack: justify;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: justify;
  justify-content: flex-start;
}

.flex_wrap {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex_1 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.flex_space_between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flex_last_end {
  -webkit-box-pack: justify;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: justify;
  justify-content: flex-end;
}

.limit {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.limit2 {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
}

.limit3 {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.dib {
  display: inline-block
}

.mr20 {
  margin-right: 20px;
}

.ml20 {
  margin-left: 20px;
}

.mt20 {
  margin-top: 20px
}

.mb20 {
  margin-bottom: 20px;
}

.wh {
  width: 100%;
}

.pr {
  position: relative
}

.hide {
  display: none;
}


/* 顶通条 */
.site_top {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 30;
  height: 30px;
  background-color: #0f0941;
  color: #333;
  line-height: 30px;
}

.site_top .icon {
  display: inline-block;
  margin-right: 5px;
  width: 16px;
  height: 16px;
  vertical-align: -2px;
  background: url('/activity/bldc-review2019/images/site-top-icon.png') no-repeat;
}

.site_top .i2 {
  background-position: 0 -18px;
}

.site_top .i3 {
  background-position: 0 -36px;
}

.site_top .i4 {
  background-position: 0 -54px;
}

.site_top .i5 {
  background-position: 0 -71px;
}

.site_top .i6 {
  background-position: 0 -125px;
  display: none;
}

.site_top .i7 {
  background-position: 0 -91px;
}

.site_top .i8 {
  background-position: 0 -108px;
}

/* .site_top .site_partner a:hover .icon {
    background-position-x: -19px;
} */
.site_top .origin-item {
  float: right;
  margin-right: 20px;
}

.site_top .origin-item .hot {
  position: relative;
  margin: -15px 0 0 10px;
  padding: 1px 2px;
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
  border-radius: 3px;
  background-color: #feff02;
  color: #d00000;
  font-size: 12px;
  font-style: italic;
  font-family: "PingFang SC", "Arial", "Microsoft YaHei", "Helvetica", "Helvetica Neue", "Tahoma", "sans-serif";
}

.site_top .origin-item .hot:before {
  position: absolute;
  left: -4px;
  top: 3px;
  content: "";
  width: 0;
  height: 0;
  line-height: 1;
  background-color: #feff02;
  border-style: solid;
  border-width: 4px 4px 4px 0;
  border-color: #0f0941 #feff02 #0f0941 #0f0941;
}

.site_top a {
  color: #aaa;
}

/* .site_top a:hover {
    color: #d00;
} */
.site_partner {
  position: relative;
  float: left;
}

.site_partner:after {
  position: absolute;
  top: 14.5px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #0f0941;
}

.site_partner a {
  position: relative;
  z-index: 1;
  float: left;
  padding: 0 5px;
  background-color: #0f0941;
  margin-left: 20px;
  vertical-align: top;
}

.site_partner a:first-child {
  margin-left: 0;
}

.site_top .user_area {
  position: relative;
  float: right;
  height: 30px;
}

.site_top .login {
  margin-right: 5px;
}
header .menu .on, header .menu .on:hover {
  color: #0F75E7;
}
.site_top .user_area .umenu {
  cursor: pointer;
}

.site_top .user_area .umenu img {
  display: inline-block;
  margin-left: 20px;
  vertical-align: -8px;
  width: 24px;
  height: 24px;
  border-radius: 24px;
}

.site_top .user_area .umenu:hover .drop {
  display: block;
}

.site_top .user_area .drop {
  display: none;
  position: absolute;
  right: 0;
  top: 30px;
  z-index: 10;
  width: 110px;
  text-align: center;
  background-color: #666;
  background-color: rgba(0, 0, 0, .6);
}

.site_top .user_area .drop:before {
  content: "";
  position: absolute;
  top: -20px;
  right: 0;
  width: 50px;
  height: 20px;
  /* background-color: red; */
}

.site_top .user_area .drop a {
  display: block;
  color: #fff;
}

.site_top .user_area .drop a:hover {
  background-color: #000;
}

header {
  position: fixed;
  top: 30px;
  left: 0;
  right: 0;
  z-index: 9;
  height: 80px;
  background-color: #001348;
}

header>.wrap {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

header .menu {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  height: 100%;
  align-items: center;
  font-size: 14px;
}

header .menu>a,
header .menu .drop {
  padding: 0 20px;
}

header .menu>a:hover {
  color: #fff;
}

header .menu .drop {
  position: relative;
  line-height: 80px;
}

header .menu .drop::after {
  content: "";
  display: inline-block;
  margin-left: 10px;
  vertical-align: -2px;
  border-width: 5px;
  border-style: solid;
  height: 0;
  border-color: #fff transparent transparent transparent;
}

header .menu .drop:hover {
  cursor: pointer;
  color: #0F75E7;
  background: #002A74;
}

header .menu .drop:hover::after {
  border-color: transparent transparent #0F75E7 transparent;
  vertical-align: 3px;
}

header .menu .drop .item {
  position: absolute;
  top: 80px;
  left: -9999999px;
  white-space: nowrap;
  line-height: 40px;
  background: rgba(13, 69, 62, 0.5);
}

header .menu .drop:hover .item {
  left: 0;
}

header .menu .drop .item>a {
  display: block;
  width: 310px;
  padding: 0 0 0 21px;
  font-size: 15px;
  line-height: 32px;
  box-sizing: border-box;
  background: #001036;
  color: #fff;
}

header .menu .drop .item>a:hover {
  background: #002A74;
}

header .menu .enter {
  width: 120px;
  height: 40px;
  background: #10A3FF;
  cursor: pointer;
  margin-left: 40px;
  background-size: 100% 100%;
  line-height: 40px;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  padding: 0;
  color: #ffffff;
  border-radius: 20px;
}

header .menu .enter:hover {
  background: #0F75E7;
}

header .logo img:first-child {
  width: 125px;
  margin-right: 0;
}

/* header .logo img:nth-child(2) {
    width:95px;
    position: relative;
    top: 2px;
}
header .logo img:last-child {
    width:95px;
    position: relative;
    top: -1px;
} */
.bdshare-area {
  float: right;
  width: 196px;
  height: 32px;
  position: relative;
  top: 29px;
  z-index: 8;
  /*  background: url('../img/bdshare1.png') center center no-repeat;*/
}

.bdshare-area::before {
  content: "分享";
  position: absolute;
  top: 0px;
  left: 0;
  line-height: 32px;
}

.bdshare-area .bdsharebuttonbox i {
  display: inline-block;
  width: 24px;
  height: 24px;
}

.bdshare-area .bdsharebuttonbox i:hover {
  opacity: .8;
}

.bdshare-area .bds_sqq {
  background: url('../img/bdshare1.png') center center no-repeat;
}

.bdshare-area .bds_qzone {
  background: url('../img/bdshare2.png') center center no-repeat;
}

.bdshare-area .bds_tsina {
  background: url('../img/bdshare3.png') center center no-repeat;
}

.bdshare-area .bds_weixin {
  background: url('../img/bdshare4.png') center center no-repeat;
}

.bdsharebuttonbox {
  position: relative;
  background: transparent;
  padding-left: 28px;
}

.bdsharebuttonbox i {
  float: left;
  margin: 0 0 0 4px;
  background: transparent;
  padding: 0;
  width: 24px;
  height: 24px;
  cursor: pointer;
  border-radius: 50%;
}


.footer {
  font: 12px/30px "微软雅黑";
  color: #a4a4a4;
  width: 100%;
  padding: 20px 0 20px;
  background: #181818;
  text-align: center;
}

.footer a {
  color: #a4a4a4;
}

.footer a:hover {
  text-decoration: underline;
}

.tips {
  background: rgba(0, 0, 0, .8) !important;
  text-align: center !important;
  border: none !important;
}

.ai2020_pop {
  color: #333;
}

.ai2020_pop .layui-layer-title {
  display: none;
  position: relative;
  z-index: 1;
  background-color: #fff;
  color: #333333;
  font-size: 22px;
  line-height: 24px;
  font-weight: 700;
  border-bottom: none;
  padding-top: 27px;
  padding-bottom: 31px;
  padding-left: 25px;
}

.ai2020_pop .layui-layer-setwin .layui-layer-close1 {
  background-position: 0;
  cursor: pointer;
}

.ai2020_pop .layui-layer-ico {
  background: url(../img/close_icon2.png) no-repeat;
}

.ai2020_pop .layui-layer-setwin {
  z-index: 1;
  right: 24px;
  top: 20px;
}

.ai2020_pop .layui-layer-content {
  padding: 0 24px;
}

.apply_form_pop {
  background-color: #fff;
  box-sizing: border-box;
  width: 328px;
  margin: 0 auto;
}

.apply_form_pop>h1 {
  font-weight: bold;
  font-size: 30px;
}

.apply_form_pop>h3 {
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
}

.apply_form_pop>h2 {
  color: #999;
  font-size: 14px;
  margin: 20px 0 16px;
  font-weight: 400;
}

.form-item {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.form-title {
  line-height: 32px;
  font-size: 14px;
  width: 48px;
  text-align: left;
}

.form_title_icon {
  color: #4CA7B4;
  margin-right: 5px;
}

.form-input {
  text-indent: 10px;
  height: 32px;
  width: 280px;
  border-radius: 3px;
  border: 1px solid RGB(230, 230, 230);
}

.address-box {
  display: flex;
  height: 32px;
  width: 85%;
  display: flex;
  height: 32px;
  width: 74%;
  flex: 1;
}

.address-box>select {
  border-radius: 3px;
  border: 1px solid RGB(230, 230, 230);
  width: 136px;
  color: #656565;
}

.address-box>select:nth-child(1) {
  margin-right: 0.1rem;
}

.form-check {
  display: flex;
  align-items: center;
}

.form-check:nth-child(1) {
  margin-right: 100px;
}

.btn-box {
  display: flex;
  padding: 10px 0 50px;
}

.btn-box>div,
.btn-box>button {
  width: 116px;
  height: 34px;
  border-radius: 3px;
  line-height: 34px;
  text-align: center;
  cursor: pointer;
  transition: all .3s;
}

.submit-btn {
  background: #553af7;
  color: #fff;
  margin-right: 14px;
  border: none;
}

.success_text {
  color: #333;
  font-weight: 700;
  text-align: center;
}

/*.submit-btn:hover{
    background-color:#1d59d1;
}*/
.cancel-btn {
  border: 1px solid #ccc;
  color: #999;
}

.cancel-btn:hover {
  background-color: #f9f9f9;
}

.success-box {
  width: 360px;
  background-color: #fff;
}

.status-box {
  background-color: #fff;
  border-radius: 5px;
  box-sizing: border-box;
}

.status-box .qrcode {
  display: block;
  margin: 20px auto 10px;
}

.status-box .succ_icon {
  text-align: center;
  margin: 0 auto 30px;
  font-size: 24px;
  line-height: 40px;
}

.status-box .succ_icon img {
  margin-right: 20px;
  vertical-align: top;
}

.status-box h1 {
  /* margin-bottom: 40px;*/
  color: #656565;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
}

.vote_go_prize {
  width: 140px;
  height: 40px;
  display: block;
  margin: 0 auto;
  background: linear-gradient(136deg, #ec322f 3%, #ffa965 93%);
  border-radius: 3px;
  text-align: center;
  line-height: 40px;
  margin-top: 20px;
  margin-bottom: 30px;
  color: #fff;
  font-size: 16px;
}

.vote_go_prize:hover {
  background: linear-gradient(270deg, #ec322f, #ffa965);

}

.enlist-succ-box {
  font-size: 14px;
}

.enlist-succ-box .succ_icon {
  font-size: 20px;
  line-height: 20px;
  text-align: center;
  margin-top: 68px;
  margin-bottom: 37px;
}

.enlist-succ-box .activeTime {
  padding: 20px;
  background: #f8f8f8;
  font-size: 14px;
  color: #666;
  line-height: 1;
  font-weight: 500;
}

.enlist-succ-box .activeTime li:first-child {
  margin-bottom: 16px;
}

.enlist-succ-box .activeTime span {
  color: #333;
}

.enlist-succ-box .succ_icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

.enlist-succ-box .succ_icon img {
  width: 60px;
  margin-right: 5px;
}

.enlist-succ-box .succ_icon span {
  font-size: 24px;
  font-weight: 700;
  text-align: left;
  color: #333333;
  line-height: 33px;
  font-weight: 500;
}


.aside_fixed {
  z-index: 1;
  position: fixed;
  right: 0;
  top: 20%;
  width: 157px;
  height: 175px;
  padding-top: 106px;
  background-image: url('../img/aside_fixed.png?v3');
}

.aside_awards_index {
  position: fixed;
  right: 0;
  top: 40%;
  transform: translate(0px -50%);
  width: 176px;
  height: 209px;
  background-image: url('../img/aside_awards_index.png?v3');
  background-repeat: no-repeat;
  z-index: 99;
  cursor: pointer;
}

.aside_t_p_index {
  position: fixed;
  right: 0;
  top: 45%;
  width: 122px;
  height: 113px;
  background-image: url('../img/aside_t_p.png?v3');
  background-repeat: no-repeat;
  z-index: 99;
  cursor: pointer;
}

.aside_t_p_link {
  width: 100%;
  height: 100%;
  display: block;
}

.aside_awards_link_top {
  width: 176px;
  height: 130px;
  display: block;
}

.aside_awards_link_Bottom {
  width: 176px;
  height: 79px;
  display: block;
}

.aside_delete {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 15px;
  height: 15px;
}

.aside_fixed .live {
  display: block;
  height: 55px;
  margin: 0 20px 1px;
}

.pc_show_text {
  display: inline-block;
}

.m_show_text {
  display: none;
}

.m_show {
  display: none;
}

.pc_hide {
  display: none;
}

.bottom_live {
  display: none;
}

#video_player {
  height: 100%;
}

/* 表单弹窗 */
.applyFormPop_content {
  display: none;
}

.applyFormPop {
  border-radius: 8px !important;
}

.applyFormPop .layui-layer-content {
  height: 480px !important;
}

.applyFormPop .layui-layer-title {
  display: none;
}

.applyFormPop_tit {
  padding: 43px 0 15px 30px;
  height: 52px;
  font-size: 18px;
  font-weight: 500;
  text-align: left;
  color: #000000;
}

.pop—content {
  padding: 30px 30px 0;
  color: #333;
}

.pop—content h4 {
  font-size: 14px;
  font-family: MicrosoftYaHei;
  font-weight: normal;
  text-align: left;
  color: #666666;
  line-height: 19px;
}

.pop—content div.form_item {
  margin-top: 12px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.form-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.form_item .item_label {
  position: relative;
  padding-left: 12px;
  width: 62px;
  font-size: 14px;
  font-family: MicrosoftYaHei;
  line-height: 21px;
  font-weight: normal;
  text-align: left;
  color: #333;
  line-height: 25px;
  box-sizing: border-box;
}

.form_item .item_label::before {
  content: "*";
  position: absolute;
  left: 0px;
  top: 0px;
  color: #E23143;
}

.form_item .item_label1::before {
  content: "";
}

.form_item input, .form_item select {
  width: 240px;
  height: 40px;
  background: #ffffff;
  border: 1px solid #e4e4e4;
  border-radius: 3px;
  padding-left: 13px;
  box-sizing: border-box;
  font-size: 14px;
  font-family: MicrosoftYaHei;
  font-weight: normal;
  text-align: left;
}
.form_item input, .form_item select.city {
  margin-left: 4px;
}
.form_item #address_select {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 1;
}

.form_item #address_select select {
  width: 118px;
}

.form-tips {
  font-size: 12px;
  font-family: PingFang SC, PingFang SC-Regular;
  font-weight: 400;
  text-align: left;
  color: #999999;
  line-height: 20px;
  margin-top: 10px;
  margin-bottom: 20px;
}

.pop—content .btn_group {
  display: flex;
  align-items: center;
  justify-content: center;
}

.pop—content .btn_group button {
  position: relative;
  top: 20px;
  width: 200px;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  text-align: center;
  color: #fff;
  border: none;
  border-radius: 25px;
  background: #10A3FF;
}

.pop—content .btn_group button.submit_btn:hover {
  opacity: .8;
}
.ai2020_pop .layui-layer-content {
  overflow: hidden !important;
}
@media (max-width: 750px) {
  .form-tips { 
    font-size: .24rem;
    margin: .2rem 0;
  }
  .bottom_live {
    display: block;
    z-index: 1;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    line-height: .88rem;
  }

  .bottom_live .live {
    display: block;
    width: 100;
    text-align: center;
    color: #fff;
    font-size: .3rem;
    background-color: #046686;
  }

  html {
    font-size: 13.33333333vw;
  }

  body {
    padding-top: 0.88rem;
  }

  .pc_show_text {
    display: none;
  }

  .m_show_text {
    display: inline-block;
  }

  .m_show {
    display: block;
  }

  .pc_hide {
    display: block;
  }

  .aside_fixed,
  .site_top {
    display: none;
  }

  .aside_index_btn_box {
    display: none;
  }

  .wrap {
    width: auto;
    margin: 0 .3rem;
  }

  .mr30 {
    margin-right: .2rem;
  }

  header {
    position: fixed;
    z-index: 9;
    top: 0;
    left: 0;
    right: 0;
    height: 0.88rem;
    margin-right: 0 !important;
    z-index: 999;
  }

  header .wrap {
    height: 0.88rem;
  }

  header .logo img:first-child {
    width: 2.2rem;
    margin-right: 0;
    display: block;
  }

  /* header .logo img:nth-child(2) {
        width: .95rem;
    }
    header .logo img:last-child {
        width: 1.25rem;
    } */
  header .menu {
    flex-direction: column;
    align-items: start;
    line-height: .88rem;
    position: fixed;
    top: 0;
    right: 0;
    padding-right: 0;
    font-size: .32rem;
    height: 0.88rem;
    background: none;
  }

  header .menu>a,
  header .menu>span {
    display: none;
  }

  header .menu .drop:hover {
    background: #002A74;
  }

  header .menu .enter {
    display: block;
    order: -1;
    margin: 0;
    font-size: .32rem;
    width: 2.4rem !important;
    height: 0.88rem;
    line-height: 0.88rem;
    padding: 0;
    border-radius: 0;
    background-size: 100% 100%;
    margin-right: 1.04rem !important;
  }

  header .menu::after {
    position: absolute;
    top: .45rem;
    right: .3rem;
    content: "";
    margin-top: -10px;
    width: 0.44rem;
    height: 0.37rem;
    border-top: 2px solid #fff;
    background: linear-gradient(transparent 6px, #fff 6.1px, #fff 8px, transparent 8.1px, transparent);
    border-bottom: 2px solid #fff;
  }

  header .menu.active::after {
    border: none;
    content: "×";
    font-size: 34px;
    line-height: 1;
    margin-top: -17px;
    height: auto;
    width: auto;
    font-weight: 400;
    background: transparent;
  }

  header .menu.active {
    height: 100vh;
    background: #001348;
  }

  header .menu.active>a,
  header .menu.active>span {
    margin-right: 0rem;
    padding: 0;
    display: block;
    width: 2.68rem;
    font-weight: 400;
    font-size: 0.3rem;
    color: #fff;
    text-align: center;
    line-height: 0.88rem;
  }

  header .menu .drop {
    line-height: inherit;
  }

  header .menu .drop::after {
    display: none;
  }

  header .menu .drop::before {
    display: inline-block;
    content: "";
    width: 5px;
    height: 5px;
    vertical-align: middle;
    margin: 0 5px 0 -10px;
    transform: rotate(45deg);
    border-bottom: 1px solid #999;
    border-left: 1px solid #999;
  }

  header .menu .drop:hover::before {
    border-color: #ffffff;
  }

  header .menu .drop .item {
    left: 0;
    transform: translateX(100vw);
    white-space: normal;
  }

  header .menu .drop.active .item {
    position: fixed;
    top: 0.88rem;
    right: 3.3rem;
    left: auto;
    height: 100vh;
    width: 4rem;
    line-height: 0.36rem;
    text-align: left;
    transform: translateX(0);
    background: #001036;
    font-weight: 400;
  }

  header .menu .drop .item>a {
    width: 100%;
    padding: 0;
    margin: 0 auto;
    font-size: 0.28rem;
    background: #001036;
    text-indent: 0;
    padding: 0.3rem 0.6rem;
    line-height: 0.36rem;
    font-size: 0.3rem;
    box-sizing: border-box;
  }

  .ind_order_5 .apply_form {
    margin-top: 0.32rem;
  }

  .footer {
    display: none;
  }

  .apply_form_pop,
  .apply_form_pop>h1,
  .apply_form_pop>h3 {
    font-size: .3rem;
    width: auto;
  }

  /*.apply_form_pop>h2 {
        display: none;
    }*/
  .apply_form_pop>h3 {
    margin-bottom: .3rem;
  }

  .form-item {
    margin-bottom: .3rem;
    flex-wrap: wrap;
  }

  .form-title {
    white-space: nowrap;
    width: auto;
    margin-right: .2rem;
  }

  .form-input {
    width: auto !important;
    flex: 1;
    font-size: .24rem;
  }

  .btn-box>div, .btn-box>button {
    font-size: .24rem;
  }

  .address-box>select {
    flex: 1;
    width: auto;
  }

  .form-check {
    width: 100%;
  }

  .form-check:nth-child(1) {
    margin: 0;
    white-space: nowrap;
  }

  .status-box h1 {
    margin-bottom: 0;
  }

  .status-box {
    padding-bottom: .7rem;
  }

  .mobile_sign {
    display: block !important;
    width: 2.2rem;
    height: 0.7rem;
    /* background: rgba(0,0,0,0.5);*/
    position: absolute;
    bottom: 9%;
    left: 50%;
    transform: translate(-50%, 0);
  }

  /*表格样式*/

  .ai2020_pop .layui-layer-title {
    position: relative;
    z-index: 1;
    background: #fff;
    /* margin: 0 50px -20px 0; */
    border-bottom: none;
    color: #333333;
    text-align: left;
    padding: 0px;
    font-size: 0.32rem;
    line-height: 1;
  }

  .ai2020_pop .apply_form_pop>h2 {
    color: #fff;
  }

  .enlist-succ-box .succ_icon img {
    display: inline-block;
    margin-right: 0px;
    width: 1.4rem;
  }
  .enlist-succ-box {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
  }
  .ai2021_pop_form {
    background: #241242 !important;
  }

  .ai2021_pop_form .layui-layer-setwin .layui-layer-close1 {
    background-position: 0 0px !important;
  }

  .ai2021_pop_form .apply_form_pop {
    background: #241242;
    box-sizing: border-box;
    color: #fff;
  }

  .ai2021_pop_form .form_title_icon {
    color: #7F61DB;
    margin-right: 5px;
  }

  .ai2021_pop_form .form-input, .ai2021_pop_form .address-box>select {

    background: #fff;
    border: none;
    color: #999;
  }

  .ai2021_pop_form .address-box>select {


    width: 2.48rem;
    padding-left: 10px;
    font-size: 12px;
  }

  .ai2021_pop_form .apply_form_pop>h2.sec_tit {
    display: block;
    color: #fff;
  }

  .ai2021_pop_form .sec_tit img {
    visibility: hidden;
  }

  .ai2021_pop_form .cancel-btn {
    display: none !important;
  }

  .ai2021_pop_form .btn-box>div, .ai2021_pop_form .btn-box>button {
    width: 100%;
    display: block;
    margin: 0 auto;
    margin-top: 1.5rem;
    line-height: 0.88rem;
    height: 0.88rem;
    border: none;
    background: #563af8;
    border-radius: 4px;
    font-size: 0.32rem;
  }

  /*报名成功弹框*/
  .ai2021_pop_form_top {
    padding: 0.3rem !important;
    background-color: #fff !important;
    box-sizing: border-box;
  }

  .ai2021_pop_form_top .succ_icon span {
    margin-left: .4rem;
    display: block;
    text-align: center;
    font-size: 0.34rem;
  }

  .ai2021_pop_form_top .enlist-succ-box .activeTime {
    padding: 0.3rem;
    font-size: 12px;
  }

  .ai2021_pop_form_top .enlist-succ-box .activeTime li:first-child {
    margin-bottom: 0.3rem;
  }

  .ai2021_pop_form_top .enlist-succ-box .activeTime span {
    display: block;
    margin-top: 0.1rem;
  }

  .ai2021_pop_form_top .enlist-succ-box p {
    color: #fff;
    text-align: center;
    font-size: 0.3rem;
  }

  .ai2021_pop_form_top .enlist-succ-box p.text {
    margin-left: 0px;
  }

  .ai2021_pop_form_top .enlist-succ-box .text {
    color: #666666;
    font-size: 12px;
  }

  .ai2021_pop_form_top .enlist-succ-box .qrcode {
    height: 2.4rem;
    width: 2.4rem;
    display: block;
    margin: 0.3rem auto;
  }

  .ai2021_pop_form_top .enlist-succ-box .succ_icon {
    margin-top: 10px;
  }

  .ai2021_pop_form_top.layui-layer-page .layui-layer-content {
    overflow: visible !important;
    padding: 0;
  }
  .ai2021_pop_form_top .back_index_pop {
    width: 100%;
    height: 0.88rem;
    line-height: 0.88rem;
    margin: 0 auto;
    font-weight: 700;
    margin-top: 0.8rem;
    text-align: center;
    border-radius: 0px;
    font-size: .3rem;
    background: #563af8;
  }

  .applyFormPop_tit {
    background: #fff;
    color: #000000;
    font-weight: 700;
    font-size: 0.36rem;
    padding-top: 0.4rem;
    padding-bottom: 0.3rem;
    padding-left: 0.3rem;
    height: auto;
    line-height: 0.4rem;
  }

  .applyFormPop_content {
    border-radius: 8px;
    overflow: hidden;
  }
  .applyFormPop .layui-layer-content {
    height: 100% !important;
  }
  .pop—content {
    padding: 0 0.3rem 0.3rem;
  }

  .pop—content h4 {
    margin-bottom: 0.3rem;
  }
  .pop—content div.form_item {
    margin-top: .2rem;
  }
  .form_item {
    display: flex;
  }

  .form_item input, .form_item select {
    flex: 1;
  }
  .form_item .item_label {
    width: 1rem;
  }

  .form_item #address_select select {
    width: 2.1rem;
  }

  .pop—content .btn_group button {
    width: 2.5rem;
    height: 0.8rem;
    border-radius: 0.4rem;
    font-size: 0.3rem;
    line-height: 0.8rem;
  }

  .pop—content .btn_group button.submit_btn {
    top: 0;
    width: 6.3rem;
    height: 0.8rem;
    border-radius: 0.4rem;
    line-height: 0.8rem;
  }

  .mzTips {
    font-size: 0.22rem;
  }
}