* {
    font-family: 'Microsoft YaHei';
}

body {
    margin: 0;
    font-size: 14px;
}

[v-cloak] {
    display: none;
}

a {
    text-decoration: none;
    color: #666666;
}

img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
    border: 0 none;
    outline: none;
}

.flex-row {
    display: flex;
    flex-flow: row;
}

.flex-full {
    flex: 1;
}

.dc {
    color: #5338B1;
}

.dc2 {
    color: #221749;
}

.maxW1300 {
    max-width: 1300px;
    margin: 0 auto;
    overflow: hidden;
}

.maxW1050 {
    max-width: 1050px;
    margin: 0 auto;
    overflow: hidden;
}

.maxW1400 {
    max-width: 1412px;
    margin: 0 auto;
    overflow: hidden;
}

.mt60 {
    margin-top: 50px;
    overflow: hidden;
}

.mt10 {
    margin-top: 10px;
    overflow: hidden;
}


/* banner */

.banner {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
}


/* 顶部报名 */

.top_baoming {
    position: absolute;
    width: 520px;
    /* width: 27%; */
    z-index: 2;
    left: 50%;
    bottom: 60px;
    /* bottom: 5%; */
    /* transform: translateX(-50%); */
    cursor: pointer;
    margin-left: -260px;
}

.auto8 {
    animation: myauto1 2s;
    animation-iteration-count: infinite;
}

@keyframes myauto1 {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(0.9);
    }
    100% {
        transform: scale(1);
    }
}


/* 下载按钮 */

#content {
    position: relative;
}

.download_btn {
    position: absolute;
    width: 440px;
    z-index: 2;
    left: 50%;
    bottom: 80px;
    transform: translateX(-50%);
    cursor: pointer;
}


/* 中间主体 */

.main {
    background-color: #0f0c2c;
    /* background-image: url(../images/bg_big.png); */
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% auto;
    width: 100%;
    min-width: 1300px;
    overflow: hidden;
}


/* 导航 */

.navlist {
    width: 1300px;
    margin: 0 auto;
    display: flex;
    flex-flow: row;
    justify-content: center;
    overflow: hidden;
}

.navItem {
    /* flex: 1; */
    margin: 0 10px;
    width: 250px;
    height: 100px;
    text-align: center;
    line-height: 84px;
    color: #ffffff;
    font-size: 26px;
    background-image: url(../images/nav_bg.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% auto;
}

.navItem:hover,
.navItem.active {
    color: rgba(252, 230, 85, 1);
    text-shadow: -2px 2px 3px rgba(215, 5, 178, 1);
}


/* 选手 */

.jinji {
    width: 600px;
    height: 130px;
}

.zuopin_title {
    width: 370px;
    height: 40px;
    margin: 50px auto;
    margin-top: 60px;
}


/* 底部版权 */

.copyright {
    font-size: 16px;
    color: #666666;
    height: 80px;
    line-height: 80px;
    text-align: center;
}


/* 底部报名 */

.bot_baoming {
    margin: 30px auto;
    width: 520px;
    height: 100px;
    cursor: pointer;
}


/* 选择列表 */

.jinjiList {
    /* width: 1408px; */
    width: 948px;
    margin: 10px auto;
    overflow: hidden;
}

.jinjiItem {
    width: 126px;
    height: 200px;
    float: left;
    margin: 16px;
    overflow: hidden;
}

.photo {
    width: 126px;
    height: 126px;
    background-image: url(../images/bg_circle.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% auto;
    overflow: hidden;
    margin-bottom: 10px;
}

.photo img {
    width: 90px;
    height: 90px;
    margin: 18px;
    border-radius: 50%;
    overflow: hidden;
    background-color: #fff;
    cursor: pointer;
    transition: all 400ms;
}

.photo img:hover {
    transform: scale(1.11);
    transition: all 400ms;
}

.userName {
    font-size: 18px;
    color: #ffffff;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    text-align: center;
}

.userAddress {
    font-size: 14px;
    color: #666666;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    text-align: center;
}


/* 作品 */

.zuopin {
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100% auto;
    overflow: hidden;
}

.zuopin-box {
    width: 1050px;
    height: auto;
    margin: 20px auto;
    padding-bottom: 80px;
}

.zuopin-box .swiper-slide {
    height: 320px;
    background-color: #ffffff;
    overflow: hidden;
    border-radius: 10px 10px 0px 0px;
}

.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    border-radius: 100%;
    background-color: #fff;
    opacity: .2;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background-color: #fff;
}

.zp-img {
    width: 100%;
    height: 230px;
    overflow: hidden;
    background-color: #666666;
    cursor: pointer;
}

.zp-img img {
    width: 100%;
    height: 230px;
    overflow: hidden;
    transition: all 400ms;
}

.zp-img img:hover {
    transform: scale(1.14);
    transition: all 400ms;
}

.zp-title {
    height: 30px;
    line-height: 30px;
    padding: 8px 20px;
    font-size: 16px;
    color: #000;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.zp-info {
    padding: 0 20px;
    height: 30px;
    overflow: hidden;
    line-height: 30px;
}

.zp-photo {
    width: 30px;
    height: 30px;
    overflow: hidden;
    border-radius: 30px;
    margin-right: 8px;
    background-color: #f7f7f7;
}

.zp-photo img {
    width: 30px;
    height: 30px;
    overflow: hidden;
    border-radius: 30px;
}

.zp-user {
    height: 30px;
    overflow: hidden;
    line-height: 30px;
    font-size: 14px;
    color: #333;
}

.zp-view {
    font-size: 14px;
    color: #ccc;
    align-items: center;
}

.zp-view img {
    width: 20px;
    height: 20px;
    overflow: hidden;
    margin-right: 6px;
}


/* 弹窗 */

.full_tc {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 10000;
    top: -100%;
    left: 0;
    background-color: rgba(0, 0, 0, .6);
}

.full_box {
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

.full_box .swiper-slide {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.full_box .swiper-slide img {
    display: block;
    overflow: hidden;
    margin: 0 auto;
}

.swiper-button-next {
    background: url(../images/ar_right.png) center no-repeat;
    background-size: 35px 60px;
    width: 35px;
    height: 60px;
    right: 40px;
}

.swiper-button-prev {
    background: url(../images/ar_left.png) center no-repeat;
    background-size: 36px 60px;
    width: 36px;
    height: 60px;
    left: 40px;
}

.swiper-button-next,
.swiper-button-prev {
    outline: none;
}

.slide-title {
    width: 100%;
    height: 120px;
    overflow: hidden;
    background-color: rgba(0, 0, 0, .6);
    position: absolute;
    bottom: 0;
}

.slide-title p {
    width: 1140px;
    padding: 20px 40px;
    color: #ffffff;
    font-size: 16px;
    color: #eeeeee;
    margin: 0 auto;
    line-height: 30px;
}

.close_full {
    display: block;
    width: 32px;
    height: 32px;
    position: absolute;
    top: 40px;
    right: 40px;
    cursor: pointer;
    z-index: 9999;
}


/* 登陆 */

.login {
    width: 536px;
    height: 444px;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% auto;
    background-color: #fff;
    border-radius: 5px;
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    z-index: 100;
}

.closeLogin {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 30px;
    right: 30px;
    cursor: pointer;
    z-index: 9999;
}

.form {
    width: 400px;
    margin: 0 auto;
    overflow: hidden;
    margin-top: 50px;
}

.form-btn {
    width: 400px;
    height: 42px;
    margin-top: 25px;
    border-radius: 5px;
    overflow: hidden;
    cursor: pointer;
}

.form-input {
    width: 400px;
    height: 42px;
    line-height: 42px;
    background: rgba(244, 244, 244, 1);
    border: 1px solid rgba(221, 221, 221, 1);
    border-radius: 5px;
    margin-top: 25px;
    box-sizing: border-box;
    font-size: 18px;
    color: #333333;
    padding-left: 24px;
    overflow: hidden;
    display: block;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    font-size: 16px;
    color: #999999;
}

.form-input:focus {
    outline: none;
    border: 1px solid rgba(83, 56, 177, 1);
}

.input-submit {
    cursor: pointer;
    padding: 0;
    font-size: 16px;
    color: #999999;
}

.form-title {
    height: 50px;
    line-height: 50px;
    font-size: 22px;
    font-weight: 500;
    text-align: center;
}

.form-note {
    justify-content: space-between;
    align-items: center;
    height: 54px;
    line-height: 54px;
    font-size: 14px;
    color: #666666;
}

.form-help {
    text-align: center;
    font-size: 12px;
    color: #999999;
    margin-top: 24px;
}


/* 个人PPT */

.reader {
    position: absolute;
    width: 1180px;
    min-height: 500px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 100;
    background-color: #fff;
}


/* 提交成功 */

.success {
    position: absolute;
    width: 730px;
    height: 560px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 100;
}

.success-img {
    max-width: 730px;
    height: 560px;
}


/* 上传 */

.upload-box {
    width: 786px;
    height: 616px;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% auto;
    background-color: #fff;
    border-radius: 5px;
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    z-index: 100;
}

.upload-title {
    width: 650px;
    height: 128px;
    line-height: 140px;
    margin: 0 auto;
    font-size: 22px;
    color: #221749;
}

.upload-title span {
    font-size: 16px;
    color: #999999;
}

.textarea {
    width: 650px;
    height: 260px;
    background: rgba(244, 244, 244, 1);
    border: 1px solid rgba(221, 221, 221, 1);
    border-radius: 5px;
    display: block;
    margin: 0 auto;
    padding: 24px;
    box-sizing: border-box;
    font-size: 16px;
    color: #333333;
    line-height: 28px;
}

.textarea:focus {
    outline: none;
}

.submit-upload {
    width: 300px;
    height: 42px;
    background: rgba(244, 244, 244, 1);
    border-radius: 5px;
    display: block;
    margin: 30px auto;
    font-size: 16px;
    color: #999999;
    cursor: pointer;
    padding: 0;
    border: 0 none;
    box-sizing: border-box;
}

.upload-list {
    width: 680px;
    margin: 0 auto;
    overflow: hidden;
    margin-top: 25px;
    max-height: 90px;
}

.must {
    color: #f10000;
    height: 40px;
    line-height: 40px;
    margin-right: 10px;
}

.addpic {
    width: 130px;
    height: 40px;
    background-color: #ffffff;
    /* border: 1px solid #5338B1; */
    /* color: #5338B1; */
    border-radius: 20px;
    box-sizing: border-box;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    cursor: pointer;
    /* margin-right: 16px; */
}

.addpic img {
    width: 20px;
    height: 20px;
    margin: 0;
    margin-right: 6px;
}

.ison {
    border: 1px solid #5338B1;
    color: #5338B1;
}

.isnull {
    color: #999999;
    border: 1px solid #999999;
}

.file-img {
    width: 15px;
    height: 15px;
    margin-right: 6px;
}

.file-item {
    flex-wrap: wrap;
    height: 30px;
    line-height: 30px;
    align-items: center;
    justify-content: flex-start;
    float: left;
    margin-left: 16px;
}

.file-item a {
    margin-left: 6px;
    cursor: pointer;
}

.file-item span {
    font-size: 14px;
    color: #333333;
}

.file-list {
    max-height: 90px;
    overflow: auto;
}


/*滚动条宽度*/

.scroll::-webkit-scrollbar {
    width: 6px;
}


/* 背景 */

.scroll::-webkit-scrollbar-track-piece {
    background-color: #ffffff;
    border-radius: 5px;
}


/* 滑动条 */

.scroll::-webkit-scrollbar-thumb {
    background-color: #ececec;
    border: solid 1px #dbdbdb;
    border-radius: 6px;
}


/*鼠标滑过滑动条*/

.scroll::-webkit-scrollbar-thumb:hover {
    background-color: #dbdbdb;
}