body{
    width: 100%;
}
.mainBox{
    width: 100%;
    height: 100%;
    display: flex;
    display: -webkit-box; /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
    display: -moz-box; /* 老版本语法: Firefox (buggy) */
    display: -ms-flexbox; /* 混合版本语法: IE 10 */
    display: -webkit-flex; /* 新版本语法: Chrome 21+ */
    justify-content: space-between;
    -webkit-box-pack: justify;
    -moz-justify-content: space-between;
    -webkit-justify-content: space-between;

    align-items: center;
    -webkit-box-align: center;
    -moz-align-items: center;
    -webkit-align-items: center;

    flex-direction: column;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
}

.main{
    width: 100%;
}
.banner{
    width: 100%;
    height: auto;
    min-width: 1200px;
}
.leftBox{
    width: 600px;
    height: 360px;
    position: relative;
}
.layui-carousel{
    background-color: #ffffff;
    width: 600px !important;
    height: 360px !important;
}
.layui-carousel>[carousel-item]>*{
    background-color: #ffffff;
}
.contentBox{
    background-color:#fbf9fc;
    background-position: left bottom;
    background-size: 100% 100%;
    height: 420px;
}
.content{
    width: 1050px;
    margin: 0 auto;
    display: flex;
    display: -webkit-box; /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
    display: -moz-box; /* 老版本语法: Firefox (buggy) */
    display: -ms-flexbox; /* 混合版本语法: IE 10 */
    display: -webkit-flex; /* 新版本语法: Chrome 21+ */
    padding: 30px 0;
    justify-content: space-between;
    -webkit-box-pack: justify;
    -moz-justify-content: space-between;
    -webkit-justify-content: space-between;

}
.rightBox{
    width: 310px;
    padding-top: 60px;
}
.loginTitle{
    background: url("/image/login_bg.png");
    background-size: 100% 100%;
    height: 25px;
    line-height: 25px;
    text-align: center;
    font-size: 24px;
    color: #393838;
}
.inputList{
    margin-top: 30px;
    border-right: 1px solid #bb9d84;
    border-bottom: 1px solid #bb9d84;
}
.inputList .inputBox{
    height: 38px;
    display: flex;
    display: -webkit-box; /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
    display: -moz-box; /* 老版本语法: Firefox (buggy) */
    display: -ms-flexbox; /* 混合版本语法: IE 10 */
    display: -webkit-flex; /* 新版本语法: Chrome 21+ */
    border-left: 1px solid #bb9d84;
    border-top: 1px solid #bb9d84;
}
.inputList input{
    width: 100%;
    height: 100%;
    padding: 0 10px;
    border: 0;
    box-sizing: border-box;
    outline: none;
}
.inputList .codeImg{
    width: 40%;
}
.subBox .btn{
    width: 100%;
    height: 38px;
    background-color: #c24620;
    margin-top: 30px;
    font-size: 16px;
    text-align: center;
    line-height: 38px;
    color: #fff;
}
.subBox>div{
    cursor: pointer;
}
.subBox .register{
    text-align: right;
    font-size: 14px;
    color: #a62021;
    line-height: 40px;
}
.listBox{
    width: 100%;
    padding: 20px 0;
    background: url("/image/bg.jpg") no-repeat;
    background-size: 100% 100%;
}
.listBox .title{
    width: 340px;
    height: 25px;
    font-size: 25px;
    text-align: center;
    color: #111111;
    margin: 0 auto;
    margin-bottom: 30px;
    background: url("/image/list_bg.png");
    background-size: 100% 100%;
}
.listBox .list{
    width: 1200px;
    margin: 0 auto;
}
.listBox .item{
    width: 360px;
    float: left;
    margin:20px;
    background-color: #fff;
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
}
.listBox .item>img{
    height: 195px;
}
.itemTitle{
    height: 60px;
    line-height: 60px;
    padding: 0 20px;
    font-size: 14px;
    color: #333;
}
.userBox{
    display: flex;
    display: -webkit-box; /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
    display: -moz-box; /* 老版本语法: Firefox (buggy) */
    display: -ms-flexbox; /* 混合版本语法: IE 10 */
    display: -webkit-flex; /* 新版本语法: Chrome 21+ */
    height: 50px;
    align-items: center;
    -webkit-box-align: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    padding: 0 20px;
    border-top: 1px solid #eee;
}
.userBox img{
    width: 24px;
    height: 24px;
    border-radius: 50%;
    margin-right: 10px;
}
.userBox .text{
    font-size: 12px;
    color: #333;
}
.succeedBox{
    width: 100%;
    height: 100%;
    display: flex;
    display: -webkit-box; /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
    display: -moz-box; /* 老版本语法: Firefox (buggy) */
    display: -ms-flexbox; /* 混合版本语法: IE 10 */
    display: -webkit-flex; /* 新版本语法: Chrome 21+ */
    align-items: center;
    -webkit-box-align: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    flex-direction: column;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    justify-content: center;
    -webkit-box-pack: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
}
.msgBox{
    display: flex;
    display: -webkit-box; /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
    display: -moz-box; /* 老版本语法: Firefox (buggy) */
    display: -ms-flexbox; /* 混合版本语法: IE 10 */
    display: -webkit-flex; /* 新版本语法: Chrome 21+ */
    width: 100%;
    justify-content: center;
    -webkit-box-pack: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-box-align: center;
    -moz-align-items: center;
    -webkit-align-items: center;
}
.msgBox .img{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 20px;
}
.myList{
    width: 100%;
    display: flex;
    display: -webkit-box; /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
    display: -moz-box; /* 老版本语法: Firefox (buggy) */
    display: -ms-flexbox; /* 混合版本语法: IE 10 */
    display: -webkit-flex; /* 新版本语法: Chrome 21+ */
    justify-content: center;
    -webkit-box-pack: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-box-align: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    margin-top: 30px;
    cursor: pointer;
}
.myList>div{
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
}
.myList .item{
    border-right: 1px solid #ccc;
}
.myList .item:last-child{
    border-right: 0;
}
.examBtn{
    width: 50%;
    height: 30px;
    text-align: center;
    background-color: #ff0000;
    line-height: 30px;
    color: #fff;
    border-radius: 6px;
    margin: 0 auto;
    margin-top: 5px;
    cursor: pointer;

}
.seeMore{
    height: 40px;
    display: flex;
    display: -webkit-box; /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
    display: -moz-box; /* 老版本语法: Firefox (buggy) */
    display: -ms-flexbox; /* 混合版本语法: IE 10 */
    display: -webkit-flex; /* 新版本语法: Chrome 21+ */
    align-items: center;
    -webkit-box-align: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-box-pack: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    cursor: pointer;
    color: #a62021;
}
.maskBox{
    display: flex;
    top: 0;
    left: 0;
}
.maskBox.active{
    display: none;
}
.mask{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,.7);
    z-index: 100;
}
.noticeBox{
    position: absolute;
    top: 10%;
    left: 0;
    right: 0;
    z-index: 999;
}
.notice{
    width: 420px;
    margin:0 auto;
    background-color: #fff;
    padding: 30px;
    border-radius: 8px;
}
.noticeTitle{
    text-align: center;
    font-size: 18px;
    line-height: 1.8;
    color: #ff0000;
}
.notice .text{
    margin-top: 10px;
    line-height: 1.8;
    color: #333;
}
.closeBtn{
    width: 50%;
    height: 40px;
    line-height: 40px;
    color: #fff;
    background-color: #ff0000;
    text-align: center;
    margin: 0 auto;
    border-radius: 8px;
    cursor: pointer;
    margin-top: 20px;
}
.publish{
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin-top: 5px;
}
.publish .text{
    margin-left: 5px;
}
.publish .text.red{
    color: red;
}
.publish .text.green{
    color: green;
}
/*媒体查询*/
@media only screen and (max-width: 768px) {
    .mainBox{
        width: 100%;
    }
    .itemTitle{
        padding: 0 5px;
        line-height: initial;
        display: flex;
        align-items: center;
    }
    .userBox{
        padding: 0 5px;
    }
    .userBox .text{
        line-height: 1.5;
    }
    .content{
        width: 100%;
        flex-direction: column;
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -moz-flex-direction: column;
        -webkit-flex-direction: column;
        padding-top: 0;
        padding-bottom: 0;
    }
    .leftBox{
        width: 100%;
        height: 200px;
        position: relative;
    }
    .layui-carousel{
        width: 100% !important;
        height: 200px !important;
    }
    .contentBox{
        background-size: auto 200px;
        height: 460px;
    }
    .loginTitle img{
        width: 70%;
        margin: 0 auto;
    }
    .banner{
        display: none;
        min-width: unset;
    }
    .inputBox #code{
        width: 60%;
    }
    .inputBox .codeImg{
        width: 40%;
    }
    .rightBox{
        width: auto;
        margin: 0 auto;
        padding: 10px 20px;
    }
    .loginBox{
        width: 100%;
    }
    .subBox .btn{
        margin-top: 15px;
    }
    .listBox .title{
     width: 100%;height: auto;
    }
    .listBox .list{
        width: 100%;
    }
    .list .item{
        width: 46%;
        margin: 2%;
    }

    .listBox .title>img{
        width: 60%;
        margin: 0 auto;
        height: auto;
    }
    .listBox .item>img{
        height: 140px;
    }
    .notice{
        width: auto;
        height: 100%;
        margin: 10px;
    }
    .notice .text{
        overflow-y: auto;
        height: 80%;
    }
    .noticeBox{
        bottom: 15%;
        top: 5%;
    }
}
