body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, legend, input, button, textarea, p, blockquote, th, td, header, section, aside, nav, menu, hgroup, audio, video, figure, figcaption, footer, article {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

em {
    font-style: normal;
}

fieldset, img {
    border: 0;
}

address, caption, cite, code, dfn, em, th, var, optgroup {
    font-style: inherit;
    font-weight: inherit;
}

del, ins {
    text-decoration: none;
}

li {
    list-style: none;
}

caption, th {
    text-align: left;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
}

q: before, q: after {
    content: '';
}

abbr, acronym {
    border: 0;
    font-variant: normal;
}

sup {
    vertical-align: baseline;
}

sub {
    vertical-align: baseline;
}

body, input, button, textarea, select {
    *font-size: 100%;
    outline: 0;
    font: normal 12px/1.5 'Hiragino Sans GB','Microsoft YaHei','SimSun',tahoma,arial,sans-serif;
}

textarea {
    resize: none;
    outline: 0;
}

i, cite {
    font-style: normal;
}

.clearfix {
    zoom: 1;
}

    .clearfix: after {
        content: "";
        display: block;
        clear: both;
        height: 0;
        visibility: hidden;
    }

a {
    color: #333;
    text-decoration: none;
}

    a: hover {
        color: #333;
        text-decoration: underline;
    }

    a: focus {
        outline: 0;
    }

.hide {
    display: none;
}

.fr {
    float: right;
}

.fl {
    float: left;
}

.yahei {
    font-family: 'Microsoft Yahei';
}

.ch {
    font-family: 'SimSun';
}

.f12 {
    font-size: 12px;
}

.f24 {
    font-size: 24px;
    vertical-align: -3px;
    padding-right: 5px;
}

.f14 {
    font-size: 14px;
}

.f16 {
    font-size: 16px;
}

.f18 {
    font-size: 18px;
}

.bold {
    font-weight: bold;
}

.f22 {
    font-size: 22px;
}

.mt5 {
    margin-top: 5px;
}

.mt10 {
    margin-top: 10px;
}

.mt20 {
    margin-top: 20px;
}

.mt30 {
    margin-top: 30px;
}

.mt40 {
    margin-top: 40px;
}

.mt80 {
    margin-top: 88px;
}

.pl20 {
    padding-left: 20px;
}

.pl10 {
    padding-left: 10px;
}

.center {
    text-align: center;
}

.block {
    display: block;
}

.black {
    color: #333;
}

.bluelink, .bluelink: hover {
    color: #45a5e8;
}

.un, .un: hover {
    text-decoration: underline;
}

.line-through {
    text-decoration: line-through;
}

.gray, .gray: hover {
    color: #a6a6a6;
}

.pink, .pink: hover, .error {
    color: #f53375;
}

.white, .white: hover {
    color: #fff;
}

.red, .red: hover {
    color: red;
}

.yellow, .yellow: hover {
    background: #ff862b;
    padding: 0 3px 1px 3px;
}

.ellipsis {
    white-space: nowrap;
    word-wrap: normal;
    word-break: normal;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
}

.placeholder {
    color: #a9a9a9;
}

select {
    padding: 6px 14px;
    font-size: 14px;
    color: #555;
    margin: 0 3px 0 0;
    border: 1px solid #ccc;
}

.textbox, textarea {
    border: 1px solid #ccc;
    padding: 5px 3px;
    width: 250px;
    font-size: 14px;
    background-color: #fff;
    color: #444;
}

textarea {
    overflow-x: hidden;
    overflow-y: auto;
    padding: 3px 3px;
    height: 50px;
    width: 392px;
    height: 70px;
}

    .textbox: hover, textarea: hover, .textbox: focus, .textarea: focus {
        border-color: #ccc;
    }

.triangle-red {
    width: 0;
    border: 0;
    border-width: 6px;
    border-style: solid;
    border-color: transparent transparent transparent #e90060;
    _border-color: #fff #fff #fff #e90060;
    display: inline-block;
    *font-size: 0;
    overflow: hidden;
    margin-left: 4px;
}

.triangle-blue {
    width: 0;
    border: 0;
    border-width: 4px;
    border-style: solid;
    border-color: transparent transparent transparent #1d9bd6;
    _border-color: #2a042e #2a042e #2a042e #1d9bd6;
    display: inline-block;
    *font-size: 0;
    overflow: hidden;
    margin-left: 6px;
    line-height: 0;
}

.checkbox {
    vertical-align: middle;
}

.btn-rush, .btn-meituverify, .bottom-r .img, .d-close, .code-meitukiss, .triangle, .cart-del {
    background: url(../WebImages/sprite_new.png) no-repeat;
}

.btn, .pay-result, .btn-red, .btn-red-m, .btn-red-s, .btn-gray-s, .tip_over {
    background: url(../WebImages/sprite.png) no-repeat;
}

.dialog-layout {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .3;
    filter: alpha(opacity=30);
    z-index: 9;
}

.dialog-layout {
    _position: absolute;
    _height: expression(documentElement.clientHeight);
    _top: expression(documentElement.scrollTop);
    _left: expression(documentElement.scrollLeft);
}

.dialog {
    background: #fff;
    position: absolute;
    padding: 3px;
    z-index: 10;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    background-color: #fff;
    border: 1px solid #b7b7b7;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.4);
    -moz-box-shadow: 0 1px 1px rgba(0,0,0,.4);
    box-shadow: 0 1px 1px rgba(0,0,0,.4);
}

.d-title {
    cursor: move;
    border-bottom: 1px solid #e6e6e6;
    margin: 6px 0;
    position: relative;
    padding: 10px 15px 10px 12px;
    font-size: 20px;
    font-weight: normal;
    -moz-user-select: none;
    -webkit-user-select: none;
}

.d-close {
    border: 0;
    cursor: pointer;
    position: absolute;
    right: 6px;
    top: 4px;
    width: 28px;
    height: 28px;
    background-position: -310px -110px;
}

.d-content {
    padding: 0 30px;
}

.d-bottom {
    text-align: center;
    padding: 10px 0 20px;
}

.d-btn {
    padding: 6px 20px;
    font-size: 12px;
    color: #fff;
    border: 0;
    text-decoration: none;
    *zoom: 1;
    margin: 0 5px;
    line-height: normal;
    letter-spacing: 2px;
    border-radius: 3px;
}

.d-ok {
    background: #f53375;
    color: #fff;
}

    .d-ok: hover {
        background: #f9447e;
        text-decoration: none;
        color: #fff;
    }

.d-cancle {
    background: #aaa;
    color: #fff;
}

    .d-cancle: hover {
        background: #ccc;
        color: #fff;
        text-decoration: none;
    }

.d-bg {
    background: #fff;
}

.d-c-p {
    padding: 20px 0 15px;
    color: #444;
    font-size: 16px;
    text-align: center;
}

.cloud-zoom {
    display: block;
    width: 350px;
    height: 350px;
}

.cloud-zoom-lens {
    background-color: #fff;
    cursor: crosshair;
}

.cloud-zoom-title {
    position: absolute!important;
    background-color: #000;
    color: #fff;
    padding: 3px;
    width: 100%;
    text-align: center;
    font-weight: bold;
    font-size: 10px;
    top: 0;
    display: none;
}

.cloud-zoom-big {
    overflow: hidden;
}

.cloud-zoom-loading {
    color: #a8a8a8;
    background: #fff;
    opacity: .2;
    background: url(../WebImages/loading.gif) center center #fff no-repeat;
    height: 50px;
    width: 50px;
    text-indent: -999em;
    border-radius: 6px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -25px 0 0 -25px;
}

body {
    color: #333;
    background: #fff;
}

#header {
    width: 100%;
    height: 55px;
    background: #f1f1f1;
    border-bottom: 1px solid #e7e7e7;
}

.header-content {
    width: 1000px;
    margin: 0 auto;
    height: 55px;
    background: #f1f1f1;
    position: relative;
    z-index: 3;
}

.global-header-container {
    height: 67px;
    position: relative;
    z-index: 10;
}

.sub-nav {
    width: 1000px;
    height: 60px;
    position: relative;
    margin: 0 auto;
    border-bottom: 1px solid #e1e1e1;
    z-index: 1;
}

.image-panel {
    width: 100%;
    height: 360px;
    float: left;
}

#main-index {
    line-height: normal;
    width: 1680px;
    height: 360px;
    left: 50%;
    margin: 0 0 0 -840px;
    position: absolute;
    background: url(../WebImages/Scroll01.png) -2px 0 no-repeat;
}

#main-index-jg2020 {
    line-height: normal;
    width: 1680px;
    height: 360px;
    left: 50%;
    margin: 0 0 0 -840px;
    position: absolute;
    background: url(../WebImages/Jg2020/BackgroundJg2020.jpg) -2px 0 no-repeat;
}

#main-index-jx2020 {
    line-height: normal;
    width: 1680px;
    height: 360px;
    left: 50%;
    margin: 0 0 0 -840px;
    position: absolute;
    background: url(../WebImages/Jx2020/BackgroundJx2020.jpg) -2px 0 no-repeat;
}

#main-index-jg2015 {
    line-height: normal;
    width: 1680px;
    height: 360px;
    left: 50%;
    margin: 0 0 0 -840px;
    position: absolute;
    background: url(../WebImages/Jg2015/BackgroundJg2015.jpg) -2px 0 no-repeat;
}

#main-index-jx2015 {
    line-height: normal;
    width: 1680px;
    height: 360px;
    left: 50%;
    margin: 0 0 0 -840px;
    position: absolute;
    background: url(../WebImages/Jx2015/BackgroundJx2015.jpg) -2px 0 no-repeat;
}

#main-index-jg2010 {
    line-height: normal;
    width: 1680px;
    height: 360px;
    left: 50%;
    margin: 0 0 0 -840px;
    position: absolute;
    background: url(../WebImages/Jg2010/BackgroundJg2010.jpg) -2px 0 no-repeat;
}

#main-index-jx2010 {
    line-height: normal;
    width: 1680px;
    height: 360px;
    left: 50%;
    margin: 0 0 0 -840px;
    position: absolute;
    background: url(../WebImages/Jx2010/BackgroundJx2010.jpg) -2px 0 no-repeat;
}

#main-index-ep2013 {
    line-height: normal;
    width: 1680px;
    height: 360px;
    left: 50%;
    margin: 0 0 0 -840px;
    position: absolute;
    background: url(../WebImages/Ep2013/BackgroundEp2013.jpg) -2px 0 no-repeat;
}

#main-index-pw2016 {
    line-height: normal;
    width: 1680px;
    height: 360px;
    left: 50%;
    margin: 0 0 0 -840px;
    position: absolute;
    background: url(../WebImages/Pw2016/BackgroundPw2016.jpg) -2px 0 no-repeat;
}

#main-index-pw2009 {
    line-height: normal;
    width: 1680px;
    height: 360px;
    left: 50%;
    margin: 0 0 0 -840px;
    position: absolute;
    background: url(../WebImages/Pw2009/BackgroundPw2009.jpg) -2px 0 no-repeat;
}

#main-index-ct2017 {
    line-height: normal;
    width: 1680px;
    height: 360px;
    left: 50%;
    margin: 0 0 0 -840px;
    position: absolute;
    background: url(../WebImages/Ct2017/BackgroundCt2017.jpg) -2px 0 no-repeat;
}

#main-index-ys2006 {
    line-height: normal;
    width: 1680px;
    height: 360px;
    left: 50%;
    margin: 0 0 0 -840px;
    position: absolute;
    background: url(../WebImages/Ys2006/BackgroundYs2006.jpg) -2px 0 no-repeat;
}

#main-index-EpNet2010 {
    line-height: normal;
    width: 1680px;
    height: 360px;
    left: 50%;
    margin: 0 0 0 -840px;
    position: absolute;
    background: url(../WebImages/EpNet2010/BackgroundEpNet.jpg) -2px 0 no-repeat;
}

.main-index-content {
    width: 1000px;
    height: 300px;
    position: relative;
    margin: 0 auto;
    background-position: 50% -168px;
}

#container {
    width: 1000px;
    margin: 0 auto;
}

#footer {
    text-align: center;
    padding: 40px 0 30px 0;
    color: #666;
}

    #footer a {
        color: #666;
    }

.border {
    border: solid 1px #f2f2f2;
    background: #fff;
    overflow: hidden;
}

.crumb {
    font-size: 14px;
    padding-bottom: 11px;
    color: #666;
    margin-top: 40px;
}

    .crumb a {
        color: #666;
    }

        .crumb .current, .crumb a: hover {
            color: #fc5d79;
        }

.icon, .supportnav em, .supportnav .current s, .vip-success {
    background: url(../WebImages/icon.png) no-repeat;
}

.icon {
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    *zoom: 1;
}

.icon-sina {
    background-position: 0 -61px;
    width: 18px;
}

.icon-tencent {
    background-position: 2px -80px;
    height: 18px;
}

.icon-goTop {
    width: 16px;
    height: 12px;
    background-position: 0 -343px;
    display: block;
    margin-left: -2px;
    overflow: hidden;
}

.icon-vip, .icon-cart, .nav-sub .icon, .icon-weixin, .main-index-content .slidesjs-previous, .main-index-content .slidesjs-next, .icon-vip-weibo {
    background: url(../WebImages/sprite24.png) -2px -1px no-repeat;
    width: 19px;
    height: 24px;
}

.icon-vip {
    vertical-align: top;
    background-position: -2px -4px;
}

.icon-vip-weibo {
    background-position: 0 -452px;
    width: 16px;
    height: 16px;
}

.icon-circle {
    position: absolute;
    width: 17px;
    height: 16px;
    background-position: -24px -24px;
    right: 15px;
    top: 12px;
    visibility: hidden;
}

.icon-plus {
    background-position: -27px -2px;
    width: 10px;
    height: 13px;
    overflow: hidden;
    margin: 0 4px;
    vertical-align: middle;
    _margin-top: 15px;
    _vertical-align: 0;
}

.icon-selected {
    visibility: hidden;
    background-position: -6px -760px;
    width: 43px;
    height: 35px;
    position: absolute;
    bottom: 0;
    right: 0;
}

.current .icon-selected {
    visibility: visible;
}

.icon-cart {
    background-position: 0 -91px;
    *background-position: 0 -90px;
    width: 20px;
    height: 16px;
    margin-right: 3px;
    *vertical-align: top;
}

.header-top .icon-sina {
    background-position: 0 -33px;
    width: 22px;
    height: 20px;
}

.icon-weixin {
    background-position: 0 -61px;
    width: 22px;
    height: 23px;
    cursor: pointer;
}

.icon-cart-plus {
    background-position: -43px -63px;
    _background-position: -43px -60px;
}

.icon-new {
    background-position: 0 -824px;
    width: 24px;
    height: 19px;
    position: absolute;
    top: 4px;
    right: -15px;
    *display: none;
}

.btn-red, .btn-red-m, .btn-red-s, .btn-gray-s {
    background-position: 0 -50px;
    height: 24px;
    line-height: 24px;
    display: inline-block;
    color: #fff;
    width: 74px;
    text-align: center;
    font-size: 12px;
    border: solid 1px #d31739;
    border-radius: 3px;
    box-shadow: 0 1px 1px rgba(0,0,0,0.2);
}

    .btn-red: hover, .btn-red-m: hover, .btn-red-s: hover {
        text-decoration: none;
        color: #fff;
    }

.btn-red {
    height: 38px;
    line-height: 38px;
    font-size: 16px;
    background-position: 0 0;
}

.btn-red-m {
    height: 30px;
    line-height: 30px;
    width: 104px;
    font-size: 14px;
}

.btn-gray-s, .btn-gray-s: hover {
    background-position: 0 -127px;
    height: 36px;
    line-height: 36px;
    width: 110px;
    font-size: 16px;
    vertical-align: middle;
    border-color: #bbb;
    color: #555;
}

.shopcard-result-btn .btn-red {
    height: 36px;
    line-height: 36px;
    width: 110px;
    vertical-align: middle;
    margin-left: 12px;
}

.pagination {
    text-align: right;
    overflow: hidden;
    padding: 20px 25px;
}

.page-item {
    padding: 4px 9px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 3px;
}

a.page-item: hover, .pagination .current {
    border-color: #c22256;
    background: #f9437e;
    color: #fff;
    text-decoration: none;
}

.logo {
    position: absolute;
    width: 200px;
    height: 26px;
    font-size: 20px;
    font-weight: normal;
    top: 22px;
    left: 2px;
}

    .logo, .logo: hover {
        text-decoration: none;
        color: #5f5f5f;
    }

.logo-meitushouji1s, .logo-meitushouji1c, .logo-meitushouji2 {
    /*background: url(http://img.app.meitudata.com/meitushop/images/meitushouji1s.png?20140422) -5px -60px no-repeat;*/
    background: url(../WebImages/Jg2010/LogoJg2010.png) -5px -60px no-repeat;
    text-indent: -999em;
    _background: 0;
    _text-indent: 0;
    width: 170px;
    height: 57px;
    display: block;
}

.top-nav {
    width: 860px;
    right: 0;
    top: 18px;
    position: absolute;
    text-align: right;
    z-index: 3;
}

.top-nav-item {
    float: right;
    margin-left: 26px;
    font-weight: bold;
    font-size: 14px;
    color: #fff;
    padding: 9px 0;
    position: relative;
}

.top-nav-link {
    padding: 9px 0;
}

    .top-nav-link, .top-nav-link: hover {
        color: #686868;
        text-decoration: none;
    }

.top-nav .current {
    border-bottom: 4px solid #b9b9b9;
}

.sub-nav-fixed {
    position: fixed;
    _display: none;
    width: 100%;
    z-index: 20;
    border-bottom: 1px solid #ebebeb;
    top: -54px;
    -webkit-transition: .6s;
    -moz-transition: .6s;
    -ms-transition: .6s;
    -o-transition: .6s;
    transition: .6s;
}

.sub-nav-fixed-bg {
    background: #f0f0f0;
    opacity: .95;
    filter: alpha(opacity=95);
    width: 100%;
    height: 54px;
    position: absolute;
    left: 0;
}

.sub-nav-fixed-content {
    width: 1000px;
    margin: 0 auto;
    height: 54px;
    line-height: 54px;
    position: relative;
    top: 0;
}

.sub-nav-fixed .logo-meitushouji1s, .sub-nav-fixed .logo-meitushouji1c, .sub-nav-fixed .logo-meitushouji2 {
    top: 13px;
    left: 0;
    background-position: -5px -65px;
    height: 40px;
}

.sub-nav-fixed .top-nav {
    padding: 0;
    top: 0;
}

.sub-nav-fixed .top-nav-item {
    padding: 0;
    text-shadow: 0 1px 1px rgba(3,5,3,.2);
    margin-left: 35px;
}

.sub-nav-fixed .top-nav .current {
    border: 0;
}

    .sub-nav-fixed .top-nav .current .top-nav-link, .sub-nav-fixed .top-nav .top-nav-link a: hover {
        color: #f53269;
        text-shadow: 0 1px 1px rgba(255,255,255,.2);
    }

.sub-nav-fixed .top-nav-link, .sub-nav-fixed .top-nav-link: hover {
    color: #323232;
}

.sub-nav-fixed .btn-header-red, .sub-nav-fixed .btn-header-red: hover {
    color: #fff;
    margin-top: 13px;
}

.sub-nav-fixed-translate {
    top: 0;
}

.header-content a {
    color: #4a494c;
}

    .header-content a: hover, .header-content .nav-current {
        color: #ff566d;
        text-decoration: none;
    }

.nav {
    margin-left: 40px;
    _display: inline;
    float: left;
}

.nav-item {
    float: left;
    font-size: 14px;
    text-align: center;
    position: relative;
}

.nav-link {
    display: block;
    padding: 0 20px;
    _padding-right: 30px;
    height: 55px;
    line-height: 54px;
    float: left;
}

    .nav-link: hover {
        text-decoration: none;
    }

.nav-link-line {
    width: 100%;
    _width: 106px;
    height: 4px;
    overflow: hidden;
    background: #ff8092;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    visibility: hidden;
}

.header-content .nav-link-more {
    background: #fbfafa;
    text-decoration: none;
    color: #ff566d;
}

.nav-link-more .nav-link-line {
    visibility: visible;
}

.icon-nav-triangle {
    background-position: 0 -863px;
    width: 10px;
    height: 8px;
    overflow: hidden;
    margin-left: 6px;
    _position: absolute;
    _top: 23px;
}

.nav-link-more .icon-nav-triangle, .nav-current .icon-nav-triangle {
    background-position: 0 -875px;
}

.nav-sub {
    position: absolute;
    width: 112px;
    left: 0;
    left: -1px \9;
    top: 55px;
    padding: 1px 0;
    background: #fff;
    -webkit-box-shadow: -1px 6px 7px rgba(0,0,0,.1);
    -moz-box-shadow: -1px 6px 7px rgba(0,0,0,.1);
    box-shadow: -1px 6px 7px rgba(0,0,0,.1);
    border: 1px solid #eee \9;
    border-top: 0;
    display: none;
}

.nav-sub-link {
    display: block;
    text-align: left;
    padding-left: 20px;
    height: 37px;
    line-height: 36px;
}

.header-content .nav-sub-link: hover {
    background: #ffdadf;
    color: #4a494c;
}

.nav-sub-banner {
    background: red;
    position: absolute;
    width: 110px;
    height: 120px;
    left: 127px;
    top: 0;
    display: none;
    background: #fff;
    -webkit-box-shadow: -1px 6px 7px rgba(0,0,0,.1);
    -moz-box-shadow: -1px 6px 7px rgba(0,0,0,.1);
    box-shadow: -1px 6px 7px rgba(0,0,0,.1);
}

.nav-right {
    width: 170px;
    height: 55px;
    float: right;
    background: #eaeaea;
    /*display:none;*/
}

.nav-user-area {
    width: 112px;
    border-right: 1px solid #f1f1f1;
    position: relative;
    float: left;
}

.nav-login {
    text-align: center;
    line-height: 54px;
    height: 55px;
}

    .nav-login span {
        margin: 0 0 0 20px;
    }

.icon-nav-login {
    background-position: -22px -863px;
    margin-right: 4px;
    _display: none;
}

.cart-link {
    float: right;
    width: 50px;
    height: 55px;
    line-height: 54px;
    text-align: center;
    position: relative;
}

.cart-num {
    background: #ff566d;
    width: 16px;
    height: 16px;
    border-radius: 8px;
    position: absolute;
    top: 9px;
    right: 6px;
    color: #fff;
    line-height: normal;
    font-size: 12px;
    text-align: center;
}

.nav-user-area .nav-link {
    padding: 0;
    word-wrap: break-word;
    word-break: break-all;
    width: 112px;
    height: 55px;
    overflow: hidden;
    float: none;
    line-height: 54px;
    position: relative;
}

.nav-user-area .icon-nav-triangle {
    position: absolute;
    top: 25px;
    right: 3px;
}

.nav-username {
    width: 88px;
    display: block;
    position: relative;
    margin: 0 auto;
    text-align: center;
    padding-right: 6px;
}

.header-content .icon-cart {
    position: absolute;
    top: 20px;
    left: 11px;
}

.nav-sub .icon-nav-usercenter {
    background-position: 0 -277px;
}

.nav-sub .icon-nav-orderlist {
    background-position: 0 -310px;
}

.nav-sub .icon-nav-support {
    background-position: 0 -346px;
}

.nav-sub .icon-nav-vip {
    background-position: 0 -378px;
}

.nav-sub .icon-nav-logout {
    background-position: 0 -415px;
}
/*.meitukiss-note {
	height: 84px;
	background: url(http://img.app.meitudata.com/meitushop/images/bg_afterservice.png?20130911) 50% 0 #f2f2f2 no-repeat;
	margin-top: 20px
}*/
.note-item {
    float: left;
    width: 240px;
    text-indent: -999em;
    height: 84px;
}

.bottom {
    margin-top: 0;
    padding: 30px 0 20px 50px;
    font-size: 14px;
    color: #999;
    line-height: 26px;
    border-bottom: 1px solid #f2f2f2;
}

    .bottom a {
        color: #999;
    }

.bottom-l {
    width: 160px;
    float: left;
    margin-right: 50px;
}

.bottom-c {
    float: left;
    width: 150px;
}

.bottom-c-t {
    font-weight: bold;
    padding-bottom: 4px;
    color: #333;
}

.bottom-r {
    float: right;
    width: 300px;
    height: 96px;
    background-position: -170px -78px;
}

    .bottom-r .img {
        width: 50px;
        height: 50px;
        margin-right: 10px;
        background-position: -187px -116px;
        float: left;
    }

    .bottom-r .phone-service-img {
        background-position: -187px -191px;
    }

    .bottom-r .content {
        font-size: 16px;
        line-height: 23px;
    }

    .bottom-r .bottom-r-title {
        color: #333;
        font-size: 18px;
    }

.btn-meituverify {
    display: block;
    width: 150px;
    height: 60px;
    background-position: 0 -121px;
    text-indent: -999em;
    margin-top: 5px;
}

.detail-content {
    text-align: center;
    position: relative;
    overflow: hidden;
    margin: 40px auto;
}

    .detail-content img {
        margin: 0 auto;
        display: block;
    }

    .detail-content .text {
        position: absolute;
        color: #999;
        font-size: 14px;
        position: absolute;
        width: 424px;
        text-align: left;
        left: 442px;
        top: 461px;
        line-height: 26px;
    }

.detail-slide-item {
    margin-right: 10px;
}

    .detail-slide-item img {
        border: 2px solid #ddd;
    }

.detail-slide-r .current img {
    border-color: #f53375;
}

.detail-slide-l {
    width: 770px;
    float: left;
    margin: 0 25px;
    *margin-right: 18px;
    _display: inline;
    height: 560px;
    overflow: hidden;
}

    .detail-slide-l img {
        display: block;
    }

.detail-slide-r {
    float: left;
    padding-bottom: 10px;
}

.detail-param {
    font-size: 16px;
    display: block;
    margin: 0 auto 30px auto;
    width: 797px;
}

    .detail-param td {
        padding: 20px 0;
        border: 1px solid #d1d3d4;
        line-height: 40px;
        color: #4c4c4c;
    }

    .detail-param .detail-td-l {
        font-weight: bold;
        width: 230px;
        margin: 0 auto;
        border-left: none;
        border-right: 0;
    }

    .detail-param .detail-td-r {
        text-align: left;
        padding-left: 59px;
        border-right: 0;
        padding-right: 20px;
    }

    .detail-param .line {
        text-shadow: none;
        padding: 0 20px;
    }

.bg-even {
    background: #f5f5f5;
}

#photo-slider, #photo-carousel {
    width: 908px;
}

    #photo-slider .flex-direction-nav a {
        width: 102px;
        height: 95px;
        margin-top: -48px;
        display: none;
    }

    #photo-slider .flex-direction-nav .flex-prev {
        background-position: 0 -206px;
        left: 30px;
    }

    #photo-slider .flex-direction-nav .flex-next {
        background-position: 0 -301px;
        right: 30px;
    }

#photo-carousel {
    margin-top: 20px;
}

    #photo-carousel .slides img {
        width: auto;
        height: auto;
    }

    #photo-carousel .flex-active-slide img {
        border-color: #f53375;
    }

    #photo-carousel .flex-active-slide {
        background-position: 100% -157px;
    }

    #photo-carousel .flex-direction-nav a {
        width: 18px;
        height: 61px;
        border: 1px solid #eee;
        margin-top: -32px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }

    #photo-carousel .flex-direction-nav .flex-prev {
        background-position: -18px -102px;
        left: -32px;
    }

    #photo-carousel .flex-direction-nav .flex-next {
        background-position: -18px -41px;
        right: -32px;
    }

    #photo-carousel img, #carousel img {
        border: 2px solid #ddd;
    }

.address {
    width: 890px;
    margin: 0 auto;
    padding: 30px 0;
    overflow: hidden;
    position: relative;
}

    .address .item {
        overflow: hidden;
        line-height: 40px;
    }

.addr-title {
    font-size: 30px;
    padding: 2px 0 30px 14px;
}

.addr-l {
    width: 310px;
    height: 350px;
    float: left;
    overflow: hidden;
    margin-left: 15px;
    _display: inline;
}

.addr-r {
    float: right;
    width: 550px;
    font-size: 14px;
    margin-right: 10px;
    _display: inline;
}

    .addr-r .item-text {
        font-size: 14px;
        width: 80px;
        text-align: right;
        float: left;
        padding-right: 10px;
    }

    .addr-r .error {
        display: block;
        padding: 0 0 4px 92px;
        height: 17px;
        line-height: 14px;
        font-size: 13px;
        text-align: left;
    }

    .addr-r select {
        padding: 8px 15px;
    }

    .addr-r textarea {
        width: 365px;
        display: block;
    }

    .addr-r .line {
        height: 20px;
        border-top: 1px solid #efdec4;
        margin-top: 35px;
    }

    .addr-r .delivery-list {
        padding-top: 5px;
    }

        .addr-r .delivery-list li {
            display: block;
            float: none;
            line-height: 26px;
        }

.invoice-area {
    _padding-top: 10px;
}

.btn-address-ok {
    float: right;
    width: 176px;
    height: 58px;
    background-position: 1px -209px;
    margin-top: 15px;
    border: 0;
    font-size: 20px;
    color: #fff;
}

    .btn-address-ok: hover {
        opacity: .9;
        filter: alpha(opacity=90);
    }

.addr-verify {
    display: inline-block;
    margin: 25px 0 0 80px;
}

.product-guige {
    float: left;
    height: 136px;
    overflow: hidden;
}

    .product-guige li {
        float: left;
        margin-right: 16px;
        position: relative;
    }

.product-img {
    border: 3px solid #eee;
    border-radius: 5px;
}

.selected .product-img {
    border-color: #f53375;
    display: block;
}

.product-name {
    padding: 0 0 3px 3px;
    font-size: 14px;
    text-align: left;
}

.address .product-name {
    padding-bottom: 0;
}

.choose-container {
    color: #757373;
    font-size: 14px;
    width: 906px;
    margin: 0 auto;
    _width: 920px;
}

    .choose-container a, .choose-container a: hover {
        color: #565656;
        text-decoration: none;
    }

        .choose-container a.un, .choose-container a.un: hover {
            text-decoration: underline;
        }

.choose-l {
    float: left;
    width: 280px;
    margin-right: 25px;
    padding-bottom: 73px;
}

.choose-titlebar {
    height: 70px;
    background: #ebebeb;
    width: 220px;
    position: relative;
    margin: 30px 0;
    line-height: 70px;
}

.choose-l .choose-titlebar {
    margin-left: 20px;
}

.choose-container .choose-titlebar-current {
    background-color: #ffeaef;
    color: #ff305c;
}

.choose-titlebar-num {
    font-size: 50px;
    font-family: Arial;
    padding-left: 24px;
}

.choose-titlebar-tip {
    position: absolute;
    border-color: transparent transparent transparent #ebebeb;
    _border-color: #fff #fff #fff #ebebeb;
    border-width: 21px;
    border-style: solid;
    width: 0;
    height: 0;
    overflow: hidden;
    top: 0;
    right: -42px;
    border-bottom-width: 35px;
    border-top-width: 35px;
}

.choose-titlebar-current .choose-titlebar-tip {
    border-left-color: #ffeaef;
}

.choose-titlebar-desc {
    font-size: 20px;
    position: absolute;
    line-height: normal;
    top: 11px;
    left: 73px;
}

.choose-titlebar-text {
    font-size: 14px;
}

.choose-list {
    overflow: hidden;
    padding: 5px 0 20px 22px;
}

.choose-li {
    width: 232px;
}

.choose-l-bg {
    background: #fae7d2;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.phone-area {
    display: none;
}

.choose-model, .choose-color, .choose-version {
    border: 1px solid #c7c7c7;
    width: 226px;
    padding: 2px;
    border-radius: 5px;
    margin-top: 20px;
    position: relative;
    background: #f3f3f3;
    cursor: pointer;
}
/*.choose-model-img {
	height: 100px;
	background: url(http://img.app.meitudata.com/meitushop/images/bg_phone_choose.png?20140429);
	display: block;
	text-indent: -999em;
	border-radius: 5px
}*/
.choose-model-img1 {
    background-position: 0 -100px;
}

.choose-model-img2 {
    background-position: 0 -200px;
}

.choose-model-img3 {
    background-position: 0 -300px;
}

.choose-over {
    font-size: 18px;
    position: absolute;
    left: 75px;
    bottom: 8px;
}

.choose-container .current {
    border: 3px solid #ff305c;
    padding: 0;
}

.choose-mask {
    position: absolute;
    width: 100%;
    height: 100%;
    _height: 86px;
    background: #fff;
    opacity: .6;
    filter: alpha(opacity=60);
    top: 0;
    left: 0;
    display: none;
    z-index: 3;
}

.choose-version-wrap .choose-mask {
    _height: 130px;
}

.choose-li .choose-mask {
    _height: 110px;
}

.over .choose-mask {
    display: block;
}

.choose-r {
    float: left;
    padding-left: 50px;
    border-left: 1px solid #e1e1e1;
    min-height: 420px;
    padding-bottom: 60px;
    position: relative;
}

    .choose-r .choose-mask {
        display: block;
    }

.choose-r-showcolor .choose-color-wrap .choose-mask {
    display: none;
}

.choose-r-showcolor .over .choose-mask {
    display: block;
}

.choose-container .choose-r-showversion .choose-mask {
    display: none;
}

.choose-edition-title {
    margin-top: 40px;
    font-size: 16px;
    padding-bottom: 6px;
    border-bottom: 1px solid #f2f2f2;
}

.choose-color-wrap, .choose-version-wrap {
    float: left;
    margin-right: 22px;
    position: relative;
}

.choose-color, .choose-version {
    display: block;
    width: 152px;
    height: 60px;
    font-size: 16px;
    border-radius: 3px;
    padding: 2px;
    line-height: 59px;
    text-align: center;
    font-weight: bold;
    background-color: #f9f9f9;
    border: solid 1px #c7c7c7;
    background-image: linear-gradient(to top,#f3f3f3,#fff);
}

.color_container .over .choose-color {
    line-height: 22px;
    padding-top: 10px;
    height: 50px;
}

.choose-version {
    width: 242px;
    height: 86px;
    line-height: 24px;
    font-weight: normal;
    font-size: 14px;
    padding-top: 20px;
}

.version_container {
    display: none;
}

    .version_container .current {
        padding: 18px 0 0 0;
    }

.choose-container .btn-red, .choose-container .btn-red: hover {
    color: #fff;
    width: 170px;
    height: 54px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    background: #fd5688;
    background-image: -webkit-linear-gradient(bottom,#fa204f,#ff4575);
    background-image: -moz-linear-gradient(bottom,#fa204f,#ff4575);
    background-image: -o-linear-gradient(bottom,#fa204f,#ff4575);
    background-image: linear-gradient(to top,#fa204f,#ff4575);
    text-align: center;
    line-height: 53px;
    border-color: #fd5271;
    font-size: 20px;
    margin-top: 40px;
}

.choose-present {
    position: absolute;
    top: 25px;
    left: 266px;
    border: 4px solid #c4d3fa;
    display: none;
}

.choose-present-wrap: hover .choose-present {
    display: block;
}
/*.steps {
	width: 962px;
	height: 49px;
	margin: 20px auto;
	background: url(http://img.app.meitudata.com/meitushop/images/steps.png) no-repeat
}*/
/*.step2 {
	background-position: 0 -50px
}
.step3 {
	background-position: 0 -100px
}*/
.cart-nodata {
    line-height: 240px;
    font-size: 16px;
    text-align: center;
    padding-bottom: 40px;
}
/*.dingdan-top {
	height: 650px;
	background: url(http://img.app.meitudata.com/meitushop/images/bg_phone_1s.jpg?2013112501) 0 10px no-repeat;
	position: relative
}
.dingdan-top-1s {
	background-image: url(http://img.app.meitudata.com/meitushop/images/bg_phone_1s.jpg?20140113)
}
.dingdan-top-1c {
	background-image: url(http://img.app.meitudata.com/meitushop/images/bg_phone_1c.jpg?20140113)
}*/
.dingdan-text {
    position: absolute;
    width: 476px;
    color: #333;
    font-size: 14px;
    left: 520px;
    top: 42px;
    line-height: 30px;
}

    .dingdan-text .gray {
        font-size: 14px;
        font-weight: normal;
        color: #666;
    }

.dingdan-text-title {
    font-size: 26px;
    line-height: 46px;
}

.dingdan-text-phone {
    font-size: 26px;
    line-height: 36px;
}

.dingdan-text-timer {
    color: #f03a4e;
    padding: 15px 0;
}

.dingdan-text-desc {
    padding: 13px;
    background: #f1f2f6;
    color: #6e6e6e;
    line-height: 24px;
}

.btn-paynow {
    width: 176px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    background-position: 1px -209px;
    font-size: 21px;
    font-weight: normal;
    display: inline-block;
    margin-top: 15px;
    border: 0;
    cursor: pointer;
    color: #fff;
}

.btn-paynow-s {
    width: 136px;
    height: 48px;
    background-position: 0 -280px;
    margin-top: 0;
    vertical-align: middle;
    margin-top: 15px;
    line-height: 48px;
    font-size: 18px;
    text-align: center;
    color: #fff;
    font-weight: normal;
}

    .btn-paynow: hover, .btn-paynow-s: hover {
        color: #fff;
        text-decoration: none;
    }

.dingdan-bottom {
    padding: 30px 40px 40px 280px;
    border-top: 1px solid #e9e9e9;
    line-height: 28px;
}

.dingdan-detail-title {
    font-size: 24px;
    padding-bottom: 6px;
    padding-left: 66px;
}

.dingdan-bottom .item {
    font-size: 14px;
}

.dingdan-bottom .item-text {
    width: 140px;
    text-align: right;
    float: left;
    margin-right: 10px;
}

.dingdan-bottom .bluelink {
    text-decoration: underline;
}

.btn-question, .btn-share {
    background: url(../WebImages/bg_rush_share.png) 0 3px no-repeat;
}

.dingdan-share {
    width: 580px;
    height: 110px;
    margin-top: 20px;
}

    .dingdan-share .btn-share {
        width: 165px;
        height: 64px;
        color: #fff;
        font-size: 18px;
        padding-left: 65px;
        line-height: 65px;
        float: left;
        margin-right: 10px;
    }

        .dingdan-share .btn-share: hover {
            text-decoration: none;
            color: #fff;
        }

    .dingdan-share .btn-welfare {
        background-position: -2px -145px;
        padding-left: 25px;
        width: 210px;
    }

    .dingdan-share .btn-question {
        background-position: -2px -150px;
        text-indent: 0;
        height: 62px;
        text-align: center;
        line-height: 60px;
        margin-top: 10px;
        color: #fff;
        font-size: 20px;
        font-weight: normal;
        text-shadow: 0 1px 1px rgba(0,0,0,0.1);
        text-decoration: none;
    }
/*.banner-516 {
	height: 384px;
	background: url(http://img.app.meitudata.com/meitushop/images/516/banner.jpg?20130617001) no-repeat;
	text-indent: -9999em
}
.bannertop,.videolist li.current,#carousel .flex-direction-nav a,#carousel .flex-active-slide,#photo-carousel .flex-direction-nav a,#photo-carousel .flex-active-slide,.ico-vip {
	background-image: url(http://img1.app.meitudata.com/meitushop/images/516/sprite.png);
	background-repeat: no-repeat
}
.playico,#slider .flex-direction-nav a,#photo-slider .flex-direction-nav a {
	background-image: url(http://img1.app.meitudata.com/meitushop/images/516/pngsprite.png);
	background-repeat: no-repeat
}
.videolist li img,.video img,#slider .slides img,.guests .pic img,.reports .pic img {
	border: 1px solid #b3b3b3;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background: url(http://img1.app.meitudata.com/meitushop/images/loading.gif?1) no-repeat center
}
.videolist li img {
	display: block
}*/
.bannertop {
    position: absolute;
    top: -40px;
    left: 254px;
    width: 162px;
    height: 41px;
    background-position: 0 0;
}

.main {
    margin-top: 20px;
}

    .main .title {
        line-height: 50px;
        padding-left: 30px;
        border: solid #eee;
        border-width: 1px 0;
        background: #f6f6f6;
        font-size: 22px;
        font-weight: normal;
        clear: both;
        color: #666;
    }
/*.videos {
	height: 533px
}
.videolist {
	position: relative;
	z-index: 2;
	float: left;
	width: 262px;
	height: 100%;
	background: #fafafa;
	background: -moz-linear-gradient(left,#fff 0,#fafafa 100%);
	background: -webkit-gradient(linear,left top,right top,color-stop(0%,#fff),color-stop(100%,#fafafa));
	background: -webkit-linear-gradient(left,#fff 0,#fafafa 100%);
	background: -o-linear-gradient(left,#fff 0,#fafafa 100%);
	background: -ms-linear-gradient(left,#fff 0,#fafafa 100%);
	background: linear-gradient(to right,#fff 0,#fafafa 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#fafafa',GradientType=1)
}
.videolist ul {
	margin-top: 25px
}
.videolist li {
	padding: 5px 0
}
.videolist li.current {
	background-position: 245px -41px;
	padding-right: 1px;
	margin-right: -1px;
	position: relative
}
.videolist li a {
	position: relative;
	display: block;
	width: 202px;
	margin: auto;
	cursor: pointer;
	filter: alpha(opacity=70);
	opacity: .7
}
.videolist li.current a,.videolist li a: hover {
	filter: alpha(opacity=100);
	opacity: 1;
	text-decoration: none
}
.videolist li img {
	width: 200px;
	height: 109px
}
.videolist li .imgtit {
	position: absolute;
	bottom: 1px;
	_bottom: 0;
	left: 1px;
	width: 200px;
	height: 19px;
	overflow: hidden;
	line-height: 20px;
	text-align: center;
	color: #fff;
	background: rgba(0,0,0,.5);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#BF000000,endColorstr=#BF000000);
	-webkit-border-bottom-left-radius: 9px;
	-moz-border-bottom-left-radius: 9px;
	border-bottom-left-radius: 9px;
	-webkit-border-bottom-right-radius: 9px;
	-moz-border-bottom-right-radius: 9px;
	border-bottom-right-radius: 9px;
	font-size: 13px
}
: root .videolist li .imgtit {
	filter: none\9
}
.videolist .playico {
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -30px 0 0 -30px;
	width: 59px;
	height: 57px;
	background-position: 0 -147px
}
.videocon {
	position: relative;
	z-index: 1;
	float: right;
	width: 695px;
	height: 100%;
	border-left: 1px solid #eee
}
.video {
	position: absolute;
	width: 637px;
	height: 474px;
	left: 50%;
	top: 50%;
	margin: -237px 0 0 -318px
}
.video a {
	display: block
}
.video img {
	width: 635px;
	height: 472px
}
.video .playico {
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -74px 0 0 -74px;
	width: 147px;
	height: 147px;
	background-position: 0 -0
}*/
.photos {
    padding: 30px 0;
}

.flexslider .slides li {
    display: none;
    cursor: pointer;
}

    .flexslider .slides li.flex-active-slide {
        cursor: default;
    }

.flexslider .slides img {
    width: 100%;
    display: block;
}

.flex-pauseplay span {
    text-transform: capitalize;
}

.slides: after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

html[xmlns] .slides {
    display: block;
}

* html .slides {
    height: 1%;
}

.flexslider {
    width: 700px;
    margin: auto;
    position: relative;
}

.flex-viewport {
    width: 100%;
    overflow: hidden;
}

.flexslider .slides {
    zoom: 1;
}

.flex-direction-nav {
    font-size: 0;
}

    .flex-direction-nav a {
        position: absolute;
        z-index: 10;
        top: 50%;
        cursor: pointer;
        opacity: .8;
        filter: alpha(opacity=80);
        text-indent: -9999px;
    }

#slider .slides img {
    width: 698px;
    height: 465px;
}

.caption {
    display: block;
    height: 38px;
    line-height: 38px;
    text-align: center;
    font-size: 14px;
}

#slider .flex-direction-nav a {
    width: 102px;
    height: 95px;
    margin-top: -48px;
    display: none;
}

#slider .flex-direction-nav .flex-prev {
    background-position: 0 -206px;
    left: 30px;
}

#slider .flex-direction-nav .flex-next {
    background-position: 0 -301px;
    right: 30px;
}

.flex-next: hover, .flex-prev: hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

.flex-direction-nav .flex-disabled {
    opacity: 0!important;
    filter: alpha(opacity=0)!important;
    cursor: default;
}

#carousel {
    width: 838px;
    margin-top: -6px;
}

    #carousel .slides img {
        width: 121px;
        height: 80px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        border: 1px solid #dadada;
    }

    #carousel .slides li {
        padding-top: 6px;
        margin-right: 20px;
    }

    #carousel .flex-active-slide {
        background-position: 100% -157px;
    }

        #carousel .flex-active-slide img {
            width: 117px;
            height: 76px;
            border: 3px solid #a0a0a0;
        }

    #carousel .flex-direction-nav a {
        width: 18px;
        height: 61px;
        border: 1px solid #eee;
        margin-top: -40px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }

    #carousel .flex-direction-nav .flex-prev {
        background-position: -18px -102px;
        left: -32px;
    }

    #carousel .flex-direction-nav .flex-next {
        background-position: -18px -41px;
        right: -32px;
    }

.guests {
    padding: 30px 0;
}

    .guests .pic {
        width: 900px;
        margin: auto;
    }

    .guests ul {
        margin: 20px 0 0 10px;
    }

    .guests li {
        float: left;
        margin-left: 20px;
        width: 210px;
        _display: inline;
    }

    .guests a {
        display: block;
        padding-left: 64px;
        color: #666;
    }

.userhead {
    float: left;
    margin-left: -64px;
    _display: inline;
}

    .userhead img {
        width: 50px;
        height: 50px;
    }

.username {
    font-size: 18px;
}

.ico-vip {
    display: inline-block;
    width: 18px;
    height: 18px;
    background-position: -36px -41px;
    vertical-align: middle;
}

.userintro {
    font-size: 14px;
}

.reports {
    float: left;
    width: 677px;
    line-height: 24px;
    padding-bottom: 20px;
}

    .reports ul {
        margin: 10px 27px 10px 30px;
        overflow: hidden;
    }

    .reports li {
        padding: 20px 0 20px 200px;
        border-top: 1px dashed #cbcbcb;
        margin: -1px 0 1px;
        min-height: 125px;
        _height: 125px;
    }

    .reports .pic {
        float: left;
        margin-left: -200px;
        _display: inline;
        width: 200px;
    }

        .reports .pic img {
            width: 176px;
            height: 121px;
            padding: 1px;
        }

    .reports h3 {
        font-size: 18px;
    }

    .reports .info {
        font-size: 13px;
        margin-bottom: 8px;
    }

        .reports .info .from {
            margin-left: 20px;
        }

    .reports .intro {
        font-size: 14px;
    }
/*.medias {
	float: right;
	width: 320px;
	padding-bottom: 30px;
	border-left: 1px solid #eee
}
.medias ul {
	background: url(http://img.app.meitudata.com/meitushop/images/516/medias.png) no-repeat 22px 0;
	margin-top: 10px
}
.medias li {
	float: left;
	margin-left: 22px;
	_display: inline
}
.medias li a {
	display: block;
	width: 134px;
	height: 60px;
	text-indent: -9999em;
	overflow: hidden
}*/
/*.logo-payment {
	width: 1000px;
	margin: 0 auto;
	height: 80px;
	background: url(http://img.app.meitudata.com/meitushop/images/logo_payment.png) 58px 50% no-repeat;
	text-indent: -999em
}*/
.btn-gray {
    width: 127px;
    height: 42px;
    border: 0;
    text-align: center;
    background-position: 0 -538px;
    display: inline-block;
    line-height: 42px;
    vertical-align: middle;
    color: #666;
    text-shadow: 0 1px 1px rgba(0,0,0,0.05);
    font-size: 15px;
    cursor: pointer;
}

    .btn-gray: hover {
        text-decoration: none;
        color: #666;
        opacity: .9;
        filter: alpha(opacity=90);
    }

.payment-top {
    background: #f5f5f5;
    padding: 40px 57px 40px 57px;
    line-height: 28px;
    font-size: 14px;
    color: #666;
    margin: 0 20px 20px;
}

.payment-tip {
    padding-bottom: 25px;
    font-weight: bold;
}

.link-modify {
    visibility: hidden;
    _visibility: visible;
}
/*.payment-top: hover .link-modify {
	visibility: visible
}
.payment-title {
	font-size: 18px;
	font-weight: bold
}
.payment-method {
	border-top: 1px solid #e6e6e6;
	margin-top: 20px
}
.payment-table {
	border-collapse: collapse;
	border-spacing: 0;
	margin-top: 30px
}
.payment-table .l,.payment-table .r {
	border: 1px solid #ccc
}
.payment-table .l {
	font-size: 18px;
	text-align: center;
	width: 170px;
	background: #f2f2f2;
	height: 90px;
	color: #333
}
.payment-table .l .pink {
	font-size: 14px
}
.payment-table .r {
	width: 670px;
	background: #fff
}
.pay-result {
	width: 184px;
	height: 70px;
	padding-left: 80px;
	margin: 40px auto;
	font-size: 14px;
	text-align: left
}
.pay-result .t {
	font-size: 30px;
	text-shadow: 0 1px 1px rgba(0,0,0,0.1)
}
.pay-result .bluelink {
	text-decoration: underline
}
.pay-result-success {
	background-position: 0 -592px
}
.pay-result-failure {
	background-position: 0 -678px
}
.payment-platform {
	border: 1px solid #ededed;
	margin-top: 10px;
	padding: 25px 48px 30px 66px
}
.bank-list {
	margin: 12px 0
}
.bank-item {
	margin: 12px 26px 12px 20px;
	float: left;
	padding-bottom: 1px;
	color: #898989
}
.bank-icon {
	width: 150px;
	height: 38px;
	background: #efefef;
	display: inline-block;
	vertical-align: middle;
	background: url(http://img3.app.meitudata.com/meitushop/images/bg_bank.png?20130725) no-repeat;
	border: 1px solid #c1bfbf;
	margin-left: 4px
}
.current .bank-icon,.bank-icon: hover {
	border-color: #f53375
}
.bank-icon .bank-name {
	visibility: hidden
}
.bank-alipay {
	background-position: 18px -547px;
	height: 50px;
	background-color: #fff
}
.bank-motopay {
	background-position: 0 -782px;
	height: 48px
}
.bank-cmb {
	background-position: 8px -215px
}
.bank-ccb {
	background-position: 8px -71px
}
.bank-icbc {
	background-position: 8px -395px
}
.bank-comm {
	background-position: 8px -287px
}
.bank-boc {
	background-position: 8px -35px
}
.bank-gdb {
	background-position: 8px -323px
}
.bank-citic {
	background-position: 8px -179px
}
.bank-abc {
	background-position: 8px 1px
}
.bank-cib {
	background-position: 8px -143px
}
.bank-ceb {
	background-position: 8px -107px
}
.bank-cmbc {
	background-position: 8px -251px
}
.bank-pingan {
	background-position: 8px -467px
}
.bank-sh {
	background-position: 8px -359px
}
.bank-spdb {
	background-position: 8px -503px
}
.bank-bjrcb {
	background-position: 8px -609px
}
.bank-hzcbb2c {
	background-position: 8px -656px
}
.bank-shrcb {
	background-position: 8px -698px
}
.bank-postgc {
	background-position: 8px -734px
}
.payment-form .btn-paynow {
	margin: 25px auto;
	display: block;
	color: #fff;
	width: 190px;
	height: 50px;
	background-position: 0 -365px;
	font-size: 16px;
	text-shadow: 0 1px 3px rgba(0,0,0,.3);
	line-height: 50px
}*/
.dialog .product-color li {
    float: left;
}

.detail-top-r input.disable, .payment-form input.disable {
    background-position: 0 -776px;
    cursor: default;
    opacity: 1;
    filter: alpha(opacity=100);
    color: #fff;
    border: 0;
}

.product-btn {
    text-align: center;
    padding: 15px 0 35px 0;
}

    .product-btn .btn-gray {
        margin-right: 8px;
    }

        .product-btn .btn-gray.disable {
            background-position: 0 -892px;
            cursor: default;
            color: #999;
            opacity: 1;
            filter: alpha(opacity=100);
            border: 0;
        }

.friendlinks {
    margin: 10px 0 20px 0;
}

    .friendlinks .bordertop {
        border-top: 0;
    }

.links-content {
    padding: 30px 0 50px 30px;
    background: #fff;
}

    .links-content a {
        color: #797877;
        font-size: 18px;
        text-decoration: none;
        margin-right: 20px;
        margin-bottom: 20px;
        display: inline-block;
        *zoom: 1;
    }

        .links-content a: hover {
            text-decoration: underline;
            color: #333;
        }

.friendlinks-index {
    margin: 20px auto 0 auto;
    width: 1000px;
}

    .friendlinks-index .links-content {
        padding: 15px 0 20px 15px;
    }

        .friendlinks-index .links-content a {
            font-size: 14px;
            margin: 0 15px 15px 0;
        }

.bordernone {
    border-bottom: 0;
}

.quse-item {
    background: #fff;
    width: 898px;
    padding: 35px 50px;
    border-bottom: 1px dotted #efefef;
}

    .quse-item h3 {
        color: #888;
        font-size: 20px;
        padding-bottom: 5px;
    }

    .quse-item p, .quse-item li {
        line-height: 25px;
        font-size: 15px;
        color: #aaa;
    }

    .quse-item li {
        list-style: disc;
        margin-left: 15px;
    }

    .quse-item a, .quse-item a: link, .quse-item a: visited {
        color: #f81b5b;
        text-decoration: underline;
    }

#online-service {
    background: url(../WebImages/bg_service.png) no-repeat;
    height: 64px;
    color: #fff;
    font-size: 14px;
}

    #online-service: hover {
        background-position: 0 -66px;
    }

.help {
    width: 920px;
    margin: 0 auto;
    font-size: 14px;
}

.rule-item {
    padding: 40px 30px 30px 40px;
    border-bottom: 1px solid #eee;
}

.rule-title {
    font-size: 20px;
}

.rule-content {
    font-size: 14px;
}

.help .rule-title {
    padding-bottom: 2px;
    font-size: 20px;
}

.help .rule-item {
    padding: 20px 30px;
}

.help .rule-item-t {
    padding-left: 20px;
    background: url(../Webimages/item_t_icon.png) -4px 3px no-repeat;
    font-size: 20px;
    padding-bottom: 10px;
}

.help-payment-table {
    margin-top: 15px;
}

    .help-payment-table td {
        padding: 15px 35px;
        line-height: 24px;
        border: 1px solid #ddd;
    }

.main404 {
    padding-bottom: 100px;
}

.main-l {
    float: left;
    width: 450px;
    color: #666;
}

.main-r {
    float: right;
    width: 320px;
    background: #f7f7f7;
    height: 320px;
    margin-right: 40px;
}

.title404 {
    height: 75px;
    background-position: 127px -450px;
    text-indent: -999em;
    margin-top: 8px;
}

.main-l .text {
    font-size: 20px;
    line-height: 36px;
    text-align: center;
    padding-top: 30px;
}

.main-l-button {
    padding: 30px 0 0 80px;
    font-size: 14px;
}

.btn-gray {
    width: 127px;
    height: 42px;
    border: 0;
    text-align: center;
    background-position: 0 -538px;
    display: inline-block;
    line-height: 42px;
    vertical-align: middle;
    color: #666;
    text-shadow: 0 1px 1px rgba(0,0,0,0.05);
    font-size: 15px;
    cursor: pointer;
}

    .btn-gray: hover {
        text-decoration: none;
        color: #666;
        opacity: .9;
        filter: alpha(opacity=90);
    }

.photo {
    height: 1295px;
    margin-top: 50px;
}

.photo-item {
    background: url(../WebImages/loading.gif) no-repeat center center;
    height: 647px;
    width: 498px;
    border: 1px solid #e9e9e9;
    position: relative;
    float: left;
    border-top: 0;
    border-left: none;
}

    .photo-item img {
        display: block;
        padding: 39px 39px 0;
    }

.photo-d {
    position: absolute;
    bottom: 0;
    left: 0;
    line-height: 47px;
    font-size: 13px;
    text-align: center;
    width: 100%;
}

.borderrightnone {
    border-right: 0;
}

.borderbottomnone {
    border-bottom: 0;
}

.photo-nav {
    position: fixed;
    height: 55px;
    width: 100%;
    bottom: 0;
    left: 0;
    _position: absolute;
    _top: expression(documentElement.scrollTop+documentElement.clientHeight-56);
}

.photo-nav-bg, .photo-nav-b {
    height: 55px;
    background: #000;
    filter: alpha(opacity=70);
    opacity: .7;
    top: 0;
    left: 0;
}

.photo-nav-bg {
    width: 100%;
    position: absolute;
}

.photo-nav-c {
    width: 1000px;
    height: 55px;
    line-height: 55px;
    font-size: 15px;
    color: #fff;
    text-align: center;
    margin: 0 auto;
    position: relative;
}

    .photo-nav-c a, .photo-nav-c a: visited {
        color: #fff;
        margin: 0 25px;
    }

.stockWrap {
    color: #666;
    margin-top: 25px;
}

    .stockWrap .textbox {
        padding: 7px 3px;
    }

    .stockWrap .btn-red {
        width: 110px;
        height: 34px;
        line-height: 34px;
    }

.stock-r {
    float: left;
    text-align: center;
    height: 54px;
    width: 280px;
    background: url(http://img.app.meitudata.com/meitushop/images/code_m.png?20131128) 50% 0 no-repeat;
    font-size: 13px;
    padding-top: 135px;
}

.addr-area {
    width: 830px;
    height: 420px;
    padding: 15px 25px;
    background-color: #fafafa;
    -webkit-box-shadow: inset 0 0 5px rgba(33,22,19,.2);
    -moz-box-shadow: inset 0 0 5px rgba(33,22,19,.2);
    box-shadow: inset 0 0 5px rgba(33,22,19,.2);
    line-height: 24px;
}

    .addr-area .item {
        padding-bottom: 8px;
    }

.addr-label {
    font-size: 14px;
}

.item_invoice .mt10 {
    margin-top: 5px;
}

.shopcard-table {
    width: 960px;
    margin: 26px auto;
    border: solid 1px #e6e4e3;
    line-height: 24px;
}

    .shopcard-table td {
        text-align: center;
        font-size: 14px;
        padding: 4px 4px;
        color: #666;
    }

.shopcard-table-t {
    background: #f2f2f2;
    border-bottom: 1px solid #e6e4e3;
}

    .shopcard-table-t td {
        position: relative;
        color: #888;
        padding: 10px 4px;
    }

    .shopcard-table-t .line {
        position: absolute;
        right: 2px;
        font-size: 12px;
        top: 10px;
        color: #e6e4e3;
    }

.shopcard-table .shopcard-name {
    text-align: left;
}

.shopcard-result {
    font-size: 14px;
    text-align: right;
    line-height: 26px;
    padding: 26px 30px;
    position: relative;
    color: #666;
}

.shopcard-result-btn {
    font-weight: bold;
    padding-top: 10px;
}

.shopcard-notice {
    position: absolute;
    top: 26px;
    left: 30px;
    color: #666;
    text-align: left;
    _position: static;
}

.shopcard-table select {
    padding: 2px 5px;
    border-color: #ccc;
}

.shopcard-table .item {
    background: #fff;
    border-bottom: 1px solid #e6e4e3;
}

.delivery, .payment {
    color: #666;
}

.delivery {
    padding: 25px 40px;
    width: 880px;
    margin: 20px auto;
    background: #f5f5f5;
}

.delivery-title {
    font-size: 18px;
    color: #777;
}

.title-desc {
    color: #a6a6a6;
    padding-top: 2px;
    font-size: 13px;
}

.addr-item {
    padding: 10px;
    border: solid 1px #ccc;
    background: #fff;
    border-radius: 5px;
    width: 250px;
    height: 120px;
    margin: 15px 21px 0 0;
    line-height: 22px;
    float: left;
    _display: inline;
    position: relative;
    word-wrap: break-word;
    word-break: break-all;
}

.myaddress .current {
    border-color: #e0c973;
    color: #927820;
    background: #fff9e0;
}

    .myaddress .current .addr-item-t {
        border-color: #e0c973;
    }

.addr-item-t {
    font-size: 15px;
    height: 20px;
    overflow: hidden;
    word-break: break-all;
    word-wrap: break-word;
    padding-bottom: 5px;
    border-bottom: 1px solid #ccc;
}

.addr-detail-text {
    padding-top: 12px;
}

.btn-create-addr, .btn-create-addr: hover {
    font-size: 14px;
    background: #999;
    border-radius: 5px;
    width: 126px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    color: #fff;
    display: block;
}

.addr-area {
    width: 830px;
    height: 420px;
    padding: 15px 25px;
    background-color: #fafafa;
    -webkit-box-shadow: inset 0 0 5px rgba(33,22,19,.2);
    -moz-box-shadow: inset 0 0 5px rgba(33,22,19,.2);
    box-shadow: inset 0 0 5px rgba(33,22,19,.2);
    line-height: 24px;
}

    .addr-area .item {
        padding-bottom: 8px;
    }

.addr-label {
    font-size: 14px;
}

.addr-area .btn-red {
    width: 214px;
    font-weight: bold;
    background-repeat: repeat-x;
    margin-top: 10px;
}

.relateInfo {
    font-size: 13px;
    margin-top: 25px;
    line-height: 24px;
}

.relate-item {
    border-top: dashed 1px #ddd;
    padding: 14px 0;
}

.relate-item-title {
    font-size: 18px;
    font-weight: bold;
    padding: 6px 0;
    color: #777;
}

.item_invoice .mt10 {
    margin-top: 5px;
}

.relate-item .shopcard-table {
    width: 882px;
    margin: 10px auto 8px auto;
}

    .relate-item .shopcard-table td {
        text-align: center;
        padding: 8px 4px;
        font-size: 13px;
    }

.result-item {
    text-align: right;
    padding: 15px 28px 20px 28px;
    border: solid 1px #ddd;
    border-radius: 10px;
    width: 420px;
    float: right;
}

.result-item-top {
    position: relative;
    border-bottom: dashed 1px #ddd;
    padding-bottom: 6px;
}

.result-item-top-t {
    font-size: 14px;
    padding-top: 10px;
}

    .result-item-top-t .num {
        font-weight: bold;
        font-size: 16px;
    }

.relateInfo .btn-red {
    margin-top: 16px;
    font-weight: bold;
    width: 180px;
    height: 42px;
    line-height: 42px;
    font-size: 18px;
    margin: 10px 0 20px 0;
}

.cart-checkout-bottom {
    line-height: 28px;
    color: #999;
}

.cart-checkout-bottom-content {
    position: relative;
}

.relate-item .shopcard-table .cart-checkout-bottom {
    text-align: right;
    padding: 10px 25px 15px 0;
    background: #fff;
    border-top: 1px solid #e6e4e3;
}

.cart-checkout-bottom .f22 {
    color: #333;
}

.cart-checkout-bottom .pink {
    color: #f53375;
}

.icon-notice {
    font-size: 12px;
    background: #6c6c6c;
    color: #f6f2f2;
    padding: 1px 5px;
    line-height: 14px;
    border-radius: 3px;
    margin-right: 3px;
}

.icon-edit {
    width: 60px;
    height: 30px;
    background-position: 0 -685px;
    cursor: pointer;
    position: absolute;
    right: 10px;
    bottom: 10px;
    display: none;
}

.current .icon-edit {
    display: block;
}

.address_detail_bottom {
    text-align: right;
    margin-top: -10px;
    color: #333;
}

.user-center {
    padding: 25px 20px;
    color: #666;
    min-height: 300px;
    position: relative;
}

.user-nav {
    float: left;
    width: 180px;
    font-size: 14px;
    margin-right: 20px;
}

.user-nav-item {
    height: 40px;
    line-height: 40px;
    border: solid 1px #e6e4e3;
    border-top: 0;
}

.user-nav-title {
    font-size: 16px;
    font-weight: bold;
    border-top: solid 1px #e6e4e3;
    background: #fafafa;
    padding-left: 18px;
}

.user-nav-link {
    display: block;
    padding-left: 18px;
    height: 40px;
    color: #999;
    position: relative;
}

    .user-nav-link: hover {
        text-decoration: none;
        background: #fafafa;
        color: #444;
    }

        .user-nav-link: hover .icon-circle, .current .icon-circle {
            visibility: visible;
        }

.user-nav-item .current {
    color: #444;
}

.user-nav-item .red {
    color: red;
}

.user-center-content {
    float: left;
    width: 755px;
}

    .user-center-content .shopcard-table {
        width: 755px;
        margin-top: 0;
        border: 0;
    }

.user-center .shopcard-table td {
    padding: 5px 10px;
    text-align: center;
    border: 1px solid #e6e4e3;
}

.user-center .shopcard-table-t td {
    padding: 8px 10px;
    border-bottom: 0;
}

.user-center .shopcard-table .left {
    text-align: left;
}

.user-center .shopcard-table .shopcard-name {
    font-size: 12px;
    text-align: left;
}

.user-center .shopcard-table a.gray, .user-center .shopcard-table a.gray: hover {
    color: #666;
}

.shopcard-name-img {
    padding-top: 4px;
}

    .shopcard-name-img .img {
        border: 1px solid #e9e9e9;
        display: inline-block;
        height: 60px;
        overflow: hidden;
        margin: 0 12px 0 3px;
    }

.btn-buynow-s {
    display: inline-block;
    margin: 0 auto;
    width: 78px;
    height: 28px;
    background-position: -93px -572px;
    vertical-align: middle;
}

    .btn-buynow-s: hover {
        -ms-filter: "alpha(opacity=90)";
        filter: alpha(opacity=90);
        opacity: .9;
    }

.order-detail {
    border: 1px solid #e6e4e3;
    border-bottom: 0;
    font-size: 13px;
    padding-bottom: 10px;
}

.order-detail-t {
    font-size: 16px;
    border-bottom: 1px solid #e6e4e3;
    font-weight: bold;
    padding: 5px 0 5px 20px;
    line-height: 40px;
    _padding: 8px 0 8px 20px;
}

.order-detail .relate-item {
    padding: 10px 20px 4px 20px;
    border: 0;
    line-height: 22px;
}

.order-detail .relate-item-title {
    border-bottom: dashed 1px #e6e4e3;
    font-size: 16px;
    margin-bottom: 8px;
    padding-bottom: 8px;
    font-weight: bold;
}

.after-service .shopcard-table {
    margin-bottom: 10px;
}

.after-service .pagination {
    padding: 6px 0 10px 0;
}

    .after-service .pagination .page-item {
        padding: 2px 7px;
    }

.info-nav {
    border-bottom: solid 1px #e6e4e3;
    height: 28px;
    display: block;
    margin: 15px 0 5px 0;
    padding-left: 18px;
}

.info-nav-item, .info-nav-item .link {
    display: block;
    height: 28px;
    line-height: 28px;
    margin-left: 0;
}

.info-nav-item {
    float: left;
    margin-right: 6px;
}

    .info-nav-item .link {
        border: 1px solid #e6e4e3;
        border-bottom: 0;
        _float: left;
        padding: 0 10px;
        color: #666;
        background: #f0f0f0;
        border-radius: 3px 3px 0 0;
        position: relative;
        _top: 1px;
    }

.info-nav .current .link {
    background: #fff;
    margin: 0;
}

.after-service-nav {
    height: 108px;
    background: url(http://img.app.meitudata.com/meitushop/images/bg_service_steps.png) 0 0 no-repeat;
}

.service-nav-item {
    float: left;
    margin-left: 15px;
    _display: inline;
}

    .service-nav-item .service-link {
        display: block;
        width: 240px;
        height: 106px;
        text-align: center;
        text-decoration: none;
        color: #666;
        line-height: 140px;
        font-size: 13px;
    }

.service-link: hover {
    color: #666;
}

.after-service .shopcard-name-img {
    float: left;
}

    .after-service .shopcard-name-img .img {
        margin-right: 10px;
    }

.after-service .shopcard-name-fl {
    float: left;
    text-align: left;
    padding: 10px 0;
}

    .after-service .shopcard-name-fl .img {
        display: block;
    }

.shopcard-name-btn .btn-red {
    height: 22px;
    line-height: 22px;
    width: 56px;
    font-size: 12px;
    margin-top: 8px;
}

.return-request-img {
    margin: -10px 0 0 -10px;
    _display: inline;
}

    .return-request-img .shopcard-name-fl {
        margin: 10px 0 0 10px;
        _display: inline;
    }

.return-request {
    padding: 10px 0 20px 0;
}

.return-item {
    margin-top: 10px;
}

    .return-item .l {
        width: 90px;
        text-align: right;
        padding-right: 5px;
        float: left;
    }

    .return-item .r {
        float: left;
        text-align: left;
        position: relative;
    }

    .return-item select {
        padding: 6px 14px;
    }

    .return-item .btn-red {
        font-weight: bold;
    }

.return-desc-tip {
    position: absolute;
    top: -22px;
    right: 0;
    color: #a6a6a6;
    font-size: 13px;
}

.support-content {
    padding: 30px;
    margin-top: 10px;
}

.supportnav {
    position: relative;
}

    .supportnav ul {
        height: 134px;
        display: block;
        *zoom: 1;
    }

    .supportnav li {
        float: left;
        margin-left: 18px;
        _display: inline;
        width: 321px;
    }

    .supportnav a {
        display: block;
        height: 128px;
        cursor: pointer;
        text-align: center;
        font-family: "Microsoft Yahei",Hiragino Sans GB,"Hei";
    }

        .supportnav a: hover {
            text-decoration: none;
        }

    .supportnav em {
        display: inline-block;
        margin-top: 43px;
        height: 40px;
        line-height: 40px;
        padding-left: 50px;
        background-position: 0 -112px;
        color: #5a5a5a;
        font-size: 18px;
        font-weight: bold;
    }

    .supportnav span {
        display: block;
        font-size: 12px;
        color: #b6b6b6;
        margin-top: 6px;
    }

    .supportnav .current {
        position: relative;
    }

        .supportnav .current a {
            position: relative;
            background: #fb2558;
            border: 0;
            background: -moz-linear-gradient(top,#fc4880 0,#fb2558 100%);
            background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#fc4880),color-stop(100%,#fb2558));
            background: -webkit-linear-gradient(top,#fc4880 0,#fb2558 100%);
            background: -o-linear-gradient(top,#fc4880 0,#fb2558 100%);
            background: -ms-linear-gradient(top,#fc4880 0,#fb2558 100%);
            background: linear-gradient(to bottom,#fc4880 0,#fb2558 100%);
            filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#fc4880',endColorstr='#fb2558',GradientType=0);
        }

        .supportnav .current s {
            position: absolute;
            width: 30px;
            height: 15px;
            bottom: -15px;
            _bottom: -17px;
            left: 50%;
            margin-left: -15px;
            background-position: 0 -327px;
        }

        .supportnav .current em {
            color: #fff;
            text-shadow: 0 2px 2px rgba(0,0,0,.19);
        }

.spt-fix em {
    background-position: 0 -192px;
}

.spt-service em {
    background-position: 0 -272px;
}

.supportnav .current .spt-faq em {
    background-position: 0 -152px;
}

.supportnav .current .spt-fix em {
    background-position: 0 -232px;
}

.supportnav .current .spt-service em {
    background-position: 0 -312px;
}

.box {
    border: 1px solid #e6e4e3;
    margin-top: 10px;
}

    .box h3 {
        height: 39px;
        line-height: 39px;
        padding-left: 18px;
        background: #fafafa;
        border-bottom: 1px solid #e6e4e3;
        font-size: 14px;
        color: #000;
        font-weight: bold;
    }

.faqmain {
    float: left;
    width: 650px;
    margin-top: -15px;
}

    .faqmain .box, .faqside .box {
        margin-top: 15px;
    }

    .faqmain ul {
        width: 100%;
        overflow: hidden;
        height: 90px;
        margin: 17px 0;
    }

    .faqmain li {
        float: left;
        width: 312px;
        margin-left: -1px;
        border-left: 1px solid #e6e4e3;
        line-height: 30px;
        height: 30px;
        white-space: nowrap;
        -ms-text-overflow: ellipsis;
        text-overflow: ellipsis;
        text-indent: 44px;
        font-size: 14px;
    }

.faqside {
    float: right;
    width: 251px;
    margin-top: -15px;
}

    .faqside ul {
        margin: 17px 20px;
        height: 271px;
        overflow: hidden;
    }

    .faqside li {
        padding-left: 17px;
        background: url(../WebImages/listdot.gif) no-repeat 8px 13px;
        line-height: 30px;
        height: 30px;
        white-space: nowrap;
        overflow: hidden;
        -ms-text-overflow: ellipsis;
        text-overflow: ellipsis;
    }

.province-select {
    margin: 0;
}

    .province-select ul {
        float: left;
        font-size: 14px;
        line-height: 30px;
        margin: 8px 0;
        width: 190px;
    }

    .province-select li {
        padding-left: 20px;
        height: 30px;
    }

        .province-select li span {
            color: #f81a5a;
            font-weight: bold;
            float: left;
        }

        .province-select li a {
            float: left;
            margin-left: 9px;
            _display: inline;
        }

    .province-select ul.col-2 {
        width: 290px;
    }

    .province-select ul.col-3 {
        width: 250px;
    }

    .province-select a.current {
        color: #f81a5a;
    }

.fixnetwork ul {
    margin-top: 10px;
}

.fixnetwork li {
    float: left;
    line-height: 24px;
    width: 430px;
    height: 120px;
    margin-left: 18px;
    _display: inline;
}

    .fixnetwork li div {
        padding-left: 38px;
    }

        .fixnetwork li div span {
            float: left;
            margin-left: -38px;
            width: 38px;
            _display: inline;
        }

.inner-nav {
    margin-top: 35px;
    color: #666;
}

    .inner-nav .current {
        color: #fc5d79;
        text-decoration: underline;
    }

    .inner-nav a {
        color: #666;
        text-decoration: none;
    }

.s-code {
    height: 365px;
    box-shadow: none;
    margin-top: 5px;
    position: relative;
}

.s-code-title {
    height: 68px;
    width: 918px;
    font-weight: bold;
    line-height: 80px;
    text-indent: 10px;
    font-size: 16px;
    color: #666;
    margin: 0 auto;
    border-bottom: 1px solid #f2f2f2;
    overflow: hidden;
}

.s-code-left {
    height: 240px;
    width: 434px;
    padding-top: 15px;
    left: 40px;
    top: 90px;
    position: absolute;
}

.s-code-right {
    height: 240px;
    width: 478px;
    padding-top: 15px;
    border-left: 1px dotted #f2f2f2;
    left: 474px;
    top: 90px;
    position: absolute;
}

    .s-code-right h3 {
        width: 376px;
        height: 36px;
        line-height: 36px;
        margin: 0 auto;
        color: #666;
        text-indent: 10px;
        background: #fafafa;
    }

    .s-code-right p {
        width: 356px;
        margin: 5px auto 25px;
        color: #b5b5b5;
        line-height: 20px;
    }

.s-table {
    margin-left: 20px;
    width: 414px;
    color: #b5b5b5;
}

    .s-table tr td {
        padding-bottom: 15px;
    }

.w300 {
    width: 300px;
}

.w175 {
    width: 175px;
}

.scode-txt {
    height: 42px;
    font-weight: normal;
    color: #666;
    line-height: 42px;
    font-size: 15px;
    text-indent: 5px;
}

.s-submit {
    width: 300px;
    height: 40px;
    border: 1px solid #db173b;
    border-radius: 3px;
    box-shadow: 1px 1px 1px #aaa;
    background: #fd306e;
    color: #fff;
    line-height: 38px;
    font-size: 18px;
}
/*.queue-wrap {
	width: 686px;
	height: 270px;
	position: fixed;
	_position: absolute;
	background: url(http://img.app.meitudata.com/meitushop/images/bg_queue.png) 50% 50% no-repeat;
	_background-image: url(http://img.app.meitudata.com/meitushop/images/bg_queue.gif);
	top: 50%;
	left: 50%;
	margin: -135px 0 0 -343px;
	z-index: 999;
	color: #7e7e7e;
	font-size: 14px;
	font-family: 'SimSun'
}
.queue-text {
	margin: 172px 0 0 268px
}
.queue-wrap .d-close {
	top: 47px;
	right: 30px;
	background: 0
}*/
.vip-content {
    font-size: 14px;
    color: #5c5c5c;
}

.vip-content-inner {
    width: 810px;
    margin: 40px auto;
    position: relative;
}

.vip-pic {
    position: absolute;
    right: 0;
    top: 30px;
}

.vip-title {
    font-size: 24px;
    color: #000;
}

.vip-top-text {
    color: #5c5c5c;
    height: 110px;
}

.vip-content .textbox {
    width: 301px;
    height: 26px;
    line-height: 26px;
    background-color: #fff;
    -webkit-box-shadow: inset 0 3px 4px rgba(0,0,0,.1);
    -moz-box-shadow: inset 0 3px 4px rgba(0,0,0,.1);
    box-shadow: inset 0 3px 4px rgba(0,0,0,.1);
    border: solid 1px #ccc;
}

.btn-vip {
    background-color: #ff5276;
    border: solid 1px #e81c47;
    background-image: -webkit-linear-gradient(bottom,#fc466c,#ff587b);
    background-image: -moz-linear-gradient(bottom,#fc466c,#ff587b);
    background-image: -o-linear-gradient(bottom,#fc466c,#ff587b);
    background-image: -ms-linear-gradient(bottom,#fc466c,#ff587b);
    background-image: linear-gradient(to top,#fc466c,#ff587b);
    padding: 8px 16px;
    color: #fff;
    display: inline-block;
    margin-left: 10px;
    line-height: normal;
    border-radius: 5px;
}

    .btn-vip, .btn-vip: hover {
        color: #fff;
        text-decoration: none;
    }

.vip-content .yellow {
    background: 0;
    color: #ff6754;
}

.vip-success {
    padding-left: 60px;
    background-position: 0 -613px;
    line-height: 26px;
    left: 72px;
    height: 70px;
}

.article {
    padding: 25px 35px;
    line-height: 26px;
    color: #333;
}

.article-title {
    font-size: 24px;
    color: #333;
    text-align: center;
    padding: 10px 0;
    border-bottom: 1px solid #f2f2f2;
}

    .article-title .gray {
        font-size: 12px;
        color: #a6a6a6;
        padding-top: 6px;
    }

.article-content {
    margin-top: 20px;
    font-size: 14px;
    line-height: 28px;
}

    .article-content img {
        margin-top: 10px;
    }

    .article-content p {
        text-indent: 24px;
    }

.product-wrap {
    background: #fff;
    padding: 10px;
    width: 980px;
    margin-top: 35px;
}

    .product-wrap .product-title {
        font-size: 18px;
        padding: 3px 0 5px 0;
        border-bottom: 1px solid #f2f2f2;
        color: #5f5f5f;
    }

.fitting-nav {
    font-size: 14px;
    padding: 10px 0;
}

.fitting-first {
    padding-top: 4px;
}

.fitting-nav li {
    float: left;
    margin-right: 25px;
}

    .fitting-nav li a {
        display: block;
        padding: 3px 18px;
        background: 0;
        border-radius: 8px;
    }

        .fitting-nav li a.current, .fitting-nav li a: hover {
            background: #7e7e7e;
            text-decoration: none;
            color: #fff;
        }

.fitting-list {
    position: relative;
    overflow: hidden;
    padding: 1px 0 30px 1px;
    margin-top: 15px;
}

.fitting-item {
    float: left;
    width: 225px;
    padding: 9px 11px;
    text-align: center;
    position: relative;
    overflow: hidden;
    font-size: 14px;
    line-height: 26px;
    color: #666;
    border: 1px solid #efefef;
    margin: -1px 0 0 -1px;
    _display: inline;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

.fitting-item-bg {
    background: #fff;
    padding: 8px 0;
}

.fitting-item: hover {
    background-color: #f6f6f6;
}

    .fitting-item: hover .fitting-item-bg {
        box-shadow: 0 0 3px rgba(0,0,0,0.1);
    }

.fitting-item-name {
    height: 24px;
    line-height: 24px;
    overflow: hidden;
}

.fitting-item a {
    color: #444;
}

    .fitting-item a: hover {
        color: #fa7446;
        text-decoration: none;
        color: #f53375;
    }

.fitting-status {
    height: 40px;
    line-height: 40px;
    position: absolute;
    width: 244px;
    text-align: center;
    background: #f53375;
    color: #fff;
    bottom: -42px;
    font-size: 15px;
    left: 0;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    -webkit-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -ms-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
}

.fitting-status-show {
    bottom: 1px;
}

.product-wrap .pagination {
    text-align: center;
    margin-bottom: 30px;
}

.fitting-detail {
    background: #fff;
}

.fitting-detail-top {
    padding: 30px;
}

.fitting-detail-l {
    width: 360px;
    margin-right: 40px;
    float: left;
}

.fitting-detail-r {
    width: 440px;
    float: left;
    font-size: 14px;
    color: #999;
}

.fitting-detail-r-t {
    height: 350px;
    overflow: hidden;
}

.fitting-name {
    font-size: 26px;
    color: #333;
}

.fitting-desc {
    word-break: break-all;
    word-wrap: break-word;
}

.fitting-guige img {
    vertical-align: middle;
    border: 2px solid #ddd;
}

.fitting-guige-item {
    display: inline-block;
    position: relative;
}

.tip_over {
    position: absolute;
    width: 44px;
    height: 44px;
    background-position: -154px -942px;
    top: 2px;
    left: 2px;
    opacity: .6;
    filter: alpha(opacity=60);
}

.fitting-guige .selected img {
    border-color: #f53375;
}

.fitting-guige a: hover {
    text-decoration: none;
}

.thumbnail-list {
    margin-top: 15px;
}

    .thumbnail-list li {
        float: left;
        margin-right: 8px;
        border: 2px solid #ddd;
        font-size: 0;
        cursor: pointer;
    }

        .thumbnail-list li.selected {
            border-color: #f53375;
        }

.fitting-detail-tab {
    background: #fafafa;
    border: 1px solid #ededed;
    border-bottom: 0;
}

.fitting-tab-item {
    float: left;
    width: 150px;
    height: 46px;
    line-height: 46px;
    position: relative;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    border-right: 1px solid #ededed;
    position: relative;
}

    .fitting-tab-item .line {
        position: absolute;
        width: 100%;
        height: 5px;
        background: #ff305b;
        overflow: hidden;
        top: 0;
        left: 0;
        visibility: hidden;
    }

.fitting-detail-tab .current {
    background: #fff;
    border-bottom-color: #fff;
}

    .fitting-detail-tab .current .line {
        visibility: visible;
    }

.fitting-tab-item: hover {
    text-decoration: none;
}

.fitting-content {
    text-align: center;
    padding: 15px 0;
    font-size: 14px;
}

.fitting-detail .btn-red {
    width: 242px;
    height: 50px;
    line-height: 50px;
    background: #ff305b;
    margin-top: 40px;
    border: 0;
    text-shadow: 0 1px 3px rgba(0,0,0,.3);
    margin-left: 22px;
}
/*.welfare-t {
	height: 102px;
	background: url(http://img.app.meitudata.com/meitushop/images/bg_welfare_t.png?20140212) 2px 0 no-repeat;
	position: relative;
	z-index: 2
}
.welfare-nav-item {
	display: block;
	width: 181px;
	height: 102px;
	float: left;
	margin-left: 8px;
	_display: inline;
	position: relative;
	z-index: 3
}
.welfare-item {
	width: 748px;
	height: 190px;
	border: solid 1px #f2f2f2;
	position: relative;
	margin: 20px 0 0 4px;
	font-size: 14px;
	background: url(http://img.app.meitudata.com/meitushop/images/bg_welfare_item.png?20140212) 100% 82px no-repeat;
	display: none
}
.welfare-item-title,.welfare-item-content {
	margin: 10px 0 0 30px;
	line-height: 24px
}
.welfare-item-title {
	font-weight: bold;
	color: #333;
	margin-top: 34px;
	font-size: 16px
}*/
.btn-copy, .btn-copy: hover {
    padding: 2px 12px;
    background: #ff9f6b;
    border-radius: 3px;
    font-weight: bold;
    color: #fff;
    font-size: 12px;
    vertical-align: top;
}

#ZeroClipboardMovie_1 {
    vertical-align: top;
}
/*.welfare-tipnew {
	width: 54px;
	height: 54px;
	left: 127px;
	top: 1px;
	position: absolute;
	background: url(http://img.app.meitudata.com/meitushop/images/bg_welfare_tip.png) no-repeat
}
#welfare-item0 {
	background: 0;
	height: auto
}
#welfare-item1 {
	height: 200px;
	background-position: 100% -195px
}
#welfare-item2 {
	height: 200px;
	background-position: 100% -516px
}
#welfare-item3 {
	background: 0;
	height: auto;
	padding-bottom: 30px
}
#welfare-item1 .dingdan-share {
	margin-left: 226px;
	width: 300px
}
.welfare-item .btn-question {
	display: block;
	width: 242px;
	height: 64px;
	background-position: 0 -150px;
	margin: 18px 0 0 226px;
	line-height: 58px;
	color: #fff;
	text-align: center;
	font-size: 18px
}
.welfare-item .btn-share: hover,.welfare-item .btn-question: hover {
	color: #fff
}
.welfare-vip {
	padding: 24px 0 0 34px
}
.welfare-vip-content {
	padding-top: 15px
}
.vip-card {
	height: 162px;
	width: 242px;
	background: url(http://img.app.meitudata.com/meitushop/images/bg_vipcard.jpg);
	position: absolute;
	right: 20px;
	top: 30px
}
.welfare-vip #vipcode {
	-webkit-box-shadow: inset 0 2px 5px rgba(0,0,1,.1);
	-moz-box-shadow: inset 0 2px 5px rgba(0,0,1,.1);
	box-shadow: inset 0 2px 5px rgba(0,0,1,.1)
}*/
.triangle {
    width: 50px;
    height: 26px;
    background-position: -134px -289px;
    position: absolute;
    top: 102px;
    z-index: 3;
    left: 50%;
    margin-left: -25px;
    visibility: hidden;
}

.current .triangle {
    visibility: visible;
}
/*.scratch-card {
	background: url(http://img.app.meitudata.com/meitushop/images/pic_scratch_card.png?20131216) -20px 0 no-repeat;
	width: 298px;
	height: 216px;
	position: absolute;
	right: -6px;
	top: 6px
}
.welfare-desc {
	border: dotted 1px #f2f2f2;
	margin-top: 16px;
	padding: 16px 0 20px 30px
}*/
.layout, .layout-index {
    width: 1000px;
    margin: 0 auto;
}

.page-index {
    background: url(http://img.app.meitudata.com/meitushop/images/bg_index_1225.jpg?2014042801) 50% 0 #f5f7fa no-repeat;
}

    .page-index .index-1s-right {
        position: absolute;
        width: 450px;
        height: 160px;
        left: 31px;
        top: 297px;
    }

.text-1126 {
    display: block;
    font-size: 12px;
    width: 450px;
    line-height: 26px;
    font-family: Simsun;
    text-align: center;
}

.text-ab {
    position: absolute;
    font-size: 12px;
    width: 150px;
    top: 409px;
    left: 475px;
    font-family: Simsun;
    line-height: 20px;
}

.phone-link-1211 {
    float: left;
    margin-left: 5px;
    margin: 72px 0 0 10px;
    font-size: 16px;
    font-weight: bold;
}

.purple, .purple: hover {
    color: #fff;
}

.phone-desc-index {
    position: absolute;
    left: 49px;
    top: 262px;
    color: #afadad;
    font-size: 12px;
}

.page-index .btn-rush-1s {
    background: url(../WebImages/btn_1211.png) -2px -2px;
    height: 62px;
    width: 186px;
    line-height: 56px;
    font-size: 20px;
    display: block;
    text-indent: -999em;
    color: #fff;
    font-weight: bold;
    margin: 0 auto;
}

    .page-index .btn-rush-1s hover {
        color: #fff;
    }

.page-index .btn-rush-1s-1 {
    font-size: 16px;
    background-position: -2px -67px;
    text-indent: 0;
    width: 246px;
}

.page-index .btn-rush-1s-2 {
    background-position: -2px -195px;
}

.page-index .btn-rush-1s-3 {
    background-position: -2px -129px;
}

.page-index .btn-rush-1s-4 {
    background-position: -2px -260px;
    text-indent: 0;
}

.btn-apply-index {
    position: absolute;
    width: 325px;
    height: 80px;
    text-indent: -999em;
    left: 138px;
    top: 362px;
    background: url(../WebImages/btn_apply_0402.png) -2px 0 no-repeat;
}

.btn-apply-index-remind {
    background-position: -2px -80px;
}

.goods-index-wrap {
    margin-top: 30px;
    background: #fff;
    overflow: hidden;
}

.goods-index-w720 {
    width: 720px;
}

.goods-index-w250 {
    width: 260px;
}

.goods-index-title {
    font-size: 16px;
    height: 40px;
    line-height: 38px;
    padding-left: 10px;
    border-bottom: 2px solid #ff8fb3;
    color: #7a7a7a;
    position: relative;
    z-index: 2;
}

.w280 {
    width: 280px;
}

.w220 {
    width: 220px;
}

.evaluation-index {
    height: 460px;
    overflow: hidden;
}

.evaluation-index-content {
    width: 210px;
    margin: 19px auto;
}

.evaluation-index-t {
    padding-bottom: 10px;
    border-bottom: 1px solid #eaeaea;
}

.evaluation-index-t-l {
    float: left;
    margin-right: 10px;
}

.evaluation-index-t-r {
    float: left;
}

.evaluation-text {
    padding: 8px 0 5px 0;
    overflow: hidden;
    width: 210px;
    color: #959595;
}

    .evaluation-text a, .evaluation-text a: hover {
        color: #45a5e8;
    }

.btn-view-evaluation, .btn-view-evaluation: hover {
    background: #def2ff;
    color: #3aa8ef;
    display: block;
    text-align: center;
    height: 40px;
    line-height: 40px;
    text-decoration: underline;
    margin-top: 10px;
}

.btn-view-more-product {
    display: block;
    text-align: center;
    font-size: 18px;
    padding: 8px 0;
    color: #666;
    background: #ececec;
}

.meitusoft {
    margin: -1px 0 0 -1px;
}

    .meitusoft .meitusoft-item {
        float: left;
        border: 1px solid #dddede;
        border-right: 0;
        border-bottom: 0;
    }

.meitusoft-link {
    display: block;
    background: #fff;
    text-align: center;
    position: relative;
    float: left;
    text-align: center;
    height: 185px;
    width: 332px;
}

    .meitusoft-link, .meitusoft-link: hover {
        color: #a7a7a7;
        text-decoration: none;
    }

.meitusoft-tip {
    position: absolute;
    bottom: 15px;
    right: 10px;
}
/*
.footnav {
	margin-top: 48px;
	border-top: 1px solid #e4e4e4;
	padding: 25px 0
}
.footnav dl {
	float: left;
	line-height: 30px;
	width: 144px;
	margin-left: 52px;
	_display: inline
}
#ftnav_xiuxiu {
	width: 164px
}
.footnav dt {
	margin-bottom: 18px;
	color: #666;
	font-size: 14px;
	padding-left: 8px
}
.footnav dd {
	padding-left: 8px
}
.footnav dd a {
	color: #bababa
}
*/
.footer {
    text-align: center;
    border-top: 1px solid #e4e4e4;
    padding: 20px 0;
    line-height: 24px;
    color: #bababa;
}

    .footer a {
        color: #bababa;
        margin: 0 15px;
    }

.page-1s .main-index-content {
    height: 695px;
}

.logo1s {
    width: 395px;
    height: 286px;
    background: url(http://img.app.meitudata.com/meitushop/images/logo_1s.png?20131126) no-repeat;
    _background-image: url(http://img.app.meitudata.com/meitushop/images/logo_1s.gif?20131126);
    display: block;
    text-indent: -999em;
}

.index-slider-wrap {
    position: absolute;
    width: 360px;
    height: 640px;
    top: 0;
    left: 72px;
}

.page-1s .index-slider-wrap {
    top: 70px;
}

.index-1s-right {
    position: absolute;
    width: 460px;
    height: 550px;
    left: 540px;
    top: 88px;
    overflow: hidden;
}

.index-slider {
    width: 360px;
    height: 650px;
}

.btn-rush-1s {
    background: url(../WebImages/btn_1126.png) -3px 0 no-repeat;
    width: 257px;
    height: 68px;
    text-align: center;
    display: block;
    margin-top: 15px;
    text-shadow: 0 -1px rgba(0,0,0,.2),inset 0 1px 1px rgba(0,0,0,.1);
    font-size: 26px;
    line-height: 62px;
    color: #fff;
}

    .btn-rush-1s hover {
        color: #fff;
        text-decoration: none;
    }

.btn-rush-1s-1 {
    font-size: 22px;
}

.btn-rush-1s-2 {
    background-position: -3px -70px;
}

.btn-rush-1s-3 {
    background-position: -3px -140px;
    cursor: default;
}

.present-1s {
    width: 142px;
    height: 70px;
    background: 0;
    position: absolute;
    top: 185px;
    left: 238px;
}

    .present-1s, .present-1s: hover {
        color: #fff;
        text-decoration: none;
    }

        .present-1s .t, .present-1s: hover .t {
            color: #fff7c2;
        }

.present-1s-text {
    display: none;
    line-height: 14px;
}

.present-1s: hover .present-1s-text {
    display: block;
    background: #111b50;
}

.btn-header-red {
    width: 92px;
    height: 26px;
    background-color: #f53269;
    background-image: -webkit-linear-gradient(bottom,#ef1a57,#fa4a7c);
    background-image: -moz-linear-gradient(bottom,#ef1a57,#fa4a7c);
    background-image: -o-linear-gradient(bottom,#ef1a57,#fa4a7c);
    background-image: linear-gradient(to top,#ef1a57,#fa4a7c);
    text-align: center;
    line-height: 25px;
    font-size: 14px;
    display: block;
    padding: 0;
    margin-top: -2px;
}

.top-nav-item .btn-header-red, .top-nav-item .btn-header-red: hover {
    color: #fff;
}

.main-desc-wrap {
    width: 100%;
    float: left;
}

.relative {
    position: relative;
}

.main-desc-part1 {
    background: url(http://img.app.meitudata.com/meitushop/images/pic_desc1.jpg?20131211) no-repeat;
    height: 780px;
    overflow: hidden;
}

.desc-part1-ul {
    margin-left: -32px;
    *zoom: 1;
}

.desc-part1-li {
    float: left;
    width: 312px;
    margin-left: 32px;
    _display: inline;
}

.desc-part1-link {
    display: block;
    padding: 247px 0 0 4px;
}

    .desc-part1-link, .desc-part1-link: hover {
        color: #b2b2b2;
        text-decoration: none;
    }

.main-desc-title {
    font-size: 60px;
    text-align: center;
}

    .main-desc-title .sub-title {
        font-size: 20px;
    }

.main-desc-text {
    position: absolute;
    font-size: 18px;
    left: 671px;
    top: 282px;
}

.main-desc-part3 {
    border-top: 1px solid #272727;
    margin-top: 30px;
    overflow: hidden;
}

    .main-desc-part3 .desc-part1-li {
        margin-top: 30px;
    }

    .main-desc-part3 .desc-part1-link {
        padding: 0;
    }

.main-desc-part4 {
    margin-top: 80px;
}

.slide-wrap-1211 {
    height: 546px;
    overflow: hidden;
}

.link-delivery {
    margin-bottom: 50px;
}

.logo1s-1211 {
    width: 460px;
    height: 320px;
    background-image: url(http://img.app.meitudata.com/meitushop/images/logo_1s_1211.png?20140312);
    _background-image: url(http://img.app.meitudata.com/meitushop/images/logo_1s_1211.gif?20140312);
}

.present-1s-text-1211 {
    position: absolute;
    color: #fff;
    font-size: 14px;
    top: 281px;
    left: 66px;
}

.text-1211 {
    position: absolute;
    width: 228px;
    height: 78px;
    color: #999;
    top: 300px;
    left: 265px;
    font-size: 12px;
    line-height: 22px;
}

.desc-1211 {
    line-height: 24px;
    padding: 15px 0 25px 0;
    text-align: center;
    position: absolute;
    top: 51px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    width: 1000px;
}
/*.box-present {
	width: 522px;
	height: 296px;
	z-index: 15;
	background: url(http://img.app.meitudata.com/meitushop/images/20131211/bg_present.png?20131211) no-repeat;
	border-radius: 12px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -28px 0 0 -264px
}
.present-close {
	width: 32px;
	height: 32px;
	position: absolute;
	right: 9px;
	top: 16px;
	text-indent: -999em
}*/
.page-1c .main-index-content {
    height: 722px;
}

.logo-meitushouji1c {
    /*background-image: url(http://img.app.meitudata.com/meitushop/images/1c/meitushouji1c.png?20140125);*/
    background-image: url(../WebImages/Jg2010/LogoJg2010.png);
    _background: 0;
    _text-indent: 0;
}

.content-1c {
    position: absolute;
    width: 400px;
    height: 100px;
    left: 53px;
    top: 338px;
    color: #fff;
}

.page-1c .btn-rush-1s {
    margin-top: 22px;
    background-image: url(http://img.app.meitudata.com/meitushop/images/1c/btn_1c.png);
    height: 50px;
    width: 188px;
    line-height: 49px;
    font-size: 16px;
    text-indent: -999em;
    color: #fff;
}

.page-1c .btn-rush-1s-1 {
    width: 203px;
    background-position: -3px -70px;
    text-indent: 0;
}

.page-1c .btn-rush-1s-2 {
    background-position: -3px -193px;
}

.page-1c .btn-rush-1s-3 {
    background-position: -3px -140px;
}

.page-1c .btn-rush-1s-4 {
    background-position: -3px -258px;
    text-indent: 0;
    font-size: 20px;
    font-weight: bold;
}

.page-1c .btn-header-red {
    background: #ff884d;
}

.wrapper-1c {
    background: #fff;
}

.desc-ct2017 {
    position: absolute;
    color: #5b5b5b;
    font-size: 16px;
    line-height: 30px;
    color: #5b5b5b;
}

.desc-jg2010 {
    position: absolute;
    color: #5b5b5b;
    font-size: 14px;
    line-height: 30px;
}

.page-1c .desc-part1-li a, .page-1c .desc-part1-li a: hover {
    text-align: center;
    color: #5b5b5b;
    font-size: 14px;
    line-height: 24px;
    text-decoration: none;
}

.desc-jg2010 a {
    color: #5b5b5b;
}

.bg-white {
    background: #fff;
}

.bg-gray {
    background: #f5f5f5;
}

.meitukiss-section-title {
    font-size: 45px;
    color: #575757;
    font-weight: normal;
}

.tech {
    padding-bottom: 40px;
}

.tech-title {
    font-size: 22px;
    text-align: left;
    border-bottom: 1px solid #d8d8d8;
    padding: 0 0 10px 5px;
    color: #666;
    margin-top: 40px;
}

.tech-item {
    width: 450px;
    float: left;
    margin: 25px 25px 10px 25px;
    _display: inline;
}

.tech-item-title {
    font-size: 24px;
    color: #ea0061;
}

.tech-item-desc {
    font-size: 14px;
    padding: 5px 40px 20px 40px;
}

.fixed-index1s-sider {
    position: fixed;
    right: 30px;
    top: 50%;
    margin-top: -120px;
}

.fixed-link {
    width: 8px;
    height: 8px;
    border-radius: 6px;
    display: block;
    background: #23242a;
    margin-top: 5px;
    padding: 2px;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.fixed-index1s-sider .current {
    background: #d44871;
}

.fixed-item-inner {
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background: #23242a;
    display: block;
}

.groupon {
    position: relative;
    font-size: 14px;
    height: 620px;
}

    .groupon .textbox {
        width: 231px;
        height: 26px;
    }

.groupon-r {
    position: absolute;
    height: 385px;
    padding-top: 45px;
    border-left: 1px solid #e1e1e1;
    padding-left: 50px;
    width: 375px;
    left: 560px;
    line-height: 24px;
    top: 180px;
}

.groupon-item {
    padding: 3px 0 4px 70px;
    color: #676767;
}

.groupon .btn-red, .groupon .btn-red: hover {
    color: #fff;
    width: 200px;
    height: 50px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    background: #fd5688;
    background-image: -webkit-linear-gradient(bottom,#fa204f,#ff4575);
    background-image: -moz-linear-gradient(bottom,#fa204f,#ff4575);
    background-image: -o-linear-gradient(bottom,#fa204f,#ff4575);
    background-image: linear-gradient(to top,#fa204f,#ff4575);
    text-align: center;
    line-height: 49px;
    border-color: #fd5271;
    font-size: 16px;
    margin: 20px 0 0 74px;
}

.groupon-item .error {
    padding-left: 73px;
}

.meitu2-main {
    height: 712px;
}

    .meitu2-main .btn-apply-index {
        left: 122px;
        top: 240px;
    }

.meitu2-time-text {
    font-size: 16px;
    color: #e9ccf7;
    position: absolute;
    width: 307px;
    height: 55px;
    left: 130px;
    top: 352px;
    line-height: 24px;
    text-align: center;
}

.logo-meitushouji2 {
    background-image: url(http://img.app.meitudata.com/meitushop/images/meitu2/meitushouji2.png?20140422);
    _background: 0;
    _text-indent: 0;
}

.meitu2-box {
    text-align: center;
    color: #6f6f6f;
}

.meitu2-box-desc {
    position: absolute;
    top: 125px;
    font-size: 15px;
    line-height: 22px;
    width: 900px;
    left: 50px;
    color: #7a7a7a;
    opacity: .8;
    filter: alpha(opacity=80);
}

.meitu2-section-index1, .meitu2-section-index1 .layout {
    height: 563px;
    background: url(http://img.app.meitudata.com/meitushop/images/meitu2/pic_section_index1.jpg?20140504) 50% 0 no-repeat;
}

.meitu2-section-index2, .meitu2-section-index2 .layout {
    height: 631px;
    background: url(http://img.app.meitudata.com/meitushop/images/meitu2/pic_section_index2.jpg) 50% 0 no-repeat;
}

.meitu2-section-index3, .meitu2-section-index3 .layout {
    height: 621px;
    background: url(http://img.app.meitudata.com/meitushop/images/meitu2/pic_section_index3.jpg) 50% 0 no-repeat;
}

.meitu2-section-index4, .meitu2-section-index4 .layout {
    height: 628px;
    background: url(http://img.app.meitudata.com/meitushop/images/meitu2/pic_section_index4.jpg) 50% 0 no-repeat;
}

.meitu2-section-index5, .meitu2-section-index5 .layout {
    height: 612px;
    background: url(http://img.app.meitudata.com/meitushop/images/meitu2/pic_section_index5.jpg) 50% 0 no-repeat;
}

.meitu2-section-index6, .meitu2-section-index6 .layout {
    height: 491px;
    background: url(http://img.app.meitudata.com/meitushop/images/meitu2/pic_section_index6.jpg) 50% 0 no-repeat;
}

.page-2 .btn-header-red {
    background: #54b5f2;
}

.meitu2-video {
    position: absolute;
    top: 522px;
    width: 1000px;
}

.meitu2-video-item {
    float: left;
    padding: 8px;
    border: 1px solid #242325;
    margin: 0 6px;
    font-size: 14px;
    text-align: center;
    _display: inline;
    background: #0d0c0d;
    color: #bfbfbf;
    cursor: pointer;
}

    .meitu2-video-item a img {
        opacity: .7;
        filter: alpha(opacity=70);
    }

    .meitu2-video-item a: hover img {
        opacity: 1;
        filter: alpha(opacity=100);
    }

#dmeitu2-video, #dmeitu2-video .d-bg {
    background: #030303;
    border-color: #272424;
}

#tmeitu2-video {
    border-color: #413e3e;
    color: #f4f4f4;
}

#cmeitu2-video {
    opacity: .8;
    filter: alpha(opacity=80);
}

.meitu2-box-desc-index {
    text-align: left;
    left: 9px;
    top: 170px;
}

    .meitu2-box-desc-index .bluelink {
        color: #1dacef;
    }

.meitu2-section-7, .meitu2-section-7 .layout {
    height: 592px;
    background: url(http://img.app.meitudata.com/meitushop/images/meitu2/pic_section_7.jpg) 50% 0 no-repeat;
}

.meitu2-section-8, .meitu2-section-8 .layout {
    height: 785px;
    background: url(http://img.app.meitudata.com/meitushop/images/meitu2/pic_section_8.jpg) 50% 0 no-repeat;
}

.meitu2-section-9, .meitu2-section-9 .layout {
    height: 720px;
    background: url(http://img.app.meitudata.com/meitushop/images/meitu2/pic_section_9.jpg) 50% 0 no-repeat;
}

.meitu2-section-9-content {
    width: 922px;
    margin: 0 auto;
    padding-top: 220px;
}

.meitu2-section-9-text {
    position: absolute;
    text-align: center;
    background: #2f2e2d;
    opacity: .6;
    filter: alpha(opacity=60);
    width: 100%;
    _width: 195px;
    height: 36px;
    line-height: 34px;
    bottom: 0;
    left: 0;
    color: #fff;
    font-size: 14px;
}

.meitu2-section-9-red, .meitu2-section-9-blue {
    width: 195px;
    height: 197px;
    background: #c20c55;
    color: #fff;
    font-size: 22px;
    line-height: 195px;
    display: block;
}

.meitu2-section-9 a: hover {
    text-decoration: none;
    color: #fff;
}

.meitu2-section-9-blue {
    position: relative;
    background: #014a96;
    line-height: 30px;
}

    .meitu2-section-9-blue .text {
        position: absolute;
        width: 195px;
        top: 66px;
        left: 0;
    }

.meitu2-section-10, .meitu2-section-10 .layout {
    height: 600px;
    background: url(http://img.app.meitudata.com/meitushop/images/meitu2/pic_section_10.jpg) 50% 0 no-repeat;
}

.meitu2-section-11, .meitu2-section-11 .layout {
    height: 599px;
    background: url(http://img.app.meitudata.com/meitushop/images/meitu2/pic_section_11.jpg) 50% 0 no-repeat;
}

.meitu2-section-12, .meitu2-section-12 .layout {
    height: 612px;
    background: url(http://img.app.meitudata.com/meitushop/images/meitu2/pic_section_12.jpg) 50% 0 no-repeat;
}

.meitu2-section-13, .meitu2-section-13 .layout {
    height: 629px;
    background: url(http://img.app.meitudata.com/meitushop/images/meitu2/pic_section_13.jpg) 50% 0 no-repeat;
}

.meitu2-section-14, .meitu2-section-14 .layout {
    height: 607px;
    background: url(http://img.app.meitudata.com/meitushop/images/meitu2/pic_section_14.jpg) 50% 0 no-repeat;
}

.meitu2-section-15, .meitu2-section-15 .layout {
    height: 673px;
    background: url(http://img.app.meitudata.com/meitushop/images/meitu2/pic_section_15.jpg) 50% 0 no-repeat;
}

.meitu2-section-16, .meitu2-section-16 .layout {
    height: 765px;
    background: url(http://img.app.meitudata.com/meitushop/images/meitu2/pic_section_16.jpg) 50% 0 no-repeat;
}

.meitu2-section-17, .meitu2-section-17 .layout {
    height: 678px;
    background: url(http://img.app.meitudata.com/meitushop/images/meitu2/pic_section_17.jpg) 50% 0 no-repeat;
}

.meitu2-section-18, .meitu2-section-18 .layout {
    height: 785px;
    background: url(http://img.app.meitudata.com/meitushop/images/meitu2/pic_section_18.jpg) 50% 0 no-repeat;
}

.meitu2-section-19, .meitu2-section-19 .layout {
    height: 790px;
    background: url(http://img.app.meitudata.com/meitushop/images/meitu2/pic_section_19.jpg) 50% -20px no-repeat;
}

#meios_slide {
    width: 930px;
    position: relative;
    height: 439px;
    top: 240px;
    left: 70px;
    *left: 35px;
}

    #meios_slide ul {
        position: absolute;
        width: 930px;
        height: 439px;
        overflow: hidden;
        left: 0;
    }

    #meios_slide li {
        z-index: 0;
        position: absolute;
        width: 0;
        height: 0;
        top: 146px;
        left: 377px;
        overflow: hidden;
    }

.mask-img {
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .4;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    filter: alpha(opacity=40);
}

.mask-img20 {
    opacity: .2;
    filter: alpha(opacity=20);
}

.meitu2-section-pagination {
    font-size: 14px;
    margin: 20px auto;
    width: 1000px;
    height: 100px;
    text-align: center;
}

    .meitu2-section-pagination .line {
        padding: 0 10px;
        color: #414141;
    }

    .meitu2-section-pagination .page-link {
        color: #535353;
    }

        .meitu2-section-pagination .current, .meitu2-section-pagination .page-link: hover {
            color: #f4f4f4;
            text-decoration: none;
        }

    .meitu2-section-pagination .bluelink {
        text-decoration: none;
    }

        .meitu2-section-pagination .bluelink: hover {
            text-decoration: underline;
        }
/*#meios_slide .prev,#meios_slide .next {
	background: url(http://img1.app.meitudata.com/meitushop/images/516/pngsprite.png) 0 -301px no-repeat;
	width: 102px;
	height: 95px;
	position: absolute;
	top: 176px;
	right: 0;
	z-index: 4;
	text-indent: -999em;
	cursor: pointer;
	visibility: hidden;
	_visibility: visible;
	_filter: alpha(opacity=40)
}
#meios_slide: hover .prev,#meios_slide: hover .next {
	visibility: visible
}
#meios_slide .prev {
	background-position: 0 -206px;
	left: 0;
	right: auto
}
#meios_slide li img {
	width: 100%;
	background: url(http://img.app.meitudata.com/meitushop/images/loading.gif) no-repeat center 50%;
	height: 100%;
	vertical-align: top
}*/

/* logoJg2020 */
.logoJg2020 {
    position: absolute;
    width: 200px;
    height: 26px;
    font-size: 20px;
    font-weight: normal;
    top: 22px;
    left: 2px;
    background: url(../WebImages/Jg2020/logoJg2020.png) 0 -5px no-repeat;
}

.sub-nav-fixed .logoJg2020 {
    top: 13px;
    left: 0;
    background-position: -5px -65px;
    height: 40px;
}

/* logoJg2015 */
.logoJg2015 {
    position: absolute;
    width: 200px;
    height: 26px;
    font-size: 20px;
    font-weight: normal;
    top: 22px;
    left: 2px;
    background: url(../WebImages/Jg2015/logoJg2015.png) 0 -5px no-repeat;
}

.sub-nav-fixed .logoJg2015 {
    top: 13px;
    left: 0;
    background-position: -5px -65px;
    height: 40px;
}

/* logoJx2020 */
.logoJx2020 {
    position: absolute;
    width: 200px;
    height: 26px;
    font-size: 20px;
    font-weight: normal;
    top: 22px;
    left: 2px;
    background: url(../WebImages/Jx2020/logoJx2020.png) 0 -5px no-repeat;
}

.sub-nav-fixed .logoJx2020 {
    top: 13px;
    left: 0;
    background-position: -5px -65px;
    height: 40px;
}

/* logoJx2015 */
.logoJx2015 {
    position: absolute;
    width: 200px;
    height: 26px;
    font-size: 20px;
    font-weight: normal;
    top: 22px;
    left: 2px;
    background: url(../WebImages/Jx2015/logoJx2015.png) 0 -5px no-repeat;
}

.sub-nav-fixed .logoJx2015 {
    top: 13px;
    left: 0;
    background-position: -5px -65px;
    height: 40px;
}

/* logoJg2010 */
.logoJg2010 {
    position: absolute;
    width: 200px;
    height: 26px;
    font-size: 20px;
    font-weight: normal;
    top: 22px;
    left: 2px;
    background: url(../WebImages/Jg2010/logoJg2010.png) 0 -5px no-repeat;
}

.sub-nav-fixed .logoJg2010 {
    top: 13px;
    left: 0;
    background-position: -5px -65px;
    height: 40px;
}

/* logoJx2010 */
.logoJx2010 {
    position: absolute;
    width: 200px;
    height: 26px;
    font-size: 20px;
    font-weight: normal;
    top: 22px;
    left: 2px;
    background: url(../WebImages/Jx2010/logoJx2010.png) 0 -5px no-repeat;
}

.sub-nav-fixed .logoJx2010 {
    top: 13px;
    left: 0;
    background-position: -5px -65px;
    height: 40px;
}

/* logoEp2013 */
.logoEp2013 {
    position: absolute;
    width: 200px;
    height: 26px;
    font-size: 20px;
    font-weight: normal;
    top: 22px;
    left: 2px;
    background: url(../WebImages/Ep2013/logoEp2013.png) 0 -5px no-repeat;
}

.sub-nav-fixed .logoEp2013 {
    top: 13px;
    left: 0;
    background-position: -5px -65px;
    height: 40px;
}

/* logoPw2016 */
.logoPw2016 {
    position: absolute;
    width: 200px;
    height: 26px;
    font-size: 20px;
    font-weight: normal;
    top: 22px;
    left: 2px;
    background: url(../WebImages/Pw2016/logoPw2016.png) 0 -5px no-repeat;
}

.sub-nav-fixed .logoPw2016 {
    top: 13px;
    left: 0;
    background-position: -5px -65px;
    height: 40px;
}

/* logoPw2009 */
.logoPw2009 {
    position: absolute;
    width: 200px;
    height: 26px;
    font-size: 20px;
    font-weight: normal;
    top: 22px;
    left: 2px;
    background: url(../WebImages/Pw2009/logoPw2009.png) 0 -5px no-repeat;
}

.sub-nav-fixed .logoPw2009 {
    top: 13px;
    left: 0;
    background-position: -5px -65px;
    height: 40px;
}

.logoCt2017 {
    position: absolute;
    width: 200px;
    height: 26px;
    font-size: 20px;
    font-weight: normal;
    top: 22px;
    left: 2px;
    background: url(../WebImages/Ct2017/logoCt2017.png) 0 -5px no-repeat;
}

.sub-nav-fixed .logoCt2017 {
    top: 13px;
    left: 0;
    background-position: -5px -65px;
    height: 40px;
}

.logoCtXx2017 {
    position: absolute;
    width: 200px;
    height: 26px;
    font-size: 20px;
    font-weight: normal;
    top: 22px;
    left: 2px;
    background: url(../WebImages/Ct2017/logoCt2017.png) 0 -5px no-repeat;
}

/* logoYs2006 */
.logoYs2006 {
    position: absolute;
    width: 200px;
    height: 26px;
    font-size: 20px;
    font-weight: normal;
    top: 22px;
    left: 2px;
    background: url(../WebImages/Ys2006/logoYs2006.png) 0 -5px no-repeat;
}

.sub-nav-fixed .logoYs2006 {
    top: 13px;
    left: 0;
    background-position: -5px -65px;
    height: 40px;
}

/* logoEpNet2010 */
.logoEpNet2010 {
    position: absolute;
    width: 200px;
    height: 26px;
    font-size: 20px;
    font-weight: normal;
    top: 22px;
    left: 2px;
    background: url(../WebImages/EpNet2010/LogoEpNet2010.png) 0 -5px no-repeat;
}

.sub-nav-fixed .logoEpNet2010 {
    top: 13px;
    left: 0;
    background-position: -5px -65px;
    height: 40px;
}

/* logoDogdriver */
.logoDogdriver {
    position: absolute;
    width: 200px;
    height: 26px;
    font-size: 20px;
    font-weight: normal;
    top: 22px;
    left: 2px;
    background: url(../WebImages/Qt2009/LogoDogdrviver.png) 0 -5px no-repeat;
}

.sub-nav-fixed .logoDogdriver {
    top: 13px;
    left: 0;
    background-position: -5px -65px;
    height: 40px;
}

/* logoEp2006 */
.logoEp2006 {
    position: absolute;
    width: 200px;
    height: 26px;
    font-size: 20px;
    font-weight: normal;
    top: 22px;
    left: 2px;
    background: url(../WebImages/Qt2009/LogoEp2006.png) 0 -5px no-repeat;
}

.sub-nav-fixed .logoEp2006 {
    top: 13px;
    left: 0;
    background-position: -5px -65px;
    height: 40px;
}

/* logoDx2009 */
.logoDx2009 {
    position: absolute;
    width: 200px;
    height: 26px;
    font-size: 20px;
    font-weight: normal;
    top: 22px;
    left: 2px;
    background: url(../WebImages/Qt2009/LogoDx2009.png) 0 -5px no-repeat;
}

.sub-nav-fixed .logoDx2009 {
    top: 13px;
    left: 0;
    background-position: -5px -65px;
    height: 40px;
}
/* */
.goTop {
    z-index: 15;
    width: 60px;
    height: 60px;
    cursor: pointer;
    left: 50%;
    margin-left: 515px;
    position: fixed;
    background: url(../WebImages/gotop.png) no-repeat;
    bottom: 88px;
    right: 2px;
    _position: absolute;
    _top: expression(documentElement.scrollTop+documentElement.clientHeight-100);
    display: none;
    text-indent: -999em;
}

    .goTop hover {
        background-position: 0 -60px;
    }

.panelDownload {
    width: 1000px;
    margin: 0 auto;
    text-align: center;
}

/*footer*/
.footer {
    border-top: solid 1px #a1b6d0;
    width: 1002px;
    clear: both;
    margin: 15px auto 0 auto;
    padding: 10px 0px 20px 0px;
    line-height: 20px;
    position: relative;
}
    /*.footer div{ position:absolute; right:10px; width:580px;}*/
    /*.footer div div{ clear:both; position:relative; float:right; text-align:right;}*/
    .footer div span {
        margin: 0px 8px 0px 8px;
    }

.footlogo {
    float: left;
    width: 143px;
    height: 52px;
    background: url(../WebImages/FootLogo.png) no-repeat;
}

.desc-image {
    width: 1000px;
    height: 500px;
    margin: 0 auto;
}

.btn-downsoft-1 {
    background: url(../WebImages/btn_1126.png) -3px 0 no-repeat;
    background-position: -2px -70px;
    width: 280px;
    height: 68px;
    text-align: center;
    display: inline-block;
    margin: 15px 0 0 30px;
    text-shadow: 0 -1px rgba(0,0,0,.2),inset 0 1px 1px rgba(0,0,0,.1);
    font-size: 22px;
    line-height: 62px;
    color: #fff;
}

    .btn-downsoft-1 hover {
        color: #fff;
        text-decoration: none;
    }

.btn-downsoft-2 {
    width: 257px;
    height: 28px;
    text-align: center;
    /*display: inline-block;*/
    margin: 5px 0 0 30px;
    /*text-shadow: 0 -1px rgba(0,0,0,.2),inset 0 1px 1px rgba(0,0,0,.1);*/
    font-size: 12px;
    line-height: 22px;
    color: #999;
}