/*reset*/
body {
    padding-top: 100px;
}
.wrapped {
    max-width: 1190px;
    margin: 0 auto;
}
.svgIcon {
    width: 1em;
    height: 1em;
    vertical-align: -0.15em;
    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 20px;
}
.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: 100px auto 0;
}
.banner {
    height: 550px;
    background: url("../images/banner.png") no-repeat center top;
}
#ranking {
    min-height: 341px;
    margin-top: -75px;
}
#ranking .list_title {
    margin: 100px auto 5px;
}
#ranking .rank-1 .list_title {
    margin-top: 65px;
}
#ranking .ranking_info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
#ranking .ranking_info > .img--wrapper {
    width: 515px;
    height: 341px;
    position: relative;
    background: #fff;
}
#ranking .ranking_info .img--wrapper img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
#ranking .ranking_info .ranking_container {
    width: 49.243%;
    height: 341px;
}
#ranking .ranking_info .li_title {
    font-size: 36px;
    color: #D3AC5A;
    font-weight: bold;
    line-height: 1.38888;
    padding-bottom: 15px;
    border-bottom: 1px solid #261F11;
    margin: 0 auto 30px;
}
#ranking .ranking_info .vote_total {
    margin-bottom: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
#ranking .ranking_info .li_vote .score_list {
    margin-top: 20px;
}
#ranking .ranking_info .li_vote .score_list ul li {
    font-size: 30px;
    color: #D3AC5A;
    line-height: 1.4;
    margin-bottom: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
#ranking .ranking_info .li_vote .vote_list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
}
#ranking .ranking_info .li_vote .vote_list .vote_button {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 293px;
    height: 70px;
    line-height: 70px;
    font-size: 24px;
    color: #D3AC5A;
    text-align: center;
    border: 1px solid #D3AC5A;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
#ranking .ranking_info .li_vote .vote_list .vote_button:hover {
    background: #D3AC5A;
    color: #030303;
    border-color: transparent;
}
#ranking .rank--re .ranking_info .li_title {
    margin: 30px auto 42px;
}
#ranking .rank--re .ranking_info .vote_total {
    margin-bottom: 65px;
}
#ranking .ranking_info .vote_total .vote--wrapper {
    font-size: 20px;
    color: #D3AC5A;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
#ranking .ranking_info .vote--wrapper .img--wrapper {
    width: 20px;
    height: 20px;
    position: relative;
}
#ranking .ranking_info .vote--wrapper .total_num {
    font-size: 16px;
    color: #E03C4C;
    height: 67px;
    line-height: 67px;
    margin-left: 5px;
}
#ranking .ranking_info .vote--wrapper .total_num span {
    font-size: 48px;
}
.mark--wrapper {
    width: 207px;
    height: 30px;
}
.mark--wrapper .star-div {
    vertical-align: middle;
    font-size: 0;
}
.mark--wrapper .star-div a {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(../images/star_01.png) no-repeat center;
}
.mark--wrapper .star-div a:not(:last-child) {
    margin-right: 14px;
}
.mark--wrapper .star-div .on {
    background: url(../images/star_02.png) no-repeat center;
}
.ranking-reason {
    margin: 30px auto 50px;
}
.ranking-reason .reason_title {
    font-size: 18px;
    color: #D3AC5A;
    font-weight: bold;
    line-height: 1.3888;
    margin-bottom: 8px;
}
.ranking-reason .reason_desc {
    font-size: 16px;
    color: #D3AC5A;
    line-height: 1.375;
}
.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;
}