/* --------------------------------------------------
/*  自定义后台扩展样式，需要在加载 console.css 后载入
/*  使用 php think xadmin:install static 时不会更新此文件
/* -------------------------------------------------- */

/* @import url('../fonts/fonts.css'); */

/* --------------------------------------------------
/*  自定义customer应用样式
/* -------------------------------------------------- */
/* @import url('menu.css'); */
@import url('../fonts/fonts.css');

[v-cloak] {
  display: none;
 }
 p {
	 margin: 0 !important;
 }
 #app {
  position: relative;
  max-width: 1920px;
  max-height: 1120px;
  margin: 0 auto;
  background: #fff;
  min-height: 100vh;
}
.cursorPointer {
  cursor: pointer;
}

.paddingtop10 {
  padding-top: .1rem;
}
.paddingtop24 {
  padding-top: .24rem;
}
.paddingleft30 {
  padding-left: .3rem;
}
.paddingtop50 {
  padding-top: .5rem;
}

.margin_48_0_0_12 {
  margin-top: .48rem;
  margin-left: .12rem;
}
.margin_50_0_0_30 {
  margin: .5rem 0 0 .3rem;
}
.margin_50_0_37_0 {
  margin: .4rem 0 .4rem 0;
}
.margin140_0_170_0 {
  margin: 1.4rem 0 1.7rem 0;
}
.margin40_0_40_0 {
  margin: .4rem 0 .4rem 0;
}
.margin23_0_27_0 {
  margin: .23rem 0 .27rem 0;
}
.margintop10 {
  margin-top: .1rem;
}
.margintop15 {
  margin-top: .15rem;
}
.margintop16 {
  margin-top: .16rem;
}
.margintop23 {
  margin-top: .23rem;
}
.margintop25 {
  margin-top: .25rem;
}
.margintop40 {
  margin-top: .4rem;
}
.margintop46 {
  margin-top: .46rem;
}
.margintop50 {
  margin-top: .5rem;
}
.margintop59 {
  margin-top: .59rem;
}
.margintop116 {
  margin-top: 1.16rem;
}
.margintop120 {
  margin-top: 1.2rem;
}
.margintop200 {
  margin-top: 2rem;
}
.margintop225 {
  margin-top: 2.25rem;
}
.marginbottom50 {
  margin-bottom: .5rem;
}

.fade-enter-active,
.fade-leave-active {
  transition: opacity 3s;
}

.fade-enter,
.fade-leave-to {
  opacity: 0;
}

.expand-enter-active,
.expand-leave-active {
  transition: height 3s ease-out;
}

.expand-enter,
.expand-leave-to {
  height: 0;
}

/*公共使用这个客户编号,客户名称的样式*/
.customer_id_bg_container {
  width: 8.32rem;
  height:  1.32rem;
  background: url('/static/imgs/cid_bg.png') no-repeat center top;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 auto;
  transform: translateY(-.01rem);
}
.customer_id_container {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.customer_id_content_container {
  /* width: 5.16rem;
  height:  .78rem; */
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.customer_id_content_title {
  font-family: 'HarmonyOS Sans';
  font-size: .43rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  color: #7A7A7A;

}
.customer_id_content_subtitle {
  font-family: 'HarmonyOS Sans';
  font-size: .18rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  text-align: center;
  color: #7A7A7A;
  text-transform: uppercase;
}

.common_module_form_sperate50 {
  height: .5rem;
}

.button_prev {
  color: #fff !important;
  background-color: #7a7a7a !important;
}

.button_next {
  color: #404040 !important;
  background-color: #f2f2f2 !important;
}

/* 默认基准值，适用于桌面设备 */
/* html {
  font-size: 100%;
}


@media (max-width: 750px) {
  html {
    font-size: 50%; 
  }
} */