@charset "utf-8";
/* CSS Document */


body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td {
	margin: 0;
	padding: 0;
}
body{
	width:100%;
	background-color: #f8f8f8;
}
body, button, input, select, textarea {
	font-family:"Open Sans", Arial, "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", "STHeiti",  SimSun, sans-serif;
	font-size: 16px;
	line-height: 1.6;
	color: #333;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}
address, cite, dfn, em, var {
	font-style: normal;
}
code, kbd, pre, samp {
	font-family:"Open Sans", Arial, "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", "STHeiti",  SimSun, sans-serif
}
small {
	font-size: 12px;
}
ul, ol {
	list-style: none;
}
a {
	text-decoration: none;
	color: #333;
}
/*a:hover {
	text-decoration: underline;
}*/
sup {
	vertical-align: text-bottom;
}
sub {
	vertical-align: text-top;
}
legend {
	color: #000;
}
fieldset, img {
	border: 0;
	
}

/*.contentLeft img{width:640px;height:320px;}*/

button, input, select, textarea {
	font-size: 100%;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
iframe {
	border: none;
}
input:focus {
	outline: none;
}
select:focus {
	outline: none;
}
.clearfix:before, .clearfix:after {
	content: "";
	display: table;
}
.clearfix:after {
	clear: both;
}
.clearfix {
*zoom:1;
}

::-webkit-input-placeholder { /* WebKit browsers */
color: #a6b2be;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
color: #a6b2be;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
color:  #a6b2be;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
color: #a6b2be;
}
.dn {
	display: none !important;
}
.clearfix:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
}
.clearfix {
	zoom: 1;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
	padding: 0;
}
.oP {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.word{word-wrap: break-word; word-break: break-all}
/*以上去掉默认样式*/


/*public css */
.nav{
	position: fixed;
	top:0;
	width:100%;
	height:auto;
	z-index: 10000;
	background: #fff;
}
.nav.login-nav-box{
	box-shadow: 0px 2px 18px 0px rgba(12,36,70,0.05), 0px 4px 5px 0px rgba(9,15,42,0.03);
}
/*top*/
.top{
	position: relative;
	width:1200px;
	margin:0 auto;
	z-index: 999;
}
.top_inner{
	position: relative;
	padding:28px 0 28px 260px;
	height: 36px;
}
.login-nav-box .top_inner{
	padding:17px 0 17px 260px;
	height: 30px;
}
.search-outbody{
	display: inline-block;width:400px;
}
.search-outbody .search-body{position:relative;width:100%;}
.search-outbody .search{
	position: relative;
	display: inline-block;
	padding: 0 20px;
	width: 330px;
	height: 34px;
	background: #FFFFFF;
	border-radius: 6px 0px 0px 6px;
	border: 1px solid #293753;
}
.search-outbody .search .search-input{
	width: 280px;
	height: 34px;
	margin-left:20px;
	line-height: 34px;
	font-size: 14px;
	color:#000000;
    border: none;
	background-color: #ffffff;
	-webkit-box-shadow: 0 0 0 1000px white inset;
}
.search-outbody .search .search-icon{
	position: absolute;
	left: 20px;
	top:50%;
	width: 14px;
	height: 14px;
	margin-top: -7px;
	background-image: url('/static/styles/sub4/css/img/search2.png');
	border:0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
	background-color: #ffffff;
}
.search-outbody .search .search-input::-ms-input-placeholder{
	color:#CED1DD;
}
.search-outbody .search .search-input::-moz-placeholder{
	color:#CED1DD;
}
.search-outbody .search .search-input::-webkit-input-placeholder{
	color:#CED1DD;
}
.search-outbody .search-body .textbtn{
	display: inline-block;
	position: absolute;
	right: 0;
	top: 0;
	width: 70px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	background-color: #293753;
	color: #ffffff;
	font-size:16px;
	font-weight: bold;
	border-radius: 0px 6px 6px 0px;
	border: 1px solid #293753;
	cursor: pointer;
}
.nav_2{
	position: relative;
	margin-top: -14px;
}
.logo{
	position: absolute;
	left: 0;
	bottom: 1px;
	z-index:10;
}
.logo img{
	width: 270px;
}
.top_inner .old-logo{
	display: none;
	position: absolute;
	left: 0;
	top:50%;
	height:30px;
	margin-top: -15px;
	z-index:10;
}
.top_inner .old-logo img{
	height:30px;
}
.top_inner .other-btn-box{
	position: absolute;
	right: 0;
	height: 34px;
	top: 50%;
	margin-top: -17px;
}
.top_inner .gao{
	cursor: pointer;
}
.top_inner .gao img,
.top_inner .open-app-text img{
	height:24px;
	margin-right:8px;
	vertical-align: top;
}
.top_inner .gao:hover{
	opacity: .8;
}
.top_inner .gao a{
	line-height: 24px;
	font-size:16px;
	color: #000000;
}
.top_inner .client{
	position:relative;
}
.top_inner .client:hover .erweima{
	display: block;
}
.top_inner .open-app-text{
	line-height: 24px;
	font-size:16px;
	color: #000000;
}
.log_in{
	color: #000000;
}
.log_in a{
	color: #000000;
	font-size:16px;
	padding: 5px;
}
.log_in a:hover{
	opacity: .8;
}
.log_in .avatar{
	display: inline-block;
	padding:0;
	margin-right:5px;
	vertical-align: top;
}
.log_in .avatar img{
	width:28px;
	height:28px;
	border-radius: 50%;
}
.log_in .username{
	display: inline-block;
	padding:0;
	font-size:16px;
	color:#000000;
	line-height: 28px;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
/*.search{
	padding-left:7px;
	border:none;
	margin-top: 10px;
	width: 160px;
	height:30px;
	background: url("/static/styles/sub4/css/img/search.png")no-repeat;
	vertical-align: middle;
}*/
.top ul li{
	position: relative;
	display: inline-block;
	margin-left: 25px;
}
.mod_search_input{
	position: relative;
	width: 180px;
}
.btn{
	cursor: pointer;
	border:none;
	position: absolute;
	width: 25px;
	height: 25px;
	top: 16px;
	right: 0px;
	background: url("/static/styles/sub4/css/img/search2.png")no-repeat;
}


.ttk-popup-intro{
	display: none;
	position: absolute;
	left: -100px;
	top: 50px;
	width:270px;
	background: #FFFFFF;
	border-radius: 14px;
	border: 2px solid #EBF1FB;
	z-index: 10;
}
.ttk-popup-intro .cont-text{
	padding:29px 20px 0;
	color:#4A4A4A;
	font-size:14px;
	line-height: 20px;
	text-align: left;
	font-weight: 400;
}
.ttk-popup-intro .cont-text p:nth-child(2){
	margin-top: 20px;
}
.ttk-popup-intro .btn-cont{
	margin-top: 30px;
	padding: 16px 0;
	text-align: center;
	color: #3C3C3C;
	font-size: 14px;
	border-top: 1px solid #E7E7E7;
	line-height:1;
	cursor: pointer;
}
.content{
	margin:0 auto;
	width: 1000px;
}
.con{
	position: absolute;
	top: 128px;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
}
.con.maxtop{
	top:188px;
}
.con.nonav{
	top: 92px;
}
/*二级导航*/
.top2{
	padding-left:270px;
	height: 50px;
	z-index: 99;
	background: #00C7E5;
	border-radius: 0px 8px 0px 0px;
}
.top .select{color:#17adc1}
.top2 li{
	float: left;
	text-align: center;
	height:47px;
	line-height:47px;
	min-width: 50px;
	margin-left:30px;
}
.top2 li a{
	display: block;
	color: #ffffff;
}
.top2 li:hover{
	opacity: .8;
}
.top2 li:hover:after{
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 30px;
	height: 4px;
	margin-left: -15px;
	background: #FFBD00;
	border-radius: 100px 100px 0px 0px;
}
.border_bottom{
	position: relative;
}
.border_bottom:after{
	content:'';
	position: absolute;
	bottom:0;
	left: 50%;
	width:30px;
	height:4px;
	margin-left:-15px;
	background: #FFBD00;
	border-radius: 100px 100px 0px 0px;
}
.erweima{
	position: absolute;
	top: 30px;
	left: -65px;
	display: none;
	width:178px;
	height:182px;
	background: url("/static/styles/sub4/css/img/huaguo.png")no-repeat center center/100% 100%;
	z-index:9999999;
}
.info li a:hover{
	color: #17adc1;
}

/*footer*/
.footer{
	margin-top: 30px;
	padding:60px 0 30px;
	position: relative;
	font-size:14px;
	background-color: #ffffff;
}
.footer div{
	padding-top:20px;
	text-align:center;
}
.footer div a{ color:#666;font-size:14px; }
.footer div small{ color:#eee; width:20px; text-align:center; margin:0 25px;}
.footer .copyright{
	color:#666;
	padding-bottom:10px;
}
.qctt{
	height: 32px;
}
.img img:hover{
	transform: scale(1.1);
}

.back{
	display: none;
	position: fixed;
	bottom:100px;
	right: 5%;
	width:55px;
	height:55px;
	background: url("/static/styles/sub4/css/img/gotoTop.png")no-repeat center center/100% 100%;
	z-index:99999;
}
.back:hover{
	opacity: .8;
}
.more .more_btn{
	cursor: pointer;
	margin: 60px auto;
	border:1px solid #ddd;
	border-radius: 30px;
	width:140px;
	height:40px;
	line-height: 40px;
	text-align: center;
}
.more .more_btn:hover{
	opacity: .8;
}
.grey{
	color: #999;
}
.blue{
	color: #00C7E5;
}
/*面包?/
.crumbs-tab-list{
	height: 40px;
	margin:0 auto;
	line-height: 40px;
	z-index: 10000;
	font-size:12px;
	font-weight: 400;
	color: #777F8F;
}
.crumbs-tab-list .text{
	color: #000;
}
.crumbs-tab-list .hasline{
	position: relative;
	padding-right: 15px;
	margin-right: 3px;
	color: #000;
}
.crumbs-tab-list .hasline:after{
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	width: 12px;
	height: 1px;
	margin-top: -0.5px;
	background-color: #777F8F;
}
/*登陆弹窗*/
.log_box{
	height: 100%;
    min-height:540px;
}
.log_box .left-content{
	position: relative;
	display: inline-block;
	margin-right:-3px;
	width: 50%;
	height: 100%;
	background-color: #ebfffe;
	background-image: url("/static/styles/sub4/css/img/login1.png");
	background-position: 50% 100%;
	background-repeat: no-repeat;
	background-size:100% auto;
}
.log_box .left-content .bgimg{
	height: 100%;
}
.log_box .left-content .rightimg{
	position: absolute;
	right: 0;
	top: 0;
	width: 35%;
}
.log_box .left-content .leftimg{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 35%;
 }
.log_box .left-content .logoimg{
	position: absolute;
	left: 30px;
	top: 30px;
	width: 50px;
	height: 50px;
}

.log_box .left-content .download-box{
	position: absolute;
	bottom:4%;
	right:3%;
	z-index: 10;
	text-align: right;
}
.log_box .left-content .download-box img{
	width: 15%;
	height: 15%;
}
.log_box .left-content .download-box .text{
	margin-top: 5px;
	font-size: 14px;
	color:#9193A0;
}
.log_box .right-content{
	position: relative;
	display: inline-block;
	width: 50%;
	height: 100%;
	margin-left: -3px;
	background-color: #fff;
	vertical-align: top;
}
.log_box .right-content .inner-body{
	position: absolute;
	top:50%;
	left: 0;
	width: 100%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.log_box .right-content .title-text{
	font-size: 40px;
	color: #000;
	font-weight: bold;
	text-align: center;
	letter-spacing: 2px;
}
.log_box .right-content .tabbar-list{
	margin-top: 2.7%;
	text-align: center;
}
.log_box .right-content .tabbar-list li{
	display: inline-block;
	position: relative;
	padding-bottom: 7px;
	font-size: 20px;
	color:#777F8F;
	font-weight: 500;
	cursor: pointer;
}
.log_box .right-content .tabbar-list li:first-child{
	margin-right: 13%;
}
.log_box .right-content .tabbar-list li.active{
	color: #00C7E5;
}
.log_box .right-content .tabbar-list li.active:after{
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	height: 5px;
	width: 20px;
	margin-left: -10px;
	background: #00C7E5;
	border-radius: 5px;
}
.log_box .right-content .extra-info{
	margin:3% 14.5% 0;
}
.log_box .right-content .form-box{
	height: 230px;
	margin:4.8% 14.5% 0;
}
.log_box .right-content .form-box .input-item{
	width: 100%;
	padding:2% 20px;
	background: #F4F9FF;
	border: 1px solid #CED1DD;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.log_box .right-content .form-box .input-item.user_username{
	margin-bottom: 4%;
}
.log_box .right-content .form-box .btn_login{
	margin-top: 5%;
	width: 100%;
	padding:1.7% 0;
	text-align: center;
	background: #00C7E5;
	border-radius: 30px;
	border:0;
	outline: none;
	color: #fff;
	font-size: 20px;
	letter-spacing: 5px;
	font-weight: 500;
}
.log_box .right-content .form-box .btn_login.disabled_input{
	background-color: #ccc;
}
.log_box .right-content .form-box .password_prompt_text{
	margin-top: 2.7%;
	color: #EB3D3D;
	font-size: 14px;
}
.log_box .right-content .ctrl_box{
	font-size: 14px;
}
.log_box .right-content .ctrl_box .remember-icon{
	display: inline-block;
	width:16px;
	height:16px;
	margin-top: -3px;
	vertical-align: middle;
	background-image: url("/static/styles/sub4/css/img/remember.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	cursor: pointer;
}
.log_box .right-content .ctrl_box .noselected .remember-icon{
	background-image: url("/static/styles/sub4/css/img/no_remember.png");
}
.log_box .right-content .ctrl_box .remember-text{
	color:#9193A0;
	cursor: pointer;
}
.log_box .right-content .sign_up{
	font-size: 16px;
	color: #9193A0;
}
.log_box .right-content .third_login{
	font-size: 16px;
	color: #9193A0;
}
.log_box .right-content .third_login img{
	margin-right:20px;
	width: 28px;
	height: 28px;
	display: inline-block;
}
.log_box .right-content .qrcode-box{
	height: 230px;
	margin-top: 4.8%;
	display: none;
}
.log_box .right-content .qrcode-box .qrcode-cont{
	position: relative;
	width: 31.3%;
	height: 0;
	padding-top: 31.3%;
	margin:0 auto;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center;
}
.log_box .right-content .qrcode-box .qrcode-cont .mask{
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.8);
}
.log_box .right-content .qrcode-box .qrcode-cont .info-cont{
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	text-align: center;
	color: #fff;
}
.log_box .right-content .qrcode-box .qrcode-cont .info-cont img{
	width: 50%;
}
.log_box .right-content .qrcode-box .qrcode-cont .info-cont .text{
	margin-top: 10px;
	font-size: 14px;
	white-space: nowrap;
}
.log_box .right-content .qrcode-box .qrcode-cont .info-cont .text.bigmt{
	margin-top: 20px;
}
.log_box .right-content .qrcode-box .qrcode-cont .info-cont .btn-icon{
	margin:10px auto 0;
	padding:6px 20px;
	line-height: 1;
	font-size:12px;
	font-weight: bold;
	background-color: #00C7E5;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	cursor: pointer;
	white-space: nowrap;
}
.log_box .right-content .qrcode-box .tips-text{
	margin-top: 2%;
	color:#9193A0;
	font-size: 14px;
	text-align: center;
}
.cancel{
	overflow: hidden;
	height:56px;
}
.cancel img{
	float: right;
}
.log_box .content{
	padding:0 20px;
	margin: 0 auto;
	width:315px;
}
.user li{
	cursor: pointer;
	text-align: center;
	font-size: 16px;
	float: left;
	margin-left:35px;
	width:100px;
	height:37px;
	line-height: 37px;
	color: #666;
}
.user li.select{
	border-bottom:3px solid #17adc1;
}
.m-t-20{
	margin-top:2.7%;
}
.down_load{
	cursor: pointer;
    margin: 4.5% 14.5% 0;
	text-align: center;
	height: 50px;
	line-height: 50px;
	border:1px solid #00C7E5;
	border-radius: 30px;
}
.pr{
	position: relative;
}
.erweima_big{
	display: none;
	position: absolute;
	top:-340px;
	left:-10px;

}
/*nav */
.p-header-show {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: all 900ms cubic-bezier(.19, 1, .22, 1);
	-moz-transition: all 900ms cubic-bezier(.19, 1, .22, 1);
	-o-transition: all 900ms cubic-bezier(.19, 1, .22, 1);
	transition: all 900ms cubic-bezier(.19, 1, .22, 1);
}
.p-header-show2 {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: all 900ms cubic-bezier(.19, 1, .22, 1);
	-moz-transition: all 900ms cubic-bezier(.19, 1, .22, 1);
	-o-transition: all 900ms cubic-bezier(.19, 1, .22, 1);
	transition: all 900ms cubic-bezier(.19, 1, .22, 1);
}
.p-header-show3 {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: all 900ms cubic-bezier(.19, 1, .22, 1);
	-moz-transition: all 900ms cubic-bezier(.19, 1, .22, 1);
	-o-transition: all 900ms cubic-bezier(.19, 1, .22, 1);
	transition: all 900ms cubic-bezier(.19, 1, .22, 1);
}
.p-header-hide {
	-webkit-transform: translateY(-200px);
	-ms-transform: translateY(-200px);
	transform: translateY(-200px);
	-webkit-transition: all 300ms cubic-bezier(.55, .055, .675, .19);
	-moz-transition: all 300ms cubic-bezier(.55, .055, .675, .19);
	-o-transition: all 300ms cubic-bezier(.55, .055, .675, .19);
	transition: all 300ms cubic-bezier(.55, .055, .675, .19);
}
.p-header-hide3 {
	-webkit-transform: translateY(-50px);
	-ms-transform: translateY(-50px);
	transform: translateY(-50px);
	-webkit-transition: all 300ms cubic-bezier(.55, .055, .675, .19);
	-moz-transition: all 300ms cubic-bezier(.55, .055, .675, .19);
	-o-transition: all 300ms cubic-bezier(.55, .055, .675, .19);
	transition: all 300ms cubic-bezier(.55, .055, .675, .19);
}
.p-header-hide2 {
	-webkit-transform: translateY(-60px);
	-ms-transform: translateY(-60px);
	transform: translateY(-60px);
	-webkit-transition: all 300ms cubic-bezier(.55, .055, .675, .19);
	-moz-transition: all 300ms cubic-bezier(.55, .055, .675, .19);
	-o-transition: all 300ms cubic-bezier(.55, .055, .675, .19);
	transition: all 300ms cubic-bezier(.55, .055, .675, .19);
}
.second-nav-large {
	height: 50px;
	line-height: 50px;
	background-color: #fff;
	-webkit-transition: all 300ms cubic-bezier(.55, .055, .675, .19);
	-moz-transition: all 300ms cubic-bezier(.55, .055, .675, .19);
	-o-transition: all 300ms cubic-bezier(.55, .055, .675, .19);
	transition: all 300ms cubic-bezier(.55, .055, .675, .19);
}
.second-nav-small {
	height: 50px;
	line-height: 50px;
	background-color: #F3F5F6;
	-webkit-transition: all 300ms cubic-bezier(.55, .055, .675, .19);
	-moz-transition: all 300ms cubic-bezier(.55, .055, .675, .19);
	-o-transition: all 300ms cubic-bezier(.55, .055, .675, .19);
	transition: all 300ms cubic-bezier(.55, .055, .675, .19);
}


/*登录框密码样?/
.password_div {
	height: 38px;
	width: 315px;
	border-bottom: 1px solid #ddd;
	position: relative;
	margin: 15px 0;
}
.password_div .loginPasswd {
	height: 26px;
	width: 260px;
	padding: 0;
	border: none;
}
.password_div .capital {
	width: 14px;
	height: 18px;
	position: absolute;
	right: 10px;
	top: 11px;
	background-image: url(/static/styles/sub4/css/img/12.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 14px 18px;
}
.show_gray {
    background: url(/static/styles/sub4/css/img/zanhui.png) no-repeat;
    margin: 10px 5px 0 0;
    width: 18px;
    height: 18px;

}
.show_gray:hover {
    background: url(/static/styles/sub4/css/img/zanhuihover.png) no-repeat;
    margin: 10px 5px 0 0;
    width: 18px;
    height: 18px;
}
.y_add {
    margin-right: 20px;
}
.show_active {
    background: url(/static/styles/sub4/css/img/zanlv.png) no-repeat;
    margin: 10px 5px 0 0;
    width: 18px;
    height: 18px;
}
.moreClass{
	border: 0px!important;
	border-radius: 0px!important;
}
/*微信登录*/
.logo-box .weixin-login-box{
	position: absolute;
	left: 50%;
	top: 50%;
	width: 330px;
	height: 260px;
	background: #fff;
	border: 2px solid #EBF1FB;
	border-radius: 14px;
	z-index: 11001;
	font-size: 14px;
	color:#4a4a4a;
	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%);
}
.logo-box .weixin-login-box .close-btn{
	position: absolute;
	right: 20px;
	top: 20px;
	width: 20px;
	height: 20px;
	line-height: 22px;
	border: 1px solid #293753;
	border-radius: 50%;
	text-align: center;
	color: #293753;
	text-decoration: none;
	font-size: 16px;
}
.logo-box .weixin-login-box img{
	width:180px;
	height:180px;
	margin:30px 0 10px;
}


