﻿/*CSS样式重写*/
body,p,h1,h2,h3,h4,h5,h6,ul,li,dl,dt,dd,pre{
    margin:0;
    padding:0;
    border:none;
    list-style:none;
    box-sizing: border-box;
}
body{
    font-family: "microsoft yahei","Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
}
a{
    color: #333;
    text-decoration:none;
}
a:hover{
    color: #0A90CF;
    text-decoration:underline;
}

.section{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../image/body_bg1.jpg) no-repeat;
    background-size: 100% 100%;
}
.section .container{
    width: 1200px;
    height: 680px;
    position: relative;
    top: 50%;
    left: 50%;
    margin-top: -340px;
    margin-left: -600px;
}
.section .box{
    width: 1200px;
    height: 605px;
    position: relative;
    background: #fff url(../image/sunshine.jpg) no-repeat left;
    box-shadow: 1px 10px 20px #ddd;
}
.section .box .login-box{
    float: right;
    width: 460px;
    height: 605px;
    text-align: center;
    background: url(../image/leaf1.png) no-repeat right top;
}
.section .box .login-box .logo{
    margin: 72px 0 40px;
}
.section .box .login-box input{
    width: 340px;
    height: 45px;
    line-height: 45px;
    margin: 10px 0;
    border-radius: 5px;
    border: 1px solid #CCCECD;
    outline: none;
    box-sizing: border-box;
    padding-left: 40px;
    font-size: 16px;
    position: relative;
}
.section .box .input-box{
    position: relative;
}
.section .box .input-box img.limg{
    position: absolute;
    width: 19px;
    height: 19px;
    top: 23px;
    left: 70px;
    z-index: 999;
}
.section .box .input-box img.codeimg{
	position: absolute;
	top: 18px;
	right: 68px;
}
.section .box .login .input-box:last-child{
    text-align: left;
}
.section .box .login .input-box:last-child input{
    width: 240px;
    margin-left: 60px;
}
.section .box .login .input-box span{
    display: inline-block;
    width: 90px;
    height: 45px;
    line-height: 45px;
    border-radius: 5px;
    border: 1px solid #CCCECD;
    margin-left: 10px;
    text-align: center;
    font-size: 20px;
    cursor: pointer;
}
.section .box .login-box button{
    width: 340px;
    height: 45px;
    color: #fff;
    font-size: 20px;
    margin-top: 60px;
    border-radius: 20px;
    border: none;
    background: #0097DA;
    cursor: pointer;
}
.section .box .login-box button:hover{
    opacity: .85;
}

.section p{
    margin-top: 55px;
    text-align: center;
}

#sso{
	background-color: #FA4462;
	margin-top: 10px;
	text-align: center;
    padding: 10px;
}