@charset "UTF-8";
.login{
    display: flex;
    width: 100%;
    height: 100%;
    min-height: 800px;
    background: linear-gradient(to right, #f2b910, #f09800);
    min-width: 1200px;
}

html{
    min-width: 1200px !important;
}

body{
    min-width: 1200px !important;
}

.login-box{
    width: 1200px;
    margin: 0 auto;
    padding: 90px 100px 90px 100px;
}

.login-left{
    border-radius: 20px 0px 0px 20px;
    background: #ffead4;
    float: left;
    width: 50%;
    padding-bottom: 60px;
    text-align: center;
}

.login-left .top{
    margin-top: 30px;
    margin-left: 35px;
    height: 110px;
    text-align: left;
}

.login-left .buttom img{
    margin-left: 35px;
    float: left;
    width: 465px;
}

.login-right{
    border-radius: 0px 20px 20px 0px;
    background: #fff;
    width: 50%;
    padding-bottom: 60px;
    float: right;
}

.login-right ul{
    text-align: center;
    height: 433px;
}

.welcome{
    font-weight: bold;
    font-size: 46px;
    list-style: none;
    color: #f09800;
    text-align: center;
    margin-top: 88px;
    margin-bottom: 45px;
}

.line{
    opacity: 0.5;
    border: 1px dashed #ccc;
    border-style: ridge;
    width: 450px;
    margin: 0 auto;
}

.name{
    height: 60px;
    font-size: 26px;
    width: 400px;
    outline-style: none;
    border: 1px solid #ccc;
    border-radius: 3px;
    margin-top: 25px;
    background: url(../images/headimg.png) no-repeat 1rem center;
    background-size: auto 1.8rem;
    padding-left: 50px;
}

.secret{
    height: 60px;
    font-size: 26px;
    width: 400px;
    outline-style: none;
    border: 1px solid #ccc;
    border-radius: 3px;
    margin-top: 25px;
    background: url(../images/secret.png) no-repeat 1rem center;
    background-size: auto 1.8rem;
    padding-left: 50px;
}

.check{
    height: 60px;
    font-size: 26px;
    width: 212px;
    outline-style: none;
    border: 1px solid #ccc;
    border-radius: 3px;
    margin-top: 25px;
    background: url(../images/check.png) no-repeat 1rem center;
    background-size: auto 1.8rem;
    padding-left: 50px;
}

.check-data{
    height: 60px;
    line-height: 60px;
    font-size: 26px;
    color: #b2b2b2;
    width: 160px;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 3px;
    margin-left: 20px;
}

.sub input{
    height: 60px;
    font-size: 36px;
    color: #b2b2b2;
    width: 452px;
    outline-style: none;
    background: linear-gradient(to right, #f09800, #f2b910);
    color: #ffffff;
    border-radius: 10px;
    margin-top: 25px;
}

.error{
    margin-top: 87px;
    margin-left: -330px;
    width: 200px;
    color: red;
    font-size: 20px;
    position: absolute;
}

::-webkit-input-placeholder { /* WebKit browsers */
    color: #b2b2b2;
    font-size: 26px;
  }
  
  ::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #b2b2b2;
    font-size: 26px;
  }
  
  :-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #b2b2b2;
    font-size: 26px;
  }

  header {
	width: 100%;
	margin: 0 auto;
	min-width: 1200px !important;
}

header nav {
	width: 100%;
	background: #fff;
	min-width: 1200px !important;
}

header nav>div {
	width: 70%;
	margin: 0 auto;
	height: 84px;
	font-size: 20px;
}

.login-state {
    height: 48px;
    line-height: 48px;
    margin: 0 auto;
    width: 70%;
    background: #f5f5f5;
}