html,
body {
    padding: 0;
    margin: 0;
    height: 100%;
} 
.container {
    width: 100%;
    min-width: 375px;
    height:460px;
    position: relative;
}
.swiper2 {
    width: 100%;
    height: 460px;
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 100;
}

.swiper2>.swiper-container {
    width: 100%;
    height: inherit;
}

.swiper2 .swiper-pagination-bullet-active{
    opacity: 1;
    /* background: var(--swiper-pagination-color, var(--swiper-theme-color)); */
    width: 10px;
    height: 6px;
    border-radius: 0px;
    transform: scaleX(2.66);
    background: #CE2520;
}

.swiper-pagination-bullet {
    width: 10px;
    height: 6px;
    display: inline-block;
    background: #ffffff;
    opacity: .2;
    margin: 0 10px;
    transform: scaleX(2.66);
    border-radius: 0px;
}
.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after ,.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
    content: '';
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next{
    left: -10px;
}
.swiper-button-prev:focus,.swiper-button-next:focus{
    outline: none;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev{
    right: -10px;
}
.qy20-h-carousel__arrow[data-v-1ea95016]:hover{
    opacity: 1;
}
.qy20-h-carousel__arrow.left[data-v-1ea95016] {
    /* transform: translate(-100%,-50%); */
}
.qy20-h-carousel__arrow[data-v-1ea95016] {
    position: absolute;
    opacity: .3;
    cursor: pointer;
}
.swiperBox{
    width: 100%;
    margin: 0 auto;
}
.swiperBox img{
    width: 100%;
    height: 460px;
    display: block;
    margin: 0 auto;
    vertical-align: middle;
}
a.swiperTitle{
    font-size: 24px;
    color: #ffffff;
    text-decoration: none;
    padding: 15px 0;
    display: block;
    text-align: left;
}
.swiperInfo{
    color: #ffffff;
    font-size: 14px;
    opacity: .7;
    padding: 3px 0;
    margin: 0;
    text-align: left;
}
.swiper-pagination{
    left: 0;
    right: 0;
}
.swiperBig{
    height: inherit;
}
.swiperBig a{
    display: flex;
    align-items: center;
    height: inherit;
}
.swiperBig img{
    width: 100%;
    vertical-align: middle;
}
.sw_mask_{
    position: absolute;
    z-index: 110;
    width: 300px;
    top: 0;
    bottom: 0;

}
.sw_mask_left{
    left: 0;
    background: linear-gradient(to left,#00000000,#00000075);
}
.sw_mask_right{
    right: 0;
    background: linear-gradient(to right,#00000000,#00000075);
}
.top-div{
    background-color: #000000;
    display: grid;
    grid-template-columns: 50px 1fr 60px 120px;
    color: #5a5a5a;
    height: 60px;
    line-height: 60px;
}
.top-div .third img{
    width: 100%;
}
.columns-slides-3fr{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    text-align: center;
    padding: 10px 0px;
}
.columns-slides-3fr .item{
    background-color:  #FBFBFB;
    width: 100px;
    height: 320px;
    margin: 0px auto;
}
.columns-slides-3fr .item img{
    width: 100%;
    height: 280px;
}
.columns-slides-3fr .item a{
    text-decoration: underline;
    color: blue;
}
.font-div{
    background-color: #f7f7f7;
    height: 80px;
    padding-top: 20px;
}
.font-div .first{
    height: 40px;
    font-size: 18px;
    line-height: 40px;
    color: #CC251C;
}
.font-div .second{
    font-size: 14px;
    height: 36px;
    line-height: 36px;
    color: #818181;
    letter-spacing: 0px;
}
.block-item-div{
    background-color: #ededed;
    display: grid;
    grid-template-columns: 1fr 90px 90px;
    font-size: 12px;
    padding: 15px 0px;
    color: #818181;
}
.block-item-div .item1{
    height: 60px;
    FONT-WEIGHT: 600;
    display: grid;
    grid-template-columns: 40px 1fr;
    border-right: 1px solid #818181;
    padding-left: 25px;
}
.block-item-div .item2{
    display: inline-block;
    height: 60px;
    width: 90px;
    text-align: center;
    border-right: 1px solid #7C7C7C;
}
.margin-top10{
    margin-top: 10px;
}
.font-size12{
    font-size: 12px;
}
.font-size16{
    font-size: 16px;
}
.block-item-div .img-item{
    height: 24px;
    margin-top: 6px;
}
.block-item-div .phone{
    width: 32px;
}
.about-content{
    padding: 20px;
    font-size: 12px;
    line-height: 24px;
    color: #818181;
}
.about-content-en{
    padding: 20px;
    font-size: 14px;
    line-height: 24px;
    color: #818181;
}
.about-title{
    margin-top: 20px;
    color: #818181;
}
.about-line{
    border: 1px solid #CC251C;
    height: 0px;
    width: 60px;
    text-align: center;
    margin: 15px auto 5px auto;
}
.video-block{
    width: 90%;
    margin-left: 5%;
}
.loop-div{
    background-image: url(/img/home/bg-cloud.png);
    color: #FFFFFF;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: auto;
    scrollbar-width: none;
}
.loop-div img{
    width: 90%;
    margin-left: 5%;
    padding-bottom: 20px;
}
.contact-us-div{
    background-color: #000000;
    color: #818181;
    padding: 20px;
    font-size: 14px;
}
.feet-div{
    background-color: #161616;
    color: #818181;
    height: 60px;
    text-align: center;
    border-top: 1px solid;
    font-size: 12px;
    line-height: 20px;
}
.address-item{
    word-wrap: break-word;
    width: calc(100% - 35px);
    height: 100%;
    display: inline-block;
    box-sizing: border-box;
    vertical-align: middle;
    line-height: 18px;
}
.login-span{
    margin: 0px 10px;
    font-size: 14px;
    color: #818181;
}
#itemDiv{
    padding: 20px 10%;
    background-color: #161616;
    color: #818181;
    height: 100%;
}
.item-b-div{
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #5e5e5e;
    padding: 0px 10px;
    cursor: pointer;
}
.hidden{
    display: none;
}
.item-active{
    color:#CC251C;
}
.btn-i{
    width: 24px;
    height: 24px;
    margin-right: 8px;
    -webkit-mask-size: 24px 24px;
    mask-size: 24px 24px;
    display: inline-table;
    cursor: pointer;
    background-size: 24px;
    margin-top: 18px;
}
.en-btn{
    background-image: url(/img/home/en-zh.png);
    -webkit-mask-image: url(/img/home/en-zh.png);
    background: #ffffff;
}
.zh-btn{
    background-image: url(/img/home/zh-en.png);
    -webkit-mask-image: url(/img/home/zh-en.png);
    background: #ffffff;
}
.lang-div{
    position: absolute;
    bottom: 5%;
    text-align: center;
    width: 80%;
}
.lang-div span {
    margin:0px 5px;
}
.span-select{
    color:#cc251c;
    border-bottom: 1px solid;
}
.sw-title-div{
    position: absolute;
    top: 30%;
    width: 100%;
    font-size: 36px;
    color: #ffffff;
    letter-spacing: 1px;
    text-align: center;
}
.sw-title-div-en{
    position: absolute;
    top: 35%;
    width: 100%;
    font-size: 28px;
    color: #ffffff;
    text-align: center;
}
.sw-link-div{
    width: 30%;
    height: 30px;
    line-height: 30px;
    position: absolute;
    top: 50%;
    color: #ffffff;
    text-align: center;
    border: 1px solid;
    border-radius: 15px;
    left: 35%;
    font-size: 14px;
}

.m-update-slide{
    color: #818181;
    font-size: 20px;
    text-align: center;
    line-height: 50px;
    margin-top: 20px;
}
.m-p1-img-div{
    height: 140px;
    width: 100%;
    background: url(/img/home/m-p1s.jpg) no-repeat center center;
    background-size: cover;
}
.m-p2-img-div{
    height: 140px;
    width: 100%;
    background: url(/img/home/m-p2s.jpg) no-repeat center center;
    background-size: cover;
}
.m-p3-img-div{
    height: 140px;
    width: 100%;
    background: url(/img/home/m-p3s.jpg) no-repeat center center;
    background-size: cover;
}
.m-p4-img-div{
    height: 140px;
    width: 100%;
    background: url(/img/home/m-p4s.jpg) no-repeat center center;
    background-size: cover;
}
.m-p5-img-div{
    height: 140px;
    width: 100%;
    background: url(/img/home/m-p5s.jpg) no-repeat center center;
    background-size: cover;
}
.m-p6-img-div{
    height: 140px;
    width: 100%;
    background: url(/img/home/m-p6s.jpg) no-repeat center center;
    background-size: cover;
}
.m-p-img-font{
    font-size: 28px;
    color: #ffffff;
    letter-spacing: 2px;
    text-align: center;
    height: 80px;
    line-height: 80px;
    padding-top: 20px;
}
.m-p-img-font-en{
    font-size: 24px;
    color: #ffffff;
    text-align: center;
    height: 80px;
    line-height: 80px;
    padding-top: 20px;
}
.m-p1-title{
    width: 70%;
    margin: 30px 15%;
    height: 50px;
    background-color: #FF494B;
    color: #ffffff;
    font-size: 20px;
    line-height: 50px;
    text-align: center;
}
.m-p1-title-en{
    width: 80%;
    margin: 30px 10%;
    height: 120px;
    background-color: #FF494B;
    color: #ffffff;
    font-size: 18px;
    line-height: 40px;
    text-align: center;
}
.m-item2{
    width: 88%;
    margin: 20px 6%;
    display: grid;
    grid-template-columns: 30px 1fr;
}
.m-item2 img{
    width: 16px;
    margin-top: 5px;
}
.m-item2 .letter{
    line-height: 24px;
    color: #777777;
    letter-spacing: 1px;
    font-size: 14px;
}
.m-item2 .letter-en{
    line-height: 24px;
    color: #777777;
    font-size: 14px;
}
.m-item{
    width: 88%;
    margin-left: 6%;
    color: #cccccc;
    font-size: 14px;
}
.m-p1-product-div{
    width: 100%;
    text-align: center;
}
.m-p1-product-div .imgWidth{
    width: 100%;
}
.m-p1-product-item{
    font-size: 14px;
    margin-bottom: 20px;
}
.m-p1-product-item img{
    height: 12px;
    margin-right: 5px;
}
.m-p2-title-div{
    width: 80%;
    margin: 30px 10%;
    height: 50px;
    background-color: #FF494B;
    color: #ffffff;
    font-size: 20px;
    line-height: 50px;
    text-align: center;
}
.m-p2-title-div-en{
    width: 90%;
    margin: 30px 5%;
    height: 80px;
    background-color: #FF494B;
    color: #ffffff;
    font-size: 18px;
    line-height: 40px;
    text-align: center;
}
.m-slide-img-div{
    width: 80%;
    margin: 30px 10%;
}
.m-slide-img-div img{
    width: 100%;
}
.m-pet-img-div{
    width: 68%;
    margin-left: 16%;
    margin-bottom: 40px;
}
.m-pet-img-div img{
    width: 100%;
}
.follow-us-div{
    background-color: #000000;
    color: #818181;
    padding: 20px;
    font-size: 14px;
}
.item-follow4{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin-top: 20px;
}
.m-wai-div{
    width: calc(100% - 26px);
    display: inline-block;
    margin: 15px 10px;
    padding: 3px;
    border-radius: 5px;
    box-shadow: 0px 0px 10px 5px #cccccc;
    height: 220px;
    background-color: #eeeeee;
}
.m-wai-div-en{
    width: calc(100% - 26px);
    display: inline-block;
    margin: 15px 10px;
    padding: 3px;
    border-radius: 5px;
    box-shadow: 0px 0px 10px 5px #cccccc;
    height: 300px;
    background-color: #eeeeee;
}
.m-bg-color{
    width: 90px;
    padding: 5px;
    height: 210px;
    text-align: center;
}
.m-bg-color img{
    height: 100%;
}
.m-columns-6051fr {
    display: grid;
    grid-template-columns: 60px 5px 1fr;
    color: #3c3c3c;
    font-size: 14px;
    height: 28px;
    line-height: 28px;
    text-align: left;
}
.m-line-div{
    border-bottom: 3px solid #FF3A3B;
    width: 100px;
    display: block;
    margin: 0px auto 20px auto;
}
.m-nei-div-en{
    background-color: #eeeeee;
    border-radius: 5px;
    display: grid;
    grid-template-columns: 95px 1fr;
}
.m-bg-color-en{
    width: 90px;
    padding: 5px 0px;
    height: 210px;
    text-align: center;
}
.m-bg-color-en img{
    height: 100%;
}
.scan-div-en{
    border-top: 1px solid #CBCBCB;
    padding: 5px;
}

span.out > i {
    background-image: url(../../img/svg/out.svg);
    -webkit-mask-image: url(../../img/svg/out.svg);
    mask-image: url(../../img/svg/out.svg);
    width: 18px;
    height: 18px;
    /* margin: 8px; */
    margin-left: 8px;
    -webkit-mask-size: 18px 18px;
    mask-size: 18px 18px;
    display: inline-table;
    cursor: pointer;
    background-size: 18px;
    margin-bottom: 20px;
}
.m-out-div{
    width: 370px;
    border: 1px solid #E3E3E5;
    border-radius: 15px;
    box-shadow: #e3e3e5 0px 0px 5px 5px;
    margin: 20px auto;
    text-align: left;
    cursor: pointer;
}
.columns-1fr110 {
    margin: 10px;
    display: grid;
    grid-template-columns: 1fr 100px;
}
.m-out-div .left-div{
}
.m-out-div .left-div .title-div{
    color: #FF494B;
    border-bottom: 1px solid #FF494B;
    display: inline-block;
    font-weight: 700;
    font-size: 24px;
    padding-bottom: 5px;
    margin-bottom: 10px;
}
.m-out-div .left-div .item{
    display: grid;
    grid-template-columns: 20px 1fr;
    margin: 10px 0px;
}
.m-out-div .left-div .item .title-item{
    font-size: 13px;
    color: #818181;
    padding: 5px 0px;
}
.m-out-div .left-div .border-div{
    width: 14px;
    background-color: #E3E3E5;
    border-radius: 6px;
    height: 50px;
}
.m-out-div .left-div .source-div{
    height: 32px;
    color: #ffffff;
    border-radius: 8px;
    line-height: 32px;
    padding: 0px 15px;
    display: inline-block;
}
.m-out-div .left-div .source-red-div{
    background-color: #FF7070;
}
.m-out-div .right-div{
    margin-top: 10px;
}
.m-out-div .right-div .height260{
    height: 240px;
}
.m-out-div .right-div .height260 img{
    height: 100%;
}
.m-out-div .right-div .img-num-div{
    display: grid;
    grid-template-columns: 0.5fr 1fr;
    height: 20px;
    line-height: 20px;
    text-align: center;
    margin: 5px 15px;
}
.m-out-div .right-div .img-num-div img{
    height: 20px;
}
.m-out-div .bottom-div{
    margin: 10px;
    border-top: 1px solid #B0B0B0;
    color: #B0B0B0;
    font-size: 12px;
}
.m-out-div .bottom-div .item2-div{
    display: grid;
    grid-template-columns: 1fr 0.8fr;
    height: 20px;
    line-height: 20px;
}
.m-out-div .bottom-div .height28px{
    height: 20px;
    line-height: 20px;
}
.max-width-230{
    max-width: 230px;
}
.width-230{
    width: 230px;
}
.max-width-206{
    max-width: 206px;
}
.m-login-div{
    color: #ffffff;
    width: 80%;
    height: 50px;
    line-height: 50px;
    border-radius: 5px;
    margin: 30px 10%;
    text-align: center;
    font-size: 20px;
    letter-spacing: 3px;
    font-weight: 600;
}
.m-login-div-en{
    color: #ffffff;
    width: 80%;
    height: 50px;
    line-height: 50px;
    border-radius: 5px;
    margin: 30px 10%;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
}
.m-login-div button,.m-login-div-en button{
    background-color: #FF3A3B;
    color: #FFFFFF;
    border: none;
    border-radius: 10px;
    padding: 0.8rem 2rem;
    font: 20px "Margarine", sans-serif;
    outline: none;
    cursor: pointer;
    position: relative;
    transition: 0.2s ease-in-out;
    letter-spacing: 2px;
    width: 100%;
}

.button-jittery button {
    animation: jittery 4s infinite;
}
.button-jittery button:hover {
    animation: heartbeat 0.2s infinite;
}

@keyframes jittery {
    5%, 50% {
        transform: scale(1);
    }
    10% {
        transform: scale(0.9);
    }
    15% {
        transform: scale(1.15);
    }
    20% {
        transform: scale(1.15) rotate(-5deg);
    }
    25% {
        transform: scale(1.15) rotate(5deg);
    }
    30% {
        transform: scale(1.15) rotate(-3deg);
    }
    35% {
        transform: scale(1.15) rotate(2deg);
    }
    40% {
        transform: scale(1.15) rotate(0);
    }
}
@keyframes heartbeat {
    50% {
        transform: scale(1.1);
    }
}

.analysis-item{
    width: 370px;
    border: 1px solid #E3E3E5;
    border-radius: 15px;
    box-shadow: #e3e3e5 0px 0px 5px 5px;
    margin: 20px auto;
}
.analysis-item .title-item{
    height: 36px;
    line-height: 36px;
    color: #B0B0B0;
    margin: 5px 25px;
}
.analysis-item .content-item{
    background-color: #F2F2F2;
    margin: 0px 20px;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    padding: 0px 15px;
}
.analysis-item .content-item150{
    background-color: #F2F2F2;
    margin: 0px 20px;
    min-height: 150px;
    line-height: 32px;
    border-radius: 5px;
    padding: 0px 15px;
    overflow-y: auto;
    scrollbar-width: none;
}
.analysis-item .pic-div{
    display: inline-block;
    width: 43%;
    margin: 3%;
}
.analysis-item .pic-div img{
    width: 100%;
}
#sliderItem .title-div{
    display: grid;
    grid-template-columns: 55px 1fr;
    margin: 0px 20px;
    height: 36px;
    line-height: 36px;
}
#sliderItem .title-div .no{
    text-align: center;
    border-bottom: 1px solid #FF3A3B;
    font-weight: 600;
    color: #FF3A3B;
    font-size: 20px;
}
#sliderItem .title-div .name{
    margin-left: 40px;
    color: #999393;
    font-size: 16px;
}
.sample-div{
    height: 150px;
}
.sample-div img{
    height: 300px;
    transform: rotate(270deg) translateY(42%) translateX(75px);
}