body{
    background: #ffffff;
}

.isNone{
    display: none !important;
}

#main{
    margin-bottom: 2rem;
    background: #f5f8fb;
    margin:0rem auto ;
    padding-top: 6.5rem;
    padding-bottom: 2rem;
}
.main{
    width: 100%;
    min-width: 75rem;
    margin: 0 auto;
}

.mainHead{
    width: 100%;
    margin: 0 auto 1rem;
}

.headCon{
    width: 75rem;
    margin: 0 auto;
}

.tab{
    width: 100%;
    display: flex;
    flex-direction: row;
    box-sizing: border-box;
    margin-bottom: 0.75rem;
    align-items: center;
    padding-top: 1.25rem;
}

.itm{
    border-radius: 0.125rem;
    text-align: center;
    font-size: 0.875rem;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: #414141;
}

.active{
    color: #25A5DF !important;
    font-weight: 400;
}

.lins{
    height:0.875rem;
    width: 1px;
    background:#D3D3D3 ;
    margin:0 0.9375rem;
}

.search{
    width: 46.375rem;
    height: 2.5rem;
    background: #FFFFFF;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 0.625rem;
}

.searchIpt{
    flex: 1;
    height: 100%;
    border: none;
    outline: none;
    padding: 1.125rem 0.875rem;
    box-sizing: border-box;
    font-size: 0.875rem;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: rgba(000,000,000,0.8);
    border: 1px solid #EBEBEB;
}
#search{
    width: 6.75rem;
    height: 2.5rem;
    background: #25A5DF;
    font-size: 0.875rem;
    text-align: center;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: #FFFFFF;
    border: none;
    outline: none;
    cursor: pointer;
}

/* 更改placeholder颜色 */
input::-webkit-input-placeholder{
    color: #B4B4B4;
}

input::-moz-placeholder{   /* Mozilla Firefox 19+ */
    color: #B4B4B4;
}

.hot{
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 1rem;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: #FFFFFF;
    padding: 0.625rem 0 1.625rem;
}

.hot>a{
    margin-right: .5rem;
    font-size: 0.875rem;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: #999999;
}

.allResult{
    width: 100%;
    display: flex;
    padding-bottom: 1.625rem;
}

.r1{
    font-size: 0.875rem;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: #999999;
}

.r2{
    font-size: 0.875rem;
    font-family: SourceHanSansCN;
    font-weight: 550;
    color: #191919;
}

.kind{
    width: 100%;
    padding: 1.5625rem 0rem 0.3125rem  0.9375rem ;
    box-sizing: border-box;
    background: #FFFFFF;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15);
    display: flex;
    flex-direction: row;

}

.ktitle{
    width: 4.4375rem;
    font-size: 0.875rem;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: #999999;
}

.kinds{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.kinds>a{
    font-size: 0.875rem;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: #6C6C6C;
    margin-right: 3rem;
    margin-bottom: 1.25rem;
}

.nums{
    width: 100%;
    padding-top:1.25rem;
    font-size: 0.75rem;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: #999999;
}

.blue{
    color:#25A5DF !important;
}


.mainCenter{
    width: 75rem;
    margin: 0 auto;
    background: #FFFFFF;
    box-sizing: border-box;
}

.resultList{
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    /* justify-content: space-between; */
    padding: 1% 0% 0 1%;
    box-sizing: border-box;
}
.ritem{
    width: 19%;
    margin-bottom: 1rem;
    border: 1px solid #E6E6E6;
    margin-right: 0.8%;
}


.rimg{
    width: 100%;
    height: 11.75rem;
}

.rbots{
    width: 100%;
    height: 6.1875rem;
    padding: 1rem  0.875rem 0.75rem;
    box-sizing: border-box;
}

.rbotsTitle{
    font-size: 0.875rem;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: #4D4D4D;
    line-height: 1.4375rem;
    margin-bottom: 0.5rem;
}

.rbotsCon{
    font-size: 0.75rem;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: #A5A5A5;
    line-height: 1.4375rem;
}


/**mianCon**/
.mianCon{
    width: 75rem;
    margin: 0 auto;
    background: #FFFFFF;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 1rem;
    box-sizing: border-box;
}

.conR{
    width: 17.5rem;
    background: #FFFFFF;
    flex-direction: column;
}

.conR1{
    display: flex;
    flex-direction: row;
    align-items: center;
    border: 1px solid #E5E5E5;
    padding: 20px 0 15px 16px;
    box-sizing: border-box;
}

.conrline{
    width: 0.25rem;
    height: 1.125rem;
    background: #26A6E0;
    border-radius: 0.125rem;
    margin-right: 0.625rem;
}

.conrTitle{
    font-size: 1.125rem;
    font-family: SourceHanSansCN;
    font-weight: 500;
    color: #333333;
}

.conR2{
    width: 100%;
    padding:1.5rem 1.5625rem 0;
    box-sizing: border-box;
    border: 1px solid #E5E5E5;
    border-top: none;
}

.ritms2{
    width: 100%;
    margin-bottom: 10px;
}

.recommend{
    width: 100%;
    height: 9.625rem;
    margin-bottom: 1.0625rem;
}

.rname{
    width: 100%;
    font-size: 0.875rem;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: #333333;
    padding-bottom: 0.625rem;
    border-bottom: 1px solid #E6E6E6;
    cursor: pointer;
}

.conL{
    flex: 1;
    margin-right: 30px;
}

.litms{
    width: 100%;

    background: #FFFFFF;
    border: 1px solid #E6E6E6;
    margin-bottom: 0.9375rem;
    padding: 1.375rem 0.9375rem;
    box-sizing: border-box;
}

.mar{
    margin-bottom: 0 !important;
}

.t1{

    font-size: 1rem;
    font-family: SourceHanSansCN;
    font-weight: 500;
    color: #333333;
    margin-bottom: 1.5rem;
}
.t2{
    margin-bottom: 1.25rem;
    display: flex;
    flex-direction: row;
}

.t2>span:nth-child(1){
    width: 3.8125rem;
    font-size: 0.875rem;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: #919191;
    margin-right: 0.625rem;
}

.t2>span:nth-child(2){
    font-size: 0.875rem;
    font-family: SourceHanSansCN;
    font-weight: 500;
    color: #333333;
    flex: 1;
}

/*投稿*/
.block_6 {
    display: flex;
    align-items: center;
    flex-direction: column;
    border-top-left-radius: 0.3125rem;
    border-bottom-left-radius: 0.3125rem;
    background-color: #26a5df;
    width: 4.125rem;
    height: 6.6875rem;
    overflow: hidden;
    position: fixed;
    top: 60%;
    right: 0;
    z-index: 9999;
    cursor: pointer;
}

.edit {
    position: relative;
    margin-top: 1.25rem;
    width: 1.5rem;
    height: 1.5rem;
}

.txt_5 {
    position: relative;
    margin-top: 0.625rem;
    max-width: 2.0625rem;
    height: 0.875rem;
    text-align: left;
    text-decoration: none;
    text-overflow: ellipsis;
    line-height: 0.875rem;
    letter-spacing: 0;
    color: #fefefe;
    font-size: 0.875rem;
}
.word_7 {
    position: relative;
    margin-top: 0.375rem;
    max-width: 2.1875rem;
    height: 0.875rem;
    text-align: left;
    text-decoration: none;
    text-overflow: ellipsis;
    line-height: 0.875rem;
    letter-spacing: 0;
    color: #fefefe;
    font-size: 0.875rem;
}

#pages {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: 2.375rem auto 3.25rem;
}

#pages>li:nth-child(4n+1) {
    margin-right: 0.625rem;
}

#pages>li {
    float: left;
    padding: 0;
    cursor: pointer;
    border: solid thin #DDDDDD;
    border-radius: 4px;
    margin-right: 0.625rem;
    width: 1.875rem;
    height: 1.875rem;
    line-height: 1.875rem;
    text-align: center;
    margin-left: 0%;
    padding-bottom: 0 !important;
}


@media (max-width:1920px){
    html{
        font-size:16px;
    }
}

@media (max-width:1680px) {
    html{
        font-size:15px;
    }
}

@media (max-width:1600px) {
    html{
        font-size: 14px;
    }
}

@media (max-width:1500px) {
    html{
        font-size: 13px;
    }
    .ritem{
        width: 18.27%;
        margin-bottom: 1rem;
        border: 1px solid #E6E6E6;
        margin-right: 1.5%;
    }
   
}

@media (max-width:1440px) {
    html{
        font-size: 13px;
    }
}
@media (max-width:1366px) {
    html{
        font-size:12.8px;
    }
}

@media (max-width:1360px) {
    html{
        font-size: 12px;
    }

    .mod .noItem .summary{
        line-height: 1.05rem;
    }
}

@media (max-width:1280px) {
    html{
        font-size: 11px;
    }
}

@media (max-width:1240px) {
    html{
        font-size: 11px;
    }
}

@media (max-width:1152px) {
    html{
        font-size:10.5px;
    }
}

@media (max-width:1078px) {
    html{
        font-size:9px;
    }
    .mainCenter,.headCon{
        width: 96%;
    }
    
}



@media(max-width :  960px ){ 
    html { 
      font-size : 8.3px;
    }

    .ritem{
        width: 22.97%;
        margin-bottom: 1rem;
        border: 1px solid #E6E6E6;
        margin-right: 1.75%;
    }
  } 

/* 移动端*/
.isPhone{
  display: none !important;
}

.isPC{
  display: flex !important;
}

@media screen  and  ( max-width :  760px )  {
	html {
		font-size:13px;
	}
  
    .isPC{
        display: none !important;
    }

    .isPhone{
        display: flex !important;
    }
    #main{
        padding: 6.5rem 4rem 0;
        box-sizing: border-box;
        margin: 0 auto;
    }
    .uhead{
        width: 100%;
    }
    .mianCon{
        width: 100%;
    }
    
    .headCon{
        width: 100%;
    }

    .conL{
        margin-right: 0;
        padding-top: 1rem;
        min-height: 5rem;
    }

    .mainHead{
        min-width: 100%;
    }

    .ritem{
        width: 31.6%;
        margin-right: 1.4%;
    }

    .kinds>a{
        margin-right: 2rem;
    }

    .mainCenter{
        width: 100%;
    }

    .search{
        width: 100%;
    }

    #search{
        font-size: 1.1rem;
    }

    .itm{
        font-size: 1.2rem;
    }

    .tab{
        padding-top: 1rem;
    }

    .nums {
        font-size: 0.95rem;
    }

    .litms{
        width: 95%;
        margin: 0 auto 0.94rem; 
    }

    #pages>li{
        line-height: 2rem;
    }

    .t2>span:nth-child(1){
        width: 5.2rem;
    }   
}    


@media screen  and  ( max-width :  720px )  {
    html {
       font-size : 12px;
     }

     #main{
        padding: 6.5rem  2rem 2rem;
        box-sizing: border-box;
        margin: 0 auto;
    }
    
    .conL{
        width: 100%;
    }
    .ktitle{
        width: 7.4375rem;
    }

    .kinds>a {
        margin-right: 1rem;
    }
    
    .ritem{
        margin-right:1%;
        width: 48%;
    }

    .rimg{
        width: 100%;
    }
    
    .resultList{
        justify-content: space-between; 
    }

    .rbotsCon{
        font-size: 1rem;
    }

    .rbotsTitle {
        font-size: 1.2rem;
    }
    
    
}    

@media screen  and  ( max-width :  414px )  {
    html {
      font-size: 13.5px;
    }

  }
  
  @media screen  and  ( max-width :  375px )  {
    html {
      font-size: 12px;
    }
    .ritem{
        margin-right:1%;
        width: 47%;
    }
  }  