body {
  background-color: transparent !important;
  min-width: 1200px;
  margin: 0;
  padding: 0;
  font-family: Arial;
  overflow: hidden;
  overflow-y: auto;
  color: #4c4c4c;
}

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

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

a {
  color: #4582dd;
  text-decoration: none;
}
a i {
  text-decoration: none;
  color: #e09e01;
}
a.color-link {
  color: var(--primaryColor);
}
a.color-link:hover {
  text-decoration: underline;
}

p {
  margin: 0;
  padding: 0;
}

table,
th {
  border: none;
  padding: 10px;
}

table,
td {
  border: none;
  padding: 10px;
  background-color: transparent;
}

.main-wrapper {
  width: 1000px;
  max-width: 1048px;
  margin: 0 auto;
  position: relative;
  overflow: visible;
  padding-bottom: 50px;
}

/*Logo Here*/
.logo {
  background: url(https://imgsg99.com/dmg008/dmg008_logo_g.png) no-repeat;
  width: 245px;
  height: 60px;
  display: block;
  position: absolute;
  top: 8px;
}

.logo2 {
  background: url(../img/agreement/logo2.png) no-repeat;
  width: 237px;
  height: 60px;
  display: block;
  position: absolute;
  top: 8px;
  left: 260px;
}

/*Main Menu Starts Here*/
.navigation {
  height: 75px;
  width: 100%;
  background-color: #fff;
}

.main-menu {
  float: right;
  height: 75px;
}

.menu-links {
  color: #000;
  display: inline-block;
  width: 100px;
  line-height: 75px;
  position: relative;
  cursor: pointer;
}
.menu-links:hover {
  color: #4582dd;
}
.menu-links.active {
  color: #4582dd;
  pointer-events: none;
}

/*Subpage Layout Starts Here*/
.subpage-body {
  height: auto;
  background: #fff url(../img/agreement/aff-bg.jpg) no-repeat top center/cover;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 200px;
}

.sub-content {
  height: 750px;
  position: relative;
  overflow: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.sub-content.agreement {
  height: 100px;
}

/*Home Page Sub Content Top Section*/
.sub-content-top {
  background-color: #fff;
  height: auto;
  position: relative;
  overflow: auto;
  padding: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-box-shadow: 0 2px 20px 0 rgba(208, 208, 208, 0.5), 0 2px 20px 0 rgba(208, 208, 208, 0.5);
  box-shadow: 0 2px 20px 0 rgba(208, 208, 208, 0.5), 0 2px 20px 0 rgba(208, 208, 208, 0.5);
}

.title-wrapper {
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 30px;
}

.main-title {
  background: url(../img/agreement/title_main.png) center no-repeat;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 36px;
  padding-bottom: 10px;
}
.main-title.deal {
  background-image: url(../img/agreement/title_agreement.png);
}

.stitle {
  font-size: 18px;
  font-weight: 400;
}

.advantages,
.contact {
  left: 0;
  right: 0;
  margin: auto;
  width: 90%;
}

/*Agreement Page Starts From Here*/
.subpage-body.welfare {
  background-color: #fff;
  height: auto;
  background: url(../img/agreement/wfbg.jpg) no-repeat center 0;
  background-position: top;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.sub-content-ag {
  background-color: #f8f8f8;
  border-radius: 25px;
  position: relative;
  overflow: visible;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 50px;
  height: auto;
  padding: 40px;
  -webkit-box-shadow: 0 2px 20px 0 rgba(208, 208, 208, 0.5), 0 2px 20px 0 rgba(208, 208, 208, 0.5);
  box-shadow: 0 2px 20px 0 rgba(208, 208, 208, 0.5), 0 2px 20px 0 rgba(208, 208, 208, 0.5);
}

.ag-title {
  background: url(../img/agreement/title_agreement.png) no-repeat;
  left: 0;
  right: 0;
  margin: auto;
  width: 651px;
  height: 36px;
  padding-bottom: 20px;
}

.ag-subtitle {
  color: #4c4c4c;
  font-size: 22px;
  font-weight: 600;
}

.ag-ag {
  margin-top: 15px;
}
.ag-ag ol {
  padding-left: 20px;
}
.ag-ag ol li {
  padding-bottom: 15px;
}

/*Welfare Starts From Here*/
.sub-content-wf {
  background-color: transparent;
  position: relative;
  overflow: visible;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 50px;
  height: auto;
  width: 103%;
}

.wf-wrapper {
  left: 0;
  right: 0;
  margin: auto;
  width: 103%;
}

.wf-wrapper2 {
  left: 0;
  right: 0;
  margin: auto;
  width: 98%;
}

.wf-wf {
  margin-bottom: 20px;
}

.wf-title-wrapper {
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 20px;
}

.wf-title {
  left: 0;
  right: 0;
  margin: auto;
  width: 651px;
  height: 36px;
}
.wf-title.reward888 {
  background: url(../img/agreement/title_888reward.png) no-repeat;
}
.wf-title.reward588 {
  background: url(../img/agreement/title_588reward.png) no-repeat;
}
.wf-title.rewardmend {
  background: url(../img/agreement/title_monthendreward.png) no-repeat;
}
.wf-title.rewardcar {
  background: url(../img/agreement/title_carreward.png) no-repeat;
}

.wf-subtitle {
  font-size: 21px;
}

.wf-wf ul {
  list-style: none;
  padding-left: 0;
  padding-bottom: 20px;
  margin-top: 0;
}
.wf-wf ul li {
  font-size: 16px;
  padding-bottom: 7px;
}
.wf-wf.warning {
  color: red;
}

/*Footer Starts From Here*/
.service-footer {
  padding-top: 10px;
  position: relative;
  bottom: 0;
  height: 345px;
  width: 100%;
  background-image: url(../img/wave.png);
  background-size: 100% auto;
  -webkit-animation: loopfooter 120s linear infinite;
  animation: loopfooter 120s linear infinite;
}

.content-title {
  font-size: 20px;
  letter-spacing: 20px;
  margin: 70px 0 10px;
  text-align: center;
  color: #fff;
  font-weight: normal;
  text-indent: 20px;
}

.content-title.dark {
  color: #727272;
}

.content-title-sub {
  font-size: 20px;
  letter-spacing: 20px;
  margin: 70px 0 10px;
  text-align: center;
  color: #fff;
  font-weight: normal;
  text-indent: 20px;
}
.content-title-sub.dark {
  color: #727272;
}
.content-title-sub.dark .line {
  border-bottom: 4px solid #727272;
}
.content-title-sub .line {
  /*position: absolute;*/
  width: 80px;
  margin-top: 20px;
  border-bottom: 4px solid #fff;
}
.content-title-sub .line.left {
  /*left: calc(50% - 100px);*/
  /*transform: translateX(-100px);*/
}
.content-title-sub .line.right {
  /*right: calc(50% - 100px);*/
  /*transform: translateX(100px);*/
}

.wrapper {
  width: 1200px;
  margin: auto;
}

.partner {
  list-style: none;
  margin: 0;
  padding: 0;
  height: 100px;
  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;
}
.partner li {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: inline-block;
  width: 23.75%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: auto auto;
  background-position: center;
}
.partner li.suncity {
  background-image: url(http://404ident331.com/);
}
.partner li.alipay {
  background-image: url(../img/icon/alipay-icon.png);
}
.partner li.wechatpay {
  background-image: url(../img/icon/wechatpay-icon.png);
}
.partner li.unionpay {
  background-image: url(../img/icon/unionpay-icon.png);
}

.footer {
  height: 200px;
  width: 100%;
  z-index: -1;
  position: fixed;
  bottom: 0;
  background-color: #6d0db1;
  color: #fff;
  text-align: center;
}
.footer .first-footer a {
  display: inline-block;
  padding: 0 20px;
  text-decoration: none;
  color: #fff;
  line-height: 100px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -webkit-transition: text-shadow 200ms ease-in-out, -webkit-transform 200ms ease-in-out;
  transition: text-shadow 200ms ease-in-out, -webkit-transform 200ms ease-in-out;
  transition: transform 200ms ease-in-out, text-shadow 200ms ease-in-out;
  transition: transform 200ms ease-in-out, text-shadow 200ms ease-in-out, -webkit-transform 200ms ease-in-out;
  position: relative;
}
.footer .first-footer a:hover {
  -webkit-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
  transform: translateY(-4px);
  text-shadow: 0 6px 7px rgba(0, 0, 0, 0.2);
}
.footer .second-footer {
  position: absolute;
  width: 100%;
  height: 100px;
  background-color: #210f27;
  bottom: 0;
  left: 0;
  right: 0;
  color: #707070;
}
.footer .second-footer p {
  margin: 40px auto;
}

.cooperation-row .cooperation-row-title {
  margin-bottom: 15px;
}
.cooperation-row .cooperation-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cooperation-row .cooperation-list > div {
  text-align: left;
}
.cooperation-row .cooperation-list .cooperation-title {
  -ms-flex-preferred-size: 150px;
  flex-basis: 150px;
  font-weight: bold;
}
.cooperation-row .cooperation-list .cooperation-title:after {
  content: ":";
}
.cooperation-row .cooperation-list .cooperation-qrcode {
  width: 150px;
  background: white;
}
/*# sourceMappingURL=../maps/aff.css.map */
