.headerbox {
    width: 400px;
    height: 80px;
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    position: relative;
}

.headerbox .icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: top;
    overflow: hidden;
    border-width: 5px;
    border-radius: 100%;
    border-style: solid;
    border-color: rgb(255, 129, 36);
    background-color: rgb(255, 129, 36);
}

.headerbox .innericon {
    display: inline-block;
    height: 15px;
    width: 15px;
    border-width: 3px;
    border-radius: 100%;
    border-style: solid;
    border-color: rgb(255, 255, 255) rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);
    background-color: rgb(255, 129, 36);
}

.headerbox .icon_small {
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: top;
    overflow: hidden;
    border-width: 5px;
    border-radius: 100%;
    border-style: solid;
    border-color: rgb(255, 102, 36);
    background-color: rgb(255, 102, 36);
}

.headerbox .innericon_small {
    display: inline-block;
    height: 15px;
    width: 15px;
    border-width: 3px;
    border-radius: 100%;
    border-style: solid;
    border-color: rgb(255, 255, 255) rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);
    background-color: rgb(255, 102, 36);
}

.headerbox .header_left {
    width: 40px;
    height: 80px;
}

.headerbox .header_middle {
    width: 200px;
    height: 80px;
    text-align: center;
    justify-items: space-between;
    margin: 0 10px;
}

.headerbox .header_middle .title_box {}

.headerbox .header_middle .border_box {
    overflow: hidden;
    height: 30px;
    display: flex;
    justify-content: center;
    margin-top: -5px;
}

.headerbox .header_middle .border_box .topborder {
    height: 20px;
    margin-top: 11.5px;

}

.headerbox .header_middle .border_box .border {
    display: inline-block;
    width: 30px;
    height: 15px;
    border-style: solid;
    border-width: 3px;
    margin: 0 -5px;
}

.headerbox .header_right {
    width: 40px;
    height: 80px;
    margin-left: -10px;
}

.title_line {
    display: inline-block;
    margin: 15px 10px;
    color: transparent;
    height: 1px;
    vertical-align: top;
    overflow: hidden;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(255, 129, 36);
    background-color: rgb(255, 129, 36);
}


.title .empty_font {
    -webkit-text-stroke: 1px rgb(219, 121, 51);
    /* Safari 和 Chrome */
    text-stroke: 1px rgb(191, 56, 56);
    /* 其他浏览器 */
    color: transparent;
}

.leftimgitem {
    position: relative;
    animation: fadeInLeft 1.5s ease-in-out;
}

.rightimgitem {
    position: relative;
    animation: fadeInRight 1.5s ease-in-out;
}