﻿* {
    margin: 0;
    padding: 0;
}

div {
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

ul {
    list-style-type: none;
}

html {
    font-size: 5.208vw;
    font-family: Helvetica, Arial, PingFang SC, Microsoft Yahei, sans-serif;
}

.ina1 {
    color: #f36f3a;
    height: 0.77rem;
    line-height: 0.77rem;
    font-size: 0.2rem;
    border-bottom: 0.03rem solid #f36f3a;
}



.swiper-contione {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    margin: auto;
    position: relative;
}

.main {
    width: 100%;
    height: 100%;
    margin-top: 1.2rem;
}

.main .main-center {
    width: 14.4rem;
    height: 100%;
    margin: 0 auto;
}

.main .main-center .info-box {
    width: 100%;
    height: 7.2rem;
    margin-top: 1.2rem;
    display: flex;
    justify-content: space-between;
}

.main .main-center .info-box img {
    width: 6.8rem;
    height: 100%;
}

.main .main-center .info-box .info {
    width: 5.2rem;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.main .main-center .info-box .info .footer-icon {
    width: 0.33rem;
    height: 0.24rem;
}

.main .main-center .info-box .info .footer-icon img {
    width: 100%;
    height: 100%;
}

.main .main-center .info-box .info .header {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.main .main-center .info-box .info .header h3 {
    font-size: 0.48rem;
    font-weight: 400;
    color: #333333;
    line-height: 0.56rem;
}

.main .main-center .info-box .info .header .sort {
    margin-top: 0.1rem;
    margin-bottom: 0.1rem;
}

.main .main-center .info-box .info .header .yellow {
    font-size: 0.32rem;
    font-weight: 400;
    color: #F36F3A;
    line-height: 0.38rem;
    display: flex;
    align-items: center;
}

.main .main-center .info-box .info .header .yellow span {
    display: inline-block;
    width: 0.8rem;
    height: 0.6rem;
    line-height: 0.6rem;
    color: #fff;
    background: #F36F3A;
    text-align: center;
}

.main .main-center .info-box .info .text {
    font-size: 0.18rem;
    font-weight: 300;
    color: #666666 ;
    line-height: 0.3rem;
    margin-top: 0.2rem;
}

.main .main-center .info-box .info .text>span{
    font-size: 0.18rem;
    font-weight: 300;
    font-weight: bold;
    color: #333333;
}

.main .main-center .banner {
    width: 100%;
    height: 6rem;
    margin-top: 1.2rem;
}

.main .main-center .banner img {
    width: 100%;
    height: 100%;
}

/* ***底部*** */
.tail {
    width: 100%;
    margin: auto;
    margin-top: 0.4rem;
    height: 3rem;
    display: flex;
    background: url(../image/footer-bg.png) no-repeat;
    background-size: 100% 100%;
    align-items: center;
}

.show-img {
    margin-top: 0.03rem;
    width: 0.14rem;
    height: 0.085rem;
}

.show-title {
    margin-left: 0.02rem;
    font-size: 0.12rem;
}

.show-title {
    margin-left: 0.02rem;
    font-size: 0.12rem;
}

.img-box2 {
    margin-left: 0.2rem;
}

.img-item {
    margin-top: 0.08rem;
}

.tips {
    height: 0.4rem;
    font-weight: 400;
    color: #FFFFFF;
    font-size: 0.2rem;
    line-height: 0.4rem;
    text-align: center;
    background: #F36F3A;
}


/* 头部 */
.Top {
    width: 100%;
    height: 100vh;
    position: relative;
}

.we {
    width: 100%;
    position: fixed;
    height: 0.8rem;
    /* position: absolute; */
    top: 0;
    z-index: 77;
}

.wei {
    width: 80%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    top: 0;
    left: 10%;
}

.weimg {
    height: 0.8rem;
    width: 100%;
}

.weii {
    width: 15%;
    height: 0.8rem;
    display: flex;
    align-items: center;
}

.inde {
    width: 60%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ina {
    height: 0.77rem;
    line-height: 0.77rem;
    font-size: 0.18rem;
    color: #EFEFEFFF;
}

.ina:hover {
    color: #f36f3a;
    font-size: 0.18rem;
    border-bottom: 0.03rem solid #f36f3a;
}

.indes {
    width: 22%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-size: 0.24rem;
    color: #EFEFEFFF;
}

.indes img {
    height: 0.39rem;
    width: 0.39rem;
    margin-right: 0.15rem;
}

/* } */