.accountbox input::-webkit-input-placeholder{
	color:#999999;
}
.accountbox input::-moz-placeholder{
	color:#999999;
}
.accountbox input::-ms-input-placeholder{
	color:#999999;
}

.alert_close{
	display: block;
	position: absolute;
	right: 0;
	top: 12px;
	width: 40px;
	height: 40px;
	cursor: pointer;
	background: url(/uploads/image/scimages/active_close.png) no-repeat center center;
	z-index: 999999;
}
.input_waring p{color:red;font-size:12px;}
.help{color:red;font-size:12px;}
.screenbg{
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0,0,0,0.3);
	z-index:99999999;
}
.popupbox{
	width: 100%;
	height: 100%;
	display:flex;
	display: -webkit-flex; /*在webkit内核的浏览器上使用要加前缀*/
	flex-direction:row;
	align-items: center;
	justify-content:center;
}
.popupborder{
	height: 748px;
	width: 487px;
	background: #fff;
	border-radius: 6px;
	position: relative;
}
.popupbanner{
	width: 487px;
	height: 183px;
	border-radius: 6px 6px 0px 0px;
	position: absolute;
	top:0;
}
.p_bannerimg{
	width: 487px;
	height: 183px;
	border-radius: 6px 6px 0px 0px;
}

.labelname{
	font-size: 20px;
	font-weight: 400;
	color: #333333;
}
.taplabelname{
	font-size: 20px;
	font-weight: 400;
	color: #4e9dff;
}
.inputaccount{
	width: 396px;
	height: 50px;
	background: #ffffff;
	border: 1px solid #e5e5e5;
	border-radius: 5px;
}
.accountimg{
	width: 14px;
	height: 16px;
	margin-top: 18px;
	margin-bottom: 18px;
	margin-left: 21px;
	margin-right: 21px;
}

.borderline{
	width: 1px;
	height: 24px;
	background: #ffffff;
	border: 1px solid #e5e5e5;
	margin-top: 13px;
	margin-bottom: 13px;
}
.accountbox{
	margin-left: 17px;
	/*margin-top: 18px;*/
	/*margin-bottom: 18px;*/
}
.czmat{
	font-size: 24px;
	font-weight: 400;
	color: #333333;
	margin-top: 38px;
	margin-bottom: 20px;
}
.czmmline{
	width: 287px;height: 1px;background: #eeeeee;
}

.linetap{
	width: 109px;height: 1px;background: #4e9dff
}
.line_{
	width: 109px;height: 1px;background: #eeeeee
}

.inputbox{
	width: 300px; font-size: 14px;border: none;height: 48px;
}
.codeinputbox{
	font-size: 14px;
	border: none;
	height: 48px;
	margin-top: 2px;
}
.inputcodetext{
	font-size: 14px;
	font-weight: 400;
	color: #4e9dff;
	margin-right: 26px;
	background: #fff;
	outline: none;
	border: 0;
	cursor:pointer;
}
.gxbox{
	width: 11px;
	height: 11px;
}
.loginbtn{
	border:none;
	outline: none;
	width: 396px;
	height: 50px;
	background: #4e9dff;
	border-radius: 5px;
	color:#fff;
	cursor:pointer;
}
.dlfstext{
	font-size: 14px;
	font-weight: 400;
	color: #999999;
	margin-top: 22px;
}
.dlfsline{
	margin-top: 8px;
	width: 219px;
	height: 1px;
	background: #eeeeee;
}
.iconlogin{
	width: 42px;
	height: 42px;
	background: #4e9dff;
	border-radius: 50%;
	cursor:pointer;
}
.iconlogintext{
	font-size: 14px;
	font-weight: 500;
	color: #666666;
	margin-top: 13px;
}
.logintype{
	margin-top: 14px; margin-bottom: 18px;
}

.div_hide{
    display: none;
}

.div_show{
    display: inline;
}
.text-333{
	color: #333333;
}
.forgetpwd{
	font-size: 14px;
	font-weight: 500;
	color: #4e9dff;
	cursor: pointer;
}
.forgetpwdbox{
	width: 575px;
	height: 373px;
	position: relative;

}
.closeimg{
	width: 26px;
	height: 26px;
}
.p_forgetpwd{
	width: 487px;height: 340px;background: #ffffff;border-radius: 6px;
}
.finishbox{
	margin-top: 28px;
	margin-bottom: 28px;
}
.finishicon{
	width: 84px;
	height: 84px;
}

/* 登录滑块 */
.outer {
  position: relative;
  height: 50px;
  line-height: 48px;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  background: #fafafa;
  font-size: 14px;
  float: left;
  overflow: hidden;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}
.outer span, .filter-box, .inner{
   position: absolute;
   top: 0;
   left: 0
}
.outer span{
    display: block;
    padding: 0 0 0 55px;
    width: 100%;
    height: 100%;
    text-align: center;
    letter-spacing: 1px;
}

/* 注册滑块 */
.outer_ {
  position: relative;
  height: 50px;
  line-height: 48px;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  background: #fafafa;
  font-size: 14px;
  float: left;
  overflow: hidden;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}
.outer_ span, .filter-box, .inner{
   position: absolute;
   top: 0;
   left: 0
}
.outer_ span{
    display: block;
    padding: 0 0 0 55px;
    width: 100%;
    height: 100%;
    text-align: center;
    letter-spacing: 1px;
}

.txtroll {
    color: #1082ff;
    z-index: 9999;
}

@-webkit-keyframes bgp {
    0% {
        background-position: 0 0
    }
    100% {
        background-position: -100% 0
    }
}
.filter-box {
    width: 0;
    height: 100%;
    background: #2386ee;
    z-index: 9
}
.outer.act span {
    padding: 0 55px 0 0;
    color: #fff;
}
.outer_.act span {
    padding: 0 55px 0 0;
    color: #fff;
}
.inner {
    width: 55px;
    height: 48px;
    text-align: center;
    background: #fff;
    cursor: pointer;
    font-family: '微软雅黑';
    z-index: 99999;
    font-weight: 700;
    color: #929292;
    position: relative;
}
.inner:after{
   width: 1px;
   height: 50px;
   background-color:#ddd;
   display: block;
   content: "";
   position: absolute;
   right:0;
   top:0;
   z-index: 9999;
}
.outer.act .inner{
    color: #2386ee
}
.outer_.act .inner{
    color: #2386ee
}
.outer.act span {
    z-index: 99
}
.outer_.act span {
    z-index: 99
}
/* 滑块end */

input::-webkit-input-placeholder {
/* webkit browsers */
color: #b3b3b3;
}
input:-moz-placeholder {
/* mozilla firefox 4 to 18 */
color: #b3b3b3;
}
input::-moz-placeholder {
/* mozilla firefox 19  */
color: #b3b3b3;
}
input:-ms-input-placeholder {
/* internet explorer 10  */
color: #b3b3b3;
}


.w-100{ width: 100%; }
/* flex 布局 */
.flex{
	display:flex!important;
	flex-direction:row;
}
.flex-row{ flex-direction:row!important; }
.flex-column{ flex-direction:column!important; }
.flex-row-reverse{ flex-direction:row-reverse!important; }
.flex-column-reverse{ flex-direction:column-reverse!important; }
.flex-wrap{ flex-wrap:wrap;}
.flex-nowrap{ flex-wrap:nowrap;}
.justify-start{justify-content:flex-start;}
.justify-end{justify-content:flex-end;}
.justify-between{justify-content:space-between;}
.justify-center{justify-content:center;}
.align-center{ align-items: center; }
.align-stretch{ align-items: stretch; }
.align-start{ align-items: flex-start; }
.align-end{ align-items: flex-end; }
.content-start {align-content: flex-start;}
.content-end {align-content: flex-end;}
.content-center {align-content: center;}
.content-between {align-content: space-between;}
.content-around {align-content: space-around;}
.content-stretch {align-content: stretch;}
.flex-1{ flex: 1; }
.flex-2{ flex: 2; }
.flex-3{ flex: 3; }
.flex-4{ flex: 4; }
.flex-5{ flex: 5; }

.mt-18{
	margin-top: 18px;
}
.mt-17{
	margin-top: 17px;
}
.mb-18{
	margin-bottom: 18px;
}
