body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Microsoft YaHei-Regular';
}

ul {
    padding: 0;
    margin: 0;
}
a{
	text-decoration: none;
    color: #AAAAAA;
}
.flex {
    display: flex;
    align-items: center;
}

.skillsTraining .side-nav .nav-item.active-jnpx {
    background-color: #e7eeff;
    color: #165DFF;
}

img {
    width: 100%;
    vertical-align: middle;
}

.icon {
    width: 16px;
    margin: 0 5px 0 0;
}

.box {
    min-width: 1220px;
    background-color: #fbfbfb;
}

.header {
    background-color: #ebf0fb;
    height: 52px;
}

.cover {
    height: 340px;
    background-image: url(../img/bg4.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.cover .title {
    text-align: center;
    font-weight: bold;
    font-size: 36px;
    color: #fff;
    margin: 0 0 25px 0;
}

.cover .title span {
    font-weight: bold;
    font-size: 36px;
    color: #FF7D00;
}

.cover .detail {
    color: #fff;
    width: 500px;
    margin: 0 auto;
    text-align: center;
}

.head {
    width: 1200px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 10px;
    height: 80px;
    margin: 30px auto 0;
}

.head .item {
    border-radius: 10px;
    background-color: #f5f7fa;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    color: #1E40AF;
    font-weight: bold;
    box-shadow: 0px 3px 5px 0px rgba(224, 224, 224, 0.73)
}

.head .item .small {
    font-size: 12px;
    font-weight: normal;
    color: #696969;
}

/* skillsTraining */
.skillsTraining {
    width: 1200px;
    max-width: 1200px;
    margin: 55px auto 0;
}

.skillsTraining .title {
    text-align: center;
    font-size: 28px;
    font-weight: bold;
}

.skillsTraining .detail {
    text-align: center;
    font-size: 16px;
    color: #AAAAAA;
    margin: 30px 0 0;
}

.skillsTraining .side-nav {
    width: 200px;
    min-width: 200px;
    padding: 20px 10px;
    text-align: center;
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
}

.skillsTraining .side-nav .nav-item {
    color: #AAAAAA;
    padding: 15px 0;
    border-radius: 10px;
}

.skillsTraining .side-nav .nav-item:hover {
    background-color: #e7eeff;
    color: #165DFF;
}

.skillsTraining .content {
    display: flex;
    margin: 30px 0 0;
}

.skillsTraining .right {
    flex: 1;
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
    padding: 20px;
    margin: 0 0 0 10px;
}

.skillsTraining .card_list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    row-gap: 40px;
    column-gap: 20px;
    color: #AAAAAA;
}

.skillsTraining .card .top {
    border-radius: 10px;
}
.skillsTraining .card .top img {
    margin: 0 0 -46px 0;
}
.skillsTraining .label_box{
    width: 100%;
    height: 50px;
    margin: 0 0 -50px 0;
    display: flex;
    align-items: center;
    padding: 0 0 0 10px;
}
.skillsTraining .hot-project {
    width: fit-content;
    border-radius: 50px;
    background-color: #355EE7;
    color: #fff;
    font-size: 14px;
    padding: 5px 15px;
    transform:rotate(0deg);
}

.skillsTraining .name {
    color: #fff;
    text-align: center;
    line-height: 46px;
}
.skillsTraining .card .detail {
    text-align: left;
    margin: 5px 0 0 0;
}
.skillsTraining .skills {
    font-size: 14px;
    margin: 10px 0 5px 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.skillsTraining .skills div {
    background-color: #E7EEFF;
    padding: 2px 10px;
    border-radius: 50px;
    color: #165DFF;
    margin: 0 10px 5px 0;
}

.skillsTraining .look {
    color: #165DFF;
    text-align: left;
    margin: 10px 0 0 0;
}


.recommend-box {
    padding: 50px 0;
}

.recommend {
    width: 1200px;
    max-width: 1200px;
    margin: 0 auto;
}

.recommend .title {
    text-align: center;
    font-size: 28px;
    font-weight: bold;
}

.recommend .detail {
    text-align: center;
    font-size: 16px;
    color: #AAAAAA;
    margin: 30px 0;
}

.recommend .card_list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 20px;
    row-gap: 20px;
}

.recommend .card {
    font-size: 12px;
    background: #FFFFFF;
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}

.recommend .top {
    color: #fff;
    font-size: 12px;
    padding: 15px;
    background-image: url(../img/img1.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 130px;
    display: flex;
    flex-direction: column;
}

.recommend .tip {
    background-color: #ff7d00;
    color: #fff;
    width: fit-content;
    padding: 5px;
    font-size: 12px;
    border-radius: 5px;
    margin: 0 5px 0 auto;
}

.recommend .hot {
    background-color: #ff7d00;
}

.recommend .new {
    background-color: #36d399;
}

.recommend .chang {
    background-color: #165dff;
}

.recommend .time {
    width: fit-content;
    font-size: 12px;
    margin: auto 0 0 0;
}

.recommend .card .detail {
    text-align: left;
    font-size: 12px;
    margin: 10px 0 0 0;
    color: #333;
}

.recommend .bot {
    padding: 15px;
}

.recommend .user {
    display: flex;
    align-items: center;
}

.recommend .user .avator {
    width: 35px;
    height: 35px;
    margin: 0 10px 0 0;

}

.recommend .user .name {
    font-size: 15px;
    font-weight: bold;
}

.recommend .user .job {
    font-size: 12px;
    color: #333;
}

.recommend .courseName {
    font-weight: bold;
    font-size: 18px;
    margin-top: 10px;
}

.recommend .rating {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #666;
}

.recommend .money {
    font-size: 16px;
    font-weight: bold;
    color: #165DFF;
}

.recommend .button {
    background-color: #165dff;
    padding: 10px 25px;
    font-size: 16px;
    color: #fff;
    width: fit-content;
    margin: 40px auto 0;
    border-radius: 50px;
}

.studyPath_box{
    background-color: #ecf3fb;
    padding: 40px 0;
}

.studyPath {
    width: 1200px;
    max-width: 1200px;
    margin: 0 auto 0;
}

.studyPath .title {
    text-align: center;
    font-size: 28px;
    font-weight: bold;
}

.studyPath .detail {
    text-align: center;
    font-size: 16px;
    color: #AAAAAA;
    margin: 30px 0;
}

.studyPath .card_list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 20px;
}

.studyPath .card {
    background-color: #fff;
    box-shadow: 0px 3px 10px 0 rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    overflow: hidden;
}

.studyPath .circle {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background-color: #e7eeff;
    margin: -25px -20px -75px auto;
}

.studyPath .icon_box {
    border-radius: 50%;
    background-color: #e7eeff;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 0 20px;
}

.studyPath .icon {
    width: 25px;
    height: 25px;
}

.studyPath .content {
    color: #666;
    padding: 20px;
}

.studyPath .content .name {
    font-size: 20px;
    font-weight: bold;
}

.studyPath .content .detail {
    text-align: left;
    margin: 15px 0;
}
.studyPath .content .li {
    margin: 10px 0;
    display: flex;
    align-items: center;
}

.smallCircle {
    display: inline-block;
    border-radius: 50%;
    background-color: #165dff;
    width: 8px;
    height: 8px;
    margin: 0 10px 0 0;
}
.studyPath .content .bot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 20px 0 0;
}
.studyPath .content .key {
  font-size: 14px;
  margin: 0 0 5px 0;
}
.studyPath .content .look {
  color: #165DFF;
}
.studyPath .button {
    background-color: #fff;
    border:1px solid  #165DFF;
    padding: 10px 25px;
    font-size: 16px;
    color: #165DFF;
    width: fit-content;
    margin: 40px auto 0;
    border-radius: 50px;
}
.evaluation {
    width: 1200px;
    max-width: 1200px;
    margin: 20px auto 30px;
}

.evaluation .title {
    text-align: center;
    font-size: 28px;
    font-weight: bold;
}

.evaluation .detail {
    text-align: center;
    font-size: 16px;
    color: #AAAAAA;
    margin: 30px 0;
}

.evaluation .card_list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 20px;

}

.evaluation .card {
    box-shadow: 0px 3px 10px 0 rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 15px 25px;
}

.evaluation .card .top {
    display: flex;
    align-items: center;
}

.evaluation .card .top .name {
    margin: 0 0 0 10px;
    font-size: 16px;
    font-weight: bold;
}

.evaluation .card .top .zhiye {
    font-size: 14px;
    color: #aaa;
    margin: 5px 0 0 10px;
}

.icon4 {
    width: 75px;
    margin: 10px 0 0;
}

.evaluation .card .detail {
    margin: 0;
    text-align: left;
    margin: 20px 0 0;
}

.evaluation .avator {
    width: 50px;
}


.end_box {
    width: 1200px;
    max-width: 1200px;
    box-sizing: border-box;
    margin: 50px auto 50px;

}

.end {
    box-sizing: border-box;
    padding: 0 0 0 30px;
    border-radius: 15px;
    background: linear-gradient(to right, #2057f9 50%, #ffffff 50%);
    display: flex;
    justify-content: space-between;
}

.end .left {
    padding: 30px 30px 0 0;
    box-sizing: border-box;
    color: #fff;
    flex: 1;
}

.end .form {
    padding: 30px 30px 0;
    color: #333;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}


.end .left .title {
    font-size: 30px;
    font-weight: bold;
}

.end .left .card {
    box-sizing: border-box;
}

.end .left .card .c_card {
    display: flex;
    align-items: center;
    margin: 0 0 20px;
}

.end .left .card .c_card .name {
    font-weight: bold;
    font-size: 20px;
}

.end .left .card .c_card .icon {
    width: 45px;
    margin: 0 15px 0 0;
    line-height: 2px;
}

.end .left .card .t1 {
    font-weight: bold;
    font-size: 20px;
    margin: 40px 0 25px;
}



.end .left .detail {
    font-size: 16px;
    color: #fff;
    margin: 30px 0 30px;
}


img {
    vertical-align: middle;
    width: 100%;
}

.end .myForm {
    display: flex;
    flex-direction: column;

}

.end .myForm .input_box {
    display: flex;
    justify-content: space-between;
    margin: 15px 0 0;
}

.end .myForm .textarea_box .textarea {
    width: 100%;
    height: 150px;
    resize: none;
    box-sizing: border-box;
    padding: 5px 0 0 10px;
    border: none;
    box-shadow: 0px 0px 3px 1px #a3a2a2;
    margin: 5px 0 0;
    border-radius: 5px;
    font-family: 'Microsoft YaHei-Regular';
}

.end .myForm .ignore {
    display: flex;
    align-items: center;
    margin: 15px 0 10px;
}

.end .myForm .ignore .icon {
    margin: 0 15px 0 0;
    width: 18px;
}

.end .myForm .ignore .text {
    font-size: 14px;
    color: #aaa;
}

.end .myForm .input_box .right {
    margin: 0 0 0 70px;

}

.end .myForm .input_box .label {
    color: #333;
    font-size: 14px;
    margin: 0 0 5px;

}

.end .myForm .input_box .input {
    width: calc(100% - 10px);
    height: 36px;
    border-radius: 5px;
    padding: 0 0 0 10px;
    border: none;
    box-shadow: 0px 0px 3px 1px #a3a2a2;

}

.end .myForm .input_box .select {
    width: calc(100%);
    height: 36px;
    padding: 0 0 0 10px;
    border: none;
    box-shadow: 0px 0px 3px 1px #a3a2a2;
    border-radius: 5px;

}

.end .myForm .input2 {
    display: flex;
    margin: 40px 0 0;
    justify-content: space-between;

}

.commit_btn {
    border: 0;
    background-color: #324ef1;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 16px;
    border-radius: 5px;
    line-height: 38px;
    cursor: pointer;
    margin: 10px 0 0;
}

.ewm-box {
    margin: 35px 0 0;
    display: flex;
}

.ewm-box .ewm {
    width: 80px;
    margin: 0 20px 0 0;
}

.error_tip {
    font-size: 14px;
    color: red;
    visibility: hidden;
}


.shake {
    animation: shake 0.4s linear;
}

.agreement-error {
    color: #e53935;
    margin-top: 5px;
    visibility: hidden;
}

.success-message {
    text-align: center;
    color: #43a047;
    visibility: hidden;
    margin: 5px 0;
}

.flex1 {
    flex: 1;
}