body {
    background-color: #fff;
}
/*按鈕背景渐变*/
.hslgrad{
    background: -webkit-linear-gradient(to right, #A84F3D, #CA7F45); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(to right, #A84F3D, #CA7F45); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(to right, #A84F3D, #CA7F45); /* Firefox 3.6 - 15 */
    background: linear-gradient(to right, #A84F3D, #CA7F45); /* 标准 */
}
/*顶部banner*/
.top-header img {
    width: 100%;
}
/*form表单*/
.form-content {
    margin: 0.5rem 1rem;
    font-size: 1.4rem;
    box-shadow :0rem 0rem 0rem 0px rgb(0 0 0 / 16%);
    border: none;
}
.form-item {
    margin-top: 1.2rem;
}
.form-content h1 {
    font-size: 2rem;
    text-align: center;
    
}
.el-form-item__content {
    margin-left: 0 !important;
}
.el-checkbox-button {
    width: 50%;
}
.el-checkbox-button__inner {
    width: 100%;
}
.el-col {
    border-radius: 4px;
}
.bg-purple-dark {
    background: #99a9bf;
}
.bg-purple {
    border: 0.01rem solid #d9d9d9;
}
.grid-content {
    border-radius: 0.5rem;
    border: 0.1rem solid #707070;
    height: 3.5rem;
    text-align: center;
    line-height: 3.5rem;
    margin-top: 1rem;
    font-size: 1.1rem;
    color: #666666;
}
.grid-content.current {
    border: 0.1rem solid #409EFF;
    color: #409EFF;
}
.el-row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.el-col-12 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.el-col-6 {
    padding-left: 0.3rem !important;
    padding-right: 0.3rem !important;
}
.form-item-box1 .el-col-12:nth-child(odd) {
    padding-right: 0.3rem !important;
}
.form-item-box1 .el-col-12:nth-child(even) {
    padding-left: 0.3rem !important;
}
.form-item-box2 .el-col-12:nth-child(odd) {
    padding-right: 0.3rem !important;
}
.form-item-box2 .el-col-12:nth-child(even) {
    padding-left: 0.3rem !important;
}
.form-item-box2 .el-col-6:nth-child(4n+7) {
    padding-left: 0 !important;
}
.form-item-box2 .el-col-6:nth-child(4n+6) {
    padding-right: 0 !important;
}
.el-input {
    margin-top: 0.5rem;
}
.el-input__inner{
    background-color: #E9E9E9;
}
.el-button--primary {
    color: #FFF;
    background: -webkit-linear-gradient(to right, #A84F3D, #CA7F45); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(to right, #A84F3D, #CA7F45); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(to right, #A84F3D, #CA7F45); /* Firefox 3.6 - 15 */
    background: linear-gradient(to right, #A84F3D, #CA7F45); /* 标准 */
    border: none;
    border-color: none;
    width: 100%;
}
.column {
    text-align: center;
    font-size: 1rem;
}
.form-item-box5 .el-form-item__content {
    text-align: center;
}
.form-item-box5{
    margin: 2rem auto;
}
.form-item-box5 .el-form-item {
    margin-bottom: 0;
}
.el-radio__label {
    font-size: 1rem;
}
.hsltit {
    padding: 3rem 1rem 0 1rem;
    position: relative;
    text-align: center;
    margin-bottom: 2rem;
}
.hsltit {
    border-bottom: none;
}
.hsltit h3 {
    text-align: center;
    font-weight: bold;
    color: #333;
    font-size: 2.08rem;
    height: 2.4rem;
    line-height: 2.4rem;
    display: inline-block;
    background-color: #fff;
    position: relative;
    padding: 0 0.5rem;
}
.hsltit-left{
    color: #A84F3C;
}
.hslbox1{
    margin-top: -1rem;
}
.hslbox1-hsltit-content{
    font-size: 1.3rem;
    width: 54%;
    height: 2.5rem;
    line-height: 2.5rem;
    color: white;
    margin: 1rem auto;
    background-image: url(../images/3.jpg);
    background-size:100% 100%;
    background-repeat: no-repeat;
    
    
}
.hslbox1-hsltit-content span{
    color:#FDED43
}
/*选对学校至关重要*/
.hslbox2{
    width: 100.7%;
    background-color: #EEEEEE;
}
.hslbox2 h3{
    background-color: #EEEEEE;  
}
.hslbox2-wrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width:100%
}
.hslbox2-wrap-card{
    height:15rem;
    margin-bottom: 1.5rem;
    width:50%;
}
.hslbox2-wrap-card img{
    width:100%;
    height: 100%;
    cursor:pointer;
}
.hslbox2-wrap-card h4{
    font-size: 1.3rem;
    text-align: center;
}
.hslbox2-wrap-card-box {
    width: 92%;
    height: 98%;
    border-radius: 0.6rem;
    border: 1px solid #999;
    position: relative;
    margin: 1rem 1rem;
}
.hslbox2-wrap-card-inner {
    position: absolute;
    width: 97%;
    height: 95%;
    border-radius: 0.6rem;
    border: 1px solid #999;
    left: -0.7rem;
    top: -0.5rem;
    padding: 0.3rem;
    background: #fff;  
}
.hslbox2-wrap-card-body{
    height: 80%;    
}
.hslbox2-wrap-card-foot{
    height:1rem;
    line-height: 1rem;
    margin-top: 0.9rem;
    font-size: 1.1rem;
    text-align: center;
}
.hslbox2-foot{
    margin-top: 1rem;
}
.hslbox2-foot img{
    width: 100%;
}

/*学习一门好技术，成就一个好未来*/
.hlsbox3{
    width: 100.7%;
}
.hslbox3 p{
    color: white;
    background-color: #CA7F45;
    width: 30%;
    height: 3rem;
    line-height: 3rem;
    font-size: 1.5rem;
    margin: 1rem auto;
    text-align: center;
    border-radius: 3rem;
}
.hslbox3-wrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;  
}
.hslbox3-wrap-card {
    height: 15rem;
    margin-bottom: 1.5rem;
    width:50%;
}
.hslbox3-wrap-card img{
    width:100%;
    height: 100%;
    cursor:pointer;
}
.hslbox3-wrap-card h4{
    font-size: 1.3rem;
    text-align: center;
}
.hslbox3-wrap-card-body{
    height: 68%;
}
.hslbox3-wrap-card-body img{
    border-radius: 0.5rem;
}
.hslbox3-wrap-card-foot{
    height:1rem;
    line-height: 1rem;
    margin-top: 0.9rem;
    font-size: 1.1rem;
    text-align: center;
}
.hslbox3-wrap-card-box {
    width: 92%;
    height: 98%;
    border-radius: 0.6rem;
    border: 1px solid #999;
    position: relative;
    margin: 1rem 1rem;
}
.hslbox3-wrap-card-inner {
    position: absolute;
    width: 97%;
    height: 95%;
    border-radius: 0.6rem;
    border: 1px solid #999;
    left: -0.7rem;
    top: -0.5rem;
    padding: 0.3rem;
    background: #fff;  
}
.hslbox3-submit-left{
    width:90%; 
    height:3rem;
    line-height: 3rem;
    border:none;
    border-radius: 2rem;
    color:#fff; 
    font-size:1.3rem; 
    margin: 0rem 1rem;
}
.hslbox3-submit-right{
    width:90%; 
    height:3rem;
    line-height: 3rem;
    border:none;
    border-radius: 2rem; 
    color:#BC7041;
    background-color: white;
    border: 1px solid #AB533D;
    font-size:1.3rem; 
    margin: 0rem 1rem;    
}

/*打造更懂市场的课程*/
.hslbox4{
    width: 100.7%;
    margin-top: -11rem;
    padding-bottom: 0.5rem;
    background-color: #EEEEEE;
}
.hslbox4 h3{
    margin-top: -1rem;
    background-color: #EEEEEE;
}
.hslbox4-box {
    width: 95%;
    height: 13.2rem;
    border-radius: 0.6rem;
    border: 1px solid #999;
    position: relative;
    margin: 1.5rem auto;
    margin-left: 1rem;
}    
.hslbox4-box-inner {
    position: absolute;
    width: 99%;
    height: 12.7rem;
    border-radius: 0.6rem;
    border: 1px solid #999;
    left: -0.6rem;
    top: -0.6rem;
    padding: 0.3rem;
    overflow: hidden;
    background: #fff;
    display: flex;
}
.hslbox4-box-inner-p{
    position: absolute;
    text-align: center;
    font-size: 1.3rem;
    color: white;
    letter-spacing: 0.1rem;
    background-color: #C97E44;
    top: 0.2rem;
    left: -2.5rem;
    border-radius: 0.5rem;
    padding-right: 2rem;
    width: 8rem;
    transform: rotate(-45deg);
}
.hslbox4-box-picture {
    width: 50%;
    height: 100%;
    border-radius: 10px;
}    
.hslbox4-box-picture img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}
.hslbox4-box-right {
    padding-left: 1rem;
}
.hslbox4-box-right-title{
    text-align: left;
    margin-left: 0.5rem;
    margin-top: 0.5rem;
    font-size: 1.6rem;
    font-weight: bolder;
}
.hslbox4-box-right-content{
    font-size: 1.2rem;
    font-weight: normal;
    text-align: left;
    margin-top: 0.6rem;
    margin-left: 0.6rem;
}    
.hslbox4-box-btns {
    width: 100%;
    display: flex;
    margin-top: 1rem;
    justify-content: space-between;
}        
.hslbox4-box-btn-left {
    width: 100%;
    text-align: center;
    background: #CA8044;
    padding: 0.5rem;
    border-radius: 1.5rem;
    font-size: 1.2rem;
    margin-left: 4%;
    font-weight: normal;
    cursor:pointer;
}
.hslbox4-box-btn-left a{
    color: white;    
}
.hslbox4-box-btn-right {
    width: 100%;
    text-align: center;
    background: white;
    padding: 0.5rem;
    border-radius: 1.5rem;
    border: 1px solid #CA8044;
    color: #CA8044;
    font-size: 1.2rem;
    margin-left: 3%;
    font-weight: normal;
    cursor:pointer;
}
.hslbox4-box-btn-right a{
    color: #CA8044;   
}

/*校企合作 高薪就业*/
.hslbox5-wrap{
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    padding: 0.5rem;
}
.hslbox5-card-wrap {
    display: flex;
    flex-wrap: wrap;
}
.hslbox5-card-item {
    flex-basis: 25%;
    margin-bottom: 0.8rem;
    padding: 0rem 0.5rem;
    box-sizing: border-box;
}
.hslbox5-card-item img{
    width: 100%;
    cursor:pointer;
}

/*98%学员都关心的问题*/
.hslbox6{
    width: 100%;
}
.hslbox6-wrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;  
}
.hslbox6-wrap-card {
    width:50%;
    margin: 0.5rem auto;
}
.hslbox6-wrap-card-text{
    width: 90%;
    height: 3rem;
    line-height: 3rem;
    margin: 0rem auto;
    padding-left: 1rem;
    font-size: 1rem;
    background: url(../images/9.jpg) no-repeat right;
    background-size:20% 100%;
    background-color: #EEEEEE;
    border-radius: 1rem;  
}


