html {
	font-size: 16px;
}
body {
	font-size: 16px;
	color: #333;
	background: #fff;
}
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
dl, dd {
	margin: 0;
}
a {
	color: #4d4d4d;
}
.mui-btn-blue.mui-btn-outlined {
	border-color: #ccc;
}
.bg-white {
	background-color: #fff;
}
.split-line {
	height: 6px;
	background-color: #efeff4;
}
.mt {
	margin-top: 12px;
}
.container {
	max-width: 768px;
	margin: 0 auto;
}
.body {
	min-height: calc(100vh - 161px);
}
.header {
	position: relative;
	z-index: 999;
	display: flex;
	height: 50px;
	padding-left: 15px;
	justify-content: flex-end;
	align-items: center;
	background-color: #1b9afc;
}

.header .back-go{
	float:left;position: absolute;left:0;
}
.header .back-go a span{
	color: #fff;float:left;padding:10px 10px 10px 8px;font-size:26px;
}

.header .logo{
	position: absolute;
	left: 15px;
	width: 5.55rem;
	height: 2.56rem;
	overflow: hidden;
	float: left;
	background: url(../img/logo.png) no-repeat;
	background-size: cover;
}

.header.fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
}
.header-search {
	display: flex;
	width: 40%;
	align-items: center;
	background: #fff;
	border-radius: 4px;
}
.header-search input {
	height: 30px;
	font-size: 14px;
	margin-bottom: 0;
	padding: 0;
	padding-left: 10px;
	border: none;
	flex: 1;
}
.header-search button {
	width: 30px;
	height: 30px;
	border: 0;
	padding: 0;
	text-align: center;
	line-height: 30px;
	color: #1b9afc;
}
.header-search button i {
	font-size: 20px;
}

.header-menu {
	width: 50px;
	height: 50px;
	color: #fff;
	background: url(../img/icon_menu.png) no-repeat center center / 22px 22px;
}
.header-back {
	position: absolute;
	left: 0;
	top: 50%;
	width: 40px;
	height: 40px;
	transform: translateY(-50%);
	text-indent: -9999px;
	background: url(../img/icon_back.png) no-repeat center center / 22px 22px;
}
.menu-wrap {
	position: fixed;
	top: 50px;
	left: 0;
	width: 100%;
	padding: 10px 30px;
	z-index: 999;
	background: #f2f2f2;
	display: none;
}
.menu-wrap.show {
	display: block;
}
.menu-wrap .list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.menu-wrap li {
	width: 9.0625rem;
	height: 2.5rem;
	margin-bottom: 10px;
	line-height: 2.5rem;
	background: #fff;
}
.menu-wrap li a {
	display: block;
	color: #4d4d4d;
	padding-left: 10px;
}
.menu-wrap li img {
	display: inline-block;
	width: 25px;
	height: 25px;
	margin-right: 5px;
	vertical-align: middle;
}
.nav {
	display: flex;
	list-style: none;
	font-size: 18px;
	margin: 0;
	justify-content: space-between;
	padding: 10px 20px;
	background-color: #fff;
}
.nav {
	color: #333;
}
.nav a {
	color: inherit;
}
.nav .active {
	position: relative;
	color: #1b9afc;
}
.nav .active:after {
	content: '';
	position: absolute;
	left: -5px;
	right: -5px;
	bottom: -10px;
	height: 2px;
	background-color: #1b9afc;
}
.nav.nav-scroll {
	white-space: nowrap;
	overflow-x: auto;
}
.nav.nav-scroll::-webkit-scrollbar {display:none}
.nav.nav-scroll li + li {
	margin-left: 1em;
}
.footer {
	padding: 10px 12px;
	background-color: #1b9afc;
}
.footer ul {
	display: flex;
}
.footer a {
	color: #fff;
}
.footer-nav {
	font-size: 18px;
	margin-bottom: 10px;
}
.footer-nav li {
	flex: 1;
	text-align: center;
	line-height: 1;
}

.footer-nav li + li {
	border-left: 2px solid #fff;
}
.footer-help {
	font-size: 12px;
	justify-content: center;
}
.footer-help li {
	margin: 0 1em;
}

.btn-to-top {
	position: fixed;
	bottom: 78px;
	right: 12px;
	z-index: 997;
	font-size: 30px;
	padding: 0;
	width: 38px;
	height: 38px;
	text-align: center;
	line-height: 0.5;
	background-color: #fff;
}

.section {

}
.section-title {
	position: relative;
	font-size: 19px;
	line-height: 26px;
	margin-left: 12px;
}
.section-title:before {
	content: '';
	display: inline-block;
	width: 5px;
	height: 26px;
	margin-right: 10px;
	vertical-align: top;
	background-color: #1b9afc;
}
.section-title > em {
	font-style: normal;
	font-size: 15px;
	color: #1b9afc;
	margin-left: 1em;
}
.section-title > a {
	position: absolute;
	right: 12px;
	top: 0;
	line-height: 26px;
	font-size: 15px;
	color: #808080;
}
.section-title > a span {
	color: #1b9afc;
	font-weight: 700;
}
.section-title .tab-nav {
	position: absolute;
	width: auto;
	right: 15px;
	top: 0;
	border: none;
	color: #808080;
}
.section-title .tab-nav .mui-control-item {
	display: inline;
	line-height: 26px;
	color: #808080;
	border: none;
	color: #808080;
}
.section-title .tab-nav .mui-control-item.mui-active {
	background: none;
	color: #fc401b;
}

.soft-item {
	position: relative;
	padding: 15px 12px;
	overflow: hidden;
}
.soft-item + .soft-item:before {
	position: absolute;
	right: 12px;
	top: 0;
	left: 12px;
	height: 1px;
	content: '';
	background-color: #e6e6e6;
	-webkit-transform: scaleY(.5);
	transform: scaleY(.5);
}
.soft-item-img {
	float: left;
	width: 3.6875rem;
	height: 3.6875rem;
	border-radius: 0.625rem;
	overflow: hidden;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.soft-item-img img {
	width: 100%;
	height: 100%;
}
.soft-item-body {
	margin-left: 4.25rem;
	margin-right: 4.375rem;
}
.soft-item-title {
	display: block;
	color: #4d4d4d;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.soft-item-info {
	font-size: 12px;
	color: #999;
}
.soft-item-info em {
	font-style: normal;
	color: #fc401b;
}
.soft-item-desc {
	font-size: 12px;
	color: #808080;
}
.soft-item-desc span {
	color: #1b9afc;
}
.soft-item-star {
	position: relative;
	width: 95px;
	height: 14px;
	margin: 4px 0 3px;
	background: url(../img/stars.png) no-repeat 0 -15px;
	background-size: 95px 30px;
}
.soft-item-star div {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 14px;
	background: url(../img/stars.png) no-repeat 0 0;
	background-size: 95px 30px;
}
.soft-item-btn {
	position: absolute;
	right: 12px;
	top: 50%;
	width: 64px;
	line-height: 28px;
	padding: 0;
	font-size: 14px;
	transform: translateY(-50%);
}

.modal {
	position: fixed;
	top: 20%;
	left: 50%;
	z-index: 999;
	width: 82.4%;
	color: #4d4d4d;
	transform: translateX(-50%);
	background-color: #fff;
	border-radius: 10px;
}
.modal p {
	color: inherit;
	font-size: inherit;
}
.modal-header {
	padding: 18px;
	font-size: 16px;
}
.modal-body {
	padding: 0 18px 18px;
	font-size: 15px;
}
.modal-footer .btn {
	display: block;
	text-align: center;
	font-size: 16px;
	line-height: 40px;
	color: #1b9afc;
	border-top: 1px solid #ccc;
}

.soft-gird {
	display: flex;
	flex-wrap: wrap;
}
.soft-gird-item {
	width: 25%;
	margin-top: 19px;
	text-align: center;
}
.soft-gird-item-img {
	display: block;
	width: 65px;
	height: 65px;
	margin: 0 auto 8px;
}
.soft-gird-item-img img {
	width: 100%;
	height: 100%;
}
.soft-gird-item-title {
	font-size: 14px;
	color: #4d4d4d;
	width: 100%;
	display: inline-block;
}
.soft-gird-item-size {
	text-align: center;
	font-size: 12px;
	color: #808080;
}
.hot-words {
	padding: 12px 12px 0;
}

.hot-words a {
	font-size: 15px;
	padding: 4px 13px;
	margin-right: 10px;
	margin-bottom: 15px;
}

.sys-item {
	position: relative;
	padding: 15px 12px;
	overflow: hidden;
}
.sys-item + .sys-item:before {
	position: absolute;
	right: 12px;
	top: 0;
	left: 12px;
	height: 1px;
	content: '';
	background-color: #e6e6e6;
	-webkit-transform: scaleY(.5);
	transform: scaleY(.5);
}
.sys-item-img {
	float: left;
	width: 6.9375rem;
	height: 4.625rem;
	overflow: hidden;

}
.sys-item-img img {
	width: 100%;
	height: 100%;
}
.sys-item-body {
	margin-left: 7.5625rem;
}
.sys-item-title {
	font-size: 16px;
	color: #4d4d4d;
	margin-bottom: 3px;
	height: 40px;
}
.sys-item-other {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	font-size: 14px;
	color: #808080;
}
.sys-item-other .mui-btn {
	padding: 5px 6px;
}
.sys-item-star {
	font-size: 14px;
	line-height: 14px;
	color: #808080;
}
.sys-item-star > span {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 95px;
	height: 14px;
	background: url(../img/stars.png) no-repeat 0 -15px;
	background-size: 95px 30px;
}
.sys-item-star >span i {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 14px;
	background: url(../img/stars.png) no-repeat 0 0;
	background-size: 95px 30px;
}

.mui-pager li {
	color: #808080;
	margin: 0 15px;
}
.mui-pager li > a {
	font-size: 14px;
	color: #1B9AFC;
	line-height: 1.2;
	padding: 2px 10px;
	border-radius: 0;
	border-color: #1B9AFC;
}
.mui-pager li em {
	font-style: normal;
}

.relate-download-list {
	/* padding: 0 12px; */
}
.relate-download-item {
	position: relative;
	padding: 15px 80px 15px 12px;
}

.relate-download-item .item-img {
	width:50px;
	position:relative;
	float: left;
}

.relate-download-item .item-img img{
	border-radius:12px;
	width:100%;
	float:left;
}

.relate-download-item + .relate-download-item:after {
	position: absolute;
	right: 12px;
	top: 0;
	left: 12px;
	height: 1px;
	content: '';
	background-color: #e6e6e6;
	-webkit-transform: scaleY(.5);
	transform: scaleY(.5);
}

.relate-download-item .title {
	margin-left: 12px;
	display: inline-block;
	font-size: 15px;
	color: #4d4d4d;
	margin-bottom: 0.2em;
}
.relate-download-item .info {
	display: inline-block;
	margin-left: 12px;
	font-size: 12px;
	color: #808080;
}
.relate-download-item .info span + span {
	margin-left: 1em;
}
.relate-download-item .mui-btn {
	position: absolute;
	right: 12px;
	top: 50%;
	padding: 3px 18px;
	transform: translateY(-50%);
}

.position_img{
	position: absolute;
	top: 50%;
	transform: translatey(-50%);
}

/*分页*/
.list_bot_nav { font-size: 1rem; padding: 1rem 0; text-align: center; line-height: 1.5; }
.list_bot_nav span { color: #808080; margin: 0 8%; vertical-align: top; }
.list_bot_nav .nav_btn { display: inline-block; width: 67px; height: 22px; background-repeat: no-repeat; background-size: 100%; background-position: center; }
.list_bot_nav .nav_btn.prev {background-image: url(https://m.yunqishi.net/images/list_nav_blue_l.png); }
.list_bot_nav .nav_btn.next {background-image: url(https://m.yunqishi.net/images/list_nav_blue_r.png); }
.list_bot_nav .nav_btn.disabled.prev {background-image: url(https://m.yunqishi.net/images/list_nav_l.png); }
.list_bot_nav .nav_btn.disabled.next {background-image: url(https://m.yunqishi.net/images/list_nav_r.png); }
.list_bot_nav li {list-style: none}

/**/
.soft-list-dnrj{
	padding: 0;
	width: 100%;
	box-sizing: border-box;
	margin: 5px;
	height: 50px;
	float: left;
}

.soft-list-dnrj a li{
	width: calc(50% - 25px);
	float: left;
	list-style: none;
	background: #f2f2f2;
	overflow: hidden;
	margin: 10px;
	position: relative;
	border-radius: 5px;
	padding: 10px;
	vertical-align: middle;
	box-shadow: 1px 2px 2px #dfdfdf;
}

.soft-list-dnrj a li span{
	float: left;
	padding: 10px 2px;
}

.soft-list-dnrj a li .iconfont{
	color: #1b9afc;
	font-size: 24px;
}

.soft-list-dnrj a li .total{
	font-size: 12px;
	color: #999999;
}

.zt-list-hidden{
	height:465px;
	overflow: hidden;
}

.zt-list-show{
	height: 100%;
}
.star-width-60{
	width: 60%;
}