.custom-indicator {
    position: fixed;
    bottom: .4rem;
    z-index: 99999;
    right: .32rem;
    font-size: .3rem;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.3);
    box-sizing: border-box;
    padding: .04rem .2rem;
    border-radius: 1rem;
    -webkit-border-radius: 1rem;
    -moz-border-radius: 1rem;
    -ms-border-radius: 1rem;
    -o-border-radius: 1rem;
}

.van-button::before {
    background-color: rgba(0, 0, 0, 0) !important;
    border: none !important;
}

.content {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.content .bg-img {
    width: 100%;
    height: 100%;
    z-index: -1;
}

.content .content-one-btn {
    position: absolute;
    top: 18%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.content .content-one-btn>img {
    width: 4rem;
    height: 1.08rem;
    margin-bottom: 0.25rem;
}

.content .content-info {
    position: absolute;
    top: 18%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    text-align: center;
}

.content .content-info .content-info-input {
    width: 5.84rem;
    height: 7.67rem;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.02) 10%, rgba(255, 255, 255, 1) 96%);
    position: relative;
    box-sizing: border-box;
    padding: .44rem .4rem 0;
    text-align: left;
}

.content .content-info .content-info-input::after {
    position: absolute;
    content: '';
    width: 5.83rem;
    height: 0.2rem;
    background: url(../../img/huakuang1.png) no-repeat;
    background-size: 100% 100%;
    top: -.2rem;
    left: 0;
}

.content .content-info .content-info-input::before {
    position: absolute;
    content: '';
    width: 5.83rem;
    height: 0.2rem;
    background: url(../../img/huakuang2.png) no-repeat;
    background-size: 100% 100%;
    bottom: -.2rem;
    left: 0;
}

.content .content-info .content-info-input .content-info-html {
    max-height: 7rem;
    overflow-y: scroll;
    font-size: .28rem;
    text-align: justify;
    line-height: 1.3;
}

.content .content-info .content-info-input .content-info-html::-webkit-scrollbar {
    display: none;
}

.content .content-info .content-info-input .title {
    font-size: .42rem;
    color: #1a232c;
    font-weight: bold;
    margin-bottom: 0.4rem;

}

.content .content-info .content-info-input .input-title {
    font-size: .28rem;
    color: #1a232c;
    margin-bottom: 0.22rem;
}

.content .content-info .content-info-input .input-title.active {
    position: relative;
    line-height: 1;
}

.content .content-info .content-info-input .input-title.active::after {
    position: absolute;
    content: '*';
    color: #f20707;
    font-size: .3rem;
    top: 0;
}

.content .content-info .content-info-input .van-cell {
    border: 1px solid #cbcecd;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    padding: 5px 16px
}

.content .content-info .content-info-btn,
.content .content-info .content-info-btn1 {
    width: 5.38rem;
    height: 1.44rem;
    flex-shrink: 0;
}

.content .content-info .content-info-btn1 {
    margin-top: 1rem;
}

.content .content-info .van-button {
    margin-top: 1rem;
    height: 1.44rem;
}

.content-map {
    width: 100%;
    height: 100vh;
    background: url(../../img/bg01.png) no-repeat;
    background-size: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}


.content-map img {
    width: 100%;
}

.content-map-content {
    position: relative;
    width: 6.88rem;
    height: 8rem;
    /* background-color: rgba(255, 255, 255, .3); */
    overflow: hidden;
    padding-top: .2rem;
    padding-bottom: .2rem;
}

.content-map-content::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 0.2rem;
    background: url(../../img/huakuang1.png) no-repeat;
    background-size: 100% 100%;
    top: 0;
    left: 0;
}

.content-map-content::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 0.2rem;
    background: url(../../img/huakuang2.png) no-repeat;
    background-size: 100% 100%;
    bottom: 0;
    left: 0;
    z-index: 999;
}

.content-map-content>img {
    object-fit: cover;
    height: 100%;
}

.content-map-scoll {
    height: 100%;
    overflow-y: scroll;
}

.content-map-scoll::-webkit-scrollbar {
    display: none;
}

.go-fixed {
    position: absolute;
    top: 68%;
    right: 0;
    z-index: 99;
    width: 2.56rem;
    height: 1.08rem;
    background: url(../../img/go.png) no-repeat;
    background-size: 100% 100%;
}

.go-fixed .go-gif {
    width: 50%;
    height: 100%;
    margin-left: 54%;
}

.back-icon {
    position: absolute;
    top: .2rem;
    right: .2rem;
    bottom: 1rem;
    z-index: 9;
    width: 1.76rem;
    height: .66rem;
}

.back-icon>img {
    width: 100%;
    height: 100%;
    flex-shrink: 0;
    /* opacity: 0.7; */
}

.music-icon {
    width: 0.6rem;
    height: 0.6rem;
    position: absolute;
    right: .3rem;
    top: .3rem;
    -webkit-animation: rotating 1.2s linear infinite;
    -moz-animation: rotating 1.2s linear infinite;
    -o-animation: rotating 1.2s linear infinite;
    animation: rotating 1.2s linear infinite;
}

@keyframes rotating {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(1turn);
    }
}