/*reset*/
body {
    padding-top: 70px;
    height: 101vh;
}
#collapse-head {
    color: #fff;
}
.am-topbar {
    margin-bottom: 0;
    border: none;
    background: #000;
    transition: all 0.6s ease-in-out;
    border-bottom: 1px solid #d3ac5a;
}
.am-with-topbar-fixed-top {
    padding-top: 70px;
}
.am-topbar-nav > li > a:after {
    border: none;
}
.am-nav a {
    color: inherit;
}
.am-topbar-brand {
    padding: 0;
    float: left;
    line-height: 70px;
}
.am-topbar-brand img {
    height: 35px;
}
.am-topbar-nav {
    float: right;
}
.am-topbar-nav > li > a {
    position: relative;
    line-height: 70px;
    padding: 0 10px;
}
.am-nav > li > a:focus, .am-nav > li > a:hover, .am-nav > li > a.am-active {
    background: transparent;
    color: #d3ac5a;
    transition: color 0.2s ease-in 0.2s;
}
#collapse-head ul {
    display: flex;
    height: 70px;
    justify-content: space-between;
    font-size: 18px;
    color: #fff;
    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;
        font-size: 14px;
        margin-top: 10px;
    }
}
main {
    background: url("../images/banner.png") no-repeat center top;
}
main section:not(:first-of-type) {
    margin: 70px auto;
}
.banner {
    height: 760px;
}
main section.rule {
    margin-top: 0;
}
.rule_wapper {
    max-width: 940px;
    margin: 0 auto 16px;
    height: 112px;
    background: url("../images/time-line.png") no-repeat center bottom;
    position: relative;
    font-size: 16px;
}
.rule_wapper .rule_timeLine {
    display: flex;
    align-content: center;
    justify-content: space-between;
}
.rule_wapper .rule_timeLine li {
    flex-basis: 120px;
    text-align: center;
    position: relative;
    line-height: 1;
}
.rule_wapper .rule_timeLine li.active {
    font-weight: bold;
    color: #d3ac5a;
}
.rule_wapper .rule_timeLine li::before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    bottom: -85px;
    height: 80px;
    width: 2px;
    background: linear-gradient(to bottom, #fff, #d3ac5a, #020202);
}
.rule_wapper .rule_timeLine li::after {
    content: "";
    display: block;
    position: absolute;
    width: 32px;
    height: 32px;
    left: 50%;
    bottom: -112px;
    background: url("../images/cicle.png") no-repeat center;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.rule_wapper .rule_type {
    display: flex;
    width: 820px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.rule_wapper .rule_type li {
    flex: 1;
    text-align: center;
    color: #fbb03b;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.rule_wapper .rule_type li span {
    display: inline-block;
    vertical-align: middle;
    padding: 0 2em;
    color: #fff;
}
.rule .rule_term {
    max-width: 940px;
    margin: 42px auto 0;
    display: flex;
    align-content: center;
    height: 55px;
    justify-content: space-between;
}
.rule .rule_term li {
    flex-basis: 120px;
    text-align: center;
    position: relative;
    line-height: 55px;
    border: 1px solid #fbb03b;
}
.rule .rule_term li.active {
    font-weight: bold;
    color: #d3ac5a;
}
.rule .rule_term li::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-bottom-color: #fbb03b;
    position: absolute;
    top: -20px;
    left: 50%;
    -webkit-transform: translateX(-50%) scale(1.2, 1);
    transform: translateX(-50%) scale(1.2, 1);
    z-index: 1;
}
.rule .rule_term li::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-bottom-color: #000;
    position: absolute;
    top: -19px;
    left: 50%;
    -webkit-transform: translateX(-50%) scale(1.2, 1);
    transform: translateX(-50%) scale(1.2, 1);
    z-index: 2;
}
.wrapped_title {
    margin-bottom: 70px;
}
.list_card {
    float: left;
    width: calc(20% - 18px);
    margin-bottom: 30px;
}
.list_card:not(:nth-of-type(5n+5)) {
    margin-right: 22.5px;
}
.card_cover--wrapper > .img--wrapped {
    width: 100%;
    height: 148px;
    position: relative;
    overflow: hidden;
    background: #fff;
}
.img--wrapped img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.card_cover {
    position: absolute;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 0;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.8s all cubic-bezier(0.25, 0.1, 0.25, 1) 0.2s;
}
.list_card:hover .img--wrapped .card_cover {
    top: 0;
}
.cover_content {
    padding: 10px 35px;
    font-size: 14px;
    color: #fff;
}
.cover_content .am-fl {
    width: 60px;
    text-align: center;
}
.cover_content .am-fl:nth-of-type(2n+1) {
    margin-right: 30px;
}
.cover_content .am-fl:not(:last-of-type) {
    margin-bottom: 5px;
}
.cover_content .am-fl div {
    line-height: 20px;
    margin-top: 5px;
    background: #f60;
}
.card_p {
    font-size: 20px;
    margin: 20px auto;
    color: #d3ac5a;
    text-align: center;
    vertical-align: text-bottom;
    max-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.button--wrapped {
    border: 1px solid #d3ac5a;
    position: relative;
}
.card_button:first-of-type {
    border-right: 1px solid #d3ac5a;
}
.span--wrapped {
    font-size: 16px;
    color: #d3ac5a;
    margin: 20px 10px;
}
.span--wrapped img {
    height: 16px;
    vertical-align: text-top;
    position: relative;
    top: -1px;
}
.span--wrapped span {
    display: inline-block;
    vertical-align: middle;
    line-height: 25px;
}
.span--wrapped .p_score {
    color: red;
    margin: 0 5px;
}
.card_button {
    float: left;
    background: #000;
    border: none;
    width: 50%;
    height: 48px;
    font-size: 18px;
    color: #d3ac5a;
    text-align: center;
    padding: 10px 0;
    position: relative;
}
.card_button:focus {
    outline: none;
}
.card_button .button_span {
    display: inline-block;
    width: 66px;
    white-space: nowrap;
    padding-left: 30px;
    background: url("../images/icon-zan-golde.png") no-repeat left top;
}
.card_button .button_share {
    display: inline-block;
    width: 66px;
    padding-left: 30px;
    background: url("../images/icon-fx-golde.png") no-repeat left center;
}
.card_button:hover {
    background: #d3ac5a;
    color: #000;
    transition: all 0.2s ease-in 0.2s;
}
.card_button:hover .button_span {
    background: url("../images/icon-zan-black.png") no-repeat left top;
    transition: background 0.2s ease-in 0.2s;
}
.card_button:hover .button_share {
    background: url("../images/icon-fx-black.png") no-repeat left center;
    transition: background 0.2s ease-in 0.2s;
}
#person .cover_content {
    width: 100%;
    padding: 10px 10px;
    font-size: 14px;
    color: #fff;
}
#person .cover_content .am-fl {
    width: calc(50% - 5px);
}
#person .cover_content .am-fl:not(:last-of-type) {
    margin-right: 10px;
}
#person .cover_content .am-fl p {
    white-space: nowrap;
}
@media (max-width: 640px) {
    .wrapped .list_card {
        width: calc(50% - 9px);
        margin-right: 0;
    }
    .list_card:not(:nth-of-type(2n+2)) {
        margin-right: 9px;
    }
}
#rules .rule_wrapper {
    width: 570px;
}
#rules .rule_container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
#rules .rule_container .container_annual {
    width: 660px;
    vertical-align: middle;
    display: inline-flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-shrink: 0;
    font-size: 18px;
    line-height: 17px;
}
.container_annual ul {
    position: relative;
}
.container_annual ul::before {
    position: absolute;
    content: "";
    height: 100%;
    border-left: solid 3px #ffb33c;
    z-index: -1;
}
.container_annual .annual_a {
    width: 244px;
    padding-left: 50px;
}
.container_annual ul.annual_a::before {
    left: 30px;
}
.container_annual .annual_b {
    width: 229px;
    padding-left: 28px;
}
.container_annual ul.annual_b::before, .container_annual ul.annual_c::before {
    left: 8px;
}
.container_annual .annual_c {
    width: 188px;
    padding-left: 28px;
}
.rule_container ul li {
    position: relative;
    white-space: nowrap;
}
.rule_container ul li:not(:last-of-type) {
    margin-bottom: 23px;
}
.rule_container ul li::after {
    position: absolute;
    top: 50%;
    left: -28px;
    transform: translateY(-50%);
    content: "";
    width: 18px;
    height: 18px;
    background: #020202;
    border-radius: 9px;
    border: solid 2px #f39700;
}
.container_annual ul:first-of-type li:first-of-type {
    margin-top: 29px;
}
.container_annual ul:nth-of-type(2) li:first-of-type {
    margin-top: 69px;
}
.container_annual ul:nth-of-type(3) li:first-of-type {
    margin-top: 109px;
}
#rules .rule_container .container_recommend {
    width: 540px;
    vertical-align: middle;
    display: inline-flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-shrink: 0;
    font-size: 18px;
    line-height: 17px;
}
.container_recommend ul {
    width: 244px;
    padding-left: 90px;
    position: relative;
}
.container_recommend ul::before {
    position: absolute;
    left: 69px;
    content: "";
    width: 3px;
    height: 100%;
    background-image: linear-gradient(#282828, #282828), linear-gradient(#aaaaaa, #aaaaaa);
    z-index: -1;
}
.container_recommend ul li {
    position: relative;
    white-space: nowrap;
    color: #ffb33c;
}
.container_recommend ul li:first-of-type {
    margin-top: 29px;
}
.container_recommend ul li::after {
    position: absolute;
    top: 50%;
    left: -28px;
    transform: translateY(-50%);
    content: "";
    width: 18px;
    height: 18px;
    background: #020202;
    border-radius: 9px;
    border: solid 2px #aaa;
}
.footer_foot {
    border-top: 1px dashed #c69c37;
}
.share_button {
    display: inline-block;
    vertical-align: text-bottom;
    font-size: 16px;
    color: #d3ac5a;
    line-height: 48px;
    margin-left: 100px;
}
.share--wrapper {
    display: inline-block;
    visibility: hidden;
    vertical-align: top;
    position: absolute;
    top: -60px;
    right: 0;
    outline: 1px solid #d3ac5a;
    background: #000;
    width: 110px;
    transition: visibility 0.2s ease-in 0.2s;
}
.card_button:hover .share--wrapper {
    visibility: visible;
}
.share--wrapper span {
    display: inline-block;
    width: 100%;
    vertical-align: middle;
}
.share--wraped span.button--share {
    width: 25px;
    line-height: 25px;
}
.share--wrapper .share--wraped.bdsharebuttonbox {
    padding: 10px;
    font-size: 25px;
}
.share--wrapper .button--share a {
    display: inline-block;
    vertical-align: text-bottom;
    width: 25px;
    height: 25px;
    line-height: 25px;
    border: 1px solid #d3ac5a;
    border-radius: 50%;
    background-image: none;
    padding: 0;
    text-align: center;
    margin: 0;
    color: #d3ac5a;
}
.share--wrapper .button--share a:hover {
    color: #d3ac5a;
    opacity: 1;
}
.share--wrapper .sharecontent a, .sharecontent a:hover, .sharecontent a:visited, .content_active .am-btn:focus {
    color: #d3ac5a;
}
.share--wrapper .button--share a {
}
.bd_weixin_popup .bd_weixin_popup_main {
    padding: 8px 10px !important;
}
.bd_weixin_popup {
    position: absolute;
    left: -400px;
    top: -400px;
    padding: 10px;
    width: 280px !important;
    height: 340px !important;
    background: #fff;
    border: solid 1px #d8d8d8;
    z-index: 11001;
    font-size: 12px;
}
.goTop {
    width: 87px;
    min-height: 280px;
    position: fixed;
    right: 20px;
    bottom: 100px;
    font-size: 24px;
    z-index: 11;
}
.goTop li {
    width: 87px;
    height: 87px;
    /*padding:12px 15px 15px;*/
    border: 1px solid #f80b49;
    background: transparent;
    transition: ease-in;
    margin-bottom: 10px;
    padding: 5px;
}
.goTop li:nth-of-type(2) {
    border: 1px solid #f60;
}
.goTop li:nth-of-type(3) {
    border: 1px solid #521be9;
}
.goTop li a {
    display: inline-flex;
    vertical-align: middle;
    background: #f80b49;
    padding: 5px;
    height: 100%;
    width: 100%;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.goTop li a p {
    border: 1px solid #000;
    background: inherit;
    width: 65px;
    height: 65px;
    font-size: 22px;
    padding: 8px;
}
.goTop li:nth-of-type(2) a {
    background: #f60;
}
.goTop li:nth-of-type(3) a {
    background: #521be9;
    margin-bottom: 0;
    transition: opacity 0.2s ease-in;
}
.goTop a {
    display: inline-block;
    line-height: 1.2;
    color: #fff;
}
