* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  height: 100%;
}



[v-cloak] {
  display: none;
}

ul li {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
}

b {
  font-weight: 400;
}


img {
  vertical-align: bottom;
  border: none;
}

button {
  border: none;
}

input {
  outline: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

textarea {
  resize: vertical
}

/* 定义文字颜色 */
.ub-color_primary {
  color: #008BE4;
}

.ub-color_success {
  color: #0dc735;
}

.ub-color_warning {
  color: #FF7900;
}

.ub-color_danger {
  color: #F56C6C;
}

.ub-color_info {
  color: #8896B3;
}

/* 弹性 */
.ub-flex {
  display: flex;
}

.ub-flex_col {
  display: flex;
  flex-direction: column;
}

.ub-justify_start {
  justify-content: flex-start;
}

.ub-justify_end {
  justify-content: flex-end;
}

.ub-justify_center {
  justify-content: center;
}

.ub-justify_between {
  justify-content: space-between;
}

.ub-justify_around {
  justify-content: space-around;
}

.ub-justify_evenly {
  justify-content: space-evenly;
}

.ub-items_start {
  align-items: flex-start;
}

.ub-items_end {
  align-items: flex-end;
}

.ub-items_center {
  align-items: center;
}


.ub-self_start {
  align-self: flex-start;
}

.ub-self_end {
  align-self: flex-end;
}

.ub-self_center {
  align-self: center;
}


.ub-flex_1 {
  flex: 1 1 0%;
}

.ub-flex_grow_1 {
  flex-grow: 1;
}

.ub-flex_grow_0 {
  flex-grow: 0;
}

.ub-flex_shrink {
  flex-shrink: 1;
}

.ub-flex_shrink_0 {
  flex-shrink: 0;
}

/************************************************************
** 请将全局样式拷贝到项目的全局 CSS 文件或者当前页面的顶部 **
** 否则页面将无法正常显示                                  **
************************************************************/

html {
  font-size: 16px;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans',
    'Droid Sans', 'Helvetica Neue', 'Microsoft Yahei', sans-serif;
}

body * {
  box-sizing: border-box;
  flex-shrink: 0;
}

#app {
  width: 100vw;
  height: 100vh;
}

.flex-row {
  display: flex;
  flex-direction: row;
}

.flex-col {
  display: flex;
  flex-direction: column;
}

.justify-start {
  justify-content: flex-start;
}

.justify-end {
  justify-content: flex-end;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.justify-around {
  justify-content: space-around;
}

.justify-evenly {
  justify-content: space-evenly;
}

.items-start {
  align-items: flex-start;
}

.items-end {
  align-items: flex-end;
}

.items-center {
  align-items: center;
}

.items-baseline {
  align-items: baseline;
}

.items-stretch {
  align-items: stretch;
}

.self-start {
  align-self: flex-start;
}

.self-end {
  align-self: flex-end;
}

.self-center {
  align-self: center;
}

.self-baseline {
  align-self: baseline;
}

.self-stretch {
  align-self: stretch;
}

.flex-1 {
  flex: 1 1 0%;
}

.flex-auto {
  flex: 1 1 auto;
}

.grow {
  flex-grow: 1;
}

.grow-0 {
  flex-grow: 0;
}

.shrink {
  flex-shrink: 1;
}

.shrink-0 {
  flex-shrink: 0;
}

.relative {
  position: relative;
}

/* 筛选框 */
.ub-screen .image_7_1 {
  width: 16px;
  height: 16px;
}

.ub-screen .font_2_1 {
  font-size: 12px;
  font-family: 'PingFangSC-Regular';
  line-height: 18.5px;
  color: #333333;
}

.ub-screen .section_5_1 {
  background-color: #ffffff;
  border-radius: 10px 10px 0px 0px;
}

.ub-screen .space-y-40_1>*:not(:first-child) {
  margin-top: 20px;
}

.ub-screen .space-y-10_1>*:not(:first-child) {
  margin-top: 5px;
}

.ub-screen .group_5_1 {
  padding: 13px 14.5px;
  border-radius: 10px;
}

.ub-screen .text_7_1 {
  color: #333333;
  font-size: 17px;
  font-family: 'PingFangSC-Semibold';
  font-weight: 600;
  line-height: 24px;
}

.ub-screen .pos_4_1 {
  position: absolute;
  right: 14.5px;
  top: 50%;
  transform: translateY(-50%);
}

.ub-screen .font_3_1 {
  font-size: 14px;
  font-family: 'PingFangSC-Semibold';
  line-height: 20px;
  font-weight: 600;
  color: #333333;
}

.ub-screen .text_8_1 {
  margin-left: 15px;
}

.ub-screen .group_6_1 {
  padding: 0 15px;
}

.ub-screen .space-y-20_1>*:not(:first-child) {
  margin-top: 10px;
}

.ub-screen .text-wrapper_1_1 {
  flex: 1 1 78.5px;
  padding: 8px 0;
  background-color: #0090ff1a;
  border-radius: 4px;
  height: 34px;
}

.ub-screen .font_4_1 {
  font-size: 13px;
  font-family: 'PingFangSC-Semibold';
  line-height: 18.5px;
  font-weight: 600;
  color: #0070e7;
}

.ub-screen .text-wrapper_2_1 {
  flex: 1 1 78.5px;
  padding: 8px 0;
  background-color: #f4f5f9;
  border-radius: 4px;
  height: 34px;
}

.ub-screen .text_9_1 {
  margin-left: 15px;
}

.ub-screen .view_1_1 {
  margin-top: 10px;
}

.ub-screen .space-x-20_1>*:not(:first-child) {
  margin-left: 10px;
}

.ub-screen .section_8_1 {
  margin-top: 3px;
  padding: 13px 15px;
  background-color: #ffffff;
  box-shadow: 0px -5px 10px -5px #00000014;
  border-radius: 0.5px;
}

.ub-screen .space-x-30_1>*:not(:first-child) {
  margin-left: 15px;
}

.ub-screen .text-wrapper_3_1 {
  padding: 11px 0;
  flex: 1 1 165px;
  overflow: hidden;
  border-radius: 3px;
  height: 44px;
  border: solid 0.5px #0090ff;
}

.ub-screen .font_5_1 {
  font-size: 15px;
  font-family: 'PingFangSC-Medium';
  line-height: 21px;
  font-weight: 500;
}

.ub-screen .text_10_1 {
  color: #0070e7;
}

.ub-screen .button_1_1 {
  padding: 11px 0;
  flex: 1 1 165px;
  background-color: #0090ff;
  border-radius: 3px;
  height: 44px;
}

.ub-screen .text_11_1 {
  color: #ffffff;
}

.ub-screen .ub-popup_con_1 {
  max-height: 400px;
  overflow: scroll;
}
.footer{
	width:100%;
	height: auto;
  padding: 4px 0;
	background:#fff;
	box-shadow:0px -4px 8px 0px rgba(116,116,116,0.05);
	position: fixed;
	bottom: 0;
	left: 0;
}
.footer ul{
	height: 100%;
	display: flex;
	justify-content: space-around;
	position: relative;
}
.footer ul li{
	width: 20%;
}
.footer ul li a{
	height: 100%;
	display: flex;
  font-size: 12px;
	flex-direction: column;
	justify-content: space-around;
	align-items: center;
	color: #BBBBBB;
}
.footer ul li a img{
	width: 20px;
  padding-bottom: 4px;
}
.active{
  color: #0070E7;
}

.pdfmodel {
  position: fixed;
  padding: 10px;
  z-index: 99;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100vw;
  height: 100vh;
  box-shadow: 0 4px 7px #ccc;
  background: #fff;
}
.close{
  display: flex;
  justify-content: flex-end;
}

/* 返回首页 */
.ub-goBack{
  width: 55px;
  height: 55px;
  box-shadow: 0px 3px 5px 0px #3953af1a;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: solid 0.5px #7eabd24d;
  position: fixed;
  right: 5px;
  bottom: 45px;
  background-image: linear-gradient(180deg, #ffffffe6 0%, #ffffffe6 0%, #ffffff 100%, #ffffff 100%);
}

.ub-goBack_img{
  width: 17.5px;
  height: 17.5px;
}

.ub-goBack_text{
  font-size: 10px;
  line-height: 14px;
  color: #333333;
}

/* 暂无数据 */
.ub-div{
  width: 100%;
  /* font-weight: bold; */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

.ub-noData_img{
  width: 200px;
  height: auto;
  display: block;
  box-sizing: border-box;
  margin: 0 auto;
}

.ub-noData_text{
  text-align: center;
  font-size: 14px;
  color: #A9AAAD;
  margin-top: 10px;
}

.ub-bomBtn{
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  background: #fff;
  box-sizing: border-box;
  padding: 20px;
}

.ub-laxw{
  padding: 2px 4px;
  border-radius: 2px;
  /* width: 42px; */
  height: 18px;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ub-laxw_color1{
  /* background-color: #5fb2f62a; */
  background: #5fb2f6;
  color: #fff;
}

.ub-laxw_color2{
  background: #e1e453;
  /* background-color: #fcff542d; */
  color: #fff;
}

.ub-laxw_color3{
  background: #f5c346;
  /* background: #f5c3462d; */
  color: #fff;
}

.ub-laxw_color4{
  background: #e73322;
  /* background-color: #e732222c; */
  color: #fff;
}

.ub-lwax_color1{
  color: #5fb2f6 !important;
}

.ub-lwax_color2{
  color: #dcdf3f !important;
}

.ub-lwax_color3{
  color: #f5c346 !important;
}

.ub-lwax_color4{
  background: #e73322 !important;
}

.ub-select_in{
    color: #0070E7 !important;
    background: #0091ff28 !important;
    font-weight: bold;
}


.text-wrapper_2_1x{
    padding: 8px;
    background-color: #f4f5f9;
    border-radius: 4px;
    /* height: 34px; */
    margin-bottom: 8px;
    margin-left: 8px;
    width: 23%;
    text-align: center;
    font-size: 12px;
}

.ub-popup_con_2{
    width: 90%;
    margin: 0 auto;
    box-sizing: border-box;
    margin-top: 20px;
    overflow-y: scroll;
    max-height: 400px;
}


.text-wrapper_2_1x:nth-child(1),.text-wrapper_2_1x:nth-child(5),.text-wrapper_2_1x:nth-child(9),
.text-wrapper_2_1x:nth-child(13),.text-wrapper_2_1x:nth-child(17),.text-wrapper_2_1x:nth-child(21),
.text-wrapper_2_1x:nth-child(25),.text-wrapper_2_1x:nth-child(29),.text-wrapper_2_1x:nth-child(33),
.text-wrapper_2_1x:nth-child(25),.text-wrapper_2_1x:nth-child(29),.text-wrapper_2_1x:nth-child(33),
.text-wrapper_2_1x:nth-child(37),.text-wrapper_2_1x:nth-child(41),.text-wrapper_2_1x:nth-child(45),
.text-wrapper_2_1x:nth-child(49),.text-wrapper_2_1x:nth-child(53),.text-wrapper_2_1x:nth-child(57),
.text-wrapper_2_1x:nth-child(61),.text-wrapper_2_1x:nth-child(65),.text-wrapper_2_1x:nth-child(69),
.text-wrapper_2_1x:nth-child(73),.text-wrapper_2_1x:nth-child(77),.text-wrapper_2_1x:nth-child(81),
.text-wrapper_2_1x:nth-child(85),.text-wrapper_2_1x:nth-child(89),.text-wrapper_2_1x:nth-child(93),
.text-wrapper_2_1x:nth-child(97),.text-wrapper_2_1x:nth-child(101),.text-wrapper_2_1x:nth-child(105),
.text-wrapper_2_1x:nth-child(109),.text-wrapper_2_1x:nth-child(113),.text-wrapper_2_1x:nth-child(117),
.text-wrapper_2_1x:nth-child(121),.text-wrapper_2_1x:nth-child(125),.text-wrapper_2_1x:nth-child(129),
.text-wrapper_2_1x:nth-child(133),.text-wrapper_2_1x:nth-child(137),.text-wrapper_2_1x:nth-child(141),
.text-wrapper_2_1x:nth-child(145),.text-wrapper_2_1x:nth-child(149),.text-wrapper_2_1x:nth-child(153),
.text-wrapper_2_1x:nth-child(157),.text-wrapper_2_1x:nth-child(161),.text-wrapper_2_1x:nth-child(165),
.text-wrapper_2_1x:nth-child(169),.text-wrapper_2_1x:nth-child(173),.text-wrapper_2_1x:nth-child(177),
.text-wrapper_2_1x:nth-child(181),.text-wrapper_2_1x:nth-child(185),.text-wrapper_2_1x:nth-child(189),
.text-wrapper_2_1x:nth-child(193),.text-wrapper_2_1x:nth-child(197),.text-wrapper_2_1x:nth-child(201),
.text-wrapper_2_1x:nth-child(205),.text-wrapper_2_1x:nth-child(209),.text-wrapper_2_1x:nth-child(213),
.text-wrapper_2_1x:nth-child(217),.text-wrapper_2_1x:nth-child(221),.text-wrapper_2_1x:nth-child(225),
.text-wrapper_2_1x:nth-child(229),.text-wrapper_2_1x:nth-child(233),.text-wrapper_2_1x:nth-child(237),
.text-wrapper_2_1x:nth-child(241),.text-wrapper_2_1x:nth-child(245),.text-wrapper_2_1x:nth-child(249),
.text-wrapper_2_1x:nth-child(253),.text-wrapper_2_1x:nth-child(257),.text-wrapper_2_1x:nth-child(261),
.text-wrapper_2_1x:nth-child(265),.text-wrapper_2_1x:nth-child(269),.text-wrapper_2_1x:nth-child(273),
.text-wrapper_2_1x:nth-child(277),.text-wrapper_2_1x:nth-child(281),.text-wrapper_2_1x:nth-child(285),
.text-wrapper_2_1x:nth-child(289),.text-wrapper_2_1x:nth-child(293),.text-wrapper_2_1x:nth-child(297),
.text-wrapper_2_1x:nth-child(301),.text-wrapper_2_1x:nth-child(305),.text-wrapper_2_1x:nth-child(307){
    margin-left: 0;
}


.ub-placeListPage {
    position: fixed;
    bottom: -1px;
    width: 100%;
    padding: 10px 12px;
    background: #FFF;
}