.site-header__page{
  height: 34px;
  width: 80px;
  font-size: 20px;
  font-weight: 400;
  color: rgba(51,51,51,1);
  margin-left: -38px;
  border-left: 1px solid #E0E0E0;
  float: left;
  margin-top: 17px;
  padding-left: 23px;
}
.login .login__tab .el-tabs__nav-wrap {
  margin: 0px auto 0 !important;
}
.QRcode-cover {
  height: 200px;
  width: 200px;
  background-color: rgba(0,0,0,.6);
  display: inline-block;
  position: absolute;
}
.QRcode-cover div {
  margin-top: 50px;
}
.code-img .QRcode-cover img {
  height: 60px;
  width: 60px;
}
.code-img .url-cover {
  height: 200px;
  width: 200px;
}
.code-img span {
  display: inline-block;
  margin: 0 !important;
}
.code-img .point {
  cursor: pointer;
  margin-bottom: 10px !important;
}
.code-img .point:hover {
  color: #CC2A21;
}
.code-img .QRcode-cover p {
  color: white;
}
.code-img {
  text-align: center;
}
.code-img img {
  height: 200px;
}
.QRcode {
  text-align: right;
  margin-top: 20px;
  padding-right: 45px;
  height: 52px;
}
.QRcode img {
  width: 52px;
  height: 52px;
}
.site-body{
  height: 820px;
  width: 100%;
  overflow: hidden;
  background: url('../img/login-bac.png') no-repeat center/cover;
}
.site-body.register{
  height: auto;
  background-color: #fff;
  background-image: url('../img/register-bac.png');
  background-position: top center;
  background-size: contain;
}

.login{
  float: left;
  margin-left: 113px;
  width:437px;
  height:513px;
  background:rgba(255,255,255,1);
  box-shadow:0px 0px 16px -2px rgba(0,0,0,0.06);
  border-radius:4px;
  position: relative;
}
.login__wrap{
  width: 1038px;
  margin: 140px auto 167px;
}
.login__desc{
  width: 488px;
  float: left;
  margin-top: 158px;
}
.login__desc .main{
  width:488px;
  height:48px;
  font-size:34px;
  font-weight:500;
  color:rgba(51,51,51,1);
  line-height:48px;
  display: block;
}
.login__desc .small{
  width:257px;
  height:28px;
  font-size:20px;
  font-weight:400;
  color:rgba(102,102,102,1);
  line-height:28px;
  margin-top: 32px;
  display: block;
}
.agreement{
  width:437px;
  height:52px;
  line-height: 52px;
  text-align: center;
  text-decoration: none;
  background:rgba(250,250,250,1);
  color:rgba(128,128,128,1);
  position: absolute;
  bottom: 0;
  left: 0;
}

/* 登录框 */
.el-tabs__header{
  margin-bottom: 40px;
}
.el-tabs__nav-wrap{
  width: 335px;
  margin: 60px auto 0;
}
.el-tabs__item{
  width: 111px;
  text-align: center;
  padding: 0 20px !important;
}
.el-tabs__active-bar,
.el-tabs__item.is-active,
.el-tabs__item:hover{
  color: rgba(204, 42, 33, 1) !important;
}
.el-tabs__active-bar{
  background-color: rgba(204, 42, 33, 1) !important;
}
.el-tabs__item.is-disabled{
  color: #C0C4CC !important;
}
.el-form{
  width: 336px;
  margin: 0 auto;
}
.el-form-item {
  margin-bottom: 24px;
}
.form__teacher .submit{
  background-color: rgba(204, 42, 33, 1);
  color: #fff;
  width: 100%;
  height: 50px;
  outline: none;
  border: none;
  border-radius: 2px;
  margin-top: 8px;
}
.form__teacher .about{
  width:100%;
  height:20px;
  font-size:14px;
  display: flex;
  justify-content: space-between;
  margin-top: 24px;
  line-height:20px;
}
.about__code{
  color:rgba(204, 42, 33, 1);
  cursor: pointer;
}
.about__forget{
  color:rgba(120,120,120,1);
  cursor: pointer;
}
.form__teacher .send,
.form__forget .send{
  height: 40px;
  width: 132px;
  color: rgba(204, 42, 33, 1);
  line-height: 40px;
  text-align: center;
  width: 126px;
  display: inline-block;
  cursor: pointer;
  float: right;
}

.form__forget .submit{
  display: flex;
  justify-content: space-between;
  margin-top: 32px;
}
.form__forget .submit_cancel{
  float: left;
  width:110px;
  height:50px;
  background:#fff;
  border-radius:2px;
  text-align: center;
  color: rgba(204,42,33,1);
  border: 1px solid rgba(204,42,33,1);
}
.form__forget .submit_next{
  float: left;
  width:211px;
  height:50px;
  background:rgba(204,42,33,1);
  border-radius:2px;
  text-align: center;
  color: #fff;
  border: none;
}
.step{
  justify-content: space-between;
  height: 75px;
  font-size: 18px;
  font-weight: 400;
  color: rgba(179,179,179,1);
  background-color: #fff;
  line-height: 75px;
  padding: 0 68px;
  background-color: #FAFAFA;
  width: 100%;
  margin-bottom: -24px;
  display: flex;
}
.step .arrow{
  position: relative;
  top: -1px;
}
.code .el-input{
  width: 204px;
}

/* 滑块验证样式 */
.slide-verify-code {
  position: relative;
}
.slide-verify-code .slide-verify-box {
  position: absolute;
  top: -120px ;
  left:0;
  padding: 0 10px 10px;
  background-color: #fff;
  box-shadow:0px 0px 16px -2px rgba(0,0,0,0.09);
  z-index:10;
}
.slide-verify-code .slide-verify-box::before {
  display: none;
  position: absolute;
  bottom: -20px;
  right:50px;
  content:'';
  width: 0;
  height: 0;
  border: 10px solid #fff;
  border-color:   rgba(0,0,0,0.05) transparent transparent transparent ;
  z-index: 11;
}
.slide-verify-code .slide-verify-box::after {
  display: none;
  position: absolute;
  bottom: -19px;
  right:50px;
  content:'';
  width: 0;
  height: 0;
  border: 10px solid #fff;
  border-color:   #fff transparent transparent transparent ;
  z-index: 11;
}
canvas {
  display: block;
}
.slide-verify-code .slide-verify-refresh-icon {
  z-index: 11;
}
.slide-verify-box .slide-verify-slider {
  margin-top: 10px !important;
}
.container-active .slide-verify-slider-mask {
  background: rgba(204,42,33,.3)!important;
}
.slide-verify-slider-mask-item:hover{
  background:rgba(204,42,33,1)!important;
}
.container-active .slide-verify-slider-mask-item {
  border: 1px solid rgba(204,42,33,1)!important;
}
.container-active .slide-verify-slider-mask {
  border: 1px solid rgba(204,42,33,1)!important;
}
.slide-verify-head {
  height: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.slide-verify-head span {
  color: #333;
}
.slide-verify-head-close{
  width: 32px;
  height: 32px;
  background: url(../img/slide-verify-close.png) no-repeat center/70%;
  cursor: pointer;
}