/* -----------------------------公共部分--------------------------- */
body {
  background-color: #000;
}
.carData {
  display: none;
}
.radio-btn {
  width: 28px;
  height: 28px;
  background-color: #fff;
  margin-left: 10px;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
}
.radio-btn .icon-svg {
  background-image: url(../images/arrow-right_24ed9ab393dfe6ad7833.svg);
  background-size: cover;
  width: 17px;
  height: 17px;
  margin: 5px auto;
}
.carImg {
  object-fit: contain;
  width: 82%;
  /* height: 50%; */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 800px) {
  .radio-btn {
    width: 20px;
    height: 20px;
  }
  .radio-btn .icon-svg {
    width: 10px;
    height: 10px;
  }
}
.pc {
  display: block;
}
.pc .bearNavContainer {
  color: #999999;
  font-weight: 600;
  font-size: 14px;
  width: 1300px;
  margin-top: 106px;
  margin-left: auto;
  margin-right: auto;
  z-index: 2;
  transition: top 0.5s ease 0.1s;
}
.pc .bearNavContainer .bearNavGroup {
  height: 100%;
}
.pc .bearNavGroup a {
  cursor: pointer;
  color: #999999;
  font-weight: 400;
}
.pc .bearNavContainer .curItem {
  color: #999999;
}
.pc .bearNavGroup a:hover {
  color: rgba(16, 220, 255);
}
.pc .cxzs {
  background: #fff;
  width: 100%;
  height: calc(100vh - 80px);
}
.pc .right-bottom {
  position: absolute;
  bottom: 80px;
}
.pc .cxzs-block {
  margin-top: 40px;
  background: #FFFFFF;
  width: 1300px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.pc .cxzs-block .back-img {
  width: calc(50vw - 650px + 867px);
  margin-left: calc(-50vw + 650px);
  height: 100%;
  position: absolute;
  background: #DDE2E6;
  background: url('https://www.foton.com.cn/static/images/person-back-img.png') no-repeat center center;
  background-size: contain;
}
.pc .cxzs-block .back-img .back-title {
  font-size: 28px;
  font-family: FZLanTingHei-R-GBK;
  font-weight: 400;
  color: #000000;
  position: absolute;
  left: 40px;
  top: 35px;
  display: none;
}
.pc .cxzs-block .right {
  width: 434px;
  height: fit-content;
  float: right;
  background: #FFFFFF;
  padding: 40px 30px 72px;
  box-sizing: border-box;
}
.pc .cxzs-block .right .right-title {
  font-size: 28px;
  font-family: FZLanTingHei-R-GBK;
  font-weight: 400;
  color: #000000;
}
.pc .cxzs-block .right .right-txt {
  margin-top: 22px;
  font-size: 14px;
  font-family: FZLanTingHei-R-GBK;
  font-weight: 400;
  color: #999999;
  line-height: 28px;
  text-align: justify;
  height: calc(100vh - 375px);
  overflow-y: auto;
}
.pc .cxzs-block .right .right-txt::-webkit-scrollbar {
  width: 1px;
  opacity: 0;
}
.pc .back-img {
  background: cover;
}
.pc .cxpz {
  background: #1B1B1B;
  width: 100%;
}
.pc .cxpz-block {
  width: 1300px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding-bottom: 85px;
}
.pc .cxpz-block .cxpz-title {
  padding-top: 80px;
  padding-bottom: 60px;
}
.pc .cxpz-block .cxpz-img {
  height: auto;
  width: auto;
  max-width: 100%;
  object-fit: contain;
}
.pc .cxpz-block .cxpz-content {
  max-width: 1300px;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  overflow-x: auto;
}
.mobile {
  display: none;
}
.bottomContent {
  margin-top: 28px;
}
.bottomContent .moreBtn {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #000000;
  border: #000000 solid 1px;
}
.bottomContent .moreBtn.btn2 {
  margin-top: 16px;
}
.bottomContent .moreBtn .iconCir {
  background-color: transparent;
}
.bottomContent .moreBtn .iconCir .arrow1,
.bottomContent .moreBtn .iconCir .arrow2 {
  background-image: url(../images/arrow-right_24ed9ab393dfe6ad7833.svg);
}
.bottomContent .moreBtn:hover {
  border-color: rgba(16, 220, 255);
}
.bottomContent .moreBtn:hover .txt {
  color: #000;
}
.bottomContent .moreBtn:hover .iconCir .arrow1,
.bottomContent .moreBtn:hover .iconCir .arrow2 {
  background-image: url(../images/arrow-right-2_4583d1b4973ed4c226ef.svg);
}
.myXlsx {
  overflow: auto;
  max-width: 1300px;
  margin: 0 auto;
  background-color: #1B1B1B;
}
.myXlsx::-webkit-scrollbar {
  height: 10px;
  background-color: #666666;
  width: 100%;
}
.myXlsx::-webkit-scrollbar-thumb {
  height: 10px;
  background-color: #b5b5b5;
}
.myXlsx table {
  color: #fff;
  border-spacing: 0;
  margin: 0 auto;
  table-layout: fixed;
}
.myXlsx table tr {
  margin: 0;
  padding: 0;
  border: 0;
}
.myXlsx table tr:first-child > td {
  border-top: 1px solid #000;
}
.myXlsx table tr:last-child {
  height: 70px;
}
.myXlsx table tr .tdFix {
  position: sticky;
  left: 0;
  z-index: 1;
  border-left: 1px solid #000;
}
.myXlsx table tr .tdFixUp {
  position: sticky;
  top: 0;
  z-index: 2;
}
.myXlsx table tr .tdFixUpa {
  z-index: 3;
  position: sticky;
  top: 0;
  left: 0;
  border-left: 1px solid #000;
}
.myXlsx table td {
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  background: #1B1B1B;
}
.myXlsx table .tdDiv {
  width: 200px;
  padding: 10px 5px;
  box-sizing: border-box;
  word-break: break-all;
  white-space: pre-wrap;
}
@media screen and (max-width: 760px) {
  .myXlsx::-webkit-scrollbar {
    height: 5px;
  }
  .myXlsx::-webkit-scrollbar-thumb {
    height: 5px;
  }
  .myXlsx table tr .tdFix {
    left: -2px;
  }
  .pc {
    display: none;
  }
  .mobile {
    display: block;
    margin-top: 64px;
  }
  .mobile .bottomContent {
    margin-top: 28px;
    position: absolute;
    bottom: 30px;
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
  }
  .mobile .bottomContent .moreBtn {
    height: 30px;
    border: 1px solid #000000;
    border-radius: 10px;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    padding-left: 30px;
    padding-right: 30px;
    color: #000000;
    display: inline-block;
    height: 35px;
    /* line-height: 62px; */
    width: auto;
  }
  .mobile .bottomContent .moreBtn .txt {
    line-height: 35px;
    text-align: justify;
  }
  .mobile .bottomContent .moreBtn.btn2 {
    margin-top: 0px;
  }
  .mobile .moreBtn .iconCir {
    margin-left: 10px;
    margin-top: 8px;
  }
  .mobile .cxzs-block {
    background: #fff;
  }
  .mobile .cxzs-block .back-title {
    font-size: 23px;
    font-family: FZLanTingHei-DB-GBK;
    font-weight: 400;
    color: #000000;
    text-align: center;
    padding-top: 30px;
  }
  .mobile .cxzs-block .back-sub-title {
    font-size: 14px;
    font-family: FZLanTingHei-R-GBK;
    font-weight: 400;
    color: #000000;
    text-align: center;
    margin-top: 6px;
  }
  .mobile .cxzs-block .back-img {
    width: 100vw;
    height: 110vw;
    background: url('https://www.foton.com.cn/static/images/person-back-mob.png') no-repeat center center;
    background-size: cover !important;
  }
  .mobile .cxzs-block .content {
    font-size: 14px;
    font-family: FZLanTingHei-R-GBK;
    font-weight: 400;
    color: #999999;
    line-height: 26px;
  }
  .mobile .cxzs-block .content .text {
    padding: 12px 30px 12px 34px;
    text-align: justify;
  }
  .mobile .cxpz-block {
    padding-left: 23px;
    padding-right: 30px;
    padding-bottom: 57px;
    background: #1B1B1B;
  }
  .mobile .cxpz-block .cxpz-title {
    font-size: 23px;
    font-family: FZLanTingHei-DB-GBK;
    font-weight: 700;
    color: #FEFEFE;
    padding-top: 34px;
    margin-bottom: 30px;
    text-align: center;
  }
  .mobile .cxpz-block .cxpz-content {
    width: 100%;
  }
  .mobile .cxpz-block .cxpz-content .cxpz-img {
    height: 675px;
  }
}
@media screen and (min-width: 761px) {
  /* 提示框 */
  .online-alert {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
    display: none;
    background: rgba(0, 0, 0, 0.6);
  }
  .online-alert .row5.pc {
    display: block;
  }
  .row5.mobile {
    display: none;
  }
  .online-alert .boxwrap {
    width: 810px;
    height: 620px;
    margin: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #0D0D0D;
    padding-left: 40px;
    padding-right: 40px;
  }
  .online-alert .title {
    font-size: 28px;
    font-family: FZLanTingHei-DB-GBK;
    font-weight: 400;
    color: #FFFFFF;
    margin-top: 55px;
    text-align: center;
  }
  .online-alert .sub-title {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 32px;
    margin-top: 35px;
  }
  .online-alert .sub-txt {
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 32px;
    margin-left: 15px;
  }
  .online-alert .row {
    display: inline-block;
    margin-top: 35px;
    height: 31px;
  }
  .online-alert .row .td {
    width: 246px;
    display: inline-block;
    margin-right: 30px;
    white-space: nowrap;
    position: relative;
  }
  .online-alert .row .td:last-child {
    margin-right: 0;
  }
  .online-alert .row input {
    color: #FFF;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    width: 100%;
    height: 40px;
    background-color: transparent;
    border: none;
    border-bottom: solid 1px #666666;
  }
  .online-alert .row .sex .checkbox:first-child {
    margin-left: 0;
  }
  .online-alert .row .checkbox {
    display: inline-block;
    margin-left: 30px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    cursor: pointer;
  }
  .online-alert .row .checkbox .check-radio {
    width: 20px;
    height: 20px;
    border: 1px solid #999999;
    border-radius: 50%;
    display: inline-block;
    vertical-align: top;
    margin-right: 7px;
    padding: 4px;
    box-sizing: border-box;
  }
  .online-alert .row .checkbox.active .radio {
    background: #fff;
    width: 10px;
    height: 10px;
    border-radius: 50%;
  }
  .online-alert .row .checkbox .label {
    display: inline-block;
  }
  .online-alert .row5 {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #D9D9D9;
    margin-top: 40px;
  }
  .online-alert .row5.pc {
    display: block;
  }
  .online-alert .row5.mobile {
    display: none;
  }
  .online-alert .warning {
    position: absolute;
    bottom: -30px;
    color: #E84335;
    left: 0;
    display: none;
  }
  .online-alert .bottom-content {
    width: 100%;
    height: 90px;
    background: #0D0D0D;
    text-align: right;
    box-sizing: border-box;
    padding-top: 10px;
    position: absolute;
    bottom: 0;
    width: calc(100% - 80px);
    right: 40px;
  }
  .online-alert .bottom-content .btn {
    width: 128px;
    height: 48px;
    border: 1px solid #666666;
    border-radius: 24px;
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    text-align: center;
    line-height: 45px;
    box-sizing: border-box;
  }
  .online-alert .bottom-content .submit {
    color: #fff;
    border-color: #fff;
    width: 176px;
    box-sizing: border-box;
    padding-left: 50px;
    padding-right: 0px;
  }
  .online-alert .bottom-content .cancel {
    margin-right: 15px;
  }
}
@media screen and (max-width: 760px) {
  /* 提示框 */
  .online-alert {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
    display: none;
    background: rgba(0, 0, 0, 0.6);
  }
  .online-alert .boxwrap {
    width: calc(100% - 46px);
    height: calc(100vh - 64px);
    margin: auto;
    position: absolute;
    top: 64px;
    left: 50%;
    transform: translatex(-50%);
    background: #0D0D0D;
    padding-left: 23px;
    padding-right: 23px;
    overflow: hidden;
    overflow-y: scroll;
  }
  .online-alert .title {
    margin-top: 30px;
    text-align: center;
    font-size: 18px;
    font-family: FZLanTingHei-DB-GBK;
    font-weight: 400;
    color: #FFFFFF;
  }
  .online-alert .sub-title {
    margin-top: 30px;
    font-size: 15px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 32px;
  }
  .online-alert .sub-txt {
    margin-left: 12px;
    font-size: 11px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 32px;
  }
  .online-alert .row4 .td:first-child {
    width: 100%;
  }
  .online-alert .row4 .td:nth-last-of-type(2) {
    margin-top: 30px;
  }
  .online-alert .row {
    display: inline-block;
    margin-top: 35px;
    height: 31px;
    width: 100%;
  }
  .online-alert .row .td {
    width: calc((100% - 34px)/2);
    display: inline-block;
    margin-right: 30px;
    white-space: nowrap;
    position: relative;
  }
  .online-alert .row .td:last-child {
    margin-right: 0;
  }
  .online-alert .row input {
    color: #FFF;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    width: 100%;
    height: 30px;
    background-color: transparent;
    border: none;
    border-bottom: solid 1px #666666;
  }
  .online-alert .row .sex .checkbox:first-child {
    margin-left: 0;
  }
  .online-alert .row .checkbox {
    display: inline-block;
    margin-left: 16px;
    font-size: 14px;
    line-height: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    cursor: pointer;
  }
  .online-alert .row .checkbox .check-radio {
    width: 15px;
    height: 15px;
    border: 1px solid #999999;
    border-radius: 50%;
    display: inline-block;
    vertical-align: top;
    margin-right: 7px;
    padding: 4px;
    box-sizing: border-box;
  }
  .online-alert .row .checkbox.active .radio {
    background: #fff;
    width: 7.5px;
    height: 7.5px;
    border-radius: 50%;
    margin-left: 50%;
    margin-top: 50%;
    transform: translate(-50%, -50%);
  }
  .online-alert .row .checkbox .label {
    display: inline-block;
  }
  .online-alert .row2 .td:nth-last-of-type(2) {
    margin-right: 0;
  }
  .online-alert .row2 .td:last-child {
    width: 100%;
    margin-top: 30px;
  }
  .online-alert .row5 {
    font-size: 16px;
    margin-top: 30px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #D9D9D9;
    margin-bottom: 210px;
  }
  .online-alert .row5 .checkbox {
    width: 26%;
    margin-bottom: 30px;
  }
  .online-alert .row5 .row5-txt {
    margin-bottom: 30px;
  }
  .online-alert .row5.pc {
    display: none;
  }
  .online-alert .warning {
    position: absolute;
    bottom: -30px;
    color: #E84335;
    left: 0;
    display: none;
  }
  .online-alert .bottom-content {
    width: 100%;
    height: 90px;
    background: #0D0D0D;
    text-align: center;
    box-sizing: border-box;
    padding-top: 10px;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
  }
  .online-alert .bottom-content .btn {
    width: 128px;
    height: 48px;
    border: 1px solid #666666;
    border-radius: 24px;
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    text-align: center;
    line-height: 50px;
  }
  .online-alert .bottom-content .submit {
    color: #fff;
    border-color: #fff;
    height: 30px;
    border: 1px solid #FFFFFF;
    border-radius: 15px;
  }
  .online-alert .bottom-content .btn {
    margin-right: 15px;
    width: 88px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #999999;
    border-radius: 15px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    box-sizing: border-box;
  }
  .online-alert .bottom-content .btn.submit {
    border: 1px solid #FFFFFF;
    color: #fff;
    width: 123px;
    box-sizing: border-box;
    padding-left: 34px;
    padding-right: 0;
  }
}
.alertbox-submit {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  display: none;
  background: rgba(0, 0, 0, 0.5);
}
.alertbox-img {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  display: none;
  background: rgba(0, 0, 0, 0.5);
}
.alertbox-img .content {
  left: 50%;
  position: absolute;
  top: 50%;
  width: calc(100% - 20px);
  max-height: calc(100% - 20px);
  overflow: auto;
  transform: translate(-50%, -50%);
}
.alertbox-img .content::-webkit-scrollbar {
  width: 3px;
  background-color: #666666;
  height: 90%;
}
.alertbox-img .content::-webkit-scrollbar-thumb {
  width: 3px;
  background-color: #b5b5b5;
}
.alertbox-submit .content {
  position: relative;
  margin: 100px auto;
  width: 500px;
  height: 307px;
  outline: 0;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  background-color: #fff;
  background-clip: padding-box;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -webkit-background-clip: padding-box;
  color: #000;
  top: 20%;
  border-radius: 10px;
}
.alertbox-submit .content.error .modalbody {
  color: #E84335;
}
.alertbox-submit .alertheader {
  padding: 15px;
  min-height: 16.43px;
}
.alertbox-submit .modaltitle {
  background: url(../images/duigou_f47a46e370ffbb5bdeeb.png) no-repeat center center;
  background-size: contain;
  width: 52px;
  height: 52px;
  padding-top: 45px;
  /* text-align: center; */
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
}
.alertbox-submit .content.error .modaltitle {
  background: url(../images/cuowu_3bdc614ee68573f284a7.png) no-repeat center center;
  background-size: contain;
}
.alertbox-submit .modalbody {
  position: relative;
  padding: 15px;
  font-size: 24px;
  font-family: FZLanTingHei-R-GBK;
  font-weight: 400;
  color: #000000;
  text-align: center;
  margin-top: -30px;
  margin-bottom: 10px;
}
.alertbox-submit .modalfooter {
  padding: 15px;
  text-align: center;
}
.alertbox-submit .modalfooter button.btn {
  color: #000;
  padding: 6px 12px;
  border: none;
  color: #fff;
  background: #000;
  cursor: pointer;
  width: 180px;
  height: 40px;
  background: #000000;
  border-radius: 20px;
}
@media screen and (max-width: 760px) {
  .alertbox-submit .content {
    position: relative;
    margin: 100px auto;
    width: calc(100% - 75px);
    height: 205px;
    outline: 0;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    background-color: #fff;
    background-clip: padding-box;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    -webkit-background-clip: padding-box;
    color: #000;
    top: 20%;
    border-radius: 10px;
  }
  .alertbox-submit .modaltitle {
    padding-top: 10px;
    margin-top: 0px;
    width: 26px;
    height: 26px;
  }
  .alertbox-submit .modalbody {
    margin-top: -11px;
    margin-bottom: 10px;
    font-size: 16px;
    font-family: FZLanTingHei-R-GBK;
    font-weight: 400;
    color: #000000;
  }
  .alertbox-submit .modalfooter button.btn {
    width: 115px;
    height: 30px;
    background: #000000;
    border-radius: 15px;
  }
  .mobile .bottomContent .moreBtn:hover {
    border: 1px solid rgba(16, 220, 255);
  }
}
.alert-cxpz-img {
  width: calc(100% - 20px);
  object-fit: contain;
}

