	.show {
	background: #000;
	width: 100%;
	height: 100vh;
	display: flex;
	}

	.show_box {
	width: 72%;
	height: 100%;
	border-right: 1px solid #fff;
	position: relative;
	}

	.info {
	width: 28%;
	height: 100%;
	overflow-y: auto;
	overflow-x: hidden;
	}

	.info > .user {
	width: 100%;
	height: auto;
	padding: 30px 10px 30px 30px;
	border-bottom: 1px solid #707070;
	display: flex;
	align-items: center;
	}

	.info > .user > .userhead {
	border-radius: 50%;
	margin-right: 3%;
	width: 50px;
	height:50px; 
	}

	.info > .user > h4 {
	max-width: 32%;
	width: auto;
	color: #fff;
	font-size: 28px;
	font-family: PingFang SC;
	font-weight: 400;
	line-height: 40px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	}

	.info > .user > .dengji {
	width: 13%;
	height: 25px;
	font-size: 16px;
	color: #FFFFFF;
	background: #FFA700;
	border-radius: 5px;
	text-align: center;
	line-height: 25px;
	margin: 0 2%;
	}

	.info > .user > img.icon2 {
	width: 22px;
	height:22px;
		position: relative;
	}

	.info > .user > b {
	display: block;
	width: 14.6%;
	height: 30px;
	text-align: center;
	line-height: 26px;
	color: #fff;
	font-size: 16px;
	border: 2px solid #FFFFFF;
	opacity: 1;
	border-radius: 5px;
	cursor: pointer;
	}

	.info > .user > b.red {
	color: red;
	}

	.info > .icon_ul {
	padding: 35px 20px 0 25px;
	border-bottom: 1px solid #707070;
	display: flex;
	align-items: center;
	/* flex-wrap: wrap; */
	}

	.info > .icon_ul > li {
	cursor: pointer;
	width: auto;
	padding-right: 4%;
	margin-bottom: 35px;
	display: flex;
	align-items: center;
	position: relative;
	}

	.info > .icon_ul > li > img {
	display: block;
	width: 30px;
	height: auto;
	margin-right: 10px;
	}

	.info > .icon_ul > li:nth-child(3) > img {
	width: auto;
	height: 28px;
	}

	.info > .icon_ul > li > span {
	color: #fff;
	font-size: 18px;
	}

	.icon {
	width: 1.8em;
	height: 1.8em;
	margin-right: 10px;
	}

	.info > .icon_ul > li.dian {
	width: 36px;
	position: relative;
	min-height: 25px;
	}

	.info > .icon_ul > li.dian > ol {
	width: auto;
	height: 5px;
	display: flex;
	align-items: center;
	}

	.info > .icon_ul > li.dian > ol > li {
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #fff;
	margin: 0 2px;
	}

	.info > .icon_ul > li.dian > div {
	position: absolute;
	background: #181818;
	right: 0;
	top: 32px;
	width: 120px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	color: #FF3132;
	border-radius: 5px 5px 0 0;
	font-size: 18px;
	display: none;
	}

	.info > .icon_ul > li.dian > div:nth-child(3) {
	top: 92px;
	color: #fff;
	border-top: 1px solid #ededed;
	border-radius: 0 0 5px 5px;
	}

	.info > .icon_ul > li.dian > div:nth-child(3) > a:link,
	.info > .icon_ul > li.dian > div:nth-child(3) > a:visited {
	color: #fff;
	}

	.info > .icon_ul > li.dian > div::after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #181818;
	position: absolute;
	right: 10%;
	top: -10px;
	}

	.info > .icon_ul > li.dian > div:nth-child(3)::after {
	display: none;
	}

	.info > .icon_ul > li.dian:hover > div {
	display: block;
	}

	.info > .title_con {
	wdith: 100%;
	height: auto;
	padding: 30px 25px 15px 20px;
	border-bottom: 1px solid #707070;
	}

	.info > .title_con > h4 {
	width: 100%;
	height: auto;
	padding-bottom: 20px;
	font-weight: normal;
	color: #fff;
	font-size: 20px;
	font-weight: normal;
	}

	.info > .title_con > p {
	width: 100%;
	height: auto;
	padding-bottom: 15px;
	font-size: 14px;
	color: #fff;
	line-height: 20px;
	}

	.info > .title_con > ol {
	width: 100%;
	height: auto;
	display: flex;
	flex-wrap: wrap;
	}

	.info > .title_con > ol > li {
	width: auto;
	line-height: 20px;
	margin-right: 2px;
	}

	.info > .title_con > ol > li > a:link,
	.info > .title_con > ol > li > a:visited {
	display: block;
	width: auto;
	color: #fff;
	font-size: 14px;
	}

	.info > .title_con > ol.ol {
	margin: 10px 0;
	}

	.info > .title_con > ol.ol > li {
	border: 1px solid #eee;
	border-radius: 8px;
	color: #eee;
	padding: 0 6px;
	font-size: 14px;
	margin: 0 3px;
	}

	.info > dl {
	width: 100%;
	height: auto;
	padding: 30px 18px 45px;
	border-bottom: 1px solid #707070;
	color: #9F9F9F;
	font-size: 16px;
	}

	.info > dl > dt {
	width: 100%;
	padding-bottom: 14px;
	}

	.info > dl > dd {
	width: 100%;
	padding-bottom: 6px;
	}

	.info > dl:nth-last-child(1) {
	border-bottom: none;
	}

	.info > dl > dd.addr {
	background: url(../img/icon5.png) no-repeat 72px 20%;
	background-size: 12px auto;
	cursor: pointer;
	}

	.swiper-container {
	width: 100%;
	height: 300px;
	margin-left: auto;
	margin-right: auto;
	}

	.swiper-slide {
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	}

	.gallery-top {
	height: 67.8%;
	width: 85%;
	margin-top: 8.3%;
	margin-bottom: 3.7%;
	cursor: pointer;
	}
	.swiper-slide-video {
	height: 67.8%;
	width: 85%;
	position: relative;
	margin: 8.3% auto 3.7%;
	}
	.gallery-thumbs {
	height: 13.3%;
	box-sizing: border-box;
	}

	.gallery-thumbs .swiper-slide {
	width: 15.8%;
	height: 100%;
	opacity: 0.4;
	}

	.gallery-thumbs .swiper-slide-active {
	opacity: 1;
	border: 2px solid #fff;
	overflow: hidden;
	}

	.swiper-button-next, .swiper-button-prev {
	height: 51px;
	top: 42%;
	}

	.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
	left: 40px;
	}

	.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
	right: 40px;
	}

	.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
	background: url(../img/right.png) no-repeat;
	background-size: 24px 51px;
	}

	.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
	background: url(../img/left.png) no-repeat;
	background-size: 24px 51px;
	}

	.show_box > .quanpin, .show_box > .close {
	width: 29px;
	height: 29px;
	position: absolute;
	right: 90px;
	top: 28px;
	cursor: pointer;
	z-index: 999;
	}

	.show_box > .close {
	right: 40px;
	}

	.gallery-thumbs a:link,
	.gallery-thumbs a:visited {
	display: block;
	width: auto;
	height: 25px;
	line-height: 25px;
	position: absolute;
	left: 87px;
	top: 45%;
	color: #fff;
	font-size: 18px;
	z-index: 999;
	cursor: pointer;
	}

	.gallery-thumbs a.next {
	right: 87px;
	left: auto;
	}

	.photo_info {
	width: 100%;
	height: auto;
	min-height: 80px;
	background: rgba(0,0,0,.3);
	padding: 25px 45px 25px 30px;
	position: absolute;
	bottom: 0;
	}

	.photo_info > p {
	width: 93%;
	line-height: 40px;
	color: #fff;
	font-size: 20px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	line-height: 28px;
	text-align: right;
	float: right;
	}

	.photo_info > span {
	position: absolute;
	right: 45px;
	top: 0;
	bottom: 0;
	margin: auto;
	color: #fff;
	display: inline-block;
	height: 28px;
	font-size: 20px;
	cursor: pointer;
	}

	h4.title {
	width: 100%;
	height: 60px;
	line-height: 60px;
	color: #9F9F9F;
	font-size: 16px;
	font-weight: normal;
	position: absolute;
	left: 8%;
	top: 20px;
	}

	h4.title > a:link,
	h4.title > a:visited {
	color: #9F9F9F;
	font-size: 16px;
	}

	.jubao {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 999;
	background: rgba(0,0,0,.2);
	display: none;
	}

	.jubao > .jb_box {
	width: 454px;
	height: 393px;
	background: #101112;
	opacity: 1;
	border-radius: 8px;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	z-index: 999;
	}

	.jb_box > p, .jb_box > div {
	width: 100%;
	height: 60px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 18px;
	}

	.jb_box > div.select {
	background: #191A1B;
	}

	.jb_box > p > span, .jb_box > div > span {
	color: #BCBDBE;
	font-size: 20px;
	}

	.jb_box > p > img {
	width: 20px;
	height: auto;
	cursor: pointer;
	}

	.jb_box > div.select > div {
	width: 80%;
	height: 60px;
	color: #BCBDBE;
	font-size: 20px;
	background: #191A1B;
	position: relative;
	text-align: right;
	}

	.jb_box > div.select > div > p {
	line-height: 60px;
	padding-right: 27px;
	background: url(../img/xia2.png) no-repeat 98% center;
	background-size: 17px auto;
	cursor: pointer;
	}

	.jb_box > div.select > div > ol::-webkit-scrollbar, .info::-webkit-scrollbar {
	width: 4px;
	}

	.jb_box > div.select > div > ol::-webkit-scrollbar-thumb, .info::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	background: rgba(0, 0, 0, 0.2);
	}

	.jb_box > div.select > div > ol::-webkit-scrollbar-track, .info::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	border-radius: 0;
	background: rgba(0, 0, 0, 0.1);
	}

	.jb_box > div.select > div > ol {
	width: 100%;
	height: 150px;
	overflow-x: hidden;
	overflow-y: auto;
	position: absolute;
	left: 0;
	top: 60px;
	border-radius: 0 0 5px 5px;
	background: #191A1B;
	display: none;
	}

	.jb_box > div.select > div > ol > li {
	line-height: 30px;
	color: #BCBDBE;
	background: #191A1B;
	border-bottom: 1px solid #eee;
	font-size: 16px;
	text-align: center;
	cursor: pointer;
	}

	.jb_box > div.select > div > ol > li:hover {
		color: #316AEA;
	}

	.jb_box > textarea {
	display: block;
	resize: none;
	width: 100%;
	height: 180px;
	background: #191A1B;
	margin: 5px auto;
	padding: 12px 18px;
	font-size: 20px;
	color: #BCBDBE;
	}

	.jb_box > .btn {
	width: 100%;
	height: 42px;
	display: flex;
	justify-content: space-between;
	margin: 18px auto;
	padding: 0 98px;
	}

	.jb_box > .btn > span {
	display: block;
	width: 112px;
	height: 42px;
	background: #FF3132;
	opacity: 1;
	border-radius: 5px;
	color: #fff;
	font-size: 20px;
	text-align: center;
	line-height: 42px;
	cursor: pointer;
	}

	.jb_box > .btn > span.cancel {
	background: #FAFAFA;
	color: #9F9F9F;
	}

	.swiper-slide-video .icon {
	width: 5em;
	height: 5em;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	z-index: 999;
	cursor: pointer;
	}

	.swiper-slide-video > video {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 99;
	}

	.swiper-slide-video > div {
	width: 5em;
	height: 5em;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	background: rgba(0,0,0,0);
	z-index: 999;
	}

	.gallery-thumbs .swiper-slide .icon {
	width: 3em;
	height: 3em;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	cursor: pointer;
	}

	.gallery-thumbs .swiper-slide-active > .icon {
	display: none;
	}


	.icon_ul > li.fx > ol {
	width: 62px;
	position: absolute;
	left: -24%;
	top: 30px;
	display: none;
	}

	.icon_ul > li.fx > ol > li {
	width: 62px;
	height: 62px;
	background: #FFFFFF;
	border: 1px solid #EFF1F4;
	border-radius: 50%;
	opacity: 1;
	cursor: pointer;
	position: relative;
	margin: 6px 0;
	}

	.icon_ul .fx_icon {
	width: 2em;
	height: 2em;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	}

	.icon_ul > li.fx:hover > ol {
	display: block;
	}

	.icon_ul > li.fx > ol > li > a:link, .icon_ul > li.fx > ol > li > a:visited {
	display: block;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 9;
	}





	.protect{
		width: 80px;
	    height: 24px;
	    opacity: 1;
	    display: flex;
	    align-items: center;
	    justify-content: space-between;
	    box-sizing: border-box;
	    background: rgb(255, 255, 255);
	    border-radius: 100px;
	    padding: 0px 8px 0px 6px;
	    z-index: 99;
	    font-style:normal
	}

	.protect{position:absolute;z-index:99999999;color:#fff;font-size:12px;line-height:12px;background:rgba(0,0,0,.8);
	-webkit-border-radius:3px;border-radius:3px;padding:8px 10px;text-shadow:0,1px,0,rgba(0,0,0,.2)}
	.prev,.next{
		opacity: 0;
	}

	.dome_back_100 {
	display:none;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	z-index: 99999;
}
.addr_map {
	width: 900px;
	height: 700px;
	background: #fff;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
}
.addr_map .close_map {
	width:30px;
	height:30px;
	position:absolute;
	right:-50px;top:-50px;
	cursor: pointer;
}
	.addr_map .bmap-container
{
	width: 100%;
	height: 100%;
}