@font-face {    font-family: "source";    src: url("/css/devnors.ttf") format("truetype");    font-weight: normal;    font-style: normal;}* {    padding: 0;    margin: 0;    box-sizing: border-box;}body {    width: 100%;    width: 100%;    font-size: 14px;    color: black;    font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;    -webkit-font-smoothing: antialiased;}body a {    text-decoration: none;    color: #02BF57;    transition: 0.2s ease-in;}body a:hover {    color: #018d40;}.header {    position: fixed;    top: 0;    left: 0;    width: 100%;    height: 100%;    height: 60px;    box-shadow: 0px 2px 8px rgba(29, 41, 57, 0.08);    z-index: 1000;    background-color: white;}.header .container {    padding: 0 12px;    display: flex;    align-items: center;    width: 100%;    height: 100%;}.header .container .logo {    color: #19d485;    font-size: 28px;    font-weight: 600;    height: 20px;    line-height: 20px;    margin: 19px 20px 19px 0;    -webkit-text-decoration: none;    text-decoration: none;}.header .container .logo img {    height: 100%;}.header .container .search {    padding: 0 10px;    width: 250px;    height: 35px;    border: none;    outline: 1px solid transparent;    border-radius: 4px;    background-color: rgba(0, 0, 0, 0.05);    transition: 0.2s ease-in;}.header .container .search::placeholder {    color: rgba(0, 0, 0, 0.3);}.header .container .search:-ms-input-placeholder {    color: rgba(0, 0, 0, 0.3);}.header .container .search::-ms-input-placeholder {    color: rgba(0, 0, 0, 0.3);}.header .container .search:focus {    outline: 1px solid #02BF57;    background-color: #F2F7F2;}.header .container nav {    padding: 0 25px;}.header .container nav a {    padding: 15px 25px;    color: black;    font-weight: 500;}.header .container nav a:hover, header .container nav a.active {    color: #02BF57;}.header .container .middle {    flex: 1;}.header .container .btns {    display: flex;    align-items: center;}.header .container .btns a {    color: black;    font-weight: 500;}.header .container .btns a:hover {    color: #02BF57;}.header .container .btns .btn {    padding: 6px 20px;    border: 1px solid #02BF57;    margin-left: 15px;    border-radius: 2px;    color: #02BF57;}.header .container .btns .outline:hover {    background-color: #F2F7F2;}.header .container .btns .fill {    background-color: #02BF57;    color: white;}.header .container .btns .fill:hover {    background-color: #018d40;}.header .container .btns .avatar {    margin-left: 15px;    display: inline-block;    width: 35px;    height: 35px;    border-radius: 35px;    background-size: cover;    background-position: center;    border: 1px solid rgba(0, 0, 0, 0.1);    margin-right: 10px;}.header .container .btns .avatar {    margin-left: 15px;    display: inline-block;    width: 35px;    height: 35px;    border-radius: 35px;    background-size: cover;    background-position: center;    border: 1px solid rgba(0, 0, 0, 0.1);}footer {    background-color: #163524;    margin-top: 100px;}footer .container {    margin: 0 auto;    width: 100%;    max-width: 1200px;    height: 100%;    color: rgba(255, 255, 255, 0.5);}footer .container a {    color: rgba(255, 255, 255, 0.5);}footer .container a:hover {    text-decoration: underline;}footer .container .top {    display: flex;    list-style: none;}footer .container .top li {    padding: 50px 0;    flex: 1;}footer .container .top li .title {    padding-bottom: 40px;    color: white;    font-weight: 500;}footer .container .top li .list a {    display: block;    margin-bottom: 20px;}footer .container .top .aboutus {    width: 35%;    padding-right: 100px;    flex: initial;    line-height: 1.9;}footer .container .top .aboutus .desc {    padding-bottom: 20px;    text-align: justify;}footer .container .bottom {    padding-bottom: 15px;    padding-top: 15px;    display: flex;    justify-content: space-between;    color: rgba(255, 255, 255, 0.5);    border-top: 1px solid rgba(255, 255, 255, 0.1);}footer .container .bottom a {    margin-left: 15px;}.devnors_empty {    padding: 50px 0;    text-align: center;    background-color: #F2F7F2;    border-radius: 6px;    color: #667190;    font-size: 12px;}.devnors_empty img {    height: 50px;    margin-bottom: 15px;}.pagination{    display: flex;    flex-direction: row;}.pagination li{    margin-right: 10px;    list-style-type: none;    min-width: 30px;    background-color: #f4f4f5;    color: #606266;    border-radius: 2px;    padding: 0 4px;    font-size: 13px;    height: 28px;    line-height: 28px;    box-sizing: border-box;    text-align: center;}.pagination li.active,.pagination li.active a{    background-color: #02BF57;    color: #FFF !important;}.main-box{    width: 100%;    min-height: 700px;    max-width: 1400px;    background-color: white;    margin: 0px auto;    border-radius: 10px;    margin-top: 90px;}.el-aside {    color: #333;    padding-top: 15px;    background: #F2F7F2 !important;}.el-main{    min-height: 700px;}body button span{color: white}.el-dialog{    display: flex;    display: -ms-flex; /* 兼容IE */    flex-direction: column;    -ms-flex-direction: column; /* 兼容IE */    margin:0 !important;    position:absolute;    top:50%;    left:50%;    transform:translate(-50%,-50%);    max-height:calc(100% - 30px);    max-width:calc(100% - 30px);}.el-dialog .el-dialog__body{    max-height: 100%;    flex: 1;    -ms-flex: 1 1 auto; /* 兼容IE */    overflow-y: auto;    overflow-x: hidden;}.el-container{    border: none !important;}.el-container.is-vertical{    padding-left: 30px;}.el-menu{    border-right: none !important;    background: #F2F7F2 !important;}.el-menu a{    color: black;}.el-menu-item:focus, .el-menu-item:hover{    background-color: #d8e6e0 !important;}.el-submenu__title:hover{    background-color: #d8e6e0 !important;}.icon-star-fill{    color: #667190;    font-size: 15px;}@media only screen and (max-width: 800px) {    .header .container .search {        display: none;    }    .header .container .btns {        display: none;    }    footer .container .top {        padding: 0 15px;        display: block !important;    }    footer .container .top .aboutus {        width: 100% !important;        padding-bottom: 0;    }    footer .container .top li {        width: 32%;        padding-right: 0 !important;        display: inline-block;        overflow: hidden;        vertical-align: top;    }}