.pc-show .collection {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.pc-show .collection .collection-content {
    padding-top: 3rem;
}

.pc-show .collection .collection-content .title {
    font-family: HarmonyOS Sans SC;
    font-weight: bold;
    font-size: 2rem;
    color: #333333;
}

.pc-show .collection .collection-content .info {
    margin-top: 0.75rem;
    font-family: HarmonyOS Sans SC;
    font-weight: 400;
    font-size: 1.1rem;
    color: #333333;
}

.pc-show .collection .collection-form {
    flex: 1;
    margin-left: 7.5rem;
}

.pc-show .collection .collection-form .form-title {
    margin-bottom: 1.25rem;
    font-family: HarmonyOS Sans SC;
    font-weight: 400;
    font-size: 1rem;
    color: #333333;
}

.pc-show .collection .collection-form .form-li {
    display: flex;
    margin-bottom: 1.25rem;
}


.pc-show .collection .collection-form .form-li .form-col {
    flex: 1;
}

.pc-show .collection .collection-form .form-li .form-col:nth-child(odd) {
    margin-right: 2rem;
}

.pc-show .collection .collection-form .form-li .form-col .e-input {
    width: 100%;
    height: 3rem;
    padding: 1rem 1rem;
    background: #ffffff;
    border-radius: 1.6rem;
    border: 1px solid #cdd4d8;
    font-family: HarmonyOS Sans SC;
    font-weight: 400;
    font-size: 0.75rem;
    color: #666666;
    text-indent: 0.5rem;
    outline: none;
}

.pc-show .collection .collection-form .form-li .e-textarea {
    width: 100%;
    height: 12.5rem;
    padding: 1rem 1rem;
    border-radius: 1.6rem;
    border: 1px solid #cdd4d8;
    font-family: HarmonyOS Sans SC;
    font-weight: 400;
    font-size: 0.75rem;
    color: #666666;
    outline: none;
}

.pc-show .collection .collection-form .form-operate {
    margin-top: 1rem;
    height: 3rem;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #000000;
    border-radius: 1.6rem;
    font-family: HarmonyOS Sans SC;
    font-weight: 400;
    font-size: 0.8rem;
    color: #ffffff;
    cursor: pointer;
}


.h5-show .collection .collection-title1 {
    font-family: HarmonyOS Sans SC;
    font-weight: bold;
    font-size: 5rem;
    color: #333333;
}

.h5-show .collection .collection-title2 {
    font-family: HarmonyOS Sans SC;
    font-weight: bold;
    font-size: 5rem;
    color: #333333;
    margin-bottom: 2.5rem;
}

.h5-show .collection .collection-title3 {
    font-family: HarmonyOS Sans SC;
    font-weight: 400;
    font-size: 3.5rem;
    color: #333333;
    margin-bottom: 5rem;
}

.h5-show .collection .collection-form .form-li {
    width: 100%;
    display: flex;
    margin-bottom: 5rem;
}


.h5-show .collection .collection-form .form-li .form-col {
    flex: 1;
}

.h5-show .collection .collection-form .form-li .form-col .e-input {
    width: 100%;
    height: 12.5rem;
    background: #fff;
    border-radius: 6.25rem;
    border: 1px solid #cdd4d8;
    font-family: HarmonyOS Sans SC;
    font-weight: 400;
    font-size: 3.25rem;
    color: #666;
    padding: 0 5rem;
    outline: none;
}

.h5-show .collection .collection-form .form-li .e-textarea {
    width: 100%;
    height: 50rem;
    padding: 5rem 5rem;
    border-radius: 6.25rem;
    border: 1px solid #cdd4d8;
    font-family: HarmonyOS Sans SC;
    font-weight: 400;
    font-size: 3.25rem;
    color: #666;
    outline: none;
}

.h5-show .collection .collection-form .form-operate {
    width: 100%;
    height: 12.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #000000;
    border-radius: 6.25rem;
    font-family: HarmonyOS Sans SC;
    font-weight: 400;
    font-size: 3.5rem;
    color: #ffffff;
}