/* 表单样式*/
input[type="checkbox"],input[type="radio"] {
display: none;
}
.formPage #banner img {
max-width: 100%;
height: auto;
}
.formPage .container_header .subtitle,.formPage .container_header .title {
text-align: center;
}
.formPage .module_container {
padding-top: 60px;
padding-bottom: 30px;
}
.formPage .postbody {
margin-bottom: 0;
padding: 0 10%;
}
.formPage .postbody.editorDes {
font-size: 16px;
line-height: 26px;
}
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder {
color: #acacac;
}
input:-moz-placeholder,textarea:-moz-placeholder {
color: #acacac;
}
input:-ms-input-placeholder,textarea:-ms-input-placeholder {
color: #acacac;
}
.mo-form-list {
max-width: 700px;
padding: 30px 0;
margin: 0 auto;
}
.mo-input-item:after {
content: "";
display: block;
clear: both;
}
.mo-input-item.error input::-webkit-input-placeholder,.mo-input-item.error textarea::-webkit-input-placeholder,.mo-input-item.error input::-moz-placeholder,.mo-input-item.error textarea::-moz-placeholder,.mo-input-item.error input:-moz-placeholder,.mo-input-item.error textarea:-moz-placeholder,.mo-input-item.error input:-ms-input-placeholder,.mo-input-item.error textarea:-ms-input-placeholder {
color: #9f3a38;
}
.mo-input-item.error input {
background: #fff6f6;
border-color: #e0b4b4;
border-radius: '';
box-shadow: none;
}
.mo-input-items {
width: 100%;
position: relative;
padding: 8px 0;
}
.mo-input-title {
position: relative;
font-size: 14px;
float: left;
line-height: 34px;
color: #60676b;
margin-right: 10px;
width: 110px;
text-align: right;
min-height: 34px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
padding-right: 10px;
box-sizing: border-box	}
.mo-input-wrap {
width: calc(100% - 120px);
box-sizing: border-box;
}
._mo_requiredInput .mo-input-title:after {
content: "*";
position: absolute;
right: 0px;
color: red;
top: 0;
}
.mo-input-tip {
font-size: 14px;
line-height: 16px;
padding-top: 6px;
}
.mo-input-tip.mo-errorMes {
color: #ff5151;
}
.mo-type-text .mo-input-title {
line-height: 40px;
padding-right: 10px;
box-sizing: border-box;
}
.mo-text-wrap {
float: left;
padding-right: 30px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.mo-text.mo-code input {
width: 128px;
}
.mo-text.mo-code img {
vertical-align: -11px;
margin-left: 10px;
display: none;
cursor: pointer;
}
.mo-text.mo-code .icon {
}
.mo-text input {
width: 100%;
-webkit-box-sizing: border-box;
box-sizing: border-box;
font-family: Lato, 'Helvetica Neue', Arial, Helvetica, sans-serif;
margin: 0;
outline: 0;
tap-highlight-color: rgba(255, 255, 255, 0);
line-height: 1.21428571em;
padding: .67857143em 1em;
font-size: 1.25em;
background: #fff;
border: 1px solid rgba(34, 36, 38, .15);
color: rgba(0, 0, 0, .87);
border-radius: .28571429rem;
-webkit-box-shadow: 0 0 0 0 transparent inset;
box-shadow: 0 0 0 0 transparent inset;
-webkit-transition: color .1s ease, border-color .1s ease, outline .36s ease;
transition: color .1s ease, border-color .1s ease, outline .36s ease;
}
.mo-checkbox-wrap {
display: inline-block;
vertical-align: middle;
line-height: 34px;
float: left;
width: calc(100% - 120px);
padding-right: 30px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.mo-checkbox {
display: inline-block;
margin-right: 10px;
}
.mo-checkbox .mo-inputName {
padding-left: 1.85714em;
color: #60676b;
-webkit-transition: color .1s ease;
transition: color .1s ease;
cursor: auto;
position: relative;
display: block;
outline: 0;
font-size: 14px;
line-height: 16px;
cursor: pointer;
}
.mo-checkbox .mo-inputName:after {
content: "";
position: absolute;
top: 0;
left: 0;
width: 14px;
height: 14px;
border: 1px solid rgba(34, 36, 38, .15);
border-radius: .28571429rem;
z-index: 2;
background: #fff;
}
.mo-checkbox.checked .mo-inputName:before {
content: "\f00c";
font: normal normal normal 14px/1 FontAwesome;
position: absolute;
top: 0;
left: 0;
margin: 1px 0 0 1px;
z-index: 3;
}
.mo-radio-wrap {
display: inline-block;
padding-top: 8px;
}
.mo-radio {
display: inline-block;
margin-right: 10px;
}
.mo-radio .mo-inputName {
padding-left: 1.85714em;
color: #60676b;
-webkit-transition: color .1s ease;
transition: color .1s ease;
cursor: auto;
position: relative;
display: block;
outline: 0;
font-size: 14px;
line-height: 16px;
cursor: pointer;
display: inline-block;
}
.mo-radio .mo-inputName:after {
content: "";
position: absolute;
top: 0;
left: 0;
width: 14px;
height: 14px;
border: 1px solid rgba(34, 36, 38, .15);
border-radius: 50%;
background: #fff;
}
.mo-radio.checked .mo-inputName:before {
content: "";
font: normal normal normal 16px/1 FontAwesome;
position: absolute;
width: 6px;
height: 6px;
background: #60676b;
border-radius: 50%;
top: 5px;
left: 5px;
z-index: 2;
}
.mo-select-wrap {
display: inline-block;
vertical-align: middle;
line-height: 34px;
position: relative;
}
.mo-select-wrap select {
display: none;
}
.mo-select {
width: 300px;
position: relative;
}
.mo-fakeSelect {
position: relative;
width: 100%;
-webkit-box-sizing: border-box;
box-sizing: border-box;
border: 1px solid rgba(34, 36, 38, .15);
border-radius: .28571429rem;
}
.mo-option-selected {
position: relative;
padding-left: 10px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
cursor: pointer;
background: #fff;
border-radius: 2px;
color: rgb(172, 172, 172);
margin-left: 1px;
}
.mo-option-selected:after {
content: "\f078";
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
line-height: 30px;
text-rendering: auto;
position: absolute;
right: 10px;
top: 0;
}
.mo-fakeoptions {
display: none;
width: 100%;
border: 1px solid rgba(34, 36, 38, .15);
background: #fff;
cursor: pointer;
box-sizing: border-box;
z-index: 20;
}
.mo-fakeoption {
border-bottom: 1px solid rgba(34, 36, 38, .15);
padding-left: 10px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
-webkit-transition: all .1s ease;
transition: all .1s ease;
display: block;
}
.mo-textarea-wrap {
display: inline-block;
vertical-align: middle;
line-height: 34px;
padding-right: 30px;
}
.mo-textarea textarea {
width: 100%;
margin: 0;
tap-highlight-color: rgba(255, 255, 255, 0);
padding: .78571429em 1em;
border: 1px solid rgba(34, 36, 38, .15);
outline: 0;
color: rgba(0, 0, 0, .87);
border-radius: .28571429rem;
-webkit-transition: color .1s ease, border-color .1s ease;
transition: color .1s ease, border-color .1s ease;
font-size: 1.25em;
line-height: 1.2857;
-webkit-box-sizing: border-box;
box-sizing: border-box;
background: #fff;
}
.mo-button button,input {
border: 1px solid;
width: 100px;
line-height: 34px;
font-size: 14px;
background: #ede9e9;
border-radius: 2px;
border-color: #ccc;
cursor: pointer;
color: #888;
transition: 0.36s ease;
vertical-align: middle;
}
.mo-button input:hover {
background: #f9f3f3;
border-color: #d9d9d9;
}
.mo-fakeSelect[data-optionpos="top"] .mo-fakeoptions {
position: absolute;
bottom: 100%;
}
.mo-fakeSelect[data-optionpos="bottom"] .mo-fakeoptions {
position: absolute;
top: 100%;
}
#formmask {
position: fixed;
top: 0;
left: 0;
z-index: 999;
background: rgba(198, 198, 198, 0.27);
bottom: 0;
right: 0;
}
.formMesBox {
position: absolute;
width: 300px;
height: 100px;
background: rebeccapurple;
left: 50%;
top: 50%;
transform: translate(-50%, -90%);
}
.formTip {
font-size: 14px;
line-height: 36px;
vertical-align: middle;
display: inline-block;
}
.formTip .icon {
display: none;
font-size: 20px;
text-align: center;
margin: 0 10px;
}
.formTip .mes {
line-height: 36px;
display: inline-block;
vertical-align: 2px;
display: none;
}
.formTip.loading .icon {
display: inline-block;
animation: fa-spin 2s infinite linear;
}
.formTip.loading .icon:before {
}
.formTip.suc .icon {
display: inline-block;
}
.formTip.suc .icon:before {
content: "\f058";
color: #1d9d74;
}
.formTip.error .icon {
display: inline-block;
color: #ff5151;
}
.formTip.error .mes {
color: #ff5151;
}
.formTip.error .icon:before {
content: "\f057";
color: #ff5151;
display: inline-block;
}
.formPage .mo-fakeoptions {
max-height: 200px;
overflow: auto;
}
.bodypage .formPage #banner+.content .module_container .container_content {
width: 100%;
}
.theme-b .formPage .mo-input-title {
color: #8a8a8a;
}
.theme-b .mo-radio.checked .mo-inputName:before {
background: rgb(172, 172, 172);
}
.theme-b .mo-checkbox.checked .mo-inputName:before {
color: rgb(172, 172, 172);
}
.theme-b .formPage .mo-textarea textarea {
background: #313131;
border: 1px solid rgba(121, 121, 121, .29);
color: rgba(125, 125, 125, .87)	}
.theme-b .formPage .mo-button input {
border: 1px solid rgba(115, 115, 115, .21);
background: #313131;
}
.theme-b .formPage .mo-button input:hover {
background: #474747;
color: #bababa;
}
.theme-b .formPage .mo-fakeoption {
}
.theme-b .formPage .mo-text input {
border: 1px solid rgba(115, 115, 115, .21);
background: #313131;
color: rgb(172, 172, 172);
}
.theme-b .formPage .mo-fakeoptions {
background: #313131;
border: 1px solid rgba(115, 115, 115, .21);
}
.theme-b .formPage .mo-fakeoption {
transition: 0.36s ease;
border-color: rgba(115, 115, 115, .21);
}
.theme-b .formPage .mo-fakeoption:hover {
background: #474747;
color: #bababa;
}
.theme-b .formPage .mo-fakeSelect {
background: #313131;
border: 1px solid rgba(115, 115, 115, .21);
}
.theme-b .formPage .mo-radio .mo-inputName:after {
border: 1px solid rgba(115, 115, 115, .21);
background: #313131;
}
.theme-b .formPage .mo-checkbox .mo-inputName:after {
background: #313131;
border: 1px solid rgba(115, 115, 115, .21);
}
.theme-b .mo-option-selected {
background: #313131;
}