.xilie_tags{
    width: 100%;
    min-width: 1200px;
    background-color: rgb(245,245,245);
    display: flex;
    align-items: center;
}

.xilie_tags_item{
    flex: 1;
    line-height: 44px;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
    transition: all 0.2s;
}

.xilie_tags_item:hover{
    color: #f52a80;
}

.xilie_tags>.active{
    color: #f52a80;
}

.fivexi_banner_box{
    width: 100%;
    position: relative;
}

.fivexi_banner{
    width: 100%;
    min-width: 1180px;
}

.fivexi_banner_btn{
    width: 300px;
    height: 60px;
    position: absolute;
    bottom: 29%;
    left: 18%;
    z-index: 10;
    cursor: pointer;
}

.fivexi_fivekj{
    width: 100%;
    min-width: 1180px;
    height: 910px;
    background-image: url('/images/special/fivexi/kj_bj.png');
    display: flex;
    align-items: center;
    justify-content: center;
}

.fivexi_fivekj_header{
    width: 100%;
    text-align: center;
    color: #222222;
    font-size: 40px;
    margin-bottom: 36px;
}

.fivexi_fivekj_header>span{
    color: #e51373;
}

.fivexi_fivekj_tags{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 36px;
}

.fivexi_fivekj_tags_item{
    padding: 6px 15px;
    font-size: 16px;
    border: 1px solid #dddddd;
    color: #aaaaaa;
    margin-right: 14px;
    cursor: pointer;
    transition: all 0.15s;
    border-radius: 2px;
}

.fivexi_fivekj_tags_item:hover{
    color: #fff;
    background-image: linear-gradient(0deg, 
		#ce0675 0%, 
		#ff147f 100%), 
	linear-gradient(
		#e51373, 
		#e51373);
}

.fivexi_fivekj_tags>.fivexi_fivekj_tags_item:last-child{
    margin-right: 0px;
}

.fivexi_fivekj_tags>.active{
    color: #fff;
    background-image: linear-gradient(0deg, 
		#ce0675 0%, 
		#ff147f 100%), 
	linear-gradient(
		#e51373, 
		#e51373);
}

.fivexi_fivekj_sec{
    width: 1180px;
    height: 540px;
    position: relative;
    display: flex;
    align-items: center;
}

.fivexi_fivekj_sec_img{
    flex: 1;
    height: 100%;
    margin-right: 10px;
}

.fivexi_fivekj_sec_main{
    width: 387px;
    height: 100%;
    background-image: url('/images/special/fivexi/kctgd.png');
    background-size: 100% 100%;
    position: relative;
}

.fivexi_rsection{
    width: 387px;
    height: 100%;
    padding-top: 57px;
}

.fivexi_fivekj_sec_main_title{
    width: 100%;
    padding: 0 30px;
    color: #e51373;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 6px;
}

.fivexi_fivekj_sec_main_des{
    width: 100%;
    padding: 0 30px;
    color: #e51373;
    font-size: 16px;
}

.fivexi_fivekj_sec_m{
    width: 100%;
    height: 400px;
    padding: 30px 30px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 10;
}

.fivexi_fivekj_sec_m_item{
    width: 100%;
    color: #333333;
    font-size: 16px;
    margin-bottom: 15px;
}

.tags2 > .fivexi_fivekj_sec_m_item{
    width: 100%;
    color: #333333;
    font-size: 16px;
    margin-bottom: 8px;
}

.tags3 > .fivexi_fivekj_sec_m_item{
    width: 100%;
    color: #333333;
    font-size: 16px;
    margin-bottom: 8px;
}

.tags4 > .fivexi_fivekj_sec_m_item{
    width: 100%;
    color: #333333;
    font-size: 16px;
    margin-bottom: 8px;
}

.tags5 > .fivexi_fivekj_sec_m_item{
    width: 100%;
    color: #333333;
    font-size: 16px;
    margin-bottom: 15px;
}

.fivexi_fivekj_sec_m_item_des{
    color: #888888;
}

.fivexi_disblock{
    display: block;
    width: 100%;
    padding-left: 10px;
}

.fivexi_fivekj_sec_m>.fivexi_fivekj_sec_m_item:last-child{
    margin-bottom: 0px;
}

.fivexi_onetoone{
    width: 100%;
    min-width: 1180px;
    height: 1010px;
    position: relative;
}

.fivexi_onetoone_img{
    width: 100%;
    height: 100%;
}

.fivexi_onetoone_header{
    width: 100%;
    text-align: center;
    color: #ffffff;
    font-size: 40px;
    position: absolute;
    top: 61px;
    left: 0px;
    z-index: 10;
}


.fivexi_onetoone_header>span{
    color: #e51373;
}

.fivexi_onetoone_main{
    width: 100%;
    height: 100%;
    position: relative;
}

.fivexi_onetoone_des{
    width: 1200px;
    min-height: 200px;
    position: absolute;
    top: 180px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
}

.fivexi_onetoone_des_header{
    margin-bottom: 36px;
    text-align: center;
}

.fivexi_onetoone_des_header>a{
    color: #999;
    font-size: 20px;
}

.fivexi_onetoone_des_header>span{
    padding: 0 10px;
    color: #999;
}

.fivexi_onetoone_des_header>.active{
    color: #f52a80;
}

.fivexi_onetoone_des_box{
    width: 100%;
    display: flex;
}

.fivexi_onetoone_des_box_details{
    width: 400px;
    height: 594px;
}

.fivexi_onetoone_des_box_details>.J_avatar{
    width: 400px;
    height: 395px;
}

.fivexi_onetoone_des_box_detailscon{
    width: 100%;
    height: 190px;
    padding: 20px 20px 0 20px;
    background-color: #fff;
}

.fivexi_onetoone_des_box_detailscon>.name{
    width: 100%;
    margin-bottom: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fivexi_onetoone_des_box_detailscon>.name>.J_name{
    font-size: 24px;
    font-weight: bold;
}

.fivexi_onetoone_des_box_detailscon>.name>.J_job{
    margin-left: 16px;
    font-size: 20px;
    color: #919191;
}

.fivexi_onetoone_des_box_detailsconp{
    width: 100%;
    padding-left: 112px;
    color: #919191;
    font-size: 16px;
}

.fivexi_onetoone_des_box_detailscon>.btn-zx{
    display: block;
    margin: 20px auto 0;
    width: 163px;
    height: 40px;
    background: linear-gradient(to right, #e61874, #fd5ba4);
    color: #fff;
    font-size: 16px;
    text-align: center;
    line-height: 40px;
}

.fivexi_onetoone_des_box_list{
    flex: 1;
    margin-left: 20px;
    display: flex;
    flex-wrap: wrap;
}

.fivexi_onetoone_des_box_list_item{
    width: 189px;
    height: 189px;
    overflow: hidden;
    cursor: pointer;
    margin-right: 6px;
    margin-bottom: 6px;
}

.fivexi_onetoone_des_box_list_item>img{
    width: 100%;
    height: 100%;
    transition: all 0.15s;
}

.fivexi_onetoone_des_box_list>.fivexi_onetoone_des_box_list_item:nth-child(4n){
    margin-right: 0px;
}

.fivexi_onetoone_des_box_list_item:hover>img{
    transform: scale(1.1);
}

.fivexi_fivexin{
    width: 100%;
    height: 848px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fivexi_fivexin_header{
    width: 100%;
    font-size: 40px;
    color: #222222;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 60px;
}

.fivexi_fivexin_header>img{
    width: 50px;
    padding: 0 6px;
}

.fivexi_fivexin_main{
    position: relative;
    margin-bottom: 90px;
}

.fivexi_fivexin_main_bigbj{
    width: 1180px;
    position: relative;
    z-index: 10;
}

.fivexi_fivexin_main_pos{
    width: 430px;
    position: absolute;
    top: -14px;
    left: 381px;
    z-index: -1;
}


.fivexi_fivexin_main_sec{
    width: 280px;
    position: absolute;
    z-index: 10;
}

.fivexi_fivexin_main_sec_title{
    width: 100%;
    text-align: end;
    color: #000000;
    font-size: 22px;
}

.fivexi_fivexin_main_sec_des{
    width: 100%;
    text-align: end;
    color: #777777;
    font-size: 17px;
}

.fivexi_fivexin_btns{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}


.fivexi_fivexin_btns_item{
    width: 250px;
    line-height: 52px;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    border-radius: 26px;
    background-color: #222222;
    transition: all 0.15s;
    cursor: pointer;
}

.fivexi_fivexin_btns_item:hover{
    background-color: #e51373;
}


.fivexi_fuwu{
    width: 100%;
    min-width: 1180px;
    height: 150px;
    background-image: url('/images/special/fivexi/five_fuwu.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.fivexi_fuwu_sec{
    width: 1180px;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: end;
}

.fivexi_fuwu_input{
    width: 300px;
    height: 50px;
    border: none;
    background-color: #ffffff;
    padding: 0px 12px;
    font-size: 16px;
    margin-right: 12px;
}

.fivexi_fuwu_input::placeholder{
    color: #666666;
    font-size: 16px;
}

.fivexi_fuwu_btn{
    width: 160px;
    line-height: 50px;
    text-align: center;
    color: #ffffff;
    background-image: linear-gradient(90deg, 
		#ce0675 0%, 
		#ff147f 100%), 
	linear-gradient(
		#e61874, 
		#e61874);
}

.five_yixian{
    width: 100%;
    height: 890px;
	background-color: #f5f5f5;
    display: flex;
    align-items: center;
    justify-content: center;
}

.five_yixian_header{
    width: 100%;
    text-align: center;
    color: #222222;
    font-size: 40px;
    margin-bottom: 40px;
}

.five_yixian_header>span{
    color: #e51373;
}

.five_yixian_img{
    width: 1180px;
}

.five_taocan{
    width: 100%;
    height: 570px;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.five_taocan_img{
    width: 1180px;
}

.five_taocan_img_pos{
    font-size: 22px;
    color: #ffffff;
    position: absolute;
    top: 36px;
    z-index: 10;
}

.five_yixian_des{
    width: 100%;
    text-align: center;
    color: #888888;
    font-size: 16px;
    margin-top: 35px;
    margin-bottom: 50px;
}

.five_ey{
    width: 100%;
    min-width: 1180px;
}

.five_ey_top{
    width: 100%;
    min-width: 1180px;
    position: relative;
}

.five_ey_top>img{
    width: 100%;
    height: 300px;
}

.five_ey_top_box{
    width: 100%;
    height: 270px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 10;
}

.five_ey_top_box_header{
    width: 100%;
    text-align: center;
    color: #ffffff;
    font-size: 40px;
    margin-bottom: 12px;
}

.five_ey_top_box_header>span{
    color: #e51373;
}

.five_ey_top_box_des{
    width: 100%;
    font-size: 20px;
    text-align: center;
    color: #ffffff;
}

.five_ey_sec{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.five_ey_sec_main{
    width: 100%;
    padding-top: 70px;
    width: 1180px;
    height: 955px;
}

.five_ey_top_tags{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.five_ey_top_tags_item{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.five_ey_top_tags_item_img{
    width: 70px;
    height: 70px;
    margin-bottom: 6px;
}

.five_ey_top_tags_item_title{
    color: #222222;
    font-size: 16px;
    margin-bottom: 6px;
}

.five_ey_top_tags_item_number{
    width: 22px;
    line-height: 20px;
    text-align: center;
    border-radius: 50%;
    font-size: 12px;
    color: #888888;
    border: 1px solid #888888;
    position: relative;
}

.five_ey_top_tags_item_number::after{
    content: '';
    width: 93px;
    height: 1px;
    background-color: #bbbbbb;
    position: absolute;
    top: 50%;
    left: 32px;
    transform: translateY(-50%);
    z-index: 10;
}

.five_ey_top_tags>.five_ey_top_tags_item:last-child >.five_ey_top_tags_item_number::after{
    display: none;
}

.five_ey_b{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.five_ey_top_tags_column{
    width: 70px;
    height: 670px;
    padding-top: 84px;
    flex-direction: column;
}

.five_ey_top_tags_column>.five_ey_top_tags_item >.five_ey_top_tags_item_number::after{
    content: '';
    width: 1px;
    height: 80px;
    background-color: #bbbbbb;
    position: absolute;
    top: 32px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
}

.five_ey_top_tags_column>.five_ey_top_tags_item:first-child >.five_ey_top_tags_item_number::before{
    content: '';
    width: 1px;
    height: 67px;
    background-color: #bbbbbb;
    position: absolute;
    top: -182px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
}

.five_ey_b_img{
    width: 100%;
    height: 574px;
}

.five_ey_top_tags_item:hover > .five_ey_top_tags_item_number, .five_ey_top_tags > .active > .five_ey_top_tags_item_number{
    color: #e51373;
    border-color: #e51373;
}