@charset "utf-8";
@charset "utf-8";
/* 全局样式 */
body {
	min-width:1200px;
	background:#f7f7f7;		
	-webkit-font-smoothing: antialiased;
}
body, input, select, textarea, pre {
	font-size: 14px;
	font-family: Helvetica, "PingFangSC", "Microsoft Yahei", "微软雅黑", Arial, sans-serif;
	color: #666;
}
body, div, form, img, h1, h2, h3, h4, h5, ul, li, p, span, a, dl, dt, dd, select, textarea {
	margin: 0;
	padding: 0;
}
input, select {
	margin:0;
	vertical-align: middle;
	outline: 0;
}

.layui-input::-webkit-input-placeholder, 
.layui-select::-webkit-input-placeholder,
.layui-textarea::-webkit-input-placeholder{
    color: #bbb;
}

.layui-input:-ms-input-placeholder, 
.layui-select:-ms-input-placeholder,
.layui-textarea:-ms-input-placeholder{
    color: #bbb;
}

img {
	border: 0px;
}
button, a {
	cursor: pointer;
}
ul li {
	list-style-type: none;
}
li {
	vertical-align: bottom;
}
a {
	outline: 0;
	text-decoration:none;
}
a:link {
	hide-focus:expression(this.hideFocus=true);
}
a:hover {
	text-decoration:none;
}
a:focus {
	outline-style: none;
}
.clear {
	clear: both;
}
.display_ib {
	display:inline-block;
}

iframe {
    border: none;
}

/* 链接样式 */
a.a_line {
	text-decoration:underline;
}
a.a_noline {
	text-decoration:none;	
}
a.a_black {
	color:#000 !important;	
}
a.a_black:hover {
	color:#087dcd !important;
}

/* 表单 */
.radio {
	vertical-align:middle;
	margin:0 0 2px 1px \9;
	+margin:1px 0 0 1px;
}
.checkbox {
	vertical-align:middle;
	margin:1px 3px 3px 1px;
	+margin:3px 3px 2px 1px;
}
.textfield {
	height:27px;
	padding:0 5px;
	line-height:27px;
	border:1px solid #c5c5c5;
	box-shadow: inset 1px 1px 2px #ebebeb;
	border-radius:0;
	color:#888;
	display: inline-block;
}
.textarea {
	border:1px solid #c5c5c5;
	box-shadow: inset 1px 1px 2px #ebebeb;
	border-radius:0;
	color:#888;	
}
.select {
	height:27px;
	border:1px solid #c5c5c5;
	box-shadow: inset 1px 1px 2px #ebebeb;
	line-height:25px;
}

/* 表单宽度 */
.inpw2 {
	width: 200px;
}
select.inpw2 {
	width: 212px;
}
/*首行缩进*/
.ti2{
	text-indent: 2em;
}

/* 字体 */
.Arial {
	font-family:Arial !important;
}
.Verdana {
	font-family:Verdana !important;
}
.Tahoma {
	font-family:Tahoma !important;
}
.SimSun {
	font-family:SimSun !important;
}
.YaHei {
	font-family:Microsoft YaHei !important;
}
.Georgia {
	font-family:Georgia !important;
}

/* 宽度及百分比*/
.width-auto {
	margin:0 auto;
}
.percent-33 {
	width:33.3%;
}
.percent-50 {
	width:50%;
}
.percent-100 {
	width:100% !important;
}

/* 对齐方式 */
.fl {
	float: left !important;
}
.fr {
	float: right !important;
}
.tl, .tl tr td {
	text-align: left !important;
}
.tc, .tc tr td {
	text-align: center !important;
}
.tr, .tr tr td {
	text-align: right !important;
}
.align-tp {
	vertical-align:top !important;
}
.align-md, .align-md tr th, .align-md tr td {
	vertical-align:middle !important;
}
.align-bm {
	vertical-align:bottom !important;
}

/* 字体是否加粗 */
.fwb {
	font-weight: bold !important;
}
.fwn {
	font-weight: normal !important;
}
.th-fwn tr th {
	font-weight: normal !important;
}
.td-fwn tr td {
	font-weight: normal !important;
}

/* 字体-中间划线 */
.f-del {
	text-decoration:line-through;
	color:#bbb;
}

/* 是否换行 */
.ws-nowrap {
	white-space:nowrap !important;
}
.ws-nowrap-th tr th {
	white-space:nowrap !important;
}
.ws-nowrap-td tr td {
	white-space:nowrap !important;
}
.wb-breakall {
	word-break:break-all !important;
}
.wb-breakall-th tr th {
	word-break:break-all !important;
}
.wb-breakall-td tr td {
	word-break:break-all !important;
}

/*文字溢出*/
.text_out {
	overflow:hidden;
	white-space: nowrap;
	text-overflow:ellipsis;
}

/* 字号 */
.fs9 {
	font-size: 9px !important;
}
.fs10 {
	font-size: 10px !important;
}
.fs11 {
	font-size: 11px !important;
}
.fs12 {
	font-size: 12px !important;
}
.fs13 {
	font-size: 13px !important;
}
.fs14 {
	font-size: 14px !important;
}
.fs15 {
	font-size: 15px !important;
}
.fs16 {
	font-size: 16px !important;
}
.fs17 {
	font-size:17px !important;
}
.fs18 {
	font-size:18px !important;
}
.fs20 {
	font-size: 20px !important;
}
.fs22 {
	font-size: 22px !important;
}
.fs24 {
	font-size: 24px !important;
}
.fs26 {
	font-size: 26px !important;
}
.fs28 {
	font-size: 28px !important;
}
.fs30 {
	font-size: 30px !important;
}
.fs32 {
	font-size: 32px !important;
}
.fs34 {
	font-size: 34px !important;
}
.fs36 {
	font-size: 36px !important;
}

/* 行距 */
.lh15 {
	line-height:15px !important; 
}
.lh16 {
	line-height:16px !important; 
}
.lh18 {
	line-height:18px !important; 
}
.lh20 {
	line-height:20px !important; 
}
.lh22 {
	line-height:22px !important; 
}
.lh23 {
	line-height:23px !important; 
}
.lh24 {
	line-height:24px !important; 
}
.lh26 {
	line-height:26px !important; 
}
.lh28 {
	line-height:28px !important; 
}
.lh30 {
	line-height:30px !important; 
}
.lh32 {
	line-height:32px !important; 
}
.lh34 {
	line-height:32px !important; 
}
.lh40 {
	line-height:40px !important; 
}
.lh48{
	line-height: 48px !important;
}


/* 颜色 */
.red, .star {
	color: #ff4552  !important;
}
.darkred {
	color: #9d0009 !important;
}
.yellow {
	color: #fc0 !important;
}
.orange {
	color: #f60 !important;
}
.blue {
  color:#2595eb !important;
}
.green {
	color: #090 !important;
}
.lightgrey {
	color:#888 !important;
}
.darkgray {
	color:#333 !important;
}
.black {
	color:#000 !important;
}
.white {
	color:#fff !important;
}
.bg-none, .bg-none th, .bg-none td {
	background:none !important;
}
.bg-white {
	background:#fff !important;
}
.bg-gray {
	background:#f9f9f9 !important;
}

/* 边框 */
.bd0 {
	border:0 !important;
}
.bt0 {
	border-top:0 !important;
}
.bb0 {
	border-bottom:0 !important;
}
.bl0 {
	border-left:0 !important;
}
.br0 {
	border-right:0 !important;
}
.bm0 {
	border-bottom:0 !important;
}
.bd1 {
	border:1px solid #e5e5e5 !important;
}
.bt-solid {
	border-top:1px solid #ddd;
}
.bl-solid {
	border-left:1px solid #ddd;
}
.br-solid {
	border-right:1px solid #ddd;
}
.bb-solid {
	border-bottom:1px solid #e8e8e8;
}
.bb-dashed {
	border-bottom:1px dashed #d9d9d9 !important;
}
.bb-dashed-orange {
	border-bottom:1px dashed #fd8238 !important;
}

/* 边距 */
.mt0 {
	margin-top: 0 !important;
}
.mb0 {
	margin-bottom: 0 !important;
}
.ml0 {
	margin-left: 0 !important;
}
.mr0 {
	margin-right: 0 !important;
}
.mg0 {
	margin:0 !important;	
}
.mt3 {
	margin-top: 3px !important;
}
.mb3 {
	margin-bottom: 3px !important;
}
.mr3 {
	margin-right: 3px !important;
}
.mlmr3 {
	margin-left:3px !important;
	margin-right:3px !important;
}
.ml5 {
	margin-left: 5px !important;
}
.mr5 {
	margin-right: 5px !important;
}
.mt5 {
	margin-top: 5px !important;
}
.mb5 {
	margin-bottom: 5px !important;
}
.mtmb5 {
	margin-top:5px !important;
	margin-bottom:5px !important;
}
.mt8 {
	margin-top: 8px !important;
}
.ml10 {
	margin-left: 10px !important;
}
.mr10 {
	margin-right: 10px !important;
}
.mt10 {
	margin-top: 10px !important;
}
.mb10 {
	margin-bottom: 10px !important;
}
.mtmb10 {
	margin-top:10px !important;
	margin-bottom:10px !important;
}
.mlmr10 {
	margin-left:10px !important;
	margin-right:10px !important;
}
.mg10 {
	margin: 10px !important;
}
.mt12 {
	margin-top: 12px !important;
}
.mt15 {
	margin-top: 15px !important;
}
.ml15 {
	margin-left: 15px !important;
}
.mr15 {
	margin-right: 15px !important;
}
.mr20 {
	margin-right: 20px !important;
}
.mtmb15 {
	margin-top:15px !important;
	margin-bottom:15px !important;
}
.ml20 {
	margin-left: 20px !important;
}
.mt20 {
	margin-top: 20px !important;
}
.mb20 {
	margin-bottom: 20px !important;
}
.mb15 {
	margin-bottom: 15px !important;
}
.mtmb20 {
	margin-top:20px !important;
	margin-bottom:20px !important;
}
.mlmr20 {
	margin-left:20px !important;
	margin-right:20px !important;
}
.ml30 {
	margin-left: 30px !important;
}
.ml50 {
	margin-left: 50px !important;
}
.mtmb30 {
	margin-top:30px !important;
	margin-bottom:30px !important;
}
.mb30 {
	margin-bottom: 30px !important;
}
.mb50 {
	margin-bottom: 50px !important;
}
.mg20 {
	margin: 20px !important;
}
.mt30 {
	margin-top:30px !important;
}
.mt80 {
	margin-top: 80px !important;
}
.pd0 {
	padding: 0px !important;
}
.pt0 {
	padding-top: 0px !important;
}
.pb0 {
	padding-bottom: 0px !important;
}
.pl0 {
	padding-left: 0px !important;
}
.pr0 {
	padding-right: 0px !important;
}
.plpr0 {
	padding-left: 0px !important;
	padding-right: 0px !important;
}
.pl5 {
	padding-left: 5px !important;
}
.pr5 {
	padding-right: 5px !important;
}
.pt5 {
	padding-top: 5px !important;
}
.pb5 {
	padding-bottom: 5px !important;
}
.ptpb5 {
	padding-top: 5px !important;
	padding-bottom: 5px !important;
}
.plpr5 {
	padding-left: 5px !important;
	padding-right: 5px !important;
}
.pd5 {
	padding: 5px !important;
}
.ptpb8 {
	padding-top: 8px !important;
	padding-bottom: 8px !important;
}
.pl10 {
	padding-left: 10px !important;
}
.pr10 {
	padding-right: 10px !important;
}
.pt10 {
	padding-top: 10px !important;
}
.pb10 {
	padding-bottom: 10px !important;
}
.ptpb10 {
	padding-top:10px !important;
	padding-bottom:10px !important;
}
.pd10 {
	padding: 10px !important;
}
.plpr10 {
	padding-left: 10px !important;
	padding-right: 10px !important;
}
.pl15 {
	padding-left: 15px !important;
}
.pb15 {
	padding-bottom: 15px !important;
}
.ptpb15 {
	padding-top:15px !important;
	padding-bottom:15px !important;
}
.pd15 {
	padding: 15px !important;
}
.plpr15 {
	padding-left: 15px !important;
	padding-right: 15px !important;
}
.ptpb20 {
	padding-top: 20px !important;
	padding-bottom: 20px !important;
}
.plpr20 {
	padding-left: 20px !important;
	padding-right: 20px !important;
}
.pt20 {
	padding-top: 20px !important;
}
.pr20 {
	padding-right: 20px !important;
}
.pb20 {
	padding-bottom: 20px !important;
}
.pb30 {
	padding-bottom: 30px !important;
}
.pd20 {
	padding: 20px !important;
}
.pl20 {
	padding-left: 20px !important;
}
.pl30 {
	padding-left: 30px !important;
}
.plpr30 {
	padding-left: 30px !important;
	padding-right: 30px !important;
}
.pd30 {
	padding: 30px !important;
}

/* 输入框点击后发光边框 */
.input_default_focus {
	outline-width: 0px;
	outline-style: none;
	outline-color: invert;
}

/* 错误提示 */
.onshow, .onerror {
	margin:0 0 0 5px;
	display: inline-block;
	line-height:18px;
}
.onerror {
	color:#999;
}
.onerror {
	color:#c00;
}

/* 验证码 */
.img_yzm {
	vertical-align:middle;
	display:inline-block;	
}

/* 载入 */
.showloading{
    margin-left: 0px;
    padding: 10px 10px 10px 38px !important;
    background: url(images/waiting.gif) no-repeat scroll 8px 6px #fff;
    border: 1px solid #D6D6D6;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 91000;
}

/*相对定位*/
.relative{
	position: relative;
}

/* 竖线*/
.line{
	height: 14px;
	width: 1px;
	display: inline-block;
	vertical-align: middle;
	background: #e5e5e5;
	margin: 0 5px;
}

/* 下划线 */
.underline{
	text-decoration: underline !important;
}

/* 从右往左渐入样式 */
@keyframes dropdown{
    from{height:0}
    to{height:30px}
}
@-webkit-keyframes dropdown{
    from{height:0}
    to{height:30px}
}
.animated{
	-webkit-animation-duration:1s;
	animation-duration:1s;
	-webkit-animation-fill-mode:both;
	animation-fill-mode:both
}
@-webkit-keyframes fadeInRight{
    from{opacity:0;-webkit-transform:translate3d(100px,0,0);transform:translate3d(100px,0,0)}
    to{opacity:1;-webkit-transform:none;transform:none}
}
@keyframes fadeInRight{
    from{opacity:0;-webkit-transform:translate3d(100px,0,0);transform:translate3d(100px,0,0)}
    to{opacity:1;-webkit-transform:none;transform:none}
}
.fadeInRight{
	-webkit-animation-name:fadeInRight;
	animation-name:fadeInRight
}
@keyframes arrowanim{
    0%,100%,54%{-webkit-transform:translateX(0);transform:translateX(0)}
    18%,36%{-webkit-transform:translateX(4px);transform:translateX(4px)}
    27%{-webkit-transform:translateX(1px);transform:translateX(1px)}
}
@-webkit-keyframes arrowanim{
    0%,100%,54%{-webkit-transform:translateX(0);transform:translateX(0)}
    18%,36%{-webkit-transform:translateX(4px);transform:translateX(4px)}
    27%{-webkit-transform:translateX(1px);transform:translateX(1px)}
}
@keyframes bottomin{
    0%{-webkit-transform:translateY(10px);transform:translateY(10px);opacity:0}
    100%{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}
}
@-webkit-keyframes bottomin{
    0%{-webkit-transform:translateY(10px);transform:translateY(10px);opacity:0}
    100%{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}
}
.bottomin{
	-webkit-animation-name:bottomin;
	animation-name:bottomin
}
@keyframes opacityin{
    0%{opacity:0}
    100%{opacity:1}
}
@-webkit-keyframes opacityin{
    0%{opacity:0}
    100%{opacity:1}
}
.opacityin{
	-webkit-animation-name:opacityin;
	animation-name:opacityin
}
@keyframes bottomintop{
    0%{-webkit-transform:translate(-50%,10px);transform:translate(-50%,10px);opacity:0}
    100%{-webkit-transform:translate(-50%,0);transform:translate(-50%,0);opacity:1}
}
@-webkit-keyframes bottomintop{
    0%{-webkit-transform:translate(-50%,10px);transform:translate(-50%,10px);opacity:0}
    100%{-webkit-transform:translate(-50%,0);transform:translate(-50%,0);opacity:1}
}
.bottomintop{
	-webkit-animation-name:bottomintop;
	animation-name:bottomintop
}
.login_bg .header_bg {
    background: url(../css/images/bg_top.png) center bottom no-repeat;
    background-size: 100% 120px;
    box-shadow: none;
}

.login_bg .header {
    padding: 30px 0 30px 0;
    text-align: center;
}

.login_bg .header img{
	height: 50px;
}

.login_top {
    padding: 23px 0 17px 0;
}

.login_top {
    width: 1200px;
    margin: 0 auto;
}

.login_top .fr {
    padding: 30px 0 0 0;
}

.login_bg,
.reg_bg {
    position: relative;
    width: 100%;
    height: 520px;
}

.reg_bg {
    background: #fff;
}

.register_bg {
    height: 680px;
    background: #ecf2fb;
}

.login_box {
    background: rgba(255,255,255,.7);
	border-radius: 20px;
    padding: 0 0 10px 0;
    height: auto;
    position: fixed;
    top: 25%;
    left: 50%;
    margin-left: -215px;
}

.login_box .ad {
    margin: 0 auto;
    line-height: 536px;
}

.login_box .ad p {
    float: left;
    overflow: hidden;
    font-size: 42px;
    color: white;
    letter-spacing: 4px;
}

.login_box .ad .jr {
    float: left;
}

.login_box .ad .jy {
    float: right;
}

.login {
    margin: 0 auto;
    padding: 45px 40px 0 40px;
    height: 100%;
}

.menu ul li>a {
    background: #fff;
    border-radius: 100px;
    margin: 0 10px;
}

.log_tab {
    margin: 0 auto;
    font-size: 20px;
    color: #999;
    text-align: center;
}

.log_tab a {
    color: #999;
    padding: 0;
}

.log_tab a.current {
    color: #019FE8;
    font-size: 30px;
}

.log_tab .line {
    padding: 0 25px;
    color: #e5e5e5;
    font-size: 18px;
}

.login_error_box {
    height: 30px;
}

.login_error {
    height: 28px;
    padding: 0 10px;
    background: #ffffd6;
    border: 1px solid #ffcfa5;
    border-radius: 2px;
    line-height: 28px;
    font-size: 13px;
    color: #3b3836;
}

.login ul li {
    position: relative;
    width: 100%;
    margin: 0 0 15px 0;
    border-radius: 8px;
    background: white;
    overflow: hidden;
    box-shadow: 0px 0px 6px 0px white;
}

.login ul li.wrong {
    border: 1px solid #f00;
}

.login .login-input {
    width: 272px;
    padding: 0 0 0 10px;
    border: 0;
    display: block;
    float: left;
    background: none;
}

.login .login-input,
.login .btn_default {
    height: 50px;
    line-height: 50px;
}

.login .btn_default {
    padding: 0;
}

.icon_user,
.icon_password,
.icon_imgyzm,
.icon_sjyzm {
    width: 50px;
    height: 36px;
    display: block;
    float: left;
    background-size: cover;
    margin: 7px 0 5px 5px;
}

.icon_user {
    background: url(images/user.png) no-repeat center center;
    border-right: 1px solid #b2b2b2;
}

.icon_password {
    background: url(images/password.png) no-repeat center center;
    border-right: 1px solid #b2b2b2;
}

.icon_imgyzm {
    background: url(images/yzm.png) no-repeat center center;
    border-right: 1px solid #b2b2b2;
}

.icon_sjyzm {
    background: url(images/sjyzm.png) no-repeat center center;
    border-right: 1px solid #b2b2b2;
}

.login .btn_default {
    width: 100%;
    line-height: 50px;
    font-size: 24px;
    background: #019FE8;
    box-shadow: 0px 0px 6px 0px #294675;
    border-radius: 8px;
    margin: 5px auto 15px auto;
	display: block;
	text-align: center;
	color: #fff;
}

.login_links {
    color: #fff;
    margin: 0 0 10px 0;
}

.login_links a {
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    text-decoration: underline;
}

.login_links a.fr {
    text-decoration: underline;
}

.login_title {
    margin: 0 0 30px 0;
    text-align: center;
    font-size: 24px;
    color: #333;
}

.login_links a:hover {
    color: #f3f8ff;
    text-decoration: underline;
}


/*注册*/

.login_links .brown {
    margin: 0 15px;
    padding: 10px 10px;
}

.login_links .brown .arrow {
    width: 15px;
    height: 10px;
    display: inline-block;
    background: #ff7635;
}

.header .fl .text {
    color: #2B2F39;
    font-size: 28px;
    vertical-align: top;
    padding: 0 45px;
    line-height: 80px;
}

.register_box {
    margin: 0 auto;
    width: 1200px;
    position: relative;
}

.reg_bg {
    height: auto;
}

.reg_box {
    margin: 15px auto;
    width: 760px;
    min-height: 500px;
}

.register_box .login {
    margin: 0 auto;
    padding: 0 30px 10px 30px;
    width: 342px;
    background: rgba(255, 255, 255, .1);
    position: absolute;
    left: 50%;
    top: 45px;
    margin-left: -171px;
}

.login ul li span.star {
    color: #fe7100 !important;
    left: 3px;
    position: absolute;
}

.login .yzm img {
    width: 120px;
    height: 50px;
}

.login ul li.dxyzm_box .btn_default {
    font-size: 14px;
    width: 30%;
    float: right;
    padding: 0 0;
    position: absolute;
    top: 0;
    right: 0;
    height: 50px;
    line-height: 52px;
    border-radius: 8px;
    background: #d09904 !important;
    box-shadow: 0px 0px 6px 0px #7f5f0a;
}

.login ul li.dxyzm_box {
    overflow: hidden;
    position: relative;
    border: 0;
    background: none;
    box-shadow: none;
}

.login .in_box {
    position: relative;
    overflow: hidden;
    width: 233px;
    margin: 0 0 0 0;
    border-radius: 8px;
    background: white;
    box-shadow: 0px 0px 6px 0px white;
}

.reg_box .login_links a {
    color: #0051ab;
}

.reg_box .login_links {
    color: #0051ab;
}

.cont_bg {
    width: 100%;
    background: #ecf2fb;
}

.cont_bg .success_box {
    background: none;
}

.change_reg {
    display: block;
    float: right;
    display: block;
    margin: 35px 0 0 0;
    font-size: 16px;
    color: #0051ab;
    font-weight: bold;
}

.change_reg span {
    font-size: 12px;
    padding: 2px 6px;
    border-radius: 10px;
    color: #fff;
    background: #0051ab;
}

.reg_box .textfield {
    width: 250px;
    height: 34px;
    line-height: 34px;
    border-radius: 3px;
}

.reg_box .table_info tr th,
.reg_box .table_info tr td {
    line-height: 35px;
    font-size: 14px;
    padding: 6px 3px;
}

.reg_box .btn_yzm_img {
    display: inline-block;
    vertical-align: middle;
    height: 34px;
    width: 100px;
}

.reg_box .btn_yzm_img img {
    height: 36px;
}

.reg_box .btn_yzm {
    font-size: 12px;
    padding: 0 0;
    width: 96px;
    height: 34px;
    text-align: center;
    color: #fff;
    background: #ffb62f;
    border-radius: 3px;
    border: 1px solid #ffb62f;
}

.reg_box .btn_default {
    width: 78%;
    line-height: 51px;
    font-size: 22px;
    background: e9b75b;
}

.reg_box .btn_orange {
    background: #ffb62f;
}

.reg_box .input_tjr {
    width: 270px;
    border-radius: 3px;
}

.reg_box .input_tjr .textfield {
    width: 108px;
}

.login ul li .input_tjr {
    border: 0;
    width: 340px;
}

.login ul li .input_tjr .textfield {
    width: 123px;
    height: 45px;
    line-height: 45px;
    padding: 0 19px;
}

.login ul li .input_tjr .fr {
    line-height: 45px;
    height: 45px;
}


/*步骤*/

.steps {
    width: 590px;
    height: 46px;
    line-height: 46px;
    margin: 20px auto;
    padding: 0;
}

.steps .nodone {
    width: 193px;
    height: 46px;
    line-height: 46px;
    background: #f4f4f4;
    color: #2b2f39;
    font-size: 14px;
    position: relative;
    margin: 0 0 0 -46px;
    float: left;
    border-radius: 46px;
}

.steps .nodone .num {
    display: inline-block;
    width: 46px;
    height: 46px;
    border-radius: 46px;
    background: #e8e8e8;
    text-align: center;
    font-size: 20px;
}

.steps .nodone .cont {
    padding-left: 10px;
}

.steps .current span,
.steps .current {
    background: #fe8c1d;
    color: #fff;
}

.steps .current .num {
    background: #ff7e00;
}

.steps .done span,
.steps .done {
    background: #f9dfc6;
}

.steps .done .num {
    background: #ffd6ad;
}


/* 扫一扫 */

.l_sys_bg {
    height: 500px;
}

.l_sys_bg .login_box {
    height: 700px;
    background: none;
}

.l_sys_bg .login_links,
.l_sys_bg .login_links a {
    color: #ff7635;
}

.login_tab_box {
    width: 410px;
    margin: 30px auto 0 auto;
    border-radius: 6px;
    overflow: hidden;
    border: 1px solid #e5e5e5;
}

.login_tab,
.login_tab ul {
    height: 60px;
    border-bottom: 1px solid #d9d9d9;
    background: #fff;
}

.login_tab ul li {
    width: 50%;
    float: left;
    text-align: center;
}

.login_tab ul li a {
    margin: 0;
    padding: 9px 30px;
    border: 1px solid #d9d9d9;
    text-align: center;
    font-size: 15px;
    line-height: 62px;
    color: #444;
    text-decoration: none;
    border-radius: 50px;
}

.login_tab ul li.login_tab_sel a {
    background: #fe8c1d;
    position: relative;
    top: 3px;
    border: 1px solid #ff7e00;
    border-bottom: 5px solid #ff7e00;
    font-weight: bold;
    line-height: 50px;
    color: #ffffff;
    border-radius: 50px;
}

.login_tab_cont {
    width: 100%;
    min-height: 375px;
    background: rgba(255, 255, 255, 0.3);
}

.login_tab_cont .login {
    padding: 0 0 0 0;
}

.login-sys {
    width: 100%;
    height: 100%;
    background: #fff;
}

.login-sys .title {
    font-size: 16px;
    font-weight: bold;
}

.login-sys .login_links {
    padding: 10px 0;
    background: #f9f9f9;
}

.sys-box {
    width: 100%;
    padding: 50px 0 25px 0;
}

.sys-ewm {
    margin: 0 auto;
    width: 200px;
    height: 200px;
    background: #fff;
    position: relative;
    border: 1px solid #e5e5e5;
}

.sys-ewm img {
    width: 200px;
    height: 200px;
    margin: 0 0;
}

.sys-err {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(250, 250, 250, .95);
}

.sys-err .tip {
    color: #3c3c3c;
    margin-top: 55px;
    margin-bottom: 25px;
    text-align: center;
}

.sys-err .refresh {
    width: 100px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    margin: 0 auto;
    background: #f99500;
    display: block;
    color: #fff;
    border-radius: 3px;
}

.sys-qrcode {
    overflow: hidden;
    width: 205px;
    margin: 0 auto;
    color: #999;
}

.sys-qrcode p {
    line-height: 40px;
}

.sys-qrcode .icon-sys {
    width: 35px;
    height: 35px;
    display: table-footer-group;
    float: left;
    color: #f40;
    font-size: 34px;
    line-height: 36px;
    margin-right: 10px;
    background: url(images/icon-sys.png) 0 0 no-repeat;
    background-size: contain;
    vertical-align: initial;
}

.gray {
    color: #999 !important;
}

.sys-qrcode a {
    color: #f99500;
}


/* 类型选择 */

.login ul li.user_selbox {
    background: none;
    padding: 5px 0 8px 0;
}

.user_selbox a {
    margin-right: 20px;
    font-size: 16px;
    color: #666;
}

.user_selbox .user_dot {
    margin-right: 5px;
    display: inline-block;
    vertical-align: sub;
    width: 14px;
    height: 14px;
    border-radius: 100px;
    border: 3px solid #e5e5e5;
    background: #fff;
}

.user_selbox a.sel {
    color: #000;
}

.user_selbox a.sel .user_dot {
    background: #ffb62f;
    border: 3px solid #e5e5e5;
}

.footer {
    height: 30px;
    text-align: center;
    color: #fff;
    line-height: 30px;
    position: fixed;
    bottom: 8px;
    width: 100%;
}