@import url(https://fonts.googleapis.com/css?family=Nunito:200,300,400,600,700,800,900);
@import url(https://fonts.googleapis.com/css?family=Nunito+Sans:200,300,400,600,700,800,900);
@font-face { font-family: 'AdobeFanHeitiStd-Bold'; src: url("../font/AdobeFanHeitiStd-Bold.otf") format("opentype"); }
.center-section { top: 50%; left: 50%; transform: translate(-50%, -50%); }

.teamlist-section { position: relative; margin: auto 30px; padding-bottom: 75px; padding-top: 75px; }
@media screen and (max-width: 996px) { .teamlist-section { padding-top: 75px; } }
@media screen and (max-width: 475px) { .teamlist-section { padding-top: 50px; } }
.teamlist-section .m-tittle { height: 50px; line-height: 50px; font-size: 25px; }
.teamlist-section img { width: 100%; }
.teamlist-section .demo { border: 1px solid #C0C0C0; border-collapse: collapse; padding: 5px; margin-right: 20px; }
.teamlist-section .demo th { border: 1px solid #C0C0C0; padding: 5px; background: #F0F0F0; font-size: 22px; }
.teamlist-section .demo td { border: 1px solid #C0C0C0; padding: 5px; white-space: nowrap; }
