@charset "utf-8";
/* CSS Document */

.review-popup{
	width:100%;
	height:auto;
	padding:30px;
	}
.review-block{
	width:650px;
	height:auto;
	padding:30px;
	background:#fff;
	
	-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
	}
.review-block2 {
    width: 430px;
    height: auto;
    padding: 30px;
    background: #fff;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
.review-pop-top{
	width:100%;
	height:auto;
	font-family:'lineseed';
	font-size:24px;
	color:#262626;
	text-align:left;
	font-weight:bold;
	}
.review-set-2{
	width:100%;
	height:auto;
	margin-top: 10px;
	}
.review-pop-pic1{
	width:75px;
	height:75px;
	border:1px solid #d9d9d9;
	text-align:center;
	
	-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
	}
.review-pop-pic1 img{
	max-width:100%;
	
	-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
	}
.review-pro-name{
	width:100%;
	height:auto;
	font-family: 'lineseed';
    font-size: 16px;
    color: #000;
    text-align: left;
	margin-top: 10px;
	}
.re-sp-block{
	width:100%;
	height:auto;
	margin-top: 15px;
	}
.review-tt-pop{
	width:100%;
	height:auto;
	font-family:'lineseed';
	font-size:16px;
	color:#000;
	margin-top: 5px;
	}
.review-star-pop{
	padding:0px 0px;
	}
.review-form-box {
    width: 100%;
    height: 48px;
    padding: 10px 10px;
    margin-bottom: 15px;
    margin-top: 15px;
    background: #f0f7fd;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}
.review-form-title{
	width:100%;
	height:auto;
	font-family:'lineseed';
	font-size:18px;
	color:#262626;
	text-align:right;
	padding-right:10px;
	border-right:2px solid #78abd7;
	}
.review-p-box{
	border:none;
	background:none;
	font-family:'lineseed';
	font-size:18px;
	padding:0px 10px;
	color:#262626;
	}
.review-bpic{
	width:100%;
	height:auto;
	}
/********************************************/
.atlo-btn{
	margin:0 3px;
	display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    
    font-size: 1rem;
	font-weight:600;
    line-height: 1.5;
    border-radius: 8px;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.atlo-ok-btn{
	color: #fff;
    background: #012b5b;

}

.atlo-ok-btn a{
	font-family:'lineseed';
	font-size:20px;
	display:inline-block;
	color: #fff;
	padding: .6rem 1.5rem;
}
.atlo-cancle-btn{

	}
.atlo-cancle-btn a{
	display:inline-block;
	padding: .6rem 1.5rem;
	font-family:'lineseed';
	font-size:20px;
	color: #262626;
	}
/************************************/
.leaning-popup-login{
	width:100%;
	height:auto;
	font-family:'lineseed';
	font-size:24px;
	color: #000000;
	text-align:center;
	}	
.leaning-popup-regis1{
	width:100%;
	height:auto;
	font-family:'lineseed';
	font-size:24px;
	color: #000000;
	text-align:center;
	}
.leaning-popup-regis2{
	width:100%;
	height:auto;
	font-family:'lineseed';
	font-size:20px;
	color: #000000;
	text-align:center;
	}
@media (max-width: 374px) {
	.review-popup {
    padding: 0;
}
.review-pro-name {
    margin-top: 10px;
}
.review-block {
    padding: 20px;
}
.review-form-title {
    font-size: 14px;
}
	}
@media (min-width: 375px) and (max-width: 419px) {
	.review-popup {
    padding: 0;
}
.review-pro-name {
    margin-top: 10px;
}
.review-block {
    padding: 20px;
}
.review-form-title {
    font-size: 16px;
}
.leaning-popup-regis2 {
    font-size: 16px;
}
.leaning-popup-regis1 {
    font-size: 22px;
}
.review-block2 {
    padding: 20px;
}
	}
@media (min-width: 420px) and (max-width: 575px) { 
	.review-popup {
    padding: 0;
}
.review-pro-name {
    margin-top: 10px;
}
.review-block {
    padding: 20px;
}
.leaning-popup-regis2 {
    font-size: 18px;
}
	}