/* body */
body{
    font-family: arial;
}

.no_data {
    text-align: center;
    font-weight: bold;
}

.title_big{
    font-weight: bold;
    padding-bottom: 15px;
}

.title_big span{
    color: #692B8E;
    border-bottom: 2px solid #692B8E;
    font-size: 1.3rem;
}

/* header top */
.header__top {
    background-color: #005A87;
    padding: 5px 0;
    font-size: 0.9rem;
}

.header__top__left {
    display: flex;
    align-items: center;
    height: 100%;
}


.header__top__left__hotline {
    color: #C2AE2D;
}

.header__top__right {
    display: flex;
    float: right;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.header__top__right__item {
    padding: 0 10px;
}


.header__top__right__item a {
    color: #C2AE2D;
    text-decoration: none;
}

.header__top__right__item__btn {
    border: none;
    outline: none!important;
    background-color: transparent;
    cursor: pointer;
    color: #C2AE2D;
}

/*Header*/

.header_box {
    background-color: #E5E5E5;
}

.header__menu{
    font-size: 0.8em;
    font-weight: bold;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
}

.header__menu__item_child {
    display: none;
    background-color: #E5E5E5;
}

.header__menu__item_child ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.header__menu__item_child ul li {
    border-top: 1px solid white;
    padding: 10px 10px;
    border-bottom: 1px solid white;
}

.header__menu__item_child a {
    width: 100%;
}

.header__menu__item_child__item {
    width: 97%;
}

.header__menu__item_child__item  a {
    color: black;
}

.header__menu__item_child__item  li:hover {
    background-color: gainsboro;
}


header .header__menu a{
    display: block;
    text-decoration: none;
}

header .header__menu__a__icon{
    position: absolute;
}

header .header__menu__a__icon i{
    font-size: 20px;
}


.header__menu__link:hover > .header__menu__link__item {
    background-color: white;
}

.header__menu__link:hover > .header__menu__item_child {
    display: block;
}

.header__menu__link__item a{
    padding: 15px 18px;
    color: black;
}

.header__menu__link__item:hover a {
    color: black;
}

.header__menu__link__search_box {
    display: flex;
    justify-content: center;
    align-items: center;
}

.header__menu__link__search input,
.header__menu__link__search button {
    border: none;
    outline: none;
    background-color: transparent;
    color: #005A87;

}
.header__menu__link__search button {
    cursor: pointer;
}
.header__menu__link__search {
    background-color: white;
    border: 2px solid #005A87;
    margin-left: 20px;
    padding: 2px 0;
}

.header_box__label i{
    font-size: 37px;
    position: absolute;
    left: 5%;
    top: 10px;
}
header .check{
    display: none;
}

header label {
    display: none;
}

header label  #btn{
    cursor: pointer;
    display: none;
    color: darkgoldenrod;
}
header label #cancel{
    cursor: pointer;
    display: none;
    color: white;
}
