.el-checkbox{--el-checkbox-font-size:14px;--el-checkbox-font-weight:var(--el-font-weight-primary);--el-checkbox-text-color:var(--el-text-color-regular);--el-checkbox-input-height:14px;--el-checkbox-input-width:14px;--el-checkbox-border-radius:var(--el-border-radius-small);--el-checkbox-bg-color:var(--el-fill-color-blank);--el-checkbox-input-border:var(--el-border);--el-checkbox-disabled-border-color:var(--el-border-color);--el-checkbox-disabled-input-fill:var(--el-fill-color-light);--el-checkbox-disabled-icon-color:var(--el-text-color-placeholder);--el-checkbox-disabled-checked-input-fill:var(--el-border-color-extra-light);--el-checkbox-disabled-checked-input-border-color:var(--el-border-color);--el-checkbox-disabled-checked-icon-color:var(--el-text-color-placeholder);--el-checkbox-checked-text-color:var(--el-color-primary);--el-checkbox-checked-input-border-color:var(--el-color-primary);--el-checkbox-checked-bg-color:var(--el-color-primary);--el-checkbox-checked-icon-color:var(--el-color-white);--el-checkbox-input-border-color-hover:var(--el-color-primary);align-items:center;color:var(--el-checkbox-text-color);cursor:pointer;display:inline-flex;font-size:var(--el-font-size-base);font-weight:var(--el-checkbox-font-weight);height:32px;margin-right:30px;position:relative;-webkit-user-select:none;user-select:none;white-space:nowrap}.el-checkbox.is-disabled{cursor:not-allowed}.el-checkbox.is-bordered{border:var(--el-border);border-radius:var(--el-border-radius-base);box-sizing:border-box;padding:0 15px 0 9px}.el-checkbox.is-bordered.is-checked{border-color:var(--el-color-primary)}.el-checkbox.is-bordered.is-disabled{border-color:var(--el-border-color-lighter)}.el-checkbox.is-bordered.el-checkbox--large{border-radius:var(--el-border-radius-base);padding:0 19px 0 11px}.el-checkbox.is-bordered.el-checkbox--large .el-checkbox__label{font-size:var(--el-font-size-base)}.el-checkbox.is-bordered.el-checkbox--large .el-checkbox__inner{height:14px;width:14px}.el-checkbox.is-bordered.el-checkbox--small{border-radius:calc(var(--el-border-radius-base) - 1px);padding:0 11px 0 7px}.el-checkbox.is-bordered.el-checkbox--small .el-checkbox__label{font-size:12px}.el-checkbox.is-bordered.el-checkbox--small .el-checkbox__inner{height:12px;width:12px}.el-checkbox.is-bordered.el-checkbox--small .el-checkbox__inner:after{height:6px;width:2px}.el-checkbox input:focus-visible+.el-checkbox__inner{border-radius:var(--el-checkbox-border-radius);outline:2px solid var(--el-checkbox-input-border-color-hover);outline-offset:1px}.el-checkbox__input{cursor:pointer;display:inline-flex;outline:0;position:relative;white-space:nowrap}.el-checkbox__input.is-disabled .el-checkbox__inner{background-color:var(--el-checkbox-disabled-input-fill);border-color:var(--el-checkbox-disabled-border-color);cursor:not-allowed}.el-checkbox__input.is-disabled .el-checkbox__inner:after{border-color:var(--el-checkbox-disabled-icon-color);cursor:not-allowed}.el-checkbox__input.is-disabled.is-checked .el-checkbox__inner{background-color:var(--el-checkbox-disabled-checked-input-fill);border-color:var(--el-checkbox-disabled-checked-input-border-color)}.el-checkbox__input.is-disabled.is-checked .el-checkbox__inner:after{border-color:var(--el-checkbox-disabled-checked-icon-color)}.el-checkbox__input.is-disabled.is-indeterminate .el-checkbox__inner{background-color:var(--el-checkbox-disabled-checked-input-fill);border-color:var(--el-checkbox-disabled-checked-input-border-color)}.el-checkbox__input.is-disabled.is-indeterminate .el-checkbox__inner:before{background-color:var(--el-checkbox-disabled-checked-icon-color);border-color:var(--el-checkbox-disabled-checked-icon-color)}.el-checkbox__input.is-disabled+span.el-checkbox__label{color:var(--el-disabled-text-color);cursor:not-allowed}.el-checkbox__input.is-checked .el-checkbox__inner{background-color:var(--el-checkbox-checked-bg-color);border-color:var(--el-checkbox-checked-input-border-color)}.el-checkbox__input.is-checked .el-checkbox__inner:after{transform:rotate(45deg) scaleY(1)}.el-checkbox__input.is-checked+.el-checkbox__label{color:var(--el-checkbox-checked-text-color)}.el-checkbox__input.is-focus:not(.is-checked) .el-checkbox__original:not(:focus-visible){border-color:var(--el-checkbox-input-border-color-hover)}.el-checkbox__input.is-indeterminate .el-checkbox__inner{background-color:var(--el-checkbox-checked-bg-color);border-color:var(--el-checkbox-checked-input-border-color)}.el-checkbox__input.is-indeterminate .el-checkbox__inner:before{background-color:var(--el-checkbox-checked-icon-color);content:"";display:block;height:2px;left:0;position:absolute;right:0;top:5px;transform:scale(.5)}.el-checkbox__input.is-indeterminate .el-checkbox__inner:after{display:none}.el-checkbox__inner{background-color:var(--el-checkbox-bg-color);border:var(--el-checkbox-input-border);border-radius:var(--el-checkbox-border-radius);box-sizing:border-box;display:inline-block;height:var(--el-checkbox-input-height);position:relative;transition:border-color .25s cubic-bezier(.71,-.46,.29,1.46),background-color .25s cubic-bezier(.71,-.46,.29,1.46),outline .25s cubic-bezier(.71,-.46,.29,1.46);width:var(--el-checkbox-input-width);z-index:var(--el-index-normal)}.el-checkbox__inner:hover{border-color:var(--el-checkbox-input-border-color-hover)}.el-checkbox__inner:after{border:1px solid var(--el-checkbox-checked-icon-color);border-left:0;border-top:0;box-sizing:content-box;content:"";height:7px;left:4px;position:absolute;top:1px;transform:rotate(45deg) scaleY(0);transform-origin:center;transition:transform .15s ease-in 50ms;width:3px}.el-checkbox__original{height:0;margin:0;opacity:0;outline:0;position:absolute;width:0;z-index:-1}.el-checkbox__label{display:inline-block;font-size:var(--el-checkbox-font-size);line-height:1;padding-left:8px}.el-checkbox.el-checkbox--large{height:40px}.el-checkbox.el-checkbox--large .el-checkbox__label{font-size:14px}.el-checkbox.el-checkbox--large .el-checkbox__inner{height:14px;width:14px}.el-checkbox.el-checkbox--small{height:24px}.el-checkbox.el-checkbox--small .el-checkbox__label{font-size:12px}.el-checkbox.el-checkbox--small .el-checkbox__inner{height:12px;width:12px}.el-checkbox.el-checkbox--small .el-checkbox__input.is-indeterminate .el-checkbox__inner:before{top:4px}.el-checkbox.el-checkbox--small .el-checkbox__inner:after{height:6px;width:2px}.el-checkbox:last-of-type{margin-right:0}.el-checkbox-group{font-size:0;line-height:0}.form[data-v-f141d6d6]{position:relative}.form .formbgimg[data-v-f141d6d6]{bottom:0;left:7%;max-width:40%;position:absolute;z-index:0}.form>div[data-v-f141d6d6]{background:transparent;margin:auto;padding-bottom:50px;padding-top:60px}.form>div>div[data-v-f141d6d6]:first-child{align-items:center;color:#fff;display:flex;flex-direction:column;font-size:28px;font-stretch:normal;font-weight:400;letter-spacing:0;line-height:40px;text-align:center}.form>div>div[data-v-f141d6d6]:nth-child(2){margin-left:41.6666666667%;margin-top:60px;max-width:845px;width:100%}.form>div>div[data-v-f141d6d6]:nth-child(2) .el-form{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between;position:relative;z-index:1}.form>div>div[data-v-f141d6d6]:nth-child(2) .el-form>.el-form-item:nth-child(5){align-items:flex-start;background:#fff;border-radius:5px;display:flex;flex-direction:column;padding:26px 32px 27px 18px;width:100%}.form>div>div[data-v-f141d6d6]:nth-child(2) .el-form>.el-form-item:nth-child(6){min-height:84px;width:100%}.form>div>div[data-v-f141d6d6]:nth-child(2) .el-date-editor.el-input{width:100%}.form>div>div[data-v-f141d6d6]:nth-child(2) .el-input--large .el-input__wrapper{width:100%}.form>div>div[data-v-f141d6d6]:nth-child(2) .el-form-item{width:340px}.form>div>div[data-v-f141d6d6]:nth-child(2) .el-form-item--default{margin-bottom:50px}.form>div>div[data-v-f141d6d6]:nth-child(2) .el-form-item--default:last-child{margin-bottom:0}.form>div>div[data-v-f141d6d6]:nth-child(2) .el-form-item__label{color:#828383;font-family:none;font-size:22px;font-stretch:normal;font-weight:400;letter-spacing:0;line-height:40px}.form>div>div[data-v-f141d6d6]:nth-child(2) .el-date-picker__next-btn button{display:none}.form>div>div[data-v-f141d6d6]:nth-child(2) .el-input__inner{color:#828383;font-family:none;font-size:22px;font-stretch:normal;font-weight:400;height:50px;letter-spacing:0;line-height:40px;padding:14px}.form>div>div[data-v-f141d6d6]:nth-child(2) .el-textarea__inner{color:#828383;font-family:none;font-size:22px;letter-spacing:0;padding:18px}.form>div>div[data-v-f141d6d6]:nth-child(2) .el-select{width:100%}.form>div>div[data-v-f141d6d6]:nth-child(2) .el-checkbox-group{flex:4;margin-top:25px}.form>div>div[data-v-f141d6d6]:nth-child(2) .el-form-item__content{align-content:space-between;align-items:normal}.form>div>div[data-v-f141d6d6]:nth-child(2) .el-checkbox__input.is-checked .el-checkbox__inner{background-color:#73b6af;border-color:#73b6af}.form>div>div:nth-child(2) .rest[data-v-f141d6d6]{align-items:flex-end;display:flex;float:right;margin-bottom:0}.form>div>div:nth-child(2) .rest[data-v-f141d6d6] .el-form-item__label{align-content:flex-end;color:#828383;display:flex;font-family:none;font-size:18px;font-stretch:normal;font-weight:400;height:37px;letter-spacing:1px;line-height:40px;padding-left:15px}.form>div>div:nth-child(2) .rest[data-v-f141d6d6]>.el-form-item__content>input{border-bottom:1px solid #d2d2d3;margin:0;outline:none;width:120px}.form>div>div:nth-child(2) .rest[data-v-f141d6d6]>.el-form-item__label{padding-left:0}.form>div>div[data-v-f141d6d6]:nth-child(2) .el-checkbox{width:25%}.form>div>div:nth-child(2) .demo-ruleForm-en[data-v-f141d6d6] .el-checkbox:nth-of-type(n+5){width:50%}.form>div>div[data-v-f141d6d6]:nth-child(2) .el-checkbox__label{color:#828383;font-family:none;font-size:18px;font-stretch:normal;font-weight:400;letter-spacing:1px;line-height:40px;padding-left:15px}.form>div #submitForm[data-v-f141d6d6]{background-color:#fff;border-radius:34px;color:#73b6af;cursor:pointer;font-family:none;font-size:30px;font-stretch:normal;font-weight:400;height:68px;letter-spacing:3px;line-height:2.2;margin:34px auto auto;position:relative;text-align:center;width:201px;z-index:1}.form .info_text[data-v-f141d6d6]{font-size:16px;letter-spacing:2px;margin-top:10px;text-align:center}@media screen and (min-width:1920px){.form .formbgimg[data-v-f141d6d6]{left:calc(50% - 940.8px)}}@media screen and (min-width:1921px){.form .formbgimg[data-v-f141d6d6]{max-width:30vw}}@media (min-width:768px) and (max-width:1460px){.form>div>div[data-v-f141d6d6]:nth-child(2){margin-left:auto;margin-right:auto}}@media screen and (max-width:768px){.form .formbgimg[data-v-f141d6d6]{display:none}.form .formTopTitle[data-v-f141d6d6]{align-items:center;color:#fff;display:flex;flex-direction:column;padding-bottom:0;padding-top:60px}.form .formTopTitle>div[data-v-f141d6d6]:first-child{display:block;font-size:36px;margin-bottom:10px}.form .formTopTitle>div[data-v-f141d6d6]:last-child{font-size:16px;margin-top:0;position:relative;text-align:center;width:auto}.form .formTopTitle>div[data-v-f141d6d6]:last-child:before{border:6px solid transparent;border-left-color:#fff;content:"";height:0;left:-10px;position:absolute;top:50%;transform:translateY(-40%);width:0}.form .info_text[data-v-f141d6d6]{box-sizing:border-box;color:#828383;font-size:14px;letter-spacing:2px;margin-top:10px;padding:0 40px;text-align:center}.form>div[data-v-f141d6d6]{padding-top:70px;width:100%}.form>div>div[data-v-f141d6d6]:first-child{font-size:14px;line-height:32px;margin-bottom:60px;padding:0 40px;text-align:center}.form>div>div[data-v-f141d6d6]:nth-child(2){margin-left:0;margin-top:0}.form>div>div[data-v-f141d6d6]:nth-child(2) .el-form{justify-content:space-around}.form>div>div[data-v-f141d6d6]:nth-child(2) .el-form-item--default{margin-bottom:30px}.form>div>div[data-v-f141d6d6]:nth-child(2) .el-form>.el-form-item:nth-child(5){border-radius:10px;padding:20px 18px 0;width:calc(100% - 80px)}.form>div>div[data-v-f141d6d6]:nth-child(2) .el-form>.el-form-item:nth-child(6){width:calc(100% - 80px)}.form>div>div[data-v-f141d6d6]:nth-child(2) .el-form-item{width:calc(100% - 80px)}.form>div>div[data-v-f141d6d6]:nth-child(2) .el-input__wrapper{border-radius:10px!important}.form>div>div[data-v-f141d6d6]:nth-child(2) .el-date-editor.el-input{height:auto}.form>div>div[data-v-f141d6d6]:nth-child(2) .el-form-item__label{font-size:14px;line-height:25px}.form>div>div[data-v-f141d6d6]:nth-child(2) .el-input__inner{font-size:14px;height:auto;line-height:200%;padding:5px 14px}.form>div>div[data-v-f141d6d6]:nth-child(2) .el-textarea__inner{border-radius:10px!important;font-size:14px}.form>div>div:nth-child(2) .rest[data-v-f141d6d6]{float:left;width:100%}.form>div>div:nth-child(2) .rest[data-v-f141d6d6] .el-form-item__label{font-size:14px}.form>div>div:nth-child(2) .rest[data-v-f141d6d6]>.el-form-item__content>input{width:100%}.form>div>div[data-v-f141d6d6]:nth-child(2) .el-checkbox{margin-right:10px;width:45%}.form>div>div:nth-child(2) .demo-ruleForm-en[data-v-f141d6d6] .el-checkbox:nth-of-type(n+5){width:80%}.form>div>div[data-v-f141d6d6]:nth-child(2) .el-checkbox__label{font-size:14px;letter-spacing:.2px;padding-left:5px}.form>div #submitForm[data-v-f141d6d6]{font-size:20px;height:auto;margin-top:20px;padding:0 50px;width:-moz-max-content;width:max-content}}
