body{
	background: url(../img/zbj.png);
	background-repeat: no-repeat;
	background-size:cover ;
	position: relative;
}
.out {
  width: 1000px;
  height: 400px;
  position: relative;
  margin: 0 auto;
  top: 60px;
  float: left;
    /*border: 1px solid;*/
}
.out .inner {
  width: 100%;
  height: 100%;
}
.out .inner .img {
  width: 600px;
  height: 300px;
  position: absolute;
  transition: 1s;
}
.out .inner .img img {
  width: 100%;
  height: 100%;
  border-radius:10% ;
}
.out .arrow {
  font-size: 32px;
}
.out .arrow i {
  position: absolute;
  color: black;
  z-index: 9999;
  cursor: pointer;
  top: 84px;
}
.out .arrow .left {
  left: 0;
}
.out .arrow .right {
  right: 0;
}

.out #first {
  transform: translateX(200px) scale(1.3);
  z-index: 99;
  opacity: 1;
}
.out #second {
  transform: translateX(400px);
  z-index: 9;
  opacity: 1;
}
.out #last {
  transform: translateX(0);
  z-index: 9;
  opacity: 1;
}
#clock{
	float: right;
	position: absolute;
	top: 180px;
	right: 10px;
}
.all{
	width: 1000px;
	/*border: 1px solid;*/
	height: 1540px;
	margin: 20px auto;
	padding: 10px;
	border: 7px pink double;
	background: rgba(220,220,220,0.5);
	/*float: left;*/
	position: relative;
}
.logo{
  height: 200px;
	width: 250px;
/*border: 1px solid;*/
	float: left;
	padding: 10px;
}
.title{
	height: 200px;
	width: 700px;
	/*border: 1px solid;*/
	float: right;
	padding: 5px;
	text-align:center;
}
.title img{
	margin-top: 50px;
}
.timu{
	text-align: center;
	line-height:160px ;		
}
.choice{
	display: flex;
	height: 50px;
	width: 1000px ;
	border: 1px solid;
	background: rgba(128, 128, 128,0.5);
	float: left;
	justify-content: space-around;
}
b{
	font-size: 30px;
}
a{
	text-decoration: none;
	color: black;
}
a:hover{
	color: blue;
	text-decoration: underline;
}	
.imgs{
	display: flex;
	height: 240px;
	width: 1000px ;
	/*border: 2px solid ;*/
	float: left;
	justify-content: space-around;
	margin-top: 20px;
}
.pick{
	float: left;
	margin-top: 10px;
}
.di{
	height: 50px;
	width: 1000px;
	float: left;
	margin-left: -10px;
	margin-top: 10px;
	position: absolute;
	bottom: 65px;
}
.talk{
	width: 980px;
	height: 400px;
	/*border: 1px solid;*/
	float: left;
	margin-top: 10px;
	margin-left: 20px;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
}
.talk img{
	border-radius: 10%;
}
.p1,.p2,.p3{
	height: 120px;
	width: 900px;
	float: left;
	margin: 5px;
	border: 1px solid;
	border-radius: 10%;
	background: white;
}
.p1:hover,.p2:hover,.p3:hover{
	transform: scale(1.1);
	transition-duration: 0.4s;
}
.p1{
	background-color: #ceb08b;
	position: relative;
	z-index: 11;
}
.p2{
	background-color: #8beeec;
	position: relative;
	z-index: 11;
}
.p3{
	background-color: #a7bc8f;
	position: relative;
	z-index: 11;
}
.zan1,.zan2,.zan3{
	height: 40px;
	width: 40px;
	/*border: 1px solid;*/
	position: absolute;
	right: 40px;
	bottom: 10px;
	z-index: 99;
	opacity: 1;/*不透明度*/
	background: url(../img/beforeZ .png);
	float: left;
	cursor: pointer;
}
.zan1:hover,.zan2:hover,.zan3:hover{
	transform: scale(1.5);
}
img{
	float: left;
}
.p1p,.p2p,.p3p{
	height: 100px;
	width: 700px;
	float: left;
	/*border: 2px solid;*/
	margin-left: 20px;
	margin-top: 10px;
}
.imgs img{
	border-radius: 20%;
}
.imgs img:hover{
	transform: rotate(360deg);
	transition-duration: 1s;
}
.adR{
	height: 800px;
	width: 250px;
	display: flex;
	flex-direction: column;
	margin: 0;
	position: absolute;
	right: 0;
	top: 100px;
	/*float: right;*/
}
.adR img{
	float: right;
}
.adR1,.adR2,.adR3{
	position: relative;
	margin-top: 20px;
}
.adR p{
	height: 20px;
	width: 50px;
	border: 1px black solid;
	cursor: pointer;
	font-size: 15px;
	background: lightgrey;
	right: 0;
	float: right;
	position: absolute;
	top: -15px;
}
.userXX{
	height:500px;
	width: 300px;
	border:  3px hotpink dotted;
	background-color: rgba(212, 188, 184,0.9);
	position: fixed;
	top: 30px;
	left: -280px;
	border-bottom-right-radius: 10%;
	border-top-right-radius: 10%;
}
.userXX:hover{
	transform:translateX(280px) ;
	transition-duration: 1s;
}
#tp1a:hover,#tp2a:hover,#tp3a:hover{
	transform: scale(1.1);
}
.u1 img{
	margin: 15px;
	float: left;
	margin-top: 20px;
}
.u1{
	height: 150px;
	width: 300px;
	float: left;
}
.userXX hr{
	width: 260px;
	margin: 0 auto;
	border:2px black dashed;
}
.u1t{
	height: 100px;
	width: 150px;
	/*border: 1px solid;*/
	float: right;
	margin: 10px;
	margin-top: 20px;
	color: #272822;
}
.tp{
	width: 300px;
	height: 340px;
	margin-top: 5px;
	/*border: 1px solid;*/
	float: left;
}
.tp1,.tp2,.tp3{
	width: 300px;
	height: 100px;
	margin: 5px;
	/*border: 1px solid;*/
}
.tp button{
	width: 95px;
	height: 100px;
	float: right;
	background: none;
	border: none;
	cursor: pointer;
}

