
.body {
    background-color: #f5f7fa;
    color: #333333;
    font-family: PingFang SC;
    padding-top: 75px;
}


.title {
    font-size: 30px;
    font-family: PingFang SC;
    font-weight: bold;
    color: #333333;
}

.place {
    font-size: 18px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #666666;
    padding: 30px 0 50px;
    border-bottom: 1px solid #E6E6E6;
}

.subtit {
    font-size: 18px;
    font-weight: bold;
    padding-left: 4px;
    line-height: 18px;
    border-left: 3px solid #134B9F;
    margin: 60px 0 20px;
}

p {
    font-size: 16px;
    line-height: 2;
}

.btn {
    display: inline-block;
    width: 200px;
    height: 60px;
    line-height: 60px;
    margin-bottom: 260px;
    text-align: center;
    background-color: #86201D;
    font-size: 18px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #fff;
    cursor: pointer;
    margin: 70px 60px 265px 0;
}

.btn.upload {
    background-color: #666666;
}
  