@charset "utf-8";
html, body {
    /*height: 100%;*/
    width: 100%;
    margin: 0;
    padding: 0;
    overflow2: hidden;
    background: #d7ebd2;
}
.page {
    position: relative;
    max-width: 900px;
    max-height: 1550px;
    margin: 0 auto;
}

.modal-box{ font-family:"微软雅黑","宋体","黑体";}
.modal-box .show-modal{
    color:  transparent;
    background-color: transparent;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    border: none;
    outline: none;
    display: block;
	position: absolute;
	width: 23%;
	height: 7%;
}


.modal-box .btn1{
	top: 29%;
	right: 2%;
}


.modal-box .btn2{
	top: 45%;
	right: 3%;
}


.modal-box .btn3{
	top: 29%;
	left: 20%;
}

.modal-box .btn4{
	top: 67%;
	left: 43%;
}

.modal-box .btn5{
	top: 77%;
	right: 21%;
}


.modal-backdrop.in{ opacity: 0; }
.modal-box .modal{ /*top: 18% !important;*/ top: 5% !important;}
.modal-box .modal-dialog{
    width: 400px;
    margin: 30px auto 10px;
}
.modal-box .modal-dialog .modal-content{
    text-align: center;
    border: 3px solid #FFB300;
    border-radius: 15px;
    position: relative;
    z-index: 1;
}
.modal-box .modal-dialog .modal-content:before,
.modal-box .modal-dialog .modal-content:after{
    content: "";
    background:#FFB300;/* linear-gradient(-32deg, #FFB300 49%,#FFC700 10%)*/;
    width: 100%;height: 28%;
    /*height: 55%;*/
    border-radius: 12px 12px 0 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}
.modal-box .modal-dialog .modal-content:after{
    background: #FFB300;
    width: 25px;
    height: 25px;
    border-radius: 0;
    transform: translateX(-50%) rotate(45deg);
    left: 50%; bottom: 70%;
    /*bottom: 125px;*/
    top: auto;
	z-index: -999;
}
.modal-box .modal-dialog .modal-content .close{
    color: #4D4D4D;
    background-color: #fff;
    font-size: 32px;
    line-height: 30px;
    height: 35px;
    width: 35px;
    border: 3px solid #FFB300;
    border-radius: 50%;
    box-shadow: -3px 3px 1px rgba(0,0,0,0.1);
    opacity: 1;
    position: absolute;
    left: auto;
    right: -10px;
    top: -10px;
    z-index: 1;
    transition: all 0.3s;
}
.modal-box .modal-dialog .modal-content .close:hover{
    color: #fff;
    background-color: #4D4D4D;
    border: 3px solid #262628;
}
.modal-box .modal-dialog .modal-content .modal-body{ padding: 20px 20px 50px !important; }
.modal-box .modal-dialog .modal-content .modal-body .icon{
    color: #3E3E40;
    background: #fff;
    font-size: 40px;
    font-weight: 600;
    text-align: center;
    line-height: 60px;
    height: 50px;
    width: 60px;
    margin: 0 auto 20px;
    -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}
.modal-box .modal-dialog .modal-content .modal-body .title{
    color: #3B393F;
    font-size: 24px;
    text-transform: capitalize;
    margin: 0 0 5px 0;
}
.modal-box .modal-dialog .modal-content .modal-body .description{
    color: #3B393F;
    font-size: 14px;
	height: 60px;
	display: block;
}
.modal-box .modal-dialog .modal-content .modal-body .subscribe{
    color: #000;
    font-size: 14px;
    padding: 8px 10px;
    font-weight:normal;
    margin: 0 auto;
    display: block;
    transition: all 0.3s;
	/*height: 60px;*/
	height: auto;
	text-align: left;
}
.modal-box .modal-dialog .modal-content .modal-body .subscribe span { margin: 10px 0; display:block}
.save_box{ position:fixed; bottom: 20px; left: 50%; margin-left: -50px;}

.save {
	margin: 0 auto;
	text-align: center;
	background-color:  rgba(0,0,0,0.5);
    font-weight: normal;
    text-transform: capitalize;
    padding:3px 5px;
    border: none;
    outline: none;
    display: block;
	font-size:small;
	color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
	border-radius: 10px;
	width: 100px;
}


.modal-box .show-modal0{
    color:  transparent;
    background-color: transparent;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    border: none;
    outline: none;
    display: block;
	position: absolute;
	width: 25%;
	height: 6%;

}


.modal-box .btn0{
	top: 74%;
	left: 3%;
}

@media only screen and (max-width: 576px){
    .modal-dialog{ width: 90% !important; }
}<!--ecms sync check [sync_thread_id="3bcee7cc5a424330844ab778a62d31c1" sync_date="2025-01-20 16:18:38" check_sum="3bcee7cc5a424330844ab778a62d31c1]-->