@media screen and (max-width: 1200px) {
  .consult_message .wrap .content {
    width: 90%;
  }
}
@media screen and (max-width: 1080px) {
  body {
    padding-top: 110px;
  }
  .header .nav {
    height: 68px;
  }
  .header .nav .logo {
    width: 120px;
  }
  .header .nav .right_box .list {
    position: fixed;
    top: 110px;
    right: -100%;
    width: 100%;
    height: 100%;
    transition: all 1s ease-in-out;
    flex-direction: column;
    justify-content: start;
    background: #fff;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
  .header .nav .right_box .list .li {
    padding: 0 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .header .nav .right_box .list .li .link {
    font-size: 14px;
    text-align: center;
    padding: 20px 0;
  }
  .header .nav .right_box .active {
    right: 0;
  }
  .header .nav .right_box .menu {
    display: block;
  }
  .login_popup .content {
    background-image: none !important;
    background: #fff;
    width: 95%;
  }
  .login_popup .content .form {
    width: 100%;
  }
}
@media screen and (max-width: 992px) {
  .banner .cover {
    height: 550px;
  }
  .certificate_query .right_wrap .box {
    margin-bottom: 20px;
  }
  .footer .top {
    padding: 30px 0;
  }
  .footer .top .common_title {
    font-size: 24px;
  }
  .footer .top .line {
    margin: 10px 0;
  }
  .footer .top .right {
    padding-left: 15px;
    margin-top: 20px;
  }
  .footer .copyright {
    font-size: 14px;
    line-height: 24px;
  }
  .index .banner .index_banner .item .cover_box .cover {
    height: 550px;
  }
  .index .banner .index_banner .item .content {
    max-width: 90%;
  }
  .index .notice_content .content {
    transform: translateY(0);
    padding: 0;
    height: 80px;
  }
  .index .notice_content .content .item .notice {
    height: 80px;
  }
  .index .notice_content .content .search_box {
    padding-top: 20px;
  }
  .index .notice_content .content .search_box .search_form .input_box .search_input {
    height: 50px;
    font-size: 14px;
    padding-right: 60px;
  }
  .index .notice_content .content .search_box .search_form .input_box .layui-input-suffix {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
  .index .notice_content .content .search_box .search_form .search_list .title {
    font-size: 14px;
  }
  .index .notice_content .content .search_box .search_form .search_list .ul .li .link {
    font-size: 12px;
    line-height: 24px;
  }
  .index .about_us .content {
    margin-bottom: 30px;
  }
  .index .serve .list .item {
    margin-bottom: 30px;
  }
  .index .honor_certificate .common_head {
    top: 30px;
  }
  .index .honor_certificate .certificate_swiper_pc {
    display: none;
  }
  .index .honor_certificate .certificate_swiper_h5 {
    padding: 130px 15px 30px;
    display: block;
  }
  .index .news .list .index_news_swiper {
    margin-bottom: 30px;
  }
  .about_us .desc .content {
    padding-left: 0;
  }
  .about_us .culture .content {
    padding: 25px 0;
  }
  .about_us .culture .content .lead {
    font-size: 16px;
    line-height: 26px;
  }
  .about_us .culture .right_box .culture_pageing {
    left: initial;
    right: 0;
    bottom: -70px;
  }
  .about_us .development_history {
    padding: 50px 0;
  }
  .about_us .development_history .h3 {
    font-size: 24px;
  }
  .about_us .development_history .subhead {
    font-size: 16px;
    margin: 10px 0;
  }
  .about_us .development_history .wrap {
    margin-top: 30px;
    padding: 20px;
  }
  .about_us .development_history .wrap .content_swiper {
    padding: 20px 0;
  }
  .about_us .development_history .wrap .content_swiper .item .date {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .about_us .development_history .wrap .content_swiper .item .lead {
    font-size: 12px;
    line-height: 24px;
  }
  .about_us .honor .honor_content .data_desc {
    position: relative;
  }
  .about_us .team_introduction .content .wrap {
    height: auto;
    padding: 20px 20px 0;
  }
  .about_us .team_introduction .content .wrap .bottom_list .team_swiper .item .cover_box .cover {
    height: 280px;
  }
  .service .main .list .item {
    padding: 30px 0;
  }
  .service .main .list .item .box .cover_box {
    height: auto;
  }
  .service .main .list .item .box .content {
    height: auto;
    margin-top: 30px;
  }
  .service .main .list .item:nth-child(even) .row {
    flex-flow: column;
  }
  .services_details .main .introduce {
    padding: 0 15px;
  }
  .download .main .search_wrap {
    padding: 20px;
  }
  .download .main .search_wrap .history {
    margin-top: 20px;
  }
  .consult_message .wrap .content .form_wrap .form .item .input_box {
    margin-top: 30px;
  }
  .invite .main .wrap {
    overflow-x: scroll;
  }
  .invite .main .wrap::-webkit-scrollbar {
    background: #f1f1f1;
    height: 10px;
    border-radius: 6px;
  }
  .invite .main .wrap::-webkit-scrollbar-thumb {
    background: #ccc;
    height: 10px;
    border-radius: 6px;
  }
  .invite .main .wrap .head {
    width: 992px;
  }
  .invite .main .wrap .list {
    width: 992px;
  }
  .case .main .list .item .link .cover_box {
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .fixed_nav {
    display: none;
  }
  body {
    padding-top: 92px;
  }
  .title {
    font-size: 24px;
  }
  .subhead {
    font-size: 16px;
  }
  .lead,
  p {
    font-size: 14px;
    line-height: 28px;
  }
  .container_padding {
    padding: 30px 0;
  }
  .modal .modal_dialog {
    width: 80%;
  }
  .certificate_query {
    padding: 10px 0;
  }
  .certificate_query .content {
    padding: 10px 0;
  }
  .certificate_query .content .query_box {
    width: 100%;
  }
  .certificate_query .content .lead {
    font-size: 12px;
    line-height: 24px;
  }
  .certificate_query .content .query_box {
    margin-top: 10px;
    font-size: 12px;
  }
  .certificate_query .right_wrap {
    margin-top: 10px;
  }
  .certificate_query .right_wrap .box .link {
    padding: 20px 10px;
  }
  .certificate_query .right_wrap .box .link .icon .iconfont {
    font-size: 28px;
  }
  .certificate_query .right_wrap .box .link .h3 {
    font-size: 14px;
    margin: 20px 0 10px;
  }
  .certificate_query .right_wrap .box .link .lead {
    color: #000;
    font-size: 12px;
    line-height: 24px;
  }
  .tabs_head {
    flex-wrap: wrap;
  }
  .tabs_head .item {
    font-size: 12px;
    padding: 10px 20px;
    margin: 0 10px;
  }
  .common_banner .cover_box .cover {
    min-height: 450px;
  }
  .common_banner .content .h3 {
    font-size: 24px;
  }
  .common_banner .content .lead {
    font-size: 16px;
    line-height: 30px;
  }
  .footer .top .common_title {
    font-size: 16px;
  }
  .footer .top .line {
    width: 36px;
    height: 2px;
  }
  .footer .copyright {
    padding: 14px 10px;
  }
  .footer .copyright .text {
    font-size: 12px;
    line-height: 24px;
    width: 100%;
  }
  .footer .copyright .link {
    font-size: 12px;
    line-height: 24px;
  }
  .more {
    display: flex;
    justify-content: flex-end;
  }
  .more .link {
    width: 120px;
    height: 44px;
  }
  .more .link .text {
    font-size: 14px;
  }
  .more .link .iconfont {
    font-size: 14px;
  }
  .header .head .wrap {
    justify-content: flex-end;
  }
  .header .head .wrap .h1 {
    display: none;
  }
  .header .head .wrap .right_box .language_box {
    padding: 0;
  }
  .header .nav {
    height: 50px;
  }
  .header .nav .logo {
    width: 80px;
  }
  .header .nav .right_box .list {
    top: 92px;
  }
  .login_popup .content {
    padding: 0 20px;
    height: auto;
    padding: 60px 10px 20px;
  }
  .login_popup .content .clear .iconfont {
    font-size: 24px;
  }
  .login_popup .content .head_tabs .h1 {
    font-size: 20px;
  }
  .login_popup .content .tabs .box {
    margin: 14px 0;
  }
  .login_popup .content .tabs_code .code_wrap {
    flex-direction: column;
    flex-flow: column-reverse;
  }
  .index .banner .index_banner .item .content {
    padding: 30px 10px;
    border-radius: 8px;
  }
  .index .banner .index_banner .item .content .h2 {
    font-size: 24px;
  }
  .index .banner .index_banner .item .content .lead {
    font-size: 14px;
    line-height: 28px;
  }
  .index .banner .index_banner .item .content .banner_consult {
    margin-top: 10px;
  }
  .index .banner .index_banner .item .content .banner_consult .btn {
    min-width: 150px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    padding: 0 30px;
  }
  .index .banner .index_banner .button-prev,
  .index .banner .index_banner .button-next {
    display: none;
  }
  .index .about_us {
    padding: 30px 0;
  }
  .index .about_us .content {
    padding: 0;
  }
  .index .about_us .content p {
    font-size: 14px;
    line-height: 28px;
  }
  .index .about_us .content .lead {
    margin-top: 20px;
  }
  .index .about_us .content .more {
    margin-top: 30px;
  }
  .index .about_us .cover_box {
    width: 100%;
  }
  .index .about_us .cover_box .cover {
    height: auto;
  }
  .index .about_us .cover_box::after {
    display: none;
  }
  .index .about_us .course_history .course_history_swiper .item .h3 {
    font-size: 24px;
  }
  .index .serve .list {
    margin-top: 20px;
  }
  .index .serve .list .item {
    padding: 35px 20px;
  }
  .index .serve .list .item .title {
    font-size: 16px;
  }
  .index .serve .list .item .desc .lead {
    font-size: 14px;
    line-height: 28px;
  }
  .index .news .list {
    margin-top: 30px;
  }
  .index .news .list .index_news_swiper .item .content {
    height: 80px;
    padding: 10px;
  }
  .index .news .list .index_news_swiper .item .content .date {
    font-size: 14px;
  }
  .index .news .list .index_news_swiper .item .content .lead {
    font-size: 16px;
    margin-top: 0;
  }
  .index .news .list .content_list {
    height: auto;
  }
  .index .news .list .content_list .box .link {
    padding: 10px;
  }
  .index .news .list .content_list .box .link .right_content {
    padding-left: 10px;
  }
  .index .news .list .content_list .box .link .right_content .title {
    font-size: 16px;
  }
  .index .news .list .content_list .box .link .right_content .lead {
    font-size: 14px;
    line-height: 28px;
  }
  .index .cooperative_partner .list .cover_box {
    margin-bottom: 15px;
  }
  .about_us .desc .cover_wrap {
    width: 100%;
  }
  .about_us .desc .cover_wrap .cover1 {
    width: 100%;
    height: auto;
  }
  .about_us .desc .cover_wrap .cover2 {
    height: auto;
    bottom: -30px;
  }
  .about_us .desc .content {
    padding-top: 60px;
  }
  .about_us .desc .content .title {
    font-size: 24px;
  }
  .about_us .desc .content .wrap {
    margin-top: 20px;
  }
  .about_us .desc .content .wrap .lead {
    font-size: 14px;
    line-height: 28px;
  }
  .about_us .culture .head .title {
    font-size: 24px;
  }
  .about_us .culture .head .subhead {
    font-size: 16px;
  }
  .about_us .culture .content .lead {
    font-size: 14px;
    line-height: 26px;
  }
  .about_us .culture .wrap .left_box {
    padding: 0;
  }
  .about_us .culture .wrap .right_box {
    padding: 20px 0 50px;
  }
  .about_us .culture .wrap .right_box .culture_pageing {
    bottom: 0;
    height: 50px;
  }
  .about_us .honor .honor_content .data_desc .name {
    font-size: 20px;
  }
  .about_us .team_introduction .content {
    margin-top: 30px;
  }
  .about_us .team_introduction .content .wrap {
    padding: 20px 0 10px;
  }
  .about_us .team_introduction .content .wrap .top_list .item .cover_box {
    transform: translateX(0);
  }
  .about_us .team_introduction .content .wrap .top_list .item .cover_box .cover {
    height: 100%;
  }
  .about_us .team_introduction .content .wrap .top_list .item .right_content {
    margin-top: 20px;
  }
  .about_us .team_introduction .content .wrap .top_list .item .right_content .lead {
    margin: 14px 0;
    font-size: 14px;
    line-height: 28px;
  }
  .about_us .team_introduction .content .wrap .top_list .arrow {
    display: none;
  }
  .about_us .team_introduction .content .wrap .bottom_list {
    transform: translateY(0);
  }
  .about_us .team_introduction .content .wrap .bottom_list .team_swiper .item .cover_box .cover {
    height: 190px;
  }
  .about_us .team_introduction .content::after {
    display: none;
  }
  .service .main .list .item {
    padding: 20px 0;
  }
  .service .main .list .item .box {
    padding: 0;
  }
  .service .main .list .item .box .content {
    margin-top: 20px;
  }
  .service .main .list .item .box .content .title {
    font-size: 24px;
  }
  .service .main .list .item .box .content .lead,
  .service .main .list .item .box .content p {
    margin: 10px 0;
    font-size: 14px;
    line-height: 26px;
  }
  .services_details .main .details_banner .wrap .icon_box {
    display: none;
  }
  .services_details .main .details_banner .wrap .details_swiper {
    margin: 0;
    width: 100%;
  }
  .services_details .main .details_banner .wrap .details_swiper .item .cover_box {
      width: 100%;
      margin: auto;
  }
  .services_details .main .details_banner .wrap .details_swiper .item .cover_box .cover {
    height: auto;
  }
  .services_details .main .introduce .container {
    padding: 20px 0;
  }
  .services_details .main .introduce .container .title {
    font-size: 24px;
  }
  .services_details .main .introduce .container .subhead {
    font-size: 20px;
    margin: 20px 0;
  }
  .services_details .main .introduce .container .tabs .introduce_tabs_head .box {
    height: 60px;
    padding: 0 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 14px;
    line-height: 24px;
  }
  .services_details .main .introduce .container .tabs .introduce_tabs_head .box span {
    padding: 0 20px;
  }
  .services_details .main .introduce .container .tabs .introduce_tabs_head .box::after {
    display: none !important;
  }
  .services_details .main .introduce .container .tabs .introduce_tabs_head .box::before {
    display: none !important;
  }
  .services_details .main .introduce .container .tabs .introduce_tabs_head .box:last-child {
    border-bottom: none;
  }
  .services_details .main .introduce .container .tabs .tabs_content {
    margin-top: 20px;
  }
  .services_details .main .introduce .container .tabs .tabs_content .content {
    padding: 20px;
  }
  .services_details .main .introduce .container .tabs .tabs_content .cover_box {
      width: 100%;
  }
  .services_details .main .introduce .container .tabs .tabs_content .content p,
  .services_details .main .introduce .container .tabs .tabs_content .content div,
  .services_details .main .introduce .container .tabs .tabs_content .content span {
    font-size: 14px;
    line-height: 30px;
  }
  .news .main .list {
    padding: 30px 0 20px;
  }
  .news .main .list .item {
    margin-bottom: 30px;
  }
  .news .main .list .item .link {
    padding: 10px;
  }
  .news .main .list .item .link .content {
    padding: 20px 0 0;
  }
  .news .main .list .item .link .content .title {
    font-size: 16px;
  }
  .news .main .list .item .link .content .date {
    margin: 10px 0;
  }
  .news .main .list .item .link .content .lead,
  .news .main .list .item .link .content p,
  .news .main .list .item .link .content div,
  .news .main .list .item .link .content span {
    font-size: 14px;
    line-height: 28px;
  }
  .news .main .list .item:last-child {
    margin-bottom: 0;
  }
  .download .main .search_wrap {
    margin: 20px 0;
    padding: 20px 10px;
  }
  .download .main .search_wrap .search .search_form .input_box .search_input {
    height: 44px;
    font-size: 12px;
  }
  .download .main .search_wrap .search .search_form .input_box .layui-input-affix {
    height: 44px;
    line-height: 44px;
  }
  .download .main .search_wrap .history {
    align-items: start;
  }
  .download .main .search_wrap .history .name {
    font-size: 14px;
  }
  .download .main .search_wrap .history .list {
    height: auto;
    flex-wrap: wrap;
  }
  .download .main .search_wrap .history .list .li .link {
    font-size: 14px;
  }
  .download .main .list .item .head {
    padding: 15px 20px;
  }
  .download .main .list .item .head .left .title {
    font-size: 16px;
  }
  .download .main .list .item .head .left .date {
    font-size: 14px;
  }
  .download .main .list .item .head .icon .iconfont {
    font-size: 18px;
  }
  .download .main .list .item .ul .li {
    padding: 15px 20px;
  }
  .download .main .list .item .ul .li .li_box .li_left {
    align-items: start;
  }
  .download .main .list .item .ul .li .li_box .li_left .cover_box {
    width: 45px;
  }
  .download .main .list .item .ul .li .li_box .content {
    padding-top: 0;
    padding-left: 20px;
  }
  .download .main .list .item .ul .li .li_box .content .title {
    font-size: 14px;
  }
  .download .main .list .item .ul .li .li_box .content .subhead {
    font-size: 12px;
  }
  .download .main .list .item .ul .li .li_box .download_btn {
    height: auto;
    margin-top: 8px;
    justify-content: start;
  }
  .download .main .list .item .ul .li .li_box .download_btn .link {
    width: 120px;
    font-size: 12px;
  }
  .download .main .list .item .ul .li .li_box .download_btn .link .iconfont {
    font-size: 12px;
  }
  .consult .wrap .content {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
    width: 90%;
    height: auto;
    padding: 25px;
  }
  .consult .wrap .content .portrait .portrait_content .name {
    font-size: 14px;
    line-height: 24px;
  }
  .consult .wrap .content .portrait .portrait_content .desc {
    padding-top: 0;
    line-height: 24px;
  }
  .consult .wrap .content .code {
    padding: 20px 0;
  }
  .consult .wrap .content .code .cover_box {
    width: 180px;
  }
  .consult .wrap .content .code .lead .iconfont {
    font-size: 14px;
  }
  .consult .wrap .content .code .lead .text {
    font-size: 14px;
  }
  .certificate .main .form_wrap {
    padding: 30px 0;
  }
  .certificate .main .form_wrap .title {
    font-size: 24px;
  }
  .certificate .main .form_wrap .subhead {
    font-size: 14px;
    line-height: 26px;
  }
  .certificate .main .form_wrap .form_box {
    padding-top: 20px;
  }
  .certificate .main .form_wrap .form_box .li .item {
    margin-bottom: 20px;
  }
  .certificate .main .form_wrap .form_box .li .item .name {
    font-size: 14px;
  }
  .certificate .main .form_wrap .form_box .li .item .name .span {
    font-size: 13px;
  }
  .certificate .main .form_wrap .form_box .li .item .layui-input {
    height: 44px;
    border: 1px solid #DCDCDC;
  }
  .certificate .main .form_wrap .form_box .li .item .layui-form-select dl {
    top: 44px;
  }
  .certificate .main .query_result .head .title {
    font-size: 24px;
  }
  .certificate .main .query_result .list {
    padding-top: 30px;
  }
  .certificate .main .query_result .list .item .link .cover_box {
    height: auto;
  }
  .certificate_details .main .wrap {
    padding: 20px;
  }
  .certificate_details .main .wrap .title {
    font-size: 20px;
  }
  .certificate_details .main .wrap .cover_box {
    margin-top: 20px;
  }
  .certificate_details .main .btn_box {
    margin-top: 30px;
  }
  .certificate_details .main .btn_box .btn {
    padding: 0;
    margin: 0 10px;
  }
  .certificate_details .main .btn_box .btn .link {
    min-width: 120px;
    height: 44px;
    line-height: 44px;
    font-size: 14px;
  }
  .verification_code .wrap .content {
    width: 90%;
    padding: 30px;
  }
  .verification_code .wrap .content .title {
    font-size: 20px;
  }
  .verification_code .wrap .content .lead {
    font-size: 14px;
    line-height: 28px;
    margin: 10px 0;
  }
  .verification_code .wrap .content .form_box {
    margin-top: 20px;
  }
  .verification_code .wrap .content .form_box .form .input {
    width: 20%;
    height: 50px;
    margin: 0 10px;
    font-size: 20px;
  }
  .verification_code .wrap .content .form_box .form .btn_box {
    margin-top: 20px;
  }
  .verification_code .wrap .content .form_box .form .btn_box .download_btn {
    min-width: 120px;
    height: 40px;
    font-size: 14px;
  }
  .consult_message .wrap .content {
    padding: 35px 20px;
  }
  .consult_message .wrap .content .title {
    font-size: 18px;
  }
  .consult_message .wrap .content .form_wrap {
    margin-top: 20px;
  }
  .consult_message .wrap .content .form_wrap .form .item {
    margin-bottom: 20px;
  }
  .consult_message .wrap .content .form_wrap .form .item .input_box {
    margin-top: 20px;
  }
  .consult_message .wrap .content .form_wrap .form .item .input {
    height: 44px;
    font-size: 14px;
    padding: 0 10px;
  }
  .consult_message .wrap .content .form_wrap .form .item .textarea {
    font-size: 14px;
    padding: 10px;
  }
  .consult_message .wrap .content .form_wrap .form .btn_box {
    margin-top: 20px;
  }
  .consult_message .wrap .content .form_wrap .form .btn_box .btn {
    min-width: 120px;
    font-size: 14px;
    height: 44px;
  }
  .invite .main .wrap .head .hd {
    font-size: 16px;
  }
  .invite .main .wrap .list .li .item .td {
    font-size: 14px;
  }
  .invite .main .wrap .list .li .content {
    font-size: 12px;
    line-height: 26px;
  }
  .invite .main .wrap .list .li .content .btn {
    width: 120px;
    height: 40px;
    line-height: 40px;
    font-size: 12px;
    padding: 0;
  }
  .contact_us .introduction .title {
    font-size: 24px;
    line-height: 40px;
  }
  .contact_us .introduction .desc {
    font-size: 16px;
    margin-top: 10px;
  }
  .contact_us .introduction .lead {
    font-size: 14px;
    line-height: 28px;
  }
  .contact_us .introduction .map_wrap .row .box .content {
    height: auto;
    padding: 20px 10px 30px;
  }
  .contact_us .introduction .map_wrap .row .box .content .name {
    font-size: 20px;
  }
  .contact_us .introduction .map_wrap .row .box .content .mobile {
    font-size: 24px;
    padding: 20px 0 10px;
  }
  .contact_us .introduction .map_wrap .row .box .content .ul .li {
    align-items: start;
  }
  .contact_us .introduction .map_wrap .row .box .content .ul .li .text {
    font-size: 14px;
  }
  .contact_us .introduction .map_wrap .row .box .content .bottom_box {
    padding-top: 30px;
  }
  .contact_us .introduction .map_wrap .row .box .content .bottom_box .bb_box .text {
    font-size: 14px;
  }
  .contact_us .message_box .head .title {
    font-size: 24px;
  }
  .contact_us .message_box .head .lead {
    font-size: 14px;
    line-height: 28px;
  }
  .contact_us .message_box .form {
    margin-top: 20px;
  }
  .contact_us .message_box .form .item {
    margin-bottom: 10px;
  }
  .contact_us .message_box .form .item .input {
    height: 46px;
    font-size: 12px;
    padding: 0 10px;
  }
  .contact_us .message_box .form .item .input_box {
    margin-top: 10px;
  }
  .contact_us .message_box .form .item .textarea {
    padding: 10px;
    font-size: 12px;
  }
  .contact_us .message_box .form .btn_box {
    margin-top: 10px;
  }
  .contact_us .message_box .form .btn_box .btn {
    min-width: 120px;
    height: 46px;
    line-height: 46px;
    font-size: 12px;
  }
  .contact_us .message_box .right .cover_box {
    width: 100%;
    height: auto;
  }
  .contact_us .message_box .right .text {
    font-size: 14px;
  }
  .case .main .list {
    margin-top: 30px;
  }
  .details .main .title {
    font-size: 20px;
    line-height: 30px;
  }
  .details .main .author {
    padding: 16px 0;
    margin-bottom: 20px;
  }
  .details .main .author .date,
  .details .main .author .name {
    font-size: 14px;
    line-height: 28px;
    padding: 0 10px;
  }
  .details .main .content .lead,
  .details .main .content p,
  .details .main .content div,
  .details .main .content span {
    font-size: 12px;
    line-height: 24px;
  }
  .details .main .content .cover_box {
    margin: 0;
  }
  .up_down .content {
    padding: 30px 0;
    flex-wrap: wrap;
  }
  .up_down .content .left .box {
    display: flex;
  }
  .up_down .content .left .box .name {
    flex: none;
    font-size: 14px;
    display: inline-block;
  }
  .up_down .content .left .box .link {
    font-size: 14px;
  }
  .up_down .content .right {
    width: 100%;
    text-align: right;
  }
  .up_down .content .right .link {
    width: 120px;
    height: 40px;
    line-height: 40px;
    font-size: 12px;
  }
}
