@charset "utf-8";

.layout {
    width: 1200px;
    margin: 0 auto;
}

.container-wrap {
    padding-top: 5px;
    padding-bottom: 30px;
}

body {
    background-color: #F8F8FA;
}

.path_index {
    box-sizing: border-box;
    min-width: 1200px;
    height: 90px;
    text-align: right;
    padding-bottom: 34px;
}

.path_index .path_a {
    box-sizing: border-box;
    padding-right: 44px;
    line-height: 56px;
    font-size: 20px;
    font-weight: 400;
    color: #999999;
}

.path_index .path_a a {
    color: #999;
    font-size: 20px;
}

.article_main {
    box-sizing: border-box;
    min-width: 1200px;
    padding-bottom: 75px;
}

.article_form {
    box-sizing: border-box;
    width: 100%;
    background: #fff;
    padding: 65px 400px 60px 380px;
    margin-bottom: 70px;
}

.article_form .item {
    margin-bottom: 32px;
}

.article_form .item .error {
    color: #C62418;
    font-size: 14px;
    font-weight: 400;
}

.article_form .layui-input {
    box-sizing: border-box;
    height: 35px;
    border-color: #999;
    font-size: 18px;
    line-height: 33px;
}

.article_form .layui-input:hover {
    border-color: #999;
}

.article_form .layui-form-select dl dd {
    font-size: 14px;
}

.signUp_title {
    margin-bottom: 36px;
}

.signUp_title .title_h6 {
    box-sizing: border-box;
    position: relative;
    width: 206px;
    height: 51px;
    border: 1px solid #999999;
    border-radius: 5px;
    margin: 0 auto;
    line-height: 49px;
    font-size: 30px;
    font-weight: bold;
    color: #1953bb;
    text-align: center;
}

.signUp_title .title_h6:before {
    content: "";
    position: absolute;
    top: 25px;
    left: -190px;
    width: 190px;
    height: 1px;
    background: #999;
}

.signUp_title .title_h6:after {
    content: "";
    position: absolute;
    top: 25px;
    right: -190px;
    width: 190px;
    height: 1px;
    background: #999;
}

.label_moduler {
    width: 100px;
    padding: 0;
    height: 35px;
    line-height: 35px;
    font-size: 18px;
    font-weight: bold;
    color: #333333;
}

.label_moduler i {
    color: #C62418;
    margin-right: 10px;
    font-style: normal;
}

.input_moduler {
    width: 305px;
    height: 35px;
    box-sizing: border-box;
}

.layui-form-select dl dd.layui-this {
    background: #1953BB;
}

.form_btn_moduler {
    width: 278px;
    height: 40px;
    margin: 0 auto;
}

.form_btn_moduler .btn_public {
    box-sizing: border-box;
    width: 105px;
    height: 40px;
    line-height: 38px;
    border-radius: 10px;
    text-align: center;
    font-size: 21px;
    font-weight: bold;
    color: #fff;
    float: left;
    cursor: pointer;
}

.form_btn_moduler .btn_submit {
    background: #1953bb;
    border: 1px solid #1a53bc;
    margin-right: 68px;
}

.form_btn_moduler .btn_cancel {
    background: #ffb625;
    border: 1px solid #ffb625;
}

.article_success {
    background-color: #fff;
    padding-top: 138px;
    padding-bottom: 145px;
    margin-bottom: 200px;
}

.article_success .success_img {
    margin: 0 auto;
    width: 152px;
    height: 153px;
    margin-bottom: 72px;
}

.article_success .success_img img {
    width: 100%;
    height: 100%;
}

.article_success .success_title {
    line-height: 36px;
    font-size: 36px;
    font-weight: bold;
    color: #CB0A0A;
    text-align: center;
    margin-bottom: 50px;
}

.article_success .success_p {
    line-height: 24px;
    font-size: 21px;
    font-weight: 400;
    color: #999999;
    text-align: center;
}

.article_success .success_p span {
    font-size: 21px;
    color: #CB0A0A;
}

.layui-form-select {
    display: none;
}

.select2 {
    width: 305px;
    height: 35px;
    float: left;
}

.select2 .select2-selection__rendered,
.select2 .select2-selection {
    box-sizing: border-box;
    height: 35px;
    outline: none;
    border-radius: 2px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 33px;
    color: #000;
    font-size: 18px;
    outline: none;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 35px;
    outline: none;
}

.nice-select .select2 {
    width: 100% !important;
}
