#App {
    background-color: #e8e8e8;
}

body {
    font-size: 14px;
    color: #000;
    margin: 0;
    padding: 0;
    background-color: #e8e8e8;
}

#Picturegroup {
    position: relative;
    width: 1200px;
    margin: 0 auto;
}

#Picturegroup .main {
    width: 1200px;
    height: 760px;
}

#Picturegroup .main .Bread {
    height: 40px;
    font-size: 18px;
    line-height: 40px;
}

#Picturegroup .main .Bread span {
    color: #555555;
}

#Z_Box {
    width: 1200px;
    font-size: 0;
    position: relative;
}

.zong {
    height: 760px;
    width: 280px;
    position: absolute;
    top: 40px;
    right: 0;
}

#Z_Box_L {
    height: 760px;
    width: 900px;
    background-color: #fff;
    display: inline-block;
}

.gallery-top {
    width: 857px;
    margin-top: 20px;
}

.gallery-top .swiper-wrapper {
    z-index: 1200;
    height: 760px;
    width: 857px !important;
}

.gallery-top .swiper-wrapper .swiper-slide {
    width: 857px !important;
    height: 760px;
}

.zong .swiper-wrapper .swiper-slide-thumb-active {
    border: 2px solid #1e63b1 !important;
}

.zong .swiper-wrapper .swiper-slide {
    border: 2px solid #e8e8e8;
}

.gallery-thumbs {
    height: 583px;
    margin-top: 85px;
    padding: 0;
}

#Z_Box_R .swiper-slide {
    cursor: pointer;
    height: 138px !important;
    background-size: cover;
    background-position: center;
      box-sizing: border-box;
}

#Z_Box_R .swiper-slide img {
    height: 138px;
}

#Z_Box_R .zong {
    position: relative;
    height: 760px;
}

#Z_upper {
    outline: none;
    transform: rotate(180deg);
    position: absolute;
    top: 0;
    left: 50%;
    width: 27px;
    height: 44px;
    z-index: 99999;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
}

#Z_Next {
    outline: none;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-bottom: 0px;
    margin-left: -13px;
    width: 27px;
    height: 44px;
    z-index: 999999;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
}

#Z_Box_L .swiper-slide {
    cursor: pointer;
}

#Z_Box_L .swiper-slide .slide-div {
    height: 593px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#Z_Box_L .swiper-slide div img {
    width: 100%;
}

#Z_Box_L .swiper-slide p {
    z-index: 120;
    position: absolute;
    bottom: 57px;
    color: #000;
    font-size: 20px;
    padding: 10px;
    font-weight: 400;
}

.swiper-pagination-fraction {
    position: absolute;
    bottom: 134px;
    font-size: 20px;
    font-style: italic;
}

.swiper-pagination-current {
    font-size: 22px;
    color: #1e63b1;
}

.gallery-top .swiper-button-next {
    z-index: 10000;
    background-color: rgba(201, 201, 201, 0.6);
    position: absolute;
    width: 50px;
    height: 60px;
    top: 40%;
    right: 6px;
}

.gallery-top .swiper-button-prev {
    z-index: 10000;
    width: 50px;
    height: 60px;
    position: absolute;
    top: 40%;
    left: 0;
    background-color: rgba(201, 201, 201, 0.6);
}