html,
body,
.an-pc-page-wrap{
    width: 100%;
    height: 100%;
    font-size: 10px;
    font-family: PingFangSC-Regular, sans-serif;
    margin: 0;
    font-weight: 300;
    /* position: relative; */
}
@font-face {
    font-family: 'AION-Type-light';
    src: url('/web/pc/fonts/AIONType-light.otf');
}
.main1 {
    width: 1024px;
    height: 100%;
    margin: 0 auto;
}

select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border: 0;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    font-size: 1.6rem;
    color: #191A1D;
    width: 100%;
}

*,*:focus,*:hover{
    outline:none;
}

/*清除ie的默认选择框样式清除，隐藏下拉箭头*/
select::-ms-expand {
    display: none;
}

ul,
li {
    padding: 0;
    margin: 0;
    list-style: none
}

input {
    background: none;
    outline: none;
    border: none;
    padding: 0;
    margin: 0;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    font-size: 1.6rem;
    color: #191A1D;
    box-shadow: inset 0 0 0 0 #EAEEF6;
    -webkit-box-shadow: inset 0 0 0 #EAEEF6;

}
input::placeholder {
    color: #9FA9B8;
}
.an-affirm{
    -webkit-box-shadow: 0 0 0 0px white inset;
}

input:focus {
    outline: none;
}

#dealer-selector {
    /* color: transparent; */
    /* text-shadow: 0 0 0 #000; */
    font-family: PingFangSC-Regular;
    font-weight: 400;
    font-size: 1.6rem;
    color: #9FA9B8;
}

#dealer-selector::-webkit-input-placeholder {
    color: #000;
}

p {
    margin: 0;
    padding: 0;
}

button {

    border: none;
    background-color: transparent;
    outline: none;
}

img {
    width: 100%;
    height: auto;
    margin: 0;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    height: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.swiper-slide img {
    width: 100%;
    height: auto;
    vertical-align: top;
}

.an-form {
    display: flex;
    flex-direction: column;
    min-width: 40rem;
    max-width: 27%;
    height: 74.2%;
    background: #7c7c7c;
    position: absolute;
    top: 19.9%;
    /* left: 5.1%; */
    left: 5%;
    z-index: 99;
}

.an-form .an-gradient {
    width: 100%;
    background-color: #363F4F;
}

.an-form .an-gradient .an-gradient-set {
    width: 83.5%;
    padding-bottom: 7px;
    margin: 0 auto;
}

.an-form .an-gradient .an-gradient-set .an-Pone {
    font-size: 2.4rem;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    line-height: 3.3rem;
    padding: 4rem 0 1.7rem 0;
    color: #b3b9c3a6;
}

.an-form .an-gradient .an-gradient-set .an-Ptwo {
    font-family: PingFangSC-Regular;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 2.2rem;
    color: #ffff;
    margin-bottom: 0.2rem;
}

.an-form .an-gradient .an-gradient-set .an-aion {
    height: 4.9rem;
    font-weight: 300;
    font-size: 2rem;
    font-family: "AION-Type-light";
    color: #FFFFFF;
    display: flex;
    /* justify-content: space-between; */
    align-items: center;
    align-items: center;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
}

.an-form .an-gradient .an-gradient-set .an-aion::-webkit-scrollbar {
    display: none;
}

.an-form .an-gradient .an-gradient-set .an-aion div {
    display: flex;
    flex-direction: column;
    margin-right: 2.3rem;
    /* color: #06B4BDFF; */
    cursor: pointer;
}

.an-form .an-gradient .an-gradient-set .an-aion div {
    margin-top: 0.5rem;
}
.a::after {
    content: '';
    display: block;
    height: 1px;
    background-color: #F7BE7F;
}

.an-form .an-gradient .an-gradient-set .an-aion div span:nth-child(2) {
    position: absolute;
    display: none;
    padding-top: 3px;
}

.an-form .an-gradient .an-gradient-set .an-aion div .an-skr-one {
    position: absolute;
    display: block;
    padding-top: 3px;
}

.cur {
    color: #F7BE7F;
}

.an-form .an-item {
    flex: 1;
    overflow-y: auto;
    background-color: #fff;
    padding-bottom: 12rem;
}

.an-form .an-item ul {
    width: 83.5%;
    height: auto;
    margin: 0 auto;
}

.an-form .an-item ul li {
    font-size: 1.2rem;
    border-bottom: 1px solid #EEF1F3FF;
    height: 5.6rem;
    display: flex;
    align-items: center;
}

.an-form .an-item ul .an-dlr {
    position: relative;
}

.an-form .an-item ul li:nth-child(3) {
    justify-content: space-between;
}

.an-form .an-item ul li:nth-child(3) button {
    font-size: 12px;
    font-weight: 600;
    color: #06B4BDFF;
}

.an-form .an-item ul li input::-webkit-input-placeholder {
    font-size: 14px;
    /* font-weight: bold; */
    color: #818B94FF;
}

.an-form .an-item ul li:nth-child(4) {
    justify-content: space-between;
}

.an-form .an-item ul li:nth-child(4) .sel {
    width: 50%;
    border-right: 1px solid #EEF1F3FF;
    position: relative;
}

.an-form .an-item ul li:nth-child(4) .selTwo {
    width: 46%;
    position: relative;
}

.an-form .an-item ul li:nth-child(4) .sel span img {
    width: 2.4rem;
    height: 2.4rem;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    /* 鼠标穿透 */
    pointer-events: none;
}

.an-form .an-item ul li:nth-child(4) .selTwo span img {
    width: 2.4rem;
    height: 2.4rem;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    /* 鼠标穿透 */
    pointer-events: none;
}

.an-form .an-item ul li:nth-child(5) .dealer-name {
    font-size: 14px;
    /* font-weight: bold; */
    /* color: #818B94FF; */
}

.an-form .an-item ul li:nth-child(5) span {
    width: 2.4rem;
    height: 2.4rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}
.an-form .an-item input[type=checkbox] + label{
    width: 1.4rem;
    height: 1.4rem;
    background: url('/web/pc/images/icon-unchecked.png') no-repeat center;
    background-size: contain;
    border: none;
    margin: 0;
}
.an-form .an-item input[type=checkbox] {
    width: 1.4rem;
    height: 1.4rem;
    display: none;
}
.an-form .an-item input[type=checkbox]:checked + label{
    background: url('/web/pc/images/icon-checked.png') no-repeat center;
    background-size: contain;
    border: none;
}
.an-roll {
    width: 83.5%;
    position: absolute;
    top: 45rem;
    bottom: -4%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    background-color: #ffffff;
    overflow-y: scroll;
    display: none;
    box-shadow: 0 0.02rem 1.3rem 0 #0f171d2e;
    /* display: block; */
}

.an {
    display: block;
}

.an-roll ul {
    font-family: PingFangSC-Regular;
    font-weight: 400;
    font-size: 1.6rem;
    color: 363F4F;
    padding: 0 3rem;
    border-top: 0.1rem solid #363F4F;
}

.an-roll ul li {
    width: 100%;
    padding: 1.5rem 0;
    /* box-sizing: border-box; */
}

.an-roll ul li:hover p:nth-child(1) {
    color: #FFA762;
}

.an-roll ul li p {
    overflow: hidden;
    text-overflow: -o-ellipsis-lastline;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.an-roll ul li .full-address {
    font-size: 1.3rem;
    color: #9FA9B8;
    margin-top: 0.5rem;
}

.an-roll::-webkit-scrollbar {
    display: none;
}

.an-form .an-item ul li:last-child {
    font-family: PingFangSC-Regular;
    font-weight: 400;
    font-size: 1.6rem;
    color: #191A1D;
    border: 0;
}
.an-form .an-item ul li .check-agree {
    margin: 0 0.6rem;
}
.an-form .an-item ul li .an-hide {
    display: inline-block;
    border-bottom: 0.1rem solid #191A1D;
}

.an-form .an-item .btn {
    width: 83.5%;
    height: 6rem;
    margin: 0 auto;
    position: absolute;
    bottom: 3.3rem;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    background-color: #F7BE7F;
    border-radius: 0;
}


#toast {
    position: fixed;
    top: 44%;
    left: 50%;
    transform: translateX(-50%);
    min-width: 80px;
    max-width: 180px;
    min-height: 18px;
    padding: 10px;
    line-height: 18px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 5px;
    display: none;
    z-index: 999;
}

.swiper-slide {
    min-width: 1024px;
}

.sendCode {
    font-size: 1.4rem;

}

element.style {
    font-size: 14px;
}