@charset "utf-8";* {
    font-family: opensans-regular;
}

body {
    position: relative;
}

html,div {
    outline: 0;
}

.over {
    overflow: hidden;
}

.relative {
    position: relative
}

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

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

.inline {
    display: inline
}

.inline-block {
    display: inline-block
}

.text-center {
    text-align: center
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

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

.middle {
    vertical-align: middle
}

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

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

.hidden {
    display: none
}

.block {
    display: block
}

.wrap-margin-top {
}

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

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

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

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

.header_top_t {
    height: 45px;
    line-height: 45px;
    background: #f3f3f3;
    border-bottom: 1px solid #dfdfdf
}

#header .phone {
    display: inline-block;
    font-size: 14px;
    color: #333;
    position: relative;
    padding-left: 30px;
    margin-right: 11px
}

#header .phone::before {
    position: absolute;
    left: 0;
    top: 14px;
    background: url(../images/top_phone.png) no-repeat center;
    width: 18px;
    height: 16px;
    content: ''
}

#header .email::before {
    position: absolute;
    left: 0;
    top: 18px;
    background: url(../images/top_email.png) no-repeat center;
    width: 15px;
    height: 14px;
    content: ''
}

#header .email a {
    font-size: 14px;
    color: #333;
    padding-left: 27px
}

#header .email {
    display: inline-block;
    position: relative;
    margin-left: 14px
}

.head-top .wrap,.header_top_t .wrap {
    height: 100%
}

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

.trans3 {
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s
}

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

.trans7 {
    transition: all .7s;
    -moz-transition: all .7s;
    -webkit-transition: all .7s;
    -o-transition: all .7s
}

.ueeshop_responsive_turn_page {
    float: none!important;
    padding: 5px 0;
}

.ueeshop_responsive_turn_page>span .page_item_current {
    background: #fec107!important
}

.wrap {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    zoom:1;position: relative;
    box-sizing: border-box
}

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

.wrap:after {
    clear: both
}

.leftside {
    width: 240px
}

.rightside {
    width: 900px;
    float: left;
    margin-left: 30px
}

.lefttitle {
    position: relative;
    padding: 0 21px 0 10px;
    line-height: 55px;
    height: 55px;
    font-size: 18px;
    overflow: hidden;
    color: #222;
    font-weight: 800
}

.lefttitle span {
    display: block;
    height: 55px;
    overflow: hidden
}

.leftmenu {
    /* padding-bottom: 15px; */
}

.leftmenu .item {
    border-top: 3px solid #0a8a3c
}

.leftmenu .item h4 img {
    position: absolute;
    right: 10px;
    top: 45%;
    width: 6px;
    height: 10px;
    z-index: 2
}

.leftmenu .item h4 {
    position: relative;
    cursor: pointer
}

.leftmenu .item .ia {
    height: 50px;
    line-height: 50px;
    display: block;
    overflow: hidden;
    width: calc(100% - 30px);
    text-decoration: none;
    font-size: 16px;
    box-sizing: border-box;
    color: #2e1532;
    text-indent: 10px;
    font-weight: 600
}

.leftmenu .item .ia:hover,.leftmenu .item.cur .ia {
    color: #333
}

.leftmenu .item .subcate {
    padding-bottom: 10px;
    display: none;
    border-top: 1px solid #ddd;
}

.leftmenu .item .subcate .sia {
    position: relative;
    display: block;
    height: 40px;
    overflow: hidden;
    line-height: 40px;
    padding: 0 12px 0 9px;
    font-size: 16px;
    color: #666;
    text-decoration: none;
    border-bottom: 1px solid #ddd;
}

.leftmenu .item .subcate .sia.cur,.leftmenu .item .subcate .sia:hover {
    background: #f3f3f3
}

.leftmenu .item .subcate .sia3 {
    text-indent: 10px
}

.leftmenu .item .subcate .sia3.cur {
    background: 0 0;
    color: #f60
}

.leftmenu .item.cur .subcate {
    display: block
}

.leftside .related {
    margin-top: 22px;
    padding-bottom: 20px;
    width: 100%
}

.leftside .related .r_title {
    width: 100%;
    height: 23px;
    line-height: 23px;
    font-size: 18px;
    color: #191919
}

.leftside .related .r_list {
    margin-top: 5px;
    width: 100%
}

.leftside .related .r_list .item {
    padding: 16px 0 19px;
    border-top: 3px solid #0a8a3c
}

.leftside .related .r_list .title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    width: 100%;
    line-height: 24px;
    font-size: 18px;
    color: #555;
    text-decoration: none;
    overflow: hidden
}

.leftside .related .r_list .author {
    margin-top: 6px;
    width: 100%;
    height: 21px;
    line-height: 21px;
    font-size: 14px;
    color: #555;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.leftside .related .r_list .brief {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    margin-top: 8px;
    width: 100%;
    line-height: 20px;
    font-size: 14px;
    color: #555;
    word-break: break-all;
    overflow: hidden
}

.banner {
    width: 100%;
    overflow: hidden;
    height: auto;
    z-index: 1;
    max-height: 475px
}

.header_blank {
    height: 154px
}

#header {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 10001;
    position: relative
}

#header.ts {
    transition: all .4s
}

#header .head-top {
    height: 108px;
    box-sizing: border-box;
    display: flex;
    width: 100%
}

#header .head-top .left-icon {
    left: 0;
    top: 0;
    margin-top: 50px
}

#header .head-top .left-icon .h-lang {
    margin-left: 35px
}

#header .head-top .left-icon .h-lang .lang-on {
    width: 35px;
    height: 35px;
    line-height: 35px;
    border: 1px solid #fff;
    border-radius: 100px;
    font-size: 15px;
    color: #fff;
    text-transform: uppercase
}

#header .head-top .right-icon {
    right: 0;
    top: 0;
    position: absolute;
    margin-top: 50px;
    margin-right: 35px
}

#header .head-top .right-icon .icon:hover .layer,#header .head-top .right-icon .icon:hover:after {
    opacity: 1;
    visibility: visible
}

#header .icon {
    cursor: pointer
}

#header .icon.language {
    font-size: 0;
    height: 100%
}

#header .icon .layer {
    width: 150px;
    background: #fff;
    top: 45px;
    left: 50%;
    border-radius: 8px;
    border: 1px solid #ddd;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

#header .icon .layer a {
    line-height: 45px;
    font-size: 14px;
    border-bottom: 1px solid #eee;
    height: 36px;
    line-height: 36px;
    margin: 0 10px;
    overflow: hidden
}

#header .icon .layer a+a {
    border-top: 1px solid rgba(255,255,255,.2)
}

#header .icon .layer a:hover {
    text-decoration: underline
}

#header.white-module .h-lang .lang-on .img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px
}

#header .icon .layer .img {
    display: inline-block;
    margin-right: 10px;
    vertical-align: center
}

#header .icon .layer .img img {
    max-height: 11px
}

#header.white-module .h-lang .lang-on .img img {
    max-height: 20px
}

#header .icon .layer.width {
    width: 400px;
    overflow-y: auto;
    max-height: 540px
}

#header .icon .layer.width::-webkit-scrollbar {
    display: none
}

#header .icon .layer.width a {
    float: left;
    width: 33.33%;
    margin: 0;
    padding: 0 10px;
    box-sizing: border-box
}

#header .icon>.icon:after {
    position: absolute;
    bottom: -20px;
    left: 50%;
    border: 10px solid transparent;
    width: 0;
    height: 0;
    border-bottom-color: rgba(108,108,108,.9);
    transition: all .5s;
    -webkit-transition: all .5s;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0;
    visibility: hidden;
    content: ''
}

#header .icon:hover .layer,#header .head-top .icon:hover:after {
    opacity: 1;
    visibility: visible
}

#header .icon.s-search:after {
    display: none
}

#header .logo {
    max-width: 236px;
    height: 100%;
    order: 1
}

#header .logo a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%
}

#header .icon_list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 217px;
    height: 100%;
    order: 3
}

#header .icon_list .icon.inquiry a {
    text-decoration: none;
    width: 178px;
    text-align: center;
    font-size: 16px;
    font-family: opensans-semibold;
    color: #fff;
    height: 48px;
    line-height: 48px;
    max-width: 178px;
    overflow: hidden;
    display: inline-block;
    background-color: #0a8a3c;
    border-radius: 16px;
}

#header .icon_list .icon .default_shopping_cart {
    width: 23px;
    height: 23px;
    background-size: 100%
}

#header .s-search form {
    z-index: 999;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #fff;
    padding-left: 30px
}

#header .s-search form input.text {
    border: none;
    border-bottom: 1px solid #222;
    padding-bottom: 5px;
    width: 280px;
    height: 30px;
    font-size: 15px
}

#header .nav {
    height: 100%;
    line-height: 108px;
    order: 2;
    font-size: 0
}

#header .nav .a {
    height: 100%;
    display: inline-block;
    box-sizing: border-box
}

#header .nav .a a {
    position: relative;
    font-size: 18px;
    color: #333;
    font-family: poppins-regular;
    text-decoration: none;
    text-transform: capitalize
}

#header .nav .a a .text {
    position: relative;
    z-index: 5;
    font-family: opensans-semibold;
    font-size: 16px;
    color: #000
}

#header .nav .a:hover a {
    color: #363636
}

#header .nav .a:hover .nav_item_a .text {
    color: #0a8a3c
}

#header .nav .a+.a {
    margin-left: 5.2%
}

#header .nav .a .nav-child {
    pointer-events: none;
    width: 950px;
    top: 108px;
    height: 450px;
    overflow-y: auto;
    overflow-x: hidden;
    left: 0;
    visibility: hidden;
    opacity: 0;
    transition: all .5s;
    z-index: -1;
    background: #f2f2f2;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: 0 1px 4px rgba(158,158,158,.5)
}

#header .nav .a .nav-child .nav-child-item {
    width: 100%
}

#header .nav .a .nav-child .sec_sub {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    line-height: normal;
    background-color: #f2f2f2
}

#header .nav .a .nav-child .sec_sub .sec_item {
    text-decoration: none;
    width: 25%;
    display: inline-block;
    height: 38px;
    line-height: 38px;
    padding-left: 30px;
    font-size: 13px;
    color: #333;
    font-weight: 400;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    text-transform: capitalize;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

#header .nav .a .nav-child .sec_sub .sec_item:hover {
    color: #0a8a3c
}

#header .nav .a .nav-child .li {
    display: block;
    width: 100%;
    height: 48px;
    line-height: 48px;
    font-size: 16px;
    color: #fff;
    font-family: opensans-regular;
    font-weight: 400;
    transition: all .5s;
    text-transform: capitalize;
    overflow: hidden;
    background-color: #0a8a3d
}

#header .nav .a .nav-child-small {
    width: 150px;
    top: calc(100% + 3px);
    left: 50%;
    margin-left: -75px;
    visibility: hidden;
    opacity: 0;
    transition: all .5s;
    z-index: -1;
    background: #fff;
    line-height: 40px;
    box-shadow: 0 1px 4px rgba(158,158,158,.5)
}

#header .nav .a .nav-child-small .li {
    font-size: 16px;
    color: #222;
    font-family: raleway-regular;
    font-weight: 400;
    padding: 5px 0;
    border-top: 1px solid #dedede;
    display: block;
    text-align: center
}

#header .nav .a .nav-child-small .li:hover {
    background: #ffc20a;
    color: #fff
}

#header .nav .a.hover-able:hover .nav-child {
    visibility: visible;
    opacity: 1;
    z-index: 10;
    pointer-events: auto
}

#header .nav .a.hover-able:hover .nav-child .li {
    transform: translateY(0)
}

#header .nav .a.hover-able:hover .nav-child .sec_sub .sec_item:hover {
    background-position: 8px center;
    font-weight: 400
}

#header .nav .a.hover-able:hover .nav-child:before,#header .nav .a.hover-able:hover .nav-child:after,#header .nav .a:hover .nav-child-small {
    visibility: visible;
    opacity: 1;
    z-index: 1
}

#header .menu-btn {
    max-width: 35px;
    margin-top: 6px
}

#header .nav .a .nav-child .li img.img_one {
    display: inline-block;
    vertical-align: middle;
    filter: invert(1);
    margin-left: 30px;
    margin-right: 18px;
    max-height: 40px
}

#header .nav .a .nav-child .li img.img_two {
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px
}

.scrollbar::-webkit-scrollbar {
    width: 5px;
    height: 1px
}

.scrollbar::-webkit-scrollbar-thumb {
    border-radius: 5px;
    box-shadow: inset 0 0 5px rgba(0,0,0,.2);
    background: #0a8a3c
}

.scrollbar::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px rgba(0,0,0,.2);
    border-radius: 10px;
    background: #ededed
}

.relate {
    margin-top: 30px
}

.relate .relate_title {
    font-size: 30px;
    color: #000;
    font-family: opensans-semibold;
    margin-bottom: 30px
}

.relate .item {
    width: 23.4375%;
    margin-right: 2.083%;
    float: left;
    margin-bottom: 25px
}

.relate .item:nth-child(4n) {
    margin-right: 0
}

.relate .item .item_title {
    display: block;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 14px;
    line-;
    color: #776b6b;
    text-align: center;
    font-weight: 600;
}

.relate .arrow {
    display: block;
    text-align: right
}

.relate .arrow .index_products_left {
    display: inline-block;
    margin-right: 20px;
    width: 30px;
    height: 30px;
    background-image: url(../images/index-review-left-bg.png);
    background-size: 14px 22px;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    z-index: 2
}

.relate .arrow .index_products_right {
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url(../images/index-review-right-bg.png);
    background-size: 14px 22px;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    z-index: 2
}

#header .nav .a.hover-able .nav-child .nav-child-bot {
    width: 100%;
    height: 121px;
    margin-top: 41px;
    padding-top: 15px;
    border-top: 1px solid #dedede
}

#header .nav .a.hover-able .nav-child .nav-child-bot .bot_item {
    width: 250px;
    height: 100%;
    margin-left: 47px
}

#header .nav .a.hover-able .nav-child .nav-child-bot .bot_item a {
    width: 110px
}

#header .nav .a.hover-able .nav-child .nav-child-bot .bot_item a.img {
    height: 120px;
    text-align: center
}

#header .nav .a.hover-able .nav-child .nav-child-bot .bot_item:first-child {
    margin-left: 0
}

#header .nav .a.hover-able .nav-child .nav-child-bot .bot_item .name {
    width: 130px;
    height: 52px;
    line-height: 26px;
    margin-top: 15px;
    font-size: 19px;
    color: #222;
    font-family: raleway-regular;
    font-weight: 400;
    overflow: hidden
}

#header .nav .a.hover-able .nav-child .nav-child-bot .bot_item:hover .name {
    text-decoration: underline
}

#header .small-style {
    order: 2;
    flex-grow: 1
}

#header .small-style .s-search {
    position: absolute;
    right: 42px;
    top: 35px
}

#header.small-module {
    background: #fff;
    position: fixed;
    top: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

#header.small-module .head-top {
}

#header.small-module .small-style {
    padding: 0
}

#header.small-module .s-logo {
    display: block;
    max-width: 180px;
    height: 100px
}

#header.white-module {
    position: fixed;
    background: #fff
}

#header.white-module .white-icon {
    display: none
}

#header.white-module .black-icon {
    display: inline
}

#header.white-module .h-lang .lang-on {
    border-color: #010101;
    padding-right: 15px;
    font-size: 14px;
    color: #010101;
    text-transform: capitalize;
    position: relative
}

#header.white-module .h-lang .lang-on::before {
    position: absolute;
    content: '';
    right: 1px;
    top: 20px;
    width: 10px;
    height: 6px;
    background: url(../images/lang_down.png) no-repeat center
}

#header.white-module .search-form input {
    color: #222
}

#header.white-module .search-form {
    border-bottom-color: rgba(0,0,0,.6)
}

#header.white-module .search-form input::-webkit-input-placeholder,#header.white-module .search-form input::-moz-placeholder {
    color: #222
}

#header.white-module .head-top .icon .layer {
    background: #fff
}

.top_share {
    margin-right: 20px;
    padding-right: 8px;
    position: relative
}

.top_share::before {
    position: absolute;
    content: '';
    right: 0;
    top: 15px;
    width: 1px;
    height: 15px;
    background-color: #dfdfdf
}

body .foot_share_type_0 .foot_share_box {
    background-image: url(../images/top_share.png)
}

body .foot_share .foot_share_box {
    background-size: inherit;
    width: 20px;
    height: 20px;
    margin-right: 10px
}

body .foot_share .Facebook {
    background-position: 8px 0
}

body .foot_share .Twitter {
    background-position: -85px 1px
}

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

body .foot_share .LinkedIn {
    background-position: -20px 0
}

body .foot_share .YouTube {
    background-position: -53px 1px
}

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

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

body .foot_share .Instagram {
    background-position: -125px 0
}

body #footer .foot_share_type_0 .foot_share_box {
    background-image: url(../images/bottom_share.png)
}

body #footer .foot_share .foot_share_box {
    background-size: inherit;
    width: 30px;
    height: 30px;
    margin-right: 22px
}

body #footer .foot_share .Facebook {
    background-position: 0 0
}

body #footer .foot_share .Twitter {
    background-position: -143px 1px
}

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

body #footer .foot_share .LinkedIn {
    background-position: -40px 0
}

body #footer .foot_share .YouTube {
    background-position: -91px 1px
}

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

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

body #footer .foot_share .Instagram {
    background-position: -200px 0
}

#footer {
    background: #222;
    color: #818183;
    padding-top: 14px;
    FONT-WEIGHT: 200;
}

#footer .bottom_img {
    text-align: center;
    /* margin-bottom: 5px; */
}

#footer .bottom_desc {
    font-size: 14px;
    /* width: 68%; */
    line-height: 22px;
    margin: auto;
    color: #bbb;
    text-align: center
}

#footer .link {
    padding: 25px 0 10px;
    /* padding-bottom: 30px; */
    max-width: 1280px;
    margin: 0 auto;
    box-sizing: border-box
}

#footer .link ul {
    display: inline-block;
    vertical-align: top;
    width: 24%;
    overflow: hidden;
    box-sizing: border-box
}

#footer .link ul li {
    height: 32px;
    overflow: hidden;
    line-height: 32px;
    font-size: 14px;
    color: #bbb;
    max-width: 90%;
    color: #bbb
}

#footer .link ul li.tit {
    height: 32px;
    line-height: 32px;
    font-size: 20px;
    color: #000;
    color: #fff;
    font-family: opensans-semibold;
    text-transform: uppercase;
    margin-bottom: 12px
}

#footer .link ul li {
    height: 36px;
    line-height: 36px
}

#footer .link ul a {
    font-size: 14px;
    color: #bbb;
    font-family: Opensans-Regular
}

#footer .footer-line {
    width: 100%;
    height: 1px;
    background: rgba(255,255,255,.1)
}

#footer .link ul.contact li.company {
    line-height: 24px;
    margin-bottom: 10px
}

#footer .link ul.contact li.address {
    line-height: 24px;
    margin-bottom: 10px
}

#footer .link ul.contact .erweima {
    margin-top: 20px;
    margin-bottom: 30px
}

#footer .link ul.contact .erweima img {
    max-width: 103px
}

#footer .link ul.contact .erweima img:nth-child(1) {
    margin-right: 20px
}

#footer .link ul a:hover {
    color: #ffb839
}

#footer .link ul.contact {
    width: 26%
}

#footer .link ul.contact li.i {
    height: auto;
    position: relative;
    box-sizing: border-box
}

#footer .link ul.contact li.email {
    text-transform: none
}

#footer .link ul.contact li.share {
    height: auto
}

#footer .link .br {
    display: inline-block;
    width: 100%;
    height: 0
}

#footer .partners {
    max-width: 1280px;
    position: relative;
    margin: 0 auto
}

#footer .partners .title {
    position: absolute;
    top: 0;
    width: 160px;
    font-size: 16px;
    color: #fdc107;
    font-weight: 700
}

#footer .partners .box .list a {
    font-size: 14px;
    display: inline-block;
    color: #bbb;
    margin-right: 22px;
    margin-bottom: 10px
}

#footer .partners .box .list a:hover {
    color: #ffb839
}

#footer .footer_bottom .wrap {
    display: flex;
    align-items: center;
    justify-content: space-between
}

#footer .partners {
    width: 85%;
    display: flex;
    align-items: flex-start
}

#footer .partners .left {
    font-size: 14px;
    color: #bbb;
    display: inline-block;
    vertical-align: top;
    max-width: 100px;
    word-break: break-word;
    margin-right: 10px
}

#footer .partners .box {
    display: inline-block;
    width: calc(100% - 110px)
}

#footer .copyright {
    font-size: 14px;
    color: #bbb;
    width: 28%;
    /* text-align: right; */
}

#footer .footer_bottom {
    padding-top: 20px;
    padding-bottom: 20px
}

#footer .copyright .txt {
    font-size: 14px;
    color: #bbb
}

#footer .copyright .txt a {
    font-size: 14px;
    color: #bbb
}

#footer .foot_share {
    float: left
}

#footer .foot_share .s_list {
    display: inline-block;
    width: 32px;
    height: 32px;
    margin-right: 5px;
    vertical-align: middle;
    background: url(../images/foot_share1.png) no-repeat 0 center
}

#footer .foot_share .s_list2 {
    background-position: -48px center
}

#footer .foot_share .s_list3 {
    background-position: -230px center
}

#footer .foot_share .s_list4 {
    background-position: -138px center
}

#footer .foot_share .s_list5 {
    background-position: -276px center
}

#footer .foot_share .s_list6 {
    background-position: -184px center
}

#footer .foot_share .s_list7 {
    background-position: -276px center
}

#footer .foot_share .s_list8 {
    background-position: -92px center
}

.products_category {
    position: relative
}

.products_category h1 {
    font-weight: 700
}

.products_category .l .title {
    font-size: 28px;
   
}

.products_category .l .desc {
    line-height: 150%;
    color: #555;
    margin-top: 3px;
    font-size: 16px;
}

.products_category .l .desc strong,.products_category .l .desc b {
    font-weight: 700
}

.products_category .img {
    position: absolute;
    right: 35px;
    top: 35px;
    width: 200px;
    height: 200px
}

.ueeshop_responsive_products_detail {
    margin: 0!important
}

.info_prev_next.pro_prev_next .left,.info_prev_next.pro_prev_next .right {
    padding: 5px;
    border-radius: 5px;
    border: 1px solid #ccc
}

.leftside .hot_pro {
    margin: 14px 0;
    width: 100%
}

.leftside .hot_pro .title {
    font-size: 18px;
    color: #191919;
    font-weight: 700;
    margin-bottom: 20px
}

.leftside .hot_pro .list {
    display: block;
    width: 100%;
    height: 100%;
    border-top: 3px solid #0a8a3d;
    text-decoration: none
}

.leftside .hot_pro .list .item {
    padding: 10px 10px 11px 0px;
    width: calc(100% - 10px);
    height: 74px;
    border-bottom: 1px solid #ededed;
}

.leftside .hot_pro .list .item .img {
    display: block;
    width: 74px;
    height: 100%;
    /* background: #d1d1d1; */
}

.leftside .hot_pro .list .item .item_title {
    display: block;
    width: calc(100% - 84px);
    height: 100%;
    line-height: 24px;
    font-size: 15px;
    color: #555;
    overflow: hidden
}

.leftside .hot_pro .hot_pro_btn {
    display: block;
    margin: 17px;
    /* width: 157px; */
    height: 37px;
    line-height: 37px;
    background: #ffc107;
    font-size: 15px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase
}

body .ueeshop_responsive_products_detail .gallery .left_small_img .pic_box.on {
    border: 1px solid #fec107
}

body .bx-controls-direction {
    display: none
}

body .bx-wrapper .bx-pager {
    position: static;
    padding-top: 0
}

.banner .bx-wrapper .bx-pager {
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: 0;
    right: 46px;
    width: 100%
}

.banner .bx-wrapper .bx-pager {
    flex-direction: row
}

body .bx-wrapper .bx-pager.bx-default-pager a {
    position: relative;
    margin: 18.5px 0;
    margin-right: 20px;
    width: 8px;
    height: 8px;
    border: 2px solid #fff;
    background: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box
}

body .bx-wrapper .bx-pager.bx-default-pager a:before {
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background: rgba(255,255,255,.21)!important;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    -webkit-transition: all .3s;
    transition: all .3s;
    -webkit-border-radius: 50%;
    border-radius: 50%
}

body .bx-wrapper .bx-pager.bx-default-pager a:hover:before,body .bx-wrapper .bx-pager.bx-default-pager a.active:before {
    background: #fff;
    width: 20px;
    height: 20px
}

body .ueeshop_responsive_position .position a {
    padding: 0 10px;
    font-size: 13px;
    font-family: opensans-semibold
}

body .ueeshop_responsive_products_list .item .info .name {
}

body .ueeshop_responsive_info_list .item .info .title a {
    color: #333
}

body .ueeshop_responsive_info_list .item .info .desc {
    color: #555
}

body .ueeshop_responsive_products_detail .description .title {
    background: #fbfbfb;
    padding: 0;
    padding-left: 20px;
    border-bottom: none;
    border-left: 3px solid #000
}

body .ueeshop_responsive_products_detail .description .title span {
    height: 50px;
    line-height: 50px;
    display: inline-block
}

body .ueeshop_responsive_products_detail .description .title span+span {
    margin-left: 15px
}

.ueeshop_responsive_products_detail .description .title span.cur {
}

.products_t .ueeshop_responsive_article_feedback {
    border: 3px solid #0a8a3d;
    padding: 11px 3px 54px;
    position: relative
}

.products_t .top {
    background: #fff;
    z-index: 999;
    box-sizing: border-box
}

.products_t .top.cur {
    position: fixed;
    top: 164px;
    width: 240px
}

.products_t .ueeshop_responsive_article_feedback .article_feedback_title .title {
    font-size: 18px;
    font-family: opensans-bold;
    color: #000
}

.products_t .ueeshop_responsive_article_feedback .article_feedback_title .txt {
    font-size: 14px;
    color: #0f2b46;
    margin-bottom: 0px;
}

.products_t .ueeshop_responsive_article_feedback .article_feedback_title span {
    height: 3px;
    width: 30px;
    background-color: #0a8a3d;
    margin-top: 10px
}

.products_t .ueeshop_responsive_article_feedback .rows .input {
    font-size: 14px;
    color: #666;
    width: 100%;
    height: 35px;
    line-height: 35px;
    border: none;
    background-color: #f8f8f8
}

.products_t .ueeshop_responsive_article_feedback .rows.input_rows {
    width: 100%;
    margin-bottom: 10px
}

.products_t .ueeshop_responsive_article_feedback .rows {
    width: 100%;
    padding: 0
}

.products_t .ueeshop_responsive_article_feedback .rows.submit {
    position: absolute;
    bottom: -3px;
    left: -3px
}

.products_t .ueeshop_responsive_article_feedback .rows.submit .form_button {
    padding-left: 34px;
    width: 240px;
    height: 43px;
    text-transform: inherit;
    line-height: 43px;
    background: url(../images/product_inquiry.png) no-repeat center #0f9544;
    background-position: calc(50% - 62px);
    font-family: opensans-semibold;
    font-size: 16px
}

.products_t .ueeshop_responsive_article_feedback .rows textarea {
    height: 54px;
    background-color: #f8f8f8;
    color：#666;
    border: none;
    padding-left: 11px;
}

.g_member #header {
    position: static
}

#fixed_footer {
    /* background: rgba(0,0,0,.8); */
    height: 100px;
    position: fixed;
    left: 0px;
    width: 100%;
    bottom: 0;
    z-index: 100000
}

#fixed_footer .left {
    position: absolute;
    /* bottom: -100px; */
    left: 0;
    line-height: 0;
    display: flex;
    align-items: flex-end;
    /* pointer-events: none */
}

#fixed_footer .left .img img {
    max-width: 70%;
    margin-left: -179px;
    margin-bottom: 105px;
}

#fixed_footer .cont {
    margin-left: 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100px;
    width: calc(100% - 201px)
}

#fixed_footer .bottom_1 {
    font-size: 26px;
    font-family: opensans-bold;
    color: #ffb910;
    line-height: 40px
}

#fixed_footer .bottom_2 {
    font-size: 16px;
    color: #fff;
    line-height: 26px
}

#fixed_footer .right {
    position: absolute;
    bottom: -100px;
    /*right: -14%*/
    right:calc((100vw - 1296px) / 2 * -1);
}

.ueeshop_responsive_article_feedback_1 .swiper-slide {
    max-height: 57px;
    line-height: 19px
}

.ueeshop_responsive_article_feedback_1 .title {
    font-size: 18px;
    font-family: opensans-bold;
    color: #000;
    margin-bottom: 10px
}

#feedback_list {
    margin-bottom: 25px;
    max-height: 57px!important
}

.ueeshop_responsive_article_feedback_1 .close_btn {
    cursor: pointer;
    text-align: right;
    margin-left: auto;
    position: absolute;
    right: 7px;
    top: 7px
}

.ueeshop_responsive_article_feedback_1 {
    border: 3px solid #0a8a3d;
    padding: 20px 7px 10px;
    width: 240px;
    box-sizing: border-box;
    background-color: #fff;
    position: relative
}

.ueeshop_responsive_article_feedback_1 .article_feedback_title {
    text-align: left
}

.ueeshop_responsive_article_feedback_1 .rows.input_rows {
    width: 100%;
    margin-bottom: 10px;
    box-sizing: border-box
}

.ueeshop_responsive_article_feedback_1 .rows .input {
    font-size: 14px;
    color: #666;
    width: 100%;
    height: 35px;
    line-height: 35px;
    border: none;
    background-color: #f8f8f8;
    text-indent: 10px;
    box-sizing: border-box
}

.ueeshop_responsive_article_feedback_1 .rows textarea {
    width: 100%;
    background-color: #f8f8f8;
    height: 90px;
    padding: 5px 5px 5px 11px;
    font-size: 12px;
    color: #888;
    border: none;
    box-sizing: border-box
}

.ueeshop_responsive_article_feedback_1 .rows {
    width: 100%
}

.ueeshop_responsive_article_feedback_1 .rows.submit .form_button {
    margin-top: 20px;
    padding-left: 34px;
    width: 100%;
    height: 43px;
    text-transform: inherit;
    line-height: 43px;
    background: url(../images/product_inquiry.png) no-repeat center #0f9544;
    background-position: calc(50% - 62px);
    font-family: opensans-semibold;
    font-size: 16px;
    border: none;
    color: #fff;
    cursor: pointer
}

.footer_mask {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9998;
    background: #000;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    transition: all .4s
}

.footer_mask.show {
    visibility: visible;
    opacity: .6
}

.ueeshop_responsive_article_feedback_1 .swiper-wrapper {
    -webkit-transition-timing-function: linear;
    -moz-transition-timing-function: linear;
    -ms-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
    margin: 0 auto
}

.leftmenu .item h4 .one {
    display: inline-block;
    width: 30px;
    height: 50px
}

.leftmenu .item h4 {
    font-size: 0
}

.products_t .leftmenu .item .ia {
    display: inline-block
}

.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;
    font-family: playfairdisplay-regular
}

.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: 700
}

.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 .list .item:hover .title {
    color: #fdc107
}

.review_list .ueeshop_responsive_turn_page {
    margin: 0
}

#header .nav .a .nav-child .nav-child-item .img_two {
    margin-left: 20px
}

.ueeshop_responsive_info_list .item .info .author {
    display: inline-block;
    font-size: 14px;
    color: #333;
    margin-right: 40px
}

body .ueeshop_responsive_info_list .item .info .time {
    color: #333;
    display: inline-block;
    font-size: 14px;
    margin-right: 40px
}

.ueeshop_responsive_info_list .item .info .views {
    color: #333;
    display: inline-block;
    margin-right: 40px
}

.ueeshop_responsive_info_list .item .info .views img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px
}

.goods .info_prev_next.pro_prev_next .left,.goods .info_prev_next.pro_prev_next .right {
    float: none;
    display: block;
    border: none
}

.goods .info_prev_next.pro_prev_next .left {
    margin-bottom: 12px
}

.ueeshop_responsive_info_detail .ext_mes .views {
    color: #333;
    display: inline-block
}

.ueeshop_responsive_info_detail .ext_mes .views img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px
}

.ueeshop_responsive_info_list .item .info .likes {
    color: #333;
    display: inline-block;
    cursor: pointer
}

.ueeshop_responsive_info_list .item .info .likes img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px
}

.ueeshop_responsive_info_detail .ext_mes .likes {
    color: #333;
    display: inline-block;
    cursor: pointer
}

.ueeshop_responsive_info_detail .ext_mes .likes img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px
}

.attr_list .li {
    display: inline-block
}

.attr_list .li a {
    display: inline-block;
    padding: 0 10px;
    margin-bottom: 12px;
    margin-right: 11px;
    border: 1px solid #ddd;
    border-radius: 8px;
    line-height: 28px;
}

.attr_list .li a:hover {
    color: #ffba00;
    text-decoration: none
}

.attr_list .li a.on {
    color: #ffba00
}

.ueeshop_responsive_products_inquiry_box form .rows.input_rows.spec {
    display: none
}

@media only screen and (min-width: 1000px) {
    .ueeshop_responsive_products_inquiry_box form .rows.input_rows:nth-child(3) {
        /* margin-left:3.3%; */
    }
    .ueeshop_responsive_products_inquiry_box form .rows.input_rows:nth-child(4) {
        margin-left:0 !important;
    }
}

body .ueeshop_responsive_article_feedback {
    max-width: 1280px;
    margin: 10px auto;
}

.ueeshop_responsive_article_feedback_1 .swiper-slide img {
    display: inline-block
}

@media only screen and (max-width: 1680px) {
    /*#fixed_footer .right {
        right:5%
    }*/
}

@media only screen and (max-width: 1440px) {
    #header .nav .a+.a {
        margin-left:2.6591%
    }

    #header .nav .a .nav-child {
        width: 850px
    }

    /*#fixed_footer .right {
        right: -12%
    }*/

    #header .wrap {
        padding-left: 20px;
        padding-right: 20px
    }

    #header .icon .layer {
        left: 0;
        transform: translateX(-20%);
        width: 120px
    }
}

@media only screen and (max-width: 1280px) {
    .wrap {
        padding-left:10px;
        padding-right: 10px
    }

    .rightside {
        width: 710px
    }

    #fixed_footer .wrap {
        width: 96%
    }

    #fixed_footer .right {
        right: calc((100vw - 1215px)/2 * -1);
    }

    #header .icon_list {
        width: 250px
    }

    #header .nav .a .nav-child {
        width: 800px
    }
}

@media only screen and (max-width: 991px) {
    .wrap-margin-top {
        padding-top:0
    }
}

@media only screen and (max-width: 1100px) {
    /*#fixed_footer .right {
        right:-12%
    }*/
}

@media only screen and (max-width: 991px) {
    .info.wrap {
        display:flex;
        flex-direction: column-reverse
    }

    #footer {
        padding-top: 40px;
        padding-bottom: 70px
    }

    #footer .bottom_img img {
        max-height: 50px
    }

    #footer .bottom_desc {
        font-size: 13px;
        line-height: 20px;
        width: 100%
    }

    .wrap {
        min-width: 100%;
        overflow: hidden
    }

    .wrap {
        /* padding-left: 2px; */
        /* padding-right: 2px; */
    }

    #fixed_footer .wrap {
        overflow: visible
    }

    .leftside {
        display: none
    }

    .info .leftside {
        display: block;
        width: 100%;
        float: none
    }

    #fixed_footer .right {
        position: static;
        left: normal;
        bottom: normal
    }

    .ueeshop_responsive_article_feedback_1 {
        position: fixed;
        top: 50%;
        right: 0;
        left: 0;
        margin: auto;
        width: 100%;
        max-width: 240px;
        background: #fff no-repeat center;
        z-index: 9999;
        box-sizing: border-box;
        overflow: hidden;
        visibility: hidden;
        opacity: 0;
        transition: all .4s;
        transform: translate(0,-50%)
    }

    .ueeshop_responsive_article_feedback_1.show {
        visibility: visible;
        opacity: 1
    }

    #fixed_footer {
        height: 70px;
        z-index: 10001
    }

    #feedback_list #fixed_footer .left img {
        max-height: 140px
    }

    #fixed_footer .left {
        bottom: -70px;
        width: 100%;
        z-index: 999;
        display: none;
    }

    #fixed_footer .left .img {
        margin-left: 10px
    }

    #fixed_footer .cont {
        width: 100%;
        height: 70px;
        position: absolute;
        left: 26%;
        bottom: 0;
        width: 70%
    }

    #fixed_footer .bottom_1 {
        font-size: 16px;
        line-height: 22px
    }

    #fixed_footer .bottom_2 {
        font-size: 14px;
        line-height: 18px
    }

    .products_t .leftside {
        display: block;
        float: none;
        width: 100%
    }

    .products_t .bottom {
        display: none
    }

    .products_t .top {
        position: inherit;
        top: normal;
        height: inherit
    }

    .products_t .ueeshop_responsive_article_feedback .rows.submit {
        bottom: 0;
        left: 0
    }

    .products_t .ueeshop_responsive_article_feedback .rows.submit .form_button {
        width: 100%
    }

    .rightside {
        width: 100%;
        float: none;
        margin-left: 0;
        box-sizing: border-box
    }

    .relate .relate_title {
        font-size: 20px
    }

    .header_blank {
        display: none
    }

    #header {
        opacity: 1;
        position: fixed;
        width: 100%;
        position: 100000;
        left: 0;
        top: 0;
        right: 0
    }

    #header .header_contents {
        height: 50px;
        position: relative
    }

    #header .header_contents .menu_ico {
        display: block;
        width: 24px;
        height: 24px;
        background: red;
        position: absolute;
        top: 13px;
        right: 15px;
        z-index: 1
    }

    #header .logo {
        height: 50px;
        padding: 10px 0;
        box-sizing: border-box;
        max-width: 40%
    }

    #header .rheader {
        padding: 0;
        width: 75%;
        max-width: 768px;
        position: fixed;
        z-index: 1000000;
        top: 0;
        right: -75%;
        bottom: 0;
        overflow-x: hidden
    }

    #header .rheader .nav {
        float: none;
        width: auto;
        z-index: 2;
        background: #fff
    }

    #header .rheader .nav .close {
        display: block;
        height: 40px;
        background: #eee
    }

    #header .rheader .nav .close span {
        display: block;
        float: right;
        width: 20px;
        height: 20px;
        background: url(../images/close.svg) center center no-repeat;
        background-size: 100%;
        margin-right: 10px;
        margin-top: 10px
    }

    #header .rheader .nav .item {
        float: none;
        height: 50px;
        line-height: 50px;
        border-bottom: 1px solid #ddd;
        position: static
    }

    #header .rheader .nav .item .a0 {
        text-align: left;
        height: 50px;
        line-height: 50px;
        font-weight: 400;
        font-size: 16px
    }

    #header .rheader .nav .item .sub {
        display: none
    }

    #footer .link {
        padding-top: 40px;
        padding-bottom: 10px
    }

    #header .rheader .nav .item:before {
        display: none
    }

    #header .rheader .nav .item.hasub {
        background-position: 90%
    }

    #header .rheader .nav .item:hover {
        background: 0 0
    }

    #header .rheader .nav .item:hover.hasub {
        background: 0 0
    }

    #header .rheader .nav .item:hover a {
        color: #333
    }

    #header .rheader .nav .item .sub {
        display: none;
        border: 1px solid red;
        left: 25%;
        width: 75%;
        top: 0;
        position: fixed;
        background: #fff
    }

    #header .rheader .nav .item .sub .hsec_sub>a {
        background: 0 0
    }

    #header.lock:before {
        display: block;
        content: '';
        background-color: #000;
        opacity: .6;
        position: fixed;
        z-index: 1;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0
    }

    #footer {
        width: 100%;
        overflow: hidden
    }

    #footer .link ul {
        width: 100%
    }

    #footer .link ul li {
        display: none;
        height: 40px;
        line-height: 40px;
        max-width: 100%;
        color: #ccc
    }

    #footer .link ul.contact {
        width: 100%
    }

    #footer .link ul.contact li.i {
        text-indent: 0;
        padding: 10px 0
    }

    #footer .link ul li.tit {
        font-weight: 400;
        box-sizing: border-box;
        background: url(../images/footer_down_r.png) no-repeat right center;
        background-size: 8px;
        font-size: 16px;
        border-bottom: 1px solid rgba(255,255,255,.1);
        display: block;
        margin: 0;
        height: 44px;
        line-height: 44px
    }

    #footer .link ul.show-child li {
        display: block
    }

    #footer .link ul.show-child li.tit {
        border-bottom: none;
        background-image: url(../images/footer_down.png);
        background-size: 16px
    }

    #footer .link .br {
        display: none
    }

    #footer .link ul.contact .erweima {
        margin-top: 0;
        margin-bottom: 0;
        max-width: 100%;
        width: 100%;
        text-align: left
    }

    #footer .link ul.contact .erweima img {
        max-width: 103px
    }

    #footer .footer-line {
        display: none
    }

    #footer .partners {
        padding-bottom: 10px
    }

    #footer .partners .title {
        position: relative;
        text-align: center;
        width: 100%;
        padding: 8px 0;
        padding-bottom: 5px;
        font-size: 20px
    }

    #footer .partners .box {
        width: 100%;
        display: block
    }

    #footer .partners .box .list {
        float: none
    }

    #footer .partners.show-child .box .list {
        display: block
    }

    #footer .partners .box .list {
        display: none
    }

    #footer .partners .box .list a {
        height: 40px;
        line-height: 40px;
        font-size: 14px;
        width: 100%;
        display: block;
        margin-right: 0;
        margin-bottom: 0
    }

    #footer .copyright {
        padding: 10px 0
    }

    #footer .link ul.contact li.address {
        margin-bottom: 0
    }

    #footer .link ul.contact li.company {
        margin-bottom: 0
    }

    #footer .copyright .txt {
        padding: 10px 0;
        font-size: 13px;
        text-align: center;
        float: none
    }

    #footer .foot_share {
        text-align: center;
        width: 100%;
        float: none;
        margin: 0;
        padding-top: 10px;
        float: none
    }

    .info_prev_next.pro_prev_next .left,.info_prev_next.pro_prev_next .right {
        float: none;
        display: inline-block
    }

    .info_prev_next.pro_prev_next .left {
        margin-bottom: 12px
    }

    .products_category {
        height: auto;
        padding: 2px;
    }

    .products_category .l {
        padding: 0
    }

    .products_category .l .title {
        font-size: 20px
    }

    .products_category .img {
        display: none
    }

    #footer .footer_bottom .wrap {
        flex-wrap: wrap
    }

    #footer .partners {
        width: 100%;
        padding-bottom: 0;
        flex-wrap: wrap
    }

    #footer .copyright {
        width: 100%
    }

    #footer .partners .left {
        font-weight: 400;
        font-family: opensans-semibold;
        text-transform: uppercase;
        width: 100%;
        max-width: inherit;
        display: block;
        color: #fff;
        box-sizing: border-box;
        background: url(../images/footer_down_r.png) no-repeat right center;
        background-size: 8px;
        font-size: 16px;
        border-bottom: 1px solid rgba(255,255,255,.1);
        display: block;
        margin: 0;
        height: 44px;
        line-height: 44px
    }

    #footer .footer_bottom {
        padding-top: 0;
        padding-bottom: 0
    }
}

@media(max-width: 768px) {
    body .ueeshop_responsive_position {
        height:inherit
    }

    body .ueeshop_responsive_position .position {
        width: 100%;
        height: inherit
    }

    body .bx-wrapper .bx-pager.bx-default-pager a {
        margin: 2.4vw 0
    }

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

    #fixed_footer .left .img img { margin-left: -60px;}
}
@media(max-width: 750px) {
    .banner .bx-wrapper .bx-pager {
        display:none
    }

    .index_top {
        padding: 16vw 0
    }
}
