@charset "gb2312"; .swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
    float: left
}

.swiper-container-vertical>.swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide,.swiper-wrapper {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

.swiper-container-multirow>.swiper-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition-property: height,-webkit-transform;
    transition-property: height,-webkit-transform;
    -o-transition-property: transform,height;
    transition-property: transform,height;
    transition-property: transform,height,-webkit-transform
}

.swiper-container-3d {
    -webkit-perspective: 1200px;
    perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
    background-image: -webkit-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));
    background-image: -o-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));
    background-image: linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));
    background-image: -o-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));
    background-image: linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
    background-image: -webkit-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));
    background-image: -o-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));
    background-image: linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
    background-image: -webkit-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));
    background-image: -o-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));
    background-image: linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))
}

.swiper-container-wp8-horizontal,.swiper-container-wp8-horizontal>.swiper-wrapper {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-container-wp8-vertical,.swiper-container-wp8-vertical>.swiper-wrapper {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

.swiper-button-next,.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat
}

.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-prev,.swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    left: 10px;
    right: auto
}

.swiper-button-next,.swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    right: 10px;
    left: auto
}

.swiper-button-prev.swiper-button-white,.swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-white,.swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-prev.swiper-button-black,.swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-black,.swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-lock {
    display: none
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: .3s opacity;
    -o-transition: .3s opacity;
    transition: .3s opacity;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    -webkit-transform: scale(.66);
    -ms-transform: scale(.66);
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    -webkit-transform: scale(.66);
    -ms-transform: scale(.66);
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33)
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff
}

.swiper-container-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0,-50%,0);
    transform: translate3d(0,-50%,0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    -webkit-transition: .2s top,.2s -webkit-transform;
    transition: .2s top,.2s -webkit-transform;
    -o-transition: .2s transform,.2s top;
    transition: .2s transform,.2s top;
    transition: .2s transform,.2s top,.2s -webkit-transform
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: .2s left,.2s -webkit-transform;
    transition: .2s left,.2s -webkit-transform;
    -o-transition: .2s transform,.2s left;
    transition: .2s transform,.2s left;
    transition: .2s transform,.2s left,.2s -webkit-transform
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: .2s right,.2s -webkit-transform;
    transition: .2s right,.2s -webkit-transform;
    -o-transition: .2s transform,.2s right;
    transition: .2s transform,.2s right;
    transition: .2s transform,.2s right,.2s -webkit-transform
}

.swiper-pagination-progressbar {
    background: rgba(0,0,0,.25);
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #007aff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff
}

.swiper-pagination-progressbar.swiper-pagination-white {
    background: rgba(255,255,255,.25)
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
    background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000
}

.swiper-pagination-progressbar.swiper-pagination-black {
    background: rgba(0,0,0,.25)
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
    background: #000
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0,0,0,.1)
}

.swiper-container-horizontal>.swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0,0,0,.5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.swiper-slide-zoomed {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12,end) infinite;
    animation: swiper-preloader-spin 1s steps(12,end) infinite
}

.swiper-lazy-preloader:after {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-position: 50%;
    background-size: 100%;
    background-repeat: no-repeat
}

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}

@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube {
    overflow: visible
}

.swiper-container-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0
}

.swiper-container-flip {
    overflow: visible
}

.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-coverflow .swiper-wrapper {
    -ms-perspective: 1200px
}

.g-softinfo {
    width: 1200px;
    margin: 0 auto 14px;
    border: 1px solid #e5e3e3;
}

.g-softinfo-nav {
    width: 1200px;
    height: 38px;
    line-height: 38px;
    margin: 0 auto;
}

.g-softinfo .g-softinfo-box {
    padding: 20px;
}

.g-softinfo .img {
    float: left;
    width: 103px;
    height: 103px;
    margin-right: 28px;
}

.g-softinfo .img img {
    display: block;
    width: 103px;
    height: 103px;
}

.g-softinfo .info {
    float: left;
    width: 705px;
}

.g-softinfo .info h1 {
    font-size: 24px;
    padding-bottom: 10px;
}

.g-softinfo .info ul.m-info-ul li {
    float: left;
    height: 22px;
    margin: 0 20px 0 0;
    color: #666;
    overflow: hidden;
    white-space: nowrap;
}

.g-softinfo .info ul.m-info-ul li a {
    font-size: 12px;
}

.g-softinfo .info ul.m-info-ul li.f-company {
    width: 380px;
}

.g-softinfo .features {
    clear: both;
    padding-top: 18px;
}

.m-vote {
    float: right;
    width: auto;
    overflow: hidden;
    margin: 0 314px 0 0;
}

.m-vote .vote_bar {
    float: left;
    width: 73px;
    height: 64px;
    margin-right: 9px;
    border: 1px solid #f1f2f6;
    text-align: center;
}

.m-vote .vote_bar span {
    display: none;
}

.m-vote .vote_bar b {
    display: block;
    width: 23px;
    height: 23px;
    margin: 10px auto 3px;
    cursor: pointer;
}

#isgood b {
    background: url(/images/downinfoico_03.png) no-repeat 0 0;
}

#isbad b {
    background: url(/images/downinfoico_05.png) no-repeat 0 0;
}

.m-vote .vote_bar i {
    font-size: 12px;
}

.processingbar {
    text-align: center;
    position: relative;
    width: 82px;
    float: left;
    margin: -6px 12px 0 0;
    transform: scale(.88);
    display: inline;
    overflow: hidden;
}

.processingbar font {
    color: #358ff0;
    display: block;
    width: 82px;
    height: 82px;
    line-height: 82px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    position: absolute;
    left: -5px;
    top: 0;
}

.processingbar i {
    color: #358ff0;
    font-style: normal;
    font-size: 14px;
    font-weight: bold;
    position: absolute;
    left: 56px;
    top: 34px;
}

.m-yuyue .m-yuyueok {
    width: 254px;
    height: 66px;
    display: block;
    color: #fff;
    background-color: #f86d06;
    font-size: 20px;
    line-height: 66px;
    text-align: center;
    border-radius: 10px;
}

.m-yuyue .m-yuyueok:hover {
    background-color: #1cabff;
}

.g-softinfo .features .localdown {
    float: left;
    width: 177px;
    position: relative;
}

.g-softinfo .features .localdown a {
    height: 66px;
    display: block;
    background: #44a1f3;
    border-radius: 5px;
}

.g-softinfo .features .localdown a:hover {
    background-color: #11b19b;
}

.g-softinfo .features .localdown b {
    display: block;
    padding: 8px 0 4px 20px;
    font-size: 20px;
    color: #fff;
}

.g-softinfo .features .localdown em {
    display: block;
    padding: 0 0 0 18px;
    font-size: 12px;
    color: #fff;
}

.g-softinfo .features .speeddown {
    float: left;
    width: 224px;
    height: 66px;
    margin-left: 20px;
    background: url(/images/downinfoico_10.png) no-repeat 50px 19px #f86d06;
    border-radius: 6px;
}

.g-softinfo .features .speeddown b {
    display: block;
    padding: 8px 0 4px 70px;
    font-size: 20px;
    color: #fff;
}

.g-softinfo .features .speeddown em {
    display: block;
    padding: 0 0 0 70px;
    font-size: 14px;
    color: #fff;
}

.g-softcontent {
    width: 1200px;
    margin: 0 auto 20px;
    overflow: hidden;
}

.g-softcontent .g-softcontent-left {
    float: left;
    width: 863px;
    border: 1px solid #eeeeee;
}

.m-tabnav {
    width: 100%;
    height: 46px;
    line-height: 46px;
    border-bottom: 1px solid #eeeeee;
}

.m-tabnav span {
    display: block;
    float: left;
    width: 134px;
    height: 45px;
    text-align: center;
    font-size: 18px;
    color: #333333;
    cursor: pointer;
}

.m-tabnav span.hover {
    border-top: 2px solid #1cabff;
    border-left: 1px solid #e5e3e3;
    border-right: 1px solid #e5e3e3;
    margin-left: -1px;
    color: #1cabff;
    background-color: #fff;
}

.m-tags {
    line-height: 50px;
    padding: 0 30px;
}

.m-tags span {
    color: #999999;
}

.speeddown {
    display: none;
}

.m-tags a {
    color: #1cabff;
    padding: 0 8px;
    border: 1px solid #eee;
    height: 22px;
    line-height: 22px;
    border-radius: 3px;
    margin-right: 10px;
    display: inline-block;
}

.m-tags a:nth-child(6) {
    color: #65bb0a;
    border-color: #65bb0a ;
}

.m-tags a:nth-child(6):hover {
    background-color: #65bb0a;
}

.m-tags a:nth-child(2) {
    color: #19B5FE;
    border-color: #19B5FE ;
}

.m-tags a:nth-child(2):hover {
    background-color: #19B5FE;
}

.m-tags a:nth-child(3) {
    color: #f2784b;
    border-color: #f2784b ;
}

.m-tags a:nth-child(3):hover {
    background-color: #f2784b;
}

.m-tags a:nth-child(4) {
    color: #6d86b3;
    border-color: #6d86b3 ;
}

.m-tags a:nth-child(4):hover {
    background-color: #6d86b3;
}

.m-tags a:nth-child(5) {
    color: #663399;
    border-color: #663399 ;
}

.m-tags a:nth-child(5):hover {
    background-color: #663399;
}

.m-tags a:hover {
    color: #fff;
}

.m-content {
    padding: 0 30px;
    font-size: 15px;
}

.m-content p {
    line-height: 26px;
    margin-bottom: 12px;
    text-indent: 2em;
}

.m-content p img,.m-content img {
    display: block;
    max-width: 600px;
    margin: 0 auto 12px;
}

.m-content h3 {
    height: 20px;
    line-height: 20px;
    padding-left: 10px;
    margin-bottom: 10px;
    font-size: 16px;
    border-left: 3px solid #1cabff;
}

.m-article {
    width: 100%;
    border-top: 1px solid #efefef;
}

.m-article .title {
    width: 94%;
    height: 50px;
    line-height: 50px;
    margin: 0 auto 16px;
    ; border-bottom: 1px solid #efefef;
}

.m-article .title span {
    display: block;
    width: 84px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    border-bottom: 3px solid #1cabff;
}

.m-article ul {
    width: 94%;
    margin: 0 auto;
    padding-bottom: 20px;
    overflow: hidden;
}

.m-article ul li {
    float: left;
    width: 50%;
    height: 30px;
    line-height: 30px;
}

.m-downaddress {
    width: 100%;
    border-top: 1px solid #efefef;
}

.m-downaddress .title {
    width: 94%;
    height: 50px;
    line-height: 50px;
    margin: 0 auto;
    border-bottom: 1px solid #efefef;
    display: block;
    overflow: hidden
}

.m-downaddress .title span {
    width: 84px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    border-bottom: 3px solid #1cabff;
    float: left;
    display: inline
}

.m-downaddress .title .m-downlink-btn {
    float: right;
}

.m-downaddress .title .m-downlink-btn li {
    width: auto;
    max-width: 220px;
    height: 26px;
    line-height: 26px;
    float: left;
    margin: 12px 0 0 10px;
    display: inline;
    overflow: hidden;
    color: #888;
    cursor: pointer
}

.m-downaddress .title .m-downlink-btn li.f-hover {
    background: #1cabff;
    color: #fff;
    padding: 0 10px;
    border-radius: 100px;
}

.m-downaddress .m-downlink-cont2 {
    height: auto;
    margin: 0 0 0px 24px;
    display: block;
}

.m-downaddress h3 {
    display: inline;
    margin: 12px 0 0;
    padding: 6px 14px;
    background-color: #fffcf8;
    font-size: 14px;
    border: 1px solid #f8f1e7;
    float: left;
    overflow: hidden
}

.m-downaddress h4 {
    width: 100%;
    height: auto;
    font-weight: normal;
    margin: 10px 0 0;
    float: left;
    display: inline;
    overflow: hidden;
}

.m-downaddress .ul_Address .tips {
    height: 30px;
    font-size: 14px;
    color: #666666;
}

.m-downaddress .ul_Address {
    width: 100%;
    padding: 0;
    margin: 0;
    float: left;
    display: inline;
}

.m-downaddress .topdown {
    width: 100%;
    height: auto;
    display: inline;
}

.m-downaddress .ul_Address li {
    float: left;
    width: 192px;
    margin: 12px 15px 0 0 ;
}

.m-downaddress .ul_Address li a {
    display: block;
    text-indent: 2.8em;
    line-height: 36px;
    color: #fff;
    background: url(/images/downinfoico_21.png) no-repeat 14px 8px #f86d06;
    border-radius: 6px;
    font-size: 16px;
}

.m-downaddress .ul_Address li a:hover {
    background-color: #f85006;
}

.m-downaddress .ul_Address li.f-other-url a {
    background-color: #00aaff;
}

.m-downaddress .ul_Address li.f-other-url a:hover {
    background-color: #0c99df;
}

.m-downaddress .downlisttwo {
    clear: both;
    padding: 12px 0;
    margin: 0 24px;
    border-top: 1px solid #eeeeee;
}

.m-downaddress .downlisttwo .tips {
    height: 30px;
    font-size: 14px;
    color: #666666;
}

.m-downaddress .downlisttwo ul {
    width: 486px;
    padding: 0 0 10px;
    overflow: hidden;
}

.m-downaddress .downlisttwo ul li {
    float: left;
    width: 152px;
    height: 34px;
    margin: 0 15px 0 0;
    background: url(/images/downinfoico_25.png) no-repeat 0 9px;
    border-radius: 6px;
}

.m-downaddress .downlisttwo ul li a {
    display: block;
    text-indent: 2em;
    line-height: 34px;
    color: #666666;
}

.m-pl {
    clear: both;
    width: 100%;
    border-top: 1px solid #efefef;
}

.m-pl .title ,.m-xgban .title {
    width: 94%;
    height: 50px;
    line-height: 50px;
    margin: 0 auto 12px;
    ; border-bottom: 1px solid #efefef;
}

.m-pl .title span ,.m-xgban .title span {
    display: block;
    width: 84px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    border-bottom: 3px solid #1cabff;
}

.m-pl .content {
    width: 94%;
    margin: 0 auto;
    padding-bottom: 20px;
}

.m-pl .content .text {
    width: 100%;
    height: 100px;
    margin-bottom: 10px;
}

.m-pl .content .btn {
    width: 146px;
    height: 40px;
    line-height: 40px;
    background-color: #1cabff;
    color: #fff;
    text-align: center;
    border: none;
}

.m-pl .content span {
    color: #999999;
    font-size: 12px;
}

.g-softcontent .g-softcontent-right {
    float: right;
    width: 315px;
}

.g-softcontent-right .m-rmjx {
    margin-bottom: 12px;
    border: 1px solid #eeeeee;
}

.g-softcontent-right .m-rmjx .title {
    padding: 0 0 0 10px;
    margin: 15px 10px;
    font-size: 16px;
    color: #333333;
    border-left: 3px solid #1cabff;
}

.g-softcontent-right .m-rmjx ul li {
    height: 42px;
    padding: 0 0 10px;
    margin: 0 12px 10px;
    border-bottom: 1px solid #e5e3e3;
}

.g-softcontent-right .m-rmjx ul li .tu {
    display: block;
    float: left;
    width: 40px;
    height: 40px;
    margin-right: 12px;
    border-radius: 5px;
}

.g-softcontent-right .m-rmjx ul li .name {
    display: block;
    height: 20px;
    font-size: 14px;
    color: #666666;
    overflow: hidden;
}

.g-softcontent-right .m-rmjx ul li:hover .name {
    color: #1cabff;
}

.g-softcontent-right .m-rmjx ul li .info {
    font-size: 12px;
    color: #999999;
}

.g-softcontent-right .m-rmtj {
    margin-bottom: 12px;
    border: 1px solid #eeeeee;
}

.g-softcontent-right .m-rmtj .title {
    padding: 0 0 0 10px;
    margin: 15px 10px;
    font-size: 16px;
    color: #333333;
    border-left: 3px solid #1cabff;
}

.g-softcontent-right .m-rmtj .change {
    float: right;
    width: 64px;
    font-size: 14px;
    color: #999999;
    background: url(/images/downinfoico_17.png) no-repeat right 4px;
    cursor: pointer;
}

.g-softcontent-right .m-rmtj ul {
    overflow: hidden;
    height: 220px;
}

.g-softcontent-right .m-rmtj ul li {
    float: left;
    width: 90px;
    margin-bottom: 16px;
    margin-left: 10px;
}

.g-softcontent-right .m-rmtj ul li img {
    display: block;
    width: 68px;
    height: 68px;
    margin: 0 auto;
    border-radius: 8px;
}

.g-softcontent-right .m-rmtj ul li p {
    height: 30px;
    line-height: 30px;
    text-align: center;
    overflow: hidden;
}

.g-softcontent-right .m-top {
    border: 1px solid #eeeeee;
    margin-bottom: 10px;
}

p.title {
    padding: 0 0 0 10px;
    margin: 15px 10px 0;
    font-size: 16px;
    color: #333333;
}

.g-softcontent-right .m-top ul {
    width: 94%;
    margin: 0 auto;
}

.g-softcontent-right .m-top ul li {
    padding: 12px 0;
    overflow: hidden;
    border-bottom: 1px solid #e5e3e3;
}

.g-softcontent-right .m-top ul li em {
    display: block;
    float: left;
    width: 18px;
    height: 18px;
    line-height: 18px;
    margin-right: 10px;
    background-color: #bfbfbf;
    color: #fff;
    text-align: center;
    font-size: 12px;
}

.g-softcontent-right .m-top ul li.one em {
    background-color: #fe2a35;
}

.g-softcontent-right .m-top ul li.two em {
    background-color: #fa7a53;
}

.g-softcontent-right .m-top ul li.three em {
    background-color: #fbc258;
}

.g-softcontent-right .m-top ul li div {
    display: none;
    float: left;
    width: 241px;
}

.g-softcontent-right .m-top ul li div img {
    display: block;
    float: left;
    width: 54px;
    height: 54px;
    margin-right: 12px;
    border-radius: 5px;
}

.g-softcontent-right .m-top ul li div strong {
    display: block;
    height: 20px;
    line-height: 20px;
    margin: 0 0 8px;
}

.g-softcontent-right .m-top ul li div span {
    padding: 6px 8px;
    background-color: #1cabff;
    color: #fff;
    font-size: 12px;
    border-radius: 3px;
}

.g-softcontent-right .m-top ul li p {
    height: 20px;
    line-height: 20px;
    overflow: hidden;
}

.g-softcontent-right .m-top ul li.hover div {
    display: block;
}

.g-softcontent-right .m-top ul li.hover p {
    display: none;
}

.g-softcontent-right .i-topjs {
    margin-top: 10px
}

.m-okey {
    border: 1px solid #eeeeee;
}

.m-okey ul {
    margin-top: 5px;
    overflow: hidden;
}

.m-okey ul li {
    position: relative;
    overflow: hidden;
    margin: 5px 10px 15px 10px;
    border-radius: 4px;
}

.m-okey ul li strong {
    position: absolute;
    left: 0px;
    bottom: 0px;
    background: rgba(0,0,0,.5);
    color: #fff;
    text-align: center;
    display: block;
    width: 100%;
    height: 30px;
    line-height: 30px;
}

.m-okey ul li:hover {
    box-shadow: 0px 0px 5px #333;
}

.m-okey ul li:hover strong {
    background: #39f
}

.keyText {
    line-height: 22px;
    margin: 10px 10px;
    padding: 32px 10px 10px;
    font-size: 14px;
    background: url(/images/downicon.png) no-repeat -275px 0 #fdfde5;
    border: 1px solid #ff9947;
    color: #555555;
    overflow: hidden;
    word-wrap: break-word;
}

.keyText img {
    max-width: 616px;
    _width: expression(this.width > 616 ? "616px" : this.width);
}

.f-mfolder-sub-content {
    line-height: 26px;
    overflow: hidden;
    padding: 6px;
    position: relative;
}

.f-mfolder-btn-spread {
    background: url(/images/down_all.png) no-repeat scroll 0 0;
    bottom: 0;
    font-size: 0;
    height: 69px;
    position: absolute;
    right: 0;
    width: 804px;
}

.f-mfolder-btn-fold {
    background: url(/images/down_hide.png) no-repeat scroll -605px 0;
    bottom: 0;
    font-size: 0;
    height: 37px;
    position: absolute;
    right: 7px;
    width: 60px;
}

.g-softcontent .g-softcontent-left .fixed {
    position: fixed;
    z-index: 99;
    top: 0;
    width: 1199px;
    height: 46px;
    padding: 0;
    border-top: 1px solid #e5e5e5;
    border-right: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
    background-color: #fff;
}

.g-softcontent .g-softcontent-left .fixed span.hover {
    height: 45px;
}

.g-softcontent .g-softcontent-left .tags_fixed {
    position: fixed;
    z-index: 99;
    top: 48px;
    width: 1139px;
    height: 38px;
    line-height: 37px;
    border-bottom: 1px solid #eeeeee;
    background-color: #fff;
    overflow: hidden;
    border-right: 1px solid #eeeeee;
}

.f-rolling {
    width: 100%;
    border-top: 1px solid #efefef;
}

.f-rolling .cbox {
    width: 94%;
    height: 50px;
    line-height: 50px;
    margin: 0 auto 16px;
    border-bottom: 1px solid #efefef;
}

.f-rolling .cbox h3 {
    display: inline-block;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    border-bottom: 3px solid #1cabff;
}

.g-previmg-box {
    width: 100%;
    height: auto;
    float: left;
    display: inline-block;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
    zoom:1; border: 0 solid #ccc;
}

.g-previmg-box .g-previmg {
    width: 100%;
    height: auto;
    float: left;
    display: inline;
    overflow: hidden;
    cursor: pointer
}

.g-previmg-box .g-previmg li {
    width: 100%;
    display: none;
    overflow: hidden;
    text-align: center
}

.g-previmg-box .g-previmg li img {
    max-width: 94%;
    max-height: 1000px;
    overflow: hidden;
    _width: expression(this.width > 676 ? "676px" : this.width);
}

.g-previmg-box a {
    border-radius: 4px;
}

.g-previmg-box .m-previmg-last {
    width: 68px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    float: left;
    background: #61b508;
    color: #fff;
    text-align: center;
    margin: 20px 0 0 223px;
    display: inline;
    overflow: hidden;
    text-decoration: none
}

.g-previmg-box .m-previmg-last:hover {
    text-decoration: none
}

.g-previmg-box .m-previmg-next {
    width: 68px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    float: left;
    background: #61b508;
    color: #fff;
    text-align: center;
    margin: 20px 0 0 15px;
    display: inline;
    overflow: hidden;
    text-decoration: none
}

.g-previmg-box .m-previmg-next:hover {
    text-decoration: none
}

.g-previmg-box .g-previmg-numb {
    float: left;
    height: 30px;
    line-height: 30px;
    font: 20px "microsoft yahei";
    color: #333;
    margin: 20px 0 0 15px;
}

body .g-previmg-box .m-stop {
    background: #ccc;
}

.g-previmg-box .f-previmg-last {
    width: 68px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    float: left;
    background: #61b508;
    color: #fff;
    text-align: center;
    margin: 20px 0 0 320px;
    display: inline;
    overflow: hidden;
    text-decoration: none
}

.g-previmg-box .f-previmg-last:hover {
    text-decoration: none
}

.g-previmg-box .f-previmg-next {
    width: 68px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    float: left;
    background: #61b508;
    color: #fff;
    text-align: center;
    margin: 20px 0 0 15px;
    display: inline;
    overflow: hidden;
    text-decoration: none
}

.g-previmg-box .f-previmg-next:hover {
    text-decoration: none
}

.g-previmg-box .f-previmg-numb {
    float: left;
    height: 30px;
    font: 20px "microsoft yahei";
    color: #333;
    margin: 20px 0 0 15px;
}

.m-related {
    width: 100%;
    border-top: 1px solid #efefef;
}

.m-related .title {
    width: 94%;
    height: 50px;
    line-height: 50px;
    margin: 0 auto 16px;
    border-bottom: 1px solid #efefef;
}

.m-related .title span {
    display: block;
    width: 84px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    border-bottom: 3px solid #1cabff;
    float: left;
}

.screenshots-ul {
    padding: 0 0 0 25px;
    overflow: hidden;
}

.screenshots-ul a {
    width: 263px;
    height: 27px;
    background: #f2f2f2;
    float: left;
    margin: 0 12px 12px 0;
    display: inline;
    overflow: hidden
}

.screenshots-ul a img {
    width: 15px;
    height: 15px;
    float: left;
    margin: 6px 0 0 8px;
}

.screenshots-ul a strong {
    width: 224px;
    height: 27px;
    line-height: 27px;
    font-weight: normal;
    color: #333;
    float: left;
    margin: 0 0 0 0;
    text-indent: 8px;
    display: inline;
    overflow: hidden
}

.screenshots-ul a:hover {
    background: #1cabff;
}

.screenshots-ul a:hover strong {
    color: #fff;
}

.carousel {
    width: 860px;
    height: 322px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.carousel h4 {
    height: 40px;
    line-height: 40px;
    background: #f1f2f6;
    text-indent: 20px;
    color: #22C485;
    font-size: 16px;
}

.carousel .prev {
    float: right;
    margin-top: 100px;
    cursor: pointer;
    display: inline-block;
    width: 45px;
    height: 130px;
    border-radius: 5px;
    background: #eee url(/images/right_arrow.png) no-repeat 13px 54px;
}

.carousel .prev:hover {
    background: #1cabff url(/images/right_arrow.png) no-repeat 13px 54px;
}

.carousel .next {
    float: left;
    margin-top: 100px;
    cursor: pointer;
    display: inline-block;
    width: 45px;
    height: 130px;
    border-radius: 5px;
    background: #eee url(/images/left_arrow.png) no-repeat 13px 54px;
}

.carousel .next:hover {
    background: #1cabff url(/images/left_arrow.png) no-repeat 13px 54px;
}

.carousel .bds {
    position: relative;
    width: 714px;
    height: 297px;
    padding: 10px;
    margin-left: 58px;
    overflow: hidden;
}

.tempWrap {
    width: 585px !important
}

.carousel .bds ul {
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    zoom:1;height: 295px
}

.carousel .bds ul li {
    margin: 7px 28px 0 0;
    float: left;
    _display: inline;
    overflow: hidden;
    text-align: center;
    height: 295px
}

.carousel .bds ul li img {
    display: block;
    height: 295px;
}

.apkdb_02li img {
    width: 480px !important;
    height: 280px !important
}

.apkdb_02li {
    width: 480px !important;
    height: 280px !important;
    margin: 13px 35px !important
}

.swiper-container {
    width: 94%;
}

.swiper-container .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.swiper-container .swiper-slide img {
    max-height: 500px;
}

.m-d1 {
    border: 1px solid #eee;
    width: auto;
    height: auto;
    display: inline-block;
    margin: 0px 0 0px 30px;
}

.swiper-slide {
    width: auto;
}

.g-add-link1 {
    width: auto;
    height: 100px;
    background: #fafafa;
    display: block;
    overflow: hidden;
    padding: 0 176px 0 115px;
    margin: 32px 0;
    font-family: arial,"microsoft yahei","\5fae\8f6f\96c5\9ed1";
    position: relative;
    zoom:1}

.g-add-link1 .g-link1-img {
    width: 80px;
    height: 80px;
    margin: 0;
    display: block;
    overflow: hidden;
    position: absolute;
    left: 17px;
    top: 10px;
}

.g-add-link1 .g-link1-img img {
    width: 80px;
    height: 80px;
    border: 0;
    display: block;
    overflow: hidden;
    border-radius: 14px;
}

.g-add-link1 dl {
    width: 100%;
    height: auto;
    display: block;
    overflow: hidden;
    margin: 0;
}

.g-add-link1 dl dt {
    width: auto;
    height: 20px;
    line-height: 20px;
    font-size: 18px;
    font-weight: bold;
    color: #333;
    display: block;
    overflow: hidden;
    margin: 18px 0 0;
}

.g-add-link1 dl dt a {
    color: #333;
    text-decoration: none
}

.g-add-link1 dl dd {
    width: 500px;
    height: auto;
    margin: 12px 0 0;
    display: block;
    overflow: hidden
}

.g-add-link1 dl dd strong {
    width: 190px;
    height: 16px;
    line-height: 16px;
    font-size: 13px;
    font-weight: normal;
    color: #999;
    float: left;
    margin: 4px 0 0;
    display: inline;
    overflow: hidden
}

.g-add-link1 dl dd strong span {
    color: #333;
}

.g-add-link1 dl dd strong img {
    height: 11px;
    border: 0;
    display: inline-block!important;
    position: relative;
    top: 4px
}

.g-add-link1 dl dd strong b {
    color: #ff6600;
    font-weight: normal;
}

.g-add-link1 .g-link1-btn {
    width: 120px;
    height: 42px;
    line-height: 42px;
    font-size: 18px;
    font-weight: normal;
    color: #fff;
    text-align: center;
    border-radius: 4px;
    background: #288bff;
    margin: 0;
    display: block;
    overflow: hidden;
    text-decoration: none;
    position: absolute;
    right: 56px;
    top: 29px;
}

.g-add-link1 .g-link1-btn:hover {
    background: #ff3e59;
    color: #fff;
    text-decoration: none
}

/* æˆ?å›? */
.m-asediv {
    padding-bottom: 20px;
    margin: 0 20px 0 40px;
}

.m-asediv .s-content {
    width: 10000px
}

.m-asediv .m-scrol {
    overflow: hidden
}

.m-asediv .m-scrol .s-box {
    height: 300px;
    margin-bottom: 20px;
    _width: 838px;
    *position: relative;
    *overflow: hidden;
    overflow: hidden
}

.m-asediv .m-scrol li {
    float: left;
    position: relative;
    height: 300px;
    margin-right: 18px;
    overflow: hidden
}

.m-asediv .m-scrol li:last-of-type {
    margin-right: 0px;
}

.m-asediv .m-scrol li div a {
    display: block;
}

.m-asediv .m-scrol li div a span {
    position: absolute;
    width: 50px;
    height: 50px;
    top: 100px;
    left: 50%;
    margin-left: -23px;
    display: none
}

.m-asediv .m-scrol li div a.f-hover span {
    display: block;
}

.m-asediv .m-scrol li.last {
    margin-right: 0
}

.m-asediv .m-scrol li img {
    max-height: 300px;
    _height: 300px
}

.m-asediv .m-scrol li span {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 45px
}

.m-asediv .m-scrol li .bg {
    background: #000;
    opacity: .50;
    filter: alpha(opacity=50)
}

.m-asediv .m-scrol li .info {
    line-height: 45px;
    text-indent: 45px;
    font-size: 18px;
    color: #fff
}

.m-asediv .m-scrol li.picture .info {
    background: url(/images/find.png) no-repeat;
    _background: url(/images/find.gif) no-repeat;
    cursor: pointer;
}

.m-asediv .m-scrol li.picture .info:hover {
    background: url(/images/find_h.png) no-repeat;
}

.m-asediv .m-scrol li.active span {
    display: block
}

.m-asediv .m-scrol li .video-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    background: #000;
    opacity: .50;
    filter: alpha(opacity=50)
}

.m-asediv .m-scrol li.active .video-bg {
    opacity: .70;
    filter: alpha(opacity=70)
}

.m-asediv .m-scrol li .video-info {
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 72px;
    width: 100%;
    height: 178px;
    text-align: center
}

.m-asediv .m-scrol li .video-info span {
    position: static
}

.m-asediv .m-scrol li .video-info .video-icon {
    width: 50px;
    height: 50px;
    display: block;
    margin: 0 auto;
    background: url(/images/video-icon.png) center center no-repeat;
    _background: none;
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/images/video-icon.png)
}

.m-asediv .m-scrol li .video-info .video-title {
    width: auto;
    height: auto;
    line-height: 30px;
    font-size: 20px;
    color: #fff;
    display: block;
    padding: 18px 18px 0 18px;
    white-space: normal
}

.m-asediv .m-scrol .track {
    display: none;
    position: relative;
    margin: 0;
    height: 8px;
    background-color: #f5f5f5;
    font-size: 0px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    bottom: 1px;
    margin: 0 0px 0 5px;
}

.m-asediv .m-scrol .track div {
    width: 110px;
    height: 10px;
    background-color: #ccc;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    top: -1px
}

.m-asediv .slider {
    position: relative;
    display: none;
}

.m-asediv .slider .s-box {
    position: relative;
    width: 605px;
    height: 375px;
    margin: 0 auto 20px;
    overflow: hidden
}

.m-asediv .slider .s-box li {
    float: left;
    position: relative;
    width: 605px;
    text-align: center
}

.m-asediv .slider .trigger {
    position: absolute;
    top: 0;
    right: 0px;
    width: 45px;
    height: 45px;
    border: 1px solid #f6f6f6;
    background: #fff url(/images/bs.png) center no-repeat;
    text-indent: -333em
}

.m-asediv .slider .prev,.m-asediv .slider .next {
    position: absolute;
    top: 30%;
    display: block;
    width: 44px;
    height: 110px;
    border: 1px solid #f6f6f6;
    background: #fff url(/images/slider_arrow.png) 12px center no-repeat;
    text-indent: -333em
}

.m-asediv .slider .prev {
    left: 0px
}

.m-asediv .slider .prev:hover {
    background-position: -83px center
}

.m-asediv .slider .next {
    right: 0px;
    background-position: -33px center
}

.m-asediv .slider .next:hover {
    background-position: -128px center
}

.m-asediv .slider .s-nav {
    text-align: center;
    height: 30px
}

.m-asediv .slider .s-nav .picture,.m-asediv .slider .s-nav .video {
    margin: 0 7px
}

.m-asediv .slider .s-nav .picture span,.m-asediv .slider .s-nav .video span {
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url(/images/slider_nav.png);
    background-repeat: no-repeat;
    cursor: pointer;
}

.m-asediv .slider .s-nav .picture span {
    background-position: -40px 0
}

.m-asediv .slider .s-nav .picture .active {
    background-position: -122px 0
}

.m-asediv .slider .s-nav .video span {
    background-position: 0 0
}

.m-asediv .slider .s-nav .video .active {
    background-position: -82px 0
}

.f-addlose {
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    z-index: 19960924;
}

body.none {
    overflow-x: hidden;
    overflow-y: hidden;
    display: block;
}

.LookPicture *:before,.LookPicture *:after {
    position: absolute;
    display: inline-block;
    background-repeat: no-repeat;
    content: "";
}

.LookPicture {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.LookPicture * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.LookPicture_Background {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 19960924;
    width: 100%;
    height: 100%;
    background-color: #000;
    display: none !important;
}

.LookPicture {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 19960925;
    width: 100%;
    height: 100%;
    display: none;
}

.LookPicture .Look_Close {
    position: absolute;
    right: 20px;
    top: 20px;
    display: inline-block;
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 19960925;
}

.LookPicture .Look_Close:before,.LookPicture .Look_Close:after {
    background-color: #fff;
    width: 30px;
    height: 8px;
    border-radius: 4px;
    -o-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    top: 17px;
    left: 5px;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}

.LookPicture .Look_Close:hover:before,.LookPicture .Look_Close:hover:after {
    box-shadow: 0 0 10px #66ccff;
    -moz-box-shadow: 0 0 10px #66ccff;
    -webkit-box-shadow: 0 0 10px #66ccff;
}

.LookPicture .Look_Close:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.LookPicture .Look_Close:after {
    -webkit-transform: rotate(315deg);
    -ms-transform: rotate(315deg);
    -o-transform: rotate(315deg);
    transform: rotate(315deg);
}

.LookPicture .Look_img {
    display: none;
    position: absolute;
    max-width: 85%;
    max-height: 85%;
    top: 50%;
    left: 50%;
    z-index: 19960924;
    box-shadow: 0 0 20px #000;
    -moz-box-shadow: 0 0 20px #000;
    -webkit-box-shadow: 0 0 20px #000;
    border: 0;
    border-radius: 5px;
    -o-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.LookPicture .Look_img:hover {
    box-shadow: 0 0 20px #000000;
    -moz-box-shadow: 0 0 20px #000000;
    -webkit-box-shadow: 0 0 20px #000000;
}

.LookPicture .Look_img.Look_Show {
    display: block;
}

.LookPicture .Look_before {
    position: absolute;
    display: inline-block;
    background-repeat: no-repeat;
    width: 70px;
    height: 70px;
    z-index: 19960926;
    left: 50px;
    top: 50%;
    margin-top: -35px;
    cursor: pointer;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}

.LookPicture .Look_before:before,.LookPicture .Look_before:after {
    left: 0;
    width: 57px;
    height: 5px;
    background-color: #fff;
    border-radius: 10px;
    -o-border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}

.LookPicture .Look_before:before {
    top: 50px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.LookPicture .Look_before:after {
    top: 13px;
    -webkit-transform: rotate(315deg);
    -ms-transform: rotate(315deg);
    -o-transform: rotate(315deg);
    transform: rotate(315deg);
}

.LookPicture .Look_before:hover {
    left: 40px;
}

.LookPicture .Look_before:hover:before,.LookPicture .Look_before:hover:after {
    box-shadow: 0 0 20px #66ccff;
    -moz-box-shadow: 0 0 20px #66ccff;
    -webkit-box-shadow: 0 0 20px #66ccff;
}

.LookPicture .Look_next {
    position: absolute;
    display: inline-block;
    background-repeat: no-repeat;
    width: 70px;
    height: 70px;
    z-index: 19960926;
    right: 50px;
    top: 50%;
    margin-top: -35px;
    cursor: pointer;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}

.LookPicture .Look_next:before,.LookPicture .Look_next:after {
    left: 0;
    width: 57px;
    height: 5px;
    background-color: #fff;
    border-radius: 10px;
    -o-border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}

.LookPicture .Look_next:before {
    top: 50px;
    -webkit-transform: rotate(315deg);
    -ms-transform: rotate(315deg);
    -o-transform: rotate(315deg);
    transform: rotate(315deg);
}

.LookPicture .Look_next:after {
    top: 13px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.LookPicture .Look_next:hover {
    right: 40px;
}

.LookPicture .Look_next:hover:before,.LookPicture .Look_next:hover:after {
    box-shadow: 0 0 20px #66ccff;
    -moz-box-shadow: 0 0 20px #66ccff;
    -webkit-box-shadow: 0 0 20px #66ccff;
}

.Look_Open {
    display: block !important;
}

.m-phone-dl {
    margin-top: 10px;
    color: #999;
}

.m-ztp {
    float: left;
    margin-left: 35px;
    margin-top: 4px
}

.m-ztp i {
    display: block;
    float: left;
    line-height: 26px;
    padding: 0 10px;
    font-size: 14px;
    color: #999;
    height: 26px;
    cursor: pointer;
    margin: 8px 6px 0;
    background: #ececec;
    border-radius: 6px;
    max-width: 150px;
    overflow: hidden;
}

.m-ztp i.m-hover {
    color: #fff;
    background: #5895f0
}

.m-ztp i:hover {
    color: #fff;
    background: #5895f0
}

.tab-cont {
    margin: 15px 0 0 30px;
}

.m-ztxtdiv {
    width: 840px;
    height: 120px;
}

.m-ztxtdiv>img {
    display: block;
    float: left;
    width: 216px;
    height: 120px;
    border-radius: 10px;
    margin-right: 20px;
}

.m-ztxtdiv a {
    display: block;
    text-align: left;
    float: left;
    width: 560px;
    height: 24px;
    color: #4c4c4c;
    font-weight: bold;
    font-size: 18px;
    overflow: hidden;
}

.m-ztxtdiv a:hover {
    color: #37b1fa;
}

.m-ztxtdiv p {
    display: block;
    float: left;
    height: 80px;
    width: 570px;
    font-size: 14px;
    color: #4c4c4c;
    margin-top: 10px;
    line-height: 26px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.m-opztdiv {
    height: auto;
    display: none
}

.m-opztdiv>ul {
    margin-top: 20px;
    width: 840px;
    display: block;
    overflow: hidden;
}

.m-opztdiv>ul>li {
    display: block;
    float: left;
    width: 270px;
    height: 78px;
    margin: 0 9px 20px 0;
    cursor: pointer;
}

.m-opztdiv>ul>li>a>img {
    width: 78px;
    height: 78px;
    display: block;
    float: left;
    margin-right: 15px;
    border-radius: 12px;
}

.m-opztdiv>ul>li>a {
    display: block;
}

.m-opztdiv>ul>li>a>span {
    display: block;
    float: left;
    width: 160px;
    overflow: hidden;
    height: 24px;
    line-height: 24px;
    font-size: 15px;
    color: #4c4c4c;
    margin-top: 2px;
}

.m-opztdiv>ul>li>a:hover span {
    color: #37b1fa;
}

.m-opztdiv>ul>li>a>p {
    display: block;
    float: left;
    font-size: 12px;
    color: #999999;
    width: 160px;
    height: 20px;
    line-height: 20px;
    margin-top: 9px;
    overflow: hidden;
}

.m-opztdiv>ul>li>a>i {
    display: block;
    height: 14px;
    float: left;
    margin-top: 8px;
    overflow: hidden;
}

.m-opztdiv>ul>li>a>i>img {
    height: 14px;
    display: block;
}

.tab-cont .on {
    display: block;
}

.da2 {
    margin-left: 32px;
}

.da-pc4 {
    margin-left: 6px;
}

/* ???? */
.m-soft-recomd {
    overflow: hidden;
}

.m-other-box {
    width: 96%;
    height: auto;
    margin: auto;
    display: block;
    overflow: hidden;
}

.m-other-box li {
    width: 100%;
    display: block;
    float: left;
    height: 46px;
    line-height: 46px;
    border-bottom: 1px dashed #ddd;
    font-size: 12px;
}

.m-other-box li:hover {
    background: #eee;
}

.m-other-box li p {
    width: 410px;
    overflow: hidden;
    height: 46px;
    float: left;
    font-size: 14px;
    color: #333
}

.m-other-box li i {
    display: block;
    float: left;
    height: 14px;
    margin-top: 15px;
    margin-right: 60px;
}

.m-other-box li i img {
    height: 14px;
    display: block;
}

.m-other-box li font {
    line-height: 46px;
    overflow: hidden;
    display: block;
    float: left;
    font-size: 14px;
    color: #333;
}

.m-other-box li span {
    overflow: hidden;
    display: block;
    float: right;
    width: 70px;
    text-align: center;
    border-radius: 5px;
    background: #00aaff;
    color: #fff;
    height: 26px;
    margin-top: 10px;
    line-height: 26px;
}

.m-soft-information {
    width: 94%;
    height: auto;
    margin: 0 auto 10px;
    display: block;
    overflow: hidden;
}

.m-soft-information li {
    width: 100%;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    font-weight: normal;
    color: #333;
    float: left;
    margin: 10px 0 0;
    display: inline;
    overflow: hidden;
    white-space: nowrap;
    margin-right: 10px;
}

.m-soft-information li:nth-child(4) {
    width: 100%;
}

#content h3 {
    width: 100%;
    height: 34px;
    line-height: 34px;
    font-size: 16px;
    font-weight: normal;
    color: #1ba7ff;
    background: #f5f5f5;
    text-indent: 12px;
    margin: 0px 0 20px 0;
    border-left: 4px solid #37b2ff;
}

#content h4 {
    width: auto;
    height: 34px;
    line-height: 34px;
    font-size: 14px;
    font-weight: normal;
    background: #fbfbfb;
    color: #777;
    padding: 0 16px;
    border-radius: 4px;
    display: block;
    overflow: hidden;
    margin: 0px 10px 10px
}

#content h4 em {
    float: right;
    color: #37b2ff
}

/*????????*/
font.g-clickrz {
    float: right;
    color: #00aaff;
    font-weight: normal;
    cursor: pointer;
    font-size: 14px;
    margin-right: 10px;
}

font.g-clickrz:hover {
    color: #1cabff;
}

#addbalck {
    width: 100%;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 998;
    background-color: #000;
    filter: alpha(Opacity=50);
    opacity: .5;
}

.g-boxsoft {
    overflow: hidden;
}

.g-topsoft {
    font-size: 14px;
    background: #fff;
    border-radius: 10px;
    left: 50%;
    top: 50%;
    margin-left: -250px;
    margin-top: -280px;
    padding-bottom: 5px;
    position: fixed;
    _position: absolute;
    width: 500px;
    height: 560px;
    z-index: 999;
    *zoom: 1;cursor: default;
    -webkit-box-shadow: 0 4px 16px rgba(0,0,0,.4);
    box-shadow: 0 4px 16px rgba(0,0,0,.4);
    display: block;
}

.g-topsoft h4 {
    padding: 10px 0px 0px;
    overflow: hidden;
    color: #555;
    line-height: 26px;
    font-size: 14px;
    font-weight: bold;
}

.g-topsoft h4 em {
    font-style: normal;
}

.g-topsoft p {
    padding: 0px 0px 20px;
    overflow: hidden;
    line-height: 26px;
    color: #555;
    font-size: 14px;
}

.g-boxsoft span.u-lsrz {
    display: block;
    font-style: normal;
    height: 50px;
    line-height: 50px;
    background: #37b2ff;
    color: #fff;
    padding: 0 2px 0 18px;
    font-size: 16px;
    border-radius: 10px 10px 0 0;
    margin-bottom: 5px;
    font-weight: bold;
}

.g-boxsoft span.u-lsrz s {
    float: right;
    width: 40px;
    height: 50px;
    display: block;
    font-size: 24px;
    text-align: center;
    cursor: pointer;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
}

.g-softlist {
    overflow-y: scroll;
    height: 500px;
    padding: 0px 20px;
}

.g-topsoft p {
    margin: 0;
    padding: 0;
}

.g-softinfo-box {
    position: relative;
}

.g-softinfo-box .m-soft-xgdiv {
    width: 320px;
    height: auto;
    padding: 3px 10px;
    background: #fff;
    margin: 0px 0 0 0;
    border: 0px solid #ddd;
    display: block;
    overflow: hidden;
    position: absolute;
    right: 0px;
    top: 0px;
}

.g-softinfo-box .m-soft-xgdiv h2 {
    display: none
}

.g-softinfo-box .m-soft-xgdiv .m-xhul {
    width: 100%;
    height: 230px;
    margin: 0
}

.g-softinfo-box .m-soft-xgdiv .m-xhul li {
    padding: 5px 0;
}

.g-softinfo-box .m-soft-xgdiv .m-xhul li:first-child {
    border: none;
}

#c_score {
    right: 27px;
}

.g-softinfo-box .m-hover {
    width: 320px;
    position: absolute;
    z-index: 999;
    background: #fff;
    border: 1px solid #ddd;
    box-shadow: 1px 2px 2px #ccc;
}

.g-softinfo-box .m-hover .m-xhul li {
    padding: 10px 0;
}

.g-softinfo-box .m-soft-xgdiv .m-xhul li .m-pc {
    width: 19px;
    height: 16px;
    display: inline-block;
    overflow: hidden;
    padding: 2px 10px;
    vertical-align: top ;
    background: url(/skin/j9p2022/images/m-pc.jpg) no-repeat;
}

.g-softinfo-box .m-soft-xgdiv .m-xhul li .m-ios {
    width: 19px;
    height: 16px;
    display: inline-block;
    overflow: hidden;
    padding: 2px 15px;
    vertical-align: top;
    background: url(/skin/j9p2022/images/m-ios.jpg) no-repeat;
}

.g-softinfo-box .m-soft-xgdiv .m-xhul li .m-android {
    width: 19px;
    height: 16px;
    display: inline-block;
    overflow: hidden;
    padding: 2px 10px;
    vertical-align: top;
    background: url(/skin/j9p2022/images/android.jpg) no-repeat;
}

.g-softinfo-box .m-soft-xgdiv .m-xhul li h6 a:hover {
    color: #1cabff
}

.m-xhul li {
    overflow: hidden;
    zoom:1; height: 36px;
    padding: 4px 0 ;
    border-top: 1px dashed #dbdaff;
    margin-top: -1px;
}

.m-xhul li .pic {
    float: left;
    display: inline;
    margin-right: 8px;
}

.m-xhul li img {
    width: 32px;
    height: 32px;
    padding: 1px;
    border: 1px solid #ccc;
}

.m-xhul li h6 {
    overflow: hidden;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    font-weight: normal;
}

.m-xhul li a {
    color: #616161;
}

.m-xhul li p {
    color: #A7A7A7;
    height: 16px;
    line-height: 16px;
    overflow: hidden;
}

.m-xhul li p span {
    margin: 0 3px
}

.m-xhul li p font {
    font-weight: normal;
}

.m-xhul li b {
    color: #1cabff;
    font-weight: bold;
    font-style: normal;
    font-family: Georgia;
}

.g-softinfo .info ul.m-info-ul {
    width: 700px;
}

.g-softinfo .info ul.m-info-ul li {
    width: 244px;
    margin: 0 0 0 10px;
    color: #999;
    line-height: 24px;
}

.g-softinfo .info ul.m-info-ul li.m-info-one {
    width: 180px;
}

.g-softinfo .info ul.m-info-ul li span {
    color: #333;
}

.g-softinfo .info ul.m-info-ul li a {
    color: #007aff;
}

.g-softinfo .info ul.m-info-ul li a:hover {
    text-decoration: underline;
}

.g-softinfo .info ul.m-info-ul li:last-child {
    width: 300px;
}

.m-xgban ul {
    float: left;
    display: block;
    max-height: 142px;
    overflow: hidden;
    margin: 5px 20px 5px;
}

.m-xgban ul li {
    width: 100%;
    display: block;
    float: left;
    height: 46px;
    line-height: 46px;
    border-bottom: 1px dashed #ddd;
    font-size: 12px;
}

.m-xgban ul li:hover {
    background: #eee;
}

.m-xgban ul li p {
    width: 410px;
    overflow: hidden;
    height: 46px;
    float: left;
    font-size: 14px;
    color: #333
}

.m-xgban ul li i {
    display: block;
    float: left;
    height: 14px;
    margin-top: 15px;
    margin-right: 60px;
}

.m-xgban ul li i img {
    height: 14px;
    display: block;
}

.m-xgban ul li font {
    line-height: 46px;
    overflow: hidden;
    display: block;
    float: left;
    font-size: 14px;
    color: #333;
}

.m-xgban ul li span {
    overflow: hidden;
    display: block;
    float: right;
    width: 70px;
    text-align: center;
    border-radius: 5px;
    background: #00aaff;
    color: #fff;
    height: 26px;
    margin-top: 10px;
    line-height: 26px;
}

.f-all-tar3 {
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.m-top-list {
    padding: 0;
}

.m-top-list li {
    margin: 0px 14px 10px ;
    position: relative;
    text-align: center;
}

.m-top-list li .img {
    display: block;
    width: 92px;
    height: 118px;
    overflow: hidden;
    font-size: 14px;
    line-height: 22px;
}

.m-top-list li .img img {
    width: 92px;
    height: 92px;
    border-radius: 20%;
    display: block;
    margin: 0 auto;
}

.m-top-list li:hover .img img {
    margin-top: 5px;
}

.m-top-list li span {
    color: #999;
    display: block;
}

.m-top-list li .btn {
    display: block;
    width: 80px;
    height: 32px;
    line-height: 32px;
    background-color: #1cabff;
    color: #fff;
    position: absolute;
    bottom: -12px;
    display: none;
    left: 50%;
    margin-left: -40px;
}

.m-top-list li .btn:hover {
    background-color: #3db7ff;
}

.m-top-list li:hover .btn {
    display: block;
}

.g-toptj {
    margin-bottom: 10px;
    background-color: #fff;
    padding: 15px 0 10px;
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 15%);
    border: 1px solid #e5e3e3;
}

.g-softinfo,.g-softcontent .g-softcontent-left,.g-softcontent-right > div {
    background-color: #fff;
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 15%);
}

.nodown {
    height: 66px;
    line-height: 66px;
    font-size: 18px;
    text-align: center;
    background-color: #f0f0f0;
    border-radius: 8px;
    color: #999;
}

.g-main-video {
    float: none;
    margin: 0 0 0 0;
    display: block;
    position: relative;
}

.u-video-play {
    width: 100%;
    height: 100%;
    background: url(../images/play-img.png) no-repeat center center;
    background-size: 60px;
    border: 0;
    display: block;
    overflow: hidden;
    position: absolute;
    z-index: 10;
}

.u-video-again {
    width: 100%;
    height: 100%;
    font-size: 20px;
    font-weight: normal;
    color: #fff;
    background: rgba(0,0,0,.5);
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    z-index: 10;
    display: none;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    display: none
}

.u-video-again i {
    width: 24px;
    height: 24px;
    background: url(../images/video-again-icon.png) no-repeat;
    background-size: 24px;
    display: block;
    overflow: hidden;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-295%,-50%);
    display: block;
    overflow: hidden
}

#video {
    width: auto;
    max-width: 100%;
    height: 500px;
    display: block;
    overflow: hidden;
    background: #000;
    min-width: 140px;
}
