* {
    padding: 0;
    margin: 0;
}

ul>li {
    list-style: none;
}

i {
    font-style: normal;
}

hr {
    border: none;
}

input[type="text"],
input[type="number"],
input[type="password"],
input[type="button"],
button,
textarea,
select {
    background: transparent;
    border: 0;
    outline: none;
    -webkit-appearance: none;
}

html {
    font-size: 10px;
}


/*<!---->去掉苹果button的样式*/

input[type="button"],
input[type="submit"],
input[type="reset"],
textarea {
    -webkit-appearance: none;
}


/* 页面标题 */

.common-title {
    font-size: 3.6rem;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #333333;
    margin: auto;
    padding: 8rem 0 1rem;
    box-sizing: border-box;
}

.common-subtitle {
    font-size: 1.8rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #999999;
}