.moduleBox {
    margin: 110px auto 80px;
    box-sizing: border-box;
    padding: 0 30px;
}

.moduleBox .content {
    margin: 90px 0 86px;
}

.moduleBox .content .input_item {
    width: 100%;
    box-sizing: border-box;
    padding: 30px;
    border-bottom: 1px solid #F0EFF4;
    display: flex;
    align-items: center;
}

.moduleBox .content .labelList_item {
    display: flex;
    align-items: flex-start;
}

.moduleBox .content .labelList_item .name {
    margin-top: 30px;
}

.moduleBox .content .label_item {
    padding: 10px 30px;
}

.moduleBox .content .input_item .name {
    min-width: 230px;
    font-size: 20px;
    color: #000;
}

.moduleBox .content .input_item .name .red {
    color: #DF0900;
}

.moduleBox .content .input_item .name .note {
    color: #B0B0B0;
}

.moduleBox .content .input_item .inp {
    width: 300px;
    border: 0;
    font-size: 20px;
    outline: none;
}

.moduleBox .content .input_item .radioList {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.moduleBox .content .input_item .radioList .radioItem {
    display: flex;
    align-items: center;
    margin: 20px 0;
}

.moduleBox .content .input_item .radioList .radioItem label {
    margin-right: 30px;
    font-size: 20px;
    color: #494949;
    display: flex;
    align-items: center;
}

.moduleBox .content .input_item .radioList .radioItem input {
    display: none;
}

.moduleBox .content .input_item .radioList .radioItem>label {
    position: relative;
    margin-right: 34px;
}

.moduleBox .content .input_item .radioList .radioItem>label::before {
    display: inline-block;
    content: "";
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: 1px solid rgb(219, 219, 219);
    margin-right: 20px;
    vertical-align: bottom;
}

.moduleBox .content .input_item .radioList .radioItem>input:checked+label::before {
    background-color: rgb(239, 66, 56);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
}

.moduleBox .content .input_item .radioList .radioItem>input:checked+label::after {
    display: inline-block;
    content: "";
    width: 23px;
    height: 16px;
    background: url(../images/hook_icon.png) no-repeat 100% 100%;
    background-size: 100% 100%;
    position: absolute;
    left: 6px;
}

.moduleBox .formBox {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 84px;
}

.moduleBox .formBox button {
    width: 108px;
    height: 28px;
    border: 1px solid #636363;
    border-radius: 5px;
    font-size: 18px;
    color: #484848;
}

.moduleBox .formBox .save {
    background: #F0EFF4;
    margin-right: 143px;
}

.moduleBox .formBox .submit {
    background: #fff;
}


/* 分页 */

.pageBox {
    display: flex;
    align-items: center;
    justify-content: center;
}

.pageBox a {
    width: 65px;
    height: 36px;
    display: block;
    box-sizing: border-box;
    font-size: 18px;
    color: #2B2B2B;
    text-align: center;
    line-height: 36px;
    border-radius: 5px;
    border: 1px solid #979797;
}

.pageBox a:nth-child(1) {
    background: #8BC43F;
    border: 1px solid #8BC43F;
    color: #fff;
}

.pageBox .page {
    margin: 0 30px;
}

input::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #B0B0B0;
}

input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #B0B0B0;
}

input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #B0B0B0;
}

input:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #B0B0B0;
}


/* 第二页样式 */

#page2 .page2_input_item {
    border: 0;
    display: block;
    overflow: hidden;
}

#page2 .page2_input2 {
    margin-top: 23px;
    border-bottom: 1px solid #F0EFF4;
}

#page2 .page2_input_item .page2_content {
    width: 650px;
    float: right;
    margin-bottom: 30px;
}

#page2 .page2_input_item .page2_content .input_item {
    padding: 30px 0 20px;
}

#page2 .content .page2_input_item .inp_page2_list {
    width: 850px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 10px;
}

#page2 .content .page2_input_item .inp_page2_list .page2_content_item {
    display: flex;
    align-items: center;
    margin: 20px 0;
}

#page2 .content .page2_input_item .inp_page2_list .page2_content_item label {
    margin-right: 30px;
    font-size: 20px;
    color: #494949;
    display: flex;
    align-items: center;
}

#page2 .content .page2_input_item .inp_page2_list .page2_content_item input {
    display: none;
}

#page2 .content .page2_input_item .inp_page2_list .page2_content_item>label {
    position: relative;
    margin-right: 34px;
}

#page2 .content .page2_input_item .inp_page2_list .page2_content_item>label::before {
    display: inline-block;
    content: "";
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: 1px solid rgb(219, 219, 219);
    margin-right: 20px;
    vertical-align: bottom;
}

#page2 .content .page2_input_item .inp_page2_list .page2_content_item>input:checked+label::before {
    background-color: rgb(239, 66, 56);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
}

#page2 .content .page2_input_item .inp_page2_list .page2_content_item>input:checked+label::after {
    display: inline-block;
    content: "";
    width: 23px;
    height: 16px;
    background: url(../images/hook_icon.png) no-repeat 100% 100%;
    background-size: 100% 100%;
    position: absolute;
    left: 6px;
}


/* 第三页 */

#page3 .pages_title {
    margin-bottom: 90px;
}

#page3 .page3_module {
    margin-bottom: 76px;
}

#page3 .page3_module .title {
    font-size: 20px;
    color: #000;
    font-weight: bold;
    margin-bottom: 30px;
}

#page3 .page3_module .title span {
    color: #AFAFAF;
}

#page3 .page3_module .item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    box-sizing: border-box;
    padding: 30px 50px 30px 30px;
    border-bottom: 1px solid #EFEFF3;
}

#page3 .page3_module .item .item_l {
    font-size: 20px;
    color: #000;
}

#page3 .page3_module .item .item_l span {
    color: #DF0900;
}

#page3 .page3_module .item .item_r {
    font-size: 18px;
    color: #DF0900;
    text-decoration: underline;
}

#page3 .page3_module .item .item_r input {
    display: none;
}

#page3 .page3_module .item .item_r label {
    cursor: pointer;
}

#page3 .page3_module .file_item {
    border: 0;
    display: flex;
    justify-content: start;
    padding: 42px 50px 30px 30px;
}

#page3 .page3_module .file_item .item_l {
    margin-right: 82px;
}


/* 下载页 */

.pageBox .file {
    background: #DF0900 !important;
    border: #DF0900 !important;
    margin-right: 26px;
}

#page4 .page4_module {
    margin: 66px 0 90px;
}

#page4 .page4_module .top {
    width: 900px;
    margin: auto;
    font-size: 20px;
    color: #070001;
}

#page4 .page4_module .top p {
    margin-bottom: 20px;
}

#page4 .page4_module .file_img {
    width: 100%;
    height: 1167px;
    background: #EFEFF3;
    margin-top: 60px;
}