h3 {
    font-weight: normal;
}

body {
    padding-top: 145px;
}

.header {
    width: 100%;
    background-color: #ffffff;
    position: fixed;
    top: 0;
    left: 0;
    box-shadow: 0 -5px 10px rgba(0, 0, 0, 0.2);
    z-index: 999;
}

.header .menu li {
    padding: 10px 15px;
}

.header .menu li a {
    color: #333333;
    font-size: 16px;
    display: inline-block;
    padding-bottom: 10px;
    position: relative;
}

.header .menu li a.active {
    color: #ff0000;
}

.header .menu li a.active::after {
    content: url(//assets-public.zhizhouvip.com/zz_dsp/tm_2021_06_25/pc/res/imgs/act.png);
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.m-y-t-1 {
    margin-top: 10px;
}

.m-y-t-2 {
    margin-top: 20px;
}

img {
    max-width: 100%;
}

.consult a:hover,
.sub-box button:hover {
    box-shadow: 4px 4px 6px 0 rgba(255, 255, 255, .5), -4px -4px 6px 0 rgba(116, 125, 136, .5), inset -4px -4px 6px 0 rgba(255, 255, 255, .2), inset 4px 4px 6px 0 rgba(0, 0, 0, .2);
}

.header {
    width: 100%;
    background: #ffffff;
}

#bannerPagination .swiper-pagination-bullet {
    opacity: 1;
    background: #888888;
}

#bannerPagination .swiper-pagination-bullet-active {
    background: #ffffff;
}

.banner .swiper-button-prev {
    height: 88px;
    width: 88px;
    background-image: url(prev.png);
    background-size: 100%;
    left: 200px;
    margin-top: -44px;
}

.banner .swiper-button-next {
    height: 88px;
    width: 88px;
    background-image: url(next.png);
    background-size: 100%;
    right: 200px;
    margin-top: -44px;
}

#casePrev {
    width: 78px;
    height: 78px;
    background: url(prev.png);
    left: -120px;
    top: 50%;
}

#caseNext {
    width: 78px;
    height: 78px;
    background: url(next.png);
    right: -120px;
    top: 50%;
}

#caseSwiper .swiper-slide {
    position: relative;
    cursor: pointer;
}

#caseSwiper .swiper-slide .hover-mask {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .5);
    display: none;
}

#caseSwiper .swiper-slide .hover-mask .btn {
    font-size: 36px;
    font-weight: bold;
    color: #7b47e2;
    background: #ffffff;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    width: 150px;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -75px 0 0 -75px;
}

#caseSwiper .swiper-slide .hover-mask .cat {
    width: 197px;
    height: 111px;
    background: url('//assets-public.zhizhouvip.com/zz_dsp/tm_2020_9_16/pc/res/imgs/cat.png') no-repeat;
    position: absolute;
    right: -5px;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    box-sizing: border-box;
    padding-bottom: 20px;
}

#caseSwiper .swiper-slide .hover-mask .cat span {
    color: #ffffff;
    font-size: 22px;
}

#caseSwiper .swiper-slide:hover .hover-mask {
    display: block;
}

#casePage,
#catePage {
    width: 100%;
}

#casePage .swiper-pagination-bullet,
#catePage .swiper-pagination-bullet {
    background: none;
    opacity: 1;
    border: 1px solid #804add;
    margin: 0 3px;
}

#casePage .swiper-pagination-bullet-active,
#catePage .swiper-pagination-bullet-active {
    background: #804add;
}

.foot-mask {
    background: #050342;
    box-sizing: border-box;
    padding: 30px 0;
    color: #ffffff;
    text-align: center;
}

.foot-mask ul li {
    width: 16.6666666%;
    box-sizing: border-box;
}

.foot-mask ul li img {
    transition: all ease-out .3s;
}

.foot-mask ul li:hover img {
    transform: translateY(-5px);
}

.foot-mask ul li:not(:last-child) {
    border-right: 1px solid #2d2352;
}

.foot-mask ul li h3 {
    font-weight: bold;
    font-size: 16px;
    margin-top: 10px;
}


.similar-form .container {
    width: 770px;
    background: #ffffff;
    box-sizing: border-box;
    padding: 30px 60px;
}

.similar-form .container .tit p {
    color: #666666;
    font-size: 20px;
}

.similar-form .form-item {
    width: 100%;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    margin-top: 20px;
    text-align: left;
}

.similar-form .form-item .item-input {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

.similar-form .form-item .item-input .item {
    margin-right: 20px;
}

.similar-form .form-item .item-input .item span {
    color: #666666;
    font-size: 18px;
}

.similar-form .form-item .form-tit b {
    color: #ff7d09;
    margin: 0 5px;
}

.similar-form .form-tit {
    font-size: 22px;
    color: #ff7d09;
    font-weight: bold;
    margin-bottom: 10px;
}

.similar-form .form-item .item-input input[type="text"] {
    display: block;
    width: 100%;
    height: 50px;
    background: #eeeeee;
    color: #000000;
    border: none;
    font-size: 18px;
    text-indent: 20px;
}

.similar-form .sub-box>button {
    border: none;
    margin-top: 30px;
}

.lef-pop {
    width: 150px;
    height: 330px;
    background: url(//assets-public.zhizhouvip.com/zz_dsp/tm_2021_06_25/pc/res/imgs/lef_pop_bg.png) no-repeat;
    background-size: 100% 100%;
    position: fixed;
    left: 1%;
    top: 25%;
    z-index: 1000;
    padding-top: 100px;
    padding-left: 15px;
    padding-right: 15px;
}

.lef-pop .row .col {
    color: #fe5d15;
    padding: 20px 10px;
    font-weight: bold;
    border-bottom: 1px dashed #fe5d15;
    cursor: pointer;
}

.lef-pop .btn {
    width: 125px;
    height: 38px;
    background: url(//assets-public.zhizhouvip.com/zz_dsp/tm_2021_06_25/pc/res/imgs/icon/btn.png) no-repeat;
    background-size: 100% 100%;
    border: 0;
    font-size: 18px;
    color: #fe5d15;
    font-weight: bold;
    margin-top: 30px;
    animation: scl 0.3s linear alternate infinite;
    -webkit-animation: scl 0.3s linear alternate infinite;
}

@keyframes scl {
    from {
        transform: scale(0.95);
        -webkit-transform: scale(0.95);
        -moz-transform: scale(0.95);
        -ms-transform: scale(0.95);
        -o-transform: scale(0.95);
}
    to {
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
    }
}