﻿

/*包含通用的格式化样式，表单样式，layer弹窗，tag聚合页，文章详情页，YouTube样式*/
body,
html,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
dl,
dt,
dd,
th,
td,
form,
object,
iframe,
blockquote,
pre,
a,
abbr,
address,
code,
img,
fieldset,
form,
label,
figure,
input,
textarea {
    margin: 0;
    padding: 0;
}

html,
body {
    position: relative !important;
    max-width: 1920px;
    margin: 0 auto !important;
}

html,
body,
.ch_form_wrap,
.content-wrap {
    width: 100%;
    height: 100%
}

* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
}

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

.l {
    float: left
}

.r {
    float: right
}

.flex_jz {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: auto;
}

.pointer {
    cursor: pointer;
}

input::placeholder,
textarea::placeholder {
    color: #999999;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #999999;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    color: #999999;
    opacity: 1;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #999999;
    opacity: 1;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #999999;
}

.layui-layer-content {
    word-break: keep-all !important;
    word-wrap: break-word !important;
}

#trp-floater-ls {
    display: none !important
}

.pro1-txt a,
.entry a,
.artic_content a {
    font-weight: bold;
}

.pro1-txt a:hover,
.entry a:hover,
.artic_content a:hover {
    text-decoration: underline;
}

.content_img img {
    font-size: 0;
    height: auto;
    max-width: 100%
}

.side-product-items .side_product_item {}

.mobile-head-items .trp-language-wrap a {
    display: inline-block;
    margin-right: 15px;
}

.mobile-head-items .trp-language-wrap a img {
    width: auto;
    margin-right: 5px;
}

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

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

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

.ellipsis4 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ellipsis5 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ellipsis6 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
    text-overflow: ellipsis;
}

.fl-rich-text img {
    max-width: 100%;
    height: auto;
    width: auto;
}

.yiny {
    -moz-box-shadow: 0px 5px 21px 5px rgba(196, 196, 196, 0.4);
    -webkit-box-shadow: 0px 5px 21px 5px rgba(196, 196, 196, 0.4);
    box-shadow: 0px 5px 21px 5px rgba(196, 196, 196, 0.4);
}

.content-wrap .head-search form .search-btn {
    margin: 0;
    font-size: 0;
}

.img_cover {
    object-fit: cover !important
}

.img_contain {
    object-fit: contain !important
}

.con_proImg {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 60%;
}

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

.change-language {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
}

.change-language .change-language-cont {
    border-radius: 3px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, .2);
    width: 460px !important
}

.change-language .change-language-cont .lang-more {
    clear: both
}

.change-language .trp-language-wrap a {
    position: relative;
    float: left;
    vertical-align: bottom;
    display: inline;
    zoom: 1;
    width: 30%;
    margin: 0 1.666666%;
    list-style: none;
    border-bottom: 1px solid #ececec;
    padding: 5px 0;
    line-height: 27px;
}

.change-language .trp-language-wrap img {
    width: 18px;
    height: 12px;
    margin-right: 5px;
}

.pagination li {
    display: inline-block;
}

.pages .active span {
    background-color: #79b14c;
    color: #fff;
}

.pages span {
    vertical-align: top;
}

.listH {}

.listH li {
    z-index: 1;
    -webkit-transition: all 150ms ease-out 0ms;
    -moz-transition: all 150ms ease-out 0ms;
    -o-transition: all 150ms ease-out 0ms;
    transition: all 150ms ease-out 0ms;
}

.listH li:hover {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 1;
    z-index: 20;
    box-shadow: 0 40px 100px 0 rgba(84, 84, 84, 0.5);
    cursor: pointer !important;
}

.tList:after {
    content: '';
    display: table;
    clear: both;
}

.tList li {
    float: left;
}

.tList2 {}

.tList2 li {
    width: 48%;
    margin-left: 4%;
    /* border:1px solid #CDCDCD; */
    margin-bottom: 4%;
}

.tList2 li:nth-of-type(2n+1) {
    margin-left: 0;
}

.tList3 {}

.tList3 li {
    width: 31%;
    margin-left: 3.5%;
    margin-bottom: 3.5%;
}

.tList3 li:nth-of-type(3n+1) {
    margin-left: 0;
}

.tList3_miji li {
    width: 33.33%;
}

.tList4 {}

.tList4 li {
    width: 23.5%;
    margin-left: 2%;
    margin-bottom: 2%;
}

.tList4 li:nth-of-type(4n+1) {
    margin-left: 0;
}

.tList5 {}

.tList5 li {
    width: 17%;
    margin-left: 3.75%;
    margin-bottom: 2%;
}

.tList5 li:nth-of-type(5n+1) {
    margin-left: 0;
}

.tList6 {}

.tList6 li {
    width: 16.666%;
}

.tList6 li:nth-of-type(6n+1) {
    margin-left: 0;
}

@media screen and (max-width: 550px) {
    .tList4 li {
        width: 49%;
        margin-left: 0;
    }

    .tList4 li:nth-of-type(2n+1) {
        float: right
    }

    .tList3 li {
        width: 100%;
        margin-left: 0
    }
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.t-c {
    text-align: center;
}

.t-l {
    text-align: left;
}

.t-r {
    text-align: right;
}

.f-s12 {
    font-size: 12px;
}

.f-s13 {
    font-size: 3px;
}

.f-s14 {
    font-size: 14px;
}

.f-s15 {
    font-size: 15px;
}

.f-s16 {
    font-size: 16px;
}

.f-s17 {
    font-size: 17px;
}

.f-s18 {
    font-size: 18px;
}

.f-s19 {
    font-size: 19px;
}

.f-s20 {
    font-size: 20px;
}

.f-s21 {
    font-size: 21px;
}

.f-s22 {
    font-size: 22px;
}

.f-s23 {
    font-size: 23px;
}

.f-s24 {
    font-size: 24px;
}

.f-s25 {
    font-size: 25px;
}

.f-s26 {
    font-size: 26px;
}

.f-s27 {
    font-size: 27px;
}

.f-s28 {
    font-size: 28px;
}

.f-s29 {
    font-size: 29px;
}

.f-s30 {
    font-size: 30px;
}

.f-s31 {
    font-size: 31px;
}

.f-s32 {
    font-size: 32px;
}

.f-s33 {
    font-size: 33px;
}

.f-s34 {
    font-size: 34px;
}

.f-s35 {
    font-size: 35px;
}

.f-s36 {
    font-size: 36px;
}

.f-s37 {
    font-size: 37px;
}

.f-s38 {
    font-size: 38px;
}

.f-s39 {
    font-size: 39px;
}

.f-s40 {
    font-size: 40px;
}

.w5 {
    width: 50%;
}

.w10 {
    width: 10%;
}

.w15 {
    width: 15%;
}

.w20 {
    width: 20%;
}

.w25 {
    width: 25%;
}

.w30 {
    width: 30%;
}

.w35 {
    width: 35%;
}

.w40 {
    width: 40%;
}

.w45 {
    width: 45%;
}

.w49 {
    width: 49%;
}

.w50 {
    width: 50%;
}

.w55 {
    width: 55%;
}

.w60 {
    width: 60%;
}

.w65 {
    width: 65%;
}

.w70 {
    width: 70%;
}

.w75 {
    width: 75%;
}

.w80 {
    width: 80%;
}

.w85 {
    width: 85%;
}

.w90 {
    width: 90%;
}

.w95 {
    width: 95%;
}

.w100 {
    width: 100%;
}

.m-auto {
    margin: 0 auto;
    display: block;
}

.m-t5 {
    margin-top: 5px;
}

.m-t10 {
    margin-top: 10px;
}

.m-t15 {
    margin-top: 15px;
}

.m-t20 {
    margin-top: 20px;
}

.m-t25 {
    margin-top: 25px;
}

.m-t30 {
    margin-top: 30px;
}

.m-t35 {
    margin-top: 35px;
}

.m-t40 {
    margin-top: 40px;
}

.m-t45 {
    margin-top: 45px;
}

.m-t50 {
    margin-top: 50px;
}

.m-t55 {
    margin-top: 55px;
}

.m-t60 {
    margin-top: 60px;
}

.m-t65 {
    margin-top: 65px;
}

.m-t70 {
    margin-top: 70px;
}

.m-t75 {
    margin-top: 65px;
}

.m-t80 {
    margin-top: 80px;
}

.m-t85 {
    margin-top: 85px;
}

.m-t90 {
    margin-top: 90px;
}

.m-t95 {
    margin-top: 95px;
}

.m-t100 {
    margin-top: 100px;
}

.m-b5 {
    margin-bottom: 5px;
}

.m-b10 {
    margin-bottom: 10px;
}

.m-b15 {
    margin-bottom: 15px;
}

.m-b20 {
    margin-bottom: 20px;
}

.m-b25 {
    margin-bottom: 25px;
}

.m-b30 {
    margin-bottom: 30px;
}

.m-b35 {
    margin-bottom: 35px;
}

.m-b40 {
    margin-bottom: 40px;
}

.m-b45 {
    margin-bottom: 45px;
}

.m-b50 {
    margin-bottom: 50px;
}

.m-b55 {
    margin-bottom: 55px;
}

.m-b60 {
    margin-bottom: 60px;
}

.m-b65 {
    margin-bottom: 65px;
}

.m-b70 {
    margin-bottom: 70px;
}

.m-b75 {
    margin-bottom: 65px;
}

.m-b80 {
    margin-bottom: 80px;
}

.m-b85 {
    margin-bottom: 85px;
}

.m-b90 {
    margin-bottom: 90px;
}

.m-b95 {
    margin-bottom: 95px;
}

.m-b100 {
    margin-bottom: 100px;
}

.pd5 {
    padding: 5px
}

.p-t5 {
    padding-top: 5px;
}

.p-t10 {
    padding-top: 10px;
}

.p-t15 {
    padding-top: 15px;
}

.p-t20 {
    padding-top: 20px;
}

.p-t25 {
    padding-top: 25px;
}

.p-t30 {
    padding-top: 30px;
}

.p-t35 {
    padding-top: 35px;
}

.p-t40 {
    padding-top: 40px;
}

.p-t45 {
    padding-top: 45px;
}

.p-t50 {
    padding-top: 50px;
}

.p-t55 {
    padding-top: 55px;
}

.p-t60 {
    padding-top: 60px;
}

.p-t65 {
    padding-top: 65px;
}

.p-t70 {
    padding-top: 70px;
}

.p-t75 {
    padding-top: 65px;
}

.p-t80 {
    padding-top: 70px;
}

.p-t85 {
    padding-top: 85px;
}

.p-t90 {
    padding-top: 90px;
}

.p-t95 {
    padding-top: 95px;
}

.p-t100 {
    padding-top: 100px;
}

.p-b5 {
    padding-bottom: 5px;
}

.p-b10 {
    padding-bottom: 10px;
}

.p-b15 {
    padding-bottom: 15px;
}

.p-b20 {
    padding-bottom: 20px;
}

.p-b25 {
    padding-bottom: 25px;
}

.p-b30 {
    padding-bottom: 30px;
}

.p-b35 {
    padding-bottom: 35px;
}

.p-b40 {
    padding-bottom: 40px;
}

.p-b45 {
    padding-bottom: 45px;
}

.p-b50 {
    padding-bottom: 50px;
}

.p-b55 {
    padding-bottom: 55px;
}

.p-b60 {
    padding-bottom: 60px;
}

.p-b65 {
    padding-bottom: 65px;
}

.p-b70 {
    padding-bottom: 70px;
}

.p-b75 {
    padding-bottom: 75px;
}

.p-b80 {
    padding-bottom: 80px;
}

.p-b85 {
    padding-bottom: 85px;
}

.p-b90 {
    padding-bottom: 90px;
}

.p-b95 {
    padding-bottom: 95px;
}

.p-b100 {
    padding-bottom: 100px;
}

.p-b30_bai {
    padding-bottom: 30%;
}

.p-b40_bai {
    padding-bottom: 40%;
}

.p-b50_bai {
    padding-bottom: 50%;
}

.p-b60_bai {
    padding-bottom: 60%;
}

.p-b70_bai {
    padding-bottom: 70%;
}

.p-b80_bai {
    padding-bottom: 80%;
}

.p-b150_bai {
    padding-bottom: 150%;
}

.border1 {
    border: 1px solid
}

.border-radius5 {
    border-radius: 5px
}

.image-additional-wrap {
    position: relative
}

*html {
    background-image: url(about:blank);
    background-attachment: fixed
}

html #layui_layer_skinlayercss {
    display: none;
    position: absolute;
    width: 1989px
}

.layui-layer,
.layui-layer-shade {
    position: fixed;
    _position: absolute;
    pointer-events: auto
}

.layui-layer-shade {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    _height: expression(document.body.offsetHeight+"px")
}

.layui-layer {
    top: 150px;
    left: 50%;
    margin: 0;
    padding: 0;
    background-color: #fff;
    -webkit-background-clip: content;
    box-shadow: 1px 1px 50px rgba(0, 0, 0, .3);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: .3s;
    animation-duration: .3s
}

.layui-layer-close {
    position: absolute
}

.layui-layer-content {
    position: relative
}

.layui-layer-border {
    border: 1px solid #B2B2B2;
    border: 1px solid rgba(0, 0, 0, .3);
    box-shadow: 1px 1px 5px rgba(0, 0, 0, .2)
}

.layui-layer-moves {
    position: absolute;
    border: 3px solid #666;
    border: 3px solid rgba(0, 0, 0, .5);
    cursor: move;
    background-color: #fff;
    background-color: rgba(255, 255, 255, .3);
    filter: alpha(opacity=50)
}

.layui-layer-load {
    background: url(../../../../common/plug-in/layer/skin/default/loading-0.gif) center center no-repeat #fff
}

.layui-layer-ico {
    background: url(../../../../common/plug-in/layer/skin/default/icon.png) no-repeat
}

.layui-layer-btn a,
.layui-layer-dialog .layui-layer-ico,
.layui-layer-setwin a {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top
}

@-webkit-keyframes bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(.5);
        transform: scale(.5)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(.5);
        -ms-transform: scale(.5);
        transform: scale(.5)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
}

.layui-anim {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn
}

@-webkit-keyframes bounceOut {
    100% {
        opacity: 0;
        -webkit-transform: scale(.7);
        transform: scale(.7)
    }

    30% {
        -webkit-transform: scale(1.03);
        transform: scale(1.03)
    }

    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes bounceOut {
    100% {
        opacity: 0;
        -webkit-transform: scale(.7);
        -ms-transform: scale(.7);
        transform: scale(.7)
    }

    30% {
        -webkit-transform: scale(1.03);
        -ms-transform: scale(1.03);
        transform: scale(1.03)
    }

    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
}

.layui-anim-close {
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut;
    -webkit-animation-duration: .2s;
    animation-duration: .2s
}

@-webkit-keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale(.1) translateY(-2000px);
        transform: scale(.1) translateY(-2000px);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    60% {
        opacity: 1;
        -webkit-transform: scale(.475) translateY(60px);
        transform: scale(.475) translateY(60px);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
}

@keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale(.1) translateY(-2000px);
        -ms-transform: scale(.1) translateY(-2000px);
        transform: scale(.1) translateY(-2000px);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    60% {
        opacity: 1;
        -webkit-transform: scale(.475) translateY(60px);
        -ms-transform: scale(.475) translateY(60px);
        transform: scale(.475) translateY(60px);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
}

.layui-anim-01 {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown
}

@-webkit-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

.layui-anim-02 {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig
}

@-webkit-keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale(.1) translateX(-2000px);
        transform: scale(.1) translateX(-2000px);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    60% {
        opacity: 1;
        -webkit-transform: scale(.475) translateX(48px);
        transform: scale(.475) translateX(48px);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
}

@keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale(.1) translateX(-2000px);
        -ms-transform: scale(.1) translateX(-2000px);
        transform: scale(.1) translateX(-2000px);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    60% {
        opacity: 1;
        -webkit-transform: scale(.475) translateX(48px);
        -ms-transform: scale(.475) translateX(48px);
        transform: scale(.475) translateX(48px);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
}

.layui-anim-03 {
    -webkit-animation-name: zoomInLeft;
    animation-name: zoomInLeft
}

@-webkit-keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%) rotate(-120deg);
        transform: translateX(-100%) rotate(-120deg)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0) rotate(0);
        transform: translateX(0) rotate(0)
    }
}

@keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%) rotate(-120deg);
        -ms-transform: translateX(-100%) rotate(-120deg);
        transform: translateX(-100%) rotate(-120deg)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0) rotate(0);
        -ms-transform: translateX(0) rotate(0);
        transform: translateX(0) rotate(0)
    }
}

.layui-anim-04 {
    -webkit-animation-name: rollIn;
    animation-name: rollIn
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.layui-anim-05 {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

@-webkit-keyframes shake {

    0%,
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px)
    }

    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px)
    }
}

@keyframes shake {

    0%,
    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translateX(-10px);
        -ms-transform: translateX(-10px);
        transform: translateX(-10px)
    }

    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
        transform: translateX(10px)
    }
}

.layui-anim-06 {
    -webkit-animation-name: shake;
    animation-name: shake
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.layui-layer-title {
    padding: 0 80px 0 10px;
    height: 35px;
    line-height: 35px;
    border-bottom: 1px solid #D5D5D5;
    font-size: 14px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background-color: #EAEAEA
}

.layui-layer-setwin {
    position: absolute;
    right: 10px;
    *right: 0;
    top: 10px;
    font-size: 0;
    line-height: initial
}

.layui-layer-setwin a {
    position: relative;
    width: 14px;
    height: 14px;
    margin-left: 10px;
    font-size: 12px;
    _overflow: hidden
}

.layui-layer-setwin .layui-layer-min cite {
    position: absolute;
    width: 14px;
    height: 2px;
    left: 0;
    top: 50%;
    margin-top: -1px;
    background-color: #919191;
    cursor: pointer;
    _overflow: hidden
}

.layui-layer-setwin .layui-layer-min:hover cite {
    background-color: #2D93CA
}

.layui-layer-setwin .layui-layer-max {
    background-position: -45px -55px
}

.layui-layer-setwin .layui-layer-max:hover {
    background-position: -95px -55px
}

.layui-layer-setwin .layui-layer-maxmin {
    background-position: -68px -55px
}

.layui-layer-setwin .layui-layer-maxmin:hover {
    background-position: -118px -55px
}

.layui-layer-setwin .layui-layer-close1 {
    width: 14px;
    height: 14px;
    background-position: -5px -55px;
    cursor: pointer
}

.layui-layer-setwin .layui-layer-close1:hover {
    background-position: -25px -55px
}

.layui-layer-setwin .layui-layer-close2 {
    position: absolute;
    right: -23px;
    top: -23px;
    width: 30px;
    height: 30px;
    margin-left: 0;
    background-position: -149px -44px;
    *right: -18px;
    _right: -15px;
    _top: -23px;
    _width: 14px;
    _height: 14px;
    _background-position: -5px -55px
}

.layui-layer-setwin .layui-layer-close2:hover {
    background-position: -180px -44px;
    _background-position: -25px -55px
}

.layui-layer-btn {
    text-align: center;
    padding: 0 30px 10px;
    pointer-events: auto
}

.layui-layer-btn a {
    height: 30px;
    line-height: 30px;
    margin: 0 8px;
    padding: 0 20px;
    background: #5FBFE7;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    text-decoration: none
}

.layui-layer-btn a:hover {
    opacity: .9;
    text-decoration: none
}

.layui-layer-btn a:active {
    opacity: .7
}

.layui-layer-btn .layui-layer-btn1 {
    background: #A6BBCE
}

.layui-layer-dialog {
    min-width: 240px
}

.layui-layer-dialog .layui-layer-content {
    position: relative;
    padding: 20px;
    line-height: 24px;
    word-break: break-all;
    font-size: 14px;
    overflow: auto
}

.layui-layer-dialog .layui-layer-content .layui-layer-ico {
    position: absolute;
    top: 15px;
    left: 15px;
    _left: -50px;
    width: 39px;
    height: 39px
}

.layui-layer-ico1 {
    background-position: -46px 0
}

.layui-layer-ico2 {
    background-position: -93px 0
}

.layui-layer-ico3 {
    background-position: -145px 0
}

.layui-layer-ico4 {
    background-position: -191px 0
}

.layui-layer-ico5 {
    background-position: -239px 0
}

.layui-layer-ico6 {
    background-position: -287px 0
}

.layui-layer-rim {
    border: 6px solid #8D8D8D;
    border: 6px solid rgba(0, 0, 0, .3);
    border-radius: 5px;
    box-shadow: none
}

.layui-layer-msg {
    min-width: 170px;
    border-radius: 3px;
    border: 5px solid #8D8D8D;
    border: 5px solid rgba(0, 0, 0, .4)
}

.layui-layer-msg .layui-layer-content .layui-layer-ico {
    top: 10px
}

.layui-layer-hui {
    min-width: 100px;
    background-color: #000;
    filter: alpha(opacity=60);
    background-color: rgba(0, 0, 0, .6);
    color: #fff;
    border: none
}

.layui-layer-hui .layui-layer-content {
    padding: 12px 25px;
    text-align: center
}

.layui-layer-dialog .layui-layer-padding {
    padding: 22px 20px 22px 65px;
    text-align: left
}

.layui-layer-msg .layui-layer-padding {
    padding: 17px 20px 17px 65px
}

.layui-layer-page .layui-layer-content {
    position: relative;
    overflow: auto
}

.layui-layer-iframe .layui-layer-btn,
.layui-layer-page .layui-layer-btn {
    padding-top: 10px
}

.layui-layer-nobg {
    background: 0 0
}

.layui-layer-iframe .layui-layer-content {
    overflow: hidden
}

.layui-layer-iframe iframe {
    display: block;
    width: 100%
}

.layui-layer-loading {
    border-radius: 100%;
    background: 0 0;
    box-shadow: none;
    border: none
}

.layui-layer-loading .layui-layer-content {
    width: 60px;
    height: 24px;
    background: url(../../../../common/plug-in/layer/skin/default/loading-0.gif) no-repeat
}

.layui-layer-loading .layui-layer-loading1 {
    width: 37px;
    height: 37px;
    background: url(../../../../common/plug-in/layer/skin/default/loading-1.gif) no-repeat
}

.layui-layer-ico16,
.layui-layer-loading .layui-layer-loading2 {
    width: 32px;
    height: 32px;
    background: url(../../../../common/plug-in/layer/skin/default/loading-2.gif) no-repeat
}

.layui-layer-tips {
    background: 0 0;
    box-shadow: none;
    border: none
}

.layui-layer-tips .layui-layer-content {
    position: relative;
    line-height: 22px;
    min-width: 12px;
    padding: 5px 10px;
    font-size: 12px;
    _float: left;
    border-radius: 3px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, .3);
    background-color: #F90;
    color: #fff
}

.layui-layer-tips .layui-layer-close {
    right: -2px;
    top: -1px
}

.layui-layer-tips i.layui-layer-TipsG {
    position: absolute;
    width: 0;
    height: 0;
    border-width: 8px;
    border-color: transparent;
    border-style: dashed;
    *overflow: hidden
}

.layui-layer-tips i.layui-layer-TipsB,
.layui-layer-tips i.layui-layer-TipsT {
    left: 5px;
    border-right-style: solid;
    border-right-color: #F90
}

.layui-layer-tips i.layui-layer-TipsT {
    bottom: -8px
}

.layui-layer-tips i.layui-layer-TipsB {
    top: -8px
}

.layui-layer-tips i.layui-layer-TipsL,
.layui-layer-tips i.layui-layer-TipsR {
    top: 1px;
    border-bottom-style: solid;
    border-bottom-color: #F90
}

.layui-layer-tips i.layui-layer-TipsR {
    left: -8px
}

.layui-layer-tips i.layui-layer-TipsL {
    right: -8px
}

.layui-layer-lan[type=dialog] {
    min-width: 280px
}

.layui-layer-lan .layui-layer-title {
    background: #4476A7;
    color: #fff;
    border: none
}

.layui-layer-lan .layui-layer-btn {
    padding: 10px;
    text-align: right;
    border-top: 1px solid #E9E7E7
}

.layui-layer-lan .layui-layer-btn a {
    background: #BBB5B5
}

.layui-layer-lan .layui-layer-btn .layui-layer-btn1 {
    background: #C9C5C5
}

.layui-layer-molv .layui-layer-title {
    background: #009f95;
    color: #fff;
    border: none
}

.layui-layer-molv .layui-layer-btn a {
    background: #009f95
}

.layui-layer-molv .layui-layer-btn .layui-layer-btn1 {
    background: #92B8B1
}

lite-youtube {
    width: 100%;

    background-color: #000;
    position: relative;
    display: block;
    contain: content;
    background-position: center center;
    background-size: cover;
    cursor: pointer;
    /*max-width: 720px;*/
    display: inline-block;
}

/* gradient */
lite-youtube::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAADGCAYAAAAT+OqFAAAAdklEQVQoz42QQQ7AIAgEF/T/D+kbq/RWAlnQyyazA4aoAB4FsBSA/bFjuF1EOL7VbrIrBuusmrt4ZZORfb6ehbWdnRHEIiITaEUKa5EJqUakRSaEYBJSCY2dEstQY7AuxahwXFrvZmWl2rh4JZ07z9dLtesfNj5q0FU3A5ObbwAAAABJRU5ErkJggg==);
    background-position: top;
    background-repeat: repeat-x;
    height: 60px;
    padding-bottom: 50px;
    width: 100%;
    transition: all 0.2s cubic-bezier(0, 0, 0.2, 1);
}

/* responsive iframe with a 16:9 aspect ratio
    thanks https://css-tricks.com/responsive-iframes/
*/
lite-youtube::after {
    content: "";
    display: block;
    padding-bottom: calc(100% / (16 / 9));
}

lite-youtube>iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border: 0;
}

/* play button */
lite-youtube>.lty-playbtn {
    width: 68px;
    height: 48px;
    position: absolute;
    cursor: pointer;
    transform: translate3d(-50%, -50%, 0);
    top: 50%;
    left: 50%;
    z-index: 1;
    background-color: transparent;
    /* YT's actual play button svg */
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 68 48"><path fill="%23f00" fill-opacity="0.8" d="M66.52,7.74c-0.78-2.93-2.49-5.41-5.42-6.19C55.79,.13,34,0,34,0S12.21,.13,6.9,1.55 C3.97,2.33,2.27,4.81,1.48,7.74C0.06,13.05,0,24,0,24s0.06,10.95,1.48,16.26c0.78,2.93,2.49,5.41,5.42,6.19 C12.21,47.87,34,48,34,48s21.79-0.13,27.1-1.55c2.93-0.78,4.64-3.26,5.42-6.19C67.94,34.95,68,24,68,24S67.94,13.05,66.52,7.74z"></path><path d="M 45,24 27,14 27,34" fill="%23fff"></path></svg>');
    filter: grayscale(100%);
    transition: filter .1s cubic-bezier(0, 0, 0.2, 1);
    border: none;
}

lite-youtube:hover>.lty-playbtn,
lite-youtube .lty-playbtn:focus {
    filter: none;
}

/* Post-click styles */
lite-youtube.lyt-activated {
    cursor: unset;
}

lite-youtube.lyt-activated::before,
lite-youtube.lyt-activated>.lty-playbtn {
    opacity: 0;
    pointer-events: none;
}

.lyt-visually-hidden {
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}

/*inquiry*/
.inquiry-pop-bd {
    position: fixed;
    left: 50%;
    top: 50%;
    margin: -300px 0 0 -275px;
    width: 550px;
    height: 500px;
    /* background:#FFF; */
    box-shadow: 0 0 10px rgba(255, 255, 255, .5);
    display: none;
    z-index: 200000;
}

.inquiry-pop-bd:before {
    content: "";
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .3);
    z-index: -1;
}

.inquiry-pop-bd .inquiry-pop {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 22px;
    z-index: 1;
    background: #FFF;
    -webkit-animation: fadeInDownA .4s ease;
    -o-animation: fadeInDownA .4s ease;
    animation: fadeInDownA .4s ease;
}

.inquiry-pop-bd .inquiry-pop .ico-close-pop {
    position: absolute;
    right: -10px;
    top: -10px;
    width: 30px;
    height: 30px;
    background: url(http://localhost/templets/021/assets/img/fancy_close.png) no-repeat center center;
    cursor: pointer;
    z-index: 1;
}

.inquiry-form-wrap {
    position: relative;
    height: 420px;
    width: 100.5%;
}

.ad_prompt {
    position: absolute;
    display: block;
    top: 50%;
    left: 0;
    width: 100%;
    line-height: 40px;
    margin: -20px 0 0;
    text-align: center;
    color: #ff6f00;
    font-size: 20px;
    -webkit-animation: twinkling 1s infinite ease-in-out;
    animation: twinkling 1s infinite ease-in-out;
    display: none;
}

@media screen and (max-width: 550px) {
    .inquiry-pop-bd {
        width: auto;
        left: 10px;
        right: 10px;
        top: 10px;
        bottom: 10px;
        margin: auto;
    }

    .inquiry-pop-bd .inquiry-pop {
        padding: 10px;
    }

    .scrollsidebar {
        display: none;
    }

    .inquiry-form-wrap {
        height: auto
    }
}

.content-wrap.form .ch_form_wrap {
    width: 100%;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
    font-size: 13px;
}

.content-wrap.form .ch_form_wrap .title {
    /* background:#013e5a; */
    width: 100%;
    /* height:55px; */
    /* line-height:55px; */
    /* color:#fff; */
    margin: 0;
    padding: 0;
    font-size: 16px;
    padding: 0 20px;
    font-weight: normal;
}

.content-wrap.form .ch_form_wrap .title em {
    font-style: normal
}

.content-wrap.form .ch_form_wrap .title svg {
    display: none
}

.content-wrap.form .ch_form_wrap form {
    position: relative;
}

.content-wrap.form .ch_form_wrap ul {
    padding: 20px 20px 5px;
}

.content-wrap.form .ch_form_wrap ul li {
    position: relative;
    list-style: none;
    margin: 0 0 14px;
    display: flex;
    min-height: auto;
    line-height: 40px;
}

.content-wrap.form .ch_form_wrap ul li label {
    float: left;
    min-width: 80px
}

.content-wrap.form .ch_form_wrap ul,
.content-wrap.form .ch_form_wrap ul li,
.content-wrap.form .ch_form_wrap ul input,
.content-wrap.form .ch_form_wrap ul textarea,
.content-wrap.form .ch_form_wrap ul select {
    position: relative;
    width: 100%;
}

.content-wrap.form .ch_form_wrap ul input,
.content-wrap.form .ch_form_wrap ul textarea,
.content-wrap.form .ch_form_wrap ul select {
    border: 1px solid #eee;
    border-left: 3px solid #ff6f00;
    height: 39px;
    padding: 0 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
}

.content-wrap.form .ch_form_wrap ul textarea {
    height: 95px;
    padding: 10px;
    resize: none;
}

.content-wrap.form .ch_form_wrap .item_submit {
    padding: 0 20px;
}

.content-wrap.form .ch_form_wrap .item_submit input {
    width: 100%;
    height: 33px;
    color: #fff;
    background: #445ba7;
    border: none;
    cursor: pointer;
    -moz-transition-duration: .3s;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    -ms-transition-duration: .3s;
    transition-duration: .3s;
}

.content-wrap.form .ch_form_wrap .item_submit input:hover {
    background: #ff6f00;
}

.content-wrap.form .ch_form_wrap .Validform_checktip.Validform_wrong {
    position: absolute;
    right: 7px;
    top: 0;
    display: block;
    line-height: 39px;
    color: red;
    pointer-events: none;
}

.content-wrap.form .ch_form_wrap .Validform_error {
    border-color: red !important;
    border-left-color: #013e5a !important
}

.content-wrap.form .ch_form_wrap .form_tip {
    position: relative;
    color: red;
    padding: 0 0 10px;
}

.content-wrap.form .ch_form_wrap .email_point {
    display: none;
}

.content-wrap.form .ch_form_wrap ul li input[type=image],
input[type=reset],
input[type=button],
input[type=submit] {
    width: 60px;
    height: 30px;
    margin: 5px 10px
}

.content-wrap.form #gif-show {
    top: 0 !important;
    height: 100%;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
}

.content-wrap.form #gif-show img {
    margin-top: 0 !important;
}

.content-wrap.livechat {
    width: 100%;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
    font-size: 12px;
    /*border: 1px solid #36a9e1;*/
    border-top: none;
    border-radius: 15px 15px 0 0;
    overflow: hidden;
    background: #FFFFFF
}

.content-wrap.livechat .ch_form_wrap {
    width: 100%;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
    font-size: 12px;
}

.content-wrap.livechat .ch_form_wrap .title {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #36A9E1;
    width: 101%;
    height: 45px;
    line-height: 45px;
    color: #fff;
    margin-left: -2px;
    font-size: 15px;
    padding: 0 20px;
    font-weight: normal;
    cursor: pointer;
}

.content-wrap.livechat .ch_form_wrap .title em {
    font-style: normal
}

.content-wrap.livechat .ch_form_wrap .title svg {
    position: relative;
    display: block;
    -moz-transition-duration: .3s;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    -ms-transition-duration: .3s;
    transition-duration: .3s;
}

.content-wrap .ch_form_wrap form {
    position: relative;
    background: #fff;
    /* height: 420px; */
    overflow-y: scroll;
}

.content-wrap.livechat .ch_form_wrap ul {
    padding: 20px 20px 5px;
}

.content-wrap.livechat .ch_form_wrap ul li {
    position: relative;
    list-style: none;
    margin: 0 0 18px;
    display: flex;
    min-height: auto;
    line-height: 40px
}

.content-wrap.livechat .ch_form_wrap ul li label {
    float: left;
    min-width: 80px
}

.content-wrap.livechat .ch_form_wrap ul,
.content-wrap.livechat .ch_form_wrap ul li,
.content-wrap.livechat .ch_form_wrap ul input,
.content-wrap.livechat .ch_form_wrap ul textarea,
.content-wrap.livechat .ch_form_wrap ul select {
    position: relative;
    width: 100%;
}

.content-wrap.livechat .ch_form_wrap ul input,
.content-wrap.livechat .ch_form_wrap ul textarea,
.content-wrap.livechat .ch_form_wrap ul select {
    border: 1px solid #e5e5e5;
    height: 39px;
    padding: 0 13px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    border-radius: 25px;
}

.content-wrap.livechat .ch_form_wrap ul textarea {
    height: 95px;
    padding: 10px 13px;
    resize: none;
}

.content-wrap.livechat .ch_form_wrap .item_submit {
    padding: 0 20px;
}

.content-wrap.livechat .ch_form_wrap .item_submit input {
    width: 100%;
    height: 33px;
    color: #fff;
    background: #86C953;
    border: none;
    cursor: pointer;
    border-radius: 25px;
    -moz-transition-duration: .3s;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    -ms-transition-duration: .3s;
    transition-duration: .3s;
}

.content-wrap.livechat .ch_form_wrap .item_submit input:hover {
    background: #94D662;
}

.content-wrap.livechat .ch_form_wrap .Validform_checktip.Validform_wrong {
    position: absolute;
    left: 0;
    bottom: -16px;
    display: block;
    line-height: initial;
    color: red;
    pointer-events: none;
}

.content-wrap.livechat .ch_form_wrap .Validform_error {
    border-color: red !important;
}

.content-wrap.livechat .ch_form_wrap ul li input[type=image],
input[type=reset],
input[type=button],
input[type=submit] {
    width: 60px;
    height: 30px;
    margin: 5px 10px
}

.content-wrap.livechat .ch_form_wrap .form_tip {
    position: relative;
    color: red;
    padding: 0 0 10px;
}

.content-wrap.livechat .ch_form_wrap .email_point {
    display: none;
    position: absolute;
    width: 45px;
    height: 45px;
    text-align: center;
    padding: 15px 0 0;
    right: 0;
    top: 0;
    z-index: 1;
    background: #36A9E1;
    color: #fff;
    cursor: pointer;
}

.content-wrap.form .ch_form_wrap ul .labeldiv {
    display: block;
    float: none;
    width: 100%;
}

.content-wrap.form .ch_form_wrap ul .labeldiv input {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    width: 15px;
    height: 15px;
    margin-top: 4px;
}

.content-wrap.form .ch_form_wrap ul .labeldiv .txt {
    display: inline-block;
    vertical-align: top;
    width: -moz-calc(100% - 30px);
    width: -webkit-calc(100% - 30px);
    width: calc(100% - 30px);
    color: #999999;
    font-size: 12px;
    line-height: 1.7;
}

.content-wrap .ch_form_wrap form {
    background: #fff;
    /*border: 1px solid #36a9e1;*/
}

.content-wrap.livechat .ch_form_wrap form {
    border: 1px solid #36a9e1;
}

.content-wrap .ch_form_wrap .input-radio-checkbox {
    display: flex;
    white-space: nowrap;
}

.content-wrap .ch_form_wrap ul li input[type=radio],
.content-wrap .ch_form_wrap ul li input[type=checkbox] {
    width: 20px;
    -webkit-appearance: radio;
}

.content-wrap .ch_form_wrap .input-radio-checkbox input {
    margin: 0px 10px 0px 5px;
}

@media screen and (max-width: 400px) {
    .content-wrap.form .ch_form_wrap .title {
        display: none
    }
}

.item-input-checkbox,
.item-input-radio {
    overflow-y: auto
}

/*li:has(+ div.input-radio-checkbox) {overflow-y :auto}*/
.content-wrap .ch_form_wrap li label {
    display: none
}

/* 设置滚动条的样式 */
::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

/* 滚动槽 */
::-webkit-scrollbar-track {
    /*-webkit-box-shadow:inset006pxrgba(0,0,0,0.3);*/
    /*border-radius:10px;*/
}

/* 滚动条滑块 */
::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #8d9498;
    -webkit-box-shadow: inset006pxrgba(0, 0, 0, 0.5);
}

::-webkit-scrollbar-thumb:window-inactive {
    background: #8d9498;
}

::-webkit-scrollbar-thumb:hover {
    background: #0e76a8;
}

::-webkit-scrollbar-thumb:window-inactive:hover {
    background: #0e76a8;
}

@media only screen and (max-width: 600px) {
    .content-wrap.form .ch_form_wrap ul li {
        margin-bottom: 20px
    }

    .content-wrap.form .ch_form_wrap .Validform_checktip.Validform_wrong {
        right: auto;
        top: auto;
        left: 0;
        bottom: -28px;
    }
}


.hide_false {
    display: none !important;
}

.flex_wrap {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

.flex_nowrap {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    width: 100%;
}


.tag_tabs li,
.tag_tabs li:after {
    -webkit-transition: all ease-in-out .35s;
    -o-transition: all ease-in-out .35s;
    transition: all ease-in-out .35s;
    -ms-transition: all ease-in-out .35s;
}

.tag_related_tab_container {
    position: relative;
    margin-top: 50px;
    margin-bottom: 50px;
}

.tag_tabs {
    position: relative;
    margin-bottom: 15px;
    border-bottom: 2px solid #e0e6ed;
    font-size: 0;
}

.tag_tabs li {
    position: relative;
    display: inline-block !important;
    padding: 15px 25px;
    color: #000;
    text-transform: capitalize;
    font-size: 18px;
    cursor: pointer;
}

.tag_tabs li i {
    display: inline-block;
    margin-top: -4px;
    margin-right: 5px;
    width: 28px;
    height: 28px;
    background-image: url(http://localhost/templets/021/assets/img/tag_icon.png);
    background-size: 600px;
    background-repeat: no-repeat;
    content: "";
    vertical-align: middle;
}

.tag_tabs li:after {
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 2px;
    content: "";
    z-index: 1;
    background-color: #343362;
}

.tag_tabs li.active:after,
.tag_tabs li:hover:after {
    width: 100%;
}

.tag_tabs li:nth-child(1) i {
    background-position: 0 -207px;
}

.tag_tabs li:nth-child(2) i {
    background-position: 0 -255px;
}

.tag_tabs li:nth-child(3) i {
    background-position: 0 -300px;
}

.tag_rela_wrap {
    display: none;
}

.tag_rela_wrap.show_wrap {
    display: block;
}

.tag_related_items {
    position: relative;
}

.tag_related_item {
    position: relative;
    margin-bottom: 30px;
    padding: 13px 30px;
}

.tag_related_item h2 {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    color: #3b3f5c;
    font-weight: 400;
    font-size: 18px;
    cursor: pointer;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
}

.tag_related_item h2 a {
    color: #3b3f5c;
}

.tag_related_item h4 {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    cursor: pointer;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
}

.tag_relareview_wrap .re_star,
.tag_related_item h2 i.fa-thumbs-o-up {
    position: relative;
    margin-left: auto;
    font-size: 15px;
}

.tag_related_item h2 i.fa-thumbs-o-up:before {
    margin-right: 5px;
}

.tag_related_item h2 i.fa_icon {
    position: relative;
    margin-right: 20px;
    color: #888ea8;
}

.tag_related_item h2 i.fa_icon:before {
    margin-right: 5px;
    content: "\f104";
    font-family: fontawesome;
}

.tag_related_item h2 i.fa_icon:after {
    content: "\f105";
    font-family: fontawesome;
}

.tag_related_item .tag_related_info {
    position: relative;
    display: none;
    margin: 18px 0;
}

.tag_related_videos {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.tag_related_video {
    position: relative;
    ;
    width: 49%;
    padding-bottom: 10px;
}

.tag_related_video p {
    position: relative;
    display: block;
    margin-bottom: 15px;
    padding-left: 30px;
    background-image: url(http://localhost/templets/021/assets/css/img/tag_icon.png);
    background-position: 0 -254px;
    background-size: 600px;
    background-repeat: no-repeat;
    content: "";
    vertical-align: middle;
    line-height: 29px;
}

.tag_related_video .border_shadow {
    padding: 10px;
    position: relative;
    height: 100%;
}

.tag_relareview_wrap .re_star img {
    max-width: 12px;
    cursor: pointer;
}

/*.tag_relareview_wrap .fa_icontw{display:inline-block;margin-right:20px;width:28px;height:28px;background-image:url(http://localhost/templets/021/assets/css/img/tag_icon.png);background-position:0 -406px;background-repeat:no-repeat;content:"";vertical-align:middle;}*/
.tag_relareview_wrap .fa_icontw {
    display: inline-block;
    margin-right: 5px;
    width: 20px;
    height: 20px;
    background-image: url(http://localhost/templets/021/assets/img/tag_icon.png);
    background-position: 0 -225px;
    background-repeat: no-repeat;
    content: "";
    vertical-align: middle;
    background-size: 450px;
}

.tag_blog_page {
    position: relative;
    font-weight: 400;
    font-family: Lora;
}

.tag_blog_left {
    position: relative;
    float: left;
    width: 64.88%;
}

.tag_blog_right {
    position: relative;
    float: right;
    width: 32.14%;
}

.tag_blog_right .tag_featureed_item {
    position: relative;
    padding: 7px 0;
    width: 100%;
}

.tag_blog_right aside+aside {
    margin-top: 55px;
}

.tag_blog_right aside>h2 {
    position: relative;
    margin-bottom: 30px;
    color: #000;
    text-transform: capitalize;
    font-size: 23px;
    line-height: 1.5;
}

.tag_blog_right aside>h2 span {
    position: relative;
    z-index: 9;
    display: inline-block;
    padding-right: 20px;
    background: #fff;
}

.tag_blog_right aside>h2:before {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -1px;
    width: 100%;
    height: 2px;
    background: #f2f2f2;
    content: "";
}

.tag_blog_title {
    position: relative;
    margin-bottom: 2px;
    color: #000;
    text-transform: capitalize;
    letter-spacing: .8px;
    font-size: 23px;
}

.tag_blog_titbar {
    position: relative;
    padding-bottom: 20px;
    border-bottom: 1px dashed #ddd;
    color: #666;
    text-transform: capitalize;
    font-weight: 400;
    line-height: 24px;
}

.tag_blog_titbar span {
    display: inline-block;
    margin-right: 5px;
    font-size: 12px;
}

.tag_blog_titbar span+span {
    color: #333;
}

.tag_blog_titbar time {
    margin-left: 15px;
    font-size: 12px;
}

.tag_blog_mian {
    position: relative;
    color: #222;
}

.tag_blog_mian p {
    position: relative;
    margin: 21px 0;
}

.tag_blog_mian strong {
    font-weight: 700;
}

.tag_blog_mian a {
    position: relative;
    display: inline-block;
    max-width: 32.33%;
}

.tag_share {
    position: relative;
    margin-bottom: 46px;
    padding-bottom: 32px;
    border-bottom: 1px dashed #ddd;
}

.tag_share .tag_sns {
    position: relative;
    display: inline-block;
    margin-left: 20px;
}

.tag_share .tag_sns li {
    display: inline-block;
    width: 45px;
    border: 1px solid #000;
    border-radius: 50%;
    text-align: center;
    line-height: 43px;
}

.tag_share .tag_sns li:nth-child(1) {
    border-color: #234e9a;
}

.tag_share .tag_sns li:nth-child(2) {
    border-color: #32aadc;
}

.tag_share .tag_sns li:nth-child(3) {
    border-color: #e2131e;
}

.tag_share .tag_sns li:nth-child(4) {
    border-color: #007bb5;
}

.tag_share .tag_sns li:nth-child(5) {
    border-color: #ee4056;
}

.tag_page_change {
    padding: 35px 0;
    border-top: 1px dashed #ddd;
    border-bottom: 1px dashed #ddd;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}

.tag_change_block {
    position: relative;
    width: 46%;
    font-size: 14px;
    line-height: 21px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 46%;
    flex: 0 0 46%;
    -webkit-flex: 0 0 46%;
}

.tag_change_block.left_algin {
    padding-left: 30px;
    text-align: left;
}

.tag_change_block.right_algin {
    padding-right: 30px;
    text-align: right;
}

.tag_change_icon {
    position: absolute;
    top: 50%;
    width: 30px;
    color: #000;
    text-align: center;
    font-size: 18px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.left_algin .tag_change_icon {
    left: 0;
}

.right_algin .tag_change_icon {
    right: 0;
}

.tag_change_block a {
    position: relative;
    display: block;
    color: #000;
}

.tag_change_block .post_navigation_title {
    text-transform: capitalize;
}

.tag_change_block .post_navigation_info {
    font-weight: 700;
}

.tag_blog_mian table {
    margin-bottom: 20px;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

.tag_blog_mian td,
.tag_blog_mian th {
    padding: 0 15px;
    height: 30px;
    border: 1px solid #ccc;
    background: #fbfbfb;
    color: #666;
    text-align: left;
    font-size: 12px;
    line-height: 30px;
}

.tag_blog_mian th {
    background: #eee;
    font-size: 12px;
}

.tag_blog_mian td p,
.tag_blog_mian th p,
.pd-panel .tag_blog_mian td p,
.pd-panel .tag_blog_mian th p {
    margin: 0;
    padding: 5px;
    color: #666;
    font-size: 12px;
    line-height: 1.5;
}

.tag_blog_mian td.amts {
    color: #cb2027;
}

.tag_blog_mian th#cartDelete {
    text-align: center;
}

.tag_blog_mian .button {
    margin: 15px 10px 0 0;
    padding: 8px 15px;
    border: 0;
    background: #dfdfdf;
    color: #777;
    text-transform: Capitalize;
    font-weight: 700;
    line-height: 1.2;
    cursor: pointer;
}

.tag_blog_mian .button:hover {
    background: #cb2027;
    color: #fff;
}

.tag_blog_mian .deletecartitem {
    width: 50px;
    text-align: center;
}

.tag_blog_mian .deletecartitem label {
    display: none;
}

.tag_blog_mian .stotal td.amts {
    font-weight: 700;
    font-size: 18px;
}

.tag_blog_mian img.alignleft {
    float: left;
    margin: 20px 15px 0 0;
}

.tag_blog_mian img.alignright {
    float: right;
    margin: 20px 0 0 15px;
}

.tag_blog_mian img.alignleftnopad {
    float: left;
    margin-left: 0;
}

.tag_blog_mian img.alignrightnopad {
    float: right;
    margin-right: 0;
}

.tag_blog_mian img.aligncenter {
    display: block;
    margin: 20px auto 0 auto;
    text-align: center;
}

.tag_blog_mian img {
    max-width: 100%;
    cursor: pointer;
}

.tag_blog_items {
    position: relative;
}

.tag_blog_item {
    position: relative;
    padding: 25px 0;
    border-bottom: 1px dashed #ddd;
}

.tag_blog_item:first-child {
    padding-top: 0;
}

.tag_blog_item:first-child,
.tag_blog_item:first-child .tag_blog_titbar {
    padding-top: 0;
}

.tag_blog_item .tag_blog_titbar {
    border: none;
}

.tag_blog_item .tag_blog_btn {
    position: relative;
    display: table;
    margin-top: 35px;
    margin-left: auto;
    padding: 0 15px;
    border: 1px solid #000;
    border-radius: 55px;
    text-transform: capitalize;
    font-size: 16px;
    line-height: 40px;
}

.tag_page_bar {
    position: relative;
    margin-top: 40px;
    margin-bottom: 15px;
    text-align: center;
    line-height: 45px;
}

.tag_page_bar a,
.tag_page_bar span {
    position: relative;
    display: inline-block;
    margin: 0 0 0 8px;
    width: 45px;
    min-width: 45px;
    border: 1px solid #ccc;
    border-radius: 50%;
    color: #222;
    vertical-align: top;
    text-align: center;
}

.tag_page_bar a.current,
.tag_page_bar a:hover {
    color: #fff;
}

.tag_page_bar span.current2 {
    font-size: 14px;
}

.tag_related_columus {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.tag_related_columu {
    position: relative;
    margin-bottom: 1%;
    padding: 15px;
    max-width: 49.5%;
    border: 1px solid #dadce0;
    border-radius: 15px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 49.5%;
    -ms-flex: 0 0 49.5%;
    flex: 0 0 49.5%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.tag_related_columu .related_title {
    position: relative;
}

.tag_related_columu .related_title a {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 700;
    font-size: 16px;
    font-family: Nunito;
    line-height: 1.5;
    -o-text-overflow: ellipsis;
}

.tag_related_columu .related_title a span {
    font-size: 14px;
    font-weight: 400;
    margin-left: 3px;
}

.tag_related_columu .related_info {
    position: relative;
    display: -webkit-box;
    overflow: hidden;
    margin-top: 5px;
    color: #6e7278;
    font-weight: 400;
    font-size: 13px;
    font-family: Nunito;
    line-height: 17px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.tag_related_item .related_info {
    padding-left: 25px;
}

.tag_related_columu .related_title a:hover {
    color: #167fdf;
}

.tag_related_video h5 {
    font-weight: 700;
    font-size: 16px;
    font-family: Nunito;
    margin-bottom: 10px;
    padding-left: 10px;
    line-height: 1;
}

@media only screen and (max-width:1366px) {
    .tag_tabs li {
        padding: 10px 20px;
        font-size: 18px;
    }

    .tag_related_item {
        padding: 13px 15px;
    }

    .tag_related_item h2 {
        font-size: 16px;
    }

    .tag_related_item .tag_related_info {
        margin: 15px 0;
        line-height: 1.68;
    }

}

@media only screen and (max-width: 950px) {
    .tag_related_item {
        margin-bottom: 15px;
        padding: 10px 15px;
    }

    .tag_related_item h2 {
        font-size: 14px;
    }

    .tag_tabs li i {
        width: 14px;
        height: 15px;
        background-size: 400px;
    }

    .tag_tabs li:nth-child(3) i {
        background-position: 0 -203px;
    }

    .tag_tabs li:nth-child(2) i {
        background-position: 0 -171px;
    }

    .tag_tabs li:nth-child(1) i {
        background-position: 0 -140px;
    }

}

@media only screen and (max-width: 768px) {
    .tag_related_columu .related_title a {
        font-size: 14px;
    }

    .tag_related_columu .related_title a span {
        font-size: 12px;
    }

    .tag_related_columu .related_info {
        margin-top: 3px;
        -webkit-line-clamp: 3;
    }

    .tag_related_video h5 {
        font-size: 14px;
    }

    .tag_related_video {
        width: 100%;
    }

    .tag_tabs li {
        width: 33.33%;
        font-size: 14px;
        padding: 0;
        text-align: center;
    }

    .tag_tabs li svg {
        width: 100%
    }
}

@media only screen and (max-width: 640px) {
    .tag_related_columu {
        margin-bottom: 1%;
        padding: 10px 1%;
        max-width: 100%;
        border-radius: 7px;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        width: 100%;
    }
}
}

.tag_lista {
    margin-bottom: 70px;
}

.tag_lista a {
    font-size: 15px !important;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
    border: 1px solid #322f64;
    line-height: 30px;
    padding: 0 10px;
    border-radius: 6px;
}

.tag_lista a:hover {
    background: #322f64;
    color: white;
}

.prisna-wp-translate-seo {
    display: none;
    font-family: Arial, Helvetica, sans-serif;
}


.inquiry-form-wrap.ct-inquiry-form {
    margin-top: 20px;
}

.inquiry-form-wrap.ct-inquiry-form .layout {
    height: 420px !important;
}

.newsxq_page {
    padding-bottom: 70px;
}

.newsxq_fl {
    width: 66%;
    float: left;
}

.artic_tit h3 {
    color: #666666;
}

.artic_tit .back {
    float: right;
    color: #666666;
    font-size: 16px;
}

.artic_tit .back .iconfont {
    display: inline-block;
    margin-right: 5px;
    font-size: 18px;
}

.artic_tit .back:hover {
    color: #0058a4;
}

.artic_tit h4 {
    font-size: 36px;
    font-weight: bold;
    margin: 20px 0;
    margin-bottom: 30px;
}

.news_timg img {
    display: block;
    width: 100%;
}

.news_artic {
    padding: 60px 0;
}

.news_share,
.news_next .tit {
    width: 25.5%;
    float: left;
}

.news_share a {
    display: inline-block;
    margin-right: 20px !important;
    background: none !important;
    padding: 0 !important;
}

.news_share a.iconfont {
    font-size: 24px;
    color: #bbbbbb;
}

.news_share a.iconfont:hover {
    color: #0058a4;
}

.artic_content {
    font-size: 16px;
    line-height: 28px;
}

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

.news_next {
    margin-top: 20px;
}

.news_next .tit {
    font-size: 22px;
    font-weight: bold;
}

.news_next .con {
    width: 74.5%;
    float: right;
    padding-right: 180px;
    position: relative;
    box-sizing: border-box;
}

.news_next .con h3 {
    font-size: 22px;
    font-weight: bold;
}

.news_next .time {
    position: absolute;
    border-top: 2px solid #dddddd;
    padding: 10px;
    border-bottom: 2px solid #ddd;
    text-align: center;
    font-family: "num2";
    right: 0;
    top: 50%;
    font-size: 16px;
    color: #999999;
    transform: translateY(-50%);
}

.news_next .time em {
    display: block;
    font-size: 40px;
    color: #000;
    line-height: 40px;
    margin-bottom: 5px;
}

.newsxq_fr {
    width: 28%;
    float: right;
}

.newsxq_fr .tit {
    font-size: 26px;
    font-weight: bold;
    color: #0058a4;
}

.news_tj li a {
    display: block;
    padding: 35px 0;
    border-bottom: 1px solid #cccccc;
}

.news_tj li h3 {
    font-size: 20px;
    line-height: 34px;
    /* height: 68px; */
    font-weight: bold;
    margin-bottom: 20px;
    /* overflow: hidden; */
}

.news_tj li h4 {
    font-size: 16px;
    color: #999999;
}

.news_tj li .lg {
    color: #0058a4;
    margin-right: 10px;
}

.news_tj li:hover h3 {
    color: #0058a4;
}

@media screen and (max-width: 1100px) {
    .product-btn-wrap .pdf {
        margin-right: 0 !important;
        font-size: 16px !important;
        /* text-transform: inherit !important; */
        letter-spacing: -1px;
    }

    .product-btn-wrap span {
        letter-spacing: -1px
    }

    .product-btn-wrap .email {
        margin-right: 5px !important
    }
}

@media screen and (max-width: 640px) {
    .news_next.clearfix .tit {
        width: 100%
    }

    .news_next.clearfix .con {
        width: 100%;
        padding-right: 0;
    }

    .newsxq_fl,
    .newsxq_fr,
    .news_next .con {
        width: 100%;
        float: none
    }

    .artic_tit h4 {
        font-size: 22px;
        margin-bottom: 0;
    }

    .news_artic {
        padding: 20px 0
    }

    .news_tj li h3 {
        font-size: 16px;
        line-height: 1.5;
        margin-bottom: 10px;
    }

    .news_tj li h4 {
        font-size: 12px
    }

    .news_tj li a {
        padding: 10px 0
    }
}

.form-layout {
    margin: 0 auto;
    max-width: 1000px;
}

.CurForm {
    position: relative
}

.CurForm ul {
    display: flex;
    flex-wrap: wrap;
}

.CurForm .form_name,
.form_email {
    width: 49%;
}

.CurForm .form_phone,
.form_message {
    width: 100%;
}

.CurForm .form_email {
    margin-left: 2%;
}

.CurForm input,
.CurForm textarea {
    width: calc(100% - 10px);
    border: 1px solid #eee;
    font-size: 13px;
}

.CurForm li {
    margin-bottom: 10px;
    position: relative;
}

.CurForm input {
    height: 40px;
    padding-left: 10px;
}

.CurForm textarea {
    height: 90px;
    padding-left: 10px;
    padding-top: 10px;
    color: #666;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
}

.CurForm .red input,
.CurForm .red textarea {
    border: 1px solid red;
}

.CurForm .form-icon {
    width: 30px;
    height: 30px;
    display: inline-block;
    position: absolute;
    right: 10px;
    z-index: 100;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(http://localhost/templets/021/assets/img/false.png);
    background-position: center;
    background-repeat: no-repeat;
    display: none;
}

.CurForm .form-icon-true {
    background-image: url(http://localhost/templets/021/assets/img/true.png);
}

.CurForm .worming {
    position: absolute;
    left: 20px;
    color: #333;
    font-size: 16px;
    background-color: #fff9c9;
    border: 1px solid #c7bf93;
    border-radius: 4px;
    z-index: 90;
    top: -70px;
    opacity: 0;
}

.CurForm .wormingnow {
    padding: 6px 8px;
    transition: all ease-in-out .3s;
    top: -36px;
    opacity: 1;
}

.CurForm .wormingnow::before {
    content: '';
    display: inline-block;
    width: 11px;
    height: 9px;
    background-image: url(http://localhost/templets/021/assets/img/tip-yellowsimple_arrows.gif);
    background-repeat: no-repeat;
    background-position: -17px 0;
    position: absolute;
    bottom: -9px;
}

.CurForm .form_submit .send {
    background-color: #333;
    width: 150px;
    height: 40px;
    color: #fff;
    font-size: 13px;
    padding: 0;
    cursor: pointer;
}

.CurForm .Floading {
    display: none
}

.CurForm.FormLoading .Floading {
    display: block;
    position: absolute;
    z-index: 9999;
    background-color: rgba(0, 0, 0, .1);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url(http://localhost/templets/021/assets/img/loading.gif);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 125px;
}