/* CSS Document */
.container{
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
  padding-top: 1.4rem; 
  color: #666;
  background: #fff;
}

.topnav{
  width: 100%;
  height: 1.4rem;
  padding: 0.2rem 0.4rem;
  background: #d4281a;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 111;
}

.back{
  width: 10%;
  height: 1rem;
  background: url(../img/back-icon.png) no-repeat;
  background-size: 100% 100%;
}

.logo-box{
  width: 13%;
  height: 100%;
  background: url(../img/logo.png) no-repeat;
  background-size: contain;
}

.channel-name{
  width: 32%;
  line-height: 0.8rem;
  padding: 0 0.2rem;
  margin: 0.1rem 0;
  color: #fff;
  border-left: 0.02rem #fff solid;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.search-box{
  width: 30%;
  height: 1rem;
  line-height: 1rem;
  margin-right: 0.2rem;
  padding: 0.1rem 0.4rem 0.1rem 1rem;
  border-radius: 20px;
  position: relative;
  background: #a20c00;
}

.search-box input{
  width: 50%;
  height: 0.8rem;
  line-height: 0.8rem;
  display: inline-block;
  color: #fff;
  border-style: none;
  position: absolute;
  background: #a20c00;
}

.search-icon{
  width: 0.6rem;
  height: 0.6rem;
  position: absolute;
  top: 0.2rem;
  left: 0.2rem;
  display: inline-block;
  background: url(../img/search-icon-w.png) no-repeat;
  background-size: contain;
}

.nav-05{
  width: 1rem;
  height: 1rem;
  line-height: 1rem;
  padding: 0 0.2rem;
  text-align: center;
}

.nav05-bg{background: #a20c00;}

.nav05-box{
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 110;
}

.nav05-con-black{
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
}

.nav-05-con{
  width: 8rem;
  border-radius: 0 0 10px 10px;
  background: #fff;
  position: absolute;
  top: 1.4rem;
  right: 0;
}

.user{
  width: 100%;
  height: 1.4rem;
  padding: 0.2rem;
  background: url(../img/user-bg.jpg) no-repeat center;
  background-size: 100% 100%;
}

.logo{height: 1rem;}

.user-name{
  height: 1rem;
  line-height: 1rem;
  font-size: 0.4rem;
  color: #fff;
  text-align: right;
}

.user-head{
  width: 1rem;
  height: 1rem;
  display: inline-block;
  border-radius: 100%;
  border: 0.02rem #fff solid;
  margin-left: 0.2rem;
  background: url(../img/user-head.jpg) no-repeat center;
  background-size: contain;
}

.nav05-list{
  width: 100%;
  padding: 0.2rem 0.2rem 0;
  overflow: hidden;
}

.nav05-item{
  width: 1.75rem;
  height: 1rem;
  line-height: 1rem;
  margin: 0 0.2rem 0.2rem 0;
  text-align: center;
  font-size: 0.4rem;
}

.nav05-list a:nth-child(4n){margin: 0;}

.logo img,.c-preview img,.preview img{height: 100%}

.preview{
  width: 100%;
  height: 6.66rem;
}

.info-box{
  font-size: 0.4rem;
  margin: 0.4rem 0;
  padding: 0 0.4rem;
}

.car-info{
  height: 1.1rem;
  display: flex;
  color: #333;
}

.car-name{
  height: 1rem;
  font-size: 0.8rem;
  overflow: hidden;
  text-overflow: ellipsis;
}

.acti-price{
  color: #d4281a;
  font-size: 0.2rem;
  margin-left: 0.2rem;
}

.acti-num{
  display: inline-block;
  height: 1.4rem;
  line-height: 1.4rem;
  font-size: 0.6rem;
  margin-right: 0.1rem;
}

.info-box p,.act-model{
  color: #999;
  font-size: 0.36rem;
  padding: 0.2rem 0;
  border-bottom: 0.02rem #efefef solid;
}

.info-box p span{color: #333;}

.act-model{
  border: 0;
  overflow: hidden;
}

.model-list{
  width: 80%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  color: #333;
  font-size: 0.3rem;
}

.model-item{
  padding: 0.1rem 0.4rem;
  border: 0.02rem #ccc solid;
  border-radius: 6px;
  margin: 0 0.2rem 0.2rem 0;
}

.model-list li.active{
  color: #fff;
  background: #d4281a;
  border-color: #d4281a;
}

.join-box{}

.join-box input{
  width: 100%;
  height: 1rem;
  border-style: none;
  border-radius: 6px;
  border: 0.02rem #ccc solid;
  padding: 0.2rem 0.4rem;
  margin-bottom: 0.2rem;
}

input::-webkit-input-placeholder {color: #ccc; } /* WebKit browsers */
input:-moz-placeholder {color: #ccc; } /* Mozilla Firefox 4 to 18 */ 
input::-moz-placeholder {color: #ccc; } /* Mozilla Firefox 19+ */ 
input:-ms-input-placeholder {color: #ccc; } /* Internet Explorer 10+ */ 

.yes-botton{
  width: 100%;
  height: 1rem;
  line-height: 1rem;
  text-align: center;
  border-radius: 6px;
  color: #fff;
  font-size: 0.4rem;
  background: #d4281a;
}

.info-box p{border: 0;}

.info-box p span.join-tips{
  width: 100%;
  height: 0.6rem;
  line-height: 0.6rem;
  display: inline-block;
  font-size: 0.3rem;
  color: #ccc;
  margin: 0.2rem 0;
}

.join-tips a{color: #d4281a;}

.car-detail{
  min-height: 200px;
  padding: 0 0.4rem;
}

.car-detail img{width: 100%;}























