﻿@CHARSET "UTF-8";
.top {
	height:70px;
	padding-top: 30px;
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
}
.logo{
	background-image: url(../img/logo.png);
	float: left;
	width: 209px;
	height: 60px;
	margin-left: 30px;
}

.main{
	background-image: url(../img/bgs.jpg);
	height: 600px;
	margin-top: 10px;
}
body {
	padding: 0px;
	margin: 0px;
}
.main-center{
	margin-right: auto;
	margin-left: auto;
	height: 500px;
	width: 1280px;
	
	
}
#content{
	background-color: rgba(255, 255, 255, 0.5);
	width: 320px;
	height: 350px;
	border: 1px solid #ACBFC1;
	border-radius: 6px;
	margin-top: 150px;
	margin-left: 900px;
	position: absolute;
	display: block;
	padding: 10px;
	float: right;
}
.clear{
	clear: both;
}
.register-input-box{
    margin-top: 12px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
}
.register-input-box input{
    width: 235px;
    height: 32px;
    margin-left: 18px;
    border: 1px solid #dcdcdc;
    border-radius: 4px;
    padding-left: 42px;
}

.register-input-box input:hover{
    border: 1px solid #ff7d0a;
}

.register-input-box input:after{
    border: 1px solid #ff7d0a;
}

.register-input-box .icon{
	width: 24px;
	height: 24px;
	margin: 6px 4px 6px 24px;
	background-color: #ff7d0a;
	display: inline-block;
	position: absolute;
	border-right: 1px solid #dcdcdc;
	background-repeat: no-repeat;
}

.register-input-box .icon.icon-user{
    background: url("../img/user.png");
	background-repeat: no-repeat;
}
.register-input-box .icon.icon-password{
    background: url("../img/password.png");
	background-repeat:no-repeat;
}
.register-input-box .icon.icon-mobile{
    background: url("../img/mobile.png");
	background-repeat:no-repeat;
}
.register-input-box .icon.icon-invite{
    background: url("../img/invite.png");
	background-repeat:no-repeat;
}
.register-input-box .icon.icon-com{
    background: url("../img/com.png");
	background-repeat:no-repeat;
}
.remember-box{
    width: auto;
    height: auto;
    margin-left: 18px;
    margin-top: 12px;
    font-size: 12px;
    color: #6a6765;
}

.register-button-box{
    margin-top: 12px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
}

.register-button-box button{
    background-color: #ff7d0a;
    color: #ffffff;
    font-size: 16px;
    width: 325px;
    height: 40px;
    margin-left: 18px;
    border: 1px solid #ff7d0a;
    border-radius: 4px;
}
.sub{
	width:277px;
	height:35px;
	line-height:35px;
	background-color: #FF8635;
	border: 1px solid #FF6600;
	border-radius: 5px;
	font-size: 16px;
	font-weight: bold;
	cursor:pointer;
	margin-left: 20px;
	color: #FFFFFF;
}
.sub:hover{
	width:277px;
	height:35px;
	line-height:35px;
	background-color: #FF6600;
	border: 1px solid #E85C00;
	border-radius: 5px;
	font-size: 16px;
	font-weight: bold;
	cursor:pointer;
	margin-left: 20px;
	color: #FFFFFF;
}
.register-button-box button:hover{
    background-color: #ee7204;
}

.register-button-box button:active{
    background-color: #ee7204;
}

.logon-box{
    margin-top: 20px;
    text-align: center;
}

.logon-box a{
    margin: 30px;
    color: #4a4744;
    font-size: 13px;
    text-decoration: none;
}

.logon-box a:hover{
    color: #ff7d0a;
}

.logon-box a:active{
    color: #ee7204;
}

*{ padding: 0; margin: 0; }
 li { list-style: none; }
 .box {
	width: 800px;
	height: 600px;
	position: relative;
	overflow:hidden;
	float: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
 }
 .box span {
 width: 40px;
 height: 60px; 
 display: block;
 position: absolute;
 top: 225px;
 margin-top: -20px;
 cursor: pointer;
 z-index: 1;
 }
 .box #left {
 width: 76px;
 height: 112px;
 background: url('../img/buttons.png') no-repeat left 0;
 left: 0;
  margin-top: -1px;
 display: none;
 }
 .box #right {
 width: 76px;
 height: 112px;
 background: url('../img/buttons.png') no-repeat right 0;
 right: 0;
  margin-top: -1px;
 display: none;
 }
 .box #txt {
 width: 100%;
 height: 30px;
 opacity: 0.4;
 position: absolute;
 bottom: 0;
 color: #fff;
 line-height: 30px;
 text-align: center;
 }
 #ad {
 width: 3164px;
 height: 600px;
 position: absolute;
 left: -1600px;
 }
 #ad li {
 float: left;
 }
  .box #left:hover {
 background: url('../img/buttons.png') no-repeat left -112px;
 }
 .box #right:hover {
 background: url('../img/buttons.png') no-repeat right -112px;
 }