/*主体背景*/
body {
    background-image: url('../../../images/searchReturn/returnBg.png');
    background-repeat: no-repeat;
    /* 设置背景图片填充整个窗口 */
    background-size: cover;
}

/*简牍描述头部*/
.carousel {
    position: relative;
}

.carousel-inner {
    height: 100%;
}

.carousel-inner img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.carousel-item {
    height: 100%;
    width: 100%;
}

.carousel-control-prev {
    left: -50px;
    height: 9%;
    width: 13%;
    border-radius: 50%;
    margin-top: 70%;
    background-color: #E2D3B2;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: nowrap;
    flex-direction: row;
}

.carousel-control-next {
    right: -50px;
    height: 9%;
    width: 13%;
    border-radius: 50%;
    margin-top: 70%;
    background-color: #E2D3B2;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: nowrap;
    flex-direction: row;
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: -95px;
    left: 0;
    margin-left: 0 !important;
    margin-right: 0 !important;
    /* overflow: scroll auto; */
    justify-content: start;
}

.carousel-indicators li {
    min-width: 52px;
    height: 52px;
    background-clip: padding-box;
    background-color: rgba(0, 0, 0, 0) !important;
    background-image: url(../../../images/bambooDetails/carouselBG.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    text-indent: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    flex-wrap: nowrap;
}

.carousel-indicators img {
    width: 62%;
    height: 62%;
    object-fit: contain;
}

#carouselView {
    /*background-image: url(../../../images/bambooDetails/carouselBG-New.png);*/
    /*background-repeat: no-repeat;*/
    /*background-size: 100% 100%;*/
    padding: 12px 50px;
    width: 100%;
    height: 70%;
}

#carouselBody {
    background-image: url(../../../images/bambooDetails/carouselBG-New.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 12%;
    width: 100%;
    height: 321px;
}

#detailsHeader {}

#detailsFooter {
    /*display: grid;*/
    /*grid-template-columns: 3fr 1fr;*/
    /*margin-top: 50px;*/
}

.container-fluid {
    padding: 0 80px;
}

.card {
    background: none;
    border: none;
    /* margin: 3% 0; */
}

.card-body {
    background-color: #FAF6EF;
    border-radius: 15px;
    box-shadow: 5px 5px 5px lightgray;
    margin-bottom: 15px;
}

.caring {
    border: 15px solid transparent;
    border-image: url("../../../images/searchReturn/ing.png") 15 repeat;
    background-size: 100% 100%;
    background-color: #FFFFFF;
}

.card-header {
    background: none;
    border: none;
}

.pronunciation {
    border-bottom: 1px solid #CCBB96;
    margin-bottom: 10px;
    max-height: 45px;
}

.item-text {
}
.pronunAB span {
    line-height: 9vh;

}

@media only screen and (max-width: 575px) {
    .pronunAB span {
        line-height: 20vh;

    }
}

.pronunAB {
    font-size: 14px;
    background-color: #DACBA9;
    border-radius: 5px 5px 0px 0px;
    /* padding: 30px 25px; */
    min-width: 86px;
    text-align: center;
}

.pronun {
    font-size: 14px;
    background-color: #DACBA9;
    border-radius: 5px 5px 0px 0px;
    padding: 10px 10px;
    width: 86px;
    text-align: center;
}
.annotationA{
    border: 1px solid #CCBB96;
    margin-bottom: 10px;
    /* max-height: 105px; */
    background-color: #f8f9fa;
    font-size: 14px;
    font-family:"Microsoft YaHei";
}
.annotationA p span{
    font-size: 14px;
    font-family:"Microsoft YaHei";
}
.annotationA p{
    margin: 0;
}
.annotationA pre{
    font-size: 14px;
    font-family:"Microsoft YaHei";
    margin: 0;
}
.annotationA div:nth-child(1) {
    font-size: 14px;
    background-color: #DACBA9;
    padding: 1.5rem 10px;
    width: 86px;
    text-align: center;
}

.annotationA div:nth-child(2) {
    font-size: 14px;
    padding: 10px 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    /* white-space: nowrap; */
    max-width: 95%;

}
.detailsBox {
    border-bottom: 1px solid #CCBB96;
    margin-bottom: 10px;
    max-height: 40px;
}

.detailsBox div:nth-child(1) {
    font-size: 14px;
    background-color: #DACBA9;
    border-radius: 5px 5px 0px 0px;
    padding: 10px 10px;
    width: 86px;
    text-align: center;
}

.detailsBox div:nth-child(2) {
    font-size: 14px;
    padding: 10px 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    /* white-space: nowrap; */
    max-width: 950%;

}

.otherInfoBox {
    background-color: white;
    border-radius: 10px;
    height: 92%;
}

#myModal {
    /*max-height: 80vh;*/
}

.expertBox {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 5px;
}

#docBox {
    font-size: 14px;
}
#bigDiv {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(24,23,23,0.9);
    display: flex;
    justify-content: center;
    align-items: center;
  }

  #imageViewer {
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1000;
}

/* canvas {
  max-width: 80%;
  max-height: 80%;
  cursor: zoom-in;
} */

#closeButton {
    z-index: 2000;
    position: absolute;
    top: 10px;
    right: 10px;
  }
  #closeButton1 {
    z-index: 2000;
    position: absolute;
    top: 10px;
    right: 10px;
  }
  #closeButton2 {
    z-index: 2000;
    position: absolute;
    top: 10px;
    right: 10px;
  }
  #closeButton3 {
    z-index: 2000;
    position: absolute;
    top: 10px;
    right: 10px;
  }
  #closeButton4{
    z-index: 2000;
    position: absolute;
    top: 10px;
    right: 10px;
  }

