﻿@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
*/

/****************
**  公用样式    **
*****************/
* {
    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: #333333;
    font-family: "Hiragino Sans GB", DroidSansFallback, "Microsoft YaHei", arial, simsun;
}

h1, h2, h3, h4, h5, h6, ul, li, dl, dt, dd, form, img, p, div, body {
    border: none;
}

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: #666666;
}

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;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* 按钮样式 */
.sub, .pay_btn {
    display: block;
    width: 100%;
    line-height: 34px;
    border-radius: 5px;
    color: #FFF;
    font-size: 16px;
    text-align: center;
    box-sizing: border-box;
    -webkit-appearance: none;
}

.sub, .pay_btn {
    border: solid 1px #6c44e1;
    background: -webkit-linear-gradient(top, #6c44e1, #6c44e1);
    color: #FFF;
}

.sub.hover, .pay_btn.hover {
    background: -webkit-linear-gradient(top, #6c38da, #6c38da);
}

.btn {
    display: inline-block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 0;
    text-align: center;
    color: #fff;
    background: #6c44e1;
    border: none;
    border-radius: 5px;
    font-size: 16px;
}

.btn.hover {
    background: #6c38da;
}

.shop_price {
    color: #6c44e1 !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: #FFFFFF;
    padding-bottom: 61px;
    padding-top: 44px;
}

.main .pt0 {
    padding-top: 0;
}

.main .pb0 {
    padding-bottom: 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;
    background: #FFFFFF;
}

.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: 25px;
    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: 44px;
    display: -moz-box;
    display: -webkit-box;
    font-size: 16px;
    background: #fff;
    position: fixed;
    z-index: 995;
    left: 0;
    top: 0;
}

.headLeft {
    height: 44px;
    line-height: 44px;
    overflow: hidden;
}

.headLeft a {
    width: 44px;
    display: inline-block;
    height: 44px;
    text-indent: -999px;
    position: relative;
    overflow: hidden;
}

.headMid {
    width: 100%;
    height: 44px;
    line-height: 44px;
    -webkit-box-flex: 1;
    margin: 0 10px;
    overflow: hidden;
}

.headMid h2 {
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #333;
    font-weight: normal;
    text-align: center;
}

.headRight {
    height: 44px;
    line-height: 44px;
    overflow: hidden;
}

.headRight a {
    width: 44px;
    display: inline-block;
    height: 44px;
    overflow: hidden;
    color: #333;
}

.headLeft a.back:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 44px;
    height: 44px;
    background: url("../images/icon_back.png") no-repeat center;
    background-size: 20px auto;
}

header.transparent .headMid h2 {
    display: none;
}

header.transparent {
    background-color: transparent;
    border-bottom: none;
}

header.transparent .headLeft a.back:after {
    background: url("../images/icon_back_white.png") no-repeat center;
    background-size: 20px auto;
}

/* 头部结束 */

/* 底部开始 */
footer {
    width: 100%;
    height: 50px;
    background-color: #fff;
    z-index: 999;
    position: fixed;
    left: 0;
    bottom: 0;
    border-top: 1px solid #f2f2f2;
}

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: #777777;
    padding-top: 8px;
    line-height: 20px;
}

footer ul li a.hover, footer ul li.focus a {
    color: #333333;
}

footer ul li span {
    display: block;
    width: 20px;
    height: 20px;
    margin: 0 auto;
    background-size: 100% auto;
    background-position: center;
    background-repeat: no-repeat;
}

footer ul li.footer_index span {
    background-image: url(../images/footer_icon_1.png);
}

footer ul li.footer_service span {
    background-image: url(../images/footer_icon_2.png);
}

footer ul li.footer_contact span {
    background-image: url(../images/footer_icon_3.png);
}

footer ul li.footer_about span {
    background-image: url(../images/footer_icon_4.png);
}

footer ul li.footer_index .hover span, footer ul li.footer_index.focus span {
    background-image: url(../images/footer_icon_5.png);
}

footer ul li.footer_service .hover span, footer ul li.footer_service.focus span {
    background-image: url(../images/footer_icon_6.png);
}

footer ul li.footer_contact .hover span, footer ul li.footer_contact.focus span {
    background-image: url(../images/footer_icon_7.png);
}

footer ul li.footer_about .hover span, footer ul li.footer_about.focus span {
    background-image: url(../images/footer_icon_8.png);
}

.pos_service {
    width: 100vw;
    height: calc(100vh - 51px);
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    background: rgba(255, 255, 255, 0.95);
}

.pos_service dl.pos_title {
    padding: 35px 10px 0 20px;
    height: 40px;
    overflow: hidden;
}

.pos_service dl.pos_title dt {
    height: 40px;
    line-height: 40px;
    float: left;
    overflow: hidden;
    font-size: 20px;
}

.pos_service dl.pos_title dd {
    width: 40px;
    height: 40px;
    float: right;
    background: url("../images/icon_close.png") no-repeat center;
    background-size: 15px auto;
}

.pos_service .pos_list {
    padding: 50px 20px 0 20px;
    overflow: hidden;
}

.pos_service .pos_list dl {
    width: 50%;
    float: left;
    padding: 10px 0 20px 0;
    overflow: hidden;
}

.pos_service .pos_list dl dt {
    width: 60px;
    height: 60px;
    margin: 0 auto;
    background: url("../images/menu_01.png") no-repeat center;
    background-size: 46px auto;
    overflow: hidden;
}

.pos_service .pos_list dl:nth-child(2) dt {
    background: url("../images/menu_02.png") no-repeat center;
    background-size: 46px auto;
}

.pos_service .pos_list dl:nth-child(3) dt {
    background: url("../images/menu_03.png") no-repeat center;
    background-size: 46px auto;
}

.pos_service .pos_list dl:nth-child(4) dt {
    background: url("../images/menu_04.png") no-repeat center;
    background-size: 46px auto;
}

.pos_service .pos_list dl:nth-child(5) dt {
    background: url("../images/menu_05.png") no-repeat center;
    background-size: 46px auto;
}

.pos_service .pos_list dl dd {
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #666666;
}

.pos_contact {
    width: 100vw;
    height: calc(100vh - 51px);
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    background: rgba(255, 255, 255, 0.95);
}

.pos_contact dl.pos_title {
    padding: 35px 10px 0 20px;
    height: 40px;
    overflow: hidden;
}

.pos_contact dl.pos_title dt {
    height: 40px;
    line-height: 40px;
    float: left;
    overflow: hidden;
    font-size: 20px;
}

.pos_contact dl.pos_title dd {
    width: 40px;
    height: 40px;
    float: right;
    background: url("../images/icon_close.png") no-repeat center;
    background-size: 15px auto;
}

.pos_contact .pos_list {
    padding: 50px 20px 0 20px;
    overflow: hidden;
}

.pos_contact .pos_list dl {
    width: 50%;
    float: left;
    padding: 10px 0 20px 0;
    overflow: hidden;
}

.pos_contact .pos_list dl dt {
    width: 30px;
    height: 30px;
    margin: 0 auto;
    background: url("../images/icon_mobile.png") no-repeat center;
    background-size: 20px auto;
    overflow: hidden;
}

.pos_contact .pos_list a:nth-child(2) dl dt {
    background: url("../images/footer_icon_7.png") no-repeat center;
    background-size: 20px auto;
}

.pos_contact .pos_list dl dd {
    height: 25px;
    line-height: 25px;
    text-align: center;
    color: #666666;
}

/* 底部结束 */

/* 带标题通用表单 开始 */
.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 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: #6c44e1;
    border-color: #6c44e1;
}

/* 多图上传 结束 */

/* 浮动全屏窗口 */
.posBoxHidden .main {
    display: none !important;
}

.posBox {
    width: 100vw;
    height: 100vh;
    display: block;
    overflow: hidden;
    background: #ffffff;
}

.posMain {
    width: 100vw;
    height: 100vh;
    padding: 40px 0 20px 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%;
    position: absolute;
    bottom: 12px;
    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;
    background: rgba(0, 0, 0, .4);
    border-radius: 50px;
    height: 5px;
    padding: 5px;
}

.slide-box .hd ul li {
    width: 5px;
    height: 5px;
    margin: 0 3px;
    display: inline-block;
    background-color: #FFF;
    border-radius: 50%;
    text-indent: -9999px;
}

.slide-box .hd ul li.on {
    width: 13px;
    border-radius: 5px;
    background-color: #6c44e1;
}

.bannerBox {
    padding: 0 20px 25px 20px;
    overflow: hidden;
}

.bannerBox .slide-box {
    overflow: visible;
}

.bannerBox .slide-box .hd {
    bottom: -15px;
}

.bannerBox .slide-box .hd ul {
    padding: 0;
    background: none;
}

.bannerBox .slide-box .hd ul li {
    background: #e5e5e5;
}

.bannerBox .slide-box .hd ul li.on {
    background-color: #6c44e1;
}

.menu_list {
    padding-bottom: 20px;
    overflow: hidden;
}

.menu_list dl {
    width: 33.33%;
    padding: 20px 10px 0 10px;
    box-sizing: border-box;
    float: left;
    overflow: hidden;
}

.menu_list dl dt {
    width: 55px;
    height: 55px;
    margin: 0 auto;
    overflow: hidden;
    background: url("../images/menu_01.png") no-repeat center;
    background-size: 46px auto;
}

.menu_list dl:nth-child(2) dt {
    background: url("../images/menu_02.png") no-repeat center;
    background-size: 46px auto;
}

.menu_list dl:nth-child(3) dt {
    background: url("../images/menu_03.png") no-repeat center;
    background-size: 46px auto;
}

.menu_list dl:nth-child(4) dt {
    background: url("../images/menu_04.png") no-repeat center;
    background-size: 46px auto;
}

.menu_list dl:nth-child(5) dt {
    background: url("../images/menu_05.png") no-repeat center;
    background-size: 46px auto;
}

.menu_list dl:nth-child(6) dt {
    background: url("../images/menu_06.png") no-repeat center;
    background-size: 46px auto;
}

.menu_list dl dd {
    height: 25px;
    line-height: 25px;
    overflow: hidden;
    text-align: center;
}

.index_box {
    padding: 20px 20px 0 20px;
    border-top: 15px solid #f7f4f8;
    background: #FFFFFF;
    overflow: hidden;
}

.index_box .index_title {
    height: 25px;
    overflow: hidden;
}

.index_box .index_title ul {
    height: 25px;
    display: -webkit-box;
    display: -moz-box;
    overflow-x: auto;
    overflow-y: hidden;
}

.index_box .index_title ul li {
    height: 25px;
    line-height: 25px;
    margin-right: 20px;
    color: #777777;
    overflow: hidden;
}

.index_box .index_title ul li:last-child {
    margin-right: 0;
}

.index_box .index_title ul li.cur {
    font-size: 16px;
    color: #333333;
    position: relative;
    z-index: 1;
}

.index_box .index_title ul li.cur:after {
    content: '';
    width: 80%;
    height: 5px;
    position: absolute;
    z-index: 2;
    left: 0;
    bottom: 0;
    background: url("../images/title_bg.png") no-repeat right bottom;
    background-size: auto 5px;
}

.index_box .index_list {
    margin-top: 10px;
}

.index_box .index_list .item {
    margin-top: 15px;
    padding: 20px;
    background: #FFFFFF;
    border-radius: 5px;
    display: -webkit-box;
    box-shadow: 0 0 15px #f2f2f2;
    position: relative;
    z-index: 1;
}

.index_box .index_list .item .pic {
    width: 24px;
    height: 24px;
    padding: 9px;
    background: #f4f2f9;
    border-radius: 100%;
    margin-right: 10px;
    overflow: hidden;
}

.index_box .index_list .item .pic img {
    width: 24px;
    height: 24px;
}

.index_box .index_list .item .info {
    -webkit-box-flex: 1;
    padding-right: 80px;
    overflow: hidden;
}

.index_box .index_list .item .info dl {
    width: 100%;
    overflow: hidden;
}

.index_box .index_list .item .info dl dt {
    height: 22px;
    line-height: 22px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.index_box .index_list .item .info dl dd {
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    color: #999999;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.index_box .index_list .item .info p {
    margin-top: 8px;
    height: 20px;
    line-height: 20px;
    color: #ff0137;
    overflow: hidden;
}

.index_box .index_list .item .info p span {
    font-size: 12px;
    color: #999999;
}

.index_box .index_list .item .contact {
    position: absolute;
    z-index: 2;
    right: 20px;
    bottom: 20px;
    height: 17px;
    line-height: 17px;
    border: 1px solid #8463e6;
    color: #8463e6;
    padding: 0 6px;
    font-size: 12px;
    overflow: hidden;
}

.tab_list {
    padding: 10px 10px 10px 20px;
    overflow: hidden;
}

.tab_list ul {
    width: 100%;
    display: -webkit-box;
    -webkit-align-items: center;
    text-align: center;
    overflow-x: auto;
    overflow-y: hidden;
}

.tab_list ul li {
    height: 25px;
    line-height: 25px;
    font-size: 12px;
    box-sizing: border-box;
    color: #777777;
    margin-right: 20px;
}
.tab_list ul li:last-child{
    margin-right: 0;
}

.tab_list ul li.cur {
    font-size: 14px;
    color: #333333;
    position: relative;
    z-index: 1;
}

.tab_list ul li.cur:after {
    content: '';
    width: 80%;
    height: 5px;
    position: absolute;
    z-index: 2;
    left: 0;
    bottom: 0;
    background: url("../images/title_bg.png") no-repeat left bottom;
    background-size: auto 5px;
}

.main_box {
    width: 100%;
    background: url("../images/news_bg.png") repeat-x left top #FFFFFF;
    overflow: hidden;
}

.main_box .goods_list {
    padding: 0 20px;
}

.main_box .goods_list .item {
    padding: 20px 0;
    display: -webkit-box;
    position: relative;
    z-index: 1;
    border-bottom: 1px solid #ebebeb;
}

.main_box .goods_list .item .pic {
    width: 24px;
    height: 24px;
    padding: 9px;
    background: #f4f2f9;
    border-radius: 100%;
    margin-right: 10px;
    overflow: hidden;
}

.main_box .goods_list .item .pic img {
    width: 24px;
    height: 24px;
}

.main_box .goods_list .item .info {
    -webkit-box-flex: 1;
    padding-right: 80px;
    overflow: hidden;
}

.main_box .goods_list .item .info dl {
    width: 100%;
    overflow: hidden;
}

.main_box .goods_list .item .info dl dt {
    height: 22px;
    line-height: 22px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.main_box .goods_list .item .info dl dd {
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    color: #999999;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.main_box .goods_list .item .info p {
    margin-top: 8px;
    height: 20px;
    line-height: 20px;
    color: #ff0137;
    overflow: hidden;
}

.main_box .goods_list .item .info p span {
    font-size: 12px;
    color: #999999;
}

.main_box .goods_list .item .contact {
    position: absolute;
    z-index: 2;
    right: 0;
    bottom: 20px;
    height: 17px;
    line-height: 17px;
    border: 1px solid #8463e6;
    color: #8463e6;
    padding: 0 6px;
    font-size: 12px;
    overflow: hidden;
}

.item_info {
    padding: 75px 0 45px 20px;
    background: url("../images/item_bg.png") no-repeat right bottom;
    background-size: cover;
    overflow: hidden;
}

.item_info .top {
    display: -webkit-box;
    -webkit-box-align: center;
}

.item_info .top .pic {
    width: 25px;
    height: 25px;
    padding: 11.5px;
    border: 1px solid #FFFFFF;
    border-radius: 100%;
    margin-right: 10px;
    overflow: hidden;
}

.item_info .top .pic img {
    width: 25px;
    height: 25px;
    filter: invert(100%) sepia(100%) saturate(2%) hue-rotate(344deg) brightness(111%) contrast(100%);
}

.item_info .top .title {
    -webkit-box-flex: 1;
    margin-right: 10px;
    height: 30px;
    line-height: 30px;
    font-size: 20px;
    color: #ffffff;
    overflow: hidden;
}

.item_info .top .price {
    height: 30px;
    line-height: 30px;
    padding: 0 13px 0 15px;
    background-image: -moz-linear-gradient(155deg, rgb(255, 1, 55) 0%, rgb(255, 1, 138) 100%);
    background-image: -webkit-linear-gradient(155deg, rgb(255, 1, 55) 0%, rgb(255, 1, 138) 100%);
    background-image: -ms-linear-gradient(155deg, rgb(255, 1, 55) 0%, rgb(255, 1, 138) 100%);
    color: #FFFFFF;
    overflow: hidden;
    border-radius: 15px 0 0 15px;
}

.item_info .desc {
    padding-right: 100px;
    margin-top: 20px;
    line-height: 22px;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.55);
    overflow: hidden;
}

.goodsContent{
    width: 100%;
    overflow: hidden;
}
.goodsInfoItem{
    width: 100%;
    overflow: hidden;
}

.goodsInfoItem .goods_details{
    padding: 20px 20px 10px 20px;
    line-height: 150%;
    overflow:hidden;
}
.goodsInfoItem .goods_details img{
    max-width: 100% !important;
    height: auto !important;
}

.goodsInfoItem .faq_list{
    padding: 0 20px;
    overflow: hidden;
}
.goodsInfoItem .faq_list dl{
    padding: 15px 0;
    overflow: hidden;
    border-bottom: 1px dashed #d9d9d9;
    font-size: 14px;
}
.goodsInfoItem .faq_list dl:last-child{
    border-bottom: none;
}
.goodsInfoItem .faq_list dl dt{
    line-height: 25px;
    overflow: hidden;
}
.goodsInfoItem .faq_list dl dd{
    margin-top: 10px;
    line-height: 20px;
    overflow: hidden;
}
.goodsInfoItem .faq_list dl dd img{
    display: none;
}

.goods_bottom {
    width: 100%;
    height: 50px;
    background-color: #fff;
    z-index: 999;
    position: fixed;
    left: 0;
    bottom: 0;
    border-top: 1px solid #f2f2f2;
    text-align: center;
}
.goods_bottom a{
    display: inline-block;
    height: 40px;
    line-height: 40px;
    margin: 5px 15px 0 15px;
    color: #4b4b4b;
    font-weight: bold;
    padding-left: 25px;
    background: url("../images/footer_icon_7.png") no-repeat left center;
    background-size: 20px auto;
}
.goods_bottom a.mobile{
    background: url("../images/icon_mobile.png") no-repeat left center;
    background-size: 20px auto;
}

.about_content{
    padding: 20px;
    box-sizing: border-box;
    line-height: 150%;
    overflow: hidden;
}

.about_content img{
    max-width:100%!important;
    height:auto!important;
}