.flex {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.flex-column {
    display: flex;
    flex-direction: column;
}

.flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.flex-between {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.flex-around {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.flex-1 {
    flex: 1;
}

.flex-2 {
    flex: 2;
}

.flex-3 {
    flex: 3;
}

.flex-shrink {
    flex-shrink: 0;
}

.ellipsisDiv {
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
}

.wordBreakDiv {
    word-break: break-all;
    overflow: auto;
}

.textOverflow {
    padding: 0px 5px;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
}

.fullBlockBackImg {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-Index: -1;
}

.fixedDivHeight {
    height: 40px;
    background: none;
}

.aNonehitStyle {
    text-decoration: none;
    border: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.footerMenuDiv {
    display: inline-block;
    text-align: center;
    width: 20%;
}

.verticalAlignTop {
    vertical-align: top;
}

.colorBlack {
    color: black;
}

.colorGreyC {
    color: #C3C3C3;
}

.colorPurple {
    color: #ed6f17;
}

.colorBlue {
    color: blue;
}

.colorBlueA {
    color: #2d64b3;
}

.colorGreen {
    color: green;
}

.a_text_foot {
    text-decoration: none;
}

.textDecorationNone {
    text-decoration: none;
}

.divMainContain {
    background-color: #F3F3F3;
}

.autoHeightDiv {
    overflow: auto;
}

.backWhite {
    background: white;
}

.height100 {
    height: 100px;
}

.height50 {
    height: 50px;
}

.height30 {
    height: 30px;
}

.height20 {
    height: 20px;
}

.height15 {
    height: 15px;
}

.height25 {
    height: 25px;
}

.widthPer100 {
    width: 100%;
}

.width100Percent {
    width: 100%;
}

.widthPer40 {
    width: 40%;
}

.widthPer30 {
    width: 30%;
}

.widthPer25 {
    width: 25%;
}

.widthPer21 {
    width: 21%;
}

.widthPer20 {
    width: 20%;
}

.widthPer15 {
    width: 15%;
}

.widthPer11 {
    width: 11%;
}

.widthPer10 {
    width: 10%;
}

.widthPer5 {
    width: 5%;
}

.widthPer23 {
    width: 23%;
}

.widthPer50 {
    width: 50%;
}

.widthPer60 {
    width: 60%;
}

.widthPer80 {
    width: 80%;
}

.widthPer98 {
    width: 98%;
}

.minWidth {
    min-width: 90px;
}

.clubBlock25 {
    width: 25px;
    height: 25px;
}

.roundDiv {
    border: 1px solid #fff;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

.roundImg {
    -moz-border-radius: 360px;
    -webkit-border-radius: 360px;
    border-radius: 50%;
    behavior: url(PIE.htc);
}

.roundContentDiv {
    display: inline-block;
    width: 48%;
    background-color: white;
    text-align: center;
    overflow: hidden;
}

.floatLeft {
    float: left;
}

.floatRight {
    float: right;
}

.textCenter {
    text-align: center;
}

.textLeft {
    text-align: left;
}

.textRight {
    text-align: right;
}

.padding5 {
    padding: 5px 0px;
}

.padding2 {
    padding: 2px 0px;
}

.padding10 {
    padding: 10px 0px;
}

.padding10_10 {
    padding: 10px;
}

.padding10_5 {
    padding: 10px 5px;
}

.padding5_2per {
    padding: 5px 2%;
}

.margin5 {
    margin: 5px 0px;
}

.margin10 {
    margin: 10px;
}

.margin20 {
    margin: 20px 0px;
}

.margin10_5 {
    margin: 10px 5px;
}

.marginLeftPer1 {
    margin-left: 1%;
}

.marginLeft5 {
    margin-left: 5px;
}

.marginLeft10 {
    margin-left: 10px;
}

.marginLeft25 {
    margin-left: 25px;
}

.marginTop5 {
    margin-top: 5px;
}

.marginTop10 {
    margin-top: 10px;
}

.marginTop30 {
    margin-top: 30px;
}

.marginBottom10 {
    margin-bottom: 10px;
}

.marginBottom30 {
    margin-bottom: 30px;
}

.marginBottom50 {
    margin-bottom: 50px;
}

.bordernone {
    border: none;
}

.borderNormal {
    border: #e7e7e7 1px solid;
}

.positionRelative {
    position: relative;
}

.positionAbsoulte {
    position: absolute;
}

.leftTopPosition {
    top: 10px;
    left: 2%;
}

.rightTopPosition {
    top: 7px;
    right: 2%;
}

.inlineBlock {
    display: inline-block;
}

.displayInline {
    display: inline-block;
}

.displayNone {
    display: none;
}

.padding1_2 {
    padding: 1px 2px;
}

.font0_6 {
    font-size: 0.6em;
}

.font0_8 {
    font-size: 0.8em;
}

.font14 {
    font-size: 14px;
}

.fontWeightNormal {
    font-weight: normal;
}

.borderLine {
    border-bottom: #ccc solid 1px;
}

.mainBtn {
    text-align: center;
    padding: 10px 0;
    color: white;
    border-radius: 4px;
    background-color: #ed6f17;
    text-decoration: none;
}

.saveDataBtnStyle {
    width: 80%;
    height: 45px;
    border-radius: 5px;
    color: #fff;
    padding: 7px 0 8px 0;
    text-align: center;
    font-size: 1.3em;
}

.saveDataBtnColor1 {
    background-color: #7CC677;
    border: 1px solid #7CC677;
    -webkit-box-shadow: inset 0 1px 0 0 #7CC677;
    box-shadow: inset 0 1px 0 0 #7CC677;
}

.saveDataBtnColor2 {
    background-color: #F25C5E;
    border: 1px solid #F25C5E;
    -webkit-box-shadow: inset 0 1px 0 0 #F25C5E;
    box-shadow: inset 0 1px 0 0 #F25C5E;
}

.accountMsgInputForm {
    width: 78%;
    height: 35px;
    padding: 0 1%;
    border-radius: 5px;
    border: 1px solid #DEDEDE;
}