body {
    font-family: 微软雅黑;
    min-width: 1346px;
}

a {
    text-decoration: none !important;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clear {
    clear: both;
}

.container {
    width: 82%;
    margin: 0 auto;
    padding: 0;
}

#header {
    width: 100%;
    height: 150px;
    margin: 0 auto;
    background: #fff;
    /*  position:absolute;
    top:0; */
    position: relative;
    z-index: 9;
}

#header .logo_title {
    height: 75px;
    margin-top: 42px;
   /* background: url("../images/logo_blue_new.png") 0 0 no-repeat;*/
    /*../images/logo_blue_new.png*/
}

#content {
    background: #f2f8ff;
    height: 100%;
    width: 100%;
    position: relative;
    margin-top: -150px;
    min-height: 780px;
}

#content #left_box {
    float: left;
    width: 100%;
    height: 100%;
    background: url("../images/login01.png") no-repeat left center;
    position: relative;
}

#content #right_box {
    float: right;
    width: 440px;
    height: 420px;
    margin-top: 46px;
    background: url("../images/login_bg_03.png") no-repeat left top;
    padding: 110px 30px 0px;
    position: absolute;
    right: 0;
    top: 18%;

}

#content #right_box p {
    margin-bottom: 20px;
}

#content #right_box p .form-control {
    padding-left: 45px;
    height: 50px;
}

#passName2, #passWord2 {
    position: relative;
}

#passName2 img, #passWord2 img {
    width: 19px;
    height: 19px;
    overflow: hidden;
    position: absolute;
    left: 15px;
    top: 15px;
}

#setPass {
    margin-top: 0px;
}

#setPass .checkbox {
    margin: 0;
    color: #fff;
}

#setPass #forgot_password {
    color: #57f9ff;
}

#btn_box .btn {
    font-size: 18px;
}

#content .btn-primary {
    height: 50px;
    margin-top: 20px;
    font-size: 18px;
    background: #ffd802;
}

#footer {
    height: 150px;
    background: #fff;
    margin-top: -150px;
    position: relative;
    z-index: 999;
}

#footer p {
    position: absolute;
    width: 100%;
    text-align: center;
    color: #666;
    font-size: 18px;
}
#yzm{
    overflow: hidden;
    margin-bottom: 0;
}
#yzm input {
    width:100px;
    padding-left: 12px !important;
    height: 40px !important;
}
#yzm img{
    margin-left: 15px;
}
#yzm #changeIcon{
    color: #fff;
    cursor: pointer;
    margin-top: 20px;
}
#changeIcon{
    margin-left: 15px;
}