


/**
 * Eric liang's Reset CSS v1.0)
 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,


small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, input{
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: normal;
	vertical-align: baseline;
	font-family: "microsoft yahei", arial, STHeiTi, sans-serif;
}
body a{
	color:#BB965E;
}
body{
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

body a,body a:focus, body a:hover{
	text-decoration:none;
}
body a:focus, body a:hover{
	color:#b7945d;
}
body,html{
	height:100%;
	max-height:1000px;
	width:100%;
	background:#FFFFFF;
	background:none;
	font-family: "microsoft yahei", arial, STHeiTi, sans-serif;
}
body .form-control{
	border-radius:2px;
}
body .nav-tabs>li>a{
	border-radius:2px;
}
body .btn{
	border-radius: 2px;
}

::-webkit-scrollbar
{
	width: 6px;
	height: 6px;
	background-color: #f5f8fc;
}
/*定义滚动条轨道 内阴影+圆角*/
::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #f5f8fc;
}
/*定义滑块 内阴影+圆角*/
::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #bdbdbd;
}
/*滑块效果*/
::-webkit-scrollbar-thumb:hover
{
	border-radius: 5px;
	-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
	background: rgba(0,0,0,0.4);
}



.login-header{
	width: 100%;
	margin: 21px auto 10px auto;
	height: 55px;
	background: #fff;
	font-size: 20px;
	padding-left: 11.7%;
}
.login-logo{
	height:55px;
	width:245px;
	display:inline-block;
	vertical-align:middle;
	background:url(../newLoginImage/login_logo.png);

}
.login-header span{
	display:inline-block;
}
.login-header span.line-header{
	display:inline-block;
	vertical-align:middle;
	height:60px;
	width: 1px;
	background:#e6e6e6;
	margin:10px 40px;
}
.login-img{
	width:100%;
	min-width:950px;
	background: url(../newLoginImage/bg.jpg) no-repeat top center;
	height:calc( 100% - 80px - 100px );
	min-height:450px;
	/*max-height:780px;*/
	overflow:hidden;
	background-repeat:no-repeat;
	background-size:100%;
	background-position:center center;
}
.login-content{
	width:950px;
	margin:0 auto;
	height:100%;
	min-height:660px;
	/*position:relative;*/
}
.login-inner{
	position:absolute;
	width:400px;
	height:390px;
	background:#fff;
	top:0;
	bottom:0;
	right:10%;
	border-radius:2px;
	margin:auto;
}
.login-inner .nav>li>a{
	padding:0px 15px;
	line-height:50px;
	font-size:18px;
	color:#C8C8C8;
}
.login-inner .nav>li>a:hover{
	color: #BB965E;
}
ul.login-nav-tabs li.active a span{
	width:120px;
	display:inline-block;
	margin:0 auto;
	height:48px;
	border-bottom:2px solid #BB965E;
	color:#BB965E;
}
.model-login-body-userinfo-right-card ul.login-nav-tabs li.active a span{
	width: 140px;
}
ul.login-nav-tabs li.active a span:hover{
	color:#BB965E;
}
.login-inner .nav-tabs>li>a:hover,.model-login-body-userinfo-right-card .nav-tabs>li>a:hover{
	background:none;
}
.login-inner .nav-tabs>li.active, .model-login-body-userinfo-right-card .nav-tabs>li.active{

}
.login-inner .nav-tabs li,.model-login-body-userinfo-right-card .nav-tabs li{
	width:50%;
	box-sizing:border-box;
	height:100%;
	line-height:50px;
}
.login-inner .nav-tabs>li>a{
	text-align:center;
	margin-right:0px;
	border:0px;
}
.model-login-body-userinfo-right-card .nav-tabs>li>a{
	text-align:center;
	margin-right:0px;
	border:0px;
	padding:0px;
	line-height:48px;
	color:#444;
}
.login-inner .nav-tabs>li.active>a,.model-login-body-userinfo-right-card .nav-tabs>li.active>a{
	border:0px;
}
.login-form{
	margin-top:40px;
	padding:0px 40px;
}
.login-inputbox{
	position:relative;
	margin-bottom:20px;
}

.login-form input{
	height:40px;
	padding-left:38px;
}
.check-box{
	width:100%;
	margin-bottom:20px;
}
#icon-check{
	cursor:pointer;
	color:#444;
	font-size:14px;
}
body .btn:hover{
	background:#b7945d;
	color: #fff;
}
body .btn.focus, body .btn:focus{
	color: #fff;
}
body .form-control:focus{
	border-color:#BB965E;
}
body .login-btn{
	width:100%;
	background:#BB965E;
	color: #fff;
	height: 44px;
}
body .stap-btn-defult{
	width:170px;
	background: none;
	color:#BB965E;
	float:left;
	border:1px solid #BB965E;
}
body .login-nav-tabs{
	height:50px;
	line-height:50px;
	border:0px;
}
a.forgit-pass{
	float:right;
}
.login-bottom{
	position:absolute;
	bottom:3px;
	height:60px;
	width:100%;
	line-height:60px;
	padding:0px 40px;
	color:#ccc;
	font-size:14px;
}
button.getCode{
	width:110px;
	height:38px;
	line-height: 38px;
	position:absolute;
	top:1px;
	text-align: center;
	right:1px;
	display:inline-block;
	background: #dfecff!important;
	border-radius:2px;
	cursor: pointer;
	color:#444!important;
	font-size: 14px;
	padding:0px;
	-webkit-box-shadow:none!important;
	box-shadow:none!important;
	outline:none!important;
}
.login-bottom-box{
	width:100%;
	margin:0 auto;
	height:100px;
	line-height:100px;
	text-align:center;
}
.goto-R{
	float:right;
	color:#BB965E;
	font-size:18px;
}



/*icon 图标*/
i.login-icon{
	height:16px;
	width:16px;
	display:inline-block;
}
i.login-icon-user{
	background-position:-296px 2px;
}
i.login-icon-pass{
	background-position:-136px 2px;
}
i.login-icon-pass-b{
	background-position:-61px 2px;
}
i.login-icon-phone{
	background-position:-217px 2px;
}
i.login-icon-left{
	top:1px;
	left:1px;
	width:38px;
	height:30px;
	position:absolute;
}
i.login-icon-user-b{
	background-position:-510px 2px;
	top: 10px;
	left: 43px;
}
i.login-clear{
	right:20px;
	top:12px;
	display:none;
	position:absolute;
	cursor:pointer;
	background-position:-348px -10px;
}
i.icon-check{
	vertical-align: middle;
	margin-top:-2px;
	margin-right:5px;
	background: url("../newLoginImage/password_fakse.png") no-repeat;
}
i.checkactive{
	background: url("../newLoginImage/password_selerd.png") no-repeat;
}
i.icon-qq{
	width: 32px;
	height:32px;
	vertical-align:middle;
	margin-right:10px;
	cursor:pointer;
	background: url("../newLoginImage/qq_icon.png") no-repeat;
}
i.icon-weixin{
	width: 32px;
	height:32px;
	cursor:pointer;
	vertical-align:middle;
	margin-right:5px;
	background: url("../newLoginImage/vx_icon.png") no-repeat;
}
i.login-icon-success{
	background-position:-257px 2px;
}
i.login-info{
	background-position:-189px -10px;
	vertical-align:middle;
	margin-right:5px;
}
i.icon-stap-1-b{
	background-position:-54px -47px;
	width:44px;
	height:40px;
}
i.icon-stap-2-b{
	background-position:-54px -86px;
	width:44px;
	height:40px;
}
i.icon-stap-3-b{
	background-position:-54px -126px;
	width:44px;
	height:40px;
}
i.icon-stap-4-b{
	background-position:-55px -165px;
	width:44px;
	height:40px;
}
i.icon-stap-1-h{
	background-position:-54px -47px;
	width:44px;
	height:40px;
}
i.icon-stap-2-h{
	background-position:-6px -86px;
	width:44px;
	height:40px;
}
i.icon-stap-3-h{
	background-position:-6px -126px;
	width:44px;
	height:40px;
}
i.icon-stap-4-h{
	background-position:-6px -165px;
	width:44px;
	height:40px;
}
i.icon-stap-1-c{
	background-position:-5px -6px;
	width:44px;
	height:40px;
}
i.icon-stap-2-c{
	background-position:-5px -6px;
	width:44px;
	height:40px;
}
i.icon-stap-3-c{
	background-position:-5px -6px;
	width:44px;
	height:40px;
}
i.model-login-line-z{
	width:285px;
	background-position:-112px -120px;
	height:1px;
}
i.model-login-line-b{
	width:285px;
	background-position:-112px -140px;
	height:1px;
}
i.model-login-line-h{
	width:285px;
	background-position:-112px -160px;
	height:1px;
}
i.imodel-login-line-z{
	width:149px;
	background-position:-112px -60px;
	height:1px;
}
i.imodel-login-line-b{
	width:149px;
	background-position:-112px -80px;
	height:1px;
}
i.imodel-login-line-h{
	width:149px;
	background-position:-112px -100px;
	height:1px;
}
i.icon-bind-info{
	background-position:-160px -167px;
	width:35px;
	height:35px;
	margin-top:25px;
	margin-left:60px;
	margin-right:20px;
	margin-bottom:29px;
	vertical-align:middle;
}
i.icon-bind-success{
	background-position:-108px -167px;
}
i.icon-save{
	background-position:-62px -214px;
	width:30px;
	height:30px;
	vertical-align:middle;
}
i.icon-do-save{
	background-position:-92px -214px;
	width:30px;
	height:30px;
	vertical-align:middle;
}
i.amodel-login-line-z{
	width:580px;
	background-position:-19px -420px;
	height:1px;
}
i.amodel-login-line-b{
	width:580px;
	background-position:-19px -400px;
	height:1px;
}
i.icon-info-meg{
	background-position:-189px -10px;
	margin-right:5px
}
i.icon-info-success{
	background-position:-269px -10px;
}


/*错误提示*/
.login-error{
	color:#DD2122;
	position:absolute;
	bottom:-18px;
	font-size:12px;

}
.success-input .login-input{
	border:1px solid #59d100;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(6,255,0,.3);
}

/*修改  model*/

body .modal.in .modal-dialog,body .modal-content{
	border-radius:4px;
}
body .modal-header{
	padding:15px 30px;
	font-size:18px;
	background:#E6E6E6;
	border-radius:4px;
}
body .modal-body{
	padding:15px 30px 30px 30px;
}
.model-login-header{
	background: #F0F0F0;
	height:40px;
	line-height:40px;
	box-sizing:border-box;
	padding:0px 30px;
	font-size:14px;
	color:#444;
}
.model-login-body-tab{
	width:100%;
	height:auto;
	background:#fff;
}
.model-login-body-tab-header{
	width:100%;
	height:110px;
	box-sizing:border-box;
	padding:20px 40px;
}
.model-login-body-tab-header span{
	text-align:center;
	display:inline-block;
	vertical-align: middle;
}
.model-login-body-tab-header span.stap-line{
	height:65px;
	line-height:32px;

}
.model-login-body-tab-header span.stap-line i{
	margin-top: 20px;
}

.model-login-body-table{
	width:100%;
	box-sizing:border-box;
	padding:15px;
	border:1px solid #e6e6e6;
	border-radius:4px;
	max-height:390px;
	overflow-x:hidden;
	overflow-y:auto;
	box-shadow: 0 2px 4px rgba(0,0,0,.06), 0 0 6px rgba(0,0,0,.06);
}
.model-login-body-table .table{
	margin-bottom: 0px;
}
.model-login-body-table .table>thead>tr>th{
	border-bottom: 0px;
	font-size:14px;
	color:#c8c8c8;
}
.model-login-body-table .table>tbody>tr>th{
	font-size:14px;
	color:#444;

}
.model-login-body-table .table>tbody>tr{
	cursor:pointer;
}
.model-login-body-table .table-span span{
	display:inline-block;
	height: 36px;
	line-height:36px;
	width:170px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.model-login-body-table .table-img img{
	width:36px;
	width:36px;
	border-radius:50%;
	display:inline-block;
}
.model-login-body-userinfo{
	width:838px;
	height:390px;
}
.model-login-body-userinfo-left{
	width:308px;
	margin-right:30px;
	float:left;
	height:390px;
	box-sizing:border-box;
	padding:20px 20px;
	box-shadow: 0 2px 4px rgba(0,0,0,.06), 0 0 6px rgba(0,0,0,.06);
	background:url(../newLoginImage/model-login-body-userinfo-left.png) no-repeat center;
}
.model-login-body-userinfo-left img{
	width:100px;
	height:100px;
	margin:0 auto;
	display:block;
	border-radius: 50%;
	border:1px solid #e6e6e6;
	margin-top:20px;
}
.model-login-body-userinfo-right{
	width:500px;
	float:right;
	height:390px;
	box-sizing:border-box;
	padding:30px;
	box-shadow: 0 2px 4px rgba(0,0,0,.06), 0 0 6px rgba(0,0,0,.06);
	background:#F0F0F0;
}
.model-login-body-userinfo-left-card{
	width:268px;
	height:200px;
	background:#fff;
	box-shadow: 0 2px 4px rgba(0,0,0,.06), 0 0 6px rgba(0,0,0,.06);
	border-radius:4px;
	margin-top:20px;
}
.model-login-body-userinfo-left-card li{
	list-style-type:none;
	height:50px;
	line-height:48px;
	font-size: 14px;
	border-bottom:1px solid #e6e6e6;

}
.model-login-body-userinfo-left-card li span.lable{
	color:#c8c8c8;
	width:80px;
	text-align:right;
	display:inline-block;
	vertical-align:middle;
}
.model-login-body-userinfo-left-card li span.lable-name{
	overflow: hidden;
	display:inline-block;
	color:#444;
	white-space: nowrap;
	width:170px;
	text-overflow: ellipsis;
	vertical-align:middle;
}
.model-login-body-userinfo-right-card{
	width: 100%;
	height:100%;
	background:#fff;
	border-radius:4px;
	box-sizing:border-box;
	box-shadow: 0 2px 4px rgba(0,0,0,.06), 0 0 6px rgba(0,0,0,.06);
}
.check-box-code{
	width:320px;
	background:#fff;
	position:absolute;
	z-index:22;
	top:40px;
	padding:10px;
	border:1px solid #BB965E;
	box-sizing: border-box;
	border-top:0px;
}

.ellipsis{overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}

.login-do-check{
	display:none;
}
.find-do-check{
	display:none;
}
.email-do-check{
	display:none;
}

/*unbounded*/
.login-unbounded-img{
	width:100%;
	background: url(../newLoginImage/bginner.jpg) no-repeat top center;
	height:calc( 100% - 80px - 100px);
	min-height:600px;
	max-height:780px;
	overflow:hidden;
	position:relative;
}
.login-unbounded-content{
	position:absolute;
	width:700px;
	height:425px;
	top:0px;
	bottom:0px;
	left:0px;
	right:0px;
	margin:auto;
	box-shadow: 0 2px 4px rgba(0,0,0,.06), 0 0 6px rgba(0,0,0,.06);
	background: #fff;
	border-radius: 4px;
	box-sizing:border-box;
	padding:0px 170px;
}
.login-unbounded-logo{
	margin: 0 auto;
	display:block;
	margin-top:40px;
}
.login-unbounded-content p{
	font-size:16px;
	color:#444;
	padding-top:50px;
	margin-bottom:30px;
}


/*model-binding*/
.model-binding-content{
	height:450px;
	margin: 0 auto;
	padding-top:30px;
}
.model-binding-content img{
	display: block;
	margin: auto;
	width:132px;
	border-radius:50%;
	border:1px solid #e6e6e6;
}
.model-binding-content p{
	text-align:center;
	margin-top: 20px;
}


/*login-find-pass*/
.login-find-pass{
	position:absolute;
	width:780px;
	height:450px;
	top:0px;
	bottom:0px;
	left:0px;
	right:0px;
	margin:auto;
	box-shadow: 0 2px 4px rgba(0,0,0,.06), 0 0 6px rgba(0,0,0,.06);
	background: #fff;
	border-radius: 4px;
	box-sizing:border-box;
}
.login-find-pass-header{
	height:110px;
	box-sizing:border-box;
	border-bottom:1px solid #e6e6e6;
	display:none;
}
.phone-find-pass-header-1,.email-find-pass-header-1,.username-find-pass-header-1{
	display:block;
}
.model-login-body-tab-content{
	text-align:center;
}
.model-login-body-tab-content p{
	padding-top:90px;
	color:#444;
	font-size: 16px;
	line-height:30px;
}
.model-login-body-tab-content .login-inputbox{
	width:360px;
	margin:0px auto 20px auto;
}
.login-find-pass-img{
	height:calc( 100% - 80px - 100px - 50px);
}
body .login-find-pass-nav-tabs{
	height:70px;
	line-height: 70px;
	display:block;
}
.login-find-pass-nav-tabs.nav-tabs>li.active>a,.login-find-pass-nav-tabs.nav-tabs>li.active>a:focus,.login-find-pass-nav-tabs.nav-tabs>li.active>a:hover,.login-find-pass-nav-tabs.nav-tabs>li>a{
	border:0px;
	padding:0px;
	height:inherit;
}
.login-find-pass-nav-tabs.nav-tabs>li{
	height:70px;
	width:18%;
}
ul.login-find-pass-nav-tabs li.active a span,ul.login-find-pass-nav-tabs li a span{
	height:70px;
	line-height:85px;
	text-align:center;
	font-size:20px;
	display:block;
	margin:0px;
	width:120px;
}
.login-find-pass-nav-tabs.nav>li>a:focus,.login-find-pass-nav-tabs.nav>li>a:hover{
	background:none;
}
ul.login-find-pass-nav-tabs li a span{
	color:#444;
}
.model-login-body-tab-content .model-login-body-userinfo-right-card{
	width:500px;
	margin:0 auto;
	box-shadow:none;
}
.model-login-body-tab-content .model-login-body-userinfo-right-card .login-inputbox{
	margin:0px 0px 20px 0px;
	text-align:left;
}






/*yonghuxinxi*/
.userinfo-header{
	height:70px;
	background:#fff;
	box-shadow: 0 2px 4px rgba(0,0,0,.06), 0 0 6px rgba(0,0,0,.06);
	font-size: 20px;
}
.userinfo-header img{
	display:inline-block;
	height:60px;
}
.userinfo-header span.line-header{
	display:inline-block;
	vertical-align:middle;
	height:60px;
	width: 1px;
	background:#e6e6e6;
	margin:5px 40px;
}
.userinfo-content-box{
	height:calc( 100% - 70px);
	min-height:850px;
	width:100%;
	box-sizing:border-box;
	background:#E9F3FF;
}
.userinfo-content-sidbar{
	width:220px;
	height:100%;
	float:left;
	box-sizing:border-box;
	background:#fff;
	margin-right:40px;
	box-shadow: 0 2px 4px rgba(0,0,0,.06), 0 0 6px rgba(0,0,0,.06);
}
.userinfo-content-sidbar ul li,.userinfo-content-sidbar ul li a{
	width:100%;
	display:block;
	height: 60px;
	line-height:60px;
	text-align:center;
	position:relative;
	color:#444;
	border-bottom:1px solid #e6e6e6;
}
.userinfo-content-cont-box{
	height:calc( 100% - 70px);
	float:left;
	width:calc( 100% - 260px);
	box-sizing:border-box;
}
.userinfo-content-cont{
	height:calc( 100% - 50px);
	width:calc( 100% - 40px);
	background:#fff;
	border-radius:7px;
	margin-top:40px;
	padding:50px 80px;
	box-sizing:border-box;
	box-shadow: 0 2px 4px rgba(0,0,0,.06), 0 0 6px rgba(0,0,0,.06);
}
.userinfo-content-sidbar ul li.active{
	background:#E9F3FF;
	border-left:3px solid #b7945d;
}
.userinfo-content-cont-binding-box{
	border-top:1px solid #E6E6E6;
	margin-top:30px;
	padding-bottom:15px;
}
.userinfo-content-cont-binding-box .lable-box{
	font-size:16px;
	color:#444;
	padding-top:30px;
}
.userinfo-bing-do{
	width:100%;
	box-sizing:border-box;
	border:1px solid #e6e6e6;
	height:90px;
	background:#FCFCFC;
	margin-top:20px;
	border-radius:4px;
	font-size:14px;
	box-shadow: 0 4px 6px rgba(252,252,252,.7), 0 0 6px rgba(252,252,252,.7);
}
.userinfo-bing-do .btn{
	float:right;
	margin:25px 60px 0 0;
	height:40px;
	line-height:20px;
	width:100px;
	border:0px;
}
.userinfo-bing-do .btn-success{
	background:#50be00;
}
.userinfo-bing-do .btn-info{
	background:#b7945d;
}
.line-bind{
	width:1px;
	height:50px;
	background:#ccc;
	display:inline-block;
	vertical-align:middle;
	margin:0px 20px;
}
span.no-bind{
	font-size:14px;
	color:#ccc;
	margin-right:40px;
}
span.bing-do{
	font-size:16px;
}
span.true-bind{
	color:#50be00;
	margin-right:40px;
}


.binding-box-inner{
	width: 700px;
	height:480px;
	margin:0 auto;
	margin-top:55px;
	display:none
}
.bind-phone-header-cont-1,.bind-email-header-cont-1,.upd-phone-header-cont-1,.upd-email-header-cont-1{
	display:block;
}
.binding-box-inner-content{
	box-shadow: 0 2px 4px rgba(0,0,0,.06), 0 0 6px rgba(0,0,0,.06);
	width:670px;
	height:340px;
}


.set-pass-rule{
	position:absolute;
	top:40px;
	width:100%;
	height:80px;
	background:#fff;
	z-index:1;
	border:1px solid #b7945d;
	border-top:0px;
	display:none;
	box-sizing:border-box;
	padding:10px 20px;
	color:#ccc;
}
.set-pass-rule p{
	vertical-align:middle;
}
.set-pass-rule p i{
	vertical-align:middle;
}
.user-info-name-disable .form-control[disabled]{
	background:#fff;
	border-color:#fff;
	-webkit-box-shadow:none;
	box-shadow:none;
}

.inputLable{
	position:absolute;
	top:-12px;
	left:10px;
	padding:0px 5px;
	background:#fff
}

::-ms-clear, ::-ms-reveal{display: none;}
input::-ms-clear{display:none;}
input::-ms-reveal{display:none;}

/*@media (max-width: 1366px) {*/
/*.login-inner {*/
/*position: absolute;*/
/*width: 400px;*/
/*height: 390px;*/
/*background: #fff;*/
/*top:5%;*/
/*right: 10%;*/
/*border-radius: 2px;*/
/*margin: auto;*/
/*}*/
/*}*/



/**
 *Date:2022/03/21
 *author:aleck
 *detail:pc+自适应（全部的移动设备）
 */
.userinfo-header img {
	vertical-align: middle;
	height: 40px;
}
.login-icon-users{
	display: inline-block;
	background: url(../img/users.png);
	background-repeat: no-repeat;
	opacity: 0.6;
	vertical-align: middle;
	margin-top: 3.5%;
	margin-left: 3.5%;
	width: 20px !important;
	background-size: 100%;
}
.login-img {
	overflow: visible !important;
	padding-top: 1px;
}

.bt_img {
	display: none;
}
.login-inner{
	width: 420px;
	height: 400px;
}

.login-bottom{
	bottom: 0.1px;
	height: 70px;
}

@media only screen and (max-width: 820px) {



	.img_ {
		width:100% !important;
		display: block !important;
		vertical-align: bottom !important;
	}

	body, html {
		min-width: 0 !important;
	}

	.login-content {
		width: 100%;
		background: url(../newLoginImage/213.png);
		background-repeat: no-repeat;
		background-size: 100%;
		background-position-y: bottom;
		/* overflow-x: auto; */

	}
	.login-img {
		width: 100%;
		background-size: 100% 100%;
		min-width: 200px;
		overflow: hidden !important;
		height: 950px;

	}
	.bt_img {
		width: 100%;
		height: 100%;
		background: url("../newLoginImage/bottom.png") no-repeat;
		background-size: 100% 100%;
		display: block ;
	}
	.login-inner {
		position: relative;
		width: 90%;
		height: auto;
		background: #fff;
		top: 30px;
		left: 0;
		border-radius: 10px;
		opacity: 0.9;
		padding-bottom: 50px;
		/*margin: 0;*/


	}

	.login-bottom-box {
		width: 100%;
		margin: 0 auto;
		height: auto;
		text-align: center;
		background-color: #333333;
		color: #fff;
		padding: 3% 0 3% 0;
		font-size: 1rem;
		line-height: 0 !important;
	}

	.login-bottom-box > a {
		color: #fff !important;
	}

	.login-img {
		background: url("../newLoginImage/banner_phone.png");
		background-repeat: no-repeat;
		background-size: 100%;

	}


	.userinfo-header {
		height: auto;
		background: #fff;
		/* box-shadow: 0 2px 4px rgb(0 0 0 / 6%), 0 0 6px rgb(0 0 0 / 6%); */
		font-size: 20px;
		box-sizing: border-box;
		padding: 1.5rem;
	}

	.userinfo-header img {
		vertical-align: middle;
		height: 35px;
	}
	.check-box-code{
		left: 0;
	}
	body .login-btn{
		margin-top: 1rem;
	}
	.tab-content{
		padding-top: 10px;
		margin-top: 10px;
		margin-bottom: 7rem;
	}
	.login-bottom {
		bottom: 0.1px;
		height: 75px;
	}
	.login-form {
		margin-top: 25px;
		padding: 0px 30px;
		margin-bottom: 25px;
	}

}

.hr_ {
	display: flex;
	justify-content: space-between;
	height: 5rem;
	align-items: center;
}

.hr_left {
	width: 35%;
	height: 1px;
	background: #e6e6e6;
}
.hr_right {
	width: 35%;
	height: 1px;
	background: #e6e6e6;
}
@media only screen and (max-width: 500px) {
	#profile > div.login-form >　div.login-form{
		height: 20px !important;
		margin-bottom: 20px !important;
	}
	body .login-btn{
		margin-top: 1rem;
	}
	.tab-content{
		padding-top: 10px;
		margin-top: 10px;
		/* margin-bottom: 7rem; */
	}
	.login-img{
		height: 790px;
	}
	.login-bottom {
		bottom: 0.1px;
		height: 75px;
	}

	.login-inner {
		position: relative;
		width: 90%;
		background: #fff;
		border-radius: 10px;
		height: auto;
		left: 0;
		top: 229px;
		padding-bottom: 40px;
		/*margin: 0;*/
	}
	.login-form {
		margin-top: 25px;
		padding: 0px 30px;
		margin-bottom: 25px;
	}
	.check-box{
		margin-bottom: .1rem;
	}
	.check-box-code{
		left: -10%;
	}


}

@media only screen and (max-width: 820px) {
	.login-header{
		width: 100%;
		margin: 14px auto 10px auto !important;
		background: #fff;
		font-size: 9px;
		height: auto !important;
		padding-left: 3% !important;
	}
	.login-img{
		min-width:0;
	}
	.tab-content{

		margin-bottom: 0rem;
	}
}
