html,body{padding: 0;margin: 0;width: 100%;height: 100%;min-width: 1200px}
li{list-style: none}
.page-auto{width: 100%;height:100%;position: relative;overflow-y: auto;overflow-x: hidden}
.signIn{width: 1600px;height:100%;position: absolute;
    left: 50%;margin-left: -800px;background-color: #f5faff;}
.signIn-top{width: 100%;height: 360px;background: url("../image/signIn/sinotrans-bg.png") }
.sinotrans-text{width: 380px;height: 80px;background: url("../image/signIn/sinotrans-text.png");position: absolute;left:50%;margin-left: -190px;margin-top: 65px}
.signIn-area{width: 320px;height: 400px;background-color: rgba(255,255,255,0.75);position: absolute;left: 50%;margin-left: -160px;top: 178px;z-index: 99;box-shadow: 0px 0px 10px rgba(55,173,208,0.45)}
.sinotrans-log{width: 270px;height: 40px;background: url("../image/signIn/sinotrans-log.png") no-repeat;margin-left: 25px;margin-top: 20px;padding-bottom: 20px;}
.signIn-items{padding: 11px 30px 0;margin: 0}
.signIn-items li{padding-bottom: 20px;}
.signIn-user,.signIn-password{width: 100%;height:44px;border: 1px solid #c2dcff;background-color: #fff }
.signIn-user i,
.signIn-password i{display:inline-block;width: 20px;height: 22px;padding: 10px;}
.signIn-user input,
.signIn-password input{width:215px;
    padding-right: 10px;height: 100%;border: none;outline: none;float: right;box-sizing: border-box;font-size: 14px;color: #999 }
.verification-code{width: 100%;height: 46px;}
.verification-code input{width: 160px;height: 46px;border:1px solid #c2dcff;outline: none;box-sizing: border-box;padding: 0 10px}
.code-img{width: 90px;height: 46px;float: right;background-color: #e3e3e3;cursor: pointer}
.signIn-btn{width: 100%;height: 46px;text-align:center;line-height:46px;background-color: #f3990a;
    font-size: 18px;;color: #fff;
    letter-spacing: 10px;border-radius:5px;cursor: pointer }
.signIn-btn:active{opacity: 0.8;moz-user-select: -moz-none;
    -moz-user-select: none;
    -o-user-select:none;
    -khtml-user-select:none;
    -webkit-user-select:none;
    -ms-user-select:none;
    user-select:none;
   }
.signIn-links{width: 100%;height: 15px;padding-top: 12px;font-size: 12px;color: #666}
.signIn-links a{color: #666}
.signIn-links .fll{float: left}
.signIn-links .flr{float: right}
.signIn-bottom{width: 100%;
    height: 305px;background-color: #f5faff;position: relative;text-align: center}
.page-link{font-size: 12px;color: #333;padding-top: 220px;}