@charset "utf-8";* {
    font-family: 'Heebo-Light'
}

html,div {
    outline: 0
}

.hide {
    display: none
}

.imgbox {
    display: block;
    overflow: hidden
}

.imgbox img {
    max-width: 100%;
    max-height: 100%
}

input,textarea {
    outline: none
}

input[type=submit] {
    cursor: pointer
}

.img_Path {
    text-align: center
}

.img_Path img {
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
    transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    -webkit-transition: all 0.4s ease-out
}

.img_Path span {
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

body {
    background: #fff;
    width: 100%;
    height: 100%;
    max-width: 1920px;
    margin: 0 auto;
    overflow-x: hidden;
    position: relative
}

.wrap {
    width: 1280px;
    margin: 0 auto;
    zoom:1}

.index_con.wrap {
    width: 1440px;
    margin: 0 auto;
    zoom:1}

.text-over {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.over {
    overflow: hidden
}

.text-center {
    text-align: center
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.table {
    width: 100%;
    height: 100%;
    display: table
}

.table-cell {
    display: table-cell
}

.inline {
    display: inline
}

.inline-block {
    display: inline-block
}

.block {
    display: block
}

.hidden {
    display: none
}

.visible-hidden {
    visibility: hidden;
    opacity: 1
}

.middle {
    vertical-align: middle
}

.middleImg img {
    vertical-align: middle
}

.middleImg .mid-ilb {
    vertical-align: middle;
    display: inline-block
}

.middleImg span {
    height: 100%;
    vertical-align: middle;
    display: inline-block
}

.relative {
    position: relative
}

.absolute {
    position: absolute;
    z-index: 1
}

.fixed {
    position: fixed;
    z-index: 1
}

.center-vertical {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%)
}

.trans-show {
    transition: all .5s;
    -webkit-transition: all .5s;
    opacity: 0;
    visibility: hidden
}

.trans-show.visable {
    opacity: 1;
    visibility: visible
}

.trans {
    -webkit-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s
}

.imgZoom img {
    transition: all .4s;
    -webkit-transition: all .4s
}

.imgZoom img:hover {
    transform: scale(1.1,1.1);
    -webkit-transform: scale(1.1,1.1)
}

.pointer {
    cursor: pointer
}

.flow-shadow {
    -webkit-transition: all .5s;
    transition: all .5s
}

.flow-shadow:hover {
    transform: translate3d(0,-2px,0);
    -webkit-transform: translate3d(0,-2px,0);
    -webkit-box-shadow: 0 0px 10px #e9e9e9;
    box-shadow: 0 0px 10px #e9e9e9
}

.clear_gt_991 {
    clear: both
}

.border-box {
    box-sizing: border-box
}

*.hoverColor {
    -webkit-transition: all .3s;
    transition: all .3s
}

.show-pc-block {
    display: block!important
}

.show-pc-inline-block {
    display: inline-block!important
}

.show-mb-block {
    display: none!i
}

.show-mb-inline-block {
    display: none!important
}

body.flex-foot-bottom {
    display: flex;
    flex-direction: column
}

.flex-foot-bottom .header,.flex-foot-bottom .footer,.flex-foot-bottom .top-cateogry,.flex-foot-bottom .wrap-banner,.flex-foot-bottom .bread {
    flex: 0 0 auto
}

.flex-main-content {
    flex: 1 0 auto
}

a:hover {
    text-decoration: none
}

body .bx-wrapper .bx-pager,body .bx-wrapper .bx-controls-auto {
    display: none
}

.responsive_pc_header {
    width: 100%;
    background: #fff
}

.responsive_pc_header.ab_header {
    z-index: 1
}

.responsive_pc_header .header {
    height: 99px
}

.responsive_pc_header .header_in {
    width: 100%;
    background: #fff;
    transition: all 0.3s
}

.responsive_pc_header .header_in.fixed {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100
}

.header_top {
    padding: 0 120px;
    height: 45px;
    line-height: 45px;
    background: #f6f6f6;
    text-align: center
}

.header_top span {
    font-size: 14px;
    color: #555555;
    font-family: Opensans-Regular
}

.header_top span a {
    margin-left: 5px;
    font-size: 14px;
    color: #000000;
    text-decoration: underline;
    text-transform: uppercase
}

.header .header_in .logo {
    display: block;
    margin: 0 auto;
    max-width: 300px;
    height: 100%;
    text-align: center
}

.header .h_right {
    margin: 0 auto;
    height: 100%
}

.header .right {
    height: 100%
}

.header .right .h_icon {
    margin-left: 31px;
    width: 26px;
    height: 100%;
    line-height: 72px;
    cursor: pointer
}

.header .right .h_icon div,.header .right .h_icon a {
    display: block;
    height: 100%
}

.header .headerNav {
    width: 100%;
    height: 100%;
    box-sizing: border-box
}

.header .headerNav .head-nav {
    display: flex;
    flex-direction: row;
    justify-content: center;
    height: 100%;
    width: calc( 90% - 300px );
    margin: 0 auto
}

.header .headerNav .head-nav .n_item {
    padding: 0 36px;
    max-width: 150px;
    position: relative;
    z-index: 100
}

.header .headerNav .head-nav .n_item .topName {
    position: relative;
    line-height: 99px;
    font-size: 16px;
    color: #000000;
    text-transform: uppercase;
    font-family: Poppins-Regular;
    position: relative
}

.header .headerNav .head-nav .n_item .active {
    color: #d17474;
}

.header .headerNav .head-nav .n_item .topName:hover {
    color: #d17474
}

.header .headerNav .head-nav .n_item .topName:hover:after {
    content: '';
    width: 18px;
    height: 2px;
    background: #d17474;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 25px
}

.header .headerNav .head-nav .n_item .navSub {
    background: #fff;
    width: 200px;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%,0);
    box-shadow: 0 0 10px rgba(0,0,0,.1);
    padding: 9px 20px;
    box-sizing: border-box;
    opacity: 0;
    border-radius: 3px;
    pointer-events: none;
    text-align: left
}

.header .headerNav .head-nav .n_item .navSub .subName {
    display: block;
    line-height: 36px;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: bold
}

.header .headerNav .head-nav .n_item:hover .topName:before {
    width: 100%
}

.header .headerNav .head-nav .n_item:hover .navSub {
    opacity: 1;
    pointer-events: auto
}

.header {
    text-align: center
}

.header .header_in {
    padding: 0 120px;
    height: 99px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.header .search-form {
    position: relative;
    height: 100%;
    z-index: 1000
}

.header .search-form .search_icon {
    display: block;
    width: 100%;
    height: 100%;
    background: url(../images/search_icon.png) no-repeat center
}

.header .search-form form {
    opacity: 0;
    position: absolute;
    top: 50%;
    right: 0;
    width: 250px;
    height: 42px;
    background: #fff;
    border-bottom: 1px solid #9cc6cd;
    pointer-events: none;
    transform: translateY(-50%)
}

.header .search-form.open form {
    opacity: 1;
    pointer-events: auto
}

.header .search-form form input.text {
    padding-left: 10px;
    width: 80%;
    height: 100%;
    background: none;
    border: 0;
    box-sizing: border-box
}

.header .search-form form input.sub_btn {
    width: 15%;
    height: 100%;
    background: url(../images/search_icon.png) no-repeat center / 50% auto;
    border: 0
}

.header_top .sign {
    margin-right: 52px;
    width: 23px;
    height: 100%;
    background: url(../images/user_icon.png) no-repeat left center;
    cursor: pointer
}

.header_top .sign a,.header_top .sign span {
    display: block;
    height: 100%;
    line-height: 40px;
    font-size: 14px;
    color: #000;
    heoig}

.header_top .sign span {
    margin: 0 5px
}

.header_top .sign .sign_in {
    height: 100%
}

.header_top .inq_btn {
    margin-right: 50px;
    width: 20px;
    height: 100%;
    background: url(../images/inquiry_icon.png) no-repeat center
}

.header_top .inq_btn .inquiry {
    display: block;
    width: 100%;
    height: 100%;
    position: relative
}

.header_top .inq_btn .inquiry span {
    display: block;
    width: 16px;
    height: 16px;
    line-height: 16px;
    font-size: 10px;
    color: #ffffff;
    background: #d17474;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    position: absolute;
    top: 6px;
    left: 12px
}

.header_top .default_shopping_cart {
    width: 22px;
    height: 45px;
    background-size: 100%
}

.header_top .left {
    margin-right: 54px;
    height: 100%
}

.header_top .left .h-lang {
    display: block;
    height: 100%
}

.header_top .left .h-lang .lang-on {
    width: 35px;
    height: 100%;
    font-size: 16px;
    color: #333;
    font-family: 'Avenir-Book';
    text-transform: uppercase
}

.header_top .left .h-user {
    font-size: 0
}

.header_top .left .icon .layer {
    padding: 0 10px;
    width: 135px;
    background: #fff;
    top: 65%;
    left: 50%;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.1);
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    z-index: 1000;
    max-height: 690px;
    overflow-y: auto
}

.header_top .left .icon .layer::-webkit-scrollbar {
    display: none
}

.header_top .left .icon .layer a {
    line-height: 45px;
    font-size: 14px;
    color: #000;
    font-weight: bold
}

.header_top .left .icon .layer a + a {
    border-top: 1px solid rgba(255,255,255,0.2)
}

.header_top .left .icon .layer a:hover {
    text-decoration: underline
}

.header_top .left .icon:hover .layer {
    opacity: 1;
    visibility: visible
}

.index .bx-wrapper {
    position: relative
}

.index .bx-wrapper .bx-pager.bx-default-pager a {
    width: 13px;
    height: 13px;
    background: rgba(255,255,255,0.3);
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.index .bxSlide-outter .bx-wrapper .bx-pager.bx-default-pager a:hover,.bxSlide-outter .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: none;
    border: 2px solid #fff
}

.index .bx-wrapper .bx-pager .bx-pager-item,.bx-wrappe2r .bx-controls-auto .bx-controls-auto-item {
    vertical-align: bottom
}

products {
    margin: 35px auto
}

.products .left_outer {
    width: 260px
}

.products .hot_pro {
    margin: 30px 0;
    width: 100%
}

.products .hot_pro .title {
    margin-bottom: 10px;
    font-size: 22px;
    height: 55px;
    line-height: 55px
}

.products .hot_pro .list {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none
}

.products .hot_pro .list .item {
    margin-top: 20px;
    width: 100%;
    height: 90px
}

.products .hot_pro .list .item:first-child {
    margin-top: 0
}

.products .hot_pro .list .item .img {
    display: block;
    width: 90px;
    height: 100%;
    background: #d1d1d1
}

.products .hot_pro .list .item .item_title {
    display: block;
    width: calc(100% - 110px);
    height: 100%;
    line-height: 24px;
    font-size: 13px;
    color: #888;
    overflow: hidden;
    -webkit-transition: all 0.3s;
    transition: all 0.3s
}

.products .hot_pro .list .item:hover .item_title {
    color: #333
}

.products .pro_cate {
    width: 100%
}

.products .pro_cate .page_name {
    margin-bottom: 10px;
    font-size: 22px;
    height: 55px;
    line-height: 55px
}

.products .pro_cate .first_cate {
    height: 51px;
    line-height: 51px;
    overflow: hidden;
    background: url(../images/pro_cate_icon.png) no-repeat center right;
    cursor: pointer
}

.products .pro_cate .first_cate a {
    font-size: 18px
}

.products .pro_cate .first_cate .on {
    color: #af1717;
}

.products .pro_cate .first_cate .border {
    width: 37px;
    border-bottom: 1px solid #d17474
}

.products .pro_cate .son_cate {
    display: none
}

.products .pro_cate .list.on .son_cate {
    display: block
}

.products .pro_cate .list.on .first_cate {
    background: url(../images/pro_cate_icon_on.jpg) no-repeat center right
}

.products .pro_cate .son_cate .item:first-child {
    border-top: none
}

.products .pro_cate .son_cate .item {
    height: 49px;
    line-height: 49px;
    border-top: 1px solid #e2e2e2
}

.products .pro_cate .son_cate .item a {
    font-size: 13px;
    color: #909090
}

.products .pro_cate .son_cate .item:hover,.products .pro_cate .son_cate .item.on {
    padding-left: 16px;
    background: url(../images/pro_son_cate_icon.png) no-repeat left center
}

.products .pro_cate .son_cate .item:hover a,.products .pro_cate .son_cate .item.on a,.products .pro_cate .son_cate .subcate3 a.sia:hover {
    color: #d27777
}

.products .pro_cate .son_cate .subcate3 {
    margin-bottom: 10px
}

.products .pro_cate .son_cate .subcate3 a.sia {
    display: block;
    font-size: 12px;
    color: #909090;
    text-indent: 15px;
    line-height: 200%
}

.products .contents .blk {
    width: 31%;
    margin: 0 1% 25px;
    text-align: center
}

.products .contents .blk .pic_box {
}

.products .contents .blk .name {
    margin-top: 22px
}

.products .contents .blk .name a {
    font-size: 13px;
    color: #333
}

.products .contents .blk .price {
    margin-top: 5px
}

.products .web_position {
    margin-bottom: 20px
}

.products .brief_desction {
    margin-bottom: 39px
}

body .webpro_detail .gallery .left_small_img .pic_box.on {
    border: 1px solid #d88d8d
}

.goods .webpro_detail .description .title {
    border: none;
    text-transform: uppercase;
    color: #000
}

.category_name {
    float: left;
    font-size: 22px
}

#position {
    float: right;
    height: 25px;
    line-height: 25px;
    padding: 25px 0;
    font-size: 13px;
    color: #555555;
    text-align: right
}

#position a {
    font-size: 13px;
    color: #555555
}

#position strong {
    font-weight: normal
}

.page_detail #position,.article #position {
    float: left;
    width: 100%;
    border-bottom: 1px solid #ededed;
    text-align: left
}

.goods #position {
    border-bottom: none
}

.products #position {
    padding: 0
}

.top_tab {
    padding-top: 25px;
    border-bottom: 1px solid #ededed
}

.top_tab .web_position {
    float: right;
    height: auto
}

.top_tab .web_position .position {
    position: unset;
    height: auto;
    line-height: normal
}

.w .web_position {
    border-bottom: none
}

.page_detail.w .web_position {
    border-bottom: 1px solid #ddd
}

.w .web_position .position a {
    font-size: 13px;
    color: #555
}

.w .web_position .position a:last-child {
    color: #d88d8d
}

.products .contenter {
    float: right;
    width: 890px;
    margin-left: 49px
}

#turn_page {
    margin: 50px 0 90px;
    text-align: right
}

#turn_page span {
    border: none
}

#turn_page span em {
    width: 20px;
    height: 8px
}

#turn_page .icon_page_prev {
    background: url(../images/prev_page.png) no-repeat center center
}

#turn_page .icon_page_next {
    background: url(../images/next_page.png) no-repeat center center
}

#turn_page .page_item_current {
    background: none;
    color: #d17474;
    font-size: 16px
}

#turn_page font,#turn_page a {
    color: #555555
}

body .web_turn_page span {
    width: auto;
    min-width: 54px
}

body .web_turn_page span a,body .web_turn_page span font {
    width: 100%
}

.info_cate {
    float: left;
    width: 60%
}

.info_cate .item {
    display: inline-block;
    vertical-align: middle;
    padding-left: 10px;
    margin: 0 40px 25px 0
}

.info_cate .item.on {
    background: url(../images/info_cate_icon.jpg) no-repeat center left
}

.info_cate .item.on a {
    text-decoration: underline
}

.info_cate .item a {
    font-size: 15px
}

.rale_news {
    padding-bottom: 56px;
    width: 100%
}

.rale_news .news_title {
    width: 100%;
    height: 30px;
    line-height: 30px
}

.rale_news .news_title .title {
    font-size: 22px;
    color: #191919
}

.rale_news .news_title .read_btn {
    font-size: 14px;
    color: #888
}

.rale_news .news_title .read_btn span {
    font-size: 14px;
    color: #888;
    font-family: cursive;
    font-weight: bold
}

.rale_news .list {
    display: grid;
    grid-template-columns: repeat(4,23.25%);
    justify-content: space-between;
    margin-top: 23px;
    width: 100%
}

.rale_news .list .item {
}

.rale_news .list .item .img {
    display: block;
    width: 100%;
    text-align: center;
    text-decoration: none;
    overflow: hidden
}

.rale_news .list .item .title {
    display: -webkit-box;
    margin-top: 15px;
    line-height: 21px;
    font-size: 16px;
    color: #333;
    text-decoration: none;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2
}

.rale_news .list .item .time {
    margin-top: 8px;
    width: 100%;
    height: 21px;
    line-height: 21px;
    font-size: 14px;
    color: #989898
}

.rale_news .list .item .brief {
    display: -webkit-box;
    margin-top: 6px;
    line-height: 24px;
    font-size: 14px;
    color: #888;
    text-decoration: none;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3
}

.rale_news .list .item:hover .img img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.rale_news.desc_news {
    margin-top: 55px
}

.rale_news.desc_news .news_title {
    position: relative;
    width: 100%;
    text-align: center
}

.rale_news.desc_news .news_title:before {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 1px;
    background: #ddd;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.rale_news.desc_news .news_title .title {
    position: relative;
    z-index: 1;
    padding: 0 40px;
    width: 100%;
    background: #fff;
    text-align: center
}

.rale_news.desc_news .list {
    grid-template-columns: repeat(2,49%);
    grid-row-gap: 44px
}

.rale_news.desc_news .list .item .img {
    width: 39.2857%;
    height: 100%;
    text-align: center
}

.rale_news.desc_news .list .item .text {
    width: calc(100% - 43.5374%)
}

.rale_news.desc_news .list .item.no_img .text {
    width: 100%
}

.rale_news.desc_news .list .item .text .title {
    margin-top: 0;
    font-size: 18px
}

.rale_news.desc_news .list .item .brief {
    font-size: 15px;
    color: #888
}

.w {
    width: 1200px;
    margin: 0 auto
}

#footer {
    padding-top: 45px;
    width: 100%;
    border-top: 1px solid #e3e3e3
}

#footer .footer_top {
    padding-bottom: 40px
}

#footer .f_left {
    width: 20%;
    padding-left: 40px
}

#footer .f_left .f_title {
    font-family: Poppins-Regular;
    font-size: 18px;
    color: #000000;
    letter-spacing: 2px
}

#footer .f_left .f_contact .row {
    margin-top: 27px;
    text-align: left
}

#footer .f_left .f_contact .row,#footer .f_left .f_contact .row a {
    color: #888888;
    font-size: 14px
}

#footer .f_right {
    width: calc( 100% - 20% - 40px )
}

#footer .f_right .f_item {
    width: calc( 33.3333% - 120px );
    padding-left: 120px
}

#footer .f_right .f_item .f_title {
    font-family: Poppins-Regular;
    font-size: 18px;
    color: #000000;
    letter-spacing: 2px;
    text-transform: uppercase
}

#footer .f_right .f_item.share_menu {
    padding-left: 80px
}

#footer .f_right .f_item .list {
    margin-top: 30px
}

#footer .f_right .f_item .list a {
    display: block;
    line-height: 36px;
    text-indent: 12px;
    font-size: 14px;
    color: #888888;
    font-family: Opensans-Regular
}

#footer .f_right .f_item .list a:hover {
    color: #d17474
}

#footer .f_right .f_item.share_menu .foot_share a {
    display: inline-block
}

#footer .link {
    padding-top: 30px;
    margin-bottom: 20px;
    text-align: center
}

#footer .link .item {
    display: inline-block;
    vertical-align: middle;
    line-height: 14px
}

#footer .link .item:first-child a {
    border-left: none
}

#footer .link .item a {
    display: block;
    padding: 0 25px 0 35px;
    font-size: 15px;
    border-left: 1px solid #000000
}

.copyright {
    height: 88px;
    line-height: 88px;
    background: #222222;
    font-size: 14px;
    color: #ffffff;
    text-align: center
}

.copyright a {
    color: #fff
}

@media screen and (max-width: 1540px) {
    .header .headerNav .head-nav .n_item {
        padding:0 20px
    }
}

@media screen and (max-width: 1280px) {
    #footer .copyright .wrap {
        width:100%
    }

    #footer .footer_top {
        width: 96%;
        margin: 0 auto
    }

    #footer .f_right .f_item {
        width: calc( 33.3333% - 30px );
        padding-left: 30px
    }

    #footer .f_right .f_item.share_menu {
        padding-left: 30px
    }
}

@media(max-width: 1220px) {
    .w {
        width:96%
    }

    .contenter {
        width: calc( 100% - 309px)
    }

    .products .pro_cate {
        width: 22.5%
    }

    .products .contenter {
        width: 73%;
        margin-left: 0
    }
}

@media(max-width: 1150px) {
    #header .header .logo {
        margin-left:10px
    }

    #nav .list {
        margin: 0 10px
    }

    #header .func .icon {
        margin-left: 15px
    }
}

@media(max-width: 1000px) {
    .clear_991 {
        clear:both
    }

    .clear_gt_991 {
        clear: none
    }

    .info_cate {
        display: none
    }

    .pro_cate {
        display: none
    }

    .contenter {
        width: 100%
    }

    .products .left_outer {
        display: none
    }

    .products .contenter {
        width: 100%
    }

    .products .contents .blk {
        width: 48%
    }
}

@media(max-width: 768px) {
    #header {
        display:none
    }

    #footer .footer_down .link .item {
        width: 25%;
        margin: 10px 0
    }

    #footer .foot-contact .foot-title {
        background: none;
        border-bottom: none;
        padding-bottom: 0
    }

    #footer .friendship-link {
        margin-top: 20px
    }

    #footer .friendship-link .list a {
        width: 13%
    }

    .rale_news .list {
        grid-template-columns: repeat(2,46.5%)
    }

    #footer .footer_top {
        padding-bottom: 30px
    }

    #footer .f_left,#footer .f_right .f_item {
        margin-bottom: 25px
    }

    #footer .f_left,#footer .f_right {
        padding-left: 0;
        width: 100%
    }

    #footer .f_right .f_item {
        padding-left: 0;
        width: 100%
    }

    #footer .f_right .f_item.share_menu {
        padding-left: 0
    }

    .foot_share .foot_share_box {
        margin-left: 10px
    }

    #footer .f_right .f_item .list a {
        text-indent: 0
    }

    #footer .f_contact {
        display: none
    }

    #footer .f_right .f_item:not(.share_menu) .list {
        display: none
    }

    #footer .f_left .f_title,#footer .f_right .f_item .f_title {
        position: relative
    }

    #footer .f_left .f_title em,#footer .f_right .f_item:not(.share_menu) .f_title em {
        width: 24px;
        height: 24px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 20px
    }

    #footer .f_right .f_item:not(.share_menu) .f_title {
        cursor: pointer
    }

    .copyright {
        height: 44px;
        line-height: 44px
    }
}

@media screen and (max-width: 650px) {
    #footer .f_left .f_item .f_title,#footer .f_right .f_item .f_title {
        font-size:16px;
        text-align: left
    }
}

@media(max-width: 600px) {
    .clear_991 {
        clear:none
    }

    .clear_640 {
        clear: both
    }

    #footer .footer_top {
        text-align: center
    }

    #footer .footer_top .list {
        width: auto;
        margin: 5px auto;
        text-align: left;
        padding-top: 10px
    }

    #footer .footer_top .list .item {
        display: none
    }

    #footer .footer_top .list .title {
        margin-bottom: 0;
        font-size: 14px
    }

    #footer .footer_top .list.on .title {
        margin-bottom: 20px
    }

    #footer .footer_top .list.on .item {
        display: block;
        margin-left: 5px
    }

    #footer .footer_down .link {
        margin-top: 10px
    }

    #footer .footer_top .list .title,#footer .footer_top .list .item {
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden
    }

    #footer .footer_top .list.contact_list {
        width: auto
    }

    #footer .footer_down .link .item {
        width: auto;
        margin: 0
    }

    #footer .footer_down .link .item a {
        font-size: 12px;
        padding: 0 5px
    }

    #footer .footer_down {
        margin-top: 20px
    }

    #footer .footer_down .link .item {
        margin: 5px 0
    }

    #footer .friendship-link {
        margin-top: 15px
    }

    #footer .friendship-link .title {
        width: 100%;
        float: none;
        text-align: center;
        margin-bottom: 10px;
        margin-right: 0
    }

    #footer .friendship-link .list {
        width: 100%;
        float: none
    }

    #footer .friendship-link .list a {
        width: 19%
    }

    #footer .footer_top .list_box {
        display: none
    }

    #footer .f_right .f_item .list a {
        text-align: left
    }

    #copymsg {
        padding: 15px 0
    }

    .products {
        margin: 5px auto
    }

    .top_tab {
        padding: 10px 0
    }
}

@media (max-width: 450px) {
    #footer .friendship-link .list a {
        width:24%;
        text-align: center;
        margin: 0 .5% 5px
    }

    #footer .link .item a {
        padding: 0 10px
    }

    #copymsg,#copymsg a {
        font-size: 14px
    }
}

#preview {
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    height: auto;
    z-index: 1;
    opacity: 0.3
}

.about {
    width: auto;
    margin: 0 auto
}

.about .about_title {
    font-size: 30px;
    line-height: 28px;
    color: #000000;
    text-align: center;
    font-family: 'Poppins-Regular';
    width: 100%;
    padding-top: 55px
}

.about .about_title_line {
    width: 28px;
    height: 2px;
    background: #c3c3c3;
    margin: 15px auto 0
}

.about .desc {
    width: 990px;
    margin: 16px auto 0;
    font-size: 13px;
    line-height: 24px;
    color: #555555;
    text-align: center;
    padding-bottom: 75px
}

.about .other {
    font-size: 13px;
    line-height: 24px;
    color: #555555;
    width: auto;
    padding-bottom: 95px
}

.about .copy {
    padding-bottom: 45px
}

.about .copy .imgout {
    width: 603px
}

.about .copy .imgout .img {
    width: 296px;
    height: 366px;
    float: left
}

.about .copy .imgout .img:first-child {
    margin-right: 11px
}

.about .copy .words {
    width: 472px
}

.about .copy .words .title {
    font-size: 40px;
    color: #000000;
    border-bottom: 1px solid #cccccc;
    font-family: 'Poppins-Regular';
    padding-bottom: 18px
}

.about .copy .words .name {
    font-size: 30px;
    color: #000000;
    font-family: 'Poppins-Regular';
    padding-top: 26px
}

.about .copy .words .brief {
    font-size: 13px;
    color: #555555;
    font-family: 'Poppins-Regular';
    line-height: 24px;
    padding-top: 11px
}

#footer .global_swap_chain {
    padding: 0
}

html,body,h1,h2,h3,h4,h5,h6,div,dl,dt,dd,ul,ol,li,p,blockquote,pre,hr,figure,table,caption,th,td,form,fieldset,legend,input,button,textarea,menu {
    margin: 0;
    padding: 0
}

body,textarea,input,button,select,keygen,legend {
    font-size: 14px;
    color: #333;
    font-family: Arial;
    -webkit-text-size-adjust: none;
    outline: 0
}

header,footer,section:not(#global_editor_contents section),article:not(#global_editor_contents article),aside:not(#global_editor_contents aside),nav:not(#global_editor_contents nav),hgroup:not(#global_editor_contents hgroup),address:not(#global_editor_contents address),figure:not(#global_editor_contents figure),figcaption:not(#global_editor_contents figcaption),menu:not(#global_editor_contents menu),details:not(#global_editor_contents details) {
    display: block
}

table:not(#global_editor_contents table) {
    border-collapse: collapse;
    border-spacing: 0
}

caption:not(#global_editor_contents caption),th:not(#global_editor_contents th) {
    text-align: left;
    font-weight: normal
}

html,body,fieldset:not(#global_editor_contents fieldset),img:not(#global_editor_contents img),iframe:not(#global_editor_contents iframe),abbr:not(#global_editor_contents abbr) {
    border: none
}

i:not(#global_editor_contents i),cite:not(#global_editor_contents cite),em:not(#global_editor_contents em),var:not(#global_editor_contents var),address:not(#global_editor_contents address),dfn:not(#global_editor_contents dfn) {
    font-style: normal
}

li:not(#global_editor_contents li) {
    list-style: none
}

h1:not(#global_editor_contents h1),h2:not(#global_editor_contents h2),h3:not(#global_editor_contents h3),h4:not(#global_editor_contents h4),h5:not(#global_editor_contents h5),h6:not(#global_editor_contents h6),em:not(#global_editor_contents em),strong:not(#global_editor_contents strong),b:not(#global_editor_contents b) {
    font-weight: normal
}

pre:not(#global_editor_contents pre),code:not(#global_editor_contents code),kbd:not(#global_editor_contents kbd),samp:not(#global_editor_contents samp) {
    font-family: inherit
}

q:before:not(#global_editor_contents before),q:after:not(#global_editor_contents after) {
    content: none
}

ins:not(#global_editor_contents ins),u:not(#global_editor_contents u),s:not(#global_editor_contents s),a:not(#global_editor_contents a) {
    text-decoration: none
}

label,summary {
    cursor: default
}

a,button {
    cursor: pointer
}

textarea {
    overflow: auto;
    resize: none
}

textarea,input {
    outline: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0)
}

input[type='text'],input[type='number'],input[type='password'],input[type='reset'],input[type='submit'],input[type='button'],input[type='tel'],button,textarea {
    -webkit-appearance: none;
    border: 1px #cbcecd solid;
    outline: none
}

img {
    max-width: 100%;
    max-height: 100%;
    border: none
}

input:-webkit-autofill,textarea:-webkit-autofill,select:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #fff inset
}

blockquote {
    padding: 2px 0;
    border-style: solid;
    border-color: #ccc;
    border-width: 0;
    padding-left: 20px;
    padding-right: 8px;
    border-left-width: 5px
}

blockquote p {
    font-family: Georgia,Times,"Times New Roman",serif
}

.lang_cn *:not(#global_editor_contents *,.cart_close *,.global_shopping_cart_box *,.iconfont),.lang_zh_tw *:not(#global_editor_contents *,.cart_close *,.global_shopping_cart_box *,.iconfont) {
    font-family: 微软雅黑!important
}

.fz_12px {
    font-size: 12px
}

.fz_14px {
    font-size: 14px
}

.fz_16px {
    font-size: 16px
}

.fc_red {
    color: #ff0000
}

.fc_grey {
    color: #aaa
}

.fc_gory {
    color: #666
}

.fc_white {
    color: #fff
}

.fc_yellow {
    color: #ff6600
}

.flh_150 {
    line-height: 150%
}

.flh_180 {
    line-height: 180%
}

.fl {
    float: left
}

.fr {
    float: right
}

.form_input {
    color: #333;
    height: 20px;
    line-height: 20px
}

.form_area {
    color: #333;
    line-height: 180%;
    resize: none;
    overflow: auto
}

.form_button {
    border: none;
    background: #505050;
    color: #fff;
    height: 22px;
    line-height: 22px;
    padding: 0 5px;
    overflow: hidden;
    width: 80px
}

.form_focus {
    border-color: red
}

.form_input.center {
    text-align: center
}

.clear {
    margin: 0px auto;
    clear: both;
    height: 0px;
    font-size: 0px;
    overflow: hidden
}

.blank3 {
    margin: 0px auto;
    clear: both;
    height: 3px;
    font-size: 1px;
    overflow: hidden
}

.blank6 {
    margin: 0px auto;
    clear: both;
    height: 6px;
    font-size: 1px;
    overflow: hidden
}

.blank9 {
    margin: 0px auto;
    clear: both;
    height: 9px;
    font-size: 1px;
    overflow: hidden
}

.blank12 {
    margin: 0px auto;
    clear: both;
    height: 12px;
    font-size: 1px;
    overflow: hidden
}

.blank15 {
    margin: 0px auto;
    clear: both;
    height: 15px;
    font-size: 1px;
    overflow: hidden
}

.blank20 {
    margin: 0px auto;
    clear: both;
    height: 20px;
    font-size: 1px;
    overflow: hidden
}

.blank30 {
    margin: 0px auto;
    clear: both;
    height: 30px;
    font-size: 1px;
    overflow: hidden
}

.blank25 {
    margin: 0px auto;
    clear: both;
    height: 25px;
    font-size: 1px;
    overflow: hidden
}

.clean {
    zoom:1}

.clean:after,.clean:before {
    content: '';
    display: table
}

.clean:after {
    clear: both
}

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

a.red {
    color: red;
    text-decoration: none
}

a.red:hover {
    color: red;
    text-decoration: underline
}

.trans_05 {
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s
}

.icon_success_status {
    width: 44px;
    height: 44px;
    overflow: hidden;
    background-image: url(../images/icon_success_status.png);
    background-repeat: no-repeat;
    position: absolute;
    top: 40px;
    left: 244px;
    display: block
}

.icon_success_status.await {
    background-position: 0 -54px
}

.icon_success_status.fail {
    background-position: 0 -108px
}

.sys_bg_button {
    background-color: #fff;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s
}

.sys_bg_button:hover,.sys_bg_button.cur {
    text-decoration: none;
    background-color: #f6f6f6
}

.sys_shadow_button {
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s
}

.sys_shadow_button:hover,.sys_shadow_button.cur {
    text-decoration: none;
    color: #fff;
    box-shadow: inset 0 0 10rem 2px rgba(105,105,105,.2);
    -webkit-box-shadow: inset 0 0 10rem 2px rgba(105,105,105,.2)
}

.btn_global {
    height: 42px;
    line-height: 42px;
    overflow: hidden;
    padding: 0 20px;
    text-decoration: none;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
    border: 1px #e5e5e5 solid;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    display: inline-block;
    vertical-align: top
}

.btn_processing {
    color: #bcbcbc!important;
    background-color: #f2f2f2!important
}

.btn_disabled {
    background-color: #f2f2f2!important;
    color: #bcbcbc!important;
    cursor: no-drop
}

#global_editor_contents span,#global_editor_contents strong,#global_editor_contents sub,#global_editor_contents sup,#pdetail .description span,#pdetail .description strong,#pdetail .description sub,#pdetail .description sup {
    color: inherit;
    font-size: inherit;
    font-family: inherit
}

#global_editor_contents u {
    text-decoration: underline
}

#global_editor_contents li {
    list-style-type: inherit
}

#global_editor_contents {
    word-break: break-word
}

#global_editor_contents p {
    margin: 5px 0
}

#global_editor_contents h1 {
    font-size: 2em
}

#global_editor_contents h2 {
    font-size: 1.5em
}

#global_editor_contents h3 {
    font-size: 1.17em
}

#global_editor_contents h4 {
    font-size: 1em;
    margin: 1.33em 0
}

#global_editor_contents h5 {
    font-size: 0.83em
}

#global_editor_contents h6 {
    font-size: 0.67em
}

#global_editor_contents b,#global_editor_contents b *,#global_editor_contents strong,#global_editor_contents strong * {
    font-weight: bold
}

#global_editor_contents h4 {
    margin: 1.33em 0
}

#global_editor_contents ul {
    padding-inline-start:0px;padding-left: 0px
}

#global_editor_contents li {
    list-style-position: inside;
    list-style-type: inherit;
    margin-left: 0px
}

#global_editor_contents li p {
    display: inline-block
}

#global_editor_contents i,#global_editor_contents cite,#global_editor_contents em {
    font-style: italic
}

#global_editor_contents .selectTdClass {
    background-color: #edf5fa!important
}

#global_editor_contents table.noBorderTable td,#global_editor_contents table.noBorderTable th,#global_editor_contents table.noBorderTable caption {
    border: 1px #ddd dashed!important
}

#global_editor_contents table {
    margin-bottom: 10px;
    border-collapse: collapse;
    display: table
}

#global_editor_contents caption {
    border: 1px #ddd dashed;
    border-bottom: 0;
    padding: 3px;
    text-align: center
}

#global_editor_contents th {
    border-top: 1px #bbb solid;
    background-color: #f7f7f7
}

#global_editor_contents table tr.firstRow th {
    border-top-width: 2px
}

#global_editor_contents .ue-table-interlace-color-single {
    background-color: #fcfcfc
}

#global_editor_contents .ue-table-interlace-color-double {
    background-color: #f7faff
}

#global_editor_contents td p {
    margin: 0;
    padding: 0
}

#global_editor_contents .pagebreak {
    display: block;
    clear: both!important;
    cursor: default!important;
    width: 100%!important;
    margin: 0
}

#global_editor_contents pre {
    margin: .5em 0;
    padding: .4em .6em;
    border-radius: 8px;
    background: #f8f8f8
}

#global_editor_contents img {
    max-height: none;
    vertical-align: middle
}

.g_fl {
    float: left
}

.g_fr {
    float: right
}

.g_show {
    display: block
}

.g_hide {
    display: none
}

.g_clear {
    zoom:1}

.g_clear:after {
    clear: both
}

.g_clear:after,.g_clear:before {
    content: '';
    display: block
}

.g_img_box img {
    vertical-align: middle
}

.g_img_box:after {
    content: '';
    vertical-align: middle;
    height: 100%;
    display: inline-block
}

.g_transition_scale {
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s
}

.g_transition_scale:hover {
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05)
}

.show {
    display: block
}

.hide {
    display: none
}

.pic_box em {
    vertical-align: middle;
    height: 100%;
    display: inline-block
}

.pic_box img {
    vertical-align: middle
}

.error,.error_info {
    color: #900;
    margin: 0;
    font-family: Verdana
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.img_Path {
    text-align: center
}

.img_Path img {
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
    transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    -webkit-transition: all 0.4s ease-out
}

.img_Path span {
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.img_size {
    position: relative;
    display: block;
    width: 100%;
    height: 100%
}

.img_size .img {
    padding-top: 100%;
    overflow: hidden;
    position: relative
}

.img_size .img .theme_img {
    position: absolute;
    width: 100%;
    height: 100%;
    margin-top: -100%
}

.just {
    display: inline-block;
    vertical-align: middle;
    width: 100%
}

.web_filter_mb {
    display: none;
    margin-bottom: 20px
}

.webinfo_detail .ext_mes {
    text-align: center;
    margin: 8px 0
}

.webinfo_detail .ext_mes div {
    display: inline-block;
    margin: 0 8px;
    font-size: 14px;
    color: #333
}

.info_prev_next.pro_prev_next {
    text-align: left
}

.info_prev_next.pro_prev_next span {
    font-size: 16px
}

.info_prev_next.pro_prev_next a {
    display: inline;
    background: none;
    width: 100%
}

#chat_window {
    position: fixed;
    right: 50px;
    bottom: 100px;
    z-index: 10000
}
#chat_window .chat_box .chat_box_menu a {
    width: 55px;
    height: 56px;
    display: block;
    border-radius: 100%;
    margin-bottom: 6px;
    background: #07bb8a url(/template/pc/skin/images/whatsapp.png) no-repeat 0 0
}


.pro_prev_next {
    line-height: 22px;
    text-align: right
}

.pro_prev_next a {
    display: inline-block;
    width: 22px;
    height: 22px;
    margin: 0 2px;
    background: url(../images/prev_next.png) no-repeat;
    text-decoration: none;
    content: ''
}

.pro_prev_next a.prev {
    background-position: 0 0
}

.pro_prev_next a.next {
    background-position: -22px 0
}

.foot_share {
    display: inline-block
}

.foot_share .foot_share_box {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-right: 13px;
    vertical-align: middle;
    background-repeat: no-repeat;
    font-size: 0;
    background-size: 40px
}

.foot_share .Facebook {
    background-position: 0 0
}

.foot_share .Twitter {
    background-position: 0 -40px
}

.foot_share .Pinterest {
    background-position: 0 -80px
}

.foot_share .LinkedIn {
    background-position: 0 -120px
}

.foot_share .YouTube {
    background-position: 0 -160px
}

.foot_share .Google {
    background-position: 0 -200px
}

.foot_share .Vk {
    background-position: 0 -240px
}

.foot_share .Instagram {
    background-position: 0 -280px
}

.foot_share_type_0 .foot_share_box {
    background-image: url(../fonts/icon_sj.svg)
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-moz-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-ms-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.logo h1 {
    max-width: 100%;
    max-height: 100%
}

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

.web_header .header {
    position: fixed;
    top: auto;
    left: 0;
    width: 100%;
    height: 50px;
    padding: 0 10px;
    background: #fff;
    border-bottom: 1px solid #ddd;
    z-index: 9999;
    max-width: 991px;
    box-sizing: border-box
}

.web_header .header .logo {
    float: left;
    width: 50%;
    padding: 0 0;
    overflow: hidden
}

.web_header .header .logo img {
    max-height: 100%;
}

.web_header .header .func {
    float: right;
    width: 50%;
    margin-top: 12px;
    text-align: right;
    padding-right: 8px;
    box-sizing: border-box
}

.web_header .header .func .btn:first-child {
    margin-left: 0
}

.web_header .header .func .btn {
    display: inline-block;
    vertical-align: middle;
    height: 40px;
    line-height: 40px;
    margin-left: 10%;
    cursor: pointer
}

.web_header .header .func .language_btn {
    font-size: 20px;
    font-family: "Arial"
}

.web_header .header .func .search_btn {
    width: 23px;
    height: 23px;
    background: url(../images/search_btn.png) no-repeat center center / 100%
}

.web_header .header .func .member_btn {
    width: 23px;
    height: 23px;
    background: url(../images/account_btn.png) no-repeat center center / 100%
}

.web_header .header .func .menu_btn {
    width: 23px;
    height: 23px;
    background: url(../images/menu_btn.png) no-repeat center center / 100%
}

.web_header .header .func .menu_btn.on {
    background: url(../images/close_btn.png) no-repeat center center / 80%
}

.web_header .nav {
    position: fixed;
    top: 0;
    right: -75%;
    display: block;
    width: 75%;
    height: 100%;
    margin: 0;
    z-index: 10001;
    overflow-y: scroll;
    overflow-x: hidden;
    background: url(../images/header_bg.png) repeat-x top center #fff;
    margin-top: 50px
}

.web_header .nav.on {
    right: 0
}

.web_header .nav .list {
    margin: 0 5%;
    border-bottom: 1px solid #ddd
}

.web_header .nav .list .title {
    display: block;
    width: 100%;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    text-decoration: none;
    color: #333;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.web_header .nav .list.has_sec .title {
}

.web_header .nav .list.has_sec .title i {
    float: right;
    width: 18px;
    height: 100%;
    background: url(../images/cate_arrwo.png) no-repeat right center / 40%
}

.web_header .nav .list:last-child {
    margin-bottom: 50px
}

.web_header .nav .sub {
    display: none
}

.web_header .nav_bg.on {
    position: fixed;
    top: 51px;
    right: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 9990
}

.web_header .son_nav {
    position: fixed;
    top: 0;
    right: -75%;
    display: block;
    width: 75%;
    height: 100%;
    margin: 0;
    z-index: 10001;
    overflow-y: scroll;
    overflow-x: hidden;
    background: url(../images/header_bg.png) top center no-repeat #fff;
    margin-top: 51px;
    border-top: 1px solid #ddd
}

.web_header .son_nav .item {
    margin: 0 4%;
    border-bottom: 1px solid #ddd
}

.web_header .son_nav .item a {
    display: block;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-decoration: none
}

.web_header .son_nav .item a i {
    float: right;
    width: 18px;
    height: 60px;
    background: url(../images/cate_arrwo.png) no-repeat right center / 40%
}

.web_header .son_nav .item .son_nav_title.on i {
    margin-right: 5%;
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg)
}

.web_header .son_nav .item:last-child {
    margin-bottom: 50px
}

.web_header .son_nav.on {
    right: 0
}

.web_header .son_nav .cate_close {
    width: 100%;
    text-align: left
}

.web_header .son_nav .cate_close span {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(../images/back_btn.png) no-repeat center center / 50%;
    margin: 15px 0 15px 4%
}

.web_header .son_nav .third_nav {
    display: none
}

.web_header .son_nav .third_nav a {
    display: block;
    height: 44px;
    line-height: 44px;
    font-size: 16px;
    border-top: 1px solid #ddd;
    text-indent: 20px;
    color: #888
}

.web_header .son_nav .third_nav .fouth_cate {
}

.web_header .son_nav .third_nav .fouth_cate a {
    font-size: 13px;
    text-indent: 30px;
    height: 30px;
    line-height: 30px;
    border-top: 1px dashed #e8e8e8
}

.web_header .language {
    position: fixed;
    top: 0;
    right: -100%;
    display: block;
    width: 100%;
    height: 100%;
    background: white;
    margin: 0;
    z-index: 10001;
    overflow-y: scroll;
    overflow-x: hidden
}

.web_header .language.on {
    right: 0
}

.web_header .language .close_btn {
    text-align: right
}

.web_header .language .close_btn span {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 14px 0;
    background: url(../images/close_btn.png) no-repeat center center / 80%;
    margin-right: 5%
}

.web_header .language .content {
    background: url(../images/header_bg.png) repeat-x center top
}

.web_header .language .list {
    height: 60px;
    line-height: 60px;
    margin: 0 5%;
    border-bottom: 1px solid #ddd;
    text-align: center
}

.web_header .language .list a {
    display: inline-block;
    width: 100%;
    font-size: 18px
}

.web_header .resp_search_box {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    z-index: 10001;
    background: #fff
}

.web_header .resp_search_box.on {
    right: 0
}

.web_header .resp_search_box .close_btn {
    float: right;
    width: calc(100% - 180px);
    text-align: right;
    background: #fff;
    padding-right: 10px
}

.web_header .resp_search_box .close_btn span {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 13px 0;
    background: url(../images/close_btn.png) no-repeat center center / 80%
}

.web_header .resp_search_box .search_form {
    position: relative;
    width: 100%;
    height: 60px;
    line-height: 60px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    background: #fff
}

.web_header .resp_search_box .search_form input[name=keywords] {
    width: 80%;
    height: 100%;
    margin-left: 5%;
    border: none;
    font-size: 16px;
    color: #c8c8c8;
    outline: none
}

.web_header .resp_search_box .search_form input[type=submit] {
    position: absolute;
    top: 0;
    right: 5%;
    width: 41px;
    height: 100%;
    background: url(../images/search_btn.png) no-repeat center center / 50%;
    border: none;
    outline: none
}

.web_header.header_blank {
    height: 50px
}

.web_position {
    position: relative;
    border-bottom: 1px solid #ddd
}

.web_position .title {
    float: left;
    width: 50%;
    text-align: left;
    font-size: 20px;
    height: 55px;
    line-height: 55px;
    color: #555;
    max-width: 60%;
    overflow: hidden
}

.web_position .position {
    float: left;
    width: 50%;
    text-align: right;
    height: 55px;
    line-height: 55px;
    color: #888;
    font-size: 16px;
    overflow: hidden
}

.web_position .position a {
    color: #888;
    vertical-align: middle
}

.web_position.s1 {
    border: none
}

.web_position.s1>.title {
    display: none
}

.web_position.s1>.position {
    text-align: left
}

.web_turn_page {
    margin: 30px 0;
    text-align: center;
    height: auto;
    line-height: 54px;
    clear: both
}

.web_turn_page span {
    height: 54px;
    width: 54px;
    display: block;
    text-align: center;
    line-height: 54px;
    background: #f5f7f6;
    display: inline-block;
    margin: 4px 4px;
    position: relative
}

.web_turn_page span:hover {
    background: #e9edeb
}

.web_turn_page span a,.web_turn_page span font {
    height: 54px;
    width: 54px;
    display: block;
    font-size: 16px;
    text-decoration: none
}

.web_turn_page span .page_item_current {
    background: #555;
    color: #fff;
    cursor: default
}

.web_turn_page span em {
    width: 7px;
    height: 12px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -4px
}

.web_turn_page span em.icon_page_prev {
    background: url(../images/normal.png) no-repeat -391px -24px
}

.web_turn_page span em.icon_page_next {
    background: url(../images/normal.png) no-repeat -408px -24px
}

.web_turn_page.s1>span .page_item_current {
    background: none;
    color: #ff6600
}

.webpro_detail {
    margin: 30px 0;
    position: relative
}

.webpro_detail .share {
    text-align: center;
    margin-top: 20px
}

.webpro_detail .left_small_img .bx-controls-direction {
    display: block
}

.webpro_detail .gallery {
    position: relative;
    float: left;
    width: 50.834%;
    margin-right: 0;
    min-height: 450px;
    padding-bottom: 20px
}

.webpro_detail .gallery .bigimg {
    padding-left: 110px
}

.webpro_detail .gallery .bigimg .MagicZoom {
    display: block;
    margin: 0 auto;
    font-size: 0;
    max-width: 100%
}

.webpro_detail .gallery .bigimg .MagicZoom img {
    border: 0 !important;
    padding: 0 !important;
    margin: 0 !important
}

.webpro_detail .gallery .bigimg .MagicZoomBigImageCont {
    border: 1px solid #ddd
}

.webpro_detail .gallery .bigimg .MagicZoomHeader {
    font-size: 8pt !important;
    line-height: normal !important;
    color: #fff;
    background: #666;
    text-align: center !important
}

.webpro_detail .gallery .bigimg .MagicZoomPup {
    border: 1px solid #ccc;
    background: #fff;
    cursor: move
}

.webpro_detail .gallery .bigimg .MagicZoomLoading {
    border: 1px solid #ddd;
    background: url(../images/loading.gif) no-repeat 2px 50% #fff
}

.webpro_detail .gallery #zoom-big {
    position: absolute;
    top: 0;
    left: 100%
}

.webpro_detail .gallery #zoom-big img {
    max-width: none;
    max-height: none
}

.webpro_detail .gallery #small_img {
    width: 100px;
    position: absolute;
    left: 0;
    top: 0
}

.webpro_detail .gallery #small_img .pic_box {
    width: 90px;
    height: 90px;
    border: 1px solid #ddd;
    margin-bottom: 8px;
    text-align: center;
    display: block
}

.webpro_detail .gallery #small_img .pic_box:last-child {
    margin-bottom: 0
}

.webpro_detail .gallery #small_img .pic_box.on {
    border: 1px solid #acd571
}

.webpro_detail .gallery .left_small_img {
    position: absolute;
    left: 0;
    top: 0;
    width: 90px;
    height: 100%
}

.webpro_detail .gallery .left_small_img .pic_box {
    border: 1px solid #ddd;
    text-align: center;
    display: block;
    overflow: hidden;
    position: relative;
    width: calc( 100% - 2px )!important;
    padding-top: calc( 100% - 2px );
    height: 0
}

.webpro_detail .gallery .left_small_img .pic_box a {
    position: absolute;
    left: 0%;
    top: 0%;
    width: 100%;
    height: 100%
}

.webpro_detail .gallery .left_small_img .pic_box img {
    max-height: 80.5px;
    display: inline-block;
    vertical-align: middle
}

.webpro_detail .gallery .left_small_img .pic_box span {
    display: inline-block;
    vertical-align: middle
}

.webpro_detail .gallery .left_small_img .pic_box {
    margin-bottom: 13%
}

.webpro_detail .gallery .left_small_img .pic_box:last-child {
    margin-bottom: 0
}

.webpro_detail .gallery .left_small_img .pic_box.on {
    border-color: #3c3c3c
}

.webpro_detail .gallery .left_small_img .pic_box[pos=video]:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    background: rgba(0,0,0,0.1) url(../images/icon_video_play.png) no-repeat center center;
    z-index: 1
}

.webpro_detail .gallery .left_small_img .bx-wrapper {
    padding: 36px 0
}

.webpro_detail .gallery .left_small_img .bx-wrapper .bx-controls-direction a {
    bottom: 0;
    left: 0;
    z-index: 1
}

.webpro_detail .gallery .bigimg .video_container {
    overflow: hidden;
    width: 100%;
    margin: 0 auto
}

.webpro_detail .gallery .bigimg .video_container iframe {
    min-height: 450px
}

@media only screen and (min-width: 1024px) {
    .webpro_detail .gallery .left_small_img .bx-wrapper .bx-pager {
        display:none
    }

    .webpro_detail .gallery .bx-wrapper .bx-controls-direction a {
        margin-top: 0;
        top: unset;
        bottom: 0;
        width: 100%;
        background: #fff;
        padding-top: 0;
        height: 16px;
        display: block
    }

    .webpro_detail .gallery .bx-wrapper .bx-controls-direction .bx-prev {
        background: url(../images/icon_prod_bx_prev.png) no-repeat center;
        bottom: unset;
        top: 0
    }

    .webpro_detail .gallery .bx-wrapper .bx-controls-direction .bx-next {
        background: url(../images/icon_prod_bx_next.png) no-repeat center
    }
}

.webpro_detail .gallery .products_img {
    display: none
}

.webpro_detail .gallery .products_img iframe {
    width: 96vw;
    height: 96vw
}

.webpro_detail .info {
    width: 49.166%;
    float: left;
    padding-left: 40px;
    box-sizing: border-box
}

.webpro_detail .info .name {
    font-size: 24px;
    color: #5d5d5d
}

.webpro_detail .info .number {
    margin: 10px 0;
    font-size: 16px
}

.webpro_detail .info .number span {
    font-weight: bold
}

.webpro_detail .info .share {
    margin: 10px 0
}

.webpro_detail .info .desc {
    font-size: 16px;
    margin: 10px 0;
    line-height: 190%;
    color: #888
}

.webpro_detail .info .attribute {
    margin: 10px 0
}

.webpro_detail .info .attribute li {
    line-height: 30px;
    overflow: hidden;
    color: #888;
    font-size: 16px
}

.webpro_detail .info .attribute li span {
    display: inline-block
}

.webpro_detail .info .attribute li span:first-child {
    min-width: 120px;
    margin-right: 10px
}

.webpro_detail .info .price {
    padding: 7px 0;
    font-size: 24px;
    color: #ff6600
}

.webpro_detail .info .hide_price {
    font-size: 18px;
    font-family: 'OpenSans-Bold';
    color: #333;
    margin-right: 15px
}

.webpro_detail .info .login_tips {
    display: inline-block;
    font-size: 14px;
    color: #ff6600;
    font-family: 'Arial';
    padding-left: 30px;
    background-image: url('../images/login_price_icon.png');
    background-repeat: no-repeat;
    background-position: left center;
    line-height: 20px
}

.webpro_detail .info .price_range {
    font-family: "Opensans-Regular";
    font-size: 14px;
    line-height: 14px;
    color: #999;
    display: flex;
    align-items: flex-end;
    padding: 20px 10px 21px
}

#interval_price,.webpro_detail .info .price_range .price {
    font-family: "Opensans-Bold";
    font-size: 18px;
    line-height: 20px;
    color: #333;
    margin: 0;
    padding: 0
}

.webpro_detail .info .price_range .unit {
    margin-left: 6px;
    letter-spacing: 0.1px
}

.webpro_detail .info .price_range .line {
    font-size: 14px;
    line-height: 12px;
    margin: 0 5px
}

.webpro_detail .info .price_range .min_order {
    color: #333;
    letter-spacing: 0.1px
}

.webpro_detail .info .price_range .min_order span {
    color: #999
}

.webpro_detail .info .button {
    margin: 20px 0
}

.webpro_detail .info .button > a,.webpro_detail .info .button > button#addtocart_button,.webpro_detail .info .button > a#login_addtocart_button {
    width: calc( (100% - 90px - 2% )/2 - 2% );
    box-sizing: border-box;
    max-width: 200px;
    height: 45px;
    line-height: 45px;
    display: block;
    color: #f24330;
    text-align: center;
    background: #fff0ee;
    font-size: 16px;
    font-family: 'OpenSans-Bold';
    text-decoration: none;
    float: left;
    margin-right: 12px;
    border-radius: 3px;
    margin-bottom: 10px;
    border: 1px solid #f24330;
    height: 48px!important;
    line-height: 48px!important;
    margin-right: 2%;
    padding: 0
}

.webpro_detail .info .button > button#addtocart_button {
    height: 47px;
    line-height: 47px;
    background: #f24330;
    color: #fff
}

.webpro_detail .info .button > a#login_addtocart_button {
    height: 47px;
    line-height: 47px;
    background: #cccccc;
    color: #fff;
    border-color: #cccccc
}

.webpro_detail .info .button iframe {
    display: none
}

.webpro_detail .info .button .download_button {
    position: relative;
    float: left;
    width: 48px;
    height: 48px;
    background: url(../images/pdf_download_icon.png) no-repeat center center / 48px 48px;
    border: none;
    font-size: 0
}

.webpro_detail .info .button .download_button > span {
    height: 48px;
    width: 48px;
    background: url(../images/down.png) no-repeat center/22px;
    display: inline-block;
    border-radius: 3px;
    cursor: pointer;
    display: none
}

.webpro_detail .info .button .download_button > span:after {
    position: absolute;
    bottom: -16px;
    left: 17px;
    z-index: 11;
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
    transform: rotate(-45deg);
    width: 10px;
    height: 10px;
    background: #fff;
    content: '';
    opacity: 0;
    visibility: hidden;
    transition: all .4s
}

.webpro_detail .info .button .download_button > span.no_file:after {
    display: none
}

.webpro_detail .info .button .download_button .down_list {
    position: absolute;
    right: 0px;
    top: 100%;
    z-index: 10;
    background: #fff;
    width: 140px;
    border: 1px solid #ddd;
    border-radius: 5px;
    opacity: 0;
    visibility: hidden;
    transition: all .4s
}

.webpro_detail .info .button .download_button:hover .down_list,.webpro_detail .info .button .download_button:hover > span:after {
    opacity: 1;
    visibility: visible
}

.webpro_detail .info .button .prod_info_pdf {
    width: 48px;
    height: 48px;
    background: url(../images/pdf_download_icon2.png) no-repeat center center / auto 23px;
    border: none;
    font-size: 0;
    border: 1px solid #C2C2C2
}

.webpro_detail .info .button .add_favorite {
    width: 48px;
    height: 48px;
    background: #fff!important;
    border: none;
    font-size: 0;
    border: 1px solid #C2C2C2
}

.webpro_detail .info .button .add_favorite i {
    color: #333;
    font-size: 20px
}

.webpro_detail .info .button .add_favorite.is_in i {
    color: #eb3e3e
}

.webpro_detail .info .button .add_favorite.is_in i::before {
    content: "\e6b0"
}

.webpro_detail .info .down_list {
    margin-top: 10px
}

.webpro_detail .info .down_list li {
    height: 36px;
    line-height: 36px;
    overflow: hidden;
    padding: 0 5px
}

.webpro_detail .info .down_list li + li {
    border-top: 1px solid #ddd
}

.webpro_detail .info .down_list li a {
    font-size: 14px;
    display: block;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.webpro_detail .info .button > a:hover,.webpro_detail .info .button .prod_info_pdf:hover,.webpro_detail .info .button .add_favorite:hover {
    background-color: none!important
}

.webpro_detail .info .button .download_button > span:hover {
    background-color: #333!important
}

.webpro_detail .info .platform {
    margin: 10px 0
}

.webpro_detail .info .platform a {
    width: auto;
    height: 50px;
    line-height: 50px;
    margin-right: 8px;
    padding: 0 10px 0 60px;
    display: inline-block;
    border: 1px solid #e3e3e3;
    border-radius: 20px
}

.webpro_detail .info .platform a.amazon_btn {
    background: url(../images/icon_platform_amazon.png) no-repeat 5px center/contain
}

.webpro_detail .info .platform a.aliexpress_btn {
    background: url(../images/icon_platform_aliexpress.png) no-repeat 5px center/contain
}

.webpro_detail .info .platform a.wish_btn {
    background: url(../images/icon_platform_wish.png) no-repeat 5px center/contain
}

.webpro_detail .info .platform a.ebay_btn {
    background: url(../images/icon_platform_ebay.png) no-repeat 5px center/contain
}

.webpro_detail .info .platform a.alibaba_btn {
    background: url(../images/icon_platform_alibaba.png) no-repeat 5px center/contain
}

.webpro_detail .description {
    margin: 20px 0
}

.webpro_detail .description .title {
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
    color: #555;
    overflow: hidden
}

.webpro_detail .description .title span {
    line-height: 38px;
    height: 38px;
    font-size: 20px;
    margin-right: 30px;
    cursor: pointer;
    padding-bottom: 5px;
    border-bottom: 2px solid transparent;
    display: inline-block;
    word-break: keep-all
}

.webpro_detail .description .title span.cur {
    color: #222;
    border-color: #222
}

.webpro_detail .description .contents {
    line-height: 180%;
    min-height: 300px;
    padding: 10px 0;
    display: none
}

.webpro_detail .description .global_mtitle {
    display: none;
    position: relative
}

.webpro_detail .description .global_mtitle:after {
    content: '>';
    font-family: monospace;
    font-size: 24px;
    position: absolute;
    top: 0px;
    right: 10px;
    -webkit-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s
}

.webpro_detail .description .global_mtitle.cur:after {
    transform: rotate(90deg)
}

.webinqu_box {
    font-family: 'Opensans-Regular';
    margin: 30px auto;
    overflow: hidden;
    max-width: 1200px
}

.webinqu_box h1 {
    font-family: 'OpenSans-Bold';
    font-size: 24px;
    line-height: 32px;
    color: #333
}

.webinqu_box form {
    width: 100%;
    padding-right: 0;
    margin-top: 13px;
    border-top: 1px solid #ddd;
    padding: 35px 0 0
}

.webinqu_box form .rows {
    padding: 10px 0
}

.webinqu_box form .rows.input_rows {
    float: left;
    width: 48.334%;
    margin-bottom: 15px;
    font-size: 0px
}

.webinqu_box form .rows.input_rows:nth-child(even) {
    margin-left: 3.3%
}

.webinqu_box form .rows label {
    font-size: 16px;
    display: block;
    padding-bottom: 6px
}

.webinqu_box form .rows label span {
    color: red;
    font-size: 14px
}

.webinqu_box form .rows .input {
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    height: 42px;
    line-height: 42px;
    border-radius: 5px;
    text-indent: 5px
}

.webinqu_box form .rows select {
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url('../images/icon_inquiry_select_arrow.png') no-repeat right 10px center transparent;
    height: 42px;
    line-height: 44px;
    font-size: 16px;
    color: #888;
    border-radius: 5px;
    padding: 0 5px;
    border: 1px solid #ddd
}

.webinqu_box form .rows .chzn-container {
    width: 100%
}

.webinqu_box form .rows .chzn-container-single .chzn-drop {
    width: 100%;
    box-sizing: border-box
}

.webinqu_box form .rows .chzn-container-single .chzn-single span {
    font-size: 16px;
    font-family: 'Arial'
}

.webinqu_box form .rows textarea {
    box-sizing: border-box;
    width: 100%;
    height: 200px;
    max-width: 100%;
    border-radius: 5px;
    padding: 5px;
    font-size: 16px
}

.webinqu_box form .rows.vcode_rows {
    margin-top: 11px
}

.webinqu_box form .rows .vcode .fl {
    width: max-content
}

.webinqu_box form .rows .vcode .input {
    width: 200px;
    max-width: 100%
}

.webinqu_box form .rows .vcode img {
    margin-left: 20px;
    margin-top: 6px
}

.webinqu_box form .rows.submit_rows {
    margin-top: 14px
}

body .webinqu_box form .form_button {
    font-family: 'OpenSans-Bold';
    width: 200px;
    height: 46px;
    cursor: pointer;
    background: #222;
    border-radius: 5px;
    color: #fff;
    font-size: 16px;
    border: 0
}

.web_info_list {
    margin: 30px 0;
    overflow: hidden
}

.web_info_list .item {
    margin-bottom: 35px;
    padding-bottom: 35px;
    border-bottom: 1px solid #e5e5e5
}

.web_info_list .item:last-child {
    margin: 0
}

.web_info_list .item .img {
    width: 22%;
    float: left
}

.web_info_list .item .info {
    width: 78%;
    float: right;
    padding-left: 25px;
    box-sizing: border-box
}

.web_info_list .item .info .title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    padding-bottom: 5px
}

.web_info_list .item .info .title a {
    font-size: 24px;
    color: #555
}

.web_info_list .item .info .title a:hover {
    color: #333
}

.web_info_list .item .info .time {
    font-size: 14px;
    color: #999;
    line-height: 20px
}

.web_info_list .item .info .time h2 {
    display: none
}

.web_info_list .item .info .desc {
    font-size: 14px;
    color: #999;
    line-height: 150%;
    max-height: 63px;
    overflow: hidden;
    margin-bottom: 10px;
    margin-top: 5px;
    display: block
}

.web_info_list .item .info .desc:hover {
    text-decoration: none
}

.web_info_list .item .link {
    display: none
}

.web_info_list .item.no_img .img {
    display: none
}

.web_info_list .item.no_img .info {
    width: 100%;
    float: none;
    padding: 0
}

.web_info_list.s1 .item {
    position: relative;
    min-height: 50px
}

.web_info_list.s1 .item .img {
    display: none
}

.web_info_list.s1 .item .info {
    width: 100%;
    padding: 0 150px
}

.web_info_list.s1 .item .info .time {
    position: absolute;
    left: 0;
    top: 0
}

.web_info_list.s1 .item .info .time h1 {
    display: none
}

.web_info_list.s1 .item .info .time h2 {
    display: block;
    font-size: 24px;
    font-weight: bold
}

.web_info_list.s1 .item .info .time h2 span {
    display: block;
    font-size: 16px;
    color: #a4a4ac;
    padding-top: 8px
}

.web_info_list.s1 .item .info .title a {
    color: #333
}

.web_info_list.s1 .item .link {
    display: block;
    width: 20px;
    height: 70%;
    position: absolute;
    right: 0;
    top: 0;
    background: url("../images/icon_link.png") no-repeat center
}

.webinfo_detail {
    margin: 30px 0;
    overflow: hidden
}

.webinfo_detail>.title {
    font-size: 20px;
    text-align: center;
    padding-bottom: 10px;
    color: #222
}

.webinfo_detail>.share {
    text-align: center
}

.webinfo_detail>.contents {
    padding: 20px 0;
    color: #555;
    line-height: 180%;
    font-size: 16px;
    min-height: 300px
}

.webinfo_detail .ext_mes {
    margin: 0 0 10px
}

.webarticle_detail {
    margin: 30px 0;
    overflow: hidden
}

.webarticle_detail>.contents {
    color: #555;
    line-height: 160%;
    font-size: 16px;
    min-height: 300px
}

.webarticle_detail>.contents>.share {
    padding: 10px 0
}

.webarticle_detail.content-100>.contents {
    float: none;
    width: 100%
}

.webarticle_detail strong,.webarticle_detail b {
    font-weight: bold
}

.webart_feedback {
    margin: 30px 0;
    padding-top: 10px
}

.webart_feedback .article_feedback_title {
    text-align: center;
    margin-bottom: 2%
}

.webart_feedback .article_feedback_title .title {
    font-size: 24px;
    color: #333
}

.webart_feedback .article_feedback_title span {
    display: block;
    width: 28px;
    height: 2px;
    background: #333;
    margin: 15px auto 10px
}

.webart_feedback .article_feedback_title .txt {
    font-size: 16px;
    color: #555
}

.webart_feedback .rows {
    padding: 10px 2%;
    position: relative
}

.webart_feedback .rows.input_rows {
    float: left;
    width: 50%;
    text-align: center;
    box-sizing: border-box
}

.webart_feedback .rows .input {
    width: 100%;
    height: 43px;
    line-height: 43px;
    font-size: 12px;
    color: #888;
    text-indent: 10px;
    box-sizing: border-box
}

.webart_feedback .rows textarea {
    width: 100%;
    height: 150px;
    padding: 5px;
    font-size: 12px;
    color: #888;
    box-sizing: border-box
}

.webart_feedback .rows .fc_red {
    margin-right: 8px;
    position: absolute;
    right: 0;
    bottom: 7px;
    z-index: 1
}

.webart_feedback .rows.input_rows .fc_red {
    bottom: 18px
}

.webart_feedback .rows.vcode .input {
    width: 150px;
    max-width: 80%
}

.webart_feedback .rows.vcode img {
    margin-top: 3px
}

.webart_feedback .rows.vcode .fc_red {
    position: static;
    margin: 0 0 0 8px
}

.webart_feedback .rows .form_button {
    width: 160px;
    height: 40px;
    line-height: 40px;
    background: #222;
    color: #fff;
    font-size: 14px;
    border: none;
    text-transform: uppercase;
    cursor: pointer
}

.webart_feedback .rows.textarea_rows {
    clear: both
}

.webart_feedback.s1>form>.rows.input_rows {
    width: 100%;
    float: none
}

.webart_feedback.s1>form>.rows.textarea_rows textarea {
    width: 90%;
    max-width: 90%
}

body .bx-wrapper .bx-pager,body .bx-wrapper .bx-controls-auto {
    bottom: 4%
}

@media only screen and (max-width: 1340px) {
    .webpro_detail .info .button > a,.webpro_detail .info .button > button#addtocart_button,.webpro_detail .info .button > a#login_addtocart_button {
        font-size:15px
    }
}



@media only screen and (max-width: 991px) {
    .web_header {
        display:block
    }

    .responsive_pc_header {
        display: none!important
    }


}

@media only screen and (max-width: 1023px) {
    .webpro_detail {
        margin:10px 0
    }

    .webpro_detail .gallery {
        float: none;
        width: 100%;
        min-height: inherit
    }

    .webpro_detail .gallery .bx-wrapper .bx-controls-direction a {
        display: block
    }

    .webpro_detail .gallery .bigimg,.webpro_detail .gallery #zoom-big,.webpro_detail .gallery .left_small_img,.webpro_detail .gallery #small_img {
        display: none
    }

    .webpro_detail .gallery .products_img {
        display: block
    }

    .webpro_detail .gallery .products_img img {
        margin: 0 auto
    }

    .webpro_detail .info .button > a,.webpro_detail .info .button > button#addtocart_button {
        width: calc(48% - 10px);
        max-width: inherit
    }

    .webpro_detail .info {
        float: none;
        width: 100%;
        padding: 15px 0
    }

    .webpro_detail .info .name {
        font-size: 20px
    }
}

@media only screen and (max-width: 768px) {
    .web_position>.title {
        display:none
    }

    .web_position>.position {
        left: 0;
        text-align: left
    }

    .web_turn_page {
        margin: 20px;
        height: auto;
        line-height: 36px;
        float: none
    }

    .web_turn_page span {
        height: 30px;
        width: 30px;
        line-height: 30px
    }

    .web_turn_page span a,.web_turn_page span font {
        height: 30px;
        width: 30px
    }

    .webpro_detail .description {
        margin: 0
    }

    .webpro_detail .description .contents {
        min-height: auto;
        display: block
    }

    .webpro_detail .description .title {
        display: none
    }

    .webpro_detail .description .global_mtitle {
        display: block;
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 10px;
        border-bottom: 1px solid #c1c1c1;
        padding-bottom: 15px;
        cursor: pointer
    }

    .webpro_detail .description .contents .editor_cnt {
        height: 0;
        overflow: hidden
    }

    .webpro_detail .description .contents .editor_cnt #global_editor_contents {
        min-height: 200px
    }

    .webinqu_box form .rows .input {
        max-width: 100%
    }

    .webinqu_box form .rows textarea {
        max-width: 100%
    }

    .webinqu_box form .rows.input_rows {
        width: 100%;
        margin-bottom: 0
    }

    .webinqu_box form .rows.input_rows:nth-child(even) {
        margin-left: 0
    }

    .webinqu_box form .rows.vcode_rows {
        margin-top: 0
    }

    .webinqu_box form .rows.submit_rows {
        margin-top: 0
    }

    .web_info_list {
        margin: 10px 0
    }

    .web_info_list .item {
        margin-bottom: 15px;
        padding-bottom: 15px
    }

    .web_info_list .item .info {
        padding-left: 15px
    }

    .web_info_list .item .info .title a {
        font-size: 16px
    }

    .web_info_list .item .info .desc {
        display: none
    }

    .web_info_list.s1 .item .info {
        padding: 0 50px 0 70px
    }

    .web_info_list.s1 .item .info .time h2 {
        font-size: 16px
    }

    .web_info_list.s1 .item .info .time h2 span {
        font-size: 14px;
        font-weight: normal;
        padding-top: 5px
    }

    .web_info_list.s1 .item .link {
        background-size: 10px
    }

    .webinfo_detail {
        margin: 10px 0
    }

    .webinfo_detail>.title {
        font-size: 16px;
        border-bottom: 1px solid #ddd
    }

    .webinfo_detail>.contents {
        min-height: 200px
    }

    .webarticle_detail {
        margin: 10px 0
    }

    .webarticle_detail>.contents {
        min-height: 200px
    }

    .webarticle_detail.s1>.contents {
        float: none;
        width: 100%
    }

    .webart_feedback .rows .fc_red {
        margin-right: 0
    }

    .webart_feedback .rows.input_rows {
        width: 100%;
        float: none
    }

    .webart_feedback .rows .form_button {
        width: 100%
    }

    #chat_window {
        right: 5%;
        bottom: 10%
    }

    #global_editor_contents {
        overflow: hidden
    }

    #global_editor_contents .editor_table_wrap {
        width: 100%;
        overflow: hidden;
        overflow-x: scroll
    }

    #global_editor_contents .editor_table_wrap::-webkit-scrollbar-track-piece {
        background-color: #aaa;
        border-left: 1px solid rgba(0,0,0,0)
    }

    #global_editor_contents .editor_table_wrap::-webkit-scrollbar {
        width: 5px;
        height: 5px;
        border-radius: 5px
    }

    #global_editor_contents .editor_table_wrap::-webkit-scrollbar-thumb {
        background-color: rgba(0,0,0,0.7);
        background-clip: padding-box;
        border-radius: 5px;
        min-height: 28px
    }

    #global_editor_contents .editor_table_wrap::-webkit-scrollbar-thumb:hover {
        background-color: rgba(0,0,0,0.5);
        border-radius: 5px
    }
}

@media only screen and (max-width: 600px) {
    .web_position {
        height:25px
    }

    .web_position .position {
        line-height: 25px;
        height: 25px
    }

    .web_turn_page {
        margin: 10px 0px
    }
}

@media screen and (max-width: 500px) {
    .webpro_detail .info .button > a#login_addtocart_button,.webpro_detail .info .button > a,.webpro_detail .info .button > button#addtocart_button {
        width:100%;
        max-width: 100%;
        margin-right: 0
    }

    .webpro_detail .info .button .prod_info_pdf {
        margin-right: 2%
    }
}
