* {
  margin: 0;
  padding: 0;
}
.footerBox {
  /* background-color: #000; */
}
.header,
.saff,
.logo {
  width: 100%;
  margin: auto;
  max-width: 1430px;
  padding: 80px 50px;
}
/* kaishi */
.headerbox {
  background-color: #121826;
}
.header {
  opacity: 1;
}
.headertitle {
  font-size: 51px;
  color: #fff;
  text-align: center;
  font-weight: 600;
  margin-bottom: 40px;
  margin-top: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.headermorebox {
  display: flex;
  /* justify-content: end; */
  justify-content: center;
}
.headermore {
  display: flex;
  cursor: pointer;
  width: 108px;
  white-space: nowrap;
  flex-shrink: 0;
  text-align: center;
  border-radius: 48px;
  padding: 8px 12px 8px 16px;
  background-image: linear-gradient(to right, #027dfc, #0263fe);
}
.headermoretext {
  font-size: 13px;
  margin-left: 5px;
  line-height: 23px;
  color: #fff;
}
.headermoreimg {
  display: flex;
  align-items: center;
}
.headermoreline {
  width: 0px;
  margin-left: 5px;
  height: 16px;
  margin-top: 0.5px;
  transition: all 0.3s;
  transition-timing-function: linear;
}
.headermorearrow {
  margin-left: -5px;
  width: 16px;
  height: 16px;
  margin-top: 0.5px;
  transition: all 0.3s;
  transition-timing-function: linear;
}
.headermore:hover .headermoreline {
  width: 16px;
}
.headermore:hover .headermorearrow {
  margin-left: -16px;
}
.headerremake,
.headerremake1 {
  font-size: 17px;
  color: #9098ab;
  text-align: center;
  line-height: 28px;
  margin-bottom: 64px;
}
.headercontent {
  margin-top: 110px;
}
.headeritem {
  display: flex;
  flex-direction: column;
  align-items: center;
  /* padding: 8px; */
  margin-top: 20px;
  border-radius: 10px;
  background-color: transparent;
  /* border: 1px solid #e6e6e6; */
}
.headeritem1 {
  position: relative;
}
.headeritem1::after {
  content: "";
  position: absolute;
  width: 150px;
  height: 1px;
  background-color: #3f3f46;
  background: linear-gradient(
    to right,
    #3f3f4600 0%,
    #3f3f46 20%,
    #3f3f46 80%,
    #3f3f4600 100%
  );
  right: -85px;
  top: 20px;
}
.headeritemimg {
  width: 40px;
  margin-bottom: 24px;
  color: #fff;
  border: 1px solid #3f3f46;
  border-radius: 10px;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  height: 40px;
  background: linear-gradient(
    136.82deg,
    hsla(0, 0%, 100%, 0.08) 9.54%,
    hsla(0, 0%, 100%, 0) 101.31%
  );
}
.headeritemtitle {
  font-size: 15px;
  color: #939db8;
  text-align: center;
  line-height: 28px;
}
.headeritemimg img {
  width: 100%;
  margin-bottom: 2px;
}
.try {
  background-color: #1a202f;

  border-radius: 10px;
  border: 1px solid #2c3545;
  max-width: 1330px;
  padding: 40px 0;
  margin-top: 80px;
}
.tryitem {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.tryimg img {
  width: 40px;
  height: 40px;
  margin-bottom: 20px;
}
.trymore {
  width: 120px;
  height: 40px;
  line-height: 40px;
  background-image: linear-gradient(to right, #027dfc, #0263fe);
  color: #fff;
  font-size: 13px;
  border-radius: 40px;
  margin-top: 20px;
}
.trytitle {
  font-size: 20px;
  color: #fff;
  margin-bottom: 12px;
  font-weight: 600;
}
.tryremake {
  color: #939db8;
  font-size: 15px;
  line-height: 30px;
}
/*--------------------- logo ----------------------------*/
.likedbox {
  background-color: #121826;
}
.liked {
  width: 100%;
  margin: auto;
  padding-top: 0;
  max-width: 1430px;
  padding-bottom: 80px;
  /* padding-top: 50px; */
  position: relative;
  overflow: hidden;
}
.likedtitle {
  color: #939db8;
  font-size: 17px;
  text-align: center;
  margin-bottom: 30px;
  margin-top: 60px;
}
.likedback {
  background: linear-gradient(
    to right,
    #121826 4%,
    #12182600 20%,
    #12182600 80%,
    #121826 96%
  );
  position: absolute;
  width: 100%;
  height: 68px;
  z-index: 99;
}
.likedimg {
  width: 4845px;
  display: flex;
  align-items: center;
  position: relative;
  left: 0px;
  top: 0px;
  z-index: 1;
  animation: mymove 60s 1s infinite linear;
}
@keyframes mymove {
  from {
    left: 0px;
  }
  to {
    left: -2430px;
  }
}
.likedimg img {
  margin-top: 30px;
  width: 2400px;
  /* width: 9%; */
  margin-left: 15px;
  margin-right: 15px;
  object-fit: contain;
}
/*--------------------- logo ----------------------------*/
.tpisbox {
  background-color: #121826;
}
.tpis {
  width: 100%;
  margin: auto;
  max-width: 1430px;
  padding: 80px 50px;
  /* padding-top: 0; */
}
.tpistitle {
  font-size: 32px;
  color: #fff;
  text-align: center;
  font-weight: 600;
  margin-bottom: 32px;
}
.tpisremake {
  font-size: 17px;
  color: #939db8;
  text-align: center;
  line-height: 28px;
}
.tpismore {
  height: 40px;
  width: 160px;
  background-image: linear-gradient(to right, #027dfc, #0263fe);
  color: #fff;
  font-size: 16px;
  border-radius: 40px;
  line-height: 40px;
  text-align: center;
}
.tpismore {
  img {
    margin-right: 8px;
    height: 16px;
    margin-bottom: 3px;
    width: 16px;
  }
}
.tpismore:hover {
  background-image: linear-gradient(to right, #095ace, #095ace);
  cursor: pointer;
}
.tpisconitem {
  padding: 32px;
  border: 1px solid #2c3545;
  border-radius: 10px;
  margin-top: 30px;
}
.tpiscontitle {
  margin-bottom: 12px;
  font-size: 20px;
  color: #fff;
  font-weight: 600;
}
.tpisconremake {
  font-size: 15px;
  color: #939db8;
  line-height: 30px;
}
.tpistop {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-bottom: 32px;
}
/*--------------------- quest ----------------------------*/
.ctectbox,
.news {
  background-color: #121826;
  /* background-image: radial-gradient(
    1000px 1000px at 50% 60%,
    rgba(0, 88, 255, 0.2),
    rgba(1, 4, 26, 0) 40%
  ); */
}
.news img {
  width: 100%;
}
.ctect {
  max-width: 1430px;
  padding: 80px 50px;
  margin: auto;
  padding-bottom: 60px;
  padding-bottom: 100px;
  width: 100%;
}
.ctecttopbox {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 34px;
  flex-wrap: wrap;
}
.ctecttitle {
  font-size: 32px;
  color: #fff;
  /* text-align: center; */
  font-weight: 600;
  height: 46px;
}
.ctectremake {
  font-size: 17px;
  color: #939db8;
  line-height: 30px;
  /* text-align: center; */
  margin-top: 20px;
}
.ctectconbox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.ctectcon {
  flex: 1;
  margin-right: 30px;
  padding: 32px;
  margin-top: 30px;
  border-radius: 10px;
  border: 1px solid #2c3545;
}
.ctectcon:nth-child(3) {
  margin-right: 0;
}
.ctectconimg img {
  width: 24px;
}
.ctectcontitle {
  margin-top: 24px;
  margin-bottom: 12px;
  font-size: 20px;
  color: #fff;
  font-weight: 600;
}
.ctectconremake {
  font-size: 15px;
  color: #939db8;
}
.ctectbom {
  margin-bottom: 5px;
}
.ctectbomtext {
  margin-bottom: 32px;
  font-size: 20px;
  text-align: center;
  color: #fff;
  font-weight: 600;
}
.ctectbomimg {
  text-align: center;
}
.ctectbomimg img {
  width: 80px;
  margin-right: 64px;
}
.ctectbomimg img:nth-child(3) {
  margin-right: 0;
}
.ctectheng {
  /* margin: 64px 0; */
}

.ctectmore {
  display: flex;
  cursor: pointer;
  width: 156px;
  white-space: nowrap;
  flex-shrink: 0;
  text-align: center;
  border-radius: 48px;
  margin-top: 32px;
  padding: 8px 12px 8px 16px;
  background-image: linear-gradient(to right, #027dfc, #0263fe);
}
.ctectmoretext {
  font-size: 13px;
  margin-left: 5px;
  line-height: 23px;
  color: #fff;
}
.ctectmoretext img {
  width: 16px;
  height: 16px;
  margin-right: 5px;
}
.ctectmoreimg {
  display: flex;
  align-items: center;
}
.ctectmoreline {
  width: 0px;
  margin-left: 5px;
  height: 16px;
  margin-top: 0.5px;
  transition: all 0.3s;
  transition-timing-function: linear;
}
.ctectmorearrow {
  margin-left: -5px;
  width: 16px;
  height: 16px;
  margin-top: 0.5px;
  transition: all 0.3s;
  transition-timing-function: linear;
}
.ctectmore:hover .ctectmoreline {
  width: 16px;
}
.ctectmore:hover .ctectmorearrow {
  margin-left: -16px;
}
.ctectcondis {
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
  padding: 0;
  margin-right: 0;
}
.ctectcondis .ctectcontextbox {
  padding: 64px;
  padding-left: 32px;
}
.ctectcondis .ctectcontitle {
  margin-top: 0;
}
.ctectheng .proconmore {
  width: 292px;
}
.ctectcondisimg {
  width: 50%;
  height: 282px;
}
.ctectcondisimg img {
  width: 100%;
}
/*--------------------- quest ----------------------------*/

.hangbox {
  background-color: #121826;
}
.hang {
  max-width: 1430px;
  padding: 80px 50px;
  margin: auto;
  width: 100%;
}
.hangtitle {
  font-size: 32px;
  color: #fff;
  text-align: center;
  font-weight: 600;
  margin-bottom: 20px;
  height: 46px;
}
.hangremake {
  font-size: 17px;
  color: #939db8;
  line-height: 30px;
  margin-bottom: 34px;
  margin-top: 20px;
  text-align: center;
}
.hangconbox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.hangcon {
  margin-top: 30px;
  min-width: 30%;
  flex: 1;
  border-radius: 10px;
  /* background-color: #1c2232; */
  border: 1px solid #2c3545;
  margin-right: 30px;
  overflow: hidden;
}
.hangcontextbox {
  padding: 32px;
  /* padding-top: 24px; */
}
.hangcon:nth-child(3n) {
  margin-right: 0;
}
.hangcontitle {
  margin-top: 20px;
  font-size: 20px;
  color: #fff;
  height: 29px;
  font-weight: 600;
}
.hangconheng {
  width: 100%;
  height: 4px;
  background: linear-gradient(to right, #007dfc, #007dfc00 80%);
  margin: 24px 0;
}
.hangconremake {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 12px;
}
.hangconremakeimg img {
  width: 20px;
  margin-bottom: 24px;
}
.hangconremakebox {
  min-height: 90px;
}
.hangconremake2 {
  font-size: 15px;
  line-height: 30px;
  color: #939db8;
  position: relative;
}

.hangconimg {
  /* margin-top: 32px; */
  background-image: url(../image/tryProduct/1.jpg);
  height: 240px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hangconimg img {
  width: 120px;
}
.hangconlink {
  display: flex;
  align-items: center;
  cursor: pointer;
  margin-top: 48px;
}
.hangconlinktext {
  font-size: 16px;
  color: #007dfc;
}
.hangconlinkimg img {
  width: 16px;
  height: 16px;
  margin-left: 5px;
  margin-bottom: 3px;
  transition: all 0.3s; /* 通过名字链接，名字，时间*/
  transition-timing-function: linear; /* 匀速执行 */
}
.hangconlink:hover .hangconlinkimg img {
  margin-left: 10px;
}
.hangconremake2 img {
  width: 16px;
  margin-right: 8px;
  margin-bottom: 1px;
}
/*--------------------- quest ----------------------------*/

.proconmore {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.proconmoretext {
  font-size: 16px;
  color: #007dfc;
}
.proconmoretext br {
  display: none;
}
.proconmoretext span {
  color: #939db8;
}
.proconmoreimg img {
  width: 16px;
  height: 16px;
  margin-left: 5px;
  margin-bottom: 3px;
  transition: all 0.3s; /* 通过名字链接，名字，时间*/
  transition-timing-function: linear; /* 匀速执行 */
}
.proconmore:hover .proconmoreimg img {
  margin-left: 10px;
}

.morelink {
  margin-top: 48px;
  display: flex;
  justify-content: center;
}
.morelink .proconmore {
  width: 287px;
}
/*--------------------- quest ----------------------------*/
.morbox {
  background-color: #121826;
  /* background-image: url(../image/OneSoft/bom-banner.svg); */
  background-position: center;
  background-size: 65%;
  /* background-size: cover; */
  background-repeat: no-repeat;
}
.mor {
  width: 100%;
  margin: auto;
  max-width: 1430px;
  padding: 80px 50px;
}
.mortitle {
  font-size: 32px;
  color: #fff;
  text-align: center;
  font-weight: 600;
}
.morremake {
  font-size: 17px;
  color: #939db8;
  line-height: 30px;
  margin-top: 20px;
  text-align: center;
  margin-bottom: 34px;
}
.morconbox {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.morcon {
  width: 30%;
  border-radius: 10px;
  overflow: hidden;
  margin-top: 30px;
}
.morconimg img {
  width: 100%;
}
.morcontextbox {
  /* background: linear-gradient(to bottom,#1c2232,#1c223200 80%); */
  background-color: #1c2232;
  padding: 32px;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.morcontitle {
  margin-bottom: 24px;
  font-size: 20px;
  color: #fff;
  font-weight: 600;
}
.morconremake2 {
  font-size: 15px;
  line-height: 26px;
  color: #fff;
  text-align: center;
}
.morconlink {
  width: 90px;
  display: flex;
  align-items: center;
  cursor: pointer;
  margin-top: 52px;
}
.morconlinktext {
  font-size: 16px;
  color: #007dfc;
}
.morconlinkimg img {
  width: 16px;
  height: 16px;
  margin-left: 5px;
  margin-bottom: 3px;
  transition: all 0.3s; /* 通过名字链接，名字，时间*/
  transition-timing-function: linear; /* 匀速执行 */
}
.morconlink:hover .morconlinkimg img {
  margin-left: 10px;
}

.lastbox {
  background-color: #121826;
  background-image: url(../image/tryProduct/bomban.jpg);
  background-position: center;
  background-size: 65%;
  background-repeat: no-repeat;
}
.last {
  width: 100%;
  margin: auto;
  max-width: 1430px;
  padding: 80px 50px;
  padding-top: 100px;
}
.lasttitle {
  font-size: 32px;
  color: #fff;
  text-align: center;
  font-weight: 600;
}
.lastremake {
  font-size: 17px;
  color: #939db8;
  line-height: 30px;
  margin-top: 20px;
  text-align: center;
}
.last1more {
  display: flex;
  cursor: pointer;
  width: 108px;
  white-space: nowrap;
  flex-shrink: 0;
  text-align: center;
  border-radius: 48px;
  padding: 8px 12px 8px 16px;
  background-image: linear-gradient(to right, #027dfc, #0263fe);
}
.last1moretext {
  font-size: 13px;
  margin-left: 5px;
  line-height: 23px;
  color: #fff;
}
.last1moreimg {
  display: flex;
  align-items: center;
}
.last1moreline {
  width: 0px;
  margin-left: 5px;
  height: 16px;
  margin-top: 0.5px;
  transition: all 0.3s;
  transition-timing-function: linear;
}
.last1morearrow {
  margin-left: -5px;
  width: 16px;
  height: 16px;
  margin-top: 0.5px;
  transition: all 0.3s;
  transition-timing-function: linear;
}
.last1more:hover .last1moreline {
  width: 16px;
}
.last1more:hover .last1morearrow {
  margin-left: -16px;
}
.lastmore {
  display: flex;
  margin-top: 50px;
  align-items: center;
  justify-content: center;
}
.lastmoreitem {
  height: 40px;
  width: 100px;
  color: #fff;
  font-size: 13px;
  line-height: 23px;
  border-radius: 48px;
  padding: 8px 16px 8px 16px;
  text-align: center;
  background-image: linear-gradient(to right, #121826, #121826);
  margin-left: 20px;
  border: 1px solid rgb(47, 54, 71);
}
.lastmoreitem:hover {
  background-image: linear-gradient(to right, #0b0e16, #0b0e16);
  cursor: pointer;
}
.tryis,
.headerremake1 {
  display: none;
}
/* -----------------------powe-------------------------------- */

@media only screen and (min-width: 991px) and (max-width: 1200px) {
  .headerremake br {
    display: none;
  }
  .hangcontextbox {
    padding: 20px;
    min-height: 216px;
  }
  .hangcon {
    min-width: 45%;
  }
  .hangcon:nth-child(2n) {
    margin-right: 0;
  }
  .hangcon:nth-child(2n-1) {
    margin-right: 30px;
  }
}
@media only screen and (min-width: 786px) and (max-width: 990px) {
  .headerremake br,
  .tpisremake br {
    display: none;
  }
  .hangcontextbox {
    padding: 20px;
    min-height: 216px;
  }
  .hangcon {
    min-width: 45%;
  }
  .hangcon:nth-child(2n) {
    margin-right: 0;
  }
  .hangcon:nth-child(2n-1) {
    margin-right: 30px;
  }
  .try {
    display: none;
  }
  .tryis {
    display: block;
  }
  .tryisbox {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .tryismore {
    width: 200px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background-image: linear-gradient(to right, #027dfc, #0263fe);
    color: #0b0c1b;
    font-size: 13px;
    border-radius: 40px;
    margin-top: 20px;
  }
  .tryismore1 {
    color: #fff;
  }
  .tryismore img {
    width: 16px;
    margin-right: 8px;
    margin-bottom: 2px;
  }
  .tryismorebox {
    padding: 20px 0;
  }
  .tryismoretext {
    font-size: 14px;
    color: #fff;
    padding: 10px 0;
  }
  .tryismoretext img {
    width: 14px;
    margin-right: 8px;
    margin-bottom: 2px;
  }
  .tryismorebtnbigbox {
    display: flex;
    align-items: center;
  }
  .tryismorebtn {
    display: flex;
    cursor: pointer;
    width: 108px;
    flex-shrink: 0;
    white-space: nowrap;
    text-align: center;
    border-radius: 48px;
    padding: 8px 12px 8px 16px;
    background-color: #fff;
    margin-top: 8px;
  }
  .tryismorebtntext {
    font-size: 13px;
    margin-left: 5px;
    line-height: 20.8px;
    font-weight: 400;
    color: #0b0c1b;
  }
  .tryismorebtnimg {
    display: flex;
    align-items: center;
  }
  .tryismorebtnline {
    width: 0px;
    margin-left: 5px;
    height: 16px;
    margin-bottom: 1px;
    transition: all 0.3s;
    transition-timing-function: linear;
  }
  .tryismorebtnarrow {
    margin-left: -5px;
    width: 16px;
    height: 16px;
    margin-bottom: 1px;
    transition: all 0.3s;
    transition-timing-function: linear;
  }
}
@media only screen and (min-width: 575px) and (max-width: 786px) {
  .hangcon {
    min-width: 100%;
    margin-right: 0;
  }
  .morcon {
    width: 100%;
    margin-right: 0;
    margin-top: 30px;
    flex: none;
  }

  .headerconremake br,
  .headerremake br,
  .tpisremake br,
  .lastremake br,
  .tryremake br,
  .headertitle span,
  .headerremake span,
  .tpisremake br {
    display: none;
  }
  .morconbox {
    display: block;
  }
  .try {
    display: none;
  }
  .tryis {
    display: block;
  }
  .tryisbox {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .tryismore {
    width: 200px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background-image: linear-gradient(to right, #027dfc, #0263fe);
    color: #0b0c1b;
    font-size: 13px;
    border-radius: 40px;
    margin-top: 20px;
  }
  .tryismore1 {
    color: #fff;
  }
  .tryismore img {
    width: 16px;
    margin-right: 8px;
    margin-bottom: 2px;
  }
  .tryismorebox {
    padding: 20px 0;
  }
  .tryismoretext {
    font-size: 14px;
    color: #fff;
    padding: 10px 0;
  }
  .tryismoretext img {
    width: 14px;
    margin-right: 8px;
    margin-bottom: 2px;
  }
  .tryismorebtnbigbox {
    display: flex;
    align-items: center;
  }
  .tryismorebtn {
    display: flex;
    cursor: pointer;
    width: 108px;
    flex-shrink: 0;
    white-space: nowrap;
    text-align: center;
    border-radius: 48px;
    padding: 8px 12px 8px 16px;
    background-color: #fff;
    margin-top: 8px;
  }
  .tryismorebtntext {
    font-size: 13px;
    margin-left: 5px;
    line-height: 20.8px;
    font-weight: 400;
    color: #0b0c1b;
  }
  .tryismorebtnimg {
    display: flex;
    align-items: center;
  }
  .tryismorebtnline {
    width: 0px;
    margin-left: 5px;
    height: 16px;
    margin-bottom: 1px;
    transition: all 0.3s;
    transition-timing-function: linear;
  }
  .tryismorebtnarrow {
    margin-left: -5px;
    width: 16px;
    height: 16px;
    margin-bottom: 1px;
    transition: all 0.3s;
    transition-timing-function: linear;
  }
}
@media only screen and (max-width: 575px) {
  .productInfo {
    border-bottom: 1px solid #939db8;
    height: 180px;
  }

  .try,
  .headerremake {
    display: none;
  }
  .tryis,
  .headerremake1 {
    display: block;
  }
  .tryisbox {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .tryismore {
    width: 200px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background-image: linear-gradient(to right, #027dfc, #0263fe);
    color: #0b0c1b;
    font-size: 13px;
    border-radius: 40px;
    margin-top: 20px;
  }
  .tryismore1 {
    color: #fff;
  }
  .tryismore img {
    width: 16px;
    margin-right: 8px;
    margin-bottom: 2px;
  }
  .tryismorebox {
    padding: 20px 0;
  }
  .tryismoretext {
    font-size: 14px;
    color: #fff;
    padding: 10px 0;
  }
  .tryismoretext img {
    width: 14px;
    margin-right: 8px;
    margin-bottom: 2px;
  }
  .tryismorebtnbigbox {
    display: flex;
    align-items: center;
  }
  .tryismorebtn {
    display: flex;
    cursor: pointer;
    width: 108px;
    flex-shrink: 0;
    white-space: nowrap;
    text-align: center;
    border-radius: 48px;
    padding: 8px 12px 8px 16px;
    background-color: #fff;
    margin-top: 8px;
  }
  .tryismorebtntext {
    font-size: 13px;
    margin-left: 5px;
    line-height: 20.8px;
    font-weight: 400;
    color: #0b0c1b;
  }
  .tryismorebtnimg {
    display: flex;
    align-items: center;
  }
  .tryismorebtnline {
    width: 0px;
    margin-left: 5px;
    height: 16px;
    margin-bottom: 1px;
    transition: all 0.3s;
    transition-timing-function: linear;
  }
  .tryismorebtnarrow {
    margin-left: -5px;
    width: 16px;
    height: 16px;
    margin-bottom: 1px;
    transition: all 0.3s;
    transition-timing-function: linear;
  }

  .headerremake1 {
    margin-bottom: 28px;
  }
  /* 整体padding */
  .header,
  .ctect,
  .mor,
  .tpis,
  .last {
    padding: 60px 20px;
    max-width: 420px;
    width: 100%;
    margin: auto;
  }

  /* 关于对字体的调整 */
  .headertitle {
    font-size: 36px;
    margin-bottom: 24px;
  }
  .ctecttitle,
  .tpistitle,
  .mortitle,
  .lasttitle {
    font-size: 26px;
  }
  .headerbox {
    background-size: 250%;
    background-position: top center;
  }
  .header {
    height: 100%;
  }
  .headertitle {
    margin-top: 60px;
  }
  .headerconremake br,
  .headerremake br,
  .tpisremake br,
  .lastremake br,
  .tryremake br,
  .headertitle span,
  .headerremake span,
  .tpisremake br {
    display: none;
  }
  .headercon {
    flex-wrap: wrap;
  }
  .headercontext {
    width: 100%;
  }
  .headercontextbox {
    padding: 32px;
  }
  .headerconitembox {
    width: 100%;
    padding: 32px;
    border-left: 0;
    border-top: 1px solid #2c3545;
  }

  /* --------------------------logo------------------------------ */
  .ctectcon {
    margin-right: 0;
    width: 100%;
    margin-top: 30px;
    flex: none;
  }
  .ctectimg object {
    width: 100%;
  }
  .ctectbomimg img {
    width: 50px;
    margin-right: 20px;
  }
  /* --------------------------mor------------------------------ */
  .hangcon {
    margin-right: 0;
    width: 100%;
    margin-top: 30px;
    flex: none;
  }
  .proconmoretext br {
    display: block;
  }
  .proconmoretext:first-child {
    width: 100%;
  }
  .morelink .proconmore {
    flex-wrap: wrap;
  }
  .morconbox {
    flex-wrap: wrap;
  }
  .morcon {
    width: 100%;
    margin-right: 0;
    margin-top: 30px;
    flex: none;
  }
  .lastbox {
    background-size: 190%;
  }
  .liked {
    padding-bottom: 60px;
  }
}
