@charset "utf-8";

html {
    color: #1e1e1e;
    background-color: #f1f1f1;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    height: 100%;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td,hr,button,article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

ul {
    list-style: none;
}

body {
    vertical-align: baseline;
    background: #f5f5f5;
    font-family: "Open Sans",Arial,"Hiragino Sans GB","Microsoft YaHei","微软雅黑","STHeiti","WenQuanYi Micro Hei",SimSun,sans-serif;
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
    display: block;
}

audio,canvas,video {
    display: inline-block;
}

body,button,input,select,textarea {
    font: 14px/1.8;
}

input,select,textarea {
    font-size: 100%;
}

button {
    cursor: pointer;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

th {
    text-align: inherit;
}

fieldset,img {
    border: 0;
    margin: 0 auto;
}

iframe {
    display: block;
}

abbr,acronym {
    border: 0;
    font-variant: normal;
}

del {
    text-decoration: line-through;
}

address,caption,cite,code,dfn,th,var {
    font-style: normal;
    font-weight: 500;
}

em {
    font-style: normal;
}

caption,th {
    text-align: left;
}

h1,h2,h3,h4,h5,h6 {
    font-size: 100%;
    font-weight: 500;
}

q:before,q:after {
    content: '';
}

sub,sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

ins,a {
    text-decoration: none;
}

a {
    color: #000;
}

a:hover {
    color: #000;
}

.after,.before {
    position: absolute;
    top: 0;
    right: 0;
    height: 0;
    width: 0;
    border-style: solid;
    border-color: transparent transparent transparent transparent;
    border-width: 0;
    display: inline-block;
}

.vip {
    background: url("../image/jm-icon.png") no-repeat -63px -23px;
    width: 14px;
    height: 16px;
    display: inline-block;
    vertical-align: text-bottom;
}

.vip2 {
    background: url("../image/jm-icon.png") no-repeat -63px -43px;
    width: 14px;
    height: 16px;
    display: inline-block;
    vertical-align: text-bottom;
}

.vip3 {
    background: url("../image/jm-icon.png") no-repeat -63px -63px;
    width: 14px;
    height: 16px;
    display: inline-block;
    vertical-align: text-bottom;
}

.emoji-img {
    display: inline-block;
}

.header {
    background: #fff;
    position: relative;
    height: 53px;
    width: 100%;
    z-index: 888;
}

.header.header-show .header-container {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition: all 500ms cubic-bezier(0.190,1.000,0.220,1.000);
    -moz-transition: all 500ms cubic-bezier(0.190,1.000,0.220,1.000);
    -o-transition: all 500ms cubic-bezier(0.190,1.000,0.220,1.000);
    transition: all 500ms cubic-bezier(0.190,1.000,0.220,1.000);
}

.header.header-hide .header-container {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all 300ms cubic-bezier(0.550,0.055,0.675,0.190);
    -moz-transition: all 300ms cubic-bezier(0.550,0.055,0.675,0.190);
    -o-transition: all 300ms cubic-bezier(0.550,0.055,0.675,0.190);
    transition: all 300ms cubic-bezier(0.550,0.055,0.675,0.190);
}

.header-inner .header-container {
    width: 100%;
    padding-bottom: 4px;
    background: #fff;
    position: fixed;
    top: 0;
    border-bottom: rgba(0,0,0,0.08) 1px solid;
}

.header .logo {
    height: 48px;
    line-height: 48px;
    font-size: 18px;
    margin-left: 15px;
    width: 106px;
    float: left;
}

.header .logo a {
    color: #fff;
    display: inline-block;
    width: 48px;
    height: 48px;
    background: url("/static/image/common/logo.png") no-repeat 0 0;
    background-size: 100% 100%;
}

.header-inner .header-container .back {
    float: left;
}

.header-inner .header-container .back a {
    display: block;
    padding: 12px 15px 8px;
}

.header-title {
    position: absolute;
    left: 60px;
    right: 60px;
    top: 0;
}

.header-title p {
    line-height: 52px;
    text-align: center;
}

nav ul {
    overflow: hidden;
    padding: 0;
    margin: 0;
}

nav .burger {
    cursor: pointer;
    padding: 17px;
    z-index: 1000;
    -moz-transform: translate3d(0,-9999em,0);
    -o-transform: translate3d(0,-9999em,0);
    -ms-transform: translate3d(0,-9999em,0);
    -webkit-transform: translate3d(0,-9999em,0);
    transform: translate3d(0,-9999em,0);
    position: fixed;
    right: 0;
    top: 0;
}

nav .burger.opaque {
    -moz-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

nav .burger div {
    background: #f12b15;
    height: 4px;
    width: 28px;
    margin-bottom: 4px;
    -webkit-backface-visibility: hidden;
    -moz-transform: translateZ(0);
    -o-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

nav .burger div:first-of-type,nav .burger div:last-of-type {
    -webkit-transition: -webkit-transform .3s ease .0s,background-color 0ms ease-out;
    -moz-transition: -moz-transform .3s ease .0s,background-color 0ms ease-out;
    -ms-transition: -ms-transform .3s ease .0s,background-color 0ms ease-out;
    -o-transition: -o-transform .3s ease .0s,background-color 0ms ease-out;
    transition: transform .3s ease .0s,background-color 0ms ease-out;
    position: relative;
}

nav .burger.transform div:first-of-type,nav .burger.transform div:last-of-type {
    -webkit-transition: -webkit-transform .4s ease .3s,background-color 250ms ease-in;
    -moz-transition: -moz-transform .4s ease .3s,background-color 250ms ease-in;
    -ms-transition: -ms-transform .4s ease .3s,background-color 250ms ease-in;
    -o-transition: -o-transform .4s ease .3s,background-color 250ms ease-in;
    transition: transform .4s ease .3s,background-color 250ms ease-in;
    background: #fff;
}

nav .burger.transform div:first-of-type {
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    top: 6px;
}

nav .burger.transform div:nth-child(2) {
    display: none;
}

nav .burger.transform div:last-of-type {
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    top: -2px;
}

nav .sections {
    z-index: 999;
    position: fixed;
    left: 0;
    right: 0;
    padding: 0 5%;
    overflow: hidden;
    background: #272727;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    -moz-transform: translateY(-1500px);
    -o-transform: translateY(-1500px);
    -ms-transform: translateY(-1500px);
    -webkit-transform: translateY(-1500px);
    transform: translateY(-1500px);
    width: 100%;
}

nav .sections .user-view-info {
    background: #202020;
    margin: 0 .5% 10px;
}

nav .sections .user-card {
    overflow: hidden;
    padding: 5px;
    margin: 0 .5%;
}

nav .sections .user-card .user-avatar {
    float: left;
}

nav .sections .user-card .user-avatar a {
    height: 40px;
    overflow: hidden;
    float: left;
}

nav .sections .user-card .user-avatar span {
    display: inline-block;
    height: 40px;
    width: 40px;
    background-size: 100% 100%;
    border-radius: 50%;
    display: inline-block;
}

nav .sections .user-card .user-avatar img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

nav .sections .user-card .user-info {
    margin-left: 50px;
    line-height: 40px;
}

nav .sections .user-card .user-info span {
    color: #fff;
}

nav .sections .user-card .user-info .user_center {
    float: right;
    color: #fff;
    margin-right: 15px;
    font-size: 12px;
}

nav .sections .user-card .user-info .login-out {
    float: right;
    font-size: 12px;
    color: #f3473a;
}

nav .sections p {
    display: none;
    line-height: 30px;
    color: #fff;
    font-size: 12px;
    padding-left: 10px;
    padding-top: 10px;
}

nav .sections.downward {
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    height: 100%;
    padding-top: 15%;
}

nav .social-tools {
    overflow: hidden;
    padding: 10px 0 10px 10px;
}

nav .social-tools li {
    display: inline-block;
    margin-right: 2%;
    float: left;
}

nav .social-tools li:last-of-type {
    margin-right: 0;
}

nav .social-tools li:last-of-type {
    float: right;
    margin-right: 10px;
    width: inherit;
}

nav .social-tools li:last-of-type a {
    color: #fff;
    display: block;
    line-height: 20px;
    text-align: right;
    font-size: 12px;
}

nav .social-tools li a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    padding: 6px;
}

nav .social-tools li.wx-login {
    display: none;
}

nav .social-tools li a.jm,nav .social-tools li a.login-weibo,nav .social-tools li a.login-qq,nav .social-tools li a.login-wx {
    width: 30px;
    height: 31px;
    display: inline-block;
    background-size: 100%;
}

@media only screen and (-webkit-min-device-pixel-ratio:1.0),only screen and (min--moz-device-pixel-ratio:1.0),only screen and (-o-min-device-pixel-ratio:100/100),only screen and (min-device-pixel-ratio:1.0) {
    nav .social-tools li a.jm,nav .social-tools li a.login-qq,nav .social-tools li a.login-weibo,nav .social-tools li a.login-wx {
        background-image: url(../image/login/login_1x.png);
    }

    nav .social-tools li a.login-weibo {
        background-position: 0 -52px;
    }

    nav .social-tools li a.login-qq {
        background-position: 0 -104px;
    }

    nav .social-tools li a.login-wx {
        background-position: 0 -155px;
    };
}

@media only screen and (-webkit-min-device-pixel-ratio:2.0),only screen and (min--moz-device-pixel-ratio:2.0),only screen and (-o-min-device-pixel-ratio:200/100),only screen and (min-device-pixel-ratio:2.0) {
    nav .social-tools li a.jm,nav .social-tools li a.login-qq,nav .social-tools li a.login-weibo,nav .social-tools li a.login-wx {
        background-image: url(../image/login/login_2x.png);
    }

    nav .social-tools li a.login-weibo {
        background-position: 0 -47px;
    }

    nav .social-tools li a.login-qq {
        background-position: 0 -94px;
    }

    nav .social-tools li a.login-wx {
        background-position: 0 -140px;
    };
}

@media only screen and (-webkit-min-device-pixel-ratio:3.0),only screen and (min--moz-device-pixel-ratio:3.0),only screen and (-o-min-device-pixel-ratio:300/100),only screen and (min-device-pixel-ratio:3.0) {
    nav .social-tools li a.jm,nav .social-tools li a.login-qq,nav .social-tools li a.login-weibo,nav .social-tools li a.login-wx {
        background-image: url(../image/login/login_3x.png);
    }

    nav .social-tools li a.login-weibo {
        background-position: 0 -45px;
    }

    nav .social-tools li a.login-qq {
        background-position: 0 -90px;
    }

    nav .social-tools li a.login-wx {
        background-position: 0 -135px;
    };
}

.scrolly {
    overflow: hidden;
}

nav .sections-list li {
    width: 24%;
    height: 40px;
    float: left;
    line-height: 40px;
    background: #393939;
    font-size: 14px;
    text-align: center;
    display: inline-block;
    margin: 0 .5% 1px;
}

nav .sections-list-big li {
    float: left;
    width: 49%;
    margin: 0 .5% 15px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
}

nav .sections-list-big li:first-of-type {
    background: #393939;
}

nav .sections-list-big li:nth-child(2) {
    background: #f3473a;
}

nav .sections-list-big li a i {
    display: inline-block;
    height: 20px;
    width: 20px;
    vertical-align: text-bottom;
    background-image: url(../image/icon/nav.png);
    background-repeat: no-repeat;
    background-size: 100%;
}

nav .sections-list-big li a.app i {
    background-position: 0 -22px;
}

nav .sections-list li img {
    width: 20px;
    display: inline-block;
    vertical-align: -3px;
}

nav .sections-list li span {
    display: inline-block;
}

nav .sections-list li a,nav .sections-list-big li a {
    color: #fff;
    text-decoration: none;
    white-space: nowrap;
}

nav form {
    position: relative;
    color: #ee2e24;
    width: 99%;
    height: 40px;
    line-height: 42px;
    margin: 12px .5%;
    font-size: 31px;
    text-align: center;
    background-color: #000;
}

nav form.js-input-value input,nav form.js-focus input {
    text-align: left;
    padding: 0 20px;
    width: 85%;
    left: 0;
    position: relative;
}

nav form.js-input-value button,nav form.js-focus button {
    display: block;
    width: 25%;
}

.nav-search {
    padding: 0 20px 0 10px;
    width: 20%;
    float: right;
    box-sizing: border-box;
    overflow: hidden;
    height: inherit;
    background-color: #393939;
    border: 0;
    outline: 0;
}

.nav-search i {
    float: right;
    width: 34px;
    height: 36px;
    background-image: url(../image/search.png);
    background-repeat: no-repeat;
    background-size: 100%;
}

nav .search {
    border: 0;
    border-radius: 0;
    color: #fff;
    font-size: 18px;
    line-height: 22px;
    text-align: left;
    height: 40px;
    padding-left: 5%;
    width: 80%;
    position: absolute;
    left: 0;
    background: #393939;
    outline: 0;
}

nav .search:focus {
    text-align: left;
    padding: 0 20px;
    width: 80%;
    overflow: hidden;
    height: 40px;
    left: 0;
}

nav [placeholder]:focus::-webkit-input-placeholder {
    transition: opacity 0s 0s ease;
}

nav [placeholder]::-webkit-input-placeholder,nav input::-webkit-input-placeholder,nav input:-moz-placeholder {
    text-align: center;
}

#hook {
    background: #fff;
    line-height: 40px;
    padding: 5px 10px;
    border: 1px solid #ccc;
    font-weight: bold;
    font-size: 14px;
    color: #888;
    text-align: center;
    transition: all ease .5s;
    position: absolute;
    top: 0;
    left: 20%;
    width: 60%;
}

#hook.hide {
    top: -58px;
}

#hook.show {
    top: -3px;
}

#hook #loader {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: url(../plugins/iscroll/pull-icon@2x.png) 0 0 no-repeat;
    -webkit-background-size: 40px 80px;
    background-size: 40px 80px;
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 250ms;
    vertical-align: middle;
}

#hook #loader {
    -webkit-transform: rotate(0deg) translateZ(0);
}

#hook.loading #loader {
    background-position: 0 100%;
    -webkit-transform: rotate(0deg) translateZ(0);
    -webkit-transition-duration: 0ms;
    -webkit-animation-name: loading;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
}

@-webkit-keyframes loading {
    from {
        -webkit-transform: rotate(0deg) translateZ(0);
    }

    to {
        -webkit-transform: rotate(360deg) translateZ(0);
    };
}

.b-nav {
    background: #000;
    height: 100px;
}

.b-nav li {
    float: left;
    width: 25%;
    text-align: center;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    border-bottom: 1px solid #1e1e1e;
}

.b-nav li a {
    color: #95a0ac;
}

.assortment {
    width: 100%;
    text-align: center;
    font-size: 16px;
    line-height: 40px;
    color: #95a0ac;
    background: #1e1e1e;
}

.assortment a {
    color: #95a0ac;
    padding: 0 15px;
}

.assortment a:active {
    color: #95a0ac;
}

.pagination a {
    padding-right: 10px;
    font-size: 14px;
    line-height: 30px;
    color: #333;
}

.pagination a:active {
    color: #fff;
}

.pagination a:visited {
    color: #666;
}