html {
    font-size: 13.333334vw;
}

body {
    font-size: 16px;
}



* {
    margin: 0;
    padding: 0;
}

a {
    color: #333;
    text-decoration: none;
}

ul,
li {
    list-style: none
}

img {
    width: 100%;
    max-width: 100%;
    display: block;
}

@font-face {
    font-family: 'iconfont';
    src:url("../css/iconfont.ttf") format('truetype');
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #999999;
}

ul.nav {
    width: 100%;
    height: .8rem;
    line-height: .8rem;
    display: flex;
    justify-content: space-between;
    padding: 0 0.1rem;
    box-sizing: border-box;
    background: #2f6ef7;
    font-size: 14px;
}


.nav li {
    text-align: center;
}

.nav li a {
    color: #ffffff;
}

.brandwrap {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: .3rem;
}

.brandwrap ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.brandwrap ul li {
    width: 25%;
    box-sizing: border-box;
    padding:0 .2rem;
}

.brandwrap ul li img {
    width: 100%;
    border: 1px solid #ddd;
    box-sizing: border-box;
    margin: 0 auto;
}


.brandwrap ul li p {
    width: 1.5rem;
    height: 0.6rem;
    line-height: .6rem;
    font-size: 14px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #666666;
    white-space: nowrap;
    margin: 0 auto;
}

.index-swiper{
    margin:.2rem auto;
}

.swiper-slide p {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: .6rem;
    line-height: .6rem;
    color: #ffffff;
    padding: 0 .1rem;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.6);
    font-size: 14px;
}

.swiper-pagination {
    text-align: right !important;
    color: #fff !important;
    height: .6rem;
    line-height: .6rem;
    padding-right: .1rem;
    box-sizing: border-box;
}

.swiper-pagination-fraction {
    bottom: 0 !important;

}

.wrap {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 0 0.2rem;
    box-sizing: border-box;
}

.tit {
    position: relative;
    width: 100%;
    height: .8rem;
    line-height: .8rem;
    overflow: hidden;
    padding: 0 .2rem;
    box-sizing: border-box;
    color: #333333;
    font-weight: bold;
}

.tit::before {
    position: absolute;
    content: "";
    left: 0;
    top: .2rem;
    width: .1rem;
    height: .4rem;
    background: #2f6ef7;
}

.newsLists {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: .2rem;
    padding-bottom: .2rem;
    border-bottom: 1px solid #e3e3e3;
}

.newsLists a {
    display: flex;
    justify-content: space-between;
}

.newsImg {
    width: 2.1rem;
    height: 1.4rem;
    margin-right: .2rem;
}

.newsImg img {
    border-radius: .05rem;
}

.newsText {
    flex: 1;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
}

.newsText h2 {
    font-size: 16px;
    line-height: 1.6;
    font-weight: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    word-break: break-all;
    color: #222;
}


.newsText p {
    display: flex;
    justify-content: space-between;
    color: #999999;
    font-size: 12px;
}

.prowrap {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.proLists {
    width: 48%;
    margin-bottom: .1rem;
}

.proLists img {
    border-radius: .05rem;
}


.proLists p {
    font-size: 16px;
    line-height: .48rem;
    font-weight: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    word-break: break-all;
    color: #333;
}

.videowrap .proLists {
    position: relative;
}

.videowrap .proLists::before {
    position: absolute;
    content: "";
    left: 50%;
    margin-left: -.4rem;
    top: 50%;
    margin-top: -.88rem;
    background: url("https://m.xnyauto.com/statics/images/viede0-icon.png") no-repeat center center;
    background-size: contain;
    width: .8rem;
    height: .8rem;
}

.link{
    width: 100%;
    height: .8rem;
    line-height: .8rem;
    background: #e8e8e8;
    text-align: center;
    border-radius: .1rem;
    margin:.2rem auto;
}

.link a{
    display: block;
    color: #666666;
}

.buy{
    width: 100%;
    height: auto;
    overflow: hidden;
}

.buy select{
    -webkit-appearance:none;
    background: #fff;
}

.buy input,
.buy select{
    width: 100%;
    height: .8rem;
    line-height: .8rem;
    margin-bottom: .2rem;
    border:1px solid #e3e3e3;
    box-sizing: border-box;
    padding: 0 .1rem;
    outline: none;
}

.buy textarea{
    width: 100%;
    height: auto;
    min-height: 2rem;
    line-height: 2;
    margin-bottom: .1rem;
    border:1px solid #e3e3e3;
    box-sizing: border-box;
    padding: 0 .1rem;
    outline: none;
}


.buy input[type="button"]{
    background: #2f6ef7;
    color: #ffffff;
    font-size:16px;
}

.linkfriends{
    width: 100%;
    height: auto;
    overflow: hidden;
}

.linkfriends ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.linkfriends ul li{
    width: 32%;
    border: 1px solid #e3e3e3;
    margin-bottom: .2rem;
}

.footer{
    width: 100%;
    height: auto;
    padding: .4rem 0;
    box-sizing: border-box;
    background: #f3f3f3;
    color: #999;
    text-align: center;
    margin-top: .4rem;
    line-height: 2;
}


@media(min-width: 560px){
    html{
        font-size:54px;
    }
}

@media(min-width: 750px){
    html{
        font-size:54px;
    }
    body{
        width: 750px;
        margin: 0 auto
    }
}