/* 头部 */
@charset "utf-8";
*{ 
    margin:0px;
    padding:0px; 
    font-size:12px; 
    font-family: MicrosoftYaHei;
}
ul,li{ 
    list-style:none;
}
a{ 
    text-decoration: none; 
    cursor:pointer;
    outline: none;
}
img{ 
    display:block; 
    border:none;
    border: 0; 
    vertical-align: top;
}
input{ 
    -webkit-appearance:none; 
    outline:0px;
}
input::-ms-clear{display:none;}
input[type="checkbox"]{-webkit-appearance: checkbox; box-sizing: border-box;}
input::-webkit-input-placeholder {
    color: #AEAEAE;
    font-size: 14px;
}
.headerCenter a:hover, .headerTop a:hover, .footerWrapper a:hover{
    text-decoration: none!important;
}
/* Mozilla Firefox 4 to 18 */
input:-moz-placeholder {
    color: #AEAEAE;
    opacity: 1;
    font-size: 14px;
}
/* Mozilla Firefox 19+ */
input::-moz-placeholder {
    color: #AEAEAE;
    opacity: 1;
    font-size: 14px;
}
/* Internet Explorer 10+ */
input:-ms-input-placeholder {
    color: #AEAEAE;
    font-size: 14px;
}
.fl{ 
    float: left; 
}
.fr{ 
    float: right; 
}
.clear{ 
    clear: both; 
    font-size:0; 
    line-height: 0; 
    height: 0; 
    overflow: hidden;
}
.cursor{
    cursor: pointer;
}
.hide{
    display: none;
}
.header{
    height: 207px;
    overflow: hidden;
}
.headerWrapper{
    width: 100%;
    height: auto; 
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    transition: all .2s;
    /* padding-bottom: 8px; */
    background: #fff;
}
.headerFixed{
    position: fixed;
    transition: all .2s;
    background: #fff;
    z-index: 1;
}
.animateTop{
    transform: translate3d(0,-5rem,0);
}
.headerWrapper .headerTop{
    width: 100%;
    height: 30px;
    background: #F4F4F4;
    display: block;
}
.headerWrapper .headerTop .headerTopContent{
    width: 1180px;
    margin: 0 auto;
    display: block;
    /* overflow: hidden; */
}
.headerWrapper .headerTop .headerTopContent .headerContentList{
    width: auto;
    display: block;
    /* overflow: hidden; */
    float: right;
    /* background: red; */
}
.headerWrapper .headerTop .headerTopContent .headerContentItem{
    display: block;
    float: left;
    font-size: 12px;
    font-family: MicrosoftYaHei;
    color: #585858;
    line-height: 30px;
    margin-right: 48px;
    position: relative;
}
.headerWrapper .headerTop .headerTopContent .headerContentItem a{
    color: #585858;
    line-height: 30px;
}
.headerWrapper .headerTop .headerTopContent .headerContentItem a:hover{
    color: #EF8215;
}
.headerWrapper .headerTop .headerTopContent .headerContentItem:last-child{
    margin-right: 0px;
}
.headerWrapper .headerTop .headerTopContent .headerContentItem .headerLine{
    margin: 0 10px;
    width: 1px;
    height: 12px;
    background: #D8D8D8;
    border-radius: 1px;
    margin-top: 9px;
}
.headerWrapper .headerTop .headerTopContent .headerContentItem img{
    width: 16px;
    margin-right: 6px;
    margin-top: 7px;
    float: left;
}
/* 搜索部分 */
.headerWrapper .headerCenter{
    width: 100%;
    height: auto;
    display: block;
    /* overflow: hidden; */
    background: #fff;
    padding-bottom: 40px;
}
.headerFixed .headerCenter{
    height: 108px;
    box-shadow: 0px 2px 10px 0px rgba(42, 50, 96, 0.2);
}
.headerWrapper .headerCenterContent{
    width: 1180px;
    height: 99px;
    margin: 0 auto;
    /* display: block;
    overflow: hidden; */
    box-sizing: border-box;
}
.headerWrapper .headerCenterContent .logo{
    width: 156px;
    margin-right: 52px;
    margin-top: 24px;
}
.headerWrapper .headerCenterContent .logo img{
    width: 100%;
}
.headerWrapper .headerCenterContent .searchContent{
    width: 854px;
    height: auto;
}
.headerWrapper .headerCenterContent .searchContent .searchWrap{
    width: 100%;
    height: 46px;
    background: #FFFFFF;
    border-radius: 4px 0px 0px 4px;
    border: 1px solid #D1D1D1;
    box-sizing: border-box;
    margin-top: 32px;
    position: relative;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.headerWrapper .headerCenterContent .searchContent .searchHot{
    width: 100%;
    margin-top: 10px;
    display: block;
}
.headerFixed .searchHot{
    display: none;
}
.headerWrapper .headerCenterContent .searchContent .searchHot ul{
    max-width: 794px;
    height: auto;
    display: block;
    overflow: hidden;
}
.headerWrapper .headerCenterContent .searchContent .searchHot,.headerWrapper .headerCenterContent .searchContent .searchHot ul li{
    font-size: 12px;
    font-family: MicrosoftYaHei;
    color: #AEAEAE;
    line-height: 16px;
    margin-right: 30px;
    float: left;
}
.headerWrapper .headerCenterContent .searchContent .searchHot a{
    color: #8c8c8c;
}
.headerWrapper .headerCenterContent .searchContent .searchWrap .form-search .kwbtn{
    width: 96px;
    height: 100%;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #585858;
    line-height: 46px;
    text-align: center;
    display: block;
    float: left;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    float: left;
}
.headerWrapper .headerCenterContent .searchContent .searchWrap .form-search .kwbtn img{
    margin-left: 5px;
    width: 12px;
    height: 12px;
    margin-top: 17px;
    display: inline;
}
.headerWrapper .headerCenterContent .searchContent .searchWrap .form-search .line{
    width: 1px;
    height: 18px;
    background: #D8D8D8;
    border-radius: 1px;
    margin-top: 15px;
}
.headerWrapper .headerCenterContent .searchContent .searchWrap .form-search .search-btn{
    width: 98px;
    height: 46px;
    background: #EF8215;
    border-radius: 0px 4px 4px 0px;
    font-size: 15px;
    font-family: MicrosoftYaHei;
    color: #FFFFFF;
    line-height: 46px;
    text-align: center;
    display: block;
    position: absolute;
    right: -1px;
    top: -1px;
    cursor: pointer;
}
.headerWrapper .headerCenterContent .searchContent .searchWrap .form-search .search-bar{
    width: 636px;
    height: 46px;
    float: left;
    margin-left: 24px;
}
.headerWrapper .headerCenterContent .searchContent .searchWrap .form-search .search-bar .search-val{
    float: left;
    width: 538px;
    height: 44px;
    line-height: 44px\9;
    *height: 44px;
    *line-height: 44px;
    /* padding-left: 24px; */
    border: none;
    *border: 1px solid #fff;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #333;
}
.headerWrapper .headerCenterContent .searchContent .searchWrap .form-search .ellipsis{
    font-size: 14px;
}
/* 导航 */
.headerWrapper .headerNav{
    width: 100%;
    height: 35px;
    background: #FEFEFE;
    display: block;
}
.headerWrapper .headerNav .headerNavWrapper{
    width: 1180px;
    height: 35px;
    margin: 0 auto;
    padding: 0 100px;
    box-sizing: border-box;
}
.headerWrapper .headerNav .headerNavWrapper li{
    width: 90px;
    height: 32px;
    margin-right: 88px;
    cursor: pointer;
}
.headerWrapper .headerNav .headerNavWrapper li a{
    font-size: 16px;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
    font-weight: bold;
    color: #333333;
    text-align: center;
    display: block;
    line-height: 32px;
}
.headerWrapper .headerNav .headerNavWrapper li.on a,.headerWrapper .headerNav .headerNavWrapper li:hover a{
    color: #EF8215;
}
.headerWrapper .headerNav .headerNavWrapper li:last-child{
    margin-right: 0px;
}
.headerWrapper .headerNav .headerNavWrapper li a:hover{
    text-decoration: none;
}
.headerFixed .headerNav,.headerFixed .headerTop,.headerFixed .searchHot{
    display: none!important;
}
.headerFixed .logo{
    margin-top: 15px!important;
}
.headerWrapper .headerTop .headerTopContent .headerContentItem.clearMargin{
    margin-left: 0px;
    margin-right: 0px;
}
.headerWrapper .headerTop .headerTopContent .headerContentItem .userName{
    color: #EF8215;
}
.headerWrapper .headerTop .headerTopContent .headerContentItem .signOut{
    cursor: pointer;
}
.headerWrapper .personal_select_content{
	width: 92px;
    height: 0px;
    background: #ffffff;
	box-shadow: 0 2px 10px 0 rgba(42,50,96,.2);
    border-radius: 4px;
	top: 30px;
	left: 22px;
    z-index: 1000;
    border: 0;
    overflow: hidden;
    position: absolute;
    /* transition: height .5s ease; */
}
.headerContentItem:hover .personal_select_content{
    height: 202px;
    overflow: auto;
}
.headerWrapper .personal_select_content .personUserDropDown{
	width: 100%;
    height: auto;
	background: #f7f8f9;
	border-radius: 4px;
}
.headerWrapper .personal_select_content .personUserDropDown li{
	width: 100%;
    height: 33px;
    font-size: 13px;
    font-family: MicrosoftYaHei;
    color: #585858;
    line-height: 33px;
    background: #fff;
    text-align: center;
    cursor: pointer;
}
.headerWrapper .personal_select_content .personUserDropDown li a{
	color: #585858;
	font-size: 13px;
	display: block;
	width: 100%;
	text-decoration: none;
	margin: 0px!important;
}
.headerWrapper .personal_select_content .personUserDropDown li:last-child{
	margin-top: 4px;
}
.headerWrapper .personal_select_content .personUserDropDown li:hover a{
	width: 100%;
	display: block;
	height: 100%;
	background:rgba(255,245,241,1);
	color:rgba(255,114,20,1);
}
.headerWrapper .personal_select_content .personUserDropDown li:hover{
	background:rgba(255,245,241,1);
	color:rgba(255,114,20,1);
}
.headerNavWrapper li a:after {
    content: "";
    position: relative;
    display: block;
    margin: 0 auto;
    width: 0;
    height: 3px;
    top: 0px;
    -webkit-transition: width .3s ease-in-out;
    -o-transition: width .3s ease-in-out;
    transition: width .3s ease-in-out;
    background: #EF8215;
}
.headerNavWrapper li.on a:after, .headerNavWrapper li a:hover:after  {
    width: 64px;
}
@keyframes width {
    from {
        width: 0
    }
    to {
        width: 165px
    }
}
#uploadResume span:hover{
    color: #EF8215;
}
.zjdfWrapper {
	float: left;
}
.zjdf {
	float: left;
	line-height: 30px;
	padding-right: 11px;
}
.headerWrapper .top-item .arrow {
	-webkit-transition: -webkit-transform 0.2s ease-in;
	transition: transform 0.2s ease-in;
}
.headerWrapper .top-item:hover .arrow {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
.headerWrapper .headerCenter.otherSearchHead{
    padding-bottom: 27px;
}
.headerWrapper .otherSearchHead .headerCenterContent{
    width: 1062px;
}
.otherSearchHead .headerCenterContent .searchContent{
    width: 687px;
    float: right;
}
.otherSearchHead  .headerCenterContent .searchContent .searchHot{
    display: none;
}
.otherSearchHead .headerCenterContent .searchContent .searchWrap .form-search .search-bar .search-val,.otherSearchHead .headerCenterContent .searchContent .searchWrap .form-search .search-bar{
    width: 381px;
    float: left;
    padding-left: 12px;
}
.otherSearchHead .headerCenterContent .logo{
    margin-top: 12px;
}
.otherSearchLine, .otherSearchName{
    display: none;
}
.otherSearchHead .otherSearchLine, .otherSearchHead .otherSearchName{
    display: block;
}
.otherSearchHead .headerCenterContent .logo{
    margin-right: 35px;
}
.otherSearchHead .otherSearchLine{
    width: 1px;
    height: 34px;
    background: #D8D8D8;
    border-radius: 1px;
    margin-right: 20px;
    float: left;
    margin-top: 38px;
}
.otherSearchHead .otherSearchName{
    margin-top: 42px;
    float: left;
}
.otherSearchHead .otherSearchName span{
    font-size: 20px;
    font-family: MicrosoftYaHei;
    color: #585858;
    line-height: 26px;
    max-width: 120px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.otherSearchHead .otherSearchName img{
    width: 24px;
    height: 24px;
    margin-right: 4px;
    float: left;
}
.headerWrapper.headerFixed .headerCenter.otherSearchHead{
    padding-bottom: 0px;
}
.headerWrapper .areaHead{
    padding-left: 0px;
}
.searchEndTips{
    width: 148px;
    height: 116px;
    position: absolute;
    bottom: 0;
    top: 25px;
    display: none;
}
.searchEndTips img{
    width: 100%;
    position: absolute;
}
.searchEndTips span{
    position: absolute;
    display: block;
    width: 100%;
    color: #fff;
    z-index: 1;
    position: absolute;
    display: block;
    padding-top: 22px;
    padding: 19px 6px 12px 8px;
    line-height: 15px;
}
.top-inform {
    background: #FCF8DE;
    width: 100%;
    font-size: 14px;
    font-weight: bold;
    color: #EF8215;
    text-align: center;
    line-height: 50px;
  }
  #headerWrapperTwo{
    height:auto;
    position: fixed;
    -webkit-transition: top .3s ease-out;
    -moz-transition: top .3s ease-out;
    -ms-transition: top .3s ease-out;
    -o-transition: top .3s ease-out;
    transition: top .3s ease-out;
    top: -120px;
  }
  #headerWrapperTwo .searchHeade, #headerWrapperTwo .arrow{
    display: none;
  }
  #headerWrapperTwo .searchWrap{
    margin-top: 17px;
  }
  .headerWrapper .headerCenter{
    padding-bottom: 28px;
  }
  .headerWrapper .headerCenterContent .searchContent{
    width: 752px;
  }
  .headerWrapper .headerCenterContent .searchContent .searchWrap .form-search .search-bar{
    width: 400px;
  }
  .headerWrapper .headerCenterContent .searchContent .searchWrap .form-search .search-bar .search-val{
    width: 517px;
  }
  .searchContent .searchHeade{
    width: 100%;
    height: auto;
    margin-top: 21px;
    margin-bottom: 10px;
    display: block;
    overflow: hidden;
  }
  .searchContent .searchHeade a{
    font-size: 15px;
    font-family: MicrosoftYaHei;
    color: #585858;
    line-height: 20px;
    padding: 0 18px;
    float: left;
  }
  .searchContent .searchHeade a.active{
    color: #EF8215;
  }
  .searchContent .searchHeade .linesN{
    width: 1px;
    height: 10px;
    background: #D8D8D8;
    border-radius: 1px;
    float: left;
    margin-top: 5px;
  }
  .headerWrapper .headerCenterContent .searchContent .searchWrap{
    margin-top: 0px;
  }
  .headerWrapper .headerCenterContent .logo{
    margin-top: 19px;
  }
  .headerWrapper .headerCenter{
    padding-bottom: 21px;
  }
  .headerWrapper .headerCenterContent .searchContent .searchWrap{
    padding: 0px;
  }
  .headerWrapper .headerCenterContent .searchContent .searchWrap .form-search .kwbtn{
    padding: 0 8px;
  }
  .searchWrap {
    position: relative;
  }
  .searchWrap .arrow{
    width: 10px;
    position: absolute;
    left: 27px;
    top: -7px;
  }
  #footerReg .list .areaCode{
      padding-left: 0px;
  }
  #footerReg .rightAd_ZJDFLogin .areaSelect{
    top: -156px;
    left: 0;
  }

  /* 右侧悬浮 */
  .antd-pro-layouts-suspension-index-suspension {
    width: 60px;
    height: 253px;
    position: fixed;
    top: 237px;
    right: 0;
    bottom: 0;
    left: 1260px;
    margin: auto;
    /* overflow: hidden; */
    background: #FFFFFF;
    box-shadow: 0px 2px 10px 0px rgba(42, 50, 96, 0.12);
    border-radius: 4px;
    padding: 0 8px;
    z-index: 11;
}
.antd-pro-layouts-suspension-index-suspension .antd-pro-layouts-suspension-index-suspensionMsg {
    cursor: pointer;
    position: relative;
}

.antd-pro-layouts-suspension-index-suspensionMsg:hover .antd-pro-layouts-suspension-index-title{
    color: #EF8215!important;
}
.antd-pro-layouts-suspension-index-suspension .antd-pro-layouts-suspension-index-suspensionMsg .antd-pro-layouts-suspension-index-img {
    width: 28px;
    height: 28px;
    display: block;
    margin: 10px auto 0;
    background-size: 100%;
}
.antd-pro-layouts-suspension-index-suspension .antd-pro-layouts-suspension-index-suspensionMsg .antd-pro-layouts-suspension-index-title {
    font-size: 12px;
    font-family: MicrosoftYaHei;
    color: #333;
    line-height: 16px;
    text-align: center;
    margin-top: 2px;
}
.antd-pro-layouts-suspension-index-suspension .antd-pro-layouts-suspension-index-suspensionMsg .antd-pro-layouts-suspension-index-isBlockApp {
    width: 0;
    height: 253px;
    background: #fff;
    box-shadow: 0 2px 10px 0 rgba(42,50,96,.12);
    border-radius: 4px;
    position: absolute;
    top: -10px;
    right: 72px;
    transition: width .5s;
    -moz-transition: width .5s;
    -webkit-transition: width .5s;
    -o-transition: width .5s;
    overflow: hidden;
}
.antd-pro-layouts-suspension-index-suspension .antd-pro-layouts-suspension-index-suspensionMsg .antd-pro-layouts-suspension-index-isBlockApp .antd-pro-layouts-suspension-index-wrapper {
    width: 216px;
    padding: 24px 24px 0;
}
.antd-pro-layouts-suspension-index-suspension .antd-pro-layouts-suspension-index-suspensionMsg .antd-pro-layouts-suspension-index-isBlockApp .antd-pro-layouts-suspension-index-wrapper img {
    width: 168px;
    height: 168px;
    display: block;
    margin: auto;
}
.antd-pro-layouts-suspension-index-suspension .antd-pro-layouts-suspension-index-suspensionMsg .antd-pro-layouts-suspension-index-isBlockApp .antd-pro-layouts-suspension-index-wrapper p {
    margin-top: 14px;
    text-align: center;
    font-size: 13px;
}
.antd-pro-layouts-suspension-index-suspension .antd-pro-layouts-suspension-index-underLine {
    width: 44px;
    height: 1px;
    background: #eeeded;
    border-radius: 1px;
    margin: 10px auto;
}
.antd-pro-layouts-suspension-index-suspension .antd-pro-layouts-suspension-index-suspensionMsg .ant-back-top {
    position: relative;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}
.ant-back-top {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: rgba(0,0,0,.65);
    font-size: 14px;
    font-variant: tabular-nums;
    line-height: 1.5;
    list-style: none;
    font-feature-settings: "tnum";
    position: fixed;
    right: 100px;
    bottom: 50px;
    z-index: 10;
    width: 40px;
    height: 40px;
    cursor: pointer;
}
.antd-pro-layouts-suspension-index-suspension .antd-pro-layouts-suspension-index-suspensionMsg .antd-pro-layouts-suspension-index-img {
    width: 28px;
    height: 28px;
    display: block;
    margin: 10px auto 0;
}
.antd-pro-layouts-suspension-index-suspension .antd-pro-layouts-suspension-index-suspensionMsg .antd-pro-layouts-suspension-index-img img{
    width: 28px;
    height: 28px;
}

.logoSmall, #headerWrapperTwo .logoBig{
    display: none;
}
#headerWrapperTwo .logoSmall{
    display: block;
}
#headerWrapperTwo .headerCenterContent .logo{
    width: 98px;
    margin-right: 80px;
}
#headerWrapperTwo .logo{
    margin-top: 14px!important;
}
#headerWrapperTwo  .headerCenter, #headerWrapperTwo .headerCenterContent{
    height: 80px;
}

.companySelectHead .form-search .address-btn, .companySelectHead .form-search .post-btn, .companySelectHead .form-search .line{
    display: none!important;
}
.searchHeade a{
    cursor: pointer;
}
.companySelectHead .arrow{
    left: 93px!important;
}
.companySelectHead .search-bar .search-val{
    width: 512px!important;
}
.collect-modal img, .delivery-num-modal img, .delivery-success-modal img, .follow-modal img{
    margin:0 auto;
    margin-top: 32px;
}
