@charset "utf-8";

/* CSS Document */


/* ---------------------------------------------------------------------
 CSS Reset (Thanks Eric Meyer)
 ------------------------------------------------------------------------ */

html,
body,
div,
main,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font-weight: inherit;
    font-style: inherit;
    font-family: inherit;
    vertical-align: baseline;
}

ol,
ul {
    list-style: none;
}

@font-face {
    font-family: Source Han Sans CN;
    src: url(fonts/NotoSansSC-Regular.woff2) format('woff2');
}

@font-face {
    font-family: "Proxima-Nova-Bold";
    src: url("fonts/proxima-nova-semibold.woff.ttf") format("truetype");
}

@font-face {
    font-family: "Proxima-Nova";
    src: url("fonts/Proxima Nova-Regular.ttf") format("truetype");
}

body {
    color: #333;
    background: #fff;
    font-family: "Source Han Sans CN", "黑体", Avenir LT W01_45 Book1475508, arial, sans-serif;
    padding-bottom: 0;
    overflow-x: auto;
    overflow-y: scroll
}

.acca-font {
    font-family: "Proxima-Nova";
}

.acca-font-bold {
    font-family: "Proxima-Nova-Bold";
}

.navbar {
    padding: 0 24px;
    width: 100%;
}

@media(min-width: 768px) {
    .navbar {
        padding: 0 32px;
    }
}

@media(min-width: 1320px) {
    .navbar {
        padding: 0 64px;
    }
}

@media(min-width: 1600px) {
    .navbar {
        padding: 0 144px;
    }
}

.logo {
    display: inline-block;
    width: 112px;
    height: 112px;
}

.navbar-default {
    max-height: 112px;
}

.header-controls--left {
    display: flex;
    float: left;
}

.header-controls--right {
    float: right;
    display: flex;
    flex-direction: column;
}

.button {
    margin-top: 32px;
}

.button-link {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    background-color: #fff;
    border: 1px solid #000;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #000;
    cursor: pointer;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-weight: 700;
    justify-content: center;
    min-height: 48px;
    padding: 12px 24px;
    pointer-events: all;
    text-align: center;
    text-decoration: none;
    -webkit-transition-duration: .25s;
    transition-duration: .25s;
    -webkit-transition-property: background-color, color, border-color;
    transition-property: background-color, color, border-color;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.button-link:hover {
    background-color: #f2f2f2;
    border-color: #000;
    color: #000;
    text-decoration: none
}

.carousel {
    margin-top: 112px;
}

.ClickLike-box {
    font-size: 14px;
    vertical-align: middle;
    line-height: 30px;
    position: relative;
    overflow: hidden;
}

.ClickLike-box img {
    cursor: pointer;
    width: 28px;
    height: 28px;
    vertical-align: top;
}

.ClickLike-box span {
    vertical-align: middle;
}

.animate {
    position: absolute;
    width: 30px;
    height: 30px;
    z-index: 100;
    right: 25px;
    bottom: 10px;
    animation: ClickLikeAni 1s ease-in-out;
    background-image: url("../../images/member/running/dzd1.png");
    background-size: cover;
}

@keyframes ClickLikeAni {
    0% {
        top: 0px;
    }
    10% {
        top: -3px;
    }
    20% {
        top: -6px;
    }
    30% {
        top: -9px;
    }
    40% {
        top: -12px;
        transform: rotate(6deg);
    }
    50% {
        top: -15px;
        transform: rotate(12deg);
    }
    60% {
        top: -18px;
        transform: rotate(6deg);
    }
    70% {
        top: -21px;
        transform: rotate(0deg);
    }
    80% {
        top: -24px;
        transform: rotate(-6deg);
    }
    90% {
        top: -27px;
        transform: rotate(-12deg);
    }
    100% {
        top: -30px;
        transform: rotate(-6deg);
    }
}

.grid-item {
    width: 320px;
    margin: 0 auto 10px auto;
}

.item-rule-list {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 24px;
    color: #313131;
}

.item-rule-list a {
    color: #C80000;
}

.running-item {
    display: flex;
    flex-wrap: wrap;
    /* 允许换行 */
    gap: 10px;
    /* 项目间距 */
    justify-content: center;
    align-items: center;
    padding-bottom: 60px !important;
    margin-top: 30px;
    width: 100%;
}

.running-item .running-item-pic {
    border: 1px solid #999;
    padding: 15px;
    width: 320px;
    background-color: #FFFFFF;
    display: inline;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    /*转为行元素*/
    /*上内边距是 10px; 右、左内边距是10px;下内边距是 15px*/
    text-decoration: none;
    color: #333333;
    /*这里设置的box-shadow四个值意思是：水平位移0;垂直位移3px;模糊半径6px;阴影颜色rgba(0,0,0,0.25)*/
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
    -o-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
    -ms-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
}

.running-item-pic .running-img {
    width: 100%;
}

.running-item-name {
    float: left;
    width: 180px;
    font-size: 14px;
    font-weight: bold;
    line-height: 30px;
}

.running-item-name2 {
    font-weight: bold;
    line-height: 30px;
}

.running-item-name2 img {
    width: 26px;
    height: 26px;
    vertical-align: bottom;
}

.running-item-num {
    color: #ff5c00;
    float: left;
    width: 40px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 22px;
    font-weight: bold;
    line-height: 30px;
    text-align: center;
}

.running-item-dz {
    float: left;
    width: 60px;
    text-align: right;
}

.running-item-dz2 {
    text-align: left;
}

.running-item-name img {
    width: 26px;
    height: 26px;
    vertical-align: bottom;
}

.running-item-desc {
    overflow: hidden;
    position: relative;
}

.running-item-dz .num {
    color: #ff5c00;
    font-size: 22px;
    line-height: 1.5;
}

.running-item-dz2 .num {
    color: #ff5c00;
    font-size: 22px;
    line-height: 1.5;
}

.carousel-mobile {
    display: none;
}

.container {
    font-size: 22px;
    margin: 15px auto;
}

.container h3 {
    font-size: 22px;
    line-height: 24px;
    font-weight: bold;
    margin: 5px 0 5px -10px;
}

.team-name {
    margin: 20px auto 30px auto;
    text-align: center;
}

.team-name span {
    display: block;
    font-size: 18px;
}

.team-name img {
    width: 400px;
}

.relativejob {
    padding: 0;
    margin: 15px auto;
    font-size: 22px;
}

.relativejob span {
    padding: 5px 0 5px 0;
    display: block;
    font-weight: bold;
    color: #C80000;
}

.relativejob ul {
    margin-left: 15px;
}

.relativejob li {
    font-size: 18px;
    list-style: disc;
    margin: 5px 10px;
}

.relativejob div {
    font-size: 18px;
}

.alert {
    font-size: 12px;
    padding: 10px;
}

.alert-danger {
    display: none;
    position: absolute;
    width: 160px;
    height: auto;
    margin: auto;
    text-align: center;
    left: 0;
    right: 0;
    bottom: 20px;
    z-index: 999999;
}

.running-item-line {
    margin: 10px 0 10px 0;
    height: 1px;
    border: none;
    border-top: 1px solid #555555
}

.navbar-float-box {
    background-color: #C80000;
    padding: 15px;
    color: #fff;
    font-size: 22px;
    text-align: center;
}

.begin-journey {
    color: #FFF;
    background-color: transparent;
    border: none;
    position: relative;
    display: inline-block;
    padding: 0;
}

.begin-journey:before {
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    border-bottom: 2px dotted #FFF;
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    width: 100%;
}

.begin-journey:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    border-bottom: 2px solid #FFF;
    -webkit-transition: width .1s ease-out;
    transition: width .1s ease-out;
    width: 0;
}

.begin-journey:hover {
    color: #FFF;
}

.begin-journey:hover:after {
    content: "";
    width: 100%;
}


/* .navbar-float-box a {
    color: #fff;
    border-bottom: 2px #fff dotted;
}

.navbar-float-box a:hover {
    color: #fff;
    text-decoration: underline;
} */

.video-container {
    position: relative;
    display: inline-block;
    /* 或 block，取决于你的布局需求 */
    width: 100%;
}

.member-video {
    display: block;
    width: 100%;
    height: auto;
}

.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    pointer-events: none;
}


/* .video-pause {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;   
} */


/* .video-pause .glyphicon-play {
    color: white;
    font-size: 24px;
    margin-left: 5px;    
} */


/* 如果需要，可以添加悬停效果 */

.video-pause:hover {
    background-color: rgba(0, 0, 0, 0.5);
}

.video-pause {
    width: 70px;
    height: 70px;
    position: absolute;
    z-index: 10;
    border: 10px #fff solid;
    border-radius: 50%;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    cursor: pointer;
}

.glyphicon-pause {
    position: relative;
    top: 15px;
    left: 3px;
    color: #fff;
    font-size: 32px;
    line-height: 74%;
    width: 100%;
}

.glyphicon-play {
    position: relative;
    top: 15px;
    left: 3px;
    color: #fff;
    font-size: 32px;
    line-height: 74%;
    width: 100%;
}

#cinema {
    top: 0;
    margin: 0;
    padding: 0;
    display: none;
    background: #000000;
    position: fixed;
    width: 100%;
    height: 150%;
    z-index: 999;
}

#member-video-box {
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 600px;
    z-index: 9999;
}

.btn-login-close {
    position: absolute;
    top: -32px;
    right: -32px;
    z-index: 999;
    cursor: pointer;
}

.btn-login-close img {
    width: 32px;
    height: 32px;
}


/* 移动端 */


/*iphone6*/

@media screen and (min-width:320px) and (max-width:430px) {
    .navbar-default {
        max-height: 64px;
    }
    .container {
        font-size: 18px;
        padding: 0 15px;
    }
    .container h3 {
        font-size: 18px;
    }
    .logo {
        width: 64px;
        height: 64px;
    }
    .button {
        margin-top: 10px;
    }
    .button-link {
        font-size: 16px;
        min-height: 48px;
        padding: 12px 24px;
    }
    .carousel {
        display: none;
    }
    .carousel-mobile {
        display: block;
        margin-top: 64px;
    }
    #member-video-box {
        width: 100%;
    }
    .btn-login-close {
        top: auto;
        right: auto;
        left: 50%;
        transform: translateX(-50%);
        bottom: -40px;
        /* 调整这个值可以改变按钮与视频的距离 */
        text-align: center;
    }
    .team-name img {
        width: 100%;
    }
    .item-rule-list {
        padding-top: 30px;
        padding-bottom: 10px;
        font-size: 16px;
        font-weight: 550;
        margin-left: 15px;
        margin-right: 15px;
        line-height: 2;
        color: #000;
    }
    .running-item .running-item-pic {
        margin-bottom: 15px;
    }
    .running-item {
        width: 100%;
        flex-direction: column;
        padding-bottom: 60px;
    }
    .relativejob {
        margin-left: 15px;
        margin-right: 15px;
        font-size: 16px;
        color: #000;
    }
    .relativejob span {
        font-size: 18px;
    }
    .running116 {
        margin-top: 120px;
    }
    .navbar-float-box {
        padding: 15px 5px 15px 5px;
        font-size: 18px;
        line-height: 20px;
        vertical-align: middle;
    }
    .relativejob li {
        font-size: 18px;
        list-style: disc;
        margin: 5px 10px;
    }
}


/* 4.手机  */

@media (max-width: 320px) {
    .running-item .running-item-pic {
        width: 280px;
        margin-bottom: 10px;
    }
}