html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    outline-style: none
}

@keyframes fade-in {
    0% {
        opacity: 0;
    }

    /*初始状态 透明度为0*/
    40% {
        opacity: 0;
    }

    /*过渡状态 透明度为0*/
    100% {
        opacity: 1;
    }

    /*结束状态 透明度为1*/
}

@-webkit-keyframes fade-in {

    /*针对webkit内核*/
    0% {
        opacity: 0;
    }
    40% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

#wrapper {
    animation: fade-in; /*动画名称*/
    animation-duration: .6s; /*动画持续时间*/
    -webkit-animation: fade-in .6s; /*针对webkit内核*/
}

body {
    line-height: 1;
    font: 14px/1.5 "Segoe UI", "Lucida Grande", Helvetica, Arial, "Microsoft YaHei", FreeSans, Arimo, "Droid Sans", "wenquanyi micro hei", "Hiragino Sans GB", "Hiragino Sans GB W3", Roboto, Arial, sans-serif;
}

a {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent
}

a:hover, a:focus {
    text-decoration: none;
    bblr: expression(this.onFocus=this.blur());
    outline-style: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

input, select {
    vertical-align: middle
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.clearfix::before, .clearfix::after {
    content: "";
    height: 0;
    line-height: 0;
    display: block;
    visibility: hidden;
    clear: both
}

.clearfix:after {
    clear: both
}

.clearfix {
    *zoom: 1
}
.l{float:left;}
.r{float:right;}
.clear{clear:both;}
/* login */
html, body {
    height: 100%;
}

.page-reg-v3:before {
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    content: '';
    background: #62a8ea;
    background: url(../images/login/login_back.jpg) center center/cover no-repeat !important;
}

.container {
    text-align: center;
    height: 100%;
}

.container:before {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    content: "";
}
.reg-body {
    display: inline-block;
    vertical-align: middle;
    width: 400px;
    margin: 55px 0;
    background:url(../images/login/login_form_back.png) repeat;
    border-radius: 4px;
    padding: 40px 40px 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.reg-content {}
.reg-content .brand p{font-size:14px;}
.reg-content .brand p a{color:#d8100e;text-decoration: none;}
.reg-content .brand .brand-img {
    width: 50px;
}

.reg-content .brand .brand-text {
    margin-top: 4px;
    margin-bottom: 11px;
    font-size: 30px !important;
    font-family: "Microsoft YaHei";
    text-shadow: rgba(0, 0, 0, .15) 0 0 1px;
    font-weight: 400;
    color: #37474f;
}

.reg-form {
    margin: 35px 0 30px;
}
.reg-form .form-group {margin: 14px 0;}
.reg-form input {
    display: block;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 100%;
    border-bottom: 1px solid #E4EAEC;
    font-size: 14px;
    height: 42px;
    line-height: 1.5;
    outline: none;
    padding: 0 5px;
    color: #a3afb7;
    font: 14px/1.5 "Segoe UI", "Lucida Grande", Helvetica, Arial, "Microsoft YaHei", FreeSans, Arimo, "Droid Sans", "wenquanyi micro hei", "Hiragino Sans GB", "Hiragino Sans GB W3", Roboto, Arial, sans-serif;
	text-indent:0.5em;
   transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.reg-form input:focus {border-bottom: 1px solid #ccc;}
.reg-form button {
    width: 100%;
    margin-top: 20px;
    padding: 10px 18px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 4px;
    white-space: normal;
    -webkit-transition: border .2s linear, color .2s linear, width .2s linear, background-color .2s linear;
    -o-transition: border .2s linear, color .2s linear, width .2s linear, background-color .2s linear;
    transition: border .2s linear, color .2s linear, width .2s linear, background-color .2s linear;
    -webkit-font-smoothing: subpixel-antialiased;
    color: #fff;
    background-color: #d8100e;
    /*border-color: #ff5060;*/
    border: 1px solid transparent;
    cursor: pointer;
    outline: none;}
.reg-form button[disabled], .reg-form button[disabled]:hover {
    color: #fff;
    background-color: #a2caee;
    border-color: #a2caee;
    cursor: not-allowed;
    opacity: .65;}
.reg-form button:hover {background-color: #fd717e;border-color: #fd717e;}
.log_foot{position:fixed;left:0;bottom:0;width:100%;height:50px;line-height:50px;background:#563512;}
.log_foot .log_foot_con{width:66%;margin:0 auto;font-size:14px;line-height:50px;color:#fff;}
.log_foot .log_foot_con a{color:#fff;text-decoration:none;}
@media screen and (max-width: 404px) {
    .reg-body{margin:50px 0;width: 310px;padding: 40px 30px 30px;}
	.log_foot .log_foot_con{width:100%;text-align:center;}
	.log_foot .log_foot_con span{display:none;}
	.reg-content .brand .brand-text{font-size:20px!important;}
	.reg-form{margin: 20px 0 20px;}
	.reg-form .form-group {margin: 8px 0;}
}
.form-yzm{position:relative;width:100%;height:38px;}
.form-yzm input{position:absolute;left:0;top:0;display: inline-block; width: 60%;height:38px;border:none; margin:0;}
.form-yzm input:hover{border:none;}
.form-yzm img{position:absolute;right:0;top:3px;display: inline-block; margin-left: 2%; width: 36%; height: 32px; }
.form-yzm .yzm-input {padding-left: 38px; background:url(../images/login/dun.png) 11px center no-repeat #fff;background-size:16px auto;}
.form-yzm .layui-icon{position: absolute; left: 1px; top: 1px; width: 38px; line-height: 36px; text-align: center; color: #999; }
.nav-zc{width:100%;font-size:12px;line-height:24px;color:#d8100e;}
.nav-zc a{font-size:13px;line-height:24px;color:#d8100e;}
