﻿@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)
}
}
#msgAlertLypop {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,.8);
	z-index: 9999;
	transition: all .1s ease;
	display: none
}
#msgAlertLypop .popcont {
	width: 500px;
	height: 220px;
	background: #4880f9;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -120px 0 0 -255px;
	border-radius: 150px;
	display: table;
	animation: testAni 1s 1
}
#msgAlertLypop .popcont.ty1 {
	background: #f94f5c
}
#msgAlertLypop .popcont .inner {
	display: table-cell;
	vertical-align: middle;
	text-align: center
}
#msgAlertLypop .popcont .inner .txtani {
	background: #4880f9;
	display: inline-block;
	border-radius: 100px;
	padding: 20px 100px
}
#msgAlertLypop .popcont .inner .txtani span + span {
	margin-left: 20px
}
#msgAlertLypop .popcont .inner .stxt {
	font-size: 7em;
	color: #fff
}
#msgAlertLypop .popcont .icon_closealert {
	display: block;
	width: 88px;
	height: 88px;
	margin: 0 auto;
	/*background: url(../img/closealerticon.png) no-repeat 0 0;*/
	background-size: 100%
}
#msgAlertLypop .popcont .stxt {
	text-align: center;
	margin-top: 20px;
	font-size: 1.5em
}
#msgAlertLypop .popcont .msgset {
	display: table-cell;
	vertical-align: middle
}
#msgAlertLypop.open {
	display: block
}
#msgAlertLypop.open .popcont {
	animation: scaleAni .3s 1
}
#noticepop a {
	color: #e7eff9 !important;
}
#noticepop {
	position: fixed;
	width: 98%;
	height: 80%;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	color: #e7eff9 !important;
	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 / 20%); */
	border-radius: 5px;
	background-color: rgb(35, 40, 45);
	color: rgb(183, 189, 198);
}
#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;
	overflow: hidden;
	display: flex;
	align-items: center;
	padding: 0 20px;
	position: absolute;
	bottom: 0;
	width: 100%;
	border-radius: 0 0 5px 5px;
	background-color: rgb(35, 40, 45);
	color: rgb(183, 189, 198);
}
#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: #e7eff9;
	display: flex;
	align-content: center;
	align-items: center;
}
#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
}
#noticepop .noticepop_cont {
	height: 600px
}
#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 h3.hd2.noticeHeader {
	/* font-size: 27.2px; */
    /* font-weight: 400; */
	margin-bottom: 0;
	line-height: 1.5;
	font-size: 16px !important;
}
#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
}
 @keyframes testAni {
 0% {
 transform: scale(0);
 opacity: 0
}
 100% {
 transform: scale(1);
 opacity: 1
}
}

@media(min-width:768px) {
}

@media(min-width:1024px) {
}
.noticePopupDiv {
	background: rgb(0 0 0 / .5);
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 100000;
	top: 0;
}
.js_onedayCheck {
	width: 17px;
	height: 17px;
	line-height: 1!important;
	font-size: 1rem;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	appearance: auto !important;
	margin-right: 5px;
}
