*{
  margin: 0;
  padding: 0;
}
a{
  text-decoration: none;
}
.container{
  width: 1000px;
  margin: 0 auto;
  clear: both;
}

.bg{
  background:#d4d5da url(../image/apply_bg2.jpg) no-repeat center 0;
}

header{
  width: 100%;
  height: 70px;
  background-color: rgba(0, 0, 0, 0.2);
  line-height: 70px;
  position: absolute;
  z-index: 9;
  top:0;
}
header img{
  margin-top: 18px;
  float: left;
  vertical-align: middle;
}
header a{
  color: white;
  float: right;
}

header a:hover{
  color: #4e75ff
}

.dispate{
  height: 1px;
  background: transparent;
}
main .container{
  margin-top: 70px;
  display: flex;
  justify-content: space-around;
  padding-top: 40px;
}

main .container>div{
  width: 430px;
}

main .left{
  padding-top: 70px;
}

main .left h2{
  font-size: 26px;
  font-weight: normal;
  line-height: 40px;
}

main .left a{
  color: #4e75ff;
}

main .left p{
  font-size: 14px;
  color: #797979;
  line-height: 26px;
  padding: 0 10px 5px 0;
  margin-top: 20px;
}

main h3{
  font-weight: 600;
  font-size: 20px;
  line-height: 40px;
  margin-bottom: 20px;
}

main .right .apply{
  width: 400px;
  height: 570px;
  padding: 30px;
  box-sizing: border-box;
  background-color: white;
}

main .right .apply input{
  height: 40px;
  padding-left: 12px;
}

main .right .apply textarea{
  height: 100px;
  padding: 12px;
  resize: none
}

main .right .apply input,
main .right .apply textarea{
  width: 100%;
  box-sizing: border-box;
  font-size: 12px;
  font-family: Microsoft YaHei;
  border: 1px solid #d9d9d9;
}

main .right .apply p,
main .right .apply .space{
  height: 16px;
  visibility: hidden;
}

main .right .apply .vcode div{
  display: flex;
  justify-content: space-between;
   width: 100%;
  align-items: center;
}

main .right .apply .vcode input{
  width: 150px;
}

main .right .apply .vcode img{
  vertical-align: middle;
  height: 38px;
}

main .right .apply .vcode .changeCode{
  cursor: pointer;
  color: #4e75ff;
  font-size: 12px;
  user-select: none;
}

main .right .apply .login{
  display: inline-block;
   width: 100%;
  height: 44px;
  background-color: #4e75ff;
  color: white;
  line-height: 44px;
  text-align: center;
  border: none;
}

main .right .apply p.err {
  background: url(../image/warning.png) no-repeat left center;
  background-size: 12px;
  font-size: 12px;
  color: red;
  padding-left: 20px;
}
.dg-btn{
  cursor: pointer;
}
.dg-btn.disabled,
.dg-btn[disabled] {
  cursor: not-allowed;
  opacity: .8;
}

.alert{
  width: 100%;
  height: 100%;
}
.alert .mask{
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 10;
  background: rgba(0, 0, 0, 0.2)
}
.alert .alert-con{
  background: white;
  position: absolute;
  left: 50%;
  top: 30%;
  transform: translate(-50%, -50%);
  width: 500px;
  border-radius: 5px;
  z-index: 11;
}

.alert .alert-con .title{
  font-weight: 600;
  /* text-align: center; */
  font-size: 16px;
  padding: 20px;
  box-sizing: border-box;
}
.alert .alert-con .content{
  padding: 20px;
  box-sizing: border-box;
}

.alert .alert-con .alert-foot{
  padding: 20px;
  text-align: right;
}

.alert .alert-con .alert-foot button{
  width: 60px;
  height: 36px;
  border-radius: 5px;
  color: white;
  background-color: #2d8cf0;
  border: none;
  cursor: pointer;
}

.alert .icon{
  display: inline-block;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  color: white;
  text-align: center;
  line-height: 26px;
  font-style: normal;
  margin-right: 20px;
}
.alert .warn{
  background-color: #f90;
}
.alert .err {
  background-color: #ed4014;
}
.alert .right{
  background-color: #19be6b;
}
