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

.ey_pc_header {
}

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

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

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

.ey_header .header .logo img {
    max-height: 23px;
}

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

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

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

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

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

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

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

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

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

.ey_header .nav.on {
    right: 0
}

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

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

.ey_header .nav .list.has_sec .title {
}

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

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

.ey_header .nav .sub {
    display: none
}

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

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

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

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

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

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

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

.ey_header .son_nav.on {
    right: 0
}

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

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

.ey_header .son_nav .third_nav {
    display: none
}

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

.ey_header .son_nav .third_nav .fouth_cate {
}

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

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

.ey_header .language.on {
    right: 0
}

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

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

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

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

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

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

.ey_header .resp_search_box.on {
    right: 0
}

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

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

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

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

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

.ey_header.header_blank {
    height: 50px
}

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

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

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

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

.ey-position.s1 {
    border: none
}

.ey-position.s1>.title {
    display: none
}

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

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

.ey_anlb .item {
    overflow: hidden;
    margin-bottom: 35px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 35px
}

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

.ey_anlb .item .img {
    width: 30%;
    float: left;
    text-align: center
}

.ey_anlb .item .img img {
    max-height: 300px
}

.ey_anlb .item .info {
    width: 70%;
    float: left;
    padding-left: 25px;
    box-sizing: border-box
}

.ey_anlb .item .info .name {
    margin-bottom: 10px
}

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

.ey_anlb .item .info .desc {
    text-align: left;
    overflow: hidden;
    padding-top: 10px;
    font-size: 14px;
    color: #888;
    line-height: 150%
}

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

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

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

.ey_anlinr>.img {
    width: 60%;
    margin: 10px auto
}

.ey_anlinr>.img li {
    text-align: center
}

.ey_anlinr>.img li img {
    margin: 0 auto;
    max-height: 400px
}

.ey_anlinr>.desc {
    padding: 20px 0;
    color: #555;
    line-height: 180%;
    font-size: 16px
}

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

.ey_prolieb .no_products {
    padding: 50px;
    text-align: center;
    font-size: 16px
}

.ey_prolieb .item {
    margin-bottom: 15px;
    box-sizing: border-box;
    float: left;
    width: 33.33%
}

.ey_prolieb .item .pro {
    width: 80%;
    margin: 0 auto;
    overflow: hidden
}

.ey_prolieb .item .img {
    overflow: hidden;
    text-align: center;
    width: 100%;
    position: relative;
    padding-top: 100%
}

.ey_prolieb .item .img a {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0
}

.ey_prolieb .item.nomar {
    margin-right: 0
}

.ey_prolieb .item .info {
    width: 90%;
    margin: 0 auto
}

.ey_prolieb .item .info .color_list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    min-height: 20px
}

.ey_prolieb .item .info .color_list .color_item {
    box-sizing: border-box;
    display: block;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    margin: 6px;
    position: relative
}

.ey_prolieb .item .info .color_list .color_item:after {
    display: none;
    content: '';
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 1px solid #000;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%)
}

.ey_prolieb .item .info .color_list .color_item:hover:after {
    display: block
}

.ey_prolieb .item .info .color_list .color_item.cur:after {
    display: block
}

.ey_prolieb .item .info .color_list .color_item img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%)
}

.ey_prolieb .item .info .name {
    height: 36px;
    overflow: hidden;
    line-height: 18px;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #000;
    text-align: center
}

.ey_prolieb .item .info .name a {
    display: block;
    font-size: 14px;
    text-decoration: none;
    color: #555
}

.ey_prolieb .item .info .price {
    line-height: 18px;
    font-size: 14px;
    margin-bottom: 10px;
    color: #555;
    text-align: center
}

.ey_prolieb .item .info .more {
    display: none
}

.ey_prolieb .item img {
    transition: all .3s
}

.ey_prolieb .item:hover img {
    transform: scale(1.05)
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ey_proxj .gallery .products_img {
    display: none
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#interval_price {
    padding: 10px 0
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ey_proxj .description {
    margin: 20px 0
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ey_conlb .item .link {
    display: none
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ey-smdy {
    margin: 30px 0;
    overflow: hidden
}

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

.ey-smdy>.contents>.share {
    padding: 10px 0
}

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

.ey-smdy strong,.ey-smdy b {
    font-weight: bold
}

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

.ey_smly .ey_lytitle {
    text-align: center;
    margin-bottom: 2%
}

.ey_smly .ey_lytitle .title {
    font-size: 24px;
    color: #333
}

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

.ey_smly .ey_lytitle .txt {
    font-size: 16px;
    color: #555
}

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

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

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

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

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

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

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

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

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

.ey_smly .rows .form_button {
    width: 160px;
    height: 40px;
    line-height: 40px;
    background: #222;
    color: #fff;
    font-size: 14px;
    border: none;
    text-transform: uppercase;
    cursor: pointer
}
.ey_smly .rows .form_button:hover{background: #8d0000;transition: all .3s}

.ey_smly .rows.textarea_rows {
    clear: both
}

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

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

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

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

#chat_window .chat_box a.chat_item {
    text-indent: 100px;
    overflow: hidden;
    white-space: nowrap
}

@media (min-width: 992px) {
    #chat_window .chat_box:hover .box {
        display:block
    }

    #chat_window .chat_box:hover .chat_box_menu .more {
        display: none
    }
}

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

    .ey_pc_header {
        display: none!important
    }

    #chat_window .chat_box .box {
        display: block;
        visibility: hidden;
        opacity: 0;
        overflow: hidden;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        background: #fff;
        width: 85%;
        max-height: 250px;
        height: 80%;
        z-index: 10001;
        box-shadow: 0 0 4px rgba(0,0,0,.5);
        border-radius: 10px
    }

    #chat_window .chat_box .box.show {
        visibility: visible;
        opacity: 1
    }

    #chat_window .chat_box .abs {
        display: block;
        position: unset;
        padding-right: 0
    }

    #chat_window .chat_box .box .box_area {
        position: absolute;
        left: 0;
        width: 100%;
        height: 90%;
        padding: 0 15px;
        box-sizing: border-box;
        overflow: hidden;
        overflow-y: scroll
    }

    #chat_window .chat_box .box .chat_close {
        display: block;
        position: absolute;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 30px;
        background: url(../images/icon_close.png) no-repeat center/22px
    }

    #chat_window .chat_box .chat_item {
        background: none;
        width: auto;
        height: auto;
        margin-bottom: 0
    }

    #chat_window .chat_box a.chat_item {
        position: relative;
        display: block;
        min-width: 80px;
        height: 30px;
        line-height: 30px;
        padding: 0px 17px;
        font-size: 14px;
        color: #333;
        white-space: nowrap;
        text-indent: 0
    }

    #chat_window .chat_box a.chat_wechat,#chat_window .chat_box a.chat_trademanager,#chat_window .chat_box .chat_trademanager.chat_item {
        display: none
    }

    #chat_window .chat_box .more_box {
        border: none;
        padding: 0
    }

    #chat_window .chat_box .more_box a,#chat_window .chat_box a.chat_item {
        padding: 0;
        padding-left: 25px;
        margin: 6px 0;
        background: no-repeat left center / 20px auto;
        border-radius: 0;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis
    }

    #chat_window .chat_box .more_box a:hover {
        background-color: #fff
    }

    #chat_window .chat_box .chat_qq .more_box a,#chat_window .chat_box a.chat_qq {
        background-image: url(../images/chat_qq.png)
    }

    #chat_window .chat_box .chat_skype .more_box a,#chat_window .chat_box a.chat_skype {
        background-image: url(../images/chat_skype.png)
    }

    #chat_window .chat_box .chat_email .more_box a,#chat_window .chat_box a.chat_email {
        background-image: url(../images/chat_email.png)
    }

    #chat_window .chat_box .chat_whatsapp .more_box a,#chat_window .chat_box a.chat_whatsapp {
        background-image: url(../images/chat_whatsapp.png)
    }

    #chat_window .chat_box .chat_wechat .more_box a {
        background-image: url(../images/chat_wechat.png);
        overflow: unset;
        background-position: left top 5px;
        height: auto;
        min-height: 30px
    }

    #chat_window .chat_box .more_box .relimg {
        display: none;
        position: unset;
        text-align: center;
        margin: 0.5rem auto 0px;
        width: auto;
        height: auto;
        max-width: 100px;
        padding-right: 0px
    }

    #chat_window .chat_box .more_box .relimg img {
        padding: 0px;
        max-height: unset
    }

    #chat_window .chat_box .more_box:before,#chat_window .chat_box .more_box:after {
        display: none
    }

    #chat_window .chat_box .chat_box_menu .default_show {
        display: none;
    }

    #chat_window .chat_box .more_box a:hover .relimg {
        display: none
    }

    .ey_header .header .func .btn {
        padding: 0
    }
}

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

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

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

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

    .ey_proxj .gallery .products_img {
        display: block
    }

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

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

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

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

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

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

    .ey_anlb {
        margin: 10px 0
    }

    .ey_anlb .item {
        margin-bottom: 20px;
        padding-bottom: 20px
    }

    .ey_anlb .item .img {
        width: 100%;
        float: none
    }

    .ey_anlb .item .info {
        width: 100%;
        float: none;
        padding-left: 0
    }

    .ey_anlb .item .info .name {
        padding-top: 8px
    }

    .ey_anlinr {
        margin: 10px 0
    }

    .ey_anlinr>.img {
        width: 100%
    }

    .ey_anlinr>.img li img {
        max-height: 200px
    }

    .ey_anlinr>.desc {
        min-height: 100px
    }

    .ey_prolieb {
        margin: 10px 0
    }

    .ey_prolieb .item {
        width: 50%;
        padding: 5px;
        margin-bottom: 10px
    }

    .ey_prolieb .item .pro {
        width: 100%
    }

    .ey_prolieb .item .info {
        width: 100%
    }

    .ey_prolieb .item .info .color_list .color_item {
        width: 9px;
        height: 9px;
        margin: 3px
    }

    .ey_prolieb .item .info .color_list .color_item:after {
        width: 13px;
        height: 13px
    }

    .ey_proxj .description {
        margin: 0
    }

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

    .ey_proxj .description .title {
        display: none
    }

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

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

    .ey_proxj .description .contents .editor_cnt #ey_procon {
        min-height: 200px
    }

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

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

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

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

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

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

    .ey_conlb {
        margin: 10px 0
    }

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

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

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

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

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

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

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

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

    .ey_smnrlb {
        margin: 10px 0
    }

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

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

    .ey-smdy {
        margin: 10px 0
    }

    .ey-smdy>.contents {
        min-height: 200px
    }

    .ey-smdy.s1>.contents {
        float: none;
        width: 100%
    }

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

    #ey_procon {
        overflow: hidden
    }

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

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

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

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

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

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

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

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

    .ey_anlb .item .info .desc {
        padding-top: 0
    }

    .win_alert {
        height: 290px;
        padding: 15px
    }

    .win_alert .win_btns {
        margin-top: 40px
    }

    .win_alert .win_top_tips {
        font-size: 50px
    }

    .win_alert .win_btns .btn {
        height: 40px
    }

    .inquiry_success .ins_content {
        padding: 0 10px
    }

    .inquiry_success .ins_title {
        margin-top: 45%;
        font-size: 52px
    }

    .inquiry_success .ins_txt {
        font-size: 16px
    }

    .inquiry_success .ins_btn {
        line-height: 2.5;
        font-size: 16px
    }

    .new_win_alert {
        width: 96%
    }
}

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

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

@media only screen and (max-width: 768px) {
    .ey_smly .rows.input_rows {
        width:100%;
        float: none
    }
}

@media only screen and (max-width: 768px) {
    .ey_smly .rows .fc_red {
        margin-right:0
    }
}
