* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
}
* ::-webkit-scrollbar {
  width: 10px;
  height: 5px;
}
* ::-webkit-scrollbar-track {
  background-color: #f2f2f2;
}
* ::-webkit-scrollbar-thumb {
  background-color: #b4bbc5;
  border-radius: 5px;
}
html,
body {
  height: 100% !important;
  width: 100% !important;
  background: #f5f8ff;
  font-family: PingFangSC-Semibold, PingFang SC !important;
  font-size: 14px;
}
.loginfailure {
  z-index: 999999999;
}
.img_box {
  font-size: 0;
  font-weight: 0;
}
.ltf {
  float: left;
}
.rtf {
  float: right;
}
.ml_24 {
  margin-left: 24px;
}
.ml_16 {
  margin-left: 16px;
}
.title {
  font-size: 20px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  margin-bottom: 16px;
  color: #000000;
  line-height: 28px;
  display: inline-block;
}
.title_msg {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.title_msg .step_title {
  display: inline-block;
  font-weight: 600;
  color: #000000;
  font-size: 18px;
}
.title_msg .step_num {
  font-weight: 600;
  color: #3d5eb9;
  font-size: 40px;
  display: inline-block;
  margin-right: 24px;
}
.nvg {
  margin-bottom: 24px;
}
.mt {
  margin-top: 24px;
}
.mb {
  margin-bottom: 24px;
}
.mb_16 {
  margin-bottom: 16px;
}
.mb_40 {
  margin-bottom: 40px;
}
.ib {
  display: inline-block;
}
.btn {
  text-align: center;
  color: #fff;
  cursor: pointer;
  height: 32px;
  line-height: 32px;
  border-radius: 16px;
  background: #2979cd;
}
.el-icon--right {
  float: right;
  color: #000;
  font-size: 20px;
}
.el-pagination .btn-prev,
.el-pagination .btn-next {
  border: 1px solid #999999 !important;
}
.el-pagination .el-pager li {
  border: 1px solid #999999 !important;
  color: #999999;
  font-weight: 400;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
}
.el-pagination .el-pager li.active {
  border: none !important;
}
.t_ops .cell {
  display: flex;
  justify-content: center;
}
.lg_title {
  font-weight: 600;
  color: #000000;
  font-size: 18px;
  text-align: center;
}
.dv_text {
  border: 1px solid #e6e6e6 !important;
  border-style: inset;
}
.dv_handler {
  height: 38px !important;
  margin-top: 1px !important;
}
.pd_70 {
  padding: 70px;
}
.pd_40 {
  padding: 40px;
}
.pd_24 {
  padding: 24px;
}
.pd_16 {
  padding: 16px;
}
.login .login_tips {
  font-weight: 400;
  color: #999999;
  font-size: 12px;
}
.login .item {
  font-size: 12px;
  font-weight: 600;
  color: #2979cd;
  cursor: pointer;
}
.UserMsg .el-icon--right {
  color: #fff !important;
}
.el-step__head.is-process .el-step__icon.is-text {
  width: 15px;
  height: 15px;
  background: #2979cd;
  border: none !important;
}
.el-step__head.is-wait .el-step__icon.is-text {
  width: 11px;
  height: 11px;
  background: #d9d9d9;
  border: none !important;
}
.el-step__head.is-finish .el-step__icon.is-text {
  width: 15px;
  height: 15px;
  background: #2979cd;
  border: none !important;
}
.el-step__line {
  top: 14px !important;
  height: 1px !important;
}
.insub {
  overflow: hidden;
}
.tips {
  padding: 10px 16px;
  background: #fdf4e7;
  border-radius: 20px;
  margin-bottom: 24px;
}
.tips p {
  font-size: 14px;
  font-weight: 400;
  color: #fb6411;
}
.haslogin {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  margin-top: 100px;
  margin-bottom: 48px;
}
.haslogin p {
  font-size: 18px;
  font-weight: 600;
  color: #000000;
}
.haslogin .tips {
  text-align: center;
}
.haslogin .img_box {
  margin-bottom: 24px;
}
.el-dialog__header {
  padding: 15px 20px;
  background: #e0efff !important;
}
.el-dialog__header .el-dialog__title {
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 600;
  color: #000000;
}
.el-dialog__body {
  padding: 40px !important;
}
.el-textarea__inner {
  height: 100% !important;
}
.popper__arrow {
  right: 0 !important;
}
.pop_tips {
  width: 100%;
  padding: 10px 24px;
  background: #fdf4e7;
  border-radius: 20px;
  margin-bottom: 24px;
  color: #fb6411;
  font-weight: 400;
}
.AccountMsg {
  overflow: hidden;
  margin-bottom: 24px;
}
.AccountMsg .el-dropdown {
  width: 100% !important;
}
.AccountMsg .remt_msg {
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.85);
}
.AccountMsg .no_ai {
  align-items: unset !important;
}
.AccountMsg .no_flex {
  flex-flow: column;
  align-items: unset !important;
}
.AccountMsg .PDF {
  overflow-y: scroll;
  width: 100%;
  height: 300px;
  display: flex;
  flex-flow: column;
  align-items: center;
}
.AccountMsg .PDF p {
  width: 100%;
  height: 100%;
}
.AccountMsg .reg_inp_title {
  margin-bottom: 16px;
  display: flex;
  align-items: center;
}
.AccountMsg .reg_inp_title p.item_title {
  font-size: 14px;
  font-weight: 600;
  color: #686868;
  position: relative;
  margin-left: 15px;
}
.AccountMsg .reg_inp_title p.item_title.dlm::before {
  content: '';
}
.AccountMsg .reg_inp_title p.item_title::before {
  content: '*';
  position: absolute;
  left: -10px;
  top: 10%;
  color: red;
}
.AccountMsg .reg_inp_title span {
  font-size: 14px;
  font-weight: 400;
  color: #000000;
}
.AddaccBtn {
  overflow: hidden;
}
.AddaccBtn .btn {
  float: right;
  width: 92px;
  height: 32px;
  border-radius: 16px;
  border: 1px solid #2979cd;
}
.AddaccBtn .cancel {
  background: #fff;
  color: #2979cd;
  margin-right: 16px;
}
.el-select {
  width: 100% !important;
}
.el-upload__tip {
  margin-top: 16px !important;
  margin-bottom: 24px !important;
}
.el-upload-list__item-name {
  display: flex !important;
  align-items: center;
}
.el-icon-document {
  width: 14px;
  height: 25px !important;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAAi0lEQVQoU63RsQkCURCE4e/gUIwvMrQFYzMrMLEESzhRMBIULcESjGzAzNgWDC1CQXnwDh7y5AzccGZ+doct5GcY5eunXWTyfayjvsI9zeSAASZ44YRbGxD8aQwdfznp/0AXI5yT9bmTxriE0hW2mCVAJ5Z+JNoBiwbYYf/lJ41cYx6AHpYoW4AnNm/tlRRB5haH5gAAAABJRU5ErkJggg==) no-repeat center !important;
}
.el-icon-document::before {
  content: '' !important;
}
.un_edito .w-e-text-container {
  height: 200px;
  border-radius: 4px;
  border: 1px solid #d9d9d9;
}
.ivu-date-picker {
  width: 100% !important;
}
.ivu-input {
  height: 40px !important;
  line-height: 40px !important;
  padding: 4px 12px !important;
}
.ivu-input-suffix {
  line-height: 40px !important;
}
.ivu-select-dropdown {
  z-index: 11000;
}

.el-loading-mask.is-fullscreen {
  z-index: 9999 !important;
}
.base-loading {
  display: block;
  width: 0;
  height: 0;
  margin: 0 auto 25px auto;
  perspective: 200px;
}
.base-loading::before,
.base-loading::after {
  position: absolute;
  width: 20px;
  height: 20px;
  content: '';
  background: rgba(0, 0, 0, 0);
  -webkit-animation: vabLoading6 0.5s infinite alternate;
          animation: vabLoading6 0.5s infinite alternate;
}
.base-loading::before {
  left: 0;
}
.base-loading::after {
  right: 0;
  -webkit-animation-delay: 0.15s;
          animation-delay: 0.15s;
}
@-webkit-keyframes vabLoading6 {
0% {
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    transform: scale(1) translateY(0) rotateX(0deg);
}
100% {
    background: #1890ff;
    box-shadow: 0 25px 40px rgba(24, 144, 255, 0.5);
    transform: scale(1.2) translateY(-25px) rotateX(45deg);
}
}
@keyframes vabLoading6 {
0% {
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    transform: scale(1) translateY(0) rotateX(0deg);
}
100% {
    background: #1890ff;
    box-shadow: 0 25px 40px rgba(24, 144, 255, 0.5);
    transform: scale(1.2) translateY(-25px) rotateX(45deg);
}
}
.el-table tr {
  background: #f5f8ff !important;
}
.el-table tbody tr:hover > td {
  background-color: #fff !important;
}

.my-popover {
    background:#e8e8f1;
    color: #000000;
    font-size: 12px;
    height: 30px;
    display: flex;
    align-items: center; 
    justify-content: center; 
    min-width: 10px;  
}
.my-popover[x-placement^='right'] .popper__arrow {
    border-right-color: #3d5eb9 !important;
}

.my-popover[x-placement^='right'] .popper__arrow::after {
    border-right-color: #3d5eb9 !important;
}
.my-popover.el-popover {
    color: #3d5eb9;
    background-color: #e8e8f1 !important;
    border-color: #e8e8f1 !important;
}

::-moz-selection {
    background: #ffd362;
    color: #000;
}

::selection {
    background: #ffd362;
    color: #000;
}
@media screen and (max-width: 980px) {
  .CloseSecurity .el-dialog__body {
    padding: 40px 10px !important;
  }
  .step_msg .tips {
    width: auto !important;
    height: auto !important;
  }
  .step_msg .qr {
    width: auto !important;
    height: auto !important;
  }
  .verify {
    margin: 0 !important;
    width: auto !important;
  }
  .Open_card_protocol .el-radio__label {
    font-size: 12px;
    margin-left: 0;
    padding: 0;
  }
  .FixedBar {
    transform: scale(0.7) !important;
    right: -12px !important;
    top: 74% !important;
  }
  .Fixed_svg {
    transform: rotate(0deg) !important;
  }
  .FixedBar_pop {
    max-width: 200px !important;
  }
  .Card_mod .el-form-item__label {
    width: 120px !important;
  }
  .Card_mod .el-form-item__content {
    margin-left: 120px !important;
  }
  .Card_mod .el-card__body h2 {
    margin-top: 15px;
  }
  .d_box .d_title {
    font-size: 12px !important;
    font-weight: 600 !important;
  }
  .ivu-date-picker-with-range .ivu-picker-panel-body {
    width: 220px;
    min-width: 220px !important;
  }
  .cardDetailBox {
    width: 100% !important;
    height: 100% !important;
    margin: 15% auto !important;
  }
  .Card_Date {
    display: flex;
    align-items: center;
  }
  .el-message-box {
    width: 320px !important;
  }
  .inputWrap-deposit .el-tag {
    height: auto !important;
    white-space: normal !important;
    text-align: left;
    padding: 0 5px !important;
  }
  .xs_tips .el-form-item__content {
    margin-left: 30px !important;
  }
  .freeDescript {
    padding: 14px 0;
  }
  .cardItem {
    margin: 15px 0 !important;
  }
  .el-card__body {
    margin: 0;
    padding: 0;
  }
  .ctypeWrap {
    display: flex;
    flex-flow: column;
    align-items: center;
  }
  .ctypeWrap .Card_num_btn {
    margin-left: 0 !important;
    margin-top: 10px;
  }
  .UserInfo {
    margin-left: 0 !important;
  }
  .top_UserName {
    margin-left: 6px !important;
  }
  .el-popup-parent--hidden {
    padding: 0 !important;
  }
  .login {
    width: 100% !important;
    height: 100vh !important;
    margin: 0 !important;
  }
  .login .register {
    background: #fff;
  }
  .login .resetpass_msg {
    margin-bottom: 60px !important;
  }
  .login .login_bg {
    height: 100% !important;
  }
  .login .reg_title .title {
    margin-right: 70px !important;
  }
  .login .lg_title {
    margin-bottom: 40px !important;
  }
  .login .reset_btn {
    margin-top: 90px !important;
  }
  .login .back {
    margin-top: 30px !important;
  }
  .login .haslogin {
    margin-top: 0 !important;
  }
  .login .drag_verify {
    margin: auto;
  }
  .step_msg {
    margin-left: 0 !important;
  }
  .step_msg .mailcode {
    width: 190px;
    margin-left: 20px !important;
  }
  .step_msg .google {
    margin-left: 7px !important;
  }
  .pd_70 {
    padding: 40px !important;
  }
  .v-code .line {
    width: 30px !important;
    height: 30px !important;
    line-height: 30px !important;
  }
  .v-code .line:last-child {
    margin: 0 !important;
  }
  .UserInfo .UserIcon {
    width: 30px !important;
    height: 30px !important;
    margin-right: 1px !important;
  }
  .StepOT .StepOT {
    padding-top: 50px;
  }
  .changemail,
  .cPassword {
    padding: 24px 8px 24px 16px !important;
  }
  .submit_btn {
    margin: 0 !important;
    margin-top: 36px !important;
    width: 100% !important;
    margin: auto;
  }
  .data_item {
    width: 90% !important;
  }
  .wihdraw_operate {
    padding: 8px !important;
  }
  .wihdraw_operate .el-input__inner {
    padding: 0 8px;
  }
  .wihdraw_operate .el-icon--right {
    color: #000 !important;
  }
  .wihdraw_operate .title_item {
    padding: 18px 10px;
  }
  .wihdraw_btn,
  .verify_btn {
    width: 100% !important;
  }
  .mail_code .el-button {
    padding: 4px;
    font-size: 10px;
  }
  .content_main {
    margin: 0 !important;
    padding: 16px;
  }
  .FixedBar {
    transform: scale(0.7);
    right: -12px !important;
    top: 90% !important;
  }
  .el-drawer__open .el-drawer.ltr:focus {
    outline: none;
  }
  .el-drawer__header {
    padding: 0 !important;
    margin: 0 !important;
  }
  .download_item {
    font-size: 10px;
  }
  .download_item .down_icon {
    transform: scale(0.7);
  }
  .download_item .item.one {
    margin: 0;
  }
  .download_item .name_tit {
    display: flex;
    flex-flow: column;
    align-items: center;
    margin-bottom: 12px;
  }
  .download_item .ckdown {
    display: flex;
    flex-flow: column;
    align-items: center;
  }
  .download_item .qr {
    flex-flow: column;
  }
  .download_item .qr .ib {
    font-size: 10px !important;
    margin: 0 !important;
    margin-top: 8px !important;
    white-space: nowrap;
  }
  .invite .item {
    padding: 24px !important;
    text-align: center;
  }
  .invite .msg {
    border: none !important;
    text-align: center;
  }
  .client .dr {
    margin-left: 50% !important;
  }
  .Smenu {
    width: 100%;
  }
  .Smenu .el-submenu .el-submenu__title {
    font-weight: 600;
    color: #000000;
    font-size: 14px;
  }
  .Smenu .el-submenu.is-opened .el-submenu__title {
    color: #fff;
    background: #2979cd !important;
  }
  .Smenu .el-submenu .el-menu-item {
    min-width: auto;
    text-align: center;
    padding: 0 !important;
  }
  .Smenu .el-submenu .el-menu-item.is-active {
    background: #e0efff !important;
    color: #2979CD;
  }
  .Smenu .el-submenu__title {
    text-align: center;
  }
  .Smenu .el-submenu__icon-arrow::before {
    content: '' !important;
  }
  .shop_msg {
    text-align: center;
  }
  .step_msg .step_title {
    width: auto;
  }
  .step_msg .tips {
    width: auto;
    height: auto;
    text-align: left;
    padding: 16px;
  }
  .step_msg .qr {
    width: auto;
    height: auto;
    padding: 16px;
    flex-flow: column;
  }
  .step_msg .qr .key {
    flex-flow: column;
    margin-top: 10%;
  }
  .step_msg .qr .keycode {
    padding: 16px 0;
  }
  .step_msg .qr .copy,
  .step_msg .qr .inkey {
    margin: 0 !important;
  }
  .Unbound .shop {
    flex-flow: column;
  }
  .Unbound .shop p {
    margin-top: 16px;
  }
  .verify {
    width: auto;
    margin: 0;
  }
  .file_tips {
    margin-top: 24px !important;
  }
  .audit {
    left: 8px;
    top: 8px;
  }
  .agreement {
    padding: 8px !important;
  }
  .agreement .Warning {
    width: auto;
    height: auto;
    margin: 0;
    padding: 16px;
    margin-bottom: 24px;
  }
  .agreement .ID_card_pic {
    flex-flow: column;
  }
  .agreement .ID_card_pic .pic {
    margin-top: 24px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }
  .agreement .ID_card_pic .pic .item {
    margin-bottom: 16px;
    display: flex;
    flex-flow: column;
    align-items: center;
  }
  .agreement .ID_card_pic .pic .item .pic_item {
    margin: 0 !important;
  }
  .agreement .ID_card_pic .pic .item .img_msg {
    padding: 0 !important;
  }
  .Prompt {
    padding: 8px !important;
  }
  .addAddress .search_icon {
    margin-left: 0 !important;
  }
  .xs_dra .el-drawer {
    margin-top: 80px !important;
    padding-bottom: 80px !important;
    padding-top: 20px !important;
    box-shadow: 0px 1px 13px 0px rgba(0, 0, 0, 0.1);
    border-radius: 0px 16px 16px 0px;
  }
  .search {
    padding: 8px !important;
  }
  .search .el-icon--right {
    color: #000 !important;
  }
  .search .el-date-editor.el-input,
  .search .el-date-editor.el-input__inner {
    width: auto !important;
  }
  .search .search_mode {
    margin-right: 0;
    margin-bottom: 8px;
  }
  .search .search_icon {
    margin: 0;
  }
  .sMode {
    overflow: hidden;
  }
  .sMode .col {
    margin-bottom: 8px;
  }
  .logs {
    width: 150px !important;
  }
  .mode_btn {
    margin-bottom: 16px;
    width: 100% !important;
  }
  .Un_simulation {
    display: flex;
    justify-content: center;
  }
  .el-icon--right {
    color: #fff !important;
  }
  .el-header {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 999;
  }
  #topmenu .el-submenu__title {
    padding: 0;
    margin-left: 3.5rem;
  }
  #topmenu .el-submenu__title span {
    font-size: 10px;
  }
  .UserMsg .el-button {
    padding: 0 16px 0 0;
  }
  .UserInfo {
    justify-content: flex-end !important;
  }
}
@media screen and (max-width: 1366px) {
  .content_main {
    margin-left: 3px !important;
  }
  .el-button.is-round {
    padding: 12px 23px !important;
  }
  .el-icon--right {
    margin-left: 0 !important;
    font-size: 15px;
    margin-top: 3px;
  }
  .applyCard .card-box .Card_box_cont {
    /* min-height: 185px; */
  }
}
@media screen and (max-width: 1290px) {
  .sdb {
    min-width: 220px !important;
    width: 220px !important;
    padding: 20px 7px !important;
  }
}
@media screen and (min-width: 1980px) {
  .applyCard .card-box {
    height: 265px;
  }
  .applyCard .card-box .Card_box_cont {
    min-height: unset !important;
  }
}
@media only screen and (min-width: 1200px) {
  .el-col-lg-21 {
    width: 81.2% !important;
  }
}
.deposit_card .el-input--prefix .el-input__inner {
  padding-left: 20%;
}
.deposit_card .el-input__prefix {
  width: 20%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.deposit_card .el-input__prefix,
.deposit_card .el-input__suffix {
  top: -1px;
}
.deposit_card .el-upload {
  width: 100%;
}
.deposit_card .el-upload-dragger {
  width: 100%;
  height: auto;
  min-height: 180px;
}
.dialog_remake {
  margin-bottom: 8px;
}
.el-message {
  z-index: 99999 !important;
}
.red {
  color: red !important;
}

.el-button--primary {
  color: #3d5eb9;
  background-color: #f3f3f3;
  border-color: #a0a9c3;
}
.el-button--primary:hover {
  color: #3d5eb9;
  background-color: #e8e8f1;
  border-color: #3d5eb9;
}
.el-button:focus,
.el-button:hover {
  color: #3d5eb9;
  background-color: #e8e8f1;
  border-color: #3d5eb9;
}
.el-button--primary.is-plain {
  color: #3d5eb9;
  background-color: #f3f3f3;
  border-color: #a0a9c3;
}
.el-button--primary.is-plain:hover {
  color: #3d5eb9;
  background-color: #e8e8f1;
  border-color: #3d5eb9;
}
.el-button--primary.is-plain.is-disabled,
.el-button--primary.is-plain.is-disabled:active,
.el-button--primary.is-plain.is-disabled:focus,
.el-button--primary.is-plain.is-disabled:hover {
  background: #f3f3f3;
  border-color: transparent;
  color: #3d5eb9 !important;
}
.el-button.is-disabled,
.el-button.is-disabled:focus,
.el-button.is-disabled:hover {
  background-color: #6ca2db;
}
.el-button--primary.is-plain:focus,
.el-button--primary.is-plain:hover {
  background: #3d5eb9;
  border-color: #3d5eb9;
  color: #FFF;
}
.el-select .el-input.is-focus .el-input__inner {
  border-color: #DCDFE6 !important;
}
.el-select .el-input__inner:focus {
  border-color: #DCDFE6;
}
.el-select-dropdown__item.selected {
  color: #3d5eb9;
}
.el-select-dropdown__item.hover,
.el-select-dropdown__item:hover {
  background-color: #e8e8f1 !important;
}
.el-input__inner {
  color: #000000;
}
.el-input__inner:hover {
  color: #000000;
  background-color: #fff;
}
.el-tag {
  color: #3d5eb9;
  background-color: #f3f3f3;
  border-color: #a0a9c3;
}
.el-tag:hover {
  color: #3d5eb9;
  background-color: #e8e8f1;
  border-color: #a0a9c3;
}
.el-tabs__item {
  font-weight: 600;
}
.el-tabs__item.is-active {
  font-weight: 600;
  font-size: 16px;
  color: #3d5eb9 !important;
}
.el-tabs__item:hover {
  color: #3d5eb9;
  cursor: pointer;
}
.el-tabs__active-bar {
  background-color: #3d5eb9 !important;
}
.el-switch.is-checked .el-switch__core {
  border-color: #3d5eb9;
  background-color: #3d5eb9;
}
.el-input__inner:focus {
  border-color: #3d5eb9 !important;
}
.el-checkbox__input.is-checked + .el-checkbox__label {
  color: #3d5eb9 !important;
}
.el-checkbox__input.is-checked .el-checkbox__inner,
.el-checkbox__input.is-indeterminate .el-checkbox__inner {
  background-color: #3d5eb9;
  border-color: #3d5eb9;
}
.el-checkbox__inner:hover {
  border-color: #3d5eb9 !important;
}
.el-checkbox__input.is-focus .el-checkbox__inner {
  border-color: #3d5eb9 !important;
}
.el-checkbox.is-bordered.is-checked {
  border-color: #3d5eb9;
}
.el-dialog__header {
  background: #e8e8f1 !important;
  border-top-left-radius: 10px !important;
  border-top-right-radius: 10px !important;
}
.el-dialog {
  border-radius: 10px !important;
}
[class*=" el-icon-"]:hover {
  color: #3d5eb9 !important;
}
.el-table tr {
  background-color: #ffffff !important;
}
.el-table th {
  background-color: #e8e8f1 !important;
}
.el-pagination.is-background .el-pager li:not(.disabled).active {
  background-color: #3d5eb9 !important;
  color: #FFF !important;
}
.el-pagination.is-background .el-pager li:not(.disabled):hover {
  color: #3d5eb9 !important;
}
.el-dropdown-menu__item:focus,
.el-dropdown-menu__item:not(.is-disabled):hover {
  background-color: #e8e8f1;
  color: #3d5eb9;
}
.el-tooltip__popper.is-dark {
  background-color: #e8e8f1;
  color: #3d5eb9;
}
.el-tooltip__popper[x-placement^=right] .popper__arrow:after {
  border-right-color: #3d5eb9;
}
.el-tooltip__popper[x-placement^=left] .popper__arrow:after {
  border-left-color: #3d5eb9;
}
.el-radio__inner {
  border: 1px solid #3d5eb9;
}
.el-radio__inner:hover {
  border-color: #3d5eb9;
}
.el-button--primary.is-disabled,
.el-button--primary.is-disabled:active,
.el-button--primary.is-disabled:focus,
.el-button--primary.is-disabled:hover {
  border-color: transparent;
}
.radio-style[data-v-f08233c4]:hover {
  border-color: #3d5eb9 !important;
}
.el-radio__input.is-checked .el-radio__inner {
  border-color: #3d5eb9 !important;
  background: #3d5eb9 !important;
}
.el-radio__input.is-checked + .el-radio__label {
  color: #3d5eb9 !important;
}
[data-v-f08233c4] .active-radio {
  border-color: #3d5eb9 !important;
  box-shadow: 0 2px 3px rgba(61, 94, 185, 0.3) !important;
}


.modal-overlay[data-v-81ddf506] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(127, 127, 127, 0.5);
  z-index: 9999;
  display: flex;
}
.update-modal[data-v-81ddf506] {
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: fixed;
  top: 33%;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 400px;
  min-width: 250px;
  width: 50%;
  background-color: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  padding: 10px 15px;
  -webkit-animation: shakeY-data-v-81ddf506 1.5s linear;
          animation: shakeY-data-v-81ddf506 1.5s linear;
  z-index: 99999;
}
@-webkit-keyframes shakeY-data-v-81ddf506 {
from,
  to {
    transform: translate3d(0, 0, 0);
}
10%,
  30%,
  50%,
  70%,
  90% {
    transform: translate3d(0, -10px, 0);
}
20%,
  40%,
  60%,
  80% {
    transform: translate3d(0, 10px, 0);
}
}
@keyframes shakeY-data-v-81ddf506 {
from,
  to {
    transform: translate3d(0, 0, 0);
}
10%,
  30%,
  50%,
  70%,
  90% {
    transform: translate3d(0, -10px, 0);
}
20%,
  40%,
  60%,
  80% {
    transform: translate3d(0, 10px, 0);
}
}
.shakeY[data-v-81ddf506] {
  -webkit-animation-name: shakeY-data-v-81ddf506;
          animation-name: shakeY-data-v-81ddf506;
}
.update-modal .title[data-v-81ddf506] {
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  margin-bottom: 10px;
}
.update-modal .content[data-v-81ddf506] {
  font-size: 16px;
  text-align: left;
}
.update-modal .actions[data-v-81ddf506] {
  display: flex;
  justify-content: flex-end;
  margin-top: 30px;
}
.update-modal .actions button[data-v-81ddf506] {
  display: inline-block;
  line-height: 1;
  white-space: nowrap;
  cursor: pointer;
  background: #fff;
  border: 1px solid #dcdfe6;
  color: #606266;
  -webkit-appearance: none;
  text-align: center;
  box-sizing: border-box;
  outline: none;
  margin: 0;
  transition: 0.1s;
  font-weight: 500;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  padding: 10px 20px;
  font-size: 14px;
  border-radius: 4px;
  margin-left: 10px;
}
.update-modal .actions button[data-v-81ddf506]:last-child {
  background-color: #409eff;
  color: #fff;
  border-color: #409eff;
}

