header{
    width: 100%;
    height: 1.7rem;
    padding-left: 11.5%;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}
header img{
    
    height:35%;
}
form{
	width:100%
}
.swiper-container img{
    width: 100%;
}
footer{
    width: 100%;
    height: 2.28rem;
   padding-top: 30px;
   box-sizing: border-box;
    text-align: center;
    font-size: .16rem;
    color: #4f4f4f;
}
.login{
    top: 0.98rem;
    width: 6.67rem;
    height: 4.47rem;
    behavior: url(../css/PIE.htc);
    position: absolute;
    z-index: 10;
    right: 16.3%;
    display:flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    background-image:url('../img/loginWin.png');
    background-size: 100% auto;
    background-repeat: no-repeat;
}
section{
    position: relative;
    display: flex;
    align-items: center;
}
.login h1{
    top: 0.29rem;
    width: 100%;
    height: 0.38rem;
    display: flex;
    justify-content: center;
    font-size: 0.38rem;
    color: #FEFEFD;
    font-weight: normal;
    position: relative;
}
.login form{
    position: relative;
    top: 0.64rem;
    margin: 0px 1.13rem 0px 1.3rem;
}
.login button{
    width: 78%;
    height: 0.43rem;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: .22rem;
    border: none;
    margin: 0px 0px 0.1rem 0.47rem;
    background: none;
}

.login input[type="checkbox"]{
    width:20px;
    height:20px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    line-height: 18px;
    position: relative;
    top: -0.03rem;
}
.login input[type="checkbox"]::before{
    content: "";
    position: absolute;
    top: 0;left: 0;
    background: #fff;
    width: 100%;
    height: 100%;
    border: 1px solid #d9d9d9;
}
.login input[type="checkbox"]:checked::before{
    content: "\2713";
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    width:100%;
    border: 1px solid #e50232;
    color:#e50232;
    font-size: 20px;
    font-weight: bold;
}
.login a,.login label {
    color: white;
}
.loginMsg{
    height: 0.49rem;
    behavior:url(../css/PIE.htc);
    display:flex;
    justify-content: flex-start;
    align-items: center;
    padding-left: 10px;
    box-sizing:border-box;
    border: 1px solid #dddddd;
    margin-bottom: 0.20rem;
    background-color: white;
}
.loginMsg img{
    width: .22rem;
    height:.24rem;
    vertical-align: middle;
}
.loginMsg input{
    border: none;
    height: 100%;
    margin-left: .1rem;
    width: 100%;
    font-size: 0.2rem;
}

.loginMsg input::-webkit-input-placeholder{
    font-size: 0.2rem;
}
.loginMsg input::-moz-placeholder{   /* Mozilla Firefox 19+ */
    font-size: 0.2rem;
}
.loginMsg input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    font-size: 0.2rem;
}
.loginMsg input:-ms-input-placeholder{  /* Internet Explorer 10-11 */
    font-size: 0.2rem;
}

input:-webkit-autofill {
    background-color: transparent !important;
}
input::-webkit-input-placeholder{
    color:#989898;
    font-size: .16rem;
}
input::-moz-placeholder{   /* Mozilla Firefox 19+ */
    color:#989898;
    font-size: .16rem;
}
input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    color:#989898;
    font-size: .16rem;
}
input:-ms-input-placeholder{  /* Internet Explorer 10-11 */ 
    color:#989898;
    font-size: .16rem;
}
.check{
    height: 28px;
    border-radius: 5px;
    behavior:url(../css/PIE.htc);
    display:flex;
    justify-content: flex-start;
    align-items: center;
    font-size: .18rem;
    color: #9c9c9c;
    vertical-align: middle;
}
.check input{
    vertical-align: middle;
    outline: transparent;
    margin-top: 2px;
    margin-right: 2px;
}
.check input[type="checkbox"]{
    zoom:50%;
}
.check input[type=checkbox] {
    -ms-transform: scale(2); /* IE */
    -moz-transform: scale(2); /* FireFox */
    -webkit-transform: scale(2); /* Safari and Chrome */
    -o-transform: scale(2); /* Opera */
}
.login  div:nth-child(3){
    margin-bottom: .2rem;
}
button{
    width: 83%;
    height: .6rem;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #0071d2;
    font-size: .22rem;
    color: #fff;
    margin: 0 auto;
    border: none;

}
