@media (min-width: 320px) and (max-width: 768px) {
  body {
    background-color: #23347F;
    color: #fff;
  }
  .bottomBlue {
    width: 100%;
    height: 50px;
    background-color: #7385D7;
    margin: 30px 0;
  }
  .footer {
    text-align: center;
    color: #fff;
    font-size: 16px;
    padding: 0 30px 3rem;
  }
  .menu,
  .header {
    display: none;
  }
  .phoneMenu {
    padding: 0 30px;
    background-color: #7385D7;
    color: #fff;
    font-size: 16px;
  }
  .phoneMenu a {
    color: #fff;
  }
  .phoneMenu .more {
    background-color: #FC8759;
    padding: 10px 26px;
    position: relative;
  }
  .phoneMenu .more .numbers {
    width: 30px;
    height: 30px;
    background: #7F21FF;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    position: absolute;
    right: -16px;
    top: 4px;
  }
  .phoneMenu .rightMenu {
    position: fixed;
    z-index: 1001;
    right: 10px;
    top: 120px;
    background-color: #fff;
    color: #333;
    width: 50%;
    padding-bottom: 20px;
  }
  .phoneMenu .rightMenu a {
    color: #999;
    display: block;
    padding: 20px 0 0 20px;
  }
  .phoneheader {
    padding: 20px;
  }
  .phoneheader .more img {
    width: 30px;
    height: 26px;
  }
  .phoneheader .priv,
  .phoneheader .login {
    margin: 20px 0;
    font-size: 16px;
    color: #fff;
  }
  .phoneheader .search {
    position: relative;
  }
  .phoneheader .search input {
    width: 100%;
    font-size: 16px;
    color: #fff;
    box-sizing: border-box;
    border-radius: 50px;
    padding: 8px 12px;
    background-color: #7385D7;
  }
  .phoneheader .search .fangdajing {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 10px;
    top: 7px;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  body {
    background-color: #23347F;
    color: #fff;
  }
  .bottomBlue {
    width: 100%;
    height: 50px;
    background-color: #7385D7;
    margin: 30px 0;
  }
  .footer {
    text-align: center;
    color: #fff;
    font-size: 20px;
    padding: 0 30px 3rem;
  }
  .menu,
  .header {
    display: none;
  }
  .phoneMenu {
    padding: 0 30px;
    background-color: #7385D7;
    color: #fff;
    font-size: 20px;
  }
  .phoneMenu a {
    color: #fff;
  }
  .phoneMenu .more {
    background-color: #FC8759;
    padding: 10px 26px;
    position: relative;
  }
  .phoneMenu .more .numbers {
    width: 30px;
    height: 30px;
    background: #7F21FF;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    position: absolute;
    right: -16px;
    top: 4px;
  }
  .phoneMenu .rightMenu {
    position: fixed;
    z-index: 1001;
    right: 10px;
    top: 130px;
    background-color: #fff;
    color: #333;
    width: 50%;
    padding-bottom: 30px;
    font-size: 20px;
  }
  .phoneMenu .rightMenu a {
    color: #999;
    display: block;
    padding: 20px 0 0 20px;
  }
  .phoneheader {
    padding: 20px;
  }
  .phoneheader .more img {
    width: 30px;
    height: 26px;
  }
  .phoneheader .priv,
  .phoneheader .login {
    margin: 20px 0;
    font-size: 20px;
    color: #fff;
  }
  .phoneheader .search {
    position: relative;
  }
  .phoneheader .search input {
    width: 100%;
    font-size: 20px;
    color: #fff;
    box-sizing: border-box;
    border-radius: 50px;
    padding: 12px 16px;
    background-color: #7385D7;
  }
  .phoneheader .search .fangdajing {
    width: 24px;
    height: 24px;
    position: absolute;
    right: 14px;
    top: 14px;
  }
}
@media (min-width: 1200px) {
  body {
    background-color: #18214C;
  }
  .outBox {
    width: 1200px;
    margin: 0 auto;
    background-color: #23347F;
  }
  .phoneMenu,
  .phoneheader {
    display: none;
  }
  .menu {
    margin-top: 18px;
    padding: 0 100px;
    background-color: #7385D7;
    color: #fff;
    font-size: 16px;
  }
  .menu .more {
    background-color: #FC8759;
    padding: 10px 26px;
  }
  .menu .more .numbers {
    display: none;
  }
  .menu a {
    color: #fff;
  }
  .menu a:hover {
    color: #666;
    cursor: pointer;
  }
  .header {
    padding: 10px 100px 0 0;
    color: #fff;
    display: flex;
    font-size: 16px;
    justify-content: space-between;
  }
  .header .priv {
    color: #fff;
  }
  .header .priv:hover {
    color: #666;
    cursor: pointer;
  }
  .header .login {
    margin: 0 20px;
    color: #fff;
  }
  .header .login:hover {
    color: #666;
    cursor: pointer;
  }
  .header .search {
    position: relative;
  }
  .header .search .fangdajing {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 10px;
    top: 8px;
  }
  .header .search input {
    font-size: 16px;
    color: #fff;
    box-sizing: border-box;
    border-radius: 50px;
    padding: 8px 12px;
    background-color: #7385D7;
  }
  .bottomBlue {
    width: 100%;
    height: 50px;
    background-color: #7385D7;
    margin: 30px 0;
  }
  .footer {
    text-align: center;
    color: #fff;
    font-size: 16px;
    padding-bottom: 30px;
  }
}
