@charset "utf-8";

.rightpop {
	position: fixed;
	right: 22px;
	bottom: 52px;
	/* transform: translate(0, -50%); */
	text-align: center;
	z-index: 999;
	cursor: pointer;
}

.rightpop div {
	width: 90px;
	height: 90px;
	background: #FAFAFA;
	box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.06);
	border-radius: 4px 4px 4px 4px;
}

.rightpop p {
	font-size: 16px;
	font-family: Source Han Sans SC-Medium, Source Han Sans SC;
	font-weight: 500;
	color: #4D4D4D;
	padding-top: 8px;
}

.rightpop img {
	width: 30px;
	height: 30px;
	margin-top: 20px;
}

.rightpop .top {
	margin-top: 10px;
}

.kefupop {
	width: 640px;
	/* height: 610px; */
	background-color: #FFF;
	position: fixed;
	left: 50%;
	top: 55%;
	transform: translate(-50%, -50%);
	z-index: 99999;
}

.kefupop .top {
	padding: 22px;
	background-color: #378c72;
	color: #fff;
	box-sizing: border-box;
}

.kefupop .kefuava {
	width: 46px;
	height: 46px;
	border-radius: 50%;
	background-color: #fff;
	margin-right: 10px;
	float: left;
}

.kefupop .del {
	cursor: pointer;
	width: 16px;
	float: right;
	margin-top: -60px;
}

.kefupop p {}

.kefupop .content1 {
	padding: 20px 70px;
	padding-bottom: 60px;
}

.kefupop .content1 .tips {
	font-size: 16px;
	font-family: Source Han Sans SC-Medium, Source Han Sans SC;
	font-weight: 500;
	color: #4D4D4D;
}

.kefupop .content1 input {
    width: 100%;
    height: 36px;
    padding: 0 10px;
    box-sizing: border-box;
    margin-bottom: 10px;
    margin-top: 10px;
    appearance: none;
    border: 1px solid #378c72;
    border-radius: 5px;
}

.kefupop .content1 input:focus {
	outline: #378c72;
	border: 1px solid #378c72 !important;
}

.kefupop .content1 textarea:focus {
	outline: #378c72;
	border: 1px solid #378c72 !important;
}

.kefupop .content1 textarea {
	width: 100%;
	height: 120px;
	padding: 10px;
	box-sizing: border-box;
	margin-bottom: 20px;
	margin-top: 10px;
	resize: none;
    appearance: none;
    border: 1px solid #378c72;
    border-radius: 5px;
}

.mapimg {
	border: 3px solid #A8C4F3;
}

.btn {
	width: 276px;
	height: 42px;
	background: #378c72;
	border-radius: 4px 4px 4px 4px;
	font-size: 18px;
	font-family: Source Han Sans SC-Medium, Source Han Sans SC;
	font-weight: 500;
	color: #FFFFFF;
	text-align: center;
	line-height: 42px;
	margin: 20px auto;
	margin-bottom: 0;
	cursor: pointer;
	border: 0;
	padding: 1px 12px;
}
.btn:hover {
	color: #FFFFFF;
}

.mask {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	background-color: #000;
	z-index: 9999;
	opacity: 0.5;
}

.titleac {
	color: #DDB260 !important;
	border-bottom: 1px solid #DDB260 !important;
}

.lycgbox {
	text-align: center;

}

.lycgbox img {
	width: 120px;
	height: 120px;
	margin-top: 70px;
	margin-bottom: 20px;
}

.lycgbox .flexbt {
	font-size: 16px;
	font-family: Source Han Sans SC-Medium, Source Han Sans SC;
	font-weight: 500;
	color: #378c72;
	margin: 0 100px;
	margin-top: 94px;
	text-decoration: underline;
	cursor: pointer;
}

.BMap_bubble_top {
	/* display: none; */
}

.mobile-nav {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #fff;
	box-sizing: border-box;
	z-index: 99;
}

.mobile-nav .navtop {
	height: 140px;
	padding: 20px;
	box-sizing: border-box;
}

.mobile-nav .logo {
	width: 350px;
	height: auto;
}

.mobile-nav .zhedicon {
	width: 72px;
}

.menu-list {
	position: absolute;
	width: 100%;
	background-color: #DDB260;
	z-index: 9;
	top: 140px;
	font-size: 50px;
	opacity: 1;
	display: none;
}

.menu-list li {
	padding: 40px;
	border-bottom: 1px solid #fff;
}

.menu-list li a {
	display: block;
	color: #fff;
	width: 90%;
}

.menu-list li img{
	width: 55px;
}
.menuson {
	display: none;
	margin-top: 30px;
}

.menuson li {
	border: none;
	color: #fff;
	padding-left: 50px;
}

.boxheight{
	height: 107px;
}
.mobile-nav-li{
	transition:0.3s;
}
.mobilepadding{
	padding: 0;
}
.tourboxphone{
	display: none;
}
.xiala_input{
	border: 1px solid #378c72;
    border-radius: 5px;
    width: 100%;
    height: 36px;
    padding: 0 10px;
	margin-bottom: 10px;
    margin-top: 10px;
}
/* 移动端适配 */
@media screen and (max-width: 767px) {
.rightpop{display:none;}
.mask{display:none;}
.maskbox{display:none;}
}
