
.color_red {
  margin-right: 5px;
  color: #D00000;
}
.section {
  padding: 80px 0;
}

.section .title {
  color: #333333;
  font-size: 36px;
  font-weight: 700;
  padding-bottom: 40px;
  text-align: center;
}
.section .title span {
  position: relative;
}
.section2 {
  padding: 80px 0 0;
}
.section3 {
  height: 650px;
  width: 100%;
  background-size: auto 100%;
  background-position: top;
  background-repeat: no-repeat;
  background-image: url(../images/soft/soft_bg_pc.png);
}
/* 导航栏 start*/
.nav {
  height: 80px;
  background: #fff;
  position: fixed;
  top: 30px;
  left: 0px;
  right: 0px;
  z-index: 22;
}

#order1, #order2, #order3, #order4 {
  position: relative;
  top: -60px;
}
#order5 {
  position: relative;
  top: -600px;
}
.nav .nav_logo img {
  width: 120px;
  vertical-align: middle;
}

.nav_list li a {
  display: block;
  line-height: 80px;
  font-size: 18px;
}

.nav_list li {
  padding: 0 20px;
  cursor: pointer;
}

.nav_list li.active a {
  position: relative;
  color: #0067B9;
}
.nav_list li.active a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 8px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-image: url(../images/icon/icon_nav_at.png);
}
.nav_list li:hover a {
  color: #0067B9;
}

.nav_list li:last-child a {
  margin-right: 0px;
}

.height110 {
  height: 110px;
}

.is-new::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 21px;
  height: 9px;
  background: url(../images/icon/new.gif) no-repeat;
  background-size: 100% 100%;

}

/*about end*/
/*section6 start*/
.prize-rule {
  margin: 38px 0 0;
  border-radius: 8px;
  box-sizing: border-box;
  padding: 16px 40px 16px 23px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  line-height: 32px;
  font-weight: 500;
  color: #333333;
  background: #F4F8FB;
}

.prize-rule-text {
  width: 850px;
}
.prize-rule-promote {
  margin-left: 72px;
  display: flex;
  font-size: 14px;
  flex-direction: column;
  line-height: 20px;
  align-items: center;
}

.prize-rule-promote img {
  display: block;
  width: 145px;
  height: 145px;
  margin: 0 0 5px;
}

/*section6 end*/
/* 抽奖样式 start */

.draw-list {
  float: left;
  width: 720px;
}

.draw-list-item {
  box-sizing: border-box;
  float: left;
  text-align: center;
  padding-top: 12px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-image: url(../images/draw1.png);
  border-radius: 12px;
  margin-right: 20px;
  margin-bottom: 20px;
  font-size: 16px;
}

.draw-list-item.active {
  background: url(../images/draw2.png) center center no-repeat;
  background-size: 100% 100%;
  overflow: hidden;
}

.draw-list-item .vlm-wrap {
  height: 106px;
}

.draw-list-click {
  cursor: pointer;
  font-size: 30px;
  font-weight: 700;
  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);
}

.lt,
.ct,
.gt {
  display: table-cell;
  height: 28px;
  line-height: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 700;
  width: 100px;
  color: #666666;
}

.lt {
  width: 80px;
}

.ct {
  width: 110px;
  text-align: center;
}
.gt {
  width: 140px;
  color: #0B88EA;
}

.draw-list-left {
  width: 740px;
  border-radius: 20px;
}

.draw-list {
  width: 100%;
  box-sizing: border-box;
  background: transparent;
  border-radius: 20px;
}

.draw-list-item {
  width: 215px;
  height: 160px;
  margin-right: 10px;
  margin-bottom: 10px;
}

.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: #0F1F52;
  line-height: 17px;
  letter-spacing: 2.24px;
}

.roll-3,
.roll-4,
.roll-5 {
  margin-right: 0px;
}

#begin_btn {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url(../images/lottery_btn.png);
}

#begin_btn>div {
  height: 170px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#begin_btn span {
  text-align: center;
}

#begin_btn span i {
  font-size: 14px;
  color: #fff;
  display: block;
}

#prize_area {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

/* 抽奖样式 end */

/* 弹窗 */
.layui-layer-setwin {
  z-index: 222222;
}

.layer_user_info_form .layui-layer-title {
  background: #ffffff;
  height: 50px;
  line-height: 50px;
  color: #000000;
  font-size: 24px;
  padding: 0 80px 0 30px;
  border-bottom: transparent;
}

.layer_user_info_form .layui-layer-setwin .layui-layer-close1 {
  background-position: 0 0px;
}

.layer_user_info_form .layui-layer-ico {
  background: url(../images/icon/icon_close.png) no-repeat;
}
.layer_user_info_form .layui-layer-ico:hover {
  opacity: 1 !important;
}
.layer_user_info_form .collect_title {
  font-size: 14px;
  color: #666666;
  margin-bottom: 20px;
}
.layer_user_info_form .layui-layer-content {
  position: static !important;
}

.layer_user_info_form .layui-layer-btn {
  background: #ffffff;
  width: 100%;
  height: 80px;
  margin: 0;
}

.layer_user_info_form .layui-layer-btn .layui-layer-btn0 {
  width: 220px;
  height: 50px;
  background: #0067B9;
  text-align: center;
  line-height: 50px;
  outline: none;
  border: none;
  font-size: 16px;
  color: #fff;
  margin-bottom: 20px;
  position: absolute;
  bottom: 2px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 222222;
}

.layer_user_info_form .layui-layer-btn .layui-layer-btn0:hover {
  background: #3B9BE8;
}
.submit_form_register {
  padding: 20px 70px 20px 40px;
}

.submit_form_register .inline_dl_flex {
  display: flex;
  justify-content: space-between;
}

.submit_form_register .inline_dl_flex_box {
  width: 49%;
}

.submit_form_register .inline_dl {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  color: #333;
  line-height: 35px;
  margin-bottom: 10px;
}
.submit_form_register .inline_dl dt {
  font-size: 16px;
}
.address-box  {
  padding-left: 10px;
}
.address-box .inline_dl {
  justify-content: flex-start;
}
.address-box.address-detail .inline_dl {
  justify-content: flex-end;
}
.submit_form_register .inline_dl .rol-col-3 {
  display: flex;
  flex-wrap: wrap;
}
.submit_form_register .inline_dl .rol-col-3 label {
  width: 33.3%;
}
.submit_form_register .label_info_radio,
.submit_form_register .label_info {
  display: block;
}
.submit_form_register .contact-info {
  display: none;
}
.submit_form_register .inline_dl input,
.submit_form_register .inline_dl select {
  width: 200px;
  height: 35px;
  background: #ffffff;
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  text-indent: 10px;
  font-size: 16px;
  color: #333;
  outline: none;
}
.address-box .inline_dl select {
  margin-left: 5px;
  width: 245px;
}
.address-box .inline_dl input {
  margin-right: 20px;
  width: 495px;
}
.submit_form_register .inline_dl .other-input {
  position: absolute;
  top: 0;
  right: -20px;
}

.submit_form_register .inline_dl .addr_box select {
  width: 48%;
}

.submit_form_radio a {
  cursor: pointer;
  color: #005da9;
  ;
}

.submit_form_register .inline_dl .addr_box {
  width: 230px;
  height: 40px;
  display: flex;
  justify-content: space-between;
}

.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: 4px;
  margin-right: 5px;
  box-sizing: border-box;
}
.submit_form_register input[type="checkbox"]:checked {
  background: url(../images/icon/icon_checkbox.png) center center no-repeat;
  background-size: cover;
  border: 1px solid rgba(0, 0, 0, 0);
  box-sizing: border-box;
}
.submit_form_register input[type="radio"]:checked {
  background: url(../images/icon/icon_radio.png) center center no-repeat;
  background-size: cover;
  border: 0;
  box-sizing: border-box;
  position: relative;
}
.submit_form_register .label_info input[type="checkbox"] {
  position: relative;
  top: 0px;
}

.submit_form_register .label_info label {
  position: relative;
  width: 32%;
  display: inline-block;
}
.submit_form_register .label_info.label_radio label {
  width: 48%;
}
.submit_form_register .label-box-1 label {
  width: 100px;
}
.submit_form_register .label-box-2 {
  display: flex;
  height: 40px;
}
.submit_form_register .label-box-2 .agent-box {
  margin-right: 80px;
  width: 340px;
}
.submit_form_register .label-box-2 .agent-box-inpt {
  display: none;
}
.submit_form_register .label-box-2 .agent-box label {
  width: 80px;
}
.submit_form_register .label_info label .other-input {
  outline: none;
  display: flex;
  visibility: hidden;
}

.submit_form_register .label_info_radio label {
  display: block;
}

.submit_form_register input[type="radio"] {
  width: 20px;
  height: 20px;
  background: #ffffff;
  border: 1px solid #707070;
  -webkit-appearance: none;
  outline: none;
  vertical-align: middle;
  border-radius: 50%;
  margin-right: 5px;
  box-sizing: border-box;
}

.submit_form_radio {
  color: #999999;
  font-size: 12px;
  line-height: 22px;
  margin-bottom: 11px;
}

.submit_form_tip {
  padding-bottom: 20px;
  font-size: 12px;
  color: #5b6770;
  line-height: 18px;
}

.submit_form_tip a {
  text-decoration: underline;
}

.submit_form_tip a:hover {
  color: #F5002F;
}

.submit_form_register .label_info_radio input[type="radio"] {
  position: relative;
  top: 0px;
}

.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: 50%;
  transform: translate(-50%, 0);
  z-index: 222222;

}

.form_btn:hover {
  background: rgba(227, 3, 39, 0.7);
}


/* 弹窗 ebd*/
.layer-alert-dialog .layui-layer-title {
  height: 48px;
  line-height: 48px;
  background: #fff;
  border-bottom: none;
}

.layer-alert-dialog .dialog-content {
  padding: 0 30px 50px;
}

.layer-alert-dialog .dialog-content .tag {
  font-size: 18px;
}

.layer-alert-dialog .dialog-content .title {
  font-size: 34px;
  font-weight: 700;
  height: 48px;
  line-height: 48px;
}

.layer-alert-dialog .dialog-content .desc {
  margin-top: 15px;
  font-size: 16px;
  line-height: 26px;
}


/*抽奖弹框*/
.layer_lotter_alert {
  border-radius: 8px !important;
}

.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 .p1 {
  font-size: 24px;
  font-weight: 700;
  color: #333;
}

.layer_lotter_success .p2 {
  margin: 4px 0 24px 0;
  font-size: 14px;
  font-weight: 700;
  color: #666;
}

.layer_lotter_success a {
  margin-top: 24px;
  width: 160px;
  height: 50px;
  display: block;
  margin: 0 auto;
  font-size: 18px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  background: #9BC3B7;
  border-radius: 4px;
}

.layer_lotter_success img {
  margin: 40px 0 20px;
}

.layer_lotter_info {
  text-align: center;
}

.layer_lotter_info img {
  margin-bottom: 20px;
}

.layer_lotter_info .layer_lotter_text1 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 5px;
}
.layer_lotter_info .layer_lotter_button {
  cursor: pointer;
  margin: 10px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #ffffff;
  width: 160px;
  height: 50px;
  background: #0067B9;
  border-radius: 4px;
  text-align: center;
}
.layer_lotter_info .layer_lotter_button:hover {
  opacity: .8;
}
.layer_lotter_info .layer_lotter_text2 {
  font-size: 14px;
  color: #666666;
  padding: 0 30px;
}

.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 {
  margin-top: 40px;
  font-size: 18px;
  font-weight: 700;
  color: #333333;
}

.layer_lotter_prize_name_text2 {
  margin: 24px 0 27px;
  font-size: 30px;
  font-weight: 700;
  color: #0067B9;
}

.layer_lotter_prize_name_text3 {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
}

#layer_success .layui-layer-title {
  display: none;
}

/* 中奖名单 */
.zjMd {
  width: 480px;
  background: #ffffff;
  border-radius: 8px;
  overflow: hidden;
}

.zjMd h3 {
  line-height: 64px;
  background: #0067B9;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}

.zjMd h2 {
  font-size: 16px;
  font-weight: 700;
  color: #333333;
  padding-top: 30px;
  padding-bottom: 10px;
}

.zjMd .tip_md {
  font-size: 14px;
  color: #666666;
  line-height: 24px;
}

#jq_marquee_box {
  margin-top: 0px;
  width: 480px;
  height: 265px;
  padding: 20px 30px;
  box-sizing: border-box;
  line-height: 40px;
  letter-spacing: 0.8px;
  background: #f6f6f7;
  border-radius: 8px;
  overflow: hidden;
}
#jq_marquee_box ul li {
  justify-content: center;
}
#jq_marquee_box .null {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
}

/* 中奖名单 */
.is_allow {
  cursor: pointer;
}

/* pc显示隐藏 start*/

.is_pc {
  display: block;
}

.is_pc_flex {
  display: flex;
}

.is_mobile,
.is_mobile_flex {
  display: none !important;
}