﻿.work-content .title {
  font-size: 24px;
   font-weight: 600;
  text-align: center;
  color: #0077f4;
}

.career-page .us-select{
    padding:17px;
    position: relative;
    /*font-family: HelveticaNeue;*/
    font-family: Noto Sans SC !important;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #7f7f7f;
}
.career-page .us-select>div{
    vertical-align:middle;
    position: relative;
    top:50%;
    transform:translateY(-50%);
}
.select-career.active {
    background: #fff;
    box-shadow: -1px -1px 6px 0 rgba(0, 0, 0, 0.15);
}
.select-career.active p {
        color: #007aff;
}
.select-career.active .iconConent {
    background: #0077ec;
}
#career-message,#disrtibutor-message{
    height:90px;
}
.iconConent {
    background: #999;
    color: white;
    padding: 15px;
    border-radius: 50%;
    height: 55px;
    width: 55px;
    display: inline-block;
    margin-bottom: 10px;
}
.iconConent i {
    font-size: 26px;
}
.select-career p {
    color: #7f7f7f;
    font-size:14px;
    font-family: Raleway-Bold !important;
}
.select-title {
    padding:20px 0 30px;
    font-size: 20px;
     font-weight: 600;
    text-align: center;
    color: #333;
    background:#fff;
    font-family: Raleway-Bold !important;
}
.custom-label {
  font-size: 14px;
   font-weight: 600;
  color: #333333;
  font-family: Raleway-Medium !important;
}
.redColor {
    color: #ff0000;
}
.m-t-5 {
    margin-top: 5px;
}
.hidden {
    display: none !important;
}
/*.btnContent {
   height: 35px;
    line-height: 17px;
    border-radius: 2px;
    background-color: #0077ec;
    text-align: center;
}*/
.btn {
    border: none!important;
    color: #fff;
}
.btn-primary {
    background-color: #007aff!important;
}
.career-type-content {
    background: #fff;
}
.form-one {
    color: #333;
}
/*lable标签的大小、位置、背景颜色更改，在css选择时，“+”代表相邻元素，即当前元素的下一元素*/
#color-input-red +label{
    display: block;
    width: 20px;
    height: 20px;
    cursor: pointer;
    position: absolute;
    top: 2px;
    left: 15px;
    background: rgba(240, 84, 77, 1);;
}
#career-firstName {
    border: 1px solid #ccc;
    width: 370%;
    height: 40px;
    border-radius: 3px;
}
#con li {
    display: none;
}
 #con li.show {
   display: block;
 }
 .career-page {
     display: flex;
     flex-direction: row;
 }
.select-career {
    padding: 30px;
    width: 50%;
    background: #eee;
    text-align: center;
}
.img-captcha {
    margin: 10px 0;
}
.uploadIcon {
    position: relative;
}
.career_info {
    padding: 30px 15px;
    background:#fff;
}
.career_info_title {
    font-size: 20px;
     font-weight: 600;
    margin-bottom: 20px;
    box-shadow: 0 1px 0 0 #e7e7e8;
    padding-bottom: 5px;
}
.career_info__item {
    padding:20px;
    border-radius: 4px;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.15);
    background-color: #ffffff;
}
.career_info__item h2 {
  font-size: 20px;
   font-weight: 600;
   color:#333;
  font-family: Raleway-Bold !important;
}
.career_info__item p {
   font-size: 14px;
    color: #666;
    line-height: 22px;
}
.career_info__item p a {
    color: #666666;
    text-decoration:underline;
}
.img-captcha {
    display: flex;
    border: 1px solid #ced4da;
    padding: 2px 11px;
    border-radius: 3px;
    width: 160px;
    background-color: #ffffff;
    height: 34px;
    margin-top: 10px;
}
#v_container, #v_container > canvas ,#v_container2, #v_container2 > canvas{
    width: 85% !important;
    height: 100% !important;
}
.img-captcha i {
    padding: 7px 2px;
}
.uploadIcon,.uploadIcon2 {
    color: #6c757d;
}
.uploadIcon2 {
    position: relative;
}
.btnContent {
  margin-top: -5px;
}
.btnContent .btn {
   width: 100%;
    height: 35px;
    line-height: 5px;
    font-size: 13px;
    border-radius: 3px;
     text-align: center;
}
.img_upload {
    position: relative;
}
.user-avart {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    width: 35px;
    height: 35px;
    display: inline-block;
}
.uploadIcon {
    text-align: left;
}
.img-info img,.img-info2 img {
    display: inline-block;
    margin-right: 10px;
}
.user-avart2 {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    width: 35px;
    height: 35px;
    display: inline-block;
}
.checkbox2 {
    text-align: left;
    padding-left: 2px !important;
}
.img-info .File-name {
    margin-left: 10px;
}
.img-info2 .File-name2 {
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px!important;
}
.img-info2 img {
    width: 35px;
    height: 35px;
    margin-left: 10px;
    margin-right: 10px;
}
#personal-captcha,#disrtibutor-captcha {
    width: 350px;
    margin-right: 25px;
    display: inline-block;
    vertical-align: top;
}
/*#form-one .errorMessage {
    margin-left: -236px;
}*/
.finish-content {
   border-radius: 4px;
    background-color: #ffffff;
    border: solid 1px #dedede;
    display: block;
    padding-bottom: 30px;
}
.finishIcon {
    font-size: 60px;
    color: #92de26;
}
.finish-message p {
    line-height: 1.71;
    color: #333;
     font-weight: 600;
    font-size: 18px;
    margin-bottom: 0px;
}
#form-two .errorMessage {
    margin-left: 205px;
}
.spinner {
    position: fixed;
    left: 50%;
    top: 43%;
    transform: translate(-50%,-50%);
}
.spinner > div {
  width: 30px;
  height: 30px;
  background-color: rgb(56,169,249);
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
  animation: bouncedelay 1.4s infinite ease-in-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
#no-personal-captcha {
    margin-left: -238px!important;
}
.loading-spinner {
    background:rgba(0,0,0,.6);
}
.spinner .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}
.p-l-2 {
    padding-left:2px;
}

.de-html{
    padding: 0 10px;
    border:1px solid rgba(0, 0, 0, 0.15);
}
.de-html>div{
    margin:20px 0;
}
.de-html>div p{
    /*font-family: inherit;*/
    font-family: Noto Sans SC !important;
    font-weight: bold;
    line-height: 1.2;
    color: inherit;
}
.de-html>div:first-child{
    margin-top:10px;
}
.de-html>div:last-child{
    margin-top:10px;
}
.de-add-btn{
    margin:10px 0;
}



#tit .us-add-part{
    height:100px;
    position:relative;
}
#form-three .radio label::before{
    border:transparent;
}
#tite .us-add-part p{
    position:absolute;
    top:50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
#form-three .checkbox label::after{
    left:18px;
}
#form-three .checkbox label::before{
    left:18px;
}
#form-three .checkbox label{
    padding-left:25px;
}