﻿@charset "utf-8";

.travelBox {
    /* width: 36.28rem;
    margin: 0 auto;
    position: relative; */
    width: 95%;
    height: 100%;
    /* max-height: calc(100% - 2.5rem); */
    margin: 0 auto;
    position: relative;
    flex: 1;
}

.travelTab {
    margin-top: .64rem;
    margin-left: .47rem;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
}

.travelTab li {
    float: left;
    padding: 0 .3rem;
    height: .76rem;
    line-height: .76rem;
    font-size: .6rem;
    font-weight: bold;
    color: #4c1d0a
}

.travelTab li a {
    color: #4c1d0a
}

.travelTab li.cur {
    background: #fff;
    border: solid .08rem #4c1d0a;
    border-radius: .5rem;
    box-shadow: .05rem .05rem .05rem #eebb04;
    font-size: .48rem
}


/* 图说历史 */
.HistoryPicMap {
    width: 100%;
    height: 100%;
    background: url(../img/HistoryAsPic-bg.png) no-repeat;
    background-size: 100% 100%;
    margin: auto;
    overflow: hidden;
    position: relative;
    padding: 0 0.08rem;
}

.HistoryPicMap .header {
    height: 2rem;
    box-sizing: border-box;
    padding: 0.42rem 0;
    position: absolute;
    position: absolute;
    top: 0;
    z-index: 10;
}

.HistoryPicMap .header img {
    display: inline-block;
    width: 4.2rem;
    height: 1.15rem;
    margin-left: 1.06rem;
}

.HistoryPicMap .HistorySeleOne .current,
.HistoryPicMap .HistorySeleTwo .current,
.HistoryPicMap .HistorySeleThree .current {
    display: block;
    font-size: .44rem;
    font-weight: 700;
    color: #8E2A00;
    background: #FBD000 url(../img/HistorySele.png) no-repeat;
    background-size: 100% 100%;
    padding: 0.18rem 1.1rem 0.2rem 0.43rem;
    border: solid 0.06rem #8E2A00;
    border-radius: 0.6rem;
    box-shadow: .07rem .07rem 0 0 rgba(255, 207, 0, 0.98);
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
}

.HistoryPicMap .current b {
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: 0;
    width: .79rem;
    height: .5rem;
    border-left: solid .01rem #8E2A00;
    background: url(../img/selec-icon.png) center no-repeat;
    background-size: .16rem .12rem;
}

.HistoryPicMap .HistorySeleOne {
    margin-left: .67rem;
}

.HistoryPicMap .HistorySeleTwo {
    margin-left: .5rem;
}

.HistoryPicMap .HistorySeleThree {
    margin-left: .5rem;
}

.HistoryPicMap .SeleLine {
    max-height: 10rem;
    background: url(../img/HistorySele.png) center no-repeat;
    box-shadow: .07rem .07rem 0 0 rgba(255, 207, 0, 0.98);
    font-size: .44rem;
    border: solid 0.06rem;
    color: #8E2A00;
    border-radius: .5rem;
    overflow-y: auto;
    box-sizing: border-box;
    padding: 0.5rem;
}

.HistoryPicMap .SeleLine a {
    display: block;
    color: #8E2A00;
    font-weight: 700;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.HistoryPicWrap {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: hidden !important;
    position: relative;
}

.HistoryPicWrap::-webkit-scrollbar {
    display: none;
}

.HistoryPicMain {
    margin-top: 1rem;
    width: 40rem;
    margin-left: 0.8rem;
    background-size: 35.55rem 6.38rem;
}

.HistoryPicMain .box {
    width: 100%;
    /* height: 100%; */
    display: flex;
}

.HistoryPicMain .serial {
    position: absolute;
    width: 1rem;
    height: 1rem;
    border: solid .03rem #9A3006;
    border-radius: .5rem;
    background-color: #FDD495;
    color: #8E2B01;
    text-align: center;
    line-height: 1rem;
    font-size: .5rem;
}

.HistoryPicMain .listBlock {
    padding-right: .8rem;
    width: 8.46rem;
    height: 15.5rem;
}

.HistoryPicMain .p {
    box-sizing: border-box;
}

.HistoryPicMain img {
    display: block;
    background: linear-gradient(to left, #FF7900, #FF7900) left top no-repeat,
        linear-gradient(to bottom, #FF7900, #FF7900) left top no-repeat,
        linear-gradient(to left, #FF7900, #FF7900) right top no-repeat,
        linear-gradient(to bottom, #FF7900, #FF7900) right top no-repeat,
        linear-gradient(to left, #FF7900, #FF7900) left bottom no-repeat,
        linear-gradient(to bottom, #FF7900, #FF7900) left bottom no-repeat,
        linear-gradient(to left, #FF7900, #FF7900) right bottom no-repeat,
        linear-gradient(to left, #FF7900, #FF7900) right bottom no-repeat;
    background-size: .1rem .2rem, .2rem .1rem, .1rem .2rem, .2rem .1rem;
    object-fit: cover;
}

.HistoryPicMain .p3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    overflow: hidden;
    /*! autoprefixer: off */
    -webkit-box-orient: vertical;
    max-height: 2.4rem;

    font-size: 0.36rem;
    font-weight: 500;
    color: #7B2501;
    line-height: 1.6;
    text-indent: 2em;
}

.HistoryPicMain .p1 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.HistoryPicItem {
    position: relative;
    width: 8.46rem;
    height: 8.6rem;
    background: url(../img/HistoryPicItem-bg.png) no-repeat;
    background-size: 100% 100%;
    position: relative;
    z-index: 1;
    box-sizing: border-box;
    padding-top: 0.3rem;
}

.HistoryPicItem .Item-icon img {
    width: 6.94rem;
    height: 5.14rem;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1.14rem;
    margin: 0 auto;
    border-radius: .4rem;
    box-sizing: border-box;

}

.HistoryPicItem .p {
    text-align: center;
    color: #7B2501;
    width: 6.94rem;
    margin: auto;
    cursor: pointer;
}

.HistoryPicItem .p1 {
    font-weight: 700;
    font-size: .5rem;
}

.HistoryPicItem .p2 {
    font-weight: 700;
    font-size: .4rem;
}

/* .HistoryPicItem .p3{text-align: left;font-size: 0.36rem;margin-top: 0.2rem;height: 2rem;overflow:overlay} */
.HistoryPicItem .p3 {
    margin-top: 0.54rem;
    height: 2.50rem;

}

.HistoryPicItem .p1:hover,
.HistoryPicItem .p2:hover,
.HistoryPicItem .p3:hover {
    color: rgba(77, 40, 10, 1);
}

.HistoryPicItem .serial {
    bottom: -1rem;
    left: .3rem;
}

.HistoryPicItem2 {
    position: relative;
    width: 8.16rem;
    height: 4.53rem;
    background: url(../img/HistoryPicItem-bg2.png) no-repeat;
    background-size: 100% 100%;
    position: relative;
    margin-top: 1.9rem;
    z-index: 1;
    box-sizing: border-box;
    padding-top: 0.3rem;
}

.HistoryPicItem2 .p {
    text-align: center;
    color: #7B2501;
    width: 6.94rem;
    margin: auto;
    height: 4rem;
    cursor: pointer;
}

.HistoryPicItem2 .p1 {
    font-weight: 700;
    font-size: .5rem;
}

.HistoryPicItem2 .p2 {
    font-weight: 700;
    font-size: .4rem;
    height: 2rem;
}

/* .HistoryPicItem2 .p3{text-align: left;font-size: 0.36rem;margin-top: -1rem;width: 3.6rem;margin-left: 3.4rem;height: 2rem;overflow:overlay} */
.HistoryPicItem2 .p3 {
    text-align: left;
    margin-top: 0.4rem;
    width: 3.6rem;
    margin-left: 3.4rem;
    height: 2.5rem;
}

.HistoryPicItem2 .Item-icon img {
    width: 4.08rem;
    height: 3.03rem;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -0.2rem;
    left: -4.5rem;
    margin: 0 auto;
    border-radius: 0.4rem;
    box-sizing: border-box;
}

.HistoryPicItem2 .p1:hover,
.HistoryPicItem2 .p2:hover,
.HistoryPicItem2 .p3:hover {
    color: rgba(77, 40, 10, 1);
}

.HistoryPicItem2 .serial {
    top: -0.8rem;
    right: 1rem;
}

.HistoryPicItem3 {
    position: relative;
    width: 8.16rem;
    height: 4.53rem;
    background: url(../img/HistoryPicItem-bg2.png) no-repeat;
    background-size: 100% 100%;
    z-index: 1;
    box-sizing: border-box;
    padding-top: 0.3rem;
}

.HistoryPicItem3 .p {
    text-align: center;
    color: #7B2501;
    width: 6.94rem;
    margin: auto;
    height: 4rem;
    cursor: pointer;
}

.HistoryPicItem2 .p1 {
    font-weight: 700;
    font-size: .5rem;
}

.HistoryPicItem3 .p1 {
    font-weight: 700;
    font-size: .5rem;
}

.HistoryPicItem3 .p2 {
    font-weight: 700;
    font-size: .4rem;
    height: 2rem;
}

/* .HistoryPicItem3 .p3{text-align: left;font-size: 0.36rem;margin-top: -1rem;width: 3.6rem;margin-left: 0;height: 2rem;overflow:overlay} */
.HistoryPicItem3 .p3 {
    text-align: left;
    margin-top: .4rem;
    width: 3.6rem;
    margin-left: 0;
    height: 2.5rem;
}

.HistoryPicItem3 .Item-icon img {
    width: 4.08rem;
    height: 3.03rem;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -.2rem;
    left: 4.25rem;
    margin: 0 auto;
    border-radius: 0.4rem;
    box-sizing: border-box;
}

.HistoryPicItem3 .p1:hover,
.HistoryPicItem3 .p2:hover,
.HistoryPicItem3 .p3:hover {
    color: rgba(77, 40, 10, 1);
}

.HistoryPicItem3 .serial {
    bottom: -1.1rem;
    left: 1rem;
}

.HistoryPicItem4 {
    position: relative;
    width: 8.46rem;
    height: 8.6rem;
    background: url(../img/HistoryPicItem-bg.png) no-repeat;
    background-size: 100% 100%;
    position: relative;
    z-index: 1;
    margin-top: 2.4rem;
    box-sizing: border-box;
    padding-top: 0.3rem;
}

.HistoryPicItem4 .Item-icon img {
    width: 6.94rem;
    height: 5.14rem;
    position: absolute;
    left: 0;
    right: 0;
    top: -0.7rem;
    margin: 0 auto;
    border-radius: .4rem;
    box-sizing: border-box;
}

.HistoryPicItem4 .p {
    text-align: center;
    color: #7B2501;
    width: 6.94rem;
    margin: 4rem auto 0;
    cursor: pointer;
}

.HistoryPicItem4 .p1 {
    font-weight: 700;
    font-size: .5rem;
}

.HistoryPicItem4 .p2 {
    font-weight: 700;
    font-size: .4rem;
}

/* .HistoryPicItem4 .p3{text-align: left;font-size: 0.36rem;margin-top: 0.2rem;height: 2rem;overflow:overlay} */
.HistoryPicItem4 .p3 {
    text-align: left;
    margin-top: .2rem;
    height: 2.5rem;
}

.HistoryPicItem4 .p1:hover,
.HistoryPicItem4 .p2:hover,
.HistoryPicItem4 .p3:hover {
    color: rgba(77, 40, 10, 1);
}

.HistoryPicItem4 .serial {
    top: -1.4rem;
    right: 1rem;
}


/* 图说历史 新增样式1*/

.combo-dropdown-MIB::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 .1rem rgba(254, 144, 14, 0.1);
    background-color: rgba(254, 144, 14, 0.1);
    border: 0.06rem;
    border-radius: 0.5rem;
}

.combo-dropdown-MIB::-webkit-scrollbar {
    width: .16rem;
    background-color: rgba(254, 144, 14, 0.1);
    border-radius: .5rem;
}

.combo-dropdown-MIB::-webkit-scrollbar-thumb {
    background-color: rgba(254, 144, 14, 0.3);
    border-radius: .5rem;
}

.HisPicItem1 {
    width: 100%;
    height: 100%;
    background: url(../img/HistoryAsPic-bg.png) no-repeat;
    background-size: 100% 100%;
    margin: auto;
    overflow: hidden;
    position: relative;
    padding: 0.05rem;
}

.HistoryPicWrap2 {
    width: 100%;
    height: 15.33rem;
    overflow: hidden;
    margin-top: 2.84rem;
}

.MessItemBox1 {
    position: relative;
    width: 100%;
    height: 12.32rem;
    box-sizing: border-box;
    padding: 0 1.04rem;
}

.synopsis1 {
    width: 12.73rem;
    height: 10.4rem;
    padding-right: .3rem;
    color: #7B2501;
    overflow-x: hidden;
    overflow-y: auto;
}

.synopsis1 .p1 {
    font-size: .7rem;
    font-weight: 700;
}

.synopsis1 .p2 {
    font-size: .5rem;
    font-weight: 700;
    margin-bottom: .2rem;
}

.synopsis1 .p3 {
    font-size: .4rem;
    line-height: .8rem;
}

.messImageWrap1 {
    width: 19.83rem;
    height: 12.32rem;
    background: url(../img/messImageBg1.png) no-repeat;
    background-size: 100%;
    margin-left: 1rem;
}

.messImageBox1 {
    width: 19.38rem;
    height: 11.8rem;
    border-radius: .3rem;
    margin: .24rem auto;
    overflow: hidden;
}

.MessItemBox1 .audioBox {
    width: 1.58rem;
    height: 1.58rem;
    position: absolute;
    left: 1rem;
    bottom: 0;
}

.MessItemBox1 .audioIcon1 {
    background: url(../img/audioIcon1.png) no-repeat;
    background-size: 100%;
}

.MessItemBox1 .audioIcon2 {
    background: url(../img/audioIcon2.png) no-repeat;
    background-size: 100%;
}

.swiper-container-MIB {
    width: 31.7rem;
    margin-left: 1.03rem;
    margin-top: .5rem;
    overflow: hidden;
}

.swiper-container-MIB .swiper-slide {
    position: relative;
    width: 3.13rem;
    height: 1.91rem;
    border-radius: 0.3rem;
    overflow: hidden;
    border: solid .06rem #D0673A;
    margin-right: 0.3rem;
    cursor: pointer;
}

.swiper-container-MIB .swiper-slide i {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, .3);
}

.swiper-container-MIB .swiper-slide img {
    width: 3.13rem;
    border-radius: .2rem;
}

.swiper-container-MIB .swiper-slide.swiper-slide-active {
    border: solid .06rem #817f7e;
    box-shadow: .07rem .07rem 0 0 #FCA703;
}

.swiper-container-MIB .swiper-slide.swiper-slide-active i {
    background-color: rgba(0, 0, 0, 0);
}

.swiper-container-MIB .swiper-button-prev {
    width: .47rem;
    height: .73rem;
    background: url(../img/swiper-button-prev.png) no-repeat;
    background-size: 100%;
    left: 14.4rem;
}

.swiper-container-MIB .swiper-button-next {
    width: .47rem;
    height: .73rem;
    background: url(../img/swiper-button-next.png) no-repeat;
    background-size: 100%;
    right: .9rem;
}

.disabled {
    pointer-events: none;
    cursor: default;
    opacity: 0.3;
}


/* 图说历史 新增样式2*/
.HistoryPicWrap3 {
    width: 34.69rem;
    height: 15.29rem;
    background: url(../img/HistoryPicWrap3.png) no-repeat;
    background-size: 100% 100%;
    margin: 2.1rem auto 0;
}

.messImageWrap2 {
    width: 12.53rem;
    height: 13.13rem;
    margin: 1.09rem 1.05rem 1.08rem 1.24rem;
}

.messImageBox2 {
    position: relative;
    width: 12.07rem;
    height: 12.69rem;
    margin: .22rem auto;
    overflow: hidden;
    border-radius: .3rem;
}

.messImageBox2 img {
    position: absolute;
    margin: auto;
    top: -99rem;
    right: -99rem;
    bottom: -99rem;
    left: -99rem;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
    padding: .2rem;
    background-color: #EFC083;
    border-radius: .8rem;
    box-shadow: .07rem .07rem 0 0 #FCA703;
}

.synopsis2 {
    width: 10.24rem;
    height: 13.13rem;
    padding-right: .3rem;
    color: #7B2501;
    overflow-x: hidden;
    overflow-y: auto;
    margin-top: 1.09rem;
}

.synopsis2 .p1 {
    font-size: .7rem;
    font-weight: 700;
    text-align: center;
    line-height: 2rem;
}

.synopsis2 .p2 {
    font-size: .5rem;
    font-weight: 700;
    margin-bottom: .2rem;
    text-align: center;
}

.synopsis2 .p3 {
    font-size: .4rem;
    line-height: .8rem;
}

.synopsis2 .p3 p {
    font-size: .4rem;
    line-height: .8rem;
}

.corona-Wrapper {
    width: 8.3rem;
    height: 14.9rem;
    margin-left: .07rem;
    margin-top: 0.2rem;
    padding-left: 0.3rem;
    overflow: hidden;
}

.corona-content {
    position: relative;
    width: 34rem;
    height: 34rem;
    margin-left: 0;
    margin-top: -9.54rem;
}

.corona-slide {
    position: absolute;
    width: 7.11rem;
    height: 1.31rem;
    background: url(../img/corona-slide.png) no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
    z-index: 2;
}

.corona-slide em {
    display: block;
    width: 5rem;
    margin: 0 auto;
    height: 1.39rem;
    line-height: 1.3rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-text-stroke: 0.03rem #94380A;
    color: #FFF;
    font-size: 0.6rem;
    font-weight: 700;
}

.corona-slide.currnt {
    background: url('../img/corona-slideCur.png') no-repeat;
    background-size: 100% 100%;
    z-index: 14;
}

/* 详情 */
.ModelBox {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .7);
    z-index: 99;
    font-family: myFirstFont;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    border-radius: 0.4rem;
}

.knowledgeBox {
    width: 21.06rem;
    height: 13rem;
}

.opcCenter {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.shapeBox {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: 0 auto;
    width: 21.06rem;
    height: 0.84rem;
    background: url(../img/shapeBg.png) no-repeat;
    background-size: 100% 100%;
    text-align: center;
    z-index: 2;
}

.shape {
    display: inline-block;
    width: 5.94rem;
    height: 1.28rem;
    line-height: 1.28rem;
    background: url(../img/shape.png) no-repeat;
    background-size: 100% 100%;
    margin-top: -0.3rem;
}

.shape .title {
    font-size: 0.6rem;
    color: #fff;
}

.shapeMainBox {
    width: 20.12rem;
    height: 11.48rem;
    background: url(../img/shapeMainBg.jpg) no-repeat;
    background-size: 100% 100%;
    margin: 0.5rem auto 0;
    overflow: hidden;
    border-bottom-left-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
}

.scrollBox {
    float: left;
    position: relative;
    width: 9.98rem;
    height: 9.6rem;
    overflow: hidden;
    background-color: #fff;
    margin: 0.9rem 0 0 0.7rem;
    -webkit-box-shadow: 0.02rem 0.04rem 0.2rem rgb(0 0 0 / 20%);
    box-shadow: 0.02rem 0.04rem 0.2rem rgb(0 0 0 / 20%);
}

.imgBox {
    overflow: hidden;
    position: absolute;
    left: 0px;
    height: 100%;
    width: 100%;
    transform: translate3d(0px, 0px, 0px);
    transition: all 0s ease 0s;
}

.imgItemBox {
    position: relative;
    float: left;
    width: 9.98rem;
    height: 9.6rem;
}

.scrollBox img {
    position: absolute;
    left: -10rem;
    right: -10rem;
    top: -10rem;
    bottom: -10rem;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}

.knowledge-right {
    position: relative;
    float: left;
    width: 7.5rem;
    height: 5rem;
    margin-left: 1.2rem;
    margin-top: 1.2rem;
}

.knowledge-right .p1 {
    width: 7rem;
    font-size: .56rem;
    color: #7a2400;
    font-weight: 900;
    margin-bottom: 0.3rem;
}

.knowledge-right .p2 {
    width: 100%;
    height: 7rem;
    font-size: .36rem;
    line-height: .68rem;
    color: #7a2400;
    overflow-x: hidden;
}

.knowledge-right .btns {
    position: absolute;
    right: 0;
    top: 0.13rem;
    width: 0.58rem;
    height: 0.58rem;
    border-radius: 50%;
    -webkit-box-shadow: 0.01rem 0.01rem 0.2rem rgb(229 132 81 / 80%);
    box-shadow: 0.01rem 0.01rem 0.2rem rgb(229 132 81 / 80%);
    cursor: pointer;
}

.knowledge-right .pauseBtn {
    display: inline-block;
    width: 0.58rem;
    height: 0.58rem;
    background: #fff url(../img/media-play.png) no-repeat;
    background-size: 100%;
}

.knowledge-right .playBtn {
    display: inline-block;
    width: 0.58rem;
    height: 0.58rem;
    background: #fff url(../img/media-pause.png) no-repeat;
    background-size: 100%;
}

.ModelBox .close {
    width: 1.15rem;
    height: 1.15rem;
    position: absolute;
    right: -4%;
    top: -7%;
    cursor: pointer;
}

/*科研名人*/
.Item-icon {
    position: absolute;
    margin: 0 auto;
    box-sizing: border-box;
    border: 0.05rem solid #FF7900;
    border-radius: 0.25rem;
    -webkit-border-radius: 0.25rem;
    -moz-border-radius: 0.25rem;
    -ms-border-radius: 0.25rem;
    -o-border-radius: 0.25rem;
    /* padding: .2rem; */
    /* background: linear-gradient(270deg,#ff7900,#ff7900) 0 0 no-repeat,linear-gradient(180deg,#ff7900,#ff7900) 0 0 no-repeat,linear-gradient(270deg,#ff7900,#ff7900) 100% 0 no-repeat,linear-gradient(180deg,#ff7900,#ff7900) 100% 0 no-repeat,linear-gradient(270deg,#ff7900,#ff7900) 0 100% no-repeat,linear-gradient(180deg,#ff7900,#ff7900) 0 100% no-repeat,linear-gradient(270deg,#ff7900,#ff7900) 100% 100% no-repeat,linear-gradient(270deg,#ff7900,#ff7900) 100% 100% no-repeat;
    background-size: .2rem .6rem,.6rem .2rem,.2rem .6rem,.6rem .2rem; */
}

.HistoryPicItem .Item-icon {
    width: 6.94rem;
    height: 5.14rem;
    left: 0;
    right: 0;
    bottom: -1.14rem;
}

.HistoryPicMain .Item-icon .border {
    width: 100%;
    height: 100%;
    position: relative;
}

.HistoryPicMain .Item-icon .common-border {
    width: 0.63rem;
    height: 0.63rem;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: absolute;
    display: block;
}

.HistoryPicMain .Item-icon .top-left {
    background-image: url(../../img/left-top-border.png);
    left: -0.14rem;
    top: -0.13rem;
}

.HistoryPicMain .Item-icon .top-right {
    background-image: url(../../img/right-top-border.png);
    right: -0.14rem;
    top: -0.13rem;
}

.HistoryPicMain .Item-icon .bottom-left {
    background-image: url(../../img/left-bottom-border.png);
    left: -0.14rem;
    bottom: -0.13rem;
}

.HistoryPicMain .Item-icon .bottom-right {
    background-image: url(../../img/right-bottom-border.png);
    right: -0.14rem;
    bottom: -0.13rem;
}

.HistoryPicItem2 .Item-icon {
    width: 4.08rem;
    height: 3.03rem;
    left: -4.5rem;
    right: 0;
    bottom: -.2rem;
}

.HistoryPicItem3 .Item-icon {
    width: 4.08rem;
    height: 3.03rem;
    position: absolute;
    bottom: -.2rem;
    left: 4.25rem;
}

.HistoryPicItem4 .Item-icon {
    width: 6.94rem;
    height: 5.14rem;
    left: 0;
    right: 0;
    top: -.7rem;
}

.backimg {
    background: url(../../img/avatar-bg.png) center no-repeat;
    background-size: 100% 96%;
    /*filter: blur(.25rem);*/
    width: 100%;
    height: 100%;
    background-color: rgb(255, 214, 175);
}

.HistoryPicMain .Item-icon img {
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: none;
    /* padding: 0.2rem; */
}

.mr-bg::-webkit-scrollbar {
    display: none;
}