* {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  ::-webkit-scrollbar {
    width: 12px;
  }
  ::-webkit-scrollbar {
    width: 5px;
    height: 5px;
  }
  ::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 5px;
  }
  ::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
  }
  ::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(0, 0, 0, 0.8);
  }
  .qp-white-box {
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.05);
    border-radius: 5px;
  }
  .qp-valuation-from {
    display: flow-root;
    width: 1200px;
    margin: 0 auto 15px;
  }
  .qp-valuation-from .tit {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 40px 0;
  }
  .qp-valuation-from .tit span {
    font-size: 30px;
    position: relative;
    line-height: 1.7;
  }
  .qp-valuation-from .tit span::after {
    position: absolute;
    content: "";
    height: 5px;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #335CEA;
    border-radius: 3px;
  }
  .qp-valuation-from .item-group {
    display: flex;
    flex-wrap: wrap;
    margin: 0 20px;
  }
  .qp-valuation-from .item-li {
    flex-shrink: 0;
    width: 50%;
    display: flex;
    align-items: center;
    margin-bottom: 45px;
    position: relative;
  }
  .qp-valuation-from .item-li .error-text {
    position: absolute;
    left: 25px;
    top: 100%;
    color: #c00;
    font-size: 14px;
    padding: 10px 0 0;
    display: none;
  }
  .qp-valuation-from .item-box {
    height: 60px;
    border: 2px solid #D2D2D2;
    border-radius: 5px;
    margin: 0 25px;
    display: flex;
    align-items: center;
    flex-grow: 1;
    position: relative;
  }
  .qp-valuation-from .item-box input {
    background-color: transparent;
    border: none;
    height: 100%;
    flex-grow: 1;
    outline: none;
    font-size: 20px;
    padding: 0 10px;
  }
  .qp-valuation-from .item-box .unit {
    margin-right: 20px;
    color: #504F4A;
  }
  .qp-valuation-from .item-box .arrow {
    width: 10px;
    height: 10px;
    border-width: 0 2px 2px 0;
    border-style: solid;
    border-color: #A7A7A8;
    transform: rotate(45deg);
    transition: all 0.1s ease;
    margin-right: 20px;
  }
  .qp-valuation-from .item-box.focus {
    border-color: #335CEA;
  }
  .qp-valuation-from .item-box.focus .arrow {
    transform: rotate(225deg);
  }
  .qp-valuation-from .item-box.error {
    border-color: #c00;
  }
  .qp-valuation-from .item-box.error + .error-text {
    display: flex;
  }
  .qp-valuation-from .required-text {
    color: #c00;
  }
  .qp-valuation-from .prov-sel {
    width: 100px;
    position: relative;
    border-right: 2px solid #D2D2D2;
  }
  .qp-valuation-from .prov-sel .text {
    display: flex;
    align-items: center;
    height: 60px;
    padding: 0 10px;
    position: relative;
    cursor: pointer;
  }
  .qp-valuation-from .prov-sel .text:after {
    position: absolute;
    content: "";
    right: 10px;
    border-width: 5px 5px 0;
    border-color: #CCCCCC transparent;
    border-style: solid dashed;
  }
  .qp-valuation-from .prov-list {
    position: absolute;
    border-radius: 5px;
    left: 0;
    right: 0;
    top: 100%;
    height: 200px;
    overflow-y: auto;
    border: 1px solid #eee;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    background-color: #fff;
    display: none;
  }
  .qp-valuation-from .prov-list li {
    height: 30px;
    align-items: center;
    padding: 0 10px;
    border-bottom: 1px dashed #eee;
  }
  .qp-valuation-from .prov-list li:hover {
    background-color: #f5f5f5;
    cursor: pointer;
  }
  .qp-valuation-from .btn-box {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px 0;
    flex-direction: column;
  }
  .qp-valuation-from .btn-box .btns {
    width: 390px;
    height: 50px;
    background-color: #335CEA;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
    border-radius: 5px;
    margin-bottom: 20px;
    cursor: pointer;
  }
  .qp-valuation-from .xy-text {
    font-size: 14px;
    display: flex;
    align-items: center;
  }
  .qp-valuation-from .xy-text .radio {
    display: flex;
    align-items: center;
    cursor: pointer;
  }
  .qp-valuation-from .xy-text .radio .evIcon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15px;
    height: 15px;
    border: 1px solid #eee;
    border-radius: 3px;
    margin-right: 5px;
    font-size: 12px;
    color: transparent;
    transition: all 0.2s ease;
  }
  .qp-valuation-from .xy-text .radio .evIcon::before {
    transition: all 0.2s ease;
    transform: scale(0);
  }
  .qp-valuation-from .xy-text .radio input[type="checkbox"] {
    display: none;
  }
  .qp-valuation-from .xy-text .radio input[type="checkbox"]:checked + .evIcon {
    color: #fff;
    background-color: #4067EB;
    border-color: #4067EB;
  }
  .qp-valuation-from .xy-text .radio input[type="checkbox"]:checked + .evIcon::before {
    transform: scale(1);
  }
  .qp-valuation-from .xy-text .link-text {
    color: #4067EB;
    cursor: pointer;
  }
  .qp-valuation-from.wz-from .item-group {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .qp-valuation-from.wz-from .item-li {
    width: 50%;
    margin-bottom: 20px;
  }
  .qp-valuation-from.wz-from .radio-group {
    display: flex;
    justify-content: center;
    width: 100%;
  }
  .qp-valuation-from.wz-from .radio-label {
    margin-right: 30px;
    font-size: 16px;
    display: flex;
    align-items: center;
  }
  .qp-valuation-from.wz-from .radio-label input {
    width: 20px;
    height: 20px;
    margin-right: 5px;
  }
  .qp-valuation-from .table-list {
    margin: 0 40px 40px;
  }
  .qp-valuation-from .table-list table {
    border: 1px solid #EEEEEE;
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
  }
  .qp-valuation-from .table-list th,
  .qp-valuation-from .table-list td {
    font-size: 16px;
    text-align: center;
    height: 40px;
    padding: 10px 20px;
  }
  .qp-valuation-from .table-list td {
    border-bottom: 1px solid #EEEEEE;
  }
  .qp-valuation-from .table-list th {
    background-color: #F3F3F3;
  }
  .qp-valuation-from .table-list .red {
    color: #c00;
  }
  .qp-valuation-from .table-list a {
    color: #2D65D2;
    text-decoration: none;
  }
  .qp-valuation-from .table-list.border td,
  .qp-valuation-from .table-list.border th {
    border: 1px solid #eee;
  }
  .qp-valuation-from .sub-table caption {
    font-size: 20px;
    text-align: left;
    padding: 30px 0;
  }
  .qp-detail-wrap {
    width: 1200px;
    margin: 0 auto;
  }
  .qp-detail-wrap .detail-info {
    display: flex;
    align-items: flex-start;
  }
  .qp-detail-wrap .empty-text-box {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    height: 400px;
    color: #999;
  }
  .qp-detail-wrap .pro-left {
    width: 950px;
    flex-shrink: 0;
    margin-right: 10px;
  }
  .qp-detail-wrap .pro-right {
    width: 240px;
    flex-shrink: 0;
  }
  .qp-detail-wrap .pro-info {
    display: flex;
    margin: 10px;
  }
  .qp-detail-wrap .pro-info .pro-img {
    width: 120px;
    height: 90px;
    margin-right: 10px;
    background-color: #f6f6f6;
  }
  .qp-detail-wrap .pro-info .pro-prop {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    min-height: 90px;
  }
  .qp-detail-wrap .pro-info .pro-prop h4 {
    font-size: 20px;
    color: #241F23;
    font-weight: 400;
  }
  .qp-detail-wrap .pro-info .pro-prop .tag-text {
    color: #A0B0C9;
    font-size: 12px;
  }
  .qp-detail-wrap .pro-info .pro-prop .price {
    font-size: 18px;
    color: #345FEA;
  }
  .qp-detail-wrap .valuation-from .tit {
    display: flex;
    padding: 10px 0;
    margin: 0 10px;
    border-bottom: 2px solid #D2D2D2;
  }
  .qp-detail-wrap .valuation-from .tit span {
    font-size: 16px;
    color: #564C4A;
  }
  .qp-detail-wrap .valuation-from .item-group {
    display: flex;
    flex-wrap: wrap;
    margin: 0 5px;
  }
  .qp-detail-wrap .valuation-from .item-li {
    width: 100%;
    margin-top: 25px;
    position: relative;
  }
  .qp-detail-wrap .valuation-from .item-li .error-text {
    position: absolute;
    left: 10px;
    top: 100%;
    color: #c00;
    font-size: 14px;
    padding: 2px 0 0;
    display: none;
  }
  .qp-detail-wrap .valuation-from .item-box {
    height: 40px;
    border: 2px solid #D2D2D2;
    border-radius: 5px;
    margin: 0 5px;
    display: flex;
    align-items: center;
  }
  .qp-detail-wrap .valuation-from .item-box input {
    background-color: transparent;
    border: none;
    height: 100%;
    flex-grow: 1;
    outline: none;
    font-size: 14px;
    padding: 0 10px;
    width: 10px;
  }
  .qp-detail-wrap .valuation-from .item-box .unit {
    margin-right: 10px;
    color: #504F4A;
    flex-shrink: 0;
    font-size: 12px;
  }
  .qp-detail-wrap .valuation-from .item-box .arrow {
    width: 5px;
    height: 5px;
    border-width: 0 2px 2px 0;
    border-style: solid;
    border-color: #A7A7A8;
    transform: rotate(45deg);
    margin-right: 10px;
    flex-shrink: 0;
  }
  .qp-detail-wrap .valuation-from .item-box.focus {
    border-color: #335CEA;
  }
  .qp-detail-wrap .valuation-from .item-box.focus .arrow {
    transform: rotate(225deg);
  }
  .qp-detail-wrap .valuation-from .item-box.error {
    border-color: #c00;
  }
  .qp-detail-wrap .valuation-from .item-box.error + .error-text {
    display: flex;
  }
  .qp-detail-wrap .valuation-from .prov-sel {
    width: 100px;
    position: relative;
    border-right: 2px solid #D2D2D2;
  }
  .qp-detail-wrap .valuation-from .prov-sel .text {
    display: flex;
    align-items: center;
    height: 60px;
    padding: 0 10px;
    position: relative;
    cursor: pointer;
  }
  .qp-detail-wrap .valuation-from .prov-sel .text:after {
    position: absolute;
    content: "";
    right: 10px;
    border-width: 5px 5px 0;
    border-color: #CCCCCC transparent;
    border-style: solid dashed;
  }
  .qp-detail-wrap .valuation-from .prov-list {
    position: absolute;
    border-radius: 5px;
    left: 0;
    right: 0;
    top: 100%;
    height: 200px;
    overflow-y: auto;
    border: 1px solid #eee;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    background-color: #fff;
    display: none;
  }
  .qp-detail-wrap .valuation-from .prov-list li {
    height: 30px;
    align-items: center;
    padding: 0 10px;
    border-bottom: 1px dashed #eee;
  }
  .qp-detail-wrap .valuation-from .prov-list li:hover {
    background-color: #f5f5f5;
    cursor: pointer;
  }
  .qp-detail-wrap .valuation-from .btn-box {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px 0;
  }
  .qp-detail-wrap .valuation-from .btn-box .btns {
    margin: 0 10px;
    width: 10px;
    flex-grow: 1;
    height: 36px;
    background-color: #335CEA;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 14px;
    border-radius: 5px;
    margin-bottom: 10px;
    cursor: pointer;
  }
  .qp-detail-wrap .my-valuation .tit {
    display: flex;
    padding: 10px 0;
    margin: 0 10px 20px;
    border-bottom: 2px solid #D2D2D2;
  }
  .qp-detail-wrap .my-valuation .tit span {
    font-size: 16px;
    color: #564C4A;
  }
  .qp-detail-wrap .my-valuation .car-info {
    padding: 10px 10px 0;
    display: flex;
    flex-direction: column;
  }
  .qp-detail-wrap .my-valuation .car-info h4 {
    font-size: 14px;
    color: #241F23;
    font-weight: 400;
    margin-bottom: 8px;
  }
  .qp-detail-wrap .my-valuation .car-info .tag-text {
    color: #A0B0C9;
    font-size: 12px;
    margin-bottom: 5px;
  }
  .qp-detail-wrap .my-valuation .car-info .price {
    font-size: 18px;
    color: #345FEA;
  }
  .qp-detail-wrap .pro-detail {
    display: flex;
    border: 2px solid #F6F7F9;
    margin: 10px;
    height: 568px;
  }
  .qp-detail-wrap .p-d-left {
    width: 50%;
    flex-shrink: 0;
  }
  .qp-detail-wrap .p-d-left .p-tab {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .qp-detail-wrap .p-d-left .p-tab-t {
    flex-shrink: 0;
    border-bottom: 2px solid #F6F7F9;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
  .qp-detail-wrap .p-d-left .p-tab-t .item {
    color: #242625;
    font-size: 20px;
    margin: 0 20px;
    position: relative;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }
  .qp-detail-wrap .p-d-left .p-tab-t .item.active {
    color: #335CEA;
  }
  .qp-detail-wrap .p-d-left .p-tab-t .item.active::after {
    position: absolute;
    content: "";
    height: 3px;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #335CEA;
    border-radius: 3px;
  }
  .qp-detail-wrap .p-d-left .p-tab-c {
    height: 100%;
    width: 100%;
    flex-grow: 1;
  }
  .qp-detail-wrap .assess-info {
    display: flex;
    height: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
  }
  .qp-detail-wrap .assess-info .assess-price {
    margin-top: 40px;
    border: 1px solid #335CEA;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .qp-detail-wrap .assess-info .assess-price strong {
    font-size: 20px;
    font-weight: 400;
    padding: 8px 0;
    color: #335CEA;
  }
  .qp-detail-wrap .assess-info .assess-price span {
    background-color: #335CEA;
    color: #fff;
    padding: 5px 20px;
  }
  .qp-detail-wrap .assess-info .assess-pic {
    width: 100%;
    position: relative;
  }
  .qp-detail-wrap .assess-info .circle-box {
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    position: relative;
    padding-bottom: 60px;
  }
  .qp-detail-wrap .assess-info .circle {
    width: 150px;
    height: 150px;
    overflow: hidden;
    display: flex;
    flex-shrink: 0;
    filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.3));
  }
  .qp-detail-wrap .assess-info .circle::after {
    content: "";
    flex-shrink: 0;
    width: 300px;
    height: 300px;
    border-radius: 50%;
  }
  .qp-detail-wrap .assess-info .circle .text {
    position: absolute;
    z-index: 3;
    width: 100px;
    height: 100px;
  }
  .qp-detail-wrap .assess-info .circle path {
    fill: none;
  }
  .qp-detail-wrap .assess-info .circle svg {
    display: block;
    overflow: visible;
  }
  .qp-detail-wrap .assess-info .circle-1::after {
    background-color: #ccc;
  }
  .qp-detail-wrap .assess-info .circle-1 .text {
    transform: translate(33%, 86%);
    transform-origin: bottom center;
  }
  .qp-detail-wrap .assess-info .circle-2::after {
    background-color: #43BC71;
    transform: translateX(-50%);
  }
  .qp-detail-wrap .assess-info .circle-2 .text {
    transform: rotate(140deg) translateY(30px);
    transform-origin: bottom center;
  }
  .qp-detail-wrap .assess-info .circle-3 {
    position: absolute;
    transition: all 0.3s linear;
    width: 160px;
    height: 160px;
    overflow: hidden;
    transform-origin: bottom right;
  }
  .qp-detail-wrap .assess-info .circle-3::after {
    width: 321px;
    height: 320px;
    background: radial-gradient(circle closest-side, transparent 66%, transparent 0), conic-gradient(from 0deg, transparent 0, transparent 84%, #345bea 0, #345bea 100%);
  }
  .qp-detail-wrap .assess-info .circle-3 .text {
    transform: rotate(45deg) translate(77%, -10%);
  }
  .qp-detail-wrap .assess-info .assess-tab {
    display: flex;
    border: 1px solid #eee;
    border-radius: 5px;
    overflow: hidden;
    margin-top: 20px;
  }
  .qp-detail-wrap .assess-info .assess-tab span {
    width: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    font-size: 14px;
    color: #888;
    cursor: pointer;
    border-left: 1px solid #eee;
  }
  .qp-detail-wrap .assess-info .assess-tab span:first-child {
    border-left: 0;
  }
  .qp-detail-wrap .assess-info .assess-tab span.active {
    background-color: #335CEA;
    color: #fff;
  }
  .qp-detail-wrap .assess-info .line-box {
    position: absolute;
    z-index: 2;
    height: 66px;
    width: 160px;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
  }
  .qp-detail-wrap .assess-info .line-box .line {
    background-color: #335CEA;
    position: absolute;
  }
  .qp-detail-wrap .assess-info .line-box .line::after,
  .qp-detail-wrap .assess-info .line-box .line::before {
    position: absolute;
    content: "";
    width: 2px;
    height: 30px;
    background-color: #335CEA;
  }
  .qp-detail-wrap .assess-info .line-box .print {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    bottom: 0;
  }
  .qp-detail-wrap .assess-info .line-box .print::after {
    content: "";
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background-color: rgba(52, 91, 234, 0.8);
  }
  .qp-detail-wrap .assess-info.assess-info-2 .circle-3 {
    transform: translateX(-80px) rotate(2deg);
  }
  .qp-detail-wrap .assess-info.assess-info-2 .line-box .print {
    left: 0;
    bottom: 0;
  }
  .qp-detail-wrap .assess-info.assess-info-2 .line-box .line {
    width: 80px;
    height: 2px;
    top: 20px;
    left: 8px;
  }
  .qp-detail-wrap .assess-info.assess-info-2 .line-box .line::before {
    left: 0;
    top: 0;
  }
  .qp-detail-wrap .assess-info.assess-info-2 .line-box .line::after {
    right: 0;
    bottom: 0;
  }
  .qp-detail-wrap .assess-info.assess-info-1 .circle-3 {
    transform: translateX(-80px) rotate(29deg);
  }
  .qp-detail-wrap .assess-info.assess-info-1 .line-box .print {
    left: 50%;
    transform: translateX(-50%);
    bottom: 20px;
  }
  .qp-detail-wrap .assess-info.assess-info-1 .line-box .line {
    width: 2px;
    height: 40px;
    left: 50%;
    transform: translateX(-50%);
  }
  .qp-detail-wrap .assess-info.assess-info-0 .circle-3 {
    transform: translateX(-80px) rotate(52deg);
  }
  .qp-detail-wrap .assess-info.assess-info-0 .line-box .print {
    right: 0;
  }
  .qp-detail-wrap .assess-info.assess-info-0 .line-box .line {
    width: 80px;
    height: 2px;
    top: 20px;
    right: 8px;
  }
  .qp-detail-wrap .assess-info.assess-info-0 .line-box .line::before {
    left: 0;
    bottom: 0;
  }
  .qp-detail-wrap .assess-info.assess-info-0 .line-box .line::after {
    right: 0;
    top: 0;
  }
  .qp-detail-wrap .assess-info .honor-bg {
    width: 150px;
    height: 150px;
    bottom: 0;
    position: absolute;
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.6));
  }
  .qp-detail-wrap .assess-info .honor-bg img {
    max-width: 100%;
  }
  .qp-detail-wrap .p-d-right {
    background-color: #FCFCFC;
    width: 50%;
    flex-shrink: 0;
    border-left: 1px solid #F6F7F9;
  }
  .qp-detail-wrap .tj-car-list {
    margin-top: 10px;
  }
  .qp-detail-wrap .tj-car-list .tit {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 10px 0 20px;
  }
  .qp-detail-wrap .tj-car-list .tit span {
    font-size: 30px;
    position: relative;
    line-height: 1.7;
  }
  .qp-detail-wrap .tj-car-list .tit span::after {
    position: absolute;
    content: "";
    height: 5px;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #335CEA;
    border-radius: 3px;
  }
  .qp-detail-wrap .tj-car-list .car-list {
    display: flex;
  }
  .qp-detail-wrap .tj-car-list .car-list .item-box {
    width: 25%;
  }
  .qp-detail-wrap .tj-car-list .car-list .car-item {
    margin: 5px;
    display: flex;
    flex-direction: column;
    border: 1px solid #ccc;
  }
  .qp-detail-wrap .tj-car-list .car-list .pic img {
    vertical-align: top;
    max-width: 100%;
  }
  .qp-detail-wrap .tj-car-list .car-list .car-props {
    margin: 5px;
  }
  .qp-detail-wrap .tj-car-list .car-list h5 {
    font-size: 14px;
    color: #333;
    font-weight: 400;
    display: -webkit-box;
    
    -webkit-line-clamp: 2;
    
    overflow: hidden;
    
    text-overflow: ellipsis;
    
    -webkit-box-orient: vertical;
    word-break: break-all;
    
  }
  .qp-detail-wrap .tj-car-list .car-list .tag-text {
    color: #999;
    font-size: 12px;
  }
  .qp-detail-wrap .tj-car-list .car-list .price-box {
    margin-top: 10px;
  }
  .qp-detail-wrap .tj-car-list .car-list .n-price {
    color: #E51419;
    font-size: 18px;
  }
  .qp-detail-wrap .tj-car-list .car-list .o-price {
    color: #676767;
    font-size: 12px;
    text-decoration: line-through;
  }
  .qp-detail-wrap .my-sell {
    display: flex;
    flex-direction: column;
    margin: 20px 38px;
  }
  .qp-detail-wrap .my-sell .my-from {
    border: 1px solid #335CEA;
    border-radius: 5px;
    display: flex;
  }
  .qp-detail-wrap .my-sell .my-from input {
    flex-grow: 1;
    height: 40px;
    display: flex;
    align-items: center;
    border: none;
    background-color: transparent;
    outline: none;
    padding: 0 10px;
  }
  .qp-detail-wrap .my-sell .my-from button {
    cursor: pointer;
    width: 100px;
    height: 40px;
    background-color: #335CEA;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 14px;
    border: none;
  }
  .qp-detail-wrap .my-sell .xy-text {
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0 0;
  }
  .qp-detail-wrap .my-sell .xy-text .radio {
    display: flex;
    align-items: center;
    cursor: pointer;
  }
  .qp-detail-wrap .my-sell .xy-text .radio .evIcon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15px;
    height: 15px;
    border: 1px solid #eee;
    border-radius: 3px;
    margin-right: 5px;
    font-size: 12px;
    color: transparent;
    transition: all 0.2s ease;
  }
  .qp-detail-wrap .my-sell .xy-text .radio .evIcon::before {
    transition: all 0.2s ease;
    transform: scale(0);
  }
  .qp-detail-wrap .my-sell .xy-text .radio input[type="checkbox"] {
    display: none;
  }
  .qp-detail-wrap .my-sell .xy-text .radio input[type="checkbox"]:checked + .evIcon {
    color: #fff;
    background-color: #4067EB;
    border-color: #4067EB;
  }
  .qp-detail-wrap .my-sell .xy-text .radio input[type="checkbox"]:checked + .evIcon::before {
    transform: scale(1);
  }
  .qp-detail-wrap .my-sell .xy-text .link-text {
    color: #4067EB;
    cursor: pointer;
  }
  .qp-detail-wrap .car-chart-area {
    margin: 40px 0 0;
  }
  .qp-detail-wrap .car-chart-area h4 {
    font-size: 20px;
    font-weight: 400;
    color: #1F282D;
    margin-left: 38px;
  }
  .qp-detail-wrap .car-chart-area p {
    padding: 10px 0 10px 38px;
    font-size: 14px;
    color: #616773;
  }
  .qp-detail-wrap .car-chart-area p span {
    color: #2753E8;
  }
  .qp-detail-wrap .car-chart-area .chart-box {
    height: 340px;
  }
  .qp-select-popup {
    display: none;
    position: absolute;
    z-index: 100;
    left: 50px;
    top: 50px;
    background-color: #fff;
    border: 2px solid #335CEA;
  }
  .qp-select-popup.show {
    display: flex;
  }
  .qp-select-popup .close-btn {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 20px;
    height: 20px;
    cursor: pointer;
    transition: all 0.2s ease;
  }
  .qp-select-popup .close-btn::after,
  .qp-select-popup .close-btn::before {
    position: absolute;
    border-radius: 1px;
    content: "";
    width: 20px;
    height: 2px;
    background-color: #666;
    top: 10px;
    transition: all 0.2s ease;
  }
  .qp-select-popup .close-btn::after {
    transform: rotate(45deg);
  }
  .qp-select-popup .close-btn::before {
    transform: rotate(-45deg);
  }
  .qp-select-popup .close-btn:hover {
    transform: rotate(180deg);
  }
  .qp-select-popup .close-btn:hover::after,
  .qp-select-popup .close-btn:hover::before {
    background-color: #335CEA;
  }
  .qp-select-popup .column-list {
    height: 100%;
    padding: 0 10px;
  }
  .qp-select-popup .column-name {
    font-size: 16px;
    line-height: 2;
    flex-shrink: 0;
    margin: 10px 0 10px 5px;
    color: #666;
  }
  .qp-select-popup .column-list {
    display: flex;
    flex-direction: column;
  }
  .qp-select-popup .column-con {
    display: flex;
    flex-grow: 1;
    height: 10px;
    margin-bottom: 20px;
  }
  .qp-select-popup .letter {
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    padding: 0 10px 0 0;
  }
  .qp-select-popup .letter span {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #335CEA;
    border-radius: 3px;
    cursor: pointer;
    font-size: 14px;
    margin-bottom: 3px;
  }
  .qp-select-popup .letter span:hover {
    background-color: #eee;
  }
  .qp-select-popup .list-box {
    border: 1px solid #eee;
    height: 100%;
    scroll-behavior: smooth;
    overflow-y: auto;
  }
  .qp-select-popup .list-box a {
    text-decoration: none;
  }
  .qp-select-popup .town-list,
  .qp-select-popup .town-con-dl,
  .qp-select-popup .town-btn {
    display: flex;
    flex-direction: column;
  }
  .qp-select-popup .town-list {
    margin: 2px;
  }
  .qp-select-popup .town-con-dl dt {
    height: 24px;
    background-color: #f5f5f5;
    display: flex;
    align-items: center;
    font-size: 14px;
    padding: 0 5px;
    font-weight: 400;
    position: sticky;
    top: 0;
    color: #444;
  }
  .qp-select-popup .town-btn span {
    cursor: pointer;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    color: #666;
    font-size: 14px;
    padding: 0 5px 0 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .qp-select-popup .town-btn:hover span,
  .qp-select-popup .town-btn.selected span {
    background-color: #fcfcfc;
    color: #335CEA;
  }
  .qp-car-model-popup {
    width: 750px;
    height: 550px;
  }
  .qp-car-model-popup .brand-area .list-box {
    width: 150px;
  }
  .qp-car-model-popup .series-area .list-box {
    width: 180px;
  }
  .qp-car-model-popup .model-area .list-box {
    width: 320px;
  }
  .qp-date-picker-popup {
    width: 230px;
    height: 300px;
  }
  .qp-date-picker-popup .year-area .list-box {
    width: 100px;
  }
  .qp-date-picker-popup .month-area .list-box {
    width: 80px;
  }
  .qp-city-picker-popup {
    width: 520px;
    height: 300px;
  }
  .qp-city-picker-popup .province-area .list-box {
    width: 150px;
  }
  .qp-city-picker-popup .city-area .list-box {
    width: 150px;
  }
  .qp-city-picker-popup .county-area .list-box {
    width: 150px;
  }
  .qp-agreement-wrap {
    height: 100vh;
    display: flex;
  }
  .qp-agreement-wrap .qp-a-wrap-inner {
    margin: 0 5px 0 20px;
    height: 100%;
    overflow-y: auto;
  }
  .qp-agreement-wrap h2 {
    padding: 15px 0;
    border-bottom: 1px dashed #eee;
    font-size: 20px;
  }
  .qp-agreement-wrap p.tip {
    font-size: 14px;
    line-height: 1.7;
    color: #222;
    padding: 10px 0;
  }
  .qp-agreement-wrap dl dt {
    font-size: 16px;
    color: #222;
    font-weight: 600;
    padding: 8px 0;
  }
  .qp-agreement-wrap dl dd {
    padding: 5px 0;
  }
  .qp-agreement-wrap dl dd p {
    margin-bottom: 10px;
    line-height: 2;
    font-size: 14px;
  }
  .qp-my-sell-popup {
    z-index: 1000;
    display: flex;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.4);
    align-items: center;
    justify-content: center;
    display: none;
  }
  .qp-my-sell-popup.show {
    display: flex;
  }
  .qp-my-sell-popup .s-popup {
    width: 380px;
    height: 190px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
  }
  .qp-my-sell-popup .evIcon-mult-8 {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 30px;
    cursor: pointer;
    color: #888;
    transition: all 0.4s ease;
  }
  .qp-my-sell-popup .evIcon-mult-8:hover {
    transform: rotate(180deg);
  }
  .qp-my-sell-popup .s-tip {
    display: flex;
    align-items: center;
    padding: 30px 0 15px;
  }
  .qp-my-sell-popup .s-tip .evIcon-tick-6 {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #37BF5D;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin-right: 5px;
  }
  .qp-my-sell-popup .s-tip strong {
    font-size: 20px;
    font-weight: 800;
    color: #37BF5D;
  }
  .qp-my-sell-popup .gray-tip {
    color: #888;
    font-size: 14px;
  }
  .qp-my-sell-popup .btn-area {
    display: flex;
  }
  .qp-my-sell-popup .btn-area .btn {
    transition: all 0.4s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    height: 35px;
    border-radius: 5px;
    margin: 20px 5px 0;
    cursor: pointer;
    opacity: 0.9;
  }
  .qp-my-sell-popup .btn-area .btn:hover {
    opacity: 1;
  }
  .qp-my-sell-popup .btn-area .btn-1 {
    background-color: #335CEA;
    color: #fff;
    width: 130px;
  }
  .qp-my-sell-popup .btn-area .btn-2 {
    border: 1px solid #335CEA;
    color: #335CEA;
    width: 130px;
  }