.skillscontest_body {
    width: 1200px;
    margin: auto;
}

.skillscontest_header_img {
    width: 100%;
}

.skillscontest_announcement {
    width: 100%;
    padding: 43px 30px;
    margin: 51px auto 47px;
    background: white;
}

.skillscontest_announcement_header {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.skillscontest_announcement_header_left {
    display: flex;
    align-items: center;
}

.skillscontest_announcement_header_left img {
    width: 21px;
    height: 20px;
    margin-right: 7px;
}

.skillscontest_announcement_header_left span {
    font-size: 18px;
    color: #303030;
}

.skillscontest_announcement_header_right img {
    width: 21px;
    height: 18px;
    margin: 0 2px;
}

.skillscontest_announcement_list {
    width: 1107px;
    margin-top: 14px;
    margin-left: 30px;
}

.skillscontest_announcement_li {
    width: 100%;
    display: flex;
    margin-top: 20px;
    justify-content: space-between;
    color: #303030;
    font-size: 15px;
}

.line {
    width: 100%;
    background: #EFEFEF;
    height: 1px;
    margin-top: 20px;
}

.racestatus {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 48px;
}

.racestatus_title {
    width: 213px;
    height: 164px;
    background: url("../images/star.png");
    background-repeat: round;
}

.racestatus_title_left {
    display: flex;
    align-items: bottom;
    position: absolute;
    top: 81px;
}

.racestatus_title_left img {
    width: 7px;
    height: 33px;
}

.racestatus_title_left span {
    color: #303030;
    font-size: 29px;
    margin-left: 3px;
}

.racestatus_right {
    text-align: center;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
}

.racestatus_num {
    font-size: 56px;
    color: #135EF2;
}

.racestatus_right_title {
    font-size: 20px;
    color: #909090;
}

.racestatus_li {
    margin-left: 154px;
}

.contest_title {
    width: 630px;
    height: 62px;
    background: url("../images/contest_title.png");
    background-repeat: round;
    display: flex;
    align-items: center;
}

.contest_title img {
    width: 21px;
    height: 22px;
    margin-left: 24px;
    margin-right: 21px;
}

.contest_title span {
    color: #FFFFFF;
    font-size: 22px;
}

.contest_body {
    display: flex;
    justify-content: space-between;
    margin-top: 51px;
}

.contest_video {
    width: 634px;
    height: 384px;
    /* background: white; */
    /* background: url("../images/center.png") no-repeat; */
    background-size: 100% 100%;
}

.contest_body_right {
    width: 414px;
}

.contest_body_right div {
    color: #606060;
    font-size: 15px;
    Letter-spacing: 2px;
    line-height: 35px;
}

.contest_body_right button {
    background: #135EF2;
    color: white;
    font-size: 11px;
    width: 125px;
    height: 34px;
    border: 0;
    border-radius: 3px;
    margin-top: 47px;
}

.entrychannel_main {
    width: 100%;
    height: 350px;
}

.entrychannel {
    background: #135EF2;
    width: 100%;
    height: 190px;
    margin-top: 48px;
}

.entrychannel_title {
    display: flex;
    align-items: center;
    width: 1200px;
    margin: auto;
    padding-top: 32px;
}

.entrychannel_title span {
    font-size: 23px;
    color: white;
}

.entrychannel_title img {
    width: 21px;
    height: 21px;
    margin-left: 24px;
    margin-right: 13px;
}

.entrychannel_body {
    width: 1200px;
    height: 170px;
    background: white;
    margin: auto;
    margin-top: 29px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.entrychannel_body_icon {
    width: 93px;
    height: 93px;
    border-radius: 50%;
    background: #135EF2;
    display: flex;
    align-items: center;
    justify-items: center;
    margin-bottom: 16px;
}

.entrychannel_body_icon img {
    width: 38px;
    margin: auto;
}

.entrychannel_body_none {
    background: #E7EFFE;
}

.entrychannel_body_title {
    font-size: 20px;
    color: #135EF2;
    margin-bottom: 19px;
}

.entrychannel_body_title_none {
    color: #909090;
}

.entrychannel_body_title_num {
    font-style: oblique;
    font-weight: bold;
}

.entrychannel_body_title_name {
    font-size: 16px;
}

.entrychannel_body_btn {
    width: 100px;
    border: 1px solid #135EF2;
    color: #135EF2;
    font-size: 12px;
    text-align: center;
    border-radius: 20px;
    padding: 5px 0;
}

.entrychannel_body_btn_none {
    border: 1px solid #909090;
    color: #909090;
}

.progress_body {
    text-align: center;
    color: #135EF2;
    font-size: 14px;
    margin-bottom: 60px;
}

.progress_line {
    background: #135EF2;
    width: 299px;
    height: 1px;
    margin: 10px 0;
}

.progress_body_none {
    color: #909090
}

.progress_line_none {
    background: #D8D8D8;
}

.case {
    width: 1200px;
    margin: auto;
    margin-top: 47px;
    padding-bottom: 54px;
}

.case_title {
    justify-content: space-between;
    width: 630px;
    height: 62px;
    background: url("../images/contest_title.png");
    background-repeat: round;
    display: flex;
    align-items: center;
}

.case_title img {
    width: 21px;
    height: 22px;
    margin-left: 24px;
    margin-right: 21px;
}

.case_title span {
    color: #FFFFFF;
    font-size: 22px;
}

.case_title_body {
    display: flex;
    align-items: center;
}

.case_title a {
    color: #FFFFFF;
    margin-right: 70px;
}

.case_main {
    display: flex;
    align-items: center;
}

.case_title_yearlist {
    flex: 1;
    display: flex;
    justify-content: space-between;
    color: #303030;
    margin-left: 20px;
    font-size: 16px;
}

.case_li {
    width: 336px;
    background: white;
    border-radius: 3px;
    text-align: center;
}

.case_li img {
    width: 294px;
    height: 215px;
    margin: 19px auto 23px;
}

.case_li_title1 {
    color: #303030;
    font-size: 20px;
}

.case_li_title2 {
    color: #909090;
    font-size: 16px;
    margin-top: 18px;
}

.case_list {
    margin-top: 48px;
    display: flex;
    justify-content: space-between;
}

.case_li:hover {
    box-shadow: 0px 0px 11px 0px rgba(144, 144, 144, 0.29);
    transform: translate(0, -17px);
    transition: all .5s;
}

.go-demo {
    display: block;
    text-decoration: none;
    color: #135EF2;
    margin: 20px 0;
    font-size: 14px;
}

.gjt {
    display: inline-block;
    width: 15px;
    height: 10px;
    background: url(../images/j-1.png) no-repeat;
    background-size: 100% 100%;
    margin-left: 5px;
}

.video-bg {
    /* background: url(../images/video-bg.png) no-repeat; */
    background-size: 100% 100%;
}

.skillscontest_header_img {
    width: 1200px;
    margin: 0 auto;
}

.workSubmit {
    background: #135EF2;
    padding: 14px 30px;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
}

.workSubmit:hover {
    text-decoration: none;
    color: #fff;
}

.entrychannel_body_left {
    float: left;
}

.entrychannel_body_right {
    float: right;
    text-align: center;
}

.swiper-parent {
    width: 100%;
    position: relative;
    margin-top: 30px;
}

.swiper-bottom {
    margin: 0 70px;
    overflow: hidden;
}

.swiper-next {
    width: 30px;
    height: 30px;
    background: url("../images/next.png") no-repeat;
    background-size: 100% 100%;
    position: absolute;
    right: 20px;
    top:50px;
    cursor: pointer;
}

.swiper-prev {
    width: 30px;
    height: 30px;
    background: url("../images/prev.png") no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 20px;
    top:50px;
    cursor: pointer;
}

.swiper-video {
    height: 500px;
    margin-top: 30px;
    ;
}

.video-name {
    margin-top: 5px;
}

.video-name p {
    font-size: 14px;
    margin: 0;
    line-height: 22px;
}

.game-enter {
    width: 100%;
    height: 500px;
    background: url("../images/game.png") no-repeat;
    background-size: 100% 100%;
    box-sizing: border-box;
    padding: 90px 0;
}

.game-enter {
    text-align: center;
    /* margin-top: 50px; */
}

.game-title {
    font-size: 32px;
    color: #fff;
    font-weight: bold;
    line-height: 50px;
}

.game-logo {
    margin-bottom: 30px;
}

.game-btn {
    width: 310px;
    margin: 0 auto;
    margin-top: 30px;
}

.game-btn a {
    display: block;
    background: #EC6814;
}

.game-btn a span {
    display: inline-block;
    width: 22px;
    height: 12px;
    background: url("../images/btn-go.png") no-repeat;
    background-size: 100% 100%;
    vertical-align: 0;
    margin-left: 5px;
}

.swiper-video {
    background: #333;
}
.swiper-video-url{
    cursor:pointer;
}
.swiper-video-url>div:first-child{
    width:160px;
    height:120px;
}
.swiper-video-url img {
    border: 1px solid transparent;
}

.swiper-video-url.on img {
    border-color: #81abff;
}

.video-name {
    display: -webkit-box; /* 将对象作为弹性伸缩盒子模型显示 */
    -webkit-box-orient: vertical; /* 设置或检索伸缩盒对象的子元素的排列方式 */
    -webkit-line-clamp: 2; /* 2行，只有 webkit内核支持 */
    word-break: break-all; /* 纯英文换行 */
    overflow: hidden;
    line-height:21px;
}
.game-share{
    padding-bottom:20px;
}

.cansai-share {
    width: 100%;
    position: relative;
}
.cansai-share > img{
    width: 100%;
    height: 300px;
}
.cansai-flex{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-top:30px;
    position: absolute;
    top: 130px;
    width: 1200px;
}
.cansai-flex-item{
    width: 590px;
    height: 301px;
    background: #FFFFFF;
    box-shadow: 0px 0px 32px 0px rgba(189,189,189,0.17);
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.cansai-flex-item > img{
    width: 310px;
    height: 56px;
    margin-bottom: 20px;
}
.cansai-flex-item > div{
    width: 80%;
    margin-top: 13px;
}
.cansai-flex-item > div > p{
    height: 35px;
    font-size: 20px;
    font-weight: 400;
    color: #303030;
    text-align: center;
    font-weight: bold;

}
.cansai-flex-item > a{
    width: 316px;
    height: 44px;
    background: #EC6814;
    border-radius: 3px;
    font-size: 13px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 44px;
    text-align: center;
    margin-top: 13px;
    display: block;
    text-decoration: none;
}
.cansai-flex-item > a > img{
    width: 27px;
    height: 20px;
    margin-left: 15px;
}