* {
    margin: 0;
    padding: 0;
}

body {
    color: #282828;
}

#form {
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
    position: relative;
}

#form img {
    width: 100%;
    vertical-align: middle;
}

.form {
    width: 88%;
    position: absolute;
    top: 9%;
    left: 50%;
    transform: translateX(-50%);
}

.form p {
    font-size: 13px;
    text-align: center;
    color: #c7a05d;
}

.form p span {
    color: #bb0102;
}

.formnum {
    height: 50px;
    margin: 2% auto;
    background: #ffffff;
    text-align: right;
    box-sizing: border-box;
    padding: 3.7% 4%;
    background-image: url('../images/numbg.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.formnum img {
    width: auto !important;
    height: 100%;
}

.form form div input {
    width: 100%;
    height: 38px;
    background: transparent;
    box-sizing: border-box;
    border: 1px solid #c7a05d;
    color: #c7a05d;
    font-size: 13px;
    outline: none;
    padding: 1px 0 0 6%;
    margin-top: 17px;
}

.form form div input::-webkit-input-placeholder {
    color: #c7a05d;
    font-size: 13px;
}

.form form div input[type=button] {
    padding: 0;
    background: #c7a05d;
    color: #ffffff;
    letter-spacing: 1px;
    font-size: 16px;
    border-radius: 4px;
}

.formbtm img {
    width: 100%;
    vertical-align: middle;
}


/* 表单提交弹框 */

.errortc {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    font-size: 14px;
    letter-spacing: 1px;
    color: #ffffff;
    background: rgba(0, 0, 0, .6);
    box-sizing: border-box;
    padding: 6px 10px;
    border-radius: 4px;
    white-space: nowrap;
    z-index: 99999;
}