* {
    margin: 0;
    padding: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);

}

html {
    font-size: 12px;
}

a {
    text-decoration: none;
    color: #333;
}


li {
    list-style: none;
}

.container {
    /* width: calc(100vw - 9px); */

    min-height: 100vh;
    position: relative;
}

.menu {
    width: 80vw;
    height: 0.5rem;
    background-color: rgba(201, 207, 223, .75);
    position: absolute;
    left: 50%;
    top: 0.3rem;
    transform: translateX(-40vw);
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 0.1rem;
    box-sizing: border-box;
    padding: 0 2vw;
    z-index: 9;
}

.title-logo {
    margin-top: 0.05rem;
}

.logo {
    width: 100%;
}

.menu li {
    box-sizing: border-box;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.menu li a {
    margin-top: 0.04rem;
}

.menu-item {
    width: 50%;
    height: 100%;
    display: flex;
    box-sizing: border-box;
    justify-content: space-between;
    align-items: center;
    /* padding: 0 10%; */
    font-size: 0.09rem;
}

@media screen and (max-width:600px) {
    .title-logo {
        /* display: block; */
        display: flex;
        margin-top: 0.03rem;
    }

    .business-name {
        transform: scale(0.9);
        margin-top: 0.03rem;
    }

    .menu-item {
        flex: 1;

    }

    .menu-item li {

        margin-top: -0.03rem;
        transform: scale(0.8);
    }

    .menu-item li a:active {
        color: #fff;
    }

    .menu-item-line {
        display: none;
    }
}

.link:hover {
    color: #2575f2;
}

.business-name {
    color: #000;
    font-size: 0.13rem;
    margin-left: 0.05rem;
}

.menu-item-line {
    width: 0px;
    height: 0.0129rem;
    background-color: #2575f2;
    transition: 0.3s linear;
    margin-top: 0.02rem;
}

.banner {
    width: 100%;
    position: relative;
    user-select: none;
}

.banner img {
    width: 100%;
    height: 1.2rem;
}

.banner p {
    color: #fff;
    font-size: 0.1rem;
    left: 50%;
    top: 70%;
    position: absolute;
    transform: translateX(-50%);
}

.main {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #f5f5f5;
}

.p-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 1.5rem;
}

.p-title .t {
    font-size: 0.2rem;
    line-height: 0.1rem;
    margin-top: 0.5rem;
}

.p-title .s {
    display: block;
    width: 0.2rem;
    height: 0.02rem;
    background: #e50012;
    margin-top: 0.2rem;
}

.p-title .c {
    line-height: 14px;
    font-size: 0.1rem;
    color: #666666;
    margin: 0.2rem 0 0;
}

.main-content {
    width: 100%;
    box-sizing: border-box;
    padding: 0 10%;
    display: flex;
    flex-direction: column;
}

.main-content li {
    width: 100%;
    height: 3rem;
    display: flex;
    background-color: #fff;
    margin-bottom: 5vh;
}

.main-content li a {
    width: 100%;
    height: 100%;
    display: flex;
}

.main-content li img {
    width: 50%;
}

.content-text {
    flex: 1;
    display: flex;
    flex-direction: column;
    height: 100%;
    box-sizing: border-box;
    padding: 5% 5%;
}

.text-h {
    font-size: 0.2rem;
    margin-bottom: 10px;
    color: #333333;
}

.text-p {
    color: #666;
    font-size: 0.1rem;
}

.content-text span {
    display: block;
    width: 0.1rem;
    height: 0.01rem;
    background: #999;
    margin: 0.1rem 0;
}

.text-t {
    line-height: 0.2rem;
    font-size: 0.1rem;
    color: #555;
    margin-top: 0.1rem;
}

.middle li a {
    color: rgb(205, 205, 205);
}

.middle li a:hover {
    color: #2575F2;
    /* color: red; */
}

.icon-ditu {
    font-size: 0.15rem;
}