@media (-webkit-max-device-pixel-ratio: 1) {
    ::-webkit-scrollbar-track-piece {
        background-color: #fff
    }

    ::-webkit-scrollbar {
        width: 6px;
        height: 6px;
    }

    ::-webkit-scrollbar-thumb {
        background-color: #c2c2c2;
        background-clip: padding-box;
        min-height: 28px;
    }

    ::-webkit-scrollbar-thumb:hover {
        background-color: #a0a0a0
    }
}

body {
    margin: 0 auto;
    min-width: 1024px;
    color: #333;
    background-color: #E7EEF0;
}

.header {
    width: 100%;
    height: 120px;
    background: white;
}

.header_title {
    color: #111;
    height: 75px;
    line-height: 120px;
    padding-left: 5%;
    font-size: 30px;
}

.body {
    width: 90%;
    min-height: calc(100% - 260px);
    margin: 20px auto;
    background: white;
}

.body_box {
    text-align: center;
    padding: 15% 20% 0 20%;
}

.body_success {
    font-size: 16px;
    color: red;
    margin-bottom: 100px;
}

.body_form {
    padding: 40px;
    margin-left: 100px;
}

.form_tip_head {
    width: 320px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    margin-bottom: 30px;
}

.form_group {
    padding-bottom: 30px;
}

.form_input {
    width: 320px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    padding: 0 5px;
    border: 1px solid #e7e7e7;
    background-color: #fff;
    vertical-align: middle;
}

.form_label {
    width: 8em;
    font-size: 14px;
    float: left;
    line-height: 30px;
    margin-right: 1em;
}

.form_label:before {
    content: attr(lang);
    color: red;
}

.form_submit {
    width: 460px;
    border-top: 1px solid #e7e7e7;
    padding-top: 20px;
    padding-left: 8em;
}

.form_input_group {
    display: table-cell;
    vertical-align: top;
    float: none;
}

.form_message {
    width: 100%;
    padding-top: 4px;
    font-size: 14px;
    color: #8d8d8d;
    clear: both;
}

.form_message.fail {
    display: none;
    color: #e15f63;
}

.form_message.success {
    color: #248f0a;
}

.form_message.system {
    display: none;
    margin-left: 30px;
    color: #FF0000;
}

.form_split_line {
    line-height: 30px;
    width: 5px;
}

.button {
    display: inline-block;
    width: auto;
    min-width: 90px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    padding: 0 10px;
    vertical-align: middle;
    border: 1px solid #F5A921;
    color: white;
    background: #F5A921;
    cursor: pointer;
    margin-left: 2px;
    border-radius: 2px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.button.disable {
    background: #e7eef0 !important;
    color: #a7a7a7 !important;
    border-color: #e7eef0 !important;
}

.button:hover {
    background: #eca424;
}

.choose_img {
    float: left;
    width: 100px;
    height: 115px;
    border: 1px solid #e7e7e7;
    background: #fdfdfd;
}

.choose_img_view {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.choose_img_right {
    height: 115px;
    float: left;
    position: relative;
    vertical-align: top;
    padding-left: 10px;
}

.form_file_btn {
    position: absolute;
    bottom: 0;
    left: 10px;
    z-index: 0;
}

.option_select {
    float: left;
    height: 30px;
    color: #8d8d8d;
    font-size: 14px;
    border: 1px solid #e7e7e7;
    border-left-width: 0;
    padding: 5px 10px;
    vertical-align: middle;
}

.option_select.first {
    border-left-width: 1px !important;
}

.option_select_radio {
    display: none;
    opacity: 0;
}

.option_select_radio:checked + .option_select,
.option_select:hover,
.option_select.selected {
    color: #333;
    background-color: #e7eef0;
}

.footer {
    width: 100%;
    height: 100px;
    color: #9a9a9a;
}

.footer_con {
    width: 90%;
    padding: 10px 0;
    margin: 0 auto;
    text-align: center;
    border-top: 1px solid #d4d4d4;
    font-size: 13px;
}

.footer_con .icp, .footer_con .txt {
    padding: 10px 0;
    color: #9a9a9a;
}