.mobile {
  display: none !important;
}
#openlc {
  padding: 10px 15px;
  display: block;
  background: transparent;
  position: fixed;
  right: 0;
  top: 0;
}
#openlc .lcbody {
  width: 30px;
  height: 30px;
  position: relative;
  transform: translateZ(0px) rotate(0deg);
  transition: transform 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
}
#openlc .lcitem {
  position: absolute;
  left: 0;
  top: 0;
  transform: translateZ(0px) rotate(0deg);
  transition: transform 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99) 0s;
  -webkit-transform: translateZ(0px) rotate(0deg);
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99) 0s;
  width: 30px;
  height: 30px;
}
#openlc .lcitem .rect {
  width: 30px;
  height: 1px;
  background: #535353;
  position: absolute;
  left: 0;
  top: 14px;
  transition: transform 0.2s ease 0.2s;
  -webkit-transition: -webkit-transform 0.2s ease 0.2s;
}
#openlc .lcitem .rect.top {
  transform: translate3d(0px, -8px, 0px);
  -webkit-transform: translate3d(0px, -8px, 0px);
}
#openlc .lcitem .rect.center {
  transform: translate3d(0px, 0, 0px);
  -webkit-transform: translate3d(0px, 0, 0px);
}
#openlc .lcitem .rect.bottom {
  transform: translate3d(0px, 8px, 0px);
  -webkit-transform: translate3d(0px, 8px, 0px);
}
#openlc.show .lcbody {
  transform: translateZ(0px) rotate(90deg);
  -webkit-transform: translateZ(0px) rotate(90deg);
}
#openlc.show .lcbody .lcitem {
  transform: translateZ(0px) rotate(45deg);
  transition: transform 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99) 0.2s;
  -webkit-transform: translateZ(0px) rotate(45deg);
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99) 0.2s;
}
#openlc.show .lcbody .lcitem.bottom {
  transform: translateZ(0px) rotate(-45deg);
  -webkit-transform: translateZ(0px) rotate(-45deg);
}
#openlc.show .lcbody .lcitem .rect {
  transition: transform 0.2s ease 0s;
  transform: translate3d(0px, 0px, 0px);
  -webkit-transition: -webkit-transform 0.2s ease 0s;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
#openlc.show .lcbody .lcitem.center {
  display: none;
}
@media only screen and (max-width: 1024px) {
  body.hiddenbody {
    overflow: hidden;
    height: 100%;
  }
  .block {
    width: calc(100% - 30px);
  }
  .pc {
    display: none !important;
  }
  .mobile {
    display: block !important;
  }
  .headerbg {
    height: 50px;
  }
  .ibanner {
    margin-top: 15px;
  }
  .ibanner .block {
    border-radius: 4px;
    overflow: hidden;
  }
  .ibanner .swiper-pagination-bullet {
    background: #e62129;
    width: 4px;
    height: 4px;
    border-radius: 2px;
    margin-right: 6px;
    opacity: 1;
  }
  .ibanner .swiper-pagination-bullet:last-child {
    margin-right: 0;
  }
  .ibanner .swiper-pagination-bullet-active {
    background: #fff;
    width: 13px;
  }
  #indexbody #header {
    position: fixed;
  }
  #indexbody .iabout.block {
    width: calc(100% - 30px);
  }
  #header {
    height: 50px;
    position: fixed;
    left: 0;
    top: 0;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
  }
  #header .logo {
    float: left;
    text-align: center;
  }
  #header .logo img {
    width: auto;
    height: 30px;
    margin-top: 10px;
    display: inline-block;
  }
  #header .icon_search {
    float: none;
    height: 50px;
    width: 50px;
    margin-top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    position: fixed;
    right: 0;
    top: 0;
  }
  #header .icon_search img {
    display: inline-block;
    vertical-align: middle;
  }
  #header #nav {
    display: none;
    width: auto ;
    vertical-align: middle;
    height: calc(100vh - 140px);
    float: none;
    position: fixed;
    top: 50px;
    width: calc(100% - 60px);
    left: 0;
    padding: 70px 30px 20px 30px;
    background: rgba(0, 0, 0, 0.95);
    background-size: cover;
    background-position: center;
    overflow-y: auto;
  }
  #header #nav li.navitem {
    width: 100%;
    float: none;
    padding: 20px 0 5px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    margin: 0;
  }
  #header #nav li.navitem a.nav_a {
    font-size: 16px;
    text-align: left;
    display: inline-block;
    width: calc(80% - 5px);
    background: none;
    padding: 0 0 0 5px;
    float: none;
  }
  #header #nav li.navitem a.nav_a span {
    color: rgba(255, 255, 255, 0.5);
    display: inline-block;
    transition: all 0s ease 0s;
    -webkit-transition: all 0s ease 0s;
    -moz-transition: all 0s ease 0s;
    height: 35px;
    line-height: 35px;
    vertical-align: top;
    width: calc(100%);
    overflow: hidden;
    margin: 0;
  }
  #header #nav li.navitem i {
    color: rgba(255, 255, 255, 0.5);
    display: inline-block;
    font-size: 14px;
    text-align: center;
    margin: 0;
    float: right;
    height: 35px;
    line-height: 35px;
    width: 10%;
    text-align: right;
  }
  #header #nav li.navitem a.nav_a:hover span,
  #header #nav li.navitem a.active.nav_a span {
    background: none;
    color: #e62129;
  }
  #header #nav li.navitem a.nav_a.active {
    background: none;
  }
  #header #nav li.navitem a.nav_a.active span {
    color: #fff;
  }
  #header #nav li.navitem i.active {
    color: #fff;
  }
  #header #nav li.navitem:after {
    display: none;
  }
  #header #nav li.navitem:hover a.nav_a span {
    background: none;
  }
  #header #nav li.navitem:hover a.nav_a span span {
    color: #fff;
  }
  #header #nav li.navitem:hover .subnav {
    visibility: hidden;
    height: 0;
    padding: 0;
  }
  #header #nav li.navitem.show a.nav_a span {
    background: none;
  }
  #header #nav li.navitem.show a.nav_a span span {
    color: #fff;
  }
  #header #nav li.navitem.show i:before {
    transform: rotateX(180deg);
  }
  #header #nav li.navitem.show .subnav {
    visibility: visible;
    opacity: 1;
    height: auto;
    padding: 15px 0 25px 0;
    margin-top: 10px;
  }
  #header #nav.show {
    display: block;
  }
  #header .search-input-hull {
    width: calc(100% - 20px);
    position: fixed;
    z-index: 9;
    padding: 10px;
    margin: 0;
    float: none;
    background: #585858;
    left: 0;
    top: 0;
    height: 30px;
  }
  #header .search-input-hull .search-ipt {
    display: inline-block;
    background: url(../images/icon_search.png) no-repeat;
    background-size: 18px 18px;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 1;
    cursor: pointer;
  }
  #header .search-input-hull input {
    width: calc(100% - 50px);
    height: 30px;
    background: none;
    position: absolute;
    font-size: 12px;
    line-height: 30px;
    padding-left: 30px;
    border: 0;
    border-bottom: 1px solid #ccc;
    color: #e62129;
  }
  #header .search-input-hull .search-cancel {
    display: inline-block;
    background: url(../images/svg/search_close_h.png) no-repeat;
    background-size: 100% 100%;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 15px;
    cursor: pointer;
    z-index: 1;
  }
  #header .search-input-hull [placeholder],
  #header .search-input-hull input[placeholder] {
    color: #e62129;
  }
  .ibanner {
    width: 100%;
    position: relative;
    top: 0;
  }
  .ibanner .swiper-wrapper img {
    width: 100%;
  }
  .ibanner .swiper-wrapper .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
  }
  .ibanner .swiper-pagination {
    bottom: 10px;
  }
  .ibanner .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin-right: 12px;
    opacity: 1;
    border-radius: 8px;
    background: #979797;
  }
  .ibanner .swiper-pagination-bullet:last-child {
    margin-right: 0;
  }
  .ibanner .swiper-pagination-bullet-active {
    background: #e62129;
  }
  .ibanner_bg {
    height: auto;
    position: relative;
    z-index: -1;
  }
  .ibanner_bg img {
    width: 100%;
  }
  .imore2 {
    display: block;
    width: 120px;
    height: 30px;
    border: 1px solid #cecece;
    color: #535353;
    text-align: center;
    line-height: 30px;
    margin: 30px  auto 45px auto;
    font-size: 12px;
  }
  .imore2::after {
    content: "";
    display: block;
    width: 0;
    height: 30px;
    background-color: #e62129;
    margin-top: -30px;
    transition: all 0.6s ease 0s;
  }
  .imore2:hover::after {
    width: 120px;
    height: 30px;
  }
  .imore2:hover {
    color: #fff;
    border: 1px solid #e62129;
  }
  .imore3 {
    display: block;
    width: 120px;
    height: 30px;
    border-bottom: 1px solid #ca0404;
    color: #ca0404;
    text-align: center;
    line-height: 30px;
    margin: 15px  auto 40px auto;
    font-size: 12px;
    position: relative;
  }
  .imore3::after {
    content: "";
    display: block;
    width: 120px;
    height: 1px;
    border-bottom: 1px solid #ca0404;
    bottom: -5px;
    left: 0;
    position: absolute;
  }
  .adlist {
    margin-top: 15px;
  }
  .adlist * {
    transition: all 0s ease 0s;
    -webkit-transition: all 0s ease 0s;
    -moz-transition: all 0s ease 0s;
  }
  .adlist .item {
    width: calc(20% - 8px);
    display: block;
    float: left;
    margin-right: 10px;
    position: relative;
    border-radius: 6px;
    overflow: hidden;
  }
  .adlist .item .pic,
  .adlist .item .pic_h {
    width: 100%;
  }
  .adlist .item .pic img,
  .adlist .item .pic_h img {
    width: 100%;
  }
  .adlist .item .pic_h {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    opacity: 0;
    width: 100%;
    height: 100%;
  }
  .adlist .item .txt {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 80%;
    height: 60%;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 4px;
    transform: translateX(-50%) translateY(-50%);
    padding-top: 5px;
    z-index: 2;
  }
  .adlist .item .txt span {
    font-size: 14px;
    color: #000000;
    text-align: center;
    display: block;
  }
  .adlist .item .txt p {
    font-size: 24px;
    color: #000;
    text-align: center;
    display: block;
    line-height: 1;
  }
  .adlist .item .txt p small {
    font-size: 12px;
    color: #000;
  }
  .adlist .item:last-child {
    margin-right: 0;
  }
  .adlist .item.swiper-slide-active .pic {
    opacity: 0;
  }
  .adlist .item.swiper-slide-active .pic_h {
    opacity: 1;
  }
  .adlist .item.swiper-slide-active .txt {
    background: #fff;
  }
  .adlist .item.swiper-slide-active .txt p {
    color: #000;
  }
  .adlist .item.swiper-slide-active .txt p small {
    color: #e62129;
  }
  .adlist .swiper-wrapper {
    padding-bottom: 20px;
  }
  .adlist .swiper-pagination {
    bottom: 0;
  }
  .adlist .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin-right: 12px;
    opacity: 1;
    border-radius: 4px;
    background: #979797;
  }
  .adlist .swiper-pagination-bullet:last-child {
    margin-right: 0;
  }
  .adlist .swiper-pagination-bullet-active {
    background: #e62129;
    width: 20px;
  }
  .adlist2 {
    margin: 15px 0 30px 0;
  }
  .adlist2 * {
    transition: all 0s ease 0s;
    -webkit-transition: all 0s ease 0s;
    -moz-transition: all 0s ease 0s;
  }
  .adlist2 .item {
    width: calc(25% - 9.5px);
    margin-right: 10px;
    display: block;
    float: left;
    border: 1px solid #cccccc;
    border-radius: 6px;
    padding: 20px 0 20px 0;
    text-align: center;
    height: auto;
  }
  .adlist2 .item p.one {
    font-size: 30px;
    color: #000;
    display: block;
    text-align: center;
    line-height: 1;
    font-family: 'ssjhzxt';
  }
  .adlist2 .item p.one:after {
    font-size: 12px;
    padding-left: 5px;
    font-family: 'ssjhzxt';
    color: #000;
  }
  .adlist2 .item span,
  .adlist2 .item p.two {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.5);
    display: block;
    text-align: center;
    line-height: 1;
    padding-top: 15px;
    border-top: 1px dashed #cccccc;
    width: 80%;
    margin: 0 auto;
    margin-top: 15px;
    height: 28px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  .adlist2 .item span i.red,
  .adlist2 .item p.two i.red {
    color: #e62129;
  }
  .adlist2 .item p.three {
    font-size: 12px;
    color: rgba(83, 83, 83, 0.8);
    line-height: 1;
  }
  .adlist2 .item small {
    display: none;
  }
  .adlist2 .item .hidebox {
    height: 0;
    overflow: hidden;
    display: none;
  }
  .adlist2 .item .show {
    height: auto;
    overflow: hidden;
  }
  .adlist2 .item:nth-child(1) p.one:after {
    content: '+';
    display: inline-block;
    vertical-align: top;
  }
  .adlist2 .item:nth-child(2) p.one:after {
    content: '起';
  }
  .adlist2 .item:nth-child(3) p.one:after {
    content: '+';
    display: inline-block;
    vertical-align: top;
  }
  .adlist2 .item:nth-child(4) p.one:after {
    content: '年';
  }
  .adlist2 .item:hover {
    padding: 20px 0 20px 0;
    height: auto;
    border: 1px solid #e62129;
  }
  .adlist2 .item:hover p.one {
    color: #000;
    font-size: 30px;
    margin-top: 0;
  }
  .adlist2 .item:hover p.one:after {
    font-size: 12px;
  }
  .adlist2 .item:hover span,
  .adlist2 .item:hover p.two {
    margin-top: 15px;
  }
  .adlist2 .item:hover span.show {
    display: block;
  }
  .adlist2 .item:hover .show {
    height: auto;
    overflow: hidden;
  }
  .adlist2 .item:last-child {
    margin-right: 0;
  }
  .iproduct {
    padding-top: 18px;
  }
  .iproduct .listbox {
    margin-top: 15px;
  }
  .iproduct .list {
    display: none;
  }
  .iproduct .list .item {
    width: calc(50% - 5px);
    position: relative;
    margin: 0 10px 15px 0 ;
  }
  .iproduct .list .item * {
    transition: all 0 ease 0s;
    -webkit-transition: all 0 ease 0s;
    -moz-transition: all 0 ease 0s;
    -o-transition: all 0 ease 0s;
  }
  .iproduct .list .item .txt {
    height: auto;
    border-radius: 0 0 5px 5px;
    overflow: hidden;
    padding: 0 0;
  }
  .iproduct .list .item .txt .name {
    height: 20px;
    padding-top: 8px;
    overflow: hidden;
  }
  .iproduct .list .item .txt .name p.title {
    font-size: 14px;
    color: #585858;
    line-height: 20px;
    display: inline-block;
  }
  .iproduct .list .item .txt .name span {
    display: none;
  }
  .iproduct .list .item .txt p.subtitle {
    color: #585858;
    font-size: 11px;
    line-height: 12px;
    padding-top: 3px;
    display: block;
    height: 12px;
    overflow: hidden;
  }
  .iproduct .list .item .pic img.lazy {
    height: auto;
  }
  .iproduct .list .item:nth-child(3n) {
    margin-right: 10px;
  }
  .iproduct .list .item:nth-child(2n) {
    margin-right: 0;
  }
  .iproduct .list .item:hover .pic img {
    transform: scale(1);
  }
  .iproduct .list .item:hover {
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.2);
  }
  .iproduct .list .item:hover .pic .picfir {
    opacity: 1;
  }
  .iproduct .list .item:hover .pic .picfir img {
    transform: scale(1);
  }
  .iproduct .list .item:hover .txt {
    background: none;
    box-shadow: 0 0 0 rgba(88, 88, 88, 0.2);
  }
  .iproduct .list .item:hover .txt .name {
    height: 20px;
  }
  .iproduct .list .item:hover .txt .name p.title {
    font-size: 14px;
    line-height: 20px;
    max-width: 100%;
  }
  .iproduct .list .item:hover .txt p.subtitle {
    color: #585858;
    height: 12px;
    transition: all 0s ease 0s;
  }
  .iproduct .list.active {
    display: block;
  }
  .menu_fonts .item {
    display: block;
    width: calc(25% - 11.25px);
    float: left;
    margin-right: 10px;
    margin-top: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .menu_fonts .item a {
    display: block;
    width: auto;
    padding: 0;
    text-align: center;
    line-height: 28px;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.7);
    font-family: 'ssjhzxt';
    position: relative;
    border: 1px solid #6f6f6f;
    border-radius: 4px;
  }
  .menu_fonts .item a small {
    font-size: 14px;
    color: rgba(111, 111, 111, 0.7);
  }
  .menu_fonts .item a:after {
    display: none;
  }
  .menu_fonts .item a.active {
    border: 1px solid #e62129;
  }
  .menu_fonts .item:nth-child(4n) {
    margin-right: 0;
  }
  .menu_fonts .item:after {
    display: none;
  }
  .menu_fonts .item:nth-child(5) a,
  .menu_fonts .item:nth-child(7) a,
  .menu_fonts .item:nth-child(9) a,
  .menu_fonts .item:nth-child(13) a {
    font-size: 18px;
  }
  .ititle {
    padding: 40px 0 20px 0;
    text-align: left;
    position: relative;
  }
  .ititle p {
    text-align: left;
    font-family: 'ssjhzxt';
  }
  .ititle .name {
    float: none;
  }
  .ititle .name .cn {
    color: #333333;
    font-size: 24px;
    line-height: 24px;
    text-align: center;
  }
  .ititle .name .en {
    line-height: 2;
    font-size: 12px;
    color: rgba(51, 51, 51, 0.5);
    text-transform: uppercase;
    text-align: center;
  }
  .ititle .more {
    float: right;
    margin-top: 30px;
  }
  .ititle .more a {
    color: #000;
    font-size: 12px;
    font-family: 'ssjhzxt';
  }
  .ititle .more a i {
    border-bottom: 1px solid #e62129;
    width: 22px;
    display: block;
    height: 0;
    transition: width 0.8s;
    height: 5px;
  }
  .ititle .more a:hover i {
    width: 100%;
  }
  .conpage .ititle .en {
    font-size: 14px;
    color: #e62129;
  }
  .conpage .ishouquan .ititle .en,
  .conpage .qiye .ititle .en,
  .conpage .fontbox .ititle .en,
  .conpage .caselist .ititle .en {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.3);
  }
  .ilogos {
    background: #fff;
  }
  .ilogos .item {
    width: calc(33.33% - 7.4px);
    border: 1px solid #dddddd;
    float: left;
    margin: 0 8px 8px 0;
    position: relative;
  }
  .ilogos .item img {
    width: 100%;
    opacity: 0;
  }
  .ilogos .item img.hover {
    opacity: 1;
    left: 0;
    top: 0;
    z-index: 1;
    position: absolute;
  }
  .ilogos .item:hover {
    background: #e62129;
    border-color: #e62129;
  }
  .ilogos .item:hover img {
    opacity: 0;
  }
  .ilogos .item:hover img.hover {
    opacity: 1;
  }
  .ilogos .item:nth-child(6n) {
    margin-right: 8px;
  }
  .ilogos .item:nth-child(3n) {
    margin-right: 0;
  }
  .clogos .ititle {
    text-align: center;
  }
  .clogos .ititle .name {
    float: none;
  }
  .clogos .ititle .name p {
    text-align: center;
  }
  .clogos .ititle .name p.en {
    color: rgba(72, 72, 72, 0.5);
  }
  .clogos .content {
    padding: 20px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
    margin-bottom: 80px;
  }
  .clogos .content p,
  .clogos .content div {
    font-size: 14px;
    line-height: 1.71;
    color: rgba(73, 73, 73, 0.6);
  }
  .clogos .content img {
    width: auto;
    max-width: 100% !important;
    height: auto !important;
  }
  .footer_mobile {
    background: #000;
    padding: 40px 15px 75px 15px;
    position: relative;
    z-index: 2;
  }
  .footer_mobile .footerlogo {
    padding-bottom: 30px;
  }
  .footer_mobile .footerlogo .text {
    color: #fff;
    font-size: 30px;
    line-height: 1;
    display: inline-block;
    padding-top: 5px;
  }
  .footer_mobile .pic {
    width: 60%;
    padding-top: 5px;
  }
  .footer_mobile .pic .item {
    display: block;
    float: left;
    margin-right: 10px;
    width: calc(50% - 5px);
  }
  .footer_mobile .pic .item .pic {
    width: 100%;
  }
  .footer_mobile .pic .item .pic img {
    width: 100%;
  }
  .footer_mobile .pic .item .text {
    font-size: 12px;
    color: #b8b8b8;
    text-align: center;
    line-height: 2;
  }
  .footer_mobile .pic .item:last-child {
    margin-right: 0;
  }
  .footer_mobile .txt {
    width: 100%;
  }
  .footer_mobile .txt p {
    color: #717171;
    font-size: 12px;
    line-height: 21px;
  }
  .footer_mobile_2 {
    background: rgba(34, 34, 34, 0.2);
    color: rgba(255, 255, 255, 0.2);
    line-height: 30px;
    text-align: center;
    font-size: 12px;
    height: 30px;
    position: relative;
    z-index: 2;
  }
  .footer_mobile_2 a {
    color: rgba(255, 255, 255, 0.2);
    line-height: 30px;
  }
  .footerbtn {
    position: fixed;
    width: 60%;
    height: 40px;
    bottom: 20px;
    left: 20%;
    background: rgba(255, 255, 255, 0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 3;
    border-radius: 20px;
  }
  .footerbtn a {
    width: calc(25% - 1px);
    border-left: 1px solid rgba(255, 255, 255, 0.3);
    float: left;
    display: block;
    text-align: center;
    font-size: 12px;
    line-height: 1;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .footerbtn a img {
    width: auto;
    height: 20px;
    display: block;
    margin: 0 auto;
  }
  .footerbtn a:first-child {
    border: 0;
  }
  .banner_con {
    height: 178px;
    background-image: url(../images/banner_con_m.jpg);
    background-position: center center;
    top: 50px;
    background-repeat: no-repeat;
    background-size: auto 100%;
  }
  .banner_con img {
    display: none;
  }
  .banner_con_bg {
    height: 228px;
  }
  .banner_con_bg img {
    width: 100%;
    height: 228px;
  }
  .menu_con {
    text-align: left;
    font-size: 0;
  }
  .menu_con a {
    display: inline-block;
    line-height: 30px;
    width: calc(25% - 13.25px);
    margin: 0 15px 15px 0;
    font-size: 12px;
    text-align: center;
    color: rgba(255, 255, 255, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 18px;
  }
  .menu_con a:nth-child(4n) {
    margin-right: 0;
  }
  .menu_con a:last-child {
    margin-right: 0;
  }
  .menu_con a:hover,
  .menu_con a.active {
    background: #ca0404;
    color: #fff;
    border: 1px solid #ca0404;
  }
  .menu_con i {
    display: none;
  }
  #conbody .menu_fonts {
    padding: 12px 0 17px 0;
  }
  .fontbox {
    padding-bottom: 25px;
  }
  .fontbox .fontlist {
    margin-top: 0;
  }
  .fontbox .fontlist .item {
    padding: 14px;
    position: relative;
    background: #fff;
    border-radius: 8px;
    margin-bottom: 0;
    transition: all 0.3s ease 0s;
    margin-top: 15px;
  }
  .fontbox .fontlist .item .head .left {
    float: none;
    font-size: 14px;
    line-height: 1;
    color: rgba(0, 0, 0, 0.7);
    padding: 9px 0;
  }
  .fontbox .fontlist .item .head .left span {
    font-size: 12px;
    color: #9fb0bd;
    background: #e8ecef;
    line-height: 20px;
    display: inline-block;
    padding: 0 12px;
    border-radius: 20px;
    margin-left: 5px;
  }
  .fontbox .fontlist .item .head .left span:hover {
    background: #9fb0bd;
    color: #fff;
  }
  .fontbox .fontlist .item .font {
    margin-top: 0;
    width: 100%;
  }
  .fontbox .fontlist .item .font a {
    font-size: 40px;
    color: #484848;
    line-height: 1.05;
  }
  .fontbox .fontlist .item .checkbox {
    display: none;
  }
  .fontbox .fontlist .item .checkbox input {
    display: none;
  }
  .fontbox .fontlist .item .checkbox i {
    font-size: 22px;
  }
  .fontbox .fontlist .item .checkbox i.iconicon-checkbox {
    color: #e62129;
  }
  .fontbox .fontlist .item:hover {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  }
  .fontbox .fontlist .item:hover .head a {
    opacity: 1;
  }
  #pages {
    padding: 25px 0 0 0;
    text-align: center;
    font-size: 0;
  }
  #pages li {
    display: inline-block;
    margin: 0 2px;
  }
  #pages a,
  #pages span {
    display: inline-block;
    line-height: 30px;
    min-width: 10px;
    margin: 0 2px;
    padding: 0 10px;
    font-size: 12px;
    color: #919191;
  }
  #pages a {
    background: #fff;
    color: #919191;
    border: 1px solid #fff;
    border-radius: 8px;
  }
  #pages li.active span,
  #pages a:hover {
    background: #e62129;
    color: #fff;
    border: 1px solid #e62129;
    border-radius: 4px;
  }
  #pages .disabled {
    display: none;
  }
  #pages span.pageindex,
  #pages span.all {
    display: none;
  }
  .cfontbox {
    width: 100%;
    margin: 0 auto;
    margin-top: 25px;
  }
  .cfontbox .left {
    width: 100%;
    float: none;
    padding: 0;
    background: none;
  }
  .cfontbox .left .fontshowbox {
    background: #fff;
    padding: 40px 20px 0 20px;
    font-size: 50px;
    min-height: 310px;
    border-radius: 4px;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    color: #000;
  }
  .cfontbox .left .title {
    float: none;
    height: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 10px;
  }
  .cfontbox .left .title .title_text {
    float: left;
    font-size: 12px;
    line-height: 20px;
    color: rgba(0, 0, 0, 0.6);
  }
  .cfontbox .left .title .mobile {
    float: left;
    height: 20px;
  }
  .cfontbox .left .title .mobile span {
    display: inline-block;
    line-height: 20px;
    color: #a3b4c0;
    background: #e8ecef;
    border-radius: 20px;
    padding: 0 10px;
    margin-left: 5px;
    font-size: 12px;
    vertical-align: top;
  }
  .cfontbox .left .toolbar {
    background: none;
    padding: 0;
    border-radius: 0;
  }
  .cfontbox .left .toolbar .toolbar_box1 {
    border-radius: 4px;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    background: #fff;
    padding: 0;
  }
  .cfontbox .left .toolbar .toolbar_box1 .fontshowbox {
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.2);
    padding: 10px;
    min-height: 80px;
    font-size: 40px;
  }
  .cfontbox .left .toolbar .preview-box {
    margin-left: 0;
    margin-top: 8px;
    float: none;
    margin-right: 0;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    width: 100%;
    overflow: hidden;
    border-radius: 4px;
  }
  .cfontbox .left .toolbar .preview-box .fontSize {
    margin-right: 0;
    padding-right: 0;
  }
  .cfontbox .left .toolbar .preview-box .letters-input {
    width: calc(100% - 60px);
    background: #fff;
    float: left;
    border-radius: 4px 0 0 4px;
  }
  .cfontbox .left .toolbar .preview-box .letters-input input {
    background: #fff;
    border-radius: 4px 0 0 4px;
  }
  .cfontbox .left .toolbar .preview-box a.btn_yes {
    background: #e62129;
    color: #fff;
    font-size: 14px;
    line-height: 32px;
    float: left;
    margin: 0 0 0 0;
    display: block;
    width: 60px;
    text-align: center;
    border-radius: 0 4px 4px 0;
  }
  .cfontbox .left .toolbar .preview-box a.btn_yes:hover {
    background: #e62129;
    color: #fff;
  }
  .cfontbox .left .content {
    margin-top: 8px;
    border-radius: 4px;
    overflow: hidden;
    padding: 0;
    background: #fff;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  }
  .cfontbox .left .content p,
  .cfontbox .left .content div {
    font-size: 14px;
    line-height: 1.71;
    color: #000;
  }
  .cfontbox .left .content img {
    width: auto;
    max-width: 100% !important;
    height: auto !important;
  }
  .header_3 {
    height: auto;
    background: #fff;
    padding: 24px 0;
    border-bottom: 1px solid #e9e9e9;
  }
  .header_3 .title p {
    text-align: center;
    color: #535353;
  }
  .header_3 .title p.cn {
    font-size: 24px;
    line-height: 1;
  }
  .header_3 .title p.en {
    font-size: 12px;
    line-height: 1.5;
    color: rgba(83, 83, 83, 0.5);
    margin-top: 8px;
    padding: 0 15px;
  }
  .header_3 .menu {
    margin-top: 15px;
    font-size: 0;
    text-align: center;
  }
  .header_3 .menu a {
    font-size: 14px;
    color: #535353;
    line-height: 36px;
    width: 100px;
    text-align: center;
    display: inline-block;
    margin-right: 20px;
    border-radius: 3px;
    background: #edeeee;
  }
  .header_3 .menu a:last-child {
    margin-right: 0;
  }
  .header_3 .menu a.active {
    background: #e62129;
    color: #fff;
  }
  .qiye {
    padding-bottom: 40px;
  }
  .qiye .item {
    display: block;
    position: relative;
    width: 100%;
    float: none;
    margin-top: 15px;
    background: #fff;
    border-radius: 4px;
    padding-bottom: 30px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
    margin-right: 0;
    transition: all 0s ease 0s;
    -webkit-transition: all 0s ease 0s;
    -moz-transition: all 0s ease 0s;
  }
  .qiye .item * {
    transition: all 0s ease 0s;
    -webkit-transition: all 0s ease 0s;
    -moz-transition: all 0s ease 0s;
  }
  .qiye .item .title {
    font-size: 14px;
    line-height: 23px;
    padding: 10px 15px;
    color: #000;
  }
  .qiye .item .title span {
    font-size: 12px;
    line-height: 23px;
    color: #000;
  }
  .qiye .item .keywords {
    padding: 5px 15px 0 15px;
  }
  .qiye .item .keywords span {
    font-size: 12px;
    color: #9fb0bd;
    background: #e8ecef;
    line-height: 20px;
    display: inline-block;
    padding: 0 12px;
    border-radius: 20px;
    margin-right: 5px;
    margin-top: 5px;
  }
  .qiye .item .keywords span:hover {
    background: #9fb0bd;
    color: #fff;
  }
  .qiye .item .desc {
    line-height: 25px;
    font-family: 14px;
    padding: 18px 15px 0 15px;
    color: #494949;
  }
  .qiye .item .pic {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
  }
  .qiye .item .pic img.lazy {
    width: 100%;
    display: block;
  }
  .qiye .item .pic .piclog {
    position: absolute;
    opacity: 1;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .qiye .item .pic .piclog p {
    font-size: 16px;
    line-height: 1;
    position: absolute;
    display: block;
    width: auto;
    top: 80px;
    color: #fff;
    left: 50px;
  }
  .qiye .item .pics {
    padding: 15px;
  }
  .qiye .item .pics img {
    display: block;
    border-radius: 10px;
    margin-top: 10px;
    width: 100%;
  }
  .qiye .item .pics img:first-child {
    margin-top: 0;
  }
  .qiye .item .more {
    display: block;
    width: 150px;
    height: 40px;
    border: 1px solid #d2d2d2;
    color: #494949;
    text-align: center;
    line-height: 40px;
    margin: 0 auto;
    margin-top: 30px;
    font-size: 14px;
    border-radius: 8px;
    overflow: hidden;
  }
  .qiye .item .more::after {
    content: "";
    display: block;
    width: 0;
    height: 40px;
    background-color: #ca0404;
    margin-top: -40px;
    transition: all 0.6s ease 0s;
  }
  .qiye .item .more:hover::after {
    width: 150px;
    height: 40px;
    border-radius: 8px;
  }
  .qiye .item .more:hover {
    color: #fff;
    border: 1px solid #ca0404;
  }
  .qiye .item:hover {
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
  }
  .qiye .item:hover .picfir {
    opacity: 0;
  }
  .qiye .item:hover .picfir img {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
  }
  .qiye .item:hover .piclog {
    opacity: 1;
  }
  .caselist {
    padding-bottom: 35px;
  }
  .caselist .list {
    margin-top: 15px;
  }
  .caselist .item {
    width: calc(50% - 5px);
    float: left;
    position: relative;
    margin: 0 10px 15px 0;
    border-radius: 4px;
  }
  .caselist .item * {
    transition: all 0s ease 0s;
    -webkit-transition: all 0s ease 0s;
    -moz-transition: all 0s ease 0s;
    -o-transition: all 0s ease 0s;
  }
  .caselist .item .pic {
    overflow: hidden;
    position: relative;
    border-radius: 5px;
  }
  .caselist .item .pic img.lazy {
    width: 100%;
    display: block;
  }
  .caselist .item .pic .picfir {
    background: #616161;
  }
  .caselist .item .pic .picfir .lazy {
    background: none;
  }
  .caselist .item .pic .piclog {
    position: absolute;
    opacity: 0;
    z-index: 1;
    left: 0;
    top: 0;
    padding: 60px 0 0 20px;
  }
  .caselist .item .pic .piclog p {
    line-height: 1;
    color: #fff;
  }
  .caselist .item .pic .piclog p.cn {
    font-size: 24px;
  }
  .caselist .item .pic .piclog p.time {
    font-size: 16px;
    padding-top: 10px;
  }
  .caselist .item .txt {
    height: auto;
    border-radius: 0 0 5px 5px;
    overflow: hidden;
    padding: 0 0 8px 0;
  }
  .caselist .item .txt .name {
    height: 20px;
    padding-top: 8px;
    overflow: hidden;
  }
  .caselist .item .txt .name p.title {
    font-size: 14px;
    color: #585858;
    line-height: 20px;
    display: inline-block;
  }
  .caselist .item .txt p.subtitle {
    color: #585858;
    font-size: 11px;
    line-height: 12px;
    padding-top: 3px;
    display: block;
    height: 12px;
    overflow: hidden;
  }
  .caselist .item .checkbox {
    display: none !important;
  }
  .caselist .item:nth-child(3n) {
    margin-right: 10px;
  }
  .caselist .item:nth-child(2n) {
    margin-right: 0;
  }
  .caselist .item:hover {
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.2);
  }
  .caselist .item:hover .pic .picfir {
    background: #616161;
  }
  .caselist .item:hover .pic .piclog {
    opacity: 0;
  }
  .caselist .item:hover .txt {
    background: none;
    box-shadow: 0 0 0 rgba(88, 88, 88, 0.2);
  }
  .caselist .item:hover .txt .name {
    height: 20px;
    padding-top: 8px;
    overflow: hidden;
  }
  .caselist .item:hover .txt .name p.title {
    font-size: 14px;
    color: #585858;
    line-height: 20px;
    display: inline-block;
  }
  .caselist .item:hover .txt p.subtitle {
    color: #585858;
    height: auto;
    transition: all 0.1s ease 0s;
  }
  .conbox {
    padding-top: 25px;
    padding-bottom: 35px;
  }
  .conbox .left {
    width: auto;
    float: none;
    padding: 25px 15px 15px 15px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
  }
  .conbox .left .title {
    font-size: 30px;
    color: #e62129;
    line-height: 1;
  }
  .conbox .left .path {
    line-height: 70px;
    color: #8d8d8d;
    font-size: 14px;
  }
  .conbox .left .content {
    padding-top: 40px;
  }
  .conbox .left .content p,
  .conbox .left .content div {
    font-size: 14px;
    line-height: 1.71;
    color: rgba(73, 73, 73, 0.6);
  }
  .conbox .left .content img {
    width: auto;
    max-width: 100% !important;
    height: auto !important;
  }
  .conbox .right {
    display: none;
  }
  .newslist {
    padding: 0 0 40px 0;
  }
  .newslist .list {
    padding-top: 15px;
  }
  .newslist .item {
    width: 100%;
    float: none;
    position: relative;
    margin: 0;
    border-radius: 5px;
  }
  .newslist .item * {
    transition: all 0s ease 0s;
    -webkit-transition: all 0s ease 0s;
    -moz-transition: all 0s ease 0s;
    -o-transition: all 0s ease 0s;
  }
  .newslist .item .pic {
    overflow: hidden;
    position: relative;
    border-radius: 5px;
  }
  .newslist .item .pic img.lazy {
    width: 100%;
    display: block;
  }
  .newslist .item .txt {
    height: 142px;
    border-radius: 0 0 5px 5px;
    overflow: hidden;
    padding: 0 20px;
    background: #fff;
  }
  .newslist .item .txt .title {
    font-size: 16px;
    line-height: 1;
    padding: 15px 0;
    color: #000;
  }
  .newslist .item .txt .desc,
  .newslist .item .txt .time {
    font-size: 12px;
    line-height: 2;
    color: rgba(0, 0, 0, 0.5);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  .newslist .item .txt .time {
    text-align: right;
    padding-top: 10px;
  }
  .newslist .item:nth-child(3n) {
    margin-right: 0;
  }
  .newslist .item:hover {
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.2);
  }
  .newslist .item:hover .pic img {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
  }
  .newslist .item:hover .txt {
    box-shadow: 0 0 0 rgba(88, 88, 88, 0.2);
  }
  .vip_title {
    text-align: center;
    margin-top: 30px;
  }
  .vip_title p.cn {
    font-size: 24px;
    color: #484848;
    line-height: 1;
  }
  .vip_title p.en {
    font-size: 12px;
    color: rgba(73, 73, 73, 0.5);
    line-height: 1;
    padding-top: 8px;
  }
  .vipbox {
    width: 100%;
    padding: 15px;
    margin: 0 auto;
    background: none;
    border-radius: 4px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
  }
  .vipbox .header ul {
    display: inline-block;
    font-size: 0;
  }
  .vipbox .header ul li {
    display: inline-block;
    background: url(../images/icon_vip_no.png);
    width: 148px;
    height: 33px;
    line-height: 33px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    position: relative;
    cursor: pointer;
  }
  .vipbox .header ul li.active {
    background: url(../images/icon_vip_active.png);
    z-index: 3;
  }
  .vipbox .header ul li:nth-child(2) {
    margin-left: -20px;
    z-index: 1;
  }
  .vipbox .header small {
    font-size: 14px;
    padding-left: 10px;
    color: #535353;
    font-weight: bold;
  }
  .vipbox .header a {
    color: #42b8f1;
    font-size: 14px;
    font-weight: bold;
  }
  .vipbox .box {
    padding: 60px 0 90px 0;
    text-align: center;
    border: 1px solid #cdcdcd;
    border-radius: 0 5px 5px 5px;
    height: 355px;
    position: relative;
  }
  .vipbox .box .choose_money {
    font-size: 0;
  }
  .vipbox .box .choose_money span {
    font-size: 18px;
    color: #454545;
  }
  .vipbox .box .choose_money a {
    line-height: 50px;
    display: inline-block;
    padding: 0 20px;
    border: 1px solid #cccccc;
    color: #cccccc;
    position: relative;
    margin-right: 20px;
    border-radius: 3px;
    font-size: 18px;
  }
  .vipbox .box .choose_money a i {
    position: absolute;
    right: -1px;
    top: -1px;
    width: 18px;
    height: 18px;
    font-size: 18px;
    line-height: 1;
    text-align: center;
    color: #cccccc;
    border-radius: 0 5px 0 0;
  }
  .vipbox .box .choose_money a.active {
    border: 1px solid #42b8f1;
    color: #42b8f1;
  }
  .vipbox .box .choose_money a.active i {
    color: #42b8f1;
  }
  .vipbox .box .choose_money a:last-child {
    margin-right: 0;
  }
  .vipbox .box .choose_year {
    font-size: 0;
    margin-top: 50px;
  }
  .vipbox .box .choose_year .item {
    display: inline-block;
    width: 274px;
    border: 1px solid #cccccc;
    color: #cccccc;
    border-radius: 5px;
    text-align: center;
    position: relative;
    margin-right: 40px;
    padding-top: 20px;
    height: 210px;
    cursor: pointer;
  }
  .vipbox .box .choose_year .item .name {
    font-size: 18px;
    color: #535353;
    font-weight: bold;
  }
  .vipbox .box .choose_year .item .price {
    padding-top: 50px;
  }
  .vipbox .box .choose_year .item .price .new {
    font-size: 42px;
    font-weight: bold;
    color: #535353;
  }
  .vipbox .box .choose_year .item .price .old {
    color: #8d8d8d;
    font-size: 12px;
    text-decoration: line-through;
  }
  .vipbox .box .choose_year .item .mark {
    font-size: 12px;
    color: #8d8d8d;
    margin-top: 40px;
  }
  .vipbox .box .choose_year .item i {
    position: absolute;
    right: -2px;
    top: -2px;
    width: 36px;
    height: 36px;
    font-size: 36px;
    line-height: 1;
    text-align: center;
    color: #cccccc;
    border-radius: 0 10px 0 0;
  }
  .vipbox .box .choose_year .item.active {
    border: 1px solid #42b8f1;
    color: #42b8f1;
  }
  .vipbox .box .choose_year .item.active i {
    color: #42b8f1;
  }
  .vipbox .box .choose_year .item.active .price .new span {
    color: #e62129;
  }
  .vipbox .box .choose_year .item:last-child {
    margin-right: 0;
  }
  .vipbox .box .time {
    position: absolute;
    width: 350px;
    height: 33px;
    left: 50%;
    margin-left: -175px;
    bottom: 0;
    margin-bottom: -17px;
    border: 1px dotted #cccccc;
    background: #fff;
    border-radius: 5px;
    line-height: 33px;
    font-size: 14px;
    color: #535353;
  }
  .vipbox .box .time span {
    font-size: 24px;
    color: #e62129;
  }
  .vipbox .box .time span:after {
    color: #535353;
    font-size: 14px;
  }
  .vipbox .box .time span#day:after {
    content: '天';
  }
  .vipbox .box .time span#hours:after {
    content: '小时';
  }
  .vipbox .box .time span#minutes:after {
    content: '分';
  }
  .vipbox .box .time span#seconds:after {
    content: '秒';
  }
  .vipbox .nologin_total {
    height: 40px;
    padding: 50px 0;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    color: #737373;
  }
  .vipbox .nologin_total a {
    color: #42b8f1;
    text-decoration: underline ;
  }
  .vipbox .nologin_total .old {
    text-decoration: line-through;
  }
  .vipbox .nologin_total i {
    font-size: 20px;
    margin-right: 5px;
  }
  .vipbox .login_total {
    height: 50px;
    line-height: 50px;
    color: #fff;
    background: #00a2ea;
    border-radius: 5px;
    margin-top: 40px;
    text-align: center;
  }
  .vipbox .login_total .nowprice {
    font-size: 20px;
  }
  .vipbox .login_total .old {
    text-decoration: line-through;
  }
  .vipbox .paytype {
    font-size: 0;
    text-align: center;
    padding: 50px 0;
  }
  .vipbox .paytype .item {
    width: 200px;
    height: 200px;
    display: inline-block;
    margin-right: 196px;
    cursor: pointer;
  }
  .vipbox .paytype .item i {
    width: 198px;
    height: 198px;
    font-size: 130px;
    line-height: 198px;
    color: #50b326;
    border: 1px solid #50b326;
    display: inline-block;
    border-radius: 10px ;
    text-align: center;
  }
  .vipbox .paytype .item span {
    display: block;
    margin-top: 10px;
    background: #50b326;
    color: #fff;
    text-align: center;
    font-size: 18px;
    line-height: 40px;
    border-radius: 5px;
  }
  .vipbox .paytype .item:hover i {
    color: #2a8d00;
    border-color: #2a8d00;
  }
  .vipbox .paytype .item:hover span {
    background: #2a8d00;
  }
  .vipbox .paytype .item_alipay i {
    color: #42b8f1;
    border-color: #42b8f1;
  }
  .vipbox .paytype .item_alipay span {
    background: #42b8f1;
  }
  .vipbox .paytype .item_alipay:hover i {
    color: #0071a7;
    border-color: #0071a7;
  }
  .vipbox .paytype .item_alipay:hover span {
    background: #0071a7;
  }
  .vipbox .paytype .item:last-child {
    margin-right: 0;
  }
  .vipbox table.table2 {
    margin-top: 30px;
  }
  .vipbox table.table2 th {
    background: #e9e9e9 !important;
    color: #535353;
    height: 35px;
    line-height: 1.2;
    text-align: center;
    font-size: 12px;
  }
  .vipbox table.table2 tr {
    border-bottom: 1px solid #e5e5e5;
  }
  .vipbox table.table2 tr td {
    color: rgba(73, 73, 73, 0.5);
    text-align: center;
    font-size: 14px;
    line-height: 24px;
    padding: 20px 0;
    vertical-align: top;
  }
  .vipbox table.table2 tr td .big {
    font-size: 14px;
    line-height: 1;
  }
  .vipbox table.table2 tr td .small {
    font-size: 12px;
    display: block;
    line-height: 1;
  }
  .vipbox table.table2 tr td:first-child,
  .vipbox table.table2 tr th:first-child {
    text-align: left;
    padding-left: 10px;
  }
  .vipbox table.table2 tr td:nth-child(2),
  .vipbox table.table2 tr th:nth-child(2),
  .vipbox table.table2 tr td:nth-child(3),
  .vipbox table.table2 tr th:nth-child(3) {
    text-align: left;
    padding-left: 10px;
  }
  .vipbox table.table2 tr td:nth-child(2),
  .vipbox table.table2 tr th:nth-child(2) {
    width: auto;
  }
  .vipbox table.table2 tr td:nth-child(1) {
    position: relative;
    padding-left: 10px;
  }
  .vipbox table.table2 td i.yes {
    color: #6ad323;
  }
  .vipbox table.table2 td i.no {
    color: #e62129;
  }
  .vipbox table.table2 tr {
    background: #fff;
  }
  .vipbox table.table2 tr:last-child {
    border-bottom: 0 solid #e5e5e5;
  }
  .vipbox table.table2 tr:hover {
    border-bottom: 1px solid #c3c1c1;
    border-top: 1px solid #c3c1c1;
  }
  .vipbox table.table2 tr:hover td {
    color: rgba(73, 73, 73, 0.5);
  }
  .vipbox table.table2 tr:hover td i.yes {
    color: #6ad323;
  }
  .vipbox table.table2 tr:hover td i.no {
    color: #e62129;
  }
  .vipbox table.table2 tr:hover td:nth-child(1):before {
    display: none;
  }
  .vipbox_s {
    padding: 0;
    width: calc(100% - 30px);
    padding-bottom: 20px;
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 375px) {
  .footer_mobile .footerlogo .text {
    font-size: 26px;
  }
}
@media only screen and (max-width: 320px) {
  .footer_mobile .footerlogo .text {
    font-size: 20px;
  }
}
