.form-banner {
    text-align: center;
}
.form-qrcode-container {
    position: relative;
    overflow: hidden;
}
.qrcode-container {
    position: absolute;
    top: 30px;
    left: 0;
    right: -80px;
    height: 0;
    text-align: center;
}
.qrcode-main {
    width: 640px;
    background-color: #345;
    position: relative;
    margin: 0 auto;
}
.form {
    margin-top: 30px;
}
.form-head {
    text-align: center;
}
.form-head h2 {
    margin: 0;
    padding: 20px;
    font-size: 20px;
}
#form-body {
    margin: 20px auto;
    padding: 0 30px 30px;
}
.form-item {
    padding: 5px 10px;
}
.form-group {
    margin-bottom: 5px;
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}
.control-label, .photo-select-label label {
    font-weight: 500;
}
.control-label {
    font-size: 16px;
}
.control-label, .description, label, legend {
    color: #000000!important;
}
.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
    color: #a94442;
}
.order-sum, .required:after {
    font-weight: 700;
}
.required:after {
    color: #B94A48;
    content: ' *';
}
button, input, optgroup, select, textarea {
    margin: 0;
    font: inherit;
    color: inherit;
}
.form-control {
    display: block;
    width: 100%;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.form-control, .uneditable-input, input, select, textarea {
    border-radius: 0!important;
}
.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
}
.radio, .checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
	font-size: 14px;
	line-height: 24px;
}
.radio input {
    margin-right:5px;
	vertical-align: middle;
}

.radio label, .checkbox label {
    min-height: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer;
}
.icheckbox_square-green, .iradio_square-green {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 0 0;
    padding: 0;
    width: 22px;
    height: 22px;
    background: url(../images/green.png) no-repeat;
    border: none;
    cursor: pointer;
}
.iradio_square-green {
    background-position: -120px 0;
}
input[type=checkbox], input[type=radio] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}


.form-submit-wrap {
    padding: 0 10px;
	text-align: center;
}
.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    pointer-events: none;
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65;
}
button[type=submit] {
    font-size: 16px;
    border: none;
    border-radius: 1px;
}