html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 0;
  font: inherit;
  vertical-align: baseline;
  /* Safari浏览器横屏时字体被自动放大解决方案 */
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  text-size-adjust: none;
}

html,
body {
  height: 100%;
  text-align: center;
  /* font-size: 100%; */
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input {
  -webkit-appearance: none;
}

#ydrzAuthPage-1 {
  height: 100%;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
  flex-direction: column;
}

.header-wrap {
  position: relative;
  height: 1rem;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 0.36rem;
  font-weight: bold;
  color: #444444;
}

.header-wrap .return-icon {
  position: absolute;
  left: 0;
  top: 0.34rem;
  margin-left: 0.24rem;
  width: 0.18rem;
  height: 0.32rem;
  display: inline-block;
  background: url(../image/returnIcon.png) no-repeat center top;
  background-size: 100% 100%;
  z-index: 2147483643;
}

.header-wrap .title {
  flex: 1;
}

.header-wrap .closePage {
  position: absolute;
  /*top: 0;*/
  right: 0.26rem;
  font-size: 0.28rem;
  font-weight: 400;
  color: #1b82eb;
}

.logo-wrap {
  padding-top: 0.78rem;
  width: 100%;
  text-align: center;

  font-size: 0.24rem;
  font-weight: 500;
  color: #999999;
}

.logo-wrap .logo-defind {
  width: 1.67rem;
  height: 1.74rem;
  margin: 0 auto;
}

.logo-wrap .logo {
  width: 100%;
}

.context-wrap {
  width: 100%;
  margin: 0 auto;
  line-height: 0.4rem;
}

.context-wrap .authLevel-1 {
  padding-top: 1.41rem;
}

.context-wrap .authLevel-1 .auth-phone {
  font-size: 0.44rem;
  font-weight: 500;
  color: #333333;
  /*line-height: 0.60rem;*/
  margin-bottom: 0.16rem;
}

.context-wrap .authLevel-1 .auth-text {
  line-height: 0.3rem;
  margin-left: 0.14rem;
  font-size: 0.32rem;
  font-weight: 400;
  color: #333333;
  line-height: 0.44rem;
  /*text-align: left;*/
}

.text-align {
  text-align: left;
}

.context-wrap .authLevel-1 .auth-tips {
  display: none;
  margin-left: 0.14rem;
  font-size: 0.22rem;
  font-weight: 400;
  color: #999999;
}

.context-wrap .authLevel-1 .submit-btn {
  width: 100%;
  margin-top: 0.34rem;
}

.context-wrap .authLevel-1 .submit-btn .confirm {
  width: 74%;
  margin: 0 auto 0.24rem;

  height: 0.76rem;
  line-height: 0.76rem;
  text-align: center;
  border: 0;
  outline: 0;

  border-radius: 0.05rem;
  background: #999999;

  font-size: 0.28rem;
  font-weight: 500;
  color: #ffffff;
}

.context-wrap .authLevel-1 .submit-btn .confirm.disabled {
  background: #999999 !important;
}

.context-wrap .authLevel-1 .submit-btn .confirm-href {
  width: 70%;
  margin: 0 auto;
  font-size: 0.22rem;
  font-weight: 400;
  color: #999999;
  position: relative;
  line-height: 0.34rem;
  text-align: left;
  padding-left: 0.4rem;
}

.context-wrap .authLevel-1 input[type='checkbox'] {
  display: inline-block;
  border-radius: 2px;
  outline: none;
  cursor: pointer;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  position: relative;
  margin: 0;
  width: 0.3rem;
  height: 0.3rem;
  display: inline-block;
  /* border-radius: 50%; */
  border: 1px solid #cccccc;
  outline: none;
  cursor: pointer;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  position: absolute;
  left: 0;
  top: 0.01rem;
  vertical-align: middle;
}

.context-wrap .authLevel-1 input[type='checkbox']:checked {
}

/*input[type=checkbox]:checked::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 0.08rem;
    width: 0.18rem;

    border-top: none;
    border-right: none;
    transform: rotate(-45deg);
}*/

.context-wrap .authLevel-1 .submit-btn .confirm-href a {
  text-decoration: none;
  color: inherit;
}

.context-wrap .authLevel-other {
  width: 100%;
  margin: 0 auto;
  padding-top: 0.7rem;
  text-align: center;
}

.context-wrap .authLevel-other .auth-text {
  /*height: 0.3rem;*/
  line-height: 0.3rem;
  /*text-align: left;*/
  font-size: 0.26rem;
  font-weight: 500;
  color: #444444;
}

.context-wrap .authLevel-other .auth-phone {
  width: 70%;
  margin: 0.62rem auto 0.31rem;
  font-size: 0.52rem;
  font-weight: 500;
  color: #444444;
  /* letter-spacing: 0.16rem; */
  /* padding-left: 0.2rem; */
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.context-wrap .authLevel-other .auth-phone span {
  text-align: center;
  /* vertical-align: bottom; */
  /* width: 0.4rem; */
  height: 0.56rem;
  line-height: 0.56rem;
  text-align: center;
  /* margin: 0 0.2rem 0 0; */
  border: 0;
  outline: 0;
  border-radius: 0.1rem;
  /* font-size: 0.5rem; */
  /* font-weight: 500; */
  appearance: none;
  -webkit-appearance: none;
  /* letter-spacing: 0; */
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid transparent;
}

/*.context-wrap .authLevel-other .auth-phone .input-val:first-child {
	margin-left: 0.2rem;
}*/
.context-wrap .authLevel-other .auth-phone .input-val {
  /* vertical-align: bottom; */
  width: 0.4rem;
  height: 0.56rem;
  line-height: 0.56rem;
  text-align: center;
  /* margin: 0 0.2rem 0 0; */
  border: 0;
  outline: 0;
  border: 1px solid #9a9a9a;
  border-radius: 0.1rem;
  /* font-size: 0.5rem; */
  /* font-weight: 500; */
  appearance: none;
  -webkit-appearance: none;
  /* letter-spacing: 0; */
  display: flex;
  justify-content: center;
  align-items: center;
}

.context-wrap .authLevel-other #error {
  margin: 0.19rem 0 0;
  font-size: 0.24rem;
  font-weight: 400;
  color: #fb0000;
}

.context-wrap .authLevel-other .auth-tips {
  display: none;
  margin-bottom: 0.79rem;
  font-size: 0.22rem;
  font-weight: 400;
  color: #999999;
}

.context-wrap .authLevel-other .confirm-href {
  width: 70%;
  margin: 0 auto;
  /*margin-top: 0.78rem;*/
  font-size: 0.22rem;
  font-weight: 400;
  color: #999999;
  position: relative;
  line-height: 0.34rem;
  text-align: left;
  padding-left: 0.44rem;
}

.context-wrap .authLevel-other input[type='checkbox'] {
  margin: 0;

  width: 0.32rem;
  height: 0.32rem;
  display: inline-block;
  border-radius: 50%;
  border: 1px solid #cccccc;
  outline: none;
  cursor: pointer;
  outline: none;
  appearance: none;
  /*改变任何元素的浏览器默认风格*/
  -webkit-appearance: none;
  position: absolute;
  left: 0;
  top: 0.01rem;
  vertical-align: middle;
}

.context-wrap .authLevel-other input[type='checkbox']:checked {
  /*background: #21B959;*/
  border: 1px solid rgb(27, 130, 235);
}

.context-wrap .authLevel-other .confirm-href a {
  text-decoration: none;
  color: inherit;
}

.footer {
  display: none;
  width: 100%;
  height: 1.5rem;
  font-size: 0.28rem;
  font-weight: 400;
  color: #999999;
  line-height: 0.4rem;
}

.protocal-mark {
  width: 100%;
  height: 100%;
  position: fixed;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
}

.protocal-mark .protocal {
  width: 100%;
  height: 100%;
  /*border-radius: 0.3rem;*/
  display: flex;
  /*flex-wrap: wrap;*/
  flex-direction: column;
  background: #fff;
}

.protocal-mark .protocal .iframe-wrap {
  flex: 1;
  -webkit-overflow-scrolling: touch;
  background: #ffffff;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  width: 100%;
  /*overflow-y: scroll;*/
}

.protocal-mark .protocal .header {
  position: relative;
  width: 100%;
  height: 0.76rem;
  line-height: 0.76rem;
  text-align: center;
  background: #ffffff;
  border-radius: 0.1rem 0.1rem 0 0;

  font-size: 0.28rem;
  font-weight: 500;
  color: #444444;
}

.protocal-mark .protocal .header .close-icon {
  display: block;
  position: absolute;
  top: 0.24rem;
  left: 0.24rem;
  width: 0.18rem;
  height: 0.32rem;
  background: url(../image/returnIcon.png) no-repeat center top;
  background-size: 100% 100%;
}

.protocal-mark .protocal iframe {
  height: 100%;
  width: 99.8%;
  /*margin: 0 auto;*/
  border-radius: 0 0 0.3rem 0.3rem 0 0;
  width: 1px;
  min-width: 100%;
  width: 100%;
}

.protocal-mark .protocal .agree-btn {
  width: 100%;
  height: 0.76rem;
  line-height: 0.76rem;
  text-align: center;
  background: #1b82eb;
  border-radius: 0 0 0.1rem 0.1rem;
  font-size: 0.28rem;
  font-weight: 500;
  color: #ffffff;
}

.mark {
  width: 100%;
  height: 100%;
  position: fixed;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mark .modal {
  width: 160px;
  height: 130px;
  /*background: url(../img/bg.png) no-repeat center top;
	background-size:100% 100%;*/
  background: #fff;
  border-radius: 10px;
  text-align: center;
}

.mark .modal .loader {
  width: 60px;
  height: 60px;
  margin: 20px auto 10px;
  background: url(../image/loading.png) no-repeat center top;
  background-size: 100% 100%;
  animation: turn 1.5s linear infinite;
}

.mark .modal .loading-tips {
  font-size: 16px;
  font-weight: bold;
  color: #444444;
}

.mark .modal .success {
  width: 1.08rem;
  height: 1.08rem;
  margin: 0.56rem auto 0.36rem;
  background: url(../image/success.png) no-repeat center top;
  background-size: 100% 100%;
}

.mark .modal .success-tips {
  font-size: 0.32rem;
  font-weight: bold;
  color: #444444;
}

@keyframes turn {
  0% {
    -webkit-transform: rotate(0deg);
  }

  25% {
    -webkit-transform: rotate(90deg);
  }

  50% {
    -webkit-transform: rotate(180deg);
  }

  75% {
    -webkit-transform: rotate(270deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}

.wrap {
  width: 100%;
  overflow: auto;
  flex: 1;
  /*display: flex;
    flex-wrap: wrap;
    flex-direction: column;*/
}

.custom {
  /*flex: 1;*/
  /*min-height: 1.4rem;*/
  position: relative;
}

.custom input {
  border: 0;
  outline: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  cursor: pointer;
}

.error-wrap {
  width: 100%;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
  padding-bottom: 1rem;
}

/*.error-wrap img {
	width: 1.4rem;
	height: 1.4rem;
}*/
.error-wrap .text {
  width: 100%;
  margin: 0.8rem 0 0.24rem;
  text-align: center;
  font-size: 0.32rem;
  font-weight: bold;
  color: #444444;
}

.error-wrap .tips {
  width: 100%;
  text-align: center;
  font-size: 0.28rem;
  font-weight: bold;
  color: #999999;
}

.img1 {
  width: 1.4rem;
  height: 1.4rem;
}

.img2 {
  width: 1.3rem;
  height: 1.24rem;
}

.img3 {
  width: 1.7rem;
  height: 1.24rem;
}

.img4 {
  width: 1.5rem;
  height: 1.26rem;
}

.img5 {
  width: 1.4rem;
  height: 1.4rem;
}

.img6 {
  width: 1.16rem;
  height: 1.22rem;
}

/*@media screen and (min-width:300px) and (max-width:374px) and (orientation:portrait) {
    .logo-wrap {
    	padding-top: 0.68rem;
    }
    .context-wrap .authLevel-other {
        padding: 0.4rem auto 0 !important;
    }
    .context-wrap .authLevel-other .auth-tips {
        margin-bottom: 0.4rem !important;
    }
}

@media screen and (min-width:768px) and (max-width:1028px) and (orientation:portrait) {
    .logo-wrap {
    	margin-top: 0;
    }
    .context-wrap .authLevel-other .auth-phone {
    	margin:0.1rem 0 0.1rem 0;
    }
    .context-wrap .authLevel-other {
        margin: 0.4rem auto 0 !important;
    }
    .context-wrap .authLevel-other .auth-tips {
        margin-bottom: 0.4rem !important;
    }
}

@media screen and (min-width:1028px) and (max-width:2048px) {
    body {
    	flex-direction: row;
    }

}*/
.ydrz-toast-wrap {
  width: 100%;
  height: 100%;
  position: fixed;
  right: 0;
  bottom: 0;
  /*background: rgba(0,0,0,0.3);*/
  z-index: 2147483999;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0;
}

.ydrz-toast-div {
  background: rgba(0, 0, 0, 0.3);
  border-radius: 0.06rem;
  text-align: center;
}

.ydrz-toast-wrap .ydrz-loader {
  width: 54px;
  height: 54px;
  margin: 27px auto 18px;
  background: url(../image/loading.png) no-repeat center top;
  background-size: 100% 100%;
  animation: turn 1.5s linear infinite;
}

.ydrz-toast-wrap .ydrz-toast-p {
  font-size: 0.28rem;

  color: #ffffff;
  margin: 0.1rem 0.2rem;
}

#ydrzAuthPage {
  width: 100%;
  position: relative;
  overflow: auto;
}

#ydrzAuthPage .ydrzauth-return,
#ydrzAuthPage .ydrzauth-title,
#ydrzAuthPage .ydrzauth-logo,
#ydrzAuthPage .ydrzauth-authText,
#ydrzAuthPage .ydrzauth-phoneLine,
#ydrzAuthPage .ydrzauth-tipText,
#ydrzAuthPage .ydrzauth-agreeText,
#ydrzAuthPage .ydrzauth-submitBtn,
#ydrzAuthPage .ydrzauth-otherLogin {
  position: absolute;
  margin: auto;
}

#ydrzAuthPage .ydrzauth-return {
  z-index: 2147483643;
}

#ydrzAuthPage .ydrzauth-otherLogin {
  white-space: nowrap;
  cursor: pointer;
}

#ydrzAuthPage .ydrzauth-phoneLine {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#ydrzAuthPage .ydrzauth-submitBtn {
  cursor: pointer;
}

#ydrzAuthPage .ydrzauth-phoneLine span {
  text-align: center;
  border: 1px solid transparent;
}

#ydrzAuthPage .ydrzauth-phoneLine .input-val {
  display: inline-block;
  vertical-align: bottom;
  text-align: center;
  border: 0;
  outline: 0;
  border: 1px solid #9a9a9a;
  border-radius: 0.17rem;
  appearance: none;
  -webkit-appearance: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

#ydrzAuthPage .ydrzauth-agreeText {
  display: flex;
}

#ydrzAuthPage .ydrzauth-agreeText #checkboxWrap {
  width: fit-content;
  margin: 0 0.5rem 0 0;
}

#ydrzAuthPage .ydrzauth-agreeText .agreeText {
  flex: 1;
}

#ydrzAuthPage .ydrzauth-agreeText .ydrz-choose-level4 {
  padding: 0;
  margin: 0;
  vertical-align: middle;
  display: inline-block;
  outline: none;
  cursor: pointer;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  vertical-align: text-bottom;
  position: relative;
}

#ydrzAuthPage .ydrzauth-footer {
  position: fixed;
  bottom: 3rem;
  width: 100%;
  text-align: center;
  font-size: 1.17rem;
  font-weight: 400;
  color: #999999;
}

.ydrz-toast-wrap-v1 {
  width: 100%;
  height: 100%;
  position: fixed;
  right: 0;
  bottom: 0;
  /*background: rgba(0,0,0,0.3);*/
  z-index: 2147483999;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0;
}

.ydrz-toast-wrap-v1 .ydrz-toast-div {
  /* width: 46%; */
  /* max-width: 200px; */
  background: rgba(0, 0, 0, 0.3);
  border-radius: 0.67rem;
  text-align: center;
}

.ydrz-toast-wrap-v1 .ydrz-toast-p {
  font-size: 1.17rem;

  color: #ffffff;
  margin: 1rem 1.67rem;
}

.agree-tips {
  box-sizing: border-box;
  padding: 12px 16px;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 8px;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  color: #ffffff;
  position: absolute;
}

.agree-tips .ydrz-tips-div {
  position: relative;
}

.agree-tips .tip-trangle-top {
  position: absolute;
  top: -22px;
  left: 0;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 10px solid rgba(0, 0, 0, 0.8);
}

.ydrz-layer-wrap-freeze {
  width: 100%;
  height: 100vh;
  position: absolute;
  left: 0;
  top: 0;
  background-color: transparent;
  z-index: 2147483642;
}

/* 提示层 */
.ydrz-msg-wrap {
  padding: 12px 18px;
  position: absolute;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 8px;

  margin: auto;
  height: fit-content;
  z-index: 2147483647;
  font-size: 12px;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
  width: fit-content;
}

.ydrz-tool-wrap {
  position: absolute;
  display: inline-block;
}

.ydrz-tool-wrap .ydrz-tool-tip {
  /* width: 120px; */
  white-space: nowrap;
  background-color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-weight: 400;
  color: #ffffff;
  text-align: center;
  border-radius: 8px;
  padding: 12px 16px;

  /* 定位工具提示 */
  position: absolute;
  z-index: 1;
  top: 100%;
  /* left: 50%;
    margin-left: -60px; */
  /* Use half of the width (120px/2 = 60px) */
}

/* 三角形指示器 */
.ydrz-tool-wrap .ydrz-tool-tip::after {
  content: '';
  position: absolute;
  top: -12px;
  /* 在工具提示的顶部 */
  left: 20px;
  /* 水平居中 */
  margin-left: -5px;
  /* 三角形宽度的一半 */
  border-width: 6px;
  border-style: solid;
  border-color: transparent transparent rgba(0, 0, 0, 0.8) transparent;
  /* 上边框颜色设置为黑色，其他三边颜色透明 */
}

.ydrz-bottom-msg-wrap {
  width: 100%;
  height: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 2147483647;
}

.ydrz-bottom-msg-panel {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 2147483647;
}

.ydrz-bottom-msg-panel .ydrz-bottom-msg-text,
.ydrz-bottom-msg-panel .ydrz-bottom-msg-btn {
  position: absolute;
  margin: auto;
}

.ydrz-bottom-msg-panel .ydrz-bottom-msg-text a {
  text-decoration: none;
}

.ydrz-bottom-msg-panel .ydrz-bottom-msg-btn {
  border: 0;
  outline: 0;
}

.btn-opacity {
  opacity: 0.3;
}
