
:is(.text_juzhong,.cAploEDAx){
	
		    -webkit-align-items: center;
		    align-items: center;
		    -webkit-align-self: stretch;
		    align-self: stretch;
}


:is(.flex_row_r,.cAbATDMNx) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
   justify-content: flex-end;
  
}




:is(.flex_row,.cuTdBZVAY) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
}


:is(.flex_row_center,.cCNlYSTdd) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
        justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
}


:is(.flex_row_between,.cOULmsBng) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
}


:is(.flex_row_around,.cKPncCGpC) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
}


:is(.flex_column,.cNdgKnlTW) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
}


:is(.flex_column_between,.ciZKNhZAM) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
        justify-content: space-between;
}


:is(.flex_column_center,.ckDMBMllu) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
        justify-content: center;
}
:is(.flex_center,.cxFFWbOrD){
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

:is(.flex_wrap,.cZmxOLeHg) {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
:is(.flex_1,.cYQgBRULg) {
    -webkit-box-flex: 1;
    -ms-flex: 1;
        flex: 1;
}
:is(.flex_end,.cwtPpZZQz){
    -ms-flex-item-align: end;
        align-self: flex-end;
}

:is(.clearfix,.cIasnazZd):after{clear: both;content: ".";display: block;height: 0;visibility: hidden;}
:is(.clearfix,.cIasnazZd){display: block; *zoom:1;}