.pop-modal {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	z-index: 9999999;
}
.loading-popup2 {
    border-radius: 0px;
    width: 90%;
	max-width:400px;
    text-align: center;
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0%;
    background: #fff;
    overflow: auto;
    font-size: 14px;
    line-height: 160%;
	border-radius: 20px;
}

.loading-popup2 .thumbnail_txt {
	text-align:center;
	margin:0px auto;
	width:90%;
}
.loading-popup2 .thumbnail_txt > strong {
    display: inline-block;
    background: #FFFFFF;
    width: 32px;
}
.loading-popup2 .thumbnail_txt > strong {
    display: inline-block;
    background: #FFFFFF;
    width: 32px;
}
.loading-popup2 .thumbnail_txt > strong span.on {
    display: inline-block;
    background: #FFFFFF url(/img/star3on.png) no-repeat 0 0;
    background-size: 30px auto;
    width: 30px;
    height: 42px;
}
.loading-popup2 .thumbnail_txt > strong span {
    display: inline-block;
    background: #FFFFFF url(/img/star3.png) no-repeat 0 0;
    background-size: 30px auto;
    width: 30px;
    height: 42px;
}
.thumbnail_txt2 {
	font-size:18px;
	line-height:160%;
	padding-top:25px;
	padding-bottom:10px;
	text-align:center;
	width:100%;
}
.thumbnail_txt2 span{font-size:20px;color:#29a9c6;}
@media (max-width: 760px) {
	.thumbnail_txt2 {
		font-size:18px;
	}
}

.textarea {
    margin: 0;
    padding: 5px 10px;
    width: 100%;
	height: 100px;
    resize: none;
    border: 1px solid #ddd;
    outline: 0;
    color: #828282;
    border-radius: 5px;
    font-size: 17px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    background: #fff;
}
.loading-popup2 ul.thumbnail_ul2 {
    width: 100%;
    display: inline-block;
    margin: 0px auto 5px;
    text-align: center;
    padding: 0px;
}
.loading-popup2 ul.thumbnail_ul2 li.ok1 {
    text-align: right;
}
.loading-popup2 ul.thumbnail_ul2 li {
    width: 50%;
    float: left;
    text-align: left;
    font-size: 16px;
	list-style:none;
}
.loading-popup2 ul li.ok1 input[type="button"] {
    background: #00CCFF;
    color: #FFF;
    border: 2px solid #00CCFF;
    outline: none;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
}
.loading-popup2 ul li input[type="button"] {
    border-radius: 5px;
    background: #FFF;
    font-size: 16px;
    border: 2px solid #00CCFF;
    width: 88%;
    margin: 10px 5px;
    padding: 10px 0px;
    color: #00CCFF;
    font-weight: bold;
}

.free-box3 header span.star {
    padding: 5px 12px;
    margin: 0;
    font-size: 0.8rem;
    background: #fff;
    color: red;
    border-radius: 8px;
    position: absolute;
    right: 88px;
    top: 7px;
	cursor:pointer;
}

.free-box header span.star {
    padding: 5px 12px;
    margin: 0;
    font-size: 0.8rem;
    background: #fff;
    color: red;
    border-radius: 8px;
    position: absolute;
    right: 88px;
    top: 7px;
	cursor:pointer;
}