@import url(common.css);

:root {
    --main-color: #DA251D;
    --main-border-radius: 1.1111rem 1.1111rem 0 0;
}

.con {
    padding: 0 .8889rem;
}

.pic {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.index-br {
    border-radius: var(--main-border-radius);
}


header {
    background-color: #fff;
    padding: 1rem;
}

.header-logo {
    width: 4.0889rem;
    height: 1.0222rem;
}

.header-right a span {
    color: var(--main-color);
    font-size: 1rem;
    margin-right: .3111rem;
    font-weight: 600;
}

.header-right a em {
    color: var(--main-color);
    font-size: .8888rem;
    font-weight: bold;
}

.index-ba-swiper .swiper-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    bottom: 1.7778rem;
    left: 0;
}

.index-ba-swiper .swiper-pagination .swiper-pagination-bullet {
    background-color: #fff;
    border-radius: 0;
    width: .4444rem;
    height: .4444rem;
    display: block;
    opacity: 1;
    margin: 0 .222rem;
    border-radius: 50%;
}

.index-ba-swiper .swiper-pagination .swiper-pagination-bullet-active {
    background-color: var(--main-color);
    opacity: 1;
}

.index-ico {

    margin-top: -1.1111rem;
    background-color: #fff;
    z-index: 1;
    padding-top: 1.3333rem;
}

.index-ico-i img {
    width: 1.1111rem;
    height: 1.1111rem;
    margin: 0 auto .4444rem;
    display: block;
}

.index-ico-i p {
    font-size: .6667rem;
}

.index-cases {
    padding-top: 3.1111rem;
    padding-bottom: 2.0889rem;
}

.index-top-l h4 {
    font-size: 1rem;
    margin-bottom: .4444rem;
}

.index-top-l p {
    font-size: .7111rem;
    opacity: 0.7;
    line-height: 1;
}

.index-top-r a {
    font-size: .6667rem;
}

.index-cases-con {
    margin-top: 1.6222rem;
}

.index-cases-swiper {
    width: 94%;
    margin: 0;
    overflow: unset;
}

.index-cases-swiper .swiper-wrapper {
    align-items: center;
}

.index-cases-swiper .swiper-slide {
    transform: scale(0.9, 0.9);
    transition: all ease-out 0.4s;
}

.index-cases-swiper .swiper-slide-active {
    transform: scale(1, 1);
}

.index-cases-pic {

    padding-bottom: 60%;
}

.index-cases-swiper .swiper-slide a p {
    font-size: .7556rem;
    margin-top: .6667rem;
}

.index-team {
    background: #FDF3EE;
    padding-top: 2.5556rem;

    padding-bottom: 1.5556rem;
}

.index-team-con {
    margin-top: 1.4rem;
}

.index-team-con::after {
    content: "";
    display: block;
    width: 28.64%;
}

.index-team-i {
    width: 28.64%;
    margin-bottom: 1.9556rem;
}

.index-team-pic {
    padding-bottom: 6.2222rem;
}

.index-team-txt {
    margin-top: .6222rem;
}

.index-team-txt h4 {
    font-size: .7778rem;
    margin-bottom: .3333rem;
}

.index-team-txt p {
    font-size: .5333rem;
    opacity: 0.75;
}

.index-vr {
    background-color: #fff;
    padding-top: 2.1333rem;
    margin-top: -1.1111rem;
    z-index: 1;
    padding-bottom: 2.2222rem;
}

.index-vr-con {
    margin-top: 1.6444rem;
}

.index-vr-swiper {
    overflow: unset;
    width: 91.6%;
    margin: 0;
}

.index-vr-pic {
    padding-bottom: 10.0667rem;
}

.index-vr-ico {
    width: 2.9556rem;
    height: 2.9556rem;
    border: 1px solid #fff;
    background-color: rgba(0, 0, 0, 0.5);
}

.index-vr-ico span {
    color: #fff;
    font-size: 1.5rem;
}

.index-vr-i p {
    font-size: .6667rem;
    margin-top: .6666rem;
}

.index-ytl {
    background-color: #f3f3f3;
    padding-top: 2.3111rem;
    padding-bottom: 3.2rem;

}

.index-ytl-con {
    margin-top: 1.7333rem;
}

.index-dzlc {
    background: #F8F2F2;
    margin-top: -1.1111rem;
    padding-top: 2.5333rem;
    z-index: 1;
    padding-bottom: 3.4222rem;
}

.index-dzlc-top {
    padding-left: .8889rem;
    padding-right: .8889rem;
}

.index-dzlc-con {
    overflow-x: auto;
    margin-top: 1.2889rem;
    padding-left: .8889rem;
    padding-right: .8889rem;
}

.index-dzlc-con::-webkit-scrollbar {
    display: none;
}

.index-dzlc-i,
.index-dzlc-i-jt {
    flex-shrink: 0;
}

.index-dzlc-pic {
    width: 3.0222rem;
    height: 3.0222rem;
    display: block;
    margin: 0 auto;
}

.index-dzlc-i p {
    font-size: .5778rem;
    margin-top: .6667rem;
}

.index-dzlc-i-jt {
    margin: 0 .6667rem 1.3333rem .3111rem;
    background-color: transparent;
}

@keyframes breathe {

    0%,
    100% {
        opacity: 0.6;
        transform: scale(1);
    }

    50% {
        opacity: 1;
        transform: scale(1.05);
    }
}

.index-dzlc-i-jt span {
    color: #666;
    opacity: 0.6;
    font-size: .5778rem;
    margin-right: -0.2222rem;
    /* 呼吸效果动画 */
    animation: breathe 2s infinite ease-in-out;
}

.index-dzlc-btn {
    width: 81.44%;
    margin: 1.7111rem auto 0;
    background: linear-gradient(90deg, #DA251D, #FF8033);
    color: #fff;
    font-size: .8889rem;
    letter-spacing: .1111rem;
    padding: .7556rem 0;
}

.index-dzlc-btn:hover {
    color: #fff;
    background: linear-gradient(90deg, #FF8033, #DA251D);
}

.index-sp {
    margin-top: -1.1111rem;
    z-index: 1;
    background-color: #fff;
    padding-top: 2.0222rem;
    padding-bottom: 3.3333rem;

}

.index-sp-con-top {
    margin-top: 2rem;
    margin-bottom: 1.3333rem;
    overflow-x: auto;
    padding-left: .8889rem;
    padding-right: .8889rem;
}

.index-sp-con-top::-webkit-scrollbar {
    display: none;
}

.index-sp-con-top span {
    font-size: .6667rem;
    margin-right: 1.3333rem;
    flex-shrink: 0;
    line-height: 1;
}

.index-sp-con-top span::after {
    content: '';
    display: block;
    width: 100%;
    border-radius: .1333rem;
    height: .1111rem;
    background-color: transparent;
    margin-top: .3333rem;
}

.index-sp-con-top span.on::after {
    background-color: var(--main-color);
}

.index-sp-con-top span.on {
    color: var(--main-color);
}

.index-sp-con-bt-box {
    display: none;
}

.index-sp-con-bt-box.on {
    display: block;
}

.index-sp-con-bt {
    overflow-x: auto;
    padding-left: .8889rem;
    padding-right: .8889rem;
}

.index-sp-con-bt::-webkit-scrollbar {
    display: none;
}

.index-sp-con-bt-i {
    flex-shrink: 0;
    margin-right: .8444rem;
    padding-bottom: 14.4rem;
    width: 61.72%;
}

.index-hd {
    background: #F6F6F6;
    margin-top: -1.1111rem;
    z-index: 1;
    padding-top: 1.7778rem;
    padding-bottom: 3.3333rem;
}

.index-hd-con {
    margin-top: 1.2667rem;
}

.index-hd-i {
    background-color: #fff;
    margin-bottom: .4444rem;
    padding: 1.2222rem .7778rem;
}

.index-hd-i-l {
    margin-right: .8889rem;
}

.index-hd-i-l h4 {
    font-size: .8889rem;
    margin-bottom: 1.2rem;
    line-height: 1.2;
}

.index-hd-i-l p {
    font-size: .6222rem;
    opacity: 0.5;
}

.index-hd-i-r {
    padding-bottom: 4.0889rem;
    width: 32%;
}

.index-pro {
    background-color: #fff;
    margin-top: -1.1111rem;
    padding-top: 1.7778rem;
    padding-bottom: 3.3333rem;
    z-index: 1;
}

.index-pro-con {
    margin-top: 1.4rem;
}

.index-pro-swiper {
    overflow: unset;
    margin: 0;
    width: 92.71%;
}

.index-pro-i {
    background-color: #fff;
    padding: .5333rem;
}

.index-pro-i p {
    font-size: .7111rem;
    margin-top: .6rem;
}

.index-pro-i-pic {
    width: 100%;
    padding-bottom: 4.5rem;
}

.index-form {
    padding-bottom: 1.8rem;
}

.index-form-con {
    background: linear-gradient(180deg, #5BB96C 60%, #fff);
    padding-left: 1rem;
    padding-right: 1rem;
}

.index-form-top {
    z-index: 1;
}

.index-form-top-r {
    width: 6.0889rem;
    margin-left: .8rem;
    margin-top: -0.6222rem;
}

.index-form-top-l h4 {
    color: #fff;
    font-size: 1.2889rem;
    margin-bottom: .3333rem;
}

.index-form-top-l p {
    color: #fff;
    font-size: .6667rem;
}

.index-form-con-section {
    width: 100%;
    background: #FFFFFF;
    border-radius: .4444rem;
    margin-bottom: .4889rem;
    padding: .7111rem .5778rem;
}

.index-form-con-section span {
    font-size: .8889rem;
    margin-right: .5rem;
}

.index-form-con-section input {
    font-size: .6667rem;
}

.index-form-con-section input::placeholder {
    opacity: 0.5;
}

.index-form-btn {
    width: 100%;
    background: #34BA4C;
    color: #fff;
    padding: .7111rem 0;
    font-size: .9333rem;
    font-weight: 500;
    margin-top: 1rem;
    margin-bottom: .6667rem;
}

.index-form-tip p {
    font-size: .5888rem;
    opacity: 0.6;
}

.footer-pt {
    padding-bottom: 4.8rem;
}

footer {
    background: #fff;
    z-index: 2;
    padding: .8889rem 0;
}

.footer-nav-i img {
    width: 1rem;
    height: 1rem;
    margin: 0 auto .4444rem;
}

.footer-nav-i p {
    font-size: .5999rem;
    color: #3B3B3B;
}

.footer-nav-i.on p {
    color: var(--main-color);
}

.pf-list {
    z-index: 2;
    bottom: 30%;
    right: .1111rem;
}

.pf-list-i {
    margin-bottom: .4444rem;
    padding: .4889rem .6rem;
}

.pf-list-i span {
    font-size: .7778rem;
    line-height: 1;
}

.pf-list-i em {
    flex: 1;
    margin-left: .3111rem;
    font-size: .6222rem;
    line-height: 1;
}

.pf-list-i:first-child {
    background-color: #fff;
    color: var(--main-color);
}

.pf-list-i:last-child {
    background-color: #27CE44;
    color: #fff;
}

/*about*/
.header-back span {
    line-height: 1;
    color: #000;
    font-size: 1rem;
}

.ab-top {
    background: #61AC65;
    padding: 2.1333rem 0 1.4222rem;
}

.ab-top-l h4 {
    color: #fff;
    font-size: 1.8889rem;
    line-height: 1.2;
    margin-bottom: 0.6667rem;
}

.ab-top-l p {
    color: #fff;
    font-size: .6222rem;
    line-height: 1;
}

.ab-top-r {
    width: 8.0444rem;
}

.ab1 {
    background-color: #fff;
    margin-top: -1.6666rem;
    z-index: 1;
    padding: 2rem 0;
}

.ab-tit {
    font-size: 1.2222rem;
    font-weight: 500;
}

.ab-con p {
    font-size: .6667rem;
    opacity: 0.7;
}

.ab1-con .ab-tit {
    margin-bottom: .8889rem;
}

.ab1-con p {
    margin-bottom: 1.3333rem;
    text-align: justify;
}

.ab2 {
    background: #FEFDF9;
    padding: 2rem 0;
    z-index: 1;
}

.ab2-top .ab-tit {
    margin-bottom: .5333rem;
}

.ab2-top-pic {
    margin-top: 1.4rem;
    margin-bottom: 1.8222rem;
}

.ab2-list-i {
    margin-bottom: .9778rem;
}

.ab2-list-i-r {
    width: 31.35%;
    margin-left: 1.7778rem;
}

.ab2-list-i-l h4 {
    font-size: 1rem;
    margin-bottom: .5556rem;
    font-weight: 400;
}

.ab2-list-i-l p {
    font-size: .6667rem;
    opacity: 0.7;
    text-align: justify;
}

.ab3 {
    background: #FBF0F0;
    padding: 2.5111rem 0 2.6667rem;
    z-index: 1;
    margin-top: -1.1111rem;
}

.ab3-top .ab-tit {
    margin-bottom: .8889rem;
}

.ab3-top p {
    margin-bottom: 2rem;
}

.ab3-list-i:first-child {
    margin-bottom: .5556rem;
}

.ab3-list-i:nth-child(2) {
    width: 51.6%;
}

.ab3-list-i:nth-child(3) {
    width: 46.17%;
}

.ab4 {
    background-color: #fff;
    padding: 2.2222rem 0;
    z-index: 1;
    margin-top: -1.1111rem;
}

.ab4-con .ab-tit {
    margin-bottom: .8889rem;
}

.ab4-pic {
    margin-top: 1.3333rem;
}

/*product*/
.search {
    margin: 1rem 0;
}

.search-con {
    background: #F0F0F0;
    padding: .6667rem .8889rem;
}

.search-con input {
    font-size: .8rem;
    background-color: transparent;
    width: 100%;
    line-height: 1;
}

.search-con input::placeholder {
    opacity: 0.5;
    font-size: .8rem;
}

.search-con button {
    border: none;
    margin-left: .6667rem;
    background-color: transparent;
    outline: none;
    padding: 0;
    margin: 0;
}

.search-con button span {
    color: #000;
    font-size: 1rem;
    line-height: 1;
}

.pro-catelist {
    padding-top: 1.4444rem;
}

.pro-catelist-swiper {
    margin-top: 1.4222rem;
}

.pro-catelist-i-pic {
    padding-bottom: 100%;
}

.pro-catelist-i p {
    font-size: .6667rem;
    opacity: 0.7;
    margin-top: .5778rem;
}

.pro-catelist-swiper .swiper-wrapper {
    align-items: flex-start;
}

.pro-catelist-swiper .swiper-pagination {
    position: static;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 1.3333rem;
}

.pro-catelist-swiper .swiper-pagination-bullet {
    background: #D9D9D9;
}

.pro-catelist-swiper .swiper-pagination-bullet-active {
    background: var(--main-color);
}

.pro-dz {
    padding: 2.6667rem 0 1.4rem;
}

.pro-dz-con {
    overflow-x: auto;
    padding: 0 .8889rem;
    margin-top: 1.1111rem;
}

.pro-dz-con::-webkit-scrollbar {
    display: none;
}

.pro-dz-i {
    flex-shrink: 0;
    margin-right: .5333rem;
    width: 47.68%;
}

.pro-dz-i-pic {
    width: 100%;
    padding-bottom: 6.2889rem;
    margin-bottom: .5333rem;
}

.pro-dz-i p {
    font-size: .6667rem;
}

.pro-cate-top-con {
    padding: 0 .8999rem;
    overflow-x: auto;
}

.pro-cate-top-con::-webkit-scrollbar {
    display: none;
}

.pro-cate-top-i {
    background-color: transparent;
    padding: .5111rem 1.1111rem;
    font-size: .7556rem;
    flex-shrink: 0;
    margin-right: .4444rem;
}

.pro-cate-top-i.on {
    background-color: var(--main-color);
    color: #fff;
}

.pro-cate-top {
    border-bottom: 1px solid #E5E5E5;
    padding-bottom: .4444rem;
}

.pro-cate-con-l {
    width: 24.5%;
    background-color: #F6F6F6;
    height: 100%;
}

.pro-cate-con-l-i {
    padding: .8889rem .4444rem .8889rem 0;
    border-bottom: 1px solid #E5E5E5;
    background-color: transparent;
}

.pro-cate-con-l-i span {
    font-size: .7111rem;
    line-height: 1.2;
}

.pro-cate-con-l-i::before {
    content: '';
    display: block;
    width: .1111rem;
    background-color: transparent;
    height: 1rem;
    border-radius: 2px;
    margin-right: .4444rem;
}

.pro-cate-con-l-i.on {
    background-color: #fff;
}

.pro-cate-con-l-i.on::before {
    background-color: var(--main-color);
}

.pro-cate-con-r {
    padding: 1.0667rem .6667rem;
}

.pro-cate-r-item {
    width: 48.5%;
    margin-bottom: 1rem;
}

.pro-cate-item-pic {
    width: 100%;
    padding-bottom: 65%;
}

.pro-cate-r-item p {
    font-size: .6667rem;
    margin-top: .4444rem;
}

.no-data {
    width: 100%;
    font-size: .8888rem;
    text-align: center;
    color: #ccc;
}

.pro-list-title h4 {
    font-size: 1rem;
    margin-bottom: .8888rem;
}

.pro-list-i {
    width: 48.5%;
    margin-bottom: 1rem;
}

.pro-list-i-pic {
    width: 100%;
    padding-bottom: 70%;
}

.pro-list-i p {
    line-height: 1.2;
    font-size: .777rem;
    opacity: 0.8;
    margin-top: .4444rem;
}


.pagination {
    margin: 1rem;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}

.pagination li a,
.pagination li span {
    width: 1.4rem;
    height: 1.4rem;
    margin: 0 .3rem;
    background-color: #000;
    color: #fff;
    display: flex;
    font-size: .6222rem;
    border-radius: .1778rem;
    justify-content: center;
    align-items: center;
    line-height: 1;
    margin-bottom: 10px;
}

.pagination li.active a,
.pagination li.active span {
    background-color: var(--main-color);
}

.pagination li.disabled a,
.pagination li.disabled span {
    background-color: #777;
    cursor: no-drop;
}

.pro-show-ba-pic {
    padding-bottom: 80%;
}

.pro-show-con {
    background-color: #fff;
    margin-top: -1.1111rem;
    z-index: 1;
    padding-bottom: 1.1111rem;
    border-bottom: .4444rem solid #F6F6F6;
}

.pro-show-con-top {
    padding: 1.3778rem .4444rem;
}

.pro-show-con-top-tit {
    margin-right: 1rem;
}

.pro-show-con-top-tit h4 {
    font-weight: 600;
    font-size: 1.1111rem;
    margin-bottom: .5333rem;
    line-height: 1.2;
}

.pro-show-con-top-tit p {
    font-size: .7556rem;
}

.pro-show-con-top-tit p em {
    color: var(--main-color);
    margin-right: .3333rem;
}

.pro-show-con-top-tit p i {
    color: #666;
    text-decoration: line-through;
}

.pro-show-con-icon span {
    font-size: 1rem;
}

.pro-show-con-top-txt {
    padding: 1.5556rem 1.3333rem;
    background-color: #F6F6F6;
}

.pro-show-con-top-txt>h4 {
    font-size: .8889rem;
    margin-bottom: 1rem;
}

.pro-show-con-top-list p {
    font-size: .7777rem;
    margin-bottom: .3333rem;
}

.pro-show-con-bot-tit h4 {
    font-size: .8889rem;
    margin: 1.3333rem 0;
}

.bot {
    background-color: #fff;
    padding: .6222rem 0;
}

.bot-con-r {
    margin-left: 1.7778rem;
}

.bot-con-r-i {
    width: 48.5%;
    padding: .5555rem 0;
    margin-bottom: 0;
}

.bot-con-r-i:first-child {
    border: 1px solid var(--main-color);
    color: var(--main-color);
}

.bot-con-r-i span {
    font-size: 1rem;
}

.bot-con-r-i em {
    font-size: .8889rem;
    flex: none;
    line-height: 1;
}

.bot-con-l a span {
    font-size: 1.5rem;
    color: var(--main-color);
}

.bot-con-l a p {
    font-size: .7777rem;
    margin-top: .3333rem;
}

/*hd*/

.hd-top {
    padding-top: 1.5111rem;
    margin-bottom: 1rem;
}

.hd-top-i {
    background-color: var(--main-color);
}

.hd-top-i-pic {
    padding-bottom: 8.6667rem;
}

.hd-top-i p {
    font-size: .8rem;
    color: #fff;
    margin: .7556rem;
}

.hd-top-swiper .swiper-pagination {
    bottom: 2.5rem;
}

.hd-top-swiper .swiper-pagination-bullet {
    background-color: #fff;
}

.hd-top-swiper .swiper-pagination-bullet-active {
    background-color: var(--main-color);
}

.hd-show-top {
    padding-top: .8444rem;

}

.hd-show-top-txt {
    padding-bottom: 1.3333rem;
    border-bottom: 1px solid #E5E5E5;
}

.hd-show-top h4 {
    font-size: 1rem;
    margin-bottom: 1rem;
    line-height: 1.3;
    text-align: justify;
}

.hd-show-top-txt span,
.hd-show-top-txt p {
    opacity: 0.5;
    font-size: .7777rem;
}

.hd-show-top-txt p em {
    margin-left: .2222rem;
}

.hd-show-con {
    padding: 1.3333rem 0;
}

.hd-show-con p {
    font-size: .7777rem;
    opacity: 0.8;
    margin-bottom: .5rem;
    text-align: justify;
}

/*cases*/
.cases-bar-con {
    padding: 0 0 .7556rem;
}

.cases-bar-i span {
    font-size: .7777rem;
    margin-right: .4444rem;
}

.cases-bar-i.on span {
    color: var(--main-color);
}

.cases-bar-i.on i {
    color: var(--main-color);
}

.cases-bar-i i {
    opacity: 0.5;
    font-size: .7111rem;
}

.cases-bar-list {
    overflow: hidden;
    border-radius: 0 0 .7777rem .7777rem;
    background-color: #fff;
}

.cases-bar-list .con {
    margin: 0;
    padding: 1.4667rem 1.4667rem 0;
}

.cases-bar-list-i {
    margin-bottom: 1.4667rem;
}

.cases-bar-list-i span {
    font-size: .7777rem;
}

.cases-bar-list-i i {
    font-size: .888rem;
    opacity: 0;
}

.cases-bar-list-i.selected span {
    color: var(--main-color);
}

.cases-bar-list-i.selected i {
    opacity: 1;
    color: var(--main-color);
}

.cases-bar-list-t-i {
    text-align: center;
    line-height: 1;
    width: 50%;
    font-size: .7111rem;
    padding: .8667rem 0;
}

.cases-bar-list-t-i:first-child {
    background: #E8E8E8;
}

.cases-bar-list-t-i:last-child {
    background: var(--main-color);
    color: #fff;
}

.cases-bar-mask {
    z-index: 0;
    background-color: rgba(0, 0, 0, 0.5);
    top: 24%;
    display: none;
}

.cases-list {
    padding: .8889rem 0;
    background-color: #f5f5f5;
}

.cases-list-i {
    background-color: #fff;
    margin-bottom: .8889rem;
}

.cases-list-i-pic {
    padding-bottom: 55%;
}

.cases-list-i-info {
    padding: .8rem;
}

.cases-list-i-info h4 {
    font-size: .8444rem;
}

.cases-list-i-info p i {
    opacity: 0.8;
    font-size: .7111rem;
    margin-right: .4444rem;
}

.cases-list-i-info p em {
    opacity: 0.8;
    font-size: .7111rem;
}

.case-show-img {
    padding-bottom: 15.3778rem;
}

.cases-show-top-tab-list {
    left: .8889rem;
    bottom: 12%;
    background-color: rgba(0, 0, 0, 0.3);
    padding: .2222rem;
    z-index: 1;
}

.cases-show-top-tab-list span {
    font-size: .6666rem;
    padding: .2667rem .4444rem;
    border-radius: .6667rem;
    color: #fff;
    margin: 0 .2222rem;
}

.cases-show-top-tab-list span.on {
    background-color: #fff;
    color: #000;
}

.cases-show-top .swiper-pagination {
    width: 3rem;
    bottom:13%;
    right: .8889rem;
    background-color: rgba(0, 0, 0, 0.3);
    color: #fff;
    border-radius: .6667rem;
    left: unset;
    font-size: .6666rem;
    padding: .2667rem .4444rem;
}

.cases-show-txt {
    margin-top: -1.1111rem;
    z-index: 1;
    padding-bottom: .4444rem;
}

.cases-show-txt-con {
    background-color: #fff;
    padding: 1.1111rem;
}

.cases-show-txt-tit h4 {
    font-size: 1.1111rem;
    margin-right: .6667rem;
    flex: 1;
}

.cases-show-txt-tit p i,
.cases-show-txt-tit p em {
    font-size: .6667rem;
    opacity: 0.8;
    margin-right: .3333rem;
}

.cases-show-list {
    margin-top: 1.6222rem;
    padding-bottom: 1.1111rem;
    border-bottom: 1px solid #E5E5E5;
}

.cases-show-list-i {
    width: 30%;
    border-right: 1px solid #E5E5E5;
}

.cases-show-list-i p {
    font-size: .7111rem;
    opacity: 0.7;
    margin-bottom: .4rem;
}

.cases-show-list-i:last-child {
    border-right: none;
}

.cases-show-list-i h4 {
    font-size: .7777rem;
}

.cases-show-team {
    padding: .8222rem .4444rem;
}

.cases-show-team-pic {
    width: 3.0444rem;
    height: 3.0444rem;
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
}

.cases-show-team-txt {
    padding-left: .6667rem;
    padding-right: 1rem;
}

.cases-show-team-txt-desc {
    font-size: .6667rem;
    opacity: 0.8;
    margin-bottom: .3333rem;
}

.cases-show-team-txt-title {
    font-weight: bold;
    font-size: 1.0667rem;
}

.cases-show-team-btn a {
    background: linear-gradient(90deg, #DA251D, #FF8033);
    color: #fff;
    font-size: .7111rem;
    padding: .8444rem 1.3rem;
}

.cases-show-part {
    margin-top: 1.7111rem;
    
}

.cases-show-part-con {
    margin-top: .8222rem;
}
.cases-show-part-tit h4{
    display: flex;
     align-items: center;
     font-size: 1.1111rem;
     
}
.cases-show-part-tit h4::before {
    content: "";
    display: block;
    background-color: var(--main-color);
    border-radius: 0.2222rem;
    width: .2667rem;
    height: .9778rem;
    margin-right: .4444rem;
}
.cases-show-sp-list{
    overflow-x: auto;
    padding-left: .8889rem;
    padding-right: .8889rem;
}
.cases-show-sp-list::-webkit-scrollbar {
    display: none;
}

.cases-show-sp-list-i-pic{
    flex-shrink: 0;
    margin-right: .4444rem;
    width: 90%;
    padding-bottom: 60%;
}
.cases-show-vr-pic{
    padding-bottom: 60%;
}

.cases-show-video-list-i{
    flex-shrink: 0;
    margin-right: .6666rem;
    width: 70%;
}
.cases-show-video-list-i video{
    width: 100%;
    display: flex;
    height: 40vh;
    background-color: #000;
}
.cases-show-content p{
    font-size: .6667rem;
    text-align: justify;
    opacity: 0.8;
    margin-bottom: .6666rem;
}
/*team*/
.team-list-i{
    background-color: #fff;
    margin-bottom: .5333rem;
    padding: 1rem .6667rem;
}
.team-list-i-pic{
    width: 5.8rem;
    padding-bottom: 7.0889rem;
}
.team-list-i-info{
    margin-left: 1.1111rem;
}
.team-list-i-tit{
    margin-bottom: .5111rem;
}
.team-list-i-tit h4{
    font-size: 1rem;
    margin-right: .4444rem;
}
.team-list-i-tit p{ 
    font-size: .7111rem;
    opacity: 0.8;
}
.team-list-i-fg span{
    margin-right: .2222rem;
    background: #FFE3D5;
    color: #FF5700;
    font-size: .6222rem;
    border-radius: .2222rem;
    padding: .2667rem .4444rem;
    line-height: 1;
}
.team-list-i-fg{
    margin-bottom: .4444rem;
}
.team-list-i-jy span{
    font-size: .6667rem;
    margin-right: .6666rem;
}
.team-list-i-jy span em{
    color: var(--main-color);
}
.team-list-i-btn{
    background: linear-gradient(90deg, #DA251D, #FF8033);
    color: #fff;
    font-size: .7111rem;
    margin-top: .6667rem;
    padding: .5778rem  1.4rem ;
}
.team-show-top-pic{
    padding-bottom: 26rem;
}
.team-show-top-info{
    z-index: 1;
    left: 1.4222rem;
    bottom: 25%;
}
.team-show-top-info h4{ 
    font-size: 1.5556rem;
    color: #fff;
    margin-bottom: .5333rem
}
.team-show-top-info p{ 
    color: #fff;
    font-size: .7111rem;
    opacity: 0.8;
    line-height: 1;
}
.team-show-info{
    background-color: #f5f5f5;
    margin-top: -5.1rem;
    z-index: 1;
    padding: 1.7556rem 1.4444rem 2.5rem;
}
.team-show-year{
    margin-bottom: .7333rem;
}
.team-show-year span{
    font-size: .7777rem;
    margin-right: .6666rem;
    border-right: 1px solid #666;
    padding-right: .6666rem;
}
.team-show-year span:last-child{ 
    border-right: none;
}   
.team-show-year span em{ 
    color: var(--main-color);
    margin-left: .2222rem;
}
.team-show-r a{
    width: 3.3333rem;
    height: 3.3333rem;
    color: var(--main-color);
    background-color: #fff;
    font-size: .7111rem;
}
.team-show-con{
    margin-top: -1.1rem;
    z-index: 1;
    padding-top: 1.6222rem;
    background-color: #fff;
}
.team-show-tab-i{
    font-size: .8444rem;
    padding-bottom: .3778rem;
    border-bottom: 2px solid transparent;
    text-align: center;
    width: 40%;
}
.team-show-tab-i.on{
    color: #DA251D;
    border-bottom: 2px solid rgb(218, 37, 29);
}
.team-show-tab-con{
    padding: 1.4889rem 0;
}
.team-show-js-info p{
    text-align: justify;
    font-size: .6667rem;
    opacity: 0.8;
    margin-bottom: .6666rem;
}

.ca1 {
    padding: 2.5778rem 1rem;
    background: linear-gradient(180deg, #ffffff, rgba(218, 37, 29, 0.3));
}
.ca1-l{
    width: 100%;
}
.ca1-l-tit{
    padding-bottom:1rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 1rem;
}
.ca1-l-tit h4{
    font-size: 2.6667rem;
    margin-bottom: 1rem;
    color: var(--main-color);
}
.ca1-l-tit p{
    font-size:.8rem;
    opacity: 0.7; 
}
.ca1-l-item{
    padding-bottom:1rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 1rem;
}
.ca1-l-item span{
    font-size:.8rem;
    opacity: 0.7;
    margin-bottom: .6666rem;
}
.ca1-l-item a{
    font-size: .8rem;
    font-weight: 600;
}
.ca1-l-item a:hover{
    text-decoration: underline;
    opacity: 0.5;
}
.ca1-l-item p{
     font-size: .8rem;
     margin-bottom: .66666rem;
}
.ca1-l-item p em{
    font-weight: 600;
}
.ca1-l-gps span{
    font-size: .8rem;
    margin-right: .4444rem;
}
.ca1-l-gps a{
    font-size: .8rem;
    font-weight: 600;
}
.ca1-l-gps a:hover{
    text-decoration: underline;
    opacity: 0.5;
}
.ca1-r{ 
    margin-top: 2rem;
    padding: 2.5rem 1rem;
    background-color: #fff;
}
.ca1-r-tit h4{
    font-size: 2.6667rem;
    margin-bottom: 1rem;
    color: var(--main-color);
}
.ca1-r-form-label{
    margin-bottom: 1rem;
}


.ca1-r-form-label input,.ca1-r-form-label textarea{
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    padding: 0  .0521rem .8rem;
    font-size: .8888rem;
}
.ca1-r-form-label textarea{
    height:5rem;
}
.ca1-r-btn{
    background-color: var(--main-color);
    color: #fff;
    font-size: .8rem;
    padding: .6666rem 0;
    width: 100%;
    transition: all ease-in-out 0.3s;
}
.ca1-r-btn:hover{
    opacity: 0.5;
}

@media screen and (min-width: 768px) {
    html{
        font-size: 19px !important;
    }
    body {
        width: 375px;
        margin: 0 auto;
        position: relative !important;
    }
    header.pf,footer.pf,.bot.pf{
        width: 375px !important;
        margin: 0 auto;
        left: 50% !important;
        transform: translateX(-50%) !important;
        
    }
   
    .a-box{
        width: 100%;
        height: 100%;
        position: absolute !important;
        top: 0;
        left: 0;
    }
}



