/*reset*/
body {
    padding-top: 100px;
}
.svgIcon {
    width: 1.2em;
    height: 1.2em;
    fill: currentColor;
    overflow: hidden;
    margin-right: .2em
}
#collapse-head {
    color: #fff;
}
.am-topbar {
    margin-bottom: 0;
    border: none;
    background: #000;
    -webkit-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}
.am-with-topbar-fixed-top {
    padding-top: 100px;
}
.am-topbar-nav > li > a:after {
    border: none;
}
.am-nav a {
    color: inherit;
}
.am-nav a:hover {
    color: #357ed9;
}
.am-nav a:active {
    color: #6b6b6b;
}
.am-topbar-brand {
    padding: 0;
    float: left;
    line-height: 100px;
}
.am-topbar-nav {
    float: right;
}
.am-topbar-nav > li > a {
    position: relative;
    line-height: 100px;
    padding: 0 40px;
}
.am-nav > li > a:focus, .am-nav > li > a:hover, .am-nav > li > a.am-active {
    background: transparent;
    color: #f60;
}
#collapse-head ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 18px;
    color: #fff;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
}
@media (max-width: 640px) {
    #collapse-head ul {
        display: block;
        height: auto;
        float: none;
    }
    .am-topbar-brand {
        line-height: 50px;
        margin-left: 10px;
    }
    .am-topbar-brand img {
        height: 19px;
    }
    .am-topbar-nav > li > a {
        font-size: 15px;
        padding: .4em 1em;
        line-height: 1.6;
        text-align: center;
    }
    .am-btn.am-topbar-toggle {
        background: #000;
        color: #fff;
    }
}
main section:not(:first-of-type) {
    margin: 120px auto 0;
}
.banner {
    height: 487px;
    background: url("../images/banner2020.png") no-repeat center top;
}
#information {
    padding: 70px 0 90px;
    background: #16183d;
    margin: 0;
}
#information p.info_title {
    font-size: 30px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 40px;
}
#information p.info_p {
    font-size: 24px;
    line-height: 1.57;
    color: #fff;
    text-align: left;
    margin: 40px auto 0;
}
main section.lastMoment {
    margin: 0;
    height: 420px;
    position: relative;
    overflow: hidden;
}
main section.currentMoment {
    margin: 34px 0 90px;
    height: 200px;
    position: relative;
    overflow: hidden;
}
main section.lastMoment > img, main section.currentMoment > img {
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.wrapped_title {
    margin-bottom: 70px;
}
#information .wrapped_title {
    margin-bottom: 90px;
}
#contectUs .wrapped_title, #guests .wrapped_title, #parter .wrapped_title {
    margin-bottom: 110px;
}
#guests .list--more {
    font-size: 20px;
    color: #fff;
    line-height: 40px;
    padding: 0 1em;
    border: 1px solid #fff;
    width: 200px;
    text-align: center;
    margin: 20px auto;
}
#guests .list--more:hover {
    background: #fff;
    color: #746F54;
    border-color: transparent;
    -webkit-transition: all 0.2s ease-in 0.2s;
    transition: all 0.2s ease-in 0.2s;
}
.guests_title {
    font-size: 30px;
    margin: 70px auto 50px;
}
.guests_list li {
    float: left;
    width: 227px;
    margin-bottom: 34px;
}
.guests_list li:not(:nth-of-type(5n+5)) {
    margin-right: 16px;
}
.guests_list li .card--wrapper {
    height: 301px;
    padding: 36px 14px 30px;
    color: #fff;
    background: #000 url("../images/bg-card2020.png") no-repeat center;
    position: relative;
}
.guests_list li p {
}
.guests_list li .card--wrapper .card_keyword {
    font-size: 30px;
    min-height: 51.6px;
    font-weight: bold;
    font-style: italic;
    padding-bottom: 23px;
    border-bottom: 1px solid #353648;
    margin-bottom: 33px;
}
.guests_list li .card_author {
    position: relative;
    padding-left: 56px;
}
.guests_list li .card_author .img--wrapper {
    background: rgba(255, 255, 255, 0.1);
    width: 36px;
    height: 36px;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(-12.5%);
}
.guests_list li .img--wrapper img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.guests_list li .card_author .author_name {
    font-size: 18px;
    line-height: 1;
    margin-bottom: 8px;
}
.guests_list li .card_author .author_position {
    font-size: 16px;
    height: 36px;
    line-height: 1.125;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.guests_list li .card_vote {
    margin-top: 20px;
}
.guests_list li .card_vote .vote_total {
    font-size: 15px;
    height: 18px;
    line-height: 18px;
    display: flex;
    align-items: center;
    padding-left: 56px;
    margin-bottom: 20px;
}
.guests_list li .card_vote .total_num {
    font-size: 22px;
    color: #f43965;
    font-weight: bold;
    position: relative;
    margin-left: 15px;
}
.guests_list li .card_vote .total_num b {
    font-size: 16px;
    color: #f60;
    font-weight: normal;
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
}
.guests_list li .card_vote .vote_list {
    display: flex;
}
.guests_list li .card_vote .vote_button {
    flex: 1;
    width: 90px;
    height: 30px;
    line-height: 30px;
    color: #dc834e;
    text-align: center;
    border: solid 1px rgba(220, 131, 78, 0.14);
    cursor: pointer;
    user-select: none;
}
.guests_list li .card_vote .vote_button:hover {
    background: #dc834e;
    color: #fff;
    border-color: transparent;
}
.guests_list li:hover .card--wrapper {
}
.guests_list li p.card_title {
    font-size: 20px;
    font-weight: bold;
    color: #0A0606;
    line-height: 1.4;
    margin-bottom: 5px;
}
.keyWord_list {
}
.keyWord_list > li {
    float: left;
    width: 375px;
    height: 176px;
    margin-bottom: 34px;
}
.keyWord_list > li:not(:nth-of-type(3n+3)) {
    margin-right: 35px;
}
.keyWord_list > li .card--wrapper {
    height: 176px;
    padding: 32px 17px 20px;
    color: #fff;
    background: #000 url("../images/bg-card2-2.png") no-repeat center;
    position: relative;
}
.keyWord_list > li .card--wrapper .card_keyword {
    font-size: 30px;
    min-height: 30px;
    font-weight: bold;
    font-style: italic;
    margin-bottom: 28px;
}
.keyWord_list > li .card--wrapper .card_vote {
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.keyWord_list .vote_list ul {
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.keyWord_list .vote_list ul li {
    flex-shrink: 0;
    flex-basis: 3em;
}
.keyWord_list .vote_list ul li:not(:last-child) {
    margin-right: 9px;
}
.keyWord_list .vote_list li > .img--wrapper {
    background: rgba(255, 255, 255, 0.1);
    width: 36px;
    height: 36px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
}
.keyWord_list .vote_list li > .img--wrapper img {
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.keyWord_list .vote_list li > .li_name {
    font-size: 16px;
    font-style: italic;
    margin-top: 8px;
    text-align: center;
}
.keyWord_list > li .card--wrapper .vote_total {
    font-size: 18px;
    height: 30px;
    display: flex;
    align-items: center;
}
.keyWord_list > li .card--wrapper .card_vote span {
    font-size: 32px;
}
.keyWord_list > li .card--wrapper .card_vote .total_num {
    color: #f43965;
    font-weight: bold;
    margin-right: 0.2em;
    margin-left: 0.1em;
    position: relative;
}
.keyWord_list > li .card--wrapper .card_vote .total_num b {
    font-size: 16px;
    color: #f60;
    font-weight: normal;
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
}
.keyWord_list > li .card--wrapper .card_vote .total_type {
    color: #fff;
}
.vote--active {
    animation: vote-successed 3s;
}
@keyframes vote-successed {
    0% {
        opacity: 0
    }
    25% {
        opacity: 1;
        top: -25px;
    }
    75% {
        top: -30px;
    }
    100% {
        opacity: 0
    }
}
.footer_foot {
    border: none;
    margin-top: 0;
}
.my_alert {
    padding: 1.67em 1em;
    position: fixed;
    text-align: center;
    font-size: 18px;
    color: #fff;
    top: 35%;
    left: 50%;
    width: 70%;
    max-width: 300px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    display: none;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 8px;
    z-index: 11114;
}
/*分享弹窗*/
body .bsBox {
    width: 232px !important;
    height: 257px !important;
    text-align: center;
    background: #fff !important;
    border: solid 1px #d8d8d8;
}
body .bsTop {
    background: #fff;
    border: none;
}
body .bshare-custom a:hover {
    opacity: 1;
    -webkit-transition: none;
    transition: none;
}
.article-container .ws-left .button--share .sprite {
    margin: 0;
    padding: 0;
    text-decoration: none;
}
body .bshare-custom {
    font-size: 16px;
}
.am-modal-dialog {
    border-radius: 10px;
}
.am-modal-hd {
    padding: 0;
}
.am-modal-hd .am-close {
    width: 50px;
    height: 50px;
    opacity: 1;
    top: 0;
    right: -27px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
}
.am-modal-bd {
    padding: 0;
    background: #fff;
}
#doc-modal-22 .am-modal-bd .model_wrapper {
    padding: 5% 4.79% 2.5%;
    position: relative;
}
#doc-modal-22 .modal_title {
    letter-spacing: 0;
    padding: 0 10px;
    font-size: 24px;
    color: #44464C;
    margin: 0;
}
#doc-modal-22 .table--wrapper {
    padding: 10px 0 0;
}
#doc-modal-22 .model_table {
    border-collapse: separate;
    border-spacing: 10px 20px;
    width: 100%;
    user-select: none;
}
#doc-modal-22 .model_table label {
    text-align: right;
    font-size: 20px;
    color: #616161;
    white-space: nowrap;
}
#doc-modal-22 .inputList--wrapper {
    text-align: left;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
#doc-modal-22 .inputList--wrapper.v-code--wrapper {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
#doc-modal-22 .inputList--wrapper input {
    font-size: 20px;
    color: #70727E;
    height: 44px;
    border: 1px solid #B7C1CA;
    border-radius: 4px;
}
#doc-modal-22 .inputList--wrapper input::-webkit-input-placeholder {
    color: #C0C6CE;
}
#doc-modal-22 .inputList--wrapper input:-ms-input-placeholder {
    color: #C0C6CE;
}
#doc-modal-22 .inputList--wrapper input::-ms-input-placeholder {
    color: #C0C6CE;
}
#doc-modal-22 .inputList--wrapper input::-moz-placeholder {
    color: #C0C6CE;
}
#doc-modal-22 .inputList--wrapper input::placeholder {
    color: #C0C6CE;
}
.am-modal-bd .img--wrapper img {
    max-width: 100%;
}
/*reset am-selected*/
#doc-modal-22 .inputList--wrapper .type1 {
    -webkit-flex-basis: 300px;
    -ms-flex-preferred-size: 300px;
    flex-basis: 300px;
    margin-right: 10px;
}
#doc-modal-22 .inputList--wrapper .type6 {
    height: 44px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    white-space: nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 10px;
}
#doc-modal-22 .inputList--wrapper .type6 img {
    max-height: 100%;
    border-radius: 4px;
    margin-right: 20px;
}
#doc-modal-22 .inputList--wrapper .type6 #refresh {
    cursor: pointer;
}
#doc-modal-22 .tr--button .inputList--wrapper {
    position: relative;
}
#doc-modal-22 .model_button {
    width: 80%;
    height: 45px;
    border: none;
    background: #F5853A;
    font-size: 22px;
    color: #fff;
    border-radius: 4px;
    user-select: none;
}
#doc-modal-22 .tr--button .error-tip {
    display: none;
    position: absolute;
    bottom: 100%;
    left: 0;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    font-size: 14px;
    color: #FF4E4E;
}
#doc-modal-22 .tr--button.tr-error .error-tip {
    display: block;
}