html{
    width:100%;
    height:100%;
}
body{
    width:100%;
    height:100%;
}
.layui-layout{
    min-width: 1200px;
}
.site-banner {
    position: relative;
    height: 780px;
    text-align: center;
    overflow: hidden;
    background-color: #ffffff;
    /*top: -60px;*/
}
.site-banner-bg{
    background: url(./imgs/banner-bg.png) no-repeat top center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    /*background-size: 100% 100%;*/
}
.site-banner-bg, .site-banner-main {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
/*比赛名称*/
.index-race-title{
    position: absolute;
    top: 7rem;
    right:35rem;
}
.index-race-num{
    position: relative;
    font-size: 5rem;
    font-weight: 600;
    color: #202428;
}
.index-race-name{
    font-size: 3.5rem;
    position: relative;
    left: 25rem;
    font-weight: 500;
    color: #202428;
    width: 592px;
    word-break: break-word;
    text-align: left;
}
/*报名按钮*/
.index-race-baoming{
    position: absolute;
    top: 36rem;
    right:10rem;
}
.design-self{
    font-size: 1.5rem;
    font-weight: 400;
    background-color: #d9925b;
}
.design-self a{
    color: #ffffff;
}
.index-race-nav{
    position: relative;
    top: 42rem;
}
.design-nav{
    margin: 0 8rem;
}
.design-nav-selected{
    background: url(./imgs/index-selected.png) no-repeat center center !important;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: #ffffff !important;
}
.design-nav{
    background: url(./imgs/index-unselect.png) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 116px;
    font-size: 1.2rem;
    font-weight: 500;
    color: #d9925b;
}
.design-nav{
    font-size: 1.2rem;
    font-weight: 500;
    color: #d9925b;
}
.design-nav:hover{
    color: #d9925b;
}
.site-message {
    position: relative;
    height: 600px;
    text-align: center;
    overflow: hidden;
    background-color: #ffffff;
    /*top: -60px;*/
}
/*消息动态*/
.index-title{
    position: relative;
    top: 4rem;
    height: 80px;
    background: url(./imgs/index-title.png) no-repeat center center !important;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    font-size: 2rem;
    line-height: 80px;
}
.site-message-main{
    position: relative;
    margin: 0 auto;
    top: 6rem;
    width: 1200px;
    display: flex;
    /*background-color: #00F7DE;*/
    height: 400px;
    justify-content:space-between
}
.site-message-main-newslist{
    width: 50%;
    display: flex;
    align-items: center;
    justify-content:center;
    flex-direction:column;
}
.site-message-main-logo{
    width: 50%;
    background: url(./imgs/index-msg-logo.png) no-repeat center center !important;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.message-main-newslist-item{
    width: 100%;
    margin-top:20px;
}
.msg-item-header{
    height: 30px;
    line-height: 30px;
    background-color: #559bff;
    width: 100%;
    color: #000000;
    border: 1px solid #559bff;
    text-align: left;
    overflow: hidden;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.msg-item-header span{
    color: #000000;
    margin-left:10px;
    font-size: 0.8rem;
    font-weight: 800;
}
.msg-item-body{
    height: 150px;
    background-color: #FFFFFF;
    width: 100%;
    color: #696969;
    border: 1px solid #cccccc;
    box-shadow: 5px 5px 5px #888888;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    display: flex;
    align-items: flex-start;
    justify-content:flex-start;
    flex-direction:column;
}
.msg-item-body div{
    margin: 5px 10px;
}
.item-body-date{
    height: 15px;
    line-height: 15px;
}
.item-body-date-logo{
    background: url(./imgs/date-logo.png) no-repeat center center !important;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.item-body-info{
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    height: 76px;
    min-height: 76px;
}
/*引言*/
.site-yinyan {
    position: relative;
    height: 300px;
    text-align: center;
    overflow: hidden;
    /*background-color: #ffffff;*/
    /*top: -60px;*/
}
.site-yinyan-main{
    position: relative;
    margin: 0 auto;
    top: 6rem;
    width: 1200px;
    height: 200px;
}
/*流程*/
.site-flow{
    position: relative;
    height: 510px;
    text-align: center;
    overflow: hidden;
    background-color: #ffffff;
    /*top: -60px;*/
}
.site-flow-main{
    position: relative;
    margin: 0 auto;
    top: 6rem;
    width: 1200px;
}
.site-flow-main{
    display: flex;
    align-items: center;
    justify-content:center;
    flex-direction:row;
    z-index: 2;
}
.flow-item{
    background: url(./imgs/flow1.png) no-repeat top left;
}
.flow-item-num-1{
    background: url(./imgs/flow1.png) no-repeat top left;
    -webkit-background-size: 170px auto;
    -moz-background-size: 170px auto;
    -o-background-size: 170px auto;
    background-size: 170px auto;
}
.flow-item-num-2{
    background: url(./imgs/flow2.png) no-repeat top left;
    -webkit-background-size: 170px auto;
    -moz-background-size: 170px auto;
    -o-background-size: 170px auto;
    background-size: 170px auto;
}
.flow-item-num-3{
    background: url(./imgs/flow3.png) no-repeat top left;
    -webkit-background-size: 170px auto;
    -moz-background-size: 170px auto;
    -o-background-size: 170px auto;
    background-size: 170px auto;
}
.flow-item-num-4{
    background: url(./imgs/flow4.png) no-repeat top left;
    -webkit-background-size: 170px auto;
    -moz-background-size: 170px auto;
    -o-background-size: 170px auto;
    background-size: 170px auto;
}
.flow-item-num-5{
    background: url(./imgs/flow5.png) no-repeat top left;
    -webkit-background-size: 170px auto;
    -moz-background-size: 170px auto;
    -o-background-size: 170px auto;
    background-size: 170px auto;
}
.flow-item{
    height: 360px;
    width: 170px;
    display: flex;
    flex-direction: column;
    margin-right: 15px;
}
.flow-item-top{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.flow-item-top div{
    height: 85px;
    text-align: center;
    color: #fff;
}
.flow-item-top-left{
    line-height: 85px;
    font-size: 3.8rem;
    width: 50%;
}
.flow-item-top-right{
    font-size: 1.7rem;
    text-align: left;
    width: 50%;
    padding-right: 24px;
}
.flow-item-mid{
    display: flex;
    flex-direction: column;
    justify-content: start;
    font-size: 0.8rem;
    height: 25px;
    color: #949494;
}
.flow-item-data{
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 0.8rem;
    height: 140px;
    color: #949494;
}
.flow-item-data div{
    height: 25px;
}
.site-flow-bottom{
    display: flex;
    justify-content:center;
}
.site-flow-bottom-info{
    width: 1200px;
    height: 20px;
    background-color: #e0dcdc;
    position: relative;
    z-index: 1;
    top: 18px;
    border-radius: 7px;
}

/*参赛说明*/
.site-shuoming{
    position: relative;
    height: 300px;
    text-align: center;
    overflow: hidden;
    /*background-color: #ffffff;*/
    /*top: -60px;*/
}
.site-shuoming-main{
    position: relative;
    margin: 0 auto;
    top: 6rem;
    width: 1200px;
    height: 200px;
}

/*参赛院校*/
.site-school{
    position: relative;
    min-height: 530px;
    text-align: center;
    overflow: hidden;
    background-color: #ffffff;
    /*top: -60px;*/
}
.site-school-main{
    display: flex;
    align-items: center;
    justify-content:start;
    flex-direction:row;
    width: 900px;
    margin: 0 auto;
    flex-wrap:wrap;
    /*position: relative;*/
    margin-top:110px;
}
.school-item{
    width: 160px;
    height: 20px;
    margin: 30px 20px;
    font-size: 1rem;
    font-weight: bolder;
    /*background: url(./imgs/school.jpg) no-repeat top left;*/
    /*-webkit-background-size: 160px auto;*/
    /*-moz-background-size: 160px auto;*/
    /*-o-background-size: 160px auto;*/
    /*background-size: 160px auto;*/
}

/*顶部*/
.layui-layout-right .layui-nav-item{
    margin-right: 20px;
}
.layui-layout-right .layui-nav-item button{
    font-size: 14px;
    font-weight: 400;
    background-color: #d9925b;
}
.design-self-div{
    background-color: unset !important;
    font-size: 17px !important;
}

@media screen and (max-width: 768px){
    .layui-layout{
        min-width: 100%;
    }
    .layui-hide-xs{
        display:unset !important;
    }
    .layui-layout-right .layui-nav-item {
        margin-right: 5px;
    }
    .layui-nav{
        padding: 0;
    }
    .layui-btn{
        padding: 0 10px
    }

    .site-banner-bg{
        background: url(./imgs/banner-bg.png) no-repeat top left;
    }
    .index-race-title {
        position: absolute;
        top: 8rem;
        right: 0rem;
    }
    .index-race-name {
        font-size: 1.8rem;
        position: relative;
        left: 1rem;
        font-weight: 500;
        color: #ffffff;
        width: 100%;
        word-break: break-word;
        text-align: left;
    }

    .site-banner{
        height: 350px;
    }

    .index-race-baoming {
        position: absolute;
        top: 14rem;
        right: 3rem;
    }
    .design-self {
        font-size: 1rem;
        font-weight: 400;
        background-color: #d9925b;
    }
    .index-race-nav {
        position: relative;
        top: 18rem;
    }
    .design-nav {
        font-size: 1rem;
        font-weight: 500;
        color: #d9925b;
    }
    .design-nav {
        margin: 0 1rem;
    }
    .design-nav {
        background: url(./imgs/index-unselect.png) no-repeat center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        width: 85px;
        font-size: 1rem;
        font-weight: 500;
        color: #d9925b;
    }
    .site-message{
        height: auto;
    }
    .index-title {
        position: relative;
        top: 0rem;
        height: 80px;
        background: url(./imgs/index-title.png) no-repeat center center !important;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        font-size: 2rem;
        line-height: 80px;
    }
    .site-message-main {
        position: relative;
        margin: 0 auto;
        top: 0rem;
        width: 100%;
        display: flex;
        /* background-color: #00F7DE; */
         height: auto;
        justify-content: center;
    }
    .site-message-main-newslist {
        width: 95%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
    .site-message-main-logo {
         display: none;
    }
    .message-main-newslist-item {
        width: 100%;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .site-flow {
        display: none;
    }
    .site-school{
        height: auto;
    }
    .site-school-main {
        display: flex;
        align-items: center;
        justify-content: start;
        flex-direction: row;
        width: 100%;
        margin: 0 auto;
        flex-wrap: wrap;
        position: relative;
         top: 0px;
    }
    .school-item {
        width: 50%;
        height: 20px;
        margin: 30px 0px;
        font-size: 1rem;
        font-weight: bolder;
        /* background: url(./imgs/school.jpg) no-repeat top left; */
        /* -webkit-background-size: 160px auto; */
        /* -moz-background-size: 160px auto; */
        /* -o-background-size: 160px auto; */
        /* background-size: 160px auto; */
    }
    .site-bottom-main{
        width: 100%;
        padding-left:10px;
        padding-right:10px;
    }
    .site-footer{
        font-size: 0.6rem;
    }
    .link-me{
        display: none;
    }
}

