.container {
  padding: 50px 0;
}

.banner {
  padding: 0;
  position: relative;
}

.banner .wurenji {
  position: absolute;
  right: 238px;
  width: 250px;
  top: 5px;
  background-color: transparent;
}

.w1200 {
  width: 1200px;
  margin: 0 auto;
}

.container1 {
  background: #F9FAFB;
}

.container1 .title {
  width: 442px;
  margin: 0 auto;
  position: relative;
}

.container1 .title > h1 {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  opacity: 0;
}

.container1 .list {
  display: flex;
  justify-content: space-between;
}

.container1 .list .item {
  margin-top: 30px;
  transition: all .5s;
  cursor: pointer;
}

.container1 .list .item:hover {
  margin-top: 10px;
  box-shadow: 0px 3.5px 5.25px -4px rgba(0, 0, 0, 0.1);
}

.container2 .title {
  width: 392px;
  margin: 0 auto;
  position: relative;
}

.container2 .title > h1 {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  opacity: 0;
}

.container2 .list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.container2 .list .item {
  width: 30%;
  margin-top: 30px;
  transition: all .5s;
  cursor: pointer;
}

.container2 .list .item:hover {
  margin-top: 10px;
  box-shadow: 0px 3.5px 5.25px -4px rgba(0, 0, 0, 0.1);
}

.globalbutton {
  margin: 0 auto;
  width: 276px;
  height: 81px;
  margin-top: 50px;
}

.globalbutton button {
  width: 100%;
  height: 100%;
  border-radius: 16.2px;
  font-size: 30px;
  text-align: center;
  background: #3B82F6;
  margin: 0 auto;
  color: #fff;
  border: none;
  cursor: pointer;
}

.globalbutton button:hover {
  background-color: #1E40AF;
}

.container3 {
  background: #F9FAFB;
}

.container3 .title {
  width: 362px;
  margin: 0 auto;
  position: relative;
}

.container3 .title > h1 {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  opacity: 0;
}

.container3 .list {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}

.container3 .list .item {
  width: 48%;
  margin-top: 30px;
  transition: all .5s;
  cursor: pointer;
}

.container3 .list .item:hover {
  margin-top: 10px;
  box-shadow: 0px 3.5px 5.25px -4px rgba(0, 0, 0, 0.1);
}

.container4 .title {
  width: 392px;
  margin: 0 auto;
  position: relative;
}

.container4 .title > h1 {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  opacity: 0;
}

.container4 .list {
  display: flex;
  justify-content: space-around;
  margin-top: 50px;
}

.container4 .list .item {
  width: 30%;
  margin-top: 30px;
  transition: all .5s;
  cursor: pointer;
}

.container4 .list .item:hover {
  margin-top: 10px;
  box-shadow: 0px 3.5px 5.25px -4px rgba(0, 0, 0, 0.1);
}

.container5 {
  background-color: #F3F9FF;
}

.container5 .title {
  width: 440px;
  margin: 0 auto;
  position: relative;
}

.container5 .title > h1 {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  opacity: 0;
}

.container5 .list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.container5 .list .item {
  padding: 30px;
  background-color: #ffffff;
  border-radius: 10px;
  width: 32%;
  margin-top: 50px;
  transition: all .5s;
  cursor: pointer;
}

.container5 .list .item:hover {
  margin-top: 10px;
  box-shadow: 0px 3.5px 5.25px -4px rgba(0, 0, 0, 0.1);
}

.container5 .list .item .item-title {
  display: flex;
  justify-content: space-between;
}

.container5 .list .item .item-title > span:nth-child(1) {
  background-color: #DBEAFE;
  color: #3B82F6;
  border-radius: 10px;
  padding: 3.5px 10px;
}

.container5 .list .item .item-title > span:nth-child(2) {
  background-color: #F3F4F6;
  color: #4B5563;
  border-radius: 10px;
  padding: 3.5px 10px;
}

.container5 .list .item .text1 {
  font-size: 18px;
  margin-top: 20px;
  font-weight: bold;
}

.container5 .list .item .text2 {
  margin-top: 14px;
  font-size: 14px;
  color: #4B5563;
}

.container5 .list .item .button button {
  width: 100%;
  height: 42px;
  border: none;
  margin-top: 30px;
  background-color: #3B82F6;
  color: #ffffff;
  border-radius: 10px;
  cursor: pointer;
}

.container5 .list .item .button button:hover {
  background-color: #b0b7c2;
}

.container6 .title {
  width: 364px;
  margin: 0 auto;
  position: relative;
}

.container6 .title > h1 {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  opacity: 0;
}

.container6 .list {
  display: flex;
  justify-content: space-around;
  margin-top: 50px;
}

.container6 .list .item {
  width: 30%;
  margin-top: 30px;
  transition: all .5s;
  cursor: pointer;
}

.container6 .list .item:hover {
  margin-top: 10px;
  box-shadow: 0px 3.5px 5.25px -4px rgba(0, 0, 0, 0.1);
}

.container6 .list .item img {
  border: 1px #d3d3d3 dashed;
}

.container6 .list .item .text1 {
  font-size: 20px;
  font-weight: bold;
  margin-top: 10px;
}

.container6 .list .item .text2 {
  font-size: 16px;
  margin-top: 20px;
  display: inline-block;
}

input {
  outline: none;
  border: none;
}

.changeShardBox {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  position: fixed;
  left: 0;
  top: 0;
}

.changeShardBox > .changeShard_wrap {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #F5F5F5;
  width: 450px;
  border-radius: 20px;
  padding-bottom: 20px;
  animation: animations .5s linear;
}

.changeShardBox > .changeShard_wrap > .tan_close {
  position: absolute;
  top: -20px;
  right: -25px;
  width: 30px;
  height: 30px;
  cursor: pointer;
}

.changeShardBox > .changeShard_wrap > h3 {
  font-size: 25px;
  text-align: center;
  margin-top: 30px;
  color: #0729AE;
}

.changeShardBox > .changeShard_wrap > .inp_box {
  width: 330px;
  margin: 0 auto;
  height: 50px;
  border: 1px solid #237aeb;
  display: flex;
  align-items: center;
  margin-top: 30px;
  border-radius: 30px;
  overflow: hidden;
  padding-left: 20px;
}

.changeShardBox > .changeShard_wrap > .inp_box > img {
  width: 25px;
  height: 25px;
}

.changeShardBox > .changeShard_wrap > .inp_box > input {
  height: 97%;
  width: 300px;
  background-color: #F5F5F5;
  font-size: 15px;
  margin-left: 10px;
}

.changeShardBox > .changeShard_wrap > .shuoming {
  width: 330px;
  margin: auto;
  text-align: center;
  font-size: 15px;
  margin-top: 10px;
}

.changeShardBox > .changeShard_wrap > .shuoming input {
  width: 20px;
  height: 20px;
}

.changeShardBox > .changeShard_wrap > .shuoming a {
  color: #237aeb;
}

.changeShardBox > .changeShard_wrap > .shuoming > p:nth-child(1) {
  display: flex;
  align-items: center;
  justify-content: center;
}

.changeShardBox > .changeShard_wrap > .btn {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.changeShardBox > .changeShard_wrap > .btn button {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 15px 60px;
  font-size: 20px;
  text-transform: uppercase;
  border: 0;
  background-color: #096bce;
  border-radius: 12px;
  overflow: hidden;
  transition: 31ms cubic-bezier(0.5, 0.7, 0.4, 1);
  cursor: pointer;
}

.changeShardBox > .changeShard_wrap > .btn button:before {
  content: attr(alt);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  inset: 0;
  font-size: 20px;
  font-weight: bold;
  color: white;
  letter-spacing: 4px;
  opacity: 1;
}

.changeShardBox > .changeShard_wrap > .btn button:active {
  box-shadow: none;
  transform: translateY(7px);
  transition: 35ms cubic-bezier(0.5, 0.7, 0.4, 1);
}

.changeShardBox > .changeShard_wrap > .btn button:hover:before {
  transition: all .0s;
  transform: translateY(100%);
  opacity: 0;
}

.changeShardBox > .changeShard_wrap > .btn button i {
  color: white;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 4px;
  font-style: normal;
  transition: all 2s ease;
  transform: translateY(-20px);
  opacity: 0;
}

.changeShardBox > .changeShard_wrap > .btn button:hover i {
  transition: all .2s ease;
  transform: translateY(0px);
  opacity: 1;
}

.changeShardBox > .changeShard_wrap > .btn button:hover i:nth-child(1) {
  transition-delay: 0.045s;
}

.changeShardBox > .changeShard_wrap > .btn button:hover i:nth-child(2) {
  transition-delay: calc(0.045s * 3);
}

.changeShardBox > .changeShard_wrap > .btn button:hover i:nth-child(3) {
  transition-delay: calc(0.045s * 4);
}

.changeShardBox > .changeShard_wrap > .btn button:hover i:nth-child(4) {
  transition-delay: calc(0.045s * 5);
}

@keyframes animations {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fade-in-left {
  0% {
    transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
