@font-face {
    font-family: "思源黑体";
    src: url("../font/SourceHanSansCN-Normal.otf") format("truetype");
}

.clearfloat {
    zoom: 1;
}

.clearfloat:after {
content: ".";
width: 0;
height: 0;
visibility: hidden;
display: block;
clear: both;
overflow:hidden;
}

.guide_phone {
    background-image: url('../img/phone/背景底纹.jpg');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin:0 auto;
    height: 100vh;
    overflow: hidden;
    font-family: "思源黑体";
}

.guide_phone::after {
    content: "";
    display: block;
    height: 100%;
    padding-bottom: 100px;
}

.guide_phone .title {
    width: 100%;
    height: 2.15rem;
    margin-top: 1.2rem;
    text-align: center;
    padding: 0;
}

.guide_phone .title img {
    width: auto;
    height: 100%;
}

.guide_phone .main {
    background-image: url('../img/phone/中层底.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: calc(100vh - 4.49rem);
    width: calc(100% - 0.7rem);
    margin: 0 0.35rem;
    margin-top: 0.57rem;
    overflow:hidden;
    position: relative;
    box-sizing: border-box;
    z-index: 1;
}

.guide_phone .main .scroll {
    height: calc(100% - 0.6rem);
    margin: 0.3rem;
    overflow-y: auto;
    overflow-x: hidden;
}

.guide_phone .normal {
    position: relative;
}

.guide_phone .normal p {
    color: #fff;
    text-align: center;
    z-index: 3;
    position: relative;
    /* left: -0.05rem; */
    width: calc(100% - 0.15rem);
}

.guide_phone .normal img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 2;
}

.guide_phone .medium {
    background-image: url('../img/phone/方格中.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 1.8rem;
    height: 1.8rem;
    margin-top: 0.25rem;
    padding-top: 0.35rem;
    box-sizing: border-box;
}

.guide_phone .medium p {
    font-size: 0.34rem;
    letter-spacing: 0.1rem;
}

.guide_phone .please .medium {
    float: left;
    overflow: hidden;
}

.guide_phone .please .medium.mar {
    margin-left:  0.35rem;
    margin-right:  0.35rem;
}

.guide_phone .small {
    background-image: url('../img/phone/方格小.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 1.6rem;
    height: 1.6rem;
    margin-top: 0.25rem;
    padding-top: 0.40rem;
    box-sizing: border-box;
}

.guide_phone .small p {
    font-size: 0.28rem;
    letter-spacing: 0.07rem;
}