/* CSS Document 
Version:	1.0
Date:		2013/10/17
Author:		ff_chen
Update:		
*/
/*! normalize.css v2.1.2 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined in IE 8/9.
 */

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block;
}
/**
 * Correct `inline-block` display not defined in IE 8/9.
 */

audio, canvas, video {
    display: inline-block;
}
    /**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

    audio:not([controls]) {
        display: none;
        height: 0;
    }

/**
 * Address styling not present in IE 8/9.
 */

[hidden] {
    display: none;
}
/* ==========================================================================
   Base
   ========================================================================== */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-family: sans-serif; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
}
/**
 * Remove default margin.
 */

body, div, span, iframe, input, form, input, h1, h2, h3, h4, h5, h6, p, a, em, img, b, dl, dt, dd, ul, ol, li, label {
    padding: 0;
    margin: 0;
}
    /* ==========================================================================
   Links
   ========================================================================== */

    /**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

    a:focus {
        outline: thin dotted;
    }
    /**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

    a:active, a:hover {
        outline: 0;
    }
/* ==========================================================================
   Typography
   ========================================================================== */


/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */

b, strong {
    font-weight: bold;
}
/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
    font-style: italic;
}
/**
 * Address differences between Firefox and other browsers.
 */

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}
/**
 * Address styling not present in IE 8/9.
 */

mark {
    background: #ff0;
    color: #000;
}
/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */

code, kbd, pre, samp {
    font-family: monospace, serif;
    font-size: 1em;
}
/**
 * Improve readability of pre-formatted text in all browsers.
 */

pre {
    white-space: pre-wrap;
}
/**
 * Set consistent quote types.
 */

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}
/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}
/* ==========================================================================
   Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9.
 */

img {
    border: 0;
}
/**
 * Correct overflow displayed oddly in IE 9.
 */

svg:not(:root) {
    overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari 5.
 */

figure {
    margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
}
/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */

button, input, select, textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 2 */
    margin: 0; /* 3 */
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button, input {
    line-height: normal;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button, select {
    text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button, html input[type="button"], /* 1 */ input[type="reset"], input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
}
    /**
 * Re-set default cursor for disabled elements.
 */

    button[disabled], html input[disabled] {
        cursor: default;
    }
/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */

input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: none;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

    /**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

    input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
        -webkit-appearance: none;
    }

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}
/* ==========================================================================
   Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

ul, ol {
    list-style: none;
}

h1, h2, h3, h4, h6 {
    font-weight: 600;
    font-size: 100%;
}

html {
    -webkit-text-size-adjust: 100%;
    width: 100%;
    height: 100%;
}

em {
    font-style: normal;
}
/*base css*/
body {
    font: 14px/1.8 tahoma, '\5b8b\4f53', arial, \5b8b\4f53, sans-serif;
    background-color: #fff;
}

.wrapper {
    width: 100%;
    margin: 0 auto;
    min-width: 300px;
    max-width: 600px;
}

.clearfix {
    *zoom: 1;
}

    .clearfix:before, .clearfix:after {
        display: table;
        content: "";
        line-height: 0;
    }

    .clearfix:after {
        clear: both;
    }

.mt-10 {
    margin-top: 10px;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.zoom {
    zoom: 1;
    overflow: hidden;
}
/* link css */
a {
    color: #333;
    text-decoration: none;
    outline: none;
}

    a:hover, a:active, a:focus {
        color: #1ba2cf;
        text-decoration: none;
    }

    a:active {
        color: #aaa;
    }
/*page_header*/
[class^=t-icon-], .b-btn:after, .stars:after, .stars:before, .s-icon, .s-icon:before, .go-top, .spr, .game-cate-list li:after {
    display: block;
    background-image: url(../images/spr.png?v=4);
    background-repeat: no-repeat;
    background-size: 85px auto;
}

.page_header {
    background-color: #e5f5ff;
    border-bottom: 1px #d1e8f6 solid;
    height: 50px;
    width: 100%;
}

.logo {
    background: url(../images/logo.png) no-repeat center top;
    background-size: 84px 36px;
    width: 84px;
    height: 36px;
    margin: 7px 0 0 10px;
}

.h-logo {
    background: url(../images/minilogo.png) no-repeat center top;
    width: 50px;
    height: 36px;
    margin: 7px 0 0 10px;
    background-position: right top;
    margin-right: 10px;
    display: none;
}

.and-c, .ios-c {
    display: block;
    width: 65px;
    height: 22px;
    margin: 17px 0 0 5px;
}

.and-c {
    background: url(../images/and.png) no-repeat 0 0;
    background-size: 65px 22px;
}

.ios-c {
    background: url(../images/ios.png) no-repeat 0 0;
    background-size: 65px 22px;
}

[class^=t-icon-] {
    width: 23px;
    height: 23px;
    background-position: 0 -33px;
    margin: 12px 17px 0 0;
}

.t-icon-channel {
    background-position: -23px -33px;
}

.page-nav {
    background-color: #4b89d2;
    height: 45px;
    line-height: 45px;
    width: 100%;
}

    .page-nav li {
        float: left;
        width: 25%;
        text-align: center;
        height: 45px;
        font-size: 16px;
    }

        .page-nav li a {
            display: block;
            width: 100%;
            height: 100%;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            -ms-box-sizing: border-box;
            box-sizing: border-box;
            color: #fff;
        }

            .page-nav li a.on {
                background-color: #3f71b6;
            }

[class^=search-] {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.search-box {
    height: 0px;
    overflow: hidden;
    background-color: #e5f5ff;
    -moz-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.search-box-h {
    height: 50px;
}

.h-header {
    display: none;
}



.fixed-header .h-logo {
    display: block;
}

.fixed-header {
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 50px;
    background-color: #e5f5ff;
    box-shadow: 0px 1px 4px rgba(0,0,0,.2);
    z-index: 9999;
}

    .fixed-header .search-form {
        position: absolute;
        left: 65px;
        top: 0;
        padding-right: 10px;
    }

    .fixed-header .search-input {
        width: 60%;
    }

.search-form {
    width: 90%;
    margin: 10px auto;
}

.search-input {
    border: 1px #acc2cf solid;
    width: 75%;
    height: 30px;
    line-height: 0px;
    border-radius: 0px;
    float: left;
    font: -webkit-small-control;
    text-transform: none;
    text-indent: 0px;
}

.search-btn {
    background-color: #4b89d2;
    color: #fff;
    border-radius: 0px;
    height: 32px;
    line-height: 32px;
    width: 24%;
    border: none;
}
/*rotator*/
.rotator {
    width: 100%;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: -8px;
    overflow: hidden;
    z-index: 111;
}

#slider li {
    width: 100%;
    overflow: hidden;
    position: relative;
}

    #slider li img {
        width: 100%;
        height: auto;
    }

#position {
    position: absolute;
    left: 0;
    bottom: 8px;
    width: 100%;
    text-align: center;
    height: 30px;
    line-height: 30px;
}

    #position:after {
        content: '';
        width: 100%;
        height: 30px;
        position: absolute;
        left: 0;
        bottom: 0;
        background-color: #000;
        opacity: .4;
        z-index: 9;
    }

    #position em {
        display: inline-block;
        width: 12px;
        height: 12px;
        background-color: #adadad;
        position: relative;
        margin: 9px 5px;
        z-index: 99;
    }

        #position em.on {
            background-color: #397dd0;
        }
/*妯″潡*/
[class^=box-top-] {
    height: 44px;
    line-height: 44px;
    background-color: #f6f6f6;
    border-bottom: 1px #EDEDED solid;
    position: relative;
    width: 100%;
}

    [class^=box-top-] span a {
        display: inline-block;
        width: 50px;
        height: 28px;
        line-height: 28px;
        margin-top: 8px;
        text-align: center;
    }

        [class^=box-top-] span a.on {
            color: #fff;
        }

.box-top-4 {
    background-color: #fff;
}

[class^=box-top-]:before {
    content: '';
    height: 28px;
    width: 2px;
    background-color: #bd3136;
    position: absolute;
    left: 0;
    top: 8px;
}

.box-top-1 a.on {
    background-color: #bd3136;
}

.box-top-2:before, .box-top-2 a.on {
    background-color: #f60;
}

.box-top-3:before, .box-top-3 a.on {
    background-color: #73c820;
}

.box-top-4:before, .box-top-4 a.on {
    background-color: #4b89d2;
}

[class^=box-top-] h3 {
    color: #3d3d3d;
    text-indent: 10px;
    font-size: 16px;
    float: left;
}

.soft-list, [class^=b-btn], .topic-img {
    width: 100%;
    margin: 0 auto;
}

    .soft-list li {
        float: left;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
        width: 25%;
        text-align: center;
        background-color: #fff;
        margin: 10px auto 0;
    }

    .soft-list li {
        position: relative;
    }


        .soft-list li a {
            display: block;
            width: 100%;
            position: relative;
        }

            .soft-list li a::before {
                content: attr(data-title);
                width: 90%;
                text-align: center;
                position: absolute;
                top: 75px;
                height: 24px;
                line-height: 24px;
                overflow: hidden;
                left: 5%;
                font-size: 14px;
            }

            .soft-list li a.down-btn {
                display: block;
                width: 80%;
                height: 26px;
                line-height: 26px;
                position: absolute;
                left: 10%;
                bottom: 7px;
                background-color: #4b89d2;
                color: #fff;
            }

        .soft-list li img {
            width: 60px;
            height: 60px;
        }

[class^=b-btn] {
    display: block;
    margin-top: 10px;
    height: 38px;
    line-height: 38px;
    background-color: #f6f6f6;
    border: 1px #EDEDED solid;
    text-align: center;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
    color: #666;
}

.b-btn:after {
    content: '';
    display: block;
    width: 13px;
    height: 17px;
    position: absolute;
    top: 10px;
    right: 5px;
    background-position: -31px -99px;
}
/*soft-list2*/
.soft-list2 li {
    width: 95%;
    margin: 10px auto 0;
    background-color: #fff;
    padding: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    height: 95px;
    overflow: hidden;
    position: relative;
}

    .soft-list2 li img {
        width: 75px;
        height: 75px;
    }

.s-btn {
    width: 70px;
    height: 30px;
    line-height: 30px;
    position: absolute;
    right: 10px;
    top: 31px;
    text-align: center;
    background-color: #4b89d2;
    color: #fff;
    border-radius: 20px;
}

.caption {
    position: relative;
    display: block;
    height: 75px;
}

    .caption span, .caption::before, .caption::after {
        position: absolute;
        left: 80px;
        height: 25px;
        line-height: 25px;
        overflow: hidden;
    }

    .caption span {
        top: 25px;
    }

    .caption::before {
        content: attr(data-title);
        top: 0;
        height: 25px;
        line-height: 25px;
        overflow: hidden;
        font-size: 16px;
    }

    .caption::after {
        content: attr(data-description);
        color: #999;
        top: 50px;
    }

ol.soft-list2 li {
    position: relative;
}

    ol.soft-list2 li:before {
        content: attr(data-rank);
        top: 15px;
        position: absolute;
        left: 90px;
        text-align: center;
        background-color: #fd8300;
        color: #fff;
        width: 16px;
        height: 16px;
        line-height: 16px;
        overflow: hidden;
        font-size: 14px;
    }

    ol.soft-list2 li:nth-child(n+4):before {
        background-color: #648ff1;
    }

ol.soft-list2 .caption::before {
    left: 100px;
}
/*star*/
.stars, .stars:after, .stars:before {
    display: block;
    width: 84px;
    height: 15px;
    position: relative;
    float: left;
}

.stars {
    margin-top: 5px;
}

    .stars:after, .stars:before {
        content: '';
        position: absolute;
        overflow: hidden;
        left: 0px;
        top: 0px;
    }

    .stars:after {
        background-position: 0 -16px;
        z-index: 0;
    }

    .stars:before {
        background-position: 0 0;
        z-index: 1;
    }

    .stars[data-percent="1"]:BEFORE {
        width: 20%;
    }

    .stars[data-percent="2"]:BEFORE {
        width: 40%;
    }

    .stars[data-percent="3"]:BEFORE {
        width: 60%;
    }

    .stars[data-percent="4"]:BEFORE {
        width: 80%;
    }

    .stars[data-percent="5"]:BEFORE {
        width: 100%;
    }

.s-icon {
    display: inline-block;
}

.s-icon-1, .s-icon-2, .s-icon-3, .s-icon-4 {
    position: relative;
    float: left;
    width: 60px;
    height: 14px;
    background: none;
}

.s-icon-3, .s-icon-4 {
    width: 75px;
}

    .s-icon-1:before, .s-icon-2:before, .s-icon-3:before, .s-icon-4:before {
        content: '';
        width: 14px;
        height: 14px;
        position: absolute;
        left: 0;
        top: 5px;
        background-position: 0 -82px;
    }

.s-icon-1:before, .s-icon-2:before {
    background-position: 0 -82px;
}

.s-icon-3:before {
    background-position: -14px -82px;
}

.s-icon-4:before {
    background-position: -28px -82px;
}

.s-icon-1:after, .s-icon-2:after, .s-icon-3:after, .s-icon-4:after {
    position: absolute;
    left: 14px;
    top: 0;
    font-style: normal;
}

.s-icon-1:after {
    content: '鏃犵梾姣�';
    color: #73c820;
}

.s-icon-2:after {
    content: '鏃犲箍鍛�';
    color: #73c820;
}

.s-icon-3:after {
    content: '鍐呭祵骞垮憡';
    color: #f60;
}

.s-icon-4:after {
    content: '骞垮憡骞叉壈';
    color: #c62127;
}
/**/
.topic-img {
    margin: 10px auto -8px;
}

    .topic-img a {
        display: block;
        width: 49%;
        float: left;
    }

    .topic-img img {
        width: 100%;
        height: auto;
    }

    .topic-img a + a {
        float: right;
    }
/**footer*/
.btm-nav {
    height: 41px;
    line-height: 41px;
    background-color: #f6f6f6;
    border: 1px #EDEDED solid;
    border-width: 1px 0;
    box-sizing: border-box;
    padding: 0 10px;
}

.s-icon-h {
    width: 14px;
    height: 14px;
    background-position: -42px -82px;
    vertical-align: middle;
    margin-right: 2px;
}

.go-top {
    width: 50px;
    height: 39px;
    background-position: 0 -118px;
    position: fixed;
    visibility: hidden;
}

.page-footer {
    text-align: center;
    height: 47px;
    line-height: 47px;
    background: #017AFF;
    color: #fff;
}
.page-footer a{color:#fff;}
/*鎺掕椤�*/
.rank-nav {
    background-color: #f6f6f6;
    height: 35px;
    line-height: 35px;
    border-bottom: 1px #EDEDED solid;
}

    .rank-nav li {
        width: 50%;
        height: 35px;
        text-align: center;
        float: left;
        position: relative;
        font-size: 16px;
    }

        .rank-nav li.on {
            color: #4b89d2;
            font-weight: bold;
        }

            .rank-nav li.on:after {
                content: '';
                width: 100%;
                height: 3px;
                background-color: #4b89d2;
                position: absolute;
                left: 0;
                bottom: -1px;
            }


/*鍒囨崲浜у搧*/
.s-header {
    height: 40px;
    line-height: 40px;
	border-bottom:1px #EDEDED solid;
	background: #fff;
	z-index: 999;
	position: fixed;
	top:0px;
	width:100%;
	max-width: 600px;
}

.back-btn {
    width: 25px;
    height: 25px;
    background-position: 0 -57px;
    margin: 9px 10px 0;
}

.home-btn {
    width: 22px;
    height: 22px;
    background-position: -23px -57px;
    margin: 0px 10px 0 0;
}

.s-p-title {
    color: #333;
    font-size: 18px;
    line-height: 40px;
    height: 40px;
    overflow: hidden;
	width:80%;

    white-space: nowrap;
    text-overflow: ellipsis;
	text-align:center;
}

.p-soft-list li {
    height: 115px;
}

    .p-soft-list li a::after {
        display: none;
    }
/*娓告垙鍒嗙被椤�*/
.game-cate-nav li {
    width: 25%;
}

.game-cate-list li {
    position: relative;
}

    .game-cate-list li:after {
        content: '';
        display: block;
        width: 14px;
        height: 22px;
        position: absolute;
        right: 5px;
        top: 34px;
        background-position: -51px -34px;
    }

.game-cate-list .caption::before {
    top: 3px;
}

.game-cate-list .caption::after {
    top: 40px;
}

.game-cate-list li {
    height: 90px;
    padding: 10px 15px 10px 10px;
}

    .game-cate-list li img {
        width: 70px;
        height: 70px;
    }
/*鍒嗙被鍚嶇О*/
.s-search-btn {
    width: 22px;
    height: 22px;
    background-position: -47px -57px;
    margin: 14px 10px 0 0;
}

.cate-name-nav li {
    width: 33%;
}
/*鎼滅储缁撴灉*/
.search-h {
    width: 95%;
    margin: 0 auto;
    height: 33px;
    line-height: 33px;
    margin-bottom: -10px;
    font-size: 16px;
}

.cor-y {
    color: #f60;
}

.search-r {
    width: 95%;
    margin: 10px auto;
    font-size: 18px;
    line-height: 26px;
    padding-bottom: 30px;
}

    .search-r p {
        margin: 10px 0 20px;
    }
/*璇︽儏*/
[class ^= soft-detail-] {
    background-color: #fff;
}

.soft-detail-s {
    border-bottom: 1px #EDEDED solid;
    padding: 10px;
    line-height: 20px;
    min-height: 70px;
    margin-top:40px;
}

    .soft-detail-s img {
        display: block;
        width: 70px;
        height: 70px;
        float: left;
        margin-right: 10px;
    }

    .soft-detail-s div {
        position: relative;
        padding-right: 50px;
    }

        .soft-detail-s div span {
            display: block;
            color: #696f78;
            float: left;
            height: 25px;
            line-height: 25px;
            overflow: hidden;
            margin-top: 3px;
            width: 100%;
        }

    .soft-detail-s .s-btn {
        position: absolute;
        right: 10px;
        top: 18px;
    }

.soft-detail-p {
    height: 23px;
    padding: 5px 10px;
}

.slide-container {
    overflow: hidden;
    background-color: #fff;
    height: 340px;
    position: relative;
    margin:0 auto;
    width: 96%;
    box-sizing: border-box;
}

    .slide-container .inner {
        position: absolute;
        left: 0;
        top: 0;
        width: 2000px;
    }

        .slide-container .inner img {
            display: block;
            float: left;
            margin: 10px 5px;
        }

.w-p {
    height: 340px;
}

.h-p {
    width: 160px;
    height: 240px;
}

.slide-hbox {
    height: 260px;
}

    .slide-hbox .inner img.w-p {
        margin: 40px 5px 10px;
    }

.soft-detail-t {
    padding: 10px;
    margin-top:20px;
    border-top: 1px #EDEDED solid;
    border-bottom: 1px #EDEDED solid;
}

.soft_detail_txt_start {
    height: 45px;
}

.soft_detail_txt {
    overflow: hidden;
    position: relative;
    min-height: 45px;
    font-size: 12px;
}

.soft_detail_txt_a {
}

.open-btn {
    width: 27px;
    height: 20px;
    background-position: -47px -98px;
    float: right;
    margin-right: 10px;
}

.close-btn {
    -webkit-transform: rotate(180deg);
}

.mb-box {
    height: 160px;
    overflow: hidden;
}
.mb-box h2 {margin-left:10px;}
.soft-detail-d {
    padding: 10px;
}

@media screen and (min-width:480px) {
 
}

@media screen and (min-width:480px) and (max-width:600px) {
    .fixed-header .h-logo {
        position: relative;
        margin: 8px 0 0 20px;
    }

    .fixed-header .search-form {
        left: 85px;
    }
}

@media screen and (min-width:600px) {
    .fixed-header .s-box {
        width: 600px;
        margin: 0 auto;
        height: 50px;
    }

    .fixed-header .h-logo {
        position: relative;
        margin: -3px 0 0 20px;
    }

    .fixed-header .search-form {
        position: relative;
        left: 60px;
        width: 500px;
        padding-right: 10px;
    }

    .fixed-header .search-input {
        width: 350px;
    }

    .fixed-header .search-btn {
        width: 100px;
    }
}