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 {
    -webkit-tap-highlight-color: transparent;
}
.img_block {
    display: block;
}

.display {
    display: flex;
}

.guide_info {
    display: flex;
    flex-direction: column;
    align-items: center;
  	margin-top: 0.7rem;
}
.max_box{
    margin:0.3rem 0;
}
.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_info li {

    display: flex;
    flex-direction: column;
    background-color: #ffffff;
    box-shadow: 0rem 0.02rem 0.12rem 0rem rgba(0, 0, 0, 0.12);
    border-radius: 0.1rem;
    width: 92%;
    padding: 0.39rem 0;
    margin: 0.2rem 0;
    /* margin-bottom: 0.4rem; */
}

.guide_info li h2 {
    font-size: 0.30rem;
    padding-left: 5%;
    background: url(../images/title.png)no-repeat center left;
}
.guide_info li h3 {
    width:100%;
    line-height: 0.48rem;
    background-color: #ff4d4d;
    text-align: center;
    font-size: 0.28rem;
    font-weight: 600;
    color: #ffffff;
    margin: 0 auto;
    margin-top: 0.19rem;
    margin-bottom: 0.09rem;
}

.guide_time {
    width: 92%;
    margin: 0 auto;
}

.time_items {
    display: flex;
    align-items: center;
    border-top: 0.01rem solid #efefef;
    margin-top: 0.1rem;
}
.time_items_teshu{
    display: flex;
    border-top: 0.01rem solid #efefef;
    margin-top: 0.1rem;
}
.time_items_teshu img{
    width: 0.24rem;
    height: 0.24rem;
    display: block;
    margin-top:0.15rem;
}
.time_items_teshu  p{
    font-family: MicrosoftYaHei;
    font-size: 0.26rem;
    line-height: 0.6rem;
    color: #333333;
    margin-left: 0.16rem;
}
.time_items img {
    width: 0.24rem;
    height: 0.24rem;
    display: block;
}

.time_items p {
    font-family: MicrosoftYaHei;
    font-size: 0.26rem;
    line-height: 0.6rem;
    color: #333333;
    margin-left: 0.16rem;
}

.guide_arrange {
    width:92%;
    margin: 0 auto;
}
.guide_info>li>p{
    width: 90%;
    margin:0.1rem auto;
    font-size: 0.26rem;
    line-height: 0.45rem;
    text-align: justify;
    text-indent: 2em;
    font-size: 0.26rem;
}
.shanxi_table{
    border-collapse: collapse;
    width:94%;
    margin:0.2rem auto;
}
.shanxi_table,tr,th{
    border: 1px solid #ccc;
    font-size: 0.24rem;
    text-align:left;
    font-weight: 500;
}
.shanxi_title{
    background-color: red;
    color: #fff;
    height: 0.8rem;
    border:none;
}
.shanxi_title>th{
    text-align: center;
}
.nav_back {
    position: fixed;
    top: 0.1rem;
    left: 0.4rem;
    background: white;
    /* width: 0.6rem; */
    padding: 0 0.2rem;
    height: 0.6rem;
    text-align: center;
    border-radius: 0.04rem;
    box-shadow: 0rem 0.02rem 0.12rem 0rem rgb(0 0 0 / 10%);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.3rem;
    color: #b9b5b5;
}
.nav_back img {
    width: 0.2rem;
    height: 0.3rem;
    transform: rotate(180deg);
    display: block;
    margin-right: 0.1rem;
}