.max-border-bottom{
	border-bottom: 1px solid #ccc;
}
.max-border-top{
	border-top: 1px solid #ccc;
}
.max-border-gray{
	border: 1px solid #f1f1f1;
}
.max-br-10{
	border-radius: 10px;
}
.max-bor-blue{
	border: 0.03rem solid #459AF8!important;
}
.max-bb-blue{
	border-bottom: 0.03rem solid #459AF8;
}
.opa-disabled{
	opacity: .5;
}
.max-pd-ud-15{
	padding: 15px 0;
}
.max-mg-ud-15{
	margin: 15px 0px;
}
.max-flex{
	display: flex;
}
.max-flex-1{
	flex:1;
}
.max-jc-between{
	justify-content: space-between;
}
.max-jc-sa{
	justify-content: space-around;
}
.max-jc-center{
	justify-content: center;
}
.max-text-right{
	text-align: right;
}
.max-h15{
	height: 15px;background-color: #f1f1f1; 
}
.max-bg-white{
	background-color: #fff; 
}
.max-bg-gray{
	background-color: #f1f1f1; 
}
.max-br-50{
	border-radius: 50px;
}
.max-pd-small{
	padding: 3px 10px;
}
.max-fw0{
	font-weight:0;
}
.max-fw-600{
	font-weight: 600;
}
.max-h40{
	height: 40px;
}
.max-w35{
	width: 35px;
}
.max-w16{
	width: 0.42rem;
}
.max-ai-center{
	align-items: center;
}
.max-ai-end{
	align-items: flex-end;
}
.max-lh1{
	line-height: 1;
}
.max-color-gray{
	color:#a79e9e;
}
.max-col-999{
	color: #999999;
}
.max-color-white{
	color:#fff;
}
.max-ml-10{
	margin-left: 0.27rem;
}
.max-ml-15{
	margin-left: 0.4rem;
}
.max-ml-2{
	margin-left: 2px;
}
.max-flex-wrap{
	flex-wrap: wrap;
}
.max-pd-15{
	padding: 0.4rem;
}
.max-middle{
	vertical-align: middle
}
.max-mt-10{
	margin-top: 10px;
}
.max-mt15{
	margin-top: 0.4rem;
}
.max-mt-20{
	margin-top: 20px;
}
.max-mt-100{
	margin-top: 100px;
}
.max-mt0{
	margin-top: 0!important;
}
.detail img{
	display: block;
	max-width: 100%;
}
.max-pd-10{
	padding: 10px;
}
.max-pd-20{
	padding: 20px;
}
.max-pb-10{
	padding-bottom: 10px;
}
.max-pt-15{
	padding-top: 15px;
}
.max-mb-10{
	margin-bottom: 10px;
}
.max-ml10{
	margin-left: 0.27rem;
}
.max-ml5{
	margin-left: 0.13rem;
}
.max-text-center{
	text-align: center;
}
.max-text-right{
	text-align: right;
}
.max-flex1{
	flex: 1;
}
.max-flex-column{
	flex-direction: column;
}
.max-pb-55{
	padding-bottom: 55px;
}
.footer{
	height: 50px;
    width: 100%;
    position: fixed;
    bottom: 0;
    background-color: #fff;
}
.buy-button{
	    border: 0;
    width: 100%;
    height: 100%;
    background-color: red;
    color: #fff;
}
.max-pt-10{
	padding-top: 10px;
}
.max-bg-white{
	background-color: #fff;
}
.cases span{
	margin: 4px 0;
}
.modal-content{
	max-height: 400px;
}
.max-big-button{
	width: 100%;
	height: 50px;
	border: 0;
	color: #fff;
	text-align: center;
	line-height: 50px;
	background-color: red;
	font-size:16px;
}
.max-color-red{
	color:red!important;
}
.max-fs12{
	font-size:12px!important;
}
.max-fs13{
	font-size:0.35rem!important;
}
.max-fs14{
	font-size:0.37rem!important;
}
.max-fs16{
	font-size: 0.43rem;
}
.max-fs11{
	font-size: 0.29rem;
}
.max-fs18{
	font-size: 0.48rem;
}
.max-fs25{
	font-size: 0.67rem;
}
.max-bb-dotted{
	border-bottom: 1px dotted #ccc;
}
/* body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 100vh;
} */
#app{
	width: 100%;
	height: 100%;
}
.radio {
  /*margin: 0.5rem;*/
}
.radio input[type="radio"] {
  position: absolute;
  opacity: 0;
}
.radio input[type="radio"] + .radio-label:before {
  content: '';
  background: #f4f4f4;
  border-radius: 100%;
  border: 1px solid #b4b4b4;
  display: inline-block;
  width: 1.4em;
  height: 1.4em;
  /*position: relative;
  top: -0.2em;*/
  margin-right: 1em;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}
.radio input[type="radio"]:checked + .radio-label:before {
  background-color: #3197EE;
  box-shadow: inset 0 0 0 4px #f4f4f4;
}
.radio input[type="radio"]:focus + .radio-label:before {
  outline: none;
  border-color: #3197EE;
}
.radio input[type="radio"]:disabled + .radio-label:before {
  box-shadow: inset 0 0 0 4px #f4f4f4;
  border-color: #b4b4b4;
  background: #b4b4b4;
}
.radio input[type="radio"] + .radio-label:empty:before {
  margin-right: 0;
}
.visual-arount-circel{
	width: 4rem;
	height: 4rem;
	border-radius: 50%;
	background-color: #e5f3fb; 
}
.visual-arount-circel div{
	width: 3rem;
	height: 3rem;
	border-radius: 50%;
	background-color: #008bd0; 
}
.choose-eye .eye-box{
	width: 45%;
	background-color: #f0faff;
	border: 1px solid #ccc;
	padding: 0.133rem;
}
.eye-box p{
	font-size: .33rem;
}
.eye-content .btn-div{
	background-color: #f3f3f3;
	color: #9a9b9c;
	padding: .2rem .4rem;
	border-radius: .4rem;
}
.operate-box .side{
	font-size: .6rem;
    color: #3c89ca;
    padding: .4rem 0;
    font-weight: bold;
}
.side .unseen{
	font-size: .55rem;
	font-weight: normal;
	color: #000;
}
.icon{
	/*display: none;*/
}
.result .result-box{
	width: 90%;
	margin: 0 auto;
	margin-top: 1.5rem;
	-webkit-box-shadow:0 0 10px #eaeded;
    -moz-box-shadow:0 0 10px #eaeded;
    box-shadow:0 0 10px #eaeded;
}
.result-box h2{
	font-size:.6rem;
	padding: .9rem 0;
}
.result-box .circle{
	width: 40%;
	margin: 0 auto;
	border:.5rem solid #eaeded;
	border-radius: 50%;
}
.circle>:nth-child(1){
	margin-top: .5rem
}
.circle>:nth-child(3){
	margin-bottom: .5rem
}
.circle>:nth-child(2){
	font-size: .8rem;
	font-weight: bold;
}
.btn-area{
	margin-top: 1rem;
}
.btn-area .continue-test{
	border: 0;
	padding: .3rem .6rem;
	color: #fff;
	background-color: #008bd0;
	text-align: center;
}
.btn-area .end{
	color: #008bd0;
	border-bottom: 1px solid #008bd0;
	font-size: .4rem;
}
.mobile-box input{
	border: 0;
	width: 100%;
	height: 30px;
	line-height: 30px;
}
.bind-box{
	width: 80%;
	border-radius: 5px;
}
.code-box input{
	border: 0;
	height: 30px;
	line-height: 30px;
}
.blue{
	color: #459AF8;
}

.bind-btn-box{
	margin-top: 20px;
}
.bg-white{
	background-color: #fff;
}
.mobile-box, .code-box{
	padding: 7.5px 0;
	border-bottom: 1px solid #ccc;
}
.code-box{
	margin-top: 0.32rem;
}
.tit-img {
    width: .7rem;
    height: .7rem;
    margin-left: .2rem;
    margin-right: .2rem;
}