body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, hr, button, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  margin: 0;
  padding: 0
}
html {
  -webkit-text-size-adjust: none;
  scroll-behavior: smooth
}
body {
  font: 14px/2em Microsoft Yahei, tahoma, HELVETICA;
  color: #2d313e
}
ol, ul {
  list-style: none
}
h1, h2, h3, h4, h5, h6 {
  font-size: 100%
}
img {
  border: none;
  vertical-align: top;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  -ms-transition: none;
  object-fit: cover
}
i, em {
  font-style: normal
}
input, select, option, textarea {
  font-size: 12px;
  font-family: Microsoft Yahei, tahoma, HELVETICA;
  outline: none
}
a {
  color: #2d313e;
  text-decoration: none;
  transition: color linear 0.1s
}
a:hover {
  color: #f80;
  text-decoration: none
}
a:hover em, a:hover b, a:hover i, a:hover span {
  cursor: pointer
}
a:hover img {
  opacity: 0.9
}
.clear, .clearfix:after {
  clear: both;
  height: 0;
  overflow: hidden;
  display: block
}
.clearfix:after {
  visibility: hidden;
  content: "."
}
.clearfix {
  *zoom: 1
}
img[loading='lazy'][src$=".jpg"], img[loading='lazy'][src$=".gif"] {
  background: url("../image/placeholder.png") center no-repeat #EDEFF6;
  background-size: contain
}
body {
  background: #f5f6f8
}
.mb20 {
  margin-bottom: 20px
}
.mb25 {
  margin-bottom: 25px
}
.mb40 {
  margin-bottom: 40px
}
.pannel {
  display: none
}
.g-doc {
  min-width: 1400px;
  margin: 0 auto
}
.g-doc a:hover {
  color: #0f89ff
}
.label-original {
  width: 119px;
  height: 28px;
  background: url("../image/label_yuanchuang.png") no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0
}
.title-alpha {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, transparent), color-stop(100%, rgba(0, 0, 0, 0.8)));
  background: -webkit-linear-gradient(top, transparent 0, rgba(0, 0, 0, 0.8) 100%);
  background: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, 0.8) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#131313', GradientType=0)
}
.dflex-between {
  display: flex;
  justify-content: space-between
}
.dflex-center {
  display: flex;
  justify-content: center;
  align-items: center
}
.dflex-align-center {
  display: flex;
  align-items: center
}
.float-box .col-abc, .float-box .col-bcd {
  float: left
}
.float-box .col-abc .little-mod, .float-box .col-bcd .little-mod {
  padding: 40px 40px 25px;
  box-sizing: border-box;
  width: 100%;
  position: relative
}
.float-box .col-d {
  float: right
}
.float-box .col-d .fixed {
  position: fixed;
  top: 20px
}
.col-abc ~ .col-abc {
  margin-bottom: 20px
}
.bg-w {
  background: #fff
}
.border {
  border: 1px solid #EAEDF0
}
.bgUrlIcons {
  background-image: url("../image/slide_btn.png");
  background-repeat: no-repeat
}
body .g-footer {
  background-color: #fff;
  color: #2d313e;
  padding-bottom: 30px
}
body .g-footer a {
  color: #2d313e
}
.mod .hd-original, .mod .hd {
  display: flex;
  justify-content: space-between;
  align-items: center
}
.mod .hd {
  margin-bottom: 20px
}
.mod .hd .title {
  font-size: 22px;
  color: #2d313e;
  line-height: 22px;
  font-weight: bold;
  position: relative
}
.mod .hd-original {
  margin-bottom: 20px
}
.mod .mark {
  display: flex;
  align-items: center
}
.mod .hd-tabs {
  font-size: 20px;
  color: #2d313e;
  line-height: 24px;
  display: flex
}
.mod .hd-tabs i {
  margin-right: 30px;
  position: relative;
  cursor: pointer
}
.mod .hd-tabs i::after {
  content: "";
  width: 0px;
  height: 4px;
  background: #0f89ff;
  position: absolute;
  margin-left: -15px;
  left: 50%;
  bottom: -12px;
  transition: width .1s linear
}
.mod .hd-tabs .current {
  font-weight: bold;
  font-size: 22px
}
.mod .hd-tabs .current::after {
  width: 30px
}
.mod .subCha {
  line-height: 22px;
  margin-left: 15px;
  color: #AFB2BE
}
.mod .subCha a {
  color: #848792;
  font-size: 14px;
  margin: 0 5px
}
.mod .subCha a:hover {
  color: #0f89ff
}
.mod .smark {
  color: #848792
}
.mod .smark a {
  color: #848792
}
.mod .smark a:hover {
  color: #0f89ff
}
.col-abc {
  width: 1025px
}
.col-a {
  width: 315px
}
.col-b, .col-c {
  width: 325px
}
.col-bc {
  width: 670px
}
.col-d {
  width: 335px
}
.txt-hide {
  line-height: 1000px;
  overflow: hidden
}
.wrap {
  width: 1400px;
  margin: 0 auto
}
.type-video {
  position: relative
}
.type-video::after {
  content: "";
  width: 42px;
  height: 42px;
  background: url("../image/ico-play.png") no-repeat;
  background-size: contain;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -21px 0 0 -21px
}
.slide-pic {
  box-sizing: border-box;
  position: relative;
  zoom: 1;
  z-index: 1
}
.slide-pic .pics {
  width: 100%
}
.slide-pic .pics {
  width: 99999px
}
.slide-pic {
  position: relative;
  zoom: 1;
  overflow: hidden;
  display: flex;
  flex-direction: column
}
.slide-pic .control {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  height: 4px;
  bottom: 0;
  left: 0;
  z-index: 2
}
.slide-pic .control > li {
  text-indent: -9999px;
  overflow: hidden;
  width: 4px;
  height: 4px;
  background-color: #C9CBD6;
  margin: 0 4px;
  transition: all .2s
}
.slide-pic .control > li.current {
  width: 16px;
  background-color: #0f89ff
}
.slide-pic .prev, .slide-pic .next {
  width: 40px;
  height: 54px;
  margin-top: -25px;
  position: absolute;
  top: 50%;
  z-index: 2;
  -webkit-transition: right .2s, left .2s;
  -moz-transition: right .2s, left .2s;
  -ms-transition: right .2s, left .2s;
  -o-transition: right .2s, left .2s;
  transition: right .2s, left .2s
}
.slide-pic .prev {
  background: url("../image/slide_btn.png") -10px -41px no-repeat;
  left: -40px
}
.slide-pic .next {
  background: url("../image/slide_btn.png") -10px -115px no-repeat;
  right: -40px
}
.slide-pic-hover .prev {
  left: 0
}
.slide-pic-hover .next {
  right: 0
}
.ivy-tonglan {
  margin: 0 auto;
  overflow: hidden;
  text-align: center
}
.ivy-tonglan div[id^=ad]:last-of-type {
  margin-bottom: 40px
}
.ivy-tonglan div[id^=ad]:nth-of-type(n+2) {
  margin-top: 3px
}
.ivy-tonglan iframe[id^=ad]:last-of-type {
  margin-bottom: 40px
}
.ivy-tonglan iframe[id^=ad]:nth-of-type(n+2) {
  margin-top: 3px
}
.ivy-tonglan a, .ivy-tonglan iframe {
  width: 100% !important;
  display: block
}
.ivy-tonglan-1 {
  margin: 20px 0
}
.ivy-tonglan-1 div[id^=ad]:last-of-type {
  margin-bottom: 0
}
.ivy-tonglan-dingbu div[id^=ad]:last-of-type {
  margin-bottom: 20px
}
.ivy-tonglan-dingbu iframe[id^=ad]:last-of-type {
  margin-bottom: 20px
}
.item-rs-ivy div[id^=ad]:last-of-type img {
  margin-bottom: 40px
}
.item-rs-ivy img {
  width: 100% !important;
  height: 208px
}
.ivy-dbqp {
  width: 1400px;
  margin: 0 auto
}
.guide {
  width: 70px;
  z-index: 300;
  margin-left: 720px;
  position: fixed;
  left: 50%;
  bottom: 35px;
  display: none
}
.guide .guide-wrap {
  position: relative;
  background: #fff;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.06)
}
.guide .guide-wrap a {
  height: 37px;
  line-height: 16px;
  padding: 5px 0 2px;
  text-align: center;
  color: #ccc;
  position: relative
}
.guide .guide-wrap a:not(.sewm) {
  display: block
}
.guide .guide-wrap a:hover {
  color: #0f89ff;
  text-decoration: none
}
.guide .guide-wrap a:hover .guide-ico {
  display: none
}
.guide .guide-wrap a:hover .hover-txt {
  display: block;
  font-size: 12px;
  width: 24px;
  margin: auto
}
.guide .guide-ico {
  width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: top;
  margin-top: 5px
}
.guide .sewm-mini {
  background: url("../image/ico-qr-code.png") no-repeat;
  background-size: contain
}
.guide .ico-idea {
  background: url("../image/ico-suguess.png") no-repeat;
  background-size: contain
}
.guide .ico-totop {
  background: url("../image/ico-gotop.png") no-repeat;
  background-size: contain
}
.guide .hover-txt {
  display: none
}
.guide .sewm {
  display: none
}
.guide .sewm .sewm-tc {
  position: absolute;
  display: none;
  width: 50px;
  height: 45px;
  top: 0;
  left: -51px;
  background: 0
}
.guide .sewm .sewm-stxt {
  width: 18px;
  height: 18px
}
.guide .sewm .sewm-txt1 {
  display: block;
  width: 238px;
  height: 24px;
  line-height: 24px;
  position: absolute;
  font-size: 15px;
  color: #0077db;
  left: -204px;
  top: 90px;
  z-index: 3
}
.guide .sewm .sewm-txt2 {
  font-weight: 700;
  top: 111px;
  z-index: 4
}
.guide .sewm:hover .sewm-mini {
  background: url("../image/ico-qr-code-hover.png") no-repeat;
  background-size: contain;
  display: inline-block !important
}
.guide .sewm:hover .sewm-stxt {
  display: block
}
.guide .sewm:hover .sewm-tc {
  display: block
}
.guide .sewm:hover .sewm-pic {
  width: 238px;
  height: 270px;
  position: absolute;
  display: block;
  background: #fff;
  top: -123px;
  left: -205px;
  z-index: 0;
  filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.06))
}
.guide .sewm:hover .sewm-pic::after {
  content: "";
  z-index: -999;
  width: 20px;
  height: 20px;
  transform: rotate(45deg);
  background: #fff;
  z-index: 2;
  position: absolute;
  right: -10px;
  top: 136px
}
.art-pic-list, .art-rs-pic-list {
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap
}
.art-pic-list .hot-item, .art-rs-pic-list .hot-item {
  display: flex;
  align-items: center;
  width: 100%
}
.art-pic-list .hot-item:not(:first-child), .art-rs-pic-list .hot-item:not(:first-child) {
  margin-top: 20px
}
.art-pic-list .hot-item img, .art-rs-pic-list .hot-item img {
  width: 100%;
  height: 100%;
  position: relative;
  object-fit: cover
}
.art-pic-list .hot-item .pic-wrap, .art-rs-pic-list .hot-item .pic-wrap {
  width: 105px;
  height: 80px;
  flex-shrink: 0;
  margin-right: 15px
}
.art-pic-list .hot-item dl, .art-rs-pic-list .hot-item dl {
  display: flex;
  height: 100%;
  justify-content: space-around;
  flex-direction: column
}
.art-pic-list .hot-item dt, .art-rs-pic-list .hot-item dt {
  line-height: 24px
}
.art-pic-list .hot-item .art-author, .art-rs-pic-list .hot-item .art-author {
  font-size: 14px
}
.art-pic-list .hot-item .art-infomation, .art-rs-pic-list .hot-item .art-infomation {
  margin-top: 0px
}
.art-pic-list .video-time, .art-rs-pic-list .video-time {
  height: 20px;
  position: absolute;
  bottom: 5px;
  right: 5px;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 2px;
  padding: 0 4px
}
.art-pic-list .item {
  width: 48%
}
.art-pic-list .item:nth-child(1), .art-pic-list .item:nth-child(2) {
  margin-bottom: 20px
}
.art-pic-list .item .pic-wrap {
  height: 91px;
  display: block;
  margin-bottom: 7px;
  position: relative
}
.art-pic-list .item .pic-wrap img {
  width: 100%;
  height: 100%;
  position: relative;
  object-fit: cover
}
.art-pic-list dt {
  font-size: 14px;
  line-height: 20px;
  overflow: hidden;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical
}
.art-pic-list dd {
  display: flex;
  justify-content: space-between;
  height: 20px;
  margin-top: 8px;
  align-items: center
}
.art-pic-list .art-author {
  display: flex;
  align-items: center;
  color: #848792;
  font-size: 12px
}
.art-pic-list .art-author img {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin-right: 8px
}
.art-pic-list .art-type {
  min-width: 36px;
  height: 20px;
  box-sizing: border-box;
  border-radius: 2px;
  border: 1px solid #EAEDF0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: #848792
}
.loader {
  width: 23px;
  height: 23px;
  position: relative;
  z-index: 1;
  transform: translateX(-50%);
  margin: 0 auto 0;
  padding: 0 0 15px 0
}
.loader::before, .loader::after {
  content: '';
  position: absolute;
  width: inherit;
  height: inherit;
  border-radius: 50%;
  mix-blend-mode: multiply;
  animation: rotate92523 1s infinite cubic-bezier(0.77, 0, 0.175, 1)
}
.loader::before {
  background-color: rgba(15, 137, 255, 0.5)
}
.loader::after {
  background-color: #0f89ff;
  animation-delay: .5s;
  left: 35px
}
.no-more {
  color: #848792;
  height: 44px;
  line-height: 44px;
  margin-bottom: 15px;
  display: none
}
@keyframes rotate92523 {
  0%, 100% {
    left: 35px
  }
  50% {
    left: 0%
  }
}
.g-header {
  background: #fff;
  margin-bottom: 20px
}
.g-header .head-top {
  height: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center
}
.g-header h1 {
  height: 32px;
  display: flex;
  align-items: center
}
.g-header .logo {
  width: 174px;
  height: 34px;
  background: url("../image/logo-pconline-new.webp") no-repeat;
  background-size: contain;
  overflow: hidden;
  line-height: 1000px
}
.g-header .channel-name {
  font-size: 28px;
  font-weight: 700;
  color: #0F89FF;
  margin-left: 12px;
  padding-left: 12px;
  height: 32px;
  line-height: 32px;
  border-left: 1px solid #D8D8D8
}
.g-header .search {
  width: 335px;
  height: 40px;
  border-radius: 20px;
  background: #F5F6F8 url("../image/ico-search.png") 15px center no-repeat;
  background-size: 15px;
  padding-left: 40px;
  box-sizing: border-box
}
.g-header .search .ks-input {
  display: flex;
  align-items: center
}
.g-header .search .txt {
  border: none;
  height: 40px;
  flex: 1;
  width: 100%;
  background: transparent
}
.g-header .search .btn-search {
  width: 74px;
  height: 40px;
  border-radius: 20px;
  background-image: linear-gradient(-90deg, #00ADF7 0, #0781F0 100%);
  border: none;
  font-size: 16px;
  color: #fff;
  line-height: 40px;
  cursor: pointer
}
.g-header .g-nav {
  height: 50px;
  background-image: linear-gradient(-90deg, #00CECF 0, #00ADF7 50%, #077DEF 100%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  padding: 0 20px
}
.g-header .g-nav a {
  color: #fff
}
.g-header .g-nav .nav-wrap {
  display: flex
}
.g-header .g-nav .nav-wrap .cur {
  cursor: default
}
.g-header .g-nav .nav-wrap .link, .g-header .g-nav .nav-wrap .cur {
  position: relative;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  margin-right: 40px
}
.g-header .g-nav .nav-wrap .link::after, .g-header .g-nav .nav-wrap .cur::after {
  content: "";
  width: 0px;
  height: 3px;
  background: #f5f6f8;
  position: absolute;
  left: 50%;
  bottom: 5px;
  transform: translateX(-50%);
  transition: width ease 0.2s;
  overflow: hidden
}
.g-header .g-nav .nav-wrap .link:last-child, .g-header .g-nav .nav-wrap .cur:last-child {
  margin-right: 0
}
.g-header .g-nav .nav-wrap .link:hover, .g-header .g-nav .nav-wrap .cur:hover {
  position: relative
}
.g-header .g-nav .nav-wrap .link:hover::after, .g-header .g-nav .nav-wrap .cur:hover::after {
  width: 26px
}
.g-header .g-nav .nav-subLink .link {
  margin-left: 10px
}
.g-header .g-nav .nav-subLink .link:hover {
  text-decoration: underline
}
.g-header {
  position: relative;
  z-index: 11
}
.g-header .icon_new {
  height: 16px;
  padding: 0 6px;
  border-radius: 8px 8px 8px 0;
  background: -webkit-linear-gradient(90deg, #FF4243 0%, #FF6A6B 100%);
  background: linear-gradient(90deg, #FF4243 0%, #FF6A6B 100%);
  position: absolute;
  right: -30px;
  top: -6px;
  color: #fff;
  font-size: 10px;
  text-align: center;
  line-height: 16px
}
.g-header .tragl {
  width: 10px;
  height: 7px;
  background: url("../image/ico_arrow_white_down.png") no-repeat;
  background-size: cover;
  margin-left: 5px;
  transition: transform linear 0.2s
}
.g-header .nav-sub dt {
  display: flex;
  align-items: center
}
.g-header .nav-sub:hover .nav-sub-list {
  display: block;
  width: 100px;
  height: auto
}
.g-header .nav-sub:hover .nav-sub-list > a {
  font-size: 16px
}
.g-header .nav-sub:hover .nav-sub-list > i.cur {
  color: #0f89ff;
  padding-bottom: 10px;
  background-color: #f5f6f8
}
.g-header .nav-sub-list {
  width: 0px;
  height: 0;
  position: absolute;
  top: 50px;
  background-color: #fff;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
  left: 50%;
  transform: translate(-50%, 0);
  text-align: center;
  overflow: hidden
}
.g-header .nav-sub-list > a {
  color: #2d313e;
  line-height: 40px;
  font-size: 0;
  display: block;
  font-weight: normal
}
.g-header .nav-sub-list > a:hover {
  background-color: #f5f6f8;
  color: #0f89ff
}
.g-header h1 .m-top-float {
    display: flex
;
    align-items: center;
}
.g-header h1 .m-top-float .m-top-icon-box {
    width: 166px;
    height: 64px;
    background: url(../image/top-title-float-tof.png) center / 100% 100% no-repeat;
}
.crumbs {
  padding: 12px 0;
  margin-top: -20px;
  color: #848792;
  margin-bottom: 10px
}
.crumbs > a {
  color: #848792;
  margin-right: 5px
}
.crumbs > a:not(:first-child) {
  margin-left: 5px
}
.crumbs .nolink {
  margin: 0 5px
}
.list-box .hd {
  font-size: 28px;
  font-weight: 700;
  line-height: 22px
}
.list-box .bd {
  padding: 20px
}
.art-list {
  width: 100%
}
.art-list .art-item {
  width: 100%;
  padding-bottom: 20px;
  height: 225px;
  position: relative
}
.art-list .art-item > a {
  height: 100%
}
.art-list .art-item:not(:first-child) {
  padding-top: 20px;
  border-top: 1px solid #EAEDF0
}
.art-list .art-item:first-child {
  margin-top: 0
}
.art-list .art-item .art-message {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
  height: 100%;
  box-sizing: border-box;
  flex: 1;
  padding: 16px 0
}
.art-list .art-item .art-title {
  font-size: 22px;
  font-weight: 700;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-break: break-all;
  line-height: 30px;
  margin-bottom: 12px;
  word-break: break-all
}
.art-list .art-item .art-desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  color: #848792;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-break: break-all
}
.art-list .art-item .art-txt {
  width: 100%
}
.art-list .art-item .art-infomation {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #848792;
  font-size: 14px
}
.art-list .art-item .art-author {
  height: 24px;
  color: #848792
}
.art-list .art-item .art-author img {
  border-radius: 100%;
  width: 100%;
  height: 100%
}
.art-list .art-item .art-author .face-box {
  width: 24px;
  height: 24px;
  margin-right: 6px
}
.art-list .art-item .art-author .author-name {
  margin-right: 20px
}
.art-list .art-item:hover .art-img::before {
  background-color: transparent
}
.art-list .art-item .art-tags {
  flex-wrap: wrap;
  max-width: 28%;
  height: 24px;
  overflow: hidden;
  justify-content: flex-end;
  position: absolute;
  bottom: 36px;
  right: 0;
  font-size: 14px;
  line-height: 24px
}
.art-list .art-item .art-tags > a {
  border: 1px solid #DFE5EA;
  padding: 0 8px;
  height: 22px;
  margin-left: 8px;
  border-radius: 2px;
  line-height: 22px
}
.art-list .art-img {
  width: 300px;
  height: 225px;
  overflow: hidden;
  flex-shrink: 0;
  margin-right: 20px;
  position: relative
}
.art-list .art-img img {
  width: 100%
}
.art-list .art-img::before {
  transition: all .2s linear;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(1, 1, 1, 0.1);
  z-index: 3
}
.text-list {
  display: flex;
  flex-direction: column
}
.text-list .hot-item {
  padding: 13px 0
}
.text-list .hot-item p {
  font-size: 14px;
  line-height: 22px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-break: break-all
}
.text-list .hot-item:first-child {
  margin-top: -13px
}
.text-list .hot-item:not(:first-child) {
  border-top: 1px solid #DFE5EA
}
.text-list .hot-item:last-child {
  padding-bottom: 0
}
.hotkeys-list {
  flex-wrap: wrap;
  justify-content: flex-start
}
.hotkeys-list > a {
  font-size: 14px;
  line-height: 22px;
  margin: 0 20px 16px 0
}
.circle-ctrl i {
  width: 117px;
  color: #2d313e;
  line-height: 22px;
  font-size: 20px;
  padding-bottom: 8px;
  position: relative;
  cursor: pointer
}
.circle-ctrl i::after {
  width: 30px;
  height: 4px;
  background-color: transparent;
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  transform: translate(29px, 0)
}
.circle-ctrl i.current, .circle-ctrl i:hover {
  font-size: 22px;
  font-weight: 700
}
.circle-ctrl i.current::after, .circle-ctrl i:hover::after {
  background-color: #0f89ff
}