ol, ul {
    list-style-type: none;
    padding-left: 0;
}
.dealer_banner_img{
    overflow: hidden;
    position: relative;
    background-color: #fff;
}
.dealer_banner_img video{
    display: block;
    width: 100%;
}
.dealer_banner_img div{
    position: absolute;
    width: 100%;
    text-align: center;
    top:calc(50% - 50px);
}
.dealer_banner_img div h3{
    font-size: 47px;
    line-height: 45px;
    padding-bottom: 10px;
    font-weight: normal;
    color: #fff;
}
.dealer_banner_img div p{
    color: #fff;
    font-size: 24px;
    line-height: 20px;
}


.dealer{
    max-width:1200px;
    margin:auto;
    padding:30px 0 0 0;
}
.dealer .buttonbar {
    padding-top: 40px;
}
.dealer  ul{
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    padding-left: 0;
}
.dealer li{
    align-items: flex-start;
    width:25%;
    text-align: center;
    padding:10px;
    font-size:16px;
    box-sizing: border-box;
    color: #333;
}
.dealer li .tit{
     margin-bottom: 15px;
}
.dealer li .tit img{
 display: block;
    width: 82px;
    height: 82px;
    margin:10px auto;
    background-color: #fff;
    border:1px solid #333;
    border-radius: 50%;
    transition: .7s;
}
.dealer li .tit img:hover{
    transform: rotate(-360deg);
}
.dealer li .tit span{
   display: block;
    font-weight: bold;
    font-size: 20px;
    line-height: 20px;
    padding-top: 10px;
    color: #333;
}


.dealer li .text{
    font-size: 18px;
    line-height: 20px;
    color: #333;
    text-align: center;
}
.dealer li .text b,
.dealer li .text span{
    display: inline;
}

.btn-nexts+span{
    display: block;
    text-align: center;
    line-height: 30px;
    padding:5px;
    cursor: pointer;
    font-size: 16px;
    color: #333;
}
span.tips_error{display: block;}

@media screen and (max-width: 1150px){
    .dealer li{
        width:25%;
    }
}
@media screen and (max-width: 750px){
    .dealer li{
        width:100%;
    }
}

.level{
    padding:10px 0px;
}
.level span{
    padding:10px 0 10px 15px;
}
.level span:before{
    content:"";
    display:inline-block;
    line-height:normal;
    overflow:hidden;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left:5px solid #555;
    vertical-align:middle;
    position:absolute;
    top:16px;
    left:0px;
}
.dealer li:nth-child(3) .level span:before{
    border-left:5px solid #eee;
}
.level span:nth-child(1):before,.level span:nth-child(2):before{
    content:"";
    width:0px;
    height:0px;
    border:0px;
    margin-right:0px;
    border-left:5px solid #fff;
}
.level span:nth-child(1){
    font-size:0px;
    height:0px;
    font-weight:600;
    text-align:center;
    padding:0px;
}
.dealer li:nth-child(1) .level span:nth-child(1) {
    color:#18b760;
}
.dealer li:nth-child(2) .level span:nth-child(1) {
    color:#00b7ee;
}
.dealer li:nth-child(3) .level span:nth-child(1) {
    color:#e60012;
}
.level span:nth-child(2){
    font-size:28px;
    font-weight:600;
    padding-left:0px;
    line-height:30px!important;
}
.requirements{
}
.requirements span{
    padding:5px 0px 5px 23px;
}
.requirements span:before {
    content: "\2714";
    width:15px;
    height:15px;
    line-height:15px;
    text-align:center;
    color:#555;
    font-size:14px;
    font-weight:100;
    display:inline-block;
    border-radius:50%;
    margin-right:6px;
    vertical-align:middle;
    border:1px solid #333;
    position:absolute;
    top:8px;
    left:0px;
    overflow:hidden;
}
.requirements span:nth-child(1):before{
    content:"";
    width:0px;
    height:0px;
    border:0px;
    margin-right:0px;
}
.requirements span:nth-child(1){
    font-size:16px;
    font-weight:600;
    line-height:35px;
    padding-left:0px;
    padding-top:10px;
    border-top:1px dashed #bbb;
}
.requirements a{
    font-size:22px;
    color:#e60012;
}
.dealer02{
    max-width:1160px;
    padding:10px 20px 50px 20px;
    margin:0 auto;
}
.dealer02 ul{
    padding-top:20px;
}
.dealer02 li{
    line-height:55px;
}
.dealer02 .text02{
    width: calc(100% - 20px);
    border: 1px solid #ccc;
    border-radius:3px;
}
.dealer02 input::placeholder{
    color:#999;
}
.dealer02 textarea{
    width:calc(100% - 20px);
    height:180px;
    line-height:22px;
    padding:5px 5px 5px 5px;
    border-radius:3px;
    overflow:hidden;
    border: 1px solid #ccc;
    margin-top:8px;
    margin-left: 3px;
    vertical-align:top;
}
.dealer02 textarea::placeholder{
    color:#999;
}
.dealer02 .buttonbar{
    padding-top:15px;
}



/**/
.dealer-l{
    background-color: #f3f8fc;
    overflow: hidden;
}
@media screen and (min-width: 768px){
    .page-layout-2columns-right .column.main{
        width: 100%!important;
        float: none!important;
    }
}
.columns .column.main{
    padding-bottom: 0;
}
.title-txt{
    text-align:center;
    font-size: 42px;
    padding: 55px 10px 10px 10px;
    font-weight: 600;
    color: #333;
}


.bot-txt{
    background-color: #fff;
    padding-bottom:40px;
    overflow: hidden;
}
.bot-tit{
    text-align: center;
    color: #333;
    margin:60px 0 30px 0;
}
.bot-tit h5{
    font-size: 42px;
    font-weight: 600;
    color: #333;
    margin:0 0 10px 0;
}
.bot-tit p{
    max-width: 1180px;
    text-align: center;
    font-size: 20px;
    line-height: 25px;
    padding: 10px 0;
    margin: 0 auto;
    font-weight: 600;
}

.join-list{
    width: 1200px;
    margin: 0 auto;
    list-style-type: none;
    padding-left: 0;
}
.list1 .join-list li{
    margin-bottom: 15px;
}
.join-list li{
    margin-bottom: 7px;
    width: 100%;
}
.join-list li:last-child{margin-top:10px;}
.join-list li input,
.join-list li textarea{
    display: block;
    outline: none;
    height: 40px;
    line-height: 40px;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 5px;
    margin-left: 3px;
}
.join-list li textarea{
    height:190px;
}
.join-list li button{
    display: block;
    height: 40px;
    background: #0c040f;
    color: #fff;
    width: 100%;
}
.join-list li button:hover{
    background-color: #e60012;
}
.join-list li input:focus,.join-list li textarea:focus{
    outline: none;
}

.join-list li input::-webkit-input-placeholder {
    /* placeholder颜色 */
    color: #999;
    /* placeholder字体大小 */
    font-size: 12px;
}
.join-list li textarea::-webkit-input-placeholder {
    /* placeholder颜色 */
    color: #999;
    /* placeholder字体大小 */
    font-size: 14px;
}

/*****手机端调试********/

@media (max-width: 1200px) {
    .dealer-l{
        padding:0 10px;
    }
    .dealer li{
        margin-bottom:0;
    }
    .bot-tit{
        padding:0 10px;
    }
    .join-list {
        width: 100%;
        margin: 0 auto;
        padding:0 20px;
        list-style-type: none;
    }
    .join-list li input, .join-list li textarea{
        margin-left:0;
    }

}

@media (min-width: 990px){
    .nav-sections-item-content{
        margin-top:0;
    }
}

@media (min-width: 1200px) {
    .dealer-l{
        padding:0;
    }
    .dealer li{
        margin-bottom:10px;
    }
    .bot-tit{
        padding:0 10px;
    }
    .join-list {
        width: 1200px;
        margin: 0 auto;
        padding:0 ;
        list-style-type: none;
    }
    .join-list li input, .join-list li textarea{
        margin-left:3px;
    }
}

.ninjamenus .level0:nth-child(6) > a > span.title{color:#ed1c24;}

.bottom-ul li:nth-child(3)>a ,
.bottom-ul li:nth-child(3)>a i{
    color:#e60012 !important;
}

.tips_error{position: absolute;line-height: 22px;height: 13px;margin-top: -4px !important;color: #e60012;font-size: 1.2rem;display: none;}



.list{display: none;}
.list1{display: block;}
.sm-txt p:first-child{
    color: #888;
    font-size: 24px;
    line-height: 20px;
    font-weight: 600;
}
.sm-txt p:last-child{
    font-size: 24px;
    font-weight: 600;
    padding-bottom: 5px;
    line-height: 22px;
    color: #333;
}
.join-list li input[type='text'],
.join-list li input[type='email'],
.join-list li input[type='tel'],
.join-list li textarea{
    width: calc(100% - 20px);
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 5px;
    margin-left: 3px;
    background: #fff;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
}
.join-list li p textarea{
    height: 150px;
    display: none;
}
.join-list li>textarea{
    height: 150px;
}
.join-list li label{
    margin-right: 5px;
    font-weight: bold;
    cursor: pointer;
    line-height: 16px;
    color: #333;
    font-size: 16px;
}

.list:nth-child(1) .join-list li label,
.list:nth-child(2) .join-list li label,
.list:nth-child(3) .join-list li label{
    margin-bottom: 10px;
    display: block;
}
.list:nth-child(4) .join-list li ,
.list:nth-child(5) .join-list li ,
.list:nth-child(6) .join-list li {
    margin-bottom: 4px;
}

.list .join-list li:last-child {
    margin-top: 20px;
}
.join-list li label input{
    display: inline-block;
    vertical-align: text-top;
    margin: 3px 5px 0 0;
    line-height: normal;
    height: 15px;
}
.join-list li>p{
    font-style: normal;
    color: #888;
    padding-bottom: 0;
    line-height: 20px;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
}
.txt-p{
    font-style: normal;
    color: #888;
    padding-bottom: 10px;
    display: inline-block;
    line-height: 20px;
}
.txt-p{margin-bottom:10px;}

@media (max-width: 1200px) {
    .txt-p,
    .sm-txt {
        width: 100%;
        margin: 0 auto;
        padding: 0 20px;
        display: block;
    }
    .dealer_banner_img div h3{
        font-size: 22px;
        line-height: 22px;
        margin: 45px 0 0 0;
    }
    .dealer_banner_img div p{
        font-size: 16px;
    }
    .dealer li{width: 100%;}
    .dealer li .tit span{font-size: 18px;}
    .dealer li .text{font-size: 16px;}
    .bot-tit h5{font-size: 40px;}
    .sm-txt p:first-child,.sm-txt p:last-child{font-size: 22px;}
}

@media (min-width: 1200px) {
    .txt-p,.sm-txt {
        width: 1200px;
        margin: 0 auto;
        padding: 0;
        list-style-type: none;
        display: block;
    }


}



