html {
  overflow-x: hidden;
}

.nav {
  height: 80px;
  background: #fff;
  position: fixed;
  top: 30px;
  left: 0px;
  right: 0px;
  z-index: 22;
}

#order1, #order2, #order3, #order4, #order5 {
  position: relative;
  top: -110px;
}

.nav .nav_logo img {
  width: 77px;
  vertical-align: middle;
}

.nav_list {
  display: flex;
  align-items: center;
}

.apply-form {
  cursor: pointer;
  margin-left: 25px;
  width: 140px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #ffffff;
  background: #0081c6;
  border-radius: 4px;
}

.apply-form:hover {
  background: #225678;
}

.apply-form .apply-form_btn .icon-edit {
  margin: -2px 5px 0 0;
  display: inline-block;
  width: 24px;
  height: 24px;
  vertical-align: middle;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-image: url(../images/icon_edit.png);
}
.apply-form .apply-form_btn.disabled {
  cursor: not-allowed;
  background: #225678;
}
.nav_list li a {
  display: block;
  line-height: 76px;
  font-size: 16px;
  color: #53565A;
}

.nav_list li {
  padding: 0 25px;
  cursor: pointer;
}

.nav_list li.active a {
  color: #0081C6;
  border-bottom: 4px solid #0081C6;
}

.nav_list li:last-child a {
  margin-right: 0px;
}

.banner {
  margin-top: 110px;
  height: 560px;
  position: relative;
}

.banner video {
  height: 560px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.banner .wrap {
  position: absolute;
  height: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.banner .banner_text1 {
  position: absolute;
  left: 0px;
  top: 150px;
}

.banner .banner_icon {
  position: absolute;
  width: 80px;
  height: 80px;
  background: url(../images/banner_icon.png) center center no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  text-align: center;
  cursor: pointer;
}

.banner .banner_icon.active {
  background: url(../images/banner_icon1.png) center center no-repeat;
}

@media screen and (min-width: 750px) {
  .nav_list li:hover a {
    color: #0081C6;
    border-bottom: 4px solid #0081C6;
  }

  .banner .banner_icon1 {
    top: 31%;
    left: 54%;
    transform: translate(-50%, 0);
  }

  .banner .banner_icon2 {
    top: 23%;
    left: 68%;
    transform: translate(-50%, 0);
  }

  .banner .banner_icon3 {
    top: 37%;
    left: 80%;
    transform: translate(-50%, 0);
  }

  .banner .banner_icon4 {
    top: 15%;
    left: 87%;
    transform: translate(-50%, 0);
  }

  .banner .banner_icon5 {
    top: 25%;
    left: 104%;
    transform: translate(-50%, 0);
  }
}

.title {
  width: 680px;
  height: 140px;
  position: relative;
  margin: 0 auto;
  margin-bottom: 80px;
  text-align: center;

}

.title span {
  font-size: 36px;
  line-height: 87px;
  font-weight: 400;
}

.title1 {
  background: url(../images/title1.png) center center no-repeat;
  background-size: cover;
}

.title2 {
  background: url(../images/title2.png) center center no-repeat;
  background-size: cover;
}

.title2 span {
  line-height: 150px;
}

.title_bg {
  background: #0081c6;
}

.bg1 {
  background: #0081c6;
}

.section1 {
  padding-bottom: 60px;
}

.section1_calse {
  flex-wrap: wrap;
}

.section1_calse li {
  width: 384px;
  height: 280px;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  margin-bottom: 20px;
  border: 2px solid transparent;
  border-radius: 4px;
}

.section1_calse .new {
  position: relative;
}

.section1_calse .new::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 36px;
  height: 36px;
  z-index: 1;
  background: url(../images/case/new_icon.png) center center no-repeat;
  background-size: 100% 100%;
}

.section1_calse li.active {
  border: 2px solid #fff;
}

.section1_calse li.active_disabled i {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: rgba(0, 0, 0, 0.6);
}

.section1_calse li img {
  vertical-align: middle;
  width: 384px;
  height: 216px;
  transition: all 0.5s;
}

.section1_calse .top_right_title {
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 3px 9px;
  background: #4cbb83;
  border-radius: 14px 4px 0px 14px;
  z-index: 2;
}

.section1_calse li:hover h3 {
  background: #3f8c2f;
}

.section1_calse li:hover img {
  transform: scale(1.2);
}

.section1_calse h3 {
  padding: 0 20px;
  display: flex;
  align-items: center;
  font-size: 16px;
  height: 64px;
  background: #111c2e;
  border-radius: 0px 0px 4px 4px;
  position: relative;
  z-index: 1;
  font-weight: 400;
}

.section1_calse h3 sub {
  font-size: 12px;
  position: relative;
  top: 6px;
  margin-right: 5px;
}

.section2 .title {
  margin-bottom: 120px;
}

.section2 {
  padding-bottom: 150px;
}

.video_list {
  margin-bottom: 40px;
}

.video_list li {
  width: 230px;
  height: 72px;
  background: #111c2e;
  box-shadow: 0px 4px 12px 0px rgba(6, 91, 148, 0.10);
  display: flex;
  align-items: center;
  padding: 0 12px;
  cursor: pointer;
}

.video_list li span {
  font-size: 16px;
}

.video_list li img {
  margin-right: 5px;
  width: 20px;
}

.video_list li:hover,
.video_list li.active {
  background: #0081c6;
}

.video_list_content li {
  height: 574px;
  position: relative;
  cursor: pointer;
}

.video_list_content li img {
  display: block;
  width: 1020px;
  margin: 0 auto;
}

.video_list_content li i {
  position: absolute;
  right: 154px;
  bottom: 64px;
  width: 96px;
  height: 96px;
  background: url(../images/video/video_icon.png) center center no-repeat;
  background-size: 100% 100%;
}

.section3 {
  padding-bottom: 56px;
}

.article_list li {
  width: 588px;
  height: 179px;
  background: #111c2e;
  border-radius: 4px;
  padding: 20px;
  cursor: pointer;
  margin-bottom: 24px;
}

.article_list li:hover {
  background: #225678;
}

.article_list li h3 {
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 10px;
}

.article_list li img {
  width: 160px;
  height: 90px;
  border-radius: 4px;
  margin-right: 16px;
}

.article_list li p {
  line-clamp: 4;
  -webkit-line-clamp: 4;
  display: -webkit-box;
  box-orient: vertical;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.6;

}

.section4 {
  padding-bottom: 120px;
}

.section4 .title {
  margin-bottom: 120px;
}

.activity_rule {
  width: 1200px;
  height: 274px;
  background: #111c2e;
  padding: 23px 40px 40px;
  margin: 0 auto;
  margin-top: 50px;
}

.activity_rule_text {
  padding-top: 18px;
}

.activity_rule_code img {
  margin-right: 13px;
}

.activity_rule_text span {
  margin-right: 50px;
  margin-top: 30px;
  display: inline-block;
}

.activity_rule_text span img {
  vertical-align: middle;
  margin-right: 15px;
}

.activity_rule_text p {
  width: 826px;
  color: #d2d2d2;
  line-height: 1.8;
}

.activity_rule_code p {
  color: #d2d2d2;
  text-align: center;
}

.footer_company {
  padding: 80px 0;
  border-top: 50px solid #0081c6;
  background: url(../images/footer.png) center center no-repeat;
}

.footer_company_left {
  width: 980px;
}

.footer_company_left h2 {
  font-size: 24px;
  font-weight: 700;
  color: #d2d2d2;
  padding: 15px 0;
}

.footer_company_left p {
  font-size: 16px;
  color: #d2d2d2;
  line-height: 26px;
}

.footer_company_left p span {
  color: #fff;
  font-weight: 700;
}

.footer_company_left p span em {
  position: relative;
  top: -5px;
}

.footer_company_left p a {
  color: #0081C6;
}

.footer_company_right {
  text-align: center;
}

.footer_company_right p {
  font-size: 16px;
  line-height: 1.8;
}

.aside {
  position: fixed;
  top: 55%;
  right: 20px;
  transform: translate(0%, -50%);
  z-index: 999;
  text-align: center;
  width: 120px;
  height: 296px;
  background: linear-gradient(180deg, #ffffff, #94d1fb);
  border-radius: 0px 0px 60px 60px;
  padding-top: 45px;
}

.aside_close {
  position: absolute;
  top: -118px;
  right: -14px;
  width: 20px;
  height: 20px;
  background: url(../images/menu_close.png) center center no-repeat;
  background-size: cover;
  z-index: 3;
  cursor: pointer;
}

.aside .aside_img {
  position: absolute;
  top: -107px;
  left: -20px;
}

.aside_btn1 {
  display: block;
  width: 100px;
  height: 32px;
  background: #0081c6;
  border-radius: 2px;
  margin: 0 auto;
  color: #fff;
  font-size: 14px;
  line-height: 32px;
  margin-bottom: 8px;
  position: relative;
  z-index: 3;
}

.aside_btn1.active,
.aside_btn1:hover {
  background: #225678;
}

.aside_btn2 {
  display: block;
  width: 100px;
  height: 48px;
  background: #3f8c2f;
  border-radius: 2px;
  margin: 0 auto;
  color: #fff;
  padding-top: 2px;
  margin-bottom: 8px;
}

.aside_btn2.active,
.aside_btn2:hover {
  background: #397E2A;
}

.aside_back_top {

  width: 62px;
  height: 62px;
  border-radius: 50%;
  background: #0081c6;
  cursor: pointer;
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-flow: column;
  justify-content: center;
}

.aside_back_top i {
  font-size: 16px;
  height: 16px;
}

.draw-title {
  text-align: center;
  margin-top: -36px;
}

.draw-wrap {
  margin-top: 140px;
  padding-top: 1px;
  padding-bottom: 84px;
}

.draw-play {
  padding: 0 30px;
}

.draw-step {
  padding: 130px 30px 70px;
  font-size: 0;
}

.draw-step-lt,
.draw-step-gt {
  position: relative;
  border-radius: 4px;
  overflow: hidden;
}

.draw-step-lt {
  float: left;
}

.draw-step-lt a,
.draw-step-gt .uploadifive-button {
  position: absolute !important;
  top: 194px;
  right: 30px;
  width: 180px;
  height: 40px;
  cursor: pointer;
}

.draw-step-gt .uploadifive-button {
  top: 190px;
  right: 26px;
  width: 195px;
}

.draw-step-gt .uploadifive-queue {
  display: none !important;
}

.draw-step-gt {
  float: right;
}

.draw-list {
  float: left;
  width: 720px;
}

.draw-list-item {
  box-sizing: border-box;
  float: left;
  text-align: center;
  padding-top: 12px;
  background: url(../images/draw1.png);
  border-radius: 12px;
  margin-right: 20px;
  margin-bottom: 20px;
  font-size: 16px;
}

.draw-list-item.active {
  background: #fff;
  background-size: 100% 100%;
  overflow: hidden;
}

.draw-list-item .vlm-wrap {
  height: 115px;
}

.draw-list-click {
  cursor: pointer;
  font-size: 30px;
  font-weight: 400;
  padding: 0;
  color: #e0223a;
  background-image: -webkit-linear-gradient(#fec481, #ffb153);
  background-image: -moz-linear-gradient(#fec481, #ffb153);
  background-image: -ms-linear-gradient(#fec481, #ffb153);
  background-image: linear-gradient(#fec481, #ffb153);
}

.draw-winlist {
  overflow: hidden;
}

.draw-winlist-box {
  border-radius: 12px;
  background-color: #fff;
  height: 390px;
  overflow: hidden;
}

.draw-winlist-title {
  display: block;
  height: 52px;
  line-height: 52px;
  background-color: #d1082b;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
}

#jq_marquee_box {
  margin-top: 30px;
  height: 270px;
  line-height: 26px;
  overflow: hidden;
  background: #2d2d2d;
  color: #000;
  border-top: none;
  border-radius: 0 0 4px 4px;
  font-size: 14px;
}

.draw-winlist-ul {
  padding-left: 40px;
}

.draw-winlist-item {
  width: 100%;
  display: table;
  table-layout: fixed;
  box-sizing: border-box;
}


.lt,
.ct,
.gt {
  display: table-cell;
  height: 28px;
  line-height: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 700;
  width: 120px;
  color: #fff;
}

.lt {
  width: 95px;
  color: #0081c6;
}

.ct {
  width: 100px;
  text-align: center;
}

.draw-winlist-tips {
  color: #fff;
  font-size: 15px;
  padding-top: 20px;
}

.draw-list-left {
  width: 750px;
  border-radius: 20px;
  margin-right: 30px;
}

.draw-list {
  width: 100%;
  box-sizing: border-box;
  background: transparent;
  border-radius: 20px;
}

.draw-list-item {
  width: 240px;
  height: 170px;
  background: #d4f5ff;
  margin-right: 15px;
  margin-bottom: 15px;
  box-shadow: 0px 4px 0px 0px #bbefff;
}

.draw-list-item.roll-5,
.draw-list-item.roll-6,
.draw-list-item.roll-7 {
  margin-bottom: 0px;
}

.draw-list-item p {
  font-size: 16px;
  font-weight: 500;
  color: #0081C6;
  line-height: 17px;
}

.roll-3, .roll-4, .roll-5 {
  margin-right: 0px;
}

#begin_btn {
  background: #0081c6;
  box-shadow: 0px 4px 0px 0px #08699D;
  color: #fff;
  font-size: 28px;
  line-height: 1;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

#begin_btn:hover {

  background: #225678;
  box-shadow: 0px 4px 0px 0px #194663;
}

#begin_btn span {
  text-align: center;
}

#begin_btn span i {
  font-size: 16px;
  color: #fff;
  font-weight: 400;
}

#prize_area {
  display: flex;
  justify-content: center;
}

.layer_user_info_form .layui-layer-title {
  background: transparent;
  height: auto;
  line-height: 34px;
  color: #333;
  font-size: 28px;
  font-weight: 700;
  padding: 30px 80px 0px 30px;
  border-bottom: 0px solid #e4e4e4;
  text-align: left;
  font-weight: 700;
}

.layer_user_info_form .layui-layer-setwin .layui-layer-close1 {
  background-position: 0 0px;
}

.layer_user_info_form .layui-layer-ico {
  background: url(../images/close.png) no-repeat;
  background-size: cover;
}

.submit_form_register {
  padding: 20px 30px;
  padding-top: 0;
}

.layer_user_info_form .collect_title {
  font-size: 14px;
  color: #fb4754;
  margin-bottom: 20px;
  font-weight: 400;
}

.submit_form_register .inline_dl_flex {
  display: flex;
  justify-content: space-between;
}

.submit_form_register .inline_dl_flex_box {
  width: 48%;
}

.submit_form_register .inline_dl {
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  color: #333;
  line-height: 40px;
  margin-bottom: 20px;
}

.submit_form_register dl {
  color: #333;
}

.inline_dl dt {
  width: 62px;
}

.inline_dl dd {
  width: calc(100% - 62px);
}

.submit_form_register .label_info_radio,
.submit_form_register .label_info {
  display: block;
}

.color_red {
  margin-right: 5px;
  color: #D00000;
}

.submit_form_register .inline_dl .addr_box {
  width: 300px;
  display: flex;
  justify-content: space-between;
}

.submit_form_register .inline_dl .addr_box select {
  width: 49%;
}

.submit_form_register .inline_dl input,
.submit_form_register .inline_dl select {
  width: 300px;
  height: 40px;
  background: #ffffff;
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  text-indent: 10px;
  font-size: 16px;
  color: #333;
}

.submit_form_register input[type="checkbox"] {
  width: 20px;
  height: 20px;
  background: #ffffff;
  border: 1px solid #707070;
  -webkit-appearance: none;
  outline: none;
  vertical-align: middle;
  border-radius: 50px;
  margin-right: 5px;
  box-sizing: border-box;
}

.submit_form_register input[type="checkbox"]:checked {
  background: url(../images/checkbox.png) center center no-repeat;
  background-size: cover;
  border: 1px solid rgba(0, 0, 0, 0);
  box-sizing: border-box;
}

.submit_form_register .label_info input[type="checkbox"] {
  position: relative;
  top: 0px;
}

.submit_form_register .label_info label {
  width: 47%;
  display: inline-block;

}

.submit_form_register .label_info_radio label {
  display: block;
}

.layer_user_info_form .layui-layer-content {
  position: static !important;
}

.submit_form_register .other_input p {
  color: #333;
  font-size: 16px;
  margin-bottom: 10px;
}

.submit_form_register .other_input textarea {
  width: 100%;
  height: 40px;
  background: #ffffff;
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  text-indent: 10px;
  font-size: 16px;
  color: #333;
  margin-bottom: 20px;
  line-height: 38px;
  resize: none;
}

.other_checkbox {
  color: #333;
  font-size: 16px;
  line-height: 22px;
}

.checkbox_text {
  font-size: 12px;
  color: #949494;
  margin-left: 27px;
  padding-top: 7px;
}

.form_btn {
  width: 350px;
  height: 50px;
  background: rgba(227, 3, 39, 1);
  border-radius: 4px;
  text-align: center;
  line-height: 50px;
  outline: none;
  border: none;
  font-size: 18px;
  color: #fff;
  margin-bottom: 20px;
  position: absolute;
  bottom: 2px;
  left: 40px;
}

.form_btn:hover {
  background: rgba(227, 3, 39, 0.7);
}

.layer_user_info_form .layui-layer-btn {
  text-align: center;
}

.layer_user_info_form .layui-layer-btn .layui-layer-btn0 {
  width: 350px;
  height: 50px;
  background: #0081c6;
  border: 1px solid transparent;
  line-height: 50px;
  text-align: center;
  font-size: 18px;
  border-radius: 4px;
}

.layer_user_info_form .layui-layer-btn .layui-layer-btn0:hover {

  opacity: 0.8;
}

.layer_input_box {
  width: 100%;
}

.layer_input_box .layer_input_title {
  font-size: 16px;
  font-weight: 700;
}

.layer_checkbox_label {
  display: inline-block;
  width: 32%;
  font-size: 14px;
}

.layer_checkbox_label_100 {
  width: 100%;
}

.layer_checkbox_label_16 {
  width: auto;
  margin-right: 60px;
}

.layer_checkbox_label_16.mr0 {
  margin-right: 0;
}

.layer_checkbox_label_16.mrauto {
  margin-right: 18px;
}

.layer_checkbox_label_70 {
  width: 700px;
}

.submit_form_register .layer_input_box div>input {
  width: 460px;
}

.layer_input_box .layer_checkbox_label .checkbox_input {
  width: 14px;
  height: 14px;
  position: relative;
  top: 2px;
}

.layer_input_box .layer_checkbox_label>div {
  text-align: left;
  padding-left: 20px;
}

.layer_lotter_alert {
  border-radius: 8px;
}

.layer_lotter_alert .layui-layer-title {
  border-bottom: 1px solid transparent;
  background-color: transparent;
}

.layer_lotter_alert_title_no .layui-layer-title {
  height: 30px;
}

.layer_lotter_success {
  text-align: center;
}

.layer_lotter_success p {
  font-size: 24px;
  font-weight: 700;
  color: #333;
}

.layer_lotter_success .scroe_text1 {

  font-size: 18px;
  font-weight: 700;
  color: #333333;
  margin-bottom: 10px;
}

.layer_lotter_success .scroe_text2 {
  font-size: 24px;
  font-weight: 700;
  color: #0074be;
}

.layer_lotter_alert_scroe {

  background: linear-gradient(180deg, rgba(0, 156, 255, 0.2), #ffffff);
}

.layer_lotter_success img {
  margin-bottom: 0px;
  margin-top: 10px;
}

.layer_lotter_success_btn img {
  margin-bottom: 0px;
  margin-top: 0px;
}

.layer_lotter_success_btn p {
  margin-bottom: 20px;
}

.layer_lotter_info {
  text-align: center;
}

.layer_lotter_info img {
  margin-bottom: 20px;
  margin-top: 10px;
}

.layer_lotter_info .layer_lotter_text1 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 5px;
  color: #333;
}

.layer_lotter_info .layer_lotter_text2 {
  font-size: 14px;
  color: #666666;
}

.layer_lotter_answer {
  text-align: center;
}

.layer_lotter_answer_text1 {
  font-size: 18px;
  text-align: center;
  color: #333333;
  margin-bottom: 15px;
}

.layer_lotter_answer_text2 {
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  color: #e30327;
  margin-bottom: 15px;
}

.layer_lotter_answer_btn {
  width: 160px;
  height: 48px;
  background: rgba(218, 31, 61, 1);
  border-radius: 4px;
  display: block;
  margin: 0 auto;
  text-align: center;
  line-height: 48px;
  font-size: 18px;
  color: #fff;
}

.layer_lotter_answer_btn:hover {
  background: rgba(218, 31, 61, 0.8);
}

.layer_lotter_prize {
  text-align: center;
}

.layer_lotter_prize_text1 {
  font-size: 18px;
  color: #333;
  margin-top: 10px;
  margin-bottom: 30px;
}

.layer_lotter_prize_btn {
  display: block;
  margin: 0 auto;
  width: 220px;
  height: 50px;
  background: rgba(218, 31, 61, 1);
  border-radius: 4px;
  text-align: center;
  line-height: 50px;
  color: #fff;
  font-size: 18px;
}

.layer_lotter_prize_btn:hover {
  background: rgba(218, 31, 61, 0.8);
}

.layer_lotter_prize_name {
  text-align: center;
}

.layer_lotter_prize_name_text1 {
  font-size: 18px;
  font-weight: 700;
  color: #333333;
  margin-bottom: 10px;
}

.layer_lotter_prize_name_text2 {
  font-size: 24px;
  font-weight: 700;
  color: #0081C6;
  margin-bottom: 15px;
}

.layer_lotter_prize_name img {
  margin-top: 0px;
  margin-bottom: 20px;
}

.layer_lotter_prize_name_text3 {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
}

.layer_btn_commom {
  display: block;
  width: 140px;
  height: 40px;
  background: #2897d3;
  border-radius: 3px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  line-height: 40px;
  margin: 0 auto;
}

.layer_btn_commom:hover {
  background: #0074be;
}

.zjMd {
  width: 400px;
  overflow: hidden;
}

.zjMd_tip {
  margin-top: 25px;
  font-size: 14px;
  line-height: 1.8;
  color: #d2d2d2;
}

.zjMd h3 {
  line-height: 50px;
  height: 50px;
  background: #0081c6;
  color: #fff;
  font-size: 18px;
  text-align: left;
  padding-left: 20px;
  font-weight: 400;
}

#jq_marquee_box {
  margin-top: 0px;
  width: 400px;
  height: 322px;
  padding: 20px;
  box-sizing: border-box;
  line-height: 40px;
  letter-spacing: 0.8px;
  background: #111c2e;
}

#jq_marquee_box .null {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
}

.layer_case_detail .layui-layer-title {
  background: transparent;
  border-bottom: 0;
  padding: 40px 0px 0px 30px;
  height: 80px;

}

.layer_case_detail .layui-layer-setwin .layui-layer-close1 {
  background-position: 0 0px;
}

.layer_case_detail .layui-layer-ico {
  background: url(../images/close.png) no-repeat;
  background-size: cover;
}

.layer_case_detail .layui-layer-content {
  padding: 40px 30px;
  padding-top: 0px;
  height: calc(100% - 200px) !important;
}

.layer_case_detail .case_detail_content_title {
  height: 33px;
  font-size: 24px;
  font-weight: 700;
  color: #0081c6;
  line-height: 24px;
  margin-bottom: 20px;
}

.layer_case_detail .case_detail_content_title i {
  display: inline-block;
  width: 8px;
  height: 24px;
  background: #0081c6;
  vertical-align: middle;
  margin-right: 10px;
  position: relative;
  top: -2px;
}

.layer_case_detail sub {
  font-weight: 400;
  font-size: 12px;
}

.layer_case_detail .case_detail_text, .layer_case_detail .case_detail_text a {
  color: #000;
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 20px;
}

.layer_case_detail .case_detail_text span {
  position: relative;
  top: -5px;
}

.layer_case_detail .case_detail_text a:hover {
  text-decoration: revert;
}

.layer_case_detail .case_detail_bold {
  font-weight: bold;
}

.layer_case_detail .case_detail_content .case_detail_img {
  display: block;
  margin: 0 auto;
  margin-bottom: 10px;
}

.layer_case_detail .case_detail_content .case_detail_buy a {
  display: block;
  text-align: center;
  width: 292px;
  height: 56px;
  border: 1px solid #0081c6;
  border-radius: 29px;
  margin: 45px auto 55px;
  color: #0081c6;
  font-size: 20px;
  line-height: 56px;
}

.layer_case_detail .case_detail_content .case_detail_buy .buy-icon {
  margin-right: 8px;
  vertical-align: text-top;
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(../images/case/buy_icon_df.png) no-repeat;
  background-size: 100% 100%;
}

.layer_case_detail .case_detail_content .case_detail_buy a:hover {
  color: #fff;
  background: #0081C6;
}

.layer_case_detail .case_detail_content .case_detail_buy a:hover .buy-icon {
  background: url(../images/case/buy_icon_at.png) no-repeat;
}

.layer_case_detail .case_detail_content h3 {
  margin: 30px 0;
  font-size: 20px;
  font-weight: 700;
  color: #0081C6;
}

.case_detail_btn_box {
  text-align: center;
}

.layer_case_detail .case_detail_content .case_detail_btn {
  display: inline-block;

}

.layer_case_detail .layui-layer-btn {
  background: #fff;
  border-radius: 0px 0px 8px 8px;
  box-shadow: 0px -4px 6px 0px rgba(0, 0, 0, 0.10);
  text-align: center;
  height: 120px;
  padding-top: 30px !important;
}

.layer_case_detail .layui-layer-btn .layui-layer-btn0,
.layer_case_detail .layui-layer-btn .layui-layer-btn1 {
  display: inline-block;
  margin: 0 auto;
  padding: 0 40px;
  height: 60px;
  background: #0081c6;
  border-radius: 30px;
  font-size: 18px;
  color: #fff;
  line-height: 60px;
  text-align: center;
}

.layer_case_detail .layui-layer-btn .layui-layer-btn1 {
  margin-left: 20px;
}

.layer_case_detail .layui-layer-btn .layui-layer-btn0:hover .layer_case_detail .layui-layer-btn .layui-layer-btn1:hover {
  background: #225678;
}

.layer_case_detail .layui-layer-btn .layui-layer-btn0.disabled,
.layer_case_detail .layui-layer-btn .layui-layer-btn1.disabled {
  background: #333333;
  cursor: not-allowed;
}

.case_detail_pdf {
  padding-top: 30px;
  padding-bottom: 30px;
}

.case_detail_pdf a {
  display: block;
  height: 56px;
  background: #f8f8f8;
  border-radius: 4px;
  line-height: 50px;
  font-size: 16px;
  color: #333;
  margin-bottom: 10px;
}

.case_detail_pdf a:hover {
  background: #ecf6ff;
}

.case_detail_pdf .case_detail_pdf_flex a {
  width: 100%;
}

.case_detail_pdf .case_detail_pdf_flex a.case_detail_more {
  padding: 0 25px;
  width: 130px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  display: none
}

.case_detail_pdf_flex a.case_detail_more:hover {
  color: #0081c6;
  background: #ecf6ff;
}

.case_detail_pdf a:last-child {
  margin-bottom: 0px;
}

.case_detail_pdf img {
  margin-right: 10px;
  margin-left: 10px;
  vertical-align: middle;
}

.case_detail_text_title {
  font-size: 20px;
  font-weight: 700;
  color: #0081c6;
  margin-bottom: 20px;
}

.cord_success {
  text-align: center;
}

.layer_cord_success.layui-layer-msg {
  width: 200px;
  height: 160px;
  background: rgba(0, 0, 0, 0.5);
  border: 0;
  text-align: center;
}

.layer_cord_success.layui-layer-dialog .layui-layer-content {
  width: 200px;
  height: 160px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 8px;
}

.cord_success p {
  font-size: 24px;
  margin-top: 20px;
}


.is_allow {
  cursor: pointer;
}


.is_pc {
  display: block;
}

.is_pc_flex {
  display: flex;
}

.is_mobile, .is_mobile_flex {
  display: none !important;
}

@media screen and (max-width: 750px) {
  html {
    font-size: 13.3333vw !important;
    overflow-x: hidden;
  }

  .wrap {
    width: 100%;
  }

  .is_pc,
  .is_pc_flex {
    display: none !important;
  }

  .is_mobile {
    display: block !important;
  }

  .is_mobile_flex {
    display: flex !important;
  }

  .pc_nav {
    margin-top: 0px !important;
    width: 100vw;
    height: 0.87rem;
    line-height: 0.87rem;

  }

  .section {
    padding: 0rem 0.24rem;
  }

  .nav .nav_logo img {
    width: 0.82rem;
    margin-left: 0.3rem;
  }

  .nav_list li {
    padding: 0 0.24rem;
  }

  .apply-form {
    cursor: pointer;
    margin: 0 .3rem 0 .24rem;
    width: 1.44rem;
    height: .56rem;
    line-height: .56rem;
    border-radius: .08rem;
  }

  .apply-form:hover {
    background: #225678;
  }

  .apply-form .apply-form_btn .icon-edit {
    display: none;
  }

  .nav {
    height: 0.88rem;
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 22;
  }

  .nav_list li.active:after {
    background: transparent;
  }

  .nav_list li a {
    display: block;
    line-height: 0.84rem;
    font-size: 0.28rem;
    font-weight: 700;
  }

  .nav_list li:hover a {
    border-bottom: 0px solid #1e8ef3;
  }

  .nav_list li.active a {
    border-bottom: 0.04rem solid #1e8ef3;
  }

  .nav_logo {
    display: flex;
    align-items: center;
    height: 0.88rem;
  }

  .title {
    width: 4.8rem;
    height: 1.28rem;
    position: relative;
    margin: 0 auto;
    margin-bottom: 0.8rem;
    text-align: center;

  }

  .title span {
    font-size: 0.4rem;
    font-weight: 400;
  }

  .title2 span {
    line-height: 1.5rem;
  }

  .title1 span {
    line-height: 1rem;
  }

  .title1 {
    background: url(../images/title1_m.png) center center no-repeat;
    background-size: cover;
    position: relative;
    top: -1px;
  }

  .title2 {
    background: url(../images/title2_m.png) center center no-repeat;
    background-size: cover;
    position: relative;
    top: 1px;
  }

  .title_bg {
    margin-left: -0.24rem;
    width: calc(100% + 0.48rem);
  }

  .banner {
    height: 8rem;
    background: url(../images/banner_m.png) center center no-repeat;
    background-size: 100% 8rem;
    margin-top: 0.88rem;
  }

  .banner .banner_icon {
    position: absolute;
    width: 1.4rem;
    height: 1.4rem;
    background-size: cover;
    font-size: 0.24rem;
  }

  .banner .banner_icon1 {
    top: 56%;
    left: 3%;
  }

  .banner .banner_icon2 {
    top: 47%;
    left: 28%;
  }

  .banner .banner_icon3 {
    top: 63%;
    left: 39%;
  }

  .banner .banner_icon4 {
    top: 43%;
    right: 27%;
  }

  .banner .banner_icon5 {
    top: 58%;
    left: 76%;
  }

  .section1 {
    padding-bottom: 0.6rem;
  }

  .section1_calse li {
    width: 31.5%;
    height: auto;
    margin-bottom: 0.28rem;
  }

  .section1_calse .top_right_title {
    padding: 0.03rem 0.09rem;
    font-size: 0.2rem;
  }

  .section1_calse li img {
    vertical-align: middle;
    width: 100%;
    height: auto;
    transition: all 0.5s;
  }

  .section1_calse h3 {
    padding: 0.12rem;

    font-size: 0.2rem;
    height: 1.08rem;
    display: block;
  }

  .section2 {
    padding-bottom: 0.8rem;
  }

  .section2 .title {
    margin-bottom: .8rem;
  }

  .video_list {
    display: block;
    margin-bottom: 0;
  }

  .video_list li span {
    font-size: 0.28rem;
  }

  .video_list li {
    width: 100%;
    height: 0.96rem;
    padding: 0 0.3rem;
    margin-bottom: 0.2rem;
  }

  .video_list_content li {
    height: auto;
  }

  .video_list_content li img {
    width: 100%;
    vertical-align: middle;
  }

  .video_list_content li i {
    right: 0.3rem;
    bottom: 0.3rem;
    width: 0.96rem;
    height: 0.96rem;
    background-size: cover;
  }

  .section3 {
    padding-bottom: 0.4rem;
  }

  .section3 .title {
    margin-bottom: 0.6rem;
  }

  .article_list li {
    width: 100%;
    height: auto;
    padding: 0.3rem;
    margin-bottom: 0.2rem;
  }

  .article_list li h3 {
    font-size: 0.3rem;
    margin-bottom: 0.15rem;
  }

  .article_list li p {
    line-clamp: 4;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    box-orient: vertical;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.6;
    font-size: 0.24rem;
  }

  .article_list li img {
    width: 1.9rem;
    height: 1.08rem;
    object-fit: cover;
  }

  .section4 .title_bg {
    position: relative;
    top: -1px;
  }

  .section4 .title {
    margin-bottom: 0.8rem;
  }

  .activity_rule_code img {
    width: 3.48rem;
    margin-right: 0;
  }

  .footer_company {
    padding: 0.8rem 0.24rem;
    border-top: 0.4rem solid #0081c6;
    background: url(../images/footer_m.png) center center no-repeat;
    background-size: cover;
  }

  .footer_company>.wrap {
    display: block;
  }

  .footer_company_left {
    width: 100%;
  }

  .footer_company_left h2 {
    font-size: 0.4rem;
    padding: 0;
    padding-bottom: 0.1rem;
  }

  .footer_company_left p {
    font-size: 0.3rem;
    margin-bottom: 0.4rem;
  }

  .footer_company_right img {
    width: 3.48rem;
  }

  .footer_company_right p {
    font-size: 0.3rem;
  }

  .content_box {
    margin-bottom: 0.6rem;
  }

  #prize_area {
    display: block;
    padding: 0px;
  }

  .draw-list-left {
    width: auto;
    margin-right: 0;
  }

  .draw-list {
    width: 100%;
    box-sizing: border-box;
    padding: 0.11rem;
    background: none;
    border: none;
    border-radius: 0;
  }


  .draw-list-item {
    width: 2.1rem;
    height: 1.5rem;
    margin-right: 0.1rem;
    margin-bottom: 0.1rem;
    padding-top: 0px;
    position: relative;
  }

  .draw-list-item .vlm-wrap {
    height: 1.5rem;
  }

  #prilist li:nth-child(3n) {
    margin-right: 0rem;
  }


  #prilist .vlm {
    display: block;
    margin: 0 auto;
    height: 0.9rem;
    margin-top: 0.2rem;
    font-size: 0.36rem;
    color: #fff;
  }


  .draw-list-item p {
    font-size: 0.22rem;
    font-weight: 500;
    color: #333333;
    line-height: 0.16rem;
    letter-spacing: 0.02rem;
    position: absolute;
    left: 0px;
    bottom: 0.2rem;
    text-align: center;
    width: 100%;
  }

  #begin_btn span i {
    font-size: 0.24rem;

  }

  #begin_btn {
    color: #582d00;
    font-size: 0.34rem;
    font-weight: 800;
    line-height: 0.41rem;
    letter-spacing: 0rem;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .zjMd {
    position: relative;
    width: 100%;
    border-radius: 0.2rem;
    overflow: hidden;
    margin-top: 0.3rem;
  }

  .zjMd_tip {
    margin-top: 0.27rem;
    font-size: 0.24rem;
    line-height: 1.6;
  }

  .zjMd h3 {
    line-height: 0.6rem;
    height: 0.6rem;
    font-size: 0.26rem;
  }

  #jq_marquee_box {
    margin-top: 0px;
    width: 100%;
    height: 3.28rem;
    padding: 0.2rem 0.32rem;
    box-sizing: border-box;
    font-size: 0.24rem;
    line-height: 40px;
    letter-spacing: 0.03rem;
  }

  .draw-list-item {
    width: 2.2rem;
    height: 1.72rem;
    margin-right: 0.1rem;
    margin-bottom: 0.2rem;
    padding-top: 0px;
    position: relative;
  }

  .activity_rule {
    width: 100%;
    height: auto;
    padding: 0.4rem 0.3rem;
    border-radius: 10px;
    margin: 0 auto;
    margin-top: 0.3rem;
    display: block;
  }

  .activity_rule_code {
    text-align: center;
    padding-top: 0.4rem;
  }

  .activity_rule h3 {
    height: 0.6rem;
    line-height: 0.6rem;
    font-size: 0.3rem;
    margin-bottom: 0.05rem;
  }

  .activity_rule_text {
    padding-top: 0;
  }

  .activity_rule_code p {
    font-size: 0.24rem;
  }

  .activity_rule_text p {
    width: 100%;
    line-height: 1.8;
    margin-left: 0.18rem;
    font-size: 0.24rem;
  }

  .activity_rule_text span {
    margin-right: 0;
    margin-top: 0.4rem;
    display: block;
  }

  .layer_user_info_form .layui-layer-title {
    line-height: 1.8;
    font-size: 0.4rem;
    padding: 0.3rem 0.3rem 0rem 0.3rem;
  }

  .layer_user_info_form .collect_title {
    margin-bottom: 0.2rem;
  }

  .layer_checkbox_label {
    display: inline-block;
    width: 49%;
    font-size: 0.2rem;
    line-height: 1.6;
    vertical-align: middle;
  }

  .layer_input_box .layer_checkbox_label>div {
    padding-left: 0.2rem;
  }

  .layer_input_box .layer_checkbox_label>div img {
    width: 2.4rem;
  }

  .layer_input_box div {
    font-size: 0.2rem;
  }

  .checkbox_text {
    margin-left: 0;
  }

  .submit_form_register .other_input textarea {
    height: 2rem;
    line-height: 1.8;
  }

  .layer_user_info_form .layui-layer-title .layer_tip {
    font-size: 0.24rem;
  }

  .layer_input_box .layer_input_title {
    font-size: 0.26rem;
    line-height: 1.6;
  }

  .submit_form_register .layer_input_box div>input {
    width: 100%;
  }

  .submit_form_register .inline_dl_flex {
    display: block;
  }

  .submit_form_register {
    padding: 0.2rem 0.2rem;
    padding-top: 0px;
  }

  .submit_form_register .inline_dl_flex_box {
    width: 100%;
  }

  .submit_form_register .label_info label {
    width: 100%;
    display: inline-block;
  }

  .form_btn {
    width: 80%;
    margin: 0 auto;
    margin-bottom: 20px;
    display: block;
    left: 50%;
    transform: translate(-50%, 0);
  }

  .submit_form_register .inline_dl {
    justify-content: flex-start;
    width: 100%;
  }

  .submit_form_register .inline_dl dd {
    width: 80%;
  }

  .submit_form_register .label_info_radio.inline_dl dd {
    width: 100%;
  }

  .submit_form_register .inline_dl input, .submit_form_register .inline_dl select {
    width: 100%;
  }

  .submit_form_register input[type="checkbox"] {
    width: 20px !important;
  }

  .submit_form_register {
    position: relative;
  }

  .submit_form_register .label_info_radio label {
    display: block;
    text-indent: -0.6rem;
    margin-left: 0.6rem;
    line-height: 1.8;
  }

  .layer_user_info_form .layui-layer-btn .layui-layer-btn0 {
    width: 86%;
    border-radius: 5px;
  }

  .info_msgBox>#info_inputs>.flex {
    display: block;
  }

  #order1, #order2, #order3, #order4, #order5 {
    position: relative;
    top: -0.8rem;

  }

  .section1_video_item i {
    width: 0.68rem;
    height: 0.68rem;
  }

  .img_big img {
    width: 85vw;
    height: 4.2rem;
    object-fit: cover;
  }

  .aside {
    width: 1.22rem;
    height: 4.2rem;
    background: url(../images/aside_m.png) center center no-repeat;
    background-size: cover;
    padding-top: 1rem;
  }

  .aside_title {
    font-size: 0.24rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 0.1rem;
  }

  .aside_score {
    width: 1.12rem;
    height: 0.7rem;
    margin-bottom: 0.1rem;
    font-size: 0.2rem;
    line-height: 1.4;
    padding-top: 0.04rem;
  }

  .aside_prize {
    width: 1rem;
    height: 0.34rem;
    border-radius: 3px;
    font-size: 0.2rem;
    line-height: 0.34rem;
    margin-bottom: 0.1rem;
  }

  .aside_question {
    width: 1rem;
    height: 0.34rem;
    border-radius: 3px;
    font-size: 0.2rem;
    line-height: 0.34rem;
    margin-bottom: 0.1rem;
  }

  .aside_back_top span {
    font-size: 0.2rem;
  }

  .aside_back_top img {
    width: 0.28rem;
  }

  .layer_case_detail .layui-layer-title {
    background: transparent;
    border-bottom: 0;
    padding: 0.4rem 0.3rem;
    padding-bottom: 0;
    height: auto;
    line-height: 0.4rem;
  }

  .layer_case_detail .case_detail_content_title {
    white-space: normal;
    height: auto;
    font-size: 0.36rem;
    line-height: 1.8;
    margin-bottom: 0.2rem;
  }

  .layer_case_detail .layui-layer-content {
    padding: 0.4rem 0.3rem;
    padding-top: 0px;
    height: calc(100% - 3.5rem) !important;
  }

  .layer_case_detail .case_detail_text {
    color: #000;
    font-size: 0.28rem;
    margin-bottom: 0.2rem;
  }

  .layer_case_detail .case_detail_content .case_detail_img {
    width: 100%;
  }

  .layer_case_detail .layui-layer-setwin .layui-layer-close1 {
    left: 0px;
  }

  .case_detail_btn_box {
    text-align: center;
    background: #ffffff;
    box-shadow: 0px -2px 6px 0px rgba(11, 67, 116, 0.16);
    margin-left: -0.3rem;
    width: calc(100% + 0.6rem);
    padding: 0.4rem 0;
  }

  .layer_case_detail .layui-layer-btn .layui-layer-btn0, .layer_case_detail .layui-layer-btn .layui-layer-btn1 {
    display: inline-block;
    margin: 0 auto;
    padding: 0 0.4rem;
    height: 0.66rem;
    background: #0081c6;
    border-radius: 30px;
    font-size: 0.3rem;
    color: #fff;
    line-height: 0.66rem;
    text-align: center;
  }

  .layer_case_detail .layui-layer-btn .layui-layer-btn1 {
    margin-top: 0.1rem;
  }

  .layer_case_detail .layui-layer-btn {
    position: absolute;
    bottom: 0;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: 1.8rem;
    padding-top: 0.2rem !important;

  }

  .layer_case_detail .case_detail_content .case_detail_buy a {
    width: 3.8rem;
    height: .8rem;
    border-radius: .42rem;
    margin: .32rem auto;
    color: #0081c6;
    font-size: .28rem;
    line-height: .8rem;
  }

  .case_detail_pdf img {
    width: 0.64rem;
    background: #f8f8f8;
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translate(0, -50%);
  }

  .layer_case_detail .case_detail_content .case_detail_buy .buy-icon {
    margin-right: .16rem;
    width: .32rem;
    height: .32rem
  }

  .case_detail_pdf a {
    display: block;
    height: auto;
    background: #f8f8f8;
    border-radius: 4px;
    line-height: 1.4;
    font-size: 0.28rem;
    color: #333;
    margin-bottom: 10px;
    padding: 0.2rem 0 0.2rem 1rem;
    position: relative;

  }

}