* {
    font-family: 'hykt';
    font-size: 16px;
}

/*loading样式*/
a, img {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-tap-highlight-color: transparent;
    outline: none;
}

/*loading样式*/
#loading-box {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 9999;
    min-height: 850px;
}

#loading-box .first-loading {
    position: relative;
    width: 100%;
    height: 100%;
}

#loading-box .first-loading img:nth-child(1) {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#loading-box .first-loading .text {
    position: absolute;
    left: 46%;
    margin-left: 14px;
    transform: translateX(-50%);
    top: 45%;
    text-align: center;
}

#loading-box .first-loading .text img {
    height: 2.53rem;
    width: auto;
    margin-left: 20%;
}

#loading-box .first-loading .text .progress {
    color: #752d21;
    font-size: .53rem;
}

#loading-box .first-loading .text .content {
    color: #752d21;
    font-size: .44rem;
}


#loading-box .loading-video-box {
    opacity: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 999;
}

#loading-box .loading-video-box canvas {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

#loading-box .loading-video-box .btn-box {
    display: none;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}

#loading-box .loading-video-box .btn-box .play-icon-background {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    min-height: 850px;
}

#loading-box .loading-video-box .btn-box .play-icon-background img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


#loading-box .loading-video-box .btn-box .appointment-btn {
    position: absolute;
    left: 50%;
    transform: translateX(-50%) scale(1.2);
    bottom: 6.5%;
    width: 3.6rem;
}

#loading-box .loading-video-box .btn-box .appointment-btn img {
    width: 100%;
}

#loading-box .loading-video-box .btn-box .appointment-btn .slide {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 0.293rem;
    white-space: nowrap;
}

#loading-box .loading-video-box .btn-box .appointment-btn .slide .point {
    width: 0.027rem;
    height: 0.107rem;
    background: #333;
    margin-bottom: 4px;
}

#loading-box .loading-video-box .btn-box .appointment-btn .slide .point:nth-child(2) {
    margin-bottom: 6px;
}

#loading-box .loading-video-box .btn-box .appointment-btn .slide {
    margin-top: 4px;
    text-align: center;
    margin-left: 6px;
}

#loading-box .home-banner {
    display: none;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

#loading-box .home-banner img {
    display: none;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#loading-box .home-banner canvas {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media screen and (min-width: 750px) {
    html {
        font-size: 75px !important;
    }
}

body {
    max-width: 750px;
    margin: 0 auto;
}

/*统一的头部*/

.title {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 0.427rem;
    position: relative;
    z-index: 99;
}

.title img {
    user-select: none;
    width: 5.573rem;
}

.title img[src$="follow-title.png"] {
    height: 0.615rem;
}

.title img[src$="land-title.png"] {
    height: 0.692rem;
}

.title img[src$="place-title.png"] {
    height: 0.692rem;
}

.title img[src$="view-title.png"] {
    height: 0.667rem;
}

.title img[src$="hero-title.png"] {
    height: 0.692rem;
}

.title img[src$="place-title.png"] {
    width: 6.147rem;
}

/*bgm*/
.title .bgm {
    position: absolute;
    right: 0.267rem;
    top: 50%;
    transform: translateY(-50%);
}

.title .bgm img {
    width: 0.84rem;
}

/*bgm*/
.bgm-box {
    display: none;
}

/*侧边栏*/
.aside {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .4);
    display: none;
    z-index: 100;
}

.aside .content {
    position: absolute;
    right: 0;
    top: 0;
    width: 5.92rem;
    height: 100%;
    background-image: url("https://i0.cy.com/xy/main/20230109/m/follow-aside-background.png");
    background-size: 100% 100%;
    background-position: center top;
    padding-top: 1.2rem;
    transform: translateX(5.92rem);
    transition: transform .2s;
}

.aside .content .close {
    position: absolute;
    right: 0.133rem;
    top: 0;
}

.aside .content .close img {
    width: 1.453rem;
}

.aside .content .list {
    margin-top: 0.347rem;
}

.aside .content .list .item {
    margin-top: 0.267rem;
    text-align: right;
    padding-right: 0.133rem;
}

.aside .content .list .item img {
    width: 5.453rem;
}

.aside .content .list .item img[src$="-active.png"] {
    width: 5.853rem;
    margin-top: -0.187rem;
}

/*下面的icon列表*/
.aside .content .icon-list {
    margin-top: 30px;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    background-image: url("https://i0.cy.com/xy/main/20230109/m/aside-icon-list-background.png");
    background-size: 100% 2px;
    background-position: center bottom;
    padding-bottom: 0.4rem;
    background-repeat: no-repeat;
}

.aside .content .icon-list .item {
    flex-basis: 30%;
    text-align: center;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}


.aside .content .icon-list .item a {
    display: flex;
}

.aside .content .icon-list .item img:first-child {
    width: 1.44rem !important;
}

.aside .content .icon-list .item img:nth-child(2) {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.aside .content .icon-list .item:first-child img {
    width: 0.853rem;
}

.aside .content .icon-list .item:nth-child(2) img {
    width: 1rem;
}

.aside .content .icon-list .item:nth-child(3) img {
    width: 0.693rem;
}

.aside .content .icon-list .item:nth-child(4) img {
    width: 0.84rem;
}

.aside .content .icon-list .item:nth-child(5) img {
    width: 0.64rem;
}

.aside .content .icon-list .item:nth-child(6) img {
    width: 0.68rem;
}

.aside .content .icon-list .item img {
    width: 100%;
}


.aside .content .customer-service {
    margin-top: 0.4rem;
    text-align: center;
}

.aside .content .customer-service img {
    width: 2.28rem;
}
