@charset "utf-8";



/* LIGHT BOX    */
.lightBox{ width: 100vw; height: 100vh; position: fixed; z-index: 9999; background-color: rgba(0, 0, 0, 0.9); display:none; left:0; top:0;}
.lightBox .close{ opacity:1; width: 50px; height: 50px; float: right; background-image: url(../../images/fullsite/btn_close.png); background-repeat: no-repeat; background-size: cover; display: block;}
.lightBox .contain{ padding: 30px; text-align: center; margin-top: 10px;}
.lightBox .info{ padding: 30px; background-color: #fff;}
.lightBox h1{ font-size: 2rem; color: #004ea2;}
.lightBox p{ color: #585554; font-size: 1.5rem; line-height: 2; margin-bottom: 20px;}
.lightBox .container{ top:50%; left: 50%; position: absolute;}
.lightBox .container-inner{ transform: translateY(-60%) translateX(-50%);}


/*站外提示 */
#thirdPartyModal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10400;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}
#thirdPartyModal .modal-backdrop {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    background-color: #000;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    opacity: 0.5;
    z-index: 99;
}
#thirdPartyModal .modal-dialog {
    width: 80%;
    margin: 30px auto;
    z-index: 999;
	max-width:600px;
}

