/* 王治尧 03/31 */

/* 新手专区 */
.special_area {
    width: 1200px;
    margin: 0 auto;
}

.special_area_content {
    width: 880px;
    height: 114px;
    padding: 0 5px;
    /* background: pink; */
    float: right;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-items: center;
    justify-content: space-between;
}

.special_area_content li {
    width: 285px;
    height: 114px;
    background: linear-gradient(#3974C6,#35D8A0);
    position: relative;
    top: -120px;
    z-index: 5;
}

.special_area_content li  img {
    position: absolute;
    right: 15px;
    bottom: 10px;
}

.special_area_title {
    color: #fff;
    font-size: 14px;
    margin: 20px 20px 10px;
}
.special_area_desc {
    color: #fff;
    font-size: 12px;
    margin: 0px 20px 10px;
}
.special_area_href {
    position: absolute;
    bottom: 10px;
    left: 20px;
}
.special_area_href:hover a {
    text-decoration: underline !important;
}
.special_area_href a {
    color: #3974C6;
    font-size: 12px;
    text-decoration: none;
}

/* 需求的服务 */
.demand_service_box {
    background: rgba(248, 249, 252, 1);
    border: 1px solid transparent;
}

.demand_service {
    width: 1200px;
    margin: 0 auto;
    height: 80px;
}

.demand_service_go {
    width: 169px;
    height: 42px;
    color: #fff;
    background: #3974C6;
    border-radius: 21px;
    margin-right: 15px;
    border: none;
}

.demand_service_go:hover {
    color: #fff;
    background: #0068b7;
}
.demand_service_go:active {
    color: #fff;
    background: #0068b7;
}

.demand_service_ding {
    width: 169px;
    height: 42px;
    color: #3974C6;
    border: 1px solid #3974C6;
    border-radius: 21px;
    background: #fff;
    /*border: none;*/
}

.demand_service_ding:hover {
    color: #fff;
    border: none;
    background: #3974C6;
}
.demand_service_ding:active {
    color: #fff;
    border: none;
    background: #3974C6;
}

.demand_service_line {
    color: #404040;
    font-size: 20px;
    text-align: center;
    /* margin-top: 38px; */
}

.demand_service_line span {
    display: inline-block;
    width: 480px;
    border-top: 1px solid rgba(216, 215, 235, 1);
    position: relative;
    top: -5px;
}

.demand_service_type {
    margin-top: 35px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-items: center;
    justify-content: space-between;
}

.demand_service_type_item img {
    margin-right: 20px;
}

.demand_service_type_item span {
    color: #404040;
    font-size: 16px;
}

.home_swipers_box {
    width: 100%;
    min-height: 500px;
    margin: 0px auto 60px;
}

.demand_service_title {
    color: #404040;
    font-size: 20px;
    margin-top: 35px;
    /* margin-bottom: 22px */
}

/* 第一个轮播图 */
.boutique_apply {
    width: 1200px;
    min-height: 500px;
    margin: 0 auto;
    padding-top: 60px;
    /* border: 1px solid red; */

}

.swiper-container {
    width: 1200px;
    height: 535px;
}

.swiper_item_boutique {
    width: 1200px;
    margin: 60px auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-items: center;
    justify-content: space-between;
}

.boutique_item_box {
    width: 292px;
    height: 400px;
    background: url(../../images/home/swiper/boutique/1.png) no-repeat top right;
    margin-bottom: 50px;
    text-align: center;
    box-shadow: 0px 1px 8px 0px rgba(105, 121, 168, 0.2);
    transition: transform 0.5s ease-in-out;
}

.boutique_item_box:hover {
    transform: translateY(-15px);
    box-shadow:0px 1px 8px 0px rgba(105,121,168,0.3);
}

.outique_item_icon {
    width: 80px;
    height: 80px;
    line-height: 65px;
    text-align: center;
    margin: 50px auto 20px;
}

.outique_item_icon img {
    width: 80px;
    height: 80px;
}

.outique_item_title {
    font-size: 18px;
    text-align: center;
    margin: 0 28px 35px;
}

.outique_item_title:hover a {
    color: #0379D3 !important;
}

.outique_item_desc {
    color: 1#767676;
    font-size: 14px;
    text-align: center;
    margin: 0 28px 45px;
    height: 56px;
    overflow: hidden;
    /* text-overflow: ellipsis; */
    /* white-space:nowrap */
}

.outique_item_line {
    width: 160px;
    height: 1px;
    background: rgba(207, 207, 207, 1);
    margin: 0 auto;
}

.outique_item_money {
    color: #424242;
    font-size: 14px;
    margin-top: 30px;
}

.outique_item_money span {
    color: #3974C6;
    font-size: 20px;
    padding-right: 3px;
}

/* 第二个轮播图 */
.set_meal_apply_box {
    height: 700px;
    background: url(../../images/home/swiper/setmeal/bg.png) no-repeat top;
}

.set_meal_apply {
    width: 1200px;
    min-height: 500px;
    margin: 30px auto 0;
    padding-top: 60px;
    /* border: 1px solid red; */

}

.set_meal_swiper {
    width: 1200px !important;
    height: 560px !important;
}

.swiper_item_set_meal {
    width: 1200px;
    margin: 30px auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-items: center;
    justify-content: center;
}

.set_meal_item_box {
    width: 362px;
    min-height: 400px;
    background: pink;
    margin: 20px 8px 0px;
}

/* 每个小盒子内部 */
.set_meal_item_one {
    height: 154px;
    background: #3974C6;
    padding: 30px 0 0 37px;
    box-sizing: border-box;
}

.set_meal_item_one_title {
    color: #fff;
    font-size: 18px;
}

.set_meal_item_one_content {
    color: #fff;
    font-size: 13px;
    margin-top: 15px;
    margin-right: 28px;
    height: 55px;
    overflow: hidden;
}

.set_meal_item_two {
    height: 155px;
    background: #F8F9FC;
    border: 1px solid rgba(216, 215, 235, 0.68);

}
.set_meal_item_two:hover {
    position: relative;
    z-index: 4;
    box-shadow:0px 1px 8px 0px rgba(105,121,168,0.3);
}

.set_meal_item_left {
    float: left;
    width: 114px;
    height: 100%;
    text-align: center;
}

.set_meal_item_img_bg {
    display: inline-block;
    margin-top: 24px;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: #fff;
}

.set_meal_item_img_bg img {
    width: 70px;
    height: 70px;
    transform: scale(0.5);
}

.set_meal_item_right {
    float: left;
    width: 245px;
    height: 100%;
}

.set_meal_item_three {
    height: 156px;
    background: #F8F9FC;
    border: 1px solid rgba(216, 215, 235, 0.68);
    border-top: none;
}

.set_meal_item_three:hover {
    box-shadow:0px 1px 8px 0px rgba(105,121,168,0.3);
}

.set_meal_item_right_title {
    margin: 24px 0 10px 0;
    color: #404040;
    font-size: 14px;
}

.set_meal_item_right_title a:hover {
    color: #0379D3 !important;
}
.set_meal_item_right_desc {
    margin-right: 35px;
    color: #767676;
    font-size: 12px;
    height: 50px;
    overflow: hidden;
}

.set_meal_item_right_label {
    margin-top: 6px;
    /* color: #404040; */
    font-size: 14px;
    margin-right: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: normal;
}

.set_meal_item_right_label span {
    padding: 0 5px;
}
