﻿/*================基本样式重置================*/
* {
  -webkit-tap-highlight-color: rgba(255,255,255,0);
}
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,p,img,span,i,a,em,strong,b,input,textarea,select,button { margin:0; padding:0; }
i,em { font-weight:normal; font-style:normal; }
b{font-weight: normal;}
a,i,em,span,b,img{display: block;}
body {overflow-x: hidden;  font-family:"Microsoft Yahei" ; }
li { list-style:none; }
a,img,input { border:0 none; }
a { text-decoration:none; outline:none; }
a:hover { text-decoration:none; }
a:focus,input:focus { outline:0 none;}
input::-webkit-search-cancel-button{display: none;}/*清除谷歌浏览器下的 search 叉号*/
input::-ms-clear{display: none;}/*清除IE下的 search 叉号*/
input{display: block; background: none;}

input[type=file]::-webkit-file-upload-button {
  width: 0;
  padding: 0;
  margin: 0;
  -webkit-appearance: none;
  border: none;
}
button{display: block; border: none; cursor: pointer;background: none;}
textarea { border: none;resize: none;outline:none;font-family:"Microsoft Yahei"; } /*去掉火狐和谷歌浏览器的Textarea改变尺寸大小功能*/

/*html5*/
article,aside,dialog,footer,header,section,footer,nav,figure,menu{display:block}

/* 去除点击选项卡时出现的蓝色边框 */
.swiper-pagination .swiper-pagination-bullet:focus, .swiper-button-next, .swiper-button-prev {
  outline: none;
}
/* 去除点击选项卡时出现的蓝色背景 */
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: auto;
}
.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after, .swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
  content: " ";
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  pointer-events:auto;
}
.wow {
  visibility: hidden;
}
[v-cloak] {
  display: none;
}
/*========定义基础样式========*/
.hide { display:none;}
.fl { float:left;}
.fr { float:right;}
.clearfix:after { content:" "; display:block; clear:both; height:0; }
.clearfix { zoom:1; }

/*a标签鼠标hover高亮显示状态（可选用）*/
a .opacity { filter:alpha(opacity=100); opacity:1; -moz-opacity:1; } 
a:hover .opacity { filter:alpha(opacity=80); opacity:0.8; -moz-opacity:0.8; }

.over{overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.text_over2 {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.text_over3 {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}


/*主体宽度样式（可选用）如有新宽度，命名规则以小写w开头，后接具体宽度数据，例：*/
.w1400 {
  width: 72.91%;
  min-width: 66.66667rem;
  max-width: 106.66667rem;
  margin: 0 auto;
}
.w1600 {
  width: 83.3%;
  min-width: 66.66667rem;
  max-width: 106.66667rem;
  margin: 0 auto;
}
.w1800 {
  width: 93.75%;
  min-width: 66.66667rem;
  max-width: 106.66667rem;
  margin: 0 auto;
}

body {
  font-size: 1rem;
  color: #333;
}

.content {
  margin: 0 auto;
  min-height: 27.77778rem;
}

/*锚点定位*/
.anchorF {
  position: relative;
}

.anchor {
  position: absolute;
  left: 0;
  top: -5.55556rem;
  width: 100%;
  height: 0.05556rem;
  z-index: -1;
  opacity: 0;
}

@font-face {
    font-family: "alimamashuheiti-bold";
    src: url("../font/ALIMAMASHUHEITI-BOLD.TTF");
}
@font-face {
    font-family: "poppins";
    src: url("../font/Poppins-Medium.ttf");
}
@font-face {
    font-family: "DIN";
    src: url("../font/DIN-Bold.otf");
}


.mobileShow {
  display: none;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  transition: all 0.5s;
  background: rgba(255,255,255,0.8);
}
.header .w1600 {
  position: relative;
  z-index: 3;
}

.header .logo {
  float: left;
  display: flex;
  align-items: center;
  height: 5.55556rem;
}
.header .logo img {
  height: 2.88889rem;
}

.header .logo .img1 {
  display: none;
}

.header .nav {
  float: right;
  display: flex;

}
.header .nav .one {
  position: relative;
  margin:0 1.5vw;

}
.header .nav .one .one_a {
  position: relative;
  line-height: 5.55556rem;
  font-size: 1rem;
  color: #333;

}
.header .nav .one .one_a::after {
  transition: all 0.5s;
  position: absolute;
  left: 50%;
  bottom: 0.88889rem;
  transform: translateX(-50%) scale(0);
  width:0.38889rem;
  height: 0.38889rem;
  border-radius: 100%;
  background: #dab866;
  content: "";
}
.header .nav .one .pos {
  display: flex;
  position: absolute;
  top: 5.55556rem;
  left: 50%;
  transform: translateX(-50%);
  width:auto;
  max-height: 0;
  opacity: 0.7;
  overflow: hidden;
}
.header .nav .one .pos a {
  text-align: center;
  color: #333;
  white-space: nowrap;
  padding: 0 1.5vw;
  line-height: 3.88889rem;
  font-size: 0.88889rem;
}
.header .nav .one .pos a:hover, .header .nav .one .pos a.cur {
  color: #dab866;
}

.header .nav .one:last-child .pos {
  left: auto;
  transform: translateX(0);
  right: 0;
}
.header .nav .one:last-child .pos a {
  padding:0 0 0 3vw
}
.header .nav .one.cur .one_a::after, .header .nav .one.on .one_a::after, .header .nav .one:hover .one_a::after {
  transition: all 0.5s;
  transform: translateX(-50%) scale(1);
}
.header .nav .one:hover .pos {
  transition: all 0.5s;
  opacity: 1;
  max-height: 3.88889rem;
}
.header .icon {
  position: relative;
  float: right;
  margin-left:2vw;
  margin-top: 1.38889rem;
  height: 2.77778rem;
  overflow: hidden;
}
.header .icon:hover div {
  transition: all 0.5s;
  top: -100%;
}
.header .icon div {
  transition: all 0.5s;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 200%;
}
.header .icon div i {
  width: 100%;
  height: 50%;

}
.header .search_icon {
  width: 1.27778rem;
}
.header .search_icon i {
  background:url(../images/icon/i1s.png) center no-repeat;
  background-size:100% auto;
}
.header .subsidiary_icon {
  display: none;
  width: 1.5rem;
}
.header .subsidiary_icon i {
  background:url(../images/icon/i2s.png) center no-repeat;
  background-size:100% auto;
}
.header .language_icon {
  width: 1.27778rem;
}
.header .language_icon i {
  background:url(../images/icon/i3s.png) center no-repeat;
  background-size:100% auto;
}

.header .header_bac {
  position: absolute;
  top: 5.55556rem;
  left: 0;
  width: 100%;
  height: 0;
  background: rgba(0, 0, 0, 0.4);
  overflow: hidden;

}
.header .header_bac div {
  transition: all 0.5s;
  width: 100%;
  height: 0;
  background: #fff;
}
.header .header_bac.cur {
  height:calc(100vh - 5.55556rem);
}
.header .header_bac.cur div {
  transition: all 0.5s;
  height: 3.88889rem;
}
.footer {
  background: #f8f8f8;
  background-size: cover;
  padding-top: 3.88889rem;
  overflow: hidden;
}
.footer .footInfo {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding-bottom: 2.77778rem;
  margin-top: 3.88889rem;
}
.footer .footerTopBox {
  display: flex;
  justify-content: space-between;
}
.footer .footerTopBox .footerLogo {
  width: 27.22222rem;
}
.footer .footerTopBox .footerLogo img {
  width: 100%;
}
.footer .footerTopBox .friendshipLink {
  display: flex;
  align-items: center;
  height: 2.77778rem;
  cursor: pointer;
  position: relative;
  width: 17.77778rem;
  padding: 0 2.22222rem;
  box-sizing: border-box;
  border: 0.05556rem solid #e1e1e1;
  z-index: 1;
  border-radius: 2.77778rem;
}

.footer .footerTopBox .friendshipLinkDefault {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer .footerTopBox .friendshipLinkCont {
  display: flex;
  align-items: center;
}
.footer .footerTopBox .friendshipLinkArrow {
  width: 0.83333rem;
}
.footer .footerTopBox .friendshipLinkArrow img {
  width: 100%;
}

.footer .footerTopBox .friendshipLinkText {
  font-size: 0.88889rem;
  color: #999;
}

.footer .footerTopBox .friendshipLinkIcon {
  width: 1.05556rem;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.footer .footerTopBox .friendshipLinkIcon img {
  width: 1rem;
}

.footer .footerTopBox .friendshipLink .pos {
  position: absolute;
  top: calc(100% + 0.05556rem);
  left: -0.05556rem;
  background: #fff;
  background-size: cover;
  width: calc(100% + 0.11111rem);
  padding: 0.55556rem 1.11111rem;
  box-sizing: border-box;
  z-index: 1;
  max-height: 14.44444rem;
  overflow-y: auto;
  border: 0.05556rem solid #ededed;
  display: none;
}

.footer .footerTopBox .friendshipLink .pos .posList {
  color: #666;
  text-align: center;
  font-size: 0.88889rem;
  position: relative;
  padding: 0.55556rem 0;
}



.footer .footerTopBox .friendshipLink .pos .posList:hover {
  color: #dab866;
}

.footer .footerTopBox .friendshipLink .pos::-webkit-scrollbar {
  width: 0.22222rem;
  height: 0.11111rem;
}

.footer .footerTopBox .friendshipLink .pos::-webkit-scrollbar-thumb {
  border-radius: 0.33333rem;
  background-color: #dab866;
}

.footer .footerTopBox .friendshipLink .pos::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 0.22222rem rgba(0, 0, 0, 0);
  background: #f7f7f7;
}

.footer .footerBotBox {
  display: flex;
  justify-content: space-between;
  position: relative;
}

.footer .footInfoLeft {
  width: 61%;

}
.footer .footInfoRight {
  flex: 1;
  padding-right:5.5%;
  box-sizing: border-box;
}
.footer .footListTitle {
  font-size: 1.11111rem;
}
.footer .subscribe {
  font-size: 0.77778rem;
  color: #ededed;
}
.footer .footListBox a {
  margin-top: 1.11111rem;
  color: #666666;
  font-size: 0.88889rem;
}
.footer .footListBox a:hover {
  color: #dab866;
}
.footer .keepRecord {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  min-height: 3.88889rem;
  font-size: 0.88889rem;
  border-top: 0.05556rem solid #d3d3d3;
  padding: 0.55556rem 0;
}
.footer .footInfoRightBox {
  display: flex;
  align-items: center;
  margin-top: 4.44444rem;
}
.footer .footInfoRightBox .icon {
  margin-right: 0.83333rem;
  cursor: pointer;
}
.footer .footInfoRightBox .icon p {
  margin-top: 0.66667rem;
  font-size: 0.88889rem;
  color: #999;
  text-align: center;
}

.footer .footInfoRightBox .icon:hover .footerIcon {
  opacity: 1;
  box-shadow: 0 0 0.88889rem rgba(0, 0, 0, 0.08);
}
.footer .footInfoRightBox .icon:hover .footerIcon-1 {
  background-image: url(../images/icon/icon_55s.png);
}
.footer .footInfoRightBox .icon:hover .footerIcon-2 {
  background-image: url(../images/icon/icon_56s.png);
}
.footer .footInfoRightBox .icon:hover .footerIcon-3 {
  background-image: url(../images/icon/icon_57s.png);
}
.footer .footInfoRightBox .icon:hover .footerIcon-4 {
  background-image: url(../images/icon/icon_58s.png);
}

.footer .footInfoRightBox .icon:hover .footerIcon .pos {
  height: 10rem;
}
.footer .footInfoRightBox .icon:hover .footerIcon-1 .pos {
  height: 10.94444rem;
}
.footer .footerIcon {
  transition: all 0.5s;
  width: 3.66667rem;
  height: 3.66667rem;
  position: relative;
  cursor: pointer;
  border-radius: 50%;
}
.footer .footerIcon .pos {
  position: absolute;
  bottom: 3.66667rem;
  width: 8.88889rem;
  height: 0;
  left: 50%;
  transform: translateX(-50%);
  overflow: hidden;
  transition: all 0.7s;
}
.footer .footerIcon .pos img {
  width: 100%;
}
.footer .footerIcon-1 {
  background: url(../images/icon/icon_55s.png) center no-repeat;
  background-size: cover;
}
.footer .footerIcon-1 .pos {
  width: 16.55556rem;
  bottom: 3.88889rem;
}

.footer .footerIcon-2 {
  background: url(../images/icon/icon_56s.png) center no-repeat;
  background-size: cover;
}
.footer .footerIcon-3 {
  background: url(../images/icon/icon_57s.png) center no-repeat;
  background-size: cover;
}

.footer .footerIcon-4 {
  background: url(../images/icon/icon_58s.png) center no-repeat;
  background-size: cover;
}



.footer .keepRecordLink {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 1.33333rem;
  margin-top: 4.44444rem;
  border-top: 0.05556rem solid #383838;
  font-size: 0.66667rem;
}

.footer .keepRecordLeft {
  display: flex;
  align-items: center;
  color: #999;
}

.footer .keepRecordLeft a {
  color: #999;
}

.footer .statement {
  display: flex;
  align-items: center;
}

.footer .statement a {
  color: #999;
  margin-left: 1.11111rem;
}

.footer .statement a:hover {
  color: #dab866;
}

.footer .statement a:first-child {
  margin-left: 0;
}

.footer .stateImg {
  margin-left: 0.83333rem;
}

.footer .keepRecord01 {
  margin-left: 1rem;
}

.footer .keepRecord02 {
  margin-left: 1rem;
}
.footer .communi {
  margin-top: 2.22222rem;
}
.footer .communi:first-child {
  margin-top: 0;
}
.footer .communi .communiName {
  font-size: 0.88889rem;
}
.footer .communi .communiInfo {
  margin-top: 1.11111rem;
}
.footer .communi .communiNum {
  display: flex;
  align-items: baseline;
  font-size: 2rem;
  font-weight: bold;
  font-family: "DIN";
}

@media screen and (max-width: 92.77778rem) {
.header .nav .one {
  margin:0 1.5vw;
}
.header .icon {
  margin-left:1.5vw;
}
}
@media screen and (max-width: 80.55556rem) {
.header .lie {
  margin: 0;
}
.header .nav .one {
  margin:0 1.2vw;
}
.header .icon {
  margin-left:1.2vw;
}
}


.header_fixed, .headerBg, .noBanner .header {
  background: rgba(255, 255, 255, 1);
  box-shadow: 0 0 0.55556rem rgba(0, 0, 0, 0.1);
}
.header_fixed .logo .img1, .headerBg .logo .img1, .noBanner .header .logo .img1 {
  display: none;
}
.header_fixed .logo .img2, .headerBg .logo .img2, .noBanner .header .logo .img2 {
  display: block;
}
.header_fixed .nav .one .one_a, .headerBg .nav .one .one_a, .noBanner .header .nav .one .one_a {
  color: #333;
}
.header_fixed .nav .one .one_a::after, .headerBg .nav .one .one_a::after, .noBanner .header .nav .one .one_a::after {
  background: #dab866 ;
}
.header_fixed .nav .one.on .one_a, .header_fixed .nav .one:hover .one_a, .headerBg .nav .one.on .one_a, .headerBg .nav .one:hover .one_a, .noBanner .header .nav .one.on .one_a, .noBanner .header .nav .one:hover .one_a {
  color: #dab866 ;
}
.header_fixed .search_icon i, .headerBg .search_icon i, .noBanner .header .search_icon i {
  background-image:url(../images/icon/i1s.png);
}
.header_fixed .subsidiary_icon i, .headerBg .subsidiary_icon i, .noBanner .header .subsidiary_icon i {
  background-image:url(../images/icon/i2s.png);
}
.header_fixed .language_icon i, .headerBg .language_icon i, .noBanner .header .language_icon i {
  background-image:url(../images/icon/i3s.png);
}


.header_fixed .header_bac, .headerBg .header_bac, .noBanner .header .header_bac {
  border-top: #ececec 0.05556rem solid;
}
.flex {
  display: flex;
}
.flex.cen {
  justify-content: center;
}
.suspension {
  transition: all 0.6s;
  position: fixed;
  bottom: 5%;
  right:-5.55556rem;
  width: 4.16667rem;
  z-index: 99;
  border-radius: 2.77778rem;
  background: #fff;
  box-shadow: 0 0.44444rem 1.33333rem rgba(0,0,0,0.12);
}
.suspension .sus {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  color: #555;
  font-size: 0.77778rem;
  line-height: 1.11111rem;
  text-align: center;
  cursor: pointer;
  padding: 1rem 0;
  box-sizing: border-box;
}

.suspension .wx {
  position: relative;
}
.suspension .wx::after {
  content: '';
  position: absolute;
  width: 45%;
  height: 0.05556rem;
  background: #e6e6e6;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
}
.suspension .wx .pos {
  position: absolute;
  top: 50%;
  right: 4.72222rem;
  transform: translateY(-50%);
  width:0;
  height: 10.16667rem;
  transition: all 0.8s;
  overflow: hidden;
}
.suspension .wx .pos .wx-panel {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 17.11111rem;
  height: 9.05556rem;
  margin-right: 1.11111rem;
  padding: 0 1rem;
  box-sizing: border-box;
  border-radius: 0.44444rem;
  background: #fff;
  box-shadow: 0 0.44444rem 1.33333rem rgba(0,0,0,0.12);
}
.suspension .wx .pos .wx-panel i {
  position: absolute;
  right: -0.66667rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 0.55556rem solid transparent;
  border-bottom: 0.55556rem solid transparent;
  border-left: 0.66667rem solid #fff;
}
.suspension .wx .pos .wx-item {
  flex: 1;
  text-align: center;
}
.suspension .wx .pos .wx-item p {
  margin-top: 0.44444rem;
  color: #555;
  font-size: 0.77778rem;
  line-height: 1.2;
}
.suspension .wx .pos .qr-img {
  width: 5.44444rem;
  height: 5.44444rem;
  margin: 0 auto;
  background-image: url(../images/icon/i27.png);
  background-repeat: no-repeat;
  background-size: 6.16667rem 6.22222rem;
}

.suspension .wx .pos .qr-lm {
  background-image: url(../images/icon/i28.png);
  background-repeat: no-repeat;
  background-size: 6.11111rem 6.11111rem;
}
.suspension .wx:hover .pos {
  transition: all 0.8s;
  width: 19.33333rem;

}
.suspension .sus-icon {
  display: block;
  position: relative;
  margin: 0 auto 0.33333rem;
  flex-shrink: 0;
}
.suspension .icon-kf {
  width: 1.94444rem;
}
.suspension .icon-kf img {
  width: 100%;
}
.suspension .icon-wx {
  width: 1.94444rem;
}
.suspension .icon-wx img {
  width: 100%;
}
.suspension .icon-top {
  width: 2.22222rem;
  height: 2.22222rem;
  margin-bottom: 0;
  border-radius: 50%;
  background: url(../images/icon/i11.png) center no-repeat;
  background-size: cover;
}
.suspension.suspension_fixed {
  transition: all 0.6s;
  right: 2%;
}


.indImg {
  width: 100%;
}
.indImg img {
  width: 100%;

}
.flex {
  display: flex;
}
.more {
  position: relative;
  cursor: pointer;
}
.more .bacC {
  transition: all 0.5s;
  position: absolute;
  left: 0;
  top: 0;
  width: 2.22222rem;
  height: 2.22222rem;
  background: #dab866;
  border-radius: 2.22222rem;
  z-index: 1;
}
.more .bacC i {
  transition: all 0.5s;
  position: absolute;
  left: 0.77778rem;
  top: 0.38889rem;
  width: 0.38889rem;
  height: 0.38889rem;
  background: #fff;
  border-radius: 100%;
}
.more p {
  transition: all 0.5s;
  position: relative;
  z-index: 2;
  padding: 0 1.55556rem 0 2.77778rem;
  line-height: 2.22222rem;
  font-size: 0.88889rem;
  color: #666;
}
.more:hover .bacC {
  transition: all 0.5s;
  width: 100%;
}
.more:hover .bacC i {
  transition: all 0.5s;
  left: 1.44444rem;
  top: 0.94444rem;
}
.more:hover p {
  transition: all 0.5s;
  color: #fff;
}
/* 视频弹窗 */

.pop_video {
  display: none;
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 3010;
  transform: translate(-50%, -50%);
  width: 80%;
  max-width: 74.5rem;

}
.pop_video video {
  display: block;
  width: 100%;
  height: 100%;
  max-height: 100%;
  object-fit: cover;
}
.pop_video .pop_delete {
  float: right;
  position: relative;
  z-index: 9999;
  margin: 0 0 1.66667rem 0;
  width: 1.72222rem;
  height: 1.72222rem;
  background: url(../images/zjpage/icon/i17.png) center no-repeat;
  background-size: 100% auto;
  border-radius: 1.72222rem;
  box-shadow: 0 0 0.55556rem rgba(255,255,255,0.2);
  cursor: pointer;
}
.pop_video .artplayer-app {
  width: 100%;
  height: 69.8vh;
  max-height: 40rem;

}

.pop_video_bac {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 3000;
  width: 100vw;
  height: 100vh;
  background: #000;
  opacity: 0.7;
}
/* 内页banner */
.noBanner .pageBanner {
  margin-top: 5.55556rem;
}
.pageBanner {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 37.77778rem;
  overflow: hidden;
}
.pageBanner .bannerBg {
  width: 100%;
  height: 100%;
}
.pageBanner .bannerBg i {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pageBanner .pos {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  color: #333;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.pageBanner .pos .icon {
  max-width: 2.77778rem;
}
.pageBanner .pos .icon img {
  max-width: 100%;
}
.pageBanner .pos .title {
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  margin-top: 1.94444rem;
}
.pageBanner .pos .pageSearch {
  margin-top: 2.22222rem;
  display: flex;
  align-items: center;
  height: 3.33333rem;
  line-height: 3.33333rem;
  padding: 0 2.22222rem;
  box-sizing: border-box;
  background: #fff;
  border-radius: 2.77778rem;
  width: 33.33333rem;
}
.pageBanner .pos .pageSearch .searchInput {
  width: 96%;
  height: 100%;
}
.pageBanner .pos .pageSearch .searchInput input {
  width: 100%;
  height: 100%;
  font-size: 1rem;
  color: #333;
}
.pageBanner .pos .pageSearch .searchInput input::placeholder {
  color: #999;
}
.pageBanner .pos .pageSearch .searchIcon {
  width: 1.66667rem;
  height: 1.66667rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  cursor: pointer;
}
.pageBanner .pos .pageSearch .searchIcon img {
  width: 0.94444rem;
}
/* 二级导航 */
.breadcrumb {
  padding: 1.66667rem 0;
  box-sizing: border-box;
  border-bottom: 0.05556rem solid #e5e5e5;
}
.breadcrumb .w1600 {
  display: flex;
  justify-content: space-between;
}
.breadcrumb .w1600 .nav {
  display: flex;
  align-items: center;
}
.breadcrumb .w1600 .nav .navItem {
  font-size: 1rem;
  margin-left: 2.22222rem;
  position: relative;
  width: auto;
  height: 100%;
  display: flex;
  align-items: center;
}
.breadcrumb .w1600 .nav .navItem:first-child {
  margin-left: 0;
}
.breadcrumb .w1600 .nav .navItem a {
  color: #333;
}
.breadcrumb .w1600 .nav .navItem::after {
  content: '';
  position: absolute;
  left: -0.94444rem;
  width: 0.38889rem;
  height: 0.38889rem;
  background: #dab866;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%) scale(0);
  transition: all 0.3s;
}
.breadcrumb .w1600 .nav .navItem.active::after, .breadcrumb .w1600 .nav .navItem:hover::after {
  transform: translateY(-50%) scale(1);
}
.breadcrumb .w1600 .nav .navItem.active a, .breadcrumb .w1600 .nav .navItem:hover a {
  font-weight: bold;
}

.add {
  display: flex;
  align-items: center;
  line-height: 1.66667rem;
  font-size: 0.88889rem;
  color: #666;
}
.add a {
  float: left;
  color: #666;
}
.add a.one {
  width: 1.11111rem;
  height: 1.11111rem;
  background: url(../images/icon/icon_6.png) left center no-repeat;
  background-size: 0.94444rem auto;
}
.add a:hover {
  color: #dab866;
}
.add i {
  float: left;
  margin: 0 0.55556rem;
}

.paging {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 3.88889rem;
}
.paging .page-item {
  list-style: none;
}
.paging .page-item.active .page-link {
  color: #d8b65f;
}
.paging .page-item:first-child .page-link, .paging .page-item:last-child .page-link {
  width: 2.22222rem;
  height: 2.22222rem;
  min-width: 2.22222rem;
  padding: 0;
  border: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  font-size: 0;
  line-height: 2.22222rem;
  margin: 0;
  transition: all 0.25s;
}
.paging .page-item:first-child .page-link:hover, .paging .page-item:last-child .page-link:hover {
  background-image: url(../images/page/honor-2s.png);
}
.paging .page-item:first-child .page-link {
  background-image: url(../images/page/honor-1.png);
  transform: rotate(90deg);
}
.paging .page-item:first-child .page-link:hover {
  background-image: url(../images/page/honor-1s.png);
}

.paging .page-item:first-child.disabled .page-link:hover {
  background-image: url(../images/page/honor-1.png);
}
.paging .page-item:last-child .page-link {
  background-image: url(../images/page/honor-2.png);
  transform: rotate(90deg);
}
.paging .page-link {
  display: block;
  min-width: 1.66667rem;
  height: 3.16667rem;
  margin: 0 1.11111rem;
  padding: 0;
  border: 0;
  background: transparent;
  color: #666;
  font-size: 1rem;
  line-height: 3.16667rem;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  box-sizing: border-box;
}
.paging .page-link:hover {
  color: #d8b65f;
}
@media screen and (max-width: 88.88889rem) {
.footer .keepRecord {
  font-size: 0.83333rem;
}
}
.padTop {
  padding-top: 5rem;
}
.padBot {
  padding-bottom: 5rem;
}
.padTopBot {
  padding:5rem 0;
}
.mobileMain .content {
  min-height:50vh;
}
.mobileMain .pcShow {
  display: none;
}
.mobileMain .mobileShow {
  display: block;
}
.mobileMain .w1600 {
  width: 92%;
  min-width: auto;
}
.mobileMain .padTop {
  padding-top:1.8rem;
}
.mobileMain .padBot {
  padding-bottom:1.8rem;
}
.mobileMain .padTopBot {
  padding: 1.8rem 0;
}
.mobileMain .pageBox {
  position: relative;
}
.mobileMain .pageBox .add {
  position: absolute;
  bottom: 0.5rem;
  width: 92%;
  left: 4%;
  right: 4%;
  padding: 0;
  z-index: 2;
  font-size: 0.52rem;
  line-height: initial;
}
.mobileMain .pageBox .add i {
  color: #fff;
  margin: 0 0.15rem;
}
.mobileMain .pageBox .add a {
  color: #fff;
}
.mobileMain .pageBox .add a.one {
  width: 0.46rem;
  height: 0.46rem;
  background: url(../images/icon/icon_6s.png) left center no-repeat;
  background-size: 0.46rem auto;
  margin-right: 0.15rem;
}
.mobileMain .pageBanner {
  height: 9.9rem;
}
.mobileMain .pageBanner .pos .icon {
  width: 1.12rem;
}
.mobileMain .pageBanner .pos .icon img {
  width: 100%;
}
.mobileMain .pageBanner .pos .title {
  font-size: 0.72rem;
  margin-top: 0.35rem;
  margin-bottom: 0;
}
.mobileMain .pageBanner .pos .pageSearch {
  margin-top: 0.55rem;
  width: 9.1rem;
  height: 1.5rem;
  padding: 0 0.6rem 0 0.68rem;
  justify-content: space-between;
}
.mobileMain .pageBanner .pos .pageSearch .searchInput {
  width: calc(100% - 0.9rem);
}
.mobileMain .pageBanner .pos .pageSearch .searchInput input {
  font-size: 0.48rem;

}
.mobileMain .pageBanner .pos .pageSearch .searchIcon {
  width: 0.5rem;
  height: 0.5rem;
}
.mobileMain .pageBanner .pos .pageSearch .searchIcon img {
  width: 100%;
}
.mobileMain .breadcrumb {
  padding: 0.7rem 0;
}
.mobileMain .breadcrumb .w1600 {
  width: 100%;
  overflow: hidden;
}
.mobileMain .breadcrumb .w1600 .nav .navItem {
  font-size: 0.54rem;
  margin-left: 1rem;
}
.mobileMain .breadcrumb .w1600 .nav .navItem::after {
  width: 0.12rem;
  height: 0.12rem;
  left: -0.4rem;
}
.mobileMain .breadcrumb .w1600 .nav .navItem:last-child {
  margin-left: 1rem;
}

.mobileMain .paging {
  width: calc(100% - 1.1rem);
  margin: 1.36rem auto 0;
  justify-content: center;
}
.mobileMain .paging .page-item:first-child .page-link, .mobileMain .paging .page-item:last-child .page-link {
  width: 1.38rem;
  min-width: 1.38rem;
  height: 1.38rem;
  line-height: 1.38rem;
  margin: 0 0.26rem;
}
.mobileMain .paging .page-item:first-child .page-link {
  background-image: url(../images/page/honor-1.png);
}
.mobileMain .paging .page-item:last-child .page-link {
  background-image: url(../images/page/honor-2.png);
}
.mobileMain .paging .page-link {
  width: 1.38rem;
  min-width: 1.38rem;
  height: 1.38rem;
  margin: 0 0.26rem;
  border: 0.05556rem solid #e0e0e0;
  border-radius: 50%;
  color: #999;
  font-size: 0.54rem;
  line-height: 1.34rem;
  box-sizing: border-box;
}
.mobileMain .paging .active .page-link {
  color: #d8b65f;
}
.mobileMain .m_header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 101;
  transition: all 0.5s;
}
.mobileMain .m_header .w1600 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 2rem;
}
.mobileMain .m_header .logo {
  width: 5.9rem;
  height: auto;
}
.mobileMain .m_header .logo img {
  width: 100%;
  height: auto;
}
.mobileMain .m_header .logo .img2 {
  display: none;
}
.mobileMain .m_header .headerR {
  display: flex;
  align-items: center;
}
.mobileMain .m_header .headerR .language {
  width: 0.73rem;
  height: 2rem;
  background: url(../images/mobile/icon/icon-1.png) no-repeat center;
  background-size: 100% auto;
}
.mobileMain .m_header .headerR .search {
  width: 0.63rem;
  height: 2rem;
  background: url(../images/mobile/icon/icon-2.png) no-repeat center;
  background-size: 100% auto;
  margin-left: 0.8rem;
}
.mobileMain .m_header .headerR .menuIcon {
  width: 0.64rem;
  height: 2rem;
  background: url(../images/mobile/icon/icon-3.png) no-repeat center;
  background-size: 100% auto;
  margin-left:0.8rem;
}

.mobileMain .header_fixed, .mobileMain.noBanner .m_header {
  background: #fff;
  box-shadow: 0 0 0.55556rem rgba(0, 0, 0, 0.1);
}
.mobileMain .header_fixed .logo .img1, .mobileMain.noBanner .m_header .logo .img1 {
  display: none;
}
.mobileMain .header_fixed .logo .img2, .mobileMain.noBanner .m_header .logo .img2 {
  display: block;
}
.mobileMain .header_fixed .headerR, .mobileMain.noBanner .m_header .headerR {
  display: flex;
  align-items: center;
}
.mobileMain .header_fixed .headerR .language, .mobileMain.noBanner .m_header .headerR .language {
  background-image: url(../images/mobile/icon/icon-1s.png);
}
.mobileMain .header_fixed .headerR .search, .mobileMain.noBanner .m_header .headerR .search {
  background-image: url(../images/mobile/icon/icon-2s.png);
}
.mobileMain .header_fixed .headerR .menuIcon, .mobileMain.noBanner .m_header .headerR .menuIcon {
  background-image: url(../images/mobile/icon/icon-3s.png);
}
.mobileMain .m_header.cur, .mobileMain.noBanner .m_header.cur {
  background: #fff;
  z-index: 103;
  box-shadow: 0 0 0.55556rem rgba(0, 0, 0, 0.1);
}
.mobileMain .m_header.cur .logo .img1, .mobileMain.noBanner .m_header.cur .logo .img1 {
  display: none;
}
.mobileMain .m_header.cur .logo .img2, .mobileMain.noBanner .m_header.cur .logo .img2 {
  display: block;
}
.mobileMain .m_header.cur .headerR .language, .mobileMain.noBanner .m_header.cur .headerR .language {
  background-image: url(../images/mobile/icon/icon-1s.png);
}
.mobileMain .m_header.cur .headerR .search, .mobileMain.noBanner .m_header.cur .headerR .search {
  background-image: url(../images/mobile/icon/icon-2s.png);
}
.mobileMain .m_header.cur .headerR .menuIcon, .mobileMain.noBanner .m_header.cur .headerR .menuIcon {
  background-image: url(../images/mobile/icon/icon-i3.png);
}

.mobileMain .mobile-suspension {
  position: sticky;
  bottom: 0;
  left: 0;
  width: 100%;
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
  border-radius: 0.4rem 0.4rem 0 0;
  background: #fff;
  z-index: 100;
  opacity: 0;
  pointer-events: none;
  transform: translateY(100%);
  transition: all 0.3s;
}
.mobileMain .mobile-suspension.active {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}
.mobileMain .mobile-suspension .mobile-suspension-box {
  padding: 0 1.15rem;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
}
.mobileMain .mobile-suspension .mobile-suspension-box .mobile-suspension-item {
  width: 50%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 1.8rem;
  border-bottom: 0.02rem solid #ededed;
}
.mobileMain .mobile-suspension .mobile-suspension-box .mobile-suspension-item:first-child::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 0.02rem;
  height: 50%;
  background: #ededed;
}

.mobileMain .mobile-suspension .mobile-suspension-box .mobile-suspension-item:nth-child(3) {
  width: 100%;
  border-bottom: 0;
}
.mobileMain .mobile-suspension .mobile-suspension-box .mobile-suspension-item:nth-child(3) .mobile-suspension-icon {
  width: 0.68rem;
}
.mobileMain .mobile-suspension .mobile-suspension-box .mobile-suspension-item .mobile-suspension-icon {
  width: 0.98rem;
}
.mobileMain .mobile-suspension .mobile-suspension-box .mobile-suspension-item .mobile-suspension-icon img {
  width: 100%;
}
.mobileMain .mobile-suspension .mobile-suspension-box .mobile-suspension-item .mobile-suspension-text {
  font-size: 0.56rem;
  margin-left: 0.4rem;
}
.mobileMain .mobile-suspension .mobile-suspension-box .mobile-suspension-item .mobile-suspension-icon-box {
  display: flex;
  align-items: center;
}
.mobileMain .mobile-suspension .mobile-suspension-box .mobile-suspension-item .mobile-suspension-item-content .pos {
  position: absolute;
  bottom: calc(100% + 0.5rem);
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  height: 3.4rem;
  transition: all 0.5s;
  background: #fff;
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
  border-radius: 0.2rem;
  opacity: 0;
  pointer-events: none;
}
.mobileMain .mobile-suspension .mobile-suspension-box .mobile-suspension-item .mobile-suspension-item-content .pos .wx-panel {
  display: flex;
  justify-content: center;
  font-size: 0.3rem;
  text-align: center;
  padding: 0.2rem;
}
.mobileMain .mobile-suspension .mobile-suspension-box .mobile-suspension-item .mobile-suspension-item-content .pos .wx-panel .wx-item {
  margin-left: 0.2rem;
}
.mobileMain .mobile-suspension .mobile-suspension-box .mobile-suspension-item .mobile-suspension-item-content .pos .wx-panel .wx-item:first-child {
  margin-left: 0;
}
.mobileMain .mobile-suspension .mobile-suspension-box .mobile-suspension-item .mobile-suspension-item-content .pos .wx-panel i {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 0.2rem solid transparent;
  border-right: 0.2rem solid transparent;
  border-top: 0.2rem solid #fff;
}
.mobileMain .mobile-suspension .mobile-suspension-box .mobile-suspension-item .mobile-suspension-item-content .pos .qr-img {
  width: 2.5rem;
  height: 2.5rem;
  margin: 0 auto;
  background-image: url(../images/icon/i27.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.mobileMain .mobile-suspension .mobile-suspension-box .mobile-suspension-item:hover .pos {
  opacity: 1;
  pointer-events: auto;
}

.mobileMain .m_nav {
  transition: all 0.7s;
  display: block;
  position: fixed;
  left: 100%;
  top: 0;
  z-index:102;
  width: 100%;
  height: 100vh;

}
.mobileMain .m_nav.cur {
  transition: all 0.7s;
  left: 0%;
}

.mobileMain .m_nav ul {
  margin-top: 2rem;
  width: 100%;
  height: calc(100% - 2rem);
  padding-top: 0.2rem;
  box-sizing: border-box;
  overflow-y: auto;
  background: #fff;

}
.mobileMain .m_nav ul li {
  position: relative;
  overflow-x: hidden;
}

.mobileMain .m_nav ul .one {
  transition: all 0.5s;
  position: relative;
  padding: 0 4%;
  font-size: 0.68rem;
  line-height: 2rem;
  color: #101010;
  border-bottom: #e7e5e5 0.05556rem solid;
}

.mobileMain .m_nav ul .go .navMore {
  transition: all 0.5s;
  position: absolute;
  right: 0;
  top: 0;
  width:100%;
  height: 2rem;

}
.mobileMain .m_nav ul .go .navMore::after {
  transition: all 0.5s;
  position: absolute;
  right: 0;
  top: 0;
  width: 2rem;
  height: 2rem;
  background: url(../images/mobile/icon/icon-4.png) center no-repeat;
  background-size: 0.18rem auto;
  content: "";
}
.mobileMain .m_nav ul .go .navMore.cur::after {
  transform: rotate(90deg);
}

.mobileMain .m_nav ul .pos {
  display: none;
  padding: 0.4rem 0;
  background: #fbfbfb;

}
.mobileMain .m_nav ul .pos a {
  padding-left: 1.56rem;
  line-height: 1.8rem;
  font-size: 0.6rem;
  color: #333;
}

.mobileMain .m_nav ul .on .on a {
  color: #dab866;
}

.mobileMain .m_nav ul .on .one, .mobileMain .m_nav ul .one:hover {
  transition: all 0.5s;
  color: #dab866;
}

.mobileMain .m_nav .search {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2rem;
  line-height: 2rem;
  color: #fff;
  border-top: #ccc 0.05556rem solid;

}
.mobileMain .m_nav .search input {
  float: left;
  width: calc(100% - 1.6rem);
  height: 2.28rem;
  font-size: 0.6rem;
  color: #333;

}
.mobileMain .m_nav .search input::-moz-placeholder {
  color: #333;
  opacity: 1;
}

.mobileMain .m_nav .search input::-webkit-input-placeholder {
  color: #333;
  opacity: 1;
}

.mobileMain .m_nav .search input::-o-input-placeholder {
  color: #333;
  opacity: 1;
}

.mobileMain .m_nav .search input::-ms-input-placeholder {
  color: #333;
  opacity: 1;
}

.mobileMain .m_nav .search .but {
  display: block;
  float: left;
  width: 1.24rem;
  height: 2.28rem;
  background: url(../images/mobile/icon/mi2.png) left center no-repeat;
  background-size: 0.84rem auto;
}
.mobileMain .footer {
  padding-top: 1.8rem;
}
.mobileMain .footer .footInfoLeft {
  display: none;
}
.mobileMain .footer .footInfoRight {
  padding-right: 0;
}
.mobileMain .footer .footerTopBox {
  display: none;
}
.mobileMain .footer .footInfo {
  margin-top: 0;
  padding-bottom:0;
}
.mobileMain .footer .footInfo .latestInfo {
  display: flex;
  justify-content: space-between;
}
.mobileMain .footer .footInfo .latestInfo .communi {
  margin-top: 0;
}
.mobileMain .footer .footInfo .latestInfo .communi .communiName {
  font-size: 0.48rem;
}
.mobileMain .footer .footInfo .latestInfo .communi .communiInfo {
  margin-top: 0.35rem;
}
.mobileMain .footer .footInfo .latestInfo .communi .communiInfo .communiNum {
  font-size: 0.9rem;
}
.mobileMain .footer .footInfo .footInfoRightBox {
  margin-top: 0.75rem;
  justify-content: center;
}
.mobileMain .footer .footInfo .footInfoRightBox .icon {
  margin-right: 0.9rem;
}
.mobileMain .footer .footInfo .footInfoRightBox .icon p {
  margin-top: 0.2rem;
  font-size: 0.48rem;
}
.mobileMain .footer .footInfo .footInfoRightBox .icon:hover .footerIcon .pos {
  height: 3.5rem;
}
.mobileMain .footer .footInfo .footInfoRightBox .icon:hover .footerIcon-1 .pos {
  height: 4.5rem;
}
.mobileMain .footer .footInfo .footInfoRightBox .footerIcon {
  width: 1.45rem;
  height: 1.45rem;
}
.mobileMain .footer .footerIcon .pos {
  bottom: calc(100% + 0.3rem);
  width: 3.5rem;
}
.mobileMain .footer .footerIcon-1 .pos {
  width: 7rem;
}

.mobileMain .footer .keepRecord {
  flex-wrap: wrap;
  font-size: 0.48rem;
  line-height: 0.72rem;
  height: initial;
  padding: 0.5rem 0;
  border: none;
}
.mobileMain .footer .keepRecord .keepRecordLeft {
  flex-wrap: wrap;
  justify-content: center;
}
.mobileMain .footer .keepRecord .keepRecordLeft .keepRecord01 {
  margin-left: 0;
}
.mobileMain .footer .keepRecord .statement {
  width: 100%;
  justify-content: center;
}
.mobileMain .footer .keepRecord .statement a {
  margin-left: 0.4rem;
}
.mobileMain .footer .friendshipLink {
  display: flex;
  align-items: center;
  width: 100%;
  height: 1.45rem;
  cursor: pointer;
  position: relative;
  padding: 0 0.95rem;
  box-sizing: border-box;
  border: 0.05556rem solid #d3d3d3;
  margin-top: 0.9rem;
  border-radius: 1rem;
}
.mobileMain .footer .friendshipLink .friendshipLinkText {
  font-size: 0.48rem;
}
.mobileMain .footer .friendshipLink .friendshipLinkArrow {
  width: 0.4rem;
}
.mobileMain .footer .friendshipLink .friendshipLinkArrow img {
  width: 100%;
}

.mobileMain .footer .friendshipLinkDefault {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.mobileMain .footer .friendshipLinkCont {
  display: flex;
  align-items: center;
}

.mobileMain .footer .friendshipLinkText {
  font-size: 0.88889rem;
  color: #999;
}

.mobileMain .footer .friendshipLinkIcon {
  width: 1.05556rem;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.mobileMain .footer .friendshipLinkIcon img {
  width: 1rem;
}

.mobileMain .footer .friendshipLink .pos {
  position: absolute;
  bottom: calc(100% + 0.05556rem);
  left: -0.05556rem;
  background: #fff;
  background-size: cover;
  width: calc(100% + 0.11111rem);
  padding: 0.6rem;
  box-sizing: border-box;
  z-index: 100;
  max-height: 8rem;
  overflow-y: auto;
  border: 0.05556rem solid #ededed;
  display: none;
}

.mobileMain .footer .friendshipLink .pos .posList {
  color: #666;
  text-align: center;
  font-size: 0.52rem;
  position: relative;
  padding: 0.3rem 0;
}

.mobileMain .footer .friendshipLink .pos .posList:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0.05556rem;
  background: #dab866;
  transition: width .3s ease-in-out;
}

.mobileMain .footer .friendshipLink .pos .posList:hover:after {
  width: 100%;
}

.mobileMain .footer .friendshipLink .pos::-webkit-scrollbar {
  width: 0.1rem;
  height: 0.4rem;
}

.mobileMain .footer .friendshipLink .pos::-webkit-scrollbar-thumb {
  border-radius: 0.2rem;
  background-color: #dab866;
}

.mobileMain .footer .friendshipLink .pos::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 0.04rem rgba(0, 0, 0, 0);
  background: #f7f7f7;
}

.mobileMain .footer .friendshipLinkArrow {
  width: 0.47rem;
}
.mobileMain .footer .friendshipLinkArrow img {
  width: 100%;
}
.mobileMain .title {
  margin-bottom: 0.9rem;
}
.mobileMain .title b {
  font-size: 0.54rem;
  margin-bottom: 0.35rem;
}
.mobileMain .title p {
  font-size: 0.75rem;
}
.mobileMain .more p {
  font-size: 0.54rem;
  padding: 0 1.25rem;
  line-height: 1rem;
}
.mobileMain .more .bacC {
  width: 1rem;
  height: 1rem;
}
.mobileMain .more .bacC i {
  width: 0.22rem;
  height: 0.22rem;
  left: 0.35rem;
  top: 0.2rem;
}
.mobileMain .more:hover p {
  color: #666;
}
.mobileMain .more:hover .bacC i {
  left: 0.35rem;
  top: 0.2rem;
}
.mobileMain .pop_video {
  width:92%;
  max-width: 92%;
}
.mobileMain .pop_video video {
  width: 100%;
  max-height: 88vh;
}
.mobileMain .pop_video .pop_delete {
  margin:0 0 0.6rem 0;
  width: 0.8rem;
  height:0.8rem;
  background-size: 100% auto;
}
.mobileMain .pop_video .artplayer-app {
  height: 4.2rem;
}
/*===== 搜索结果页 =====*/
.results_t {
  padding-top: 11.11111rem;
  position: relative;
  z-index: 1;
}
.results_t .searchBoxs {
  position: relative;
  border-bottom: 0.05556rem solid #dab866;
}
.results_t .searchBoxs input {
  float: left;
  padding-left: 1.22222rem;
  width: calc(100% - 5.55556rem);
  height: 3.88889rem;
  font-size: 1rem;
  color: #333;
  outline: none;
  background: #fff;
}
.results_t .searchBoxs em {
  position: absolute;
  top: 0;
  right: 1.38889rem;
  width: 1.94444rem;
  height: 3.88889rem;
  background: url(../images/icon/i84.png) center no-repeat;
  cursor: pointer;
}
.results_t p {
  font-size: 0.88889rem;
  color: #333333;
  padding: 2.33333rem 0;
}
.results_t p i {
  color: #dab866;
  display: inline-block;
}
.results01 {
  padding-bottom: 0;
}
.results01 a {
  display: flex;
  align-items: center;
  position: relative;
  padding: 1.94444rem 0;
  border-bottom: #e6e6e6 0.05556rem solid;
}
.results01 a::before {
  transition: all 0.7s;
  position: absolute;
  left: 0;
  bottom: -0.05556rem;
  width: 0;
  height: 0.11111rem;
  background: #dab866;
  content: '';
}
.results01 a .pic {
  margin-right: 3%;
  width: 22.55%;
  height: 9.72222rem;
  overflow: hidden;
  background: #f8f8f8;
}
.results01 a .pic i {
  transition: all 0.7s;
  transform: scale(1);
  width: 100%;
  height: 100%;
}
.results01 a .text {
  flex: 1;
}
.results01 a .text b {
  margin-bottom: 1.11111rem;
  max-height: 2rem;
  line-height: 2rem;
  font-size: 1rem;
  color: #333;
  font-weight: bold;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.results01 a .text .flex {
  display: flex;
  align-items: center;
  margin-bottom: 0.83333rem;
  font-size: 0.88889rem;
  color: #999;
}
.results01 a .text .flex i {
  margin-right: 1rem;
  font-family: 'din';
}
.results01 a .text .flex em {
  margin-right: 1rem;
  font-weight: bold;
}
.search-highlight {
  display: inline-block;
  color: #dab866;
}
.results01 a .text p {
  height: 3.55556rem;
  line-height: 1.77778rem;
  font-size: 0.88889rem;
  color: #999;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.results01 a:hover::before {
  transition: all 0.7s;
  width: 100%;
}
.results01 a:hover .pic i {
  transition: all 0.7s;
  transform: scale(1.08);
}
.results01 a:hover .text b {
  color: #dab866;
}
.tab-list {
  margin-bottom: 2.33333rem;
}
.tab-list .list-item {
  float: left;
  position: relative;
  padding: 0.11111rem 1.11111rem;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1rem;
  color: #333333;
  cursor: pointer;
}
.tab-list .list-item:first-child {
  padding-left: 0;
}
.tab-list .list-item.act {
  color: #dab866;
}
.tab-list .list-item:nth-last-child(1)::before {
  display: none;
}
.tab-list .list-item::before {
  content: '';
  position: absolute;
  width: 0.05556rem;
  height: 50%;
  background: #b5b5b5;
  top:25%;
  right: 0;
}
.data-list .list-item {
  margin-top: 3.88889rem;
}
.data-list .list-item a {
  display: block;
}
.data-list .list-item a .title {
  font-size: 1.33333rem;
  color: #333333;
  transition-duration: 0.5s;
}
.data-list .list-item a .type-time {
  font-size: 0.88889rem;
  color: #b5b5b5;
  margin-top: 0.55556rem;
}
.data-list .list-item a .type-time .type {
  margin-left: 1.11111rem;
}
.data-list .list-item a .details {
  margin-top: 0.55556rem;
  font-size: 0.88889rem;
  color: #666666;
  line-height: 1.6;
}
.data-list .list-item a:hover .title {
  color: #dab866;
}
.more {
  display: block;
}
.mobileMain .padBot {
  padding-bottom: 2rem;
}
.mobileMain .results_t {
  padding-top: 3rem;
}
.mobileMain .results_t .searchBoxs input {
  width: calc(100% - 3rem);
  height: 1.6rem;
  font-size: 0.56rem;
  padding: 0 2rem 0 0.9rem;
}
.mobileMain .results_t .searchBoxs em {
  right: 0.9rem;
  height: 1.6rem;
  width: 0.74rem;
  background-size: 100% auto;
}
.mobileMain .results_t p {
  font-size: 0.52rem;
  padding: 0.6rem 0;
}
.mobileMain .results01 {
  padding-bottom: 0;
}
.mobileMain .results01 a {
  flex-wrap: wrap;
  padding: 1.2rem 0;
}
.mobileMain .results01 a .pic {
  margin: 0 0% 1rem 0;
  width: 100%;
  height: 7.7rem;
}
.mobileMain .results01 a .text b {
  margin-bottom: 0.5rem;
  height: 0.9rem;
  line-height: 0.9rem;
  font-size: 0.6rem;
}
.mobileMain .results01 a .text .flex {
  margin-bottom: 0.6rem;
  font-size: 0.48rem;
}
.mobileMain .results01 a .text .flex i, .mobileMain .results01 a .text .flex em {
  margin-right: 0.8rem;
}

.mobileMain .results01 a .text p {
  height: 1.64rem;
  line-height: 0.82rem;
  font-size: 0.52rem;
}
.mobileMain .tab-list .list-item {
  font-size: 0.56rem;
  padding: 0.02rem 0.6rem;
}
.mobileMain .tab-list {
  margin-bottom: 0.6rem;
}
.mobileMain .m_searchSubTit {
  position: relative;
  z-index: 5;
}
.mobileMain .m_searchSubTit .subTop {
  line-height: 1.6rem;
  height: 1.6rem;
  border-bottom: 0.05556rem solid #b5b5b5;
}
.mobileMain .m_searchSubTit p {
  padding: 0;
  padding-left: 0.4rem;
  line-height: 1.6rem;
  font-size: 0.56rem;
  color: #dab866;
  float: left;
}
.mobileMain .m_searchSubTit em {
  display: block;
  width: 0.54rem;
  height: 1.6rem;
  background: url(../images/icon/i85.png) center no-repeat;
  -o-background-size: 0.54rem auto;
  background-size: 0.54rem auto;
  float: right;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  margin-right: 0.2rem;
}
.mobileMain .subCon {
  background-color: #fff;
  padding: 0 0.86rem 0.4rem;
  display: none;
  position: absolute;
  top: 1.7rem;
  left: 0;
  width: 100%;
  z-index: 2;
  box-sizing: border-box;
  box-shadow: 0 0 0.55556rem rgba(0, 0, 0, 0.1);
}
.mobileMain .subCon a {
  font-size: 0.52rem;
  margin: 0 0.2rem;
  color: #333333;
  display: block;
  line-height: 1.6rem;
}
.mobileMain .subCon a.cur {
  border-bottom: 0.05556rem solid #b5b5b5;
  color: #dab866;
}


@keyframes qh {
    0% {
        -webkit-transform: rotateZ(-360deg);
    }

    100% {
        -webkit-transform: rotateZ(0deg);
    }
}

.fadeInUp150 {
  -webkit-animation-name: fadeInUp150;
  animation-name: fadeInUp150;
}

@keyframes fadeInUp150 {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 8.33333rem, 0);
        -ms-transform: translate3d(0, 8.33333rem, 0);
        transform: translate3d(0, 8.33333rem, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}
.fadeInUp50 {
  -webkit-animation-name: fadeInUp50;
  animation-name: fadeInUp50;
}

@keyframes fadeInUp50 {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2.77778rem, 0);
        -ms-transform: translate3d(0, 2.77778rem, 0);
        transform: translate3d(0, 2.77778rem, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}
@keyframes fadeInLeftSingle {
    0% {
        opacity: 0;
        transform: translateX(0.55556rem);

    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}


.scale09 {
  -webkit-animation-name: scale09;
  animation-name: scale09;
  animation-delay: 0.1s;
}

@keyframes scale09 {
    0% {
        opacity: 0;
        transform: scale3d(0.9,0.9,0.9);
    }
    100% {
        opacity: 1;
        transform: scaleX(1);
    }
}

.opacity10 {
  animation-name: opacity10;
  animation-delay: 0.1s;
}
@keyframes opacity10 {
    0% {
        opacity: 0.7;
    }
    100% {
        opacity: 1;
    }
}


