.subNav{
    width: 1200px;
    margin:  0 auto;
    padding-top: 50px;
    text-align: right;
    color: #999;
    padding-bottom: 20px;
    font-size: 14px;
}
.subNav a{
    color: #999;
}
.subNav .login{
    margin: 0 10px;
    color: red;
}
.conetnt{
    width: 1200px;
    margin:  0 auto;
}
.listBox{
    display: flex;
    flex-wrap: wrap;
}
.list{
    width: 300px;
    box-sizing: border-box;
    margin-bottom: 30px;
    border: 1px solid #fff;
}
.list:hover{
    border: 1px solid #00D0F0;
}
.box{
    padding: 20px;
}
.img{
    text-align: center;
}
.money{
    margin-left: 10px;
    color: #e4393c;
    font-size: 20px;
    line-height: 40px;
}
.text{
    color: #666;
    white-space: nowrap; 
    text-overflow: ellipsis;
    overflow: hidden; 
}
.car{
    display: flex;
    color: #999;
    font-size: 14px;
    margin-top: 10px;
    line-height: 30px;
}
.gz{
    border: 1px solid #999;
    margin-right: -1px;
    padding: 0 10px;
    cursor: pointer;
}
.gz:hover{
    border-color: #e4393c;
    position: relative;
}
.join span,
.gz span{
    vertical-align: middle;
    transition: .45s;
}
.join{
    color: #e4393c;
    border: 1px solid #999;
    cursor: pointer;
    padding: 0 10px;
}
.join:hover{
    border-color: #e4393c;
    position: relative;
}
.gz .icon{
    display: inline-block;
    height: 18px;
    width: 18px;
    background-image: url(images/icon.png);
    background-position: 0 -413px;
    margin-right: 6px;
    background-repeat: no-repeat;
}
.gz:hover .icon{
    background-position: 0 -436px;
}
.join .icon{
    display: inline-block;
    height: 18px;
    width: 18px;
    background-image: url(images/icon.png);
    background-position: 0 -246px;
    background-repeat: no-repeat;
    margin-right: 10px;
}
.join:hover .icon{
    background-position: 0 -272px;
}




.cont{
    padding-top:100px;
}
.item{
    display: flex;
}
.imgBox{
    width: 350px;
    text-align: center;
    margin-right: 100px;
}
.info h3{
    font-size: 16px;
    color: #666;
    padding-top: 10px;
    line-height: 28px;
    margin-bottom: 5px;
}
.info p{
    color: #666;
}
.info strong{
    color: #e4393c;
}
.number{
    margin-top: 20px;
    display: flex;
    align-items: center;
}
.step{
    border: 1px solid #666;
    font-size: 0;
    height: 30px;
    display: flex;
}
.step .add{
    padding: 0 10px;
    line-height: 30px;
    cursor: pointer;
    font-size: 20px;
}
.step .num{
    display: inline-block;
    line-height: 30px;
    font-size: 14px;
    border-right: 1px solid #666;
    border-left: 1px solid #666;
    padding: 0 16px;
}
.btn{
    background: #e4393c;
    line-height: 32px;
    margin-left: 10px;
    padding: 0 10px;
    color: #FFF;
    font-weight: bold;
}
.tips{
    font-size: 14px;
    color: #666;
    margin-top: 14px;
    margin-bottom: 20px;
}
.title{
    font-size: 0;
    font-weight: bold;
    border-bottom: 1px solid #e4393c;
}
.title span{
    display: inline-block;
    line-height: 30px;
    font-size: 18px;
    background: #e4393c;
    padding: 0 20px;
    color: #fff;
    border-radius: 6px 6px 0 0;
}
.main{
    padding: 10px 20px;
}