﻿@charset "utf-8";

/*
Template Name: Corshop Mobile Theme
Template URI: http://www.corshop.cn/
Description: Corshop Mobile Theme
Version: 1.0
Author: CorTeam
Author URI: http://www.corshop.cn/
Logo filename: logo.gif
*/

/****************
**  公用样式    **
*****************/
* {
    border: 0;
    outline: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-touch-callout: none;
    -webkit-user-drag: none;
    margin: 0;
    padding: 0;
}

body {
    font-size: 14px;
    color: #333;
    font-family: "Hiragino Sans GB", DroidSansFallback, "Microsoft YaHei", "微软雅黑", arial, simsun;
}

article, aside, footer, header, nav, section, audio, canvas, video, img {
    display: block;
}

img {
    width: 100%;
    border: 0;
}

ul, ol {
    list-style: none;
}

a {
    text-decoration: none;
    color: #333;
}

input, textarea, select{ font-size: 14px; -webkit-appearance: none; border-radius:0;}
input, textarea{ -webkit-touch-callout: inherit; -webkit-user-select: text;}

em, i {
    font-style: normal;
}

table {
    border-collapse: collapse;
}
.hidden{
    overflow: hidden !important;
}

.none {
    display: none !important;
}

/* 按钮样式 */
.sub, .pay_btn {
    display: block;
    width: 94%;
    line-height: 40px;
    border-radius: 18px;
    color: #FFF;
    margin: 0 auto;
    font-size: 16px;
    text-align: center;
    box-sizing: border-box;
    -webkit-appearance: none;
}

.sub, .pay_btn {
    border: solid 1px #ff006d;
    background: linear-gradient(to right,rgba(255,0,165,1),rgba(255,0,80,0.9));
    color: #FFF;
}

.sub[class="sub hover"], .pay_btn[class="sub hover"] {
    background: -webkit-linear-gradient(top, #ff006d, #ff006d);
}

.btn {
    display: inline-block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 0;
    text-align: center;
    color: #fff;
    background: #ff006d;
    border: none;
    border-radius: 5px;
    font-size: 16px;
}

.shop_price {
    color: #ff006d !important;
}

/* 通用checkbox */
label.COR_CHECKBOX input[type="checkbox"] {
    -webkit-appearance: none;
    padding: 8px 0 8px 20px;
    background: url("../images/icon_4.png") no-repeat center left;
    background-size: 16px auto;
    vertical-align: middle;
}

label.COR_CHECKBOX input[type="checkbox"]:checked {
    background: url("../images/icon_1.png") no-repeat center left;
    background-size: 16px auto;
}

/* 通用radio */
label.COR_RADIO {
    margin-right: 5px;
}

label.COR_RADIO input[type="radio"] {
    -webkit-appearance: none;
    padding: 8px 0 8px 16px;
    background: url("../images/icon_3.png") no-repeat center left;
    background-size: 16px auto;
    vertical-align: middle;
    margin: -1px 0 2px 0;
}

label.COR_RADIO input[type="radio"]:checked {
    background: url("../images/icon_1.png") no-repeat center left;
    background-size: 16px auto;
}

/* 通用radio 结束 */

/* 主体 */
.main {
    width: 100%;
    max-width: 720px;
    min-width: 320px;
    margin: 0 auto;
    position: relative;
}

.main .hidden {
    overflow: hidden;
}

.page {
    position: relative;
    width: 100%;
    background-color: #eee;
    padding-bottom: 61px;
    padding-top: 41px;
}

.main .index {
    background-color: #F6F6F6;
    padding-top: 40px;
}

.main .write {
    background-color: #FFFFFF;
}

.main .pb0 {
    padding-bottom: 0;
}

.main .pt0 {
    padding-top: 0;
}

/*留白*/
.blank {
    height: 10px;
    line-height: 10px;
    clear: both;
}

.blank20 {
    height: 20px;
    line-height: 20px;
    clear: both;
}

.blank30 {
    height: 30px;
    line-height: 30px;
    clear: both;
}

.blank40 {
    height: 40px;
    line-height: 40px;
    clear: both;
}

.active {
    position: relative;
    width: 100%;
    background-color: #FFF;
}

/* 100%高度要素 */
html {
    height: 100%;
}

body {
    min-height: 100%;
    display: -webkit-box;
    -webkit-box-align: stretch;
}

.main {
    min-height: 100%;
    display: -webkit-box;
    -webkit-box-align: stretch;
}

.noScroll {
    overflow: hidden;
}

.list_empty {
    padding: 20px 10px;
    line-height: 30px;
    text-align: center;
    overflow: hidden;
    color: #666;
}

.emptyBox {
    padding: 50px 0 30px;
}

.emptyBox dl {
    text-align: center;
    padding: 80px 0 0 0;
}

.emptyBox dl dt {
    height: 24px;
    line-height: 24px;
    font-size: 18px;
    color: #333333;
}

.emptyBox dl dd {
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    color: #999;
    margin-top: 5px;
}

.emptyBtn {
    padding: 0 10px;
}

/* 加载 */
.refresh-bar {
    width: 100%;
    padding: 15px 0;
    vertical-align: middle;
    text-align: center;
    font-size: 14px;
    color: #333;
    display: none;
}

.refresh-bar .refresh-tip {
    display: inline-block;
}

.refresh-bar .refresh-ico {
    display: inline-block;
    width: 25px;
    height: 25px;
    vertical-align: middle;
    margin-bottom: 3px;
    text-indent: -10000px;
    background: url('../images/r-flip.png') no-repeat;
    -webkit-background-size: 25px 25px;
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 400ms;
    -webkit-transition-timing-function: ease-in-out;
}

.refresh-bar .refresh-load {
    background: url('../images/ui-loading.png') 0 0 no-repeat;
    -webkit-background-size: 25px 25px;
    -webkit-animation-name: refresh-load;
    -webkit-animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: step-start;
}

.refresh-bar .refresh-up {
}

.refresh-bar .refresh-down, .refresh-bar .refresh-end {
    -webkit-transform: rotate(180deg) translateZ(0);
    -moz-transform: rotate(180deg) translateZ(0);
}

@-webkit-keyframes refresh-load {
    from {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
    }
    8.32% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
    }
    8.33% {
        -webkit-transform: rotate(30deg);
        -moz-transform: rotate(30deg);
    }
    16.65% {
        -webkit-transform: rotate(30deg);
        -moz-transform: rotate(30deg);
    }
    16.66% {
        -webkit-transform: rotate(60deg);
        -moz-transform: rotate(60deg);
    }
    24.99% {
        -webkit-transform: rotate(60deg);
        -moz-transform: rotate(60deg);
    }
    25% {
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
    }
    33.32% {
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
    }
    33.33% {
        -webkit-transform: rotate(120deg);
        -moz-transform: rotate(120deg);
    }
    41.65% {
        -webkit-transform: rotate(120deg);
        -moz-transform: rotate(120deg);
    }
    41.66% {
        -webkit-transform: rotate(150deg);
        -moz-transform: rotate(150deg);
    }
    49.99% {
        -webkit-transform: rotate(150deg);
        -moz-transform: rotate(150deg);
    }
    50% {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
    }
    58.32% {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
    }
    58.33% {
        -webkit-transform: rotate(210deg);
        -moz-transform: rotate(210deg);
    }
    66.65% {
        -webkit-transform: rotate(210deg);
        -moz-transform: rotate(210deg);
    }
    66.66% {
        -webkit-transform: rotate(240deg);
        -moz-transform: rotate(240deg);
    }
    74.99% {
        -webkit-transform: rotate(240deg);
        -moz-transform: rotate(240deg);
    }
    75% {
        -webkit-transform: rotate(270deg);
        -moz-transform: rotate(270deg);
    }
    83.32% {
        -webkit-transform: rotate(270deg);
        -moz-transform: rotate(270deg);
    }
    83.33% {
        -webkit-transform: rotate(300deg);
        -moz-transform: rotate(300deg);
    }
    91.65% {
        -webkit-transform: rotate(300deg);
        -moz-transform: rotate(300deg);
    }
    91.66% {
        -webkit-transform: rotate(330deg);
        -moz-transform: rotate(330deg);
    }
    99.99% {
        -webkit-transform: rotate(330deg);
        -moz-transform: rotate(330deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
    }
}

/* 提示页面 */
.message {
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    margin-top: 30%;
    padding-bottom: 80px;
}

.messageBox {
    width: 100%;
    max-width: 500px;
    margin: 0 auto 0 auto;
    padding: 0px 10px;
    box-sizing: border-box;
    border-radius: 10px;
    -webkit-box-align: center;
    -moz-box-align: center;
}

.messageContent {
    padding: 30px 0;
    line-height: 25px;
    background-color: #FFF;
    border-radius: 5px;
}

.messageContent span {
    display: inline-block;
    vertical-align: top;
    width: 25px;
    margin-right: 5px;
    height: 30px;
    background: url(../images/ok.png) no-repeat 0 0;
    background-size: 25px auto;
}

.messageContent span.error {
    background-image: url(../images/error.png);
}

.messageLink {
    margin-top: 20px;
}

.messageLink a {
    display: inline-block;
    width: auto;
    padding: 0 10px;
    margin: 0 5px;
}

/* 头部开始 */
header {
    width: 100%;
    height: 40px;
    display: -moz-box;
    display: -webkit-box;
    color: #FFF;
    font-size: 16px;
    background: #ff006d;
    position: fixed;
    z-index: 995;
    left: 0;
    top: 0;
}

.index header {
    /*padding: 0px 2%;*/
    box-sizing: border-box;
    overflow: hidden;
}

.headLeft {
    height: 40px;
    line-height: 40px;
    overflow: hidden;
}

.headLeft a {
    width: 40px;
    display: inline-block;
    height: 40px;
    overflow: hidden;
    color: #fff;
    text-align: center;
    font-size: 13px;
    position: relative;
}

.headLeft .install {
    background: url(../images/user_icon_1.png) no-repeat center center;
    background-size: 22px auto;
}

.headLeft a.logo{
    display: -webkit-box;
    -webkit-box-align: center;
    width: 75px;
    height: 40px;
    padding-left: 10px;
    float: left;
}

.headMid {
    width: 100%;
    height: 40px;
    line-height: 40px;
    -webkit-box-flex: 1;
    overflow: hidden;
    margin: 0px 10px;
}

.headMid h2 {
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #fff;
    font-weight: normal;
    text-align: center;
}

.headMid h2 span {
    display: inline-block;
    font-size: 14px;
    margin-left: 3px;
}

.headRight {
    height: 40px;
    line-height: 40px;
    overflow: hidden;
}

.headRight a {
    width: 40px;
    display: inline-block;
    height: 40px;
    overflow: hidden;
    color: #333;
}

.headRight a.strong {
    color: #ff006d;
}

.headRight a.search_btn {
    background: url(../images/ico_search3.png) no-repeat center center;
    background-size: 20px auto;
}

.headLeft a.back:after {
    content: '';
    position: absolute;
    top: 13px;
    left: 13px;
    display: block;
    width: 12px;
    height: 12px;
    border-color: #fff;
    border-style: solid;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(135deg);
}

.headLeft a.set_up {
    background-image: url(../images/icon_setup6.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 20px auto;
}

.headRight a.consult {
    background-image: url(../images/icon_message2.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 25px auto;
}

header.transparent .headLeft a.set_up {
    background-image: url(../images/icon_setup5.png);
}

header.transparent .headRight a.consult {
    background-image: url(../images/icon_message1.png);
}

header.transparent .headMid h2 {
    display: none;
}

header.transparent {
    background-color: transparent;
    border-bottom: none;
}

header.transparent .headLeft a.back:after {
    border-color: #fff;
}

header.posf {
    /*animation: headerFixed 0.5s ease-in-out;*/
    /*-webkit-animation: headerFixed 0.5s ease-in-out;*/
    display: none;
}

@keyframes headerFixed {
    from {
        background-color: transparent;
        border-bottom-color: transparent;
    }
    to {
        background-color: #fff;
        border-bottom-color: #ececec;
    }
}

@-webkit-keyframes headerFixed {
    from {
        background-color: transparent;
        border-bottom-color: transparent;
    }
    to {
        background-color: #fff;
        border-bottom-color: #ececec;
    }
}

.headTab {
    width: 100%;
    height: 40px;
    line-height: 40px;
    -webkit-box-flex: 1;
    overflow: hidden;
    margin: 0 10px;
    display: -webkit-box;
}

.headTab a {
    display: block;
    width: 50%;
    margin: 0 10px;
    text-align: center;
    -webkit-box-flex: 1;
    color: #999;
}

.headTab a.focus {
    color: #ff006d;
}

.headSearch {
    width: 100%;
    height: 40px;
    -webkit-box-flex: 1;
    overflow: hidden;
}

.headSearch2 {
    margin: 0 10px;
}

.top_search {
    height: 30px;
    margin-top: 5px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.top_search .search_keywords {
    background: #f2f2f2;
    height: 30px;
    width: 100%;
    border: none;
    box-sizing: border-box;
    padding: 0 5px 0 35px;
    border-radius: 15px;
    font-size: 16px;
}

.top_search .search_keywords::-webkit-input-placeholder {
    color: #cacaca;
}

.top_search .search_submit {
    width: 30px;
    height: 30px;
    position: absolute;
    z-index: 2;
    left: 5px;
    top: 0;
    text-indent: -9999px;
    background: url(../images/ico_search2.png) no-repeat center;
    background-size: 18px auto;
}

/* 头部结束 */

/* 底部开始 */
footer {
    width: 100%;
    height: 50px;
    background-color: #fff;
    z-index: 999;
    position: fixed;
    left: 0;
    bottom: 0;
    border-top: 1px solid #ccc;
}

footer ul {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    -webkit-box-flex: 1;
}

footer ul li {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    width: 20%;
    height: 100%;
    overflow: hidden;
    text-align: center;
    font-size: 12px;
}

footer ul li a {
    display: block;
    height: 100%;
    color: #666;
    padding-top: 3px;
    line-height: 20px;
}

footer ul li a.hover, footer ul li.focus a {
    color: #ff006d;
}

footer ul li span {
    display: block;
    width: 25px;
    height: 25px;
    margin: 0 auto;
    background-size: 100% auto;
    background-position: center;
    background-repeat: no-repeat;
}

footer ul li:nth-child(1) span {
    background-image: url(../images/footer_icon_1.png);
}

footer ul li:nth-child(2) span {
    background-image: url(../images/footer_icon_2.png);
}

footer ul li:nth-child(3) span {
    background-image: url(../images/footer_icon_4.png);
}

footer ul li:nth-child(4) span {
    background-image: url(../images/footer_icon_5.png);
}

footer ul li:nth-child(1) .hover span, footer ul li:nth-child(1).focus span {
    background-image: url(../images/footer_icon_6.png);
}

footer ul li:nth-child(2) .hover span, footer ul li:nth-child(2).focus span {
    background-image: url(../images/footer_icon_7.png);
}

footer ul li:nth-child(3) .hover span, footer ul li:nth-child(3).focus span {
    background-image: url(../images/footer_icon_9.png);
}

footer ul li:nth-child(4) .hover span, footer ul li:nth-child(4).focus span {
    background-image: url(../images/footer_icon_10.png);
}

.copyright {
    width: 100%;
    height: 32px;
    line-height: 32px;
    position: absolute;
    z-index: 999;
    bottom: 0;
    left: 0;
    font-size: 12px;
    color: #cacaca;
    text-align: center;
}

.copyright a {
    color: #cacaca;
}

/* 底部结束 */

/* 带标题通用表单 开始 */
.cor_btn_full {
    padding: 10px 10px 0;
}

.cor_form {
    width: 100%;
    background: #fff;
}

.cor_form dl {
    border-bottom: solid 1px #e3e3e3;
    display: -webkit-box;
}

.cor_form dl dt {
    width: 85px;
    line-height: 50px;
    margin: 0 10px 0 15px;
}

.cor_form dl dd {
    -webkit-box-flex: 1;
    margin-right: 15px;
    overflow: hidden;
}
.cor_form dl dd .upload_box .upload_img img{
    width: 100px;
    padding: 10px 0;
}

.cor_form dl dd p {
    height: 50px;
    line-height: 50px;
    overflow: hidden;
}

.cor_form dl .input_text {
    width: 100%;
    height: 50px;
    border: none;
    background: none;
}

.cor_form dl .input_textarea {
    width: 100%;
    line-height: 20px;
    padding: 15px 0;
    border: none;
    background: none;
    resize: none;
}

.cor_form dl .input_button {
    height: 30px;
    line-height: 30px;
    border: none;
    background: #333;
    margin: 10px 0 0 10px;
    color: #FFF;
    text-align: center;
    display: inline-block;
    padding: 0 5px;
}

.cor_form dl .input_image {
    width: 100px;
    height: 20px;
    margin: 15px 0 0 0;
}

.cor_form dl .input_select {
    position: relative;
}

.cor_form dl .input_select select {
    width: 100%;
    height: 50px;
    padding-right: 40px;
    color: #666;
    position: relative;
    z-index: 2;
    background: none;
    box-sizing: border-box;
    -webkit-appearance: none;
}

.cor_form dl .input_select:after {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    top: 50%;
    right: 3px;
    border-color: #444;
    border-style: solid;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    margin-top: -6px;
}

.cor_form dd .right_more {
    width: 100%;
    display: -webkit-box;
    padding-right: 0 !important;
}

.cor_form dd .right_more .right_more_left {
    -webkit-box-flex: 1;
}

.cor_form dd .input_txt {
    height: 50px;
    line-height: 50px;
    color: #369ff9;
    margin-left: 5px;
}

.cor_form dl.bottom_more {
    position: relative;
    z-index: 1;
    padding-bottom: 30px;
}

.cor_form dl.bottom_more .bottom_more_box {
    position: absolute;
    right: 15px;
    bottom: 10px;
}

/* 带标题通用表单 结束 */

/* 多图上传开始 */
.apply_uploadFile {
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
    background-color: #FFF;
    overflow: hidden;
    display: -webkit-box;
    display: -moz-box;
}

.apply_uploadFile .word {
    display: block;
    width: 70px;
    margin-right: 10px;
    color: #666666;
}

.apply_uploadFile .fileBox {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    display: -webkit-box;
    display: -moz-box;
}

.apply_uploadFile .fileBox .webuploader-pick {
    display: -webkit-box;
    display: -moz-box;
}

.apply_uploadFile .uploadFile {
    width: 60px;
    height: 60px;
    position: relative;
    border: dashed 1px #dbd7d8;
    z-index: 1;
    overflow: hidden;
    color: #999999;
}

.apply_uploadFile p {
    height: 20px;
    line-height: 20px;
    position: absolute;
    bottom: 3px;
    text-align: center;
    width: 100%;
    margin-top: 5px;
    font-size: 0.9em;
}

.apply_uploadFile .uploadFile .file {
    width: 60px;
    height: 60px;
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0;
    z-index: 2;
}

.apply_uploadFile .uploadFile .input_span {
    display: block;
    width: 60px;
    height: 60px;
    position: absolute;
    top: 0;
    left: 0;
}

.apply_uploadFile .uploadFile .input_span:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 2px;
    height: 26px;
    margin-top: -20px;
    background-color: #c6c6c6;
    z-index: 2;
}

.apply_uploadFile .uploadFile .input_span:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 26px;
    height: 2px;
    line-height: 2px;
    overflow: hidden;
    margin-left: -13px;
    margin-top: -8px;
    background-color: #c6c6c6;
    z-index: 2;
}

.apply_uploadFile .uploadTips {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    margin-left: 10px;
    line-height: 18px;
    color: #999999;
    font-size: 0.85em;
}

.evaluation-image {
    padding: 10px;
    background: #FFF;
    overflow: hidden
}

.evaluation-image ul {
    width: 100%;
}

.evaluation-image ul li {
    width: 16%;
    float: left;
    height: 52px;
    margin: 0 2%;
    position: relative;
    z-index: 1;
    *zoom: 1;
}

.evaluation-image ul li .upload-thumb {
    display: table-cell;
    line-height: 0;
    box-sizing: border-box;
    border: solid 1px #E6E6E6;
    background-color: #FFF;
    text-align: center;
    vertical-align: middle;
    margin: 0 auto;
    width: 100%;
    height: 50px;
    padding: 1px;
    position: relative;
    z-index: 1;
}

.evaluation-image ul li .upload-thumb img {
    width: auto;
    max-width: 100%;
    max-height: 50px;
    margin: 0 auto;
}

.evaluation-image ul li .upload-thumb .del {
    font-size: 11px;
    line-height: 16px;
    color: #C8C8C8;
    background-color: #FFF;
    text-align: center;
    width: 16px;
    height: 16px;
    border: solid 1px #D7D7D7;
    border-radius: 9px;
    position: absolute;
    z-index: 1;
    top: -9px;
    right: -9px;
    -webkit-text-size-adjust: none;
}

.evaluation-image ul li .upload-thumb .del:hover {
    color: #FFF;
    text-decoration: none;
    background-color: #ff006d;
    border-color: #ff006d;
}

/* 多图上传 结束 */

/* 浮动全屏窗口 */
.posBoxHidden .main{
    display: none !important;
}

.posBox {
    width: 100vw;
    height: 100vh;
    display: block;
    overflow: hidden;
    background: #ffffff;
}

.posMain {
    width: 100vw;
    height: 100vh;
    padding: 40px 0 50px 0;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling:touch;
    background: #FFFFFF;
}

.posBox .grey_bg {
    background: #eeeeee;
}

/* 浮动全屏窗口 结束 */

/* 幻灯轮播*/
.slide-box {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.slide-box .bd li {
    position: relative;
    text-align: center;
    display: none;
}

.slide-box .bd li img {
    vertical-align: top;
}

.slide-box .hd {
    width: 100%;
    height: 10px;
    position: absolute;
    bottom: 6px;
    z-index: 2;
    text-align: center;
    display: -webkit-box;
    display: -moz-box;
    -moz-box-pack: center;
    -webkit-box-pack: center;
}

.slide-box .hd ul {
    display: -webkit-box;
    display: -moz-box;
    -webkit-box-align: center;
    height: 10px;
}

.slide-box .hd ul li {
    width: 6px;
    height: 6px;
    margin: 0 4px;
    display: block;
    background: url("../images/index_icon_3.png") no-repeat center center;
    background-size: 6px auto;
    text-indent: 9999px;
}

.slide-box .hd ul li.on {
    width: 18px;
    background: url("../images/index_icon_4.png") no-repeat center center;
    background-size: 18px 6px;
}

/* 选项卡开始 */
.userTab {
    width: 100%;
    position: fixed;
    z-index: 2;
    left: 0;
    top: 41px;
    height: 41px;
    background: #fff;
}

.userTab ul {
    height: 40px;
    display: -webkit-box;
    border-bottom: 1px solid #ececec;
}

.userTab ul li {
    width: 50%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    -webkit-box-flex: 1;
}

.userTab ul li a {
    color: #999;
}

.userTab ul li.focus {
    height: 39px;
    line-height: 40px;
    border-bottom: 2px solid #ff006d;
}

.userTab ul li.focus a {
    color: #ff006d;
}

/* 选项卡 结束 */

/* 订单相关开始 */
.doneBox .done {
    padding: 15px 10px;
    overflow: hidden;
    background-color: #FFF;
}

.doneBox .done dl {
    padding-left: 23px;
    background: url(../images/icon_succeed.png) no-repeat left 3px;
    background-size: 20px auto;
}

.doneBox .done dl dt {
    font-size: 1.15em;
    color: #ff006d;
    line-height: 25px;
}

.doneBox .done dl dd {
    color: #666;
    line-height: 19px;
    font-size: 13px;
}

.doneBox .paymentBox .title {
    padding: 0px 2%;
    height: 40px;
    background: #FFFFFF;
    border-bottom: solid 1px #e3e3e3;
}

.doneBox .paymentBox .title dl {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
}

.doneBox .paymentBox .title dl dt {
    width: 90px;
    height: 40px;
    line-height: 40px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #999999;
    font-size: 0.9em;
}

.doneBox .paymentBox .title dl dd {
    -webkit-box-flex: 1;
    height: 40px;
    line-height: 40px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #999999;
    text-align: right;
    font-size: 10px;
}

.doneBox .paymentBox .title dl dd span {
    display: inline-block;
    padding-left: 16px;
    background: url(../images/icon_tips.png) no-repeat left center;
    background-size: 15px auto;
}

.doneBox .paymentBox .paymentList {
    background-color: #FFF;
    padding-left: 20px;
}

.doneBox .paymentBox .paymentList .payment {
    padding: 15px 0px;
    border-bottom: solid 1px #e3e3e3;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    position: relative;
}

.doneBox .paymentBox .paymentList .payment:after {
    content: '';
    position: absolute;
    top: 33px;
    right: 15px;
    display: block;
    width: 12px;
    height: 12px;
    border-color: #aeb0b4;
    border-style: solid;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
}

.doneBox .paymentBox .paymentList .payment:last-child {
    border-bottom: none;
}

.doneBox .paymentBox .paymentList .payment .paymentImg {
    display: block;
    width: 50px;
    height: 50px;
    overflow: hidden;
    margin-left: -13px;
}

.doneBox .paymentBox .paymentList .payment .paymentImg img {
    width: 50px;
    height: 50px;
}

.doneBox .paymentBox .paymentList .payment dl {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    margin-left: 5px;
    padding: 3px 25px 0 0;
}

.doneBox .paymentBox .paymentList .payment dl dt {
    height: 23px;
    line-height: 23px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 1.15em;
}

.doneBox .paymentBox .paymentList .payment dl dd {
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #999;
}

.doneBox .title {
    padding: 0 2%;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    background: #FFFFFF;
    border-bottom: solid 1px #e3e3e3;
}

.doneBox .bankInfo {
    padding: 10px 15px;
    overflow: hidden;
    background-color: #FFF;
    line-height: 25px;
}

.doneBox .bankInfo dl dd input {
    width: 100%;
    height: 25px;
    color: #666;
}

.doneBox .personalInfo {
    overflow: hidden;
    background-color: #FFF;
}

.doneBox .personalInfo dl {
    width: 100%;
    padding: 10px 2%;
    box-sizing: border-box;
    overflow: hidden;
    display: -webkit-box;
    display: -moz-box;
    border-bottom: solid 1px #e3e3e3;
}

.doneBox .personalInfo dl:last-child {
    border-bottom: 0px;
}

.doneBox .personalInfo dl dt {
    width: 80px;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    color: #666;
}

.doneBox .personalInfo dl dd {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
}

.doneBox .personalInfo dl dd input {
    width: 100%;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    color: #999;
    text-align: right;
}

/* 订单相关 结束 */

/* 付款结果 */
.payBox {
    width: 100%;
    margin: 0 auto;
    padding: 20px;
    box-sizing: border-box;
}

.payBox .payTitle {
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    color: #ff006d;
}

.payBox .payLink {
    margin-top: 20px;
    text-align: center;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
}

.payBox .payLink p {
    width: 50%;
    padding: 0 10px;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-sizing: border-box;
}

/* 返回顶部 */
.fix_block_r {
    width: 38px;
    position: fixed;
    z-index: 5;
    right: 10px;
    bottom: 60px;
    display: none;
}

.fix_block_r a {
    display: block;
    width: 38px;
    height: 38px;
    background: rgba(255, 255, 255, 0.85);
    border-radius: 100%;
}

.fix_block_r a i {
    width: 100%;
    height: 100%;
    display: block;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    opacity: 1;
}

.fix_block_r a.history_btn {
    margin-top: 5px;
}

.fix_block_r a.history_btn i {
    background-image: url(../images/icon_history2.png);
}

.fix_block_r a.gotop_btn i {
    background-image: url(../images/icon_gotop.png);
}

.headRight a.information{
    width: 30px;
    background: url("../images/index_icon_2.png") no-repeat left center;
    background-size: 22px auto;
    position: relative;
}
.headRight a.information i{
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background: #ffa800;
    position: absolute;
    right: 5px;
    top: 5px;
}
.headMid .search{
    height: 30px;
    line-height: 30px;
    position: relative;
    background: #fff;
    border-radius: 15px;
    margin-top: 5px;
    overflow: hidden;
}
.headMid .search .text{
    display: block;
    width: 100%;
    height: 30px;
    box-sizing: border-box;
    padding: 0 10px 0 30px;
    font-size: 12px;
}
.headMid .search .text::-webkit-input-placeholder{
    font-size: 12px;
    color: #b8b8b8;
}
.headMid .search .submit{
    width: 18px;
    height: 18px;
    background: url("../images/index_icon_1.png") no-repeat center center;
    background-size: 14px auto;
    position: absolute;
    left: 10px;
    top: 6px;
}

.indexClassify{
     width: 100%;
     position: fixed;
     left: 0;
     top: 40px;
     z-index: 888;
 }
.indexClassify ul{
    display: -webkit-box;
    max-width: 720px;
    background: #fff;
    padding: 6px 0 4px;
    margin: 0 auto;
    overflow-x: auto;
}
.indexClassify ul li{
    width: 29%;
    padding: 0 5px;
    box-sizing: border-box;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.indexClassify ul li.focus{
    color: #ff006d;
    background: url("../images/index_icon_5.jpg") no-repeat center bottom;
    background-size: 27px 2px;
}

.indexType{
    padding: 0 2.5% 18px;
    background: #fff;
    overflow: hidden;
}
.indexType dl{
    width: 33%;
    padding: 16px 5px 0;
    box-sizing: border-box;
    float: left;
}
.indexType dl dt{
    width: 50px;
    margin: 0 auto;
}
.indexType dl dd{
    height: 24px;
    line-height: 24px;
    color: #747474;
    text-align: center;
    padding-top: 2px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.indexNotice{
    display: -webkit-box;
    padding: 10px 2.5%;
    background: #fff;
    border-top: 1px solid #efefef;
}
.indexNotice span{
    display: block;
    height: 30px;
    line-height: 30px;
    padding-right: 34px;
    background: url("../images/index_icon_14.png") no-repeat right center;
    background-size: 32px auto;
    overflow: hidden;
}
.indexNotice font{
    display: block;
    -webkit-box-flex: 1;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    color: #777;
    padding: 0 10px 0 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.indexNotice font i{
    color: #ff006d;
    padding-right: 4px;
}
.indexNotice a{
    display: block;
    height: 30px;
    line-height: 30px;
    color: #777;
    font-size: 12px;
    padding-left: 8px;
    background: url("../images/index_line_c.jpg") no-repeat left center;
    background-size: 1px 18px;
}
.indexSelected{
    padding: 5px 2.2% 0;
}
.indexTitle{
    height: 39px;
    text-align: center;
    margin: 0 4px;
    background: url("../images/index_line_d.jpg") repeat-x left center;
    background-size: 1px 1px;
}
.indexTitle span{
    display: inline-block;
    max-width: 80%;
    height: 39px;
    line-height: 39px;
    padding: 0 12px;
    background: #f6f6f6;
    color: #4c4c4c;
    font-size: 16px;
    overflow: hidden;
}
.indexSelected .list_box{
    overflow: hidden;
}
.indexSelected .list{
    width: 49.4%;
    padding: 12px 2% 6px;
    background: #fff;
    box-sizing: border-box;
    margin-top: 4px;
    float: left;
}
.indexSelected .list:nth-child(2n){
    margin-left: 1.2%;
}
.indexSelected .list span{
    display: block;
    width: 90%;
    margin: 0 auto;
}
.indexSelected .list font{
    display: block;
    height: 26px;
    line-height: 26px;
    color: #4c4c4c;
    padding-top: 4px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.indexSelected .list p{
    display: -webkit-box;
}
.indexSelected .list p i{
    display: block;
    -webkit-box-flex: 1;
    height: 26px;
    line-height: 26px;
    color: #ff006d;
    font-size: 15px;
    padding-right: 00px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.indexSelected .list p em{
    display: block;
    width: 16px;
    height: 26px;
    background: url("../images/index_icon_15.png") no-repeat right center;
    background-size: 16px auto;
}
.loginRegister{
    padding: 30% 0 20px;
    background: url("../images/login_pic_1.png") no-repeat center top;
    background-size: 100% auto;
}
.loginRegister .logo{
    width: 48%;
    margin: 0 auto;
}
.loginRegister ul{
    padding: 15% 21% 0;
}
.loginRegister ul li{
    display: -webkit-box;
    -webkit-box-align: center;
    padding-top: 16px;
    border-bottom: 1px solid #e6e6e6;
}
.loginRegister ul li span{
    display: block;
    width: 16px;
    padding: 0 8px 0 2px;
}
.loginRegister ul li .text{
    display: block;
    -webkit-box-flex: 1;
    height: 32px;
    background: none;
}
.loginRegister ul li .text::-webkit-input-placeholder{
    color: #c6c6c6;
}
.loginRegister .login_register{
    padding: 25px 21% 0;
}
.submit_login{
    width: 100%;
    height: 40px;
    border-radius: 18px;
    color: #fff;
    font-size: 15px;
    background: linear-gradient(to right,rgba(255,0,165,1),rgba(255,0,80,0.9));;
}
.loginRegister .login_register .register{
    width: 100%;
    height: 40px;
    border-radius: 18px;
    color: #666;
    font-size: 15px;
    background: #fff;
    box-shadow: 0 0 8px 2px rgba(0,0,0,.1);
    margin-top: 10px;
}
.loginRegister a.password{
    display: block;
    line-height: 24px;
    color: #999;
    margin-top: 10px;
    text-align: center;
}
.loginRegister ul .formItem{
    position: relative;
}
.loginRegister ul .formItem .cor_captcha_img{
    width: 100px;
    height: 20px;
    display: block;
    position: absolute;
    right: 0;
    top: 20px;
}
.loginRegister ul .formItem .cor_captcha_text {
    padding-right: 120px;
    text-transform: uppercase;
}
.classify_left ul li span {
    display: block;
    width: 26px;
    float: left;
    padding: 12px;
    /*border-bottom: 1px solid #dedede;*/
}

header.bg_no {
    background: none;
}
.userTop{
    background: #fff;
    position: relative;
}
.userTop .name_box{
    width: 100%;
    display: -webkit-box;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    position: absolute;
    left: 0;
    top: 40%;
    margin-top: -26px;
}
.userTop .name_box span{
    display: block;
    width: 52px;
    margin-right: 10px;
    border-radius: 50%;
    overflow: hidden;
    background: #fff;
}
.userTop .name_box dl{
    max-width: 60%;
    line-height: 24px;
    color: #fff;
}
.userTop .name_box dl dt{
    height: 24px;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.userTop .name_box dl dd{
    height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.userTop .info{
    width: 100%;
    display: -webkit-box;
    position: absolute;
    left: 0;
    bottom: 22%;
    margin-bottom: -20px;
}
.userTop .info dl{
    -webkit-box-flex: 1;
    width: 33.33%;
    padding: 0 5px;
    color: #fff;
    text-align: center;
    line-height: 20px;
    box-sizing: border-box;
    background: url("../images/user_line_1.png") no-repeat right center;
    background-size: 1px 40px;
}
.userTop .info dl:last-child{
    background: none;
}
.userTop .info dl dt{
    height: 20px;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.userTop .info dl dd{
    height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.userBox{
    padding-bottom: 10px;
}
.userBox .classify{
    background: #fff;
    display: -webkit-box;
    padding: 20px 0 8px;
}
.userBox .classify dl{
    -webkit-box-flex: 1;
    width: 25%;
    padding: 10px 5px;
    box-sizing: border-box;
}
.userBox .classify dl dt{
    width: 24px;
    margin: 0 auto;
    position: relative;
}
.userBox .classify dl dt i{
    display: block;
    width: 16px;
    height: 16px;
    line-height: 14px;
    text-align: center;
    color: #fff;
    font-size: 10px;
    background: #ff006d;
    border-radius: 50%;
    position: absolute;
    right: -8px;
    top: -4px;
}
.userBox .classify dl dd{
    height: 20px;
    line-height: 20px;
    text-align: center;
    color: #666;
    padding-top: 6px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.userBox ul{
    padding-left: 3%;
    margin-top: 10px;
    background: #fff;
}
.userBox ul li{
    display: -webkit-box;
    -webkit-box-align: center;
    padding: 10px 3% 10px 0;
    line-height: 30px;
    border-bottom: 1px solid #e4e4e4;
}
.userBox ul li:last-child{
    border-bottom: none;
}
.userBox ul li span{
    display: block;
    -webkit-box-flex: 1;
    height: 30px;
    padding-right: 10px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
i.arrowBox{
    display: block;
    color: #bebebe;
    font-size: 22px;
}
.userBox .submit_login{
    width: 94%;
    margin: 15px 3% 0;
}
.extension_page{
    background: url("../images/extension_pic_1.png") #ff006d no-repeat center top;
    background-size: 100% auto;
}
.extensionBox{
    padding: 40px 5% 20px;
    border-radius: 8px;
    margin: 70px 3.5% 0;
    background: #fff;
    text-align: center;
    position: relative;
}
.extensionBox span{
    display: block;
    width: 60px;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: -30px;
    margin-left: -30px;
    overflow: hidden;
    background: #fff;
}
.extensionBox font{
    display: block;
    line-height: 24px;
    font-size: 15px;
    color: #313131;
}
.extensionBox em{
    display: block;
    line-height: 30px;
    padding-top: 12px;
    color: #8f8f8f;
}
.extensionBox .text{
    width: 100%;
    height: 36px;
    border-radius: 18px;
    background: #f1f1f1;
    text-align: center;
    color: #999;
}
.extensionBox i{
    display: block;
    width: 80%;
    margin: 24px auto 0;
}
a.shareLinks{
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    background: #202020;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 888;
    overflow: hidden;
}

.couponList{
    padding: 0 2.2% 8px;
}
.couponList .list{
    padding-top: 28px;
    margin-top: 8px;
    background: url("../images/coupon_pic_1.jpg") #fff no-repeat center top;
    background-size: 100% auto;
}
.couponList .list .condition{
    display: -webkit-box;
    -webkit-box-flex: 1;
    padding: 0 20px 16px 15px;
}
.couponList .list .condition span{
    display: block;
    height: 48px;
    line-height: 48px;
    font-size: 23px;
    font-weight: bold;
    color: #ff006d;
    overflow: hidden;
}
.couponList .list .condition font{
    font-size: 30px;
}
.couponList .list .condition dl{
    -webkit-box-flex: 1;
    padding-left: 10px;
    text-align: right;
    line-height: 24px;
}
.couponList .list .condition dl dt{
    height: 24px;
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.couponList .list .condition dl dd{
    height: 24px;
    font-size: 12px;
    color: #999;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.couponList .list p{
    padding: 0 10px;
    line-height: 36px;
    display: -webkit-box;
    border-top: 1px solid #e4e4e4;
    color: #8e8e8e;
}
.couponList .list p em{
    display: block;
    -webkit-box-flex: 1;
    height: 36px;
    overflow: hidden;
}
.couponList .list p i{
    display: block;
    height: 36px;
    overflow: hidden;
}

.collectionList{
    padding-bottom: 10px;
}
.collectionList .list{
    position: relative;
}
.indexSelected .list p i b{
    font-weight: normal;
    font-size: 14px;
    color: #b5b5b5;
    padding-left: 5px;text-decoration: line-through;
}
.collectionList .list .cancel{
    width: 24px;
    height: 24px;
    background: url("../images/address_icon_1.png") no-repeat center center;
    background-size: 16px auto;
    position: absolute;
    right: 0;
    top: 0;
}


.deta_info_content .price{
    display: -webkit-box;
}
.deta_info_content .price dl{
    -webkit-box-flex: 1;
    padding-right: 10px;
}
.deta_info_content .price dl dt{
    height: 24px;
    line-height: 24px;
    font-size: 17px;
    color: #ff006d;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.deta_info_content .price dl dt em{
    font-size: 12px;
    color: #777;
}
.deta_info_content .price dl dt zm{
    margin-left: 8px;
    padding: 0 5px;
    color: #aa57f8;
    font-size: 12px;
    border: 1px solid #aa57f8;
    border-radius: 4px;
}
.deta_info_content .price dl dt sm{
    margin-left: 8px;
    padding: 0 5px;
    color: #ff0000;
    font-size: 12px;
    border: 1px solid #ff0000;
    border-radius: 4px;
}

.deta_info_content .price dl dd{
    height: 24px;
    line-height: 24px;
    color: #b5b5b5;
    text-decoration: line-through;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.deta_info_content .price a{
    display: block;
    width: 30px;
    height: 30px;
    background: url("../images/details_icon_1.png") no-repeat center center;
    background-size: 30px auto;
}

.delivery_quick {
    width: 95%;
    margin: 0 auto;
    border-radius: 10px;
    padding: 10px 0;
    background: #fff;
    box-sizing: border-box;
    border: 1px solid #FFFFFF;
}
.delivery_quick.ok{
    border-color: #f00;
}
.delivery_quick dl {
    width: 92%;
    margin: 0 auto;
    display: -webkit-box;
}

.delivery_quick dl dt {
    display: block;
    -webkit-box-flex: 1;
}

.delivery_quick dl dt span {
    width: 100%;
    height: 35px;
    line-height: 35px;
    display: -webkit-box;
}

.delivery_quick dl dt em {
    font-size: 16px;
    color: #333333;
    padding-left: 25px;
    background: url(../images/account_icon_13.png) no-repeat center left;
    background-size: auto 100%;
}

.delivery_quick dl dt i {
    font-size: 16px;
    color: #333333;
    padding-left: 40px;
    background: url(../images/account_icon_14.png) no-repeat 15px center;
    background-size: auto 100%;
}

.delivery_quick dl dt strong {
    height: 25px;
    line-height: 25px;
    color: #fff;
    padding: 0px 5px;
    margin: 5px 10px;
    font-weight: normal;
    border-radius: 5px;
    background: #ff006d;
    display: block;
}

.delivery_quick dl dt font {
    line-height: 25px;
    display: block;
}

.delivery_quick dl dd {
    width: 30px;
    height: 30px;
    display: block;
    overflow: hidden;
    margin-top: 15px;
}

.delivery_quick dl dd a {
    width: 30px;
    height: 30px;
    display: block;
    overflow: hidden;
    text-indent: -999px;
}

.delivery_quick dl dd a:nth-child(1) {
    background: url(../images/icon_remove.png) no-repeat center;
    background-size: auto 20px;
}
.delivery_quick dl dd.sure a:nth-child(1) {
    background: url(../images/icon_sure.png) no-repeat center;
    background-size: auto 20px;
}
#quickBox .account_tail{
    width: 100%;
    height: 49px;
    z-index: 998;
    position: fixed;
    left: 0;
    bottom: 0;
    background: #fff;
    border-radius: 0;
}

#quickBox .account_tail a {
    width: 100%;
    height: 49px;
    line-height: 49px;
    text-align: center;
    display: block;
    font-size: 16px;
    color: #ff006d;
}

#quickBox .sure_tail{
    display: none;
    width: 95%;
    margin: 30px auto 0;
    height: 50px;
    background: #ff006d;
    border-radius: 0;
}
#quickBox .sure_tail a{
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    display: block;
    font-size: 16px;
    color: #fff;
}

.quick_tail{
    width: 100%;
    height: 50px;
    z-index: 998;
    position: fixed;
    left: 0;
    bottom: 0;
    border-radius: 0;
}
.quick_tail .sub_tail {
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    background: linear-gradient(to right,rgba(255,0,166,1),rgba(255,0,80,0.9));
    overflow: hidden;
}
#quickBoxNewCode .cor_form p{
    width: 100%;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 16px;
    margin-top: 20px;
    color: #666;
}
#quickBoxNewCode .cor_form .s{
    width: 100%;
    border-bottom: 1px solid #DCDCDC;
}
#quickBoxNewCode .cor_form input{
    width: 50%;
    border: 1px solid #DCDCDC;
    outline: none;
    height: 30px;
    margin: 10px 0 30px 25%;
}
#quickBoxNewCode .cor_form .z{
    text-align: right;
    margin: 10px;
    text-decoration: underline;
}
#quickBoxNewCode .order_info{
    width: 90%;
    border: 1px solid #DCDCDC;
    margin: 20px auto 0;
    padding: 10px;
}
#quickBoxNewCode .order_info .order_1{
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    border-bottom: 1px solid #DCDCDC;
    padding-bottom: 10px;
}
#quickBoxNewCode .order_info .order_1{
    padding: 10px 0;
}
#quickBoxNewCode .order_info .order_2{
    padding-top: 10px;
}
#quickBoxNewCode .order_info .order_2 p{
    height: 30px;
    line-height: 30px;
}

/******* 首页修改 开始 *******/
.indexService{
    display: -webkit-box;
    background: #fef9fa;
    border-top: 1px solid #faeced;
    border-bottom: 1px solid #faeced;
}
.indexService dl{
    -webkit-box-flex: 1;
    display: -webkit-box;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    max-width: 30%;
    padding: 6px 4px;
}
.indexService dl dt{
    width: 16px;
}
.indexService dl dd{
    max-width: 70%;
    height: 20px;
    line-height: 20px;
    font-size: 11px;
    color: #fe3041;
    padding-left: 3px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.index_classifyBox .classify_box{
    max-height: 210px;
    overflow: hidden;
}
.index_classifyBox .classify{
    width: 100%;
    overflow: hidden;
}
.index_classifyBox .classify dl{
    -webkit-box-flex: 1;
    width: 25%;
    box-sizing: border-box;
    padding: 10px 5px 6px;
    float: left;
}
.index_classifyBox .classify dl dt{
    width: 60px;
    margin: 0 auto;
}
.index_classifyBox .classify dl dd{
    height: 20px;
    line-height: 20px;
    color: #242424;
    font-size: 12px;
    padding-top: 5px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.index_classifyBox .hd{
    display: -webkit-box;
    -webkit-box-pack: center;
    height: 4px;
    padding-top: 8px;
}
.index_classifyBox .hd ul li{
    width: 24px;
    height: 4px;
    background: #f3f3f3;
    border-radius: 4px;
    margin-left: -6px;
    float: left;
}
.index_classifyBox .hd ul li.on{
    width: 30px;
    background: #ff6b78;
    position: relative;
    z-index: 1;
}
.indexDiscount{
    padding: 15px 2% 0;
    display: -webkit-box;
    -webkit-box-align: center;
}
.indexDiscount span{
    display: block;
    width: 48%;
    padding-right: 1.5%;
}
.indexDiscount ul{
    -webkit-box-flex: 1;
}
.indexDiscount ul li:last-child{
    padding-top: 3.3%;
}
.maggiTitle{
    line-height: 42px;
    padding: 0 8px;
    display: -webkit-box;
    -webkit-box-align: center;
}
.maggiTitle span{
    display: block;
    height: 42px;
    -webkit-box-flex: 1;
    padding-right: 10px;
    color: #4c4c4c;
    font-size: 16px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.maggiTitle span font{
    font-weight: normal;
    font-size: 12px;
    color: #ff006d;
    padding-left: 6px;
}
.maggiTitle a{
    display: block;
    color: #aba6a6;
    font-size: 12px;
}
.index_newProducts{
    padding-bottom: 5px;
    border-bottom: 1px solid #faeced;
}
.index_newProducts .list{
    display: -webkit-box;
    padding: 8px 24px 8px 12px;
    border-top: 1px solid #faeced;
}
.index_newProducts .list span{
    display: block;
    width: 90px;
    padding-right: 36px;
}
.index_newProducts .list dl{
    -webkit-box-flex: 1;
}
.index_newProducts .list dl dt{
    height: 48px;
    line-height: 24px;
    color: #4c4c4c;
    overflow:hidden;
    display:-webkit-box;
    text-overflow:ellipsis;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
}
.index_newProducts .list dl dd{
    display: -webkit-box;
    -webkit-box-align: center;
    padding-top: 12px;
}
.index_newProducts .list dl dd font{
    display: block;
    -webkit-box-flex: 1;
    padding-right: 5px;
    height: 20px;
    line-height: 20px;
    font-size: 16px;
    color: #ff006d;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.index_newProducts .list dl dd em{
    display: block;
    width: 24px;
    height: 24px;
    background: url(../images/index_icon_15.png) no-repeat center center;
    background-size: 20px auto;
}
.index_newProducts .more{
    text-align: center;
    margin-top: -4px;
}
.index_newProducts .more a{
    display: inline-block;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    color: #4c4c4c;
    letter-spacing: 1px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.indexBoutique{
    padding: 10px 0 12px;
    display: -webkit-box;
    overflow-x: auto;
}
.indexBoutique .list{
    width: 22%;
    padding: 0 3%;
    font-size: 13px;
}
.indexBoutique .list p{
    height: 36px;
    line-height: 18px;
    color: #333;
    padding-top: 5px;
    overflow:hidden;
    display:-webkit-box;
    text-overflow:ellipsis;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
}
.indexBoutique .list font{
    display: block;
    height: 20px;
    line-height: 20px;
    color: #e31235;
    padding-top: 4px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.indexBoutique .list font em{
    font-size: 11px;
    text-decoration: line-through;
    padding-left: 4px;
    color: #888;
}
.indexBrand{
    padding-top: 0;
}
.indexBrand span{
    width: 51.4%;
}
.index_brandBox{
    padding: 0 8px;
}
.index_brandBox ul{
    width: 100%;
    overflow: hidden;
}
.index_brandBox ul li{
    width: 24.1%;
    padding: 5px 1.2% 4px 0;
    float: left;
}
.index_brandBox ul li:nth-child(4n){
    padding-right: 0;
}
.indexRecom .maggiTitle{
    padding: 6px 8px 8px;
}
.indexRecom .maggiTitle span{
    padding-left: 10px;
    background: url(../images/index_icon_35.jpg) no-repeat left center;
    background-size: 6px auto;
}
.indexRecom .blank{
    background: #eeeded;
}
.globalSelection{
    padding-top: 12px;
}
.globalSelection .title{
    margin: 0 8px;
    text-align: center;
    background: url(../images/index_icon_36.jpg) repeat-x left center;
    background-size: 1px auto;
}
.globalSelection .title span{
    display: inline-block;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    letter-spacing: 1px;
    color: #4c4c4c;
    padding: 0 12px;
    background: #fff;
    max-width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.globalSelection .list_box{
    padding: 0 2%;
    overflow: hidden;
}
.globalSelection .list{
    width: 44%;
    padding: 18px 3% 4px;
    float: left;
}
.globalSelection .list dl dt{
    height: 20px;
    line-height: 20px;
    color: #4c4c4c;
    padding-top: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.globalSelection .list dl dd{
    display: -webkit-box;
    -webkit-box-align: center;
    padding-top: 8px;
}
.globalSelection .list dl dd font{
    display: block;
    -webkit-box-flex: 1;
    padding-right: 5px;
    height: 20px;
    line-height: 20px;
    font-size: 16px;
    color: #ff006d;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.globalSelection .list dl dd em{
    display: block;
    width: 24px;
    height: 24px;
    background: url(../images/index_icon_15.png) no-repeat center center;
    background-size: 20px auto;
}
/******* 首页修改 结束 *******/
.loginRegister .joint_login {
    /*margin-top: 10px;*/
    padding: 0 10px 20px;
    text-align: center;
}
.loginRegister .joint_login h2 {
    height: 24px;
    border-bottom: 1px solid #dcdcdc;
    font-weight: normal;
}
.loginRegister .joint_login h2 span {
    display: inline-block;
    height: 18px;
    line-height: 18px;
    padding: 0 5px;
    background-color: #fff;
    color: #999;
    font-size: 16px;
    -webkit-transform: translate3d(0,8px,0);
    -ms-transform: translate3d(0,8px,0);
    transform: translate3d(0,8px,0);
}
.loginRegister .joint_login ul {
    font-size: 0;
    margin-top: 20px;
    text-align: center;
    padding: 0;
}
.loginRegister .joint_login ul li {
    display: inline-block;
    width: 40px;
    text-align: center;
    margin: 0 5px;
    padding: 0;
}
.loginRegister .joint_login ul li a {
    display: inline-block;
    width: 40px;
    height: 40px;
    background-color: #fff;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 80%;
}

.loginRegister .joint_login ul li .sina{
    background-image:url(../images/icon_sina.png);
}
.loginRegister .joint_login ul li .qq{
    background-image:url(../images/icon_qq.png);
}
.loginRegister .joint_login ul li .alipay{
    background-image:url(../images/icon_alipay.png);
}
.loginRegister .joint_login ul li .weixin_mobile{
    background-image:url(../images/icon_weixin.png);
}
.brand_Box{
    width: 95%;
    overflow: hidden;
    margin: 5px auto 0;
    padding: 5px;
    background: #fff;
}
.brand_Box .list_Box_img{
    width: 100%;
}
.brand_Box .list_Box_img .list_Box_main{
    width: 30%;
    float: left;
    border: solid 1px #e7e7e7;
}
.brand_Box .list_Box_img .list_Box_main img{
    width: 100%;
    height: 70px;
}
.brand_Box .list_Box_img .list_Box_main_top{
    width: 65%;
    float: right;
}
.brand_Box .list_Box_img .list_Box_main_top .title{
    height: 32px;
    line-height: 32px;
    font-size: 20px;
    font-weight: bold;
}
.brand_Box .list_Box_img .list_Box_main_top .number {
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    color: #b8b8b8;
}
.brand_Box .list_Box_main_bot p{
    font-size: 14px;
    line-height: 25px;
    color: #8c8c8c;
    font-weight: bold;
}

.index_gPurchase{
    padding:6px 6px;
    background:#ff006d;
}
.index_gPurchase .group_purchase{
    display:-webkit-box;
    background:#fff;
}
.index_gPurchase .group_purchase .more{
    width:40%;
    border-right:1px solid #e4e4e4;
}
.index_gPurchase .group_purchase .list_box{
    -webkit-box-flex:1;
}
.index_gPurchase .group_purchase .list{
    position:relative;
    border-bottom:1px solid #e4e4e4;
    overflow:hidden;
    display:-webkit-box;
    -webkit-box-align:center;
}
.index_gPurchase .group_purchase .list .content{
    width:56%;
    -webkit-box-flex:1;
    padding: 3px 2%;
}
.index_gPurchase .group_purchase .list a{
    display:block;
    width:40%;
}
.index_gPurchase .group_purchase .list .name{
    height:36px;
    line-height:18px;
    font-size:12px;
    overflow:hidden;
    display:-webkit-box;
    text-overflow:ellipsis;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
}
.index_gPurchase .group_purchase .list .price{
    line-height:18px;
    font-size:12px;
    overflow:hidden;
}
.index_gPurchase .group_purchase .list .time{
    height:18px;
    line-height:18px;
    color:#888;
    font-size:12px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.index_gPurchase .group_purchase .list span{
    display:block;
    width:56px;
    height:22px;
    line-height:22px;
    font-size:13px;
    text-align:center;
    background:#fcd955;
    border-radius:4px;
    margin-top:4px;
}

/*新增200310*/
.vip_page{
    background-color: #f7f7f7;
    padding-bottom: 0px;
    padding-top: 0px;
}
.vip_header {
    width: 100%;
    height: 55px;
    color: #FFF;
    font-size: 16px;
    background-color: #ff5c9d;
}
.vip_header_l {
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    position: absolute;
    left: 3px;
    top: 15px;
    z-index: 3;
}
.vip_header_l a {
    width: 40px;
    display: inline-block;
    height: 40px;
    overflow: hidden;
    color: #fff;
    text-align: center;
    font-size: 13px;
    position: relative;
}
.vip_header_l a:after {
    content: '';
    position: absolute;
    top: 13px;
    left: 13px;
    display: block;
    width: 12px;
    height: 12px;
    border-color: #fff;
    border-style: solid;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(135deg);
}
.vip_header_r {
    width: 100%;
    height: 55px;
    overflow: hidden;
    display: -webkit-box;
    padding: 15px 20px 0;
    box-sizing:border-box;
    background: -moz-linear-gradient(left, #f1a978 0%, #ff5c9d 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#f1a978), color-stop(100%,#ff5c9d));
    background: -webkit-linear-gradient(left, #f1a978 0%,#ff5c9d 100%);
    background: -o-linear-gradient(left, #f1a978 0%,#ff5c9d 100%);
    background: -ms-linear-gradient(left, #f1a978 0%,#ff5c9d 100%);
    background: linear-gradient(to right, #f1a978 0%,#ff5c9d 100%);
    position: relative;
}
.vip_header_r:after {
    content: '';
    position: absolute;
    top: 10px;
    left: 50%;
    display: block;
    width: 2px;
    height: 55px;
    background-image: url("../images/vip_header_bg1.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 2px 45px;
}
.vip_header_r a {
    display: block;
    width: 50%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    -webkit-box-flex: 1;
    color: #fff;
    font-size: 14px;
}
.vip_content{
    padding: 10px 15px 10px;
    position: relative;
}
.vip_content_top{
    width: 100%;
    position: absolute;
    top: 10px;
    left: 0;
    padding: 0px 15px 0;
    box-sizing:border-box;
}
.vip_content_top .con_top_box{
    padding: 10px 10px 18px;
    border-radius: 15px;
    background: -moz-linear-gradient(left, #f1a978 0%, #ff5c9d 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#f1a978), color-stop(100%,#ff5c9d));
    background: -webkit-linear-gradient(left, #f1a978 0%,#ff5c9d 100%);
    background: -o-linear-gradient(left, #f1a978 0%,#ff5c9d 100%);
    background: -ms-linear-gradient(left, #f1a978 0%,#ff5c9d 100%);
    background: linear-gradient(to right, #f1a978 0%,#ff5c9d 100%);
    box-shadow:0px 9px 32px 1px rgba(220,29,103,.2);
    position: relative;
}
.vip_content_top .con_top_box:after{
    content: '';
    position: absolute;
    top: 10px;
    right: 10px;
    display: block;
    width: 35px;
    height: 33px;
    background-image: url("../images/vip_con_bg1.png");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100% auto;
}
.vip_content_top .con_top_box .con_top_box_1{
    padding-right: 40px;
    overflow: hidden;
}
.vip_content_top .con_top_box .con_top_box_1 span{
    display: block;
    float: left;
    width: 32px;
    height: 32px;
    overflow: hidden;
    border-radius: 50%;
}
.vip_content_top .con_top_box .con_top_box_1 p{
    float: left;
    height: 32px;
    line-height: 32px;
    color: #fff;
    margin-left: 5px;
    padding-right: 24px;
    background: url("../images/vip_con_icon2.png") no-repeat right center;
    background-size: 15px auto;
}
.vip_content_top .con_top_box .con_top_box_2{
    height: 24px;
    line-height: 24px;
    margin-top: 3px;
    padding-left: 37px;
    font-size: 12px;
    position: relative;
    overflow: hidden;
}
.vip_content_top .con_top_box .con_top_box_2:after{
    content:'';
    position:absolute;
    top:9px;
    right:15px;
    display:block;
    width:8px;
    height:8px;
    border-color:#efdfae;
    border-style:solid;
    border-width: 0 1px 1px 0;
    -webkit-transform: rotate(315deg);
}
.vip_content_top .con_top_box .con_top_box_2 p{
    float: left;
    color: #fff;
}
.vip_content_top .con_top_box .con_top_box_2 a{
    float: right;
    color: #efdfae;
    margin-right: 30px;
}
.vip_content_top .con_top_box .con_top_box_3{
    height: 24px;
    line-height: 24px;
    margin-top: 5px;
    padding-left: 37px;
    position: relative;
    overflow: hidden;
}
.vip_content_top .con_top_box .con_top_box_3 p{
    color: #fff;
    padding-left: 24px;
    background: url("../images/vip_con_icon3.png") no-repeat left center;
    background-size: 18px auto;
}
.vip_content_top .con_top_box .con_top_box_3 font{
    font-size: 16px;
    margin: 0 5px;
}
.vip_content_top .con_top_box .con_top_box_4{
    height: 24px;
    line-height: 24px;
    margin-top: 5px;
    position: relative;
    overflow: hidden;
}
.vip_content_top .con_top_box .con_top_box_4 p{
    color: #fff;
    padding-left: 37px;
    background: url("../images/vip_con_icon4.png") no-repeat 5px center;
    background-size: 28px auto;
    font-size: 12px;
}
.vip_content_box{
    border-radius: 15px;
    padding-top: 120px;
    box-shadow:0px 0px 15px 1px rgba(136,136,136,.2);
}
.vip_content_box .con_box_t{
    padding-top: 20px;
    background-color: #fff;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 12px;
    overflow: hidden;
}
.vip_content_box .con_box_m{
    background-color: #fff;
    margin-top: 10px;
    overflow: hidden;
}
.vip_content_box .con_box_m .con_box_m_bt{
    height: 32px;
    background: url("../images/vip_con_bt.png") no-repeat center center;
    background-size: auto 14px;
}
.vip_content_box .con_box_m .con_box_m_con{
    padding: 0 2px 24px;
    overflow: hidden;
    /*background: url("../images/vip_con_icon9.png") no-repeat center bottom 8px;*/
    background-size: auto 4px;
}
.vip_content_box .con_box_m .con_box_m_con dl{
    width: 25%;
    padding: 0 5px;
    margin-top: 10px;
    box-sizing: border-box;
    float: left;
}
.vip_content_box .con_box_m .con_box_m_con dl dt{
    width: 48px;
    height: 48px;
    margin: 0 auto;
}
.vip_content_box .con_box_m .con_box_m_con dl dd{
    height: 20px;
    line-height: 20px;
    text-align: center;
    color: #555;
    padding-top: 5px;
    font-size: 12px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.vip_content_box .con_box_m .con_box_m_con dl dd i{
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url("../images/vip_con_icon10.png") no-repeat center center;
    background-size: 100% auto;
    margin-left: 3px;
    vertical-align: top;
}
/*.vip_content_box .con_box_m .con_box_m_con dl:nth-child(4)*/
/*, .vip_content_box .con_box_m .con_box_m_con dl:nth-child(5)*/
/*, .vip_content_box .con_box_m .con_box_m_con dl:nth-child(6)*/
/*, .vip_content_box .con_box_m .con_box_m_con dl:nth-child(7)*/
/*, .vip_content_box .con_box_m .con_box_m_con dl:nth-child(8)*/
/*{*/
    /*display: none;*/
/*}*/
.vip_content_box .con_box_m .con_box_m_con.menu_show dl{
    display: block;
}
.vip_content_box .con_box_m .con_box_m_con.menu_show dl:last-child{
    display: none;
}
.vip_content_box .con_box_pay{
    background-color: #fff;
    padding: 20px;
    margin-top: 10px;
    overflow: hidden;
}
.vip_content_box .con_box_pay .con_box_pay_t{}
.vip_content_box .con_box_pay .con_box_pay_t .con_box_pay_t_1{}
.vip_content_box .con_box_pay .con_box_pay_t .con_box_pay_t_1 ul{
    overflow: hidden;
    text-align: center;
}
.vip_content_box .con_box_pay .con_box_pay_t .con_box_pay_t_1 ul li{
    display: inline-block;
    width: 70px;
    border: 1px solid #fc7293;
    border-radius: 5px;
    text-align: center;
    padding: 5px 5px 10px;
    color: #999;
}
.vip_content_box .con_box_pay .con_box_pay_t .con_box_pay_t_1 ul li span{
    display: block;
    height: 24px;
    line-height: 24px;
    overflow: hidden;
}
.vip_content_box .con_box_pay .con_box_pay_t .con_box_pay_t_1 ul li b{
    display: block;
    height: 32px;
    line-height: 32px;
    overflow: hidden;
    color: #333;
    font-size: 18px;
}
.vip_content_box .con_box_pay .con_box_pay_t .con_box_pay_t_1 ul li del{
    display: block;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    font-size: 12px;
}
.vip_content_box .con_box_pay .con_box_pay_t .con_box_pay_t_1 ul li.cur{
    background-color: #fa7a8f;
    color: #fff;
}
.vip_content_box .con_box_pay .con_box_pay_t .con_box_pay_t_1 ul li.cur b{
    color: #fff;
}
.vip_content_box .con_box_pay .con_box_pay_t .con_box_pay_t_2{
    padding-left: 20px;
    color: #999;
    font-size: 12px;
    margin-top: 20px;
    background: url("../images/vip_con_icon11.png") no-repeat left center;
    background-size: 14px auto;
}
.vip_content_box .con_box_pay .con_box_pay_t .con_box_pay_t_3{
    margin-top: 10px;
}
.vip_content_box .con_box_pay .con_box_pay_t .con_box_pay_t_3 .con_pay_btn{
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 20px;
    overflow: hidden;
    font-size: 16px;
    color: #fff;
    background: -moz-linear-gradient(left, #f1a978 0%, #ff5c9d 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#f1a978), color-stop(100%,#ff5c9d));
    background: -webkit-linear-gradient(left, #f1a978 0%,#ff5c9d 100%);
    background: -o-linear-gradient(left, #f1a978 0%,#ff5c9d 100%);
    background: -ms-linear-gradient(left, #f1a978 0%,#ff5c9d 100%);
    background: linear-gradient(to right, #f1a978 0%,#ff5c9d 100%);
    box-shadow:0px 9px 32px 1px rgba(220,29,103,.2);
}
.vip_content_box .con_box_pay .con_box_pay_t .con_box_pay_t_4{
    text-align: center;
    font-size: 0;
    margin-top: 12px;
}
.vip_content_box .con_box_pay .con_box_pay_t .con_box_pay_t_4 a{
    font-size: 11px;
    text-align: center;
    color: #fc6e94;
}
.vip_content_box .con_box_pay .con_box_pay_b{
    margin-top: 30px;
}
.vip_content_box .con_box_pay .con_box_pay_b p{
    line-height: 16px;
    font-size: 11px;
    margin-top: 3px;
    color: #999;
}
.vip_content_box .con_box_pay .con_box_pay_b p span{
    color: #666;
}
.vip_mask{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.3);
    z-index: 10001;
}
.vip_popup{
    position: fixed;
    z-index: 10002;
    top: 150px;
    left: 0;
    width: 100%;
}
.vip_popup p{
    width: 250px;
    height: 250px;
    margin: 0 auto;
}
.vip_popup .vip_popup_close{
    display: block;
    width: 24px;
    height: 24px;
    border: 1px solid #fff;
    border-radius: 50%;
    background: url("../images/vip_con_icon13.png") no-repeat center center;
    background-size: 15px auto;
    margin: 10px auto 0;
}
.partner_page{
    background-color: #fff;
    padding-bottom: 0px;
    padding-top: 0px;
}
.partner_header {
    width: 100%;
    font-size: 16px;
}
.partner_header_top{
    width: 100%;
    height: 55px;
    color: #FFF;
    font-size: 16px;
    background-color: #ff5c9d;
}
.partner_header_top:after {
    width: 110%;
    height: 180px;
    position: absolute;
    left: -5%;
    top: 0;
    content: '';
    border-radius: 0 0 50% 50%;
    background: -moz-linear-gradient(top, #ff5c9d 0%, #f1a978 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff5c9d), color-stop(100%,#f1a978));
    background: -webkit-linear-gradient(top, #ff5c9d 0%,#f1a978 100%);
    background: -o-linear-gradient(top, #ff5c9d 0%,#f1a978 100%);
    background: -ms-linear-gradient(top, #ff5c9d 0%,#f1a978 100%);
    background: linear-gradient(to bottom, #ff5c9d 0%,#f1a978 100%);
}
.partner_header_l {
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    position: absolute;
    left: 3px;
    top: 15px;
    z-index: 3;
}
.partner_header_l a {
    width: 40px;
    display: inline-block;
    height: 40px;
    overflow: hidden;
    color: #fff;
    text-align: center;
    font-size: 13px;
    position: relative;
}
.partner_header_l a:after {
    content: '';
    position: absolute;
    top: 13px;
    left: 13px;
    display: block;
    width: 12px;
    height: 12px;
    border-color: #fff;
    border-style: solid;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(135deg);
}
.partner_header_r {
    width: 100%;
    height: 55px;
    overflow: hidden;
    display: -webkit-box;
    padding: 15px 20px 0;
    box-sizing:border-box;
    position: relative;
    z-index: 2;
}
.partner_header_r a {
    display: block;
    width: 50%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    -webkit-box-flex: 1;
    color: #fff;
    font-size: 14px;
}

.partner_content{
    padding: 10px 0;
    position: relative;
}
.partner_content_top{
    width: 100%;
    position: absolute;
    top: 10px;
    left: 0;
    padding: 0px 15px 0;
    box-sizing:border-box;
}
.partner_content_top .con_top_box{
    height: 170px;
    padding: 20px 20px 0;
    background: url("../images/partner_bg2.png") no-repeat right top;
    background-size: cover;
    position: relative;
    border-radius: 15px;
}
.partner_content_top .con_top_box .con_top_box_1{}
.partner_content_top .con_top_box .con_top_box_1 p{
    width: 80px;
    height: 24px;
    overflow: hidden;
}
.partner_content_top .con_top_box .con_top_box_2{
    margin-top: 15px;
}
.partner_content_top .con_top_box .con_top_box_2 p{
    height: 24px;
    line-height: 24px;
    overflow: hidden;
    color: #b4823c;
}
.partner_content_top .con_top_box .con_top_box_3{
    overflow: hidden;
    margin-top: 22px;
}
.partner_content_top .con_top_box .con_top_box_3 p{
    height: 28px;
    line-height: 28px;
    padding: 0 10px;
    border-radius: 16px;
    float: left;
    background-color: #494a52;
    color: #ffe590;
}
.partner_content_top .con_top_box .con_top_box_3 a{
    display: block;
    height: 28px;
    line-height: 28px;
    float: right;
    font-size: 12px;
    color: #965a0f;
    position: relative;
    padding-right: 14px;
}
.partner_content_top .con_top_box .con_top_box_3 a:after{
    content:'';
    position:absolute;
    top:11px;
    right:3px;
    display:block;
    width:6px;
    height:6px;
    border-color:#965a0f;
    border-style:solid;
    border-width: 0 1px 1px 0;
    -webkit-transform: rotate(315deg);
}
.partner_content_box{
    border-radius: 15px;
    padding-top: 180px;
}
.partner_content_box .con_box_t{
    padding-top: 20px;
    background-color: #fff;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 12px;
    overflow: hidden;
    border-bottom: 10px solid #f7f7f7;
}

.partner_content_box .con_box_m{
    background-color: #fff;
    margin-top: 10px;
    padding: 0 10px;
}
.partner_content_box .con_box_m .con_box_m_bg{
    box-shadow: 0 5px 18px 4px rgba(0,0,0,.05);
    border-radius: 10px;
    overflow: hidden;
}
.partner_content_box .con_box_m .con_box_m_bt{
    height: 32px;
    background: url("../images/vip_con_bt2.png") no-repeat center center;
    background-size: auto 14px;
}
.partner_content_box .con_box_m .con_box_m_con{
    padding: 0 2px 24px;
    overflow: hidden;
    /*background: url("../images/vip_con_icon9.png") no-repeat center bottom 8px;*/
    background-size: auto 4px;
}
.partner_content_box .con_box_m .con_box_m_con dl{
    width: 25%;
    padding: 0 5px;
    margin-top: 20px;
    box-sizing: border-box;
    float: left;
}
.partner_content_box .con_box_m .con_box_m_con dl dt{
    width: 48px;
    height: 48px;
    margin: 0 auto;
}
.partner_content_box .con_box_m .con_box_m_con dl dd{
    height: 20px;
    line-height: 20px;
    text-align: center;
    color: #555;
    padding-top: 5px;
    font-size: 12px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.partner_content_box .con_box_m .con_box_m_con dl dd i{
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url("../images/vip_con_icon10.png") no-repeat center center;
    background-size: 100% auto;
    margin-left: 3px;
    vertical-align: top;
}
/*.partner_content_box .con_box_m .con_box_m_con dl:nth-child(4)*/
/*, .partner_content_box .con_box_m .con_box_m_con dl:nth-child(5)*/
/*, .partner_content_box .con_box_m .con_box_m_con dl:nth-child(6)*/
/*, .partner_content_box .con_box_m .con_box_m_con dl:nth-child(7)*/
/*, .partner_content_box .con_box_m .con_box_m_con dl:nth-child(8)*/
/*{*/
    /*display: none;*/
/*}*/
.partner_content_box .con_box_m .con_box_m_con.menu_show dl{
    display: block;
}
.partner_content_box .con_box_m .con_box_m_con.menu_show dl:last-child{
    display: none;
}

.partner_content_box .con_box_pay{
    background-color: #fff;
    padding: 20px 30px;
    margin-top: 10px;
    overflow: hidden;
}
.partner_content_box .con_box_pay .con_box_pay_t{}
.partner_content_box .con_box_pay .con_box_pay_t .con_box_pay_t_1{}
.partner_content_box .con_box_pay .con_box_pay_t .con_box_pay_t_1 p{
    line-height: 20px;
    font-size: 12px;
    color: #999;
    margin-bottom: 3px;
}
.partner_content_box .con_box_pay .con_box_pay_t .con_box_pay_t_1 p.share{
    background: url("../images/partner_icon10.png") no-repeat left 2px;
    background-size: 13px auto;
    padding-left: 18px;
}
.partner_content_box .con_box_pay .con_box_pay_t .con_box_pay_t_1 p.reco{
    background: url("../images/partner_icon11.png") no-repeat left 4px;
    background-size: 13px auto;
    padding-left: 18px;
}
.partner_content_box .con_box_pay .con_box_pay_t .con_box_pay_t_1 span{
    color: #444;
    padding-right: 5px;
}
.partner_content_box .con_box_pay .con_box_pay_t .con_box_pay_t_3{
    margin-top: 20px;
}
.partner_content_box .con_box_pay .con_box_pay_t .con_box_pay_t_3 .con_pay_btn{
    display: block;
    width: 100%;
    height: 48px;
    line-height: 48px;
    text-align: center;
    border-radius: 24px;
    overflow: hidden;
    font-size: 16px;
    color: #fff;
    background: -moz-linear-gradient(left, #f1a978 0%, #ff5c9d 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#f1a978), color-stop(100%,#ff5c9d));
    background: -webkit-linear-gradient(left, #f1a978 0%,#ff5c9d 100%);
    background: -o-linear-gradient(left, #f1a978 0%,#ff5c9d 100%);
    background: -ms-linear-gradient(left, #f1a978 0%,#ff5c9d 100%);
    background: linear-gradient(to right, #f1a978 0%,#ff5c9d 100%);
    box-shadow:0px 9px 32px 1px rgba(220,29,103,.2);
}
.partner_content_box .con_box_pay .con_box_pay_t .con_box_pay_t_4{
    text-align: center;
    font-size: 0;
    margin-top: 12px;
}
.partner_content_box .con_box_pay .con_box_pay_t .con_box_pay_t_4 a{
    font-size: 11px;
    text-align: center;
    color: #fc6e94;
}
.partner_content_box .con_box_pay .con_box_pay_b{
    margin-top: 30px;
}
.partner_content_box .con_box_pay .con_box_pay_b p{
    line-height: 16px;
    font-size: 11px;
    margin-top: 3px;
    color: #999;
}
.partner_content_box .con_box_pay .con_box_pay_b p span{
    color: #666;
}

/*客服*/
.img-plus-style {
    height: 38px;
    width: 38px;
    position: fixed;
    bottom: 105px;
    right: 10px;
    /* opacity: 0.7 */
}
.zindex100{z-index: 100}