.pageBox {text-align: center;margin: 0 auto;}
.pageBox a {border:1px solid #ddd;display:inline-block;margin:0 6px 6px 0;color: #707070;width:34px;height:34px;font:bold 14px/34px arial;}
.pageBox a:hover,.pageBox a:active{background:#f49f01;color: #FFFFFF;text-decoration: none;}
.pageBox .cur { background: #f49f01;border: 1px solid #f49f01;text-decoration: none;}
.pageBox a.cur {color: #fff;}
.pageBox .disabled {width: 79px;}
.topbox .topboximg {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 200px;
	color: #fff;
	background-color: rgba(0, 0, 0, 0.29);
	background-blend-mode: darken;
}

.topbox .topboxtitle {
	font-size: 24px;
}

.topbox .topboxftitle {
	font-size: 12px;
}

.topbox .topnav {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
    align-items: flex-start;
	height: auto;
	padding: 10px 0;
}

.topbox .left-box {
	display: flex;
	flex-wrap: wrap;
	font-size: 12px;
	margin-bottom: 5px;
    width: 100%;
    padding: 0 4px;
}

.topbox .left-box a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(100%/3 - 6px);
    padding: 5px;
    text-align: center;
    border-right: none;
    color: #222;
    font-size: 14px;
    height: 42px;
    line-height: 16px;
    margin: 0 3px 7px;
    background-color: #cbcbcb;
}

.topbox .left-box a.active {
    background-color: #f49f01;
    color: #fff;
}
.topbox .left-box a:first-child {
	padding-left: 0;
}

.topbox .left-box a:last-child {
	padding-right: 0;
	border-right: none;
}

.topbox .right-box {
    padding-left: 10px;
	font-size: 12px;
}

.topbox .right-box svg {
	margin-bottom: -2px;
}

.topbox .right-box a {
	color: #21262a;
}

.luntaisearchimg {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 200px;
	color: #fff;
}

.luntaisearchbox {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 95%;
	padding: 0 10px;
	height: 60px;
	margin-top: 10px;
	background-color: #2a4b87;
	border-radius: 5px;
}

.luntaisearch {
    cursor: pointer;
	position: relative;
	width: 29%;
	height: 35px;
	line-height: 35px;
	margin: 0 -0.1%;
	padding: 0 2%;
	color: #000;
	font-size: 16px;
	background-size: 100% 100%;
}

.luntaisearch .openpopup {
	cursor: pointer;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 10px;
	width: 14px;
	height: 14px;
}

.luntaisearchpopup {
	display: none;
	position: absolute;
	top: calc(100% + 10px);
	left: 0;
	right: 0;
	height: 300px;
	background-color: #efefef;
	border-radius: 5px;
	z-index: 999;
	overflow-y: scroll;
}

.luntaisearchpopuptext {
	cursor: pointer;
	padding: 0 10px;
	border-bottom: 1px solid #fff;
}

.luntaisearchpopuptext:hover {
	background-color: #fff;
}

.bgblack {
	display: none;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0, 0, 0, .5);
	z-index: 99;
}

.luntaisearchbox .morebtn {
	border: none;
	width: 100%;
	margin-left: auto;
	padding: 0;
	line-height: 35px;
	font-size: 14px;
	border-radius: 0;
}

.news-box {
	background-color: #eaeaea;
	padding: 10px 0 5px;
	height: auto;
}

.luntailist {
	padding: 20px 10px;
}
.luntaikonglist {
	height: calc(100vh - 639px);
}

.luntailistbox {
	position: relative;
	display: flex;
	height: 370px;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 20px;
	border-bottom: 1px dashed #d8d8d8;
	background-image: linear-gradient(150deg,
			transparent 0%,
			transparent 239px,
			#fff 241px,
			#fff 100%);
	border: 10px solid #eaeaea;
	background-color: #eaeaea;
	border-radius: 5px;
	transition: .3s;
}

.luntailistimg {
	position: absolute;
	height: 180px;
	margin-top: 70px;
	margin-bottom: 0;
}

.luntailistimg img {
	    width: 50%;
	margin-left: 10px;
	height: auto;
}

.luntailistbox .right-box {
	width: 100%;
	margin-top: 30px;
}

.luntailisttitle {
	width: 100%;
	padding-right: 15px;
	font-size: 22px;
	line-height: 24px;
	font-weight: bold;
	margin-bottom: 0;
	color: #2a4b87;
	letter-spacing: -0.5px;
	text-align: right;
	font-style: italic;
}

.luntailisttext {
	width: 49%;
	padding-right: 5px;
	margin-left: auto;
	margin-top: 30px;
	font-size: 13px;
	line-height: 16px;
	color: #333;
	word-break: break-all;
}


.luntailistmore {
	margin: 20px 0 0;
}

.luntailistbtn {
	position: absolute;
	bottom: 10px;
	left: 10px;
	right: 10px;
	height: 55px;
	margin: 0;
	padding-left: 13px;
	border-radius: 2px;
	background-color: #f2f2f2;
	font-size: 19px;
	font-weight: bold;
	line-height: 55px;
	overflow: hidden;
}

.luntailistbtn span {
	font-size: 12px;
	font-weight: normal;
}

.luntailistbtn .morebtn {
	width: 105px;
	line-height: 55px;
	float: right;
	border-radius: 0;
	font-size: 16px;
	font-weight: normal;
}

.luntailistbtn .morebtn:hover {
	transform: scale(1);
}

.about-box {
	padding: 15px 0 20px;
}

	.about-gsjj {display: flex;
	    flex-direction: column;
	}
.about-list {
	width: 95%;
	margin: 0 auto;
	padding: 0 10px;
}

.about-title {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.about-line {
	width: 22%;
	border-bottom: 1px solid #ccc;
}

.about-titletext {
	position: relative;
	font-size: 20px;
	font-weight: bold;
	line-height: 35px;
}

.about-triangle {
	position: absolute;
	top: 100%;
	right: 50%;
	transform: translateX(50%);
	border-top: 8px solid #000;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
}

.about-content {
	margin-top: 25px;
    line-height: 28px;
}
.about-content img{max-width:100%;height:auto!important}
.about-left {
	width: 100%;
	margin-top: 10px;
}

.about-lefttitle {
	font-size: 25px;
}

.about-leftline {
	width: 45px;
		margin: -9px 3px 20px;
		border-bottom: 3px solid #f49f01;
}

.about-lefttext {
	font-size: 12px;
	line-height: 25px;
	text-indent: 2em;
}

.about-right {
	order: -1;
	width: 100%;
	padding: 3% 2.7% 3% 1.3%;
		background: linear-gradient(to left,
				#f49f01 0%,
				#f49f01 43%,
				#fff 43%,
				#fff 100%);
}

.about-right img {
	width: 100%!important;
	height: auto!important;
}

.detail-box {
	padding: 25px 10px;
	background-color: #eaeaea;
}

.detail-content {
	width: 95%;
	margin: 0 auto 10px;
	padding: 20px;
	background-color: #fff;
}
.detail-content img{max-width:100%;height:auto!important}
.luntaidetail-bottom {
	width: 100%;
	height: 37px;
	margin-bottom: 10px;
	border-bottom: 1px solid #e2e2e2;
}
.luntaidetail-bottomtitle {
	padding: 10px 20px;
	font-size: 15px;
	line-height: 37px;
	color: #fff;
	font-weight: bold;
	background-color: #f49f01;
}

.newsdetail-title {
	padding-bottom: 10px;
	text-align: center;
	font-size: 18px;
	border-bottom: 1px dashed #ccc;
}

.newsdetail-toptext {
	margin-top: 5px;
	font-size: 12px;
	color: #999;
	text-align: center;
}

.newsdetail-text {
	margin: 10px 0;
}

.luntai-top {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
}

.luntai-topimg {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	aspect-ratio: 4/3;
	padding: 10px;
	border: 1px solid #ccc;
	overflow: hidden;
}

.luntai-topimg img {
	max-width: 100%;
	max-height: 100%;
	transition: .3s;
}

.luntai-topimg:hover img {
	transform: scale(1.1);
}

.window-topimg {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	aspect-ratio: 4/3;
	border: 1px solid #ccc;
	overflow: hidden;
	transition: .3s;
}

.window-topimg div {
	width: 100%;
	height: 100%;
	transition: .3s;
}

.window-topimg:hover div {
	transform: scale(1.15);
}

.luntai-topright {
	width: 100%;
}

.luntai-toptitle {
	padding: 20px 0 10px;
	font-size: 18px;
	font-weight: bold;
	border-bottom: 2px solid #000;
}

.luntai-toptext {
	padding: 10px 0 0;
	color: #666;
	font-size: 12px;
	line-height: 24px;
}

.luntai-toptext span {
	cursor: pointer;
	color: #0d47a1;
	font-size: 15px;
	font-weight: bold;
}

.luntai-bottom {
	width: 100%;
	height: 37px;
	margin-bottom: 10px;
	border-bottom: 1px solid #ccc;
}

.luntai-bottomtitle {
	padding: 10px 20px;
	font-size: 15px;
	line-height: 37px;
	color: #fff;
	font-weight: bold;
	background-color: #0d47a1;
}

.text-listbox {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	padding: 10px 0;
	border-bottom: 1px dashed #ccc;
}

.text-listbox:last-child {
	border: none;
}

.text-listbox .left-box {
	width: 100%;
}

.text-listbox .right-box {
	display: flex;
	width: 100%;
	justify-content: space-between;
	align-items: center;
	margin-top: 5px;
	color: #999;
}

.text-listtime {
	font-size: 14px;
	margin-bottom: 0;
}

.text-listmore {
	display: flex;
	align-items: center;
	height: 14px;
	padding-left: 0;
	border-left: 1px solid #999;
}

.text-listmore svg {
	width: 24px;
	height: 18px;
}

.contact-content {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.contact-content .left-box {
	width: 100%;
	height: 460px;
	padding: 65px 30px 0;
}

.contact-content .right-box {
	width: 100%;
	height: 460px;
}

.contact-title {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 30px;
}

.contact-text {
	font-size: 16px;
	margin-bottom: 10px;
}

.contact-img {
	width: 120px;
	height: 120px;
	margin-top: 15px;
}

.window-title {
	margin: 15px 0 10px;
	font-size: 16px;
	color: #0d47a1;
}

.window-btnbox {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.window-daybtn {
	cursor: pointer;
	width: 29px;
	font-size: 12px;
	margin: 0 10px 10px 0;
	line-height: 27px;
	border: 1px solid #999;
	border-radius: 50%;
	text-align: center;
}

.window-daybtn.active {
	color: #fff;
	background-color: #0d47a1;
	border: 1px solid #0d47a1;
}

.window-btn {
	margin-top: 5px;
	cursor: pointer;
	width: 80px;
	line-height: 32px;
	color: #fff;
	font-size: 12px;
	background-color: #0d47a1;
	border-radius: 3px;
	text-align: center;
}

.window-modal-dialog {
	width: 90%;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.window-modal {
	padding: 10px 20px;
}

.window-modal-header {
	font-size: 18px;
	margin: 5px 0 10px;
	text-align: center;
}

.input-group {
	margin-bottom: 10px;
}

.modal-footer {
	padding: 10px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.shopbox .detail-content {
	padding: 20px;
    min-height: 256px;
}

.shopbox .selectbox {
	width: 100%;
	margin-right: 0;
	margin-bottom: 10px;
        height: 46px;
        border: solid 1px #cfcfcf;
        padding: 0 11px;
}

.shopbox .selectbtn {
	float: right;
	line-height: 45px;
	width: 100%;
	border: none;
	color: #fff;
	background-color: #f49f01;
}

.shopbox .selectbtn svg {
	margin-bottom: -3px;
	margin-right: 5px;
}

.shoplistbox {
    text-align: left;
	padding: 20px 0 10px;
	border-bottom: 1px solid #e5e5e5;
}

.shoplistbox:first-child {border-bottom:none}
.shoplisttitle {
	margin-bottom: 5px;
	font-weight: bold;
    font-size: 15px;
    display: block;
}

    .shoplisttitle span{
        border: solid 1px #f49f01;
        font-size: 12px;
        padding: 2px 7px;
        font-weight: normal;
        color: #f49f01;
    }

.shoplisttext {
	color: #999;
}

.shopdetailtitle {
	font-size: 16px;
	font-weight: bold;
    display: block;
}
.searchbox{
    display: flex;
    align-items: center;
    flex-direction: column;
}
    .shopdetailtitle span{
        border: solid 1px #f49f01;
        font-size: 12px;
        padding: 2px 7px;
        font-weight: normal;
        color: #f49f01;
    }

.detailbox {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	margin-top: 15px;
}

.detailbox .mapbox {
	order: 2;
	width: 100%;
	height: 300px;
}

.shoptext {
	order: 1;
	width: 100%;
	padding-left: 0;
	font-size: 14px;
}
#lightgallery {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 15px;
    padding: 20px 0;
    }
    #lightgallery>div {
        width: 100%;
        display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    height: 492px;
    margin-bottom: 20px;
    }
    #lightgallery>div .post-img {
        display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    }
    #lightgallery img {
        max-width: 100%;
        max-height: 457px;
    }
    #lightgallery span {
        font-size: 14px;
        margin-top: 5px;
    }

@media (min-width: 768px) {
	.topbox .topboximg {
		height: 435px;
	}

	.topbox .topboxtitle {
		font-size: 38px;
	}

	.topbox .topboxftitle {
		font-size: 14px;
	}

	.topbox .topnav {
		height: 67px;
		margin: 0 auto;
		padding: 10px;
		flex-direction: row;align-items: center;
		width: 70%;
	}

	.topbox .left-box {
		display: block;
		margin-bottom: 0;
		font-size: 16px;
		margin: 0;
        width: auto;
        padding: 0;
	}

	.topbox .left-box a {
	    display: inline;
		width: auto;
		height: auto;
		color: #6d6d6d;
		border-right: 1px solid #6d6d6d;
		padding: 0 28px;
		font-size: 16px;
		background: none;
		margin: 0;
	}
	.topbox .left-box a.active {
		font-weight: bold;
		color: #f49f01;
		background: none;
}

	.topbox .right-box {
	    padding-left: 0;
		font-size: 14px;
	}

	.luntaisearchimg {
		height: 360px;
	}

	.luntaisearchbox {
		width: 59%;
		padding: 0 50px;
		height: 115px;
		margin-top: 30px;
	}

	.luntaisearch {
	    height: 55px;
		line-height: 55px;
		margin: 0 -0.3%;
		font-size: 25px;
	}

	.luntaisearch .openpopup {
		right: 20px;
		width: 18px;
		height: 18px;
	}

	.luntaisearchpopuptext {
		padding: 0 20px;
	}

	.luntaisearchbox .morebtn {
		line-height: 55px;
		font-size: 18px;
	}

	.news-box {
		padding: 30px 14% 15px;
	}
	.news-box .newsbox {
	    margin-top: 10px;
	}

	.luntailist {
		padding: 40px 15%;
	}
	.luntaikonglist {
	height: calc(100vh - 822px);
}

	.luntailistbox {
		align-items: center;
		height: 362px;
		margin-bottom: 20px;
		background-image: linear-gradient(110deg,
				transparent 0%,
				transparent 314px,
				#fff 316px,
				#fff 100%);
		border: 10px solid #eaeaea;
		background-color: #eaeaea;
		border-radius: 5px;
		transition: .3s;
	}

	.luntailistbox:hover {
		border: 10px solid #f49f01;
		background-color: #f49f01;
	}

	.luntailistimg {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 410px;
		position: static;
		height: 100%;
		margin-top: 0;
		margin-bottom: 0;
		padding: 40px 0;
	}

	.luntailistimg img {
		width: 68%;
		height: 100%;
		margin-left: 0;
	}

	.luntailistbox .right-box {
		width: calc(100% - 410px);
		height: 100%;
		margin-top: 0;
		padding: 40px 0;
	}

	.luntailisttitle {
		width: calc(100% - 100px);
		font-size: 30px;
		margin-bottom: 0;
		line-height: 32px;
		color: #2a4b87;
		letter-spacing: -0.5px;
		font-style: italic;
		text-align: left;
	}

	.luntailisttext {
		width: 100%;
		height: 65px;
		margin-top: 30px;
		font-size: 16px;
		line-height: 20px;
		color: #333;
		border-bottom: 2px solid #f2f2f2;
	}

	.luntailistmore {
		margin: 20px 0 0;
	}

	.luntailistbtn {
		position: static;
		width: 37%;
		height: 55px;
		margin: 35px 0 0 0;
		padding-left: 13px;
		border-radius: 5px;
		background-color: #f2f2f2;
		font-size: 19px;
		font-weight: bold;
		line-height: 55px;
		overflow: hidden;
	}

	.luntailistbtn span {
		font-size: 12px;
		font-weight: normal;
	}

	.luntailistbtn .morebtn {
		width: 40%;
		line-height: 55px;
		float: right;
		border-radius: 0;
		font-size: 16px;
		font-weight: normal;
	}

	.luntailistbtn .morebtn:hover {
		transform: scale(1);
	}

	.about-box {
		padding: 60px 0 65px;
	}

	.about-list {
		width: 74%;
	}

	.about-line {
		width: 33%;
	}

	.about-titletext {
		font-size: 35px;
		line-height: 60px;
	}

	.about-triangle {
		border-top: 12px solid #000;
		border-left: 10px solid transparent;
		border-right: 10px solid transparent;
	}

	.about-content {
		flex-direction: row;
		margin-top: 40px;
	}

	.about-left {
		width: 51%;
		margin-top: 0;
	}

	.about-lefttitle {
		font-size: 34px;
	}

	.about-leftline {
		width: 45px;
		margin: 15px 3px 20px;
		border-bottom: 3px solid #f49f01;
	}

	.about-lefttext {
		font-size: 14px;
		line-height: 30px;
		text-indent: 2em;
	}

	.about-right {
		order: 0;
		width: 49%;
		padding: 3% 2.7% 3% 1.3%;
		background: linear-gradient(to left,
				#f49f01 0%,
				#f49f01 43%,
				#fff 43%,
				#fff 100%);
	}

	.about-right img {
		width: 100%;
		height: auto;
	}
	.about-gsjj {
    	display: flex;
    	width: 100%;
    	justify-content: space-between;
    	align-items: center;
    flex-direction: inherit;
	}
	.detail-box {
		padding: 50px 10px;
	}

	.detail-content {
		width: 70%;
		padding: 40px;
	}
	
	.luntaidetail-bottom {
		width: 100%;
		height: 50px;
		margin-bottom: 10px;
	}
	.luntaidetail-bottomtitle {
		padding: 15px 60px;
		font-size: 18px;
		line-height: 50px;
		font-weight: bold;
	}

	.newsdetail-title {
		font-size: 34px;
	}

	.newsdetail-toptext {
		margin-top: 10px;
		font-size: 14px;
	}

	.newsdetail-text {
		margin: 20px 0;
	}

	.luntai-top {
		flex-direction: row;
	}

	.luntai-topimg {
		width: 40%;
	}

	.window-topimg {
		width: 40%;
	}

	.luntai-topright {
		width: 55%;
	}

	.luntai-toptitle {
		padding: 15px 0;
		font-size: 24px;
		font-weight: bold;
		border-bottom: 2px solid #000;
	}

	.luntai-toptext {
		padding: 20px 0 0;
		font-size: 15px;
		line-height: 30px;
	}

	.luntai-toptext span {
		font-size: 17px;
		font-weight: bold;
	}

	.luntai-bottom {
		width: 100%;
		height: 50px;
		margin-bottom: 20px;
	}

	.luntai-bottomtitle {
		padding: 15px 60px;
		font-size: 18px;
		line-height: 50px;
		font-weight: bold;
	}

	.text-listbox {
		flex-direction: row;
		height: 160px;
		padding: 0;
	}

	.text-listbox .left-box {
		width: calc(100% - 200px);
	}

	.text-listbox .right-box {
		flex-direction: column;
		align-items: flex-start;
		margin-top: 0;
		width: 120px;
	}

	.text-listtime {
		font-size: 24px;
		margin-bottom: 40px;
	}

	.text-listmore {
		height: 28px;
		padding-left: 14px;
	}

	.text-listmore svg {
		width: 24px;
		height: 24px;
	}

	.window-title {
		margin: 20px 0 10px;
		font-size: 18px;
	}

	.window-daybtn {
		width: 39px;
		font-size: 16px;
		margin: 0 15px 10px 0;
		line-height: 37px;
	}

	.window-btn {
		width: 100px;
		line-height: 39px;
		font-size: 15px;
	}

	.window-modal-dialog {
		width: 500px;
	}

	.window-modal {
		padding: 10px 20px;
	}

	.window-modal-header {
		font-size: 24px;
		margin: 10px 0 20px;
	}

	.input-group {
		margin-bottom: 20px;
	}

	.modal-footer {
		padding: 15px 0 10px;
	}

	.contact-content {
		display: flex;
		justify-content: space-between;
		align-items: center;
		height: 460px;
	}

	.contact-content .left-box {
		width: 46%;
		height: 100%;
		padding: 65px 30px 0;
	}

	.contact-content .right-box {
		width: 54%;
		height: 100%;
	}

	.contact-title {
		font-size: 24px;
		font-weight: bold;
		margin-bottom: 30px;
	}

	.contact-text {
		font-size: 16px;
		margin-bottom: 10px;
	}

	.contact-img {
		width: 120px;
		height: 120px;
		margin-top: 15px;
	}

	.shopbox .detail-content {
		padding: 30px 40px;
	}

	.shopbox .selectbox {
        width: 25%;
        margin-right: 10px;
        margin-bottom: 0;
        height: 46px;
        border: solid 1px #cfcfcf;
        padding: 0 11px;
    }
	.shopbox .selectbtn {
		width: 18%;
	}

	.shopdetailtitle {
		font-size: 20px;
		font-weight: bold;
	}

	.detailbox {
		display: flex;
		flex-direction: row;
		align-items: flex-start;
		margin-top: 30px;
	}

	.detailbox .mapbox {
		order: 1;
		width: 70%;
		height: 500px;
	}

	.shoptext {
		order: 2;
		width: 30%;
		padding-left: 20px;
		font-size: 16px;
	}
	.shoptext div:nth-child(2){margin-bottom: 12px}
	#lightgallery {
	    display: flex;
	    align-items: center;
    margin: 0 auto;
    padding: 40px 0;
    width: 85%;
    }
    #lightgallery>div {
        width: 25%;
    height: 389px;
    margin-bottom: 10px;
    }
    #lightgallery>div .post-img {
        height: 389px;
    overflow: hidden;
    }
    #lightgallery img {
        max-width: 100%;
        max-height: 389px;
    }
    #lightgallery span {
        font-size: 16px;
        margin-top: 10px;
    }
        
    .shoplisttitle {
        font-size: 19px;
        display: flex;
        align-items: center;
    }
    .shoplisttitle span{
        border: solid 1px #f49f01;
        font-size: 12px;
        padding: 2px 5px;
        font-weight: normal;
        color: #f49f01;
    }
    
    .shopdetailtitle {
        font-size: 19px;
        display: flex;
        align-items: center;
    }

    .shopdetailtitle span{
        border: solid 1px #f49f01;
        font-size: 12px;
        padding: 2px 5px;
        font-weight: normal;
        color: #f49f01;
    }
    
.shopbox .detail-content {
    min-height: auto;
}
.searchbox {
    display: block;
}
}