h3 {
  font-size: 40px;
  font-weight: 700;
  color: #111;
}
.banner {
  padding: 65px 0 160px 0;
  background: url(/resource/images/easy-backup-personal/banner-bg.png) #1663d6 no-repeat center;
  background-size: cover;
}
.clearfix::after {
  display: block;
  content: "";
  height: 0;
  clear: both;
}
.content {
  max-width: 1200px;
  margin: 0 auto;
}
.banner .content {
  position: relative;
}
@media screen and (max-width: 1024px) {
  .content {
    padding: 0 15px;
  }
}

.b-title {
  font-size: 30px;
  font-weight: 300;
  color: #fff;
  margin-top: 100px;
}
.b-backup {
  font-size: 80px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 10px;
  text-shadow: 0 10px 0 rgba(0, 0, 0, 0.2);
}
.b-lists li {
  position: relative;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  line-height: 50px;
  opacity: 0.8;
  padding-left: 30px;
}
.b-lists li::before {
  position: absolute;
  top: 18px;
  left: 0;
  display: inline-block;
  content: "";
  width: 20px;
  height: 15px;
  background: url(/resource/images/icons/abackup-icon-small-all.png) no-repeat;
  background-position: -930px -63px;
}
.btn {
  display: inline-block;
  width: 220px;
  height: 60px;
  -webkit-box-shadow: 0 10px 20px 0 rgba(8, 67, 41, 0.3);
  box-shadow: 0 10px 20px 0 rgba(8, 67, 41, 0.3);
  border-radius: 10px;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  line-height: 60px;
  text-align: center;
}
.btn:hover {
  opacity: 0.8;
}
.free {
  margin-left: 36px;
  background: #00b65e;
}
.btn-l {
  text-align: center;
}
.pro {
  background: #fe7800;
}
.compares {
  display: inline-block;
  font-size: 14px;
  color: #fff;
  margin-top: 10px;
}
.b-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 45px;
}
.b-l,
.b-r {
  float: left;
}
.b-r {
  margin: 50px 0 0 170px;
}
.b-f {
  position: absolute;
  bottom: -218px;
  left: 8%;
  max-width: 1000px;
  min-height: 120px;
  background: #fff;
  -webkit-box-shadow: 0 5px 20px 0 rgba(55, 67, 177, 0.15);
  box-shadow: 0 5px 20px 0 rgba(55, 67, 177, 0.15);
  border-radius: 10px;
  z-index: 999;
}
.b-f-list {
  padding: 46px 87px;
}
.b-f-list li {
  position: relative;
  float: left;
  font-size: 16px;
  font-weight: 400;
  color: #3447b3;
  padding-left: 37px;
}
.b-f-list li::after {
  position: absolute;
  top: -3px;
  left: 0;
  width: 30px;
  height: 30px;
  display: inline-block;
  content: "";
  background: url(/resource/images/icons/abackup-icon-small-all.png) no-repeat;
}
.b-f-list .li1::after {
  background-position: -580px -290px;
}
.b-f-list .li2,
.b-f-list .li3 {
  margin-left: 100px;
}
.b-f-list .li2::after {
  background-position: -650px -290px;
}
.b-f-list .li3::after {
  background-position: -715px -290px;
}
@media screen and (max-width: 1200px) {
  .banner {
    text-align: center;
  }
  .b-l,
  .b-r {
    float: none;
    margin: 0 auto;
  }
  .b-l {
    display: table;
    margin: 0 auto 30px;
    text-align: left;
  }
  .b-f {
    width: 50%;
    left: 50%;
    bottom: -250px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    margin: 0 auto;
  }
  .b-f-list {
    display: table;
    margin: 0 auto;
    text-align: left;
    padding: 20px;
  }
  .b-f-list li {
    float: none;
    margin: 10px 0;
  }
  .b-f-list .li2,
  .b-f-list .li3 {
    margin-left: 0;
  }
}
@media (max-width: 768px) {
  .banner .b-l {
    text-align: center;
    margin-bottom: 0;
  }
  .b-lists {
    text-align: left;
  }
  .b-btn {
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  .b-title {
    font-size: 20px;
    margin-top: 0;
  }
  .banner .b-backup {
    font-size: 44px;
  }
  .free,
  .pro {
    margin: 0 !important;
  }
  .compares {
    margin-top: 0;
    transform: translateY(-29px);
  }
}
.gt-1 {
  padding: 210px 0 134px 0;
  background: #f2f4ff;
}
.gt1-r,
.pic1 {
  float: left;
}
.gt1-r {
  margin-left: 70px;
}
.gt1-title {
  font-size: 22px;
  font-weight: 700;
  color: #111;
}
.gt1-m {
  margin-top: 30px;
}
.text {
  margin-top: 15px;
  max-width: 665px;
}
.gt-2 {
  background: #fff;
  padding: 106px 0 118px 0;
}
.gt2-r,
.pic2 {
  float: left;
}
.pic2 {
  margin-left: 120px;
}
.gt2-title {
  font-size: 40px;
  font-weight: 700;
  color: #111;
}
.ms {
  max-width: 576px;
  font-size: 18px;
  font-weight: 700;
  color: #333;
  margin-top: 15px;
}
.gt2-lists {
  margin-top: 40px;
}
.gt2-lists li {
  position: relative;
  font-size: 16px;
  font-weight: 400;
  color: #666;
  line-height: 40px;
  padding-left: 20px;
}
.gt2-lists li::before {
  position: absolute;
  top: 15px;
  left: 0;
  width: 10px;
  height: 10px;
  content: "";
  display: inline-block;
  background: url(/resource/images/icons/abackup-icon-small-all.png) no-repeat;
  background-position: -643px -10px;
}
.gt2-f {
  width: 100%;
  border-radius: 20px;
  background: #eff1f7;
  font-size: 18px;
  font-weight: 400;
  color: #333;
  text-align: center;
  margin-top: 48px;
  padding: 15px 20px 10px;
}
.gt-3 {
  padding: 100px 0 134px 0;
  background: #f2f2f2;
}
.gt3-l,
.gt3-r {
  float: left;
}
.gt3-r {
  margin-left: 128px;
}
.gt3-r h3 {
  font-size: 40px;
  font-weight: 700;
  color: #111;
}
.gt3-r p {
  max-width: 520px;
  margin-top: 35px;
  font-size: 18px;
  font-weight: 400;
  color: #333;
  line-height: 40px;
}
.gt3-r .explain {
  background: #a4b3d7;
  border-radius: 10px;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  line-height: 40px;
  padding: 0 20px;
  margin-top: 5px;
}
.block {
  width: 50px;
  height: 6px;
  background: #333;
  border-radius: 3px;
  margin-top: 20px;
}
@media screen and (max-width: 1200px) {
  .block {
    display: none;
  }
}
.gt3-bottom {
  margin-top: 60px;
}
.gt3-bottom li {
  float: left;
  max-width: 320px;
  padding: 0 50px;
  height: 280px;
  background: #fff;
  border-radius: 20px;
  text-align: center;
  overflow: hidden;
}
.li-d {
  margin-left: 70px;
}
.img {
  width: 100px;
  height: 100px;
  margin: 53px auto 0;
  opacity: 1;
  -webkit-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  background: url(/resource/images/icons/abackup-icon1.png) no-repeat;
}
.img1 {
  background-position: -12px -675px;
}
.img2 {
  background-position: -150px -675px;
}
.img3 {
  background-position: -290px -675px;
}
.li-name {
  font-size: 24px;
  font-weight: 700;
  color: #333;
  line-height: 30px;
  margin-top: 30px;
}
.lims {
  max-width: 224px;
  font-size: 16px;
  font-weight: 400;
  color: #666;
  line-height: 30px;
  margin: 39px auto 0;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.gt3-bottom li:hover {
  cursor: pointer;
  -webkit-box-shadow: 0 15px 28px 2px rgba(66, 110, 252, 0.3);
  box-shadow: 0 15px 28px 2px rgba(66, 110, 252, 0.3);
}
.gt3-bottom li:hover .img {
  display: none;
  opacity: 0;
}
.gt3-bottom li:hover .lims {
  opacity: 1;
}
.gt-4 {
  padding: 0 0 120px 0;
  background: #f7f7f7;
}
.gt4-l,
.gt4-r {
  float: left;
}
.gt4-l {
  margin-top: 105px;
}
.gt4-r {
  margin: 65px 0 0 160px;
}
.sync-title {
  font-size: 40px;
  font-weight: 700;
  color: #111;
}
.sync-text {
  max-width: 580px;
  font-size: 20px;
  font-weight: 400;
  color: #333;
  line-height: 40px;
  margin-top: 30px;
}
.adv {
  margin-top: 120px;
}
.adv li {
  float: left;
  width: 33.33%;
  border-right: 1px solid #ccc;
  padding: 15px 44px 25px 44px;
}
.adv li:nth-last-child(1) {
  border-right: none;
}
.advtop {
  font-size: 22px;
  font-weight: 700;
  color: #333;
  line-height: 30px;
}
.advtop::before {
  width: 38px;
  height: 38px;
  content: "";
  display: inline-block;
  background: url(/resource/images/icons/abackup-icon1.png) no-repeat;
  vertical-align: middle;
  margin-right: 23px;
}
.advlogo1::before {
  background-position: -1129px -240px;
}
.advlogo2::before {
  background-position: -1023px -326px;
}
.advlogo3::before {
  background-position: -1103px -326px;
}
.advms {
  display: inline-block;
  max-width: 336px;
  font-size: 16px;
  font-weight: 400;
  color: #666;
  line-height: 30px;
  margin-top: 15px;
}
.gt-5 {
  padding: 135px 0;
  background: #fff;
}
.gt5-l,
.gt5-r {
  float: left;
}
.gt5-r {
  margin-left: 100px;
}
.gt5r-title {
  font-size: 40px;
  font-weight: 700;
  color: #111;
}
.gt5-ms {
  max-width: 420px;
  font-size: 20px;
  font-weight: 400;
  color: #333;
  line-height: 40px;
  margin-top: 25px;
}
.gt5-list {
  margin-top: 30px;
}
.gt5-list li {
  position: relative;
  max-width: 400px;
  padding-left: 20px;
  font-size: 16px;
  color: #666;
  line-height: 30px;
}
.gt5-list li::before {
  position: absolute;
  top: 10px;
  left: 0;
  width: 10px;
  height: 10px;
  content: "";
  display: inline-block;
  background: url(/resource/images/icons/abackup-icon-small-all.png) no-repeat;
  background-position: -643px -10px;
}
.gt5-list li:nth-last-child(1) {
  margin-top: 25px;
}
.gt-6 {
  padding: 100px 0 105px 0;
  background: #f7f7f7;
  text-align: center;
}
.gt-6 h3 {
  text-align: center;
}
.gt6-ms {
  font-size: 20px;
  font-weight: 400;
  color: #333;
  line-height: 60px;
}
.gt6-list {
  margin-top: 90px;
  min-height: 190px;
}
.gt6-list li {
  float: left;
  width: 25%;
  border-right: 1px solid #d7deec;
}
.gt6-list li:nth-last-child(1) {
  border-right: none;
}
.lilogo {
  width: 100px;
  height: 100px;
  background: url(/resource/images/icons/abackup-icon1.png) no-repeat;
  background-position: -430px -675px;
  margin: 0 auto;
}
.lilogo2 {
  background-position: -572px -675px;
}
.lilogo3 {
  background-position: -710px -675px;
}
.lilogo4 {
  background-position: -850px -675px;
}
.l-name {
  font-size: 22px;
  font-weight: 700;
  color: #111;
  line-height: 26px;
  margin: 20px 0;
}
.li-ms {
  display: none;
  font-size: 14px;
  font-weight: 400;
  color: #666;
  line-height: 24px;
  padding: 0 45px;
}
.gt6-list li:hover {
  cursor: pointer;
  background: -o-linear-gradient(bottom, rgba(15, 94, 240, 0.1), rgba(15, 94, 240, 0));
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(15, 94, 240, 0.1)),
    to(rgba(15, 94, 240, 0))
  );
  background: linear-gradient(0deg, rgba(15, 94, 240, 0.1), rgba(15, 94, 240, 0));
  padding-bottom: 20px;
}
.gt6-list li:hover .lilogo {
  display: none;
}
.gt6-list li:hover .li-ms {
  display: block;
}
.gt-7 {
  padding: 90px 0 134px 0;
  background: url(/resource/images/easy-backup-personal/bg7.png) no-repeat center;
  background-size: cover;
}
.gt-7 h3 {
  font-size: 40px;
  font-weight: 700;
  color: #fff;
  text-align: center;
}
.contrast {
  margin-left: 60px;
}
.ctbox {
  float: left;
  width: 420px;
  min-height: 740px;
  background: #fff;
  -webkit-box-shadow: 0 15px 29px 0 rgba(86, 131, 244, 0.35);
  box-shadow: 0 15px 29px 0 rgba(86, 131, 244, 0.35);
  border-radius: 10px;
  margin: 30px auto 0;
  text-align: center;
}
.ctbox-top {
  border-bottom: 1px solid #ccc;
  margin: 0 40px;
  padding-bottom: 30px;
}
.ctbox-top h5 {
  font-size: 28px;
  font-weight: 700;
  color: #111;
  margin-top: 16px;
}
.ctbox-top span {
  font-size: 36px;
  font-weight: 700;
  color: #333;
}
.ctbox-top .symbol {
  font-size: 20px;
}
.ctbox-top del {
  font-size: 16px;
  font-weight: 400;
  color: #666;
}
.ctbox-top p {
  font-size: 14px;
  font-weight: 400;
  color: #333;
}
.ctbox-top .getbtn {
  width: 160px;
  height: 40px;
  background: #00b65e;
  -webkit-box-shadow: 0 4px 10px 0 rgba(11, 188, 49, 0.2);
  box-shadow: 0 4px 10px 0 rgba(11, 188, 49, 0.2);
  border-radius: 10px;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  margin: 14px auto 0;
  line-height: 40px;
}
.getbtn:hover {
  opacity: 0.8;
}
.ctbox-top2 .getbtn2 {
  background: #fe7800;
}
.ctbox-top2 .freebtn {
  display: inline;
  font-size: 14px;
  font-weight: 400;
  color: #333;
  line-height: 26px;
}
.ctbox-top2 .freebtn:hover {
  color: #20a7fd;
}
.ctbox:nth-last-child(2) {
  margin-left: 80px;
  border-top: 10px solid #00b65e;
}
.ctbox:nth-last-child(1) {
  margin-left: 80px;
  border-top: 10px solid #1929a1;
}
.gt7-list {
  padding: 34px 0 0 70px;
}
.gt7-list li {
  position: relative;
  text-align: left;
  padding-left: 20px;
  font-size: 16px;
  font-weight: 400;
  color: #333;
  margin-top: 3px;
}
.gt7-list li::before {
  position: absolute;
  top: 10px;
  left: 0;
  width: 10px;
  height: 10px;
  content: "";
  display: inline-block;
  background: url(/resource/images/icons/abackup-icon-small-all.png) no-repeat;
  background-position: -593px -10px;
  vertical-align: middle;
}
.gt7-list .cuo {
  opacity: 0.6;
}
.gt7-list .cuo::before {
  width: 10px;
  height: 10px;
  background-position: -693px -10px;
}
.gt7-list .tips {
  width: 14px;
  height: 14px;
  display: inline-block;
  background: url(/resource/images/icons/abackup-icon-small-all.png) no-repeat;
  background-position: -528px -63px;
  margin-left: 3px;
  transform: translateY(2px);
}
.tips-cnt {
  border-color: #fff;
  padding: 15px 20px 20px;
  border-top: 3px solid #20a7fd;
  font-size: 14px;
  line-height: 24px;
  -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.2);
  filter: progid:DXImageTransform.Microsoft.Shadow(color='#666', Direction=125, Strength=6);
  width: 320px;
  background-color: #fff;
  position: absolute;
  bottom: 30px;
  left: -160px;
  display: none;
  font-weight: 400;
  z-index: 99;
}
.gt7-list .tips:hover {
  cursor: pointer;
}
.gt7-list .tips:hover .tips-cnt {
  display: block;
}
.gt7-list .r-li::before {
  background-position: -643px -10px;
}
.gt7-tips {
  max-width: 470px;
  margin: 20px auto 30px;
}
.gt7-tips span {
  display: block;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  line-height: 40px;
}
.gt7-tips span .clik {
  color: #ffe400;
}
.gt-8 {
  padding: 100px 0;
  background: #f2f2f2;
}
.gt-8 h2 {
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  color: #111;
}
.swiper-container {
  display: inline-block;
  position: relative;
  max-width: 560px;
  background: #fff;
  -webkit-box-shadow: 0 15px 28px 2px rgba(66, 110, 252, 0.3);
  box-shadow: 0 15px 28px 2px rgba(66, 110, 252, 0.3);
  border-radius: 20px;
  margin-top: 50px;
}
.swiper-wrapper {
  padding: 40px 0 34px 50px;
}
.swiper-container:nth-last-child(1) {
  margin-left: 75px;
}
.swiper-slide-active {
  width: 100%;
  position: relative;
}
.swlogo {
  position: absolute;
  left: -30px;
  top: 30px;
  width: 46px;
  height: 40px;
  background: url(/resource/images/icons/abackup-icon-small-all.png) no-repeat;
  background-position: -10px -120px;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
}
.swms {
  width: 100%;
  max-width: 475px;
  min-height: 250px;
  font-size: 16px;
  font-weight: 400;
  color: #333;
  line-height: 30px;
  margin-top: 60px;
  padding: 0 !important;
}
.swinfo {
  width: 600px;
  margin-top: 18px;
}
.swimg {
  vertical-align: middle;
}
.swname {
  font-size: 16px;
  font-weight: 700;
  color: #000;
  line-height: 30px;
  margin-left: 10px;
}
.swtop {
  position: absolute;
  top: 35px;
  left: 52px;
  font-size: 24px;
  font-weight: 700;
  color: #000;
  line-height: 30px;
}
.swbtn2,
.swbtnl {
  position: absolute;
  top: auto;
  bottom: 40px;
  left: 90%;
}
.swbtnl {
  left: 82%;
}
.cirlce {
  position: absolute;
  top: 12%;
  left: 40% !important;
}
.gt-9 {
  padding: 100px 0 90px 0;
  background: url(/resource/images/easy-backup-personal/bg9.png) no-repeat center;
  background-size: cover;
}
.gt9-cont {
  max-height: 1040px;
  min-height: 360px;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  text-align: center;
  padding-top: 50px;
}
.gt9-cont .t1 {
  font-size: 48px;
  font-weight: 300;
  color: #fff;
}
.gt9-cont .t2 {
  font-size: 48px;
  color: #fff;
  font-weight: 700;
}
.gt9-cont p {
  font-size: 22px;
  font-weight: 400;
  color: #fff;
  margin-top: 10px;
}
.gt9-cont .downbtn,
.gt9-cont .freebtn {
  width: 260px;
  height: 70px;
  background: #00b65e;
  -webkit-box-shadow: 0 10px 20px 0 rgba(8, 67, 41, 0.3);
  box-shadow: 0 10px 20px 0 rgba(8, 67, 41, 0.3);
  border-radius: 10px;
  font-size: 26px;
  font-weight: 400;
  color: #fff;
  line-height: 70px;
  margin-top: 40px;
}
.gt9-cont .freebtn {
  background: #fe7800;
  margin-right: 35px;
}
.gt9-fotter {
  display: table;
  margin: 0 auto;
}
@media (max-width: 573px) {
  .gt9-cont .freebtn {
    margin-right: 0;
  }
}
.down-lc {
  float: left;
  margin-top: 30px;
}
.down-lc li {
  font-size: 18px;
  font-weight: 400;
  color: #fff;
}
.down-lc li::before {
  width: 32px;
  height: 32px;
  content: "";
  display: inline-block;
  background: url(/resource/images/icons/abackup-icon-small-all.png) no-repeat;
  background-position: -851px -290px;
  vertical-align: middle;
  padding-right: 20px;
}
.down-lc .no::before {
  background: 0 0;
}
.down-lc .tx::before {
  background-position: -780px -290px;
}
.lc2 {
  margin-left: 116px;
}
@media screen and (max-width: 1200px) {
  .gt2-f {
    line-height: 40px;
    padding: 20px 10px;
  }
  .gt-1,
  .gt-2,
  .gt-3,
  .gt-4,
  .gt-5 {
    text-align: center;
  }
  .gt1-r,
  .gt2-r,
  .gt3-l,
  .gt3-r,
  .gt4-l,
  .gt4-r,
  .gt5-l,
  .gt5-r,
  .pic1,
  .pic2 {
    float: none;
    margin: 0;
    padding: 20px 0;
  }
  .text {
    margin: 10px auto 0;
  }
  .ms {
    margin: 0 auto;
  }
  .gt2-lists {
    display: table;
    margin: 20px auto;
    text-align: left;
  }
  .gt3-r p {
    margin: 20px auto;
  }
  .gt3-bottom li {
    margin: 20px;
  }
  .sync-text {
    margin: 0 auto;
  }
  .gt5-ms {
    max-width: 100%;
    margin: 0 auto;
  }
  .gt5-list {
    display: table;
    margin: 20px auto 0;
  }
  .contrast {
    margin: 0;
  }
  .ctbox {
    float: none;
    margin: 20px auto !important;
  }
  .swiper-container {
    display: block;
    margin: 20px auto !important;
  }
}
@media screen and (max-width: 768px) {
  .gt3-bottom li {
    float: none;
    margin: 20px auto;
  }
  .adv li {
    float: none;
    width: 100%;
    border-right: none;
  }
  .advms {
    max-width: 100%;
  }
  .gt6-list li {
    width: 50%;
    margin: 10px 0;
  }
}
@media screen and (max-width: 550px) {
  .swiper-wrapper {
    padding: 50px;
  }
  .swms {
    width: 400px;
  }
  .free,
  .pro {
    display: block;
    margin: 30px auto;
  }
}
@media screen and (max-width: 500px) {
  .swms {
    width: 350px;
  }
  .gt7-list {
    padding: 20px 50px;
  }
  .lc2 {
    margin-left: 0;
  }
  .down-lc {
    float: none;
    display: block;
  }
  .b-f {
    display: none;
  }
}
@media screen and (max-width: 420px) {
  .swms {
    width: 300px;
  }
  .gt6-list li {
    width: 100%;
    margin: 10px 0;
  }
}
@media screen and (max-width: 370px) {
  .swms {
    width: 250px;
  }
}
@media screen and (max-width: 320px) {
  .swms {
    width: 230px;
  }
}
@media screen and (max-width: 460px) {
  .ctbox {
    max-width: 100%;
  }
}
.ctbox:first-child h5 {
  margin-bottom: 35px;
}
.ctbox .bnr-switch {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 5px;
}
.ctbox .bnr-switch span {
  font-size: 16px;
}
.ctbox .bnr-switch .switch-btn {
  margin: 0 15px;
  width: 50px;
  height: 20px;
  background: #e9ecf4;
  border-radius: 10px;
  position: relative;
  cursor: pointer;
}
.ctbox .bnr-switch .switch-btn::before {
  position: absolute;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  transition: 0.5s all;
  top: 2px;
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: #39449f;
  border-radius: 8px;
  left: 30px;
}
.ctbox .bnr-switch.check .switch-btn::before {
  left: 4px;
}
.ctbox .yer-1 {
  display: none;
}
