.search_page{
    width: 70.941%;
    margin: auto;
}
.sprtseah_header{
    position: relative;
    text-align: center;
    margin-top: 105px;
}
.seah_headimg{
    text-align: center;
}
.seah_headimg>img{
    width: 53px;
    height: 53px;
}
.seah_headtitle{
    margin-top: 25px;
    font-family: 'Montserrat';
	font-weight: 700;
    font-size: 30px;
	color: #000;
}
.seah_headcrumbs{
    position: absolute;
    left: 0%;
    top: 0;
    font-family: 'Montserrat';
    font-weight: 400;
    color: #000;
    font-size: 13px;
    text-transform: uppercase;
}
.seah_headcrumbs>a{
    display: inline-block;
    margin: 0 5px;
    cursor: pointer;
    
}
.seah_headcrumbs>span:first-of-type{
    margin-left: 0px;
}
.seah_input{
    width: 600px;
    height: 32px;
    border-radius: 10px;
    border: 0px;
    background-color: #F3F4F4;
    font-size: 14px;
    font-family: 'Montserrat';
    font-weight: 400;
    color: #a1a1a9;
    padding: 6px 6px 6px 30px;
    margin-top: 40px;
    background-image: url('/image/kf/search_img.png');
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-position: 5px 50%;

}
.seah_headtips{
    font-size: 13px;
    font-family: 'Montserrat';
    font-weight: 400;
    color: #000;
    margin-top: 15px;
}
.seah_con{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 40px 0;
    margin-top: 110px;
}
.seah_selectdiv{
    margin-top: 110px;
    border-bottom: 1px solid #f3f3f3;
}
.seah_list{
    min-width: 50%;
    margin-right: 40px;
    font-size: 30px;
}
.seahlist_title{
    display: block;
    cursor: pointer;
    font-size: 18px;
    font-family: 'Montserrat';
    font-weight: 800;
    color: #000;
    height: 50px;
    line-height: 50px;
    padding-left: 20px;
    width: 100%;
    background-color: #F7F7F7;
    text-transform: uppercase;
}
.seahlist_faq{
    padding-left: 20px;
    margin-top: 15px;
    margin-bottom: 20px;
}
.seahlist_faq>li>h6,.seahlist_faq>li>p,.seahlist_faq>li>a{
    font-size: 14px !important;
    font-family: 'Montserrat';
    font-weight: 400;
    color: #000;
    line-height: 2;
}
.seahlist_faq>li:hover{
    cursor: pointer;
}
.seahlist_faqkey{
    display: none;
    color: #FF8B00 !important;
    padding-left: 15px;
}
.seahlist_faqtitle{
    display: flex;
    justify-content: left;
}
.seahlist_faqtitle,.seahlist_faqkey{
    line-height: 2;
    
}
.seahlist_faqmore{
    font-size: 14px;
    font-family: 'Montserrat';
    font-weight: 400;
    color: #FF8B00;
    text-decoration: underline;
    cursor: pointer;
    margin-left: 20px;
}
.seahlist_title:hover{
    color: #000;
}
.seah_selecth1{
    font-size: 30px;
    font-family: 'Montserrat';
    font-weight: 400;
    color: #000;
    padding-bottom: 35px;
}
.seah_selecth2{
    font-size: 30px;
    font-family: 'Montserrat';
    font-weight: 400;
    color: #000;
    padding: 0 25px 35px 25px;
    
}
#seah_producttype{
    width: 255px;
    height: 35px;
    background-color: #f3f4f4;
    /* color: #b5b5b5; */
}
.seah_conno_img>img{
    width: 40px;
    height: 40px;
    
}
.seah_conno_img{

}
.seah_conno{
    text-align: center;
    min-width: 100%;
    margin-top: 150px;
}
.seah_conno_tips{
    margin-top: 40px;
    font-size: 16px;
    font-family: 'Montserrat';
    font-weight: 400;
    color: #000;
}
#seah_producttype xm-select{
    background-color: #f3f4f4;
}
#seah_producttype .label-content{
    color: #B5B5B5;
}
.item_video_mask{
    position: fixed;
    top: 0px;
    left: 0px;
    min-height: 100%;
    min-width: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    display: flex;
    justify-content: center;
    align-items: center;
}
.item_video_phpup{
    position: relative;
    width: 800px;
    min-height: 450px;
    background-color: #000;
}
.videoclose{
    position: absolute;
    top: 0px;
    right: -40px;
    cursor: pointer;
}
.seahlist_faq>li>a>img{
    cursor: pointer;
    width: 15px;
    height: 15px;
    vertical-align: text-bottom;
    display: inline-block;
    margin-left: 5px;
    
}