@charset "utf-8";
*,
*::before,
*::after{
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent; /* 去除所有的点击样式 */
}

body{
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
a{text-decoration: none;}

.m_font_16{font-size: .16rem;}
.m_font_24{font-size: .24rem;}
.m_font_26{font-size: .26rem;}
.m_font_36{font-size: .36rem;}
.m_font_42{font-size: .42rem;}
.m_font_50{font-size: .5rem;}
.m_font_55{font-size: .55rem;}
.m_font_60{font-size: .6rem;}

.m_font_400{font-weight: 400;}
.m_font_500{font-weight: 500;}
.m_font_600{font-weight: 600;}
.m_font_700{font-weight: 700;}

.m_bottom_50{margin-bottom: .5rem;}
.m_bottom_20{margin-bottom: .2rem;}
.m_bottom_15{margin-bottom: .15rem;}
.m_bottom_10{margin-bottom: .1rem;}
/* 
* flex布局
*/
.m_flex_ss{display: flex;justify-content: flex-start;align-items: start;}
.m_flex_sc{display: flex;justify-content: flex-start;align-items: center;}
.m_flex_se{display: flex;justify-content: flex-start;align-items: flex-end;}
.m_flex_cc{display: flex;justify-content: center;align-items: center;}
.m_flex_cs{display: flex;justify-content: center;align-items: flex-start;}
.m_flex_ec{display: flex;justify-content: flex-end;align-items: center;}
.m_flex_ac{display: flex;justify-content: space-around;align-items: center;}
.m_flex_as{display: flex;justify-content: space-around;align-items: flex-start;}
.m_flex_bc{display: flex;justify-content: space-between;align-items: center;}
.m_flex_bs{display: flex;justify-content: space-between;align-items: stretch;}
.m_flex_bs{display: flex;justify-content: space-between;align-items: flex-start;}
.m_flex_column{flex-direction: column;}
.m_flex_wrap{flex-wrap: wrap;}
.m_flex_grow{flex-grow: 1;}
/* 
* width
*/
.m_wid_100{width: 100%;}
.m_wid_94{width: 94%;}
.m_wid_90{width: 90%;}
.m_wid_80{width: 80%;}
.m_wid_60{width: 60%;}
.m_wid_65{width: 65%;}
.m_wid_35{width: 35%;}
.m_wid_30{width: 30%;}

.m_hover{cursor: pointer;}

.m_color_FB4{color: #26AFB4;}
.m_color_800{color: #F39800;}
.m_color_1B1{color: #2CB1B1;}
.m_color_6F6{color: #74A6F6;}
.m_color_629{color: #242629;}
.m_color_D3D{color: #3D3D3D;}
.m_color_333{color: #333333;}
.m_color_FFF{color: #FFFFFF;}
.m_opacity_6{opacity: .6;}