body * {
  box-sizing: border-box;
  flex-shrink: 0;

}

body {
  background: #FFFFFF;
  font-family: PingFangSC, PingFang SC;
  margin: 0;
  scrollbar-width: none;
  scrollbar-color: transparent transparent;
}

body::-webkit-scrollbar {
  display: none;
}

input {
  background-color: transparent;
  border: 0;
}

p,
h1,
h2,
h3 {
  margin: 0;
  padding: 0;
}

ul,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}

button {
  border: none;
}


.c-header {
  position: fixed;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 1.26rem;
  background: #004D9D;
  padding: 0 0.5rem 0 0.5rem;
  display: flex;
  align-items: center;
}



.c-header .txt {
  font-size: 0.36rem;
  color: #FFFFFF;
  line-height: 0.5rem;
  text-transform: uppercase;
}

.c-header .back {
  width: 0.18rem;
  height: 0.28rem;
  margin-right: 0.52rem;
}

.i-header {
  position: fixed;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 1.44rem;
  background: #FFFFFF;
  padding: 0 0.48rem 0 0.48rem;
  display: flex;
  align-items: center;
}

.i-header .i-logo {
  width: 2.2rem;
  height: 0.76rem;
}

.i-header .i-logo-txt {
  margin-left: 0.24rem;
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 0.6rem;
  color: #004D9D;
  line-height: 0.64rem;
}

.i-header .i-menu {
  margin-left: auto;
  width: 0.48rem;
  height: 0.48rem;
}






.i-main {
  padding-top: 1.44rem;
  overflow-y: scroll;
}

.c-main {
  padding-top: 1.26rem;

  overflow-y: scroll;
}

.bg-main{
  background-image: linear-gradient(#004D9D, #175CA4, #FFFFFF);
  background-size: 100% 8.4rem;
  background-repeat: no-repeat;
  background-position: top;
}

.main {
  overflow-y: scroll;
}





.ez-img-square {
  border-radius: 0.24rem;
  width: 100%;
  object-fit: cover;
}



.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ellipsis-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ellipsis-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.flex {
  display: flex;
}


.ez-scroll-x {
  width: 100%;
  overflow-x: scroll;
  overflow-y: hidden;
  /* white-space: nowrap; */
}

.ez-btn-1 {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 1rem;
  background-color: unset;
  border: 0.02rem solid #004D9D;
  border-radius: 0.16rem;
  font-weight: 400;
  font-size: 0.3rem;
  line-height: 0.42rem;
  color: #004D9D;
  text-transform: uppercase;

}

.ez-btn-2 {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.16rem;
  height: 1rem;
  background: #004D9D;
  font-size: 0.3rem;
  color: #FFFFFF;
  line-height: 0.42rem;
  text-transform: uppercase;

}



.ez-input {
  background: #F7FAFD;;
  height: 1rem;
  padding: 0 0.3rem;
  border-radius: 0.16rem;
  border: 0.02rem solid #AECBEB;
  font-weight: 400;
  font-size: 0.3rem;
  color: #979797;
  line-height: 0.42rem;
  outline: none;

}

.ez-input::placeholder {
  font-weight: 400;
  font-size: 0.3rem;
  color: #979797;
  line-height: 0.42rem;
}

.ez-input::-webkit-input-placeholder {
  font-weight: 400;
  font-size: 0.3rem;
  color: #979797;
  line-height: 0.42rem;
}

.ez-input:-moz-placeholder {
  font-weight: 400;
  font-size: 0.3rem;
  color: #979797;
  line-height: 0.42rem;
}

.ez-input::-moz-placeholder {
  font-weight: 400;
  font-size: 0.3rem;
  color: #979797;
  line-height: 0.42rem;
}

.ez-input:-ms-input-placeholder {
  font-weight: 400;
  font-size: 0.3rem;
  color: #979797;
  line-height: 0.42rem;
}

.tabs-box {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 0.8rem;
  padding: 0.08rem 0.06rem;
  background: #FAFAFA;
  border-radius: 0.24rem;
}

.tabs-box .tab {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;


  font-size: 0.24rem;
  color: #737373;
  line-height: 0.38rem;
}

.tabs-box .tab.active {
  color: #004D9D;
  font-weight: 500;
  position: relative;
  background: #FFFFFF;
  border-radius: 0.16rem;
}