@charset "UTF-8";
body {
	margin-right: calc(100vw - 100%);
	overflow-x: hidden;
}
#app{
	width: 100%;
	height: 100%;
	overflow: auto;
}
.w1200{
	width: 1200px;
	margin: 0 auto;
}
.header{
	width: 100%;
	height: 70px;
	background:#fff;
	position: fixed;
	top:0;
	left: 0;
	z-index: 9;
	padding-right: 17px;
}
.logo{
	width: 180px;
	height: 48px;
	float: left;
	margin-top: 11px;
	background: url(../img/index_logo.png) no-repeat;
	margin-right: 16px;
}
.logo a{
	display: block;
	width: 100%;
	height: 100%;
}
.header ul{
	width: 500px;
	float: left;
	margin-top: 11px;
}
.header ul li{
	width: 112px;
	height: 48px;
	float: left;
	cursor: pointer;
	text-align: center;
	line-height: 48px;
	color: #999999;
	font-size: 18px;
	position: relative;
}
.header ul li.on{
	color: #000;
	font-size: 600;
}
.header ul li.on::after{
	content: '';
	display: block;
	width: 26px;
	height: 4px;
	flex-shrink: 0;
	border-radius: 28px;
	background: linear-gradient(90deg, #00E9CD 0%, #00B5F5 100%);
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: -13px;
}
.login{
	width: 119px;
	height: 40px;
	flex-shrink: 0;
	border-radius: 19px;
	background: linear-gradient(90deg, #00E9CD 0%, #00B5F5 100%);
	line-height: 40px;
	color: #ffffff;
 	font-size: 16px;
	text-align: center;
	cursor: pointer;
	margin-top: 16px;
	font-weight: 600;
	float: right;
}
.login:hover{
	background: linear-gradient(90deg, #00B5F5 0%, #00E9CD 100%);
}
.user{
	display: flex;
	float: right;
	height: 70px;
	align-items: center;
}
.head{
	width: 34px;
	height: 34px;
	border-radius: 100%;
	margin-right: 8px;
}
.name{
	color: rgba(0, 0, 0, 0.8);
	font-family: "Microsoft YaHei";
	font-size: 18px;
	font-weight: 600;
}
.log_out{
	color: #01d1e0;
	font-family: "Microsoft YaHei";
	font-size: 14px;
	font-weight: 400;
	margin-left: 16px;
	cursor: pointer;
}
.log_out:hover{
	color: #20e2f0;
}
.cunter{
	width: 100%;
	min-height: calc(100% - 147px);
	min-width: fit-content;
	padding-top: 94px;
	background: #F3F3F3;
}
.banner{
	margin-bottom: 40px;
}
.swiper-container {
	height: 360px;
	float: left;
	border-radius: 8px;
	overflow: hidden;
}
.swiper-container-home {
	width: 1200px;
}
.swiper-container-bank {
	width: 900px;
}
.swiper-container .img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.2s linear;
}
.swiper-container .img:hover {
	transform: scale(1.1);
}
.swiper-pagination-bullet{
	background: #fff;
	opacity: 0.4;
}
.swiper-pagination-bullet-active{
	background: #fff;
	opacity: 1;
}
.banner .downapp{
	width: 280px;
	height: 360px;
	float: right;
	background: url(../img/bg01.png) no-repeat;
	position: relative;
	padding-top: 20px;
}
.banner .in_downapp{
	width: 240px;
	height: 240px;
	margin: 0 auto;
	padding: 10px;
	background: #fff;
	border-radius: 8px;
}
.banner .btn{
	width: 240px;
	height: 52px;
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.3);
	color: rgb(255, 255, 255);
	font-size: 18px;
	font-weight: 700;
	line-height: 30px;
	margin: 20px auto;
	text-align: center;
}
.banner .btn .p2{
	font-size: 14px;
	line-height: 16px;
}
.banner .downapp img{
	display: block;
	width: 220px;
	height: 220px;
}
.banner .downapp #qrcode{
	width: 220px;
	height: 220px;
	overflow: hidden;
}
.page2 .list h3{
	color: #000000;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 14px;
}
.page2 .list li{
	width: 270px;
	height: 340px;
	border-radius: 8px;
	background: #FFF;
	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.04);
	float: left;
	margin-right: 40px;
	margin-bottom: 50px;
	padding: 16px;
	transition: all 0.2s linear;
}
.page2 .list li:hover {
	transform: translateY(-10px);
}
.page2 .list li:nth-child(4n){
	margin-right: 0;
}
.img{
	width: 238px;
	height: 160px;
	border-radius: 4px;
	overflow: hidden;
}
.img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.2s linear;
}
.img img:hover{
	transform: scale(1.1);
}
.list li h4{
	color: rgb(0, 0, 0);
	font-size: 18px;
	font-weight: 600;
	margin-top: 20px;
}
.list li p{
	width: 238px;
	height: 48px;
	margin-top: 10px;
	color: rgb(153, 153, 153);
	font-size: 14px;
	line-height: 24px;
	word-break: break-all;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.btn{
	text-align: right;
	margin-top: 12px;
}
.btn span{
	display: inline-block;
	width: 96px;
	height: 34px;
	text-align: center;
	line-height: 34px;
	border-radius: 34px;
	background: linear-gradient(90deg, #00B5F5 0%, #00E9CD 100%);
	color: rgb(255, 255, 255);
	font-size: 16px;
	cursor: pointer;
}
.btn span:hover {
	background: linear-gradient(90deg, #00E9CD 0%, #00B5F5 100%);
}
.footer{
	width: 100%;
	min-width: 1200px;
	height: 147px;
	background: #181F26;
	padding: 44px 0;
	color: rgb(153, 153, 153);
	text-align: center;
	font-size: 14px;
	font-weight: 400;
	line-height: 30px;
}
.footer .icp {
	color: rgb(153, 153, 153);
}
.footer .icp:hover {
	text-decoration: underline;
	cursor: pointer;
}
.pop{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
}
.in_pop{
	width: 261px;
	height: 306px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -153px;
	margin-left: -130px;
	background: url(../img/bg02.png) no-repeat;
	background-size: cover;
	padding-top: 30px;
}
.in_pop i{
	display: block;
	width: 16px;
	height: 16px;
	position: absolute;
	top: 12px;
	right: 12px;
	background: url(../img/close.png) no-repeat;
	cursor: pointer;
}
.in_pop h3{
	color: rgb(255, 255, 255);
	font-size: 16px;
	font-weight: 700;
	text-align: center;
}
.in_pop .downapp{
	width: 164px;
	height: 164px;
	padding: 10px;
	background: #fff;
	border-radius: 8px;
	margin: 20px auto;
	margin-bottom: 10px;
}
.in_pop .downapp img{
	display: block;
	width: 144px;
	height: 144px;
}
.in_pop .downapp #qrcodesmall {
	width: 144px;
	height: 144px;
	overflow: hidden;
}
.in_pop p{
	color: rgb(255, 255, 255);
	font-size: 14px;
	margin-top: 0px;
	text-align: center;
}
.tip-pop {
	position: absolute;
	z-index: 99;
	left: 50%;
	top: 100px;
	transform: translateX(-50%);
	background-color: #ffffff;
	padding: 4px 10px;
	border-radius: 4px;
}
.login_pop{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
}

.home_hot_list h3, 
.search h3 {
	color: #000000;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 14px;
	line-height: 27px;
}
.home_hot_list .list_lf ul {
	width: 869px;
	height: 568px;
	border-radius: 8px;
	background: #FFF;
	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.04);
}
.home_hot_list .list_lf li {
	width: 263px;
	height: 162px;
	border-radius: 8px;
	background: #FFF;
	float: left;
	margin-left: 20px;
	margin-top: 20px;
	transition: all 0.2s linear;
}
.home_hot_list .list_lf .info {
	height: 21px;
	line-height: 21px;
	margin-top: 6px;
	width: 100%;
}
.home_hot_list .list_lf .info_name {
	max-width: 190px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #000000;
	font-size: 16px;
	font-weight: 600;
}
.home_hot_list .list_lf .info_score {
	color: #0eb3de;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	position: relative;
	height: 21px;
	line-height: 21px;
}
.home_hot_list .list_lf .info_score::before {
	content: '';
	position: absolute;
	left: -22px;
	top: 50%;
	margin-top: -8px;
	width: 16px;
	height: 16px;
	background: url(../img/icon_hot.png) no-repeat;
}
.home_hot_list .list_lf li .img {
	width: 263px;
	height: 133px;
}
.home_hot_list li {
	cursor: pointer;
}

.home_hot_list .list_lr ul {
	width: 302px;
	height: 568px;
	border-radius: 8px;
	background: #FFF;
	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.04);
	padding-top: 10px;
}
.home_hot_list .list_lr li {
	
	height: 68px;
	border-radius: 8px;
	background: #FFF;
	float: left;
	margin-left: 23px;
	margin-top: 20px;
	transition: all 0.2s linear;
}
.home_hot_list .list_lr li .img {
	width: 68px;
	height: 68px;
	margin-right: 12px;
}
.home_hot_list .list_lr li em {
	width: 24px;
	color: #999999;
	font-size: 20px;
	font-weight: 700;
	line-height: 68px;
	font-style: italic;
}
.home_hot_list .list_lr li .info_name {
	color: #333333;
	font-size: 18px;
	font-weight: 600; 
	line-height: 18px;
	margin: 10px 0;
	max-width: 160px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.home_hot_list .list_lr li .info_tags {
	height: 22px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.home_hot_list .list_lr li .info_tags span {
	float: left;
	padding: 0 12px;
	height: 22px;
	line-height: 22px;
	border-radius: 20px;
	background: linear-gradient(90deg, #00e9cd33 0%, #00b5f533 100%);
	margin-right: 8px;
	color: #026886;
	font-size: 12px;
	font-weight: 400;
}

.search {
	margin-top: 40px;
	padding-bottom: 30px;
}
.search .list_lf {
	width: 869px;
}
.search .list_lf_wrap {
	width: 869px;
	border-radius: 8px;
	background: #FFF;
	padding: 20px;
}
.search .search_ipt {
	width: 829px;
	height: 40px;
	line-height: 40px;
	border-radius: 22px;
	background: #F3F3F3;
	padding: 0 20px;
	position: relative;
}
.search .search_ipt i {
	position: absolute;
	top: 50%;
	margin-top: -8px;
	right: 20px;
	width: 17px;
	height: 17px;
	background: url(../img/icon_search.png) no-repeat;
	cursor: pointer;
}
.search .search_ipt input {
	width: 790px;
	height: 100%;
	background: #F3F3F3;
}
.search .list_lf li {
	width: 100%;
	height: 100%;
	margin-top: 20px;
	background: #F3F3F3;
	padding: 20px 20px 14px 20px;
	cursor: pointer;
	border-radius: 8px;
}
.search .list_lf li .img {
	width: 789px;
	height: 340px;
	border-radius: 8px;
}
.search .list_lf li .info_name {
	color: #000000;
	font-size: 18px;
	font-weight: 600;
	line-height: 30px;
	margin-top: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.search .list_lf li .info_desc {
	color: #999999;
	font-size: 14px;
	font-weight: 400;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.search .list_lf .list_null {
	color: #999;
	font-size: 18px;
	font-weight: 400;
	line-height: 340px;
	text-align: center;
}
.search .list_lf .list_over {
	color: #999;
	font-size: 14px;
	font-weight: 400;
	margin-top: 20px;
	line-height: 40px;
	text-align: center;
}
.search .list_lr {
	width: 302px;
	padding: 20px;
	border-radius: 8px;
	background: #FFF;
}
.search .list_lr p {
	color: #999999;
	font-size: 14px;
	font-weight: 400;
	line-height: 30px;
	margin-bottom: 8px;
}
.search .list_lr p:last-of-type {
	margin-bottom: 0;
}
.search .list_lr .ls1 {
	padding-left: 18px;
	position: relative;
	color: #999999;
	font-size: 14px;
}
.search .list_lr .ls1::before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -7px;
	width: 14px;
	height: 14px;
	background: url(../img/icon_copyright.png) no-repeat;
}
.list_lr .info {
	width: 166px;
}
.btn_to_top {
	width: 50px;
	height: 50px;
	background: url(../img/icon_top.png) no-repeat;
	position: fixed;
	left: 50%;
	margin-left: 290px;
	bottom: 60px;
	cursor: pointer;
	transition: background .3s;
}
.btn_to_top:hover {
	background: url(../img/icon_top_h.png) no-repeat;
}

input::-webkit-input-placeholder {
	color: #999;
	font-size: 14px;
}

input:focus::-webkit-input-placeholder {
	color: #999;
	font-size: 14px;
}

textarea::-webkit-input-placeholder {
	color: #999;
	font-size: 14px;
}

textarea:focus::-webkit-input-placeholder {
	color: #999;
	font-size: 14px;
}