body,
html {
    width: 100%;
    height: 100%;
    background: #F3F3F3;
    line-height: 26px;
}

#box {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}

#content {
    flex: 1;
}


.list {
    margin: 2px 0;
    border-radius: 4px;
    color: #636363;
    font-size: 14px;
}

.list .item {
    background: white;
    height: 50px;
    line-height: 50px;
    padding: 0 15px;
    margin-bottom: 2px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #636363;
}

.list .item:last-child {
    border-bottom: none;
}

.list .item>span {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.list .item .icon {
    width: 16px;
    height: 16px;
    display: inline-block;
}


.detail {
    margin: 0 15px;
    flex: 1;
}

.detail .intro {
    font-size: 14px;
    color: #636363;
    line-height: 24px;
    padding-bottom: 10px;
    margin-bottom: 19px;
    border-bottom: 1px solid black;
}

.detail .section {
    color: #636363;
    line-height: 22px;
    font-size: 14px;

}

.detail .section .attention {
    color: #FF0000;
}

.detail .section .img {
    display: flex;
    margin-bottom: 8px;
    justify-content: space-between;
}

.detail .section .img.last {
    justify-content: center;
}

.detail .section img {
    width: 49%;
    height: 50%;
}

.detail .section img {
    width: 49%;
    height: 50%;
}

.detail .section .big-img {
    display:flex;
    flex-direction: column;
    align-items: center;
}
.detail .section .big-img img{
    width:100%;
    margin-bottom:10px;
}
.centerTitle {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin: 15px auto;
}

.shuiyin {
    font-size: 14px;
    color: #9C9C9C;
    text-align: center;
    width: 92%;
    margin: 35px auto;
    line-height: 20px;
}

.shuiyin .textYello {
    color: #FFBA00;
}

.textYello.alfa {
    color: #8f0d2c;
    text-decoration: underline;
}

.jeepLogo {
    width: 110px;
    height: 150px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.jeepLogo.alfa {
    width: 115px;
    height: 58px;
    text-align: center;
    font-size: 12px;
    color: #d9d9d9;
}

.jeepLogo img {
    width: 100%;
}