
.agSecret {
    color: #3f91ff!important;
    cursor: pointer
}

.gRule {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 2;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.62)
}

.ruleBox,.ruleMain {
    background-color: #fff
}

.ruleBox,.ruleBox .rClose {
    position: absolute;
    margin: auto
}

.ruleBox {
    z-index: 5;
    top: 180px;
    left: 0;
    right: 0;
    width: 320px;
    border-radius: 4px;
    text-align: center
}

.ruleBox .rClose {
    top: 10px;
    right: 10px;
    z-index: 10
}

.ruleBox .rClose i {
    display: inline-block;
    width: 15px;
    height: 15px;
    position: relative
}

.ruleBox .rTitle {
    position: relative;
    width: 100%;
    height: 50px;
    padding-top: 14px;
    text-align: center;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px
}

.ruleBox .rTitle>i {
    display: block;
    width: 133px;
    height: 91px;
    position: absolute;
    top: -44.5px;
    left: 0;
    right: 0;
    margin: 0 auto
}

.ruleBox .rSure {
    display: block;
    width: 240px;
    height: 39px;
    border: 0;
    background: #00AFF0FF;
    color: #fff;
    font-size: 14px;
    border-radius: 4px;
    line-height: 39px;
    margin: 15px auto 25px;
    overflow: hidden;
    white-space: nowrap
}

.ruleMain {
    display: block;
    height: 180px;
    border: 0;
    padding: 7.5px 12.5px 12.5px;
    line-height: 21px;
    font-size: 12px;
    color: #4c4c4c;
    margin: 10px 12.5px 15px;
    overflow: auto
}

.privacyMain p,.ruleMain p {
    text-align: left
}

.privacyMain strong,.ruleMain strong {
    display: block;
    color: #333;
    line-height: 26px;
    font-size: 12px;
    font-weight: 700;
    text-indent: 0;
    text-align: left
}

.privacyMain p:nth-of-type(1),.ruleMain p:nth-of-type(1) {
    color: #333;
    font-size: 12px;
    font-weight: 700
}

.gPrivacy,.privacyTxt {
    left: 0;
    right: 0;
    margin: auto
}

.gPrivacy {
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.62)
}

.privacyTxt {
    position: absolute;
    z-index: 5;
    top: 180px;
    background-color: #fff;
    width: 320px;
    border-radius: 4px;
    text-align: center
}

.privacyTxt .pClose {
    position: absolute;
    top: 10px;
    right: 10px;
    margin: auto;
    z-index: 10
}

.privacyTxt .pClose i {
    display: inline-block;
    width: 15px;
    height: 15px;
    position: relative
}

.privacyTxt .oTitle {
    position: relative;
    width: 100%;
    height: 50px;
    padding-top: 14px;
    text-align: center;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px
}

.privacyTxt .oTitle>i {
    display: block;
    width: 133px;
    height: 91px;
    position: absolute;
    top: -44.5px;
    left: 0;
    right: 0;
    margin: 0 auto
}

.privacyTxt .gSure {
    display: block;
    width: 240px;
    height: 39px;
    border: 0;
    background: #00AFF0FF;
    color: #fff;
    font-size: 14px;
    border-radius: 4px;
    line-height: 39px;
    margin: 15px auto 25px
}

.privacyMain {
    background-color: #fff;
    display: block;
    height: 180px;
    border: 0;
    padding: 7.5px 12.5px 12.5px;
    line-height: 21px;
    font-size: 12px;
    color: #4c4c4c;
    margin: 10px 12.5px 15px;
    overflow: auto
}

.maskTit,.privacyTxt .gSure {
    white-space: nowrap;
    overflow: hidden
}

.maskTit {
    font-size: 20px;
    color: #202020;
    font-weight: 700;
    margin-top: -8px;
    line-height: 21px
}

.gPrivacy i,.gRule i {
    background: url(../img/maskicon.png)no-repeat;
    background-size: 150px 600px
}

.main-block .details-info h1 {
    font-size: .16rem;
    margin-bottom: .04rem
}

.main-block .details-info p:nth-of-type(1),.main-block .details-info p:nth-of-type(2) {
    font-size: .12rem;
    margin-bottom: 5px
}

.privacyMain p,.privacyTxt,.ruleBox,.ruleMain p {
    font-size: 12px
}

.ruleBox .rTitle>i {
    background-position: -5px -276px
}

.ruleBox .rClose i {
    background-position: -6px -7.6px
}

.privacyTxt .oTitle>i {
    background-position: -5px -160px
}

.privacyTxt .pClose i {
    background-position: -6px -7.6px
}
.popupBox {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1002;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .popupBox .boxCont {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
  }
  .popupBox .icon {
    background-image: url(../img/popup.png);
    background-repeat: no-repeat;
    background-size: 5.02rem 2.2rem;
  }
  .popupBox .authBox,
  .popupBox .historyBox,
  .popupBox .feedbackBox,
  .popupBox .subSuccessBox,
  .popupBox .subBox {
    width: 5.2rem;
    height: 3.24rem;
    border-radius: 0.24rem;
    background: linear-gradient(180deg, #ECFFF6 0%, #fff 50%, #fff 100%);
    padding: 0.24rem 0;
    position: relative;
  }
  .popupBox .authBox > .tip,
  .popupBox .historyBox > .tip,
  .popupBox .feedbackBox > .tip,
  .popupBox .subSuccessBox > .tip,
  .popupBox .subBox > .tip {
    position: absolute;
    top: -0.11rem;
    left: 0.33rem;
    width: 0.87rem;
    height: 0.95rem;
    background-position: -3.03rem -0.02rem;
  }
  .popupBox .authBox .boxTop,
  .popupBox .historyBox .boxTop,
  .popupBox .feedbackBox .boxTop,
  .popupBox .subSuccessBox .boxTop,
  .popupBox .subBox .boxTop {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .popupBox .authBox .boxTop > p,
  .popupBox .historyBox .boxTop > p,
  .popupBox .feedbackBox .boxTop > p,
  .popupBox .subSuccessBox .boxTop > p,
  .popupBox .subBox .boxTop > p {
    font-size: 0.36rem;
    line-height: 0.6rem;
    color: #333;
    font-weight: bold;
  }
  .popupBox .authBox .boxCenter,
  .popupBox .historyBox .boxCenter,
  .popupBox .feedbackBox .boxCenter,
  .popupBox .subSuccessBox .boxCenter,
  .popupBox .subBox .boxCenter {
    margin: 0.28rem 0.6rem 0.32rem;
    position: relative;
  }
  .popupBox .authBox .boxCenter p,
  .popupBox .historyBox .boxCenter p,
  .popupBox .feedbackBox .boxCenter p,
  .popupBox .subSuccessBox .boxCenter p,
  .popupBox .subBox .boxCenter p {
    font-size: 0.22rem;
    line-height: 0.26rem;
    color: #333;
  }
  .popupBox .authBox .boxCenter input,
  .popupBox .historyBox .boxCenter input,
  .popupBox .feedbackBox .boxCenter input,
  .popupBox .subSuccessBox .boxCenter input,
  .popupBox .subBox .boxCenter input {
    font-size: 0.22rem;
    color: #999999;
    margin-top: 0.18rem;
    width: 100%;
    height: 0.54rem;
    background: #F7F7F7;
    border-radius: 0.05rem;
    border: unset;
    text-indent: 0.2rem;
  }
  .popupBox .authBox .boxBottom,
  .popupBox .historyBox .boxBottom,
  .popupBox .feedbackBox .boxBottom,
  .popupBox .subSuccessBox .boxBottom,
  .popupBox .subBox .boxBottom {
    display: flex;
    justify-content: center;
  }
  .popupBox .authBox .boxBottom button,
  .popupBox .historyBox .boxBottom button,
  .popupBox .feedbackBox .boxBottom button,
  .popupBox .subSuccessBox .boxBottom button,
  .popupBox .subBox .boxBottom button {
    width: 3.5rem;
    height: 0.54rem;
    background-color: #00AFF0FF;
    border-radius: 0.05rem;
    font-size: 0.2rem;
    color: #fff;
    text-align: center;
    line-height: 0.54rem;
  }
  .popupBox .authBox .close,
  .popupBox .historyBox .close,
  .popupBox .feedbackBox .close,
  .popupBox .subSuccessBox .close,
  .popupBox .subBox .close {
    cursor: pointer;
  }
  .popupBox .authBox > .close,
  .popupBox .historyBox > .close,
  .popupBox .feedbackBox > .close,
  .popupBox .subSuccessBox > .close,
  .popupBox .subBox > .close {
    width: 0.2rem;
    height: 0.2rem;
    background-position: -0.06rem -1.07rem;
    position: absolute;
    top: 0.24rem;
    right: 0.24rem;
  }
  .popupBox .waitBox,
  .popupBox .subSuccessBox {
    height: 2.36rem;
  }
  .popupBox .waitBox > .tip,
  .popupBox .subSuccessBox > .tip {
    top: -0.13rem;
    width: 0.96rem;
    height: 0.98rem;
    background-position: -4.05rem -0.02rem;
  }
  .popupBox .waitBox .boxCenter,
  .popupBox .subSuccessBox .boxCenter {
    text-align: center;
    margin: 0.24rem 0;
  }
  .popupBox .waitBox .boxCenter p.wait,
  .popupBox .subSuccessBox .boxCenter p.wait,
  .popupBox .waitBox .boxCenter p.success,
  .popupBox .subSuccessBox .boxCenter p.success {
    font-size: 0.22rem;
    color: #999;
  }
  .popupBox .waitBox .boxCenter p.wait,
  .popupBox .subSuccessBox .boxCenter p.wait {
    display: none;
  }
  .popupBox .waitBox .boxCenter p.wait {
    display: block;
  }
  .popupBox .waitBox .boxCenter p.success {
    display: none;
  }
  .popupBox .authBox,
  .popupBox .historyBox,
  .popupBox .feedbackBox {
    width: 5.6rem;
    border-radius: 0.24rem;
    height: fit-content;
    max-height: calc(100vh - 1rem);
    background: linear-gradient(180deg, #F5F5FF 0%, #fff 21%, #fff 100%);
    padding: 0.22rem 0px 0.32rem;
  }
  .popupBox .authBox .tip,
  .popupBox .historyBox .tip,
  .popupBox .feedbackBox .tip {
    width: 0.96rem;
    height: 0.96rem;
    background-position: -1.93rem -0.03rem;
    left: 0.25rem;
    top: -0.11rem;
  }
  .popupBox .authBox .boxHead,
  .popupBox .historyBox .boxHead,
  .popupBox .feedbackBox .boxHead {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .popupBox .authBox .boxHead p,
  .popupBox .historyBox .boxHead p,
  .popupBox .feedbackBox .boxHead p {
    font-size: 0.36rem;
    line-height: 0.64rem;
    color: #333;
    font-weight: 700;
  }
  .popupBox .authBox .boxBody,
  .popupBox .historyBox .boxBody,
  .popupBox .feedbackBox .boxBody {
    max-height: calc(100% - 1.18rem);
    font-size: 0.22rem;
    line-height: 0.26rem;
    color: #333;
    margin-right: 0.1rem;
    padding: 0.06rem 0.2rem 0.32rem 0.35rem;
    overflow-y: auto;
  }
  .popupBox .authBox .boxBody::-webkit-scrollbar,
  .popupBox .historyBox .boxBody::-webkit-scrollbar,
  .popupBox .feedbackBox .boxBody::-webkit-scrollbar {
    width: 0.07rem;
  }
  .popupBox .authBox .boxBody::-webkit-scrollbar-thumb,
  .popupBox .historyBox .boxBody::-webkit-scrollbar-thumb,
  .popupBox .feedbackBox .boxBody::-webkit-scrollbar-thumb {
    background: #dfdfdf;
    border-radius: 0.06rem;
  }
  .popupBox .authBox .boxBody .bodyItem,
  .popupBox .historyBox .boxBody .bodyItem,
  .popupBox .feedbackBox .boxBody .bodyItem {
    position: relative;
  }
  .popupBox .authBox .boxBody .bodyItem > p,
  .popupBox .historyBox .boxBody .bodyItem > p,
  .popupBox .feedbackBox .boxBody .bodyItem > p {
    margin-top: 0.22rem;
  }
  .popupBox .authBox .boxBody .bodyItem .feedBackList,
  .popupBox .historyBox .boxBody .bodyItem .feedBackList,
  .popupBox .feedbackBox .boxBody .bodyItem .feedBackList {
    display: grid;
    grid-template-columns: repeat(3, 30%);
    justify-content: space-between;
    font-size: 0.2rem;
    color: #999999;
  }
  .popupBox .authBox .boxBody .bodyItem .feedBackList li,
  .popupBox .historyBox .boxBody .bodyItem .feedBackList li,
  .popupBox .feedbackBox .boxBody .bodyItem .feedBackList li {
    cursor: pointer;
    margin-top: 0.12rem;
    height: 0.36rem;
    line-height: 0.36rem;
    text-align: center;
    padding: 0 0.05rem;
    background: #F7F5F5;
    border-radius: 0.05rem;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
  }
  .popupBox .authBox .boxBody .bodyItem .feedBackList li.active,
  .popupBox .historyBox .boxBody .bodyItem .feedBackList li.active,
  .popupBox .feedbackBox .boxBody .bodyItem .feedBackList li.active {
    color: #fff;
    background: #8ED7E8;
  }
  .popupBox .authBox .boxBody .bodyItem input,
  .popupBox .historyBox .boxBody .bodyItem input,
  .popupBox .feedbackBox .boxBody .bodyItem input,
  .popupBox .authBox .boxBody .bodyItem textarea,
  .popupBox .historyBox .boxBody .bodyItem textarea,
  .popupBox .feedbackBox .boxBody .bodyItem textarea {
    font-size: 0.22rem;
    color: #999999;
    padding: 0.1rem 0.12rem;
    margin-top: 16px;
    width: 100%;
    height: 1.3rem;
    background: #F7F7F7;
    border-radius: 0.05rem;
    border: unset;
    resize: none;
  }
  .popupBox .authBox .boxBody .bodyItem input,
  .popupBox .historyBox .boxBody .bodyItem input,
  .popupBox .feedbackBox .boxBody .bodyItem input {
    height: 0.54rem;
    font-size: 0.22rem;
  }
  .popupBox .authBox .boxBody .bodyItem .countChange,
  .popupBox .historyBox .boxBody .bodyItem .countChange,
  .popupBox .feedbackBox .boxBody .bodyItem .countChange {
    position: absolute;
    right: 0.1rem;
    bottom: 0.1rem;
    font-size: 0.22rem;
    line-height: 0.26rem;
    color: #999;
  }
  .popupBox .historyBox {
    max-height: 6rem;
    background: linear-gradient(180deg, #FDF0EA 0%, #fff 26%, #fff 100%);
  }
  .popupBox .historyBox .tip {
    width: 0.83rem;
    height: 0.95rem;
    background-position: -0.96rem -0.03rem;
    left: 0.32rem;
    top: -0.1rem;
  }
  .popupBox .historyBox .boxBody {
    margin: 0.24rem 0.24rem 0 0;
    max-height: calc(100vh - 280px);
    font-size: 0.22rem;
    line-height: 0.28rem;
    color: #999;
    padding: 0 0.12rem 0.32rem 0.38rem;
    overflow-y: auto;
    height: 4.52rem;
  }
  .popupBox .historyBox .boxBody::-webkit-scrollbar {
    width: 0.12rem;
    background: #EEEEEE;
  }
  .popupBox .historyBox .boxBody::-webkit-scrollbar-thumb {
    background: #DCDCDC;
    border-radius: 0px;
  }
  .popupBox .historyBox .boxBody ul li {
    padding: 0.26rem 0 0.24rem;
    border-bottom: 1px dashed #dcdcdc;
  }
  .popupBox .historyBox .boxBody ul li:first-child {
    padding-top: 0.02rem;
  }
  .popupBox .historyBox .boxBody ul li p.time {
    font-size: 0.22rem;
    line-height: 0.26rem;
    display: flex;
    justify-content: space-between;
  }
  .popupBox .historyBox .boxBody ul li p.title {
    margin-top: 0.14rem;
    color: #333;
    line-height: 0.2rem;
  }
  .popupBox .historyBox .boxBody ul li p.cont {
    margin-top: 0.1rem;
  }
  .popupBox.hide {
    display: none;
  }
