* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}

.detailed_product {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    padding: 0px !important;
}

.product_one {
    width: 555px;
    height: 300px;
    margin: 20px auto;
    position: relative;
    /* border: 1px solid black; */
}

.product_one1 {
    width: 555px;
    height: 280px;
    margin: 20px auto;
    position: relative;
    /* border: 1px solid black; */
}

.detailed {
    margin-bottom: 20px;
}

.hoverImg {
    width: 100%;
    height: 100%;
    position: absolute;
}

.detailed_product>div>a {
    display: inline-block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    z-index: 1000;
    position: absolute;
}

.pager {
    height: 50px;
    width: 300px;
    margin-left: 750px !important;
}

.branch_title {
    margin: 50px 0;
}

.branch_title>p:nth-child(1) {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
}

.branch_title>p:nth-child(2) {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}

/* 蒙版 */
.hoverImg:hover {
    filter: blur(3px);
}

.hoverText {
    height: 100px;
    width: 100%;
    position: absolute;
    bottom: 0px;
    z-index: 100;
    color: white;
    display: none;
    background-color: rgba(0, 0, 0, 0.5);

}

.hoverText>a,
.hoverText>a:hover {
    display: inline-block;
    width: 100%;
    height: 100%;
    color: white;
    text-decoration: none;
}

.product_one:hover .hoverText,.product_one1:hover .hoverText {
    display: block;
}

.detailed_product1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: stretch;
    padding: 0px !important;
}



.product_two {
    width: 150px;
    height: 150px;
    margin: 35px;
}

.product_two>div {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.product_img {
    width: 100%;
    height: 100%;
    position: absolute;
    transition: transform 0.3s ease
}
.product_img1 {
    width: 100%;
    height: 50px;
    position: absolute;
    top: 50%;
    transition: transform 0.3s ease
}
.product_img2_2 {
    width: 30%;
    height: 100%;
    position: absolute;
    left: 35%;
    transition: transform 0.3s ease
}
.product_img2 {
    width: 60px;
    height: 100%;
    position: absolute;
    left: 25%;
    transition: transform 0.3s ease
}
.product_img3 {
    width: 90%;
    height: 50%;
    position: absolute;
    left: 8%;
    top: 26%;
    transition: transform 0.3s ease
}
.product_img4 {
    width: 153%;
    height: 93%;
    position: absolute;
    top: 5%;
    left: -24%;
    transition: transform 0.3s ease
}
.product_img5 {
    width: 100%;
    height:80%;
    position: absolute;
    top: 12%;
    left: 0%;
    transition: transform 0.3s ease
}
.product_img6 {
    width: 100%;
    height: 60%;
    position: absolute;
    top: 18%;
    left: 0%;
    transition: transform 0.3s ease
}
.product_img7 {
    width: 100%;
    height: 60%;
    position: absolute;
    top: 18%;
    left: 0%;
    transition: transform 0.3s ease
}
.product_img8 {
    width: 100%;
    height: 101%;
    position: absolute;
    top: 0%;
    left: 0%;
    transition: transform 0.3s ease
}
.product_img9 {
    width: 100%;
    height: 55%;
    position: absolute;
    top: 20%;
    left: 0%;
    transition: transform 0.3s ease
}
.imgHover {
    height: 20px;
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 0px;
    left: 0px;
    color: white;
    display: none;
    background-color: rgba(0, 0, 0, 0.5);
}


.imgSpan {
    height: 20px;
    width: 80px;
    text-align: center;
    position: absolute;
    left: 0px;
    top: 0px;
    border-radius: 10px;
    background-color: pink;
    color: white;
}

.imgHover>a,
.imgHover>a:hover {
    display: inline-block;
    width: 100%;
    height: 100%;
    color: white;
    text-decoration: none;
}

.product_img:hover,.product_img1:hover,.product_img2.product_img2_2,.product_img3,.product_img4,.product_img5,.product_img6,.product_img7,.product_img8,.product_img9:hover {
    transform: scale(1.2);
}

.product_two:hover .imgHover {
    display: block;
}

.product_text,
.product_text>a,
.product_text>a:hover {
    display: inline-block;
    width: 100%;
    color: black;
    text-decoration: none;
    text-align: center;
}

.product_text1,
.product_text1>a,
.product_text1>a:hover {
    display: inline-block;
    width: 100%;
    color: black;
    text-decoration: none;
    text-align: center;
    margin-top: 145px;
}