main {
    background: rgb(248, 249, 252);
}

.container {
    width: 1200px;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 120px;
}

.container nav {
    font-size: 16px;
    font-weight: 500;
    color: rgba(51, 51, 51, 1);
}

.container nav a {
    color: rgba(153, 153, 153, 1);
}

.container .icon {
    width: 785px;
    margin: 180px auto 90px;
    display: block;
}

.container h1 {
    text-align: center;
    margin-top: 38px;
    font-size: 32px;
    font-weight: 500;
    letter-spacing: 0px;
    line-height: 44.8px;
    color: rgba(51, 51, 51, 1);
    margin-bottom: 40px;
}

.form {
    padding: 20px 24px;
    background: rgba(255, 255, 255, 1);
    margin: 40px 0;
}

.form .btn {
    width: 463px;
    height: 72px;
    background: rgba(1, 83, 181, 1);
    box-shadow: 0px 2px 10px rgba(1, 83, 181, 0.47);
    margin: auto;
    font-size: 24px;
    font-weight: 500;
    line-height: 72px;
    color: rgba(255, 255, 255, 1);
    text-align: center;
    border-radius: 72px;
    cursor: pointer;
}

.form .t2 {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    color: rgba(51, 51, 51, 1);
    margin-bottom: 10px;
    margin-top: 14px;
}

.form input {
    height: 60px;
    width: 100%;
    padding: 0 14px;
    font-size: 14px;
    font-weight: 400;
    border: 1px solid rgba(232, 232, 232, 1);
    border-radius: 4px;
}

.form textarea {
    height: 130px;
    width: 100%;
    padding: 14px;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    border: 1px solid rgba(232, 232, 232, 1);
    border-radius: 4px;
}

.form select {
    height: 60px;
    border-radius: 6px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(232, 232, 232, 1);
    padding: 0 14px;
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    line-height: 60px;
}

.list-img {
    display: flex;
    flex-wrap: wrap;
}

.list-img .boxs {
    position: relative;
    margin-right: 16px;
    margin-bottom: 16px;
}

.list-img .boxs img {
    width: 100px;
    height: 100px;
}

.list-img .boxs input {
    width: 100px;
    height: 100px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    cursor: pointer;
    opacity: 0;
}

.list-img .list-img-box {
    display: flex;
    flex-wrap: wrap;
}

.list-img .imgs {
    position: relative;
    margin-right: 16px;
    margin-bottom: 16px;
}

.list-img .imgs>img {
    width: 100px;
    height: 100px;
}

.list-img .imgs .close {
    width: 20px;
    height: 20px;
    position: absolute;
    right: -6px;
    top: -6px;
    z-index: 1;
    cursor: pointer;
}