html,
body {
  height: 100%;
  background: #eee;
}

/* ==== */
.p1 {
  text-align: center;
  width: 680px;
  margin: 0 auto;
}

.p1 .tab {
  width: 543px;
  height: 55px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.p1 .tab li {
  width: 281px;
  height: 55px;
  line-height: 55px;
  font-size: 24px;
  font-family: FZLanTingHeiS-H-GB;
  font-weight: 400;
  color: #d51a06;
  position: absolute;
  cursor: pointer;
}

.p1 .tab li:nth-child(1) {
  background: url("../images/tab1.png");
}

.p1 .tab li:nth-child(2) {
  background: url("../images/tab2.png");
  left: 262px;
}

.p1 .tab li:nth-child(1):hover {
  background: url("../images/tab1_on.png");
  color: #ffffff;
  z-index: 9;
}

.p1 .tab li:nth-child(2):hover {
  background: url("../images/tab2_on.png");
  color: #ffffff;
  z-index: 9;
  left: 262px;
}

.p1 .tab li:nth-child(1).on {
  background: url("../images/tab1_on.png");
  color: #ffffff;
  z-index: 9;
}

.p1 .tab li:nth-child(2).on {
  background: url("../images/tab2_on.png");
  color: #ffffff;
  z-index: 9;
  left: 262px;
}

.p1 .con {
  display: none;
}

.p1 .title {
  width: 141px;
  font-size: 24px;
  font-family: FZLanTingHeiS-B-GB;
  font-weight: 400;
  color: #333333;
  line-height: 30px;
  position: relative;
  margin: 0 auto;
  margin-bottom: 16px;
}

.p1 .title::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 21px;
  background: #d51a06;
  left: 5px;
  top: 3px;
}

.p1 .title::after {
  content: "";
  position: absolute;
  width: 5px;
  height: 21px;
  background: #d51a06;
  right: 5px;
  top: 3px;
}

.p1 .tips {
  width: 680px;
  height: 190px;
  background: #ffffff;
  font-size: 18px;
  font-family: FZLanTingHeiS-R-GB;
  font-weight: 400;
  color: #333333;
  text-align: left;
  text-indent: 2em;
  line-height: 35px;
  padding: 20px 44px;
  margin-bottom: 20px;
  box-sizing: border-box;
}

.p1 .tips span {
  color: #d51a06;
  font-weight: bold;
}

.p1 .table_box {
  width: 680px;
  background: #ffffff;
  border-radius: 20px;
  padding-top: 18px;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 30px;
}

.p1 .table_box::before {
  content: "";
  position: absolute;
  width: 17px;
  height: 75px;
  background: url("../images/line.png") no-repeat center;
  top: -50px;
  left: 20px;
}

.p1 .table_box::after {
  content: "";
  position: absolute;
  width: 17px;
  height: 75px;
  background: url("../images/line.png") no-repeat center;
  top: -50px;
  right: 20px;
}

.p1 .table_box table {
  width: 680px;
  border-collapse: collapse;
}

.p1 .table_box th {
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  color: #ffffff;
  text-align: center;
  background: #d51a06;
  border-right: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
}

.p1 .table_box td {
  font-size: 18px;
  color: #333333;
  line-height: 22px;
  text-align: center;
  padding: 10px;
  border-right: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
}

.p1 .table_box th:last-child {
  border-right: 0;
}

.p1 .table_box td:last-child {
  border-right: 0;
}

.p1 .table_box a {
  display: block;
  width: 135px;
  height: 52px;
  background: #d51a06;
  border-radius: 26px;
  font-size: 24px;
  font-family: FZLanTingHeiS-R-GB;
  font-weight: 400;
  color: #ffffff;
  line-height: 52px;
  text-align: center;
  margin: 0 auto;
}

.p1 .ps {
  text-align: left;
  font-size: 18px;
  font-family: FZLanTingHeiS-R-GB;
  font-weight: 400;
  color: #333333;
  line-height: 30px;
}

/* ==== */

.zgCup-model {
  position: fixed;
  left: 50%;
  top: 50%;
  display: none;
  margin-top: -200px;
  margin-left: -300px;
  padding: 20px 0 34px 0;
  width: 600px;
  height: 400px;
  background-color: #fff;
  box-shadow: 0 0 20px rgba(0,0,0,0.1);
}

.zgCup-model.active {
  display: block;
}

.zgCup-model .page {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.zgCup-model .page.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.zgCup-model .top-x {
  display: flex;
  align-items: center;
  padding: 0 30px;
  width: 100%;
  box-sizing: border-box;
}

.zgCup-model .top-x .btn-back {
  display: none;
  width: 12px;
  height: 20px;
  background: url(../images/icon-btn-back.png) no-repeat center / contain;
}
.zgCup-model .top-x .btn-back.active {
  display: block;
}
.zgCup-model .top-x .btn-close {
  display: block;
  margin-left: auto;
  width: 20px;
  height: 22px;
  background: url(../images/icon-btn-close.png) no-repeat center / contain;
}

.zgCup-model .tit {
  margin-top: 10px;
  font-size: 26px;
  color: #353535;
}

.zgCup-model .tips {
  margin-top: 22px;
  font-size: 14px;
  color: #a09898;
}

.zgCup-model .btn-g {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 22px;
}

.zgCup-model .btn-g .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 240px;
  height: 36px;
  font-size: 18px;
  color: #353535;
  border: 1px solid;
  border-radius: 8px;
}

.zgCup-model .btn-g .btn.active {
  color: #1397ff;
}

.zgCup-model .btn-g .btn + .btn {
  margin-top: 12px;
}

.zgCup-model .btn-bottom-g {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: auto;
}

.zgCup-model .btn-bottom-g .btn {
  display: none;
}

.zgCup-model .btn-bottom-g .btn.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.zgCup-model .btn-bottom-g .btn-save {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 240px;
  height: 36px;
  font-size: 18px;
  color: #1397ff;
  border: 1px solid;
  border-radius: 8px;
}

.zgCup-model .btn-bottom-g .btn-jump {
  font-size: 20px;
  color: #999;
}

.zgCup-model .sel-list-x {
  display: none;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-top: 22px;
  margin-bottom: 28px;
  width: 414px;
  overflow-y: auto;
}

.zgCup-model .sel-list-x.active {
  display: block;
}

.zgCup-model .area-x {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.zgCup-model .area-x .left {
  padding-top: 7px;
  width: 70px;
  font-size: 18px;
  font-weight: 700;
  color: #353535;
}

.zgCup-model .area-x .right {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.zgCup-model .area-x .right li span {
  padding-right: 60px;
  font-size: 18px;
  line-height: 2;
  color: #353535;
}

.zgCup-model .area-x .right li.select span {
  color: #1397ff;
  background: url(../images/icon-select.png) no-repeat right 0 center / 18px
    17px;
}
