@charset "utf-8";
body {
  font-size: 1.6rem;
  font-family: "Source Sans Pro", sans-serif;
  background-color: #f4f5f7;
	
	overflow-x: hidden; /*overflow-y: hidden;*/
}
a {
  color:#565656;
  text-decoration: none;
	transition:color 0.5s;
	-moz-transition:color 0.5s;
	-webkit-transition:color 0.5s;
	-o-transition:color 0.5s;
}
a:hover{
	color: #07CDFA;
}



.sousuokuang {
		position: absolute; 
		left:30.5%;
		top: 20%;
		width:35%;
    }
.searchIpt{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	border-width: 0px;
	background-color: #fcfcfd;
	box-shadow: 0 0 8px rgba(78,70,70,0.16);
	-webkit-box-shadow:0 0 8px rgba(78,70,70,0.16);
	-moz-box-shadow:0px 0px 8px rgba(78,70,70,0.16);
	height: 50px;
	border-radius:25px;
	padding-left: 60px;
	
	font-size: 18px;
	outline:0;
	-webkit-outline:0;
	transition:box-shadow ease-in-out .15s,background-color ease-in-out .15s;
	-moz-transition:box-shadow ease-in-out .15s,background-color ease-in-out .15s; 
	-webkit-transition:box-shadow ease-in-out .15s,background-color ease-in-out .15s; 
	-o-transition:box-shadow ease-in-out .15s,background-color ease-in-out .15s; 
	}
input::-ms-clear{display:none;}
.searchIpt:focus{
	background-color: #fff;
	box-shadow: 0 1px 8px rgba(78,70,70,0.66);
	-webkit-box-shadow:0 0px 8px rgba(78,70,70,0.66);
	-moz-box-shadow:0px 0px 8px rgba(78,70,70,0.66);
	outline:0;
	
	
}

/*翻转的Logo */
		.flip-container-OK {
			-webkit-perspective: 1000;
			-moz-perspective: 1000;
			-ms-perspective: 1000;
			perspective: 1000;

			-ms-transform: perspective(1000px);
			-moz-transform: perspective(1000px);
    			-moz-transform-style: preserve-3d; 
    			-ms-transform-style: preserve-3d; 

			
			position: absolute; 
			top: 11%;
			left:48%;
			margin-left:-37.5px;
		}


			/* START: Accommodating for IE */
			
		.flip-container-OK.backimgOK .back-OK {
			    -webkit-transform: rotateX(0deg);
			    -moz-transform: rotateX(0deg);
			    -o-transform: rotateX(0deg);
			    -ms-transform: rotateX(0deg);
			    transform: rotateX(0deg);
			}
			
		.flip-container-OK.backimgOK .front-OK {
			    -webkit-transform: rotateX(180deg);
			    -moz-transform: rotateX(180deg);
			    -o-transform: rotateX(180deg);
			    transform: rotateX(180deg);
			}			

		
		/* END: Accommodating for IE */

		.flip-container-OK, .front-OK, .back-OK {
			
			width:135px; height:52px;
		}

		.flipper-OK {
			-webkit-transition: 0.6s;
			-webkit-transform-style: preserve-3d;
			-ms-transition: 0.6s;

			-moz-transition: 0.6s;
			-moz-transform: perspective(1000px);
			-moz-transform-style: preserve-3d;
			-ms-transform-style: preserve-3d;

			transition: 0.6s;
			transform-style: preserve-3d;

			position: relative;
			cursor:pointer;
		}
		.flip-container-OK .flipper-OK {
				-webkit-transform-origin: 100% 213.5px;
				-moz-transform-origin: 100% 213.5px;
				-ms-transform-origin: 100% 213.5px;
				transform-origin: 100% 213.5px;
			}
		.front-OK, .back-OK {
			-webkit-backface-visibility: hidden;
			-moz-backface-visibility: hidden;
			-ms-backface-visibility: hidden;
			backface-visibility: hidden;

		    -webkit-transition: 0.6s;
		    -webkit-transform-style: preserve-3d;
		    -webkit-transform: rotateY(0deg);

		    -moz-transition: 0.6s;
		    -moz-transform-style: preserve-3d;
		    -moz-transform: rotateY(0deg);

		    -o-transition: 0.6s;
		    -o-transform-style: preserve-3d;
		    -o-transform: rotateY(0deg);

		    -ms-transition: 0.6s;
		    -ms-transform-style: preserve-3d;
		    -ms-transform: rotateY(0deg);

		    transition: 0.6s;
		    transform-style: preserve-3d;
		    transform: rotateY(0deg);

			position: absolute;
			top: 0;
			left: 0;
		}

		.front-OK {
			-webkit-transform: rotateX(0deg);
			-ms-transform: rotateX(0deg);
			-moz-transform: rotateX(0deg);
		    -o-transform: rotateX(0deg);
		    
		    transform: rotateX(0deg);
			
			z-index: 2;
		}

		.back-OK {
			
			-webkit-transform: rotateX(-180deg);
		    -moz-transform: rotateX(-180deg);
		    -o-transform: rotateX(-180deg);
		    -ms-transform: rotateX(-180deg);
		    transform: rotateX(-180deg);
		}
		
		.bbb-OK{
	position: absolute; 
	width:135px; 
	height:52px;
}

		.front-logo-OK {
			
			 
			background:url(../img/hello123.png) no-repeat;
			background-size: 135px 52px;
			-webkit-background-size: 135px 52px;
			-moz-background-size: 135px 52px;
			-ms-background-size:135px 52px;
			-o-background-size: 135px 52px;
		}

		

		.back-OK p {
			font-size: 18px;
			
			
		}
/*翻转的Logo结束 */

		/*输入框左侧的 google/百度 图片切换*/
		/* simple */
		.flip-container {
			-webkit-perspective: 1000;
			-moz-perspective: 1000;
			-ms-perspective: 1000;
			perspective: 1000;

			-ms-transform: perspective(1000px);
			-moz-transform: perspective(1000px);
    			-moz-transform-style: preserve-3d; 
    			-ms-transform-style: preserve-3d; 
			position: absolute;
			top: 0px;
			left: 0px;
			
			
		}

			

		/* START: Accommodating for IE */
		.flip-container.backimg .back {
			-webkit-transform: rotateY(0deg);
			-moz-transform: rotateY(0deg);
			-o-transform: rotateY(0deg);
			-ms-transform: rotateY(0deg);
			transform: rotateY(0deg);
		}

		.flip-container.backimg .front {
			-webkit-transform: rotateY(180deg);
			-moz-transform: rotateY(180deg);
			-o-transform: rotateY(180deg);
			transform: rotateY(180deg);
			-ms-transform: rotateY(180deg);
		}
		
		/* END: Accommodating for IE */

		.flip-container, .front, .back {
			width: 50px;
			height: 50px;
		}

		.flipper {
			-webkit-transition: 0.6s;
			-webkit-transform-style: preserve-3d;
			-ms-transition: 0.6s;

			-moz-transition: 0.6s;
			-moz-transform: perspective(1000px);
			-moz-transform-style: preserve-3d;
			-ms-transform-style: preserve-3d;

			transition: 0.6s;
			transform-style: preserve-3d;

			position: relative;
			
			cursor:pointer;
		}

		.front, .back {
			-webkit-backface-visibility: hidden;
			-moz-backface-visibility: hidden;
			-ms-backface-visibility: hidden;
			backface-visibility: hidden;

		    -webkit-transition: 0.6s;
		    -webkit-transform-style: preserve-3d;
		    -webkit-transform: rotateY(0deg);

		    -moz-transition: 0.6s;
		    -moz-transform-style: preserve-3d;
		    -moz-transform: rotateY(0deg);

		    -o-transition: 0.6s;
		    -o-transform-style: preserve-3d;
		    -o-transform: rotateY(0deg);

		    -ms-transition: 0.6s;
		    -ms-transform-style: preserve-3d;
		    -ms-transform: rotateY(0deg);

		    transition: 0.6s;
		    transform-style: preserve-3d;
		    transform: rotateY(0deg);
			
			position: absolute;
			top: 1px;
			left: 1px;
			border-radius:25px;
	
		}
.bbb{
	position: absolute; width: 50px;height: 50px;
	border-radius:25px;
	box-shadow: 0 0 15px rgba(78,70,70,0.2);
	-webkit-box-shadow:0 0 15px rgba(78,70,70,0.2);
	
	
}
		.front {
			-webkit-transform: rotateY(0deg);
			-ms-transform: rotateY(0deg);
			-moz-transform: rotateY(0deg);
		    -o-transform: rotateY(0deg);
		    
		    transform: rotateY(0deg);
			/* 这个暂时没用到z-index 
			z-index: 2;*/
		}

		.back {
			
			-webkit-transform: rotateY(-180deg);
		    -moz-transform: rotateY(-180deg);
		    -o-transform: rotateY(-180deg);
		    -ms-transform: rotateY(-180deg);
		    transform: rotateY(-180deg);
		}
		.search_box{
			z-index:1;
		}
		/*输入框左侧的 google/百度 图片切换 结束*/

/*
.bbb{
	position: absolute; width: 60px;height: 60px;top: 1px; left: 1px;
	
	border-radius:30px;
	box-shadow: 0 0 15px rgba(78,70,70,0.2);
	-webkit-box-shadow:0 0 15px rgba(78,70,70,0.2);
	
}*/
/*
.searchIpt:focus ~ .bbb{
	width: 60px;
	height: 60px;
	top: 1px;
	left: 1px;
}
*/



.searchIpt:focus ~ .list{
	top: 55%;
}
.abab #auto{
	text-align: left;
	margin: 0 auto;
	color:rgba(25,25,25,0.89);
/*	position: absolute;*/
	left: 27%;
	width: 40%;
}
.xiaobai  {
	width: 400px;
	background: rgba(250,250,250,0.3);
	position:absolute;
	color:rgba(21,9,9,1.00);
	text-align: left;
	font-size: 18px;
	 top: 20%;
	left: 400px;
	word-break:break-all;
}
#talkbubble 
{ 
	width: 20%;
	min-height: 100px;
	height: auto;
	background: #4EE8FB; 
	position: absolute; 
	left: -999px;
	top:40%;
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px;
	border-radius: 10px; 
	box-shadow: 0 0 10px rgba(78,70,70,0.16);
	-webkit-box-shadow:0 0 10px rgba(78,70,70,0.16);
	margin-top: 20px;
	word-break:break-all;
} 

#autotxt
{
	position: relative;
	display: inline;
	top: 10px;
	left: 5px;
	right: 5px;
	bottom: 10px;
	color:rgba(21,9,9,0.8);
	max-width: 90%;
	word-break:break-all;
}
#talkbubble:before
{ 
	content:""; 
	position: absolute; 
	right: 100%; 
	top: 16px; 
	width: 0; 
	height: 0; 
	border-top: 13px solid transparent; 
	border-right: 26px solid #4EE8FB; 
	border-bottom: 13px solid transparent; 
} 



#beian {
	height: 40px;
    line-height: 40px;  
	padding-top: 100px;
    width: 100%;
    text-align: center;
    color: #2C2C2C;
    font-size: 14px;
    letter-spacing: 1px;
	
}
.dn{display: none;}

/* 返回顶部 */
.go-top{position: fixed;bottom: 40px;right: 20px;width: 46px;z-index: 999;}
.go-top a{display: block;width: 46px;height: 46px;margin-bottom: 10px;background-image: url(../img/go-top1.png?);}
.go-top a:last-child{margin-bottom: 0;}
.go-top .go{background-position: 0 -150px;}
.go-top .go:hover{background-position: 0 -250px;}
.go-top .feedback{background-position: 0 -100px;}
.go-top .feedback:hover{background-position: 0 -300px;}
.go-top .uc-2vm{background-position: 0 0;}
.go-top .uc-2vm:hover{background-position: 0 -350px;}
.go-top .uc-2vm-pop{
	position: absolute;right: 60px;top: -100px;
	width: 240px;box-shadow: 0px 1px 4px rgba(0,0,0,.1);
	background: #fff;
}
.go-top .uc-2vm-pop .title-2wm{font-size: 14px; margin: 10px 20px;}
.go-top .uc-2vm-pop .logo-2wm-box{position: relative;}
/*选项卡*/
#empty{
	padding-top: 17%;/*关系到中间tab-wrapper的高度 */
	width: 100%;
}
#kong{
	height: 50px;
	width: 100%;
}


.tab-wrapper {
  margin: 20px auto;
  min-width:310px;
	width: 50%;  
    height: auto; 
	box-shadow: 0 0 30px rgba(78,70,70,0.16);
	-webkit-box-shadow:0 0 30px rgba(78,70,70,0.16);
	border-radius:20px;
	padding-left: 20px; 
	font-size: 16px;
    overflow: hidden;  
	padding-bottom: 10px;/*此处bottom不能变，否则会导致tab-wrapper在切换tab时晃动 */
	background-color: #ffffff;
}

.tab-menu li {
  position:relative;
  background-color: #fff;
  color:#454444;
  display: inline-block;
  padding: 0px 2%;
  opacity: 0.8;
  cursor:pointer;
  z-index:0;
}

.tab-menu li:hover {
  color:#1CC3EA;
}

.tab-menu li.active {
/*   background-image: linear-gradient(-20deg, #1CC3EA 0%, #91F5D6  100%, #91F5D6  100%); */
	color: #232222;
	
  opacity: 1;
}

.tab-menu li.active:hover {

	color: #232222;
}

.tab-content>div {
  background-color: #fff;
  box-sizing:border-box;
  width: 100%;
  padding: 20px 50px 20px 50px;  /*此处进行了修改*/ 
  min-height:180px;
}

.line {
  position:absolute;
	border-radius:20px;
  height: 8px;
  background-image: linear-gradient(-20deg, #1CC3EA 0%, #91F5D6  100%, #91F5D6  100%); 
  top: 28px;
  left: 0;
}
/*选项卡*/


.lyimg{
	width: 90px;
	height: 120px;
	text-align:center;
	float: left;
	/*padding-bottom: 20px;*/
	padding:0px 7px 20px 7px; /*此处bottom不能变，否则会导致tab-wrapper在切换tab时晃动 */
}

#ip{
	  margin: 60px auto;
  min-width:500px;
	width: 60%;  
    height: auto;
	box-shadow: 0 0 30px rgba(78,70,70,0.16);
	-webkit-box-shadow:0 0 30px rgba(78,70,70,0.16);
	border-radius:20px;
	padding-left: 20px; 
	font-size: 16px;
    overflow: hidden; 
	background-color: #ffffff;
}
#ip2{ 
	margin: 60px 20%;
  min-width:500px;
	width: 60%;  
	border-radius:20px;
	font-size: 16px;
    overflow: hidden; 
	
}
.ip1{
	padding: 25px 0 25px 30px;
	width: 100%;
	height: 70px;
	
}
.pic{
	height: 80px;
	cursor: pointer;
}





/*输入框下面的快捷键按钮*/
	  .popular{
		  
           padding: 10px 0px 0px 0px; 
           position: absolute;
			top: 53px;
			left:50%;
		   margin-left: -120px;
			text-align:center;
           box-sizing:border-box;
		   width: 300px;
		   
   
  	  }

	  .top{
		  
  	  	width:50px;
  	  	height:50px;
		
		float: left;
		

  	  }

  	  .top img {
  	  	cursor: pointer;
  	  }
	  
	  .pop{
  	  	display:inline-block;
  	  	background-color: #fff;
  	  	width:45px;
  	  	height:45px;
  	  	border-radius: 22.5px;
  	  	box-shadow: 0 0 25px rgba(78,70,70,0.16);
	-webkit-box-shadow:0 0 25px rgba(78,70,70,0.16);
		
  	  	border: 6px white;
  	  }
/*输入框下面的快捷键按钮 结束*/

/* 底部选项卡样式*/
	.bottoms{
		 
		
         
	     width: 600px; 
	margin-top: 30px;
	margin-bottom:150px;
    margin-right: auto;
    margin-left: auto;
   
		
		}
	.btnList{
		width:100px;
		margin: 17px 10px 20px;
		
		border-radius:5px;
		overflow: hidden;
		box-shadow: 0px 0px 3px rgba(0,0,0,0.7);
		
		-webkit-box-shadow:0px 0px 3px rgba(0,0,0,0.7);
		-moz-box-shadow:0px 0px 3px rgba(0,0,0,0.7);
		float: left;
		transition: width 0s;

	}
	.btnList a{
		
		display: inline-block;
		height: 40px;
		line-height: 40px;
		text-align:center;
		width: 100%;
		border-top: 1px solid #ddd;
		margin-top: -1px;
		color: #666;
		font-size: 17px;
		transition: 0.3,font-size 0s,height 0s,line-height 0s;
	}
	.btnList a:hover{
		background: #f4f4f4;
		color: #222;
		
	}
	.btnList a:active{
		background: #ccc;
		color: #222;
	}
	/* 底部选项卡样式 结束*/
	
/* 底部工具箱、小游戏样式*/
	.attachmentBox{
		 
		
         
	     width: 240px; 
	margin-top: 30px;
	margin-bottom:30px;
    margin-right: auto;
    margin-left: auto;
   
		
		}
	.boxList{
		width:100px;
		margin: 0px 10px 20px;
		
		
		overflow: hidden;
		border-radius: 22.5px;
  	  	box-shadow: 0 0 25px rgba(78,70,70,0.16);
	    -webkit-box-shadow:0 0 25px rgba(78,70,70,0.16);
		-moz-box-shadow:0px 0px 25px rgba(78,70,70,0.16);
		
  	  	border: 6px white;
		transition: width 0s;

	}
	.boxList a{
		
		display: inline-block;
		height: 50px;
		line-height: 50px;
		text-align:center;
		width: 100%;
		
		margin-top: -1px;
		background: #fff;
		color: #02a3ff;
		font-size: 17px;
		transition: 0.3,font-size 0s,height 0s,line-height 0s;
	}
	.boxList a:hover{
		background: #f8f8f8;
		color: #1E9FFF;
		
	}
	.boxList a:active{
		background: #f8f8f8;
		color: #1E9FFF;
	}
	/* 底部工具箱、小游戏样式 结束*/


@media screen and (max-width: 1600px) {
	
}
@media screen and (max-width: 1482px) {
	
	
	#empty{
	padding-top: 16%;/*关系到中间tab-wrapper的高度 */
	}
	.flip-container-OK{
		top: 10%;
	}
	.lyimg{
	width: 80px;
	height: 110px;
	}
	.pic{
		height: 70px;
	}
	.btnList{
		width:85px;
	}
	.btnList a{
		height: 35px;
		line-height: 35px;
		font-size: 15px;
	}
	.bottoms{
	     width: 525px; 
		}
	
}


@media screen and (max-width: 1368px) {
	
	.tab-wrapper {
		width: 52%;  
    }
	
	.lyimg{
	width: 80px;
	height: 95px;
	}
	.pic{
		height: 60px;
	}
	
	
}
@media screen and (max-width: 1282px) {
	#empty{
	padding-top: 13.5%;/*关系到中间tab-wrapper的高度 */
	}
	
	.tab-wrapper {
		width: 55.5%;  
    }
	
	
	
	
}
@media screen and (max-width: 1028px) {
	
	
	
	.flip-container-OK{
		display:none;
	}
	.sousuokuang {
		left:28.5%;
		top: 15%;
		
    }
	#empty{
		padding-top: 24%;/*关系到中间tab-wrapper的高度 */
	}
	.popular{
		display:none;
	}
	.tab-wrapper {
		width: 75%;  
    }
	
	.lyimg{
	width: 62px;
	height: 90px;
	}
	.pic{
		height: 60px;
	}
	
}
@media screen and (max-width: 600px) {
	
	
	
	.tab-wrapper {
		width: 90%;  
    }
	.sousuokuang {
		
		top: 5%;
		
    }
	
	
	.lyimg{
	width: 47px;
	height: 75px;
	}
	.pic{
		height: 45px;
	}
	.bottoms{
	     width: 80%; 
		}
}
@media screen and (max-width: 400px) {
	
	
	.tab-wrapper {
		width: 96%;  
    }
	
	.lyimg{
	width: 40px;
	height: 67px;
	}
	.pic{
		height: 36px;
	}
	.bottoms{
	     width: 86%; 
		}
}