/* 容器*/
 .copobox{width:100%;height:100%;display:none;position:fixed;overflow-y: auto;z-index:9999;top:0;left:0;bottom:0;right:0;background-color:#fff;}
 #comed{margin-top: 2rem;}
/* 页面正文 */
#header{
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#dd3936), to(#ff003c));
    height: 2.2rem;
    width: 100%;
    position: fixed;
}
#header>div{
    padding: 0 0.5rem;
}
#header input{
    border: 0;
    background-image: url(../images/search.png);
    background-repeat: no-repeat;
    background-position: 0.4rem center;
    background-size: 0.7rem;
    border-radius: 1rem;
    margin-top: 0.35rem;
    padding-left: 1.5rem;
    height: 1.5rem;
    width: 15.2rem;
    color:#333333;
    -webkit-appearance: none;
}
 input[type=search]::-webkit-search-cancel-button{
    -webkit-appearance: none;/*此处只是去掉默认的小×*/
}
#header img{
    width: 0.6rem;
}
#header>div>span:nth-child(2){
    position: absolute;
    top: 0.6rem;
    left: 14.7rem;
    display: inline-block;
    width: 0.85rem;
    height: 0.85rem;
    background: #cccccc;
    border-radius: 50%;
    color: white;
    line-height: 0.75rem;
    text-align: center;
}
#header .right{
    font-size: 0.7rem;
    margin: 0.6rem 0.2rem 0 0;
}
#header .right>span{
    color: white;
}
.right{float:right;}
/*#comed{margin-top:2.2rem;}*/
#comed p{
    margin: 0;
}
#comed>div{
    padding: 0 0.5rem;
}
#comed>div:nth-child(1){

}
#comed>div>div:nth-child(2){
    overflow: hidden;
    padding:0 .5rem;
}
#comed>div>div:first-child{
    height: 2.5rem;
    font-size: 0.8rem;
    font-weight: 600;
    line-height: 3rem;
}
#comed>div>div:first-child>img{
    width:.8rem;
    position:relative;
    top:.1rem;
    margin-right: .3rem;
}
.lately>div:nth-child(2)>a{
    background: #f2f2f2;
    font-size: 0.6rem;
    border-radius: 1rem;
    display: inline-block;
    float: left;
    margin: 0 0 0.5rem 0.5rem;
    padding: 0 1rem;
    height: 1.6rem;
    line-height: 1.6rem;
    color: #bbbbbb;
    overflow: hidden;
}
.lately>div>p{
    height: 100%;
}
.lately>div>p>img{
    width:.8rem;
    position:relative;
    top:.1rem;
    margin-right: .3rem;
}
.lately>div:first-child>a{
    position: absolute;
    right: 0.8rem;
    top: 3rem;
    width: 0.9rem;
    height: 1rem;
}
.lately>div:first-child>a>img{
    width: 100%;
    height: 100%;
    display: block;
}

.find span{
    width: 45%;
    display: inline-block;
    float: left;
    font-size: 0.7rem;
    color: #666666;
    margin: 0 0 0.5rem 0.5rem;
}

/*.type_1{
    background: #ffebec!important;
    color: #ff5962!important;
}
.type_2{
    background: #ebf9ff!important;
    color: #59cdff!important;
}
.type_3{
    background: #f3ebff!important;
    color: #ed6428!important;
}
.type_4{
    background: #edfae6!important;
    color: #41cd03!important;
}
.type_5{
    background: #ffebec!important;
    color: #ff5962!important;
}
.type_6{
    background: #ebf9ff!important;
    color: #eda528!important;
}
.type_7{
    background: #f3ebff!important;
    color: #9c59ff!important;
}
.type_8{
    background: #edfae6!important;
    color: #7ee751!important;
}
.type_9{
    background: #ffebec!important;
    color: #b8ed28!important;
}
.type_10{
    background: #ebf9ff!important;
    color: #41cd03!important;
}
.type_11{
    background: #f3ebff!important;
    color: #9c59ff!important;
}
.type_12{
    background: #edfae6!important;
    color: #7ee751!important;
}
.type_13{
    background: #edfae6!important;
    color: #ed6428!important;
}*/