* {
    margin: 0;
    padding: 0;
    font-size: 14px;
}
li {
    list-style: none;
}
.main {
    width: 350px;
    margin: 10px auto;
}
.top-menu {
    display: flex;
    justify-content: space-around;
    line-height: 40px;
    background-color: rgb(240, 20, 20);
    width: 100%;
    color: #fff;
}
.two {
    display: flex;
    background-color: #dcdcdc;
    padding: 10px 0;
}
.bottom-tab {
    display: flex;
    height: 40px;
    justify-content: space-around;
    width: 100%;
    background-color: rgb(240, 20, 20);
    padding-top: 5px;
    color: #fff;
    text-align: center;
}
.left-li {
    width: 20%;
    display: flex;
    justify-content: space-around;
    flex-direction: column;
}
.left-li li {
    text-align: center;
    border-bottom: solid 2px #dcdcdc;
    padding-bottom: 15px;
    padding-top: 18px;
    background-color: #f5f5f5;
    height: 28px;
}
@font-face {
    font-family: 'iconfont';  /* project id 1240052 */
    src: url('http://at.alicdn.com/t/font_1240052_zmly1s79n09.eot');
    src: url('http://at.alicdn.com/t/font_1240052_zmly1s79n09.eot?#iefix') format('embedded-opentype'),
    url('http://at.alicdn.com/t/font_1240052_zmly1s79n09.woff2') format('woff2'),
    url('http://at.alicdn.com/t/font_1240052_zmly1s79n09.woff') format('woff'),
    url('http://at.alicdn.com/t/font_1240052_zmly1s79n09.ttf') format('truetype'),
    url('http://at.alicdn.com/t/font_1240052_zmly1s79n09.svg#iconfont') format('svg');
  }
.iconfont {
font-family: "iconfont" !important;
font-size: 16px;
font-style: normal;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.fontSize {
    width: 20px;
    height: 20px;
}
.fontSize1 {
    font-size: 20px!important;
}
.right {
    width: 80%;
    margin: 0 10px;
    background-color: #f5f5f5;
}
.right ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;    
}
.right ul li {
    width: 45px;
    height: 31px;
    margin: 15px 20px;
    text-align: center;
}