.login-main {
  width: 100%;
  height: auto;
  display: block;
  padding: 50px 16px 16px;
}

.login-head {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.login-head img {
  width: 100%;
  height: auto;
  border-radius: 6px;
}

.login {
  width: 100%;
  padding: 16px;
  margin-top: 24px;
  border-radius: 12px;
background: #fff;    box-shadow: 0 0 10px rgba(0, 0, 0, .15);
}


.login-item {
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.login-item i {
  color: #009654;
  font-size: 16px;
  font-weight: 600;
  margin-right: 5px;
}

.login-area {
  display: block;
  text-align: center;
  color: #333;
  font-size: 14px;
  padding-right: 6px;
}

.login-item input {
  border: none;
  height: 46px;
  width: 100%;
  outline: none;
  background: none;
  font-size: 14px;
  color: #333;
}

.login-item input::placeholder {
  color: #999999;
  font-size: 14px;
}

.login-item input:-webkit-autofill,
.login-item input:-webkit-autofill:hover,
.login-item input:-webkit-autofill:focus,
.login-item input:-webkit-autofill:active {
  -webkit-transition-delay: 111111s;
  -webkit-transition: color 11111s ease-out, background-color 111111s ease-out;
}

.login-item .captcha {
  position: absolute;
  right: 0;
  height: auto;
  width: 96px;
}

.login-item .login-send {
  background: #009654;
  border: 0;
  color: #fff;
  font-size: 14px;
  position: absolute;
  right: 0;
  border-radius: 4px;
  padding: 6px 12px;
}

.login-btn {
  width: 100%;
  height: 45px;
  border: none;
  color: #fff;
  font-size: 16px;
  margin-top: 12px;
  border-radius: 25px;
  background: #009654;
}

.login-link {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 16px;

}

.login-link a {
  color: #666;
  margin-left: auto;
  padding-right: 5px;
}

.login-back {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 16px;
}

.login-back a {
  color: #009654;
  font-weight: 600;
}

.home-main {
  width: 100%;
  height: auto;
  padding: 50px 12px;
}

.banner {
  width: 100%;
  margin-top: 6px;
  overflow: hidden;
  border-radius: 6px;
}

.banner img {
  width: 100%;
  height: auto;
}

.home-nav {
  width: 100%;
  height: auto;
  padding: 8px 0;
  margin-top: 12px;
  position: relative;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 0 10px rgba(0, 0, 0, .15)
}

.home-nav ul {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.home-nav ul li {
  width: 100%;
}

.home-nav ul li a {
  width: 100%;
  height: 100%;
  display: flex;
  color: #333333;
  font-size: 12px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}


.home-nav ul li img {
  width: 42px;
  height: 42px;
  padding: 5px;
}

.home-nav ul li span {
  width: 100%;
  display: flex;
  color: #009654;
  font-size: 10px;
  font-weight: 600;
  align-items: center;
  justify-content: center;
}

.notice {
  width: 100%;
  height: 45px;
  display: flex;
  padding: 0 12px;
  overflow: hidden;
  margin-top: 12px;
  position: relative;
  border-radius: 8px;
  background: #ffffff;
  align-items: center;
  justify-content: center;
  border: 1px solid #009654;
  box-shadow: 0 0 10px rgba(0, 0, 0, .15)
}

.notice i {
  color: #009654;
  font-size: 20px;
  font-weight: 600;
}

.notice .swiper {
  width: 100%;
  text-align: left;
}

.notice .swiper-wrapper {
  width: 100%;
  height: 42px;
  display: block;
}

.notice .swiper-slide {
  width: 100%;
  height: 42px;
  color: #009654;
  font-size: 13px;
  font-weight: 500;
  line-height: 42px;
  display: inline-block;
}

.home-events {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  margin-top: 12px;
  overflow: hidden;
  align-items: center;
  justify-content: space-between;
}

.home-events-item {
  width: calc(50% - 6px);
  height: auto;
  display: block;
  margin-top: 12px;
}

.home-events-item:first-child,
.home-events-item:nth-child(2) {
  margin-top: 0;
}

.home-events-item img {
  width: 100%;
  height: auto;
  border-radius: 6px;
}

.home-news {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  margin-top: 12px;
  align-items: center;
  justify-content: space-between;
}

.home-news ul {
  width: 100%;
  height: auto;
  display: block;
}

.home-news li {
  width: 100%;
  overflow: hidden;
  margin-top: 12px;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 3px 15px 3px rgba(0, 0, 0, 0.07);
}

.home-news li:first-child {
  margin-top: 0;
}

.home-news a {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.home-news h3 {
  width: 100%;
  height: auto;
  font-size: 14px;
  font-weight: 500;
  padding: 12px 8px 0;
}

.home-news img {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.home-news dl {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 6px 8px 12px;
}

.home-news dl dd {
  width: 100%;
  height: auto;
  font-size: 12px;
  line-height: 20px;
}

.home-news dl dd:last-child {
  color: #999999;
}

.product-main {
  width: 100%;
  padding: 50px 12px;
}

.product-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 12px;
  align-items: center;
  justify-content: space-between;
}

.product-info {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 12px;
  overflow: hidden;
  border-radius: 8px;
  position: relative;
  align-items: center;
  background: #ffffff;
  justify-content: space-between;
  box-shadow: 0 3px 15px 3px rgba(0, 0, 0, 0.07);
}

.product-info:first-child {
  margin-top: 0;
}

.product-info .product-info-name {
  width: 100%;
  height: 40px;
  display: flex;
  color: #000000;
  padding: 0 12px;
  font-size: 14px;
  font-weight: 600;
  position: relative;
  align-items: center;
  border-bottom: 1px solid #009654;
}

.product-info .product-info-dl {
  padding: 12px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.product-info .product-img {
  width: 120px;
  height: 90px;
  border-radius: 4px;
  overflow: hidden;
}

.product-info .product-img img {
  width: 100%;
  height: 100%;
}

.product-info .product-text {
  width: calc(100% - 120px);
  height: 90px;
  padding-left: 8px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;

}

.product-info .product-text p {
  width: 100%;
  font-size: 12px;
  color: #8a8a8a;
  display: flex;
  align-items: center;
  justify-content: space-between;
}


.product-info .product-text p span {
  color: #009654;
  padding-left: 6px;
  font-weight: 500;
}

.product-info .product-text p del {
  color: #888;
  font-size: 12px;
  font-weight: 400;
}

.product-info .product-btm {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 12px;
}

.product-info .product-btm a {
  width: 100%;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000000;
  font-size: 14px;
  border-radius: 25px;
  background: #009654;
}

.detail-product {
  width: 100%;
  height: auto;
  min-height: 100vh;
  padding: 50px 12px 12px;
  background: #ffffff;
}

.detail-product img {
  width: 100%;
  height: auto;
  margin-top: 12px;
  border-radius: 6px;
}

.detail-product-info {
  width: 100%;
  margin-top: 12px;
}

.detail-product-info .product-texts {
  width: 100%;
  margin-top: 12px;
}

.detail-product-info .product-texts h3 {
  width: 100%;
  color: #000000;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 8px;
}

.detail-product-info .product-texts p {
  width: 100%;
  height: 32px;
  display: flex;
  color: #8a8a8a;
  font-size: 13px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.detail-product-info .product-texts span {
  float: right;
  font-weight: 500;
  color: #009654;
}

.detail-product-info .product-texts p del {
  font-size: 12px;
  color: #888;
  font-weight: 400;
}

.product-texts {
  width: 100%;
}

.detail-desc {
  width: 100%;
  font-size: 12px;
  margin-top: 12px;
  color: #666666;
  background: #fff;
  border-radius: 5px;
}

.detail-desc p {
  width: 100%;
  height: auto;
  text-wrap: initial !important;
}

.detail-desc p span {
  text-wrap: initial !important;
}

.detail-desc p img,
.detail-desc p video {
  width: 100%;
  height: auto;
}

.flex-btn {
  width: 100%;
  height: auto;
  margin-top: 16px;
  text-align: center;
}

.flex-btn button {
  width: 100%;
  height: 42px;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000000;
  font-size: 16px;
  font-weight: 600;
  background: #009654;
  border-radius: 25px;
  margin: 0 auto;
}

.flex-btn button span {
  margin-left: 12px;
  color: #ffffff;
  font-size: 12px;
}

.team-main {
  width: 100%;
  position: relative;
  padding: 50px 0;
}

.team-main-bg {
  width: 100%;
  height: auto;
}

.team-info {
  width: 100%;
  padding: 0 12px;
  margin-top: -50px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.team-code {
  width: 100%;
  overflow: hidden;
  background: #fff;
  border-radius: 4px;
  padding: 12px;
  box-shadow: 0 0 10px rgba(0, 0, 0, .15);
}

.team-code-item {
  width: 100%;
  height: auto;
  display: inline-block;
  font-size: 14px;
  position: relative;
  margin-bottom: 16px;
}

.team-code-item:last-child {
  margin-bottom: 0;
}

.team-code-item .code-tit {
  width: 100%;
  font-size: 14px;
  font-weight: 600;
}

.team-code-item .team-code-input {
  font-size: 14px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #333;
}

.team-code-copy {
  width: 100%;
  height: 42px;
  display: flex;
  padding: 0 6px;
  cursor: pointer;
  margin-top: 10px;
  border-radius: 4px;
  align-items: center;
  border: 1px solid #009654;
  justify-content: space-between;
}

.team-code-input {
  width: calc(100% - 36px);
  overflow: hidden;
}

.team-code-copy .copy {
  width: auto;
  height: auto;
  color: #000000;
  font-size: 12px;
  font-weight: 600;
  padding: 5px 12px;
  border-radius: 4px;
  background: #009654;
}

.team-record {
  width: 100%;
  height: auto;
}

.team-record ul {
  width: 100%;
  margin-top: 12px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.team-record li {
  width: 48.5%;
  background: #fff;
  padding: 16px 12px;
  border-radius: 8px;
  text-align: center;
  margin-top: 12px;
  color: #888;
  box-shadow: 0 0 10px rgba(0, 0, 0, .15);
}

.team-record li:first-child,
.team-record li:nth-child(2) {
  margin-top: 0;
}

.team-record li h3 {
  font-size: 14px;
  font-weight: 600;
  color: #009654;
  margin-bottom: 6px;
}

.team-record li p {
  color: #333333;
  font-size: 12px;
  font-weight: 600;
}

.teamList {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 16px;
  overflow: hidden;
  background: #fff;
  border-radius: 8px;
  padding: 6px 12px;
}

.teamList table {
  width: 100%;
  height: auto;
  display: block;
}

.teamList thead, .teamList tbody {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.teamList thead {
  color: #333;
  font-weight: 600;
}

.teamList tbody {
  font-size: 13px;
  color: #666666;
}

.teamList tr {
  width: 100%;
  height: auto;
  display: flex;
}

.teamList td {
  width: 100%;
  height: 32px;
  line-height: 32px;
  text-align: center;
}

.teamList td:first-child {
  text-align: left;
}

.teamList td:last-child {
  text-align: right;
}

.my-top {
  width: 100%;
  height: auto;
  display: flex;
  color: #ffffff;
  flex-wrap: wrap;
  background: #009654;
  padding: 50px 12px 16px;
}

.my-top-left {
  width: 60px;
  height: 60px;
}

.my-top-left img {
  width: 100%;
  height: 100%;
  border-radius: 4px;
}

.my-top-right {
  width: calc(100% - 60px);
  height: 60px;
  display: flex;
  color: #000000;
  flex-wrap: wrap;
  padding-left: 12px;
  align-items: flex-end;
  justify-content: center;
}

.my-top-right h3 {
  width: 100%;
  height: auto;
  font-size: 13px;
  font-weight: 600;
}

.my-top-right p {
  width: 100%;
  height: auto;
}

.my-top-right span {
  padding: 6px;
  background: #ffffff;
  color: #009654;
  font-weight: 600;
  border-radius: 4px;
  font-size: 12px;
}

.my-main {
  width: 100%;
  padding: 0 12px 50px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-top: -20px;
  position: relative;
  z-index: 1;
}

.my-income-list {
  width: 100%;
  height: auto;
  margin-top: 12px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, .15)
}

.my-income-item {
  width: 33%;
  text-align: center;
  padding: 16px 0;
  border-radius: 4px;
}

.my-income-item h3 {
  width: 100%;
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 10px;
  color: #009654;
}

.my-income-item p {
  width: 100%;
  font-size: 12px;
  color: #333333;
}

.my-income-link {
  width: 100%;
  height: auto;
  margin-top: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}


.my-income-link a {
  width: 48%;
  height: 42px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  color: #000000;
  font-size: 12px;
  font-weight: 600;
  background: #009654;
  border-radius: 25px;
  border: 1px solid #ffffff;
}

.my-top-nav {
  width: 100%;
  margin-top: 16px;
}

.my-top-nav ul {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.my-top-nav li {
  width: 100%;
  overflow: hidden;
  margin-top: 12px;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 0 10px rgba(0, 0, 0, .15);
}

.my-top-nav li:first-child {
  margin-top: 0;
}

.my-top-nav li a {
  width: 100%;
  height: auto;
  padding: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ffffff;
}

.my-top-nav li a img {
  height: auto;
  width: 24px;
  margin-right: 6px;
}

.my-top-nav li a p {
  color: #666666;
  font-size: 14px;
  font-weight: 500;
}

.my-top-nav li a i {
  margin-left: auto;
}

.card-main {
  width: 100%;
  height: 100vh;
  padding: 50px 12px 12px;
  background: #fff;
}

.card-container {
  width: 100%;
  margin-top: 16px;
}

.card-info {
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.card-info input {
  width: 100%;
  height: 45px;
  background: #eee;
  border: none;
  padding: 0 10px;
  color: #333;
}

.card-send {
  position: relative;
}

.card-send .sms-send {
  padding: 6px 12px;
  position: absolute;
  right: 10px;
  border: none;
  color: #ffffff;
  background: #009654;
  border-radius: 4px;
}

.card-send .captcha {
  position: absolute;
  right: 10px;
}

.card-btn {
  width: 100%;
  height: 45px;
  background: #009654;
  color: #ffffff;
  line-height: 45px;
  border-radius: 25px;
  border: none;
  font-weight: 600;
}


.history-main {
  width: 100%;
  padding: 50px 12px 12px;
}

.history-list {
  width: 100%;
  height: auto;
  margin-top: 12px;
}

.list-item {
  padding: 12px;
  display: flex;
  position: relative;
  border-radius: 8px;
  background: #ffffff;
  margin-bottom: 12px;
  align-items: center;
  justify-content: center;
  box-shadow: 0 3px 15px 3px rgba(0, 0, 0, 0.07);
}

.list-left {
  width: 100%;
}

.list-left h3 {
  font-size: 12px;
  font-weight: 500;
  color: #333333;
}


.list-left p {
  font-size: 12px;
  color: #999999;
  margin-top: 16px;
}

.list-right {
  height: auto;
  color: #009654;
  font-size: 14px;
  font-weight: 600;
  text-align: right;
}

.list-right span {
  display: block;
  font-size: 12px;
  color: #ffffff;
  margin-top: 8px;
  background: #009654;
  padding: 6px 12px;
  font-weight: 400;
  border-radius: 4px;
}

.list-right span.disabled {
  background: #999999;
}


.balance-list {
  width: 90%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 8px;
  margin: -50px auto 0;
  padding: 24px 6px;
  position: relative;
  z-index: 11;
  box-shadow: 0 0 10px rgba(0, 0, 0, .15);
}

.balance-item {
  width: 100%;
  height: auto;
  display: block;
  text-align: center;
}

.balance-item h3 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 10px;
  color: #333;
}

.balance-item small {
  width: 100%;
  font-weight: 600;
  font-size: 12px;
  margin-top: 6px;
  color: #8a8a8a;
}

.balance-item p {
  width: 100%;
  font-size: 14px;
  color: #8a8a8a;
  font-weight: 500;
}

.bonus-main {
  width: 100%;
  display: flex;
  padding: 50px 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.bonus-main img {
  width: 100%;
  height: auto;
}

.bonus-bg {
  width: calc(100% - 24px);
  height: auto;
  padding: 15px;
  position: relative;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, .15);
}

.bonus-bg-top {
  position: absolute;
  left: -5px;
  top: -30px;
  height: 33px;
  width: auto;
}

.bonus-bg-right {
  position: absolute;
  right: -5px;
  top: -30px;
  height: 70px;
  width: auto;
}

.bonus-bg h3 {
  width: 100%;
  font-size: 18px;
  color: #333;
}

.bonus-bg p {
  width: 100%;
  font-size: 13px;
  color: #8a8a8a;
  margin-top: 5px;
  margin-bottom: 12px;
}

.bouns-input {
  width: 100%;
  margin-bottom: 24px;
}

.bouns-input:last-child {
  margin-bottom: 0;
}

.bouns-input input {
  width: 100%;
  height: 45px;
  padding: 0 10px;
  background: #F8F8F8;
  border-radius: 6px;
  border: 1px solid #009654;
}

.bouns-input .btn {
  width: 100%;
  height: 42px;
  display: block;
  text-align: center;
  color: #ffffff;
  border-radius: 25px;
  border: none;
  font-weight: 600;
  background: #009654;
}


.wallet-box {
  width: 100%;
  padding: 50px 12px 12px;
  background: #fff;
}

.wallet-item {
  width: 100%;
  height: auto;
  display: block;
  margin-top: 16px;

}

.wallet-item h3 {
  width: 100%;
  height: auto;
  display: block;
  font-size: 12px;
  font-weight: 600;
}

.wallet-item span {
  width: 100%;
  height: auto;
  display: inline-block;
  color: #009654;
  padding: 12px 6px 6px;
  font-size: 16px;
}

.wallet-input {
  width: 100%;
  height: auto;
  border-radius: 8px;
  padding: 0 10px;
  display: flex;
  margin-top: 12px;
  align-items: center;
  justify-content: center;
  border: 1px solid #ddd;
  background: #eee;
}

.wallet-input input {
  width: 100%;
  height: 48px;
  line-height: 48px;
  background: none;
  color: #333;
  font-size: 16px;
  font-weight: 600;
}


.wallet-input input::placeholder {
  font-weight: 400;
}

.wallet-input i {
  color: #009654;
  font-size: 16px;
  font-weight: 600;
}

.wallet-channel {
  width: 100%;
  height: auto;
  border-radius: 8px;
  display: flex;
  flex-wrap: wrap;
  margin-top: 12px;
  align-items: center;
  justify-content: center;
}

.wallet-channel-item {
  width: 100%;
  height: 50px;
  border-radius: 4px;
  padding: 0 10px;
  display: flex;
  margin-top: 12px;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #ddd;
  background: #eee;
}

.wallet-channel-item:first-child {
  margin-top: 0;
}

.wallet-channel-item i {
  font-size: 22px;
  color: #eee;
}

.wallet-channel-item.active {
  color: #fff;
  font-weight: 600;
  background: #009654;
}

.wallet-channel-item.active i {
  color: #fff;
  font-weight: 600;
}

.wallet-card {
  width: 100%;
  height: auto;
  border-radius: 4px;
  padding: 10px;
  display: flex;
  flex-wrap: wrap;
  margin-top: 12px;
  align-items: center;
  justify-content: center;
  border: 1px solid #009654;
}

.wallet-card h3 {
  width: 100%;
  display: block;
  margin-bottom: 12px;
  color: #666666;
  font-size: 12px;
  font-weight: 600;
}

.wallet-card p {
  width: 100%;
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #009654;
}

.wallet-btn {
  width: 100%;
  display: block;
  text-align: center;
  background: #009654;
  height: 45px;
  line-height: 45px;
  border-radius: 25px;
  margin-top: 20px;
  color: #ffffff;
  border: none;
  font-size: 16px;
  font-weight: 600;
}

.wallet-rule {
  border-radius: 10px;
  margin-top: 16px;
}

.wallet-rule p {
  width: 100%;
  line-height: 24px;
  text-wrap: inherit !important;
  color: #8a8a8a !important;
  font-weight: 500 !important;
}

.wallet-rule img {
  width: 100%;
}

.wallet-rule p span {
  text-wrap: inherit !important;
  color: #8a8a8a !important;
  font-weight: 500 !important;
}


.myorder {
  width: 100%;
  padding: 50px 12px 12px;
}

.order-list {
  width: 100%;
  display: block;
  margin-top: 12px;
  align-items: center;
  justify-items: center;
}

.order-item {
  width: 100%;
  padding: 10px;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  margin-top: 12px;
  border-radius: 4px;
  align-items: center;
  background: #ffffff;
  justify-content: space-between;
  box-shadow: 0 3px 15px 3px rgba(0, 0, 0, 0.07);
}

.order-item:first-child {
  margin-top: 0;
}

.order-item .order-img {
  width: 120px;
  height: 90px;
  border-radius: 4px;
  overflow: hidden;
}

.order-item .order-img img {
  width: 100%;
  height: 100%;
}

.order-item .order-texts {
  width: calc(100% - 128px);

}

.order-item .order-texts h3 {
  width: 100%;
  color: #222;
  font-weight: 600;
  font-size: 14px;
  padding: 0 5px;
}

.order-item .order-texts p {
  width: 100%;
  display: flex;
  padding: 0 5px;
  color: #8a8a8a;
  margin-top: 5px;
  font-size: 12px;
  flex-wrap: wrap;
  line-height: 20px;
  align-items: center;
  justify-content: space-between;
}

.order-item .order-texts p span {
  color: #009654;
  padding-left: 6px;
}

.order-btn {
  width: 100%;
  height: 36px;
  margin-top: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #009654;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  border-radius: 25px;
  border: none;
}

.order-btn.disabled {
  background: #999999;
}

.customer {
  width: 100%;
  height: 100vh;
  padding: 50px 12px 12px;
}

.customer ul {
  margin-top: 12px;
}

.customer li {
  width: 100%;
  background: #fff;
  border-radius: 8px;
  padding: 16px 12px;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  position: relative;
  box-shadow: 0 3px 15px 3px rgba(0, 0, 0, 0.07);
}

.customer li img {
  width: 42px;
  height: auto;
  margin-right: 8px;
}

.customer li h3 {
  font-size: 16px;
  color: #009654;
  font-weight: 600;
}

.customer li h2 {
  font-size: 12px;
  color: #333;
  margin-top: 12px;
}

.customer li p {
  font-size: 12px;
  color: #999999;
  margin-top: 10px;
}

.customer li a {
  position: absolute;
  right: 12px;
  color: #000000;
  font-weight: 600;
  padding: 5px 16px;
  background: #009654;
  border-radius: 25px;
}

.service-box-dl {
  width: 60%;
  overflow: hidden;
}

.article {
  width: 100%;
  padding: 50px 12px 12px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.article-title {
  width: 100%;
  height: auto;
  display: block;
  font-size: 14px;
  font-weight: 600;
  margin-top: 16px;
  text-align: center;
}

.article-content {
  width: 100%;
  height: auto;
  margin-top: 16px;
}

.article-content img {
  width: 100%;
  height: auto;
}

.article-content p {
  width: 100%;
  height: auto;
  text-wrap: inherit !important;
}

.article-content p span {
  text-wrap: inherit !important;
}


.official-main {
  width: 100%;
  height: auto;
  display: inline-block;
  padding: 50px 12px;
}

.official-list {
  width: 100%;
  height: auto;
  display: inline-block;
  margin-top: 12px;
}


.official-item {
  width: 100%;
  height: auto;
  display: inline-block;
  background: #fff;
  border-radius: 4px;
  margin-bottom: 12px;
  padding: 10px;
  position: relative;
}

.official-item-top {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.official-item-top img {
  width: 42px;
  height: 42px;
  display: inline-block;
  border-radius: 4px;
}

.official-item-top-right {
  width: calc(100% - 36px);
  height: 42px;
  padding-left: 6px;
  display: flex;
  flex-wrap: wrap;
  align-items: end;
}

.official-item-top-right h3 {
  width: 100%;
  height: auto;
  display: block;
  font-size: 12px;
  font-weight: 600;
}

.official-item-top-right p {
  width: 100%;
  height: auto;
  display: block;
  margin-top: 5px;
  font-size: 12px;
  color: #999999;
}

.official-item-main {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.official-item-main p {
  width: 100%;
  height: auto;
  display: inline-block;
  font-size: 13px;
  line-height: 24px;
  color: #666666;
  margin-top: 6px;
}

.official-item-imgs {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 12px;
}

.official-item-imgs img {
  width: 32%;
  height: auto;
  display: block;
  border-radius: 4px;
  margin-top: 8px;
  margin-right: 2%;
  cursor: pointer;
}

.official-item-imgs img:first-child,
.official-item-imgs img:nth-child(2),
.official-item-imgs img:nth-child(3) {
  margin-top: 0px;
}

.official-item-imgs img:nth-child(3n) {
  margin-right: 0;
}


.official-mask {
  width: 100%;
  max-width: 750px;
  height: auto;
  min-height: 100vh;
  background-color: rgba(0, 0, 0, 0.85);
  z-index: 9999;
  position: fixed;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.official-mask-img {
  width: auto;
  height: auto;
  max-width: 100vw;
  max-height: 80vh;
  overflow-y: scroll;
}

.official-mask-img img {
  width: 100%;
  height: auto;
}

.mask-close {
  width: 48px;
  height: auto;
  padding: 12px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}

.official-done {
  width: 100%;
  border-radius: 4px;
  background: #ffffff;
  margin-top: 12px;
  padding: 12px;
}

.official-done textarea {
  width: 100%;
  height: 160px;
  padding: 12px;
  border-radius: 4px;
  border: 1px solid #12D1E3;
  background: none;
}

.official-upload {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.official-upload-item {
  width: 100px;
  height: 100px;
  border-radius: 4px;
  border: 1px solid #12D1E3;
  margin-top: 12px;
  padding: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 12px;
  overflow: hidden;
  position: relative;
}

.official-upload-item-upload {
  cursor: pointer;
  padding: 16px;
}

.official-upload-item img {
  border-radius: 4px;
}

.official-upload-item i {
  font-size: 24px;
  color: #999999;
  cursor: pointer;
  position: absolute;
  top: 2px;
  right: 2px;
}

.official-button {
  width: 100%;
  height: auto;
  margin-top: 12px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.official-button button {
  width: 100%;
  height: 36px;
  color: #ffffff;
  background: #12D1E3;
  border-radius: 4px;
  border: none;
  font-weight: 600;
}

.salary-main {
  width: 100%;
  height: auto;
  display: block;
  padding: 50px 12px 12px;
}

.salary-list {
  width: 100%;
  height: auto;
  display: block;
  margin-top: 12px;
}

.salary-item {
  width: 100%;
  height: auto;
  background: #ffffff;
  border-radius: 8px;
  padding: 12px;
  margin-bottom: 15px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 10px rgba(0, 0, 0, .15);
}

.salary-tit {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  color: #333333;
}

.salary-item ul {
  width: 100%;
  height: auto;
  margin-top: 12px;
  padding: 0 2px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.salary-item li {
  height: auto;
  display: block;
  text-align: center;
}

.salary-item li h3 {
  font-size: 14px;
  font-weight: 600;
  color: #009654;
  margin-bottom: 6px;
}

.salary-item li span {
  font-size: 12px;
  font-weight: 500;
  color: #666666;
}

.salary-item button {
  width: 100%;
  height: 36px;
  display: block;
  font-weight: 600;
  color: #ffffff;
  background: #009654;
  border-radius: 25px;
  border: none;
  margin: 12px auto 0;
  cursor: pointer;
}

.salary-item button.disabled {
  background: #999999;
}


.statistics-main {
  width: 100%;
  position: relative;
  padding: 50px 12px 12px;
}

.statistics-list {
  width: 100%;
  height: auto;
}

.statistics-list ul {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.statistics-list li {
  width: 48.5%;
  background: #fff6e1;
  padding: 18px 12px;
  border-radius: 4px;
  text-align: center;
  margin-top: 12px;
  color: #888;
}

.statistics-list li h3 {
  font-size: 14px;
  font-weight: 600;
  color: #f97316;
  margin-bottom: 6px;
}

.statistics-list li p {
  color: #333333;
  font-size: 12px;
  font-weight: 600;
}


.task-main {
  width: 100%;
  height: auto;
  display: block;
  padding: 50px 12px;
}

.task-list {
  width: 100%;
  height: auto;
  display: block;
  margin-top: 12px;
}

.task-item {
  width: 100%;
  height: auto;
  background: #ffffff;
  border-radius: 8px;
  padding: 12px;
  margin-bottom: 15px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 10px rgba(0, 0, 0, .15);
}

.task-tit {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  color: #333333;
}

.task-item ul {
  width: 100%;
  height: auto;
  margin-top: 12px;
  padding: 0 2px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.task-item li {
  height: auto;
  display: block;
  text-align: center;
}

.task-item li h3 {
  font-size: 14px;
  font-weight: 600;
  color: #009654;
  margin-bottom: 6px;
}

.task-item li span {
  font-size: 12px;
  font-weight: 500;
  color: #666666;
}

.task-item button {
  width: 100%;
  height: 36px;
  display: block;
  font-weight: 600;
  color: #ffffff;
  background: #009654;
  border-radius: 25px;
  border: none;
  cursor: pointer;
  margin: 15px auto 0;
}

.task-item button.disabled {
  background: #8a8a8a;
}

.luck-main {
  width: 100%;
  height: auto;
  padding: 50px 12px 12px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.luck-box {
  width: 100%;
  height: auto;
  margin-top: 12px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.luck-box-bg {
  width: 100%;
  height: auto;
}

.luck-box ul {
  width: 100%;
  height: auto;
  padding: 6%;
  position: absolute;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.luck-box li {
  width: 28%;
  padding: 20px;
  margin-top: 12px;
  overflow: hidden;
  background: #302859;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.luck-box li:first-child,
.luck-box li:nth-child(2),
.luck-box li:nth-child(3) {
  margin-top: 0;
}

.luck-box li img {
  width: 100%;
  height: auto;
}

.luck-box li.active {
  border: 3px solid #fb8534;
}

.luck-start {
  width: 100%;
  height: 50px;
  border: none;
  padding: 6px 0;
  border-radius: 32px;
  margin-top: 16px;
  background: #009654;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.luck-start span {
  width: 100%;
  font-size: 10px;
}

.luck-start font {
  color: #fb8534;
  margin: 0 8px;
}

.luck-txt {
  width: 100%;
  height: auto;
  margin-top: 16px;
}

.luck-txt p {
  width: 100%;
  height: auto;
  text-wrap: initial !important;
}

.luck-txt p span {
  text-wrap: initial !important;
}

.luck-txt img,
.luck-txt video {
  width: 100%;
  height: auto;
}