/*全局样式*/

.ico {
    font-size: 24px !important;
    color: #fff;
}


/*头部样式*/

.header {
    position: absolute;
    right: 0;
    left: 0;
    z-index: 10;
    box-sizing: border-box;
    width: 100%;
    height: 44px;
    border-bottom: 1px solid #ececec;
    background-color: #fff;
    padding: 0px 8px;
    color: #333;
}

.header .button:last-child {
    position: absolute;
    top: 5px;
    right: 5px;
    bottom: 5px;
}

.header_left {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 2px;
    padding-left: 8px;
    height: 44px;
    text-align: center;
    float: left;
    line-height: 24px;
    font-size: 16px;
    color: #fff;
}

.header_left_img {
    width: 44px;
    height: 44px;
    text-align: center;
    padding: 6px 2px;
    float: left
}

.header_left .down {
    display: inline-block;
    padding: 0px 5px;
}

.header_left .down:before {
    content: "";
    border-left: 2px solid #1593c7;
    border-top: 2px solid #1593c7;
    border-right: 0px;
    border-bottom: 0px;
    width: 10px;
    height: 10px;
    transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    /* IE 9 */
    -moz-transform: rotate(-135deg);
    /* Firefox */
    -webkit-transform: rotate(-135deg);
    /* Safari 和 Chrome */
    -o-transform: rotate(-135deg);
    display: block;
    margin: -6px auto 0px
}

.header_left .left-icon:before {
    content: "";
    border-left: 2px solid #333;
    border-top: 2px solid #333;
    border-right: 0px;
    border-bottom: 0px;
    width: 10px;
    height: 10px;
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    /* IE 9 */
    -moz-transform: rotate(-45deg);
    /* Firefox */
    -webkit-transform: rotate(-45deg);
    /* Safari 和 Chrome */
    -o-transform: rotate(-45deg);
    display: inline-block;
    margin: 6px auto;
}

.header_text {
    width: auto !important
}

.header_left span {
    display: inline-block;
    vertical-align: middle
}

.header_title {
    position: absolute;
    right: 0px;
    left: 0px;
    z-index: -1;
    overflow: hidden;
    margin: 0 0px;
    min-width: 30px;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 18px;
    line-height: 44px;
    /* padding: 0px 54px; */
    font-weight: bold;
}

.header_right {
    width: 44px;
    line-height: 24px;
    text-align: center;
    background-repeat: no-repeat;
    background-size: 28px;
    background-position: center;
    position: relative;
    font-size: 16px
}

.header_right img {
    width: 30px;
    margin: 3px auto 0;
}