
.color_red {
  margin-right: 5px;
  color: #D00000;
}
.page-container {
  background: linear-gradient(180deg,#8791a0, #687488);
}
.section {
  padding: 80px 0;
}
.click-log {
  cursor: pointer;
}
.module-title {
  margin-bottom: 60px;
}
.module-title span {
  position: relative;
  display: flex;
  justify-content: center;
  color: #ffffff;
  font-size: 36px;
  font-weight: 700;
  text-align: center;
}
.module-title span::after {
  content: "";
  position: absolute;
  bottom: -15px;
  width: 570px;
  height: 38px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-image: url(../images/icon/title_bg_pc.png);
}
.limit-line-3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
/* 导航栏 start*/
.nav {
  height: 80px;
  position: fixed;
  top: 30px;
  left: 0px;
  right: 0px;
  z-index: 22;
  background: #ffffff;
  box-shadow: 0 1px 5px 0 rgba(0,0,0,0.10); 
}

#order1, #order2 {
  position: relative;
  top: -60px;
}
.anchor {
  position: relative;
  top: -110px;
}

.nav .nav_logo img {
  width: 211px;
  vertical-align: middle;
}
.nav_list {
  display: flex;
  align-items: center;
}
.nav_list li a {
  display: block;
  line-height: 80px;
  font-size: 18px;
  color: #333333;
}

.nav_list li {
  position: relative;
  padding: 0 35px;
  cursor: pointer;
}

.nav_list li:hover,.nav_list li.active {
  color: #3D60AF;
  font-weight: 700;
  position: relative;
}

.nav_list li.active a, .nav_list li:hover a  {
  color: #3D60AF;
}
.nav_list li.active a::after, .nav_list li:hover a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 4px;
  width: 64px;
  background: #3D60AF;
}
.nav_list li:last-child a {
  margin-right: 0px;
}
.nav_list .nav-btn {
  cursor: pointer;
  margin-left: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 128px;
  height: 40px;
  font-size: 16px;
  background: #3D60AF;
  border-radius: 4px;
}
.nav_list .nav-btn.disabled {
  cursor: no-drop;
  color: #8D8D8D;
  background: #464646;
}
/* 导航栏 end*/
.height110 {
  height: 110px;
}

/*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 {
  background: #ffffff;
}
.section6 .content {
  margin-top: 60px;
}

.prize-rule {
  margin: 40px 0 0;
  box-sizing: border-box;
  padding: 36px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  line-height: 32px;
  background: #F7F7F7;
}

.prize-rule-text {
  width: 850px;
}

.prize-rule-text .activity-concat {
  margin-top: 20px;
}

.prize-rule-text .activity-concat ul {
  display: flex;
}

.prize-rule-text .activity-concat ul li {
  display: flex;
  width: 200px;
}

.prize-rule-text .activity-concat ul li .concant-tit-box {
  margin-left: 15px;
}
.prize-rule-text .activity-concat ul li .concat-img-box img {
  margin-right: 10px;
  vertical-align: middle;
}
.prize-rule-promote {
  margin-left: 72px;
  display: flex;
  font-size: 14px;
  flex-direction: column;
  line-height: 20px;
  align-items: center;
}

.prize-rule-promote img {
  margin: 0 0 15px;
}

/*section6 end*/
.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: 60px;
  color: #333333;
}

.ct {
  margin-right: 10px;
  width: 60px;
  color: #9C9C9C;
  text-align: center;
}
.gt {
  color: #3D60AF;
}


#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 {
  position: relative;
  top: 10px;
  color: #333333;
  background: #ffffff;
  height: 50px;
  line-height: 50px;
  font-size: 24px;
  font-weight: 700;
  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;
  background: url(../images/icon/icon_close_hv.png) no-repeat;
}
.layer_user_info_form .collect_title {
  font-size: 14px;
  color: #F07F3C;
  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 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 320px;
  height: 48px;
  border-radius: 4px;
  text-align: center;
  line-height: 48px;
  outline: none;
  border: none;
  font-size: 18px;
  color: #FFFFFF;
  background: #3D60AF;
  z-index: 222222;
}

.layer_user_info_form .layui-layer-btn .layui-layer-btn0:hover {
  background: #37569D;
}
.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_flex_box dt {
  width: 100px
}
.submit-item {
  display: flex;
}
.submit-item .submit-item_label {
  text-align: center;
  width: 115px;
  padding: 0 12px;
  font-size: 16px;
}
.submit-item .submit-item_content {
  flex: 1;
}
.submit-item .submit-item_content textarea{
  width: 100%;
  height: 105px;
  text-indent: 10px;
  font-size: 16px;
  padding: 5px 0;
  border: 1px solid #e4e4e4;
  outline: none;
  resize: none;
  overflow: hidden; /* 隐藏所有滚动条 */
}
.submit-tips {
  margin: 20px auto;
  font-size: 12px;
  color: #999999;
}
.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 {
  display: flex;
  align-items: center;
  color: #333333;
  font-size: 16px;
  width: 33.33%;
  height: 40px;
}
.submit_form_register .label_info_radio,
.submit_form_register .label_info {
  display: block;
}
.submit_form_register .agent-box-inpt {
  margin-left: 10px;
}
.submit_form_register .inline_dl input, .submit_form_register .inline_dl select {
  width: 240px;
  height: 40px;
  background: #ffffff;
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  text-indent: 10px;
  font-size: 16px;
  outline: none;
}
#address_select {
  display: flex;
  justify-content: space-between;
  width: 240px;
}
.address-detail {
  justify-content: flex-end !important;
  margin-right: 30px;
}
.label-box-1 label {
  margin: 20px 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_radio a {
  cursor: pointer;
  color: #005da9;
}
.color-bl {
  color: #005DA9;
}
.color-link {
  color: #005DA9;
}
.color-link:hover {
  text-decoration: underline;
}
.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: #ffffff;
  border: 1px solid #E4E4E4;
  -webkit-appearance: none;
  outline: none;
  vertical-align: middle;
  border-radius: 4px;
  margin-right: 8px;
  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 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 {
  position: relative;
  width: 48%;
  display: inline-block;
}
.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 #E4E4E4;
  -webkit-appearance: none;
  outline: none;
  vertical-align: middle;
  border-radius: 50%;
  margin-right: 8px;
  box-sizing: border-box;
}

.submit_form_register input[type="radio"]:checked {
  background: url(../images/icon/radio_icon.png) 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_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 .p1 {
  font-size: 24px;
  font-weight: 700;
}

.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;
  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: #666666;
  padding: 0 30px;
}

.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: 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;
  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;
}

.layer_lotter_prize_name_text2 {
  font-size: 24px;
  font-weight: 700;
  color: #EE9102;
}

.layer_lotter_prize_name img {
  margin: 20px 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;
  overflow: hidden;
}

.zjMd h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #EB5000;
  height: 50px;
  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: 30px 0 10px;
}

.zjMd .tip_md {
  font-size: 14px;
  color: #5b6770;
  line-height: 24px;
}

#jq_marquee_box {
  position: relative;
}
#jq_marquee_box .null {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-size: 14px;
  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;
}