/**
 * Created by yehailong on 2018/6/14.
 */
/**
 * Created by yehailong on 2017/8/4.
 */
body .header .header-main .user-box .user-info:before, body .header .header-main .download-box .dorpdown-download .dorpdown-main:before, body .container .main:before, body .container .main .main-box .list-box:before, body .header .header-main .user-box .user-info:after, body .header .header-main .download-box .dorpdown-download .dorpdown-main:after, body .container .main:after, body .container .main .main-box .list-box:after {
  content: "";
  display: table; }

body .header .header-main .user-box .user-info:after, body .header .header-main .download-box .dorpdown-download .dorpdown-main:after, body .container .main:after, body .container .main .main-box .list-box:after {
  clear: both; }

.user-menu {
  display: none; }

.child-menu {
  display: none; }

#childType {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding-right: 12px; }
  #childType:hover .user-select {
    display: block; }
  #childType .user-select {
    display: none;
    position: absolute;
    right: -130px;
    background: #fff;
    width: 130px;
    top: 0; }
  #childType .user-select li {
    line-height: 39px;
    padding: 0  20px; }

body .header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background: #fff;
  z-index: 10;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3); }
  body .header .header-main {
    max-width: 1000px;
    margin: 0 auto;
    height: 100%; }
    body .header .header-main .img-box {
      margin-top: 13px;
      float: left; }
      body .header .header-main .img-box #logo {
        float: left;
        width: 84px;
        height: 53px; }
        body .header .header-main .img-box #logo img {
          display: block;
          width: 100%;
          height: 100%; }
      body .header .header-main .img-box #schoolInfo {
        margin-left: 95px; }
        body .header .header-main .img-box #schoolInfo h2 {
          padding-top: 4px;
          color: #1196ea;
          font-size: 20px;
          line-height: 24px;
          font-weight: bold; }
        body .header .header-main .img-box #schoolInfo p {
          margin-top: 6px;
          color: #0788db;
          font-size: 14px;
          line-height: 16px; }
    body .header .header-main .user-box {
      position: relative;
      float: right;
      padding: 20px 0;
      width: 150px; }
      body .header .header-main .user-box:hover .user-dropdown {
        display: block; }
      body .header .header-main .user-box .user-info:hover .name a .icon-triangleup {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg); }
      body .header .header-main .user-box .user-info .avatar {
        float: left;
        width: 40px;
        height: 40px;
        overflow: hidden;
        -webkit-border-radius: 50%;
        border-radius: 50%; }
        body .header .header-main .user-box .user-info .avatar img {
          display: block;
          width: 100%;
          height: 100%; }
      body .header .header-main .user-box .user-info .name {
        float: left;
        padding-left: 10px; }
        body .header .header-main .user-box .user-info .name h2 {
          line-height: 40px;
          color: #4c4c4c;
          font-size: 13px; }
        body .header .header-main .user-box .user-info .name a {
          color: #d5d5d5; }
          body .header .header-main .user-box .user-info .name a .icon-triangleup {
            position: absolute;
            top: 50%;
            right: 0;
            margin-top: -3px;
            border-bottom-color: #d5d5d5; }
      body .header .header-main .user-box .user-dropdown {
        display: none;
        position: absolute;
        top: 70px;
        left: 0;
        width: 200px;
        background: #fff;
        z-index: 100;
        -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }
        body .header .header-main .user-box .user-dropdown li {
          line-height: normal; }
          body .header .header-main .user-box .user-dropdown li a {
            display: block;
            padding: 10px 0 10px 20px;
            color: #707070; }
            body .header .header-main .user-box .user-dropdown li a .iconfont {
              margin-right: 10px; }
          body .header .header-main .user-box .user-dropdown li:hover {
            background: #f0f0f0; }
    body .header .header-main .download-box {
      position: relative;
      float: right;
      margin-right: 26px;
      padding: 28px 20px 0;
      height: 80px;
      cursor: pointer; }
      body .header .header-main .download-box span {
        margin-left: 10px;
        color: #1595f8;
        font-size: 14px; }
      body .header .header-main .download-box:before {
        content: '';
        display: inline-block;
        position: absolute;
        right: 0;
        top: 28px;
        width: 1px;
        height: 24px;
        background: #f0f0f0; }
      body .header .header-main .download-box:hover {
        background: #f0f0f0; }
        body .header .header-main .download-box:hover .dorpdown-download {
          display: block; }
      body .header .header-main .download-box .dorpdown-download {
        display: none;
        position: absolute;
        top: 70px;
        right: 10px;
        width: 162px;
        height: 180px;
        border: 1px solid #288ff0;
        background: #fff;
        cursor: auto;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.35);
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.35); }
        body .header .header-main .download-box .dorpdown-download .triangle-up, body .header .header-main .download-box .dorpdown-download .triangle-up-bg {
          position: absolute;
          top: -9px;
          right: 40px;
          width: 0;
          height: 0;
          border-left: 5px solid transparent;
          border-right: 5px solid transparent;
          border-bottom: 9px solid #fff;
          z-index: 2; }
        body .header .header-main .download-box .dorpdown-download .triangle-up-bg {
          top: -11px;
          right: 39px;
          border-left: 6px solid transparent;
          border-right: 6px solid transparent;
          border-bottom: 11px solid #288ff0;
          z-index: 1; }
        body .header .header-main .download-box .dorpdown-download .dorpdown-main {
          padding-top: 15px; }
          body .header .header-main .download-box .dorpdown-download .dorpdown-main .dorpdown-main-item {
            float: left;
            margin: 0 15px;
            width: 130px; }
            body .header .header-main .download-box .dorpdown-download .dorpdown-main .dorpdown-main-item img {
              display: block;
              width: 100%; }
            body .header .header-main .download-box .dorpdown-download .dorpdown-main .dorpdown-main-item h2 {
              color: #2e2e2e;
              font-size: 16px;
              text-align: center; }
    body .header .header-main .appStore-box {
      display: block;
      float: right;
      margin-right: 26px;
      height: 80px;
      line-height: 80px;
      color: #fe9a4a;
      font-size: 14px; }
      body .header .header-main .appStore-box .iconfont {
        margin-right: 10px;
        float: left;
        font-size: 28px; }

body .container {
  position: absolute;
  top: 80px;
  left: 0;
  padding-bottom: 40px;
  width: 100%;
  height: 100%;
  overflow: auto; }
  body .container .main {
    margin: 40px auto 0;
    max-width: 1110px; }
    body .container .main .main-box {
      display: inline-block;
      padding: 20px 0 20px 30px;
      float: left; }
      body .container .main .main-box .title-box {
        padding: 0 0 20px 8px;
        width: 100%;
        color: #222222;
        font-size: 20px;
        font-weight: bold; }
      body .container .main .main-box .list-box {
        width: 100%;
        min-width: 150px;
        min-height: 131px;
        background: rgba(255, 255, 255, 0.8);
        -webkit-border-radius: 10px;
        border-radius: 10px; }
        body .container .main .main-box .list-box .app-item {
          display: block;
          float: left;
          margin: 10px;
          width: 75px;
          text-align: center; }
          body .container .main .main-box .list-box .app-item img {
            display: block;
            width: 100%;
            height: 100px; }
          body .container .main .main-box .list-box .app-item span {
            display: inline-block;
            margin-top: 9px;
            color: #4c4c4c; }
        body .container .main .main-box .list-box .app-more .more-icon {
          width: 75px;
          height: 75px;
          line-height: 75px;
          color: #4c4c4c;
          border: 1px dashed #848484;
          -webkit-border-radius: 10px;
          border-radius: 10px; }
          body .container .main .main-box .list-box .app-more .more-icon .iconfont {
            color: #848484;
            font-size: 60px; }
    body .container .main .main-teacher {
      width: 355px; }
      body .container .main .main-teacher .title-box:before {
        content: '';
        display: inline-block;
        float: left;
        margin: 5px 10px 0 0;
        width: 6px;
        height: 18px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        background: #36abfd; }
    body .container .main .main-manage {
      margin-left: 65px;
      width: 580px; }
      body .container .main .main-manage .title-box:before {
        content: '';
        display: inline-block;
        float: left;
        margin: 5px 10px 0 0;
        width: 6px;
        height: 18px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        background: #63e681; }
    body .container .main .main-personal {
      margin-top: 40px;
      width: 100%;
      height: 185px; }
      body .container .main .main-personal .title-box:before {
        content: '';
        display: inline-block;
        float: left;
        margin: 5px 10px 0 0;
        width: 6px;
        height: 18px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        background: #d8da33; }
      body .container .main .main-personal .list-box {
        height: 135px; }

body .footer-index {
  position: relative;
  margin-top: 100px;
  width: 100%;
  height: 60px;
  line-height: 60px;
  text-align: center;
  color: #4a4a4a;
  background: none;
  z-index: 10; }
