/*layer-mobile-css*/
@keyframes popScaleShow{from{opacity: 0;}to{opacity: 1;}}
@-webkit-keyframes popScaleShow{from{opacity: 0;}to{opacity: 1;}}
@keyframes popScale{from{opacity: 0;transform:scale(0.5,0.5);}to{opacity: 1;transform:scale(1,1);}}
@-webkit-keyframes popScale{from{opacity: 0;-webkit-transform:scale(0.5,0.5);}to{opacity: 1;-webkit-transform:scale(1,1);}}
iframe { display: block;}
.popup{width:100%;box-sizing:border-box;height:100%;position: fixed;left:0;top:0;z-index:100000;animation:popScaleShow 300ms linear;-webkit-animation:popScaleShow 300ms linear;}
.popup .mask{width:100%;height:100%;position: absolute;left:0;top:0;background: rgba(0,0,0,.6);z-index:-1;}
.popup .popup_main{position:fixed;left:50%;top:50%;min-width:350px;min-height:100px;overflow:hidden;max-width:90%!important;
	transform:translateX(-50%);-webkit-transform:translateX(-50%);background:transparent;
}
.maminContent{width:100%;height:100%;background: #fff;overflow: hidden;animation:popScale 300ms;-webkit-animation:popScale 300ms;}
.popup .maskMain{background:rgba(0,0,0,.6);color:#fff;}
.popup .header_poup{height:30px;padding-left:46px;margin-top:10px;line-height:50px;position: relative;font-size:16px;}
.popup .header_poup span{display:block;width:15px;height:15px;cursor:pointer;background: url('/public/img/PopLayer-close.png') no-repeat top center;background-size:80% 80%;position: absolute;right:20px;top:15px;}
.popup .header_poup i{width:25px;height:25px;display:inline-block;background: url('/public/img/icon-1.png') no-repeat center center;position: absolute;
	left:15px;top:10px;
}
.popup .header_poup i.icon-1{background: url('/public/img/icon-1.png') no-repeat center center;}
.popup .header_poup i.icon-2{background: url('/public/img/icon-2.png') no-repeat center center;}
.popup .header_poup i.icon-3{background: url('/public/img/icon-3.png') no-repeat center center;}
.popup .content{line-height:25px;padding:30px 20px 10px 50px;color:#888;}
.popup .footer{height:60px;width:100%;line-height: 40px;position: relative;margin-top:20px;padding-left:50px;}
.popup .footer span{font-size:14px;height:35px;line-height:35px;cursor:pointer;display:inline-block;text-align:center;color:#4a4a4a;}
.popup .footer .yes{padding:0px 25px;background: #ff4200;color:#fff;border-radius:5px;}
.popup .footer .yes:hover,
.popup .footer .yes5:hover{background:#ef6536;}
.popup .footer .yes5{}
.popup .footer .yesok{background:#ff4200;}
.popup .footer .no{padding:0 15px;border:solid 1px #999;border-radius: 5px;margin-left:15px;}
.popup .footer .no:hover{background:#e8e3e3;}
.popup-hide .popup_main{min-width:100px;}
.popup-hide .popup_main .content{line-height:50px;}
.popup-hide .content{text-align:center;}
.popup-loading{cursor: wait;}
.popup-loading .popup_main{min-width:150px;height:60px;padding:0 15px 0 5px;}
.popup-loading .popup_main .content{line-height:60px;}
.popup-loading .popup_main .content:before{content: "";display: block;width:40px;height:60px;background: url('/public/img/loading.gif') no-repeat center center;float:left;
	background-size: 60%;margin-top:-15px;
}
.popup-loading .content{text-align:center;}
.popup .html{line-height:25px;}
.popup-iframe .popup_main{width:80%;height:80%;left:10%;top:10%;}
.popup-iframe .popup_main .contentios{overflow-scrolling:touch;-webkit-overflow-scrolling:touch;overflow-y: scroll; }
.popup .yesHtml{text-align:center;cursor:pointer;color:#f48e08;padding-top:15px;border-top:solid 1px #dcdcdc;}
.popup .yesHtml:hover{color:#b76b07;}
.popup .popup_main .content-no{padding-top:12px;padding-bottom:12px;line-height:25px;}
.popup .popup_main .miss_popup{border-radius: 5px!important;color:#fff;}
.popup .popup_main .miss_popup .content-no{padding-left:20px;color:#fff;}