﻿.container {
  background-color: #ebedf0;
  min-height: 100vh;
}
.container-box{
  padding: 10px;
}
.content{
  background-color: #fff;
  border-radius: 10px;
  min-height: 200px;
  padding: 20px 10px;
  box-sizing: border-box;
}
.logo{
  width: 75%;
  margin: 0 auto;
  display: block;
  margin-bottom: 20px;
}

.tabs-box{
  margin-bottom: 25px;
}

.input-style{
  border: none;
  border-bottom: 1px solid #ebedf0;
  font-size: 1.2rem;
  padding: 10px;  
  width: 100%;
  margin-bottom: 20px;
}

.input-style-box{
  position: relative;
}
.sMcode{
  position: absolute;
  right: 0;
  top: 10px;
  font-size: 1.2rem;
  color: #009CFF;
}
.pawsd{
  position: absolute;
  right: 0;
  top: 12px;
  font-size: 1.6rem;
  padding-right: 16px;
}
.btn{
  margin-top: 20px;
}
.name-activacion{
  text-align: right;
  font-size: 1.2rem;
  color: #009CFF;
  margin: 20px 0;
}

/* 账号激活 */
.step-item{
  width: calc(100%/4);
  text-align: center;
  font-size: 1rem;
  position: relative;
}
.step-box{
  padding: 10px 12px;
  background-color: #fff;
}
.axeitar-box{
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 6px;
}
.axeitar{
  border: 1px solid #999;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.line{
  width: 60px;
  height: 1px;
  background-color: #d8d8d8;
  position: absolute;
  right: -30px;
  top: 10px;
}
.activeColor{
  color: #009CFF;
}
.axeitarColor{
  border-color: #009CFF;
  background-color: #009CFF;
  color: #fff;
  font-weight: bold;
}
.ret-input-style{
  padding: 12px 10px;
  border: 1px solid #d8d8d8;
  border-radius: 6px !important;
  width: 100%;
  margin-bottom: 10px;
  font-size: 1.2rem;
}
.ret-sMcode{
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 1.2rem;
  color: #009CFF;
}
.ret-mat-top{
  margin-top: 40px;
}
.Codigu-title{
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.Codigu-iphone{
  font-size: 14px;
  padding: 10px;
  text-align: center;

}
.Codigu-iphone-code{
  margin-top: 20px;
  text-align: center;
}
.mobile-title{
  margin-bottom: 10px;
  font-size: 14px;
}
.success{
  width: 173px;
  height: 107px;
  display: block;
  margin: 20px auto;
}
.lineColor{
  background-color: #009CFF;
}
[class*=van-hairline]::after{
  border-color: #c3c3c4;
}
.code-image{
  width: 100px;
  height: 40px;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -26px;
}
.code-image-index{
  width: 100px;
  height: 40px;
  position: absolute;
  top: 10;
  right: 10px;
}

/* 考试查询 */
.line-box{
  border-radius: 10px;
  overflow: hidden;
  font-size: 1.2rem;
  background-color: #fff;
  margin:4px 0 10px 0;
}
.line-time{
  padding-bottom: 2px;
  font-size: 1.26rem;
}
.ms-ap{
  padding: 10px 14px;
}

