/* 超小设备（手机，小于 768px） */
@media (min-width: 0) {
  .com-b .b-content .c-l .c-t .c-img {
    display: none;
  }
  .com-b .b-content .c-l .c-t .c-info .c-title {
    text-align: center;
  }
  .com-b .b-content .c-b {
    display: none;
  }
  .com-b .b-content .c-r {
    padding-top: 30px;
  }
  .com-d.c-d1 .c-tab .c-content > img {
    max-width: 90%;
  }
  .com-d .c-tab .c-content > img.c-img-a {
    max-width: 90%;
  }
  .com-f .c-item {
    margin-bottom: 20px;
  }
  .com-d .c-tab .c-tab-bar {
    display: none;
  }
  .com-d .c-tab .c-content .c-mTab-item {
    display: block;
  }
  .com-d {
    background-color: #fff;
    padding: 45px 0 0;
  }
  .com-c {
    padding: 45px 0 50px;
  }
  .com-f {
    padding: 45px 0 30px;
  }
  .com-d .container {
    padding: 0;
  }
  .com-d .c-tab .c-content .c-inner > img {
    max-width: 90%;
  }
}
@media (min-width: 576px) {
  .com-d .container {
    width: auto;
  }
}
@media (max-width: 767px) {
  .com-a .container {
    width: auto;
  }
  .com-b .container {
    width: auto;
    position: relative;
    overflow: hidden;
  }
  .com-b .container .c-menu-box {
    white-space: nowrap;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  }
  .com-b .arrow {
    position: absolute;
    top: 0;
    width: 32px;
    height: 54px;
    font-size: 0;
    line-height: 54px;
    text-align: center;
    background-color: #2e3440;
    display: none;
    z-index: 99;
    cursor: pointer;
  }
  .com-b .c-left {
    left: 0;
  }
  .com-b .c-left.show {
    display: block;
  }
  .com-b .c-right {
    right: 0;
  }
  .com-b .c-right.show {
    display: block;
  }
  .com-b .c-left::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    width: 10px;
    height: 10px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    margin-right: -4px;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
       -moz-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
  }
  .com-b .c-right::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 10px;
    height: 10px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    margin-left: -2px;
    -webkit-transform: rotate3d(0, 0, 1, -135deg);
       -moz-transform: rotate3d(0, 0, 1, -135deg);
            transform: rotate3d(0, 0, 1, -135deg);
  }
  .com-b .b-menu {
    background-color: #272d3a;
  }
  .com-b .b-menu .c-item {
    color: #fff;
  }
}
/* 小型设备（平板电脑，768px 起） */
@media (min-width: 768px) {
  .com-b .b-menu .c-item {
    padding: 0 8px;
    margin: 0 1%;
  }
}
@media (max-width: 991px) {
  .com-d .c-tab .c-content .c-inner {
    background-color: #f7f8fa;
    border-bottom: 1px solid #e5e5e5;
    padding: 10px 20px;
  }
}
/* 中型设备（台式电脑，992px 起） */
@media (min-width: 992px) {
  .com-b .b-content .c-l {
    width: 72%;
    padding-right: 8%;
  }
  .com-b .b-content .c-r {
    width: 27.94%;
  }
  .com-b .b-content .c-l .c-t .c-img {
    display: table-cell;
  }
  .com-b .b-content .c-l .c-t .c-info .c-title {
    text-align: left;
  }
  .com-b .b-content .c-b {
    display: block;
  }
  .com-b .b-content .c-l .c-t {
    padding: 30px;
  }
  .com-b .b-content .c-r {
    padding-top: 70px;
  }
  .com-d.c-d1 .c-tab .c-content > img {
    max-width: 70%;
  }
  .com-d .c-tab .c-content > img.c-img-a {
    max-width: 80%;
  }
  .com-f .c-item {
    margin-bottom: 50px;
  }
  .com-d .c-tab .c-tab-bar {
    display: block;
  }
  .com-d .c-tab .c-content .c-mTab-item {
    display: none;
  }
  .com-d .c-tab .c-tab-bar .c-item {
    padding: 10px 18px;
  }
  .com-d {
    background-color: #f7f8fa;
    padding: 45px 10px 50px;
  }
  .com-c {
    padding: 45px 10px 50px;
  }
  .com-f {
    padding: 45px 10px 30px;
  }
  .com-d .c-tab .c-content.show {
    padding: 40px 0 0 0;
  }
  .com-d .c-tab .c-content .c-inner > img {
    max-width: 100%;
  }
  .com-d .c-tab .c-content {
    max-width: 830px;
  }
  .com-b .b-content .c-l .c-t .c-info {
    padding-left: 15px;
  }
}
/* 大型设备（大台式电脑，1200px 起） */
@media (min-width: 1200px) {
  .com-d .c-tab .c-tab-bar .c-item {
    padding: 10px 30px;
  }
}
