@CHARSET "UTF-8";
/** 1650*768*/
@media screen and (max-width: 1720px) {
    * {
        font-size: 9.6px;
    }
    .m_l_i_mum{
        font-size: 1.3rem;
    }
    .m_i_2_l_bottom{
        line-height: 1.5rem;
        overflow: hidden;
        word-break: keep-all;
    }
    .mine_top{
        display: grid;
        grid-template-columns: 1fr 1fr;     
    }
    .mine_msg_list{
        margin: 10px 25px 5px 25px;
        width: auto;
        height: auto;
    }
    .msg_1, .msg_2, .msg_3, .msg_4{
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }
    .m_m_l_img img{
        width: 78.4px;
        height: 64.8px;
    }
    .miningRight_info{
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;     
    }
    .m_msg_list{
        margin-top: auto;
        margin-left: auto;
        margin: auto;
        width: 100%;
        height: auto;
        text-align: center;
    }
    .data_mine_total{
	   height: 6.42rem;
    }
    .data_mine_total{
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
    .mine_total_l, .mine_total_r{
        height: 6.42rem;    	
    	line-height: 6.42rem;
		background-size: 100% 165%;
	    background-repeat: no-repeat;
	    background-position: center;
    }
}
/** 125% */
@media screen and (max-width: 1560px) {
    * {
        font-size: 9.6px;
    }
    .m_l_i_mum{
        font-size: 1.3rem;
    }
    .m_i_2_l_bottom{
        line-height: 1.5rem;
    	overflow: hidden;
        word-break: keep-all;
    }
    .mine_top{
	    display: grid;
	    grid-template-columns: 1fr 1fr;    	
    }
    .mine_msg_list{
    	margin: 10px 25px 5px 25px;
    	width: auto;
    	height: auto;
    }
    .msg_1, .msg_2, .msg_3, .msg_4{
		background-size: 100% 100%;
		background-repeat: no-repeat;
    }
    .m_m_l_img img{
        width: 78.4px;
        height: 64.8px;
    }
    .miningRight_info{
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;    	
    }
    .m_msg_list{
    	margin-top: auto;
    	margin-left: auto;
        margin: auto;
    	width: 100%;
    	height: auto;
        text-align: center;
    }
}

/** 150% */
@media screen and (max-width: 1440px) {
    * {
       font-size: 8px;
    }
    body {
       min-width: 1200px;
       overflow-y: auto;
    }
    .company_search img{
	    right: 3.2rem;
	    width: 2.4rem;
	    top: 0.4rem;
    }
    .layui-input{
	    height: 3.2rem;
	    line-height: 3rem;    	
    }
    .search_line{
	    width: 28rem;
        height: 2.4rem;
    }
    .search_select{
	   left: 94rem;
    }
}
