.bg {
  width: 10rem;
  margin: 0 auto;
  height: 100vh;
  overflow: hidden;
  position: relative;
}
.n-banner {
  width: 8.88rem;
  height: 2.42rem;
  background: url(../images/n-banner.png) no-repeat;
  background-size: 100% 100%;
  margin: 0 auto;
}
.n-banner p {
  text-align: center;
  color: #fff;
  line-height: 0.8rem;
}
.n-banner p:nth-child(1) {
  font-size: 0.45rem;
  padding-top: 0.3rem;
}
.n-banner P:nth-child(2) {
  font-size: 0.65rem;
}
.banner {
  width: 10rem;
  height: 7.5rem;
  background: linear-gradient(#FE6A00, #FD5531);
  position: relative;
  overflow: hidden;
}
.banner .banner-tips {
  color: #fff;
  font-size: 0.35rem;
  position: absolute;
  left: 0.3rem;
  top: 0.3rem;
}
.banner .circle1 {
  width: 5.7rem;
  height: 5.7rem;
  border-radius: 50%;
  position: absolute;
  background: rgba(255, 255, 255, 0.1);
  left: 50%;
  top: 50%;
  margin-left: -2.85rem;
  margin-top: -2.85rem;
}
.banner .circle2 {
  width: 4.35rem;
  height: 4.35rem;
  border-radius: 50%;
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  left: 50%;
  top: 50%;
  margin-left: -2.175rem;
  margin-top: -2.175rem;
}
.banner .circle3 {
  width: 3.3rem;
  height: 3.3rem;
  border-radius: 50%;
  position: absolute;
  background: #fff;
  left: 50%;
  top: 50%;
  margin-left: -1.65rem;
  margin-top: -1.65rem;
}
.banner .circle3 p {
  line-height: 3.3rem;
  font-size: 0.47rem;
  text-align: center;
  color: #FF6701;
  font-weight: 700;
}
.n-index1 .withdraw-btn {
  background: linear-gradient(to right, #FAE9AA, #FAC96A);
}
.n-index1 .diamond-exchange {
  border: 1px solid #EBD591;
  color: #EBD591;
}
.my-money-box {
  height: 1.35rem;
  width: 9.15rem;
  margin: 0 auto;
  margin-top: 0.7rem;
  padding-bottom: 0.35rem;
  border-bottom: 1px solid #E1DEE2;
}
.my-money-box .my-money-box1 {
  width: 4.53rem;
  position: relative;
  height: 1.35rem;
  float: left;
}
.my-money-box .my-money-box1 p {
  line-height: 0.67rem;
  color: #000000;
  text-align: center;
}
.my-money-box .my-money-box1 p:nth-child(1) {
  font-size: 0.35rem;
}
.my-money-box .my-money-box1 p:nth-child(2) {
  font-size: 0.4rem;
  font-weight: 700;
}
.my-money-box .my-money-box1 p:nth-child(2) span {
  font-weight: 400;
  margin-left: 0.1rem;
  font-size: 0.32rem;
}
.my-money-box .my-money-box1:before {
  content: '';
  border-right: 1px solid #E2E2E5;
  transform: scale(0.5);
  transform-origin: 0 0;
  width: 200%;
  height: 200%;
  position: absolute;
  left: 0;
  top: 0;
}
.my-money-box .my-money-box2 {
  width: 4.53rem;
  height: 1.35rem;
  float: left;
}
.my-money-box .my-money-box2 p {
  line-height: 0.67rem;
  color: #000000;
  text-align: center;
}
.my-money-box .my-money-box2 p:nth-child(1) {
  font-size: 0.35rem;
}
.my-money-box .my-money-box2 p:nth-child(2) {
  font-size: 0.4rem;
  font-weight: 700;
}
.my-money-box .my-money-box2 p:nth-child(2) span {
  font-weight: 400;
  margin-left: 0.1rem;
  font-size: 0.32rem;
}
.bottom-box {
  width: 9.15rem;
  position: relative;
  margin: 0 auto;
}
.bottom-box:before {
  content: '';
  border-top: 1px solid #E1E1E3;
  transform: scale(0.5);
  transform-origin: 0 0;
  width: 200%;
  height: 200%;
  position: absolute;
  left: 0;
  top: 0;
}
.withdraw-btn {
  border-radius: 1rem;
  font-size: 0.4rem;
  position: relative;
  z-index: 2;
  color: #723D01;
  margin-top: 1rem;
  width: 6.37rem;
  height: 1.26rem;
  background: linear-gradient(to right, #FAE9AA, #FAC96A);
  box-shadow: 2px 2px 2px #F7CEBA;
}
.diamond-exchange {
  width: 6.35rem;
  height: 1.2rem;
  position: relative;
  z-index: 2;
  background: #fff;
  margin-top: 0.3rem;
  border: 1px solid #FF5000;
  border-radius: 1rem;
  font-size: 0.4rem;
  color: #FE6500;
}
.href-box {
  text-align: center;
  color: #010101;
  font-size: 0.35rem;
  line-height: 1.1rem;
  position: relative;
  z-index: 2;
}
.href-box span {
  margin-left: 0.2rem;
  margin-right: 0.2rem;
}
.bind-bg {
  width: 10rem;
  display: none;
  margin: 0 auto;
}
.bind-bg > div {
  width: 9rem;
  height: 0.8rem;
  line-height: 0.8rem;
  margin: 0 auto;
  padding-top: 0.55rem;
  font-size: 0.37rem;
  color: #000;
  position: relative;
}
.bind-bg > div:before {
  content: '';
  position: absolute;
  width: 200%;
  height: 121%;
  border-bottom: 1px solid #E5E5E5;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: scale(0.5, 0.5);
  -ms-transform: scale(0.5, 0.5);
  -o-transform: scale(0.5, 0.5);
  transform: scale(0.5, 0.5);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.bind-name {
  margin-left: 0.4rem;
}
.bind-bank-name {
  margin-left: 0.4rem;
}
.bind-bank {
  position: absolute;
  width: 7rem;
  height: 0.8rem;
  line-height: 0.8rem;
  top: 0.55rem;
  left: 1.9rem;
  font-size: 0.37rem;
}
.more-bank {
  position: absolute;
  height: 0.8rem;
  line-height: 0.8rem;
  text-align: center;
  width: 1rem;
  font-weight: 700;
  color: #AEAEAE;
  right: 0;
  top: 0.55rem;
}
.more-bank img {
  width: 0.4rem;
  vertical-align: middle;
}
.bind-btn {
  margin-top: 0.74rem;
  line-height: 1.2rem;
  height: 1.2rem;
  text-align: center;
  width: 4.31rem;
  border-radius: 1rem;
  background: linear-gradient(to right, #FAE9AA, #FAC96A);
  box-shadow: 2px 2px 2px #F7CEBA;
  color: #fff;
  font-weight: 700;
  font-size: 0.4rem;
}
.bind-btn-no {
  background: #909090;
  box-shadow: 2px 2px 2px #999;
  color: #fff;
}
.card-bg {
  width: 10rem;
  margin: 0 auto;
  height: 100vh;
  background: #F5F5F5;
  overflow: hidden;
  display: none;
}
.card-box {
  width: 9.44rem;
  height: 5.22rem;
  margin: 0 auto;
  margin-top: 0.3rem;
  background: url("../images/n-card-bg.png") no-repeat;
  background-size: 100% 100%;
}
.card-box-name {
  line-height: 1.5rem;
  height: 1.5rem;
  font-size: 0.5rem;
  color: #fff;
  font-weight: 700;
  text-indent: 0.7rem;
}
.card-box-id {
  text-indent: 0.7rem;
  font-size: 0.55rem;
  color: #fff;
}
.card-box-id span {
  position: relative;
  top: -0.2rem;
}
.card-btn {
  width: 5.6rem;
  height: 1.215rem;
  background: linear-gradient(to right, #FAE9AA, #FAC96A);
  color: #723D01;
  border-radius: 1rem;
  font-size: 0.45rem;
  line-height: 1.2rem;
  margin: 0 auto;
  font-weight: 700;
  margin-top: 0.5rem;
  box-shadow: 2px 2px 2px #F7CEBA;
}
.review-bg {
  width: 10rem;
  margin: 0 auto;
  overflow: hidden;
  padding-bottom: 0.1rem;
}
.warrant-box {
  margin-top: 3rem;
  text-align: center;
}
.warrant-box > img {
  width: 3rem;
}
.warrant-box p:nth-child(2) {
  font-size: 0.5rem;
  margin-top: 0.5rem;
  font-weight: 700;
}
.warrant-box P:nth-child(3) {
  font-size: 0.38rem;
  width: 9.4rem;
  margin: 0 auto;
  margin-top: 0.3rem;
}
.warrant-box button {
  width: 6rem;
  height: 1rem;
  background: linear-gradient(to right, #FAE9AA, #FAC96A);
  color: #fff;
  border-radius: 1rem;
  font-size: 0.38rem;
  font-weight: 700;
  margin-top: 0.5rem;
  border: none;
  box-shadow: 2px 2px 2px #F7CEBA;
}
.warrant-box .warrant-new {
  font-weight: 400;
}
.warrant-box .warrant-phone {
  background: #fff;
  font-weight: 400;
  box-shadow: none;
  border: 1px solid #EBD591;
  color: #EBD591;
}
.success-box {
  margin-top: 3rem;
  text-align: center;
  display: none;
}
.success-box > img {
  width: 3rem;
}
.success-box p:nth-child(2) {
  font-size: 0.5rem;
  margin-top: 0.5rem;
  font-weight: 700;
}
.success-box P:nth-child(3) {
  margin-top: 0.3rem;
  font-size: 0.38rem;
}
.success-box button {
  width: 5.6rem;
  height: 1.215rem;
  background: linear-gradient(to right, #FAE9AA, #FAC96A);
  color: #fff;
  border-radius: 1rem;
  font-size: 0.45rem;
  font-weight: 700;
  margin-top: 0.5rem;
  border: none;
  box-shadow: 2px 2px 2px #EBD591;
}
.review-box {
  margin-top: 3rem;
  text-align: center;
  display: none;
  padding-bottom: 0.1rem;
}
.review-box > img {
  width: 3rem;
}
.review-box p:nth-child(2) {
  font-size: 0.5rem;
  margin-top: 0.5rem;
  font-weight: 700;
}
.review-box P:nth-child(3) {
  margin-top: 0.3rem;
  font-size: 0.38rem;
}
.review-box button {
  width: 5.6rem;
  height: 1.215rem;
  background: linear-gradient(to right, #FAE9AA, #FAC96A);
  color: #fff;
  border-radius: 1rem;
  font-size: 0.45rem;
  font-weight: 700;
  margin-top: 0.5rem;
  border: none;
  box-shadow: 2px 2px 2px #F7CEBA;
}
.withdraw-bg {
  display: none;
  width: 10rem;
  margin: 0 auto;
}
.withdraw-bg .withdraw-div {
  width: 9rem;
  height: 0.8rem;
  line-height: 0.8rem;
  margin: 0 auto;
  padding-top: 0.55rem;
  font-size: 0.37rem;
  color: #000;
  position: relative;
}
.withdraw-bg .withdraw-div:before {
  content: '';
  position: absolute;
  width: 200%;
  height: 121%;
  border-bottom: 1px solid #E5E5E5;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: scale(0.5, 0.5);
  -ms-transform: scale(0.5, 0.5);
  -o-transform: scale(0.5, 0.5);
  transform: scale(0.5, 0.5);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.withdraw-bg > div {
  width: 9rem;
  height: 0.8rem;
  line-height: 0.8rem;
  margin: 0 auto;
  padding-top: 0.55rem;
  font-size: 0.37rem;
  color: #000;
  position: relative;
}
.withdraw-bg > div:before {
  content: '';
  position: absolute;
  width: 200%;
  height: 121%;
  border-bottom: 1px solid #E5E5E5;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: scale(0.5, 0.5);
  -ms-transform: scale(0.5, 0.5);
  -o-transform: scale(0.5, 0.5);
  transform: scale(0.5, 0.5);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.withdraw-bg .withdraw-money {
  position: absolute;
  width: 5rem;
  height: 0.8rem;
  left: 2.8rem;
  top: 0.55rem;
  font-size: 0.35rem;
}
.withdraw-bg .r-arrow {
  position: absolute;
  right: 0.2rem;
  top: 0.5rem;
  width: 0.8rem;
  height: 0.8rem;
  line-height: 0.8rem;
  text-align: center;
}
.withdraw-bg .r-arrow img {
  width: 0.6rem;
  vertical-align: middle;
}
.withdraw-bg .withdraw-p {
  line-height: 1.2rem;
  width: 9rem;
  margin: 0 auto;
  height: 1rem;
  font-size: 0.37rem;
}
.withdraw-bg .withdraw-p span {
  color: #EBD591;
}
.withdraw-bg .withdraw-tips {
  width: 9rem;
  margin: 0 auto;
  margin-top: 0.3rem;
  line-height: 0.6rem;
  font-size: 0.3rem;
}
.withdraw-bg .withdraw-tips span {
  color: red;
}
.withdraw-bg .with-btn {
  width: 4.31rem;
  height: 1.2rem;
  background: linear-gradient(to right, #FAE9AA, #FAC96A);
  color: #fff;
  border-radius: 1rem;
  font-size: 0.45rem;
  line-height: 1.2rem;
  margin: 0 auto;
  font-weight: 700;
  margin-top: 0.5rem;
  box-shadow: 2px 2px 2px #F7CEBA;
}
.withdraw-bg .with-btn-no {
  background: #909090;
  box-shadow: 2px 2px 2px #999;
  color: #fff;
}
.withdraw-bg .withdraw-bottom-tips {
  font-size: 0.3rem;
  color: red;
  width: 10rem;
  text-align: center;
  position: absolute;
  bottom: 0.5rem;
}
.withdraw-bottom-tips {
  font-size: 0.3rem;
  color: red;
  width: 10rem;
  text-align: center;
  position: absolute;
  bottom: 0.5rem;
}
.layer-msgBox {
  display: none;
  width: 7.22rem;
  height: 4rem;
  background: #e3e2de;
  border-radius: 0.3rem;
  overflow: hidden;
  position: relative;
}
.layer-msgBox p {
  text-align: center;
  font-size: 0.4rem;
  width: 6.8rem;
  margin: 0 auto;
  line-height: 0.6rem;
  color: #302e2d;
}
.layer-msgBox p:nth-child(1) {
  font-size: 0.4rem;
  margin-top: 0.65rem;
  margin-bottom: 0.15rem;
}
.msgBox-bottom {
  position: absolute;
  height: 1.2rem;
  bottom: 0;
  width: 7.22rem;
}
.msgBox-bottom > div {
  height: 1.2rem;
  display: inline-block;
  width: 3.58rem;
  float: left;
  border-top: 1px solid #b2a69c;
  color: #309df8;
  font-size: 0.42rem;
  text-align: center;
  line-height: 1.2rem;
}
.msgBox-bottom div:nth-child(1) {
  border-right: 1px solid #b2a69c;
}
.shadow {
  width: 10rem;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 800;
  display: none;
}
.bind-layer {
  height: 11.7rem;
  width: 10rem;
  position: fixed;
  background: #fff;
  transition: 0.35s bottom;
  z-index: 1500;
  bottom: -11.7rem;
  border-radius: 0.3rem 0.3rem 0 0;
  overflow: hidden;
}
.bind-layer .bind-tips {
  color: #EBD591;
  font-size: 0.3rem;
  width: 10rem;
  height: 0.7rem;
  line-height: 0.7rem;
  position: absolute;
  bottom: 0;
  text-align: center;
}
.bind-layer-ul {
  width: 8.5rem;
  height: 11rem;
  margin: 0 auto;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
}
.bind-layer-ul .yellow {
  color: #EBD591;
}
.bind-layer-ul li {
  height: 1.35rem;
  line-height: 1.35rem;
  font-size: 0.4rem;
  border-bottom: 1px solid #EFEFEF;
}
.bind-layer-ul li:nth-last-child(1) {
  border-bottom: none;
}
.bind-layer-ul::-webkit-scrollbar {
  display: none;
}
.more-layer {
  width: 10rem;
  height: 3.2rem;
  position: fixed;
  bottom: -3.2rem;
  transition: 0.35s bottom;
  z-index: 1500;
}
.more-layer div {
  margin: 0 auto;
  width: 9.5rem;
  border-radius: 0.2rem;
  margin-bottom: 0.2rem;
  height: 1.4rem;
  background: rgba(255, 255, 255, 0.9);
  color: #000;
  line-height: 1.4rem;
  text-align: center;
  font-size: 0.4rem;
}
.span-right {
  position: absolute;
  display: none;
  color: #fff;
  font-weight: 700;
  font-size: 0.5rem;
  width: 1rem;
  height: 1rem;
  text-align: center;
  line-height: 1rem;
  right: 0.2rem;
}
.layer-phone {
  width: 8rem;
  height: 7.2rem;
  display: none;
  background: #fff;
  position: relative;
  border-radius: 0.2rem;
  overflow: hidden;
}
.layer-phone h2 {
  height: 1rem;
  margin-top: 0.5rem;
  line-height: 1rem;
  font-size: 0.48rem;
  text-align: center;
}
.layer-phone > div {
  height: 1rem;
  border-bottom: 1px solid #CFCFCF;
  width: 7rem;
  margin: 0 auto;
  position: relative;
  margin-top: 0.3rem;
}
.layer-phone .layer-AreaCode {
  position: absolute;
  width: 0.8rem;
  top: 0.3rem;
  font-size: 0.35rem;
  line-height: 0.5rem;
  height: 0.5rem;
  border-right: 1px solid #CFCFCF;
}
.layer-phone p {
  text-align: center;
  color: #EBD591;
  font-size: 0.3rem;
  line-height: 0.8rem;
  margin-top: 0.5rem;
}
.layer-phone .layer-phone-ipt {
  position: absolute;
  width: 5rem;
  margin-top: 0.15rem;
  height: 0.8rem;
  line-height: 0.8rem;
  font-size: 0.32rem;
  left: 1rem;
}
.layer-phone .layer-code-btn {
  width: 2rem;
  font-size: 0.3rem;
  height: 0.6rem;
  background: #EBD591;
  color: #fff;
  line-height: 0.6rem;
  border-radius: 0.1rem;
  position: absolute;
  right: 0.1rem;
  top: 0.23rem;
  text-align: center;
}
.layer-phone .layer-code-btn-no {
  background: #b1b1b1;
  color: #fff;
}
.layer-phone .layer-code-ipt {
  position: absolute;
  width: 3rem;
  font-size: 0.32rem;
  margin-top: 0.15rem;
  height: 0.8rem;
  line-height: 0.8rem;
  left: 1rem;
}
.layer-phone button {
  width: 6rem;
  height: 1rem;
  background: linear-gradient(to right, #FAE9AA, #FAC96A);
  color: #fff;
  border-radius: 1rem;
  font-size: 0.38rem;
  font-weight: 400;
  border: none;
  box-shadow: 2px 2px 2px #F7CEBA;
}
.layer-phone .layer-close {
  font-size: 0.4rem;
  font-weight: 700;
  position: absolute;
  right: 0.2rem;
  top: 0.1rem;
}
.face-box {
  height: 0.7rem;
  line-height: 1rem;
  font-size: 0;
  position: relative;
}
.face-box img {
  vertical-align: middle;
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 50%;
  position: absolute;
  right: 3.3rem;
  top: 0.15rem;
}
.face-box .face-name {
  color: #010101;
  display: inline-block;
  line-height: 1rem;
  font-size: 0.3rem;
  width: 2.2rem;
  position: absolute;
  right: 1rem;
}
.face-box .face-out {
  color: #723D01;
  display: inline-block;
  line-height: 1rem;
  font-size: 0.3rem;
  width: 0.9rem;
  position: absolute;
  right: 0rem;
}
.code-btn {
  height: 0.7rem;
  width: 1.9rem;
  line-height: 0.7rem;
  text-align: center;
  font-size: 0.3rem;
  color: #7A4709;
  background: linear-gradient(to right, #FAE7AC, #F7CA6A);
  border-radius: 1rem;
  position: absolute;
  right: 0.1rem;
  top: 0.1rem;
}
.logo-box {
  text-align: center;
}
.logo-box img {
  width: 2.6rem;
}
.login-content {
  width: 6.2rem;
  height: 4.6rem;
  margin: 0 auto;
  margin-top: 1rem;
}
.login-input-box {
  width: 6.2rem;
  height: 1rem;
  border-bottom: 1px solid #F3F3F3;
  margin-bottom: 0.5rem;
  position: relative;
}
.login-span1 {
  position: absolute;
  left: 0;
  width: 1.2rem;
  height: 1rem;
  line-height: 1rem;
  color: #020202;
  font-size: 0.35rem;
}
.nc-rich-tips {
  position: fixed;
  width: 10rem;
  text-align: center;
  height: 0.5rem;
  bottom: 0.2rem;
  line-height: 0.5rem;
  color: rgba(0, 0, 0, 0.5);
  font-size: 0.3rem;
}
.login-span2 {
  position: absolute;
  left: 1.2rem;
  width: 5rem;
  height: 1rem;
}
.login-span2 input {
  position: absolute;
  left: 0;
  top: 0;
  width: 5rem;
  height: 1rem;
  text-indent: 0.3rem;
  font-size: 0.35rem;
}
.login-btn {
  background: linear-gradient(to right, #FAE7AC, #F7CA6A);
  border-radius: 1rem;
  width: 5rem;
  margin: 0 auto;
  height: 1rem;
  color: #7A4709;
  font-size: 0.37rem;
  line-height: 1rem;
  text-align: center;
  margin-top: 0.8rem;
}
.diamond-top-box {
  height: 2.65rem;
}
.diamond-top-box div {
  width: 50%;
  height: 2.65rem;
  float: left;
  text-align: center;
}
.diamond-top-box div > p {
  line-height: 0.7rem;
  font-size: 0.4rem;
  color: #020202;
}
.diamond-top-box div > p:nth-child(1) {
  padding-top: 0.6rem;
}
.diamond-top-box div > p:nth-child(2) {
  font-weight: 700;
}
.diamond-tips {
  width: 10rem;
  height: 0.68rem;
  background: url(../images/diamond-tips.jpg) no-repeat;
  background-size: 100% 100%;
}
.diamond-ul {
  width: 9.2rem;
  margin: 0 auto;
  margin-top: 0.2rem;
}
.diamond-ul li {
  height: 1.7rem;
  border-bottom: 1px solid #E7E7E7;
  line-height: 1.7rem;
  font-size: 0.4rem;
  font-weight: 700;
  position: relative;
}
.diamond-ul li img {
  width: 0.55rem;
  vertical-align: middle;
  margin-top: -0.1rem;
  margin-right: 0.15rem;
}
.diamond-ul li .diamond-num-box {
  font-size: 0.35rem;
  color: #6C4000;
  font-weight: 400;
  height: 0.85rem;
  line-height: 0.85rem;
  text-align: center;
  position: absolute;
  background: linear-gradient(to right, #FCE7B2, #F3CB6A);
  padding-left: 0.35rem;
  padding-right: 0.35rem;
  border-radius: 1rem;
  right: 0;
  top: 0.37rem;
}
.layer-diamond-box1 {
  background: #fff;
  width: 7.2rem;
  height: 3.7rem;
  border-radius: 0.2rem;
}
.layer-diamond-box2 {
  background: #fff;
  display: none;
  width: 7.2rem;
  height: 4.2rem;
  border-radius: 0.2rem;
}
.layer-diamond-box2 .layer-diamond-content1 {
  height: 2.8rem;
  border-bottom: 1px solid #E1E1E1;
}
.layer-diamond-box2 .layer-diamond-content1 p {
  line-height: 0.6rem;
  text-align: center;
  font-size: 0.38rem;
  padding-top: 0.8rem;
}
.layer-diamond-content1 {
  height: 2.3rem;
  border-bottom: 1px solid #E1E1E1;
}
.layer-diamond-content1 p {
  line-height: 2.3rem;
  text-align: center;
  font-size: 0.38rem;
}
.layer-diamond-content2 {
  height: 1.4rem;
  text-align: center;
  line-height: 1.4rem;
  font-size: 0.4rem;
}
.layer-diamond-content2 div:nth-child(1) {
  width: 49.5%;
  height: 1.4rem;
  line-height: 1.4rem;
  text-align: center;
  border-right: 1px solid #E1E1E1;
  font-size: 0.4rem;
  float: left;
}
.layer-diamond-content2 div:nth-child(2) {
  width: 50%;
  height: 1.4rem;
  line-height: 1.4rem;
  text-align: center;
  font-size: 0.35rem;
  color: #DBC25C;
  float: left;
}
.layer-diamond-box3 {
  background: #fff;
  width: 7.2rem;
  height: 3.9rem;
  border-radius: 0.2rem;
  display: none;
  text-align: center;
}
.layer-diamond-box3 div:nth-child(1) {
  height: 2.85rem;
  line-height: 2.85rem;
  font-size: 0.4rem;
}
.layer-diamond-box3 div:nth-child(2) {
  border-top: 1px solid #E1E1E1;
  height: 1rem;
  color: #D7A73C;
  font-size: 0.4rem;
  line-height: 1rem;
}
.fml-go {
  display: none;
  position: relative;
  margin-top: 0.3rem;
  width: 9.6rem;
  height: 3.2rem;
  background: url(../images/fml-go.jpg) no-repeat;
  background-size: 100% 100%;
  margin: 0 auto;
  border-radius: 0.2rem;
}
.fml-go img {
  position: absolute;
  left: 2.56rem;
  top: 1.7rem;
  width: 4.48rem;
  animation: heartbeat 1.5s infinite;
  -webkit-animation: heartbeat 1.5s infinite;
}
@keyframes heartbeat {
  0% {
    transform: scale(0.9, 0.9);
    opacity: 1;
  }
  25% {
    transform: scale(1, 1);
    opacity: 0.9;
  }
  100% {
    transform: scale(0.9, 0.9);
    opacity: 1;
  }
}
.fml-ul li {
  margin: 0 auto;
  width: 10rem;
  height: 2.2rem;
}
.fml-ul .fml-span1 {
  width: 7.3rem;
  height: 2.2rem;
  float: left;
  position: relative;
}
.fml-ul .fml-span2 {
  width: 2.7rem;
  height: 2.2rem;
  float: left;
  position: relative;
}
.fml-face {
  position: absolute;
  width: 1.35rem;
  height: 1.35rem;
  border-radius: 50%;
  top: 0.425rem;
  left: 0.25rem;
}
.fml-p1 {
  color: #040404;
  font-size: 0.35rem;
  text-indent: 2rem;
  padding-top: 0.55rem;
}
.fml-p2 {
  color: #727272;
  font-size: 0.3rem;
  text-indent: 2rem;
  padding-top: 0.1rem;
}
.fml-btn {
  position: absolute;
  width: 1.9rem;
  height: 0.9rem;
  background: linear-gradient(to right, #F6E7B3, #F0CC78);
  border-radius: 1rem;
  line-height: 0.9rem;
  color: #6C4014;
  font-size: 0.3rem;
  text-align: center;
  top: 0.63rem;
  left: 0.2rem;
}
.fml-btn-yes {
  background: #999;
  color: #fff;
}
.exc {
  text-align: center;
  width: 2rem;
  height: 0.8rem;
  line-height: 0.8rem;
  margin: 0 auto;
  font-size: 0.4rem;
  border: 1px solid #f0f0f0;
  border-radius: 1rem;
  margin-bottom: 0.5rem;
}
.input-box {
  height: 0.9rem;
  width: 8rem;
  background: #F5F5F5;
  color: #8A8B8D;
  margin: 0 auto;
  border-radius: 1rem;
  position: relative;
}
.input-box .input-btn {
  background: linear-gradient(to right, #F6E7B3, #F0CC78);
  font-size: 0.3rem;
  width: 1.5rem;
  height: 0.7rem;
  line-height: 0.7rem;
  text-align: center;
  color: #6C4014;
  border-radius: 1rem;
  position: absolute;
  top: 0.1rem;
  right: 0.1rem;
}
.input-box input {
  background: #F5F5F5;
  width: 6rem;
  height: 0.9rem;
  position: absolute;
  top: 0;
  left: 0.4rem;
  border-radius: 1rem;
  color: #6C4014;
}
.yanzheng-shadow {
  position: fixed;
  width: 10rem;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
}
.scale_panel {
  color: #999;
  position: absolute;
  line-height: 18px;
  top: 0px;
}
.scale_panel > span:first-child {
  position: absolute;
  left: -0.5rem;
  font-size: 0.2rem;
}
.scale_panel > span:nth-child(2) {
  position: absolute;
  right: -0.5rem;
  font-size: 0.2rem;
}
.scale > span {
  background: linear-gradient(to right, #F6E7B3, #F0CC78);
  width: 0.8rem;
  height: 0.8rem;
  position: absolute;
  top: -0.05rem;
  background: #FFFFFF;
  border: 0.05rem #999 solid;
  left: -0.05rem;
  cursor: pointer;
  font-size: 0.2rem;
  text-align: center;
  line-height: 0.8rem;
  color: #000;
  font-weight: 700;
  font-size: 0.6rem;
}
.scale {
  background-repeat: repeat-x;
  background-position: 0 100%;
  background: #F8F9FB;
  border: 0.05rem solid #999;
  color: #666;
  line-height: 0.8rem;
  width: 9rem;
  height: 0.8rem;
  position: relative;
  text-align: center;
}
.scale > div {
  background-repeat: repeat-x;
  background: linear-gradient(to right, #F6E7B3, #F0CC78);
  /*进度条颜色*/
  width: 0px;
  position: absolute;
  height: 0.8rem;
  width: 0;
  left: 0;
  bottom: 0;
}
.lanren {
  margin-top: 0.5rem;
}
.lanren > li {
  position: relative;
  list-style: none;
  font-size: 0.3rem;
}
#title {
  position: absolute;
  top: -0.6rem;
  left: 2.3rem;
}
.nimo {
  border: 0.05rem solid #fff;
  border-radius: 0.1rem;
  overflow: hidden;
  position: relative;
  width: 9rem;
  margin: 0 auto;
  height: 4.5rem;
}
.nimo .nimo-bg {
  width: 9rem;
}
.nimo .nimo-cover {
  width: 1.65rem;
  position: absolute;
  left: 0;
}
.shadow-content {
  height: 6.1rem;
  position: absolute;
  top: 50%;
  margin-top: -3.1rem;
  left: 0.5rem;
}