/*============ Desktop Device ===========*/
/*============ Laptop Device ===========*/
/*============= Tablet Large device ===============*/
/*============= mobile large device ===============*/
@media (max-width: 991px) {
  body, html {
    font-size: 12px;
  }
  body, html, .left, .right {
    width: 100% !important;
  }
  * {
    box-sizing: border-box;
  }
  h1 {
    font-size: 22px !important;
    padding-bottom: 5px !important;
    margin-bottom: 5px !important;
  }
  h2 {
    font-size: 16px !important;
  }
  h3 {
    font-size: 14px !important;
  }
  .title {
    padding: 40px 0 10px 0;
    margin-bottom: 20px;
  }
  .title h1 {
    font-size: 18px !important;
  }
  .title .p {
    margin-top: 20px;
    line-height: 18px;
    font-size: 10px;
  }
  p {
    font-size: 10px !important;
    line-height: 18px !important;
  }
  nav {
    box-sizing: border-box;
    width: 100%;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    background-color: #fff;
    box-shadow: 0 4px 5px rgb(240, 240, 240);
  }
  nav .logo {
    font-size: 16px;
  }
  nav .logo img {
    height: 35px;
  }
  .nav-container, .operation {
    display: none !important;
  }
  .menu-toggle {
    font-size: 50px;
    display: block !important;
  }
  .banner {
    width: 100%;
    margin-top: 10vh;
    text-align: center;
  }
  .banner .text-container {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    height: 80%;
    padding: 10px;
  }
  .banner .text-container h1 {
    font-size: 20px !important;
  }
  .banner .text-container p:last-of-type {
    display: none !important;
  }
  .banner .buttons {
    margin: 10px 0;
  }
  .banner .buttons button {
    padding: 4px 6px;
    font-size: 10px;
    border-width: 1px;
    font-weight: 100;
  }
  .content {
    width: calc(100% - 20px);
  }
  .part01 .box1, .part07 .content, .part06 .content {
    display: flex;
    flex-direction: column;
  }
  .box1 .item, .part04 .content .item,
  .part06 .content .item,
  .part07 .content .item,
  .part08 .content .item,
  .part09 .content .item {
    margin: 10px 0;
  }
  .box1 .bottom, .part04 .content .bottom,
  .part06 .content .bottom,
  .part07 .content .bottom,
  .part08 .content .bottom,
  .part09 .content .bottom {
    display: flex;
    flex-direction: column;
  }
  .part01, .part02, .part03, .part04, .part05,
  .part06, .part07, .part08, .part09, .part10 {
    padding-bottom: 20px !important;
  }
  .part01 .box1 .left p {
    padding: 5px 0;
  }
  .part01 .box1 .right .item {
    color: black;
    height: 80px;
    width: 80px;
    font-size: 12px;
  }
  .part01 .box1 .right .item img {
    width: 30px;
  }
  .part01 .box2 {
    margin-top: 10px;
  }
  .part01 .box2 .item {
    width: calc(50% - 10px);
  }
  .part02 .content .top .item {
    width: calc(50% - 10px);
  }
  .part02 .content .top .item img {
    width: 25px;
  }
  .part02 .content .top .item b {
    font-size: 14px;
  }
  .part02 .content .top .item p {
    padding: 10px 0;
  }
  .part02 .content .top .item span {
    font-size: 8px !important;
    margin: 5px 5px 0 0 !important;
  }
  .part02 .content .top .item .label {
    display: flex;
    flex-wrap: wrap;
  }
  .part02 .content .bottom .item {
    width: calc(50% - 10px);
  }
  .part02 .content .bottom .item img {
    width: 80px;
  }
  .part03 .content .item {
    width: calc(50% - 10px);
    margin-bottom: 20px;
  }
  .part04 .content {
    flex-direction: column-reverse;
  }
  .part04 .content .left {
    padding: 0 30px;
  }
  .part04 .content .left img {
    width: 20px;
  }
  .part09 .content .item,
  .part10 .content .item {
    width: calc(50% - 20px);
  }
  .part09 .content .bottom .colum {
    width: 100%;
  }
  .part10 .content {
    flex-wrap: wrap;
  }
  .part10 .content .item {
    width: calc(33.3333333333% - 5px);
    height: 65px;
    margin-bottom: 10px;
  }
  .part05 .content h1 {
    padding-top: 10px;
    font-size: 18px !important;
  }
  .part05 .content .bottom {
    position: relative;
  }
  .part05 .content .bottom .right {
    position: absolute;
    bottom: 0;
    text-align: right;
  }
  .part05 .content .bottom .right img {
    width: 250px;
  }
  .part05 .content table {
    font-size: 10px;
  }
  .part05 .content > p {
    margin: 10px 0 !important;
  }
  .part05 .content .dls {
    display: flex;
    flex-wrap: wrap;
  }
  .part05 .content .dls .item {
    width: 100%;
    margin-bottom: 10px;
  }
  .part05 .content .bottom {
    padding: 20px;
    height: 300px;
    align-items: flex-start;
  }
  .part05 .content .bottom .row {
    margin: 10px 0 !important;
  }
  .part05 .content .bottom .row img {
    width: 20px;
  }
  .part06 .content .item {
    padding: 10px 20px;
  }
  .part07 .content .right .card {
    margin-bottom: 10px;
  }
  .part08 .content {
    flex-direction: column-reverse;
  }
  .part08 .content .right {
    overflow: hidden;
    height: 180px;
    margin-bottom: 20px;
  }
  .part08 .content .right .img {
    background-image: url(../images/h5/part8-img.png) !important;
    height: 200px;
  }
  footer .bottom {
    padding: 10px 20px;
  }
  footer .bottom li {
    margin: 5px 0;
  }
  footer .bottom a {
    font-size: 12px;
  }
  footer .bottom .item {
    width: calc(50% - 10px);
    overflow: hidden;
    margin: 10px 0;
  }
  footer .bottom .item.item1 {
    order: 1;
  }
  footer .bottom .item.item1 li {
    margin: 0 2px;
  }
  footer .bottom .item.item2 {
    order: 24;
  }
  footer .bottom .item.item2 ul {
    display: flex;
    flex-wrap: wrap;
  }
  footer .bottom .item.item2 ul li {
    width: 50%;
  }
  footer .bottom .item.item3 {
    order: 3;
  }
  footer .bottom .item.item4 {
    order: 2;
  }
  .video-cover img {
    width: 45px;
    height: 45px;
  }
}
/*============= mobile device ===============*//*# sourceMappingURL=responsive.css.map */