.h-8 {
    height: 0.5rem;
    background: #F7F7F7;
}
body::after {
    content: '5432165465465';
    font-size: 0;
    opacity: 0.001;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 9999;
}
html,body {
    all: unset;
    color: #000000;
    font-style: normal;
    font: 16px Microsoft YaHei-Regular, Microsoft YaHei;
    overflow-x: hidden;
    font-weight: 400;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    align-items: center;
}
html {
    background-color: #f1f1f1;
}

p, ul, h1 {
    margin: 0;
    padding: 0;
}

* {
    box-sizing: border-box;
}

a {
    text-decoration: unset !important;
    color: #333333;
}

.main_warp {
    background: #fff;
    height: 100vh;
    width: 26.125rem;
    box-shadow: 2px 3px 10px #999;
    overflow-y: scroll;
    display: flex;
    flex-direction: column;
}

/**滚动条START**/
.main_warp::-webkit-scrollbar {
    width: .25rem;
}

.main_warp::-webkit-scrollbar-track {
    background: #fff;
    border-radius: .25rem;
}

.main_warp::-webkit-scrollbar-thumb {
    background: #c1c1c1;
    border-radius: .25rem;
    border: .125rem solid #c1c1c1;
}
/* Firefox 浏览器 */
.main_warp {
    scrollbar-width: thin;
    scrollbar-color: #c1c1c1 #fff;
}
/**滚动条END**/

.nav {
    width: 100%;
    height: 64px;
    line-height: 64px;
    padding: 18px 16px;
    position: sticky;
    top: 0;
    z-index: 100;
    background: #FFFFFF;
    /*box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.5);*/
    border-radius: 0;
    opacity: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
}

.nav .logo {
    display: flex;
    align-items: center;
    font-size: 12px;
    color: #333333;
    cursor: pointer;
}
.nav .logo img {
    height: 28px;
    margin-right: 4px;
}

.nav .cat-nav {
    display: flex;
}

.nav .cat-nav a {
    font-size: 12px;
    margin-left: 8px;
}

.nav .cat-nav a:nth-of-type(2){
    display: none;
}

.nav .cat-nav .on {
    border-bottom: 2px solid #E9642B;
}

.news-footer {
    padding: 1rem 0.75rem;
    text-align: center;
    color: #999;
    width: 100%;
    font-size: .75rem;
    background: #333333;
    margin-top: 1rem;
    line-height: 1.375rem;
}

.news-footer img {
    width: 6rem;
    /* margin: 0 auto .5rem; */
}

.news-footer .link-item {
    color: #999;
    padding: 0 1.5rem;
    display: inline-block;
    *display: inline;
}

.news-footer .link-item:nth-of-type(1) {
    display: none;
}

.news-footer p {
    display: block;
}

.news-footer p:last-child {
    margin-bottom: 0;
}

.news-footer div p {
    display: inline-block;
}

.news-footer p.mb11, .complaintbtn {
    display: inline-block;
}

.news-footer .friend-link{display: flex;align-items: center;flex-wrap: wrap;justify-content: center;gap: .5rem;color: #999;}
.news-footer .friend-link a{color: #999;}

.top {
    display: none;
    position: fixed;
    right: calc(50vw - 12rem);
    bottom: 3rem;
    cursor: pointer;
}

.top img {
    width: 1.875rem;
    height: 1.875rem;
}

/* .part-container {
    min-height: calc(100vh - 64px - 13rem);
} */

.Part1 {
    width: 100%;
    background: url(/statics/2023/img/part1-bg.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    padding: 0 1rem;
}

.Part1 .remote-desc{
    font-size: .8rem;
    text-align: center;
    padding: 0 3rem;
    color: #ef3d3d;
    padding-bottom: 1rem;
}

.Part1 h1,.Part1 span {
    display: block;
    padding-top: 24px;
    font-weight: bold;
    font-size: 2rem;
    color: #333333;
    text-align: center;
    line-height: normal;
}

.Part1 .desc {
    font-size: 1rem;
    color: #E9642B;
    margin-top: 8px;
    text-align: center;
}

.Part1 .functions {
    display: flex;
    justify-content: center;
    align-items: center;
}

.Part1 .functions .function-item {
    display: flex;
    align-items: center;
    margin-top: .5rem;
}

.Part1 .functions .function-item img {
    width: 1rem;
    height: 1rem;
    margin-right: .25rem;
}

.Part1 .functions .function-item:nth-of-type(2) {
    margin: .5rem 1rem 0;
}

.Part1 .down-lists {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    cursor: pointer;
}

.Part1 .index-code-box{display:flex;align-items:flex-end!important;justify-content:center!important;width:179px!important;height:197px!important;background:url(/statics/2023/img/code-box.png);background-size:179px 197px;position:absolute;top: 80px;left: 26%;display:none!important;}
.Part1 .index-code-box .index-code{margin-bottom:24px;}
.Part1 .index-code-box .index-code img{width:136px!important;height:136px!important}

.Part1 .download-btn {
    height: 52px;
    width: 13.5rem;
    display: flex;
    font-size: 1rem;
    color: #FFFFFF;
    margin: 15px auto 0;
    justify-content: center;
    align-items: center;
}

.Part1 .download-btn.pc-btn {
    background: url("../../../2023/img/pc-btn-bg.png");
    background-size: 13.5rem 52px;
}

.Part1 .download-btn.android-btn {
    display: none;
    background: url("../img/index-az-bg.png");
    background-size: 13.5rem 52px;
}

.Part1 .download-btn.ios-btn {
    display: none;
    background: url("../img/index-ios-bg.png");
    background-size: 13.5rem 52px;
    position: relative;
}

.Part1 .download-btn.pc-btn i {
    background: url(../img/win-ico.png);
     display: block;
     width: 15px;
     height: 15px;
     margin-right: .5rem;
     background-size: 15px;
 }

.Part1 .download-btn.android-btn i {
   background: url(../img/index-az-ico.png);
    display: block;
    width: 15px;
    height: 15px;
    margin-right: .5rem;
    background-size: 15px;
}

.Part1 .download-btn.ios-btn i {
    background: url(../img/index-ios-ico.png);
    display: block;
    width: 15px;
    height: 17px;
    margin-right: .5rem;
    background-size: 15px 17px;
}


.Part1 .download-btn.ios-btn p{
    position: absolute;
    font-size: .75rem;
    color: #666666;
    text-align: center;
    top: 58px;
}

.Part1 .index-down_base{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 0 1rem;
}

.Part1 .version {
    font-size: .8rem;
    color: #666;
    text-align: center;
}

.Part1 .updatetime {
    font-size: .8rem;
    color: #666;
    text-align: center;
}

.Part1 .index-device {
    font-size: .8rem;
    color: #666;
    text-align: center;
    margin-top: .75rem;
}

.Part1 .part1-img{
    width: 86%;
    height: auto;
    margin: 1rem auto;
    display: block;
}

.index-module-name {
    width: 100%;
    margin: 3.5rem auto 1.5rem;
    font-weight: bold;
    font-size: 1.25rem;
    color: #000000;
    text-align: center;
}

.index-module-name i {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 1rem 0 0;
    background: url("/statics/2023/img/index-title-left.png");
    background-size: 20px;
}

.index-module-name i:last-of-type {
    background: url("/statics/2023/img/index-title-right.png");
    margin: 0 0 0 1rem;
    background-size: 20px;
}

.Part2 {padding: 0 1rem;}

.Part2 .part-lists .part-item {
    /* padding: 0 1.5rem; */
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 3.5rem;
}

.Part2 .part-lists .part-item:first-of-type {
    padding-top: 0;
}

.Part2 .part-lists .part-item .main-img {
    width: 100%;
    height: auto;
    margin-top: 1rem;
}

.Part2 .part-lists .part-item .name-info {

}

.Part2 .part-lists .part-item .name-info .name {
    font-weight: bold;
    font-size: 1.25rem;
    text-align: center;
    display: block;
}

.Part2 .part-lists .part-item .name-info .info {
    margin-top: 1.5rem;
}

.Part2 .part-lists .part-item .name-info .info .info-item {
    margin: 0 auto .5rem;
    font-size: .875rem;
    color: #666666;
}

.Part2 .part-lists .part-item .name-info .info .info-item .advantage-ico {
    width: 1rem;
    height: 1rem;
    margin-right: .5rem;
}

.Part3 {
    padding: 0 1rem;
}

.Part3 .other-functions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.Part3 .other-functions .item {
    display: flex;
    width: 30%;
    align-items: center;
    font-size: .75rem;
    color: #666666;
    margin-top: 1rem;
}

.Part3 .other-functions .item img {
    width: 2.375rem;
    height: 2.375rem;
    margin-right: .5rem;
}

.Part3 .other-functions .item:nth-of-type(1), .Part3 .other-functions .item:nth-of-type(2), .Part3 .other-functions .item:nth-of-type(3) {
    margin-top: 0;
}


.index-second-tile {
    font-weight: bold;
    font-size: .875rem;
    color: #333333;
    border-bottom: 1px solid #E4E4E4;
    margin-bottom: 1rem;
}

.index-second-tile span {
    padding-bottom: .5rem;
    display: inline-block;
    border-bottom: 2px solid #E9642B;
}


.Part4 {
    padding: 0 1.5rem
}

.Part4 .browser-lists {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.Part4 .browser-lists .browser-item {
    width: 47%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
}

.Part4 .browser-lists .browser-item .thumb {
    width: 4.375rem;
    height: 4.375rem;
    border-radius: .75rem;
    box-shadow: 2px 2px 5px -1px #999;
}

.Part4 .browser-lists .browser-item .base-info {
    width: calc(100% - 4.875rem);
    display: flex;
    flex-direction: column;
    height: 4.375rem;
    justify-content: space-between;
}

.Part4 .browser-lists .browser-item .base-info .size {
    font-size: .75rem;
    color: #838282;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.Part4 .browser-lists .browser-item .base-info .name {
    font-size: .875rem;
    color: #2C2C2C;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.Part4 .browser-lists .browser-item .base-info a {
    display: flex;
    width: 4.375rem;
    height: 1.5rem;
    font-size: .75rem;
    color: #EB8632;
    line-height: 1.5rem;
    border: 1px solid #EB8632;
    border-radius: 3px;
    justify-content: center;
    align-items: center;
}


.Part4 .news-lists .news-item {
    padding: .875rem 0;
    display: block;
    border-bottom: 1px dashed #E4E4E4;
    font-size: .75rem;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.Part4 .news-lists .news-item:hover {
    color: #E9642B;
}

.Part4 .news-lists .news-item::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 4px;
    height: 4px;
    border-radius: 2px;
    background: #E9642B;
    margin-right: 6px;
}

.Part4 .news-lists .news-item:first-of-type {
    padding-top: 0;
}


.crumbs {    
    padding: 0 1rem;
    background: #F7F7F7;    
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;   
    color:#333333 ;
    font-size: 0.75rem;
    /* display: table; */
    min-height: 2.125rem;
    line-height: 2.125rem;
}

.crumbs a,.crumbs span,.crumbs h1 {
    color: #999;
    font-size: 0.75rem;
    display: unset;
}

.session3,.session4 {
    padding: 0 1rem;
    margin-bottom: auto;
}

.session3 .list1 .item {
    display: flex;
    justify-content: space-between;
    padding-bottom: 1rem;
    border-bottom: 1px solid #E4E4E4;
    margin-top: 1rem;
    overflow: hidden;
}
.session3 .list1 .item>a {
    display: flex;
}
.session3 .list1 .item a img {
    width: 6.25rem;
    height: 4rem;
}

.session3 .list1 .item .info .name {
    font-weight: bold;
    font-size: 0.875rem;
    color: #333333;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.session3 .list1 .item .info .description {
    font-size: 0.75rem;
    color: #666666;

    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.session3 .list1 .item .info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 16.75rem;
}

.session3 .list1 .item .info p {
    line-height: 100%;
}

.session3 .list1 .item .info span {
    font-size: 0.75rem;
    color: #999999;
    margin-right: 1rem;
    display: flex;
    align-items: center;
}

.session3 .list1 .item .info span:last-child:before {
    margin-right: 0.25rem;
    content: '';
    background: url(../img/icon-date.png);
    width: 0.5rem;
    height: 0.5rem;
    background-size: 0.5rem;
}

.session3 .list1 .item .info a {
    font-size: 0.75rem;
    color: #475FFF;
    float: right;
}   

.lists-name {
    font-weight: bold;
    font-size: .875rem;
    color: #E9642B;
}

.Part5 {
    padding: 1rem 1.5rem 0;
}

.news {
    padding: 1rem;
    border-bottom: 1px solid rgba(112, 112, 112, 0.1)
}

.news h1,.news .article-name {
    font-size: 1rem;
    color: #333333;
    font-weight: 600;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.news .info {
   font-weight: 400;
    font-size: 0.75rem;
    color: #666666;
    margin-top: 0.875rem;
    justify-content: space-evenly!important;
    width: 100%;
}
.news .info a {
    color: #E9642B;
}

.news .info span {
    color: #666;    
}
.news .info span.time {
    margin-left: 0;
}
.news .info span.time::before {
    content: url(../img/icon-time.png);
    margin-right: 0.25rem;
}


.news .info span.views::before {
    content: url(../img/icon-views.png);
    margin-right: 0.25rem;
}
.text-center {
    text-align: center !important;
}
.justify-content-center {
    justify-content: center !important;
}
.d-flex {
    display: flex !important;
}
.content {
	padding: 1rem;
	font-size: 0.75rem;
	color: #696969;
	line-height: 1.875rem;
    margin-bottom: auto;
}
.content p{
	font-size: 0.75rem;
	color: #696969;
	line-height: 1.875rem;
}
.content a {
    color: #E9642B;
}
.content img,.content h3 {
	margin: 0.9375rem auto;
}

.content img {
	width: unset;
    height: auto;    
    display: block;
    max-width: 100%;
    max-height: 25rem;
    box-shadow: 0 0 5px 1px #407de0;
}

/* .content h3 {
	height: 2rem;
	line-height: 2rem;
	background: #F3F2F5;
	border-left: 0.25rem solid #407DE0;
	padding-left: 0.5rem;
	font-weight: bold;
	font-size: 0.75rem;
	color: #333333;
	letter-spacing: 0.1rem;
} */

.content h3 {
    font-size: 1rem;
    font-weight: bold;
    color: #1178d6;
    margin-bottom: .25rem;
}

.h-8 {
	height: 0.5rem;
	background: #F6F6F6;
    display: list-item;

}
.list-name {
    font-weight: bold;
    font-size: 1rem;
    color: #333333;
    padding-bottom: 0.125rem;
    border-bottom: 0.25rem solid #407DE0;
    margin-top: 1.5rem;
    width: fit-content;
}
.list-2  {
	padding: 0 1rem;
}
.list-2 .con {	
	margin-top: 1rem;
	/* padding-bottom: 1.625rem; */
	/* border-bottom: 1px solid #E4E4E4; */
}

.list-2 .con .item {
	display: flex;	
	margin-bottom: 1.375rem;
	position: relative;
    padding-bottom: 1rem;
    border-bottom: 1px solid #E4E4E4;
}
.list-2 .con .item:last-child {
	margin-bottom: 0;
}
.list-2 .con .item img {
	width: 5.625rem;
	height: 3.75rem;
	margin-right: 0.5rem;
}

.list-2 .con .item .info  {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: calc(100% - 6.125rem);		
}

.list-2 .con .item .info .name {
	font-size: 0.875rem;
	color: #333333;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;	
}
.list-2 .con .item .info .date {
	font-size: 0.75rem;
	color: #999999;
	display: flex;
	align-items: center;
}

.list-2 .con .item .info .date::before {
    margin-right: 0.25rem;
    content: '';
    background: url(../img/icon-date.png);
    width: 0.5rem;
    height: 0.5rem;
    background-size: 0.5rem;
}

.list-2 .con .item .info .description {
	font-size: 0.75rem;
	color: #999999;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.list-2 .con .item .url {
	position: absolute;
	right: 0;
	top: 1.275rem;	
	color: white;
	text-align: center;
	font-size: 0.75rem;
	width: 3.25rem;
	height: 1.375rem;
	line-height: 1.375rem;
	background: #407DE0;
	border-radius: 0.6875rem;
	white-space: nowrap;
}

.page-404 {
    height: 100%;
}

.page-404 img {
    width: 100%;
    margin-top: 4rem;
    padding: 0 2rem;
    box-sizing: border-box;
}

.page-404 h1,.page-404 span {
    display: block;
    font-size: 1.125rem;
    color: #333333;
    text-align: center;
    margin-top: 2rem;
}

.page-404 .desc {
    text-align: center;
    font-size: 1rem;
    margin-top: 1rem;
}

.page-404 .desc a {
    color: #3766F3;
}

.page-404 .btn-lists {
    margin: 1.5rem 0 1rem;
    display: flex;
    justify-content: center;
}

.page-404 .btn-lists a {
    width: 78px;
    height: 33px;
    line-height: 33px;
    text-align: center;
    background: #3766F3;
    font-size: 12px;
    color: #FFFFFF;
    margin-right: 1.5rem;
}
.part-container {
    /* padding: 0 1rem 1rem; */
    font-size: .75rem;
    line-height: 1.5rem;
}
.part-privacy{
     padding: 2rem 1rem 1rem; 
    font-size: .75rem;
    line-height: 1.5rem;
}
.part-privacy p{
    font-size: .75rem;
    line-height: 1.5rem;
}





.Part5 .lists .item {
    padding: 1rem 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #E4E4E4;
}

.Part5 .lists .item .thumb {
    width: 4.125rem;
    height: 4.125rem;
    box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.5);
}

.Part5 .lists .item .base-info {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    width: 12rem;
}

.Part5 .lists .item .base-info .name {
    font-weight: bold;
    font-size: .875rem;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.Part5 .lists .item .base-info .time {
    font-size: .75rem;
    color: #999999;
    margin-top: .5rem;
}

.Part5 .lists .item .base-info .time i {
    width: .625rem;
    height: .625rem;
    display: inline-block;
    margin-right: .25rem;
    background: url("../img/time.png");
    background-size: .625rem;
}

.Part5 .lists .item .detail-btn {
    padding: .4rem .5rem;
    background: #E9642B;
    border-radius: .5rem;
    font-size: .75rem;
    color: #FFFFFF;
}


.pages {
    margin: 0 auto;
    text-align: center;
    display: flex;
    column-gap: .375rem;
    justify-content: center;
    align-items: flex-end;
}
.pages a:first-child {
    display:none;
}
.pages a,
.pages span, .pages select {
    background: #FFFFFF;
    border: 0.0625rem solid #E5E5E5;
    font-size: 0.75rem;
    color: #333333;
    display: inline-block;
    padding: 0.25rem 0.5rem;
    margin-top: 1rem;
}

.pages select {
    height: 2.125rem;
    margin-top: 0.625rem;
}

.pages span {
    background: #E9642B;
    color: #fff;
}


.Part6 {
    padding: 1rem 1.5rem 0;
}



.Part6 .lists .item {
    padding: 1rem 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #E4E4E4;
}

.Part6 .lists .item .thumb {
    width: 5em;
    height: 4rem;
    box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.5);
}

.Part6 .lists .item .base-info {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    width: 11rem;
}

.Part6 .lists .item .base-info .name {
    font-weight: bold;
    font-size: .875rem;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.Part6 .lists .item .base-info .time {
    font-size: .75rem;
    color: #999999;
    margin-top: 1rem;
}

.Part6 .lists .item .base-info .time i {
    width: .625rem;
    height: .625rem;
    display: inline-block;
    margin-right: .25rem;
    background: url("../img/time.png");
    background-size: .625rem;
}

.Part6 .lists .item .detail-btn {
    padding: .4rem .5rem;
    background: #E9642B;
    border-radius: .5rem;
    font-size: .75rem;
    color: #FFFFFF;
}


.Part7 {
    padding: 1rem 1.5rem;
}

.Part7 .lists {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.Part7 .lists .item {
    width: 4rem;
    text-align: center;
    margin-top: 1rem;
    height: 34px;
    line-height: 34px;
    font-size: .75rem;
}

.Part7 .lists .tag1 {
    background: url("../img/tag1.png");
    background-size: 4rem 34px;
    color: #a4d682;
}

.Part7 .lists .tag2 {
    background: url("../img/tag2.png");
    background-size: 4rem 34px;
    color: #bb935e;
}

.Part7 .lists .tag3 {
    background: url("../img/tag3.png");
    background-size: 4rem 34px;
    color: #6451ee;
}

.Part7 .lists .tag4 {
    background: url("../img/tag4.png");
    background-size: 4rem 34px;
    color: #f1b26d;
}

.Part7 .lists .tag5 {
    background: url("../img/tag5.png");
    background-size: 4rem 34px;
    color: #e15952;
}

.Part8 {
    padding: 1rem 1.5rem;
}

.Part8 h1,.Part8 h2 {
    font-weight: bold;
    font-size: 16px;
    color: #E9642B;
}

.Part8 .detail {
    margin-top: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.Part8 .detail img {
    width: 5.625rem;
    height: 5.625rem;
    box-shadow: 2px 6px 10px -1px #999;
    border-radius: 1rem;
}

.Part8 .detail .base-info {
    width: calc(100% - 6.625rem);
}

.Part8 .detail .base-info span {
    width: 48%;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: .75rem;
    color: #666666;
}

.Part8 .download-btn {
    height: 45px;
    width: 23rem;
    display: flex;
    font-size: 1rem;
    color: #FFFFFF;
    margin: 24px auto 0;
    justify-content: center;
    align-items: center;
}

.Part8 .download-btn.android-btn {
    background: url("../img/detail-android-bg.png");
    background-size: 23rem 45px;
}

.Part8 .download-btn.ios-btn {
    display: none;
    background: url("../img/detail-ios-bg.png");
    background-size: 23rem 45px;
}

.Part8 .download-btn.no-btn {
    background: url("../img/detail-no-bg.png") !important;
    background-size: 23rem 45px !important;
}

.Part8 .download-btn.android-btn i {
    background: url(../img/detail-android-ico.png);
    display: block;
    width: 15px;
    height: 15px;
    margin-right: .5rem;
    background-size: 15px;
}

.Part8 .download-btn.ios-btn i {
    background: url(../img/detail-ios-ico.png);
    display: block;
    width: 18px;
    height: 20px;
    margin-right: .5rem;
    background-size: 18px 20px;
}

.Part8 .ios-desc {
    font-size: .75rem;
    color: #666666;
    margin-top: .5rem;
    text-align: center;
}

.Part8 .base-info .checkauth, .Part8 .base-info .jubao {
    color: #E9642B;
    cursor: pointer;
    font-style: normal;
    position: relative;
}

.Part8 .base-info span i {
    display: inline-block;
    width: .75rem;
    height: .75rem;
    text-indent: 0;
    background: url(../img/jubao.png);
    background-size: .75rem .75rem;
    margin-left: .25rem;
}

.Part8 .into-index{
    font-size: 0.75rem;
    color: #696969;
    line-height: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: .5rem;
}

.Part8 .into-index a{
    color: #358ff0;
    text-decoration: underline !important;
}

.module-name {
    font-weight: bold;
    font-size: 0.9375rem;
    color: #333333;
    padding-bottom: 2px;
    border-bottom: 2px solid #E9642B;
    margin-bottom: 1rem;
    display: inline-block;
}

.Part9 {
    padding: 1rem 1.5rem;
}

.Part14 {
    padding: 1rem 1.5rem;
}

.Part14 .pic-name {
    margin-top: .5rem;
}


.Part14 #soft-imgs {
    z-index: 2;
    width: auto;
    max-height: 25rem;
    position: relative;
    overflow: hidden;
}

.Part14 #soft-imgs img {
    height: 100%;
    max-height: 25rem;
}

.Part14 #soft-imgs .swiper-slide {
    width: auto !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.Part14 #soft-imgs .swiper-slide img {
    cursor: pointer;
    max-width: 100%;
    height: auto;
    max-height: 170px;
}


.Min13 .soft-imgs .swiper-scrollbar {
    width: 100%;
    height: 0.25rem;
    margin-top: 1rem
}

.detail-content p {
    font-size: 0.75rem;
    color: #696969;
    line-height: 1.5rem;
}

.detail-content img, .detail-content h3 {
    margin: 1rem auto;
}

.detail-content img {
    width: unset;
    height: auto;
    display: block;
    max-width: 75%;
    max-height: 20rem;
    box-shadow: 0 0 5px 1px #E9642B;
}

.detail-content h3 {
    font-weight: bold;
    font-size: .875rem;
    color: #E9642B;
}

.Part10 {
    padding: 1.5rem 1.5rem 0;
}

.Part10 .lists .item {
    padding: 1rem 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #E4E4E4;
}

.Part10 .lists .item:first-of-type{
    padding-top: 0;
}

.Part10 .lists .item .thumb {
    width: 5em;
    height: 4rem;
    box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.5);
}

.Part10 .lists .item .base-info {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    width: 11rem;
}

.Part10 .lists .item .base-info .name {
    font-weight: bold;
    font-size: .875rem;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.Part10 .lists .item .base-info .time {
    font-size: .75rem;
    color: #999999;
    margin-top: 1rem;
}

.Part10 .lists .item .base-info .time i {
    width: .625rem;
    height: .625rem;
    display: inline-block;
    margin-right: .25rem;
    background: url("../img/time.png");
    background-size: .625rem;
}

.Part10 .lists .item .detail-btn {
    padding: .4rem .5rem;
    background: #E9642B;
    border-radius: .5rem;
    font-size: .75rem;
    color: #FFFFFF;
}

.Part11 {
    padding: 1.5rem;
}

.Part11 h1,.Part11 h2 {
    font-weight: bold;
    font-size: 1rem;
    color: #333333;
    text-align: center;
}


.Part11 .base-info {
    display: flex;
    justify-content: space-around;
    margin-top: 0.875rem;
}

.Part11 .base-info span {
    font-size: 12px;
    color: #666666;
}

.Part11 .base-info span a {
    color: #E9642B;
}

.Part12 {
    padding: 0 1.5rem 1.5rem ;
}


.Part13 {
    text-align: center;
    border-bottom: 1px #EDEDED solid;
    height: auto;
    background-color: #fff5ed;
    display: none;
}


.Part13 .id-thumb {
    width: 100%;
    text-align: left;
    margin-bottom: 0.375rem;
    display: flex;
    align-items: center;
    margin-top: 0.75rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}

.Part13 .id-thumb img {
    width: 1.875rem;
    height: 1.875rem;
}

.Part13 .id-thumb span {
    font-weight: bold;
    font-size: 1rem;
    margin-left: 0.5rem;
}

.Part13 .id-center {
    width: 100%;
    height: 100%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 1.75rem;
}

.Part13 .id-info {
    width: 75%;
    float: left;
}

.Part13 .id-info p {
    float: left
}

.Part13 .id-info .id-info-p {
    font-size: 0.75rem;
    color: #999;
    margin: 0.25rem 0;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    line-height: 1.25rem;
}

.Part13 .id-info .id-info-p span {
    width: 48%;
    display: inline-block;
    text-align: left;
    margin-right: 0.24rem;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}

.Part13 .id-info .id-info-p .language, .Part13 .id-info .id-info-p .star {
    display: none;
}

.Part13 .id-info .id-info-p span font {
    color: #999
}


.Part13 .id-info .id-info-p span:last-of-type {
    margin-bottom: 0.75rem;
}

.Part13 .id-info .id-title {
    text-align: left
}


.Part13 .id-info .id-title a {
    font-weight: bold;
    font-size: 18px;
    color: black;
    margin: 10px 0 10px;
    display: inline-block;
    white-space: nowrap
}

.Part13 .id-btn {
    float: right;
    width: 5.625rem;
    margin-top: 0;
}

.Part13.android-recommon .id-btn a {
    background: url("../img/recommend_android_btn.png");
    background-size: 5.625rem 2rem;
}

.Part13 .id-btn a {
    color: white;
    background: #007aff;
    border-radius: 1.125rem;
    height: 2rem;
    line-height: 2rem;
    width: 100%;
    display: block;
    font-size: 0.75rem;
    float: right;
    margin-top: 2.35rem;
    background: url("../img/recommend_ios_btn.png");
    background-size: 5.625rem 2rem;
}

.Part13.ios-recommon .id-btn a {
    margin-top: 1rem;
}

.Part13 .id-btn p {
    color: #999;
    font-size: 0.625rem;
    line-height: normal;
    margin-top: 5px;
}
.Part4 {
    display: flex;
    flex-direction: column;
    row-gap: 1.5rem;
    padding: 0 1rem 0;
}
.Part4 .index-module-name {
    margin-bottom: 0;
}
.Part4 h2 {
    text-align: center;
    font-size: 1.5rem;
    font-weight: bold;
    color: #E9642B;
    letter-spacing: .1rem;
}

.Part4 .question {
    width: 100%;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    border-radius: 10px;
    box-sizing: border-box;
    border: 1px solid #E3E4E4;
    position: relative;
}
.Part4 .question h3 {
    font-weight: bold;
    font-size: 0.875rem;
    line-height: 1.25rem;
    align-items: baseline;
    cursor: pointer;
    display: flex;
    margin: 0;
    padding: 0.75rem 1rem;
    background-color: #f0f0f0;
    justify-content: space-between;
}
.Part4 .question h3 span {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    flex: 1;
    font-size: 0.9375rem;
    font-weight: bolder;
    color: #333;
}
.Part4 .question p {
    color: #666;
    font-size: 0.875rem;
    line-height: 1.5rem;
    margin: 1rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3; /* 限制为两行 */
    overflow: hidden;
    text-overflow: ellipsis;
}
.Part4 .question.active p {
    border-top: 1px solid #E4E4E3;
}
.Part4 .question div.more {
    font-size: 0.75rem;
    color: #fff;
    background-color: #fff;
    padding: 0.25rem 0.85rem;
    background-color: #E9642B;
    border-radius: 4px;
    margin-left: 0.5rem;
}


.page-404 {
    height: 100%;
}

.page-404 img {
    width: 100%;
    margin-top: 4rem;
    padding: 0 2rem;
}

.page-404 h1,.page-404 span {
    display: block;
    font-size: 18px;
    color: #333333;
    text-align: center;
    margin-top: 2rem;
}

.page-404 .desc {
    text-align: center;
    font-size: 1.125rem;
    margin-top: .5rem;
}

.page-404 .desc a {
    color: #4570F6;
}

.page-404 .btn-lists {
    margin: 1.5rem 0 1rem;
    display: flex;
    justify-content: center;
}

.page-404 .btn-lists a {
    width: 78px;
    height: 33px;
    line-height: 33px;
    text-align: center;
    background: #FAB42E;
    font-size: 12px;
    color: #FFFFFF;
    margin-right: 1.5rem;
}

.page-about {
    padding: 1rem 1.5rem;
}

.page-about .lists {
    margin-top: .5rem;
}

.page-about .lists .item {
    display: block;
    padding-left: .5rem;
    border-left: .25rem solid #E9642B;
    margin-top: 1rem;
    font-size: .875rem;
    color: #333333;
}


.page-about .content {
    margin-top: .5rem;
}

.page-about .content p {
    font-size: .75rem;
    line-height: 1.5rem;
}


.power-auth {
    width: 186px;
    padding-bottom: 5px;
    background: #FFF;
    border: 1px solid #e0dbda;
    position: absolute;
    top: 230px;
    right: 1rem;
    z-index: 99;
}

.power-auth b.name i {
    display: inline-block;
    width: .75rem;
    height: .75rem;
    text-indent: 0;
    background: url(../img/jubao.png);
    background-size: .75rem .75rem;
    margin-left: .25rem;
}

.power-auth b.name {
    display: block;
    background: #ffecd6;
    color: #fa7000;
    height: 33px;
    line-height: 33px;
    font-size: 14px;
    margin-bottom: 5px;
    width: auto;
}

.power-auth div {
    font-size: 12px;
    padding: 0 12px;
    color: #666;
    line-height: 22px;
    white-space: normal
}

.jubao {
    color: #007aff;
    cursor: pointer;
}

.jb {
    display: none;
    position: fixed;
    background-color: rgba(0, 0, 0, .5);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    color: #333;
    overflow: hidden;
}

.jb .bo {
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: #fff;
    font-size: 12px;
    margin: -150px -150px;
    width: 280px;
    height: 350px;
    border-radius: 10px;
    padding: 20px;
}

.jb .bo .close {
    position: absolute;
    top: 5px;
    right: 10px;
    font-size: 18px;
    cursor: pointer;
}

.jb .bo .bt {
    font-size: 18px;
    text-align: center;
    height: 40px;
    font-weight: bold;
    overflow: hidden;
    line-height: 40px;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 10px 0;
}

.jb .bo .nr {
    font-size: 16px;
    height: 30px;
    line-height: 30px;
}

.jb .bo ul {
    overflow: hidden;
}

.jb .bo ul li {
    float: left;
    width: 120px;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    color: #404040;
    list-style-type: none;
}

.jb .bo ul li input {
    vertical-align: middle;
    -webkit-appearance: radio;
}

.jb > .bo > .other {
    display: none;
}

.jb > .bo > .other > input {
    width: 100%;
    height: 25px;
    line-height: 25px;
    text-indent: 10px;
    border: 1px solid #ccc;
}

.jb .bo .fk {
    color: #f00;
    font-size: 12px;
    height: 20px;
    line-height: 20px;
}

.jb .bo .tijiao button {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    background-color: #999;
    border-radius: 5px;
    color: #fff;
    border: 0;
    cursor: pointer;
}

.jb .bo .tijiao button.on {
    background-color: #007aff;
}

.jb .bo .ts {
    text-align: center;
    color: #9e9e9e;
    font-size: 12px;
    height: 30px;
    line-height: 30px;
}

.recommend-link {
      display: block;
    max-width: 100%;
    width: 100%;
    height: 3.75rem;
    line-height: 3.75rem;
    color: #fff;
    text-align: center;
    font-size: 16px;
    background: linear-gradient(to right, #ed8f42, #f35626);
}



/*** @description: Photo Browser;  ***/
.photo-browser {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    opacity: 0;
    display: none;
    /*background: #000;*/
    background: rgba(0, 0, 0, 0.75);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.photo-browser.photo-browser.photo-browser-in {
    display: block;
    -moz-animation: photoBrowserIn 400ms forwards;
    -webkit-animation: photoBrowserIn 400ms forwards;
    animation: photoBrowserIn 400ms forwards;
}

.photo-browser.photo-browser-out {
    display: block;
    -moz-animation: photoBrowserOut 400ms forwards;
    -webkit-animation: photoBrowserOut 400ms forwards;
    animation: photoBrowserOut 400ms forwards;
}

.photo-browser .page[data-page="photo-browser-slides"] {
    background: none;
}

.photo-browser-body {
    position: relative;
    height: 100%;
}

.photo-browser-swiper-container {
    position: absolute !important;
    left: 0;
    right: 0;
    /*top: 1rem;
bottom: 1rem;*/
    top: 0;
    bottom: 0;
    overflow: hidden;
    /*background: rgba(0,0,0, 0.5);*/
    -webkit-transition-duration: 400ms;
    transition-duration: 400ms;
}

.photo-browser-swiper-wrapper {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.photo-browser-link-inactive {
    opacity: 0.3;
}

.photo-browser-slide {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    flex-shrink: 0;
    box-sizing: border-box;
}

.photo-browser-slide.transitioning {
    -webkit-transition-duration: 400ms;
    transition-duration: 400ms;
}

.photo-browser-slide span.photo-browser-zoom-container {
    width: 100%;
    text-align: center;
    display: none;
}

.photo-browser-slide img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    display: none;
}

.photo-browser-slide.swiper-slide-active span.photo-browser-zoom-container, .photo-browser-slide.swiper-slide-next span.photo-browser-zoom-container, .photo-browser-slide.swiper-slide-prev span.photo-browser-zoom-container {
    display: block;
}

.photo-browser-slide.swiper-slide-active img, .photo-browser-slide.swiper-slide-next img, .photo-browser-slide.swiper-slide-prev img {
    display: inline;
}

.photo-browser-slide.swiper-slide-active.photo-browser-slide-lazy .preloader, .photo-browser-slide.swiper-slide-next.photo-browser-slide-lazy .preloader, .photo-browser-slide.swiper-slide-prev.photo-browser-slide-lazy .preloader {
    display: block;
}

.photo-browser-slide iframe {
    width: 100%;
    height: 100%;
}

.photo-browser-slide .preloader {
    display: none;
    position: absolute;
    width: 42px;
    height: 42px;
    margin-left: -21px;
    margin-top: -21px;
    left: 50%;
    top: 50%;
    /*background: url(../images/ background-size: 100%; -moz-animation: loading 1s steps(12, end) infinite; -webkit-animation: loading 1s steps(12, end) infinite; animation: loading 1s steps(12, end) infinite; }

.photo-browser-header { position: absolute; left: 0; right: 0; height: 1rem; z-index: 10; /*background: rgba(0,0,0,0.5);*/
    -moz-transition: all .4s;
    -o-transition: all .4s;
    -webkit-transition: all .4s;
    transition: all 0.4s;
}

.photo-browser-close, .photo-browser-remove {
    position: absolute;
    z-index: 10;
    top: 0.2rem;
    left: 0.2rem;
    display: none;
}

.photo-browser-close {
    width: 0.6rem;
    height: 0.6rem;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAMAAACdt4HsAAAAYFBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////98JRy6AAAAH3RSTlMA2PwU5GRQ+elZHyJCF93SO/RUDGwbEcm3KH1J9qeapxKm0wAAAPJJREFUWMPt1MkOgjAUheHL4IgoDijgcN//LS21yVmQXvQk7nr23x9o0kpaWlpaZLuhEGPt0Ni+WWlmFLalHnsz0Km6guFVn2Zgob5geF2KuUsoRP3G5CiwHgXWo8B6nOTE586Thcp7d/5koVrDEwV4rgDPFGrOo7CvSY9vgCcL8HSB91KU/i/OtM/U70YW6tEfc7pQ70ffLMfC4Ux7EbLQBu928oXrj74MnixsR79ynijA78QPheJbX8GjgPdh3q/hUQi3m/Bhm8/tnvc9PFOAjxVasXcIPlroxF7n/F0kXniJvWv2gJ9skbuLmZaW9pe9AdgOIqeqhDo2AAAAAElFTkSuQmCC) no-repeat;
    background-size: 100% 100%;
}

.photo-browser-remove {
    left: auto;
    right: 0.3rem;
}

.photo-browser-of {
    margin: 0 5px;
}

.photo-browser-captions {
    pointer-events: none;
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    z-index: 1001;
    opacity: 1;
    /*background: rgba(0,0,0,0.5)*/
}

.photo-browser-exposed .photo-browser-name, .photo-browser-exposed .photo-browser-time, .photo-browser-exposed .photo-browser-text {
    display: none;
}

.photo-browser-caption {
    text-align: left;
    position: relative;
    z-index: 1002;
    display: none;
    min-height: 1rem;
}

.photo-browser-caption:empty {
    display: none;
}

.photo-browser-caption.photo-browser-caption-active {
    display: block;
}

.photo-browser-captions-light .photo-browser-caption {
    background: rgba(255, 255, 255, 0.8);
    color: #000;
}

.photo-browser-info {
    font-size: 0;
    position: relative;
    padding: 0.3rem 0;
    text-align: center;
}

.photo-browser-info + .photo-browser-text {
    margin-top: -0.4rem;
}

.photo-browser-text {
    font-size: 0.3rem;
    color: #e1e1e1;
    padding: 0.3rem;
}

.photo-browser-text:empty {
    display: none;
}

.photo-browser-text pre {
    line-height: 1.5;
    font-family: inherit;
    margin: 0;
    word-wrap: break-word;
    white-space: pre-wrap !important;
}

.photo-browser-name {
    font-size: 0.34rem;
    color: #4fab7d;
    margin-right: 0.16rem;
}

.photo-browser-time {
    font-size: 0.24rem;
    color: #777;
}

.photo-browser-count {
    color: #fff;
    font-size: 0.6rem;
}

.photo-browser-exposed .photo-browser-header {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.photo-browser-remove {
    display: none;
}

.photo-browser-upload .photo-browser-name, .photo-browser-upload .photo-browser-time, .photo-browser-upload .photo-browser-text {
    display: none;
}

.photo-browser-upload .photo-browser-remove {
    display: block;
}

@-webkit-keyframes photoBrowserIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes photoBrowserIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes photoBrowserOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes photoBrowserOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}



