﻿.login-index{
    margin:0px 35px;
}
.login-index .custrom-info{
    border-bottom:2px solid #7C8285;
    display:flex;
    width:100%;
    align-items:center;
    height:198px;
}
.login-index .custrom-info>div{
    width:100%;
}
.login-index .custrom-info .info {
    flex:1.2;
}
.login-index .custrom-info .info>div{
    
}
.login-index .custrom-info .info span{
    color:#EC6200;
    line-height:16px;
}
.login-index .custrom-info .info .title{
    padding-bottom:10px;
}
.login-index .custrom-info .info .contact-info span:nth-child(2n){
    padding:0 50px;
}
.login-index .custrom-info .info .title span{
    display:block;
}
.login-index .custrom-info .info .Company-address span{
    display:block;
}
.login-index .custrom-info .address{
    flex:0.8;
}
.login-index .custrom-info .address .item:nth-child(2n+1){
    padding-bottom:15px;
}
.login-index .custrom-info .address .item span{
    line-height:16px;
    color:#7C8285;
    display:block;
}
.login-index .custrom-info .change-password{
    flex:1.0;
    height: 100%;
    position:relative
}
.login-index .custrom-info .change-password .btn{
    float: right;
    width:178px;
    height:33px;
    border:1px solid #7C8285;
    background:#EC6200;
    position:absolute;
    top:67px;
    right:0;
}
.login-index .custrom-info .change-password .btn .logo{
    width:58px;
    text-align:center;
    padding-top:5px;
    float:left;
}
.login-index .custrom-info .change-password .btn .logo img{
    width:24px;
    height:25px;
    vertical-align:middle;
}
.login-index .custrom-info .change-password .btn .font{
    float:left;
    width:120px;
    padding-top:2.5px;
}
.login-index .custrom-info .change-password .btn .font span{
    display:block;
    color:#fff;
    line-height:14px;
    font-weight:bold;
}
.login-index .custrom-info .change-password .tip{
    text-align:left;
    clear:both;
    zoom:1;
    content:'';
    position:absolute;
    bottom:5px;
    left: 0;
}
.login-index .custrom-info .change-password .tip p{
    transform-origin: left;
    color:#00A0E9;
    font-weight:bold;
    font-size:11px;
    -webkit-transform:scale(0.9);
    line-height:14px;
    vertical-align:top; 
}
.login-index .custrom-info .change-password .tip .english{
    letter-spacing:-0.5px;
    white-space:nowrap;
}


.login-index .memo-notice{
    padding:30px 15px;
    width:1100px;
}
.login-index .memo-notice .title{
    color:#FCD100;
    font-size:16px;
}
.login-index .memo-notice table{
    width:100%;
    border:none;
    border-collapse:collapse;
}
.login-index .memo-notice table tr{

}
.login-index .memo-notice table tr th{
    background:#DCDDDD;
    height:35px;
    border:1px solid #7C8285;
    color:#7C8285;
    font-weight:normal;
    text-align:center;
    font-size:13px;
}
.login-index .memo-notice table tr td{
    background:#fff;
    height:35px;
    border:1px solid #7C8285;
    color:#7C8285;
    text-align:center;
    font-size:13px;
}

.login-index .cutpage{
    padding-top:15px;
    text-align:right;
}
.login-index .cutpage>div{
    display:inline-block;
}
.login-index .cutpage .page a{
    padding:0px 7px;
    height:23px;
    border:1px solid #7C8285;
    color:#7C8285;
    font-size:14px;
    text-align:center;
    float:left;
    margin-left:-1px;
    line-height:25px;
    cursor:pointer;
}
.login-index .cutpage .totalpage{
    vertical-align:top;
    padding-left:15px;
}
.login-index .cutpage .totalpage span{
    line-height:30px;
}


.chagepassword{
    width:280px;
    margin:0 auto;
}
.chagepassword .logo{
    padding-top:30px;
    text-align:center;
}
.chagepassword .logo .btn{
    width:100%;
    height:50px;
    border:1px solid #7C8285;
    box-sizing:border-box;
    background:#EC6200;
}
.chagepassword .logo .btn .logo-img{
    width: 78px;
    text-align: center;
    float: left;
    padding-top:12.5px;
}
.chagepassword .logo .btn .logo-img img{
    vertical-align: middle;
}
.chagepassword .logo .btn .font{
    float: left;
    width: 200px;
    text-align:left;
    padding-top: 12px;
}
.chagepassword .logo .btn .font span{
    display: block;
    color: #fff;
     line-height: 14px;
    font-weight: bold;
}
.chagepassword .content{
    padding-top:30px;
}
.chagepassword .content form input{
    display:block;
    width:280px;
    height:50px;
    background:#fff;
    border:1px solid #7C8285;
    margin-bottom:25px;
    font-size:12px;
    text-align:left;
    text-indent:25px;
}
.chagepassword .content form input::-webkit-input-placeholder{ 
    color:#999;
}
.chagepassword .content form input:-moz-placeholder {
    color:#999;
}
.chagepassword .content form input::-moz-placeholder { 
    color:#999;
}
.chagepassword .content form input:-ms-input-placeholder { 
    color:#999;
}
.chagepassword .content form input[type=submit]{
    background:#FCCA24;
    color:#fff;
    font-weight:600;
    font-size:14px;
    text-align:center;
    cursor:pointer;
}


.user-login{
    width:420px;
    margin:0 auto;
}
.user-login .title{
    padding:40px 0px 10px 0px;
}
.user-login .title p{
    font-size:15px;
    text-align:right;
}
.user-login .content{
    padding-top:30px;
}
.user-login .content::after{
    content:'';
    height:0;
    clear:both;
    visibility: hidden;
    display: block;
}
.user-login .content div{
    float:left;
    width: 100%;
}
.user-login .content form{
    float:left;
}
.user-login .content form label{
    float:left;
    width:105px;
    font-size:14px;
    margin-right:15px;
    height: 35px;
    line-height: 35px;
    text-align:right;
}
.user-login .content form input{
    float:left;
    width:300px;
    height:35px;
    background:#fff;
    border:1px solid #7C8285;
    margin-bottom:25px;
    font-size:12px;
    text-align:left;
    text-indent:25px;
    box-sizing:border-box;
}
.user-login .content form input[type=submit]{
    width:150px;
    float:right;
    background:#FCCA24;
    color:#7C8285;
    font-weight:600;
    cursor:pointer;
}