/* forecastNew.css */
div,ul,li,input,p,form,a{box-sizing: border-box;}
.forecast-header{
    width: 1200px;
    margin:0 auto;
    padding:20px 0;
}
.forecast-header .register{
    display: inline-block;
    color: #165294;
    font-size: 18px;
    margin-top: 15px;
}
.forecast-nav{
    background: #165294;
}
.forecast-nav ul{
    width: 1200px;
    margin: 0 auto;
    height: 44px;
    font-size: 0;
}
.forecast-nav ul li{
    display: inline-block;
    width: 200px;
    height: 44px;
    font-size: 16px;
    line-height: 44px;
    text-align: center;
}
.forecast-nav ul li a{
    display: inline-block;
    height: 44px;
    color: #ffffff;
    text-align: center;
}
/* 渐变色背景 */
.forecast-content {
    background: -moz-linear-gradient(top, #DFEFFF 0%, #F3F4F8 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#DFEFFF), color-stop(100%,#F3F4F8));
    background: -webkit-linear-gradient(top, #DFEFFF 0%,#F3F4F8 100%);
    background: -o-linear-gradient(top, #DFEFFF 0%,#F3F4F8 100%);
    background: -ms-linear-gradient(top, #DFEFFF 0%,#F3F4F8 100%);
    background: linear-gradient(to bottom, #DFEFFF 0%,#F3F4F8 100%);
}
.forecast-content .current-position{
    width: 1200px;
    margin:0 auto;
}
.forecast-content .current-position a{
    display: inline-block;
    color: #343434;
    font-size: 16px;
    padding:20px 0;
}
.forecast-content .forecast-entrance {
    width: 1200px;
    margin:0 auto;
    padding:50px 0;
    background: #ffffff;
}
.forecast-content .forecast-entrance h1{
    font-size: 36px;
    color: #343434;
    text-align: center;
    margin: 0 110px 40px 110px;
    padding-bottom:40px;
    border-bottom:1px solid #95A8B7;
} 
.forecast-content .forecast-entrance h1 span{
    color: #E60202;
}
.forecast-content .forecast-entrance .tab{
    display: flex;
    margin:0 110px;
}
.forecast-content .forecast-entrance .tab>div{
    flex:1;
    height: 48px;
    line-height: 48px;
    color: #ffffff;
    text-align: center;
    font-size: 24px;
}
.forecast-content .forecast-entrance .tab>div.school{
    background: url('../images/forecast/zk_01.png') no-repeat;
    background-size: 100% 100%;
}
.forecast-content .forecast-entrance .tab>div.info{
    background: url('../images/forecast/zk_02.png') no-repeat;
    background-size: 100% 100%;
}
.forecast-content .forecast-entrance .tab>div.confirm{
    background: url('../images/forecast/zk_03.png') no-repeat;
    background-size: 100% 100%;
}

.forecast-content .forecast-form{
    width:600px;
    margin:0 auto;
    padding-top:40px;
}
.forecast-content .forecast-form .title{
    font-size: 24px;
    color: #96A8B8;
    padding:10px 0;
    border-bottom:1px solid #DEDEDE;
}
.forecast-content .forecast-form>div{
    margin:15px 0;
    padding:0 50px;
}
.forecast-content .forecast-form>div .select,.forecast-content .forecast-form>div .input-box .name,.forecast-content .forecast-form>div .input-box .tel{
    width: 500px;
    height: 40px;
    line-height: 40px;
    border:1px solid #CACACA;
    border-radius: 6px;
    padding:0 20px;
}
.forecast-content .forecast-form>div p{
    display: block;
    color: #343434;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 12px;
}
.forecast-content .forecast-form>div p span{
    color: #E74040;
}
.forecast-content .forecast-form>div .input-box{
    display: inline-block;
    margin-right: 50px;
}
.forecast-content .forecast-form .confirm-btn a{
    display: inline-block;
    width: 500px;
    height: 40px;
    line-height: 40px;
    text-align:center;
    border-radius: 6px;
    color: #ffffff;
    background: #165294;
}
.tip-wrapper{
    width: 1200px;
    margin:0 auto;
    padding: 40px 0 70px 0;
}
.tip-wrapper .tip-title{
    font-size: 36px;
    color: #165294;
    text-align: center;
    margin-bottom: 50px;
}
.tip-wrapper .tip-list .attention-title{
    font-size: 18px;
    font-weight: 700;
    color: #343434;
}
.tip-wrapper .tip-list .attention-title span{
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 12px;
    background: #165294;
    margin-right: 10px;
}
.tip-wrapper .tip-list{
    margin-top:23px;
}
.tip-wrapper .tip-list li{
    font-size: 16px;
    color: #343434;
    line-height: 40px;
}
.tip-wrapper .attention-list>div{
    display: flex;
    margin-top:24px;
    margin-bottom: 30px;
}
.tip-wrapper .attention-list div div{
    flex: 1;
}
.tip-wrapper .attention-list div img,.tip-wrapper .attention-list div p{
    float: left;
}
.tip-wrapper .attention-list div p{
    margin-top:50px;
    margin-left: 10px;
    line-height: 25px;
}
.tip-wrapper .time-list li {
    margin-bottom: 10px;
    font-size: 16px;
}
.tip-wrapper .time-list li span{
    display: inline-block;
    margin-right: 50px; 
}
.forecast-footer{
    height: 60px;
    line-height: 60px;
    background: #E4E9ED;
}
.forecast-footer div{
    width: 1200px;
    margin:0 auto;
}
.forecast-footer div p{
    text-align: center;
    font-size: 14px;
    color: #343434;
}

/* 注册窗口 */
.mask,.next-mask,.auto-mask{
    position:absolute;
    left:0px;
    top:0px;
    background:rgba(0, 0, 0, 0.6);
    width:100%;  /*宽度设置为100%，这样才能使隐藏背景层覆盖原页面*/
    height:100%;
    filter:alpha(opacity=60);  /*设置透明度为60%*/
}
.register-dialog,.next-register-dialog,.auto-dialog{
    position: absolute;
    left:50%;
    top:250px;
    margin-left: -250px;
    width: 500px;
    background: #ffffff;

}
.register-dialog .close{
    position: absolute;
    right:-30px;
    top:-30px;
}
.register-dialog .register-title{
    width: 500px;
    height: 80px;
    padding:10px 20px;
    background: #1FA0FE;
}
.register-dialog .register-title p{
    text-align: center;
    color: #ffffff;
}
.register-dialog .register-title .system{
    font-size: 24px;
}
.register-dialog .register-title .more{
    font-size: 14px;
    margin-top:8px;
}
.register-content{
    padding:50px 70px 0 70px;
}
.register-content div{
    width: 360px;
    height: 46px;
    border-radius: 6px;
    margin-bottom: 30px;
    border:1px solid #999999;
}
.register-content div #userTel,.register-content div #userPwd{
    border:none;
    height: 44px;
    padding: 0 15px;
}
.register-content div label{
    border-right:1px solid #999999;
    padding:0 15px;
    font-size: 18px;
    font-weight: 700;
}
.register-footer{
    padding: 0 70px 50px 70px;
}
.register-footer input[type='submit']{
    width: 360px;
    height: 46px;
    line-height: 46px;
    color: #ffffff;
    background: #155293;
    border-radius: 6px;
    text-align:center;
    border:none;
}
/* 自动窗口 */
.auto-dialog{
    position: fixed;
    width: 620px;
    min-height: 340px;
}
.auto-dialog .auto-close{
    padding:14px;
}
.auto-dialog  .register-content{
    display: flex;
    padding: 30px;
}
.auto-dialog  .register-content div{
    flex: 1;
    border:0;
    margin-right:30px;
    margin-bottom: 0;
    min-height: 288px;
}
.auto-dialog  .register-content div input{
    width: 260px;
}
.auto-dialog  .register-content .right-dialog{
    padding: 50px 0 30px 30px;
    border-left: 1px dashed #95A8B7;
}
.auto-dialog  .register-content .right-dialog .download{
    font-size: 24px;
    color: #333333;
}
.auto-dialog  .register-content .right-dialog  .desc{
    font-size: 16px;
    color: #95A8B7;
    margin-top:16px;
}
.auto-dialog  .register-content .right-dialog input[type='number']{
    width: 260px;
    height: 40px;
    border-radius: 6px;
    padding:0 15px;
    margin-top:30px;
    border:1px solid #95A8B7;
}
.auto-dialog  .register-content .right-dialog a{
    display: inline-block;
    width: 260px;
    height: 40px;
    line-height: 40px;
    color: #ffffff;
    border-radius: 6px;
    margin-top:30px;
    text-align:center;
    background: #155293;
}
/* 提交窗口 */
.next-register-dialog {
    width: 620px;
}
.next-register-dialog .next-title{
    position: relative;
    height: 60px;
    line-height: 60px;
    background: #155293;
    padding:0 30px;
}
.next-register-dialog .next-title .next-close{
    position: absolute;
    top:0;
    color: #ffffff;
    right: 15px;
    padding:0 15px;
}
.next-register-dialog .next-title p{
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
}
.next-register-dialog .next-content{
    padding-top:70px;
}
.next-register-dialog .next-content p{
    font-size: 30px;
    color: #E60101;
    text-align: center;
}
.next-register-dialog .next-footer{
    text-align: center;
    padding-bottom: 65px;
    margin-top:70px;
}
.next-register-dialog .next-footer a{
    display: inline-block;
    width: 220px;
    height: 40px;
    color:#ffffff;
    line-height: 40px;
    border-radius: 6px;   
    background: #155293;
    text-align: center;
    margin:0 auto;
}