/*body {*/
/*    padding-top: 84px;*/
/*}*/
@import url("./base.css");
.hearder-box {
    width: 100%;
    height: 80px;
    background-color: white;
    font-size: 0;
    top: 0;
    position: relative;
    box-shadow: 0 3px 7px 0 rgba(118, 118, 118, 0.35);
    z-index: 999;
    /*position: fixed;*/
}

.hearder-box .hearder {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
}

.hearder-box .hearder .hearder_img {
    display: inline-block;
    margin-right: 114px;
    width: 116px;
    vertical-align: middle;
}

.hearder-box .hearder .hearder_img img {
    width: 100%;
    margin-top: -10px;
}

.hearder-box .hearder .navigation {
    display: inline-block;
    height: 100%;
    font-size: 0;
}

.hearder-box .hearder .navigation li {
    display: inline-block;
    width: auto;
    position: relative;
    line-height: 80px;
    margin-left: 84px;
    /* position:relative; */
    font-size: 16px;
    color: #333333;
}

.hearder-box .hearder .navigation > li::after {
    content: "";
    position: absolute;
    width: auto;
    max-width:70px;
    height: 3px;
    bottom:0;
    left:0;
    right:0;
    margin:0 auto;
    background: #1A68E3;
    display:none;
}

.hearder-box .hearder .navigation li:hover::after {
    display: block;
}

.hearder-box .hearder .navigation li:hover .item_list {
    opacity: 1;
    top: 100%;
    transition: top 0.3s ease;
}

.hearder-box .hearder .navigation li .item_list {
    position: absolute;
    width: 231px;
    height: auto;
    top: -200%;
    opacity: 0;
    overflow: hidden;
    padding-top: 5px;
    z-index: -1;
    left: -75px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom:10px;

}

.hearder-box .hearder .navigation li:hover .item_list ul {
    opacity: 1;
    transition: opacity 0s ease 0.15s;
}

.hearder-box .hearder .navigation li .item_list ul {
    height: 100%;
    background-color: white;
    box-shadow: 0 3px 7px 0 rgb(118 118 118/35%);
    opacity: 0;
}

.hearder-box .hearder .navigation li .item_list ul li:hover {
    /*background-color: rgba(28, 116, 228, 0.1)*/
}

.hearder-box .hearder .navigation li .item_list ul li:hover a {
    color: #1C74E4 !important;
}

.hearder-box .hearder .navigation li .item_list ul li {
    display: block;
    margin: 0;
    text-align: center;
    line-height: 50px;
    font-size: 14px;
}

.hearder-box .hearder .navigation li .item_list ul li .circle {
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    margin-right: 14px;
    background-color: #E0E3E5;
    margin-left: 10px;
}

.hearder-box .hearder .navigation li .item_list ul li a {
    display: inline-block;
    width: 100%;
    vertical-align: sub;
    color: black;
}

.hearder-box .hearder .navigation li .item_list ul li.title {
    font-weight: bold;
    font-size: 20px;
    color: #333;
}

.hearder-box .hearder .navigation li .item_list ul li.title i {
    font-size: 30px;
    color: #0780ED;
}

.hearder-box .hearder .navigation li .item_list ul li.title p {
    display: inline-block;
    margin: 0;
    vertical-align: top;
    margin-top: 5px;
}

.hearder-box .hearder .navigation li:first-child {
    margin-left: 0;
}

.hearder-box .hearder .navigation li a {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.hearder-box .hearder .buttons {
    width: auto;
    float: right;
    font-size: 0;
    padding-top: 25px;
}

.hearder-box .hearder .buttons .button {
    width: 75px;
    height: 34px;
    border-radius: 17px;
    text-align: center;
    line-height: 34px;
    font-size: 18px;
    border: 1px solid #1C74E4;
    display: inline-block;
}

.hearder-box .hearder .buttons .button a {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.hearder-box .hearder .buttons .button.login a {
    color: #1C74E4;
}

.hearder-box .hearder .buttons .button.register {
    margin-left: 10px;
    background-color: #1C74E4;
}

.hearder-box .hearder .buttons .button.register a {
    color: white;
}
