/* 移动端 */
input:-webkit-autofill, input:-internal-autofill-selected {
  -webkit-box-shadow: 0 0 0px 1000px #daeda4 inset;
  -webkit-text-fill-color: #27352b;
  caret-color: #27352b;
}

.p-main {
  width: 10.80rem;
  min-height: 100%;
  margin: 0 auto;
}

.pop-box .pop-content-box {
  position: relative;
  width: 10.54rem;
  min-height: 7.3rem;
  padding-top: 1.15rem;
  box-sizing: border-box;
  background-image: url('../images/pop/bg-pop.png');
  background-size: 100% 100%;
  background-position: center;
  z-index: 101;
}

.pop-box .pop-box-big {
  width: 10.59rem;
  height: 14.71rem;
  padding-top: 1.6rem;
  background-image: url('../images/pop/bg-pop-big.png');
}

.pop-box .confirm-pop-content{
  width: 10.47rem;
  height: 8.95rem;
  padding-top: 1.84rem;
  background-image: url('../images/pop/bg-pop-2.png');
}
.pop-box .confirm-pop-content .content{
  padding: 0 1.55rem;
}

.pop-box .pop-content-box .title {
  width: 100%;
  /* height: 100%; */
  text-align: center;
  position: absolute;
  left: 0;
  top: 0.17rem;
  user-select: none;
}

.pop-box .pop-content-box .title img {
  height: 1.04rem;
  object-fit: contain;
}

.pop-box .pop-content-box .title .tips-title-img {
  height: 1.08rem;
  margin: auto;
  background-image: url('../images/pop/p-t-7.png');
  background-size: auto 100%;
  background-position: center;
  background-repeat: no-repeat;
}

.pop-box .pop-content-box .content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 3.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  text-align: center;
  color: #27352b;
  font-size: .4rem;
}
.pop-box .story-pop-content .content{
  height: auto;
  align-items: start;
  justify-content: start;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  font-size: .36rem;
}

.pop-box .pop-content-box .content .content-title {
  padding-top: .2rem;
  font-size: 0.48rem;
  font-weight: 600;
  z-index: 101;
}

.pop-box .pop-content-box .pop-close-btn {
  width: 0.62rem;
  height: 0.62rem;
  position: absolute;
  top: .3rem;
  right: .8rem;
  cursor: pointer;
  user-select: none;
  z-index: 120;
  background-image: url('../images/pop/close.png');
  background-repeat: no-repeat;
  background-size: 100%;
}

.dialog-box .inner .pop-close-btn {
  width: 0.62rem;
  height: 0.6rem;
  position: absolute;
  right: .26rem;
  top: .28rem;
  cursor: pointer;
  user-select: none;
  z-index: 120;
  background-image: url('../images/pop/close_login.png');
  background-repeat: no-repeat;
  background-size: 100%;
}

.pop-box .pop-content-box .pop-err-tips {
  display: none;
  position: absolute;
  top: 3.82rem;
  left: 1.4rem;
  width: 5.86rem;
  min-height: 1.18rem;
  padding: 0.35rem .4rem;
  background-image: url('../images/pop/error_tip_bg.png');
  background-size: 100% 100%;
  box-sizing: border-box;
  text-align: center;
  font-size: 0.34rem;
  color: #fff;
  font-weight: bold;
}
.login-dialog .agree-box,
.story-pop-content .agree-box,
.upload-container .agree-box{
  width: 6.86rem;
  margin-left: 1.16rem;
  margin-top: .06rem;
  margin-bottom: .75rem;
  color: #445151;
  font-size: .36rem;
}
.story-pop-content .agree-box{
  margin-left: 1.65rem;
  margin-top: .25rem;
  margin-bottom: .65rem;
}
.login-dialog .agree-box .i-check,
.story-pop-content .agree-box .i-check,
.upload-container .agree-box .i-check{
  float: left;
  width: .49rem;
  height: .43rem;
  margin-top: .04rem;
  margin-right: .14rem;
  margin-left: -.52rem;
  background-image: url('../images/pop/check-icon_un.png');
  background-size: 100% 100%;
}
.login-dialog .agree-box .i-check.active,
.story-pop-content .agree-box .i-check.active,
.upload-container .agree-box .i-check.active{
  background-image: url('../images/pop/check-icon.png');
}
.login-dialog .agree-box span{
  text-decoration: underline;
  cursor: hand;
  cursor: pointer;
}

.js-upload-err-tips {
  position: absolute;
  top: 0;
  width: 100%;
  text-align: center;
  font-size: 0.32rem;
  color: red;
  margin: 0.12rem 0;
  /* display: none; */
  height: 0.4rem;
}

.js-deatil-err-tips {
  text-align: center;
  font-size: 0.16rem;
  color: red;
  padding: 0.12rem 0;
  display: none;
}

.pop-box .pop-content-box .content .content-info {
  margin-bottom: .2rem;
  font-size: 0.4rem;
}

.pop-box .pop-content-box .content p {
  text-align: left;
  font-size: 0.32rem;
}

.pop-box .pop-content-box .content p {
  margin-bottom: .16rem;
}

.pop-box .pop-content-box .check-box {
  margin-top: 0.32rem;
  padding-top: 0.24rem;
  border-top: 0.01rem solid #bf713d;
  font-size: 0.36rem;
  text-align: left;
  color: #27352b;
}

.pop-box .pop-content-box .check-box .icon {
  width: 0.48rem;
  height: 0.48rem;
  margin-left: 0.16rem;
  margin-right: 0.16rem;
}

.pop-box .pop-content-box .form-box {
  margin: 0.32rem 0.48rem 0.65rem 0.48rem;
}

.pop-box .pop-content-box .form-box .form-item {
  width: 100%;
  background: #180c33;
  border-radius: 0.06rem;
  color: #776997;
  font-size: 0.24rem;
  padding: 0 0.32rem;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  margin-bottom: 0.28rem;
}

.pop-box .pop-content-box .form-box .form-item .item-label {
  width: 1.40rem;
  flex-shrink: 0;
}

.pop-box .pop-content-box .form-box .form-item-line {
  width: 0.02rem;
  height: 0.25rem;
  background: #776997;
  margin: 0 0.24rem;
  display: inline-block;
}

.pop-box .pop-content-box .form-box .input {
  width: 80%;
  height: 0.80rem;
  font-size: 0.43rem;
  border: none;
  outline: none;
  padding: 0 0.1rem;
  color: #000;
  box-sizing: border-box;
  background: transparent;
}

.pop-box .pop-content-box .form-box .input::placeholder {
  color: #776997;
}

.pop-box .pop-content-box .form-box .phone-input {
  width: 100%;
  height: 0.80rem;
  padding: 0 0.1rem;
  color: #776997;
  background: #180c33;
  border: none;
  outline: none;
  margin-bottom: 0.28rem;
  border-radius: 0.12rem;
}

.pop-box .pop-content-box .form-box .code-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
}

.pop-box .pop-content-box .form-box .code-box .code-input {
  width: 75%;
  height: 0.80rem;
  margin-right: 0.2rem;
  padding: 0 0.1rem;
  color: #776997;
  background: #180c33;
  border: none;
  outline: none;
  border-radius: 0.12rem;
}

.pop-box .pop-content-box .form-box .code-box button {
  flex: auto;
  height: 0.80rem;
  color: #450620;
  border: 0.01rem solid #450620;
  flex-shrink: 0;
  background: transparent;
  border-radius: 0.12rem;
}

.pop-box .pop-content-box .form-box .form-item .select-box {
  position: relative;
}

.pop-box .pop-content-box .form-box .form-item .select-box .select-items {
  display: none;
  width: 100%;
  height: 5rem;
  position: absolute;
  bottom: -4.9rem;
  left: 0;
  padding: 0.12rem;
  box-sizing: border-box;
  overflow-y: auto;
  background: #290e4c;
}

.pop-box .pop-content-box .form-box .form-item .select-box span {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}

.pop-box .pop-content-box .form-box .form-item .select-box .select-items .item {
  height: 0.8rem;
  font-size: 0.36rem;
  padding-left: 0.24rem;
}

.pop-box .pop-content-box .btn-box {
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 1.35rem;
  left: 0;
}

.pop-box .pop-content-box .agree-upload-tip{
  position: absolute;
  top: -.55rem;
  left: 0;
  width: 100%;
  font-size: .36rem;
  text-align: center;
  color: #f00;
}

.pop-box .pop-content-box .form-box .tips {
  width: 100%;
  /* height: 3.70rem; */
  display: block;
  margin: auto;
}

.pop-box .pop-content-box .btn-box img {
  height: 1.07rem;
  object-fit: contain;
  cursor: pointer;
}

.pop-box .pop-content-box .btn-box .btn {
  width: 4.25rem;
  height: 1.07rem;
  object-fit: contain;
  cursor: pointer;
}

.pop-box .pop-content-box .btn-box .confirm-btn {
  background-image: url('../images/pop/btn-3.png');
  /* background-position: center; */
  background-repeat: no-repeat;
  background-size: 100%;
  margin: auto;
}


/* dialog */
.dialog-box{
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 1009;
  background: rgba(0,0,0,.5);
}
.dialog-box .inner{
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1010;
  width: 10.40rem;
  height: 7.18rem;
  margin-left: -5.2rem;
  margin-top: -3.59rem;
  font-size: .3rem;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center top;
}
.bind-dialog .inner,
.login-dialog .inner{
  left: 50%;
  width: 5.74rem;
  margin-left: -4.32rem;
}
.login-dialog .inner,
.bind-dialog .inner{
  width: 8.64rem;
  height: 8.06rem;
  margin-top: -3.92rem;
  padding-top: 0;
  padding-bottom: 0;
  background-image: url(../images/pop/popup_bg_01.png);
}
.privacy-dialog .inner{
  width: 10.17rem;
  height: 14.87rem;
  margin-top: -7.4rem;
  margin-left: -5.35rem;
  padding-top: 0;
  padding-bottom: 0;
  background-image: url(../images/pop/popup_bg_02.png);
}
.privacy-dialog .inner .pop-close-btn{
  top: .84rem;
  right: .74rem;
}
.dialog-box .btn-close{
  position: absolute;
  z-index: 1001;
  top: 1.4rem;
  right: 2.04rem;
}
.login-dialog .btn-close,
.bind-dialog .btn-close{
  right: -.14rem;
  top: -0.16rem;
  width: 0.5rem;
  height: 0.55rem;
  background: url(../images/pop/close_login.png);
  background-size: .5rem .55rem;
}
.dialog-box .inner .hd{
  position: static;
  padding-top: .55rem;
  padding-bottom: .3rem;
  color: #445151;
  font-size: .64rem;
  font-weight: bold;
}
.privacy-dialog .inner .hd{
  padding-top: 1rem;
  padding-left: .3rem;
}
.privacy-dialog .content-box{
  width: 7.85rem;
  height: 10.9rem;
  margin-left: 1.55rem;
  overflow-y: scroll;
  color: #445151;
  font-size: .34rem;
}
.dialog-box .inner .bd{
  position: relative;
  width: 8.06rem;
  margin-left: 1.38rem;
  margin-top: .95rem;
}
.login-dialog .inner .bd,
.bind-dialog .inner .bd{
  width: 7.95rem;
  margin: 0;
  margin-left: .4rem;
}
.dialog-box .inner .bd .tips{
  position: absolute;
  bottom: .7rem;
  z-index: 1;
  width: 100%;
  color: #f00;
  text-align: center;
}
.login-dialog .inner .bd .input-box,
.bind-dialog .inner .bd .input-box,
.bind-dialog .inner .bd .select-box{
  position: relative;
  width: 4.8rem;
}
.login-dialog .inner .bd .input-txt,
.login-dialog .inner .bd .code-box .input-txt,
.bind-dialog .inner .bd .input-txt{
  width: 7.95rem;
  height: 1.14rem;
  margin-bottom: .16rem;
  margin-right: 0;
  padding: .2rem .62rem;
  box-sizing: border-box;
  background: url(../images/pop/input_bg.png);
  background-size: 100% 100%;
  outline: none;
  color: #000;
  font-size: .42rem;
  line-height: 0.74rem;
}
.login-dialog input::-webkit-input-placeholder{
  color:#8d8d8d;
}
.login-dialog input::-moz-placeholder{
  color:#8d8d8d;
}
.login-dialog input:-moz-placeholder{
  color:#8d8d8d;
}
.login-dialog input:-ms-input-placeholder{
  color:#8d8d8d;
}
.login-box .inner .btn-box,
.dialog-box .inner .btn-box{
  position: static;
}
.bind-dialog .inner .btn-box{
  display: flex;
  justify-content: space-between;
  width: 7.15rem;
  margin-left: .9rem;
  padding-top: .4rem;
}
.bind-dialog .tip {
  color: #839a94;
}
.dialog-box .inner .btn-box .btn{
  display: block;
  margin-top: 0;
  width: 3.48rem;
  height: 0.85rem;
  background: url(../images/pop/btn_login.png) no-repeat;
  background-size: 100% 100%;
  box-sizing: border-box;
  border: none;
  outline: none;
  text-indent: -9999rem;
}
.dialog-box .inner .btn-box .search-btn{
  background-image: url(../images/pop/btn_check.png);
}
.dialog-box .inner .btn-box .bind-btn{
  background-image: url(../images/pop/btn_bind_unactive.png);
}
.dialog-box .inner .btn-box .bind-btn.active{
  background-image: url(../images/pop/btn_bind.png);
}

/* login */
.login-dialog .inner .bd .code-box .btn-input,
.login-dialog .inner .bd .code-box .btn-input2{
  position: absolute;
  right: .66rem;
  top: 1.6rem;
  height: auto;
  color: #445151;
  text-decoration: underline;
  border: 0;
  font-size: .36rem;
}
.login-dialog .inner .bd .btn-input2{
  margin-left: .4rem;
  text-decoration: none;
}
.login-dialog .pop-content-box .pop-err-tips{
  margin-top: -.2rem;
}

/* bind-dialog */
.bind-dialog .inner{
}
.bind-dialog .inner .bd .i-drop{
  position: absolute;
  top: 0.27rem;
  right: 0;
  z-index: 1;
  border-width: .2rem .14rem 0 .14rem;
  border-color:  #445151 transparent transparent transparent;
  border-style: dashed dashed solid dashed;
}
.bind-dialog .inner .form-box .form-item .select-box .select-list{
  position: absolute;
  top: .78rem;
  left: -.3rem;
  z-index: 10;
  width: 5.62rem;
  height: 4.5rem;
  padding-top: .2rem;
  border-bottom-left-radius: .04rem;
  border-bottom-right-radius: .04rem;
  background-color: #fff;
  overflow: scroll;
}
.bind-dialog .inner .form-box .form-item .select-box .select-list .select-item{
  height: 0.7rem;
  padding-left: .2rem;
  box-sizing: border-box;
  font-size: .3rem;
  line-height: .7rem;
}
.bind-dialog .pop-content-box .form-box .form-item .select-box{
  background-color: transparent;
  color: #000;
  width: 5rem;
  height: .68rem;
  font-size: .43rem;
}
.bind-dialog .item{
  display: flex;
  align-items: center;
  margin-bottom: .16rem;
}
.bind-dialog .item-txt{
  width: 1.7rem;
  font-size: .43rem;
  font-weight: bold;
  text-align: right;
}
.bind-dialog .uid-tip{
  position: absolute;
  left: .82rem;
  top: -1.54rem;
  z-index: 10;
  width: 7rem;
  height: 5.13rem;
  background: url(../images/pop/r2uid_img.png);
  background-size: 100% 100%;

}
.bind-dialog .pop-content-box .form-box .form-item{
  position: relative;
  width: 6.16rem;
  height: 1.14rem;
  margin-bottom: 0;
  background: url(../images/pop/input_bg.png);
  background-size: 100% 100%;
  padding: .2rem .6rem;
  border: none;
  line-height: .74rem;
}
.bind-dialog .pop-content-box .i-question{
  position: absolute;
  top: .34rem;
  right: .24rem;
  width: 1rem;
  height: .43rem;
  background-image: url(../images/pop/icon_question.png);
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.dialog-box .bind-info{
  margin-left: .7rem;
  font-size: .36rem;
  line-height: .58rem;
}

.dialog-box .bind-info p{
  height: .58rem;
}

.dialog-box .bind-info .tit{
  float: left;
  width: 1.45rem;
  text-align: right;
}
.dialog-box .pop-content-box .form-box .input::placeholder {
  color: #000;
}
.bind-dialog .pop-content-box .pop-err-tips{
  margin-top: -.2rem;
}



/* 角色绑定确认弹窗 */
.login-txt-tip{
  margin-top: -.2rem;
  margin-bottom: .1rem;
  font-size: .20rem;
  line-height: 1.2;
}
.sureBind-dialog .inner{
  width: 5.88rem;
  height: 5.37rem;
  margin-left: -2.94rem;
  margin-top: -2.68rem;
}
.sureBind-dialog .btn-close{
  top: -.15rem;
}
.sureBind-dialog .btn-box a{
  width: 2.2rem;
  height: 0.75rem;
  text-indent: -9999rem;
}
.sureBind-dialog .btn-check{
  display: inline-block;
  width: .28rem;
  height: .28rem;
  border-radius: 50%;
  border: 0.02rem solid #cb3155;
  vertical-align: -.05rem;
}
.sureBind-dialog .inner{
  background-image: url(../images/check_rolename.png);
}
.sureBind-dialog .checked .btn-check{
  background-image: url(../images/i_check.png);
  background-size: 100% 100%;
}
.sureBind-dialog .btn-box{
  margin-top: 0.33rem;
}
.login-dialog .tips{
  bottom: -.5rem;
}
.sure-bind-role{
  padding: 1.6rem .4rem 0;
  height: 1.6rem;
}
.sure-bind-role span{
  color: #f00;
}
.sureBind-dialog .sure-check{
  height: .5rem;
  padding-top: .1rem;
  margin-left: .7rem;
}
