html,
body,
.an-pc-page-wrap{
    width: 100%;
    height: 100%;
    font-size: 14px;
    font-family: PingFangSC-Regular, sans-serif;
    margin: 0;
    font-weight: 300;
    /* position: relative; */
}

.main1 {
    width: 1024px;
    height: 100%;
    margin: 0 auto;
}

select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border: 0;
    font-size: 14px;
    font-weight: bold;
    color: #818B94FF;
    width: 100%;
}

select:focus {
    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-size: 14px;
    font-weight: bold;
    color: #000;
    -webkit-box-shadow: 0 0 0 1000px white inset;

}
.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-size: 14px;
    color: #818B94FF;
    font-weight: bold;
}

#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 {
    min-width: 300px;
    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%;
    height: 27%;
    background: linear-gradient(180deg, #4F5F80 0%, #1C2433 100%);
}

.an-form .an-gradient .an-gradient-set {
    width: 83.5%;
    height: 100%;
    margin: 0 auto;
}

.an-form .an-gradient .an-gradient-set .an-Pone {
    font-size: 24px;
    height: 50%;
    line-height: 340%;
    color: #FFFFFF66;
}

.an-form .an-gradient .an-gradient-set .an-Ptwo {
    font-size: 10px;
    color: #ffff;
}

.an-form .an-gradient .an-gradient-set .an-aion {
    height: 30%;
    font-size: 18px;
    font-family: "DINPro-Regular";
    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: 23px;
    /* color: #06B4BDFF; */
    cursor: pointer;
}

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

.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: #06B4BDFF;
}

.an-form .an-item {
    height: 73%;
    background-color: #fff;
}

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

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

.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;

}

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

}

.an-form .an-item ul li:nth-child(4) .sel span img {
    width: 24px;
    height: 24px;
    position: absolute;
    top: 58%;
    left: 41%;
    /* 鼠标穿透 */
    pointer-events: none;
}

.an-form .an-item ul li:nth-child(4) .selTwo span img {
    width: 24px;
    height: 24px;
    position: absolute;
    top: 58%;
    right: 7%;
    /* 鼠标穿透 */
    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: 24px;
    height: 24px;
    position: absolute;
    top: 67.5%;
    right: 7%;
}

.an-roll {
    width: 120%;
    height: 40%;
    position: absolute;
    top: 65%;
    z-index: 2;
    background-color: #ffffff;
    overflow-y: scroll;
    display: none;
    /* display: block; */
}

.an {
    display: block;
}

.an-roll ul {
    margin-left: 7.2%;
    font-size: 14px;
    font-weight: bold;
    color: #818B94FF;
}

.an-roll ul li {
    width: 100%;
    height: 116%;
    line-height: 238%;
    border-bottom: 1px solid #EEF1F3FF;
    /* box-sizing: border-box; */
}

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

.an-roll ul li p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: -o-ellipsis-lastline;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    padding: 2px 0;
}

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

.an-form .an-item ul li:last-child {
    font-size: 12px;
    font-weight: bold;
    color: #303745FF;
    border: 0;
}

.an-form .an-item ul li:last-child span {
    display: inline-block;
    background: linear-gradient(grey, grey) no-repeat;
    background-size: 100% 1px;
    background-position: 0 1.3em;
    text-shadow: 0.05em 0 #fff, -0.05em 0 #fff;
}

.an-form .an-item .btn {
    width: 83.5%;
    height: 8.2%;
    margin-left: 8.25%;
    border-radius: 25px;
    position: absolute;
    bottom: 5.6%;
    color: #fff;
    background: linear-gradient(to right, #67E9B5, #36CBAD)
}


#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: 14px;

}

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