/* register.html */
html{
  font-size: 12px;
}
.register {
  position: relative;
}
.register > img {
  width: 100%;
}
.register-news {
  font-size: 1.6875rem;
  padding: 0 2.125rem;
  position: absolute;
  top: 4rem;
  width: 100%;
}
.register-list {
  font-size: 0.6875rem;
  margin-top: 3.125rem;
}
.register-list li {
  height: 3.3125rem;
  display: flex;
  align-items: center;
  border-bottom: 1px solid var(--c35);
}
.register-list .flex-center {
  width: 1.125rem;
  height: 1.125rem;
  margin-right: .5rem;
}
.register-list input {
  flex: 1;
  height: 100%;
}
.register-hint {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.6875rem;
  margin-top: 2rem;
}
.register-hint img {
  width: 1rem;
  height: 1rem;
  margin-right: .5rem;
}
.mdl-agreement {
  width: 80%;
  background-color: var(--cl);
  border-radius: .5rem;
  padding: .5rem;
  position: fixed;
  top: 50%;
  left: 50%;
  font-size: 0.8125rem;
  transform: translate(-50%, -50%);
}
.mdl-agreement .mdl-ab {
  display: flex;
  justify-content: flex-end;
}
.mdl-agreement .mdl-ab img {
  width: 1rem;
  height: 1rem;
}
.mdl-agreement p:nth-of-type(2) {
  font-weight: 700;
  text-align: center;
  margin-bottom: .5rem;
}
.mdl-agreement .content {
  max-height: 70vh;
  font-size: 0.8125rem;
  overflow: auto;
}
.register-news > .flex-center {
  font-size: 0.8125rem;
}

/* login.html */
.login {
  position: relative;
}
.login-news {
  background-color: #fff;
  width: 80%;
  padding: 1.25rem;
  border-radius: .5rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.login-news > .flex-center {
  width: 5.9375rem;
  height: 2.1875rem;
  margin: 0 auto;
}
.login-list {
  padding-bottom: 1rem;
}
.login-list li {
  display: flex;
  align-items: center;
  font-size: 0.6875rem;
  margin-top: 1rem;
  height: 1.875rem;
}
.login-list li:not(:last-child) {
  border-bottom: 1px solid var(--c35);
}
.login-list li .flex-center {
  width: 1.125rem;
  height: 1.125rem;
  margin-right: .5rem;
}
.login-list .login-auth-code {
  display: flex;
  align-items: center;
  flex: 1;
  border-bottom: 1px solid var(--c35);
}
.login-list input {
  width: calc(100% - 1.625rem);
  height: 1.875rem;
}
.login-news .time, .login-news .auth-code {
  word-break: keep-all;
  background-color: var(--bc2);
  height: 1.875rem;
  width: 4.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--cl);
  border-radius: .5rem;
}
.login-hint {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.75rem;
  color: var(--c9);
}

/* profile.html */
.profile-header {
  position: relative;
}
.profile-hn {
  font-size: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0.9375rem;
  position: absolute;
  top: 0;
  height: 2.5rem;
  width: 100%;
}
.profile-hn img {
  width: 1.5rem;
  height: 1.5rem;
}
.profile-news {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 0.9375rem;
  position: absolute;
  bottom: 0.625rem;
  width: 100%;
}
.profile-nt {
  display: flex;
}
.profile-nt .flex-center {
  width: 3.625rem;
  height: 3.625rem;
  margin-right: .5rem;
}
.profile-nt .profile-nr {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-size: 0.9375rem;
}
.profile-nr p:last-child {
  font-size: 0.6875rem;
  color: var(--e8);
}
.profile-news > p {
  width: 4.5625rem;
  height: 1.5rem;
  font-size: 0.6875rem;
  color: var(--cl);
  border-radius: 1rem 0 0 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(to right, var(--bc1), var(--bc));
}

.profile-jn {
  display: flex;
  flex-wrap: wrap;
  font-size: 0.875rem;
  color: var(--bc);
}
.profile-jn li {
  width: 25%;
}
.profile-jn a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 3.0625rem;
}
.profile-jn li p:last-child {
  font-size: 0.625rem;
  color: var(--e8);
}
.profile-nav {
  margin: 0 0.9375rem;
  height: 6rem;
  border-radius: .5rem;
  display: flex;
  align-items: center;
  font-size: 0.6875rem;
  background: linear-gradient(to right, var(--bc), var(--bc4));
}
.profile-nav li {
  width: 25%;
}
.profile-nav li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: var(--c3);
}
.profile-nav img {
  width: 2.375rem;
  height: 2.375rem;
  margin-bottom: .5rem;
}
.profile-order {
  margin: 0.625rem 0.9375rem;
  box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.06);
  border-radius: .5rem;
  font-size: 0.625rem;
}
.profile-order .flex-layout {
  font-size: 0.9375rem;
  height: 2.5rem;
  padding: 0 0.875rem;
}
.profile-order .flex-layout > a {
  font-size: 0.625rem;
  color: var(--c9);
}
.profile-ol {
  display: flex;
  padding-bottom: 0.9375rem;
}
.profile-ol li {
  width: 25%;
}
.profile-ol li a {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.profile-ol img {
  width: 1.375rem;
  height: 1.375rem;
}
.profile-form {
  font-size: 0.875rem;
}
.profile-form li:not(:last-child) {
  border-bottom: 1px solid var(--f5);
}
.profile-form .flex-center {
  width: 1.375rem;
  height: 1.375rem;
  margin-right: .5rem;
}
.profile-form a > div {
  flex: 1;
  display: flex;
  align-items: center;
}
.profile-btm {
  margin-bottom: 3.3rem;
}

/* index.html */
.index-header {
  padding: 1.125rem 1rem 0;
  background-color: var(--cl);
}
.index-search {
  height: 2.125rem;
  display: flex;
  align-items: center;
  background-color: var(--f5);
  border-radius: 2rem;
  font-size: 0.625rem;
  margin-bottom: 1.125rem;
}
.index-search img {
  width: 1.0625rem;
  height: 1.0625rem;
  margin: 0 0.625rem 0 0.875rem;
}
.index-search input {
  flex: 1;
  padding-left: 1rem
}
.index-nav {
  font-size: 0.75rem;
  display: flex;
  flex-wrap: wrap;
  padding-top: 1rem;
  background-color: var(--cl);
  margin: 0.5625rem 0;
}
.index-nav li {
  width: 23%;
}
.index-nav li:not(:nth-child(4n)) {
  margin-right: 2%;
}
.index-nav img {
  width: 2.375rem;
  height: 2.375rem;
}
.index-nav a {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.index-nav p {
  padding: 0.25rem 0 0.8125rem;
}
.index-list {
  background-color: var(--cl);
  padding: 1.375rem 1rem 3.75rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 0.875rem;
}
.index-list li {
  width: 8.6875rem;
  padding-bottom: 0.8125rem;
  border-radius: .5rem;
  margin-bottom: 0.625rem;
  box-shadow: 0px 1px 11px 0px rgba(0,0,0,0.1);
}
.index-list .flex-center {
  width: 100%;
  height: 8.6875rem;
}
.index-list img {
  border-radius: .5rem .5rem 0 0;
}
.index-list p {
  margin: 0 0.5625rem;
}
.index-list .multi {
  margin: 0.5625rem;
}
.index-list p:not(:first-of-type) {
  font-size: 0.6875rem;
  color: var(--c9);
}
.index-list p span {
  color: var(--rd);
}

/* vip.html */
.vip-header {
  height: 2.8125rem;
  display: flex;
  align-items: center;
  padding-right: 1.0625rem;
}
.vip-header i {
  width: 2.8125rem;
  height: 2.8125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
}
.vip-header .index-search {
  margin-bottom: 0;
  flex: 1;
}

/* transfer.html */
.transfer {
  padding: 0.625rem 0.9375rem;
}
.transfer-form {
  background-color: var(--cl);
  border-radius: .5rem;
  font-size: 0.875rem;
  margin-bottom: 0.625rem;
  padding: 0.0625rem 0.75rem;
}
.transfer-form li {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.transfer-form li:not(:last-child) {
  border-bottom: 1px solid var(--ce);
}
.flex-form {
  flex: 1;
}
.transfer-form select {
  height: 2.8125rem;
  font-size: 0.75rem;
}
.transfer-form input {
  text-align: right;
  height: 2.8125rem;
  font-size: 0.75rem;
}
.transfer-fn {
  border: 1px solid var(--cc)!important;
  border-radius: .5rem;
  margin-top: 1rem;
}
.transfer-fn input {
  text-align: left;
  padding: 0 0.9375rem;
  font-size: 0.875rem;
}

/* noticeDet.html */
.notice-det {
  padding: 1.6875rem 1.25rem;
  font-size: 0.9375rem;
}
.notice-det .title{
  text-align: center;
}
.notice-det .time {
  font-size: 0.5625rem;
  color: var(--c9);
  text-align: center;
  padding: 0.5rem 0.875rem;
}
.notice-det .content {
  font-size: 0.75rem;
  color: var(--78);
  line-height: 1.2rem;
}

/* classify.html */
.classify-container {
  display: flex;
}
.classify-cl {
  width: 30%;
  height: calc(100vh - 5.625rem);
  overflow: auto;
  background-color: var(--f1);
  font-size: 0.75rem;
}
.classify-cl li {
  height: 2.4375rem;
  display: flex;
  align-items: center;
}
.classify-cl .active {
  background-color: var(--cl);
}
.classify-cl .active p {
  border-left: 0.1875rem solid var(--bc);
}
.classify-cl li p {
  border-left: 0.1875rem solid transparent;
  padding-left: 0.75rem;
}
.classify-cr {
  width: 70%;
  height: calc(100vh - 5.625rem);
  overflow: auto;
  padding: .5rem 1rem;
}
.classify-nav {
  display: flex;
  flex-wrap: wrap;
  color: var(--c6);
}
.classify-nav li {
  font-size: 0.6875rem;
  height: 1.25rem;
  padding: 0 .2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--f1);
  border-radius: .2rem;
  margin: 0 .5rem 0.5625rem 0;
}
.classify-list li {
  box-shadow: 0px 1px 9px 0px rgba(0,0,0,0.12);
  border-radius: .5rem;
  margin-bottom: 0.625rem;
}
.classify-list a {
  display: flex;
  align-items: center;
}
.classify-list .flex-center {
  width: 4.75rem;
  height: 4.75rem;
  margin-right: .5rem;
}
.classify-list img {
  /*border-radius: .5rem 0 0 .5rem;*/
}
.classify-list .classify-price {
  font-size: 0.8125rem;
  flex: 1;
}
.classify-price p:last-child {
  font-size: 0.75rem;
  margin-top: .5rem;
  color: var(--c6);
}
.classify-price span {
  font-size: 0.875rem;
}

/* detail.html */
.detail-swiper {
  position: relative;
}
.detail-swiper .swiper {
  height: 100vw;
}
.detail-swiper i {
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.detail-news {
  background-color: var(--cl);
  border-radius: 1rem 1rem 0 0;
  position: relative;
  top: -1rem;
  width: 100%;
}
.detail-content {
  padding: 1rem 1rem 0;
  font-size: 0.875rem;
}
.detail-content .detail-price {
  color: var(--c6);
  padding: .5rem 0;
  display: flex;
  align-items: center;
}
.detail-price p {
  color: var(--rd);
  font-size: 0.75rem;
}
.detail-price p span {
  font-size: 1.0625rem;
}
.detail-price > span {
  color: var(--c9);
  text-decoration: line-through;
  margin-left: .5rem;
  font-size: 0.75rem;
}
.detail-news .title {
  font-size: 0.75rem;
  text-align: center;
}
.detail-content > p:not(:first-of-type) {
  margin-top: 1rem;
}
.detail-footer {
  position: fixed;
  bottom: 0;
  height: 3.125rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 1rem;
  width: 100%;
  background-color: var(--cl);
  border-top: 1px solid var(--ce);
}
.detail-btn {
  display: flex;
  align-items: center;
  font-size: 0.8125rem;
}
.detail-btn li {
  height: 3.125rem;
  width: 6.875rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.detail-footer a {
  width: 1.1875rem;
  height: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.detail-btn li:last-child {
  color: var(--cl);
  background: linear-gradient(to right,  var(--bvv),  var(--bvv1));
}
.detail-footer a p {
  position: absolute;
  top: -.5rem;
  right: -.5rem;
  width: 0.625rem;
  height: .625rem;
  border-radius: 1rem;
  background-color: var(--rd);
  color: var(--cl);
  font-size: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mdl-detail {
  background-color: var(--cl);
  border-radius: 1rem 1rem 0 0;
  position: fixed;
  bottom: 0;
  width: 100%;
  padding: 1.4375rem 0.8125rem;
  font-size: 0.8125rem;
}
.mdl-detail-product {
  display: flex;
  align-items: center;
  font-size: 0.9375rem;
}
.mdl-detail-product .flex-center {
  width: 5.3125rem;
  height: 5.3125rem;
  margin-right: .5rem;
}
.mdl-detail-price {
  flex: 1;
}
.mdl-detail-price div {
  color: var(--rd);
  display: flex;
  align-items: center;
  margin-top: .5rem;
}
.mdl-detail-price div p {
  font-size: 0.625rem;
}
.mdl-detail-price div p span {
  font-size: 0.9375rem;
}
.stepper-news {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.375rem 0;
}
.stepper {
  display: flex;
  align-items: center;
}
.stepper p {
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.stepper input {
  width: 3rem;
  height: 1.25rem;
  text-align: center;
  margin: 0 .5rem;
  background-color: var(--f5);
}

/* recharge.html */
.transfer-form .recharge-code {
  display: inherit;
}
.recharge-code .recharge-img {
  display: flex;
  justify-content: flex-end;
}
.recharge-code .flex-center {
  width: 5.3125rem;
  /*height: 5.3125rem;*/
  margin-bottom: 1rem;
}
.recharge-code p {
  height: 2.375rem;
  display: flex;
  align-items: center;
}
.recharge-hint {
  font-size: 0.625rem;
  color: var(--c9);
  padding: .5rem 0;
}
.recharge-voucher li {
  border-bottom: none!important;
}
.recharge-voucher .flex-form span {
  color: var(--rd);
}
.recharge-voucher .flex-center {
  width: 3.625rem;
  height: 3.625rem;
  margin-bottom: 0;
}
.recharge2, .recharge3 {
  display: none;
}
.layui-form-select .layui-input {
  border: none;
}

/* personal.html */
.personal-form .personal-photo {
  width: 2.6875rem;
  height: 2.6875rem;
  margin: 0.75rem 0;
}
.personal-form .identity-card {
  width: 6.875rem;
  /*height: 4.1875rem;*/
  margin: .5rem 0;
}
.personal-form .name-none {
  color: var(--bc);
  font-size: 0.75rem;
  line-height: 2.8125rem;
  text-align: right;
}

/* withdrawDeposit.html */
.withdraw-code .flex-center {
  width: 3.5rem;
  height: 3.5rem;
}
.transfer-form .withdraw-all {
  text-align: left;
}
.transfer-form .service-charge {
  line-height: 2.8125rem;
  font-size: 0.75rem;
  color: var(--c9);
}
.transfer-form .withdraw-balance {
  border-bottom: none!important;
}

/* withdrawRecord.html */
.withdraw-rc {
  padding-top: 0.3125rem;
}
.withdraw-record {
  background-color: var(--cl);
}
.withdraw-record li {
  display: flex;
  align-items: center;
  font-size: 0.875rem;
  height: 2.6875rem;
  border-bottom: 1px solid var(--ce);
}
.withdraw-record li p {
  flex: 1;
  text-align: center;
}
.withdraw-rl {
  height: calc(100vh - 5.5rem);
  overflow: auto;
}
.withdraw-rl li {
  height: 3.4375rem;
  color: var(--c6);
}

/* addAddress.html */
.add-prov {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 0.625rem;
  height: 2.8125rem;
}
.add-prov select {
  background-color: var(--f1);
  height: 1.3125rem;
  margin-left: .5rem;
}
.transfer-form .address-det {
  display: inline;
}
.address-det p {
  height: 2.375rem;
  display: flex;
  align-items: center;
}
.address-det textarea {
  width: 100%;
  font-size: 0.625rem;
  padding: 0.625rem 0;
  height: 6rem;
}

/* submitOrder.html */
.submit-container {
  padding: 0.6875rem 0.8125rem;
  height: calc(100vh - 5.625rem);
  overflow: auto;
}
.submit-address {
  padding: 1.0625rem;
  font-size: 0.875rem;
  background-color: var(--cl);
  border-radius: .5rem;
}
.submit-address .details {
  color: var(--c9);
  margin-top: .2rem;
}
.submit-list {
  margin: 0.6875rem 0;
  background-color: var(--cl);
  border-radius: .5rem;
  font-size: 0.8125rem;
}
.submit-list li {
  display: flex;
}
.submit-list .flex-center {
  width: 6.0625rem;
  height: 6.0625rem;
}
.submit-list img {
  border-radius: .5rem 0 0 .5rem;
}
.submit-price {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 1rem .5rem;
  flex: 1;
}
.submit-price p:last-child {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.6875rem;
  color: var(--rd);
  font-weight: 700;
}
.submit-price span {
  color: var(--c9);
  font-weight: 400;
}
.submit-pay {
  font-size: 0.875rem;
  background-color: var(--cl);
  padding: 0 0.5625rem;
  border-radius: .5rem;
}
.submit-pay li {
  height: 2.9375rem;
}
.submit-pay li:not(:last-child) {
  border-bottom: 1px solid var(--ce);
}
.submit-pay li label {
  height: 2.9375rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.submit-pay .submit-pl {
  display: flex;
  align-items: center;
}
.submit-pay .submit-pl .flex-center {
  width: 1.5rem;
  height: 1.5rem;
  margin-right: .5rem;
}
.submit-pay label > .flex-center {
  width: 1.125rem;
  height: 1.125rem;
}
input[type=radio] {
  display: none;
}
.submit-footer {
  height: 3.125rem;
  background-color: var(--cl);
  padding-left: 1rem;
  display: flex;
  font-size: 0.8125rem;
  align-items: center;
  justify-content: space-between;
}
.submit-footer span {
  color: var(--rd);
}
.submit-footer p:first-child {
  font-weight: 700;
}
.submit-footer p:last-child {
  height: 3.125rem;
  width: 30%;
  color: var(--cl);
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(to right, var(--bvv), var(--bvv1));
}

/* systemNotice.html */
.system-notice {
  padding: 0.625rem 1rem;
  font-size: 0.9375rem;
}
.system-notice li {
  margin-bottom: 0.625rem;
  background-color: var(--cl);
  border-radius: .5rem;
}
.system-notice a {
  height: 4.875rem;
  padding: 0 1.0625rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.system-notice p:last-child {
  font-size: 0.875rem;
  color: var(--c9);
  margin-top: .5rem;
}

/* transitionRecord.html */
.transition-rc {
  padding-top: 0.3125rem;
}
.transition-record {
  height: calc(100vh - 2.8125rem);
  font-size: 0.75rem;
  padding: 0 1rem;
  background-color: var(--cl);
}
.transition-record li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 3.125rem;
  border-bottom: 1px solid var(--ce);
}
.transition-record .time {
  font-size: 0.625rem;
  color: var(--c9);
  line-height: 1rem;
}
.transition-record p:last-child {
  margin-top: .2rem;
}

/* myOrder.html */
.my-order-nav {
  padding-top: 0.3125rem;
  font-size: 0.8125rem;
}
.my-order-nav ul {
  background-color: var(--cl);
  display: flex;
  align-items: center;
  color: var(--c9);
  overflow: auto;
}
.my-order-nav ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
}
.my-order-nav p:first-child {
  line-height: 2.1875rem;
  word-break: keep-all;
}
.my-order-nav p:last-child {
  width: 1.625rem;
  height: 0.1875rem;
  background-color: transparent;
}
.my-order-nav .active {
  color: var(--bc);
}
.my-order-nav .active p:last-child {
  background-color: var(--bc);
}
.my-order-list {
  padding: 0.75rem 0.8125rem 2.9rem;
  /*height: calc(100vh - 5.1875rem);*/
  /*overflow: auto;*/
  font-size: 0.75rem;
}
.my-order-list > li {
  background-color: var(--cl);
  border-radius: .5rem;
  padding: 0 0.8125rem;
}
.my-order-sn {
  color: var(--c6);
  display: flex;
  align-items: center;
  height: 1.8125rem;
  justify-content: space-between;
}
.my-order-sn span {
  font-size: 0.875rem;
  color: var(--bc);
}
.my-order-pl {
  padding-top: 0.5rem;
  border-top: 1px solid var(--ce);
  border-bottom: 1px solid var(--ce);
}
.my-order-pl li {
  display: flex;
  margin-bottom: 0.5rem;
}
.my-order-pl .flex-center {
  width: 3.1875rem;
  height: 3.1875rem;
  margin-right: .5rem;
}
.my-order-plp {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.my-order-plp p:last-child {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.my-order-plp span {
  color: var(--c9);
}
.my-order-list .price {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 2.5rem;
  font-weight: 700;
}
.my-order-list .price span {
  color: var(--c9);
  font-weight: 400;
}
.my-order-list .price p, .my-order-list .price a {
  width: 25%;
  height: 1.5625rem;
  margin-left: .5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 1rem;
  border: 1px solid var(--ce);
  color: var(--c9);
}
.my-order-list .price .pay {
  background: var(--bc3);
  border: 1px solid var(--bc);
  color: var(--bc);
}

/* myStraight.html */
.my-straight {
  padding-top: 0.3125rem;
}
.my-straight-list {
  background-color: #fff;
  height: calc(100vh - 2.8125rem);
  overflow: auto;
  padding: 0 1rem;
  font-size: 0.75rem;
}
.my-straight-list > li {
  display: flex;
  align-items: center;
  height: 5rem;
}
.my-straight-list .flex-center {
  width: 3.1875rem;
  height: 3.1875rem;
  margin-right: .5rem;
}
.my-straight-rgt {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 5rem;
  border-bottom: 1px solid var(--ce);
}
.my-straight-rgt .grade {
  color: var(--bc);
}
.my-straight-rgt ul {
  display: flex;
  margin-top: .5rem;
  justify-content: space-between;
}
.my-straight-rgt li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  height: 2rem;
}
.my-straight-rgt p:last-child {
  font-size: 0.625rem;
  color: var(--c6);
}

/* serviceCenter.html */
.service-container {
  height: calc(100vh - 6.875rem);
  overflow: auto;
  background-color: var(--cl);
  font-size: 0.875rem;
}
.service-container > p {
  font-size: 0.6875rem;
  color: var(--c9);
  text-align: center;
  line-height: 1.7rem;
}
.service-only {
  display: flex;
}
.service-only .flex-center {
  width: 1.4375rem;
  height: 1.4375rem;
  margin: 0 0.625rem;
}
.service-only .service-oc {
  max-width: 70%;
}
.service-only .content {
  background-color: var(--bc3);
  padding: 0.625rem;
  margin-top: .2rem;
  border-radius: .5rem .5rem .5rem 0;
}
.service-or {
  justify-content: flex-end;
}
.service-or .service-oc p:first-child {
  text-align: right;
}
.service-or .content {
  border-radius: .5rem .5rem 0 .5rem;
}
.service-footer {
  display: flex;
  height: 4.375rem;
  padding: 0 1rem;
  align-items: center;
}
.service-footer input {
  flex: 1;
  margin-right: .5rem;
  font-size: 0.8125rem;
  height: 1.75rem;
  background-color: var(--cl);
  padding: 0 .5rem;
}
.service-footer .flex-center {
  width: 1.25rem;
  height: 1.25rem;
}

/* updAddress.html */
.header .del {
  color: var(--bc);
}

/* address.html */
.address-list li {
  background-color: var(--cl);
  border-radius: .5rem;
  height: 5.3125rem;
  padding: 0 0.9375rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 0.9375rem;
  margin-bottom: 0.625rem;
}
.address-list div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.address-list span {
  font-size: 0.875rem;
  color: var(--c6);
}
.address-list a {
  width: 1.0625rem;
  height: 1.0625rem;
  padding: 0;
}
.address-list li > p {
  font-size: 0.75rem!important;
}

/* shareCode.html */
.share-code {
  position: relative;
}
.share-code .header {
  position: absolute;
  background-color: transparent;
  color: var(--cl);
}
.share-container {
  position: absolute;
  top: 50%;
  left: 0;
  padding: 0 0.9375rem;
  width: 100%;
  transform: translateY(-50%);
  font-size: 0.9375rem;
  color: #212C67;
}
.share-news {
  background-color: var(--cl);
  border-radius: .5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 2rem;
}
.share-code-img {
  position: relative;
  width: 10rem;
  height: 10rem;
}
.share-code-img .flex-center {
  height: 8.875rem;
  width: 8.875rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.share-btn {
  width: 9.125rem;
  height: 2.25rem;
  color: var(--cl);
  display: flex;
  align-items: center;
  border-radius: 2rem;
  justify-content: center;
  margin-bottom: 2.25rem;
  background: linear-gradient(to right, var(--bc), var(--bc1));
}
.share-photo {
  position: relative;
  /*top: -2.8125rem;*/
  display: flex;
  flex-direction: column;
  align-items: center;
}
.share-photo .flex-center {
  width: 5.625rem;
  height: 5.625rem;
  margin-bottom: .5rem;
}

/* bindingAccount.html */
.binding-account input {
  width: 100%;
  text-align: left;
  border: 1px solid var(--cc);
  border-radius: .5rem;
  padding: 0 .5rem;
  margin-bottom: 1.5rem;
}

/* aboutUs.html */
.about-news {
  background-color: var(--cl);
  height: 5.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.about-news .flex-center {
  width: 7.3125rem;
  height: 2.6875rem;
}
.about-news p {
  position: absolute;
  bottom: -0.625rem;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0.9375rem;
  font-weight: 700;
  padding: 0 .5rem;
  border-left: 2px solid var(--bc);
  border-right: 2px solid var(--bc);
  background-color: var(--cl);
  z-index: 1;
}
.about-content {
  margin-top: 0.1875rem;
  background-color: var(--cl);
  font-size: 0.75rem;
  color: var(--c9);
  line-height: 1.2rem;
  /*height: calc(100vh - 8.25rem);*/
  position: relative;
}
.about-content p {
  padding: 1.5625rem 1.1875rem;
}
.about-content img {
  position: absolute;
  bottom: 0;
  width: 100%;
}

/* integral.html */
.integral-news {
  padding: 0.6875rem 0.8125rem;
  position: relative;
  font-size: 0.9375rem;
  color: var(--cl);
}
.integral-psd {
  position: absolute;
  top: 0.6875rem;
  left: 0.8125rem;
  width: calc(100% - 1.625rem);
  height: calc(100% - 1.375rem);
}
.integral-price {
  font-size: 0.875rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 1.5rem;
  height: 67%;
}
.integral-price p:last-child {
  font-size: 1.25rem;
  font-weight: 700;
  margin-top: .5rem;
}
.integral-btn {
  display: flex;
  height: 33%;
}
.integral-btn li {
  flex: 1;
  display: flex;
  align-items: center;
}
.integral-btn .flex-center {
  width: 1.0625rem;
  height: 1.0625rem;
  margin-right: .5rem;
}
.integral-btn a {
  height: 60%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.integral-btn li:not(:last-child) a {
  border-right: 1px solid var(--cl);
}
.integral-container {
  height: calc(100vh - 13.5rem);
  background-color: var(--cl);
  border-radius: .5rem .5rem 0 0;
  padding: 0.375rem 0.6875rem;
}
.integral-list li {
  display: flex;
  height: 3.125rem;
  font-size: 0.875rem;
  font-weight: 700;
  align-items: center;
  border-bottom: 1px solid var(--ce);
}
.integral-list p {
  flex: 1;
  text-align: center;
}
.integral-lists li {
  font-size: 0.6875rem;
  font-weight: 400;
  color: var(--c6);
}

/* warehousePay.html 文本框 */
.transfer-form .pay-psd-flex {
  width: 60%;
  border: 1px solid var(--ce);
  height: 2.125rem;
  margin: 0.5625rem 0;
  padding: 0 .5rem;
  border-radius: .5rem;
}

/* cart.html */
.cart-hint {
  background-color: var(--bc);
  color: rgba(255, 255, 255, .7);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 4.875rem;
  font-size: 0.9375rem;
}
.cart-hint p {
  display: flex;
  align-items: center;
}
.cart-hint p:last-child {
  font-size: 0.8125rem;
  width: 70%;
}
.cart-hint img {
  width: 1.0625rem;
  height: 1.0625rem;
  margin-right: .2rem;
}
.cart-bgc {
  height: 3.125rem;
  background: linear-gradient(to bottom, var(--bc), var(--f5));
}
.cart-list {
  padding: 0 0.6875rem;
  font-size: 0.75rem;
  color: var(--8e);
  position: relative;
  top: -3.125rem;
}
.cart-list > li {
  background-color: var(--cl);
  border-radius: .5rem;
  height: 12.25rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.75rem;
}
.cart-list-introduce {
  display: flex;
  width: 90%;
  margin: 0.75rem 0;
}
.cart-list-introduce ul {
  display: flex;
  flex: 1;
}
.cart-list-introduce .flex-center {
  width: 3.1875rem;
  height: 3.1875rem;
}
.cart-list-introduce li {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  flex: 1;
}
.cart-list-introduce p:first-child {
  font-size: 0.9375rem;
  height: 1.875rem;
  display: flex;
  align-items: flex-end;
  width: 100%;
  justify-content: center;
  color: var(--c3);
}
.cart-list-introduce p:first-child span {
  font-size: 0.5625rem;
}
.cart-list-introduce li:first-child p:first-child {
  color:  var(--bvv);
}
.cart-list-introduce li:last-child p:first-child {
  color: var(--bc);
}
.cart-list > li > p {
  font-size: 0.9375rem;
  font-weight: 700;
  color: var(--c3);
}
.cart-list .btn {
  margin: .5rem auto;
}
.count-down {
  display: flex;
  align-items: center;
}
.count-down p {
  color: var(--bc);
  width: 1.25rem;
  text-align: center;
}
.van-circle {
  width: 2.375rem;
  height: 2.375rem;
}
.van-circle__text {
  font-size: 0.5625rem;
  line-height: .7rem;
}

/* order.html */
.my-order-plp .order-schedule {
  height: 0.5625rem;
  flex: 1;
  background-color: var(--f5);
  margin: 0 .5rem;
  border-radius: .5rem;
  display: flex;
}
.my-order-plp div {
  display: flex;
  align-items: center;
}
.my-order-plp span {
  color: var(--bc);
}
.my-order-plp .order-schedule span {
  height: 100%;
  background-color: var(--bc);
  border-radius: .5rem;
}
.no-content {
  width: 9.375rem;
  height: 9.375rem;
  display: flex;
  align-content: center;
  justify-content: center;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* operatingCenter.html */
.operating-form {
  border-bottom: none!important;
}
.operating-form select:not(:last-child) {
  margin-right: .5rem;
}

/* productCart.html */
.product-cart {
  padding: 0.8125rem;
  height: calc(100vh - 5.625rem);
  overflow: auto;
  font-size: 0.8125rem;
}
.product-cart li {
  margin-bottom: 0.8125rem;
  background-color: var(--cl);
  border-radius: .5rem;
  padding: 0.8125rem 0.5625rem;
  display: flex;
  align-items: center;
}
.product-cart .flex-center {
  width: 4.25rem;
  height: 4.25rem;
  margin-right: .5rem;
}
.product-cart-footer label {
  display: flex;
  align-items: center;
}
.product-cart label img, .product-cart-footer img {
  width: 1rem;
  height: 1rem;
  margin-right: .5rem;
}
.product-cart-rgt {
  flex: 1;
  display: flex;
  flex-direction: column;
  height: 4.25rem;
  justify-content: space-between;
}
.product-cart-rgt > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.product-cart-rgt > div > p {
  color: var(--rd);
}
.product-cart-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 3.125rem;
  background-color: var(--cl);
  font-size: 0.75rem;
  padding-left: 1.375rem;
}
.product-cart-footer div {
  display: flex;
  align-items: center;
  font-weight: 700;
}
.product-cart-footer p:last-child {
  height: 3.125rem;
  width: 6.25rem;
  color: var(--cl);
  margin-left: 0.5rem;
  background: linear-gradient(to right, var(--bc), var(--bc1));
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
}
.product-cart-footer p:first-child span {
  color: var(--rd);
  font-size: 0.9375rem;
}
/**订单详情**/
.order-det-state {
  height: 3.75rem;
  padding: 0 1rem;
  font-size: 0.8125rem;
  display: flex;
  align-items: center;
  color: var(--cl);
  background: linear-gradient(to bottom, var(--bc), var(--bc1));
}
.order-det-state img {
  width: 1.625rem;
  height: 1.625rem;
  margin-right: .5rem;
}
.order-det-address {
  height: 3.625rem;
  padding: 0 0.8125rem;
  display: flex;
  align-items: center;
  font-size: 0.75rem;
  background-color: var(--cl);
}
.order-det-address .flex-center {
  width: 2.5625rem;
  height: 2.5625rem;
  margin-right: .5rem;
}
.order-det-an {
  display: flex;
  flex-direction: column;
  height: 2.5625rem;
  justify-content: space-between;
}
.order-det-an p:last-child {
  font-size: 0.625rem;
  color: var(--78);
}
.order-det-container {
  padding: 0 0.6875rem 0.0625rem;
  font-size: 0.8125rem;
  background-color: var(--cl);
  margin: 0.5625rem 0;
}
.order-det-container > p {
  height: 2.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.order-det-list li {
  display: flex;
  margin-bottom: 0.8125rem;
}
.order-det-list .flex-center {
  width: 4.25rem;
  height: 4.25rem;
  margin-right: .5rem;
}
.order-der-price {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.order-der-price p:last-child {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.order-der-price span {
  color: var(--c9);
}
.order-det-news li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 1.625rem;
  font-size: 0.75rem;
}
.order-det-news span {
  color: #6B6B6B;
}