/*reset*/
body {
    padding-top: 70px;
}
#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;
    }
}
/*content*/
#content {
    margin: 70px auto;
}
#content .content_img {
    width: 480px;
    margin-right: 50px;
}
#content .content_container {
    width: 55.8%;
    padding: 50px 0;
}
#content p {
    margin: 0 auto;
    text-align: center;
    color: #fff;
}
#content .content_title {
    text-align: left;
    font-size: 20px;
    color: #d3ac5a;
}
#content p {
    line-height: 24px;
    font-size: 24px;
}
#content .content_foo .am-fr {
    margin-right: 60px;
}
#content #personnum {
    min-width: 118px;
    padding: 0 10px;
    line-height: 24px;
    font-size: 16px;
}
#score {
    font-size: 21px;
    color: #f60;
    line-height: 24px;
    margin-right: 17px;
}
#content .content_img .img--wrapper {
    margin-right: 40px;
}
#content .content_img .img--wrapper img {
    width: 480px;
    height: 320px;
    background: #fff;
}
#content .span--wrapped {
    font-size: 16px;
    color: #d3ac5a;
    margin: 54px auto;
}
#content .span--wrapped img {
    height: 24px;
    vertical-align: text-bottom;
    position: relative;
    top: -2px;
}
#content .span--wrapped span {
    display: inline-block;
    vertical-align: text-bottom;
    line-height: 30px;
}
#content .span--wrapped .p_score {
    color: #ff0000;
    margin: 0 5px;
}
#content .span--wrapped .division {
    margin-left: 30px;
}
#content .position {
    font-size: 18px;
    line-height: 1;
    margin-top: 14px;
    text-align: left;
}
#content .content_desc p {
    font-size: 16px;
    color: #fff;
    text-align: justify;
    margin: 33px auto 62px;
    line-height: 28px;
    text-indent: 32px;
}
#content .content_desc .desc_title {
    font-size: 36px;
    color: #c69c37;
    padding-bottom: 30px;
    line-height: 1;
    border-bottom: 1px dashed #c69c37;
    margin-bottom: 30px;
    margin-top: 70px;
}
/*share*/
.share_content {
}
.sharecontent .iconfont {
    font-size: 20px;
    position: relative;
    text-align: center;
    top: 2px;
    background: none !important;
    line-height: 30px !important;;
    padding: 0 !important;;
    height: 30px !important;;
}
.bdshare-button-style0-24 a, .bdshare-button-style0-24 .bds_more {
}
.card_button {
    float: left;
    background: #000;
    border: 1px solid #d3ac5a;
    width: 200px;
    height: 48px;
    font-size: 18px;
    color: #d3ac5a;
    text-align: center;
    padding: 10px 0;
}
.card_button:focus {
    outline: none;
}
.card_button:hover {
    background: #ff0000;
    color: #fff;
    border-color: #ff0000;
    transition: all 0.2s ease-in 0.2s;
}
.card_button .button_span {
    display: inline-block;
    width: 66px;
    padding-left: 30px;
    background: url("../images/icon-zan-golde.png") no-repeat left top;
}
.card_button:hover .button_span {
    background: url("../images/icon-zan-white.png") no-repeat left top;
    transition: background 0.2s ease-in 0.2s;
}
.card_button--re {
    line-height: 48px;
    font-size: 17px;
    border: none;
    padding: 0;
    background: transparent;
    margin-left: 90px;
}
.card_button--re img {
    width: 37px;
    height: 37px;
    vertical-align: middle;
    position: relative;
    top: -2px;
    margin-right: 10px;
}
#personnum {
    position: relative;
}
#personnum img {
    width: 31px;
    height: 31px;
    vertical-align: top;
}
#personnum b {
    position: absolute;
    top: -20px;
    left: 45%;
    color: #f60;
    opacity: 0;
}
.b--animation {
    animation: mymove 3s;
}
@keyframes mymove {
    0% {
        opacity: 0
    }
    25% {
        opacity: 1;
        top: -25px;
    }
    75% {
        top: -30px;
    }
    100% {
        opacity: 0
    }
}
.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;
    vertical-align: bottom;
}
.share--wrapper span {
    display: inline-block;
    vertical-align: middle;
    line-height: 30px;
    margin: 0 5px;
}
.share--wraped.bdsharebuttonbox {
    margin-top: 3px;
    font-size: 25px;
}
.button--share a {
    display: inline-block;
    vertical-align: text-bottom;
    width: 30px;
    height: 30px;
    border: 1px solid #d3ac5a;
    border-radius: 50%;
}
.sharecontent a, .sharecontent a:hover, .sharecontent a:visited, .content_active .am-btn:focus {
    color: #d3ac5a;
}
.ws-shadow {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1010;
    background: rgba(0, 0, 0, 0.3);
}
.ws-loginModel {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 1011;
    width: 440px;
    padding: 30px;
    transform: translate(-50%, -50%);
    background: #fff;
}
.ws-loginModel hr {
    margin: 37px 0 27px;
    border-top: 1px solid #d9d9d9;
}
.ws-loginModel .wws-close {
    position: absolute;
    top: 0;
    right: -60px;
    color: #fff;
    font-size: 40px;
    cursor: pointer;
}
.ws-loginModel .ev-evlogo {
    position: absolute;
    top: -76px;
    left: 50%;
    margin-left: -89px;
}
.ws-loginModel .ev-login-head {
    text-align: center;
    font-size: 24px;
    line-height: 1;
    padding: 26px 0;
    color: #4c4c4c;
    font-weight: 500;
}
.ws-loginModel .ev-form {
    margin: 0 auto;
    max-width: 360px;
}
.ws-loginModel .ev-form-group {
    margin-bottom: 20px;
    position: relative;
}
.ws-loginModel .ev-radius {
    border-radius: 4px !important;
    height: 48px;
}
.ws-loginModel .ev-btn-color {
    background: #f60;
    color: #fff;
}
.ws-loginModel .ev-btn-color:hover,
.ws-loginModel .ev-btn-color:focus {
    background: #f26100;
    color: #fff;
}
.ws-loginModel .ev-btn-color:active {
    background: #e55c00;
}
.ws-loginModel .ev-a {
    color: #4c4c4c;
    line-height: 1;
    margin-bottom: 30px;
    font-size: 14px;
}
.ws-loginModel .ev-a:hover {
    color: #f60;
}
.ws-loginModel .ev-a:active {
    color: #f26100;
}
.ws-loginModel .ev-hr {
    position: relative;
}
.ws-loginModel .ev-hr div {
    font-size: 14px;
    line-height: 14px;
    padding: 0 12px;
    background: #fff;
    color: #4c4c4c;
    position: absolute;
    top: -7px;
    left: 50%;
    margin-left: -47px;
    /* transform: translateX(-50%);*/
}
.ws-loginModel .ev-other-logo a {
    display: block;
    font-size: 60px;
    line-height: 1;
}
.ws-loginModel .ev-other-logo .ev-qq:hover {
    color: #3ca5f6;
}
.ws-loginModel .ev-other-logo .ev-weix:hover {
    color: #22ac38;
}
.ws-loginModel .ev-other-logo .ev-weib:hover {
    color: #e60012;
}
.ws-loginModel .ev-other-logo {
    position: relative;
}
.ws-loginModel .ev-ewma {
    display: none;
    position: absolute;
    top: -196px;
    left: 50%;
    margin-left: -90px;
    /*transform: translateX(-50%);*/
    box-shadow: 0px 0px 30px #d9d9d9;
}
.ws-loginModel .ev-ewma p {
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #fff;
    position: absolute;
    bottom: -38px;
    left: 50%;
    margin-left: -20px;
    /*transform: translateX(-50%);*/
}
.ws-loginModel .ev-qq {
    color: #3ca5f6;
}
.ws-loginModel .ev-weix {
    color: #22ac38;
}
.ws-loginModel .ev-weib {
    color: #e60012;
    padding-bottom: 26px;
}
.ws-loginModel .ev-alert-danger {
    background: transparent;
    color: #d83832;
    border: none;
    margin: 0;
    padding: 0 10px;
    position: absolute;
    bottom: -26px;
    left: 0;
    font-size: 14px;
}
.ws-loginModel .ev-tip {
    width: 360px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    position: absolute;
    top: -46px;
    left: 0;
    background: #ccc;
}
.ws-loginModel .ev-tip-error {
    background: #ffe5e5;
    color: #cc6666;
}
.ws-loginModel .ev-tip-success {
    background: #e0f9c0;
    color: #9b7e2b;
}
.ws-loginModel .ev-tip-fail {
    background: #ffe6e6;
    color: #cc6666;
}
.ws-loginModel .ev-tip-fail span {
    position: absolute;
    top: 0;
    left: 0;
}
.ws-loginModel .am-alert-dangers {
    background-color: #ffe6e6;
    border-color: #fff;
    color: #cc6666;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 14px;
    border-radius: 4px;
}
.ws-loginModel body .ev-tip .am-close--re {
    position: absolute;
    top: 0;
    right: 0;
    height: 36px;
    line-height: 36px;
    padding: 0;
    margin: 0;
    font-size: 14px;
}
.ws-loginModel form .am-field-valid,
.ws-loginModel form .am-form-success .am-form-field {
    border-color: #cccccc !important;
}
.ws-loginModel form .am-field-valid:focus,
.ws-loginModel form .am-form-success .am-form-field:focus {
    box-shadow: none !important;
}
.ws-loginModel .am-form input[type=number],
.ws-loginModel .am-form input[type=text],
.ws-loginModel .am-form input[type=password],
.ws-loginModel .am-form input[type=email],
.ws-loginModel .am-form input[type=tel],
.ws-loginModel .am-form select,
.ws-loginModel .am-form textarea,
.ws-loginModel .am-form-field {
    font-size: 1.5rem !important;
    padding: 1.28rem !important;
    border: 1px solid #f0f0f0 !important;
}
.ws-loginModel .am-form input[type=number]:focus,
.ws-loginModel .am-form input[type=text]:focus,
.ws-loginModel .am-form input[type=password]:focus,
.ws-loginModel .am-form input[type=email]:focus,
.ws-loginModel .am-form input[type=tel]:focus,
.ws-loginModel .am-form-field:focus {
    background-color: #fefffe;
    border-color: #3bb4f2 !important;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 5px rgba(59, 180, 242, 0.3);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 5px rgba(59, 180, 242, 0.3);
}
.ws-loginModel .am-form-group .am-alert {
    padding: .25em .625em 0 0;
    font-size: 1.4rem;
}
.ws-loginModel body .am-form-group .am-field-error {
    border-color: #dd514c !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
}
.ev-valid {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 132px;
    text-align: center;
    border-radius: 0 4px 4px 0;
    border: 1px solid transparent;
    border-left: none;
    overflow: hidden;
}
.ev-valid img {
    width: 100%;
    height: 100%;
}
.ws-loginModel .wws-close {
    position: absolute;
    top: 0;
    right: 20px;
    color: #333;
    font-size: 40px;
    cursor: pointer;
}
.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 #d3ac5a;
}
.goTop li:nth-of-type(4) {
    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: #d3ac5a;
    margin-bottom: 0;
    transition: opacity 0.2s ease-in;
}
.goTop li:nth-of-type(4) a {
    background: #521be9;
    margin-bottom: 0;
    transition: opacity 0.2s ease-in;
}
.goTop a {
    display: inline-block;
    line-height: 1.2;
    color: #fff;
}
