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 #ffebe9;
}

th,
td {
  border: 1px solid #ffebe9;
}

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

a {
  text-decoration: none;
}

.main-wrapper {
  width: 1000px;
  max-width: 1000px;
  margin: 0 auto;
}

.header {
  width: 100%;
  height: 120px;
  background-image: url(../img/aff/daohang_navigation_bg.jpg);
  background-repeat: repeat-x;
}

.top-header {
  height: 120px;
  padding-top: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #b72928;
}

.logo {
  width: 250px;
  height: 80px;
  background: url(https://imgsg99.com/60/60_logo_app.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: #000;
}
.links a:hover {
  color: #e21c0d;
}

.main-content {
  background-color: #f5eee0;
  height: 720px;
  -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);
  background: url(../img/aff/main_bg.jpg) no-repeat;
  background-position: center;
}

.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) no-repeat;
  width: 510px;
  height: 113px;
}
.main-title.contact {
  background: url(../img/aff/contact_main_title.png) no-repeat;
  width: 870px;
  height: 70px;
}
.main-title.affdeal {
  background: url(../img/aff/affdeal_main_title.png) no-repeat;
  width: 870px;
  height: 70px;
}

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

.content-wrapper {
  padding: 0 40px;
  width: 100%;
  height: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 30px 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: 587px;
  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;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 15px;
}

.subcontent.leftcol {
  letter-spacing: 1px;
  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 {
  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;
  margin: auto;
}
.leftcol .text {
  text-align: center;
  font-size: 19px;
  padding: 10px 5px;
}
.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 {
  font-size: 21px;
  text-align: center;
  padding: 10px 5px;
}

.subcontent.rightcol {
  min-width: 200px;
  background: url(../img/aff/qr_frame.png) no-repeat;
  background-size: 100% 100%;
  padding: 18px 5px 25px 5px;
}

.qrcode-title {
  font-size: 19px;
  font-weight: 100;
  text-align: center;
  margin-bottom: 10px;
}

.rightcol img {
  width: 150px;
  height: 150px;
  display: block;
  margin: 0 auto;
  background: #fff;
}

.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 {
  margin-left: -15px;
  font-size: 17px;
  line-height: 24px;
}
.subcontent-wrapper ol li {
  padding-bottom: 10px;
}
/*# sourceMappingURL=../maps/aff.css.map */
