.layer-top-p {
    background-color: #c91109;
    overflow-x: scroll;
    position: relative;
}

.nav-list-p {
    width: 325vw;
}

.nav-list-p li {
    float: left;
    line-height: 10vw;
    margin-left: 4.66vw;
}

.nav-list-p li a {
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    -webkit-text-size-adjust: none;
}

.nav-list-p .currentShow a {
    color: #ffe0b2;
}

.search-container-p {
    position: fixed;
    top: 1.5vw;
    right: 0;
    width: 7vw;
    height: 7vw;
    background-color: rgba(201, 17, 9, 0.8);
}

.scorll-right-p {
    position: fixed;
    z-index: 10;
    width: 10vw;
    top: 2.5vw;
    right: 7vw;
    background-color: #c91109;
    opacity: 0.8;
}
.scorll-right-p img {
    width: 9px;
    height: 19px;
}

.search-container-p img {
    width: 100%;
    height: auto;
}

.bottom-container-p {
    background-color: #a40d06;
    padding-bottom: 5vw;
    margin-top: 5vw;
}
.footer-img-p {
    padding-top: 4vw;
}
.footer-img-list-p li {
    float: left;
}

.footer-img-list-p li:nth-child(1) {
    margin-left: 25vw;
}

.footer-img-list-p li:nth-child(2) {
    margin-left: 6vw;
}

.bottom-text-p div {
    margin-top: 4vw;
    color: #fff;
}
