body{
    max-width: 100%;
}
header{
    border-bottom: 1px solid #E1DCD9
}
@font-face {
	font-family: fa;
	src: url(../../fonts/SourceHanSerifCN-ExtraLight.ttf);
}
.model{
    height:5.5rem;
    width: 100%;
    background-image: linear-gradient(to bottom, #f2edea , #fff);
    padding-top: 1.5rem;
}
.bread-crumb{
    margin-top: 0;
    margin-left:0;
    padding-bottom: 0;
    color: #897C78 !important;
    font-size: .15rem !important;
    padding-left: 1rem;
}
.cur{
     color: #897C78 !important;
}
.bread-crumb a{
    color: #897C78 !important;
}
.bread-crumb a:hover{
    color: #4e2b07 !important
}
.cur:hover{
    color: #000 !important
}
.model .page-title{
    text-align: center;
    color: #4E2A06;
    font-size: .48rem;
    font-weight: 300;
    margin-top: 1.25rem;
    /* font-family: fa; */
    letter-spacing: .05rem;
}
.model_content{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 70%;
    margin: 0 auto
}
.car_item{
    width: 49%;
    margin-bottom: .85rem
}


.item_img{
    background: url(../../images/model-manual/model_bg.png);
    height: 3.52rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-repeat: no-repeat;
    background-size: 100% 100%
}
.item_img img{
    width: 70%
}
.item_cont{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 0.5rem;
    flex-direction: column;
}
.item_cont h2{
    margin-top: 0;
    margin-bottom: 0;
    font-size: .27rem;
    color: #000;
    font-weight: 300
}
.item-con-btn-box{
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 300;
    font-size: .14rem;
    margin-top: 0.2rem;
    width: 100%;
}
.btn1{
    width: 49%;
height: .5rem;
background: #897C78;
display: flex;
align-items: center;
justify-content: center;
color: #fff;
transition: all .3s;
position: relative;
font-size: .14rem
}
.btn1::after{
    position: absolute;
    height: 2px;
    width: 100%;
    content: '';
    display: block;
    left: 0;
    bottom: 0;
    transition: all .5s;
    background-color: #471a14;
    transform: scale(0,1);
}
.btn1:hover{
    background: #f2edea;
    color: #000
}
.btn1:hover::after{
transform: scale(1,1)
}
.btn2{
width: 49%;
height: .5rem;
background: #FFFFFF;
border: 1px solid #4F2C28;
font-size: .14rem;
color: #000;
margin-left: .15rem;
display: flex;
align-items: center;
justify-content: center;
position: relative;
transition: all .3s
}
.btn2::after{
    position: absolute;
    height: 2px;
    width: 100%;
    content: '';
    display: block;
    left: 0;
    bottom: 0;
    transition: all .5s;
    background-color: #471a14;
    transform: scale(0,1);
}
.btn2:hover{
    background: #f2edea
}
.btn2:hover::after{
    transform: scale(1,1)
}
.load_news{
    width: 70%;
    margin: 0 auto 1rem;
}
.load_news h2{
       margin-top: 0;
    margin-bottom: 0;
    font-size: .15rem;
    color: #000;
     font-weight: 400
}
.load_news p{
        font-size: .15rem;
    color: #000;
   margin-top: .1rem;
   font-weight: 400
}

.model-down{
    background: #F1EFEF;
    width: 70%;
    margin: .62rem auto 0.69rem;
    display: none;
    align-items: center;
    justify-content: center;
    padding: .5rem 0;
}

.model-down img{
    width: 1.47rem;
    height: 1.47rem
}

.model-down div{
    font-size: .24rem;
font-weight: 400;
color: #4E2A06;
line-height: .34rem;
margin-left: .4rem
}

@media (max-width: 768px) {
.model{
    height: 4rem;
    width: 100%;
    /* margin-top: 1.1rem; */
    background-image: linear-gradient(to bottom, #f2edea , #fff);
    padding-top: 2.2rem;
}
.model h1{
    text-align: center;
    color: #4E2A06;
    font-size: .52rem;
    font-weight: 300;
    margin-top: 0;
    letter-spacing: .05rem;
}
.model_content{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    padding: 0 0.7rem;
}
.car_item{
    width: 100%;
    margin-bottom: .85rem
}
.model .page-title{
margin-top: 0
}
.item_img{
    background: url(../../images/model-manual/model_bg_mb.png);
    height: 6.73rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-repeat: no-repeat;
    background-size: 100% 100%
}
.item_img img{
    width: 90%
}
.item_cont{
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
    margin-top: .55rem;
}
.item_cont h2{
    margin-top: 0;
    margin-bottom: 0;
    font-size: .33rem;
    color: #000;
    text-align: left;
    width: 100%;
    font-weight: 300
}
.item-con-btn-box{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: .33rem
}
.btn1{
/* width: 2.93rem; */
width: 100%;
height: .59rem;
background: #897C78;
display: flex;
align-items: center;
justify-content: center;
font-size: .22rem;
color: #fff;
transition: all .3s;
position: relative;
}
.btn1::after{
    position: absolute;
    height: 2px;
    width: 100%;
    content: '';
    display: none;
    left: 0;
    bottom: 0;
    transition: all .5s;
    background-color: #471a14;
    transform: scale(0,1);
}
.btn1:hover{
    background: #897C78;
    color: #fff
}
.btn1:hover::after{
transform: scale(1,1)
}
.btn2{
width: 2.93rem;
height: .59rem;
background: #FFFFFF;
border: 1px solid #4F2C28;
font-size: .22rem;
color: #000;
margin-left: .2rem;
display: flex;
align-items: center;
justify-content: center;
position: relative;
transition: all .3s
}
.btn2::after{
    position: none;
    height: 2px;
    width: 100%;
    content: '';
    display: block;
    left: 0;
    bottom: 0;
    transition: all .5s;
    background-color: #471a14;
    transform: scale(0,1);
}
.btn2:hover{
    background: #FFFFFF
}
.btn2:hover::after{
    transform: scale(1,1)
}
.load_news{
    width: 100%;
    margin: 0 auto 1rem;
    padding: 0 .7rem;
}
.load_news h2{
       margin-top: 0;
    margin-bottom: 0;
    font-size: .19rem;
    color: #000;
     font-weight: 400
}
.load_news p{
        font-size: .19rem;
    color: #000;
   margin-top: .1rem;
   font-weight: 400;
    line-height: 1.7;
}

.model-down{
    background: #F1EFEF;
    width: 100%;
    margin: .21rem auto 0.47rem;
    display: none;
    align-items: center;
    justify-content: center;
    padding: .4rem 0;
}

.model-down img{
    width: 1.12rem;
    height: 1.12rem
}

.model-down div{
    font-size: .19rem;
font-weight: 400;
color: #4E2A06;
line-height: .35rem;
margin-left: .31rem
}
}