/* 小于750px 手机*/
@media (max-width: 750px) {
  .main_contain {
    background: #f1f1f1;
  }
  .main_section_contain {
    width: 100%;
  }
  .soft_down_wrapper {
    width: 100%;
    overflow: hidden;
    margin-top: 0.2rem;
  }
  .soft_down_wrapper ul {
    width: 100%;
    overflow: hidden;
  }
  .soft_down_wrapper ul li {
    width: 100%;
    overflow: hidden;
    background-color: #fff;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    position: relative;
    margin-bottom: 0.08rem;
  }
  .soft_down_wrapper ul li .item {
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  .soft_down_wrapper ul li .item .desc {
    padding: 0 0.1rem;
    font-size: 0.14rem;
  }
  .soft_down_wrapper ul li .item .desc a {
    display: inline-block;
    line-height: 0.5rem;
    padding: 0 0.34rem;
    border: 0.01rem solid #d3d3d3;
    border-radius: 0.5rem;
    height: 0.25rem;
    padding: 0 0.15rem;
    line-height: 0.25rem;
  }
  .soft_down_wrapper ul li .item .desc .tips {
    width: 100%;
    height: 100%;
    padding: 0.2rem;
    overflow: hidden;
    overflow-y: auto;
    background-color: #254a98;
    color: #fff;
    position: absolute;
    left: 0;
    top: 100%;
    opacity: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s linear;
    -webkit-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
    font-size: 0.16rem;
    z-index: 2;
  }
  .soft_down_wrapper ul li .item .desc .tips.on {
    opacity: 1;
    top: 0;
    -webkit-animation: an_04_01 2.1s linear infinite;
    animation: an_04_01 2.1s linear infinite;
  }
  .soft_down_wrapper ul li .item p {
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  .soft_down_wrapper ul li .item p.title {
    padding: 0 0.1rem;
    margin-top: 0.2rem;
    margin-bottom: 0.25rem;
    line-height: 1.5;
    color: #000;
    background: url(scfw_01.png) 0.08rem center no-repeat;
    background-size: auto 100%;
    font-size: 0.16rem;
  }
  .soft_down_wrapper ul li .item p.file {
    margin-top: 0.3rem;
    padding: 0.2rem 0.2rem 0.3rem 0.2rem;
    border-top: 0.02rem solid #f5f5f5;
    color: #333;
    position: relative;
    font-size: 0.14rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .soft_down_wrapper ul li .item p.file a {
    color: #000;
  }
  .soft_down_wrapper ul li .item p.file .download_btn img {
    width: 0.2rem;
  }
  .soft_down_wrapper ul li .item p.file::after {
    content: "";
    width: 0.4rem;
    height: 0.08rem;
    display: block;
    overflow: hidden;
    background-color: #254a98;
    position: absolute;
    left: 0.2rem;
    bottom: 0.25rem;
    width: 0.13rem;
    height: 0.025rem;
  }
  /* 手机端二级菜单 */
  .left_menu {
    width: 100%;
    padding: 0 0.2rem 0;
    display: none;
  }
  .left_menu ul {
    display: none;
  }
  .left_menu .m_common_left_menu_swiper {
    width: 100%;
    overflow: hidden;
    height: 0.36rem;
    line-height: 0.36rem;
    display: block;
    font-size: 0.15rem;
    margin-top: 0.2rem;
    margin-bottom: 0.3rem;
  }
  .left_menu .m_common_left_menu_swiper .swiper-slide {
    width: auto;
  }
  .left_menu .m_common_left_menu_swiper .swiper-slide a {
    display: inline-block;
    padding: 0 0.2rem;
    color: #000;
  }
  .left_menu .m_common_left_menu_swiper .swiper-slide a.on {
    color: #254a98;
  }
  .el-pagination button:disabled {
    background-color: #f1f1f1;
  }
  .el-pager li,
  .el-pagination .btn-next,
  .el-pagination .btn-prev {
    background: #f1f1f1 !important;
  }
}
@media (min-width: 750px) {
  /*  PC ,只需要从内容里面自己取类名的地方开始写就就可以了 */
  .main_contain {
    background: #f1f1f1;
  }
  .main_section_contain {
    width: 100%;
    border-top: 1px solid #e5e5e5;
  }
  .main_section_contain .download_file_box {
    width: 130px;
    display: flex;
    align-items: center;
    overflow: auto;
    height: 48px;
  }
  .main_section_contain .download_file_box a {
    padding: 0 10px;
  }
  .main_section_contain .soft_down_wrapper {
    width: 100%;
    overflow: hidden;
    margin-top: 22px;
  }
  .main_section_contain .soft_down_wrapper .soft_down_box {
    display: flex;
  }
  .main_section_contain .soft_down_wrapper ul {
    width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
  }
  .main_section_contain .soft_down_wrapper ul li {
    width: calc((100% - 20px) / 3);
    overflow: hidden;
    background-color: #fff;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    position: relative;
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .main_section_contain .soft_down_wrapper ul li:nth-child(3n) {
    margin-right: 0;
  }
  .main_section_contain .soft_down_wrapper ul li .item {
    width: 100%;
    overflow: hidden;
  }
  .main_section_contain .soft_down_wrapper ul li .item .desc {
    padding: 0 40px;
    font-size: 20px;
    display: inline;
  }
  .main_section_contain .soft_down_wrapper ul li .item .desc a {
    display: inline-block;
    border: 2px solid #d3d3d3;
    color: #000;
    border-radius: 50px;
    height: 50px;
    padding: 0 34px;
    line-height: 50px;
  }
  .main_section_contain .soft_down_wrapper ul li .item .desc a:hover {
    background-color: #254a98;
    border: 2px solid #254a98;
    color: #fff;
  }
  .main_section_contain .soft_down_wrapper ul li .item .desc:hover .tips {
    opacity: 1;
    top: 0;
    -webkit-animation: an_04_01 2.1s linear infinite;
    animation: an_04_01 2.1s linear infinite;
  }
  .main_section_contain .soft_down_wrapper ul li .item .desc .tips {
    width: 100%;
    height: 100%;
    padding: 20px;
    overflow: hidden;
    overflow-y: auto;
    background-color: #254a98;
    color: #fff;
    position: absolute;
    left: 0;
    top: 100%;
    opacity: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s linear;
    -webkit-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
    font-size: 20px;
    z-index: 2;
  }
  .main_section_contain .soft_down_wrapper ul li .item .desc .tips p {
    width: 100%;
    overflow: hidden;
    line-height: 1.5;
    text-align: center;
  }
  @-webkit-keyframes an_04_01 {
    0% {
      transform: translateY(-3px);
      -webkit-transform: translateY(-3px);
      -moz-transform: translateY(-3px);
      transform: scale(1.06, 1.06);
      -moz-transform: scale(1.06, 1.06);
      -webkit-transform: scale(1.06, 1.06);
    }
    50% {
      transform: translateY(0);
      -webkit-transform: translateY(0);
      -moz-transform: translateY(0);
      transform: scale(1.06, 1.06);
      -moz-transform: scale(1.06, 1.06);
      -webkit-transform: scale(1.06, 1.06);
    }
    100% {
      transform: translateY(-3px);
      -webkit-transform: translateY(-3px);
      -moz-transform: translateY(-3px);
      transform: scale(1.06, 1.06);
      -moz-transform: scale(1.06, 1.06);
      -webkit-transform: scale(1.06, 1.06);
    }
  }
  @keyframes an_04_01 {
    0% {
      transform: translateY(-3px);
      -webkit-transform: translateY(-3px);
      -moz-transform: translateY(-3px);
      transform: scale(1.06, 1.06);
      -moz-transform: scale(1.06, 1.06);
      -webkit-transform: scale(1.06, 1.06);
    }
    50% {
      transform: translateY(0);
      -webkit-transform: translateY(0);
      -moz-transform: translateY(0);
      transform: scale(1.06, 1.06);
      -moz-transform: scale(1.06, 1.06);
      -webkit-transform: scale(1.06, 1.06);
    }
    100% {
      transform: translateY(-3px);
      -webkit-transform: translateY(-3px);
      -moz-transform: translateY(-3px);
      transform: scale(1.06, 1.06);
      -moz-transform: scale(1.06, 1.06);
      -webkit-transform: scale(1.06, 1.06);
    }
  }
  .main_section_contain .soft_down_wrapper ul li .item p {
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  .main_section_contain .soft_down_wrapper ul li .item p.title {
    padding: 0 42px;
    margin-top: 30px;
    line-height: 1.5;
    color: #000;
    background: url(scfw_01.png) 30px center no-repeat;
    background-size: auto 100%;
    font-size: 28px;
    margin-bottom: 50px;
    max-height: 84px;
    height: 84px;
  }
  .main_section_contain .soft_down_wrapper ul li .item p.file {
    margin-top: 50px;
    padding: 30px 42px;
    border-top: 2px solid #f5f5f5;
    color: #000;
    position: relative;
    font-size: 18px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .main_section_contain .soft_down_wrapper ul li .item p.file a {
    color: #000;
  }
  .main_section_contain .soft_down_wrapper ul li .item p.file .download_btn img {
    width: 20px;
  }
  .main_section_contain .soft_down_wrapper ul li .item p.file::after {
    content: "";
    display: block;
    overflow: hidden;
    background-color: #254a98;
    position: absolute;
    left: 42px;
    bottom: 26px;
    width: 40px;
    height: 8px;
  }
  /* 左侧菜单栏 */
  .main_contain {
    position: relative;
  }
  .main_contain .left_menu {
    min-width: 120px;
  }
  .main_contain .left_menu .left_menu_sub {
    min-width: 120px;
  }
  .main_contain .left_menu .left_menu_sub li {
    overflow: hidden;
    line-height: 1.5;
    margin-bottom: 20px;
    font-size: 20px;
    width: 100%;
    background: initial !important;
    list-style: none;
  }
  .main_contain .left_menu .left_menu_sub li a {
    color: #000;
  }
  .main_contain .left_menu .left_menu_sub li a:hover {
    color: #254a98;
  }
  .main_contain .left_menu .left_menu_sub li.on a {
    color: #254a98;
  }
  .main_contain .m_common_left_menu_swiper {
    display: none;
  }
}