/*reset*/
html, body, div, img, span, a, i, ul, li, span, table, tr, td, header, section, footer, p {
    margin: 0;
    padding: 0;
}

html, body {
    width: 100%;
    background-color: white;
    margin: 0 auto;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    /*color:#666666*/
}

li {
    list-style-type: none
}

i, em {
    font-style: normal
}

body {
    font-family: "Microsoft Yahei";
    -webkit-text-size-adjust: 100% !important;
    text-size-adjust: 100% !important;
    -moz-text-size-adjust: 100% !important;
}

#wapper {
    width: 100%;
    background-color: #FFFFFF;
}

section {
    width: 100%;
    height: 700px;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
}
.login_logo{
    display: block;
    position: absolute;
    top: 20%;
    right: 40%;
    width: 600px;
}
#conten {
    width: 280px;
    background-color: #FFFFFF;
    position: absolute;
    top: 10%;
    right: 10%;
}

.write_in {
    width: 80%;
    height: 3px;
    margin: 0 auto;
    border-bottom: 1px solid #a7b1c2;
    display: table;
}

.icon {
    display: block;
    float: left;
    width: 33px;
    height: 33px;
    margin-top: 30px;
    margin-bottom: 5px;
}

.icon1 {
    padding: 0px 3px;
    width: 26px;
    height: 27px;
    margin-top: 43px;
}

.oInput {
    display: block;
    width: 65%;
    height: 25px;
    float: left;
    margin-top: 43px;
    margin-left: 10px;
    border: none;
}

::-webkit-input-placeholder { /* WebKit browsers */
    color: #a7b1c2;
    font-size: 15px;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #a7b1c2;
    font-size: 15px;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #a7b1c2;
    font-size: 15px;
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #a7b1c2;
    font-size: 15px;
}

.three {
    display: inline-block;
    width: 195px;
    margin-left: 27px;
}

.three input {
    width: 100px;
}

.inden_code {
    display: inline-block;
    width: 92px;
    height: 42px;
    background-color: #A7B1C2;
    margin-left: 10px;
    margin-top:20px;
}

.tips {
    width: 80%;
    height: 14px;
    margin: 10px auto 0px;
    color: red;
    font-size: 14px;
    /*margin-top: 10px;*/
}

.choice_in {
    width: 80%;
    height: 30px;
    margin: 20px auto 0;
    font-size: 13px;
    color: #a7b1c2;
}

.r_span {
    float: right;
}

#login_btn {
    width: 85%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #4fcad9;
    color: #ffffff;
    font-size: 19px;
    margin: 10px auto 0;
    margin-bottom: 35px;
    border-radius: 4px;
}

#login_btn:hover {
    cursor: pointer;
}

#rem_input {
    margin: 0;
    float: left;
    width: 15px;
    height: 15px;
    background: #a7b1c2;
    margin-right: 5px;
    float: left;
}

footer {
    width: 100%;
    height: 230px;
}

#foot_inner {
    width: 300px;
    height: 120px;
    margin: 50px auto 0;
}
#foot_inner img{
	display: block;
    float: left;
    width: 130px;
    height: 130px;
    margin-right: 30px;
}
.wrong {
    border-bottom: 1px solid red;
}

input:focus {
    outline: none;
}
#bookMark{
	background-repeat:no-repeat;
	background-size:19px 20px;
	background-position-y: 1px;
	display:block;
	width:100px;
	height:20px;
	float:right;
	margin-right:150px;
	color:#656565;
	text-indent:20px;
	font-size: 14px;
	margin-top:70px;
}
#bookMark:hover{
	cursor: pointer;
}
#mesDiv{
	width:200px;
	position:absolute;
	border:1px solid #666;
	right: 106px;
    top: 13px;
    color:#666;
    z-index:999999;
    background: #fff;
    font-size: 13px;
    padding: 7px;
    line-height: 17px;
    box-shadow: 3px 4px #ccc;
    color:#000;
    opacity:0;
}
.mes_span{
	color:#1797e3;
	font-weight:700;	
}
.close_img{
	position:absolute;
	top:1px;
	right:1px;
	display:block;
	width: 10px;
    height: 10px;
    z-index:99999;
}
.fadeIn{
    animation: myfade .3s forwards;
    -webkit-animation: myfade .3s forwards; 
}
.hide{
	top:40px;
	opacity:0;
}
.inline_block{
    display:inline-block;
    width:100px !important;
}
@keyframes myfade{
from {top:40px;opacity:0;}
to {top:13px;opacity:1;}
}
@-webkit-keyframes mymove{
from {top:40px;opacity:0;}
to {top:13px;opacity:1;}
}
