@charset "utf-8";
* {
    margin: 0;
    padding: 0;
    border: none;
}

body {
    width: 100%;
    background: #F4F4F5;
    color: #666;
}

body,
button,
input,
select,
textarea,
pre {
    font-family: "Microsoft YaHei", Arial, simsun;
    font-size: 14px;
    line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
}

html,
body {
    height: 100%;
}

b,
strong {
    font-weight: bold;
}

em,
i {
    font-style: normal;
}

input {
    vertical-align: middle;
}

img {
    vertical-align: middle;
    border: none;
    -filter: grayscale(100%);
    -background: #eee;
}

address,
cite,
dfn,
em,
var {
    font-style: normal;
}

code,
kbd,
samp {
    font-family: courier new, courier, monospace;
}

small {
    font-size: 12px;
}

ul,
ol,
li {
    list-style: none;
}

sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

fieldset,
img {
    border: 0;
}

button,
input,
select,
textarea {
    font-size: 100%;
    outline: none;
}

button:focus,
input:focus,
select:focus,
textarea:focus {
    outline: none;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    color: #ccc
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #ccc
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #ccc
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    text-decoration: none;
    color: #444;
}

a:hover {
    color: #12937C;
    text-decoration: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary,
address {
    display: block;
}


/*.home-FocusPic .title a:nth-child(2){display:none;} */

.clearfix:before,
.clearfix:after {
    content: '';
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    font-size: 0;
    line-height: 0;
    width: 0;
    height: 0;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    zoom: 1;
}

.hide {
    display: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.pr {
    position: relative;
}

.pa {
    position: absolute;
}

.mt3 {
    margin-top: 3px;
}

.mt5 {
    margin-top: 5px;
}

.mt8 {
    margin-top: 8px;
}

.mt10 {
    margin-top: 10px;
}

.mt15 {
    margin-top: 15px;
}

.mt20 {
    margin-top: 20px;
}

.mt30 {
    margin-top: 30px;
}

.mt40 {
    margin-top: 40px;
}

.mt50 {
    margin-top: 50px;
}

.mb3 {
    margin-bottom: 3px;
}

.mb5 {
    margin-bottom: 5px;
}

.mb8 {
    margin-bottom: 8px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb15 {
    margin-bottom: 15px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb40 {
    margin-bottom: 40px;
}

.mb50 {
    margin-bottom: 50px;
}

.p10 {
    padding: 10px;
}

.p15 {
    padding: 15px;
}

.p20 {
    padding: 20px;
}

.p30 {
    padding: 30px;
}

.tra3 {
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.tra5 {
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.tra8 {
    -moz-transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
}

.tra10 {
    transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
}

.tc {
    text-align: center;
}

.wrapper,
.main {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.col-wide {
    width: 880px;
}

.col-nar {
    width: 300px;
}


/*topbox*/

.topbox {
    width: 100%;
    border-bottom: 1px solid #f1f1f1;
    background-color: #f9f9f9;
}

.topbox .w1200 {
    margin: 0 auto;
    width: 1200px;
    height: 36px;
    line-height: 36px;
}

.topbox .topl span.home {
    color: #999;
    float: left;
    padding-right: 10px;
}

.topbox .topl span.home a {
    color: #999;
}

.topbox .topl span.home a:hover {
    color: #2271b1;
}

.topbox .topr {
    color: #ccc;
    font-size: 14px;
}

.topbox .topr ul li {
    float: left;
}

.topbox .topr ul li a {
    margin: 0 9px;
    color: #666;
}

.topbox .topr ul li a:hover {
    color: #2271b1;
}

.top_phone {
    float: left;
    padding: 0 10px;
    margin-right: 10px;
    position: relative;
    z-index: 100;
}

.top_phone .phone_top span {
    color: #666;
    float: left;
    padding-right: 12px;
    position: relative;
}

.top_phone .phone_top i {
    background: url(../images/top_ico2.gif) no-repeat scroll 0 0;
    display: block;
    width: 7px;
    height: 4px;
    position: absolute;
    top: 16px;
    right: 0;
}

.top_phone_hover {
    background: #fff;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    padding: 0 9px;
}

.top_phone_hover .white-line {
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    height: 1px;
    background: #fff;
    z-index: 2000;
}

.top_phone_hover .phone_top span {
    color: #2271b1;
    font-weight: bold;
}

.top_phone_hover .phone_top i {
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=2);
}

.top_phone .phone_top {
    background: url(../images/iphone_1.gif) no-repeat scroll left center;
    cursor: pointer;
    float: left;
    padding-left: 18px;
    color: #333;
}

.top_phone .lowphone {
    display: none;
}

.top_phone .lowphone img {
    display: block;
}

.top_phone_hover .lowphone {
    display: block;
    background: #fff;
    border: 1px solid #ccc;
    left: 0;
    margin: 36px 0 0 -22px;
    padding: 15px;
    position: absolute;
    top: 0;
    z-index: 1000;
}


/*header*/

.header {
    width: 100%;
    min-width: 1200px;
}

.header-top {
    background: #fff;
    width: 100%;
    height: 112px;
    position: relative;
    z-index: 20;
}

.header-top .header-in {
    width: 1200px;
    margin: 0 auto;
}

.header-top .logo {
    padding: 21px 0;
    margin-right: 20px;
}

.header-top .logo a,
.header-top .logo img {
    display: block;
    height: 68px;
    text-indent: -9999px;
}

.search {
    padding: 24px 0 0;
    width: 540px;
}

.search form {
    position: relative;
}

.search_box {
    height: 36px;
    border: 2px solid #2271b1;
    width: 536px;
    position: relative;
}

.sech_keyword {
    float: left;
    width: 418px;
    height: 19px;
    padding: 8px 15px;
    background: #fff;
    font: 14px/19px "Microsoft YaHei", "SimSun";
    color: #444;
    overflow: hidden;
    outline: 0;
}

.sech_btn {
    position: absolute;
    right: -1px;
    top: -1px;
    background: #2271b1;
    width: 90px;
    outline: none;
    height: 38px;
    letter-spacing: 2px;
    border: none;
    cursor: pointer;
    -webkit-appearance: none;
    color: #FFF;
    font-size: 18px;
    font-family: "Microsoft YaHei", "SimSun";
}

.search .search-key {
    height: 23px;
    line-height: 23px;
    padding: 5px 4px;
    font-size: 13px;
    color: #999;
    overflow: hidden;
}

.search .search-key a {
    color: #666;
    margin: 0 10px 0 3px;
}

.search .search-key a:hover {
    color: #01ac48;
    text-decoration: underline;
}


/*nav*/

.header-nav {
    position: relative;
    z-index: 10;
}

.nav-column {
    width: 100%;
    height: 44px;
    background-color: #2271b1;
}

.nav-column-in {
    width: 1200px;
    color: #fff;
    margin: 0 auto;
    overflow: hidden;
}

.nav-column ul {
    width: 1206px;
}

.nav-column ul li {
    float: left;
    margin-right: 2px;
}

.nav-column a {
    width: 132px;
    line-height: 44px;
    display: block;
    text-align: center;
    font-size: 18px;
    color: #fff;
}

.nav-column a.nav-cur,
.nav-column a:hover {
    background-color: #01ac48;
    color: #fff;
}

.sub-nav {
    width: 1200px;
    margin: 0 auto;
    display: none;
    position: relative;
}

.sub-nav-in {
    position: absolute;
    top: 0;
    width: 1198px;
    border: 1px solid #2271b1;
    border-top: medium none;
    background: #f6f6f6;
}

.sub-nav-in p {
    line-height: 24px;
    padding: 10px 20px;
    color: #ccc;
    font-size: 14px;
}

.sub-nav-in p span {
    font-size: 12px;
    position: relative;
    top: -1px;
    margin: 0 11px;
}


/*main*/


/*icon*/

.header-ban .search .i-search-btn,
.header-android .search .btn,
.header-mac .search .btn,
.header-mac .boxTop .fr .i-home,
.header-mac .boxTop .fr .i-user,
.homeBest-tab li .hot,
.homeBest-tab li .pc,
.homeBest-tab li .android,
.homeBest-tab li .mac,
.homeBest-tab li .news,
.homeBest-tab li.cur .hot,
.homeBest-tab li.cur .pc,
.homeBest-tab li.cur .android,
.homeBest-tab li.cur .mac,
.homeBest-tab li.cur .news,
.homePc-box .hd,
.baseTop-hd .title,
.homeWizard-list li.pc i,
.homeWizard-list li.mac i,
.homeWizard-list li.android i,
.homeWizard-list li.type i,
.home-wizard .goTop span,
.home-wizard .goTop i,
.n1,
.n2,
.n3,
.topic-coll .hd,
.topicColl-list li a i,
.i-recom,
.i-type,
.i-prev,
.i-next,
.i-prevSem,
.i-nextSem,
.quotation-left,
.quotation-right,
.i-prevSmall,
.i-nextSmall,
.i-prevSilder,
.i-nextSilder,
.i-error,
.i-lock,
.i-praise,
.i-step,
.downShow-type .speed-btn,
.downShow-type .local-btn,
.i-tagsk,
.i-downCloud,
.i-downCloud2,
.i-praiseMini,
.i-stepMini,
.appIonfo-head .os-list li.android,
.appIonfo-head .os-list li.mac,
.appIonfo-head .os-list li.pc,
.i-Rtags,
.i-Rshare,
.macShow-head .downloader .btn .i-macDownBtn,
.downShow-noRelease,
.macWizard-list .home,
.macWizard-list .vip,
.macWizard-list .kf,
.topicHome-nar .hd-ico,
#autoTab li,
#goTop .btn,
.popupDown-box .downlist li i {
    background-image: url(../images/icon.png);
    background-repeat: no-repeat;
}

.n1,
.n2,
.n3 {
    display: block;
    width: 35px;
    height: 26px;
}

.n1 {
    background-position: -224px 0px;
}

.n2 {
    background-position: -272px 0px;
}

.n3 {
    background-position: -320px 0px;
}

.i-recom,
.i-type {
    display: block;
    width: 65px;
    height: 77px;
}

.i-recom {
    background-position: -304px -224px;
}

.i-type {
    background-position: -384px -224px;
}

.i-prev,
.i-next {
    display: block;
    width: 50px;
    height: 50px;
    cursor: pointer;
}

.i-prev {
    background-position: 0px -285px;
}

.i-next {
    background-position: -51px -285px;
}

.i-prev.prevStop {
    background-position: -101px -284px;
}

.i-next.nextStop {
    background-position: -152px -285px;
}

.i-prevSem,
.i-nextSem {
    display: block;
    width: 25px;
    height: 51px;
}

.i-prevSem {
    background-position: -480px -255px;
}

.i-nextSem {
    background-position: -505px -255px;
}

.i-prevSem.prevStop {
    background-position: -530px -255px;
}

.i-nextSem.nextStop {
    background-position: -555px -255px;
}

.i-prevSilder,
.i-nextSilder {
    display: block;
    width: 45px;
    height: 100px;
    cursor: pointer;
    opacity: .5;
}

.i-prevSilder {
    background-position: -416px -365px;
}

.i-nextSilder {
    background-position: -470px -365px;
}

.quotation-left,
.quotation-right {
    display: block;
    width: 27px;
    height: 27px;
}

.quotation-left {
    background-position: -225px -286px;
}

.quotation-right {
    background-position: -225px -313px;
}

.i-prevSmall,
.i-nextSmall {
    display: block;
    width: 32px;
    height: 32px;
    cursor: pointer;
}

.i-prevSmall {
    background-position: -2px -351px;
}

.i-nextSmall {
    background-position: -31px -351px;
}

.i-prevSmall.prevStop {
    background-position: -66px -351px;
}

.i-nextSmall.nextStop {
    background-position: -95px -351px;
}

.i-praise,
.i-step {
    display: block;
    width: 26px;
    height: 26px;
}

.i-praise {
    background-position: -272px -288px;
}

.i-step {
    background-position: -271px -320px;
}

.i-tagsk {
    display: block;
    width: 26px;
    height: 25px;
    background-position: -144px -351px;
}

.i-downCloud {
    display: block;
    width: 36px;
    height: 27px;
    background-position: -192px -351px;
}

.i-downCloud2 {
    display: block;
    width: 31px;
    height: 30px;
    background-position: -480px -320px;
}

.i-praiseMini,
.i-stepMini {
    display: block;
    width: 19px;
    height: 19px;
}

.i-praiseMini {
    background-position: -240px -360px;
}

.i-stepMini {
    background-position: -272px -361px;
}

.i-Rtags {
    display: block;
    width: 80px;
    height: 80px;
    background-position: -320px -304px;
}

.i-Rshare {
    display: block;
    width: 50px;
    height: 50px;
    background-position: -408px -310px;
}


/*星级*/

.i-star,
.i-star1,
.i-star2,
.i-star3,
.i-star4,
.i-star5 {
    display: block;
    width: 85px;
    height: 15px;
    line-height: 15px;
    background: url(../images/icon-grad.png) no-repeat;
}

.i-star1 {
    background-position: 0 0px;
}

.i-star2 {
    background-position: 0 -15px
}

.i-star3 {
    background-position: 0 -30px
}

.i-star4 {
    background-position: 0 -45px
}

.i-star5 {
    background-position: 0 -60px
}

.footer {
    width: 100%;
    background: #282828;
    color: #f3f3f3;
    padding: 9px 0;
}

.footer .top-inner {
    height: 216px;
    border-bottom: 1px solid #3e3e3e;
}

.footer .top-left {
    float: left;
    width: 450px;
    height: 216px;
}

.footer .topLeft-inner {
    margin: 40px auto;
    width: 100%;
    text-align: center;
}

.footer .footer-logo {
    width: 240px;
    height: 60px;
    margin: 0 auto;
    background: url(../images/logo-footer.png) no-repeat center center;
    background-size: cover;
    margin-top: 77px;
}

.footer .topLeft-txt {
    margin-top: 20px;
}

.footer .topLeft-txt p {
    line-height: 30px;
    font-size: 14px;
}

.footer .top-right {
    float: left;
    width: 748px;
    height: 206px;
    border-left: 1px solid #3e3e3e;
}

.footer .topRight-inner {
    width: 500px;
    margin: 40px auto 0;
    color: #f3f3f3;
}

.footer .topRight-inner .hd {
    font-size: 20px;
    font-weight: normal;
}

.footer .menu-nav {
    margin-top: 6px;
    overflow: hidden;
}

.footer .menu-nav li {
    float: left;
    width: 120px;
    line-height: 35px;
    font-size: 16px;
}

.footer .menu-nav a {
    color: #f3f3f3;
    opacity: 0.8;
}

.footer .menu-nav li a:hover {
    color: #fff;
}

.footer .footer-bottom {
    width: 100%;
    margin: 30px auto 10px;
    text-align: center;
    font-size: 14px;
    color: #797979;
}

.footer .footer-bottom a {
    color: #797979;
}

.footer .footer-bottom p {
    line-height: 30px;
}

.footer .footer-bottom .stat-code {
    display: inline-block;
    margin-left: 10px;
}

.footer .footer-bottom .stat-code div,
.footer-bottom .stat-code span,
.footer-bottom .stat-code p {
    display: inline-block;
}


/*footer_base*/

.footer_base {
    background: #2c2c2c;
    padding-top: 40px;
    padding-bottom: 10px;
    text-align: center;
}

.footer_base .link {
    display: inline-block;
    margin-bottom: 40px;
}

.footer_base .link a {
    line-height: 18px;
    text-align: center;
    color: #9f9d9d;
}

.footer_base .link .line {
    margin: 0 12px;
    font-size: 16px;
    color: #9f9d9d;
}

.footer_base p {
    color: #999;
    font-size: 12px;
    line-height: 1;
    margin-bottom: 20px;
}

.footer_base p a {
    color: #9f9d9d;
}

.footer_base .stat-code {
    display: inline-block;
    margin-left: 10px;
}

.footer_base .stat-code div,
.footer_base .stat-code span,
.footer_base .stat-code p {
    display: inline-block;
}


/*home-box*/

.wb-box {
    background: #fff;
}

.hd-box {
    height: 24px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
    line-height: 18px;
}

.hd-box .fl {
    height: 24px;
    padding-left: 12px;
    border-left: 4px solid #2271b1;
    line-height: 23px;
    font-size: 18px;
    font-weight: bold;
    color: #333;
}

.hd-box .fr {
    font-size: 14px;
    color: #666;
}

.hd-big {
    height: 28px;
    margin: 30px auto;
    line-height: 26px;
    border-left: 4px solid #2271b1;
}

.hd-big .fl {
    margin-left: 15px;
    font-size: 24px;
    font-weight: bold;
    color: #333;
}

.hd-big .fr {
    font-size: 14px;
    color: #666;
}

.hd-big .pn {
    float: right;
    margin-left: 10px;
    font-size: 14px;
    color: #666;
}

.hd-big .pn span {
    float: left;
    display: block;
    width: 37px;
    height: 29px;
    line-height: 30px;
    background: #ff9c00;
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-family: "\5b8b\4f53", arial, sans-serif;
    cursor: pointer;
}

.hd-big .pn .prev {
    margin-right: 5px;
}

.hd-big .pn .prevStop,
.hd-big .pn .nextStop {
    background: #ccc;
}

.hd-line {
    height: 40px;
    line-height: 40px;
    position: relative;
}

.hd-line .tit {
    width: 120px;
    height: 40px;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 2;
}

.hd-line .tit span {
    display: inline-block;
    padding-right: 10px;
    background: #fff;
    font-size: 18px;
    color: #333;
    font-weight: bold;
}

.hd-line .line {
    display: block;
    width: 100%;
    height: 0px;
    border-bottom: 1px solid #e1e1e1;
    position: absolute;
    top: 20px;
    left: 0px;
    z-index: 1;
}

.hd-mul {
    overflow: hidden;
    border-bottom: 1px solid #2271b1;
}

.hd-mul li,
.hd-mul span {
    float: left;
    display: block;
    height: 40px;
    margin-right: 6px;
    padding: 0 25px;
    line-height: 40px;
    border-radius: 5px 5px 0 0;
    color: #333;
    font-size: 18px;
}

.hd-mul li {
    cursor: pointer;
}

.hd-mul li a {
    color: #fff;
}

.hd-mul .cur {
    background: #2271b1;
    color: #fff;
}

.hd-inl {
    height: 24px;
    line-height: 23px;
    margin-left: 10px;
    margin-right: 10px;
    border-left: 4px solid #2271b1;
    overflow: hidden;
}

.hd-inl .fl {
    margin-left: 15px;
    font-size: 24px;
    font-weight: bold;
    color: #333;
}

.hd-inl .fr {
    font-size: 14px;
    color: #666;
}

.hdSide-rows {
    padding: 14px 0 15px 0;
    border-top: 2px solid #2271b1;
    font-size: 18px;
    color: #2271b1;
    text-align: center
}


/*当前位置crumbs*/

.crumbs {
    clear: both;
    width: 1198px;
    margin: 20px auto;
    padding-left: 2px;
    overflow: hidden;
}

.crumbs,
.crumbs a {
    font-size: 14px;
    color: #777;
}

.crumbs a:hover {
    color: #12937c;
}

.crumbs span {
    padding: 0 6px;
    color: #aaa;
    font-size: 14px;
    font-family: "\5b8b\4f53", arial, sans-serif;
}

.crumbs .key {
    font-size: 14px;
    font-weight: 550;
    color: #47b751;
}


/*排行*/

.base-top {
    width: 295px;
    background: #fff;
}

.baseTop-hd {
    height: 46px;
    margin-top: 10px;
}

.baseTop-hd .title {
    float: left;
    width: 192px;
    height: 46px;
    margin-left: -7px;
    background-position: -400px -48px;
    line-height: 38px;
    font-size: 20px;
    color: #fff;
    text-indent: 0.7em;
}

.baseTop-hd .tablist {
    height: 31px;
    float: right;
    margin-top: 8px;
    margin-right: 5px;
    border-right: 1px solid #ddd;
}

.baseTop-hd .tablist li {
    float: left;
    width: 45px;
    height: 29px;
    line-height: 29px;
    border: 1px solid #ddd;
    border-right: none;
    text-align: center;
    color: #666;
    cursor: pointer;
}

.baseTop-hd .tablist li.cur {
    line-height: 28px;
    border-top: 2px solid #2271b1;
    border-bottom: none;
    color: #2271b1;
}

.baseTop-list {
    padding: 25px 15px 10px;
    overflow: hidden;
}

.baseTop-list li {
    height: 46px;
    line-height: 46px;
    overflow: hidden;
}

.base-top-android .baseTop-list li {
    height: 44px;
    line-height: 44px;
    overflow: hidden;
}

.baseTop-list li .n {
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-right: 10px;
    background: #43bd6b;
    line-height: 24px;
    text-align: center;
    font-size: 12px;
    color: #fff;
}

.base-top-android .baseTop-list .hot {
    position: relative;
    height: 62px;
    margin-bottom: 18px;
}

.baseTop-list .hot {
    position: relative;
    height: 62px;
    margin-bottom: 18px;
}

.baseTop-list .hot .n1,
.baseTop-list .hot .n2,
.baseTop-list .hot .n3,
.baseTop-list .hot .img,
.baseTop-list .hot .title,
.baseTop-list .hot .size {
    display: block;
    position: absolute;
    z-index: 1;
}

.baseTop-list .hot .n1,
.baseTop-list .hot .n2,
.baseTop-list .hot .n3 {
    top: 18px;
    left: 0px;
}

.baseTop-list .hot .img {
    width: 60px;
    height: 60px;
    border: 1px solid #ff6613;
    border-radius: 50%;
    top: 0px;
    left: 45px;
    overflow: hidden;
}

.baseTop-list .hot .img img {
    display: block;
    width: 38px;
    height: 38px;
    margin: 11px auto;
    border-radius: 15%;
}

.baseTop-list .hot a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 2;
}

.baseTop-list .hot .title,
.baseTop-list .hot .size {
    width: 150px;
    line-height: 1;
    left: 120px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.baseTop-list .hot .title {
    font-size: 16px;
    top: 8px;
}

.baseTop-list .hot .size {
    font-size: 14px;
    color: #888;
    top: 40px;
}


/*homeMain-tab*/

.baseMain-tab {
    height: 39px;
    text-align: center;
}

.baseMain-tab.mtb {
    margin-top: 24px;
    margin-bottom: 30px;
}

.baseMain-tab li {
    display: inline-block;
    width: 110px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    border: 2px solid #dedede;
    margin-right: 24px;
    border-radius: 18px;
    color: #333;
    font-size: 14px;
    cursor: pointer;
}

.baseMain-tab li.cur {
    border: 2px solid #96d788;
    color: #2271b1;
}

.baseMain-tab li:hover {
    border: 2px solid #96d788;
    color: #2271b1;
}

.baseMain-tab li.cur a {
    color: #2271b1;
}

.baseMain-height {
    height: 515px;
    overflow: hidden;
}


/*热门推荐********************/

.home-recom {
    padding-bottom: 20px;
    background: #fff;
    overflow: hidden;
}

.home-recom .icon-inner {
    width: 96%;
    height: 128px;
    margin-left: auto;
    margin-right: auto;
    border-bottom: 1px dashed #eee;
}

.home-recom .hd-icon {
    float: left;
    width: 30px;
    height: 100px;
    margin-left: 3px;
    padding-top: 20px;
    background: #FD9F3F;
    border-radius: 3px;
    position: relative;
    line-height: 20px;
    text-align: center;
    font-size: 16px;
    color: #fff;
}

.home-recom .hd-icon:before {
    content: '';
    position: absolute;
    z-index: 2;
    top: 53px;
    right: -10px;
    height: 0px;
    width: 0px;
    border-top: 9px solid transparent;
    border-left: 10px solid #FD9F3F;
    border-bottom: 10px solid transparent;
}

.home-recom .icon-list {
    height: 100px;
    margin-top: 10px;
    float: left;
}

.home-recom .icon-list li {
    float: left;
    width: 70px;
    height: 100%;
    margin-left: 22px;
    text-align: center;
    overflow: hidden;
}

.home-recom .icon-list li .ico {
    width: 70px;
    height: 70px;
    margin-bottom: 7px;
}

.home-recom .icon-list li .ico img {
    width: 100%;
    height: 100%;
    border-radius: 5px;
}

.home-recom .icon-list li span {
    display: inline-block;
    width: 65px;
    text-align: center;
    color: #333;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
}

.home-recom .icon-list li:hover a span {
    color: #2271b1;
    transition: all 0.4s;
}

.home-recom .icon-list li:hover .Img {
    height: 100px;
}

.home-recom .icon-list li:hover img {
    margin-top: 7px;
}

.home-recom .text-list {
    width: 96%;
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
}

.home-recom .text-list li {
    clear: both;
    height: 36px;
    line-height: 39px;
    margin-top: 12px;
    overflow: hidden;
}

.home-recom .text-list .hd {
    display: inline-block;
    width: 60px;
    height: 28px;
    background: #2271b1;
    border-radius: 14px;
    text-align: center;
    line-height: 28px;
    color: #FFFFFF;
    margin-right: 9px
}

.home-recom .text-list li a {
    margin-right: 0px;
    padding: 0 14px;
    border-left: 1px solid #dedede;
}

.home-recom .text-list li .vline {
    padding: 0 8px;
    font-size: 14px;
    color: #dedede;
}


/*首页专题分类********************/

.home-topic {
    margin-top: 24px;
    width: 1176px;
    height: 140px;
    padding: 24px;
    padding-right: 0;
    background: #fff;
}

.homeTopic-type {
    overflow: hidden;
}

.homeTopic-type li {
    float: left;
    width: 250px;
    height: 140px;
    margin-right: 34px;
    margin-left: 10px;
}

.homeTopic-type li span {
    display: block;
    margin-top: 22px;
    color: #333;
    text-align: center;
    font-size: 18px;
}

.homeTopic-type li .box {
    float: left;
    width: 250px;
    height: 100px;
    margin-bottom: 22px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
}

.homeTopic-type li .s1 {
    background: url(../images/topic-bg1.png);
}

.homeTopic-type li .s2 {
    background: url(../images/topic-bg2.png);
}

.homeTopic-type li .s3 {
    background: url(../images/topic-bg3.png);
}

.homeTopic-type li .s4 {
    background: url(../images/topic-bg4.png);
}

.homeTopic-type li .pic {
    width: 80px;
    height: 80px;
    margin: 9px auto;
    border-radius: 50%;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.homeTopic-type li .pic img {
    width: 100%;
    height: 100%;
}

.homeTopic-type li:hover .pic {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}


/*首页推荐********************/

.home-best {
    margin-top: 20px;
    padding-bottom: 10px;
    background: #fff;
    overflow: hidden;
}

.homeBest-left {
    float: left;
    width: 360px;
    margin-top: 20px;
    padding-left: 20px;
}

.homeBest-center {
    float: left;
    width: 500px;
    height: 710px;
    margin-left: 15px;
    margin-top: 20px;
}

.homeBest-right {
    float: right;
    width: 265px;
    padding-right: 15px;
}

.home-FocusPic {
    zoom: 1;
    position: relative;
    width: 360px;
    height: 400px;
    overflow: hidden;
}

.home-FocusPic .content {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.home-FocusPic .changeDiv a {
    position: absolute;
    top: 0px;
    left: 0px;
    display: none;
}

.home-FocusPic .changeDiv img {
    width: 100%;
    height: 400px;
}

.home-FocusPic .title-bg {
    position: absolute;
    left: 0px;
    bottom: 0;
    width: 100%;
    height: 60px;
    line-height: 60px;
    overflow: hidden;
    background: #222;
    filter: alpha(opacity=80);
    opacity: 0.8;
}

.home-FocusPic .title {
    position: absolute;
    left: 0px;
    bottom: 0;
    width: 100%;
    height: 60px;
    overflow: hidden
}

.home-FocusPic .title a {
    display: block;
    padding-left: 15px;
    color: #fff;
    font-size: 16px;
    position: relative;
}

.home-FocusPic .title a span {
    position: absolute;
    display: block;
    line-height: 1;
    color: #fff;
}

.home-FocusPic .title a .tit {
    top: 10px;
    left: 10px;
    font-size: 18px;
}

.home-FocusPic .title a .att {
    top: 36px;
    left: 10px;
    font-size: 12px;
}

.home-FocusPic .title a .btn {
    top: 15px;
    right: 10px;
    width: 80px;
    height: 30px;
    line-height: 30px;
    background: #4294DE;
    text-align: center;
    font-size: 14px;
}

.home-FocusPic .title .attr {
    width: 0;
    height: 0;
    display: none;
}

.home-FocusPic .change {
    position: absolute;
    left: 0px;
    bottom: 86px;
    width: 100%;
    height: 5px;
    text-align: center;
}

.home-FocusPic .change i {
    display: inline-block;
    width: 25px;
    height: 5px;
    margin: 0 3px;
    background: #fff;
    border-radius: 1px;
    line-height: 0px;
    color: #FFF;
    cursor: pointer;
    font-size: 0px;
}

.home-FocusPic .change i.cur {
    background: #06C45D;
}


/*首页编辑推荐*/

.home-best .editor-applist {
    width: 350px;
    padding-top: 10px;
    padding-left: 10px;
}

.home-best .editor-applist li {
    float: left;
    margin-right: 10px;
    margin-top: 15px;
    width: 75px;
    height: 103px;
    text-align: center;
    font-size: 14px;
    overflow: hidden;
}

.home-best .editor-applist li .img {
    width: 75px;
    height: 75px;
    margin-bottom: 8px;
}

.home-best .editor-applist li .img img {
    width: 100%;
    height: 100%;
    border-radius: 15%;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.home-best .editor-applist li:hover img {
    margin-top: 7px;
}

.home-best .editor-applist li span {
    display: block;
    margin-top: 14px;
    line-height: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.homeBest-tab {
    padding-left: 18px;
    overflow: hidden;
}

.homeBest-tab li {
    float: left;
    width: 118px;
    margin-left: -1px;
    margin-bottom: 15px;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    cursor: pointer;
}

.homeBest-tab li i {
    display: block;
    width: 55px;
    height: 55px;
    margin: 15px auto;
    background-repeat: no-repeat;
    background-position: center;
}

.homeBest-tab li span {
    display: none;
    line-height: 0;
    font-size: 0px;
}

.homeBest-tab li .hot {
    background-position: -2px -47px;
}

.homeBest-tab li .pc {
    background-position: -81px -47px;
}

.homeBest-tab li .android {
    background-position: -161px -47px;
}

.homeBest-tab li .mac {
    background-position: -241px -47px;
}

.homeBest-tab li .news {
    background-position: -321px -47px;
}

.homeBest-tab li.cur .hot {
    background-position: -1px -128px;
}

.homeBest-tab li.cur .pc {
    background-position: -82px -127px;
}

.homeBest-tab li.cur .android {
    background-position: -161px -128px;
}

.homeBest-tab li.cur .mac {
    background-position: -241px -128px;
}

.homeBest-tab li.cur .news {
    background-position: -321px -128px;
}

.homeBest-list {
    padding: 7px 0;
    font-size: 14px;
}

.homeBest-list li {
    height: 40px;
    line-height: 40px;
    overflow: hidden;
}

.homeBest-list li .catname {
    display: inline-block;
    width: 90px;
    margin-right: 10px;
    text-align: right;
    color: #999;
}

.homeBest-list li .catname a {
    color: #999;
}

.homeBest-list li .img {
    display: inline-block;
    width: 25px;
    height: 25px;
    margin-right: 10px;
    border-radius: 3px;
}

.homeBest-list li .fr {
    display: inline-block;
    font-size: 13px;
    color: #999;
}

.homeBest-list li .fr.new {
    color: #f00;
}

.homeBest-list.last-bottom {
    border-bottom: none;
}

.homeBest-news {}

.lineNews-list {
    margin-top: 10px;
    padding: 10px 0 2px 10px;
    border-left: 1px solid #e6e6e6;
}

.lineNews-list li {
    position: relative;
    height: 30px;
}

.lineNews-list li:before {
    content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    border: 1px solid #e6e6e6;
    border-radius: 50%;
    background: #e6e6e6;
    left: -14px;
    top: 10px;
}

.lineNews-list li a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 2;
}

.lineNews-list li .title {
    display: block;
    line-height: 30px;
    font-size: 14px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.lineNews-list li .attshow {
    padding-top: 30px;
    display: none;
}

.lineNews-list li .img {
    float: left;
    width: 75px;
    height: 75px;
    margin-right: 10px;
    background: #fafafa;
    overflow: hidden;
    text-align: center;
}

.lineNews-list li .img img {
    width: 100%;
    height: 100%;
}

.lineNews-list li .text {
    margin-top: 5px;
    line-height: 20px;
    height: 80px;
    overflow: hidden;
    text-align: justify;
    font-size: 12px;
    color: #999;
}

.lineNews-list li.active {
    height: 110px;
}

.lineNews-list li.active:before {
    background: #fff;
    border-color: #38c34b;
}

.lineNews-list li.active .attshow {
    display: block;
}

.lineNews-list li a:hover .title {
    color: #2271b1;
}


/*首页热门专题*/

.homeHot-topic {
    display: block;
}

.homeHotTopic-list {
    margin-top: 15px;
}

.homeHotTopic-list li {
    overflow: hidden;
}

.homeHotTopic-list li img {
    display: block;
    width: 100%;
    height: 100px;
}

.homeHotTopic-list li .title {
    display: block;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


/*电脑软件********************/

.home-pc {
    overflow: hidden;
}

.homePc-left {
    width: 900px;
}

.homePc-box {
    float: left;
    width: 210px;
    height: 320px;
    margin-right: 15px;
    margin-bottom: 14px;
    background: #fff;
    text-align: center;
}

.homePc-box .hd {
    height: 82px;
    line-height: 80px;
    background-position: 0 -716px;
}

.homePc-box .hd.s1 {
    background-position: 0px -716px;
}

.homePc-box .hd.s2 {
    background-position: 0px -799px;
}

.homePc-box .hd.s3 {
    background-position: 0px -882px;
}

.homePc-box .hd span,
.homePc-box .hd a {
    font-size: 14px;
    color: #fff;
}

.homePc-list {
    width: 165px;
    height: 203px;
    margin-top: 19px;
    margin-left: 16px;
    overflow: hidden;
}

.homePc-list li {
    clear: both;
    margin-top: 10px;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
}

.homePc-list li a {
    display: block;
    overflow: hidden;
}

.homePc-list li img {
    float: left;
    display: block;
    width: 30px;
    height: 30px;
    margin-right: 8px;
    border-radius: 15%;
}

.homePc-list li .title {
    float: left;
    display: block;
    width: 127px;
    font-size: 14px;
    text-align: left;
    overflow: hidden;
    white-space: nowrap;
}

.home-pc .homePc-left,
.home-pc base-top {
    height: 654px;
}


/*MAC软件********************/

.home-mac {
    overflow: hidden;
}

.homeMac-left {
    width: 869px;
    padding-left: 16px;
    background: #fff;
    overflow: hidden;
}

.homeMac-list {}

.homeMac-list li {
    float: left;
    width: 282px;
    height: 130px;
    border: 1px solid #eee;
    border-left: 0;
    border-top: 0;
    position: relative;
    overflow: hidden;
}

.homeMac-list li.last-right {
    border-right: none;
}

.homeMac-list li.last-bottom {
    border-bottom: none;
}

.homeMac-list li a,
.homeMac-list .img,
.homeMac-list .title,
.homeMac-list .info {
    display: block;
    position: absolute;
    z-index: 1;
}

.homeMac-list li a {
    display: block;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 2;
}

.homeMac-list .img {
    width: 87px;
    height: 87px;
    top: 20px;
    left: 25px;
}

.homeMac-list .img img {
    width: 100%;
    height: 100%;
    transition: all 0.4s;
    border-radius: 10px;
}

.homeMac-list .title {
    width: 155px;
    height: 44px;
    line-height: 22px;
    top: 20px;
    left: 125px;
    font-size: 16px;
    color: #222;
    overflow: hidden;
    text-overflow: ellipsis;
}

.homeMac-list .info {
    top: 65px;
    left: 125px;
    line-height: 24px;
    font-size: 14px;
    color: #999;
}

.homeMac-list li:hover {
    background: #3e3e3e;
}

.homeMac-list li:hover .title,
.homeMac-list li:hover .info {
    color: #fff !important;
}

.homeMac-list li:hover img {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
}

.home-mac .homeMac-left,
.home-mac base-top {
    height: 515px;
}


/*首页板块向导*/

.home-wizard {
    display: none;
    width: 52px;
    position: fixed;
    left: 50%;
    bottom: 200px;
    z-index: 99;
    margin-left: 622px;
}

.homeWizard-list {
    width: 100%;
}

.homeWizard-list li {
    display: block;
    width: 50px;
    height: 50px;
    margin-bottom: 10px;
    line-height: 50px;
    border: 1px solid #2271b1;
    border-radius: 1px;
    text-align: center;
    font-size: 16px;
    color: #333;
    cursor: pointer;
    position: relative;
}

.homeWizard-list li span,
.homeWizard-list li i {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
}

.homeWizard-list li span {
    text-shadow: 0 0 1px #fff;
}

.homeWizard-list li i {
    filter: progid: DXImageTransform.Microsoft.Alpha(opacity=0);
    opacity: 0;
    z-index: 2;
    background: #2271b1;
    border: 0px solid #f90;
}

.homeWizard-list li.cur span {
    background: #2271b1;
    color: #fff;
    text-shadow: none;
}

.homeWizard-list li:hover span {
    font-size: 0;
}

.homeWizard-list li:hover i {
    filter: progid: DXImageTransform.Microsoft.Alpha(opacity=100);
    opacity: 1;
}

.homeWizard-list li.pc i {
    background-position: -10px -214px;
}

.homeWizard-list li.mac i {
    background-position: -86px -218px;
}

.homeWizard-list li.android i {
    background-position: -165px -218px;
}

.homeWizard-list li.type i {
    background-position: -232px -215px;
}

.home-wizard .goTop {
    margin-top: 10px;
    display: block;
    width: 50px;
    height: 50px;
    border: 1px solid #2271b1;
    cursor: pointer;
    position: relative;
}

.home-wizard .goTop span,
.home-wizard .goTop i {
    display: block;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    left: 0;
}

.home-wizard .goTop span {
    z-index: 1;
    background-position: -519px -112px;
}

.home-wizard .goTop i {
    z-index: 1;
    background-position: -519px -177px;
    background-color: #2271b1;
    filter: progid: DXImageTransform.Microsoft.Alpha(opacity=0);
    opacity: 0;
}

.home-wizard .goTop:hover i {
    filter: progid: DXImageTransform.Microsoft.Alpha(opacity=100);
    opacity: 1;
}


/*安卓软件********************/

.home-android {}

.android-left {
    width: 865px;
    padding: 0 10px;
    background: #fff;
    overflow: hidden;
}

.android-list {
    overflow: hidden;
    display: block;
    padding-top: 18px;
}

.android-left .inner {
    clear: both;
}

.android-list li {
    float: left;
    width: 140px;
    width: 16.66%;
    height: 130px;
    position: relative;
    overflow: hidden;
}

.android-list li a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 3;
}

.android-list .img {
    width: 75px;
    height: 75px;
    margin: 0 auto;
    overflow: hidden;
}

.android-list .img img {
    width: 100%;
    height: 100%;
    transition: all 0.4s;
    border-radius: 10px;
    overflow: hidden;
}

.android-list .title,
.android-list .type {
    display: block;
    line-height: 1;
    font-size: 14px;
    text-align: center;
}

.android-list .title {
    margin-top: 83px;
    color: #333;
    height: 14px;
    overflow: hidden;
}

.android-list .type {
    margin-top: 28px;
    font-size: 13px;
    color: #999;
}

.android-list .btn {
    display: block;
    width: 70px;
    height: 20px;
    background: #2271b1;
    text-align: center;
    line-height: 20px;
    position: absolute;
    left: 50%;
    bottom: -35px;
    margin-left: -35px;
    border-radius: 5px;
    transition: all 0.4s;
    font-size: 14px;
    color: #fff;
    z-index: 2;
}

.android-list li:hover .btn {
    bottom: 7px;
}

.home-android .android-left,
.home-android base-top {
    height: 550px;
}


/*安卓子频道*/

.androidCat-box {
    overflow: hidden;
}

.androidCat-box .baseMain-tab {
    margin-top: 40px;
    margin-bottom: 40px;
}

.androidCat-box .android-left,
.androidCat-box .base-top {
    height: 410px;
}

.androidCat-box .android-list li {
    margin-bottom: 15px;
}

.androidCat-box .baseTop-hd .title {
    font-size: 17px;
}

.androidCat-box .baseTop-list {
    padding-top: 20px;
}

.androidCat-box .baseTop-list li {
    height: 40px;
    line-height: 40px;
}

.androidCat-box .baseTop-list .hot {
    height: 62px;
}


/*MAC子频道*/

.macCat-box {
    overflow: hidden;
}

.macCat-box .baseMain-tab {
    margin-top: 40px;
    margin-bottom: 40px;
}

.macCat-box .mac-left {
    width: 865px;
    padding: 0 10px;
    background: #fff;
    overflow: hidden;
}

.macCat-box .mac-left,
.macCat-box .base-top {
    height: 530px;
}

.macCat-box .mac-list li {
    margin-bottom: 15px;
}

.macCat-box .baseTop-hd .title {
    font-size: 17px;
    background-position: -272px -814px;
}

.macCat-box .baseTop-list {
    padding-top: 20px;
}

.macCat-box .baseTop-list li {
    height: 40px;
    line-height: 40px;
}

.macCat-box .baseTop-list .hot {
    height: 62px;
}


/*首页分类更新********************/

.home-type {
    clear: both;
    overflow: hidden;
    position: relative;
}

.homeType-left {
    float: left;
    width: 867px;
    padding-left: 18px;
    background: #fff;
}

.homeType-inner {
    overflow: hidden;
}

.homeType-subcat {
    float: left;
    width: 112px;
    border-top: 1px solid #e4e2e2;
}

.homeType-subcat li {
    width: 110px;
    height: 39px;
    border: 1px solid #e4e2e2;
    border-top: 0;
    text-align: center;
    line-height: 39px;
    color: #666;
    font-size: 14px;
    cursor: pointer;
}

.homeType-subcat li a {
    display: block;
    width: 100%;
    height: 100%;
}

.homeType-subcat li.cur {
    background: #FF9A1D;
    border: 1px solid #FF9A1D;
    border-top: 0;
    color: #fff;
    position: relative;
}

.homeType-subcat li.cur:before {
    content: '';
    position: absolute;
    z-index: 2;
    top: 11px;
    right: -11px;
    height: 0px;
    width: 0px;
    border-top: 9px solid transparent;
    border-left: 10px solid #FF9A1D;
    border-bottom: 10px solid transparent;
}

.homeTypeSub-inner {
    float: left;
    width: 720px;
    margin-left: 5px;
}

.homeType-list {
    clear: both;
}

.homeType-list li {
    float: left;
    width: 345px;
    margin-left: 15px;
    height: 34px;
    line-height: 34px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    *white-space: normal;
}

.homeType-list span {
    display: inline-block;
}

.homeType-list .cat {
    width: 85px;
    margin-right: 8px;
    text-align: right;
    color: #999;
}

.homeType-list .date {
    float: right;
    text-align: right;
    color: #999;
}

.homeType-list .date.new {
    color: #f00;
}

.home-type .homeType-left,
.home-type base-top {
    height: 515px;
}


/*首页友情链接********************/

.home-link {
    overflow: hidden;
}

.home-link .inner {
    padding: 15px 15px 15px 30px;
    background: #fff;
    overflow: hidden;
}

.homeLink-list {
    font-size: 14px;
    color: #666;
    overflow: hidden;
}

.homeLink-list li {
    float: left;
    width: 10%;
    height: 32px;
    line-height: 32px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


/*顶部子栏目导航*/

.header-subnav {
    width: 100%;
    background: #fff;
}

.header-subnav .wrapper {
    padding: 10px 0;
    overflow: hidden;
}

.subnav-list li {
    float: left;
    height: 32px;
    line-height: 32px;
    margin-right: 15px;
    padding: 0 10px;
    position: relative;
    font-size: 16px;
    cursor: pointer;
}

.subnav-list li.cur,
.subnav-list li:hover {
    background: #faa43f;
    border-radius: 5px;
    color: #fff;
}

.subnav-list li.cur a,
.subnav-list li:hover a {
    color: #fff;
}


/*电脑软件频道页*/

.soft-cat {
    width: 1200px;
    margin: 0 auto 20px;
    min-height: 158px;
    border: 1px solid #e2e2e2;
    background: #fff;
    position: relative;
}

.softCat-typename {
    position: absolute;
    z-index: 2;
    top: 0px;
    left: -50px;
    width: 50px;
    height: 158px;
    background: #2271b1;
    font-size: 18px;
    text-align: center;
    letter-spacing: 4px;
    color: #fff;
    border-top-left-radius: 18px;
    border-bottom-left-radius: 18px;
}

.softCat-typename a {
    display: block;
    width: 18px;
    height: 81px;
    margin: 32px auto;
    color: #fff;
}

.softCat-typename.eve {
    background: #fea342;
}

.softCat-inner {
    padding: 10px 30px;
    overflow: hidden;
}

.softCat-type {
    margin-top: 15px;
    margin-bottom: 20px;
    padding: 0 4px;
    overflow: hidden;
}

.softCat-type li {
    float: left;
    width: 95px;
    height: 36px;
    margin: 15px 8px 0;
    line-height: 36px;
    border: 1px solid #dedede;
    border-radius: 18px;
    text-align: center;
    color: #333
}

.softCat-type li a {
    display: block;
    border-radius: 18px
}

.bgC {
    color: #fff;
    background: #2271b1
}

.softCat-type li a:hover {
    color: #fff;
    background: #2271b1;
}

.softCat-list {
    margin-top: 20px;
    padding: 0 6px 15px;
    overflow: hidden;
}

.softCat-list li {
    float: left;
    width: 84px;
    margin: 0 5px;
    text-align: center;
}

.softCat-list li a {
    display: block;
}

.softCat-list li .pic {
    width: 75px;
    height: 75px;
    margin: 0 auto;
}

.softCat-list li .pic img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.softCat-list li .title {
    display: block;
    margin-top: 12px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 12px;
    overflow: hidden;
    white-space: nowrap;
}

.softCat-list li a:hover img {
    margin-top: 10px;
}


/* 专题合集 */

.topic-coll {
    width: 1200px;
    margin: 0 auto;
    padding: 40px 0 20px 0;
    position: relative;
    background: #fff;
    margin-bottom: 20px;
}

.topic-coll .hd {
    display: block;
    position: absolute;
    left: 0px;
    top: 0;
    width: 89px;
    height: 31px;
    line-height: 36px;
    color: #fff;
    text-align: center;
    background-position: -48px 0px;
}

.topicColl-list li {
    float: left;
    width: 135px;
    margin-left: 15px;
    font-size: 14px;
}

.topicColl-list li a {
    display: block;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333;
}

.topicColl-list li a:hover {
    color: #00AC46;
}

.topicColl-list li a i {
    display: inline-block;
    width: 20px;
    height: 18px;
    margin-right: 5px;
    margin-bottom: -2px;
    background-position: -176px -10px;
}


/*panel*/

.panel-left {
    float: left;
    width: 290px;
}

.panel-right {
    float: right;
    width: 890px;
}


/*侧边排行*/

.paneltab {
    position: relative;
    border-left: solid #ccc 0px;
    overflow: hidden;
}

.paneltab li {
    float: left;
    width: calc(100% - 0px);
    width: 100%\0;
    *width: 100%;
    height: 40px;
    line-height: 40px;
    border: 1px solid #ccc;
    border-left: none;
    text-align: center;
    font-size: 16px;
    color: #000;
    background: #fff;
    cursor: pointer;
}

.paneltab li.cur {
    margin-top: 0px;
    height: 39px;
    line-height: 38px;
    border-top: solid #0FC459 2px;
    border-bottom: 1px solid #fff;
}

.panel-tab {
    position: relative;
    border-left: solid #ccc 1px;
    overflow: hidden;
}

.panel-tab li {
    float: left;
    width: calc(50% - 1px);
    width: 49%\0;
    *width: 49%;
    height: 40px;
    line-height: 40px;
    border: 1px solid #ccc;
    border-left: none;
    text-align: center;
    font-size: 16px;
    color: #000;
    background: #fff;
    cursor: pointer;
}

.panel-tab li.cur {
    margin-top: 0px;
    height: 39px;
    line-height: 38px;
    border-top: solid #0FC459 2px;
    border-bottom: 1px solid #fff;
}


/*侧面栏目导航*/

.catSub-nav {
    margin-bottom: 20px;
    background: #fff;
    overflow: hidden;
}

.catSub-nav dt {
    height: 45px;
    line-height: 45px;
    text-align: center;
    background: #0FC459;
    color: #fff;
    font-size: 18px;
}

.catSub-nav dd {
    padding: 10px;
    overflow: hidden;
}

.catSub-nav dd a {
    display: block;
    border-radius: 20px;
    width: 110px;
    font-size: 14px;
    margin: 10px 0;
    border: 1px solid #ccc;
    text-align: center;
    float: left;
    height: 35px;
    line-height: 35px;
    color: #333;
    margin-left: 15px;
}

.catSub-nav dd a:hover,
.catSub-nav dd a.cur {
    border: 1px solid #0FC459;
    background: #0FC459;
    color: #fff;
}


/*软件推荐*/

.panel-recom {
    width: 100%;
    height: 145px;
    background: #fff;
    position: relative;
    overflow: hidden;
}

.panel-recom .i-prev,
.panel-recom .i-next {
    position: absolute;
    top: 47px;
    z-index: 2;
}

.panel-recom .i-prev {
    left: 12px;
}

.panel-recom .i-next {
    right: 12px;
}

.panel-recom .i-recom {
    width: 65px;
    height: 77px;
    position: absolute;
    top: 0px;
    right: 0;
    z-index: 1;
}

.panel-recom .inner {
    width: 768px;
    margin: 30px auto 0;
    overflow: hidden;
}

.panelRecom-list {
    width: 100%;
    height: 102px;
    overflow: hidden;
    position: relative;
}

.panelRecom-list li {
    float: left;
    width: 86px;
    padding: 0 5px;
}

.panelRecom-list img {
    display: block;
    width: 75px;
    height: 75px;
    margin: 0 auto;
    border-radius: 10px;
}

.panelRecom-list .title {
    display: block;
    margin-top: 3px;
    height: 24px;
    line-height: 24px;
    font-size: 14px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


/*软件列表*/

.panelSoft-box {
    background: #fff;
    overflow: hidden;
}

.panelSoft-box .hd {
    padding: 20px;
    font-size: 20px;
    font-weight: bold;
    color: #333;
}

.panelSoft-list {
    padding: 0 20px 20px;
    overflow: hidden;
}

.panelSoft-list li {
    height: 100px;
    padding: 20px 120px;
    border-bottom: 1px solid #eee;
    overflow: hidden;
    position: relative;
}

.panelSoft-list .ico,
.panelSoft-list .btn {
    position: absolute;
    z-index: 1;
    display: block;
}

.panelSoft-list .ico {
    top: 20px;
    left: 0px;
    width: 100px;
    height: 100px;
    border-radius: 20%;
    overflow: hidden;
}

.panelSoft-list .ico img {
    width: 100%;
    height: 100%;
    background: #f9f9f9;
}

.panelSoft-list .ico:hover {
    top: 23px;
}

.panelSoft-list .btn {
    top: 50px;
    right: 0px;
    width: 110px;
    height: 35px;
    line-height: 35px;
    background: #07C45C;
    border-radius: 35px;
    color: #fff;
    text-align: center;
}

.panelSoft-list .btn:hover {
    background: #FF9A10;
}

.panelSoft-list h3 {
    margin-top: 0px;
    height: 18px;
    line-height: 1;
    font-size: 18px;
    font-weight: normal;
    color: #222;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.panelSoft-list h3 a {
    color: #222;
}

.panelSoft-list h3 a:hover {
    color: #07C45C;
}

.panelSoft-list .desc {
    margin-top: 12px;
    height: 44px;
    line-height: 22px;
    color: #989898;
    overflow: hidden;
    text-overflow: ellipsis;
}

.panelSoft-list .att {
    margin-top: 10px;
    line-height: 16px;
    color: #999;
}

.panelSoft-list .att span {
    float: left;
    display: block;
    margin-right: 15px;
}

.panelSoft-list .i-star {
    display: inline-block;
    margin-right: 5px;
    vertical-align: top;
}


/*软件基本信息*/

.softInfo-base {
    background: #fff;
    padding-bottom: 10px;
}

.softInfo-base .head {
    height: 50px;
    padding: 10px 20px;
    border-bottom: 1px solid #f3f3f3;
    position: relative;
}

.softInfo-base .head .ico {
    float: left;
    margin-right: 20px;
    width: 50px;
    height: 50px;
    border-radius: 10px;
    overflow: hidden;
}

.softInfo-base .head .share {
    position: absolute;
    top: 18px;
    right: 10px;
    z-index: 2;
}

.softInfo-base .head .title {
    float: left;
    line-height: 50px;
    font-size: 24px;
    color: #333;
}

.softInfo-base .base-inner {
    overflow: hidden;
}

.softInfo-base .downLoadSel {
    float: left;
    width: 300px;
    height: 292px;
    margin-top: 10px;
    margin-left: 10px;
    position: relative;
    overflow: hidden;
}

.softInfo-base .att-inner {
    float: left;
    width: 540px;
    margin-top: 20px;
    margin-left: 20px;
}

.softInfo-base .att-list {}

.softInfo-base .att-list li {
    clear: both;
    height: 45px;
    line-height: 45px;
    color: #333;
}

.softInfo-base .att-list li span {
    float: left;
    display: block;
    width: 33.33%;
}

.softInfo-base .att-list li em {
    color: #666;
}

.softInfo-base .att-list li em .i-star {
    display: inline-block;
    position: relative;
    top: 2px;
}

.softInfo-base .relSoft-box {
    float: left;
    width: 260px;
    height: 280px;
    margin-top: 18px;
    margin-left: 15px;
    padding-left: 35px;
    border-left: 1px solid #eee;
}

.softInfo-base .relSoft-box .hd {
    margin-top: 6px;
    line-height: 1;
    font-size: 18px;
    font-weight: bold;
    color: #333;
}

.softInfo-base .relSoft-list {
    margin-top: 10px;
}

.softInfo-base .relSoft-list li {
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.softInfo-base .relSoft-list img {
    display: inline-block;
    width: 24px;
    height: 24px;
    border-radius: 4px;
    margin-right: 6px;
    overflow: hidden;
}

.softInfo-base .relSoft-list .title {
    font-size: 14px;
}


/*安卓内容页相关APP*/

.relApp-list {
    padding: 0px 20px 10px;
    background: #F4F4F5;
    overflow: hidden;
}

.relApp-list li {
    float: left;
    width: 80px;
    height: 108px;
    margin-right: 28px;
}

.relApp-list li.last {
    margin-right: 0;
}

.relApp-list img {
    display: block;
    width: 100%;
    height: 80px;
    border-radius: 15px;
    position: relative;
    top: 0px;
}

.relApp-list .title {
    margin-top: 8px;
    display: block;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.relApp-list li:hover img {
    top: 3px;
}

.relApp-list li:hover .title {
    color: #2271b1;
}


/*softdown301*/

.softdownInfo {
    overflow: hidden;
}

.softdownInfo .col-left {
    float: left;
    width: 300px;
}

.softdownInfo .col-right {
    float: right;
    width: 880px;
}

.softdownInfo-box {
    padding: 5px 20px 20px 20px;
    background: #fff;
    overflow: hidden;
}

.softdownInfo .hd {
    height: 38px;
    line-height: 38px;
    border-bottom: 1px solid #eee;
    font-size: 18px;
    font-weight: bold;
    color: #333;
}

.softdownInfo .hd span {
    display: inline-block;
    height: 38px;
    padding: 0 5px;
    border-bottom: 2px solid #2271b1;
    overflow: hidden;
}

.softdownInfo .baseinfo {
    background: #fff;
    padding-bottom: 10px;
}

.softdownInfo .baseinfo .head {
    height: 50px;
    padding: 10px 20px;
    border-bottom: 1px solid #f3f3f3
}

.softdownInfo .baseinfo .head .ico {
    float: left;
    margin-right: 20px;
    width: 50px;
    height: 50px;
    border-radius: 10px;
    overflow: hidden;
}

.softdownInfo .baseinfo .head .title {
    float: left;
    line-height: 50px;
    font-size: 24px;
    color: #333;
}

.softdownInfo .baseinfo .base-inner {
    padding: 10px 20px;
    overflow: hidden;
}

.softdownInfo .baseinfo .att-list {
    width: 500px;
}

.softdownInfo .baseinfo .att-list li {
    clear: both;
    height: 30px;
    line-height: 30px;
    color: #333;
}

.softdownInfo .baseinfo .att-list li span {
    float: left;
    display: block;
    width: 50%;
}

.softdownInfo .baseinfo .att-list li em {
    color: #666;
}

.softdownInfo .baseinfo .att-list li em .i-star {
    display: inline-block;
    position: relative;
    top: 2px;
}


/*顶踩*/

.basePraise-box {
    height: 26px;
}

.basePraise-box li {
    width: 182px;
    height: 36px;
    display: inline-block;
    margin-right: 20px;
    position: relative;
    cursor: pointer;
}

.basePraise-box i,
.basePraise-box .bar,
.basePraise-box .num {
    display: block;
    position: absolute;
    z-index: 1;
}

.basePraise-box .i-praise,
.basePraise-box .i-step {
    top: 0px;
    left: 0px;
}

.basePraise-box .bar {
    width: 100px;
    height: 8px;
    position: absolute;
    top: 13px;
    left: 34px;
}

.basePraise-box .bar em {
    display: block;
    height: 8px;
}

.basePraise-box .num {
    width: 40px;
    height: 14px;
    line-height: 1;
    top: 11px;
    right: 0px;
    font-size: 14px;
}

.basePraise-box .i-praise {}

.basePraise-box .i-step {
    top: 10px;
}

.basePraise-box .good .bar {
    border: solid #2bbf67 1px
}

.basePraise-box .good .bar em {
    background: #2bbf67
}

.basePraise-box .bed {
    margin-right: 0;
}

.basePraise-box .bed .bar {
    border: 1px solid #fc635e;
}

.basePraise-box .bed .bar em {
    background: #fc635e
}


/*顶踩mini*/

.basePraise-mini {
    height: 26px;
}

.basePraise-mini li {
    width: 126px;
    height: 32px;
    display: inline-block;
    margin-right: 5px;
    position: relative;
    cursor: pointer;
}

.basePraise-mini li.last {
    margin-right: 0;
}

.basePraise-mini i,
.basePraise-mini .bar,
.basePraise-mini .num {
    display: block;
    position: absolute;
    z-index: 1;
}

.basePraise-mini .i-praiseMini {
    top: 2px;
    left: 0px;
}

.basePraise-mini .i-stepMini {
    top: 9px;
    left: 0px;
}

.basePraise-mini .bar {
    width: 50px;
    height: 8px;
    position: absolute;
    top: 10px;
    left: 26px;
}

.basePraise-mini .bar em {
    display: block;
    height: 8px;
}

.basePraise-mini .num {
    width: 40px;
    height: 14px;
    line-height: 1;
    top: 8px;
    right: 0px;
    font-size: 12px;
}

.basePraise-mini .good .bar {
    border: solid #2bbf67 1px
}

.basePraise-mini .good .bar em {
    background: #2bbf67
}

.basePraise-mini .bed .bar {
    border: 1px solid #c5ced4;
}

.basePraise-mini .bed .bar em {
    background: #c5ced4;
}


/*downShow-type*/

.downShow-type {
    height: 80px;
    margin-top: 45px;
    padding-right: 30px
}

.downShow-type .speed-btn,
.downShow-type .local-btn {
    float: right;
    display: block;
    width: 240px;
    height: 77px;
    cursor: pointer;
}

.downShow-type .speed-btn {
    margin-left: 21px;
    background-position: 0px -477px;
}

.downShow-type .local-btn {
    background-position: 0px -400px;
}

.downShow-type .download {
    float: left;
    margin-top: 4px;
    margin-left: 80px;
    line-height: 30px;
    font-size: 18px;
    color: #fff;
}

.downShow-type .download p {
    font-size: 24px;
}

.downShow-type .download .txt {
    font-size: 12px;
}

#local-download .download p {
    height: 60px;
    line-height: 60px;
    font-size: 18px;
}

#local-download.downShow-type .download txt {
    display: none;
}

.softInfo-left {
    float: left;
    width: 880px;
    background: #fff;
    overflow: hidden;
}

.softInfo-right {
    float: right;
    width: 300px;
}


/*downShow-noRelease*/

.downShow-ban {
    margin-top: 45px;
    overflow: hidden;
}

.downShow-noRelease {
    width: 250px;
    height: 75px;
    border-radius: 5px;
    background-position: -272px -720px;
    position: relative;
    cursor: pointer;
}

.downShow-noRelease .hd,
.downShow-noRelease .txt {
    position: absolute;
    left: 66px;
    z-index: 1;
    color: #fff;
}

.downShow-noRelease .hd {
    top: 10px;
    font-size: 20px;
}

.downShow-noRelease .txt {
    top: 40px;
}

.downShow-booking {
    margin-right: 20px;
    width: 200px;
    height: 75px;
    background: #0ccf7b;
    border-radius: 5px;
    text-align: center;
    color: #fff;
    cursor: pointer;
}

.downShow-booking .hd,
.downShow-booking .txt {
    display: block;
    line-height: 1;
}

.downShow-booking .hd {
    margin-top: 13px;
    font-size: 20px;
    font-weight: 600;
}

.downShow-booking .txt {
    margin-top: 10px;
    font-size: 13px;
}


/*soft-detailLeft-nav*/

.softInfo-tab {
    height: 60px;
    width: 880px;
    overflow: hidden;
}

.softInfo-tab li {
    width: 146px;
    height: 60px;
    float: left;
    line-height: 60px;
    text-align: center;
    font-size: 18px;
    background: #3c4042;
    color: #fff;
    cursor: pointer;
}

.softInfo-tab li.last {
    width: 150px;
}

.softInfo-tab.tab5rows li,
.softInfo-tab.tab5rows li.last {
    width: 176px;
}

.softInfo-tab .cur {
    background: #2271b1;
}

.softInfo-tab li:hover {
    background: #38D07D;
    -background: rgba(16, 197, 91, .7);
}

.softInfo-tab li a {
    color: #fff;
    width: 100%;
    height: 100%
}

.softInfo-tab.fixed {
    width: 880px;
    position: fixed;
    top: 0;
    z-index: 99;
}

.softInfo-inner {
    padding: 20px 30px;
}

.softInfo-inner .tagsk {
    clear: both;
    height: auto;
    padding: 8px 0 8px 0px;
    line-height: 25px;
    background: #fff;
    font-size: 16px;
}

.softInfo-inner .tagsk .i-tagsk {
    float: left;
    margin-right: 10px;
}

.softInfo-inner .tagsk b {
    display: block;
    float: left;
    margin-right: 5px;
    font-weight: 600;
}

.softInfo-inner .tagsk a {
    color: #2271b1;
    margin-right: 12px;
    display: inline-block;
}

.softInfo-inner .tagsk a:hover {
    color: #f60
}

.softInfo-inner .xiajiaTip {
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 8px 10px;
    background: #FDFDDF;
    border: 1px solid #f60;
    border-radius: 1px;
}

.softInfo-inner .xiajiaTip .hd {
    line-height: 1;
    color: #FF893B;
    font-size: 16px;
    font-weight: bold;
}

.softInfo-inner .xiajiaTip .txt {
    margin-top: 8px;
    line-height: 1;
    color: #333;
    font-size: 14px;
}

.softInfo-inner .prompt {
    margin-bottom: 20px;
    padding: 10px 15px;
    background: #FDF8E4;
    line-height: 1.5;
    font-size: 16px;
    color: #444;
}

.softInfo-inner .prompt .hd {
    margin-bottom: 6px;
    display: block;
    color: #FB4422;
    font-size: 18px;
    font-weight: bold;
}


/*文章正文*/

.articleContent {
    line-height: 1.8;
    font-size: 16px;
    margin-bottom: 10px;
    color: #555;
    position: relative;
    overflow: hidden;
}

.articleContent.ishowToggle {
    padding-bottom: 10px;
}

.articleContent div,
.articleContent p {
    margin: 15px 0;
}

.articleContent h1,
.articleContent h2,
.articleContent h3,
.articleContent h4,
.articleContent h5,
.articleContent h6 {
    margin-bottom: 20px;
    height: 18px;
    line-height: 1;
    padding: 3px 3px 8px 10px;
    border-left: 4px solid #0cad12;
    border-bottom: 1px solid #e1e1e1;
    font-size: 18px;
    color: #444;
}

.articleContent h1 {
    font-size: 24px;
}

.articleContent h2 {
    font-size: 22px;
}

.articleContent h3 {
    font-size: 20px;
}

.articleContent h4 {
    font-size: 18px;
}

.articleContent h5 {
    font-size: 16px;
}

.articleContent h6 {
    font-size: 14px;
}

.articleContent img {
    max-width: 100%;
}

.articleContent p img {
    text-align: center;
}

.articleContent .keylink {
    color: #666;
    border-bottom: 1px dashed #333;
}

.articleContent table {
    margin: 15px auto;
    border-top: 1px solid #C1DAD7;
    border-left: 1px solid #C1DAD7;
}

.articleContent table tr:first-child {
    background: #06C;
    color: #222;
    font-weight: 700;
}

.articleContent table td {
    padding: 5px 10px;
    text-align: center;
    border-right: 1px solid #C1DAD7;
    border-bottom: 1px solid #C1DAD7
}

.articleContent table tr:nth-of-type(odd) {
    background: #F5FAFA
}

.articleContent tabletr:hover {
    background: #E0F0F0
}

.show-software {
    width: 480px;
    height: 110px;
    margin: 15px auto !important;
    padding: 15px 160px 15px 140px;
    position: relative;
    _border: 1px solid #eee;
    *border: 1px solid #eee;
    border: 1px solid #eee\0;
    box-shadow: 0 0 8px #ccc;
}

.show-software .app-ico,
.show-software .app-btn {
    display: block;
    position: absolute;
    z-index: 2;
}

.show-software .app-ico {
    width: 100px;
    height: 100px;
    border-radius: 20px;
    top: 20px;
    left: 20px;
}

.show-software .app-title {
    display: block;
    height: 28px;
    line-height: 28px;
    font-weight: 500;
    font-size: 16px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.show-software .app-title:hover {
    color: #07C45E;
}

.show-software .app-desc {
    display: block;
    margin: 5px 0 0 !important;
    height: 48px;
    line-height: 24px;
    font-size: 14px;
    color: #999;
    overflow: hidden;
    text-overflow: ellipsis;
}

.show-software .app-att {
    margin: 5px 0 0 !important;
    font-size: 14px;
    color: #999;
}

.show-software .app-att span {
    margin-right: 10px;
}

.show-software .app-att .i-star {
    display: inline-block;
    position: relative;
    top: 2px;
}

.show-software .app-btn {
    width: 120px;
    height: 34px;
    line-height: 34px;
    border-radius: 23px;
    background: #07C45E;
    text-align: center;
    font-size: 14px;
    color: #fff;
    top: 50px;
    right: 20px;
}

.show-software .app-btn:hover {
    background: #FF9A10;
}

.show-toggle {
    position: absolute;
    bottom: 0px;
    z-index: 2;
    width: 100%;
    padding-top: 10px;
    height: 40px;
    background: url(../images/show-toggle-bg.png) left -20px;
}

.show-toggle .spread,
.show-toggle .shrink {
    display: block;
    margin: 0 auto;
    width: 120px;
    height: 30px;
    line-height: 30px;
    background: #2271b1;
    color: #fff;
    border-radius: 3px;
    box-shadow: 0 0 1px 0px #eee;
    text-align: center;
    text-indent: 0;
    font-size: 14px;
    cursor: pointer;
}

.show-toggle .shrink {
    display: none;
}


/*其他版本*/

.softInfo-var {
    overflow: hidden;
}

.softVar-list li {
    float: left;
    width: 164px;
    height: 240px;
    margin-top: 10px;
    padding: 0 15px;
    border: 1px solid #eee;
    margin-right: 12px;
    position: relative;
    overflow: hidden;
}

.softVar-list li.last {
    margin-right: 0;
}

.softVar-list li a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 2;
}

.softVar-list li .ico {
    width: 67px;
    height: 67px;
    margin: 20px auto;
    overflow: hidden;
}

.softVar-list li .ico img {
    width: 100%;
    height: 100%;
    border-radius: 15%;
}

.softVar-list li span {
    display: block;
}

.softVar-list li .size {
    margin-top: 45px;
    color: #999;
    text-align: center;
}

.softVar-list li .title {
    margin: 100px 10px 0;
    color: #333;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.softVar-list li .btn {
    margin: 20px auto 0;
    width: 120px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #2271b1;
    border: 1px solid #2271b1;
    border-radius: 5px;
    cursor: pointer;
    font-size: 18px;
}

.softVar-list li:hover .btn {
    background: #2271b1;
    border: 1px solid #2271b1;
    color: #fff;
}

.appVar-list {
    overflow: hidden;
}

.appVar-list li {
    margin-top: 6px;
    height: 40px;
    line-height: 40px;
    padding-left: 330px;
    background: #F7F7F7;
    position: relative;
    overflow: hidden;
    font-size: 15px;
    color: #555;
}

.appVar-list li.last {
    margin-right: 0;
}

.appVar-list li a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 2;
}

.appVar-list li span {
    float: left;
    display: block;
    height: 100%;
}

.appVar-list li .title {
    width: 320px;
    padding-left: 10px;
    color: #555;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.appVar-list li .i-star {
    width: 120px;
    height: 15px;
    position: relative;
    top: 12px;
}

.appVar-list li .size {
    width: 80px;
}

.appVar-list li .lang {
    width: 80px;
}

.appVar-list li .date {
    width: 110px;
}

.appVar-list li .btn {
    float: right;
    width: 100px;
    background: #2271b1;
    text-align: center;
    color: #fff;
}

.appVar-list li a:hover span {
    color: #2271b1;
}

.appVar-list li:hover .btn {
    background: #f90;
}


/*软件截图*/

.showSlidePhotos-box {
    width: 760px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.showSlidePhotos-box .i-prevSmall,
.showSlidePhotos-box .i-nextSmall {
    position: absolute;
    top: 46%;
    z-index: 2;
    filter: alpha(opacity=70);
    opacity: .7;
}

.showSlidePhotos-box .i-prevSmall:hover,
.showSlidePhotos-box .i-nextSmall:hover {
    filter: alpha(opacity=100);
    opacity: 1;
}

.showSlidePhotos-box .i-prevSmall {
    left: -40px;
}

.showSlidePhotos-box .i-nextSmall {
    right: -40px;
}

.showSlidePhotos-box .inner {
    width: 100%;
    height: 480px;
}

.showSlidePhotos-list {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    position: relative;
    vertical-align: middle;
    overflow: hidden;
}

.showSlidePhotos-list li {
    position: relative;
    float: left;
}

.showSlidePhotos-list li a {
    display: block;
    width: 760px;
    height: 480px;
    line-height: 480px;
    text-align: center;
    vertical-align: middle;
}

.showSlidePhotos-list li img {
    width: auto;
    max-width: 100%;
    max-height: 100%;
}

.showSlidePhotos-empty {
    margin-top: 15px;
    padding: 10px;
    background: #f9f9f9;
    text-align: center;
    color: #999;
    font-size: 16px;
}


/*内容页相关专题信息*/

.showRel-topic {
    overflow: hidden;
}

.showTopic-box {
    overflow: hidden;
}

.showTopic-info {
    clear: both;
    height: 120px;
    padding-left: 220px;
    position: relative;
    overflow: hidden;
}

.showTopic-info img,
.showTopic-info .more {
    position: absolute;
    top: 0px;
    z-index: 1;
}

.showTopic-info img {
    display: block;
    width: 200px;
    height: 120px;
    left: 0px;
}

.showTopic-info .more {
    top: 6px;
    right: 10px;
    color: #888;
}

.showTopic-info .title {
    margin-top: 10px;
    line-height: 1;
    font-size: 20px;
    color: #000;
}

.showTopic-info .desc {
    margin-top: 12px;
    line-height: 1.8;
    color: #666;
}

.softTopicIinfo-list {
    overflow: hidden;
}

.softTopicIinfo-list li {
    float: left;
    width: 96px;
    height: 50px;
    margin-top: 20px;
    margin-right: 8px;
    padding-left: 60px;
    position: relative;
}

.softTopicIinfo-list a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 2;
}

.softTopicIinfo-list img {
    display: block;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
    border-radius: 5px;
    background: #f9f9f9;
    overflow: hidden;
}

.softTopicIinfo-list .title,
.softTopicIinfo-list .att {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.softTopicIinfo-list .title {
    display: block;
    margin-top: 8px;
    margin-left: 60px;
    line-height: 1;
    color: #333;
}

.softTopicIinfo-list .att {
    display: block;
    margin-top: 28px;
    line-height: 1;
    font-size: 12px;
    color: #888;
}

.softTopicIinfo-list .att em {
    padding: 0 5px;
    color: #eee;
}

.softTopicIinfo-list li:hover img {
    top: 3px;
}

.softTopicIinfo-list li:hover .title {
    color: #2271b1;
}

.softTopicIinfo-list li:hover .att {
    color: #555;
}


/*下载地址*/

.softDownLoad-box {
    min-height: 150px;
    position: relative;
}

.softDownLoad-box .inner {
    padding-top: 20px;
    overflow: hidden;
}

.softDownLoad-box .downloader-box {
    overflow: hidden;
}

.softDownLoad-box .downloader-box .title {
    font-size: 20px;
    color: #333;
}

.softDownLoad-box .xiajiaTip {
    margin-top: 15px;
    padding: 8px 12px;
    background: #f9f9f9;
    border: 1px solid #eee;
}

.softDownLoad-box .xiajiaTip .hd {
    color: #f00;
    font-size: 18px;
    font-weight: bold;
}

.softDownLoad-box .xiajiaTip .txt {
    margin-top: 6px;
    color: #222;
    font-size: 16px;
}

.softDownLoad-box .downloader {
    width: 450px;
}

.softDownLoad-box .downloader>div {
    overflow: hidden;
}

.softDownLoad-box .downloader .dt {
    clear: both;
    margin-top: 20px;
    padding-left: 4px;
    font-size: 16px;
    color: #888;
}

.downloader-list {
    margin-top: 10px;
    padding: 5px;
    overflow: hidden;
}

.downloader-list li {
    float: left;
    width: 200px;
    height: 40px;
    margin-right: 10px;
    margin-bottom: 15px;
    border: 1px solid #dedede;
    border-radius: 20px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.downloader-list li:hover {
    box-shadow: 0 0 10px #2271b1;
    border: 1px solid transparent;
    color: #2271b1
}

.downloader-list li a {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    display: block;
    width: 140px;
    height: 100%;
    padding-left: 60px;
    line-height: 40px;
    font-size: 16px;
    color: #AAA;
}

.downloader-list li i {
    position: absolute;
    z-index: 1;
}

.downloader-list li .i-downCloud {
    top: 6px;
    left: 12px;
}

.downloader-list li .i-downCloud2 {
    top: 6px;
    left: 15px;
}

.softDownLoad-box .downloader.wide {
    float: none;
    width: 100%;
}

.softDownLoad-box .downloader.wide .downloader-list li {
    width: 188px;
    margin-right: 12px;
}

.softDownLoad-box .downloader.wide .downloader-list li a {
    width: 128px;
}

.softDownLoad-box .downtip {
    margin-top: 10px;
    height: 24px;
    padding: 12px 15px;
    background: #fdf8e3;
    line-height: 24px;
    font-size: 16px;
    color: #fb8420;
    vertical-align: middle;
    overflow: hidden;
}

.softDownLoad-box .downtip i {
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-left: 5px;
    margin-right: 5px;
    vertical-align: top;
}

.softDownLoad-box .downtip .feedback {
    cursor: pointer;
}

.softDownLoad-box .downtip .i-error {
    background-position: -512px 1px;
}

.softDownLoad-box .downtip .i-lock {
    background-position: -557px 1px;
}

.softDownLoad-box .downtip .txt {
    color: #666;
}

.softDownLoad-box .downApp-tip {
    margin-top: 5px;
    height: 24px;
    padding-left: 0px;
    line-height: 24px;
    font-size: 16px;
}

.softDownLoad-box .downApp-tip .feedback {
    color: #36c;
    cursor: pointer;
}

.softDownLoad-box .ad-box {
    position: absolute;
    top: 130px;
    right: 0px;
    z-index: 1;
    width: auto;
    max-width: 360px;
    height: 360px;
    overflow: hidden;
}

.softDownLoad-box .speed-downlist .dt {
    color: #111;
    font-weight: 600;
}

.speed-downlist .downloader-list li {
    background: #f90;
    color: #fff;
    border: none;
}

.speed-downlist .downloader-list li a {
    color: #fff;
}

.speed-downlist .downloader-list li:hover {
    box-shadow: 0 0 10px #f90;
    box-shadow: none;
    background: #f80;
}


/*内容页相关文章*/

.showtRelnews-box {}

.showtRelnews-box .inner {}

.showtRelnews-box .left {
    float: left;
    width: 400px;
}

.showtRelnews-box .right {
    float: left;
    width: 400px;
    margin-left: 20px;
}


/*猜你喜欢*/

.showLike-box {}

.showLike-list {
    margin-top: 5px;
    overflow: hidden;
}

.showLike-list li {
    float: left;
    width: 76px;
    margin-top: 25px;
    margin-right: 17px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.showLike-list li.last {
    margin-right: 0;
}

.showLike-list img {
    display: block;
    width: 75px;
    height: 75px;
    margin: 0 auto;
    border-radius: 15px;
    overflow: hidden;
    background: #eee;
    position: relative;
    top: 0px;
}

.showLike-list .title {
    display: block;
    margin-top: 12px;
    line-height: 1;
    text-align: center;
    color: #333;
}

.showLike-list li:hover img {
    top: 5px;
}

.showLike-list li:hover .title {
    color: #2271b1;
}


/*评论*/

.showComment-box {}

.showComment-box .inner {}

#showComment2 {
    height: 100px;
    line-height: 100px;
    background: #eee;
    text-align: center;
    font-size: 16px;
    font-weight: normal;
    color: #333;
}


/*sideApp-list*/

.sideApp-list {
    padding: 0 15px;
    overflow: hidden;
}

.sideApp-list li {
    height: 50px;
    padding: 15px 0;
    padding-left: 60px;
    border-bottom: 1px dashed #eee;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sideApp-list li.last {
    border-bottom: none;
}

.sideApp-list a {
    display: block;
    width: 100%;
    height: 50px;
    position: absolute;
    top: 15px;
    left: 0px;
    z-index: 2;
}

.sideApp-list img {
    display: block;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 15px;
    left: 0px;
    border-radius: 5px;
    z-index: 1;
    overflow: hidden;
}

.sideApp-list .title {
    display: block;
    margin-top: 5px;
    padding-left: 60px;
    line-height: 1;
    color: #222;
}

.sideApp-list .att {
    display: block;
    margin-top: 28px;
    line-height: 1;
    font-size: 12px;
    color: #999;
}

.sideApp-list .att em {
    padding: 0 6px;
    color: #ddd;
}


/*侧边3列*/

.sideApp3rows-list {
    padding: 0 12px;
    overflow: hidden;
}

.sideApp3rows-list li {
    float: left;
    width: 33.33%;
    text-align: center;
}

.sideApp3rows-list img {
    display: block;
    width: 75px;
    height: 75px;
    margin: 0 auto;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
    top: 0px;
}

.sideApp3rows-list .title {
    display: block;
    margin: 15px 0;
    line-height: 1;
    color: #222;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sideApp3rows-list li:hover img {
    top: 3px;
}

.sideApp3rows-list li:hover .title {
    color: #2271b1;
}


/*TAG列表*/

.sideTag-list {
    padding: 0 20px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sideTag-list li {
    display: inline-block;
    padding: 0 5px
}

.sideTag-list li a {
    display: block;
    line-height: 34px;
}

.sideTag-list .c1,
.sideTag-list .c21 {
    color: #68d46d;
    font-size: 18px
}

.sideTag-list .c2,
.sideTag-list .c22 {
    color: #f58797;
    font-size: 19px
}

.sideTag-list .c23,
.sideTag-list .c3 {
    color: #66bcff;
    font-size: 15px
}

.sideTag-list .c24,
.sideTag-list .c4 {
    color: #9ed96a;
    font-size: 18px
}

.sideTag-list .c25,
.sideTag-list .c5 {
    color: #68d9c2;
    font-size: 14px
}

.sideTag-list .c26,
.sideTag-list .c6 {
    color: #77d46a;
    font-size: 16px
}

.sideTag-list .c27,
.sideTag-list .c7 {
    color: #7fdcfb;
    font-size: 13px
}

.sideTag-list .c28,
.sideTag-list .c8 {
    color: #d983ee;
    font-size: 18px
}

.sideTag-list .c29,
.sideTag-list .c9 {
    color: #6d86b3;
    font-size: 17px
}

.sideTag-list .c10,
.sideTag-list .c30 {
    color: #b3b0f6;
    font-size: 18px
}

.sideTag-list .c11,
.sideTag-list .c31 {
    color: #f792e5;
    font-size: 17px
}

.sideTag-list .c12,
.sideTag-list .c32 {
    color: #ebc53c;
    font-size: 15px
}

.sideTag-list .c13,
.sideTag-list .c33 {
    color: #b0d5f5;
    font-size: 14px
}

.sideTag-list .c14,
.sideTag-list .c34 {
    color: #ffa646;
    font-size: 16px
}

.sideTag-list .c15,
.sideTag-list .c35 {
    color: #888;
    font-size: 15px
}

.sideTag-list .c16,
.sideTag-list .c36 {
    color: #7fdcfb;
    font-size: 16px
}

.sideTag-list .c17,
.sideTag-list .c37 {
    color: #959fff;
    font-size: 15px
}

.sideTag-list .c18,
.sideTag-list .c38 {
    color: #a6da6d;
    font-size: 14px
}

.sideTag-list .c19,
.sideTag-list .c39 {
    color: #ff7f58;
    font-size: 13px
}

.sideTag-list .c20,
.sideTag-list .c40 {
    color: #91BEDA;
    font-size: 13px
}


/*安卓频道页幻灯*/

.androidSlide-box {
    height: 350px;
    padding: 40px 0;
    background-image: url(../images/banner-android.jpg);
    background-position: center center;
    background-size: 100% 100%;
}

.androidSlide-box .wrapper {
    height: 350px;
    position: relative;
}

.androidSlide-box .i-prev,
.androidSlide-box .i-next {
    display: block;
    position: absolute;
    top: 44%;
    z-index: 2;
    filter: alpha(opacity=80);
    opacity: .8;
    cursor: pointer;
}

.androidSlide-box .i-prev {
    left: -50px;
}

.androidSlide-box .i-next {
    right: -50px;
}

.androidSlide-box .i-prev:hover,
.androidSlide-box .i-next:hover {
    filter: alpha(opacity=100);
    opacity: 1;
}

.androidSlide-list {
    overflow: hidden;
}

.androidSlide-list li {
    float: left;
    width: 220px;
    height: 350px;
    margin-left: 10px;
    margin-right: 10px;
    position: relative;
}

.androidSlide-list li .box {
    width: 208px;
    height: 338px;
    padding: 5px;
    border: 1px solid #eee;
    overflow: hidden;
}

.androidSlide-list li a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 2;
}

.androidSlide-list li img {
    display: block;
    width: 100%;
    height: 100%;
}

.androidSlide-list li .info {
    position: absolute;
    bottom: -350px;
    left: 0px;
    z-index: 1;
    width: 194px;
    height: 320px;
    padding: 15px;
    background: rgba(0, 0, 0, 0.8);
    color: #eee;
}

.androidSlide-list li span,
.androidSlide-list li p {
    display: block;
}

.androidSlide-list li .title {
    margin-top: 25px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 24px;
    font-weight: normal;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.androidSlide-list li .i-star {
    width: 85px;
    height: 15px;
    margin: 48px auto 0;
}

.androidSlide-list li .desc {
    margin-top: 15px;
    height: 168px;
    line-height: 24px;
    color: #999;
    overflow: hidden;
    text-overflow: ellipsis;
}

.androidSlide-list li .btn {
    margin: 15px auto 0;
    width: 155px;
    height: 42px;
    line-height: 42px;
    border: 1px solid #fff;
    border-radius: 7px;
    text-align: center;
    font-size: 16px;
    color: #fff;
}

.androidSlide-list li:hover .box {
    border: 1px solid #333;
}

.androidSlide-list li:hover .info {
    bottom: 0px;
}


/*安卓专题*/

.appTopic-box {
    padding: 20px 10px;
    overflow: hidden;
}

.topic4rows-list {
    overflow: hidden;
}

.topic4rows-list li {
    float: left;
    width: 275px;
    height: 100px;
    margin: 0 10px;
    position: relative;
    overflow: hidden;
}

.topic4rows-list li a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 2;
}

.topic4rows-list li img {
    display: block;
    width: 100%;
    height: 100%;
}

.topic4rows-list li .mask {
    position: absolute;
    bottom: -100px;
    left: 0px;
    z-index: 1;
    width: 255px;
    height: 80px;
    padding: 10px;
    background: #111;
    background: rgba(0, 0, 0, 0.82);
    color: #eee;
}

.topic4rows-list li span,
.topic4rows-list li p {
    display: block;
}

.topic4rows-list li .title {
    width: 255px;
    margin: 15px auto 0;
    height: 16px;
    line-height: 16px;
    font-size: 16px;
    font-weight: normal;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.topic4rows-list li .desc {
    margin-top: 30px;
    height: 48px;
    line-height: 24px;
    color: #999;
    overflow: hidden;
    text-overflow: ellipsis;
}

.topic4rows-list li:hover .mask {
    bottom: 0px;
}


/*安卓频道页攻略资讯*/

.androidNews-box {}

.androidNews2rows-list {
    margin-top: -20px;
}

.androidNews2rows-list li {
    float: left;
    width: 305px;
    height: 115px;
    padding: 25px;
    padding-top: 50px;
    padding-left: 255px;
    background: #fff;
    margin-top: 20px;
    margin-right: 20px;
    position: relative;
    overflow: hidden;
}

.androidNews2rows-list li:hover {
    box-shadow: 5px 5px 5px #999;
}

.androidNews2rows-list li.last {
    margin-right: 0;
}

.androidNews2rows-list li a {
    display: block;
    width: 305px;
    height: 100%;
    padding-top: 25px;
    padding-left: 255px;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 2;
}

.androidNews2rows-list li img {
    display: block;
    width: 220px;
    height: 140px;
    position: absolute;
    top: 25px;
    left: 25px;
    z-index: 1;
}

.androidNews2rows-list .title {
    margin-top: 25px;
    line-height: 22px;
    font-size: 16px;
    font-weight: normal;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
}

.androidNews2rows-list .desc {
    margin-top: 25px;
    height: 48px;
    line-height: 24px;
    color: #999;
    overflow: hidden;
}


/*安卓频道页攻略资讯*/

.androidHome-like {
    width: 100%;
    height: 450px;
    margin-top: 70px;
    background-image: url(../images/banner-android-like.jpg);
    background-position: center center;
    background-size: 100% 100%;
}

.androidHome-like .wrapper {
    height: 100%;
    position: relative;
}

.androidHome-like .like-top {
    width: 100%;
    height: 82px;
    line-height: 82px;
    padding: 9px 0;
    background: #fff;
    position: absolute;
    top: -50px;
    left: 0px;
    z-index: 1;
    text-align: center;
}

.androidHome-like .like-top .ico,
.androidHome-like .like-top .txt {
    display: inline-block;
}

.androidHome-like .like-top .txt {
    margin-left: 6px;
    font-size: 24px;
    color: #333;
}

.androidHome-like .like-inner {
    padding-top: 90px;
}


/*安卓频道页猜你喜欢*/

.androidLike-list {}

.androidLike-list li {
    float: left;
    width: 184px;
    height: 255px;
    margin-right: 20px;
    padding: 20px;
    background: #fff;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
}

.androidLike-list li.last {
    margin-right: 0;
}

.androidLike-list li a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 2;
}

.androidLike-list .ico,
.androidLike-list span {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.androidLike-list .ico {
    margin-top: 10px;
    width: 100px;
    height: 100px;
    overflow: hidden;
}

.androidLike-list .ico img {
    display: block;
    width: 100px;
    height: 100px;
    border-radius: 15px;
}

.androidLike-list .ico:hover img {
    margin-top: 5px;
}

.androidLike-list .title {
    margin: 0 10px;
    display: block;
    margin-top: 150px;
    line-height: 16px;
    font-size: 16px;
    color: #222;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.androidLike-list .i-star {
    margin-top: 50px;
    width: 85px;
    height: 15px;
}

.androidLike-list .btn {
    margin-top: 20px;
    width: 155px;
    height: 42px;
    line-height: 42px;
    background: #7644F5;
    border: 1px solid #fff;
    border-radius: 7px;
    text-align: center;
    font-size: 16px;
    color: #fff;
}

.androidLike-list li:hover {
    background: #f1f1f1;
    box-shadow: 3px 3px 3px #333;
}

.androidLike-list li:hover .btn {
    background: #41BC6C;
}


/*安卓列表页子栏目导航*/

.tied-nav {
    padding: 5px 0 25px 0;
    position: relative;
    background: #fff;
}

.tied-nav .i-type {
    position: absolute;
    top: 0px;
    right: 0;
    z-index: 1;
}

.tied-nav .inner {
    padding-left: 25px;
    overflow: hidden;
}

.tied-nav .inner a {
    float: left;
    display: block;
    width: 106px;
    height: 36px;
    margin-top: 20px;
    margin-right: 20px;
    border: 1px solid #dedede;
    line-height: 36px;
    color: #333;
    border-radius: 5px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tied-nav .inner a:hover,
.tied-nav .inner a.cur {
    background: #2271b1;
    border: 1px solid #2271b1;
    color: #fff
}


/*安卓列表页*/

.androidApp-box {
    padding: 20px;
    background: #fff;
    overflow: hidden;
}

.androidApp-box .hd {
    font-size: 20px;
    color: #222;
}

.androidApp-list {
    overflow: hidden;
}

.androidApp-list li {
    float: left;
    width: 143px;
    height: 142px;
    margin-top: 15px;
    margin-right: 15px;
    padding: 15px;
    padding-top: 31px;
    padding-left: 110px;
    border: 1px solid #eee;
    position: relative;
    overflow: hidden;
}

.androidApp-list li.last {
    margin-right: 0;
}

.androidApp-list li a {
    display: block;
    width: 143px;
    height: 158px;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 2;
    padding: 15px;
    padding-left: 110px;
}

.androidApp-list li span,
.androidLike-list li p {
    display: block;
}

.androidApp-list li .ico,
.androidApp-list li .desc,
.androidApp-list li .btn {
    position: absolute;
    z-index: 1;
}

.androidApp-list li .ico {
    display: block;
    top: 10px;
    left: 10px;
    width: 90px;
    height: 90px;
    border-radius: 15px;
}

.androidApp-list li .title {
    margin-top: 6px;
    line-height: 1;
    font-size: 16px;
    font-weight: 500;
    color: #222;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.androidApp-list li .att {
    margin-top: 15px;
    line-height: 1;
    color: #888;
    font-size: 14px;
}

.androidApp-list li .i-star {
    margin-top: 10px;
}

.androidApp-list li .desc {
    top: 110px;
    left: 15px;
    width: 238px;
    height: 68px;
    line-height: 1.6;
    color: #888;
    overflow: hidden;
    text-overflow: ellipsis;
}

.androidApp-list li .btn {
    left: 0px;
    bottom: -78px;
    width: 268px;
    height: 78px;
    background: #111;
    background: rgba(0, 0, 0, .8);
}

.androidApp-list li .btn span {
    width: 120px;
    height: 38px;
    margin: 20px auto 0;
    border: 1px solid #fff;
    border-radius: 5px;
    line-height: 38px;
    text-align: center;
    font-size: 16px;
    color: #fff;
}

.androidApp-list li:hover .btn {
    bottom: 0px;
}

.androidApp-list li:hover .ico {
    top: 13px;
}


/*appIonfo-head*/

.appIonfo-head {
    padding: 15px;
}

.appIonfo-head .ico {
    margin-top: 5px;
    text-align: center;
}

.appIonfo-head .ico img {
    width: 120px;
    height: 120px;
    border-radius: 15px;
}

.appIonfo-head .title {
    margin-top: 20px;
    line-height: 1.4;
    text-align: center;
    color: #333;
    font-size: 18px;
    font-weight: bold;
    word-wrap: break-word;
}

.appIonfo-head .os-list {
    margin-top: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.appIonfo-head .os-list li {
    display: block;
    margin: 10px auto 0;
    width: 200px;
    height: 54px;
    padding-left: 42px;
    position: relative;
    line-height: 40px;
    cursor: pointer;
}

.appIonfo-head .os-list li.android {
    background-position: 0 -554px;
}

.appIonfo-head .os-list li.mac {
    background-position: 0 -608px;
}

.appIonfo-head .os-list li.pc {
    background-position: 0 -662px;
}

.appIonfo-head .os-list i {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 67px;
    height: 50px;
    z-index: 1;
}

.appIonfo-head .os-list .hd {
    color: #fff;
    float: left;
    font-size: 20px;
    line-height: 50px;
    margin-left: 8px
}

.appIonfo-head .os-list .android .hd {
    font-size: 19px;
}

.appIonfo-head .os-list li.disable {
    width: 242px;
    padding-left: 0;
    height: 54px;
    line-height: 54px;
    background: #CBCBCB;
    border-radius: 5px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    cursor: auto;
}

.appIonfo-head .os-list li.booking {
    width: 242px;
    height: 60px;
    padding-left: 0;
    background: #0ccf7b;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    text-align: center;
}

.appIonfo-head .os-list li.booking .bd {
    padding-top: 8px;
    display: block;
    height: 20px;
    line-height: 20px;
    font-size: 20px;
    text-align: center;
}

.appIonfo-head .os-list li.booking .txt {
    margin-top: 8px;
    display: block;
    line-height: 1;
    font-size: 12px;
    text-align: center;
    color: #fefefe;
}

.appIonfo-head .os-list .box {
    display: none;
    width: 168px;
    height: 168px;
    position: absolute;
    top: -10px;
    right: -166px;
    z-index: 8;
}

.appIonfo-head .os-list .qrcode {
    display: block;
    width: 120px;
    padding: 12px 12px 0;
    background: #fff;
    border: 2px solid #ddd;
    border-radius: 3px;
    position: absolute;
    top: 0px;
    right: -0px;
    text-align: center;
    z-index: 9;
    cursor: default;
}

.appIonfo-head .os-list .qrcode:before {
    content: '';
    position: absolute;
    z-index: 2;
    top: 26px;
    left: -12px;
    height: 0px;
    width: 0px;
    border-top: 9px solid transparent;
    border-right: 10px solid #ddd;
    border-bottom: 10px solid transparent;
}

.appIonfo-head .os-list .qrcode img {
    display: block;
    width: 120px;
    height: 120px;
}

.appIonfo-head .os-list .qrcode .qrcodeActive {
    display: block;
    width: 120px;
    height: 120px;
}

.appIonfo-head .os-list .qrcode .qrcodeActive img {
    display: block;
    width: 100%;
    height: 100%;
}

.appIonfo-head .os-list .qrcode .qrcodeActive canvas,
.appIonfo-head .os-list .qrcode .qrcodeActive table {
    display: block;
    width: 100%;
    height: 100%;
}

.appIonfo-head .os-list .qrcode .txt {
    display: block;
    height: 32px;
    line-height: 32px;
    font-size: 12px;
    text-align: center;
    color: #666;
}

.appIonfo-head .os-list li.android i:hover+.box {
    display: block;
}

.appIonfo-head .os-list li.mac:hover .box {
    display: block;
}

.appIonfo-head .att-list li {
    clear: both;
    height: 30px;
    line-height: 30px;
    color: #888;
    font-size: 13px;
}

.appIonfo-head .att-list li span {
    float: left;
    display: block;
    width: 50%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333;
    position: relative;
}

.appIonfo-head .att-list li em {
    color: #888;
}

.appIonfo-head .att-list li .i-star {
    display: inline-block;
    position: relative;
    top: 2px;
}

.appIonfo-head .att-list li i {
    color: #333;
}


/*安卓二级频道页**/

.androidMain-box {
    width: 885px;
    overflow: hidden;
}

.android-pillar {
    overflow: hidden;
}

.android-pillar .android-left {
    height: 364px;
}

.android-pillar .base-top {
    height: 748px;
}


/*文章频道页***************************/

.focusPic {
    zoom: 1;
    position: relative;
    width: 430px;
    height: 250px;
    background: #eee;
    overflow: hidden
}

.focusPic .content {
    overflow: hidden
}

.focusPic .changeDiv a {
    position: absolute;
    top: 0px;
    left: 0px;
    display: none;
}

.focusPic .title-bg,
.focusPic .title {
    position: absolute;
    left: 0px;
    bottom: 0;
    width: 320px;
    height: 36px;
    line-height: 36px;
    overflow: hidden
}

.focusPic .title-bg {
    background: #222;
    filter: alpha(opacity=80);
    opacity: 0.8;
}

.focusPic .title a {
    display: block;
    padding-left: 15px;
    color: #fff;
    font-size: 14px;
}

.focusPic .change {
    bottom: 20px;
    height: 20px;
    right: 3px;
    position: absolute;
    text-align: right;
    z-index: 9;
    -overflow: hidden;
}

.focusPic .change i {
    background: #fff;
    color: #FFF;
    cursor: pointer;
    font-size: 0px;
    line-height: 0px;
    margin-right: 7px;
    width: 13px;
    height: 13px;
    display: inline-block;
    zoom: 1;
}

.focusPic .change i.cur {
    background: #12937C;
}

.channelHot-box {
    width: 400px;
    height: 250px;
    padding: 0 15px;
    overflow: hidden;
}

.channelHot-box h1 {
    margin-top: 15px;
    height: 32px;
    line-height: 32px;
    text-align: center;
}

.channelHot-box h1 a {
    font-size: 20px;
    color: #333;
    font-weight: 700;
}

.channelHot-box h2 {
    margin: 5px 0;
    height: 25px;
    line-height: 25px;
    text-align: center;
}

.channelHot-box h2 a {
    font-size: 14px;
    font-weight: normal;
    margin-right: 10px;
}

.channelHot-box h2 a:hover {
    text-decoration: underline;
}

.channelHot-box .text-list {
    margin-top: 12px;
    padding-top: 12px;
    padding-left: 3px;
    padding-right: 8px;
    border-top: 1px dotted #ccc;
}

.channelHot-box .text-list li {
    height: 27px;
    line-height: 27px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.channelHot-box .text-list li.line {
    clear: both;
    margin: 10px 0;
    height: 0px;
    border-bottom: 1px dotted #ddd;
}

.column-box {
    float: left;
    width: 430px;
    margin-right: 20px;
    background: #fff;
}

.column-box .hd {
    margin: 0 0px;
    padding: 2px 15px 0;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #eee;
}

.column-box .hd .fl {
    display: inline-block;
    margin-top: 12px;
    padding: 0 10px;
    height: 18px;
    line-height: 16px;
    font-size: 18px;
    font-weight: 600;
    border-left: 3px solid #3fb118;
    color: #333;
}

.column-box.hd .fr,
.column-box .hd .fr a {
    font-size: 12px;
    color: #777;
}

.column-box.last {
    margin-right: 0;
}

.column-box .inner {
    padding: 15px 15px 15px;
    overflow: hidden;
}

.column-box .focus {
    height: 92px;
    padding-left: 130px;
    position: relative;
}

.column-box .focus .pic {
    display: block;
    width: 120px;
    height: 90px;
    border: 1px solid #f5f5f5;
    overflow: hidden;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
}

.column-box .focus .pic img {
    width: 100%;
    height: 100%;
}

.column-box .focus .pic:hover img {
    transform: scale(1.06);
    -ms-transform: scale(1.06);
    -moz-transform: scale(1.06);
    -webkit-transform: scale(1.06);
    -o-transform: scale(1.06);
}

.column-box .focus h5 {
    line-height: 1;
    font-size: 16px;
    font-weight: normal;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.column-box .focus h5 a {
    font-weight: 500;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.column-box .focus .desc {
    margin-top: 10px;
    height: 60px;
    line-height: 20px;
    font-size: 12px;
    color: #999;
}

.column-box .text-list {
    overflow: hidden;
}

.column-box .text-list li {
    height: 28px;
    line-height: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.column-box .text-list li .fr {
    color: #999;
}

.columnWide-box {
    background: #fff;
    overflow: hidden;
}

.columnWide-box .hd {
    padding-right: 10px;
    height: 40px;
    line-height: 40px;
    border-bottom: 2px solid #eee;
}

.columnWide-box .hd .fl {
    padding: 0 15px;
    font-size: 18px;
    font-weight: 700;
    color: #333;
    border-bottom: 2px solid #2271b1;
}

.columnWide-box .hd .fr {
    font-size: 12px;
    color: #777;
}

.columnWide-box .inner {
    padding: 0 15px 15px;
    overflow: hidden;
}

.columnWide-box .pic-list {
    float: left;
    width: 430px;
}

.columnWide-box .pic-list li {
    float: left;
    width: 200px;
    height: 140px;
    margin-top: 20px;
    margin-right: 20px;
    position: relative;
    overflow: hidden;
}

.columnWide-box .pic-list li.last {
    margin-right: 0;
}

.columnWide-box .pic-list li img {
    display: block;
    width: 100%;
    height: 100%;
    background: #fcfcfc;
}

.columnWide-box .pic-list li h5 {
    display: block;
    width: 100%;
    height: 28px;
    line-height: 28px;
    position: absolute;
    left: 0px;
    bottom: 0px;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.6);
    text-align: center;
    font-size: 12px;
    font-weight: normal;
    color: #fff;
}

.columnWide-box .pic-list li a:hover img {
    transform: scale(1.08);
    -ms-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -webkit-transform: scale(1.08);
    -o-transform: scale(1.08);
}

.columnWide-box .text-list {
    float: right;
    width: 400px;
    max-height: 300px;
    margin-top: 20px;
    padding-left: 10px;
}

.columnWide-box .text-list li {
    height: 28px;
    line-height: 28px;
}

.columnWide-box .text-list li.first {
    height: 30px;
    line-height: 28px;
    padding-left: 10px;
}

.columnWide-box .text-list li.first a {
    color: #444;
    font-weight: 700;
    font-size: 18px;
}

.columnWide-box .text-list li.line {
    margin: 10px 0 9px;
    height: 0;
    border-bottom: 1px dotted #eee;
}


/*文章列表页*/

.newsList-box {
    background: #fff;
    padding: 10px 20px 20px;
    overflow: hidden;
}

.news-list {
    margin-top: -20px;
    overflow: hidden;
}

.news-list li {
    padding: 30px 0;
    border: 1px solid transparent;
    border-bottom: 1px solid #eee;
    position: relative;
}

.news-list li.ispic {
    min-height: 120px;
    padding-left: 220px;
}

.news-list li img {
    display: block;
    width: 200px;
    height: 120px;
    position: absolute;
    top: 30px;
    left: 0px;
    z-index: 1;
    background: #eee;
}

.news-list li .title {
    line-height: 30px;
    font-size: 18px;
    color: #394a58;
    font-weight: bold;
}

.news-list li .title a {
    color: #333;
}

.news-list li .title a:hover {
    color: #2271b1;
}

.news-list li .desc {
    margin-top: 10px;
    line-height: 1.6;
    font-size: 14px;
    color: #999;
}

.news-list li .att {
    margin-top: 10px;
    line-height: 1;
    font-size: 12px;
    color: #888;
}


/*右侧文章列表*/

.sideNewsPic-list {
    padding: 0 15px;
    overflow: hidden;
}

.sideNewsPic-list li {
    margin-bottom: 15px;
    position: relative;
}

.sideNewsPic-list li img {
    display: block;
    width: 100%;
    height: 180px;
}

.sideNewsPic-list li .title {
    display: block;
    width: 100%;
    height: 36px;
    line-height: 36px;
    position: absolute;
    left: 0px;
    bottom: 0px;
    z-index: 1;
    background: #fff;
    background: rgba(0, 0, 0, 0.8);
    text-align: center;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sideNewsText-list {
    padding: 0 15px;
    overflow: hidden;
}

.sideNewsText-list li {
    height: 40px;
    line-height: 40px;
    border-bottom: 1px dotted #eee;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sideNewsText-list li.last {
    border-bottom: none;
}

.sideNewsText-list .dot {
    display: inline-block;
    width: 4px;
    height: 4px;
    background: #999;
    border-radius: 1px;
    margin-right: 6px;
    vertical-align: middle;
}

.sideNewsGra-list {
    padding: 0 15px;
    overflow: hidden;
}

.sideNewsGra-list li {
    height: 60px;
    margin-bottom: 15px;
    position: relative;
    overflow: hidden;
}

.sideNewsGra-list img {
    display: block;
    width: 80px;
    height: 60px;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
    background: #f9f9f9;
    border-radius: 2px;
    overflow: hidden;
}

.sideNewsGra-list li a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 2;
}

.sideNewsGra-list .title,
.sideNewsGra-list .date {
    display: block;
    margin-left: 90px;
}

.sideNewsGra-list .title {
    height: 38px;
    line-height: 19px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sideNewsGra-list .date {
    margin-top: 44px;
    line-height: 1;
    font-size: 12px;
    color: #888;
}

.sideNewsGra-list li:hover img {
    top: 2px;
}

.sideNewsGra-list li:hover .title {
    color: #2271b1;
}


/*文章内容页*/

.article-inner {
    padding: 30px 30px 20px;
    background: #fff;
}

.article-inner h1.title {
    font-weight: 400;
    font-size: 28px;
    text-align: center;
    color: #333;
}

.article-inner div.att {
    padding: 8px 0 15px 0;
    border-bottom: 1px solid #EEE;
    text-align: center;
}

.article-inner div.att span {
    padding: 0 12px;
    color: #777;
}

.article-inner div.att i {
    color: #cf0001;
}

.article-inner div.att i a {
    color: #039bd9;
    padding-right: 3px;
}

.article-inner div.att i a:hover {
    color: #cf0001;
}

.article-inner .quotation {
    position: relative;
    margin-top: 30px;
    margin-bottom: 20px;
}

.article-inner .quotation-left,
.article-inner .quotation-right {
    position: absolute;
}

.article-inner .quotation-left {
    top: 0;
    left: 20px;
}

.article-inner .quotation-right {
    right: 20px;
    bottom: 0;
    margin-top: 40px;
}

.article-inner .quotation p {
    margin: 0 45px;
    padding: 0px 10px;
    padding-top: 6px;
    line-height: 26px;
    font-size: 14px;
    color: #666;
    text-indent: 2em;
    font-style: oblique;
}

.article-inner .articleContent h1,
.article-inner .articleContent h2,
.article-inner .articleContent h3,
.article-inner .articleContent h4,
.article-inner .articleContent h5,
.article-inner .articleContent h6 {
    padding: 0px 0px 4px 10px;
    border-left: 4px solid #0cad12;
    border-bottom: none;
    line-height: 1;
    color: #444;
}


/*内容页标题导航*/

.showTitle-nav {
    border-top: 1px dotted #ddd;
}

.showTitle-nav .hd {
    margin-top: 20px;
    height: 20px;
    padding-left: 8px;
    line-height: 18px;
    font-size: 18px;
    font-weight: 700;
    color: #000;
    border-left: 3px solid #3fb118;
}

.showTitle-nav ul {
    clear: both;
    margin-top: 15px;
    overflow: hidden;
}

.showTitle-nav ul li {
    width: 50%;
    float: left;
    height: 30px;
    line-height: 30px;
    color: #555;
}

.showTitle-nav ul li a {
    color: #666;
}

.showTitle-nav ul li.cur,
.showTitle-nav ul li.cur a {
    color: #3fb118;
    font-weight: bold;
}

.showTitle-nav ul li a:hover {
    color: #E4392A;
}


/*内容页TAG*/

.show-tags {
    display: block;
    margin-top: 20px;
    font-weight: normal;
    text-align: left;
}

.show-tags .hd {
    float: left;
    display: inline-block;
    width: 12px;
    height: 28px;
    line-height: 14px;
    padding: 2px 3px;
    background: #424242;
    margin-right: 10px;
    color: #fff;
    font-size: 12px;
}

.show-tags a {
    display: inline-block;
    *display: inline;
    zoom: 1;
    margin-right: 10px;
    height: 32px;
    line-height: 31px;
    padding: 0 10px;
    background: #eee;
    color: #888;
    font-size: 14px;
    border-radius: 2px;
    font-weight: normal;
}

.show-tags a:hover {
    color: #3fb118;
    text-decoration: underline;
}


/*.mac频道页幻灯片*/

.macSide-box {
    width: 100%;
    background: #123;
    height: 425px;
    margin-top: 2px;
    padding-top: 25px
}

.macSide-box .wrapper {
    height: 400px;
    background: #000;
}

.macSide-box .big-box {
    float: left;
    width: 950px;
    height: 400px;
    position: relative;
    overflow: hidden;
}

.macSide-box .big-box ul {
    overflow: hidden;
}

.macSide-box .big-box li {
    position: absolute;
    left: 0;
    top: 0;
    width: 950px;
    height: 400px;
    z-index: 1;
}

.macSide-box .big-box li.on {
    z-index: 2
}

.macSide-box .big-box li img {
    width: 100%;
    height: 100%;
}

.macSide-box .small-box {
    float: right;
    width: 210px;
    padding: 15px 15px 0 25px;
    background: #000;
}

.macSide-box .small-box li {
    width: 210px;
    height: 82px;
    margin-bottom: 14px;
    cursor: pointer;
}

.macSide-box .small-box li img {
    width: 100%;
    height: 100%;
}

.macSide-box .small-box li:hover,
.macSide-box .small-box li.on {
    width: 204px;
    height: 76px;
    border: 3px solid #2271b1;
    position: relative;
}

.macSide-box .small-box li.on:before {
    content: '';
    position: absolute;
    z-index: 3;
    top: 28px;
    left: -13px;
    height: 0px;
    width: 0px;
    border-top: 9px solid transparent;
    border-right: 10px solid #2271b1;
    border-bottom: 10px solid transparent;
}


/*mac-box首页*/

.mac-box {
    overflow: hidden;
}

.mac-box .hd-big {
    margin: 15px 15px 0;
    border-left: none;
}

.mac-box .hd-big .fl {
    margin-left: 5px;
}

.mac-box.eve {
    background: #123;
    overflow: hidden;
}

.mac-box.eve .main {
    overflow: hidden;
}

.macBox-left {
    width: 269px;
    padding: 0 8px;
    background: url(../images/mac-left-bg.png) no-repeat;
    overflow: hidden;
}

.macBox-left .hd {
    margin-top: 60px;
    line-height: 1;
    font-size: 48px;
    font-weight: normal;
    color: #fff;
    text-align: center;
}

.macBox-left .inner {
    margin-top: 43px;
    padding: 15px 10px 20px 10px;
    background: #fff;
    box-shadow: 0 0 5px 0 rgba(4, 0, 0, 0.18);
    border-radius: 5px;
}

.macBox-left .inner .more {
    margin: 10px auto 0;
    font-size: 16px;
    text-align: center;
}

.macBox-left .inner .more a {
    color: #2271b1
}

.macSideText-list {}

.macSideText-list li {
    height: 31px;
    line-height: 30px;
    color: #666;
    vertical-align: middle;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.macSideText-list li .dot {
    display: inline-block;
    width: 4px;
    height: 4px;
    background: #777;
    border-radius: 2px;
    margin-right: 7px;
    vertical-align: middle;
}

.macSideText-list li a {}

.macSideText-list li a:hover {
    color: #2271b1
}

.macBox-right {
    width: 900px;
    overflow: hidden;
}

.macBox-right .inner {
    padding-left: 20px;
    padding-bottom: 20px;
    overflow: hidden;
}

.mac4rows-list li {
    float: left;
    width: 178px;
    margin-top: 20px;
    margin-right: 20px;
    padding: 15px 10px;
    border: 1px solid #eee;
    position: relative;
}

.mac4rows-list li a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 2;
}

.mac4rows-list .ico {
    width: 110px;
    height: 110px;
    margin: 0px auto 0;
}

.mac4rows-list .ico img {
    width: 100%;
    height: 100%;
    border-radius: 20px;
}

.mac4rows-list .title,
.mac4rows-list .desc {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
}

.mac4rows-list .title {
    margin-top: 136px;
    padding: 0 15px;
    height: 44px;
    line-height: 22px;
    color: #333;
    font-weight: 600;
    font-size: 14px;
    text-align: center;
}

.mac4rows-list .desc {
    margin-top: 58px;
    height: 66px;
    line-height: 22px;
    color: #999;
}

.mac4rows-list a:hover img {
    margin-top: 6px;
}

.mac4rows-list li:hover {
    background: #fafafa;
    box-shadow: 2px 3px 15px #999;
}

.macHomeNews4rows-list {
    overflow: hidden;
}

.macHomeNews4rows-list li {
    float: left;
    width: 200px;
    margin-top: 20px;
    margin-right: 20px;
    position: relative;
    overflow: hidden;
}

.macHomeNews4rows-list li a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 2;
}

.macHomeNews4rows-list .img {
    width: 100%;
    height: 130px;
}

.macHomeNews4rows-list .img img {
    width: 100%;
    height: 100%;
    background: #fdfdfd;
}

.macHomeNews4rows-list li span {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.macHomeNews4rows-list .title {
    margin-top: 146px;
    height: 16px;
    line-height: 16px;
    color: #333;
    font-weight: normal;
    font-size: 14px;
}

.macHomeNews4rows-list .date {
    margin-top: 42px;
    height: 14px;
    line-height: 14px;
    color: #999;
    font-size: 14px;
}

.macHomeNews4rows-list li:hover img {
    margin-top: 5px;
}

.macHomeNews4rows-list li:hover .title {
    color: #2271b1;
}


/*MAC列表页*/

.mac-subcat {
    background: #fff;
    overflow: hidden;
}

.macColumn-nav {
    overflow: hidden;
}

.macColumn-nav li {
    float: left;
    width: 200px;
    height: 60px;
    line-height: 60px;
    text-align: center;
}

.macColumn-nav li a {
    display: block;
    background: #FAFAFB;
    border-right: 1px solid #EFEFF0;
    border-bottom: 1px solid #EFEFF0;
    font-size: 16px;
    color: #000;
}

.macColumn-nav li a:hover {
    background: #eee;
}

.macColumn-nav li.cur a {
    background: #fff;
    border-top: 2px solid #FDA446;
    border-bottom: 1px solid #fff;
    line-height: 58px;
}

.macChild-nav {
    padding-left: 35px;
    padding-bottom: 20px;
    overflow: hidden;
}

.macChild-nav a {
    float: left;
    display: block;
    width: 106px;
    height: 36px;
    margin-top: 20px;
    margin-right: 20px;
    border: 1px solid #dedede;
    line-height: 36px;
    color: #333;
    border-radius: 5px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.macChild-nav a:hover,
.macChild-nav a.cur {
    background: #2271b1;
    border: 1px solid #2271b1;
    color: #fff
}

.macApp-box {
    overflow: hidden;
}

.macApp-box .hd {
    line-height: 1;
    font-size: 20px;
    color: #333;
}

.macApp-list {
    overflow: hidden;
}

.macApp-list li {
    float: left;
    width: 228px;
    margin-top: 15px;
    margin-right: 15px;
    background: #fff;
    position: relative;
    overflow: hidden;
}

.macApp-list li.last {
    margin-right: 0;
}

.macApp-list li a {
    display: block;
    width: 208px;
    height: 314px;
    padding: 0 10px;
    position: absolute;
    top: -140px;
    left: 0px;
    z-index: 2;
}

.macApp-list .ico {
    margin: 25px auto 0;
    width: 90px;
    height: 90px;
}

.macApp-list .ico img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 15px;
    position: relative;
    top: 0px
}

.macApp-list .info {
    margin-top: 25px;
    padding: 5px 10px 30px;
    background: #7C66E5;
    color: #DCD7FA;
    position: relative;
}

.macApp-list .info:before {
    content: '';
    position: absolute;
    z-index: 2;
    top: -11px;
    right: 15px;
    height: 0px;
    width: 0px;
    border-left: 14px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 12px solid #7C66E5;
}

.macApp-list .title {
    margin-top: 160px;
    display: block;
    height: 44px;
    line-height: 22px;
    font-size: 14px;
    font-weight: 600;
    color: #DCD7FA;
    overflow: hidden;
    text-overflow: ellipsis;
}

.macApp-list .att {
    margin-top: 70px;
    padding-left: 10px;
    line-height: 1;
}

.macApp-list .btn {
    width: 170px;
    height: 36px;
    margin: 17px auto 0;
    border: 1px solid #DCD7FA;
    border-radius: 20px;
    line-height: 36px;
    text-align: center;
    font-size: 16px;
    color: #DCD7FA;
}

.macApp-list li:hover .btn {
    border: 1px solid #FF9A10;
    background: #FF9A10;
    color: #fff;
}

.macApp-list li:hover .ico img {
    top: 6px;
}

.macFollBox-left {
    width: 285px;
    height: 220px;
    margin-left: 10px;
    padding-top: 220px;
    background: #FCFCFC;
    position: relative;
}

.macFollBox-left .upper-inner {
    position: absolute;
    top: -6px;
    left: -10px;
    z-index: 1;
    width: 100%;
    height: 170px;
    padding-bottom: 40px;
    background: url(../images/mac-left-bg.png) no-repeat;
    text-align: center;
    color: #fff;
    overflow: hidden;
}

.macFollBox-left .upper-inner h5 {
    margin-top: 45px;
    line-height: 1;
    font-size: 40px;
}

.macFollBox-left .upper-inner h6 {
    margin-top: 20px;
    line-height: 1;
    font-size: 34px;
    font-weight: normal;
}

.macFollBox-left .upper-inner p {
    margin-top: 22px;
    line-height: 1;
    font-size: 15px;
}

.macFollBox-left .down-inner {
    padding: 10px 15px 15px;
}

.macFollBox-left .down-inner li {
    height: 34px;
    line-height: 34px;
}

.macFollBox-right {
    width: 811px;
    height: 393px;
    padding: 47px 47px 0;
    background: #fff;
    position: relative;
}

.macFollBox-right .i-prevSem,
.macFollBox-right .i-nextSem {
    position: absolute;
    top: 190px;
    z-index: 1;
    filter: alpha(opacity=70);
    opacity: .7;
    cursor: pointer;
}

.macFollBox-right .i-prevSem {
    left: 13px;
}

.macFollBox-right .i-nextSem {
    right: 13px;
}

.macFollBox-right .i-prevSem:hover,
.macFollBox-right .i-nextSem:hover {
    filter: alpha(opacity=100);
    opacity: 1;
}

.macFoll-list {
    overflow: hidden;
}

.macFoll-list li {
    float: left;
    width: 218px;
    margin: 0 10px;
    padding: 0 15px 25px;
    border: 1px solid #F0F0F1;
    position: relative;
    overflow: hidden;
}

.macFoll-list li a {
    display: block;
    width: 188px;
    height: 100%;
    padding: 0 15px;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 2;
}

.macFoll-list img {
    display: block;
    margin: 25px auto 0;
    width: 90px;
    height: 90px;
    border-radius: 15px;
    position: relative;
    top: 0px;
}

.macFoll-list .title {
    display: block;
    margin-top: 140px;
    width: 100%;
    height: 24px;
    line-height: 22px;
    font-size: 14px;
    font-weight: 600;
    color: #222;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
}

.macFoll-list .desc {
    margin-top: 65px;
    height: 66px;
    line-height: 22px;
    color: #888;
    overflow: hidden;
    text-overflow: ellipsis;
}

.macFoll-list .btn {
    margin: 20px auto 0;
    width: 170px;
    height: 36px;
    border: 1px solid #07C45E;
    border-radius: 20px;
    line-height: 36px;
    text-align: center;
    font-size: 16px;
    color: #07C45E;
}

.macFoll-list li:hover .title {
    color: #07C45E;
}

.macFoll-list li:hover .btn {
    border: 1px solid #07C45E;
    background: #07C45E;
    color: #fff;
}

.macFoll-list li:hover img {
    top: 5px;
}


/*MAC内容页*/

.macShow-head {
    width: 100%;
    background: #102131;
    overflow: hidden;
}

.macShow-head .wrapper {
    padding: 30px 0 40px 0;
    overflow: hidden;
}

.macShow-head h1 {
    color: #fff;
    text-align: center;
    font-size: 28px
}

.macShow-head .info {
    padding-top: 40px;
    overflow: hidden;
}

.macShow-head .ico {
    float: left;
    width: 118px;
    height: 118px;
}

.macShow-head .ico img {
    display: block;
    width: 118px;
    height: 118px;
    border-radius: 25px;
}

.macShow-head .att-box {
    float: left;
    margin-left: 20px;
    width: 400px;
    height: 172px;
    background: #7e69ea;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}

.macShow-head .att-box:before {
    content: '';
    position: absolute;
    z-index: 2;
    top: 42%;
    left: -11px;
    height: 0px;
    width: 0px;
    border-top: 11px solid transparent;
    border-right: 12px solid #7e69ea;
    border-bottom: 12px solid transparent;
}

.macShow-head .att-list {
    padding: 20px;
    overflow: hidden;
}

.macShow-head .att-list li {
    float: left;
    width: 49%;
    height: 34px;
    line-height: 34px;
    color: #fff;
}

.macShow-head .att-list li:last-child {
    clear: both;
    white-space: nowrap;
    height: 30px;
    line-height: 30px;
    color: #fff;
}

.macShow-head .wizLoader {
    float: left;
    margin-left: 20px;
    width: 300px;
    height: 147px;
    padding-top: 25px;
    background: #7e69ea;
    border-radius: 10px;
    overflow: hidden;
}

.macShow-head .wizLoader p {
    margin-bottom: 30px;
    text-align: center;
    font-size: 18px;
    color: #fff;
}

.macShow-head .wizLoader p i {
    font-size: 30px
}

.macShow-head .wizLoader p span {
    display: inline-block;
    width: 115px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    border: 1px solid #fff;
    cursor: pointer;
}

.macShow-head .wizLoader p span:hover {
    background: #A597ED;
}

.macShow-head .wizLoader p span.btn {
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px
}

.macShow-head .wizLoader p span.btn-vip {
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    border-left: none;
}

.macShow-head .downloader {
    float: left;
    width: 300px;
    height: 140px;
    background: #7e69ea;
    margin-left: 20px;
    padding-top: 32px;
    border-radius: 10px;
    color: #fff;
    overflow: hidden;
}

.macShow-head .downloader .btn {
    display: block;
    width: 190px;
    height: 48px;
    margin: 20px auto 0;
    padding-left: 50px;
    line-height: 48px;
    font-size: 20px;
    background: #239eec;
    border-radius: 10px;
    border-bottom: 2px solid #07f;
    cursor: pointer;
    position: relative;
}

.macShow-head .downloader .btn .i-macDownBtn {
    position: absolute;
    top: 5px;
    right: 0px;
    z-index: 1;
    display: block;
    width: 68px;
    height: 40px;
    border-left: solid #007acc 1px;
    background-position: -462px -315px;
}

.macShow-head .downloader .btn:hover {
    background: #07f;
    border-bottom: 2px solid #239eec;
}

.macShow-head .downloader .noReleaseBtn {
    display: block;
    width: 190px;
    height: 48px;
    margin: 20px auto 0;
    padding-left: 50px;
    line-height: 48px;
    font-size: 20px;
    background: #C3C3C3;
    border-radius: 10px;
    border-bottom: 2px solid #999;
    cursor: pointer;
    position: relative;
}

.macShow-head .downloader .btn a {
    display: block;
    width: 100%;
    height: 100%;
    z-index: 2;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
}

.macShow-head .downloader .twinkle {
    animation: macShowDwonBtn-twinkle 1.5s alternate infinite;
}

@keyframes macShowDwonBtn-twinkle {
    from {
        background: #239eec;
        border-bottom: 2px solid #07f;
    }
    to {
        background: #f90;
        border-bottom: 2px solid #f60;
    }
}

.macShow-head .downloader .tip {
    height: 70px;
    line-height: 70px;
    text-align: center;
    color: #fff
}

.macShow-head .downloader .link {
    color: #fff;
    cursor: pointer;
}

.macShow-head .downloader .downShow-noRelease {
    margin-top: 20px;
    margin-left: 26px;
}

.macShow-head .basePraise-box {
    text-align: center;
}

.macShowTab-box {
    width: 100%;
    background: #fff;
    overflow: hidden;
}

.macShowTab-box.fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 3;
    border-bottom: solid #ccc 1px;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
}

.macShowTab-box .macInfo-tab {
    width: 100%;
    margin: 0 auto;
    padding: 15px 0;
    text-align: center;
}

.macShowTab-box .macInfo-tab li {
    display: inline-block;
    width: 150px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    color: #222;
    cursor: pointer;
}

.macShowTab-box .macInfo-tab li.cur {
    background: #0fc459;
    border-radius: 10px;
    color: #fff;
}

.macShowTab-box .macInfo-tab li a {
    color: #fff
}

.macShowArticle-box {
    padding: 30px;
    background: #fff;
}

.macShow-box {
    background: #fff;
    overflow: hidden;
}

.macShow-box .hd {
    margin-top: 40px;
    height: 30px;
    line-height: 1;
    font-size: 30px;
    text-align: center;
    font-weight: normal;
    color: #0fc459;
}

.macShow-box .inner {
    padding: 30px;
}

.macShowApp-list {
    overflow: hidden;
}

.macShowApp-list li {
    float: left;
    width: 184px;
    margin-top: 15px;
    margin-right: 15px;
    padding: 0 15px 20px;
    border: 1px solid #F0F0F1;
}

.macShowApp-list li.last {
    margin-right: 0;
}

.macShowApp-list li a {
    display: block;
}

.macShowApp-list img {
    display: block;
    margin: 25px auto 0;
    width: 90px;
    height: 90px;
    border-radius: 15px;
    position: relative;
    top: 0px;
}

.macShowApp-list .title {
    display: block;
    margin-top: 20px;
    height: 44px;
    line-height: 22px;
    font-size: 14px;
    font-weight: 600;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
}

.macShowApp-list .desc {
    margin-top: 15px;
    height: 66px;
    line-height: 22px;
    color: #888;
    overflow: hidden;
    text-overflow: ellipsis;
}

.macShowApp-list li:hover {
    box-shadow: inset 0px 0px 12px #eee;
}

.macShowApp-list li:hover img {
    top: 3px;
}

.macShowApp-list li:hover .title {
    color: #0fc459;
}

.macShow-tab {
    display: inline-block;
    border-right: 1px solid #E2E2E2;
    text-align: center;
}

.macShow-tab li {
    float: left;
    height: 44px;
    line-height: 44px;
    padding: 0 40px;
    text-align: center;
    font-size: 16px;
    border: 1px solid #E2E2E2;
    border-right: none;
    cursor: pointer;
}

.macShow-tab li.cur {
    height: 43px;
    line-height: 42px;
    border-top: 2px solid #07C45E;
    border-bottom: 1px solid #fff;
}

.macShowPhotos-box {
    width: 1000px;
    height: 600px;
    margin: 0 auto;
    position: relative;
}

.macShowPhotos-box .i-prevSmall,
.macShowPhotos-box .i-nextSmall {
    position: absolute;
    top: 46%;
    z-index: 2;
    filter: alpha(opacity=70);
    opacity: .7;
}

.macShowPhotos-box .i-prevSmall {
    left: -30px;
}

.macShowPhotos-box .i-nextSmall {
    right: -30px;
}

.macShowPhotos-box .i-prevSmall:hover,
.macShowPhotos-box .i-nextSmall:hover {
    filter: alpha(opacity=100);
    opacity: 1;
}

.macShowPhotos-list {
    width: 1000px;
    height: 600px;
    margin: 0 auto;
    position: relative;
    vertical-align: middle;
    overflow: hidden;
}

.macShowPhotos-list li {
    position: relative;
    float: left;
    cursor: pointer;
}

.macShowPhotos-list li a {
    display: block;
    width: 1000px;
    height: 600px;
    line-height: 600px;
    text-align: center;
    vertical-align: middle;
}

.macShowPhotos-list li img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

.macShowTopic-box {
    overflow: hidden;
    text-align: left;
}

.macShowTopic-box .info {
    height: 120px;
    padding-left: 315px;
    overflow: hidden;
    position: relative;
}

.macShowTopic-box .info .pic {
    display: block;
    width: 300px;
    height: 120px;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
}

.macShowTopic-box .info .pic img {
    display: block;
    width: 100%;
    height: 100%;
}

.macShowTopic-box .info .pic .title {
    display: block;
    width: 280px;
    height: 40px;
    padding: 0 10px;
    position: absolute;
    left: 0px;
    bottom: 0px;
    z-index: 2;
    line-height: 40px;
    background: #333;
    background: rgba(0, 0, 0, 0.6);
    text-align: center;
    font-size: 14px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
}

.macShowTopic-box .info .desc {
    margin-top: 5px;
    margin-bottom: 15px;
    height: 78px;
    line-height: 26px;
    color: #555;
    overflow: hidden;
    text-overflow: ellipsis;
}

.macShowTopic-box .info span {
    line-height: 1;
    color: #999;
}

.macShowTopic-box .info span a {
    color: #999;
}

.macShowTopicInfo-list {
    overflow: hidden;
}

.macShowTopicInfo-list li {
    float: left;
    width: 268px;
    margin-top: 20px;
    margin-right: 20px;
    border: 1px solid #eee;
    overflow: hidden;
}

.macShowTopicInfo-list li.last {
    margin-right: 0;
}

.macShowTopicInfo-list li a {
    display: block;
    width: 143px;
    height: 105px;
    padding-top: 15px;
    padding-left: 115px;
    padding-right: 10px;
    position: relative;
}

.macShowTopicInfo-list img {
    display: block;
    width: 90px;
    height: 90px;
    border-radius: 15px;
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 1;
    background: #f9f9f9;
    overflow: hidden;
}

.macShowTopicInfo-list span {
    display: block;
    line-height: 1;
    font-size: 14px;
}

.macShowTopicInfo-list .title {
    height: 42px;
    line-height: 21px;
    font-size: 15px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
}

.macShowTopicInfo-list .type {
    margin-top: 10px;
    color: #959595;
}

.macShowTopicInfo-list .size {
    margin-top: 10px;
    color: #959595;
}

.macShowTopicInfo-list li:hover img {
    top: 18px;
}

.macShowTopicInfo-list li:hover .title {
    color: #0fc459;
}

.macShowRelNews-list {
    overflow: hidden;
}

.macShowRelNews-list li {
    float: left;
    width: 212px;
    margin-top: 20px;
    margin-right: 20px;
    overflow: hidden;
}

.macShowRelNews-list li.last {
    margin-right: 0;
}

.macShowRelNews-list img {
    display: block;
    width: 100%;
    height: 140px;
    background: #eee;
    position: relative;
    top: 0px;
}

.macShowRelNews-list span {
    display: block;
    line-height: 1;
}

.macShowRelNews-list .title {
    margin-top: 20px;
    font-size: 14px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.macShowRelNews-list .date {
    margin-top: 10px;
    color: #959595;
}

.macShowRelNews-list li:hover img {
    top: 4px;
}

.macShowRelNews-list li:hover .title {
    color: #0fc459;
}

.macShow-box #showComment {
    padding-top: 0px;
}


/*专题首页*/

.topicHome-box {
    height: 481px;
    background: #fff;
    position: relative;
}

.topicHome-nar {
    width: 287px;
    height: 499px;
    padding-left: 19px;
    padding-right: 10px;
    background: url(../images/topic-left-bg.png) no-repeat left top;
    overflow: hidden;
    position: absolute;
    top: -18px;
    left: -20px;
    z-index: 1;
}

.topicHome-wide {
    margin-left: 306px;
    width: 894px;
}

.topicHome-nar .hd-ico {
    margin: 50px auto 0;
    width: 90px;
    height: 90px;
}

.topicHome-nar .hd-ico.pc {
    background-position: -252px -467px;
}

.topicHome-nar .hd-ico.android {
    background-position: -358px -460px;
}

.topicHome-nar .hd-ico.androidGgame {
    background-position: -251px -589px;
}

.topicHome-nar .hd-ico.mac {
    background-position: -359px -580px;
}

.topicHome-nar .hd {
    margin-top: 20px;
    line-height: 1;
    text-align: center;
    font-size: 24px;
    font-weight: normal;
    color: #fff;
}

.topicHome-nar .more {
    display: block;
    width: 200px;
    height: 30px;
    margin: 10px auto 0;
    background: #9a76e1;
    border-radius: 3px;
    color: #fff;
    line-height: 30px;
    text-align: center;
}

.topicHome-nar .more:hover {
    background: rgba(154, 118, 225, .8);
}

.topicHomeText-list {
    margin-top: 45px;
    padding: 0 15px;
}

.topicHomeText-list li {
    height: 34px;
    line-height: 34px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.topicHomePic-list {}

.topicHomePic-list li {
    float: left;
    width: 281px;
    margin-top: 15px;
    margin-right: 15px;
    padding-bottom: 10px;
    border: 1px solid #eee;
    position: relative;
}

.topicHomePic-list a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 2;
}

.topicHomePic-list img {
    width: 100%;
    height: 120px;
}

.topicHomePic-list .title,
.topicHomePic-list .desc {
    display: block;
    padding: 0 10px;
}

.topicHomePic-list .title {
    margin-top: 130px;
    height: 21px;
    line-height: 21px;
    font-size: 18px;
    font-weight: bold;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.topicHomePic-list .desc {
    margin-top: 38px;
    height: 44px;
    line-height: 22px;
    font-size: 14px;
    color: #888;
    overflow: hidden;
    text-overflow: ellipsis;
}

.topicHomePic-list a:hover {
    box-shadow: 2px 2px 13px #777;
    border-color: transparent;
}

.topicHomePic-list li:hover .title {
    color: #01ac48;
}


/*专题大分类*/

.topicSide-box {
    height: 375px;
    background: #222;
    overflow: hidden;
    position: relative;
}

.topicSide-box .i-prevSilder,
.topicSide-box .i-nextSilder {
    position: absolute;
    top: 110px;
    z-index: 2;
    cursor: pointer;
    filter: alpha(opacity=70);
    opacity: 0.7;
    background-color: #000;
    background-color: rgba(0, 0, 0, .7);
}

.topicSide-box .i-prevSilder {
    left: 0;
}

.topicSide-box .i-nextSilder {
    right: 0;
}

.topicSide-box .i-prevSilder:hover,
.topicSide-box .i-nextSilder:hover {
    filter: alpha(opacity=100);
    opacity: 1;
}

.topicSide-box .i-prevSilder.prevStop,
.topicSide-box .i-nextSilder.nextStop {
    background-color: #999;
}

.topicSide-box .inner {
    padding: 15px 15px;
    overflow: hidden;
}

.topicSide-box .main-list {
    overflow: hidden;
}

.topicSide-box .main-list li {
    float: left;
    height: 260px;
}

.topicSide-box .main-list li a {
    display: block;
    width: 418px;
    height: 100%;
    padding-left: 720px;
    padding-right: 32px;
    overflow: hidden;
    position: relative;
}

.topicSide-box .main-list li img {
    display: block;
    width: 700px;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
}

.topicSide-box .main-list span {
    display: block;
    line-height: 1;
    font-size: 16px;
    color: #999;
}

.topicSide-box .main-list .title {
    margin-top: 15px;
    font-size: 24px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.topicSide-box .main-list .type,
.topicSide-box .main-list .date {
    margin-top: 15px;
}

.topicSide-box .main-list .desc {
    margin-top: 20px;
    height: 120px;
    line-height: 24px;
    color: #999;
    overflow: hidden;
    text-overflow: ellipsis;
}

.topicSide-box .small-list {
    margin-top: 15px;
    overflow: hidden;
}

.topicSide-box .small-list li {
    float: left;
    width: 182px;
    height: 70px;
    margin-right: 15px;
    cursor: pointer;
}

.topicSide-box .small-list li.last {
    margin-right: 0;
}

.topicSide-box .small-list li img {
    width: 100%;
    height: 100%;
}

.topicSide-box .small-list li.on {
    width: 176px;
    height: 64px;
    border: 3px solid #7bce38;
}

.topicCat-Type {
    overflow: hidden;
}

.topicCat-Type a {
    float: left;
    display: block;
    width: 594px;
    height: 50px;
    line-height: 50px;
    border: 3px solid #7bcf39;
    text-align: center;
    font-size: 18px;
    color: #333;
}

.topicCat-Type a.a1 {
    border-radius: 25px 0 0 25px;
}

.topicCat-Type a.a2 {
    border-radius: 0 25px 25px 0;
}

.topicCat-Type a.cur {
    background: #7bcf39;
    color: #fff;
}

.topicCat-box {
    background: #fff;
    overflow: hidden;
}

.topicCat-list {
    padding: 10px 30px 30px;
    overflow: hidden;
}

.topicCat-list li {
    float: left;
    width: 364.66px;
    margin-top: 20px;
    margin-right: 20px;
    border: 1px solid #eee;
    padding-bottom: 10px;
    overflow: hidden;
    position: relative;
}

.topicCat-list li:hover {
    border: 1px solid #7ACE3E;
}

.topicCat-list li.last {
    margin-right: 0;
}

.topicCat-list li a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 2;
}

.topicCat-list img {
    display: block;
    width: 100%;
    height: 120px;
}

.topicCat-list .title,
.topicCat-list .desc {
    padding: 0 10px;
}

.topicCat-list .title {
    margin-top: 135px;
    line-height: 1;
    font-size: 18px;
    color: #333;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.topicCat-list .desc {
    margin-top: 40px;
    height: 48px;
    line-height: 24px;
    color: #999;
    overflow: hidden;
    text-overflow: ellipsis;
}


/*MAC专题大分类*/

.topicMacCat-box {
    overflow: hidden;
}

.topicMacCat-list {
    overflow: hidden;
}

.topicMacCat-list li {
    margin-bottom: 25px;
    height: 320px;
    overflow: hidden;
    position: relative;
}

.topicMacCat-list li a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 4;
}

.topicMacCat-list li img {
    display: block;
    width: 100%;
    height: 100%;
}

.topicMacCat-list .ico,
.topicMacCat-list .title,
.topicMacCat-list .mask {
    display: block;
    position: absolute;
}

.topicMacCat-list .ico {
    top: 36px;
    left: 48px;
    z-index: 2;
    width: 80px;
    height: 80px;
    background: url(../images/tb_bt_01.png) no-repeat center center;
}

.topicMacCat-list .title {
    top: 50px;
    left: 70px;
    z-index: 1;
    height: 50px;
    line-height: 50px;
    padding-left: 70px;
    padding-right: 25px;
    background: #555;
    background: rgba(0, 0, 0, .6);
    border: 2px solid #fff;
    border-radius: 30px;
    font-size: 24px;
    font-weight: normal;
    color: #fff;
}

.topicMacCat-list .mask {
    top: 0;
    left: 0;
    z-index: 3;
    width: 100%;
    height: 100%;
    background: #333;
    background: rgba(0, 0, 0, .8);
    filter: progid: DXImageTransform.Microsoft.Alpha(opacity=0);
    opacity: 0;
}

.topicMacCat-list li:hover .mask {
    filter: progid: DXImageTransform.Microsoft.Alpha(opacity=100);
    opacity: 1;
}

.topicMacCat-list .desc {
    padding: 130px 144px 60px 140px;
    line-height: 1.8;
    font-size: 20px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
}


/*专题详情页*/

.topicIndexInfo-box {
    overflow: hidden;
}

.topicIndexInfo-box .inner {
    padding: 15px;
    background: #fff;
    overflow: hidden;
}

.topicIndexInfo-box .thumb {
    float: left;
    width: 700px;
    height: 260px;
}

.topicIndexInfo-box .thumb img {
    width: 100%;
    height: 100%;
}

.topicIndexInfo-box .info {
    float: right;
    width: 440px;
}

.topicIndexInfo-box .info span {
    display: block;
    color: #333;
}

.topicIndexInfo-box .title {
    font-size: 24px;
    color: #333;
}

.topicIndexInfo-box .info span em {
    color: #888;
}

.topicIndexInfo-box .type {
    margin-top: 10px;
}

.topicIndexInfo-box .date {
    margin-top: 10px;
}

.topicIndexInfo-box .desc {
    margin-top: 10px;
    line-height: 22px;
    color: #999;
}

.topicIndex-box {
    background: #fff;
    overflow: hidden;
}

.topicIndex-list {
    padding: 20px;
    overflow: hidden;
}

.topicIndex-list li {
    float: left;
    width: 374.66px;
    height: 172px;
    margin-top: 15px;
    margin-right: 15px;
    border: 1px solid #eee;
    position: relative;
}

.topicIndex-list li.last {
    margin-right: 0;
}

.topicIndex-list a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 3;
}

.topicIndex-list .thumb,
.topicIndex-list span {
    display: block;
    position: absolute;
    z-index: 1;
}

.topicIndex-list .thumb {
    width: 90px;
    height: 90px;
    top: 15px;
    left: 15px;
}

.topicIndex-list .thumb img {
    width: 100%;
    height: 100%;
    border-radius: 15px;
}

.topicIndex-list .title {
    top: 20px;
    left: 120px;
    width: 240px;
    line-height: 1;
    font-size: 16px;
    font-weight: 600;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.topicIndex-list .date {
    line-height: 1;
    color: #888;
    top: 55px;
    left: 120px;
}

.topicIndex-list .i-star {
    top: 85px;
    left: 120px;
}

.topicIndex-list .desc {
    display: block;
    width: 346px;
    height: 44px;
    line-height: 22px;
    bottom: 10px;
    left: 15px;
    color: #999;
    overflow: hidden;
    text-overflow: ellipsis;
}

.topicIndex-list .btn {
    top: 55px;
    right: 30px;
    width: 60px;
    height: 32px;
    line-height: 32px;
    border: 1px solid #2271b1;
    border-radius: 5px;
    text-align: center;
    color: #2271b1;
}

.topicIndex-list li:hover .btn {
    background: #2271b1;
    color: #fff;
}

.topicIndex-list li:hover {
    box-shadow: 5px 5px 25px #999;
}


/*MAC专题详情页*/

.topicMacIndexInfo-box {
    width: 100%;
    max-width: 1920px;
    height: 320px;
    margin-left: auto;
    margin-right: auto;
    background-image: url(../images/banner-special.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.topicMacIndexInfo-box .wrapper {
    height: 100%;
    position: relative;
}

.topicMacIndexInfo-box .i-Rtags,
.topicMacIndexInfo-box .title,
.topicMacIndexInfo-box .i-Rshare,
.topicMacIndexInfo-box .content {
    display: block;
    position: absolute;
}

.topicMacIndexInfo-box .i-Rtags {
    top: 46px;
    left: 48px;
    z-index: 2;
}

.topicMacIndexInfo-box .i-Rshare {
    bottom: 26px;
    right: 25px;
    z-index: 2;
    background-color: #8C8D8F;
    border-radius: 50%;
    cursor: pointer;
}

.topicMacIndexInfo-box .i-Rshare .bdsharebuttonbox {
    display: block;
    width: 100%;
    height: 100%;
}

.topicMacIndexInfo-box .i-Rshare .bds_more {
    float: none !important;
    display: block;
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background-image: none !important;
    line-height: 0 !important;
    font-size: 0 !important;
}

.topicMacIndexInfo-box .title {
    top: 60px;
    left: 70px;
    z-index: 1;
    height: 50px;
    line-height: 50px;
    padding-left: 70px;
    padding-right: 25px;
    background: #555;
    background: rgba(0, 0, 0, .6);
    border: 2px solid #fff;
    border-radius: 30px;
    font-size: 24px;
    font-weight: normal;
    color: #fff;
}

.topicMacIndexInfo-box .content {
    left: 0px;
    bottom: 0px;
    z-index: 1;
    width: 1070px;
    min-height: 48px;
    background: #eee;
    background: rgba(255, 255, 255, 0.8);
    padding-top: 30px;
    padding-left: 30px;
    padding-bottom: 30px;
    padding-right: 100px;
    line-height: 24px;
    font-size: 16px;
    color: #222;
}

.topicMacIndex-box {
    padding-bottom: 30px;
    background: #111;
}

.topicMacIndex-box .wrapper {}

.topicMacIndex-list {
    overflow: hidden;
}

.topicMacIndex-list li {
    float: left;
    width: 246px;
    height: 261px;
    margin-top: 50px;
    margin-right: 32px;
    padding: 15px 15px 25px;
    background: #fff;
    border-radius: 15px;
    position: relative;
}

.topicMacIndex-list li.last {
    margin-right: 0;
}

.topicMacIndex-list img {
    display: block;
    width: 115px;
    height: 115px;
    margin: 40px auto 0;
    border-radius: 15px;
}

.topicMacIndex-list span {
    display: block;
}

.topicMacIndex-list .title {
    margin-top: 20px;
    height: 52px;
    line-height: 26px;
    font-size: 17px;
    font-weight: 600;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
}

.topicMacIndex-list .date {
    margin-top: 20px;
    line-height: 1;
    color: #888;
}

.topicMacIndex-list .mask {
    width: 256px;
    position: absolute;
    top: -20px;
    left: 10px;
    z-index: 1;
    border-radius: 15px;
    background: #7755E8;
    background: rgba(119, 85, 232, 0.98);
    color: #fff;
    overflow: hidden;
}

.topicMacIndex-list .info {
    padding: 0 15px;
    height: 0px;
    overflow: hidden;
}

.topicMacIndex-list .desc {
    margin-top: 40px;
    height: 96px;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.topicMacIndex-list .att-list {
    margin-top: 10px;
    overflow: hidden;
}

.topicMacIndex-list .att-list dd {
    height: 26px;
    line-height: 26px;
    font-size: 15px;
    overflow: hidden;
}

.topicMacIndex-list .att-list dd span {
    float: left;
    display: block;
    width: 50%;
}

.topicMacIndex-list .att-list dd .i-star {
    display: inline-block;
    position: relative;
    top: 2px;
    z-index: 1;
}

.topicMacIndex-list .btn {
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 24px;
}

.topicMacIndex-list li:hover .mask .info {
    height: 230px;
}

.topicMacIndex-list li:hover .mask .btn {
    width: 160px;
    height: 38px;
    line-height: 38px;
    margin: 10px auto 25px;
    border: 1px solid #fff;
    border-radius: 20px;
    font-size: 18px;
}


/*TOP单页面*/

.topHome-box {}

.topHome-box .base-top {
    width: 380px;
    margin-right: 30px;
    margin-bottom: 30px;
}

.topHome-box .base-top.last {
    margin-right: 0;
}

.topHome-box .baseTop-hd .title {
    font-size: 18px;
}

.topHome-box .baseTop-list .hot .title,
.topHome-box .baseTop-list .hot .size {
    width: 230px;
}

.topHome-box .moreBtn {
    margin-bottom: 15px;
    padding-top: 15px;
    border-top: 1px solid #F3F3F3;
    overflow: hidden;
    text-align: center;
}

.topHome-box .moreBtn a {
    color: #45B9A4;
    font-size: 16px;
}

.topList-box {
    background: #fff;
    overflow: hidden;
}

.topList-box .hdTop {
    margin-top: 30px;
    padding: 0 30px;
    height: 32px;
    line-height: 30px;
    overflow: hidden;
}

.topList-box .hdTop .hd {
    float: left;
    font-size: 20px;
    font-weight: bold;
    color: #333;
}

.topList-box .hdTop .hd h2,
.topList-box .hdTop .hd small {
    display: inline;
}

.topList-box .hdTop .hd small {
    font-size: 14px;
    font-weight: normal;
    color: #999;
}

.topList-box .hdTop .top-tab {
    float: right;
    height: 30px;
    border: 1px solid #FDA446;
    border-radius: 14px;
    overflow: hidden;
}

.topList-box .hdTop .top-tab li {
    float: left;
    width: 110px;
    border-right: 1px solid #FDA446;
    text-align: center;
    font-size: 15px;
    cursor: pointer;
}

.topList-box .hdTop .top-tab li.last {
    border-right: none;
}

.topList-box .hdTop .top-tab li.cur {
    background: #FDA446;
    color: #fff;
}

.topList-box .hdTop .top-tab li.cur a {
    color: #fff;
}

.topList-box .inner {
    padding: 0 20px 20px;
    overflow: hidden;
}

.topList-box .panelSoft-list {
    padding: 0;
}

.topList-box .panelSoft-list li {
    padding-left: 165px;
    padding-right: 130px;
}

.topList-box .panelSoft-list .ico {
    left: 45px;
}

.topList-box .panelSoft-list .btn {
    right: 10px;
}

.topList-box .panelSoft-list li:hover {
    background: #FDF9F5;
}

.topList-box .panelSoft-list .n1,
.topList-box .panelSoft-list .n2,
.topList-box .panelSoft-list .n3 {
    position: absolute;
    top: 52px;
    left: 3px;
    z-index: 1;
}

.topList-box .panelSoft-list .n {
    display: block;
    width: 24px;
    height: 24px;
    line-height: 24px;
    background: #40BA6C;
    text-align: center;
    font-size: 14px;
    color: #fff;
    position: absolute;
    top: 56px;
    left: 8px;
    z-index: 1;
}


/*MAC排行*/

.topMac-box {
    background: #16283C;
}

.topMac-box.eve {
    background: #253950;
}

.topMac-box .hd {
    width: 720px;
    height: 40px;
    line-height: 40px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.topMac-box .hd .line {
    position: absolute;
    top: 19px;
    left: 0px;
    z-index: 1;
    width: 100%;
    height: 2px;
    background: #BFC4CA;
}

.topMac-box .hd .title {
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 2;
    width: 280px;
    height: 100%;
    margin-left: -140px;
    background: #16283C;
    font-size: 30px;
    text-align: center;
    color: #fff;
}

.topMac-box .hd .title i {
    position: absolute;
    top: 15px;
    z-index: 3;
    display: block;
    width: 10px;
    height: 10px;
    background: #BFC4CA;
    border-radius: 50%;
}

.topMac-box .hd .title i.first {
    left: 0;
}

.topMac-box .hd .title i.last {
    right: 0;
}

.topMac-box.eve .hd .title {
    background: #253950;
}

.topMac-list {
    overflow: hidden;
}

.topMac-list li {
    float: left;
    width: 415px;
    height: 170px;
    margin-top: 10px;
    margin-right: 30px;
    padding-left: 170px;
    background: #F2F2F2;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
}

.topMac-list li.even {
    margin-right: 0;
}

.topMac-list li a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 2;
}

.topMac-list .n1,
.topMac-list .n2,
.topMac-list .n3 {
    position: absolute;
    top: 5px;
    left: 67px;
    z-index: 2;
}

.topMac-list .thumb {
    position: absolute;
    top: 0px;
    left: 0;
    z-index: 1;
    width: 170px;
    height: 170px;
    text-align: center;
}

.topMac-list .thumb img {
    display: block;
    width: 110px;
    height: 110px;
    margin: 30px auto;
    border-radius: 15px;
}

.topMac-list .info {
    height: 100%;
    padding: 0 15px;
    background: #FEFEFE;
    overflow: hidden;
}

.topMac-list .info:before {
    content: '';
    position: absolute;
    z-index: 3;
    top: 70px;
    left: 155px;
    height: 0px;
    width: 0px;
    border-top: 15px solid transparent;
    border-right: 15px solid #FEFEFE;
    border-bottom: 15px solid transparent;
}

.topMac-list .info .title {
    margin-top: 15px;
    margin-left: 180px;
    line-height: 1;
    font-size: 20px;
    font-weight: normal;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.topMac-list .info .att {
    margin-top: 60px;
    line-height: 1;
    color: #666;
}

.topMac-list .info .desc {
    margin-top: 20px;
    height: 66px;
    line-height: 22px;
    color: #999;
}

.topMac-list li:hover .thumb img {
    margin-top: 36px;
}

.topMac-list li:hover .info {
    background: #7C66E5;
}

.topMac-list li:hover .info:before {
    border-right: 15px solid #7C66E5;
}

.topMac-list li:hover .info .title,
.topMac-list li:hover .info .att,
.topMac-list li:hover .info .desc {
    color: #fff;
}


/*最新下载*/

.newPage-tab {
    height: 48px;
    line-height: 48px;
    background: #fff;
    border: 3px solid #7BCF39;
    border-radius: 24px;
    overflow: hidden;
}

.newPage-tab li {
    float: left;
    width: 25%;
    height: 48px;
    text-align: center;
    overflow: hidden;
}

.newPage-tab li.last a {
    border-right: none;
}

.newPage-tab li a {
    display: block;
    border-right: 3px solid #7BCF39;
    font-size: 18px;
    color: #333;
}

.newPage-tab li .cur {
    background: #7BCF39;
    color: #fff;
}

.newPage-box {}

.newPage-list {}

.newPage-list li {
    float: left;
    width: 590px;
    height: 178px;
    margin-top: 20px;
    margin-right: 20px;
    background: #fff;
    overflow: hidden;
    position: relative;
}

.newPage-list li.eve {
    margin-right: 0;
}

.newPage-list li a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 2;
}

.newPage-list .ico,
.newPage-list .btn,
.newPage-list .att,
.newPage-list .desc {
    display: block;
    position: absolute;
    z-index: 1;
}

.newPage-list .ico {
    width: 90px;
    height: 90px;
    top: 10px;
    left: 15px;
    overflow: hidden;
}

.newPage-list .ico img {
    width: 100%;
    height: 100%;
    border-radius: 15px;
}

.newPage-list .btn {
    width: 60px;
    height: 32px;
    line-height: 32px;
    border: 1px solid #07C45E;
    text-align: center;
    color: #07C45E;
    top: 30px;
    right: 15px;
    border-radius: 5px;
}

.newPage-list .title {
    margin-top: 15px;
    margin-left: 120px;
    margin-right: 90px;
    height: 48px;
    line-height: 24px;
    font-size: 17px;
    color: #222;
    overflow: hidden;
    text-overflow: ellipsis;
}

.newPage-list .att {
    top: 75px;
    left: 120px;
    width: 460px;
    height: 15px;
    line-height: 15px;
    color: #959595;
}

.newPage-list .att em {
    padding: 0 10px;
    color: #ddd;
}

.newPage-list .att span {
    display: inline-block;
    margin-left: 15px;
    height: 15px;
    line-height: 15px;
    position: relative;
}

.newPage-list .att span .i-star {
    position: absolute;
    top: 1px;
    left: 0;
    z-index: 2;
}

.newPage-list .desc {
    top: 115px;
    left: 15px;
    width: 560px;
    height: 48px;
    line-height: 24px;
    font-size: 14px;
    color: #999;
    overflow: hidden;
    text-overflow: ellipsis;
}

.newPage-list li:hover .btn {
    background: #07C45E;
    color: #fff;
}

.newPage-list li:hover {
    box-shadow: 4px 4px 20px #888;
}

.newPage-list li:hover .ico img {
    margin-top: 6px;
}


/*单页面*/

.page-box {
    overflow: hidden;
}

.page-box .col-nar {
    background: #fff;
}

.page-box .col-wide {
    width: 890px;
    background: #fff;
    overflow: hidden;
}

.page-box .head img {
    width: 100%;
}

.page-box .gap {
    height: 10px;
    background: #F4F4F5;
}

.page-box .catNav-list {
    border-top: 1px solid #eee;
    overflow: hidden;
}

.page-box .catNav-list li {
    height: 50px;
    line-height: 52px;
    border-bottom: 1px solid #eee;
    font-size: 17px;
}

.page-box .catNav-list li a {
    display: block;
    padding-left: 32px;
}

.page-box .catNav-list li a:hover,
.page-box .catNav-list li.cur a {
    padding-left: 30px;
    border-left: 2px solid #2271b1;
}

.page-box .catNav-list li a:hover {
    background: #EDEDED;
    background: rgba(237, 237, 237, 0.6);
    color: #2271b1;
}

.page-box .catNav-list li.cur a {
    background: #EDEDED;
}

.pageContent-box {
    padding: 0 40px;
    overflow: hidden;
}

.pageContent-box .title {
    padding: 20px 0;
    border-bottom: 1px solid #F0F0F1;
    font-size: 24px;
    color: #333;
    font-weight: bold;
}

.pageContent-box .articleContent {
    margin-bottom: 20px;
}

.pageContent-box .articleContent h1,
.pageContent-box .articleContent h2,
.pageContent-box .articleContent h3,
.pageContent-box .articleContent h4,
.pageContent-box .articleContent h5,
.pageContent-box .articleContent h6 {
    margin-bottom: 20px;
    padding: 3px 3px 8px 0px;
    border: none;
    font-size: 18px;
    color: #444;
}


/*TAG页面*/

.tagHomeHot-box {
    padding: 10px 5px;
    overflow: hidden;
}

.tagHomeHot-box .hd {
    padding-left: 15px;
    font-size: 24px;
    color: #333;
}

.tagHomeHot-box .sideTag-list li {
    margin-right: 8px;
    padding: 0;
    text-align: left;
}

.tagHomeHot-box .sideTag-list li.last {
    margin-right: 0;
}

.tagHomeHot-box .sideTag-list li a {
    display: block;
    line-height: 34px;
}


/*TAG首页列表*/

.tagAll-hd {
    font-size: 24px;
    color: #333;
}

.tagHome-list {
    overflow: hidden;
}

.tagHome-list li {
    float: left;
    width: 228px;
    height: 42px;
    line-height: 42px;
    margin-top: 15px;
    margin-right: 15px;
}

.tagHome-list li.last {
    margin-right: 0;
}

.tagHome-list li a {
    display: block;
    width: 226px;
    height: 40px;
    background: #fff;
    border: 1px solid #fff;
    color: #333;
    font-size: 16px;
    text-align: center;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tagHome-list li span {
    font-size: 10px;
    color: #999;
}

.tagHome-list li a:hover {
    border: 1px solid #07C45E;
}

.tagHome-list li a:hover {
    color: #07C45E;
}


/*TAG内容页*/

.tagShow-info {
    padding: 20px 15px;
    background: #fff;
    overflow: hidden;
}

.tagShow-info.ispic {
    min-height: 180px;
    padding-left: 335px;
    position: relative;
}

.tagShow-info .pic {
    width: 300px;
    height: 180px;
    position: absolute;
    top: 20px;
    left: 15px;
    z-index: 1;
}

.tagShow-info .pic img {
    display: block;
    width: 100%;
    height: 100%;
}

.tagShow-info .title {
    line-height: 40px;
    font-size: 24px;
    font-weight: normal;
}

.tagShow-info .content {
    line-height: 23px;
    font-size: 14px;
    color: #777;
}

.tagShow-info .content p {
    text-indent: 2em;
    margin-bottom: 8px;
}

.tagShow-info .bdshare {
    margin-top: 3px;
    float: right;
    display: block;
    height: 30px;
    overflow: hidden;
}

.tagShow-info .bdshare a,
.tagShow-info .bdshare .bds_more {
    font-size: 0;
    overflow: hidden;
    text-indent: -50px;
}

.tagShow-box {
    padding: 20px;
    padding-right: 0;
    background: #fff;
    overflow: hidden;
}

.tagShow-box .hd {
    font-size: 24px;
    color: #333;
}

.tagShow-list {
    overflow: hidden;
}

.tagShow-list li {
    float: left;
    width: 415px;
    margin-top: 20px;
    margin-right: 20px;
    padding: 20px 20px 20px 135px;
    background: #FAFAFA;
    border-radius: 6px;
    overflow: hidden;
    position: relative;
}

.tagShow-list li.last {
    margin-right: 0;
}

.tagShow-list li .thumb {
    width: 100px;
    height: 100px;
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 2;
}

.tagShow-list li .thumb img {
    width: 100%;
    height: 100%;
    border-radius: 15px;
    background: #eee;
}

.tagShow-list li .thumb:hover img {
    margin-top: 6px;
}

.tagShow-list li h3 {
    height: 18px;
    line-height: 1;
    font-size: 18px;
    font-weight: normal;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tagShow-list li h3 a {
    color: #333;
}

.tagShow-list li .desc {
    margin-top: 15px;
    height: 48px;
    line-height: 24px;
    color: #999;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tagShow-list li .att {
    margin-top: 10px;
    height: 15px;
    line-height: 15px;
}

.tagShow-list li .att span {
    margin-right: 15px;
    color: #999;
    position: relative;
}

.tagShow-list li .att a {
    color: #999;
}

.tagShow-list li .att i {
    position: absolute;
    top: 2px;
    left: 42px;
    z-index: 1;
}

.tagShow-list li .btn {
    display: block;
    width: 400px;
    height: 38px;
    margin-top: 22px;
    border: 1px solid #07C45E;
    border-radius: 42px;
    line-height: 37px;
    text-align: center;
    font-size: 16px;
    color: #07C45E;
}

.tagShow-list li a.btn:hover {
    background: #07C45E;
    color: #fff;
}


/*分页*/

#pages {
    clear: both;
    text-align: center;
}

#pages a,
#pages span {
    display: inline-block;
    margin-right: 6px;
    padding: 0 12px;
    height: 32px;
    line-height: 32px;
    border: 1px solid #ccc;
    background: #fff;
    border-radius: 5px;
    font-size: 14px;
    text-align: center;
    color: #555;
    font-family: Arial;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
}

#pages .cur {
    color: #fff;
    background: #FF9A10;
    border: 1px solid #FF9A10;
    position: relative;
}

#pages .empty {
    display: none;
    color: #ccc;
}

#pages a:hover {
    background: #FF9A10;
    border: 1px solid #FF9A10;
    color: #fff;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
}

#pages .np,
#pages .total {
    display: none;
}


/*MAC板块向导*/

.mac-wizard {
    display: none;
    width: 60px;
    position: fixed;
    left: 50%;
    bottom: 200px;
    z-index: 99;
    margin-left: 622px;
}

.macWizard-list {
    width: 100%;
}

.macWizard-list li {
    display: block;
    width: 60px;
    height: 60px;
    margin-bottom: 10px;
    background-color: #797979;
    background-color: rgba(121, 121, 121, .8);
    border-radius: 1px;
    line-height: 0;
    text-align: center;
    font-size: 0px;
    cursor: pointer;
    position: relative;
}

.macWizard-list li a {
    display: block;
    width: 100%;
    height: 100%;
}

.macWizard-list .home {
    background-position: -244px -390px;
}

.macWizard-list .vip {
    background-position: -297px -398px;
}

.macWizard-list .kf {
    background-position: -349px -390px;
}

.macWizard-list .goTop {
    line-height: 60px;
    text-align: center;
    color: #fff;
    margin-bottom: 0;
}

.macWizard-list .goTop:before {
    content: '';
    display: block;
    width: 18px;
    height: 18px;
    border-left: 1px solid #fff;
    border-top: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    position: relative;
    top: 24px;
    left: 20px;
    z-index: 1;
}

.macWizard-list li:hover {
    background-color: #000;
    background-color: rgba(0, 0, 0, .8);
}


/*autoTab*/

#autoTab {
    display: none;
    position: fixed;
    top: 320px;
    left: 50%;
    z-index: 9;
    margin-top: -52px;
    margin-left: 300px;
    cursor: pointer;
    border-left: 1px solid #10C55A;
}

#autoTab li {
    cursor: pointer;
    width: 98px;
    height: 32px;
    margin-left: -5px;
    padding-left: 30px;
    background-position: -502px -452px;
    line-height: 30.5px;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#autoTab li:last-child {
    text-shadow: 0 0 2px #fff;
}

#autoTab .cur {
    background-position: -502px -484px;
    color: #fff;
}

#autoTab.wide {
    margin-left: 622px;
}


/*返回顶部*/

#goTop {
    display: none;
    width: 50px;
    height: 49px;
    position: fixed;
    right: 100px;
    bottom: 70px;
}

#goTop .btn {
    display: block;
    width: 50px;
    height: 49px;
    background-position: -431px -111px;
    cursor: pointer;
}

#goTop .btn:hover {
    background-position: -431px -160px;
}


/*列表页信息列表*/

.lop-list {
    padding: 0 20px;
    overflow: hidden;
}

.lop-list li {
    clear: both;
    padding: 20px 0;
    border-top: 1px solid #eee;
    overflow: hidden;
}

.lop-list li.first {
    border-top: none;
}

.lop-list li .thumb {
    float: left;
    margin-right: 20px;
    display: block;
    width: 180px;
    height: 120px;
    background: #f9f9f9;
}

.lop-list li .thumb img {
    width: 100%;
    height: 100%;
}

.lop-list li .info {
    overflow: hidden;
}

.lop-list li .title {
    line-height: 30px;
    font-size: 18px;
    color: #394a58;
    font-weight: bold;
}

.lop-list li .title a {
    color: #333;
}

.lop-list li .title a:hover {
    color: #12937c;
}

.lop-list li .title i {
    margin-right: 6px;
    color: #12937C;
    vertical-align: middle;
}

.lop-list li .desc {
    margin-top: 10px;
    height: 45px;
    line-height: 1.6;
    color: #666;
}

.lop-list li .att {
    margin-top: 10px;
    height: 22px;
    line-height: 22px;
    font-size: 12px;
    color: #999;
}

.lop-list li .att span {
    margin-right: 20px;
}

.lop-list li .att span a {
    color: #12937c;
}

.lop-list li .more {
    float: right;
    display: block;
    width: 90px;
    background: #bbb;
    border-radius: 2px;
    text-align: center;
    font-size: 12px;
    color: #fff;
}

.lop-list li .more:hover {
    background: #12937C;
}

.lop-list li .keylink {
    color: #E63636;
}

.lop-list li.fig .title {
    line-height: 30px;
    font-size: 18px;
    color: #394a58;
    font-weight: bold;
}

.lop-list li.fig .desc {
    margin-top: 10px;
    height: auto;
    line-height: 1.6;
    font-size: 14px;
    color: #949699;
}

.lop-list li.fig .pp {
    margin-left: -12px;
    margin-top: 10px;
    display: block;
}

.lop-list li.fig .pp .pic {
    float: left;
    margin-left: 12px;
    width: 196px;
    height: 130px;
    position: relative;
    overflow: hidden;
}

.lop-list li.fig .pp .pic img {
    width: 100%;
    height: 100%;
}

.lop-list li.fig .pp .pic .num {
    position: absolute;
    top: 10px;
    left: 0px;
    z-index: 1;
    padding: 0 15px;
    height: 26px;
    line-height: 26px;
    background-color: rgba(0, 0, 0, .6);
    color: #fff;
    font-size: 12px;
}

.lop-list li.fig .pp .pic:hover img {
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.lop-list li.dl {
    width: 100%;
    height: 147px;
    padding: 0;
    position: relative;
}

.lop-list li.dl .ico {
    position: absolute;
    top: 20px;
    left: 0px;
    display: block;
    width: 80px;
    height: 80px;
    border-radius: 10px;
    background: #fefefe;
    overflow: hidden;
}

.lop-list li.dl .ico img {
    width: 100%;
    height: 100%;
}

.lop-list li.dl .i-star {
    position: absolute;
    top: 110px;
    left: 0px;
    z-index: 1;
}

.lop-list li.dl .info {
    position: absolute;
    top: 20px;
    left: 100px;
    width: 605px;
    overflow: hidden;
}

.lop-list li.dl .title {
    line-height: 20px;
    font-size: 18px;
    color: #394a58;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.lop-list li.dl .desc {
    margin-top: 12px;
}

.lop-list li.dl .att span {
    margin-right: 15px;
}

.lop-list li.dl .btn {
    position: absolute;
    top: 60px;
    right: 0px;
    display: block;
    width: 90px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #12937C;
    border-radius: 2px;
    text-align: center;
    font-size: 12px;
    color: #12937C;
}

.lop-list li.dl .btn:hover {
    background: #12937C;
    color: #fff;
}


/*网站地图*/

.sitemap-box {
    padding: 15px 15px;
    overflow: hidden;
}

.sitemap-list {
    clear: both;
    overflow: hidden;
}

.sitemap-list dt {
    margin-bottom: 10px;
    height: 39px;
    line-height: 39px;
    border-bottom: 1px solid #ddd;
    font-size: 18px;
    color: #333;
}

.sitemap-list dt a,
.sitemap-list dt span {
    display: inline-block;
    padding: 0 15px;
    height: 38px;
    border-bottom: 3px solid #47b751;
}

.sitemap-list dt a:hover {
    color: #399241;
}

.sitemap-list dd {
    padding-bottom: 12px;
    overflow: hidden;
}

.sitemap-list dd a {
    float: left;
    display: block;
    width: 105px;
    padding-left: 15px;
    height: 32px;
    line-height: 32px;
}

.sitemap-list dd a:hover {
    color: #c00;
    text-decoration: underline;
}


/*insed-box装机必备*/

.insed-box {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    background: #fff;
}

.insed-box .hd {
    height: 26px;
    line-height: 26px;
    padding: 15px 20px;
    position: relative;
}

.insed-box .hd .fl {
    display: block;
    width: 120px;
    height: 40px;
    border-radius: 2px 2px 0 0;
    background: #2271b1;
    line-height: 40px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    position: absolute;
    top: -4px;
    z-index: 1;
}

.insed-box .hd .fr {
    font-size: 12px;
    color: #666;
}

.insed-box .hd .fr a {
    color: #666;
}

.insed-box .inner {}

.insed-list {
    padding: 0 20px;
}

.insed-list li {
    float: left;
    width: 386px;
    height: 90px;
    position: relative;
    border-bottom: 1px solid #f1f2f6;
    border-right: 1px solid #f1f2f6;
}

.insed-list li.last {
    border-right: none;
}

.insed-list li img,
.insed-list li a,
.insed-list li .btn {
    display: block;
    position: absolute;
    z-index: 1;
}

.insed-list li img {
    width: 70px;
    height: 70px;
    border-radius: 15px;
    top: 10px;
    left: 10px;
}

.insed-list li a {
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 2;
}

.insed-list li .title {
    display: block;
    margin-top: 20px;
    margin-left: 90px;
    margin-right: 20px;
    color: #333;
    font-size: 16px;
}

.insed-list li .btn {
    width: 60px;
    height: 30px;
    line-height: 30px;
    background: #2271b1;
    border-radius: 4px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    top: 26px;
    right: 15px;
}

.insed-list li .att {
    margin-top: 50px;
    margin-left: 90px;
    margin-right: 10px;
    font-size: 12px;
    color: #999;
}

.insed-list li .att span {
    display: inline-block;
    margin-right: 15px;
}

.insed-list li:hover {
    box-shadow: 0px 0px 33px 2px rgba(0, 0, 0, 0.2);
}

.insed-list li:hover img {
    top: 13px;
}

.insed-list li:hover .title {
    color: #2271b1;
}

.insed-list li:hover .btn {
    background: #f60;
}

.insed-nav {
    width: 76px;
    position: fixed;
    top: 260px;
    right: 50%;
    margin-right: 604px;
    z-index: 9;
}

.insed-nav span {
    display: block;
    margin: 3px 0;
    width: 100%;
    height: 28px;
    line-height: 28px;
    background: #ddd;
    text-align: center;
    color: #333;
    font-size: 12px;
    cursor: pointer;
}

.insed-nav span:hover,
.insed-nav span.cur {
    background: #f60;
    color: #fff;
}


/*用户还下载了*/

.maybeDownload-cover {
    display: block;
    width: 100%;
    height: 100%;
    background: #000;
    background: rgba(0, 0, 0, 0.7);
    filter: progid: DXImageTransform.Microsoft.gradient(startcolorstr=#4c000000, endcolorstr=#4c000000);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 998;
    overflow: hidden;
}

.maybeDownload {
    display: block;
    width: 946px;
    height: 200px;
    margin-top: -100px;
    margin-left: -473px;
    padding: 0 0 20px 0;
    background: #fff;
    overflow: hidden;
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 999;
}

.maybeDownload.isSpecial {
    height: 380px;
    margin-top: -190px;
}

.maybeDownload .hd {
    display: block;
    margin: 25px 0 0 0;
    padding: 0 20px;
    line-height: 36px;
    font-size: 26px;
    font-weight: 400;
    color: #000;
    overflow: hidden
}

.maybeDownload .hd strong {
    font-weight: 400;
    color: #15d292;
}

.maybeDownload .close {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 999;
    width: 46px;
    height: 30px;
    line-height: 30px;
    background: #8f8f8f;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    overflow: hidden;
    cursor: pointer;
}

.maybeDownload .close:hover {
    color: #c00;
}

.maybeDownload-special {
    height: 170px;
    padding: 0 10px;
    padding-top: 10px;
    padding-left: 345px;
    position: relative;
}

.maybeDownload-special .pic {
    display: block;
    width: 310px;
    height: 150px;
    position: absolute;
    top: 15px;
    left: 20px;
    z-index: 1;
}

.maybeDownload-special .pic img {
    width: 100%;
    height: 100%;
}

.maybeDownload-special .tit {
    font-size: 16px;
    font-weight: 700;
    color: #000;
    text-align: left;
}

.maybeDownload-special .more {
    display: block;
    position: absolute;
    top: 12px;
    right: 20px;
    z-index: 1;
    font-size: 12px;
    color: #f00;
}

.maybeDownload-special .app-list {}

.maybeDownload-special .app-list li {
    float: left;
    display: block;
    width: 105px;
    height: 50px;
    margin-top: 12px;
    margin-right: 10px;
    padding-left: 60px;
    position: relative;
}

.maybeDownload-special .app-list a {
    display: block;
    width: 100%;
    height: 50px;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 2;
}

.maybeDownload-special .app-list img {
    display: block;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
    border-radius: 10px;
    background: #f9f9f9;
    overflow: hidden;
}

.maybeDownload-special .app-list .title,
.maybeDownload-special .app-list .att {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.maybeDownload-special .app-list .title {
    display: block;
    margin-top: 8px;
    margin-left: 60px;
    line-height: 1;
    color: #333;
}

.maybeDownload-special .app-list .att {
    display: block;
    margin-top: 28px;
    line-height: 1;
    font-size: 12px;
    color: #888;
}

.maybeDownload-special .app-list .att em {
    padding: 0 5px;
    color: #eee;
}

.maybeDownload-special .app-list li:hover img {
    top: 3px;
}

.maybeDownload-special .app-list li:hover .title {
    color: #2271b1;
}

.maybeDownload-list {
    text-align: center;
    overflow: hidden;
}

.maybeDownload-list li {
    float: left;
    width: 68px;
    padding: 15px 0 0 10px;
    display: inline;
    position: relative
}

.maybeDownload-list li a {
    display: block;
    color: #333
}

.maybeDownload-list li img {
    display: block;
    width: 48px;
    height: 48px;
    margin: 0 auto;
    background: #eee;
    border-radius: 8px;
    position: relative;
    top: 0px;
}

.maybeDownload-list li .title {
    margin-top: 5px;
    display: block;
    max-height: 36px;
    line-height: 18px;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.maybeDownload-list li:hover img {
    top: 3px;
}

.maybeDownload-list li:hover .title {
    color: #2271b1;
}


/*APP预约*/

#bookingApp-cover {
    display: block;
    width: 100%;
    height: 100%;
    background: #000;
    background: rgba(0, 0, 0, 0.6);
    filter: progid: DXImageTransform.Microsoft.gradient(startcolorstr=#4c000000, endcolorstr=#4c000000);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 998;
    overflow: hidden;
}

#bookingApp-box {
    display: block;
    width: 500px;
    height: 280px;
    background: #fff;
    border: 0px solid #22C485;
    border-radius: 10px 10px 2px 2px;
    box-shadow: 3px 3px 6px #222;
    overflow: hidden;
    margin-top: -140px;
    margin-left: -250px;
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 999;
}

#bookingApp-box .hd {
    height: 44px;
    line-height: 44px;
    padding: 0px 12px;
    background: #22C485;
    font-size: 18px;
    color: #fff;
}

#bookingApp-box .input-text {
    display: block;
    margin: 25px auto 0;
    width: 440px;
    height: 40px;
    line-height: 40px;
    padding: 0 8px;
    border: 2px solid #eee;
    border-radius: 3px;
    font-size: 16px;
    color: #555;
}

#bookingApp-box .tip {
    margin-top: 35px;
    line-height: 1;
    text-align: center;
    font-size: 14px;
    color: #666;
}

#bookingApp-box .btn {
    margin-top: 35px;
    padding-top: 20px;
    border-top: 1px solid #ddd;
    text-align: center;
}

#bookingApp-box .btn span {
    display: inline-block;
    *zoom: 1;
    *display: inline;
    margin: 0 10px;
    width: 200px;
    height: 40px;
    line-height: 40px;
    border-radius: 3px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
}

#bookingApp-box .btn .submit {
    background: #22C485;
}

#bookingApp-box .btn .close {
    background: #bbb;
}


/*错误反馈*/

#feedback-cover {
    display: block;
    width: 100%;
    height: 100%;
    background: #000;
    background: rgba(0, 0, 0, 0.7);
    filter: progid: DXImageTransform.Microsoft.gradient(startcolorstr=#4c000000, endcolorstr=#4c000000);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 998;
    overflow: hidden;
}

#feedback-box {
    display: block;
    width: 500px;
    height: 210px;
    background: #fff;
    border-radius: 10px 10px 2px 2px;
    box-shadow: 3px 3px 10px #111;
    overflow: hidden;
    margin-top: -105px;
    margin-left: -250px;
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 999;
}

#feedback-box.cust {
    height: 320px;
    margin-top: -160px;
}

#feedback-box .hd {
    height: 44px;
    line-height: 44px;
    padding: 0px 12px;
    background: #22C485;
    text-align: center;
    font-size: 16px;
    color: #fff;
}

#feedback-box .hd .title {
    font-size: 16px;
    color: #eee;
}

#feedback-box .tit {
    margin-top: 20px;
    line-height: 1;
    padding: 0px 12px;
    font-size: 14px;
    color: #333;
    text-align: center;
}

#feedback-box .inner {
    margin: 15px auto 0;
    width: 400px;
    text-align: center;
    overflow: hidden;
}

#feedback-box .inner label {
    margin-right: 6px;
    height: 30px;
    line-height: 30px;
    cursor: pointer;
}

#feedback-box .inner label input {
    margin-right: 2px;
    cursor: pointer;
}

#feedback-box .textContent {
    display: none;
    margin-top: 15px;
    margin-bottom: 5px;
    width: 380px;
    height: 85px;
    padding: 5px 10px;
    background: #f4f4f4;
    font-size: 14px;
    color: #555;
    resize: none;
    outline-style: none;
}

#feedback-box .btn {
    margin-top: 20px;
    text-align: center;
}

#feedback-box .btn span {
    display: inline-block;
    *zoom: 1;
    *display: inline;
    margin: 0 10px;
    width: 100px;
    height: 36px;
    line-height: 36px;
    border-radius: 3px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
}

#feedback-box .btn .submit {
    background: #22C485;
}

#feedback-box .btn .close {
    background: #bbb;
}


/*popupDown*/

.popupDown-cover {
    display: block;
    width: 100%;
    height: 100%;
    background: #000;
    background: rgba(0, 0, 0, 0.2);
    filter: progid: DXImageTransform.Microsoft.gradient(startcolorstr=#4c000000, endcolorstr=#4c000000);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 888;
    overflow: hidden;
}

.popupDown-box {
    display: block;
    width: 620px;
    height: 226px;
    background: #fff;
    border: 0px solid #22C485;
    border-radius: 2px;
    box-shadow: 3px 3px 6px #555;
    overflow: hidden;
    margin-top: -113px;
    margin-left: -300px;
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 889;
}

.popupDown-box .close {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    color: #555;
    cursor: pointer;
    position: absolute;
    top: 3px;
    right: 7px;
}

.popupDown-box .close:hover {
    color: #c00;
}

.popupDown-box .hd {
    height: 44px;
    line-height: 44px;
    padding: 0px 12px;
    background: #F6F6F6;
    font-size: 14px;
    color: #555;
}

.popupDown-box .box {
    padding: 10px 15px;
}

.popupDown-box .appName {
    height: 32px;
    line-height: 32px;
    font-size: 15px;
    font-weight: bold;
    color: #000;
}

.popupDown-box .downlist {
    margin-top: 6px;
    width: 260px;
    overflow: hidden;
}

.popupDown-box .downlist li {
    float: left;
    width: 50%;
    height: 32px;
    line-height: 32px;
}

.popupDown-box .downlist li a {
    display: block;
    padding-left: 22px;
    position: relative;
    color: #666;
}

.popupDown-box .downlist li i {
    display: block;
    width: 17px;
    height: 17px;
    background-position: -544px -336px;
    position: absolute;
    top: 6px;
    left: 0px;
    z-index: 2;
}

.popupDown-box .downlist li a:hover {
    color: #2271b1;
}

.popupDown-box .tip {
    margin-top: 8px;
}

.popupDown-box .tip .feedback {
    color: #36c;
    cursor: pointer;
}

.popupDown-box .random-box {
    width: 270px;
    height: 160px;
    position: absolute;
    top: 52px;
    right: 10px;
    z-index: 1;
}

.popupDown-box .random-box .dt {
    float: left;
    width: 20px;
    margin-top: 6px;
    padding: 6px 0;
    line-height: 20px;
    border: 1px solid #2271b1;
    border-radius: 1px;
    text-align: center;
    color: #2271b1;
}

.popupDown-box .applist {
    float: right;
    width: 240px;
    overflow: hidden;
}

.popupDown-box .applist li {
    float: left;
    width: 33.33%;
}

.popupDown-box .applist li img {
    display: block;
    width: 50px;
    height: 50px;
    margin: 0 auto;
    border-radius: 10px;
    position: relative;
    top: 0px;
}

.popupDown-box .applist .title {
    display: block;
    height: 30px;
    padding: 0 2px;
    line-height: 30px;
    text-align: center;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.popupDown-box .applist li:hover img {
    top: 3px;
}


/*评论页面*/

.comment-area {
    padding: 0px;
    overflow: hidden;
}

.comment-area .hd {
    height: 36px;
    line-height: 36px;
}

.comment-area .hd .fl {
    font-size: 16px;
    color: #333;
}

.comment-area .hd .fr {
    font-size: 14px;
    color: #999;
}

.comment-area .hd .fr a:hover {
    color: #f00;
    text-decoration: underline;
}

.comment-area .hd em {
    font-size: 17px;
    font-family: Georgia;
    font-style: normal;
    color: #ee542a;
}

.comment-form {
    position: relative;
    overflow: hidden;
}

.comment-form.isface {
    padding-left: 90px;
}

.comment-form .flow-box {
    overflow: hidden;
}

.comment-form .myface {
    display: block;
    width: 45px;
    height: 45px;
    position: absolute;
    top: 50%;
    left: 15px;
    z-index: 1;
    margin-top: -23px;
    border-radius: 50%;
    background-color: #eee;
}

.comment-form .nickname-text {
    width: 110px;
    height: 28px;
    line-height: 28px;
    padding: 0 6px;
    border: 1px solid #ddd;
    border-radius: 1px;
    vertical-align: middle;
    color: #666;
    font-size: 12px;
}

.comment-form .attitude {
    line-height: 28px;
    vertical-align: middle;
    font-size: 14px;
    text-align: left;
}

.comment-form .attitude label {
    margin-right: 10px;
}

.comment-form .attitude label,
.comment-form .attitude input {
    cursor: pointer;
}

.comment-form .attitude input,
.comment-form .attitude img {
    vertical-align: middle;
}

.comment-form .attitude img {
    padding: 0 3px;
}

.comment-form .commentText {
    width: 100%;
    box-sizing: border-box;
    height: 88px;
    padding: 8px;
    line-height: 22px;
    background: none;
    border: 2px solid #E6EAED;
    resize: vertical;
    resize: none;
    font-size: 14px;
    color: #666;
    overflow: auto;
    border-radius: 1px;
}

.comment-form .code {
    font-size: 14px;
}

.comment-form .code .input-text {
    margin-right: 5px;
    width: 60px;
    height: 28px;
    line-height: 28px;
    padding: 0 6px;
    border: 1px solid #ddd;
    border-radius: 1px;
    vertical-align: middle;
    color: #999;
    font-size: 12px;
}

.comment-form .code img {
    height: 30px;
    vertical-align: middle;
    cursor: pointer;
}

.comment-form .character {
    margin-right: 10px;
    padding-right: 5px;
    font-size: 12px;
    color: #999;
}

.comment-form .character em {
    font-style: normal;
    color: #f00;
}

.comment-form .submit-btn {
    height: 32px;
    line-height: 32px;
    padding: 0 19px;
    border: none;
    vertical-align: middle;
    border-radius: 2px;
    background: #0fc459;
    cursor: pointer;
    color: #fff;
    font-size: 14px;
}

.comment-form .submit-btn:hover {
    background: #2271b1;
    color: #fff;
}

.comment-form .disabled {
    background: #ccc;
    color: #999;
    text-shadow: 0 1px 0 #fff;
}

.commentList-box {
    margin-top: 10px;
    overflow: hidden;
}

.commentList-box .tab {
    clear: both;
    height: 36px;
    line-height: 36px;
    border-bottom: 2px solid #ececec;
    font-size: 16px;
    color: #666;
}

.commentList-box .tab span {
    float: left;
    display: block;
    margin-right: 20px;
    padding: 0 6px;
    height: 36px;
    line-height: 36px;
    color: #333;
    cursor: pointer;
}

.commentList-box .tab span a {
    display: block;
}

.commentList-box .tab .cur {
    border-bottom: 2px solid #2271b1;
    font-weight: bold;
}

.comment-list {
    overflow: hidden;
    padding: 20px 0 10px;
}

.comment-list li {
    position: relative;
    padding-top: 15px;
    padding-left: 75px;
    padding-bottom: 15px;
    border-bottom: 1px dotted #ccc;
    overflow: hidden;
}

.comment-list .face {
    display: block;
    width: 45px;
    height: 45px;
    position: absolute;
    top: 18px;
    left: 5px;
    z-index: 1;
    border-radius: 1px;
}

.comment-list .att {
    height: 22px;
    line-height: 22px;
    font-size: 12px;
    vertical-align: middle;
}

.comment-list .att .fl {
    color: #555;
}

.comment-list .att .from {
    color: #999;
}

.comment-list .att img {
    vertical-align: middle;
}

.comment-list .att .fr {
    color: #999;
}

.comment-list .att .floor {
    margin-right: 3px;
    color: #999;
    font-style: normal;
}

.comment-list .att .me {
    color: #c30;
    font-size: 14px;
    font-weight: bold;
}

.comment-list .cont {
    margin-top: 10px;
    clear: both;
    line-height: 1.8;
    font-size: 14px;
    color: #333;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
    overflow: hidden;
}

.comment-list .content {
    display: block;
    margin: 5px 0;
    padding: 8px 10px;
    font-size: 14px;
    line-height: 1.7;
    background: #f9f9f9;
    border: 1px solid #DEE4E9;
    zoom: 1;
}

.comment-list .content .user-bar {
    display: block;
    line-height: 1.6;
    font-size: 12px;
    color: #999;
}

.comment-list .content pre {
    line-height: 1.7;
    font-size: 14px;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
}

.comment-list .op {
    margin-top: 6px;
    height: 16px;
    line-height: 16px;
    text-align: right;
    font-size: 12px;
}

.comment-list .op span {
    margin-left: 7px;
    color: #666;
    cursor: pointer;
}

.comment-list .op span .fa {
    margin-right: 5px;
    color: #CBD1DA;
    font-size: 12px;
}

.comment-list .op span:hover {
    color: #c30;
}

.comment-list .op span:hover .fa {
    color: #8895A6;
}

.comment-list .op .num {
    color: #f00;
}

.comment-area .epages {
    margin-top: 10px;
    text-align: center;
    font-size: 0;
}

.comment-area .epages a,
.comment-area .epages span {
    display: inline-block;
    margin: 0 4px;
    padding: 0 12px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    font-size: 14px;
    cursor: pointer;
    border: 1px solid #e6e6e6;
    border-radius: 1px;
}

.comment-area .epages a {
    color: #333;
}

.comment-area .epages a:hover {
    border: 1px solid #2271b1;
    text-decoration: none;
}

.comment-area .epages span {
    background: #2271b1;
    color: #fff;
    border: 1px solid #2271b1;
}

.comment-area .empty {
    clear: both;
    margin-top: 20px;
    height: 36px;
    line-height: 36px;
    background: #F2F3F5;
    text-align: center;
    font-size: 14px;
    color: #999;
}

.comment-area .isempty {
    clear: both;
    margin-top: 5px;
    height: 36px;
    line-height: 36px;
    background: #F2F3F5;
    text-align: center;
    font-size: 14px;
    color: #999;
}


/*spinner*/

.spinner {
    width: 100px;
    height: 60px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-size: 10px;
}

.spinner>span {
    display: inline-block;
    width: 6px;
    height: 100%;
    background-color: #ddd;
    margin-right: 3px;
    -webkit-animation: stretchdelay 1.2s infinite ease-in-out;
    animation: stretchdelay 1.2s infinite ease-in-out
}

.spinner .rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s
}

.spinner .rect3 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s
}

.spinner .rect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s
}

.spinner .rect5 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s
}

@-webkit-keyframes stretchdelay {
    0%,
    40%,
    100% {
        -webkit-transform: scaleY(.4)
    }
    20% {
        -webkit-transform: scaleY(1)
    }
}

@keyframes stretchdelay {
    0%,
    40%,
    100% {
        transform: scaleY(.4);
        -webkit-transform: scaleY(.4)
    }
    20% {
        transform: scaleY(1);
        -webkit-transform: scaleY(1)
    }
}


/*广告*/

.softShowBanner-ad {
    overflow: hidden;
}

.softShowBanner-ad .mulist {
    overflow: hidden;
}

.softShowBanner-ad .mulist div {
    float: left;
    display: block;
    width: 600px;
    overflow: hidden;
}

.softShowBanner-ad .mulist div img {
    width: 100%;
}

.softShowBanner-ad .mulist .a2 {
    margin-left: 0px;
}

.androidShowLeft-ad {
    overflow: hidden;
}

.baseShowSide-ad {
    overflow: hidden;
}

.baseShowSide-ad img {
    max-width: 100%;
}


/*提示信息*/

#message {
    clear: both;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 300px;
    height: 50px;
    line-height: 50px;
    background: #5E6571;
    border-radius: 5px;
    box-shadow: 0 0 2px 2px #eee;
    overflow: hidden;
    text-align: center;
    font-size: 14px;
    color: #fff;
    display: none;
}


/*preview预览*/

#image-preview {
    position: absolute;
    z-index: 666;
    border: 2px solid #2271b1;
    padding: 5px;
    background-color: #fafafa
}


/*百度分享*/

.bdshare_dialog_list a,
.bdshare_popup_list a,
.bdshare_popup_bottom a {
    font-family: "Microsoft YaHei" !important;
}


/*兼容IE*/

.header-siteNav .subcat-box {
    border: 1px solid #eee\0;
    *border: 1px solid #eee;
}

.home-best {
    height: 737px;
}

.home-FocusPic .change {
    *bottom: 72px;
}

.homeType-list li {
    *white-space: normal;
}

.header-mac .boxTop .fr i,
.home-FocusPic .change i,
.baseMain-tab li,
.androidHome-like .like-top .ico,
.androidHome-like .like-top .txt,
.macShow-tab,
.macShowTab-box .macInfo-tab li,
.basePraise-box li,
.basePraise-mini li {
    *zoom: 1;
    *display: inline;
}

#autoTab li {
    *font-family: "Microsoft YaHei", Arial, simsun;
    font-size: 13px;
}


/* fancyBox */

.fancybox-image,
.fancybox-inner,
.fancybox-nav,
.fancybox-nav span,
.fancybox-outer,
.fancybox-skin,
.fancybox-tmp,
.fancybox-wrap,
.fancybox-wrap iframe,
.fancybox-wrap object {
    padding: 0;
    margin: 0;
    border: 0;
    outline: 0;
    vertical-align: top
}

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020
}

.fancybox-skin {
    position: relative;
    background: #f9f9f9;
    color: #444;
    text-shadow: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.fancybox-opened {
    z-index: 8030
}

.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, .5);
    -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, .5);
    box-shadow: 0 10px 25px rgba(0, 0, 0, .5)
}

.fancybox-inner,
.fancybox-outer {
    position: relative
}

.fancybox-inner {
    overflow: hidden
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch
}

.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap
}

.fancybox-iframe,
.fancybox-image {
    display: block;
    width: 100%;
    height: 100%
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%
}

#fancybox-loading,
.fancybox-close,
.fancybox-next span,
.fancybox-prev span {
    background-image: url(../images/fancybox_sprite.png)
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: .8;
    cursor: pointer;
    z-index: 8060
}

#fancybox-loading div {
    width: 44px;
    height: 44px;
    background: url(../images/fancybox_loading.gif) center center no-repeat
}

.fancybox-close {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040
}

.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: transparent url(../images/blank.gif);
    -webkit-tap-highlight-color: transparent;
    z-index: 8040
}

.fancybox-prev {
    left: 0
}

.fancybox-next {
    right: 0
}

.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden
}

.fancybox-prev span {
    left: 10px;
    background-position: 0 -36px
}

.fancybox-next span {
    right: 10px;
    background-position: 0 -72px
}

.fancybox-nav:hover span {
    visibility: visible
}

.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible!important
}

.fancybox-lock {
    overflow: hidden!important;
    width: auto
}

.fancybox-lock body {
    -overflow: hidden!important
}

.fancybox-lock-test {
    overflow-y: hidden!important
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: url(../images/fancybox_overlay.png)
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0
}

.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll
}

.fancybox-title {
    visibility: hidden;
    font: 400 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050
}

.fancybox-opened .fancybox-title {
    visibility: visible
}

.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center
}

.fancybox-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    padding: 2px 20px;
    background: 0 0;
    background: rgba(0, 0, 0, .8);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    text-shadow: 0 1px 2px #222;
    color: #FFF;
    font-weight: 700;
    line-height: 24px;
    white-space: nowrap
}

.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff
}

.fancybox-title-inside-wrap {
    padding-top: 10px
}

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, .8)
}