﻿@charset "UTF-8";
.m-login-page {
  /*background: -webkit-radial-gradient(50% 50%, closest-corner, #f7c252, #cf631b);
  background: -o-radial-gradient(50% 50%, closest-corner, #f7c252, #cf631b) ;
  background: -moz-radial-gradient(50% 50%, closest-corner, #f7c252, #cf631b) ;
  background: radial-gradient(50% 50%, closest-corner, #f7c252, #cf631b);*/
  background:#d36d22  url(../images/logoBg.jpg) no-repeat center;
  background-size:100% 100%;
  overflow: hidden;
  word-break: break-all;
  padding-top: 52px; }
  .m-login-page div.logo {
    width: 430px;
    height: 78px;
    margin: 0 auto;
    background: url(../img/login/fl-login-cen.png) no-repeat center;
    background-size: 250px 100%; }
  input,textarea::-webkit-input-placeholder { /* WebKit browsers */ 
color: #ccc ; 
} 
input,textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 */ 
color: #ccc; 
} 
input,textarea::-moz-placeholder { /* Mozilla Firefox 19+ */ 
color: #ccc; 
} 
input,textarea:-ms-input-placeholder { /* Internet Explorer 10+ */ 
color: #ccc; 
}

.m-login-page .login-banner {
  height: 180px;
  background: url("../img/login/banner1.png") no-repeat 50% 0;
  background-size: cover; }

.m-login-page .m-login-form {
  box-shadow: 12px 2px 24px rgba(0, 0, 0, 0.1);
  z-index: 100;
  background-color: #fff;
  border-radius: 12px;
  margin: 50px auto 0;
  width: 430px;
  background: #fdefd3;
  padding: 0; }
  .m-login-page .m-login-form .form-head {
    text-align: center;
    background: #f4e0ad;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    border: 1px solid #e2c78c;
    margin: 0; }
    .m-login-page .m-login-form .form-head .form-title {
      display: block;
      width: 430px;
      height: 70px;
      line-height: 70px;
      color: #e86143;
      border-bottom: 1px solid #fdf9e5; 
      font-size:22px;
      font-weight:normal;
    }
  .m-login-page .m-login-form .form-body {
    padding: 7px  0 0; }
  .m-login-page .m-login-form .form-foot {
    background: #fdefd3;
    padding: 40px 0 35px 0;
    border-radius: 12px;
    text-align:right;
    margin: 0 42px 0 50px;
  }
    .m-login-page .m-login-form .form-foot a {
        display: inline-block;
        height: 20px;
        /*padding-left: 22px;*/
        /*background: url(../images/pic.png) no-repeat left center;*/
        line-height: 20px;
        /*background-position: 0 -40px;*/
    }
     .m-login-page .m-login-form .form-foot a.line{
         background-position:0 0;
     }
     .m-login-page .m-login-form .form-foot a.phone{
         background-position:0 -40px ;
     }
     .m-login-page .m-login-form .form-foot a.regist{
         float: left;
         padding:2px 12px;
         border: 1px solid #f4ac83;
         color: #ea622c;
         border-radius: 5px;
     }
        .m-login-page .m-login-form .form-foot a.regist span {
            width: 20px;
            height: 20px;
            padding-right: 6px;
            vertical-align: middle;
            background: url(../img/regist/regist.png) no-repeat;
            background-size: 20px;
        }
        .m-login-page .m-login-form .form-foot a.regist:hover {
            color: #fff;
            border-color: #ea622c;
            text-decoration: none;
            background-color: #ea622c;
        }
        .m-login-page .m-login-form .form-foot a.regist:hover span {
            width: 20px;
            height: 20px;
            background: url(../img/regist/regist-hover.png) no-repeat;
            background-size: 20px;
        }
        .m-login-page .m-login-form .form-foot a.key {
            background-position: 0 -20px;
        }
      .m-login-page .m-login-form .form-foot a:hover {
        color: #e86143; }
  .m-login-page .m-login-form .form-item {
    height: 40px;
    width: 440px;
    clear: both;
    background: #f0dfbf;
    margin: 20px 0 20px -6px;
    border-top: 1px solid #d0a964;
    border-bottom: 1px solid #d0a964;
    border-radius: 3px;
    position: relative; }
    .m-login-page .m-login-form .form-item .label {
      width: 80px;
      line-height: 40px;
      text-align: center;
      background: #e86143;
      color: #fff;
      border-radius: 3px;
      border-bottom-left-radius:0;
      background: url(../images/login1.png) repeat;
      font-size: 14px;
      position:relative;
    }
    .m-login-page .m-login-form .form-item .label:after{
        content:'';
        border: 9px solid #ee7b4e;
        border-top-color: transparent;
        border-bottom-color: transparent;
        border-right: 0;
        position: absolute;
        bottom: 10px;
        right:-7px;
    }
    .m-login-page .m-login-form .form-item input {
      width: 338px;
      height: 38px;
      font-size: 14px;
      background-color: #f0dfbf;
      padding: 0 5px 0 15px;
      color: #e86143;
      border: 1px solid #fdf9e5;
      border-radius: 0;
      border-top-right-radius: 3px;
      border-bottom-right-radius: 3px;
      font-size: 16px; }
    .m-login-page .m-login-form .form-item input.yan {
      width: 210px;
      border: none; }
    .m-login-page .m-login-form .form-item span.img {
      width: 6px;
      height: 6px;
      position: absolute;
      bottom: -6px;
      left: 0;
      background: transparent url(../images/small.png) no-repeat right top; }
  .m-login-page .m-login-form .agree {
    padding: 5px 0 0 55px; }
  .m-login-page .m-login-form .buttonB {
    background: none;
    border: none; }
    .m-login-page .m-login-form .buttonB .form-button {
      vertical-align: middle;
      height: 60px;
      line-height: 60px;
      padding: 0 24px;
      width: 340px;
      font-size: 22px;
      background: #e86143 url(../images/login2.png) repeat;
      color: #fff;
      cursor: pointer;
      border-radius: 6px;
      font-family:"微软雅黑";
      border: 0;
      margin: 0 55px; }
  .m-login-page .m-login-form .form-control {
    border: 0;
    height: 30px;
    line-height: 30px;
    padding: 6px 9px;
    box-sizing: content-box;
    outline: 0;
    border: 1px solid #D5D6D9;
    border-radius: 6px;
    width: 340px;
    font-size: 16px;
    background-color: #fff; }

#jBoxID1 .jBox-container {
  border: 1px solid #ddd;
  background: #fff !important; }
  #jBoxID1 .jBox-container .jBox-title {
    background: #fafafa !important; }

  #forgetpwd-form{
      width:800px;
      height:480px;
      margin:40px auto;
      border-radius:5px;
      background:#fff;
      background:#fdefd3;
      box-shadow: 12px 2px 24px rgba(0, 0, 0, 0.1);
  }
    #forgetpwd-form .m-box{
         width:100%;
         height: 100%;
         text-align: center;
              
    }
    #forgetpwd-form .m-box h1{
        width:785px;
        height:59px;
        border-bottom:1px solid #e6cd92;
        border-top-left-radius:5px;
        border-top-right-radius:5px;
        line-height:60px;
        color:#9a2805;
        padding-left:16px;
        font-size:14px;
        background:#f4e0ad;
        text-align:left;
        margin-bottom:30px;
    }
    #forgetpwd-ck{
         width:100%;
         height: 100%;
          border-radius:5px;
    }
    #forgetpwd-ck .form-item{
        width:480px;
        margin:0 auto;
    }
        #forgetpwd-ck .form-item .form-control{
            width:460px;
            height:45px;
            line-height:45px;
            display:block;
            border:1px solid #ccc;
            border-radius:5px ;
            background:#fff;
            color:#c57c44;
            margin:60px auto;
            padding:0 15px;
        }
         #forgetpwd-ck .form-item .form-button{
             width:255px;
             height:55px;
             line-height:55px;
             background:#ea8840;
             color:#fff;
             text-align:center;
             border-radius:5px;
             font-size:16px;
         }
         #forget-question{
        width:100%;
         height: 100%;
          border-radius:5px;
          overflow:hidden;
         }
         #forget-question .form-item{
            width:415px;
            height:85px;
            margin:5px auto;
            padding:0 25px;
            text-align:left;
        }
         #forget-question .form-item .question{
             height:20px;
             color:#393939;
             font-size:15px;
             margin-bottom:5px;
         }
        #forget-question .form-item .result{
             font-size:15px;
             line-height:45px;
        }
        #forget-question .form-item .result input{
            display:inline-block;
            width:310px;
            height:45px;
            border-radius:5px;
            border:1px solid #ccc;
        }
        #forget-question .buttons{
            width:550px;
            padding:0 ;
            margin-top:30px;
        }
        #forget-question .buttons input{
            display:inline-block;
            width:245px;
            height:50px;
            background:#ea8840;
            color:#fff;
            font-size:16px;
            line-height:50px;
            border-radius:5px;
            margin:0 12.5px;
        }
        #forget-repwd{
            width:100%;
            height: 100%;
            border-radius:5px;
            overflow:hidden;
        }
         #forget-repwd .form-item{
            width:415px;
            height:45px;
            margin:40px auto 40px;
            padding:0 25px;
            text-align:left;
            font-size:15px;
            line-height:45px;
        }
         #forget-repwd .form-item  input{
            display:inline-block;
            width:280px;
            height:45px;
            border-radius:5px;
            border:1px solid #ccc;
        }
        #forget-repwd .buttons{
            width:550px;
            padding:0 ;
            margin-top:30px;
        }
        #forget-repwd .buttons input{
            display:inline-block;
            width:245px;
            height:50px;
            background:#ea8840;
            color:#fff;
            font-size:16px;
            line-height:50px;
            border-radius:5px;
            margin:0 12.5px;
            border:none;
        }
/*# sourceMappingURL=login.css.map */

#openregister a {
    padding: 5px 16px;
    background: #fdefd3;
    border: 1px solid #e86143;
    border-radius: 6px;
    cursor: pointer;
    color: #787876;
}

    #openregister a:hover {
        background: #e86143;
        color: #fff;
        text-decoration:none;
    }



