﻿a{

	color: #DADADA ;
	opacity: 0.9 ;
}
.navbar{
    width: 100vw;
    height: 88px;
    background:rgba(28,30,41,1);
    display: flex;
    align-items: center;
}
.homePageStyle{
    background:transparent;
    z-index: 1000 ;
    margin-bottom: -88px;
}
.navbar .Pcheader{
    width: 1200px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
     height: 88px;
}
#phone_headertoggle{
    display: none;
}
.navbar .Pcheader .PhoneheaderNav img{
    width: 247px;
    height: 42px;
    
}
.navbar .Pcheader .PhoneheaderNav{
    width: 247px;
    height: 42px;
}
 #phone_toggle{
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 88px;
    padding-top: 36px;
}
#headertoggleImg1,#headertoggleImg2{
    display: none;
  }
 #phone_toggle li{
    margin-left: 38px;
    font-size:18px;
font-family:Source Han Sans SC;
font-weight:400;
color:rgba(218,218,218,1);
opacity:0.9;
display: flex;
/* justify-content: center; */
align-items: center;
flex-direction: column;
height: 50px;
z-index: 1000;
}
 #phone_toggle li .aColor{
    color: rgba(251,251,251,1);
}
#phone_toggle li .checkedLine{
    width:20px;
    
height:4px;
background:#0076FF;
border-radius:2px 2px 0px 0px;
margin-top: 22px;
}
/* footer */
.footer .footerCon {
 width: 100vw;
 height: 378px;
 background:#1C1E29;
}
.footer .footerCon .footerHref{
   width: 1200px;
   margin: 0 auto;
}
.footer .footerCon .footerHref .footer_p2{
    display: none;
}
.footer .footerCon .footerHref .footer_finger{
    cursor: pointer;
}
.footer .footerCon .footerHref .footerLine{
    width:1200px;
height:3px;
background:rgba(153,153,153,1);
opacity:0.1;
margin-top: 59px;
}
.footer .footerCon .footerHref ul{
    list-style: none;
    display: flex;
    padding: 89px 0 0 0 ;
}
.footer .footerCon .footerHref ul li:nth-child(1) img{
  width: 152px;
  height: 41px;
}
.footer .footerCon .footerHref ul li:nth-child(2){
    margin-left: 100px;
}
.footer .footerCon .footerHref ul li:nth-child(3){
    margin-left: 72px;
}
.footer .footerCon .footerHref ul li:nth-child(4){
    margin-left: 72px;
}
.footer .footerCon .footerHref ul li:nth-child(5){
    margin-left: auto;
}
.footer .footerCon .footerHref ul li:nth-child(5) img{
    margin-top: 19px;
    width: 110px;
    height: 110px;
}
.footer .footerCon .footerHref ul li p:nth-child(1){
    font-size:20px;
font-family:Source Han Sans SC;
font-weight:400;
color:rgba(255,254,254,1);
}
.footer .footerCon .footerHref ul li p:not(:first-child){
    height:16px;
font-size:16px;
font-family:Source Han Sans SC;
font-weight:400;
color:rgba(153,153,153,1);
margin-top: 19px;
}
.footer .footerCopy{
    width: 100vw;
    height:48px;
background:#11116A;
} 
.footer .footerCopy p{
    text-align: center;
    line-height: 48px;
    font-size:14px;
font-family:Source Han Sans SC;
font-weight:300;
color:rgba(153,153,153,1);
/* opacity:0.4; */
background: black;
}
#uploadDiv{
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1001;
    display: none;
    background: rgba(0,0,0,.3);
    /* opacity: 0.7; */
}
#uploadForm{
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width:660px;
  background:white;
  border-radius:16px;
  z-index: 1002;
  padding: 59px 60px 60px;
  }
  #uploadForm .uploadForm_title{
    font-size:34px;
    font-family:Source Han Sans SC;
    font-weight:500;
    color:rgba(0,0,0,1);
    text-align: center;
  }
  #uploadForm .jobcon{
      width: 100%;
      height:48px;
background:rgba(0,0,0,0);
border:1px solid rgba(218, 218, 218, 1);
border-radius:8px;
font-size:18px;
font-family:Source Han Sans SC;
font-weight:400;
color:rgba(119,119,119,1);
margin-top: 39px;
padding: 0 16px ;
  }
  #uploadForm .jobcon .job{
    width: 100%;
    height:48px;
border:none;
border-radius:8px;
font-size:18px;
font-family:Source Han Sans SC;
font-weight:400;
color:rgba(119,119,119,1);
  }
  #uploadForm .jobcon .job option{
    font-size:18px;
    font-family:Source Han Sans SC;
    font-weight:400;
    color:rgba(119,119,119,1);
  }
  #uploadForm .inputGroup  {
      margin-top: 19px;
  }
  #uploadForm .inputGroup input{
      width: 100%;
    height:48px;
    background:rgba(0,0,0,0);
    border:1px solid rgba(218, 218, 218, 1);
    border-radius:8px;
    font-size:18px;
font-family:Source Han Sans SC;
font-weight:400;
color:rgba(119,119,119,1);
text-indent: 16px;
  }
  #uploadForm #jq_post{
    width: 100%;
    height:48px;
background: linear-gradient(0deg, #3179F5, #1CD9FF);
box-shadow: 0px 8px 16px 0px rgba(48, 122, 245, 0.3);
    border-radius:8px;
    font-size:24px;
font-family:Source Han Sans SC;
font-weight:400;
color:rgba(255,255,255,1);
text-align: center;
line-height: 48px;
margin-top: 43px;
cursor: pointer;
  }
  #uploadForm .model_foot{
     text-align: center;
     font-size:18px;
font-family:Source Han Sans SC;
font-weight:400;
color:rgba(119,119,119,1);
margin-top: 29px; 
  }
  #uploadForm #province{
    width: 100%;
    height:48px;
    border-radius:8px;
    margin-top: 19px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  #uploadForm #cityone ,#uploadForm #citytwo,#uploadForm #citythree{
    width:118px;
    height:48px;
    border:1px solid rgba(218, 218, 218, 1);
    border-radius:8px;
    font-size:18px;
    font-family:Source Han Sans SC;
    font-weight:400;
    color:rgba(119,119,119,1);
    padding-left:16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
   
  }
  #province > select{
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    background-image: url("../image/down6.png");
    background-size: 10px 11px;
    background-repeat: no-repeat;
    background-position: 88px 16px;
  }
  .jobcon > select{
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    background-image: url("../image/down6.png");
    background-size: 10px 11px;
    background-repeat: no-repeat;
    background-position: 488px 16px;
  }
  #province span{
      display: inline-block;
    font-size:18px;
font-family:Source Han Sans SC;
font-weight:400;
color:rgba(119,119,119,1);
  }
  select{
      cursor: pointer;
  }
 
