/*//重置*/
*, *::before, *::after{padding: 0; margin: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    list-style: none; -webkit-tap-highlight-color: transparent;}

body{
    font-size:14px;
    /*font-family:"冬青黑体简体中文 W3", sans-serif;*/
    color: #262626;
    background: #f8f7f7;
}

ul,ol {list-style: none;}
a {text-decoration: none; color: #333; }
input,textarea{border: none; outline: none; resize:none; -webkit-appearance: none;}
/*common css*/
.f-left{float: left;}
.f-right{
    float: right;}
.clearFix::before,.clearFix::after{
    content:"";
    display: block;
    visibility: hidden;
    height: 0;
    line-height: 0;
    clear: both;
}
.manager,.Personal-center,.rotation-chart{
    min-width: 320px; background: #fff; max-width: 640px; width: 100%; margin:0 auto;
}
.rotation-chart {
    padding-bottom: 50px;
}


/*.Personal-center {
    margin-bottom: 50px;
}*/
.mui-bar-tab{
    min-width: 320px; max-width: 640px; margin: 0 auto;
}
.arrow{ display: flex; justify-content: space-between; align-items: center; color: #a9a7a7;}
.arrow:after{margin-left:10px; content: ""; width: 0.7em; height: 0.7em; border-top: 1px solid #ccc;
    border-right: 1px solid #ccc; transform:rotate(45deg); display: block;}
