::-webkit-scrollbar-track-piece {
    background-color: transparent;
  }
  
  ::-webkit-scrollbar {
    /* width: 4px;
    height: 4px; */
    width: 0;
    height: 0;
  }
  /* ::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgba(0, 0, 0, .5);
  }
  ::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, .1);
    border-radius: 10px;
  } */
  *,
  *:before,
  *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  
  html {
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
  }
  @font-face {
    font-family: 'Num';
    src: url('../font/bahnschrift.ttf') format('truetype');
  }
  .Num{
    font-family: 'Num';
    letter-spacing: -1.4px;
  }
  html,body {
    margin: 0;
    padding: 0;
    font-style: inherit;
    font-weight: inherit;
    outline: 0;
    vertical-align: baseline;
    overflow-x: hidden;
  }
html, body {
    position: relative;
    background-color: #F3F5F9;
}
  
  button,
  input,
  optgroup,
  select,
  textarea,
  a {
    color: inherit;
    font: inherit;
    margin: 0;
    outline: medium !important;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
  }
  
  a:hover {
    color: #366EFF;
    text-decoration: none;
  }
  
  h1, h2, h4, h5, h6 {
    font-weight: normal;
    padding: 0;
    margin: 0;
  }
  
  ul, li, dd, dl {
    padding: 0;
    margin: 0;
    list-style: none;
  }
#app {
    font: 14px "Microsoft Yahei", "微软雅黑","Wenquanyi Micro Hei", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    margin: 0;
    padding: 0;
    height: 100vh;
    position: relative;
    width: 100vw;
    /*min-width: 1100px !important*/
}
  .left{
    float: left;
  }
  .right{
    float: right;
  }
  .Hclob{
    clear: both;
  }
  .divH{
    overflow: hidden;
  }
  .el-header{
    padding: 0 !important;
    height: 64px !important;
    position: sticky;
    top: 0;
    z-index: 9;
  }
  .el-main{
    padding: 0 !important;
    overflow-x: auto;
    height: calc( 100vh - 64px - 70px) !important;
    text-align: left;
    /* padding-bottom: 60px !important; */
  }
  .el-main::-webkit-scrollbar {
    width: 5px;
    height: 5px;
  }
  .el-main::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgba(0, 0, 0, .1);
  }
  .el-main::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, .03);
    border-radius: 10px;
  }
  .el-footer{
    padding: 0 !important;
    background: #FFF;
    border-top:1px #ddd solid;
    position: fixed;
    bottom: 0;
    height: 70px !important;
    width: 100%;
    z-index: 9;
  }
  .p-1{
    padding: 10px;
  }
  .pt-1{
    padding-top: 10px;
  }
  .pl-1{
    padding-left: 10px;
  }
  .pr-1{
    padding-right: 10px;
  }
  .pb-1{
    padding-bottom: 10px;
  }
  .p-2{
    padding: 20px;
  }
  .pt-2{
    padding-top: 20px;
  }
  .pl-2{
    padding-left: 20px;
  }
  .pr-2{
    padding-right: 20px;
  }
  .pb-2{
    padding-bottom: 20px;
  }
  .p-3{
    padding: 30px;
  }
  .pt-3{
    padding-top: 30px;
  }
  .pl-3{
    padding-left: 30px;
  }
  .pr-3{
    padding-right: 30px;
  }
  .pb-3{
    padding-bottom: 30px;
  }
  .m-1{
    margin: 10px;
  }
  .mt-1{
    margin-top: 10px;
  }
  .ml-1{
    margin-left: 10px;
  }
  .mr-1{
    margin-right: 10px;
  }
  .mb-1{
    margin-bottom: 10px;
  }
  .m-2{
    margin: 20px;
  }
  .mt-2{
    margin-top: 20px;
  }
  .ml-2{
    margin-left: 20px;
  }
  .mr-2{
    margin-right: 20px;
  }
  .mb-2{
    margin-bottom: 20px;
  }
  .m-3{
    margin: 30px;
  }
  .mt-3{
    margin-top: 30px;
  }
  .ml-3{
    margin-left: 30px;
  }
  .mr-3{
    margin-right: 30px;
  }
  .mb-3{
    margin-bottom: 30px;
  }
  .IndexView{
    height: 100vh;
  }
  .indbg{
    background: url(../img/bg.png) no-repeat center center;
    background-size: 100% 100%;
    position: relative;
    width: 100vw;
    height: 100vh;
  }
  .indbg .Iheader{
    position: fixed;
    top: 40px;
    width: 100%;
    padding: 0 50px;
    z-index: 2;
  }
/*  .indbg .Iheader img{
    height: 48px;
  }*/
   .nouser{
    float: right;
    right: 10px;
    position: relative;
    padding-top:7px;
  }
  .nouser .usB{
    border-radius: 50px;
    border: none;
    background: linear-gradient(45deg, #366EFF 0%, #8FC3FF 100%);
    color: #FFF;
    padding:8px 25px;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
  }
   .nouser .usB:hover {
        background: linear-gradient(45deg, #1657fa 0%, #70b2fd 100%);
    }
   .nouser .usBm{
    border: none;
    background: linear-gradient(45deg, #366EFF 0%, #8FC3FF 100%);
    color: #FFF;
    padding:6px 10px;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
  }
   .nouser .usBm:hover {
        background: linear-gradient(45deg, #1657fa 0%, #70b2fd 100%);
    }
    .nouser .oldB {
        background: linear-gradient(74deg, #EC5504 0%, #FEB739 99%);
        border-radius: 50px;
        border: none;
        margin-right: 10px;
        color: #FFF;
        padding: 8px 25px;
        cursor: pointer;
        transition: all 0.2s ease-in-out;
    }
        .nouser .oldB:hover {
            background: linear-gradient(74deg, #cf4900 0%, #ffaa16 99%);
        }

.MainHeader {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    background:#FFF url(../img/nav.png) no-repeat top center;
    /*box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.04);*/
    height: 64px;
    /*overflow:hidden;*/
    position:fixed;
    width:100vw;
    top:0;
    z-index:9
}
  .MainHeader img{
    float: left;
    height: 34px;
    margin: 15px 60px 0 20px;
  }
  .MainHeader nav{
    float: left;
  }
  .MainHeader nav a {
    font-weight: bold;
    color: #333;
    font-size: 16px;
    padding: 0 15px;
    line-height: 64px;
    position: relative;
  }
  .MainHeader nav a:hover {
    color: #366EFF;
  }
  .MainHeader nav a.active {
    color: #366EFF;
  }
  .MainHeader nav a.active::before{
    width: 40px;
    position: absolute;
    content: '';
    height: 3px;
    background: #366EFF;
    left: 50%;
    margin-left:-20px;
    top:40px;
  }

  .Ush3{
    margin: 0 !important;
    padding: 0 !important;
    line-height: 30px !important;
  }
  .Uslist{
    padding: 15px 0;
  }
  .Uslist li{
    padding: 4px 0;
  }
  .Uslist li span{
    display: inline-block;
    padding-right: 10px;
    color: #999;
  }
  .outL{
    width: 100%;
    text-align: center;
  }
  .indeN {
    position: absolute;
  }
  .indeN nav a {
    font-weight: bold;
    color: #333;
    font-size: 16px;
    padding: 0 30px;
  }
  .indeN nav a.router-link-exact-active {
    color: #366EFF;
  }
.main-H {
    height: calc(100vh - 64px - 52px) !important;
    margin-top: 64px;
    overflow-x: auto;
}
    .main-H::-webkit-scrollbar {
        width: 5px;
        height: 5px;
    }

    .main-H::-webkit-scrollbar-thumb {
        border-radius: 10px;
        background: rgba(0, 0, 0, .1);
    }

    .main-H::-webkit-scrollbar-track {
        background: rgba(0, 0, 0, .03);
        border-radius: 10px;
    }
.bann {
    background: url(../img/bann-top.png) no-repeat center;
    height: 160px;
    position: relative;
}
.bann .search{
  float:right;
  right: 15%;
  text-align: left;
  position: absolute;
  padding-top:45px;
}
.bann .search .el-form{
  padding-top:10px;
  width: 440px;
}
.bann .search .el-form input{
  height: 38px;
  background: #FFF;
  border-radius: 30px 0px 0px 30px;
  border:none;
  width: calc(100% - 80px);
  padding: 0 15px;
}
.bann .search .el-form button{
  width: 80px;
  height: 38px;
  border:none;
  border-radius: 0px 30px 30px 0px;
  background: linear-gradient(66deg, #366EFF 0%, #8FC3FF 100%);
  color: #FFF;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.bann .search .el-form button:hover{
  background: linear-gradient(45deg, #1657fa 0%, #70b2fd 100%);
}
.MainNav{
  background: #FFFFFF;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.04);
  height: 46px;
  line-height: 46px;
  text-align: center;
}
.MainNav .nb{
  border-right:1px #ddd solid;
  color:#1657fa;
  padding: 0 15px 0 30px;
}
.MainNav ul, .MainNav ul li{
  display: inline-block;
}
.MainNav ul li{
  padding: 0 15px;
  color: #666;
  cursor:pointer;
}
    .MainNav ul li.ccItem {
        color: #1657fa;
        position: relative;
    }
        .MainNav ul li.ccItem::before {
            content: '';
            position: absolute;
            width: 30px;
            background: #1657fa;
            height: 2px;
            left: 50%;
            margin-left: -15px;
            top: 44px;
        }
.BoxDiv{
  padding: 20px 20px 0 20px;
}
.BoxDiv .el-col {
  margin-bottom: 20px;
}
.BoxDiv .Boxs{
  background: #FFFFFF;
  border: 1px solid #EAEDF1;
  box-shadow: 0px 2px 12px 0px rgba(55, 99, 170, 0.06);
  position: relative;
  text-align: left;
  top: 0;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}
.BoxDiv .Boxs:hover{
  box-shadow: 0px 4px 20px 0px rgba(55, 99, 170, 0.1);
  top:-2px;
  background: #FAFAFF;
  border-color:  #366EFF;
}
.BoxDiv .Boxs.active{
  box-shadow: 0px 4px 20px 0px rgba(55, 99, 170, 0.1);
  top:-2px;
  background: #FAFAFF;
  border-color:  #366EFF;
}
.BoxDiv .Boxs h4{
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 20px;
}
.BoxDiv .Boxs .divH{
  color: #999;
}
.BoxDiv .Boxs .divH span{
  font-size: 22px;
}
.text-pr{
  color:#366EFF
}
.text-wa{
  color:#FD961C
}
.text-da{
  color:#FB6365
}
.BoxDiv .Box{
  border: 1px solid #EAEDF1;
  box-shadow: 0px 2px 12px 0px rgba(55, 99, 170, 0.06);
  position: relative;
  text-align: left;
  background-size: auto 100%;
  top: 0;
  transition: all 0.2s ease-in-out;
}
.BoxDiv .Box:hover{
  box-shadow: 0px 4px 20px 0px rgba(55, 99, 170, 0.1);
  top:-2px;
}
    .BoxDiv .Box h3 {
        color: #1657fa;
        padding: 0 15px 0 20px;
        font-size: 18px;
        /* font-weight: normal; */
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        margin: 20px 0 15px 0;
        width: calc(100% - 60px)
    }
    .BoxDiv .Box .divH span {
        background: linear-gradient(72deg, #FEB739 0%, #EC5504 100%);
        color: #FFF;
        font-size: 12px;
        padding: 6px 6px 7px 13px;
        border-bottom-left-radius: 15px;
    }
    .BoxDiv .Box .divH .yybox19 {
        background: linear-gradient(72deg, #bbb 0%, #ddd 100%);
        
    }
    .BoxDiv .Box p {
        padding: 0 20px 0px 20px;
        margin: 0;
        line-height: 26px;
        height: 58px;
    }
.BoxDiv .Box .red{
  color: #F00;
  padding:0 20px;
  height: 32px;
  line-height: 32px;
}
.BoxDiv .Box .btn{
  border-top:1px #EAEDF1 solid;
  margin-top:5px;
  overflow: hidden;
  padding: 15px;
  line-height: 34px;
}
.BoxDiv .Box .btn button{
  border: none;
  border-radius: 30px;
  background: linear-gradient(72deg, #366EFF 5%, #8FC3FF 100%);
  box-shadow: 0px 4px 10px 0px rgba(54, 110, 255, 0.1);
  height: 34px;
  padding: 0 20px;
  color: #FFF;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.BoxDiv .Box .btn button:hover{
  background: linear-gradient(45deg, #1657fa 5%, #70b2fd 100%)
}
    .BoxDiv .Box .btn button.yybox19{
        cursor: default;
        background: linear-gradient(72deg, #bbb 0%, #ddd 100%);
        box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
    }
.Page{
  padding-bottom:20px;
  text-align: center;
}
.BoxDivx{
  background: #FFFFFF;
  border: 1px solid #EAEDF1;
  box-shadow: 0px 2px 12px 0px rgba(55, 99, 170, 0.06);
  text-align: left;
}
.BoxTatle{
  font-weight: bold;
  font-size: 16px;
}
.Div11{
  overflow: hidden;
}
.Div11 div{
  display: inline-block;
}
.Div11 div:nth-child(odd){
  width: 12%;
}
.Div11 div:nth-child(even){
  width: 5.1%;
}
.Div11 div h4{
  font-size: 16px;
  font-weight: bold;
}
.Div11 div ul{
  padding: 5px 0;
  overflow: hidden;
}
.Div11 div ul li{
  float: left;
  color: #999;
}
.Div11 div ul li:nth-child(1){
  width: 130px;
  text-align: right;
}
.Div11 div ul li span{
  font-size: 18px;
}
.Detailed{
background: #FAFAFF;
border-top: 1px #366EFF solid;
}
.el-table th.el-table__cell{
  background-color: #EBEEF5;
  color: #666;
}
.Derr b{
  padding-right: 100px;
}
.Derr .el-alert--error.is-light{
  background-color: #FEF0F0 !important;
  border:1px #FBC4C4 solid !important;
  color: #FF4D4F !important;
}
.Derr .el-alert--error.is-light .el-alert__description{
  color: #FF4D4F !important;
}
.Derr .el-icon-error:before{
  content: "\e7a3";
}
.Derr .el-alert__icon.is-big{
  width: 18px !important;
  font-size: 18px !important;
}
.Derr .el-alert .el-alert__description{
  font-size: 14px !important;
  margin: 0 !important;
}
.Derr span{
  font-size: 18px;
}
footer {
    padding: 0 !important;
    background: #FFF;
    border-top: 1px #ddd solid;
    position: fixed;
    bottom: 0;
    height: 52px;
    width: 100%;
    z-index: 9;
}
    footer img {
        height: 32px;
        margin-left: 10px;
    }
.footer {
    position: fixed;
    bottom: 0;
    height: 60px;
    width: 100%;
    z-index: 9;
    line-height:24px;
}
    .footer img {
        height: 48px;
        margin-left: 10px;
    }
  #particles-js{
    width: 100%;
    height: 100%;
    background-image: url('');
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    position: absolute;
    z-index: 1;
  }
  
  .el-breadcrumb__inner a, .el-breadcrumb__inner.is-link{
    font-weight: normal !important;
  }
.MainH{
  overflow: hidden;
}
.MainH .left{
  width: 240px;
  background: #FFF;
  height: 100vh;
  position: fixed;
  left: 0;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.05);
}
.MainH .left h4{
  height: 50px;
  border-bottom: 1px #ddd solid;
  line-height: 50px;
  font-weight: bold;
  padding-left:30px;
  font-size: 16px;
  color: #366EFF;
}
.MainH .left ul{
  margin-top:10px;
}
.MainH .left ul li a{
  padding: 5px 5px 5px 20px;
  display: block;
}
.MainH .left ul dd{
  margin-top:5px;
}
.MainH .left ul dl a{
  padding: 5px 5px 5px 30px;
  display: block;
}
.MainH .left ul .active{
  background:#F5F8FF;
  border-right: 1px #366EFF solid;
  color: #366EFF;
}
.MainH .right{
  width: calc(100% - 240px);
  position: relative;
  padding-bottom: 20px;
}
.DeTatle{
  text-align: center;
  padding: 20px 0;
}
.DeTatle li:nth-child(1){
  font-size: 24px;
  font-weight: bold;
}
.DeTatle li:nth-child(2){
  font-size: 16px;
  padding-top:8px;
  color: #666;
}
.tabR{
  position: absolute;
  top: 20px;
  right: 20px;
}
.tabR li{
  float: left;
  border: 1px #EEE solid;
  padding: 0px 15px;
  line-height: 32px;
  color: #666;
  transition: all 0.2s ease-in-out;
  background: #FFF;
}
.tabR li:hover{
  color: #366EFF;
  border-color: #366EFF;
}
.tabR li a{
  display: block;
}
.tabR li.active{
background: #366EFF;
color: #FFF;
border-color: #366EFF;
}
.tabR li.active a:hover{
  color: #FFF;
}
.NumLi{
  display: flex;
  justify-content: center;
  align-items: center;
}
.NumLi img{
display: inline-block;
}
.NumLi ul{
  display: inline-block;
  text-align: left;
}
.NumLi ul li:nth-child(1){
  font-weight: bold;
  font-size: 16px;
  padding-bottom: 5px;
}
.NumLi ul li:nth-child(2){
  color: #666;
}
.NumLix ul li:nth-child(1){
  font-weight: normal;
  font-size: 14px;
  margin-top:5px
}
.NumLi ul .Num{
  font-size: 24px;
}
.NumLix ul .Num{
  font-size: 22px;
}
.Year{
  overflow: hidden;
}
.Year .Y01{
  width: 320px;
  float: left;
  text-align: center;
  background: #F5F8FF;
  border-right: 1px #EAEDF1 solid;
  height: 97px;
  line-height: 24px;
  font-size: 12px;
  color: #666;
  padding-top:25px;
}
.Year .Y01 h4{
  font-size: 16px;
  font-weight: bold;
  color: #366EFF;
}
.Year .Y02{
  width: calc(100% - 320px);
  float: left;
}
.RowB .el-col{
  margin-bottom: 20px;
}
.Wdiv .el-col{
  margin-bottom: 0;
}
.Wdiv{
  background:#FFF url(../img/bg-right.png) no-repeat top right;
  height: 150px;
  transition: all 0.2s ease-in-out;
  overflow: hidden;
  position: relative;
  width:calc(100% - 20px);
  z-index: 1;
  cursor: pointer;
}
.Wdiv:hover{
  box-shadow: 0px 4px 20px 0px rgba(55, 99, 170, 0.1);
  /* top:-2px; */
  background: #FAFAFF url(../img/bg-right.png) no-repeat top right;
  border-color:  #366EFF;
  height: auto;
  position: absolute;
  width:calc(100% - 20px);
  z-index: 2;
}
.Wdiv:hover .divHb{
  background: #FAFAFF
}
.divHb{
  background: #FFF;
  position: absolute;
  width: 100%;
  height: 17px;
  bottom: 0;
  text-align: center;
}
.divHb span{
  width: 3px;
  height: 2px;
  margin:5px 0px;
  background: #CCC;
  display: inline-block;
}
.Wdiv .Num{
font-size: 28px;
}
.Wdiv h5{
padding-top:5px;
}
.WdivB{
  border-top: 1px #EAEDF1 solid;
  padding:15px 20px 20px 20px;
  color: #666;
}
.WdivB .Num{
  font-size: 18px;
}
.WdivB ul{
  height: 31px;
  line-height: 31px;
  overflow: hidden;
  color: #777;
}
.Notice{
  height: 320px;
  color: #777;
}
.Notice ul{
  padding: 5px 0;
}
.Notice .left{
  color: #777;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width:calc(100% - 60px)
}
.Notice a{
  color: #777;
}
.Notice .right{
  width: 55px;
  text-align: right;
}
.Notice .Unread{
  font-weight: bold;
  color: #333;
}
.Notice .Unread a{
  color: #333;
}
.el-date-editor .el-range-separator{
  padding: 0;
}
.divBottom .el-col{
  margin-bottom: 0;
}
.Roud{
  position: relative;
  z-index: 1;
}
.Roud .cir{
  width: 10px;
  height: 10px;
  display: inline-block;
  background: #366EFF;
  border-radius: 10px;
  position: absolute;
  z-index: 1;
  top: 13px;
}
.Roud .cirl{
  background: #366EFF;
}
.Roud .cirl::before{
  content: '';
  position: absolute;
  height: 2px;
  background: #366EFF;
  width: 90px;
  right: 0;
  left:-90px;
  top: 4px;
}
.Roud .succ{
  background: #67c23a;
}
.Roud .succ::before{
  background: #67c23a;
}
.Roud .not{
  background: #ccc;
}
.Roud .not::before{
  background: #CCC;
}
.Roud .cnot{
  width: 10px;
  height: 10px;
  display: inline-block;
  background: #CCC;
  border-radius: 10px;
  position: absolute;
  z-index: 1;
  top: 13px;
}
.Roud .Tool{
position: relative;
margin-top: 20px;
}
.Roud .Tool button{
  font-size: 12px;
  background:#FB6365;
  color: #FFF;
  border: none;
  line-height: 21px;
  border-radius: 30px;
  padding:0 8px;
}
.Roud .warning button{
  background:#FD961C;
}
.kjzb .el-col{
  margin-bottom: 10px;
}
.nav {
    position: absolute;
    right: 50px;
    z-index: 2;
    top: 50%;
    transform: translateY(-50%);
}
.nav li{
  padding:10px 0;
}
    .nav li a img {
        opacity: 1;
        transition: all 0.15s ease-in-out;
        width: 98%;
    }
    .nav li a:hover img {
        opacity: 0.8;
        width: 100%;
    }
/*.nav li:nth-child(1){
  margin: 0px 350px 0 0;
  right:0;
}
.nav li:nth-child(2){
  margin: 130px 150px 0 0;
  right: 0;
}
.nav li:nth-child(3){
  margin: 300px 300px 0 0;
  right: 0;
}
.nav li:nth-child(4){
  margin: 400px 80px 0 0;
  right: 0;
}*/
/*菜单*/
.moveUpDownFla1 {
	animation: moveUpDown 5s ease infinite;
}
.moveUpDownFla2 {
	animation: moveUpDown 4s linear infinite;
}
.moveUpDownFla3 {
	animation: moveUpDown 3.5s linear infinite;
}
/* 菜单动画 */
@keyframes moveUpDown {
	0% {
		transform: translate(0px, -20px)
	}
	50% {
		transform: translate(0px, 20px)
	}
	100% {
		transform: translate(0px, -20px);
	}
}
.TextM{
  position: absolute;
  top: 28%;
  left: 5%;
}
    .TextM img{
        height:100px
    }
    .TextM li:nth-child(2) {
        padding-left: 300px;
    }
@keyframes slideIn {
  from {
    transform: translateX(-100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slideOut {
  from {
    transform: translateX(100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
 
.slide-in {
  animation: slideIn 1.5s forwards;
}
.slide-out {
  animation: slideOut 1.5s forwards;
}

.list_ul {
    margin: 6px 0 0 0;
    overflow: hidden;
    font-size: 14px;
    text-align:left;
}

    .list_ul li {
        font-size: 14px;
        line-height: 30px;
        border-bottom: 1px dashed #ddd;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

        .list_ul li:last-child {
            border: none;
            margin-bottom: 0;
        }
        .list_ul li .red {
            color:red
        }
    .list_ulbutton {
        border: none;
        border-radius: 30px;
        background: linear-gradient(72deg, #366EFF 5%, #8FC3FF 100%);
        box-shadow: 0px 4px 10px 0px rgba(54, 110, 255, 0.1);
        height: 34px !important;
        display:inline-block;
        padding: 0 20px;
        color: #FFF;
        cursor: pointer;
        transition: all 0.2s ease-in-out;
        line-height:34px;
    }

        .list_ulbutton:hover {
            background: linear-gradient(45deg, #1657fa 5%, #70b2fd 100%)
        }
.BsDiv {
    max-height: 80px;
    min-height: 80px;
}
.oldd{
    display:inline-block
}
@media screen and (min-width:0px) and (max-width:1200px) {
    .TextM{
        left:0
    }
        .TextM img {
            height: 80px
        }
}
@media screen and (min-width:0px) and (max-width:768px) {

    .TextM, .nouser .oldB, .footer, nav, .MainNav a:nth-child(1), .MainNav a:nth-child(2) {
        display: none !important;
    }
    .indbg .Iheader{
        top:15px;
        padding:0 15px;
    }
    .indbg .Iheader img{
        width:260px
    }
    .nav {
        right: 80px;
        top: 25%;
    }
    .MainHeader img {
        height: 26px;
        margin: 20px 0px 0 15px;
    }
    .MainNav {
        height: auto;
        line-height: 32px;
        padding:5px 0;
    }
        .MainNav ul li{
            padding:0 12px;
        }
            .MainNav ul li.ccItem::before {
                height:0;
            }
    .BoxDiv {
        padding: 10px 10px 0 10px;
    }
}