a,
address,
blockquote,
body,
button,
caption,
dd,
dl,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
legend,
li,
ol,
p,
pre,
span,
td,
textarea,
th,
ul {
    margin: 0;
    padding: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%
}

li,
ol,
ul {
    list-style: none
}

fieldset,
img {
    border: 0
}

/* body {
    filter: grayscale(100%);
    font: 12px/1 "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif
} */

.index-page .recomend-cen {
    margin-top: 20px
}

.hide {
    display: none
}

.container {
    width: 961px;
    margin: 0 auto;
    position: relative
}

.cf {
    display: table;
    clear: both
}

.cf:after {
    content: "";
    display: table;
    clear: both;
    zoom: 1
}

.more {
    float: right;
    display: block;
    height: 21px;
    border-radius: 3px;
    border: 1px solid #e3e3e3;
    background: #fefefe;
    text-decoration: none;
    color: #707070;
    margin-top: 3px;
    font-size: 12px;
    line-height: 21px;
    cursor: pointer;
    text-align: center;
    padding: 0 6px;
    font-weight: 400
}

.more:hover {
    text-decoration: underline
}

.fl {
    float: left
}

.fr {
    float: right
}

.tooltip {
    display: none;
    position: absolute;
    border: 1px solid #AAA;
    background: #fff;
    padding: 10px;
    color: #666;
    line-height: 1.8;
    box-shadow: 1px 2px 3px 0 rgba(102, 102, 102, .17);
    width: 124px
}

a {
    text-decoration: none
}

a:hover {
    text-decoration: underline
}

.main {
    background: #f9f9f9;
    font-size: 12px;
    padding-bottom: 35px
}

.orange {
    color: #ff6445
}

.ranklist {
    padding: 6px 0;
    line-height: 19px
}

.ranklist h3 {
    font-weight: 400;
    font-size: 15px
}

.ranklist h3 span {
    margin-right: 5px;
    vertical-align: middle
}

.ranklist .hd {
    width: 155px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    vertical-align: middle
}

.ranklist .shrink {
    height: 10px;
    overflow: hidden
}

.ranklist .light {
    color: #ff8000
}

.ranklist-img {
    margin: 0 6px 0 16px
}

.ranklist .mod {
    height: 31px;
    overflow: hidden;
    *position: relative;
    *z-index: 1
}

.ranklist .intro {
    float: left;
    font-size: 12px;
    color: #6b6b6b;
    display: inline-block;
    border-radius: 5px;
    line-height: 23px
}

.caret {
    -webkit-backface-visibility: hidden;
    display: inline-block;
    margin-top: 3px;
    width: 0;
    height: 0;
    vertical-align: top;
    font-size: 0;
    line-height: 0;
    border-width: 4px;
    border-color: #000 transparent transparent;
    border-style: solid dashed dashed;
    content: "";
    opacity: .6;
    filter: alpha(opacity=80);
    -webkit-transition: all .3s ease
}

.open-dropdown-toggle .caret {
    -webkit-transform-origin: 50% 25%;
    -webkit-transform: rotate(180deg);
    transform-origin: 50% 50%;
    transform: rotate(180deg)
}

.dropdown-wrap .dropdown-menu {
    padding-top: 31px;
    margin-top: -18px;
    display: block;
    top: -291px;
    left: 0;
    position: relative;
    -webkit-transition: all .3s cubic-bezier(1, -.31, .28, .68);
    transition: all .3s cubic-bezier(1, -.31, .28, .68)
}

.open-dropdown-toggle .dropdown-wrap .dropdown-menu {
    -webkit-transition: all .3s cubic-bezier(0.06, 1.36, .52, 1);
    transition: all .3s cubic-bezier(0.06, 1.36, .52, 1);
    top: 0
}

.dropdown-wrap {
    position: absolute;
    padding: 0 48px;
    top: 100%;
    left: -48px;
    -webkit-transition: all .3s cubic-bezier(1, -.31, .28, .68);
    transition: all .3s cubic-bezier(1, -.31, .28, .68);
    overflow: hidden;
    z-index: -1;
    max-height: 0
}

.open-dropdown-toggle .dropdown-wrap {
    max-height: 500px;
    padding: 0 48px 48px;
    -webkit-transition: all .3s cubic-bezier(0.06, 1.36, .52, 1);
    transition: all .3s cubic-bezier(0.06, 1.36, .52, 1)
}

.modal-backdrop {
    position: fixed;
    _position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1040;
    background-color: #000;
    opacity: .7;
    filter: alpha(opacity=70)
}

.modal {
    position: fixed;
    _position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1050;
    width: 385px;
    margin: -193px 0 0 -193px;
    background-color: #fff;
    border-radius: 2px;
    border: 1px solid #fff;
    background-clip: padding-box;
    box-shadow: 2px 3px 12px 0 rgba(0, 0, 0, .2)
}

.modal-header {
    padding: 9px 15px;
    border-bottom: 1px solid #e3e3e3;
    background: #efefef
}

.modal-header .close {
    margin-top: 2px;
    float: right
}

.modal-header h3 {
    margin: 0;
    text-align: center;
    color: #454545;
    font: 24px/36px "\9ed1\4f53"
}

.modal-body {
    padding: 25px 38px;
    overflow-y: auto;
    background: #f6f6f6;
    box-shadow: inset 0 1px 0 #fafafa;
    text-align: center
}

.modal-body p {
    color: #6e6e6e;
    line-height: 19px;
    font-size: 12px;
    margin: 0
}

.modal-footer {
    padding-bottom: 20px;
    text-align: center;
    background-color: #f6f6f6
}

.modal-btn:active {
    background-color: #479916;
    background-image: none;
    outline: 0;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, .15), 0 1px 2px rgba(0, 0, 0, .05)
}

.btn-gray:active {
    background-color: #8b8b8b
}

.btn-orange:active {
    background-color: #EE6723
}

.modal-btn {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    min-width: 76px;
    _width: 76px;
    padding: 10px 30px;
    box-shadow: inset 0 1px 0 #78c54a;
    border: 1px solid #469f11;
    color: #fff;
    font-size: 18px;
    border-radius: 5px;
    text-decoration: none;
    text-shadow: 0 1px 1px rgba(136, 192, 101, .7);
    background-repeat: repeat-x;
    background-color: #479916;
    background-image: #479916;
    background-image: -moz-linear-gradient(top, rgba(30, 87, 153, 1)0, rgba(105, 185, 61, 1)0, rgba(50, 114, 12, 1)100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(30, 87, 153, 1)), color-stop(0%, rgba(105, 185, 61, 1)), color-stop(100%, rgba(50, 114, 12, 1)));
    background-image: -webkit-linear-gradient(top, rgba(30, 87, 153, 1)0, rgba(105, 185, 61, 1)0, rgba(50, 114, 12, 1)100%);
    background-image: -o-linear-gradient(top, rgba(30, 87, 153, 1)0, rgba(105, 185, 61, 1)0, rgba(50, 114, 12, 1)100%);
    background-image: -ms-linear-gradient(top, rgba(30, 87, 153, 1)0, rgba(105, 185, 61, 1)0, rgba(50, 114, 12, 1)100%);
    background-image: linear-gradient(top, rgba(30, 87, 153, 1)0, rgba(105, 185, 61, 1)0, rgba(50, 114, 12, 1)100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#53ae1b', endColorstr='#3d8711', GradientType=0)
}

.modal-btn:hover {
    background-color: rgba(50, 114, 12, 1);
    background-position: 0 -15px;
    -webkit-transition: background-position .1s linear;
    -moz-transition: background-position .1s linear;
    -ms-transition: background-position .1s linear;
    -o-transition: background-position .1s linear;
    transition: background-position .1s linear
}

.btn-gray {
    box-shadow: inset 0 1px 0 #ababab;
    border: 1px solid #858585;
    background-color: #8b8b8b;
    text-shadow: 0 1px 1px rgba(170, 171, 171, .7);
    background-image: #1e5799;
    background-image: -moz-linear-gradient(top, rgba(30, 87, 153, 1)0, rgba(155, 155, 155, 1)0, rgba(122, 122, 122, 1)100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(30, 87, 153, 1)), color-stop(0%, rgba(155, 155, 155, 1)), color-stop(100%, rgba(122, 122, 122, 1)));
    background-image: -webkit-linear-gradient(top, rgba(30, 87, 153, 1)0, rgba(155, 155, 155, 1)0, rgba(122, 122, 122, 1)100%);
    background-image: -o-linear-gradient(top, rgba(30, 87, 153, 1)0, rgba(155, 155, 155, 1)0, rgba(122, 122, 122, 1)100%);
    background-image: -ms-linear-gradient(top, rgba(30, 87, 153, 1)0, rgba(155, 155, 155, 1)0, rgba(122, 122, 122, 1)100%);
    background-image: linear-gradient(top, rgba(30, 87, 153, 1)0, rgba(155, 155, 155, 1)0, rgba(122, 122, 122, 1)100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9b9b9b', endColorstr='#7a7a7a', GradientType=0)
}

.btn-orange {
    box-shadow: inset 0 1px 0 #ababab;
    border: 1px solid #EE6723;
    text-shadow: 0 1px 1px rgba(170, 171, 171, .7);
    background-color: #EE6723;
    background-image: -moz-linear-gradient(top, #EE6723 0, #EE6723 0, #EE6723 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #EE6723), color-stop(0%, #EE6723), color-stop(100%, #EE6723));
    background-image: -webkit-linear-gradient(top, #EE6723 0, #EE6723 0, #EE6723 100%);
    background-image: -o-linear-gradient(top, #EE6723 0, #EE6723 0, #EE6723 100%);
    background-image: -ms-linear-gradient(top, #EE6723 0, #EE6723 0, #EE6723 100%);
    background-image: linear-gradient(top, #EE6723 0, #EE6723 0, #EE6723 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9b9b9b', endColorstr='#7a7a7a', GradientType=0)
}

.btn-gray:hover {
    background-color: rgba(122, 122, 122, 1)
}

.btn-orange:hover {
    background-color: #EE6723
}

.close {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    float: right;
    font-size: 20px;
    font-weight: 700;
    line-height: 18px;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
    text-decoration: none;
    filter: alpha(opacity=20)
}

.close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .4;
    filter: alpha(opacity=40)
}

.main-h {
    border-bottom: 1px solid #e3e3e3;
    padding: 5px 10px;
    overflow: hidden;
    background: #F9F9F9;
    _height: 34px
}

.main-h h3 {
    float: left;
    margin-left: 10px;
    color: #515151;
    font-size: 14px;
    height: 29px;
    line-height: 29px
}

.sidebar-mod {
    width: 100%;
    overflow: hidden;
    margin-bottom: 28px
}

.sidebar-h {
    width: 170px;
    border-bottom: 2px solid #d8d8d8;
    line-height: 36px;
    height: 36px;
    margin-bottom: 5px
}

.sidebar-h .more {
    margin-top: 6px
}

.sidebar-link i {
    margin: -2px 9px 0 2px;
    *margin-top: 2px
}

.category-list {
    width: 100%;
    overflow: hidden
}

.category-list li {
    width: 45%;
    float: left;
    border-bottom: 0;
    margin-right: 5px
}

.category-list li a {
    width: 100%;
    float: left;
    border-bottom: 0
}

.header {
    background: #f9f9f9;
    height: 100px;
    position: relative
}

.header h1 {
    float: left;
    width: 195px
}

.logo {
    margin-top: 25px;
    text-indent: -999em
}

.login {
    float: right;
    margin-top: 28px
}

.login ul {
    list-style: none
}

.login ul li {
    float: right;
    height: 23px;
    line-height: 23px;
    margin-left: 3px
}

.login a {
    line-height: 23px;
    color: #2f2e2e;
    text-decoration: none;
    margin-right: 2px;
    font-size: 12px
}

.site-tab {
    position: absolute;
    right: 0;
    top: 54px
}

.menu {
    background: #ff6445;
    height: 50px
}

.menu-con {
    float: left
}

.menu-con ul {
    list-style: none;
    margin-left: -31px
}

.menu-con ul li {
    float: left;
    line-height: 50px;
    height: 50px;
    font-size: 18px;
    color: #fff
}

.menu-con ul li a {
    display: block;
    text-align: center;
    text-decoration: none;
    color: #fff;
    padding: 0 34px
}

.menu-con ul li a:hover {
    background: #FE7459
}

.menu-search {
    position: absolute;
    right: 0;
    top: 8px;
    width: 221px;
    height: 33px
}

.keyword {
    width: 248px;
    height: 31px;
    line-height: 31px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 38px;
    color: #a6a6a6;
    padding-left: 16px;
    outline: 0;
    *border: 0;
    font-size: 15px;
    border: 1px solid #fff
}

.menu-search img {
    position: absolute;
    top: 9px;
    right: 10px;
    width: 16px;
    height: 16px;
    z-index: 1
}

.search-form form button {
    position: absolute;
    width: 44px;
    top: 0;
    right: 0;
    height: 33px;
    border: none;
    outline: 0;
    cursor: pointer;
    padding-top: 2px;
    background: #fff;
    border-radius: 38px
}

.search-form {
    width: 264px;
    *z-index: 9999;
    float: right;
    border-radius: 38px;
    border-style: none;
    color: #a6a6a6;
    outline: 0;
    background: #fff;
    margin-top: 9px;
    position: relative;
    *border: 0;
    font-size: 15px
}

.search-form form {
    float: left;
    width: 100%
}

#search {
    *z-index: 9999
}

.suggestion {
    position: absolute;
    top: 33px;
    left: 13px;
    width: 236px;
    height: auto;
    z-index: 99;
    background-color: #FFF;
    border: 1px solid #ccc;
    border-top-color: #d9d9d9;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
    box-shadow: 0 2px 4px rgba(0, 0, 0, .2)
}

.suggestion li {
    cursor: default;
    padding: 8px 0 8px 11px;
    display: list-item
}

.suggestion .current {
    background-color: #EBEBEB
}

.category-list li,
.sidebar-link li {
    line-height: 31px;
    height: 31px
}

.ranklist li {
    line-height: 31px
}

.add-padding {
    padding-left: 2px
}

.applist li a {
    width: 73px
}

.applist li a:hover {
    font-weight: 700;
    text-decoration: none
}

.applist .special-a {
    border: none
}

.applist .special-a a {
    float: none
}

.applist .special-a a:hover {
    text-decoration: underline;
    font-weight: 400
}

.applist .icon-apple,
.applist .icon-clientdownload,
.applist .icon-dlhistory,
.applist .icon-handplay,
.applist .icon-miapp,
.applist .icon-star {
    margin-right: 5px
}

.sidebar,
.sidebar a {
    color: #707070
}

.sidebar a {
    display: inline-block
}

.sidebar a:hover {
    text-decoration: underline
}

.applist {
    margin-top: 12px
}

.slide {
    margin-top: 20px;
    position: relative;
    overflow: hidden;
    width: 750px;
    height: 220px
}

.slide-mod {
    display: none;
    position: absolute;
    left: 0;
    top: 0
}

.slide-prev {
    left: -4px
}

.slide-next {
    right: -4px
}

.slide-next,
.slide-prev {
    position: absolute;
    display: block;
    opacity: .7;
    filter: alpha(opacity=70);
    width: 39px;
    height: 23px;
    top: 79px;
    padding: 20px 0;
    text-align: center;
    background-color: #4f555d;
    cursor: pointer;
    border-radius: 6px
}

.slide-btn:hover {
    background-color: #6B6E72;
    _background: #555a60
}

.slide-page {
    position: absolute;
    z-index: 99
}

.main-con {
    float: right;
    width: 750px;
    display: inline
}

.recomend-cen {
    margin-left: -15px
}

.recomend-cen a {
    float: left;
    margin-left: 15px
}

.recomend-cen img {
    border-radius: 4px
}

.sidebar {
    float: left;
    width: 210px;
    font-size: 14px;
    padding: 13px 0 0;
    overflow: hidden
}

.applist-wrap {
    width: 748px;
    border: 1px solid #e3e3e3;
    margin: 20px 0;
    border-radius: 3px;
    background: #fefefe
}

.applist li {
    width: 116px;
    height: 120px;
    float: left;
    margin-top: 20px
}

.applist a:hover {
    text-decoration: underline
}

.applist h5 a,
.second-imgbox h5 a {
    height: 28px;
    line-height: 28px;
    color: #2f2e2e;
    display: inline-block;
    width: 93px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.applist h5 {
    font-weight: 400
}

.app-desc a {
    color: #707070
}

.applist {
    overflow: hidden;
    padding: 18px 10px 32px 40px
}

.applist a {
    text-decoration: none
}

.img-content {
    height: 91px;
    overflow: hidden
}

.img-content a {
    margin-right: 11px;
    display: inline;
    _margin-right: 9px
}

.img-content .img-style,
.img-content :last-child {
    margin-right: 0
}

.bread-crumb ul {
    _height: 22px;
    list-style: none;
    padding: 16px 0;
    overflow: hidden
}

.bread-crumb ul li {
    float: left;
    height: 20px;
    line-height: 20px;
    margin-right: 7px;
    color: #a6a6a6
}

.bread-crumb ul li a {
    color: #a6a6a6
}

.add-m {
    margin-left: 7px
}

.bread-crumb ul .change-white {
    color: #fff
}

.pages {
    float: right;
    height: 40px;
    margin-top: 16px
}

.pages a,
.pages span {
    display: inline-block;
    padding: 0 11px;
    height: 28px;
    border: 1px solid #e6e6e6;
    border-radius: 3px;
    line-height: 28px;
    margin-right: 3px;
    text-align: center;
    color: #909090;
    cursor: pointer
}

.pages a:hover {
    border-color: #C8D0D1;
    text-decoration: none
}

.pages input {
    width: 28px;
    height: 28px;
    border: 1px solid #e6e6e6;
    outline: 0;
    text-align: center;
    line-height: 28px;
    vertical-align: top
}

.pages .special-span {
    border: 0;
    margin-right: 0;
    cursor: auto
}

.pages .span {
    margin-left: 15px;
    margin-right: 3px
}

.pages .current {
    border: 0;
    color: #2f2e2e
}

.look-more {
    width: 958px;
    height: 42px;
    border: 1px solid #e5e5e5;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    line-height: 42px;
    cursor: pointer;
    border-top: 0;
    background: #F9F9F9
}

.look-more a {
    color: #373737
}

.go-btn {
    display: block;
    width: 28px;
    height: 28px;
    border-radius: 3px;
    border: 1px solid #e5e5e5;
    outline: 0;
    background: #fff;
    text-align: center;
    float: right;
    margin-top: 10px;
    margin-left: 13px;
    color: #909090;
    line-height: 28px
}

.go-btn:hover {
    text-decoration: none;
    border-color: #C8D0D1
}

.go-btn.disable {
    background: #F1F1F1
}

.title {
    background: #8bc8c4;
    height: 539px
}

.title-content {
    width: 960px;
    margin: 0 auto;
    height: 361px;
    position: relative
}

.title-content p {
    position: absolute;
    bottom: 45px;
    _bottom: 55px;
    left: 65px;
    color: #fff;
    height: 20px;
    line-height: 20px;
    text-indent: 2em;
    padding-right: 55px
}

.second-imglist ul {
    list-style: none;
    overflow: hidden
}

.second-imglist ul li {
    float: left;
    display: inline
}

.second-imglist ul li img {
    margin: 40px 40px 39px 0
}

.second-imglist {
    padding: 0 23px 0 63px
}

.app-info {
    width: 840px;
    color: #acacac;
    padding-top: 5px;
    float: left;
    margin-right: 35px
}

.yellow-flower {
    display: inline-block;
    width: 114px;
    height: 114px;
    *display: inline;
    zoom: 1;
    vertical-align: top
}

.app-info p {
    height: 25px;
    line-height: 25px
}

.detail-company {
    width: 235px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    vertical-align: middle
}

.app-info-down {
    position: absolute;
    left: 260px;
    bottom: 0
}

.app-info h3 {
    height: 35px;
    line-height: 35px;
    font-size: 30px;
    margin-bottom: 5px;
    color: #2f2e2e
}

.app-intro-comment {
    font-size: 14px;
    font-weight: 700
}

.nav-title .special-color {
    color: #FE8269
}

.add-padding-bottom {
    padding-bottom: 70px
}

.add-padding-bottom1 {
    padding-bottom: 35px
}

.no-margin {
    margin-top: 0
}

.add-bottom {
    padding-bottom: 50px
}

.add-bottom1 {
    padding-bottom: 90px
}

.top-img {
    height: 241px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px
}

.content {
    width: 925px;
    background: #fff;
    border: 1px solid #ddd;
    overflow: hidden;
    padding: 12px 10px 25px 23px;
    position: relative;
    top: -177px
}

.second-con {
    width: 958px;
    background: #fff;
    border: 1px solid #ddd;
    margin-top: -157px
}

.applist .add-leftmargin {
    margin-right: 9px
}

.remove-relative {
    top: 0
}

.remove-margin {
    margin-top: 20px
}

.height-auto {
    height: auto
}

.app-intro {
    width: 960px
}

.download {
    width: 92px;
    height: 38px;
    border-radius: 5px;
    background: #f9755b;
    font-size: 14px;
    line-height: 38px;
    color: #feede9;
    display: inline-block;
    text-align: center;
    font-weight: 700;
    margin-right: 10px;
    vertical-align: bottom
}

.cloud-push {
    width: 90px;
    height: 36px;
    border: 1px solid #c8c8c8;
    background: #fff;
    color: #2f2e2e
}

.bincode {
    width: 16px;
    height: 16px;
    display: block;
    float: left;
    left: 0;
    top: 113px;
    position: relative
}

.hover-img {
    display: inline-block;
    width: 121px;
    height: 134px;
    background: #fff;
    border: 1px solid #c8c8c8;
    border-radius: 5px;
    opacity: 0;
    position: absolute;
    left: -9999px;
    bottom: -7px
}

.big-bincode {
    position: absolute;
    left: -9999px;
    bottom: -7px;
    *top: 107px;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity .5s ease-in;
    -o-transition: opacity .5s ease-in;
    transition: opacity .5s ease-in
}

.app-intro a.bincode:hover .hover-img {
    opacity: 1;
    left: 28px;
    filter: alpha(opacity=100)
}

.left-pointer {
    position: absolute;
    opacity: 0;
    filter: alpha(opacity=0);
    left: -9999px
}

.app-intro a.bincode:hover .left-pointer {
    opacity: 1;
    filter: alpha(opacity=100);
    left: 22px;
    bottom: 0
}

.hover-p {
    opacity: 0;
    filter: alpha(opacity=0);
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 8px;
    color: #707070;
    width: 120px;
    _text-decoration: none
}

.app-intro a.bincode:hover .big-bincode {
    opacity: 1;
    left: 10px;
    top: 5px;
    filter: alpha(opacity=100)
}

.app-intro a.bincode:hover .hover-p {
    opacity: 1;
    filter: alpha(opacity=100)
}

.intro-titles {
    width: 698px;
    display: inline-block;
    margin: 0 0 0 18px;
    *display: inline;
    zoom: 1;
    position: relative
}

.details {
    display: none;
    color: #707070;
    border: 1px solid #ddd;
    width: 928px;
    background: #fff;
    border-radius: 3px;
    padding: 20px 10px 15px 20px;
    position: absolute;
    top: 201px;
    left: 0;
    z-index: 2;
    cursor: text
}

.open-dropdown-toggle .details {
    display: block
}

.details li {
    float: left;
    height: 28px;
    line-height: 28px;
    padding: 0 48px 0 0
}

.details ul .weight-font {
    font-weight: 700;
    padding-right: 15px
}

.details .second-ul li {
    padding-right: 0;
    width: 205px;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.details .second-ul {
    float: left;
    width: 841px;
    padding-bottom: 15px
}

.look-detail-action {
    clear: both;
    margin-left: 66px
}

.look-detail-action li {
    position: relative;
    padding-right: 16px
}

.tooltip .caret {
    -webkit-transform-origin: 50% 25%;
    -webkit-transform: rotate(0);
    transform-origin: 50% 50%;
    transform: rotate(0);
    position: absolute;
    bottom: -16px;
    left: 50%;
    margin-left: -8px;
    border-color: #AAA transparent transparent;
    opacity: 1;
    filter: alpha(opacity=100);
    border-width: 8px
}

.tooltip .caret-white {
    position: absolute;
    bottom: -14px;
    left: 50%;
    margin-left: -7px;
    border-color: #FFF transparent transparent;
    opacity: 1;
    border-width: 7px;
    z-index: 99
}

#sinatureList:hover .tooltip {
    bottom: 37px;
    margin: 0 0 8px -94px;
    display: block;
    width: 298px;
    text-align: left;
    padding-left: 16px;
    left: 0
}

#whiteList:hover .tooltip {
    top: -83px;
    margin: 0 0 8px -81px;
    left: 50%;
    display: block
}

.look-detail-action .icon-name-list {
    margin-top: -5px
}

.float-div {
    float: left;
    height: 138px;
    line-height: 28px;
    font-weight: 700;
    padding-right: 15px;
    clear: left
}

.details ul .zero-padding {
    padding: 0;
    width: auto
}

.look-detail {
    color: #707070;
    display: block;
    float: right;
    margin-top: 105px;
    width: 62px;
    height: 15px;
    line-height: 15px;
    text-align: center;
    cursor: pointer
}

.look-detail .icon-show {
    margin-left: 3px
}

.look-detail .caret {
    vertical-align: middle
}

.img-left {
    left: 86px;
    bottom: 20px;
    width: 82px;
    height: 28px
}

.img-right {
    width: 46px;
    height: 41px;
    left: 183px;
    bottom: 15px
}

.app-text {
    margin-top: 30px;
    padding: 0 15px 13px 0
}

.app-text h3 {
    font-size: 20px;
    color: #2f2e2e;
    height: 35px
}

.app-text p {
    line-height: 28px;
    margin-bottom: 5px;
    color: #707070
}

.app-text ul li {
    height: 25px;
    line-height: 25px
}

.app-text ul {
    margin-top: 5px
}

.special-h3 {
    margin-top: 20px
}

.img-p a {
    color: #707070
}

.detail-report {
    padding: 15px 0 0 10px
}

.detail-report a {
    display: inline-block;
    width: 98px;
    height: 33px;
    background: url(http://i1.ml.mi-img.com/img/miui/appstore/web/jubao-small1.png) 0 0 no-repeat
}

.detail-report-body textarea {
    width: 298px
}

.second-imgbox ul {
    overflow: hidden
}

.second-titles h3 {
    font-size: 14px;
    height: 39px;
    line-height: 39px;
    margin-left: 22px
}

.second-imgbox {
    width: 958px;
    margin-top: 9px
}

.second-imgbox ul li {
    width: 100px;
    float: left;
    margin-right: 18px;
    display: inline;
    height: auto
}

.second-imgbox h5 {
    height: 20px;
    line-height: 20px
}

.second-imgbox h5 a {
    font-weight: 400
}

.second-imgbox .small-star {
    background: url(../img/starlist-gray.8759c191.png) no-repeat;
    width: 99px;
    margin: 0
}

.second-imgbox .img-p {
    line-height: 1.2
}

.ranklist .app-img {
    background: url(../img/starlist-gray.8759c191.png) no-repeat;
    height: 20px
}

.subject-gallery {
    margin-top: 23px
}

.subject-list {
    margin-top: 20px;
    display: inline-block;
    *display: inline;
    z*oom: 1;
    border: 1px solid #e3e3e3;
    border-right: 0;
    border-bottom: 0;
    overflow: hidden
}

.subject-list ul {
    width: 964px
}

.subject-list li {
    padding: 25px 32px;
    float: left;
    border-right: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
    overflow: hidden
}

.subject-h {
    margin-top: 10px
}

.subject-date {
    float: right;
    color: #a6a6a6
}

.subject-list h3 a {
    color: #373737;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 108px;
    overflow: hidden
}

.subject-list img {
    border-radius: 5px
}

.bigimg-scroll {
    width: 958px;
    border: 1px solid #e3e3e3;
    border-radius: 3px;
    background: #fefefe;
    position: relative;
    padding: 40px 0
}

.bigimg-scroll-title {
    margin: 30px 0 7px;
    font-size: 20px;
    color: #2f2e2e;
    height: 35px
}

.img-view {
    width: 792px;
    margin: 0 auto;
    overflow: hidden;
    position: relative
}

.img-view img {
    margin-right: 20px
}

.bigimg-scroll a {
    display: block;
    width: 41px;
    height: 41px;
    position: absolute;
    top: 50%;
    margin-top: -20px
}

.img-list {
    display: table-cell;
    position: relative;
    float: left;
    z-index: 1;
    _position: static;
    white-space: nowrap
}

.bigimg-scroll .btn-left1 {
    left: 22px
}

.bigimg-scroll .btn-right1 {
    right: 22px
}

.footer {
    background: #f9f9f9;
    border-top: 2px solid #edeff0;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    padding: 16px 0
}

.footer p {
    color: #a6a6a6;
    margin-left: 75px;
    white-space: nowrap
}

.footer-first-p {
    margin-top: 30px
}

.footer p a,
.footer p span {
    margin-right: 20px;
    color: #a6a6a6
}

.footer .footer-p a,
.footer .footer-p span {
    margin-right: 72px;
    vertical-align: middle
}

.footer .footer-p.footer-first-p span {
    margin-right: 34px
}

.footer-col {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 33%;
    vertical-align: top
}

.footer-col h5 {
    font-size: 16px;
    color: #666;
    line-height: 1.8
}

.footer-col li a {
    line-height: 1.8;
    color: #666
}

.modal-wx {
    width: 540px;
    border: none;
    background: 0 0;
    box-shadow: none;
    margin-top: -260px
}

.modal-wx .modal-header {
    background: 0 0;
    border: none;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0
}

.modal-wx .close {
    width: 60px;
    height: 56px;
    text-indent: -999px;
    overflow: hidden
}

.float-left {
    width: 360px;
    float: left;
    border-bottom: 1px solid #ddd;
    padding: 8px
}

.float-right {
    width: 360px;
    float: right;
    border-bottom: 1px solid #ddd;
    padding: 8px
}

.icon-search {
    display: inline-block;
    background-image: url(../img/slice/icon-search.png);
    background-repeat: no-repeat;
    width: 16px;
    height: 16px
}

.icon-handplay {
    display: inline-block;
    background-image: url(../img/slice/icon-handplay.png);
    background-repeat: no-repeat;
    width: 15px;
    height: 12px;
    vertical-align: middle
}

a:hover .icon-handplay {
    display: inline-block;
    background-image: url(../img/slice/icon-gray-handplay.png);
    background-repeat: no-repeat;
    width: 15px;
    height: 12px;
    vertical-align: middle
}

.icon-apple {
    display: inline-block;
    background-image: url(../img/slice/icon-apple.png);
    background-repeat: no-repeat;
    width: 11px;
    height: 12px;
    vertical-align: middle
}

a:hover .icon-apple {
    display: inline-block;
    background-image: url(../img/slice/icon-gray-apple.png);
    background-repeat: no-repeat;
    width: 11px;
    height: 12px;
    vertical-align: middle
}

.icon-star {
    display: inline-block;
    background-image: url(../img/slice/icon-star.png);
    background-repeat: no-repeat;
    width: 15px;
    height: 14px;
    vertical-align: middle
}

.icon-dlhistory {
    display: inline-block;
    background-image: url(../img/slice/icon-dlhistory.png);
    background-repeat: no-repeat;
    width: 14px;
    height: 11px;
    vertical-align: middle
}

.icon-clientdownload {
    display: inline-block;
    background-image: url(../img/slice/icon-clientdownload.png);
    background-repeat: no-repeat;
    width: 13px;
    height: 13px;
    vertical-align: middle
}

.icon-miapp {
    display: inline-block;
    background-image: url(../img/slice/icon-miapp.png);
    background-repeat: no-repeat;
    width: 14px;
    height: 13px;
    vertical-align: middle
}

a:hover .icon-star {
    display: inline-block;
    background-image: url(../img/slice/icon-gray-star.png);
    background-repeat: no-repeat;
    width: 15px;
    height: 14px;
    vertical-align: middle
}

a:hover .icon-dlhistory {
    display: inline-block;
    background-image: url(../img/slice/icon-gray-dlhistory.png);
    background-repeat: no-repeat;
    width: 14px;
    height: 11px;
    vertical-align: middle
}

a:hover .icon-clientdownload {
    display: inline-block;
    background-image: url(../img/slice/icon-gray-clientdownload.png);
    background-repeat: no-repeat;
    width: 13px;
    height: 13px;
    vertical-align: middle
}

a:hover .icon-miapp {
    display: inline-block;
    background-image: url(../img/slice/icon-gray-miapp.png);
    background-repeat: no-repeat;
    width: 14px;
    height: 13px;
    vertical-align: middle
}

.icon-btn-left {
    display: inline-block;
    width: 14px;
    height: 23px;
    background-image: url(../img/slice/icon-btn-left.png);
    background-repeat: no-repeat
}

.icon-btn-right {
    display: inline-block;
    width: 14px;
    height: 23px;
    background-image: url(../img/slice/icon-btn-right.png);
    background-repeat: no-repeat
}

.icon-little-qrcode {
    display: inline-block;
    width: 18px;
    height: 18px;
    background-image: url(../img/slice/icon-little-qrcode.png);
    background-repeat: no-repeat
}

.icon-show {
    display: inline-block;
    background-image: url(../img/slice/icon-show.png);
    background-repeat: no-repeat;
    width: 7px;
    height: 4px;
    vertical-align: middle
}

.icon-key-report {
    display: inline-block;
    background-image: url(../img/slice/icon-key-report.png);
    background-repeat: no-repeat;
    width: 82px;
    height: 28px
}

.icon-name-list {
    display: inline-block;
    background-image: url(../img/slice/icon-name-list.png);
    background-repeat: no-repeat;
    width: 46px;
    height: 41px
}

.icon-rightsign {
    display: inline-block;
    width: 40px;
    height: 40px;
    background-image: url(../img/slice/icon-rightsign.png);
    background-repeat: no-repeat
}

.icon-leftsign {
    display: inline-block;
    width: 40px;
    height: 40px;
    background-image: url(../img/slice/icon-leftsign.png);
    background-repeat: no-repeat
}

.icon-rightsign:hover {
    display: inline-block;
    width: 40px;
    height: 40px;
    background-image: url(../img/slice/icon-hover-rightsign.png);
    background-repeat: no-repeat
}

.icon-leftsign:hover {
    display: inline-block;
    width: 40px;
    height: 40px;
    background-image: url(../img/slice/icon-hover-leftsign.png);
    background-repeat: no-repeat
}

.icon-small-left {
    background-image: url(../img/slice/icon-small-left.png);
    background-repeat: no-repeat;
    display: inline-block;
    width: 7px;
    height: 13px
}

.logo {
    display: block;
    background-image: url(../img/slice/logo.png);
    background-repeat: no-repeat;
    width: 195px;
    height: 62px
}

.icon-inva {
    display: inline-block;
    width: 52px;
    height: 51px;
    background-image: url(../img/slice/icon-foot-img.png);
    background-repeat: no-repeat
}

.footer .footer-p span.icon-inva {
    margin: 0 15px 0 108px
}

.icon-12377 {
    display: inline-block;
    width: 59px;
    height: 51px;
    background-image: url(../img/slice/icon-12377.png);
    background-repeat: no-repeat;
    margin: 0
}

.icon-12377 a {
    display: block;
    height: 100%;
    width: 100%
}

.star-empty {
    position: relative;
    display: inline-block;
    background-image: url(../img/slice/star-empty.png);
    width: 71px;
    height: 11px;
    background-repeat: no-repeat
}

.star-hover {
    position: absolute;
    display: inline-block;
    background-image: url(../img/slice/star-hover.png);
    width: 71px;
    height: 11px;
    background-repeat: no-repeat
}

.star-0 {
    width: 0
}

.star-1 {
    width: 6px
}

.star-2 {
    width: 14px
}

.star-3 {
    width: 21px
}

.star-4 {
    width: 28px
}

.star-5 {
    width: 36px
}

.star-6 {
    width: 43px
}

.star-7 {
    width: 51px
}

.star-8 {
    width: 58px
}

.star-9 {
    width: 65px
}

.star-10 {
    width: 72px
}

.star1-empty {
    position: relative;
    display: inline-block;
    background-image: url(../img/slice/star1-empty.png);
    width: 96px;
    height: 15px;
    background-repeat: no-repeat;
    *display: inline;
    *zoom: 1
}

.star1-hover {
    position: absolute;
    display: inline-block;
    background-image: url(../img/slice/star1-hover.png);
    width: 96px;
    height: 15px;
    background-repeat: no-repeat
}

.star1-0 {
    width: 0
}

.star1-1 {
    width: 9px
}

.star1-2 {
    width: 18px
}

.star1-3 {
    width: 29px
}

.star1-4 {
    width: 38px
}

.star1-5 {
    width: 49px
}

.star1-6 {
    width: 59px
}

.star1-7 {
    width: 69px
}

.star1-8 {
    width: 78px
}

.star1-9 {
    width: 88px
}

.star1-10 {
    width: 96px
}

.sitetab-mobile,
.sitetab-pad {
    display: inline-block;
    width: 86px;
    height: 33px;
    text-indent: -9999px
}

.sitetab-mobile {
    background-image: url(../img/slice/tab-mobile.png);
    background-repeat: no-repeat
}

.sitetab-mobile-active {
    background-image: url(../img/slice/tab-mobile-hover.png);
    background-repeat: no-repeat
}

.sitetab-pad {
    background-image: url(../img/slice/tab-pad.png);
    background-repeat: no-repeat
}

.sitetab-pad-active {
    background-image: url(../img/slice/tab-pad-hover.png);
    background-repeat: no-repeat
}

*{
    padding:0px;
    margin:0px;
}
body{
    width:100%;
    min-width:900px;
    background-color:#E3EED7;
}
nav{
    float: right;
}
ul{
    list-style: none;
}
a{
    text-decoration: none;
    color: #000;
}
a:hover{
    text-decoration: underline
}
header{
    width:100%;
    height:45px;
    background-color: gray;
}
#uhead>li{
    line-height:45px;
    float: left;
    height:45px;
    width:150px;
    margin-top: 10px;
    font-size: 18px;
    z-index: 999;
}
#uhead>li>a{
    display: block;
    text-align: center;
    z-index: 999;
}
#uhead>li:hover .hulsty{
    visibility: visible;
    background-color:#fff;
    z-index: 999;
}
.hulsty a{
    display: block;
    text-align: center;
    z-index: 999;
}
.hulsty{
    visibility: hidden;
    z-index: 999;
}