* {
    margin: 0;
    padding: 0;
    /* font-family: Source Han Sans CN; */
    font-family: "Microsoft YaHei", 微软雅黑;
}

a {
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: inherit;
    display: block;
    line-height: inherit;
    font-size: inherit;
    letter-spacing: inherit;
}

a:link {
    text-decoration: none;
    color: inherit;
}

img {
    user-select: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
}

.response-img {
    width: 100%;
    display: block;
}

.container {
    width: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    position: relative;
}

.body-container {
    width: 100%;
    min-width: 15.2rem;
}

.wrap {
    width: 19.2rem;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.box {
    width: 15.2rem;
    position: relative;
    margin: auto;
}

li {
    list-style: none;
}

body {
    min-width: 1200px;
}

.header-box .arrow {
    width: auto;
    flex: 1;
    border-bottom: .02rem solid #dcdfe5;
    box-sizing: border-box;
    position: relative;
    margin-bottom: .02rem;
    margin-left: .2rem;
}

.header-box .arrow::after {
    content: "";
    width: .15rem;
    height: .02rem;
    background-color: #dcdfe5;
    transform: rotate(45deg);
    transform-origin: right bottom;
    position: absolute;
    right: 0;
    top: 0;
}

button {
    background: none;
    color: inherit;
    border: none;
    padding: 0;
    font: inherit;
    cursor: pointer;
    outline: inherit;
}
