body,html{
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	font-family:"Microsoft YaHei","PingHei","Lucida Grande", "Lucida Sans Unicode","Helvetica","Arial","Verdana","sans-serif"; 
}
body,
h1,
h2,
h3,
h4,
p,
dl,
dd,
ul,
ol,
form,
input,
textarea,
th,
td,
select {
	margin: 0;
	padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 12px;
	font-weight: normal;
	margin: 0;
}

li {
	list-style: none;
}

a {
	text-decoration: none;
	color: inherit;
}

img {
	border: none;
	vertical-align: middle;
}

table {
	/* border-collapse: collapse; */
	border: none;
}

input,
textarea {
	outline: none;
}

textarea {
	resize: none;
	overflow: auto;
}
.show {
	display: block !important;
}
.flex{
	/* display: flex !important;
	flex-wrap: wrap;
	justify-content: space-between; */
}
.clearf::after{
	content: '';
	display: block;
	clear: both;
}
html{
	transition: all .5s;
	opacity: 0;
	/* overflow: hidden; */
}
body{
	background: url(../img/bg2.png) no-repeat center;
	background-size: cover;
	width: 100%;
	height: 100%;
	background-attachment:fixed;
	position: relative;
}
.bottom img{
	/* background: url(../img/bottom_bg.png) no-repeat; */
	width: 100%;
	position: absolute;
	bottom: 0;
}
.guandian_watermark{
	position: absolute;
	top: 30px;
	left: 30px;
}
.wrap{
	position: relative;
	max-width: 1600px;
	min-width: 1440px;
	margin: auto;
	width: 100%;
	height: 100%;
}
.text1{
	position: absolute;
	top: 204px;
	left: 0;
}
.toon{
	position: absolute;
	right: 10px;
	bottom: 30px;
}
.toon img,.text1 img{
	max-height: 890px;
	height: 100%;
}
.enter{
	color: #783c2f;
	border-radius: 18px;
	padding: 4px 30px;
	font-size: 18px;
	background: #fcaf5c;
	position: absolute;
	cursor: pointer;
	top: 570px;
	left: 10px;
	border: 1px solid #783C2F;
}
.tags{
	position: absolute;
	top: 30px;
	left: 80px;
}
.tag_head{
	z-index: 11;
	position: absolute;
}
.tag_box{}
.tag_box span{
	position: absolute;
	background: url(../img/tag_bg.png) no-repeat;
	width: 51px;
	height: 240px;
	writing-mode: vertical-lr;
	writing-mode: tb-lr;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	font-size: 15px;
	cursor: pointer;
	border:none;
	outline: none;
}
.tag_box span i{
	height: 38%;
	text-align: center;
	width: 100%;
	line-height: 50px;
	font-style: normal;
	letter-spacing: 2px;
	border:none;
	outline: none;
	white-space: nowrap;
}
.tag_selected{
	background-image: url(../img/tag_selected.png) !important;
	background-size: cover !important;
	color: #ffffff !important;
}
.tag_box span:nth-of-type(1),.tag_box span:nth-of-type(3),.tag_box span:nth-of-type(5),.tag_box span:nth-of-type(7){
	transform: rotateZ(18deg);
	left: 84px;
}
.tag_box span:nth-of-type(2),.tag_box span:nth-of-type(4),.tag_box span:nth-of-type(6),.tag_box span:nth-of-type(8){
	transform: rotateZ(-18deg);
	left: 130px;
}
.tag_box span:nth-of-type(1){
	top: 120px;
	z-index: 10;
}
.tag_box span:nth-of-type(2){
	top: 156px;
	z-index: 9;
}
.tag_box span:nth-of-type(3){
	top: 240px;
	z-index: 8;
}
.tag_box span:nth-of-type(4){
	top: 300px;
	z-index: 7;
}
.tag_box span:nth-of-type(5){
	top: 370px;
	z-index: 6;
}
.tag_box span:nth-of-type(6){
	top: 440px;
	z-index: 5;
}
.tag_box span:nth-of-type(7){
	top: 510px;
	z-index: 4;
}
.tag_box span:nth-of-type(8){
	top: 580px;
	z-index: 3;
	height: 290px;
	left: 130px;
	font-size: 12px;
	letter-spacing: 0;
	background-size: cover;
	background-position-x: right;
}
.guest_box{
	position: absolute;
	top: 170px;
	right: 0;
	width: 1000px;
}
.guest{
	background: url(../img/guest_bg.png) no-repeat;
	width: 167px;
	height: 164px;
	position: relative;
	display: inline-block;
}
.guest::after{
	content: '';
	position: absolute;
	background: url(../img/guest_bg_after.png);
	width: 65px;
	height: 52px;
	right: 18px;
	bottom: 5px;
}
.img_box{
	width: 100%;
	height: 100%;
}
.guest_con{
	width: 183px;
	display: inline-block;
	text-align: center;
	cursor: pointer;
	vertical-align: top;
	margin-bottom: 20px;
}
.guest_pic_box{
	height: 99%;
	width: 78%;
	overflow: hidden;
	position: relative;
	margin: auto;
	border-radius: 50%;
}
.tag_page .guest_con:nth-of-type(5){
	margin-left: 100px;
}
.tag_page .guest_con:not(:last-child){
	margin-right: 24px;
}
.guest_con img{
	position: absolute;
	left: 4px;
	right: 0;
	top: 6px;
	bottom: 0;
	margin: auto;
	z-index: 0;
	width: 100%;
	border-radius: 50%;
}
.top_line,.bottom_line{
	display: flex;
}
.bottom_line{
	margin-left: 100px;
	margin-top: 20px;
}
.job,.name{
	display: block;
	text-align: center;
	font-weight: 600;
	width: 100%;
	bottom: -20px;
}
.job{
	font-size: 12px;
	color: #553e2f;
}
.name{
	font-size: 17px;
	color: #553e2f;
}
.prev1,.next1,.prev2,.next2{
	width: 57px;
	height: 66px;
	outline: none;
}
.prev1,.prev2{
	background: url(../img/prev_btn.png) no-repeat;
	left: -40px;
}
.next1,.next2{
	background: url(../img/next_btn.png) no-repeat;
	right: 20px;
}
.prev2{
	left: 20px;
}
.next2{
	right: 20px;
}
.search{
	padding: 3px 22px 3px 34px;
	border: 2px solid #7c4132;
	color: #7c4132;
	font-size: 18px;
	position: absolute;
	background: transparent;
	border-radius: 18px;
	right: 100px;
	top: 100px;
	min-width: 240px;
	display: none;
}
.search_btn{
	position: absolute;
	left: 15px;
	top: 2px;
	cursor: pointer;
	z-index: 99;
	width: 7%;
	height: 100%;
}
.search input{
	background: transparent;
	border: none;
	font-size: 16px;
	color: #7c4132;
	box-sizing: border-box;
	padding-left: 6px;
	width: 100%;
}
 input::-webkit-input-placeholder{
 	color: rgba(124,65,50,.7);
	letter-spacing: 3px;
	font-style:italic;
	transform: skewX(10deg);
 }
.list_box{
	width: 1190px;
	padding: 30px 180px;
	margin: auto;
	box-sizing: border-box;
	background: rgba(221,88,15,.06);
	position: absolute;
	top: 180px;
	left: 0;
	right: 0;
	text-align: center;
	min-height: 200px;
}
.list_box .swiper-slide{
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	
}
.list_box .guest_con{
	flex: 0 0 22%;
}
.back{
	position: absolute;
	top: 12px;
	right: 12px;
	cursor: pointer;
	z-index: 99;
}
.colorbg::before{
	content: '';
	position: absolute;
	background: url(../img/left_top_icon.png) no-repeat;
	width: 220px;
	height: 152px;
	top: -110px;
	left: 0;
}
.personal_box{
	width: 1190px;
	padding: 60px 40px;
	margin: auto;
	box-sizing: border-box;
	background: rgba(221,88,15,.06);
	position: absolute;
	top: 180px;
	left: 0;
	right: 0;
	display: flex;
	text-align: center;
}
.p_img_box{
	height: 400px;
	margin: auto;
	overflow: auto;
}
.p_img_box img{
	width: 100%;
}
.personal_box .guest_con{
	position: absolute;
	right: -40px;
	bottom: -100px;
}
.mes .guest_con img{
}
body{ -webkit-tap-highlight-color:rgba(0,0,0,0);}
/* a:focus,
input:focus,
p:focus,
div:focus{
-webkit-tap-highlight-color:rgba(0,0,0,0);
-webkit-user-modify:read-write-plaintext-only;
} */
	/* * { touch-action: pan-y; }   */
@media screen and (max-width:1580px) {
	.text1 img{
		width: 84%;
	}
	.toon img{
		max-height: 630px;
	}
	.enter{
		left: 38px;
		top: 540px;
	}
	.text1{
		left: 24px;
	}
	.bottom img {
	    bottom: -50px;
	}
}
@media all and (orientation:portrait){ 
	body{
		height: inherit;
		overflow: hidden;
		transform-origin: 0 0;
		transform: rotateZ(90deg) translateY(-100%);
		/* position: absolute; */
		overflow: hidden;
	}
	html{
		overflow: hidden;
	}
	.wrap{
		width: 100%;
		max-width: inherit;
		min-width: inherit;
	}
	.bottom{
		display: none;
	}
	/* .bottom img{
		width: 140%;
		bottom: -36px;
	} */
	.toon{
		right: 0;
		height: 100%;
		bottom: 0;
	}
	.guandian_watermark{
		top: 20px;
		left: 20px;
		height: 30px;
	}
	.guandian_watermark img{
		height: 100%;
	}
	.enter{
		top: 210px;
		font-size: 14px;
	}
	.text1{
		top: 64px;
		left: 20px;
		width: 50%;
		height: 30%;
	}
	.search{
		top: 12px;
		font-size: 12px;
		border: 1px solid #7c4132;
	}
	.search input {
	    font-size: 14px;
	}	
	.guest_box {
	    position: absolute;
		top: 66px;
		right: 0;
		width: 86%;
		/* padding: 0px 20px 0 80px; */
		text-align: center;
		box-sizing: border-box;
	}
	.tag_page .guest_con{
		margin: 0 28px 10px 0;
	}
	.guest {
	    background: url(../img/guest_bg.png) no-repeat;
		width: 78px;
		height: 74px;
	    position: relative;
	    display: inline-block;
		background-size: cover;
	}
	.guest_con img {
	    position: absolute;
	    left: 0;
	    top: 0;
	    bottom: 0;
	    margin: auto;
	    z-index: 0;
	    width: 100%;
	}
	.guest::after{
		bottom: -16px;
		right: -12px;
		transform: scale(0.4);
	}
	.guest_con {
	    width: 86px;
		flex: 0 0 24%;
		box-sizing: border-box;
		margin: 0;
		bottom: -20px !important;
		right: -20px !important;
	}	
	.job{
		font-size: 9px;
		font-weight: normal;
	}
	.name{
		font-size: 13px;
		font-weight: bold;
	}
	.tags {
	    top: 0;
		left: 18px;
		transform: scale(0.92);
	}
	.tag_head {
	    width: 90px;
	}
	.tag_box {
	    transform: scale(0.6);
	    position: absolute;
	    top: -60px;
	    left: -30px;
	}
	/* .sw1 .swiper-slide,.sw2 .swiper-slide{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-around;
	} */
	.prev1,.prev2{
		left: 0;
		top: 40%;
	}
	.next1, .next2{
		right: 0;
		top: 40%;
	}
	.colorbg::before{
		display: none;
	}
	.list_box,.personal_box{
	    width: 90%;
	    padding:20px;
	    top: 60px;
	}
	/* .swiper-slide{
		display: flex;
		flex-wrap: wrap;
	} */
	.sw2 .swiper-slide{
		min-width: 200px;
	}
	.list_box{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;	
		box-sizing: border-box;
	}
	.list_box .guest_con{
		flex: 0 0 25%;
		margin: 0 !important;
	}
	.p_img_box {
		width: 85%;
		height: 240px;
	    overflow-x: auto;
	}
}

.p_img_box::-webkit-scrollbar-track-piece {
background-color: rgba(0, 0, 0, 0);
border-left: 1px solid rgba(0, 0, 0, 0);
}
.p_img_box::-webkit-scrollbar {
width: 2px;
height: 4px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
.p_img_box::-webkit-scrollbar-thumb {
background-color: rgba(0, 0, 0, 0.5);
background-clip: padding-box;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
min-height: 28px;
}
.p_img_box::-webkit-scrollbar-thumb:hover {
background-color: rgba(0, 0, 0, 0.5);
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
