html {
    overflow-x: auto;
    overflow-y: auto;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td {
    margin: 0;
    padding: 0;
}

img {
    border: 0;
    vertical-align: middle;
}

a {
    text-decoration: none;
    color: inherit;
}

li {
    list-style: none;
}

/* h2 {
    font-size: 18px;
} */

.clear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    font-size: 0;
}

input,textarea,button,select,div {
    outline: none;
}

.clear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    font-size: 0;
}

input,textarea,button,select,div {
    outline: none;
}

body {
    position: relative;
    /* background-color: #f5f5f5; */
}

.img_block {
    display: block;
}

.display {
    display: flex;
}


/* .max_box {} */

body {
    -webkit-tap-highlight-color: transparent;
}

.guide_items {
    display: flex;
    flex-direction: column;
}

.max_box h1 {
    text-align: center;
    font-weight: 900;
    font-family: MicrosoftYaHei-Bold;
    font-size: 0.32rem;
    color: #333333;
    line-height: 0.8rem;
    margin-top:0.2rem;
}

.guide_items li {
    padding: 0 0.3rem;
    width:85%;
    height: 1.1rem;
    background-color: #ffffff;
    box-shadow: 0rem 0.02rem 0.08rem 0rem rgba(0, 0, 0, 0.1);
    margin: 0 auto;
    margin-top: 0.4rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.guide_logo,
.guide_logo img {
    width: 0.7rem;
    height: 0.7rem;
    display: block;
}

.guide_tit {
    font-size: 0.30rem;
    line-height: 0.36rem;
    letter-spacing: 0rem;
    font-weight: 800;
    color: #333333;
    flex: 1;
    margin-left: 0.46rem;
}

.enter,
.enter img {
    width: 0.12rem;
    height: 0.24rem;
    display: block;
    /* background-color: red; */
}