@media screen and (max-width: 2560px) {
  .pool {
    width: 100%;
    height: 1100px;
    background: url('../image/pool1920.jpg') no-repeat center;
  }
}
@media screen and (max-width: 1680px) {
  .pool {
    width: 100%;
    height: 1100px;
    background: url('../image/pool1680950.jpg') no-repeat;
  }
}

@media screen and (max-width: 1600px) {
  .pool {
    width: 100%;
    height: 1000px;
    background: url('../image/pool1600900.jpg') no-repeat;
  }
}
@media screen and (max-width: 1440px) {
  .pool {
    width: 100%;
    height: 900px;
    background: url('../image/pool1440900.jpg') no-repeat;
  }
}
@media screen and (max-width: 1366px) {
  .pool {
    width: 100%;
    height: 900px;
    background: url('../image/pool1366700.jpg') no-repeat;
  }
}

@media screen and (max-width: 1280px) {
  .pool {
    width: 100%;
    height: 900px;
    background: url('../image/pool1280800.jpg') no-repeat;
  }
}
.pool{
  font-size: 0.16rem;
  position: relative;
}
.w{
  /* border: 1px solid #ccc; */
}
.header{
  height: 1.5rem;
}
.pool-content{
  width: 9rem;
  margin-left: 2.5rem;
}
.title{
  font-size:0.18rem;
  font-weight: 600;
  color: red;
}
.pool-right{
  width: 3.5rem;
  margin-right: 0.5rem;
}
.one{
  margin-top: 0.2rem;
  font-size: 0.14rem
}
.one img{
  width: 3.5rem;
  transition: all 0.6s;
  cursor: pointer;
 
}
.one img:hover{
  transform: scale(1.2);
}

.copy{
  color: #fff;
  font-weight: 600;
}
.logo img{
margin-left: 0.5rem;
}