

#app {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    content: "viewport-units-buggyfill; font-size: 0.686vw";
    font-family: Avenir, Helvetica, Arial, sans-serif;
    overflow: hidden;
  }
  
  html {
    margin: 0 auto
  }
  
  body {
    line-height: auto !important;
    margin: 0;
    padding: 0;
  }
  
  * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
  }

  /* *::-webkit-scrollbar {
      width: 0;
      height: 0;
      display: none;
  }
  
  
  *::-webkit-scrollbar:horizontal {
      width: 0;
      height: 0;
      display: none;
  } */

  a{
      -webkit-tap-highlight-color:#808080;
      color: #808080;
  }
  
  a:link{
      text-decoration:none;
      outline: 0;
  }
  
  a:visited{
      text-decoration:none;
      outline: 0; 
  }
  
  a:hover{
      text-decoration:none;
      outline: 0;
      color: #273896 ;
  }
  
  a:active{
      text-decoration:none;
      outline: 0;
  }
  
  

.pages-group-p {
    width: 100%;
}


.pages-current {
    background-color: #fff;
    margin: 0 auto;
}

@media all and (min-width: 1170px) {
    /* .pages-current {
        max-width: 900px;
    }			 */
}
/*hidden*/
@media (max-width: 1170px) and (min-width: 940px) {
    /* .pages-current {
        width: 900px;
        margin: 0 auto;
        background-color: #fff;
    } */

    .main-right-word {
        display: none;
    }
    .main-right-title {
        margin-bottom: 1rem;
    }
    .span-wirter {
        float: left ;
        margin-right: 1rem;
    }

}

/*pc-none-description*/
@media (max-width: 940px) and (min-width: 805px) {
    /* .pages-current {
        width: 100%;
        margin: 0 auto;
        background-color: #fff;
    } */

    .main-right-word {
        display: none;
    }

    .span-author {
        width: 100%;
        height: 1rem;
    }
    
    .span-tags {
        display: none !important;
    }

    .span-wirter {
        float: left ;
        margin-right: 1rem;
    }

}
/*pc-none-tag*/
@media (max-width: 805px) and (min-width: 640px) {
    /* .pages-current {
        width: 100%;
        margin: 0 auto;
        background-color: #fff;
    } */
    .main-right-word {
        display: none;
    }

    .span-author {
        width: 100%;
        height: 1rem;
    }
    
    .span-tags {
        display: none !important;
    }

    .span-wirter {
        float: left ;
        margin-right: 1rem;
    }

    
    .width25-img,.width25 {
        display: none !important;
    }

    .width75 {
        width: 100% !important;
        float: left !important;
        margin-left: 0 !important;
    }

}
/**/
@media (max-width: 640px) {
    /* .pages-current {
        min-width: 640px;
        margin: 0 auto;
        overflow: auto;
    } */
    .main-right-word {
        display: none;
    }

    .span-author {
        width: 100%;
        height: 1rem;
    }
    
    .span-tags {
        display: none !important;
    }

    .span-wirter {
        float: left ;
        margin-right: 1rem;
    }

    .width25-img,.width25 {
        display: none !important;
    }

    .width75 {
        width: 100% !important;
        float: left !important;
        margin-left: 0 !important;
    }

}
/**/
@media (max-width: 480px) {
    /* .pages-current {
        min-width: 640px;
        margin: 0 auto;
        overflow: auto;
    } */
    .main-right-word {
        display: none;
    }

    .span-author {
        width: 100%;
        height: 1rem;
    }
    
    .span-tags {
        display: none !important;
    }

    .span-wirter {
        float: left ;
        margin-right: 1rem;
    }

    .width25-img,.width25 {
        display: none !important;
    }

    .width75 {
        width: 100% !important;
        float: left !important;
        margin-left: 0 !important;
    }
}


.span-wirter {
    float: left ;
    margin-right: 1rem;
}


.span-date-boxs {
    float: right;
    padding-right: .6rem;
}

.span-date {
    margin-right: .4rem;
}

.pages-top-imgs {
    /* width: 100%;
    height: 345px; */
}

.top-img {
    display: block;
    object-fit: cover;
    /* width: 100%;
    height: 345px; */
}

.pages-main {	
    padding: 1rem 1rem 0 1rem;
}
/**
    table
*/
.main-table {    
    width: 100%;
}

.table-top-title,.lists-top-title {
    display: flex;
    justify-content: flex-start;
    flex-wrap: nowrap;
    padding-bottom: 1rem;
}

.title-div {
    width: .4rem;
    height: 1.2rem;
    background-color: #1D2088;
}

.title-word {
    margin-left: .7rem;
    font-size: 1rem;
    line-height: 1.2rem;
    font-weight: 600;
    color: #1D2088;
}

.table-main {
    width: 100%;
}

.thead-th {
    vertical-align: middle;
}

.th-div {
    font-size: 1rem;
    font-weight: 550;
    vertical-align: top;
    color: #666666;
}

.tbody-tr {
    color: #000;
    font-size: .5rem;
    font-weight: 600;
}
.tbody-td {
    color: #000;
    font-size: .8rem;
    font-weight: 700;
    padding: .4rem 0;
    text-align: center;
}
.tbody-tr:nth-of-type(odd){
    background-color: #F9FAF9;
}
.tbody-tr:nth-of-type(even){
    background-color: #EEF0F3;
}

.arrow-th-div {
    display: flex;
    justify-content: center;
    vertical-align: middle;
}

.arrow-th-word {
    line-height: 2rem;
}

.arrow-boxs {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 2rem;
    padding: .3rem 0;
}	

.arrow-up {
    width: 0;
    height: 0;
    border-width: .3rem; 
    border-style: solid; 
    border-color: transparent transparent #9FAAD4 transparent;
}

.arrow-up.checked {
    border-color: transparent transparent #5669B4 transparent;
}

.arrow-down {
    width: 0;
    height: 0;
    border-width: .3rem; 
    border-style: solid; 
    border-color: #9FAAD4 transparent transparent transparent;
}

.arrow-down.checked {
    border-color: #5669B4 transparent transparent transparent;
}
		
.img-arrow {
    width: 100%;
    padding-top: .5rem;
}		

.wait-arrow-img {
    margin: 0 auto;
    width: 2rem;
    display: block;
    cursor: pointer;
}
/**
    lists
*/
.main-lists {
    margin-top: 30px;
}

.lists-content {
    padding-bottom: 50px;
}

.lists-content-box {
    width: 100%;
    padding: .5rem;
    background-color: #f9f9f9;
    margin-bottom: .6rem;
}


.wait-rotate {
    transform: rotate(180deg);
}

.fr {
    float: right;
    display: block;
}

.fl {
    float: left;
    display: block;
}

.span-6rem {
    font-size: .7rem;
    color: #808080 !important;
}

.width25 {
    /* width: 25%; */
    width: calc(25% - 5px);
    margin-left: .5rem;
}

.width25-img {
    width: 100%;
    height: auto;
    display: block;
    /* object-fit: cover; */
}

.width75 {
    width: calc(75% - 15px);
    margin-left: .5rem;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.width100 {
    width: 100%;
}

.pages-current {
    margin: 0 auto;
    background-color: #fff;
}	

.main-right-author {
    font-size: 12px;
    height: 15px;
}

.to-top-tags {
    position: fixed;
    right: 2rem;
    bottom: 2rem;
    z-index: 9999;
    display: none;
}	
	
.top-up-img {
    width: 1rem;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.to-top-up {
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, .45);
}

.pages-group-m {
    /* width: auto !important; */
}

.right-title-span {
    font-weight: 700;
    font-size: .9rem;
}

.lists-content-inbox {
    display: flex;
    justify-content: space-between;
}

.lists-content-inbox-m {
    display: flex;
    justify-content: space-between;
}

.lists-content-box-m {
    padding: .7rem;
    background-color: #f9f9f9;
    margin-bottom: .5rem;
}


.main-right-title-m {
    font-size: .9rem;
}

.main-right-author-m {
    padding-top: .7rem;
}

.middle-img-m {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
}

.width25-m {
    width: 25%;
    overflow: hidden;
    min-height: 53px;
}

.width25-img-m{
    width: 100%;
    height: auto !important;
    display: block;
}

.width75-m {
    width: 73%;
    padding-top: .1rem;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.span-author-m {
    width: 100%;
    font-size: .9rem;
}

.span-wirter-m {
    float: left;
}

.span-date-m {
    margin-right: .3rem;
}

.right-title-span-m {
    font-size: 1.5rem;
}

.width100-m {
    width: 100%;
}

.main-right-word {
    margin-bottom: .5rem;
}