﻿@charset "utf-8";
/* PC */

@media (min-width: 769px) {
  .authentication-content {
    background: #f8f8f8;
  }
  /* 面包屑 */
  /* base中公共面包屑样式 */
  /* 面包屑end */
  /* 注册会员 */
  .authentication-option {
    width: 100%;
  }
  .authentication-option a {
    display: inline-block;
    padding: 0 25px;
    height: 60px;
    line-height: 60px;
    background: #666;
    color: #FFF;
    font-size: 16px;
  }
  .authentication-option .active, .authentication-option a:hover {
    background: #d9344c;
    text-decoration: none;
  }
  .authentication-con {
    padding: 45px;
    margin-bottom: 80px;
    min-height: 500px;
    background: #FFF;
    border: 1px solid #dfdfdf;
    font-size: 16px;
    color: #333;
  }
  .authentication_form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    align-content: center;
  }
  .authentication_form .line {
    width: 100%;
    height: 1px;
    margin: 50px 0;
    background: #e5e5e5;
  }
  .xg_text {
    width: 520px;
    min-height: 90px;
    overflow: hidden;
  }
  .xg_checkbox, .submit_text, .working-text, .studies-text, .experience-text {
    width: 100%;
  }
  .xg_text_input {
    width: 350px;
    height: 50px;
    padding: 10px;
    border: 1px solid #e5e5e5;
    outline: 0;
    float: left;
  }
  .xg_text_span {
    float: left;
    height: 50px;
    line-height: 50px;
    box-sizing: border-box;
    padding-right: 10px;
    width: 165px;
    text-align: right;
    display: inline-block;
  }
  .mobileCode {
    width: 229px;
    margin-right: 20px;
  }
  .error-message {
    padding-left: 165px;
    font-size: 13px;
    color: #d9344c;
    width: 100%;
    height: 25px;
    float: left;
    display: none;
  }
  .mobilecode-btn, .mobilecodetwo-btn {
    filter: alpha(opacity=96);
    /* IE */
    -moz-opacity: 0.96;
    /* 老版Mozilla */
    -khtml-opacity: 0.96;
    /* 老版Safari */
    opacity: 0.96;
    /* 支持opacity的浏览器*/
    float: left;
    padding: 0 15px;
    height: 50px;
    font-size: 14px;
    outline: 0;
    border: none;
    color: #FFF;
    box-sizing: border-box;
    background: #d9344c;
  }
  .mobilecode-btn:hover, .mobilecodetwo-btn:hover {
    filter: alpha(opacity=100);
    /* IE */
    -moz-opacity: 1;
    /* 老版Mozilla */
    -khtml-opacity: 1;
    /* 老版Safari */
    opacity: 1;
    /* 支持opacity的浏览器*/
  }
  .mobilecodeCur {
    background: #e5e5e5 !important;
    color: #FFF;
    cursor: not-allowed;
  }
  .xg_area_select1, .xg_area_select2 {
    padding: 10px;
    height: 50px;
    width: 159px;
    margin-right: 30px;
    border: 1px solid #e5e5e5;
    outline: none;
    color: #666;
    /* 下拉箭头样式 */
    /* appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none; */
  }
  .xg_area_select2 {
    margin-right: 0;
  }
  .sex-age {
    display: flex;
  }
  .sex-box * {
    line-height: 50px;
  }
  .sex-box>label {
    margin-right: 35px;
  }
  .sex-age>div {
    flex-grow: 1;
  }
  .age-box>input {
    width: 120px;
  }
  .age-box>span {
    width: auto;
  }
  .age-box>p {
    float: none;
  }
  .working-text {
    display: flex;
    justify-content: space-between;
    line-height: 50px;
  }
  .working-text label {
    margin-right: 15px;
  }
  .studies-text {
    display: flex;
  }
  .xg_education_select1 {
    padding: 10px;
    height: 50px;
    width: 159px;
    margin-right: 30px;
    border: 1px solid #e5e5e5;
    outline: none;
    color: #666;
  }
  .studies-text input {
    width: 240px;
  }
  .studies-text p {
    width: 240px;
    padding-left: 112px;
  }
  .school_span, .major_span {
    width: 100px;
    margin-left: 25px;
  }
  .experience-text {
    display: flex;
  }
  .experience-text input {
    width: 125px;
  }
  .experience-text .year {
    color: #333;
    line-height: 50px;
    margin-left: 25px;
    margin-right: 25px;
  }
  .xg_grade_select1 {
    padding: 10px;
    height: 50px;
    width: 159px;
    margin-right: 30px;
    border: 1px solid #e5e5e5;
    outline: none;
    color: #666;
  }
  .dingj {
    color: #999999;
  }
  .introduce_span {
    float: none;
    margin-top: 25px;
  }
  .pro_introduce {
    width: 100%;
  }
  .introduce-con textarea {
    width: 100%;
    margin-top: 15px;
    padding: 25px 25px;
    line-height: 25px;
    color: #666666;
    background: #f8f8f8;
    border: 1px solid #e5e5e5;
    outline: none;
    resize: none;
  }

 .pro_head {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom:30px;
}
.pro_head >div{
    padding-left:0;
}
.upload_text{
    position:relative;
    display: flex;
    flex-wrap: wrap;
    align-items:center;
}
.upload_text *{
    order:3;
}
.upload_img{
    order:0;
    margin-right:10px;
}
.upload_text button {
    position: absolute;
    left: 325px;
    width: 70px;
}
  p.tips {
    position: absolute;
    left: 325px;
    top: 25px;
    width: 407px;
}
  .xg_imgUpload_li .webuploader-pick {
    color: #666666;
    background: none;
    padding: 0;
}
  /* 认证审核资料 */
  .certificates {
    width: 100%;
    margin-top: 15px;
  }
  .certificates>h3 {
    margin: 30px 0;
    font-weight: 600;
    font-size: 16px;
    color: #333;
  }
  .authentication-text {
    width: 100%;
    display: flex;
    border: 1px solid #dfdfdf;
  }
  .authentication-text div {
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: #333333;
    font-weight: bold;
    border-right: 1px solid #dfdfdf;
  }
  .authentication-text div:nth-last-child(1) {
    border-right: none;
  }
  .sort {
    width: 70px;
  }
  .dataName {
    width: 170px;
  }
  .fileSize {
    width: 170px;
  }
  .fileFormat {
    width: 170px;
  }
  .state {
    width: 120px;
  }
  .state .Fail {
    display: none;
  }
  .operation {
    flex-grow: 1;
  }
  .authentication-ul {
    border: 1px solid #dfdfdf;
    border-top: none;
    overflow: hidden;
  }
  .authentication-ul>li {
    height: 60px;
    overflow: hidden;
    display: flex;
    border-bottom: 1px solid #dfdfdf;
  }
  .authentication-ul li:nth-last-child(1) {
    border: none;
  }
  .authentication-ul>li>div {
    height: 100%;
    float: left;
    text-align: center;
    color: #666666;
    line-height: 60px;
    border-right: 1px solid #dfdfdf;
  }
  .authentication-ul>li>div:nth-last-child(1) {
    border: none !important;
  }
  .operation {
    position: relative;
    height: 100%;
    border-right: none;
  }
  .xg_upload_ul {
    height: 100%;
    display: flex;
  }
  .xg_upload_ul li {
    height: 100%;
    position: relative;
    flex-grow: 1;
  }
  .upload_success {
    height: 100%;
    position: relative;
  }
  .upload-box {
    position: absolute;
    top: 0;
    left: 0;
  }
  .upload {
    display: block;
    margin: 14px auto;
    width: 50px;
    line-height: 30px;
    text-align: center;
    color: #333333;
    text-decoration: none !important;
    border: 1px solid #e0e0e0;
  }
  .upload-box input {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
  }
  .operation-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0;
    z-index: 1;
    transition: ease 0.3s all;
  }
  .operation-con {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    opacity: 0;
    transition: ease 0.3s all;
  }
  .operation ul>li:hover .operation-bg {
    opacity: 0.6 !important;
  }
  .operation ul>li:hover .operation-con {
    opacity: 1 !important;
  }
  .see_img, .change_img, .delete_img {
    margin: 0 2px;
    width: 50px;
    height: 30px;
    font-size: 12px;
    line-height: 30px;
    color: #FFF;
    text-align: center;
    background: #b3acac8f;
    cursor: pointer;
  }
  .xg_div_img {
    width: 100%;
    height: 100%;
  }
  .xg_div_img img {
    margin-top: 5px;
    height: 50px;
    width: auto;
  }
  .xg_checkbox {
    position: relative;
    margin-top: 25px;
    margin-bottom: 25px;
    font-size: 16px;
  }
  .xg_checkbox label {
    padding-left: 25px;
    cursor: pointer;
  }
  .xg_checkbox label::before {
    content: "";
    display: block;
    width: 23px;
    height: 23px;
    line-height: 20px;
    cursor: pointer;
    position: absolute;
    background: url(/images/usercenter/checkbox.png) no-repeat;
    /* border: 1px solid #ccc; */
    /*改变复选框的边框颜色也可以不要边框*/
    top: 0px;
    left: 0px;
  }
  /* 隐藏CheckBox属性原来的样式*/
  .xg_checkbox input[type=checkbox] {
    /*visibility 属性规定元素是否可见*/
    visibility: hidden;
  }
  /* checked 预先选定复选框或单选按钮。*/
  .xg_checkbox input:checked+label:before {
    /*复选框勾选后的背景颜色*/
    background: url(/images/usercenter/checkbox_cur.png) no-repeat !important;
  }
  /* 提交按钮 */
  .sub_btn {
    padding: 40px 0 40px 0;
    width: 100%;
    text-align: center;
  }
  .sub_btn button, .sub_btn input {
    padding: 20px 35px;
    margin: 0 20px;
    border: none;
    font-size: 14px;
    color: #FFF;
    border-radius: 4px;
  }
  .sub_btn button:hover, .sub_btn input:hover {
    opacity: 0.96;
  }
  .submitConfirm {
    background: #d9344c;
  }
  .submitCancel {
    background: #999999;
  }
}

/* Mobile */

@media (max-width: 768px) {
  .authentication-content {
    background: #f8f8f8;
  }
  .authentication-content .container {
    padding: 0;
  }
  /* 面包屑 */
  /* base中公共面包屑样式 */
  /* 面包屑end */
  /* 产品经理认证 */
  .authentication-option {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .authentication-option a {
    display: inline-block;
    width: 50%;
    text-align: center;
    height: 60px;
    line-height: 60px;
    background: #333333;
    color: #FFF;
    font-size: 16px;
  }
  .contact_text, .xg_checkbox, .submit_text, .upload_text {
		width: 100%;
	}
  .authentication-option .active, .authentication-option a:hover {
    background: #d9344c;
    text-decoration: none;
  }
  .authentication-con {
    width: 96%;
    padding: 0px 2% 35px 2%;
    margin: 25px auto;
    margin-bottom: 80px;
    min-height: 500px;
    background: #FFF;
    border: 1px solid #dfdfdf;
    font-size: 13px;
    color: #777;
    border-radius: 7px;
  }
  .authentication_form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    align-content: center;
  }
  .authentication_form .line {
    width: 100%;
    height: 1px;
    margin: 50px 0;
    background: #e5e5e5;
    display: none;
  }
  .xg_text {
    position: relative;
    width: 100%;
    min-height: 50px;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-bottom: 1px solid #e5e5e5;
  }
  .adress_text {
    flex-wrap: nowrap;
  }
  .studies-text, .introduce-con, .sex-box, .age-box, .working-text>div, .experience-text>div {
    width: 100%;
  }
  .xg_text_input {
    height: 50px;
    padding: 10px;
    border: none;
    outline: 0;
  }
  .xg_text_span {
    height: 50px;
    line-height: 50px;
    box-sizing: border-box;
    display: inline-block;
  }
  .mobileCode {
    width: 40%;
  }
  .xg_text input {
    flex-grow: 1;
  }
  .error-message {
    position: absolute;
    bottom: -4px;
    font-size: 12px;
    color: #d9344c;
    width: 100%;
    height: 25px;
    float: left;
    display: none;
  }
  .experience-text>div, .working-text>div, .experience1 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .experience-text .year {
    margin-left: 10px;
    margin-right: 10px;
  }
  .contact_text, .english_text {
    width: 50%;
    float: left;
    display: flex;
    flex-wrap: nowrap;
  }
  .sex-age .sex-box {
    order: 2;
    display: flex;
    align-items: center;
  }
  .sex-age .sex-box *, .working-text>div *, .experience1 * {
    flex-grow: 0;
  }
  .sex-age .sex_span, .working-text>div>span, .experience1 .experience_span {
    flex-grow: 1;
  }
  .sex-box>label, .working-text>div>label, .experience1 label {
    margin: 5px 5px 0 5px;
  }
  .sex-box>label:nth-last-of-type(1), .working-text>div>label:nth-last-of-type(1), .experience1 label:nth-last-of-type(1) {
    margin-right: 0;
  }
  .sex-age .age-box, .working-text>div:nth-child(-n+2) {
    border-bottom: 1px solid #e5e5e5;
  }
  .contact_text input, .english_text input {
    width: auto;
    width: 30%;
  }
  .experience-text>div>input {
    width: 130px;
    border: 1px solid #e5e5e5;
    height: 35px;
    border-radius: 4px;
  }
  .mobilecode-btn, .mobilecodetwo-btn {
    filter: alpha(opacity=96);
    /* IE */
    -moz-opacity: 0.96;
    /* 老版Mozilla */
    -khtml-opacity: 0.96;
    /* 老版Safari */
    opacity: 0.96;
    /* 支持opacity的浏览器*/
    height: 50px;
    font-size: 13px;
    outline: 0;
    border: none;
    color: #FFF;
    box-sizing: border-box;
    background: #d9344c;
	width: 100px;
  }
  .mobilecode-btn:hover, .mobilecodetwo-btn:hover {
    filter: alpha(opacity=100);
    /* IE */
    -moz-opacity: 1;
    /* 老版Mozilla */
    -khtml-opacity: 1;
    /* 老版Safari */
    opacity: 1;
    /* 支持opacity的浏览器*/
  }
  .mobilecodeCur {
    background: #e5e5e5 !important;
    color: #FFF;
    cursor: not-allowed;
  }
  .xg_area_select1, .xg_area_select2, .xg_education_select1, .xg_grade_select1 {
    padding: 10px;
    height: 50px;
    border: none;
    outline: none;
    color: #666;
  }
  .xg_area_select1, .xg_area_select2 {
    max-width: 35%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .experience2 .grade_span {
    flex-grow: 1;
  }
  .introduce-con textarea {
    width: 100%;
    padding: 15px 15px;
    line-height: 25px;
    color: #666666;
    background: #f8f8f8;
    border: 1px solid #e5e5e5;
    outline: none;
    resize: none;
  }
  .xg_text label {
    padding: 10px 20px;
    border-radius: 20px;
    border: 1px solid #e5e5e5;
  }
  /* 隐藏radio属性原来的样式*/
  .xg_text input[type=radio] {
    /*visibility 属性规定元素是否可见*/
    visibility: hidden;
  }
  /* radio 预先选定复选框或单选按钮。*/
  .xg_text input:checked+label {
    /*复选框勾选后的背景颜色*/
    background: #d9344c;
    color: #FFF;
    border: 1px solid #d9344c;
  }
  /* 认证审核资料 */
  .certificates {
    margin-top: 15px;
    width: 100%;
  }
  .certificates>h3 {
    padding-bottom: 25px;
    margin: 15px 0;
    font-weight: 600;
    font-size: 15px;
    color: #333;
    border-bottom: 1px solid #e5e5e5;
  }
  .authentication-text {
    width: 100%;
    display: flex;
    border: 1px solid #dfdfdf;
    display: none;
  }
  .authentication-text div {
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: #333333;
    font-weight: bold;
    border-right: 1px solid #dfdfdf;
  }
  .sort, .fileSize, .state {
    display: none;
  }
  .dataName {
    font-size: 15px;
    line-height: 42px;
    color: #333333;
    font-weight: 600;
  }
  .fileFormat::after {
    content: "格式，文件不大于2M";
  }
  .fileFormat::before {
    content: "支持";
  }
  .fileSize, .fileFormat, .state {
    font-size: 14px;
    line-height: 40px;
    color: #999999;
  }
  .dataName em {
    color: #d9344c;
  }
  .operation {
    flex-grow: 1;
  }
  .authentication-ul {
    border-top: none;
  }
  .authentication-ul>li {
    padding-bottom: 15px;
    border-bottom: 1px solid #e5e5e5;
  }
  .authentication-ul>li:nth-last-child(1) {
    border: none;
  }
  .operation {
    margin-top: 5px;
    position: relative;
  }
  .operation ul {}
  .xg_upload_ul li {
    margin-left: 5px;
    width: 120px;
    height: 120px;
    position: relative;
    flex-grow: 1;
  }
  .upload_success {
    position: relative;
  }
  .upload-box {
    position: absolute;
    top: 0;
    left: 0;
  }
  .upload {
    display: block;
    width: 120px;
    height: 120px;
    font-size: 0;
    background: url(/images/usercenter/none_img.png) no-repeat;
    background-size: cover;
  }
  .upload-box input {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
  }
  .operation-bg {
    position: absolute;
    top: 24px;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0;
    z-index: 1;
    transition: ease 0.3s all;
  }
  .operation-con {
    position: absolute;
    top: 24px;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .operation ul>li:hover .operation-bg {
    opacity: 0.6 !important;
  }
  .operation ul>li:hover .operation-con {
    opacity: 1 !important;
  }
  .see_img, .change_img, .delete_img {
    margin: 2px 2px;
    width: 50px;
    height: 30px;
    font-size: 12px;
    line-height: 30px;
    color: #FFF;
    text-align: center;
    background: #b3acac8f;
    cursor: pointer;
  }
  .xg_div_img {
    position: relative;
    top: 24px;
    width: 120px;
    height: 74px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .xg_div_img::before {
    content: "";
    width: 30px;
    height: 30px;
    position: absolute;
    right: -15px;
    top: -15px;
    z-index: 3;
    background: url(/images/usercenter/success2.png) no-repeat 0 0;
    background-size: contain;
  }
  .xg_div_img img {
    height: auto;
    width: 100%;
  }
  /* 协议勾选 */
  .xg_checkbox {
    position: relative;
    margin: 25px 0 0 0;
    color: #333;
  }
  .xg_checkbox label {
    padding-left: 30px;
    line-height: 20px;
    cursor: pointer;
  }
  .xg_checkbox label::before {
    content: "";
    display: block;
    width: 23px;
    height: 23px;
    line-height: 20px;
    cursor: pointer;
    position: absolute;
    background: url(/images/usercenter/checkbox.png) no-repeat;
    /* border: 1px solid #ccc; */
    /*改变复选框的边框颜色也可以不要边框*/
    top: 0px;
    left: 0px;
  }
  /* 隐藏CheckBox属性原来的样式*/
  .xg_checkbox input[type=checkbox] {
    /*visibility 属性规定元素是否可见*/
    visibility: hidden;
    display: none;
  }
  /* checked 预先选定复选框或单选按钮。*/
  .xg_checkbox input:checked+label:before {
    /*复选框勾选后的背景颜色*/
    background: url(/images/usercenter/checkbox_cur.png) no-repeat !important;
  }
  /* 提交按钮 */
  .sub_btn {
    padding: 20px 0 20px 0;
    width: 100%;
    text-align: center;
  }
  .sub_btn button,.sub_btn input  {
    padding: 20px 0;
    margin: 10px 0;
    width: 100%;
    border: none;
    font-size: 14px;
    color: #FFF;
    border-radius: 4px;
  }
  .sub_btn button:hover {
    opacity: 0.96;
  }
  .submitConfirm {
    background: #d9344c;
  }
  .submitCancel {
    background: #999999;
  }
    .upload div {
        position: absolute;
        opacity: 0;
        width: 100%;
        height: 120px
    }
    .pro_head{
    padding-bottom:25px;
    position:relative;
}
.pro_head >div {
    width:100%;
    margin-top: 45px;
    display: flex;
    align-items: center;
}
p.tips {
    position: absolute;
    left: 0;
    top: 45px;
    width: 100%;
    font-size: 14px;
    line-height: 20px;
}
.upload_text *{
    order:3;
}
.upload_text button{
    order:4;
}
.upload_img a{
    margin: 0 10px;
}
  .xg_text label {
    padding: 10px 20px;
    border-radius: 20px;
    border: 1px solid #e5e5e5;
  }
  /* 隐藏radio属性原来的样式*/
  .xg_text input[type=radio] {
    /*visibility 属性规定元素是否可见*/
    visibility: hidden;
  }
  /* radio 预先选定复选框或单选按钮。*/
  .xg_text input:checked+label {
    /*复选框勾选后的背景颜色*/
    background: #d9344c;
    color: #FFF;
    border: 1px solid #d9344c;
  }
  .webuploader-pick{
      width:58px;
      margin-left:5px;
  }
}