html,
body{
  background-color: #232221;
}

.display-none{
  display: none;
}
.main_container.show-index-page .index-page{
  display: block;
}
.main_container.show-index-page .list-page{
  display: none;
}
.main_container.show-list-page .index-page{
  display: none;
}
.main_container.show-list-page .list-page{
  display: block;
}

.instructions-btn {
  position: fixed;
  top: 0.2rem;
  right: 0;
  font-size: 0.2rem;
  color: #000000;
  padding: 0.05rem 0.1rem;
  border-radius: 0.15rem 0 0 0.15rem;
  background: -webkit-linear-gradient(0deg, #be9d66, #dfcb9c);
  background: -o-linear-gradient(0deg, #be9d66, #dfcb9c);
  background: -moz-linear-gradient(0deg, #be9d66, #dfcb9c);
  background: linear-gradient(0deg, #be9d66, #dfcb9c);
  text-align: center;
  z-index: 1100;
}
.instructions-btn img {
  width: 0.51rem;
  height: 0.35rem;
}

.plus-sign {
  display: inline-block;
  width: 0.3rem;
  height: 0.3rem;
  border-radius: 0.1rem 0.1rem 0 0.1rem;
  background: #b7955c url(../images/plus_sign.png) no-repeat center center;
  -webkit-background-size: 0.19rem 0.18rem;
  background-size: 0.19rem 0.18rem;
  color: #fff;
  margin-right: 0.05rem;
}

.index-page {
  background-color: #232221;
}
.index-page .top-content img {
  display: block;
  width: 100%;
}
.index-page .header-txt {
  position: relative;
  width: 6.64rem;
  height: auto;
  margin: -1.5rem auto 0;
  background: url(../images/header_txt_bg.png) no-repeat;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  z-index: 10;
}
.index-page .header-txt .txt-wraper {
  padding: 0.24rem 0.36rem 0.26rem 2.15rem;
}
.index-page .txt-wraper h3 {
  font-size: 0.26rem;
  color: #232221;
}
.index-page .txt-wraper p {
  font-size: 0.22rem;
  color: #666666;
  text-align: justify;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
}
.index-page .middle-content{
  padding: 0.36rem 0.44rem;
}
.index-page .middle-content{
  padding: 0.3rem 0.44rem;
}
.frame-content{
  padding: 0.12rem;
  background: -webkit-linear-gradient(#be9d66, #dfcb9c);
  background: -o-linear-gradient(#be9d66, #dfcb9c);
  background: -moz-linear-gradient(#be9d66, #dfcb9c);
  background: linear-gradient(#be9d66, #dfcb9c);
}
.frame-content .frame-wraper{
  position: relative;
  padding: 0.48rem 0.5rem;
  background: url(../images/frame_middle_bg.png) repeat-y;
  -webkit-background-size: 6.39rem 0.1rem;
  background-size: 6.39rem 0.1rem;
}
.frame-content .frame-wraper:before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 0.48rem;
  background: url(../images/frame_top_bg2.png) no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}
.frame-content .frame-wraper:after{
  content: '';
  position: absolute;
  bottom: -0.01rem;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 0.48rem;
  background: url(../images/frame_bottom_bg2.png) no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}

.tabs-item {
  height: 0.58rem;
}
.tabs-item a{
  display: inline-block;
  padding: 0.15rem 0;
  line-height: 1;
  border-radius: 0.8rem;
  font-size: 0.28rem;
  color: #86898f;
  text-align: center;
  background-color: #e2e2e2;
  margin: 0 0.05rem;
  align-items: center;
  cursor: pointer;
  -webkit-box-shadow: inset 0 0 0.1rem rgba(210, 210, 210, 0.2);
  box-shadow: inset 0 0 0.1rem rgba(210, 210, 210, 0.2);
  -webkit-transition: all .25s ease-in-out;
     -moz-transition: all .25s ease-in-out;
      -ms-transition: all .25s ease-in-out;
       -o-transition: all .25s ease-in-out;
          transition: all .25s ease-in-out;
}
.tabs-item a.current{
  position: relative;
  color: #232221;
  background: -webkit-linear-gradient(-60deg, #be9d66, #dfcb9c);
  background: -o-linear-gradient(-60deg, #be9d66, #dfcb9c);
  background: -moz-linear-gradient(-60deg, #be9d66, #dfcb9c);
  background: linear-gradient(-60deg, #be9d66, #dfcb9c);
  -webkit-box-shadow: inset 0 0 0 rgba(190, 157, 102, 0.4);
  box-shadow: inset 0 0 0 rgba(190, 157, 102, 0.4);
}
.tabs-item a.current:after{
  content: '';
  position: absolute;
  right: -0.03rem;
  bottom: -0.03rem;
  width: 0.24rem;
  height: 0.24rem;
  background: url(../images/checked_icon.png) no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  z-index: 10;
}

.frame-content .item-content {
  padding-top: 0.3rem;
}
.frame-content .item-content ul{
  padding-left: 0.38rem;
}
.frame-content .item-content li{
  position: relative;
  border-bottom: 1px solid #d4d4d4;
  padding: 0.21rem 0;
}
.frame-content .item-content li:last-of-type{
  border-bottom: none;
}
.frame-content .item-content li em{
  position: absolute;
  left: -0.4rem;
  top: 50%;
  width: 0.3rem;
  height: 0.3rem;
  margin-top: -0.15rem;
}
.frame-content .item-content li em img{
  display: block;
  width: 100%;
}
.frame-content .item-content li span{
  font-size: 0.26rem;
  color: #86898f;
}
.frame-content .label-item {
  position: relative;
}
.frame-content .label-item p{
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  font-size: 0.26rem;
  color: #232221;
  padding-right: 0.5rem;
  background: url(../images/select_down_icon.png) no-repeat right center;
  -webkit-background-size: 0.19rem 0.11rem;
  background-size: 0.19rem 0.11rem;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.frame-content .item-content li select{
  appearance: none;
  -webkit-appearance: none;
  font-size: 0.26rem;
  color: #232221;
  background: url(../images/select_down_icon.png) no-repeat right center;
  -webkit-background-size: 0.19rem 0.11rem;
  background-size: 0.19rem 0.11rem;
  padding-right: 0.5rem;
  cursor: pointer;
}
/* .frame-content .item-content li > div{
  position: relative;
}
.frame-content .item-content li > div p{
  position: absolute;
  left: 0;
  right: 0.5rem;
  height: 100%;
  background: #fff;
  z-index: -1;
} */
.frame-content .item-content li input{
  appearance: none;
  -webkit-appearance: none;
  width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 0.5rem!important;
  text-align: right;
  -moz-appearance:textfield;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    appearance: none; 
    margin: 0; 
}

.tips {
  padding-top: 0.26rem;
}
.tips p{
  font-size: 0.24rem;
  color: #8d8b89;
  padding-left: 0.38rem;
  background: url(../images/tips_icon.png) no-repeat 0 0.08rem;
  -webkit-background-size: 0.26rem 0.27rem;
  background-size: 0.26rem 0.27rem;
}

.bottom-content {
  padding: 0.1rem 0 0.8rem;
  text-align: center;
}
.bottom-content .bottom-btn {
  display: inline-block;
  padding: 0.2rem 0.6rem;
  text-align: center;
  font-size: 0.32rem;
  color: #232221;
  background: -webkit-linear-gradient(-60deg, #be9d66, #dfcb9c);
  background: -o-linear-gradient(-60deg, #be9d66, #dfcb9c);
  background: -moz-linear-gradient(-60deg, #be9d66, #dfcb9c);
  background: linear-gradient(-60deg, #be9d66, #dfcb9c);
  border-radius: 0.88rem;
  box-shadow: 0 0 0.5rem #000;
  letter-spacing: 0.02rem;
}

.list-page .top-content{
  padding: 0.46rem 0.26rem 0;
  background: url(../images/list_header_bg.jpg) no-repeat;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
}
.list-page .top-wraper{
  padding-top: 1.7rem;
}
.list-page .top-wraper .letter-export{
  position: relative;
  height: 1.54rem;
  border-top: 0.04rem solid #b7955c;
  border-left: 0.04rem solid #b7955c;
  border-right: 0.04rem solid #b7955c;
  border-radius: 0.15rem 0.15rem 0 0;
}
.list-page .top-wraper .letter-txt{
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 6.22rem;
  margin-left: -3.11rem;
  padding: 0.12rem 0.12rem 0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 0.2rem 0.2rem 0 0;
  background: -webkit-linear-gradient(180deg, #eedbaf, #a58d61);
  background: -o-linear-gradient(180deg, #eedbaf, #a58d61);
  background: -moz-linear-gradient(180deg, #eedbaf, #a58d61);
  background: linear-gradient(180deg, #eedbaf, #a58d61);
}
.list-page .top-wraper .letter-wraper{
  border-top: 0.01rem solid #bdac8c;
  border-left: 0.01rem solid #bdac8c;
  border-right: 0.01rem solid #bdac8c;
  border-radius: 0.15rem 0.15rem 0 0;
  padding: 0.1rem 0.26rem 0.32rem;
}
.list-page .top-wraper .letter-wraper h3{
  padding-bottom: 0.24rem;
  font-size: 0.76rem;
  text-align: center;
  font-family: sans-serif, arial ,'宋体';
  color: #000000;
  font-weight: normal;
  background: url(../images/list_title_line.png) no-repeat center bottom;
  -webkit-background-size: 5.37rem 0.11rem;
  background-size: 5.37rem 0.11rem;
}
/* .list-page .top-wraper .letter-wraper p{
  padding-bottom: 0.58rem;
  background: url(../images/list_desc_line.png) no-repeat center bottom;
  -webkit-background-size: 2.14rem 0.18rem;
  background-size: 2.14rem 0.18rem;
} */

.list-page .frame-content .frame-wraper {
  min-height: 5.64rem;
  padding: 0.53rem 0.42rem;
  -webkit-background-size: 6.92rem 0.1rem;
  background-size: 6.92rem 0.1rem;
}
.list-page .frame-content .frame-wraper:before{
  height: 0.52rem;
}
.list-page .frame-content .frame-wraper:after{
  height: 0.52rem;
  bottom: -0.03rem;
}
.list-page .frame-wraper li {
  background-color: #f3f3f3;
}
.list-page .frame-wraper li:first-of-type {
  margin-right: 0.15rem;
}
.list-page .frame-wraper li h3 {
  text-align: center;
  width: 2.4rem;
  margin: 0 auto;
  border-radius: 0 0 0.15rem 0.15rem;
  padding: 0.12rem 0.05rem 0.1rem;
  background: -webkit-linear-gradient(-120deg, #be9d66, #dfcb9c);
  background: -o-linear-gradient(-120deg, #be9d66, #dfcb9c);
  background: -moz-linear-gradient(-120deg, #be9d66, #dfcb9c);
  background: linear-gradient(-120deg, #be9d66, #dfcb9c);
}
.list-page .frame-wraper li h3 span:before {
  content: '';
  display: inline-block;
  width: 0.18rem;
  height: 1px;
  background: rgba(255,255,255,0.33);
  margin-right: 0.05rem;
  vertical-align: middle;
}
.list-page .frame-wraper li h3 span:after {
  content: '';
  display: inline-block;
  width: 0.18rem;
  height: 1px;
  background: rgba(255,255,255,0.33);
  margin-left: 0.05rem;
  vertical-align: middle;
}
.list-page .frame-wraper li .middle-txt {
  text-align: center;
  padding-top: 0.18rem;
}
.list-page .frame-wraper li .middle-txt .left {
  border-bottom: 1px dashed #c1c1c2;
  padding-bottom: 0.1rem;
  margin-bottom: 0.1rem;
}
.list-page .frame-wraper li h5 {
  padding: 0.1rem 0;
  margin-top: 0.15rem;
  line-height: 1;
  font-weight: normal;
  background: -webkit-linear-gradient(-60deg, #be9d66, #dfcb9c);
  background: -o-linear-gradient(-60deg, #be9d66, #dfcb9c);
  background: -moz-linear-gradient(-60deg, #be9d66, #dfcb9c);
  background: linear-gradient(-60deg, #be9d66, #dfcb9c);
}
.list-page .frame-wraper .star img {
  display: inline-block;
  width: 1.38rem;
  height: 0.29rem;
  vertical-align: middle;
}

.list-page .middle-content{
  padding: 0.16rem;
  background-color: #fff;
}
.list-page .middle-content .middle-wraper{
  border-left: 0.01rem solid #cab187;
  border-right: 0.01rem solid #cab187;
  border-bottom: 0.01rem solid #cab187;
  padding-top: 0.3rem;
}
.list-page .nav-tab{
  position: relative;
  width: 4.78rem;
  border: 0.01rem solid #7c7a7a;
  border-radius: 1rem;
  margin: 0 auto 0.4rem;
}
.list-page .nav-tab:before{
  content: '';
  position: absolute;
  top: -0.02rem;
  bottom: -0.02rem;
  width: 55%;
  border-radius: 1rem;
  background: -webkit-linear-gradient(-60deg, #be9d66, #dfcb9c);
  background: -o-linear-gradient(-60deg, #be9d66, #dfcb9c);
  background: -moz-linear-gradient(-60deg, #be9d66, #dfcb9c);
  background: linear-gradient(-60deg, #be9d66, #dfcb9c);
  -webkit-transition: all .25s ease-in-out;
     -moz-transition: all .25s ease-in-out;
      -ms-transition: all .25s ease-in-out;
       -o-transition: all .25s ease-in-out;
          transition: all .25s ease-in-out;
}
.list-page .left-item-checked:before{
  left: -0.1rem;
}
.list-page .right-item-checked:before{
  left: 2.2rem;
}
.list-page .nav-tab a{
  padding: 0.2rem 0;
  text-align: center;
  font-size: 0.28rem;
  font-weight: bold;
  position: relative;
  cursor: pointer;
}
.list-page .touch-rule img{
  display: block;
  width: 100%;
}
.list-page .middle-content .tips {
  padding-left: 0.28rem;
  padding-right: 0.28rem;
  padding-bottom: 0.28rem;
}

.list-page .bottom-content {
  padding: 0.6rem 0 0.68rem;
  background: url(../images/list_footer_bg.jpg) no-repeat;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
}
.list-page .bottom-content h3 span{
  position: relative;
  display: inline-block;
  padding: 0.04rem 0.15rem;
  border-top: 0.01rem solid #493c26;
  border-bottom : 0.01rem solid #493c26;
}
.list-page .bottom-content h3 span:before{
  content: '';
  position: absolute;
  left: -0.4rem;
  display: inline-block;
  width: 0.27rem;
  height: 0.52rem;
  background: url(../images/list_title_left_jiantou.png) no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  margin-right: 0.1rem;
}
.list-page .bottom-content h3 span:after{
  content: '';
  position: absolute;
  right: -0.4rem;
  display: inline-block;
  width: 0.27rem;
  height: 0.52rem;
  background: url(../images/list_title_right_jiantou.png) no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  margin-left: 0.1rem;
}

.list-page .bottom-content .btn{
  padding-top: 0.5rem;
}

.footer-tips {
  padding: 0.3rem 0.32rem 0;
}
.footer-tips p {
  text-align: justify;
  font-size: 0.24rem;
  color: #8d8b89;
}


/* ------------------- */
.swiper-pagination-bullet{
    width: 0.12rem;
    height: 0.12rem;
    background: #fff;
    border-radius: 50%;
    opacity: 0.2;
}
.swiper-pagination-bullet-active{
    background: #b7955c;
    opacity: 1;
}
.swiper-button-prev {
  top: auto;
  bottom: 0;
  left: 2rem;
  width: 0.7rem;
  height: 0.7rem;
  background: url(../images/swiper_button_pre.png) no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}
.swiper-button-next {
  top: auto;
  bottom: 0;
  right: 2rem;
  width: 0.70rem;
  height: 0.70rem;
  background: url(../images/swiper_button_next.png) no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}
.swiper-container {
    width: 100%;
    padding-bottom: 0.2rem;
    padding-top: 0.5rem;
}
.swiper-slide.sec-style {
    position: relative;
    width: 5.74rem;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

.list-page .fundstyles .frame-content .frame-wraper:before{
  height: 0.42rem;
}
.list-page .fundstyles  .frame-content .frame-wraper{
  -webkit-background-size: 7rem 0.1rem;
  background-size: 5.51rem 0.1rem;
}
.list-page .fundstyles .frame-content .frame-wraper:after{
  height: 0.42rem;
  bottom: -0.02rem;
}

.fundstyles .wait-img{
  width: 6.85rem;
  margin: 0 auto;
} 
.fundstyles .wait-img img{
  width: 100%;
} 
.fundstyles .sec-style h3{
  font-size: 0.38rem;
  font-weight: bold;
  color: #b7955c;
  text-align: center;
  padding-bottom: 0.2rem;
  background: url(../images/list_title_line2.png) no-repeat center bottom;
  -webkit-background-size: 4.92rem 0.08rem;
  background-size: 4.92rem 0.08rem;
}
.fundstyles .sec-style p{
  text-align: center;
}
.fundstyles .sec-style p.desc{
  padding: 0.2rem 0;
}
.fundstyles .sec-style p.desc span{
  position: relative;
  display: inline-block;
  padding: 0.05rem 0.2rem;
  font-size: 0.26rem;
  color: #000000;
  background-color: #e2e2e2;
}
.fundstyles .sec-style p.desc span:before{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  border-width: 0.25rem 0.1rem;
  border-color: transparent transparent transparent #fff;
  border-style: dashed dashed dashed solid;
}
.fundstyles .sec-style p.desc span:after{
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  height: 0;
  border-width: 0.25rem 0.1rem;
  border-color: transparent  #fff transparent transparent;
  border-style: dashed solid dashed dashed;
}
.fundstyles .sec-style p.yield{
    font-size: 0.64rem;
    color: #b7955c;
    line-height: 1.2;
}
.fundstyles .sec-style p.yield em{
    font-size: 0.32rem;
}
.fundstyles .sec-style p.yield-time{
  padding-top: 0.1rem;
}
.fundstyles .sec-style p.yield-time span{
    display: inline-block;
    padding: 0.03rem 0.28rem;
    border-top: 0.01rem solid #c0c0c0;
    border-bottom: 0.01rem solid #c0c0c0;
}

.fundstyles .sec-style p.zhu{
    font-size: 0.24rem;
    color: #757880;
    padding-top: 0.3rem;
}

/* --------------------- */


.touch-rule p{
    text-align: center;
}
.touch-rule p.p1{
    color: #686666;
    font-size: 0.26rem;
}
.touch-rule p.p2{
    color: #b7955c;
    font-size: 0.24rem;
}
.touch-rule p.p2 span{
    font-size: 0.58rem;
}
.touch-rule p.p3 span{
    display: inline-block;
    width: 3.8rem;
    padding: 0.18rem 0.5rem;
    font-size: 0.52rem;
    line-height: 1.2;
    color: #ffffff;
    border-radius: 0.8rem;
    background: -webkit-linear-gradient(-60deg, #be9d66, #dfcb9c);
    background: -o-linear-gradient(-60deg, #be9d66, #dfcb9c);
    background: -moz-linear-gradient(-60deg, #be9d66, #dfcb9c);
    background: linear-gradient(-60deg, #be9d66, #dfcb9c);
}
.touch-rule p.p3 span em{
    font-size: 0.24rem;
    margin-left: 0.05rem;
}
.touch-rule .calc-detail{
  display: none;
}
.touch-rule .read-calc-detail-btn{
  padding-bottom: 0.3rem;
  padding-top: 0.2rem;
}
.touch-rule .read-calc-detail-btn a{
  display: inline-block;
  padding-bottom: 0.35rem;
  font-size: 0.28rem;
  color: #b7955c;
  text-decoration: underline;
  background: url(../images/down.png) no-repeat center bottom;
  -webkit-background-size: 0.28rem 0.24rem;
  background-size: 0.28rem 0.24rem;
}
.touch-rule .num-add{
  padding: 0 0.9rem 0.2rem;
}
.touch-rule .rule{
  text-align: center;
  margin-top: 0.1rem;
  cursor: -webkit-grab;
}
.touch-rule .rule img{
    display: inline-block;
    width: 6.87rem;
}
.rule{
    position: relative;
    overflow: hidden;
    padding-top: 0.75rem;
}
.rule ul{
    padding-bottom: 0.4rem;
}
.rule li{
    position: relative;
    height: 0.46rem;
    border-bottom: 1px solid #d0d0d0;
    color: #fff;
    overflow: visible;
    text-align: center;
    z-index: 2;
}
.rule li:after{
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    display: inline-block;
    width: 1px;
    height: 0.1rem;
    background-color: #d0d0d0;
    z-index: 110;
}
.rule li.higher:after{
    height: 0.24rem;
}
.rule li span{
    position: absolute;
    left: 50%;
    top: -0.32rem;
    background-color: #fff;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
    font-size: 0.24rem;
    color: #535050;
    z-index: 10;
}

.rule .centerline{
    position: absolute;
    left: 50%;
    margin-left: -0.04rem;
    top: 0;
    height: 1.24rem;
    width: 0.08rem;
    background: url(../images/rule_center_line.png) no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    z-index: 0;
}

.footer {
  padding: 0.24rem 0.3rem 1.24rem;
  background-color: #f5f5f9;
}
.footer p {
  line-height: 1.6;
  text-align: left;
  font-size: 0.24rem;
  color: #999; 
}

.client_download {
    width: 100%;
    height: 1rem;
    background: rgba(0, 0, 0, 0.7);
    position: fixed;
    line-height: 1rem;
    bottom: -1rem;
    left: 0;
    z-index: 1000;
}
.client_download .in {
    padding: 0 0.15rem;
    overflow: hidden;
}
.client_download h3 {
    width: 70%;
    height: 1rem;
    line-height: 1rem;
    font-size: 0.36rem;
    font-weight: normal;
    color: #fff;
    float: left;
}
.client_download h3 em {
    display: inline-block;
    width: 0.42rem;
    vertical-align: middle;
    margin-right: 0.12rem;
}
.client_download h3 em img {
    display: block;
    width: 100%;
}
.client_download a {
    display: block;
    width: 1.8rem;
    height: 0.6rem;
    float: right;
    border-radius: 0.1rem;
    background: #ff6307;
    font-size: 0.32rem;
    color: #fff;
    text-align: center;
    line-height: 0.6rem;
    margin-top: 0.22rem;
}

/* pop */
/* pop style */
.pop,
.pop .pop_main{
    display: none;
}

/* pop common style */
.pop,
.pop_mask{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1110;
}
.pop_mask{
    background: rgba(0,0,0,.8);
}
.pop_main{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 1111;
}
.pop_main .pop_close{
    position: absolute;
    right: 0;
    top: -1.35rem;
    display: inline-block;
    width: 0.67rem;
    height: 1.35rem;
    background-image: url(../images/pop-close-btn.png);
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: contain;
    background-size: contain;
    z-index: 1200;
    -webkit-tap-highlight-color:rgba(255,0,0,0);
}
.pop_main p.tips{
  font-size: 0.22rem;
  color: #9b9b9b;
  text-align: left;
}
#pop .pop_main_active{
    display: block;
}

.pop-title{
  font-size: 0.44rem;
  color: #b7955c;
  text-align: center;
  font-weight: bold;
  padding-bottom: 0.36rem;
  margin-bottom: 0.32rem;
  background: url(../images/pop-title-line.png) no-repeat center bottom;
  -webkit-background-size: 2.88rem 0.24rem;
  background-size: 2.88rem 0.24rem;
}
.pop-bottom-btn a {
  display: inline-block;
  padding: 0.18rem 0.8rem;
  text-align: center;
  font-size: 0.32rem;
  color: #fff;
  background: -webkit-linear-gradient(-60deg, #be9d66, #dfcb9c);
  background: -o-linear-gradient(-60deg, #be9d66, #dfcb9c);
  background: -moz-linear-gradient(-60deg, #be9d66, #dfcb9c);
  background: linear-gradient(-60deg, #be9d66, #dfcb9c);
  border-radius: 0.88rem;
  letter-spacing: 0.02rem;
}

.pop_rules .frame-content .frame-wraper{
  -webkit-background-size: 6.53rem 0.1rem;
  background-size: 6.53rem 0.1rem;
}
.pop_rules .frame-content .frame-wraper:before,
.pop_rules .frame-content .frame-wraper:after{
  height: 0.49rem;
}
.pop_rules .frame-content .frame-wraper:before{
  top: -0.01rem;
}
.pop_rules .frame-content .frame-wraper:after{
  bottom: -0.01rem;
}

.pop_rules .pop_rules_main{
  position: relative;
  width: 7rem;
  padding: 0.24rem;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.pop_rules .rule-content{
  padding-top: 0.5rem;
  padding-bottom: 1.8rem;
  height: 4.4rem;
  overflow-y: auto;
  padding: 0;
  -webkit-overflow-scrolling: touch;
}
.pop_rules .rule-content h4{
  font-size: 0.26rem;
  text-align: left;
  color: #745c0f;
  margin-bottom: 0.05rem;
}
.pop_rules .rule-content p{
  font-size: 0.28rem;
  color: #999999;
  margin-bottom: 0.2rem;
}