@charset "UTF-8";

a:link, a:visited {
text-decoration: none;
color: #333;
}
.flex, .flex-st, .flex-cn {
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-ms-flex-wrap: wrap;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-align: stretch;
-ms-flex-align: stretch;
flex-align: stretch;
-webkit-align-items: stretch;
align-items: stretch;
}
.flex {
-webkit-box-pack: justify;
-ms-flex-pack: justify;
-webkit-justify-content: space-between;
justify-content: space-between;
}