.note-div {
	position: fixed;
	z-index: 99;
	display: none;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
}

.note-div p {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%);
	border-radius: .21333rem;
	color: #fff;
	font-size: .72533rem;
	text-align: center;
	background: rgba(0,0,0,0.7);
	padding: .42667rem .85333rem;
}

.note-div p i {
	display: block;
	width: 1.152rem;
	height: 1.152rem;
	background: url("https://webinar.chem17.com/images/load.png") no-repeat;
	background-size: contain;
	vertical-align: top;
	margin: 0rem auto .512rem;
	-webkit-animation: changeright 1s linear infinite;
	animation: changeright 1s linear infinite;
}

.phone-div {
	position: fixed;
	z-index: 99;
	display: none;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
}

.phone-div p {
	position: absolute;
	top: 32%;
	left: 50%;
	transform: translateX(-50%);
	border-radius: .21333rem;
	color: #fff;
	font-size: .72533rem;
	text-align: center;
	background: rgba(0,0,0,0.7);
	padding: .42667rem .85333rem;
}

.mask,.popup-mask,S-ALert {
	background: rgba(0,0,0,0.7);
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	display: none;
}

.notice-tip {
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	border-radius: .512rem;
	background: linear-gradient(180deg, #E5F3ED 0%, #fff 100%);
	padding: 1.024rem .85333rem;
	width: 12.37333rem;
	z-index:10000;
}

.notice-tip .title {
	font-size: 0rem;
	text-align: center;
	font-weight: bold;
}

.notice-tip .title i {
	display: inline-block;
	width: 1.536rem;
	height: .08533rem;
	background: linear-gradient(270deg, rgba(15,171,107,0.3) 0%, rgba(15,171,107,0) 100%);
}

.notice-tip .title i:last-of-type {
	background: linear-gradient(90deg, rgba(15,171,107,0.3) 0%, rgba(15,171,107,0) 100%);
}

.notice-tip .title span {
	font-size: .768rem;
	margin: 0 .512rem;
}

.notice-tip .content {
	font-size: .64rem;
	color: #999;
	line-height: 1.024rem;
	word-wrap: break-word;
	word-break: break-all;
	margin: .512rem .42667rem;
	min-height: 2.56rem;
}

.notice-tip .content a {
	color: #0FAB6B;
}

.notice-tip .btn a {
	display: block;
	height: 1.70667rem;
	line-height: 1.70667rem;
	text-align: center;
	font-size: .64rem;
	color: #fff;
	background-color: #0FAB6B;
	border: 1px solid #0FAB6B;
	border-radius: .93867rem;
}

.notice-tip .btn.two a {
	width: 48%;
	text-align: center;
}

.notice-tip .btn.two a:first-child {
	background-color: transparent;
	color: #0FAB6B;
}
.notice-tip .btn button {
	height: 1.70667rem;
	line-height: 1.70667rem;
	text-align: center;
	font-size: .64rem;
	border: 1px solid #0FAB6B;
	border-radius: .93867rem;
	background-color: #0FAB6B;
    color: #FFFFFF;
    width:48%;
}

.notice-tip .btn .S-close {
	height: 1.70667rem;
	line-height: 1.70667rem;
	text-align: center;
	font-size: .64rem;
	border: 1px solid #0FAB6B;
	border-radius: .93867rem;
	background-color: transparent;
    color: #0FAB6B;
    width:48%;
}

.S-loading-body{
position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.S-loading{position:fixed;top:50%;left:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%)}
.S-loading {
	height: 8em;
	width: 12em;
	border-radius: 10px;
	background-color: rgba(0, 0, 0, 0.7);
	cursor: wait;
	z-index: 19999
}

.S-loading-body .sk-fading-circle {
	width: 4em;
	height: 4em;
	margin: 0 auto;
	position: relative
}

@-webkit-keyframes sk-fading-circle-delay {
  0%, 39%, 100% { opacity: 0; }
  40% { opacity: 1; }
}
@keyframes sk-fading-circle-delay {
  0%, 39%, 100% { opacity: 0; }
  40% { opacity: 1; }
}
.S-loading-body .sk-fading-circle .sk-circle {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0
}

.S-loading-body .sk-fading-circle .sk-circle::before {
	content: '';
	display: block;
	margin: 0 auto;
	width: 15%;
	height: 15%;
	background-color: #fff;
	border-radius: 100%;
	-webkit-animation: sk-fading-circle-delay 1.2s infinite ease-in-out both;
	animation: sk-fading-circle-delay 1.2s infinite ease-in-out both
}

.S-loading-body .sk-fading-circle .sk-circle-2 {
	-webkit-transform: rotate(30deg);
	transform: rotate(30deg)
}

.S-loading-body .sk-fading-circle .sk-circle-2::before {
	-webkit-animation-delay: -1.1s;
	animation-delay: -1.1s
}

.S-loading-body .sk-fading-circle .sk-circle-3 {
	-webkit-transform: rotate(60deg);
	transform: rotate(60deg)
}

.S-loading-body .sk-fading-circle .sk-circle-3::before {
	-webkit-animation-delay: -1s;
	animation-delay: -1s
}

.S-loading-body .sk-fading-circle .sk-circle-4 {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg)
}

.S-loading-body .sk-fading-circle .sk-circle-4::before {
	-webkit-animation-delay: -0.9s;
	animation-delay: -0.9s
}

.S-loading-body .sk-fading-circle .sk-circle-5 {
	-webkit-transform: rotate(120deg);
	transform: rotate(120deg)
}

.S-loading-body .sk-fading-circle .sk-circle-5::before {
	-webkit-animation-delay: -0.8s;
	animation-delay: -0.8s
}

.S-loading-body .sk-fading-circle .sk-circle-6 {
	-webkit-transform: rotate(150deg);
	transform: rotate(150deg)
}

.S-loading-body .sk-fading-circle .sk-circle-6::before {
	-webkit-animation-delay: -0.7s;
	animation-delay: -0.7s
}

.S-loading-body .sk-fading-circle .sk-circle-7 {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}

.S-loading-body .sk-fading-circle .sk-circle-7::before {
	-webkit-animation-delay: -0.6s;
	animation-delay: -0.6s
}

.S-loading-body .sk-fading-circle .sk-circle-8 {
	-webkit-transform: rotate(210deg);
	transform: rotate(210deg)
}

.S-loading-body .sk-fading-circle .sk-circle-8::before {
	-webkit-animation-delay: -0.5s;
	animation-delay: -0.5s
}

.S-loading-body .sk-fading-circle .sk-circle-9 {
	-webkit-transform: rotate(240deg);
	transform: rotate(240deg)
}

.S-loading-body .sk-fading-circle .sk-circle-9::before {
	-webkit-animation-delay: -0.4s;
	animation-delay: -0.4s
}

.S-loading-body .sk-fading-circle .sk-circle-10 {
	-webkit-transform: rotate(270deg);
	transform: rotate(270deg)
}

.S-loading-body .sk-fading-circle .sk-circle-10::before {
	-webkit-animation-delay: -0.3s;
	animation-delay: -0.3s
}

.S-loading-body .sk-fading-circle .sk-circle-11 {
	-webkit-transform: rotate(300deg);
	transform: rotate(300deg)
}

.S-loading-body .sk-fading-circle .sk-circle-11::before {
	-webkit-animation-delay: -0.2s;
	animation-delay: -0.2s
}

.S-loading-body .sk-fading-circle .sk-circle-12 {
	-webkit-transform: rotate(330deg);
	transform: rotate(330deg)
}

.S-loading-body .sk-fading-circle .sk-circle-12::before {
	-webkit-animation-delay: -0.1s;
	animation-delay: -0.1s
}

.S-loading-body p {
	text-align: center;
	margin-top: 20px;
	color: #fff;
}
.load-center {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.load-box {
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 12em;
	border-radius: 10px;
	background-color: rgba(0, 0, 0, 0.7);
	cursor: wait;
	z-index: 19999;
	padding: 20px 0;
	min-height: 100px;
	display: none;
}
.load-box p {
	margin-top: 14px;
	color: #fff;
	text-align: center;
}
.load-container {
    display: flex;
    align-items: center;
    justify-content: center;
}
.load-container .container {
    width: 50px;
    height: 40px;
    text-align: center;
    font-size: 10px;
}
.load-container .container .boxLoading {
    background-color: #fff;
    height: 100%;
    width: 6px;
    display: inline-block;
    -webkit-animation: stretchdelay 1.2s infinite ease-in-out;
    animation: stretchdelay 1.2s infinite ease-in-out;
}
.load-container .container .boxLoading2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}
.load-container .container .boxLoading3 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}
.load-container .container .boxLoading4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}
.load-container .container .boxLoading5 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}
@-webkit-keyframes stretchdelay {
  0%, 40%, 100% { -webkit-transform: scaleY(0.4) }
  20% { -webkit-transform: scaleY(1.0) }
}
@keyframes stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }  20% {
    transform: scaleY(1.0);
    -webkit-transform: scaleY(1.0);
  }
}
