*{
    padding: 0;
    margin: 0;
    box-sizing: content-box;
}
body{
    display: flex;
    align-items: center;
    flex-direction: column;
}
.header-wrap{
    background: #eee;width: 100%;
    display: flex;
    border-bottom: 1px solid #f0f0f0;
    flex-direction: column;
    align-items: center;
}
.header{
    width: 800px;
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    padding: 5px 0;
}
.header-wrap-no{
    background-color: rgba(255,255,255,0);
    border-bottom: 0;
}
.header img{
    width: 50px;
}
.header form{
    margin-left: 50px;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.header input[type=text]{
    width: 350px;
    height: 40px;
    font-size: 16px;
    border-radius: 0;
    border-bottom-left-radius: 7px;
    border-top-left-radius: 7px;
    border:1px solid #0f74a8;
    border-right: 0;
    padding:0 12px;
    outline: none;
    box-sizing: border-box;
}
.header input[type=submit]{
    width:80px;
    height: 40px;
    border: 1px solid #0f74a8;
    border-radius: 0;
    border-bottom-right-radius: 7px;
    border-top-right-radius: 7px;
    border-left:0;
    background-color: #0f74a8;
    outline: none;
    color:white;
    box-sizing: border-box;
    cursor: pointer;
    font-size: 16px;
}
input{
    -webkit-appearance: none;
}
.container{
    display: flex;
    width: 800px;
    flex-direction:column;
    margin-top: 20px;
    justify-content: flex-start;
    align-items: flex-start;
}
article,.nav{
    padding-left: 100px;
    margin-left: 0;
    width: auto;
}
.item{
    margin-bottom: 15px;
    width: 700px;
    max-width: 700px;
}
.item a{
    text-decoration: none;
    font-size: 16px;
    color: #333;
}
.item a:hover{
    text-decoration: underline;
}
.item span{
    background: #bbb;
    border-radius: 3px;
    padding: 0 5px 1px 5px;
    color:white;margin-left: 8px;
    font-size: 14px;
}
.nav{
    margin-top: 20px;
}
.page a{
    color: #333;
    padding: 10px 12px 6px 12px;
    text-decoration: none;
    margin-right: 10px;
    font-size: 16px;
}
.page a:hover,.page a.active{
    border-bottom: 1px solid #666;
}
.header_no{
    display: flex;
    flex-direction: column;
    margin-top: 100px;
}
.header_no img{
    width: 100px;
}
.header_no form{
    margin-left: 0;
    margin-top: 30px;
}
.info{
    width: 800px;
    margin-top: 40px;
    color:#666;
    font-weight: lighter;
    font-size: 12px;
    text-align: center;
}
.no-item{
    font-size: 16px;
    color: #333;
}
.report{
    background: #0f74a8!important;
    cursor: pointer!important;
}
.report-succ{
    background: #00B83F!important;
}
.speed{
    background: #ffc107!important;
}
.none{
    display: none;
}
.m-head{
    width: 100%;
    max-width: 500px;
    display: flex;
    flex-direction: row;
    align-self: center;
    justify-content: left;
}
.m-head span{
    padding: 10px 0 6px 0;
    cursor: pointer;
    margin: 0 10px;
    color: #333;
}
.m-head span.active{
    border-bottom: 2px solid #0f74a8;
}
.m-head span:hover{
    color: #0f74a8;
}
.tuijian{
    display: flex;width: 100%;
    margin-top: 20px;
    flex-direction: column;
    align-items: center;
}
.part{
    display: none;
    width: 100%;
    padding: 12px;
}
.m-content{
    width: 100%;
    max-width: 500px;
    display: flex;
    align-items: flex-start;
}
.dians{
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
    color: black;
    flex-shrink:0;
}
.diany{
    display: flex;
    flex-direction: row;
    width: 45%;
    height: auto;
    margin-bottom: 16px;
    cursor: pointer;
    text-decoration: none;
}
.diany img{
    width: 30%;
    height: 93px;
    margin-right: 6px;

}
.diany> div{
    display: flex;
    flex-direction: column;
}
.diany> div span:first-child{
    color: #333;
    font-size: 14px;font-weight: bold;
}
.diany> div span:last-child{
    color: #666;
    font-size: 12px;
}
.btn-wrap{
    display: flex;
    justify-content: center;
    padding: 0 30px;
}
.btn{
    font-size: 16px;margin-right: 20px;cursor: pointer;
}
.btn-disabled{
    cursor: not-allowed;
    color: grey;
}
.btn_curr{
    cursor: auto;
    color: #333;
}
@media screen and (max-width: 768px){
    .header,.info{
        width: 100%;
    }

    .container{
        width: 100%;
    }
    .item{
        width: auto;
    }
    article,.nav{
    }
}
@media screen and (max-width: 441px){
    .header,.info{
        width: 100%;
    }

    .header img{
        width: 44px;
    }
    .header_no img{
        width: 80px;
    }
    form{
        width: 74%;
        margin-left: 10px!important;
    }
    .header_no form{
        width: 90%;
    }
    .header input[type=text]{
        width: 75%;
    }
    .header input[type=submit]{
        width:25%;
    }
    .container{
        width: 100%;
    }
    article,.nav{
        padding-left: 20px;
    }
    .diany{
        width: 100%;
        height: auto;
    }
    .diany img{
        width: 25%;
        height: 151px;
    }
}
@media screen and (max-width: 375px){
    .diany img{
        width: 25%;
        height: 127px;
    }
}
@media screen and (max-width: 320px){
    .diany img{
        width: 25%;
        height: 107px;
    }
}