body,
ul,
ol,
li,
dl,
dd,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset {
    margin: 0;
    padding: 0;
}

table {
    empty-cells: show;
    border-collapse: collapse;
}

.wp {
    margin: 0 auto;
    width: 1240px;
}

#wp .wp {
    width: auto;
}

#ft {
    background-color: #fff;
    min-width: 1240px;
    margin-top: 20px;
    padding: 20px 0;
    line-height: 1.5;
    color: #666;
    font-size: 16px; 
}

html {
    background: #f1f2f6;
    color: #434a54;
    font-size: 12px;
    font-family: Microsoft YaHei, SimHei, Verdana, Arial, sans-serif
}

a {
    outline: 0;
    text-decoration: none;
}

ul {
    margin: 0
}

.clearfix {
    zoom: 1
}

.clearfix:after,
.clearfix:before {
    display: table;
    content: "";
    line-height: 0
}

.clearfix:after {
    clear: both;
}

.xm_footerInner {
    width: 840px;
    margin: 0 auto;
    text-align: center;
}

/* 返回顶部按钮样式 */
.back-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    background-color: #9f9f9f;
    color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

/* 当显示时的样式 */
.back-to-top.show {
    opacity: 1;
    visibility: visible;
}

/* 返回顶部图标样式 */
.back-to-top::before {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    transform: rotate(45deg);
}

/* 悬停效果 */
.back-to-top:hover {
    background-color: #666;
    transform: translateY(-3px);
}

/* === list.min.css === */
.main-content {
    background-color: #fff
}

.list-t {
    margin: 0 30px;
    border-bottom: 1px solid #e9e9e9;
    line-height: 66px
}

.list-t>span {
    font-size: 24px;
    color: #3c3c3c;
    float: left;
}

.latest-ver {
    margin: 0 30px;
    border-bottom: 1px solid #e9e9e9
}

.latest-ver>img {
    width: 294px;
    height: 372px;
    margin: 80px 80px 80px 50px;
    float: left
}

.latest-apk {
    float: left;
    margin-top: 80px;
    width: 750px
}

.latest-apk .latest-t {
    font-size: 36px;
    color: #7c7c7c
}

.ver-info>div {
    float: left;
    width: 49%
}

.apk {
    display: block;
    width: 240px;
    height: 60px;
    line-height: 60px;
    font-size: 30px;
    text-align: center;
    background-color: #2ec7bb;
    color: #fff;
    border-radius: 8px;
    margin: 50px 0 30px 0
}

.apk:hover {
    color: #fff
}

.md5,
.file-size,
.dataline {
    color: #7c7c7c;
    font-size: 14px;
    line-height: 30px
}

.course {
    font-size: 18px;
    color: #2ec7bb
}

.update-ins {
    margin: 0 30px;
    border-bottom: 1px solid #e9e9e9;
    padding: 0 30px
}

.update-t {
    font-size: 20px;
    color: #3c3c3c;
    line-height: 75px
}

.praph {
    margin-bottom: 20px
}

.praph-t {
    font-size: 16px;
    color: #787878;
    line-height: 30px
}

.praph-d {
    font-size: 14px;
    color: #7c7c7c;
    margin-left: 10px;
    line-height: 30px
}

.history-ver {
    margin: 0 30px;
    border-bottom: 1px solid #e9e9e9;
    padding: 0 30px 30px
}

.packageline {
    border-top: 1px solid #e9e9e9
}

.history-t {
    font-size: 20px;
    color: #3c3c3c;
    line-height: 75px
}

.history-t a {
    float: right;
    color: #2ec7bb;
    margin-right: 20px
}

.history-ver table {
    width: 100%;
    text-align: left;
    font-size: 16px;
    line-height: 50px
}

.history-ver table a {
    color: #2ec7bb;
    font-size: 18px
}

.small-size {
    font-size: 12px;
    color: #999
}

.desc-frame {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: -moz-linear-gradient(rgba(11, 11, 11, 0.1), rgba(11, 11, 11, 0.6)) repeat-x rgba(11, 11, 11, 0.2);
    background: -webkit-gradient(linear, 0% 0, 0% 100%, from(rgba(11, 11, 11, 0.1)), to(rgba(11, 11, 11, 0.6))) repeat-x rgba(11, 11, 11, 0.2);
    filter: progid:DXImageTransform.Microsoft.Shadow(color=#efefef, Direction=180, Strength=14);
    z-index: 12;
    color: black;
    text-align: left;
    display: none
}

#descDetails {
    width: 770px;
    height: 400px;
    background-color: #fff;
    color: #3c3c3c;
    margin: 0 auto;
    margin-top: 160px;
    border-radius: 4px;
    padding-left: 25px;
    position: relative
}

.tp-close {
    cursor: pointer;
    position: absolute;
    right: -21px;
    top: -19px;
    width: 5%
}

.ld-title {
    padding: 20px 0;
    font-size: 24px;
    text-align: center
}

.praph-pannel {
    height: 320px;
    overflow: auto
}
