/* 标题栏 */

.header .app {
    display: flex;
    justify-content: center;
    font-size: 1.8rem;
}

.head {
    width: 100%;
    /*background-color: #FFFFFF;*/
    max-width: 1168px;
    display: flex;
    justify-content: space-between;
    flex: 1 1 auto;
}

.logo {
    height: 112px;
    cursor: pointer;
}

.date_info {
    flex: 1 1 auto;
    color: #888888;
    font-size: 1.4rem;
    margin: 31px 0 0 25px;
}

.date_info img {
    width: 12px;
    margin-right: 5px;
}

.di_client {
    margin-top: 23px;
    cursor: pointer;
}
.di_client a {
    color: #888;
    display: flex;
    align-items: self-start;
}

.search_div {
    display: flex;
    justify-content: flex-end;
    flex: 5 1 auto;
    margin-top: 46px;
}

.search_input {
    width: 465px;
    height: 44px;
    background: #F3F3F3;
    border-radius: 5px;
    border: 1px solid #C0C0C0;
    text-indent: 10px;
}

.search_input::-webkit-input-placeholder {
    color: #A0A0A0;
    font-size: 1.3rem;
}

.search_input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #A0A0A0;
    font-size: 1.3rem;
}

.search_input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #A0A0A0;
    font-size: 1.3rem;
}

.search_input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #A0A0A0;
    font-size: 1.3rem;
}

.search_btn {
    width: 72px;
    height: 43.6px;
    background: #CB383A;
    border-radius: 0px 5px 5px 0px;
    margin-left: -4px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.search_btn img {
    width: 16px;
    height: 16px;
}






/*主题背景*/
/*.header{
    background-image: url("../img/header_bg_20.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.date_info, .di_client a{
    color: #FFFFFF;
}
.search_input{
    border: 0px solid #C0C0C0;
}
 .search_btn{
     background: #FF8466;
 }*/
