
.color_red {
  margin-right: 5px;
  color: #D00000;
}
.section {
  padding: 80px 0;
}

.section .title {
  margin-bottom: 50px;
  color: #333333;
  font-size: 40px;
  font-weight: 700;
  text-align: center;
}
.section .title span {
  position: relative;
  display: block;
}
.section .title span::before {
  content: "";
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 40px;
  color: rgba(0, 155, 234, .1);
}
.section .title-videos span::before {
  content: "VIDEO ZONE";
}
.section .title-doc span::before {
  content: "DOCUMENT DOWNLOAD";
}
.section .title-lottery span::before {
  content: "LOTTERY ZONE";
}
/* 导航栏 start*/
.nav {
  height: 70px;
  position: fixed;
  top: 30px;
  left: 0px;
  right: 0px;
  z-index: 22;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-image: url(../images/nav/nav_bg_pc.png);
}

#order1, #order2, #order3, #order4, #order5 {
  position: relative;
  top: -60px;
}

.nav .nav_logo img {
  width: 182px;
  vertical-align: middle;
}

.nav_list li a {
  display: block;
  line-height: 70px;
  font-size: 18px;
  color: #FFFFFF;
}

.nav_list li {
  padding: 0 20px;
  cursor: pointer;
}

.nav_list li:hover,
.nav_list li.active {
  color: #5197FF;
  position: relative;
}

.nav_list li.active a {
  color: #5197FF;
}

.nav_list li:hover a {
  color: #5197FF;
}

.nav_list li:last-child a {
  margin-right: 0px;
}

/* 导航栏 end*/
.height110 {
  height: 100px;
}

/*section1 end*/
.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*/
.section6 .content {
  margin-top: 85px;
}

/*section6 end*/
/* 抽奖样式 start */
.draw-title {
  text-align: center;
  margin-top: -36px;
}

.draw-wrap {
  margin-top: 140px;
  padding-top: 1px;
  padding-bottom: 84px;
  background: url(../images/five-bg3.png) no-repeat center top;
}

.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;
  /* background: rgba(0, 0, 0, .5); */
  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-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;
}

.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: 100px;
}

.lt {
  width: 90px;
  color: #232425;
}

.draw-winlist-item .lt {
  width: 75px;
  color: #232425;
}

.ct {
  width: 110px;
  color: #009BEA;
  text-align: center;
}
.gt {
  color: #232425;
}
.draw-winlist-item .gt {
  width: 96px;
  color: #262422;
}

.draw-winlist-tips {
  color: #fff;
  font-size: 15px;
  padding-top: 20px;
}

#begin_btn>div {
  height: 170px;
  background: #9BC3B7;
  border-radius: 16px;
  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;
}

.submit_form_register {
  padding: 20px 30px;
}

.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: 16px;
  color: #333;
  line-height: 40px;
  margin-bottom: 20px;
}
.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: 230px;
  height: 40px;
  background: #ffffff;
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  text-indent: 10px;
  font-size: 16px;
  color: #333;
  outline: none;
}
.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 .label_info input[type="checkbox"] {
  position: relative;
  top: 0px;
}

.submit_form_register .label_info label {
  position: relative;
  width: 48%;
  display: inline-block;
}
.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-alert-dialog .dialog-content .product-item {
  margin-top: 20px;
}

.layer-alert-dialog .dialog-content .product-item h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

.layer-alert-dialog .dialog-content .product-item-box {
  display: flex;
}

.layer-alert-dialog .dialog-content .product-item-box .product-item-left {
  flex: 1;
}

.layer-alert-dialog .dialog-content .product-item-box .product-item-left .product-item-desc {
  margin-top: 10px;
  font-size: 16px;
  line-height: 26px;
  min-height: 100px;
}

.layer-alert-dialog .dialog-content .product-item-box .product-item-left .product-item-links {
  display: inline-block;
  margin-top: 10px;
  width: 120px;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  text-align: center;
  color: #9BC3B7;
  border: 1px solid #9bc3b7;
}

.layer-alert-dialog .dialog-content .product-item-box .product-item-left .product-item-links:hover {
  color: #ffffff;
  background: #5EA290;
}

.layer-alert-dialog .dialog-content .product-item-box .product-item-right {
  margin-left: 18px;
  width: 172px;
}

.layer-alert-dialog .dialog-content .product-item-box .product-item-right .product-item-logo {
  width: 172px;
  height: 130px;
}

.layer-alert-dialog .dialog-content .product-item-box .product-item-right .product-item-logo img {
  display: block;
  width: 100%;
  height: 100%;
}

/*抽奖弹框*/
.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 .succes-tips {
  margin-top: 40px;
  width: 100%;
}
.layer_lotter_success .p1 {
  margin-top: 20px;
  font-size: 24px;
  font-weight: 700;
  color: #333;
}

.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_info {
  text-align: center;
}

.layer_lotter_info img {
  margin-bottom: 10px;
  margin-top: 0;
}

.layer_lotter_info .layer_lotter_text1 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 5px;
}

.layer_lotter_info .layer_lotter_text2 {
  font-size: 14px;
  color: #666666;
  padding: 0 30px;
}
.layer_lotter_info .layer_lotter_text3 {
  cursor: pointer;
  margin: 20px auto 0;
  font-size: 18px;
  font-weight: 700;
  color: #FFFFFF;
  width: 160px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  background: #009bea;
  border-radius: 4px;
}
.layer_lotter_info .layer_lotter_text3:hover {
  background: #0087C9;
}
.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 {
  padding: 40px 0;
  text-align: center;
}

.layer_lotter_prize_name_text1 {
  font-size: 18px;
  font-weight: 700;
  color: #333333;
}

.layer_lotter_prize_name_text2 {
  padding: 20px 0;
  font-size: 30px;
  font-weight: 700;
  color: #009BEA;
}

.layer_lotter_prize_name img {
  margin: 10px 0;
}

.layer_lotter_prize_name_text3 {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
}

/*抽奖弹框*/
/*抽奖弹框*/
/* //////////////////////// */
#layer_success .layui-layer-title {
  display: none;
}


/* 中奖名单 */
.zjMd {
  width: 400px;
  background: #ffffff;
  border-radius: 8px;
  overflow: hidden;
}

.zjMd h3 {
  line-height: 50px;
  background: #9BC3B7;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-align: left;
  padding-left: 30px;
}

.zjMd h2 {

  font-size: 16px;
  font-weight: 700;
  color: #666666;
  padding-top: 30px;
  padding-bottom: 10px;
}

.zjMd .tip_md {
  font-size: 14px;
  color: #5b6770;
  line-height: 24px;
}

#jq_marquee_box {
  margin-top: 0px;
  width: 100%;
  height: 245px;
  padding: 30px;
  box-sizing: border-box;
  line-height: 40px;
  letter-spacing: 0.8px;
  overflow: hidden;
}

#jq_marquee_box .null {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  color: #333;
}
#jq_marquee_box .jsc-c {
  justify-content: center;
}
/* 中奖名单 */
.is_allow {
  cursor: pointer;
}

/* pc显示隐藏 start*/

.is_pc {
  display: block;
}

.is_pc_flex {
  display: flex;
}

.is_mobile,
.is_mobile_flex {
  display: none !important;
}