html, body { scroll-behavior:smooth; }
/*字体图标引入*/
@font-face {font-family: 'iconfont';
    src: url('/themes/default/assets/fonts/iconfont.eot');
    src: url('/themes/default/assets/fonts/iconfont.eot?#iefix') format('embedded-opentype'),
    url('/themes/default/assets/fonts/iconfont.woff') format('woff'),
    url('/themes/default/assets/fonts/iconfont.ttf') format('truetype'),
    url('/themes/default/assets/fonts/iconfont.svg#iconfont') format('svg');
}
/*.sol-money-2{
    background: url('/themes/default/assets/fonts/bill-1.svg') no-repeat 100%;
    height:20px;
    width:20px;
}*/
.sol{
    font-family:"iconfont" !important;
    font-size:16px;
    font-style:normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0;
    -moz-osx-font-smoothing: grayscale;
}

ul{
    padding: 0;
    margin:0;
}
/*鼠标状态*/
.cursor-p{
  cursor: pointer;
}
.cursor-d{
  cursor: default;
}
.cursor-t{
  cursor: text;
}
/*元素隐藏*/
.display-block{
  display:block !important;
}
.display-inline{
  display:inline;
}
.display-inline-b{
  display:inline-block;
}
.display-none{
  display:none;
}
.visibility-hidden{
  visibility: hidden;
}
.visibility-visible{
  visibility: visible;
}
.overflow-hidden{
    overflow:hidden;
}
/*定位*/
.position-r{
  position:relative;
}
.position-a{
  position:absolute;
}
.orientation-left{
  position:absolute;
  top:0;
  left:0;
}
.orientation-right{
  position:absolute;
  top:0;
  right:0;
}
.orientation-bottom{
  position:absolute;
  bottom:0;
}
/*边距*/
.margin-0{
    margin:0 !important;
}
.margin-t-0{
  margin-top:0 !important;
}
.margin-b-0{
  margin-bottom:0 !important;
}
.margin-l-0{
  margin-left:0 !important;
}
.margin-r-0{
  margin-right:0 !important;
}
.margin-x-0{
  margin-left:0 !important;
  margin-right:0 !important;
}
.margin-y-0{
  margin-top:0 !important;
   margin-bottom:0 !important;
}
.padding-0{
  padding:0 !important;
}
.padding-t-0{
  padding-top:0 !important;
}
.padding-b-0{
  padding-bottom:0 !important;
}
.padding-l-0{
  padding-left:0 !important;
}
.padding-r-0{
  padding-right:0 !important;
}
.padding-x-0{
  padding-left:0 !important;
  padding-right:0 !important;
}
.padding-y-0{
    padding-top:0 !important;
    padding-bottom:0 !important;
}

.margin-t-5{
  margin-top:5px !important;
}
.margin-b-5{
  margin-bottom:5px !important;
}
.margin-y-5{
  margin-top:5px !important;
  margin-bottom:5px !important;
}
.padding-l-5{
  padding-left: 5px !important;
}
.padding-b-5{
  padding-bottom: 5px !important;
}
.margin-t-10{
  margin-top:10px !important;
}
.margin-b-10{
  margin-bottom:10px  !important;
}
.margin-l-10{
  margin-left:10px  !important;
}
.margin-r-10{
  margin-right:10px  !important;
}
.margin-x-10{
  margin-left:10px  !important;
  margin-right:10px  !important;
}
.margin-y-10{
  margin-top:10px  !important;
   margin-bottom:10px  !important;
}
.padding-t-10{
  padding-top:10px  !important;
}
.padding-b-10{
  padding-bottom:10px  !important;
}
.padding-l-10{
  padding-left:10px  !important;
}
.padding-r-10{
  padding-right:10px  !important;
}
.padding-x-10{
  padding-left:10px  !important;
  padding-right:10px  !important;
}
.padding-y-10{
    padding-top:10px  !important;
    padding-bottom:10px  !important;
}
.padding-10{
    padding:10px  !important;
}

.margin-t-15{
  margin-top:15px  !important;
}
.margin-b-15{
  margin-bottom:15px  !important;
}
.margin-l-15{
  margin-left:15px  !important;
}
.margin-r-15{
  margin-right:15px  !important;
}
.margin-x-15{
  margin-left:15px  !important;
  margin-right:15px  !important;
}
.margin-y-15{
    margin-top:15px  !important;
    margin-bottom:15px  !important;
}
.padding-t-15{
  padding-top:15px  !important;
}
.padding-b-15{
  padding-bottom:15px  !important;
}
.padding-l-15{
  padding-left:15px  !important;
}
.padding-r-15{
  padding-right:15px  !important;
}
.padding-x-15{
  padding-left:15px  !important;
  padding-right:15px  !important;
}
.padding-y-15{
    padding-top:15px  !important;
    padding-bottom:15px  !important;
}
.padding-15{
    padding:15px  !important;
}
.margin-t-20{
  margin-top:20px  !important;
}
.margin-b-20{
  margin-bottom:20px !important;
}
.margin-l-20{
  margin-left:20px  !important;
}
.margin-r-20{
  margin-right:20px  !important;
}
.margin-x-20{
  margin-left:20px  !important;
  margin-right:20px  !important;
}
.margin-y-20{
  margin-top:20px  !important;
   margin-bottom:20px  !important;
}
.padding-t-20{
  padding-top:20px  !important;
}
.padding-b-20{
  padding-bottom:20px  !important;
}
.padding-l-20{
  padding-left:20px  !important;
}
.padding-r-20{
  padding-right:20px  !important;
}
.padding-x-20{
  padding-left:20px  !important;
  padding-right:20px  !important;
}
.padding-y-20{
    padding-top:20px  !important;
    padding-bottom:20px  !important;
}
.padding-y-25{
    padding-top:25px  !important;
    padding-bottom:25px  !important;
}
.padding-20{
    padding:20px  !important;
}

.margin-t-30{
  margin-top:30px  !important;
}
.margin-b-30{
  margin-bottom:30px !important;
}
.margin-l-30{
  margin-left:30px  !important;
}
.margin-r-30{
  margin-right:30px  !important;
}
.margin-x-30{
  margin-left:30px  !important;
  margin-right:30px  !important;
}
.margin-y-30{
  margin-top:30px  !important;
   margin-bottom:30px  !important;
}
.padding-t-30{
  padding-top:30px  !important;
}
.padding-b-30{
  padding-bottom:30px  !important;
}
.padding-l-30{
  padding-left:30px  !important;
}
.padding-r-30{
  padding-right:30px  !important;
}
.padding-x-30{
  padding-left:30px  !important;
  padding-right:30px  !important;
}
.padding-y-30{
    padding-top:30px  !important;
    padding-bottom:30px  !important;
}
.padding-30{
    padding:30px  !important;
}
.margin-t-40{
  margin-top:40px  !important;
}
.margin-b-40{
  margin-bottom:40px !important;
}
.margin-l-40{
  margin-left:40px  !important;
}
.margin-r-40{
  margin-right:40px  !important;
}
.margin-x-40{
  margin-left:40px  !important;
  margin-right:40px  !important;
}
.margin-y-40{
  margin-top:40px  !important;
   margin-bottom:40px  !important;
}
.padding-t-40{
  padding-top:40px  !important;
}
.padding-b-40{
  padding-bottom:40px  !important;
}
.padding-l-40{
  padding-left:40px  !important;
}
.padding-r-40{
  padding-right:40px  !important;
}
.padding-x-40{
  padding-left:40px  !important;
  padding-right:40px  !important;
}
.padding-y-40{
    padding-top:40px  !important;
    padding-bottom:40px  !important;
}
.padding-40{
    padding:40px  !important;
}
/*布局*/
/*布局*/
.row {
	margin-right:-10px;
  margin-left:-10px;
}
.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{
	padding-right:10px;
	padding-left:10px;
}
.container{
  padding-right: 10px;
  padding-left: 10px;
}
[class^="w-"]{
	display:inline-block;
}
[class*="w-offset-"]{
	position:relative;
}
.w-grid-space > [class^="w-"] {
	padding-right:10px;
	padding-left: 10px;
	display:block;
}
.w-grid,.w-grid-space,
.w-grid .w-grid-space,
.w-grid-space .w-grid {
	margin-bottom:20px;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap:wrap;
		flex-wrap:wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
		justify-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.w-grid-space .w-grid,
.w-grid{
	padding-right:auto;
	padding-left: auto; 
} 
.w-grid .w-grid-space,
.w-grid-space{
	padding-right:0;
	padding-left: 0; 
	margin-left:-8px;
	margin-right:-8px;
} 
.w-grid .w-grid-space,
.w-grid-space .w-grid{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    padding-right:0;
    padding-left: 0; 
}
.w-center{
	-webkit-box-align: center !important;
	-ms-flex-align: center !important;
	align-items: center !important;
}
.grid-between{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.w-1 {
  width: 8.3333333333%;
}

.w-2 {
  width: 16.6666666667%;
}

.w-3 {
  width: 25%;
}

.w-4 {
  width: 33.3333333333%;
}

.w-5 {
  width: 41.6666666667%;
}

.w-6 {
  width: 50%;
}

.w-7 {
  width: 58.3333333333%;
}

.w-8 {
  width: 66.6666666667%;
}

.w-9 {
  width: 75%;
}

.w-10 {
  width: 83.3333333333%;
}

.w-11 {
  width: 91.6666666667%;
}

.w-12 {
  width: 100%;
  clear: both;
}
/*偏移量*/
.w-offset-0 {
  left: 0;
}
.w-offset-1 {
  left: 8.3333333333%;
}

.w-offset-2 {
  left: 16.6666666667%;
}

.w-offset-3 {
  left: 25%;
}

.w-offset-4 {
  left: 33.3333333333%;
}

.w-offset-5 {
  left: 41.6666666667%;
}

.w-offset-6 {
  left: 50%;
}

.w-offset-7 {
  left: 58.3333333333%;
}

.w-offset-8 {
  left: 66.6666666667%;
}

.w-offset-9 {
  left: 75%;
}

.w-offset-10 {
  left: 83.3333333333%;
}

.w-offset-11 {
  left: 91.6666666667%;
}

/*居中*/
.vertical-center{
  top:50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  position:relative;
}
.margin-center{
    margin:0 auto;
}

/*组件*/
/*标题*/
.h1,
.h2,
.h3,
.h4,
.h5,
.h6{
  font-width:700;
  color: #303133;
}

h1{
    font-size: 30px;
}
h2{
    font-size: 24px;
}
h3{
    font-size: 22px;
}
h4{
    font-size: 18px;
    line-height: normal;
}
h5{
    font-size: 16px;
}
h6{
    font-size: 14px;
}
h1,h2,h3,.h4,h5,h6{
    /*font-weight: 700;*/
    line-height: normal;
}
/*字体大小*/
.text-size-11{
    font-size: 11px !important;
}
.text-size-12{
    font-size: 12px !important;
}
.text-size-13{
    font-size: 13px !important;
}
.text-size-14{
    font-size: 14px !important;
}
.text-size-15{
    font-size: 15px !important;
}
.text-size-16{
    font-size: 16px !important;
}
.text-size-17{
    font-size: 17px !important;
}
.text-size-18{
    font-size: 18px !important;
}
.text-size-19{
    font-size: 19px !important;
}
.text-size-20{
    font-size: 20px !important;
}
.text-size-22{
    font-size: 22px !important;
}
.text-size-24{
    font-size: 24px !important;
}
.text-size-26{
    font-size: 26px !important;
}
.text-size-28{
    font-size: 28px !important;
}
.text-size-32{
    font-size: 32px !important;
}
.text-size-36{
    font-size: 36px !important;
}
.text-size-40{
    font-size: 40px !important;
}
.text-bold{
  font-weight: 700 !important;
}

/*字体颜色*/
.text-placeholder{
  color: #C0C4CC;
}
.text-white{
  color: #fff !important;
}

.text-blue{
  color: #004da0 !important;
}
.text-blue-title{
  color: #004da0 !important;
}
.text-black{
  color: #060606 !important;
}
.text-red{
  color: #ce1d1d !important;
}
.text-gray{
  color: #4e4e4e !important;
}
.text-light-gray{
  color: #999999 !important;
}
.text-orange{
  color: #ff7500 !important;
}
.text-orange1{
  color: #ff4e00 !important
}
.text-bold{
  font-weight: 700 !important;
}
/*字体属性*/
.text-left{
  text-align: left !important;
}
.text-right{
  text-align: right;
}
.text-center{
  text-align: center;
}
.text-justify{
  text-align: justify;
}
.text-wrap{
  white-space: wrap !important;
}
.text-nowrap{
  white-space: nowrap;
}
.text-lowercase{
  text-transform: lowercase;
}

/*缩进*/
.text-indent-1{
  text-indent: 1.25rem;
}
.text-indent-2{
  text-indent: 2.5rem;
}

/*字数限制*/
.text-ellipsis-width{
  max-width: 100%;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}

.text-ellipsis1,.text-ellipsis2,.text-ellipsis3, .text-ellipsis4{
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-wrap: break-word;
  word-break: normal;
}
.text-ellipsis1{
  -webkit-line-clamp: 1;
}
.text-ellipsis2{
  -webkit-line-clamp: 2;
}
.text-ellipsis3{
  -webkit-line-clamp: 3;
}
.text-ellipsis4{
  -webkit-line-clamp: 4;
}
/*行间距*/
.text-line-height{
    line-height:1;
}


/*线条*/
/*线条边框*/
.line-x{
  height: 1px;
  width: 100%;
  background-color: #c4c3c3;
}
.line-y{
  height: 100%;
  width: 1px;
  background-color: #c4c3c3;
}
.line-border{
    border: 1px solid #c4c3c3;;
}
.line-x-t{
  border-top: 1px solid #c4c3c3;;
}
.line-x-b{
  border-bottom: 1px solid #c4c3c3;;
}
.line-y-l{
  border-left: 1px solid #c4c3c3;;
}
.line-y-r{
  border-right: 1px solid #c4c3c3;;
}

.line-none,
.line-border,
.line-x-t,
.line-x-b,
.line-y-l,
.line-y-r{
  border-color: #DCDFE6;
}
.line-base{
   border-color: #DCDFE6;
}
.line-light{
   border-color: #E4E7ED;
}
.line-lighter{
   border-color: #EBEEF5;
}
.line-extralight{
   border-color: #F2F6FC;
}
/*圆角*/
.border-radius-0{
    border-radius:0 !important;
}
.border-radius-5{
    border-radius:5px !important;
}
.border-radius-t{
    border-radius: 0;
    border-top-right-radius: 5px; 
    border-top-left-radius: 5px;
}
.border-radius-b{
    border-radius: 0;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}
.border-radius-l{
    border-radius: 0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.border-radius-r{
    border-radius: 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
/*按钮*/
.btn-main,.btn-main-b,
.btn-max,.btn-max-b,
.btn-min,.btn-min-b,
.btn-lesser,.btn-lesser-b{
    font-size:16px;
    color: #fff ;
    text-align: center;
    line-height:40px;
    min-width:120px;
    height:40px;
    padding: 0 0.5em;
    border-radius: 5px;
    outline: none; 
    -webkit-box-sizing: border-box; 
            box-sizing: border-box;
    -webkit-transition: all .5s linear; 
    -o-transition: all .5s linear; 
    transition: all .5s linear;
    margin-right: 10px;
    white-space: nowrap;
    display: inline-block;
    border:0;
    cursor: pointer;
}
.btn-radius{
  font-size: 12px;
  color: #fff ;
  text-align: center;
  line-height: 1;
  padding: 0.4em 0.9em;
  border-radius: 1.5em;
  outline: none; 
  -webkit-box-sizing: border-box; 
          box-sizing: border-box;
  -webkit-transition: all .5s linear; 
  -o-transition: all .5s linear; 
  transition: all .5s linear;
  white-space: nowrap;
  display: inline-block;
  border:0;
  cursor: pointer;
}
.btn-main-b{
	line-height:38px;
}
.btn-max,.btn-max-b{
    font-size: 16px;
    min-width: 130px;
    height: 44px;
    line-height: 44px;
    border-radius: 3px;   
}
.btn-min,.btn-min-b{
    font-size: 14px;
    min-width: 95px;
    height: 34px;
    line-height: 34px;
    border-radius: 3px;   
}
.btn-lesser,.btn-lesser-b{
    font-size: 12px;
    min-width: 85px;
    height: 30px;
    line-height: 30px;
    border-radius: 3px;   
}


/*背景色*/
.btn-main:hover{
    opacity:0.7;
    line-height:40px;
}
.btn-min:hover{
    opacity:0.7;
    line-height:34px;
}
.btn-lesser:hover{
    opacity:0.7;
    line-height:30px;
}
.btn-blue,.btn-blue-light{
    background-color: #004EA2 !important;
}
.btn-blue:hover,.btn-blue-light:hover{
    opacity: 1;
    background-color: #0c64c4 !important;
}
.btn-file{
	background-color: #004EA2 !important;
	position: relative;
}
.btn-file i{
	display: inline-block;
	width: 14px;
	height: 14px;
	background: url(/themes/default/assets/images/faw/shopServerTask/accessoryicon.png) no-repeat 0 0;
	position: relative;
	top: 2px;
	margin-right:2px;
}
.btn-file input[type="file"] {
    position: absolute;
    top: -9999999;
    filter: alpha(opacity=0);
    opacity: 0;
    width: 0;
    height: 0;
    outline: none;
    cursor: inherit;
}
.btn-orange{
    background-color: #ed6d00 !important;
}
.btn-grey{
    background-color: #a9a9a9 !important;
}
.btn-grey:hover{
    opacity:0.5;
}
.btn-orangeRed{
	background-color: #ff4e00;
}

/*线框按钮*/
.btn-lesser-b,
.btn-min-b,
.btn-main-b{
    background-color:transparent;
    border:1px solid currentColor;
}
/*
.btn-main-b:hover{
    background-color:currentColor;
}*/
.btn-blue-b,
.btn-bule-b{
    color: #004EA2; 
}
.btn-orange-b{
    color: #ed6d00; 
}
.btn-orange-b:hover{
    background-color:rgba(237, 109, 0,.05);
}
.btn-orangeRed-b{
  color: #ff4e00;
}

.btn-grey-b{
    color: #999999 !important;
}

/*按钮组*/
.btn-gruop .btn-main,.btn_gruop .btn-main-border{
    display:inline-block;
    border-radius:0;
}
.btn-gruop .btn-main-border{
    border-right:0;
}
.btn-gruop .btn-main:first-child,.btn_gruop .btn-main-border:first-child{
    border-radius: 5px 0 0 5px;
}
.btn-gruop .btn-main:last-child,.btn_gruop .btn-main-border:last-child{
    border-radius:0 5px 5px 0;
    border-right:1px solid currentColor;
}
/*表单*/
.form-input{
    display: inline-block;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    margin: 10px;
    padding: 10px;
    border: 1px solid #b7b7b7;
    border-radius: 3px;
    color: #b7b7b7;
    -o-text-overflow: clip;
    text-overflow: clip;
    background: #fff;
}
.form-input:focus{
    border-color:#004EA2;
    -webkit-box-sizing:none;
            box-sizing:none;
}
.form-input[type="radio"]{
    
}
/* 表格无数据 */
.nodata{
  padding: 50px;
  color: #777777;
  text-align: center;
}
.nodata .nodataImg{
  margin: 0 auto 10px;
  width: 88px;
	height: 78px;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(/themes/default/assets/images/faw/shopServerTask/noneContentImg.png)
}
/* 发布文章标题 */
.w-grid-space .control-label{
	padding-top:2px;
	color: #060606;
	text-align: right ;
}
/* 图片上传 */
.uploderPic-box{
	position: absolute;
	display: inline-block;
	top: 0;
  width: 90px;
  height: 56px;
}
.uploderPic-list{
	position: relative;
	display: inline-block;
	height: 56px;
}
.uploderPic-box .ace-file-input, .uploderPic-box .ace-file-container{
  height: 56px !important;
  overflow: hidden;
}
.ace-file-multiple .ace-file-container .ace-file-name img{
  border:none;
}
.uploderPic-list li{
	margin-right: 15px;
	display: inline-block;
	overflow: hidden;
	position: relative;
	border: solid 1px #d5d5d5;
	border-radius: 5px;
}
.uploderPic-list li .fengImgShowRadios{
	height: auto;
	overflow: hidden;
}
.uploderPic-list li input{
	position: absolute;
	top: -19px;
	right: -7px;
	z-index: 4;
	width: 25px;
	height: 25px;
	opacity: 0;
	cursor: pointer;
}
.uploderPic-list li input + span{
	color: transparent;
	width: 34px;
	height: 34px;
	-webkit-transform: rotateZ(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotateZ(45deg);
	background-color: #c4c3c3;
	position: absolute;
	top: -17px;
	right: -17px;
	z-index: 2;
	display: inline-block;
	cursor: pointer;
}
.uploderPic-list li input:checked + span{
	background-color: #004ea2;
}
.uploderPic-list li input + span:after{
	content: '';
	position: absolute;
	top: 19px;
	right: 7px;
	height: 15px;
	width: 15px;
	-webkit-transform: rotateZ(-45deg);
	    -ms-transform: rotate(-45deg);
	        transform: rotateZ(-45deg);
	background: url(/themes/default/assets/images/faw/shopServerTask/Uploder_iconAllPic.png) no-repeat;
	background-position: -41px 0;
	background-size: 60px;
}
.uploderPic-list li input:hover + span:last-child{
	display: none;
}
.uploderPic-list li span:last-child{
	font-size: 14px;
	color: #fff;
	text-align: center;
	line-height: 56px;
	display: inline-block;
	position: absolute;
	top: -13px;
	left: -20px;
	background-color: rgba(0,0,0,.5);
	opacity: 0;
	border-radius: 3px;
	width: 110px;
	height: 110px;
	z-index: 3;
	-webkit-transform: rotateZ(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotateZ(45deg);
}
.uploderPic-list li span:last-child:hover{
	opacity: 1;
	-webkit-transform: rotateZ(0);
	    -ms-transform: rotate(0);
	        transform: rotateZ(0);
	top: 0;
	left: -10px;
}

.uploderPic-list li img,
.uploderPic-btn,
.uploderPic{
	width: 90px;
	height: 56px;
	background-color: #d6d6d6;
	border-radius: 5px;
	cursor: pointer;
  display: inline-block;
}
.uploderPic-btn{
	position: relative;
	opacity: 0;
	z-index: 1;
}
.uploderPic{
	top: 0;
	z-index: 0;
	position: absolute;
  overflow: hidden;
}
.uploderTip{
	font-size: 14px;
	margin-top:10px;
}
/*列表圆*/
.li-ircle{
    width: 5px;
    height: 5px;
    background-color: currentColor;
    border-radius: 50%;
    display: inline-block;
    margin-right:10px;
    vertical-align: middle;
}
/* 列表三角 */
.sanjiao-r {
    background: url(/themes/default/assets/images/sanjiao_r.png) no-repeat;
    width: 11px;
    height: 12px;
    display: inline-block;
    margin-right: 8px;
}
/*背景框*/
.box-bgcolor,
.box-bgcolor-t,
.box-bgcolor-m,
.box-bgcolor-b{
    background-color: #fff;
    padding:20px;
    border-radius: 5px;    
    margin-bottom:20px;
    position:relative;
  clear: both;
  /* overflow: hidden; */
}
.box-bgcolor-t{
  border-radius: 5px 5px 0 0;
  margin-bottom:0;
  padding-bottom: 0;
}
.box-bgcolor-m{
    border-radius: 0;
	margin:0;
}
.box-bgcolor-b{
    border-radius: 0 0 5px 5px;    
}
.box-bgcolor-grey,
.box-bgcolor-red{
	margin:0 auto;
	padding:10px 15px;
    border-radius: 5px;
    position:relative; 
}
.box-bgcolor-grey{
    background-color:#f2f5fa;
    margin-bottom:20px;
}
.box-bgcolor-red{
    background-color:#fff5f1;    
	margin-bottom:30px;
}
/*提示信息弹窗*/
.modal_tipmsg{
    width: 250px;
    min-height: 105px;
    background-color: #ffffff;
    border: solid 1px #0066cc;
    border-radius: 5px; 
    position:absolute;
    top:-10px;
    left:-23%;
    z-index: 99;
    /*display: none;*/
}
.modal_tipmsg_right .modal_tipmsg{
	right:-25%;
	left: auto;
}
.modal_tipmsg:after {
    content: " ";
    position: absolute;
    top:12px;
    right:-7px;
    height:14px;
    width:14px;
    background-color:#0066cc;
    -webkit-transform: rotateZ(45deg);
        -ms-transform: rotate(45deg);
            transform: rotateZ(45deg);
}
.modal_tipmsg_right  .modal_tipmsg:after{
	left:-7px;
}
.modal_tipmsg_header{
    width: 100%;
    height: 40px;
    background-color: #0066cc;
    padding:10px;
    position:relative;
    overflow: hidden; 
}

.icon-help{
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align:middle;
    margin-right: 5px;
    background:url("/themes/default/assets/images/icon-help.png") no-repeat 100%/100%;
}
.modal_tipmsg_title{
    font-size: 15px;
    font-weight: bold;
    color: #ffffff;
    display: inline-block;
    line-height: 20px;
    margin: 0;
}
.modal_tipmsg_content{
    font-size: 15px;
    line-height: 1.4;
    letter-spacing: 1px;
    color: #7d7d7d;
    padding:10px;
    overflow: hidden; 
}

/*封面*/
.pic_cover_case,.pic_cover_caseB,
.pic_cover_shop,.pic_cover_shopB,
.pic_cover_anli,.pic_cover_anliB,
.pic_cover_news,.pic_cover_newsB,
.pic_cover_user{
  font-size:20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 15em;
  height:9.25em;
  display: inline-block;
  border-radius: 5px;
  border: 1px solid #eee;
  overflow: hidden;
  position:relative;
  background-color:#eee;
}

.ul_case_shop li .pic_cover_case{
  height:9em !important;
}
.nineList_cover_shopB{
	width: 220px;
	height: 135px;
}

/*方案超市*/
.pic_cover_boxB,
.pic_cover_caseB,
.pic_cover_shopB,
.pic_cover_anliB,
.pic_cover_newsB{
  border-radius: 0;
  border:none;
  border-bottom: 1px solid #eee;
  font-size:18.5px;
}
.pic_cover_minbox{
  font-size:12px;
  width: 8.5em;
  height: 5.25em;
  display: inline-block;
}
.pic_cover_user{
    font-size:12px;
    width: 5em;
    height: 5em;
    border-radius:50%;
}
.pic_cover_boxImg{
  width: 100%;
  height:100%;
  display: inline-block;
}
/*图片动画*/
.img_hover{
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}
.img_hover:hover{
    -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
            transform: scale(1.2);
}

/*头部*/
.headerLeftFS{
  font-size:12px;
  color:#999;
  line-height: 38px;
}
/*导航*/
/*个人中心导航*/
.nav-user{
  background: #004ea2;
  padding:15px 0;
  height:60px;
  position: relative;
}
.nav-logo{
  display: inline-block;
}
.nav-logo img{
  vertical-align: middle;
}
.navList{
  display:inline-block;
  padding-left:30px;
}
.navList li{
  display: inline-block;
  margin: 0 10px;
}
.navList li a{
  height: 30px;
  display: inline-block;
  padding:4px 15px;
  background: #004ea2;
  border-radius:5px;
  color:#fff;
  font-size:14px;
}
.navList li .activeSelectA{
  background: #3387e2;
}
.inputbetween-text{
    color: #fff;
    position: relative;
    font-size: 14px;
    margin: 0 10px;
}
/*固定导航*/
.nav-fixd{
  height: 85px;
  padding:15px 0;
}
.navList-default{
  display: inline-block;
  position: relative;
  top: 5px;
}
.navList-default li{
  display: inline-block;
}
.navList-default li a{
  font-size: 15px;
  color: #333;
  margin: 0 15px;
  display: inline-block;
}
.navList-default li .activeSelectA{
  color: #115aa8 ;
}
.nav-fixd .seaerch_inputBox{
  position: absolute;
  right: 0;
  top: 15px;
}
.nav-logo-large{
  width: 180px !important;
  height:auto;
}
.nav-logo-large img{
  width: 100%;
  height:auto;
}
/*底部*/
/*侧边栏*/

/*文字与小图标*/
.iconText{
  display: inline-block;
  font-size: 12px;
  color: #666666;
  line-height:1;
  margin-right:10px;
  margin-bottom:0;
}
.iconText .sol{
  display: inline-block;
  font-size: 12px;
  color: inherit;
  margin-right:5px;
}
.iconText .sol-star,
.iconText .sol-star-b{
  font-size: 14px;
}
.iconText .sol-star-b{
  color: #004ea2;
}
.sol-star-1-b{
  color: #f5a623;
}
.sol-star-1{
  color: #777;
}
.sol-star-1,
.sol-star-1-b{
  font-size: inherit;
}
.starLink{
  color:  #999;
}
/* 弹框 */
/* 模态框的样式 */
.modelBox_edit{
  width:100%;
  min-width: 746px;
	height:100%;
	background: rgba(81,84,93,.6);
	position: fixed;
	z-index: 99;
	display: none;
	left: 0;
	right:0;
	top:0;
	bottom:0;
}
.modelBox_edit .container{
	width: 1290px;
	padding-left: 0;
	padding-right: 0;
}
.modelBox_edit .modelBox_errmsg{
  height: 40px;
  min-width: 400px;
  text-align: center;
  line-height: 1;
  background-color: #fff5f1;
  border-radius: 5px;
  font-size: 14px;
  color: #ff1a1a;
  padding: 12px 20px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: 0;
  margin-top: -60px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  display: none;
}
.largeImg-content{
  height: 500px;
  width:706px;
  background-color: #ffffff; 
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -250px;
  margin-left: -353px;
}
.close-largeImg{
  position: absolute;
  right: 0;
  top: -24px;
  display: inline-block;
  padding: 3px 5px;
  background-color: #ff4e00;
  color:#ffffff;
  cursor: pointer;
}
.modelBox_edit .modelBox_errmsg .sol-warning-1{
  margin-right: 5px;
  vertical-align: middle;
}
.modelBox_edit .modelBox_box{
	position: relative;
  top: 35%;
  -webkit-transform: translateY(-35%);
      -ms-transform: translateY(-35%);
          transform: translateY(-35%);
  z-index: 1000;
  margin: 0 auto;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.modelBox_edit .modelBox_box .boxAddressG1{
  top: 0;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.modelBox_edit .boxAddressG1{
	min-height: 200px;
  width: 746px;
  margin: 0 auto;
	background-color: #fff;
	border-radius: 10px;
	position: relative;
  top: 35%;
  -webkit-transform: translateY(-35%);
      -ms-transform: translateY(-35%);
          transform: translateY(-35%);
	z-index: 1000;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.modelBox_tipBg{
  background-color: #fff5f1;
  width: 80%;
  text-align: center;
  color: #ed6d00;
  font-size: 14px;
  margin: 5px 30px;
  padding: 10px 15px;
  border-radius: 5px;
  position: relative;
}
.titleContentInfoT1{
	width:100%;
	height:50px;
	background:#144f8c;
  padding:0 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
	border-top-right-radius:10px;
	border-top-left-radius:10px;
}
.titleAddressNews{
	font-size:16px;
	color:#fff;
	font-weight:bold;
	height:50px;
	line-height:50px;
}
.colseIconImgJ1>i{
	display: inline-block;
	width:18px;
	height:18px;
	background: url(/themes/default/assets/images/faw/shopServerTask/userIconAll02.png) no-repeat -61px -3px;
	position: relative;
  top:2px;
  cursor: pointer;
}
.colseIconImgJ1>i:hover{
	opacity: .8;
}
.modelBox_edit .form-horizontal .control-label {
	padding-top: 7px;
	margin-bottom: 0;
  text-align: right !important;
}
.modelBox_edit textarea {
	width: 100%;
	min-height: 80px;
	border: solid 1px #d5d5d5;
}
.modelBox_edit textarea,
.modelBox_edit select{
	border-radius: 3px !important;
}
/* .modelBox_edit .Validform_checktip{
  position: absolute;
  line-height: 1;
} */
.modelBox_body{
	min-height: 280px;
	max-height:420px;
	background: #fff;
	padding: 20px 30px;
	overflow:hidden;
	overflow-y: auto;
	position: relative;
}
.modelBox_body .pBlockTapOneG1{
	width: 100%; 
	padding: 0;
}
.modelBtnBox{
	height: 62px;
	width: 100%;
	position: relative;
	background-color: #fff;
	padding:10px 20px;
  text-align: right;
  border-top: 1px solid #f0f0f0;
}


/* 添加开发平台开发平台 */
.pBlockTapOneG1,.pBlockTapOneG2, .pBlockTapOneG3{
	width:100%;
	padding:0 7%;
	margin-left:0;
}

.pBlockTapOneG1>li,.pBlockTapOneG2>li,.pBlockTapOneG3>li{
	/* background-color: #144f8c; */
	border-radius: 5px;
	font-size: 14px;
	border:solid 1px #d5d5d5;
	padding: 6px 12px 8px;
	display: inline-block;
	margin-right: 10px;
	margin-bottom:10px;
	cursor: pointer;
}

.pBlockTapOneG1>.addChangeFontStyle01,.pBlockTapOneG2>.addChangeFontStyle01,.pBlockTapOneG3>.addChangeFontStyle01{
	background-color: #144f8c;
	color: #ffffff;
}
/* 操作步骤 */
.stepList{
	text-align: center;
  margin-bottom:30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.stepList li{
	display: inline-block;
	position:relative;
	/* left:-22px; */
	width: 260px;
	color: #c6c6c6;
}
.stepList li.active{
	color: #004da0;
}
.stepList li:after,
.stepList li.active:after{
	content: " ";
	position:absolute;
	display: inline-block;
	width: 105px;
	height: 1px;
	background-color: #c6c6c6;
	top:12px;
	left: -26%;
}
.stepList li:first-child:after,
.stepList li.active:first-child:after{
	width: 0;
}
.stepList li.active:after{
	background-color: #004da0;
}
.stepList li .stepNum{
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background-color: #c6c6c6;
	font-size: 16px;
	color: #ffffff;
	text-align: center;
	line-height: 24px;
	display:inline-block;
}
.stepList li .sol-cross{
	font-size: 12px;
	position: relative;
	top: -2px;
  right: 0;
  background-color: transparent;
}
.stepList li.active .stepNum{
	background-color: #004da0;
}
.stepList li .stepName{
	font-size: 16px;
	color: #c6c6c6;
	display:inline-block;
	margin:0 10px;
}
.stepList li.active .stepName{
	color: inherit;
}
.stepList li.active-error .stepNum{
	background-color: #ce1d1d;
}
.stepList li.active-error .stepName{
	color: #ce1d1d;
}
.stepList-errorMsg{
	font-size: 14px;
	font-weight: 500;
	line-height: 20px;
	color: #ff1a1a;
	text-align: left;
	display: inline-block;
	margin: 0;
}
.stepList-errorMsg .sol-warning-1{
  margin-right: 5px;
  top: 2px;
  position: relative;
}


 /* 网站弹窗样式 */
 .facs_popup_show {
     height: 100%;
     width: 100%;
     position: fixed;
     z-index: 2000;
     left: 0;
     right: 0;
     top: 0;
     background-color: rgba(0, 0, 0, .5);
     z-index: 998;
 }
.facs_popup_show_content{
    width: 708px;
    margin: 0 auto;
    position: relative;
    top: 15%;
    text-align: center;
}
.facs_popup_img{
    margin: 0 auto;
}
.facs_box_btnImg {
    position: relative;
    display: inline-block;
    width: 270px;
    height: 70px;
    /* left: 50%; */
    margin-left: 45px;
    top: -160px;
    cursor: pointer;
}
.closePopupShow{
    height: 40px;
    width: 40px;
    position: absolute;
    display: inline-block;
    right: 32px;
    top: 0;
    cursor: pointer;
}
/* 标签框 */
.tagBox{
	width: 100%;
	min-height: 35px;
	border-radius: 3px;
	border: solid 1px #d5d5d5;
}
.tagBox>li{
	background-color: #004da0 !important;
	border-radius: 20px !important;
	opacity: 0.5;
	padding: 3px 12px !important;
	font-size: 14px;
	color: #ffffff !important;
	font-size: 14px;
	float: none !important;
	display: inline-block;
	margin: 2px 5px !important;
	border: 1px solid #ddd;
	position: relative;
}
.deleteTag,
.tagBox>li>b{
	color: transparent !important;
	width: 15px;
	height: 15px;
	background: transparent !important;
	position: relative !important;
	top: 0px !important;
	right: 0px !important;
	cursor: pointer;
	margin-left: 10px;
	display: inline-block;
	line-height: 15px;
	font-weight: 300;
	vertical-align: middle;
}
.deleteTag:after,
.tagBox>li>b:after{
	content: '×';
	position: absolute;
	top: -1px;
	left: 0;
	width: 15px;
	height: 15px;
	color: #fff;
	opacity: 0.5;
	font-size: 20px;
}
.list_propertyTag li{
	background-color: #144f8c;
	border-radius: 5px;
	font-size: 14px;
	color: #ffffff;
	padding: 6px 12px 8px;
	display: inline-block;
	margin-right: 10px;
  margin-bottom: 5px;
}
.tagBox input{
	border: 0;
	width: 222px;
	vertical-align: baseline;
}
.tagBox input:focus{
	-webkit-box-shadow: none !important;
	        box-shadow: none !important;
}

#form .Validform_checktip.Validform_wrong{
	opacity: 0;
	position: absolute;
}
#form .Validform_checktip.Validform_right{
	display: none !important;
}
#form .Validform_error,
.red_error{
  border:1px solid #d81e06 !important;
	-webkit-box-shadow: none !important;
	        box-shadow: none !important;
}
.Validform_error ~ .tagBox{
  border:1px solid #d81e06;
}
#form .Validform_error:focus{
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
}
/* 快速发包 */
.fast-contract{
  width: 100%;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 1001;
}
.fast-contract-entrance{
  cursor: pointer;
  display: none;
  width: auto;
}
.fast-contract-box{
  display: block;
  width: 100%;
  background-color: rgba(0,0,0,0.5);
  padding: 10px;
}
.fast-contract-box .w-grid{
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0;
  position: relative;
}
.fast-contract-imgBox{
    height: auto;
    position: relative;
    left: -22px;
  }
.fast-contract-QRcode{
 background: url(/themes/default/assets/images/fast-contract-QRcode.png) no-repeat;
  width: 98px;
  height: 73px;
}
.fast-contract-box .form-group{
  margin: 0 !important;
  display: inline-block;
}
.fast-contract-box .form-group .form-control{
  height: 40px;
  border-radius: 5px 0 0 5px !important;
}
.fast-contract-box .btn-orange{
  height: 40px;
  border-radius:  0 5px 5px 0;
  position: relative;
  top: 1px;
  left: -4px;
}
.fast-contract-box .sol-cross{
  top: 0;
  background-color: rgba(0,0,0,.75);
  cursor: pointer;
}
.fast-contract-box .errmsg{
  color: #fff;
  font-size: 12px;
  position: absolute;
  display: none;
}
@media screen and (min-width: 1400px) {
    .fast-contract-imgBox{
      max-width: 784px;
    }
    .fast-contract-box .sol-cross{
      right: 0;
    }
}
@media screen and (max-width: 1399px){
    .fast-contract-imgBox{
      max-width: 700px;
    }
    .fast-contract-box .sol-cross{
      right: 100px;
    }
}
@media screen and (max-width: 1300px){
    .fast-contract-box .sol-cross{
      right: 120px;
    }
}
/* 用户中心弹框 */
.bomb-box{
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  background-color: rgba(0,0,0,.35);
  text-align: center;
}
.bomb-content{
  background-color: #FFFFFF;
  border-radius: 3px;
  padding: 30px 40px 20px;
  position: absolute;
  margin: 0 auto;
  display: inline-block;
  top: 28%;
  left: 50%;
  margin-left: -183px;
  width: 366px;
  -webkit-box-shadow: 0 0 18px 0 rgba(153, 153, 153,0.65) ;
          box-shadow: 0 0 18px 0 rgba(153, 153, 153,0.65) ;
}
.bomb-close{
  display: inline-block;
  position: absolute;
  right: 5px;
  top:5px;
  cursor: pointer;
  font-weight: 700;
  color: #333333;
  background-color: transparent;
}
.bomb-text{
  font-size: 14px;
  color: #333333;
  line-height: 24px;
  /*height: 60px;*/
}
.bomb-text.bidTip-text a{
  text-decoration: underline;
  margin-left: 5px;
  margin-right: 5px;
}
.bomb-button-group{
  margin-top: 20px;
}
.bomb-button{
  display: inline-block;
  border-radius: 3px;
  border: 1px solid #c4c3c3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 8px 20px;
  font-size: 12px;
  color: #333333;
  text-align: center;
  margin: 0 8px;
  background-color: #FFFFFF;
  min-width: 80px;
}
.bomb-use{
  background-color: #ff4e00;
  border-color: currentcolor;
  color: #FFFFFF;
}
.bomb-orange{
  color: #ff4e00;
  border-color: currentcolor;
}
/*图片裁切*/
  .imgcrop-wrap{
    position: fixed;
    z-index: 100;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,.35);
    display: none;
  }
  .imgcrop-content{
    width: 680px;
    height: 580px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -290px;
    margin-left: -340px;
    background-color: #fff;
    padding: 50px 30px 30px;
    border-radius: 5px;
  }
  .imgcrop-content .sol-cross{
    background-color: transparent;
    color: grey;
    font-size: 16px !important;
    top: 5px;
    right: 10px;
    cursor: pointer;
  }
  .imgcrop-img{
    width: 100%;
    height: 380px;
  }
  .imgcrop-preview{
    padding-top: 10px;
  }
  .img-preview{
    width: 145px;
    height: 90px;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #d5d5d5;
    overflow: hidden;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .imgcrop-btn{
    margin-left: 50%;
  }
/*鼠标原有的事件不能实现*/
.notclick {
    pointer-events: none; 
}
.tagTip{
  position: absolute;
  margin-top: -28px;
  margin-left: 5px;
  font-size: 14px;
  color: #a5a5a5;
  display: none;
}
.tagItemListBox{
    background-color: #fff;
    padding: 10px 7% 0;
    overflow: hidden;
    overflow-x: auto;
    position: relative;
}
.tagItemListBox .tagItemList{
    border-bottom: solid 1px #c4c3c3;
}
.tagItemList li{
    font-size: 14px;
    line-height: 19px;
    color: #999999;
    display: inline-block;
    padding-bottom: 7px;
    cursor: pointer;
    margin-right: 15px;
}
.tagItemList li.active{
    color: #144f8c;
    border-bottom: solid 1px #144f8c;
}
.tagListBox{
  height: 170px;
  overflow: hidden;
  overflow-y: auto;
  padding: 5px;
}
.tagListUl{
  padding: 0 !important;
  display: none;
}
.tagListUl.active{
  display: block;
}
.tagItemSelect{
  border-top: solid 1px #c4c3c3;
  padding-top: 10px;
}
.tagItemSelect p{
  font-size: 14px;
  color: #999999;
}
.form-tip{
  font-size: 12px;
  color: #666666;
}
.rightValidform .Validform_checktip{
  position: absolute;
  left: 100%;
  line-height: 1;
  margin-top: -30px;
}
/*新标签样式*/
.show_shop_btn,
.show_vip_btn{
	width:100%;
	overflow: hidden;
	margin-left: 0;
    -moz-user-select: none; 
	-webkit-user-select: none; 
	-ms-user-select: none; 
	user-select: none;
}
.show_shop_btn{
  height: 28px;
}
.show_vip_btn{
  min-height: 18px;
}
.show_shop_btn>li{
	font-size:12px;
	color: #ff4e00;
	border:1px solid;
	border-color:transparent;
	border-radius:3px;
	text-align:center;
	min-width: 60px;
	height:22px;
	line-height:20px;
	margin-top: 5px;
	margin-right: 5px;
    display: inline-block; 
  padding: 0 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.show_vip_btn>li{
	font-size:12px;
  color: #ff4e00;
  line-height: 1;
  display: inline-block; 
  padding-left: 3px;
  padding-right: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-right: 1px solid currentColor;
}
.show_vip_btn>li:first-child{
  padding-left: 0;
}
.show_vip_btn>li:last-child{
  border-right: none;
}
.show_shop_btn>li a,
.show_vip_btn>li a{
	color:inherit;
}
.show_shop_btn_no>li{
  color:#bebebe;
  border-color:currentColor;
}
.show_shop_btn>li.activeBg{
	color:#fff;
	background:#ff4e00;
}
.show_shop_btn>li.activeBorder{
	border-color:#ff4e00;
}
.banner .show_vip_btn>li{
	float:none;
}
.show_shop_btn>.btn_name{
	color:#ec6c01;
	border-color:currentColor;
}
.show_shop_btn>.btn_company{
	color:#004ea2;
	border-color:currentColor;
}
.show_shop_btn>.btn_phone{
	color:#14a83b;
	border-color:currentColor;
}
.show_shop_btn>.btn_email{
	color:#4484d3;
	border-color:currentColor;
}
.show_shop_btn>.btn_pay{
	color:#00a1e9;
	border-color:currentColor;
}
.show_shop_btn>.btn_deposit{
	color:#fba428;
	border-color:currentColor;
}
.show_shop_btn>.btn_bronze{
	color:#51c416;
	border-color:currentColor;
}
.show_shop_btn>.btn_silver{
	color:#545454;
	border-color:currentColor;
}
.show_shop_btn>.btn_gold{
	color:#ffc703;
	border-color:currentColor;
}
.honour-img{
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    margin-top: 62px;
}
.table-askConsult .bad{
  background-image: url(/themes/default/assets/images/employ/bad.png);
}
.AdImg-max img {
  margin-bottom: 20px;
  height: 600px;
  width: 100%;
  border-radius: 5px;
}
#task_vip_card .control-label{
  text-align: left !important;
  width: 100%;
}
.module-box{
  width: 100%;
  border-radius: 5px;
  border: solid 1px #c4c3c3;
  margin-bottom: 15px;
}
.module-title{
  width: 100%;
  height: 45px;
  background-color: #f5f5f5;
  font-size: 16px;
	font-weight: bold;
	line-height: 45px;
  color: #030303;
  padding-left: 20px;
  border-radius: 5px 5px 0 0;
}
.module-tip{
  font-size: 12px;
  color: #666666;
  padding-left: 10px;
}
.module-box .item-title{
  width: 105px;
  padding-left: 20px;
  margin-left: 15px;
  margin-right: 15px;
}
input.form-control,
textarea.form-control,
select.form-control{
  border-radius: 5px !important;
}
/* 快包电话 */
.icon-phone{
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: url(/themes/default/assets/images/icon/icon_phoneWhite.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 0 0;
  vertical-align: middle;
  margin-right: 5px;
}
/* 红黑榜 */
.showList-redBlack{
  width: 100%;
}
.showList-redBlack tr{
  height: 50px;
  font-size: 14px;
	line-height: 50px;
}
.showList-redBlack th{
  background-color: #004ea2;
  color: #ffffff;
  text-align: center;
}
.showList-redBlack td{
  color: #030303;
  border-bottom: dashed 1px #eeeeee;
  padding-left: 30px;
}
.showList-hoverItem .icon-arrow{
  height: 0;
  width: 0;
  display: inline-block;
  border: 5px solid transparent;
  border-bottom-color: #ffffff;
  position: relative;
  top: -2px;
}
.showList-hoverItem:hover .icon-arrow{
  border-bottom-color: transparent;
  border-top-color: #ffffff;
  top: 2px;
}
.showList-hoverItem:hover .showList-hoverBox{
  display: block;
}
.showList-hoverBox{
  display: none;
  position: absolute;
  width: 90px;
	background-color: #ffffff;
  padding: 0 5px;
  line-height: 1;
  border-top: 5px solid transparent;
  z-index: 10;
}
.showList-hoverBox:before{
  content: '';
  left: -1px;
  top: 0;
  position: absolute;
  width: 92px;
  height: 100%;
  border: solid 1px #bfbfbf;
  z-index: -1;
}
.showList-hoverBox .hoverBox-item{
  display: inline-block;
  width: 100%;
  padding: 15px 0;
  border-bottom: dashed 1px #c4c3c3;
  font-size: 14px;
  color: #999999;
  line-height: 1;
  cursor: pointer;
}
.showList-hoverBox a:last-child .hoverBox-item{
  border-bottom: none;
}
.showList-hoverBox .hoverBox-item:hover{
  color: #004ea2 !important;
}
/* 店铺信息 */
.box-bgcolor-t.shopInfo-box{
  text-align: center;
  padding-top: 40px;
  padding-bottom: 30px;
  position: relative;
}
.certifiedImg{
  position: absolute;
  top: 148px;
  right: 5px;
}
.shop-name{
  font-size: 16px;
	font-weight: bold;
  color: #030303;
  margin-top: 20px;
}
.shop-mark{
  text-align: center;
  width: 100%;
  overflow: hidden;
  margin-top: 10px;
  white-space:nowrap;
}
.shop-mark>li{
  font-size: 12px;
	color: #333333;
  display: inline-block;
  padding-left: 9px;
  padding-right: 9px;
  border-right: 1px solid currentColor;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  white-space:nowrap;
}
.shop-mark>li:first-child{
  padding-left: 0px;
}
.shop-mark>li:last-child{
  padding-right: 0;
  border-right: none;
}
.shop-data{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-top: 15px;
}
.shop-dataNum{
  font-size: 18px;
	font-weight: bold;
	color: #030303;
}
.shop-dataType{
  font-size: 12px;
  color: #999999;
}
.shop-orangeRed{
  background-color: #ff4e00;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  width: 100%;
  margin-top: 20px;
}
.box-bgcolor-b.shop-visit{
  padding: 15px 20px;
  border-top: 1px dashed #c4c3c3;
  text-align: right;
}
.shop-visitIocn{
  display: inline-block;
  margin-left: 20px;
  font-size: 16px;
  color: #030303;
}
.leave-message .icon-msgGrey{
  width: 16px;
	height: 15px;
  display: inline-block;
  vertical-align: middle; 
  background-image: url("/themes/default/assets/images/icon/icon_msgGrey.png");
  background-repeat: no-repeat;
  background-position: left center;
}
.collec-shop i.sol-star{
  color: #030303;
}
.collec-shop i.sol-star-b{
  color: #ff4e00;
}
.shop-orangeRed-b{
  color: #ff4e00 !important;
  border-color: currentColor;
  font-size: 16px;
  font-weight: bold;
  width: 100%;
  margin-top: 10px;
}
.page-search{
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 380px;
}
.page-search .pageSearch-input{
  width: 296px;
	height: 34px;
	border-radius: 3px 0px 0px 3px !important;
	border: solid 1px #004ea2;
}
.page-search .pageSearch-button{
  width: 84px;
  height: 34px;
  line-height: 34px;
	border-radius: 0px 3px 3px 0px;
  border: solid 1px #004ea2;
  margin: 0;
  padding: 0;
}
.uploderPic-status{
  position: absolute;
  top: -3%;
  z-index: 10;
  display: inline-block;
  text-align: center;
  width: 100%;
  color: #fff;
  padding: 20px;
  background-color: rgba(0, 78, 162,.5);
}

/* 广告 */
.ad-pic-box {
  width: 100%;
  height: 100%;
  text-align: center;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  background-color: #fff;
}

.ad-pic-box .iframe-mask {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  cursor: pointer;
}

.ad-pic-box a {
  width: 100%;
  height: 100%;
  background-color: #fff;
  cursor: pointer;
}

.ad-pic-box a img {
  cursor: pointer;
  width: 100%;
  height: 100%;
}