.card {
    position: absolute;
    margin: 0 auto;
    overflow: hidden;
    box-shadow: 0 0 10px #ccc;
    width: 360px;
    height: 600px;
    top: 50%;
    left: 50%;
    margin-left: -180px;
    margin-top: -300px;
}

.name {
    width: 50%;
    font-size: 30px;
    line-height: 1.2;
    color: #FFF;
    position: absolute;
    bottom: 270px;
    left: 30px;
    margin: 0;
}

.describe {
    width: 60%;
    width: 70%;
    height: 168px;
    overflow: hidden;
    font-size: 14px;
    line-height: 1.2;
    color: #FFF;
    position: absolute;
    bottom: 110px;
    left: 30px;
    margin: 0;
}

.describe pre {
    white-space: pre-wrap;
    word-wrap: break-word;
}

.shareNav {
    height: 100%;
    margin-left: -600px;
    overflow: hidden;
    position: static;
    bottom: 0;
    right: 0;
    width: 50px;
}

.shareNav li {
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    margin-bottom: 8px;
    width: 50px;
    height: 50px;
    position: absolute;
    right: 30px;
    bottom: 0;
}

.shareNav li a {
    display: block;
}

.shareNav li.phone {
    background-image: url(../images/female/1.png);
    bottom: 450px;
}

.shareNav li.weChat {
    background-image: url(../images/female/2.png);
    bottom: 350px;
}

.shareNav li.qq {
    background-image: url(../images/female/3.png);
    bottom: 250px;
    z-index: 90;
}

.shareNav li.map {
    background-image: url(../images/female/4.png);
    bottom: 150px;
    z-index: 90;
}

.shareNav li.email {
    background-image: url(../images/female/5.png);
    background-size: 95% auto;
    left: 6px;
    right: auto;
    bottom: 220px;
    width: 45px;
    height: 36px;
}

.shareNav li.location {
    left: 0;
    bottom: 150px;
    right: auto;
    width: 50%;
    overflow: hidden;
}

.icon-location {
    float: left;
    width: 54px;
    height: 70px;
    background-image: url(../images/female/6.png);
    background-size: 90% auto;
    background-repeat: no-repeat;
    background-position: center 20px;
}

.shareNav a.email_main {
    color: #fff;
    font-size: 20px;
    margin-left: 70px;
    /*text-decoration: none;*/
    width: 300px;
}

.shareNav li.location a.email_main {
    float: left;
    width: auto;
    max-width: 400px;
    margin-left: 20px;
    margin-top: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


.shareNav li.phone {
    bottom: 220px;
}

.shareNav li.weChat {
    bottom: 160px;
}

.shareNav li.qq {
    bottom: 100px;
}

.shareNav li.map {
    bottom: 40px;
}

.shareNav li.email {
    width: 100%;
    background: none;
    bottom: 90px;
}

.shareNav a.email_main {
    display: inline;
    margin-left: 13px;
    font-size: 14px;
    width: auto;
    line-height: 30px;
    vertical-align: bottom;
}

.shareNav li.email a.orange {
    display: inline-block;
    vertical-align: middle;
}

.shareNav li .icon-email {
    background-image: url(../images/female/5.png);
    background-size: 28px auto;
    background-repeat: no-repeat;
    width: 30px;
    height: 26px;
    display: block;
    margin-left: 27px;
    margin-top: 12px;
}

.shareNav li.location {
    position: absolute;
    left: 30px;
    bottom: 40px;
    width: 100%;
}

.icon-location {
    float: left;
    width: 35px;
    height: 50px;
    background-image: url(../images/female/6.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center 12px;
}

.shareNav li.location a.email_main {
    display: inline;
    float: none;
    margin-left: 15px;
    margin-top: 33px;
    line-height: 61px;
}

/* .food {
	position: absolute;
    margin: 0 auto;
    overflow: hidden;
    color: #FFF;
    width: 360px;
    height: 600px;
    top: 50%;
    left: 50%;
    margin-left: -180px;
    margin-top: -300px;
}
.food2 {
    text-align: center!important;
	bottom:0px;
	left:0px;
} */

.food {
    text-align: center!important;
    position: absolute;
    bottom: 20px;
    width: 100%;
}
/* .food2 {
    text-align: center!important;
} */
.food a {
	color: #FFF;
	text-decoration: none;
}

@media (max-width: 767px) {
    .card {
        position: absolute;
        top: 0;
        left: 0;
        margin: 0;
        box-shadow: none;
        width: 100%;
        height: 100%;
    }
}

@media only screen and (max-width: 440px) {
    .name {
        font-size: 24px;
        line-height: 1;
        color: #FFF;
        position: absolute;
        bottom: 270px;
        left: 30px;
    }

    .describe {
        font-size: 14px;
        line-height: 1.2;
        color: #FFF;
        position: absolute;
        bottom: 100px;
        left: 30px;
    }
}


