footer {
  background-color: #004170;
  border-radius: 2.0833vw 2.0833vw 0vw 0vw;
  position: relative;
}
footer .mod_container {
  display: flex;
  flex-direction: column;
  padding: 0 4.375vw;
}
footer .mod_container .top {
  display: flex;
  gap: 12.1875vw;
  justify-content: flex-start;
  padding: 2.3438vw 0 1.8229vw;
  align-items: center;
}
footer .mod_container .top .left_box .logo {
  width: 10.4688vw;
  height: 6.0938vw;
}
footer .mod_container .top .left_box .logo img {
  height: 100%;
}
footer .mod_container .top .right_box {
  flex-grow: 1;
  display: flex;
  justify-content: space-between;
}
footer .mod_container .top .right_box .qiuck-a-list {
  display: flex;
  gap: 4.5313vw;
}
footer .mod_container .top .right_box .qiuck-a-list .qiuck-a {
  font-size: 1.0417vw;
  color: #fff;
  font-family: 'Avenir LT Std';
  display: block;
  text-decoration: none;
  line-height: 1.5;
}
footer .mod_container .bot {
  height: 3.125vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 0.0521vw solid rgba(255, 255, 255, 0.3);
}
footer .mod_container .bot .qiuck-a .item {
  font-size: 0.8854vw;
  font-family: 'Arial';
  color: #fff;
  line-height: 1.2;
  display: inline-block;
  text-decoration: none;
}
footer .mod_container .bot .copyright {
  font-size: 0.8854vw;
  font-family: 'Arial';
  color: #fff;
  line-height: 1.2;
}
footer .to_top {
  position: fixed;
  top: 36.4583vw;
  right: 0.8333vw;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 0.2604vw;
  z-index: 999;
  display: none;
  transition: all 0.2s ease-in;
}
footer .to_top .img_box {
  display: block;
  width: 2.7083vw;
  height: 2.7083vw;
  background: #1c5fc6;
  border-radius: 50%;
  transition: all 0.2s ease-in;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5625vw;
  line-height: 1;
}
footer .to_top .img_box:hover {
  transform: scale(1.1);
  transition: all 0.2s ease-in;
}
footer .to_top span {
  font-size: 0.8333vw;
  line-height: calc(17/16);
  color: #1c5fc6;
  font-family: 'CormorantBold';
}
footer .sidebar_box {
  position: fixed;
  top: 26.0417vw;
  right: 0;
  z-index: 999;
}
footer .sidebar_box ul li {
  padding: 0.0521vw;
  width: 4.5833vw;
  height: 4.5833vw;
  color: #fff;
  font-size: 0.8333vw;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 0.5208vw;
}
footer .sidebar_box ul li.whatsapp_box {
  position: relative;
}
footer .sidebar_box ul li.wechat_box {
  position: relative;
}
footer .sidebar_box ul li.wechat_box .img_box.hide {
  display: none;
}
footer .sidebar_box ul li.wechat_box:hover .img_box {
  display: block;
  position: absolute;
  left: -115%;
  bottom: 50%;
  transform: translateY(50%);
  width: 5.2083vw;
  height: 5.2083vw;
}
footer .sidebar_box ul li.wechat_box:hover .img_box img {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1923px) {
  footer {
    background-color: #004170;
    border-radius: 40px 40px 0px 0px;
    position: relative;
  }
  footer .mod_container {
    display: flex;
    flex-direction: column;
    padding: 0 84px;
  }
  footer .mod_container .top {
    display: flex;
    gap: 234px;
    justify-content: flex-start;
    padding: 45px 0 35px;
    align-items: center;
  }
  footer .mod_container .top .left_box .logo {
    width: 201px;
    height: 117px;
  }
  footer .mod_container .top .left_box .logo img {
    height: 100%;
  }
  footer .mod_container .top .right_box {
    flex-grow: 1;
    display: flex;
    justify-content: space-between;
  }
  footer .mod_container .top .right_box .qiuck-a-list {
    display: flex;
    gap: 87px;
  }
  footer .mod_container .top .right_box .qiuck-a-list .qiuck-a {
    font-size: 20px;
    color: #fff;
    font-family: 'Avenir LT Std';
    display: block;
    text-decoration: none;
    line-height: 1.5;
  }
  footer .mod_container .bot {
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
  }
  footer .mod_container .bot .qiuck-a .item {
    font-size: 17px;
    font-family: 'Arial';
    color: #fff;
    line-height: 1.2;
    display: inline-block;
    text-decoration: none;
  }
  footer .mod_container .bot .copyright {
    font-size: 17px;
    font-family: 'Arial';
    color: #fff;
    line-height: 1.2;
  }
  footer .to_top {
    position: fixed;
    top: 700px;
    right: 16px;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 5px;
    z-index: 999;
    display: none;
    transition: all 0.2s ease-in;
  }
  footer .to_top .img_box {
    display: block;
    width: 52px;
    height: 52px;
    background: #1c5fc6;
    border-radius: 50%;
    transition: all 0.2s ease-in;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    line-height: 1;
  }
  footer .to_top .img_box:hover {
    transform: scale(1.1);
    transition: all 0.2s ease-in;
  }
  footer .to_top span {
    font-size: 16px;
    line-height: calc(17/16);
    color: #1c5fc6;
    font-family: 'CormorantBold';
  }
  footer .sidebar_box {
    position: fixed;
    top: 500px;
    right: 0;
    z-index: 999;
  }
  footer .sidebar_box ul li {
    padding: 1px;
    width: 88px;
    height: 88px;
    color: #fff;
    font-size: 16px;
    line-height: 1;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
  }
  footer .sidebar_box ul li.whatsapp_box {
    position: relative;
  }
  footer .sidebar_box ul li.wechat_box {
    position: relative;
  }
  footer .sidebar_box ul li.wechat_box .img_box.hide {
    display: none;
  }
  footer .sidebar_box ul li.wechat_box:hover .img_box {
    display: block;
    position: absolute;
    left: -115%;
    bottom: 50%;
    transform: translateY(50%);
    width: 100px;
    height: 100px;
  }
  footer .sidebar_box ul li.wechat_box:hover .img_box img {
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 1918px) {
  footer {
    background-color: #004170;
    border-radius: 2.0833vw 2.0833vw 0vw 0vw;
    position: relative;
  }
  footer .mod_container {
    display: flex;
    flex-direction: column;
    padding: 0 4.375vw;
  }
  footer .mod_container .top {
    display: flex;
    gap: 12.1875vw;
    justify-content: flex-start;
    padding: 2.3438vw 0 1.8229vw;
    align-items: center;
  }
  footer .mod_container .top .left_box .logo {
    width: 10.4688vw;
    height: 6.0938vw;
  }
  footer .mod_container .top .left_box .logo img {
    height: 100%;
  }
  footer .mod_container .top .right_box {
    flex-grow: 1;
    display: flex;
    justify-content: space-between;
  }
  footer .mod_container .top .right_box .qiuck-a-list {
    display: flex;
    gap: 4.5313vw;
  }
  footer .mod_container .top .right_box .qiuck-a-list .qiuck-a {
    font-size: 1.0417vw;
    color: #fff;
    font-family: 'Avenir LT Std';
    display: block;
    text-decoration: none;
    line-height: 1.5;
  }
  footer .mod_container .bot {
    height: 3.125vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 0.0521vw solid rgba(255, 255, 255, 0.3);
  }
  footer .mod_container .bot .qiuck-a .item {
    font-size: 0.8854vw;
    font-family: 'Arial';
    color: #fff;
    line-height: 1.2;
    display: inline-block;
    text-decoration: none;
  }
  footer .mod_container .bot .copyright {
    font-size: 0.8854vw;
    font-family: 'Arial';
    color: #fff;
    line-height: 1.2;
  }
  footer .to_top {
    position: fixed;
    top: 36.4583vw;
    right: 0.8333vw;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 0.2604vw;
    z-index: 999;
    display: none;
    transition: all 0.2s ease-in;
  }
  footer .to_top .img_box {
    display: block;
    width: 2.7083vw;
    height: 2.7083vw;
    background: #1c5fc6;
    border-radius: 50%;
    transition: all 0.2s ease-in;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.5625vw;
    line-height: 1;
  }
  footer .to_top .img_box:hover {
    transform: scale(1.1);
    transition: all 0.2s ease-in;
  }
  footer .to_top span {
    font-size: 0.8333vw;
    line-height: calc(17/16);
    color: #1c5fc6;
    font-family: 'CormorantBold';
  }
  footer .sidebar_box {
    position: fixed;
    top: 26.0417vw;
    right: 0;
    z-index: 999;
  }
  footer .sidebar_box ul li {
    padding: 0.0521vw;
    width: 4.5833vw;
    height: 4.5833vw;
    color: #fff;
    font-size: 0.8333vw;
    line-height: 1;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 0.5208vw;
  }
  footer .sidebar_box ul li.whatsapp_box {
    position: relative;
  }
  footer .sidebar_box ul li.wechat_box {
    position: relative;
  }
  footer .sidebar_box ul li.wechat_box .img_box.hide {
    display: none;
  }
  footer .sidebar_box ul li.wechat_box:hover .img_box {
    display: block;
    position: absolute;
    left: -115%;
    bottom: 50%;
    transform: translateY(50%);
    width: 5.2083vw;
    height: 5.2083vw;
  }
  footer .sidebar_box ul li.wechat_box:hover .img_box img {
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 992px) {
  footer {
    background-color: #004170;
    border-radius: 11.1111vw 11.1111vw 0vw 0vw;
    position: relative;
  }
  footer .mod_container {
    display: flex;
    flex-direction: column;
    padding: 0 4.4444vw;
  }
  footer .mod_container .top {
    display: flex;
    gap: 6.1111vw;
    justify-content: flex-start;
    padding: 8.3333vw 0 6.1111vw;
    align-items: flex-start;
    flex-direction: column;
  }
  footer .mod_container .top .left_box .logo {
    width: 100%;
    height: 16.6667vw;
  }
  footer .mod_container .top .left_box .logo img {
    height: 100%;
  }
  footer .mod_container .top .right_box {
    flex-grow: 1;
    display: flex;
    justify-content: space-between;
  }
  footer .mod_container .top .right_box .qiuck-a-list {
    display: flex;
    flex-wrap: wrap;
    gap: 3.3333vw 4.4444vw;
  }
  footer .mod_container .top .right_box .qiuck-a-list .qiuck-a {
    font-size: 3.8889vw;
    color: #fff;
    font-family: 'Avenir LT Std';
    display: block;
    text-decoration: none;
    line-height: 1.5;
  }
  footer .mod_container .bot {
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    border-top: 0.2778vw solid rgba(255, 255, 255, 0.3);
    padding: 2.7778vw 0;
    gap: 0.8333vw;
  }
  footer .mod_container .bot .qiuck-a .item {
    font-size: 3.3333vw;
    font-family: 'Arial';
    color: #fff;
    line-height: 1.2;
    display: inline-block;
    text-decoration: none;
  }
  footer .mod_container .bot .copyright {
    font-size: 3.3333vw;
    font-family: 'Arial';
    color: #fff;
    line-height: 1.2;
  }
  footer .to_top {
    position: fixed;
    top: unset;
    bottom: 58.3333vw;
    right: 2.2222vw;
    display: flex !important;
    align-items: center;
    flex-direction: column;
    gap: 1.3889vw;
  }
  footer .to_top .img_box {
    width: 11.1111vw;
    height: 11.1111vw;
    font-size: 4.4444vw;
    line-height: 1;
  }
  footer .to_top span {
    font-size: 3.3333vw;
    line-height: calc(17/16);
    color: #1c5fc6;
    font-family: 'Arial';
  }
  footer .sidebar_box {
    position: fixed;
    top: 50%;
    right: 0;
    z-index: 999;
  }
  footer .sidebar_box ul li {
    padding: 0.2778vw;
    width: 16.1111vw;
    height: 16.1111vw;
    color: #fff;
    font-size: 4.4444vw;
    line-height: 1;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 2.7778vw;
  }
  footer .sidebar_box ul li.wechat_box {
    position: relative;
  }
  footer .sidebar_box ul li.wechat_box .img_box.hide {
    display: none !important;
  }
  footer .sidebar_box ul li.wechat_box:hover .img_box {
    display: block;
    position: absolute;
    left: -21.1111vw;
    bottom: 50%;
    transform: translateY(50%);
    width: 22.2222vw;
    height: 22.2222vw;
  }
  footer .sidebar_box ul li.wechat_box:hover .img_box img {
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 361px) {
  footer {
    background-color: #004170;
    border-radius: 40px 40px 0px 0px;
    position: relative;
  }
  footer .mod_container {
    display: flex;
    flex-direction: column;
    padding: 0 16px;
  }
  footer .mod_container .top {
    display: flex;
    gap: 22px;
    justify-content: flex-start;
    padding: 30px 0 22px;
    align-items: flex-start;
    flex-direction: column;
  }
  footer .mod_container .top .left_box .logo {
    width: 100%;
    height: 60px;
  }
  footer .mod_container .top .left_box .logo img {
    height: 100%;
  }
  footer .mod_container .top .right_box {
    flex-grow: 1;
    display: flex;
    justify-content: space-between;
  }
  footer .mod_container .top .right_box .qiuck-a-list {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 16px;
  }
  footer .mod_container .top .right_box .qiuck-a-list .qiuck-a {
    font-size: 14px;
    color: #fff;
    font-family: 'Avenir LT Std';
    display: block;
    text-decoration: none;
    line-height: 1.5;
  }
  footer .mod_container .bot {
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    padding: 10px 0;
    gap: 3px;
  }
  footer .mod_container .bot .qiuck-a .item {
    font-size: 12px;
    font-family: 'Arial';
    color: #fff;
    line-height: 1.2;
    display: inline-block;
    text-decoration: none;
  }
  footer .mod_container .bot .copyright {
    font-size: 12px;
    font-family: 'Arial';
    color: #fff;
    line-height: 1.2;
  }
  footer .to_top {
    position: fixed;
    top: unset;
    bottom: 210px;
    right: 8px;
    display: flex !important;
    align-items: center;
    flex-direction: column;
    gap: 5px;
  }
  footer .to_top .img_box {
    width: 40px;
    height: 40px;
    font-size: 16px;
    line-height: 1;
  }
  footer .to_top span {
    font-size: 12px;
    line-height: calc(17/16);
    color: #1c5fc6;
    font-family: 'Arial';
    display: none;
  }
  footer .sidebar_box {
    position: fixed;
    top: 50%;
    right: 0;
    z-index: 999;
  }
  footer .sidebar_box ul li {
    padding: 1px;
    width: 58px;
    height: 58px;
    color: #fff;
    font-size: 16px;
    line-height: 1;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
  }
  footer .sidebar_box ul li.wechat_box {
    position: relative;
  }
  footer .sidebar_box ul li.wechat_box .img_box.hide {
    display: none !important;
  }
  footer .sidebar_box ul li.wechat_box:hover .img_box {
    display: block;
    position: absolute;
    left: -76px;
    bottom: 50%;
    transform: translateY(50%);
    width: 80px;
    height: 80px;
  }
  footer .sidebar_box ul li.wechat_box:hover .img_box img {
    width: 100%;
    height: 100%;
  }
    .modlist {
        color: #004170;
        font-size: 10px;
    }
}
