.container {
	background-color: #fff;
}

.mod-banner {
	margin-bottom: 20px;
	border: 1px dashed #000;
}

.mod-banner .bd {
	background-color: #fff;
}

.mod-banner .bd .inner {
	height: 260px;
	background: url('/static/image/xiazai/banner.png') no-repeat center top / 100% 100%;
	text-align: center;
	color: #fff;
	position: relative;
}

.mod-banner .bd .inner .desc {
	width: 320px;
	position: absolute;
	left: 20%;
	top: 50%;
	transform: translateY(-50%);
	text-align: left;
}

.mod-banner .desc h3 {
	font-size: 30px;
	height: 50px;
	font-family: PingFangSC-Semibold,PingFang SC;
	font-weight: 600;
	color: #333;
}

.mod-banner .desc p {
	font-size: 16px;
	font-family: PingFangSC-Regular,PingFang SC;
	font-weight: 400;
	color: #999;
	line-height: 22px;
}

.mod-download {
	background-color: #fff;
}

.mod-download .bd {
	padding: 20px 0 60px;
	overflow: hidden;
}

.mod-download .iphone {
	margin-right: 850px;
	height: 320px;
	background: url('/static/image/xiazai/iphone.png') center center no-repeat;
}

.mod-download .detail {
	margin: 0 auto;
}

.mod-download .detail p.subtitle {
	height: 30px;
	margin-bottom: 15px;
	line-height: 30px;
	text-align: center;
	color: #666;
}

.mod-download .detail p.title {
	height: 30px;
	margin-bottom: 10px;
	line-height: 30px;
	text-align: center;
	font-size: 18px;
	color: #333;
}

.mod-download ul {
	overflow: hidden;
	display: flex;
	justify-content: space-between;
}

.mod-download .item {
	position: relative;
	width: 250px;
	height: 260px;
	border: 1px solid #dbdbdb;
	overflow: hidden;
	background: #F9FAFB;
	border-radius: 6px;
}

.mod-download .item .type {
	margin: 20px auto 10px;
}

.mod-download .item .desc {
	font-size: 14px;
	color: #7f7f7f;
	line-height: 26px;
}

.mod-download .icon {
	padding-top: 20px;
	line-height: 40px;
	text-align: center;
	font-size: 18px;
	color: #333;
}

.mod-download .code {
	display: none;
	position: absolute;
	left: 0;
	top: -6px;
	width: 100%;
}

.mod-download .item:hover .code {
	display: block;
}

.mod-download .code p {
	padding-top: 15px;
	text-align: center;
}

.mod-download .btn {
	display: block;
	width: 140px;
	height: 40px;
	background: #fff;
	border-radius: 25px;
	border: 1px solid #36D07C;
	text-align: center;
	line-height: 40px;
	margin: 20px auto;
	font-size: 20px;
	font-family: PingFangSC-Regular,PingFang SC;
	font-weight: 400;
	color: #fff;
	background: linear-gradient(90deg, #66EAB3 0%, #36D07C 100%);
}

.mod-download .btn:hover {
    color: #fff;
    background: linear-gradient(90deg, #66EAB3 0%, #36D07C 100%)
}


.mod-download .bd .after {
	display: block;
	width: 70px;
	height: 172px;
	background-image: url(/static/image/index/bubbleTitle.png);
	writing-mode: vertical-rl;
	position: absolute;
	right: -58px;
	top: 200px;
	color: #fff;
	font-size: 16px;
	line-height: 57px;
	text-indent: 20px;
}

.pcPage {
	display: block;
}

.h5Page {
	display: none;
}

.mod-download .title {
	font-size: 26px;
	color: #43afae;
}

.versionHistory {
	background-color: #fff;
	margin-bottom: 20px;
}

.versionHistory .title {
	font-size: 26px;
	color: #43afae;
	margin-bottom: 10px;
}

.versionHistory .tabBox {
	margin-bottom: 20px;
	font-size: 20px;
	color: #636673;
}

.versionHistory .tabBox .tab {
	cursor: pointer;
	display: inline-block;
	margin-right: 20px;
	border-bottom: 3px solid transparent;
}

.versionHistory .tabBox .tab.active {
	color: #02a7f0;
	border-color: #02a7f0;
}

.versionHistory .content {
	padding: 30px 20px;
	background-color: #fff;
	box-shadow: 0 1px 10px 0 rgba(0,0,0,0.1);
	border-radius: 15px;
	color: #636673;
	font-size: 20px;
}

.versionHistory .content .titleList {
	display: flex;
	justify-content: space-around;
	margin-bottom: 10px;
	font-weight: bold;
	text-align: center;
}

.versionHistory .content .titleList span {
	flex: 1;
	margin-right: 3px;
}

.versionHistory .content ul li {
	display: flex;
	justify-content: space-around;
	height: 75px;
	line-height: 75px;
	background-color: #fff;
}

.versionHistory .content ul li:nth-child(2n+1) {
	background-color: #f9fafb;
}

.versionHistory .content ul li.active span:first-child::after {
	content: '最新版';
	position: absolute;
	height: 20px;
	line-height: 20px;
	color: #fff;
	font-size: 16px;
	padding: 3px 10px 5px;
	border-radius: 5px;
	margin-left: 10px;
	background-color: #f53d59;
	top: 50%;
	transform: translateY(-50%);
	min-width: 48px;
}

.versionHistory .content ul li span {
	flex: 1;
	position: relative;
	text-align: center;
}

.versionHistory .content ul li a {
	flex: 1;
	text-align: center;
	color: #169bd5;
}

@media screen and (max-width:1400px) {
	.mod-download .bd .after {
		display: none;
	}
}

@media screen and (max-width:1200px) {
	.inner {
		width: 100%;
	}

	.pcPage .mod-download ul li {
		width: 24.8%;
	}

	.pcPage .mod-download ul li .item {
		width: 100%;
	}
}

@media screen and (max-width:1000px) {
	.mod-banner .bd .inner .desc {
		left: 10%;
	}
}

@media screen and (max-width:880px) {
    .mod-banner{
        display: none;
    }
    .mod-banner .bd h3 {
        padding-top: 10px;
        margin-bottom: 5px;
        font-size: 24px
    }

	.container .mod-download .bd .after {
		display: none;
	}

	.pcPage {
		display: none;
	}

	.h5Page {
		display: block;
	}

	.h5Page .mod-banner .bd .inner {
		height: 5.18518519rem;
		background: url('/static/image/xiazai/banner2x.png') no-repeat center top / 100% 100%;
	}

	.h5Page .mod-banner .bd .inner .desc {
		width: 100%;
		text-align: center;
		top: 82%;
		left: 0;
	}

	.h5Page .mod-banner .bd .inner .desc h3 {
		font-size: .27777778rem;
		font-weight: 600;
		color: #333;
		height: auto;
		margin-bottom: .09259259rem;
	}

	.h5Page .mod-banner .bd .inner .desc p {
		font-size: .22222222rem;
		font-weight: 400;
		color: #999;
	}

	.h5Page .mod-download {
		margin-top: .55555556rem;
	}

	.h5Page .mod-download .title {
		font-size: .46296296rem;
		margin-bottom: .18518519rem;
	}

	.h5Page .mod-download .bd {
		padding: 0;
	}

	.h5Page .mod-download .bd ul {
		justify-content: space-around;
	}


	.h5Page .mod-download .J_link .item {
		width: 4.25925926rem;
		height: 4.25925926rem;
		background: linear-gradient(128deg, #0091FF 0%, #32C5FF 100%);
		box-shadow: 0 2px 10px 0 rgba(0,0,0,0.2);
		border-radius: .18518519rem;
		margin-bottom: .55555556rem;
	}
	.h5Page .mod-download .J_link:nth-child(1) .item {
		background: linear-gradient(307deg, #38D17D 0%, #7EE160 100%) !important;
		
	}
	.h5Page .mod-download .J_link:nth-child(1) .item .btn{
		color: #38D17D !important;
	}
	.h5Page .mod-download .J_link:last-child .item {
		background: linear-gradient(307deg, #0091FF 0%, #32C5FF 100%);
	}
	.h5Page .mod-download .J_link:last-child .btn {
		color: #0091FF;
	}

	.h5Page .mod-download .J_link .item .icon {
		padding-top: .96296296rem;
		line-height: .46296296rem;
	}

	.h5Page .mod-download .J_link .item .icon img {
		width: .57407407rem;
	}

	.h5Page .mod-download .J_link .item .icon .type {
		margin: .18518519rem auto .55555556rem;
		font-size: .33333333rem;
		color: #fff;
		font-weight: 400;
	}

	.h5Page .mod-download .J_link .item .btn {
		width: 2.77777778rem;
		height: .55555556rem;
		line-height: .55555556rem;
		background: #fff;
		box-shadow: 0 .01851852rem .09259259rem 0 rgba(0,0,0,0.2);
		border-radius: .27777778rem;
		font-size: .27777778rem;
		color: #53B7FF;
		font-weight: 600;
		border-color: transparent;
	}

	.versionHistory .title {
		font-size: .46296296rem;
		margin-bottom: .18518519rem;
	}

	.versionHistory .tabBox {
		font-size: .37037037rem;
	}
	.versionHistory .content {
		padding: 30px 5px;
	}

	.versionHistory .content .titleList {
		font-size: .37037037rem;
	}

	.versionHistory .content ul li {
		font-size: 14px;
	}

	.versionHistory .content ul li.active span:first-child::after {
		font-size: 12px;
		padding: 0 5px;
		top: 18px;
		right: 0;
	}
}

.hotServer {
	display: inline-block;
}

.mod-link:nth-child(1) .bd p a {
	color: #F9FAFB;
}

@media screen and (max-width:420px) {
	.hotServer {
		display: block;
		margin: 5px;
	}

	.mod-link:nth-child(2) {
		display: none;
	}

	.mod-foot .hd img {
		width: 75px !important;
		height: 75px !important;
	}

	.mod-foot .hd {
		top: -115px !important;
	}

	.mod-foot .bd p:nth-child(1) {
		display: none;
	}

	.mod-foot .bd p:nth-child(2) {
		display: none;
	}

	.mod-foot .bd br {
		display: none;
	}
}