:root {
 /* 默认背景色 */
--backColor:#fff;
--borderline:#1e769f;
 /* 卡片 */
--headerCOlor:#00283A;
 /* 卡片 */
--headerhover:rgb(0, 40, 58,.8);

  /* 默认字体颜色 */
--headerFont:#fff;
  /* 反差色 */
--fontColor:#00283A;
--mainColor:#ff8181;
--bagColor:#02162b;
}

.content-li svg path,.buttom svg path{
  fill:#fff;
}
svg{
  vertical-align: middle;
}
svg path{
  fill: var(--headerFont);
}

.close path{
  fill: #FCFCFE;
}

body,
html {
  position: relative;
  margin: 0px;
  width: 100%;
  padding: 0px;
  font-size: 13px;
  letter-spacing: 2px;
  transition: .4s ease-in-out;
  font-weight: 400;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  
  color: var(--headerFont);
  background-color:var(--bagColor);
}
a{
   transition: color .6s ease-in-out;
   text-decoration: none;
   color: inherit;
}
a:hover {
  color: var(--mainColor);
}

.carbox {
  background-color: var(--headerCOlor);
  border-radius: 12px;
  box-shadow: 0 2px 4px -2px rgb(0 0 0 / 15%);
}

ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

ul>li {
  display: inline-block;
}
img {
  width: 100%;
  height: 100%;
  vertical-align: middle;
}
/* 底部卡片（2024一航的主页） */
.copybottm {
  padding: 30px 20px;
  color: #7B7B7D;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 2px;
  transition: .4s ease-in-out;
  text-transform: uppercase;
}

 /* 顶部栏目 */
.header {
  position: fixed;
  z-index: 2;
  top: 0px;
  width: 100%;
  height: 70px;
  line-height: 70px;
  background-color: var(--headerCOlor);
  border-radius: 0% 0% 10px 10px;
  box-shadow: 0 2px 4px 0 rgb(0 0 0 / 15%);
}

.col {
  width: 75%;
  margin: 0 auto;
  /* border: 1px solid red; */
}

.header>div {
  display: flex;
  justify-content: space-between;
}

/* 开灯，切换主题 */
.kaig-bottm img {
  width: 15px;
  height: 15px;
}
.kaig-bottm .my-radio{
  position: relative;
  display: inline-block;
  height: 20px;
  width: 40px;
  vertical-align: middle;
  background: #F4F5F7;
  border-radius: 2em;
  box-shadow: inset 0 0 4px -1px rgb(0 0 0 / 15%);
  transition: .4s ease-in-out;
  cursor: pointer;
}

.kaig-bottm .my-radio.active>i{
  right: 0px;
  left: auto;
}
.kaig-bottm .my-radio>i{
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  display: inline-block;
  width: 35%;
  border: solid 3px #AFB42B;
  border-radius: 50%;
  background: #FCFCFE;
  transition: all .2s ease;
}
/* 主题1 */
.navigation.active{ 
  background-image: url("../img/back/126263main_image_feature_397_ys_full.jpg") !important;
  
}
/* 主题2 */
.navigation {
  margin: 0px auto 0;
  width: 95%;
  background-color: transparent;
  height: 800px;
  border-radius: 20px;
  background-image: url("../img/back/sts108-301-014.jpg");
  background-attachment: fixed;
  background-size: 100%;
  background-repeat: no-repeat;
  overflow: hidden;
  color: #ffffff;
}

/* 顶部导航(了解一下按钮) */
.navigation .titleBox-tag {
  text-transform: uppercase;
}

.navigation h1 {
  margin: 10px 0;
  font-size: 3.8rem;
  color: #fcfcfe;
  text-shadow: 0 1px 10px rgb(0 0 0 / 30%);
}
.navigation .buttom:hover{
  transform: scale(1.1);
  color: #fff;
}
.navigation>.nav-titleBox {
  margin-top: 18rem;
}

.nav-titleBox .buttom {
  display: inline-block;
  height: 28px;
  line-height: 28px;
  padding: 0px 35px 0 20px;
  border: 2px solid white;
  border-radius: 15px;
  cursor: pointer;
  transition: transform .3s ease;
  color: #fcfcfe;
  position: relative;
}
.nav-titleBox .buttom::after{
  position: absolute;
  right: 10px;
  top: 50%;
  content: '';
  width: 0px;
  height: 0px;
  border-top: 4px solid transparent;
  border-left: 8px solid #fff;
  border-bottom: 4px solid transparent;
  animation: bmove 1s infinite;
}
@keyframes bmove {
  0%{
    opacity: 1;
    transform: translateX(-8px) translateY(-50%);
  }
  100%{
    opacity: 0;
    transform: translateX(5px) translateY(-50%);
  }
}

/* 内容 */

.co-left {
  width:35%;
  display: inline-block;
  height: 50px;
}

.co-right {
  width: 64%;
  display: inline-block;
  /* background-color: #45454566; */
  min-height: 50px;
}
.co{
  width: 70%;
  margin: 0 auto;
}

.content {
  position: relative;
  top: -90px;
  min-height: 1000px;
  width: 70%;
  margin: 0 auto;
  display: flex;
}

.scroll{
  position: fixed !important;
  top: 49%;
}
.content .me-card {
  width: fit-content;
  min-width: 285px;
  transform: translateY(-351px);
  height: 780px;
  /* backgrounbad-color: var(--headerCOlor); */
  border-radius: 10px;
  text-align: center;
  border: 1px solid var(--headerCOlor);
  padding: 0px 30px;
}

/* 左侧栏 */
.mecar-title {
  margin-top: 40px;
}

.me-hover span{
  margin: 0 auto;
  display: block;
  font: 14px ;
  border-right: .08em solid;
  /* 个数*2ch */
  width: 28ch; 
  white-space: nowrap;
  overflow: hidden;
  animation: typing 3s steps(28,end), blink-caret .3s step-end infinite alternate;
}
/*左侧栏字体动画*/
@keyframes typing {
  from {
    width: 0;
  }
}
@keyframes blink-caret {
  50%{
    border-color: transparent;
  }
}

/* 虚线 */
.content .borderbotm {
  /* border-style: dashed; */
  border-bottom: 1px dashed rgb(187, 185, 185);
  height: 0px;
  margin: 35px 0;
}

.mecar-title .me-image {
  position: relative;
  display: inline-block;
}
.me-image>img{
  width: 100px;
  height: 100px;
  border: solid 3px #FCFCFE;
  border-radius: 50%;
  box-shadow: 0 2px 4px -2px rgb(0 0 0 / 15%);
}
.mecar-title .me-image>.status{
    height: 20px;
    width: 20px;
     box-shadow: 0 2px 4px -2px rgb(0 0 0 / 15%);
    border-radius: 50%;
    position: absolute;
    border: solid 3px #FCFCFE;
    right: 0px;
    bottom: 0px;
    background-color: var(--mainColor);
    overflow: hidden;
    color: #fff;
    transition: width .2s ease-in-out, visible .2s ease-in-out;
}
.mecar-title .me-image:hover .status{
  width: 100px;
  border-radius: 20px;
}
.mecar-title .me-image:hover .status i {
  width: 0%;
  visibility: hidden;
}
.mecar-title .me-image:hover .status i {
  width: 100%;
  visibility: visible;
}

.mecar-bottm>div {
  display: flex;
  justify-content: space-between;
  height: 25px;
  line-height: 25px;
}

.mecar-bottm .mecarbottm-key {
  font-weight: 500;
}

.mecar-bottm .mecarbottm-value {
  font-weight: 500;
  color: #747474;
}
.me-card .lianxi-list svg{
  margin: 0 5px;
 
}
.me-card .lianxi-list a svg path{
  transition: .2s ease-in-out;
}
.me-card .lianxi-list a:hover svg path{
  fill: var(--mainColor);
}
.me-card .lianxi-list a{
 display: inline-block;
}
.me-card .buttom-box .button{
  display: block;
  margin: 0 auto;
  border: none;
  height: 40px;
  line-height: 40px;
  width: 200px;
 
  color: var(--headerFont);
  border-radius: 50px;
  background: linear-gradient(-45deg, var(--mainColor) 50%, #fff 60%, var(--mainColor) 70%);
  background-size: 600% 100%;
  animation: shine 5s infinite;
}
@keyframes shine {
  0% {
    background-position-x: 100%;
  }
  50% {
    background-position-x: 0%;
  }
  100% {
    background-position-x: -100%;
  }
}

/* 鼠标悬停样式 */
.buttonsty{  /* 可点击位置鼠标变成手型样式 */
  cursor: pointer;
  transition: .4s ease-in-out;
}
.buttonsty:hover{
  transform: scale(1.03); /* 鼠标悬停时按钮放大 */
}
