p {
    margin: 0;
}

.form-content {
    max-width: 768px;
    margin: 180px auto;
    font-size: 16px;
}

.no-header {
    margin: 50px auto;
    margin-bottom: 100px !important;
}

.flex-box {
    display: flex;
    justify-content: space-between;
}

.form-title {
    font-size: 36px;
    color: #b5965a;
}

.form-title-inner {
    margin-bottom: 30px;
}

@media (max-width: 768px) {
    .form-title-inner {
        margin-bottom: 30px;
        margin-top: 120px;
    }
    .no-header>.form-title-inner {
        margin-top: 20px;
    }
}

.input-box-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.input-box {
    width: 100%;
    margin-bottom: 30px;
}

.input-box-two {
    display: inline-block;
    width: 48%;
}

.input-box input {
    margin-bottom: 5px;
    color: #000;
    outline: none;
}

.input-box p {
    margin-bottom: 10px;
}

.hotel-box {
    width: 48%;
    margin-bottom: 10px;
}

.refresh-num {
    cursor: pointer;
    color: #b5965a;
    vertical-align: bottom;
}

.refresh-num:hover {
    color: #b5965a;
    text-decoration: none
}

/*提交按钮*/

.input-button {
    /* float: left; */
    width: 144px;
    min-height: 48px;
    margin-left: -1px;
    cursor: pointer;
    letter-spacing: 5px;
    color: #fff;
    border: none;
    outline: none;
    background: #b5965a;
}

.input-button:hover {
    background: #9b814d;
}

.form-line {
    width: 100%;
    height: 3px;
    margin: 30px auto;
    background: #dbdfe5;
}

/*验证码*/

.captcha-box {
    margin: 30px auto;
}

a .captcha-input {
    position: relative;
    display: inline-block;
    height: 48px;
    padding: 12px 16px;
    vertical-align: top;
    color: #000;
    border: 1px solid #c2c7cd;
    outline: none;
    background: transparent;
}

.captcha-box p {
    margin-bottom: 10px;
}

.nvc-captcha-box, #nc_1_n1z {
    height: 34px;
}

.captcha-input {
    height: 48px;
    border: 1px solid #c2c7cd;
    background: transparent;
    padding: 12px 16px;
    display: inline-block;
    color: #000;
    position: relative;
    outline: none;
}

.captcha-input:focus {
    border: 1px solid #b5965a;
}

.captcha-img {
    margin-right: 20px;
    margin-left: 10px;
    vertical-align: top;
}

.submit-button-width {
    width: auto;
    max-width: 250px;
    border-radius: 6px;
    margin-bottom: 30px;
}

/*end*/

/*多选框*/

.mul-check-item {
    margin-bottom: 5px;
}

.mul-form-menu .checkbox div{
    display:flex;
}

.mul-form-menu .checkbox div .option-name{
    flex: 1;
}

.mul-check-item .mul-checked {
    position: inherit;
    display: inline-block;
    width: 32px;
    height: 32px;
    margin-top: -3px;
    margin-left: -8px;
    vertical-align: middle;
    outline: none;
    background: url('../icon/checkbox.svg') no-repeat center;
    background-size: 28px 28px;
    -webkit-appearance: none;
    border: none;
}

.mul-check-item .mul-checked.checkback-active {
    background: url('../icon/ios-checkbox.svg') no-repeat center;
    background-size: 22px 22px;
    border: none;
}

.mul-check-item a {
    color: #b5965a;
}

.mul-check-item a:hover {
    text-decoration: underline;
}

/*end*/

/*单选框*/

.radio-box {
    margin-bottom: 15px;
}

.radio-box p {
    margin-bottom: 15px;
}

.radio-item {
    margin-bottom: 5px;
}

.radio-sel {
    width: 28px;
    height: 28px;
    margin-top: -3px;
    vertical-align: middle;
    background: url("../icon/radio.svg");
    background-size: 28px 28px;
    display: inline-block;
}

.radioActive {
    background: url("../icon/radio_box_fill.svg") no-repeat center;
    background-size: 20px 20px;
}

/*end*/

/*单选下拉菜单*/

.default-select {
    position: relative;
}

.default-form-menu {
    position: absolute;
    z-index: 2;
    width: 100%;
    margin: 0;
    padding: 12px 0;
    border: none;
    background: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .105);
}

.default-form-menu li {
    line-height: 36px;
    width: 100%;
    min-height: 36px;
    padding: 0 16px;
    list-style: none;
}

.default-form-menu li:hover {
    background: #b5965a;
}

.default-form-menu li:hover a {
    color: #fff;
}

.default-form-menu li a {
    text-decoration: none;
    color: #000;
}

.default-form-arrow, .mul-form-arrow {
    position: absolute;
    right: 16px;
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-top: 3px;
    vertical-align: middle;
    background: url('../icon/arrow-down.png');
}

.single-option {
    color: #000;
}

.wrongSelect {
    background-color: #f9c3c3;
}

/*多选下拉菜单*/

.multisel {
    position: relative;
}

.mul-form-arrow {
    margin-top: 11px;
}

.mul-option {
    line-height: 36px;
    display: inline-block;
    /* height: 36px; */
    margin-right: 5px;
    margin-bottom: 5px;
    padding: 0 5px;
    color: #fff;
    background: #b5965a;
}

.mul-option-close {
    margin-left: 10px;
    cursor: pointer;
}

.mul-form-outer {
    position: relative;
    display: block;
    padding: 5px 3px 0 3px;
    color: #dbdfe5;
    border: 1px solid #c2c7cd;
    background: transparent;
}

.mul-form-text {
    line-height: 35px;
    min-height: 41px;
}

.mul-form-title {
    font-size: 20px;
}

.mul-form-menu {
    position: absolute;
    z-index: 2;
    width: 100%;
    padding: 5px 0;
    background: white;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .105);
}

.mul-form-menu .checkbox,
.mul-form-menu .mul-select-all {
    line-height: 36px;
    display: block;
    width: 100%;
    min-height: 36px;
    padding-left: 0;
    cursor: pointer;
}

.mul-select-all {
    border-bottom: 1px solid #e5e5e5;
}

.mul-form-menu .checkbox-unchecked,
.mul-form-menu .selectall-unchecked {
    position: inherit;
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-top: 2px;
    margin-left: 6px;
    vertical-align: middle;
    outline: none;
    background: url('../icon/checkbox.svg') no-repeat center;
    background-size: 27px 27px;
    -webkit-appearance: none;
    border: none;
}

.mul-select-all .selectall-unchecked.halfselect-active {
    background: url('../icon/indeterminate_check_box.svg') no-repeat center;
    background-size: 22px 22px;
    border: none;
}

.mul-form-menu label:hover {
    background-color: #b5965a;
}

.mul-form-menu label:hover .option-name {
    color: #fff;
}

.mul-form-menu .checkbox-unchecked.checkback-active,
.mul-form-menu .selectall-unchecked.checkback-active {
    background: url('../icon/ios-checkbox.svg') no-repeat center;
    background-size: 22px 22px;
    border: none;
}

/*共用*/

.common-form-input {
    position: relative;
    display: block;
    width: 100%;
    height: 48px;
    padding: 12px 16px;
    color: #dbdfe5;
    border: 1px solid #c2c7cd;
    background: transparent;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.common-form-input-textarea {
    position: relative;
    display: block;
    width: 100%;
    padding: 12px 16px;
    color: #000000;
    border: 1px solid #c2c7cd;
    background: transparent;
}

.common-form-input-textarea:focus {
    border: 1px solid #b5965a;
}


.common-form-input:focus {
    border: 1px solid #b5965a;
}

.text-active {
    color: #fff;
}

.display-block {
    display: block;
}

.gray-arrow {
    background: url('../icon/arrow-down (1).png');
}

.disabled {
    pointer-events: none;
    color: #c2c7cd;
    border: 1px solid #8b95a6;
    background: #dbdfe5;
}

.rotate-180 {
    transform: rotate(180deg);
}

.input-left {
    float: left;
}

.color-yellow {
    color: #b5965a;
}

.display-none {
    display: none;
}

.wrong-data, .correct-data, .success-submit {
    display: none;
}

.wrongTextbox {
    border-color: #df4840;
}

.wronginfo {
    display: block;
    color: #df4840;
    font-weight: bold;
    margin: 10px 0;
    height: 35px;
}

.correctinfo {
    display: block;
    color: #1db37a;
    font-weight: bold;
    margin: 10px 0;
    height: 35px;
}

.correctinfo > .fa {
    font-size: 35px;
    float: left;
}

.correctinfo > span {
    margin: 6px;
    float: left;
    width: 85%;
}

.wronginfo > span {
    margin: 6px;
    float: left;
    width: 85%;
}

.wronginfo > .fa {
    font-size: 35px;
    float: left;
}

/* -------------------------------------------- */

.relative {
    position: relative;
}

.add-data-item-btn {
    position: absolute;
    top: 0;
    right: 16px;
    color: #3c8dbc;
    text-decoration: underline;
    cursor: pointer;
    z-index: 9;
}

.del-data-item-btn {
    background: url(../images/delete-1.png) no-repeat center;
    background-size: 16px 16px;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 0;
    right: 16px;
    cursor: pointer;
    z-index: 9;
}

@media only screen and (max-width: 768px) {
    #inline-option {
        margin: 20px;
    }

    .flex-box {
        display: flex;
        justify-content: space-between;
    }

    .input-box-two {
        width: calc(50% - 10px);
    }
}


.form-upload{
    height: 40px;
    margin-bottom: 30px;
}

.btnHolder {
    position: relative;
    width: 50%;
    height: 40px;
    float: left;
    cursor: pointer;
}

.goldButton {
    position: absolute;
    display: block;
    width: 100%;
    height: 40px;
    color: #fff;
    text-decoration: none;
    text-align: center;
    font: normal normal normal 16px/40px 'Microsoft YaHei';
    cursor: pointer;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    background-color: #BFA665 !important;
    border-color: #BFA665;
}

.myFileUpload {
    position: absolute;
    height: 40px;
    opacity: 0;
    top: 0px;
    width: 100%;
    cursor: pointer;
}

.uploadResume {
    width: 50%;
    height: 40px;
    float: right;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border: 1px solid #ccc;
}

.show {
    width: 100%;
    height: 40px;
    color: #999 !important;
    font: normal normal normal 14px/40px 'Microsoft YaHei';
    overflow: hidden;
    display: block!important;
}

.whole-phone-box {
    padding: 0px;
}

.common-form-input-phone-select {
    position: relative;
    display: block;
    width: 100%;
    height: 48px;
    padding: 12px 16px;
    border: 1px solid #c2c7cd;
    background: transparent;
}

.form-private-policy {
    margin-bottom: 15px;
}

.form-check-private-policy {
    margin-bottom: 10px;
}
