.header_bg {
    height: 390px;
    background-image: url(/images/cp_bg.png);
    background-repeat: no-repeat;
    width: 100%;
    background-size: 100% 100%;
}

.header_bg_tj {
    height: 390px;
    background-image: url(/images/tj.png);
    background-repeat: no-repeat;
    width: 100%;
    background-size: 100% 100%;
}

.header_bg_nav {
    height: 40px;
    padding: 20px 0;
}

.header_bg_nav span {
    color: #ffffff;
}

.header_bg_nav span a {
    color: #ffffff;
}

.major_cp {
    color: #fe9916 !important;
    cursor: pointer;
}

.header_title_cp {
    margin-top: 50px;
    margin-left: 245px;
}

.title_text span {
    font-size: 50px;
}

.left10 {
    color: #fe9916;
    margin-right: 40px;
}

.right10 {
    color: #ffffff;
}

.float_make {
    text-align: center;
}

.float_make span {
    color: #ffffff;
}

.flaot_year {
    margin-right: 50px;
}

.content_cp_main {
    height: 749px;
    background: rgba(255, 255, 255, 1);
    border-radius: 10px;
    margin-top: -155px;
}

.cp_main_top {
    height: 330px;
}

.main_top_left {
    width: 468px;
    float: left;
    height: 330px;
}

.main_top_left img {
    width: 332px;
    height: 302px;
    background-size: 100% 100%;
    margin-left: 145px;
    margin-top: 20px;
}

.main_top_right {
    float: left;
}

.cp_sm {
    width: 530px;
    height: 96px;
    margin-top: 103px;
    margin-left: 80px;
    text-indent: 2em;
}

.zh_cp {
    display: block;
    float: left;
    width: 220px;
    height: 40px;
    background: rgba(188, 188, 188, 1);
    border-radius: 10px;
    color: #ffffff;
    line-height: 40px;
    text-align: center;
    margin-left: 80px;
    box-shadow: 5px 10px 20px 0px rgba(151, 151, 151, 0.2);
}

.message_hint::before {
    content: '';
    display: block;
    float: left;
    width: 14px;
    height: 13px;
    border: 0.5px solid rgba(255, 0, 0, 1);
    margin-left: -6px;
    margin-top: 8px;
    /* border: 1px solid red; */
    transform: rotate(137deg);
    border-top: none;
    border-left: none;
    background-color: #fff;
}

.message_hint {
    display: block;
    float: left;
    width: 279px;
    height: 30px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 6px 0px rgba(36, 119, 227, 0.2);
    border: 0.5px solid rgba(255, 0, 0, 1);
    line-height: 30px;
    margin-top: 5px;
    margin-left: 15px;
    border-radius: 10px;
    color: rgba(255, 0, 0, 1);
    cursor: pointer;
}

.cp_main_bottom {
    margin-left: 90px;
    margin-top: 30px;
}

.cp_main_bottom .cp_main_item {
    float: left;
    margin-right: 40px;
}

.cp_main_item {
    display: block;
    width: 320px;
    height: 310px;
    background: rgba(255, 255, 255, 1);
    /* box-shadow: 5px 10px 20px 0px rgba(36, 119, 227, 0.2); */
    border-radius: 6px;
    border: 1px solid rgba(207, 207, 207, 0.5);
}

.item_img img {
    width: 280px;
    height: 123px;
    background-image: url(/images/test.jpg);
    border-radius: 10px;
    margin: 20px;
}

.cp_main_item h3 {
    margin: 0 0 10px 20px;
}

.appraisal_sm {
    display: block;
    width: 270px;
    height: 51px;
    line-height: 22px;
    margin-left: 20px;
    color: #7c7c7c;
}

.cp_man {
    display: block;
    float: left;
    margin-left: 20px;
    color: #7c7c7c;
}

.cp_number {
    font-size: 24px;
    color: #2478e4;
}

.start_test {
    display: block;
    float: left;
    width: 120px;
    height: 40px;
    background: rgba(96, 165, 255, 1);
    box-shadow: 5px 5px 10px 0px rgba(36, 119, 227, 0.2);
    border-radius: 10px;
    margin-left: 20px;
    line-height: 40px;
    text-align: center;
    color: #ffffff;
    cursor: pointer;
}

.view_report {
    display: block;
    float: left;
    width: 120px;
    height: 40px;
    background: rgba(254, 153, 22, 1);
    box-shadow: 5px 5px 10px 0px rgba(36, 119, 227, 0.2);
    border-radius: 10px;
    margin-left: 20px;
    line-height: 40px;
    text-align: center;
    color: #ffffff;
}

.cp_main_item:hover {
    box-shadow: 5px 10px 20px 0px rgba(36, 119, 227, 0.2);
}

.content_cp {
    height: 560px;
}

.pans {
    height: 40px;
    background-color: #fff;
    margin: 20px 0;
    border-radius: 10px;
    line-height: 40px;
    padding-left: 20px;
}

.pan {
    margin-right: 5px;
    color: #cacaca;
}

.test_banner {
    height: 560px;
    background-color: #fff;
    border-radius: 10px;
    position: relative;
    background-image: url(/images/cp_tm.png);
    background-size: 100% 100%;
}

.test_tittle::before {
    content: '';
    display: block;
    float: left;
    width: 8px;
    height: 30px;
    background-color: #2478e4;
    margin-top: 5px;
    margin-right: 12px;
}

.test_tittle {
    font-size: 30px;
    color: #2478e4;
    padding-top: 10px;
}

.test_question {
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    margin-top: 110px;
    margin-bottom: 50px;
}

.yesorno {
    text-align: center;
}

.options {
    position: relative;
    left: 50%;
    margin-left: -175px;
}

.qoption {
    /* position: absolute; */
    /* transform: translateY(-50%); */
    /* float: left; */
    width: 350px;
    height: 40px;
    background: rgba(255, 255, 255, 1);
    border-radius: 10px;
    border: 0.5px solid rgba(157, 157, 157, 0.603);
    line-height: 40px;
    margin-right: 10px;
    text-align: center;
    margin-bottom: 20px;
    cursor: pointer;
    display: none;
}

.qoption:hover {
    background-color: #2478e4;
    border-color: #2478e4;
    color: #fff;
}

#span_testname {
    color: #2478e4;
}

.layui-slider {
    top: 50px;
    width: 800px;
    float: left;
}

.number {
    float: left;
    margin-top: 3px;
}

.question_num {
    position: absolute;
    bottom: 50px;
    margin-left: 115px;
}

.silder {
    float: left;
    width: 960px;
    height: 20px;
    background: rgba(235, 238, 245, 1);
    border-radius: 20px;
    margin-top: 18px;
}

.percentage {
    display: inline-block;
    width: 40px;
    height: 20px;
    background-color: #2478e4;
    border-radius: 10px;
}

.bg-white {
    background-color: #fff;
    padding-bottom: 50px;
}

.tittles {
    display: block;
    font-size: 30px;
    text-align: center;
}

.tittle_blue {
    position: relative;
    top: 20px;
    height: 50px;
    /* left: 90px; */
}

.title_header {
    /* text-align: center; */
    margin-left: 90px;
    color: #000000;
}

.tittle::before {
    content: '';
    display: block;
    float: left;
    width: 8px;
    height: 30px;
    background-color: #2478e4;
    margin-top: 5px;
    margin-right: 12px;
}

.tittle {
    display: block;
    font-size: 30px;
    color: #2478e4;
    margin-left: 90px;
}

.test_buttons {
    position: absolute;
    top: 0;
    right: 70px;
}

.again_test {
    display: block;
    width: 120px;
    height: 40px;
    border-radius: 10px;
    border: 0.5px solid rgba(188, 188, 188, 1);
    text-align: center;
    line-height: 40px;
    color: rgba(188, 188, 188, 1);
}

.type {
    display: inline-block;
    top: 50px;
}

.otest_result {
    display: inline-block;
    width: 430px;
    margin-top: 75px;
}

span,
a {
    display: inline-block;
}

.regular_result {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 87px;
    height: 87px;
    background: rgba(36, 119, 227, 0.05);
    border-radius: 50%;
    margin-bottom: 10px;
}

.score_ {
    font-size: 48px;
    text-align: center;
    color: #333333;
    line-height: 65px;
}

.result_type {
    text-align: center;
    line-height: 20px;
}

.regular_result_score {
    text-align: center;
}

.regular_result_score span {
    color: #2774e0;
}

.regular,
.art {
    margin-right: 60px;
}

.title_tt::before {
    content: '';
    display: block;
    float: left;
    width: 8px;
    height: 30px;
    background-color: #2478e4;
    margin-top: 5px;
    margin-right: 12px;
}

.title_tt {
    text-align: left !important;
    font-size: 30px;
    color: #2478e4;
    height: 70px;
    padding-top: 10px;
    margin-left: 90px;
    margin-top: 30px;
}

.ben,
.zhuan {
    margin-left: 90px;
}

.zhuan {
    margin-bottom: 30px;
}

.ben_ {
    font-size: 30px;
    display: block;
    margin-top: 40px;
}

.zhuan_ {
    font-size: 30px;
    display: block;
    margin-top: 20px;
}

.types {
    width: 980px;
    /* margin-left: 110px; */
}

#type {
    border: none;
}

#type:hover {
    background-color: #fff;
}

.type {
    width: 200px;
    height: 40px;
    border-radius: 10px;
    border: 0.5px solid rgba(188, 188, 188, 1);
    line-height: 40px;
    text-align: center;
    margin-bottom: 15px;
    margin-top: 10px;
    margin-right: 10px;
    color: #bcbcbc;
    cursor: pointer;
}

.type:hover {
    background-color: #2478e4;
    border-color: #2478e4;
    color: #fff;
}

.odata_explain {
    width: 1020px;
    height: 120px;
    background: rgba(254, 153, 22, 0.05);
    border-radius: 10px;
    border: 1px dashed rgba(254, 153, 22, 1);
    margin-left: 90px;
    padding-left: 20px;
    padding-top: 29px;
}

.regular_result_score_num {
    color: #2478e4;
}

.sjsm {
    font-size: 24px;
}

.title_header {
    height: 50px;
    padding-top: 50px;
}

.title_header_text::before {
    content: '';
    display: block;
    float: left;
    width: 8px;
    height: 30px;
    background-color: #2478e4;
    margin-top: 5px;
    margin-right: 12px;
}

.title_header_text {
    display: block;
    font-size: 30px;
    color: #2478e4;
    padding-top: 10px;
}

.yuan_result {
    position: relative;
    width: 100px;
    height: 100px;
    background: rgba(36, 119, 227, 0.05);
    border-radius: 50%;
}

.bri_label {
    color: #737373;
    font-size: 18px;
    width: 63px;
    padding-top: 10px;
}

.bar_item {
    margin-left: 20px;
    margin-right: 18px;
    position: relative;
}

.bar_item {
    width: 300px;
    height: 40px;
    background: rgba(242, 242, 242, 1);
    border-radius: 10px;
    vertical-align: middle;
    margin-bottom: 20px;
    margin-top: 5px;
}

.bar_item_score {
    position: absolute;
    height: 100%;
    width: 100%;
    color: #ffffff;
    background: linear-gradient( 270deg, rgba(254, 154, 139, 1) 0%, rgba(253, 134, 140, 1) 41%, rgba(249, 116, 143, 1) 73%, rgba(247, 140, 160, 1) 100%);
    border-radius: 10px;
    text-align: center;
    line-height: 40px;
    color: #fff;
}

.personality {
    margin-left: 90px;
    margin-top: 30px;
}

.personality_bar {
    margin-left: 150px;
    margin-top: 10px;
}

.personality_tittle::before {
    content: '';
    display: block;
    float: left;
    width: 8px;
    height: 30px;
    background-color: #2478e4;
    margin-top: 5px;
    margin-right: 12px;
}

.personality_tittle {
    margin-top: 10px;
    font-size: 30px;
    color: #2478e4;
    margin-bottom: 20px;
}

.level {
    width: 607px;
    height: 36px;
    background: url(../images/level.png);
    /* margin: 0 auto; */
    margin-left: 107px;
}

.personality_info {
    text-align: center;
    color: #bcbcbc;
    margin-top: 20px;
}

.personality_table {
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 90px;
}

.personality_table table th {
    padding: 0;
    height: 36px;
    line-height: 36px;
    border: 1px solid #e8e8e8;
    text-align: center;
    background: rgba(36, 119, 227, 0.1);
}

.personality_table table td {
    padding: 0;
    height: 36px;
    text-align: center;
    border: 1px solid #e8e8e8;
}

.personality_analyse {
    height: 135px;
    margin-top: 20px;
}

.personality_analyse_item:nth-child(1) {
    border-top: 1px dashed #e8e8e8;
}

.personality_analyse_item:nth-child(2) {
    border-top: 1px dashed #e8e8e8;
}

.personality_analyse_item::before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    content: '';
    display: block;
    float: left;
    width: 17px;
    height: 17px;
    background-image: url(/images/icons.png);
    background-position: -72px -148px;
    margin-left: -24px;
    /* margin-top: 5px; */
}

.personality_analyse_item {
    height: 40px;
    width: 445px;
    padding-left: 35px;
    padding-bottom: 9px;
    float: left;
    /* margin-top: 15px; */
    margin-bottom: 10px;
    /* border-top: 1px dashed #e8e8e8; */
    border-bottom: 1px dashed #e8e8e8;
    padding-top: 9px;
    margin-right: 40px;
    position: relative;
}

.details .detail {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}

.detail {
    width: 480px;
    height: 200px;
    background: rgba(255, 255, 255, 1);
    border-radius: 10px;
    position: relative;
    border: 0.5px solid rgba(151, 151, 151, 1);
}

.detail_tittle {
    margin-top: 20px;
    padding-left: 76px;
    position: relative;
    margin-bottom: 20px;
}

.detail_tittle1::before {
    position: absolute;
    content: '';
    display: block;
    top: -13px;
    left: 28px;
    width: 37px;
    height: 44px;
    background-image: url(/images/img/zr.png);
    background-repeat: no-repeat;
}

.detail_tittle2::before {
    position: absolute;
    content: '';
    display: block;
    top: -9px;
    left: 28px;
    width: 41px;
    height: 41px;
    background-image: url(/images/img/renji.png);
    background-repeat: no-repeat;
}

.detail_tittle3::before {
    position: absolute;
    content: '';
    display: block;
    top: -9px;
    left: 28px;
    width: 44px;
    height: 44px;
    background-image: url(/images/img/yyzn.png);
    background-repeat: no-repeat;
    margin-right: 5px;
}

.detail_tittle4::before {
    position: absolute;
    content: '';
    display: block;
    top: -9px;
    left: 28px;
    width: 45px;
    height: 41px;
    background-image: url(/images/img/neixing.png);
    background-repeat: no-repeat;
}

.detail_tittle5::before {
    position: absolute;
    content: '';
    display: block;
    top: -9px;
    left: 28px;
    width: 45px;
    height: 46px;
    background-image: url(/images/img/st.png);
    background-repeat: no-repeat;
}

.detail_tittle6::before {
    position: absolute;
    content: '';
    display: block;
    top: -9px;
    left: 28px;
    width: 45px;
    height: 41px;
    background-image: url(/images/img/lj_math.png);
    background-repeat: no-repeat;
}

.detail_tittle7::before {
    position: absolute;
    content: '';
    display: block;
    top: -9px;
    left: 28px;
    width: 45px;
    height: 44px;
    background-image: url(/images/img/kj.png);
    background-repeat: no-repeat;
}

.detail_tittle8::before {
    position: absolute;
    content: '';
    display: block;
    top: -9px;
    left: 28px;
    width: 36px;
    height: 42px;
    background-image: url(/images/img/music.png);
    background-repeat: no-repeat;
}

.detail_lines {
    position: absolute;
    top: 0;
    right: 0;
}

.detail_lines .rate {
    width: 6px;
    height: 6px;
    background: #cccccc;
    border-radius: 50%;
    position: absolute;
    top: 10px;
}

.rate {
    width: 82px;
    text-align: left;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 280px;
}

.detail_line {
    vertical-align: middle;
}

.low {
    color: #78d121;
}

.detail_line.low_middle {
    width: 50px;
    height: 4px;
    background: #1795a4;
}

.detail_line.low {
    width: 50px;
    height: 4px;
    background: #78d121;
}

.detail_line.middle {
    width: 50px;
    height: 4px;
    background: #ffc33e;
}

.detail_line.high {
    width: 50px;
    height: 4px;
    background: #ff8d61;
}

.high {
    color: #ff8d61;
}

.detail_info {
    width: 434px;
    height: 96px;
    line-height: 24px;
    margin: 0 23px;
}

/* .personality_analyse {
	height: 260px;
} */

.bg-white-con {
    height: auto;
}

/* start */

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

.start_content img {
    width: 100px;
    height: 100px;
    background-size: 100% 100%;
    margin-top: 44px;
    margin-left: 200px;
}

.start_content h3 {
    margin: 20px 0 0 0;
    text-align: center;
    font-weight: 600;
}

.start_content p {
    width: 383px;
    height: 45px;
    font-weight: 600;
    line-height: 24px;
    margin-left: 58px;
    margin-top: 5px;
}

.zd_yu {
    font-weight: 500 !important;
}

.lj_start {
    display: block;
    width: 360px;
    height: 40px;
    background: rgba(36, 119, 227, 1);
    border-radius: 10px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    margin-left: 70px;
    margin-top: 25px;
    box-shadow: 3px 20px 10px -6px rgba(36, 119, 227, 0.2);
    cursor: pointer;
}

.lj_start:hover {
    color: #fff !important;
}

.vip_xs_kt {
    position: relative;
    width: 1160px;
    height: 235px;
    background-image: url(/images/vipwithin.png);
    margin-top: 60px;
    margin-left: 20px;
    margin-bottom: 20px;
    /* border-radius: 10px; */
}

.vip_xs_kt h3 {
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
    font-size: 30px;
    text-align: center;
}

.vip_btn {
    position: absolute;
    bottom: 80px;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    width: 360px;
    height: 40px;
    background: rgba(254, 153, 22, 1);
    border-radius: 10px;
    color: #fff;
    line-height: 40px;
    text-align: center;
}