.content{
    width: 100%;
}
.contetnBox{
    width: 1180px;
    margin: auto;
    padding-bottom: 100px;
}
.choseTypeTitle{
    font-size: 16px;
    color: #333;
    height: 58px;
    line-height: 58px;
}
/*选择类型*/
.infoType{
    width: 100%;
    height: 38px;
    overflow: hidden;
}
.infoType ul{
    width: 100%;
    height: 37px;
    border-bottom: 1px solid #bdbdbd;
}
.infoType ul li{
    float: left;
    width: 120px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 16px;
    color: #333;
    border: 1px solid #bdbdbd;
    border-bottom: 0;
    cursor: pointer;
}
.infoType ul .activeType{
    color: #0084e0;
    border-top: 5px solid #0084e0;
    border-bottom: 3px solid #fff;
    height: 40px;
    background: #fff;
    z-index: 10;
}
.border-left-0{
    border-left: 0 !important;
}
/*填写信息*/
.infoDetails{
    width: 770px;
    border: 1px solid #bdbdbd;
    border-top: 0;
    height: 720px;
}

.infoDetailsBox {
    border: 1px solid #bdbdbd;
    border-width: 0 1px 1px 1px;
}

.infoDetailsBox::after {
    display: block;
    content: ' ';
    clear: both;
}

    /*填写信息*/
.infoDetails1{
    width: 770px;
    border-right: 1px solid #bdbdbd;
    border-top: 0;
    margin-bottom: 30px;
}

.infoDetails2{
    width: 770px;
    border-right: 1px solid #bdbdbd;
    border-top: 0;
    height: 720px;
}
.inputBox .colorRed{
    color: #fa0000;
}
.inputBox label{
    font-size: 14px;
    color: #333;
    vertical-align: top;
    display: inline-block;
    width: 130px;
    text-align: right;
    height: 34px;
    line-height: 34px;
}
.inputBox input{
    width: 278px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #bdbdbd;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    font-size: 14px;
    color: #333;
    text-indent: 10px;
}
.inputBox textarea{
    padding: 10px;
    width: 570px;
    height: 140px;
    resize: none;
    border: 1px solid #bdbdbd;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    font-size: 14px;
    color: #333;
}

.layui-input-inline input{
    width: 140px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #bdbdbd;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    font-size: 14px;
    color: #333;
    text-indent: 10px;
}
.submitBtn{
    margin-top: 45px;
}
.submitBtn span{
    display: inline-block;
    width: 144px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    background: #0084e0;
    color: #fff;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    cursor: pointer;
}
.submitBtn span:hover{
    background: #0876c2;
}

/*参与指南*/
.guideBox{
    border-right: 1px solid #bdbdbd;
    border-bottom: 1px solid #bdbdbd;
    height: 720px;
}

.guideBox .guideTitle{
    font-size: 16px;
    color: #0084e0;
    text-indent: 10px;
    line-height: 36px;
}

/*参与指南*/
.guideBox2{
    height: 720px;
}
.guideBox2 .guideTitle{
    font-size: 16px;
    color: #0084e0;
    text-indent: 10px;
    line-height: 36px;
}

/*参与指南*/
.guideBox3{
    border-right: 1px solid #bdbdbd;
    border-bottom: 1px solid #bdbdbd;
    height: 960px;
}
.guideBox3 .guideTitle{
    font-size: 16px;
    color: #0084e0;
    text-indent: 10px;
    line-height: 36px;
}
.guideDetails{
    padding-left: 48px;
    position: relative;
    padding-right: 23px;
}
.guideDetails .guideNum{
    position: absolute;
    left: 10px;
    top: 3px;
}
.guideDetails ul li{
    height: 78px;
}
.guideDetails ul li p{
    line-height: 28px;
    font-size: 14px;
    color: #333;
}
.guideValue{
    border-top: 1px solid #bdbdbd;
}
.guideValue p{
    font-size: 14px;
    color: #333;
    line-height: 28px;
}
/*弹窗*/
.tipBox{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999999;
    font-size: 16px;
    color: #333;
}
.tipBox .tipBg{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000;
    opacity: 0.5;

}
.tipBox .successTip{
    position: absolute;
    z-index: 10;
    width: 300px;
    height: 30px;
    background: #fff;
    top: 50%;
    left: 50%;
    margin-top: -40px;
    margin-left: -150px;
}
.tipBox .successTip .successTxt{
    padding-left: 50px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    position: relative;
}
.tipBox .successTip .successTxt img{
    position: absolute;
    left: 0;
    top: 0;
}
/*老师、企业提交申请成功弹窗*/
.signSuccessTip{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 335px;
    height: 115px;
    padding: 24px;
    background: #fff;
    z-index: 10;
    margin-left: -191px;
    margin-top: -81px;
}
.signSuccessTip .sucessTitle{
    padding-left: 54px;
    position: relative;
    height: 30px;
    line-height: 30px;
}
.signSuccessTip .sucessTitle img{
    position: absolute;
    top: 0;
    left: 4px;
}
.signSuccessTip .signSuccessTxt{
    padding-left: 54px;
    padding-right: 20px;
    padding-top: 10px;
}
.signSuccessTip .signSuccessTxt p{
    font-size: 14px;
    color: #666;
    line-height: 30px;
}
* {
    -webkit-box-sizing: content-box !important;
    box-sizing: border-box !important;
}