@import url("/assets/css/iconfont.css");
@import url("/assets/libs/font-awesome/css/font-awesome.min.css");
@property --_w {
  syntax: '<length>';
  inherits: true;
  initial-value: 100vw; 
}
@property --_h {
  syntax: '<length>';
  inherits: true;
  initial-value: 100vh; 
}
:root {
  --w: tan(atan2(var(--_w),1px)); /* screen width */
  --h: tan(atan2(var(--_h),1px)); /* screen height*/
  overflow-y: auto;
  overflow-x: hidden;
  --sitecolor:rgb(254, 44, 85);
  --padding10: 10px;
  --padding15: 15px;
  --paddinglr10: 0px 10px;
  --borderradius10:10px;
  --navheight:50px;
}
.sitefontcolor {
  color:var(--sitecolor)
}
a{
  color:#000;
} 
a {
  color: inherit !important;         /* 继承父元素文字颜色 */
  text-decoration: none !important;;  /* 移除下划线 */
}

/* 移除点击后的高亮和访问状态 */
a:focus, a:visited, a:active {
  outline: none !important;;          /* 移除焦点轮廓 */
  color: inherit !important;;         /* 保持颜色不变 */
}
body {
  font-family: PingFangSC-Regular, Roboto, Helvetica Neue, Helvetica, Tahoma,
    Arial, PingFang SC-Light, Microsoft YaHei;
    margin:0px !important;
}
input {
  background-color: transparent;
  border: 0;
}
button {
  margin: 0;
  padding: 0;
  border: 1px solid transparent;
  outline: none;
  background-color: transparent;
}

button:active {
  opacity: 0.6;
}
.flex-col {
  display: flex;
  flex-direction: column;
}
.flex-row {
  display: flex;
  flex-direction: row;
}
.justify-start {
  display: flex;
  justify-content: flex-start;
}
.justify-center {
  display: flex;
  justify-content: center;
}

.justify-end {
  display: flex;
  justify-content: flex-end;
}
.justify-evenly {
  display: flex;
  justify-content: space-evenly;
}
.justify-around {
  display: flex;
  justify-content: space-around;
}
.justify-between {
  display: flex;
  justify-content: space-between;
}
.align-start {
  display: flex;
  align-items: flex-start;
}
.align-center {
  display: flex;
  align-items: center;
}
.align-end {
  display: flex;
  align-items: flex-end;
}
.bottom-four {
  position: fixed;
  position: -webkit-fixed;
  bottom: 0;
  background-color: rgba(255, 255, 255, 1);   
  padding: var(--padding10) 0px;
  width: 100%;
  box-shadow: -1px 0px 27px -17px rgba(50, 100, 255, 1);
  z-index: 9999;
}
.bottom-four a{
  color:black !important;
}
.sm-hongda-div { 
  height: 22px;
  overflow-wrap: break-word;
  font-size: 0;
  font-family: SF Pro Display-Heavy;
  font-weight: 900;
  text-align: center;
  white-space: nowrap;
  line-height: 22px;
  margin-top: 6px;
}
.navback-icon-a{
  position: absolute; 
  top:5px;
  left:10px;
  color: #fff !important;
  font-size: 16px;
  text-decoration:none;  
  margin-top: 10px;
}
.navback-icon{
  float: left;  
  width: 30px;
}
.nav_hongda { 
  height: 22px;
  overflow-wrap: break-word;
  color: rgba(35, 70, 255, 1);
  font-size: 17px;
  font-family: SF Pro Display-Heavy;
  font-weight: 900;
  text-align: center;
  white-space: nowrap;
  line-height: 22px;
} 
.navbar-brand {
  padding: 0px !important;
}
.nav-img {
  width: 24px;
  height: 24px; 
}
.four-img { 
  height: 29px;
  margin-left: 1px;
}
.nav-top-box { 
  height: 50px; 
  justify-content: space-between;
}
.nav-img-box{
  width: 20%;
  align-items: center;
  justify-content: space-between;
} 
a{
  text-decoration:none;
}

.tabpage {
  /* background-color: rgb(8, 8, 8); */
  position: relative; 
  height: 100vh;
  width: 100%;   
  padding-top: var(--navheight);  
  padding-bottom:64px; 
}
.indexpage {
  /* background-color: rgb(8, 8, 8); */
  position: relative; 
  width: 100%;   
  margin-top: var(--navheight);  
  margin-bottom:64px; 
}
.innerpage {
  /* background-color: rgb(8, 8, 8); */
  position: relative; 
  width: 100%;   
  padding-top: var(--navheight);   
  min-height: 100vh;
  background-color: rgb(245, 246, 250);
}
.navbar-fixed-top{
  background-color: #fff;
} 
.four-box{
  width: 100%;
  height: 49px;
  justify-content: center;
  text-align: center;
}
.four-wenan{
  line-height: 21px;
  font-size: 14px !important;
}
.nav-logo-box {
  height: 35px;
  margin-top: 5px;
}
.nav-logo-img {
  width: 36px;
  height: 35px;
  vertical-align: middle;
}
.navbar {
  margin-bottom: 0px !important;
  background-color: #fff !important;
}
.toast-info {
  font-size: 16px !important;
  background-color: var(--sitecolor) !important;
}

.nav-p-title{ 
  border:0px !important;
  color:white;
  text-align: center;
  line-height: var(--navheight);
  font-size: 2rem;
} 
.navbar-custom {
  background-color: var(--sitecolor)!important;
  border: none;
  border-radius: 0;
  margin-bottom: 0;
}

.navbar-custom .navbar-brand,
.navbar-custom .navbar-nav > li > a {
  color: #fff;
}

.navbar-custom .navbar-brand {
  padding: 15px 15px;
} 
.block-a{
  display: block;
  text-decoration: none;
  color:black;
}
a:hover, a:focus, a:active {
  text-decoration: none !important;
  color:black;
}
.form-control:focus {
  border-color: var(--sitecolor) !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(var(--sitecolor), var(--sitecolor), var(--sitecolor), 0.6);
}
/* 自定义成功提示样式 */
.toast-success {
  background-color: var(--sitecolor) !important;
  border-color: var(--sitecolor) !important;
}
.swal-icon--success__line {
  background-color:var(--sitecolor);
}
.swal-icon--success__line--long {
  background-color:var(--sitecolor);
}
.swal-button:not([disabled]):hover {
  background-color:var(--sitecolor);
}
.swal-button{
  background-color:var(--sitecolor);
  border:0px;
}
.swal-button-container{
  background-color:var(--sitecolor);
  border:0px;
}