#head {
  background-color: #FFFFFF;
}
#head .top {
  background-color: #E8E8E8;
}
#head .top .w1200 {
  margin: auto;
  display: flex;
  justify-content: space-between;
}
#head .top .w1200 .left {
  display: flex;
  align-items: center;
}
#head .top .w1200 .left span {
  margin-right: 10px;
  display: inline-block;
  padding-left: 10px;
  position: relative;
  cursor: pointer;
}
#head .top .w1200 .left span::after {
  content: "|";
  display: block;
  position: absolute;
  top: -1px;
  right: -15px;
}
#head .top .w1200 .left span:last-child::after {
  display: none;
}
#head .top .w1200 .right {
  color: #FC3233;
  text-align: right;
  white-space: nowrap;
  display: flex;
  align-items: center;
}
#head .top .w1200 .right > div > span {
  display: inline-block;
  padding: 15px 7px;
  cursor: pointer;
}
#head .top .w1200 .right > div.userInfo {
  margin-left: 15px;
}
#head .top .w1200 .right > div.yuce {
  margin: 0 20px;
}
#head .top .w1200 .right > div.userInfo, #head .top .w1200 .right > div.yuce {
  cursor: pointer;
  position: relative;
}
#head .top .w1200 .right > div.userInfo:hover .showMore, #head .top .w1200 .right > div.yuce:hover .showMore {
  top: calc(50% - 2px);
  transform: rotate(-137deg);
}
#head .top .w1200 .right > div.userInfo > span:hover + ul, #head .top .w1200 .right > div.yuce > span:hover + ul {
  display: block;
}
#head .top .w1200 .right > div.userInfo ul, #head .top .w1200 .right > div.yuce ul {
  display: none;
  position: absolute;
  top: 47px;
  background-color: #ffffff;
  text-align: center;
  z-index: 10;
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: #333;
  list-style: none;
  padding-left: 0;
}
#head .top .w1200 .right > div.userInfo ul:hover, #head .top .w1200 .right > div.yuce ul:hover {
  display: block;
}
#head .top .w1200 .right > div.userInfo ul li, #head .top .w1200 .right > div.yuce ul li {
  padding: 10px 25px;
}
#head .top .w1200 .right > div.userInfo ul li:last-child, #head .top .w1200 .right > div.yuce ul li:last-child {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
#head .top .w1200 .right > div.userInfo ul li:hover, #head .top .w1200 .right > div.yuce ul li:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
#head .top .w1200 .right > div.userInfo .showMore, #head .top .w1200 .right > div.yuce .showMore {
  position: absolute;
  top: calc(50% - 7px);
  display: inline-block;
  width: 8px;
  height: 8px;
  border-right: 1px solid red;
  border-bottom: 1px solid red;
  transform: rotate(45deg);
}
#head .top .w1200 .right > div.userInfo.yuce .showMore, #head .top .w1200 .right > div.yuce.yuce .showMore {
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
}
#head .top .w1200 .right .PersonalCenter {
  color: rgba(0, 0, 0, 0.5);
  padding: 10px;
  display: inline-block;
}
#head .top .w1200 .right .PersonalCenter:hover + .list {
  display: flex;
}
#head .top .w1200 .right .list, #head .top .w1200 .right .list1 {
  display: none;
  flex-direction: column;
  position: absolute;
  left: 135px;
  background-color: white;
  z-index: 10;
  top: 37px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: #000;
}
#head .top .w1200 .right .list:hover, #head .top .w1200 .right .list1:hover {
  display: flex;
}
#head .top .w1200 .right .list span, #head .top .w1200 .right .list1 span {
  cursor: pointer;
  display: block;
  padding: 15px 15px;
}
#head .top .w1200 .right .list1 {
  left: 210px;
}
#head .cont {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 1200px;
  margin: 15px auto;
}
#head .cont > div {
  display: flex;
}
#head .cont > div.left {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  flex: 0.85;
}
#head .cont > div.left .date {
  background-color: #FDEEE9;
  padding: 10px;
  border-radius: 10px;
  width: 150px;
  font-size: 18px;
  font-weight: bold;
}
#head .cont > div.left .date > div {
  display: flex;
  justify-content: space-between;
}
#head .cont > div.left .date > div.week {
  align-items: center;
  color: #FC3233;
  margin-bottom: 5px;
}
#head .cont > div.left .date > div.time {
  font-size: 23px;
  border-radius: 5px;
  border: 1px solid red;
  padding: 2px 15px;
  color: #FFFFFF;
  background-color: #FC3233;
}
#head .cont > div.msg {
  color: #BE5E1E;
  font-style: italic;
  font-weight: 600;
  width: 30%;
  margin: 0 20px;
}
#head .cont > div.right {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
#head .cont > div.right .serve {
  height: 55px;
  width: 165px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#head .cont > div.right .serve > div {
  display: flex;
  align-items: center;
  justify-content: center;
}
#head .cont > div.right .serve > div img {
  margin-right: 5px;
}
#head .cont > div.right .serve .time {
  margin-left: 10px;
}
#head > .msg {
  display: none;
  color: #BE5E1E;
  font-style: italic;
  font-weight: 600;
  margin: 0 20px;
}
#head .menu {
  background: linear-gradient(#3483D5, #266DBB);
  font-size: 20px;
}
#head .menu .row {
  display: flex;
  justify-content: space-between;
}
#head .menu .row > div {
  padding: 20px 0;
  white-space: nowrap;
  color: #ffffff;
  text-align: center;
  cursor: pointer;
}
#head .menu .row > div.active {
  color: #FFFFFF;
  background-color: rgba(0, 0, 0, 0.2);
}
#head .appMenu {
  display: none;
}

@media screen and (max-width: 1200px) {
  #head .cont {
    width: 100%;
  }
  #head .cont > div.left, #head .cont > div.right {
    justify-content: center;
  }
}
@media screen and (max-width: 530px) {
  #head .menu {
    display: none;
  }
  #head > .cont .msg {
    display: none;
  }
  #head > .msg {
    display: block;
  }
  #head .appMenu {
    display: block;
    background: linear-gradient(#3483D5, #266DBB);
    color: #fff;
  }
  #head .appMenu .title {
    text-align: right;
  }
  #head .appMenu .cont {
    display: flex;
    flex-direction: column;
    transition: max-height 0.5s ease-in-out;
  }
  #head .appMenu .cont > div {
    height: 50px;
    line-height: 50px;
    border: 1px solid;
    width: 100%;
    justify-content: center;
  }
}

/*# sourceMappingURL=header.css.map */
