@charset "utf-8";

body {
	margin: 0 auto;
	padding: 0;
	background-color: #F4F4F4;
	position: relative;
}

/* */
body,
html {
	padding-top: 0px;
	overflow-x: hidden;
}

* {
	font-size: 14px;
	line-height: 25px;
	color: #606060;
	font-family: '微软雅黑';
}

*:focus {
	outline: none;
}

img {
	border: 0px;
}

ul {
	margin: 0px;
	*margin-left: 0px;
	margin-left: -40px;
}

li {
	list-style-type: none;
}

a {
	outline: none;
	outline: 0;
	text-decoration: none;
	outline-style: none;
}

a:link,
a:visited {
	font-size: 14px;
	color: #858585;
	text-decoration: none;
	transition: color 0.3s linear;
}

/* */
a:hover {
	font-size: 14px;
	color: #2945C8;
	text-decoration: none;
	transition: color 0.3s linear;
}

/* transition:color 0.3s linear;*/
p {
	margin: 0px;
	padding: 0px;
}

form {
	margin: 0px;
	padding: 0px;
}

input[type="button"],
input[type="submit"],
input[type="reset"] {
	-webkit-appearance: none;
}

textarea {
	-webkit-appearance: none;
}

* {
	-webkit-tap-highlight-color: transparent;
}

.thepage {
	PADDING-RIGHT: 3px;
	PADDING-LEFT: 3px;
	FONT-SIZE: 14px;
	MARGIN: 3px;
	COLOR: #fff;
	PADDING-TOP: 3px;
	FONT-FAMILY: Arial;
	TEXT-ALIGN: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 2px;
}

.thepage A {
	MARGIN: 1px;
	COLOR: #666;
	BACKGROUND-COLOR: #fff;
	FONT-SIZE: 14px;
	TEXT-DECORATION: none;
	border: 1px solid #cccccc;
	padding: 8px;
	padding-left: 12px;
	padding-right: 12px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	min-width: 40px;
}

.thepage A:hover {
	COLOR: #fff;
	BACKGROUND-COLOR: #2945C8;
	border: 1px solid #2945C8;
	FONT-SIZE: 14px;
}

.thepage A:active {
	COLOR: #2945C8;
	BACKGROUND-COLOR: #fff;
	FONT-SIZE: 14px;
}

.thepage SPAN.current {
	MARGIN: 1px;
	COLOR: #ffffff;
	BACKGROUND-COLOR: #2945C8;
	border: 1px solid #2945C8;
	padding: 8px;
	padding-left: 12px;
	padding-right: 12px;
	FONT-SIZE: 14px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	min-width: 40px;
}

.thepage SPAN.disabled {
	MARGIN: 1px;
	COLOR: #cccccc;
	BACKGROUND-COLOR: #fff;
	FONT-WEIGHT: bold;
	border: 1px solid #cccccc;
	padding: 8px;
	padding-left: 12px;
	padding-right: 12px;
	FONT-SIZE: 14px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	min-width: 40px;
}

@media screen and (max-width:750px) {
	.thepage {
		margin: 2vw auto 0;
		padding: 0;
		gap: 1.2vw;
	}

	.thepage A,
	.thepage SPAN.current,
	.thepage SPAN.disabled {
		min-width: 8.6vw;
		height: 8.6vw;
		line-height: 8.6vw;
		padding: 0 2.2vw;
		font-size: 3.5vw;
	}

	/* Mobile keeps only prev/next + numbers */
	.thepage > :first-child,
	.thepage > :last-child {
		display: none;
	}
}

#progress-container {
	width: 100%;
	background-color: #fff;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100000;
}

#progress-bar {
	width: 0%;
	height: 1.5px;
	background-color: #2945C8;
}

.pagenav {
	width: 100%;
	height: 75px;
	overflow: hidden;
	background-color: #fff;
	position: fixed;
	z-index: 999;
	border-bottom: 1px solid #eee;
	box-shadow: 0 0 5px rgb(0, 0, 0, 0.1);
}

.pagenav .navinfo {
	margin: 0 auto;
	width: 1500px;
	max-width: 90%;
	position: relative;
}

.pagenav .navinfo .logo {
	float: left;
	display: flex;
	align-items: center;
	gap: 10px;
	width: auto;
	text-align: left;
	margin-top: 7px;
}

.pagenav .navinfo .logo .logo-link {
	display: inline-flex;
	align-items: center;
}

.pagenav .navinfo .logo img {
	width: 4rem;
	height: 4rem;
	object-fit: contain;
	border-radius: 10px;
}

.pagenav .navinfo .logo .logo-text {
	display: inline-flex;
	align-items: center;
	height: 4rem;
	font-size: 23px;
	line-height: 1;
	color: #2f3640;
	font-weight: 700;
}

.pagenav .navinfo .nav {
	float: right;
	margin-left: 8%;
	text-align: left;
}

.pagenav .navinfo .nav a {
	display: inline-block;
	width: 140px;
	position: relative;
	text-align: center;
	font-weight: bold;
	color: #4C4C4C;
	font-size: 18px;
	line-height: 75px;
	background: url(../images/mline.webp) no-repeat right center;
}

.pagenav .navinfo .nav a:last-child {
	background: none;
}

.pagenav .navinfo .nav a.on,
.pagenav .navinfo .nav a:hover {
	color: #0145E8;
}

.pagenav .navinfo .search {
	float: right;
	width: 5%;
	transition: 0.3s;
	margin-top: 14.5px;
	background-color: #fff;
	border: 1px solid #fff;
	border-radius: 1.5vw;
	height: 46px;
}

.pagenav .navinfo .search input.input1 {
	float: left;
	width: 0%;
	text-indent: 15px;
	height: 44px;
	line-height: 44px;
	font-size: 15px;
	color: #858585;
	border: 0px;
	border-radius: 1.5vw;
}

.pagenav .navinfo .search input.sub {
	float: right;
	width: 55%;
	cursor: pointer;
	height: 46px;
	line-height: 46px;
	border: 0px;
	background: url(../images/sbt.webp) no-repeat center center;
	background-size: 50% auto;
	background-color: #fff;
	border-radius: 1.5vw;
}

.pagenav .navinfo .search:hover {
	width: 22.6%;
	border: 1px solid #C6C6C6;
}

.pagenav .navinfo .search:hover input.input1 {
	width: 85%;
}

.pagenav .navinfo .search:hover input.sub {
	width: 13%;
}

.pagenav .navinfo .mmenu {
	display: none;
}

.pagesearch {
	display: none;
}

@media screen and (max-width:750px) {
	.pagenav {
		height: 14vw;
		position: fixed;
		overflow: visible;
		top: 0;
		box-shadow: 0 0 0 rgb(0, 0, 0, 0);
	}

	.pagenav .navinfo {
		width: 100%;
		max-width: 100%;
	}

	.pagenav .navinfo .logo {
		width: auto;
		margin-top: 2.5vw;
		margin-left: 2.5%;
		gap: 1.6vw;
	}

	.pagenav .navinfo .logo img {
		width: 9vw;
		height: 9vw;
	}

	.pagenav .navinfo .logo .logo-text {
		height: 9vw;
		font-size: 4vw;
	}

	.pagenav .navinfo .nav {
		display: none;
		float: inherit;
		width: 100%;
		position: absolute;
		overflow: visible;
		margin-left: 0px;
		top: 14vw;
		padding: 2vw 0;
		background-color: rgb(0, 0, 0, 0.8);
	}

	.pagenav .navinfo .nav a {
		display: block;
		width: 100%;
		font-size: 4vw;
		font-weight: normal;
		line-height: 10vw;
		color: #fff;
		background: none;
		text-align: left;
		text-indent: 2.5%;
		border-bottom: 1px solid #eee;
	}

	.pagenav .navinfo .nav a p {
		display: none;
	}

	.pagenav .navinfo .nav a:hover p {
		display: none;
	}

	.pagenav .navinfo .nav a.on p {
		display: none;
	}

	.pagenav .navinfo .nav a.on {
		color: #96A9FF;
	}

	.pagenav .navinfo .nav a:hover {
		color: #96A9FF;
	}

	.pagenav .navinfo .nav a:last-child {
		border: 0px;
	}

	.pagenav .navinfo .search {
		display: none;
	}

	.pagenav .navinfo .mmenu {
		display: block;
		margin-right: 2.5%;
		float: right;
		margin-top: 4vw;
		width: 10%;
		text-align: right;
		color: #666;
		font-size: 8vw;
		line-height: 5vw;
	}

	.pagenav .navinfo .mmenu img {
		width: 60%;
		height: auto;
	}

	.pagesearch {
		display: block;
		margin: 0 auto;
		width: 94%;
		height: 10vw;
		margin-top: 5vw;
		overflow: hidden;
		background-color: #fff;
		border: 1px solid #0145E8;
		border-radius: 2vw;
	}

	.pagesearch input.input1 {
		float: left;
		width: 85%;
		text-indent: 12px;
		height: 10vw;
		line-height: 10vw;
		font-size: 3.5vw;
		color: #858585;
		border: 0px;
	}

	.pagesearch input.sub {
		float: right;
		width: 10%;
		cursor: pointer;
		height: 10vw;
		line-height: 10vw;
		border: 0px;
		background: url(../images/sbt.webp) no-repeat center center;
		background-size: 50% auto;
	}
}

.banner {
	margin: 0 auto;
	width: 100%;
	overflow: hidden;
	position: relative;
	margin-top: 75px;
	z-index: 900;
}

.banner img {
	width: 100%;
}

.banner .swiper-slide img {
	width: 100%;
	height: auto;
	min-height: 100%;
	transition: 1s linear 2s;
	transform: scale(1, 1);
	position: relative;
}

.banner .swiper-slide-active {
	z-index: 10;
}

.banner .swiper-slide-active img,
.swiper-slide-duplicate-active img {
	transition: 6s linear;
	transform: scale(1, 1);
}

.banner .swiper-pagination {
	bottom: 20px;
}

.banner .swiper-pagination-bullet {
	width: 10px;
	line-height: 10px;
	height: 10px;
	border-radius: 50%;
	text-align: center;
	opacity: 0.6;
	background-color: #fff !important;
}

.banner .swiper-pagination-bullet-active {
	background-color: #0CD5F0 !important;
}

.pagebanner {
	width: 100%;
	overflow: hidden;
	margin-top: 75px;
}

.pagebanner .bannerimg img {
	width: 100%;
	height: auto;
}

@media screen and (max-width:750px) {
	.banner {
		margin: 0 auto;
		width: 100%;
		margin-top: 14vw;
		border-radius: 0vw;
	}

	.banner img {
		width: 200%;
		margin-left: -50%;
	}

	.banner .swiper-slide img {
		width: 200%;
		margin-left: -50%;
	}

	.banner .swiper-pagination {
		bottom: 3vw;
	}

	.banner .swiper-pagination-bullet {
		width: 2.5vw;
		line-height: 2.5vw;
		height: 2.5vw;
	}

	.pagebanner {
		width: 100%;
		overflow: hidden;
		margin-top: 14vw;
	}

	.pagebanner .bannerimg img {
		width: 300%;
		height: auto;
		margin-left: -150%;
	}
}

.topad {
	margin: 0 auto;
	width: 1430px;
	margin-top: 1.5vw;
	margin-bottom: 1vw;
	overflow: hidden;
	position: relative;
}

.topad img {
	width: 100%;
	height: auto;
}

.topad p {
	width: 50px;
	height: 30px;
	font-size: 15px;
	line-height: 30px;
	position: absolute;
	right: 0;
	bottom: 8px;
	text-align: center;
	color: #fff;
	background-color: rgb(0, 0, 0, 0.6);
}

.topad2 {
	margin: 0 auto;
	width: 1430px;
	margin-top: -0.2vw;
	margin-bottom: 2vw;
	overflow: hidden;
	position: relative;
}

.topad2 img {
	width: 100%;
	height: auto;
}

.topad2 p {
	width: 50px;
	height: 30px;
	font-size: 15px;
	line-height: 30px;
	position: absolute;
	right: 0;
	bottom: 0;
	text-align: center;
	color: #fff;
	background-color: rgb(0, 0, 0, 0.6);
}

.indexhot {
	margin: 0 auto;
	width: 1500px;
	max-width: 90%;
	overflow: hidden;
	margin-top: -150px;
	background-color: #fff;
	position: relative;
	z-index: 901;
}

.indexhot .hotcoins {
	margin: 0 auto;
	width: 100%;
	overflow: hidden;
	padding-top: 40px;
	padding-bottom: 20px;
}

.indexhot .hotcoins ul {
	width: 100%;
}

.indexhot .hotcoins ul a {
	float: left;
	display: block;
	width: 20%;
	text-align: center;
	overflow: hidden;
	margin-bottom: 40px;
	position: relative;
}

.indexhot .hotcoins ul a p {
	position: absolute;
	width: 60px;
	height: 25px;
	text-align: center;
	right: 50px;
	top: 6px;
	border: 1px solid #ccc;
	border-radius: 5px;
	text-align: center;
	color: #ccc;
	font-size: 15px;
}

.indexhot .hotcoins ul a:hover p {
	border: 1px solid #02B36D;
	color: #02B36D;
}

.indexhot .hotcoins ul a .img {
	width: 100%;
	text-align: center;
}

.indexhot .hotcoins ul a .img img {
	max-width: 18%;
	height: auto;
}

.indexhot .hotcoins ul a .coinname {
	width: 100%;
	margin-top: 15px;
	text-align: center;
	font-size: 16px;
	color: #000;
	line-height: 22px;
	font-weight: bold;
}

.indexhot .hotcoins ul a .nowprice {
	width: 100%;
	margin-top: 10px;
	text-align: center;
	font-size: 25px;
	line-height: 30px;
	font-weight: bold;
	font-family: 'Arial';
}

.indexhot .hotcoins ul a .nowprice.green {
	color: #02B36D;
}

.indexhot .hotcoins ul a .nowprice.red {
	color: #E1322D;
}

.indexhot .hotcoins ul a .nowchange {
	width: 100%;
	margin-top: 10px;
	text-align: center;
	font-size: 16px;
	line-height: 20px;
	font-family: 'Arial';
}

.indexhot .hotcoins ul a .nowchange.green {
	color: #02B36D;
}

.indexhot .hotcoins ul a .nowchange.red {
	color: #E1322D;
}

.indexhot .viewmore {
	display: block;
	width: 100%;
	margin-top: -10px;
	text-align: center;
	margin-bottom: 50px;
}

.indexhot .viewmore a {
	display: block;
	margin: 0 auto;
	width: 250px;
	height: 60px;
	text-align: center;
	line-height: 60px;
	border-radius: 50px;
	background-color: #F60;
	color: #fff;
	font-size: 18px;
}

.indexhot .viewmore a:hover {
	background-color: #F30;
}

@media screen and (max-width:750px) {
	.topad {
		width: 95%;
		margin-top: 4vw;
	}

	.topad2 {
		width: 98%;
		margin-top: 2vw;
	}

	.indexhot {
		margin: 0 auto;
		width: 95%;
		max-width: 95%;
		margin-top: 6vw;
	}

	.indexhot .hotcoins {
		margin: 0 auto;
		width: 100%;
		overflow: hidden;
		padding-top: 7vw;
		padding-bottom: 2vw;
	}

	.indexhot .hotcoins ul {
		width: 100%;
	}

	.indexhot .hotcoins ul a {
		float: left;
		display: block;
		width: 50%;
		text-align: center;
		overflow: hidden;
		margin-bottom: 5vw;
	}

	.indexhot .hotcoins ul a p {
		width: 12vw;
		height: 6vw;
		right: 3vw;
		top: 1.5vw;
		border-radius: 2vw;
		font-size: 3vw;
	}

	.indexhot .hotcoins ul a .img {
		width: 100%;
		text-align: center;
	}

	.indexhot .hotcoins ul a .img img {
		max-width: 25%;
		height: auto;
	}

	.indexhot .hotcoins ul a .coinname {
		margin-top: 3vw;
		font-size: 4vw;
		line-height: 5vw;
	}

	.indexhot .hotcoins ul a .nowprice {
		margin-top: 3vw;
		font-size: 5vw;
		line-height: 6vw;
	}

	.indexhot .hotcoins ul a .nowchange {
		margin-top: 2vw;
		font-size: 3.5vw;
		line-height: 4vw;
	}

	.indexhot .viewmore {
		margin-top: 2vw;
		margin-bottom: 10vw;
	}

	.indexhot .viewmore a {
		width: 45%;
		height: 10vw;
		line-height: 10vw;
		border-radius: 5vw;
		font-size: 4vw;
	}
}

.indexnews {
	margin: 0 auto;
	width: 1500px;
	max-width: 90%;
	overflow: hidden;
	margin-top: 40px;
	background-color: #fff;
}

.indexnews .titleinfo {
	margin: 0 auto;
	width: 95%;
	margin-top: 30px;
	padding-bottom: 15px;
	border-bottom: 1px solid #eee;
}

.indexnews .titleinfo p {
	display: inline-table;
	width: auto;
	font-size: 28px;
	color: #000;
	line-height: 40px;
	font-weight: bold;
	position: relative;
}

.indexnews .newslist {
	width: 100%;
	overflow: hidden;
	padding-top: 40px;
	padding-bottom: 20px;
}

.indexnews .newslist ul {
	width: 100%;
}

.indexnews .newslist ul a {
	display: block;
	float: left;
	width: 33.333%;
	margin-bottom: 40px;
}

.indexnews .newslist ul a .img {
	margin: 0 auto;
	width: 85%;
	height: 250px;
	text-align: center;
	overflow: hidden;
}

.indexnews .newslist ul a .img img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: scale(1);
	transition: .3s linear;
}

.indexnews .newslist ul a .title {
	margin: 0 auto;
	width: 85%;
	height: 28px;
	text-align: left;
	overflow: hidden;
	margin-top: 20px;
	font-size: 20px;
	color: #414141;
	line-height: 28px;
}

.indexnews .newslist ul a .title font {
	font-size: 20px;
	line-height: 28px;
}

.indexnews .newslist ul a .pubtime {
	margin: 0 auto;
	width: 85%;
	text-align: left;
	overflow: hidden;
	margin-top: 5px;
	font-size: 15px;
	color: #ABABAB;
}

.indexnews .newslist ul a .notes {
	margin: 0 auto;
	width: 85%;
	height: 50px;
	text-align: left;
	overflow: hidden;
	margin-top: 10px;
	font-size: 15px;
	color: #666666;
	line-height: 25px;
}

.indexnews .newslist ul a .pubinfo {
	margin: 0 auto;
	width: 85%;
	overflow: hidden;
	text-align: center;
	margin-top: 20px;
}

.indexnews .newslist ul a .pubinfo .class {
	float: left;
	background-color: #fff;
	border: 1px solid #ABABAB;
	font-size: 14px;
	line-height: 20px;
	color: #ABABAB;
	padding: 3px 10px;
}

.indexnews .newslist ul a .pubinfo .viewbt {
	float: right;
	margin-top: 10px;
	margin-right: 10px;
	transition: .3s;
	width: 24px;
	height: 11px;
	background: url(../images/row5.webp) no-repeat center center;
	background-size: 100% auto;
}

.indexnews .newslist ul a:hover .img img {
	transform: scale(1.05);
}

.indexnews .newslist ul a:hover .title {
	color: #2677E7;
}

.indexnews .newslist ul a:hover .notes {
	color: #000;
}

.indexnews .newslist ul a:hover .pubinfo .class {
	color: #fff;
	background-color: #2677E7;
	border: 1px solid #2677E7;
}

.indexnews .newslist ul a:hover .pubinfo .viewbt {
	margin-right: 5px;
}

.indexnews .viewmore {
	display: block;
	width: 100%;
	margin-top: -10px;
	text-align: center;
	margin-bottom: 50px;
}

.indexnews .viewmore a {
	display: block;
	margin: 0 auto;
	width: 250px;
	height: 60px;
	text-align: center;
	line-height: 60px;
	border-radius: 50px;
	background-color: #F60;
	color: #fff;
	font-size: 18px;
}

.indexnews .viewmore a:hover {
	background-color: #F30;
}

.indexnews .pageinfo {
	width: 100%;
	overflow: hidden;
	padding-top: 10px;
	padding-bottom: 60px;
	text-align: center;
	font-size: 14px;
}

@media screen and (max-width:750px) {
	.indexnews {
		margin: 0 auto;
		width: 95%;
		max-width: 95%;
		margin-top: 6vw;
	}

	.indexnews .titleinfo {
		width: 95%;
		margin-top: 5vw;
		padding-bottom: 3vw;
	}

	.indexnews .titleinfo p {
		font-size: 5vw;
		line-height: 5.5vw;
	}

	.indexnews .newslist {
		padding-top: 6vw;
		padding-bottom: 3vw;
	}

	.indexnews .newslist ul a {
		float: inherit;
		width: 100%;
		margin-bottom: 7vw;
	}

	.indexnews .newslist ul a .img {
		width: 95%;
		height: 52vw;
	}

	.indexnews .newslist ul a .title {
		width: 95%;
		height: auto;
		margin-top: 3vw;
		font-size: 4vw;
		line-height: 6vw;
	}

	.indexnews .newslist ul a .pubtime {
		width: 95%;
		margin-top: 2vw;
		font-size: 3.3vw;
	}

	.indexnews .newslist ul a .notes {
		width: 95%;
		height: 12vw;
		margin-top: 3vw;
		font-size: 3.5vw;
		line-height: 6vw;
	}

	.indexnews .newslist ul a .pubinfo {
		width: 95%;
		margin-top: 3vw;
	}

	.indexnews .newslist ul a .pubinfo .class {
		font-size: 3.5vw;
		line-height: 5vw;
	}

	.indexnews .newslist ul a .pubinfo .viewbt {
		margin-top: 2vw;
		margin-right: 3vw;
	}

	.indexnews .newslist ul a:hover .pubinfo .viewbt {
		margin-right: 2vw;
	}

	.indexnews .viewmore {
		margin-top: 0vw;
		margin-bottom: 10vw;
	}

	.indexnews .viewmore a {
		width: 45%;
		height: 10vw;
		line-height: 10vw;
		border-radius: 5vw;
		font-size: 4vw;
	}

	.indexnews .pageinfo {
		padding-top: 1.5vw;
		padding-bottom: 10vw;
		font-size: 3.5vw;
	}
}

.pagemain {
	margin: 0 auto;
	width: 1500px;
	max-width: 90%;
	padding-top: 40px;
	padding-bottom: 30px;
	overflow: hidden;
	margin-top: 40px;
	background-color: #fff;
	position: relative;
	z-index: 990;
}

.pagemain .pageright {
	float: left;
	margin-left: 2.3%;
	width: 70%;
	padding-bottom: 20px;
	overflow: hidden;
	background-color: #fff;
}

/* box-shadow:0px 0px 10px rgb(0,0,0, 0.1);*/
.pagemain .pageright.coinview {
	border: 1px solid #eee;
	padding-bottom: 0px;
	border-radius: 0vw;
}

.pagemain .pageleft {
	float: right;
	width: 23%;
	margin-right: 2.5%;
	overflow: hidden;
}

.pagemain .pageleft .rightad {
	width: 100%;
	margin-bottom: 15px;
	overflow: hidden;
	position: relative;
}

.pagemain .pageleft .rightad img {
	width: 100%;
	height: auto;
}

.pagemain .pageleft .rightad p {
	width: 50px;
	height: 30px;
	font-size: 15px;
	line-height: 30px;
	position: absolute;
	right: 0;
	bottom: 0;
	text-align: center;
	color: #fff;
	background-color: rgb(0, 0, 0, 0.6);
}

@media screen and (max-width:750px) {
	.pagemain {
		width: auto;
		max-width: auto;
		padding: 2.5%;
		margin-top: 5vw;
		border-radius: 0;
	}

	.pagemain .pageright {
		float: inherit;
		margin-left: 0%;
		width: auto;
		padding-bottom: 0vw;
	}

	.pagemain .pageleft {
		display: none;
	}
}

.pagemain .pageright .newstitle {
	margin: 0 auto;
	width: 100%;
	margin-top: 0px;
	padding-bottom: 10px;
	text-align: left;
	border-bottom: 1px solid #eee;
	font-size: 14px;
	color: #666;
}

.pagemain .pageright .newstitle a {
	font-size: 14px;
	color: #666;
}

.pagemain .pageright .newstitle a:hover {
	color: #0145E8;
	text-decoration: underline;
}

.pagemain .pageright .newstitle img {
	width: 15px;
	height: 12px;
	margin-right: 5px;
}

.pagemain .pageright.coinview .newstitle {
	margin: 0 auto;
	width: 96%;
	margin-top: 10px;
	text-indent: 5px;
}

.pagemain .pageright .newscontent {
	margin: 0 auto;
	width: 100%;
	overflow: hidden;
	margin-top: 50px;
}

.pagemain .pageright .newscontent .newsbig {
	width: 100%;
	overflow: hidden;
	text-align: center;
	color: #000;
	font-size: 28px;
	font-weight: bold;
	line-height: 40px;
}

.pagemain .pageright .newscontent .pubinfo {
	width: 100%;
	overflow: hidden;
	text-align: center;
	margin-top: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #eee;
}

.pagemain .pageright .newscontent .pubinfo p {
	display: inline-block;
	margin-left: 20px;
	font-size: 13px;
}

.pagemain .pageright .newscontent .pubinfo p img {
	width: 13px;
	height: 13px;
	margin-right: 5px;
	vertical-align: middle;
	margin-top: -3px;
}

.pagemain .pageright .newscontent .contentview {
	width: 100%;
	overflow: hidden;
	margin-top: 50px;
	padding-bottom: 50px;
	font-size: 16px;
	line-height: 30px;
	color: #000;
}

.pagemain .pageright .newscontent .contentview * {
	font-size: 16px;
	line-height: 30px;
	color: #000;
}

.pagemain .pageright .newscontent .contentview img {
	max-width: 100%;
	height: auto;
}

.pagemain .pageright .newscontent .tipinfo {
	width: auto;
	padding: 10px 10px;
	border: 1px solid #fff;
	background-color: #fafafa;
	font-size: 15px;
	line-height: 35px;
}

.pagemain .pageright .newscontent .tipinfo * {
	font-size: 15px;
	line-height: 35px;
}

.pagemain .pageright .newscontent .tipinfo a {
	color: #0145E8;
	text-decoration: underline;
}

.pagemain .pageright .newscontent .tipinfo a:hover {
	text-decoration: underline;
}

.pagemain .pageright .newscontent .tipinfo a.tag {
	display: inline-block;
	text-decoration: none;
	width: auto;
	margin: 0 10px 0 0;
	padding: 0px 7px 0px 7px;
	line-height: 25px;
	background-color: #CAEAFF;
	color: #0074E3;
	text-align: center;
	font-size: 14px;
	font-family: 'Arial'
}

.pagemain .pageright .newscontent .tipinfo a.tag:hover {
	background-color: #0145E8;
	color: #fff;
	text-decoration: none;
}

.pagemain .pageright .newscontent .others {
	margin-top: 30px;
	margin-bottom: 0px;
	border-top: 1px solid #eee;
	width: auto;
	padding: 20px 10px;
	font-size: 16px;
	line-height: 30px;
}

.pagemain .pageright .newscontent .others * {
	font-size: 16px;
	line-height: 30px;
}

.pagemain .pageright .newscontent .others a:hover {
	color: #0145E8;
	text-decoration: underline;
}

.pagemain .pageright .newscontent .samenews {
	display: none;
	margin: 0 auto;
	width: 100%;
	margin-top: 30px;
}

.pagemain .pageright .newscontent .samenews .smtitle {
	margin: 0 auto;
	width: 100%;
	text-align: left;
	margin-top: 15px;
	border-bottom: 1px solid #eee;
	font-size: 18px;
	color: #000;
	padding-bottom: 10px;
}

.pagemain .pageright .newscontent .samenews .smtitle img {
	width: 19px;
	height: 16px;
	vertical-align: middle;
	margin-right: 5px;
	margin-top: -2px;
}

.pagemain .pageright .newscontent .samenews .smlist {
	margin: 0 auto;
	width: 100%;
	overflow: hidden;
	margin-top: 25px;
	margin-bottom: 10px;
}

.pagemain .pageright .newscontent .samenews .smlist a {
	display: block;
	float: left;
	width: 50%;
	text-align: left;
	line-height: 25px;
	height: 25px;
	margin-bottom: 15px;
	font-size: 16px;
	overflow: hidden;
	color: #000;
}

.pagemain .pageright .newscontent .samenews .smlist a img {
	width: 12px;
	height: 12px;
	vertical-align: middle;
	margin-top: -2px;
	margin-right: 10px;
}

.pagemain .pageright .newscontent .samenews .smlist a:hover {
	color: #0145E8;
	text-decoration: underline;
}

.pagemain .pageright .sitemap {
	margin: 0 auto;
	width: 95%;
	overflow: hidden;
	margin-top: 20px;
}

.pagemain .pageright .sitemap .mapbig {
	width: 100%;
	overflow: hidden;
	margin-bottom: 20px;
}

.pagemain .pageright .sitemap .mapbig a {
	font-size: 18px;
	color: #000;
	font-weight: bold;
}

.pagemain .pageright .sitemap .mapbig a:hover {
	text-decoration: underline;
}

.pagemain .pageright .sitemap .mapbig a img {
	width: 14px;
	height: 14px;
	margin-right: 10px;
	margin-top: -4px;
	vertical-align: middle;
}

.pagemain .pageright .sitemap .mapsmall {
	width: 98%;
	padding-left: 2.5%;
	overflow: hidden;
	margin-bottom: 20px;
	margin-top: -10px;
}

.pagemain .pageright .sitemap .mapsmall a {
	font-size: 15px;
	line-height: 30px;
	color: #0145E8;
}

.pagemain .pageright .sitemap .mapsmall a:hover {
	color: #0654F9;
	text-decoration: underline;
}

.pagemain .pageright .sitemap .mapsmall a img {
	margin-right: 10px;
	width: 10px;
	height: 10px;
	vertical-align: middle;
}

.pagemain .pageright .sitemap .map_small {
	width: 100%;
	overflow: hidden;
	margin-bottom: 20px;
	margin-top: 0px;
}

.pagemain .pageright .sitemap .map_small a {
	display: block;
	height: 20px;
	overflow: hidden;
	float: left;
	width: 25%;
	margin-bottom: 20px;
}

.pagemain .pageright .sitemap .map_small a img {
	display: block;
	float: left;
	margin-left: 18px;
	margin-right: 10px;
	width: 20px;
	height: 20px;
	vertical-align: middle;
}

.pagemain .pageright .sitemap .map_small a span {
	display: block;
	width: 70%;
	overflow: hidden;
	height: 20px;
	font-size: 14px;
	line-height: 20px;
	color: #0145E8;
}

.pagemain .pageright .sitemap .map_small a:hover span {
	color: #0654F9;
	text-decoration: underline;
}

@media screen and (max-width:750px) {
	.pagemain .pageright .newstitle {
		margin-top: 0vw;
		padding-bottom: 2vw;
		font-size: 3vw;
	}

	.pagemain .pageright .newstitle a {
		font-size: 3vw;
	}

	.pagemain .pageright .newstitle img {
		width: auto;
		height: 3vw;
		margin-right: 2vw;
	}

	.pagemain .pageright.coinview .newstitle {
		margin-top: 3vw;
		padding-bottom: 2wv;
		text-indent: 1vw;
	}

	.pagemain .pageright .newscontent {
		margin-top: 5vw;
	}

	.pagemain .pageright .newscontent .newsbig {
		font-size: 5vw;
		line-height: 7vw;
	}

	.pagemain .pageright .newscontent .pubinfo {
		margin-top: 3vw;
		padding-bottom: 3vw;
	}

	.pagemain .pageright .newscontent .pubinfo p {
		margin-left: 2vw;
		font-size: 2.8vw;
	}

	.pagemain .pageright .newscontent .pubinfo p img {
		width: 3vw;
		height: 3vw;
		margin-right: 0.5vw;
		margin-top: -0.5vw;
	}

	.pagemain .pageright .newscontent .contentview {
		margin-top: 5vw;
		padding-bottom: 10vw;
		font-size: 3.8vw;
		line-height: 7vw;
	}

	.pagemain .pageright .newscontent .contentview * {
		font-size: 3.8vw;
		line-height: 7vw;
	}

	.pagemain .pageright .newscontent .tipinfo {
		padding: 3vw 3vw;
		font-size: 3vw;
		line-height: 6vw;
	}

	.pagemain .pageright .newscontent .tipinfo * {
		font-size: 3vw;
		line-height: 6vw;
	}

	.pagemain .pageright .newscontent .tipinfo a.tag {
		margin: 0 2vw 0 0;
		padding: 0 2vw 0 2vw;
		font-size: 3vw;
		margin-bottom: 2vw;
		line-height: 5.5vw;
	}

	.pagemain .pageright .newscontent .others {
		margin-top: 3vw;
		padding: 3vw 3vw;
		font-size: 3.5vw;
		line-height: 6vw;
	}

	.pagemain .pageright .newscontent .others * {
		font-size: 3.5vw;
		line-height: 6vw;
	}

	.pagemain .pageright .newscontent .samenews {
		margin-top: 6vw;
	}

	.pagemain .pageright .newscontent .samenews .smtitle {
		margin-top: 0vw;
		font-size: 4vw;
		padding-bottom: 3vw;
	}

	.pagemain .pageright .newscontent .samenews .smtitle img {
		width: auto;
		height: 4vw;
		margin-right: 2vw;
	}

	.pagemain .pageright .newscontent .samenews .smlist {
		margin-top: 3vw;
		margin-bottom: 3vw;
	}

	.pagemain .pageright .newscontent .samenews .smlist a {
		float: inherit;
		width: 100%;
		line-height: 6vw;
		height: 6vw;
		margin-bottom: 3vw;
		font-size: 3.5vw;
	}

	.pagemain .pageright .newscontent .samenews .smlist a img {
		width: 3vw;
		height: auto;
		margin-top: -0.5vw;
		margin-right: 2vw;
	}

	.pagemain .pageright .sitemap {
		margin-top: 5vw;
	}

	.pagemain .pageright .sitemap .mapbig {
		margin-bottom: 3vw;
	}

	.pagemain .pageright .sitemap .mapbig a {
		font-size: 3.8vw;
	}

	.pagemain .pageright .sitemap .mapbig a img {
		width: 13px;
		height: 13px;
		margin-right: 2vw;
		margin-top: -1vw;
	}

	.pagemain .pageright .sitemap .mapsmall {
		margin-bottom: 3vw;
		margin-top: -1.5vw;
	}

	.pagemain .pageright .sitemap .mapsmall a {
		font-size: 3.5vw;
		line-height: 7vw;
	}

	.pagemain .pageright .sitemap .mapsmall a img {
		margin-right: 10px;
		width: 10px;
		vertical-align: middle;
	}

	.pagemain .pageright .sitemap .map_small {
		width: 100%;
		overflow: hidden;
		margin-bottom: 3vw;
		margin-top: 0px;
	}

	.pagemain .pageright .sitemap .map_small a {
		display: block;
		height: 6vw;
		overflow: hidden;
		float: left;
		width: 50%;
		margin-bottom: 2vw;
	}

	.pagemain .pageright .sitemap .map_small a img {
		display: block;
		float: left;
		margin-left: 2vw;
		margin-right: 2vw;
		width: 3.5vw;
		height: 3.5vw;
		margin-top: 1vw;
		vertical-align: middle;
	}

	.pagemain .pageright .sitemap .map_small a span {
		display: block;
		width: 70%;
		overflow: hidden;
		height: 6vw;
		font-size: 3.3vw;
		line-height: 6vw;
	}
}

.pagemain .pageleft .lefthot {
	margin: 0 auto;
	width: auto;
	margin-bottom: 15px;
	background-color: #fff;
	border: 1px solid #eee;
	border-radius: 0vw;
}

.pagemain .pageleft .lefthot .htitle {
	margin: 0 auto;
	width: 100%;
	background-color: #fbfbfb;
	text-align: left;
	padding: 13px 0;
	border-bottom: 1px solid #eee;
	border-radius: 0;
	font-size: 18px;
	color: #000;
	font-weight: bold;
}

.pagemain .pageleft .lefthot .htitle img {
	width: 22px;
	height: auto;
	vertical-align: middle;
	margin-left: 20px;
	margin-right: 10px;
	margin-top: -5px;
}

.pagemain .pageleft .lefthot .hotlist {
	margin: 0 auto;
	width: 90%;
	overflow: hidden;
	margin-top: 15px;
	margin-bottom: 10px;
}

.pagemain .pageleft .lefthot .hotlist a {
	display: block;
	width: 100%;
	text-align: left;
	line-height: 25px;
	height: 25px;
	margin-bottom: 10px;
	font-size: 15px;
	overflow: hidden;
	color: #666;
}

.pagemain .pageleft .lefthot .hotlist a img {
	width: 12px;
	height: 12px;
	vertical-align: middle;
	margin-top: -2px;
	margin-right: 10px;
}

.pagemain .pageleft .lefthot .hotlist a:hover {
	text-decoration: underline;
	color: #0145E8;
}

.pagemain .pageleft .lefthot .bitlist {
	margin: 0 auto;
	width: 90%;
	overflow: hidden;
	margin-top: 10px;
	margin-bottom: 10px;
}

.pagemain .pageleft .lefthot .bitlist .th th {
	color: #333;
	padding: 5px 0;
	font-size: 15px;
	text-align: center;
}

.pagemain .pageleft .lefthot .bitlist .th .tleft {
	text-align: left;
	text-indent: 10px;
}

.pagemain .pageleft .lefthot .bitlist tbody td {
	padding: 10px 0;
}

.pagemain .pageleft .lefthot .bitlist tbody td a {
	display: block;
	width: auto;
	text-align: center;
	font-size: 15px;
	color: #333;
}

.pagemain .pageleft .lefthot .bitlist tbody td a .limg {
	float: left;
	width: 23%;
	text-align: left;
}

.pagemain .pageleft .lefthot .bitlist tbody td a .limg img {
	width: 100%;
	height: auto;
}

.pagemain .pageleft .lefthot .bitlist tbody td a .name {
	float: left;
	width: 70%;
	margin-left: 5%;
	text-align: left;
}

.pagemain .pageleft .lefthot .bitlist tbody td a .name .bname {
	font-size: 16px;
	color: #000;
	line-height: 20px;
	font-weight: bold;
	font-family: 'Arial'
}

.pagemain .pageleft .lefthot .bitlist tbody td a .name .cname {
	font-size: 12px;
	color: #9194A4;
	line-height: 12px;
}

.pagemain .pageleft .lefthot .bitlist tbody td a.price {
	font-weight: bold;
}

.pagemain .pageleft .lefthot .bitlist tbody td a.green {
	width: 75%;
	margin-left: 25%;
	border-radius: 5px;
	font-size: 14px;
	background-color: #02B36D;
	color: #fff;
}

.pagemain .pageleft .lefthot .bitlist tbody td a.red {
	width: 75%;
	margin-left: 25%;
	border-radius: 5px;
	font-size: 14px;
	background-color: #E1322D;
	color: #fff;
}

.pagemain .pageleft .lefthot .taglist {
	margin: 0 auto;
	width: 90%;
	overflow: hidden;
	margin-top: 20px;
	margin-bottom: 10px;
}

.pagemain .pageleft .lefthot .taglist a {
	display: inline-block;
	width: auto;
	float: left;
	margin: 0 10px 10px 0;
	padding: 2px 7px 2px 7px;
	background-color: #CAEAFF;
	color: #0074E3;
	text-align: center;
	font-size: 13px;
	font-family: 'Arial'
}

.pagemain .pageleft .lefthot .taglist a:hover {
	background-color: #0074E3;
	color: #fff;
}

.friends {
	margin: 0 auto;
	width: 1460px;
	max-width: 90%;
	overflow: hidden;
	margin-top: 40px;
	border: 1px solid #ccc;
	border-radius: 5px;
	padding: 20px;
	font-size: 15px;
	line-height: 35px;
	color: #ccc;
}

.friends b {
	font-weight: bold;
	font-size: 15px;
	line-height: 35px;
	color: #000;
}

.friends a {
	font-size: 15px;
	line-height: 35px;
	color: #666;
}

.friends a:hover {
	color: #000;
	text-decoration: underline;
}

.friends-title {
	display: inline;
}

.friends-item {
	display: inline;
	white-space: nowrap;
}

.friends-item a {
	white-space: nowrap;
}

.friends-sep {
	display: inline;
	color: #ccc;
}

@media screen and (max-width:750px) {
	.friends {
		margin: 0 auto;
		width: 90%;
		max-width: 95%;
		margin-top: 6vw;
		border-radius: 2vw;
		padding: 2.5%;
		font-size: 3.5vw;
		line-height: 7vw;
		display: block;
		overflow: visible;
	}

	.friends-title {
		display: block;
		margin-bottom: 2vw;
		font-size: 3.5vw;
		line-height: 7vw;
	}

	.friends-sep {
		display: none;
	}

	.friends-item {
		display: block;
		width: 100%;
		white-space: normal;
		margin-bottom: 1.8vw;
		padding-bottom: 1.8vw;
		border-bottom: 1px solid #eee;
		box-sizing: border-box;
	}

	.friends-item:last-of-type {
		margin-bottom: 0;
		padding-bottom: 0;
		border-bottom: 0;
	}

	.friends-item a {
		display: inline;
		white-space: normal;
		font-size: 3.5vw;
		line-height: 6.5vw;
	}

	.friends b {
		font-size: 3.5vw;
		line-height: 7vw;
	}

	.friends a {
		font-size: 3.5vw;
		line-height: 7vw;
	}
}

.fadarea {
	margin: 0 auto;
	overflow: hidden;
	width: 1500px;
	max-width: 90%;
	margin-top: 30px;
	text-align: center;
}

.fadarea .adimg {
	width: 100%;
	height: auto;
	position: relative;
	overflow: hidden;
}

.fadarea .adimg img {
	width: 100%;
	height: auto;
}

.fadarea .adimg p {
	width: 50px;
	height: 30px;
	font-size: 15px;
	line-height: 30px;
	position: absolute;
	right: 0;
	bottom: 0;
	text-align: center;
	color: #fff;
	background-color: rgb(0, 0, 0, 0.6);
}

.footer {
	width: 100%;
	background-color: #353535;
	padding: 30px 0px;
	margin-top: 60px;
	border-top: 0px;
}

.footer .bottom {
	margin: 0 auto;
	width: 1500px;
	max-width: 90%;
	text-align: left;
	display: flex;
	justify-content: space-between;
}

.footer .bottom .fright {
	float: left;
	width: 19.5%;
	padding: 0;
	padding-left: 0.5%;
	font-size: 14px;
	color: #fff;
	line-height: 20px;
	border-right: 1px solid #949494;
}

.footer .bottom .fright .footer-brand {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-top: 5px;
	margin-bottom: 14px;
}

.footer .bottom .fright .footer-logo-link {
	display: inline-flex;
	align-items: center;
}

.footer .bottom .fright .footer-brand img {
	width: 48px;
	height: 48px;
	object-fit: contain;
	border-radius: 12px;
	margin: 0;
}

.footer .bottom .fright .footer-logo-text {
	display: inline-flex;
	align-items: center;
	height: 48px;
	font-size: 34px;
	line-height: 1;
	color: #fff;
	font-weight: 700;
}

.footer .bottom .fleft {
	float: right;
	width: 75%;
	padding: 15px 0;
}

.footer .bottom .fright img {
	width: 55%;
	height: auto;
	margin-bottom: 20px;
	margin-top: 5px;
}

.footer .bottom .fleft .flink {
	width: 100%;
}

.footer .bottom .fleft .flink a {
	display: inline-block;
	margin-left: 0px;
	margin-right: 20px;
	padding-right: 20px;
	color: #fff;
	font-size: 17px;
	height: 18px;
	line-height: 18px !important;
	border-right: 1px solid #B7B7B7;
}

.footer .bottom .fleft .flink a:hover {
	color: #fff;
	text-decoration: underline;
}

.footer .bottom .fleft .flink a:last-child {
	border-right: 0px;
}

.footer .bottom .fleft .copyinfo {
	width: 100%;
	color: #fff;
	opacity: 0.6;
	margin-top: 20px;
	font-size: 16px;
	line-height: 20px;
}

.footer .bottom .fleft .copyinfo-copyright {
	margin-bottom: 12px;
	color: #fff;
}

.footer .bottom .fleft .copyinfo-legal,
.footer .bottom .fleft .copyinfo-legal p {
	color: #fff;
}

.footer .bottom .fleft .copyinfo-legal p {
	margin: 0 0 10px 0;
}

.footer .bottom .fleft .copyinfo-legal p:last-child {
	margin-bottom: 0;
}

.footer .bottom .fleft .copyinfo a {
	color: #fff;
	opacity: 0.6;
	font-size: 14px;
	line-height: 20px;
}

.footer .bottom .fleft .copyinfo a:hover {
	color: #fff;
	opacity: 1;
	text-decoration: underline;
}


.backtop {
	position: absolute;
	position: fixed;
	z-index: 10000;
	cursor: pointer;
	right: 20px;
	bottom: 30px;
	width: 55px;
	height: 55px;
	background: url(../images/back-top.webp) no-repeat center top;
}

.backtop:hover {
	background-position: center bottom;
}

@media screen and (max-width:750px) {
	.fadarea {
		margin: 0 auto;
		width: 95%;
		max-width: 95%;
		margin-top: 5vw;
		text-align: center;
	}

	.fadarea .adimg {
		width: 100%;
		height: auto;
	}

	.fadarea .adimg img {
		width: 100%;
		height: auto;
		overflow: hidden;
		display: block;
	}

	.topad img {
		display: block;
	}

	.topad p,
	.fadarea .adimg p {
		width: auto;
		min-width: 9vw;
		height: 5.8vw;
		line-height: 5.8vw;
		padding: 0 1.6vw;
		font-size: 2.8vw;
		right: 1.2vw;
		bottom: 1.2vw;
		border-radius: 1vw;
		box-sizing: border-box;
	}

	.footer {
		padding: 6vw 0;
		margin-top: 10vw;
	}

	.footer .bottom {
		width: 95%;
		max-width: 95%;
		display: inherit;
	}

	.footer .bottom .fright {
		float: inherit;
		width: 100%;
		padding-left: 0%;
		font-size: 3.5vw;
		line-height: 5vw;
		text-align: center;
		border-right: 0px;
	}

	.footer .bottom .fright .footer-brand {
		justify-content: center;
		margin-top: 0;
		margin-bottom: 4vw;
	}

	.footer .bottom .fright .footer-brand img {
		width: 16vw;
		height: 16vw;
		border-radius: 1.2rem;
	}

	.footer .bottom .fright .footer-logo-text {
		height: 16vw;
		font-size: 8vw;
	}

	.footer .bottom .fleft {
		float: inherit;
		width: 100%;
		text-align: center;
		margin-top: 4vw;
		padding: 3vw 0;
	}

	.footer .bottom .fright img {
		width: 40%;
		height: auto;
		margin-bottom: 5vw;
		margin-top: 0vw;
	}

	.footer .bottom .fleft .flink a {
		margin-left: 1vw;
		margin-right: 1vw;
		padding-right: 0;
		border-right: 0px;
		font-size: 3vw;
		line-height: 4vw;
	}

	.footer .bottom .fleft .copyinfo {
		margin-top: 2vw;
		font-size: 2.8vw;
		line-height: 3.5vw;
	}

	.footer .bottom .fleft .copyinfo-copyright {
		text-align: center;
		margin-bottom: 3vw;
	}

	.footer .bottom .fleft .copyinfo-legal {
		text-align: left;
	}

	.footer .bottom .fleft .copyinfo-legal p {
		text-align: left;
		margin: 0 0 2.5vw 0;
		line-height: 4.2vw;
	}

	.footer .bottom .fleft .copyinfo-legal p:last-child {
		margin-bottom: 0;
	}


	.backtop {
		right: 3vw;
		bottom: 6vw;
		width: 10vw;
		height: 10vw;
		background-size: 100% auto;
	}
}

.pagemain .coinhot .viewmore {
	display: none;
}

@media screen and (max-width:750px) {
	.pagemain .coinhot .viewmore {
		display: block;
		width: 100%;
		margin-top: 7vw;
		text-align: center;
		margin-bottom: 5vw;
	}

	.pagemain .coinhot .viewmore a {
		display: block;
		margin: 0 auto;
		width: 40%;
		text-align: center;
		line-height: 9vw;
		border-radius: 6vw;
		background-color: #0145E8;
		color: #fff;
		font-size: 4vw;
	}

	.pagemain .coinhot .viewmore a:hover {
		background-color: #F30;
	}
}

.coinhot {
	margin: 0 auto;
	width: 95%;
	overflow: hidden;
	margin-top: 0px;
	margin-bottom: 40px;
	background-color: #fff;
	border: 1px solid #eee;
}

.coinhot .coininfo {
	float: left;
	width: 21%;
	padding-left: 2%;
	height: 180px;
	padding-top: 15px;
	margin-left: 0%;
}

.coinhot .coindetail {
	float: left;
	width: 73%;
	padding-left: 4%;
	height: 145px;
	padding-top: 40px;
}

.coinhot .coininfo .coinname {
	width: 100%;
	overflow: hidden;
	font-size: 22px;
	color: #000;
	line-height: 40px;
	font-weight: bold;
}

.coinhot .coininfo .coinname img {
	width: 50px;
	height: 50px;
	margin-right: 10px;
	vertical-align: middle;
	margin-top: 0px;
}

.coinhot .coininfo .nowprice {
	width: 100%;
	overflow: hidden;
	margin-top: 0px;
	text-indent: 60px;
	font-size: 35px;
	line-height: 40px;
	font-weight: bold;
	font-family: 'Arial';
}

.coinhot .coininfo .nowprice.green {
	color: #02B36D
}

.coinhot .coininfo .nowprice.red {
	color: #E1322D
}

.coinhot .coininfo .grade {
	width: 100%;
	overflow: hidden;
	margin-top: 10px;
	text-indent: 60px;
	font-size: 18px;
	font-family: 'Arial';
}

.coinhot .coininfo .grade.green {
	color: #02B36D
}

.coinhot .coininfo .grade.red {
	color: #E1322D
}

.coinhot .coininfo .update {
	width: 100%;
	overflow: hidden;
	margin-top: 5px;
	text-indent: 60px;
	font-size: 14px;
	font-family: 'Arial';
	color: #666;
	opacity: 0.8;
}

.coinhot .coindetail .data {
	float: left;
	width: 33.33%;
	margin-bottom: 20px;
}

.coinhot .coindetail .data .dname {
	float: left;
	width: 50%;
	text-align: left;
	font-size: 18px;
	color: #939393;
}

.coinhot .coindetail .data .ddata {
	float: left;
	width: 50%;
	text-align: left;
	font-size: 18px;
	color: #0145E8;
	font-weight: bold;
}

.coinlist {
	margin: 0 auto;
	width: 95%;
	overflow: hidden;
	margin-top: 20px;
	margin-bottom: 50px;
	padding: 30px 0;
	background-color: #fff;
	border: 1px solid #eee;
	border-radius: 0vw;
}

.coinlist .cointitle {
	margin: 0 auto;
	width: 95%;
	margin-top: 0px;
	font-size: 20px;
	color: #000;
	font-weight: bold;
	border-bottom: 1px solid #eee;
	padding-bottom: 10px;
}

.coinlist .coninarea {
	margin: 0 auto;
	width: 95%;
	overflow: hidden;
	margin-top: 20px;
}

.coinlist .coninarea th {
	font-size: 16px;
	color: #000;
	text-align: center;
	line-height: 20px;
	padding: 5px 0px 20px 0px;
}

.coinlist .coninarea th.left {
	float: left;
	text-indent: 10px;
}

.coinlist .coninarea td {
	text-align: center;
	color: #000;
	font-size: 16px;
	padding: 15px 0px;
}

.coinlist .coninarea td .coin-cell {
	display: block;
	width: auto;
	text-align: center;
	font-size: 16px;
	color: #333;
}

.coinlist .coninarea td .coin-cell .limg {
	float: left;
	width: 17%;
	text-align: left;
}

.coinlist .coninarea td .coin-cell .limg img {
	width: 100%;
	height: auto;
}

.coinlist .coninarea td .coin-cell .name {
	float: left;
	width: 78%;
	margin-left: 5%;
	text-align: left;
}

.coinlist .coninarea td .coin-cell .name .bname {
	margin-top: 3px;
	font-size: 16px;
	color: #000;
	line-height: 20px;
	font-weight: bold;
	font-family: 'Arial'
}

.coinlist .coninarea td .coin-cell .name .cname {
	font-size: 12px;
	color: #9194A4;
	line-height: 12px;
}

.coinlist .coninarea td .coin-cell.green {
	color: #02B36D;
}

.coinlist .coninarea td .coin-cell.red {
	color: #E1322D;
}

.coinlist .coninarea tbody td {
	border-bottom: 1px solid #eee;
}

.coinlist .coninarea .pageinfo {
	width: 100%;
	overflow: hidden;
	padding-top: 50px;
	padding-bottom: 30px;
	text-align: center;
	font-size: 14px;
}

.indexnews .coinhot {
	margin: 0 auto;
	margin-top: 40px;
}

@media screen and (max-width:750px) {
	.coinhot {
		width: 98%;
		padding: 0;
		margin-bottom: 4vw;
		margin-top: -2vw;
		background-color: #fff;
		border: 0px;
	}

	.coinhot .coininfo {
		float: inherit;
		padding-left: 0%;
		margin: 0 auto;
		padding: 7vw 0 5vw 0;
		height: auto;
		width: 100%;
		margin-left: auto;
	}

	.coinhot .coindetail {
		float: inherit;
		padding-left: 0%;
		margin: 0 auto;
		height: auto;
		background-color: #fff;
		width: 100%;
		padding-top: 5vw;
	}

	.coinhot .coininfo .coinname {
		font-size: 6vw;
		line-height: 6.5vw;
		text-align: center;
	}

	.coinhot .coininfo .coinname img {
		width: 10vw;
		height: 10vw;
		margin-right: 2.5vw;
		margin-top: 0vw;
	}

	.coinhot .coininfo .nowprice {
		margin-top: 4vw;
		text-indent: 0;
		font-size: 9vw;
		line-height: 9.5vw;
		text-align: center;
	}

	.coinhot .coininfo .grade {
		margin-top: 3vw;
		text-indent: 0;
		font-size: 4.5vw;
		text-align: center;
	}

	.coinhot .coininfo .update {
		margin-top: 3vw;
		text-indent: 0;
		font-size: 3.3vw;
		text-align: center;
	}

	.coinhot .coindetail .data {
		float: inherit;
		margin: 0 auto;
		width: 100%;
		margin-bottom: 3vw;
		border-bottom: 1px solid #eee;
		overflow: hidden;
		padding-bottom: 3vw;
	}

	.coinhot .coindetail .data .dname {
		font-size: 3.8vw;
	}

	.coinhot .coindetail .data .ddata {
		font-size: 3.8vw;
		text-align: right;
	}

	.coinlist {
		width: 98%;
		margin-top: 3vw;
		padding: 5vw 0;
	}

	.coinlist .cointitle {
		font-size: 4.5vw;
		padding-bottom: 3vw;
	}

	.coinlist .coninarea {
		margin-top: 2vw;
	}

	.coinlist .coninarea th {
		font-size: 3.8vw;
		line-height: 6vw;
		padding: 2vw 0 3vw 0;
	}

	.coinlist .coninarea th.mbhide {
		display: none;
	}

	.coinlist .coninarea td.mbhide {
		display: none;
	}

	.coinlist .coninarea th.left {
		text-indent: 3vw;
	}

	.coinlist .coninarea td {
		font-size: 3.5vw;
		padding: 3vw 0;
	}

	.coinlist .coninarea td .coin-cell {
		font-size: 3.5vw;
	}

	.coinlist .coninarea td .coin-cell .limg {
		width: 28%;
	}

	.coinlist .coninarea td .coin-cell .name {
		width: 67%;
		margin-left: 5%;
	}

	.coinlist .coninarea td .coin-cell .name .bname {
		margin-top: 0vw;
		font-size: 3.5vw;
		line-height: 5vw;
	}

	.coinlist .coninarea td .coin-cell .name .cname {
		font-size: 3vw;
		line-height: 3.5vw;
	}

	.coinlist .coninarea td .coin-cell.green.mobi {
		display: block;
		margin: 0 auto;
		width: 80%;
		border-radius: 2vw;
		font-size: 3.5vw;
		background-color: #02B36D;
		color: #fff;
	}

	.coinlist .coninarea td .coin-cell.red.mobi {
		display: block;
		margin: 0 auto;
		width: 80%;
		border-radius: 2vw;
		font-size: 3.5vw;
		background-color: #E1322D;
		color: #fff;
	}

	.coinlist .coninarea th.w0 {
		width: 12%;
	}

	.coinlist .coninarea th.w1 {
		width: 31.33%;
	}

	.coinlist .coninarea th.w2 {
		width: 27.33%;
	}

	.coinlist .coninarea .pageinfo {
		padding-top: 6vw;
		padding-bottom: 3vw;
		font-size: 3.5vw;
	}

	.indexnews .coinhot {
		margin: 0 auto;
		width: 95%;
		margin-top: 0vw;
	}
}

.bithotinfo {
	margin: 0 auto;
	width: 95%;
	overflow: hidden;
	margin-top: 20px;
	position: relative;
}

.bithotinfo .coinname {
	width: 100%;
	overflow: hidden;
	font-size: 25px;
	color: #000;
	line-height: 50px;
	font-weight: bold;
}

.bithotinfo .coinname img {
	width: 50px;
	height: 50px;
	margin-right: 10px;
	vertical-align: middle;
	margin-top: 0px;
}

.bithotinfo .coinname span {
	display: inline-block;
	width: auto;
	margin-left: 20px;
	border: 1px solid #02B36D;
	border-radius: 5px;
	text-align: center;
	color: #02B36D;
	font-size: 15px;
	padding: 0 10px;
	line-height: 30px;
}

.bithotinfo .nowprice {
	width: 100%;
	overflow: hidden;
	margin-top: 5px;
	text-indent: 60px;
	font-size: 45px;
	line-height: 50px;
	font-weight: bold;
	font-family: 'Arial';
}

.bithotinfo .nowprice font {
	font-size: 20px;
}

.bithotinfo .nowprice span {
	display: inline-block;
	margin-left: 15px;
	text-indent: 0px;
	color: #fff;
	font-size: 16px;
	border-radius: 5px;
	padding: 0 6px;
	font-weight: normal;
}

.bithotinfo .nowprice.green {
	color: #02B36D
}

.bithotinfo .nowprice.green font {
	color: #02B36D;
}

.bithotinfo .nowprice.green span {
	background-color: #02B36D;
}

.bithotinfo .nowprice.red {
	color: #E1322D
}

.bithotinfo .nowprice.red font {
	color: #E1322D;
}

.bithotinfo .nowprice.red span {
	background-color: #E1322D;
}

.bithotinfo .update {
	width: 100%;
	overflow: hidden;
	margin-top: 15px;
	text-indent: 60px;
	font-size: 14px;
	font-family: 'Arial';
	color: #83858F;
}

.bithotinfo .golink {
	position: absolute;
	width: 30%;
	overflow: hidden;
	right: 0;
	top: 10px;
}

.bithotinfo .golink a {
	display: block;
	float: right;
	margin-left: 10px;
	border: 1px solid #666;
	text-align: center;
	color: #666;
	font-size: 14px;
	border-radius: 5px;
	padding: 0 10px;
}

.bithotinfo .golink a:hover {
	color: #fff;
	border: 1px solid #0593D5;
	background-color: #0593D5;
}

.bithotdetail {
	margin: 0 auto;
	width: 95%;
	margin-top: 30px;
	overflow: hidden;
}

.bithotdetail .data {
	float: left;
	width: 25%;
	margin-bottom: 15px;
}

.bithotdetail .data .dname {
	float: left;
	width: 50%;
	text-align: left;
	font-size: 16px;
	color: #8C979C;
}

.bithotdetail .data .ddata {
	float: left;
	width: 50%;
	text-align: left;
	font-size: 16px;
	color: #000;
}

@media screen and (max-width:750px) {
	.bithotinfo {
		width: 100%;
		margin-top: 5vw;
	}

	.bithotinfo .coinname {
		text-align: center;
		font-size: 5.5vw;
		line-height: 6vw;
		padding-top: 2vw;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.bithotinfo .coinname img {
		width: 8vw;
		height: 8vw;
		margin-right: 2vw;
		margin-top: 0vw;
	}

	.bithotinfo .coinname span {
		margin-left: 2vw;
		border-radius: 2vw;
		font-size: 4vw;
		padding: 0 3vw;
		line-height: 6vw;
	}

	.bithotinfo .nowprice {
		text-align: center;
		margin-top: 3vw;
		text-indent: 0;
		font-size: 7vw;
		line-height: 7vw;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.bithotinfo .nowprice font {
		display: inline-block;
		margin-left: 2vw;
		font-size: 4vw;
		line-height: 7vw;
	}

	.bithotinfo .nowprice span {
		margin-left: 2vw;
		text-indent: 0;
		font-size: 3.3vw;
		border-radius: 2vw;
		padding: 0.5vw 1vw;
	}

	.bithotinfo .update {
		text-align: center;
		margin-top: 4vw;
		text-indent: 0;
		font-size: 3.5vw;
	}

	.bithotinfo .golink {
		display: none;
	}

	.bithotdetail {
		margin-top: 5vw;
	}

	.bithotdetail .data {
		float: inherit;
		width: 100%;
		margin-bottom: 3vw;
		border-bottom: 1px solid #eee;
		overflow: hidden;
		padding-bottom: 3vw;
	}

	.bithotdetail .data .dname {
		font-size: 3.8vw;
	}

	.bithotdetail .data .ddata {
		font-size: 3.8vw;
		text-align: right;
	}
}

.bittable {
	margin: 0 auto;
	width: 95%;
	overflow: hidden;
	margin-top: 20px;
}

.bittable .titlename {
	width: 100%;
	border-bottom: 1px solid #eee;
	padding-bottom: 10px;
	font-size: 16px;
	color: #000;
	font-weight: bold;
}

.bittable .tablearea {
	width: 100%;
	overflow: hidden;
	margin-top: 20px;
}

.bittable .tablearea img {
	width: 100%;
	height: auto;
}

.bitmarket {
	margin: 0 auto;
	width: 95%;
	overflow: hidden;
	margin-top: 30px;
}

.bitmarket .titlename {
	width: 100%;
	border-bottom: 1px solid #eee;
	padding-bottom: 10px;
	font-size: 16px;
	color: #000;
	font-weight: bold;
}

.bitmarket .marketinfo {
	width: 100%;
	overflow: hidden;
	margin-top: 20px;
}

.bitmarket .marketinfo .data {
	float: left;
	width: 33.33%;
	margin-bottom: 15px;
}

.bitmarket .marketinfo .data .dname {
	float: left;
	width: 40%;
	text-align: left;
	font-size: 16px;
	color: #8C979C;
}

.bitmarket .marketinfo .data .ddata {
	float: left;
	width: 60%;
	text-align: left;
	font-size: 16px;
	color: #000;
}

.bitabout {
	margin: 0 auto;
	width: 95%;
	overflow: hidden;
	margin-top: 30px;
}

.bitabout .titlename {
	width: 100%;
	border-bottom: 1px solid #eee;
	padding-bottom: 10px;
	font-size: 16px;
	color: #000;
	font-weight: bold;
}

.bitabout .bitcontents {
	width: 100%;
	overflow: hidden;
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 16px;
	line-height: 30px;
	color: #000;
	font-family: 'Arial';
}

.bitabout .bitcontents * {
	font-size: 16px;
	line-height: 30px;
	color: #000;
}

.bitabout .bitcontents img {
	max-width: 100%;
	height: auto;
}

.bitabout .otherlink {
	width: 100%;
	overflow: hidden;
	margin-top: 20px;
}

.bitabout .otherlink a {
	display: inline-block;
	width: auto;
	float: left;
	margin-right: 10px;
	border-radius: 20px;
	padding: 2px 10px 2px 10px;
	font-weight: bold;
	background-color: #E5F2FF;
	color: #427BFF;
	text-align: center;
	font-size: 14px;
	font-family: 'Arial';
}

.bitabout .otherlink a:hover {
	background-color: #427BFF;
	color: #fff;
}

.bithistory {
	margin: 0 auto;
	width: 95%;
	overflow: hidden;
	margin-top: 20px;
}

.bithistory .titlename {
	width: 100%;
	border-bottom: 1px solid #eee;
	padding-bottom: 10px;
	font-size: 16px;
	color: #000;
	font-weight: bold;
}

.bithistory .historys {
	width: 100%;
	overflow: hidden;
	margin-top: 20px;
	margin-bottom: 40px;
}

.bithistory .historys .timesel {
	width: 100%;
	padding-bottom: 20px;
	overflow: hidden;
	margin-top: 10px;
	position: relative;
	border-bottom: 1px solid #eee;
}

.bithistory .historys .timesel a {
	display: inline-block;
	width: auto;
	font-size: 15px;
	float: right;
	line-height: 32px;
	margin-left: 30px;
}

.bithistory .historys .timesel a.on {
	color: #0145E8;
	font-weight: bold;
	text-decoration: underline;
}

.bithistory .historys .timesel a:hover {
	color: #0145E8;
	font-weight: bold;
	text-decoration: underline;
}

.bithistory .historys .timesel .dateRange {
	float: right;
	cursor: pointer;
	width: 25%;
	margin-top: 0px;
	padding: 0 10px;
	text-align: center;
	border: 1px solid #eee;
	line-height: 30px;
	margin-left: 30px;
}

.bithistory .historys .timesel .dateRange input {
	width: 37%;
	border: 0px;
	text-align: center;
}

.bithistory .historys .timesel .dateRange * {
	text-align: center !important;
}

.bithistory .historys .timesel .searchbt {
	float: right;
	border: 0px;
	background-color: #0145E8;
	color: #fff;
	font-size: 14px;
	line-height: 32px;
	padding: 0 10px;
	margin-left: 5px;
	cursor: pointer;
}

.bithistory .historys .timesel .searchbt:hover {
	background-color: #F60;
}

.bithistory .historys .historydata {
	width: 100%;
	padding-bottom: 10px;
	overflow: hidden;
	margin-top: 15px;
	position: relative;
}

.bithistory .historys .historydata th {
	font-size: 16px;
	color: #666;
	text-align: center;
	font-weight: normal;
	line-height: 16px;
	padding: 5px 0px 15px 0px;
	border-bottom: 1px solid #eee;
}

.bithistory .historys .historydata th.left {
	text-align: left;
}

.bithistory .historys .historydata th.right {
	text-align: right;
}

.bithistory .historys .historydata td {
	text-align: center;
	color: #666;
	font-size: 16px;
	padding: 10px 0px;
	border-bottom: 1px solid #eee;
}

.bithistory .historys .historydata td.left {
	text-align: left;
}

.bithistory .historys .historydata td.right {
	text-align: right;
}

@media screen and (max-width:750px) {
	.bittable {
		margin-top: 5vw;
	}

	.bittable .titlename {
		padding-bottom: 3vw;
		font-size: 4vw;
	}

	.bittable .tablearea {
		margin-top: 4vw;
	}

	.bitmarket {
		margin-top: 6vw;
	}

	.bitmarket .titlename {
		padding-bottom: 3vw;
		font-size: 4vw;
	}

	.bitmarket .marketinfo {
		margin-top: 4vw;
	}

	.bitmarket .marketinfo .data {
		float: inherit;
		width: 100%;
		margin-bottom: 3vw;
		border-bottom: 1px solid #eee;
		overflow: hidden;
		padding-bottom: 3vw;
	}

	.bitmarket .marketinfo .data .dname {
		font-size: 3.8vw;
	}

	.bitmarket .marketinfo .data .ddata {
		font-size: 3.8vw;
		text-align: right;
	}

	.bitabout {
		margin-top: 5vw;
		padding-bottom: 5vw;
	}

	.bitabout .titlename {
		padding-bottom: 3vw;
		font-size: 4vw;
	}

	.bitabout .bitcontents {
		margin-top: 4vw;
		margin-bottom: 4vw;
		font-size: 3.8vw;
		line-height: 7vw;
	}

	.bitabout .bitcontents * {
		font-size: 3.8vw;
		line-height: 7vw;
	}

	.bitabout .otherlink {
		margin-top: 4vw;
	}

	.bitabout .otherlink a {
		margin-right: 2vw;
		border-radius: 5vw;
		padding: 1vw 3vw;
		margin-bottom: 2vw;
	}

	.bithistory {
		display: none;
	}
}