@import url(//spoqa.github.io/spoqa-han-sans/css/SpoqaHanSansNeo.css);
* { 
	font-family: 'Spoqa Han Sans Neo', 'sans-serif'; 
	margin: 0;
	padding: 0;
}
body {
	background:#fff;
}

.wrap {
	width: 660px;
	margin: 0 auto;
	position: relative;
}

.top-menu {
	background-color: white;
	height: 170px;
	text-align: center;
	position: relative;
}

.top-menu img.logo {
	width: 150px;
    margin-top: 30px;
}

.top-menu ul.menus {
	list-style: none;
    height: 50px;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.top-menu ul.menus li {
	display: inline-block;
}

.top-menu ul.menus li a {
	text-decoration: none;
    color: #707070;
    font-size: 21px;
    padding: 9px 20px;
    display: block;
}

.top-menu ul.menus li a.active {
	color: #d28089;
    font-weight: bold;
    border-bottom: 6px solid #d28089;
}

.banner {
	margin: 1px 0;
	text-align: center;
}

.banner img {
	width: 100%;
	display: flex;
}

.footer {
	text-align: center;
	background-color: #efefef;
	padding: 40px 0;
	display: none;
}

.bottom_banner {
	position: fixed;
    bottom: 50px;
    right: calc(calc(100% - 660px) / 2 + 50px);
}

.popup {
	position: absolute;
    top: 230px;
    left: 10px;
}

.popup .header-close img {
	float: right;
    margin-bottom: 5px;
    width: 40px;
    cursor: pointer;
}

.popup .header-close {
	display: block;
    position: absolute;
    top: -50px;
    width: 100%;
}

.popup .main-img {
	width:530px;
	display: flex;
}

.popup .main-img img {
	width: 100%;
}

.footer-close {
	height: 40px;
	line-height: 40px;
	padding: 0 30px;
	background: #e5e5e5;
}

.footer-close .left {
	float: left;
}

.footer-close .left label {
	font-size: 16px;
    color: #614449;
    margin-left: 4px;
}

.footer-close .right {
	float: right;
}

.footer-close .right img {
	cursor: pointer;
}

@media (min-width: 320px) and (max-width: 767px) {

	.wrap {
		width: 100%;
	}

	.top-menu {
		height: 140px;
	}

	.top-menu img.logo {
		width: 120px;
		margin-top: 25px;
	}

	.top-menu ul.menus li {
		width: 25%;
    	float: left;
	}

	.top-menu ul.menus li a {
		font-size: 14px;
    	padding: 14px 0;
	}
	
	.bottom_banner {
	    bottom: 10px;
	    right: 15px;
	}
	
	.popup {
		width:calc(100% - 20px);
		top: 190px;
	}
	
	.popup .main-img {
		width: 100%;
	}
	
	.popup .header-close {
		top: -35px;
	}
	
	.popup .header-close img {
		width: 30px;
	}
	
	.footer-close .left label {
		font-size: 14px;
	}
}