#body {
    background: #fff;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    padding: 0;
    overflow-x: hidden;
    position: relative;
    font-family: opensans-regular;
    color: #404244;
    font-size: 16px
}

#body a {
    cursor: pointer
}

.more_line2_hidden {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-word
}

.more_line3_hidden {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-break: break-word
}

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

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

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

.enlarge {
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

#header .header_box .logo_box h1, #header .header_box .logo_box div {
    line-height: 90px
}

#header .header_box .logo_box h1 img, #header .header_box .logo_box div img {
    max-height: 95px
}

#header {
    width: 100%;
    background-color: #111;
    position: relative
}

#header .header_box {
    width: 92%;
    height: 120px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1760px
}

#header .header_box .logo_box {
    height: 120px;
    min-width: 235px;
    max-width: 235px;
    display: flex;
    justify-content: center;
    align-items: center
}

#header .header_box .nav_bar {
    width: 1000px;
    margin-top: 33px;
    margin-left: 2.5%;
    width: calc(100% - 550px)
}

#header .header_box .nav_bar .n_item {
    margin-left: 3.5%
}

#header .header_box .nav_bar .n_item:first-child {
    margin-left: 0
}

#header .header_box .nav_bar .n_item>a {
    line-height: 50px;
    font-size: 18px;
    font-family: opensans-bold;
    color: #fff;
    text-decoration: none
}

#header .header_box .r_icon {
    max-width: 312px;
    text-align: right;
    display: flex;
    flex-direction: row;
    align-items: center;
    font-family: opensans-regular;
    font-size: 24px
}

#header .header_box .r_icon .nav_icon {
    height: 100%;
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center;
    text-align: center;
    margin-right: 36px
}

#header .header_box .r_icon .nav_icon:last-child {
    margin-right: unset
}

#header .header_box .r_icon .nav_icon a {
    width: 35px;
    height: 100%;
    display: block;
    line-height: 100px;
    font-size: 16px;
    color: #fff
}

#header .header_box .r_icon .nav_icon .search_icon {
    height: 50px;
    background: url(../template/img/demo/icon.png) no-repeat -6px -6px
}

#header .header_box .r_icon .nav_icon .sign_icon {
    height: 50px;
    background: url(../template/img/demo/icon.png) no-repeat -7px -67px
}

#header .header_box .r_icon .nav_icon .inquiry {
    height: 50px;
    background: url(../template/img/demo/icon.png) no-repeat -6px -139px
}

#header .header_box .r_icon .nav_icon .language {
    height: 50px;
    display: block;
    color: #fff;
    width: 35px;
    line-height: 50px;
    text-transform: uppercase
}

#header .header_box .r_icon .nav_icon .language_currency {
    height: 50px;
    display: block;
    color: #fff;
    line-height: 50px;
    text-transform: uppercase
}

#header .header_box .r_icon .nav_icon .navSub {
    width: 150px
}

#header .header_box .r_icon .nav_icon:hover .navSub {
    display: block;
    text-align: center
}

#header .header_box .r_icon .nav_icon .navSub a {
    line-height: 32px;
    font-size: 16px;
    color: #111
}

#header .header_box .r_icon .nav_icon .navSub a:hover {
    color: #00aeef
}

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

.navSub {
    width: 205px;
    background: no-repeat center top #fff;
    position: absolute;
    top: 75%;
    left: 50%;
    transform: translate(-50%, 0);
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    padding: 9px 30px;
    box-sizing: border-box;
    border-radius: 5px;
    display: none;
    z-index: 999
}

.subName {
    display: block;
    line-height: 36px;
    font-size: 14px;
    text-transform: capitalize
}

.hoverColor {
    transition: all .3s
}

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

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

#default_search_box .form {
    width: 50%;
    max-width: 500px;
    height: 50px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto
}

#default_search_box .text {
    width: 100%;
    height: 50px;
    line-height: 50px;
    border: 0;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: 0;
    border-bottom: 1px solid #fff;
    padding-right: 35px;
    color: #fff;
    background: 0 0;
    outline: none;
    text-indent: 10px;
    box-sizing: border-box
}

#default_search_box .button {
    width: 35px;
    height: 48px;
    position: absolute;
    right: 0;
    top: 0;
    background: url(../images/search_btn.png) center no-repeat;
    cursor: pointer;
    border: 0;
    outline: none
}

#default_search_box .form i {
    width: 30px;
    height: 30px;
    position: absolute;
    right: -60px;
    top: -60px;
    background: url(../images/search_close.png) center no-repeat;
    cursor: pointer
}

body .ueeshop_responsive_header .header {
    background: #111;
    border-bottom: unset
}

body .ueeshop_responsive_header .header .func .search_btn {
    background: url(../images/search_btn_white.png) no-repeat center center/100%
}

body .ueeshop_responsive_header .header .func .member_btn {
    background: url(../images/account_btn_white.png) no-repeat center center/100%
}

body .ueeshop_responsive_header .header .func .menu_btn {
    background: url(../images/menu_btn_white.png) no-repeat center center/100%
}

body .ueeshop_responsive_header .header .func .menu_btn.on {
    background-image: url(../../../images/responsive_header/close_btn_white.png)
}

#footer {
    width: 100%;
    background-color: #e6e6e6
}

#footer .footer_box {
    width: 90%;
    margin: 0 auto;
    max-width: 1580px;
    padding-top: 3.4%
}

#footer .footer_box .list_item {
    width: 100%;
    display: flex;
    flex-direction: row;
    padding-bottom: 50px
}

#footer .footer_box .list_item .ft_item {
    width: 25%;
    padding-right: 5%
}

#footer .footer_box .list_item .ft_item .item_title {
    color: #000;
    font-family: opensans-bold;
    margin-bottom: 9%;
    font-size: 18px
}

#footer .footer_box .list_item .ft_item .item_content {
    margin-bottom: 4%
}

#footer .footer_box .list_item .ft_item .item_content a {
    color: #555;
    font-size: 16px
}

#footer .footer_bottom_text {
    background-color: #000
}

#footer .footer_bottom_text .fbt_box {
    width: 90%;
    margin: 0 auto;
    max-width: 1580px;
    padding: 1.6% 0
}

#footer .footer_bottom_text .fbt_box .left_text, #footer .footer_bottom_text .fbt_box .left_text a {
    font-size: 14px;
    color: #fff;
    font-family: opensans-regular
}

#footer .parceiro {
    margin-bottom: 25px
}

#footer .parceiro .title {
    font-size: 18px;
    font-family: opensans-bold;
    color: #000;
    margin-bottom: 20px;
    text-transform: capitalize
}

#footer .parceiro .list {
    display: flex;
    flex-wrap: wrap
}

#footer .parceiro .list .item {
    position: relative;
    width: 100px;
    height: 70px;
    margin-right: 15px;
    margin-bottom: 10px
}

#footer .parceiro .list .item img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto
}

.in_ad {
    position: relative;
    font-size: 0
}

.in_ad .ad_con {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.in_ad .ad_con .con_table {
    display: table;
    width: 100%;
    height: 100%
}

.in_ad .ad_con .con_table .con_table_cell {
    display: table-cell;
    vertical-align: middle
}

.in_ad .ad_con .ueeshop_responsive_position {
    width: 100%;
    border-bottom: 0
}

.in_ad .ad_con .ueeshop_responsive_position .title {
    float: none;
    width: 100%;
    max-width: inherit;
    height: 70px;
    line-height: 70px;
    font-size: 48px;
    color: #fff;
    text-align: center
}

.in_ad .ad_con .ueeshop_responsive_position .position {
    float: none;
    width: 100%;
    max-width: inherit;
    height: 26px;
    line-height: 26px;
    text-align: center
}

.in_ad .ad_con .ueeshop_responsive_position .position {
    font-size: 14px;
    color: #fff
}

.in_ad .ad_con .ueeshop_responsive_position .position a {
    font-size: 14px;
    color: #fff
}

.ueeshop_responsive_position .position a:last-child {
    color: #32a45a;
}

.article-content .art-title {
    height: 35px;
    margin: 30px 0;
    font-size: 22px;
    color: #333;
    text-align: center
}

.wrap-module body .ueeshop_responsive_position {
    margin-top: 8px;
    line-height: 40px;
    margin-bottom: 25px;
    border-color: #e6e6e6
}

.art-menu-wrap-style {
    margin-bottom: 45px
}

.art-menu-wrap-style .menu {
    text-align: center
}

.art-menu-wrap-style .menu ul li {
    display: inline-block;
    font-size: 15px;
    color: #222;
    margin: 0 25px
}

.menu-in-left .menu-wrap-style {
    width: 20%;
    float: left
}

.menu-in-left .wrap-righter-style {
    width: 73.75%;
    float: right
}

.menu-wrap-style .menu .m-title {
    font-size: 19px;
    color: #191919;
    margin-bottom: 15px
}

.menu-wrap-style .menu .cate-top {
    font-size: 18px;
    color: #191919;
    font-weight: 700;
    margin-bottom: 20px
}

.menu-wrap-style .menu h3 {
    margin-bottom: 10px
}

.menu-wrap-style .menu h3 a {
    font-size: 15px;
    color: #222;
    font-weight: 700
}

.menu-wrap-style .menu .sublist {
    line-height: 250%;
    margin-bottom: 15px
}

.menu-wrap-style .menu .sublist li a {
    font-size: 16px;
    color: #555
}

.menu-wrap-style .menu .sublist li a:before {
    width: 13px;
    height: 13px;
    border: 1px solid #464646;
    border-radius: 3px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    transition: all .5s;
    content: ''
}

.menu-wrap-style .menu .sublist li a.on {
    color: #691a19;
    text-decoration: underline
}

.menu-wrap-style .menu .sublist li a.on:before {
    border-color: #691a19;
    border-radius: 100px
}

.menu-wrap-style .menu .sublist li a:hover {
    color: #691a19;
    text-decoration: underline
}

.menu-wrap-style .menu .sublist li.v3 {
    padding-left: 20px
}

.menu-wrap-style .menu .sublist li.v3 a:before {
    display: none
}

.menu-wrap-style .related {
    margin-top: 22px;
    width: 100%
}

.menu-wrap-style .related .r_title {
    width: 100%;
    height: 23px;
    line-height: 23px;
    font-size: 23px;
    color: #191919;
    font-family: oswald-light, Arial;
    letter-spacing: 1px;
    font-weight: 700
}

.menu-wrap-style .related .r_list {
    margin-top: 5px;
    width: 100%
}

/* .menu-wrap-style .related .r_list .item { padding: 16px 0 19px; border-bottom: 1px solid #e5e5e5 } */
.menu-wrap-style .related .r_list .item:first-child {
    border-top: 0
}

.menu-wrap-style .related .r_list .title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    width: 100%;
    line-height: 24px;
    font-size: 15px;
    color: #222;
    font-weight: 700;
    text-decoration: none;
    overflow: hidden;
    font-family: Oswald-Light;
    letter-spacing: .5px
}

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

.menu-wrap-style .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: #888;
    word-break: break-all;
    overflow: hidden
}

.menu-wrap-style {
    width: 277px;
    float: left
}

.wrap-righter-style {
    width: 74.85%;
    float: right
}

.products .pro_left {
    width: 20.782%
}

.products .pro_cate {
    margin-bottom: 25px;
    width: 100%
}

.products .pro_cate .content {
    margin-top: 24px
}

.products .pro_cate .page_name {
    height: 38px;
    line-height: 38px;
    position: relative;
    font-size: 23px;
    color: #333;
    font-family: opensans-bold, Arial;
    font-weight: 700;
    letter-spacing: 1px
}

.products .pro_cate .first_cate {
    position: relative;
    padding-right: 20px;
    overflow: hidden;
    cursor: pointer
}

.content li .sub-menu {
    display: none;
}

.products .pro_cate .first_cate.son span {
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    width: 10px;
    height: 10px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.products .pro_cate .first_cate.son span:before {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 2px;
    height: 10px;
    background: #000;
    -webkit-transition: all .3s;
    transition: all .3s;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.products .pro_cate .first_cate.son span:after {
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 10px;
    height: 2px;
    background: #000;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.products .pro_cate .first_cate a {
    display: block;
    width: 100%;
    height: 23px;
    font-size: 17px;
    color: #595959;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.products .pro_cate .son_cate {
    display: none;
    margin-bottom: 6px
}

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

.products .pro_cate .list.on .first_cate>a {
    color: #87B657;
}

.products .pro_cate .list.on0 .first_cate>a {
    color: #87B657;
}

.products .pro_cate .son_cate .item.on a {
    color: #87B657 !important;
}

.products .pro_cate .list.on .first_cate.son span:before {
    transform: rotate(90deg)
}

.products .pro_cate .son_cate .item {
    position: relative;
    padding-left: 0;
    height: 38px
}

.products .pro_cate .son_cate .item a {
    display: block;
    margin-top: 19px;
    width: 100%;
    height: 100%;
    line-height: 30px;
    background: url(../images/cate_two_icon.png) no-repeat left -15px center;
    font-size: 14px;
    color: #838383;
    font-family: opensans-regular;
    box-sizing: border-box;
    transition: all .5s
}

.products .pro_cate .son_cate .item a:hover {
    padding-left: 16px;
    background-position: left 1px center
}

.products .pro_cate .son_cate .item.on a {
    padding-left: 16px;
    background-position: left 1px 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, .products .pro_cate .son_cate .subcate3 a.sia.on {
    color: #87B657
}

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

.products .pro_cate .son_cate .subcate3 a.sia {
    display: block;
    padding-left: 32px;
    font-size: 16px;
    color: #7a7a7a;
    line-height: 30px
}

.products .pro_cate .list {
    margin-top: 20px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

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

.products .pro_cate .list .row {
    padding: 20px 0;
    width: 100%
}

.products .pro_cate .list .row:first-child {
    border-top: 0
}

.products .pro_cate .list .row .img {
    display: block;
    width: 25.5396%;
    max-height: 71px
}

.products .pro_cate .list .row .row_txt {
    width: calc(100% - 30.9353%)
}

.products .pro_cate .list .row .row_txt .name {
    line-height: 22px;
    font-size: 15px;
    color: #000;
    font-family: Oswald-Light;
    letter-spacing: .5px
}

.contenter .ueeshop_responsive_products_list .item {
    margin-right: 2.9661%;
    width: 31.3559%
}

.contenter .ueeshop_responsive_products_list .item:nth-child(3n) {
    margin-right: 0
}

.contenter .ueeshop_responsive_products_list .item .pro {
    width: 100%
}

.contenter .ueeshop_responsive_position {
    border-bottom: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.contenter .ueeshop_responsive_position .position a {
    text-transform: uppercase;
}

.contenter .ueeshop_responsive_position .title {
    height: 38px;
    line-height: 38px;
    font-family: opensans-bold, Arial;
    font-weight: 700;
    letter-spacing: 1.5px
}

.contenter .ueeshop_responsive_position .position {
    line-height: 25px;
    width: 100%;
    text-align: left
}

.contenter .ueeshop_responsive_position .position a {
    font-size: 12px;
    color: gray;
    font-family: lato-regular, Arial;
    text-align: left
}

.ueeshop_responsive_position .position a:hover {
    color: #87B657
}

.contenter .ueeshop_responsive_position .position a:last-child {
    color: #87B657
}

.contenter .ueeshop_responsive_position .position a:hover {
    color: #87B657
}

.contenter .ueeshop_responsive_products_list {
    margin-top: 32px
}

.contenter .ueeshop_responsive_products_list .item .info .name {
    line-height: 34px;
    height: 68px
}

.contenter .ueeshop_responsive_products_list .item .info .name a {
    font-size: 20px;
    color: #000;
    font-family: opensans-regular, Arial
}

.contenter .cate_brief {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.product-detail .ueeshop_responsive_position .position {
    height: auto;
    line-height: 35px
}

.product-detail .ueeshop_responsive_position .position {
    width: 100%
}

.product-detail .ueeshop_responsive_position .position a {
    font-size: 12px;
    color: gray;
    font-family: lato-regular, Arial
}

.product-detail .ueeshop_responsive_position .position a:last-child {
    color: #87B657
}

.product-detail .ueeshop_responsive_position .position a:hover {
    color: #87B657
}

body .ueeshop_responsive_products_detail .description .title {
    padding: 10px 0 0
}

.product-detail .ueeshop_responsive_products_detail .description .title {
    border: none
}

.product-detail .ueeshop_responsive_products_detail .description .title span {
    font-size: 30px;
    color: #1f1f1f;
    position: relative;
    background: #fff;
    margin-right: 0;
    padding-right: 15px
}

.product-detail .ueeshop_responsive_products_detail .description .title span:after {
    position: absolute;
    width: 10000px;
    left: 100%;
    top: 13px;
    height: 1px;
    background: #e3e3e3;
    margin-left: 20px;
    content: ''
}

body .ueeshop_responsive_case_list .item .img {
    width: 33.1073%
}

body .ueeshop_responsive_case_list .item .info {
    margin-top: 36px;
    padding-left: 47px;
    width: 61.5819%
}

body .ueeshop_responsive_case_list .item .info .name {
    position: relative;
    margin-bottom: 0;
    padding-bottom: 15px;
    line-height: 38px
}

body .ueeshop_responsive_case_list .item .info .name:before {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 44px;
    height: 1px;
    background: #f1ad49
}

body .ueeshop_responsive_case_list .item .info .name a {
    font-size: 24px;
    color: #333
}

body .ueeshop_responsive_case_list .item .info .desc {
    padding-top: 20px;
    line-height: 24px;
    font-size: 14px;
    color: #5b5b5b
}

body .ueeshop_responsive_download_list ul li .name {
    width: calc(100% - 50px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

body .ueeshop_responsive_turn_page.s1>span .page_item_current {
    background: #555;
    color: #fff
}

.ueeshop_responsive_download_list ul li a:hover {
    background-color: #814d95
}

.pagination li {
    display: inline-block;
}

.pagination li span,.pagination li a {
    height: 54px;
    min-width: 45px;
    display: block;
    text-align: center;
    line-height: 54px;
    background: #f5f7f6;
    display: inline-block;
    margin: 4px;
    position: relative;
    padding: 0 10px;
}

.pagination li.active span {
    background: #555;
    color: #fff;
    border: 1px solid #555;
}
@media all and (max-width: 950px) {
    .pagination{margin-top:50px}
    .pagination li span, .pagination li a{
    line-height: 35px;
    height: 35px;
    min-width: auto;
}
}
body .ueeshop_responsive_turn_page {
    text-align: center
}

body .ueeshop_responsive_turn_page span {
    width: auto;
    min-width: 32px;
}

body .ueeshop_responsive_turn_page span a {
    display: block;
    background: #fff
}

body .ueeshop_responsive_turn_page span .page_item_current {
    background: #555;
    color: #fff
}

body .ueeshop_responsive_turn_page span a, body .ueeshop_responsive_turn_page span font {
    background: #f4f7f6;
    color: #555;
    font-size: 18px;
    width: 100%
}

body .ueeshop_responsive_turn_page span em {
    width: 20px;
    height: 8px
}

body .ueeshop_responsive_turn_page span em.icon_page_prev {
    width: 21px;
    height: 10px;
    background: url(../images/prev_page.png) no-repeat center
}

body .ueeshop_responsive_turn_page span em.icon_page_next {
    width: 21px;
    height: 10px;
    background: url(../images/next_page.png) no-repeat center
}

.wrap-module .ueeshop_responsive_products_detail_review .review_form h1 {
    font-size: 30px;
    color: #1f1f1f;
    text-align: center;
    margin-bottom: 35px
}

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

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

.rale_news .news_title .title {
    font-size: 22px;
    color: #191919;
    font-family: playfairdisplay-regular;
    text-transform: uppercase;
}

.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 .img {
    display: block;
    width: 100%;
    text-align: center;
    text-decoration: none;
    overflow: hidden;
    position: relative;
    padding-top: 74%;
    height: 0;
}

.rale_news .list .item .img img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
}

.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: #aebc9f
}

.menu-in-left .menu-wrap-style .pro_cate .page_name {
    line-height: 38px;
    position: relative;
    font-size: 23px;
    color: #333;
    font-family: opensans-bold, Arial;
    font-weight: 700;
    letter-spacing: 1px
}

.menu-wrap-style .pro_cate .list .first_cate a {
    display: block;
    width: 100%;
    height: 33px;
    font-size: 17px;
    color: #595959;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 33px
}

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

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

.download-list .related .r_list .item {
    margin-top: 20px;
    width: 100%
}

.download-list .related .r_list .item .img {
    display: block;
    width: 100%;
    text-align: center
}

.download-list .related .r_list .item:first-child {
    border-top: 0
}

.download-list .related .r_list .title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-top: 11px;
    width: 100%;
    line-height: 20px;
    font-size: 16px;
    color: #000;
    text-decoration: none;
    overflow: hidden
}

.download-list .related .r_list .time {
    margin-top: 11px;
    width: 100%;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    color: #989898;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.download-list .related .r_list .brief {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    margin-top: 7px;
    width: 100%;
    line-height: 23px;
    font-size: 14px;
    color: #888;
    word-break: break-all;
    overflow: hidden
}

.ueeshop_responsive_case_detail>.name, .ueeshop_responsive_info_list .item .info .title, .ueeshop_responsive_info_detail>.title, #global_editor_contents h3, .product-detail .ueeshop_responsive_products_detail .description .title span {
    font-family: opensans-bold
}

body .ueeshop_responsive_case_list .item .info .desc, #global_editor_contents, .ueeshop_responsive_info_list .item .info .desc, #global_editor_contents p {
    font-family: opensans-regular
}

.ueeshop_responsive_header .header .func .cart_btn {
    background: url(../../../../../images/cart/cart_icon_white.png) no-repeat center center/100% !important
}

body #banner_edit .banner_tab a {
    background: #32a45a;
    width: 19px;
    height: 19px;
    border: 2px solid transparent;
    border-radius: 50%;
    text-indent: -9999px;
    margin: 0 5px;
    outline: 0;
    box-sizing: border-box
}

body #banner_edit .banner_tab a:hover, body #banner_edit .banner_tab a.on {
    background-color: unset;
    border-color: #32a45a
}

@media screen and (max-width: 1600px) {
    #header .header_box .logo_box {
        min-width: 180px;
        max-width: 180px
    }

    #header .header_box .logo_box a {
        font-size: 14px
    }

    #header .header_box .r_icon .nav_icon {
        margin-right: 20px;
        font-size: 20px
    }

    #header .header_box .nav_bar {
        margin-left: 2%;
        width: calc(100% - 500px)
    }

    #header .header_box .nav_bar .n_item {
        margin-left: 2.5%
    }

    #header .header_box .nav_bar .n_item>a {
        font-size: 16px
    }
}

@media screen and (max-width: 1440px) {
    .wrap {
        width: 1100px
    }

    #header .header_box .r_icon .nav_icon {
        margin-right: 15px
    }

    #header .header_box .nav_bar .n_item {
        margin-left: 2%
    }

    #header .header_box .nav_bar .n_item>a {
        padding: 0 10px
    }
}

@media screen and (max-width: 1280px) {
    .wrap {
        width: 92%
    }

    #header .header_box {
        width: 96%
    }

    #header .header_box .nav_bar {
        width: calc(100% - 410px)
    }

    #header .header_box .nav_bar .n_item>a {
        font-size: 14px
    }

    #header .header_box .r_icon .nav_icon {
        font-size: 18px
    }

    #header .header_box .r_icon {
        width: 225px
    }
}

@media screen and (max-width: 991px) {
    #header {
        display: none
    }

    .products .pro_left, .menu-in-left .menu-wrap-style {
        display: none
    }

    .menu-in-left .wrap-righter-style {
        width: 100%
    }
}

@media screen and (min-width: 768px) {
    #footer .footer_box .list_item .ft_item .item_content.hide {
        display: block
    }
}

@media screen and (max-width: 768px) {
    .hide {
        display: none
    }

    #footer .footer_box {
        width: 92%;
        padding-top: 72px
    }

    #footer .footer_box .list_item {
        flex-direction: column;
        padding-bottom: unset
    }

    #footer .footer_box .list_item .ft_item {
        width: 100%;
        padding-right: unset;
        margin-bottom: 45px
    }

    #footer .footer_box .list_item .ft_item .item_title {
        margin-bottom: unset;
        display: flex;
        justify-content: space-between;
        font-size: 32px;
        line-height: 40px
    }

    #footer .footer_box .list_item .ft_item .item_title span {
        display: block;
        width: calc(100% - 40px)
    }

    #footer .footer_box .list_item .ft_item .item_title .ft_icon {
        display: block;
        background: url(../template/img/demo/icon.png) no-repeat 4px -140px;
        background-size: 75%;
        width: 40px;
        height: 40px
    }

    #footer .footer_box .list_item .ft_item .item_content {
        margin-bottom: unset;
        margin-top: 2%
    }

    #footer .footer_box .list_item .ft_item .item_content a {
        font-size: 14px
    }

    #footer .footer_box .list_item .ft_item:last-child .item_title {
        display: none
    }

    #footer .footer_box .list_item .ft_item:last-child ul {
        display: flex;
        justify-content: center;
        margin: 0 auto
    }

    #footer .footer_bottom_text .fbt_box {
        padding: 2.5% 0 3.6%
    }

    #footer .footer_bottom_text .fbt_box .left_text {
        text-align: center
    }

    #footer .footer_bottom_text .fbt_box .left_text a {
        display: block;
        margin: 0 auto
    }

    #footer .footer_bottom_text .fbt_box .left_text, #footer .footer_bottom_text .fbt_box .left_text a {
        line-height: 38px;
        font-size: 24px
    }

    body .ueeshop_responsive_case_list .item .img {
        width: 100%
    }

    body .ueeshop_responsive_case_list .item .info {
        width: 100%;
        padding-left: 0;
        margin-top: 15px
    }

    body .ueeshop_responsive_case_list .item .info .name {
        height: unset;
        line-height: 24px;
        padding-bottom: 10px
    }

    body .ueeshop_responsive_case_list .item .info .name a {
        font-size: 16px
    }

    .menu-in-left {
        padding-top: 10px
    }

    .contenter .ueeshop_responsive_products_list {
        margin-top: 12px
    }

    .contenter .ueeshop_responsive_products_list .item {
        width: 48%;
        padding: 0;
        margin-right: 4%
    }

    .contenter .ueeshop_responsive_products_list .item:nth-child(3n) {
        margin-right: 4%
    }

    .contenter .ueeshop_responsive_products_list .item:nth-child(2n) {
        margin-right: 0
    }

    .contenter .ueeshop_responsive_products_list .item .info .name {
        height: 42px;
        max-height: 42px;
        line-height: 20px
    }

    .contenter .ueeshop_responsive_products_list .item .info .name a {
        font-size: 16px;
    }

    .contenter .ueeshop_responsive_products_list .item:hover img {
        transform: unset;
        -webkit-transform: unset
    }

    body #banner_edit .banner_tab {
        display: block
    }

    .rale_news {
        padding-bottom: 20px
    }

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

    .rale_news .list .item {
        margin-bottom: 10px
    }
}

@media screen and (max-width: 550px) {
    body #banner_edit .banner_tab a {
        width: 11.5px;
        height: 11.5px
    }
}

@media screen and (max-width: 500px) {
    #footer .footer_box {
        padding-top: 3.4%
    }

    #footer .footer_box .list_item {
        flex-direction: column;
        padding-bottom: unset
    }

    #footer .footer_box .list_item .ft_item {
        width: 100%;
        padding-right: unset;
        margin-bottom: 4%
    }

    #footer .footer_box .list_item .ft_item .item_title {
        margin-bottom: unset;
        display: flex;
        justify-content: space-between;
        font-size: 16px;
        line-height: 30px
    }

    #footer .footer_box .list_item .ft_item .item_title span {
        display: block;
        width: calc(100% - 40px)
    }

    #footer .footer_box .list_item .ft_item .item_title .ft_icon {
        display: block;
        background: url(../template/img/demo/icon.png) no-repeat 2px -104px;
        background-size: 75%;
        width: 30px;
        height: 30px
    }

    #footer .footer_box .list_item .ft_item .item_content {
        margin-bottom: unset;
        margin-top: 2%
    }

    #footer .footer_box .list_item .ft_item .item_content a {
        font-size: 14px
    }

    #footer .footer_box .list_item .ft_item:last-child .item_title {
        display: none
    }

    #footer .footer_box .list_item .ft_item:last-child ul {
        display: flex;
        justify-content: center;
        margin: 0 auto
    }

    #footer .footer_bottom_text .fbt_box {
        padding: 2% 0 3%
    }

    #footer .footer_bottom_text .fbt_box .left_text, #footer .footer_bottom_text .fbt_box .left_text a {
        line-height: 24px;
        font-size: 14px
    }

    #footer .parceiro .title {
        font-size: 16px
    }
}

.footer_270_1 #footer {
    width: 100%;
    background-color: #e6e6e6;
    margin-top: 8%
}

.footer_270_1 #footer .footer_box {
    width: 90%;
    margin: 0 auto;
    max-width: 1580px;
    padding-top: 3.4%
}

.footer_270_1 #footer .footer_box .list_item {
    width: 100%;
    display: flex;
    flex-direction: row;
    padding-bottom: 50px
}

.footer_270_1 #footer .footer_box .list_item .ft_item {
    width: 25%;
    padding-right: 5%
}

.footer_270_1 #footer .footer_box .list_item .ft_item .item_title {
    color: #000;
    font-family: "OpenSans-Bold";
    margin-bottom: 9%;
    font-size: 18px
}

.footer_270_1 #footer .footer_box .list_item .ft_item .item_content {
    margin-bottom: 4%
}

.footer_270_1 #footer .footer_box .list_item .ft_item .item_content a {
    color: #555;
    font-size: 16px
}

.footer_270_1 #footer .footer_bottom_text {
    background-color: #000
}

.footer_270_1 #footer .footer_bottom_text .fbt_box {
    width: 90%;
    margin: 0 auto;
    max-width: 1580px;
    padding: 1.6% 0
}

.footer_270_1 #footer .footer_bottom_text .fbt_box .left_text, .footer_270_1 #footer .footer_bottom_text .fbt_box .left_text a {
    font-size: 14px;
    color: #FFF;
    font-family: "Opensans-Regular"
}

.footer_270_1 #footer .parceiro {
    margin-bottom: 25px
}

.footer_270_1 #footer .parceiro .title {
    font-size: 18px;
    font-family: "OpenSans-Bold";
    color: #000;
    margin-bottom: 20px;
    text-transform: capitalize
}

.footer_270_1 #footer .parceiro .list {
    display: flex;
    flex-wrap: wrap
}

.footer_270_1 #footer .parceiro .list .item {
    position: relative;
    width: 100px;
    height: 70px;
    margin-right: 15px;
    margin-bottom: 10px
}

.footer_270_1 #footer .parceiro .list .item img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto
}

.footer_270_1 #footer .parceiro .partners_box {
    display: flex;
    flex-wrap: wrap
}

.footer_270_1 #footer .parceiro .partners_box a {
    position: relative;
    width: 100px;
    height: 70px;
    margin: 0 15px 10px 0
}

.footer_270_1 #footer .parceiro .partners_box a img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%
}

@media screen and (min-width: 768px) {
    .footer_270_1 #footer .footer_box .list_item .ft_item .item_content.hide {
        display: block
    }
}

@media screen and (max-width: 768px) {
    .footer_270_1 #footer .footer_box {
        width: 92%;
        padding-top: 72px
    }

    .footer_270_1 #footer .footer_box .list_item {
        flex-direction: column;
        padding-bottom: unset
    }

    .footer_270_1 #footer .footer_box .list_item .ft_item {
        width: 100%;
        padding-right: unset;
        margin-bottom: 45px
    }

    .footer_270_1 #footer .footer_box .list_item .ft_item .item_title {
        margin-bottom: unset;
        display: flex;
        justify-content: space-between;
        font-size: 32px;
        line-height: 40px
    }

    .footer_270_1 #footer .footer_box .list_item .ft_item .item_title span {
        display: block;
        width: calc(100% - 40px)
    }

    .footer_270_1 #footer .footer_box .list_item .ft_item .item_title .ft_icon {
        display: block;
        background: url(../template/img/demo/icon.png) no-repeat 4px -140px;
        background-size: 75%;
        width: 40px;
        height: 40px
    }

    .footer_270_1 #footer .footer_box .list_item .ft_item .item_content {
        margin-bottom: unset;
        margin-top: 2%
    }

    .footer_270_1 #footer .footer_box .list_item .ft_item .item_content a {
        font-size: 14px
    }

    .footer_270_1 #footer .footer_box .list_item .ft_item:last-child .item_title {
        display: none
    }

    .footer_270_1 #footer .footer_box .list_item .ft_item:last-child ul {
        display: flex;
        justify-content: center;
        margin: 0 auto
    }

    .footer_270_1 #footer .footer_bottom_text .fbt_box {
        padding: 2.5% 0 3.6%
    }

    .footer_270_1 #footer .footer_bottom_text .fbt_box .left_text {
        text-align: center
    }

    .footer_270_1 #footer .footer_bottom_text .fbt_box .left_text a {
        display: block;
        margin: 0 auto
    }

    .footer_270_1 #footer .footer_bottom_text .fbt_box .left_text, .footer_270_1 #footer .footer_bottom_text .fbt_box .left_text a {
        line-height: 38px;
        font-size: 24px
    }
}

@media screen and (max-width: 500px) {
    .footer_270_1 #footer .footer_box {
        padding-top: 3.4%
    }

    .footer_270_1 #footer .footer_box .list_item {
        flex-direction: column;
        padding-bottom: unset
    }

    .footer_270_1 #footer .footer_box .list_item .ft_item {
        width: 100%;
        padding-right: unset;
        margin-bottom: 4%
    }

    .footer_270_1 #footer .footer_box .list_item .ft_item .item_title {
        margin-bottom: unset;
        display: flex;
        justify-content: space-between;
        font-size: 16px;
        line-height: 30px
    }

    .footer_270_1 #footer .footer_box .list_item .ft_item .item_title span {
        display: block;
        width: calc(100% - 40px)
    }

    .footer_270_1 #footer .footer_box .list_item .ft_item .item_title .ft_icon {
        display: block;
        background: url(../template/img/demo/icon.png) no-repeat 2px -104px;
        background-size: 75%;
        width: 30px;
        height: 30px
    }

    .footer_270_1 #footer .footer_box .list_item .ft_item .item_content {
        margin-bottom: unset;
        margin-top: 2%
    }

    .footer_270_1 #footer .footer_box .list_item .ft_item .item_content a {
        font-size: 14px
    }

    .footer_270_1 #footer .footer_box .list_item .ft_item:last-child .item_title {
        display: none
    }

    .footer_270_1 #footer .footer_box .list_item .ft_item:last-child ul {
        display: flex;
        justify-content: center;
        margin: 0 auto
    }

    .footer_270_1 #footer .footer_bottom_text .fbt_box {
        padding: 2% 0 3%
    }

    .footer_270_1 #footer .footer_bottom_text .fbt_box .left_text, .footer_270_1 #footer .footer_bottom_text .fbt_box .left_text a {
        line-height: 24px;
        font-size: 14px
    }

    .footer_270_1 #footer .parceiro .title {
        font-size: 16px
    }
}

.header_270_1 #header {
    width: 100%;
    background-color: #111111;
    position: relative
}

.header_270_1 #header .header_box {
    width: 92%;
    height: 120px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1760px
}

.header_270_1 #header .header_box .logo_box {
    height: 120px;
    min-width: 235px;
    max-width: 235px;
    display: flex;
    justify-content: center;
    align-items: center
}

.header_270_1 #header .header_box .logo_box h1, #header .header_box .logo_box div {
    line-height: 90px
}

.header_270_1 #header .header_box .logo_box h1 img, #header .header_box .logo_box div img {
    max-height: 95px
}

.header_270_1 #header .header_box .nav_bar {
    width: 1000px;
    margin-top: 0;
    margin-left: 2.5%;
    width: calc(100% - 550px)
}

.header_270_1 #header .header_box .nav_bar .n_item {
    margin-left: 3.5%
}

.header_270_1 #header .header_box .nav_bar .n_item:first-child {
    margin-left: 0
}

.header_270_1 #header .header_box .nav_bar .n_item>a {
    height: 120px;
    line-height: 120px;
    font-size: 18px;
    font-family: "OpenSans-Bold";
    color: #fff;
    text-decoration: none;
    flex: 1
}

.header_270_1 #header .header_box .r_icon {
    max-width: 385px;
    text-align: right;
    display: flex;
    flex-direction: row;
    align-items: center;
    font-family: "Opensans-Regular";
    font-size: 24px
}

.header_270_1 #header .header_box .r_icon .nav_icon {
    height: 100%;
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center;
    text-align: center;
    margin-right: 36px
}

.header_270_1 #header .header_box .r_icon .nav_icon:last-child {
    margin-right: unset
}

.header_270_1 #header .header_box .r_icon .nav_icon a {
    width: 35px;
    height: 100%;
    display: block;
    line-height: 100px;
    font-size: 16px;
    color: #FFF
}

.header_270_1 #header .header_box .r_icon .nav_icon .search_icon {
    height: 50px;
    background: url(../template/img/demo/icon.png) no-repeat -6px -6px
}

.header_270_1 #header .header_box .r_icon .nav_icon .sign_icon {
    height: 50px;
    background: url(../template/img/demo/icon.png) no-repeat -7px -67px
}

.header_270_1 #header .header_box .r_icon .nav_icon .inquiry {
    height: 50px;
    background: url(../template/img/demo/icon.png) no-repeat -6px -139px
}

.header_270_1 #header .header_box .r_icon .nav_icon .language {
    height: 50px;
    display: block;
    color: #FFF;
    width: 35px;
    line-height: 50px;
    text-transform: uppercase
}

.header_270_1 #header .header_box .r_icon .nav_icon .language_currency {
    height: 50px;
    display: block;
    color: #FFF;
    line-height: 50px;
    text-transform: uppercase
}

.header_270_1 #header .header_box .r_icon .nav_icon .navSub {
    width: 150px;
    background: no-repeat center top #fff;
    position: absolute;
    top: 75%;
    left: 50%;
    transform: translate(-50%, 0);
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    padding: 9px 30px;
    box-sizing: border-box;
    border-radius: 5px;
    display: none;
    z-index: 999
}

.header_270_1 #header .header_box .r_icon .nav_icon:hover .navSub {
    display: block;
    text-align: center
}

.header_270_1 #header .header_box .r_icon .nav_icon .navSub a {
    line-height: 32px;
    font-size: 16px;
    color: #111
}

.header_270_1 #header .header_box .r_icon .nav_icon .navSub a:hover {
    color: #00aeef
}

.header_270_1 #header .header_box .r_icon .nav_icon .default_shopping_cart {
    min-width: unset;
    filter: brightness(0) invert(1)
}

.header_270_1 #default_search_box {
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgba(0, 0, 0, 0.8);
    left: 0;
    top: 0;
    z-index: 9999
}

.header_270_1 #default_search_box .form {
    width: 50%;
    max-width: 500px;
    height: 50px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto
}

.header_270_1 #default_search_box .text {
    width: 100%;
    height: 50px;
    line-height: 50px;
    border: 0;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: 0px;
    border-bottom: 1px solid #fff;
    padding-right: 35px;
    color: #fff;
    background: none;
    outline: none;
    text-indent: 10px;
    box-sizing: border-box
}

.header_270_1 #default_search_box .button {
    width: 35px;
    height: 48px;
    position: absolute;
    right: 0;
    top: 0;
    background: url(../template/img/demo/search_btn.png) center no-repeat;
    cursor: pointer;
    border: 0;
    outline: none
}

.header_270_1 #default_search_box .form i {
    width: 30px;
    height: 30px;
    position: absolute;
    right: -60px;
    top: -60px;
    background: url(../template/img/demo/search_close.png) center no-repeat;
    cursor: pointer
}

body .header_270_1 .ueeshop_responsive_header .header {
    background: #111;
    border-bottom: unset
}

body .header_270_1 .ueeshop_responsive_header .header .func .search_btn {
    background: url(../template/img/demo/search_btn_white.png) no-repeat center center / 100%
}

body .header_270_1 .ueeshop_responsive_header .header .func .member_btn {
    background: url(../template/img/demo/account_btn_white.png) no-repeat center center / 100%
}

body .header_270_1 .ueeshop_responsive_header .header .func .menu_btn {
    background: url(../template/img/demo/menu_btn_white.png) no-repeat center center / 100%
}

body .header_270_1 .ueeshop_responsive_header .header .func .menu_btn.on {
    background-image: url(../template/img/demo/close_btn_white.png)
}

.header_270_1 .ueeshop_responsive_header .header .func .cart_btn {
    background: url(../template/img/demo/cart_icon_white.png) no-repeat center center / 100% !important
}

@media screen and (max-width: 1600px) {
    .header_270_1 #header .header_box .logo_box {
        min-width: 180px;
        max-width: 180px
    }

    .header_270_1 #header .header_box .logo_box a {
        font-size: 14px
    }

    .header_270_1 #header .header_box .r_icon .nav_icon {
        margin-right: 20px;
        font-size: 20px
    }

    .header_270_1 #header .header_box .nav_bar {
        /*width: 60%;*/
        margin-left: 2%;
        width: calc(100% - 500px)
    }

    .header_270_1 #header .header_box .nav_bar .n_item {
        margin-left: 2.5%
    }

    .header_270_1 #header .header_box .nav_bar .n_item>a {
        font-size: 16px
    }
}

@media screen and (max-width: 1440px) {
    .header_270_1 #header .header_box .r_icon .nav_icon {
        margin-right: 15px
    }

    .header_270_1 #header .header_box .nav_bar .n_item {
        margin-left: 2%
    }

    .header_270_1 #header .header_box .nav_bar .n_item>a {
        padding: 0 10px
    }
}

@media screen and (max-width: 1280px) {
    .header_270_1 #header .header_box {
        width: 96%
    }

    .header_270_1 #header .header_box .nav_bar {
        width: calc(100% - 545px)
    }

    .header_270_1 #header .header_box .nav_bar .n_item>a {
        font-size: 14px
    }

    .header_270_1 #header .header_box .r_icon .nav_icon {
        font-size: 18px
    }

    .header_270_1 #header .header_box .r_icon {
        width: 280px
    }
}

@media screen and (max-width: 991px) {
    .header_270_1 #header {
        display: none
    }
}

.poster_270_1 #introduce {
    width: 100%
}

.poster_270_1 #introduce .introduce_box {
    width: 90%;
    max-width: 1435px;
    margin: 5% auto 3.77%;
    display: flex;
    padding: 0
}

.poster_270_1 .introduce_img_box {
    margin: 0 7% 0 2.8%;
    width: 48.4%
}

.poster_270_1 .introduce_img_box .padding_img .img_p {
    padding-top: 121.726%
}

.poster_270_1 .introduce_text_box {
    width: 42%
}

.poster_270_1 .introduce_text_box .introduce_title {
    font-family: "OpenSans-Bold";
    font-size: 48px;
    line-height: 48px
}

.poster_270_1 .introduce_text_box .introduce_content {
    padding-top: 5.3%;
    font-size: 16px;
    line-height: 28px;
    color: #545557
}

.poster_270_1 .introduce_text_box .introduce_item_box {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap
}

.poster_270_1 .it_item {
    width: 50%;
    margin-top: 7.9%
}

.poster_270_1 .it_item .ii_title {
    display: block;
    font-size: 40px
}

.poster_270_1 .it_item .ii_content {
    display: block;
    font-size: 18px;
    margin-top: 2px
}

.poster_270_1 #introduce .read_more {
    display: block;
    font-family: "OpenSans-Bold";
    font-size: 16px;
    width: 180px;
    height: 60px;
    text-align: center;
    line-height: 56px;
    text-transform: uppercase;
    color: #000;
    border: 2px solid #32a45a;
    border-radius: 3px;
    box-sizing: border-box;
    transition: all 300ms ease 0s;
    margin-top: 11%
}

.poster_270_1 #introduce .read_more:hover {
    background-color: #32a45a;
    color: #FFF;
    text-decoration: none
}

@media screen and (max-width: 1250px) {
    .poster_270_1 #introduce .introduce_box {
        width: 92%;
        flex-direction: column
    }

    .poster_270_1 .introduce_img_box {
        width: 100%;
        margin: unset
    }

    .poster_270_1 .introduce_text_box {
        width: 100%
    }
}

@media screen and (max-width: 768px) {
    .poster_270_1 .introduce_text_box .introduce_title {
        font-size: 46px;
        line-height: 46px
    }

    .poster_270_1 .introduce_text_box .introduce_content {
        line-height: 40px;
        font-size: 28px;
        padding-top: 22px
    }

    .poster_270_1 .it_item {
        margin-top: 19px
    }

    .poster_270_1 .it_item .ii_content {
        font-size: 24px;
        margin-top: 0
    }

    .poster_270_1 #introduce .read_more {
        font-size: 12px;
        width: 113px;
        height: 35px;
        line-height: 32px;
        background-color: #32a45a;
        color: #FFF;
        margin-top: 50px
    }
}

@media screen and (max-width: 550px) {
    .poster_270_1 .introduce_text_box .introduce_title {
        font-size: 23px;
        line-height: 30px
    }

    .poster_270_1 .introduce_text_box .introduce_content {
        padding-top: 2%;
        font-size: 14px;
        line-height: 24px;
        color: #545557
    }

    .poster_270_1 .introduce_text_box .introduce_item_box {
        width: 100%;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap
    }

    .poster_270_1 .it_item {
        margin-top: 3%
    }

    .poster_270_1 .it_item .ii_title {
        font-size: 20px
    }

    .poster_270_1 .it_item .ii_content {
        font-size: 12px;
        margin-top: 3%
    }

    .poster_270_1 #introduce .read_more {
        font-size: 12px;
        width: 113px;
        height: 35px;
        line-height: 32px;
        background-color: #32a45a;
        color: #FFF;
        margin-top: 8%
    }

    .poster_270_1 #introduce .read_more:hover {
        background-color: #32a45a;
        color: #FFF
    }
}

.poster_270_2 #case {
    width: 100%;
    margin: 3.77% 0 4.5%
}

.poster_270_2 #case .case_box {
    width: 90%;
    max-width: 1435px;
    margin: 0 auto
}

.poster_270_2 #case .case_box .case_header {
    margin: 0 auto;
    text-align: center
}

.poster_270_2 #case .case_box .case_header .c_title {
    font-family: "OpenSans-Bold";
    font-size: 48px;
    line-height: 48px
}

.poster_270_2 #case .case_box .case_header .c_contents {
    margin-top: 12px;
    font-size: 16px
}

.poster_270_2 #case .case_box .case_main {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap
}

.poster_270_2 .case_item .ci_img_box {
    font-size: 0;
    overflow: hidden
}

.poster_270_2 .case_item .ci_img_box .padding_img .img_p {
    padding-top: 58.684%
}

.poster_270_2 .case_item {
    width: 47.5%;
    margin-right: 5%;
    margin-top: 6.8%
}

.poster_270_2 .case_item:nth-child(2n) {
    margin-right: 0
}

.poster_270_2 .case_item:nth-child(-n+2) {
    margin-top: 5.6%
}

.poster_270_2 .case_item .ci_text_box {
    box-sizing: border-box;
    padding-right: 15%
}

.poster_270_2 .case_item .ci_text_box .ci_title {
    line-height: 35px;
    font-size: 30px;
    padding-top: 4.3%
}

.poster_270_2 .case_item .ci_text_box .ci_content {
    font-size: 18px;
    line-height: 34px;
    padding-top: 1.5%
}

.poster_270_2 .case_item .ci_text_box .read_more {
    display: block;
    font-family: "OpenSans-Bold";
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
    color: #000;
    border: 2px solid #32a45a;
    border-radius: 3px;
    box-sizing: border-box;
    width: 176px;
    height: 55px;
    line-height: 55px;
    margin-top: 5%;
    -webkit-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s
}

.poster_270_2 .case_item .ci_text_box .read_more:hover {
    background-color: #32a45a;
    color: #FFF;
    text-decoration: none
}

@media screen and (min-width: 768px) {
    .poster_270_2 .case_item:hover .ci_img_box img {
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05);
        -moz-transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out
    }
}

@media screen and (max-width: 768px) {
    .poster_270_2 #case {
        margin: 49px 0 74px
    }

    .poster_270_2 #case .case_box {
        width: 92%
    }

    .poster_270_2 #case .case_box .case_header .c_title {
        font-size: 46px;
        line-height: 46px
    }

    .poster_270_2 #case .case_box .case_header .c_contents {
        font-size: 28px;
        margin-top: 18px
    }

    .poster_270_2 .case_item {
        width: 100%;
        margin-right: unset;
        margin-top: 60px
    }

    .poster_270_2 .case_item .ci_text_box {
        padding-right: 0
    }

    .poster_270_2 .case_item .ci_text_box .ci_title {
        line-height: 40px;
        font-size: 34px;
        padding-top: 24px
    }

    .poster_270_2 .case_item .ci_text_box .ci_content {
        font-size: 28px;
        line-height: 39px;
        padding-top: 1.5%
    }

    .poster_270_2 .case_item .ci_text_box .read_more {
        width: 226px;
        height: 70px;
        line-height: 66px;
        font-size: 20px;
        background-color: #32a45a;
        color: #FFF;
        margin-top: 23px
    }
}

@media screen and (max-width: 550px) {
    .poster_270_2 #case {
        margin: 20px 0 25px
    }

    .poster_270_2 #case .case_box .case_header .c_title {
        font-size: 23px;
        line-height: 30px
    }

    .poster_270_2 #case .case_box .case_header .c_contents {
        font-size: 14px;
        margin-top: 7px
    }

    .poster_270_2 #case .case_box .case_main {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap
    }

    .poster_270_2 .case_item {
        width: 100%;
        margin-right: unset;
        margin-top: 8%
    }

    .poster_270_2 .case_item .ci_text_box {
        padding-right: 0
    }

    .poster_270_2 .case_item .ci_text_box .ci_title {
        line-height: 24px;
        font-size: 17px;
        padding-top: 4%
    }

    .poster_270_2 .case_item .ci_text_box .ci_content {
        font-size: 14px;
        line-height: 24px;
        padding-top: 1.5%
    }

    .poster_270_2 .case_item .ci_text_box .read_more {
        font-size: 12px;
        background-color: #32a45a;
        color: #FFF;
        width: 112.5px;
        height: 35px;
        line-height: 32px;
        margin-top: 4%
    }

    .poster_270_2 .case_item .ci_text_box .read_more:hover {
        background-color: #32a45a;
        color: #FFF
    }
}

.products_270_1 #products {
    width: 100%;
    overflow: hidden;
    margin: 4.5% 0 6.5%
}

.products_270_1 #products .products_header {
    width: 90%;
    max-width: 1435px;
    margin: 0 auto 5%;
    padding-top: 0;
    text-align: center
}

.products_270_1 #products .products_header .p_title {
    font-family: "OpenSans-Bold";
    font-size: 48px;
    line-height: 48px
}

.products_270_1 #products .products_header .p_contents {
    margin-top: 12px;
    font-size: 16px
}

.products_270_1 #products .products_main {
    width: 100%;
    position: relative;
    display: table
}

.products_270_1 .products_item {
    height: 100%
}

.products_270_1 .products_item .pi_img_box {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 100%;
    border-radius: 50%;
    overflow: hidden
}

.products_270_1 .products_item .pi_img_box .pi_img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto
}

.products_270_1 .products_item .pi_img_box .pi_img a {
    display: block;
    position: relative;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%
}

.products_270_1 .products_item .pi_text_box {
    width: 90%;
    margin: 0 auto;
    padding-top: 30px;
    text-align: center
}

.products_270_1 .products_item .pi_title {
    display: block;
    padding-bottom: 30px;
    line-height: 28px
}

.products_270_1 .products_item .read_more {
    display: block;
    font-family: "OpenSans-Bold";
    font-size: 16px;
    width: 180px;
    height: 60px;
    text-align: center;
    line-height: 56px;
    text-transform: uppercase;
    color: #000;
    border: 2px solid #32a45a;
    border-radius: 3px;
    box-sizing: border-box;
    transition: all 300ms ease 0s;
    margin: 0 auto
}

.products_270_1 .products_item .read_more:hover {
    background-color: #32a45a;
    color: #FFF;
    text-decoration: none
}

body .products_270_1 #products .bx-wrapper {
    max-width: unset !important
}

body .products_270_1 #products .bx-wrapper .bx-viewport {
    padding-left: 13%
}

body .products_270_1 #products .bx-wrapper .bx-controls-direction a {
    margin-top: -6%
}

body .products_270_1 #products .bx-wrapper .bx-controls-direction a:hover {
    background-color: #32a45a
}

body .products_270_1 #products .bx-wrapper .bx-controls-direction .bx-prev {
    width: 60px;
    height: 85px;
    background: url(../template/img/demo/icon.png) no-repeat 5px -382px #363636;
    left: 2%
}

body .products_270_1 #products .bx-wrapper .bx-controls-direction .bx-next {
    width: 60px;
    height: 85px;
    background: url(../template/img/demo/icon.png) no-repeat 5px -281px #363636;
    right: 2%
}

body .products_270_1 #products .bx-wrapper .bx-pager {
    display: none
}

@media screen and (min-width: 768px) {
    .products_270_1 .products_item {
        width: 23.1771vw !important;
        margin-right: 1.57vw !important;
        max-width: 445px
    }
}

@media screen and (max-width: 768px) {
    .products_270_1 #products {
        margin-top: 74px
    }

    .products_270_1 #products .products_header {
        width: 92%;
        padding-top: 0;
        margin-bottom: 42px
    }

    .products_270_1 #products .products_header .p_title {
        font-size: 46px;
        line-height: 46px
    }

    .products_270_1 #products .products_header .p_contents {
        margin-top: 18px;
        font-size: 28px
    }

    .products_270_1 #products .products_main {
        display: unset;
        width: auto
    }

    .products_270_1 #products .products_main .products_main_box {
        padding-left: 155px;
        padding-bottom: 20px
    }

    .products_270_1 .products_item {
        max-width: 445px;
        width: 60vw !important;
        margin-right: 30px !important
    }

    .products_270_1 .products_item .pi_text_box {
        width: 90%;
        margin: 0 auto;
        padding-top: 20px
    }

    .products_270_1 .products_item .pi_title {
        padding-bottom: 20px;
        font-size: 28px;
        line-height: 40px
    }

    .products_270_1 .products_item .read_more {
        width: 226px;
        height: 70px;
        line-height: 66px;
        font-size: 20px;
        background-color: #32a45a;
        color: #FFF;
        margin: 0 auto
    }

    body .products_270_1 #products .bx-wrapper .bx-viewport {
        padding-left: 21%
    }

    body .products_270_1 #products .bx-wrapper .bx-controls-direction {
        display: none
    }
}

@media screen and (max-width: 550px) {
    .products_270_1 #products {
        margin-top: 25px
    }

    .products_270_1 #products .products_header {
        width: 92%;
        padding-top: 0;
        margin-bottom: 25px
    }

    .products_270_1 #products .products_header .p_title {
        font-size: 23px;
        line-height: 30px
    }

    .products_270_1 #products .products_header .p_contents {
        margin-top: 7px;
        font-size: 14px
    }

    .products_270_1 #products .products_main .products_main_box {
        padding-left: 76px
    }

    .products_270_1 .products_item {
        width: 65vw !important;
        margin-right: 15px !important;
        opacity: 1 !important
    }

    .products_270_1 .products_item .pi_text_box {
        width: 90%;
        margin: 0 auto;
        padding-top: 15px
    }

    .products_270_1 .products_item .pi_title {
        padding-bottom: 14px;
        font-size: 14px;
        line-height: 20px
    }

    .products_270_1 .products_item .read_more {
        font-size: 12px;
        width: 113px;
        height: 35px;
        line-height: 32px;
        background-color: #32a45a;
        color: #FFF;
        margin: 0 auto
    }

    .products_270_1 .products_item .read_more:hover {
        background-color: #32a45a;
        color: #FFF
    }

    body .products_270_1 #products .bx-wrapper .bx-viewport {
        padding-left: 16%
    }
}

.bgfff body {
    position: relative;
}

.bgfff body:before {
    content: '';
    width: 50%;
    height: 100%;
    background: #fff;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.bgfff body:after {
    content: '';
    width: 50%;
    height: 100%;
    background: #f8f8f8;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}

.bgfff body.lang_ar:before {
    left: unset;
    right: 0;
}

.bgfff body.lang_ar:after {
    right: unset;
    left: 0;
}

@media only screen and (max-width: 768px) {
    .bgfff body:before {
        display: none;
    }

    .bgfff body:after {
        display: none;
    }
}

A.applink:hover {
    border: 2px dotted #DCE6F4;
    padding: 2px;
    background-color: #ffff00;
    color: green;
    text-decoration: none
}

A.applink {
    border: 2px dotted #DCE6F4;
    padding: 2px;
    color: #2F5BFF;
    background: transparent;
    text-decoration: none
}

A.info {
    color: #2F5BFF;
    background: transparent;
    text-decoration: none
}

A.info:hover {
    color: green;
    background: transparent;
    text-decoration: underline
}

.header_270_1 #header, body .header_270_1 .ueeshop_responsive_header .header {
    background: #fff
}

.header_270_1 #header .header_box .nav_bar .n_item>a {
    color: #111
}

.header_270_1 #header .header_box .r_icon, .ueeshop_responsive_header .header .func {
    filter: invert(1);
}

.g_member .header_270_1 #header, body .header_270_1 .ueeshop_responsive_header .header {
    background: #111111;
}

.g_member .header_270_1 #header .header_box .nav_bar .n_item>a {
    color: #fff
}

.g_member .header_270_1 #header .header_box .r_icon .nav_icon .search_icon {
    height: 50px;
    background: url(../template/img/demo/icon.png) no-repeat -6px -6px;
}

.related.pdce_big {
    position: relative;
    margin-top: 52px;
}

.prducts-button-next {
    top: auto !important;
    bottom: -30px !important;
}

.prducts-button-prev {
    top: -30px !important;
}

.product-actice-bottom {
    float: left;
    width: 24%;
    margin-right: 1.3%;
    flex-direction: column;
    overflow: hidden;
}

.product-actice-bottom:last-child {
    margin-right: 0;
}

.product-actice-bottom .trans {
    width: 100% !important;
}

.actice-bottom .tit-bottom {
    font-size: 26px;
    margin-top: 60px;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.actice-bottom {
    overflow: hidden;
    margin-top: 40px;
}

@media screen and (max-width: 950px) {
    .product-actice-bottom {
        width: 49% !important;
        margin-bottom: 20px;
        margin: 20px .5%;
    }
}

h1.column_title {
    font-size: 26px;
    text-transform: uppercase;
}

#translate {
    display: none;
}

.submit-btn-article {
    width: 200px;
    height: 46px;
    background: #88B658 !important;
    border-radius: 5px;
    color: #fff;
    font-size: 16px;
    border: none;
    font-weight: 700;
    line-height: 22px;
    padding: 0 5px;
    overflow: hidden;
    cursor: pointer;
}

.products .pro_cate .list li {
    margin: 10px 0px;
}

#global_editor_contents .num {
    vertical-align: top;
    font-size: 28px;
    color: #3a6f8f;
    border: 3px solid #3a6f8f;
    display: table;
    font-family: fpï¼Œ;
    padding: 13px !important;
    margin: 50px 0px 35px !important;
}

.change-language-cont li {
    width: 33.333333%;
}

.change-language-cont {
    display: flex;
    flex-wrap: wrap;
}

.language--img {
    background: url(img/leg.jpg)no-repeat center center;
    display: inline-block;
    width: 18px;
    height: 12px;
}

.language-en {
    background-position: 0 -218px;
}

.language-af {
    background-position: 0 -1px;
}

.language-sq {
    background-position: 0 -940px;
}

.language-am {
    background-position: 0 -9px;
}

.language-be {
    background-position: 0 -48px;
}

.language-eu {
    background-position: 0 -252px;
}

.language-az {
    background-position: 0 -36px;
}

.language-hy {
    background-position: 0 -456px;
}

.language-ar {
    background-position: 0 -24px;
}

.language-am {
    background-position: 0 -12px;
}

.language-fy {
    background-position: 0px -300px;
}

.language-fr {
    background-position: 0px -288px;
}

.language-fi {
    background-position: 0px -276px;
}

.language-et {
    background-position: 0px -240px;
}

.language-eo {
    background-position: 0px -192px;
}

.language-en {
    background-position: 0 -216px;
}

.language-da {
    background-position: 0px -168px;
}

.language-cs {
    background-position: 0px -144px;
}

.language-hr {
    background-position: 0px -420px;
}

.language-co {
    background-position: 0px -132px;
}

.language-ceb {
    background-position: 0px -108px;
}

.language-ca {
    background-position: 0px -96px;
}

.language-bg {
    background-position: 0 -448px;
}

.language-bs {
    background-position: 0 -84px;
}

.language-bn {
    background-position: 0 -72px;
}

.language-be {
    background-position: 0 -48px;
}

.language-is {
    background-position: 0px -492px;
}

.language-sm {
    background-position: 0px -972px;
}

.language-ro {
    background-position: 0px -888px;
}

.language-pa {
    background-position: 0px -840px;
}

.language-pt {
    background-position: 0px -876px;
}

.language-pl {
    background-position: 0px -852px;
}

.language-fa {
    background-position: 0px -264px;
}

.language-ps {
    background-position: 0px -264px;
}

.language-or {
    background-position: 0px -827px;
}

.language-no {
    background-position: 0px -780px;
}

.language-ne {
    background-position: 0px -792px;
}

.language-my {
    background-position: 0px -768px;
}

.language-mn {
    background-position: 0px -720px;
}

.language-mr {
    background-position: 0px -732px;
}

.language-mi {
    background-position: 0px -684px;
}

.language-mt {
    background-position: 0px -756px;
}

.language-ml {
    background-position: 0px -708px;
}

.language-ms {
    background-position: 0px -744px;
}

.language-mg {
    background-position: 0px -672px;
}

.language-mk {
    background-position: 0px -696px;
}

.language-lb {
    background-position: 0px -624px;
}

.language-lt {
    background-position: 0px -648px;
}

.language-lv {
    background-position: 0px -660px;
}

.language-la {
    background-position: 0px -613px;
}

.language-lo {
    background-position: 0px -636px;
}

.language-ky {
    background-position: 0px -600px;
}

.language-ku {
    background-position: 0px -120px;
}

.language-ko {
    background-position: 0px -588px;
}

.language-rw {
    background-position: 0px -912px;
}

.language-km {
    background-position: 0px -564px;
}

.language-kk {
    background-position: 0px -552px;
}

.language-kn {
    background-position: 0px -576px;
}

.language-jv {
    background-position: 0px -528px;
}

.language-ja {
    background-position: 0px -516px;
}

.language-it {
    background-position: 0px -504px;
}

.language-ga {
    background-position: 0px -312px;
}

.language-id {
    background-position: 0px -467px;
}

.language-ig {
    background-position: 0px -480px;
}

.language-hu {
    background-position: 0px -443px;
}

.language-hmn {
    background-position: 0px -408px;
}

.language-hi {
    background-position: 0px -397px;
}

.language-he {
    background-position: 0px -384px;
}

.language-haw {
    background-position: 0px -300px;
}

.language-ha {
    background-position: 0px -1079px;
}

.language-ht {
    background-position: 0px -432px;
}

.language-gu {
    background-position: 0px -348px;
}

.language-el {
    background-position: 0px -204px;
}

.language-de {
    background-position: 0px -180px;
}

.language-ka {
    background-position: 0px -540px;
}

.language-gl {
    background-position: 0px -336px;
}

.language-ru {
    background-position: 0px -900px;
}

.language-gd {
    background-position: 0px -324px;
}

.language-sr {
    background-position: 0px -1006px;
}

.language-st {
    background-position: 0px -1017px;
}

.language-sn {
    background-position: 0px -984px;
}

.language-sd {
    background-position: 0px -984px;
}

.language-si {
    background-position: 0px -1271px;
}

.language-sk {
    background-position: 0px -1223px;
}

.language-sl {
    background-position: 0px -960px;
}

.language-so {
    background-position: 0px -994px;
}

.language-es {
    background-position: 0px -227px;
}

.language-su {
    background-position: 0px -1031px;
}

.language-sw {
    background-position: 0px -1055px;
}

.language-sv {
    background-position: 0px -1043px;
}

.language-tl {
    background-position: 0px -1115px;
}

.language-tg {
    background-position: 0px -1091px;
}

.language-ta {
    background-position: 0px -1067px;
}

.language-tt {
    background-position: 0px -1151px;
}

.language-te {
    background-position: 0px -1079px;
}

.language-th {
    background-position: 0px -1103px;
}

.language-tr {
    background-position: 0px -1138px;
}

.language-tk {
    background-position: 0px -1115px;
}

.language-uk {
    background-position: 0px -1175px;
}

.language-ur {
    background-position: 0px -1187px;
}

.language-ug {
    background-position: 0px -1163px;
}

.language-uz {
    background-position: 0px -1175px;
}

.language-vi {
    background-position: 0px -1211px;
}

.language-cy {
    background-position: 0px -156px;
}

.language-xh {
    background-position: 0px -1223px;
}

.language-yi {
    background-position: 0px -1235px;
}

.language-yo {
    background-position: 0px -1247px;
}

.language-zu {
    background-position: 0px -1259px;
}

.language-zh {
    background-position: 0px -1282px;
}

.language-zh-TW {
    background-position: 0px -1282px;
}

.change-language-info .change-language-cont {
    display: none;
}

.change-language-info:hover .change-language-cont {
    display: flex;
}

.even-detaila {
    height: 150px;
}

.even-detail {
    font-weight: bold !important;
    height: 23px !important;
    font-size: 15px;
    line-height: .28rem !important;
}

.ueeshop_responsive_products_inquiry .list .info .desc {
    max-height: inherit !important;
} 

.catdesc a {
    color: #445779;
}

.catdesc a:hover {
    text-decoration: underline;
}

.sub-content .language-flag span {
    padding-left: 2px !important;
}

.change-empty {
    display: none;
}

.pro1-desc h2 {
    font-weight: bold !important;
    font-size: 24px !important;
}

#global_editor_contents p a{
    color: #87B657;
}