@charset "utf-8";
/* css reset */
	#myModal{
	    position: fixed;
	    top: 0;
	    left: 0;
	    bottom: 0;
	    right: 0;
	    display: none;
	    z-index: 1001;
	    background-color: rgba(0,0,0,.3);
	}
	#myModala{
	    position: fixed;
	    top: 0;
	    left: 0;
	    bottom: 0;
	    right: 0;
	    display: none;
	    z-index: 1000;
	    background-color: rgba(0,0,0,.3);
	}
	#myModale{
	    position: fixed;
	    top: 0;
	    left: 0;
	    bottom: 0;
	    right: 0;
	    display: none;
	    z-index: 1000;
	    background-color: rgba(0,0,0,.3);
	}
	.close {
	    /* still bad on picking color */
	    /* background: orange; */
	    color: red;
	    /* make a round button */
	    border-radius: 12px;
	    /* center text */
	    line-height: 20px;
	    text-align: center;
	    height: 30px;
	    width: 30px;
	    font-size: 30px;
	    padding: 1px;
	}
	.close::before {
	    content: "\2716";
	}
	.close {
	    top: 100px;
	    right: 60px;
	    position: absolute;
	}
	.news-popupa .popup-infoa{
	    width: 80%;
	    padding-bottom: 10px;
	    margin: 40px auto;
	    position: relative;
	}
	.news-popupa .popup-infoa .hide-icon{
	    position: absolute;
	    top: 10px;
	    right: 10px;
	}
	.news-popupa .popup-infoa .hide-icon img{
	    width: 30px;
	    height: 30px;
	}
	.news-popupa #popup-a>img{
	    width: 100%;
	}
	#myModal{
	    position: fixed;
	    top: 0;
	    left: 0;
	    bottom: 0;
	    right: 0;
	    display: none;
	    z-index: 1000;
	    background-color: rgba(0,0,0,.3);
	}
	#myModalb{
	    position: fixed;
	    top: 0;
	    left: 0;
	    bottom: 0;
	    right: 0;
	    display: none;
	    z-index: 1000;
	    background-color: rgba(0,0,0,.3);
	}
	.news-popup .popup-info{
	    width: 80%;
	    padding-bottom: 10px;
	    margin: 100px auto;
	    position: relative;
	}
	.news-popup .popup-info .hide-icon{
	    position: absolute;
	    top: 10px;
	    right: 10px;
	}
	.news-popup .popup-info .hide-icon img{
	    width: 30px;
	    height: 30px;
	}
	.news-popup #popup-a>img{
	    width: 100%;
	}
	.pay-money input{
	    float: right;
	    box-sizing: border-box;
	    width: 70%;
	    height: 100%;
	    padding: 5px 0;
	    margin-right: 15px;
	    font-size: 16px;
	    margin-top: 15px;
	    font-weight: 600;
	    color: #000;
	    letter-spacing: 1px;
	}