﻿@charset "utf-8";

/* CSS Document */
/*index*/
/* flexslider */
.banner {
    position: relative;
}

.banner .flexslider {
    position: relative;
    width: 100%;
    overflow: hidden;
    zoom: 1;
    max-height: 400px;
}

.banner .flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease;
}

.banner .flexslider .slides {
    zoom: 1;
}

.banner .flexslider .slides li {
    float: left;
}

.banner .flexslider .slides li img {
    width: 100%;
}

.banner .flex-direction-nav a {
    width: 60px;
    height: 90px;
    line-height: 99em;
    overflow: hidden;
    margin: -60px 0 0;
    display: block;
    position: absolute;
    top: 50%;
    z-index: 10;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all .3s ease;
}

.banner .flex-direction-nav .flex-next {}

.banner .flex-direction-nav .flex-prev {
    left: 0;
}

.banner .flexslider:hover .flex-next {
    opacity: 0.8;
    filter: alpha(opacity=25);
}

.banner .flexslider:hover .flex-prev {
    opacity: 0.8;
    filter: alpha(opacity=25);
}

.banner .flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
    opacity: 1;
    filter: alpha(opacity=50);
}

.banner .flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: 8px;
    text-align: center;
}

.banner .flex-control-nav li {
    margin: 0 3px;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.banner .flex-control-paging li a {
    background: #ff6471;
    border-radius: 50%;
    border: 1px solid #ff6471;
    display: block;
    height: 9px;
    overflow: hidden;
    text-indent: -99em;
    width: 9px;
    cursor: pointer;
    filter: alpha(opacity=30);
    -moz-opacity: 0.3;
    -khtml-opacity: 0.3;
    opacity: 0.3;
}

.banner .flex-control-paging li a.flex-active {
    background: none;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

.index_header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    line-height: 60px;
    background: rgba(0, 0, 0, 0.8);
}

.index_header .logo {
    float: left;
}

.index_header .logo img {
    height: 30px;
}

.index_header .nav {
    float: right;
}

.index_header .nav li {
    float: left;
    margin-left: 8px;
    height: 60px;
    line-height: 60px;
}

.index_header .nav li:nth-child(1) {
    margin-left: 0
}

.index_header .nav li a {
    font-size: 1.4rem;
    color: #fff;
}

.index_header .nav li a.red {
    color: #fe4c7c;
}

.index_content {
    margin-top: 8px;
    background: #fff;
}

.index_content .con_nav {
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #f2f2f2;
    display: -webkit-box;
    /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
    display: -moz-box;
    /* Firefox 17- */
    display: -webkit-flex;
    /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
    display: -moz-flex;
    /* Firefox 18+ */
    display: -ms-flexbox;
    /* IE 10 */
    display: flex;
    /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
}

.index_content .con_nav a {
    display: inline-block;
    width: 100%;
    text-align: center;
    font-size: 1.6rem;
}

.index_content .con_nav a.hover {
    background: #fe4c7c;
    color: #fff;
}


.index_content .item .title {
    font-size: 2.4rem;
    width: 184px;
    text-align: center;
    margin: 0 auto;
    margin-top: 25px;
    color: #fe4c7c;
    text-align: center;
    position: relative;
}

.index_content .item .title:before {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -7px;
    left: 0;
    z-index: 2;
    width: 36px;
    height: 14px;
    background: url(../images/title_bg.png) no-repeat center/cover;
}

.index_content .item .title:after {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -7px;
    right: 0;
    z-index: 2;
    width: 36px;
    height: 14px;
    background: url(../images/title_bg.png) no-repeat center/cover;
}

.index_content .item table td {
    padding-top: 30px;
}

.index_content .item table .img_td {
    width: 42%;
}

.index_content .item table .img img {
    width: 80%;
}

.index_content .item table .info {
    font-size: 1.8rem;
    line-height: 30px;
}



.index_content .item .reserve_btn {
    display: block;
    width: 100%;
    margin: 35px 0px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    color: #fff;
    background: #fe4c7c;
    font-size: 1.6rem;
    border-radius: 4px;
}

.index_content .item .reserve_btn:hover {
    background: #ea4471;
}

.foot {
    padding-bottom: 22px;
}

.foot ul {
    margin-bottom: 10px;
}

.foot ul li {
    float: left;
    width: 33.3333%;
    text-align: center;
    padding-top: 18px;
}

.foot ul li b {
    display: block;
    margin: 0 auto;
    width: 76px;
    height: 76px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.foot ul li span {
    display: block;
    margin: 0 auto;
    font-size: 1.6rem;
    margin-top: 8px;
}

.foot>p {
    font-size: 1.4rem;
    color: #7f7f7f;
    padding-top: 7px;
    text-align: center;
}


/*banner-详情页*/
.banner .arrow {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 60px;
    line-height: 60px;
}

.banner .arrow a {
    display: block;
    margin-left: 3%;
    width: 24px;
    height: 60px;
    background: url(../images/banner1_arrow.png) no-repeat center;
    background-size: contain;
}

.banner_details {
    background: #fff;
    padding-top: 30px;
    padding-bottom: 30px;
}

.banner_details .title {
    text-align: center;
    width: 184px;
    margin: 0 auto;
}

.banner_details .title img {
    text-align: center;
    width: 100%;
}

.banner_details h2 {
    padding-top: 30px;
    color: #fe4c7c;
    font-size: 20px;
    padding-bottom: 6px;
}

.banner_details p {
    line-height: 30px;
    font-size: 16px;
}

/*关于*/
.about .about_con .title {
    text-align: center;
    width: 184px;
    margin: 30px auto;
}

.about .about_con .title img {
    width: 100%;
}

.about .about_con img {
    width: 100%;
}

.about .about_con p {
    line-height: 30px;
    font-size: 1.6rem;
    padding-top: 8px;
}

/*编辑地区*/
.top {
    height: 60px;
    line-height: 60px;
    background: #fe4c7c;
    position: relative;
}

.top .arrow {
    position: absolute;
    left: 3%;
    top: 0px;
    z-index: 2;
    width: 15px;
    height: 60px;
    background: url(../images/mouther_arrow_left.png) no-repeat center;
    background-size: contain;
}

.top .title {
    text-align: center;
    font-size: 1.8rem;
    color: #fff;
}

.top .finish_btn {
    position: absolute;
    right: 3%;
    top: 12px;
    z-index: 2;
    display: inline-block;
    width: 70px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    float: right;
    margin-right: 3%;
    color: #fff;
    border-radius: 4px;
    background: #ff84a5;
    font-size: 1.6rem;
}

.edit h2 {
    height: 45px;
    line-height: 45px;
    padding-left: 3%;
    position: relative;
    font-size: 1.6rem;
}

.edit h2:after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -10px;
    z-index: 2;
    width: 3px;
    height: 20px;
    background: #fe4c7c;
}

.edit .item {
    position: relative;
    background: #fff;
    width: 100%;
    height: 56px;
    line-height: 56px;
}

.edit .item span {
    color: #7f7f7f;
    font-size: 1.6rem;
    padding-left: 3%;
}

.edit .item .choice {
    position: absolute;
    right: 3%;
    bottom: 11px;
    z-index: 2;
    width: 66px;
    height: 33px;
    line-height: 33px;
    text-align: center;
    border-radius: 4px;
    background: #cccccc;
    font-size: 1.6rem;
    color: #fff;
}

/*编辑联系方式*/
.edit_contact {
    margin-top: 8px;
}

.edit_contact .tel {
    background: #fff;
    height: 56px;
    line-height: 56px;
    position: relative;
}

.edit_contact .tel input {
    width: 90%;
    margin-left: 3%;
    color: #000000;
    font-size: 1.6rem;
}

.edit_contact .tel .close {
    position: absolute;
    right: 3%;
    top: 10px;
    z-index: 2;
    width: 36px;
    height: 36px;
    background: url(../images/mouther_ge11.png) no-repeat center/contain;
}

.edit_contact .open {
    background: #fff;
    height: 56px;
    line-height: 56px;
    position: relative;
    margin-top: 1px;
}

.edit_contact .open span {
    color: #7f7f7f;
    font-size: 1.6rem;
    padding-left: 3%;
}

.edit_contact .open .open_btn {
    position: absolute;
    right: 3%;
    top: 9px;
    z-index: 2;
    width: 76px;
    height: 36px;
    background: url(../images/open_btn.png) no-repeat center/contain;
}

.edit_contact .open .open_btn.active {
    background: url(../images/open_btn2.png) no-repeat center/contain;
}

/*编辑联系方式*/
.edit_date h2 {
    height: 45px;
    line-height: 45px;
    padding-left: 3%;
    position: relative;
    font-size: 1.6rem;
}

.edit_date h2:after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -10px;
    z-index: 2;
    width: 3px;
    height: 20px;
    background: #fe4c7c;
}

.edit_date p {
    background: #fff;
    width: 100%;
    height: 56px;
    line-height: 56px;
    margin-top: 1px;
    text-indent: 3%;
    color: #7f7f7f;
    font-size: 1.6rem;
}

.edit_date .over_date h2 .delete {
    float: right;
    color: #7f7f7f;
    font-size: 1.4rem;
    padding-right: 3%;
    background: url(../images/mouther_or1.png) no-repeat left center;
    padding-left: 18px;
    background-size: 13px 14px;
}

.edit_date .over_date span {
    padding-right: 10%;
    float: right;
    text-indent: 0;
}

.edit_date .new_date span {
    color: #000;
    float: right;
    text-indent: 0;
    margin-right: 3%;
}

.edit_date .new_date span input {
    color: #000;
    font-size: 1.6rem;
    width: 90px;
    padding-right: 30px;
    background: url(../images/mouther_ge53.png) no-repeat right center/contain;
}

.edit_date .add_date {
    text-align: right;
    padding-right: 3%;
    margin-top: 20px;
    color: #7f7f7f;
    font-size: 1.6rem;
    height: 30px;
    line-height: 30px;
}

.edit_date .add_date i {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(../images/add.png) no-repeat center/contain;
    margin-right: 6px;
    vertical-align: middle;
    margin-top: -3px;
}

/*编辑特长*/
.edit_specialty {}

.edit_specialty .list h2 {
    height: 45px;
    line-height: 45px;
    padding-left: 3%;
    position: relative;
    font-size: 1.6rem;
}

.edit_specialty .list h2:after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -10px;
    z-index: 2;
    width: 3px;
    height: 20px;
    background: #fe4c7c;
}

.edit_specialty .list ul {
    background: #fff;
    padding: 12px 3%;
    padding-top: 0px;
}

.edit_specialty .list ul li {
    float: left;
    margin-top: 15px;
    margin-right: 3%;
}

.edit_specialty .list ul li a {
    display: block;
    color: #7f7f7f;
    font-size: 1.4rem;
    border: 1px solid #cccccc;
    border-radius: 4px;
    padding: 2px 5px;
}

.edit_specialty .list ul li a.active {
    border: 1px solid #fe4c7c;
    color: #fe4c7c;
}

/*编辑图片*/
.edit_image h2 {
    text-align: right;
    height: 55px;
    line-height: 55px;
    margin-right: 3%;
}

.edit_image h2 a {
    font-size: 1.6rem;
    color: #7f7f7f;
    background: url(../images/mouther_or1.png) no-repeat left center;
    padding-left: 25px;
    vertical-align: middle;
}

.edit_image .imagelist {
    background: #fff;
    padding-top: 14px;
    padding-bottom: 2px;
}

.edit_image ul {}

.edit_image ul li {
    float: left;
    width: 23%;
    height: 97px;
    margin-right: 2.6%;
    position: relative;
    margin-bottom: 10px;
    overflow: hidden;
}

.edit_image ul li img {
    width: 100%;
    height: 100%;
}

.edit_image ul li:nth-child(4n) {
    margin-right: 0px;
}

.edit_image ul li img {
    width: 100%;
    height: 100%;
}

.edit_image ul li .icon {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(../images/close_btn.png) no-repeat center/contain;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
}

.edit_image ul li.last {
    border: 3px solid #e5e5e5;
    background: url(../images/plus.png) no-repeat center center;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background-size: 26px;
}

.edit_image ul li.last input {
    width: 100%;
    height: 100%;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}

/*编辑文字*/
.edit_text {
    background: #fff;
    margin-top: 8px;
    height: 240px;
    padding-top: 10px;
    position: relative;
}

.edit_text textarea {
    width: 100%;
    height: 205px;
    padding: 0 10px;
    max-width: 100%;
    border: none;
    resize: none;
    outline: none;
    font-size: 1.6rem;

    font-family: "Microsoft YaHei";
    line-height: 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.edit_qq {
    background: #fff;
    margin-top: 8px;
    height: 56px;
    position: relative;
}

.edit_qq input {
    width: 82%;
    height: 56px;
    line-height: 56px;
    margin-left: 3%;
    border: none;
    outline: none;
    font-size: 1.6rem;
    color: #7f7f7f;
    font-family: "Microsoft YaHei";
}

.edit_text .close_btn {
    width: 35px;
    height: 35px;
    background: url(../images/mouther_ge11.png) no-repeat center/contain;
    position: absolute;
    top: 50%;
    right: 3%;
    margin-top: -17.5px;
    z-index: 2;
}

.edit_qq .close_btn {
    width: 35px;
    height: 35px;
    background: url(../images/mouther_ge11.png) no-repeat center/contain;
    position: absolute;
    top: 50%;
    right: 3%;
    margin-top: -17.5px;
    z-index: 2;
}

/*编辑姓名*/
.edit_name {
    margin-top: 8px;
}

.edit_name p {
    height: 55px;
    line-height: 55px;
    background: #fff;
    margin-top: 1px;
    padding-left: 8px;
    font-size: 1.6rem;
    color: #7f7f7f;
}

.edit_name p input {
    width: 60%;
    font-size: 1.6rem;
    color: #000;
    margin-left: 10px;
    position: relative;
    top: -2px;
}

/*login*/
.login {
    margin-top: 8px;
}

.login p {
    height: 55px;
    line-height: 55px;
    background: #fff;
    margin-top: 1px;
    padding-left: 8px;
    font-size: 1.6rem;
    color: #7f7f7f;
    position: relative;
}

.login input {
    width: 60%;
    font-size: 1.6rem;
    color: #000;
    margin-left: 10px;
    position: relative;
    top: -2px;
}

.login i {
    position: relative;
    top: -2px;
}

.login .icon_tel {
    display: inline-block;
    width: 22px;
    height: 30px;
    background: url(../images/mouther_ge7.png) no-repeat center/contain;
    vertical-align: middle;
}

.login .icon_lock {
    display: inline-block;
    width: 23px;
    height: 26px;
    background: url(../images/mouther_ge8.png) no-repeat center/contain;
    vertical-align: middle;
}

.login .login_btn {
    display: block;
    width: 94%;
    margin: 30px auto;

    text-align: center;
    background: #fe4c7c;
    height: 55px;
    line-height: 55px;
    color: #fff;
    text-align: center;
    font-size: 1.6rem;
    border-radius: 4px;
}

.login .forget_btn {
    color: #fe4c7c;
    padding-top: 18px;
    display: block;
    margin-left: 3%;
    font-size: 1.6rem;
    margin-bottom: 200px;
}

/*订单*/
.order {
    min-height: 200px;
}

.orderList {
    background: #fff;
    padding: 15px 3%;
    margin-top: 8px;
}

.orderList .image {
    width: 70px;
    height: 70px;
    overflow: hidden;
    float: left;
    margin-right: 10px;
    position: relative;
    background-color: #f9f9f9
}

.orderList .image .icon_v {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../images/v2.png) no-repeat center;
    background-size: contain;
    z-index: 2;
    position: absolute;
    bottom: 0px;
    right: 0px;
}

.orderList .image img {

    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 5px;
}

.orderList .info h2 {
    font-size: 1.8rem;
    color: #010101;
    margin-bottom: 14px;
    padding-top: 5px;
}

.orderList .info h2 span {
    display: inline-block;
    padding: 0px 5px;
    font-size: 1rem;
    color: #fff;
    background: #fe4c7c;
    border-radius: 4px;
    margin-left: 5px;
}

.orderList .info p {
    color: #7f7f7f;
    font-size: 1.2rem;
}

.index_header .useInfo {
    float: right;
    height: 60px;
    line-height: 60px;
    position: relative;
    padding-right: 18px;
    padding-left: 20px;
}

.index_header .useInfo:before {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -4px;
    width: 10px;
    height: 8px;
    background: url(../images/mouther_login3.png) no-repeat center/contain;
    z-index: 3;
}

.index_header .useInfo i {
    display: inline-block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border-radius: 50%;
    overflow: hidden;
    vertical-align: middle;
    position: relative;
    top: -5px;
}

.index_header .useInfo i img {
    width: 100%;
    height: 100%;
}

.index_header .useInfo span {
    font-size: 20px;
    color: #fe4c7c;
}

.index_header .useInfo .icon_v {
    display: inline-block;
    width: 8px;
    height: 8px;
    background: url(../images/v.png) no-repeat center;
    position: relative;
    top: 12px;
    margin-right: 2px;
}

.index_header .useInfo .list {
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 4;
    padding: 12px 0px;
    display: none;
}

.index_header .useInfo .list a {
    color: #fff;
    font-size: 16px;
    display: block;
    line-height: 40px;
    text-align: center;
}

/*订单详情*/
.order_details {}

.order_details h2 {
    height: 45px;
    line-height: 45px;
    padding-left: 3%;
    position: relative;
    font-size: 1.6rem;
}

.order_details h2:after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -10px;
    z-index: 2;
    width: 3px;
    height: 20px;
    background: #fe4c7c;
}

.order_details .imageInfo {
    background: #fff;
    padding: 15px 3%;
}

.order_details .imageInfo .image {
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    overflow: hidden;
    border-radius: 4px;
    margin-right: 3%;
    position: relative;
}

.order_details .imageInfo .image .icon_v {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../images/v2.png) no-repeat center;
    background-size: contain;
    z-index: 2;
    position: absolute;
    bottom: 0px;
    right: 0px;
}

.order_details .imageInfo .image img {
    width: 100%;
    height: 100%;
}

.order_details .imageInfo .name {
    font-size: 2rem;
    padding-right: 4%;
    color: #000;
}

.order_details .imageInfo .info {
    font-size: 1.6rem;
    line-height: 30px;
    color: #000;
}

.order_details .orderInfo {
    background: #fff;
}

.order_details .orderInfo p {
    padding: 10px 3%;
    font-size: 1.6rem;
    border-bottom: 1px solid #f4f4f4;
    line-height: 30px;
}

.order_details .orderInfo p span {
    color: #7f7f7f;
}

.order_details .orderInfo strong {
    color: #000;
}

.accept_btn {
    display: block;
    width: 94%;
    margin: 0 auto;
    margin-top: 35px;
    margin-bottom: 10px;
    text-align: center;
    background: #fe4c7c;
    height: 55px;
    line-height: 55px;
    color: #fff;
    text-align: center;
    border-radius: 4px;
}

.accept_btn a {
    color: #fff;
    font-size: 1.6rem;
    display: block;
}

/*月嫂详情*/
.detailed {}

.detailed .title {
    height: 55px;
    line-height: 55px;
    font-size: 1.6rem;
    padding: 0px 3%;
}

.detailed .title .collect {
    padding-left: 28px;
    background: url(../images/star.png) no-repeat left center;
    background-size: 20px 20px;
    color: #7f7f7f;
}

.detailed .title .collect.active {
    color: #fe4c7c;
    background: url(../images/mouth_detail1.png) no-repeat left center;
    background-size: 20px 20px;
    color: #fe4c7c;
}

.detailed .title .share {
    margin-left: 12px;
    padding-left: 28px;
    background: url(../images/share.png) no-repeat left center;
    background-size: 20px 20px;
    color: #7f7f7f;
}

.detailed .title .share.active {
    color: #fe4c7c;
    background: url(../images/mouth_detail2.png) no-repeat left center;
    background-size: 20px 20px;
    color: #fe4c7c;
}

.detailed .info {
    background: #fff;
    padding: 15px 3%;
}

.detailed .info .pic {
    width: 70px;
    height: 70px;
    overflow: hidden;
    border-radius: 4px;
    margin-right: 13px;
    position: relative;
}

.detailed .info .pic img {
    width: 100%;
    height: 100%;
}

.detailed .info .icon_v {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../images/v2.png) no-repeat center;
    background-size: contain;
    z-index: 2;
    position: absolute;
    bottom: 0px;
    right: 0px;
}

.detailed .info .info_right {
    width: calc(100% - 83px);
}

.detailed .info .info_right .info_title .age {
    font-size: 1.6rem;
    color: #010101;
    float: left;
    padding-right: 10px;
}

.detailed .info .info_right .info_title .age em {
    color: #4c4c4c;
    padding-left: 13px;
}

.detailed .info .info_right .info_title .price {
    float: right;
    font-size: 1.6rem;
}

.detailed .info .info_right .info_title .price em {
    color: #ff6471;
}

.detailed .info .info_right p {
    line-height: 28px;
    padding-top: 4px;
}

.detailed .info .info_right p span {
    color: #7f7f7f;
    font-size: 1.4rem;
    padding-right: 8%;
}

.specialty {}

.specialty h2 {
    height: 45px;
    line-height: 45px;
    padding-left: 3%;
    position: relative;
    font-size: 1.6rem;
}

.specialty h2:after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -10px;
    z-index: 2;
    width: 3px;
    height: 20px;
    background: #fe4c7c;
}

.specialty .item {
    background: #fff;
    padding: 0px 3%;
    padding-bottom: 0px;
}

.specialty .item:last-child {
    padding-bottom: 6px;
}

.specialty .item h4 {
    margin-bottom: 12px;
    padding-top: 15px;
}

.specialty .item h4 span {
    padding: 4px 5px;
    background: #fe4c7c;
    display: inline-blcok;
    color: #fff;
    font-size: 1.6rem;
}

.specialty .item p span {
    color: #7f7f7f;
    font-size: 1.6rem;
    padding-right: 13px;
    line-height: 30px;
}

.specialty .slick li {
    float: left;
    width: 100px;
    overflow: hidden;
    margin-left: 15px;
    display: inline-block;
    white-space: nowrap;
}

.specialty .slick li img {
    width: 100%;
}

.specialty .slick {
    background: #fff;
    padding: 15px 0;
    width: 100%;
}

.specialty .slick .slick-dots {
    display: none !important;
}

.specialty .slick .slick-next {
    display: none !important;
}

.specialty .slick .slick-prev {
    display: none !important;
}

.specialty .self_info {
    line-height: 30px;
    color: #7f7f7f;
    font-size: 1.6rem;
    background: #fff;
    padding: 3%;
}

.specialty .customer {
    background: #fff;
    padding: 8px 3%;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0;
}

.specialty .customer .image {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    overflow: hidden;
    float: left;
}

.specialty .customer .image img {
    width: 100%;
    height: 100%;
}

.specialty .customer .info {
    padding-bottom: 6px;
    width: 82%;
    float: right;
    position: relative;
}

.specialty .customer .info h4 {
    font-size: 1.6rem;
    color: #000;
    margin-bottom: 4px;
}

.specialty .customer .info p {
    font-size: 1.4rem;
    color: #7f7f7f;
    line-height: 24px;
}

.specialty .customer .info span {
    font-size: 1.2rem;
    color: #7f7f7f;
    position: absolute;
    top: 4px;
    right: 3%;
    z-index: 2;
}

.specialty .customer_con {
    border-bottom: 1px solid #e5e5e5;
    padding: 3%;

}

.specialty .more {
    text-align: center;
    height: 44px;
    line-height: 44px;
    color: #7f7f7f;
    font-size: 1.4rem;
}

.specialty .more:hover {
    color: #fe4c7c;
}

/*账户*/
.account {
    background: #fff;
    padding: 32px 0px;
    margin-top: 8px;
}

.account .portrait {
    width: 100px;
    margin: 0 auto;
}

.account .portrait .photo {
    position: relative;
}

.account .portrait .photo b {
    display: block;
    width: 84px;
    height: 84px;
    overflow: hidden;
    border-radius: 50%;
    margin: 0 auto;
    background-size: 100% 100%;
    position: relative;
}

.account .portrait .photo img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit- transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 50%;
}

.account .portrait .photo span {
    display: block;
    font-size: 20px;
    color: #333333;
    text-align: center;
    padding-top: 8px;
}

.account .portrait .photo .icon {
    display: inline-block;
    width: 15px;
    height: 18px;
    background: url(../images/v.png) no-repeat center/contain;
    position: absolute;
    top: 63px;
    right: 4px;
    z-index: 2;
}

.account_info {
    background: #fff;
    margin-top: 8px;
}

.account_info p {
    padding: 16px 3%;
    border-bottom: 1px solid #f2f2f2;
    color: #000;
    font-size: 1.6rem;
    position: relative;
}

.account_info p .info {
    color: #7f7f7f;
    float: right;
    margin-right: 10px;
}

.account_info p .info2 {
    color: #7f7f7f;
    line-height: 30px;
}

.account_info em {
    font-size: 1.2rem;
    color: #7f7f7f;
    position: absolute;
    top: 40px;
    left: 3%;
    z-index: 2;
    padding-left: 30px;
}

.account_info p strong {
    display: inline-block;
    width: 10px;
    height: 16px;
    background: url(../images/mouther_arrow_right.png) no-repeat center/contain;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    right: 2%;
    z-index: 2;
    vertical-align: middle;
    margin-top: -8px;
}

.account_info p .icon1 {
    display: inline-block;
    width: 22px;
    height: 22px;
    background: url(../images/mouther_ge3.png) no-repeat center/contain;
    vertical-align: middle;
    margin-right: 10px;
    position: relative;
    top: -2px;
}

.account_info p .icon2 {
    display: inline-block;
    width: 22px;
    height: 22px;
    background: url(../images/mouth_ge17.png) no-repeat center/contain;
    vertical-align: middle;
    margin-right: 10px;
    position: relative;
    top: -2px;
}

.account_info p .icon3 {
    display: inline-block;
    width: 22px;
    height: 22px;
    background: url(../images/mouther_ge7.png) no-repeat center/contain;
    vertical-align: middle;
    margin-right: 10px;
    position: relative;
    top: -2px;
}

.account_info p .icon4 {
    display: inline-block;
    width: 22px;
    height: 22px;
    background: url(../images/mouth_eg17.png) no-repeat center/contain;
    vertical-align: middle;
    margin-right: 10px;
    position: relative;
    top: -2px;
}

.account_info p .icon5 {
    display: inline-block;
    width: 22px;
    height: 22px;
    background: url(../images/mouth_ge16.png) no-repeat center/contain;
    vertical-align: middle;
    margin-right: 10px;
    position: relative;
    top: -2px;
}

.account_info p .icon6 {
    display: inline-block;
    width: 22px;
    height: 22px;
    background: url(../images/mouth_ge15.png) no-repeat center/contain;
    vertical-align: middle;
    margin-right: 10px;
    position: relative;
    top: -2px;
}

.account_info p .icon7 {
    display: inline-block;
    width: 22px;
    height: 22px;
    background: url(../images/mouther_ge5.png) no-repeat center/contain;
    vertical-align: middle;
    margin-right: 10px;
    position: relative;
    top: -2px;
}

.account_info p .icon8 {
    display: inline-block;
    width: 22px;
    height: 22px;
    background: url(../images/mouth_ge14.png) no-repeat center/contain;
    vertical-align: middle;
    margin-right: 10px;
    position: relative;
    top: -2px;
}

.account_info p .icon9 {
    display: inline-block;
    width: 22px;
    height: 22px;
    background: url(../images/mouther_ge4.png) no-repeat center/contain;
    vertical-align: middle;
    margin-right: 10px;
    position: relative;
    top: -2px;
}

.account_info p .icon10 {
    display: inline-block;
    width: 22px;
    height: 22px;
    background: url(../images/techang.png) no-repeat center/contain;
    vertical-align: middle;
    margin-right: 10px;
    position: relative;
    top: -2px;
}

.account_info p .icon11 {
    display: inline-block;
    width: 22px;
    height: 22px;
    background: url(../images/mouther_ge6.png) no-repeat center/contain;
    vertical-align: middle;
    margin-right: 10px;
    position: relative;
    top: -2px;
}

.account_info .icon12 {
    display: inline-block;
    width: 22px;
    height: 22px;
    background: url(../images/dangqi.png) no-repeat center/contain;
    vertical-align: middle;
    margin-right: 10px;
    position: relative;
    top: -2px;
}

.account_info p .tip {
    font-size: 1.2rem;
    color: #b2b2b2;
    padding-left: 5px;
}


.account_info>div {
    padding: 16px 3%;
    border-bottom: 1px solid #f2f2f2;
    color: #000;
    font-size: 1.6rem;
    position: relative;
}

.account_info>div .info3 {
    color: #7f7f7f;
    line-height: 30px;
    float: right;
    height: 30px;
    margin-right: 13px;
    width: 70%;
    text-align: right;
    font-size: 14px;
}

.account_info>div .info3:nth-child(1) {
    margin-top: -30px;
}

.account_info>div em {
    font-size: 1.2rem;
    color: #7f7f7f;
    position: absolute;
    top: 40px;
    left: 3%;
    z-index: 2;
    padding-left: 30px;
}

.account_info>div strong {
    display: inline-block;
    width: 10px;
    height: 16px;
    background: url(../images/mouther_arrow_right.png) no-repeat center/contain;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    right: 2%;
    z-index: 2;
    vertical-align: middle;
    margin-top: -8px;
}








.idcard {}

.idcard h2 {
    height: 45px;
    line-height: 45px;
    padding-left: 3%;
    position: relative;
    font-size: 1.6rem;
}

.idcard h2:after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -10px;
    z-index: 2;
    width: 3px;
    height: 20px;
    background: #fe4c7c;
}

.idcard ul {
    background: #fff;
    position: relative;
    padding: 15px 3%;
}

.idcard ul:before {
    content: '';
    position: absolute;
    right: 3%;
    top: 50%;
    margin-top: -8px;
    z-index: 2;
    width: 10px;
    height: 16px;
    background: url(../images/mouther_arrow_right.png) no-repeat center/contain;
    z-index: 2;
}

.idcard ul li {
    border: 1px solid #e5e5e5;
    width: 100px;
    height: 100px;
    float: left;
    margin-right: 15px;
    line-height: 100px;
    text-align: center;
    overflow: hidden;
}

.idcard ul li img {
    max-width: 100%;
    max-height: 100%;
}

.work_pic {
    position: relative;
}

.work_pic ul:before {
    content: '';
    position: absolute;
    right: 3%;
    top: 50%;
    margin-top: -8px;
    z-index: 2;
    width: 10px;
    height: 16px;
    background: url(../images/mouther_arrow_right.png) no-repeat center/contain;
    z-index: 2;
}

.work_pic ul {}

/*注册*/
.login>div {
    height: 55px;
    line-height: 55px;
    background: #fff;
    margin-top: 1px;
    padding-left: 8px;
    font-size: 1.6rem;
    color: #7f7f7f;
    position: relative;
}

.drawing {
    position: absolute;
    top: 6px;
    right: 3%;
    z-index: 2;
    width: 106px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: inline-block;
    overflow: hidden;
}

.drawing img {
    width: 100%;
    height: 100%;
}

.gain {
    position: absolute;
    top: 7px;
    right: 3%;
    z-index: 2;
    width: 106px;
    height: 40px;
    line-height: 40px;
    background: #fe4c7c;
    font-size: 14px;
    color: #fff;
    text-align: center;
    display: inline-block;
    overflow: hidden;
}

.login .icon_pic {
    display: inline-block;
    width: 23px;
    height: 26px;
    background: url(../images/mouther_ge9.png) no-repeat center/contain;
    vertical-align: middle;
}

.login .icon_phone {
    display: inline-block;
    width: 23px;
    height: 26px;
    background: url(../images/mouther_ge10email.png) no-repeat center/contain;
    vertical-align: middle;
}

.login .agree {
    padding: 30px 0px;
    text-align: center;
}

.login .agree label {
    position: relative;
}

.login .agree input {
    width: 25px;
    height: 25px;
    margin-right: 10px;
    border-radius: 50%;
    position: relative;
    z-index: 4;
    opacity: 0;
}

.login .agree em {
    display: inline-block;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: url(../images/gou2.png) no-repeat center/contain;
    position: absolute;
    left: 10px;
    top: -2px;
    z-index: 2;
}

.login .agree em.active {
    background: url(../images/gou.png) no-repeat center/contain;
}



/*妈妈订单*/
.orderList {
    position: relative;
}

.top_tip {
    position: absolute !important;
    top: 25px;
    right: 3%;
    z-index: 3;
    color: #b2b2b2;
    font-size: 1.2rem;
}

.top_tip .em01 {
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url(../images/mouther_ge6.png) no-repeat center/contain;
    vertical-align: middle;
    margin-right: 2px;
    margin-top: -3px;
}

.top_tip .em02 {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(../images/mouther_or1.png) no-repeat center/contain;
    vertical-align: middle;
    margin-right: 2px;
    margin-top: -3px;
}

.tip_red {
    color: #fe4c7c;
}

/*评价月嫂*/
.eva {
    margin-top: 8px;
    background: #fff;
    padding: 15px 3%;
}

.eva h2 {
    color: #7f7f7f;
    font-size: 1.6rem;
    margin-bottom: 14px;
}

.eva ul li {
    float: left;
    width: 80px;
    height: 80px;
    margin-right: 8px;
    position: relative;
}

.eva ul li img {
    width: 100%;
    height: 100%;
}

.eva ul li.last {
    border: 3px solid #e5e5e5;
    background: url(../images/plus.png) no-repeat center center;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background-size: 26px;
}

.eva ul li.last input {
    width: 100%;
    height: 100%;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}

.eva_btn {
    display: block;
    width: 94%;
    margin: 0 auto;
    margin-top: 35px;
    text-align: center;
    background: #fe4c7c;
    height: 55px;
    line-height: 55px;
    color: #fff;
    text-align: center;
    border-radius: 4px;
}

.eva_btn a {
    display: block;
    color: #fff;
    font-size: 1.6rem;
}

/*筛选条件*/
.conditions {
    background: #fff;
    margin-top: 8px;
}

.conditions p {
    padding: 16px 3%;
    border-bottom: 1px solid #f2f2f2;
    color: #7f7f7f;
    font-size: 1.6rem;
    position: relative;
}

.conditions p .info {
    color: #000000;
    float: right;
    margin-right: 5px;
}

.conditions p strong {
    display: inline-block;
    width: 10px;
    height: 16px;
    background: url(../images/mouther_arrow_right.png) no-repeat center/contain;
    vertical-align: middle;
    float: right;
    margin-top: 3px;
}

.conditions p select {
    float: right;

    font-size: 1.6rem;
    color: #000;
    border: none;
    outline: none;

}

.eva_btn {
    display: block;
    width: 94%;
    margin: 0 auto;
    margin-top: 35px;
    text-align: center;
    background: #fe4c7c;
    color: #fff;
    text-align: center;
    border-radius: 4px;
    margin-bottom: 30px;
}

.eva_btn a {
    display: block;
    color: #fff;
    font-size: 1.6rem;
    height: 55px;
    line-height: 55px;
}

/*月嫂订单详情*/
.order_details .imageInfo .info .name_info span {
    padding-right: 13px;
}

.order_details .orderInfo p {
    position: relative;
}

.order_details .orderInfo p .arrow {
    display: inline-block;
    width: 10px;
    height: 16px;
    background: url(../images/mouther_arrow_right.png) no-repeat center/contain;
    position: absolute;
    top: 18px;
    right: 3%;
    z-index: 2;
}

/*选择城市*/
.selectCity {
    margin-top: 8px;
}

.selectCity ul li {
    border-bottom: 1px solid #f4f4f4;
    padding: 16px 3%;
    background: #fff;
    font-size: 1.6rem;
    color: #000;
}

.selectCity ul li a {
    font-size: 1.6rem;
    color: #000;
}

/*订单类型选择*/
.typeList {
    width: 94%;
    margin: 0 auto;
    margin-top: 12px;
}

.typeList ul li {
    background: #fff;
    margin-bottom: 8px;
    padding: 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 2px solid #fff;
    position: relative;
}

.typeList ul li h4 {
    font-size: 2rem;
    color: #000;
    padding-bottom: 6px;
}

.typeList ul li p {
    font-size: 1.6rem;
    color: #7f7f7f;
    line-height: 30px;
}

.typeList ul li.active {
    border: 2px solid #fe4c7c;
}

.typeList ul li.active:after {
    content: '';
    position: absolute;
    top: 6px;
    right: 6px;
    background: url(../images/active.png) no-repeat center/contain;
    width: 28px;
    height: 28px;
    z-index: 2;
}

/*已完成订单评价提示框*/
.evaluate_box {
    position: fixed;
    top: 50%;
    left: 3%;
    z-index: 999;
    width: 94%;
    height: 230px;
    overflow: hidden;
    margin-top: -115px;
    background: #fff;
    border-top: 3px solid #fe4c7c;
    border-radius: 5px;
    display: none;
}

.evaluate_box h2 {
    text-align: center;
    font-size: 2.2rem;
    padding: 70px 0px;
}

.evaluate_box .btn {
    text-align: center;
    border-top: 1px solid #e5e5e5;
}

.evaluate_box .btn a {
    display: inline-block;
    width: 50%;
    padding: 20px 0px;
    font-size: 1.6rem;
}

.evaluate_box .btn .sure {
    width: 49%;
    color: #fe4c7c;
    border-left: 1px solid #e5e5e5;
}

/*月嫂*/
.matron {
    background: #fff;
    padding-bottom: 30px;
}

.matron .matron_btn {
    padding: 20px 3%;
}

.matron .matron_btn a {
    display: inline-block;
    width: 138px;
    height: 42px;
    background: #fe4c7c;
    color: #fff;
    font-size: 1.6rem;
    border-radius: 4px;
    text-align: center;
    line-height: 42px;
}

.matron .matron_nav {
    padding-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
}

.matron .matron_nav a {
    display: inline-block;
    text-align: center;
    width: 33%;
    font-size: 1.6rem;
    border-right: 1px solid #cccccc;
}

.matron .matron_nav a:last-child {
    border-right: none;
}

.matron .matron_nav a.hover {
    color: #fe4c7c;
    position: relative;
}

.matron .matron_nav a.hover2 {
    color: #fe4c7c;
    position: relative;
}

.matron .matron_nav a:after {
    content: '';
    width: 9px;
    height: 5px;
    vertical-align: middle;
    background: url(../images/arrow_bottom.png) no-repeat center;
    background-size: contain;
    display: inline-block;
    margin-left: 4px;
    position: relative;
    top: -2px;
}

.matron .matron_nav a.hover::after {
    content: '';
    width: 9px;
    height: 5px;
    vertical-align: middle;
    background: url(../images/arrow_top.png) no-repeat center;
    background-size: contain;
    display: inline-block;
    margin-left: 4px;
    position: relative;
    top: -2px;
}

.matron .item {
    border-bottom: 1px solid #e5e5e5;
    padding: 15px 3%;
    position: relative;
}

.matron .item:last-child {
    border-bottom: none
}

.matron .item .pic {
    width: 70px;
    height: 70px;
    overflow: hidden;
    border-radius: 4px;
    margin-right: 13px;
    position: relative;
}

.matron .item .pic .icon_v {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../images/v2.png) no-repeat center;
    background-size: contain;
    z-index: 2;
    position: absolute;
    bottom: 0px;
    right: 0px;
}

.matron .matron_nav a.hover2::after {
    content: '';
    width: 9px;
    height: 5px;
    vertical-align: middle;
    background: url(../images/arrow_top2.png) no-repeat center;
    background-size: contain;
    display: inline-block;
    margin-left: 4px;
    position: relative;
    top: -2px;
}

.matron .item .pic img {
    width: 100%;
    height: 100%;
}

.matron .item .info h2 {
    margin-bottom: 14px;
    padding-top: 6px;
}

.matron .item .info h2 .name {
    font-size: 1.7rem;
    color: #010101;
}

.matron .item .info h2 .age {
    font-size: 1.7rem;
    color: #4c4c4c;
    padding-left: 11px;
}

.matron .item .info p span {
    font-size: 1.3rem;
    color: #4c4c4c;
}

.matron .item .info p span em {
    color: #fe4c7c;
}

.matron .item .info p span.origin {
    padding-left: 6%;
}

.matron .item .info p span.popular {
    float: right;
}

.matron .item .info .price {
    position: absolute;
    top: 21px;
    right: 3%;
    z-index: 2;
    font-size: 1.6rem;
    color: #4c4c4c;
}

.matron .item .info .price em {
    color: #fe4c7c;
}

.matron .find_btn {
    display: block;
    width: 94%;
    margin: 0 auto;
    margin-bottom: 10px;
    text-align: center;
    background: #fe4c7c;
    height: 55px;
    line-height: 55px;
    color: #fff;
    text-align: center;
    border-radius: 4px;
    font-size: 1.6rem;
}

/*月嫂详情2*/
.detailed .title .contact {
    margin-left: 12px;
    padding-left: 28px;
    background: url(../images/contact.png) no-repeat left 3px;
    background-size: 20px 20px;
    color: #7f7f7f;
}

.detailed .title .contact.active {
    margin-left: 12px;
    padding-left: 28px;
    background: url(../images/contact2.png) no-repeat left 3px;
    background-size: 20px 20px;
    color: #7f7f7f;
}

.detailed .title .reserve_btn {
    float: right;
    display: inline-block;
    width: 100px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    background: #fe4c7c;
    font-size: 1.6rem;
    border-radius: 4px;
    margin-top: 7px;
}

.specialty .customer .info .imageList {
    margin: 6px 0px;
}

.specialty .customer .info .imageList li {
    width: 70px;
    height: 70px;
    overflow: hidden;
    float: left;
    margin-right: 12px;
}

.specialty .customer .info .imageList li:last-child {
    margin-right: 0px;
}

.specialty .customer .info .imageList li img {
    width: 100%;
    height: 100%;
}

.contact_box {}

.contact_box {
    position: fixed;
    top: 50%;
    left: 3%;
    height: 234px;
    margin-top: -117px;
    z-index: 999;
    width: 94%;
    overflow: hidden;
    background: #f2f2f2;
    border-top: 3px solid #fe4c7c;
    border: 1px solid #fe4c7c;
    border-radius: 5px;
    display: none;
}

.contact_box .contact_box_con {
    width: 350px;
    margin: 20px auto;
}

.contact_box .contact_box_con p {
    font-size: 1.4rem;
    color: #000;
    padding: 6px 30px;
}

.contact_box .contact_box_con p span {
    color: #7f7f7f;
}

.contact_box .close_btn {
    display: inline-block;
    width: 100%;
    padding: 20px 0px;
    font-size: 1.6rem;
    text-align: center;
    border-top: 1px solid #e5e5e5;
}

/*查看大图*/
.bigImage {
    position: fixed;
    top: -1000px;
    left: 0;
    z-index: 9999;
    width: 100%;
    max-width: 640px;
    margin: 0 auto;
}

.bigImage .swiper-slide img {
    width: 100%;
    margin: 0 auto;
    display: block;
}

.bigImage .swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    color: #fff;
    font-size: 1.6rem;
}

.bigImage .swiper-pagination {
    position: relative;
    bottom: 0;
    margin-top: 30px;
}

/*分页*/
.pagePaper {
    text-align: center;
    padding: 32px 0px;
}

.pagePaper a {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    background: #cccccc;
    border-radius: 50%;
    margin: 0 6px;
    font-size: 12px;
}

.pagePaper a.active {
    background: #fe4c7c;
}

.pagePaper span {
    font-size: 13px;
}

@media screen and (max-width:376px) {
    .detailed .title .collect {
        padding-left: 23px;
    }

    .detailed .title .share {
        margin-left: 5px;
        padding-left: 23px;
    }

    .detailed .title .contact {
        margin-left: 5px;
        padding-left: 23px;
    }

    .detailed .title a {
        font-size: 1.4rem;
    }

    .detailed .title .reserve_btn {
        width: 80px;
        height: 30px;
        line-height: 30px;
        margin-top: 13px;
        font-size: 1.4rem;
    }


}

@media screen and (max-width:360px) {
    .index_header .nav li {
        margin-left: 5px;
    }

    .index_header .nav li a {
        font-size: 1.3rem;
    }

}

@media screen and (max-width:339px) {
    .detailed .info .info_right .info_title .age {
        font-size: 1.6rem;
    }

    .detailed .info .info_right .info_title .price {
        font-size: 1.4rem;
        margin-left: 5px;
    }

    .specialty .customer .info {
        width: 80%;
    }

    .matron .item .info h2 .name {
        font-size: 1.6rem;
    }

    .matron .item .info h2 .age {
        font-size: 1.6rem;
    }

    .matron .item .info .price {
        font-size: 1.4rem;
        top: 24px;
    }

    .matron .item .info p span {
        font-size: 1.2rem;
    }

    .matron .item .info p span.origin {
        padding-left: 2%;
    }
}

/* 效果CSS开始 */
#baguetteBox-overlay {
    display: none;
    opacity: 0;
    position: fixed;
    overflow: hidden;
    top: 50%;
    left: 0;
    margin-top: -400px;
    width: 100%;
    height: 800px;
    z-index: 1000000;
    background-color: #222;
    background-color: rgba(0, 0, 0, 0.8);
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
}

#baguetteBox-overlay.visible {
    opacity: 1;
}

#baguetteBox-overlay .full-image {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
}

#baguetteBox-overlay .full-image figure {
    display: inline;
    margin: 0;
    height: 100%;
}

#baguetteBox-overlay .full-image img {
    display: inline-block;
    width: auto;
    max-width: 100%;max-height:100%;
    vertical-align: middle;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.8);
    position: relative; 
    top:50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

#baguetteBox-overlay .full-image figcaption {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    line-height: 100px;
    color: #ccc;
    background-color: rgba(0, 0, 0, 0.5);
    background-color: rgba(0, 0, 0, 0.6);
    font-size: 18px;
}

#baguetteBox-overlay .full-image:before {
    content: "";
    display: inline-block;
    width: 1px;
    margin-right: -1px;
}

#baguetteBox-slider {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    white-space: nowrap;
    -webkit-transition: left 0.4s ease, -webkit-transform 0.4s ease;
    transition: left 0.4s ease, -moz-transform 0.4s ease;
    transition: left 0.4s ease, transform 0.4s ease;
}

#baguetteBox-slider.bounce-from-right {
    -webkit-animation: bounceFromRight 0.4s ease-out;
    animation: bounceFromRight 0.4s ease-out;
}

#baguetteBox-slider.bounce-from-left {
    -webkit-animation: bounceFromLeft 0.4s ease-out;
    animation: bounceFromLeft 0.4s ease-out;
}

.baguetteBox-button#next-button,
.baguetteBox-button#previous-button {
    top: 50%;
    top: calc(50% - 30px);
    width: 60px;
    height: 60px;
}

.baguetteBox-button {
    position: absolute;
    z-index: 8;
    text-indent: 99999em;
    cursor: pointer;
    outline: none;
    padding: 0;
    margin: 0;
    border: 0;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #ddd;
    font: 1.6em sans-serif;
    -webkit-transition: background-color 0.4s ease;
    transition: background-color 0.4s ease;
}

.baguetteBox-button:hover {
    background-color: rgba(50, 50, 50, 0.9);
}

.baguetteBox-button#next-button {
    right: 2%;
    display: none;
}

.baguetteBox-button#previous-button {
    left: 2%;
    display: none;
}

.baguetteBox-button#close-button {
    top: 20px;
    right: 2%;
    right: calc(2% + 6px);
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: none;
    display: none;
}

.swiper-container {
    background: #fff;
    padding: 3%;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    display: none;
}

.swiper-slide {
    overflow: hidden;
    width: 86px;
    height: 86px !important;
}

.swiper-slide img {
    width: 100%;
    height: 100%;
}

.foot ul li .weixin {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(../images/foot_weixin.png) no-repeat center/cover;
    vertical-align: middle;
}

.weixin_box {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 99999;
    width: 300px;
    height: 300px;
    margin-left: -150px;
    margin-top: -150px;
    display: none;
}

.weixin_box img {
    width: 100%;
    height: 100%;
}

#close_btn {
    position: absolute;
    right: 3%;
    top: 0px;
    z-index: 2;
    width: 20px;
    height: 60px;
    background: url(../images/close.png) no-repeat center;
    background-size: contain;
}