* {
  margin: 0;
  padding: 0;
}
@font-face {
  font-family: MONTSERRAT;
  src: url("fonts/MONTSERRAT-REGULAR-8.OTF");
}
body {
  font-size: 0.14rem;
}
[v-cloak] {
  display: none;
}
/* 加载中 开始 */
#mainLoading {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 9999;
  background: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
}
#mainLoading .ddr {
  width: 0.1rem;
  height: 1rem;
  float: left;
  margin: 2px;
  background-color: #F65E39;
  animation: loading 1s infinite ease-in-out;
  /*animation：动画名称 持续时间 动画速度曲线 延迟 执行多少次 是否正反方向轮流播放*/
}
#mainLoading .ddr2 {
  animation-delay: -0.9s;
  /*定义开始执行的地方，负号表示直接从第900ms开始执行*/
}
#mainLoading .ddr3 {
  animation-delay: -0.8s;
}
#mainLoading .ddr4 {
  animation-delay: -0.7s;
}
#mainLoading .ddr5 {
  animation-delay: -0.6s;
}
::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 8px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 8px;
}
::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 10px;
  box-shadow: inset 0 0 5px rgba(97, 184, 179, 0.1);
  background: #F65E39;
}
::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  box-shadow: inset 0 0 5px rgba(87, 175, 187, 0.1);
  border-radius: 10px;
  background: #ededed;
}
@keyframes loading {
  0%,
  40%,
  100% {
    /*定义每帧的动作*/
    -webkit-transform: scaleY(0.5);
  }
  20% {
    -webkit-transform: scaleY(1);
  }
}
/* 支付弹窗开始 */
.zf-dialog {
  width: 6.4rem;
  border-radius: 0.12rem;
  box-sizing: border-box;
  padding-top: 0.3rem;
}
.zf-dialog .el-dialog__body {
  padding: 0 !important;
  text-align: center;
  font-size: 0.16rem;
}
.zf-dialog .el-dialog__header {
  display: none;
}
.zf-dialog .dialog-form {
  display: flex;
  flex-direction: column;
}
.zf-dialog .el-row {
  display: flex;
  align-items: center;
  margin-top: 0.3rem;
}
.zf-dialog .close-btn {
  padding-right: 0.3rem;
  text-align: right;
}
.zf-dialog .close-btn .close-bg {
  cursor: pointer;
  display: inline-block;
  background: #E8E8ED;
  width: 0.28rem;
  height: 0.28rem;
  border-radius: 0.04rem;
  text-align: center;
  line-height: 0.28rem;
}
.zf-dialog .pay-type {
  padding-left: 0.6rem;
  text-align: left;
  font-size: 0.24rem;
  color: #171725;
}
.zf-dialog .select-box {
  width: 2.36rem;
  margin: 0 auto 1.32rem;
}
.zf-dialog .select-box .el-input__inner {
  background: #E6E7EB;
  font-size: 0.14rem;
  color: rgba(0, 0, 0, 0.9);
}
.zf-dialog .pay-way .pay-img-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.zf-dialog .pay-way .pay-img-content .pay-html {
  display: flex;
  justify-content: center;
}
.zf-dialog .pay-way .pay-img-content .pay-html .el-select {
  width: 100%;
}
.zf-dialog .pay-way .pay-img-content .pay-html img {
  width: 2rem;
  height: 2rem;
}
.zf-dialog .moblle-pay {
  display: none;
}
/* 加载中结束 */
#content {
  font-size: 0.14rem;
  font-family: PingFang SC, MONTSERRAT;
  font-weight: 400;
}
.el-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0;
}
.el-header .header-left {
  margin-left: 0.43rem;
  width: 0.69rem;
  height: 0.47rem;
  font-family: Montserrat;
  font-weight: 600;
  cursor: pointer;
  background: url('../../../img/common/logo.png') no-repeat;
  background-size: 100% auto;
}
.el-header .header-right {
  margin-right: 0.2rem;
  color: rgba(0, 0, 0, 0.6);
  cursor: pointer;
}
.el-header .header-right .user-un-login {
  display: flex;
  align-items: center;
}
.el-header .header-right .user-un-login .user-icon {
  margin-right: 0.08rem;
}
.el-header .header-right .user-login {
  display: flex;
  align-items: center;
}
.el-header .header-right .user-login .user-icon {
  margin-right: 0.08rem;
}
.el-main {
  height: calc(100vh - 60px);
  padding: 0 3.6rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.bottom-record {
  margin: 0.4rem auto 0.2rem;
  font-size: 0.12rem;
  color: rgba(0, 0, 0, 0.6);
}
#content {
  max-width: 1920px;
  margin: 0 auto;
}
.el-dialog.common-dialog {
  border-radius: 0.12rem;
}
.el-dialog.common-dialog .el-dialog__header {
  padding: 0.5rem 0.3rem 0.4rem 0.6rem;
}
.el-dialog.common-dialog .el-dialog__header .el-dialog__headerbtn {
  top: 0.44rem;
  right: 0.3rem;
  background: #e8e8ed;
  height: 0.28rem;
  width: 0.28rem;
  font-size: 0.18rem;
}
.el-dialog.common-dialog .el-dialog__header .el-dialog__title {
  font-size: 0.24rem;
  color: #171725;
}
.el-dialog.common-dialog .el-dialog__body {
  padding: 0 0.6rem 0.4rem;
}
.el-dialog.common-dialog .dialog-main {
  margin-bottom: 0.4rem;
}
.el-dialog.common-dialog .dialog-main .el-input__suffix {
  display: flex;
  align-items: center;
  right: 0.12rem;
}
.el-dialog.common-dialog .dialog-main .code-btn {
  color: #393C41;
}
.el-dialog.common-dialog .dialog-main input {
  height: 0.52rem;
  background: #F5F5F5;
}
.el-dialog.common-dialog .dialog-footer {
  display: flex;
  justify-content: flex-end;
}
.el-dialog.common-dialog .dialog-footer .sure-btn {
  padding: 0.15rem 0.4rem;
  background: #F65E39;
  font-size: 0.16rem;
  color: rgba(255, 255, 255, 0.9);
}
.el-dialog.common-dialog .dialog-footer .sure-btn:hover {
  background: #E24B27;
}
.el-dialog.common-dialog .dialog-footer .cancel-btn {
  padding: 0.15rem 0.4rem;
  font-size: 0.16rem;
}
.el-dialog.common-dialog .dialog-footer .cancel-btn:hover {
  border: 1px solid #F65E39;
  color: #F65E39;
  background: #FFF;
}
.code-btn {
  color: #393C41;
}
.el-dropdown-menu__item:focus,
.el-dropdown-menu__item:not(.is-disabled):hover {
  background: rgba(246, 94, 57, 0.08);
  color: rgba(0, 0, 0, 0.9);
}
.el-checkbox__input.is-checked + .el-checkbox__label {
  color: #F65E39;
}
.el-checkbox__input.is-checked .el-checkbox__inner,
.el-checkbox__input.is-indeterminate .el-checkbox__inner {
  background-color: #F65E39;
  border-color: #F65E39;
}
.el-input__inner:focus {
  border-color: #D0D1D2;
}
.el-cascader .el-input .el-input__inner:focus,
.el-cascader .el-input.is-focus .el-input__inner {
  border-color: #D0D1D2;
}
.el-cascader-node.in-active-path {
  color: #F65E39;
}
.el-cascader-node.is-active {
  color: #F65E39;
}
.el-select-dropdown__item.hover,
.el-select-dropdown__item:hover {
  background: rgba(246, 94, 57, 0.08);
  color: rgba(0, 0, 0, 0.9);
}
.zf-dialog .moblle-pay {
  display: block;
  margin-top: 0.4rem;
  padding-bottom: 0.6rem;
}
.zf-dialog .moblle-pay .m-pay-item {
  height: 0.86rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0.58rem;
  border: 1px solid #D2D2D7;
  border-radius: 0.08rem;
  margin-bottom: 0.2rem;
}
.zf-dialog .moblle-pay .m-pay-item img {
  height: 0.34rem;
}
.zf-dialog .moblle-pay .m-item-active {
  border: 1px solid #F65E39;
}
.zf-dialog .moblle-pay .m-pay-item:nth-of-type(2) {
  margin-bottom: 0;
}
.zf-dialog .moblle-pay .m-btn {
  margin-top: 0.5rem;
  margin: 0.5rem 0.58rem 0;
}
.zf-dialog .moblle-pay .m-btn .el-button {
  display: block;
  width: 100%;
  height: 0.8rem;
  border: none;
  color: rgba(0, 0, 0, 0.9);
  font-size: 0.34rem;
  border-radius: 0.08rem;
}
.zf-dialog .moblle-pay .m-btn .m-ok-btn {
  color: #FFFFFF;
  background: #F65E39;
}
.zf-dialog .moblle-pay .m-btn .m-cancel-btn {
  margin: 0.3rem 0 0;
  border: 1px solid #D0D1D2;
}
.zf-dialog .moblle-pay .h5Pay-box {
  display: none;
}
@media screen and (max-width: 750px) {
  .el-cascader-menu {
    min-width: 90px !important;
  }
  .code-btn {
    font-size: 0.28rem;
  }
  .el-header {
    height: 1rem !important;
    border-bottom: 1px solid #D0D1D2;
  }
  .el-header .header-left {
    margin-left: 0.3rem;
    font-size: 0.53rem;
  }
  .el-header .header-right {
    margin-right: 0.3rem;
    font-size: 0.32rem;
  }
  .el-main {
    padding: 0 0.3rem;
    height: calc(100vh - 1rem);
  }
  .el-input input {
    height: 0.8rem !important;
    font-size: 0.28rem;
  }
  .el-form .el-form-item .el-form-item__label {
    font-size: 0.28rem !important;
    margin-bottom: 0.1rem;
  }
  .bottom-record {
    font-size: 0.22rem;
  }
  .el-dialog.common-dialog .el-dialog__header .el-dialog__headerbtn {
    height: 0.56rem;
    width: 0.56rem;
    font-size: 0.3rem;
  }
  .el-dialog.common-dialog .el-dialog__header .el-dialog__title {
    font-size: 0.36rem;
  }
  .el-dialog.common-dialog .dialog-main {
    font-size: 0.24rem;
  }
  .el-dialog.common-dialog .dialog-footer {
    flex-direction: column;
    justify-content: flex-end;
  }
  .el-dialog.common-dialog .dialog-footer .sure-btn {
    padding: 0.15rem auto;
    font-size: 0.34rem;
  }
  .el-dialog.common-dialog .dialog-footer .cancel-btn {
    padding: 0.15rem auto;
    font-size: 0.34rem;
    margin-left: 0;
    margin-top: 0.3rem;
  }
  #mainLoading .ddr {
    width: 0.18rem;
    height: 1.5rem;
    float: left;
    margin: 0.04rem;
  }
  .zf-dialog {
    width: 6.9rem;
  }
  .zf-dialog .close-btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
  }
  .zf-dialog .close-btn .pay-type {
    font-size: 0.36rem;
  }
  .zf-dialog .close-btn .close-bg {
    width: 0.56rem;
    height: 0.56rem;
    border-radius: 0.04rem;
    line-height: 0.56rem;
  }
  .zf-dialog .close-btn .close-bg .el-icon-close {
    font-size: 0.35rem;
  }
  .zf-dialog .dialog-form {
    display: none;
  }
  .zf-dialog .moblle-pay {
    display: block;
    margin-top: 0.4rem;
    padding-bottom: 0.6rem;
  }
  .zf-dialog .moblle-pay .m-pay-item {
    height: 0.86rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0.58rem;
    border: 1px solid #D2D2D7;
    border-radius: 0.08rem;
    margin-bottom: 0.2rem;
  }
  .zf-dialog .moblle-pay .m-pay-item img {
    height: 0.34rem;
  }
  .zf-dialog .moblle-pay .m-item-active {
    border: 1px solid #F65E39;
  }
  .zf-dialog .moblle-pay .m-pay-item:nth-of-type(2) {
    margin-bottom: 0;
  }
  .zf-dialog .moblle-pay .m-btn {
    margin-top: 0.5rem;
    margin: 0.5rem 0.58rem 0;
  }
  .zf-dialog .moblle-pay .m-btn .el-button {
    display: block;
    width: 100%;
    height: 0.8rem;
    border: none;
    color: rgba(0, 0, 0, 0.9);
    font-size: 0.34rem;
    border-radius: 0.08rem;
  }
  .zf-dialog .moblle-pay .m-btn .m-ok-btn {
    color: #FFFFFF;
    background: #F65E39;
  }
  .zf-dialog .moblle-pay .m-btn .m-cancel-btn {
    margin: 0.3rem 0 0;
    border: 1px solid #D0D1D2;
  }
  .zf-dialog .moblle-pay .h5Pay-box {
    display: none;
  }
}
