﻿* {
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif, "宋体";
}

input:focus,
textarea:focus {
    outline: none;
}

a {
    text-decoration: none;
}

    a:hover {
        text-decoration: none;
    }

li {
    list-style: none;
}

.location {
    position: absolute;
}

body {
    max-width: 10rem;
    margin: auto;
    overflow-x: hidden;
}

.container {
    position: relative;
    background-color: #ffffff;
    min-height: 100vh;
}

.RelevanList {
    border-top: 0.26666667rem solid #F4F4F4;
}

    .RelevanList .bottom li:nth-child(2n) {
        margin: 0rem 0rem 0.34666667rem 0rem;
    }
