html {
    font-size: 14px !important;
    font-family: sans-serif, Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Noto Sans CJK SC, WenQuanYi Micro Hei, Arial !important;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet:focus {
    outline: none;
}
a img:hover   {cursor:hand}
/*@media screen and (max-width: 1600px){*/
/*    html{*/
/*        font-size: calc(14 * 100vw / 1600) !important;*/
/*        font-family: sans-serif,Helvetica Neue,Helvetica,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Noto Sans CJK SC,WenQuanYi Micro Hei,Arial !important;*/
/*    }*/
/*}*/

/*@media screen and (max-width: 1280px){*/
/*    html{*/
/*        font-size: calc(14 * 100vw / 1280) !important;*/
/*        font-family: sans-serif,Helvetica Neue,Helvetica,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Noto Sans CJK SC,WenQuanYi Micro Hei,Arial !important;*/
/*    }*/
/*}*/

/*@media screen and (max-width: 960px){*/
/*    html{*/
/*        font-size: calc(14 * 100vw / 960) !important;*/
/*        font-family: sans-serif,Helvetica Neue,Helvetica,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Noto Sans CJK SC,WenQuanYi Micro Hei,Arial !important;*/
/*    }*/
/*}*/

/*@media screen and (max-width: 375px){*/
/*    html{*/
/*        font-size: calc(14 * 100vw / 375) !important;*/
/*        font-family: sans-serif,Helvetica Neue,Helvetica,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Noto Sans CJK SC,WenQuanYi Micro Hei,Arial !important;*/
/*    }*/
/*}*/

a:active,:visited {
    text-decoration: none;
}

img {
    -webkit-user-select:none;
    -moz-user-select:none;
    user-select:none;
}

body::-webkit-scrollbar {
    display: none;
}

input {
    border: 0;
    text-decoration: none;
}

textarea {
    border: 0;
    outline: none;
    resize: none
}

textarea:focus {
    outline: none;
}

input:focus {
    outline: none
}

.header-top-sign-in-a:hover {
    color: #fff !important;
}

button {
    /*消除button的默认样式*/
    /*这种写法是对所有的button标签同时生效*/
    margin: 0px;
    padding: 0px;
    /*自定义边框*/
    border: 0px;
    /*消除默认点击蓝色边框效果*/
    outline: none;
    background-color: transparent !important;
}

/** 轮播固定样式 */
.swiper-pagination .swiper-pagination-bullet {
    display: inline-block;
    background: #fff;
    opacity: .7;
    margin: 0 5px;
    transition: opacity .5s, background-color .5s, width .5s;
    width: 30px;
    height: 4px;
    border-radius: 0;
}

.swiper-pagination .swiper-pagination-bullet-active {
    opacity: 1;
    background: #c7000c !important;
    transition-delay: 0s;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 7px !important;
}

/*高斯模糊*/
.bg-blur {
    -webkit-filter: blur(2px);
    -moz-filter: blur(2px);
    -o-filter: blur(2px);
    -ms-filter: blur(2px);
    filter: blur(2px);
}

/** 头部 开始*/
.header[data-theme="transparent-light"]:not(:hover):not(:active):not(:focus):not(.show-search):not(.show-dropdown) .header-top {
    background-color: transparent;
}

.header[data-theme="transparent-light"]:not(:hover):not(:active):not(:focus):not(.show-search):not(.show-dropdown) .header-l-list {
    background-color: transparent;
}

.header[data-theme="transparent-light"]:not(:hover):not(:active):not(:focus):not(.show-search):not(.show-dropdown) .header-top-in-logo:first-child {
    display: block !important;
}

.header[data-theme="transparent-light"]:not(:hover):not(:active):not(:focus):not(.show-search):not(.show-dropdown) .header-top-in-logo:last-child {
    display: none;
}

.header[data-theme="transparent-light"]:not(:hover):not(:active):not(:focus):not(.show-search):not(.show-dropdown) .header-top-search-input {
    background: rgba(25, 29, 40, 0.35);
}

.header {
    position: fixed !important;
    top: 0;
    width: 100%;
    z-index: 99999;
}

.pc {
    display: block;
}

.phone {
    display: none;
}

/*顶部栏*/
.header-top {
    width: 100%;
    height: 3rem;
    background: rgba(0, 0, 0, 0.8);
    line-height: 3rem;
    display: flex;
    justify-content: space-between;
    transition: all .3s ease-out;
    margin-top: 0;
    z-index: 999;
}

.header-top-in {
    display: flex;
    position: relative;
    padding-left: 1rem;
    height: 100%;
    justify-content: space-between;
}

.header-top .icon-wrap {
    display: flex;
    flex-grow: 1;
    align-items: center;
    justify-content: flex-end;
    height: 100%;
}

.header-top .icon-wrap .icon-box {
    position: relative;

    margin-right: 10%;
    padding-bottom: 30px;
    width: 30px;
    height: 0;
}

.header-top .icon-wrap .icon-inner {
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    transition: all .3s;
}

.header-top .icon-wrap .icon-inner:nth-child(2) {
    opacity: 0;
}

.header-top .current .icon-inner:nth-child(1) {
    opacity: 0;
}

.header-top .current .icon-inner:nth-child(2) {
    opacity: 1;
}

.header-top .icon-wrap img {
    width: 100%;
    height: 100%;
    vertical-align: top;
    object-fit: contain;
}

.header-top-in-logo {
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
    transition: all .5s;
}

.header-top-in-logo .icon {
    position: relative;
    width: 8rem;
    height: 5rem;
    z-index: 0;
}

.header-top-sign {
    display: flex;
    height: 3rem;
    justify-content: flex-end;
    margin-right: 2px;
    align-items: center;
    align-content: center;
    z-index: 999;
}

.hide-box {
    position: fixed;
    z-index: 99999;
    background: #eee;
    width: 100%;
    max-height: calc(100% - 104px);
    font-size: 14px;
    line-height: 40px;
    top: -100%;
    left: 0;
    overflow: auto;
    overflow-x: hidden;
    transition: top ease 0.35s;
}

.show-box {
    position: fixed;
    z-index: 99999;
    background: #eee;
    width: 100%;
    max-height: calc(100% - 104px);
    font-size: 14px;
    line-height: 40px;
    top: 5rem !important;
    left: 0;
    overflow: auto;
    overflow-x: hidden;
    transition: top ease 0.35s;
}

.active-box {
    width: 100%;
}

.active-box .btn-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 2% 5%;
    width: 100%;
}

.active-box .btn-wrap .btn-box {
    display: inline-block;
    padding: 0 50px;
    margin-right: initial !important;
    border: 1px solid #c7000c;
    font-size: 1.8rem;
    line-height: 1.5;
    color: #c7000c;
    background-color: #fff;
}

.active-box .btn-wrap > a:first-of-type .btn-box {
    color: #fff;
    background-color: #c7000c;
}

/*检索框*/
.header-top-search {
    position: relative;
    height: calc(3rem - 2px);
    top: 1px;
    margin-right: 2px;
}

.header-top-search-label {
    display: block;
    position: relative;
    height: calc(3rem - 4px);
    top: 2px;
}

.header-top-search-input {
    display: block;
    margin-top: 0;
    padding: 0 1rem 0 1rem;
    width: 14rem;
    height: calc(3rem - 6px);
    color: #fff;
    background: #191D28;
    border: 0;
    transition: all 0.6s ease-out;
    border-style: none;
    line-height: calc(3rem - 6px);
    font-size: 1rem;
    text-align: left !important;
}

input.header-top-search-input:focus,
input.header-top-search-input:hover {
    width: 20em;
    color: #333;
    background: #fff;
}

.header-top-search .icon {
    position: absolute;
    top: calc(0.8rem - 2px);
    right: 0.5rem;
    height: 1.5rem;
    width: 1.5rem;
}

.custom_btn {
    background-color: #c7000c !important;
    border-radius: 2px;
    color: #fff;
    white-space: nowrap;
}

.custom_btn:hover {
    background-color: #c7000c !important;
}

/*检索框*/

/*登录注册按钮组*/
.header-top-sign-in {
    display: flex;
    justify-content: space-between;
    position: relative;
    height: calc(3rem - 2px);
    top: 1px;
}

.header-top-sign-login {
    display: block;
    position: relative;
    height: calc(3rem - 2px);
    top: 2px;
    color: #ffffff;
    margin-right: 2px;
}

.header-top-sign-join {
    display: flex;
    justify-content: space-between;
    position: relative;
    height: calc(3rem - 2px);
    top: 2px;
    margin-right: 5px;
}

.header-top-sign-lang {
    display: flex;
    justify-content: space-between;
    position: relative;
    height: calc(3rem - 2px);
    top: 2px;
    margin-right: 2px;
}

.header-top-sign-lang > a > .icon {
    width: 2.5rem;
    height: 2.5rem;
}

.header-top-sign-in-a {
    display: flex;
    position: relative;
    height: calc(100% - 4px);
    /* line-height: 3rem; */
    align-items: center;
    padding: 0 2rem;
    word-break: keep-all;
}

.header-top-sign-login .header-top-sign-in-a:not(:hover) {
    background-color: #191D28 !important;
}

/*登录注册按钮组*/

.header-user{
    display: flex;
    align-items: center;
    margin: 0 1rem 0 1rem;
    cursor: pointer;
    position: relative;
}
.header-user .hu-im{
    width: 28px;
    height: 28px;
    border-radius: 50%;
    overflow: hidden;
}
.header-user .hu-im .wimg{
    width: 100%;
    height: 100%;
    display: block;
}
.header-user .hu-mc{
    color: #ffffff;
    font-size: 14px;
    padding: 0 0 0 0.5rem;
}

.down-menu{
    display: none;
    position: absolute;
    top: 100%;
    width: 100%;
    overflow: hidden;
    background-color: transparent;
}
.down-menu .CBul{
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 100%);
    float: left;
    justify-content: flex-start;
    box-shadow: 0 1px 8px rgb(0 0 0 / 6%);
}
.down-menu .CBli{
    /*padding: 0 5px;*/
}
.down-menu .CBa{
    display: block;
    width: 100%;
    line-height: 40px;
    /*font-weight: 700;*/
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    /*opacity: 0.6;*/
    white-space:nowrap;

    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    word-break: break-all;
    transition: all 0.5s;

    /*padding: 0 0 0 20%;*/
}
.down-menu .CBli:hover .CBa{
    opacity: 1;
}



.header-l-list {
    position: relative;
    width: 100%;
    height: 4rem;
    border-top: 1px solid rgba(255, 255, 255, .1);
    background: rgba(0, 0, 0, 0.8);
    transition: all .3s ease-out;
    z-index: 998;
}

.header-l-list-ul {
    position: relative;
    width: 100%;
    height: 100%;
    list-style: none;
}

.hlu-li {
    padding: 0 1.8em;
    float: left;
}

.hlul-a {
    line-height: 4rem;
    font-size: 1.2rem;
    color: #ffffff;
    text-decoration: none;
    position: relative;
    display: block;
    height: 4rem;
    cursor: default;
}

.hlul-d {
    position: absolute;
    width: 100%;
    max-height: 0;
    top: 100%;
    left: 0;
    /* background: #252b3a; */
    background: rgba(0, 0, 0, 0.8);
    transition: all .5s ease-in-out 0s;
    overflow: hidden;
}

.hlu-li:hover .hlul-d {
    max-height: 100vh;
    transition: all .6s ease-in-out 0.5s;
}

.hluld-u {
    position: relative;
    padding: 1.5rem 1rem 1.5rem;
    height: calc(100% - 2rem);
}

.hluld-u-d:first-child {
    position: absolute;
    width: 28rem;
    height: calc(100% - 2rem);
    min-height: 20rem;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.hluld-u-d:last-child {
    padding-left: 28rem;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
    min-height: 24rem;
}

.hluld-u-img {
    max-width: 24rem;
    margin-top: 2rem;
    min-height: 20rem;
}

.hluld-u:hover .hluld-u-img {
    animation: img-span .3s ease-in-out;
}

@keyframes img-span {
    0% {
        transform: rotateY(0deg);
    }

    50% {
        transform: rotateY(180deg);
    }

    100% {
        transform: rotateY(360deg);
    }
}

.hluld-u-li {
    display: block;
    font-size: 1rem;
    color: #fff;
    line-height: 3rem;
    width: calc(33.33% - 2rem);
    padding: 0 1em;
}

.hluld-u-li > .icon {
    width: 1rem;
    height: 1rem;
}

.hluldul-a {
    display: inline-block;
    position: relative;
    padding: 0.5rem 1em 1.5rem;
    text-decoration: none;
    color: #fff;
    font-size: 1.1rem;
    line-height: 2rem;
    cursor: default;
}

.hluldul-a > i {
    padding: 0 0.5rem 0 0;
    color: #fb0005;
}

.hluldul-dl {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    /* background: #2e3336; */
    /*background: rgba(0, 0, 0, 0.2);*/
    /*margin-top: 1rem;*/
    margin-bottom: 1.5rem;
}

.hluldul-p {
    padding: 0 1rem 0.5rem 1rem;
    line-height: 1rem;
}

.hluldul-p > span {
    font-size: 0.9rem;
    color: #666666;
}

.hluldul-dl-dd {
    display: inline-block;
    padding: 0 1rem;
    line-height: 2rem;
    background: rgba(0, 0, 0, 0.2);
    margin-left: 1rem;
    margin-bottom: .6rem;
    border-radius: 0.1rem;
}

.hluldul-dl-dd:hover {
    background: #c7000c;

}

.hlulduldd-a {
    color: #ffffff;
    font-size: 1rem;
}

.header-nav-hover-line {
    position: absolute;
    z-index: 0;
    height: 3px;
    width: 0;
    padding: 0;
    background-color: #e01d25;
    bottom: 0.5rem;
    -webkit-transition: 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    transition: 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

/**
   * 头部 结束
*/
.sp_nav {
    width: 2.3rem;
    float: right;
    position: relative;
    cursor: pointer;
    height: 100%;
    margin-top: 6%;
    right: 0.5rem;
}

.sp_nav span {
    display: block;
    background: #fff;
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    transition: all ease 0.35s;
}

.sp_nav span:nth-of-type(1) {
    top: .2rem
}

.sp_nav span:nth-of-type(2) {
    top: 1rem
}

.sp_nav span:nth-of-type(3) {
    top: 1.8rem
}

.sp_nav_se span:nth-of-type(1) {
    top: 10px;
    transform: rotate(45deg)
}

.sp_nav_se span:nth-of-type(2) {
    width: 0
}

.sp_nav_se span:nth-of-type(3) {
    top: 10px;
    transform: rotate(-45deg)
}

.sp_nav_se span:nth-of-type(1) {
    top: 10px;
    transform: rotate(45deg)
}

.sp_nav_se span:nth-of-type(2) {
    width: 0
}

.sp_nav_se span:nth-of-type(3) {
    top: 10px;
    transform: rotate(-45deg)
}

.sjj_nav {
    position: fixed;
    z-index: 99999;
    background: #eee;
    width: 100%;
    max-height: calc(100% - 104px);
    font-size: 14px;
    line-height: 40px;
    top: -100%;
    left: 0;
    overflow: auto;
    overflow-x: hidden;
    transition: top ease 0.35s;
}

.nav_show {
    top: 5rem;
    box-sizing: border-box;
}

.sjj_nav > ul > li:first-child {
    overflow: hidden;
    border-top: 0
}

.sjj_nav > ul > li:first-child > a {
    float: left;
    width: calc(100% - 70px)
}

.sjj_nav > ul > li:first-child .language {
    float: right;
    width: 70px;
    overflow: hidden;
    line-height: 30px;
    margin-top: 5px
}

.sjj_nav > ul > li:first-child .language a {
    width: 35px;
    float: left;
    border-left: 1px #ddd solid;
    text-align: center;
    color: #999;
}

.sjj_nav ul li i {
    position: absolute;
    top: 5px;
    right: 0px;
    border-left: 1px #ddd solid;
    height: 30px;
    padding: 0px 7px 0 7px;
}

.sjj_nav ul li i svg {
    transform: rotate(-90deg);
    transition: all ease 0.35s
}

.sjj_nav ul li .sjj_nav_i_se svg {
    transform: rotate(0deg)
}

.sjj_nav ul li {
    margin-left: 20px;
    position: relative;
    line-height: 40px;
    font-size: 14px
}

.sjj_nav ul li:not(:first-child) {
    border-top: 1px #ddd solid;
}

.sjj_nav ul li ul li:first-child {
    border-top: 1px #ddd solid;
}

.model_156783670112 .f2-item-box .f2-item-hide .f2-hide-bg
.sjj_nav > ul > li:last-child {
    border-bottom: 1px #ddd solid;
}

.sjj_nav ul li ul {
    display: none
}

.sjj_nav ul li a {
    color: #666;
    width: 80%;
    display: block
}

.sjj_nav ul li ul li a {
    color: #999;
    display: block;
    text-align: left;
}

.sjj_nav ul li i svg {
    width: 20px;
    height: 20px;
    fill: #555;
}

.sjj_nav ul li .sjj_nav_i_se svg {
    fill: #c9141e
}

.sjj_nav ul li ul li > ul {
    margin-left: 10px
}

/*通用标题*/
.section-title {
    text-align: center;
    padding-top: 5rem;
    padding-bottom: 1rem;
}

.section-title .h1 {
    position: relative;
    line-height: 2rem;
    font-size: 2.5rem;
    color: #000;
    z-index: 2;
    margin-bottom: 1rem;
    font-weight: normal;
}

.section-title .flag1 {
    position: relative;
    line-height: 2.8rem;
    font-size: 2.8rem;
    color: #000;
    z-index: 2;
    margin-bottom: 1rem;
    font-weight: normal;
}

.section-title .h2 {
    position: relative;
    font-size: 1.3rem;
    line-height: 2rem;
    color: #666;
    z-index: 2;
    margin-bottom: 1rem;
    box-sizing: border-box;
    padding: 0 1rem;
    font-weight: normal;
}

/*底部*/
.footer {
    width: 100%;
    background: #191919;
    padding: 2em 0 0 0;
}

/*联系 & 服务*/
.footer-in {
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

.footer-in-left {
    width: 40rem;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
}

.footer-in-left > div {
    width: 24rem;
}

.footer-in-left .img_box {
    display: flex;
    margin-top: 2rem;
}

.footer-in-left .img_box > div {
    width: 12rem;
    height: 14rem;
    text-align: center;
}

.footer-in-left .img_box > div:first-child {
    margin-right: 3rem;
}

.footer-in-list {
    width: calc(100% - 40rem);
    display: flex;
    padding-left: 80px;
    padding-bottom: 3rem;
    justify-content: flex-start;
    position: relative;
    box-sizing: border-box;
}

.footer-in-list::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    background: rgba(255, 255, 255, .1);
}

.footer-in-list-ul {
    width: 16.66%;
    margin-right: 2rem;
}

.footer-in-list-ul-li {
    line-height: 2rem;
    font-size: 1rem;
    font-weight: bold;
    color: #ffffff;
}

.footer-in-list-ul-li:first-child {
    margin-bottom: 1em;
    line-height: 3rem;
    user-select: none;
}

.footer-in-list-ul-li:first-child:after {
    content: "";
    display: block;
    width: 2.5em;
    height: 2px;
    background-color: #fff;
}

.footer-in-list-ul-li-a {
    color: rgba(255, 255, 255, .5);
    font-weight: normal;
    font-size: 1.1rem;
}

.footer-in-list-ul-li-a:hover {
    color: #c7000c;
}

.footer-in-list-ul-li:first-child .footer-in-list-ul-li-a {
    color: rgba(255, 255, 255, .5);
    font-weight: normal;
    font-size: 1.2rem;
    color: #fff;
    word-break: keep-all;
}

/* 友情链接 */
.footer-link {
    padding: 1rem 6rem;
    border-top: 1px solid rgba(255, 255, 255, .1);
    border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.footer-link-in {
    margin: 0 auto;
}

.footer-link-in-list {
    display: flex;
    justify-content: flex-start;
}

.footer-link-in-list-title {
    line-height: 1.5em;
    font-size: 1em;
    font-weight: bold;
    color: #fff;
    display: block;
    width: 120px;
    user-select: none;
}

.footer-link-in-list-d-links {
    line-height: 1.5em;
    font-size: 1em;
    color: rgba(255, 255, 255, .5);
    margin-left: 2em;
}

.footer-link-in-list-d-links:hover {
    color: #fff;
}

.footer-link-in-list-d {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

/*技术支持 & 版权*/
.footer-support {
    padding: 1em 8em;
}

.footer-support-in {
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;

    font-size: 1.1em;
}

.footer-support-in .img-box {
    position: relative;
    margin-right: .2rem;
    padding-bottom: 2rem;
    width: 2rem;
    height: 0;
}

.footer-support-in .img-box .img-inner {
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
}

.footer-support-in .img-box img {
    width: 100%;
    height: 100%;
}

.footer-support-p {
    font-size: 1.1rem;
    line-height: 2rem;
    color: rgba(255, 255, 255, .5);
    margin-right: 10px;
}

.footer-support-p2 {
    line-height: 2rem;
    user-select: none;
}

.footer-support-p2-span {
    color: rgba(255, 255, 255, .5);
    font-size: 1.1rem;
    line-height: 2rem;
}

.footer-support-p2-a {
    display: flex;
    align-items: center;
    color: rgba(255, 255, 255, 0.5);
    font-size: 1.1rem;
    line-height: 2rem;
}

.footer-support-p2-a:hover {
    color: #e74c3c;
    font-size: 1.1rem;
}


@media screen and (max-width: 1024px) {
    .footer-in {
        width: 100% !important;
    }

    .footer-support-in,
    .footer-link-in {
        margin: 10px 0;
        width: 100% !important;
    }

    .footer-support-in {
        display: block;
        text-align: center;
    }

    .footer-in-list {
        display: none;
    }

}

/*底部 结束*/
/*手机样式*/
@media screen and  (max-width: 1023px) {
    html {
        font-size: 12px !important;
    }

    .pc {
        display: none !important;
    }

    .phone {
        display: block;
    }

    .header-top {
        height: 5rem;
        line-height: 5rem;
    }

    .header-top-sign {
        height: 5rem;
    }

    .header-top-in-logo .icon {
        fill: #FFF;
    }

    .footer-in-left > div {
        display: flex;
        justify-content: center;
        width: 30rem;
    }

    .footer-link-in-list-title {
        width: 0;
    }

    .model_156783670112 .case-container .img-container:not(:nth-child(-n + 12)) {
        display: none;
    }

    .model_156783670112 .img-container_2 .f2-item-box:not(:nth-child(-n + 3)) {
        display: none;
    }

    .footer-link {
        padding: 0 1rem;
    }

    .footer-support {
        padding: 1em;
    }

    .sjj_nav > ul > li:first-child > a {
        font-size: 1.4rem;
    }

    .sjj_nav ul li a {
        font-size: 1.4rem;
    }

    .footer-in-left .img_box {
        justify-content: space-around;
        box-sizing: border-box;
        padding: 0 9%;
    }

    .footer-support-p {
        margin-right: initial;
        font-size: 1.2rem;
    }

    .footer-support-p:last-of-type {
        display: none;
    }

    .footer-support-p2-a {
        justify-content: center;
        font-size: 1.2rem;
    }

    .phone-table {
        font-size: 1.4rem !important;
    }

    .phone-number {
        font-size: 1.4rem;
    }

    .footer-link-in-list {
        justify-content: flex-start !important;
    }

    .footer-link-in-list-d-links {
        margin: .25em .5em;
    }

    .active-box .btn-wrap > a:first-of-type .btn-box {
        display: block;
    }

    .active-box .btn-wrap .btn-box {
        display: block;
    }

    .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 5px !important;
    }

    .footer-support-p2-a > span > a {
        font-size: 1.25rem;
        color: rgba(255, 255, 255, .5);
    }

    .footer-support-p2-a:hover {
        font-size: 1.25rem;
    }
}

a {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-user-select: none;
    -moz-user-select: none;
}
