@media screen and (max-width: 2560px) {
  .customized {
    width: 100%;
    height: 1100px;
    background: url('../image/APPLICATIONS1920.jpg') no-repeat center;
  }
}

@media screen and (max-width: 1680px) {
  .customized {
    width: 100%;
    height: 950px;
    background: url('../image/APPLICATIONS1680950.jpg') no-repeat;
  }
}

@media screen and (max-width: 1600px) {
  .customized {
    width: 100%;
    height: 900px;
    background: url('../image/APPLICATIONS1600900.jpg') no-repeat;
  }
}

@media screen and (max-width: 1440px) {
  .customized {
    width: 100%;
    height: 900px;
    background: url('../image/APPLICATIONS1440900.jpg') no-repeat;
  }
}

@media screen and (max-width: 1366px) {
  .customized {
    width: 100%;
    height: 800px;
    background: url('../image/APPLICATIONS1366800.jpg') no-repeat;
  }
}

@media screen and (max-width: 1280px) {
  .customized {
    width: 100%;
    height: 800px;
    background: url('../image/APPLICATIONS1280800.jpg') no-repeat;
  }
}
body{
  background: rgb(248, 249, 251);
}
.customized {
  font-size: 0.16rem;
  position: relative;
}

.w {
  /* border: 1px solid; */
}
.describe{
font-style: italic;
}
.header {
 display: flex;
  height: 2.9rem;
  margin-left: -1.5rem;
}
.logo{
  margin-top: 1rem;
}
.title {
  /* background: red; */
  height: 0.5rem;
  font-size: 0.20rem;
  font-weight: 600;
  text-decoration: underline;
  margin-left: -0.5rem;
  margin-top: 2rem;
}

.content {
  display: flex;
}

.content-left {
  width: 70%;
}

.content-right {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.content-right img {
  width: 3rem;
  cursor: pointer;
  transition: all 0.6s;  
}
.content-right img:hover{
  transform: scale(1.2);
}
.content-right img:nth-child(1) {
  margin-top: -0.5rem;
  margin-bottom: 0.3rem;
}

.content-right img:nth-child(2) {
  width: 4.5rem;
}

.content-title {
  font-size: 0.18rem;
  color: red;
  font-weight: 600;
}

.content-left span {
  cursor: pointer;
}

.content-left span {
  color: red;
}
.one{
  margin-top: 0.2rem;
}
.hidden{
  display: none;
}
.epr{
  text-indent: 2em;
}
.copy{
  color: #000;
}