.header_bg_tj {
    height: 320px;
}

.main_cp {
    width: 100%;
    height: 610px;
    background-color: #fff;
}

.main_cp_content {
    padding-top: 48px;
}

.cp_nav_content li {
    position: relative;
    float: left;
    width: 200px;
    height: 82px;
    background: #ffffff;
    box-shadow: 0px 16px 24px 0px rgba(0, 0, 0, 0.08);
    border-radius: 6px;
    color: #000;
    font-size: 24px;
    text-align: center;
    line-height: 82px;
    margin-right: 50px;
    cursor: pointer;
}

.cp_nav_content li.cp_active {
    /* background: #2477e3; */
    background: linear-gradient(360deg, #2477e3 0%, #6bc4ff 100%);
    box-shadow: 0px 16px 24px 0px rgba(36, 119, 227, 0.16);
    color: #fff;
}

.cp_nav_content li:nth-child(5) {
    margin-right: 0;
}

.cp_nav_content li::after,
.cp_nav_content li::before {
    content: "";
    /* display: block; */
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    /* background: #2477e3; */
    background: linear-gradient(360deg, #2477e3 0%, #6bc4ff 100%);
    z-index: -2;
    border-radius: 4px;
}

.cp_nav_content li:hover {
    z-index: 1;
    background: transparent;
    color: #fff;
}

.cp_nav_content li::before {
    transition: 0.5s;
    /* background: #2477e3; */
    background: linear-gradient(360deg, #2477e3 0%, #6bc4ff 100%);
    z-index: -1;
}

.cp_nav_content li:hover::before {
    width: 100%;
}

.main_cp_fl {
    margin-top: 70px;
}

.main_cp_fl_content_item {
    width: 340px;
    float: left;
    margin-right: 90px;
    /* overflow: hidden; */
}

/* .main_cp_fl_content{
	display: none;
} */

.main_cp_fl_content_item:nth-child(3n) {
    margin-right: 0;
    margin-bottom: 48px;
}

.main_cp_fl_content_item_left {
    float: left;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    /* background-color: #2478e4; */
    margin-right: 8px;
    margin-top: 5px;
}

.main_cp_fl_content_item_left img {
    width: 64px;
    height: 64px;
    background-size: 100% 100%;
}

.main_cp_fl_content_item_right {
    float: left;
    width: 260px;
}

.main_cp_fl_content_item_right span {
    display: block;
    font-size: 24px;
    color: #000;
}

.main_cp_fl_content_item_right i {
    display: block;
    font-size: 14px;
    color: #7c7c7c;
    margin-top: 6px;
    margin-bottom: 16px;
}

.main_cp_fl_content_item_right a {
    display: block;
    width: 112px;
    height: 40px;
    background: #2477e3;
    box-shadow: 0px 4px 10px 0px rgba(36, 119, 227, 0.2);
    border-radius: 10px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
}

.main_cp_fl_content_item_right a:hover {
    color: #fff !important;
    transform: scale(1.1);
}

.main_cp_fl_content_left {
    width: 600px;
    height: 348px;
    float: left;
}

.main_cp_fl_content_left .main_cp_fl_content_item_right {
    width: 320px;
}

.main_cp_fl_content_left .main_cp_fl_content_item {
    width: 600px;
    margin-bottom: 50px;
}

.main_cp_fl_content_right {
    float: left;
    width: 600px;
    height: 348px;
    /* background-color: #2478e3; */
}

.main_cp_fl_content_right img {
    width: 600px;
    height: 348px;
    background-size: 100% 100%;
}

.cp_tc {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 500px;
    height: 400px;
    background: #ffffff;
    box-shadow: 0px 0px 20px 0px rgba(36, 119, 227, 0.2);
    border-radius: 10px;
    z-index: 99999;
    display: none;
}

.cp_tc img {
    display: block;
    width: 90px;
    height: 90px;
    margin: 0 auto;
    margin-top: 44px;
    margin-bottom: 20px;
}

.title_text {
    font-size: 18px;
    font-weight: 550;
    margin-left: 58px;
    margin-bottom: 15px;
}

.title_text i {
    color: #2477e3;
}

.text_main {
    width: 368px;
    display: block;
    margin-left: 58px;
    font-size: 14px;
    line-height: 24px;
    color: #000;
}

.btn_start {
    width: 360px;
    height: 40px;
    background: #2477e3;
    border-radius: 10px;
    box-shadow: 5px 16px 14px -10px rgba(36, 119, 227, 0.8);
    font-size: 18px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    margin-top: 45px;
    margin-left: 70px;
    cursor: pointer;
}

.btn_start:hover {
    transform: scale(1.1);
}

.cancel_icon {
    position: absolute;
    /* display: block; */
    top: 22px;
    right: 22px;
    width: 16px;
    height: 16px;
    background-size: 100% 100%;
    background-image: url(../images/xh.png);
    cursor: pointer;
}

.bg_shade {
    width: 100%;
    height: 100% !important;
    background: rgba(0, 0, 0, 0.3);
    position: fixed;
    top: 0px;
    left: 0;
    display: none;
    z-index: 9999;
}

/* 测评题目 */

.question_content {
    /* height: 620px; */
    background: #ffffff;
    border-radius: 10px;
    position: relative;
    padding-bottom: 90px;
}

.question_content img {
    width: 100%;
    height: 200px;
    background-size: 100% 100%;
}

.wt,
.wts {
    margin-left: 100px;
    margin-top: 40px;
    overflow: hidden;
}

.wt li {
    float: left;
}

.wts li {
    float: left;
}

.xyt_ss {
    width: 100px;
    height: 40px;
    background-color: #2478e4;
    color: #fff;
    border-radius: 10px;
    text-align: center;
    line-height: 40px;
}

.test_questions {
    font-size: 24px;
    font-weight: 550;
}

.yesornos .active {
    display: block;
    width: 1000px;
    height: 40px;
    font-size: 14px;
    line-height: 39px;
    border-radius: 6px;
    color: #666;
    border: 1px solid #cfcfcf;
    margin-top: 24px;
    padding-left: 20px;
}

.yesornos .qoptions {
    display: block;
    width: 1000px;
    height: 40px;
    font-size: 14px;
    line-height: 39px;
    border-radius: 6px;
    color: #666;
    border: 1px solid #cfcfcf;
    margin-top: 24px;
    padding-left: 20px;
}

.yesornos .active:hover {
    background: rgba(36, 119, 227, 0.05);
    border-radius: 6px;
    border: 1px solid #2477e3;
    cursor: pointer;
    color: #2477e3;
}

.yesornos .qoptions:hover {
    background: rgba(36, 119, 227, 0.05);
    border-radius: 6px;
    border: 1px solid #2477e3;
    cursor: pointer;
    color: #2477e3;
}

.yesornos .active:hover .yuan_small {
    /* background: #2477e3; */
    /* border-color: #2477e3; */
    /* width: 10px;
  height: 10px; */
    display: block;
}

.yesornos .qoptions:hover .yuan_small {
    /* background: #2477e3; */
    /* border-color: #2477e3; */
    /* width: 10px;
  height: 10px; */
    display: block;
}

.yuan_small {
    display: block;
    width: 7px;
    height: 7px;
    background: #2477e3;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
}

.active .qoptions_i {
    display: block;
    float: left;
    width: 12px;
    height: 12px;
    border: 1px solid #cfcfcf;
    border-radius: 50%;
    margin-top: 13.5px;
    margin-right: 18px;
    background: #fff;
    position: relative;
}

.qoptions .qoptions_i {
    display: block;
    float: left;
    width: 12px;
    height: 12px;
    border: 1px solid #cfcfcf;
    border-radius: 50%;
    margin-top: 13.5px;
    margin-right: 18px;
    background: #fff;
    position: relative;
}

.question_nums {
    position: absolute;
    margin-left: 100px;
    bottom: 40px;
}

.silders {
    position: relative;
    top: 10px;
    float: left;
    width: 956px;
    height: 8px;
    background: #ebeef5;
    border-radius: 20px;
    margin-right: 10px;
}

.percentages {
    position: absolute;
    width: 40px;
    height: 8px;
    background-color: #2478e4;
    border-radius: 10px;
}

.numbers {
    float: left;
}

.total_qs {
    font-size: 14px;
    color: #2577e3;
}

.xyt_ss {
    margin-top: 30px;
    margin-left: 450px;
    cursor: pointer;
}

.Dimension {
    font-weight: 550;
    font-size: 24px;
    margin-top: 15px;
    text-align: center;
}

.submit {
    width: 100px;
    height: 40px;
    background-color: #2478e4;
    text-align: center;
    line-height: 40px;
    color: #fff;
    margin-top: 15px;
    margin-left: 450px;
    border-radius: 10px;
    cursor: pointer;
}

.cp_acitve {
    display: block;
    background: rgba(36, 119, 227, 0.05);
    border-radius: 6px;
    border: 1px solid #2477e3 !important;
    cursor: pointer;
    color: #2477e3 !important;
}