/* footer 1.0.0 */
@media (max-width: 768px) {
  .footerPhone {
    display: block;
    color: #ffffff;
  }
  .footerPhone ul,
  .footerPhone li {
    padding: 0 ;
    margin: 0;
    list-style: none;
    padding-inline-start: 0px;
  }
  .footerPhone a {
    color: #ffffff;
    text-decoration: none;
  }
  .footerPhone .title {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .footerPhone .title .titleContent {
    width: 100%;
    height: 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #646464;
    color: #ffffff;
    font-size: 0.4rem;
    line-height: 1.5;
    border-bottom: 1px solid #999999;
  }
  .footerPhone .title .titleContent span {
    margin: 0.5rem;
  }
  .footerPhone .title .titleContent img {
    height: 0.45rem;
    margin: 0.5rem;
  }
  .footerPhone .title .product,
  .footerPhone .title .footer_function,
  .footerPhone .title .support,
  .footerPhone .title .boyang,
  .footerPhone .title .contactUs {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    display: none;
  }
  .footerPhone .title .product li,
  .footerPhone .title .footer_function li,
  .footerPhone .title .support li,
  .footerPhone .title .boyang li,
  .footerPhone .title .contactUs li {
    width: 100%;
    height: 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #222325;
    color: #ffffff;
    font-size: 0.4rem;
    line-height: 1.5;
    border-bottom: 1px solid #646464;
    padding-left: 1.5rem;
    padding-right: 0.5rem;
    box-sizing: border-box;
  }
  .footerPhone .title .product li img,
  .footerPhone .title .footer_function li img,
  .footerPhone .title .support li img,
  .footerPhone .title .boyang li img,
  .footerPhone .title .contactUs li img {
    height: 0.45rem;
  }
  .footerPhone .title .product .special,
  .footerPhone .title .footer_function .special,
  .footerPhone .title .support .special,
  .footerPhone .title .boyang .special,
  .footerPhone .title .contactUs .special {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    padding-left: 0;
    align-items: center;
    border: 0 none;
  }
  .footerPhone .title .product .special img,
  .footerPhone .title .footer_function .special img,
  .footerPhone .title .support .special img,
  .footerPhone .title .boyang .special img,
  .footerPhone .title .contactUs .special img {
    width: 40%;
    height: auto;
    margin: 0.5rem;
  }
  .footerPhone .bottom {
    background-color: #2e2f31;
    width: 100%;
    height: 1.6rem;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .footerPhone .bottom div {
    font-size: 0.24rem;
    color: #ffffff;
    line-height: 1.5;
    width: 100%;
    text-align: center;
  }
  footer {
    display: none;
  }
}
@media (min-width: 768px) {
  footer {
    display: block;
    color: #ffffff;
  }
  footer ul {
    padding-inline-start: 0px;
  }
  footer ul,
  footer li {
    padding: 0 ;
    margin: 0;
    list-style: none;
  }
  footer a {
    color: #ffffff;
    text-decoration: none;
  }
  .footerPhone {
    display: none;
  }
  footer {
    margin-top: 80px;
    font-size: 12px;
  }
  footer .top {
    width: 100%;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #3c3d3f;
    color: #ffffff;
  }
  footer .top .box {
    width: 90%;
    display: flex;
    justify-content: center;
  }
  footer .top h5 {
    color: #ffffff;
  }
  footer .top .product {
    width: 17%;
    margin-top: 50px;
  }
  footer .top .product h5 {
    width: 100%;
    text-align: center;
    font-size: 13px;
    font-weight: 700;
    color: #ffffff;
  }
  footer .top .product ul {
    margin-top: 20px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  footer .top .product ul a {
    display: inline-block;
    width: 50%;
  }
  footer .top .product ul li {
    width: 100%;
    line-height: 1.5;
    margin-top: 5px;
    cursor: pointer;
  }
  footer .top .support {
    width: 8%;
    margin-top: 50px;
  }
  footer .top .support h5 {
    width: 100%;
    text-align: center;
    font-size: 13px;
    font-weight: 700;
  }
  footer .top .support ul {
    margin-top: 20px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  footer .top .support ul a {
    display: block;
    width: 100%;
  }
  footer .top .support ul li {
    width: 100%;
    line-height: 1.5;
    margin-top: 5px;
    text-align: center;
    cursor: pointer;
  }
  footer .top .boyang {
    width: 8%;
    margin-top: 50px;
  }
  footer .top .boyang h5 {
    width: 100%;
    text-align: center;
    font-size: 13px;
    font-weight: 700;
  }
  footer .top .boyang ul {
    margin-top: 20px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  footer .top .boyang ul a {
    display: block;
    width: 100%;
  }
  footer .top .boyang ul li {
    width: 100%;
    line-height: 1.5;
    margin-top: 5px;
    text-align: center;
    cursor: pointer;
  }
  footer .top .contactUs {
    width: 35%;
    margin-top: 50px;
  }
  footer .top .contactUs h5 {
    width: 100%;
    text-align: center;
    font-size: 13px;
    font-weight: 700;
  }
  footer .top .contactUs .content {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  footer .top .contactUs .content .code {
    width: 30%;
    height: auto;
  }
  footer .top .contactUs .content ul {
    width: 65%;
    padding: 10px 0;
    box-sizing: border-box;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: column;
    flex-wrap: wrap;
  }
  footer .top .contactUs .content ul a {
    display: block;
    width: 100%;
  }
  footer .top .contactUs .content ul li {
    width: 100%;
    cursor: pointer;
    margin: 10px 0;
    color: #ffffff;
  }
  footer .top .lineBox {
    width: 5%;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  footer .top .lineBox .line {
    width: 1px;
    height: 110px;
    background: #aaaaaa;
  }
  footer .bottom {
    background-color: #2e2f31;
    width: 100%;
    height: 60px;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  footer .bottom div {
    font-size: 12px;
    color: #ffffff;
    line-height: 1.5;
    width: 100%;
    text-align: center;
  }
}
@media (min-width: 992px) {
  footer {
    margin-top: 80px;
    font-size: 14px;
  }
  footer .top {
    width: 100%;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #3c3d3f;
    color: #ffffff;
  }
  footer .top .box {
    width: 90%;
    display: flex;
    justify-content: center;
  }
  footer .top .product {
    width: 17%;
    margin-top: 50px;
  }
  footer .top .product h5 {
    width: 100%;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
  }
  footer .top .product ul {
    margin-top: 20px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  footer .top .product ul a {
    display: inline-block;
    width: 50%;
  }
  footer .top .product ul li {
    width: 100%;
    line-height: 1.5;
    margin-top: 5px;
    cursor: pointer;
  }
  footer .top .support {
    width: 8%;
    margin-top: 50px;
  }
  footer .top .support h5 {
    width: 100%;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
  }
  footer .top .support ul {
    margin-top: 20px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  footer .top .support ul li {
    width: 100%;
    line-height: 1.5;
    margin-top: 5px;
    text-align: center;
    cursor: pointer;
  }
  footer .top .boyang {
    width: 8%;
    margin-top: 50px;
  }
  footer .top .boyang h5 {
    width: 100%;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
  }
  footer .top .boyang ul {
    margin-top: 20px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  footer .top .boyang ul li {
    width: 100%;
    line-height: 1.5;
    margin-top: 5px;
    text-align: center;
    cursor: pointer;
  }
  footer .top .contactUs {
    width: 35%;
    margin-top: 50px;
  }
  footer .top .contactUs h5 {
    width: 100%;
    text-align: center;
  }
  footer .top .contactUs .content {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
  }
  footer .top .contactUs .content .code {
    width: 30%;
  }
  footer .top .contactUs .content ul {
    width: 65%;
    padding: 10px 0;
    box-sizing: border-box;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: column;
    flex-wrap: wrap;
  }
  footer .top .contactUs .content ul li {
    width: 100%;
    cursor: pointer;
  }
  footer .top .lineBox {
    width: 5%;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  footer .top .lineBox .line {
    width: 1px;
    height: 110px;
    background: #aaaaaa;
  }
  footer .bottom {
    background-color: #2e2f31;
    width: 100%;
    height: 60px;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  footer .bottom div {
    font-size: 12px;
    color: #ffffff;
    line-height: 1.5;
    width: 100%;
    text-align: center;
  }
}
@media (min-width: 1200px) {
  footer {
    display: block;
    color: #ffffff;
  }
  footer ul {
    padding-inline-start: 0px;
  }
  footer ul li {
    padding: 0 ;
    margin: 0;
    list-style: none;
  }
  footer a {
    color: #ffffff;
    text-decoration: none;
  }
  .footerPhone {
    display: none;
  }
  footer {
    font-size: 16px;
  }
  footer .top {
    width: 100%;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #3c3d3f;
    color: #ffffff;
  }
  footer .top .box {
    width: 1200px;
    height: 100%;
    display: flex;
    justify-content: space-between;
  }
  footer .top .product {
    width: 300px;
    margin-top: 50px;
  }
  footer .top .product h5 {
    width: 100%;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
  }
  footer .top .product ul {
    margin-top: 20px;
    width: 100%;
    height: 175px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    flex-direction: column;
  }
  footer .top .product ul a {
    display: block;
    width: 50%;
  }
  footer .top .product ul li {
    width: 100%;
    line-height: 1.5;
    margin-top: 5px;
    cursor: pointer;
    text-align: left;
    padding-left: 20px;
    box-sizing: border-box;
  }
  footer .top .footer_function {
    width: 150px;
    margin-top: 50px;
    height: 175px;
  }
  footer .top .footer_function h5 {
    width: 100%;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
  }
  footer .top .footer_function ul {
    margin-top: 20px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: column;
  }
  footer .top .footer_function ul li {
    width: 100%;
    line-height: 1.5;
    margin-top: 5px;
    text-align: left;
    padding-left: 38px;
    box-sizing: border-box;
    cursor: pointer;
  }
  footer .top .support {
    width: 150px;
    margin-top: 50px;
  }
  footer .top .support h5 {
    width: 100%;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
  }
  footer .top .support ul {
    margin-top: 20px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  footer .top .support ul li {
    width: 100%;
    line-height: 1.5;
    margin-top: 5px;
    text-align: center;
    cursor: pointer;
  }
  footer .top .boyang {
    width: 150px;
    margin-top: 50px;
  }
  footer .top .boyang h5 {
    width: 100%;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
  }
  footer .top .boyang ul {
    margin-top: 20px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  footer .top .boyang ul li {
    width: 100%;
    line-height: 1.5;
    margin-top: 5px;
    text-align: center;
    cursor: pointer;
  }
  footer .top .contactUs {
    width: 425px;
    margin-top: 50px;
  }
  footer .top .contactUs h5 {
    font-size: 20px;
    width: 100%;
    text-align: center;
    font-weight: 700;
  }
  footer .top .contactUs .content {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  footer .top .contactUs .content .code {
    width: 140px;
    height: auto;
    padding: 20px;
  }
  footer .top .contactUs .content ul {
    width: 65%;
    padding: 10px 0;
    box-sizing: border-box;
    display: flex;
    justify-content: space-around;
    flex-direction: column;
  }
  footer .top .contactUs .content ul li {
    width: 100%;
    margin: 20px none;
    cursor: pointer;
  }
  footer .top .lineBox {
    width: 2px;
    height: 175px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 100px;
  }
  footer .top .lineBox .line {
    width: 1px;
    height: 175px;
    background: #aaaaaa;
  }
  footer .bottom {
    background-color: #2e2f31;
    width: 100%;
    height: 60px;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  footer .bottom div {
    font-size: 12px;
    color: #ffffff;
    line-height: 1.5;
    width: 100%;
    text-align: center;
  }
}
