footer {
    height: 50px;
}

.page {
    padding-bottom: 50px;
}

.content {
    width: 100%;
}

.content h1 {
    height: 60px;
    width: 100%;
    text-align: center;
    font-size: 14px;
    line-height: 60px;
    color: #595757;
}

.content-input {
    position: relative;
    padding: 0 25px;
}

.content-input h2 {
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    padding-left: 40px;
    font-weight: 400;
    color: #9e9e9f;
    margin-top: 20px;
}

.content-input>h2:first-child {
    margin-top: 0;
}

.content-input>input {
    height: 35px;
    width: 100%;
    border: 1px solid #dadbdc;
    border-radius: 4px;
    font-size: 12px;
    padding: 0 10px 0 40px;
}

.content-input>textarea {
    height: 100px;
    width: 100%;
    resize: none;
    border: 1px solid #dadbdc;
    border-radius: 4px;
    outline-style: none;
    padding: 10px 10px;
    font-size: 12px;
    line-height: 20px;
}

button {
    height: 35px;
    line-height: 35px;
    width: 95px;
    background: linear-gradient(90deg, #f0e0b9, #f5cf85);
    border-radius: 2px;
    color: #73430f;
    margin: 30px auto 0 auto;
}



/* 图标 */
.icon-anquan,
.icon-yonghu,
.icon-shouji,
.icon-yiyuan {
    position: absolute;
    top: 30px;
    left: 25px;
    height: 35px;
    width: 35px;
    line-height: 35px;
    text-align: center;
    color: gray;
    font-size: 22px;
    z-index: 999;
    border-right: 1px solid #d1d1d2;
}

.icon-anquan {
    top: 200px
}
.icon-shouji {
    top: 115px
}

.icon-yiyuan {
    top: 286px;
}

/* 弹窗 */
.notice {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 999;
    display: none;
}

.windows {
    height: 130px;
    width: 200px;
    margin: 60% auto;
    background-color: #131515;
    border-radius: 4px;
    padding-top: 20px;
}

.windows p {
    height: 40px;
    line-height: 20px;
    text-align: center;
    color: #ffffff;
    padding: 0 10px;
}

.windows a {
    height: 30px;
    width: 60px;
    text-align: center;
    line-height: 30px;
    margin: 20px auto 0 auto;
    background: linear-gradient(90deg, #f0e0b9, #f5cf85);
    color: #73430f;
    border-radius: 2px;
    -webkit-tap-highlight-color:rgba(0,0,0,0);
}