
::-webkit-scrollbar {
  width: 6px; 
  height: 6px; 
}

::-webkit-scrollbar-track {
  background: transparent;
}

::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 3px;
}

::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0, 0, 0, 0.5);
}

*{
	padding: 0;
  margin: 0;
  box-sizing: border-box;
  word-wrap: break-word;
}
html{
    min-width: 1300px;
  }
  html,body{
    width: 100%;
    height: 100%;
  }
  body{
	  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	  font-size: 14px;
	  padding-top: 85px;
  }
  a{
      text-decoration: none;
  }
 #header {
     top: 0;
    position: fixed;
    width: 100%;
    height: 85px;
    background: rgba(0, 0, 0, 0.05);
    backdrop-filter: saturate(180%) blur(6px);
    border-bottom: 1px solid rgba(207, 207, 207,0.05);
    z-index: 1200;
  }
 .animated {
	animation-duration: .5s !important;
  }
.logoa {
    /*width: 150px;*/
}
.position-top {
  position: relative;
  overflow: hidden;
  height: 35px; 
  background: #f7f7f7;
}

.notice-wrapper {
  display: flex;
  flex-direction: column;
  animation: scroll-up 6s linear infinite;
}

.notice-wrapper a {
  display: flex;
  align-items: center;
  padding: 0 20px;
  height: 35px;
  text-decoration: none;
  color: #333;
  margin: 0px auto;
}

.badge {
  background-color: #ffc700;
  color: white;
  padding: 2px 6px;
  border-radius: 4px;
  margin-right: 10px;
  font-size: 14px;
  flex-shrink: 0;
}

.text-yi {
  font-size: 14px;
  line-height: 1.4;
  /*white-space: nowrap;*/
  overflow: hidden;
  text-overflow: ellipsis;
}

@keyframes scroll-up {
  0% {
    transform: translateY(0);
  }
  45% {
    transform: translateY(0);
  }
  55% {
    transform: translateY(-35px);
  }
  100% {
    transform: translateY(-35px);
  }
}

.icon-svip {
    vertical-align: bottom;
    height: 50px;
}
.header-container{
    max-width: 1600px;
    height: 50px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background-color 0.6s ease, box-shadow 0.6s ease;
}

.logoa img{
    width: 130px;
    margin-top: 10px;
}
.middle-box{
    flex: 1;
    display: flex;
    align-items: center;
    margin-left: 150px;
}
.middle-item,.middle-tab{
    font-size: 14px;
    color: #191919;
    margin-right: 22px;
    cursor: pointer;
}
.middle-item:nth-child(1){
    margin-right: 28px;
}
.middle-item{
    margin-right: 0;
}
.middle-item:hover{
    color: #006eff;
}
.middle-tab .iconfont{
    margin-left: 4px;
}
.middle-tab .icon-jiantou-shang{
    display: none;
}
.middle-tab-active{
    color: #006eff;
}
.middle-tab-active .icon-jiantou-youxia-1{
    display: none;
}
.middle-tab-active .icon-jiantou-shang{
    display: inline;
}
.right-box{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.right-box-action{
    /*width: 150px;*/
    display: flex;
    align-items: center;
}
.right-line{
    height: 20px;
    width: 1px;
    background: #C0C0C0;
}
.login-btn{
    display: block;
    font-size: 14px;
    color: black;
    border: 1px solid black;
    width: 62px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    background: white;
    cursor: pointer;
    margin: 0 20px;
}
.register-btn{
    display: block;
    font-size: 14px;
    width: 90px;
    height: 36px;
    background: black;
    color: #fff;
    text-align: center;
    line-height: 36px;
    cursor: pointer;
}
.user-info{
    display: none;
    align-items: center;
    cursor: pointer;
    justify-content: flex-end;
    margin-left: 20px;
}
.right-box .head-sculpture{
    border-radius: 50%;
    width: 32px;
    height: 32px;
    margin-right: 8px;
}
.user-name{
    color: #333;
    font-size: 16px;
    margin-left: 8px;
}
.user-action-box,.language-change-box{
    display: none;
    min-width: 170px;
    padding: 14px 20px;
    
    background: white;
    position: absolute;
    right: calc((100% - 1200px) / 2);
    /*top: 60px;*/
    border-radius: 4px;
    z-index: 2001;
}
.language-change-box{
    min-width: unset;
    width: fit-content;
    right: unset;
}
.user-action-box-item,.language-change-item{
    padding: 12px 0;
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #495770;
    cursor: pointer;
}
.user-action-box-item .iconfont,.language-change-item .iconfont{
    margin-right: 12px;
    font-size: 18px;
    color: #0052d9;
}
.user-action-box-item:hover,.language-change-item:hover{
    color: #006efc;
}
.user-action-box-line{
    height: 1px;
    background: #E5E5E5;
    margin: 12px 0;
}
.middle-tab-content{
    display: none;
    z-index: 2001;
}
.middle-tab-content-type1{
    margin-top: 10px;
    justify-content: center;
    position: relative;
    margin:0 calc(10%);
    background-color: rgba(255,255,255);
   
}

.display-none{
    display: none;
}
.header-container-mobile{
    display: none;
}
.menu-box-mobile{
    display: none;
}

.language-change{
    display: flex;
    align-items: center;
}
.icon-language{
    font-size: 17px;
    margin-right: 2px;
    vertical-align: text-bottom;
}

.listPro {
    padding: 40px 20px;
	right: 0px;
	left: 0px;
}
.mink{
    display: flex;
}
.list.listPro .mLi {
margin-left: 30px;
}
.list.listPro .mLi a{
display: block;
}

.list .mLi .h1 {
	line-height: 14px;
	padding: 0 0 10px 15px;
	border-bottom: 1px solid #dcdfe6;
	color: #999;
}
.list .mLi a {
	margin-top: 16px;
	padding: 5px 5px 8px 40px;
	position: relative;
	border-radius: 4px;
	transition: all 0.5s;
	text-decoration: none;
}
.list .mLi .a2 {
	margin-top: 16px;
	padding: 8px 0 8px 15px;
	position: relative;
	border-radius: 4px;
	transition: all 0.5s;
	text-decoration: none;
}
.list .mLi a:hover {
	background: #f2f6fc;
}
.list .mLi .em {
	width: 20px;
	position: absolute;
	top: 8px;
	left: 12px;
}
.list .mLi .em img {
	width: 100%;
	vertical-align: sub;
}
.list .mLi .h1{font-family: PingFang SC;font-size: 14px;font-weight: 500;line-height: 22px;letter-spacing: 0em;text-align: left;color: #020814;border-bottom: 1px solid #E4E9F2;}
.list .mLi .h2{margin-top:3px;font-family: PingFang SC;font-size: 16px;font-weight: 400;line-height: 15px;letter-spacing: 0em;text-align: left;color: #020814;}
.list .mLi .p{font-family: PingFang SC;font-size: 12px;font-weight: 400;line-height: 15px;letter-spacing: 0em;text-align: left;color: #9096A5;max-width: 250px;margin-top:5px;font-size: 13px;}
.list .mLi a:hover{background-color: #E8F3FF;}
.list .mLi a:hover a{color: #175DFF;font-weight: 500;}
.list .mLi_pro {width:250px}
.list .mLi_pro a {padding: 0px;}
.list .mLi_pro a:hover {background-color: #fff;}
.list .mLi_pro .em {width: 100%;height: auto;position: static;margin-bottom: 16px;}
/* 手机样式 */
@media (max-width: 1024px) {
     html{
      min-width: unset;
    }
     body{
	 
	  padding-top: 52px;
  }
    #header{
        position: fixed;
        top: 0;
        left: 0;
        height: 52px;
    }
    .position-top {
        padding: 5px 10px;
        display: none;
    }
    .notice-wrapper a {
        margin: 0;
    }
    .header-container{
        display: none;
    }
    .header-container-mobile{
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 4%;
        width: 100%;
        height: 52px;
        background: #fff;
    }
    .header-container-mobile>a>img{
            width: 100px;
    margin-top: 10px;
        
    }
    .right-box{
        min-width: unset;
        width: fit-content;
    }
    .user-name{
        font-size: 14px;
        max-width: 120px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .right-box .head-sculpture{
        width: 27px;
        height: 27px;
        margin-right: 2px;
    }
    .login-btn-mobile{
        font-size: 12px;
        color: #4073ff;
    }
    .user-action-box{
        width: 100%;
        min-width: unset;
        box-shadow: 0px 9px 8px 1px rgb(26 58 93 / 10%);
        top: 53px;
        right: unset;
        left: 0;
    }
    .header-container-mobile .iconfont{
        font-size: 20px;
        color: #777;
        margin-left: 16px;
        cursor: pointer;
    }
    .header-container-mobile .icon-guanbi{
        display: none;
    }
    .menu-box-mobile{
        width: 100%;
       
        position: fixed;
        height: 100vh;
        left: 0;
        background: white;
        z-index: 1100;
        overflow-y: scroll;
    }
    .menu-box-mobile-left{
        padding-top: 18px;
        width: 38%;
        height: 100%;
        background: #f4f8ff;
    }
    .menu-box-mobile-left-item,.menu-box-mobile-left-item-tab,.menu-box-mobile-left-item-tab-a{
        width: 100%;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 12px;
        font-size: 14px;
        color: #333;
        cursor: pointer;
    }
    .menu-box-mobile-left-item-active{
        position: relative;
        background: white!important;
        font-weight: 550;
        color: #4073ff;
    }
    .menu-box-mobile-left-item-active::before{
        content: "";
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 4px;
        height: 20px;
        background: #4073ff;
    }
    .menu-box-mobile-left-item-tab .iconfont{
        font-size: 17px;
        color: #999;
    }
    .menu-box-mobile-left-item-tab .icon-jiantou-shang{
        display: none;
    }
    .menu-box-mobile-left-item-tab-box{
        max-height: 0;
        height: fit-content;
        overflow: hidden;
        transition: all 0.5s;
    }
    .menu-box-mobile-left-item-tab-active{
        background: rgba(29, 120, 255, 0.05);
    }
    .menu-box-mobile-left-item-tab-active .icon-jiantou-youxia-1{
        display: none;
    }
    .menu-box-mobile-left-item-tab-active .icon-jiantou-shang{
        display: block;
    }
    .menu-box-mobile-left-item-tab-box-active{
        max-height: 1000px;
        transition: all 2s;
    }
    .menu-box-mobile-left-item-tab-box-active .menu-box-mobile-left-item{
        background: rgba(29, 120, 255, 0.05);
    }
    .menu-box-mobile-right{
        flex: 1;
        overflow-y: scroll;
    }
    .menu-box-mobile-right-box{
        padding: 20px;
        overflow-y: scroll;
        height: 90vh;
        display: none;
    }
    .menu-box-mobile-right-box-active{
        display: block;
    }
    .menu-box-mobile-right-title{
        font-size: 14px;
        color: #8b8fa8;
        border-bottom: 1px solid #ebecf0;
        padding: 8px 0;
    }
    .menu-box-mobile-right-item{
        display: block;
        padding: 10px 0;
        cursor: pointer;
        color: #333;
        font-size: 14px;
        /*margin-left: 15px;*/
    }
    .menu-box-mobile-right-item img {
         
    height: 15px;
    vertical-align: sub;
    }
    .menudesc {
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
    padding: 5px 0px 0px 20px;
    color: #9096A5;
    max-width: 250px;

    }
}