/* ==================== 全局变量定义 ==================== */
:root {
  --primary-color: #DC001E;
  --primary-dark: #D50202;
  --primary-light: #E90029;
  --secondary-color: #EB5000;
  --text-primary: #1D252D;
  --text-secondary: #333333;
  --text-light: #666666;
  --bg-light: #ffffff;
  --bg-error: #ffe8ea;
  --border-radius-sm: 4px;
  --border-radius-md: 8px;
  --border-radius-lg: 12px;
  --border-radius-xl: 20px;
  --shadow-inset: 0px -8px 0px 0px;
}

/* ==================== 全局基础样式 ==================== */
.color_red {
  margin-right: 5px;
  color: #D00000;
}

.section {
  padding: 80px 0;
}

.click-log {
  cursor: pointer;
}

.section .title {
  text-align: center;
}

.section .title .title_main {
  font-size: 36px;
  font-weight: 700;
}

.section .title .title_desc { 
  margin-top: 10px;
  color: var(--text-secondary);
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 1.8px;
}

.limit-line-3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

/* ==================== 导航栏样式 ==================== */
.nav {
  height: 72px;
  background: var(--bg-light);
  position: fixed;
  top: 30px;
  left: 0;
  right: 0;
  z-index: 22;
}

#order1, #order2, #order3, #order4, #order5 {
  position: relative;
  top: -60px;
}

#downPdf {
  position: relative;
  top: -90px;
}

.nav .nav_logo img {
  width: 226px;
  vertical-align: middle;
}

.nav_list li a {
  display: block;
  line-height: 72px;
  font-size: 18px;
  color: var(--text-primary);
}

.nav_list li {
  position: relative;
  padding: 0 20px;
  cursor: pointer;
}

.nav_list li:hover::after,
.nav_list li.active::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 3px;
  background: var(--primary-color);
}

.nav_list li:last-child a {
  margin-right: 0;
}

.height110 {
  height: 102px;
}

.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%;
}

/* ==================== 奖品规则样式 ==================== */
.section3 .content {
  margin-top: 60px;
}

.prize-rule {
  margin: 30px 0 0;
  box-sizing: border-box;
  padding: 20px 55px 20px 23px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  line-height: 24px;
  background: var(--bg-light);
}

.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 {
  width: 130px;
  margin: 0 0 15px;
}

/* ==================== 抽奖样式 ==================== */
.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: var(--border-radius-sm);
  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.active {
  background: var(--bg-error);
}

.draw-list-item .vlm-wrap {
  height: 106px;
}

.draw-list-click {
  cursor: pointer;
  font-size: 30px;
  font-weight: 700;
  padding: 0;
  color: var(--secondary-color);
  background-image: linear-gradient(#fec481, #ffb153);
}

.draw-winlist {
  overflow: hidden;
}

.draw-winlist-box {
  border-radius: var(--border-radius-lg);
  background-color: var(--bg-light);
  height: 390px;
  overflow: hidden;
}

.draw-winlist-title {
  display: block;
  height: 52px;
  line-height: 52px;
  background-color: var(--primary-dark);
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  color: var(--bg-light);
}

.draw-winlist-ul {
  padding-left: 40px;
}

.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: 140px;
  text-align: center;
}

.gt {
  color: #E90029;
}

.draw-winlist-tips {
  color: var(--bg-light);
  font-size: 15px;
  padding-top: 20px;
}

.draw-list-left {
  width: 665px;
  border-radius: var(--border-radius-xl);
}

.draw-list {
  width: 100%;
  box-sizing: border-box;
  background: transparent;
  border-radius: var(--border-radius-xl);
}

.draw-list-item {
  box-sizing: border-box;
  float: left;
  text-align: center;
  padding-top: 12px;
  border-radius: 16px;
  font-size: 16px;
  width: 210px;
  height: 152px;
  margin-right: 10px;
  margin-bottom: 10px;
  background: #fff5f6;
  box-shadow: var(--shadow-inset) #fee1e1 inset;
  border-radius: 16px;
}

.draw-list-item.roll-5,
.draw-list-item.roll-6,
.draw-list-item.roll-7 {
  margin-bottom: 0;
}

.draw-list-item p {
  font-size: 16px;
  font-weight: 500;
  color: #333333;
  line-height: 17px;
  letter-spacing: 2.24px;
}

.roll-3,
.roll-4,
.roll-5 {
  margin-right: 0;
}

#begin_btn {
  background: linear-gradient(180deg, #f24663, var(--primary-dark));
  color: var(--bg-light);
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  position: relative;
  box-shadow: var(--shadow-inset) #AE1818 inset;
  overflow: hidden;
}

#begin_btn span {
  margin-top: 20px;
  text-align: center;
}

#begin_btn span i {
  margin-top: 10px;
  font-size: 14px;
  color: var(--bg-light);
  display: block;
}

#prize_area {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

/* ==================== 弹窗样式 ==================== */
.layui-layer-setwin {
  z-index: 222222;
}

.layer_user_info_form {
  border-radius: var(--border-radius-md);
  overflow: hidden;
}

.layer_user_info_form .layui-layer-title {
  margin-top: 20px;
  color: #000000;
  background: var(--bg-light);
  height: 50px;
  line-height: 50px;
  font-size: 24px;
  padding: 0 80px 0 30px;
  font-weight: 700;
  border-bottom: transparent;
}

.layer_user_info_form .layui-layer-setwin .layui-layer-close1 {
  background-position: 0 0;
}

.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;
  background: url(../images/icon/icon_close_hv.png) no-repeat;
}

.layer_user_info_form .layui-layer-content {
  position: static !important;
}

.layer_user_info_form .layui-layer-btn {
  background: var(--bg-light);
  width: 100%;
  height: 80px;
  margin: 0;
}

.layer_user_info_form .layui-layer-btn .layui-layer-btn0 {
  width: 220px;
  height: 50px;
  background: var(--primary-light);
  border-radius: 25px;
  text-align: center;
  line-height: 50px;
  outline: none;
  border: none;
  font-size: 18px;
  color: var(--bg-light);
  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 {
  opacity: .8;
}

/* ==================== 表单样式 ==================== */
.submit_form_register {
  padding: 20px;
}

.submit_form_register .inline_dl_flex {
  display: flex;
  justify-content: space-between;
}

.submit_form_register .inline_dl {
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  align-items: center;
  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: 50%;
}

.submit_form_register .label_info_radio,
.submit_form_register .label_info {
  display: block;
}

.submit_form_register .contact-info,
.submit_form_register .agent-box-inpt {
  display: none;
}

.submit_form_register .agent-box-inpt {
  margin-left: 10px;
}

.submit_form_register .inline_dl input,
.submit_form_register .inline_dl select {
  width: 390px;
  height: 40px;
  background: var(--bg-light);
  border: 1px solid #e4e4e4;
  border-radius: var(--border-radius-sm);
  text-indent: 10px;
  font-size: 16px;
  outline: none;
}

#address_select {
  width: 390px;
  display: flex;
  justify-content: space-between;
}

.address-detail {
  justify-content: flex-end !important;
  margin-right: 30px;
}

.label-box-1 label {
  margin: 10px 0;
}

.submit_form_register .inline_dl .address-select {
  width: 48% !important;
}

.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_register .inline_dl .addr_box {
  width: 240px;
  height: 40px;
  display: flex;
  justify-content: space-between;
}

/* ==================== 复选框和单选框样式 ==================== */
.submit_form_register input[type="checkbox"] {
  width: 20px;
  height: 20px;
  background: var(--bg-light);
  border: 1px solid #707070;
  -webkit-appearance: none;
  outline: none;
  vertical-align: middle;
  border-radius: var(--border-radius-sm);
  margin-right: 5px;
  box-sizing: border-box;
}

.submit_form_register input[type="checkbox"]:checked {
  background: url(../images/icon/checkbox.png) center center no-repeat;
  background-size: cover;
  border: 1px solid transparent;
  box-sizing: border-box;
}

.submit_form_register .label_info input[type="checkbox"] {
  position: relative;
  top: 0;
}

.submit_form_register .label_info label {
  position: relative;
  width: 40%;
  display: inline-block;
}

.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 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: var(--bg-light);
  border: 1px solid #707070;
  -webkit-appearance: none;
  outline: none;
  vertical-align: middle;
  border-radius: 50%;
  margin-right: 5px;
  box-sizing: border-box;
}

.submit_form_register input[type="radio"]:checked {
  background: url(../images/icon/radio_icon.svg) center center no-repeat;
  background-size: cover;
  border: 0;
  box-sizing: border-box;
  position: relative;
}

/* ==================== 表单辅助样式 ==================== */
.submit_form_radio {
  color: #999999;
  font-size: 12px;
  line-height: 22px;
  margin-bottom: 11px;
}

.submit_form_radio a {
  cursor: pointer;
  color: #005da9;
}

.color-bl {
  color: #005DA9;
}

.color-link {
  color: #005DA9;
}

.color-link:hover {
  text-decoration: underline;
}

.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;
}

.form_btn {
  width: 350px;
  height: 50px;
  background: rgba(227, 3, 39, 1);
  border-radius: var(--border-radius-sm);
  text-align: center;
  line-height: 50px;
  outline: none;
  border: none;
  font-size: 18px;
  color: var(--bg-light);
  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);
}

/* ==================== 警告对话框样式 ==================== */
.layer-alert-dialog .layui-layer-title {
  height: 48px;
  line-height: 48px;
  background: var(--bg-light);
  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: var(--bg-light);
  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: var(--border-radius-md) !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;
}

.layer_lotter_success .p2 {
  margin: 4px 0 24px 0;
  font-size: 14px;
  font-weight: 700;
  color: var(--text-light);
}

.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: var(--bg-light);
  background: #9BC3B7;
  border-radius: var(--border-radius-sm);
}

.layer_lotter_success img {
  margin: 40px 0 20px;
}

.layer_lotter_info {
  text-align: center;
}

.layer_lotter_info img {
  margin-bottom: 20px;
  margin-top: 20px;
}

.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: var(--text-light);
  padding: 0 30px;
}
.layer_lotter_info .layer_lotter_button {
  cursor: pointer;
  margin: 20px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 140px;
  height: 40px;
  font-size: 16px;
  color: #ffffff;
  background: #e90029;
  border-radius: 25px;
}
.layer_lotter_info .layer_lotter_button:hover {
  opacity: .8;
}

.layer_lotter_answer {
  text-align: center;
}

.layer_lotter_answer_text1 {
  font-size: 18px;
  text-align: center;
  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: var(--border-radius-sm);
  display: block;
  margin: 0 auto;
  text-align: center;
  line-height: 48px;
  font-size: 18px;
  color: var(--bg-light);
}

.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;
  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: var(--border-radius-sm);
  text-align: center;
  line-height: 50px;
  color: var(--bg-light);
  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;
}

.layer_lotter_prize_name_text2 {
  font-size: 24px;
  font-weight: 700;
  color: #E90029;
}

.layer_lotter_prize_name img {
  margin: 20px 0 10px;
}

.layer_lotter_prize_name_text3 {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 400;
  color: var(--text-light);
}

/* ==================== 中奖名单样式 ==================== */
#layer_success .layui-layer-title {
  display: none;
}

.zjMd {
  width: 480px;
  overflow: hidden;
}

.zjMd .lottery-box {
  border-radius: 10px;
  overflow: hidden;
}

.zjMd h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--primary-light);
  height: 64px;
  color: var(--bg-light);
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 2.4px;
  text-align: center;
}

.zjMd h2 {
  font-size: 16px;
  font-weight: 700;
  color: var(--text-light);
  padding: 25px 0 10px;
}

.zjMd .tip_md {
  font-size: 14px;
  color: var(--text-light);
  line-height: 24px;
}

#jq_marquee_box {
  margin-top: 0;
  height: 260px;
  padding: 20px 75px;
  box-sizing: border-box;
  line-height: 40px;
  letter-spacing: 0.8px;
  background: var(--bg-light);
  border-radius: var(--border-radius-md);
  overflow: hidden;
}

#jq_marquee_box .null {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
}

/* ==================== 通用工具类 ==================== */
.is_allow {
  cursor: pointer;
}

.is_pc {
  display: block;
}

.is_pc_flex {
  display: flex;
}

.is_mobile,
.is_mobile_flex {
  display: none !important;
}