
@font-face {
    font-family: ITCAvantGardeStd;
    src: url("../fonts/ITCAvantGardeStd-Demi.otf");
}

@font-face {
    font-family: ITCAvantGardeStd r;
    src: url("../fonts/SourceHanSansCN-Regular.otf");
}

@font-face {
    font-family: ITCAvantGardeStd bk;
    src: url("../fonts/ITCAvantGardeStd-Bk.otf");
}

@font-face {
    font-family: AkzidenzGroteskBQ;
    src: url("../fonts/AkzidGroBQCn_0.otf");
}

* {
    padding: 0;
    margin: 0;
    text-decoration: none;
    outline: none;
}
*:not(.page .wrap .the_left .resources .content .switchover .item ul li,.page .wrap .the_left .resources .content .switchover .item ul) {
    list-style: none;
}
body {
    width: 100%;
    overflow-x: hidden;
}

*, *::after, *::before {
    box-sizing: border-box;
}

::-webkit-scrollbar {
    width: 0;
}

#my-scrollbar {
    height: 100vh;
}

.scroll-content {
    overflow: hidden;
}

.scrollbar-thumb {
    width: 5px !important;
}

@media screen and (max-width: 1365px) {
    .scrollbar-thumb {
        width: 0 !important;
    }
}

.scrollbar-track-y {
    z-index: 9999 !important;
}

.scrollbar-track {
    background-color: transparent !important;
    right: 0 !important;
}

.scrollbar-track:hover {
    cursor: grab;
}

.scrollbar-thumb {
    background: rgba(0, 0, 0, .5) !important;
}

img {
    object-fit: cover;
    vertical-align: bottom;
}

textarea {
    resize: none;
    font-family: inherit;
}

button {
    border: none;
    cursor: pointer;
}

.bezier .swiper-wrapper {
    transition-timing-function: cubic-bezier(.77, 0, .175, 1);
}

*[onclick*='video_alert(this)'] video {
    display: none;
}
.alert_video {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    opacity: 0;
    transition: 1s;
}
.video_active {
    pointer-events: auto !important;
    opacity: 1 !important;
}
.alert_video .joke {
    display: flex;
    position: relative;
    z-index: 2;
    max-width: 90%;
}
.alert_video .joke .video {
    width: 100%;
    height: 576px;
    display: block;
}
.alert_video .joke .video video {
    width: 100%;
    height: 100%;
    object-fit: fill;
}
.alert_video .joke .close {
    margin: 0 0 0 25px;
    cursor: pointer;
    height: fit-content;
    transition: 1s;
}
.alert_video .joke .close:hover{
    transform: rotate(90deg);
}
.alert_video .joke .close svg {
    width: 30px;
    height: 30px;
    fill: #fff;
}
.alert_video .mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(0, 0, 0, 0.7);
}
.alert_video.all .joke {
    width: 100%;
    height: 100%;
}
.alert_video.all .joke .video {
    height: 100%;
    object-fit: cover;
}
.alert_video.all .close {
    position: absolute;
    top: 50px;
    right: 50px;
}
.alert_video.all .joke .video video {
    object-fit: cover;
}
@media screen and (max-width: 1024px) {
    .alert_video .joke {
        width: 90%;
    }
    .alert_video .joke .close {
        position: absolute;
        right: 0;
        top: -57px;
    }
    .alert_video .joke .video{
        height: auto;
    }
}

.header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
}

.header .black {
    height: 38px;
    background: #333333;
    padding: 0 26px 0 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.header .black .list {
    display: flex;
    align-items: center;
}

.header .black .list:not(:last-child) {
    margin: 0 37px 0 0;
}

.header .black .list .iconfont {
    color: rgba(153, 153, 153, 1);
    font-size: 14px;
    margin: 2px 7px 0 0;
}

.header .black .list .language, .header .black .list .language a {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #999999;
}

.header .black .list p {
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #999999;
}

.header .main {
    height: 80px;
    background: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0 0 60px;
    box-shadow: 0 7px 32px -12px rgb(192 196 204 / 72%);
}

.header .main .site {
    display: flex;
    align-items: center;
    height: 100%;
}

.header .main .site .logo {
    margin: 0 105px 0 0;
    width: 122px;
}

.header .main .site .logo img{
    max-width: 100%;
}

.header .main .site nav, .header .main .site nav > ul, .header .main .site nav > ul > li, .header .main .site nav > ul > li > a {
    height: 100%;
}

.header .main .site nav > ul {
    display: flex;
}

.header .main .site nav > ul > li {
    display: flex;
    align-items: center;
}

.header .main .site nav > ul > li:not(:last-child) {
    margin: 0 77px 0 0;
}

.header .main .site nav > ul > li > a {
    line-height: 80px;
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #333333;
    transition: 0.6s;
}

.header .main .site nav > ul > li:hover > a {
    color: #004BAA;
}

.header .main .site nav > ul > li.on > a {
    color: #004BAA;
}

.header .main .site nav > ul > li .hide {
    position: absolute;
    width: 100%;
    overflow: hidden;
    background: #fff;
    left: 0;
    top: 116px;
    z-index: -1;
    display: flex;

    height: 60px !important;
    /* justify-content: center; */
    box-shadow: 0 7px 32px -12px rgb(192 196 204 / 72%);
    transform-origin: center top;
    transform: scaleY(0);
    opacity: 0;
    transition: opacity .6s linear, transform .4s cubic-bezier(0.82, -0.22, 0.15, 1.21);
}
.header .main .site nav > ul > li .hide .content > ul{
    display: flex;
}

.header .main .site nav > ul > li:nth-child(2) .hide .content>ul{
    display: block;
}
.header .main .site nav > ul > li .hide .content{
    position: relative;
}
.header .main .site nav > ul > li:first-child .hide .content{
    left:270px;
}

.header .main .site nav > ul > li:nth-child(2) .hide{
    justify-content: center;
    height: 480px !important;
}
.header .main .site nav > ul > li:nth-child(2) .hide .content ul li {
    width: 350px;
}
.header .main .site nav > ul > li:nth-child(2) .hide .content{
    /* left: 420px; */
    width: 1300px;
}
.header .main .site nav > ul > li:nth-child(3) .hide .content{
    left: 435px;
}
.header .main .site nav > ul > li:nth-child(4) .hide .content{
    left: 460px;
}
.header .main .site nav > ul > li:nth-child(5) .hide .content{
    left: 563px;
}
.header .main .site nav > ul > .nav_products:hover .hide {
    transform: scaleY(1);
    opacity: 1;
}

.header .main .site nav > ul > li .hide .content {
    width: 1050px;
}

.header .main .site nav > ul > li .hide .content > ul {
    position: relative;
    width: fit-content;
    height: 100%;
    /* border-right: 1px solid rgba(230, 230, 230, 1); */
}

.header .main .site nav > ul > li .hide .content ul li {
    /* width: 350px; */
    width: 140px;
    height: 60px;
    font-size: 14px;
    font-family: ITCAvantGardeStd;
    font-weight: normal;
    color: #FFFFFF;
    transition: 0.6s;
    border-right: 1px solid transparent;
}

.header .main .site nav > ul > li .hide .content ul li a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    font-family: ITCAvantGardeStd bk;
    font-weight: normal;
    color: rgba(102, 102, 102, 1);
    /*background: rgba(0, 75, 170, 1);*/
    padding: 0 25px 0 18px;
    transition: 0.6s;
}

.header .main .site nav > ul > li .hide .content ul li .iconfont {
    color: rgba(102, 102, 102, 1);
    font-size: 14px;
    transition: 0.6s;
}

.header .main .site nav > ul > li .hide .content ul li:hover {
    border-right: 1px solid #fff;
}

.header .main .site nav > ul > li .hide .content ul li:hover > a {
    background: rgba(0, 75, 170, 1);
    color: #fff;
}

.header .main .site nav > ul > li .hide .content ul > li:hover > a > .iconfont {
    color: #fff;
}

.header .main .site nav > ul > li .hide .content ul > li > ul {
    position: absolute;
    top: 0;
    left: 100%;
    /*display: none;*/
}

.header .main .site nav > ul > li .hide .content ul li ul li ul {
    position: absolute;
    top: 0;
    left: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
}

.header .main .site nav > ul > li .hide .support {
    margin: 43px 0 0 91px;
}

.header .main .site nav > ul > li .hide .support span {
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #333333;
    display: block;
    margin: 0 0 25px 0;
    display: block;
}

.header .main .site nav > ul > li .hide .support .hide_link {
    margin: 0 0 35px 0;
}

.header .main .site nav > ul > li .hide .support .hide_link a {
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
    line-height: 30px;
    display: block;
}

.header .main .site nav > ul > li .hide .support img {
    width: 116px;
    height: 116px;
}

.header .main .other {
    height: 100%;
}

.header .main .other, .header .main .other .information {
    display: flex;
    align-items: center;
}

.header .main .other .information .iconfont {
    color: rgba(102, 102, 102, 1);
    font-size: 22px;
    margin: 0 9px 0 0;
}

.header .main .other .information span {
    font-size: 18px;
    font-family: ITCAvantGardeStd;
    font-weight: normal;
    color: #004BAA;
}

.header .main .other .search {
    margin: 0 39px 0 40px;
}

.header .main .other .search .iconfont {
    color: rgba(102, 102, 102, 1);
    font-size: 15px;
    cursor: pointer;
    font-weight: bold;
}

.header .main .other .login {
    width: 120px;
    height: 100%;
    background: #004BAA;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
}

.fixed_side {
    position: fixed;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    z-index: 9999;
    text-align: center;
    opacity: 0;
    pointer-events: none;
    transition: 1s;
}

.fixed_side .content {
    width: 80px;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px 0px rgba(3, 0, 0, 0.2);
    margin: 0 0 25px 0;
}

.fixed_side .content .item {
    height: 80px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    text-align: center;
    transition: 0.6s;
    position: relative;
}

.fixed_side .content .item.tel .position{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -168px;
    padding: 25px;
    text-align: left;
    background: #fff;
    box-shadow: 0px 0px 10px 0px rgba(3, 0, 0, 0.2);
    opacity: 0;
    transition: 1s;
    pointer-events: none;
}
.fixed_side .content .item.tel.on .position{
    opacity: 1;
    pointer-events: auto;
}

.fixed_side .content .item.code .position_images{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -142px;
    width: 120px;
    height: 120px;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    opacity: 0;
    transition: 1s;
    pointer-events: none;
}
.fixed_side .content .item.code .position_images img{
    max-width: 90%;
}

.fixed_side .content .item.code.on .position_images{
    opacity: 1;
    pointer-events: auto;
}

.fixed_side .content .item.tel .position div{
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: rgba(102, 102, 102, 1);
    transition: 0.6s;
    white-space: nowrap;
}

.fixed_side .content .item:not(:last-child):after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 1px;
    background: #000000;
    opacity: 0.1;
    transition: 0.6s;
}

.fixed_side .content .item .iconfont {
    color: rgba(0, 75, 170, 1);
    font-size: 26px;
    margin: 0 0 8px 0;
    transition: 0.6s;
}

.fixed_side .content .item p {
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: rgba(102, 102, 102, 1);
    transition: 0.6s;
}

.fixed_side .content .item:hover {
    background: #004BAA;
}

.fixed_side .content .item:hover:after {
    opacity: 0;
}

.fixed_side .content .item:hover .iconfont, .fixed_side .content .item:hover p {
    color: #fff;
}

.fixed_side .robot {
    transform: translateX(50px);
    transition: 0.6s;
    opacity: 0;
}

.fixed_side .robot img:hover {
    animation: 2s circle_after linear forwards;
    cursor: pointer;
}

.fixed_side.on {
    opacity: 1;
    pointer-events: auto;
}

.fixed_side.on .robot {
    opacity: 1;
    transform: translateX(0);
}

@keyframes circle_after {
    0% {
        transform: scale(1);
    }
    3% {
        transform: scale(1.1);
    }
    6% {
        transform: scale(1);
    }
    9% {
        transform: scale(1.1);
    }
    12% {
        transform: scale(1);
    }
    70% {
        transform: scale(1);
    }
    100% {
        transform: scale(1);
    }
}

footer .content {
    background: rgba(245, 245, 245, 1);
    overflow: hidden;
}

footer .content .wrap {
    width: 1420px;
    margin: 86px auto 53px;
    display: flex;
    justify-content: space-between;
}

footer .content .wrap .the_left .foo_nav {
    display: flex;
    margin: 0 0 115px 0;
}

footer .the_left .foo_nav .list:not(:last-child) {
    margin: 0 140px 0 0;
}

footer .the_left .foo_nav .list > a {
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #004BAA;
    margin: 0 0 38px 0;
    display: block;
    white-space: nowrap;

}

footer .the_left .foo_nav .list .second a {
    font-size: 16px;
    font-family: ITCAvantGardeStd bk;
    font-weight: normal;
    color: #666666;
    line-height: 42px;
    display: block;
    white-space: nowrap;
}

footer .the_left .link {
    display: flex;
    align-items: center;
}

footer .the_left .link .jump {
    margin: 0 0 0 39px;
    display: flex;
    align-items: center;
}

footer .the_left .link a {
    font-size: 16px;
    font-family: ITCAvantGardeStd bk;
    font-weight: 400;
    color: #666666;
    white-space: nowrap;
}

footer .the_left .link .jump a:not(:last-child) {
    margin: 0 10px 0 0;
}

footer .information {
    text-align: center;
    position: relative;
    left: 50px;
}

footer .information .tel {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 34px 0;
}

footer .information .tel .iconfont {
    color: rgba(0, 75, 170, 1);
    font-size: 33px;
    margin: -3px 20px 0 0;
}

footer .information .tel p {
    font-size: 26px;
    font-family: ITCAvantGardeStd;
    font-weight: normal;
    color: #004BAA;
}

footer .information .text .pick {
    font-size: 16px;
    font-family: ITCAvantGardeStd r;
    font-weight: normal;
    color: #666666;
    line-height: 26px;
    margin: 0 0 45px 0;
}

footer .information .text .code {
    display: flex;
    justify-content: center;
}

footer .information .text .code .item:not(:last-child) {
    margin: 0 17px 0 0;
}

footer .information .text .code .item img {
    width: 110px;
    height: 110px;
    object-fit: contain;
}

footer .information .text .code .item p {
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
    margin: 12px 0 0 0;
}

footer .black {
    padding: 35px 0;
    background: #1A1A1A;
}

footer .joke {
    width: 1420px;
    margin: auto;
}

footer .joke div {
    width: 1390px;
    display: flex;
    flex-wrap: wrap;
}

footer .joke p, footer .joke a {
    font-size: 12px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 26px;
    opacity: 0.15;
    transition: 0.6s;
}

footer .joke a:not(:last-child) {
    margin: 0 13px 0 0;
}

footer .joke a:hover {
    opacity: 1;
}

.common_banner {
    height: 390px;
    margin: 118px 0 0 0;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
}

.common_banner .background {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

.common_banner .text {
    width: 1420px;
    margin: auto;
}

.common_banner .text span {
    font-size: 46px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #FFFFFF;
}

.common_peak {
    background: #F5F5F5;
    overflow: hidden;
}

.common_peak .wrap {
    width: 1420px;
    margin: 27px auto 20px;
}

.common_peak .wrap .bread {
    margin: 0 0 20px 0;
    display: flex;
    align-items: center;
}

.common_peak .wrap .bread a {
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
}

.common_peak .wrap .navigation {
    display: flex;
    position: relative;
    z-index: 1;
}

.common_peak .wrap .navigation a {
    padding: 0 46px;
    height: 48px;
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: rgba(102, 102, 102, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.6s;
    position: relative;
    z-index: 1;
}

.common_peak .wrap .navigation a:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
    height: 100%;
    background: #004BAA;
    z-index: -1;
    transition: 0.6s;
}

.common_peak .wrap .navigation a.on {
    color: #fff;
}

.common_peak .wrap .navigation a.on:after {
    left: 0;
    width: 100%;
}


.common_peak .wrap .navigation .blue {
    width: 157px;
    height: 48px;
    background: #004BAA;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    transition: 1s;
    display: none;
}

.common_paging {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 60px auto 0;
    font-size: 16px;
    font-family: ITCAvantGardeStd;
    font-weight: normal;
    color: #333333;
}

.common_paging a {
    width: 46px;
    height: 46px;
    background: #FFFFFF;
    border: 1px solid #E6E6E6;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-family: ITCAvantGardeStd bk;
    font-weight: normal;
    color: #333333;
    transition: 0.6s;
    margin: 0 2px;
}

.common_paging a:first-child div {
    transform: rotate(180deg);
}

.common_paging a div {
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-left: 7px solid #999999;
    border-bottom: 6px solid transparent;
    transition: 0.6s;
}

.common_paging a.on {
    color: #fff;
    background: rgba(0, 75, 170, 1);
}

.common_paging a:hover {
    color: #fff;
    background: rgba(0, 75, 170, 1);
}

.common_paging a:hover div {
    border-left: 7px solid #fff;
}

.related_products {
    margin: 20px 0 0 0;
    height: fit-content;
}

.related_products .swiper {
    width: 100%;
}

.related_products .swiper .border {
    width: 100%;
    height: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #E6E6E6;
    transition: 0.8s;
}

.related_products .swiper .border img {
    max-width: 70%;
    max-height: 70%;
    transition: 1s;
}

.related_products .swiper .introduce {
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
    margin: 18px 0 0 0;
    transition: 0.8s;
}

.related_products .swiper .swiper-slide:hover .border {
    border: 1px solid rgba(0, 75, 170, 1);
}

.related_products .swiper .swiper-slide:hover .introduce {
    color: rgba(0, 75, 170, 1);
}

.related_products .swiper .swiper-slide:hover .border img {
    transform: scale(1.1);
}

.related_products .swiper-pagination {
    position: static;
    width: fit-content !important;
    margin: 33px auto 77px;
    display: flex;
}

.related_products .swiper-pagination span {
    opacity: 1;
    width: 36px;
    height: 3px;
    background: #CCCCCC;
    margin: 0 8px 0 0;
    border-radius: 0;
    transition: 0.6s;
}

.related_products .swiper-pagination .swiper-pagination-bullet-active {
    background: rgba(0, 75, 170, 1);
}


.oversized {
    height: 160px;
    display: flex;
}

.oversized a {
    width: 50%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.oversized a:first-child {
    background: #004BAA;
}

.oversized a:last-child {
    background: rgba(0, 153, 255, 1);
}

.oversized a .iconfont {
    font-size: 60px;
    color: rgba(255, 255, 255, 1);
    margin: 0 18px 0 0;
}

.oversized a p {
    font-size: 26px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #FFFFFF;
}

.common_banner .other{
    width: 1420px;
    margin: auto;
}
.common_banner .other span{
    font-size: 50px;
    font-family: ITCAvantGardeStd;
    font-weight: bold;
    color: #FFFFFF;
    display: block;
    margin: 0 0 18px 0;
}
.common_banner .other p{
    width: 842px;
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 32px;
}
.common_banner .other .link{
    display: flex;
    margin: 61px 0 0 0 ;
}
.common_banner .other .link a{
    width: 130px;
    height: 50px;
    background: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #004BAA;
    transition: 0.6s;
    margin: 0 25px 0 0;
}
.common_banner .other .link a:first-child{
    background: rgba(0, 75, 170, 1);
    color: #fff;
}
.common_banner .other .link a:hover{
    background: rgba(0, 75, 170, 1);
    color: #fff;
}


.kep_contact{
    position: relative;
    overflow: hidden;
}
.kep_contact .background{
    position: absolute;
    width: 100%;
    height: 100%;
}
.kep_contact .wrap{
    position: relative;
    z-index: 1;
    width: 1420px;
    margin: 150px auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.kep_contact .text h2{
    font-size: 40px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #FFFFFF;
    display: block;
    margin: 0 0 41px 0;
}
.kep_contact .text p{
    width: 530px;
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
}
.kep_contact .content{
    width: 710px;
    background: #FFFFFF;
    padding: 62px 57px 40px 40px;
}
.kep_contact .content .list{
    display: flex;
    align-items: center;
    width: 100%;
    margin: 0 0 26px 0;
    justify-content: flex-end;
}

.kep_contact .content .list p{
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
    margin: 0 10px 0 0;
}
.kep_contact .content .list p strong{
    color: rgba(255, 0, 0, 1);
    font-weight: normal;
}
.kep_contact .content .list input{
    width: 540px;
    height: 46px;
    padding: 0 0 0 17px;
    border: 1px solid #E6E6E6;
    background: #FFFFFF;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
}
.kep_contact .content .list input::placeholder,.kep_contact .content .list textarea::placeholder{
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #999999;
}
.kep_contact .content .list.message{
    align-items: unset;
}
.kep_contact .content .list.message p{
    margin: 17px 10px 0 0;
}
.kep_contact .content .list.message textarea{
    width: 540px;
    height: 120px;
    background: #FFFFFF;
    border: 1px solid #E6E6E6;
    padding: 17px;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
}
.kep_contact .content form button{
    width: 540px;
    height: 50px;
    background: #004BAA;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    margin: 38px 0 0 0;
}
.kep_contact .content .list.type{
    cursor: pointer;
}
.kep_contact .content .list.type .item{
    width: 540px;
    height: 46px;
    background: #FFFFFF;
    border: 1px solid #E6E6E6;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 17px;
}
.kep_contact .content .list.type .item span{
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #999999;
}
.kep_contact .content .list.type .item .iconfont{
    color: rgba(102, 102, 102, 1);
    font-size: 14px;
    transform: rotate(90deg);
}

.common_issue{
    overflow: hidden;
}
.common_issue .wrap{
    width: 1420px;
    margin: 120px auto 103px;
}
.common_issue .wrap .title span{
    font-size: 40px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #333333;
    margin: 0 0 24px 0;
    display: block;
}
.common_issue .wrap .title p{
    font-size: 22px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
    line-height: 32px;
}
.common_issue .wrap .content{
    margin: 38px 0 0 0;
}
.common_issue .wrap .content .issue{
    border-top: 1px solid rgba(204, 204, 204, 1);
}
.common_issue .wrap .content .issue:last-child{
    border-bottom: 1px solid rgba(204, 204, 204, 1);
}
.common_issue .wrap .content .issue .show{
    height: 77px;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.common_issue .wrap .content .issue .show .iconfont{
    color: rgba(0, 75, 170, 1);
    margin: 0 18px 0 0;
    font-size: 25px;
    font-weight: bold;
    transform: rotate(90deg);
}
.common_issue .wrap .content .issue .show p{
    font-size: 22px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #333333;
}
.common_issue .wrap .content .issue .hide{
    overflow: hidden;
    display: none;
}
.common_issue .wrap .content .issue .hide .joke{
    margin:  0 0 46px 46px;
}
.common_issue .wrap .content .issue .hide p{
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
}
.common_issue .wrap .content .issue .hide ul{
    margin: 16px 0 0 18px;
}
.common_issue .wrap .content .issue .hide ul li{
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
    line-height: 32px;
}
.common_issue .wrap .content .issue.on .show .iconfont{
    transform: rotate(-90deg);
}

.common_background{
    overflow: hidden;
}
.common_background .wrap{
    margin: 50px auto 0;
}
.common_background .wrap .title{
    text-align: center;
    margin: 0 0 40px 0;
}
.common_background .wrap .title span{
    font-size: 40px;
    font-family: ITCAvantGardeStd;
    font-weight: bold;
    color: #333333;
    display: block;
    margin: 0 0 10px 0;
}
.common_background .wrap .title p{
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
    line-height: 32px;
}
.common_background .wrap .cut{
    display: flex;
    align-items: center;
    justify-content: center;
}
.common_background .wrap .cut .list:not(:last-child) {
    margin: 0 75px 0 0;
}
.common_background .wrap .cut .list{
    position: relative;
    padding: 0 0 17px 0;
    opacity: 0.5;
    transition: 0.6s;
    filter: grayscale(1);
    cursor: pointer;
}
.common_background .wrap .cut .list:after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 4px;
    background: rgba(0, 75, 170, 1);
    transition: 0.6s;
}
.common_background .wrap .cut .list.on{
    opacity: 1;
    filter: grayscale(0);
}
.common_background .wrap .cut .list.on:after{
    width: 100%;
}
.common_background .all{
    width: 100%;
    height: 540px;
}
.common_background .all .background{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.common_background .all .color{
    position: absolute;
    width: 1420px;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.common_background .all .color .joke{
    width: 580px;
    background: #FFFFFF;
    box-shadow: 1px 3px 20px 1px rgba(0,0,0,0.2);
    padding: 33px 33px 41px 33px;
    display: none;
}

.common_background .all .color .joke .line{
    height: 1px;
    background: #E6E6E6;
    position: relative;
    margin: 0 0 30px 0;
}

.common_background .all .color .joke .line:after{
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 50px;
    height: 3px;
    background: #004BAA;
    transition: 1s;
}
.common_background .all .swiper-slide-active .color .joke{
    display: block;
}
.common_background .all .color .joke span{
    font-size: 26px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #333333;
    display: block;
    margin: 0 0 19px 0;
}
.common_background .all .color .joke p{
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
    line-height: 32px;
}

.common_background .all .color .joke a{
    padding: 0 30px;
    width: fit-content;
    height: 50px;
    background: #004BAA;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 102px 0 0 0;
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
}

.common_service{
    background: #F5F5F5;
    overflow: hidden;
}
.common_service .wrap{
    width: 1420px;
    margin: 74px auto;
}
.common_service .wrap .title{
    text-align: center;
    font-size: 40px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #333333;
    margin: 0 0 70px 0;
}
.common_service .wrap .content{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 0 51px;
}
.common_service .wrap .content .cut_big .headline{
    font-size: 22px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #333333;
    border: none;
    height: fit-content;
    padding: 0 0 10px 0;
}
.common_service .wrap .content .cut_big .text a:not(.more){
    font-size: 15px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
    width: 100%;
    height: 54px;
    display: block;
    line-height: 54px;
    transition: 0.6s;
    border-top: 1px solid rgba(204, 204, 204, 1);
    white-space: nowrap;
    cursor: pointer;
}
.common_service .wrap .content .cut_big .text a:not(.more):hover{
    color: #004BAA;
}
.common_service .wrap .content .cut_big .text a.more{
    width: 130px;
    height: 50px;
    background: #004BAA;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    margin: 29px 0;
}
.common_service .wrap .content .cut_big .text a:nth-last-child(2){
    border-bottom: 1px solid rgba(204, 204, 204, 1);
}
.common_service .wrap .content,.common_service .wrap .content table{
    width: 100%;
}
.common_service .wrap .content table tr td{
    width: 30%;
    display: inline-block;
    height: 54px;
    font-size: 15px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
    border-top: 1px solid rgba(204, 204, 204, 1);
    line-height: 54px;
    margin: 0 51px 0 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.common_service .wrap .content table tr:not(:last-child) td a{
    font-size: 15px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
    width: 100%;
    height: 100%;
    display: block;
    transition: 0.6s;
}
.common_service .wrap .content table tr:not(:last-child) td a:hover{
    color: #004BAA;
}
.common_service .wrap .content table tr td:last-child{
    margin: 0;
}

.common_service .wrap .content table tr:first-child td{
    font-size: 22px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #333333;
    border: none;
    height: fit-content;
    padding: 0 0 10px 0;
}
.common_service .wrap .content table tr:last-child td a{
    width: 130px;
    height: 50px;
    background: #004BAA;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    margin: 29px 0;
}

.common_service .wrap .content table tr:last-child td{
    height: fit-content;
}

.header .main .other .login{
    position: relative;
}
.header .main .other .login.on .show{
    display: none;
}
.header .main .other .login.on .hide{
    display: flex;
}
.header .main .other .login .hide{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.header .main .other .login .hide{
    width: 50px;
    height: 50px;
    background: #fff;
    border-radius: 50%;
    display: none;
    align-items: center;
    justify-content: center;
}
.header .main .other .login .hide svg{
    width: 30px;
    height: 30px;
    fill: #004baa;
}
.header .main .other .login .hide .pick{
    position: absolute;
    width: 120px;
    left: 50%;
    bottom: -57px;
    transform: translateX(-50%);
    background: #fff;
    padding: 10px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #555;
    font-size: 14px;
    opacity: 0;
    transition: 0.6s;
}
.header .main .other .login:hover .hide .pick{
    opacity: 1;
}

#BorlabsCookieBox ._brlbs-block-content._brlbs-bg-animation{
    display: none!important;
}

body{
    letter-spacing: unset!important;
}

#toTop{
    display:none!important;
    font-weight: normal!important;
}

/**/
.down_select{
    position: relative;
    cursor: pointer;
}
.down_select .pull{
    position: absolute;
    width: 101%;
    top: calc(100% + 15px);
    left: 50%;
    transform: translate(-50%,10px);
    color: #606266;
    border: 1px solid #e4e7ed;
    box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
    background: #fff;
    border-radius: 4px;
    opacity: 0;
    pointer-events: none;
}
.down_select.on{
    z-index: 9;
}
.down_select.on .pull{
    opacity: 1;
    pointer-events: auto;
    transform: translate(-50%,0);
    transition: 0.6s;
}
.down_select .pull div{
    padding: 0 20px;
    line-height: 37px;
    font-size: 13px;
    cursor: pointer;
    transition: 0.3s;
    position: relative;
    z-index: 1;
}
.down_select .pull div span{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0;
    transition: 0.3s;
}
.down_select .pull div:hover,.down_select .pull div.on{
    color: #fff;
}
.down_select .pull div:hover span{
    opacity: 1;
}
.down_select .pull div.on span{
    background: #dddddd !important;
    opacity: 1;
}
.down_select .pull div.on {
    color: #555;
}
.menu {
    display: none;
}
.header .main .site nav.ph_nav {
    display: none;
}
.common_banner .text span{
    font-size: 32px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #FFFFFF;
    display: block;
    margin: 0 0 12px 0;
}
.common_banner .text p{
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
}
.common_peak .wrap .navigation{
    display: grid;
    grid-template-columns: repeat(6, 1fr);
}
.common_peak .wrap .navigation a{
    margin: 0 50px 10px 0;
    padding: 0 18px;
    justify-content: unset;
    white-space: nowrap;
}
.common_peak .wrap .navigation a:after{
    left: 0;
    opacity: 0;
    width: 100%;
}
.common_peak .wrap .navigation a.on:after{
    opacity: 1;
}
@media screen and (max-width: 1800px) {
    .en .header .main .site nav > ul > li:not(:last-child) {
        margin: 0 40px 0 0;
    }
    .en .header .main .site .logo {
        margin: 0 65px 0 0;
    }
}
@media screen and (max-width: 1600px) {
    .en .header .main .site nav > ul > li:not(:last-child) {
        margin: 0 20px 0 0;
    }
    .en .header .main .site .logo {
        margin: 0 35px 0 0;
    }
}
@media screen and (max-width: 1550px) {
    .header .main .site nav > ul > li > a {
        font-size: 16px;
    }
    .header .main .site nav > ul > li:not(:last-child) {
        margin: 0 50px 0 0;
    }
    .header .main .site nav > ul > li:nth-child(5) .hide .content {
        left: 403px;
    }
    .header .main .site nav > ul > li:nth-child(4) .hide .content {
        left: 352px;
    }
    .header .main .site nav > ul > li:nth-child(3) .hide .content {
        left: 362px;
    }
    .header .main .site nav > ul > li:nth-child(2) .hide .content ul li {
        width: 261px;
    }
    .header .main .site nav > ul > li:nth-child(2) .hide .content{
        width: 785px;
    }
}
@media screen and (max-width: 1600px) {
    footer .the_left .link a {
        font-size: 14px;
    }
    .common_peak .wrap,.common_banner .other {
        width: 95%;
    }
    .common_banner .text {
        width: 90%;
    }
    .common_banner .text span {
        font-size: 36px;
    }
    .common_peak .wrap .navigation a {
        font-size: 14px;
        padding: 0 30px;
    }
    .common_banner .other span {
        font-size: 36px !important;
    }
    footer .content .wrap {
        width: 90%;
    }
    .common_service .wrap {
        width: 90%;
    }
    .common_issue .wrap {
        width: 90%;
    }
    .common_service .wrap .content .cut_big .headline {
        font-size: 18px;
    }
    .common_service .wrap .content .cut_big .text a.more {
        width: 110px;
        height: 40px;
        font-size: 14px;
    }
    .common_issue .wrap .title p {
        font-size: 18px;
    }
    .common_issue .wrap {
        margin: 40px auto;
    }
    .common_paging{
        margin: 30px auto 0;
    }
    .kep_contact .wrap {
        width: 90%;
    }
    .common_issue .wrap .title span {
        font-size: 32px;
    }
    .kep_contact .text h2 {
        font-size: 32px;
    }
    .common_issue .wrap .content .issue .show p {
        font-size: 18px;
    }
    .kep_contact .content,.kep_contact .text {
        width: 48%;
    }
    .kep_contact .text p {
        width: 100%;
    }
    .kep_contact .content .list.message div {
        width: 85%;
    }
    .kep_contact .content .list.message textarea {
        width: 100%;
    }
    .kep_contact .content .list input {
        width: 85%;
    }
    .kep_contact .content .list.type .item{
        width: 85%;
    }
    .kep_contact .content form button {
        width: 90%;
    }
    .common_background .all .color {
        width: 90%;
    }
    .common_background .all .color .joke span {
        font-size: 20px;
    }
    .common_service .wrap .title {
        font-size: 32px;
    }

}
@media screen and (max-width: 1430px) {
    .en .header .main .site nav > ul > li > a {
        font-size: 14px;
    }
}

@media screen and (max-width: 1380px) {
    .fixed_side{
        top: 58%;
        transform: translateY(-50%) scale(0.75);
        transform-origin: right;
    }
}
@media screen and (max-width: 1300px) {
    .kep_contact .content .list input {
        width: 80%;
    }
    .kep_contact .content .list.type .item{
        width: 80%;
    }

    .kep_contact .content .list.message div {
        width: 80%;
    }
    .kep_contact .content {
        padding: 62px 20px 40px;
    }
    .common_banner .other p{
        width: 100%;
    }
    .kep_contact .text h2 {
        font-size: 24px;
    }
    .common_banner .other p {
        width: 100%;
    }
    .oversized a p {
        font-size: 20px;
    }
    .oversized a .iconfont {
        font-size: 50px;
    }
    .oversized{
        height: 110px;
    }
    footer .content .wrap .the_left .foo_nav {
        display: none;
    }
    footer .content .wrap {
        flex-direction: column-reverse;
    }
    footer .the_left .link {
        flex-direction: column;
    }
    footer .the_left .link>a {
        margin: 20px 0;
        text-align: center;
        width: 100%;
        white-space: unset;
    }
    footer .information .text .pick {
        font-size: 14px;
    }
    footer .content .wrap {
        margin: 40px auto 23px;
    }
    footer .the_left .link .jump {
        margin: 0;
    }
    footer .information .text .pick {
        margin: 0 0 15px 0;
    }
    .header .main {
        padding: 0 10px;
    }
    .header .black .information {
        display: flex!important;
        align-items: center;

    }
    .header .black .information .iconfont {
        margin-right: 5px;
    }
    .header .black .information .iconfont,.header .black .information span {
        color: #999999;
        font-family: ITCAvantGardeStd;
    }
    .header .black {
        justify-content: space-between;
        padding: 0 10px;
    }
    .header .main .other .information {
        display: none;
    }
    footer .joke {
        width: 90%;
    }
    footer .joke div{
        width: 100%;
    }
    .header .main .site .logo{
        margin: 0;
    }
    .header .main .other .login {
        width: 90px;
        margin-right: 10px;
    }
    .header .main .other .search {
        margin: 0 20px 0 20px;
    }
    .menu {
        display: block;
        width: 24px;
    }
    .menu span {
        display: block;
        width: 100%;
        height: 2px;
        background-color: #004BAA;
        display: block;
        margin-top: 6px;
        position: relative;
        left: 0;
        transition: 0.4s;
        top: 0;
    }

    .menu span:nth-child(1) {
        margin-top: 0;
    }
    .header .main .site nav {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 100px;
        left: 0;
        background: #ffffff;
        z-index: 999;
    }
    .header .main .site nav > ul {
        display: block;
    }
    .header .main .site nav > ul > li {
        height: 60px;
        padding-left: 25px;
        border-bottom: 1px solid rgba(0,0,0,0.3);
    }
    .header .main .site nav > ul > li:not(:last-child) {
        margin: 0;
    }
    .header .main .site nav {
        display: none;
    }
    .header .main .site nav.ph_nav {
        display: none;
        border-top: 1px solid rgba(0,0,0,0.3);
    }
    .header .main .site nav > ul > li > a {
        line-height: 60px;
    }
    .header .main .site nav a {
        font-family: Source Han Sans CN;
        font-weight: bold;
        color: #333333;
        transition: 0.6s;
        font-size: 16px;
    }
    .header .main .site nav .li-bot {
        width: 100%;
        position: absolute;
        z-index: 10;
        left: 100%;
        top: 0;
        opacity: 0;
        transition: 0.65s;
        height: 100%;
        background: #ffffff;
    }
    .ph_nav li {
        width: 100%;
        display: flex;
        align-items: center;
        line-height: 60px;
        padding-left: 25px;
        border-bottom: 1px solid rgba(0,0,0,0.3);
        font-size: 15px;
        color: #333;
        transition: 0.6s;
    }
    .ph_nav li a {
        display: flex;
    }
    .li-bot li:nth-child(1) .iconfont {
        transform: rotate(180deg);
    }
    .span3-active {
        transform: rotate(-45deg);
        top: -8px !important;
    }
    .span2-active {
        transform: rotate(45deg);
    }
    .span-active {
        opacity: 0 !important;
    }
    .common_banner {
        margin: 100px 0 0 0;
    }
    .header .main {
        height: 62px;
    }
    .page_banner {
        margin: 100px 0 0 0!important;
    }
    .en .header .main .other .login {
        width: 120px;
    }
}
@media screen and (max-width: 1024px) {
    footer .information {
        left: 0;
    }
    footer .black{
        display: none;
    }
    .common_peak .wrap .navigation a {
        padding: 0 30px;
        height: 36px;
    }
    .fixed_side {
        display: none!important;
    }
    .common_banner .text span {
        font-size: 28px;
    }
    .common_paging {
        margin: 16px auto 0;
    }
    .common_service .wrap {
        margin: 40px auto;
    }
    .common_service .wrap .content {
        grid-template-columns: repeat(2,1fr);
    }
    .common_service .wrap .title {
        margin: 0 0 30px 0;
    }
    .common_service .wrap .content .cut_big .text a:not(.more) {
        white-space: unset;
        overflow: hidden;
    }
    .common_issue .wrap .title span {
        font-size: 24px;
    }
    .common_issue .wrap .content .issue .show p {
        font-size: 16px;
    }
    .common_issue .wrap .content .issue .show .iconfont {
        font-size: 16px;
        margin: 0 10px 0 0;
    }
    .common_issue .wrap .title p {
        font-size: 16px;
    }
    .common_issue .wrap .content .issue .show {
        height: 70px;
    }
    .common_issue .wrap .content .issue .hide .joke {
        margin: 0 0 46px 0px;
    }
    .common_service .wrap .title {
        font-size: 24px;
    }
}
@media screen and (max-width: 900px) {

    .kep_contact .wrap {
        flex-direction: column;
    }
    .kep_contact .content, .kep_contact .text {
        width: 100%;
    }
    .kep_contact .wrap {
        margin: 30px auto;
    }
    .kep_contact .content {
        padding: 20px;
    }
    .kep_contact .content .list input {
        width: 74%;
    }
    .kep_contact .content .list.type .item{
        width: 74%;
    }

    .kep_contact .content .list.message div {
        width: 74%;
    }
    .kep_contact .text h2{
        margin: 0 0 15px 0;
    }
    .kep_contact .content {
        margin-top: 20px;
    }
    .kep_contact .content form button {
        margin: 18px 0 0 0;
    }
    .common_issue .wrap .content{
        margin: 18px 0 0 0;
    }
    .common_background .wrap{
        margin: 10px auto 0;
    }
    .common_background .all .color {
        margin: auto;
        position: unset;
        top: unset;
        left: unset;
        transform: unset;
        padding: 20px;
    }
    .common_background .all {
        height: fit-content;
    }
    .common_background .all .color .joke a {
        margin: 20px 0 0 0;
    }
    .common_background .all .color .joke {
        width: 100%;

    }
    .common_peak .wrap .navigation{
        flex-wrap: wrap;
    }
    body .common_peak .wrap .navigation a {
        /*width: 48% !important;*/
        padding: 0 10px;
        margin: 0 2% 10px 0 !important;
    }
    .common_peak .wrap .navigation a:nth-child(3n) {
        margin: 0 2% 10px 0 ;
    }
    .common_paging a {
        width: 40px;
        height: 40px;
    }
    .common_banner .other p {
        width: 100%;
    }
    .common_service .wrap .content {
        grid-template-columns: repeat(1,1fr);
    }
    .oversized a p {
        font-size: 18px;
    }
    .oversized a .iconfont {
        font-size: 36px;
    }
    .oversized{
        height: 90px;
    }
    .related_products .swiper-pagination span {
        width: 15px;
    }
}
@media screen and (max-width: 500px) {
    .header .search #color{
        width: 90vw!important;
        left: -70vw!important;
    }
    .header .search-group a {
        width: 100px!important;
    }
    .common_banner .text span {
        font-size: 24px;
    }
    .common_banner .other span {
        font-size: 24px !important;
    }
    .common_banner .other p {
        font-size: 14px;
    }
    .common_banner .other .link a {
        width: 110px;
        height: 40px;
    }
    .linkmaster .wrap .content {
        grid-template-columns: repeat(1, 1fr) !important;
        margin: 20px 0 0 0;
    }
    .linkmaster .wrap .content .item p {
        font-size: 14px;
    }
    .oversized a p {
        font-size: 16px;
    }
    .oversized a .iconfont {
        font-size: 28px;
    }
    .oversized{
        height: 70px;
    }
    .common_issue .wrap .content .issue .show p{
        font-size: 14px;
    }
}
