html, body{
    height: 100%;
    font-family: 'Microsoft YaHei';
}
.background{
    display:block;
    position: fixed;
    background: url(background_01.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    top:0px;
    height:100%;
    width: 100%;
    z-index: -10;
    overflow: hidden;
}

.main{
    text-align:center;
    height:100%;
}
.header{
    padding-top: 70px;
    text-align: left;
    margin: 0 auto;
    height: 48px;
    width: 70%;
    display: flex;
}
.portal-logo{
    height:100%;
}
.portal-logo::after{
    height: 90%;
    display: inline-block;
    vertical-align: middle;
    content:"";
    width:2px;
    margin-left:20px;
    background-color:white;
}
.portal-blank-logo{
    height:100%;
    width: 0px;
}
.portal-title{
    margin-left:20px;
    flex:1;
    font-size: 33px;
    color: #ffffff;
}
.container{
    position: relative;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    width: 70%;
    height:100%;
    max-height:464px;
    display:flex;
}
.notice-panel{
    flex: 5;
    float:left;
    height: 100%;
    background-color: rgba(0,0,0,0.66);
    overflow: auto;
    display:block;
    border-radius:6px;
}
.mobile-notice-panel{
    display:none;
}
.notice-break-line{
    background-color:white;
    width:100%;
    margin-top:14px;
    margin-bottom:20px;
    height:2px;
}
.notice-box {
    padding-top: 40px;
    padding-left: 50px;
    padding-right: 50px;
}
.notice-title{
    font-weight:bold;
    font-size: 21px;
    color:white;
}
.notice-content{
    text-align:left;
    text-indent:2em;
    font-size: 16px;
    color:white;
    line-height: 2;
}
.notice-content img{
    width: 100%;
}


.footer{
    width: 100%;
    bottom: 5px;
    font-size: 14px;
    color: white;
    position: absolute;
}
.layer-form-title{
    width: 100%;
    height: 40px;
    text-align: left;
    background: #fff;
    font-size: 16px;
    font-weight: bold;
    padding-left: 20px;
    line-height: 40px;
    border-bottom: 1px solid #e5e5e5;
}



@media only screen and (max-width: 1367px) {
.container{
	margin-top: 40px;
}
}
@media only screen and (max-width: 769px){
    body{
        background: url(background_01.jpg);
        background-attachment: fixed;
        font-size: 12px;
        height:auto;
    }
    .background{
        display:none;
    }
    .header{
        padding-top: 50px;
        height: 100%;
        text-align: center;
        display:block;
    }
   /* .portal-blank-logo{
        display:none;
    } */
    .portal-logo{
        height: 33px;
    }
    .portal-logo::after{
        width:0;
        margin-left:0;
    }
    .portal-title{
        margin-left:auto;
        margin-right:auto;
        font-size: 25px;
        color: #ffffff;
    }
    .notice-panel{
        display:none;
    }
    .mobile-notice-panel{
        display:block;
		padding-left: 30px;
		padding-right: 30px;
		border-radius: 6px;
		background-color: rgba(0,0,0,0.66);
    }

    .container{
        margin-top: 33px;
        margin-left:0;
        margin-right:0;
        height:auto;
        width:100%;
        max-height: none;
    }
    .notice-title{
        margin-top:11px;
        font-size: 20px;
    }
    .notice-box{
        padding-top:10px;
        padding-bottom: 20px;
        padding-left:0;
        padding-right:0;
    }

    .notice-content{
        font-size: 12px;
        line-height:24px;
        margin:12px 5px;
        width:auto;
    }
    .footer{
        position:relative;
        padding: 7px 0 9px;
        width: 100%;
        margin-top: 30px;
        margin-bottom: 20px;
        text-align: center;
        font-size: 14px;
        color: white;
    }

}
