* {
    margin: 0;
    padding: 0;
    line-height: 100%;
    font-family: '微软雅黑';
}

a {
    text-decoration: none;
}

ul li,
ol li {
    list-style: none;
}

i,
em {
    font-style: normal;
}

img {
    vertical-align: top;
}

.clearfix:after {
    content: '';
    display: block;
    clear: both;
}

.clearfix {
    zoom: 1;
}

.clear {
    clear: both;
}

a:link,
a:visited,
a:active {
    text-decoration: none;
}

a {
    text-decoration: none;
    color: #444
}

a:hover {
    text-decoration: none;
    color: #000;
}

.f_l {
    float: left;
}

.f_r {
    float: right;
}

/*按钮*/
.btn {
    display: block;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    text-align: center;
    text-decoration: none;
    color: #fff;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.btn_primary {
    background-color: #F6AE00;
}

.btn_default {
    color: #000;
    background-color: #f8f8f8;
}

.btn_plain-default {
    color: #353535;
    border: 1px solid #353535;
}

html,
body {
    position: relative;
    height: 100%;
}

body {
    font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif;
    color: #333;
    background: #efefef;
    line-height: 1.5;
    font-size: .68rem;
    margin: 0;
    padding: 0;
}

.container {
    width: 100%;
    max-width: 750px;
    overflow: hidden;
}

/* 头部 */
.header {
    background: #fff;
}

.header:after {
    clear: both;
    content: '.';
    display: block;
    width: 0;
    height: 0;
    visibility: hidden;
}

.logoBox {
    display: inline-block;
    margin: .3rem .4rem;
    height: 3rem;
}

.logoBox .logo {
    width: 160px;
    height: 70px;
    display: inline-block;
    background: url(/images/2.0/index_icon.png) no-repeat -7px -176px;
}

.header .loginBox {
    margin: 1rem .5rem 0 0;
}

.header .loginBox a {
    border: 1px solid #f77d06;
    border-radius: 3px;
    color: #f77d06;
    line-height: 1.8rem;
    height: 1.8rem;
    display: inline-block;
    padding: 0 .6rem;
    box-sizing: border-box;
    margin-left: .3rem;
}

.header .loginBox .login {
    background: #f77d06;
    color: white;
}

.header .head_top .s .swiper-container {
    width: 100%;
    height: 100%;
}

.header .user_face {
    margin: .6rem 1rem 0 0;
}

.header .user_face img {
    border-radius: 50%;
    border: 2px solid #FFB307;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide a {
    display: block;
}

.swiper-slide img {
    width: 100%;
    height: 100%;
}

.main .swiper-pagination-bullet-active {
    background: #FFAE21;
}

.cont-nav {
    background: #fff;
}

.cont-nav ul {
    padding: 0.5rem 0;
    position: relative;
    overflow: hidden;
}

.cont-nav ul .nav-list {
    position: relative;
    float: left;
    padding: 1px;
    /* width: 20%; */
    width: 33%;
    box-sizing: border-box;
    margin: 5px 0;
    text-align: center;
    font-size: .68rem;
}

.cont-nav ul .nav-list img {
    width: 3rem;
    height: 3rem;
}

.cont-nav ul .nav-list span {
    display: inline-block;
    margin-top: 10px;
    color: #333;
}

.cont-nav ul:after {
    content: '';
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #e2e2e2;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
}

main {
    background: white;
    border: 1px solid #ddd;
    margin-top: 1rem;
}

.container a.more {
    position: absolute;
    top: 1rem;
    right: 1rem;
}

/* 热门推荐 */
.news_box {
    width: 100%;
    position: relative;
}

.news_box a.more {
    top: 0;
}

.container h2 {
    margin: .8rem 0 0 .8rem;
    font-size: 1rem;
    color: #333;
}

.news_box .news-banner {
    position: relative;
}

.news_box .news-banner img {
    width: 100%;
}

.news_box .news-banner .txt {
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 100%;
    height: .6rem;
    line-height: .6rem;
    background: rgba(0, 0, 0, 0.5);
}

.news_box .news-banner .txt p {
    color: white;
    margin-left: .5rem;
}

.news_box ul {
    float: left;
    background: white;
    padding-top: .5rem;
}

.news_box li {
    margin: .5rem .8rem;
    padding-bottom: .3rem;
    border-bottom: 1px solid #F2F2F2;
}

.news_box li h3 {
    font-size: .8rem;
    line-height: 1.5;
    margin-bottom: .3rem;
    color: #444;
}

.news_box li p {
    width: 100%;
    color: #7E7E7E;
    line-height: 28px;
}

.news_box li .news-user {
    margin: .5rem 0;
}

.news_box li .news-user .time {
    margin-left: 10px;
}

.news_box li .news-user .label {
    float: right;
    background-color: #FFAE21;
    padding: 5px 8px;
    color: white;
    border-radius: 3px;
}

.container .more i {
    width: 17px;
    height: 17px;
    background: url(../images/more.png) no-repeat;
    display: inline-block;
    margin-left: 10px;
    position: relative;
    top: 2px;
}

/* 优质照片 */
.image-area {
    background-color: #fff;
    width: 100%;
    height: auto;
    margin-top: 1rem;
    padding-bottom: .5rem;
    position: relative;
}

.image-area .album-cont h2 {
    font-size: 24px;
    margin-bottom: 24px;
}

.image-area .album-cont .big-image {
    width: 50%;
}

.image-area .album-cont .big-image img {
    width: 100%;
    height: 6rem;
}

.image-area .album-cont .small-image {
    width: 50%;
}

.image-area .album-cont .small-image li {
    float: left;
    width: 48%;
    margin: 0 0 1% 1%;
}

.image-area .album-cont .small-image li img {
    width: 100%;
    height: 2.9rem;
}

.image-area .ad-area {
    display: none;
}

/* 六合院 */
.six-area {
    background-color: #fff;
    width: 100%;
    height: auto;
    margin-top: 1rem;
    padding-bottom: .5rem;
    position: relative;
}

.six-area .six-cont h2 {
    font-size: 24px;
    margin-bottom: 24px;
}

#featured-area {
    padding: .5rem;
    position: relative;
}

#featured-area ul {
    width: 100%;
}

#featured-area li {
    width: 32%;
    margin-left: 1.33%;
    float: left;
    text-align: center;
    position: relative;
}

#featured-area li p {
    color: #333;
    font-weight: normal;
    font-size: 0.8rem;
    padding-top: 0.5rem;
    margin-bottom: .6rem;
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    word-wrap: break-word;
    word-break: break-all;
}

#featured-area li span {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -50%;
    width: 100%;
    background: #FFAE21;
    color: white;
    padding: .3rem 0;
}

#featured-area li img {
    width: 100%;
    height: 4rem;
}

.six-tag {
    display: none;
}

/* 专题 */
.topic-area {
    background-color: #fff;
    width: 100%;
    height: auto;
    margin-top: 1rem;
    padding-bottom: .5rem;
    position: relative;
}

.topic-area .topic-cont ul {
    margin-top: 1rem;
}

.topic-area li {
    margin-bottom: 1rem;
}

.topic-area li h3 {
    text-align: center;
    font-size: .7rem;
    margin: .5rem 0;
}

.topic-area .topic-cont img {
    width: 100%;
}

.topic-area li a {
    padding: .4rem 0;
    width: 4rem;
    color: white;
    border-radius: 5px;
}

/* 旅游 */
.tour-area {
    background-color: #fff;
    width: 100%;
    height: auto;
    margin-top: 1rem;
    padding-bottom: .5rem;
    position: relative;
}

.tour-area .tour-cont ul {
    margin-top: 1rem;
}

.tour-area li {
    float: left;
    width: 48%;
    height: 10rem;
    margin: 0 1%;
    position: relative;
}

.tour-area li h3 {
    position: absolute;
    top: 5.5rem;
    left: 1rem;
}

.tour-area li .label {
    position: absolute;
    top: 0;
    left: 0;
    padding: .3rem .5rem;
    background-color: #25BBE3;
    color: white;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

.tour-area li .label.vip {
    background-color: #fd62a3;
}

.tour-area li .tour-img {
    width: 100%;
    height: 5rem;
    overflow: hidden;
}

.tour-area li .price-rating {
    color: #ffae21;
    position: relative;
    margin-top: 3rem;
}

.tour-area li .price-rating span {
    position: absolute;
    top: -1rem;
    left: 1rem;
}

.tour-area li .price-rating strong {
    font-size: 1rem;
}

.tour-area li .price-rating a {
    position: absolute;
    left: 0;
    top: 2.5rem;
    width: 100%;
}

.tour-area li .price-rating .btn {
    padding: .5rem 1rem;
    margin-top: -1rem;
}

/* E爸妈·商城 */
.e-mall {
    background-color: #fff;
    width: 100%;
    height: auto;
    margin-top: 1rem;
    padding-bottom: .5rem;
    position: relative;
}

.e-mall .container p.txt {
    position: absolute;
    top: 0;
    right: 20px;
    color: #808080;
}

.e-mall .e-mall-cont {
    margin-top: 17px;
    float: left;
}

.e-mall .e-mall-cont ul {
    margin-top: 1rem;
}

.e-mall .e-mall-cont li {
    float: left;
    width: 48%;
    padding: 1%;
    margin-bottom: 1rem;
    background-color: white;
}

.e-mall .e-mall-cont li h3 {
    height: 2rem;
}

.e-mall .e-mall-cont li .product-img {
    width: 100%;
    height: 6rem;
    overflow: hidden;
    margin: .5rem 0 1rem 0;
}

.e-mall .e-mall-cont li .tag {
    float: right;
    width: 2rem;
    height: 1rem;
    line-height: 1rem;
    text-align: center;
    background: #3FD5D7;
    border-radius: 3px;
    color: white;
}

.e-mall .e-mall-cont li .price-rating {
    color: #EB3D3D;
    position: relative;
    margin-top: .6rem;
}

.e-mall .e-mall-cont li .price-rating strong {
    font-size: .8rem;
}

.e-mall .e-mall-cont li .price-rating .old-price {
    color: #808080;
    font-size: .6rem;
    margin-left: .1rem;
    text-decoration: line-through;
}

.e-mall .e-mall-cont li .price-rating a {
    position: absolute;
    top: 0;
    right: .5rem;
}

.e-mall .e-mall-cont li .price-rating .btn {
    padding: .2rem;
    margin-right: -.5rem;
    border-radius: 3px;
}

.bigstar50,
.bigstar45,
.bigstar40,
.bigstar35,
.bigstar30,
.bigstar25,
.bigstar20,
.bigstar15,
.bigstar10,
.bigstar05,
.bigstar00 {
    display: inline-block;
    *display: inline;
    zoom: 1;
    background: url(../images/star.png) no-repeat;
    width: 75px;
    height: 15px;
    margin: 1px 0 0 0;
    *margin-right: 15px;
    overflow: hidden;
}

.e-mall .bigstar40 {
    background-position: 0 -30px;
}

.izl-rmenu {
    position: fixed;
    top: 15rem;
    right: 0;
    z-index: 999;
}

.izl-rmenu .btn {
    width: 50px;
    height: 100px;
    margin-bottom: 1px;
    cursor: pointer;
    position: relative;
    background-color: #FFAE21;
}

.izl-rmenu .btn-top {
    background: white;
    display: none;
    width: 48px;
    height: 48px;
    border: 1px solid #E6E6E6;
}

.izl-rmenu .top-icon {
    margin-top: 1rem;
}

.btn-phone {
    display: none;
}

footer {
    width: 100%;
    background: #111725;
    color: #fff;
    padding: 1rem 0;
}

footer a {
    display: block;
    text-align: center;
    margin-bottom: 1rem;
    color: #fff;
}

footer .bom_logo {
    font-size: .8rem;
    font-style: italic;
}

footer a img {
    margin-right: 1rem;
}

footer .bottom span {
    line-height: 1.2rem;
}

footer .bottom .f_l {
    margin-left: 10%;
}

footer .bottom .f_r {
    display: none;
}

.wangbei_icon {
    width: 30px;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
    background: url(../../images/2.0/index_icon.png) no-repeat -33px -473px;
    margin-right: 20px;
}

.zhengxinwang_icon {
    width: 30px;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
    background: url(../../images/2.0/index_icon.png) no-repeat -82px -473px;
    margin-right: 20px;
}