.hide{display:none;}
.vhidden{visibility:hidden;}
.wrap{min-width:1100px;}
.header{margin-bottom:70px;background:url(../../images/newLogin/header_bg.jpg) center no-repeat;background-size:100% 100%;}
.header>div{border-bottom:1px solid #DFDFDF;}
.header>div>img{margin:15px 10px 15px 65px;height:40px;}
.header>div>span{padding-left:10px;border-left:1px solid #fff; font-size:14px; color:#fff;vertical-align:middle;position:relative;top:2px;}
.main .error{border-color:#F86A73}
.main>form{width: 516px;margin: 0 auto;}
.main>form>div>input{font-size:14px;width:480px;padding:8px;box-sizing:border-box;border:1px solid #DDDDDD;border-radius:4px;margin-right:10px;}
.main>form>div>input:hover,.main>form>div>input:focus{border-color: #38A9E1}
.main>form>div:nth-child(2){margin:24px 0;}
.main .star{display:inline-block;width:12px;height:12px;background:url(../../images/newLogin/red_star.png) center no-repeat;}
.main .tip{font-size:12px;color: #EC454F;margin-top:20px;}
.main .tip span:nth-child(1){position:relative;top:5px;left:0px;display:inline-block;width: 18px;height:18px;background:url(../../images/newLogin/warning.png) center no-repeat;}
.main .tip span:nth-child(2){margin-left:4px;}
.main>form>p{font-size:12px;color:#333333;line-height: 18px;}
.main input[type="submit"]{cursor:pointer;font-size:14px;width:480px;border-radius:4px;height:38px;line-height:38px;background:#38A9E1;color:#ffffff;margin:13px 0 20px;}
/*提示框*/
.winBg{ position:fixed; left:0; top:0; width:100%; height:100%; background:rgba(0,0,0,0.6); z-index:1031; display:none;}
.winBox{ position:fixed; left:50%; top:50%; width:100%;text-align: center; transform:translate(-50%,-50%); border-radius:10px; box-shadow:0 0 20px rgba(0,0,0,0.3); max-width:540px; background:#FFFFFF; z-index:1032; display:none;}
.winBox>.content{width: 100%;box-sizing: border-box;padding: 80px 0 110px 0;}
.winBox>.content>h2{margin-bottom: 25px;margin-top:15px;font-size: 30px;}
.winClose1,.winClose2,.winClose3{ display:block; width:20px; height:20px; position:absolute; right:20px; top:20px; background:url(../../images/applyTrialImages/close.png) center center no-repeat; background-size:cover; cursor:pointer;}
