* {
    padding: 0;
    margin: 0;
}
a {
    color: #666;
    text-decoration: none;
}
li {
    list-style: none;
}
.nav-link {
    color: #3e3e3e;
}
.link {
    padding: 0;
    margin-top: 10px;
}
.link li {
    float: left;
    margin-left: 10px;
}
.justify-content-space-between {
    justify-content: space-between;
}
.flex-wrap-wrap {
    flex-wrap: wrap;
}
.tips-title {
    font-size: 18px;
    padding: 10px 22px;
    background-color: #f7e4cf;
}
.tips-content {
    font-size: 14px;
    line-height: 30px;
    padding: 10px 20px;
    white-space: pre-wrap;
    background-color: #fff8f2;
}
.row-title {
    font-size: 18px;
    font-weight: bold;
    color: #666;
    padding-left: 20px;
    border-bottom: 2px solid #b5b5b5;
}
.copyright {
    color: #333;
    font-size: 12px;
    text-align: center;
    padding: 20px;
}
.space {
    display: inline-block;
    width: 30px;
}
.el-form-item {
    margin-right: 0 !important;
}
@media (min-width: 767px) {
    .form-auto .el-form-item {
        width: 33.333%;
    }
    #carouselExampleIndicators img {
        width: 100%;
        height: 260px;
    }
}
@media (max-width: 767px) {
    #carouselExampleIndicators img {
        width: 100%;
        height: 168px;
    }
}
.nav-link {
    padding: 0.5rem;
}