/*通用类*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
html {
  overflow-x: hidden;
}
body {
  width: 100%;
  min-width: 1200px;
  margin: 0 auto;
  font-family: "Microsoft Yahei";
  background: #fff;
  overflow-x: hidden;
  text-align: justify;
  color: #333;
  font-size: 16px;
}
.wb {
  background: #fff;
}
.container {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
.container-fluid {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
img {
  border: none;
}
h1,
h2,
h3 {
  font-weight: normal;
}
a {
  color: #333;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  outline: none;
}
input,
textarea,
select {
  font-family: "Microsoft Yahei";
  font-size: 1em;
  outline: none;
  margin: 0;
  padding: 0;
}
input::-webkit-input-placeholder {
  color: #979797 !important;
}
textarea::-webkit-input-placeholder {
  color: #979797 !important;
}
input[type='button'],
input[type='text'],
input[type='search'],
input[type='submit'],
input[type='reset'],
input[type='date'],
input[type='time'],
input[type='number'] {
  -webkit-appearance: none;
}
select {
  -webkit-appearance: none;
}
textarea {
  -webkit-appearance: none;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0;
}
ul,
ol {
  padding: 0;
  list-style-type: none;
}
em {
  font-style: normal;
}
.lt {
  float: left;
}
.rt {
  float: right;
}
input.sub,
label {
  border: none;
  cursor: pointer;
}
input,
textarea {
  font-family: "Microsoft Yahei";
  outline: none;
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
}
td,
th {
  padding: 0;
}
.clear::before {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.clear::after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.index_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: -1;
}
.index_logo {
  position: absolute;
  top: 5vh;
  left: 5vw;
  width: 243px;
  z-index: 15;
}
.index_main_cont {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 984px;
  background: url(../i/main_bg.png) no-repeat center;
  background-size: 100%;
  height: 564px;
  border-radius: 18px;
  padding-left: 511px;
  display: flex;
  align-items: center;
}
.index_main_cont .main_cont {
  width: 100%;
  padding: 24px 60px 24px 0;
}
.regis_main {
  padding: 30px 0 0;
}
.regis_main .login_notice_title {
  margin-bottom: 20px;
  text-align: center;
  font-size: 30px;
  line-height: 1.35;
  font-weight: bold;
  color: #13b5b1;
}
.regis_main input {
  width: 100%;
  height: 65px;
  padding-left: 10px;
  box-sizing: border-box;
  border: none;
  background: #fff;
  border-radius: 10px;
  font-size: 24px;
  color: #999999;
}
.regis_main .int {
  width: 100%;
  margin-bottom: 18px;
}
.regis_main .code_int {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.regis_main .code_int input {
  width: 66%;
}
.regis_main .code_int .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32%;
  height: 65px;
  background: #fff;
  border-radius: 10px;
  font-size: 24px;
  color: #999999;
}
.regis_main .sub_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 65px;
  margin-top: 20px;
  margin-bottom: 20px;
  background: #13b5b1;
  border-radius: 15px;
  cursor: pointer;
}
.regis_main .sub_btn span {
  font-size: 48px;
  font-weight: bold;
  color: #ffffff;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.regis_main .bits_txt {
  text-align: center;
  font-size: 18px;
  color: #13b5b1;
}
.calendar_main {
  width: 100%;
  border-radius: 10px;
  padding: 2px;
  --gradient: radial-gradient(circle at 30% 20%, #6096db, #2ae3fc, #75f8d2);
  background: var(--gradient);
}
.calendar_main .calen_cont {
  background: #f5fffe;
  box-shadow: 10px 0 21px rgba(119, 228, 255, 0.35) inset;
  padding: 0 14px;
  border-radius: 10px;
}
.calendar_main .tis_header_cont {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 4px 0 2px;
  border-bottom: 2px solid #41d5ff;
}
.calendar_main .tis_header_cont .check_btn {
  display: flex;
  align-items: center;
}
.calendar_main .tis_header_cont .check_btn .i {
  display: block;
  width: 38px;
  margin-left: 6px;
}
.calendar_main .tis_header_cont .check_btn .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 84px;
  height: 42px;
  background: linear-gradient(#fd644f, #f28d27);
  border: 1px solid #f83600;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 14px;
  font-size: 28px;
  font-weight: bold;
  color: #fffffe;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  cursor: pointer;
}
.calendar_main .tis_header_cont .header_tips .tle {
  font-size: 17px;
  color: #333333;
}
.calendar_main .tis_header_cont .header_tips .tle span {
  font-size: 22px;
  font-weight: bold;
  color: #ec6941;
  padding: 0 8px;
}
.calendar_main .tis_header_cont .header_tips .txt {
  font-size: 14px;
  color: #999999;
}
.calendar_main .calen_infor_cont {
  padding: 0 0 8px 0;
}
.calendar_main .calen_infor_cont .month_head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 0;
}
.calendar_main .calen_infor_cont .month_head .btn {
  font-size: 18px;
  color: #595959;
  cursor: pointer;
}
.calendar_main .calen_infor_cont .month_head .month_time {
  font-size: 18px;
  color: #595959;
}
.calendar_main .calen_infor_cont .month_week_thead {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.calendar_main .calen_infor_cont .month_week_thead .td {
  width: calc(100% / 7);
  text-align: center;
  font-size: 16px;
  color: #595959;
  padding: 2px 0;
}
.calendar_main .calen_infor_cont .month_week_tbody {
  display: flex;
  flex-wrap: wrap;
  row-gap: 6px;
}
.calendar_main .calen_infor_cont .month_week_tbody .td {
  width: calc(100% / 7);
  text-align: center;
  font-size: 16px;
  color: #595959;
}
.calendar_main .calen_infor_cont .month_week_tbody .td .rad_int {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  position: relative;
  background: url(../i/day_bg.png) no-repeat center;
  background-size: cover;
  margin: 0 auto;
}
.calendar_main .calen_infor_cont .month_week_tbody .td .txt {
  font-size: 16px;
  line-height: 1.15;
  color: #595959;
}
.calendar_main .calen_infor_cont .month_week_tbody .td.active .rad_int {
  background: url(../i/day_active.png) no-repeat center;
  background-size: cover;
}
.pulic_dc_bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.85);
  z-index: 11;
}
.dc_shut_btn {
  position: absolute;
  right: -15px;
  top: -15px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  background: url(../i/dc_shut.png) no-repeat center;
  background-size: cover;
  cursor: pointer;
}
.jp_dc_cont {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 10px;
  border: 2px solid #13b5b1;
  background: linear-gradient(#c4fffe, #efffff);
  padding: 40px 0;
  z-index: 12;
}
.jp_dc_cont .jp_last_cont {
  display: flex;
  align-items: center;
  justify-content: center;
}
.jp_dc_cont .jp_last_cont .list_cont {
  text-align: center;
  margin: 0 45px;
}
.jp_dc_cont .jp_last_cont .list_cont .tis_i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.jp_dc_cont .jp_last_cont .list_cont .tis_i img {
  height: 174px;
}
.jp_dc_cont .jp_last_cont .list_cont .bit_cont {
  text-align: center;
}
.jp_dc_cont .jp_last_cont .list_cont .bit_cont .tle {
  font-size: 30px;
  color: #333333;
}
.jp_dc_cont .jp_last_cont .list_cont .bit_cont .txt {
  font-size: 20px;
  color: #333333;
}
.activity_rules_dc {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 10px;
  border: 2px solid #13b5b1;
  background: linear-gradient(#c4fffe, #efffff);
  padding: 10px 20px;
  z-index: 12;
}
.activity_rules_dc .tis_title {
  text-align: center;
  font-size: 30px;
  color: #13b5b1;
  padding: 10px 0;
  margin-bottom: 30px;
}
.activity_rules_dc .deta_cont {
  position: relative;
  border: 1px solid #13b5b1;
  border-radius: 10px;
  padding: 24px 20px;
}
.activity_rules_dc .deta_cont .tips_title {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2px 6px;
  background: #13b5b1;
  border-radius: 15px;
  font-size: 30px;
  color: #ffffff;
  position: absolute;
  left: 50%;
  top: -25px;
  transform: translateX(-50%);
}
.activity_rules_dc .deta_cont .tips_title img {
  width: 20px;
  margin: 0 10px;
}
.activity_rules_dc .deta_cont p {
  font-size: 30px;
  line-height: 40px;
  color: #333333;
}
.service_phone_dc {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 760px;
  z-index: 12;
}
.service_phone_dc .dc_shut_btn {
  right: 14px;
  top: 14px;
  width: 48px;
  height: 48px;
  z-index: 2;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.52);
  border: 2px solid rgba(255, 255, 255, 0.92);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.24);
}
.service_phone_dc .dc_shut_btn::before,
.service_phone_dc .dc_shut_btn::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 22px;
  height: 2px;
  background: #ffffff;
  border-radius: 100px;
}
.service_phone_dc .dc_shut_btn::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.service_phone_dc .dc_shut_btn::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.service_phone_dc .service_phone_panel {
  position: relative;
  display: block;
  width: 100%;
  height: 475px;
  border-radius: 22px;
  background: url("../i/kf.png") center center / 100% 100% no-repeat;
  box-shadow: 0 26px 60px rgba(10, 113, 118, 0.32);
  overflow: hidden;
}
.service_phone_dc .service_phone_number {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.prize_dc_cont {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 12;
}
.prize_dc_cont .deta_cont {
  width: 750px;
  background: linear-gradient(#c4fffe, #efffff);
  border: 2px solid #13b5b1;
  padding: 40px 30px;
  border-radius: 10px;
  font-size: 36px;
  color: #333333;
}
.prize_dc_cont .sub_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 88px auto 0;
  width: 250px;
  height: 60px;
  border-radius: 10px;
  background: #13b5b1;
  font-size: 48px;
  color: #ffffff;
  cursor: pointer;
}
.floor_btn_cont {
  position: absolute;
  right: -90px;
  top: -100px;
}
.floor_btn_cont .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 12px auto;
  padding: 5px 10px;
  border: 2px solid #ffffff;
  background: #4cca8d;
  font-size: 24px;
  color: #ffffff;
  border-radius: 100px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  html,
  body {
    min-width: 0;
  }
  body {
    font-size: 14px;
    overflow-x: hidden;
    background: #0c5d88;
  }
  .index_bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
  }
  .index_logo {
    position: fixed;
    top: 16px;
    left: 14px;
    width: 108px;
    margin: 0;
    z-index: 15;
  }
  .floor_btn_cont {
    position: fixed;
    top: 14px;
    right: 12px;
    z-index: 15;
  }
  .floor_btn_cont .btn {
    margin: 0 0 8px auto;
    min-width: 88px;
    padding: 6px 12px;
    font-size: 13px;
    line-height: 1.2;
    border-width: 1px;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
  }
  .index_main_cont {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    width: calc(100% - 20px);
    max-width: 430px;
    height: auto;
    margin: 88px auto 20px;
    padding: clamp(122px, 40vw, 178px) 12px 16px;
    padding-left: 12px;
    border-radius: 20px;
    background-color: #eafefe;
    background-position: center top;
    background-size: 100% auto;
    box-shadow: 0 16px 34px rgba(0, 0, 0, 0.22);
  }
  .index_main_cont .main_cont {
    padding: 0 8px;
  }
  .regis_main {
    padding-top: 0;
  }
  .regis_main input {
    height: 46px;
    padding: 0 14px;
    font-size: 15px;
    border-radius: 12px;
  }
  .regis_main .int {
    margin-bottom: 10px;
  }
  .regis_main .code_int {
    gap: 10px;
  }
  .regis_main .code_int input {
    width: auto;
    flex: 1;
  }
  .regis_main .code_int .btn {
    width: 104px;
    flex: 0 0 104px;
    height: 46px;
    font-size: 14px;
    border-radius: 12px;
  }
  .regis_main .sub_btn {
    height: 48px;
    margin-top: 12px;
    margin-bottom: 12px;
    border-radius: 14px;
  }
  .regis_main .sub_btn span {
    font-size: 26px;
  }
  .regis_main .bits_txt {
    font-size: 13px;
    line-height: 1.6;
  }
  .calendar_main {
    padding: 2px;
  }
  .calendar_main .calen_cont {
    padding: 0 10px 10px;
  }
  .calendar_main .tis_header_cont {
    padding: 10px 0 8px;
    align-items: center;
    gap: 8px;
  }
  .calendar_main .tis_header_cont .check_btn .i {
    width: 26px;
    margin-left: 6px;
  }
  .calendar_main .tis_header_cont .check_btn .btn {
    width: 72px;
    height: 36px;
    border-radius: 12px;
    font-size: 20px;
  }
  .calendar_main .tis_header_cont .header_tips .tle {
    font-size: 14px;
  }
  .calendar_main .tis_header_cont .header_tips .tle span {
    font-size: 18px;
    padding: 0 4px;
  }
  .calendar_main .tis_header_cont .header_tips .txt {
    font-size: 11px;
  }
  .calendar_main .calen_infor_cont {
    padding-bottom: 2px;
  }
  .calendar_main .calen_infor_cont .month_head {
    padding: 10px 0;
  }
  .calendar_main .calen_infor_cont .month_head .btn,
  .calendar_main .calen_infor_cont .month_head .month_time {
    font-size: 16px;
  }
  .calendar_main .calen_infor_cont .month_week_thead .td {
    font-size: 12px;
    padding: 2px 0 4px;
  }
  .calendar_main .calen_infor_cont .month_week_tbody {
    row-gap: 6px;
  }
  .calendar_main .calen_infor_cont .month_week_tbody .td {
    font-size: 12px;
  }
  .calendar_main .calen_infor_cont .month_week_tbody .td .rad_int {
    width: 24px;
    height: 24px;
  }
  .calendar_main .calen_infor_cont .month_week_tbody .td .txt {
    font-size: 11px;
    line-height: 1.35;
  }
  .activity_rules_dc,
  .service_phone_dc,
  .jp_dc_cont,
  .prize_dc_cont {
    width: calc(100% - 24px);
    max-width: 400px;
  }
  .dc_shut_btn {
    right: -6px;
    top: -6px;
    width: 34px;
    height: 34px;
  }
  .jp_dc_cont {
    padding: 24px 0 18px;
  }
  .jp_dc_cont .jp_last_cont {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 0 6px;
  }
  .jp_dc_cont .jp_last_cont .list_cont {
    width: calc(50% - 16px);
    margin: 0 8px;
  }
  .jp_dc_cont .jp_last_cont .list_cont .tis_i img {
    height: 88px;
  }
  .jp_dc_cont .jp_last_cont .list_cont .bit_cont .tle {
    font-size: 18px;
  }
  .jp_dc_cont .jp_last_cont .list_cont .bit_cont .txt {
    font-size: 12px;
  }
  .activity_rules_dc {
    padding: 10px 12px 14px;
  }
  .activity_rules_dc .tis_title {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .activity_rules_dc .deta_cont {
    padding: 22px 14px 12px;
  }
  .activity_rules_dc .deta_cont .tips_title {
    width: calc(100% - 40px);
    font-size: 17px;
    top: -18px;
    white-space: nowrap;
  }
  .activity_rules_dc .deta_cont .tips_title img {
    width: 14px;
    margin: 0 6px;
  }
  .activity_rules_dc .deta_cont p {
    font-size: 15px;
    line-height: 1.7;
  }
  .service_phone_dc {
  }
  .service_phone_dc .dc_shut_btn {
    right: 8px;
    top: 8px;
    width: 38px;
    height: 38px;
  }
  .service_phone_dc .dc_shut_btn::before,
  .service_phone_dc .dc_shut_btn::after {
    width: 18px;
  }
  .service_phone_dc .service_phone_panel {
    height: calc((100vw - 24px) * 0.625);
    min-height: 235px;
    max-height: 250px;
    border-radius: 16px;
  }
  .prize_dc_cont .deta_cont {
    width: 100%;
    padding: 20px 16px;
    font-size: 18px;
    line-height: 1.65;
  }
  .prize_dc_cont .sub_btn {
    margin-top: 18px;
    width: 160px;
    height: 44px;
    font-size: 22px;
  }
}
