/*
 *	Created by Edward on 23/05/15
 *	Copyright (c) 2023 ishutime.com All rights reserved
*/
* {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
}

@font-face {
	font-family: BrownBlod;
	src: url(../fonts/brown/brown-regular.woff2)
}


a {
	color: #2c2c28;
}

body,
html {
	background: #e9e5de;
	color: #2c2c28;
}

.inner{
    width: 100%;
    height: 0;
    position: relative;
    overflow: hidden;
    padding-top: 48%;
}

.ads{
    
}

.inner img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    transition: all 1s;
}

.header{
	background: #2c2c28;
	color: #fff;
	padding: 50px 3%;
	position: relative;
}

.footer{
	position: relative;
	background: #2c2c28;
	color: #fff;
	padding: 35px 3%;
	font-size: 12px;
}

.logo{
	width: 150px;
	position: absolute;
	left: 3%;
	top: 50%;
	-webkit-transform: translateY(-50%);
}
.flogo{
	width: 150px;
}
.slogan{
	width: auto;
	position: absolute;
	left: calc(3% + 160px);
	font-size: 12px;
	top: 57%;
	-webkit-transform: translateY(-50%);
	opacity: .3;
}
.nav{
	width: 100%;
	display: flex;
	justify-content: center;
	background: #f3f0e9;
}
.nav a{
	display: block;
	line-height: 50px;
	font-size: 14px;
	padding: 0px 10px;
	position: relative;
	margin: 0px 15px;
	opacity: .5;
	-webkit-transition: all .5s;
}
.nav a::after{
	width: 0px;
	height: 2px;
	position: absolute;
	right: 0%;
	bottom: 0%;
	content: '';
	background: #2c2c28;
	-webkit-transition: all .5s;
}
.nav a:hover,.nav a.active{
	opacity: 1;
}
.nav a:hover::after,.nav a.active::after{
	right: auto;
	left: 0%;
	width: 100%;
}
.case{
	width: 90%;
	position: relative;
	margin-left: 5%;
	margin-top: 5%;
	margin-bottom: 0vw;
}



.case.fa{
	margin: 0px;
	width: 100%;
}
.case ul{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.case ul li{
	width: 23.5%;
	height: auto;
	position: relative;
	margin-right: 2%;
	margin-bottom: 2.5vw;
}
.case ul li:nth-child(4n){
	margin-right: 0%;
}
.myFavorite{
	width: 40px;
	height: 40px;
	position: absolute;
	right: 3%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	border: 1px solid rgba(255,255,255,.5);
	border-radius: 50%;
	cursor: pointer;
	display: block;
	-webkit-transition: all .35s;
}
.myFavorite::after{
	width: 20px;
	height: 20px;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	background: url(../images/fav_icon.png) no-repeat;
	background-size: cover;
	content: '';
	opacity: 1;
	-webkit-transition: all .35s;
}
.myFavorite:hover{
	border: 1px solid rgba(255,255,255,.5);
}
.myFavorite:hover::after{
	opacity: .7;
}
.case ul li .thum{
	display: block;
	position: relative;
}
.case ul li .thum:hover .pic{
    opacity: .7;
}
.case ul li .info{
	position: relative;
	margin-top: 10px;
}
.case ul li .info .name{
	position: relative;
	display: block;
	margin-bottom: 5px;
}
.case ul li .info .des{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 12px;
	line-height: 20px;
}
.case ul li .info .des p{
	color: rgba(0,0,0,.3);
	width: calc(100% - 50px);
	display: block;
}
.case ul li .info .des .favorite{
	width: 20px;
	height: 20px;
	position: relative;
	-webkit-transform: scale(0.8);
	cursor: pointer;
}
.case ul li .info .des .favorite::after{
	width: 20px;
	height: 20px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	background: url(../images/favs.png?v=2023) no-repeat;
	background-size: cover;
	content: '';
}

.case ul li .info .des .favorite.active::after{
	background-position: -20px 0px;
}

.fnav{
	text-align: center;
	position: relative;
	display: flex;
	justify-content: center;
	margin-bottom: 15px;
}
.fnav a{
	color: rgba(255,255,255,.3);
	padding: 0px 15px;
}
.fnav a:hover{
	color: rgba(255,255,255,0.7);
}
.copy{
	position: relative;
	text-align: center;
	color: rgba(255,255,255,.3);
}
.copy a{
	color: rgba(255,255,255,.3);
	margin-left: 10px;
}
.contact{
	width: 60%;
	position: relative;
}
.sub_title{
	font-size: 3vw;
	font-weight: bold;
	margin-bottom: 2vw;
}
.sub_des{
	width: 100%;
	font-size: 16px;
	line-height: 2;
	margin-bottom: 5vw;
}
.sub_des p{
	margin-bottom: 1vw;
}
.form{
	width: 100%;
	height: auto;
	position: relative;
}
.form .row{
	width: 100%;
	position: relative;
	margin-bottom: 3vw;
}
.form .row label{
	width: 100%;
	display: block;
	font-size: 18px;
	font-weight: bold;
	line-height: 2;
}
.form .row input{
	display: block;
	width: 50%;
	height: 60px;
	border: 1px solid rgba(0,0,0,.1);
	outline: none;
	text-indent: 20px;
	font-size: 16px;
}
.form .row textarea{
	width: 100%;
	position: relative;
	border: 1px solid rgba(0,0,0,.1);
	outline: none;
	min-height: 200px;
	padding: 20px;
	font-family: "microsoft yahei";
}
.submit{
	width: 300px;
	height: auto;
	
	color: #2c2c28;
	line-height: 70px;
	text-align: center;
	cursor: pointer;
	font-size: 16px;
	border: 1px solid #2c2c28;
}
.submit:hover{
	background: #2c2c28;
	color: #fff;
}
.favor_tips{
	text-align: center;
	font-size: 20px;
	padding: 100px 0px;
	color: rgba(0,0,0,.3);
}
.favor_tips p{
	margin-bottom: 150px;
}
.favor_tips a{
	color: rgba(0,0,0,.5);
	border: 1px solid rgba(0,0,0,.5);
	width: 200px;
	height: auto;
	line-height: 60px;
	display: block;
	margin: 0px auto;
	font-size: 16px;
	border-radius: 60px;
}
.favor_tips a:hover{
	background: #2c2c28;
	color: #fff;
}

@media screen and (max-width: 900px) {
    .case ul li{
        width: 49%;
        margin-right: 2%;
        margin-bottom: 3vw;
    }
    .case ul li:nth-child(4n){
        margin-right: 2%;
    }
    .case ul li:nth-child(2n){
        margin-right: 0%;
    }
}