.page {
    background-color: #fff;
}

p {
    color: #333;
}

a {
    color: #666;
}

* {
    outline: none;
}
.label-checkbox input {
    background: url(../../images/checkbox.png) no-repeat left center;
    background-size: 18px 18px;
}

.label-checkbox input:checked {
    background: url(../../images/checkboxed.png) no-repeat left center;
    background-size: 18px 18px;
}
ul,
li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.bodybox {
    background-color: #f7f7f7;
}

.text_one {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.text_two {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.weui-cells {
    margin-top: 10px;
}

.weui-cell {
    padding: 15px;
    font-size: 16px;
}

.gray20 {
    color: #333!important;
}

.gray40 {
    color: #666!important;
}

.gray50 {
    color: #808080!important;
}

.gray60 {
    color: #999!important;
}

.fize12 {
    font-size: 12px!important;
}

.fize14 {
    font-size: 14px!important;
}

.fize16 {
    font-size: 16px!important;
}

.flex {
    display: flex;
    align-items: center;
    flex: 1;
}

.maina-color {
    color: #3399cc!important;
}

.mainb-color {
    color: #f53232!important;
}

.mainc-color {
    color: #999!important;
}

.align_start {
    align-items: flex-start!important;
}


/* .weui-navbar+.weui-tab__panel {
    padding-top: 54px;
} */

.bgf7 {
    background: #f7f7f7!important;
}

.mt0 {
    margin-top: 0!important;
}

.mt10 {
    margin-top: 10!important;
}

.mt15 {
    margin-top: 15!important;
}

.ml0 {
    margin-left: 0!important;
}

.ml10 {
    margin-left: 10!important;
}

.ml15 {
    margin-left: 15!important;
}

.mr0 {
    margin-right: 0!important;
}

.mr10 {
    margin-right: 10!important;
}

.mr15 {
    margin-right: 15!important;
}

.mb0 {
    margin-bottom: 0!important;
}

.mb10 {
    margin-bottom: 10!important;
}

.mb15 {
    margin-bottom: 15!important;
}

.weui-btn_primary {
    background: #3399cc;
}

.weui-btn-area {
    margin: 50px 20px;
}

.weui-btn {
    font-size: 16px;
    padding: 9px 15px;
    line-height: 25px;
}

.weui-btn_primary:not(.weui-btn_disabled):active {
    background: #3399cc;
}

.weui-progress__inner-bar {
    background-color: #3399cc;
}

.light_bg {
    background-color: #fff;
}


/*banner*/

.box_swipe {
    overflow: hidden;
    position: relative;
    visibility: visible;
}

.box_swipe ul {
    -webkit-padding-start: 0px;
    list-style: none outside none;
    width: 100%;
    transition-duration: 500ms;
    transform: translate3d(-0px, 0px, 0px)
}


/* .box_swipe ul li {
    width: 640px;
    display: table-cell;
    vertical-align: top;
} */


/* .box_swipe ul li img {
    width: 100%
} */

.box_swipe>ol {
    height: 20px;
    position: relative;
    z-index: 10;
    /* margin-top: -25px; */
    text-align: center;
}

.box_swipe>ol>li {
    display: inline-block;
    margin: 2px;
    width: 8px;
    height: 8px;
    background-color: #d9ebff;
    border-radius: 10px;
}

.box_swipe>ol>li.on {
    background-color: #3285d4;
}


/* 首页 */


/* 头部 */

.topbox {
    position: relative;
}

.topbox img {
    width: 100%;
}

.bannerimg {
    width: 100%;
    margin-top: 40px;
}

.topbox .topindex {
    position: fixed;
    top: 0px;
    display: flex;
    width: 92%;
    justify-content: space-between;
    padding: 10px 15px;
    background-color: #132683;
    align-items: center;
    z-index: 999;
}

.topbox .topindex p {
    display: flex;
    align-items: center;
}

.topbox .topindex p span {
    color: #fff;
    font-size: 12px;
    flex: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    margin-right: 10px;
}

.topbox .topindex .imgbox {
    width: 22px;
    height: 22px;
    margin-right: 10px;
}

.topbox .topindex .imagebox {
    width: 20px;
    height: 16px;
}


/*  参赛流程*/

.comproces {
    background-color: #fff;
    margin-top: 10px;
}

.titlebox {
    text-align: center;
    font-size: 16px;
    color: #333333;
    padding-top: 15px;
}

.weui-cell:before {
    border-top: 0px;
}

.weui-cell__hd .iconimg {
    width: 25px;
    margin-right: 16px;
    display: block
}

.weui-cell__bd .p1 {
    font-size: 15px;
    color: #07072b;
}

.weui-cell__bd .p1 span {
    font-size: 12px;
    color: #999999;
    padding-left: 15px;
}

.xqdedail a {
    background-color: #549ff3;
    padding: 5px 10px;
    color: #fff;
    font-size: 11px;
    border-radius: 15px;
}

.border {
    border-bottom: 1px solid #f7f7f7;
}


/* 大赛说明 */

.coninstruct {
    background-color: #fff;
    margin-top: 10px;
    padding: 0px 15px 15px;
}

.coninstruct p {
    margin-top: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: 12px;
    color: #999;
}

.coninstruct .conistbox {
    display: flex;
    flex-wrap: wrap;
    margin-top: 15px;
}

.coninstruct .conistbox li {
    width: 30.33%;
    border: 1px solid #efefef;
    border-radius: 4px;
    text-align: center;
    padding: 15px 0px;
    margin-right: 10px;
    box-shadow: 0px 0px 7px 0px #ececec;
}

.coninstruct .conistbox li:last-child {
    margin-right: 0px;
}

.coninstruct .conistbox li img {
    width: 60px;
}

.coninstruct .conistbox li p {
    font-size: 14px;
    color: #333333;
    padding-bottom: 10px;
}

.coninstruct .conistbox li a {
    font-size: 11px;
    color: #3285d4;
}


/* 通知公告 */

.noticeannment {
    background-color: #fff;
    margin-top: 10px;
    padding: 0px 15px 15px;
}

.noticeannment h4 {
    position: relative;
    overflow: hidden;
}

.noticeannment h4 .more {
    position: absolute;
    right: 0;
    top: 20px;
    font-size: 11px;
    color: #3285d4;
    font-weight: normal;
}

.noticeannment .noticelistbox {
    padding-top: 10px;
    display: flex;
    align-items: center;
    padding-bottom: 10px;
}

.noticeannment .noticelistbox img {
    width: 75px;
    height: 75px;
    margin-right: 15px;
    object-fit: cover;
    border-radius: 10px;
}

.noticeannment .noticelistbox h3 {
    flex: 1;
}

.noticeannment .noticelistbox h3 .p1 {
    font-size: 15px;
    color: #333333;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.noticeannment .noticelistbox h3 .p2 {
    font-size: 14px;
    color: #999;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}


/* 往届回顾 */

.lookback {
    background-color: #fff;
    margin-top: 10px;
    padding-left: 15px;
}

.lookback .backlist {
    display: flex;
    flex-wrap: wrap;
    padding-top: 10px;
}

.lookback .backlist li {
    width: 50%;
    position: relative;
    padding-right: 15px;
    padding-bottom: 15px;
    box-sizing: border-box;
}

/* .lookback .backlist li a::after {
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0px;
    right: 15px;
    top: 0px;
    bottom: 14px;
    content: "";
    z-index: 99;
    border-radius: 10px;
} */


/* .lookback .backlist li:nth-of-type(even) {
    padding-right: 0px;
} */

.lookback .backlist li img {
    width: 100%;
    display: block;
    border-radius: 5px;
    object-fit: cover;
}

/* .lookback .backlist li p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    z-index: 999;
} */
.lookback .backlist li p {
    position: absolute;
    /* top: 50%; */
    left: 0;
    /* transform: translate(-50%, -50%); */
    color: #fff;
    z-index: 999;
    bottom: 14px;
    padding: 6px 15px;
    background: rgba(0,0,0,0.6);
    right: 15px;
    border-radius: 0 0 5px 5px;
    text-align: center;
    z-index: 0;
}
.bannerbox {
    padding: 15px;
}

.bannerbox img {
    width: 100%;
    object-fit: cover;
    border-radius: 50px;
}


/* 常见问题 */

.alwaysquest {
    background-color: #fff;
    margin-top: 10px;
    padding: 0px 15px 15px;
}

.carousel li h4 {
    padding-top: 10px;
}

.carousel li h4 p {
    display: flex;
    padding-bottom: 8px;
}

.carousel li h4 p img {
    display: inline-block;
    vertical-align: middle;
    width: 16px !important;
    height: 16px !important;
    margin-top: 2px;
}

.carousel li h4 p span {
    display: inline-block;
    vertical-align: middle;
    padding-left: 10px;
}

.carousel li h4 p .span1 {
    font-size: 14px;
    color: #07072b;
}

.carousel li h4 p .span2 {
    font-size: 12px;
    color: #999;
}


/* 相关单位 */

.unitworks {
    background-color: #fff;
    margin-top: 10px;
    padding-bottom: 15px;
}

.unitcarousel li {
    display: flex;
    flex-wrap: wrap;
    padding-left: 15px;
    padding-top: 10px;
}

.unitcarousel li p {
    width: 39.5%;
    border: 1px solid #efefef;
    padding: 5px 10px;
    margin-right: 15px;
    margin-bottom: 15px;
    display: flex;
		    flex-direction: column;
		    justify-content: center;
}

.unitcarousel li p img {
    width: 100%;
}

.worklist {
    display: flex;
    justify-content: space-around;
    padding-bottom: 10px;
    font-size: 15px;
    padding-top: 10px;
}

.worklist li {
    padding-bottom: 10px;
}

.worklist .active {
    color: #3285d4;
    border-bottom: 1px solid #3285d4;
}


/* 相关活动 */

.activity {
    background-color: #fff;
    margin-top: 10px;
    padding: 0px 15px 15px;
}

.activity h4 {
    position: relative;
    overflow: hidden;
}

.activity h4 .more {
    position: absolute;
    right: 0;
    top: 20px;
    font-size: 11px;
    color: #3285d4;
    font-weight: normal;
}

.activity .activelist {
    display: flex;
    flex-wrap: wrap;
    padding-top: 10px;
}

.activity .activelist li {
    width: 48%;
    position: relative;
    padding-right: 10px;
    padding-bottom: 10px;
}

.activity .activelist li:nth-of-type(even) {
    padding-right: 0px;
}

.activity .activelist li img {
    width: 100%;
    display: block;
    border-radius: 5px 5px 0px 0px;
}

.activity .activelist li p {
    background-color: #f7f7f7;
    width: 152px;
    padding: 8px;
    border-radius: 0px 0px 5px 5px;
}

.activity .activelist li p span {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    font-size: 14px;
    color: #666666;
}

.pb0 {
    padding-bottom: 0px;
}

.bmb {
    background: #fff;
    position: fixed;
    z-index: 9999;
    right: 0;
    top: 6%;
}

.bmb ul li {
    padding: 10px 30px;
}

.bmb ul .active {
    background-color: #d8ebff;
    color: #3285d4;
}

.bmbcenter {
    background-color: #fff;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 99999;
    transform: translateX(-50%) translateY(-50%);
    border-radius: 10px;
}


/* 报名详情弹框 */

.baomdetails {
    width: 300px;
    height: 300px;
}

.baomdetails h4 {
    padding: 15px 0px 15px 35px;
}

.baomdetails h4 span {
    font-size: 12px;
    color: #95a8be;
    padding-left: 10px;
}

.baomdetails .details {
    padding-left: 35px
}

.baomdetails .details li {
    font-size: 14px;
    display: flex;
    align-items: center;
    padding-bottom: 10px;
}

.baomdetails .details li .dian {
    width: 5px;
    height: 5px;
    display: block;
    background-color: #333;
    border-radius: 50%;
    margin-right: 5px;
}

.closeimg {
    width: 25px;
    height: 25px;
    object-fit: cover;
    margin: 6px auto -35px;
    justify-content: center;
    display: flex;
}


/* 大赛说明 */

.contentbox .matter {
    padding: 0px 15px 15px;
    font-size: 14px;
    color: #666666;
    line-height: 25px;
}

.lateral {
    display: -webkit-box;
    overflow-x: scroll;
    padding-top: 15px;
}

.lateral li {
    width: auto;
    margin: 0px 0px 0px 15px;
    padding-bottom: 10px;
}

.lateral .active {
    color: #3285d4;
    border-bottom: 1px solid #3285d4;
}

.lateral::-webkit-scrollbar {
    width: 0;
    height: 0
}


/* 常见问题 */

.seachbox {
    padding: 15px 15px 0px;
}

.seachbox input {
    width: 82%;
    height: 35px;
    padding-left: 10px;
    border: 1px solid #efefef;
    border-radius: 8px
}

.seachbox span {
    height: 35px;
    background-color: #045db0;
    padding: 10px 15px;
    color: #fff;
    font-size: 14px;
    border-radius: 8px;
}

.question {
    padding: 10px 15px 0px;
    border-bottom: 1px solid #efefef;
}

.question p {
    padding-bottom: 8px;
    display: flex;
}

.question .p1 img {
    width: 17px;
    height: 17px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    margin-top: 3px;
}

.question .p1 span {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #333333;
}

.question .p1 .span1 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.question .p1 .span2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.question h5 {
    display: flex;
    padding-left: 25px;
}

.question h5 p {
    margin-right: 20px;
}

.question h5 img {
    width: 17px;
    height: 17px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.question h5 span {
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    color: #999999;
}

.quiz {
    position: fixed;
    right: 0;
    top: 50%;
}

.quiz p {
    background-color: #3285d4;
    padding: 8px 10px;
    border-radius: 20px 0px 0px 20px;
}

.quiz p img {
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.quiz p span {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    font-size: 14px;
}


/* 提问 */

.quizbox {
    padding: 20px 15px;
}

.sumbitbut {
    text-align: center;
    padding-top: 20px;
}

.sumbitbut p {
    background-color: #3285d4;
    padding: 12px 0px;
    font-size: 15px;
    color: #fff;
    border-radius: 6px;
}


/* 问题详情 */

.questiondetails {
    padding: 20px 15px 0px;
}

.questiondetails h4 {
    font-size: 16px;
    color: #333333;
}

.questiondetails h5 {
    display: flex;
    padding: 10px 0px;
}

.questiondetails h5 p {
    margin-right: 20px;
}

.questiondetails h5 img {
    width: 17px;
    height: 17px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.questiondetails h5 span {
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    color: #999999;
}

.questiondetails .questioncontent {
    font-size: 14px;
    color: #666666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}


/* 获奖 */

.awardwinning {
    display: flex;
    flex-wrap: wrap;
    padding-left: 15px;
}

.awardwinning li {
    width: 45.5%;
    margin-right: 15px;
    margin-bottom: 15px;
    box-shadow: 0px 0px 15px #e2e2e2;
    border-radius: 10px;
    padding-bottom: 5px;
}

.awardwinning li img {
    width: 100%;
    height: 150px;
}

.awardwinning li h4 {
    font-size: 15px;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    margin-bottom: 5px;
    padding-left: 8px;
}

.awardwinning li h5 {
    font-size: 14px;
    color: #666666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    margin-bottom: 5px;
    padding-left: 8px;
}

.awardwinning li p {
    font-size: 12px;
    color: #999999;
    padding-left: 8px;
}

.awardwinning li p span {
    color: #3285d4;
}

.awardwinning li .pimg img {
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    margin-right: 8px;
}

.awardwinning li .pimg span {
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    color: #999999;
}


/* 通知公告 */

.gonggaobox {
    padding: 15px 15px 0px;
    border-bottom: 1px solid #efefef;
}

.gonggaobox h4 {
    display: flex;
    justify-content: space-between;
    font-size: 15px;
    color: #333333;
    padding-bottom: 10px;
}

.gonggaobox h4 p {
    display: flex;
    align-items: center;
}

.gonggaobox h4 p img {
    display: inline-block;
    vertical-align: middle;
    width: 33px;
    height: 13px;
    margin-top: 3px;
    object-fit: cover;
    border-radius: 3px;
}

.gonggaobox h4 p span {
    display: inline-block;
    vertical-align: middle;
    width: 200px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.gonggaobox h4 .imagetext {
    width: 15px;
    height: 15px;
    object-fit: cover;
}

.gonggaobox .noticecontent {
    font-size: 14px;
    color: #666666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.gonggaobox h5 {
    display: flex;
    padding: 10px 0px;
}

.gonggaobox h5 p {
    margin-right: 20px;
}

.gonggaobox h5 img {
    width: 17px;
    height: 17px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.gonggaobox h5 span {
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    color: #999999;
}


/* 公告详情 */

.gonggaodetails {
    padding: 15px 15px 0px;
}

.gonggaodetails h5 {
    display: flex;
    padding: 10px 0px;
}

.gonggaodetails h5 p {
    margin-right: 20px;
}

.gonggaodetails h5 img {
    width: 17px;
    height: 17px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.gonggaodetails h5 span {
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    color: #999999;
}

.gonggaodetails h4 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.gonggaodetails .gonggaocont img {
    width: 100%;
    border-radius: 10px;
}

.gonggaodetails .gonggaocont p {
    font-size: 14px;
    color: #666666;
}

.gonggaodetails .gonggaocont .p1 {
    padding-bottom: 10px;
}

.gonggaodetails .gonggaocont .p2 {
    padding-top: 10px;
    text-indent: 2em;
}


/* 参赛院校 */

.collegebox .titletext {
    font-size: 14px;
    color: #045db0;
    padding: 15px 15px 0px;
}

.collegebox .collegelist {
    display: flex;
    flex-wrap: wrap;
    padding-left: 15px;
    padding-top: 15px;
}

.collegebox .collegelist li {
    width: 45.5%;
    margin-right: 15px;
    margin-bottom: 15px;
    box-shadow: 0px 0px 7px 0px #e2e2e2;
    border-radius: 8px;
}

.collegebox .collegelist li img {
    width: 100%;
    margin: 10px 0px;
}

.collegebox .collegelist li p {
    background-color: #f7f7f7;
    padding: 7px 10px 7px 10px;
    font-size: 14px;
    color: #666666
}


/* 培训视频 */

.trainvideo {
    display: flex;
    flex-wrap: wrap;
    padding-left: 15px;
}

.trainvideo li {
    width: 45%;
    margin-right: 15px;
    position: relative;
    box-shadow: 0px 0px 7px 0px #e2e2e2;
    border: 1px solid #f7f7f7;
    border-radius: 8px;
    margin-bottom: 15px;
}

.trainvideo li .img1 {
    width: 100%;
}

.trainvideo li .img2 {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 40px;
}

.trainvideo li p {
    background-color: #f7f7f7;
    padding: 7px 10px 7px 10px;
    font-size: 14px;
    color: #666666;
}

.trainvideo li p span {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}


/* 企业专区 */

.enterzone {
    padding: 15px;
}

.enterzone li {
    box-shadow: 0px 0px 7px 0px #e2e2e2;
    border: 1px solid #f7f7f7;
    margin-bottom: 15px;
}

.enterzone li img {
    width: 100%;
}


/* 企业专区详情 */

.bgcolor {
    background: url(../images/img/yebg.png) no-repeat;
    background-size: 100%;
    padding-bottom: 40px;
}

.foreword {
    padding: 0px 15px 15px;
}

.foreword img {
    width: 100%;
    border-radius: 10px;
}

.foreword p {
    font-size: 14px;
    color: #fff;
    margin-top: 15px;
    line-height: 25px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}

.foreword span {
    color: #fff;
    font-size: 14px;
    text-align: right;
    display: block;
    padding-top: 5px;
}

.selectti {
    padding: 0px 15px 15px;
}

.selectti h4 {
    font-size: 16px;
    color: #fff;
    text-align: center;
    padding-bottom: 15px;
}

.selectti img {
    width: 100%;
    border-radius: 10px;
}

.zhaopin h4 {
    font-size: 16px;
    color: #fff;
    text-align: center;
    padding-bottom: 15px;
}

.zhaopin .zplist {
    display: flex;
    flex-wrap: wrap;
    padding-left: 15px;
}

.zhaopin .zplist li {
    background-color: rgb(255, 255, 255);
    box-shadow: 0 0 5px #e5e5e5;
    padding: 10px 15px;
    width: 37%;
    margin-right: 15px;
    margin-bottom: 15px;
}

.zhaopin .zplist li .p1 {
    font-size: 14px;
    color: #333333
}

.zhaopin .zplist li .p2 {
    font-size: 16px;
    color: #e72222;
    padding: 5px 0px;
}

.zhaopin .zplist li h5 {
    display: flex;
    justify-content: space-between;
}

.newsinfo {
    margin-left: 15px;
}

.newsinfo h4 {
    font-size: 16px;
    color: #fff;
    text-align: center;
}

.newsinfo h5 {
    font-weight: normal;
    padding: 10px 0px;
}

.newsinfo h5 .p1 {
    font-size: 15px;
    color: #fff;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    width: 200px;
}

.newsinfo h5 .p2 {
    font-size: 14px;
    color: #fff;
    margin: 10px 0px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}


/* 创业专区 */

.jiejian {
    padding: 15px;
}

.jiejian .banner {
    border-radius: 5px;
    overflow: hidden;
    height: 150px;
    object-fit: cover;
    width: 100%;
}

.title-block {
    height: 26px;
    text-align: center;
}

.jiejian .block {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-flow: column-reverse nowrap;
    flex-flow: column-reverse nowrap;
    margin: 0 auto;
    font-size: 14px;
    color: #444;
    line-height: 28px;
}

.jiejian .block>.detail {
    max-height: 163px;
    margin-bottom: 10px;
    overflow: hidden;
    margin-top: 10px;
}

.jiejian .block>.case-block {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 120px;
    height: 24px;
    margin: 0 auto 0;
    color: #333;
    background: #fff;
    border-radius: 5px;
}

.jiejian .xl {
    width: 15px;
}

.jiejian .block>.case-block div:nth-of-type(1) {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
}

.jiejian .block>.case-block div:nth-of-type(2) {
    display: none;
}

.block>[type="checkbox"] {
    position: relative;
    display: block;
    width: 120px;
    height: 24px;
    margin: -24px auto 0;
    z-index: 1000;
    opacity: 0;
}

.jiejian .block>[type="checkbox"]:checked+.case-block div:nth-of-type(1) {
    display: none;
}

.jiejian .block>[type="checkbox"]:checked+.case-block div:nth-of-type(2) {
    display: block;
}

.jiejian .block>[type="checkbox"]:checked+.case-block+.detail {
    max-height: inherit;
}

.guidebox {
    padding: 0px 15px 15px;
}

.guidebox .text1 {
    display: flex;
    align-items: center;
    color: #3285d4;
    font-size: 16px;
    font-weight: 700;
}

.guidebox .line {
    display: block;
    width: 5px;
    height: 18px;
    background-color: #3285d4;
    border-radius: 10px;
    margin-right: 10px;
}

.guidebox .text2 {
    margin-top: 10px;
    font-size: 14px;
    color: #666666;
}

.guidebox .text2 p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    line-height: 25px;
}


/* 联系我们 */

.callusbox {
    padding: 15px;
}

.callusbox h4 {
    font-size: 16px;
    color: #333333;
}

.callusbox .lxrbox {
    padding-top: 10px;
    margin-bottom: 20px;
}

.callusbox .lxrbox p {
    font-size: 14px;
    color: #666666;
    line-height: 25px;
}


/* 注册 */

.registerbox h2 {
    padding: 15px 15px 0px;
    font-size: 20px;
    color: #2d2d2d;
    font-weight: 600;
}

.ml15 {
    margin-left: 15px;
}

.pr15 {
    padding-right: 15px;
}

.registebutton {
    padding: 20px 15px 20px;
    text-align: center;
}

.registebutton a {
    width: 100%;
    background-color: #3285d4;
    color: #fff;
    padding: 12px 0px;
    border: 0px;
    outline: none;
    border-radius: 5px;
    font-size: 15px;
    display: block;
}


/* 登录 */

.login_banner {
    background: url(../images/img/logindsbanner.png);
    object-fit: contain;
    height: 177px;
    background-size: 100%;
    background-repeat: no-repeat;
}


/* .logintext {
    font-size: 18px;
    padding: 5px;
}

.logintext p {
    color: #3285d4;
    text-align: center;
    background: #fff;
    padding: 15px;
    box-shadow: 0 0 9px #b9d6f7;
    width: 55%;
    display: table;
    border-radius: 50px;
    margin: -40px auto 0;
} */

.wjmm {
    text-align: right;
    padding: 15px;
}

.wjmm a {
    color: #045db0
}

.dl_box .weui-cell:before {
    border-top: 1px solid #e5e5e5;
}

.dl_box .weui-cell {
    padding: 20px;
}

.myzh {
    color: #8d9ead;
    text-align: center;
    padding: 15px 20px 20px;
}

.myzh a {
    color: #3285d4;
}

.kjdl p {
    position: relative;
    text-align: center;
    margin: 10px auto;
    width: 60%;
    color: #b2b2b2;
    font-size: 14px;
}

.kjdl p:before {
    position: absolute;
    content: "";
    width: 65px;
    height: 1px;
    background: #e5e5e5;
    left: 0;
    top: 14px;
}

.kjdl p:after {
    position: absolute;
    content: "";
    width: 65px;
    height: 1px;
    background: #e5e5e5;
    right: 0;
    top: 14px;
}

.kjdl li img {
    width: 35px;
    margin: 20px auto;
    text-align: center;
    display: block;
}

.kjdl ul {
    display: flex;
    align-items: center;
    padding: 0 20px;
}

.kjdl li {
    flex: 1;
}

.dl_box input:-moz-placeholder {
    color: #bababa;
}

.dl_box input::-moz-placeholder {
    color: #bababa;
}

.dl_box input:-ms-input-placeholder {
    color: #bababa;
}

.dl_box input::-webkit-input-placeholder {
    color: #bababa;
}

.dl_box .weui-label {
    width: 90px;
}


/* 学生个人中心 */

.student_wd {
    background: url(../images/wd_bj.png);
    background-repeat: no-repeat;
    background-size: 100%;
    padding: 25px 20px 80px;
    color: #fff;
    display: flex;
    align-items: center;
}

.llr_wd {
    background: url(../images/llr_bj.png);
    padding: 35px 20px 30px;
    background-size: 100%;
    background-repeat: no-repeat;
}

.student_wd .shengf {
    flex: 1;
}

.student_wd .shengf h2 {
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 15px;
}

.student_wd .shengf h2 a {
    color: #fff;
}

.student_wd .shengf h2 span {
    font-size: 12px;
    padding: 0 10px;
    margin-left: 15px;
    border: 1px solid #fff;
    border-radius: 5px;
}

.student_wd .shengf p {
    color: #fff;
    font-size: 12px;
}

.student_wd h3 {
    background: rgb(255, 255, 255, 0.6);
    padding: 5px 10px;
    font-size: 14px;
    border-radius: 5px;
}

.student_wd h3 a {
    color: #045db0;
}

.dd_td {
    background: #fff;
    padding: 20px 0;
    margin: -54px 15px 15px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    box-shadow: 0 0 5px #e5e5e5;
}

.dd_td li {
    flex: 1;
}

.dd_td li img {
    width: 30px;
    margin: 0 auto;
    display: table;
}

.dd_td li p {
    margin-top: 10px;
    text-align: center;
    font-size: 14px;
}

.xs_gr {
    margin: 10px;
    border-radius: 10px;
}

.xs_gr .weui-cell__hd img {
    width: 28px;
    margin-right: 15px;
    display: block
}

.weui-cells:before {
    border-top: 0;
}


/* .weui-cells:after {
    border: 0
} */

.xs_gr .weui-cell:before {
    border-top: 1px solid #e5e5e5;
}

.weui-tabbar {
    background: #fff;
    box-shadow: 0 0 5px #e5e5e5;
    position: fixed;
}

.weui-tabbar__item.weui-bar__item_on .weui-tabbar__icon,
.weui-tabbar__item.weui-bar__item_on .weui-tabbar__icon>i,
.weui-tabbar__item.weui-bar__item_on .weui-tabbar__label {
    color: #3285d4;
}

.weui-tabbar:before {
    border: 0;
}

.weui-tabbar__icon {
    display: inline-block;
    width: 22px;
    height: 22px;
    margin-bottom: 3px;
}

.pb50 {
    padding-bottom: 50px;
}


/* 基本信息 */

.jb_sczp {
    display: flex;
    align-items: center;
    margin-left: 15px;
    font-size: 14px;
    text-align: center;
    border-top: 1px solid #f0f0f0;
    padding-top: 15px;
}

.jb_sczp .weui-uploader__input-box {
    float: none;
    background: #f7f7f7;
    border: 0;
    width: 100%;
    height: 100px;
    border-radius: 10px;
}

.jb_sczp li {
    width: 50%;
}

.jb_sczp li .jianju {
    margin-right: 15px;
}

.jb_sczp li .jianju p {
    height: 40px;
}

.xs_jbzl .weui-cell:before {
    border-top: 1px solid #f0f0f0;
}

.gray30 {
    color: #4c4c4c!important;
}

.weui-label {
    color: #4c4c4c;
}

.header_left {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 2px;
    padding-left: 8px;
    height: 44px;
    text-align: center;
    float: left;
    line-height: 24px;
    font-size: 16px;
    color: #fff;
}

.header_left span {
    display: inline-block;
    vertical-align: middle;
}

.header_left .left-icon:before {
    content: "";
    border-left: 2px solid #fff;
    border-top: 2px solid #fff;
    border-right: 0px;
    border-bottom: 0px;
    width: 10px;
    height: 10px;
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    display: inline-block;
    margin: 6px auto;
}

.header {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 10;
    box-sizing: border-box;
    width: 100%;
    height: 44px;
    background-color: #045db0;
    border-bottom: 1px solid #045db0;
    padding: 0px 8px;
    color: #fff;
}

.header_title {
    position: absolute;
    right: 0px;
    left: 0px;
    z-index: -1;
    overflow: hidden;
    margin: 0 0px;
    min-width: 30px;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 18px;
    line-height: 44px;
    padding: 0px 54px;
}

.mt44 {
    margin-top: 44px;
}


/* 学生团队信息 */

.header .button:last-child {
    position: absolute;
    top: 5px;
    right: 15px;
    bottom: 5px;
}

.header_right {
    line-height: 34px;
    text-align: center;
    background-repeat: no-repeat;
    background-size: 28px;
    background-position: center;
    position: relative;
    font-size: 16px;
    color: #fff
}

.header_right a {
    color: #fff
}

.xs_tdxx {
    padding: 15px 15px 0px 0;
    border-top: 1px solid #f0f0f0;
    margin-left: 15px;
}

.xs_tdxx p {
    font-size: 14px;
    padding-bottom: 15px;
}

.xs_tdxx .weui-textarea {
    background: #f7f7f7;
    width: 100%;
    padding: 15px;
    font-size: 15px;
}

.duiyuan {
    position: fixed;
    z-index: 1111;
    background: #045db0;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    border-radius: 50px 0 0 50px;
    padding: 5px 10px;
}

.duiyuan a {
    display: flex;
    align-items: center;
}

.duiyuan a img {
    margin-right: 5px;
    width: 25px;
}

.duiyuan a p {
    color: #fff;
}

.tdxx_box .weui-cell:nth-last-of-type(6):before {
    border: 0;
}

.xs_jbzl:after {
    border: 0;
}


/* 联络人团队信息 */

.llr_seach {
    background-color: #fff;
    padding: 15px;
    margin-bottom: 10px;
}

.llr_seach input {
    width: 82%;
    height: 40px;
    padding-left: 10px;
    border: 1px solid #efefef;
    border-radius: 6px;
}

.llr_seach input::-webkit-input-placeholder {
    color: #999;
}

.llr_seach span {
    padding: 8px 10px;
    background-color: #045db0;
    color: #fff;
    font-size: 14px;
    border-radius: 5px;
}

.teaminfobox {
    background-color: #fff;
}

.teaminfobox li {
    padding: 15px 0px;
    border-bottom: 1px solid #efefef;
}


/* 指导老师信息 */

.dsxx_box {
    padding: 15px;
}

.dsxx_box h2 {
    padding-bottom: 15px;
    font-size: 16px;
    font-weight: normal;
}

.dsxx_box .dsxx {
    background: #f8fcff;
    padding: 15px;
    border-radius: 10px;
}

.dsxx_box .dsxx .dsxm {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.dsxx_box .dsxx .dsxm .dh {
    color: #666;
    font-size: 14px;
}

.maina-color {
    color: #3285d4;
}

.dsxx_box .dsxx .dsmz {
    display: flex;
    align-items: center;
}

.dsxx_box .dsxx .dsmz h3 {
    font-size: 16px;
    margin-right: 15px;
    font-weight: normal;
}

.dsxx_box .dsxx .jtxx p {
    padding-top: 15px;
    color: #808080;
    font-size: 14px;
}

.dsxx_box .dsxx .bianj {
    display: flex;
    justify-content: flex-end;
    margin-top: 25px;
    font-size: 14px;
}

.dsxx_box .dsxx .bianj .sc {
    display: flex;
    align-items: center;
    margin-left: 30px;
}

.dsxx_box .dsxx .bianj .sc p {
    color: #999;
}

.dsxx_box .dsxx .bianj .sc img {
    width: 14px;
    object-fit: contain;
    vertical-align: middle;
    margin-right: 6px;
}

.xs_jbzl h2 {
    font-size: 16px;
    padding: 15px;
    font-weight: normal;
}


/* 队员信息 */

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

.dyxx h2 span {
    color: #e72222;
    font-size: 12px;
    margin-left: 15px;
}

.dyxx p a {
    color: #045db0;
    font-size: 14px;
}

.sfz {
    display: flex;
    align-items: center;
}

.dsxx .jianju img {
    width: 100%;
    height: 100px;
}

.dsxx .jb_sczp {
    margin-left: 0;
    border-top: 0;
}

.dsxx .jb_sczp li .jianju p {
    font-size: 12px;
    color: #808080;
    margin-top: 10px;
}

.dsxx_box .dsxx {
    margin-top: 10px;
}


/* 报名管理 */

.bmgl {
    margin: 100px 15px 15px;
    background: #fff;
    padding: 15px 15px 20px;
}

.bmgl img {
    width: 60px;
    height: 60px;
    border-radius: 5x;
    margin-top: -42px;
    margin-bottom: 10px;
}

.bmgl_jj h3 {
    font-size: 16px;
    font-weight: normal;
    margin: 10px 0 15px;
}

.bmgl_jj h3 span {
    color: #999;
    font-size: 12px;
    margin-left: 15px;
}

.bmgl_jj span {
    color: #999;
    font-size: 12px;
}

.bmgl_jj .ckxq {
    padding-bottom: 15px;
    padding-top: 10px;
}

.bmgl_jj .ckxq a {
    color: #045db0;
}

.zhut {
    padding-top: 10px;
    color: #045db0;
}

.bmgl_jj p {
    font-size: 14px;
}


/* 流程 */

.lc_bt {
    position: relative;
    font-size: 16px;
    color: #045db0;
    padding: 15px 30px 10px;
}

.lc_bt:before {
    position: absolute;
    width: 4px;
    height: 17px;
    content: "";
    left: 15px;
    top: 19px;
    background: #045db0;
    border-radius: 10px;
}

.lc_box {
    padding: 0 15px;
    line-height: 35px;
    font-size: 14px;
}

.lc_box p {
    position: relative;
    padding-left: 20px;
}

.lc_box p:before {
    position: absolute;
    width: 8px;
    height: 8px;
    content: "";
    top: 15px;
    background: #d2d2d2;
    left: 0;
    border-radius: 10px;
}


/* 物流状态 */

.wl_box .kdh {
    font-size: 14px;
    line-height: 35px;
    padding: 15px;
}

.wl_box .kdh p {
    color: #666;
}

.wl_box .wlzt {
    background: #f7f7f7;
    border-radius: 10px;
    margin: 0 15px;
}

.wl_box .wlzt ul {
    padding: 15px;
    position: relative;
}

.wl_box .wlzt ul::before {
    position: absolute;
    content: " ";
    width: 1px;
    bottom: 40px;
    top: 92px;
    left: 20px;
    background: #e5e5e5;
}

.wl_box .wlzt h3 {
    font-size: 16px;
    color: #3285d4;
}

.wl_box .wlzt .active p {
    color: #3285d4;
}

.wl_box .wlzt li {
    overflow: hidden;
    display: flex;
    align-items: center;
    margin-top: 15px;
    color: #666;
    font-size: 14px;
    line-height: 30px;
}

.wl_box .wlzt .huiyuan {
    width: 10px;
    height: 10px;
    border-radius: 30px;
    background: #e5e5e5;
    margin-right: 30px;
}

.wl_box .wlzt .wlsj {
    margin-right: 30px;
}

.wl_box .wlzt p {
    color: #999;
}


/* 我的问答 */

.wenda_box {
    padding-left: 15px;
}

.wenda_box ul {
    padding-top: 15px;
}

.wenda_box li {
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 15px;
}

.wenda_box .wen {
    margin-top: 15px;
}

.wenda_box h3 {
    font-size: 14px;
    font-weight: normal;
}

.wenda_box .shijian {
    color: #999;
    padding: 5px 0;
    font-size: 12px;
}

.wenda_box .shijian img {
    margin-right: 10px;
    width: 15px;
    object-fit: contain;
    vertical-align: middle;
}


/* 问卷调查 */

.wjdc .sm {
    padding: 15px;
    font-size: 14px;
    color: #999;
}

.xiangg {
    padding: 0 15px 15px;
}

.wjdc .weui-cells .weui-cell {
    width: 50%;
}

.wjdc ul li {
    margin-top: 10px;
}

.wjdc ul li:first-child {
    margin-top: 0;
}

.wjdc .weui-cells {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 0 15px;
}

.wjdc .weui-cell {
    padding: 0px 0 15px;
}

.wjdc .weui-cell__bd p {
    font-size: 14px;
    color: #999;
}

.weui-cells_checkbox .weui-icon-checked:before {
    font-size: 18px;
}

.weui-cells_checkbox .weui-check:checked+.weui-icon-checked:before {
    content: '\EA06';
    color: #549ff3;
}

.wjdc .weui-cells:after {
    border: 0;
}

.wjdc .liuy {
    padding: 15px;
    background: #f7f7f7;
    margin: 0 15px;
}

.wjdc .liuy .weui-textarea {
    background: #f7f7f7;
    font-family: "Helvetica Neue";
    font-size: 14px;
}

.xzxx {
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    position: fixed;
    z-index: 1111;
    padding: 30px 15px 0;
}

.xzxx h2 {
    font-size: 16px;
    text-align: center;
}

.xzxx li {
    line-height: 36px;
    color: #333;
}

.xzxx ul {
    max-height: 400px;
    overflow-y: scroll;
}

.xzxx .qux {
    background: #3285d4;
    color: #fff;
    margin: 30px 0 10px;
    height: 48px;
    border-radius: 5px;
    font-size: 15px;
    text-align: center;
    line-height: 48px;
}