.regular_top {
    width: 100%;
    box-sizing: border-box;
    margin-top: 1.1rem;
    padding: 0.8rem 0px;
    background-color: #e0eeffb6;
    position: relative;
}

.regular_top_img {
    position: absolute;
    right: 0.56rem;
    top: 0.56rem;
    width: 1.89rem;
}

.regular_top_img img {
    max-width: 100%;
    height: auto;
}

.regular_top_content {
    width: 50%;
}

.regular_top_content_title {
    font-size: 0.36rem;
    font-weight: bold;
    color: #333333;
    position: relative;
    padding-bottom: 0.32rem;
    margin-bottom: 0.25rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.regular_top_content_title::before {
    position: absolute;
    bottom: 0px;
    content: '';
    width: 0.80rem;
    height: 0.02rem;
    background-color: #026ef5;
}

.regular_top_content_text {
    height: 0.75rem;
    font-size: 0.28rem;
    line-height: 0.40rem;
    color: #667180;
    overflow: hidden;

    -webkit-line-clamp: 2;

    text-overflow: ellipsis;

    display: -webkit-box;

    -webkit-box-orient: vertical;
}

.regular_content {
    padding: 0.6rem 0px;
    box-sizing: border-box;
    width: 100%;
}

.toSubmit {
    background-color: #026ef5;
    width: 100%;
    height: 0.9rem;
    line-height: 0.9rem;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #fff;
    font-size: 0.3rem;
    margin-top: 0.6rem;
}

.regular_list {
    padding-bottom: 0.3rem;
    margin-bottom: 0.3rem;
    border-bottom: 1px solid #e6e6e6;
    display: flex;
    align-self: center;
    justify-items: center;
    position: relative;
}
.regular_list_img{
    width: 0.26rem;
    margin-right: 0.3rem;
    line-height: 0.4rem;
}
.regular_list img {
    max-width: 100%;
    height: auto;
}

.regular_list input {
    color: #666666;
    width: 60%;
}

.regular_list input::-webkit-input-placeholder {
    color: #666666;
}
.code{
    position: absolute;
    right: 0px;
    top: 0px;
    color: #026ef5;
    font-size: 0.3rem;
    cursor: pointer;
    border: none;
    background-color: transparent;
}
.public_form_title{
    justify-content: center;
}



/* ============== lvhaonan 修改 start ============== */
/*.regular_top_content_title {*/
/*    font-size: 0.44rem;*/
/*}*/

.regular_top_content_text {
    font-size: 0.32rem;
    line-height: 0.6rem;
    height: 1.2rem;
}

.regular_top_content {
    width: 64%;
}

.toSubmit {
    font-size: 0.28rem;
}
/* ============== lvhaonan 修改 end ============== */
