.bottom-box {
    width: 100%;
    height: 396px;
    background: #2688EE;
    overflow: hidden;
  }
  
  .bottom-box-content {
    width: 1200px;
    margin: 0 auto;
    margin-top: 50px;
    text-align: center;
    color: #fff;
    font-size: 42px;
    font-family: Microsoft YaHei;
  }
  
  .bottom-box-tu-min {
    width: 100px;
    height: 69px;
  }
  
  .bottom-box-tu-content {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
  }
  
  .bottom-box-tu-small {
    width: 95px;
    text-align: center;
    margin-right: 90px;
  }
  
  .bottom-box-tu {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    margin-top: 50px;
  }
  
  .code {
    width: 200px;
    height: 40px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #777777;
    padding-left: 20px;
  }
  
  .bottom-box-inpu {
    width: 1120px;
    margin: 0 auto;
    display: block;
    display: flex;
    justify-content: space-between;
  }
  
  .box-code {
    width: 210px;
    height: 40px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
    line-height: 40px;
  }
  
  .bottom-box-inpu ::-webkit-input-placeholder {
    color: #777777;
  }
  
  .bottom-box-inpu :-moz-placeholder {
    /* Firefox 18- */
    color: #777777;
  }
  
  .bottom-box-inpu ::-moz-placeholder {
    /* Firefox 19+ */
    color: #777777;
  }
  
  .bottom-box-inpu :-ms-input-placeholder {
    color: #777777;
  }
  
  .bottom-box-inpu input:focus,
  textarea:focus {
  
    outline: none;
  }
  
  .yzma {
    background: #00CCFE;
    width: 210px;
    height: 43px;
    line-height: 43px;
  }
  
  .shqi {
    border: 1px solid #FFFFFF;
  }
  
  .bottom-box-inpu {
    margin-top: 50px;
  }
  
  .logotu {
    width: 115px;
    height: 39px;
  
  }
  
  .bottom-box-bottom {
    width: 100%;
    height: 4367px;
  }
  
  .dianhua {
    font-size: 17px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #0086F2;
  }
  
  .phone {
    font-size: 17px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #0086F2;
  }
  
  .tel-box {
    display: flex;
    justify-content: flex-start;
    margin-left: 4px;
  }
  
  .tel-icon {
    width: 21px;
    height: 21px;
    margin-left: 20px;
  }
  
  .contact {
    height: 20px;
    line-height: 20px;
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
  }
  
  .bottom-box-bottom {
    width: 472px;
    display: flex;
    justify-content: flex-start;
    text-align: center;
  }
  
  .bottom-box-bottom {
    margin-top: 30px;
  }
  
  .huizhang {
    width: 30px;
    height: 32px;
    margin-left: 15px;
  }
  
  .huitu {
    margin-top: 2px;
  
  }
  
  .huirong {
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #787878;
    margin-top: 8px;
    margin-left: 20px;
  }
  
  .bottom-box-box-bottom {
    width: 100%;
    height: 65px;
  }
  
  .bottom-box-box {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    height: 72px;
    margin-top: -23px;
    text-align: center;
    overflow: hidden;
    justify-content: space-between;
  }
  
  .neirong {
    margin-top: 30px;
    display: block;
    display: flex;
    justify-content: space-between;
  }
  
  .zhongwen {
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #787878;
  }
  
  .xiaohao {
    width: 8px;
    height: 8px;
    margin-top: 6px;
  }
  
  .bottom-box-left {
    width: 35px;
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
  
  }

  @media screen and (min-width : 751px) and (max-width : 1200px) {
    .bottom-box-content,
    .bottom-box-tu,
    .bottom-box-inpu,
    .bottom-box-box {
        width: 90%;
    }
    .bottom-box-tu a {
        flex: 1;
    }
    .bottom-box-tu-small {
        margin: 0 auto;
    }
    .bottom-box-inpu {
        flex-wrap: wrap;
        justify-content: center;
    }
    .phoneValue {
        margin: 0 10px;
    }
    .code {
        width: 20%;
    }
    .yzma,
    .box-code {
        flex: 1;
        width: auto;
        margin-left: 5px;
    }
    .logotu {
        width: 100px;
        object-fit: contain;
    }
    .bottom-box-bottom {
        width: inherit;
    }
    .tel-icon {
        margin-left: 10px;
    }
    .dianhua,
    .phone {
        font-size: 14px;
    }
    .bottom-box-left {
        width: 70px;
    }
  }

  @media screen and (max-width : 768px) {
    .yzma, .box-code {
        font-size: 12px;
    }
  }