body {
	background-color: #202231;
}
.mobile .main-wrap {
	margin: 15px;
}
.mobile .banner-wrap .banner-content{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	position: relative;
	gap: 10px;
	text-align: center;
}
.mobile .banner-wrap .banner-content .img {
	width: 306px;
	height: 181.5px;
	margin: 10px auto;
}
.mobile .banner-wrap .banner-content .title {
	width: 319px;
	font-size: 20px;
	font-weight: bold;
}
.mobile .banner-wrap .banner-content .desc {
	width: 250px;
}
.mobile .banner-wrap .banner-content .btn {
	font-size: 16px;
	font-weight: bold;
	width: 200px;
	height: 40px;
	background: linear-gradient(90deg,#4c54e6, #904ce6 100%);
	border-radius: 6px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 10px;
}
.mobile .fuwu-wrap {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	margin-top: 20px;
}
.mobile .fuwu-list {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	gap: 10px;
	margin-top: 10px;
}
.mobile .fuwu-list .fuwu-item {
	width: calc(50% - 8px);
	height: 180px;
	padding: 10px;
	background: #313341;
	border-radius: 5px;
	box-shadow: 0px 0px 20px 2px rgba(38,40,74,0.30); 
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: column;
	gap: 5px;
	cursor: pointer;
}
.mobile.en .fuwu-list .fuwu-item {
	height: 240px;
}
.mobile .fuwu-list .fuwu-item .img {
	width: 30px;
	height: 30px;
	margin: 5px;
}
.mobile .fuwu-list .fuwu-item .title {
	font-weight: bold;
	font-size: 14px;
}
.mobile.en .fuwu-list .fuwu-item .title {
	font-size: 12px;
}
.mobile .fuwu-list .fuwu-item .desc {
	font-size: 11px;
	color: #B6B7BD;
}
.mobile.en .fuwu-list .fuwu-item .desc {
	font-size: 10px;
}
.mobile .fuwu-list .fuwu-item:hover {
	background: #4c54e6;
}
.mobile .fuwu-list .fuwu-item:hover .desc {
	color: #ffffff;
}
.mobile .liucheng-wrap {
}
.mobile .liucheng-wrap .img{
	color: #ffffff;
	width: 100%;
	margin-top: 10px;
}
.mobile .anli-wrap .anli-list{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 10px;
}
.mobile .anli-wrap .anli-list .anli-item{
	width: calc(50% - 5px);
	height: 240px;
	background: #313341;
	border-radius: 5px;
	padding: 4px;
}
.mobile .anli-wrap .anli-list .anli-item .img {
	width: 100%;
	height: 160px;
	border-radius: 4px;
}
.mobile .anli-wrap .anli-list .anli-item .title {
	font-size: 13px;
	font-weight: bold;
	line-height: 26px;
	padding: 0 10px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;s
}
.mobile .anli-wrap .anli-list .anli-item .title:before {
	content: '';
	width: 4px;
	height: 13px;
	background: #4c54e6;
	display: block;
	position: absolute;
	left: 0;
	top: 7px;
	border-radius: 2px;
}
.mobile .anli-wrap .anli-list .anli-item .tag-wrap {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	gap: 5px;
}
.mobile .anli-wrap .anli-list .anli-item .tag-wrap div{
	font-size: 10px;
	background: #515564;
	border-radius: 4px;
	padding: 2px 2px;
}
.mobile .anli-wrap .more {
	width: 250px;
	height: 40px;
	background: #4c54e6;
	border-radius: 3px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 20px auto 0;
}
.mobile .jishu-wrap .jishu-list {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 10px;
}
.mobile .jishu-wrap .jishu-list .jishu-item {
	width: calc(50% - 5px);
	height: 195px;
	background: #313341;
	border-radius: 5px;
	padding: 10px;
}
.mobile.en .jishu-wrap .jishu-list .jishu-item {
	height: 225px;
}
.mobile .jishu-wrap .jishu-list .jishu-item .img {
	width: 25px;
	height: 25px;
	display: block;
	margin: 5px auto;
}
.mobile .jishu-wrap .jishu-list .jishu-item .title {
	font-size: 15px;
	font-weight: bold;
	margin: 5px 0;
	text-align: center;
}
.mobile .jishu-wrap .jishu-list .jishu-item .desc {
	font-size: 12px;
	color: #B6B7BD;
}
.mobile.en .jishu-wrap .jishu-list .jishu-item .desc {
	font-size: 11px;
}
.mobile .youshi-wrap .youshi-list {
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin-top: 10px;
}
.mobile .youshi-wrap .youshi-list .youshi-item {
	width: 100%;
	height: 85px;
	border-radius: 5px;
	padding: 10px;
	background: #313341;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	gap: 5px 8px;
}
.mobile.en .youshi-wrap .youshi-list .youshi-item {
	height: 110px;
}
.mobile .youshi-wrap .youshi-list .youshi-item .img {
	width: 20px;
	height: 20px;
}
.mobile .youshi-wrap .youshi-list .youshi-item .title {
	width: calc(100% - 40px);
	font-size: 15px;
	font-weight: bold;
}
.mobile .youshi-wrap .youshi-list .youshi-item .shadow {
	display: none;
}
.mobile .youshi-wrap .youshi-list .youshi-item .desc {
	font-size: 12px;
	color: #B6B7BD;
}
.mobile .pingjia-wrap .pingjia-list {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	margin-top: 20px;
}
.mobile .pingjia-wrap .el-carousel__container  {
	width: 100%;
	height: 350px;
}
.mobile .pingjia-wrap .pingjia-list .pingjia-item {
	width: 100%;
	background: #313341;
	border-radius: 20px;
	margin-top: 40px;
}
.mobile .pingjia-wrap .pingjia-list .pingjia-item:nth-child(2) {
	margin-top: 0;
}
.mobile .pingjia-wrap .pingjia-list .pingjia-item .header {
	padding: 10px;
	text-align: center;
}
.mobile .pingjia-wrap .pingjia-list .pingjia-item .header .avatar {
	width: 30px;
	height: 30px;
	border-radius: 50%;
}
.mobile .pingjia-wrap .pingjia-list .pingjia-item .header .name {
}
.mobile .pingjia-wrap .pingjia-list .pingjia-item .main {
	background: #373949;
	border-radius: 15px 15px 10px 10px;
}
.mobile .pingjia-wrap .pingjia-list .pingjia-item .main .title {
	padding: 10px;
}
.mobile .pingjia-wrap .pingjia-list .pingjia-item .main .content {
	padding: 10px;
	font-size: 12px;
	border-top: 1px solid rgba(255,255,255,0.10);
}
.mobile .zixun-wrap .zixun-tabs {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 10px;
}
.mobile .zixun-wrap .zixun-tabs .tab-item {
	color: #B6B7BD;
	font-size: 15px;
}
.mobile.en .zixun-wrap .zixun-tabs .tab-item {
	text-align: center;
}
.mobile .zixun-wrap .zixun-tabs .tab-item.active {
	color: var(--color);
}
.mobile .zixun-wrap .zixun-tabs .tab-item.active::after {
	content: '';
	width: 20px;
	height: 2px;
	border-radius: 1px;
	background: var(--color);
	margin: 2px auto 0;
	display: block
}
.mobile .zixun-wrap .zixun-list {
	margin-top: 15px;
}
.mobile .zixun-wrap .zixun-list .zixun-item {
	background: #313341;
	border-radius: 10px;
	box-shadow: 0px 2px 10px 2px rgba(0,0,0,0.06);
	padding: 10px 10px 0;
}

.mobile .zixun-wrap .zixun-list .zixun-item .img {
	width: 100%;
	height: 150px;
	border-radius: 5px;
}
.mobile .zixun-wrap .zixun-list .zixun-item .news-list .news-item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 0;
	font-size: 13px;
	border-top: 1px solid rgba(255,255,255,0.10);
}
.mobile .zixun-wrap .zixun-list .zixun-item .news-list .news-item:first-child {
	border-top: none;
}
.mobile .zixun-wrap .zixun-list .zixun-item .news-list .news-item .title {
	width: calc(100% - 80px);
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.mobile .zixun-wrap .zixun-list .zixun-item .news-list .news-item .date{
	font-size: 12px;
	color: #B6B7BD;
}
.mobile .zixun-wrap .more {
	width: 250px;
	height: 40px;
	background: #4c54e6;
	border-radius: 3px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 20px auto 0;
}
.mobile .fangan-wrap .form-wrap {
}
.mobile .fangan-wrap .form-wrap .form-item { 
}
.mobile .fangan-wrap .form-wrap .form-item .label { 
	display: flex;
	justify-content: flex-start;
	align-items: center;
	line-height: 40px;
}
.mobile .fangan-wrap .form-wrap .form-item .label .text{
	padding-right: 4px;
}
.mobile .fangan-wrap .form-wrap .form-item .value .el-input__inner { 
	height: 40px;
	background-color: #313341;
	border: none;
	border-radius: 0;
	color: #fff;
	font-size: 14px;
}
.mobile .fangan-wrap .form-btn {
	width: 250px;
	height: 40px;
	background: #4c54e6;
	border-radius: 3px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 16px;
	cursor: pointer;
	margin: 15px auto 30px;
}
