@charset "UTF-8";
body,
html {
  background: #fff;
  color: #2d353e;
}

.overflow-hidden {
  overflow: hidden;
}

#main {
  overflow: hidden;
  width: 100%;
  margin: 0;
  padding: 0;
}

.inner {
  margin: 0 auto;
  position: relative;
}

img {
  overflow: hidden;
  border: none;
}

.e-header .header {
  background: none;
}

section[class*="web-page"] {
  width: 100%;
  min-width: 1000px;
}

.web-page {
  position: relative;
  overflow: hidden;
  zoom: 1;
}

.web-page .layout {
  /* padding-top: 60px; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  align-items: flex-start;
}

/* banner */
.web-banner {
  width: 100%;
  background: url("../images/campaign2309/banner.jpg") no-repeat top center;
  height: 493px;
  top: -74px;
  position: relative;
  margin-bottom: -74px;
  z-index: 1;
  background-size: cover;
  background-position: 50% 50%;
}

@media screen and (max-width: 1279px) {
  .web-banner {
    top: -95px;
    margin-bottom: -95px;
  }
}

@media screen and (max-width: 1100px) {
  .web-banner {
    top: -74px;
    margin-bottom: -74px;
  }
}

@media screen and (max-width: 613px) {
  .web-banner {
    top: -98px;
    margin-bottom: -98px;
  }
}

.web-banner .inner {
  width: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.web-banner .inner .aimg {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 2;
}

.web-banner .inner .t1_0 {
  background-image: url("../images/campaign2309/banner_img.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 810px;
  height: 477px;
  top: 1.7rem;
  left: 25rem;
  z-index: 2;
}

@media  screen and (min-width: 1152px){
  .web-banner .inner .t1_0 {
    left: 40rem;
  }
}

.web-banner .inner .t1_1 {
  background-image: url("../images/campaign2309/banner_title.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 349px;
  height: 170px;
  top: 9.5rem;
  left: -53rem;
  z-index: 2;
}

.web-banner .inner .t1_2 {
  background-image: url("../images/campaign2309/banner_money.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 356px;
  height: 159px;
  top: 28rem;
  left: -51rem;
  z-index: 2;
}

/* block1 */
.web-page.block1 {
  height: 873px;
  background: url("../images/campaign2309/pc_stage1.jpg") no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  z-index: 99;
}

/* .web-page.block1 .inner {
  width: 1306px;
} */

.block1 .page_title {
  margin-top: 0;
  padding-top: 30px;
}

.block1 .page_title p {
  margin-top: 0px;
  color: #fff;
  font-weight: 900;
}

.block1 .page_title .item {
  display: none;
  color: #a20c29;
  opacity: 1;
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}

.block1 .block01-img {
  background: url("../images/campaign2309/block1_title.png") no-repeat center;
  background-size: cover;
  width: 391px;
  height: 63px;
  display: block;
  margin: 0 auto;
  margin-top: 40px;
}

.firstList {
  /* background: url("../images/campaign2305/pc_ticket_block.png") no-repeat center;
  background-size: cover; */
  width: 100%;
  height: 520px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  /* margin: 60px 0 0px; */
}

.firstList ul li {
  width: 292px;
  height: 259px;
  margin-bottom: 20px;
  background-size: 100% 100%;
  background-position: 12% 50%;
  text-align: left;
  color: #fff;
  /* margin-bottom: -5px; */
  /* margin-top: -35px; */
  position: relative;
  z-index: 0;
}

.firstList .left,
.firstList .middle,
.firstList .right {
  margin-top: 40px;
}

.firstList ul li.pc_ticket1_1 {
  background: url("../images/campaign2309/pc_ticket1_1.png") no-repeat;
  margin-left: -15px;
  margin-top: -15px;
  margin-bottom: 35px;
}

.firstList ul li.pc_ticket1_2 {
  background: url("../images/campaign2309/pc_ticket1_2.png") no-repeat;
}

.firstList ul li.pc_ticket1_3 {
  background: url("../images/campaign2309/pc_ticket1_3.png") no-repeat;
}

.firstList ul li.pc_ticket1_4 {
  background: url("../images/campaign2309/pc_ticket1_4.png") no-repeat;
}

.firstList .middle .bgMid {
  overflow: hidden;
  background: url("../images/campaign2309/pc_ticket2.png") no-repeat;
  width: 325px;
  height: 553px;
  margin: -26px 10px;
  background-size: cover;
  background-position: center;
  text-align: center;
}

.page_btn {
  margin-top: 80px;
}

.page_btn a {
  overflow: hidden;
  display: block;
  margin: 0 auto;
  font-size: 32px;
  font-weight: normal;
  text-align: center;
  color: transparent;
  width: 302px;
  height: 66px;
  line-height: 116px;
  letter-spacing: 3px;
  background: url("../images/campaign2306/pc_btn1.png") no-repeat;
  background-position: center;
  background-size: cover;
  cursor: pointer;
}

/* block2 */
.web-page .block2 {
  height: 634px;
  background: url("../images/campaign2309/pc_stage2.jpg") no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  padding-top: 60px;
}

.block2 .inner {
  width: 100%;
}

.block2 .page_title .item {
  background: url("../images/campaign2305/block2_title.png") no-repeat center;
  background-size: cover;
  width: 286px;
  height: 50px;
  margin: 0 auto;
  display: none;
}

.block2 .page_title {
  padding-bottom: 72px;
}

.block2 .block2_mailbox {
  width: 100%;
  background: url("../images/campaign2305/block2_mailbox.png") no-repeat top
    center;
  height: 93px;
  background-size: cover;
  background-position: 50% 50%;
  animation: 3s ease 0.1s infinite normal none running flash;
  display: none;
}

.block2 .block2_ribbon {
  background: url("../images/campaign2305/block2_ribbon.png") no-repeat top
    center;
  width: 1100px;
  height: 296px;
  display: block;
  margin: 0 auto;
  background-size: cover;
  background-position: 50% 50%;
  margin-top: 70px;
  display: none;
}

.block2 .block2_red_envelope {
  background: url("../images/campaign2309/block2_red_envelope.png") no-repeat
    top center;
  width: 1161px;
  height: 552px;
  display: block;
  margin: 0 auto;
  background-size: cover;
  background-position: 50% 50%;
  margin-top: -70px;
  z-index: 8;
}

.block2 .block2_red_envelope .pc_btn2 {
  background: url("../images/campaign2306/pc_btn2.png") no-repeat top center;
  width: 296px;
  height: 60px;
  position: relative;
  margin: 0 auto;
  background-size: cover;
  background-position: 50% 50%;
  display: none;
  animation: moveUp 5s 0s infinite;
  top: 468px;
  cursor: pointer;
  z-index: 10;
}

/* block3 */
.web-page .block3 {
  height: 682px;
  background-image: url("../images/campaign2309/pc_stage3.jpg");
  width: 100%;
  background-size: cover;
  background-position: center top;
  background-position: 50% 50%;
}

/* .web-page .block3 .inner {
  width: 1200px;
} */

.block3 .page_title .item {
  background: url("../images/campaign2309/block3_title.png") no-repeat center;
  background-size: cover;
  width: 282px;
  height: 62px;
  margin: 0 auto;
}

.web-page .block3 .page_title {
  margin-top: 0;
  padding-top: 60px;
}

.web-page .block3 .pc_lab {
  background: url("../images/campaign2308/pc_lab.png") no-repeat center;
  background-size: cover;
  width: 832px;
  height: 375px;
  margin: 0 auto;
}

.web-page .block3 .page_content1 {
  font-size: 25px;
  font-weight: 600;
  padding-bottom: 20px;
  color: #ffffff;
  display: none;
}

.web-page .block3 .page_content1 .page_content2 {
  color: #f83548;
}

.web-page .block3 .note {
  font-size: 13px;
  text-align: center;
  color: #5a0718;
  padding-top: 12px;
}

.web-page .block3 .conList ul li span:last-child {
  margin-top: 0;
  font-size: 22px;
  line-height: 1;
}

/* block4 */
.block4 {
  position: relative;
}

.block4 .inner {
  width: 100%;
}

.web-page .block4 .layout {
  margin: 20px 0 0;
}

.web-page .block4 {
  overflow: hidden;
  background-image: url("../images/campaign2309/pc_stage4.jpg");
  width: 100%;
  height: 845px;
  background-size: 1920px;
  background-repeat: repeat-x;
  background-position: 50% 50%;
}

.block4 .page_title .item {
  background: url("../images/campaign2309/block4_title.png") no-repeat center;
  background-size: cover;
  width: 489px;
  height: 50px;
  margin: 0 auto;
  margin-top: 60px;
  margin-bottom: 2px;
}

.block4 .tab-pagination {
  width: 641px;
  height: 65px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: bold;
  margin-top: 40px;
}

.block4 .tab-pagination > .tab-bullet {
  position: relative;
  flex: 1;
  line-height: 40px;
  font-size: 20px;
  text-align: center;
  letter-spacing: 2px;
  color: #8f6d2d;
  opacity: 1;
  position: relative;
  z-index: 0;
  cursor: pointer;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  display: inline;
  width: 207px;
  height: 45px;
  border: 2px solid #8f6d2d;
  border-radius: 30px;
  margin: 0 2rem;
}

.block4 .tab-pagination > .tab-bullet.active {
  color: #ff0028;
  border: 2px solid #ff0028;
}

.block4 .tab-pagination > .tab-bullet:hover {
  animation: moveUp2 3s 0s infinite;
  z-index: 99;
}

/* .block4 .tab-pagination .tab-bullet:first-child {
  border-radius: 15px 0 0 15px;
  padding-right: 10px;
}

.block4 .tab-pagination .tab-bullet:last-child {
  border-radius: 0 15px 15px 0;
  padding-left: 10px;
}

.block4 .tab-pagination .left_bullet span {
  background: url("../images/campaign2305/left_bullet.png") no-repeat center;
  background-size: 100% 100%;
  display: block;
}

.block4 .tab-pagination .middle_bullet span {
  background: url("../images/campaign2305/middle_bullet.png") no-repeat center;
  background-size: 100% 100%;
  display: block;
}

.block4 .tab-pagination .right_bullet span {
  background: url("../images/campaign2305/right_bullet.png") no-repeat center;
  background-size: 100% 100%;
  display: block;
} */

.tab-container .tab-slider {
  /* position: absolute;
  top: 1.68rem;
  left: 63.24rem; */
  text-align: center;
  margin-left: -80px;
}

.block4 .inner .block4_bottom {
  background: url("../images/campaign2305/block4_bottom.png") no-repeat center;
  background-size: cover;
  background-position: 50% 50%;
  width: 1920px;
  height: 486px;
  margin: 0 auto;
  position: relative;
  top: 95rem;
}

/* block5 */
.web-page .block5 {
  overflow: hidden;
  background-image: url("../images/campaign2309/pc_stage5.jpg");
  background-size: 1920px;
  width: 100%;
  height: 475px;
  background-repeat: repeat-x;
  background-position: 50% 50%;
}

.block5 .page_title .item {
  background: url("../images/campaign2309/block5_title.png") no-repeat center;
  background-size: cover;
  width: 428px;
  height: 63px;
  margin: 0 auto;
  margin-top: 45px;
}

.web-page .block5 .conList {
  background: url("../images/campaign2309/pc_icon.png") no-repeat center;
  background-size: cover;
  width: 1122px;
  height: 262px;
  margin: 0 auto;
  margin-top: 29px;
}

/* .web-page .block5 .conList ul li div {
  margin: 0 auto;
  width: 210px;
  height: 252px;
  margin-bottom: 10px;
}

.web-page .block5 .conList ul li .pc_icon1 {
  background: url("../images/campaign2305/pc_icon1.png") no-repeat center;
}

.web-page .block5 .conList ul li .pc_icon2 {
  background: url("../images/campaign2305/pc_icon2.png") no-repeat center;
}

.web-page .block5 .conList ul li .pc_icon3 {
  background: url("../images/campaign2305/pc_icon3.png") no-repeat center;
}

.web-page .block5 .conList ul li .pc_icon4 {
  background: url("../images/campaign2305/pc_icon4.png") no-repeat center;
} */

/* .web-page .block5 .inner {
  width: 1092px;
} */

/* block6 */
.web-page .block6 {
  overflow: hidden;
  background-image: url("../images/campaign2309/pc_stage6.jpg");
  background-size: 1920px;
  width: 100%;
  height: 583px;
  background-repeat: repeat-x;
  background-position: 50% 50%;
}

.web-page .block6 .inner {
  width: 1092px;
}

.web-page .block6 .layout {
  padding-top: 40px;
}

.block6 .page_title .item {
  background: url("../images/campaign2306/block6_title.png") no-repeat center;
  background-size: cover;
  width: 405px;
  height: 50px;
  margin: 0 auto;
  margin-top: 60px;
  margin-bottom: 2px;
  display: none;
}

.web-page .layout .leftCon,
.web-page .layout .rightCon {
  width: 50%;
  float: left;
}

.web-page .layout .leftCon {
  padding-top: 15px;
}

.web-page .layout .rightCon {
  background: url("../images/campaign2309/right_con.png") no-repeat;
  background-size: 100% 100%;
  margin: 0;
  padding: 90px 45px 22px 45px;
  border: none;
  display: flex;
  justify-content: center;
}

.web-page .layout .leftCon ul {
  margin-top: 10px;
}

.web-page .layout .leftCon li {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 50px;
}

.web-page .layout .leftCon li img {
  margin-right: 23px;
  width: 55.2px;
  height: 54.4px;
}

.web-page .layout .leftCon li p {
  overflow: hidden;
  display: block;
  font-size: 18px;
  line-height: 22px;
  color: #fff;
  font-weight: bold;
}

.web-page .layout .leftCon li p:last-child {
  margin-top: 5px;
  letter-spacing: 0.5px;
  color: #fff;
}

.web-page .layout .leftCon li .item {
  overflow: hidden;
}

.page_title .item,
.page_title .item2 {
  overflow: hidden;
  text-align: center;
  font-weight: bold;
  line-height: 45px;
  font-size: 38px;
  padding-top: 5px;
  letter-spacing: 2px;
  font-weight: bold;
  color: #014e9c;
}

.page_title span,
.page_title p {
  overflow: hidden;
  display: block;
  text-align: center;
}

.page_title span {
  font-size: 40px;
  color: #7578be;
}

.page_title p {
  font-size: 20px;
  color: #fff;
  margin-top: 20px;
  font-weight: 900;
  line-height: 35px;
}

.page_title img {
  margin: 0 auto;
}

.block7 .page_title .item {
  background: url("../images/campaign2309/block7_title.png") no-repeat center;
  background-size: cover;
  width: 756px;
  height: 51px;
  margin: 0 auto;
}

.block7 .layout {
  padding-top: 38px;
}

.block7 .inner {
  width: 1000px;
}

.web-page .conList {
  overflow: hidden;
  padding-top: 20px;
  position: relative;
  z-index: 9;
}

.web-page .conList ul {
  overflow: hidden;
  text-align: center;
}

.web-page .conList ul li {
  overflow: hidden;
  display: inline-block;
  /* margin: 0 20px; */
}

.web-page .block5 .conList ul li {
  margin: 0 30px;
}

.web-page .conList ul li img {
  margin: 0 auto 35px;
}

.web-page .conList ul li span {
  overflow: hidden;
  display: block;
  font-size: 18px;
  text-align: center;
  font-weight: bold;
}

.web-page .conList ul li span:last-child {
  margin-top: 10px;
}

#software-container {
  background: url("../images/campaign2308/software_container2.png") no-repeat
    center;
  width: 100%;
  background-size: 755px 263px;
  height: 263px;
}

#windows-software {
  display: block;
  width: 201px;
  margin-left: 710px;
  margin-top: 0px;
}

#windows-software img {
  width: 100%;
}

.web-footer .item-1,
.web-footer .item-2 {
  color: #fff;
  font-size: 16px;
}

.web-footer .item-1 {
  margin-bottom: 3px;
}

.back-last {
  background-image: url("../images/campaign2309/pc_stage7.jpg");
  background-size: 1920px;
  width: 100%;
  height: 779px;
  background-repeat: repeat-x;
  background-position: 50% 50%;
}

.title-img {
  margin-bottom: 32px;
}

.back-last .inner {
  margin-top: 60px;
}

.web-footer {
  background: transparent;
  padding-top: 106px;
}

.web-fixed {
  position: fixed;
  bottom: -148px;
  left: 0;
  width: 100%;
  background: linear-gradient(to bottom, #f9e5c7 0%, #e6cb9c 100%);
  height: 148px;
  text-align: center;
  z-index: 99999;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}

.web-fixed.show {
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  bottom: 0;
}

.web-fixed .item {
  overflow: hidden;
  display: inline-block;
  margin: 0 60px;
  padding-top: 16px;
}

.web-fixed a {
  overflow: hidden;
  display: block;
  width: 260px;
  height: 80px;
  border-radius: 10px;
  font-size: 24px;
  font-weight: 900;
  text-align: center;
  color: #ffffff;
  margin: 20px auto;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  padding-top: 8px;
  cursor: pointer;
  background: linear-gradient(to bottom, #24b0dc 0%, #187adb 100%);
  /* border-width: 4px;
  border-style: solid; */
}

.web-fixed a span {
  display: block;
  font-size: 18px;
}

.web-fixed a.chat {
  background: linear-gradient(to bottom, #ffaf00 0%, #ff6800 100%);
}

.web-fixed a:hover {
  width: 280px;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}

/*开户*/
.plate {
  position: relative;
  z-index: 1;
}

.button-a {
  width: 100%;
  z-index: 2;
  display: flex;
  justify-content: center;
  /* height: 100%; */
}

.button-a > #submitInfo {
  display: flex;
  justify-content: center;
  /* margin-top: -6px; */
}

.button-a > #submitInfo > img {
  height: 111.75px;
  width: 111.75px;
  margin-left: 0;
}

.zhuizong {
  overflow: unset;
}

.common {
  overflow: hidden;
  height: 56px;
  line-height: 56px;
  border-radius: 6px;
  letter-spacing: 2px;
  -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.55);
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.55);
  font-size: 22px;
  text-align: center;
  color: #fff;
  display: block;
  position: relative;
  z-index: 1;
}

.sub-info {
  font-size: 18px;
  color: #fff;
  text-align: center;
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 20px 0 18px 20px;
}

.sub-info input {
  width: 18px !important;
  height: 18px !important;
  border: solid 1px #daae5c;
  margin-top: 0 !important;
  line-height: normal !important;
  padding: 0 !important;
}

.reg-form input {
  height: 60px;
  line-height: 60px;
  width: 80%;
  font-size: 20px;
  color: #7C0510;
  font-weight: bold;
  background: rgba(0, 0, 0, 0);
  border: none;
  padding: 2px 14px 0;
  outline: none;
  position: relative;
  /* border-top: 1px solid #fff; */
  /* border-bottom: 1px solid #fff; */
}

::-webkit-input-placeholder {
  color: #7C0510;
}

::-moz-placeholder {
  color: #7C0510;
}

::-ms-placeholder {
  color: #7C0510;
}

::placeholder {
  color: #7C0510;
}

.reg-form img {
  margin-left: 15px;
  width: 30px;
  height: 32.8px;
}

#yanZ {
  width: 76%;
}

.yanzheng-btn {
  width: 180px;
  height: 50px;
  line-height: 50px;
  border-radius: 8px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  cursor: pointer;
  background: linear-gradient(to bottom, #24b2dc 0%, #1779db 100%);
}

.form-item.yanZ-f1 {
  width: 57%;
}

.yan-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}

.form-item {
  width: 100%;
  height: 50px;
  padding: 0;
  border-radius: 8px;
  background-color: rgba(0, 0, 0, 0);
  border: solid 1px #fff;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-item::before {
  content: "";
  width: 100%;
  height: 54px;
  position: absolute;
  left: 10px;
  top: 10px;
  border-radius: 10px;
  /* border: solid 1px rgba(0, 0, 0, 0.3); */
  -webkit-filter: blur(5px);
  filter: blur(5px);
}

.form-item span.input_icon {
  display: inline-block;
  vertical-align: text-bottom;
  margin-left: 44px;
  position: relative;
  top: 4px;
}

.form-item a.btn-phonecode,
.form-item a.re-btn {
  float: right;
  height: 40px;
  line-height: 40px;
  margin: 15px 20px 0 0;
  color: #d2a654;
  font-size: 18px;
  font-weight: bold;
  border-left: solid 1px #d2a654;
  text-align: center;
  padding-left: 15px;
}

.form-item a.btn-phonecode img,
.form-item a.re-btn img {
  overflow: hidden;
  display: block;
  width: 1.07rem;
  margin: 0.19rem auto 0;
}

.reg-form .input-tip {
  height: 20px !important;
  line-height: 18px;
  width: 100%;
  margin: 0 auto;
}

.reg-form .input-tip span {
  color: #e82422 !important;
  font-size: 13px;
}

.zhuizong {
  overflow: hidden;
}

/*开户end*/
/*弹窗*/
.popup-box {
  max-width: 1000px;
  height: 650px;
  position: fixed;
  left: 0;
  right: 0;
  margin: -325px auto 0 auto;
  top: 50%;
  background: #fff;
  z-index: 9999999999;
  font-family: "Microsoft JhengHei", "Microsoft YaHei", arial, sans-serif;
  padding: 0 20px 20px 20px;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.popup-box p {
  font-size: 20px;
  line-height: 1.9;
  color: #333333;
  text-align: justify;
}

.popup-box p span {
  overflow: hidden;
  display: inline;
  color: #d8505a;
}

.popup-box p a {
  overflow: hidden;
  display: inline;
  color: #225b76;
  text-decoration: underline;
}

.popup-box h2 {
  font-size: 20px;
  color: #a20c29;
  font-weight: bold;
  position: relative;
}

.popup-box h2.verline i {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #b78255;
  color: #fff;
  position: absolute;
  left: 0;
  top: 1px;
  text-align: center;
  line-height: 30px;
}

.popup-box .note {
  line-height: 30px;
}

.popup-box .note span {
  color: #f00;
}

.popup-box .close-top {
  height: 60px;
  color: #a20c29;
  border-bottom: 1px solid #a20c29;
  text-align: center;
  line-height: 60px;
  font-size: 24px;
  font-weight: bold;
}

.popup-box .close-top a {
  background: none;
  display: block;
  width: 21px;
  height: 21px;
  position: absolute;
  top: 30px;
  right: 25px;
  text-decoration: none;
}

.popup-box .close-top a:before,
.popup-box .close-top a:after {
  content: "";
  display: inline-block;
  background-color: #a20c29;
  height: 0.2rem;
  width: 30px;
  border-radius: 0.4rem;
  top: 0;
  right: 0.22rem;
  position: absolute;
}

.popup-box .close-top a:before {
  transform: rotate(45deg);
  z-index: 1;
}

.popup-box .close-top a:after {
  transform: rotate(135deg);
  z-index: 2;
}

.popup-box .table3 td {
  width: 33.333333%;
}

.popup-box .table4 td {
  width: 16%;
}

.popup-box table.data-box {
  width: 100%;
  margin: 16px auto 20px;
  text-align: center;
  font-size: 1.6em;
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid #ead5c2;
}

.popup-box table.data-box thead {
  display: table-header-group;
  vertical-align: middle;
  border-color: inherit;
}

.popup-box table.data-box thead th {
  font-size: 16px;
  text-align: center;
  padding: 15px;
  color: #ffffff;
  background: #a20c29;
  line-height: 1;
  border: 1px dotted #ccc;
}

.popup-box table.data-box thead tr {
  border: 1px dotted #ccc;
}

.popup-box table.data-box tbody {
  display: table-row-group;
  vertical-align: middle;
  border-color: inherit;
}

.popup-box table.data-box tbody td {
  line-height: 1.6;
  text-align: center;
  color: #333333;
  padding: 1.44%;
  white-space: nowrap;
  font-size: 16px;
  border: 1px dotted #ccc;
  font-family: Notol, "Microsoft JhengHei", "Microsoft YaHei", arial, sans-serif;
}

.popup-box table.data-box tbody .unit {
  font-size: 0.8em;
}

.popup-box table.data-box tbody tr {
  display: table-row;
  vertical-align: inherit;
  border-color: inherit;
  background: #ffffff;
}

.popup-box table.data-box tbody tr.last-row td {
  border-bottom: 1px solid #cccccc;
}

.popup-box .box-in {
  margin: 3% 3% 5% 5%;
  color: #333333;
  overflow: auto;
  height: 500px;
  padding: 0% 2% 0 0;
}

.popup-box .box-in .section1 {
  margin-top: 0px;
}

.popup-box .box-in .section1 .detailContent {
  width: 670px;
  font-size: 18px;
  text-align: center;
  margin-left: 50px;
}

.popup-box .box-in .section1 .detailContent ul li span {
  display: inline-block;
  font-size: 20px;
  color: #e84c00;
  position: relative;
  left: -2px;
  top: -1px;
}

.popup-box .box-in .section1 .detailContent img {
  display: inline-block;
  width: 20px;
  height: 20px;
  position: relative;
  top: -90px;
  left: -110px;
}

.popup-box .box-in .section1 .detailContent img.pic {
  position: relative;
  top: -90px;
  left: 108px;
}

.popup-box .box-in .section1 .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  margin-bottom: 5px;
}

.popup-box .box-in .section1 p {
  font-size: 20px;
}

.popup-box .box-in .section1 ul li:nth-child(2) {
  margin: 8px 63px;
}

.popup-box .box-in div.title,
.popup-box .box-in div.bottom {
  height: 50px;
  width: 100%;
  line-height: 50px;
  background: #e4f2f8;
}

.popup-box .box-in div.bottom {
  background: #f1f8fa;
  text-align: left;
  padding-left: 20px;
}

.popup-box .box-in .section3 ol li {
  font-size: 16px;
  margin-top: 10px;
}

.popup-box .box-in .section4 ol li {
  font-size: 18px;
  line-height: 2.2;
  text-align: justify;
  display: -webkit-box;
  /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
  /* 老版本语法: Firefox (buggy) */
  display: -ms-flexbox;
  /* 混合版本语法: IE 10 */
  /* 新版本语法: Chrome 21+ */
  display: flex;
  /* 新版本语法: Opera 12.1, Firefox 22+ */
}

.popup-box .box-in .section4 ol li p.clearfix {
  font-size: 16px;
}

.popup-box .box-in .section5 ol li {
  font-size: 16px;
  line-height: 2.2;
  text-align: justify;
  display: -webkit-box;
  /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
  /* 老版本语法: Firefox (buggy) */
  display: -ms-flexbox;
  /* 混合版本语法: IE 10 */
  /* 新版本语法: Chrome 21+ */
  display: flex;
  /* 新版本语法: Opera 12.1, Firefox 22+ */
}
/*# sourceMappingURL=campaign2011.css.map */

@keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0.8;
  }
}

@keyframes flash2 {
  from,
  50%,
  to {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0.8;
  }
}

@keyframes moveUp {
  from,
  50%,
  to {
    transform: translateY(0px) scale(1);
  }

  25%,
  75% {
    transform: translateY(-2px) scale(1.1);
  }
}

@keyframes moveUp2 {
  from,
  50%,
  to {
    transform: translateY(0px) scale(1);
  }

  25%,
  75% {
    transform: translateY(-1px) scale(1.1);
  }
}
