* {
  margin: 0;
  padding: 0;
}

.header,
.frame {
  width: 100%;
  margin: auto;
  max-width: 1430px;
  padding: 80px 50px;
}
.frametitle {
  color: #0b0c1b;
  font-size: 32px;
  font-weight: 600;
  text-align: center;
}

/* kaishi */
.headerbox {
  /* background-image: url(../image/service/banner.svg); */
  background-repeat: no-repeat;
  background-position: top;
  background-size: 100%;
  /* background: linear-gradient(to bottom, #f0f5ff, #fff 80%); */
}
.header {
  /* height: 560px; */
  opacity: 1;
  padding-bottom: 0;
}
.headertitle {
  font-size: 51px;
  color: #0b0c1b;
  text-align: center;
  font-weight: 600;
  margin-bottom: 24px;
  margin-top: 130px;
}
.headertitle br {
  display: none;
}
.headerremake {
  font-size: 17px;
  color: #5a5c76;
  text-align: center;
  line-height: 28px;
}
.headermorebox {
  display: flex;
  justify-content: center;
  margin-top: 48px;
}
.headermore {
  display: flex;
  cursor: pointer;
  width: 120px;
  white-space: nowrap;
  flex-shrink: 0;
  text-align: center;
  border-radius: 48px;
  padding: 8px 12px 8px 16px;
  background-color: #0b0c1b;
}
.headermoretext {
  font-size: 13px;
  margin-left: 5px;
  line-height: 20.8px;
  color: #fff;
}
.headermoreimg {
  display: flex;
  align-items: center;
}
.headermoreline {
  width: 0px;
  margin-left: 5px;
  height: 16px;
  transition: all 0.3s;
  transition-timing-function: linear;
}
.headermorearrow {
  margin-left: -5px;
  width: 16px;
  height: 16px;
  transition: all 0.3s;
  transition-timing-function: linear;
}
.headermore:hover .headermoreline {
  width: 16px;
}
.headermore:hover .headermorearrow {
  margin-left: -16px;
}
.headermore1 {
  background-color: transparent;
  margin-left: 12px;
}
.headermore1 > .headermoretext {
  color: #0b0c1b;
}
/* ?--------------------------------------------------------------------------------- */
.headerleft {
  text-align: center;
  height: 300px;
  border-radius: 10px;
  overflow: hidden;
  margin-top: 64px;
}
.headerleft img {
  height: 300px;
}
.headerright {
  margin-top: 64px;
  width: 100%;
  height: 300px;
  border-radius: 10px;
  /* background-image: url(../image/service/cule.png); */
  background: linear-gradient(270deg, #f0f5ff 0%, #f7f9fc 100%);
  background-size: cover;
  background-position: right center;
  overflow: hidden;
  padding: 32px;
  position: relative;
}

.headerrightnum {
  font-size: 18px;
  color: #007dfc;
  margin-bottom: 24px;
}
.headerrighttitle {
  font-size: 13px;
  color: #5a5c76;
  margin-top: 8px;
}

.headerrightremake {
  color: #0b0c1b;
  margin-top: 4px;
  font-size: 21px;
  font-weight: 600;
  line-height: 1.8;
}
.headerrightremakeimg img {
  margin-top: 8px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
  width: 60px;
}
.headerrightwai {
  color: #5a5c76;
  line-height: 1.8;
  font-size: 15px;
  text-align: right;
  margin-top: 32px;
}
.safemore {
  display: flex;
  align-items: center;
  margin-top: 8px;
  cursor: pointer;
}
.safemoretext {
  font-size: 13px;
  color: #007dfc;
}
.safemoreimg img {
  width: 12px;
  height: 12px;
  margin-left: 5px;
  margin-bottom: 4px;
  transition: all 0.3s; /* 通过名字链接，名字，时间*/
  transition-timing-function: linear; /* 匀速执行 */
}
.safemore:hover .safemoreimg img {
  margin-left: 10px;
}

.Wechatint {
  padding: 12px 0;
  display: flex;
  align-items: center;
}
.Wechatbtn {
  cursor: pointer;
  border-radius: 20px;
  color: #fff;
  background-image: linear-gradient(to right, #0263fe, #0263fe);
  text-align: center;
  margin-left: 12px;
  line-height: 20.8px;
  font-size: 13px;
  padding: 8px 16px;
  width: 100px;
}
.headerrightnum1 {
  font-size: 18px;
  color: #0b0c1b;
  font-weight: 600;
  margin-bottom: 12px;
}
.headerrighttitle1 {
  font-size: 15px;
  color: #5a5c76;
  margin-bottom: 24px;
}
.headerrightremake1 {
  color: #0b0c1b;
  margin-top: 8px;
  font-size: 15px;
  line-height: 1.8;
  text-decoration: underline;
}
.headerrightremake1 img {
  width: 16px;
  margin-right: 8px;
  margin-bottom: 1px;
}
/* ?--------------------------------------------------------------------------------- */
/* rem */
.liked {
  width: 100%;
  margin: auto;
  max-width: 1430px;
  padding: 0 50px;
  margin-top: 64px;
  padding-bottom: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.likele {
}
.liketip {
  background-color: #d6e2ff;
  color: #245bdb;
  font-size: 13px;
  padding: 8px 16px;
  margin-bottom: 12px;
  border-radius: 20px;
  width: 161px;
}
.liketitle {
  color: #5a5c76;
  font-size: 13px;
}
.likeimgbox {
  width: 82%;
  position: relative;
  overflow: hidden;
}

.likedback {
  background: linear-gradient(
    to right,
    #fff 4%,
    #f2f5fa00 20%,
    #f2f5fa00 80%,
    #fff 96%
  );
  position: absolute;
  width: 100%;
  height: 68px;
  z-index: 99;
}
.likedimg {
  width: 5760px;
  display: flex;
  align-items: center;
  position: relative;
  left: 0px;
  top: 0px;
  z-index: 1;
  animation: mymove 40s 1s infinite linear;
}
@keyframes mymove {
  from {
    left: 0px;
  }
  to {
    left: -2880px;
  }
}
.likedimg img {
  margin-top: 30px;
  width: 2800px;
  /* width: 9%; */
  margin-left: 40px;
  margin-right: 40px;
  object-fit: contain;
}
/* !-------------------------------------------------------------------------------------------------------- */
/* frame */

.frameremake {
  font-size: 17px;
  color: #5a5c76;
  line-height: 30px;
  margin-top: 20px;
  margin-top: 64px;
  text-align: center;
}
.framecontent,
.frameheader {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.frameimg {
  background-size: 70%;
  border-radius: 10px;
  background-color: #f7f9fc;
  background-image: url(../image/service/A1.png);

  background-position: center;
  height: 300px;
  position: relative;
  overflow: hidden;
}
.frameimg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to right,
    #f7f9fc 1%,
    #f7f9fc00 8%,
    #f7f9fc00 92%,
    #f7f9fc 99%
  );
}
.frameimg img {
  border-radius: 10px;
  width: 100%;
}
.frametitle {
  color: #0b0c1b;
  font-size: 32px;
  font-weight: 600;
  text-align: center;
  /* margin-bottom: 52px; */
}
.frameremake {
  font-size: 17px;
  color: #5a5c76;
  line-height: 30px;
  text-align: center;
  margin-top: 24px;
  margin-bottom: 52px;
}
.framecontentitem {
  width: calc((100% - 60px) / 3);
  margin-top: 30px;
  margin-right: 30px;
  padding: 32px;
  border-radius: 10px;
  background-color: #f7f9fc;
}
.framecontentitem:nth-child(3n) {
  margin-right: 0;
}

.fileLLGTitle {
  margin-bottom: 64px;
}
.framecontenttitle img {
  width: 18px;
  margin-right: 12px;
  margin-bottom: 3px;
}
.framecontenttitle {
  font-size: 18px;
  color: #0b0c1b;
  margin-bottom: 16px;
  /* font-weight: 600; */
}
.framecontentremake {
  color: #5a5c76;
  font-size: 15px;
  line-height: 1.8;
}

/* ?-------------------------------------------------------------------------------------------------- */
.lis {
  width: 100%;
  margin: auto;
  max-width: 1430px;
  padding: 80px 50px;
  padding-bottom: 100px;
}
.listitle {
  color: #0b0c1b;
  font-size: 32px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 24px;
}
.liscon {
  border-radius: 10px;
}

.lisremake {
  font-size: 17px;
  margin-bottom: 64px;
  color: #5a5c76;
  line-height: 30px;
  text-align: center;
}

.lisconltitle {
  font-size: 18px;
  margin-bottom: 8px;
  color: #0b0c1b;
}
.lisconleftremake {
  font-size: 15px;
  margin-bottom: 32px;
  color: #5a5c76;
  margin-top: 20px;
  line-height: 30px;
}
.lisconitem:last-child {
  margin-top: 30px;
}
.lisconitemtitle {
  padding-left: 12px;
  font-size: 15px;
  color: #0b0c1b;
  margin-bottom: 8px;
  position: relative;
}
.lisconitemtitle::before {
  position: absolute;
  content: "";
  width: 4px;
  height: 4px;
  background-color: #0b0c1b;
  border-radius: 10px;
  left: 0;
  top: 8.5px;
}
.lisconitemimg img {
  width: 20px;
  margin-bottom: 12px;
}
.lisconitemremake {
  color: #5a5c76;
  font-size: 15px;
  line-height: 1.8;
}
.lisconimg {
  width: 45%;
  /* padding: 48px; */
}
.lisconimg img {
  width: 100%;
  box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
.lismore {
  display: flex;
  cursor: pointer;
  width: 106px;
  white-space: nowrap;
  flex-shrink: 0;
  text-align: center;
  border-radius: 40px;
  margin-top: 32px;
  padding: 8px 12px 8px 0;
  background-color: transparent;
}
.lismoretext {
  font-size: 13px;
  margin-left: 5px;
  line-height: 20.8px;
  color: #007dfc;
}
.lismoreimg {
  display: flex;
  align-items: center;
}
.lismoreline {
  width: 0px;
  margin-left: 5px;
  height: 16px;
  transition: all 0.3s;
  transition-timing-function: linear;
}
.lismorearrow {
  margin-left: -5px;
  width: 16px;
  height: 16px;
  transition: all 0.3s;
  transition-timing-function: linear;
}
.lismore:hover .lismoreline {
  width: 16px;
}
.lismore:hover .lismorearrow {
  margin-left: -16px;
}
.lisconright,
.lisconitem {
  padding: 32px;
  background-color: #f7f9fc;
  border-radius: 10px;
}
.lisconright {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 32px;
  min-height: 400.27px;
}
.lisconimg {
  width: 50%;
  flex-shrink: 0;
  margin-left: 32px;
}
/* ?-------------------------------------------------------------------------------------------------- */

/* ?-------------------------------------------------------------------------------------------------- */

.tool {
  width: 100%;
  margin: auto;
  max-width: 1430px;
  padding: 80px 50px;
  padding-bottom: 100px;
}
.tooltitle {
  color: #0b0c1b;
  font-size: 32px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 64px;
}
.toolremake {
  font-size: 17px;
  margin-bottom: 64px;
  text-align: center;
  color: #5a5c76;
  line-height: 30px;
}
.toolimg {
  margin-top: 80px;
}
.toolimg img {
  width: 100%;
}
.toolcontentbox {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
/* ?-------------------------------------------------------------------------------------------------- */
.vipserbox {
  background-color: #121826;
}
.vipser {
  width: 100%;
  margin: auto;
  max-width: 1430px;
  padding: 100px 50px;
}
.vipsertitle {
  font-size: 32px;
  color: #fff;
  text-align: center;
  font-weight: 600;
  margin-bottom: 64px;
}
.vipserconitem {
  padding: 32px;
  border-radius: 10px;
  background-color: #1a202f;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.vipserconitemimg img {
  width: 90px;
  margin-right: 32px;
}
.vipserconlittlebox {
  background: linear-gradient(to right, #3b4150, #2e323e);
  padding: 1px;
  border-radius: 20px;
  margin-bottom: 16px;
  width: 90px;
  text-align: center;
}
.vipserconlittle {
  background: linear-gradient(to right, #293041, #1d2231);
  color: #fff;
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 13px;
}
.vipsercontitle {
  font-size: 28px;
  font-weight: 600;
  color: #fff;
  line-height: 1;
  margin-bottom: 48px;
}
.vipserconremake {
  font-size: 17px;
  line-height: 1.8;
  color: #939db8;
  position: relative;
}
.vipserconremake::before {
  content: "";
  position: absolute;
  width: 90px;
  height: 1px;
  background-color: #007dfc;
  top: -24px;
  left: 0;
}
.vipsermorebox {
  display: flex;
  margin-top: 48px;
}
.vipsermore {
  display: flex;
  cursor: pointer;
  width: 120px;
  white-space: nowrap;
  flex-shrink: 0;
  text-align: center;
  border-radius: 48px;
  padding: 8px 12px 8px 16px;
  background-color: #fff;
}
.vipsermoretext {
  font-size: 13px;
  margin-left: 5px;
  line-height: 20.8px;
  color: #0b0c1b;
}
.vipsermoreimg {
  display: flex;
  align-items: center;
}
.vipsermoreline {
  width: 0px;
  margin-left: 5px;
  height: 16px;
  transition: all 0.3s;
  transition-timing-function: linear;
}
.vipsermorearrow {
  margin-left: -5px;
  width: 16px;
  height: 16px;
  transition: all 0.3s;
  transition-timing-function: linear;
}
.vipsermore:hover .vipsermoreline {
  width: 16px;
}
.vipsermore:hover .vipsermorearrow {
  margin-left: -16px;
}
.vipsermore1 {
  background-color: transparent;
  margin-left: 12px;
}
.vipsermore1 > .vipsermoretext {
  color: #fff;
}
.vipserconbombox {
  display: flex;
  align-items: center;
}
.vipserconbom {
  padding: 32px;
  background-color: #1a202f;
  border-radius: 10px;
  width: calc((100% - 32px * 3) / 3);
  margin-top: 32px;
  margin-right: 32px;
}
.vipserconbom:last-child {
  margin-right: 0;
}
.vipserconbomimg img {
  width: 36px;
  margin-bottom: 24px;
}
.vipserconbomtitle {
  font-size: 20px;
  line-height: 1;
  font-weight: 600;
  color: #fff;
}
.vipserconbomremake {
  color: #939db8;
  font-size: 15px;
  line-height: 1.8;
  min-height: 50.39px;
  margin-top: 48px;
  position: relative;
}
.vipserconbomremake::before {
  content: "";
  position: absolute;
  width: 60px;
  height: 1px;
  background-color: #007dfc;
  top: -24px;
  left: 0;
}
/* ?-------------------------------------------------------------------------------------------------- */
.istobox {
  padding: 200px 50px;
  overflow: hidden;
}
.isto {
  background-color: #121826;
  border-radius: 10px;
  width: 100%;
  margin: auto;
  max-width: 1330px;
  padding: 0 64px;
  display: flex;
  justify-content: space-between;
  position: relative;
  flex-wrap: wrap;
}
.isto::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 200%;
  background-image: url(../image/service/mobom.png);
  background-position: center;
  background-size: 60% auto;
  background-repeat: no-repeat;
  top: -50%;
  right: -30%;
  z-index: -1; /* 在黑色下面 */
}
.istoleft {
  width: 40%;
  padding: 48px 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.istoremake {
  font-size: 15px;
  color: #007dfc;
  margin-bottom: 12px;
}
.istotitle {
  font-size: 24px;
  line-height: 1;
  color: #fff;
}
.istotitle1 {
  font-size: 24px;
  margin-bottom: 12px;
}
.istoright {
  width: 60%;
  display: flex;
  align-items: center;
}
.istocon {
  padding: 48px 0;
  padding-left: 32px;
  border-left: 1px solid #ffffff1f;
  width: calc((100% - 32px * 2) / 3);
  margin-right: 32px;
}
.istocon:last-child {
  margin-right: 0;
}
.istoitem {
  margin-bottom: 48px;
}
.istoitem:last-child {
  margin-bottom: 0;
}
.istoitemimg img {
  width: 32px;
  margin-bottom: 12px;
}
.istoitemtext {
  font-size: 15px;
  color: #939db8;
  position: relative;
  line-height: 1.8;
}
.istoitemtext::before {
  content: "";
  position: absolute;
  width: 3px;
  height: 18px;
  left: -33.5px;
  top: 4px;
  background-color: #fff;
  border-radius: 4px;
}
.istoitemtext span {
  color: #fff;
}
.istomore {
  display: flex;
  cursor: pointer;
  width: 106px;
  white-space: nowrap;
  flex-shrink: 0;
  text-align: center;
  border-radius: 40px;
  margin-top: 12px;
  background-color: transparent;
}
.istomoretext {
  font-size: 13px;
  line-height: 20.8px;
  color: #fff;
}
.istomoreimg {
  display: flex;
  align-items: center;
}
.istomoreline {
  width: 0px;
  margin-left: 5px;
  height: 16px;
  transition: all 0.3s;
  transition-timing-function: linear;
}
.istomorearrow {
  margin-left: -5px;
  width: 16px;
  height: 16px;
  transition: all 0.3s;
  transition-timing-function: linear;
}
.istomore:hover .istomoreline {
  width: 16px;
}
.istomore:hover .istomorearrow {
  margin-left: -16px;
}
/* ?-------------------------------------------------------------------------------------------------- */

.istoboremake {
  font-size: 17px;
  color: #939db8;
  line-height: 30px;
  margin-top: 20px;
}
.istobomorebox {
  display: flex;
  margin-top: 24px;
}
.istobomore {
  display: flex;
  cursor: pointer;
  width: 132px;
  white-space: nowrap;
  flex-shrink: 0;
  text-align: center;
  border-radius: 48px;
  padding: 8px 12px 8px 16px;
  background-color: #fff;
}
.istobomoretext {
  font-size: 13px;
  margin-left: 5px;
  line-height: 20.8px;
  color: #0b0c1b;
}
.istobomoreimg {
  display: flex;
  align-items: center;
}
.istobomoreline {
  width: 0px;
  margin-left: 5px;
  height: 16px;
  transition: all 0.3s;
  transition-timing-function: linear;
}
.istobomorearrow {
  margin-left: -5px;
  width: 16px;
  height: 16px;
  transition: all 0.3s;
  transition-timing-function: linear;
}
.istobomore:hover .istobomoreline {
  width: 16px;
}
.istobomore:hover .istobomorearrow {
  margin-left: -16px;
}
.istobomore1 {
  background-color: transparent;
  margin-left: 12px;
}
.istobomore1 > .istobomoretext {
  color: #fff;
}
.productlittleser {
  display: none;
}

@media only screen and (min-width: 976px) and (max-width: 1175px) {
  .framecontentremake {
    min-height: 81px;
  }
  .toolcontenttitle span,
  .toolcontentremake span {
    display: none;
  }
  .likeimgbox {
    width: 70%;
  }
  .istobox {
    padding: 80px 50px;
    background-image: url(../image/service/mobom.png);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
  }
  .isto {
    padding: 0 48px;
  }
  .isto::before {
    display: none;
  }
  .istoleft,
  .istoright {
    width: 100%;
  }
  .istocon {
    padding-top: 0;
  }
  .istoremake {
    margin-bottom: 48px;
  }
  .vipserconbombox {
    flex-wrap: wrap;
  }
  .vipserconbom {
    width: calc((100% - 32px) / 2);
    margin-right: 32px;
    margin-top: 32px;
  }
  .vipserconbom:nth-child(2n) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 769px) and (max-width: 975px) {
  .remcontent,
  .framecontentitem {
    width: calc((100% - 30px) / 2);
    margin-top: 30px;
  }
  .remcontent:nth-child(2n),
  .framecontentitem:nth-child(2n) {
    margin-right: 0;
  }
  .remcontentremake {
    min-height: 50.39px;
  }

  .toolcontenttitle span,
  .toolcontentremake span {
    display: none;
  }
  .likeimgbox {
    width: 70%;
  }
  .expetab img {
    width: 120px;
  }
  .lisconright {
    margin-top: 30px;
  }
  .vipserconremake br,
  .istoboremake br {
    display: none;
  }
  .istobox {
    padding: 80px 50px;
    background-image: url(../image/service/mobom.png);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
  }
  .isto {
    padding: 0 48px;
  }
  .isto::before {
    display: none;
  }
  .istoleft,
  .istoright {
    width: 100%;
  }
  .istocon {
    padding-top: 0;
  }
  .istoremake {
    margin-bottom: 48px;
  }
  .vipserconbombox {
    flex-wrap: wrap;
  }
  .vipserconbom {
    width: calc((100% - 32px) / 2);
    margin-right: 32px;
    margin-top: 32px;
  }
  .vipserconbom:nth-child(2n) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 769px) {
  .headerremake br {
    display: none;
  }
  .headerleft {
    display: none;
  }
  .headerright {
    background-image: url(../image/service/banner.png);
    background-size: auto 100%;
    background-position: left;
  }
  .remcontent,
  .framecontentitem {
    width: calc((100% - 30px) / 2);
    margin-top: 30px;
  }
  .remcontent:nth-child(2n),
  .framecontentitem:nth-child(2n) {
    margin-right: 0;
  }
  .frameimg {
    height: 200px;
    background-size: cover;
  }
  .headerremake br,
  .experiencebigRemark br,
  .frameremake br,
  .toolcontenttitle span {
    display: none;
  }
  .liked {
    display: block;
    padding-top: 0;
  }
  .likele {
    width: 100%;
  }
  .likeimgbox {
    width: 100%;
    margin-top: 30px;
  }
  .lisconright {
    margin-top: 30px;
  }
  .lisconright {
    display: block;
    height: auto !important;
  }
  .lisconimg {
    margin-left: 0;
    width: 100%;
  }
  .lisconimg img {
    width: 100%;
    margin-top: 24px;
  }
  .istoboremake br,
  .vipserconremake br {
    display: none;
  }
  .istobox {
    padding: 80px 50px;
    background-image: url(../image/service/mobom.png);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
  }
  .isto {
    padding: 0 48px;
  }
  .isto::before {
    display: none;
  }
  .istoleft,
  .istoright {
    width: 100%;
  }
  .istocon {
    padding-top: 0;
  }
  .istoremake {
    margin-bottom: 48px;
  }
  .vipserconbombox {
    flex-wrap: wrap;
  }
  .vipserconbom {
    width: calc((100% - 32px) / 2);
    margin-right: 32px;
    margin-top: 32px;
  }
  .vipserconbom:nth-child(2n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 575px) {
  .header,
  .rem,
  .frame,
  .tool,
  .last,
  .vipser,
  .liked,
  .lis {
    padding: 60px 20px;
    max-width: 420px;
    width: 100%;
    margin: auto;
  }
  /* 关于对字体的调整 */
  .headertitle {
    font-size: 36px;
  }
  .experiencebigTitle,
  .remtitle,
  .frametitle,
  .tooltitle,
  .lasttitle,
  .vipsertitle,
  .listitle {
    font-size: 26px;
  }

  /* header */
  .headerbox {
    background-size: 250%;
    background-position: top left;
  }
  .header {
    height: 100%;
  }
  .headerremake br,
  .experiencebigRemark br,
  .frameremake br,
  .lastremake br,
  .vipserconremake br {
    display: none;
  }
  .headertitle span {
    display: none;
  }
  .headertitle {
    margin-top: 64px;
    margin-bottom: 24px;
  }
  .headerleft {
    display: none;
  }
  .headerrightwai {
    text-align: left;
  }
  /* !--------------------------------------------------------------------------- */
  .liked {
    display: block;
    padding-top: 0;
  }
  .likele {
    width: 100%;
  }
  .likeimgbox {
    width: 100%;
    margin-top: 30px;
  }
  /* !--------------------------------------------------------------------------- */

  /* rem */

  .frametitle,
  .remtitle {
    margin-bottom: 24px;
  }
  .remcontent,
  .framecontentitem {
    width: 100%;
    margin-top: 30px;
    margin-right: 0;
  }
  .remcontentimg {
    border: none;
    margin-bottom: 0;
  }
  .remcontentimg::after {
    display: none;
  }
  .frameimg {
    height: 200px;
    background-size: cover;
  }
  /* !--------------------------------------------------------------------------- */
  .vipserconbombox {
    flex-wrap: wrap;
  }
  .vipserconbom {
    width: 100%;
    margin-right: 0;
    margin-top: 30px;
  }
  /* !--------------------------------------------------------------------------- */

  .toolimg {
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 12px;
  }
  .toolimg img {
    height: 200px;
    width: auto;
  } /* !----------------------------------------------------------------------------- */
  .productlittleser {
    display: block;
  }
  .productmdileser {
    display: none;
  }
  .istolibox {
    padding: 60px 20px;
    background-image: url(../image/service/mobom.png);
    background-position: center;
    background-size: auto 100%;
  }
  .istoli {
    background-color: #121826;
    border-radius: 10px;
    max-width: 420px;
    width: 100%;
    margin: auto;
  }
  .istolitext {
    padding: 24px;
  }
  .istoremake {
    margin-bottom: 32px;
  }
  .istolicon {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .istoliitem {
    width: calc(100% / 2);
    padding: 24px;
    border-top: 1px solid #ffffff1f;
    border-right: 1px solid #ffffff1f;
    text-align: center;
  }
  .istoliitem:nth-child(2n) {
    border-right: 0;
    margin-right: 0;
  }
  .istoliitemimg img {
    width: 32px;
  }
  .istoliitemtext {
    font-size: 13px;
    color: #fff;
    margin-top: 12px;
  }
  /* !----------------------------------------------------------------------------- */
  .lisconright {
    margin-top: 30px;
  }
  .lisconright {
    display: block;
    height: auto !important;
  }
  .lisconimg {
    margin-left: 0;
    width: 100%;
  }
  .lisconimg img {
    width: 100%;
    margin-top: 24px;
  }
}
