﻿@charset "utf-8";
/* CSS Document wap端详情页样式 */
/*发现页*/
html,body{
  max-width: 750px;
    margin: 0 auto;
  height: 100%;
  font-family:Helvetica;
  position: relative;
    font-size: 12px;
}
/*html {
    background: #fff;
}*/
body {
    background: #f2f2f2;
}
a,button,input{
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-tap-highlight-color: transparent; /* For some Androids */
}
input,p{
  box-sizing:border-box;
}
input,input:disabled{
  background: none;
}
a,p,span,ul,li,img,div,button,input,select,h1,h2,h3,h4,h5{
  margin:0;
  padding:0;
  list-style: none;
  border:none;
  text-decoration: none;
  -webkit-tap-highlight-color:rgba(255,255,255,0);
  
}

.zanweibg{ background: url(../../Images/Group/c.jpg) no-repeat center center;background-size: cover;}
img{
  width: 100%;
  border:0;
    font-size: 0;
}
i {
    font-style: normal;
}
@media only screen and (min-width:320px) {
    html {
        font-size: 62.5% !important;
    }
}
/*@media only screen and (min-width:640px) {
    html {
        font-size: 125% !important;
    }
}
@media only screen and (min-width:750px) {
    html {
        font-size: 150% !important;
    }
}
@media only screen and (min-width:1242px) {
    html {
        font-size: 187.5% !important;
    }
}*/
.flexbox {
    display: -webkit-flex;
    display: flex;
}
.flexboxinline {
    display: -webkit-flex;
    display: inline-block;
}
.float-l{
  float: left;
}
.float-r{
  float: right;
}
.position-r{
  position: relative;
}
.position-f{
  position: fixed;
}
.position-a{
  position: absolute!important;
}
.z-index10 {
    z-index: 10;
}
.fontnowrap {
    white-space:nowrap;
}
.displayN{ display: none;}
.displayB{ display: block;}
.displayI{ display: inline-block;}
.clear{
  overflow: hidden;
  clear:both;
  width: 0;
  height: 0;
}
.height100 {
    height: 100%;
}
.nomargin {
    margin: 0 !important;
}
.marginauto{ margin: 0 auto;}
.margin-t5 {
    margin-top: 5px !important;
}
.margin-t10 {
    margin-top: 10px !important;
}
.margin-t15 {
    margin-top: 15px !important;
}
.margin-b5{
  margin-bottom: 5px !important;
}
.margin-b10{
  margin-bottom: 10px !important;
}
.margin-b15{
  margin-bottom: 15px !important;
}
.margin-r20{
  margin-right: 20px !important;
}
.margin-r40 {
    margin-right: 40px;
}
.margin-r15{
  margin-right: 15px !important;
}
.margin-r10 {
    margin-right: 10px;
}
.margin-tb10 {
    margin: 10px 0;
}
.padding-l10 {
    padding-left: 10px;
}
.padding-b10{
  padding-bottom: 10px !important;
}
.margin-b20{
  margin-bottom: 20px;
}
.margin-b5{
  margin-bottom: 5px;
}
.margin-r8{
  margin-right: 8px;
}
.margin-r3 {
    margin-right: 3px;
}
.margin-r4 {
    margin-right: 4px;
}
.margin-r5{
  margin-right: 5px;
}
.margin-r3B{
  margin-right: 3%;
}
.margin-r2B{
  margin-right: 2%;
}
.margin-r5B{
  margin-right: 5%;
}
.margin-r6B{
  margin-right: 6%;
}
.margin-l5 {
    margin-left: 5px;
}
.padding10{
  padding:1rem !important;
}
.padding-t10 {
    padding-top: 10px;
}
.padding-t15 {
    padding-top: 15px;
}
.padding-r5{
  padding-right: 5px;
}
.padding-tb4 {
    padding: 4px 0;
}
.padding-tb10 {
    padding: 10px 0;
}
.padding-tb15 {
    padding: 15px 0;
}
.padding-tb20 {
    padding: 20px 0;
}
.padding-lr5 {
    padding: 0 5px;
}
.padding-lr10 {
    padding: 0 15px;
}
.padding-l0 {
    padding-left: 0!important;
}
.margin-r10{
  margin-right: 10px;
}
.text-r{
  text-align: right;
}
.text-c{
  text-align: center;
}
.text-l{
  text-align: left !important;
}
.ellipsis {
    white-space:nowrap;
overflow:hidden;
text-overflow:ellipsis;
}
.overflow-h{
  overflow: hidden;
}
.width20 {
    width:20%!important;
}
.width28 {
    width:28%!important;
}
.width30 {
    width:30%!important;
}
.width32 {
    width:32%!important;
}
.width40 {
    width:40%;
}
.width49 {
    width:49%;
}
.width2 {
    width:2%;
}
.width45 {
    width:45%;
}
.width50 {
    width: 50%;
}
.width60 {
    width: 60%;
}
.width70 {
    width: 70%;
}
.width75 {
    width: 75%;
}
.width80 {
    width: 80%;
}
.width90 {
    width: 90% !important;
}
.width100 {
    width: 100% !important;
}
.height30 {
    height: 30px !important;
    line-height: 30px !important;
}
.height35 {
    height: 35px !important;
    line-height: 35px !important;
}
.height25 {
    height: 25px !important;
    line-height: 25px !important;
}
.height20 {
    height: 20px !important;
    line-height: 20px !important;
}
.height40 {
    height: 40px !important;
    line-height: 40px !important;
}
.height45 {
    height: 45px !important;
    line-height: 45px !important;
}
.height60 {
    height: 60px !important;
    line-height: 60px !important;
}
.line-height20 {
    line-height: 20px !important;
}
.line-height25 {
    line-height: 25px !important;
}
/*页面公共样式*/
.border-b-c{
  border-bottom: 1px solid #d9d9d9;
}
.border-l-c{
  border-left: 1px solid #d9d9d9;
}
.border-b-999{
  border-bottom: 1px solid #999;
}
.border-b-db{
  border-bottom: 1px solid #dbdbdb;
}
.border-b-db-half{
  border-bottom:.5px solid #dbdbdb;
}
.border-t-c{
  border-top: 1px solid #d9d9d9;
}
.layoutC-b{
  background: #fff;
  overflow: hidden;
  border-bottom:1px solid #d9d9d9;
}
.layoutC-t{
  background: #fff;
  overflow: hidden;
  border-top:1px solid #dbdbdb;
}
.border-all {
    border: 1px solid #d9d9d9;
}
.border-maincolor {
    border: 1px solid #03a9f4;
}
.border-xu {
    border: 1px dashed #d9d9d9;
}
.border-e6 {
    border: 1px solid #e6e6e6;
}
.border-r5{ border-radius: 5px;}
.border-red{ border: 1px solid red;}
/*小标签样式*/
.label-style01{
  border:1px solid #22ac38;
  color: #22ac38;
  padding:0 1rem;
  font-size: 1.4rem;
  border-radius: 20px;
  margin-right:0.5rem;
  height: 2.2rem;
  line-height: 2.2rem;
  box-sizing:border-box;
}
.label-style02{
  border:1px solid #03a9f4;
  color: #03a9f4;
  padding:0 1rem;
  font-size: 1.4rem;
  line-height: 2.2rem;
  border-radius: 20px;
  margin-right:0.5rem;
  height: 2.2rem;
  box-sizing:border-box;
}
.label-style03{
  border:1px solid #03a9f4;
  color: #fff;
  padding:0 0.3rem;
  font-size: 1.4rem;
  line-height: 28PX;
  border-radius: 1px;
  margin-right:0.5rem;
  height: 100%;
  box-sizing:border-box;
}
.label-style04{
  border:1px solid #f39633;
  color: #f39633;
  padding:0 0.3rem;
  font-size: 1.4rem;
  line-height: 28PX;
  border-radius: 1px;
  margin-right:0.5rem;
  height: 100%;
  box-sizing:border-box;
}
.label-style05{
  border:1px solid #13b5b1;
  color: #13b5b1;
  padding:0 0.3rem;
  font-size: 1.4rem;
  line-height: 28PX;
  border-radius: 1px;
  margin-right:0.5rem;
  height: 100%;
  box-sizing:border-box;
}
.label-style06{
  border:1px solid #e73846;
  color: #e73846;
  padding:0 0.3rem;
  font-size: 1.4rem;
  line-height: 28PX;
  border-radius: 1px;
  margin-right:0.5rem;
  height: 100%;
  box-sizing:border-box;
}
.label-style07{
  border:1px solid #508ef2;
  color: #508ef2;
  padding:0 0.3rem;
  font-size: 1.4rem;
  line-height: 28PX;
  border-radius: 1px;
  margin-right:0.5rem;
  height: 100%;
  box-sizing:border-box;
}
.label-style08{
  padding:3px;
  font-size: 1.4rem;
  border-radius: 5px;
    line-height: 25px;
  margin-right:0.5rem;
  height: 100%;
  box-sizing:border-box;
}
/*按钮样式*/
.btn01 {
    width: 90%;
    margin: 0 auto;
    height: 42px;
    line-height: 42px;
    color: #ffffff;
    display: block;
    font-size: 1.6rem; 
     text-align: center;
}
.btn01-radius {
    width: 90%;
    margin: 0 auto;
    height: 40px;
    line-height: 40px;
    color: #ffffff;
    display: block;
    font-size: 1.6rem;
    border-radius: 4px;
    z-index: 10;
}
.btn02 {
    width: 100%;
    margin: 0 auto;
    height: 42px;
    line-height: 42px;
    color: #ffffff;
    display: block;
    font-size: 1.6rem;
    bottom: 0;
    left: 0;
    text-align: center;
}
/*输入框样式*/
.input01 {
    width: 100%;
    background: #fff;
    padding: 8px 10px;
    box-sizing: border-box!important;
    border: 1px solid #d9d9d9;
}
.input01-radius {
    width: 100%;
    background: #fff;
    padding: 8px 10px;
    box-sizing: border-box!important;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
}
/*标题文字前的小竖线及标题文字样式*/
.small-verticalline{
  width: 2px;
  height: 1.6rem;
}
.introduction-tit{
  padding:1rem 1rem;
  font-size: 1.6rem;
  line-height: 1.6rem;
}

/*页面公共样式*/

/*个性化配置样式-------------start*/
i.icon{
  color:#fff;
}
i.color999{
  color:#999;
}
i.fu-fontC{
  color:#c3c3c3;
}
i.red-fontC{
  color:#ff6161;
}
i.ju-fontC{
  color:#ff811b;
}
i.yellow-fontC{
  color:#ffde00;
}
i.oriange-fontC{
  color:#ffc701;
}
i.green-fontC{
  color:#67d4bc;
}
.white-color{
  color:#ffffff !important;
}
.red-color{
  color: #e73846!important;
}
.color999 {
    color: #999;
}
.color999m {
    color: #999!important;
}
.color666{
    color: #666;
}
.color333 {
    color: #333;
}
.colorccc {
    color: #ccc;
}
.match-color{
  color:#ff7800 !important;
}
.transparent-bg {
     background:transparent;
}
.fff-bg {
     background:#fff;
}
.f9-bg {
     background:#f9f9f9;
}
.dark-bg-color{
  background-color:#3e3e3e;
}
.e5e5e5-bg{
  background:#e5e5e5;
}
.f5f5f5-bg{
  background:#f5f5f5!important;
}
.c5c5c5-bg{
  background:#c5c5c5!important;
}
.ccc-bg{
  background:#ccc!important;
}
.red-bg{
  background: #e73846!important;
}
.cheng-bg {
    background: #cd9263!important;
}
.lv-bg {
    background: #7bb9a2!important;
}
.lvse-translate-bg {
    background: rgba(19,181,177,.6);
}
.main-fontC{
  color:#333;
}
.fu-fontC{
  color:#c3c3c3;
}
.fu-fontS{
  font-size: 1.2rem;
}
.yellow-color {
    color:#ffc701;
}
.anzhuolu-bg{ background: #5cc848;}
/*模块化样式----start*/
/*单行文字*/
.rowfont {
    height: 28px;
    line-height: 28px;
}
.fontsize20 {
    font-size: 2rem!important;
}
.fontsize18 {
    font-size: 1.8rem!important;
}
.fontsize16 {
    font-size: 1.6rem!important;
}
.fontsize14 {
    font-size: 1.4rem!important;
}
.fontsize15 {
    font-size: 1.5rem!important;
}
.fontsize13 {
    font-size: 1.3rem!important;
}
.fontsize12 {
    font-size: 1.2rem!important;
}
/*搜索框*/
.search01{
  margin: 0 auto;
  border:1px solid #d9d9d9;
  border-radius: 2px;
  background: #fff;
  padding:0.6rem;
  font-size: 1.4rem;
  line-height: 2rem;
  position: relative;
    z-index: 10;
    box-sizing: border-box;
}
.search01 i{
  position: absolute;
  top:10px;
  left:6px;
}
.search01 i.close{
    display: none;
  position: absolute;
  top:8px;
  right:6px;
font-size: 12px;
    width: 24px;
    text-align: right;
    height: 24px;
    left: auto;
    z-index: 999;
}
.search01 input{
  border: none;
  background: none;
  width: 90%;
  margin-left: 22px;
    font-size: 1.4rem;
    line-height: 2rem;
    height: 2rem;
}
/*带有关闭的搜索框*/
.searchC {
    width: 100%;
    position: relative;
    box-sizing: border-box;
}
.search{
  border:1px solid #d9d9d9;
  border-radius: 2px;
  background: #fff;
  padding:0.6rem;
  font-size: 1.4rem;
  line-height: 1.6rem;
  position: relative;
}
.search i{
  position: absolute;
  top:8px;
  left:6px;
}
.search input{
  border: none;
  background: none;
  width: 90%;
  margin-left: 22px;
    font-size: 1.4rem;
    line-height: 1.6rem;
}
.search-close {
    position: absolute;
    top:50%;
    right: 10px;
    transform: translateY(-50%);
    font-size: 1.4rem;
}
/*页面底部按钮*/
.foot-btn{
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
}
.foot-btn li{
  flex: 1;
    font-size: 1.6rem;
    line-height: 1.8rem;
    height: 1.8rem;
    text-align: center;
    padding: 0.6rem 0;
    border:1px solid;
    margin:0 5px;
    border-radius: 4px;
}
/*页面头部Tab切换（如招聘列表头部）*/
.top-nav {
    max-width: 750px;
    width:100%;
    height: 45px;
    line-height: 45px;
    box-sizing: border-box;
    z-index: 998;
}
.top-nav li {
    height: 100%;
    text-align: center;
    width: 50%;
    float: left;
}
.tanru {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    
}
.smallA{
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -6px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 8px solid;
}
/*页面头部Tab切换（如招聘列表头部）*/
/*页面底部固定两个按钮*/
.fix-btn-foot{
  bottom: 0;
  left: 0;
  width: 100%;
}
.fix-btn-foot div{
    width: 50%;
    font-size: 1.6rem;
    line-height: 42px;
    height: 42px;
    text-align: center;
    padding: 0;
}
/*左边图片右边文字列表*/
.img-font-ul {
    background: #fff;
    font-size: 1.5rem;
}
.img-font-ul li:last-child {
    border: none;
}
.font-i-div {
    width: 100%;
}
.font-inner {
    margin-left: 68px ;
}
.font-i-div1 {
    width: 100%;
    height: 60px;
    position: relative;
}
.font-inner1 {
        padding-left: 68px;
    position: absolute;
    top: 50%;
    width: 100%;
    box-sizing: border-box;
    left: 0;
    transform: translateY(-50%);
}
.font-inner1 p{
    height: 30px;
    line-height: 30px;
}
.font-i-div p{
    height: 28px;
    line-height: 28px;
}
.img-f-div {
    width: 56px;
    height: 56px;
    margin-left: -100%;
    border-radius: 50%;
}
.img-f-div img{
    min-width: 100%;
    min-height: 100%;
    border-radius: 50%;
}

/*layer-弹出层样式01*/
.layer-ul {
   
}
.layer-li {
    font-size: 1.4rem;
    line-height: 1.8rem;
    color: #333;
}
.layer-li input, .layer-li select, .layer-li textarea{
    width: 100%;
    padding: 5px 10px;
    height: 32px;
    box-sizing: border-box;
}
/*layer-弹出层样式02*/
.T-box-ul {
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
}
.T-box-li {
    flex: 1;
    text-align: center;
    color: #ffffff;
    font-size: 1.4rem;
    line-height: 2.2rem;
}
.T-box-li span {
    border: 1px solid #fff;
    border-radius: 50%;
    height: 60px;
    width: 60px;
    display: inline-block;
}
.T-box-li span i {
    font-size: 30px;
    line-height: 60px;
}

/*404及错误页面*/
.pic-all {
    width: 100%;
    text-align: center;
    /*position: fixed;*/
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 10%
}
.pic-all-inner {
    height: 60%;
    width: 100%;
    /*transform: translateY(40%);*/
}
.pic-all img {
    width: 44%;
    display: block;
    margin: 0 auto 30px;
}
.pic-all .img01 {
    width: 54%;
    display: block;
    margin: 0 auto 30px;
}
.pic-all .top404 {
    width: 100%;
    margin-bottom: 30px;
}

/*模块化样式----end*/


/*边框颜色 border-color-----------------start*/
/*紫色*/
.borderColor01 {
    border-color: #aa89bd!important;
}
.borderColor02 {
    border-color: #89c997!important;
}
.borderColor03 {
    border-color: #f6b37f!important;
}
.borderColor04{
  border-color:#03a9f4 !important;
}

.bordercolor-fff{
  border-color:#fff !important;
}
.ccc-borderColor {
    border-color: #ccc!important;
}
/*边框颜色 border-color-----------------end*/

/*换肤四种色--------start*/
.color1 {
    background: #03a9f4;
}
.color2 {
    background: #8bc34a;
}
.color3 {
    background: #f44336;
}
.color4 {
    background: #f4b836;
}
.color5 {
    background: url(../../../Content/Images/index/main-bg01.jpg) no-repeat center center;
    background-size: 100%;
}
.color6 {
    background: url(../../../Content/Images/index/main-bg02.jpg) no-repeat center center;
    background-size: 100%;
}
.color7 {
    background: #262e11;
}
.color8 {
    background: #1566b8;
}
/*换肤四种色--------end*/
/*取消搜索框上默认的X*/
input#search-input01[type="search"]::-webkit-search-cancel-button{
    display: none;
}