@media only screen {
    html {
        font-size: 13px; } }
@media only screen and (min-width: 360px) and (max-width: 399px) {
    html {
        font-size: 15px; } }
@media only screen and (min-width: 400px) and (max-width: 479px) {
    html {
        font-size: 16px; } }
@media only screen and (min-width: 480px) and (max-width: 719px) {
    html {
        font-size: 20px; } }
@media only screen and (min-width: 720px) {
    html {
        font-size: 30px; } }
html {
    overflow-y: scroll;
    margin: 0 auto !important;
    padding: 0;
    height: 100%; }

img {
    border: 0 none; }

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }

.clearfix {
    zoom: 1; }

* {
    padding: 0;
    margin: 0; }

ul,
li {
    list-style: none outside none; }

a {
    text-decoration: none;
    color: #000000; }

body {
    background-color: #f5f5f5;
    font-family: "Source Han Sans CN"; }

.wrapper {
    width: 100%;
    height: 100%;
    background-color: #f8f8f8; }

.hide {
    display: none; }

.M-top {
    height: 2.9333333333rem;
    position: relative;
    background-color: #4387c2;
}
.M-top .topLogo {
    display: inline-block;
    width: 7.2rem;
    height: 2.9333333333rem;
    background: url("../img/duote-logo.png") center no-repeat;
    background-size: 28.148vw 10.37vw;
    margin-left: 0.6666666667rem; }
.M-top .searchBox {
	display:none;
	/*
    display: inline-block;
    width: 8.8333333333rem;
    height: 1.6666666667rem;
    background: url("../img/searchIcon.png") no-repeat center top;
    background-size: 8.8333333333rem 1.6666666667rem;
    position: absolute;
    right: 2.7333333333rem;
    margin: auto;
    top: 0;
    bottom: 0;*/ }
.M-top .searchBox #searchInput {
    width: 6.6666666667rem;
    height: 1.6666666667rem;
    border: 0 none;
    line-height: 1.6666666667rem;
    background-color: transparent;
    border: 0;
    margin-left: 1.6666666667rem;
    border-radius: 20%;
    outline: none; }
.M-top .searchBox .label {
    position: absolute;
    top: 0.1333333333rem;
    left: 1.6666666667rem;
    color: #b7b7b7;
    cursor: text; }
.M-top .menu {
    display: inline-block;
    width: 1.6666666667rem;
    height: 1.6666666667rem;
    background: url("../img/menu-icon.png") center no-repeat;
    background-size: 5.556vw 3.889vw;
    position: absolute;
    right: 0.6666666667rem;
    margin: auto;
    top: 0;
    bottom: 0;
}

.M-nav {
    width: 100%;
    /*height: 2.6666666667rem;*/
    /* background-color: #0A88C7;  */
}
.M-nav ul {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    box-sizing: border-box;
    font-size: 1.2rem; }
.M-nav li {
    width: 100%;
    /*height: 2.6666666667rem;*/
    display: block;
    text-align: center; }
.M-nav li:not(:first-child)::before {
    content: "";
    margin-top: 3.333vw;
    float: left;
    width: 0.278vw;
    height: 4.444vw;
    background-color: #e6e6e6;
}
.M-nav li a {
    box-sizing: border-box;
    /* margin: 0 0.833vw; */
    display: block;
    line-height: 2.6666666667rem;
    color: #222;
    font-size: 1.2rem;
}
.M-nav li .current {
    /* background-color: #086999; */
    color: #4387c2;
    position: relative;
    border-bottom: 0.741vw solid #4387c2;
    z-index: 9;
}

.M-listA {
    margin-bottom: 0.6666666667rem;
    background-color: #ffffff; }

.M-listB {
    margin-bottom: 0.6666666667rem;
    background-color: #ffffff; }

.M-listC {
    overflow: hidden;
    background-color: #ffffff;
    padding-bottom: 1rem; }
.M-listC .item {
    display: flex;
    flex-direction: row;
    position: relative;
    /* margin-top: 1rem; */
    padding: 2.778vw 0;
    width: 100%;
    height: 4rem;
    border-bottom: 0.185vw solid #f0f0f0;
}
.M-listC .item a {
    width: 100%; }
.M-listC .softPicBox {
    padding-left: 0.6666666667rem;
    float: left; }
.M-listC .softPicBox img {
    width: 4rem;
    height: 4rem;
    border-radius: 0.5333333333rem; }
.M-listC .infos {
    padding-left: 0.6666666667rem;
    float: left; }
.M-listC .infos .softName {
    font-size: 1.0666666667rem; }
.M-listC .infos .softTag {
    margin-top:0.741vw;
    font-size: 0.8666666667rem;
    color: #999999; }
.M-listC .infos P {
    margin-top: 0.741vw;
    font-size: 0.8666666667rem;
    color: #999999; }
.M-listC .downBtn {
    width: 16.204vw;
    height: 8.148vw;
    background-color: #e4f6ff;
    border-radius: 1.389vw;
    position: absolute;
    top: 1.8rem;
    right: 1.9333333333rem;
    font-size: 4.167vw;
    color: #0d89c7;
    text-align: center;
    line-height: 8.148vw;
}
.M-listC .downBtn .btnBg {
    display: inline-block;
    width: 1.6rem;
    height: 1.6rem;
    background: url("../img/downNowBtn2.png") no-repeat;
    background-size: 1.6rem 1.6rem; }

.M-listD {
    overflow: hidden; }
.M-listD .tab {
    height: 1.6666666667rem;
    background-color: darkblue; }
.M-listD .txtDetail {
    padding: 0.2666666667rem 0.6666666667rem 0 0.6666666667rem;
    font-size: 1.0666666667rem;
    line-height: 1.6666666667rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #666666; }

.M-listE {
    overflow: hidden;
    margin-bottom: 0.6666666667rem; }

.M-listTitle {
    height: 3.2666666667rem;
    /* text-align: center; */
    font-size: 1.2rem;
    padding-left: 5vw;
    font-weight: bold;
    color: #333333;
    line-height: 3.2666666667rem;
    position: relative;
    background: #fff; }
.M-listTitle .more {
    font-size: 4.2vw;
    color: #999999;
    position: absolute;
    right: 0.6666666667rem;
    font-weight: normal; }

.M-listBdA {
    overflow: hidden; }
.M-listBdA li {
    float: left;
    width: 25%;
    padding-bottom: 1.3333333333rem;
}

.rmsy > li {
    height: 6rem;
}

.mobile-apps {
    overflow: hidden;
}

.mobile-apps li {
    box-sizing: border-box;
    /* height: 4.63vw; */
}

.M-listBdA li a {
    display: block; }
.M-listBdA .softImg {
    display: block;
    width: 4rem;
    height: 4rem;
    margin: 0 auto; }
.M-listBdA .softImg img {
    width: 4rem;
    height: 4rem;
    border-radius: 0.5333333333rem; }
.M-listBdA .tit {
    display: block;
    text-align: center;
    padding-top: 0.6rem;
    font-size: 1.0666666667rem;
    color: #333333;
    margin: 0 auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }

.mobile-apps li .tit {
    height: 1.4rem;
}

.M-listBdB {
    overflow: hidden; }
.M-listBdB ul {
    overflow: auto;
    white-space: nowrap;
    padding-left: 5vw;
}
.M-listBdB li {
    /* float: left; */
    margin-right: 2.2222vw;
    display: inline-block;
    /* width: 70%; */
    /* padding-bottom: 0.9333333333rem;  */
}
.M-listBdB li a {
    display: block; }
.M-listBdB .softImg {
    display: block;
    /* width: 14rem;
    height: 6.7333333333rem; */
    margin: 0 auto;
}
.M-listBdB .softImg img {
    display: block;
    width: 47vw;
    height: 28vw;
    border-radius: 2.0833vw;
}
.M-listBdB .tit {
    display: block;
    width: 10.6666666667rem;
    padding-top: 0.6666666667rem;
    font-size: 1.0666666667rem;
    padding-left: 0.3333333333rem;
    text-align: left;
    padding-top: 0.6rem;
    color: #333333;
    margin: 0 auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }

.M-listBdC {
    overflow: hidden; }
.M-listBdC li {
    float: left;
    width: 25%;
    margin-bottom: 1rem; }
.M-listBdC li a {
    display: block; }
.M-listBdC .softImg {
    display: block;
    width: 4rem;
    height: 4rem;
    margin: 0 auto; }
.M-listBdC .softImg img {
    width: 4rem;
    height: 4rem; }
.M-listBdC .tit {
    display: block;
    text-align: center;
    padding-top: 0.4666666667rem;
    font-size: 1.0666666667rem;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
.M-listBdC .btn {
    display: block;
    width: 3.9333333333rem;
    height: 1.6rem;
    border: 1px solid #0093e8;
    border-radius: 4px;
    text-align: center;
    line-height: 1.6rem;
    color: #0093e8;
    margin: auto;
    margin-top: 0.5333333333rem; }

.M-listBdE {
    overflow: hidden;
    background: #fff;
    padding: 0 0.6666666667rem; }
.M-listBdE li {
    margin-bottom: 1.2rem;
    width: 17.8666666667rem;
    padding-left: 0.8rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: url("../img/dot.png") no-repeat 2px;
    background-size: 0.4666666667rem 1.5rem; }
.M-listBdE li a {
    line-height: 1.2rem;
    font-size: 1.0666666667rem;
    color: #333333; }
.M-listBdE li span {
    position: absolute;
    right: 0.6666666667rem; }
.M-listBdE li .size {
    color: #999999; }

.likeTag {
    overflow: hidden;
    margin-bottom: 0.6666666667rem;
    background-color: #ffffff; }
.likeTag li {
    float: left;
    height: 2rem;
    line-height: 2rem;
    margin-bottom: 0.6666666667rem;
    margin-left: 0.6666666667rem;
    /* padding: 0 0.926vw; */
    text-align: center;
    border-radius: 4px;
    overflow: hidden; }
.likeTag li a {
    display: block;
    font-size: 1.0666666667rem;
    color: #ffffff;
    /* overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; */
}
.likeTag .tag1 {
    width: 5.8666666667rem;
    background-color: #99d83e; }
.likeTag .tag2 {
    width: 8.6666666667rem;
    background-color: gold; }
.likeTag .tag3 {
    width: 7rem;
    background-color: #cfaaf8; }

.M-more {
    height: 2.6666666667rem;
    background-color: #f5f5f5;
    text-align: center;
    line-height: 2.6666666667rem; }
.M-more a {
    display: block;
    color: #0d99e9;
    font-size: 1.0666666667rem;
    position: relative; }
.M-more i {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    background-color: pink;
    position: relative;
    top: 0.1333333333rem;
    background: url("../img/readMoreIcon.png") no-repeat;
    background-size: 1rem 1rem; }
.M-more .moreIcon {
    display: inline-block;
    width: 1.0333333333rem;
    height: 1.0333333333rem;
    background: url("../img/moreIcon.png") no-repeat;
    background-size: 1.0333333333rem 1.0333333333rem;
    position: absolute;
    top: 0.8333333333rem;
    margin-left: 0.3333333333rem; }

.M-friendlyLinks {
    background-color: #ffffff; }
.M-friendlyLinks .text {
    height: 3.2666666667rem;
    font-size: 1rem;
    font-weight: bold;
    color: #333333;
    line-height: 3.2666666667rem;
    padding-left: 0.6666666667rem; }
.M-friendlyLinks .links {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    font-size: 0.8666666667rem;
    color: #333333;
    padding-left: 0.6666666667rem; }
.M-friendlyLinks .links li {
    margin-right: 1rem;
    margin-bottom: 0.7333333333rem; }

.M-footer {
    height: 4rem;
    background-color: #f2f2f2; }
.M-footer .footer_link {
    text-align: center;
    color: #e8e8e8;
    padding-top: 0.8rem; }
.M-footer .footer_link a {
    color: #3097fd;
    font-size: 0.8rem; }
.M-footer .copyright {
    text-align: center;
    font-size: 0.7333333333rem;
    color: #999999; }

.mod_slide {
    position: relative;
    overflow: hidden; }
.mod_slide .slide_imgs {
    position: relative;
    overflow: hidden;
    height: 100%; }
.mod_slide .slide_imgs li {
    float: left;
    height: 100%;
    position: relative; }
.mod_slide .slide_imgs li img {
    width: 100%;
    height: 10rem;
    vertical-align: top; }
.mod_slide .slide_imgs li .tit {
    width: 100%;
    height: 1rem;
    line-height: 1rem;
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    font-size: 0.5333333333rem;
    padding-left: 0.5rem;
    text-align: left;
    background: rgba(0, 0, 0, 0.5); }
.mod_slide .dot {
    display: flex;
    justify-content: center;
    overflow: hidden;
    width: 100%;
    height: 1.6666666667rem;
    position: absolute;
    bottom: 0px; }
.mod_slide .slide-trig {
    position: absolute;
    bottom: 0.3333333333rem;
    z-index: 3;
    margin: 0 auto; }
.mod_slide .slide-trig li {
    display: inline-block;
    width: 1.289vw;
    height: 1.289vw;
    margin-left: 0.0666666667rem;
    overflow: hidden;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #ccc; }
.mod_slide .slide-trig li.cur {
    background-color: #0a88c7; }

.aggregationButton {
    margin-bottom: 0.6666666667rem; }
.aggregationButton li {
    float: left;
    width: 25%;
    background: #fff; }
.aggregationButton li a {
    display: block; }
.aggregationButton li img {
    display: block;
    width: 3.3333333333rem;
    height: 3.3333333333rem;
    margin: 0.6666666667rem auto 0;
    border-radius: 0.3333333333rem;
    /* background-color: #ccc; */
    /* border: solid 0.185vw #ccc; */
}
.aggregationButton li p {
    text-align: center;
    margin: 0.3333333333rem 0; }

.downNowBtnBox {
    display: flex;
    justify-content: space-around;
    padding: 1rem 0 1rem 0;
    background: white;
    z-index: 99999; }

.downNowBtn {
    display: block;
    width: 48%;
    height: 2.6rem;
    border-radius: 3px;
    background-color: #0093e8;
    text-align: center;
    line-height: 2.6rem;
    font-size: 1.2rem;
    color: #ffffff; }
.downNowBtn em {
    display: inline-block;
    width: 0.8666666667rem;
    height: 1rem;
    background: url("../img/downNowIcon.png") no-repeat;
    background-size: 0.8666666667rem 1rem; }

.safeDownWrapper {
    display: inline-block; }

.safeDown {
    background-color: #65bb0a;
    line-height: 1.2rem; }
.safeDown .safeDownInner {
    width: 10rem;
    height: 100%;
    margin: 0 auto;
    display: flex;
    position: relative; }
.safeDown .safeDownInner em {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 1.3333333333rem;
    margin: auto; }
.safeDown .safeDownInner .info {
    margin: 0 auto; }
.safeDown .safeDownInner .info .mainTitle {
    font-size: 1rem;
    padding-top: 0.1333333333rem; }
.safeDown .safeDownInner .info .subTitle {
    font-size: 0.4666666667rem; }

.moreLinks {
    background-color: orange;
    position: relative; }

.hotIcon {
    width: 24px;
    height: 14px;
    position: absolute;
    top: 4px;
    background: url("../img/hot.gif") no-repeat;
    background-size: 24px 14px; }

.bianhui {
    background-color: #dcdcdc; }

.topInfosBox {
    margin-bottom: 0.6666666667rem;
    background: #fff; }
.topInfosBox .crumbs {
    width: 100%;
    height: 2.9333333333rem;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 2.9333333333rem;
    padding-left: 0.6666666667rem;
    color: #666666;
    font-size: 0.8666666667rem; }
.topInfosBox .crumbs a {
    color: #666666;
    font-size: 0.8666666667rem; }
.topInfosBox .textBox {
    display: flex;
    flex-direction: row;
    padding-left: 0.6666666667rem; }
.topInfosBox .pic {
    padding-left: 0.6666666667rem; }
.topInfosBox .pic a {
    display: block; }
.topInfosBox .pic img {
    width: 4rem;
    height: 4rem; }
.topInfosBox .text {
    padding-left: 0.6666666667rem; }
.topInfosBox .text .versionBox {
    display: flex;
    flex-direction: row; }
.topInfosBox .text .right {
    margin-left: 1.8rem; }
.topInfosBox .text .softName {
    font-size: 1.0666666667rem;
    font-weight: bold; }
.topInfosBox .text .version {
    margin: 0.2rem 0 0.1333333333rem 0;
    font-size: 0.8666666667rem;
    color: #999999; }
.topInfosBox .text P {
    font-size: 0.8666666667rem;
    color: #999999; }

.M-picBox {
    margin-bottom: 0.6666666667rem; }

.M-tabA {
    background-color: #fff;
    padding-left: 0.6666666667rem;
    height: 1.7333333333rem;
    line-height: 1.7333333333rem; }
.M-tabA .softCommened {
    overflow: hidden; }
.M-tabA li {
    float: left;
    height: 1.6rem;
    margin-right: 0.3333333333rem;
    width: 11.3333333333rem;
    overflow: hidden; }
.M-tabA li a {
    height: 1.6rem;
    display: block;
    color: #333333;
    line-height: 1.6rem;
    font-size: 1.0666666667rem;
    text-align: center;
    position: relative; }
.M-tabA .current {
    border-bottom: 0.1333333333rem solid #0093e8; }
.M-tabA .current a {
    color: #0093e8; }

.M-tabB {
    background-color: #fff;
    padding-left: 0.6666666667rem;
    height: 1.7333333333rem;
    line-height: 1.7333333333rem; }
.M-tabB li {
    float: left;
    height: 1.6rem;
    margin-right: 1.3333333333rem; }
.M-tabB li a {
    height: 1.6rem;
    display: block;
    color: #333333;
    line-height: 1.6rem;
    font-size: 1.0666666667rem;
    text-align: center;
    position: relative;
    letter-spacing: 0.0333333333rem; }
.M-tabB .current {
    border-bottom: 0.1333333333rem solid #0093e8; }
.M-tabB .current a {
    color: #0093e8; }

#otherLinks {
    margin-right: 0px;
    background: url("../img/downloadIcon.png") no-repeat center right;
    background-size: 0.8666666667rem 1rem; }
#otherLinks a {
    color: #65bb0a;
    padding-right: 1rem; }

.det_pic_box {
    padding-bottom: 0.6666666667rem;
    width: 100%;
    max-width: 750px;
    min-width: 320px;
    overflow: hidden;
    background-color: #fff; }

.det_pic_box .con {
    overflow: hidden;
    *zoom: 1;
    white-space: nowrap;
    overflow-x: auto;
    padding-left: 0.5333333333rem; }
.det_pic_box .con::-webkit-scrollbar {
    width: 0;
    height: 0;
    display: none; }

.det_pic_box .con img {
    display: inline-block;
    width: 7.8rem;
    height: 12.9333333333rem;
    text-align: center; }
.det_pic_box .con img:last-child {
    margin: 0; }

.det_pic_box_pc .con img {
    width: 100% !important;
    float: none !important;
    height: auto !important;
    margin-left: 0 !important; }

.detailBox {
    font-size: 1.0666666667rem;
    color: #666; }
.detailBox .read-more {
    text-align: center;
    color: #2e8ae6;
    cursor: pointer;
    background: #fff;
    height: 2.5333333333rem;
    font-size: 0.8666666667rem;
    line-height: 2.5333333333rem; }
.detailBox .soft-intr {
    padding-left: 0.6666666667rem;
    padding-right: 0.6666666667rem;
    overflow: hidden;
    font-size: 1.0666666667rem;
    color: #666666;
    letter-spacing: 0.0666666667rem;
    background-color: #fff;
    line-height: 1.6rem; }
.detailBox .more-infos {
    height: 168px;
    overflow: hidden;
    white-space: wrap;
    text-overflow: -o-ellipsis-lastline;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    line-clamp: 7;
    -webkit-box-orient: vertical;
    vertical-align: middle; }
.detailBox .softDetailTag {
    height: 3.3333333333rem;
    border-top: 1px solid #f5f5f5;
    position: relative;
    background-color: #fff;
    z-index: 999;
    overflow: hidden; }
.detailBox .softDetailTag ul {
    overflow: hidden;
    width: 100%;
    height: 2.6666666667rem;
    position: absolute;
    top: 56%;
    left: 50%;
    transform: translate(-50%, -50%); }
.detailBox .softDetailTag li {
    float: left;
    line-height: 2rem;
    margin-left: 0.6666666667rem;
    margin-bottom: 0.6666666667rem;
    text-align: center;
    border-radius: 4px;
    overflow: hidden; }
.detailBox .softDetailTag li a {
    display: block;
    font-size: 1.0666666667rem;
    border: 1px solid #f0f0f0;
    border-radius: 3px;
    padding: 0 0.2666666667rem 0 0.2666666667rem; }
.detailBox .softDetailTag .color-green {
    color: #65bb0a; }
.detailBox .softDetailTag .color-red {
    color: #ff5e33; }
.detailBox .softDetailTag .color-blue {
    color: #4996ff; }

.soft_con {
    padding-top: 0.926vw;
    clear: both;
    overflow: hidden;
    height: 100%;
    background: #fff; }

.txt {
    margin: 0.926vw 0;
}

.M-comment {
    margin-bottom: 0.6666666667rem; }
.M-comment .commentBd {
    background: #ffffff;
    height: 100%; }
.M-comment .commentInput {
    padding-left: 0.6666666667rem; }
.M-comment .commentInput input {
    width: 17.3333333333rem;
    height: 2.7333333333rem;
    line-height: 2.7333333333rem;
    border: 1px solid #c2c2c2;
    text-indent: 0.6rem;
    border-radius: 0.4rem; }
.M-comment .commentInput input::-webkit-input-placeholder {
    color: #999999;
    font-size: 1.2rem; }
.M-comment .commentInput .commentBtn {
    display: block;
    float: right;
    width: 4.6666666667rem;
    height: 2.8rem;
    line-height: 2.8rem;
    background-color: #0093e8;
    border-radius: 0.3333333333rem;
    color: #fff;
    text-align: center;
    font-size: 1.2rem;
    margin-left: 0.3333333333rem;
    margin-right: 0.6666666667rem; }
.M-comment .commentText {
    margin-top: 1rem; }
.M-comment .commentText .textBox {
    padding-left: 0.6666666667rem;
    padding-right: 0.6666666667rem;
    margin-bottom: 1.6666666667rem; }
.M-comment .commentText .replay-head {
    font-size: 0.8666666667rem;
    color: #999999; }
.M-comment .commentText .reply {
    float: right; }
.M-comment .commentText .replyInfo {
    font-size: 1.0666666667rem;
    color: #333;
    padding-top: 0.3333333333rem; }
.M-comment .commentText .to-reply {
    font-size: 0.8666666667rem;
    color: #999999; }
.M-comment .commentText .like {
    background: url("../img/like.png") no-repeat 0.0666666667rem;
    background-size: 0.8666666667rem 0.8666666667rem;
    padding-left: 1.3333333333rem;
    color: #999;
    margin-right: 0.8rem; }
.M-comment .commentText .on {
    background: url("../img/likeClick.jpg") no-repeat 0.0666666667rem;
    background-size: 0.8666666667rem 0.8666666667rem; }

.M-backBar {
    margin-top: -1px;
    height: 3.2666666667rem;
    line-height: 3.2666666667rem;
    background: #ffffff;
    display: -moz-box;
    display: -webkit-box;
    display: box;
    width: 100%;
    position: relative; }
.M-backBar a {
    display: block;
    text-align: center;
    font-size: 1.0666666667rem;
    color: #666666;
    -moz-box-flex: 1;
    -webkit-box-flex: 1;
    box-flex: 1; }
.M-backBar a:first-child {
    background: #ffffff; }
.M-backBar a.ui-touch {
    background: #ffffff; }
.M-backBar i {
    display: inline-block;
    width: 0.2666666667rem;
    background: url("../img/line.png") no-repeat;
    height: 1.5rem;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto; }

.btnFixed {
    position: fixed;
    top: 1rem;
    z-index: 999; }

.exp-androidDetail {
    padding: 0.6666666667rem; }

.moreSoft {
    display: block;
    background: #f5f5f5;
    margin: 0 auto;
    border-radius: 0.1333333333rem; }

.back_top {
    width: 2.6666666667rem;
    height: 2.6666666667rem;
    position: fixed;
    right: 0.6666666667rem;
    bottom: 4rem;
    overflow: hidden;
    z-index: 999;
    display: none; }
.back_top .up-to-top {
    display: block;
    width: 2.6666666667rem;
    height: 2.6666666667rem;
    background: url("../img/backToTop.png") no-repeat;
    background-size: 2.6666666667rem 2.6666666667rem;
    opacity: 0.5; }

.clickShow {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    overflow: hidden;
    z-index: 999;
    display: none; }
.clickShow .m-show-cont {
    width: 98%;
    height: auto;
    background: #fff;
    border-radius: 6px;
    padding: 12px 6px;
    box-sizing: border-box;
    position: fixed;
    left: 1%;
    top: 100px;
    display: block;
    overflow: hidden;
    z-index: 20; }
.clickShow .showTitle {
    width: 100%;
    height: auto;
    line-height: 24px;
    font-size: 16px;
    font-weight: normal;
    color: #333;
    display: block;
    overflow: hidden;
    border-bottom: 1px solid #eee;
    padding: 2px 0 8px 0; }
.clickShow .showTitle span {
    color: #0093e8;
    font-weight: bold; }
.clickShow .closeBtn {
    display: block;
    width: 10px;
    height: 10px;
    font-size: 30px;
    font-weight: bold;
    color: #333;
    background: url("../img/closeBtn.png") no-repeat;
    display: block;
    overflow: hidden;
    position: absolute;
    right: 6px;
    top: 10px;
    z-index: 30;
    cursor: pointer; }
.clickShow .showList {
    width: 100%;
    height: auto;
    display: block;
    overflow: hidden; }
.clickShow .showList li {
    width: 25%;
    height: auto;
    float: left;
    margin: 12px 0 0;
    display: inline;
    overflow: hidden;
    text-align: center; }
.clickShow .showList li a {
    width: 100%;
    height: auto;
    overflow: hidden;
    cursor: pointer;
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(255, 0, 0, 0); }
.clickShow .showList li img {
    width: 60px;
    height: 60px;
    display: block;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 10px; }
.clickShow .showList li p {
    color: #000;
    font-size: 14px;
    width: 100%;
    line-height: 25px;
    margin: 3px 0;
    display: block;
    overflow: hidden;
    height: 25px; }
.clickShow .showList li .down {
    display: block;
    height: 22px;
    line-height: 22px;
    margin: 3px 10px 0 10px;
    border: 1px solid #0093e8;
    border-radius: 3px;
    color: #0093e8;
    font-size: 12px; }
.clickShow .showList li .down:hover {
    background: #0093e8;
    color: #ffffff; }
.clickShow .blackBg {
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.7;
    display: block;
    overflow: hidden;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10; }
