@charset "UTF-8";
@font-face {
    font-family: 'Segoe UI';
    src: url('../fonts/Segoe UI.ttf') format('truetype');
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'regular';
    src: url('../fonts/regular.otf') format('truetype');
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'regular';
    src: url('../fonts/regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: "regular";
    src: url('../fonts/regular.svg') format('svg'), url('../fonts/regular.ttf') format('truetype'), url('../fonts/regular.eot') format('embedded-opentype');
    font-weight: normal;
    font-style: normal
}

html, body, dl, dd, img, form, div, ul, ol, li, h1, h2, h3, h4, h5, h6, p, button, input {
    margin: 0;
    padding: 0;
    border: 0
}

body {
    font-family: 'regular', 'Microsoft Yahei', 'STXihei', 'Heiti SC', Helvetica, Arial, Verdana, sans-serif;
    background-color: #fff;
    letter-spacing: .05em
}

input, textarea, button {
    padding: 0;
    font-family: Verdana, Arial
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    color: #2e2e30;
    letter-spacing: .075em
}

select, input, textarea, button {
    vertical-align: middle;
    outline: 0;
    font-family: 'Microsoft Yahei', 'STXihei', 'Heiti SC', Helvetica, Arial, Verdana, sans-serif
}

img {
    border: 0;
    max-width: 100%
}

i, em {
    font-style: normal
}

input[type=submit]:hover, button:hover {
    cursor: pointer
}

a {
    font-size: 14px;
    color: #333;
    cursor: auto
}

a:link {
    text-decoration: none;
    outline: transparent
}

a:visited {
    text-decoration: none;
    outline: transparent
}

a:hover {
    text-decoration: none;
    cursor: pointer;
    outline: transparent
}

a:active {
    text-decoration: none;
    outline: transparent
}

.hidden {
    display: none;
    visibility: hidden
}

.wrap {
    border: 0;
    padding: 0;
    width: 1100px;
    margin: 0 auto;
    *zoom: 1
}

.wrap:after {
    clear: both;
    content: "";
    display: table
}

.clear {
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 0;
    visibility: hidden
}

.clearfix:before, .clearfix:after {
    content: "";
    display: table
}

.clearfix:after {
    clear: both
}

.clearfix {
    zoom: 1
}

.fl {
    float: left
}

.fr {
    float: right
}

.absolute {
    position: absolute
}

.pors {
    position: relative
}

.tl {
    text-align: left
}

.tc {
    text-align: center
}

.tr {
    text-align: right
}

.ml30 {
    margin-left: 30px
}

.header li, .side_bar li, .accessories_product_list li, .news_list li, .blog_list li {
    list-style-type: none
}

.layouts1 {
    width: 1200px;
    margin: 0 auto
}

.layouts {
    width: 1200px;
    margin: 0 auto;
    position: relative
}

.layouts:after, .layouts:before {
    content: "";
    display: table
}

.layouts:after {
    clear: both
}

.clear {
    clear: both
}

.inline_block {
    display: inline-block
}

a.gray_tips {
    color: #999;
    text-decoration: underline
}

.c999 {
    color: #999
}

.c333 {
    color: #333
}

.red {
    color: #ea0000
}

.green {
    color: #489e7b
}

.normal_title {
    font-size: 28px;
    color: #333;
    line-height: 1.4;
    text-align: center
}

.table {
    display: table
}

.table_cell {
    display: table-cell;
    vertical-align: middle
}

.transition {
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s
}

.btn-label {
    position: relative;
    text-align: center;
    overflow: hidden
}

.btn-label span {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    transform: translateY(150%);
    -moz-transform: translateY(150%);
    -webkit-transform: translateY(150%);
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s
}

.btn-label span:first-child, .btn-label:hover span {
    transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0)
}

.btn-label:hover span:first-child {
    transform: translateY(-150%);
    -moz-transform: translateY(-150%);
    -webkit-transform: translateY(-150%)
}

.header {
    text-align: center
}

.header .logo {
    padding: 20px 0;
    background-color: #fff
}

.header .logo img {
    display: block;
    margin: 0 auto
}

.header .layouts {
    width: 1200px
}

.nav_wrap {
    background-color: #000
}

.nav {
    float: left
}

.nav li {
    float: left
}

.nav .per {
    position: relative;
    display: block;
    margin: 8px 35px 5px;
    padding: 8px 13px 5px;
   // font-family:'regular';
    font-family:'Microsoft Yahei';
    font-size: 16px;
    color: #ccc;
    text-transform: uppercase;
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s
}

.nav .on .per, .nav li:hover .per {
    color: #fff;
    border-color: #fff
}

.nav .per .line {
    position: absolute;
    bottom: 14px;
    left: 0;
    width: 100%;
    height: 1px;
    text-align: center
}

.nav .per .line i {
    display: inline-block;
    width: 0;
    height: 1px;
    line-height: 1px;
    background-color: #fff;
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s
}

.nav li:hover .per i, .nav .on .per i {
    width: 100%
}

.header .down_list {
    z-index: 6;
    position: absolute;
    top: 50px;
    right: 0;
    display: none;
    padding: 20px;
    background-color: #242425
}

.header .down_list li {
    margin-top: 10px
}

.header .down_list li:first-child {
    margin-top: 0
}

.header .down_list .each {
    display: inline-block;
    width: 160px;
    height: 40px;
    font-size: 16px;
    color: #ccc;
    line-height: 40px;
    background-color: #2e2e30
}

.header_member {
    position: relative;
    float: left;
    background-color: #242425
}

.header_member .mem_btn {
    display: block;
    width: 85px;
    height: 50px;
    cursor: pointer
}

.header_member .mem_btn .person {
    display: inline-block;
    width: 21px;
    height: 21px;
    margin-right: 10px;
    background: url(../images/icon3-1.png) no-repeat center center;
    vertical-align: -20px
}

.header_member .mem_btn i {
    display: inline-block;
    width: 12px;
    height: 7px;
    background: url(../images/down.png) no-repeat left top;
    vertical-align: -15px
}

.header .cart_btn {
    float: left
}

.header .go_cart {
    display: block;
    width: 70px;
    height: 50px;
    background: url(../images/icon3-2.png) no-repeat center center
}

.header .go_cart .num {
    display: inline-block;
    height: 20px;
    width: 20px;
    margin-left: 25px;
    font-family: 'Segoe UI';
    font-size: 12px;
    color: #fff;
    line-height: 20px;
    background-color: #c00;
    vertical-align: -3px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%
}

.index_banner {
    text-align: center
}

.index_banner .text_wrap {
    width: 700px;
    height: 450px
}

.index_banner .big_word {
    margin-bottom: 40px;
    font-size: 30px;
    color: #fff;
    line-height: 1.9;
    letter-spacing: .1em;
    text-transform: uppercase
}

.index_banner .shop_now {
    display: inline-block;
    width: 148px;
    height: 38px;
    font-size: 16px;
    color: #fff;
    line-height: 38px;
   /* border: 1px solid #7b7b7b;*/
    border: 1px solid #fff
}

.index_popular {
    padding: 50px 0;
    border-bottom: 1px solid #eee
}

.index_popular .normal_title1 {
    margin-bottom: 25px
}

.index_popular .swiper-container {
    text-align: center
}

.index_popular .swiper-button-next, .index_popular .swiper-button-prev {
    position: absolute;
    top: 40%;
    width: 60px;
    height: 60px
}

.index_popular .swiper-button-prev {
    background: url(../images/prev.png) no-repeat left top;
    left: -75px
}

.index_popular .swiper-button-next {
    background: url(../images/next.png) no-repeat left bottom;
    right: -75px
}

.index_popular .swiper-container {
    height: 430px
}

.index_popular .scroll_product {
    display: block;
    padding: 25px 0 10px;
    font-size: 16px;
    color: #555
}

.index_popular .pro_name {
    display: block;
    padding: 25px 0 35px;
    font-weight: normal;
    white-space: nowrap;
    overflow: hidden
}

.price_wrap {
    display: inline-block;
    width: 200px;
    height: 30px;
    line-height: 30px;
    padding: 5px 0;
    border: 1px solid #aaa;
    overflow: hidden;
    text-align: center
}

.price_wrap .price {
    float: left;
    display: inline-block;
    width: 90px;
    border-right: 1px solid #d4d4d4
}

.price_wrap .shop_now {
    margin-left: 65px;
    display: block;
    width: 100px;
    height: 30px
}

.index_show {
    padding: 55px 0 80px
}

.index_show .line_word {
    display: inline-block;
    padding-bottom: 10px;
    border-bottom: 1px solid #d8d8d8
}

.index_show .title_w .tips {
    padding: 15px 0 35px;
    font-family: 'Segoe UI';
    font-size: 18px;
    color: #777;
    line-height: 1.5
}

.index_show .list {
    margin-left: -2%;
    padding-bottom: 50px
}

.index_show .show_more {
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -82px
}

.index_show .per_one {
    position: relative;
    float: left;
    width: 31.33%;
    margin-left: 2%;
    margin-bottom: 2%;
    overflow: hidden;
    cursor: pointer
}

.index_show .per_one .shop_now {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 383px;
    font-family: 'Segoe UI';
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    background-color: rgba(0, 0, 0, .7);
    text-align: center
}

.index_show .per_one:hover .shop_now {
    display: table
}

.index_about {
    position: relative;
    padding: 50px 0;
    color: #2c2c2c;
    background-color: #f7f8f9;
    text-align: center
}

.index_about .small_tips {
    font-size: 14px
}

.index_about .words {
    padding: 25px 0 35px;
    font-family: 'Segoe UI';
    font-weight: bold;
    font-size: 40px;
    background-color: #f7f7f7
}

.index_about .swiper-container {
    width: 100%;
    margin: 0 auto
}

.index_about .view .swiper-container {
    height: auto
}

.index_about .preview .swiper-container {
    z-index: 2;
    width: 800px
}

.index_about .preview .swiper-slide {
    width: 20%;
    cursor: pointer
}

.index_about .preview .swiper-slide img {
    opacity: .5
}

.index_about .preview .swiper-slide.swiper-slide-active img {
    opacity: 1 !important
}

.index_about .swiper-button-next, .index_about .swiper-button-prev {
    width: 10px;
    height: 15px;
    margin-top: -7.5px
}

.index_about .swiper-button-prev {
    background: url(../images/prev1.png) no-repeat left top
}

.index_about .swiper-button-next {
    background: url(../images/next1.png) no-repeat left top
}

.top_footer {
    padding: 60px 0 65px;
    background-color: #ebeced
}

.top_footer .mail_box {
    float: left;
    width: 582px;
    height: 52px;
    background-color: #fff;
    border: 1px solid #989898
}

.top_footer .mail_box .mail_input {
    float: left;
    width: 418px
}

.top_footer .mail_box .go_wrap {
    float: left;
    width: 164px
}

.top_footer .mail_box .input_text {
    height: 52px;
    width: 400px;
    padding-left: 15px;
    font-family: 'Segoe UI';
    font-size: 16px;
    color: #666;
    line-height: 52px
}

.top_footer .mail_box .go {
    width: 164px;
    font-size: 22px;
    color: #fff;
    line-height: 52px;
    background-color: #555;
    cursor: pointer
}

.top_footer .mail_box .go:hover {
    background-color: #489e7b
}

.top_footer .share_wrap {
    float: right
}

.top_footer .share {
    display: inline-block;
    min-width: 70px;
    text-align: center
}

.top_footer .share .icon_w {
    display: inline-block
}

.top_footer .share .icon {
    display: table-cell;
    width: 50px;
    height: 50px;
    vertical-align: middle;
    background-color: #555;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%
}

.top_footer .share:hover .icon {
    background-color: #1a1a1a
}

.top_footer .share .icon img {
    vertical-align: middle
}

.top_footer .share strong {
    display: block;
    font-size: 16px;
    font-weight: normal;
    color: #666;
    opacity: 0;
    filter: Alpha(opacity=0)
}

.footer .bottom_menu {
    padding: 50px 0 65px
}

.footer .bottom_menu .each_one {
    float: left;
    width: 31.666%;
    margin-left: 2.5%
}

.footer .bottom_menu .each_one:first-child {
    margin-left: 0
}

.footer .bottom_menu .each_one dt, .footer .each_parner_kind .a_title {
    padding-bottom: 13px;
    margin-bottom: 8px;
    font-size: 18px;
    color: #666;
    border-bottom: 1px solid #ccc;
    text-transform: uppercase
}

.footer .bottom_menu .each_one dd a {
    display: block;
    padding: 7px 0;
    font-size: 16px;
    color: #666;
    text-transform: capitalize
}

.footer .each_parner_kind {
    float: left;
    width: 48.75%;
    margin-left: 2.5%
}

.footer .each_parner_kind:first-child {
    margin-left: 0
}

.footer .each_parner_kind .parners {
    padding: 10px 0
}

.footer .each_parner_kind .icon {
    display: inline-block;
    margin-right: 15px
}

.footer .copyright {
    padding: 20px 0;
    font-size: 16px;
    color: #666;
    text-align: center;
    background-color: #fff
}

.catalog-list {
    padding-top: 30px
}

.catalog-list .products {
    padding-bottom: 75px
}

.category-header {
    position: relative;
    max-width: 1440px;
    margin: 0 auto 45px
}

.category-header .inner {
    position: relative;
    width: 98%;
    padding: 0;
    margin: 0 1% 13px;
    text-align: center;
    overflow: auto
}

.category-header .inner .category-title {
    display: table;
    width: 100%;
    height: 350px;
    color: white;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top
}

.catalog-list .category-header .inner .category-title h1 {
    font-size: 40px;
    color: #fff;
    text-transform: uppercase
}

.catalog-list .category-header .inner .category-title h1 .subheadline {
    display: block;
    font-size: 16px;
    letter-spacing: .2em;
    margin: .6em 0;
    font-family: 'Segoe UI'
}

.catalog-list .category-header .inner .blurb {
    margin: 20px 30px 30px;
    text-align: center
}

.category-header .info-wrapper {
    padding: 40px 0 130px;
    background-color: #f4f4f4
}

.category-header .info-wrapper .text h3 {
    padding: 15px 0;
    font-size: 20px;
    color: #333
}

.category-header .info-wrapper .text p {
    width: 795px;
    margin: 0 auto;
    font-family: 'Segoe UI';
    font-size: 14px;
    color: #666;
    line-height: 1.8
}

.category-header .expand {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    text-transform: uppercase;
    cursor: pointer
}

.category-header .expand .label {
    margin-bottom: 7px;
    font-family: 'Segoe UI';
    font-size: 14px;
    color: #666
}

.category-header .expand .label.read-open {
    color: #fff
}

.category-header .expand .icon-arrow {
    width: 17px;
    height: 10px
}

.category-header .expand .icon-arrow.up {
    background: url(../images/up.png) no-repeat left top
}

.category-header .expand .icon-arrow.down {
    display: inline-block;
    background: url(../images/down1.png) no-repeat left top
}

.category-header .expand .icon-arrow.down, .category-header .expand .on .icon-arrow.up {
    display: inline-block
}

.category-header .expand .icon-arrow.up, .category-header .expand .on .icon-arrow.down {
    display: none
}

.category-header .expand .read-open, .category-header .expand .on .read-close {
    display: block
}

.category-header .expand .on .read-open, .category-header .expand .read-close {
    display: none
}

.summary-product-list .each_product {
    float: left;
    width: 25%;
    padding: 45px 0 80px;
    text-align: center
}

.summary-product-list .each_product .picture {
    padding: 20px 0
}

.summary-product-list .each_product .picture img, .accessories_list .pictures img {
    display: none
}

.summary-product-list .each_product .picture img:first-child, .accessories_list .pictures img:first-child {
    display: inline-block
}

.summary-product-list .each_product .choice_wrap {
    margin-bottom: 20px
}

.summary-product-list .each_product .choice_wrap .circle, .accessories_list .access_items .color, .settlement_product .each_product .more_parameter .color {
    display: inline-block;
    width: 22px;
    height: 22px;
    margin: 0 4px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%
}

.summary-product-list .each_product .choice_wrap .circle.on .dot, .accessories_list .access_items .color.on .dot, .settlement_product .each_product .more_parameter .color.on .dot {
    box-shadow: inset 0 0 0 4px #fff, 0 0 0 2px #464646
}

.summary-product-list .each_product .choice_wrap .dot, .accessories_list .access_items .dot, .settlement_product .each_product .more_parameter .color .dot {
    display: inline-block;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    bottom: 5px;
    position: relative;
    box-shadow: inset 0 0 0 4px #fff, 0 0 0 1px #aaa;
    cursor: pointer
}

.dot img {
    display: block
}

.summary-product-list .each_product .choice_wrap .dot1, .settlement_product .each_product .more_parameter .color .dot1 {
    background-color: #d8cba1
}

.summary-product-list .each_product .choice_wrap .dot2, .settlement_product .each_product .more_parameter .color .dot2 {
    background-color: #a9aaad
}

.summary-product-list .show_more, .index_show .show_more {
    text-align: center
}

.summary-product-list .show_more .more, .index_show .show_more .more {
    display: inline-block;
    width: 163px;
    height: 46px;
    font-size: 14px;
    color: #fff;
    line-height: 46px;
    text-align: center;
    background-color: #2e2e30
}

.products_tips_wrap {
    padding: 65px 0;
    font-family: 'Segoe UI';
    font-size: 18px;
    color: #333;
    line-height: 1.7;
    text-align: center;
    border-top: 1px solid #eee
}

.product_detail {
    padding-top: 55px
}

.product_detail .product_name {
    font-size: 32px;
    color: #000
}

.each_product_show.on {
    height: auto;
    opacity: 1
}

.each_color_product_scroll.on {
    z-index: 9
}

.each_product_show {
    opacity: 0;
    height: 0
}

.each_color_product_scroll {
    position: absolute;
    left: 0;
    top: 0
}

.each_product_show.on .swiper-container {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px
}

.each_product_show .swiper-slide {
    background-position: center;
    background-size: cover;
    width: 380px;
    height: 0;
    transform: scale(.6) !important;
    -moz-transform: scale(.6) !important;
    -webkit-transform: scale(.6) !important
}

.each_product_show.on .swiper-slide {
    height: 380px
}

.each_product_show .swiper-slide.swiper-slide-active {
    transform: scale(1) !important;
    -moz-transform: scale(1) !important;
    -webkit-transform: scale(1) !important
}

.each_product_show .swiper-slide img {
    height: 100% !important;
    cursor: zoom-in
}

.product_show_scroll .swiper-button-next, .product_show_scroll .swiper-button-prev {
    width: 36px;
    height: 70px;
    margin-top: -70px
}

.product_show_scroll .swiper-button-next {
    background: url(../images/next2.png) no-repeat left top
}

.product_show_scroll .swiper-button-prev {
    background: url(../images/prev2.png) no-repeat left top
}

.product_addtocart_form {
    padding-bottom: 60px
}

.product_addtocart_form .size {
    float: left;
    width: 140px;
    height: 50px;
    font-size: 18px;
    color: #666;
    line-height: 50px;
    text-align: center;
    background-color: #f4f4f4
}

.product_addtocart_form .product_options {
    float: left
}

.product_addtocart_form .product_options .option {
    float: left;
    display: block;
    height: 48px;
    margin-left: 20px;
    padding: 0 20px;
    font-size: 16px;
    line-height: 48px;
    border: 1px solid #dedede
}

.product_addtocart_form .product_options .option.on {
    border-color: #479e7a
}

.product_addtocart_form .product_options .option:hover .dot, .product_addtocart_form .product_options .option.on .dot {
    box-shadow: inset 0 0 0 4px #fff, 0 0 0 2px #464646
}

.product_addtocart_form .product_options .dot, .product_color_tab .dot {
    display: inline-block;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    bottom: 5px;
    position: relative;
    box-shadow: inset 0 0 0 4px #fff, 0 0 0 1px #aaa;
    cursor: pointer
}

.product_addtocart_form .product_options .dot {
    margin-right: 10px;
    vertical-align: -10px
}

.product_addtocart_form .product_options .dot1 {
    background-color: #d8cba1
}

.product_addtocart_form .product_options .dot2 {
    background-color: #d0d0d0
}

.product_addtocart_form .shopnow_wrap {
    float: right;
    text-align: center
}

.product_addtocart_form .price_wrap {
    width: auto;
    height: 50px;
    padding: 0;
    color: #fff;
    line-height: 45px;
    border-color: transparent;
    background-color: #479e7a;
    transition: all .6s
}

.product_addtocart_form .price_wrap.on {
    background-color: #2e2e30
}

.product_addtocart_form .price_wrap .checkout_before {
    padding: 5px 0
}

.product_addtocart_form .price_wrap .checkout_after {
    width: 301px
}

.product_addtocart_form .price_wrap .price {
    width: 120px;
    height: 40px;
    font-size: 20px
}

.product_addtocart_form .price_wrap a {
    font-size: 20px;
    color: #fff
}

.product_addtocart_form .price_wrap .shop_now {
    width: 180px;
    height: 40px;
    line-height: 40px
}

.product_addtocart_form .price_wrap .shop_now span {
    height: 40px;
    line-height: 40px
}

.product_detail_more {
    font-size: 16px;
    color: #333;
    border-top: 1px solid #eee
}

.product_detail_more .description {
    padding: 50px 0 35px;
    font-family: 'Segoe UI';
    font-size: 18px;
    line-height: 30px
}

.product_detail_more .the_details {
    padding: 35px 60px 40px;
    background-color: #f4f4f4
}

.product_detail_more .the_details .stitle {
    margin-bottom: 35px;
    font-size: 24px;
    text-align: center
}

.product_detail_more .each_table {
    float: left;
    width: 48%;
    margin-left: 4%;
    font-family: 'Segoe UI'
}

.product_detail_more .each_table table {
    width: 100%
}

.product_detail_more .each_table:first-child {
    margin-left: 0
}

.product_detail_more .each_table table {
    border-collapse: collapse
}

.product_detail_more .each_table td {
    width: 50%;
    padding: 13px 0;
    text-align: right;
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1
}

.product_detail_more .each_table td:first-child {
    text-align: left;
    color: #999
}

.product_detail_more .more_details {
    padding-bottom: 150px;
    text-align: center
}

.product_detail_more .more_details td {
    padding: 50px 0
}

.accessories_detail .product_detail_more .more_details td {
    padding: 0
}

.product_detail_more .more_details .b_title {
    margin-bottom: 15px;
    font-size: 24px
}

.product_detail_more .more_details .des {
    font-family: 'Segoe UI';
    line-height: 1.4
}

.accessories_product_list .side_bar {
    float: left;
    width: 25%;
    padding-bottom: 60px
}

.accessories_product_list .side_bar .gray_tips {
    padding: 25px 0 15px 15px;
    font-size: 14px;
    color: #999
}

.accessories_product_list .side_bar_list .per {
    display: block;
    padding: 10px 0 10px 15px
}

.accessories_product_list .side_bar_list .per i {
    float: right;
    display: block;
    width: 13px;
    height: 8px;
    background: url(../images/up1.png) no-repeat left top;
    transition: all .6s
}

.accessories_product_list .side_bar_list .on .per i {
    transform: rotate(-180deg)
}

.accessories_product_list .side_bar_list .down_list {
    display: none
}

.accessories_product_list .side_bar_list .down_list .each_checkbox {
    position: relative;
    height: 35px;
    padding-left: 15px;
    font-size: 14px;
    color: #333;
    line-height: 35px;
    cursor: pointer
}

.accessories_product_list .side_bar_list .down_list .each_checkbox:hover, .accessories_product_list .side_bar_list .down_list .each_checkbox.on, .accessories_product_list .side_bar_list .down_list .each_checkbox.other {
    color: #fff;
    background-color: #2e2e30
}

.accessories_product_list .side_bar_list .down_list .each_checkbox label {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: url(../images/icon4-1.png) no-repeat left top
}

.accessories_product_list .side_bar_list .down_list .each_checkbox.other label {
    background: url(../images/icon4-2.png) no-repeat left top
}

.accessories_product_list .side_bar_list .down_list .each_checkbox input {
    position: absolute;
    opacity: 0;
    filter: Alpha(opacity=0);
    cursor: pointer
}

.accessories_product_list .side_bar_list .down_list strong {
    font-weight: normal
}

.accessories_product_list .side_bar .collect {
    display: block;
    padding: 10px 0 10px 15px
}

.accessories_product_list .side_bar .collect:hover {
    color: #999
}

.accessories_product_list .accessories_list {
    float: left;
    width: 72%;
    min-height: 600px;
    margin-left: 3%
}

.accessories_list li {
    float: left;
    width: 33.33%;
    height: auto;
    padding: 40px 0;
    text-align: center;
    transition: all .8s;
    -moz-transition: all .8s;
    -webkit-transition: all .8s
}

.accessories_list li.other {
    width: 0;
    transform: scale(0);
    -moz-transform: scale(0);
    -webkit-transform: scale(0)
}

.accessories_list .pro_name {
    margin-bottom: 10px;
    font-size: 14px;
    color: #555;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.accessories_list .access_items .dot1 {
    background-color: #1f2122
}

.accessories_list .access_items .dot2 {
    background-color: #646667
}

.accessories_list .access_items .dot3 {
    background-color: #8e5245
}

.accessories_list .access_items .dot4 {
    background-color: #a9aaad
}

.accessories_list .access_items .dot5 {
    background-color: #d7ba83
}

.accessories_list .color_tabs {
    margin: 10px 0 20px
}

.left_product_scroll {
    float: left;
    width: 690px
}

.left_product_scroll .view {
    float: right;
    width: 450px
}

.left_product_scroll .view img {
    width: 450px !important;
    height: 450px !important;
    cursor: zoom-in
}

.left_product_scroll .preview {
    float: left;
    width: 90px;
    height: 400px;
    padding: 35px 0;
    overflow: hidden;
    background-color: #fff
}

.left_product_scroll .preview .swiper-button-next, .left_product_scroll .preview .swiper-button-prev {
    width: 16px;
    height: 9px;
    background: url(../images/up2.png) no-repeat left top
}

.left_product_scroll .preview .swiper-button-prev {
    top: 35px;
    left: 36px
}

.left_product_scroll .preview .swiper-button-next {
    top: 465px;
    right: 36px;
    transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg)
}

.each_color_product_scroll .preview .swiper-slide {
    width: 90px;
    height: 90px;
    margin-bottom: 10px;
    border: 1px solid #dedede;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}

.left_product_scroll .preview .swiper-slide.swiper-slide-active {
    border: 3px solid #7ebba2
}

.right_product_parameter {
    float: right;
    width: 420px;
    min-height: 500px;
    margin-left: 90px
}

.right_product_parameter .pro_stips {
    width: 350px;
    padding-top: 20px;
    font-size: 14px;
    color: #666;
    line-height: 1.3
}

.right_product_parameter .pro_price {
    padding: 25px 0 30px;
    font-size: 20px;
    color: #000
}

.right_product_parameter .size_choice .size {
    display: inline-block;
    width: 140px;
    height: 40px;
    margin-right: 5px;
    font-family: 'Segoe UI';
    font-size: 14px;
    color: #666;
    line-height: 40px;
    text-align: center;
    background-color: #f4f4f4
}

.right_product_parameter .size_choice .size.on {
    color: #fff;
    background-color: #489e7b
}

.product_color_tab {
    padding: 35px 0
}

.product_color_tab .circle {
    display: inline-block;
    margin-right: 10px
}

.product_color_tab .circle.on .dot {
    box-shadow: inset 0 0 0 4px #fff, 0 0 0 2px #464646
}

.product_color_tab .circle .dot {
    margin-top: 2px;
    margin-right: 0;
    vertical-align: middle
}

.product_color_tab .circle .dot1 {
    background-color: #1f2122
}

.product_color_tab .circle .dot2 {
    background-color: #646667
}

.product_color_tab .circle .dot3 {
    background-color: #8e5245
}

.product_color_tab .circle .dot4 {
    background-color: #a9aaad
}

.product_color_tab .circle .dot5 {
    background-color: #d7ba83
}

.right_product_parameter .shop_now a {
    display: inline-block;
    width: 300px;
    height: 50px;
    font-size: 20px;
    color: #fff;
    line-height: 50px;
    text-align: center;
    background-color: #479e7a
}

.normal_page {
    padding: 75px 0
}

.page_normal_title_wrap {
    padding-bottom: 70px;
    font-size: 16px;
    color: #2e2e30;
    text-align: center
}

.forget_page .page_normal_title_wrap {
    padding-bottom: 30px
}

.blog_page .page_normal_title_wrap {
    padding-bottom: 15px
}

.page_normal_title {
    margin-bottom: 15px;
    font-size: 38px;
    text-transform: uppercase
}

.login_page .page_normal_title {
    font-size: 28px;
    text-transform: capitalize
}

.login_page .normal_tips {
    font-size: 14px;
    color: #999;
    line-height: 1.8
}

.login_page.forget_page .normal_tips {
    color: #333
}

.page_normal_title_wrap .normal_tips {
    font-family: 'Segoe UI'
}

.news_list ul {
    margin-left: -2%
}

.news_list li {
    position: relative;
    float: left;
    width: 31.33%;
    padding-bottom: 25px;
    margin: 0 0 30px 2%
}

.news_list .picture {
    display: block;
    overflow: hidden
}

.news_list .picture img {
    width: 100% !important;
    transition: all .6s;
    -moz-transition: all .6s;
    -webkit-transition: all .6s
}

.news_list li:hover .picture img {
    transform: scale(1.05)
}

.news_list .news_title {
    display: block;
    padding: 15px 0;
    height: 52px;
    font-size: 16px;
    line-height: 26px;
    overflow: hidden
}

.news_list .date {
    font-size: 14px;
    color: #999
}

.news_list .line {
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 0;
    height: 2px;
    background-color: #2e2e30;
    transition: all .6s;
    -moz-transition: all .6s;
    -webkit-transition: all .6s
}

.news_list li:hover .line {
    width: 100%
}

.loadmore_wrap {
    position: absolute;
    left: 50%;
    bottom: 70px;
    margin-left: -46px;
    padding-top: 20px;
    text-align: center
}

.news_page .news_list {
    padding-bottom: 115px
}

.loadmore_wrap .loadmore {
    display: inline-block;
    width: 90px;
    height: 90px;
    font-size: 14px;
    border: 1px solid #e2e2e2;
    border-radius: 50%
}

.loadmore_wrap .loadmore_btn {
    display: table;
    width: 90px;
    height: 90px;
    color: #999;
    line-height: 20px
}

.loadmore_wrap .loadmore_btn:hover {
    color: #333
}

.loadmore_wrap .loadmore_btn span {
    display: table-cell;
    vertical-align: middle
}

.artical_title_wrap {
    padding: 15px 0 20px;
    text-align: center
}

.artical_title_wrap h1 {
    margin-bottom: 20px;
    font-size: 24px;
    color: #2e2e30
}

.artical_title_wrap .date {
    font-size: 14px;
    color: #999
}

.artical_detail {
    padding: 50px 0 60px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee
}

.artical_back_wrap {
    padding-top: 35px
}

.artical_back_wrap .back {
    float: right;
    display: inline-block;
    width: 115px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background-color: #f0f0f0
}

.artical_back_wrap .prev_next {
    margin-right: 150px
}

.artical_back_wrap .p_n {
    padding-bottom: 15px;
    font-size: 16px;
    color: #999
}

.artical_back_wrap .p_n a:hover {
    text-decoration: underline
}

.about_us_page .page_normal_title_wrap {
    padding-bottom: 60px
}

.each_about {
    padding: 60px 0;
    border-bottom: 1px solid #eee
}

.all_text_page .each_about:first-child {
    border-top: 1px solid #eee
}

.each_about:last-child {
    padding: 60px 0 0;
    border-bottom: 0
}

.contact_page {
    min-height: 840px;
    overflow: hidden
}

.contact_page .white_box {
    float: left;
    width: 55%;
    padding: 85px 0 9999px;
    margin-bottom: -9999px;
    text-align: right
}

.contact_page .feedback_box {
    display: inline-block;
    width: 625px;
    padding-right: 60px;
    text-align: left
}

.feedback_box .title_w {
    padding-bottom: 40px
}

.feedback .stips {
    padding: 10px 0 15px;
    font-family: 'Segoe UI';
    font-size: 14px;
    font-weight: bold;
    color: #000
}

.feedback .input_w {
    margin-bottom: 15px
}

.feedback .textarea_w {
    margin-bottom: 30px
}

.feedback .input_text, .feedback textarea {
    width: 100%;
    padding: 13px;
    font-family: 'Segoe UI';
    font-size: 14px;
    border: 1px solid #ddd;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}

.feedback textarea {
    height: 140px
}

.contact_page .gray_box {
    float: left;
    width: 45%;
    padding: 200px 0 9999px;
    margin-bottom: -9999px;
    background-color: #fafbfc
}

.contact_page .collaboration {
    width: 480px;
    padding-left: 40px
}

.contact_page .collaboration .title {
    margin-bottom: 25px;
    font-size: 24px
}

.contact_page .collaboration_des {
    font-family: 'Segoe UI';
    font-size: 14px;
    color: #333;
    line-height: 2
}

.faq_page {
    padding-top: 75px
}

.each_faq_wrap {
    padding: 55px 0;
    border-top: 1px solid #eee
}

.each_faq_wrap .title {
    font-size: 26px
}

.each_faq_wrap .single_faq {
    font-family: 'Segoe UI';
    color: #666
}

.each_faq_wrap .single_faq .question {
    display: block;
    padding: 15px 0;
    font-size: 18px;
    color: #666
}

.each_faq_wrap .single_faq.on .question, .each_faq_wrap .single_faq:hover .question {
    font-weight: bold;
    color: #479e7a
}

.each_faq_wrap .single_faq .dot {
    float: left;
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-top: 10px;
    background-color: #ccc;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%
}

.each_faq_wrap .single_faq.on .dot, .each_faq_wrap .single_faq:hover .dot {
    background-color: #479e7a
}

.each_faq_wrap .single_faq .question span {
    display: block;
    margin-left: 20px
}

.each_faq_wrap .single_faq .answer {
    display: none;
    padding: 10px 35px 10px 20px;
    font-size: 16px;
    line-height: 1.8;
    border-top: 1px dotted #d3d3d3;
    border-bottom: 1px dotted #d3d3d3
}

.blog_page {
    max-width: 1420px;
    margin: 0 auto
}

.blog_list {
    width: 97%;
    margin: 1.5%
}

.blog_list ul {
    margin-left: -1%
}

.blog_list li {
    position: relative;
    float: left;
    width: 49%;
    margin-left: 1%;
    margin-bottom: 1%
}

.blog_list li:first-child {
    width: 99%
}

.blog_list .picture img {
    display: block;
    width: 100%
}

.blog_list .text_wrap {
    position: absolute;
    left: 90px;
    bottom: 70px;
    font-family: 'Segoe UI';
    font-size: 14px;
    font-weight: bold;
    color: #fff
}

.blog_list .blog_name {
    font-weight: bold;
    font-size: 38px;
    color: #fff
}

.blog_list .greenbtn {
    margin-top: 20px;
    color: #333;
    background-color: #fff;
    transition: all .6s;
    -moz-transition: all .6s;
    -webkit-transition: all .6s
}

.blog_list .greenbtn:hover {
    color: #fff;
    background-color: #489e7b
}

.settlement_list {
    padding-bottom: 60px;
    border-bottom: 1px solid #eee
}

.settlement_product .each_product {
    padding: 30px;
    margin-bottom: 15px;
    background-color: #f4f4f4
}

.settlement_product .each_product .picture {
    float: left
}

.settlement_product .each_product .text_wrap {
    position: relative;
    margin-left: 150px
}
.settlement_product .each_product .text_wrap2 {
    position: relative;
    margin-left: 270px
}
.settlement_product .each_product .close {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 14px;
    height: 14px;
    background: url(../images/close.png) no-repeat left top;
    cursor: pointer
}

.settlement_product .each_product .pro_name {
    padding-bottom: 10px;
    font-size: 22px;
    line-height: 1.5;
    border-bottom: 1px solid #ddd
}

.settlement_product .each_product .more_parameter {
    padding-top: 23px
}

.settlement_product .each_product .more_parameter .per_part {
    float: left;
    width: 25%;
    font-family: 'Segoe UI';
    font-size: 14px;
    color: #333;
    line-height: 24px
}

.settlement_product .each_product .more_parameter .per_part.size_part {
    cursor: pointer
}

.settlement_product .each_product .more_parameter .size_part .str {
    position: absolute;
    left: 70px;
    top: 8px;
    display: block;
    width: 0;
    height: 0;
    border-top: 6px solid #c5c5c5;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent
}

.settlement_product .each_product .more_parameter .size_part span {
    display: block
}

.settlement_product .each_product .more_parameter .size_part .down_list {
    position: absolute;
    left: 0
}

.settlement_product .each_product .more_parameter .size_part .down_list > span.on {
    color: #489e7b;
    border: 1px solid #489e7b
}

.settlement_product .each_product .more_parameter .color {
    vertical-align: -5px
}

.settlement_product .each_product .more_parameter .add_sub {
    display: inline-block;
    width: 24px;
    height: 24px;
    margin: 0 8px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -wekbit-border-radius: 50%;
    vertical-align: -5px;
    cursor: pointer
}

.settlement_product .each_product .more_parameter .sub_part {
    background: #c5c5c5 url(../images/num1-1.png) no-repeat center center
}

.settlement_product .each_product .more_parameter .sub_part:hover {
    background: #489e7b url(../images/num1-1.png) no-repeat center center
}

.settlement_product .each_product .more_parameter .add_part {
    background: #c5c5c5 url(../images/num1-2.png) no-repeat center center
}

.settlement_product .each_product .more_parameter .add_part:hover {
    background: #489e7b url(../images/num1-2.png) no-repeat center center
}

.settlement_product .each_product .quantity {
    display: inline-block
}

.settlement_product .each_product .more_parameter .price_part {
    font-size: 18px;
    text-align: right
}

.settlement_list .greenbtn {
    width: 260px;
    font-weight: normal
}

.settlement_page .message_form .title {
    padding: 50px 0 15px;
    font-size: 24px;
    color: #333;
    text-transform: uppercase
}

.settlement_page .message_form .each_form {
    float: left;
    width: 48%;
    font-family: 'Segoe UI';
    font-size: 14px
}

.settlement_page .message_form .total_form.fixed {
    position: fixed;
    right: 50%;
    top: 0;
    width: 574px;
    margin-right: -600px;
    background-color: #fff
}

.settlement_page .message_form .total_form.fixed.on {
    top: auto;
    bottom: 0;
    padding-bottom: 20px
}

.settlement_page .message_form .each_form:first-child {
    margin-right: 4%
}

.settlement_page .message_form .half_label_input {
    float: left;
    width: 49%
}

.settlement_page .message_form .half_label_input:first-child {
    margin-right: 2%
}

.settlement_page .message_form .label {
    padding: 8px 0;
    color: #333
}

.settlement_page .message_form .input_text, .settlement_page .message_form textarea {
    width: 100%;
    height: 50px;
    padding: 0 10px;
    line-height: 50px;
    border: 1px solid #ddd;
    background-color: #f7f7f7;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}

.settlement_page .message_form textarea {
    height: 90px;
    padding: 10px;
    line-height: 1.6
}

.settlement_page .message_form .radio_wrap {
    margin-top: -1px;
    border: 1px solid #ddd;
    background-color: #fff
}

.settlement_page .message_form .radio_wrap.on {
    background-color: #f4f4f4
}

.settlement_page .radio_wrap .each_radio {
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}

.settlement_page .radio_wrap.on .each_radio {
    background-color: #f4f4f4
}

.settlement_page .radio_wrap .each_radio .picture {
    margin-top: 10px
}

.settlement_page .radio_wrap .each_radio .table_cell {
    width: 50%
}

.settlement_page .radio_wrap .each_radio .dhlpicture {
    text-align: right
}

.settlement_page .radio_wrap .word_tips {
    line-height: 26px
}

.settlement_page .radio_wrap .down_wrap {
    display: none
}

.settlement_page .radio_wrap .down_wrap_d {
    padding: 15px;
    background-color: #f4f4f4;
    border-top: 1px solid #ddd
}

.total_form .total_table {
    margin-top: 35px;
    margin-bottom: 20px;
    font-family: 'Segoe UI';
    font-size: 18px;
    color: #333;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd
}

.total_form .total_table .product_rows {
    padding: 15px 0;
    border-bottom: 1px solid #ddd
}

.total_form .total_table .each_tabel_row {
    padding: 5px 0
}

.total_form .total_table .total_row {
    padding: 20px 0;
    line-height: 2
}

.total_form .total_table .row1 {
    float: left;
    margin-right: 10px;
    color: #489e7b
}

.total_form .total_table .row2 {
    float: left
}

.total_form .total_table .row3 {
    float: right
}

.total_form .total_table .total_row .row2 {
    float: right;
    color: #489e7b
}

.total_form .checkbox_part {
    padding: 15px 0 50px
}

.total_form .greenbtn {
    width: 100%
}

.checkbox1 {
    position: relative;
    display: inline-block;
    height: 35px;
    font-size: 14px;
    line-height: 35px
}

.checkbox1 input {
    z-index: 2;
    position: relative;
    width: 23px;
    height: 23px;
    margin-right: 5px;
    margin-left: 3px;
    opacity: 0;
    cursor: pointer
}

.checkbox1 label {
    display: block;
    width: 22px;
    height: 22px;
    position: absolute;
    top: 8px;
    left: 0;
    background: url(../images/checkbox.png) no-repeat left top;
    cursor: pointer
}

.checkbox1 input:checked + label:after {
    content: '';
    width: 22px;
    height: 22px;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/checkbox1.png) no-repeat left top;
    background-size: 100% 100%
}

.radio_a {
    position: relative;
    display: inline-block;
    height: 40px;
    font-size: 14px;
    line-height: 40px
}

.radio_a input {
    z-index: 2;
    position: relative;
    width: 20px;
    height: 20px;
    margin-right: 5px;
    margin-left: 3px;
    opacity: 0;
    cursor: pointer
}

.radio_a label {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 10px;
    left: 0;
    background: url(../images/dot1-2.png) no-repeat left top;
    cursor: pointer
}

.radio_a input:checked + label:after {
    content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/dot1-1.png) no-repeat left top;
    background-size: 100% 100%
}

.checkbox_wrap em {
    color: #999
}

.total_form .checkbox_wrap em {
    color: #333
}

.total_form .checkbox_wrap em a {
    color: #999;
    text-decoration: underline
}

.member_page .member_side_bar {
    float: left;
    width: 20%
}

.member_page .member_side_bar .tips {
    margin-bottom: 20px;
    padding-left: 20px;
    font-size: 14px;
    color: #999
}

.member_page .member_side_bar .per {
    display: block;
    height: 40px;
    padding: 0 20px;
    font-size: 14px;
    line-height: 40px;
    text-transform: uppercase;
    transition: all .6s;
    -moz-transition: all .6s;
    -webkit-transition: all .6s
}

.member_page .member_side_bar .on .per, .member_page .member_side_bar li:hover .per {
    color: #fff;
    background-color: #2e2e30
}

.member_page .member_right_content {
    float: left;
    width: 77.5%;
    margin-left: 2.5%
}

.member_information {
    margin-bottom: 20px;
    font-family: "Segoe UI";
    font-size: 14px;
    border: 1px solid #ddd;
    border-top: 2px solid #489e7b
}

.member_information .left_part {
    float: left;
    width: 67%;
    padding: 20px 2%;
    border-right: 1px solid #ddd;
    box-sizing: border-box
}

.member_information .left_part .member_icon {
    float: left;
    width: 14%;
    height: 90px;
    text-align: center;
    overflow: hidden
}

.member_information .left_part .member_icon .icon {
    position: relative;
    display: block;
    width: 100%;
    height: 70px
}

.member_information .left_part .member_icon .icon input {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 9999px;
    opacity: 0;
    filter: Alpha(opacity=0);
    cursor: pointer
}

.member_information .left_part .member_icon img {
    width: 100% !important;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%
}

.member_information .left_part .member_message {
    position: relative;
    float: left;
    width: 80%;
    margin-left: 5%
}

.member_information .left_part .member_message .name_wrap {
    margin-bottom: 15px
}

.member_information .left_part .member_message .name {
    font-size: 24px;
    font-weight: normal;
    color: #489e7b
}

.member_information .left_part .member_message .edit {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 18px;
    height: 18px;
    background: url(../images/edit.png) no-repeat center center
}

.member_information .left_part .more_message .each_msg {
    float: left;
    width: 50%;
    padding: 3px 0
}

.member_information .right_part {
    float: left;
    width: 33%
}

.member_information .right_part .each_one {
    height: 44px;
    padding: 0 18px;
    line-height: 44px;
    border-top: 1px solid #ddd
}

.member_information .right_part .each_one:first-child {
    border-top: 0
}

.member_order_content {
    font-family: 'Segoe UI';
    font-size: 14px;
    color: #333
}

.member_order_content .member_title {
    margin-bottom: 10px;
    font-family: 'regular';
    font-size: 20px;
    color: #333
}

.member_th_title {
    padding: 10px 0 10px 20px;
    border: 1px solid #ddd;
    background-color: #f7f7f7
}

.member_th_title .each {
    float: left;
    width: 15.5%;
    font-weight: bold;
    text-align: center
}

.member_order_content .member_th_title .each:first-child {
    width: 53%;
    text-align: left
}

.order_detail_page .member_th_title .each {
    width: 230px
}

.order_detail_page .member_th_title .each:first-child {
    width: 475px
}

.member_order_content .member_order_each {
    margin-top: 15px
}

.member_order_content table, .aftersalelist table, .member_aftersale_table table， .order_detail_page table {
    color: #999;
    border-collapse: collapse
}

.member_order_content tr:first-child td {
    padding: 10px 0 10px 20px;
    background-color: #f7f7f7
}

.member_order_content td, .member_aftersale_table td {
    padding: 20px;
    line-height: 1.8;
    text-align: center;
    border: 1px solid #ddd
}

.member_order_content td:first-child {
    line-height: 1.35;
    text-align: left
}

.member_order_content td a.mb10 {
    display: inline-block;
    margin-bottom: 10px
}

.member_order_content .graybtn, .member_aftersale_table .graybtn {
    height: 30px;
    margin-bottom: 10px;
    font-size: 14px;
    color: #333;
    line-height: 30px
}

.member_order_content .greenbtn {
    width: 100%;
    height: 30px;
    margin-bottom: 10px;
    line-height: 30px
}

.member_order_content .order_product_show .picture, .aftersalelist .picture, .member_aftersale_table .picture, .order_detail_page .order_list_table2 .picture {
    float: left;
    width: 23%;
    border: 1px solid #ddd;
    box-sizing: border-box
}

.member_order_content .order_product_show .picture img, .aftersalelist .picture img, .member_aftersale_table .picture img, .order_detail_page .order_list_table2 .picture img, {
    width: 100% important
}

.member_order_content .order_product_show .text_wrap {
    float: left;
    width: 71%;
    margin-left: 5%;
    color: #333;
    line-height: 1.6
}

.member_order_content .order_product_show .text_top {
    margin-bottom: 5px
}

.member_order_content .order_product_show .pro_about {
    float: left;
    width: 55%;
    padding-right: 55
}

.member_order_content .order_product_show .pro_other {
    float: left;
    width: 20%;
    text-align: center
}

.member_order_content .order_product_show .text_wrap .pro_name {
    margin-bottom: 10px
}

.member_order_tab, .member_address_tab {
    margin-bottom: 15px;
    border: 1px solid #ddd
}

.member_order_tab .tab, .member_address_tab .tab {
    float: left;
    display: block;
    height: 42px;
    font-family: 'Segoe UI';
    font-weight: bold;
    line-height: 42px;
    margin-left: 40px;
    border-bottom: 3px solid transparent
}

.member_order_tab .tab:first-child, .member_address_tab .tab:fisrt-child {
    margin-left: 30px
}

.member_order_tab .tab.on, .member_address_tab .tab.on {
    color: #489e7b;
    border-bottom-color: #489e7b
}

.member_page {
    font-family: 'Segoe UI';
    font-size: 14px;
    color: #333
}

.aftersaletips {
    margin-bottom: 15px;
    padding: 15px 20px;
    line-height: 22px;
    word-spacing: .15em;
    border: 1px solid #ddd
}

.aftersalelist tr, .aftersalelist td {
    border: 1px solid #ddd
}

.aftersalelist th {
    padding: 10px 20px;
    font-weight: bold;
    color: #333;
    background-color: #f7f7f7
}

.aftersalelist td, .order_detail_page .order_list_table2 td {
    padding: 20px
}

.aftersalelist .pro_about, .order_detail_page .order_list_table2 .pro_about {
    float: left;
    width: 70%;
    margin-left: 5%
}

.aftersalelist .pro_name, .member_aftersale_table .pro_name, .order_detail_page .order_list_table2 .pro_name {
    margin-bottom: 10px
}

.order_detail_page .order_list_table2 .pro_about {
    color: #999
}

.service_type_wrap {
    position: relative;
    margin-bottom: 110px;
    padding-top: 35px;
    line-height: 40px;
    border-top: 0
}

.close_service_down {
    position: absolute;
    right: 30px;
    top: 45px;
    display: block;
    width: 25px;
    height: 25px;
    background: url(../images/close.png) no-repeat center center;
    cursor: pointer
}

.service_type_wrap .graybtn {
    width: 140px;
    height: 40px;
    font-size: 14px;
    line-height: 40px
}

.service_type_wrap .graybtn.type {
    margin-right: 5px
}

.service_type_wrap .graybtn.type.on {
    color: #fff;
    background-color: #489e7b
}

.service_type_wrap .graybtn.addbtn, .service_type_wrap .graybtn.supbtn {
    width: 40px
}

.service_type_wrap .graybtn.addbtn {
    background: #f7f7f7 url(../images/num1-1a.png) no-repeat center center
}

.service_type_wrap .graybtn.supbtn {
    background: #f7f7f7 url(../images/num1-2a.png) no-repeat center center
}

.service_type_wrap .borderbtn {
    width: 80px;
    height: 40px;
    margin: 0 -1px 0 -1px;
    line-height: 40px
}

.service_type_wrap .each_service {
    padding: 0 20px 25px
}

.service_type_wrap .each_service .label {
    float: left;
    width: 150px;
    margin-right: 10px;
    line-height: 40px;
    text-align: right
}

.service_type_wrap .each_service .right_cont {
    float: left;
    width: 680px
}

.service_type_wrap .service_num .tips {
    display: inline-block;
    margin-left: 15px
}

.service_type_wrap .service_des textarea {
    width: 540px;
    height: 80px;
    padding: 10px;
    border: 1px solid #ddd
}

.service_type_wrap .service_des .tips {
    width: 560px
}

.service_type_wrap .upload {
    position: relative;
    width: 142px;
    height: 42px;
    margin-bottom: 15px;
    overflow: hidden
}

.service_type_wrap .upload input {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 9999px;
    cursor: pointer;
    opacity: 0;
    filter: Alpha(opacity=0)
}

.service_type_wrap .showpic img {
    border: 1px solid #ddede6
}

.service_type_wrap .service_upload .tips {
    color: #999;
    line-height: 22px
}

.service_type_wrap .service_address {
    position: relative;
    padding: 30px 40px;
    line-height: 20px;
    border-top: 1px solid #ddd
}

.service_type_wrap .service_address .stitle {
    margin-bottom: 10px
}

.service_type_wrap .service_address .stitle span {
    display: inline-block;
    margin-right: 25px;
    font-size: 16px;
    font-weight: bold;
    color: #333
}

.service_type_wrap .service_address .address_form {
    line-height: 30px
}

.service_type_wrap .submit_wrap {
    position: absolute;
    bottom: -75px;
    left: 0;
    width: 530px;
    text-align: center
}

.service_type_wrap .submit_wrap input {
    font-weight: bold;
    color: #333
}

.aftersaleorder_tab {
    margin-bottom: 15px
}

.aftersaleorder_tab .tab {
    display: inline-block;
    height: 40px;
    margin-right: 5px;
    padding: 0 30px;
    line-height: 40px;
    background-color: #f7f7f7;
    border: 1px solid #ddd;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    transition: all .6s;
    -moz-transition: all .6s;
    -webkit-transition: all .6s
}

.aftersaleorder_tab .tab.on, .aftersaleorder_tab .tab:hover {
    color: #fff;
    background-color: #489e7b;
    border-color: #489e7b
}

.all_aftersale_list .member_th_title .each.each1 {
    width: 43%;
    text-align: left
}

.all_aftersale_list .member_th_title .each.each2 {
    width: 11%
}

.all_aftersale_list .member_th_title .each.each3 {
    width: 17%
}

.member_aftersale_table {
    padding-top: 15px
}

.member_aftersale_table table {
    margin-bottom: 15px;
    border-collapse: collapse
}

.member_aftersale_table .pro_about {
    float: left;
    width: 185px;
    margin-left: 20px;
    text-align: left
}

.order_detail_page .order_list_table2 table {
    margin-top: 15px;
    border: 1px solid #ddd
}

.order_detail_page .each_orderdetail {
    padding: 30px 0;
    font-size: 14px;
    border-bottom: 1px dashed #ddd
}

.order_detail_page .each_orderdetail .stitle {
    margin-bottom: 30px;
    font-size: 22px
}

.order_detail_page .each_orderdetail.basic_wrap .stitle {
    margin-bottom: 15px
}

.order_detail_page .basic_table td {
    padding: 10px 0
}

.order_detail_page .basic_table .greenbtn {
    width: 100px;
    height: 30px;
    margin-left: 10px;
    line-height: 30px
}

.order_detail_page .address_msg {
    line-height: 2.5
}

.order_detail_page .logistics_wrap .msg {
    line-height: 2
}

.member_edit_account {
    border: 1px solid #ddd
}

.member_edit_account .each_edit {
    padding: 0 30px;
    color: #999;
    border-top: 1px solid #ddd
}

.member_edit_account .each_edit.on {
    background-color: #f7f7f7
}

.member_edit_account .each_edit:first-child {
    border-top: 0 none
}

.member_edit_account .each_edit .showedit {
    padding: 10px 0;
    line-height: 40px
}

.member_edit_account .each_edit .label {
    float: left;
    width: 28%
}

.member_edit_account .each_edit.on .label {
    color: #333
}

.member_edit_account .each_edit .middle {
    float: left;
    width: 55%;
    color: #333
}

.member_edit_account .each_edit .edit_btn {
    float: right
}

.member_edit_account .each_edit .edit {
    color: #999
}

.member_edit_account .each_edit.on .edit {
    color: #489e7b
}

.member_edit_account .each_edit .edit i {
    display: inline-block;
    width: 11px;
    height: 6px;
    margin-left: 5px;
    background: url(../images/down4.png) no-repeat center center;
    vertical-align: 2px
}

.member_edit_account .each_edit.on .edit i {
    background: url(../images/down4a.png) no-repeat center center
}

.member_edit_account .each_edit .down_list {
    display: none;
    padding: 20px 0 30px 28%;
    border-top: 1px dashed #ddd
}

.member_edit_account .input_w {
    margin-bottom: 15px;
    width: 300px
}

.member_edit_account .input_text {
    width: 270px;
    height: 45px;
    padding: 0 15px;
    line-height: 45px;
    border: 1px solid #ddd
}

.member_edit_account .greenbtn {
    width: 145px;
    height: 45px;
    font-size: 16px;
    font-weight: normal;
    line-height: 45px
}

.member_edit_account .borderbtn {
    width: 160px;
    height: 45px;
    margin-left: 3px;
    line-height: 45px;
    background-color: #fff;
    vertical-align: -2px
}

.subscripion_box {
    display: table;
    min-height: 450px;
    width: 100%;
    margin-top: -21px;
    text-align: center;
    background-color: #f7f7f7;
    border: 1px solid #ddd;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}

.subscripion_box .title {
    font-family: 'regular';
    font-size: 28px
}

.subscripion_box .subscri_wrap {
    display: inline-block;
    width: 278px;
    margin: 50px 0 30px;
    padding: 25px 0;
    border: 1px solid #ddd;
    background-color: #fff
}

.subscripion_box .save_w {
    margin-bottom: 35px
}

.subscripion_box .greenbtn {
    width: 140px;
    height: 40px;
    font-weight: normal;
    line-height: 40px
}

.edit_address_box {
    padding: 15px 20px;
    line-height: 30px;
    border: 1px solid #ddd
}

.each_edit_address.on .edit_address_box {
    border-color: #489e7b
}

.each_edit_address .edit_btns {
    padding: 15px 0
}

.each_edit_address .graybtn {
    width: 145px;
    height: 34px;
    margin-right: 4px;
    font-size: 14px;
    line-height: 34px
}

.add_new_address .graybtn {
    font-size: 14px;
    font-weight: bold;
    color: #489e7b
}

.add_new_address .graybtn i {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-right: 8px;
    background: url(../images/add1.png) no-repeat center center;
    vertical-align: -1px
}

.login_page {
    width: 920px;
    margin: 0 auto
}

.login_page .each_side {
    float: left;
    font-family: 'Segoe UI'
}

.login_page .login_wrap {
    width: 390px
}

.login_page .login_tips_wrap {
    width: 260px;
    margin-left: 260px
}

.login_page .each_side .title_w, .register_page .label_input, .register_page .register_tips, .register_page .submit_w {
    margin-bottom: 30px;
    font-size: 14px
}

.login_page .each_side .title {
    font-family: 'regular';
    font-size: 22px
}

.login_page .each_side .title_w .tips {
    color: #999
}

.login_page .label_wrap, .register_page .label_wrap {
    margin-bottom: 5px;
    font-size: 16px
}

.login_page .input_wrap input, .register_page .input_wrap input {
    width: 100%;
    height: 50px;
    padding-left: 15px;
    line-height: 50px;
    background-color: #f7f7f7;
    border: 1px solid #ddd;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}

.login_page .input_wrap input:focus, .login_page .input_wrap input:active {
    background-color: #fff;
    border: 2px solid #a5c7fe
}

.login_page .label_input, .login_page .forget_tips {
    margin-bottom: 20px
}

.login_page .login_tips_wrap .tips_wrap {
    margin-bottom: 45px
}

.login_page .login_tips_wrap li {
    margin-left: 15px;
    list-style-type: inherit;
    font-size: 2px
}

.login_page .login_tips_wrap li span {
    font-size: 14px;
    line-height: 30px
}

.login_page .login_tips_wrap .greenbtn {
    height: 40px;
    font-weight: normal;
    line-height: 40px
}

.register_page {
    width: 620px;
    margin: 0 auto
}

.login_page .input_wrap {
    margin-bottom: 15px
}

.register_page .greenbtn {
    width: 100%;
    font-family: 'regular';
    font-weight: normal;
    font-size: 18px
}

.forget_page .login_form {
    width: 395px;
    margin: 0 auto
}

.page {
    padding-top: 30px;
    text-align: center
}

.page a {
    display: inline-block;
    height: 25px;
    line-height: 25px
}

.page .num {
    width: 25px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px
}

.page .num.on, .page .num:hover {
    color: #fff;
    background-color: #489e7b
}

.page .prev, .page .next {
    margin: 0 10px
}

.page .prev:hover, .page .next:hover {
    color: #489e7b;
    text-decoration: underline
}

.greenbtn {
    display: inline-block;
    width: 160px;
    height: 50px;
    font-family: 'Segoe UI';
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    line-height: 50px;
    text-align: center;
    background-color: #489e7b;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px
}

.graybtn {
    display: inline-block;
    width: 100%;
    height: 50px;
    font-family: 'Segoe UI';
    font-size: 18px;
    color: #999;
    line-height: 50px;
    text-align: center;
    border: 1px solid #ddd;
    background-color: #f7f7f7;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px
}

.borderbtn {
    display: inline-block;
    width: 100px;
    height: 30px;
    color: #999;
    line-height: 30px;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px
}

.blackbtn {
    display: inline-block;
    width: 100%;
    height: 50px;
    font-family: 'regular';
    font-size: 18px;
    color: #fff;
    line-height: 50px;
    background-color: #2e2e30
}

.dialog1 {
    position: relative;
    height: 588px;
    padding: 20px 10px 20px 20px
}

.dialog1 .big_picture {
    position: fixed;
    top: 20px;
    left: 20px
}

.dialog1 .pelated_product {
    margin-left: 625px
}

.dialog1 .picture_from > div {
    display: inline-block;
    margin-right: 20px
}

.dialog1 .picture_from .from_where i {
    display: inline-block;
    margin-right: 10px;
    font-style: italic;
    text-decoration: underline
}

.dialog1 .pelated_product .title {
    padding: 70px 0 15px;
    font-size: 24px;
    color: #777;
    text-transform: uppercase;
    text-align: center
}

.dialog1 .each_pro_box {
    margin-top: 20px;
    padding: 20px 40px;
    background-color: #f4f4f4
}

.dialog1 .each_pro_box .picture {
    float: left
}

.dialog1 .each_pro_box .pro_more {
    margin-left: 230px;
    height: 190px
}

.dialog1 .each_pro_box .pro_name {
    font-size: 22px;
    color: #333
}

.dialog1 .each_pro_box .pro_des {
    padding: 5px 0 20px;
    font-size: 14px;
    color: #999
}

.dialog1 .each_pro_box .greenbtn {
    height: 45px;
    font-weight: normal;
    line-height: 45px
}

.dialog_code {
    display: table;
    width: 490px;
    height: 250px;
    padding: 0 55px;
    text-align: center
}

.dialog_code .title {
    margin-bottom: 60px;
    font-size: 24px;
    text-transform: uppercase
}

.dialog_code .coupon_input {
    border: 1px solid #ddd
}

.dialog_code .input_w {
    float: left;
    width: 315px;
    height: 50px;
    padding-left: 15px;
    background-color: #f7f7f7
}

.dialog_code .input_w input {
    width: 100%;
    height: 50px;
    line-height: 50px;
    background-color: #f7f7f7
}

.dialog_code .Application {
    float: left;
    width: 158px
}

.dialog_code .Application .blackbtn {
    font-family: 'Segoe UI';
    font-size: 16px;
    text-transform: capitalize;
    cursor: pointer
}

.remove_tips_dialog, .send_msg_dialog {
    display: table;
    width: 598px;
    height: 278px;
    text-align: center;
    border: 1px solid #ddd
}

.remove_tips_dialog .title {
    margin-bottom: 40px;
    font-family: 'Segoe UI';
    font-size: 20px;
    line-height: 1.8
}

.remove_tips_dialog .borderbtn {
    height: 48px;
    margin-right: 5px;
    line-height: 48px
}

.logistics_dialog {
    display: table;
    width: 478px;
    height: 208px;
    padding: 55px 40px;
    border: 1px solid #ddd
}

.logistics_dialog .title, .send_msg_dialog .title, .address_dialog .title {
    margin-bottom: 30px;
    font-size: 24px;
    text-transform: uppercase
}

.logistics_dialog .logistics {
    font-family: 'Segoe UI';
    font-size: 14px;
    line-height: 1.8
}

.send_msg_dialog .table_cell {
    padding-left: 50px;
    text-align: left
}

.address_dialog {
    display: table;
    width: 578px;
    height: 683px;
    padding: 55px 40px;
    font-size: 14px;
    color: #333;
    border: 1px solid #ddd
}

.address_dialog .label {
    line-height: 40px
}

.address_dialog .input_w input, .address_dialog textarea {
    width: 100%;
    height: 48px;
    padding-left: 10px;
    line-height: 48px;
    border: 1px solid #ddd;
    background-color: #f7f7f7;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}

.address_dialog .half_label_input {
    float: left;
    width: 49%;
    margin-left: 2%
}

.address_dialog .half_label_input:first-child {
    margin-left: 0
}

.address_dialog .input_w {
    height: 45px
}

.address_dialog .textarea_w textarea {
    height: 100px;
    padding: 10px;
    line-height: 1.35
}

.address_dialog .input_submit {
    margin-top: 20px
}

.address_dialog .greenbtn {
    width: 100%
}

.mCustomScrollBox {
    position: relative;
    overflow: hidden;
    height: 100%;
    max-width: 100%;
    outline: 0;
    direction: ltr
}

.mCSB_container {
    margin-right: 30px
}

.mCSB_scrollTools {
    position: absolute;
    width: 16px;
    height: auto;
    left: auto;
    top: 0;
    right: 0;
    bottom: 0
}

.mCSB_draggerContainer {
    position: absolute;
    top: 60px;
    left: 0;
    bottom: 10px;
    right: 0;
    height: auto
}

.mCSB_draggerRail {
    width: 4px;
    height: 100%;
    margin: 0 auto;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px
}

.mCSB_dragger {
    cursor: pointer;
    width: 100%;
    height: 30px;
    z-index: 1
}

.mCSB_dragger_bar {
    position: relative;
    width: 4px;
    height: 100%;
    margin: 0 auto;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    text-align: center
}

.mCSB_draggerRail {
    background-color: #bbb;
    filter: "alpha(opacity=40)";
    -ms-filter: "alpha(opacity=40)";
    opacity: .75
}

.mCSB_dragger_bar {
    background-color: #464646;
    filter: "alpha(opacity=75)";
    -ms-filter: "alpha(opacity=75)";
    opacity: .75
}

.top_fixed_wrap {
    z-index: 9999;
    width: 100%;
    padding:;
    text-align: center;
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1)
}

.top_fixed_wrap p {
    padding: 20px 50px 16px 50px;
    font-size: 14px;
    line-height: 1.4
}

.top_fixed_wrap p a {
    text-decoration: underline
}

.top_fixed_wrap .close {
    background: transparent url(../images/close.png) no-repeat center center;
    position: absolute;
    top: 16px;
    right: 20px;
    border: 0;
    width: 29px;
    height: 29px;
    padding: 0;
    cursor: pointer
}

.top_fixed_wrap .close span {
    position: absolute;
    top: -9999px;
    left: -9999px
}

.progress_query {
    width: 780px;
    padding: 40px;
    font-family: 'Segoe UI';
    font-size: 14px
}

.progress_query .title {
    margin-bottom: 25px;
    font-family: 'regular';
    font-size: 24px;
    color: #333;
    text-transform: uppercase
}

.progress_query .product_description table {
    border-collapse: collapse
}

.progress_query .product_description th {
    padding: 10px 20px;
    font-weight: normal;
    text-align: left;
    border: 1px solid #ddd;
    background-color: #f7f7f7
}

.progress_query .product_description td {
    padding: 20px;
    text-align: center;
    border: 1px solid #ddd
}

.progress_query .product_description .pro_about {
    padding-left: 20px;
    color: #999;
    line-height: 1.7
}

.progress_query .product_status {
    padding: 20px 0;
    line-height: 2;
    border-bottom: 1px solid #ddd
}

.progress_query .product_status .each_item .label {
    float: left;
    display: block;
    margin-right: 10px;
    color: #999
}

.progress_query .address_about {
    padding: 30px 0
}

.progress_query .address_about h2 {
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: bold;
    color: #333
}

.progress_query .address_about .detail {
    color: #000;
    line-height: 30px
}

.top_fixed_wrap {
    z-index: 999;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%
}

.aftersalelist {
    margin-bottom: 30px
}

.header {
    z-index: 99999;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%
}

.all_body_container {
    padding-top: 167px
}

.member_edit_account .searchable-select-holder {
    background-color: #fff
}

.each_edit_address .graybtn:hover {
    Color: #489e7b;
    Border-color: #489e7b
}

.error_tips_content {
    font-family: 'Segoe UI';
    padding: 75px 0;
    font-size: 16px;
    color: #333;
    border-bottom: 1px solid #eee;
    text-align: center
}

.error_tips_content .title {
    margin-bottom: 25px;
    font-family: 'regular';
    font-size: 32px;
    color: #333;
    letter-spacing: .1em
}

.error_page .summary-product-list {
    padding: 50px 0
}

.settlement_content .layouts {
    width: 1200px
}

@media screen and (min-width: 1200px) and (max-width: 1367px) {
    .contact_page .feedback_box {
        width: 550px;
        padding-right: 50px
    }
}

.dialog_open_dialog {
    margin-top: -167px
}

.long_label_input select, .half_label_input select, .address_dialog select {
    height: 50px;
    width: 100%;
    border-color: #ddd;
    background-color: #f7f7f7;
    padding: 0 5px
}

.member_edit_account .form_wrap select {
    height: 50px;
    border-color: #ddd;
    background-color: #f7f7f7;
    padding: 0 5px
}

.gray_discount {
    height: 50px;
    line-height: 50px;
    background-color: #f4f4f4
}

.gray_discount .swiper-slide {
    width: 33.33%;
    text-align: center
}

.gray_discount .each_one .icon {
    display: inline-block;
    margin-right: 5px;
    vertical-align: -5px
}

.header .logo {
    position: relative
}

.header .language_switch {
    z-index: 2;
    position: absolute;
    right: 25px;
    top: 25px;
    width: 140px;
    text-align: left;
    background: #fff;
    border: 1px solid #ebebeb
}

.header .language_switch ul {
    display: none
}

.header .language_switch img {
    display: inline-block;
    vertical-align: -5px
}

.header .language_switch li, .header .language_switch .show_wrap {
    position: relative;
    padding: 10px;
    cursor: pointer
}

.language_switch .show_wrap .r_icon {
    position: absolute;
    right: 15px;
    top: 15px;
    display: block;
    width: 14px;
    height: 7px;
    background: url(../images/Home_06.png) no-repeat center center
}

.header .language_switch li a {
    display: block
}

.header .language_switch li {
    border-top: 1px solid #ebebeb
}

.header .language_switch li.on {
    background: #e6e6e6
}

.header .language_switch li.on .r_icon {
    position: absolute;
    right: 10px;
    top: 15px;
    display: inline-block;
    width: 14px;
    height: 10px;
    background: url(../images/Home_11.png) no-repeat center center
}

.header .language_switch strong {
    margin-left: 10px;
    font-size: 14px;
    font-weight: normal;
    color: #333
}

.blog_page .loadmore_wrap {
    position: inherit
}


/**
 自定义css by jie  start ....
 */
.hide {
    display: none !important;
}

#myModal {
    background-color: #f0f0ee;
    height: 100%;
    margin: 0px;
    padding: 0px;
}

/* .pop_bg {
     position: fixed;
     left: 0;
     top: 0;
     right: 0;
     bottom: 0;
     background-color: rgba(0, 0, 0, .71);
     z-index: 10000
 }
*/
.con1 {
    box-sizing: border-box;
    max-height: 1200px;
    overflow: auto;
    text-align: center;
    font-family: Big Caslon !important;
    height: 100%;

}

.con1 p {
    margin: 0 !important
}

.img_wrapper {
    width: 50%;
    background-color: #f0f0ee;
    position: relative;
    float: left;
    margin: 30px;
}

.con_wrapper {
    float: left;
    width: 30%;
    padding-left: 6.6%;
    padding-top: 6.6%;
    text-align: left
}

.img_top {
    width: 100%;
    padding-top: 100%;
    background-color: #fff
}

.content_para {
    font-size: 16px !important;
    margin-top: 16px !important
}

.pop_canv {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.pop_title {
    font-size: 16px;
    margin-bottom: 16px
}

.p_input {
    outline: 0 !important;
    display: block;
    width: 80%;
    text-align: center;
    height: 30px;
    line-height: 50px;
    font-size: 12px;
    border: none
}

.pop_pre_btn {
    outline: 0 !important;
    display: block;
    background-color: #489e7b;
    color: #fff !important;
    border: 1px solid rgba(72, 23, 61, 0);
    font-size: 12px !important;
    height: 50px !important;
    line-height: 50px !important;
    width: 80%;
    text-align: center;
    margin-top: 18px;
    color: rgba(72, 23, 61, 0);
    cursor: pointer
}

.pop_pre_btn:hover {
    background-color: rgba(0, 0, 0, .71)
}

.content_para {
    font-size: 16px !important;
    margin-top: 16px !important
}

.content_title {
    font-size: 16px !important;
    margin-top: 16px !important
}

.pop_submit {
    bottom: 20px;
    width: 80%;
    text-align: center;
    background-color: #489e7b;
    color: #fff !important;
    border: 1px solid rgba(72, 23, 61, 0);
    font-size: 12px !important;
    height: 50px !important;
    line-height: 50px !important;
    max-width: 400px;
    min-width: 230px;
    display: inline-block;
    margin-top: 30px;
    cursor: pointer
}

.pop_submit:hover {
    background-color: rgba(0, 0, 0, .71)
}

.con1 .errEle {
    color: rgba(223, 70, 27, .85);
    margin-top: 12px
}

.pop_close {
    display: block;
    position: absolute;
    right: 40px;
    top: 35px;
    z-index: 100;
    transition: all ease-out .6s
}

.pop_close:hover {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.con1 .draw_canv {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

@media screen and (max-width: 992px) {
    .con1 {
        width: 100%;
        margin-left: 0 !important;
        top: 0;
        left: 0;
        bottom: 0;
        overflow: scroll
    }

    .con1 .img_wrapper {
        float: none;
        width: 80%;
        margin-left: 10%;
        margin-top: 10%
    }

    .con1 .con_wrapper {
        float: none;
        width: 80%;
        margin-left: 10%;
        margin-top: 10%
    }

    .con1 .pop_title {
        text-align: center
    }

    .con1 .pop_input {
        margin-left: 10%
    }

    .con1 .pop_pre_btn {
        margin-left: 10%
    }

    .con1 .pop_content {
        margin-left: 10%
    }

    .con1 .errEle {
        margin-left: 10%
    }
}

@media screen and (max-width: 768px) {
    .con1 {
        width: 100%;
        top: 55px;
        left: 0;
        bottom: 0;
        overflow: scroll
    }

    .con1 .img_wrapper {
        width: 100%;
        margin-left: 0;
        margin-top: 0
    }
}

.clear {
    clear: both;
    visibility: visible
}

.clear:after {
    display: block;
    height: 0;
    content: ''
}

.con1 .pop_content {

}


/* MARGINS & PADDINGS */

.p-xxs {
    padding: 5px;
}

.p-xs {
    padding: 10px;
}

.p-sm {
    padding: 15px;
}

.p-m {
    padding: 20px;
}

.p-md {
    padding: 25px;
}

.p-lg {
    padding: 30px;
}

.p-xl {
    padding: 40px;
}

.m-xxs {
    margin: 2px 4px;
}

.m-xs {
    margin: 5px;
}

.m-sm {
    margin: 10px;
}

.m {
    margin: 15px;
}

.m-md {
    margin: 20px;
}

.m-lg {
    margin: 30px;
}

.m-xl {
    margin: 50px;
}

.m-n {
    margin: 0 !important;
}

.m-l-none {
    margin-left: 0;
}

.m-l-xs {
    margin-left: 5px;
}

.m-l-sm {
    margin-left: 10px;
}

.m-l {
    margin-left: 15px;
}

.m-l-md {
    margin-left: 20px;
}

.m-l-lg {
    margin-left: 30px;
}

.m-l-xl {
    margin-left: 40px;
}

.m-l-n-xxs {
    margin-left: -1px;
}

.m-l-n-xs {
    margin-left: -5px;
}

.m-l-n-sm {
    margin-left: -10px;
}

.m-l-n {
    margin-left: -15px;
}

.m-l-n-md {
    margin-left: -20px;
}

.m-l-n-lg {
    margin-left: -30px;
}

.m-l-n-xl {
    margin-left: -40px;
}

.m-t-none {
    margin-top: 0;
}

.m-t-xxs {
    margin-top: 1px;
}

.m-t-xs {
    margin-top: 5px;
}

.m-t-sm {
    margin-top: 10px;
}

.m-t {
    margin-top: 15px;
}

.m-t-md {
    margin-top: 20px;
}

.m-t-lg {
    margin-top: 30px;
}

.m-t-xl {
    margin-top: 40px;
}

.m-t-n-xxs {
    margin-top: -1px;
}

.m-t-n-xs {
    margin-top: -5px;
}

.m-t-n-sm {
    margin-top: -10px;
}

.m-t-n {
    margin-top: -15px;
}

.m-t-n-md {
    margin-top: -20px;
}

.m-t-n-lg {
    margin-top: -30px;
}

.m-t-n-xl {
    margin-top: -40px;
}

.m-r-none {
    margin-right: 0;
}

.m-r-xxs {
    margin-right: 1px;
}

.m-r-xs {
    margin-right: 5px;
}

.m-r-sm {
    margin-right: 10px;
}

.m-r {
    margin-right: 15px;
}

.m-r-md {
    margin-right: 20px;
}

.m-r-lg {
    margin-right: 30px;
}

.m-r-xl {
    margin-right: 40px;
}

.m-r-n-xxs {
    margin-right: -1px;
}

.m-r-n-xs {
    margin-right: -5px;
}

.m-r-n-sm {
    margin-right: -10px;
}

.m-r-n {
    margin-right: -15px;
}

.m-r-n-md {
    margin-right: -20px;
}

.m-r-n-lg {
    margin-right: -30px;
}

.m-r-n-xl {
    margin-right: -40px;
}

.m-b-none {
    margin-bottom: 0;
}

.m-b-xxs {
    margin-bottom: 1px;
}

.m-b-xs {
    margin-bottom: 5px;
}

.m-b-sm {
    margin-bottom: 10px;
}

.m-b {
    margin-bottom: 15px;
}

.m-b-md {
    margin-bottom: 20px;
}

.m-b-lg {
    margin-bottom: 30px;
}

.m-b-xl {
    margin-bottom: 40px;
}

.m-b-n-xxs {
    margin-bottom: -1px;
}

.m-b-n-xs {
    margin-bottom: -5px;
}

.m-b-n-sm {
    margin-bottom: -10px;
}

.m-b-n {
    margin-bottom: -15px;
}

.m-b-n-md {
    margin-bottom: -20px;
}

.m-b-n-lg {
    margin-bottom: -30px;
}

.m-b-n-xl {
    margin-bottom: -40px;
}

.space-15 {
    margin: 15px 0;
}

.space-20 {
    margin: 20px 0;
}

.space-25 {
    margin: 25px 0;
}

.space-30 {
    margin: 30px 0;
}

.star_img_size {
    width:50px;
    height:50px;
}
.star_img_wrap{
    border: 1px solid #ccc;
    width:50px;
    height:50px;
    display: inline-block;
    margin-right:6px;
    margin-top:3px;
}
.star_img_wrap_selected{
    border: 1px solid #479e7a;
}

.pright{
    margin-left:10px;
}
.add_tag{
    border: 1px solid #ccc;
    height: 120px;
    width: 120px;
    text-align: center;
}
.add_tag a{
    position: relative;
    top:50px;
}
.pright .tag_part_img{
    position: relative;
    top: -45px;
    width: 120px;
    text-align: center;
}
.pright .tag_part_img img{
    position: relative;
    width: 40px;
    top: -45px;
}
.pright .tag_part_img span{
    position: relative;
    top: -4px;
    color: #ececec;
    display: block;
    transform: scale(.5) translateX(50%);
    -webkit-transform: scale(.5) translateX(50%);
}

.small-font{
    font-size:16px;

    transform: scale(0.50);
    transform-origin:0 0;

    -ms-transform: scale(0.50);         /* IE 9 */
    -ms-transform-origin:0 0;       /* IE 9 */

    -webkit-transform: scale(0.50); /* Safari 和 Chrome */
    -webkit-transform-origin:0 0;   /* Safari 和 Chrome */

    -moz-transform: scale(0.50);        /* Firefox */
    -moz-transform-origin:0 0;      /* Firefox */

    -o-transform: scale(0.50);      /* Opera */
    -o-transform-origin:0 0;        /* Opera */
}

.member_points{
    display: block;
    width: 26%;
    height: 44px;
    line-height: 44px;
    background: #2e2e30;
    color: #fff;
    text-align: center;
    font-size: 18px;
}
.member_duihuan{
    display: block;
    width: 40%;
    height: 44px;
    line-height: 44px;
    background: #2e2e30;
    color: #fff;
    text-align: center;
    font-size: 18px;
}

/**
 自定义css  by jie  end ...
 */

