﻿@charset "utf-8";

/* margin and padding */

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
img,
form,
applet,
fieldset,
legend,
button,
input,
textarea,
th,
table,
tr,
td {
    margin: 0;
    padding: 0;
    border: none;
}


/* bady */

body {
    font-family: "微软雅黑";
    font-size: 12px;
    color: #666;
    position: relative;
    background: #fff;
}

body,
div,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
p {
    -webkit-text-size-adjust: none
}

input::-ms-clear {
    display: none;
}


/*清楚文本框X*/

input,
select,
textarea {
    outline: none;
    cursor: pointer;
    -webkit-appearance: none;
}

html {
    /*-webkit-user-select:none;*/
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    width: 100%;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #999;
}

select::-ms-expand {
    display: none;
}


/* img */

img {
    padding: 0;
    margin: 0;
    vertical-align: top;
    border: none;
}

i,
em {
    font-style: normal;
}


/* div */

li,
ul {
    list-style: none;
    outside: none;
}

.clear {
    clear: both;
    height: 0;
    width: 100%;
}

a,
b,
i,
span,
input,
select,
dl,
dd,
dt,
p {
    font-family: "微软雅黑";
}


/* font */

a {
    color: #333;
    text-decoration: none;
}

a:hover,
a:active,
a:focus {
    text-decoration: none;
}

.bg {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 999;
    background: url(../images/bg_bg.png);
    top: 0;
    left: 0;
    display: none;
}


/* box */

.box {
    width: 1200px;
    margin: 0 auto;
    padding-top: 100px;
}

.box_left {
    width: 880px;
    float: left;
}

.box_right {
    width: 280px;
    float: right;
}

.box_padding {
    padding: 0 30px;
    background: #fff;
}


/* float_bottom */

. .float_bao {}

.float_bottom {
    width: 100%;
    height: 80px;
    background: url(../images/bgs.png);
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 40;
    -webkit-transition: all 0.3s;
}

.float_bottom_box {
    width: 1200px;
    height: 80px;
    margin: 0 auto;
    position: relative;
    -webkit-transition: all 0.3s;
}

.float_bottom_left {
    width: 250px;
    float: left;
    height: 80px;
    margin-right: 30px;
    -webkit-transition: all 0.3s;
    overflow: hidden;
}

.float_bottom_right {
    position: absolute;
    right: 30px;
    bottom: 0;
    width: 100px;
    -webkit-transition: all 0.3s;
    overflow: hidden;
}

.float_bottom_right img {
    width: 100%;
}

.float_bottom_center {
    width: 740px;
    float: left;
    margin: 20px 0;
    position: relative;
    -webkit-transition: all 0.3s;
    overflow: hidden;
}

.float_bottom_top,
.float_bottom_bot {
    width: 100%;
    float: left;
    height: 40px;
    display: none;
}

.float_bottom_top.on,
.float_bottom_bot.on {
    display: block;
}

.float_bottom_next {
    border-radius: 4px;
    line-height: 40px;
    height: 40px;
    cursor: pointer;
    text-align: center;
    width: 120px;
    background: #30c2b0;
    color: #fff;
    font-size: 14px;
    margin: 0 0 0 10px;
    float: left;
}

.float_bottom_text {
    margin: 0 10px 0 0;
    float: left;
    height: 40px;
    width: 150px;
    padding: 0 10px;
    background: #fff;
    border-radius: 4px;
}

.float_bottom_texts {
    float: left;
    height: 40px;
    width: 100px;
    padding: 0 10px;
    background: #fff;
    border-radius: 4px 0 0 4px;
}

.float_bottom_center select {
    float: left;
    height: 40px;
    width: 170px;
    padding: 0 10px;
    background: #fff url(../images/select_jiao.png) no-repeat right 10px center;
    border-radius: 4px;
    margin: 0 10px 0 0;
}

.float_bottom_yan {
    width: 100px;
    height: 40px;
    line-height: 40px;
    border-radius: 0 4px 4px 0;
    background: #30c2b0;
    color: #fff;
    text-align: center;
    font-size: 14px;
    float: left;
    cursor: pointer;
}

.float_bottom_btn {
    float: left;
    width: 170px;
    height: 40px;
    position: absolute;
    color: #fff;
    background: #30c2b0;
    font-size: 16px;
    text-align: center;
    line-height: 40px;
    border-radius: 4px;
    cursor: pointer;
}

.float_bottom_max {
    display: none;
    position: absolute;
    left: 20px;
    top: 20px;
}

.float_bottom.in {
    width: 0px;
    height: 40px;
    top: calc(40% + 245px);
    left: 100%;
    margin-top: -115px;
    overflow: hidden;
}

.float_bottom.in .float_bottom_box {
    width: 200px;
    height: 90px;
}

.float_bottom.in .float_bottom_left,
.float_bottom.in .float_bottom_center {
    width: 0;
    height: 0;
}

.float_bottom.in .float_bottom_right {
    width: 88px;
    right: 0;
}

.float_bottom.in .float_bottom_max {
    display: block;
}

.float_bottom.on {
    height: 0px;
    overflow: hidden;
}

.float_bottom_close {
    width: 33px;
    position: fixed;
    bottom: 2px;
    left: 50%;
    margin-left: 557px;
    height: 77px;
    z-index: 1001;
    display: none;
}

.float_bottom_close i {
    float: left;
    margin: 0 16px;
    width: 1px;
    height: 20px;
    background: #fff;
}

.float_bottom_close img {
    float: left;
    width: 33px;
    height: 33px;
    cursor: pointer;
}


/* Left */

.left {
    width: 42px;
    position: fixed;
    left: 50%;
    margin: -165px 0 0 -642px;
    top: 50%;
    height: 426px;
    z-index: 1001;
    display: none;
}

.left a {
    margin-top: -1px;
    border: 1px solid #ddd;
    float: left;
    text-align: center;
    line-height: 40px;
    width: 40px;
    background: #fff;
}

.left a.in {
    background: #30c2b0;
    color: #fff;
    border: 1px solid #30c2b0;
}


/* Right */

.right_bao {
    width: 92px;
    height: 102px;
    position: absolute;
    top: -110px;
    left: -4px;
}

.right_box {
    width: 80px;
    line-height: 24px;
    padding: 0 0 6px 0;
    float: left;
    color: #808080;
    margin-top: -1px;
    background: #fff;
    text-align: center;
    border: 1px solid #f0f0f0;
    -webkit-transition: all 0.3s;
}

.right_box:hover {
    color: #30c2b0;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.right_box img {
    width: 100%;
    margin: 5px 0;
    float: left;
}

.right_box i {
    float: left;
    width: 100%;
}

.right_box .right_01 {
    display: block;
}

.right_box .right_02 {
    display: none;
}

.right_box:hover .right_01 {
    display: none;
}

.right_box:hover .right_02 {
    display: block;
}

.right_top {
    width: 100%;
    background: #808080;
    color: #fff;
    line-height: 34px;
    text-align: center;
    font-weight: bold;
    float: left;
    border: 1px solid #808080;
    cursor: pointer;
    -webkit-transition: all 0.3s;
}

.right_top:hover {
    background: #30c2b0;
    border: 1px solid #30c2b0;
}


/* Banner */

.banner {
    width: 100%;
    height: 500px;
    position: relative;
}

.banner_nav {
    width: 280px;
    height: 500px;
    position: absolute;
    left: 50%;
    margin-left: -590px;
    z-index: 999;
}

.banner_li {
    width: 100%;
    float: left;
    -webkit-transition: all 0.5s;
}

.banner_01 {
    background: url(../images/banner_bg_01.png);
}

.banner_02 {
    background: url(../images/banner_bg_02.png);
}

.banner_li:hover {
    background: url(../images/banner_bg_03.png);
}

.banner_left {
    width: 240px;
    padding: 10px 0 11.5px 40px;
    height: 50px;
    float: left;
}

.banner_left_top {
    width: 100%;
    line-height: 30px;
    font-size: 16px;
    color: #666;
    background: url(../images/jiao_move.png) no-repeat right 15px top 10px;
}

.banner_left_bottom {
    width: 250px;
    float: left;
    line-height: 20px;
    font-size: 14px;
    height: 20px;
    margin-left: -10px;
    overflow: hidden;
}

.banner_left_bottom a {
    padding: 0 10px;
    float: left;
    -webkit-transition: all 0.3s;
}

.banner_left_bottom i {
    /*border-left:1px dotted #ccc;*/
    float: left;
    width: 0;
    height: 10px;
    margin: 2px 0;
}

.banner_left_bottom a:hover,
.banner_right_a a:hover {
    color: #30c2b0;
}

.banner_right {
    width: 0px;
    background: url(../images/banner_bg_02.png);
    min-height: 500px;
    -webkit-transition: all 0.5s;
    left: 280px;
    top: 0;
    position: absolute;
    overflow: hidden;
}

.banner_li:hover .banner_right {
    width: 560px;
}

.banner_right:hover {
    background: url(../images/banner_bg_03.png);
}

.banner_right_box {
    width: 500px;
    margin: 0 30px;
    float: left;
    position: relative;
    border-bottom: 1px dashed #ddd;
}

.banner_right_bt {
    top: 50%;
    margin-top: -20px;
    left: 0;
    position: absolute;
    line-height: 40px;
    color: #30c2b0;
    font-weight: bold;
    width: 90px;
    font-size: 16px;
}

.banner_right_a {
    padding: 5px 10px 5px 100px;
    line-height: 30px;
    float: left;
    font-size: 14px;
}

.banner_right_a a {
    margin-right: 20px;
    float: left;
}

.banner_right_ad {
    width: 500px;
    height: 180px;
    position: absolute;
    bottom: 30px;
    left: 30px;
}

.flexslider {
    position: relative;
    height: 500px;
    overflow: hidden;
    background: url(../images/loading.gif) 50% no-repeat;
}

.slides {
    position: relative;
    z-index: 1;
}

.slides li {
    height: 500px;
}

.slides li a {
    width: 100%;
    height: 500px;
    float: left;
}

.flex-control-nav {
    position: absolute;
    bottom: 10px;
    z-index: 2;
    width: 100%;
    text-align: center;
}

.flex-control-nav li {
    display: inline-block;
    width: 13px;
    height: 13px;
    margin: 0 5px;
    *display: inline;
    zoom: 1;
}

.flex-control-nav a {
    display: inline-block;
    width: 13px;
    height: 13px;
    line-height: 40px;
    overflow: hidden;
    background: url(../images/dot.png) right 0 no-repeat;
    cursor: pointer;
}

.flex-control-nav .flex-active {
    background-position: 0 0;
}

.flex-direction-nav {
    position: absolute;
    z-index: 3;
    width: 100%;
    top: 45%;
}

.flex-direction-nav li a {
    display: block;
    width: 50px;
    height: 50px;
    overflow: hidden;
    cursor: pointer;
    position: absolute;
    z-index: 997;
}

.flex-direction-nav li a.flex-prev {
    left: -400px;
    background: url(../images/prev.png) center center no-repeat;
    -webkit-transition: all 0.5s
}

.flex-direction-nav li a.flex-next {
    right: -400px;
    background: url(../images/next.png) center center no-repeat;
    -webkit-transition: all 0.5s
}

.banner:hover a.flex-prev {
    left: 40px;
}

.banner:hover a.flex-next {
    right: 40px;
}


/* Seckill */

.seckill_box {
    width: 1220px;
    margin: 20px auto;
    height: 250px;
}

.seckill_li {
    margin-left: 20px;
    width: 280px;
    float: left;
}

.seckill_img {
    position: relative;
    flaot: left;
    width: 280px;
    height: 180px;
}

.seckill_ad,
.seckill_ad img {
    float: left;
    width: 100%;
    height: 100%;
}

.seckill_time {
    width: 180px;
    padding: 0 30px;
    position: absolute;
    text-align: center;
    left: 20px;
    top: 20px;
    background: url(../images/seckill_time_bg.png) no-repeat center center;
    height: 24px;
}

.seckill_time div {
    width: 50px;
    height: 24px;
    float: left;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
}

.seckill_time div i {
    width: 24px;
    height: 24px;
    border-radius: 3px;
    color: #fff;
    background: #454545;
    float: left;
    margin-right: 2px;
}

.seckill_time div em {
    width: 24px;
    height: 24px;
    border-radius: 3px;
    color: #fff;
    background: #454545;
    float: left;
}

.seckill_time .time_minute {
    margin: 0 15px;
}

.seckill_line {
    position: absolute;
    top: 24px;
    width: 5px;
    height: 16px;
}

.seckill_line i {
    width: 5px;
    height: 5px;
    background: #454545;
    float: left;
    margin-bottom: 6px;
}

.seckill_line em {
    width: 5px;
    height: 5px;
    background: #454545;
    float: left;
}

.seckill_line.line_01 {
    left: 105px;
}

.seckill_line.line_02 {
    left: 170px;
}

.seckill_txt {
    width: 100%;
    padding: 8px 0;
    float: left;
    text-align: center;
}

.seckill_txt a {
    font-size: 16px;
    font-weight: bold;
    color: #666;
    width: 100%;
    float: left;
    line-height: 30px;
}

.seckill_txt span {
    font-size: 12px;
    color: #999;
    width: 100%;
    float: left;
    line-height: 24px;
}


/* Index_Title */

.index_title {
    width: 1200px;
    height: 20px;
    padding: 20px 0;
    margin: 0 auto;
}

.index_title span {
    border-left: 4px solid #30c2b0;
    font-size: 20px;
    font-size: 666;
    float: left;
    line-height: 20px;
    height: 20px;
    text-indent: 12px;
}

.index_title i {
    float: right;
    line-height: 20px;
    font-size: 14px;
    color: #999;
}

.index_title i a {
    float: left;
    margin-left: 20px;
    -webkit-transition: all 0.5s;
}

.index_title i a:hover {
    color: #30c2b0;
}

.index_title_more {
    padding-right: 10px;
    background: url(../images/jiao_move.png) no-repeat right center;
}

.index_title_more:hover {
    padding-right: 10px;
    background: url(../images/jiao_moves.png) no-repeat right center;
}


/* Subject */

.sub_left {
    width: 280px;
    height: 430px;
    position: relative;
    float: left;
}

.sub_left_img img {
    width: 100%;
    float: left;
    height: 100%;
}

.sub_left_box {
    padding: 30px 10px 0 30px;
    width: 240px;
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
}

.sub_left_box span {
    width: 100%;
    font-size: 16px;
    font-weight: bold;
    line-height: 16px;
    float: left;
}

.sub_left_box i {
    float: left;
    width: 100%;
    margin-top: 5px;
}

.sub_left_box a {
    float: left;
    margin: 5px 15px 0 0;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
}

.swiper-container {
    width: 430px;
    height: 430px;
    float: left;
}

.swiper-slide {
    text-align: center;
    position: relative;
    background: #999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.sub_cen_img,
.sub_cen_img img {
    width: 430px;
    heihgt: 430px;
    float: left;
}

.sub_cen_txt {
    position: absolute;
    background: url(../images/sub_bg_01.png);
    width: 320px;
    height: 60px;
    padding-top: 30px;
    left: 55px;
    bottom: 10px;
}

.sub_cen_txt a {
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
    width: 100%;
    float: left;
    color: #fff;
}

.sub_cen_txt span {
    font-size: 14px;
    width: 100%;
    float: left;
    color: #fff;
}

.sub_right {
    width: 430px;
    height: 430px;
    float: left;
}

.sub_right_top {
    width: 450px;
    margin: 0 0 20px -20px;
    height: 205px;
    float: left;
}

.sub_right_top a {
    width: 205px;
    height: 205px;
    margin-left: 20px;
    float: left;
    -webkit-transition: all 0.3s;
    position: relative;
}

.sub_right_top a img {
    width: 205px;
    height: 205px;
    flaot: left;
}

.sub_right_top a:hover,
.sub_right_bot:hover {
    box-shadow: 0px 0px 5px rgba(237, 237, 237, 0.7);
}

.sub_right_bot,
.sub_right_bot img {
    width: 430px;
    height: 205px;
    float: left;
    -webkit-transition: all 0.3s;
    position: relative;
}

.sub_right_top a span {
    width: 205px;
    height: 0px;
    background: url(../images/bg_bg.png);
    bottom: 0;
    left: 0px;
    position: absolute;
    -webkit-transition: all 0.5s;
    overflow: hidden;
}

.sub_right_top a:hover span {
    height: 205px;
}

.sub_right_top a i {
    margin: 80px 10px 0 10px;
    line-height: 30px;
    height: 30px;
    width: 185px;
    float: left;
    font-size: 14px;
    color: #fff;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.sub_right_top a em {
    margin: 0 10px 80px 10px;
    line-height: 20px;
    height: 20px;
    width: 185px;
    float: left;
    font-size: 12px;
    color: #fff;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.sub_right_bot span {
    width: 430px;
    height: 0px;
    background: url(../images/bg_bg.png);
    bottom: 0;
    left: 0;
    position: absolute;
    -webkit-transition: all 0.5s;
    overflow: hidden;
}

.sub_right_bot:hover span {
    height: 205px;
}

.sub_right_bot i {
    margin: 80px 10px 0 10px;
    line-height: 30px;
    height: 30px;
    width: 410px;
    float: left;
    font-size: 14px;
    color: #fff;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.sub_right_bot em {
    margin: 0 10px 80px 10px;
    line-height: 20px;
    height: 20px;
    width: 410px;
    float: left;
    font-size: 12px;
    color: #fff;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}


/* local_ad */

.local_ad {
    width: 1200px;
    height: 130px;
    margin: 20px auto 0 auto;
    text-align: center;
    background: #e5e5e5;
}

.local_ad img {
    width: 1200px;
    height: 130px;
}


/* Bottom */

.bottom {
    margin-top: 20px;
    width: 100%;
    background: #5a5653;
    min-width: 1200px;
}

.bottom_box,
.copy_box {
    width: 1200px;
    margin: 0 auto;
    min-width: 1200px;
}

.bottom_left {
    padding: 25px 0 15px 0;
    float: left;
}

.bottom_menu {
    float: left;
    width: 480px;
}

.bottom_menu li {
    width: 160px;
    float: left;
}

.bottom_menu li span {
    line-height: 14px;
    border-left: 2px solid #ccc;
    color: #ccc;
    font-size: 14px;
    width: 100%;
    float: left;
    text-indent: 10px;
    margin: 8px 0;
}

.bottom_menu li a {
    width: 100%;
    float: left;
    line-height: 26px;
    color: #ccc;
    text-indent: 10px;
}

.bottom_menu li a:hover {
    color: #fff;
}

.bottom_tel {
    float: left;
    width: 240px;
}

.bottom_tel span {
    font-weight: bold;
    color: #ccc;
    flaot: left;
    width: 100%;
    line-height: 24px;
}

.bottom_tel span strong {
    font-size: 18px;
}

.bottom_tel i {
    line-height: 30px;
    color: #ccc;
    width: 100%;
    float: left;
}

.bottom_right {
    padding: 25px 0 15px 0;
    float: right;
}

.bottom_er {
    width: 110px;
    float: right;
    margin-left: 20px;
}

.bottom_er img {
    width: 110px;
    height: 110px;
    float: left;
}

.bottom_er i {
    float: left;
    width: 100%;
    text-align: center;
    color: #ccc;
    line-height: 30px;
}

.bottom_link {
    padding: 15px 0;
    width: 100%;
    float: left;
    line-height: 20px;
    border-top: 1px solid #625e5b;
}

.bottom_link a {
    margin-right: 12px;
    float: left;
    color: #ccc;
}

.copy {
    width: 100%;
    height: 60px;
    background: #4c4b49;
}

.copy_left {
    float: left;
}

.copy_left a {
    margin: 10px 10px 10px 0;
    height: 40px;
    float: left;
}

.copy_left a img {
    height: 40px;
    width: auto;
}

.copy_right {
    float: right;
    line-height: 60px;
    color: #999;
}

.copy_right a {
    color: #fff;
}

.here {
    width: 1200px;
    margin: 0 auto;
    height: 20px;
    line-height: 20px;
    padding: 20px 0 0 0;
}

.here a {
    float: left;
    color: #808080;
}

.here i {
    float: left;
    width: 14px;
    height: 20px;
    background: url(../images/here_jiao.png) no-repeat center center;
}

.here a:nth-last-child(1) {
    cursor: auto;
    color: #999
}


/* Case */

.case {
    width: 1100px;
    padding: 0px 40px;
    background: #fff;
    margin: 20px auto 20px auto;
}

.case_tab {
    width: 100%;
    height: 80px;
    float: left;
}

.case_tab i {
    padding: 0 30px;
    border-radius: 20px;
    height: 40px;
    line-height: 40px;
    margin: 20px 15px 20px 0;
    float: left;
    color: #666;
    font-size: 14px;
    background: #f2f2f2;
    cursor: pointer;
    -webkit-transition: all 0.3s;
}

.case_tab i:hover,
.case_tab .in {
    color: #fff!important;
    background: #30c2b0!important;
}

.case_tab_box {
    width: 100%;
    float: left;
    display: none;
}

.case_tab_box.in {
    display: block!important;
}

.case_screen {
    width: 100%;
    float: left;
    line-height: 30px;
    padding: 17px 0;
    border-top: 1px dashed #ddd;
}

.case_screen span {
    font-size: 16px;
    font-weight: bold;
    float: left;
    margin-right: 10px;
}

.case_screen i {
    float: left;
    margin: 5px 8px 0 0;
    font-size: 14px;
    cursor: pointer;
    padding: 0 15px;
    border-radius: 30px;
    -webkit-transition: all 0.3s;
    /* background: #30c2b0; */
}

.case_screen i:hover,
.case_screen_i {
    color: #fff;
    font-weight: bold;
    background: #30c2b0;
}

.case_screen i:hover a {
    color: #fff
}

.case_screen_i a {
    color: #fff
}

.case_tab i {
    padding: 0 30px;
    border-radius: 20px;
    height: 40px;
    line-height: 40px;
    margin: 20px 15px 20px 0;
    float: left;
    color: #666;
    font-size: 14px;
    background: #f2f2f2;
    cursor: pointer;
    -webkit-transition: all 0.3s;
}

.case_tab i:hover,
.case_tab .in {
    color: #fff!important;
    background: #30c2b0!important;
}


/* Class_List */

.class_list {
    width: 1100px;
    padding: 0 40px;
    margin: 0px auto 0px auto;
    background: #fff;
    display: none;
}

.class_list_menu {
    margin: 30px 0;
    display: inline-block;
    width: 100%;
    height: 30px;
    position: relative;
}

.class_list_menu li {
    float: left;
    border: 1px solid #eee;
    border-radius: 15px;
    text-align: center;
    margin-right: 10px;
    width: 90px;
    height: 28px;
    font-size: 14px;
    cursor: pointer;
}

.class_list_menu li span {
    line-height: 28px;
    display: inline-block;
    -webkit-transition: all 0.3s;
}

.class_list_menu li .menu_01 {
    padding-right: 14px;
    background: url(../images/icon_02.png) no-repeat right center;
}

.class_list_menu .in .menu_01 {
    background: url(../images/icon_01.png) no-repeat right center;
}

.class_list_menu li .menu_02 {
    padding-right: 14px;
    background: url(../images/icon_03.png) no-repeat right center;
}

.class_list_menu li .menu_03 {
    padding-right: 14px;
    background: url(../images/icon_04.png) no-repeat right center;
}

.class_list_menu li .menu_04 {
    padding-right: 14px;
    background: url(../images/icon_05.png) no-repeat right center;
}

.class_list_menu .in {
    color: #30c2b0;
}

.class_list_menu li i {
    line-height: 28px;
    display: inline-block;
}

.class_list_menu li input {
    height: 28px;
    border: none;
    width: 50px;
    display: inline-block;
    line-height: 26px;
    text-align: center;
}

.class_list_menu em {
    width: 8px;
    height: 2px;
    position: absolute;
    left: 501px;
    top: 14px;
    background: #bfbfbf;
}

.class_list_box {
    width: 100%;
    display: inline-block;
}

.class_list_box ul {
    width: 1128px;
    margin-left: -28px;
    display: inline-block;
}

.class_list_box li {
    width: 254px;
    float: left;
    margin: 0 0 28px 28px;
    background: #fafafa;
    position: relative;
}

.class_list_box li:nth-child(4n+1) {
    clear: both;
}

.class_list_box li img {
    width: 100%;
    float: left;
}

.class_list_box li span {
    float: left;
    width: 234px;
    font-size: 14px;
    margin: 0 10px 10px 10px;
    line-height: 26px;
    height: 26px;
    text-overflow: ellipsis;
    overflow: hidden;
}

.class_list_box li i {
    float: left;
    width: 234px;
    font-size: 16px;
    margin: 10px 10px 0 10px;
    line-height: 26px;
    color: #ea4848;
}

.class_list_box .class_icon_box {
    position: absolute;
    top: 0;
    right: 0;
    width: 80px;
}

.class_list_box .class_icon_box img {
    width: 100%;
}

.box_left .left_bt,
.box_right .left_bt {
    width: 100%;
    display: inline-block;
    height: 16px;
    margin: 22px 0;
}

.box_left .left_bt span,
.box_right .left_bt span {
    border-left: 2px solid #30c2b0;
    color: #666;
    font-size: 16px;
    font-weight: bold;
    text-indent: 10px;
    height: 16px;
    line-height: 16px;
    float: left;
}

.box_left .left_bt i {
    float: right;
    line-height: 16px;
    padding-right: 24px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    background: url(../images/bt_cz.png) no-repeat right center;
}

.box_left .left_bt i:hover {
    color: #30c2b0;
    background: url(../images/bt_czs.png) no-repeat right center;
}

.box_left .left_line {
    width: 100%;
    height: 0;
    border-top: 1px dashed #eee;
    float: left;
}

.hot_re {
    width: 860px;
    margin: 0 -20px;
    display: inline-block;
    padding-bottom: 20px;
}

.hot_re_box {
    padding: 0 20px;
    border-left: 1px dashed #eee;
    float: left;
    width: 246px;
}

.hot_re_box img {
    width: 100%;
}

.hot_re_box span {
    float: left;
    width: 100%;
    font-size: 14px;
    margin-top: 5px;
    line-height: 26px;
    text-align: center;
}

.hot_re_box i {
    float: left;
    width: 100%;
    font-size: 20px;
    line-height: 26px;
    text-align: center;
    color: #ea4848;
}


/* Ranking */

.ranking {
    width: 100%;
    display: inline-block;
    padding-bottom: 31px;
}

.ranking_list {
    width: 220px;
    float: left;
    margin-bottom: -1px;
    line-height: 28px;
}

.ranking_list.in {
    background: #30c2b0;
    color: #fff;
}

.ranking_list.in i,
.ranking_list.in em {
    color: #fff;
}

.ranking_list.in .ranking_bt,
.ranking_list.in .ranking_tips {
    border-color: #30c2b0;
}

.ranking_bt {
    padding: 10px 20px 0 20px;
    font-size: 14px;
    border: 1px solid #eee;
    border-bottom: none;
}

.ranking_tips {
    padding-bottom: 10px;
    text-indent: 20px;
    font-size: 14px;
    border: 1px solid #eee;
    border-top: none;
}

.ranking_tips i {
    color: #ea4848;
}

.ranking_tips em {
    padding-left: 15px;
    color: #ea4848;
}

.ranking_list:hover .ranking_img,
.ranking_list.in .ranking_img {
    height: 220px;
}

.ranking_img {
    width: 100%;
    height: 0;
    overflow: hidden;
    -webkit-transition: all 0.3s;
}

.ranking_img img {
    width: 100%;
}

.shopping_invalid {
    text-align: center;
    overflow: hidden;
    width: 1200px;
    background: #fff;
    margin: 20px auto 0 auto;
    font-size: 14px;
}

.shopping_invalid_block {
    height: 104px;
    line-height: 104px;
    text-align: center;
    overflow: hidden;
    padding: 25px 40px;
    border-bottom: 1px solid #F7F7F7;
}

.shopping_invalid_block div {
    float: left;
}

.shopping_invalid_block font {
    display: inline-block;
    font-size: 10px;
    color: #fff;
    background: #ccc;
    border-radius: 2px;
    padding: 1px 2px;
    text-align: center;
    line-height: 14px;
}

.shopping_invalid_block .shopping_operation {
    padding: 40px 0px 14px;
}

.shopping_invalid .check_box {
    width: 40px;
    text-align: left;
}

.shopping_invalid .check_box i {
    cursor: pointer;
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url(../images/check_box.png) no-repeat;
}

.shopping_invalid .check_box .ed {
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url(../images/check_box_ed.png) no-repeat;
}

.shopping_invalid .shopping_img {
    width: 145px;
    text-align: left;
}

.shopping_invalid .shopping_info {
    width: 300px;
    text-align: left;
}

.shopping_invalid .shopping_price {
    width: 130px;
}

.shopping_list .shopping_num {
    width: 200px;
    position: relative;
}

.shopping_list .shopping_num i {
    position: absolute;
    width: 100%;
    bottom: 10px;
    line-height: 20px;
    font-size: 12px;
    color: #ccc;
    text-align: center;
    left: 0;
}

.shopping_invalid .shopping_subtotal {
    width: 130px;
}

.shopping_invalid .shopping_operation {
    width: 155px;
    line-height: 16px;
}

.shopping_invalid .shopping_price span,
.shopping_invalid .shopping_subtotal span {
    color: #999999;
}


/* shopping_list */

.shopping_list {
    text-align: center;
    overflow: hidden;
    width: 1200px;
    background: #fff;
    margin: 20px auto 0 auto;
    font-size: 14px;
}

.shopping_title {
    overflow: hidden;
    padding: 25px 40px;
    border-bottom: 1px solid #f7f7f7;
}

.shopping_block div,
.shopping_title div {
    float: left;
}

.shopping_list .check_box {
    width: 40px;
    line-height: 18px;
    text-align: left;
    height: 100%
}

.shopping_list .check_box i {
    cursor: pointer;
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url(../images/check_box.png) no-repeat;
    position: relative;
    top: 38%;
}

.shopping_list .check_box .ed {
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url(../images/check_box_ed.png) no-repeat;
}

.shopping_list .shopping_img {
    width: 145px;
    text-align: left;
}

.shopping_img img {
    width: 103px;
    height: 103px;
    border: #f0f0f0;
    vertical-align: bottom;
}

.shopping_list .shopping_info {
    width: 300px;
    text-align: left;
}

.shopping_list .shopping_price {
    width: 130px;
}

.shopping_list .shopping_num {
    width: 200px;
}

.shopping_list .shopping_subtotal {
    width: 130px;
}

.shopping_list .shopping_operation {
    width: 155px;
    line-height: 16px;
}

.shopping_price span,
.shopping_subtotal span {
    color: #e44949;
}

.shopping_block .shopping_operation {
    padding: 40px 0px 14px;
}

.txt_shopping_num {
    margin: 0px;
    padding: 0px;
    border: 1px solid #f0f0f0;
    width: 62px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    color: #666666;
}

.btn_shopping_num {
    margin: 0px;
    padding: 0px;
    border: 1px solid #f0f0f0;
    width: 34px;
    height: 34px;
    line-height: 34px;
    background: #FFFFFF;
    color: #b3b3b3;
}

.shopping_operation span {
    cursor: pointer;
    display: inline-block;
    line-height: 16px;
    padding: 5px;
}

.shopping_info_title {
    line-height: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.shopping_block {
    height: 104px;
    line-height: 104px;
    text-align: center;
    overflow: hidden;
    padding: 25px 40px;
    border-bottom: 1px solid #F7F7F7;
}

.shopping_info_child {
    position: relative;
    cursor: pointer;
    line-height: 16px;
    font-size: 12px;
    color: #999999;
    padding-top: 10px;
}

.shopping_info_child p {
    margin: 6px 0px;
}

.shopping_operation i {
    display: inline-block;
    vertical-align: middle;
    width: 9px;
    height: 5px;
    background: url(../images/make_bottom.png) no-repeat;
}

.shopping_info_child i {
    margin-left: 30px;
    display: inline-block;
    vertical-align: middle;
    width: 9px;
    height: 5px;
    background: url(../images/make_bottom.png) no-repeat;
}

.hover_more {
    display: none;
    color: #999999;
    font-size: 12px;
}

.shopping_operation:hover .hover_more {
    display: block;
}

.shopping_result {
    text-align: center;
    overflow: hidden;
    width: 1200px;
    background: #fff;
    margin: 20px auto 0 auto;
    font-size: 14px;
}

.shopping_result_title {
    float: left;
    overflow: hidden;
    width: 960px;
    padding: 25px 0px 25px 40px;
}

.shopping_result .check_box {
    width: 40px;
    line-height: 18px;
    text-align: left;
}

.shopping_result .check_box i {
    cursor: pointer;
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url(../images/check_box.png) no-repeat;
}

.shopping_result .check_box .ed {
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url(../images/check_box_ed.png) no-repeat;
}

.shopping_result_operation {
    width: 480px;
}

.shopping_result_operation span {
    cursor: pointer;
    float: left;
    margin-right: 30px;
}

.shopping_result_num span {
    color: #ee8282;
}

.shopping_result_title div {
    float: left;
}

.shopping_result_sub {
    cursor: pointer;
    float: right;
    font-size: 22px;
    width: 180px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    color: #fff;
    background: #dfdfdf;
}

.shopping_result_sub.ed {
    background: #30c2b0;
}

.shopping_result_title .shopping_result_total {
    float: right;
    margin-right: 30px;
}

.shopping_result_total span {
    color: #e44949;
    font-size: 20px;
    line-height: 14px;
}

.style_module {
    z-index: 900;
    display: none;
    border: 1px solid #ededed;
    box-shadow: 0px 0px 5px rgba(237, 237, 237, 0.5);
    width: 720px;
    position: absolute;
    left: 0px;
    top: 0px;
    background: #fff;
}

.style_module_child {
    position: relative;
    padding: 40px 34px;
    width: 652px;
}

.top_triangle {
    width: 12px;
    height: 8px;
    position: absolute;
    left: 60px;
    top: -8px;
}

.style_module_block {
    overflow: hidden;
    position: relative;
    line-height: 44px;
    margin: 10px 0px;
}

.style_block_left {
    float: left;
    width: 44px;
}

.style_block_right {
    float: left;
    overflow: hidden;
    width: 608px;
}

.style_block_option {
    cursor: pointer;
    text-align: center;
    float: left;
    margin: 2px 3px;
    border: 1px solid #f0f0f0;
    line-height: 38px;
    height: 38px;
    padding: 3px 8px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.style_block_option img {
    float: left;
    width: 38px;
    height: 38px;
}

.style_module_block .ed {
    border: 1px solid #30c2b0;
    box-shadow: 0px 0px 1px #30c2b0 inset;
}

.style_btn_div {
    padding-left: 48px;
}

.style_confirm {
    width: 134px;
    height: 40px;
    line-height: 40px;
    background: #30c2b0;
    text-align: center;
    color: #fff;
    border-radius: 3px;
}

.style_module_child {
    display: none;
}

.style_module_child.ed {
    display: block;
}

.similar_module {
    display: none;
    border: 1px solid #ededed;
    box-shadow: 0px 0px 5px rgba(237, 237, 237, 0.5);
    width: 1200px;
    position: absolute;
    left: 100px;
    top: 100px;
    background: #fff;
}

.similar_module_wrap {
    position: relative;
    padding: 36px 20px;
}

.similar_module_child {
    display: none;
    overflow: hidden;
}

.top_triangle_right {
    width: 12px;
    height: 8px;
    position: absolute;
    right: 110px;
    top: -8px;
}

.similar_module_block {
    text-align: center;
    width: 200px;
    overflow: hidden;
    position: relative;
    line-height: 44px;
    float: left;
    margin: 0px 14px;
}

.similar_block_top img {
    width: 200px;
    height: 200px;
}

.similar_block_bottom {
    line-height: 20px;
}

.similar_block_bottom p {
    margin: 2px 0px;
}

.similar_block_bottom span {
    color: #e44949;
}

.shopping_list .shopping_operation .hover_more.ed {
    display: block;
}

.similar_module_child.ed {
    display: block;
}

.shopping_result strong,
.shopping_list strong {
    font-weight: normal;
}

.vh {
    visibility: hidden;
}

.recommend_module {
    margin: 20px auto 0 auto;
    width: 1200px;
    background: #fff;
    overflow: hidden;
}

.recommend_module_wrap {
    position: relative;
    padding: 0px 20px 36px;
}

.recommend_module_child {
    overflow: hidden;
}

.recommend_module_block {
    text-align: center;
    width: 200px;
    overflow: hidden;
    position: relative;
    line-height: 44px;
    float: left;
    margin: 0px 14px;
}

.recommend_block_top img {
    width: 200px;
    height: 200px;
}

.recommend_block_bottom {
    line-height: 20px;
}

.recommend_block_bottom p {
    margin: 2px 0px;
}

.recommend_block_bottom span {
    color: #e44949;
}

.recommend_module_child.ed {
    display: block;
}

.recommend_module_title {
    overflow: hidden;
    width: 100%;
    height: 16px;
    margin: 22px 0px;
}

.recommend_module_title span {
    border-left: 2px solid #30c2b0;
    color: #666;
    font-size: 16px;
    font-weight: bold;
    text-indent: 10px;
    height: 16px;
    line-height: 16px;
    margin-left: 36px;
    float: left;
}


/* Order */

.order_bt {
    padding: 20px 0;
    width: 1200px;
    margin: 20px auto 0 auto;
    background: #fff;
}

.order_bt span {
    margin-left: 30px;
    border-left: 2px solid #30c2b0;
    height: 16px;
    line-height: 16px;
    font-size: 16px;
    font-weight: bold;
    text-indent: 10px;
    display: inline-block;
}

.order_bt i {
    margin-left: 30px;
    height: 16px;
    line-height: 16px;
    float: left;
    font-size: 14px;
}

.order_add,
.order_add_xiu {
    padding: 30px 0;
    width: 1200px;
    background: #fff;
    margin: 0 auto;
    border-top: 1px solid #eee;
    position: relative;
}

.order_add_top {
    width: 1120px;
    padding: 0 30px;
    display: inline-block;
}

.order_add_top i {
    padding: 0 28px;
    display: inline-block;
    line-height: 30px;
    font-size: 14px;
    background: url(../images/order_icon_01.png) no-repeat left center;
}

.order_add_top span {
    border: 1px solid #30c2b0;
    color: #30c2b0;
    font-size: 14px;
    cursor: pointer;
    border-radius: 13px;
    background: #e0f3f1;
    line-height: 24px;
    display: inline-block;
    width: 70px;
    text-align: center;
}

.order_add_left {
    margin: 10px 0 0 30px;
    display: inline-block;
    width: 900px;
}

.order_add_left span {
    width: 100%;
    display: inline-block;
    line-height: 40px;
    font-size: 14px;
}

.order_add_right {
    width: 100px;
    height: 60px;
    padding: 10px 45px;
    right: 0;
    top: 50%;
    margin-top: -40px;
    border-left: 1px dashed #eee;
    position: absolute;
    text-align: center;
}

.order_add_right i {
    cursor: pointer;
    text-decoration: underline;
    color: #30c2b0;
    display: inline-block;
}

.order_add_right span {
    cursor: pointer;
    width: 98px;
    height: 28px;
    border: 1px solid #ddd;
    display: inline-block;
    line-height: 28px;
    text-indent: 14px;
    background: url(../images/address.png) no-repeat left 15px center;
    margin-top: 14px;
    border-radius: 15px;
    text-align: center;
}

.order_xuan {
    width: 574px;
    padding: 0 40px;
    background: #fff;
    position: fixed;
    top: 50%;
    left: 1000%;
    margin: -291px 0 0 -327px;
    z-index: 1000;
}

.order_xuan_close {
    position: absolute;
    right: 30px;
    top: 30px;
    cursor: pointer;
}

.order_xuan_bt {
    width: 100%;
    height: 20px;
    line-height: 20px;
    margin: 30px 0;
    font-size: 16px;
    font-weight: bold;
    display: inline-block;
}

.order_xuan_boxs {
    height: 432px;
    width: 574px;
    float: left;
    overflow-y: scroll;
}

.order_xuan_box {
    padding: 15px 20px;
    float: left;
    margin-bottom: 20px;
    border: 2px solid #ddd;
    width: 530px;
    position: relative;
    cursor: pointer;
}

.order_xuan_box.in {
    border: 2px solid #30c2b0;
    background: url(../images/order_xuan_di.png) no-repeat right -1px bottom -1px;
}

.order_xuan_box span {
    width: 100%;
    display: inline-block;
    line-height: 20px;
    padding: 5px 0;
    height: 20px;
    font-size: 14px;
}

.order_xuan_box i {
    display: inline-block;
    padding: 0 8px;
}

.order_xuan_box em {
    position: absolute;
    top: 15px;
    right: 15px;
    line-height: 30px;
    font-size: 14px;
    color: #ccc;
    cursor: pointer;
}

.order_xuan_box em.in {
    color: #30c2b0;
}

.order_xuan_btn {
    width: 100%;
    height: 40px;
    display: inline-block;
    margin: 0 0 30px 0;
    text-align: center;
}

.order_xuan_btn i {
    width: 140px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-size: 16px;
    display: inline-block;
    margin: 0 10px;
    text-align: center;
    background: #30c2b0;
    border-radius: 3px;
}

.order_xuan_btn span {
    width: 140px;
    height: 38px;
    border: 1px solid #eee;
    line-height: 38px;
    color: #888;
    font-size: 16px;
    display: inline-block;
    margin: 0 10px;
    text-align: center;
    background: #f1f1f1;
    border-radius: 3px;
}

.order_add_xiu {
    display: none;
}

.order_add_xiu_txt {
    width: 1120px;
    margin: 0 30px 20px 30px;
    position: relative;
    display: inline-block;
}

.order_add_xiu_bt {
    width: 80px;
    height: 40px;
    line-height: 40px;
    float: left;
}

.order_add_xiu_txt input {
    border-radius: 2px;
    border: 1px solid #ddd;
    margin-right: 20px;
    height: 38px;
    width: 148px;
    padding: 0 10px;
    float: left;
}

.order_add_xiu_txt select {
    border-radius: 2px;
    border: 1px solid #ddd;
    margin-right: 20px;
    height: 38px;
    width: 170px;
    padding: 0 10px;
    float: left;
    background: url(../images/select_jiao.png) no-repeat right 12px center;
}

.order_add_xiu_txt textarea {
    width: 528px;
    border: 1px solid #ddd;
    border-radius: 2px;
    padding: 10px;
    line-height: 30px;
    height: 90px;
    float: left;
}

.order_add_xiu_mo {
    position: absolute;
    top: 11px;
    left: 660px;
    cursor: pointer;
}

.order_add_xiu_mo span {
    border: 1px solid #ddd;
    height: 16px;
    width: 16px;
    float: left;
    margin-right: 10px;
    border-radius: 2px;
}

.order_add_xiu_mo span.in {
    border: 1px solid #30c2b0;
    background: #30c2b0 url(../images/gou.png) center center;
}

.order_add_xiu_btn {
    position: absolute;
    bottom: 0;
    left: 660px;
}

.order_add_xiu_btn span {
    width: 140px;
    heihgt: 42px;
    line-height: 42px;
    background: #30c2b0;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    text-align: center;
    float: left;
    border-radius: 2px;
    margin-right: 10px;
}

.order_add_xiu_btn i {
    font-size: 14px;
    color: #5d93cb;
    line-height: 42px;
    float: left;
    text-decoration: underline;
    cursor: pointer;
}

.order_info {
    width: 1200px;
    margin: 0 auto;
    border-top: 1px solid #ddd;
    background: #fff;
    padding: 30px 0;
    height: 100px;
}

.order_info_01 {
    margin-left: 30px;
    float: left;
    height: 100px;
    width: 440px;
}

.order_info_01 img {
    height: 100%;
    margin-right: 30px;
    float: left;
}

.order_info_01 span {
    width: 310px;
    float: left;
}

.order_info_01 i {
    width: 100%;
    float: left;
    color: #666;
    font-size: 14px;
    line-height: 34px;
}

.order_info_01 em {
    width: 100%;
    float: left;
    color: #999;
    line-height: 22px;
    font-size: 12px;
}

.order_info_02 {
    margin-left: 30px;
    float: left;
    height: 100px;
    line-height: 100px;
    width: 270px;
    font-size: 16px;
    color: #666;
}

.order_info_03 {
    margin-left: 30px;
    float: left;
    height: 100px;
    line-height: 100px;
    width: 230px;
    font-size: 16px;
    color: #666;
}

.order_info_04 {
    margin-left: 30px;
    float: left;
    height: 100px;
    line-height: 100px;
    width: 120px;
    font-size: 16px;
    color: #ea4848;
    font-weight: bold;
}


/*180418*/

.order_submit {
    padding: 30px;
    width: 1120px;
    margin: 0 auto;
    background: #edf5f4;
}

.order_privilege {
    width: 100%;
    border-bottom: 1px dashed #ddd;
    padding: 0 0 20px 0;
    line-height: 30px;
}

.order_privilege span {
    color: #ea4848;
}

.box_hiden {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 18px;
    grid-template-columns: 190px 190px 190px 190px 190px;
}

.box_show {
    height: auto !important;
    overflow: auto !important;
}

.show_all {
    display: none;
    font-size: 12px;
    color: #999;
    position: absolute;
    top: 46px;
    right: 0px;
    cursor: pointer;
}

.show_all img {
    padding-left: 5px;
}

.show_hide img {
    transform: rotate(180deg);
}

.order_p_box {
    width: 190px;
    height: auto;
    margin: 10px 0 0 0;
    line-height: 26px;
    display: inline-block;
    background: #fff;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.order_p_txt {
    padding: 12px;
    border: solid 1px #e6e6e6;
    border-bottom: none;
    padding-bottom: 58px;
}

.order_p_txt p {
    font-size: 12px;
    color: #333;
    line-height: 20px;
}

.order_p_txt strong {
    color: #ff7f7f;
}

.amount {
    font-size: 28px;
}

.order_p_txt i {
    font-style: normal;
    font-size: 12px;
    color: #999;
    line-height: 1;
    padding: 4px;
    display: inline-block;
    margin-left: 10px;
    margin-top: 6px;
    vertical-align: top;
    background: #f5f5f5;
    margin-right: 50px;
}

.order_p_txt .i_code {
    font-style: normal;
    font-size: 12px;
    color: #999;
    line-height: 1;
    display: block;
    vertical-align: top;
    background: #f5f5f5;
    position: relative;
    left: 50%;
    transform: translate(-50%, 0);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 180px;
    text-align: left;
    margin-top: 5px;
    margin-left: 0;
    padding: 0;
}

.order_time {
    font-size: 10px;
    color: #fff;
    line-height: 26px;
    padding-left: 10px;
    border: solid 1px #e6e6e6;
    border-top: none;
    background: #ffa1a1;
    position: absolute;
    bottom: 0
}

.ifselect {
    width: 16px;
    height: 16px;
    background: url(../images/nselect.png);
    background-size: 100%;
    position: absolute;
    top: 5px;
    right: 5px;
}

.y_quan {
    width: 8px;
    height: 8px;
    border-radius: 4px;
    border: solid 1px #e6e6e6;
    background: #edf5f4;
}

.quan_l {
    position: absolute;
    bottom: 22px;
    left: -4px;
}

.quan_r {
    position: absolute;
    bottom: 22px;
    right: -4px;
}


/*特权金已点击*/

.order_p_box_on {
    background: #ff7f7f !important;
}

.order_p_box_on .order_p_txt p,
#yhj.order_p_box_on .order_p_txt p {
    color: #fff !important;
}

.order_p_box_on .order_p_txt strong,
#yhj .order_p_box_on .order_p_txt strong {
    color: #fff !important;
}

.order_p_box_on .order_p_txt i {
    color: #fff !important;
    background: #eb6666;
}

.order_p_box_on .order_time {
    background: #eb6666;
}

.order_p_box_on .ifselect,
#yhj .order_p_box_on .ifselect {
    background: url(../images/yselect.png);
}


/*优惠券已点击*/

#yhj .order_p_box_on {
    background: #42d1bf !important;
}

#yhj .order_p_box_on .order_p_txt i {
    color: #fff !important;
    background: #37bcac;
}

#yhj .order_p_box_on .order_time {
    background: #37bcac;
}


/*优惠券*/

.order_yh strong {
    color: #30c2b0;
}

.order_yh .order_time {
    background: #abd0cb;
}


/*金额*/

.amount_txt {
    width: 100%;
    margin-top: 15px;
    text-align: right;
}

.amount_txt p {
    font-size: 14px;
    color: #4c4c4c;
}

.amount_txt span {
    font-size: 16px;
    /*padding-left: 20px;*/
    color: #4c4c4c;
}


/* END 0418 优惠券特权金交互优化 */

.order_submit_top {
    width: 100%;
    padding-bottom: 30px;
    border-bottom: 1px dashed #ddd;
    display: inline-block;
    height: 70px;
}

.order_submit_fa {
    width: 600px;
    float: left;
    height: 70px;
}

.order_submit_fa span {
    height: 20px;
    line-height: 20px;
    margin: 25px 0;
    padding-right: 25px;
    font-size: 14px;
    color: #666;
    float: left;
    background: url(../images/fapiao_wen.png) no-repeat right center;
}

.order_submit_txt {
    width: 470px;
    float: right;
}

.order_submit_txt span {
    height: 30px;
    line-height: 30px;
    float: left;
    width: 100%;
    font-size: 14px;
    color: #666;
}

.order_submit_txt input {
    width: 450px;
    padding: 0 10px;
    background: #fff;
    border: none;
    height: 40px;
    float: left;
}

.order_submit_down {
    width: 100%;
    display: inline-block;
}

.order_submit_mony {
    height: 80px;
    line-height: 80px;
    text-align: right;
}

.order_submit_mony i {
    font-size: 32px;
    color: #ea4848;
}

.order_submit_btn {
    color: #fff;
    font-size: 18px;
    width: 200px;
    text-align: center;
    border-radius: 4px;
    line-height: 50px;
    margin-left: 900px;
    display: inline-block;
    cursor: pointer;
    background: #30c2b0;
}

.order_submit_tips {
    width: 100%;
    display: inline-block;
    line-height: 24px;
    color: #666;
    margin-top: 10px;
}

.order_submit_tips i {
    width: 100%;
    text-align: right;
    float: left;
}

.order_xieyi {
    width: 1200px;
    margin: 20px auto 0 auto;
    height: 18px;
}

.order_xieyi div {
    float: right;
    height: 18px;
    cursor: pointer;
}

.order_xieyi div span {
    border: 1px solid #ddd;
    height: 16px;
    width: 16px;
    float: left;
    margin-right: 10px;
    border-radius: 2px;
}

.order_xieyi div span.in {
    border: 1px solid #30c2b0;
    background: #30c2b0 url(../images/gou.png) center center;
}


/* Pay */

.pay {
    width: 1200px;
    margin: 20px auto 0 auto;
    background: #fff;
}

.pay_loading {
    padding: 100px 350px;
    width: 400px;
    display: inline-block;
    text-align: center;
    height: 50px;
}

.pay_loading span {
    height: 50px;
    width: 50px;
    margin-right: 15px;
    float: left;
    -webkit-animation: rotate_x 2s linear 0s infinite;
}

.pay_loading span img {
    width: 100%;
}

.pay_loading i {
    font-size: 24px;
    line-height: 50px;
    font-weight: bold;
    display: inline-block;
}

@-webkit-keyframes rotate_x {
    0% {
        -webkit-transform: rotateZ(0deg)
    }
    100% {
        -webkit-transform: rotateZ(360deg)
    }
}


/* Success */

.pay_succ {
    padding: 100px 0;
    width: 100%;
    display: inline-block;
    text-align: center;
}

.pay_succ strong {
    width: 100%;
    color: #666;
    font-size: 18px;
    line-height: 40px;
    display: inline-block;
}

.pay_succ span {
    width: 100%;
    color: #666;
    font-size: 14px;
    line-height: 40px;
    display: inline-block;
}

.pay_succ i {
    font-size: 18px;
    color: #ea4848;
    display: inline-block;
}

.pay_succ a {
    display: inline-block;
    margin-left: 20px;
    padding-right: 14px;
    background: url(../images/make_bottom.png) no-repeat right center;
}


/* User */

.user_top {
    width: 100%;
    height: 120px;
    background: #30c2b0;
}

.user_top_box {
    width: 1200px;
    height: 120px;
    margin: 0 auto;
}

.user_logo {
    width: 130px;
    height: 64px;
    margin: 28px 0;
    float: left;
}

.user_index {
    height: 60px;
    padding: 0 0 0 30px;
    margin: 30px;
    float: left;
    border-left: 1px dashed #fff;
    width: 90px
}

.user_index span {
    width: 90px;
    float: left;
    line-height: 24px;
    padding-bottom: 6px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    text-align: center;
}

.user_index a {
    width: 88px;
    border: 1px solid #fff;
    color: #fff;
    line-height: 28px;
    text-align: center;
    float: left;
    font-size: 14px;
    border-radius: 15px;
}

.user_cat {
    width: 160px;
    height: 40px;
    float: right;
    line-height: 40px;
    font-size: 14px;
    text-align: center;
    background: #fff url(../images/cart.png) no-repeat left 18px center;
    border-radius: 4px;
    margin: 40px 0;
    position: relative;
}

.user_cat i {
    line-height: 14px;
    font-size: 10px;
    padding: 0 5px 0 4px;
    color: #fff;
    background: #30c2b0;
    border-radius: 7px 7px 7px 2px;
    position: absolute;
    right: 24px;
    top: 5px;
}

.user_serach {
    width: 260px;
    height: 40px;
    margin: 40px 20px;
    float: right;
    border-radius: 4px;
    background: #fff;
    overflow: hidden;
}

.user_serach input {
    width: 220px;
    padding: 0 0 0 10px;
    height: 40px;
    float: left;
}

.user_serach a {
    width: 40px;
    height: 40px;
    float: left;
    background: url(../images/search.png) center center no-repeat;
}

.user_left {
    width: 240px;
    padding: 20px;
    float: left;
    background: #fff;
}

.user_left a {
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    float: left;
    text-indent: 20px;
    border-top: 1px solid #ddd;
}

.user_left a.in,
.user_left a:hover {
    color: #30c2b0;
    background: url(../images/jiao_moves.png) no-repeat right 20px center;
}

.user_right {
    width: 880px;
    float: right;
    padding-bottom: 20px;
}

.user_order_tab {
    width: 100%;
    height: 60px;
    position: relative;
    background: #fff;
}

.user_order_tab span {
    width: 140px;
    float: left;
    line-height: 20px;
    font-size: 14px;
    text-align: center;
    margin: 20px 0;
    -webkit-transition: all 0.5s;
    border-right: 1px solid #ddd;
    cursor: pointer;
}

.user_order_tab span.in {
    color: #30c2b0;
    width: 160px;
}

.user_order_tab i {
    width: 70px;
    height: 4px;
    background: #30c2b0;
    position: absolute;
    bottom: 0;
    left: 45px;
    -webkit-transition: all 0.5s;
}


/*.user_order_tab span:nth-child(1).in~i{left:35px;}*/

.div_03_3 {
    width: 100%;
    float: left;
    line-height: 27px;
    color: #30c2b0;
    cursor: pointer;
}

.user_order_no {
    width: 100%;
    padding: 70px 0;
    text-align: center;
    background: #fff;
    margin-top: 5px;
}

.user_order_no i {
    width: 100%;
    display: inline-block;
    line-height: 40px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}

.user_order_title {
    border-radius: 4px;
    background: #f0f0f0;
    width: 100%;
    height: 50px;
    margin: 20px 0;
    line-height: 50px;
}

.user_order_title span {
    width: 100px;
    height: 50px;
    float: left;
    text-align: center;
}

.user_order_box {
    width: 100%;
}

.user_order {
    width: 100%;
    display: none;
}

.user_order_ner {
    width: 880px;
    float: left;
    margin-bottom: 5px;
    background: #fff;
}

.user_order_top {
    padding: 15px 40px;
    width: 800px;
    float: left;
    line-height: 30px;
}

.user_order_top span {
    margin-right: 30px;
    float: left;
}

.user_order_top i {
    width: 100%;
    color: #ea4848;
    float: left;
}

.user_order_bot {
    width: 880px;
    float: left;
    border-top: 1px solid #ddd;
    position: relative;
}

.div_01 {
    width: 480px;
    float: left;
}

.div_01_box {
    width: 100%;
    border-top: 1px solid #ddd;
    margin-top: -1px;
    float: left;
}

.div_01_1 {
    width: 320px;
    float: left;
    height: 100px;
    padding: 20px 0;
    max-width: calc(100% - 165px);
}

.div_01_1 img {
    width: 100px;
    height: 100px;
    float: left;
    margin: 0 30px;
}

.div_01_1 i {
    line-height: 20px;
    float: left;
    width: 160px;
    margin: 0 10px 0 -10px;
    max-width: calc(100% - 170px);
}

.div_01_2 {
    width: 80px;
    height: 100%;
    float: left;
    text-align: center;
    position: relative;
    line-height: 140px;
    border-left: 1px solid #eee;
    margin-left: -1px;
}

.div_02,
.div_03 {
    width: 100px;
    height: 100%;
    position: absolute;
    border-left: 1px solid #eee;
    margin-left: -1px;
    text-align: center;
}

.div_02 i {
    line-height: 40px;
    margin-top: -20px;
    top: 50%;
    position: absolute;
    left: 0;
    width: 100%;
}

.div_03_box {
    width: 100%;
    height: 120px;
    margin-top: -65px;
    height: 120px;
    top: 50%;
    left: 0;
    position: absolute;
}

.div_03_1 {
    width: 100%;
    float: left;
    line-height: 30px;
}

.div_03_2 {
    width: 72px;
    margin: 3px 14px;
    float: left;
    line-height: 30px;
    border-radius: 4px;
    background: #30c2b0;
    color: #fff;
}

.div_03_2 a {
    color: #fff;
}

.div_03_2 a:hover {
    color: #fff
}

.div_03_3 {
    width: 100%;
    float: left;
    line-height: 27px;
    color: #30c2b0;
}

.div_03_4 {
    width: 72px;
    margin: 3px 14px;
    float: left;
    line-height: 30px;
    border-radius: 4px;
    background: #ea4848;
    color: #fff;
}

.div_03_5 {
    width: 70px;
    margin: 3px 14px;
    float: left;
    line-height: 28px;
    border-radius: 4px;
    border: 1px solid #ddd;
    background: #fff;
    color: #666;
}

.div_03_6 {
    width: 100%;
    height: 40px;
    margin-top: -20px;
    line-height: 40px;
    top: 50%;
    left: 0;
    position: absolute;
}

.user_order_fu {
    width: 800px;
    padding: 0 40px;
    background: #fff;
    float: left;
}

.user_order_fu_top {
    height: 50px;
    width: 100px;
    border-bottom: 1px dashed #ddd;
    float: left;
}

.user_order_fu_bot {}

.user_kefu_tips {
    width: 1000px;
    left: 50%;
    top: 50%;
    background: #fff;
    position: fixed;
    margin: -266px 0 0 -500px;
    z-index: 1000;
    display: none;
}

.user_kefu_top {
    width: 100%;
    height: 60px;
    line-height: 60px;
    background: #30c2b0;
    color: #fff;
    float: left;
}

.user_kefu_top span {
    font-size: 18px;
    padding: 0 25px;
    float: left;
}

.user_kefu_top img {
    width: 20px;
    padding: 20px;
    float: right;
    cursor: pointer;
    -webkit-transition: all 0.5s;
    -webkit-transform: rotateZ(0deg);
}

.user_kefu_top img:hover,
.user_close:hover {
    -webkit-transform: rotateZ(360deg)
}

.user_kefu_box {
    width: 90%;
    padding: 40px 5%;
    float: left;
}

.user_kefu_title {
    width: 100%;
    height: 50px;
    float: left;
    background: #f0f0f0;
    border-radius: 5px 5px 0 0;
    line-height: 50px;
}

.user_kefu_title span {
    width: 100px;
    height: 50px;
    float: left;
    text-align: center;
}

.user_kefu_bt {
    padding: 15px 49px;
    width: 800px;
    float: left;
    line-height: 30px;
    border-left: 1px solid #f0f0f0;
    border-right: 1px solid #f0f0f0;
}

.user_kefu_bt span {
    margin-right: 30px;
    float: left;
}

.user_kefu_box .user_order_bot {
    width: 898px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
}

.user_kefu_box .div_01 {
    width: 500px;
}

.user_kefu_box .div_01_2 {
    width: 90px;
}

.user_kefu_wen {
    width: 100%;
    float: left;
    margin: 30px 0;
    line-height: 40px;
}

.user_kefu_wen i {
    float: left;
    color: #ea4848;
    font-size: 14px;
}

.user_kefu_wen span {
    font-size: 16px;
    float: left;
    padding: 0 8px;
}

.user_kefu_wen select {
    width: 210px;
    height: 40px;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 0 10px;
    float: left;
    background: #fff url(../images/select_jiao.png) no-repeat right 12px center;
}

.user_kefu_wen em {
    font-size: 14px;
    float: left;
    padding: 0 8px;
    color: #999;
}

.user_kefu_btn {
    width: 100%;
    float: left;
    height: 40px;
    text-align: center;
    font-size: 16px;
}

.user_kefu_btn i {
    width: 140px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: inline-block;
    border-radius: 4px;
    margin: 0 15px;
    background: #30c2b0;
    color: #fff;
    cursor: pointer;
}

.user_kefu_btn span {
    width: 138px;
    height: 38px;
    border: 1px solid #e0e0e0;
    color: #666;
    line-height: 40px;
    text-align: center;
    display: inline-block;
    border-radius: 4px;
    margin: 0 15px;
    cursor: pointer;
    background: #f1f1f1;
}

.user_tips {
    width: 460px;
    background: #fff;
    position: fixed;
    z-index: 1000;
    left: 50%;
    top: 50%;
    margin: -110px 0 0 -230px;
    padding: 50px 0;
    display: none;
}

.user_close {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
    -webkit-transition: all 0.5s;
    -webkit-transform: rotateZ(0deg);
}

.user_tips_title {
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
    width: 100%;
    float: left;
    text-align: center;
}

.user_tips_btn {
    width: 100%;
    float: left;
    height: 40px;
    text-align: center;
    font-size: 16px;
    margin-top: 20px;
}

.user_tips_btn i {
    width: 140px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: inline-block;
    border-radius: 4px;
    margin: 0 15px;
    background: #30c2b0;
    color: #fff;
    cursor: pointer;
}

.user_tips_btn span {
    width: 138px;
    height: 38px;
    border: 1px solid #e0e0e0;
    color: #666;
    line-height: 40px;
    text-align: center;
    display: inline-block;
    border-radius: 4px;
    margin: 0 15px;
    cursor: pointer;
    background: #f1f1f1;
}

.user_info_bt {
    width: 800px;
    padding: 20px 40px;
    background: #fff;
    border-radius: 4px;
    float: left;
}

.user_info_bt span {
    border-left: 4px solid #30c2b0;
    text-indent: 10px;
    float: left;
    line-height: 20px;
    font-size: 16px;
    font-weight: bold;
}

.user_info_order {
    width: 800px;
    padding: 0 40px;
    background: #fff;
    border-radius: 4px;
    float: left;
    margin: 20px 0;
}

.user_info_top {
    width: 100%;
    float: left;
    padding: 15px 0;
    border-bottom: 1px dashed #ddd;
}

.user_info_text {
    width: 100%;
    float: left;
    /*height:30px;*/
    line-height: 30px;
}

.user_info_text span {
    margin-right: 30px;
    float: left;
}

.user_info_text i {
    color: #ea4848;
    float: left;
}

.user_info_bot {
    width: 100%;
    float: left;
    padding: 15px 0;
}

.user_info_title {
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: #f0f0f0;
    border-radius: 5px 5px 0 0;
    float: left;
    text-align: center;
}

.user_info_title span {
    float: left;
    height: 50px;
}

.user_info_box {
    width: 878px;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #ddd;
    float: left;
    background: #fff;
}

.user_info_01 {
    width: 245px;
    float: left;
    margin-left: -1px;
    height: 100px;
    padding: 20px 40px;
}

.user_info_01 img {
    width: 100px;
    height: 100px;
    float: left;
    margin-right: 40px;
}

.user_info_01 i {
    width: 259px;
    height: 100px;
    line-height: 20px;
    font-size: 14px;
}

.user_info_02 {
    width: 125px;
    line-height: 140px;
    float: left;
    margin-left: -1px;
    border-left: 1px solid #eee;
    text-align: center;
}

.user_info_pay {
    width: 800px;
    padding: 40px;
    background: #edf5f4;
    float: left;
    position: relative;
}

.user_submit_mony {
    width: 100%;
    float: left;
    text-align: right;
    line-height: 40px;
}

.user_submit_mony i {
    font-size: 24px;
    color: #ea4848;
}

.user_submit_btn {
    color: #fff;
    font-size: 18px;
    width: 200px;
    text-align: center;
    border-radius: 4px;
    line-height: 50px;
    margin: 10px 0 20px 600px;
    display: inline-block;
    cursor: pointer;
    background: #30c2b0;
}

.user_submit_tips {
    height: 20px;
    float: left;
    text-align: right;
    width: 100%;
    line-height: 20px;
}

.user_submit_tips span {
    padding-left: 25px;
    background: url(../images/gantan.png) no-repeat left center;
    height: 20px;
    display: inline-block;
}

.user_submit_tips i {
    color: #30c2b0;
    margin-right: 20px;
    cursor: pointer;
}

.user_submit_tips em {
    color: #30c2b0;
    cursor: pointer;
}

.user_cancel_order {
    width: 460px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin: -140px 0 0 -230px;
    z-index: 1000;
    background: #fff;
    display: none;
}

.user_cancel_top {
    width: 100%;
    height: 60px;
    float: left;
    background: #30c2b0;
}

.user_cancel_top span {
    padding: 0 20px;
    line-height: 60px;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
}

.user_cancel_top img {
    width: 20px;
    padding: 20px;
    float: right;
    cursor: pointer;
    -webkit-transition: all 0.5s;
    -webkit-transform: rotateZ(0deg);
}

.user_cancel_top img:hover,
.user_info_close:hover {
    -webkit-transform: rotateZ(360deg)
}

.user_cancel_bot {
    width: 100%;
    float: left;
    padding: 40px 0;
}

.user_cancel_wen {
    width: 300px;
    float: left;
    padding: 0 80px;
    line-height: 40px;
}

.user_cancel_wen i {
    float: left;
    color: #ea4848;
    font-size: 14px;
}

.user_cancel_wen span {
    font-size: 16px;
    float: left;
    padding: 0 8px;
}

.user_cancel_wen select {
    width: 190px;
    height: 40px;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 0 10px;
    float: right;
    background: #fff url(../images/select_jiao.png) no-repeat right 12px center;
}

.user_cancel_wen em {
    font-size: 14px;
    float: left;
    text-align: right;
    color: #999;
    width: 100%;
}

.user_cancel_btn {
    width: 100%;
    float: left;
    height: 40px;
    text-align: center;
    font-size: 16px;
    margin-top: 20px;
}

.user_cancel_btn i {
    width: 140px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: inline-block;
    border-radius: 4px;
    margin: 0 10px;
    background: #30c2b0;
    color: #fff;
    cursor: pointer;
}

.user_cancel_btn span {
    width: 138px;
    height: 38px;
    border: 1px solid #e0e0e0;
    color: #666;
    line-height: 40px;
    text-align: center;
    display: inline-block;
    border-radius: 4px;
    margin: 0 10px;
    cursor: pointer;
    background: #f1f1f1;
}

.user_info_odd {
    width: 500px;
    position: fixed;
    padding: 40px 30px;
    top: 50%;
    left: 50%;
    margin: -248px 0 0 -230px;
    z-index: 1000;
    background: #fff;
    display: none;
}

.user_info_close {
    position: absolute;
    right: 20px;
    top: 20px;
    -webkit-transition: all 0.5s;
    -webkit-transform: rotateZ(0deg);
    cursor: pointer;
}

.user_odd_title {
    width: 100%;
    line-height: 40px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}

.user_odd_txt {
    width: 360px;
    margin: 30px 70px 0 70px;
    height: 42px;
    float: left;
}

.user_odd_txt input {
    float: right;
    width: 200px;
    heihgt: 40px;
    border-radius: 4px;
    border: 1px solid #ddd;
    padding: 0 10px;
    height: 40px;
}

.user_odd_txt span {
    float: right;
    line-height: 42px;
    font-size: 14px;
    padding: 0 6px;
}

.user_odd_txt i {
    float: right;
    line-height: 42px;
    font-size: 14px;
    color: #ea4848;
}

.user_odd_file {
    width: 360px;
    margin: 30px 70px 0 70px;
    float: left;
    position: relative;
}

.user_odd_bt {
    width: 126px;
    float: left;
    padding: 0 6px;
    text-align: right;
    line-height: 42px;
    font-size: 14px;
}

.user_odd_img {
    width: 60px;
    height: 60px;
    float: left;
    z-index: 1100;
    -webkit-transition: all 0.5s;
}

.user_odd_img span {
    width: 100%;
    -webkit-transition: all 0.5s;
}

.user_odd_img span img {
    width: 100%;
    height: 60px;
    cursor: pointer;
}

.user_odd_img i {
    width: 20px;
    height: 20px;
    padding: 10px 30px;
    border-radius: 5px;
    display: none;
    background: #30c2b0;
    position: absolute;
    right: 50%;
    top: 50%;
    cursor: pointer;
    margin: -190px -210px 0 0;
}

.user_odd_img i img {
    -webkit-transition: all 0.5s;
    -webkit-transform: rotateZ(0deg);
}

.user_odd_img i img:hover {
    -webkit-transform: rotateZ(360deg)
}

.user_odd_img em {
    width: 80px;
    height: 40px;
    text-align: center;
    font-size: 14px;
    line-height: 40px;
    color: #fff;
    border-radius: 5px;
    display: none;
    background: #ea4848;
    position: absolute;
    right: 50%;
    top: 50%;
    cursor: pointer;
    margin: 150px -210px 0 0;
}

.user_odd_img.in {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0%;
    left: 00%;
    background: url(../images/bg_bg.png);
}

.user_odd_img.in i,
.user_odd_img.in em {
    display: block;
}

.user_odd_img.in span img {
    width: 400px;
    height: 400px;
    cursor: default;
    left: 50%;
    top: 50%;
    margin: -200px 0 0 -200px;
    position: absolute;
}

.user_odd_input {
    width: 60px;
    height: 60px;
    float: left;
    position: relative;
}

.user_odd_input img {
    width: 60px;
    heihgt: 60px;
    float: left;
}

.user_odd_input input {
    width: 60px;
    height: 60px;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.user_odd_btn {
    width: 222px;
    height: 40px;
    line-height: 40px;
    float: left;
    margin: 30px 0 0 208px;
    cursor: pointer;
    border-radius: 5px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    background: #30c2b0;
}

.user_new_add {
    width: 800px;
    padding: 15px 40px;
    height: 30px;
    background: #fff;
    float: left;
}

.user_new_add i {
    cursor: pointer;
    line-height: 28px;
    border: 1px solid #30c2b0;
    color: #30c2b0;
    float: left;
    border-radius: 15px;
    text-indent: 15px;
    text-align: center;
    background: #e0f3f1 url(../images/address_b.png) no-repeat left 15px center;
    ;
    width: 100px;
}

.user_new_add span {
    padding: 0 20px;
    line-height: 30px;
    font-size: 14px;
    float: left;
}

.user_add_title {
    width: 100%;
    line-height: 60px;
    height: 60px;
    margin-top: 20px;
    float: left;
    font-size: 14px;
    background: #fff;
}

.user_add_title span {
    float: left;
}

.user_add_box {
    width: 100%;
    float: left;
    margin-top: 5px;
    background: #fff;
    padding: 20px 0;
}

.user_add_01 {
    width: 160px;
    float: left;
    text-align: center;
    line-height: 20px;
    height: 80px;
    font-size: 14px;
}

.user_add_02 {
    width: 140px;
    float: left;
    line-height: 20px;
    height: 80px;
    font-size: 14px;
}

.user_add_03 {
    width: 230px;
    float: left;
    line-height: 20px;
    height: 80px;
    margin-right: 50px;
    font-size: 14px;
}

.user_add_04 {
    width: 100px;
    float: left;
    height: 80px;
    font-size: 14px;
}

.user_add_04 i {
    color: #30c2b0;
    padding: 0 10px;
    border-right: 1px solid #ddd;
    height: 20px;
    line-height: 20px;
    cursor: pointer;
}

.user_add_04 span {
    color: #ea4848;
    padding: 0 10px;
    height: 20px;
    line-height: 20px;
    cursor: pointer;
}

.user_add_05 {
    width: 200px;
    float: left;
    height: 80px;
    text-align: center;
}

.user_add_05 span {
    display: inline-block;
    height: 20px;
    line-height: 20px;
    cursor: pointer;
    width: 80px;
}

.user_add_05 i {
    border: 1px solid #ddd;
    width: 18px;
    height: 18px;
    margin: 0 10px 0 0;
    float: left;
    border-radius: 3px;
}

.user_add_05 em {
    height: 20px;
    line-height: 20px;
    float: left;
}

.user_add_05 span.in i {
    border: 1px solid #30c2b0;
    background: #30c2b0 url(../images/gou.png) no-repeat center center;
}

.user_add_05 span.in em {
    color: #30c2b0;
}

.user_add_tips {
    width: 780px;
    padding: 30px 0;
    background: #fff;
    z-index: 1000;
    position: fixed;
    top: 50%;
    left: 50%;
    margin: -208px 0 0 -390px;
    display: none;
}

.user_add_text {
    width: 100%;
    margin-top: 30px;
    float: left;
}

.user_add_text span {
    width: 160px;
    float: left;
    text-align: right;
    line-height: 42px;
    font-size: 14px;
    margin-right: 20px;
}

.user_add_text input {
    width: 138px;
    height: 40px;
    border: 1px solid #ddd;
    border-radius: 4px;
    float: left;
    margin-right: 20px;
    padding: 0 10px;
}

.user_add_text select {
    width: 160px;
    height: 42px;
    border: 1px solid #ddd;
    border-radius: 4px;
    float: left;
    margin-right: 20px;
    padding: 0 10px;
    background: #fff url(../images/select_jiao.png) no-repeat right 12px center;
}

.user_add_text textarea {
    width: 498px;
    height: 100px;
    border: 1px solid #ddd;
    border-radius: 4px;
    float: left;
    padding: 5px 10px;
    line-height: 25px;
}

.user_add_btn {
    width: 100%;
    float: left;
    height: 40px;
    margin-top: 30px;
}

.user_add_btn i {
    margin: 0 20px 0 180px;
    width: 160px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    background: #30c2b0;
    border-radius: 4px;
    float: left;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
}

.user_add_btn span {
    border: 1px solid #e0e0e0;
    width: 158px;
    float: left;
    font-size: 14px;
    background: #f1f1f1;
    border-radius: 4px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    cursor: pointer;
}

.user_add_mo {
    position: absolute;
    bottom: 30px;
    right: 80px;
    line-height: 20px;
    cursor: pointer;
}

.user_add_mo i {
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    float: left;
    margin-right: 8px;
    border-radius: 3px;
}

.user_add_mo span {
    line-height: 20px;
    float: left;
    font-size: 14px;
}

.user_add_mo.in i {
    border: 1px solid #30c2b0;
    background: #30c2b0 url(../images/gou.png) no-repeat center center;
}

.user_add_mo.in span {
    color: #30c2b0;
}

.user_info {
    width: 800px;
    padding: 30px 40px;
    float: left;
    background: #fff;
}

.user_head {
    width: 120px;
    height: 120px;
    border-radius: 80px;
    float: left;
    overflow: hidden;
    position: relative;
    margin: 20px;
}

.user_head img {
    width: 120px;
    height: 120px;
    float: left;
}

.user_head i {
    line-height: 36px;
    height: 36px;
    width: 100%;
    bottom: 0;
    font-size: 14px;
    cursor: pointer;
    left: 0;
    text-align: center;
    color: #fff;
    position: absolute;
    background: url(../images/bg_bg.png);
}

.user_text {
    width: 460px;
    margin: 0 0 0 30px;
    float: left;
    height: 160px;
}

.user_title,
.user_sex {
    width: 100%;
    height: 40px;
    float: left;
    line-height: 40px;
    font-size: 14px;
}

.user_title i,
.user_title span,
.user_sex span {
    float: left;
    margin-right: 10px;
}

.user_title em {
    float: right;
    text-decoration: underline;
    color: #8fb1d9;
    cursor: pointer;
    padding: 0 12px;
}

.user_sex i {
    float: left;
    padding: 0 10px 0 20px;
    margin-right: 10px;
    cursor: pointer;
    background: url(../images/radio_no.png) no-repeat left center;
    height: 40px;
    line-height: 40px;
    -webkit-transition: all 0.3s;
}

.user_sex i.in,
.user_sex i:hover {
    background: url(../images/radio_in.png) no-repeat left center;
}

.user_sex em {
    width: 80px;
    height: 30px;
    margin: 5px 0;
    float: right;
    border-radius: 15px;
    background: #30c2b0;
    color: #fff;
    cursor: pointer;
    text-align: center;
    line-height: 30px;
}

.user_mall {
    width: 100%;
    float: left;
    margin-top: 20px;
    background: #fff;
    padding-bottom: 20px;
}

.user_mall_bt {
    width: 100%;
    height: 20px;
    line-height: 20px;
    margin: 20px 0;
}

.user_mall_bt span {
    margin-left: 30px;
    border-left: 4px solid #30c2b0;
    text-indent: 12px;
    float: left;
    font-size: 16px;
    font-weight: bold;
}

.user_mall_box {
    width: 100%;
    float: left;
}

.user_mall_img {
    width: 195px;
    height: auto;
    float: left;
    margin-left: 20px;
}

.user_mall_img img {
    width: 195px;
    height: 195px;
    float: left;
}

.user_mall_img i {
    width: 100%;
    float: left;
}

.user_mall_img span {
    width: 100%;
    float: left;
    line-height: 20px;
    font-size: 14px;
    text-align: center;
    color: #ea4848;
}

.user_mall_tel {
    width: 260px;
    padding: 50px 70px;
    position: fixed;
    top: 50%;
    left: 50%;
    background: #fff;
    margin: -165px 0 0 -200px;
    z-index: 1000;
    display: none;
}

.user_mall_name,
.user_mall_mail {
    width: 260px;
    padding: 50px 70px;
    position: fixed;
    top: 50%;
    left: 50%;
    background: #fff;
    margin: -130px 0 0 -200px;
    z-index: 1000;
    display: none;
}

.user_tel_ps {
    width: 100%;
    float: left;
    color: #ea4848;
    line-height: 20px;
    font-size: 14px;
}

.user_tel_txt {
    width: 100%;
    margin-top: 20px;
    float: left;
    height: 50px;
    position: relative;
}

.user_tel_txt input {
    width: 200px;
    padding: 0 10px 0 50px;
    float: left;
    height: 50px;
    border-radius: 4px;
    background: #f6f6f6;
    font-size: 14px;
}

.user_tel_txt img,
.user_tel_yan img {
    left: 15px;
    top: 15px;
    position: absolute;
}

.user_tel_yan {
    width: 100%;
    margin-top: 20px;
    float: left;
    height: 50px;
    position: relative;
}

.user_tel_yan .user_tel_01 {
    width: 80px;
    padding: 0 10px 0 50px;
    float: left;
    height: 50px;
    border-radius: 4px;
    background: #f6f6f6;
    font-size: 14px;
    margin-right: 20px;
}

.user_tel_yan .user_tel_02 {
    width: 100px;
    float: left;
    height: 50px;
    border-radius: 4px;
    background: #30c2b0;
    font-size: 14px;
    color: #fff;
}

.user_tel_btn {
    width: 100%;
    height: 50px;
    margin-top: 20px;
    float: left;
    border-radius: 5px;
    background: #30c2b0;
    color: #fff;
    font-size: 14px;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
}

.user_pass {
    width: 100%;
    float: left;
    background: #fff;
    margin-top: 20px;
    padding: 20px 0;
}

.user_pass_box {
    width: 100%;
    float: left;
    margin: 10px 0;
    height: 40px;
}

.user_pass_box span {
    float: left;
    line-height: 40px;
    font-size: 14px;
    text-align: right;
    width: 200px;
}

.user_pass_box input {
    padding: 0 10px;
    height: 40px;
    border-radius: 5px;
    width: 200px;
    font-size: 14px;
    float: left;
    background: #f6f6f6;
    margin: 0 15px;
}

.user_pass_box i {
    color: #ea4848;
    line-height: 40px;
    float: left;
}

.user_pass_btn {
    width: 220px;
    height: 40px;
    border-radius: 5px;
    background: #30c2b0;
    color: #fff;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    float: left;
    margin: 10px 0 10px 215px;
    cursor: pointer;
}


/* 购物车未登录提醒 */

.tips {
    width: 1200px;
    margin: 0 auto;
    padding: 60px 0;
    text-align: center;
    background: #fff;
    overflow: hidden;
}

.tips p {
    font-size: 16px;
    color: #666;
    font-weight: 600;
    line-height: 3.6;
}

.tips a {
    display: inline-block;
    width: 104px;
    line-height: 36px;
    margin: 0 8px;
    border: solid 1px #30c2b0;
    font-size: 14px;
    border-radius: 3px;
}

.tips .btn_bg_1 {
    background: #30c2b0;
    color: #fff;
}

.tips .btn_bg_2 {
    background: #e0f3f1;
    color: #30c2b0;
}


/*支付成功提示*/

.pay_tips {
    width: 1200px;
    margin: 0 auto;
    padding: 60px 0;
    text-align: center;
    background: #fff;
    overflow: hidden;
}

.pay_tips .text_sc {
    width: 420px;
    margin: 0 auto;
    padding-left: 90px;
    text-align: left;
    background: url(../images/pay_sc.png) top left no-repeat
}

.pay_tips .text_fa {
    width: 420px;
    margin: 0 auto;
    padding-left: 90px;
    text-align: left;
    background: url(../images/pay_fa.png) top left no-repeat
}

.pay_tips .text_fa .f30 {
    color: #e96565 !important;
}

.pay_tips .f30 {
    font-size: 30px;
    color: #30c2b0;
    font-weight: 600;
}

.pay_tips .f14 {
    font-size: 14px;
    color: #666;
    line-height: 2.6;
    padding-bottom: 25px;
}

.pay_tips .f14 span {
    padding-right: 30px;
}

.pay_tips a {
    display: inline-block;
    width: 104px;
    line-height: 36px;
    margin: 0 8px;
    border: solid 1px #f08888;
    font-size: 14px;
    text-align: center;
    border-radius: 3px;
}

.pay_tips .btn_bg_1 {
    background: #f08888;
    color: #fff;
}

.pay_tips .btn_bg_2 {
    background: #fff4f4;
    color: #e96565;
}


/*报名弹窗提示*/

.pop_up_bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 9999;
}

.pop_up_tips {
    width: 300px;
    height: auto;
    padding-bottom: 46px;
    position: fixed;
    top: 40%;
    left: 50%;
    margin-left: -150px;
    background: #fff;
    border-radius: 5px;
    z-index: 9999;
}

.pop_up_tips .tips_cont {
    text-align: center;
    padding: 36px;
    font-size: 18px
}

.pop_up_tips .tips_close {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 18px;
    color: #fff;
    line-height: 46px;
    background: #30c2b0;
    position: absolute;
    bottom: -0.1rem;
    left: 0;
    border-radius: 0 0 5px 5px;
}


/* top 关注我们 */

.child-menu {
    position: absolute;
    right: 260px;
    top: 32px;
    height: 121px;
    text-align: center;
    padding: 20px 20px 17px 10px;
    width: 230px;
    color: #000;
    background: #fff;
    border: 1px solid #d8d8d8;
    visibility: hidden;
    z-index: 9999;
}

.child-menu {
    visibility: visible;
}

.child-menu p {
    height: 20px;
    line-height: 25px;
    overflow: hidden;
}

.child-menu .fl {
    width: 100px;
}

.child-menu .fl p {
    padding: 15px 0 10px 0;
}

.child-menu .fr {
    border-left: 1px solid #ccc;
    padding-left: 20px;
}

.child-menu a {
    height: 28px;
    text-align: center;
    line-height: 28px;
    margin: 0;
    display: block;
    padding: 0 15px;
}


/* None */

.class_list_none {
    width: 100%;
    display: inline-block;
    padding: 0 0 50px 0;
}

.class_none_img {
    margin-left: 260px;
    float: left;
    width: 240px;
    height: 160px;
}

.class_none_txt {
    float: left;
    width: 560px;
    height: 110px;
    margin: 25px 0 25px 40px;
}

.class_none_txt span {
    line-height: 70px;
    float: left;
    width: 100%;
    font-size: 22px;
}

.class_none_txt a {
    width: 200px;
    heihgt: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    float: left;
    background: #30c2b0;
    border-radius: 4px;
}


/* View 投诉建议 */

.view {
    width: 680px;
    padding: 0 40px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin: -241px 0 0 -380px;
    z-index: 1000;
    border-radius: 4px;
    background: #fff;
    display: none;
}

.view_title {
    width: 100%;
    line-height: 60px;
    height: 60px;
    font-size: 16px;
    font-weight: bold;
    border-bottom: 1px dashed #ddd;
    float: left;
}

.view_text {
    margin-top: 15px;
    float: left;
    width: 100%;
}

.view_left {
    width: 80px;
    float: left;
    line-height: 40px;
    font-size: 14px;
}

.view_right {
    width: 600px;
    float: left;
}

.view_right span {
    float: left;
    height: 20px;
    margin: 10px 0;
    cursor: pointer;
}

.view_right i {
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    float: left;
    border-radius: 2px;
}

.view_right em {
    float: left;
    margin: 0 10px;
    line-height: 20px;
}

.view_right span.in i {
    border: 1px solid #30c2b0;
    background: #30c2b0 url(../images/gou.png) no-repeat center center;
}

.view_right textarea {
    min-width: 578px;
    min-height: 90px;
    max-width: 578px;
    max-height: 90px;
    line-height: 30px;
    float: left;
    border: 1px solid #ddd;
    border-radius: 3px;
    padding: 5px 10px;
}

.view_right input {
    width: 168px;
    border: 1px solid #ddd;
    border-radius: 3px;
    padding: 0 10px;
    height: 40px;
    line-height: 40px;
}

.view_right select {
    width: 190px;
    float: left;
    border: 1px solid #ddd;
    border-radius: 3px;
    padding: 0 10px;
    height: 40px!important;
    line-height: 40px;
    background: #fff url(../images/select_jiao.png) no-repeat right 12px center;
}

.view_btn {
    width: 200px;
    height: 50px;
    float: left;
    color: #fff;
    text-align: center;
    border-radius: 4px;
    line-height: 50px;
    font-size: 16px;
    font-weight: bold;
    margin: 15px 240px;
    cursor: pointer;
    background: #30c2b0;
}

@media screen and (max-width:1380px) {
    .right {
        right: 0
    }
}


/*我的钱包*/

.user_wallet {
    width: 100%;
    float: left;
}

.user_wallet_titlle {
    width: 100%;
    margin: 20px 0;
    height: 50px;
    line-height: 50px;
    float: left;
    border-radius: 4px;
    background: #f0f0f0;
}

.user_wallet_titlle i {
    float: left;
    text-align: center;
    width: 80px;
}

.user_wallet_text {
    padding: 20px;
    width: 840px;
    float: left;
    background: #fff;
    line-height: 20px;
    font-size: 12px;
    border-radius: 4px 4px 0 0;
}

.user_wallet_text span {
    margin-right: 30px;
    float: left;
}

.user_wallet_bot {
    width: 100%;
    padding: 50px 0;
    float: left;
    background: #edf6f5;
}

.user_wallet_tips {
    width: 100%;
    float: left;
    height: 20px;
    text-align: center;
}

.user_wallet_tips i {
    padding-left: 24px;
    background: url(../images/gantan.png) no-repeat left center;
}

.user_wallet_btn {
    width: 200px;
    height: 60px;
    line-height: 60px;
    border-radius: 4px;
    background: #30c2b0;
    color: #fff;
    text-align: center;
    float: left;
    margin: 10px 340px;
    font-size: 16px;
}


/*玩转定制*/

.customization_w {
    width: 1200px;
    margin: 0 auto;
    background: #fff;
}


/* Index_Title */


/*.index_title{width:1200px;height:20px;padding:20px 0;margin:0 auto; background:#fff;}*/


/*.index_title span{border-left:4px solid #30c2b0;font-size:20px;font-size:666;float:left;line-height:20px;height:20px;text-indent:12px;}*/


/*.index_title i{float:right;line-height:20px;font-size:14px;color:#999;}*/


/*.index_title i a{float:left;margin-left:20px;-webkit-transition:all 0.5s;}*/


/*.index_title i a:hover{color:#30c2b0;}*/


/*.index_title_more{padding-right:10px;background:url(../images/jiao_move.png) no-repeat right center;}*/


/*.index_title_more:hover{padding-right:10px;background:url(../images/jiao_moves.png) no-repeat right center;}*/

.cust_sub_left {
    width: 286px;
    height: 344px;
    position: relative;
    float: left;
}

.cust_sub_left_img img {
    width: 100%;
    float: left;
    height: 100%;
}

.sub_left_fun {
    width: 286px;
    height: 60px;
    padding-top: 15px;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 0;
    color: #fff;
    background: rgba(0, 0, 0, 0.6);
}

.sub_left_fun span {
    width: 100%;
    font-size: 16px;
    font-weight: bold;
    line-height: 16px;
    float: left;
}

.sub_left_fun i {
    float: left;
    width: 100%;
    margin-top: 5px;
}

.sub_left_fun a {
    float: left;
    margin: 5px 15px 0 0;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
}

.customization_r {
    float: right;
    width: 882px;
    height: 344px;
}

.customization_r li {
    list-style: none;
    display: inline-block;
    float: left;
    width: auto;
    position: relative;
}

.renovation_nav {
    float: left;
    width: 30px;
    height: 120px;
    margin-left: 2px;
    padding: 112px 16px;
    color: #999;
    font-size: 18px;
    text-align: center;
    background: #f5f5f5;
    cursor: pointer;
}

.customization_r .c_on {
    background: #67cdc2 !important;
    color: #fff;
}

.customization_r li:nth-child(1) i {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(../images/customized_2.png) top center no-repeat;
}

.customization_r li:nth-child(1) .c_on i {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(../images/customized_5.png) top center no-repeat;
}

.customization_r li:nth-child(2) i {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(../images/customized_3.png) top center no-repeat;
}

.customization_r li:nth-child(2) .c_on i {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(../images/customized_6.png) top center no-repeat;
}

.customization_r li:nth-child(3) i {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(../images/customized_4.png) top center no-repeat;
}

.customization_r li:nth-child(3) .c_on i {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(../images/customized_7.png) top center no-repeat;
}

.renovation_info {
    display: inline-block;
    width: 638px;
    padding: 0 23px;
}

.renovation_subtitle {
    width: 638px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    border-top: solid 1px #e9e9e9;
}

.renovation_subtitle li {
    display: inline-block;
    width: 158px;
    cursor: pointer;
    border-right: solid 1px #e9e9e9;
    border-bottom: solid 1px #e9e9e9;
}

.renovation_subtitle li span {
    display: inline-block;
    color: #737373;
    border: none;
    font-size: 16px;
    background: #fbfbfb;
}

.renovation_subtitle .on {
    border-bottom: none !important;
}

.renovation_subtitle .on span {
    border-bottom: solid 2px #bda06d !important;
    color: #bda06d !important;
}

.subtitle_info {
    width: 638px;
    margin: 20px 0;
}

.subtitle_info li {
    width: 638px;
}

.subtitle_info .fl {
    float: left;
    width: 318px;
}

.subtitle_info .f16 {
    font-size: 16px;
    color: #666;
    font-weight: 600;
    line-height: 2.4;
}

.subtitle_info .f14 {
    font-size: 14px;
    color: #999;
}

.subtitle_info .fr {
    float: right;
    width: 290px;
}

.subtitle_info .fr p {
    padding-left: 22px;
    font-size: 14px;
    color: #666;
    line-height: 32px;
    background: url(../images/txt_bg.png) center left no-repeat;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


/*************************************************************************************************************************************************************************************/


/*我的收藏*/

.collection_nav {
    width: 825px;
    margin: 0 auto;
    padding-left: 55px;
    background: #fff;
    border-bottom: solid 1px #f2f2f2;
}

.collection_nav li {
    display: inline-block;
    width: auto;
    min-width: 60px;
    margin: 0 8px;
    font-size: 14px;
    line-height: 65px;
    text-align: center;
    color: #737373;
    border: 0;
    cursor: pointer;
}

.collection_nav li span {
    color: #d6d6d6 !important;
    opacity: 0.6;
}

.collection_nav .on {
    color: #30c2b0 !important;
    border-bottom: 2px solid #30c2b0;
    font-weight: 600;
}

.total_collection {
    width: 825px;
    margin: 0 auto;
    margin-top: 15px;
    padding-left: 55px;
    font-size: 12px;
    color: #737373;
    line-height: 52px;
    ;
    background: #f0f0f0;
}

.total_collection span {
    color: #eb5f5f !important;
}

.collection_info {
    width: 100%;
    margin: 0 auto;
    margin-top: 15px;
    background: #fff;
    border-top: solid 1px #f2f2f2;
}

.collection_info p {
    width: 730px;
    padding: 0 95px 0 55px;
    margin: 0 auto;
    border-bottom: solid 1px #f2f2f2;
    line-height: 60px;
    font-size: 12px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
}

.collection_info p a {
    position: absolute;
    top: 0;
    right: 25px;
    color: #5d93cb !important;
}


/*收藏空白*/

.blank {
    width: 100%;
    margin: 0 auto;
    margin-top: 15px;
    padding: 70px 0;
    text-align: center;
    background: #fff;
}

.blank p {
    color: #676767;
    line-height: 5;
    font-size: 14px;
}


/*页码*/

.pages {
    width: 820px;
    margin: 0 auto;
    padding: 35px 0 30px 0;
    color: #7f7f7f;
    font-size: 14px;
    background: #fff;
}

.pages form {
    width: 660px;
    margin: 0 auto
}

.pages a {
    display: inline-block;
    height: 36px;
    line-height: 36px;
    width: 36px;
    margin-left: -1px;
    text-align: center;
    border: 1px solid #cccccc;
}

.pages a.prev,
.pages a.next {
    width: 80px;
    color: #4e4e4e;
}

.pages a.selected {
    background: #fff;
    border-color: #fff;
    color: #30c2b0;
}

.pages a:hover {
    background: #30c2b0;
    border-color: #30c2b0;
    color: #fff;
}

.pages strong {
    margin: 0 15px;
}

.pages span {
    margin-left: 20px;
    line-height: 38px;
}

.pages span input {
    border: 1px solid #ebebeb;
    vertical-align: baseline;
    font-family: "微软雅黑";
}

.pages span .k {
    height: 36px;
    width: 36px;
    text-align: center;
    margin: 0 2px;
}

.pages span .bt {
    position: relative;
    top: 0;
    padding: 0 4px;
    width: 65px;
    display: inline-block;
    height: 36px;
    font-size: 14px;
}


/* Payment */

.pay_top {
    width: 1200px;
    margin: 0 auto;
    height: 120px;
}

.pay_logo {
    height: 64px;
    margin: 28px 0;
    float: left;
}

.pay_logo img {
    float: left;
}

.pay_logo span {
    margin: 34px 0 0 20px;
    padding-left: 20px;
    border-left: 1px solid #ddd;
    height: 30px;
    line-height: 30px;
    font-size: 24px;
    font-weight: bold;
    float: left;
}

.pay_ti {
    width: 100%;
    min-width: 1200px;
    background: #e8f5f3;
    padding: 40px 0;
}

.pay_ti_ner {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.pay_ti_left {
    margin: 0 40px 0 0;
    float: left;
}

.pay_ti_right {
    float: left;
}

.pay_ti_right span {
    width: 100%;
    float: left;
    font-size: 18px;
    font-weight: bold;
    line-height: 36px;
    margin-bottom: 4px;
}

.pay_ti_right i {
    line-height: 20px;
    font-size: 12px;
    float: left;
    width: 100%;
    margin-top: 10px;
}

.pay_ti_right em {
    font-weight: bold;
    font-size: 24px;
    color: #30c2b0;
    padding: 0 4px;
    margin-top: -10px;
    line-height: 30px;
    display: inline-block;
}

.pay_ti_btn {
    width: 1040px;
    margin: 20px 0 0 140px;
    float: left;
}

.pay_ti_btn a {
    padding: 0 35px;
    border: 1px solid #ddd;
    border-radius: 4px;
    background: #fff;
    line-height: 40px;
    float: left;
    margin-right: 15px;
}

.pay_right_ad {
    width: 300px;
    height: 170px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -85px;
}

.pay_long_ad {
    width: 1200px;
    margin: 20px auto 0 auto;
}

.pay_long_ad img {
    width: 100%;
}

.pay_ad {
    width: 1220px;
    margin: 20px auto 0 auto;
}

.pay_ad a {
    width: 190px;
    padding: 15px;
    margin: 0 0 0 20px;
    float: left;
    background: #fff;
    box-shadow: 0 0 3px #ddd;
}

.pay_ad a img {
    width: 100%;
}

.pay_ad a span {
    width: 100%;
    line-height: 40px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    overflow: hidden;
}

.pay_method {
    margin: 40px auto;
    width: 1200px;
}

.pay_method_bt {
    width: 100%;
    float: left;
    height: 30px;
}

.pay_method_bt span {
    font-size: 24px;
    font-weight: bold;
    float: left;
    line-height: 30px;
}

.pay_method_bt i {
    color: #30c2b0;
    font-size: 12px;
    line-height: 20px;
    margin: 10px 0 0 20px;
    cursor: pointer;
    float: left;
    display: none;
}

.pay_method_bt i.on {
    display: block;
}

.pay_method_box {
    width: 100%;
    float: left;
}

.pay_method_title {
    width: 100%;
    float: left;
    height: 20px;
    margin: 10px 0;
}

.pay_method_title i {
    padding: 0 0 0 15px;
    border-left: 3px solid #30c2b0;
    font-size: 16px;
    float: left;
    height: 20px;
    line-height: 20px;
}

.pay_method_ner {
    width: 100%;
    padding: 10px 0 20px 0;
    float: left;
}

.pay_method_ner div {
    border: 1px solid #ddd;
    padding: 10px 20px;
    cursor: pointer;
    height: 36px;
    margin-right: 20px;
    float: left;
}

.pay_method_ner div img {
    height: 100%;
}

.pay_method_ner div.on {
    border: 1px solid #30c2b0;
    background: url(../images/jiaobiao.png) no-repeat right bottom;
}

.pay_method_btn {
    width: 100%;
    padding: 20px 0;
    border-top: 1px solid #ddd;
    float: left;
}

.pay_method_btn i {
    float: right;
    padding: 0 25px;
    background: #30c2b0;
    color: #fff;
    height: 46px;
    line-height: 46px;
    font-size: 16px;
    cursor: pointer;
}

.pay_wechat {
    width: 100%;
    float: left;
    padding: 20px 0;
    display: none;
}

.pay_wechat_title {
    float: left;
    width: 100%;
}

.pay_wechat_title i {
    padding: 10px 20px;
    border: 1px solid #30c2b0;
    background: url(../images/jiaobiao.png) no-repeat right bottom;
    height: 36px;
    float: left;
    margin-right: 20px;
}

.pay_wechat_title i img {
    height: 100%;
}

.pay_wechat_title span {
    height: 20px;
    margin-top: 32px;
    float: left;
    line-height: 20px;
    font-size: 14px;
}

.pay_wechat_title em {
    display: inline-block;
    margin-top: -10px;
    font-size: 24px;
    font-weight: bold;
}

.pay_wechat_ner {
    width: 100%;
    margin-top: 40px;
    float: left;
}

.pay_wechat_er {
    margin-left: 250px;
    float: left;
    width: 180px;
}

.pay_wechat_er img {
    width: 178px;
    float: left;
    border: 1px solid #ddd;
    margin: -1px;
}

.pay_wechat_er span {
    margin: 20px 0;
    width: 90px;
    float: left;
    line-height: 20px;
    color: #fff;
    padding: 10px 20px 10px 70px;
    background: #2dbd03 url(../images/sao.png) no-repeat left 20px center;
}

.pay_wechat_phone {
    margin-left: 100px;
    width: 400px;
    float: left;
}

.pay_wechat_phone img {
    width: 100%;
}

.user_tips_sel {
    width: 100%;
    text-align: center;
    font-size: 14px;
    padding-top: 20px;
    float: left;
    color: #30c2b0;
    cursor: pointer;
}


/* 支付选择页遇到问题 */

.faq {
    padding: 20px 30px;
    width: 422px;
    position: fixed;
    top: 50%;
    left: 50%;
    background: #fff;
    z-index: 1100;
    margin: -200px 0 0 -241px;
}

.faq_title {
    width: 100%;
    line-height: 20px;
    margin-bottom: 20px;
    float: left;
    font-size: 16px;
    font-weight: bold;
    color: #30c2b0;
    text-align: center;
}

.faq_box {
    float: left;
    width: 100%;
}

.faq_ner {
    float: left;
    display: none;
    width: 100%;
}

.faq_ner.on {
    display: block;
}

.faq_list {
    float: left;
    width: 100%;
}

.faq_list p {
    width: 100%;
    line-height: 20px;
    font-size: 14px;
    color: #30c2b0;
}

.faq_list span {
    width: 400px;
    padding: 8px 10px;
    border: 1px solid #ddd;
    background: #f5f5f5;
    float: left;
    position: relative;
    margin: 10px 0;
}

.faq_list span i {
    width: 100%;
    float: left;
    line-height: 20px;
}

.faq_list em {
    position: absolute;
    width: 11px;
    height: 6px;
    background: url(../images/faq_jiao.png) no-repeat center center;
    top: -6px;
    left: 8px;
}

.faq_tab {
    width: 100%;
    margin-top: 10px;
    float: left;
    text-align: center;
}

.faq_tab i {
    background: #ddd;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    display: inline-block;
    margin: 0 5px;
    cursor: pointer;
}

.faq_tab i.on {
    background: #30c2b0;
}


/*1023.用户中心优惠券*/

.user_quan_box {
    width: 100%;
    float: left;
}

.user_quan_ner {
    width: 900px;
    margin-left: -20px;
    float: left;
    display: none;
}

.user_quan_ner.on {
    display: block;
}

.user_quan_ka {
    float: left;
    margin: 20px 0 0 15px;
    width: 285px;
    text-align: center;
    overflow: hidden;
    position: relative;
}

.user_quan_top {
    width: 100%;
    float: left;
    color: #fff;
    background: #42d1bf;
}

.user_quan_top span {
    float: left;
    width: 100%;
    line-height: 50px;
    height: 50px;
    margin-top: 10px;
    font-size: 40px;
    font-weight: bold;
}

.user_quan_top i {
    line-height: 20px;
    width: 100%;
    float: left;
    margin-top: 5px;
}

.user_quan_top em {
    line-height: 16px;
    width: 100%;
    float: left;
    margin-top: 5px;
}

.user_quan_center {
    width: 100%;
    height: 18px;
    float: left;
    background: url(../images/quan_on.png) no-repeat center center;
    background-size: 100% 100%;
}

.user_quan_bot {
    width: 100%;
    float: left;
    color: #333;
    background: #fff;
    min-height: 100px;
    padding-bottom: 5px;
}

.user_quan_bot * {
    line-height: 30px;
}

.user_quan_bot span {
    width: calc(100% - 10px);
    float: left;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 5px;
    padding-right: 5px;
}

.user_quan_bot i {
    width: 100%;
    float: left;
    font-size: 12px;
    color: #c2c2c2;
}

.user_quan_bot em {
    padding: 0 15px;
    border: 1px solid #30c2b0;
    border-radius: 16px;
    display: inline-block;
    cursor: pointer;
    line-height: 24px;
    color: #30c2b0;
    margin-top: 5px;
}

.user_quan_bot .em_on {
    padding: 0 15px;
    border: 1px solid #ccc;
    border-radius: 16px;
    display: inline-block;
    line-height: 24px;
    color: #ccc;
    margin-top: 5px;
    cursor: pointer;
}

.user_quan_ka.on .user_quan_top,
.user_quan_ka.no .user_quan_top {
    background: #d1d1d1;
}

.user_quan_ka.on .user_quan_center,
.user_quan_ka.no .user_quan_center {
    background: url(../images/quan_no.png) no-repeat center center;
    background-size: 100% 100%;
}

.user_quan_ka.no .user_quan_bot {
    background: #fff url(../images/quan_none.png) no-repeat right 35px bottom -20px;
}

.quan_style {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 1px solid #fff;
    color: #fff;
    font-size: 16px;
    text-align: center;
    line-height: 60px;
    position: absolute;
    right: 0px;
    top: 0px;
    -webkit-transform: rotateZ(45deg);
}

.pingtai h5 {
    font-size: 12px;
    color: #c2c2c2;
    display: inline-block;
}

.pingtai h5:first-child {
    float: left;
    margin-left: 5px;
}

.pingtai h5:last-child {
    float: right;
    margin-right: 5px;
}


/*1023.下单显示优惠券*/

.order_quan {
    width: 100%;
    float: left;
}

.order_quan_bt {
    float: left;
    line-height: 90px;
    width: 200px;
    color: #666;
    font-size: 14px;
}

.order_quan_ner {
    float: left;
    width: 900px;
}

.order_quan_box {
    margin: 0 0 20px 20px;
    float: left;
    width: 160px;
    background: #fff;
    height: 90px;
    cursor: pointer;
}

.order_quan_box.on {
    background: #30c2b0 url(../images/quan_gou.png) no-repeat right 5px top 5px;
    color: #fff;
}

.order_quan_box * {
    width: 140px;
    float: left;
    padding: 0 10px;
    float: left;
}

.order_quan_box span {
    font-size: 28px;
    line-height: 44px;
    color: #30c2b0;
}

.order_quan_box.on span {
    color: #fff;
}

.order_quan_box em {
    line-height: 16px;
    padding: 0 10px 6px 10px;
}

.order_quan_box i {
    line-height: 24px;
    background: rgba(0, 0, 0, .1);
}

.order_submit_yuan {
    width: 100%;
    line-height: 24px;
    text-align: right;
    margin-top: 10px;
}

.order_submit_quan {
    width: 100%;
    line-height: 24px;
    text-align: right;
    margin-bottom: -10px;
}

.order_submit_yuan i,
.order_submit_quan i {
    padding-left: 10px;
}


/* Start */

.user_start_tab {
    width: 100%;
    float: left;
    height: 64px;
    background: #fff;
}

.user_start_tab span {
    margin: 0 50px;
    height: 64px;
    line-height: 64px;
    font-size: 14px;
    cursor: pointer;
    color: #999;
    float: left;
    text-align: center;
    position: relative;
}

.user_start_tab span.on {
    color: #30c2b0;
    font-weight: bold;
}

.user_start_tab i {
    border-right: 1px solid #ddd;
    position: absolute;
    height: 14px;
    right: -50px;
    top: 50%;
    margin: -7px 0 0 0;
}

.user_start_tab span.on em {
    width: 100%;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #30c2b0;
}

.user_start_num {
    width: 100%;
    height: 50px;
    line-height: 50px;
    float: left;
    margin: 15px 0 0 0;
    background: #f0f0f0;
    text-indent: 50px;
    color: #999;
}

.user_start_num i {
    color: #ea4848;
}

.user_start_menu {
    width: 100%;
    float: left;
    height: 30px;
    margin: 15px 0 0 0;
}

.user_start_menu div {
    display: none;
}

.user_start_menu div.on {
    display: block;
}

.user_start_manage,
.user_start_alldel {
    padding: 0 10px;
    float: right;
    margin: 0 0 0 10px;
    background: #30c2b0;
    color: #fff;
    line-height: 30px;
    font-size: 12px;
    cursor: pointer;
}

.user_start_cancel,
.user_start_all {
    padding: 0 10px;
    border: 1px solid #ddd;
    color: #999;
    line-height: 28px;
    float: right;
    background: #fff;
    cursor: pointer;
    margin: 0 0 0 10px;
}

.user_start_list {
    width: 870px;
    padding: 15px 5px 0 5px;
    float: left;
    margin: 15px 0 0 0;
    background: #fff;
    position: relative;
    overflow: hidden;
}

.user_start_case {
    width: 205px;
    float: left;
    margin: 0 0 15px 10px;
}

.user_start_case_img,
.user_start_case_img img {
    width: 100%;
    float: left;
}

.user_start_case_del {
    position: absolute;
    right: 0;
    top: 0;
    display: none;
    width: 37px;
    height: 37px;
    cursor: pointer;
    background: url(../images/user_start_delnone.png) no-repeat right top;
}

.user_start_case:hover .user_start_case_del.on {
    display: block;
}

.user_start_case_del:hover {
    background: url(../images/user_start_del.png) no-repeat right top;
}

.user_start_case_sel {
    position: absolute;
    right: 0;
    top: 0;
    display: none;
    width: 42px;
    height: 41px;
    cursor: pointer;
    background: url(../images/user_start_selnone.png) no-repeat right top;
}

.user_start_case_sel.in {
    display: block;
}

.user_start_case_sel.on {
    background: url(../images/user_start_sel.png) no-repeat right top;
}

.start_tab {
    width: 1100px;
    margin: 20px auto 0 auto;
    background: #fff;
    padding: 0px 40px 0 40px;
}

.start_tab_box {
    width: 100%;
    padding: 10px 0;
    float: left;
    border-top: 1px dashed #ddd;
    position: relative;
}

.start_tab_title {
    font-size: 16px;
    font-weight: bold;
    float: left;
    width: 80px;
    line-height: 40px;
    position: absolute;
    left: 0;
    top: 50%;
    margin: -20px 0 0 0;
}

.start_tab_case {
    width: 980px;
    height: 40px;
    overflow: hidden;
    float: left;
    margin: 0 0 0 80px;
}

.start_tab_case.on {
    height: auto;
}

.start_tab_case a {
    float: left;
    padding: 0 15px;
    border-radius: 15px;
    line-height: 30px;
    margin: 5px 8px 5px 0;
    font-size: 14px;
}

.start_tab_case a:hover,
.start_tab_case a.on {
    background: #30c2b0;
    color: #fff;
}

.start_tab_move {
    width: 9px;
    height: 5px;
    padding: 17px 15px 18px 16px;
    position: absolute;
    right: 0;
    top: 10px;
    cursor: pointer;
    display: none;
}

.start_tab_move.on {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.start_tab_box.on .start_tab_move {
    display: block;
}

.start_sel {
    width: 1200px;
    margin: 0 auto;
    padding: 20px 0;
    height: 50px;
}

.start_sel a {
    width: 130px;
    border: 1px solid #d2d2d2;
    height: 48px;
    line-height: 48px;
    text-align: center;
    font-size: 16px;
    float: left;
    margin-right: -1px;
}

.start_sel a.on {
    color: #30c2b0;
    background: #fff;
}

.start_list {
    width: 1212px;
    margin: 0 auto;
}

.start_case {
    width: 283px;
    float: left;
    margin: 0 0 16px 16px;
    background: #fff;
    box-shadow: 0 0 3px #ddd;
}

.start_case:hover {
    color: #464646;
}

.start_case_img {
    width: 100%;
    float: left;
    position: relative;
}

.start_case_img img {
    width: 100%;
    float: left;
}

.start_case_img span {
    padding: 10px;
    opacity: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    width: 263px;
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    font-size: 14px;
    background: url(../images/bg_bg.png);
    line-height: 20px;
}

.start_case_img:hover span {
    opacity: 1;
}

.start_case_tips {
    padding: 10px;
    width: 263px;
    float: left;
    height: 20px;
}

.start_case_tips div {
    padding: 0 0 0 20px;
    float: left;
    margin: 0 10px 0 0;
}

.start_case_look {
    background: url(../images/start_icon_01.png) no-repeat left center;
}

.start_case_like {
    background: url(../images/start_icon_02.png) no-repeat left center;
}

.start_case_start {
    background: url(../images/start_icon_03.png) no-repeat left center;
}

.start_case_mage {
    background: url(../images/start_icon_04.png) no-repeat left center;
}

.start_tips {
    width: 460px;
    background: #fff;
    position: fixed;
    z-index: 1000;
    left: 50%;
    top: 50%;
    margin: -150px 0 0 -230px;
    padding: 30px 0;
    display: none;
}

.start_tips.on,
.bg.on {
    display: block;
}

.start_close {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
    -webkit-transition: all 0.5s;
    -webkit-transform: rotateZ(0deg);
}

.start_tips_title {
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
    width: 100%;
    float: left;
    text-align: center;
}

.start_tips_title i {
    font-size: 12px;
    font-weight: normal;
    line-height: 20px;
    padding: 10px 0;
    display: inline-block;
}

.start_tips_btn {
    width: 100%;
    float: left;
    height: 40px;
    text-align: center;
    font-size: 16px;
    margin-top: 20px;
}

.start_tips_btn i {
    width: 140px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: inline-block;
    border-radius: 4px;
    margin: 0 15px;
    background: #30c2b0;
    color: #fff;
    cursor: pointer;
}

.start_tips_btn span {
    width: 138px;
    height: 38px;
    border: 1px solid #e0e0e0;
    color: #666;
    line-height: 40px;
    text-align: center;
    display: inline-block;
    border-radius: 4px;
    margin: 0 15px;
    cursor: pointer;
    background: #f1f1f1;
}

.start_move {
    width: 100%;
    height: 50px;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
    clear: both
}

.start_move i {
    width: 750px;
    display: block;
    margin: 0 auto;
    background: #f7f7f7;
    color: #70d5c8;
    font-size: 18px;
    cursor: pointer;
    height: 50px;
    line-height: 50px;
    text-align: center;
    -webkit-transition: all .5s
}

.start_info {
    width: 1200px;
    margin: 20px auto 0 auto;
}

.start_info_left {
    width: 840px;
    float: left;
    margin: 0 20px 0 0;
}

.start_info_ner {
    width: 800px;
    padding: 20px;
    float: left;
    background: #fff;
}

.start_info_title {
    float: left;
    width: 100%;
    line-height: 20px;
}

.start_info_title span {
    color: #666;
    width: 100%;
    font-size: 16px;
    font-weight: bold;
    float: left;
}

.start_info_title i {
    font-size: 12px;
    color: #959595;
    float: left;
    padding-right: 9px;
}

.start_info_swiper {
    width: 100%;
    float: left;
    margin: 20px 0;
    position: relative;
}

.start_info_swiper img {
    width: 100%;
}

.big {
    margin: 0 !important;
    float: left;
    width: 100%;
    height: auto;
}

.big .swiper-button-prev {
    display: none;
    width: 62px;
    height: 62px;
    margin-top: -30px;
    background: url(../images/big_prev.png) no-repeat center center;
}

.big .swiper-button-next {
    display: none;
    width: 62px;
    height: 62px;
    margin-top: -30px;
    background: url(../images/big_next.png) no-repeat center center;
}

.big:hover .swiper-button-prev,
.big:hover .swiper-button-next {
    display: block
}

.small {
    margin: 10px 25px 0 25px !important;
    float: left;
    width: 750px;
    height: auto;
}

.small .swiper-slide {
    width: 177.5px!important;
    margin: 0 5px;
    cursor: pointer;
    background: #fff !important;
}

.small .swiper-slide img {
    height: 100% !important;
    width: auto !important;
    position: absolute;
    top: 0;
    left: 50%;
    /* transform:translate(-50%,0);*/
}

.small .swiper-slide span {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../images/bg_bg.png);
    opacity: 0;
}

.small .swiper-slide i {
    width: 100%;
    line-height: 40px;
    color: #fff;
    text-align: center;
    font-size: 18px;
    position: absolute;
    top: 50%;
    left: 0;
    margin: -20px 0 0 0;
}

.small .swiper-slide:hover span {
    opacity: .6;
}

.small .swiper-slide.on span {
    opacity: 1;
}

.swiper_prev {
    width: 20px;
    cursor: pointer;
    position: absolute;
    height: 133px;
    left: 0;
    margin: 0;
    bottom: 0;
    background: #e5e5e5 url(../images/small_prev.png) no-repeat center center;
    opacity: 1;
}

.swiper_next {
    width: 20px;
    cursor: pointer;
    position: absolute;
    height: 133px;
    right: 0;
    margin: 0;
    bottom: 0;
    background: #e5e5e5 url(../images/small_next.png) no-repeat center center;
    opacity: 1;
}

.big .swiper-slide {
    width: 800px!important;
    height: 600px!important;
    overflow: hidden;
    position: relative;
    background: #fff!important;
}

.big .swiper-slide img {
    max-width: 800px;
    max-height: 600px;
}

.small .swiper-slide {
    height: 133px;
    overflow: hidden;
    position: relative;
}

.small .swiper-slide img {
    width: 177.5px;
    height: 133px;
}

.swiper-slide .w {
    width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 0;
    /*transform:translate(0,-50%)*/
}

.swiper-slide .h {
    width: auto;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    /*transform:translate(-50%,0)*/
}

.start_info_tips {
    width: 100%;
    float: left;
}

.start_info_tips_start,
.start_info_tips_like {
    float: left;
    margin: 0 15px 0 0;
    border: 1px solid #ddd;
    color: #999;
    line-height: 24px;
    padding: 0 8px 0 6px;
    cursor: pointer;
}

.start_info_tips_start.on,
.start_info_tips_like.on {
    border: 1px solid #30c2b0;
}

.start_info_tips_start i,
.start_info_tips_like i {
    width: 20px;
    height: 20px;
    float: left;
    margin: 2px 5px 2px 0;
    background: #ddd;
}

.start_info_tips_start.on i,
.start_info_tips_like.on i {
    background: #30c2b0;
}

.start_info_tips_start i img,
.start_info_tips_like i img {
    float: left;
}

.start_info_tips_start span,
.start_info_tips_like span {
    float: left;
}

.start_info_tips_start.on span,
.start_info_tips_like.on span {
    color: #30c2b0;
}

.start_info_tips_next,
.start_info_tips_prev {
    float: right;
    margin: 0 0 0 15px;
    border: 1px solid #ddd;
    color: #999;
    line-height: 24px;
    padding: 0 10px;
    cursor: pointer;
}

.start_comm {
    margin: 20px 0 0 0;
    float: left;
    width: 100%;
    background: #fff;
}

.start_comm_title {
    line-height: 70px;
    font-size: 16px;
    text-indent: 20px;
    width: 100%;
    float: left;
    border-bottom: 2px solid #eee;
}

.start_comm_list {
    width: 100%;
    float: left;
}

.start_comm_case {
    width: 800px;
    padding: 20px;
    border-bottom: 1px solid #eee;
    min-height: 60px;
}

.start_comm_left {
    width: 60px;
    height: 60px;
    float: left;
    margin: 0 10px 0 0;
    overflow: hidden;
    border-radius: 50%;
}

.start_comm_left img {
    width: 100%;
    height: 60px;
    float: left;
}

.start_comm_right {
    width: 730px;
    float: left;
}

.start_comm_top,
.start_comm_bot {
    width: 100%;
    float: left;
}

.start_comm_top_name {
    float: left;
    width: 100%;
    line-height: 30px;
}

.start_comm_top_name span {
    font-size: 16px;
    color: #333;
    font-weight: bold;
    float: left;
}

.start_comm_top_name i {
    font-size: 12px;
    color: #999;
    margin: 0 10px;
    float: left;
}

.start_comm_top_text {
    padding: 5px 0;
    line-height: 20px;
    font-size: 14px;
    width: 100%;
    float: left;
}

.start_comm_bot_name {
    float: left;
    width: 100%;
    line-height: 20px;
    font-size: 14px;
    color: #30c2b0;
    font-weight: bold;
}

.start_comm_bot_text {
    line-height: 20px;
    font-size: 14px;
    width: 100%;
    float: left;
}

.start_comm_more {
    width: 100%;
    float: left;
    padding: 20px 0;
    text-align: center;
}

.start_comm_more i {
    font-size: 18px;
    color: #999;
    cursor: pointer;
}

.start_comm_user {
    width: 800px;
    padding: 20px;
    float: left;
}

.start_comm_user_ner {
    float: left;
    width: 100%;
}

.start_comm_user_head {
    float: left;
    width: 60px;
    height: 60px;
    margin: 0 20px 0 0;
    overflow: hidden;
    border-radius: 50%;
}

.start_comm_user_head img {
    width: 100%;
    height: 60px;
    float: left;
}

.start_comm_user_input {
    width: 720px;
    float: left;
}

.start_comm_user_input textarea {
    box-sizing: border-box;
    width: 100%;
    float: left;
    line-height: 30px;
    border-radius: 5px;
    border: 1px solid #ddd;
    padding: 5px 10px;
}

.start_comm_user_btn {
    width: 90px;
    line-height: 36px;
    border-radius: 3px;
    font-size: 14px;
    cursor: pointer;
    text-align: center;
    color: #fff;
    background: #30c2b0;
    float: left;
    margin: 20px 0 20px 710px;
}

.start_info_right {
    width: 320px;
    float: left;
}

.start_info_bao {
    width: 280px;
    padding: 0 20px;
    float: left;
    background: #fff;
}

.start_info_bao_title {
    margin: 24px 38px;
    float: left;
}

.start_info_bao_ner {
    width: 100%;
    float: left;
    margin: 0 0 20px 0;
}

.start_info_bao_text {
    float: left;
    margin: 0 -8px 10px -8px;
    width: 296px;
}

.start_info_bao_text input {
    width: 280px;
    margin: 0 8px;
    box-sizing: border-box;
    padding: 0 10px;
    border-radius: 4px;
    border: none;
    height: 40px;
    background: #fafafa;
}

.start_info_bao_text select {
    float: left;
    margin: 0 0 0 8px;
    height: 40px;
    box-sizing: border-box;
    padding: 0 30px 0 10px;
    width: 88px;
    border: none;
    border-radius: 4px;
    background: #fafafa url(../images/selelc_jiao.png) no-repeat right 10px center;
}

.start_info_bao_yan {
    width: 280px;
    float: left;
    margin: 0 0 10px 0;
}

.start_info_bao_yan input {
    width: 184px;
    margin: 0 8px 0 0;
    box-sizing: border-box;
    padding: 0 10px;
    border-radius: 4px;
    border: none;
    height: 40px;
    background: #fafafa;
    float: left;
}

.start_info_bao_yan i {
    width: 88px;
    float: left;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    color: #666;
    background: #fafafa;
    border-radius: 4px;
    cursor: pointer;
}

.start_info_bao_btn {
    width: 100%;
    line-height: 40px;
    background: #30c2b0;
    color: #fff;
    float: left;
    text-align: center;
    font-size: 16px;
    border-radius: 4px;
    cursor: pointer;
}

.start_info_label {
    width: 280px;
    padding: 0 20px;
    float: left;
    margin: 20px 0;
    background: #fff;
}

.start_info_label_title {
    float: left;
    line-height: 60px;
    font-size: 16px;
    font-weight: bold;
    width: 100%;
}

.start_info_label_ner {
    float: left;
    width: 288px;
    margin: 0 0 12px -8px;
}

.start_info_label_ner a {
    margin: 0 0 8px 8px;
    float: left;
    line-height: 26px;
    text-align: center;
    width: 64px;
    color: #666;
    background: #f1f1f1;
}

.start_info_label_ner a:hover {
    color: #fff;
    background: #30c2b0;
}

.start_info_like {
    width: 280px;
    padding: 0 20px;
    float: left;
    background: #fff;
}

.start_info_like_title {
    float: left;
    line-height: 60px;
    font-size: 16px;
    font-weight: bold;
    width: 100%;
}

.start_info_like_ner {
    float: left;
    width: 290px;
    margin: 0 0 10px -10px;
}

.start_info_like_case {
    width: 135px;
    height: 100px;
    overflow: hidden;
    float: left;
    margin: 0 0 10px 10px;
    position: relative;
}

.start_info_like_case img {
    width: 100%;
    min-height: 100px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
}

.start_info_like_case i {
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 0.3;
    position: absolute;
    top: 0;
    left: 0;
}

.start_info_like_case:hover i {
    opacity: 0;
}

.start_tips_bg {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    display: none;
}

.start_tips_bg.on {
    display: block;
}

.start_tips_ani {
    position: fixed;
    left: 50%;
    top: 50%;
    background: #fff;
    z-index: 1100;
    border-radius: 5px;
    display: none;
    padding: 25px 30px;
    font-size: 14px;
    line-height: 20px;
    margin: -35px 0 0 -270px;
    text-align: center;
    width: 160px;
    box-shadow: 0 0 3px #ddd;
}

.start_tips_ani.on {
    -webkit-animation: start_tips_ani 2.5s linear;
    -webkit-animation-fill-mode: both;
    display: block;
}

@-webkit-keyframes start_tips_ani {
    0% {
        -webkit-transform: translate(0, 20px);
        opacity: 0;
    }
    8% {
        -webkit-transform: translate(0, -10px);
    }
    12% {
        -webkit-transform: translate(0, 10px);
        opacity: 1;
    }
    16% {
        -webkit-transform: translate(0, -5px);
    }
    20% {
        -webkit-transform: translate(0, 5px);
    }
    22% {
        -webkit-transform: translate(0, 0);
    }
    92% {
        -webkit-transform: translate(0, 0);
        opacity: 1;
    }
    100% {
        -webkit-transform: translate(0, 20px);
        opacity: 0;
    }
}


/*************************************************************************************************************************************************************/

.store_info {
    padding: 30px;
    width: 1120px;
    background: #fff;
    margin: 20px auto;
}

.store_info_left {
    width: 640px;
    float: left;
}

.store_info_title {
    line-height: 40px;
    font-size: 28px;
    font-weight: bold;
    float: left;
    width: 100%;
    color: #666;
}

.store_info_text {
    width: 100%;
    float: left;
    margin: 15px 0;
    line-height: 30px;
}

.store_info_text span {
    width: 100%;
    float: left;
    font-size: 14px;
    color: #999;
}

.store_info_text i {
    color: #666;
}

.store_info_tips {
    float: left;
    width: 100%;
    margin: 40px 0 0 0;
}

.store_info_tips img {
    float: left;
    max-width: 100%;
}

.store_info_right {
    width: 450px;
    float: right;
    max-height: 330px;
}

.store_info_right img {
    height: 100%;
    float: right;
    max-height: 330px;
    max-width: 450px;
}

.box_hot_title {
    width: 100%;
    float: left;
    padding: 18px 0;
    height: 18px;
    line-height: 18px;
}

.box_hot_title span {
    float: left;
    font-size: 16px;
    font-weight: bold;
    padding: 0 10px;
    border-left: 3px solid #30c2b0;
}

.box_hot_title a {
    float: right;
    color: #808080;
    font-size: 12px;
}

.box_hot_case {
    border-top: 1px dashed #ddd;
    float: left;
    padding: 20px 0;
    width: 100%;
}

.box_hot_case img {
    width: 100px;
    height: 100px;
    margin-right: 20px;
    float: left;
}

.box_hot_case div {
    width: 100px;
    float: left;
}

.box_hot_case div span {
    height: 40px;
    line-height: 20px;
    font-size: 14px;
    width: 100%;
    float: left;
    overflow: hidden;
}

.box_hot_case div i {
    height: 32px;
    line-height: 32px;
    font-size: 16px;
    width: 100%;
    float: left;
    color: #4c4c4c;
    font-weight: bold;
}

.box_hot_case div a {
    width: 80px;
    height: 28px;
    line-height: 28px;
    border-radius: 2px;
    color: #fff;
    float: left;
    background: #ee8282;
    text-align: center;
    font-size: 14px;
}

.reno_bao {
    width: 240px;
    padding: 10px 20px 0 20px;
    background: #fff;
}

.reno_bao_bt {
    width: 100%;
    float: left;
}

.reno_bao_bt span {
    line-height: 40px;
    float: left;
    width: 100%;
    color: #4f4f4f;
    font-size: 16px;
    font-weight: bold;
}

.reno_bao_bt i {
    float: left;
    width: 100%;
    color: #4f4f4f;
    font-size: 12px;
    margin-bottom: 5px;
}

.reno_bao_bts {
    width: 100%;
    float: left;
    font-size: 24px;
    font-weight: bold;
    color: #30c2b0;
    line-height: 50px;
}

.reno_bao_txt,
.reno_bao_yan {
    width: 100%;
    margin-top: 10px;
    float: left;
    height: 44px;
}

.reno_bao_txt input {
    width: 240px;
    height: 44px;
    border-radius: 4px;
    background: #f5f5f5;
    padding: 0 15px;
    border: none;
    line-height: 44px;
}

.reno_bao_txt select {
    height: 44px;
    border-radius: 4px;
    background: #f5f5f5 url(../images/selelc_jiao.png) no-repeat right 10px center;
    border: none;
    padding: 0 15px;
}

.reno_bao_yan input {
    width: 85px;
    float: left;
    margin-right: 10px;
    height: 44px;
    border-radius: 4px;
    background: #f5f5f5;
    padding: 0 15px;
}

.reno_bao_yan span {
    width: 115px;
    height: 44px;
    line-height: 44px;
    background: #f8c15c;
    color: #fff;
    text-align: center;
    font-size: 14px;
    float: left;
    border-radius: 4px;
}

.reno_bao_yan span.on {
    background: #f2f2f2;
    color: #999;
}

.reno_bao_btn {
    width: 100%;
    border-radius: 4px;
    line-height: 44px;
    background: #30c2b0;
    color: #fff;
    text-align: center;
    font-size: 16px;
    float: left;
    margin: 10px 0 25px 0;
}

.dis_act {
    padding: 0 40px 40px 40px;
    background: #fff;
    float: left;
    width: 800px;
}

.dis_act_title {
    width: 100%;
    float: left;
    padding: 24px 0;
    height: 18px;
    line-height: 18px;
}

.dis_act_title span {
    float: left;
    font-size: 16px;
    font-weight: bold;
    padding: 0 10px;
    border-left: 3px solid #30c2b0;
}

.dis_act_title a {
    float: right;
    color: #808080;
    font-size: 12px;
}

.dis_act_list {
    float: left;
    width: 840px;
    margin-left: -40px;
}

.dis_act_list a {
    width: 240px;
    float: left;
    margin: 0 0 0 40px;
}

.dis_act_list a img {
    width: 100%;
}

.dis_act_title {
    color: #666;
}

.store_comment {
    padding: 0 40px;
    width: 800px;
    float: left;
    margin: 20px 0 0 0;
    background: #fff;
}

.store_comment_title {
    width: 100%;
    float: left;
    padding: 24px 0;
    height: 18px;
    line-height: 18px;
    color: #666;
}

.store_comment_title span {
    float: left;
    font-size: 16px;
    font-weight: bold;
    padding: 0 10px;
    border-left: 3px solid #30c2b0;
}

.store_comment_null {
    width: 100%;
    padding: 40px 0 60px 0;
    text-align: center;
    float: left;
}

.store_comment_list {
    width: 100%;
    float: left;
}

.store_comment_case {
    border-top: 1px dashed #ddd;
    width: 100%;
    float: left;
    padding: 30px 0;
}

.store_comment_left {
    width: 70px;
    height: 70px;
    float: left;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
}

.store_comment_left img {
    width: 100%;
    height: 100%;
}

.store_comment_right {
    width: 720px;
    margin: 0 0 0 10px;
    float: left;
}

.store_comment_name {
    color: #8d97b2;
    font-size: 12px;
    width: 100%;
    float: left;
    line-height: 20px;
}

.store_comment_text {
    line-height: 22px;
    font-size: 14px;
    width: 100%;
    float: left;
    color: #666;
    padding: 7px 0;
}

.store_comment_img {
    width: 100%;
    float: left;
    margin-top: -10px;
}

.store_comment_img span {
    margin: 10px 10px 0 0;
    float: left;
    position: relative;
    cursor: pointer;
}

.store_comment_img img {
    height: 110px;
    width: auto;
    float: left;
}

.store_comment_img i {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
}

.store_comment_img span:hover i {
    background: url(../images/comment_big.png) no-repeat center center;
    border: 3px solid #30c2b0;
}

.store_comment_img span.ed:hover i {
    background: url(../images/comment_suo.png) no-repeat center center;
    border: 3px solid #30c2b0;
}

.store_comment_big {
    width: 100%;
    float: left;
    margin: 15px 0 0 0;
    display: none;
}

.store_comment_big.ed {
    display: block;
}

.store_comment_big img {
    max-width: 100%;
    max-height: 330px;
}

.store_list {
    width: 1200px;
    margin: 20px auto;
}

.store_list_left {
    width: 380px;
    float: left;
    margin: 0 20px 0 0;
}

.store_list_top {
    height: 50px;
    float: left;
    width: 100%;
}

.store_list_top select {
    width: 100px;
    float: left;
    height: 50px;
    font-weight: bold;
    background: #fff url(../images/selelc_jiao.png) no-repeat center right 8px;
    border: none;
    padding: 0 26px 0 10px;
    box-sizing: border-box;
}

.store_list_top i {
    width: 70px;
    line-height: 50px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    background: #30c2b0;
    float: right;
    cursor: pointer;
}

.store_list_bot {
    margin: 10px 0 0 0;
    float: left;
    width: 100%;
    background: #fff;
    height: 640px;
    overflow-y: scroll;
    overflow-x: hidden;
    position: relative;
}

.store_list_bot::-webkit-scrollbar {
    width: 6px;
    position: absolute;
    right: 0;
    top: 0;
    background: #f1f1f1;
    display: none;
}

.store_list_bot::-webkit-scrollbar-thumb {
    background: #d9d9d9;
}

.store_list_bot:hover::-webkit-scrollbar {
    display: block;
}

.store_list_null {
    display: none;
    margin: 10px 0 0 0;
    float: left;
    width: 100%;
    background: #fff;
    height: 640px;
    line-height: 50px;
    font-size: 16px;
    text-align: center;
    position: relative;
}

.store_list_case {
    padding: 10px 0;
    float: left;
    width: 100%;
}

.store_list_case:hover {
    background: #f5f5f5;
}

.store_list_case.ed {
    background: #f1f1f1;
}

.store_list_text {
    width: 100%;
    float: left;
}

.store_list_text div {
    padding: 0 20px 0 30px;
    width: 330px;
    float: left;
}

.store_list_name {
    line-height: 30px;
    font-size: 14px;
    font-weight: bold;
    background: url(../images/list_add.png) no-repeat left 8px center;
}

.store_list_tips {
    line-height: 20px;
    font-size: 12px;
    color: #666;
}

.store_list_tips a {
    float: right;
    color: #30c2b0;
}

.store_list_right {
    width: 780px;
    float: left;
    height: 700px;
    background: #f1f1f1;
    position: relative;
}

.store_list_map {
    width: 780px;
    float: left;
    height: 700px;
}

.store_list_map_btn {
    width: 170px;
    height: 50px;
    position: absolute;
    right: 20px;
    top: 20px;
    background: #30c2b0;
    color: #fff;
    font-size: 16px;
    text-align: center;
    line-height: 50px;
    box-shadow: 0 0 20px #999;
}

.store_mover {
    width: 100%;
    float: left;
    height: 40px;
    padding: 10px 0;
    text-align: center;
    width: 100%;
    border-top: 1px dashed #ddd;
}

.store_mover span {
    width: 140px;
    height: 40px;
    line-height: 38px;
    border-radius: 4px;
    cursor: pointer;
    color: #666;
    display: inline-block;
    text-align: center;
    font-size: 14px;
}

.store_mover i {
    font-size: 14px;
    line-height: 40px;
    width: 100%;
    float: left;
    display: none;
}

.hot_re_box i {
    padding-top: 15px
}

.DoYouLove {
    float: left;
    width: 234px;
    font-size: 14px;
    margin: 0 10px 10px 10px;
    line-height: 26px;
    height: 26px;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #434343;
    border-top: 1px dotted #d9d9d9;
    display: inline-block;
    padding-top: 16px;
}

.DoYouLove em {
    display: inline-block;
    width: auto;
    padding-left: 32px;
    position: relative;
    cursor: pointer;
}

.DoYouLove em:first-child {
    float: left;
}

.DoYouLove em:last-child {
    float: right;
}

.DoYouLove em:first-child:before {
    content: "";
    width: 22px;
    height: 19px;
    background: url(../images/kefu_small.png) no-repeat center center;
    background-size: 100%;
    position: absolute;
    left: 5px;
    top: 50%;
    margin-top: -10px;
}

.DoYouLove em:last-child:before {
    content: "";
    width: 22px;
    height: 19px;
    background: url(../images/unlove.png) no-repeat center center;
    background-size: 100%;
    position: absolute;
    left: 5px;
    top: 50%;
    margin-top: -10px;
    -webkit-transition: all .5s;
}

.DoYouLove em.on:last-child:before {
    background: url(../images/onlove.png) no-repeat center center;
}

.class_list_box li i em {
    float: right;
    display: inline-block;
    font-size: 14px;
    color: #313131;
}

.unLove_count {
    width: auto;
    position: relative;
    display: inline-block;
    font-size: 14px;
    color: #434343;
    padding-left: 32px;
}

.unLove_count:before {
    content: "";
    width: 22px;
    height: 19px;
    background: url(../images/unlove.png) no-repeat center center;
    background-size: 100%;
    position: absolute;
    left: 5px;
    top: 50%;
    margin-top: -10px;
    -webkit-transition: all .5s;
}

.unLove_count.on:before {
    background: url(../images/onlove.png) no-repeat center center;
}

.unLove_count i {
    display: inline-block;
    padding-left: 5px;
    font-style: normal;
}

.goods-info {
    position: relative;
}

#v5btn {
    display: none !important
}


/*频道页*/

* {
    margin: 0;
    padding: 0;
}

body {
    font-size: 12px;
    color: #212121;
    line-height: 160%;
    font-family: "微软雅黑";
    position: relative;
    background: #fafafa;
}

input,
select,
textarea {
    resize: none;
    font-family: "微软雅黑";
    outline: none;
}

div {
    margin: 0 auto;
}

img {
    border: 0;
    vertical-align: middle;
}

a {
    text-decoration: none;
    color: #4a4a4a;
}

a:hover {
    text-decoration: none;
    color: #004b47;
}

li {
    list-style: none;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

*html .clearfix {
    height: 1%;
}

*+html .clearfix {
    height: 1%;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.tc {
    text-align: center;
}

.tr {
    text-align: right;
}

.rel {
    position: relative;
}

.ib {
    display: inline-block;
}

.to {
    text-indent: -9999px;
    overflow: hidden;
}

.none {
    display: none;
    opacity: 0;
}

.bottom {
    clear: both;
}


/*产品详细*/

.w {
    width: 1200px;
    clear: both;
    margin: 0 auto;
    position: relative;
}

.bg_fff {
    background: #fff;
    border: solid 1px #f7f7f7;
}

.ur-here {
    font-size: 14px;
    padding: 20px 0 35px 0;
    color: #666;
}

.ur-here span {
    color: #999 !important;
}

.ur-here a {
    color: #838383;
}

.goods-img {
    width: 420px;
}

#originalpic {
    width: 420px;
    height: 420px;
    margin-left: 35px;
    overflow: hidden;
    position: relative;
}

#originalpic li {
    width: 420px;
    height: 420px;
    position: relative;
}

#originalpic i {
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 99;
    cursor: pointer;
}

#originalpic img {
    position: relative;
    width: 100%;
}

#aPrev,
#aNext {
    position: absolute;
    z-index: 10;
    top: 0;
    display: block;
    width: 50%;
    height: 100%;
}

#aPrev {
    left: 0;
}

#aNext {
    right: 0;
}

.thumbpic {
    width: 420px;
    margin: 0 auto;
    margin-left: 35px;
    position: relative;
}

#piclist {
    height: 117px;
    width: 390px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

#piclist ul {
    overflow: hidden;
    width: 20000px;
    position: relative;
    top: 20px;
}

#piclist ul li {
    float: left;
    width: 97px;
    height: 90px;
    overflow: hidden;
    text-align: center;
}

#piclist ul li img {
    width: 78px;
    height: 82px;
    border: 1px solid #fff;
}

#piclist ul li em {
    width: 5px;
    height: 6px;
}

#piclist ul li.hover img {
    filter: alpha(opacity=86);
    -moz-opacity: 0.86;
    opacity: 0.86;
    border: 1px solid #30c2b0;
    height: 80px;
    width: 78px;
}

#piclist ul li.hover em {
    width: 0;
    height: 0;
    border-width: 4px;
    border-color: #fff white #30c2b0 #fff;
    border-style: solid;
}

#piclist ul li.hover i {
    width: 100%;
    display: block;
}

.thumbpic a.bntprev,
.thumbpic a.bntnext {
    background: url(../images/arrow.png) no-repeat;
    width: 9px;
    height: 16px;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -13px;
    text-indent: -9999px;
    overflow: hidden;
    z-index: 9999;
}

.thumbpic a.bntprev {
    left: 0;
    background-position: 0 0;
}

.thumbpic a.bntnext {
    right: 0;
    background-position: -9px 0;
}


/*普通详情*/


/*右边描述*/

.goods-info {
    width: 660px;
    padding-right: 35px;
}

.goods-info h1 {
    font-size: 18px;
    font-weight: 600;
    color: #666666;
    line-height: 60px;
    overflow: hidden;
}

.goods-info .gi_1 {
    width: 660px;
    background: #004b47;
}

.goods-info .gi_1 p {
    font-size: 14px;
    color: #fff;
    line-height: 2;
    padding-left: 15px;
}

.goods-info .gi_1 .f22 {
    font-size: 28px;
    color: #fff;
}

.goods-info .gi_1 .f28 {
    font-size: 28px;
    color: #fff;
    letter-spacing: 3px;
    padding-right: 5px;
    font-family: "Verdana Regular";
}

.goods-info .gi_1 i {
    display: inline-block;
    width: 60px;
    line-height: 22px !important;
    text-align: center;
    border-radius: 16px;
    border: solid 1px #ea7373;
    font-style: normal;
    font-size: 12px;
    color: #ea7373;
}

.goods-info .gi_1 .f16 {
    font-size: 16px;
    color: #e44949;
    padding: 0 10px;
}

.goods-info .gi_1 a {
    font-size: 14px;
    color: #1eae9e;
    padding-left: 10px;
}

.border_bottom {
    width: 1106px;
    margin-top: 30px;
    border-bottom: dashed 1px #e6e6e6;
}

.box_2_tab {
    width: 1106px;
    height: 80px;
    margin: 0 auto;
}

.box_2_tab li {
    float: left;
    width: 82px;
    margin-left: 20px;
    line-height: 80px;
    font-size: 16px;
    cursor: pointer;
}

.box_2_tab .on {
    color: #1eae9e;
    font-weight: 600;
    background: url(../images/tab_btn.png) center right no-repeat;
}

.box_2_goods {
    width: 1150px;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
    padding-bottom: 30px;
}

.box_2_goods li {
    margin: 0 15px;
    width: 200px;
    float: left;
}

.box_2_goods li img {
    width: 200px;
    height: 200px;
    padding-bottom: 4px;
}

.box_2_goods li p {
    font-size: 14px;
    line-height: 1.8;
}

.box_2_goods li span {
    color: #e44949;
    font-size: 20px;
    text-align: left;
    height: 30px;
    overflow: hidden;
    float: left;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.box_2_goods li i {
    font-style: normal;
    font-size: 16px !important;
}

.box_3_l {
    float: left;
    width: 242px;
    height: auto;
    margin-top: 20px;
    padding: 0 20px 30px 20px;
    background: #fff;
    border: solid 1px #f7f7f7;
}

.box_3_l .f16 {
    font-size: 16px;
    font-weight: 600;
    line-height: 60px;
}

.box_3_l .f16 span {
    display: block;
    float: left;
    width: 3px;
    height: 16px;
    margin: 22px 10px 0 0;
    background: #30c2b0;
    color: #30c2b0;
}

.box_l_commend {
    width: 242px;
    height: auto;
}

.box_l_commend li {
    width: 242px;
    height: 100px;
    padding: 20px 0;
    border-top: dashed 1px #e6e6e6;
}

.box_l_commend img {
    float: left;
    width: 100px;
    height: 100px;
    padding-right: 20px;
}

.box_l_commend .text {
    padding-left: 20px;
    font-size: 14px;
    line-height: 1;
}

.text_title {
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.2;
    white-space: nowrap;
}

.box_l_commend .text .f18 {
    font-size: 18px;
    line-height: 1.9;
}

.box_l_commend .text .f14 {
    font-size: 14px;
    text-decoration: line-through;
    color: #808080;
    display: none;
}

.box_l_commend .text a {
    display: inline-block;
    margin-top: 10px;
    width: 70px;
    height: 27px;
    line-height: 27px;
    color: #fff;
    text-align: center;
    background: #ee8282;
    border-radius: 3px;
}

.box_3_r {
    float: right;
    width: 882px;
    height: auto;
    margin-top: 20px;
    padding-top: 56px;
    background: #fff;
    border: solid 1px #f7f7f7;
    position: relative;
}

.box_3_fix {
    width: 882px;
    position: absolute;
    top: 0;
    z-index: 555;
}

.box_3_tab {
    width: 720px;
    height: 55px;
    border-bottom: solid 1px #f7f7f7;
    background: #fff;
    position: absolute;
    top: 0;
    right: 164px;
}

.box_3_tab li {
    float: left;
    width: 238px;
    font-size: 16px;
    line-height: 54px;
    border-right: solid 1px #f7f7f7;
    text-align: center;
    cursor: pointer;
}

.box_3_tab .on {
    border-top: solid 3px #30c2b0;
    color: #30c2b0;
}

.box_3_r_cont {
    padding: 40px;
}

.box_3_r .shopping_btn {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
}

.box_3_r .shopping_btn a {
    display: inline-block;
    width: 164px;
    line-height: 56px;
    font-size: 16px;
    text-align: center;
    color: #30c2b0;
    background: #30c2b0;
    color: #fff;
}

.box_3_r .shopping_btn img {
    vertical-align: middle;
}


/*团购详情*/

.goods-info .gi_1 .group_time {
    width: 635px;
    padding: 0 15px 0 10px;
    height: 50px;
    background: url(../images/grou_time_bg.jpg)top center no-repeat;
    color: #fff;
    line-height: 50px;
    font-size: 18px;
}

.goods-info .gi_1 .time img {
    vertical-align: middle !important;
    padding: 0 10px;
}

.goods-info .gi_1 .group_time_r {
    float: right;
    font-size: 14px;
    line-height: 28px;
    color: #fff;
}

.goods-info .gi_1 .group_time_r span {
    display: inline-block;
    padding: 0 5px;
    margin: 11px 5px;
    background: #49b4a7;
}

.goods-info .gi_1 .f17 {
    font-size: 17px;
    color: #b2b2b2;
    vertical-align: text-bottom;
}

.goods-info .gi_1 .f17 label {
    font-size: 12px;
}


/*全屋详情*/

.goods-info .house_gi_2_r {
    width: 600px;
    height: auto;
    padding-left: 60px;
}

.goods-info .house_gi_2_r li {
    float: left;
    width: 100px;
    height: 38px;
    margin: 5px 3px;
    padding: 4px;
    border: solid 1px #f0f0f0;
    cursor: pointer;
}

.goods-info .house_gi_2_r li span {
    font-size: 12px;
    line-height: 38px;
    padding-left: 10px;
}

.ding {
    position: fixed!important;
    width: 100%!important;
    height: 100%!important;
    background: url(../images/bg_bg.png);
    top: 0;
    left: 0;
    z-index: 10000;
}

.ding img {
    height: 600px!important;
    width: 600px!important;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -300px 0 0 -300px;
}


/*登录页面*/

.login_w {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.login_top {
    width: 100%;
    height: 100px;
    background: #fff;
}

.login_top img {
    padding-top: 20px;
}

.login_top a {
    display: block;
    width: 100px;
    line-height: 34px;
    margin-top: 30px;
    border: solid 1px #e5e5e5;
    border-radius: 18px;
    font-size: 12px;
    color: #808080;
    text-align: center;
}

.login_bg {
    width: 100%;
    height: 580px;
    padding-top: 40px;
    background: #30c2b0;
}

.login_l {
    position: absolute;
    top: 85px;
    left: 50px;
}

.login_r {
    width: 254px;
    height: 364px;
    padding: 35px;
    text-align: center;
    background: #fff;
    position: absolute;
    top: 85px;
    right: 50px;
    overflow: hidden
}

.btn_wx {
    position: absolute;
    right: 5px;
    top: 5px;
}

.login_btn {
    font-size: 16px;
    font-weight: 600;
    color: #8c8c8c;
    line-height: 2;
}

.login_btn span {
    font-weight: 500;
    color: #e5e5e5;
    padding: 0 20px;
}

.login_btn .on {
    color: #1eae9e;
}


/*用户登录*/

.user_form input,
.mobile_form input,
.re_password input {
    width: 200px;
    line-height: 48px;
    font-size: 14px;
    color: #b2b2b2;
    border: 0;
    padding-left: 48px;
    border-radius: 5px;
    margin-top: 18px;
    background: #f6f6f6;
    height: 48px;
}

.in_name input {
    background: #f6f6f6 url(../images/btn_yh.png) center left 12px no-repeat;
}

.in_password input {
    background: #f6f6f6 url(../images/btn_mm.png) center left 12px no-repeat;
}

.password_tip {
    color: #2fc2b0;
    display: none
}

.in_password input:focus~p {
    display: block;
}

input::-webkit-input-placeholder {
    color: #b2b2b2
}

.chk {
    margin-top: 18px;
    text-align: left;
    position: relative;
}

.chk_agree {
    width: 16px !important;
    height: 16px !important;
    margin: 0 !important;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
}

.chk_agree+label {
    content: '\2714';
    background: #2fc2b0;
    width: 16px;
    height: 16px;
    border-radius: 2px;
    display: inline-block;
    position: relative;
    margin-right: 10px;
}

.chk_agree+label:active {}

.chk_agree:checked+label {
    background: #2fc2b0;
    color: #fff;
}

.chk_agree:checked+label:after {
    content: '\2714';
    position: absolute;
    top: -2px;
    left: 0px;
    color: #fff;
    width: 100%;
    text-align: center;
    font-size: 11px;
}

.chk span {
    color: #999;
    font-size: 12px;
    vertical-align: super;
}

.chk a {
    float: right;
    color: #f1b346;
    font-size: 12px;
    vertical-align: super;
}

.login_bt {
    clear: both;
    margin: 15px 0;
}

.login_bt a {
    display: block;
    width: 254px;
    line-height: 48px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    border-radius: 5px;
    background: #2fc2b0;
}

.goto_reg a {
    color: #f1b346;
    font-size: 12px;
}


/*手机登录*/

.send_code {
    clear: both;
    width: 248px;
    height: 48px;
    margin: 0 auto;
    margin-bottom: 15px;
}

.in_mobile input {
    width: 100px !important;
    background: #f6f6f6 url(../images/btn_mob.png) center left 12px no-repeat;
}

.sms_code input {
    width: 95px !important;
    padding: 0 !important;
    margin-bottom: 15px;
    background: #2fc2b0;
    color: #fff;
}

.graph_code input {
    width: 80px !important;
    padding: 0 !important;
    background: #2fc2b0;
    color: #fff;
}

.graph_code img {
    width: 95px;
    height: 48px;
}

#verifyImg {
    margin-top: 18px;
    padding: 0;
}


/*微信登录*/

.wx_form p {
    font-size: 16px;
    font-weight: 600;
    color: #1eae9e;
    line-height: 2;
    padding-bottom: 20px;
}

.wx_form .wx_erm {
    width: 200px;
    height: 200px;
    margin: 0 auto;
    position: relative;
    padding-top: 20px;
}

.wx_form .wx_img {
    width: 200px;
    height: 200px;
    background: url(../images/wx_f.png) top center no-repeat;
    position: absolute;
    top: 0;
    left: 0;
}

.wx_form .showqrcode img {
    width: 156px;
    height: 156px;
}

.thp_login {
    margin-top: 30px;
    height: 70px;
    padding-top: 30px;
    font-size: 12px;
    color: #999;
    position: relative;
}

.thp_login .online {
    width: 248px;
    height: 1px;
    border-top: dotted 1px #e6e6e6;
    position: absolute;
    top: 10px;
    left: 10px;
}

.f_12 {
    display: block;
    margin: 0 auto;
    width: 140px;
    background: #fff;
    position: absolute;
    top: 0;
    left: 64px;
}

.thp_login span {
    font-weight: 500;
    color: #e5e5e5;
    padding: 0 30px;
}

.thp_login a {
    color: #999;
}

.thp_login img {
    vertical-align: sub;
}


/* 登录找回切换 */

.login_box {
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: all .5s;
    padding: 35px;
    width: 100%;
    box-sizing: border-box;
}

.re_password {
    position: absolute;
    left: 100%;
    top: 0;
    -webkit-transition: all .5s;
    padding: 20px 35px;
    width: 100%;
    box-sizing: border-box;
    z-index: 10
}

.re_label {
    display: block;
    width: 100%;
    line-height: 20px;
    color: #000;
    text-align: center;
    font-weight: 600;
    font-size: 18px
}

.login_r.activated .re_password {
    left: 0;
}

.login_r.activated .login_box {
    left: -100%;
}


/*底部*/

.login_bottom {
    width: 100%;
    height: 80px;
    background: #fff;
}

.login_bottom img {
    padding-top: 20px;
    padding-right: 5px;
}

.login_bottom .copy_right {
    font-size: 12px;
    color: #999;
    line-height: 80px;
}


/*用户注册*/

.reg_pt {
    height: 394px;
    padding: 20px 35px;
}

.reg_on {
    font-size: 16px;
    color: #1eae9e;
    padding-bottom: 20px;
}

.login_form p {
    font-size: 12px;
    color: #999;
    line-height: 2.6;
    text-align: left;
}

.login_form input {
    margin-top: 10px;
}

.login_form .login_bt {
    clear: both;
    margin: 10px 0;
}

.reg_cue {
    color: #eb5f5f !important;
    text-align: right !important;
}

.reg_prompt {
    font-size: 12px;
    color: #999;
    line-height: 2;
}

.login_form .chk a {
    float: inherit !important;
}

.reg_ag {
    color: #1eae9e !important;
    text-decoration: underline;
    padding-right: 10px;
}


/*手机注册*/

.mobile_form input {
    margin-top: 18px;
}


/*微信绑定*/

.wx_b_r {
    float: right;
    padding-top: 12px;
    color: #999;
}

.wx_b_r a {
    padding-left: 10px;
}

.bound_l {
    width: 254px;
    height: 364px;
    padding: 35px;
    background: #fff;
    position: absolute;
    left: 320px;
    top: 85px;
}

.bound_l .wx_tx {
    margin: 0 auto;
    margin-top: 60px;
    text-align: center;
}

.bound_l .wx_tx p {
    font-size: 14px;
    color: #737373;
    line-height: 3;
}

.bound_l .wx_tx img {
    width: 120px;
    height: 120px;
}

.bound_m {
    position: absolute;
    left: 700px;
    top: 285px;
}


/*玩转定制列表*/

.custom_w {
    clear: both;
    width: 1200px;
    margin: 0 auto;
    padding-top: 35px;
}

.custom_space {
    width: 1200px;
    line-height: 64px;
    font-size: 18px;
    color: #4c4c4c;
    background: #fff;
}

.custom_space span {
    display: inline-block;
    width: 4px;
    height: 20px;
    margin: 0 10px 0 15px;
    vertical-align: text-bottom;
    background: #30c2b0;
}

.custom_m {
    width: 1220px;
    margin: 0 -20px;
    height: auto;
}

.custom_m li {
    float: left;
    width: 250px;
    padding: 15px;
    margin: 20px 0 0 20px;
    background: #fff;
    text-align: center;
    font-size: 16px;
    position: relative;
}

.custom_m li p {
    font-size: 16px;
    font-weight: 600;
    line-height: 3;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.custom_m li img {
    width: 248px;
    height: 190px;
    cursor: pointer;
}

.custom_m .cunstom_text:hover div {
    display: block;
}

.custom_m .cunstom_text div {
    display: none;
    width: 218px;
    height: 140px;
    padding: 25px 15px;
    background: #30c2b0;
    position: absolute;
    left: 16px;
    top: 15px;
}

.custom_m .cunstom_text div p {
    font-size: 14px;
    color: #fff;
    line-height: 1.6;
    text-align: left;
}


/*帮助中心*/

.about_w {
    width: 1200px;
    clear: both;
    margin: 0 auto;
    color: #666;
}

.about_l {
    float: left;
    background: #fff;
}

.about_tab {
    width: 280px;
    height: auto;
}

.about_tab li {
    float: left;
    width: 280px;
    cursor: pointer;
}

.about_tab .tab_on p {
    border-left: solid 4px #30c2b0;
    width: 236px !important;
}

.about_tab p {
    width: 240px;
    padding-left: 40px;
    font-size: 16px;
    line-height: 56px;
    font-weight: 600;
    color: 666;
    background: #f5f5f5;
}

.about_tab ul li {
    width: 240px;
    padding-left: 20px;
    margin-left: 20px;
    font-size: 14px;
    line-height: 54px;
    border-bottom: solid 1px #f3f3f3;
}

.about_tab ul li a {
    color: #666;
}

.about_tab .on {
    color: #1eae9e !important;
}

.about_r {
    float: right;
    width: 808px;
    min-height: 676px;
    height: auto;
    padding: 0 40px 40px 40px;
    background: #fff;
    box-sizing: border-box;
}

.about_r_tab {
    line-height: 46px;
    font-size: 18px;
    border-bottom: dashed 1px #f3f3f3;
}

.ab_r_t_r {
    line-height: 56px;
    font-size: 12px;
    width: 1200px;
}

.ab_r_t_r i {
    font-family: "宋体";
    font-size: 10px !important;
    font-style: normal;
}

.ab_r_t_r span {
    color: #999 !important;
}

.about_r_c {
    font-size: 14px;
    line-height: 32px;
    padding-top: 30px;
}

.order_city {
    width: 100%;
    display: inline-block;
    height: 30px;
    margin-top: 10px;
}

.order_city_box {
    float: right;
}

.order_city_box span {
    float: left;
    line-height: 30px;
    margin: 0 10px;
    padding-left: 24px;
    background: url(../images/gantan.png) no-repeat left center;
}

.order_city_box select {
    width: 100px;
    height: 30px;
    padding: 0 10px;
    float: left;
    margin-left: 10px;
    background: #fff url(../images/selelc_jiao.png) no-repeat right 10px center;
}

.plus_store_num {
    background: #c9183d;
    color: #fff;
    border-radius: 18px;
    padding: 0 12px;
    margin: 10px;
}

#v5btn {
    display: none !important
}