.my-foot {
  margin: 20px 2%;
  font-size: 14px;
  color: #1a1a1a;
  line-height: 24px; }
  @media screen and (max-width: 780px) {
    .my-foot {
      margin: 0 2%;
      padding-top: 20px; } }
  .my-foot__bottom-1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 20px; }
    .my-foot__bottom-1 .right {
      display: flex;
      flex-direction: column;
      justify-content: space-between; }
      @media screen and (max-width: 780px) {
        .my-foot__bottom-1 .right {
          width: 100%; } }
      .my-foot__bottom-1 .right i {
        display: inline-block;
        color: #d7000f;
        font-size: 22px;
        font-style: normal; }
    .my-foot__bottom-1 .left .contact-img {
      flex: 1;
      display: flex;
      justify-content: space-between; }
      .my-foot__bottom-1 .left .contact-img a {
        position: relative; }
        .my-foot__bottom-1 .left .contact-img a .icon {
          position: absolute;
          border: 1px solid #ededed;
          bottom: 50px;
          left: -20px;
          display: none; }
        .my-foot__bottom-1 .left .contact-img a:hover .icon {
          display: block; }
    .my-foot__bottom-1 .left .logo {
      flex: 1;
      padding-bottom: 20px; }
    @media screen and (min-width: 780px) {
      .my-foot__bottom-1 .contact-img-moblie {
        display: none; } }
    @media screen and (max-width: 780px) {
      .my-foot__bottom-1 .left .logo {
        padding-bottom: 0px; }
        .my-foot__bottom-1 .left .logo img {
          width: 60%; }
      .my-foot__bottom-1 .left .contact-img {
        display: none; }
      .my-foot__bottom-1 .contact-img-moblie {
        flex: 1; }
        .my-foot__bottom-1 .contact-img-moblie .img-list {
          padding: 0 10px;
          flex: 1;
          display: flex;
          flex-wrap: wrap;
          justify-content: center; }
          .my-foot__bottom-1 .contact-img-moblie .img-list a {
            margin-top: 20px;
            width: 21%;
            display: flex;
            justify-content: center; }
        .my-foot__bottom-1 .contact-img-moblie .erwei {
          margin-top: 10px;
          display: flex;
          flex-direction: column;
          justify-content: center;
          align-items: center; }
          .my-foot__bottom-1 .contact-img-moblie .erwei img {
            border: 1px solid #ededed; } }
  .my-foot__bottom-2 {
    border-top: 1px solid #ededed;
    padding-top: 10px; }
    .my-foot__bottom-2 .left {
      margin-bottom: 5px;
      font-size: 14px;
      color: #1a1a1a; }
      .my-foot__bottom-2 .left a {
        padding: 0 10px;
        color: #666;
        border-left: 1px solid #666; }
        .my-foot__bottom-2 .left a:nth-of-type(1) {
          border-left: 0;
          padding-left: 0; }
        .my-foot__bottom-2 .left a:hover {
          color: #337ab7; }
  @media screen and (min-width: 1200px) {
    .my-foot__bottom-2 {
      display: flex;
      justify-content: space-between; } }
  @media screen and (max-width: 780px) {
    .my-foot__bottom-2 {
      display: flex;
      flex-wrap: wrap; } }

@media screen and (max-width: 780px) {
  .section-my-foot {
    margin: 0 2%;
    padding-top: 60px; } }
@media screen and (max-width: 780px) {
  .section-my-foot .my-foot__bottom-1 .left .logo {
    position: absolute;
    top: 20px; } }

.fixed-aside {
  position: fixed;
  top: 21%;
  right: 0;
  width: 70px;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 15px 0px 0px 0px; }
  .fixed-aside .li {
    padding: 10px 0; }
    @media screen and (max-width: 720px) {
      .fixed-aside .li {
        padding: 5px 0; } }
    .fixed-aside .li a {
      display: flex;
      flex-direction: column;
      color: #fff;
      font-size: 12px;
      justify-content: center;
      align-items: center;
      position: relative;
      text-decoration: none; }
      .fixed-aside .li a .icon {
        width: 35%;
        height: 35%;
        padding-bottom: 10px; }
      .fixed-aside .li a .erweima {
        position: absolute;
        top: -34px;
        right: 78px;
        display: none; }
      .fixed-aside .li a:hover .erweima {
        display: block; }
    @media screen and (min-width: 720px) {
      .fixed-aside .li .mobile {
        display: none; } }
    @media screen and (max-width: 720px) {
      .fixed-aside .li .pc {
        display: none; } }

.fixed-bottom {
  position: fixed;
  bottom: 40px;
  right: 20px;
  width: 240px;
  border-radius: 5px;
  box-shadow: 0 0 8px 6px rgba(0, 0, 0, 0.2);
  z-index: 20; }
  @media screen and (max-width: 720px) {
    .fixed-bottom {
      bottom: 15px;
      display: none; } }
  .fixed-bottom .message .head {
    border-radius: 5px 5px 0 0;
    background-color: #4686E8;
    color: #fff;
    display: flex;
    padding: 10px 0 10px 15px;
    font-size: 16px;
    justify-content: space-between; }
    .fixed-bottom .message .head .img img {
      width: 50%;
      transform: rotate(-180deg); }
  .fixed-bottom .message .rotate {
    border-radius: 5px; }
    .fixed-bottom .message .rotate .img img {
      transform: rotate(-360deg); }
  .fixed-bottom .message .content {
    border-radius: 0 0 5px 5px;
    display: flex;
    flex-direction: column;
    padding: 10px;
    background-color: #fff; }
    .fixed-bottom .message .content p {
      margin-bottom: 5px; }
    .fixed-bottom .message .content .tel {
      color: #969697; }
    .fixed-bottom .message .content textarea {
      width: 100%;
      height: 70px;
      padding: 10px 12px;
      resize: none;
      overflow: hidden;
      border: 1px solid #DCDFE6;
      background-color: #fff;
      text-align: left;
      outline: 0;
      border-radius: 4px;
      font-size: 12px;
      line-height: 18px; }
    .fixed-bottom .message .content .input {
      border: 1px solid #DCDFE6;
      margin-top: 15px; }
      .fixed-bottom .message .content .input img {
        border-right: 1px solid #DCDFE6;
        padding: 5px; }
      .fixed-bottom .message .content .input input {
        margin: 0;
        width: 172px;
        height: 32px;
        line-height: 32px;
        border: none;
        display: inline-block;
        outline: 0; }
    .fixed-bottom .message .content .button {
      margin-top: 20px;
      text-align: right; }
      .fixed-bottom .message .content .button span {
        padding: 8px 16px;
        color: #fff;
        background-color: #4686E8;
        border-radius: 5px; }

.alert {
  position: fixed;
  min-width: 300px;
  top: 100px;
  left: 50%;
  font-size: 14px;
  text-align: center;
  transform: translateX(-50%); }
  @media screen and (max-width: 720px) {
    .alert {
      min-width: 300px; } }

.error {
  height: 100vh;
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center; }
  .error .content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
  .error .type {
    color: #d7000f;
    font-size: 100px;
    font-weight: bold;
    text-align: center; }
  .error .desc {
    font-size: 30px;
    font-weight: bold;
    padding: 30px 0; }
    @media screen and (max-width: 720px) {
      .error .desc {
        font-size: 18px;
        padding: 0 20px;
        text-align: center; }
        .error .desc a {
          margin-top: 10px;
          display: block; } }
    .error .desc a {
      text-decoration: none; }
      .error .desc a:hover {
        color: #d7000f; }
  .error p {
    font-size: 20px;
    font-weight: bold; }
    @media screen and (max-width: 720px) {
      .error p {
        margin-top: 20px;
        font-size: 16px;
        padding: 0 20px;
        text-align: center; } }

/*# sourceMappingURL=foot.css.map */
