.pro-swiper {
    padding-top: 70px;
}

.tab-content-item img {
    max-width: 100%;
    height: auto !important;
}

.pro-swiper .position {
    color: #8a8a8a;
    font-size: 16px;
    margin-bottom: 30px;
}

.pro-swiper .title {
    position: relative;
    color: #015cd1;
    font-size: 22px;
    padding-bottom: 15px;
}

.pro-swiper .title::after {
    position: absolute;
    content: "";
    width: 84px;
    height: 3px;
    background-color: #015cd1;
    bottom: 0;
    left: 0;
}

.swiper-container .swiper-slide {
    height: initial;
}

#swiper1 {
    margin-top: 50px;
}

#swiper1 {
    padding-bottom: 72px;
}

#swiper1 .swiper-slide {
    display: flex;
    align-items: center;
}

#swiper1 img {
    max-width: 100%;
    max-height: 355px;
    display: block;
    margin: 0 auto;
    /* width: 100%; */
}

#swiper1.swiper-container-horizontal
> .swiper-pagination-bullets
.swiper-pagination-bullet {
    margin: 0 25px;
}

#swiper1 .swiper-pagination-bullet {
    border-radius: 50%;
    background-image: -moz-linear-gradient(
            -43deg,
            rgb(129, 129, 129) 0%,
            rgb(217, 217, 217) 100%
    );
    background-image: -webkit-linear-gradient(
            -43deg,
            rgb(129, 129, 129) 0%,
            rgb(217, 217, 217) 100%
    );
    background-image: -ms-linear-gradient(
            -43deg,
            rgb(129, 129, 129) 0%,
            rgb(217, 217, 217) 100%
    );
    width: 22px;
    height: 22px;
    outline: none;
    opacity: 1;
}

#swiper1.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#swiper1 .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
    content: "";
    display:inline-block;
    border-radius: 50%;
    background-image: -moz-linear-gradient(
            -43deg,
            rgb(10, 89, 192) 0%,
            rgb(21, 178, 233) 100%
    );
    background-image: -webkit-linear-gradient(
            -43deg,
            rgb(10, 89, 192) 0%,
            rgb(21, 178, 233) 100%
    );
    background-image: -ms-linear-gradient(
            -43deg,
            rgb(10, 89, 192) 0%,
            rgb(21, 178, 233) 100%
    );
    width: 24px;
    height: 24px;
}

#swiper1 .swiper-pagination-bullet.swiper-pagination-bullet-active {
    display:inline-block;
    border-radius: 50%;
    border-width: 1px;
    border-color: rgb(10, 125, 208);
    border-style: solid;
    padding:3px;
    width: 32px;
    height: 32px;
    background: #fff;
}

.main-info {
    padding-top: 220px;
    margin-top: -203px;
    padding-bottom: 30px;
}

.main-info .white {
    box-sizing: border-box;
    padding: 13px 11px 29px;
    border-bottom: 1px solid #e3e3e3;
}

.main-info .tab {
    font-size: 18px;
    color: #666;
    border-bottom: 1px solid #0654ba;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.main-info .tab.two{
    justify-content: flex-start;
}

.main-info .tab .tab-item {
    width: calc(100% / 6) !important;
    text-align: center;
    cursor: pointer;
    position: relative;
}
.main-info .tab.two .tab-item{
    width: calc(100% / 5) !important;
}

.main-info .tab .tab-item.current,
.main-info .tab .tab-item:hover {
    padding: 17px 0;
    background: #015cd1;
    color: #fff;
}

.main-info .tab .tab-item.current {
    z-index: 20;
}

.main-info .tab .tab-item:nth-child(1).current::after, .main-info .tab .tab-item:nth-child(1):hover::after,
.main-info .tab .tab-item:nth-child(2).current::after, .main-info .tab .tab-item:nth-child(2):hover::after,
.main-info .tab .tab-item:nth-child(3).current::after, .main-info .tab .tab-item:nth-child(3):hover::after,
.main-info .tab .tab-item:nth-child(4).current::after, .main-info .tab .tab-item:nth-child(4):hover::after,
.main-info .tab .tab-item:nth-child(5).current::after, .main-info .tab .tab-item:nth-child(5):hover::after {
    content: "";
    position: absolute;
    top: 0;
    right: -28px;
    height: 0;
    width: 0;
    border-top: 0 solid transparent;
    border-top: 52px solid #015cd1;
    border-left: 0 solid #015cd1;
    border-right: 28px solid transparent;
}

.main-info .tab .tab-item:nth-child(2).current::before, .main-info .tab .tab-item:nth-child(2):hover::before,
.main-info .tab .tab-item:nth-child(3).current::before, .main-info .tab .tab-item:nth-child(3):hover::before,
.main-info .tab .tab-item:nth-child(4).current::before, .main-info .tab .tab-item:nth-child(4):hover::before,
.main-info .tab .tab-item:nth-child(5).current::before, .main-info .tab .tab-item:nth-child(5):hover::before,
.main-info .tab .tab-item:nth-last-child(1).current::before, .main-info .tab .tab-item:nth-last-child(1):hover::before {
    content: "";
    position: absolute;
    top: 0;
    left: -28px;
    height: 0;
    width: 0;
    border-top: 0 solid transparent;
    border-bottom: 52px solid #015cd1;
    border-right: 0 solid #015cd1;
    border-left: 28px solid transparent;
}
.main-info .tab.two .tab-item:nth-child(5).current::after,
.main-info .tab.two .tab-item:nth-child(5):hover::after,
.main-info .tab.two .tab-item:nth-last-child(1).current::after,
.main-info .tab.two .tab-item:nth-last-child(1):hover::after{
    content: "";
    position: absolute;
    top: 0;
    left: -28px;
    height: 0;
    width: 0;
    border-top: 0 solid transparent;
    border-bottom: 52px solid #015cd1;
    border-right: 0 solid #015cd1;
    border-left: 28px solid transparent;
}
.tab-content-item {
    min-height: 655px;
    padding-top: 33px;
    box-sizing: border-box;
    display: none;
}

.tab-content-item.current {
    display: block;
}

.tab-content-item .tit {
    font-size: 20px;
    color: #0654ba;
    margin-bottom: 28px;
}

.tab-content-item .content {
    font-size: 14px;
    color: #666;
    line-height: 28px;
}

.tab-content-item .z-fl,
.tab-content-item .z-fr {
    width: 50%;
}

#swiper2 {
    padding: 40px 0 50px;
}

#swiper2 .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}

#swiper2 img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

#swiper2 .swiper-pagination-clickable .swiper-pagination-bullet {
    opacity: 1;
    border-radius: 50%;
    background-color: rgb(170, 170, 170);
    width: 16px;
    height: 16px;
    outline: none;
    margin: 0 8px;
}

#swiper2
.swiper-pagination-clickable
.swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
    border-radius: 50%;
    background-color: #0654ba;
    width: 16px;
    height: 16px;
}

.position-m {
    display: none;
}

#swiper2 .swiper-button-next, #swiper2 .swiper-button-prev {
    display: none;
}

.tel-fix {
    position: fixed;
    display: none;
    right: 0;
    bottom: 100px;
    border-radius: 2px;
    width: 60px;
    height: 60px;
    background-color: rgb(0, 0, 0, 0.502);
    color: #fff;
    font-size: 12px;
    z-index: 999;
}

.flex-tel {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column wrap;
}

.flex-tel img {
    transform: rotateY(180deg);
    height: 22px;
    margin-bottom: 6px;
}

.nav-san > div:nth-child(2) img, .nav-san > div:nth-child(3) img {
    display: none;
    height: 16px;
    width: auto;
}

.m-prev, .m-next {
    display: none;
}

.favor-list .item {
    margin-bottom:30px;
    position: relative;
    background: #f3f2f1;
    border:1px solid #e1e2e3;
}
.favor-list .item a{
    display:block;
    padding: 20px 0;
}

.favor-list .item .del {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer
}

.favor-list .item img {
    max-width: 100%;
}
.favor-list .item h3{
    margin:10px 0;
    padding:10px 20px;
    font-size:16px;
    color:#333;
    background-color: #cdcdcd;
}
.favor-list .item p{
    padding:0 20px;
    font-size:14px;
    line-height:1.5;
    color:#666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

@media screen and (max-width: 1200px) {
    .m-prev, .m-next {
        display: block;
    }

    .pc-prev, .pc-next {
        display: none;
    }

    .tel-fix {
        display: block;
    }

    .nav-san {
        padding-top: 10px;
    }

    .nav-san > div:nth-child(2) img, .nav-san > div:nth-child(3) img {
        display: inline-block;
        vertical-align: middle;
    }

    .nav-san > div:nth-child(2) span, .nav-san > div:nth-child(3) span {
        display: none;
    }

    .nav-san > div:nth-child(1) img {
        height: 22px;
        margin: 0 5px 0 8px;
    }

    .swiper-button-next.swiper-button-disabled::after, .swiper-button-prev.swiper-button-disabled::after {
        opacity: 1;
        background: #ccc !important;
        outline: none;
    }

    .swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
        color: #fff;
        background: #015cd1;
        padding: 8px;
        border-radius: 2px;
        font-size: 24px !important;
    }

    .swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
        color: #fff;
        background: #015cd1;
        border-radius: 2px;
        font-size: 24px !important;
        padding: 8px;
    }

    .tab-content-item .content {
        font-size: 12px;
    }

    .tab-content-item .tit {
        font-size: 18px;
    }

    #swiper2 .swiper-button-next, #swiper2 .swiper-button-prev {
        display: block;
        outline: none;
    }

    .position {
        display: none;
    }

    .position-m.position {
        display: block;
        padding-left: 20px;
    }

    .position-m.position img {
        height: 16px;
        vertical-align: middle;
        margin: -2px 5px 0 0;
    }

    .nav-san {
        width: 100%;
        box-sizing: border-box;
    }

    .pro-swiper {
        padding-top: 12px;
    }

    .pro-swiper .position {
        font-size: 14px;
        margin-bottom: 12px;
    }

    .pro-swiper .title {
        display: none;
    }

    #swiper1 {
        background: #fff;
        margin-top: 0;
    }

    #swiper1.swiper-container-horizontal
    > .swiper-pagination-bullets
    .swiper-pagination-bullet {
        margin: 0 25px;
        transform: scale(0.6);
        margin: 0 7px;
    }

    .main-info .tab {
        font-size: 16px;
        padding: 0;
        border-bottom: none;
        align-items: inherit;
        flex-flow: row wrap;
    }

    .main-info .white {
        padding: 0;
    }

    .main-info .tab .tab-item {
        width: calc(100% / 3) !important;
        padding: 20px 0;
    }

    .main-info .tab .tab-item.current::after, .main-info .tab .tab-item:hover::after {
        display: none;
    }

    .main-info .tab .tab-item.current, .main-info .tab .tab-item:hover {
        padding: 20px 0;
    }

    .tab-content-item {
        padding: 20px 20px;
        box-sizing: border-box;
        overflow: hidden;
    }

    .tab-content-item .z-fl, .tab-content-item .z-fr {
        width: 100%;
    }

    .tab-content-item .content {
        width: 100%;
    }

    /* .nav-san {
    
        background: #fff;
    
        flex-flow: row wrap;
    
        padding: 19px 0 5px;
    
        color: #666;
    
        font-size: 12px;
    
    }
    
    .nav-san>div{
    
        width: 100%;
    
        text-align: center;
    
        flex: inherit!important;
    
        margin-bottom: 16px;
    
    } */
    .main-info {
        padding-bottom: 0;
    }

    #swiper2 .swiper-pagination-clickable .swiper-pagination-bullet {
        margin: 0 5px;
        transform: scale(0.6);
    }

    .nav-san > div:nth-child(1) img {
        height: 14px;
    }

    #swiper2 .swiper-slide {
        /* padding:0 60px; */
        box-sizing: border-box;
    }
}
