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

a{
  text-decoration: none;
  color: #1973F7;
}

body{
  background-color: #ffffff;
  width: 750px;
  margin: 0 auto;
  font-size: 20px;
  font-weight: 400;
  padding-bottom: 106px;
}

img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

input::-webkit-input-placeholder{
  color: rgba(0, 0, 0, .4);
}

ul {
  list-style: none;
}

.fs-26{
  font-size: 26px;
}
.sp-45{
  letter-spacing: 45px;
  white-space: nowrap;
}
.sp-2{
  letter-spacing: 2px;
  white-space: nowrap;
}
.sp-10{
  letter-spacing: 10px;
  white-space: nowrap;
}


nav{
  position: fixed;
  bottom: -1px;
  height: 140px;
  width: 750px;
  display: flex;
  align-items: flex-end;
  z-index: 99999;
}

nav ul {
  width: 100%;
  display: flex;
  height: 108px;
  background-color: #fff;
  border-top: 1px solid rgba(218, 232, 237, 1);
  box-shadow: 0px -5px 21px 0px rgba(192, 220, 255, 0.33);
}
nav ul::before{
  content: '';
  display: inline-block;
  width: 139px;
  height: 139px;
  box-sizing: border-box;
  border-radius: 100%;
  background: #ffffff;
  position: absolute;
  left: calc(50% - 69.5px);
  bottom: 0px;
  border: 1px solid rgba(218, 232, 237, 1);
  box-shadow: 0px 5px 21px 0px rgba(192, 220, 255, 0.41);
  z-index: -1;
}

nav ul li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex: 1;
  position: relative;
  /* margin-left: 20px; */
}
nav ul li.active p{
  color: #1973F7;
}
nav ul li img{
  height: 45px;
  object-fit: contain;
}
nav ul li p{
  height: 20px;
  margin-top: 5px;
  text-align: center;
  color: #333333;
}
nav ul li:nth-of-type(3)::before{
  content: '';
  display: inline-block;
  width: 137px;
  height: 137px;
  border-radius: 100%;
  background: #ffffff;
  position: absolute;
  bottom: 0px;
}

nav ul li:nth-of-type(3)::after{
  content: '';
  display: inline-block;
  width: 106px;
  height: 106px;
  border-radius: 100%;
  background: linear-gradient(158deg, #d9eafe 0%, #f0f6fe 100%);
  position: absolute;
  bottom: 12px;
  z-index: 1;
}

nav ul li:nth-of-type(3) img{
  z-index: 2;
  height: 40px;
}


.search-box{
  position: fixed;
  top: 0;
  background-color: #fff;
}
#filter{
  position: fixed;
  top: 129px;
  background-color: #fff;
  width: 100%;
}
#filter .tab-box div{
  flex:1;
  justify-content: center;
}
#filter .tab-content{
  max-height: 50vh;
  display: flex;
}
#filter .mask{
  position: fixed;
  height: 100vh;
  width: 100%;
  background-color: rgba(0, 0, 0, .2);
}
#filter .tab-content>ul{
  flex: 1;
  min-height: 30vh;
  overflow: auto;
  background-color: #f6f6f6;
}
#filter .tab-content>ul:nth-of-type(1){
  background-color: #ffffff;
}
#filter .tab-content>ul li{
  height: 80px;
  line-height: 80px;
  font-size: 26px;
  padding: 0 20px;
  overflow: hidden;
  border-bottom: 1px solid #d9eafe;
  text-align: center;
}
#filter .tab-content>ul li.active{
  color: #1973F7;
  background-color: #f6f6f6;
}


.common-content{
  margin-top: 20px;
  border-top: 1px solid rgba(218, 232, 237, 1);
  border-bottom: 1px solid rgba(218, 232, 237, 1);
  background-color: #ffffff;
  padding-bottom: 40px;
}
.common-content .title{
  height: 88px;
  padding-left: 45px;
  position: relative;
  border-bottom: 1px solid #DAE8ED;
}
.common-content .title::before{
  content: "";
  display: inline-block;
  position: absolute;
  top: 35px;
  left: 30px;
  width: 4px;
  height: 22px;
  border-radius: 1px;
  background: linear-gradient(70deg, rgba(4, 91, 240, 1) 0%, rgba(45, 138, 253, 1) 100%);
}
.common-content .title h2{
  font-size: 26px;
  font-weight: 700;
  line-height: 88px;
  color: rgba(51, 51, 51, 1);
}
.common-content .look-more{
  width: 700px;
  margin: auto;
  height: 70px;
  border-radius: 10px;
  background: rgba(247, 253, 255, 1);
  border: 1px solid rgba(218, 232, 237, 1);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
}
.common-content .look-more img{
  width: 11px;
  height: 19px;
  margin-left: 10px;
  margin-top: 1.5px;
}





.customerWinInfo{
  width: 160px;
  height: 36px;
  font-size: 16px;
  line-height: 36px;
  text-align: center;
  color: #000000;
  background-color: #ffffff;
  border-radius: 36px;
  transform: scale(1.5);
  position: relative;
}
.customerWinInfo::after{
  display: inline-block;
  content: '';
  position: absolute;
  left: calc(50% - 8px);
  bottom: -15px;
  border: 8px solid transparent;
  border-top-color: #ffffff;
}

.more{
  text-align: center;
  height: 100px;
  line-height: 100px;
}

.phone-num{
  padding-top: 15px;
  font-size: 34px !important;
  font-weight: bold !important;
  color: #1973F7 !important;
}

.hide-more{
  width: 700px;
  text-overflow: ellipsis;
  overflow : hidden;
  display: -webkit-box !important;
  height: 200px;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}


input[type="search"] {
  -webkit-appearance: none;
  background-color: transparent;
}