.xhs_banner{
    background-color: #d4191b;
    width: 100%;
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.xhs_banner_img{
    background: url(../xiaohongshuimages/xhs_banner.jpg) no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 500px;
}

.xhs_issue{
    width: 100%;
    height: 490px;
    position: relative;
    margin-bottom: 60px;
}
.issue_center_border{
    width: 490px;
    height: 490px;
    border-radius: 490px;
    border: 1px dashed #bfbfbf;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -245px;
}
.issue_center{
    width: 250px;
    height: 250px;
    border: 10px solid #fff ;
    border-radius: 250px;
    background: #f23d3d;
    box-shadow: 0px 0px 10px #bfbfbf;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -125px;
    margin-top: -125px;
    box-sizing: border-box;
    text-align: center;
    line-height: 75px;
    color: #fff;
    font-size: 40px;
    padding-top: 50px;
    padding-bottom: 50px;
}
.issue_div{
    width: 360px;
    height: 100px;
    border-radius: 30px;
    background: #bfbfbf;
    color: #121212;
    position: absolute;
    font-size: 24px;
    text-align: center;
    line-height: 100px;
}
.issue_div.ac{
    background: #f23d3d;
    color: #ffffff;
}
.issue1{
    top: 17px;
    left: 96px;
}
.issue2{
    top: 190px;
    left: 40px;
}
.issue3{
    top: 365px;
    left: 96px;
}
.issue4{
    top: 20px;
    left: 770px;
}
.issue5{
    top: 168px;
    left: 810px;
}
.issue6{
    top: 348px;
    left: 765px;
}
.xhs_issue_buttondiv{
    display: flex;
    align-items: center;
    justify-content: center;
}
.xhs_issue_button{
    display: inline-block;
    width: 167px;
    height: 40px;
    line-height: 40px;
    border-radius: 40px;
    background: #f23d3d;
    color: #fff;
    text-align: center;
    margin-bottom: 20px;
}
.xhs_issue_button:hover{
    color: #f9f9f9;
}
.xhs_reason{
    height:760px;
    width: 100%;
    background: #f23d3d;
    box-sizing: border-box;
    padding: 80px 0;
}
.xhs_reason_content{
    height: 580px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;

}
.xhs_reason_div{
    width: 385px;
    height: 580px;
    background: #fff;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 20px;
}
.reason_div_head{
    height: 166px;
}
.reason_div_text{
    height: 374px;
    padding: 0 30px;
}
/*.text_ul{*/
/*    */
/*}*/
.text_ul li{
    margin-bottom: 5px;
    font-size: 15px;
    list-style-position: outside;
    list-style-image:url(../xiaohongshuimages/rhombus_icon.jpg);
}
.reason_div_text>p{
    text-align: center;
}

.xhs_spread{
    height: 650px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.spread_til{
   color: #5c9bd7;
    text-align: center;
    margin-bottom: 40px;
}

.spread_button_a{
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding: 0 30px;
    border-radius: 10px;
    background: #ff2741;
    color: #fff;
}
.spread_button_a:hover{
    color: #eaeaea;
}
.redskins{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.redskins_topnav{
    width: 450px;
    height: 130px;
    /*position: absolute;*/
    /*top: 30px;   */
    /*left: 50%;*/
    /*margin-left: -225px;*/
}
.redskins_maincontent{
    /*position: absolute;*/
    /*top: 140px;*/
    /*left: 0px;*/
    width: 1200px;
    display: flex;
    flex-direction:row;
    align-items: self-start;
    justify-content: space-between;
}


.redskins_navs{
    width: 450px;
    height: 90px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.redskins_nav{
    width: 120px;
    height: 86px;
    background: #e2e2e2;
    color: #ff2741;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    cursor: pointer;
}
.redskins_nav>div{
    font-size: 15px;
}
.redskins_nav.nav_ac{
    background: #ff2741;
    color: #fff;
}
.redskins_nav>.redskins_nav_img{
    display: block;
}
.redskins_nav>.redskins_nav_img_ac{
    display: none;
}
.nav_ac .redskins_nav_img{
    display: none;
}
.nav_ac .redskins_nav_img_ac{
    display: block;
}

.redskins_class_navs{
    height: 500px;
    width: 145px;
    display: flex;
    flex-direction: column;
    /*position: absolute;*/
    /*top: 160px;*/
    /*left: 0px;*/
}
.redskins_class_nav{
    width: 145px;
    border-left: 1px solid #e4e4e4;
    border-top: 1px solid #e4e4e4;
    border-right: 1px solid #e4e4e4;
    height: 82px;
    font-size: 16px;
    line-height: 80px;
    text-align: center;
    cursor: pointer;
}
.redskins_class_nav:last-child{
    border-bottom: 1px solid #e4e4e4;
}

.wl-cur {
    color: #ff2741;
    border-left: 1px solid #ff2741 !important;
    border-right: 0px ;
    background: url(../xiaohongshuimages/bg8_03.png) no-repeat 135px center;
}
.redskins_content{
    width: 930px;
    min-height: 540px;
    /*position: absolute;*/
    /*top: 160px;*/
    /*left: 190px;*/
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.redskins_content_hide{
    display: none;
}
.redskin_card{
    width: 280px;
    height: 262px;
    padding: 10px 10px;
    border: 1px solid #eaeaea;
    margin-bottom: 15px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
}
.redskin_card_head{
    width: 100%;
    height: 85px;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-bottom: 10px;
}
.card_head_pic{
    border: 5px solid #eeeeee;
    width: 80px;
    height: 80px;
    border-radius: 80px;
    -webkit-radius:  80px;
    -ms-border-radius:  80px;
    overflow: hidden;
    box-sizing: border-box;
}
.card_head_pic_img{
    width: 80px;
    height: 80px;
}
.card_head_info{
    width: 150px;
    margin-left: 30px;
}
 .card_head_info_name{
     font-size: 15px;
     text-align: left;
     color: #ff2741;
     font-weight: 600;
     padding-bottom: 5px;
 }
 .card_head_info_text{
     color: #999999;
     font-size: 12px;
     line-height: 20px;
 }
.redskin_card_bottom{
    height: 105px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    border-top: 1px solid #eee;
    margin-top: 20px;
}
.card_num_div{
    width: 82px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.card_num_div>div{
    color: #666;
    font-size: 12px;
}
.redskin_card_btn{
    height: 30px;
    line-height: 30px;
    display: block;
    width: 88px;
    background: #ff2741;
    color: #fff;
    border: 1px solid #ff2741;
    /*color: #333;
    border: 1px solid #d6d6d6;*/
    border-radius: 44px;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
}
/*.redskin_card_btn:hover{*/
/*    color: #494949;*/
/*}*/
.redskin_card:hover{
    border: 1px solid #ff2741;
}
.redskin_card:hover .redskin_card_btn{
    background: #ff2741;
    color: #fff;
    border: 1px solid #ff2741;
}


.xhs_flow{
    background: url(../xiaohongshuimages/flow_bg.jpg) no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 710px;
    position: relative;
}
.xhs_flow_content{
    margin-top: 120px;
    width: 1200px;
    height: 390px;
    background: url(../xiaohongshuimages/flow_text_bg.png) no-repeat;
    position: relative;
}
.flowp{
    color: #fff;
    position: absolute;
    font-size: 17px;
}
.flow1{
    top: 33px;
    left: 24px;
}
.flow2{
    top: 170px;
    left: 30px;
}
.flow3{
    top: 314px;
    left: 30px;
}
.flow4{
    top: 180px;
    left: 296px;
}
.flow5{
    top: 146px;
    left: 520px;
}
.flow6{
    top: 180px;
    left: 811px;
}
.flow7{
    top: 79px;
    left: 1055px;
}
.flow8{
    top: 290px;
    left: 1055px;
}
.xhs_flow_btn{
    display: inline-block;
    width: 240px;
    height: 40px;
    background: #ff2741;
    color: #fff;
    text-align: center;
    line-height: 40px;
    border-radius: 10px;
    position: relative;
    left: 50%;
    margin-left: -120px;
    margin-top: 100px;
}
.xhs_flow_btn:hover{
    color: #d4d4d4;
}
.xhs_serve{
    background: url(../xiaohongshuimages/serve_bg.jpg) no-repeat;
    background-size: 100% 100%;
    height: 700px;
    width: 100%;
}
.serve_main{
    height: 700px;
    width: 1120px;
    box-sizing: border-box;
    padding: 60px 0;
}
.serve_til{
    margin-top: 20px;
}
.serve_content{
    margin-top: 70px;
}
.os_title{
    width: 1120px;
    font-size: 60px;
    font-weight: lighter;
    color: #fff;
    height: 70px;
    text-align: center;
    letter-spacing: 1px;
}
.os_title b{
    font-size: 60px;
    letter-spacing: 1px;
}
.os_title_p{
    font-size: 20px;
    color: #fff;
    text-align: center;
}
.serve_content{
    height: 300px;
    width: 1120px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.sc_form{
    width: 510px;
    height: 300px;
}
.sc_name{
    width: 460px;
    height: 200px;
}
.sc_form_div{
    display: block;
    width: 500px;
    height: 50px;
    border-radius: 50px;
    background: #e6865e;
    color: #fff;
    box-sizing: border-box;
    padding: 0 50px;
    border: 1px dotted #e6865e;
    margin-bottom: 15px;
    color: #fff;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.form_name{
    width: 90px;
    height: 50px;
    line-height: 50px;
}
.form_input{
    width: 320px;
    height: 50px;
    background: #e6865e;
    color: #fff;
    border: none;
}
.form_submit{
    display: block;
    width: 500px;
    height: 50px;
    border-radius: 50px;
    background: #cf3700;
    color: #fff;
    text-align: center;
    border: 1px dotted #cf3700;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: bolder;
    cursor: pointer;
    font-size: 20px;
}
.sc_e{
    font-size: 70px;
    font-family: Book Antiqua;
    height: 70px;
    color: #ff7b30;
    text-align: right;
    font-weight: lighter;
}
.sc_tit{
    font-size: 55px;
    font-weight: bolder;
    height: 55px;
    text-align: right;
    color: #fff;
}
.sc_vicetit{
    text-align: right;
    color: #fff;
    font-size: 24px;
    letter-spacing: 1px;
    margin-top: 5px;
}

.xhs_cases{
    width: 1200px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
    margin-bottom: 50px;
}
.xhs_case_div,.xhs_case_div>img{
    width: 305px;
    height: 640px;
    margin-bottom: 30px;
}