/**/
.softinfo-tit h1 {
    float: left;
    color: #000;
    font-size: 22px;
    height: 22px;
    line-height: 22px;
    max-width: 380px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-weight: bold;
}

.softinfo-tit span {
    position: relative;
    float: left;
    color: #2e90fb;
    font-size: 14px;
    height: 22px;
    line-height: 22px;
    padding-left: 40px;
    max-width: 700px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.softinfo-tit span:before {
    content: "";
    position: absolute;
    background: #bdbdbd;
    width: 1px;
    height: 28px;
    left: 22px;
    top: 2px;
}

.soft-info {
    margin: 33px auto 0;
    background: #fff;
    position: relative;
}

.softinfo-tit {
    overflow: hidden;
}

.soft-info-box {
    overflow: hidden;
    margin-top: 37px;
}

.softinfo-l {
    float: left;
    width: 140px;
}

.softinfo-cen {
    float: left;
    margin-left: 20px;
    width: 365px;
}

.softinfo-r {
    float: right;
    width: 90px;
    overflow: hidden;
    margin-top: -7px;
}

.softinfo-l img {
    width: 140px;
    height: 140px;
    border-radius: 20px;
    display: block;
    margin: 0 auto;
}

.software-btn {
    transition: background .2s ease;
    display: block;
    margin: 20px auto 0;
    color: #fff;
    text-align: center;
    line-height: 45px;
    font-size: 16px;
    width: 138px;
    height: 43px;
    background: #2e90fb;
    border-radius: 3px;
    border: solid 1px #3279c7;
}

.software-btn:hover {
    color: #fff;
    background: #3279c7;
}

.softinfo-list {
    overflow: hidden;
    margin-top: -10px;
    width: 365px;
    float: left;
    height: 105px;
}

.softinfo-list li {
    float: left;
    color: #000;
    font-size: 12px;
    height: 12px;
    line-height: 12px;
    width: 33.33%;
    margin-top: 14px;
    white-space: nowrap;
    overflow: hidden;
}

.softinfo-list li:nth-of-type(5) {
    width: 50%;
}

.softinfo-list li:nth-of-type(6),
.softinfo-list li:nth-of-type(7) {
    display: block;
    width: 100%;
}

.softinfo-list li em {
    color: #000;
    margin-left: 5px;
}

.softinfo-list li b {
    color: #941717;
    margin-left: 5px;
    font-weight: normal;
}

.label-title {
    float: left;
    width: 40px;
    height: 20px;
    background: #ed611c;
    line-height: 20px;
    text-align: center;
    color: #fff;
    font-size: 12px;
    position: relative;
    margin-top: 2px;
}

.label-title strong {
    float: left;
    background: #b9b9b9;
    font-size: 14px;
    color: #fff;
    padding: 0 15px 0 10px;
    position: relative;
}

.label-title strong:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    border: 8px solid #f8f8f8;
    border-width: 13px 8px;
    border-color: transparent #f8f8f8 transparent transparent;
}

.label-box {
    overflow: hidden;
    height: 24px;
    float: left;
    width: 325px;
}

.label-box a {
    float: left;
    padding: 5px 12px;
    font-size: 12px;
    text-align: center;
    line-height: 12px;
    color: #999;
    margin-left: 15px;
    border-radius: 100px;
    border: 1px solid #ededed;
}

.down-btn {
    float: right;
    width: 140px;
    height: 45px;
    background-color: #2e90fb;
    border-radius: 3px;
    border: solid 1px #3279c7;
    text-align: center;
    color: #fff;
    line-height: 47px;
    font-size: 16px;
    margin-top: 47px;
}

.down-btn:hover {
    color: #fff;
}

.label-count {
    overflow: hidden;
    margin-top: 15px;
}

.label-title:after {
    content: "";
    position: absolute;
    top: 0;
    right: -12px;
    border: 4px solid #ed611c;
    border-width: 10px 6px;
    border-color: transparent transparent transparent #ed611c;
}

.softinfo-r img {
    display: block;
    width: 100%;
    height: 90px;
}

.softinfo-r-ma {
    display: block;
    margin: 9px auto 0;
    height: 12px;
    line-height: 12px;
    text-align: center;
    font-size: 12px;
    color: #999;
}

.main-l {
    width: 690px;
    float: left;
}

.main-r {
    float: right;
    width: 250px;
    margin-left: 60px;
}

.main-r-tab li {
    float: left;
    color: #999;
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    font-weight: bold;
    position: relative;
    margin-left: 110px;
    cursor: pointer;
}

.main-r-tab {
    border-bottom: 2px solid #efefef;
    height: 50px;
}

.main-rtab-box {
    height: 50px;
    width: 100%;
    display: none;
    background: #fff;
}

.main-r-tab li.active:after,
.main-r-tab li:hover:after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    background: #ffbd40;
    height: 2px;
    width: 100%;
}

.main-r-tab li.active,
.main-r-tab li:hover {
    color: #941717;
}

.main-r-tab li:first-child {
    margin-left: 0;
}

.main {
    overflow: hidden;
    margin: 30px auto;
    width: 1000px;
    background: #fff;
    padding-bottom: 50px;
}

.main-r-tab .down-mod-btn {
    width: 130px;
    background: #1b8bd1;
    text-align: center;
    color: #fff;
    float: left;
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    font-weight: bold;
    position: relative;
    margin-left: 110px;
}

.main-r-count {
    margin-top: 40px;
    /* max-height: 60vh; overflow: hidden; */
}

.main-r-count p {
    display: block;
    color: #000;
    font-size: 14px;
    line-height: 30px;
}

.main-r-count img {
    display: block;
    width: auto !important;
    max-width: 100%;
    margin: 10px auto;
    height: auto;
    max-height: 50vh;
}

.addmore {
    position: relative;
    display: block;
    text-align: center;
    font-size: 12px;
    height: 40px;
    line-height: 40px;
    color: #1b8bd1;
    cursor: pointer;
    display: none;
}

.addmore:before {
    content: "";
    position: absolute;
    bottom: 40px;
    left: 0;
    width: 100%;
    height: 60px;
    background: -webkit-gradient(linear, 0% 0%, 0% 82%, from(rgba(255, 255, 255, .5)), to(white));
}

.addmore:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 29px;
    height: 15px;
    transform: translate(-240%, -50%);
    background: url(../images/new-jlt.png) -174px -63px no-repeat;
}

.fix-tab.main-r-tab {
    position: fixed;
    top: 0;
    background: #fff;
    padding: 0 20px;
    border-bottom-color: transparent;
    box-shadow: 0 0 20px 1px rgba(0, 0, 0, .1);
    z-index: 3;
}

.main-r-count h3 {
    font-size: 18px;
    font-weight: bold;
    color: #1ebd78;
    float: left;
    display: block;
    height: 22px;
    line-height: 22px;
    position: relative;
    text-indent: 20px;
    width: 100%;
    margin: 10px 0 15px;
}

.main-r-count h3:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 5px;
    height: 22px;
    background: #1ebd78;
}

/*email*/
.email-modal,
.jb-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 999;
}

.email-modal-bg,
.jb-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, .5);
    cursor: pointer;
}

.email-modal-main,
.jb-main {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    background-color: #ffffff;
    border-radius: 5px;
    padding: 30px 20px;
}

.em-tit,
.jb-tit {
    font-family: MicrosoftYaHei;
    font-size: 18px;
    letter-spacing: 2px;
    color: #333333;
    display: block;
    text-align: center;
    height: 16px;
    line-height: 16px;
}

.em-email,
.jb-email,
.jb-cause {
    background-color: #f6f6f6;
    border-radius: .1rem;
    border: solid .05rem #f2f2f2;
    display: block;
    color: #cccccc;
    font-size: 14px;
    margin: 30px auto 0;
    width: 400px;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
}

.em-text {
    background-color: #f6f6f6;
    border-radius: .1rem;
    border: solid .05rem #f2f2f2;
    display: block;
    color: #cccccc;
    font-size: 14px;
    margin: 30px auto 0;
    width: 400px;
    height: 50px;
    line-height: 28px;
    padding: 15px;
    resize: none;
}

.email-sub,
.jb-submit {
    height: 40px;
    background: #399afd;
    border-radius: .1rem;
    margin: 20px auto 0;
    display: block;
    text-align: center;
    color: #fff;
    line-height: 40px;
    font-size: 14px;
    cursor: pointer;
}

.email-cancel {
    height: 40px;
    border-radius: .1rem;
    margin: 20px auto 0;
    display: block;
    text-align: center;
    color: #999;
    line-height: 40px;
    font-size: 12px;
    cursor: pointer;
}

.feedback .email-btn {
    float: left;
    display: inline;
    position: relative;
    left: 0;
    border: 1px solid #4174f4;
    text-align: center;
    color: #4174f4;
    background: #d9e4ff;
    border-radius: 300px;
    padding: 0 .5rem 0 1.2rem;
    cursor: pointer;
}

.feedback .email-btn:before {
    position: absolute;
    content: "";
    background: url(../../../static.yiwan.com/m/images/email-ico.html) 0 0 no-repeat;
    border-radius: 0;
    background-size: 100%;
    width: .6rem;
    height: .45rem;
    top: .2rem;
    left: .45rem;
}

.cause {
    overflow: hidden;
}

.cause li {
    cursor: pointer;
    float: left;
    width: 50%;
    position: relative;
    font-size: .7rem;
    color: #333;
    text-indent: 1.5rem;
    margin-top: 1rem;
    height: 1rem;
    line-height: 1rem;
}

.cause li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    border: .05rem solid #f2f2f2;
    width: 1rem;
    height: 1rem;
    background: #f6f6f6;
}

.cause li.active:after {
    content: "";
    position: absolute;
    top: .2rem;
    left: .2rem;
    background: #3981fd;
    width: .7rem;
    height: .7rem;
}

.jb-labet {
    position: relative;
    color: #999;
    display: block;
    text-indent: .5rem;
    height: .6rem;
    line-height: .6rem;
    font-size: .6rem;
    margin-top: 1rem;
}

.jb-labet:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: #999;
    width: .15rem;
    height: .6rem;
}

.jb-close {
    cursor: pointer;
    position: absolute;
    top: 23%;
    right: 11%;
    font-size: 2rem;
    color: #999;
    z-index: 1;
    transform: rotate(45deg);
    padding: .3rem 0;
}

/*btn*/
.email-btn span {
    width: 1.8rem;
    height: 1.8rem;
    background-color: #e9efff;
    border: solid 0.05rem #5e89f6;
    display: block;
    border-radius: 50%;
    margin: 0 auto;
}

.email-btn span img {
    width: 0.8rem;
    height: 0.6rem;
    display: block;
    margin: .6rem auto 0;
    float: none;
    border-radius: 0;
}

.email-btn b {
    display: block;
    text-align: center;
    font-weight: normal;
    color: #4174f4;
    font-size: .6rem;
    height: .6rem;
    line-height: .6rem;
    margin-top: .45rem;
}

.email-btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 3rem;
}

.email-ts {
    display: none;
    position: fixed;
    top: 35vh;
    width: 60vw;
    left: 20vw;
    text-align: center;
    background: rgba(0, 0, 0, .7);
    border-radius: 100px;
    height: 4vh;
    line-height: 4vh;
    color: #f50c0c;
    z-index: 9999;
}

/*lb*/
.img-lb .swiper-container {
    width: 100%;
    height: 290px;
}

.img-lb .swiper-slide {
    width: auto;
    height: 100%;
}

.img-lb .swiper-slide img {
    display: block;
    width: auto;
    height: 100%;
}

.img-lb {
    margin: 60px auto 0;
    position: relative;
    overflow: hidden;
    width: 100%;
}

.lb-prev,
.lb-next {
    cursor: pointer;
    outline: none;
    width: 32px;
    height: 44px;
    position: absolute;
    top: 50%;
    background: url(../images/new-jlt.png) 0 -89px no-repeat;
    transform: translateY(-50%);
    z-index: 2;
}

.lb-next {
    right: 0;
    background-position-x: -38px;
}

.lb-prev.swiper-button-disabled,
.lb-next.swiper-button-disabled {
    opacity: .1;
}

.down-link-box {
    margin-top: 40px;
    overflow: hidden;
}

.down-link-top {
    display: block;
    font-size: 16px;
    color: #1b8bd1;
    font-weight: bold;
    height: 16px;
    line-height: 16px;
    margin: 27px auto 30px;
}

.downlink-tit {
    display: block;
    padding-left: 36px;
    height: 30px;
    background-color: #f2f2f2;
    color: #333;
    font-size: 14px;
    line-height: 30px;
    /* margin-bottom: 20px; */
    text-indent: 10px;
    position: relative;
}

.local-down {
    overflow: hidden;
}

.local-down a {
    float: left;
    width: 33.33%;
    border-top: 1px dashed #eee;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #666;
    position: relative;
    margin-top: -1px;
    text-indent: 10px;
}

.az-down .local-down a:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 35%;
    transform: translateY(-50%);
    background: url(../images/ziti-jlt.png) -141px -45px no-repeat;
    width: 22px;
    height: 22px;
    margin-top: -1px;
}

.ios-down .local-down a:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 35%;
    transform: translateY(-50%);
    background: url(../images/ziti-jlt.png) -165px -45px no-repeat;
    width: 22px;
    height: 22px;
    margin-top: -1px;
}

.hightspeet-down {
    overflow: hidden;
    margin-left: -73px;
    margin-bottom: 18px;
    margin-top: 14px;
}

.hightspeet-down a {
    float: left;
    width: 132px;
    height: 26px;
    background: #1b8bd1;
    border-radius: 2px;
    text-indent: 13px;
    line-height: 26px;
    color: #fff;
    position: relative;
    font-size: 14px;
    margin-left: 73px;
}

.hightspeet-down a:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 7px;
    width: 10px;
    height: 11px;
    background: url(../images/new-jlt.png) -91px -67px no-repeat;
    transform: translateY(-50%);
}

.hightspeet-down a:hover {
    background: #941717;
}

.down-link-top:hover {
    text-decoration: underline;
    color: #941717;
}

.local-down a:hover {
    color: #1b8bd1;
}

.similar-hot {
    margin-top: 40px;
    overflow: hidden;
}

.similar-list {
    display: block;
    /* margin: -34px 0 0 -53px; */
}

.similar-list li {
    float: left;
    width: 138px;
    margin: 34px 0 0 0;
}

.similar-list li img {
    width: 80px;
    height: 80px;
    display: block;
    margin: 0 auto;
    border-radius: 15px;
}

.similar-list li h5 {
    display: block;
    text-align: center;
    color: #333;
    font-size: 14px;
    height: 14px;
    line-height: 14px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin: 15px auto 0;
}

.similar-list li span {
    width: 54px;
    height: 23px;
    border: solid 1px #1b8bd1;
    text-align: center;
    line-height: 25px;
    margin: 10px auto 0;
    font-size: 12px;
    display: block;
    color: #1b8bd1;
    transition: all .3s ease;
}

.similar-list:after {
    content: "";
    display: block;
    clear: both;
}

.similar-list li span:hover {
    color: #fff;
    background: #1b8bd1;
}

.recommend-zt {
    margin-top: 70px;
    padding-bottom: 70px;
}

.recom-lsit {
    margin: 30px 0 0 -20px;
    overflow: hidden;
}

.recom-lsit li {
    float: left;
    width: 205px;
    margin-left: 20px;
}

.recom-lsit li img {
    display: block;
    width: 100%;
    height: 106px;
}

.recom-b {
    display: block;
    color: #333;
    font-size: 14px;
    line-height: 14px;
    height: 14px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-top: 16px;
}

.recom-t {
    display: block;
    width: 100%;
    height: 106px;
    position: relative;
}

.recom-lsit li:hover .recom-t:after {
    background: rgba(0, 0, 0, 0);
}

.recom-t:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .2);
    transition: background .3s ease;
}

.recom-lsit li:hover .recom-b {
    color: #941717;
}

.recom-l-list li img {
    display: block;
    float: left;
    border-radius: 10px;
    width: 70px;
    height: 70px;
}

.recom-cen {
    float: left;
    margin-left: 14px;
    width: 166px;
}

.recom-cen h5 {
    color: #444;
    display: block;
    font-size: 16px;
    width: 100%;
    overflow: hidden;
    /* text-overflow: ellipsis; */
    /* white-space: nowrap; */
    margin-top: 4px;
    height: 16px;
    line-height: 16px;
}

.recom-size {
    color: #999;
    font-weight: 500;
    display: block;
    font-size: 12px;
    width: 88px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 12px;
    height: 12px;
    line-height: 12px;
}

.recom-label {
    color: #999;
    font-weight: 500;
    display: block;
    font-size: 12px;
    width: 88px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 9px;
    height: 12px;
    line-height: 12px;
}

.recom-btn {
    width: 54px;
    height: 23px;
    border: solid 1px #1b8bd1;
    float: right;
    text-align: center;
    line-height: 25px;
    transition: all .3s ease;
    color: #1b8bd1;
    font-size: 12px;
    position: absolute;
    top: 28px;
    right: 0;
}

.recom-btn:hover {
    background: #1b8bd1;
    color: #fff;
}

.recom-l-list li {
    display: block;
    overflow: hidden;
    margin-top: 24px;
    position: relative;
}

.recom-l-list {
    overflow: hidden;
    margin-top: 10px;
}

.host-link em {
    float: left;
    color: #999;
    font-size: 12px;
}

.item-info-box {
    overflow: hidden;
}

.main-r-count .global-tit {
    margin-bottom: 30px;
}

.global-tit.hot-down-mod {
    margin-top: 40px;
}

.gs-btn-tit:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    background: url(../images/ziti-jlt.png) -165px 0 no-repeat;
    width: 18px;
    height: 18px;
}

.ios-btn-tit:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    background: url(../images/ziti-jlt.png) -165px -22px no-repeat;
    width: 15px;
    height: 18px;
}

.az-btn-tit:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    background: url(../images/ziti-jlt.png) -141px -22px no-repeat;
    width: 15px;
    height: 18px;
}

.az-down,
.ios-down {
    margin-top: 20px;
}

.version-list li {
    float: left;
    width: 333px;
    height: 43px;
    background-color: #f9f9f9;
    border: solid 1px #eeeeee;
    overflow: hidden;
    margin: 20px 0 0 20px;
}

.version-list li img {
    display: block;
    float: left;
    width: 34px;
    height: 34px;
    border-radius: 5px;
    margin: 5px 0 0 5px;
    transition: all .3s ease;
    transform: translateX(-40px);
}

.version-list {
    margin: 10px 0 0 -20px;
    overflow: hidden;
}

.version-tit {
    float: left;
    color: #333;
    font-size: 14px;
    text-align: center;
    height: 43px;
    line-height: 45px;
    width: 200px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-left: 20px;
    transition: width .3s ease;
}

.version-btn {
    color: #fff;
    text-align: center;
    background: #1b8bd1;
    font-size: 14px;
    height: 45px;
    line-height: 45px;
    display: block;
    float: right;
    width: 0;
    transition: width .3s ease;
}

.version-list li:hover .version-btn {
    width: 100px;
}

.version-list li:hover img {
    transform: translateX(0);
}

.version-list li:hover .version-tit {
    width: 160px;
}

.related-version {
    margin-top: 40px;
}

.version-tit h5 {
    float: left;
    font-size: 14px;
    color: #333;
}

.version-tit em {
    float: left;
    color: #1b8bd1;
    font-size: 14px;
    margin-left: 5px;
    padding-left: 5px;
    border-left: 1px solid #ccc;
    height: 14px;
    line-height: 14px;
    margin-top: 15px;
    transition: all .3s ease;
}

.version-list li:hover em {
    width: 0;
    overflow: hidden;
    opacity: 0;
}

.global-tit.recommend-mod {
    margin-top: 30px;
}

/*tag*/
.main_Tag {
    width: 250px;
    overflow: hidden;
    margin-top: 30px;
    max-height: 230px;
}

.main_Tag a {
    font-size: 12px;
    float: left;
    color: #fff;
    background: #ffa958;
    margin: 0 10px 10px 0;
    padding: 0 15px;
    text-align: center;
    height: 30px;
    line-height: 30px;
}

.main_Tag a:hover {
    background: #e89b52;
}

.main_Tag a:nth-of-type(6n+1) {
    background: #ffa958;
}

.main_Tag a:nth-of-type(4n+2) {
    background: #67b4ff;
}

.main_Tag a:nth-of-type(7n+3) {
    background: #ffa9a8;
}

.main_Tag a:nth-of-type(4n+4) {
    background: #61e0c4;
}

.main_Tag a:nth-of-type(4n+5) {
    background: #ff7f7d;
}

.main_Tag a:nth-of-type(6n+1):hover {
    background: #fb9b41;
}

.main_Tag a:nth-of-type(4n+2):hover {
    background: #50a5f9;
}

.main_Tag a:nth-of-type(7n+3):hover {
    background: #f59897;
}

.main_Tag a:nth-of-type(4n+4):hover {
    background: #54e2c3;
}

.main_Tag a:nth-of-type(4n+5):hover {
    background: #de6c6a;
}

/*Related Version*/
.version-list li {
    float: left;
    width: 333px;
    height: 43px;
    background-color: #f9f9f9;
    border: solid 1px #eeeeee;
    overflow: hidden;
    margin: 20px 0 0 20px;
}

.version-list li img {
    display: block;
    float: left;
    width: 34px;
    height: 34px;
    border-radius: 5px;
    margin: 5px 0 0 5px;
    transition: all .3s ease;
    transform: translateX(-40px);
}

.version-list {
    margin: 10px 0 0 -20px;
    overflow: hidden;
}

.version-tit {
    float: left;
    color: #333;
    font-size: 14px;
    text-align: center;
    height: 43px;
    line-height: 45px;
    width: 200px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-left: 20px;
    transition: width .3s ease;
}

.version-btn {
    color: #fff;
    text-align: center;
    background: #c03131;
    font-size: 14px;
    height: 45px;
    line-height: 45px;
    display: block;
    float: right;
    width: 0;
    transition: width .3s ease;
}

.version-list li:hover .version-btn {
    width: 100px;
}

.version-list li:hover img {
    transform: translateX(0);
}

.version-list li:hover .version-tit {
    width: 160px;
}

.related-version {
    margin-top: 40px;
}

.version-tit h5 {
    float: left;
    font-size: 14px;
    color: #333;
}

.version-tit em {
    float: left;
    color: #c03131;
    font-size: 14px;
    margin-left: 5px;
    padding-left: 5px;
    border-left: 1px solid #ccc;
    height: 14px;
    line-height: 14px;
    margin-top: 15px;
    transition: all .3s ease;
}

.version-list li:hover em {
    width: 0;
    overflow: hidden;
    opacity: 0;
}


/*热门合集*/
.hot-hj {
    margin-top: 30px;
}

.hj-top img {
    width: 210px;
    height: 100px;
    display: block;
    float: left;
}

.hj-ul {
    overflow: hidden;
    height: 30px;
    background-color: #ffffff;
    border: solid 1px #ed4848;
    float: left;
    margin-left: 40px;
}

.hj-ul li {
    float: left;
    height: 30px;
    line-height: 30px;
    color: #999;
    font-size: 14px;
    padding: 0 15px;
    cursor: pointer;
    position: relative;
}

.glo-tit {
    overflow: hidden;
}

.hj-ul li.active,
.hj-ul li:hover {
    background: #ed4848;
    color: #fff;
}

.hj-top {
    background-color: #f9f9f9;
    margin-top: 25px;
    padding: 20px;
    overflow: hidden;
}

.hj-r {
    float: left;
    width: 410px;
    margin-left: 30px;
}

.hj-r h5:hover {
    color: #ed4848;
}

.imgbox {
    float: left;
}

.hj-r h5 {
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 16px;
    line-height: 16px;
    height: 16px;
    font-weight: normal;
    margin-top: 14px;
    color: #333;
}

.hj-r p {
    display: block;
    font-size: 14px;
    line-height: 24px;
    color: #999;
    overflow: hidden;
    height: 45px;
    margin-top: 15px;
}

.hj-ul li:nth-of-type(2):before,
.hj-ul li:nth-of-type(2):after {
    content: "";
    position: absolute;
    top: 50%;
    right: -1px;
    width: 1px;
    height: 18px;
    background-color: #ed4848;
    opacity: 0.5;
    transform: translateY(-50%);
}

.hj-ul li:nth-of-type(2):before {
    right: auto;
    left: -1px;
}

.hj-tab {}

.hj-item {
    display: none;
}

.hj-item.active {
    display: block
}

.d_c_same_ul {
    overflow: hidden;
    padding-top: 20px;
    width: 717px;
}

.d_c_same_ul li {
    float: left;
    margin: 0 10px 10px 0;
    text-align: left;
}

.d_c_same_ul li a img {
    width: 80px;
    height: 80px;
    display: block;
    border-radius: 10px;
}

.d_c_same_ul li a p {
    height: 30px;
    line-height: 30px;
    color: #333;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 80px;
    text-align: center;
}

.d_c_same_ul li .hot-btn {
    display: block;
    width: 60px;
    height: 22px;
    line-height: 22px;
    font-size: 12px;
    color: #188bd3;
    margin: 0 auto;
    border: 1px solid #188bd3;
}

.d_c_same_ul li .hot-btn:hover {
    background: #188bd3;
    color: #fff;
}

.d_c_same {
    padding: 50px 0;
}

.d_c_con_h2 {
    margin-top: 5px;
    height: 22px;
    line-height: 22px;
    position: relative;
    padding-left: 21px;
    font-size: 18px;
    font-weight: bold;
    color: #444;
    float: left;
    display: inline;
    height: 22px;
    line-height: 22px;
}

.d_c_con_h2:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 5px;
    height: 22px;
    background: #1975da;
}





.d_c_same_ul {
    margin: 10px 0 0 0;
    overflow: hidden;
}

.d_c_same_ul li {
    float: left;
    width: 229px;
    /* padding:10px; */
}

.d_c_same_ul li:hover {
    background: #f6f6f6
}

.ztgimg {
    float: left;
    margin-right: 8px;
}

.ztgimg img {
    width: 90px;
    height: 90px;
}

.ztgname {
    display: block;
    width: 121px;
    height: 22px;
    color: #333;
    line-height: 22px;
    overflow: hidden;
    font-size: 16px;
}

.d_c_same_ul li span {
    display: inline-block;
    width: 121px;
    height: 24px;
    overflow: hidden;
    color: #999;
    line-height: 24px;
    /* margin-top:8px; */
}

.d_c_same_ul li span i {
    width: 1px;
    height: 12px;
    background: #dbdbdb;
    display: inline-block;
    margin: 0 6px;
}

.d_c_same_ul font {
    font-family: Georgia;
    color: #f08620;
    font-weight: bold;
}

.d_c_same_ul li span a {
    color: #999;
}

.d_c_same_ul .ioaz {
    display: inline-block;
    width: 20px;
    height: 24px;
    vertical-align: middle;
    margin-left: 0;
    cursor: pointer;
    margin-right: 6px;
    white-space: nowrap;
}

.d_c_same_ul .android {
    background-position: 0 0;
}

.d_c_same_ul .nAndroid {
    background-position: -25px 0;
}

.d_c_same_ul .ios {
    background-position: -52px 0;
}

.d_c_same_ul .nIos {
    background-position: -82px 0;
}

/**/
.tsStyle {
    display: block;
    margin: 5px 10px 10px;
    padding: 10px;
    border: 1px solid #ff9947;
    color: #555;
    font-size: 12px;
    line-height: 1.5em;
}

.tsStyle {
    background: url(../images/hint.png) no-repeat;
    padding-top: 32px;
    overflow: hidden;
    zoom: 1;
}

/*select-version*/
.package-info {
    margin-top: 20px;
}

.package-info-list li {
    line-height: 20px;
    font-size: 14px;
    font-weight: normal;
    color: #999;
    margin: 10px 0 0;
    display: block;
    overflow: hidden;
}

.package-info-list {
    overflow: hidden;
    background: #f2f2f2;
    padding: 0 10px 10px;
    margin-top: 20px;
}

.package-info-list li span {
    color: #666;
}