/* 重置页面 */
@import url("reset.css");

.wrap {
	font-size: 14px;
	font-family: arial, "Hiragino Sans GB", "Microsoft YaHei", "微軟正黑體", "儷黑 Pro", sans-serif;
}

a {
	color: #757575;
}


/* 标题 */
.header-wrap,
.layout_panel {
	width: 1130px;
	margin: 0 auto;
}

.header-wrap .header-logo {
	width: 200px;
	height: 98px;
	background: url(../img/login/mi-logo.png) no-repeat;
}



.container {
	width: 1226px;
	margin-right: auto;
	margin-left: auto;
}

.topbar-nav {
	display: inline-block;
}

.site-topbar .sep {
	margin: 0 3.6px;
	color: #424242;
}

/* 主要内容 */
.main-wrap {
	width: 100%;
	height: 588px;
	background-image: url(../img/login/logo_bg.png);
	background-repeat: no-repeat;
	background-position: left center;
	position: relative;
}

.main-wrap .mian-content {
	position: absolute;
	right: 9%;
	bottom: 0;
	background-color: #fff;
	width: 410px;
	min-height: 556px;
	font-size: 14px;
}

.nav_tabs {
	padding: 27px 0 24px;
	text-align: center;
	font-size: 24px;
	color: #666;
}

.nav_tabs a:hover,
.nav_tabs a.now {
	color: #f56600;
}

.line {
	width: 1px;
	height: 24px;
	margin: 0 35px 0 42px;
	border: 1px solid #e0e0e0;
}

/* 帐号登录 */
.login_area {
	width: 348px;
	margin: 0 auto;
}

.item_account {
	height: 50px;
	width: 346px;
	color: #4a4a4a;
	border: 1px solid #e0e0e0;
	padding: 13px 16px 13px 14px;
	display: block;
	margin-top: 13px;
}

.btnadpt {
	background-color: #ff6700;
	text-align: center;
	font-size: 14px;
	color: #fff;
	cursor: pointer;
	padding: 0;
	border: 0;
	margin-top: 24px;
	line-height: 50px;
	margin-bottom: 14px;
}

.err_tip {
	margin-top: 14px;
	line-height: 20px;
	color: #ff6700;
	margin-bottom: -8px;
	display: none;
}

.icon_error {
	width: 14px;
	height: 14px;
	margin: -3px 5px 0 0;
	overflow: hidden;
	display: inline-block;
	vertical-align: middle;
	background-position: 0 -69px;
}

.other_panel .login_type_link {
	float: left;
}

.other_panel .links_area {
	float: right;
	color: #999;
	text-align: center;
}

.other_panel .login_type_link a {
	color: #ff6700;
	height: auto;
	line-height: normal;
}

.other_panel .links_area a {
	color: #999;
}

.other_panel .links_area a:hover {
	color: #ff6700;
}

#sns-login-links {
	margin-top: 10px;
}

.other_login_type {
	padding-top: 143px;
	text-align: center;
	color: #bbb;
	font-size: 14px;
}

.icon_type {
	width: 30px;
	height: 30px;
	margin: 0 17px;
	display: inline-block;
	border-radius: 50%;
}

.icon_type .btn_sns_icontype {
	display: block;
	margin: 4px auto 0;
}

.btn_sns_icontype {
	background: url(../img/login/icons_type.png);
	width: 18px;
	height: 18px;
	margin-right: 10px;
	display: inline-block;
	vertical-align: middle;
}

/* qq */
.btn_qq {
	background-color: #0288d1;
}

.icon_default_qq {
	background-position: -19px 0;
}

/* weibo */
.btn_weibo {
	background-color: #d32f2f;
}

.icon_default_weibo {
	background-position: -38px 0;
}

/* alipay */
.btn_alipay {
	background-color: #0ae;
}

.icon_default_alipay {
	background-position: -57px 0;
	width: 25px;
}

/* weixin */
.btn_weixin {
	background-color: #00d20d;
}

.icon_default_weixin {
	background-position: -83px 0;
	width: 24px;
}

/* 底部 */
.footer-wrap {
	background-color: #fff;
	padding-top: 100px;
	height: 180px;
	text-align: center;
}

.footer-wrap .lang-select-list li {
	display: inline-block;
}

.lang-select-list a {
	display: inline-block;
	padding: 0 10px;
}

.lang-select-list a:hover,
.lang-select-list a.current {
	color: #333;
}

.footer-intro {
	padding: 10px;
	color: #757575;
}

/* 扫码登录 */
.loginbox .ercode_pannel {
	width: 410px;
	height: 475px;
	display: -webkit-box;
	-webkit-box-align: center;
	-webkit-box-pack: center;
}

.ercode_pannel .ercode_box {
	position: static;
	left: 50%;
	top: 50%;
}

.ercode_box .code_iframe {
	width: 372px;
	height: 374px;
	background-image: url(../img/login/iframe.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

.custom_sub_txt {
	padding-top: 34px;
	font-size: 14px;
	display: block;
	text-align: center;
	color: #757575;
}

.custom_sub_txt span {
	padding: 0 5px;
	color: #ff6700;
}
