﻿/* header */

.navbar  #phone_toggle{
    display: none;
    z-index: 1000;
    background: #1C1E29;
    position: absolute;
    top: 44px;
    left:0 ;
    color: white;
    width: 100vw;
    padding: 0 15px;
}
.navbar  #phone_toggle  li{
  text-align: center;
height: 36px;
font-size: 13px;
font-family: PingFang SC;
font-weight: 400;
color: #FFFFFF;
border-bottom: 1px solid rgba(251,251,251,.2);
line-height: 36px;

}
#headertoggleImg1{
  width: 22px;
  height: 22px;
}
#headertoggleImg2{
  width: 13px;
  height: 13px;
}
.navbar .PhoneheaderNav{
  width: 100vw;
    height: 44px;
  display: flex;
  align-items: center;
  justify-content: space-between;
background: #1C1E29;
padding: 0 13px 0 16px;
}
.navbar .PhoneheaderNav .PhoneheaderNavImg{
width: 123px;
height: 21px;
}
.navbar .PhoneheaderNav #phone_headertoggle img{
  width: 22px;
  height: 22px;
}
.homePageStyle .PhoneheaderNav{
 position: absolute;
 background: transparent;
 z-index: 1000;
}
/* footer */
.footer .footerCon{
  width: 100vw;
  padding: 44px 15px 0 15px;
background: #1C1E2A;
}
.footer .footerCon .footerHref ul li:nth-child(1) div{
  width: 178px;
  height: 58px;
  margin: 0 auto;
}
.footer .footerCon .footerHref ul li:nth-child(1) img{
  width: 178px;
  height: 58px;
}
.footer .footerCon .footerHref ul li:nth-child(2),.footer .footerCon .footerHref ul li:nth-child(3),.footer .footerCon .footerHref ul li:nth-child(4) p:nth-child(1),.footer .footerCon .footerHref ul li:nth-child(5) p:nth-child(1){
  display: none;
}
.footer .footerCon .footerHref ul li:nth-child(4){
  line-height: 25px;
font-size: 13px;
font-family: PingFang SC;
font-weight: 400;
color: #9A9A9A;
padding: 35px 0;
border-bottom: 1px solid rgba(251,251,251,0.3);
}
.footer .footerCon .footerHref ul li:nth-child(5){
  padding: 48px 0 55px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.footer .footerCon .footerHref ul li:nth-child(5) .footer_p2{
  margin-top: 12px;
font-size: 11px;
font-family: PingFang SC;
font-weight: 500;
color: #FFFEFE;
}
.footer .footerCon .footerHref ul li:nth-child(5) img{
height: 170px;
width: 171px;
}
.footer .footerCopy{
  width: 100vw;
background: #12141A;
padding: 25px 10%;
}
.footer .footerCopy p{
  text-align: center;
font-size: 10px;
font-family: PingFang SC;
font-weight: 400;
color: #9A9A9A;
line-height: 15px;
opacity: 0.4;
}
/* 提交表单 */
#uploadDiv{
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1001;
  display: none;
  background: rgba(0,0,0,.3);
}
#uploadForm{
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 345px;
background: #FFFFFF;
border-radius: 15px;
z-index: 1002;
padding: 37px 15px 43px 15px;
}
#uploadForm .uploadForm_title{
  text-align: center;
font-size: 17px;
font-family: PingFang SC;
font-weight: bold;
color: #333333;
}
#uploadForm  .jobcon .job{
  width: 100%;
  margin-top: 30px;
height: 36px;
border: 1px solid #DADADA;
border-radius: 4px;
font-size: 12px;
font-family: PingFang SC;
font-weight: 400;
color: #777777;
text-indent: 15px;

}
#uploadForm .inputGroup input{
  margin-top: 10px;
  width: 100%;
height: 36px;
border: 1px solid #DADADA;
border-radius: 4px;
font-size: 12px;
font-family: PingFang SC;
font-weight: 400;
color: #777777;
text-indent: 15px;
}
#uploadForm #jq_post{
  width: 100%;
height: 36px;
background: linear-gradient(0deg, #3179F5, #1CD9FF);
box-shadow: 0px 4px 8px 0px rgba(48, 122, 245, 0.3);
border-radius: 4px;
margin-top: 25px;
display: flex;
align-items: center;
justify-content: center;
font-size: 12px;
font-family: PingFang SC;
font-weight: bold;
color: #FFFFFF;
}
#uploadForm .model_foot{
  display: none;
}
#uploadForm #province{
  width: 100%;
  height:36px;
  border-radius:4px;
  margin-top: 10px;
}
#uploadForm #cityone ,#uploadForm #citytwo,#uploadForm #citythree{
  width:80px;
  height:36px;
  border:1px solid rgba(218, 218, 218, 1);
  border-radius:2px;
font-size: 12px;
font-family: PingFang SC;
font-weight: 400;
color: #777777;
  padding-left:10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#province span{
    display: inline-block;
    margin: 0 5px;
  font-size:12px;
font-family:Source Han Sans SC;
font-weight:400;
color:rgba(119,119,119,1);
}
