﻿/*商业计划书基本信息*/
.cyctt_plan_top {
    text-align: center;
    line-height: 50px;
    height: 50px;
    overflow: hidden;
    position: fixed;
    width: 100%;
    background-color: #fff;
    top: 0;
    z-index: 99;
    border-bottom: 1px solid #f9f9f9;
}

    .cyctt_plan_top .pagetop_r {
        float: right;
        padding-right: 20px;
        position: absolute;
        right: 0;
    }

    .cyctt_plan_top span {
        font-size: 18px;
        color: #101010;
        font-weight: 400;
    }

    .cyctt_plan_top .r_txt {
        font-size: 14px;
        color: #101010;
    }

.top_place {
    height: 50px;
}

.ft_w_700 {
    font-weight: 700;
}
/*预览商业计划书*/
.swiper-wrapper .swiper-slide {
    text-align: center;
}

    .swiper-wrapper .swiper-slide img {
        height: 200px;
    }

.plan_bg {
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background-color: #ccc;
    opacity: 0.3;
    z-index: 100;
    display: none;
}

.plan_cate {
    padding-left: 20px;
    position: fixed;
    top: 0;
    right: -90%;
    bottom: 0px;
    z-index: 200;
    background-color: #fff;
    width: 80%;
    box-shadow: 0 0 10px 0 #aaa;
}

    .plan_cate .cate_top {
        height: 50px;
        line-height: 50px;
    }

        .plan_cate .cate_top img {
            height: 20px;
            position: relative;
            top: 5px;
        }

    .plan_cate .cate_name {
        font-size: 20px;
        font-weight: 700;
        padding-top: 10px;
    }

    .plan_cate .cate_list {
        padding-bottom: 20px;
        font-size: 16px;
        color: #333;
    }

        .plan_cate .cate_list li {
            padding-top: 15px;
        }

            .plan_cate .cate_list li a {
                color: #333;
            }

                .plan_cate .cate_list li a.on {
                    color: #029FE9;
                }


.plan_pv {
    font-size: 14px;
    color: #666;
    padding-bottom: 10px;
    line-height: 40px;
}

    .plan_pv .top_place {
        display: none;
    }

    .plan_pv .title {
        color: #333;
        font-size: 22px;
        font-weight: 700;
        margin: 20px 15px 10px 15px;
        border-bottom: 1px solid #f2f2f2;
        overflow: hidden;
        padding-bottom: 5px;
    }

        .plan_pv .title .btn {
            color: #c1c1c1;
            font-size: 13px;
            font-weight: 400;
            float: right;
            position: relative;
            top: 15px;
            top: 10px;
            padding-right: 10px;
        }

        .plan_pv .title.on + div {
            display: none;
        }

    .plan_pv .pv_item {
        margin: 0 15px 10px 15px;
        line-height: 25px;
        word-wrap: break-word;
        font-family: PingFangSC-regular;
        overflow: hidden;
    }

        .plan_pv .pv_item .planItemImg {
            display: inline-block;
            width: 120px;
            height: 90px;
            position: relative;
            margin: 18px 18px 0 0;
            float: left;
            background: #f1f1f1;
        }

            .plan_pv .pv_item .planItemImg img {
                display: block;
                max-width: 100%;
                max-height: 100%;
                margin: auto;
            }

    .plan_pv .lr_list {
        width: auto;
        white-space: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
    }

        .plan_pv .lr_list .item_lr {
            display: inline-block;
            min-width: 210px;
            border: 1px solid #e8e8e8;
            border-radius: 5px;
            padding: 10px;
            margin-right: 10px;
            font-size: 13px;
            margin-bottom: 15px;
        }

            .plan_pv .lr_list .item_lr .name {
                font-size: 14px;
                color: #101010;
            }

            .plan_pv .lr_list .item_lr .imglist {
                margin-top: 5px;
            }

                .plan_pv .lr_list .item_lr .imglist img {
                    height: 50px;
                    padding-right: 10px;
                }

    .plan_pv .pv_item .sub_title {
        font-size: 14px;
        font-weight: 700;
        color: #101010;
    }

    .plan_pv .pv_item .item_chk {
        overflow: hidden;
    }

        .plan_pv .pv_item .item_chk i {
            float: left;
            margin: 5px;
            color: #101010;
            background-color: #f5f5f5;
            line-height: 30px;
            padding: 0 10px;
            border-radius: 5px;
        }

    .plan_pv .pv_item .memlist p {
        line-height: 35px;
        color: #606266;
        border-bottom: 1px solid #EBEEF5;
    }

        .plan_pv .pv_item .memlist p i {
            display: inline-block;
        }

    .plan_pv .pv_item .memlist .memName {
        width: 30%;
    }

    .plan_pv .pv_item .memlist .mem_pos {
        width: 60%;
    }

    .plan_pv .pv_item .memlist p .t {
        font-weight: 700;
        color: #909399;
    }
/*我的大赛资料*/
.ctt_user {
    font-size: 13px;
    background-color: #fff;
    padding: 15px;
    margin-bottom: 10px;
}

    .ctt_user .apy_info {
        width: 100%;
        font-size: 14px;
    }

    /*我的大赛-报名信息*/
    .ctt_user .title a {
        float: right;
        color: #333;
    }

        .ctt_user .title a img {
            height: 24px;
            position: relative;
            top: 6px;
        }

    .ctt_user .apy_info .proName {
        font-size: 22px;
        font-weight: 700;
        padding-top: 10px;
    }

    .ctt_user .apy_info .cttName {
        font-size: 14px;
        color: #999;
        padding-bottom: 20px;
    }

    .ctt_user .apy_info td {
        border-bottom: 1px solid #f2f2f2;
        line-height: 25px;
    }

        .ctt_user .apy_info td img {
            height: 40px;
            padding-right: 10px;
        }

    .ctt_user .apy_info .td_title {
        color: #999;
        width: 25%;
        height: 45px;
    }

.bottom_input > .myctt_bottom_btn {
    background-color: #029FE9;
    color: #fff;
    font-size: 13px;
}

.ppt_tip {
    text-align: center;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
}
/*评委得分*/
.tb.expScr .tb-r {
    padding: 0;
}

.expScr .ev_msg {
    line-height: 130%;
    word-break: break-all;
    padding: 5px;
}

.tb.expScr tr {
    border-bottom: 1px solid #f2f2f2;
}

.tb.expScr .title {
    height: 40px;
    line-height: 40px;
    text-align: left;
    font-size: 14px;
    padding: 0 10px;
}

.expScr td {
    padding: 0;
}

.expScr .ev_item, .expScr .title {
    font-weight: 700;
}

.expScr td p {
    line-height: 150%;
    text-indent: 2em;
    padding-bottom: 10px;
    word-break: break-all;
}
/*短信内容*/
.sms_info {
    width: 240px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*颁奖界面*/
.ctt_rw {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: #FFF4BF;
    background-color: transparent;
}

    .ctt_rw .left {
        position: fixed;
        top: 0;
        left: 0;
        width: 40%;
        bottom: 0;
        background-image: url('../images/cyctt/light.png');
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: center 0px;
    }

    .ctt_rw .right {
        position: fixed;
        top: 0;
        right: 0;
        left: 40%;
        bottom: 0;
        background-image: url('../images/cyctt/box.png');
        background-repeat: no-repeat;
        background-size: 95% 95%;
        background-position: center 20px;
    }

    .ctt_rw .left .light {
        width: 100%;
    }

    .ctt_rw .left .content {
        position: relative;
        top: 10%;
        width: 100%;
        height: 90%;
        text-align: center;
        background-image: url('../images/cyctt/sj.png');
        background-repeat: no-repeat;
        background-position: center 6%;
        background-size: 100%;
    }

        .ctt_rw .left .content .logo {
            width: 40%;
        }

        .ctt_rw .left .content .cttName {
            margin-top: 15%;
            font-size: 35px;
            color: #E2D07B;
        }

        .ctt_rw .left .content .txt_bj {
            width: 60%;
            margin-top: 10px;
        }

        .ctt_rw .left .content .solo {
            width: 90%;
            position: absolute;
            bottom: 10%;
            left: 5%;
        }

    .ctt_rw .right .rw_list {
        margin: 5% 5% 0 5%;
        height: 85%;
        overflow-y: auto;
    }

        .ctt_rw .right .rw_list li {
            list-style: none;
            height: 35px;
            line-height: 35px;
            border-bottom: 1px solid #554E3F;
            overflow: hidden;
        }

            .ctt_rw .right .rw_list li.item_img {
                border: none;
                padding-top: 20px;
                height: 40px;
                line-height: 40px;
            }

            .ctt_rw .right .rw_list li img {
                height: 25px;
                position: relative;
                top: 5px;
            }

            .ctt_rw .right .rw_list li i {
                font-style: normal;
                float: left;
                color: #F2EFDF;
                font-size: 16px;
            }

            .ctt_rw .right .rw_list li .teamName {
                font-weight: 700;
                width: 300px;
                color: #FFF4BF;
                font-size: 18px;
                display: block;
            }

            .ctt_rw .right .rw_list li .proName {
            }

            .ctt_rw .right .rw_list li .proScore {
                float: right;
                padding-right: 50px;
            }

                .ctt_rw .right .rw_list li .proScore em {
                    font-size: 30px;
                    font-style: normal;
                    color: #FFF4BF;
                }


/*闯越杯决赛项目路演顺序*/
.btn_order {
    margin: 0;
    padding: 0 5px;
    width: 60px;
    text-align: center;
    line-height: 20px;
}

    .btn_order img {
        height: 16px;
        position: relative;
        top: 3px;
        padding-right: 5px;
    }

/*颁奖明细页面样式*/
.ctt_dt_rw {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: #FFF4BF;
    background-color: transparent;
}

    .ctt_dt_rw .left {
        position: fixed;
        top: 0;
        left: 0;
        width: 40%;
        bottom: 0;
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: center 0px;
        z-index: 999;
    }

        .ctt_dt_rw .left img {
            width: 95%;
            height: 95%;
            margin-top: 15%;
            margin-left: 4%;
        }

    .ctt_dt_rw .border {
        position: absolute;
        height: 10vw;
        width: 30vw;
        z-index: 1000;
        left: 14%;
        bottom: 60%;
        background-image: url('../images/cyctt/solo1.png');
        background-repeat: no-repeat;
        background-size: 100%;
        display: list-item;
    }

    .ctt_dt_rw .border2 {
        position: absolute;
        height: 10vw;
        width: 30vw;
        z-index: 1000;
        left: 14%;
        bottom: 60%;
        background-image: url('../images/cyctt/solo2.png');
        background-repeat: no-repeat;
        background-size: 100%;
        display: list-item;
    }

    .ctt_dt_rw .border3 {
        position: absolute;
        height: 10vw;
        width: 30vw;
        z-index: 1000;
        left: 14%;
        bottom: 60%;
        background-image: url('../images/cyctt/solo3.png');
        background-repeat: no-repeat;
        background-size: 100%;
        display: list-item;
    }

    .ctt_dt_rw .border4 {
        position: absolute;
        height: 10vw;
        width: 30vw;
        z-index: 1000;
        left: 14%;
        bottom: 60%;
        background-image: url('../images/cyctt/solo4.png');
        background-repeat: no-repeat;
        background-size: 100%;
        display: list-item;
    }

    .ctt_dt_rw .border5 {
        position: absolute;
        height: 10vw;
        width: 30vw;
        z-index: 1000;
        left: 14%;
        bottom: 60%;
        background-image: url('../images/cyctt/solo5.png');
        background-repeat: no-repeat;
        background-size: 100%;
        display: list-item;
    }

    .ctt_dt_rw .light {
        position: absolute;
        height: 50vw;
        width: 50vw;
        z-index: 1001;
        left: 25%;
        top: -24%;
        background-image: url('../images/cyctt/light_dt.png');
        background-repeat: no-repeat;
        background-size: 50%;
        background-position: center;
        display: list-item;
        animation: turn 20s linear infinite;
        transform-origin: 50% 50%;
        opacity: 1;
    }

@keyframes turn {
    0% {
        -webkit-transform: rotate(0deg);
    }

    25% {
        -webkit-transform: rotate(90deg);
    }

    50% {
        -webkit-transform: rotate(180deg);
    }

    75% {
        -webkit-transform: rotate(270deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

.ctt_dt_rw .border img {
    height: 100%;
}

.ctt_dt_rw .right {
    position: fixed;
    top: 5%;
    right: 0;
    left: 35%;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: 95% 95%;
    background-position: center 20px;
    z-index: 100;
}

.ctt_dt_rw .left .light {
    width: 100%;
}

.ctt_dt_rw .content {
    position: relative;
    top: 5%;
    width: 100%;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center 6%;
    background-size: 100%;
}

    .ctt_dt_rw .content .logo {
        width: 35%;
    }

    .ctt_dt_rw .content .cttName {
        margin-top: 1%;
        font-size: 2vw;
        color: #c4aa60;
    }

    .ctt_dt_rw .content .txt_bj {
        width: 60%;
        margin-top: 10px;
    }

    .ctt_dt_rw .content .solo {
        width: 55%;
        margin-top: 2vw;
        left: 5%;
    }

.ctt_dt_rw .right .rw_list {
    margin: 7% 5% 0 5%;
    overflow-y: auto;
}

    .ctt_dt_rw .right .rw_list li {
        list-style: none;
        border-bottom: 1px solid #554E3F;
        overflow: hidden;
        padding: 1vw 0;
    }

        .ctt_dt_rw .right .rw_list li.item_img {
            border: none;
            font-size: 1.5vw;
            color: #ceb263;
            font-weight: 500;
            margin-bottom: 1%;
            padding-bottom: 0;
        }

        .ctt_dt_rw .right .rw_list li img {
            height: 1.5vw;
            margin-top: 1vw;
        }

        .ctt_dt_rw .right .rw_list li i {
            font-style: normal;
            float: left;
            color: #F2EFDF;
            font-size: 1vw;
        }

        .ctt_dt_rw .right .rw_list li .teamName {
            font-weight: 700;
            color: #ffffff;
            font-size: 2rem;
        }

        .ctt_dt_rw .right .rw_list li .proName {
        }

        .ctt_dt_rw .right .rw_list li .proScore {
            float: right;
            padding-right: 50px;
        }

            .ctt_dt_rw .right .rw_list li .proScore em {
                font-size: 1.5vw;
                font-style: normal;
                color: #FFF4BF;
            }
