input {background: none;outline: none;border: 0px;}
html,body{height: 100%;}
textarea,select,input{-webkit-appearance: none; -moz-appearance: none; -o-appearance: none; appearance: none;}
img {border: none;display: block;vertical-align: top;}
body,p,h1,h2,h3,h4,h5,h6,dl,dd {margin: 0;font-size: 14px;font-family:XX;}
ol,ul {list-style: none;padding: 0;margin: 0;}
:-moz-placeholder {/* Mozilla Firefox 4 to 18 */color: #999999;}
::-moz-placeholder {/* Mozilla Firefox 19+ */color: #999999;}
input:-ms-input-placeholder,textarea:-ms-input-placeholder {color: #999999;}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {color: #999999;}
li{list-style: none;}
b {ont-weight: bold;}
button{ outline:none;}
i {cursor: default;}
textarea:focus {outline: none;border: none;}
a{text-decoration: none;color: #000;cursor: pointer;}
.flex{display: flex;}
.flex_column{flex-direction:column}
.alingn_center{align-items: center;}
.justify_center{justify-content: center;}
.flex_wrap{flex-wrap: wrap;}
.justify_between{justify-content: space-between;}
.alingn_end{align-items: flex-end;}
.justify_around{justify-content: space-around;}
.margin_0{margin: 0 auto;}
.row-discount{position: relative;}
.over_hidden{overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.margin_b16{margin-bottom: 16px;}
.margin_b8{margin-bottom: 8px;}
/* 首页 */
.wrap{
    width: 100%;
    height: 100%;
}
.header{
    width: 100%;
    background-color: #ffffff;
    position: relative;
    text-align: center;
}
.swiper_image1{
    width: 100%;
    height: 481px;
}
/* 头部 */
.header_tab{
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 3;
    padding-top: 24px;
    padding-bottom: 24px;
    box-sizing: border-box;
    text-align: center;
}
.header_allin{
    width: 1200px;
    margin: 0 auto;
}
.header_list2 ul li a{
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 22px;
    margin-right: 24px;
    cursor: pointer;
}
.header_list1 ul li a{
    font-size: 16px;
    font-weight: 400;
    color: rgba(255, 255, 255);
    line-height: 22px;
    margin-right: 24px;
    cursor: pointer;
}
.header_top_left{
    width: 220px;
    height: 26px;
}
.header_active{
    background-color: #ffffff;
    border-bottom: 1px solid #F4F4F4;
}
.header_color{
    color: #000000!important;
}
.swiper_slide{
    position: relative;
    width: 1190px;
    margin: 0 auto;
    /* background-image: url("../image/banner1.png");
    background-size: cover; */
}
.swipwe_slide_abs{
    position: absolute;
    width: 1190px;
    top: 190px;
    left: 0;
    z-index: 11;
    text-align: left;
}
.swiper_slide_title{
    font-size: 48px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 67px;
}
.swiper_slide_value{
    font-size: 20px;
    font-weight: 400;
    opacity: 0.8;
    color: #FFFFFF;
    line-height: 33px;
    margin-top: 12px;
}
.header_list2 ul li a:hover{
    color: #333;
    font-weight: 700;
}
.header_list1 ul li a:hover{
    /* color: rgba(255, 255, 255, 1); */
    font-weight: 700;
}
.header_color:hover{
    color: #333;
    font-weight: 700;
}
/* 分页器 */
.swiper-pagination-bullet {
    width: 45px;
    height: 45px;
  }
  .swiper-pagination-bullet{
    width: 36px!important;
    height: 3px!important;
    border-radius: 0px!important;
    background: rgba(148, 131, 47, 1)!important;
    border: 1px #F3982D solid;    
  }
  .swiper-pagination-bullet-active{
    background: #F3982D!important;
  }
  .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
    left: 50%!important;
    width: 1200px!important;
    text-align: left!important;
    margin-left: -600px!important;
  }
/* 主要内容 */
.main{
    width: 1200px;
    margin: 0 auto;
    background-color: #ffffff;
}
.content_item{
    width: 1190px;
    margin: 0 auto;
    margin-top: 24px;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.06);
    border-radius: 4px;
    padding: 26px 60px 52px 32px;
    box-sizing: border-box;
}
.main_left{
    width: 832px;
}
.index_name{
    font-size: 30px;
    font-weight: 400;
    color: #000000;
    line-height: 40px;
}
.index_state{
    width: 60px;
    height: 28px;
    background: #0AD487;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 22px;
    margin-left: 12px;
}
.index_recommend{
    font-weight: 400;
    color: #999999;
    line-height: 24px;
    font-size: 16px;
}
.index_recommend_value{
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    line-height: 24px;
    margin-left: 24px;
}
.index_recommend_orange{
    color: #F3982D;
    /* cursor: pointer; */
}
.main_right{
    width: 266px;
    text-align: center;
}
.sign_up{
    width: 266px;
    height: 60px;
    background: #F3982D;
    border-radius: 4px;
    font-size: 20px;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 60px;
    text-align: center;
    cursor: pointer;
}
.sign_up:hover{
    background: #FF7D0B;
}
.index_look_info{
    font-size: 14px;
    font-weight: 400;
    color: #999999;
    line-height: 20px;
    margin-top: 8px;
    cursor: pointer;
}
.index_time_left{
    width: 84px;
    text-align: center;
}
.index_time_right{
    width: 180px;
    text-align: center;
}
.index_time{
    width: 266px;
    height: 60px;
    border-radius: 4px;
    border: 1px solid #F3982D;
    margin-top: 28px;
}
.index_people_num{
    font-size: 16px;
    font-weight: 400;
    color: #F3982D;
    line-height: 22px;
}
.index_people_state{
    font-size: 14px;
    font-weight: 400;
    color: #999999;
    line-height: 20px;
}
.index_shu{
    width: 1px;
    height: 30px;
    background: #EFF4F6;
}
.main_bottom{
    margin-top: 38px;
    position: relative;
}
.index_bus{
    width: 36px;
    height: 28px;
    margin-bottom: 4px;
    /* margin-left: 24px; */
}
/* .index_add_name_left{
    min-width: 88px;
    text-align: center;
    text-align: left;
} */
/* .index_position_1{
    position: absolute;
    left: 0%;
    top: -16px;
} */
.index_best{
    width: 925px;
    display: flex;
    position: absolute;
    top: -12px;
    left: 0;
    align-items: center;
    justify-content: space-between;
}
.index_position{
    /* position: absolute;
    left: 15%;
    top: -8px; */
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.index_quan{
    width: 20px;
    height: 20px;
    margin-bottom: 4px;
}
.index_quan2{
    left: 30%;
}
.index_quan3{
    left: 45%;
}
.index_quan4{
    left: 60%;
}
.index_quan5{
    left: 75%;
}
.index_line{
    width: 925px;
    height: 4px;
    background: #0AD487;
    margin-left: 37px;
}
.index_line_end{
    width: 136px;
    height: 4px;
}
.index_add_name{
    font-size: 14px;
    text-align: center;
    font-weight: 400;
    color: #000000;
    line-height: 20px;
    max-width: 200px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}
.index_add_name:hover{
    font-weight: 600;
}
.index_hui{
    width: 20px;
    height: 20px;
    background: #F3982D;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 20px;
    margin-right: 9px;
}

/* 报名已结束 */
.sign_end{
    width: 266px;
    height: 60px;
    border-radius: 4px;
    font-size: 20px;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 60px;
    text-align: center;
    /* cursor: pointer; */
    background: #CCCCCC;

}
.index_end_time{
    padding-top: 10px;
    box-sizing: border-box;
}
.index_line_time_end{
    background: #E5E5E5;
}
/* 广告位 */
.index_advertis{
    width: 1190px;
    height: 200px;
    margin-top: 24px;
    background-image:url("../image/kfc/kfcpc_banner2@2x.png");
    background-size: cover;
    padding: 56px 60px 62px 32px;
    box-sizing: border-box;
}
.index_advertis_title{
    font-size: 36px;
    font-weight: 600;
    color: #0F4787;
    line-height: 50px;
}
.index_advertis_value{
    font-size: 18px;
    font-weight: 400;
    color: #427ABA;
    line-height: 25px;
    margin-top: 8px;
}
.index_advertis_button{
    width: 266px;
    height: 60px;
    background: #F3982D;
    border-radius: 4px;
    font-size: 20px;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 60px;
    text-align: center;
    cursor: pointer;
}
.index_advertis_button:hover{
    background: #FF7D0B;
}
/* 一站式服务流程 */
.index_process{
    width: 100%;
    height: 396px;
    background: #F7F8FA;
    margin-top: 24px;
    text-align: center;
    padding-top: 46px;
}
.index_process_center{
    width: 1070px;
    margin: 0 auto;
}
.index_process_center_img{
    width: 160px;
    height: 160px;
    margin: 0 auto;
}
.index_process_center_title{
    font-size: 20px;
    font-weight: 600;
    color: #000000;
    line-height: 30px;
    margin-top: 12px;
}
.index_process_center_time{
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 24px;
    margin-top: 4px;
}
.index_process_item{
    text-align: center;
}
.index_process_title{
    font-size: 30px;
    font-weight: 400;
    color: #000000;
    line-height: 42px;
    margin-bottom: 40px;
}
.index_consultant{
    width: 1200px;
    margin:  0 auto;
    text-align: center;
    margin-bottom: 80px;
}
.index_consultant_title{
    font-size: 30px;
    font-weight: 400;
    color: #000000;
    line-height: 42px;
    margin-top: 48px;
}
.index_consultant_image{
    padding-left: 40px;
    box-sizing: border-box;
    width: 396px;
    height: 180px;
    background-image:url("../image/kfc/kfcpc_img_gsz@2x.png");
    background-size: cover;
    /* padding: 42px 0 0 30px;
    box-sizing: border-box; */
    text-align: left;
}
.index_consultant_image2{
    padding-left: 40px;
    box-sizing: border-box;
    width: 396px;
    height: 180px;
    background-image:url("../image/kfc/kfcpc_img_yyq@2x.png");
    background-size: cover;
    /* padding: 42px 0 0 30px;
    box-sizing: border-box; */
    text-align: left;
}
.index_consultant_image3{
    padding-left: 40px;
    box-sizing: border-box;
    width: 396px;
    height: 180px;
    background-image:url("../image/kfc/kfcpc_img_gzy@2x.png");
    background-size: cover;
    /* padding: 42px 0 0 30px;
    box-sizing: border-box; */
    text-align: left;
}
.index_consultant_title2{
    font-size: 20px;
    font-weight: 600;
    color: #000000;
    line-height: 30px;
}
.index_consultant_center{
    margin-top: 50px;
}
.index_consultant_value{
    width: 134px;
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 24px;
    margin-top: 12px;
}
/* 弹出层 */
.shade_1{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 19;
    background-color: #000;
    opacity: 0.5;
    display: none;
}
.shade_value,.shade_value2{
    width: 500px;
    height: 420px;
    background-color: #ffffff;
    border-radius: 10px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -250px;
    margin-top: -210px;
    text-align: center;
    z-index: 20;
    display: none;
}
.kfcpc_img_tcbanner2{
    width: 500px;
    height: 220px;
}
.shade_title{
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    line-height: 20px;
    margin-top: 24px;
}
.input_boxs{
    width: 440px;
    height: 42px;
    margin: 0 auto;
    background: #F8F8F8;
    border-radius: 4px;
    border: 1px solid #DDDDDD;
    font-size: 14px;
    padding-left: 20px;
    margin-top: 24px;
    box-sizing: border-box;
    align-items: center;
}
.input_active{
    border: 1px solid #FF3819;
}
.shade_input{
    width: 280px;
    height: 38px;
    background: #F8F8F8;
    /* border-radius: 4px; */
    /* border: 1px solid #DDDDDD; */
    font-size: 14px;
    /* padding-left: 20px; */
    /* margin-top: 24px; */
    /* box-sizing: border-box; */
}
.no_phone{
    font-size: 14px;
    font-weight: 400;
    color: #FF3819;
    line-height: 22px;
    margin-left: 6px;
}
.mistake{
    width: 16px;
    height: 16px;
}
.shade_on{
    width: 200px;
    height: 42px;
    margin: 0 auto;
    background: #F3982D;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 42px;
    margin-top: 24px;
    cursor: pointer;
}
.shade_box{
    position: relative;
}
.shade_close{
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 13;
    width: 14px;
    height: 14px;
    cursor: pointer;
}

.img_shu{
    width: 1px;
    height: 80px;
}

/* 报名成功时展示 */
.success_2{
    display: none;
    text-align: center;
    margin-top: 34px;
}

.success_2_image{
    width: 36px;
    height: 36px;
}
.success_2_title{
    font-size: 20px;
    font-weight: 400;
    color: #000000;
    line-height: 28px;
    margin-left: 12px;
}
.success_2_value{
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    line-height: 20px;
    margin-top: 18px;
    text-align: center;
}
.shade_back{
    font-size: 14px;
    margin:  0 auto;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 42px;
    margin-top: 26px;
    width: 200px;
    height: 42px;
    background: #F3982D;
    border-radius: 4px;
    cursor: pointer;
}
.shade_on:hover{
    background: #FF7D0B;
}
.shade_back:hover{
    background: #FF7D0B;
}
/* 尾部 */
.footpublink {
    background: #f6f6f6;
    border-top: #e6e6e6 solid 1px;
    margin-top: 35px;
}
.footer_introbox {
    padding-top: 25px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e6e6e6;
}
.footpublink .wbig {
    width: 1100px;
    margin: 0 auto;
    /* height: 177px; */
}
.footer_intro {
    line-height: 24px;
    text-indent: 2em;
    margin-bottom: 10px;
}
.footer_contact h6 {
    font-weight: bold;
    margin-bottom: 5px;
}
.footer_contact p {
    line-height: 24px;
}
.footer_qq {
    display: inline-block;
    background: #f3982d;
    color: #fff;
    border-radius: 3px;
    margin: 0 5px;
    padding: 0 10px 0 25px;
    position: relative;
}
.footer_qq i {
    display: block;
    background: url(../image/kfc/icon_main.png) no-repeat;
    position: absolute;
    top: 50%;
    margin-top: -9px;
    left: 5px;
    width: 18px;
    height: 18px;
    background-position: -140px -151px;
}

.footpublink .wbig {
    width: 1100px;
    margin: 0 auto;
}
.footpublink .flogo {
    padding: 38px 32px 0 0;
    float: left;
}
.footpublink .flink {
    height: 175px;
    float: left;
    border-right: #e6e6e6 solid 1px;
}
.footpublink .column2 {
    width: 135px;
}
.footpublink .column2 {
    padding: 38px 10px 0 30px;
}
.footpublink .flink ul {
    border-left: #e6e6e6 solid 1px;
    height: 145px;
    padding: 30px 22px 0 25px;
    line-height: 24px;
    float: left;
}
.footpublink .column2 li {
    float: left;
    width: 50%;
}
.footpublink .column2 .fnone {
    width: 120px;
}
.footpublink .flink ul li a {
    color: #666;
    font-size: 12px;
}
.snsbtn {
    float: right;
    margin-top: 50px;
    position: relative;
}
.snsbtn a {
    display: block;
    width: 50px;
    height: 50px;
    float: left;
    margin: 0 5px;
    background: url(../image/kfc/sns_btn.png) no-repeat;
    text-indent: -10000px;
    outline: none;
}
.snsbtn .weixin {
    background-position: left top;
    position: relative;
}
.snsbtn .weibo {
    background-position: -50px top;
}
.snsbtn .qq1 {
    background-position: -100px top;
}
.footer {
    background: #f3982c;
    color: #fff;
    padding: 10px 0;
    font-size: 12px;
}
.tc {
    text-align: center;
}
.footer a {
    color: #fff;
    padding: 0 5px;
}
#weixin {
    display: none;
    position: absolute;
    top: -25px;
    left: -115px;
    width: 100px;
    height: 100px;
    background: url(../image/kfc/housewx.png) no-repeat;
    border: #fff solid 1px;
}
.weixin:hover #weixin{
    display: block;
}
.clearfix:after {
    display: block;
    clear: both;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    content: ".";
}

.clearfix2{
    zoom: 1;
}

/* swiper */
.swiper-container{
    width: 1190px;
    height: 400px;
    margin: 0 auto;
}
.swiper-slide{
    width: 100%;
    height: 480px;
}
.swiper-lazy{
    width: 100%;
    height: 100%;
    object-fit: cover;
}










/* 详情页面 */
.header2{
    height: 70px;
}
.header2 ul li a{
    color: #000000!important;
}
.main_right_info{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.info_the_title{
    margin-top: 45px;
}
.info_little_box{
    width: 6px;
    height: 28px;
    background: #F3982D;
}
.info_title_name{
    font-size: 24px;
    font-weight: 600;
    color: #000000;
    line-height: 30px;
    margin-left: 24px;
}
.info_item{
    width: 585px;
    height: 166px;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.06);
    border-radius: 4px;
    margin-top: 20px;
}
.info_item_right{
    margin-left: 28px;
    display: flex;
    flex-direction: column;
    padding-top: 30px;
    box-sizing: border-box;
}
.info_item_img{
    width: 292px;
    height: 166px;
}
.info_item_name{
    width: 237px;
    font-size: 20px;
    font-weight: 600;
    color: #000000;
    line-height: 30px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.info_state{
    width: 36px;
    height: 20px;
    background: #0AD487;
    border-radius: 4px;
    margin-left: 4px;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 20px;
    text-align: center;
}
.info_item_add{
    width: 237px;
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 24px;
    margin-top: 10px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.info_item_center{
    margin-top: 18px;
}
.info_state_wait{
    width: 36px;
    height: 20px;
    background: rgba(243,152,45,0.2);
    border-radius: 4px;
    /* opacity: 0.2; */
    font-size: 14px;
    font-weight: 400;
    color: #F3982D;
    line-height: 20px;
    text-align: center;
    margin-left: 4px;
}
/* 注意事项 */
.pay_place{
    font-size: 16px;
    font-weight: 600;
    color: #000000;
    line-height: 30px;
    margin-top: 16px;
}
.pay_addr{
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    line-height: 28px;
    margin-top: 16px;
}
.pay_say{
    margin-top: 30px;
    margin-bottom: 30px;
}

.info_name_new{
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 24px;
}


