﻿@charset "utf-8";

/*[id^=alerLypop] {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,.4);
	z-index: 9999;
	display: none;
	transition: all .1s ease
}
[id^=alerLypop] .popcont {
	width: 510px;
	height: 240px;
	background: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -120px 0 0 -255px;
	border-radius: 5px;
	display: table;
	padding: 10px
}
	[id^=alerLypop] .popcont .icon_msg {
		display: block;
		width: 88px;
		height: 88px;
		margin: 0 auto;*/
		/*background: url(../img/msg_iconset.png?ver=20200428) no-repeat 0 0;*/
		/*background-size: auto 88px
	}
[id^=alerLypop] .popcont .icon_msg.ty1 {
	background-position: -88px 0
}
[id^=alerLypop] .popcont .icon_msg.ty2 {
	background-position: -176px 0
}
[id^=alerLypop] .popcont .icon_msg + .stxt {
	margin-top: 20px
}
[id^=alerLypop] .popcont .stxt {
	text-align: center;
	font-size: 1.5em
}
[id^=alerLypop] .popcont .stxt.ty1 {
	color: #666;
	font-size: 1em
}
[id^=alerLypop] .popcont .stxt + .stxt {
	margin-top: 7px
}
[id^=alerLypop] .popcont .stxt + .btnset {
	margin-top: 20px
}
[id^=alerLypop] .popcont .msgset {
	display: table-cell;
	vertical-align: middle
}
[id^=alerLypop].open {
	display: block
}
[id^=alerLypop].open .popcont {
	animation: scaleAni .3s 1
}
[id^=alerLypop].off {
	display: block
}
[id^=alerLypop].off .popcont {
	transform: scale(0);
	opacity: 0;
	transition: all .3s ease
}
[id^=alerLypop].off.out {
	display: none
}*/
 @keyframes scaleAni {
 0% {
 transform: scale(0)
}
 100% {
 transform: scale(1)
}
}
 @keyframes scaleAniClose {
 0% {
 transform: scale(0)
}
 100% {
 transform: scale(0)
}
}

#noticepop {
	position: fixed;
	width: 500px;
	height: 652px;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;

	display: none;
	z-index: 9999;
	/*background: url(../img/pop_bg.jpg) no-repeat center;*/
	background-size: cover;
	background-color: #1a3040;
	box-shadow: 0px 0px 15px rgb(0 0 0 / .2);
	border-radius: 5px;
}
#kline-page.white_box #noticepop {


	background-color: #fff;
}
#noticepop .noticepop_cont {
	height: 600px;
	
}
#kline-page.white_box #noticepop .noticepop_cont {

	    color: #0f202c;
}
#noticepop .noticepop_cont .txtsection {
	padding: 20px 30px
}
#noticepop .noticepop_cont .txtsection .hd2 + .txtinfo {
	margin-top: 10px
}
#noticepop .noticepop_cont .txtsection .txtinfo {
	height: 470px;
	overflow: auto
}
#noticepop .noticepop_ctrset {
	height: 50px;
	background: #0f202c;
	overflow: hidden;
	display: flex;
	align-items: center;
	padding: 0 20px;
	position: absolute;
	bottom: 0;
	width: 100%;
	border-radius: 0 0 5px 5px;
}
#noticepop .noticepop_ctrset .btnset {
	text-align: right;
	margin: 7px 10px 0 0
}
#noticepop .noticepop_ctrset .lt {
}
#noticepop .noticepop_ctrset .lt .inputset.ckbox {
	vertical-align: baseline
}
#noticepop .noticepop_ctrset .lt .inputset label {
	color: #fff
}
#noticepop .noticepop_ctrset .lt .inputset.ckbox > label:before {
	border: none;
	margin: 0 5px 3px 0
}
#noticepop .noticepop_ctrset .lt {
}
#noticepop .noticepop_ctrset .rt {
	display: flex;
	flex: 1;
	justify-content: flex-end
}
#noticepop .noticepop_ctrset .rt .btn.ctype1 {
	padding: 0;
	margin: 0;
	background: 0 0;
	color: #fff
}
#noticepop .noticepop_ctrset .rt .btn.ctype1:before {
	content: "";
	display: inline-block;
	width: 13px;
	height: 13px;
	background: url(../images/pop_closebtnico.png?ver=20200428) no-repeat 0 0;
	background-size: 100%;
	margin: 0 5px 3px 0;
	vertical-align: middle
}
#pushpop {
	position: fixed;
	width: 500px;
	height: 652px;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	border: 1px solid #ccc;
	background: #fff;
	display: none;
	z-index: 9999
}
#pushpop .noticepop_cont {
	height: 600px
}
#pushpop .noticepop_cont .txtsection {
	padding: 20px 30px
}
#pushpop .noticepop_cont .txtsection .hd2 + .txtinfo {
	margin-top: 10px
}
#pushpop .noticepop_cont .txtsection .txtinfo {
	height: 470px;
	overflow: auto
}
#pushpop .noticepop_ctrset {
	height: 50px;
	background: #1b1b1b;
	overflow: hidden;
	display: flex;
	align-items: center;
	padding: 0 20px
}
#pushpop .noticepop_ctrset .btnset {
	text-align: right;
	margin: 7px 10px 0 0
}
#pushpop .noticepop_ctrset .lt {
}
#pushpop .noticepop_ctrset .lt .inputset.ckbox {
	vertical-align: baseline
}
#pushpop .noticepop_ctrset .lt .inputset label {
	color: #fff
}
#pushpop .noticepop_ctrset .lt .inputset.ckbox > label:before {
	border: none;
	margin: 0 5px 3px 0
}
#pushpop .noticepop_ctrset .lt {
}
#pushpop .noticepop_ctrset .rt {
	display: flex;
	flex: 1;
	justify-content: flex-end
}
#pushpop .noticepop_ctrset .rt .btn.ctype1 {
	padding: 0;
	margin: 0;
	background: 0 0;
	color: #fff
}
#pushpop .noticepop_ctrset .rt .btn.ctype1:before {
	content: "";
	display: inline-block;
	width: 13px;
	height: 13px;
	background: url(../images/pop_closebtnico.png?ver=20200428) no-repeat 0 0;
	background-size: 100%;
	margin: 0 5px 3px 0;
	vertical-align: middle
}
.noticePopupDiv input {
	appearance: auto;
	-webkit-appearance: auto;
	-moz-appearance: auto;
}
@keyframes testAni {
	0% {
 transform: scale(0);
 opacity: 0
}
 100% {
 transform: scale(1);
 opacity: 1
}
}





.noticePopupDiv {
    background: rgb(0 0 0 / .5);
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 100000;
    top: 0;
}
