*{margin: 0;padding: 0;color: #333333;}
a{text-decoration: none}
li{list-style: none;}
input[type=text]::-webkit-input-placeholder,input[type=password]::-webkit-input-placeholder { /* WebKit browsers */   
color: #cccccc;   
}   
input[type=text]:-moz-placeholder,input[type=password]:-moz-placeholder { /* Mozilla Firefox 4 to 18 */   
color: #cccccc;   
}   
input[type=text]::-moz-placeholder,input[type=password]::-moz-placeholder { /* Mozilla Firefox 19+ */   
color: #cccccc;   
}   
input[type=text]:-ms-input-placeholder,input[type=password]:-ms-input-placeholder { /* Internet Explorer 10+ */   
color: #cccccc;   
}   
.clearfix:after{content:""; display:block; clear:both; height:0; line-height:0; visibility:hidden;}
.clearfix{zoom:1;}
.fl{float: left;}
.fr{float: right;}
.size18{font-size: 18px;}
.size16{font-size: 16px;}
.size14{font-size: 14px;}
.size12{font-size: 12px;}
.tx-c{text-align: center;}
.tx-r{text-align: right;}
.whiteColor{color: white;}
.huiColor{color: #666666;}
.orangeColor{color: #ff6300;}
.bodyBg{background: #f0f0f6;}
.bgw{background: #ffffff;}
.borAll{border: 1px solid #cccccc;}
.overHhidden{display:block;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.MoreHangHidden{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;}
.marb20{margin-bottom: 20px;}
.marb15{margin-bottom: 15px;}
.hide{display: none}

.BodyBg{background: #f5f5f5;}
.LoginHeader{
    width: 240px;
    display: block;
    margin: 50px auto 10px;
}
.LoginCon{
    width: 964px;
    height: 720px;
    margin: 0 auto;
    background: url(../images/LoginConBg.png);
}
.LoginFooter{
    font-size: 12px;
    color: #999999;
    text-align: center;
    margin: 10px auto 0px;
}
.LoginP01{
    padding: 70px 200px 30px 0;
}
.Logincon01{
    width: 330px;
    margin: 0 auto;
}
.LoginP02{
    padding-bottom: 44px;
}
.inputText{
    width: 100%;
    height:42px;
    line-height: 42px;
    border: 1px solid #cccccc;
    text-indent: 18px;
    margin-bottom: 20px;
    font-size: 14px;
}
.LoginRemFor{
    height: 20px;
    line-height: 20px;
    margin-bottom: 40px;
}
.LoginRemFor input{
    margin: 3px 6px 0 0;
    display: block;
}
.loginBtn{
    width: 100%;
    height: 44px;
    line-height: 44px;
    text-align: center;
    background: #ff6300;
    border-radius: 5px;
    margin-bottom: 20px;
    cursor:pointer;
}
.Logincon02{
    width: 420px;
    margin: 0 auto;
}
.registerDiv{
    height:42px;
    line-height: 42px;
}
.registerDiv span{
    height:42px;
    width: 70px;
    text-align: right;
}
.registerDiv input.input01{
    width: 330px;
    height: 42px;
    border: 1px solid #cccccc;
    text-indent: 18px;
    margin-left: 10px;
    font-size: 14px;
}
.registerDiv input.input02{
    width: 200px;
    height: 42px;
    border: 1px solid #cccccc;
    text-indent: 18px;
    margin-left: 10px;
    font-size: 14px;
}
.registerp01{
    color: #cccccc;
    height: 32px;
    line-height: 32px;
    padding-left: 80px;
}
.GetYzm{
    border: 1px solid #cccccc;
    height: 42px;
    margin-right: 8px;
    text-align: center;
    width: 116px;
    cursor: pointer;
}
.registerp02{
    height: 20px;
    line-height: 20px;
    padding-left: 80px;
}
.registerp02 input{
    margin: 4px 6px 0 0;
}
.RegisterBtn{
    width: 330px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    background: #ff6300;
    border-radius: 5px;
    margin: 40px 0 0 80px;
    cursor:pointer;
}
.UnitSelect{
    width: 330px;
    height: 44px;
    line-height: 44px;
    border: 1px solid #cccccc;
    text-indent: 18px;
    margin-left: 10px;
    cursor: pointer;
    background: url(../images/selectDownIcon.png) no-repeat 306px center;
}
.UnitDiv{
    position: relative;
}
.UnitUl{
    position: absolute;
    top: 44px;
    right: 8px;
    border:1px solid #e0e0e0;
    width: 330px;
    max-height: 300px;
    overflow: auto;
}
.UnitUl li{
    line-height: 38px;
    padding-left: 30px;
}
.UnitUl li:hover{
    background: #ff6300;
    color: white;
    cursor: pointer;
}
