<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*{box-sizing: border-box;}
body{font-size: 16px; color: #333;}
.clearfix{zoom: 1;}
.clearfix {  clear: both;overflow: hidden;}

textarea:focus,select:focus,input:focus{border: 0;box-shadow: none;outline: 0 none;}

/* 顶部高度从新定义 */
.tqedu-head{height: 65px;}

/* 中间 */
.test_section{width: 100%;}
/* 学科测评 */
.xkcp_white{background: #fff;}
.xkcp_bg{background: url(xkcp-img1.jpg) no-repeat center; background-size: 100% 100%;}
.xkcp_nav{text-align: center;padding-top: 80px;}
.xkcp_title{font-size: 60px; font-weight: bold;color: #fff; font-family:'思源宋体' ;}
.xkcp_subtitle{font-size: 24px; color: #fff;  display: block; width: 680px; line-height: 50px; margin: 0 auto; border-radius: 30px; background:#394a6d;}
.xkcp_list{width: 100%; overflow: hidden;}
.xkcp_list li{width: 20%; margin-right: 4%; border-radius: 10px; background: #fff; text-align: center; padding: 20px; padding-bottom: 30px; float: left;}
.xkcp_list li:last-child{margin-right: 0;}
.xkcp_list li i{ color: #3d4f73; font-size: 50px;}
.xkcp_list li h4{font-size: 30px; font-weight: bold;color: #3d4f73;}
.xkcp_list li p{ color: #666;}
.xkcp_list li .xkcp_list_btn{display: block; width: 160px; line-height: 40px; border-radius: 25px; background: #3d4f73; margin:0 auto; color: #fff; margin-top: 30px;}
.xkcp_list li:hover{background:#d29b44;}
.xkcp_list li:hover .xkcp_list_btn{background: #9a5008;}
.xkcp_list li:hover i{color: #fff;}
.xkcp_list li:hover h4{color: #fff;}
.xkcp_list li:hover p{color: #fff;}
/* 测评须知 */
.xkcp_note{padding:30px 0; color: #fff;}
.xkcp_note h6{font-size: 24px; font-weight: bold; padding-bottom: 20px;}
.red_bold{color: #ffa700; font-weight: bold;}
/*查看测评结果按钮*/
.xkcp_result_btn{padding-top: 50px;}
.xkcp_result_btn .xkcp_result_a{display: block; width: 260px; line-height: 50px;border-radius: 45px; background:#6179a9; color: #fff; text-align: center;  margin: 0 auto;}
.xkcp_result_btn .xkcp_result_a:hover{background: #9a5008;}

/* 弹框 */
.xkcp_mask{width: 100%; height: 100%; position: fixed; top: 0; left: 0; background: rgba(0,0,0,0.7);z-index: 1000;}
.xkcp_modal{width: 500px; background: #fff; border-radius: 30px; padding: 50px; margin: 0 auto; margin-top: 150px;}
.xkcp_modal .xkcp_modal_title{color: #303e58; font-size: 36px; font-weight: bold; text-align: center;}
.xkcp_modal .xkcp_modal_subtitle{color: #c5c5c5; font-size: 18px; text-align: center;}
.xkcp_form{width: 100%;padding-top: 40px;}
.xkcp_form li{border-radius: 10px; background: #eee; height: 50px; overflow: hidden; margin-bottom: 20px;}
.xkcp_form li .form_input{width: 100%; height: 100%; border: 0;background: #eee; text-indent: 2em;}
.xkcp_form li .form_select{width: 100%; height: 100%; border: 0;background: #eee; text-indent: 2em; color: #666;}
.xkcp_form_btn{width: 100%; line-height: 60px; display: block;text-align: center; border-radius: 35px; background:#303e58; color: #fff; border:0; cursor: pointer; margin-top: 20px;}
.xkcp_mask{transform: scale(0.0);}
.xkcp_mask.active{transform: scale(1); transition: all 0.01s;}
.xkcp_modal{transform: scale(0.0);}
.xkcp_mask.active .xkcp_modal{transform: scale(1); transition: all 0.3s;}
/* 试卷测评 */
.test_head{width: 100%; height: 90px; overflow: hidden; background: #394a6c;}
.test_head .test_head_cp{float: left; color: #fff; display: flex; text-align: center;align-items: center; height: 90px; font-weight: normal;}
.test_head .test_head_cp a{color: #fff;}
.test_head .test_head_cp i{padding-right: 10px;}
.test_head .test_head_account{float: right; color: #fff;display: flex; text-align: center;align-items: center; height: 90px; }
.test_head .test_head_account a{color: #fff;
    padding: 5px 30px;
    border-radius: 20px;
    font-weight: bold;
    background: #ff9900;}
.test_head .test_head_account span{padding-left: 20px;}
.test_head .test_head_account span i{padding-right: 10px;}
.test_subjects{width: 100%; background: #f2f2f2; padding: 30px 0;}

.test_subjects .test_nav{ padding:40px 50px 0 50px; position: relative;}
.test_subjects .test_nav ul{border-bottom: 1px solid #394a6c; height: 51px;}
.test_subjects .test_nav li{float: left; font-size: 18px;cursor: pointer; width: 130px; position: relative; line-height: 50px; z-index: 1; text-align: center; border-top: 1px solid #394a6c;border-right: 1px solid #394a6c;}
.test_subjects .test_nav li.active{background: #394a6c; color: #fff;  font-size: 24px;}
.test_subjects .test_nav li.active::after{display: block; content: ""; width:131px; height: 60px; bottom: 0; left:-1px; background:#394a6c ; position: absolute; z-index: -1;}
.test_subjects .test_nav li:nth-child(1){border-left: 1px solid #394a6c;}
.test_subjects .test_nav .time{ font-size: 16px; font-weight: normal; position: absolute; right:50px; top:50px;}

.test_list_classify{position: relative;}
.test_list_classify .time{ font-size: 16px; font-weight: normal; position: absolute; right:0; top: -40px;}
.test_subjects .test_list{ padding:0 50px; padding-bottom: 50px;}
.test_list_classify .classify_nav{font-size: 18px; font-weight: bold;padding-top: 30px;}
/*.test_list_classify li{margin-top: 30px;}
.test_list_classify li h6{font-size: 16px; font-weight: bold; padding-bottom: 10px;}
.test_list_classify li .options{overflow: hidden; padding-top: 20px;}
.test_list_classify li .options span{width: 70px; line-height: 36px; font-size: 14px; cursor: pointer; text-align:center; border-radius: 35px; border:1px solid #394a6c; display: block; float: left;margin-right: 20px;}
.test_list_classify li .options span.active{background: #394a6c; color: #fff; font-weight: bold;}*/
.test_list_classify{display: none;}
.test_list_classify.active{display: block;}
.submit_btn {padding: 50px 0;}
.submit_btn a{display: block; width: 500px; line-height: 60px; font-size: 16px; color: #fff; background: #ff4605; text-align: center; margin: 0 auto; border-radius: 35px;}
 /* 试卷弹框 */
.padding_0{padding: 0 !important;}
.test_modal_nav{width: 100%; background: #f2f2f2; height: 70px; padding: 10px 30px; border-radius: 10px 10px 0 0;}
.test_modal_nav p{line-height: 60px; font-size: 18px;}
.test_modal_cont{width: 100%; background: #fff; padding: 30px;}
.test_modal_footer{width: 100%; background: #fff; padding: 30px; border-radius: 0 0 10px 10px; padding-bottom: 50px;}
.test_modal_footer .test_modal_btn{padding: 8px 30px; border-radius: 35px; border:1px solid #394a6c; color: #394a6c; margin-right: 20px; transition: all 0.3s;}
.test_modal_footer .test_modal_btn.test_modal_down{background: #394a6c; color: #fff;}
.test_modal_footer .test_modal_btn:hover{background: #394a6c; color: #fff;}


/* 测评反馈 */
.xkcp_bg{padding-bottom: 80px;}
.results_title{font-size: 60px; font-weight: bold;color: #fff; font-family:'思源宋体' ; text-align: center; padding-top: 100px;}
.test_results{width: 100%; background: #fff url(xkcp-img2.jpg) no-repeat bottom center; padding:70px 50px; border-radius: 20px;overflow: hidden; margin-top: 80px;}
.test_results li{border-bottom: 1px solid #eee; padding-bottom: 20px; margin-bottom: 30px;}
.test_results li h6{font-size: 20px; font-weight: bold;padding-bottom: 10px;}
.test_results li p{font-size: 20px;}
.test_results .test_results_btn{display: block; width: 250px; line-height: 50px; text-align:center; background:#394a6c; color: #fff; margin:40px auto; border-radius: 35px;}
.test_results_code p{font-size: 16px; font-weight: bold; text-align: center;}
.test_results_code .test_results_img{width: 200px; border:1px solid #333; border-radius: 5px; margin: 0 auto;padding: 10px; background: #fff; margin-top: 50px;}
.test_results_code .test_results_img img{width: 100%;}

.test_results_cont{width: 100%; overflow: hidden; background: #fefaef;}
.test_results_cont ul{float: left; width: 65%; background: #f7f7f7; padding: 40px;}
.test_results_cont .test_results_code{float: right; width: 35%; padding: 40px 20px;}
.test_results li:last-child{border: 0; margin-bottom: 0;}
.test_results .test_results_btn:hover{background: #9a5008;}
.test_results_code p.font_20{font-size: 20px;padding-bottom: 5px;}
.test_results li .test_results_nav{padding-bottom: 10px;}
.test_results li .test_results_nav h6{display: inline-block; line-height: 1; padding-bottom: 0;}
.test_results li .test_results_nav .score_btn{display: inline-block;border-radius: 3px; padding: 3px 10px; font-size: 14px;}
.test_results li .test_results_nav .score_btn_correct{ color: #fff; background: #07af02; }
.test_results li .test_results_nav .score_btn_error{ color: #fff; background: #db0304; }
.test_results li .test_results_nav .score_btn_not{ color: #fff; background: #8f8f8f; }
.test_results li .test_results_nav .score_timer{white-space: nowrap; display: block;}
.test_results li .test_results_nav .special_score{    font-size: 50px; font-weight: bold;color: #ff0000;}


/* 试卷解析 */
.parsing_title{padding: 50px 0; text-align: center;}
.parsing_title h2{font-size: 40px;font-weight: bold;color:#3a4a6c; font-family: 思源宋体; text-align: center;}
.parsing_txt{padding-top: 20px; color:#fa3c02;}

/*试卷科目固定*/
.test_subjects .test_nav.fixed{position: fixed;  top: 0; width: 1400px; background: #fff;z-index: 1000; padding-bottom: 10px;}
.test_subjects .test_list.fixed{padding-top: 0;}


/*试卷样式清除*/
.FAQ_Title img:nth-of-type(1), .answer-resolve img{width: auto !important;}
.FAQ_Content label{padding-right: 40px !important;}
.FAQ_Title{padding-bottom: 10px;}
.answer-box{margin-top: 15px;}
.panel-body{margin-bottom: 10px;}
.FAQ_Score{display: none;}
.answer-resolve .answer-text{color: #333;}

/*答案隐藏*/
/*数学*/
.FAQ_Content3863 ul li:nth-child(3),.FAQ_Content3863 ul li:nth-child(4),.FAQ_Content3863 ul li:nth-child(5){display: none;}
.FAQ_Content3864 ul li:nth-child(3),.FAQ_Content3864 ul li:nth-child(4),.FAQ_Content3864 ul li:nth-child(5){display: none;}
.FAQ_Content3865 ul li:nth-child(3),.FAQ_Content3865 ul li:nth-child(4),.FAQ_Content3865 ul li:nth-child(5){display: none;}
.FAQ_Content3866 ul li:nth-child(3),.FAQ_Content3866 ul li:nth-child(4),.FAQ_Content3866 ul li:nth-child(5){display: none;}
.FAQ_Content3867 ul li:nth-child(3),.FAQ_Content3867 ul li:nth-child(4),.FAQ_Content3867 ul li:nth-child(5){display: none;}
.FAQ_Content3868 ul li:nth-child(3),.FAQ_Content3868 ul li:nth-child(4),.FAQ_Content3868 ul li:nth-child(5){display: none;}
.FAQ_Content3869 ul li:nth-child(3),.FAQ_Content3869 ul li:nth-child(4),.FAQ_Content3869 ul li:nth-child(5){display: none;}
.FAQ_Content3870 ul li:nth-child(3),.FAQ_Content3870 ul li:nth-child(4),.FAQ_Content3870 ul li:nth-child(5){display: none;}
.FAQ_Content3871 ul li:nth-child(3),.FAQ_Content3871 ul li:nth-child(4),.FAQ_Content3871 ul li:nth-child(5){display: none;}
.FAQ_Content3872 ul li:nth-child(3),.FAQ_Content3872 ul li:nth-child(4),.FAQ_Content3872 ul li:nth-child(5){display: none;}

.anres3875 .answer-prompt img{width: 30% !important;}

/*逻辑*/
.FAQ_Content3876 ul li .span-content{height: 50px;}


/*写作*/
.FAQ_Content3881 ul li:nth-child(5){display: none;}
.FAQ_Content3882 ul li:nth-child(5){display: none;}

/*英语*/
.FAQ_Content3883 ul li:nth-child(5){display: none;}
.FAQ_Content3884 ul li:nth-child(5){display: none;}
.FAQ_Content3885 ul li:nth-child(5){display: none;}
.FAQ_Content3886 ul li:nth-child(5){display: none;}
.FAQ_Content3887 ul li:nth-child(5){display: none;}
.FAQ_Content3888 ul li:nth-child(5){display: none;}
.FAQ_Content3889 ul li:nth-child(5){display: none;}
.FAQ_Content3890 ul li:nth-child(5){display: none;}
.FAQ_Content3891 ul li:nth-child(5){display: none;}
.FAQ_Content3892 ul li:nth-child(5){display: none;}
.FAQ_Content3893 ul li:nth-child(5){display: none;}
.FAQ_Content3894 ul li:nth-child(5){display: none;}
.FAQ_Content3895 ul li:nth-child(5){display: none;}
.FAQ_Content3896 ul li:nth-child(5){display: none;}
.FAQ_Content3897 ul li:nth-child(5){display: none;}
.FAQ_Content3898 ul li:nth-child(5){display: none;}
.FAQ_Content3899 ul li:nth-child(5){display: none;}
.FAQ_Content3900 ul li:nth-child(5){display: none;}
.FAQ_Content3901 ul li:nth-child(5){display: none;}
.FAQ_Content3902 ul li:nth-child(5){display: none;}
.FAQ_Content3903 ul li:nth-child(5){display: none;}
.FAQ_Content3904 ul li:nth-child(5){display: none;}
.FAQ_Content3905 ul li:nth-child(5){display: none;}


/*解析*/
.answer-resolve{border: 1px solid #ff4605; padding: 10px; margin-top: 0;border-radius: 3px;}
/*没有答题时的状态*/
.showAnswerConfim{padding: 40px 0;}
.showAnswerConfim-text{color: #666;}
.showAnswerConfim-btn{padding-top: 40px;}
.showAnswerConfimBtn{width: 260px;line-height: 50px; cursor: pointer; border-radius: 45px;background: #394a6d; color: #fff; text-align: center;border: 0;}
.showAnswerConfimBtn:hover{background: #9a5008;}
.test_subjects .test_list{min-height: 400px;}


/* 版心 */
.min-w{width: 1400px; margin: 0 auto;}
.min-w1200{width: 1200px;margin: 0 auto;}

@media screen and (max-width: 1600px) and (min-width: 1200px){
	.min-w{width: 1200px; margin: 0 auto;}
	.test_subjects .test_nav.fixed{width: 1200px;}


	/*试卷*/
	.FAQ_Content3878 ul li .span-content{height: 50px;}
	
}
@media screen and (max-width: 1199px){
	body{font-size: 14px;}
	.test_section{padding: 0 2%;}
	.min-w{width: 100%; margin: 0 auto;}
	.min-w1200{width: 100%; margin: 0 auto;}
	.test_subjects .test_nav.fixed{width: 96%; padding-bottom: 30px;}
	.test_subjects .test_list.fixed{padding-top:20px;}
	/* 学科测评 */
	.xkcp_nav{padding-top: 40px;}
	.xkcp_title{font-size: 26px;}
	.xkcp_subtitle{width: 90%; font-size: 14px; line-height: 40px;}
	.xkcp_list li{width: 49%; margin-bottom: 20px; margin-right: 2%; padding: 20px 0 0 0; height: 230px;}
	.xkcp_list li:nth-child(2n){margin-right: 0;}
	.xkcp_list li h4{font-size: 22px;}
	.xkcp_list li i{font-size: 40px;}
	.xkcp_list li .xkcp_list_btn{margin-top: 20px; width: 80%;}
	.xkcp_note{padding: 20px;}
	.xkcp_note h6{font-size: 20px; padding-bottom: 10px;}
	.xkcp_result_btn{padding-top: 20px; padding-bottom: 30px;}
	.xkcp_result_btn .xkcp_result_a{width: 100%; font-size: 16px; background: #9a5008;}
	/* 弹框 */
	.xkcp_mask{padding: 0 2%;}
	.xkcp_modal{width: 100%; padding: 20px; margin-top: 50px;}
	.xkcp_modal .xkcp_modal_title{font-size: 24px;}
	.xkcp_modal .xkcp_modal_subtitle{fomt-size:14px;}
	.xkcp_form_btn{line-height: 50px;}
	
	
	/* 测评反馈 */
	.results_title{font-size: 26px; padding-top: 40px;}
	.xkcp_bg{padding-bottom: 50px;}
	.test_results{padding: 20px; margin-top: 30px;}
	.test_results li h6{font-size: 18px;}
	.test_results li{padding-bottom: 10px;margin-bottom: 20px;}
	.test_results li p{font-size:14px;}
	.test_results .test_results_btn{width: 100%; margin: 30px auto;}
	.test_results_code p{font-size: 14px;}
	.test_results_code .test_results_img{ margin: 30px auto;}
	
	/* 试卷 */
	.test_head{padding: 0 2%;}
	.submit_btn{padding: 0px 2% 50px 2%;}
	.submit_btn a{width: 100%;}
	.test_subjects .test_nav{padding: 20px 10px 0 10px;}
	.test_subjects .test_nav li{width: 25%; font-size: 14px;}
	.test_subjects .test_nav li.active{font-size: 16px;background: #394a6c;}
	.test_subjects .test_nav li.active::after{display: none;}
	.test_subjects .test_list{padding: 0 20px;}
	.test_list_classify{padding-top: 20px; padding-bottom: 40px;}
	.test_list_classify li img{max-width:80%;}
	.test_list_classify .classify_nav{font-size: 16px;}
	.test_list_classify li .options span{margin-bottom: 10px;}
	
	.test_list_classify .time{top:10px;}
	.test_subjects .test_nav .time{right: 20px;top: 80px;}
	
	/* 解析 */
	.parsing_title{padding: 20px 0;}
	.parsing_title h2{font-size: 20px;}

	.test_list_classify .clert-info h3{font-size: 40px;}


	.test_results_cont ul{width: 100%; padding: 15px;}
	.test_results_cont .test_results_code{width: 100%; padding: 20px 0;}
	.test_results li .test_results_nav h6{display:block; padding-bottom: 10px;}
	.test_results li .test_results_nav .special_score{font-size: 36px;}
	.test_results li .test_results_nav .score_timer{display:block;}
	.test_results_code p.font_20{font-size: 18px;}


	/*逻辑*/
	.FAQ_Content3876 ul li .span-content{height: auto;}
	.FAQ_Content3878 ul li .span-content{height: auto;}


	.anres3875 .answer-prompt img{width: 100% !important;}
	.FAQ_Title{margin-bottom: 0px;}

	/*没有答题时的状态*/
	.test_subjects .test_list{min-height: auto;}
	.showAnswerConfimBtn{width: 100%;}





/* 手机版底部 */
.pc_none{display: block;}



}


/*高度小于750时 弹框高度*/
@media screen and (max-height: 750px){
	.xkcp_modal{margin-top: 40px; padding: 30px 40px;}
}
</pre></body></html>