.team {
    background-color: #000000;
}

.head {
    color: #fff;
    background-color: #000000;
}

.content {
    padding: 0;
    /* background-color: #fff; */
}

.cropImg {
    position: relative;
    width: 100%;
    height: 30rem;
    overflow: hidden;
    /* background-color: #fff; */
}

.hiddenImg,
.showImg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* max-width: none;
    max-height  : 14rem; */
    /* max-width: 100%; */
}

.widthImg {
    max-width: none;
    max-height: 14rem;
}

.heightHiddenImg {
    max-width: 14rem;
}

.heightImg {
    max-width: 14rem;
}

.shadowBox {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    z-index: 1;
}

.cropWrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    /* background-color: skyblue; */
}

.cropWrap .showCropBox {
    position: relative;
    width: 14rem;
    height: 14rem;
    overflow: hidden;
    z-index: 1;
    /* background-color: antiquewhite; */
}

/* .cropWrap .showCropBox .showImg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: none;
    max-height: 14rem;
    max-width: 14rem;
} */

.cropWrap .cropBox {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 14rem;
    height: 14rem;
    border: 1px solid #fff;
    z-index: 2;
    /* background-color: aquamarine; */
}

.showheadImg {
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* margin-top      : 5rem; */
    width: 100%;
    height: calc(100vh - 10rem);
    /* height          : 30rem; */
    /* background-color: #a56d6d; */
}

.contentImg {
    width: 100%;
    /* max-height      : 10rem; */
    /* overflow        : hidden; */
    background-color: #fff;
}

.contentImg img {
    max-width: 100%;
    max-height: 100%;
}

.imgbtns {
    display: flex;
    padding: 1rem 0.5rem;
    color: #fff;
    position: fixed;
    bottom: 0;
    width: 100%;
    /* background-color: #af5656; */
}

.btnleft,
.btnright {
    position: relative;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.5rem;
    border-radius: 5px;

    background: #313131;
    border: 0;
    color: white;
    /* font-size: 16px;
    font-weight: bold;
    text-align: center; */
    /* text-align   : center; */
}

.hideFile {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.btnsIcon {
    width: 0.8rem;
    height: 0.8rem;
}

.btnsIcon img {
    max-width: 100%;
}

.imgbtns p {
    margin: 0 0.2rem;
}

/* 
.testBox {
    position: fixed;
    top: 3.5rem;
    width: 100%;
    height: 10rem;
    color: #fff;
    background: #3ca5fc52;
    z-index: 10;
} */