 @charset "utf-8";
*:focus {
    outline: none
}
@font-face{
    font-family: SC-Medium;
    src: url("/assats/font/SC-Medium.otf");
}
html,
body {
    height: 100%;
    font-family:Source Han Sans SC,SC-Medium;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fiedldset,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

fieldset,
img {
    border: 0
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var,
i {
    font-style: normal;
    font-weight: normal
}

ol,
ul,
li {
    list-style: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal
}

body {
    color: #ffffff;
    font-size: 14px;
    background: #090F17
}

input,
select,
textarea,
button {
    vertical-align: middle;
    font-family: "Microsoft YaHei"
}

a,
a:link {
    text-decoration: none;
    outline: none
}

/* 公用样式 */
.s-ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.s-ellipsis2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    word-break: break-all;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.s-ellipsis3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    word-break: break-all;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}

.s-ellipsis4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    word-break: break-all;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical
}

.s-flex {
    display: flex;
    display: -webkit-flex
}

.s-flex-align {
    display: flex;
    display: -webkit-flex;
    align-items: center
}

.s-flex-align-justify-center {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center
}

.s-flex-align-justify-between {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: space-between
}

.s-flex-align-justify-around {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: space-around
}

.hide {
    display: none
}

.pr {
    position: relative
}

.s-hover:hover {
    color: #5D9FDA;
}

.s-scale {
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.s-scale-parent:hover .s-scale {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

/* 头部 */
.cont-0 {
    width: 100%;
    min-width: 1176px;
    background-color: #000000
}

.header {
    max-width: 1920px;
    width: 1176px;
    height: 88px;
    margin: 0 auto;
    position: relative
}

.header .logo img {
    width: 200px;
    height: 56px
}

.header .tab {
    margin-left: 60px;
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    cursor: pointer
}

.header .tab.active {
    font-weight: 600;
    color: #5D9FDA;
}

.banner {
    width: 100%;
    min-width: 1176px;
    height: 440px;
    margin: 0 auto;
    overflow: hidden;
}

.banner1 {
    background-size: auto 100%;
}

.banner2 {
    background: url(/assats/img/banner-2.jpg) center top no-repeat;
    background-size: auto 100%;
}

.banner3 {
    background: url(/assats/img/banner-3.jpg) center top no-repeat;
    background-size: auto 100%;
}

/* 内容共用的样式 */
.wrap {
    width: 100%;
    max-width: 1920px;
    min-width: 1176px;
    width: 1176px;
    height: auto;
    margin: 0 auto;
    position: relative
}

/* 首页模块 */
#index .cont-1 {
    margin-top: 140px;
}

#index .cont-1 .titles {
    font-size: 30px;
    
    font-weight: 600;
    color: #FFFFFF;
    margin: 0 0 30px 0;
}

/* 首页swiper */
#swiper-mode {
    position: relative;
    width: 1060px;
    margin: 0 auto
}

#swiper-mode .swiper-slide {
    position: relative;
    width: 502px;
    height: 288px;
    border-radius: 12px;
    overflow: hidden;
    background: #5D9FDA;
    box-shadow: 0 0 15px #5D9FDA;
}

#swiper-mode .pic {
    width: 502px;
    height: 288px;
}

#swiper-mode .swiper-slide .pic {
    position: relative;
}

#swiper-mode .swiper-slide .pic .pic-mask {
    position: absolute;
    left: 0;
    top: 0;
    width: 502px;
    height: 288px;
    background: rgba(0, 0, 0, 0.6)
}

#swiper-mode .swiper-slide img {
    width: 502px;
    height: 100%
}

#swiper-mode .swiper-slide-active {
    border: 1px solid #5D9FDA
}

#swiper-mode .swiper-slide-active .pic .pic-mask {
    background: rgba(0, 0, 0, 0.3)
}

#swiper-mode .swiper-slide .title {
    position: absolute;
    left: -5px;
    bottom: 0;
    width: 508px;
    height: 92px;
    box-sizing: border-box;
    padding: 0 26px;
    font-size: 20px;
    
    font-weight: 600;
    color: #FFFFFF;
    line-height: 110px;
    background: url(../img/shadow-bg1.png) no-repeat;
    background-size: 105% 110%;
}

#swiper-mode .swiper-pagination {
    width: 100%;
    bottom: 20px
}

#swiper-mode .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
    border: 3px solid #fff;
    background-color: #d5d5d5;
    width: 10px;
    height: 10px;
    opacity: 1
}

#swiper-mode .swiper-pagination-bullets .swiper-pagination-bullet-active {
    border: 3px solid #00aadc;
    background-color: #fff
}

#swiper-mode .swiper-button-prev {
    left: -40px;
    width: 38px;
    height: 38px;
    background: url(../img/arrow-left.png) no-repeat;
    background-size: 100%
}

#swiper-mode .swiper-button-next {
    right: -40px;
    width: 38px;
    height: 38px;
    background: url(../img/arrow-right.png) no-repeat;
    background-position: 0 0;
    background-size: 100%
}

#swiper-mode .swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
    content: ''
}

#swiper-mode .swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
    content: ''
}

/* 报名 */
#index .cont-2 {
    margin-top: 140px;
}

#index .cont-2 .left {
    width: 576px;
    height: 216px;
    background: url(../img/btn-bg1.png) no-repeat;
    background-size: 100%
}

#index .cont-2 .left .btn {
    width: 250px;
    height: 66px;
    background: #FFFFFF;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.02);
    border-radius: 6px;
    font-size: 24px;
    
    font-weight: 500;
    color: #5D9FDA;
    line-height: 66px;
    text-align: center
}

#index .cont-2 .right {
    width: 576px;
    height: 216px;
    background: url(../img/btn-bg2.png) no-repeat;
    background-size: 100%
}

#index .cont-2 .right .btn {
    cursor: pointer;
    width: 250px;
    height: 66px;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.02);
    border-radius: 6px;
    border: 1px solid #FFFFFF;
    font-size: 24px;
    
    font-weight: 500;
    color: #FFFFFF
}

#index .cont-2 .right .btn img {
    margin-left: 10px;
    width: 23px;
    height: 23px;
}

/* 首页信息 */
#index .cont-3 {
    margin-top: 100px;
    padding-top: 40px;
}

#index .cont-3 .titles {
    font-size: 30px;
    
    font-weight: 600;
    color: #FFFFFF;
    line-height: 42px;
    margin-bottom: 5px;
}

#index .cont-3 .sub-titles {
    font-size: 20px;
    
    font-weight: 400;
    color: #A0A0A0;
    margin-bottom: 40px;
}

#index .cont-3 .list {
    flex-wrap: wrap;
    margin-bottom: 50px;
}

#index .cont-3 .list .item {
    width: 376px;
    height: 277px;
    border-radius: 12px;
    border: 1px solid #404348;
    overflow: hidden;
    margin: 0 24px 24px 0;
    box-sizing: border-box;
}

#index .cont-3 .list .item:nth-of-type(3n) {
    margin-right: 0;
}

#index .cont-3 .list .item .pic {
    width: 376px;
    height: 213px;
    overflow: hidden;
}

#index .cont-3 .list .item .pic img {
    width: 376px;
    height: 213px;
}

#index .cont-3 .list .item .title {
    width: 376px;
    height: 64px;
    background-color: #181A20;
    padding: 0 19px;
    box-sizing: border-box;
    line-height: 64px;
    font-size: 18px;
    
    font-weight: 300;
    color: #FFFFFF;
}

#index .cont-3 .list .item .title span {
    display: inline-block;
    max-width: 300px;
}

#index .cont-3 .list .item .title img {
    width: 10px;
    height: 13px;
    margin-left: 10px;
}

#index .cont-4 .list {
    flex-wrap: wrap;
}

#index .cont-4 .list .item {
    position: relative;
    width: 574px;
    height: 216px;
    overflow: hidden;
    border-radius: 8px;
    border: 1px solid #404348;
    margin: 0 24px 24px 0;
}

#index .cont-4 .list .item:nth-of-type(2n) {
    margin-right: 0;
}

#index .cont-4 .list .item .bg-img img {
    width: 576px;
    height: 216px;
}

#index .cont-4 .list .item .title-btn {
    width: 180px;
    text-align: center;
    position: absolute;
    right: 35px;
    top: 50px;
}

#index .cont-4 .list .item .title-btn .title {
    margin-bottom: 15px;
    font-size: 34px;
    
    font-weight: 600;
    color: #FFFFFF;
}

#index .cont-4 .list .item .title-btn .btn {
    margin: 0 auto;
    width: 112px;
    height: 40px;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.02);
    border-radius: 4px;
    border: 1px solid #5D9FDA;
    font-size: 14px;
    
    font-weight: 300;
    color: #5D9FDA;
    line-height: 40px
}

#index .cont-4 .list .item .title-btn .btn img {
    width: 13px;
    height: 13px;
    animation: bounceAll 1s ease infinite;
    -webkit-animation: bounceAll 1s ease infinite;
}

/* 赛事信息推荐 */
#info .cont-1 .titles {
    font-size: 30px;
    margin: 140px 0 40px 0;
    
    font-weight: 600;
    color: #FFFFFF;
    line-height: 42px
}

#info .cont-1 .news .left {
    position: relative;
    width: 877px;
    height: 493px;
    margin-right: 22px;
    cursor: pointer
}

#info .cont-1 .news .left .pic {
    width: 877px;
    height: 493px;
    background: #5D9FDA;
    box-shadow: 0px 0px 30px 0px rgba(93, 159, 218, 0.5);
    border-radius: 6px;
    border: 2px solid #5D9FDA;
    overflow: hidden;
}

#info .cont-1 .news .left .pic img {
    width: 877px;
    height: 493px
}

#info .cont-1 .news .left .title {
    position: absolute;
    left: -5px;
    bottom: 0;
    width: 877px;
    height: 93px;
    box-sizing: border-box;
    padding: 0 26px;
    font-size: 20px;
    
    font-weight: 600;
    color: #FFFFFF;
    line-height: 110px;
    background: url(../img/shadow-bg.png) no-repeat;
    background-size: 100% 100%;
}

#info .cont-1 .news .right .news-list {
    width: 275px;
    height: 229px;
    background-color: rgba(93, 159, 218, 0.15);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.02);
    border-radius: 6px
}

#info .cont-1 .news .right .news-list .news-title {
    width: 275px;
    height: 63px;
    background-color: rgba(93, 159, 218, 0.1);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.02);
    font-size: 18px;
    
    font-weight: 600;
    color: #5D9FDA
}

#info .cont-1 .news .right .news-list .news-title img {
    margin: 0 10px 0 20px;
    width: 15px;
    height: 15px
}

#info .cont-1 .news .right .news-list .list .item {
    font-size: 14px;
    
    font-weight: 400;
    color: #5D9FDA;
    margin: 25px 20px
}

#info .cont-1 .news .right .news-list .list .item:hover {
    color: #fff
}

#info .cont-1 .news .right .btns .btn-bg1 {
    width: 300px;
    height: 138px;
    background: url(../img/info-btn-bg1.png) no-repeat;
    background-size: 100% 100%;
    position: relative;
    left: -12px;
    margin-top: 10px
}

#info .cont-1 .news .right .btns .btn-bg2 {
    width: 300px;
    height: 138px;
    background: url(../img/info-btn-bg2.png) no-repeat;
    background-size: 100% 100%;
    position: relative;
    left: -12px;
    margin-top: -6px
}

#info .cont-1 .news .right .btns .btn-bg1 .btn {
    width: 150px;
    height: 48px;
    background: #FFFFFF;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.02);
    border-radius: 6px;
    font-size: 18px;
    
    font-weight: 500;
    line-height: 48px;
    text-align: center;
    color: #5D9FDA;
    cursor: pointer
}

#info .cont-1 .news .right .btns .btn-bg2 .btn {
    width: 150px;
    height: 46px;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.02);
    border-radius: 6px;
    border: 1px solid #FFFFFF;
    font-size: 18px;
    
    font-weight: 500;
    text-align: center;
    color: #FFFFFF;
    line-height: 46px;
    cursor: pointer
}

/* 车手信息 */
#info .cont-2 .titles {
    font-size: 30px;
    margin: 140px 0 40px 0;
    
    font-weight: 600;
    color: #FFFFFF;
    line-height: 42px
}

#info .cont-2 .list {
    position: relative;
    width: 1176px;
    background: linear-gradient(180deg, #242A2F 0%, #171A21 100%);
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid #404348;
    padding: 18px 50px
}

#info .cont-2 .list table {
    width: 1076px
}

#info .cont-2 .list tr th {
    position: relative;
    height: 65px
}

#info .cont-2 .list tr th::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #36393F
}

#info .cont-2 .list tr th:nth-of-type(4n):after {
    background-color: transparent
}

#info .cont-2 .list tr:first-child th::after {
    top: 24px
}

#info .cont-2 .list tr:last-child th::after {
    top: -24px
}

#info .cont-2 .list .fleet-name {
    width: 269px;
    font-size: 18px;
    
    font-weight: 400;
    color: #FFFFFF;
    line-height: 18px;
    padding: 0 30px
}

#info .cont-2 .list .fleet {
    margin-right: 15px;
    max-width: 120px
}

#info .cont-2 .list .name {
    max-width: 120px
}

#info .cont-2 .cont-video {
    margin-top: 140px;
}

#info .cont-3 {
    padding-bottom: 34px;
}

#info .cont-3 .titles {
    font-size: 30px;
    margin: 140px 0 40px 0;
    
    font-weight: 600;
    color: #FFFFFF;
    line-height: 42px
}

#info .cont-3 .list {
    justify-content: space-between;
    position: relative;
    width: 1176px;
    background: linear-gradient(180deg, #242A2F 0%, #171A21 100%);
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid #404348;
    padding: 30px 15px;
}

#info .cont-3 .list .hr {
    width: 1px;
    height: 334px;
    background-color: #404348;
    margin: 0 30px;
}

#info .cont-3 .list table {
    width: 532px;
    table-layout: fixed;
    word-break: break-all;
    align-self: baseline
}

#info .cont-3 .list th {
    height: 58px;
}

#info .cont-3 .list thead th {
    background: #2C3338;
    box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 2%);
    height: 58px;
    font-size: 18px;
    
    font-weight: 500;
    color: #FFFFFF;
}

#info .cont-3 .list thead th:first-child {
    border-radius: 4px 0 0 4px;
}

#info .cont-3 .list thead th:last-child {
    border-radius: 0 4px 4px 0;
}

#info .cont-3 .list tr th:nth-of-type(2) {
    width: 260px;
}

#info .cont-3 .list tr th:nth-of-type(3) {
    width: 150px;
}

#info .cont-3 .list tbody th .cell {
    font-size: 18px;
    
    font-weight: 300;
    color: #FFFFFF;
    padding: 0 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    word-break: break-all;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

#info .cont-3 .list tbody th:nth-of-type(1) .cell {
    
}

/* 用户form */
.cont-form {
    width: 100%;
    min-width: 1176px;
    height: 850px;
    margin: 0 auto;
    margin-top: 114px;
    overflow: hidden;
    background: url(../img/form-bg.png) center top no-repeat;
    background-size: cover;
    text-align: center;
}

.cont-form .title {
    font-size: 30px;
    
    font-weight: 600;
    color: #5D9FDA;
    line-height: 54px;
}

.cont-form .title1 {
    margin-top: 140px;
}

.cont-form .title2 {
    margin-bottom: 70px;
}

.cont-form .form-item {
    margin-bottom: 20px;
}

.cont-form .form-item label {
    width: 54px;
    display: inline-block;
    margin-right: 20px;
    text-align: right;
    font-size: 18px;
    
    font-weight: 300;
    color: #FFFFFF;
}

.cont-form .form-item input {
    width: 560px;
    height: 68px;
    font-size: 18px;
    line-height: 58px;
    color: #ffffff;
    caret-color: #5D9FDA;
    background: #10171C;
    border-radius: 6px;
    border: 1px solid #5D9FDA;
    padding: 0 19px;
}

.cont-form .form-item .btn-submit {
    margin-top: 50px;
    cursor: pointer;
    width: 560px;
    height: 78px;
    background: #5D9FDA;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.02);
    border-radius: 6px;
    font-size: 22px;
    
    font-weight: 600;
    color: #FFFFFF;
    line-height: 78px;
    border: none;
}

/* 公用视频模块 */
.cont-video {
    margin-top: 100px;
}

.cont-video .title {
    font-size: 30px;
    
    font-weight: 600;
    color: #FFFFFF;
    margin: 0 0 40px 0
}

.cont-video .video-mode {
    flex-wrap: wrap;
    position: relative;
}

.cont-video .video-mode .video-cell {
    margin: 0 24px 40px 0;
}

.cont-video .video-mode .video-cell:nth-of-type(3n) {
    margin-right: 0;
}

.cont-video .video-mode .video-poster {
    position: relative;
    width: 376px;
    height: 210px;
    border-radius: 10px;
    background-color: #dcdcdc;
    overflow: hidden;
}

.cont-video .video-mode .video-poster-img {
    width: 376px;
    height: 210px;
}

.cont-video .video-mode .video-poster .play {
    width: 68px;
    height: 68px;
    cursor: pointer;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.cont-video .video-mode .video-title {
    width: 376px;
    margin-top: 18px;
    font-size: 18px;
    
    font-weight: 400;
    color: #FFFFFF;
}

/* 公用尾部 */
.footer {
    min-width: 1176px;
}

.footer .footer-top {
    margin-top: 100px;
}

.footer .footer-top .title {
    text-align: center;
    margin: 0 0 60px 0;
    font-size: 30px;
    
    font-weight: 600;
    color: #FFFFFF;
}

.footer .footer-top .brand {
    height: 150px;
    background: #10171C;
    box-shadow: 0px 2px 6px 0px #090F17;
    border-radius: 5px;
    border: 1px solid #36393F;
}

.footer .footer-top .brand1 {
    width: 776px;
    margin: 0 auto;
    margin-bottom: 24px;
}

.footer .footer-top .logos {
    width: 776px;
    margin: 0 auto;
    padding-bottom: 140px;
}

.footer .footer-top .brand2,
.footer .footer-top .brand3 {
    width: 376px;
}

.footer .footer-top .brand1 img {
    width: 197px;
    height: 78px;
}

.footer .footer-top .brand2 img {
    width: 268px;
    height: 39px;
}

.footer .footer-top .brand3 img {
    width: 251px;
    height: 32px;
}

.footer .footer-center {
    height: 167px;
    background: linear-gradient(90deg, #242A2F 0%, #171A21 100%);
    border-top: 1px solid #36393F;
    text-align: center;
}

.footer .footer-center img {
    width: 408px;
    height: 56px;
}

.footer .footer-bottom {
    margin: 0 auto;
    text-align: center;
    padding: 10px 0;
}

.footer .footer-bottom a {
    font-size: 16px;
    
    font-weight: 300;
    color: #7F7F7F;
}

.footer .footer-bottom a:hover {
    color: #00aadc;
}

/* 弹层公用样式 */
.for-video {
    width: 762px
}

#videoPlay {
    width: 760px;
    height: 428px
}

.video-main {
    background: linear-gradient(180deg, #242A2F 0%, #171A21 100%);
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid #404348
}

.fade {
    position: fixed;
    top: 0%;
    left: 0%;
    background: black;
    z-index: 15;
    -moz-opacity: 0.7;
    opacity: .70;
    filter: alpha(opacity=75);
    width: 100%;
    height: 100%;
    display: none
}

.alert {
    position: fixed;
    z-index: 16;
    display: none;
    left: 50%;
    top: 50%
}

.alert-close {
    position: relative;
    width: 48px;
    height: 48px;
    display: block;
    margin: 30px auto 0;
    background: url(../img/close-icon.png) no-repeat;
    background-size: cover;
}

.alert-main {
    padding: 30px 50px;
    border: 1px solid #404348;
    background: #4b3933
}

/* 全局toast */
#toast {
    position: fixed;
    top: 44%;
    left: 50%;
    transform: translateX(-50%);
    min-width: 150px;
    max-width: 300px;
    min-height: 18px;
    padding: 10px;
    line-height: 18px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    background: rgba(0, 0, 0, 0.8);
    border: 1px solid #404348;
    border-radius: 10px;
    display: none;
    z-index: 999;
}

@keyframes bounceAll {
    0% {
        transform: rotate(0deg) scale(0.8, 0.8);
        -webkit-transform: rotate(0deg) scale(0.8, 0.8);
        opacity: 1
    }

    25% {
        transform: rotate(0deg) scale(1, 1);
        -webkit-transform: rotate(0deg) scale(1, 1);
        opacity: 0.8
    }

    100% {
        transform: rotate(0deg) scale(0.8, 0.8);
        -webkit-ransform: rotate(0deg) scale(0.8, 0.8);
        opacity: 1
    }
}
#videoPlay{
    position: fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background: rgba(0, 0, 0, 0.6);
    display:none;
    z-index: 200;
    align-items: center;
    justify-content: center;
}
#videoPlay video{
    max-width:1920px;
    width:80%;
    height:auto;
}