.main-panel {
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: Helvetica, Tahoma, Arial, "PingFang SC", "Hiragino Sans GB",
    "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
  min-width: 1200px;
  padding-bottom: 120px;
  background:  url(../public/main-bg.jpg)  center  1461px repeat-y;
}
.wapper {
}
.main-panel a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

.main-panel a:link,
.main-panel a:visited,
.main-panel a:focus,
.main-panel a:hover {
  text-decoration: none !important;
  color: #fff;
}

.clearfix::after {
  content: '';
  display: table;
  clear: both;
}

.main-panel .main-content {
  width: 1100px;
  margin: 0 auto 80px;
}

.main-panel .banner {
  display: block;
  width: 100%;
  margin: 0 auto;
}

.main-panel .container {
  background-color: #fff;
  padding: 40px 62px;
}

.main-panel .condation {
  background: #E6FCF4 url('../public/one_icon_lingqutiaojian.png') no-repeat top left;
  padding: 48px 26px 17px;
  margin-bottom: 40px;
}

.main-panel .condation p {
  font-size: 16px;
  color: #2F2B4E;
  padding: 5px 0;
}
.main-panel .condation p:first-child {
  font-weight: bolder;
  padding-left: 28px;
  background: url('../public/one_icon_vip24px.png') no-repeat left center;
}
.main-panel .condation p:last-child {
  padding-left: 28px;
  background: url('../public/one_icon_time24px.png') no-repeat left center;
}
.main-panel .condation p:last-child span {
  color: red;
}


.main-panel .coupons {
  overflow: hidden;
  margin-bottom: 25px;
}

.main-panel .coupons ul {
  width: 1116px;
}

.main-panel .coupons ul li {
  float: left;
  margin-right: 16px;
  cursor: pointer;
}
.main-panel .coupons a {
  width: 232px;
  height: 188px;
}
.main-panel .coupons a img {
  width: 100%;
}

.main-panel .coupon-mark {
  color: #8683A5;
  font-size: 14px;
  margin-bottom: 60px;
}
.main-panel .buttons {
  text-align: center;
  margin-bottom: 30px;
}
.main-panel .buttons a {
  width:238px;
  height:64px;
  line-height: 64px;
  background:linear-gradient(90deg,rgba(255,172,92,1) 0%,rgba(247,124,74,1) 100%);
  border-radius:33px;
  display: inline-block;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  margin: 0 30px;
}
.main-panel .register-mark {
  color: #8683A5;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  padding: 0 0 20px;
}

.main-panel .international img, .main-panel .international .desc {
  float: left;
}
.main-panel .international img {
  margin-right: 24px;
}
.main-panel .international .desc {
  width: 610px;
  padding: 16px 0;
}
.main-panel .international .desc h2 {
  color: #2F2B4E;
  font-size: 32px;
  margin-bottom: 20px;
}

.main-panel .international .desc p {
  color: #8683A5;
  font-size: 16px;
  margin-bottom: 20px;
}
.main-panel .international .desc p a {
  color: #fff;
  font-size: 16px;
  width:254px;
  height:40px;
  line-height: 40px;
  text-align: center;
  display: block;
  background:rgba(255,171,91,1);
  border-radius:20px;
}
.main-panel .events {
  overflow: hidden;
  padding: 40px 80px;
}
.main-panel .events ul {
  width: 972px;
}
.main-panel .events ul li {
  background-repeat: no-repeat;
  width: 454px;
  height: 360px;
  float: left;
  margin: 0 32px 32px 0 ;
  box-sizing: border-box;
  padding: 92px 32px 0;
  color: #8683A5;
  font-size: 18px;
  line-height: 1.8;
}
.main-panel .events ul li p {
  margin-bottom: 10px;
}
.main-panel .events ul li.e-1 {
  background-image: url('../public/b_pic_one.png');
}
.main-panel .events ul li.e-2 {
  background-image: url('../public/b_pic_two.png');
}
.main-panel .events ul li.e-3 {
  background-image: url('../public/b_pic_three.png');
}
.main-panel .events ul li.e-4 {
  background-image: url('../public/b_pic_four.png');
}
.main-panel .special-offer {
  background: url('../public/b_pic_five.png') no-repeat;
  width: 940px;
  height: 280px;
  box-sizing: border-box;
  padding: 96px 32px 0;
}
.main-panel .special-offer p {
  color: #8683A5;
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 10px;
}

.main-panel .services {
  padding: 40px 80px;
}

.main-panel .services li {
  background-color: #E6FCF4;
  width: 908px;
  box-sizing: border-box;
  padding: 32px;
  position: relative;
  margin-bottom: 32px;
}

.main-panel .services li.can-show-detail a {
  content: '';
  display: block;
  width: 144px;
  height: 56px;
  background: url('../public/c_btn_detail.png') no-repeat;
  position: absolute;
  right: -32px;
  top: 25px;
}

.main-panel .services h3 {
  font-size: 24px;
  color: #2F2B4E;
  margin-bottom: 10px;
}
.main-panel .services p {
  color: #2F2B4E;
  font-size: 16px;
  line-height: 1.6;
}

.main-panel .follow-social-media {
  color: #fff;
  text-align: center;
  font-size: 24px;
}




.modal.modal-content {
  background: #fff;
  color: #4b4861;
  border: 3px solid #fff;
  border-radius: 0;
  padding: 48px 0;
  /* width: 100%; */
  max-width: 100%;
}

.modal.modal-content .modal-title-sub-left {
  height: 20px;
  width: 128px;
  background: url(../public/wapicon_popup_guize_left@3x.png) left / 100% auto no-repeat;
  margin-right: 0;
}

.modal.modal-content .modal-title-sub-right {
  height: 20px;
  width: 128px;
  background: url(../public/wapicon_popup_guize_right@3x.png) right / 100% auto no-repeat;
  margin-left: 0;
}


.modal.modal-content .modal-title {
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  color: #353156;
  text-align: center;
  margin-bottom: 30px;
}
.modal.modal-content .modal-title img {
  width: 236px;
  height: 53px;
}
.modal.modal-content .modal-title-sub {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  width: 60%;
  font-size: 12px;
  color: #FFD900;
  margin: 8px auto 16px;
}

.modal.modal-content .modal-title-sub img {
  width: 50%;
  height: 2px;
}

.modal.modal-content .modal-title-sub div {
  white-space: nowrap;
  margin: 0 5px;
}

.modal.modal-content a.close-modal {
  top: 10px;
  right: 10px;
  background: url(../public/poupup_tclose@2x.png) center / contain no-repeat;
  border-radius: 50%;
  width: 34px;
  height: 34px;
}

.modal.modal-content .modal-text {
  font-size: 16px;
  line-height: 1.5;
  padding: 0 48px;
}
.modal.modal-content .modal-text h3, .modal.modal-content .modal-text p {
  margin: 0 0 10px;
}
.modal.modal-content .modal-text h3 {
  margin: 20px 0 10px;
}

.modal.modal-content .modal-table {
  margin: 0 auto 0;
  width: 100%;
  border-collapse: collapse;
  font-size: 12px;
  
}

.modal.modal-content .modal-table th {
  padding: 5px 0;
  background: #FFDCC9;
  color: #2F2B4E;
  white-space: nowrap;
  text-align: center;
  width: 50%;
}

.modal.modal-content .modal-table td {
  padding: 5px 0;
  white-space: nowrap;
  text-align: center;
}
.modal.modal-content .modal-table th:first-child,
.modal.modal-content .modal-table td:first-child {
  text-align: left;
  padding-left: 16px;
}

.modal.modal-content .modal-table tr:nth-child(2n + 1) td {
  background: #FFEBE6;
}

.modal.modal-content .modal-table tr:nth-child(2n) td {
  background: #FFE2D8;
}

.modal.modal-content .modal-text-title {
  font-size: 12px;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 5px;
}
