#feature .feature_hader{background:#282828;padding:30px 0;}
#feature .feature_hader .feature_hader_box{width:100%;max-width:1200px;margin:0 auto;display:flex;justify-content: space-between;background:#282828;}
#feature .feature_hader .feature_hader_so{display:flex;align-items: center;}
#feature .feature_hader .feature_hader_so p{color:#fff;margin:0 15px 0 0;font-size:16px;}
#feature .feature_hader .feature_hader_so .form{width:350px;position: relative;}
#feature .feature_hader .feature_hader_so .form input{width:100%;height:40px;padding:0 10px;display:flex;align-items: center;border-radius:5px;border:0;}
#feature .feature_hader .feature_hader_so .form:hover input{border-radius:0}
#feature .feature_hader .feature_hader_so .form .feature_list{max-height:300px;overflow:auto;position: absolute;display:none;;left:0;top:40px;width:100%;background:#fff;box-shadow:0 15px 30px rgba(0,0,0,.1);padding:10px;}
#feature .feature_hader .feature_hader_so .form .feature_list a{border-bottom:1px solid #F0F0F0;display:flex;align-items:center;margin-bottom:5px;padding-bottom:5px;}
#feature .feature_hader .feature_hader_so .form .feature_list a img{height:20px;width:20px;margin-right:10px;}
#feature .feature_hader .feature_hader_so .form .feature_list a span{font-size:12px;color:#000;}
#feature .feature_hader .feature_hader_so .form .feature_list a span ins{text-decoration: none;color:red;}

#feature .feature_hader .feature_hader_logo{display:flex;align-items:center;}
#feature .feature_hader .feature_hader_logo img{height:45px;}
#feature .feature_hader .feature_hader_logo span{margin-left:20px;color:#fff;font-size:24px;}
#feature .feature_content{background:#F0F0F0;padding:40px 0;}
#feature .feature_content .feature_content_box{max-width:1200px;width:100%;;margin:0 auto;padding:25px;border-radius:8px;background:#fff;}
#feature .feature_content .feature_content_sub_one{margin-bottom:30px;display:flex;justify-content: center;align-items: center;}
#feature .feature_content .feature_content_sub_one a{border:2px solid #282828;cursor: pointer;;font-size:18px;color:#282828;font-weight:bold;;background:#fff;padding:0 10px;min-width:150px;height:45px;display:flex;justify-content: center;align-items:center;border-radius:0px;}
#feature .feature_content .feature_content_sub_one a:first-child{border-radius:8px 0 0 8px;}
#feature .feature_content .feature_content_sub_one a:last-child{border-radius:0 8px 8px 0;border-left:0;}
#feature .feature_content .feature_content_sub_one a:hover{background:#222;color:#fff;}
#feature .feature_content .feature_content_sub_one a.on{background:#323232;color:#fff}
#feature .feature_content .feature_content_tool{border-radius:8px 8px 0 0;background:#323232;height:40px;display:flex;justify-content:space-between;align-items:center;padding:0 15px;color:#fff;}
#feature .feature_content .feature_content_tool .tool_left{display:flex;align-items:center;}
#feature .feature_content .feature_content_tool .tool_left img{height:25px;}
#feature .feature_content .feature_content_tool .tool_left span{margin-left:10px;font-size:14px;}
#feature .feature_content .feature_content_tool .tool_right{display:flex;align-items:center;}
#feature .feature_content .feature_content_tool .tool_right img{height:20px;margin-left:18px;}
#feature .feature_content .feature_content_sub_two{display:flex;align-items: center;line-height:35px;min-height:42px;background:#444;border:2px solid #444;border-top:0;border-bottom:0;flex-wrap:wrap}
#feature .feature_content .feature_content_sub_two a{height:100%;display:flex;align-items: center;padding:0 8px;color:#fff;font-size:14px;}
#feature .feature_content .feature_content_sub_two a.on{background:#323232;}
#feature .feature_content .feature_content_sub_three{padding:10px;flex-wrap:wrap;display:flex;background:#444;border:2px solid #282828;border-top:0;}
#feature .feature_content .feature_content_sub_three a{margin: 0 5px 10px 0;width:40px;height:40px;text-align: center;background: #ffffff00;box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);border-radius: 6px;display:flex;align-items: center;justify-content: center;cursor: pointer;}
#feature .feature_content .feature_content_sub_three a.on{box-shadow: 0px 0px 3px 0px rgba(4,4,4,1);}
#feature .feature_content .feature_content_body_title{padding:10px 20px;background:#222;display:flex;align-items: center;}
#feature .feature_content .feature_content_body_title .feature_content_body_pic{width:50px;height:50px;border-radius:100%;display:flex;align-items:center;justify-content: center;background:#333;}
#feature .feature_content .feature_content_body_title .feature_content_body_pic img{width:75%;border-radius:20%}
#feature .feature_content .feature_content_body_title .feature_content_body_alt{margin-left:10px;font-size:18px;color:#fff;}
#feature .feature_content .feature_content_body{font-size:14px;line-height:22px;background:#9DA3AA;color:#fff;padding:20px;}
#feature .feature_content_bottom{border-radius:0 0 8px 8px;background:#323232;padding:8px;}
#feature .feature_content_bottom img{height:22px;}
#feature .feature_content_bottom a{font-size:14px;color:#fff;}
@media screen and (max-width:992px) {
#feature .feature_hader .feature_hader_box{flex-wrap:wrap;padding:0 10px;}
#feature .feature_hader .feature_hader_logo{width:100%;}
#feature .feature_hader .feature_hader_so{width:100%;margin-top:15px;}
#feature .feature_hader .feature_hader_so p{display:none;}
#feature .feature_hader .feature_hader_so .form{width:100%;}
#feature .feature_content{padding:20px 10px;}
#feature .feature_content .feature_content_sub_two a{font-size:12px;padding:0 5px;}
#feature .feature_content .feature_content_box{padding:15px;}
#feature .feature_content .feature_content_body_title .feature_content_body_pic{width:40px;height:40px;}
#feature .feature_content .feature_content_body_title{padding:25px 0;}
#feature .feature_content .feature_content_body_title .feature_content_body_alt{font-size:18px;}
#feature .feature_content .feature_content_body{padding:0;}
#feature .feature_content .feature_content_sub_one a{min-width:120px;height:40px;font-size:16px;}
#feature .feature_content .feature_content_sub_one{margin-bottom:15px;}
#feature .feature_content .feature_content_body img,#feature .feature_content .feature_content_body video{max-width:100%;height:auto;}
}