* {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

ul li {
    list-style: none;
}

body {
    font-family: "Microsoft YaHei", "微软雅黑", Arial, Helvetica, sans-serif;
    background: #F5F5F5 url(../../images/topbanner.jpg) top center no-repeat;
    min-width: 1200px;
}

input {
    -webkit-appearance: none;
    /* 针对Webkit浏览器，如Chrome和Safari */
    -moz-appearance: none;
    /* 针对Firefox */
    appearance: none;
}

select {
    -webkit-appearance: none;
    /* 针对Webkit浏览器，如Chrome和Safari */
    -moz-appearance: none;
    /* 针对Firefox */
    appearance: none;
}

.left {
    float: left;
}

.right {
    float: right;
}

.clear {
    clear: both;
}

.mt10 {
    margin-top: 10px !important;
}

.mt15 {
    margin-top: 15px !important;
}

.mt20 {
    margin-top: 20px !important;
}

.mt30 {
    margin-top: 30px !important;
}

.mt40 {
    margin-top: 40px !important;
}

.mt50 {
    margin-top: 50px !important;
}

.mt60 {
    margin-top: 60px !important;
}


/*头部*/
.header {
    width: 1700px;
    height: 200px;
    margin: 0 auto;
}

.header .topnav {
    width: 120px;
    float: right;
    height: 70px;
    /* background-color: #ccc; */
}

.header .topnav .rk {
    width: 60px;
    height: 30px;
    background: url(../../images/zhuye.png) 0 3px no-repeat;
    padding-left: 32px;
    line-height: 30px;
    font-size: 20px;
    color: #fff;
    float: left;
}

.header .topnav .dy {
    width: 200px;
    height: 60px;
    margin-left: 20px;
    line-height: 60px;
    font-size: 26px;
    color: #fff;
    text-align: center;
    background-color: #037DFF;
    float: left;
}

.login {
    width: 625px;
    height: 675px;
    margin: 0 auto;
    padding-top: 60px;
    background: #fff;
    border-radius: 20px;
    box-sizing: border-box;
}

.login h1 {
    font-size: 34px;
    height: 40px;
    line-height: 40px;
    color: #5595FF;
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 0 115px;
}

.login h2 {
    font-size: 28px;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    color: #5595FF;
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 0 115px;
    margin-bottom: 50px;
}

.option {
    width: 350px;
    height: 29px;
    border-bottom: 1px solid #C1C1C1;
    margin: 0 auto;
    padding-bottom: 10px;
    margin-top: 25px;


}

.option input:focus {
    outline: none;
    /* 移除默认的outline */
}

.option i {
    display: block;
    float: left;
    width: 36px;
    height: 26px;
}

.option input {
    float: left;
    width: 245px;
    margin-left: 5px;
    font-size: 18px;
    line-height: 20px;
}

.accounticon i {
    background: url(../../images/accounticon.png) 0 0 no-repeat;
}

.password {
    height: 40px !important;
}

.code {
    position: relative;
    height: 40px !important;
}

input {
    border: none
}

.code input {
    width: 150px !important;
}

.password i {
    width: 32px;
    height: 40px;
    background: url(../../images/passwordicon.png) 0 0 no-repeat;
}

.code i {
    width: 34px;
    height: 42px;
    background: url(../../images/codeicon.png) 0 0 no-repeat;
}

#code {
    position: absolute;
    width: 120px;
    height: 68px;
    right: 0px;
    top: -20px;
    cursor: pointer;
}

#code img {
    width: 100%;
    margin-top: 13px;
}

.submit {
    width: 400px;
    height: 60px;
    margin: 0 auto;
    margin-top: 100px;
    border-radius: 26px;
    background: #5595FF;
    line-height: 60px;
    font-size: 22px;
    text-align: center;
}

.submit a {
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
}

.accounticon_zc {
    margin-top: 30px;
    line-height: 14px;
    font-size: 14px;
    text-align: right;
    width: 80%;

}

.accounticon_zc a {
    color: #acacac;
    font-size: 16px;
    color: #037DFF;
}





/* 小屏幕手机（最大宽度 480px） */
@media screen and (max-width: 480px) {
    body {
        background: #F5F5F5 url(../../images/mobile/topbanner.png) top center no-repeat;
        background-size: 100%;
        min-width: 480px;
        width: 100%;
        /* overflow: hidden; */
    }

    .bg {
        background: #F5F5F5 url(../../images/mobile/topbanner.png) top center no-repeat;
        background-size: 100%;
        min-width: 480px;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        z-index: -1;
    }

    .header {
        width: 480px;
        height: 130px;

    }

    .login {
        width: 460px;
        height: 560px;
    }

    .login h1 {
        font-size: 26px;
        padding: 0px 60px;
    }

    .login h2 {
        font-size: 20px;
        padding: 0 60px;
        margin-bottom: 16px;
    }


    .option i {
        width: 17px;
        height: 20px;
        margin-top: 8px;
        background-size: 100%;

    }

    .option {
        margin-top: 16px;
    }

    .option input {
        margin-left: 10px;
        font-size: 18px;
        margin-top: 5px;
    }

    #code {
        top: -13px;
    }

    .submit {
        width: 350px;
        height: 50px;
        margin-top: 70px;
        line-height: 50px;
        font-size: 20px;
    }






















































    .footer .footCon {
        width: 480px !important;
        height: 60px !important;
    }



}
