body {
    background: #f0f1f3;
}
.page{
    padding: 80px 0 80px 0;
}
.page-container {
    position: relative;
    z-index: 1
}
.page-main {
    position: relative;
    background: #fff;
    margin: 0 auto;
    width: 980px;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.page-main h3 {
    height: 40px;
    font-size: 24px;
    font-weight: 400;
    background: linear-gradient(289deg, rgb(20, 37, 141) 0%, rgb(5, 16, 68) 85%, rgb(4, 15, 65) 100%) !important;
    color: #fff;
    padding: 20px 45px 10px;
}
.page-main h3 strong {
    font-size: 50px;
    font-weight: 400;
    margin-right: 20px
}
.page-main h4 {
    font-size: 14px;
    font-weight: 400;
    color: #333
}
.page-info{
    font-size: 12px;
    float: right;
    border-left: solid 1px;
}
.page-info span{
    font-weight: 600;
    width: 70px;
    display: inline-block;
    text-align: right;
}
.page-actions ol {
    list-style: inside;
    padding-left: 20px
}
.page-actions li {
    line-height: 2.5em
}
.page-actions:before {
    content: '';
    display: block;
    position: absolute;
    z-index: -1;
    bottom: 17px;
    left: 50px;
    width: 200px;
    height: 10px;
    -moz-box-shadow: 4px 5px 31px 11px #999;
    -webkit-box-shadow: 4px 5px 31px 11px #999;
    box-shadow: 4px 5px 31px 11px #999;
    -moz-transform: rotate(-4deg);
    -webkit-transform: rotate(-4deg);
    -ms-transform: rotate(-4deg);
    -o-transform: rotate(-4deg);
    transform: rotate(-4deg)
}
.page-actions:after {
    content: '';
    display: block;
    position: absolute;
    z-index: -1;
    bottom: 17px;
    right: 50px;
    width: 200px;
    height: 10px;
    -moz-box-shadow: 4px 5px 31px 11px #999;
    -webkit-box-shadow: 4px 5px 31px 11px #999;
    box-shadow: 4px 5px 31px 11px #999;
    -moz-transform: rotate(4deg);
    -webkit-transform: rotate(4deg);
    -ms-transform: rotate(4deg);
    -o-transform: rotate(4deg);
    transform: rotate(4deg)
}
/* 标签样式 */
.form-row label {
    flex: 0 0 120px;
    color: #555;
    font-weight: 500;
    padding-right: 15px;
    text-align: right;
}
.agreement .js-form-checkbox{
    padding-left:20px;
}
.agreement{
    margin-left: 20px;
}
.agreement span{
    height: 18px;
}
.tis {
    font-size: 22px;
    color: #E49A00;
    text-align: center;
}
.tis span {
    color: #121212;
}
.required::after {
    content: "*";
    color: red;
    position: absolute;
    top: 60%;
    transform: translateY(-50%);
    font-size: 16px;
    margin-left: 2px;
}
#textareaError {
    border: 1px solid #eee;
    height: 60px;
}
.textarea-input-prompt .yellow-font {
    color: #FF9900
}
.textarea-input-prompt .blue-font {
    margin-left: 10px;
    color: #108cee;
    cursor: pointer;
    margin-right: 10px;
}
.textarea-input-prompt {
    font-size: 12px;
    position: absolute;
    z-index: 99999;
    color: #666666;
    text-align: right;
    right: 5px;
    top: 85px;
}
.attention{
    display: block;
    width: 100%;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
}
.js-textarea {
    min-height: 100px;
    height: auto;
    line-height: 20px;
    padding: 6px 10px;
}
.js-textarea:focus{
    box-shadow:unset;
}
.js-layer-setwin .js-layer-close2{
    padding: 6px 3px;
    top: -23px;
}
#code{
    width: 100px;
    height: 30px;
    cursor: pointer;
}