.login-vue {
  text-align: center;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: #f7f8fa;
}
.login-vue .login-container {
  width: 320px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.login-vue .login-container .login-content {
  letter-spacing: 2px;
  background: #FFF;
  padding: 70px 30px 20px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.06);
  border-radius: 3px;
  box-sizing: border-box;
}
.login-vue .login-container .login-content > div {
  margin: 30px 0;
}
.login-vue .login-container .login-content > div.login-input {
  position: relative;
}
.login-vue .login-container .login-content > div.login-input .placeholder {
  position: absolute;
  color: #7e7e7e;
  top: 6px;
  font-size: 16px;
  transition: all 0.2s;
  left: 0;
  pointer-events: none;
}
.login-vue .login-container .login-content > div.login-input input {
  font-size: 16px;
  padding: 8px 0;
  height: 40px;
  width: 100%;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #d3d3d3;
  box-shadow: inset 0 0 0 1000px #fff;
  outline: none;
  box-sizing: border-box;
  transition: 0.3s;
  font-weight: 200;
}
.login-vue .login-container .login-content > div.login-input input:focus {
  border-bottom-color: #3788ee;
  box-shadow: inset 0 0 0 1000px #fff;
}
.login-vue .login-container .login-content > div.login-input input:focus + .placeholder,
.login-vue .login-container .login-content > div.login-input .placeholder.fixed {
  font-size: 13px;
  top: -16px;
}
.login-vue .login-container .login-content > div.login-input input:-webkit-autofill + .placeholder {
  font-size: 13px;
  top: -16px;
}
.login-vue .login-container .login-content > div.login-title {
  font-size: 30px;
  color: #3a3a3a;
  line-height: 1;
  margin: -16px 0px 40px;
  font-weight: 200;
}
.login-vue .login-container .login-content > .buttonDiv {
  margin-top: 45px;
}
.login-vue .login-container .login-content > .buttonDiv .h-btn {
  padding: 12px 0;
  font-size: 18px;
  opacity: 0.8;
  border-radius: 3px;
  background: #3788ee;
  border-color: #3788ee;
}
.login-vue .login-container .login-content > .buttonDiv .h-btn:hover {
  opacity: 1;
  background: #3788ee;
  border-color: #3788ee;
}
.login-vue .login-container .copyright {
  letter-spacing: 1px;
  margin-top: 30px;
  color: #7e7e7e;
}
.login-vue .login-container .copyright a {
  color: #7e7e7e;
}
#codeContainer {
  height: 300px;
}
.agreement-box {
  margin-top: 10px;
  margin-bottom: 10px;
}
html,
body {
  width: 100%;
  height: 100%;
}
body {
  position: relative;
  background: #fff;
  overflow: auto;
}
* {
  padding: 0;
  margin: 0;
}
img {
  border: none;
}
ul {
  list-style: none;
}
/* 内容模块 */
.content {
  clear: both;
  height: 100%;
  overflow: hidden;
}
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px white inset;
}
.main {
  width: 100%;
  height: 400px;
  margin-top: 100px;
}
.main-content {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
@font-face {
}
.login-quotes {
  position: absolute;
  width: 240px;
  left: 0;
  top: 40px;
  box-sizing: border-box;
  padding: 20px;
  font-size: 16px;
  color: #888888;
}
.login-quotes p {
  line-height: 28px;
}
.login-quotes .author {
  margin-top: 20px;
  text-align: right;
}
.login-ka {
  background: url("https://gdbf-1251569513.cos.ap-guangzhou.myqcloud.com/static/login/login_ka.png") no-repeat;
  display: inline-block;
  width: 240px;
  height: 220px;
  background-size: contain;
  position: absolute;
  left: 260px;
  top: 80px;
}
.login-bottom {
  position: fixed;
  bottom: 30px;
  width: 100%;
  height: 100px;
  background: url("https://gdbf-1251569513.cos.ap-guangzhou.myqcloud.com/static/login/bg_city.png") no-repeat 50% 100%;
  background-size: cover;
  z-index: -1;
}
.copyright {
  clear: both;
  height: 30px;
  line-height: 30px;
  background: #f1f1f1;
  color: #373D41;
  /*border-top: 5px solid #fff;*/
  text-align: center;
  bottom: 0;
  position: fixed;
  width: 100%;
}
.login-box {
  /*padding: 40px;*/
  border: 1px solid #eee;
  width: 580px;
  height: 365px;
  position: absolute;
  top: 30px;
  right: 30px;
  border-radius: 6px;
  /*border-top: 3px solid #db0000;*/
  box-sizing: border-box;
  background-color: #fafafa;
}
.login_header {
  width: 100%;
  height: 64px;
  font-size: 18px;
  color: #898d90;
  overflow: hidden;
  border-bottom: 1px solid #e8e8e8;
}
.login_type {
  width: 50%;
  line-height: 60px;
  text-align: center;
  border-bottom: 4px solid transparent;
  float: left;
  cursor: pointer;
}
.login_type_active {
  color: #2d8cf0;
  border-bottom: 4px solid #2d8cf0;
  cursor: default;
}
.login-form {
  width: 360px;
  padding: 40px;
}
.login-title {
  /*border-bottom: 1px solid #ccc;*/
  padding-bottom: 5px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  color: #db0000;
}
.login-title span {
  float: right;
  color: #8a8a8a;
}
.login-content .fm-text {
  border-radius: 4px;
  line-height: 16px;
  padding: 8px 5px 8px 85px;
  margin-top: 5px;
  font-size: 14px;
  width: 100%;
  border: 1px solid #eeeeee;
  color: #595959;
  vertical-align: middle;
  _padding: 5px 6px;
  outline: none;
  box-sizing: border-box;
  background: #fff no-repeat left;
}
.login-content .fm-text:focus {
  background-color: #e9fbfe;
  border-color: #69c5dd;
}
.login-content .sms-code {
  position: absolute;
  width: 100px;
  height: 40px;
  right: 0;
  top: 5px;
  padding-right: 30px;
  text-align: right;
}
.login-content .sms-code a,
.login-content .sms-code span {
  display: block;
  line-height: 36px;
}
.login-content .sms-code span {
  color: #888888;
}
.login-submit {
  display: block;
  height: 36px;
  padding: 0 30px 1px;
  background: #1861d5;
  border: none;
  line-height: 32px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  outline: none;
  cursor: pointer;
  box-shadow: 0 1px 1px #ebe7e6;
  letter-spacing: 4px;
  border-radius: 4px;
  width: 100%;
}
.login-submit.no-sms {
  margin-top: 30px;
}
.login-submit:hover {
  background: #2d8cf0;
}
.login-submit:active {
  background: #2d8cf0;
}
.login-content .fm-field-wrap {
  /*padding-right: 14px;*/
}
.fm-label {
  padding: 8px 0 2px;
  /*font-weight: 700;*/
}
.fm-field {
  padding: 2px 0 12px;
  position: relative;
}
.fm-field label {
  position: absolute;
  left: 32px;
  top: 14px;
  color: #8a8a8a;
  z-index: 10;
}
.fm-field i {
  position: absolute;
  left: 10px;
  top: 18px;
  color: #cdcdcd;
  z-index: 10;
  font-size: 14px;
}
.code-input input.fm-text {
  float: left;
  width: 140px;
}
.code-input img {
  float: left;
  margin: 8px 4px 0px 4px;
}
.code-input a {
  float: left;
  margin-top: 16px;
}
.notice {
  padding: 4px 12px;
  line-height: 18px;
  border: 1px solid #f6c8b5;
  background: #fceee8;
  min-height: 18px;
}
.notice.hide {
  display: none;
}
.login-hd {
  height: 70px;
  /*background: #2e8cee;*/
  background-image: linear-gradient(90deg, #1861d5, #3080fe);
}
.login-hd .app-logo-icon {
  background: url('https://gdbf-1251569513.cos.ap-guangzhou.myqcloud.com/static/logo.png') no-repeat center;
  background-size: contain;
  display: inline-block;
  transition: 0.3s;
  vertical-align: middle;
  width: 170px;
  height: 45px;
  position: absolute;
  left: 10px;
  top: 10px;
}
.login-hd .login-hd-content .slogan {
  background: url('https://gdbf-1251569513.cos.ap-guangzhou.myqcloud.com/static/login/slogan.png') no-repeat;
  display: inline-block;
  width: 160px;
  height: 25px;
  background-size: contain;
  position: absolute;
  right: 50px;
  top: 32px;
}
.login-hd .login-text {
  display: inline-block;
  font-size: 30px;
  color: #fffffF;
  line-height: 70px;
  font-weight: bold;
  padding-left: 190px;
}
.login-hd .login-hd-content {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
.login-hd .login-hd-content .logo {
  background: url("https://gdbf-1251569513.cos.ap-guangzhou.myqcloud.com/static/login/logo_white.png") no-repeat;
  display: inline-block;
  width: 162px;
  height: 60px;
  background-size: contain;
  margin-top: 10px;
}
.login-hd .login-hd-content .logo.logo-bfzx {
  background: url("https://gdbf-1251569513.cos.ap-guangzhou.myqcloud.com/static/login/logo_bfzx.png") no-repeat;
  display: inline-block;
  width: 162px;
  height: 60px;
  background-size: contain;
  margin-top: 15px;
}
.login-hd .login-hd-content .slogan {
  background: url("https://gdbf-1251569513.cos.ap-guangzhou.myqcloud.com/static/login/slogan.png") no-repeat;
  display: inline-block;
  width: 160px;
  height: 25px;
  background-size: contain;
  position: absolute;
  right: 50px;
  top: 32px;
}
.qrcode-content {
  padding: 0 20px;
  width: 210px;
  height: 240px;
  position: absolute;
  top: 40px;
  right: 0;
  text-align: center;
  box-sizing: border-box;
  border-left: 1px solid #eeeeee;
}
.qrcode-content img {
  width: 128px;
  height: 128px;
}
.qrcode-content div {
  font-size: 14px;
  color: #717375;
  margin-top: 15px;
}
.qrcode-content span {
  font-size: 14px;
  color: #333;
  margin-top: 20px;
  display: block;
}
.qrcode-content span i {
  color: #555;
}

.user-email-select[data-v-4403774e] {
  position: relative;
}
.delete-popover[data-v-4403774e] {
  z-index: 1060 !important;
}
.delete-icon[data-v-4403774e] {
  color: #a8a6a6;
  position: relative;
  top: 2px;
  margin-left: 5px;
}
.delete-icon[data-v-4403774e]:hover {
  color: #000000d9;
  transform: scale(1.2);
  transition: all 0.2s;
}

.create-page {
  padding: 15px;
}
.create-page .require-from .ant-form-item {
  padding-bottom: 10px;
  margin-bottom: 0;
}
.create-page .en-form .ant-form-item-label,
.create-page .en-form .three-form .ant-form-item-label {
  display: block;
  float: none;
  text-align: left;
  width: 100%;
}
.create-page .en-form .ant-form-item-control-wrapper,
.create-page .en-form .three-form .ant-form-item-control-wrapper {
  margin-left: 0;
}
.create-page .en-form .ant-form-item {
  width: 45%;
  margin-right: 5%;
}
.create-page .en-form .ant-form-item[single] {
  width: 95%;
  margin-right: 5%;
}
.create-page .en-form .name-form-item input {
  display: inline-block;
  width: 32%;
  margin-right: 3px;
}
.package-list {
  margin: 5px -15px;
}
.package-list .package-list-item {
  float: left;
  width: 300px;
  padding: 0 15px;
}
/***
Pricing table
***/
.pricing {
  position: relative;
  margin-bottom: 15px;
  border: 1px solid #DBDBDD;
  cursor: pointer;
  border-radius: 2px;
}
.pricing-active {
  border: 2px solid #2d8bf0;
  margin-top: -10px;
  box-shadow: 6px 6px rgba(45, 138, 240, 0.25);
}
.pricing b {
  display: none;
}
.pricing-active b {
  display: block;
  position: absolute;
  bottom: -4px;
  right: -4px;
  width: 48px;
  height: 48px;
  overflow: hidden;
}
.pricing-desc {
  padding: 10px;
  background-color: #f0f9f8;
  height: 80px;
  color: #888;
  margin: 0;
}
.pricing:hover {
  /*border: 3px solid #2d8bf0;*/
}
/*.pricing:hover h4,*/
.pricing-active .pricing-head h4 {
  color: #2d8bf0;
}
.pricing-head {
  text-align: center;
}
.pricing-head h3,
.pricing-head h4 {
  margin: 0;
  line-height: normal;
}
.pricing-active .pricing-head h3 {
  background: #2d8bf0;
  color: #FFF;
  border-bottom: solid 1px #2d8bf0;
}
.pricing-head .ivu-tooltip,
.pricing-head .ivu-tooltip-rel {
  display: block;
}
.pricing-head h3 {
  font-weight: 500;
  line-height: 60px;
  font-size: 18px;
  background-color: #f8f8f8;
  border-bottom: 1px solid #dbdbdd;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 10px;
}
.pricing-head h3 i {
  font-size: 18px;
  color: #cdcdcd;
}
.pricing-active .pricing-head h3 i {
  font-size: 18px;
  color: #FFFFFF;
}
.pricing-head h3 span {
  color: #999;
}
.pricing-head h4 {
  color: #999;
  line-height: 50px;
  font-size: 28px;
  font-weight: 300;
  /*background: #fbfef2;*/
  /*border-bottom: solid 1px #f5f9e7;*/
  /*background: #f0f9f8;*/
  border-bottom: solid 1px #DBDBDD;
}
.pricing-head-active h4 {
  color: #2d8bf0;
}
.pricing-head h4 i {
  top: -1px;
  font-size: 20px;
  font-style: normal;
  position: relative;
}
.pricing-head h4 span {
  top: -10px;
  font-size: 14px;
  font-style: normal;
  position: relative;
}
.pricing-content {
  height: 260px;
  overflow: auto;
  padding: 4px 0;
}
/*Pricing Content*/
.pricing-content li {
  color: #888;
  font-size: 13px;
  padding: 4px 12px;
  /*border-bottom: solid 1px #f5f9e7;*/
}
.pricing-active .pricing-content li i {
  color: #2d8bf0;
}
.pricing-content li i {
  top: 2px;
  font-size: 16px;
  margin-right: 5px;
  position: relative;
}
/*Pricing Footer*/
.pricing-footer {
  color: #777;
  font-size: 11px;
  line-height: 17px;
  text-align: center;
  padding: 0 20px 19px;
}
/*Priceing Active*/
.price-active,
.pricing:hover {
  z-index: 9;
}
.price-active h4 {
  color: #2d8bf0;
}
.no-space-pricing .pricing:hover {
  transition: box-shadow 0.2s ease-in-out;
}
.no-space-pricing .price-active .pricing-head h4,
.no-space-pricing .pricing:hover .pricing-head h4 {
  color: #2d8bf0;
  padding: 15px 0;
  font-size: 80px;
  transition: color 0.5s ease-in-out;
}
.item-card .ant-card-body {
  padding: 24px 24px 5px 24px;
}
.item-list {
  width: 100%;
}
.item-list .ant-checkbox-wrapper {
  vertical-align: top;
}
.item-list .l-op-count {
  position: relative;
  display: inline-block;
  margin-left: 10px;
}
.item-list .item-list-ele {
  float: left;
  width: 50%;
  margin: 0 0 15px 0;
  padding-right: 100px;
  box-sizing: border-box;
  position: relative;
  line-height: 26px;
  height: 26px;
}
.order-options {
  margin: 0 0 15px 0;
}
.order-options li {
  margin-right: 30px;
  float: left;
}
.order-options li span {
  margin-right: 5px;
}
.service-tip {
  color: #ed3f14;
  margin: 0 0 10px 0;
}
.submit-bar {
  border-top: 1px solid #EEEEEE;
  padding-top: 15px;
}
.submit-bar label {
  color: #999;
  font-size: 14px;
  float: left;
  display: block;
  vertical-align: middle;
  line-height: 32px;
}
.submit-bar strong {
  line-height: 32px;
  float: left;
  letter-spacing: 1px;
  margin-left: 4px;
  margin-right: 20px;
  color: #ed3f14;
  font-size: 24px;
}
.submit-bar button {
  float: left;
}

.answer-page {
  background-color: #fff;
  height: 100%;
  overflow: auto;
}
.answer-page .answer-start .answer-start-img {
  max-height: 250px;
  width: 100%;
}
.answer-page .answer-start .answer-start-main {
  padding: 20px;
}
.answer-page .answer-start .answer-start-main h2 {
  font-size: 24px;
  text-align: center;
  line-height: 80px;
  color: #1890ff;
}
.answer-page .answer-start .answer-start-main .answer-start-text {
  line-height: 28px;
  word-break: break-word;
}
.answer-page .answer-start .answer-start-main .answer-start-text h3 {
  font-size: 18px;
  font-weight: normal;
}
.answer-page .answer-start .answer-start-main .answer-start-text p {
  font-size: 18px;
  text-indent: 36px;
}
.answer-page .answer-start .answer-start-main button {
  margin: 30px 0;
}
.answer-page .answer-item {
  padding: 20px;
  height: calc(100vh - 90px);
  overflow-y: scroll;
}
.answer-page .answer-item .answer-item-title {
  font-size: 16px;
  font-weight: bold;
  line-height: 30px;
}
.answer-page .answer-item .answer-item-title span {
  float: right;
  font-size: 14px;
  font-weight: normal;
  margin-right: 2px;
  line-height: 30px;
}
.answer-page .answer-item .ant-progress {
  margin: 8px 0;
}
.answer-page .answer-item .answer-item-main h4 {
  font-size: 20px;
  margin-bottom: 15px;
  margin-top: 10px;
}
.answer-page .answer-item .answer-item-tool {
  position: absolute;
  bottom: 30px;
  left: 20px;
  right: 20px;
}
.answer-page .answer-item .answer-item-tool .next {
  float: right;
}
.answer-page .answer-item .answer-textarea {
  height: 200px;
  resize: vertical;
}
.answer-page .answer-item .answer-select {
  font-size: 20px;
  display: block;
}
.answer-page .answer-item .answer-select .ant-radio-wrapper,
.answer-page .answer-item .answer-select .ant-checkbox-wrapper {
  display: block;
  font-size: 18px;
  border: 1px solid #eee;
  padding: 8px 20px;
  border-bottom-color: transparent;
  white-space: normal;
  line-height: 1.8;
}
.answer-page .answer-item .answer-select .ant-checkbox-wrapper + .ant-checkbox-wrapper {
  margin-left: 0;
}
.answer-page .answer-item .answer-select .ant-radio-wrapper:last-child,
.answer-page .answer-item .answer-select .ant-checkbox-wrapper:last-child {
  border-bottom-color: #eee;
}
.answer-page .answer-item .answer-select .ant-radio-wrapper-checked,
.answer-page .answer-item .answer-select .ant-checkbox-wrapper-checked {
  background: rgba(38, 114, 255, 0.05);
  border-color: #1890ff !important;
}
.answer-page .answer-item .answer-select .ant-checkbox-wrapper-checked + .ant-checkbox-wrapper-checked {
  border-top-color: transparent !important;
}
.answer-page .answer-item .answer-select .ant-radio {
  font-size: 20px;
}
.answer-page .answer-item .answer-select .ant-radio-inner {
  width: 20px;
  height: 20px;
  line-height: 20px;
}
.answer-page .answer-item .answer-select .ant-radio-inner::after {
  left: 5px;
  top: 5px;
}
.answer-page .answer-item .answer-select .answer-other-input {
  display: none;
  margin-top: 10px;
}
.answer-page .answer-item .answer-select .ant-checkbox-wrapper-checked .answer-other-input {
  display: block;
}
.answer-page .answer-item .answer-select .ant-radio-wrapper-checked .answer-other-input {
  display: block;
}

.ea .logo-color {
  margin-top: 60px;
  display: inline-block;
  width: 185px;
  height: 59px;
  background: url("https://bc.gdbf.com/static/images/mini/logo_color.png") no-repeat center;
  background-size: contain;
}
.ea .welcome {
  padding: 15px;
  text-align: center;
}
.ea .welcome .logo-color {
  margin-top: 30px;
}
.ea .welcome .title {
  font-weight: bold;
  font-size: 18px;
  margin-top: 15px;
  color: #515a6e;
}
.ea .welcome .content {
  margin-top: 40px;
  padding: 20px 15px;
  text-align: left;
  /*background-color: #fff;*/
  border-radius: 5px;
  /*box-shadow: 0 16rpx 24rpx #ebedf0;*/
  /*background: #f8f8f9;*/
  /*border: 1px solid #ebedef;*/
  background: #e6f7ff;
  border: 1px solid #91d5ff;
}
.ea .welcome .content-title {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 15px;
  color: #515a6e;
}
.ea .welcome .content-text {
  line-height: 32px;
  font-size: 16px;
  color: #808695;
}
.ea .welcome button {
  margin-top: 40px;
}
.ea .ant-btn-danger {
  margin-top: 30px;
  background-color: #c95d5a;
  border-color: #c95d5a;
}
.ea .submit-button {
  margin-top: 30px;
  background-color: #c95d5a;
  color: #ffffff;
  border-radius: 5px;
  letter-spacing: 2px;
  line-height: 40px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
.ea .create-form {
  text-align: center;
}
.ea .page-title {
  font-weight: bold;
  text-align: center;
  font-size: 20px;
  color: #515a6e;
  padding: 50px 0 15px 0;
}
.ea .register-form {
  margin-top: 40px;
  display: block;
  text-align: left;
  padding: 0 15px;
}
.ea .register-form .li {
  position: relative;
  box-sizing: border-box;
  background-color: #f8f8f9;
  margin-bottom: 15px;
  border-radius: 5px;
  display: block;
}
.ea .register-form .input,
.ea .register-form .li .text {
  height: 50px;
  line-height: 50px;
  width: 100%;
  font-size: 16px;
  color: #181818;
  padding: 0 30px;
  box-sizing: border-box;
  display: block;
}
.ea .register-form .input {
  background: none;
  border: 0;
}
.ea .register-form .li.has-icon .input {
  padding: 0 15px 0 50px;
}
.ea .register-form .li .iconfont {
  position: absolute;
  left: 15px;
  top: 0;
  font-size: 24px;
  line-height: 50px;
  color: #808695;
  display: block;
}
.ea .register-form .code-btn {
  z-index: 999;
  position: absolute;
  top: 0;
  right: 0;
  width: 100px;
  height: 50px;
  line-height: 50px;
  color: #449fe3;
  box-sizing: border-box;
  padding: 0;
  /*background-color:#dddee1;*/
  border-radius: 0;
  margin: 0;
  font-size: 16px;
  text-align: center;
  border: 0;
  outline: none;
}
.ea .register-form .code-btn.disabled {
  /*background-color: #c8c8c8;*/
}
.ea #codeInfo {
  display: none;
}
.ea .msg {
  display: block;
  text-align: center;
  padding: 50px 15px 15px 15px;
}
.ea .msg .icon-success {
  font-size: 80px;
  color: #0BB20C;
  display: block;
  text-align: center;
}
.ea .msg .msg-desc {
  padding-top: 15px;
  font-size: 18px;
  color: #515a6e;
}

