.header_content_height{
    display: none;}
.FontColor, a.FontColor, a.FontColor:hover {
    color: #02a0c0
}

.FontBgColor {
    background-color: #02a0c0
}

.FontBorderColor {
    border-color: #02a0c0
}

.transition3 {
    transition: all .3s ease-in-out
}

@font-face {
    font-family: bxweb;
    src: url(../fonts/iconfont.eot);
    src: url(../fonts/iconfont.eot#iefix) format('embedded-opentype'), url(../fonts/iconfont.woff) format('woff'), url(../fonts/iconfont.ttf) format('truetype'), url(../images/iconfont.svg#bxweb) format('svg')
}

@font-face {
    font-family: ZenIcon;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/zenicon.eot);
    src: url(../fonts/zenicon.eot#iefix) format('embedded-opentype'), url(../fonts/zenicon.woff) format('woff'), url(../fonts/zenicon.ttf) format('truetype'), url(../images/zenicon.svg#regular) format('svg')
}

@font-face {
    font-family: HelveticaLTStd-Light;
    src: url(../fonts/font.woff2) format("woff2"), url(../fonts/font.woff) format("woff"), url(../fonts/font.eot) format("embedded-opentype"), url(../images/font.svg) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Poppins-SemiBold;
    src: url(../fonts/font_1.woff2) format("woff2"), url(../fonts/font_1.woff) format("woff"), url(../fonts/font_1.eot) format("embedded-opentype"), url(../images/font_1.svg) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Opensans-Regular;
    src: url(../fonts/font_2.woff2) format("woff2"), url(../fonts/font_2.woff) format("woff"), url(../fonts/font_2.eot) format("embedded-opentype"), url(../images/font_2.svg) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: OpenSans-Bold;
    src: url(../fonts/font_3.woff2) format("woff2"), url(../fonts/font_3.woff) format("woff"), url(../fonts/font_3.eot) format("embedded-opentype"), url(../images/font_3.svg) format("svg");
    font-weight: 400;
    font-style: normal
}

@charset "UTF-8";
@font-face {
    font-family: HelveticaLTStd-Light;
    src: url(../fonts/font_4.woff2) format("woff2"), url(../fonts/font_4.woff) format("woff"), url(../fonts/font_4.eot) format("embedded-opentype"), url(../images/font_4.svg) format("svg");
    font-weight: 400;
    font-style: normal
}

@charset "UTF-8";
@font-face {
    font-family: Poppins-SemiBold;
    src: url(../fonts/font_5.woff2) format("woff2"), url(../fonts/font_5.woff) format("woff"), url(../fonts/font_5.eot) format("embedded-opentype"), url(../images/font_5.svg) format("svg");
    font-weight: 400;
    font-style: normal
}

body, button, dd, div, dl, dt, form, h1, h3, h4, h5, html, input, li, p, ul {
    margin: 0;
    padding: 0
}

body, button, input {
    font-size: 14px;
    color: #333;
    font-family: Arial;
    -webkit-text-size-adjust: none;
    outline: 0
}

body, html, img {
    border: none
}

em, i {
    font-style: normal
}

li {
    list-style: none
}

h1, h3, h4, h5 {
    font-size: 100%
}

em, h1, h3, h4, h5 {
    font-weight: 400
}

a, button {
    cursor: pointer
}

a {
    text-decoration: none
}

input {
    outline: 0;
    -webkit-tap-highlight-color: transparent
}

button, input[type=submit], input[type=text] {
    -webkit-appearance: none;
    border: 1px #ddd solid;
    outline: 0
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #fff inset
}

@media (max-width: 768px) {
    button, input[type=submit], input[type=text] {
        -webkit-appearance: none;
        outline: 0;
        border: 0
    }
}

.trans3 {
    transition: all .3s ease-out
}

.fl {
    float: left
}

.fr {
    float: right
}

.clear {
    margin: 0 auto;
    clear: both;
    height: 0;
    font-size: 0;
    overflow: hidden
}

.blank20 {
    margin: 0 auto;
    clear: both;
    height: 20px;
    font-size: 1px;
    overflow: hidden
}

a {
    color: #333;
    text-decoration: none
}

a:hover {
    text-decoration: underline
}

#go_top {
    display: block;
    height: 24px;
    line-height: 24px;
    color: #fff;
    text-align: center;
    font-size: 14px
}

#go_top:hover {
    text-decoration: none
}

#chat_window {
    position: fixed;
    right: 50px;
    bottom: 150px;
    z-index: 1000
}

#chat_window .chat_box .menu a {
    width: 50px;
    height: 50px;
    display: block;
    border-radius: 100%;
    margin-bottom: 6px;
    background: #07bb8a url(../images/icon_chat_menu.png) no-repeat 0 0
}

#chat_window .chat_box .menu #go_top {
    display: none
}

#chat_window .chat_box .menu .top {
    background-position: 0 -50px;
    background-color: #b0b0b0
}

@media (max-width: 768px) {
    #chat_window {
        width: 40px;
        height: 40px;
        bottom: 40%;
        right: 10px
    }

    #chat_window .chat_box .menu a.top {
        width: 40px;
        height: 40px;
        border-radius: 3px;
        background-size: 40px auto;
        background-position: 0 -42px;
        opacity: .5
    }
}

html {
    font-family: Arial
}

body {
    font-size: 12px
}

img {
    max-height: 100%;
    max-width: 100%
}

.hide {
    display: none
}

.clearfix:after {
    content: '';
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

@media (max-width: 1000px) {
    .follow_us_list li > a:focus, .follow_us_list li > a:hover {
        transform: none;
        -webkit-transform: none
    }
}

.review_star {
    font-size: 0;
    text-align: center;
    display: inline-block
}

.review_star span {
    display: inline-block
}


.review_star_l span {
    width: 15px;
    height: 15px;
    margin-right: 5px
}

.follow_us_list {
    min-height: 40px;
    padding: 0
}

.follow_us_list li {
    width: 40px;
    margin-right: 10px;
    display: inline-block
}

.follow_us_list li > a {
    width: inherit;
    height: 40px;
    display: block;
    line-height: 40px;
    white-space: nowrap;
    text-indent: -999px;
    overflow: hidden;
    background-image: url(../images/icon_follow_0.png);
    background-repeat: no-repeat;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out
}

.follow_us_list li > a:focus, .follow_us_list li > a:hover {
    transform: translateY(-4px);
    -webkit-transform: translateY(-4px)
}

.follow_us_type_6 li > a {
    background-image: url(../images/icon_follow_6.png)
}

.icon_follow_facebook {
    background-position: 0 0
}

.icon_follow_twitter {
    background-position: 0 -40px
}

.icon_follow_linkedin {
    background-position: 0 -120px
}

.icon_follow_google {
    background-position: 0 -200px
}

.icon_follow_instagram {
    background-position: 0 -280px
}

#go_top {
    display: block;
    height: 24px;
    line-height: 24px;
    color: #fff;
    text-align: center;
    font-size: 14px
}

#go_top:hover {
    text-decoration: none
}

.chat_box {
    margin: 0 auto
}

.partner {
    text-align: center
}

.partner .partners_box {
    margin-bottom: 22px
}

.partners_box a {
    display: inline-block;
    margin: 5px
}

.partners_box img {
    max-width: 200px;
    max-height: 32px;
    vertical-align: middle
}

.prod_price em {
    display: inline-block;
    line-height: 19px;
    margin-right: 3px
}

.default_nav_style li {
    float: left
}

.default_nav_style li > a {
    display: block;
    padding: 0 20px
}

.default_nav .nav_sec {
    display: none;
    width: 100%;
    position: absolute;
    left: 0;
    top: 100%;
    opacity: 0;
    padding-top: 1px;
    z-index: 999;
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 460px;
    margin-top: 30px;
    box-shadow: 5px 5px 10px -5px rgba(0, 0, 0, .12);
    background: #fff
}

.default_nav .small_nav_sec {
    border-bottom: none;
    width: 260px;
    padding-top: 1px;
    max-height: none;
    overflow: visible
}

.default_nav .nav_sec .top {
    height: 0
}

.default_nav .nav_sec .nav_list {
    position: relative;
    float: left
}

.default_nav .small_nav_sec .nav_list {
    float: none
}

.default_nav .nav_sec .nav_list:after {
    content: '';
    display: block;
    width: 100%;
    clear: both
}

.default_nav .nav_sec .nav_sec_box {
    min-height: 200px;
    padding: 7px 20px 12px;
    background: #fff
}

.default_nav .small_nav_sec .nav_sec_box {
    background: #fff;
    min-height: 0;
    padding: 13px 0 17px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .12)
}

.default_nav .nav_sec .nav_sec_item {
    float: left;
    margin: 5px 10px 20px;
    width: 160px
}

.default_nav .nav_sec .nav_sec_item dt a {
    color: #000;
    font-size: 14px;
    display: block;
    height: 22px;
    line-height: 22px;
    padding: 7px 0;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left;
    padding: 0
}

.default_nav .small_nav_sec .nav_sec_item {
    margin: 0;
    width: 100%;
    position: relative
}

.default_nav .small_nav_sec .nav_sec_item a, .default_nav .small_nav_sec .nav_sec_item dt a {
    position: relative;
    display: block;
    height: 20px;
    line-height: 20px;
    padding: 5px 20px;
    color: #000;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px
}

.default_nav .small_nav_sec .nav_sec_item a:hover {
    color: #000
}

.default_nav .nav_sec .nav_img {
    float: left;
    width: 320px;
    font-size: 0;
    text-align: right;
    white-space: normal
}

.default_language_currency_style {
    line-height: 30px;
    float: left;
    position: relative;
    cursor: pointer
}

.default_language_currency_style dt {
    padding: 0 26px 0 10px
}

.default_language_currency_style dt i {
    width: 11px;
    height: 5px;
    position: absolute;
    top: 0;
    right: 8px;
    bottom: 0;
    margin: auto
}

.default_language_currency_style i:before {
    content: '';
    width: 0;
    height: 0;
    border-width: 5px 5.5px 0;
    border-style: solid;
    border-color: transparent;
    border-top-color: #646464;
    position: absolute
}

#default_language_currency_box {
    width: 960px;
    background: #fff;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
    z-index: 999999
}

#default_language_currency_box h4 {
    height: 55px;
    line-height: 55px;
    text-align: center;
    font-size: 20px;
    border-bottom: 1px solid #ddd
}

#default_language_currency_box h4 i {
    display: block;
    width: 50px;
    height: 50px;
    position: absolute;
    right: 0;
    top: 0;
    background: url(../images/icon_close1.jpg) center no-repeat;
    cursor: pointer
}

#default_language_currency_box .default_language_currency_container {
    height: 100%;
    height: calc(100% - 56px - 80px);
    padding: 30px 0 30px 30px;
    box-sizing: border-box
}

#default_language_currency_box .default_language_currency_container .default_language_currency_scroll {
    height: 100%;
    overflow: auto
}

#default_language_currency_box .default_language_currency_container h5 {
    line-height: 24px;
    margin-bottom: 15px;
    font-size: 18px;
    color: #555;
    text-align: left
}

#default_language_currency_box .default_language_currency_container .default_language_currency_list a {
    display: block;
    width: 213px;
    height: 50px;
    line-height: 50px;
    margin-left: 15px;
    margin-bottom: 15px;
    padding: 0 15px;
    background: #f5f5f5;
    font-size: 14px;
    text-align: left;
    box-sizing: border-box;
    border-radius: 3px;
    float: left;
    overflow: hidden
}

#default_language_currency_box .default_language_currency_container .default_language_currency_list a:hover {
    text-decoration: none;
    background: #dedede
}

#default_language_currency_box .default_language_currency_container .default_language_currency_list.default_currency_item a {
    font-size: 16px
}

#default_language_currency_box .default_language_currency_container .default_language_currency_list a:nth-child(4n+1) {
    margin-left: 0
}

#default_language_currency_box .default_language_currency_container .default_language_currency_list a.current {
    background: #dedede
}

#default_language_currency_box .default_language_currency_container .default_language_currency_list img {
    vertical-align: middle;
    margin-right: 7px
}

#default_language_currency_box .default_language_currency_submit {
    width: 290px;
    height: 50px;
    line-height: 50px;
    margin: 0 auto;
    margin-bottom: 30px;
    background: #222;
    color: #fff;
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
    border-radius: 3px;
    cursor: pointer
}

#default_search_box {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgba(0, 0, 0, .8);
    left: 0;
    top: 0;
    z-index: 9999
}

#default_search_box .form {
    width: 50%;
    max-width: 500px;
    height: 50px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto
}

#default_search_box .form i {
    width: 30px;
    height: 30px;
    position: absolute;
    right: -60px;
    top: -60px;
    background: url(../images/search_close.png) center no-repeat;
    cursor: pointer
}

#default_search_box .text {
    width: 100%;
    height: 50px;
    line-height: 50px;
    border: 0;
    border-bottom: 1px solid #fff;
    padding-right: 35px;
    color: #fff;
    background: 0 0;
    outline: 0;
    text-indent: 10px;
    box-sizing: border-box
}

#default_search_box .button {
    width: 35px;
    height: 48px;
    position: absolute;
    right: 0;
    top: 0;
    background: url(../images/search_btn.png) center no-repeat;
    cursor: pointer;
    border: 0;
    outline: 0
}

.default_shopping_cart {
    position: relative
}

.default_shopping_cart_down .cart_note {
    position: absolute;
    left: -1px;
    top: 100%;
    width: 368px;
    background: #fff;
    display: none;
    z-index: 1001;
    cursor: default
}

.default_account_style {
    line-height: 30px;
    position: relative;
    display: inline-block
}

.themes_dropdown {
    box-shadow: 0 0 7px rgba(0, 0, 0, .3);
    border: 1px solid #ddd;
    border-radius: 6px
}

.themes_popups {
    border-radius: 6px;
    box-shadow: 0 3px 7px rgba(0, 0, 0, .3)
}

.themes_box_title {
    color: #333
}

.themes_products_title {
    color: #333
}

.themes_products_price {
    color: #c00
}

.themes_products_origin_price {
    color: #999
}

@font-face {
    font-family: icons;
    src: url(../fonts/icons.eot);
    src: url(../fonts/icons.eot#iefix) format("embedded-opentype"), url(../fonts/icons.woff2) format("woff2"), url(../fonts/icons.woff) format("woff"), url(../fonts/icons.ttf) format("truetype"), url(../images/icons.svg#uxfonteditor) format("svg")
}

.global_shopping_cart_bg {
    display: none;
    position: fixed;
    top: 0;
    right: 400px;
    bottom: 0;
    left: 0;
    z-index: 100001
}

.global_shopping_cart_box {
    width: 340px;
    padding: 0 30px;
    position: fixed;
    top: 0;
    right: -400px;
    bottom: 0;
    background-color: #1f2021;
    color: #fff;
    z-index: 100001;
    font-family: 'MS Serif', serif;
    transition: all .2s ease-out
}

@media screen and (max-width: 500px) {
    .global_shopping_cart_bg {
        right: 300px
    }

    .global_shopping_cart_box {
        width: 270px;
        padding: 0 15px
    }
}

@media (max-width: 750px) {
    .partners_box {
        text-align: center;
        font-size: 0;
        margin-bottom: 16px
    }

    .partners_box a {
        display: inline-block;
        width: 20%;
        margin: 0 2.5% 5px;
        font-size: 12px;
        color: #fff;
        box-sizing: border-box
    }

    .partners_box a img {
        vertical-align: middle
    }
}

a[class]:hover {
    text-decoration: none
}

#banner_edit .banner_tab {
    bottom: 2.6vw
}

#banner_edit .banner_tab a {
    height: auto;
    width: 1.5em;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4em;
    opacity: 1;
    border-radius: 0;
    margin: 0 3%;
    cursor: pointer
}

.title0 {
    font-size: 40px;
    padding: 25px 0
}

.btn_cirlce, body a.btn_cirlce {
    display: inline-block;
    width: 51px;
    height: 51px;
    line-height: 51px;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
    vertical-align: middle
}

.h_blank {
    display: none;
    clear: both
}

.icon_seckill {
    position: absolute;
    top: 0;
    left: 0;
    padding: 5px 15px;
    font-size: 12px;
    z-index: 2
}

.icon_seckill {
    display: none
}

.start_box {
    margin-top: 25px
}

.prod_price {
    font-size: 20px;
    font-weight: 700
}

.prod_price em {
    font-weight: 700;
    margin-right: 0
}

.prod_price del {
    font-size: 16px;
    font-weight: 400;
    font-style: italic
}

.prod_price del em {
    font-weight: 400;
    text-decoration: line-through;
    font-style: italic
}

.button_next, .button_prev {
    display: inline-block;
    margin: 30% 4% 0
}

.button_next.btn_cirlce, .button_prev.btn_cirlce {
    width: 51px;
    height: 51px
}

.ipro .slide {
    width: 19%;
    padding: 1% 2%;
    margin: 0 1%;
    position: relative;
    float: left;
    transition: all .3s;
    margin-bottom: 20px;
}

.ipro .slide .img {
    display: block;
    vertical-align: middle;
    text-align: center;
    position: relative;
    width: 100%;
    padding-top: 100%
}

.ipro .slide .img img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto
}

.ipro .slide .img:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%
}

.ipro .slide:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, .2)
}

.ipro .info {
    padding: 15px 0 0
}

.ipro .info h3 {
    margin-bottom: 25px;
    padding: 0 10px;
    font-size: 18px;
    line-height: 32px;
    height: 64px;
    overflow: hidden
}

.index_products {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto
}

.index_products .cart_btn {
    display: block;
    width: 59%;
    height: 46px;
    line-height: 46px;
    margin: 25px auto 0;
    font-size: 15px;
    padding: 0
}

.index_products .total_reviews {
    display: block;
    text-align: center;
    font-size: 14px;
    line-height: 32px
}

.ipro_l {
    width: 49.32%;
    position: relative;
    overflow: hidden
}

.ipro_l a {
    display: block
}

.ipro_l a:after, .ipro_l a:before {
    content: "";
    width: 100%;
    height: 100%;
    opacity: 0;
    position: absolute;
    top: 0;
    left: -100%;
    z-index: 1;
    transition: all .6s ease 0s
}

.ipro_l a:after {
    left: auto;
    right: -100%
}

.ipro_l a:hover:before {
    left: 50%;
    opacity: 1
}

.ipro_l a:hover:after {
    right: 50%;
    opacity: 1
}

.title_60 {
    font-size: 60px;
    white-space: pre-line;
    line-height: 1em
}

.btn0 {
    display: inline-block;
    width: 191px;
    height: 53px;
    line-height: 53px;
    text-align: center;
    font-size: 18px
}

.ipro_l .hover_text {
    padding-left: 6.8%;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    padding-top: 10.3%;
    box-sizing: border-box
}

.ipro_l .hover_text .title_60 {
    margin-bottom: 10px
}

.ipro_l a:hover .title_60 {
    margin-left: 20px
}

.ipro_l a:hover .btn0 {
    margin-left: 20px
}

.updates .bx_text_p2 {
    margin: 15px 0 20px
}

.updates .swiper_container {
    max-width: 1160px;
    margin: 0 auto
}

.updates .slide {
    width: 570px;
    float: left;
    margin-right: 20px
}

.updates .slide h3 {
    font-size: 18px;
    line-height: 32px;
    height: 64px;
    overflow: hidden
}

.time {
    font-size: 12px
}

.updates .button_prev.btn_cirlce {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto
}

.updates .button_next.btn_cirlce {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto
}

.index_cate_box {
    width: 100%;
    max-width: 1770px;
    margin: 60px auto 0
}

.index_cate_box .cate_list_box {
    width: 100%;
    max-width: 1440px;
    margin: 10px auto 0;
    overflow: hidden;
    text-align: center
}

.index_cate_box .cate_list_box .cate_item {
    width: 18.6111%;
    float: left;
    margin-right: 1.5%;
    border-radius: 8px;
    overflow: hidden
}

.index_cate_box .cate_list_box .cate_item a {
    text-decoration: none
}

.index_cate_box .cate_list_box .cate_item:last-child {
    margin-right: 0
}

.index_cate_box .cate_list_box .cate_item .cate_img {
    width: 100%;
    position: relative;
    padding-top: 100%;
    box-sizing: border-box
}

.index_cate_box .cate_list_box .cate_item .cate_img img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    transition: all .3s
}

.index_cate_box .cate_list_box .cate_item .cate_name {
    margin-top: 10px;
    text-align: center;
    font-size: 24px;
    line-height: 38px;
    height: 76px;
    margin-bottom: 20px
}

.index_cate_box .big_img {
    width: 100%;
    max-width: 1770px;
    position: relative;
    margin-top: 100px;
    overflow: hidden
}

.index_cate_box .big_img img {
    transition: all .3s
}

.index_cate_box .big_img .title {
    position: absolute;
    top: 24.90697%;
    left: 12.37288%;
    width: 27.11864%;
    line-height: 63px;
    font-size: 60px
}

.index_cate_box .big_img .subtitle {
    position: absolute;
    top: 56.30232%;
    left: 12.37288%;
    width: 27.11864%;
    line-height: 43px;
    font-size: 26px
}

.index_cate_box .cate_list_box .cate_item:hover .cate_img img {
    top: -10px
}

.index_cate_box .big_img:hover img {
    transform: scale(1.05)
}

@media (max-width: 1600px) {
    .index_cate_box .big_img .title {
        top: 20%
    }

    .index_cate_box .big_img .subtitle {
        width: 40%
    }
}

@media (max-width: 1366px) {
    .bx_fs32 {
        font-size: 22px
    }

    .updates .bx_text_p2 {
        font-size: 14px
    }

    .updates .slide {
        width: 472.5px;
        margin-right: 15px
    }

    .index_cate_box .big_img .title {
        width: 40%
    }
}

@media (max-width: 1200px) {
    .ipro .slide {
        width: 44%;
        margin-bottom: 40px
    }

    .ipro .slide:hover {
        box-shadow: none
    }

    .h_blank {
        display: block
    }

    .index_products .cart_btn {
        padding: 0 .625rem
    }

    .index_cate_box .cate_list_box .cate_item {
        width: 18.59%
    }

    .index_cate_box .cate_list_box .cate_item .cate_img {
        width: 90%;
        padding-top: 90%;
        margin: 0 auto
    }

    .index_cate_box .cate_list_box .cate_item .cate_name {
        font-size: 20px
    }

    .index_cate_box .big_img .title {
        top: 10%;
        font-size: 50px
    }

    .index_cate_box .big_img .subtitle {
        font-size: 22px
    }
}

@media (max-width: 1000px) {
    .button_next.btn_cirlce, .button_prev.btn_cirlce {
        width: 32px;
        height: 32px
    }

    .ipro .slide .bg {
        opacity: 1
    }

    .ipro .info {
        padding-top: 7px;
        padding-bottom: 20px
    }

    .ipro .info h3 {
        margin-bottom: 7px
    }

    .ipro_l {
        width: 100%;
        margin-bottom: 20px
    }

    .title_60 {
        font-size: 23px
    }

    .title0 {
        font-size: 20px;
        padding: 10px 0
    }

    .btn0 {
        width: 81px;
        height: 21px;
        line-height: 21px;
        font-size: 12px
    }

    .block_xs {
        display: block
    }

    .updates .bx_text_p2 {
        margin: 7px 0 20px
    }

    .bx_fs32 {
        font-size: 14px
    }

    .updates .container {
        max-width: 100%
    }

    .updates .slide {
        width: 48vw;
        margin-right: 2vw
    }

    .index_cate_box {
        margin-top: 30px
    }

    .index_cate_box .cate_list_box .cate_item {
        width: 44%;
        margin: 2.5%
    }

    .index_cate_box .cate_list_box .cate_item .cate_name {
        line-height: 25px;
        height: 50px;
        font-size: 18px
    }

    .index_cate_box .cate_list_box .cate_item:last-child {
        width: 93%;
        position: relative
    }

    .index_cate_box .cate_list_box .cate_item:last-child .cate_img {
        width: 50%;
        padding-top: 50%;
        float: left
    }

    .index_cate_box .cate_list_box .cate_item:last-child .cate_name {
        display: block;
        width: 50%;
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
        height: auto
    }

    .index_cate_box .big_img {
        margin-top: 40px
    }

    .index_cate_box .big_img .title {
        line-height: 40px;
        font-size: 30px
    }

    .index_cate_box .big_img .subtitle {
        line-height: 25px;
        width: 35%;
        font-size: 12px
    }
}

@media (max-width: 700px) {
    .index_cate_box .cate_list_box {
        width: auto;
        margin: 10px 3% 0
    }

    .index_cate_box .cate_list_box .cate_item {
        width: 46.5%;
        margin: 0 5% 5% 0
    }

    .index_cate_box .cate_list_box .cate_item:nth-child(2n) {
        margin-right: 0
    }

    .index_cate_box .cate_list_box .cate_item:last-child {
        width: 99%;
        margin-bottom: 0
    }

    .index_cate_box .big_img .title {
        line-height: 26px;
        font-size: 18px
    }

    .index_cate_box .big_img .subtitle {
        line-height: 18px;
        top: 52%;
        font-size: 12px
    }
}

@media (max-width: 500px) {
    .updates .slide {
        width: 100vw;
        margin-right: 0
    }

    .ipro .slide {
        width: 46%;
        padding: 0 1%;
        margin: 0 1%
    }

    .index_cate_box .big_img .title {
        left: 5%;
        line-height: 36px;
        font-size: 30px;
        width: 45%
    }

    .index_cate_box .big_img .subtitle {
        display: none
    }
}

body, html {
    color: #333
}

.themes_title {
    color: #000
}

.themes_subtitle {
    color: #999
}

.themes_sales {
    background-color: #02a0c0
}

.themes_box_title {
    color: #000;
    font-family: Poppins-SemiBold
}

.themes_products_title {
    color: #000;
    font-family: HelveticaLTStd-Light
}

.themes_products_price {
    font-family: HelveticaLTStd-Light;
    color: #02a0c0;
}
.ipro .themes_products_price {
    font-family: HelveticaLTStd-Light;
    color: #02a0c0;
    justify-content: center;
    align-items: center;
    display: flex;
}

.themes_article_title {
    color: #000;
    font-family: HelveticaLTStd-Light
}

.themes_article_subtitle {
    font-family: HelveticaLTStd-Light;
    color: #999
}

.themes_products_origin_price {
    color: #999;
    font-family: HelveticaLTStd-Light
}

html {
    font-family: Arial
}

.pop {
    font-family: Poppins-SemiBold
}

.hvt {
    font-family: HelveticaLTStd-Light
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #fff inset
}

.header_right .r_right {
    background: #02a0c0
}

.default_shopping_cart_style {
    font-family: Poppins-SemiBold
}

.default_shopping_cart_style .cart_count {
    color: #333;
    background: #ffc000
}

.default_shopping_cart_style .text_0 {
    color: #fff
}

.default_shopping_cart_down .cart_note {
    border-color: #ddd;
    box-shadow: 0 0 15px 0 rgba(153, 153, 153, .5)
}

.default_newsletter_style .top_text {
    color: #fff
}

.default_newsletter_form .subscribe {
    background-color: #02a0c0;
    color: #fff;
    font-family: Poppins-SemiBold
}

.news {
    background-color: #4f6070;
    color: #fff
}

.default_foot_menu_style .menu_list {
    border-right: 1px solid #606e7c
}

.default_foot_menu_style .menu_list:last-child {
    border-right: 1px
}

.default_foot_menu_style dl dt {
    font-family: Poppins-SemiBold
}

.default_foot_menu_style dl dd a {
    color: #fff;
    font-family: HelveticaLTStd-Light
}

.default_foot_menu_style dl dd a:hover {
    color: #02a0c0
}

.footer {
    color: #fff
}

.index_cate_box .cate_list_box .cate_item {
    border: 1px solid #cfcfcf
}

.index_cate_box .cate_list_box .cate_item .cate_name {
    font-family: Poppins-SemiBold
}

.index_cate_box .big_img .title {
    color: #fff;
    font-family: OpenSans-Bold
}

.index_cate_box .big_img .subtitle {
    color: #fff;
    font-family: Opensans-Regular
}

@media (max-width: 1200px) {
    .default_shopping_cart_style {
        background-position: center
    }
}

@media (max-width: 1000px) {
    .header_right .r_right {
        background: 0 0
    }

    .default_foot_menu_style .menu_list {
        border-bottom: 1px solid rgba(196, 196, 196, .14);
        border-right: 0
    }

    .default_foot_menu_style .menu_list:first-of-type {
        border-top: 1px solid rgba(196, 196, 196, .14)
    }

    .default_foot_menu_style .menu_list dt {
        color: #fff
    }

    .default_foot_menu_style .menu_list dl dd {
        border-top: 1px solid rgba(196, 196, 196, .14)
    }
}

.bx_nav_one {
    background: #fff
}

.bx_nav ul li {
    color: #666;
    background-color: #fff
}

.bx_nav ul li > a {
    color: #333
}

.bx_nav ul li > a:before {
    border-top: 4px solid transparent
}

.bx_nav ul li.has_sec > a:after {
    font-family: bxweb !important
}

.bx_nav ul li > a:hover:before {
    border-color: #02a0c0
}

.bx_nav ul li > a:hover, .bx_nav ul li > a:hover:after {
    color: #02a0c0
}

@media (max-width: 1000px) {
    .bx_nav {
        box-shadow: 0 2px 8px 2px rgba(198, 201, 208, .5)
    }
}

.hamburger .line {
    background-color: #333
}

[class^=icon_] {
    font-family: ZenIcon
}

#banner_edit .banner_tab a {
    border-bottom: 2px solid transparent;
    background: 0 0;
    color: #666
}

#banner_edit .banner_tab a.on {
    background: 0 0;
    border-bottom: 2px solid #02a0c0;
    color: #02a0c0
}

.btn_cirlce, body a.btn_cirlce {
    border: 1px solid #d9d9d9;
    color: #333
}

.btn_cirlce:hover, body a.btn_cirlce:hover {
    color: #fff;
    background: #02a0c0;
    border-color: #02a0c0
}

.icon_seckill {
    color: #fff
}

.button_next.btn_cirlce, .button_prev.btn_cirlce {
    background-size: 15px 15px;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #fff
}

.button_prev.btn_cirlce:hover {
    background-color: #02a0c0
}

.button_next.btn_cirlce:hover {
    background-color: #02a0c0
}

.white {
    color: #fff
}

.title_60 {
    font-family: Poppins-SemiBold;
    color: #333
}

.title_60.white {
    color: #fff
}

.btn0 {
    border: 1px solid #333;
    font-family: Poppins-SemiBold;
    color: #333
}

.btn0.white {
    color: #fff;
    border-color: #fff
}

.updates .slide:hover {
    background-color: #f8f8f8
}

.time {
    color: #8b8e93;
    font-family: Poppins-SemiBold
}

.ipro_l a:after, .ipro_l a:before {
    background: rgba(144, 144, 144, .1)
}

.index_products .cart_btn {
    background: #02a0c0;
    color: #fff;
    font-family: Poppins-SemiBold
}

.trans3 {
    transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out
}

.l {
    float: left
}

.r {
    float: right
}

img {
    vertical-align: middle
}

.clearfix::after {
    content: '';
    display: block;
    clear: both
}

.bx_relative {
    position: relative
}

.text_center {
    text-align: center
}

.pull_left {
    float: left
}

@media (max-width: 1000px) {
    .hidden_xs {
        display: none !important
    }
}

.container {
    width: 100%;
    margin: 0 auto;
    padding-left: 10px !important;
    padding-right: 10px !important;
    box-sizing: border-box
}

@media (min-width: 768px) {
    .container {
        max-width: 740px;
        padding-left: 0 !important;
        padding-right: 0 !important
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1200px
    }
}

@media (min-width: 1440px) {
    .container {
        max-width: 1440px
    }
}

.block {
    display: block
}

img.block {
    width: 100%
}

.header_right .r_left {
    float: left;
    width: 90px;
    text-align: center;
    position: relative;
    font-size: 14px
}

.default_language_currency_style {
    line-height: 97px
}

.default_language_currency_style dt {
    padding: 0;
    padding-right: 0
}

.default_language_currency_style dt i {
    display: none
}

.default_language_currency_style i:before {
    display: none
}

.header_right .r_right {
    padding-left: 16px;
    padding-right: 26px;
    float: right
}

.default_account_style, .default_search_style, .default_shopping_cart_style {
    float: left
}

.SignInButton_sec {
    display: block;
    width: 56px;
    height: 97px
}

.signin_box_sec {
    right: 0
}

.default_search_style .default_search_btn {
    display: block;
    width: 56px;
    height: 97px
}

.global_login_sec {
    display: block
}

.default_shopping_cart_style {
    width: 56px;
    height: 97px;
    position: relative
}

.default_shopping_cart_style .cart_count {
    position: absolute;
    top: 29px;
    right: 3px;
    height: 24px;
    line-height: 25px;
    min-width: 18px;
    padding: 0 3px;
    border-radius: 12px;
    font-size: 12px;
    text-align: center
}

.default_shopping_cart_down .cart_note {
    left: auto;
    right: 0
}

.default_shopping_cart_style .text_0 {
    display: none
}

.default_shopping_cart_style .cart_count_price, .default_shopping_cart_style .text_1 {
    display: none
}

.bx_p30 {
    padding: 30px
}

.bx_text_p2 {
    line-height: 1.6em;
    max-height: 3.2em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden
}

.bx_fs32 {
    font-size: 32px
}

.bx_fs18 {
    font-size: 18px
}

.bx_pt75 {
    padding-top: 75px
}

.bx_pt60 {
    padding-top: 60px
}

.bx_pt30 {
    padding-top: 30px
}

.bx_pt15 {
    padding-top: 15px
}

.bx_pb60 {
    padding-bottom: 60px
}

.bx_pb100 {
    padding-bottom: 100px
}

.ipro2 {
    max-width: 92.1875%;
    margin: 0 auto 20px
}

.default_newsletter_style .top_text {
    font-size: 40px;
    padding: 25px 0;
    text-align: center
}

.default_newsletter_form {
    max-width: 633px;
    height: 55px;
    line-height: 55px;
    border-radius: 27.5px;
    margin: 30px auto 0;
    font-size: 18px;
    overflow: hidden
}

.default_newsletter_form .text {
    width: 70.3%;
    float: left;
    line-height: 55px;
    height: 55px;
    padding-left: 20px;
    box-sizing: border-box;
    border: none;
    border-radius: 27.5px 0 0 27.5px
}

.default_newsletter_form .subscribe {
    width: 29.7%;
    line-height: 55px;
    height: 55px;
    float: right;
    border: none;
    text-align: center;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 18px;
    transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    -webkit-transition: all .4s ease-out
}

.default_newsletter_form .subscribe:hover {
    box-shadow: inset 0 0 10px rgba(255, 255, 255, .1)
}

.default_foot_menu_style .menu_list {
    width: 24%;
    float: left;
    position: relative;
    text-align: center;
    margin-bottom: 20px
}

.default_foot_menu_style .menu_list:last-of-type::after {
    opacity: 0
}

.default_foot_menu_style .menu_list:nth-child(4n+1) {
    clear: both
}

.default_foot_menu_style dl {
    display: inline-block;
    text-align: left;
    max-width: 85%
}

.default_foot_menu_style dl dt {
    padding-bottom: 30px;
    font-size: 20px
}

.default_foot_menu_style dl dt.up~dd{
    display: block;
}
.default_foot_menu_style dl dd a {
    display: block;
    overflow: hidden;
    font-size: 18px;
    line-height: 2em;
    text-decoration: none;
    transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out
}

.follow_us_list {
    text-align: center;
    margin-top: 10px
}

.follow_us_list li > a {
    transform: scale(1.2)
}

.follow_us_list li > a:hover {
    transform: scale(1.3)
}

.footer {
    line-height: 2em;
    font-size: 18px
}

.partner .partners_box {
    margin-bottom: 0
}

@media (max-width: 1200px) {
    .bx_nav ul li {
        font-size: 14px
    }
}

@media (max-width: 1000px) {
    .SignInButton_sec {
        display: none
    }

    .default_search_form {
        display: none
    }

    .header_right .r_right {
        padding: 0 0 0 16px
    }

    .default_search_style .default_search_btn, .default_shopping_cart_style {
        width: 46px;
        height: 50px;
        padding: 0
    }

    .default_shopping_cart_style {
        background-size: 30px
    }

    .default_search_style .default_search_btn {
        background-size: 25px
    }

    .default_shopping_cart_style .cart_count {
        top: 3px;
        right: -2px;
        height: 22px;
        min-width: 16px
    }

    .default_shopping_cart_style .text_0 {
        display: none
    }

    .default_newsletter_style .top_text {
        font-size: 28px;
        padding: 10px 20px
    }

    .default_newsletter_form {
        max-width: 96%;
        border-radius: 0;
        height: auto;
        line-height: 41px;
        font-size: 15px
    }

    .default_newsletter_form .text {
        width: 100%;
        height: 41px;
        line-height: 41px;
        border-radius: 20px;
        margin-bottom: 10px;
        text-align: center
    }

    .default_newsletter_form .subscribe {
        width: 100%;
        height: 41px;
        line-height: 41px;
        border-radius: 20px;
        margin-bottom: 10px
    }

    .default_foot_menu_style .menu_list {
        width: 99%;
        text-align: left;
        margin-bottom: 0
    }

    .default_foot_menu_style .menu_list dl {
        display: block;
        min-width: 100%
    }

    .default_foot_menu_style .menu_list::after {
        display: none
    }

    .default_foot_menu_style .menu_list dt {
        padding: 10px 0;
        position: relative;
        font-size: 16px
    }

    .default_foot_menu_style .menu_list dt::after {
        content: "+";
        position: absolute;
        right: 5px;
        top: 10px;
        font-size: 20px
    }

    .default_foot_menu_style .menu_list dl dd {
        display: none
    }

    .default_foot_menu_style .menu_list dl dd a {
        line-height: 24px;
        font-size: 12px
    }

    .footer {
        padding-top: 10px;
        padding-bottom: 20px;
        font-size: 14px
    }

    .bx_pt75 {
        padding-top: 20px
    }

    .bx_pt60 {
        padding-top: 30px
    }

    .bx_p30 {
        padding: 15px
    }

    .bx_xs_pt0 {
        padding-top: 0
    }

    .bx_fs18 {
        font-size: 12px
    }

    .follow_us_list {
        height: auto
    }

    .follow_us_list li {
        margin-top: 20px;
        margin-bottom: 5px;
        margin-right: 2px
    }

    .follow_us_list li > a {
        transform: scale(1);
        background-size: 40px
    }

    .ipro {
      /*  padding-bottom: 25px*/
    }
    .index_products .cart_btn{
        font-size: 12px;}
}

.bx_nav_one {
    height: auto;
    width: 100%;

}

.headerWrapper {
    height: auto;
    line-height: 97px;
    width: 100%
}

.header_content_height {
    height: 97px
}

.bx_nav_one .logo_box {
    float: left;
    width: 11.71875%;
    position: relative
}

.bx_nav_one .logo_box img {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto
}

.logo {
    height: 97px;
    line-height: 97px;
    text-align: right
}

.logo img {
    max-height: 97px
}

.bx_nav {
    margin: 0 2.6vw;
    width: calc(100% - 11.71875% - 300px - 5.2vw);
    padding: 35px 0;
}

.bx_nav ul li {
    line-height:30px;
    text-align: center;
    font-size: 16px;
    z-index: 600;
    padding: 0 0;

}

.bx_nav ul li > a {
    position: relative;
    display: block;
    padding: 0 .8vw;
    position: relative;
    font-weight: 700;
    text-decoration: none
}

.bx_nav ul li > a:before {
    content: '';
    line-height: 95px;
    transition: all .3s;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0
}

.bx_nav ul li.has_sec > a:after {
    content: '\e62f';
    display: inline-block;
    width: 16px;
    height: 18px;
    line-height: 100%;
    margin-left: 4px;
    font-size: 16px
}

.bx_navigation {
    display: none
}

@media (max-width: 1200px) {
    .bx_nav ul li {
        font-size: 14px
    }

    .bx_nav ul li.has_sec > a:after {
        font-size: 14px
    }
}

@media (max-width: 1000px) {
    .bx_nav_one {
        padding: 0
    }

    .headerWrapper {
        height: auto;
        line-height: 100%;
        padding: 10px 15px;
        box-sizing: border-box;
        position: relative
    }

    .header_content_height {
        height: 70px
    }

    .bx_nav_one .logo_box {
        width: 27.82608695652174%;
        margin-left: 14px;
        display: inline-block;
        float: none;
        vertical-align: middle;
        width: auto
    }

    .logo {
        max-height: 100px;
        line-height: 100%;
        text-align: left;
        height: auto;
        min-height: 50px;
        display: flex;
        align-items: center
    }

    .header_right {
        position: absolute;
        right: 15px;
        top: 50%;
        transform: translate(0, -50%)
    }

    .logo img {
        max-height: 80px;
        left: 0;
        max-width: 180px
    }

    .bx_nav_one .logo_box img {
        position: static
    }

    .bx_nav {
        width: 98%;
        display: none;
        position: absolute;
        top: 50px;
        z-index: 500;
        right: 0;
        margin: 5px;
        z-index: 600
    }

    .bx_nav ul li {
        float: none;
        line-height: 40px
    }

    .bx_nav ul li > a {
        padding: 0 10px
    }

    .bx_nav ul li > a:before {
        line-height: 48px
    }

    .bx_navigation {
        display: inline-block;
        float: none;
        vertical-align: middle
    }

    .ipro2 {
        margin-bottom: 0
    }
}

@media screen and (max-width: 350px) {
    .bx_nav_one .logo_box img {
        max-width: 120px
    }
}

.hamburger {
    margin-top: 15px
}

.hamburger .line {
    width: 23px;
    height: 2px;
    display: block;
    margin: 8px auto;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.hamburger:hover {
    cursor: pointer
}

[class^=icon_] {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    line-height: 1;
    text-transform: none;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.SignInButton_sec {
    background: url(../images/icon_person.png) no-repeat center center
}

.default_search_style .default_search_btn {
    background: url(../images/search.png) no-repeat center center
}

.default_shopping_cart_style {
    background-image: url(../images/icon_shopbag.png);
    background-repeat: no-repeat;
    background-position: center center
}

.default_language_currency_style i {
    background: url(../images/icon_down.png) no-repeat center center
}

.button_next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 10px 15px
}

.button_prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 10px 15px
}

.button_prev.btn_cirlce:hover {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 10px 15px
}

.button_next.btn_cirlce:hover {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 10px 15px
}

@media (max-width: 1000px) {


    .default_shopping_cart_style {
        background-image: url(../images/icon_package_mb.png)
    }

    .hamburger {
        margin-top: 0
    }
}


.signin_box_sec {
    position: absolute;
    display: none;
    line-height: 30px
}

.signin_box_sec .signin_container {
    width: 280px;
    padding: 25px 20px;
    background: #fff;
    height: auto
}

.signin_box_sec .error_login_box {
    display: none;
    border: 1px solid #dd3c10;
    padding: 15px;
    background: #ffebe9;
    color: #777;
    font-size: 12px;
    line-height: 18px;
    margin-top: 10px
}

.signin_box_sec .g_s_txt {
    width: 100%;
    height: 35px;
    line-height: 35px;
    text-indent: 10px;
    border: 1px solid #eee;
    background: #eee;
    font-size: 14px;
    color: #333;
    font-style: italic;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px
}

.signin_box_sec .forgot {
    float: right;
    text-align: right;
    font-size: 14px;
    color: #aaa;
    margin-top: 10px
}

.signin_box_sec .signin {
    clear: both;
    width: 100%;
    height: 35px;
    line-height: 35px;
    margin-top: 15px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    border: 0;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px
}

.signin_box_sec .signup {
    display: block;
    height: 33px;
    line-height: 33px;
    border-style: solid;
    border-width: 1px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    font-size: 14px;
    text-align: center;
    text-decoration: none
}

@charset "utf-8";
#banner_edit {
    width: 100%;
    height: 600px;
    position: relative;
    overflow: hidden
}

#banner_edit .banner_box {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

#banner_edit .banner_box .banner_brief, #banner_edit .banner_box .banner_title {
    position: absolute;
    cursor: default;
    white-space: pre-wrap;
    text-align: left
}

#banner_edit .banner_box .banner_mainpic {
    position: absolute;
    cursor: default
}

#banner_edit .banner_box .banner_list {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden
}

#banner_edit .banner_box .banner_list .banner_position {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center
}

#banner_edit .banner_box .banner_list img {
    max-width: 100%
}

#banner_edit .banner_tab {
    width: 100%;
    height: 15px;
    position: absolute;
    bottom: 15px;
    left: 0;
    text-align: center
}

#banner_edit .banner_tab a {
    width: 10px;
    height: 10px;
    margin: 0 3px;
    background: #f1f1f1;
    display: inline-block;
    border-radius: 5px
}

#banner_edit .banner_tab a.on {
    background: #02a0c0;
    border: none;

}

#banner_edit .banner_loading {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/loading_oth.gif) #fff center no-repeat
}

@media (max-width: 768px) {
    #banner_edit .banner_tab {
        display: none
    }
}