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

.responsive_pc_header {}

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

.ueeshop_responsive_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;
}

.ueeshop_responsive_header .header .logo {
    float: left;
    width: 50%;
    padding: 10px 0;
    overflow: hidden;
    font-size: 0;
}

.ueeshop_responsive_header .header .logo img {
    max-height: 30px;
}

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

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

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

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

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

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

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

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

.ueeshop_responsive_header .header .func .cart_btn {
    width: 23px;
    height: 23px;
    background: url(../img/cart_icon.png) no-repeat center center / 100%;
    /*filter: invert(1);*/
}

.ueeshop_responsive_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(../img/header_bg.png) repeat-x top center #fff;
    margin-top: 50px;
}

.ueeshop_responsive_header .nav.on {
    right: 0;
}

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

.ueeshop_responsive_header .nav .list .title_out {
    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;
}

.ueeshop_responsive_header .nav .list .title_out .title_name {
    float: left;
    width: calc(100% - 20px);
}

.ueeshop_responsive_header .nav .list.has_sec .title {
    float: right;
    width: 20px;
    height: 100%;
    background: url(../img/icon_pic_next.png) no-repeat center / 40%;
}

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

.ueeshop_responsive_header .nav .sub {
    display: none;
}

.ueeshop_responsive_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;
}

.ueeshop_responsive_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(../img/header_bg.png) top center no-repeat #fff;
    margin-top: 51px;
    border-top: 1px solid #ddd;
}

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

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

.ueeshop_responsive_header .son_nav .item .son_nav_title_out .son_nav_title_name {
    float: left;
    width: calc(100% - 20px);
}

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

.ueeshop_responsive_header .son_nav .item a i {
    float: right;
    width: 20px;
    height: 60px;
    background: url(../img/icon_pic_next.png) no-repeat center / 40%;
}

.ueeshop_responsive_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);
}

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

.ueeshop_responsive_header .son_nav.on {
    right: 0;
}

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

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

.ueeshop_responsive_header .son_nav .third_nav {
    display: none;
}

.ueeshop_responsive_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;
}

.ueeshop_responsive_header .son_nav .third_nav .fouth_cate {}

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

.ueeshop_responsive_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;
}

.ueeshop_responsive_header .language.on {
    right: 0;
}

.ueeshop_responsive_header .language .close_btn {
    text-align: right;
}

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

.ueeshop_responsive_header .language .content {
    background: url(../img/header_bg.png) repeat-x center top;
}

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

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

.ueeshop_responsive_header .currency_sub {
    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;
}

.ueeshop_responsive_header .currency_sub.on {
    right: 0;
}

.ueeshop_responsive_header .currency_sub .close_btn {
    text-align: right;
}

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

.ueeshop_responsive_header .currency_sub .content {
    background: url(../img/header_bg.png) repeat-x center top;
}

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

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

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

.ueeshop_responsive_header .resp_search_box.on {
    right: 0;
}

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

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

.ueeshop_responsive_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;
}

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

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

.ueeshop_responsive_header.header_blank {
    height: 50px;
}

.ueeshop_responsive_position {
    position: relative;
    /* height:55px;*/
    border-bottom: 1px solid #ddd;
}

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

.ueeshop_responsive_position .position {
    /*position:absolute;right:0; top:0;*/
    float: left;
    width: 50%;
    text-align: right;
    height: 55px;
    line-height: 55px;
    color: #888;
    font-size: 16px;
    overflow: hidden;
}

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

.ueeshop_responsive_position.s1 {
    border: none;
}

.ueeshop_responsive_position.s1>.title {
    display: none;
}

.ueeshop_responsive_position.s1>.position {
    text-align: left;
}

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

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

.ueeshop_responsive_turn_page span:hover {
    background: #e9edeb;
}

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

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

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

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

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

.ueeshop_responsive_turn_page.s1>span {
    background: none;
}

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

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

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

.ueeshop_responsive_case_list .item:last-child {
    margin: 0;
}

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

.ueeshop_responsive_case_list .item .img img {
    max-height: 300px;
}

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

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

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

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

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

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

.ueeshop_responsive_case_detail>.share {
    text-align: center;
}

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

.ueeshop_responsive_case_detail>.img li {
    text-align: center;
}

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

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

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

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

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

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

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

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

.ueeshop_responsive_products_list .item .img a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 1);
    z-index: 1;
    transition: .5s;
    background-size: 30%;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100px%22%20height%3D%22100px%22%20viewBox%3D%220%200%20100%20100%22%20preserveAspectRatio%3D%22xMidYMid%22%3E%3Cpath%20fill%3D%22none%22%20d%3D%22M24.3%2C30C11.4%2C30%2C5%2C43.3%2C5%2C50s6.4%2C20%2C19.3%2C20c19.3%2C0%2C32.1-40%2C51.4-40%20C88.6%2C30%2C95%2C43.3%2C95%2C50s-6.4%2C20-19.3%2C20C56.4%2C70%2C43.6%2C30%2C24.3%2C30z%22%20stroke%3D%22%23999%22%20stroke-width%3D%222%22%20stroke-dasharray%3D%22205.271142578125%2051.317785644531256%22%3E%3Canimate%20attributeName%3D%22stroke-dashoffset%22%20calcMode%3D%22linear%22%20values%3D%220%3B256.58892822265625%22%20keyTimes%3D%220%3B1%22%20dur%3D%221%22%20begin%3D%220s%22%20repeatCount%3D%22indefinite%22%2F%3E%3C%2Fpath%3E%3C%2Fsvg%3E")
}

.ueeshop_responsive_products_list .item .img.finish a:before {
    background: rgba(0, 0, 0, 0);
}

.ueeshop_responsive_products_list .item .img_list {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 0;
    padding: 0;
    text-align: center;
    background: #fff;
    transition: all .5s;
    opacity: 0;
    z-index: 0;
}

.ueeshop_responsive_products_list .item:hover .img_list {
    height: auto;
    padding: 5px 0;
    opacity: 1;
    z-index: 3;
}

.ueeshop_responsive_products_list .item .img_list .img_list_item {
    display: inline-block;
    vertical-align: middle;
    margin: 3px;
    border: 1px solid #ddd;
    padding: 1px;
    cursor: pointer;
}

.ueeshop_responsive_products_list .item .img_list .img_list_item:hover,
.ueeshop_responsive_products_list .item .img_list .img_list_item.on {
    background-color: #333;
    border-color: #333;
}

.ueeshop_responsive_products_list .item .img_list .img_list_item span {
    display: block;
    width: 40px;
    height: 40px;
    overflow: hidden;
}

.ueeshop_responsive_products_list .item .img_list .img_list_item span:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

.ueeshop_responsive_products_list .item .img_list .img_list_item span img {
    display: inline-block;
    vertical-align: middle;
}

.ueeshop_responsive_products_list .item.nomar {
    margin-right: 0;
}

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

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

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

.ueeshop_responsive_products_list .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%);
}

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

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

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

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

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

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

.ueeshop_responsive_products_list .item .info .more {
    display: none;
}

.ueeshop_responsive_products_list .item img {
    transition: all .3s;
}

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

.ueeshop_responsive_products_attr {}

.ueeshop_responsive_products_attr .products_attr_box {}

.ueeshop_responsive_products_attr .products_attr_box .products_attr_list {
    margin-bottom: 20px;
}

.ueeshop_responsive_products_attr .products_attr_box .attr_tit {
    display: flex;
    align-items: center;
    font-size: 20px;
    line-height: 30px;
    min-height: 40px;
    padding-right: 20px;
    cursor: pointer;
    position: relative;
}

.ueeshop_responsive_products_attr .products_attr_box .attr_tit:after {
    content: '';
    width: 7px;
    height: 12px;
    background: url(/static/images/ico/normal.png) no-repeat;
    background-position: -408px -24px;
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
}

.ueeshop_responsive_products_attr .products_attr_box .products_attr_list.show .attr_tit:after {
    transform: translateY(-50%) rotate(90deg);
}

.ueeshop_responsive_products_attr .products_attr_box .attr_item {
    display: none;
    box-sizing: border-box;
    border: 1px solid transparent;
    padding: 5px;
    margin-bottom: 5px;
}

.ueeshop_responsive_products_attr .products_attr_box .products_attr_list.show .attr_item {
    display: flex;
}

.ueeshop_responsive_products_attr .products_attr_box .attr_item.cur {
    border-color: #ddd;
}

.ueeshop_responsive_products_attr .products_attr_box .attr_item .img {
    min-width: 30px;
    width: 30px;
    height: 30px;
    margin-right: 10px;
}

.ueeshop_responsive_products_attr .products_attr_box .attr_item .attr_name {
    line-height: 30px;
}

.ueeshop_responsive_products_detail {
    margin: 30px 0;
    /*overflow:hidden;*/
    position: relative;
}

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

.ueeshop_responsive_products_detail .left_small_img .bx-controls-direction {
    display: block;
}

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

.ueeshop_responsive_products_detail .gallery .bigimg {
    padding-left: 110px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.wholesale {
    margin: 10px 0;
    border-top: 1px solid #e6e7eb;
    border-bottom: 1px solid #e6e7eb;
    /*padding:18px 10px;*/
}

.wholesale .wholesale_out {
    padding-right: 2px;
}

.wholesale .slide {
    display: inline-block;
    vertical-align: top;
    width: 23.8%;
    padding: 18px 0;
    text-indent: 10px;
}

.wholesale .slide.current {
    background: #ffeee6;
}

.wholesale .slide span {
    font-size: 13px;
    color: #666666;
    display: block;
}

.wholesale .slide span.slide_price {
    font-size: 18px;
    color: #333333;
    margin-top: 7px;
}

.wholesale .slide.current span.slide_price {
    color: #ff6e26;
}

.wholesale .wholesale_out .bx-wrapper .bx-pager {
    display: none;
}

.wholesale .wholesale_out .bx-controls-direction a {
    margin-top: 0;
    top: unset;
    left: unset;
    right: 10px;
    width: 8px;
    height: 14px;
    display: block;
    z-index: 99;
}

.wholesale .wholesale_out .bx-controls-direction .bx-prev {
    background: url(../img/goods_wholesale_left.png) no-repeat center center/8px 14px;
    top: 10px;
}

.wholesale .wholesale_out .bx-controls-direction .bx-next {
    background: url(../img/goods_wholesale_right.png) no-repeat center center/8px 14px;
    bottom: 10px;
}

.ueeshop_responsive_products_detail .gallery .products_img {
    display: none;
}

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

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

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

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

.ueeshop_responsive_products_detail .info .number span {
    font-weight: bold;
}

.ueeshop_responsive_products_detail .info .share {
    margin: 10px 0;
}

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

.ueeshop_responsive_products_detail .info .attribute {
    margin: 10px 0;
}

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

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

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

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

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

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

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

#interval_price,
.ueeshop_responsive_products_detail .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;
}

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

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

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

.ueeshop_responsive_products_detail .info .price_range .min_order span {
    color: #999;
}

.ueeshop_responsive_products_detail .info .button {
    margin: 20px 0;
}

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

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

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

.ueeshop_responsive_products_detail .info .button iframe {
    display: none;
}

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

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

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

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

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

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

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

.ueeshop_responsive_products_detail .info .button .feedback_btn {
    background: #fff !important;
    border: 1px solid #C2C2C2;
    color: #333;
}

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

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

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

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

.ueeshop_responsive_products_detail .info .down_list {
    margin-top: 10px;
}

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

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

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

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

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

.ueeshop_responsive_products_detail .info .platform {
    margin: 10px 0;
}

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

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

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

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

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

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

.ueeshop_responsive_products_detail .description {
    margin: 20px 0;
}

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

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

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

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

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

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

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


.ueeshop_responsive_products_faq {
    font-family: "Opensans-Regular";
    margin-bottom: 40px;
}

.ueeshop_responsive_products_faq .faq_list {
    margin-top: 39px;
}

.ueeshop_responsive_products_faq .faq_list .faq_item {
    margin-top: 32px;
}

.ueeshop_responsive_products_faq .faq_list .faq_item:first-child {
    margin-top: 0;
}

.ueeshop_responsive_products_faq .faq_list .faq_item .faq {
    display: flex;
    margin-top: 18px;
}

.ueeshop_responsive_products_faq .faq_list .faq_item .faq:first-child {
    margin-top: 0;
}

.ueeshop_responsive_products_faq .faq_list .faq_item .faq .icon {
    box-sizing: border-box;
    width: 46px;
    min-width: 46px;
    height: 46px;
    font-size: 22px;
    line-height: 40px;
    border-radius: 3px;
    display: flex;
    justify-content: center;
}

.ueeshop_responsive_products_faq .faq_list .faq_item .faq.faq_q .icon {
    background-color: #1686cc;
    color: #fff;
}

.ueeshop_responsive_products_faq .faq_list .faq_item .faq.faq_a .icon {
    background-color: #f2f2f2;
    color: #666;
    line-height: 44px;
}

.ueeshop_responsive_products_faq .faq_list .faq_item .faq .question {
    font-size: 20px;
    line-height: 34px;
    color: #1686cc;
    margin-top: 6px;
    margin-left: 22px;
}

.ueeshop_responsive_products_faq .faq_list .faq_item .faq .answer {
    font-size: 16px;
    line-height: 28px;
    color: #333;
    margin-top: 7px;
    margin-left: 24px;
}

.ueeshop_responsive_products_faq .faq_list .faq_link {
    font-family: "Opensans-Regular";
    font-size: 14px;
    line-height: 36px;
    color: #1686cc;
    text-decoration: none;
    padding-right: 16px;
    position: relative;
    display: inline-block;
    margin-top: 20px;
}

.ueeshop_responsive_products_faq .faq_list .faq_link.hide {
    display: none;
}

.ueeshop_responsive_products_faq .faq_list .faq_link:after {
    content: '';
    width: 10px;
    height: 6px;
    background: url(/static/images/ico/icon_attr_arrow.png) no-repeat center;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.ueeshop_responsive_products_faq .faq_list .faq_link.faq_less:after {
    transform: rotate(180deg) translateY(50%);
    right: 0;
}

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

.ueeshop_responsive_products_detail_review .review_form form {
    margin-top: 13px;
    border-top: 1px solid #ddd;
    padding: 25px 0 0;
}

.ueeshop_responsive_products_detail_review .review_form .review_title {
    font-size: 24px;
    font-weight: bold;
    text-align: left;
    line-height: 32px;
    margin-bottom: 0
}

.ueeshop_responsive_products_detail_review .review_form .rows {
    padding: 10px 0;
}

.ueeshop_responsive_products_detail_review .review_form .rows label {
    font-size: 16px;
    display: block;
    padding-bottom: 8px;
}

.ueeshop_responsive_products_detail_review .review_form .rows label span {
    color: red;
    font-size: 14px;
}

.ueeshop_responsive_products_detail_review .review_form .rows label em {
    color: #999999;
    font-size: 14px;
}

.ueeshop_responsive_products_detail_review .review_form .rows .input {
    width: 360px;
    max-width: 70%;
    border-radius: 5px;
    height: 44px;
    line-height: 44px;
    font-size: 16px;
    color: #888;
    text-indent: 5px;
}

.ueeshop_responsive_products_detail_review .review_form .rows textarea {
    width: 500px;
    max-width: 80%;
    height: 150px;
    border-radius: 5px;
    padding: 5px;
    font-size: 16px;
    color: #888;
}

.ueeshop_responsive_products_detail_review .review_form .rows .vcode .input {
    width: 120px;
    max-width: 80%;
}

.ueeshop_responsive_products_detail_review .review_form .rows .vcode img {
    margin-top: 6px;
}

.ueeshop_responsive_products_detail_review .review_form .rows .ranting_chose {
    width: 100%;
}

.ueeshop_responsive_products_detail_review .review_form .rows .ranting_chose .review_star span {
    display: inline-block;
    width: 20px;
    height: 18px;
    margin-right: 3px;
    background-image: url('../img/icon_star.png');
    background-repeat: no-repeat;
    cursor: pointer;
}

.ueeshop_responsive_products_detail_review .review_form .rows .ranting_chose .review_star span.star_0 {
    background-position: -30px -46px;
}

.ueeshop_responsive_products_detail_review .review_form .rows .ranting_chose .review_star span.star_1 {
    background-position: 0px -46px;
}

.ueeshop_responsive_products_detail_review .review_form .rows .inbox_popup_input {
    overflow: hidden;
}

.ueeshop_responsive_products_detail_review .review_form .rows .upload_box {
    display: none;
    float: left;
    width: 86px;
    height: 86px;
    position: relative;
    box-sizing: border-box;
    border: 2px dashed #c4cdd5;
    border-radius: 5px;
    margin: 15px 20px 0 0;
}

.ueeshop_responsive_products_detail_review .review_form .rows .upload_box label {
    margin: 0;
}

.ueeshop_responsive_products_detail_review .review_form .rows .upload_box:first-child {
    display: block;
}

.ueeshop_responsive_products_detail_review .review_form .rows .upload_box.on {}

.ueeshop_responsive_products_detail_review .review_form .rows .upload_box.on:after,
.ueeshop_responsive_products_detail_review .review_form .rows .upload_box.on:before {
    background: none;
}

.ueeshop_responsive_products_detail_review .review_form .rows .upload_box.on .num_tips {
    font-size: 0;
}

.ueeshop_responsive_products_detail_review .review_form .rows .upload_box:after {
    position: absolute;
    content: '';
    width: 26px;
    height: 4px;
    background: #c4cdd5;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 40%;
}

.ueeshop_responsive_products_detail_review .review_form .rows .upload_box:before {
    position: absolute;
    content: '';
    height: 26px;
    width: 4px;
    background: #c4cdd5;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 40%;
}

.ueeshop_responsive_products_detail_review .review_form .rows .upload_box .num_tips {
    position: absolute;
    left: 0;
    top: 65%;
    width: 100%;
    text-align: center;
    color: #dddddd;
}

.ueeshop_responsive_products_detail_review .review_form .rows .upload_box .pic_box {
    position: relative;
    width: 82px;
    height: 82px;
    vertical-align: middle;
    font-size: 0;
    text-align: center;
    cursor: pointer;
    z-index: 1;
}

.ueeshop_responsive_products_detail_review .review_form .rows .upload_box .pic_box>img+span {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.ueeshop_responsive_products_detail_review .review_form .rows .upload_box .close {
    position: absolute;
    top: -7px;
    right: -7px;
    display: none;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    color: white;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    cursor: pointer;
    z-index: 2;
}

.ueeshop_responsive_products_detail_review .review_form .rows .upload_file {
    width: 82px;
    height: 82px;
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0;
    right: 0;
    padding: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    cursor: pointer;
    font-size: 70px;
    z-index: 1;
}

.ueeshop_responsive_products_detail_review .review_form .rows .upload_tips {
    color: #999999;
}


.ueeshop_responsive_products_detail_review .review_form .form_button {
    width: 160px;
    height: 50px;
    background: #222;
    border-radius: 5px;
    color: #fff;
    font-size: 16px;
    border: none;
}

.ueeshop_responsive_products_detail_review .review_list {
    padding: 0 0 30px 0;
}

.ueeshop_responsive_products_detail_review .review_list .item {
    border-bottom: 1px solid #ddd;
    padding: 15px 0;
}

.ueeshop_responsive_products_detail_review .review_list .item:last-child {
    border: none;
}

.ueeshop_responsive_products_detail_review .review_list .item .name {
    font-size: 20px;
    color: #333;
    height: 34px;
    line-height: 34px;
    background: url(../img/products_review_face.png) left center no-repeat;
    text-indent: 40px;
}

.ueeshop_responsive_products_detail_review .review_list .item .time {
    height: 40px;
    line-height: 40px;
    color: #555;
}

.ueeshop_responsive_products_detail_review .review_list .item .rating {
    height: 15px;
    line-height: 15px;
}

.ueeshop_responsive_products_detail_review .review_list .item .rating .star {
    display: inline-block;
    vertical-align: middle;
    width: 15px;
    height: 15px;
    background: url('../img/icon_star.png') no-repeat;
    background-position: 0px -72px;
    margin-right: 3px;
}

.ueeshop_responsive_products_detail_review .review_list .item .contents {
    color: #555;
    line-height: 180%;
}

.ueeshop_responsive_products_detail_review .review_list .item .pic_list {
    margin-top: 5px;
    height: 85px;
}

.ueeshop_responsive_products_detail_review .review_list .item .pic_list .pic_box {
    display: inline-block;
    width: 85px;
    height: 0px;
    margin-right: 10px;
    border: 1px solid #ddd;
    vertical-align: middle;
    position: relative;
    padding-top: 85px;
}

.ueeshop_responsive_products_detail_review .review_list .item .pic_list .pic_box img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.ueeshop_responsive_products_detail_review .review_list .contents {
    display: block;
    min-height: unset;
}

.ueeshop_responsive_products_inquiry {
    margin: 30px auto;
    overflow: hidden;
    max-width: 1200px;
    width: 100%;
}

.ueeshop_responsive_products_inquiry .empty {
    padding: 50px;
    font-size: 16px;
    text-align: center;
    color: #555;
}

.ueeshop_responsive_products_inquiry .list {
    float: right;
    width: 50%;
    overflow: hidden;
    box-sizing: border-box;
    padding-left: 30px;
}

.ueeshop_responsive_products_inquiry .list li {
    position: relative;
    margin-bottom: 20px;
    display: flex;
}

.ueeshop_responsive_products_inquiry .list li:last-child {
    margin-top: 30px;
    border-top: 1px solid #ddd;
    justify-content: flex-end;
    font-size: 20px;
    line-height: 20px;
    color: #000;
    padding-top: 30px;
}

.ueeshop_responsive_products_inquiry .list li .img {
    box-sizing: border-box;
    width: 110px;
    height: 110px;
    border: 1px solid #ddd;
    overflow: hidden;
    border-radius: 3px;
}

.ueeshop_responsive_products_inquiry .list li .img a {
    box-sizing: border-box;
    display: block;
    width: 110px;
    height: 110px;
    text-align: center;
    vertical-align: middle;
}

.ueeshop_responsive_products_inquiry .list li .info {
    box-sizing: border-box;
    width: calc(100% - 110px);
    padding-left: 10px;
    display: flex;
    justify-content: space-between;
}

.ueeshop_responsive_products_inquiry .list .info .info_l {
    width: 300px;
}

.ueeshop_responsive_products_inquiry .list .info .name {
    line-height: 18px;
    overflow: hidden;
    font-size: 16px;
    color: #000;
    max-height: 54px;
}

.ueeshop_responsive_products_inquiry .list .info .name a {
    color: #000;
}

.ueeshop_responsive_products_inquiry .list .info .desc {
    font-size: 12px;
    line-height: 180%;
    overflow: hidden;
    color: #888;
    max-height: 42px;
    margin-top: 7px;
}

.ueeshop_responsive_products_inquiry .list .info .info_r {
    max-width: calc(100% - 300px);
    text-align: right;
}

.ueeshop_responsive_products_inquiry .list .info .price {
    font-size: 16px;
    height: 16px;
    line-height: 16px;
    color: #000;
}

.ueeshop_responsive_products_inquiry .list .info .qty {
    margin-top: 5px;
    font-size: 15px;
}

.ueeshop_responsive_products_inquiry .list .info .remove {
    height: 12px;
    line-height: 12px;
    overflow: hidden;
    margin-top: 10px;
}

.ueeshop_responsive_products_inquiry .list .info .remove a {
    font-family: 'Arial';
    font-size: 12px;
    line-height: 12px;
    display: flex;
    align-items: center;
}

.ueeshop_responsive_products_inquiry .list .info .remove i {
    display: block;
    width: 8px;
    height: 12px;
    overflow: hidden;
    background: url(../img/icon_inq_remove.png) no-repeat center;
    margin-right: 4px;
}

.ueeshop_responsive_products_inquiry .list .info .property p {
    font-size: 14px;
}

.ueeshop_responsive_products_inquiry form {
    float: left;
    width: 50%;
    overflow: hidden;
    padding-right: 25px;
    box-sizing: border-box;
    padding-right: 30px;
}

/*.ueeshop_responsive_products_inquiry form .rows{padding:10px 0;}*/
/*.ueeshop_responsive_products_inquiry form .rows:first-child{padding-top:0;}*/
.ueeshop_responsive_products_inquiry form .rows.input_rows {
    float: left;
    width: 100%;
    position: relative;
    margin-bottom: 15px;
}

.ueeshop_responsive_products_inquiry form .rows.input_rows_name {
    width: 48.334%;
    margin-left: 3.3%;
}

.ueeshop_responsive_products_inquiry form .rows.input_rows_name:nth-child(even) {
    margin-left: 0;
}

/*.ueeshop_responsive_products_inquiry form .rows.subject_rows{margin-bottom: -1px; margin-top: 35px; z-index: 1;}*/
.ueeshop_responsive_products_inquiry form .rows.textarea_rows {
    width: 100%;
    clear: both;
    font-size: 0;
    margin-bottom: 15px;
    position: relative;
}

.ueeshop_responsive_products_inquiry form .rows label {
    max-width: 80%;
    height: 18px;
    line-height: 18px;
    padding: 0 5px;
    font-size: 12px;
    font-weight: 400;
    color: #737373;
    background-color: #fff;
    position: absolute;
    top: -9px;
    left: 11px;
    z-index: 10;
    pointer-events: none;
    opacity: 0;
    filter: alpha(opacity=0);
    transform: translateY(3px);
    -webkit-transform: translateY(3px);
    transition-property: opacity, -webkit-transform;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform;
    transition-duration: 150ms;
    -webkit-transition-duration: 150ms;
    overflow: hidden;
}

.ueeshop_responsive_products_inquiry form .rows.filled label {
    opacity: 1;
    filter: alpha(opacity=100);
    transform: translateY(0);
    -webkit-transform: translateY(0);
}

.ueeshop_responsive_products_inquiry form .rows label span {
    color: red;
    font-size: 12px;
}

.ueeshop_responsive_products_inquiry form .rows .input {
    box-sizing: border-box;
    width: 100%;
    border-radius: 5px;
    height: 40px;
    line-height: 20px;
    font-size: 16px;
    color: #656565;
    padding: 0 10px;
    border-color: #ddd;
}

.ueeshop_responsive_products_inquiry form .rows.filled .input {
    border-color: #0eb085;
}

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

.ueeshop_responsive_products_inquiry form .rows.filled select {
    border-color: #0eb085;
}

.ueeshop_responsive_products_inquiry form .rows textarea {
    box-sizing: border-box;
    width: 100%;
    height: 260px;
    border-radius: 5px;
    padding: 10px;
    font-size: 16px;
    color: #656565;
}

.ueeshop_responsive_products_inquiry form .rows.filled textarea {
    border-color: #0eb085;
}

.ueeshop_responsive_products_inquiry form .rows.vcode_rows {
    width: 100%;
    font-size: 0;
}

.ueeshop_responsive_products_inquiry form .rows .vcode {
    display: block;
    position: relative;
}

.ueeshop_responsive_products_inquiry form .rows .vcode .input {
    width: 100%;
}

.ueeshop_responsive_products_inquiry form .rows .vcode .vcode_img {
    box-sizing: border-box;
    width: 140px;
    text-align: center;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

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

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

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

body .ueeshop_responsive_products_inquiry form .form_button {
    width: 100%;
    height: 46px;
    background: #f24330;
    border-radius: 5px;
    color: #fff;
    font-size: 16px;
    border: none;
    font-weight: bold;
    cursor: pointer;
}

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

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

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

.ueeshop_responsive_products_inquiry_box form .rows {
    padding: 10px 0;
}

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

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

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

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

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

.ueeshop_responsive_products_inquiry_box form .rows select {
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url('../img/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;
}

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

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

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

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

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

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

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

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

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

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

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

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

.ueeshop_responsive_info_list .item:last-child {
    margin: 0;
}

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

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

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

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

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

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

.ueeshop_responsive_info_list .item .info .time h2 {
    display: none;
}

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

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

.ueeshop_responsive_info_list .item .link {
    display: none;
}

.ueeshop_responsive_info_list .item.no_img .img {
    display: none;
}

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

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

.ueeshop_responsive_info_list.s1 .item .img {
    display: none;
}

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

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

.ueeshop_responsive_info_list.s1 .item .info .time h1 {
    display: none;
}

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

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

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

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

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

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

.ueeshop_responsive_info_detail>.share {
    text-align: center;
}

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

.ueeshop_responsive_info_detail .ext_mes {
    margin: 0 0 10px;
}

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

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

.ueeshop_responsive_article_detail>.contents>.share {
    padding: 10px 0;
}

/*.ueeshop_responsive_article_detail.s1>.contents{float:left; width:50%;}*/
.ueeshop_responsive_article_detail.content-100>.contents {
    float: none;
    width: 100%;
}

.ueeshop_responsive_article_detail strong,
.ueeshop_responsive_article_detail b {
    font-weight: bold;
}

/*.ueeshop_responsive_article_detail.s1>.ueeshop_responsive_article_feedback{float:left; width:50%; margin:0; padding-left:25px; padding-top:0; box-sizing:border-box; border:none;}*/

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

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

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

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

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

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

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

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

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

.ueeshop_responsive_article_feedback .rows .chzn-container {
    width: 100%;
}

.ueeshop_responsive_article_feedback .rows .chzn-container-single .chzn-drop {
    width: 100%;
}

.ueeshop_responsive_article_feedback .rows .chzn-container-single .chzn-single span {
    text-align: left;
}

.ueeshop_responsive_article_feedback .rows .chzn-container .chzn-results .group-option {
    text-align: left;
}

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

.ueeshop_responsive_article_feedback .rows.input_rows .fc_red {
    bottom: 18px;
}

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

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

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

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

.ueeshop_responsive_article_feedback .rows.textarea_rows {
    clear: both;
}

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

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

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

.ueeshop_responsive_feedback form {
    padding: 0 30px;
}

.ueeshop_responsive_feedback .rows {
    padding: 10px 0;
}

.ueeshop_responsive_feedback .rows label {
    font-size: 16px;
    display: block;
    padding-bottom: 8px;
}

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

.ueeshop_responsive_feedback .rows .input {
    width: 360px;
    max-width: 70%;
    border-radius: 5px;
    padding: 0 5px;
    height: 44px;
    line-height: 44px;
    font-size: 16px;
    color: #888;
}

.ueeshop_responsive_feedback .rows textarea {
    width: 500px;
    max-width: 80%;
    height: 150px;
    border-radius: 5px;
    padding: 5px;
    font-size: 16px;
    color: #888;
}

.ueeshop_responsive_feedback .rows .notnull_tips {
    font-size: 14px;
    color: red;
    margin-left: 5px;
}

.ueeshop_responsive_feedback .rows.textarea_rows .notnull_tips {
    vertical-align: top;
}

.ueeshop_responsive_feedback .rows .vcode .input {
    width: 120px;
    max-width: 80%;
}

.ueeshop_responsive_feedback .rows .vcode img {
    margin-top: 6px;
}

.ueeshop_responsive_feedback .rows .chzn-container {
    width: 372px;
}

.ueeshop_responsive_feedback .rows .chzn-container-single .chzn-drop {
    width: 372px;
}

.ueeshop_responsive_feedback .form_button {
    width: 160px;
    height: 50px;
    background: #222;
    border-radius: 5px;
    color: #fff;
    font-size: 16px;
    border: none;
}

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

.ueeshop_responsive_download_list ul li {
    min-height: 48px;
    line-height: 48px;
    border-bottom: 1px solid #ddd;
}

.ueeshop_responsive_download_list ul li .name {
    float: left;
    max-width: calc(100% - 50px);
}

/*.ueeshop_responsive_download_list ul li a{display:inline-block; padding:0 13px 0 28px; border-radius:5px; line-height:30px; color:#fff; background:#555; text-decoration:none; position:relative; margin-top:13px;}*/
.ueeshop_responsive_download_list ul li a {
    display: inline-block;
    color: #fff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin-right: 10px;
    overflow: hidden;
    background: #555 url(../img/down.png) no-repeat center/15px;
    margin-top: 13px;
    text-align: center;
    border-radius: 5px;
}

/*.ueeshop_responsive_download_list ul li a em{width:16px; height:13px; background:url(../img/down.png) no-repeat center/contain;display: inline-block;}*/

.ueeshop_responsive_download_list ul li a.s1 {
    background-color: #fff;
}

.ueeshop_responsive_download_list ul li a.s1 em {
    display: none;
}

.ueeshop_responsive_download_list ul li .img {
    text-align: center;
    height: 48px;
    font-size: 0;
    padding-right: 5px;
    float: left;
}

.ueeshop_responsive_download_list ul li .img img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
}

.ueeshop_responsive_download_list ul li .img span {
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    padding: 0;
}

.editor_txt {
    overflow: hidden;
    line-height: 1.6;
}

.editor_txt * {
    font-family: inherit;
}

/*兼容子级span的字体被顶级字体所覆盖*/
.editor_txt h1,
.editor_txt h2,
.editor_txt h3,
.editor_txt h4,
.editor_txt h5,
.editor_txt h6 {
    font-weight: normal;
    line-height: 1.2;
}

.editor_txt b,
.editor_txt strong {
    font-weight: bold;
    line-height: 1.2;
}

.editor_txt li {
    list-style-type: inherit;
}

.editor_txt i,
.editor_txt cite,
.editor_txt em {
    font-style: italic;
}

.editor_txt span,
.editor_txt strong {
    color: inherit;
    font-size: inherit;
    font-family: inherit;
}

.editor_txt table {
    border-collapse: collapse;
    display: table;
}

.editor_txt td p {
    margin: 0;
    padding: 0;
}

.editor_txt u {
    text-decoration: underline;
}

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

@media only screen and (max-width: 1340px) {

    .ueeshop_responsive_products_detail .info .button>a,
    .ueeshop_responsive_products_detail .info .button>button#addtocart_button,
    .ueeshop_responsive_products_detail .info .button>a#login_addtocart_button {
        font-size: 15px;
    }
}

/*
.win_alert{width: 90%;max-width: 400px;max-height: 155px;left: 0!important;top: 0!important;right: 0;bottom: 0;margin:auto;}
.win_alert .win_btns{height: auto;line-height: 1;}
*/

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

@media only screen and (max-width: 1280px) {
    .ueeshop_responsive_products_inquiry .list li .info {
        flex-wrap: wrap;
    }

    .ueeshop_responsive_products_inquiry .list .info .info_l {
        width: 100%;
    }

    .ueeshop_responsive_products_inquiry .list .info .info_r {
        max-width: 100%;
        text-align: left;
        margin-top: 5px;
    }

    .ueeshop_responsive_products_inquiry .list .info .remove {
        margin-top: 5px;
    }
}

@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) {
    .ueeshop_responsive_header {
        display: block;
    }

    .responsive_pc_header {
        display: none !important;
    }

    #global_win_alert.responsive_win_alert {
        padding-top: 5%;
        height: 200px;
    }

    #global_win_alert.responsive_win_alert #alert_top {
        margin-top: 0;
    }

    #global_win_alert.responsive_win_alert #alert_continue,
    #global_win_alert.responsive_win_alert #alert_inquery {
        float: none;
        margin: 10px 0;
        display: block;
        max-width: 100%;
    }

    #global_win_alert.responsive_win_alert #alert_bottom {
        margin-top: 6%;
    }

    #chat_window {}

    #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;
        /*box-sizing: border-box;overflow-y: scroll;padding: 5px 15px;*/
    }

    #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(../img/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_wechat.chat_item,*/
    #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(../img/chat_qq.png);
    }

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

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

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

    #chat_window .chat_box .chat_wechat .more_box a {
        background-image: url(../img/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 .more_box a:hover .relimg {
        display: none;
    }


    /*会员中心*/
    #lib_user {
        padding: 0;
    }

    /*忘记密码*/
    /*会员中心首页*/
    #lib_user {
        background: #f5f5f5;
    }

    #lib_user_menu {
        width: 100%;
    }

    /*#responsive_lib_user_menu{display: block;margin-top: 6.875rem;}
	#responsive_lib_user_menu .responsive_menu_wrapper{background: #fff;padding:0 0.9375rem;}
	#responsive_lib_user_menu .responsive_menu_wrapper .responsive_menu_item{display: block; position: relative;height: 2.8125rem;line-height: 2.8125rem;padding-left: 2.5rem;border-bottom:1px solid #dddde2;font-size: 1rem;color:#333;}
	#responsive_lib_user_menu .responsive_menu_wrapper .responsive_menu_item .menu_ico{position: absolute;top:50%;left:0.3125rem; transform: translateY(-50%);width: 1.375rem;}
	#responsive_lib_user_menu .responsive_menu_wrapper .responsive_menu_item .menu_down{position: absolute;top:50%;right:0;transform: translateY(-50%);}
	#responsive_lib_user_menu .responsive_menu_wrapper .responsive_menu_item:last-child{border-bottom:0;}
	#responsive_lib_user_menu .responsive_menu_wrapper .responsive_menu_item a{color:#333;}
	#responsive_lib_user_menu .user_logoutBtn{display: block;margin:2.5rem 0.9375rem 0;height: 2.5rem;line-height: 2.5rem;background: #eaeaea; text-align: center;font-size: 1.0rem;color:#999999;}*/
    #lib_user_main {
        width: 100%;
    }

    /*#lib_user_main .lib_user_box{display: none;}
	#lib_user_main .responsive_lib_user_box{display: block;padding:1.25rem 1.0rem;}
	#lib_user_main .responsive_lib_user_box .user_personal_head{display: inline-block; width: 4.375rem;margin-right: 0.625rem; vertical-align: middle;}
	#lib_user_main .responsive_lib_user_box .user_personal_email{display: inline-block;vertical-align: middle;font-size: 1.25rem;color:#000;font-weight: bold;}*/
    .user_main {
        width: 100%;
        min-width: unset;
        margin-top: 0
    }

    .hide_menu {
        display: none !important;
    }

    /*.lib_abs{position: absolute;top: 50px;}*/
    /*会员中心下载*/
    #lib_user_main .contenter {
        /*margin-top: 1.0rem;*/
    }

    #lib_down_list li {
        height: 2.875rem;
        line-height: 2.875rem;
        border-bottom: 0;
        margin-bottom: 0.5rem;
        padding: 0 0.9375rem;
        background: #fff;
    }

    #lib_down_list li a {
        padding: 0;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        width: 1.5rem;
        height: 1.5rem;
        line-height: 1;
        background: #fff;
        text-decoration: none;
        position: relative;
        margin-top: 0.6875rem;
        text-indent: -9999999px;
    }

    #lib_down_list li a em {
        width: 100%;
        height: 100%;
        background-image: url(../img/download_ico.png);
        background-size: 100% 100%;
        position: absolute;
        left: 0;
        top: 0;
    }

    #lib_down_list li i {
        display: none;
    }

    /*会员设置*/
    .ueeshop_responsive_header .header .func .btn {
        padding: 0;
    }

    #lib_user_main .lib_user_title {
        display: none;
    }

    #lib_user_setting {
        padding: 0;
    }

    #lib_user_setting .setting_box {
        background: #fff;
        margin-bottom: 1.0rem;
        overflow: hidden;
    }

    #lib_user_setting .line {
        display: none;
    }

    #lib_user_setting .setting_box h3 {
        float: none;
        width: 100%;
        margin: 1rem 0;
        text-align: center;
        font-size: 1rem;
    }

    #lib_user_setting .setting_box form {
        float: none;
        width: 100%;
        text-align: center;
        padding: 0 0.9375rem;
        box-sizing: border-box;
    }

    #lib_user_setting .setting_box form th {
        display: block;
        width: 100%;
    }

    #lib_user_setting .setting_box form td {
        display: block;
        width: 100%;
        margin-bottom: 0.75rem;
    }

    #lib_user_setting .setting_box form td input {
        width: 100%;
        height: 2.0625rem;
        border-radius: 5px;
        text-indent: 5px;
    }

    #lib_user_setting .setting_box form td select {
        width: 100%;
        height: 2.0625rem;
        border-radius: 5px;
    }

    #lib_user_setting .setting_box form tr:last-child th {
        display: none;
    }

    #lib_user_setting .setting_box form .textbtn {
        width: 100%;
        height: 2.1875rem;
        line-height: 2.1875rem;
        color: #fff;
        background: #000;
        border-radius: 5px;
    }

    /*注册登录*/
    #signup .register select {
        width: 100%;
    }

    #customer #signup .register .row {
        float: none;
    }

    #signup .register .row label {
        color: #333;
        font-size: 1rem;
    }

    #customer .top_list {
        display: block;
    }

    .mobile_header {
        display: block;
        position: relative;
        height: 2.75rem;
        line-height: 2.75rem;
        margin-bottom: 1.0rem;
        padding: 0 0.9375rem;
        background-color: #fff;
        font-size: 1.0rem;
        font-weight: bold;
        text-align: center;
    }

    .mobile_header .user_back {
        position: absolute;
        width: 0.625rem;
        height: 2.75rem;
        background: url(../img/uese_back.png) no-repeat center/contain;
        left: 0.9375rem;
        top: 50%;
        transform: translateY(-50%);
    }
}

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

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

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

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

    .ueeshop_responsive_products_detail .gallery .products_img {
        display: block;
    }

    .ueeshop_responsive_products_detail .gallery .products_img img {
        margin: 0 auto;
    }

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

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

    .ueeshop_responsive_products_detail .info .name {
        font-size: 20px;
    }

    /*.ueeshop_responsive_products_detail .info .button a{width:49%; margin:0; float:right; height:44px; line-height:44px; font-size:16px;}
	.ueeshop_responsive_products_detail .info .button a:first-child{float:left;}*/

    .ueeshop_responsive_products_list .item .img_list .img_list_item span {
        width: 30px;
        height: 30px;
    }
}

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

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

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

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

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

    .ueeshop_responsive_case_list {
        margin: 10px 0;
    }

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

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

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

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

    .ueeshop_responsive_case_detail {
        margin: 10px 0;
    }

    /*.ueeshop_responsive_case_detail>.share{display:none;}*/
    .ueeshop_responsive_case_detail>.img {
        width: 100%;
    }

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

    .ueeshop_responsive_case_detail>.desc {
        min-height: 100px;
    }

    .ueeshop_responsive_products_list {
        margin: 10px 0;
    }

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

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

    .ueeshop_responsive_products_list .item .info {
        width: 100%;
    }

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

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

    .ueeshop_responsive_products_detail .description {
        margin: 0;
    }

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

    .ueeshop_responsive_products_detail .description .title {
        display: none;
    }

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

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

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


    .ueeshop_responsive_products_faq {
        margin-bottom: 20px;
    }

    .ueeshop_responsive_products_faq .faq_list {
        margin-top: 20px;
    }

    .ueeshop_responsive_products_faq .faq_list .faq_item {
        margin-top: 20px;
    }

    .ueeshop_responsive_products_faq .faq_list .faq_item .faq {
        margin-top: 10px;
    }

    .ueeshop_responsive_products_faq .faq_list .faq_item .faq .icon {
        width: 30px;
        min-width: 30px;
        height: 30px;
        font-size: 16px;
        line-height: 28px;
    }

    .ueeshop_responsive_products_faq .faq_list .faq_item .faq.faq_a .icon {
        line-height: 30px;
    }

    .ueeshop_responsive_products_faq .faq_list .faq_item .faq .question {
        font-size: 14px;
        line-height: 20px;
        margin-top: 5px;
        margin-left: 10px;
    }

    .ueeshop_responsive_products_faq .faq_list .faq_item .faq .answer {
        font-size: 12px;
        line-height: 20px;
        margin-top: 5px;
        margin-left: 10px;
    }

    .ueeshop_responsive_products_faq .faq_list .faq_link {
        margin-top: 10px;
        line-height: 26px;
    }

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

    .ueeshop_responsive_products_detail_review .review_form .rows {
        padding: 5px 0;
    }

    .ueeshop_responsive_products_detail_review .review_form .rows.input_rows {
        width: 50%;
        float: left;
    }

    .ueeshop_responsive_products_detail_review .review_form .rows.textarea_rows {
        width: 100%;
        clear: both;
    }

    .ueeshop_responsive_products_detail_review .review_form .rows .input {
        max-width: 90%;
        height: 36px;
        line-height: 36px;
    }

    .ueeshop_responsive_products_detail_review .review_form .rows textarea {
        max-width: 90%;
        height: 120px;
    }

    .ueeshop_responsive_products_detail_review .review_form .rows .vcode img {
        margin-top: 2px;
    }

    .ueeshop_responsive_products_detail_review .review_form .form_button {
        height: 40px;
    }

    .ueeshop_responsive_products_detail_review .review_list {
        padding: 10px 0;
    }

    .ueeshop_responsive_products_inquiry {
        margin: 10px auto;
    }

    .ueeshop_responsive_products_inquiry .list {
        float: left;
        width: 100%;
        padding-left: 0;
    }

    .ueeshop_responsive_products_inquiry .list li {
        margin-bottom: 15px;
    }

    .ueeshop_responsive_products_inquiry .list li:last-child {
        margin-top: 15px;
        font-size: 18px;
        line-height: 18px;
        padding-top: 15px;
    }

    .ueeshop_responsive_products_inquiry .list li .img {
        width: 80px;
        height: 80px;
    }

    .ueeshop_responsive_products_inquiry .list li .img a {
        width: 80px;
        height: 80px;
    }

    .ueeshop_responsive_products_inquiry .list li .info {
        width: calc(100% - 80px);
    }

    .ueeshop_responsive_products_inquiry .list .info .name {
        font-size: 14px;
        line-height: 16px;
        max-height: 48px;
    }

    .ueeshop_responsive_products_inquiry .list .info .desc {
        line-height: 120%;
    }

    .ueeshop_responsive_products_inquiry .list .info .price {
        font-size: 12px;
        line-height: 12px;
        height: 12px;
    }

    .ueeshop_responsive_products_inquiry form {
        float: right;
        width: 100%;
        padding: 20px 0 0;
        border-top: 1px solid #ddd;
    }

    .ueeshop_responsive_products_inquiry form .rows:first-child {
        padding: 10px 0;
    }

    .ueeshop_responsive_products_inquiry form .rows.input_rows {
        margin-bottom: 10px;
    }

    .ueeshop_responsive_products_inquiry form .rows.subject_rows {
        margin-bottom: -1px;
        margin-top: 15px;
    }

    .ueeshop_responsive_products_inquiry form .rows.textarea_rows {
        margin-bottom: 10px;
    }

    .ueeshop_responsive_products_inquiry form .rows .input {
        height: 36px;
        line-height: 36px;
        font-size: 12px;
    }

    .ueeshop_responsive_products_inquiry form .rows select {
        font-size: 12px;
    }

    .ueeshop_responsive_products_inquiry form .rows textarea {
        height: 120px;
        font-size: 12px;
    }

    .ueeshop_responsive_products_inquiry form .form_button {
        height: 40px;
    }

    body .ueeshop_responsive_products_inquiry form .form_button {
        font-size: 12px;
        height: 36px;
    }

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

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

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

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

    .ueeshop_responsive_products_inquiry_box form .rows.vcode_rows {
        margin-top: 0;
    }

    .ueeshop_responsive_products_inquiry_box form .rows.submit_rows {
        margin-top: 0;
    }

    .ueeshop_responsive_info_list {
        margin: 10px 0;
    }

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

    .ueeshop_responsive_info_list .item .info {
        padding-left: 15px;
    }

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

    .ueeshop_responsive_info_list .item .info .desc {
        display: none;
    }

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

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

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

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

    .ueeshop_responsive_info_detail {
        margin: 10px 0;
    }

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

    /*.ueeshop_responsive_info_detail>.share{display:none;}*/
    .ueeshop_responsive_info_detail>.contents {
        min-height: 200px;
    }

    .ueeshop_responsive_article_detail {
        margin: 10px 0;
    }

    .ueeshop_responsive_article_detail>.contents {
        min-height: 200px;
    }

    /*.ueeshop_responsive_article_detail>.contents>.share{display:none;}*/
    .ueeshop_responsive_article_detail.s1>.contents {
        float: none;
        width: 100%;
    }

    .ueeshop_responsive_article_feedback .rows .fc_red {
        margin-right: 0;
    }

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

    .ueeshop_responsive_article_feedback .rows .form_button {
        width: 100%;
    }

    .ueeshop_responsive_feedback {
        margin: 10px 0;
    }

    .ueeshop_responsive_feedback form {
        padding: 0 10px;
        font-size: 0px;
    }

    .ueeshop_responsive_feedback .rows.input_rows {
        width: 50%;
        float: unset;
        display: inline-block;
        vertical-align: bottom;
    }

    .ueeshop_responsive_feedback .rows.input_rows.country_rows {
        width: 100%;
    }

    .ueeshop_responsive_feedback .rows .input {
        max-width: 80%;
        height: 36px;
        line-height: 36px;
    }

    .ueeshop_responsive_feedback .rows.textarea_rows {
        clear: both;
    }

    .ueeshop_responsive_feedback .rows textarea {
        max-width: 90%;
        height: 120px;
    }

    .ueeshop_responsive_feedback .rows .vcode img {
        margin-top: 2px;
    }

    .ueeshop_responsive_feedback .rows .chzn-container {
        width: 94%;
    }

    .ueeshop_responsive_feedback .rows .chzn-container-single .chzn-drop {
        width: 100%;
    }

    .ueeshop_responsive_feedback .form_button {
        height: 40px;
    }

    .ueeshop_responsive_download_list {
        margin: 10px 0;
    }

    .editor_txt img {
        width: auto !important;
        height: auto !important;
        max-width: 100%;
        max-height: 100%;
    }

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

    #newsletter_pop {
        padding: 20px;
        justify-content: space-around;
    }

    #newsletter_pop .close_btn {
        right: 15px;
        top: 15px;
        width: 30px;
    }

    #newsletter_pop .title {
        font-size: 22px;
        margin-top: 10px;
    }

    #newsletter_pop .brief {
        font-size: 12px;
        margin-top: 10px;
    }

    #newsletter_pop .newsletter_form {
        margin-top: 15px;
    }

    #newsletter_pop .newsletter_form input.text {
        max-width: 100%;
        height: 36px;
        font-size: 14px;
        max-width: calc(100% - 100px);
    }

    #newsletter_pop .newsletter_form input.sub {
        max-width: 100%;
        height: 36px;
        font-size: 14px;
        max-width: 100px;
    }

    #global_editor_contents {
        overflow: hidden;
    }

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

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

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

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

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

    .wholesale .wholesale_out .bx-controls-direction a {
        right: 0;
    }

    .wholesale .wholesale_out .bx-controls-direction a.bx-prev {
        top: 40%;
        left: -2%;
        right: unset;
    }

    .wholesale .wholesale_out .bx-controls-direction a.bx-next {
        top: unset;
        bottom: 40%;
        right: -2%;
    }

    .wholesale .slide span {
        font-size: 12px;
        text-indent: 0;
    }

    .ueeshop_responsive_products_list .item .img_list,
    .ueeshop_responsive_products_list .item:hover .img_list {
        position: static;
        top: 0;
        height: 40px;
        padding: 0;
        opacity: 1;
        overflow: hidden;
    }
}

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

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

    .ueeshop_responsive_turn_page {
        margin: 10px 0px;
    }

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

    .ueeshop_responsive_case_list .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;
    }

    #newsletter_pop .main_img {
        width: 100px;
    }

    .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) {

    .ueeshop_responsive_products_detail .info .button>a#login_addtocart_button,
    .ueeshop_responsive_products_detail .info .button>a,
    .ueeshop_responsive_products_detail .info .button>button#addtocart_button {
        width: 100%;
        max-width: 100%;
        margin-right: 0
    }

    .ueeshop_responsive_products_detail .info .button .prod_info_pdf,
    .ueeshop_responsive_products_detail .info .button .add_favorite {
        margin-right: 2%;
    }
}

@media only screen and (max-height: 450px) {
    #newsletter_pop {
        height: 60%;
    }

    #newsletter_pop .main_img {
        display: none;
    }
}

.full_img {
    width: 100% !important;
    height: 100% !important;
}