﻿.transition {
  transition        : all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition   : all ease 0.5s;
  -o-transition     : all ease 0.5s;
  -ms-transition    : all ease 0.5s;
}

.transform {
  position         : absolute;
  top              : 50%;
  left             : 50%;
  transform        : translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform   : translate(-50%, -50%);
  -o-transform     : translate(-50%, -50%);
  -ms-transform    : translate(-50%, -50%);
}

.transformX {
  position         : absolute;
  transform        : translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform   : translateX(-50%);
  -o-transform     : translateX(-50%);
  -ms-transform    : translateX(-50%);
}

.transformY {
  position         : absolute;
  transform        : translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform   : translateY(-50%);
  -o-transform     : translateY(-50%);
  -ms-transform    : translateY(-50%);
}

.ellipsis {
  overflow     : hidden;
  text-overflow: ellipsis;
  white-space  : nowrap;
}

.background {
  background-position: center center;
  background-size    : cover;
  background-repeat  : no-repeat;
}

@media screen and (min-width: 1240px) {
  .mobile-btn {
    display: none;
  }

  .mobile-els {
    display: none;
  }
}

/* @media screen and (max-width: 1600px) {
  .header .nav a {
    padding-left: 15px;
    padding-right: 15px;
  }
} */
@media screen and (max-width: 1440px) {}

/* @media screen and (max-width: 1366px) {
  .header .nav {
    margin-right: 6px;
  }
} */
@media screen and (max-width: 1279px) {
  .footer .footer-con .footer-con-right {
    padding-left: 248px;
  }

  .mobile-btn {
    position  : fixed;
    height    : 52px;
    background: #fff;
    z-index   : 10000;
    right     : 0px;
    top       : 0;
  }

  .mobile-btn i {
    right            : 10px;
    position         : absolute;
    transform        : translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform   : translateY(-50%);
    -o-transform     : translateY(-50%);
    -ms-transform    : translateY(-50%);
    top              : 50%;
  }

  .mobile-btn i img {
    display: block;
    width  : 26px;
  }

  /* 新闻列表样式 */
  .in-info {
    margin-top   : 10px;
    margin-bottom: 20px;
  }

  .in-article-list.wow.fadeInUp.animated {
    padding-bottom: 5px;
  }

  .in-article-list.wow.fadeInUp.animated::after {
    content: '';
    display: inline-block;
    clear  : both;
  }

  .in-info-left .in-article .in-article-group .in-article-list .in-article-list-text {
    height: 130px;
  }

  .in-info-left .in-article .in-article-group .in-article-list .in-article-list-text .in-article-list-fot .in-article-list-zan {
    display    : block;
    margin-left: 20px;
  }

  .in-info-left .in-article .in-article-group .in-article-list .in-article-list-text h3 {
    font-size    : 16px;
    margin-bottom: 10px;
  }

  .in-info-left .in-article .in-article-group .in-article-list .in-article-list-text .in-article-list-fot .in-article-list-i img {
    width : 20px;
    height: 20px;
  }

  .in-info-left .in-article .in-article-group .in-article-list .in-article-list-text .in-article-list-fot .in-article-list-i {
    margin-right: 15px;
  }

  .in-info-left .in-article .in-article-group .in-article-list .in-article-list-text .in-article-list-fot .in-article-list-zan i {
    font-size: 16px;
  }

  .in-info-left .in-article .in-article-group .in-article-list {
    display: block;
    padding: 3% 2%;
  }

  .in-info-left .in-article .in-article-group .in-article-list .in-article-list-text-news p {

    display: block;
  }

  .in-info-left .in-article .in-article-group .in-article-list .in-article-list-text-news {
    height: auto;
  }

  .in-info-left .in-article .in-article-group .in-article-list .in-article-list-img span {
    font-size: 10px;
    width    : 46px;
    height   : 16px;
    top      : 5px;
  }

  .in-info-left .in-article .in-article-group .in-article-Advertisement {
    padding: 3% 2%;
  }

  .information-author-more .information-author-img {
    width : 100px;
    height: 100px;
  }

  .information-author h3 {
    margin-top: 10px;
  }

  .information-author .information-author-g {
    padding-top: 0;
  }
}

@media (max-width: 1240px) {
  .content {
    padding-left : 10px;
    padding-right: 10px;
  }

  .header .nav a:not(:first-child):after {
    display: none;
  }

  .header .header-right .search-btn {
    margin-right: 40px;
    float       : right;
    position    : relative;
    top         : -5px;
  }

  .header .logo-more {
    display: none;
  }

  .nav-trigger {
    display: block;
  }

  .header .nav .mobile-search input[type='text'] {
    display     : inline-block;
    height      : 32px;
    width       : 200px;
    border      : 1px solid #666;
    border-right: none;
    padding-left: 6px;
  }

  .header .nav .mobile-search a {
    width      : 80px;
    color      : #fff;
    line-height: 32px;
    height     : 32px;
    background : #f75959;
    display    : inline-block;
    margin-top : -1px;
  }

  .header .logo-more a img+img {
    opacity: 1;
  }

  .mobile-els {
    display: block;
  }

  .header .nav .mobile-els>a {
    position     : relative;
    margin-bottom: 30px;
  }

  .header .nav .mobile-els>a:before {
    content : '';
    position: absolute;
    bottom  : -30px;
    left    : 30px;
    right   : 30px;

    height    : 1px;
    background: #eee;
  }

  .header-suspension {
    border-bottom: 1px solid #dedede;
    background   : #fff;
  }

  .header .nav {
    padding-left      : 0;
    position          : fixed;
    height            : 100%;
    width             : 100%;
    background        : #fff;
    padding-top       : 50px;
    top               : 100%;
    left              : 0;
    overflow-y        : auto;
    transition        : all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -moz-transition   : all ease 0.5s;
    -o-transition     : all ease 0.5s;
    -ms-transition    : all ease 0.5s;
  }

  .header .nav a {
    line-height : 30px;
    font-size   : 14px;
    margin      : 15px 0;
    display     : block;
    float       : none;
    text-align  : left;
    padding-left: 35px;
  }

  .header .nav.active {
    top : 0;
    left: 0;
  }

  .header .logo {
    z-index: 10001;
    top    : 10px;
    left   : 10px;
  }

  .header .logo img {
    width: 100px;
  }

  .header .mobile-hide {
    display: none !important;
  }

  .header .header-right {
    float        : none;
    margin       : 17px 10px 0 10px;
    position     : static;
    /* border-top: 1px dotted #ccc; */
    text-align   : left;
  }

  .header .header-right a {
    display              : inline-block;
    padding              : 0;
    margin-left          : 10px;
    margin-right         : 10px;
    border-radius        : 0;
    -moz-border-radius   : 0;
    -webkit-border-radius: 0;
    line-height          : 26px;
    vertical-align       : middle;
  }

  .header .header-right .Submission {
    color     : #fff;
    background: #f75959;
    text-align: center;
  }

  .header-suspension:after {
    content: '';
    display: block;
    height : 50px;
  }

  .header {
    height: 52px;
  }
}

@media screen and (min-width: 1200px) {
  .login-modal .modal-dialog {
    width: 50%;
  }
}

@media screen and (max-width: 1200px) {
  .y-set-information li>input {
    width: 70%;
  }

  .edit-article .edit-article-list input[type='text'],
  .edit-article .edit-article-list .edit-text {
    width: 76%;
  }

  .edit-article .edit-article-list select {
    width: 76%;
  }

  .y-activity-content .y-activity-information ul li a .y-activity-location .y-activity-time {
    font-size: 12px;
  }

  iframe {
    width : 100%;
    height: auto;
  }

  /* 登录弹窗-弹出层样式 */
  .login-layer {
    width: 80% !important;
  }

}

@media screen and (max-width: 1080px) {
  .in-info-left .in-article .in-article-group .in-article-Advertisement {
    height: 152px;
  }

  .in-info-right .in-right-hot .in-right-hot-one .in-right-hot-oneImg-text {
    padding: 10px 10px;
  }

  .in-info-right .in-right-hot .in-right-hot-one p {
    font-size  : 12px;
    line-height: 18px;
    max-height : 36px;
  }

  .column .column-group .column-item {
    padding: 0 4px;
  }

  .column .column-group .column-item h3 {
    font-size: 18px;
  }

  .column-details-g .column-details-i {
    margin-top   : 14px;
    padding-left : 5px;
    padding-right: 5px;
  }

  .column-banner {
    height: 280px;
  }

  .y-collection-content li .collection-right {
    padding-left: 240px;
  }

  .y-content .y-content-nav ul {
    white-space: nowrap;
    overflow   : auto;
  }

  .y-content .y-content-nav ul li {
    display: inline-block;
    padding: 2% 1%;
  }

  .y-content .y-content-nav {
    margin: 0 0px;
  }

  .about .about-vision .about-vision-g .about-vision-i {
    width: 100%;
  }

  .about .about-vision .about-vision-g .about-vision-i+.about-vision-i {
    margin-left: 0;
  }

  .edit-article .edit-article-list input[type='text'],
  .edit-article .edit-article-list .edit-text {
    width: 68%;
  }

  .edit-article .edit-article-list select {
    width: 68%;
  }

  .y-content .y-content-list ul li .y-list-time span:first-child {
    display: none;
  }

  .y-content .y-content-list {
    padding: 10px 6px 10px;
  }

  .y-content .y-content-list ul li .y-list-text {
    font-size: 14px;
    width    : 71%;
  }

  .y-content .y-content-list ul li .y-list-time {
    width: 26%;
  }

  .y-content .y-content-list ul li .y-edit,
  .y-content .y-content-list ul li .y-list-time span {
    font-size: 14px;
  }

  .y-activity-content .y-activity-information ul li {
    width: 50%;
  }

  .result_box {
    width : 90%;
    margin: 30px auto 20px auto;
  }

  .result_box .result_tip {
    padding-top: 6px;
  }

  .result_box button {
    width    : 86px;
    font-size: 14px;
  }

  .result_box input {
    padding  : 4px 80px 4px 8px;
    font-size: 14px;
  }

  .result_box .icon-sousuo {
    font-size    : 14px;
    padding-right: 2px;
  }

  .in-right-words ul li {
    width        : 46%;
    margin-right : 2%;
    overflow     : hidden;
    text-overflow: ellipsis;
    white-space  : nowrap;
  }

  .result_box .result_tip span {
    padding: 0 3px;
  }

  .in-info-left .in-article .in-article-nav-right-btn {
    padding   : 8px;
    position  : relative;
    background: none;
  }

  .in-article_box {
    line-height: normal;
  }

  .in-info-left .in-article .in-article-group .in-article-list {
    position: relative;
  }

  .in-info-left .in-article .in-article-group .in-article-list .in-article-author-text {
    width         : auto;
    padding-left  : 80px;
    padding-bottom: 6px;
    float         : left;
  }

  .in-info-left .in-article .in-article-group .in-article-list .in-article-author-text p {
    display: block;
  }

  .author-img {
    position: absolute;
    top     : 16px;
    left    : 16px;
    width   : 60px;
    height  : 60px;
  }

  .in-info-left .in-article .in-article-group .in-article-list .in-article-list-act-text {
    padding       : 0;
    vertical-align: middle;
  }

  .in-info-left .in-article .in-article-group .in-article-list .in-article-list-act-text .in-article-list-fot .in-article-list-icon {
    display: none;
  }
}

@media screen and (max-width:880px) {

  /* 新闻列表样式 */
  .in-info-left .in-article .in-article-group .in-article-list .in-article-list-text .in-article-list-fot .in-article-list-zan {
    display: none;
  }

  .in-info-left .in-article .in-article-group .in-article-list .in-article-list-text .in-article-list-fot .in-article-list-icon {
    width: 100%;
  }

  .in-info-left .in-article .in-article-group .in-article-list .in-article-list-text .in-article-list-fot .in-article-list-i img {
    width : 16px;
    height: 16px;
  }

  .in-info-left .in-article .in-article-group .in-article-list .in-article-list-text .in-article-list-fot .in-article-list-i {
    margin-right: 0;
    float       : left;
  }

  .in-info-left .in-article .in-article-group .in-article-list .in-article-list-text .in-article-list-fot .in-article-list-i:nth-child(1) {
    margin-right: 0;
    float       : right;
  }

  .in-info-left .in-article .in-article-group .in-article-list .in-article-list-text p {
    line-height: 18px;
    max-height : 36px;
    display    : none;
  }

  .in-info-left .in-article .in-article-group .in-article-list .in-article-list-text h3 {
    color        : #000000;
    font-size    : 15px;
    font-weight  : bold;
    margin-bottom: 4px;
  }

  .in-info-left .in-article .in-article-group .in-article-list .in-article-list-text {
    height: 66px;
  }
}

@media screen and (max-width: 767px) {

  /* 登录弹窗-弹出层样式 */
  .login-layer {
    width : 90% !important;
    height: 470px;
  }

  .in-info-left {
    width: 100%;
  }

  .in-info-right {
    width     : 100%;
    margin-top: 15px;
  }

  .in-article .in-article-nav a {
    font-size   : 16px;
    line-height : 42px;
    margin-left : 3%;
    margin-right: 3%;
  }

  .in-banner .swiper-slide h3 {
    font-size  : 14px;
    line-height: 30px;
    padding    : 0 10px;
  }

  .in-banner .arrow-left,
  .in-banner .arrow-right {
    display: none;
  }

  .in-info-left .in-article {
    margin-top: 10px;
  }

  .in-info-left .in-article .in-article-group .in-article-Advertisement {
    height: 96px;
  }

  .in-info-left .in-article .in-article-group .in-article-Advertisement a {
    border-radius        : 5px;
    -moz-border-radius   : 5px;
    -webkit-border-radius: 5px;
  }

  .in-info-left .in-article .in-article-nav a {
    font-size    : 14px;
    padding-left : 10px;
    padding-right: 10px;
    line-height  : 36px;
    margin-right : 0;
    margin-left  : 0;
  }

  .in-info-group-btn {
    line-height: 40px;
    margin-top : 3%;
  }

  .in-info-left .in-article .in-article-nav a.active:after {
    content : '';
    display : block;
    position: absolute;
    top     : 17px;
    left    : 0px;
    width   : 4px;
    height  : 4px;
  }

  .footer .footer-con .footer-con-left {
    float         : none;
    margin        : 0 auto;
    text-align    : center;
    padding-bottom: 10px;
  }

  .footer .footer-con .footer-con-right {
    padding: 0;
  }

  .footer .footer-con .footer-con-right .footer-tit {
    margin-top: 7%;
  }

  .footer {
    padding: 20px 0 0;
  }

  .footer .footer-con {
    padding-bottom: 0%;
  }

  .footer .foot-text p {
    font-size: 12px;
  }

  .footer .foot-text p span {
    display: block;
  }

  .column .column-group .column-item {
    display   : inline-block;
    width     : 50%;
    margin-top: 8px;
  }

  .column .column-group .column-item h3 {
    font-size: 16px;
  }

  .column .column-mnore,
  .column-details-g .column-mnore {
    width      : 120px;
    line-height: 28px;
    margin     : 20px auto 0;
    font-size  : 14px;
  }

  .column,
  .column-details-g {
    padding-bottom: 7%;
  }

  .column-details-g .column-details-i {
    width: 50%;
  }

  .column-banner .content h2 {
    font-size  : 24px;
    line-height: 46px;
  }

  .column-banner .content h4 {
    font-size  : 14px;
    line-height: 22px;
    margin-top : 10px;
  }

  .column-banner .content {
    bottom: 16px;
  }

  .column-banner {
    height: 160px;
  }

  .column-author img {
    display     : block;
    margin-left : auto;
    margin-right: auto;
  }

  .column-author .img-box {
    width : 64px;
    height: 64px;
  }

  .column-author .column-author-info {
    margin-left: 20px;
    width      : calc(100% - 90px);
  }

  .column-author .column-author-info h3 {
    /* text-align: center; */
    font-size: 16px;
  }

  .column-author .column-author-info p {
    color    : #333333;
    font-size: 12px;
  }

  .y-content .y-content-nav ul li a {
    font-size  : 14px;
    width      : 102px;
    height     : 30px;
    line-height: 30px;
  }

  .y-collection-content li .collection-left {
    width        : 35%;
    border-radius: 4px;
  }

  .y-collection-content li {
    padding      : 20px 0px;
    border-bottom: 1px solid #ededed;
  }

  .y-collection-content li .collection-right {
    padding-left: 36%;
    margin-left : 0;
  }

  .y-collection-content li .collection-right .collection-right-title {
    font-size    : 15px;
    margin-top   : 0;
    margin-bottom: 4px;
  }

  .y-collection-content li .collection-right .collection-right-title a {
    overflow     : hidden;
    text-overflow: ellipsis;
    white-space  : nowrap;
    display      : block;
  }

  .y-collection-content li .collection-right .collection-right-text a {
    font-size  : 14px;
    line-height: 20px;
    max-height : 40px;
  }

  .y-collection-content li .collection-right .t-collection-time {
    display: none;
  }

  .y-collection-content li .collection-right .collection-right-text {
    margin-bottom: 0;
  }

  .y-collection-content li .collection-right .y-collection-ren {
    float      : none;
    width      : 90px;
    height     : 30px;
    line-height: 30px;
    font-size  : 14px;
    margin-top : 10px;
  }

  .y-paddingBottom {
    padding-bottom: 7%;
  }

  .y-content {
    margin: 3% 0 0;
  }

  .y-page ul li+li {
    display: none;
  }

  .y-page ul li:last-child {
    display: inline-block;
  }

  .y-comment li .y-Article {
    height     : 44px;
    line-height: 44px;
    padding    : 0 10px;
    font-size  : 16px;
  }

  .y-comment {
    margin: 0 5px;
  }

  .y-comment li .y-comment-text {
    padding: 10px;
  }

  .y-set-information li>input {
    height        : 40px;
    font-size     : 16px;
    color         : #acacac;
    vertical-align: middle;
    padding-left  : 5%;
  }

  .y-set-content {
    padding   : 25px 10px 0;
    text-align: center;
  }

  .y-set-information li {
    padding: 0 0px 0 0px;
    height : 48px;
  }

  .y-set-information li>i {
    width       : 70px;
    margin-right: 10px;
    line-height : 48px;
    font-size   : 14px;
  }

  .y-set-information li>input {
    height      : 46px;
    font-size   : 14px;
    padding-left: 0%;
    width       : 50%;
  }

  .y-set-information li .y-click-set,
  .y-set-information li .y-click-bd {
    font-size  : 14px;
    line-height: 48px;
  }

  .inner-banner {
    height: 170px;
  }

  .inner-banner .inner-banner-text h2 {
    font-size: 20px;
  }

  .inner-banner .inner-banner-text h2:after {
    height: 2px;
    margin: 4px auto;
  }

  .y-relation {
    width      : 100%;
    margin     : 0 auto;
    padding-top: 45px;
    text-align : center;
  }

  .press-con .press-group {
    padding-left  : 5px;
    padding-right : 5px;
    padding-bottom: 10px;
  }

  .press-con .press-group .press-list .press-date {
    width      : 110px;
    line-height: 30px;
    font-size  : 14px;
  }

  .press-con .press .in-info-left .in-article {
    padding-bottom: 2%;
  }

  .in-info-left .in-article {
    border    : none;
    box-shadow: none;
  }

  .press-detail-ar {
    padding: 10px;
  }

  .comment {
    padding: 24px 10px 35px 10px;
  }

  .y-content .y-password .y-password-inp {
    width: 100%;
  }

  .y-content .y-password .y-password-inp input {
    width       : 65%;
    height      : 36px;
    padding-left: 10px;
  }

  .y-content .y-password .y-password-inp i {
    margin-right: 0px;
    width       : 72px;
  }

  .y-content .y-password .y-password-next {
    width: 100%;
  }

  .y-content .y-password p {
    font-size    : 22px;
    margin-bottom: 9%;
  }

  .y-password-tu {
    display     : block;
    margin-left : auto;
    margin-right: auto;
    width       : 80%;
    height      : 42px;
    line-height : 42px;
  }

  .y-VerificationCode .y-verCode {
    font-size  : 14px;
    right      : 9%;
    height     : 36px;
    line-height: 36px;
  }

  .y-content-article {
    padding: 0 15px;
  }

  .edit-article .edit-article-list span {
    text-align   : left;
    display      : block;
    width        : 100%;
    font-size    : 14px;
    margin-bottom: 8px;
  }

  .edit-article .edit-article-list input[type='text'],
  .edit-article .edit-article-list .edit-text {
    width: 100%;
  }

  .edit-article .edit-article-list select {
    width: 100%;
  }

  .edit-article .edit-article-list {
    margin-top: 10px;
  }

  .edit-article .edit-article-list input[type='button']:first-of-type,
  .edit-article .edit-article-list input[type='button']:last-of-type {
    height: 36px;
    width : 120px;
  }

  .edit-article .edit-article-list .edit-text {
    height: 150px;
  }

  .edit-article {
    margin-top: 0px;
    padding   : 2%;
  }

  .y-activity-content .y-activity-list>ul {
    white-space : nowrap;
    overflow    : auto;
    padding-left: 0px;
  }

  .y-activity-banner .swiper-slide {
    padding-top: 12%;
    width      : 100%;
  }

  .y-activity-content .y-activity-nav a {
    font-size    : 16px;
    padding      : 0 20px;
    line-height  : 32px;
    text-align   : center;
    border-radius: 20px;
    color        : #333;
    margin-right : 10px;
  }

  .y-activity-content .y-activity-nav {
    padding: 0 10px;
  }

  .y-activity-content .y-activity-lis {
    padding: 0 10px 35px;
  }

  .y-activity-content .y-activity-list>ul li {
    padding: 0 0px;
  }

  .y-activity-content .y-activity-information ul li {
    width: 100%;
  }

  .y-activity-content .y-activity-information ul {
    padding: 0 0px;
  }

  .y-register {
    width      : 100%;
    padding-top: 20px;
  }

  .y-register .y-register-nav {
    text-align   : center;
    margin-bottom: 5%;
  }

  .y-register .y-register-nav li {
    width         : 46%;
    padding-bottom: 10px;
    font-size     : 16px;
    border-bottom : 2px solid #d1d2d4;
  }

  .y-register .y-register-bx .y-register-inp {
    width        : 96%;
    height       : 36px;
    padding-left : 12px;
    margin-bottom: 10px;
    margin-left  : auto;
    margin-right : auto;
    display      : block;
  }

  /*撰写文章加下来框样式*/
  #y-article-select2 {
    width        : 100%;
    height       : 44px;
    line-height  : 44px;
    border       : 1px solid #ddd;
    margin-bottom: 10px;
    margin-right : 0;
  }

  /*新增手机区号下拉框样式*/
  .y-register .y-register-bx .y-register-select {
    width        : 26%;
    height       : 36px;
    line-height  : 36px;
    border       : 1px solid #ddd;
    margin-bottom: 10px;
    margin-left  : 2%;
    margin-right : 0;
  }

  #y-register-select2 {
    width        : 16%;
    height       : 36px;
    line-height  : 36px;
    border       : 1px solid #ddd;
    margin-bottom: 10px;
    margin-left  : 1%;
    margin-right : 0;
  }

  #y-register-inp3 {
    width         : 38%;
    height        : 36px;
    border        : 1px solid #ddd;
    padding-left  : 12px;
    margin-bottom : 10px;
    margin-left   : 2%;
    vertical-align: top;
  }

  .y-register .y-register-bx .y-register-inp2 {
    width         : 68%;
    height        : 36px;
    border        : 1px solid #ddd;
    padding-left  : 12px;
    margin-bottom : 10px;
    margin-left   : 2%;
    vertical-align: top;
  }

  .y-content .y-password .y-password-inp .y-password-select {
    width       : 20%;
    height      : 36px;
    line-height : 36px;
    border      : 1px solid #ddd;
    margin-right: 0;
  }

  .y-content .y-password .y-password-inp .y-password-inp2 {
    width         : 42%;
    height        : 36px;
    border        : 1px solid #ddd;
    padding-left  : 10px;
    margin-left   : 2%;
    vertical-align: top;
  }

  .y-register .y-register-bx .y-register-name,
  .y-register .y-register-bx .y-register-Tx {
    font-size    : 14px;
    width        : 100%;
    text-align   : left;
    margin-left  : 2%;
    margin-bottom: 5px;
  }

  .y-register .y-register-bx .y-register-code {
    width        : 58%;
    height       : 36px;
    border       : 1px solid #ddd;
    padding-left : 12px;
    margin-bottom: 10px;
    margin-right : 2%;
    margin-left  : 2%;
  }

  .y-register .y-register-bx .y-register-send {
    width      : 36%;
    height     : 36px;
    line-height: 36px;
  }

  /*验证码新增样式*/
  .y-register .y-register-bx .y-register-send2 {
    width      : 36%;
    height     : 36px;
    overflow   : hidden;
    line-height: 36px;
  }

  .y-register .y-register-bx .y-register-text {
    width       : 96%;
    padding-left: 12px;
    padding-top : 10px;
    margin-left : auto;
    margin-right: auto;
    display     : block;
  }

  .y-register .y-register-bx .y-register-sub .y-register-btn {
    width: 100%;
  }

  .y-register .y-register-bx .y-register-sub .y-register-btn>a {
    display     : block;
    width       : 96%;
    height      : 40px;
    font-size   : 16px;
    line-height : 40px;
    margin-left : auto;
    margin-right: auto;
  }

  .y-elseLogin {
    text-align : left;
    display    : block;
    width      : 100%;
    margin-top : 20px;
    margin-left: 0;
    padding    : 0 9%;
  }

  .y-password-remember {
    width        : 100%;
    padding-left : 9%;
    padding-right: 9%;
  }

  .y-elseLogin span {
    font-size: 14px;
  }

  .information-text {
    padding: 20px 0;
  }

  .information-text .information-article {
    padding: 0 10px;
  }

  .information-text .statement {
    padding: 0 10px;
  }

  .information-text .information-dependent {
    padding: 0 10px;
  }

  .information-banner .information-mask .information-mask-text h4 {
    margin-top        : 10px;
    color             : #fff;
    font-size         : 16px;
    padding-top       : 15px;
    border-top        : 1px dashed #fff;
    text-overflow     : ellipsis;
    display           : -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow          : hidden;
  }

  .information-banner .information-mask .information-mask-text .information-banner-bq {
    line-height: 24px;
    font-size  : 14px;
  }

  .information-banner .information-mask .information-mask-text {
    bottom       : 15px;
    padding-left : 10px;
    padding-right: 10px;
  }

  .information-partner .information-partner-i {
    width     : 100%;
    margin-top: 10px;
  }

  .search-modal .modal-dialog .modal-content {
    padding: 4% 3%;
  }

  .search-modal .close {
    right : 0;
    width : 30px;
    height: 30px;
  }

  .search-modal .close img {
    width: 100%;
  }

  .search-modal .modal-dialog .search_box_input input {
    padding   : 9px 60px 9px 9px;
    min-height: 1em;
    font-size : 14px;
  }

  .search-modal .modal-dialog .search_box_input button {
    width: 60px;
  }

  .search-btn {
    font-size: 16px;
  }

  .search-modal .modal-dialog .h_header {
    padding  : 20px 0px 10px 0;
    font-size: 17px;
  }

  .search-modal .modal-dialog ul {
    padding-top: 16px;
  }

  .search-modal .modal-dialog ul li {
    text-indent  : 0;
    margin-bottom: 10px;
  }

  .search-modal .modal-dialog ul li a {
    font-size: 13px;
  }

  .qr-code-modal .close,
  .login-modal .close {
    right : 0;
    width : 30px;
    height: 30px;
  }

  .qr-code-modal .close img,
  .login-modal .close img {
    width : 100%;
    height: 100%;
  }

  .qr-code-modal .qr-code-title {
    margin-top: 30px;
  }

  .qr-code-modal .modal-dialog {
    width : 280px;
    height: 300px;
  }

  .login-modal .modal-dialog {
    width : 90%;
    margin: 28% auto 0;
  }

  .in-info-left .in-article .in-article-nav-right-btn a.active:after {
    display: none;
  }

  .header .header-right .register-Land {
    margin-left: 15px;
  }

  .in-special {
    width: 100%;
  }

  .in-info-right .in-special .in-special-li {
    width      : 49%;
    display    : inline-block;
    padding-top: 32%;
    float      : left;
  }

  .in-info-right .in-special .in-special-li:nth-child(2n) {
    float: right;
  }

  .in-info-right .in-special .in-special-li span {
    bottom     : 8px;
    right      : 8px;
    font-size  : 12px;
    line-height: 20px;
    width      : 66px;
  }

  .column-author-info .user-label {
    width : 72px;
    height: 20px;
  }

  .information-author-img-box .user-label {
    width : 72px;
    height: 20px;
  }

  .y-set-header .user-label {
    width : 72px;
    height: 20px;
    left  : 90px;
  }

  .user-label.user-ordinary {
    background-image: url(../images/user/user-ordinary.png);
  }

  .user-label.user-author {
    background-image: url(../images/user/user-author.png);
  }

  .user-label.user-org {
    background-image: url(../images/user/user-org.png);
  }

  /* 隐私条款样式 */
  .privacy.y-content {
    padding    : 0 20px 30px;
    line-height: 1.5;
  }
}