.wrapper{
    width: 1120px;
    margin: auto;
    background-color: #ffffff;
}
.actile{
        line-height: 30px;
    }

body{
    background-color: #eeeeee;
}


.search_header{
    height: 185px;
    text-align: center;
    background-color: #ffffff;
}

.search_header .search_nav{
    margin: 0px auto;
    text-align: center;
    padding-top: 25px;
    padding-bottom: 20px;
}
.search_header .search_nav span{
    padding-top: 25px;
    margin-right: 50px;
    margin-left: 50px;
    font-size: 20px;
	font-weight: 500;
	line-height: 23px;
	color: #333333;
}

.search_header .search_nav .select_position{
    color: #ed232f;
    font-weight: 600;
}

.search_header .search_input input{
    padding-left: 21px;
    width: 480px;
    height: 48px;
    font-size: 16px;
    background-color: #ffffff;
	border: solid 1px #999999;
}

.search_header .search_input input::-webkit-input-placeholder{
    padding-top: -6px;
}


.search_header .search_input button{
    width: 120px;
	height: 48px;
	background-color: #ed232f;
    font-size: 18px;
	color: #ffffff;
    border: none;
    margin-left: -7px;
    line-height: 15px;
}

.search_header .search_input .hot_search{
    width: 741px;
    line-height: 15px;
    display: flex;
    list-style: none;
    margin: 0 auto;
    margin-top: 16px;
    font-size: 14px;
   
}

.search_header .search_input .hot_search li:nth-child(1) a{
    color: #333333;
    font-size: 15px;
    font-weight: 600;
}
.search_header .search_input .hot_search li a{
    margin-right: 27px;
    color: #b31b24;
}


/* 三小块内容的第一块 */

.search_body .search_content{
    width: 1100px;
	height: 350px;
	background-color: #ffffff;
	box-shadow: 0px 0px 21px 0px 
		rgba(177, 181, 185, 0.24);
	border-radius: 5px;
    margin: 0 auto;
    margin-bottom: 20px;
}

.search_body .search_content .search_left{
    width: 280px;
	height: 310px;  
    background: url(../images/2.png);
	border-radius: 5px;
    margin-top: 20px;
    margin-left: 20px;
    display: inline-block;
    line-height: 23px;
    text-align: center;
	color: #eeeeee;

}

.search_body .search_content .search_left p{
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 22px;
	font-weight: 600;
    display: inline-block;
	margin-left: 8px;
    margin-right: 8px;

}
.search_body .search_content .search_left span{
    display: inline-block;
    font-size: 22px;
    font-weight: 200;

}
.search_body .search_content .search_left div{
    width: 200px;
	height: 40px;
    line-height: 40px;
	background-color: #ffffff;
	border-radius: 20px;
    text-align: center;
    color: #333333;
    margin: auto;
    margin-top: 15px;
    margin-bottom: 30px;
}
.search_body .search_content .search_left div:hover{
    cursor: pointer;
    color: #c62028;
}

.search_body .search_content .search_right{
    position: relative;
}



.search_body .search_content .search_right .search_right_header{
    height: 55px;
    width: 800px;
    border-bottom: solid 1px #ebebeb;
    background-color: #fff;
    position: absolute;
    top: -330px;
    left: 300px;

    position: relative;
}

.search_body .search_content .search_right .search_right_header li{
    float: left;
    list-style: none;
    margin-left: 15px;
    margin-right: 15px;
    font-size: 16px;
    /* float: left; */
	line-height:25px;
}

.search_body .search_content .search_right .search_right_header .select{
    display: inline-block;
    margin-top: 20px;
    margin-left: 20px;
    font-weight: 600;
    height: 15px;
    width: 72px;
    margin-left: 8px;
    line-height: 0;
    text-align: center;
    border-right: solid 1px #cbcbcb; 
}


.search_body .search_content .search_right .search_right_header span a{
    color: #da5b61;
    margin-left: 70px;
    font-size: 14px;
    /* float: right; */

    position: absolute;
    top:15px;
    right:15px;
}

.search_body .search_content .search_right .search_right_content{
    position: absolute;
    top: -260px;
    left: 340px;
}

.nav ul{
    margin-top: -24px;
    margin-left: 72px;
}

.search_body .search_content .search_right .search_right_content li{
    margin-bottom: 13px;
    font-size: 14px;
    color: #555555;
}
.search_body .search_content .search_right .search_right_content li a{
    font-size: 14px;
    color: #555555;
    float: left;
    width: 650px;
}
.search_body .search_content .search_right .search_right_content li span{
    color: #555555;
    float: right;
}


/* 导航栏切换数据 */
 
.nav{
    background-color:#ffffff;
}

.nav .active{
	height: 25px;
	background-color: #d8363e;
	border-radius: 4px;
    text-align: center;
}

.nav .active a{ 
  color: #ffffff;
  text-decoration: none;
}
.nav .active span{
    background: none;
    border-radius: 0;
    padding: 0;
    margin: 0 !important;
    line-height: 1;
    font-weight: normal;
    outline: none;
}
.nav .active span{
    color:#fff;
    padding: 10px;
}


#nav2{
    background-color:#ffffff;
}

#nav2 .active{
	height: 25px;
	background-color: #d8363e;
	border-radius: 4px;
    text-align: center;
 
}

#nav2 .active span{
    background: none;
    border-radius: 0;
    padding: 0;
    margin: 0 !important;
    line-height: 1;
    font-weight: normal;
    outline: none;
}
#nav2 .active span{
    color:#fff;
    padding: 10px;
}


#nav3{
    background-color:#ffffff;
}

#nav3 .active{
	height: 25px;
	background-color: #d8363e;
	border-radius: 4px;
    text-align: center;
 
}


#nav3 .active span{
    background: none;
    border-radius: 0;
    padding: 0;
    margin: 0 !important;
    line-height: 1;
    font-weight: normal;
    outline: none;
}
#nav3 .active span{
    color:#fff;
    padding: 10px;
}


#nav4{
    background-color:#ffffff;
}

#nav4 .active{
	height: 25px;
	background-color: #d8363e;
	border-radius: 4px;
    text-align: center;
 
}


#nav4 .active span{
    background: none;
    border-radius: 0;
    padding: 0;
    margin: 0 !important;
    line-height: 1;
    font-weight: normal;
    outline: none;
}
#nav4 .active span{
    color:#fff;
    padding: 10px;
}


.search_right_content ul.on{
    display:block;
}
.search_right_content ul{
    display:none;
}



/* 问题详情 */
.search_body .problem_detail{
    width: 1100px;
	background-color: #ffffff;
	box-shadow: 0px 0px 21px 0px 
		rgba(177, 181, 185, 0.24);
	border-radius: 5px;
    padding-bottom: 30px;
}

.search_body .problem_detail .problem_header{
    width: 1100px;
	height: 50px;
	background-color: #ffffff;
	border-radius: 5px 5px 0px 0px;
    border-bottom: 1px solid #eeeeee;

}

.search_body .problem_detail .problem_header img{
    width: 24px;
    height: 24px;

}
.search_body .problem_detail .problem_header h3{
    font-size: 18px;
    font-weight: 600;
	line-height: 50px;
	color: #333333;
    padding-left: 20px;
}

.search_body .problem_detail .problem_des{
    margin-top: 30px;
    margin-left: 24px;
}

.search_body .problem_detail .problem_des p{
    font-size: 18px;
    font-weight: 600;
}

.search_body .problem_detail .problem_des span{
    color: #dd6829;
}



/* 答案前的圆圈 */

.search_body .problem_detail .problem_des .circle_pic{    
        display: inline-block;
        width: 20px;
        height: 20px;
        border-radius: 50%; 
        background-color: #ffffff;
        border: solid 1px #bbbbbb;
}


.search_body .problem_detail .problem_des ul{
    list-style: none;
    margin-top: 20px;
    margin-left: 40px;
    position: relative;
}

.search_body .problem_detail .problem_des li{
    margin-top: 10px;
    margin-bottom: 10px;
}


.search_body .problem_detail .problem_des {
    /*position: relative;*/
}


/* 单选框重写 */

.search_body .problem_detail .problem_des input{
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;  
    border: solid 1px #bbbbbb;
    position: absolute;
    left: -30px;

    top: 0;
    margin: 0;}

.search_body .problem_detail .problem_des label{

    position: relative;
}

/*
.search_body .problem_detail .problem_des #a{   
    position: absolute;
    top: -5px;
    left: -30px;
}

.search_body .problem_detail .problem_des #b{   
    position: absolute;
    top: 23px;
    left: -30px;
}
.search_body .problem_detail .problem_des #c{   
    position: absolute;
    top: 53px;
    left: -30px;
}
.search_body .problem_detail .problem_des #d{   
    position: absolute;
    top: 82px;
    left: -30px;
}

*/

.search_body .problem_detail .answer{
    text-align: center;
}



.search_body .problem_detail .look_answer{

    width: 240px;
	height: 40px;
	background-color: #d42931;
	border-radius: 5px;
    border: none;
    text-align: center;
    margin-bottom: 20px;
    font-size: 16px;
    color: #ffffff;
}



/* banner */
.search_body .banner{
    width: 1100px;
	height: 60px;
    background: url(../images/s_3.jpg);
    margin-bottom: 20px;
    margin-top: 20px;
    text-align: center;
    font-size: 26px;
    color: #ffffff;
    line-height: 60px;
    font-weight: 600;

}


/* 相关问题推荐 查看答案 */

.search_body .problem_detail .look_answer2 {

    width: 180px;
	height: 36px;
	background-color: #ffffff;
	border-radius: 5px;
	border: solid 1px #d42931;
    color: #d42931 ;

}
/* .search_body .problem_detail .look_answer2 a{
    color: #d42931 ;
} */

.search_body .problem_detail .problem_rec{
    width: 1061px;
	padding-bottom: 33px;
    border-bottom: 1px dashed #eeeeee;
}

.cursor2{
    cursor:pointer;/*鼠标变小手*/
}


/* 侧边导航栏 */
.right_nav{
    width: 130px;
	height: 238px;
    position: fixed;
    top: 250px;
    left: 160px;
}

.right_nav .qualification{
    width: 130px;
	height: 41px;
	background-color: #ffffff;
    text-align: center;
    line-height: 41px;
    font-size: 14px;
    margin-bottom: 3px;
}


.right_nav .qualification div{
    display: inline-block;
    width: 12px;
	height: 14px;
    padding-right: 15px;
}

.right_nav .qualification1 div{
    background: url(../images/teacher.png) no-repeat;

}

.right_nav .qualification2 div{
    background: url(../images/management.png) no-repeat;

}
.right_nav .qualification3 div{
    background: url(../images/go_up.png) no-repeat;

}
.right_nav .qualification4 div{
    background: url(../images/mandarin.png) no-repeat;

}


.right_nav .qualification:hover{
    background-color: #b31b24;
    color: #ffffff;
}

.right_nav .qualification:hover a{
    color: #ffffff;
}


.right_nav .qualification1:hover div{
    background: url(../images/teacher1.png) no-repeat;
}

.right_nav .qualification2:hover div{
    background: url(../images/management1.png) no-repeat;
}
.right_nav .qualification3:hover div{
    background: url(../images/go_up1.png) no-repeat;
}
.right_nav .qualification4:hover div{
    background: url(../images/mandarin1.png) no-repeat;
}


.right_nav .nav_top{
    width: 130px;
	height: 60px;
	background-color: #ffffff;
	border-radius: 0px 0px 50px 50px;
    line-height: 60px;
    text-align: center;
    position: relative;
}

.right_nav .nav_top:hover{
    color: #e43332;
}

.right_nav .nav_top:hover div{
    background: url(../images/top.png);
}


.right_nav .nav_top div{
    width: 14px;
    height: 11px;
    background: url(../images/top_1.png) no-repeat;
    position: absolute;
    left: 58px;
    top: 8px;
    margin-bottom: 10px;
}



/* 二维码弹出框样式 */


#qr_code{
    text-align: center;
    margin: 0 auto;

    overflow-y: hidden;
    overflow-x: hidden;
     
}

.layui-layer-content{height: 380px !important;}

.layui-layer-btn0{
    display: none !important;
}

#qr_code img{
    width: 150px;
    height: 150px;
}


/* 二维码新样式 */


#answer_css{
    margin: auto;
    width: 260px;
	height: 260px;
	background-color: #ffffff;
	border-radius: 6px;
}

#answer_css .answer_top{
    width: 260px;
	height: 196px;
	background-image: linear-gradient(89deg, 
		#dc4f56 0%, 
		#d73941 100%);
	border-radius: 6px 6px 0px 0px;
}

#answer_css .answer_top p{
    font-size: 16px;
	color: #ffffff;
    text-align: center;
    font-size: 17px;
    font-weight: bold;
    padding-top: 18px;
}

#answer_css .answer_top img{
    margin: auto;
    width: 150px;
    height: 150px;
    margin-top: 5px;
    margin-left: 52px;
}

#answer_css .answer_buttom button{
    width: 220px;
	height: 32px;
	background-color: #ffebec;
	border-radius: 16px;
    text-align: center;
    border: none;
    margin: 0 auto;
    margin-top: 15px;
    margin-left: 16px;

}
#answer_css .answer_buttom button span{
    color: #da444c;
}






/* 二维码新样式 */




.search_content .search_right.on{
    display: block;
}
.search_content .search_right{
    display:none;
}


/* 当前在哪个栏目，哪个栏目的字就是红色 */
.search_body .search_content .search_left .color_red{
    color: #c62028;
}



/* 三级导航栏 */

 #weitten_subject{
    width: 728px;
	height: 66px;
	background-color: #fff1f1;
    margin-bottom: 10px;
    margin-top: -6px;
    margin-left: -16px;

}

#weitten_subject h3{ 
    display: inline-block;
    font-size: 17px;
}
#weitten_subject li{ 
    list-style: none;
    float: left;
    color: #333333;
    width:32px;
    list-style: none;
    height: 10px;
    line-height: 33px;
    margin-left: 20px;
    font-size: 16px;
}

#weitten_subject ul{
    display: inline-block;
}

#weitten_subject .m_subject{
    margin-left: 18px;
}

#weitten_subject li:hover{
    color: #d01c1c;
}

#weitten_subject .m_subject .subject_red{ 
    color: #d01c1c;
}

#weitten_subject .m_subject .subject_red1{
    color: #d01c1c;
}

.search_right_content .subject_des.show{
    display: block;
}
.search_right_content .subject_des{
    display:none;
}

/* 三级导航栏 */

#result1 p{
  margin-left:20px
}
.result {
  display :none;
}
.result p{
  margin-top: 25px;
}
#category{
  width: 150px;
  height: 50px;
  border-radius: 4px;
  border: 1px solid #999999;
  padding-left: 10px;
}
