* {
    margin: 0;
    padding: 0;
    font-family: "\5FAE\8F6F\96C5\9ED1";
    /*height:100%;
      width:100%;*/
}

/* 
body {
    background: url(/images/login-1.jpg) no-repeat!important;
}
*/

#index_bg{
  position:fixed;
  top: 0;
  left: 0;
  width:100%;
  height:100%;
  min-width: 1000px;
  z-index:-10;
  zoom: 1;
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-position: left 0;
}

/*
.form {
    position: absolute;
    top: 50%;
    left: 80%;
    margin-left: -170px;
    margin-top: -120px;
    height: 350px;
    width: 340px;
    font-size: 18px;
    -webkit-box-shadow: 0px 0px 10px #A6A6A6;
    background: #f8f7f7;
}*/

.form{
	position: absolute;
	top: 30%;
    left: 75%;
    margin-left: -170px;
    margin-top: -120px;
    width: 390px;
	height: 500px;
	font-size: 18px;
	-webkit-box-shadow: 0px 0px 10px #A6A6A6;
	background: #f8f7f7;
}


.border-btn {
    border-bottom: 1px solid #ccc;
}


.sfdl {
    border-bottom: 1px solid #ccc;
}

#landing{
	float: left;
    text-align: center;
    width: 220px;
    padding: 15px 0;
    color: #545454;
}

#registered {
    float: left;
    text-align: center;
    width: 170px;
    padding: 15px 0;
    color: #545454;
}

/*
#registered-content {
    margin-top: 40px;
    display: none;
}

#landing-content {
    clear: both;
}
*/

#registered-content {
    margin-top: 40px;
    display: none;
}

#landing-content {
    clear: both;
}


.inp {
    height: 30px;
    margin: 0 auto;
    margin-bottom: 30px;
    width: 80%;
}

.inp > input {
	BORDER: #707070 1px solid;
    text-align: center;
    height: 30px;
    line-height:28px;
    width: 100%;
    margin: 0 auto;
    transition: all 0.3s ease-in-out;
}

.login {
    background: #cdbca3;
    border: 1px solid #A6A6A6;
    color: #fff;
    height: 30px;
    width: 202px;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    margin-left: 90px;
    line-height: 30px;
    /*margin-top: 30px;*/
    transition: all 0.3s ease-in-out;
    border-radius: 3px;
    cursor: pointer;
}

.login:hover {
    background: #A6A6A6;
    color: #fff;
}

#bottom {
    margin-top: 30px;
    font-size: 13.333333px;
    color: #a6a6a6;
}

#registeredtxt {
    float: left;
    margin-left: 80px;
}

#forgotpassword {
    float: right;
    margin-right: 80px;
}

#photo {
    border-radius: 80px;
    border: 1px solid #ccc;
    height: 80px;
    width: 80px;
    margin: 0 auto;
    overflow: hidden;
    clear: both;
    margin-top: 30px;
    margin-bottom: 30px;
}

#photo > img:hover {
    -webkit-transform: rotateZ(360deg);
    -moz-transform: rotateZ(360deg);
    -o-transform: rotateZ(360deg);
    -ms-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
}

#photo > img {
    height: 80px;
    width: 80px;
    -webkit-background-size: 220px 220px;
    border-radius: 60px;
    -webkit-transition: -webkit-transform 1s linear;
    -moz-transition: -moz-transform 1s linear;
    -o-transition: -o-transform 1s linear;
    -ms-transition: -ms-transform 1s linear;
}

.fix {
    clear: both;
}

.form {
    display: none;
}


.pcolor{
	color:#999;
}

.book_6 {
    width: 126px;
    height: 46px;
    text-align: center;
    margin: 0 auto;
    line-height: 46px;
    margin-right:100px;
    margin-top: 10px;
    background-image: url(../images/bg-test1.png);
    background-repeat: no-repeat;
}

.book_6 a {
     color:#1f69ac;
    font-size: 18px;
    display: block;
 }
 .book_6 :hover {
    background-image: url("../images/bg-test2.png");
    background-repeat: no-repeat;
    cursor: pointer;
}
 .book_2 {
    margin-top: 60px;
    padding: 0 25px;
}

/*****���д�ť******/
.landing_btn_bg{
	float: left;
	background-image: none;
	background-color: #2379bc;
	width: 255px;
	height: 38px;
	cursor: pointer;
	border: 1px solid #005495;
	font-family:"Microsoft YaHei";
	font-size:18px;
	border-radius:6px;
	margin: 65px 20px 30px 65px;
	color:#fff;
	text-align:center;
	position:relative;
	line-height:36px;
}
.login_box_landing_btn{
	float:left;
	background:transparent;
	width:255px;
	height:38px;
	cursor:pointer;
	border: 0px solid #005495;
	font-family:"Microsoft YaHei";
	font-size:18px;
	border-radius:6px;
	position:absolute;
	left:0px;
	top:0px;
}

.b_360 {
    display:none;
    left: -410px;
    position: absolute;
    top: 220px;
}
a.open_360:hover .b_360{display:block;}