@media screen and (min-width: 1024px) {
    .content{
        width: 100%;
        display: flex;
        flex-direction: column;
    }
    .typelist{
        width: 12rem;
        display: flex;
        margin: auto;
        margin-top: 0.85rem;
        justify-content: center;
    }
    .typeli{
        font-size: 0.2rem;
        font-weight: 400;
        color: #333333;
        margin: auto;
        margin-left: 0;
        margin-right: 0;
        padding: 0 0.24rem;
        /* border-left: 1px solid #CCCCCC; */
        box-sizing: border-box;
        border-right: 1px solid #CCCCCC;
        cursor: pointer;
        caret-color: transparent;
    }
    .typeli:last-child{
        border-right: 1px solid transparent;
    }
    .typelicheck{
        height: 0.5rem;
        background: rgb(224, 235, 255);
        border-radius: 4px;
        font-size: 0.2rem;
        font-weight: 400;
        color: #3B7CFF;
        line-height: 0.5rem;
        border-right: 1px solid transparent;
    }
    .noBorderRight{
        border-right: 1px solid transparent;
    }
    
    /* ---------------------------------------------------------- */
    .caselist{
        width: 12rem;
        display: flex;
        flex-direction: column;
        margin: auto;
        margin-top: 0.44rem;
    }
    .caseli{
        width: 12rem;
        display: flex;
        margin: auto;
        margin-top: 0;
        margin-bottom: 0.6rem;
        cursor: pointer;
    }
    .caselileft{
        width: 5.5rem;
        height: 3.69rem;
        margin: auto;
        margin-left: 0;
        border: 1px solid rgb(146, 146, 146);
        margin-top: 0;
    }
    .caseliright{
        width: 6rem;
        display: flex;
        flex-direction: column;
    }
    
    .caseptitle{
        font-size: 0.18rem;
        font-weight: bold;
        color: #666666;
        margin: auto;
        margin-left: 0;
        margin-bottom: 0.09rem;
        margin-top: 0;
    }
    .caseplabel{
        font-size: 0.18rem;
        font-weight: 400;
        color: #999999;
        line-height: 0.3rem;
        margin-bottom: 0.3rem;
        text-align: justify;
    }
    .caseplabelMB{
        
        margin-bottom: 0.15rem;
    }
    
    .caselitop{
        display: flex;
        margin: auto;
        margin-left: 0;
        margin-top: 0;
        margin-bottom: 0.20rem;
    }
    .blueflag{
        width: 0.04rem;
        height: 0.25rem;
        margin: auto;
        margin-left: 0;
        margin-right: 0;
        background: #3B7CFF;
    }
    .caselitop span{
        font-size: 0.24rem;
        font-weight: bold;
        color: #333333;
        margin: auto;
        margin-left: 0.11rem;
    }
    
    .techmore{
        display: flex;
        margin: auto;
        margin-right: 0;
        margin-top: 0;
    }
    .techmore span{
        font-size: 0.16rem;
        margin: auto;
        margin-right: 0.14rem;
        color: #3B7CFF;
    }
    .techmore img{
        width: 0.24rem;
        height: 0.11rem;
        margin: auto;
    }
    .emptyData{
        width: 100%;
        height: 3rem;
        display: flex;
        align-items: center;
        font-size: 0.18rem;
        color:#666666;
        text-align: center;
    }
    .emptyData span{
        margin: auto;
    }
}


@media screen and (max-width: 1023px) {
	
	body{
		padding-top: 0.87rem;
	}
    .content{
        width: 100%;
        display: flex;
        flex-direction: column;
		box-sizing: border-box;
		padding: 0 0.3rem;
    }
    .typelist{
        width: 100%;
        display: flex;
		flex-wrap: wrap;
        margin: auto;
        margin-top: 0.85rem;
        justify-content: space-between;
    }
    .typeli{
		
		height: 0.5rem;
        line-height: 0.5rem;
        font-size: 0.26rem;
        font-weight: 400;
        color: #333333;
        margin: auto;
        margin-left: 0;
        margin-right: 0;
		margin-bottom: 0.3rem;	
        padding: 0 0.24rem;
        /* border-left: 1px solid #CCCCCC; */
        box-sizing: border-box;
        border-right: 1px solid #CCCCCC;
        cursor: pointer;
        caret-color: transparent;
    }
	.empty{
		width: 0.70rem;
		margin: auto;
		margin-left: 0;
		margin-right: 0;
	}
    .typeli:last-child{
        border-right: 1px solid transparent;
    }
    .typelicheck{
        height: 0.5rem;
        background: rgb(224, 235, 255);
        border-radius: 4px;
        font-size: 0.26rem;
        font-weight: 400;
        color: #3B7CFF;
        line-height: 0.5rem;
        border-right: 1px solid transparent;
    }
    .noBorderRight{
        border-right: 1px solid transparent;
    }
    
    /* ---------------------------------------------------------- */
    .caselist{
        width: 100%;
        display: flex;
        flex-direction: column;
        margin: auto;
        margin-top: 0.44rem;
    }
    .caseli{
        width: 100%;
        display: flex;
		flex-direction: column;
        margin: auto;
        margin-top: 0;
        margin-bottom: 0.6rem;
    }
    .caselileft{
        width: 100%;
        height: auto;
        margin: auto;
        /* margin-left: 0; */
        border: 1px solid rgb(146, 146, 146);
        margin-top: 0;
    }
    .caseliright{
        width: 100%;
        display: flex;
        flex-direction: column;
		margin-top: 0.3rem;
    }
    
    .caseptitle{
        font-size: 0.24rem;
        font-weight: bold;
        color: #666666;
        margin: auto;
        margin-left: 0;
        margin-bottom: 0.2rem;
        margin-top: 0;
    }
    .caseplabel{
        font-size: 0.24rem;
        font-weight: 400;
        color: #999999;
        line-height: 0.36rem;
        margin-bottom: 0.3rem;
        text-align: justify;
    }
    .caseplabelMB{
        
        margin-bottom: 0.15rem;
    }
    
    .caselitop{
        display: flex;
        margin: auto;
        margin-left: 0;
        margin-top: 0;
        margin-bottom: 0.40rem;
    }
    .blueflag{
        width: 0.04rem;
        height: 0.25rem;
        margin: auto;
        margin-left: 0;
        margin-right: 0;
        background: #3B7CFF;
    }
    .caselitop span{
        font-size: 0.26rem;
        font-weight: bold;
        color: #333333;
        margin: auto;
        margin-left: 0.11rem;
    }
    
    .techmore{
        display: flex;
        margin: auto;
        margin-right: 0;
        margin-top: 0;
    }
    .techmore span{
        font-size: 0.2rem;
        margin: auto;
        margin-right: 0.14rem;
        color: #3B7CFF;
    }
    .techmore img{
        width: 0.31rem;
        height: 0.13rem;
        margin: auto;
    }
}
