@charset "utf-8";
/*************************************
* 文件名称：common.css
* 作   者：界面设计制作部
* 创建日期：2017-12-25
* 最后修改：name/ 第X行 / yyyy-mm-dd
* 文件版本：UI CSS Frameworks Beta
* 内容概要: 公用样式文件
*************************************/
a {
  transition:all 0.5s ease 0s;
  -o-transition:all 0.5s ease 0s;
  -moz-transition:all 0.5s ease 0s;
  -webkit-transition:all 0.5s ease 0s;
}
@keyframes gWelCnta{
  0% {
    transform: rotate(0);
  }
  70% {
    transform: rotate(360deg);
  }
  80% {
    transform: rotate(350deg);
  }
  95% {
    transform: rotate(370deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
a {
  outline:none;
  blr:expression(this.onFocus=this.blur());
}
.contents .el-tree-node__children {
	display:block!important;
	}
.el-tree-node__children{
	display:block!important;
	}
#w_grid-1564035627156 {
  display: none;
}
.fixedmeau li i{
  font-style: normal;
  font-size: 15px;
}
.fixedmeau{
  border:none;
  width: 40px;
  position: fixed;
  z-index: 99;
  top: 240px;
  left:calc((100% - 1200px)/2);
  ;
  color: #222;
  transform:translateX(-60px);
  display: none;
  border-top: 1px solid #ececec;
  background: #fff;
}
.fixedmeau li{
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  border: 1px solid #ececec;
  border-top:none;
  list-style: none!important;
}
.fixedmeau li:hover{
  border-left: 1px solid #0f5cbb;
  border-right: 1px solid #0f5cbb;
}
.fixedmeau li+li{
}
.fixedmeau span{
  display: none;
}
.fixedmeau .active{
  background: #fff;
  color: #0f5cbb;
  font-weight: 700;
  border-left: solid 2px #0f5cbb;
}
.fixedmeau li:hover span{
  display: block;
  font-size: 14px;
  background: #0f5cbb;
  color: #fff;
}
.fixedmeau li:hover i{
  display: none;
}
.fixedmeau .zcfh.totop{
  border:none;
  background: #d00;
  border-radius: 0px;
  position: initial;
}
.fixedmeau li.zcfh.totop i {
  border:none;
  display: block;
}
.fixedmeau li.zcfh.totop:hover i {
  border:none;
  display: block;
}
.totop{
  width: 40px;
  height: 40px;
  text-align: center;
    background: #0f5cbb;
  position: fixed;
  bottom: 30px;
  right: 30px;
  cursor: pointer;
  border-radius: 5px;
  display: none;
  color:#fff;
  z-index: 99;
}
.totop>span{
  display: block;
  line-height: 15px;
  font-size: 12px;
  color:#fff;
}
.header_box{
  width:100%;
  height: 160px;
  text-align: center;
  margin: 0 auto;
}
.header_box>.header{
  line-height: 120px;
  font-size:64px;
  color:#4b4b4b;
  background: #fff;
}
.header_box>.meau{
  background: darkred;
  height:40px;
  line-height: 40px;
  color:#fff}
.louceng{
  height:auto;
  padding:0px;
  box-sizing:border-box;
  width: auto;
  text-align: center;
  margin: 0 auto;
  border:none;
  background: #fff}
.louceng>.title{
  width:100%;
  height:50px;
  font-size: 18px;
  line-height: 50px;
  text-align: left;
  font-weight: 700;
  color: #333;
}
.louceng>.title>span{
  margin-left: 5px;
  font-weight: normal}
.louceng>.con{
  width:100%;
  height:735px;
  background: #F1F1F1;
  font-size: 64px;
  line-height: 735px;
  color:#333333}
#w_common_text-1578098175538 {
  border-left: 4px solid #f00;
}
#w_common_text-1578098309303 {
  border-left: 4px solid #f00;
}
#c_xibmallmembers_loginbutton-15742196584403035 {
  position: absolute;
  top: 10px;
  right: 0px;
}
#c_xnews_list-15615123038943543,
#c_xnews_list-15615118300975089,
#c_xnews_list-15615117990226546,
#c_xnews_list-15615075144806781,
#c_xnews_list-15539370625802219{
  background-color:rgba(0,0,0,0.02);
}
#c_xibmallgoods_category-15562585936712892 {
  z-index: 9;
}



/*翻页*/
.e_pagebox {
    width: auto;
    height: auto;
    clear: both;
    position: relative
}
.p_page{
    float: right;
    right: 30px;
}

.p_page .PageInterval {
    display: inline-block;
    position: static;
    float: left;
    margin-right: 5px;
    line-height: 38px;
    font-size: 12px
}
.p_page .p_PageInterval {
    display: inline-block;
    position: static;
    float: left;
    margin-right: 5px;
    line-height: 38px;
    font-size: 12px
}

/*左翻页*/
.p_page .pre:after {
    content: "";
    display: none;
    position: absolute;
    top: 5px;
    left: -14px;
    width: 27px;
    height: 27px;
    background-color: rgba(220, 220, 220, 1);
    font-size: 0;
    line-height: 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: -1
}
.p_page .pre:hover:after {
    top: 4px;
    left: -12px;
    background-color: rgba(30, 32, 136, 1);
    border-radius: 4px 0 0 0;
    -webkit-box-shadow: 0 3px 0 rgba(90, 90, 90, .8);
    -moz-box-shadow: 0 3px 0 rgba(90, 90, 90, .8);
    box-shadow: 0 3px 0 rgba(90, 90, 90, .8);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: -1
}
.p_page .pre:active:after {
    top: 8px;
    left: -12px;
    width: 28px;
    height: 25px;
    background-color: rgba(220, 0, 0, 1);
    border-radius: 0 3px 0 0;
    -webkit-box-shadow: 0 3px 0 rgba(90, 90, 90, .8);
    -moz-box-shadow: 0 3px 0 rgba(90, 90, 90, .8);
    box-shadow: 0 3px 0 rgba(90, 90, 90, .8);
    -webkit-transform: rotate(-226deg);
    -moz-transform: rotate(-226deg);
    -o-transform: rotate(-226deg);
    -ms-transform: rotate(-226deg);
    transform: rotate(-226deg);
    z-index: -1
}

.p_page .pre {
    display: inline-table;
    position: relative;
    left: 0;
    top: 0;
    float: left;
    height: 30px;
    margin:0 5px 0 18px;
    color: rgba(102, 102, 102, 1);
    border-width: 0;
    border-style: solid;
    border-color: rgba(255, 255, 255, 0);
    background-color: rgba(220, 220, 220, 1);
    text-align: center;
    padding-top: 0;
    padding-right: 20px;
    padding-left: 20px;
}
.p_page .pre:hover {
    color: rgba(255, 255, 255, 1);
    border-width: 0;
    border-style: solid;
    border-color: rgba(255, 255, 255, 0);
    background-color: rgba(30, 32, 136, 1);
    cursor: pointer
}
.p_page .pre:active {
    background-color: rgba(220, 0, 0, 1)
}
.p_page .pre .font {
    display: table-cell;
    vertical-align: middle;
    bottom: 0;
    font-size: 12px
}
.p_page .pre:hover .iconfont {
    color: rgba(255, 255, 255, 1)
}
.p_page .pre:active .iconfont {
    color: rgba(255, 255, 255, 1)
}
.p_page .pre .iconfont:before {
    content: "";
    margin-right: 5px
}

/*右翻页*/
.p_page .next:after {
    content: "";
    display: none;
    position: absolute;
    top: 5px;
    right: -14px;
    width: 27px;
    height: 27px;
    background-color: rgba(30, 32, 136, 1);
    font-size: 0;
    line-height: 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: -1
}
.p_page .next:hover:after {
    top: 5px;
    right: -12px;
    background-color: rgba(30, 32, 136, 1);
    border-radius: 4px 0 0 0;
    -webkit-box-shadow: 0 3px 0 #777;
    -moz-box-shadow: 0 3px 0 #777;
    box-shadow: 0 3px 0 #777;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    z-index: -1;
    width: 26px;
    height: 26px
}
.p_page .next:active:after {
    top: 8px;
    right: -12px;
    width: 27px;
    height: 24px;
    background-color: rgba(220, 0, 0, 1);
    border-radius: 0 3px 0 0;
    -webkit-box-shadow: 0 3px 0 #777;
    -moz-box-shadow: 0 3px 0 #777;
    box-shadow: 0 3px 0 #777;
    -webkit-transform: rotate(226deg);
    -moz-transform: rotate(226deg);
    -o-transform: rotate(226deg);
    -ms-transform: rotate(226deg);
    transform: rotate(226deg);
    z-index: -1
}
.p_page .next {
    display: inline-table;
    position: relative;
    left: 0;
    top: 0;
    float: left;
    height: 30px;
    color: rgba(255, 255, 255, 1);
    border-width: 0;
    border-style: solid;
    border-color: rgba(255, 255, 255, 0);
    background-color: rgba(30, 32, 136, 1);
    text-align: center;
    padding-top: 0;
    padding-right: 20px;
    padding-left: 20px;
}
.p_page .next:hover {
    color: rgba(255, 255, 255, 1);
    border-width: 0;
    border-style: solid;
    border-color: rgba(255, 255, 255, 0);
    background-color: rgba(30, 32, 136, 1);
    cursor: pointer
}
.p_page .next:active {
    background-color: rgba(220, 0, 0, 1)
}
.p_page .next .font {
    display: table-cell;
    vertical-align: middle;
    bottom: 0;
    font-size: 12px
}
.p_page .next:hover .iconfont {
    color: rgba(255, 255, 255, 1)
}
.p_page .next:active .iconfont {
    color: rgba(255, 255, 255, 1)
}
.p_page .next .iconfont:before {
    content: "";
    margin-top: 3px;
    float: right;
    margin-left: 5px
}

/*翻页数字*/
.p_page .pageNum {
    position: relative;
    float: left;
    height: 30px;
    width: 30px;
    margin:0 5px 0 0;
    background-size: 100% 100%;
    color: rgba(102, 102, 102, 1);
    border:0 solid rgba(255, 255, 255, 0);
    cursor: pointer;
    line-height: 30px;
    display: table;
    font-family: inherit;
    font-size: 14px;
    font-weight: inherit;
    text-decoration: none;
    background-color: rgba(220, 220, 220, 1);
    text-align: center;
}
.p_page .pageNum:hover {
    color: rgba(255, 255, 255, 1);
    border-width: 0;
    border-style: solid;
    border-color: rgba(255, 255, 255, 0);
    cursor: pointer;
    text-decoration: none;
    background-color: rgba(30, 32, 136, 1)
}
.p_page .pageNum:active {
    text-decoration: none;
    background-color: rgba(220, 0, 0, 1)
}
.p_page .pageNum.active {
    text-decoration: none;
    background-color: rgba(220, 0, 0, 1);
    color: rgba(255, 255, 255, 1)
}
.p_page .pageNum .font {
    display: table-cell;
    vertical-align: middle;
    bottom: 0
}
.p_page .pageNum .iconfont {
    display: inline;
    color: rgba(255, 255, 255, 1);
    vertical-align: middle
}
.p_page .pageNum:hover .iconfont {
    color: rgba(255, 255, 255, 1)
}
.p_page .pageNum:active .iconfont {
    color: rgba(255, 255, 255, 1)
}
.p_page .pageNum .iconfont:before {
    content: ""
}

/*翻页省略*/
.p_page .PageInterval {
    line-height: 30px;
    cursor: text;
    color: rgba(102, 102, 102, 1)
}
.p_page .p_PageInterval {
    line-height: 30px;
    cursor: text;
    color: rgba(102, 102, 102, 1)
}

/*占位容器*/
.p_OccupyBox {
    margin: 0;
    width: auto;
    height: auto;
    padding: 0;
    border: none;
    overflow: hidden
}

/* 跑马灯 start */
.p_CommonInteraction{
	margin:0;
	width: 236px;
    height:317px;
    padding:0;
    border-width:1px;
    border-style: none;
    border-color:rgba(228,228,228,0);
    background-color:transparent;
    overflow: hidden;
}
.p_CommonLanternBox{ 
	position: relative;   
	margin:0;
	width: auto;
    height:auto;
    padding:0;
    border-width:1px;
    border-style: none;
    border-color:rgba(228,228,228,0);
    background-color:transparent;
    overflow: hidden;
}
.p_CommonSwitchBtnA{
	position: absolute;
    top: 50%;
    left: 50%;
	display:inline-block;
	vertical-align:middle;
	cursor:pointer;
    font-size: 45px;
	color: #e5e5e5;
    transform: translate(-50%,-50%);
}
.p_CommonSwitchBtnA .iconfont:before{
	content: "\e687";
	display: inline-block;
}
.p_CommonSwitchBtnA:hover{
	cursor:pointer;
	color:rgba(105,192,188,1);
}
.p_CommonSwitchBtnB{
	position: absolute;
    top: 50%;
    right: 50%;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    transform: translate(50%,-50%);
    font-size: 45px;
    color: #e5e5e5;
    vertical-align: middle;
    cursor: pointer;
}
.p_CommonSwitchBtnB .iconfont:before{
    content: "\e6ae";
    display: inline-block;
}

.p_CommonSwitchBtnB:hover {
    color: rgba(105, 192, 188, 1);
    cursor: pointer
}


.d_CommonInteractionA{
	left: 0;
	width: 60px;
	height: auto;
	vertical-align: middle;
	position: absolute;
	overflow: visible;
	top: 50%;
	transform: translate(0,-50%);
}
.d_CommonInteractionB{
	right: 0;
	width: 60px;
	height: auto;
	vertical-align: middle;
	position: absolute;
	overflow: visible;
	top: 50%;
	transform: translate(0,-50%);
}

/*方形图片组符*/
.p_CommonSummaryBoxA {
    margin: 0 0 20px;
    width: auto;
    height: auto;
    padding: 0;
    border-width: 1px;
    border-style: none;
    border-color: rgba(228, 228, 228, 0);
    background-color: transparent;
    overflow: hidden;
    text-align:center;
}
.p_CommonThumbnailBox {
    margin: 0;
	width: auto;
	height: auto;
    padding: 0;
    border-width: 1px;
    border-style: none;
    border-color: rgba(228, 228, 228, 0);
    background-color: transparent;
    overflow: hidden
}
.p_CommonSquareNumBtn {
    display: inline-block;
    height: 10px;
    width: 100px;
	margin: 0 8px;
    padding: 0;
    background-color: rgba(228, 228, 228, 1);
    border-width: 1px;
    border-color: transparent;
    color: rgba(153, 153, 153, 1);
    font-size: 12px;
    font-family: "Microsoft YaHei";
    text-align: center;
    cursor: pointer
}

.p_CommonSquareNumBtn img {
    display: none
}

.p_CommonSquareNumBtn .shape {
    text-indent: -9999em;
    width: inherit;
    height: inherit;
    vertical-align: middle
}

.p_CommonSquareNumBtn.active,
.p_CommonSquareNumBtn:hover {
    background-color: rgba(103, 184, 180, 1);
    color: rgba(255, 255, 255, 1)
}

.p_CommonSquareNumBtn.j-nav-active {
    background-color: rgba(103, 184, 180, 1);
    color: rgba(255, 255, 255, 1)
}

/* 跑马灯 end */

/* 显示拖动条 */
.p_scroll {
    width: 100%;
    height: auto;
    position: relative
}
.p_scroll .vline {
    width: 100%;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #F0F0F0;
    opacity: 1;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%)
}
.p_scroll .scrolling {
    width: 77px;
    height: 25px;
    border: 1px solid #BABABB;
    background: -webkit-linear-gradient(#fff, #F2F2F3);
    background: -o-linear-gradient(#fff, #F2F2F3);
    background: -moz-linear-gradient(#fff, #F2F2F3);
    background: linear-gradient(#fff, #F2F2F3);
    border-radius: 6px;
    position: relative;
    left: 50%;
    text-align: center;
    font-size: 15px;
    box-shadow: 0 0 10px #fff inset, 0 1px 1px rgba(0, 0, 0, .1);
    color: #AAA;
    cursor: pointer
}
.p_scroll .scrolling:hover {
    border: 1px solid #BABABB;
    background: -webkit-linear-gradient(#fff, #F7F7F8);
    background: -o-linear-gradient(#fff, #F7F7F8);
    background: -moz-linear-gradient(#fff, #F7F7F8);
    background: linear-gradient(#fff, #F7F7F8)
}
.p_scroll .scrolling:active {
    border: 1px solid #BABABB;
    background: -webkit-linear-gradient(#fff, #E4E4E4);
    background: -o-linear-gradient(#fff, #E4E4E4);
    background: -moz-linear-gradient(#fff, #E4E4E4);
    background: linear-gradient(#fff, #E4E4E4);
    box-shadow: 0 0 10px #fff inset, 0 1px 2px rgba(0, 0, 0, .1)
}

/* 滚动加载 */
.p_more {
    position: static;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding-right: 20px;
    padding-left: 20px;
    height: 70px;
    background-color: #F6F7F8;
    position: relative;
    border-radius: 0;
    border-width: 0;
    color: rgba(115, 115, 131, 1);
    font-size: 18px
}
.p_more:active {
    background-color: #F6F7F8
}
.p_more .font {
    vertical-align: middle;
    text-align: inherit;
    line-height: 70px;
}
.p_more .iconfont {
    display: inline;
    vertical-align: middle;
    font-style: normal
}
.p_more .iconfont:before {
    content: "\e6d1"
}