/* header */
.header__top--nav>ul>li.current>a,
.header__top--nav>ul>li>a:hover {
    color: #52b8cc;
}

.header__top {
    position: absolute;
    min-width: 1300px;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    height: 90px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.header_search__input {
    margin: 6px 30px 6px 50px;
    height: 26px;
    padding-left: 10px;
    border-left: 1px solid #47a1b3;
    overflow: hidden;
}
.header_search__input input {
    height: 26px;
    line-height: 26px;
    display: block;
    width: 100%;
    color: #FFFFFF;
    white-space: nowrap;
    background-color: transparent
}

.header_search__input input:-moz-placeholder {
    color: #FFFFFF;
}
.header-search {
    position: relative;
    width: 180px;
    z-index: 999;
    height: 38px;
    margin-right: 16px;
}

.header_search__input input::-webkit-input-placeholder {
    color: #FFFFFF;
}
.select-box {
    position: absolute;
    white-space: nowrap;
    left: 0;
    top: 0;
}

.select-box cite {
    position: relative;
   /* display: block;*/
    height: 44px;
    line-height: 36px;
    cursor: pointer;
    text-align: center;
    padding: 0 15px;
}

.select-box cite::after {
    content: ' ';
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid\9;
    border-right: 4px solid transparent;
    opacity: .5;
    border-left: 4px solid transparent;
    margin-left: 4px;
}

.select-box ul {
    position: absolute;
    left: 50%;
    display: none;
    margin-left: -30px;
    top: 100%;
    width: 60px;
    overflow: hidden;
    background-color: #fff;
    border-radius: 5px;
}

.select-box li  {
    color: #999999;
    display: block;
    padding: 5px 10px;
    font-size: 13px;
    line-height: 1.5;
}
.select-box li a {
    color: #999999;
    display: block;
    padding: 5px 10px;
    font-size: 13px;
    line-height: 1.5;
}
.select-box li a:hover {
    color: #52b8cc;
    background-color: #edf8fa;
}

.select-box li.active a {
    color: #52b8cc;
}
.header__top--logo {
    padding: 0 30px;
    height: 54px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header__top--logo img {
    width: 335px;
    height: 54px;
}

.header__top--nav {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 1200px;
    height: 80px;
    position: relative;
    margin-left: 30px;
    margin-right: auto;
}

.header__top--nav {
    flex: none;
}

.header__top--nav>ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 100;
}

.header__top--nav li {
    position: relative;
}
@media (max-width:1400px) {
    .header__top--nav>ul>li{
        margin-right: 24px;
    }
}

.header__top--nav>ul>li {
    color: #fff;
    font-size: 17px;
    text-align: center;
    margin-right: 56px;
}

.header__top--nav>ul>li:last-child {
    margin-right: 0;
}

.header__top--nav>ul li {
    position: relative;
}

.header__top--nav>ul li a {
    display: inline-block;
    font-family: 'Microsoft YaHei';
    color: #fff;
    font-size: 17px;
}

.header__top--nav>ul>li>a {
    padding-bottom: 12px;
}

.header__top--nav .magic_line {
    position: absolute;
    bottom: 14px;
    left: 0;
    width: 80px;
    height: 2px;
    background-color: #52b8cc;
}

.header__top--nav li .dropdown {
    display: none;
    position: absolute;
    left: 50%;
    margin-left: -48px;
    top: 100%;
    width: 96px;
    overflow: hidden;
}

.header__top_userbox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    float: right;
    height: 44px;
    margin-right: 26px;
}

.header__top--user {
    position: relative;
}

.header__top--user {
    width: 44px;
    float: right;
}

.header__top--user img {
    width: 44px;
    height: 44px;
}

.header__top--user .dropdown {
    display: none;
    overflow: hidden;
    position: absolute;
    overflow: hidden;
    padding-top: 20px;
    z-index: 199;
}

.header__top--user .dropdown--arr {
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    right: 29px;
    border: 10px solid transparent;
    border-bottom-color: #fff;
}

.header__top--nav li .dropdown--arr {
    display: inline-block;
    width: 0;
    height: 0;
    position: absolute;
    top: 5px;
    left: 50%;
    margin-left: -8px;
    border: 8px solid transparent;
    border-bottom-color: #52b8cc;
}

.header__top--nav li .dropdown .dropdown__list {
    background-color: #fff;
    border-radius: 5px;
    margin-top: 10px;
}

.header__top--nav li .dropdown .dropdown__list ul {
    padding: 5px 0;
}

.header__top--nav li .dropdown li {
    line-height: 20px;
    text-align: center;
    font-size: 14px;
    padding: 0;
    height: auto;
}

.header__top--nav li .dropdown li a {
    color: #999999;
    display: block;
    padding: 5px ;
    font-size: 14px;
    line-height: 1.5;
}

.dropdown__align__left li a {
    text-align: left;
}

.header__top--nav li .dropdown li a:hover {
    color: #52b8cc;
    background-color: #edf8fa;
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid\9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.header__top--nav>ul>li.current>a,
.header__top--nav>ul>li>a:hover {
    color: #52b8cc;
}

.header__top--vip {
    width: 150px;
    height: 44px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #000b20;
    background-color: rgba(0, 10, 32, 0.5);
    filter: alpha(opacity=50);
    border-radius: 22px;
    cursor: pointer;
    position: relative;
    float: right;
    margin-right: 50px;
}
@-webkit-keyframes btn-bg {
    100% {
        opacity: 0.5; } }
@keyframes btn-bg {
    100% {
        opacity: 0.5; } }
@-webkit-keyframes btn-bg2 {
    0% {
        opacity: 0.5;
        -webkit-transform: scale(0.8);
        transform: scale(0.8); }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1); } }
@keyframes btn-bg2 {
    0% {
        opacity: 0.5;
        -webkit-transform: scale(0.8);
        transform: scale(0.8); }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1); } }
.header__top--vip .star1 {
    width: 8px;
    height: 8px;
    background: url(../images/star.png) no-repeat;
    position: absolute;
    top: 7px;
    left: 49px;
    opacity: 0;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
}

.header__top--vip .star2 {
    width: 8px;
    height: 8px;
    background: url(../images/star.png) no-repeat;
    position: absolute;
    bottom: 6px;
    right: 15px;
    opacity: 0;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
}
.header__top--vip:hover .star {
    -webkit-animation: btn-bg 0.5s linear forwards, btn-bg2 1s ease-in-out 0.5s infinite alternate;
    animation: btn-bg 0.5s linear forwards, btn-bg2 1s ease-in-out 0.5s infinite alternate;
}
.header__top--vip .icon__vip {
    color: #ff9500;
    background: url(../images/icon_submission.png) no-repeat left center;
    padding-left: 34px;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
}
.sliding-block {
    background: #52b8cc;
}
.header__top--user .dropdown--arr {
    right: 20px;
}
.header__top--user .dropdown {
    top: 45px;
    right:-6px;
}
.header__top--user .dropdown .dropdown--content {
    box-shadow: 0 5px 7px 0 rgba(0,0,0,0.20);
}
.dropdown__organzation {
    display: flex;
    padding: 20px 0;
}
.dropdown__organzation .user__img img {
    width: 44px;
    height:44px;
    border-radius: 50%;
}
.dropdown__organzation {
    font-size: 16px;
    line-height: 24px;
}
.dropdown__organzation .user__left {
    display: flex;
}
.dropdown__organzation .user__name {
    margin-left: 10px;
}
.dropdown__organzation .user__left .nickname {

    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    width: 180PX;
    height: 24px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: normal;
}
.dropdown__organzation .user__name .ip {
    color: #999999;
    font-size: 13px;
}
.dropdown__organzation .user__name .ip span {
    color: #666666;
    margin-right: 10px;
}
.dropdown__organzation .user__right {
    display: flex;
    align-items: center;
    margin-left: 20px;
}
.dropdown__organzation .user__right button {
    height: 28px;
    width: 110px;
    line-height: 28px;
    color: #ffffff;
    background-color: #ff7f00;
    font-size: 12px;
    border-radius: 28px;
    border: none;
}
/* 搜索 */
.header-search {
    position: relative;
    width: 180px;
    z-index: 999;
    height: 38px;
    margin-right: 16px;
}

.search-sm {
    position: absolute;
    right: -1px;
    top: 0;
    width: 68px;
    height: 36px;
    line-height: 36px;
    overflow: hidden;
    padding: 0 15px;
    cursor: pointer;
    color: #FFFFFF;
    border: 1px solid #52b8cc;
    background: url(../images/so.png) 66px center no-repeat;
    border-radius: 40px;
}

.search-lg {
    position: absolute;
    right: -1px;
    top: 0;
    width: 0;
    height: 36px;
    line-height: 36px;
    padding: 0 15px;
    cursor: pointer;
    color: #FFFFFF;
    border: 1px solid #52b8cc;
    border-radius: 40px;
    visibility: hidden;
    opacity: 0;
}
.header-search.active .search-lg {
    visibility: visible;
    opacity: 1;
    z-index: 9;
    transition: 1s all;
    width: 160px;
}
.header-search.active .search-sm {
    visibility: hidden;
    overflow: hidden;
    width: 0;
    opacity: 0;
}


.search-lg .btn {
    background: url(../images/so.png) no-repeat center;
    width: 50px;
    height: 36px;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
}


.header__top--user .dropdown {
    display: none;
    overflow: hidden;
    position: absolute;
    right: 21px;
    top: 39px;
    overflow: hidden;
    padding-top: 20px;
    z-index: 199;
}
.header__top--user .dropdown {
    top: 45px;
    right: -6px;
}

.header__top--user .dropdown--arr {
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    right: 29px;
    border: 10px solid transparent;
    border-bottom-color: #fff;
}
.header__top--user .dropdown--arr {
    right: 20px;
}
.header__top--user .dropdown--content {
    width: 364px;
    background-color: #fff;
    border-radius: 5px;
    padding: 15px 23px;
}
.header__top--user .dropdown .dropdown--content {
    box-shadow: 0 5px 7px 0 rgba(0,0,0,0.20);
}
.header__top--user .dropdown__top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    line-height: 36px;
    padding-bottom: 15px;
    border-bottom: 1px dashed #e6e6e6;
}
.header__top--user .dropdown__top.nologin {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.header__top--user .dropdown__top.nologin .btn {
    width: 100px;
    height: 36px;
    color: #fff;
    background-color: #55b6c9;
    font-size: 15px;
    border-radius: 18px;
}
.header__top--user .dropdown__bottom {
    margin: 20px 0;
}
.header__top--user .dropdown__bottom--txt {
    text-align: center;
    line-height: 45px;
    font-size: 14px;
    color: #808080;
}
.header__top--user .dropdown__bottom--list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
.header__top--user .dropdown__bottom--btn {
    margin-top: 5px;
    text-align: center;
}
.header__top--user .dropdown__bottom--btn .btn {
    width: 160px;
    height: 40px;
    border-radius: 20px;
    background-color: #ffaa00;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
}
.header__top--user .dropdown .journal__list {
    padding: 0 5px;
}
.header__top--user .dropdown__bottom--list a {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.header__top--user .dropdown__bottom--list dl {
    width: 50px;
}
.header__top--user .dropdown__bottom--list dl dt img {
    width: 50px;
    height: 50px;
}
.header__top--user .dropdown__bottom--list dl dd {
    font-size: 13px;
    text-align: center;
    color: #888888;
    line-height: 24px;
}

@media (max-width:1760px) {
    .header__top--nav>ul>li{
        margin-right: 45px;
    }

    .header__top--vip{
        margin-right: 16px;
    }
}

@media (max-width:1660px) {
    .header__top--nav>ul>li{
        margin-right: 20px;
    }
}
@media (max-width:1400px) {
    .header__top--nav>ul>li{
        margin-right: 16px;
    }
}
@media (max-width:1400px) {
    .header__top--nav{
        margin-left: 15px;
    }
    .chiefs-slide .cc-next{
        right: -40px;
    }
    .chiefs-slide .cc-prev{
        left: -40px;
    }
}

.header__top--nav li .dropdown {
    height: auto;
}
.header__top--nav li .dropdown {
    padding-top: 0px;
}

.btn {
    background: none;
    border: none;
    line-height: normal;
    cursor: pointer;
    outline: none;
    font-family: "Microsoft Yahei";
}

