* {
    margin: 0;
    padding: 0;
    font-family: "PingFang SC", Helvetica, Arial, "Hiragino Sans GB", "Microsoft Yahei", STHeiTi, sans-serif;
}

.current-location {
    background: #EBEBEB;
    opacity: 0.69;
}

.location {
    width: 100%;
    height: 10vw;
    line-height: 10vw;
    font-size: 4vw;
    color: #666666;
    padding-left: 4vw;
    overflow-x: auto;
}

.current-location .location span.goback {
    cursor: pointer;
    float: right;
    font-size: 18px;
    color: #f78d32;
    font-weight: bold;
}

.content {
    position: relative;
    margin: 0 auto 25px;
    padding: 0 10px;
    overflow: hidden;
}

.content-top {
    text-align: center;
    margin: 20px auto 0;
}

.content-top .title {
    text-align: center;
    font-size: 25px;
    line-height: 35px;
    color: #333333;
}

.content-top .origin {
    width: 100%;
    color: #666666;
    margin-top: 15px;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #d1d1d1;
    float: left;
}

.content .print {
    color: #999;
    font-size: 14px;
}

.content-footer {
    margin: 38px auto;
    border-top: 1px solid #d1d1d1;
    padding-top: 25px;
}

.content-footer .next {
    float: left;
}

.next-title {
    float: left;
    line-height: 1.5;
    color: #333333;
    font-size: 4vw;
}

.next-link {
    float: right;

}

.content-footer .next a {
    line-height: 1.5;
    color: #333333;
    font-size: 4vw;
}

.content-footer .last {
    float: right;

}

.content-footer .last a {
    font-size: 4vw;
    line-height: 1.5;
    color: #f78d32;
    font-weight: bold;
    cursor: pointer;
}

.content-footer .last a:hover {
    text-decoration: none;
    color: #f78d32;
}

.clear:after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0
}
