/***
Login page
***/


body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, /* structural elements 结构元素 */
dl, dt, dd, ul, ol, li /* list elements 列表元素 */
 { /* table elements 表格元素 */
    margin: 0;
    padding: 0;
}


.login {
    background-color: #fff !important;
    font-family: arial, "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
}

.transition_all {
    transition: all .5s;
}

#header {
    width: 100%;
    height: 74px;
    border-bottom: 1px solid #e3e3e3;
    background-color: #fff;
    padding: 0px;
}

#header .header-layout {
    padding: 17px 0;
    overflow: hidden;
}


#header .header-layout .header-nav {
    width: auto;
    height: 14px;
    float: right;
    line-height: 14px;
    margin-top: 10px;
}

ul{
    list-style: none;
}

#header .header-layout .header-nav li.nav-first {
    border-left: 0;
}
#header .header-layout .header-nav li {
    float: left;
    padding: 0px 10px 0px 15px;
    height: 18px;
    margin-right: 10px;
    border-left: 1px solid #4d4d4d;
}

#header .header-layout .header-nav li a {
    color: #666;
    text-decoration: none;
}


/*#header .header-layout .header-nav li:after {*/
    /*!*content: "";*!*/
    /*!*background: #CCCCCC;*!*/
    /*!*margin-left: 10px;*!*/
    /*!*margin-right: 10px;*!*/
    /*!*padding-left: 1px;*!*/
    /*!*opacity:0.4;*!*/
    /*!*filter:alpha(opacity=40);*!*/
    /*!*border-right: 1px solid #0e90d2;*!*/
/*}*/

#header .header-layout .header-nav li:last-child:after {
    content: "";
    height: 0px;
    margin-right: 0px;
    margin-left: 0px;
    padding-left: 0px;
    background: none;
}


#header .header-layout .logo {
    background: url("../image/login/ycjk_icon.png") no-repeat;
    background-size: 100%;
    float: left;
    display: inline-block;
    height: 40px;
    margin-right: 20px;
}


#header .header-layout .logo a {
    float: left;
    display: inline-block;
    height: 50px;
    width: 191px;
    overflow: hidden;
    text-indent: -999em;
}

#header .header-layout .logo-title {
    float: left;
    display: inline-block;
    width: auto;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    font-weight: normal;
    margin-top: 10px;
    color: #3c3c3c;
}


.login .content {
    position: relative;
    margin-top: 95px;
    min-height: 485px;
    vertical-align: middle;
}

.login .y-row {
    min-width: 1000px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    zoom: 1;
}

.login .content .leftImg {
    margin-left: 100px;
    padding-top: 15px;
    float: left;
    width: 450px;
    height: 350px;
}

.login .content .login-module {
    position: absolute;
    border: 1px solid #d4d4d4;
    padding-top: 30px;
    right: 160px;
    margin-bottom: 10px;
    background-color: #fff;
    min-width: 292px;
    width: 270px;
    min-height: 320px;
}


.login .content .login-form,
.login .content .forget-form {
    padding: 0px;
    margin: 0px;
}

.login .content .m-wrap {
    background-color: #fff;
}

.login .content .control-group {
    margin-bottom: 20px !important;
    padding-left: 10px;
    padding-right: 10px;
    width: 260px;
}


.input-icon.left i {
    color: #ccc;
    display: block !important;
    position: absolute !important;
    z-index: 1;
    margin: 9px 12px 4px 20px;
    width: 16px;
    height: 16px;
    font-size: 16px;
    text-align: center;
}

.input-icon.left input {
    width:210px;
    padding-left: 33px !important;
    border: 1px solid #d4d4d4;
}

.input-icon.left input:hover {
    border: 1px solid #0e90d2;
}

.login .content .input-icon .m-wrap {
    margin-left: 10px;
}

/*input.m-wrap {*/
    /**/
/*}*/
/*.login .content .forget-form {*/
    /*display: none;*/
/*}*/

/*.login .content .register-form {*/
    /*display: none;*/
/*}*/

/*.login .content .form-title {*/
    /*font-weight: 300;*/
    /*margin-bottom: 25px;*/
/*}*/

.login .content .form-actions {
    background-color: transparent;
    clear: both;
    border: 0px;
    border-bottom1: 1px solid #999;
    padding: 0px 20px 10px 20px;
}


.login .content .form-actions .fm-button {
    display: inline-block;
    min-width: 140px;
    height: 36px;
    padding: 0 30px 1px;
    background: #00a2ca;
    border: none;
    line-height: 32px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    outline: none;
    cursor: pointer;
    border-radius: 4px;
    width: 100%;
    margin-top: 10px;
    font-family: arial, "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
}

.login .content .form-actions .fm-button:hover{background-color:#33b5d4}

.login .content .forget-form .form-actions {
    border: 0;
    margin-bottom: 0;
    padding-bottom: 20px;
}

.login .content .register-form .form-actions {
    border: 0;
    margin-bottom: 0;
    padding-bottom: 0px;
}

.login .content .form-actions .checkbox {
    margin-top: 8px;
    display: inline-block;
}

.login .content .form-actions .btn {
    margin-top: 1px;
}

.login .content .forget-password {
    margin-top: 25px;
}

.login .content .create-account {
    border-top: 1px solid #e3e3e3;
    padding-top: 15px;
    margin-top: 15px;
}

.login .content .create-account a {
    display: inline-block;
    margin-bottom: 15px;
    padding: 13px 20px 5px 20px;
}

.copyright-100 {
    display:none;
    position:absolute;
    width:100%;
    background: #fff;
    border-top: 1px solid #d4d4d4;
    padding-top: 30px;
    text-align: center;
}

.copyright-100 .copyright {
    text-align: center;
    color: #666;
    font-size: 12px;
    padding: 20px 0 40px;
}

.copyright-100 .nav-first {
    border-left: 0;
}

.copyright-100 ul{
    list-style: none;
    margin: 0 auto;
    display: inline-block;
}

.copyright-100 li {
    float: left;
    padding: 0px 10px 0px 15px;
    height: 16px;
    margin-right: 10px;
    border-left: 1px solid #d4d4d4;
}

.copyright-100  li a {
    color: #666;
    text-decoration: none;
}




/*@media (max-width: 480px) {*/
    /*!****/
    /*Login page*/
    /****!*/
    /*.login .logo {*/
        /*margin-top: 10px;*/
    /*}*/

    /*.login .content {*/
        /*padding: 30px;*/
        /*width: 222px;*/
    /*}*/

    /*.login .content h3 {*/
        /*font-size: 22px;*/
    /*}*/

    /*.login .content .m-wrap {*/
        /*width: 180px;*/
    /*}*/

    /*.login .checkbox {*/
        /*font-size: 13px;*/
    /*}*/
/*}*/