.main {
  max-width: 1200px;
  margin: 0 auto;
}

.topmasin {
  display: flex;
  gap: 24px;
}
.mainzuo {
  width: 49%;
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}
.maintop dl {
  width: 100%;
}
.maintop {
  width: 100%;
  height: 48%;
  display: flex;
  gap: 24px;
}
.mainbutton {
  width: 100%;
  height: 48%;
}
.maintop dl dt {
  height: 188px;
  overflow: hidden;
  border-radius: 12px 12px 12px 12px;
}
.maintop dl dt img {
  width: 100%;
  height: 100%;
}
.maintop dl dd p {
 font-family: Arial, Arial;
    font-weight: bold;
    font-size: 14px;
    color: #fff;
    background: #8665f0;
    line-height: 18px;
    text-align: center;
    margin: 8px 0;
    padding: 4px 0;
    border-radius: 10px;
}
.how {
  font-family: Arial, Arial;
  font-weight: bold;
  font-size: 16px;
  color: #333333;
  line-height: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
}

.der {
    padding: 2px 10px;
    display: flex;
    margin-top: 10px;
    align-items: center;
    font-family: Arial, Arial;
    font-weight: 400;
    font-size: 14px;
    color: #5e5c66;
    line-height: 18px;
    background: #8665f0;
    display: inline-block;
    color: #fff;
    border-radius: 10px;
}
.der img {
  width: 16px;
  margin-right: 8px;
  height: 16px;
}
.mainbutton dl {
  height: 100%;
  position: relative;
}
.mainbutton dl dt {
  height: 288px;
  overflow: hidden;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.mainbutton dl dt img {
  width: 100%;
  height: 100%;
}
.mainbutton dl dd {
  position: absolute;
  bottom: 0;
  padding: 24px;
  width: 100%;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.5) 100%
  );
  border-radius: 8px;
}
.hmainbutton {
  font-family: Arial, Arial;
  font-weight: bold;
  font-size: 16px;
  color: #ffffff;
  line-height: 20px;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  overflow: hidden;
}
.ddddr {
  display: flex;
  font-family: Arial, Arial;
  font-weight: 400;
  font-size: 14px;
  color: #fef4f5;
  margin-top: 8px;
  line-height: 18px;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
}

.ddddr img {
  width: 16px;
  height: 16px;
  margin-right: 8px;
}

.mainbuttonpp {
  position: absolute;
  top: 190px;
  left: 0;
  background: #8665f0;
  font-family: Arial, Arial;
  font-weight: bold;
  font-size: 14px;
  color: #ffffff;
  line-height: 18px;
  padding: 4px 24px;
  border-radius: 0px 100px 100px 0px;
}

.h1 {
  font-family: Arial, Arial;
  display: flex;
  align-items: center;
  margin: 24px 0;
  font-weight: 600;
  font-size: 18px;
  color: #333333;
  line-height: 22px;
  justify-content: flex-start;
}

.h1 img {
  width: 20px;
  height: 20px;
  margin-right: 12px;
}

.careermain {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  padding: 24px 90px;
  justify-content: space-between;
margin-bottom: 20px;
  box-shadow: 0px 0px 4px 0px rgba(166, 58, 79, 0.2);
  border-radius: 24px 24px 24px 24px;
}

.careermain dl a {
  width: 100%;
  display: flex;

  align-items: center;
  flex-direction: column;
}

.careermain dl dt {
  width: 84px;
  height: 84px;
  border-radius: 50%;
  overflow: hidden;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.careermain dl dt img {
  width: 100%;
  height: 100%;
}
.careermain dl dd {
  font-family: Arial, Arial;
  font-weight: bold;
  font-size: 16px;
  color: #333333;
  line-height: 20px;

  padding-top: 18px;
}
.mainconle {
  display: flex;
  gap: 40px;
}
.heale {
  width: 30%;
}
.thlrit {
  width: 70%;
}
.rerdinghe dl {
  padding: 12px;
  box-shadow: 0px 0px 4px 0px rgba(166, 58, 79, 0.2);
  border-radius: 12px 12px 12px 12px;
}
.rerdinghe dl dt {
  height: 142px;
  overflow: hidden;
  border-radius: 12px 12px 12px 12px;
  position: relative;
}

.rerdinghe dl dt img {
  width: 100%;
  height: 100%;
}
.rerdinghe dl dt p {
  position: absolute;
  top: 24px;
  font-family: Arial, Arial;
  font-weight: bold;
  font-size: 14px;
  color: #ffffff;
  padding: 4px 24px;
  line-height: 18px;
  border-radius: 0px 12px 12px 0px;
  background: #8665f0;
}

.howwww {
  font-family: Arial, Arial;
  font-weight: bold;
  font-size: 16px;
  color: #333333;
  line-height: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  overflow: hidden;
  margin: 8px 0;
}
.howm {
  display: flex;
  gap: 24px;
  margin-top: 24px;
  flex-direction: column;
}
.howm dl {
  display: flex;
  gap: 12px;
  align-items: center;
}
.howm dl dt {
  width: 50%;
  height: 148px;
  overflow: hidden;
  border-radius: 12px 12px 12px 12px;
}
.howm dl dt img {
  width: 100%;
  height: 100%;
}
.howm dl dd {
  width: 50%;
}
.howm dl dd p {
font-family: Arial, Arial;
    font-weight: bold;
    font-size: 14px;
    line-height: 18px;
    color: #8665f0;
    margin-bottom: 12px;
    padding: 4px 0;
    border-radius: 10px;
}
.deterfa dl {
  display: flex;
  gap: 24px;
  box-shadow: 0px 0px 4px 0px rgba(166, 58, 79, 0.2);
  border-radius: 12px 12px 12px 12px;
  padding: 12px;
  align-items: center;
}

.deterfa dl dt {
  height: 244px;
  border-radius: 12px 12px 12px 12px;
  width: 50%;
  overflow: hidden;
  position: relative;
}

.deterfa dl dt img {
  width: 100%;
  height: 100%;
}

.deterfa dl dt p {
  position: absolute;
  top: 24px;
  font-family: Arial, Arial;
  font-weight: bold;
  font-size: 14px;
  color: #ffffff;
  padding: 4px 24px;
  line-height: 18px;
  border-radius: 0px 12px 12px 0px;
  background: #8665f0;
}

.deterfa dl dd {
  width: 50%;
}
.versa {
  padding-right: 24px;
}
.derder {
  padding-bottom: 24px;
}

.read {
  background: #f7639e;
  border-radius: 12px 12px 12px 12px;
  -webkit-border-radius: 12px 12px 12px 12px;
  -moz-border-radius: 12px 12px 12px 12px;
  -ms-border-radius: 12px 12px 12px 12px;
  -o-border-radius: 12px 12px 12px 12px;
  display: flex;

  font-family: Arial, Arial;
  font-weight: bold;
  font-size: 14px;
  color: #ffffff;
  line-height: 18px;
  text-align: center;
  padding: 12px 48px;
  align-items: center;
  margin-top: 24px;
  width: 54%;
}
.read img {
  width: 16px;

  margin-right: 12px;
}

.erd {
  background: #fef4f5;
  margin: 24px 0px;
  padding: 1px 0;
}
.dlhe,
.fetred {
  max-width: 1200px;
  margin: 0 auto;
}
.mmdhpgu {
  display: flex;
  gap: 24px;
  padding-bottom: 24px;
}

.mmdhpgu dl {
  width: 24%;
}

.mmdhpgu dl dt {
  height: 330px;
}

.homwwdl {
  margin-top: 0px;
  flex-direction: row;
  flex-wrap: wrap;
}
.homwwdl dl {
  width: 48.5%;
}
.aminlerrs {
  gap: 24px;
}
.activsdssd dl {
  margin-bottom: 24px;
}
.uttondl {
  display: none;
}

@media (max-width: 1220px) {
  .main,
  .dlhe,
  .fetred {
    width: 95%;
  }
  .homwwdl dl {
    width: 46%;
  }
  .howm dl dt {
    width: 40%;
  }
  .howm dl dd {
    width: 60%;
  }

  .howm dl dt {
    height: 110px;
  }
  .deterfa dl dt {
    height: 223px;

    width: 36%;
  }
  .read {
    width: 60%;
  }
}
@media (max-width: 1160px) {
  .topmasin {
    flex-direction: column;
  }

  .mainzuo {
    width: 100%;
    flex-direction: column-reverse;
  }
  .mainbutton {
    display: flex;
    gap: 24px;
  }
  .mainbutton dl {
    width: 48%;
  }
  .mainbutton dl dt {
    height: 234px;
  }
  .uttondl {
    display: block;
  }
.careermain {
        padding: 10px 6px;
    }
  .careermain dl dd {
    font-size: 14px;
  }
  .mainconle {
    flex-direction: column;
  }
  .heale {
    width: 100%;
  }

  .tagcloud {
    display: flex;
    gap: 24px;
  }
  .mainconle {
    gap: 0px;
  }
  .thlrit {
    width: 100%;
  }
  .mainbutton {
    flex-wrap: wrap;
  }
  .activsdssd {
    display: flex;
    gap: 24px;
  }

  .homwwdl {
    justify-content: space-between;
  }

  .homwwdl dl {
    width: 48%;
  }
  .howm dl:nth-of-type(n + 3) {
    display: none;
  }
  .homwwdl dl:nth-of-type(n + 3) {
    display: flex;
  }
  .activsdssd dl {
  
    width: 49%;
}
}

@media (max-width: 760px) {
  .mainbutton dl {
    width: 100%;
  }
  .mainzuo {
    gap: 12px;
  }
  .maintop {
    gap: 12px;
  }
  .topmasin {
    gap: 12px;
  }
  .mainbutton {
    gap: 12px;
    padding-bottom: 12px;
  }
  .versa {
    padding-right: 38px;
  }

  .h1 {
    font-size: 16px;
    line-height: 20px;
    margin: 24px 0 12px 0;
  }
  .careermain dl dt {
    width: 72px;
    height: 72px;
  }
  .careermain dl dd {
           font-size: 12px;
    line-height: 18px;
    padding-top: 12px;
  }
  .tagcloud {
    gap: 12px;
    flex-wrap: wrap;
  }
  .careermain {
   
    gap: 2px;
    
}
  .howm {
    gap: 12px;
    margin-top: 12px;
  }

  .read {
    display: none;
  }

  .deterfa dl dd {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }

  .der {
    flex-wrap: wrap;
  }

  .mainbuttonpp {
    font-size: 12px;
    line-height: 16px;
        top: 130px;
  }
  .hmainbutton {
    font-size: 14px;
    line-height: 18px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    overflow: hidden;
  }
  .mainbutton dl dd {
    padding: 12px;
  }
  .ddddr {
    font-size: 12px;

    line-height: 16px;
  }
  .maintop dl dt {
    height: 112px;
    overflow: hidden;
  }

  .maintop dl dd p {
    font-size: 12px;
    line-height: 16px;
    margin: 4px 0;
  }
  .how {
    font-size: 14px;
    line-height: 18px;
  }
  .howm dl dd p {
    margin-bottom: 2px;
  }
  .der {
    font-size: 12px;
    line-height: 16px;
    margin-top: 6px;
    gap: 6px;
  }

  .howwww {
    font-size: 14px;
    line-height: 18px;
    margin: 8px 0;
  }
  .deterfa dl {
    gap: 12px;
  }

  .deterfa dl dt {
    height: 108px;
    width: 50%;
  }

  .rerdinghe dl {
    padding: 8px;
  }
  .deterfa dl {
    gap: 8px;
  }
  .derder {
    padding-bottom: 2px;
  }

  .erd {
    margin: 12px 0px;
  }
  .mmdhpgu dl {
    width: 48%;
  }
  .mmdhpgu dl dt {
    height: 169px;
  }

  .activsdssd {
    gap: 12px;
  }

  .activsdssd dl dt {
    height: 150px;
  }
  .homwwdl dl {
    width: 100%;
  }
  .activsdssd dl {
    margin-bottom: 0px;
    width: 48%;
  }
}
