html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td, img {
	margin: 0;
	padding: 0;
}
body {
	background: #fff;
	font-size: 14px;
	color: #333;
	font-family:  , Tahoma, Arial, Hiragino Sans GB, Helvetica, Verdana, "\5b8b\4f53";
	min-width: 1140px;
	margin: 0 auto;
}
td, th, caption { font-size: 14px; }
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-size: 100%;
}
a {
	color: #333;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #D1B46F;
}
a.color { color: #D1B46F; }
a.color:hover { text-decoration: underline; }
s, em, i {
	font-style: normal;
	text-decoration: none;
}
img {
	border: none;
	vertical-align: middle;
}
ol, ul, li { list-style: none; }
input, textarea, select, button {
	outline: none;
	border: none;
	background: transparent;
	font-family:  , Tahoma, Arial, Hiragino Sans GB, Helvetica, Verdana, "\5b8b\4f53";
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
th, td {
	padding: 10px 20px;
	border: 1px #e5e5e5 solid;
}
.clearfix:after, .clearfix:before {
	content: "";
	display: block;
	visibility: hidden;
	height: 0;
	line-height: 0;
	clear: both;
}
.clearfix { *zoom: 1;
}
.oh { overflow: hidden; }
.tc { text-align: center; }
.tr { text-align: right; }
.tl { text-align: left; }
.fl { float: left; }
.fr { float: right; }
.bd { border-bottom: 1px solid #ddd; }
.bg-f6 { background: #f6f6f6; }
.mt10 { margin-top: 10px; }
.mt20 { margin-top: 20px; }
.mt30 { margin-top: 30px; }
.wrap {
	margin: 0 auto;
	width: 1140px;
}
.small {
	font-size: smaller;
	font-weight: normal;
	color: #999;
}
.gray { color: #999; }
.gold { color: #D1B46F; }
.red { color: #D73D2F !important; }
.line {
	height: 3px;
	width: 80px;
	background: #D1B46F;
}
.img {
	overflow: hidden;
	display: block;
}
.img img, a {
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.img img:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.btn {
	background: #D1B46F;
	color: #fff;
	font-size: 16px;
	border-radius: 4px;
	border: none;
	width: 160px;
	height: 44px;
	line-height: 44px;
	box-sizing: border-box;
	cursor: pointer;
}
.btn:hover { opacity: 0.9; }
a.disable {
	cursor: default;
	color: #999;
}
.none { display: none; }

/* +++ header +++ */

.header {
	background: #fff;
	height: 126px;
}
.topbar {
	background: #F5F5F5;
	height: 36px;
	line-height: 34px;
	color: #666;
}
.topbar .user-name { color: #D1B46F; }
.topbar a.login-out {
	color: #999;
	margin-right: 20px;
}
.topbar a.login-out:hover {
	color: #D1B46F;
	text-decoration: underline;
}
.topbar .tel strong { color: #D73D2F; }
.logo { margin-top: 20px; }
.nav {
	font-size: 16px;
	line-height: 36px;
	height: 36px;
	margin-top: 27px;
}
.nav li {
	float: left;
	margin-left: 26px;
	position: relative;
}
.nav ul li dl{ background:#fff; width:140%; position:absolute; left:0px; top:100%; box-shadow:2px 2px 5px rgba(0,0,0,0.2); padding:10px 0;display:none;z-index: 999; }
.nav ul li dl dd{ line-height:28px;border-bottom:#ddd dotted 1px; margin:0 10px; }
.nav ul li dl dd a{ font-size:14px; color:#666; font-weight:normal; display:inline; padding:0; text-align:left;}
.nav ul li dl dd a:hover{ color:#f60;}
.menu_down:hover dl{ display:block}
.login-btn {
	display: inline-block;
	padding-left:16px;
	padding-right:16px;
	text-align: center;
	border: 1px #D1B46F solid;
	color: #D1B46F;
	border-radius: 4px;
}
.login-btn:hover {
	background: #D1B46F;
	color:#fff;
}

/* +++ footer +++ */

.footer {
	padding-bottom: 80px;
	background-color: #333;
	color: #666;
}
.footer-left { padding-top: 50px; }
.footer-links { margin-bottom: 30px; }
.footer-links ul li {
	float: left;
	margin-right: 25px;
}
.footer-links ul li a { color: #999; }
.footer-links ul li a:hover { color: #fff; }
.footer-middle { margin-right: 95px; }
.footer-middle .hotline {
	padding-top: 50px;
	text-align: right;
	color: #999;
}
.footer-middle .hotline strong {
	display: block;
	font-size: 28px;
	font-weight: normal;
	color: #D1B46F;
	margin-bottom: 20px;
}
.footer-right {
	padding-top: 50px;
	text-align: center;
}
.footer-right .wx-qr img {
	display: block;
	margin-bottom: 10px;
}
.footer-bottom {
	width: 930px;
	font-size: 12px;
	float: left;
	margin-top: -30px;
	padding-bottom: 30px;
}

/* +++ home +++ */

.banner {
	width: 100%;
	height: 600px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	z-index: 1;
	text-align: center;
	color: #fff;
}
.banner .swiper-slide {
	background: url(../img/banner.png) no-repeat center top #D1B46F;
}
.banner .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	background: #fff;
	opacity: 1;
}
.banner .swiper-pagination-bullets {
	position: absolute;
	bottom: 20px;
	text-align: center;
	z-index: 2;
}
.banner .swiper-pagination-bullet-active { background: #D1B46F; }
.banner h2 {
	padding-top: 155px;
	font-size: 44px;
	font-weight: bold;
}
.banner h3 {
	margin-top: 20px;
	margin-bottom: 30px;
	font-size: 34px;
}
.banner .btn {
	display: inline-block;
	background: transparent;
	width: 200px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	border: 1px #fff solid;
	color: #fff;
	font-size: 16px;
}
.banner .btn:hover {
	background: #D1B46F;
	border: 1px #D1B46F solid;
}
.banner h2 {
	transform: translateX(-200px);
	opacity: 0;
	transition: all .4s;
}
.banner .ani-slide h2 {
	transform: translateX(0);
	opacity: 1;
}
.banner h3, .banner .btn {
	transform: translateX(-200px);
	opacity: 0;
	transition: all .5s;
}
.banner .ani-slide h3, .banner .ani-slide .btn {
	transform: translateX(0);
	opacity: 1;
}
.advantages ul {
	margin-left: -10px;
	margin-right: -10px;
}
.advantages li {
	width: 290px;
	height: 140px;
	float: left;
}
.advantages img {
	float: left;
	margin-top: 31px;
}
.advantages strong {
	display: block;
	margin-left: 96px;
	font-size: 20px;
	font-weight: normal;
	padding-top: 42px;
	padding-bottom: 8px;
}
.advantages span {
	display: block;
	margin-left: 96px;
	color: #666;
}
.home h2 {
	font-size: 36px;
	color: #D1B46F;
	text-align: center;
	padding-top: 50px;
}
.home h5 {
	margin-bottom: 30px;
	font-size: 12px;
	color: #999;
	font-weight: normal;
	text-align: center;
	text-transform: uppercase;
}
.btn-more {
	text-align: center;
	padding-top: 40px;
	padding-bottom: 60px;
}
.btn-more a {
	display: inline-block;
	height: 40px;
	width: 140px;
	line-height: 40px;
	font-size: 16px;
	text-align: center;
	color: #D1B46F;
	border: 1px #D1B46F solid;
	border-radius: 4px;
}
.btn-more a:hover {
	background: #D1B46F;
	color: #fff;
}
.h-about img {
	width: 570px;
	height: 300px;
}
.h-about .text {
	width: 470px;
	height: 300px;
	padding-left: 50px;
	padding-right: 50px;
	background: #fff;
	display: table;
}
.h-about .text p {
	display: table-cell;
	vertical-align: middle;
	line-height: 1.8;
}
.h-events ul { margin-right: -30px; }
.h-events li {
	width: 360px;
	background: #f6f6f6;
	height: 430px;
	float: left;
	margin-right: 30px
}
.h-events .img, .h-case img {
	width: 360px;
	height: 208px;
}
.h-events .txt { padding: 25px 30px; }
.h-events h3 {
	font-size: 18px;
	margin-bottom: 15px;
}
.h-events p {
	font-size: 14px;
	color: #666;
	margin-top: 20px;
}
.h-partner ul {
	margin-right: -30px;
	padding-bottom: 80px;
}
.h-partner li {
	float: left;
	margin-right: -1px;
	margin-bottom: -1px;
	border: 1px #e5e5e5 solid;
}
.h-partner li img {
	width: 228px;
}

/* +++ contenter +++ */

.topimg {
	height: 400px;
	margin-bottom: 20px;
	background: url(../img/top-img.jpg) no-repeat center top #f8f8f8;
}
.bread-crumbs {
	color: #999;
	margin-top: 6px;
}
.side {
	float: left;
	margin-top: 10px;
	margin-bottom: 80px;
	width: 210px;
}
.nav-title {
	padding-left: 30px;
	width: 180px;
	height: 168px;
	border: 1px #e5e5e5 solid;
	margin-bottom: 20px;
	text-transform: uppercase;
	font-size: 13px;
	line-height: 1.5;
	color: #aaa;
	background: url(../img/nav-title-bg.png) no-repeat center center;
}
.nav-title strong {
	display: block;
	padding-top: 50px;
	font-weight: normal;
	font-size: 24px;
	color: #444;
}
.nav-list li a {
	display: block;
	padding-left: 30px;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	border-bottom: 1px #eee solid;
}
.nav-list a:hover { color: #D1B46F }
.nav-list li.active a { color: #D1B46F; font-weight:bold; }
.main { margin: 30px 0 80px 270px; }
.main h1 {
	height: 48px;
	border-bottom: 1px #ddd solid;
	font-size: 20px;
	margin-bottom: 30px;
}
.main h2 {
	font-size: 18px;
	font-weight: bold;
	color: #D1B46F;
	margin-bottom: 20px;
	margin-top: 30px;
}
.main h3 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 30px;
}
.main .line { margin-bottom: 20px; }
.main p {
	margin-bottom: 20px;
	line-height: 1.7;
}
.main.full { margin-left: 0; }
.main.full h1 {
	height: 24px;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	border-bottom: none;
	margin-bottom: 0;
}
.main.full h5 {
	color: #999;
	text-align: center;
	padding: 10px 0 20px;
	border-bottom: 1px #ddd solid;
}
.main.full .top-left {
	width: 419px;
	height: 290px;
	padding-left: 40px;
	padding-right: 40px;
	margin-bottom: 40px;
	background: #F8F8F8;
	display: table;
	border-left: 1px #eee solid;
}
.main.full .top-left p {
	display: table-cell;
	vertical-align: middle;
}
.main.full .top-right {
	width: 500px;
	height: 290px;
	float: right;
}
.main.full .top-right img {
	width: 500px;
	height: 290px;
	float: right;
}
.article {
	margin: 40px auto 0;
}
.article-list { margin-top: 40px; }
.article-list li {
	position: relative;
	margin-bottom: 40px;
	overflow: hidden;
}
.article-list a {
	display: block;
	overflow: hidden;
}
.article-list li a:hover p { color: #666; }
.article-list .img, .article-list img {
	width: 240px;
	height: 139px;
}
.article-list .txt { margin-left: 270px; }
.article-list h3 {
	font-size: 18px;
	margin-bottom: 10px;
	font-weight: normal;
	margin-top:0;
}
.article-list p {
	font-size: 14px;
	color: #999;
}
.article-list .date {
	position: absolute;
	bottom: 0;
	left: 210;
	color: #999;
}
.article-title {
	text-align:center;
	font-size:22px;
	margin-bottom:10px;
	color: #D1B46F;
	font-weight:bold;
}
.article-date {
	text-align:center;
	color: #999;
	margin-bottom:20px;
}

.product-list li:hover { background: #fefcf7; }
.product-list li {
	background: #f8f8f8;
	border: 4px #f5f5f5 solid;
}
.product-list h3 {
	margin-bottom: 15px;
	margin-top: 30px;
}
.product-list .txt { margin-left: 290px; }
.product-list .date { bottom: 20px; }
.text-list li a {
	display: block;
	border-bottom: 1px #ddd dotted;
	padding: 30px;
	font-size: 16px;
}
.text-list .date {
	color: #666;
	font-size: 14px;
}
.text-list a:hover .date { color: #D1B46F; }
.text-list li:nth-child(odd) { background: #f8f8f8; }
.text-list li:hover { background: #fefcf7; }
.tips-text {
	background: #f8f8f8;
	border-left: 4px #D1B46F solid;
	padding: 40px 40px;
}
.faq-list dt {
	font-weight: bold;
	margin-bottom: 10px;
	line-height: 24px;
}
.faq-list i {
	float: left;
	color: #fff;
	background: #D1B46F;
	margin-right: 14px;
	width: 24px;
	height: 24px;
	text-align: center;
	font-style: normal;
}
.faq-list span {
	display: block;
	margin-left: 38px;
}
.faq-list dd {
	color: #666;
	margin-bottom: 25px;
}
.faq-list dd i { background: #ddd; }
.product-info {
	background: #f8f8f8;
	border-left: 4px #D1B46F solid;
	padding: 60px 80px;
}
.product-info h3 {
	font-size: 20px;
	margin-top: 10px;
}
.product-info .describe {
	color: #999;
	margin-top: 10px;
	margin-bottom: 30px;
}
.product-info .describe span {
	display: inline-block;
	padding-right: 30px;
	color: #666;
}
.p404 {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 450px;
	height: 230px;
	text-align: center;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.p404 .con {
	margin-top: 30px;
	line-height: 30px;
}
.p404 .col-txt { color: #d1b46f; }
.p404 a:hover { text-decoration: underline; }
.pagination {
	text-align:center;
	margin-top: 30px;
}
.pagination a {
	border: 1px solid #e2e2e2;
	display: inline-block;
    vertical-align: middle;
    padding: 0 15px;
    height: 32px;
    line-height: 32px;
    margin: 0 -1px 5px 0;
    color: #333;
}
.pagination a:hover {
	color:#D1B46F;
}
.pagination a.pagination-curr {
	background-color:#D1B46F;
	border-color: #D1B46F;
	color:#fff;
	cursor:default;
}
.pagination-disabled {
	color: #d2d2d2!important;
    cursor: default;
}

/* +++ 表单/开户 +++ */

.common-layout {
	background-color: #f5f5f5;
	padding: 30px 0 80px 0;
}
.common-content {
	width: 1140px;
	min-height: 400px;
	padding-bottom: 80px;
	margin: 0 auto;
	background-color: #fff;
}
.common-title {
	height: 54px;
	line-height: 54px;
	font-size: 18px;
	border-bottom: 1px solid #ddd;
	padding-left: 50px;
	color: #333;
}
.common-info { padding: 40px 100px 0; }
.step-state { padding-top: 60px; }
.info-left {
	float: left;
	width: 80px;
	font-size: 14px;
	line-height: 36px;
	margin-right: 20px;
	color: #666;
}
.common-info .info-left { width: 320px; }
.common-info .submit-btn {
	margin-left: 340px;
	margin-top: 10px;
}
.info-left em {
	color: #d9534f;
	padding-left: 3px;
	font-family: Tahoma;
	vertical-align: middle;
}
.info-right {
	float: left;
	font-size: 14px;
	width: 300px;
	min-height: 70px;
}
.info-right input {
	width: 288px;
	height: 38px;
	border: 1px solid #d5d5d5;
	padding-left: 10px;
	font-size: 14px;
}
.info-right input:focus { border: 1px solid #d1b46f; }
.info-right input.red, .info-right .select-box.red { border: 1px solid #d9534f; }
.info-right.notice-text {
	color: #999;
	min-height: 90px;
}
.info-right.notice-text .notice { margin-top: 5px; }
.info-right.text {
	line-height: 36px;
	margin-bottom: -20px;
}
.info-right textarea {
	width: 278px;
	max-width: 278px;
	height: 120px;
	font-size: 13px;
	padding: 10px;
	border: 1px solid #ddd;
}
.transaction-details .info-right {
	width: 500px;
	color: #999;
}
.select-wrap {
	position: relative;
	text-align: left;
}
.select-box {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 300px;
	height: 40px;
	line-height: 40px;
	border: 1px solid #d5d5d5;
	padding-left: 10px;
	padding-right: 10px;
	overflow: hidden;
	background: url("../img/select-arrow.png") no-repeat right center;
}
.info-right.col2 .select-box {
	width: 100px;
	border-right: none;
}
.info-right.col2 input { width: 188px; }
.search-content {
	position: absolute;
	top: 39px;
	left: 0;
	width: 298px;
	min-height: 50px;
	max-height: 130px;
	overflow: auto;
	border: 1px solid #ddd;
	background-color: #fff;
	z-index: 99;
}
.search-content li {
	color: #424242;
	padding: 8px 10px;
	margin-bottom: 0;
}
.scroll-box li { width: 430px; }
.search-content li:hover { background-color: #f5f5f5; }
.linkage-select { width: 142px; }
.area-box { margin-right: 16px; }
.area-box .search-content { width: 140px; }
.term-box .search-content { width: 99px; }
.account-select .select-box { line-height: 32px; }
.account-select .search-content {
	top: 33px;
	left: 10px;
	width: 178px;
}
.pagination-select .select-box {
	width: 71px;
	height: 22px;
	line-height: 22px;
	cursor: pointer;
}
.pagination-select .search-content {
	top: 21px;
	width: 69px;
}
button { cursor: pointer; }
.btn-box { margin-top: 30px; }
.btn-box.tc .btn-bg, .btn-box.tc .cancel-btn-bg { margin: 0 8px; }
.btn-bg, .cancel-btn-bg {
	width: 140px;
	height: 44px;
	font-size: 15px;
	background-color: #d1b46f;
	border: 1px solid #d1b46f;
	color: #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	cursor: pointer;
}
.btn-bg:hover {
	color: #fff;
	background-color: rgba(209,180,111,.9);
}
.cancel-btn-bg {
	color: #666;
	background-color: #fff;
	border: 1px solid #ddd;
	margin-left: 15px;
}
.cancel-btn-bg:hover {
	color: #666;
	background-color: #f8f8f8;
}
.success-btn {
	margin-top: 30px;
	margin-left: 100px;
}
.info-right .verification {
	width: 178px;
	margin-right: 10px;
}
.code-pic {
	width: 98px;
	height: 38px;
	border: 1px solid #ddd;
	text-align: center;
	overflow: hidden;
}
.code-mms {
	width: 98px;
	height: 38px;
	border: 1px solid #ddd;
	text-align: center;
	overflow: hidden;
	font-size: 14px;
	line-height: 38px;
}
.submit-btn .btn { width: 300px; }
.common-info .read-agreement {
	font-size: 14px;
	margin-left: 340px;
	margin-bottom: 30px;
}
.read-agreement .checkbox {
	float: left;
	margin-top: 2px;
	width: 16px;
	height: 16px;
	margin-right: 5px;
	background: url(../img/c-box.png) no-repeat center;
	cursor: pointer;
}
.read-agreement .checkbox:checked { background: url(../img/c-active.png) no-repeat center; }
.agreement-btn button { background-color: #ccc; }
.agreement-btn button:hover { background-color: #ccc; }
.risk-questions {
	margin: 20px 0;
}
.risk-questions dt {
	margin-top: 10px;
	font-weight: bold;
}
.risk-questions dd { margin-top: 10px; }
.risk-questions .radio {
	float: left;
	margin-top: 3px;
	width: 16px;
	height: 16px;
	margin-right: 5px;
	background: url(../img/r-box.png) no-repeat center;
	cursor: pointer;
}
.risk-questions .radio:checked { background: url(../img/r-active.png) no-repeat center; }
.risk-questions label { cursor: pointer; }
.error {
	font-size: 14px;
	color: #d9534f;
	line-height: 20px;
	margin: 3px 0;
	text-align: left;
}
.error .error-icon {
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-top: 3px;
	margin-right: 2px;
	vertical-align: top;
	background: url("../img/tip-icon.png") no-repeat;
}
.step3-tip { margin-left: 470px; }
.state-box {
	width: 500px;
	text-align: center;
	margin: 0 auto;
	margin-top: 20px;
}
.state-box img { margin-bottom: 10px; }
.state-box p {
	margin-top: 10px;
	color: #999;
}
p.state { color: #333; }
.state-btn {
	display: block;
	width: 300px;
	margin: 30px auto;
}
.mobile-phone-verification a {
	line-height: 38px;
	font-size: 14px;
	color: #d1b46f;
	background-color: #fafafa;
}
a.count-down { color: #999; }
.reg-process {
	font-size: 14px;
	margin-top: -20px;
}
.reg-process-bar {
	width: 100%;
	border-bottom: 2px solid #ddd;
}
.reg-process-bar li {
	position: relative;
	display: inline-block;
	width: 24.6%;
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 16px;
	color: #999;
}
.reg-process-bar li span {
	display: inline-block;
	width: 24px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	background-color: #ddd;
	border-radius: 50%;
	color: #fff;
	margin-right: 10px;
}
.reg-process-bar li.active:before {
	content: "";
	position: absolute;
	width: 103%;
	height: 2px;
	background-color: #d1b46f;
	left: 0;
	bottom: -2px;
}
.reg-process-bar li.active span { background-color: #bca264; }
.reg-process-bar li.active { color: #bca264; }
.flow-content { padding-top: 40px; }
.flow-content .info-right { width: 550px; }
.info-title {
	margin-bottom: 10px;
	margin-top: 10px;
}
.table-box table {
	margin: 30px auto;
	text-align: left;
	border: 1px solid #ddd;
}
.table-box table tr { border-bottom: 1px solid #ddd; }
.table-box table tr:hover { background-color: #fefcf7; }
.table-box table th {
	min-width: 70px;
	font-size: 14px;
	font-weight: normal;
	padding: 13px 0;
	background-color: #fafafa;
	padding-left: 80px;
}
.table-box table td {
	font-size: 14px;
	padding: 13px 0;
	padding-left: 70px;
}
.table-box table td a:hover { text-decoration: underline; }
.table-item table { width: 798px; }
.table-item table th, .table-item table td { padding-left: 35px; }
.modal-box {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 999;
}
.modal-box.none { display: none; }
.modal-box.block { display: block; }
.modal-box .popup-box {
	position: absolute;
	top: 27%;
	left: 50%;
	margin-left: -340px;
	width: 600px;
	color: #333;
	background-color: #fff;
	border: 1px solid #ddd;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.popup-box .popup-title {
	position: relative;
	width: 100%;
	height: 46px;
	line-height: 46px;
	font-size: 16px;
	color: #555;
	background-color: #f8f8f8;
}
.popup-box .popup-title span { margin-left: 30px; }
.popup-box .popup-title .close-btn {
	position: absolute;
	top: 15px;
	right: 20px;
	display: block;
	width: 16px;
	height: 16px;
	background: url("../img/all-sprite.png") no-repeat -79px 0;
	cursor: pointer;
}
.popup-box .popup-content { padding: 30px; }
.modal-table table {
	width: 600px;
	margin-top: 20px;
}
.modal-table table th { padding-left: 20px; }
.modal-table table td { padding-left: 20px; }
.popup-content .info-left {
	width: 120px;
	text-align: right;
}
.popup-content .btn-box {
	margin-left: 0;
	margin-top: 30px;
}
.popup-content .submit-btn { margin-left: 140px; }
.popup-content .tip { text-align: left; }
.popup-content .state { margin-top: 20px; }
.reminder { color: #333; }
.setting-hint { margin-bottom: 30px; }
.popup-content .success-btn { margin-left: 150px; }
.reset-prompt {
	line-height: 30px;
	color: #999;
	margin-top: 10px;
}
.popup-content p {
	margin-top: 20px;
	line-height: 24px;
	text-align: left;
}
.popup-content p.state { text-align: center; }
.dropdown {
	animation: drop 1s;
	-webkit-animation: drop 1s;
}
@-webkit-keyframes drop {
 0% {
 -webkit-transform: translate(0, -2000px);
 -moz-transform: translate(0, -2000px);
 -ms-transform: translate(0, -2000px);
 -o-transform: translate(0, -2000px);
 transform: translate(0, -2000px);
 opacity: 0;
}
 60% {
 -webkit-transform: translate(0, 25px);
 -moz-transform: translate(0, 25px);
 -ms-transform: translate(0, 25px);
 -o-transform: translate(0, 25px);
 transform: translate(0, 25px);
 opacity: 1;
}
 75% {
 -webkit-transform: translate(0, -15px);
 -moz-transform: translate(0, -15px);
 -ms-transform: translate(0, -15px);
 -o-transform: translate(0, -15px);
 transform: translate(0, -15px);
}
 90% {
 -webkit-transform: translate(0, 10px);
 -moz-transform: translate(0, 10px);
 -ms-transform: translate(0, 10px);
 -o-transform: translate(0, 10px);
 transform: translate(0, 10px);
}
 100% {
 -webkit-transform: translate(0, 0);
 -moz-transform: translate(0, 0);
 -ms-transform: translate(0, 0);
 -o-transform: translate(0, 0);
 transform: translate(0, 0);
}
}
@keyframes drop {
 0% {
 -webkit-transform: translate(0, -2000px);
 -moz-transform: translate(0, -2000px);
 -ms-transform: translate(0, -2000px);
 -o-transform: translate(0, -2000px);
 transform: translate(0, -2000px);
 opacity: 0;
}
 60% {
 -webkit-transform: translate(0, 25px);
 -moz-transform: translate(0, 25px);
 -ms-transform: translate(0, 25px);
 -o-transform: translate(0, 25px);
 transform: translate(0, 25px);
 opacity: 1;
}
 75% {
 -webkit-transform: translate(0, -15px);
 -moz-transform: translate(0, -15px);
 -ms-transform: translate(0, -15px);
 -o-transform: translate(0, -15px);
 transform: translate(0, -15px);
}
 90% {
 -webkit-transform: translate(0, 10px);
 -moz-transform: translate(0, 10px);
 -ms-transform: translate(0, 10px);
 -o-transform: translate(0, 10px);
 transform: translate(0, 10px);
}
 100% {
 -webkit-transform: translate(0, 0);
 -moz-transform: translate(0, 0);
 -ms-transform: translate(0, 0);
 -o-transform: translate(0, 0);
 transform: translate(0, 0);
}
}

/* +++ other +++ */

.contact-info p {
	line-height: 2;
	margin-bottom: 25px;
}
.contact-form {
	overflow: hidden;
	margin-bottom: 40px;
}
.contact-form textarea { margin-bottom: 30px; }
.contact-form .info-left { text-align: left; }
.contact-form .submit-btn { margin-left: 100px; }
.login {
	background: url(../img/login-bg.jpg) no-repeat top center #D1B46F;
	height: 520px;
}
.login h1 {
	font-size: 20px;
	text-align: center;
	margin-top: 20px;
}
.login-box {
	width: 300px;
	height: 320px;
	float: right;
	padding: 30px;
	margin-right: 80px;
	margin-top: 70px;
	background: #fff;
}
.login-box .info-right { min-height: 65px; }
.login-box .btn { margin-left: 0; }
.login-box .tips { padding: 15px 0; }
.login-box .error { text-align: center; }
.login-box .login-link { margin-top: 20px; }


