body {
  padding: 0;
  margin: 0;
  height: 100%;
  width: auto;
  background-color: #b73233;
  font-family: Arial;
}

body .body-wrapper {
  opacity: 0;
  -webkit-transition: opacity 150ms ease-in;
  transition: opacity 150ms ease-in;
}

body.ready .body-wrapper {
  opacity: 1;
}

table {
  border-collapse: collapse;
  border: 1px solid #fff187;
  color: #fff187;
  margin-bottom: 15px;
  width: 100%;
}

th,
td {
  border: 1px solid #fff187;
  padding: 8px;
  text-align: center;
}

.aff-table tr:has(td:empty) {
  display: none;
}

a {
  text-decoration: none;
}

.main-wrapper {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.main-wrapper.contact {
  background-color: #dd1621;
  max-width: 100%;
}
.main-wrapper.contact .content-wrapper {
  background-color: transparent;
  max-width: 1000px;
  margin: 0 auto;
}
.main-wrapper.contact .content-wrapper table {
  color: #fff;
  border: 1px solid #fff;
}
.main-wrapper.contact .content-wrapper table td {
  border: 1px solid #fff;
}

.header {
  width: 100%;
  height: 100px;
  background-color: #dd1621;
  color: #fff;
  z-index: 10;
  position: relative;
}

.top-header {
  height: 100px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #b72928;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.top-header > .links {
  margin-left: auto;
}

.logo {
  width: 250px;
  height: 80px;
  background: url(https://imgsg99.com/60cpi/60cpi_logo_app_white.png) 0 no-repeat;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  background-size: 250px;
}

.logo-link {
  width: 250px;
  height: 80px;
  position: absolute;
}

.title {
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  width: 33%;
}

.links {
  display: inline-block;
  vertical-align: middle;
  text-align: right;
  float: right;
  line-height: 80px;
}
.links a {
  font-size: 16px;
  display: inline-block;
  padding-left: 25px;
  color: #fff;
}
.links a:hover {
  color: #e2c702;
}

.main-content {
  min-height: calc(100vh - 120px);
  -webkit-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.2);
  min-width: 1000px;
  padding: 450px 0 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: 0;
  overflow: hidden;
  background-color: #f85354;
}
.main-content:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 450px;
  width: 1920px;
  margin: auto;
  z-index: -2;
  background: url(../img/aff/aff-banner.png) bottom center/100% auto no-repeat;
}
.main-content:after {
  content: "";
  position: absolute;
  top: 295px;
  left: 0;
  right: 0;
  margin: auto;
  height: 100%;
  width: 1920px;
  z-index: -1;
  background: url(../img/aff/aff-body.png) top center/100% auto no-repeat;
}
.main-content.affdeal:after {
  height: 1500px;
}
.main-content .page-title {
  font-size: 40px;
  text-align: center;
  color: #e4393c;
}

.footer {
  height: 80px;
  background-color: #ff8787;
  text-align: center;
  color: #fff;
  line-height: 80px;
  position: relative;
}

.content {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 25px 0;
  background: url("../img/aff/background.jpg") no-repeat;
  background-size: cover;
  color: #ffdbd7;
}
.content.affdeal {
  -webkit-box-shadow: inset 0 5px 10px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 5px 10px rgba(0, 0, 0, 0.3);
}

.main-title-wrapper {
  margin: 20px 0;
}
.main-title-wrapper.main {
  margin: 0;
  padding-top: 50px;
}

.main-title {
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
}
.main-title.main {
  background: url(../img/aff/main_title.png) center no-repeat;
  height: 113px;
}
.main-title.contact {
  background: url(../img/aff/contact_main_title.png) center no-repeat;
  height: 70px;
}
.main-title.affdeal {
  background: url(../img/aff/affdeal_main_title.png) center no-repeat;
  height: 70px;
}

.content a {
  color: #f7b706;
  text-decoration: underline;
}
.content a:hover {
  color: #000;
}

.content-wrapper {
  width: 100%;
  height: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 30px 0;
  position: relative;
  padding: 20px 30px;
  background-color: #ff3b3b;
  border-radius: 10px;
  color: #fff;
  font-weight: 500;
  letter-spacing: 2px;
}
.content-wrapper.first {
  font-size: 15px;
}
.content-wrapper.first .title {
  color: #fff888;
  font-size: 28px;
  margin-bottom: 10px;
  text-align: center;
  width: 100%;
}
.content-wrapper.first .subtitle {
  background: url(../img/aff/content_subtitle_bg.png) center/contain no-repeat;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #ba0101;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 20px;
  height: 68px;
  margin: 25px 0 15px 0;
}
.content-wrapper .content-header {
  background: url(../img/aff/content_title_bg.png) center/contain no-repeat;
  color: #ba0101;
  position: absolute;
  top: -27px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 55px;
  width: 200px;
  text-align: center;
  margin: 0;
  line-height: 55px;
  letter-spacing: 0;
}
.content-wrapper .content-header.no-bg {
  position: relative;
  background: none;
  color: #fff187;
  text-align: left;
  top: 0;
  left: 0;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  width: auto;
  margin-top: -20px;
}
.content-wrapper .content-content {
  padding-top: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff187;
}
.content-wrapper .content-content .square {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  padding-left: 22px;
}
.content-wrapper .content-content .square:before {
  background-color: #ffc700;
  content: "";
  position: absolute;
  top: 50%;
  left: 5px;
  height: 10px;
  width: 10px;
  -webkit-transform: rotate(45deg) translateX(-50%);
  -ms-transform: rotate(45deg) translateX(-50%);
  transform: rotate(45deg) translateX(-50%);
}
.content-wrapper p {
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 15px;
  line-height: 27px;
}
.content-wrapper ol {
  padding-left: 22px;
}
.content-wrapper ol li {
  font-size: 15px;
  margin-bottom: 8px;
}
.content-wrapper ul {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-left: 20px;
  min-height: 212px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.content-wrapper ul li {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.content-wrapper ul li.red {
  color: #e4393c;
}
.content-wrapper ul li strong {
  font-weight: normal;
  width: 80px;
  display: inline-block;
}
.content-wrapper .float-right {
  position: absolute;
  top: 44px;
  right: 0;
}
.content-wrapper.main {
  background: url(../img/aff/title_bg.png) no-repeat;
  width: 1000px;
  height: 283px;
  position: relative;
}
.content-wrapper.main .info {
  background: url(../img/aff/subtitle.png);
  width: 600px;
  height: 62px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: -10px;
}
.content-wrapper.main .info-text {
  font-size: 17px;
  color: #810b0a;
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  margin: auto;
}
.content-wrapper.main .info-text ul {
  list-style: none;
  margin-top: 80px;
}
.content-wrapper.main .info-text ul li {
  margin-left: -40px;
  padding-bottom: 15px;
  position: relative;
}
.content-wrapper.main .info-text ul li:first-child:after {
  content: "";
  border-bottom: 1.5pt dotted rgba(231, 90, 66, 0.4);
  position: absolute;
  bottom: 7px;
  left: 0;
  right: 0;
  margin: auto;
  width: 875px;
}
.content-wrapper.main .info-text ul li:nth-child(2):after {
  content: "";
  border-bottom: 1.5pt dotted rgba(231, 90, 66, 0.4);
  position: absolute;
  bottom: 7px;
  left: 0;
  right: 0;
  margin: auto;
  width: 390px;
}
.content-wrapper.main .info-text ul li:nth-child(3):after {
  content: "";
  border-bottom: 1.5pt dotted rgba(231, 90, 66, 0.4);
  position: absolute;
  bottom: 7px;
  left: 0;
  right: 0;
  margin: auto;
  width: 280px;
}

.subcontent-wrapper {
  margin-bottom: 40px;
}

.subcontent.leftcol {
  width: 707px;
  letter-spacing: 2px;
  display: inline-block;
  color: #ffebe9;
}

.tb-head {
  width: 680px;
  height: 52px;
}

.table-title {
  left: 0;
  right: 0;
  margin: auto;
}
.table-title .icon {
  background: url(../img/aff/icon_contact.png) no-repeat;
  display: inline-block;
  vertical-align: middle;
  width: 41px;
  height: 31px;
  padding-right: 7px;
}
.table-title .title {
  display: inline-block;
  height: 31px;
  line-height: 31px;
  vertical-align: middle;
  font-size: 24px;
  font-weight: 100;
  width: auto;
}

.tb-left-col {
  width: 220px;
}

.leftcol {
  left: 0;
  right: 0;
  margin: auto;
}
.leftcol.one {
  width: 65px;
}
.leftcol.two {
  width: 56px;
}
.leftcol.three {
  width: 107px;
}
.leftcol .text {
  display: inline-block;
  vertical-align: middle;
  font-size: 19px;
}
.leftcol.one .text {
  height: 26px;
}
.leftcol.two .text {
  height: 19px;
}
.leftcol.three .text {
  height: 25px;
}
.leftcol .email {
  background: url(../img/aff/icon_email.png) no-repeat;
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 18px;
}
.leftcol .qq {
  background: url(../img/aff/icon_qq.png) no-repeat;
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 18px;
}
.leftcol .wx {
  background: url(../img/aff/icon_wx.png) no-repeat;
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 18px;
}

.tb-right-col {
  width: 460px;
  height: 52px;
  font-size: 21px;
  text-align: center;
}

.subcontent.rightcol {
  width: 208px;
  height: 226px;
  background: url(../img/aff/qr_frame.png) no-repeat;
  display: inline-block;
  position: relative;
}

a.color-link {
  color: var(--primaryColor);
  font-weight: bold;
}
a.color-link:hover {
  text-decoration: underline;
}

.rightcol img {
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
  bottom: 20px;
}

.aff-qrimg {
  width: 160px;
  height: 160px;
  background: white;
}

.affdeal-subtitle {
  left: 0;
  right: 0;
  margin: auto;
}
.affdeal-subtitle.no1 {
  background: url(../img/aff/affdeal_subtitle1.png);
  width: 411px;
  height: 50px;
}
.affdeal-subtitle.no2 {
  background: url(../img/aff/affdeal_subtitle2.png);
  width: 411px;
  height: 50px;
}
.affdeal-subtitle.no3 {
  background: url(../img/aff/affdeal_subtitle3.png);
  width: 191px;
  height: 50px;
}

.subcontent-wrapper ol {
  /*list-style: none;*/
  margin-left: -15px;
  font-size: 17px;
  line-height: 24px;
}
.subcontent-wrapper ol li {
  padding-bottom: 10px;
}
/*# sourceMappingURL=../maps/aff.css.map */
