/*-------------------- 内容 --------------------*/
.Content {
	width: 100%;
	position: relative;
}

.Content_Uphalf {
	height: 780px;
	/*width: 1425px;*/
	margin: 0 auto;
}

/*-------------------- 顶部右侧文字Btn --------------------*/
.Content_Uphalf_Top {
	position: absolute;
	right: 40px;
	top: 40px;
	width: 94px;
}

.btnLogin {
	color: #333333;
	background-color: white;
	border: 0px;
	cursor: pointer;
}

.btnLogin:hover {
	color: #32C8D6;
}

.btnRegister {
	color: #32C8D6;
	background-color: white;
	border: 0px;
	cursor: pointer;
}

.btnRegister:hover {
	color: #29a6b1;
}

/*-------------------- 首页Logo --------------------*/
.Content_Uphalf_Logo {
	width: 10%;
	margin: 0 auto;
	margin-top: 10%;
}

/*-------------------- 中心 --------------------*/
.center{
	display: flex;
	flex-direction: column;
}
.searchItem{
	margin: 0 auto;
	margin-bottom: 40px;
	margin-top: 40px;
	width: 80%;
	max-width: 800px;
}
.Content_Uphalf_Search {
	width: 800px;
	height: 57px;
	border-radius: 29px;
	font-size: 22px;
	border: 1px solid #d4d4d4;
	padding-left: 25px;
	/*margin: 0% 0% 0% 39%;*/
	box-shadow: 0px 0px 8px rgba(196, 197, 196, 0.6);
}

.Content_Uphalf_Search:focus {
	box-shadow: 0px 0px 8px rgba(102, 175, 233, 0.6);
}

.Search_icon {
	width: 30px;
	height: 30px;
	background: url(/uploads/home/common/home_icon_search_normal.png) no-repeat;
	position: absolute;
	top: 50%;
	right: 2%;
	transform: translateY(-50%);
}
#SearchBox{
	width: 100%;
	height: 57px;
	padding-left: 3%;
	border-radius: 29px;
	border: none;
	box-shadow: 0 0 8px #cccccc;
	font-size: 22px;
}
#my_favorite_latin_words{
	margin:0 auto;
	/*width: 80%!important;*/
}
/*-------------------- 底部 --------------------*/
/*脚步*/
.footer {
	margin-top: 70px;
	width: 100%;
	background-color: #3B3D4A;
	overflow: hidden;
}


/*脚步的内容*/
.footer-content {
	display: flex;
	flex-wrap: wrap;
	width: 1140px;
	margin: 0 auto;
	color: #ffffff;
}

/*左边*/
.footer-left {
	width: 77%;
}

.ft-logoItem {
	display: flex;
	align-items: center;
	/*justify-content: center;*/
	margin-top: 2rem;
}

.ft-logoItem>div {
	margin-left: 21px;
}

.footer-left>p {
	margin-top: 1rem;
}

/*右边二维码*/
.footer-right {
	display: flex;
	padding-top: 24px;
	width: 23%;
}

.ft-img {
	margin-left: 1rem;
}

.ft-img>img {
	width: 7.5rem;
	margin-bottom: 24px;
}

.ft-img {
	text-align: center;
}

/*底部*/
.footer-bottom {
	width: 100%;
	height: 72px;
	padding-top: 1.5rem;
	margin-top: 1rem;
	font-size: .75rem;
	text-align: center;
	border-top: 1px solid #47475A;
	color: #ffffff;
}

@media screen and (max-width: 1200px){
	.footer-content{
		width: 100%;
	}
	.ft-img{
		width: 40%;
	}
	.ft-img>img{
		width: 100%;
	}
	.footer-left{
		width: 70%;
	}
}
@media screen and (max-width: 1200px) and (min-width: 751px){
	#my_favorite_latin_words{
		/*width: 100%!important;*/
	}
	#wrap{
	}
}
/*手机*/
@media screen and (max-width: 750px){
	.Content_Uphalf_Top{
		top: 20px;
	}
	.Content_Uphalf_Logo{
		margin-top: 20vw;
		width: 25%;
	}
	#wrap{
		display: none;
	}
	.footer{
		display: none;
	}
	.phoneView{
		margin: 0 auto;
		width: 94%;
		overflow: hidden;
	}
	.ketItem{
		overflow: hidden;
	}
	.keyText{
		margin-top: 5vw;
		text-align: center;
		font-size: 3vw;
		float: left;
		min-width: 33.3%;
		color: #999999;
		cursor: pointer;
	}
	.searchItem{
		width: 90%;
	}
	#SearchBox{
		font-size: 3vw;
		height: 10vw;
	}
	/*图片*/
	.banner-img{
		display: block;
		margin: 0 auto;
		margin-top: 10vw;
		margin-bottom: 10vw;
		width: 100%;
        height: 30vw;
	}
	.tip-text{
		margin-top: 2vw;
		line-height: 1.5;
		text-align: center;
		color: #999999;
	}
	.tip-text01{
		margin-top: 20vw;
	}
}
@media screen and (min-width:751px){
	.phoneView{
		display: none;
	}

}
/*通用样式*/
.fontColor-white {
	opacity: .36;
}

/*-------------------- 通用 --------------------*/
body {
	width: 100%;
	height: 100%;
}

* {
	margin: 0;
	padding: 0;
	font-family: Microsoft YaHei;
	font-weight: 400;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.pr {
	position: relative;
}

.pa {
	position: absolute;
	cursor: pointer;
}

.append_div {
	cursor: pointer;
}

a {
	text-decoration: none;
}
