@charset "utf-8";

/*==========@@HTML默认 开始@@==========*/

/*基本*/

* {
    font-size: 15px;
    padding: 0px;
    margin: 0px
}

body {

    color: #000;

    background-color: #FFF;

    padding: 0px;

    margin: 0px auto;

    overflow: scroll;

    overflow-x: hidden;

    overflow-y: auto;

    font-family: Microsoft YaHei, Helvitica, Verdana, Tohoma, Arial, san-serif;

    font-size: 16px;

}

div {
    margin: 0;
    padding: 0;
    border: 0;
    color: #333333;
}

textarea::-webkit-input-placeholder{
	font-size: 12px;
	font-family: '微软雅黑'
}

textarea:-moz-placeholder{
	font-size: 12px;
	font-family: '微软雅黑'
}
textarea:-ms-input-placeholder{
	font-size: 12px;
	font-family: '微软雅黑'
}

img {
    margin: 0;
    padding: 0;
    border: 0;
}

p {
    margin: 0px 0px 0px 0;
}

b, strong {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0; /* Remove most spacing between table cells.*/
}

li {
    list-style: none outside none;
}

/*链接*/

a {
    text-decoration: none;
    color: #000;
    background: transparent;
    outline: none;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
      -webkit-user-select: none;
      -moz-user-focus: none;
      -moz-user-select: none;
}

a:visited {
}

a:focus {
    outline: none;
}

a:hover, a:active {
    color: #167312;
    outline: none;
}

/*标题*/

h1 {
    font-size: 1.3em;
    margin: 0;
}

h2 {
    font-size: 1.2em;
    margin: 0;
}

h3 {
    font-size: 1.17em;
    margin: 0;
}

h4 {
    font-size: 1em;
    margin: 0;
}

h5 {
    font-size: 0.83em;
    margin: 0;
}

h6 {
    font-size: 0.67em;
    margin: 0;
}

/*表单*/

form {
    margin: 0;
}

button, input, select, textarea {

    font-size: 100%; /* Correct font size not being inherited in all browsers. */

    margin: 0; /* Address margins set differently in IE 6/7, Firefox 3+, Safari 5,and Chrome */

    vertical-align: baseline; /* Improve appearance and consistency in all browsers */

    *vertical-align: middle; /* Improve appearance and consistency in all browsers */

}

button, select {
    text-transform: none;
}

input {

    background-color: #FFFFFF;

    border: 1px solid #E8E8E8;

    line-height: normal;

}

textarea {

    -moz-box-sizing: border-box;

    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;

    background-color: #FFFFFF;

    border: 1px solid #E8E8E8;

    margin: 3px 0px;

    padding: 5px 3px;

    width: 99%;

}

/* iPhone按钮默认样式去除 */
input[type="button"], input[type="submit"], input[type="reset"] {

    -webkit-appearance: none;

}

textarea {
    -webkit-appearance: none;
}

/*其它*/

blockquote {
    margin: 1em 40px;
}

dfn {
    font-style: italic;
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

code, kbd, pre, samp {
    font-size: 1em;
}

pre {
    margin: 1em 0;
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

small {
    font-size: 80%;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline; /* Prevent `sub` and `sup` affecting `line-height` in all browsers.*/
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

dd {
    margin: 0 0 0 40px;
}

audio:not([controls]) {
    display: none;
    height: 0;
}



/* -----   首页样式开始  -----*/

.header_banner{
    position: relative;
}
.header_banner img{
    display: block;
    width: 100%;
}
.header_banner .user_num{
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 9;
    color:#fff;
    font-size: 15px;
}
.swiper-pagination-bullet-active{
    background: #fff;
}
.secc_box{
    zoom:1;
    overflow: hidden;
    width: 90%;
    margin: auto;
}
.secc_box .btn{
    float: right;
    width: 22%;
    height: 35px;
    background: #73c7a0;
    border:none;
    outline: medium;
    color:#fff;
    border-radius: 30px;
    margin-top: 5px;
}
.search_box{
    color: #999;
    padding: 8px 16px;
    background-color: #f7f8fa;
    border: 0.5px solid #73c7a0;
    border-radius: 18px;
    width: 66%;
    margin: auto;
    margin-top: 5px;
    margin-bottom: 22px;
    display: block;
    outline: medium;
    float: left;
}
.bottom_box{
    padding: 11px 11px 44px;
}
.bottom_box .text_belong{
    font-size: 11px;
    color: #999;
    padding: 11px;
    text-align: center;
}
.bottom_box .text_right{
    font-size: 11px;
    color: #999;
    padding: 11px;
    text-align: center;
}
.content_box{
    padding: 22px 22px 33px 22px;
    background-color: #f7f8fa;
}
.content_box .change_btn{
    height: 33px;
    margin-bottom: 22px;
}
.content_box .change_btn ul{
    zoom:1;
    overflow: hidden;
    text-align: center;
}
.content_box .change_btn ul li{
    display: inline-block;
    height: 30px;
    line-height: 30px;
    color: #999;
    margin: 0 22px;
}
.content_box .change_btn ul li.current{
    color: #73c7a0;
    border-bottom: 3px solid #73c7a0;
}
.content_box .change_content{
    zoom:1;
    overflow: hidden;
    display: none;
}
.content_box .change_content .huge_img img{
    display: block;
    width: 100%;
}
.on {
    display:block;
}
.content_box .change_content ul{
    zoom: 1;
    overflow: hidden;
}
.content_box .change_content ul li{
    float: left;
    width: 50%;
}
.content_box .change_content ul li .inbox{
    margin-bottom: 22px;
    padding: 0px 5px;
}
.content_box .change_content ul li .inbox .imgbox{
    border-radius: 8px;
    width: 100%;
    overflow: hidden;
    margin-bottom: 11px;
}
.content_box .change_content ul li .inbox .imgbox img{
    display: block;
    width: 100%;
}
.content_box .change_content ul li .inbox .pro_title{
    height: 46px;
    line-height: 23px;
    font-size: 17px;
    margin-bottom: 5px;
    color: #2e2e2e;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.aload_box{
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 666;
    left: 0px;
    top: 0px;
}
.aload_box .bg_box{
    background-color: rgba(0,0,0,.5);
    z-index: 900;
    position: absolute;
    width: 100%;
    left: 0px;
    top:0px;
    left: 0px;
    height: 100%;
}
.aload_box .zz_box{
    position: relative;
    top:25%;
    width: 87%;
    margin: auto;
    z-index: 999;
}
.aload_box .zz_box .zz_content{
    background: #fff;
    border-radius: 11px;
    padding: 27px;
}
.aload_box .zz_box .zz_content .logo_box{
    width: 50%;
    height: 0px;
    padding-bottom: 40%;
    background: gray;
    margin: auto;
    margin-bottom: 27px;
}
.aload_box .zz_box .zz_content .con_tex{
    font-size: 15px;
    text-align: center;
    color: #666;
}
.aload_box .zz_box .close_box{
    width: 41px;
    height: 41px;
    border: #fff solid 1.5px;
    border-radius: 50%;
    color:#fff;
    text-align: center;
    line-height: 41px;
    font-size: 18px;
    margin: auto;
    margin-top: 33px;
}
/* -----   首页样式结束  -----*/






/* -----   商城首页样式开始  -----*/

.search_box2{
    height: 50px;
    
    background: #fff;
}
.search_box2 .inbox{
    width: 94%;
    margin: auto;
    zoom:1;
    overflow: hidden;
}
.search_box2 .left_city{
    float: left;
    line-height: 50px;
    padding-right: 25px;
}
.search_box2 .left_city img{
    width: 20%;
    padding-left: 4px;
}
.search_box2 .right_search_box{
    background: #eaeaea;
    height: 36px;
    top: 7px;
    border-radius: 4px;
    text-align: center;
    line-height: 50px;
    margin-left: 20%;
    position: relative;
    margin-right: 10%;
}
.search_box2 .right_search_box span{
     line-height: 36px;
     display: inline-block;
     position: relative;
     top:-7px;
     padding-left: 5px;
}
.search_box2 .right_search_box img{
    width: 14px;
    position: relative;
    top:-4px;
}
.search_box2 .right_car{
    float: right;
    width: 10%;
    text-align: center;
    position: absolute;
    height: 50px;
    right: 3%;
    top:0px;
    vertical-align: middle;
    z-index: 555;
}
.search_box2 .right_car img{
    width: 24px;
    height: 24px;
    padding-top: 13px;
}
.nav_chose_list{
    zoom:1;
    overflow: hidden;
    padding: 10px 0px;
    background: #fff;
}
.nav_chose_list ul{
    zoom:1;
    overflow: hidden;
}
.nav_chose_list ul li{
    width: 24%;
    float: left;
    text-align: center;
}
.nav_chose_list ul li .imgbox{
    width: 35%;
    margin: auto;
    padding-bottom: 8px;
}
.nav_chose_list ul li .imgbox img{
    display: block;
    width: 100%;
}
.nav_chose_list1{
    zoom:1;
    overflow: hidden;
    padding: 15px 0px;
    background: #fff;
}
.nav_chose_list1 ul{
    zoom:1;
    overflow: hidden;
}
.nav_chose_list1 ul li{
    width: 24%;
    float: left;
    text-align: center;
}
.chose_content{
    zoom:1;
    overflow: hidden;
}
.chose_content .content_title{
    padding: 15px 0px;
    width: 94%;
    margin: auto;
}
.chose_content .content_title1{
    padding: 10px 0px;
    width: 94%;
    margin: auto;
}
.chose_content ul{
    zoom:1;
    width: 94%;
    margin: auto;
    overflow: hidden;
}
.chose_content ul li{
    width: 48%;
    float: left;
    background: #fff;
    margin-bottom: 15px;
}
.chose_content ul li:nth-child(2n){
    float: right;
}
.chose_content ul li .imgbox{
    width: 100%;
}
.chose_content ul li .imgbox img{
    display: block;
    width: 100%;
}
.chose_content ul li .pro_title{
    width: 90%;
    margin: auto;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    font-size: 15px;
    padding: 8px 0px;
}
.chose_content ul li .pro_price_heart{
    width: 90%;
    margin: auto;
    zoom: 1;
    overflow: hidden;
    padding-bottom: 20px;

}
.chose_content ul li .pro_price_heart .left_price{
    float: left;
    font-size: 15px;
    color:#18aa86;
}
.chose_content ul li .pro_price_heart .right_heart{
    float: right;
    width: 20px;
    height: 18px;
    background: url(../images/heart.jpg) no-repeat center center;
    background-size: 100%;
}
.chose_content ul li .pro_price_heart .current{
    float: right;
    width: 20px;
    height: 18px;
    background: url(../images/heart2.jpg) no-repeat center center;
    background-size: 100%;
}
.chose_content ul li .pro_price_heart .right_heart img{
    display: block;
    width: 100%;
    height: 100%;
}
.footer{
    height: 72px;
    background: #fff;
    position: fixed;
    width: 100%;
    left: 0px;
    bottom: 0px;
}
.footer ul{
    width: 100%;
    zoom:1;
    overflow: hidden;
}
.footer ul li{
    width: 24%;
    float: left;
}
.footer ul li .f_imgbox{
    height: 32px;
    margin: auto;
    text-align: center;
    padding: 5px 0px;
}
.footer ul li .f_imgbox img{
    height: 32px;
}   
.footer ul li .f_tex{
    text-align: center;
}
  
/* -----   商城首页样式结束  -----*/





/* -----   商城个人中心样式开始  -----*/

.user_mes_box{
    background: #13a08d;
    padding-top: 30px;
}
.user_mes_box .user_tx{
    width: 70px;
    height: 70px;
    margin: auto;
    border-radius: 50%;
    background-size: 100% 100%;
}
.user_mes_box .user_name{
    text-align: center;
    color:#fff;
    padding-top: 6px;
    padding-bottom: 2px;
}
.user_mes_box .user_list{
    zoom:1;
    overflow: hidden;
    width: 85%;
    margin: auto;
    background: #fff;
    position: relative;
    top:42px;
}
.user_mes_box .user_list ul {
    zoom:1;
    overflow: hidden;
    padding: 23px 0px; 
}
.user_mes_box .user_list ul li{
    width: 24%;
    float: left;
    text-align: center;
}
.user_mes_box .user_list ul li .imgbox{
    height: 23px;
    margin: auto;
    text-align: center;
    padding-bottom: 6px;
}
.user_mes_box .user_list ul li .imgbox img{
    height: 23px;
}
.user_mes_box .user_list ul li .tex_box_us{
    font-size: 15px;
}
.mid_order{
    width: 94%;
    margin: auto;
    background: #fff;
    margin-top: 60px;
    margin-bottom: 14px;
}
.mid_order .mid_order_title{
    width: 95%;
    margin: auto;
    border-bottom: 2px solid #ededed;
    height: 46px;
    line-height: 46px;
}
.mid_order .mid_order_list{
    zoom:1;
    overflow: hidden;
    width: 95%;
    margin: auto;
} 
.mid_order .mid_order_list ul{
    zoom:1;
    overflow: hidden;
}
.mid_order .mid_order_list ul li{
    width: 24%;
    float: left;
    margin-bottom: 22px;
}
.mid_order .mid_order_list ul li .imgbox{
    height: 32px;
    padding: 15px 0px;
    text-align: center;
}
.mid_order .mid_order_list ul li .imgbox img{
    height: 32px;
}
.mid_order .mid_order_list ul li .mid_tex{
    text-align: center;
    font-size: 14px;
}
.adv_box{
    height: 60px;
    background: ;
    width: 94%;
    margin: auto;
    background:#fff url(../images/more.png) no-repeat right 10px center;
    background-size: 2.5%;
    margin-bottom: 15px;
}
.adv_box .left_tex{
    padding-left: 10px;
    line-height: 60px;
}
.adv_box .left_tex1{
    padding-left: 10px;
    line-height: 60px;
}
.phone_num{
    background:#fff url(../images/phone.jpg) no-repeat right 10px center;
    background-size: 5%;
}
.num_box{
    position: fixed;
    left: 0px;
    top:0px;
    width: 100%;
    height: 100%;
    z-index: 666;
    display: none;
}
.num_box .bg_box{
    background: rgba(0,0,0,0.6);
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}
.num_box .num_box{
    width: 80%;
    background: #fff;
    position: relative;
    top:40%;
    height: 60px;
    border-radius: 5px;
    line-height: 60px;
    text-align: center;
    margin: auto;
}
/* -----   商城个人中心样式结束  -----*/

/*  第二个页面样式 */
.index2{
    padding: 17px;
}
.index2 .header_banner{
    height: 206px;
    margin-bottom: 17px;
}
.index2 .header_banner .swiper-wrapper .swiper-slide img{
    width: 100%;
    height: 206px;
    border-radius: 10px;
}
    /* 页面主体内容  */
.page_body .title{
    font-size: 26px;
    color: #2e2e2e;
    text-align: center;
    line-height: 1.4;
    margin-bottom: 10px;
}
.content-show{
    max-height: none!important;
}
.page_body .content_produce .produce_word{
    margin-bottom: 20px;
}
.page_body .content_produce .produce_word .word{
    font-size: 14px;
    color: #999;
    line-height: 1.6;
    max-height: 70px;
    overflow: hidden;
}
.page_body .content_produce .produce_word .wordtwo{
    font-size: 14px;
    color: #999;
    line-height: 1.6;
    max-height: 70px;
    overflow: hidden;
}
.page_body .content_produce .produce_word .zhankai img{
    width: 100%;
}
.page_body .content_produce .produce_word .zhankai span{
    display: block;
    text-align: center;
    font-size: 14px;
    color: #999;
}
.page_body .clickName_title{
    text-align: center;
    font-size: 18px;
    line-height: 1.4;
    color: #73c7a0;
    margin-bottom: 20px;
}

.page_body .clickName li{
    width: 25%;
    margin-bottom: 20px;
}
.page_body .clickName li .head_img{
    text-align: center;
}
.page_body .clickName li .head_img img{
    border-radius: 100%;
    width: 65px;
    height: 65px;   
}
.page_body .clickName li .head_img p{
    font-size: 14px;
    color: #2e2e2e;
}
.page_body .info_change{
    padding: 0 20px 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.page_body .info_change .left{
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    height: 45px;
    border-radius: 45px 0 0 45px;
    color: #fff;
    font-size: 15px;
    line-height: 45px;
    border: 0;
    background-color: #73c7a0;
    border-right: #fff solid 1px;   
    text-align: center;
}
.page_body .info_change .right{
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    height: 45px;
    border-radius: 0 45px 45px 0;
    color: #fff;
    font-size: 15px;
    line-height: 45px;
    border: 0;
    text-align: center;
    background-color: #73c7a0;
}
.page_body .info_change .left img,
.page_body .info_change .right img{
    margin-right: 5px;
    width: 15px;
    height: 15px;
    position: relative;
    top: 2px;
}
.footer_nav{
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    z-index: 99;
    background-color: #fff;
    padding: 10px 0 25px;
}
.footer_nav .div_left,
.footer_nav .div_right{
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    font-size: 17px;
    color: #bbb;
}
.footer_nav .div_left img,
.footer_nav .div_right img{
    width: 26px;
    height: 26px;
    margin-right: 5px;
}
.index2_bottom{
    margin-bottom: 13px;
}
.iconShare .one{
    position: fixed;
    right: 0;
    background-color: #73c7a0;
    color: #fff;
    padding: 8px;
    border-radius: 16px 0 0 16px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;    
    z-index: 99;
}
.iconShare .one span{
    font-size: 12px;
}
.iconShare .one{
    top: 70px;
}
.iconShare .two{
    top: 115px;
}
.iconShare .one img{
    margin-right: 5px;
        width: 14px;
        height: 14px;
}
/* 第4个页面的内容 */
.index2 .back{
    position: absolute;
    top: 10px;
    left: 0;
    font-size: 13px;
    background-color: #fff;
    border-radius: 0 10px 10px 0;
    padding: 6px 10px 6px 6px;
    z-index: 999;
}
.head{
    position: relative;
    margin-bottom: 60px;
}
.head .avatar{
    position: absolute;
    bottom: -50px;
    z-index: 2;
    left: 50%;
    margin-left: -50px;
    line-height: 0;
}
.head .avatar img{
    width: 80px;
    height: 80px;
    border: 2px solid #fff;
    border-radius: 100%;
}
.head .mesg{
    position: absolute;
    left: 0;
    bottom: -30px;
    font-size: 14px;
    color: #2e2e2e;
}
.head .mesg p{
    font-size: 14px;
}
.head .more{
        position: absolute;
        right: 0;
        text-align: center;
        bottom: -130px;
        font-size: 14px;
}
.head .more img{
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 90px;
    background-color: #fff;
    padding: 5px;
}
.page_body{
    position: relative;
}
.page_body .name{
    font-size: 26px;
    color: #2e2e2e;
    line-height: 1.4;
    margin-bottom: 10px;
}
.page_body .men_info{
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.6;
    color: #999;
}
.page_content{
    font-size: 14px;
    color: #999;
    line-height: 1.6;
    max-height: 67px;
    overflow: hidden;
    margin-bottom: 20px;
}
.page_body .who .who_title{
    font-size: 14px;
    color: #2e2e2e;
    margin-bottom: 15px;
}
.page_body .who ul{
    overflow: hidden;
}
.page_body .who ul li{
    float: left;
    margin-right: 5px;
}
.page_body .who ul li .img{
    margin-bottom: 2px;
    float: left;
}
.page_body .who ul li .img img{
    width: 32px;
    height: 32px;
    border-radius: 4px;
}
.page_body .who ul li .img span{
    font-size: 12px;
    color: #999;
    display: block;
    text-align: center;
}
.mesgBank ul .message-item{
    padding: 15px 0;
    border-bottom: 1px solid #e5e5e5;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
}
.mesgBank ul .message-item .message-avatar{
    margin-right: 12px;
}
.mesgBank ul .message-item .message-avatar img{
    border-radius: 4px;
    width: 48px;
    height: 48px;
}
.mesgBank ul .message-item .message-info{
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
}
.mesgBank ul .message-item .message-info .message-info-top{
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 10px;
}
.mesgBank ul .message-item .message-info .message-info-top .message-nickName{
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 1px;
    color: #000;
}
.mesgBank ul .message-item .message-info .message-info-top .message-date{
    font-size: 11px;
    color: #999;
}
.mesgBank ul .message-item .message-info .message-info-bot .message-img-wrap{
    margin-bottom: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.mesgBank ul .message-item .message-info .message-info-bot .message-img-wrap img{
    margin-right: 5px;
    width: 32px;
    height: 30px;
}
.mesgBank ul .message-item .message-info .message-info-bot .message-content{
    font-size: 14px;
    color: #999;
}
.mesgBank .noMore{
    text-align: center;
    font-size: 14px;
    color: #bbb;
    padding: 15px 0;
    line-height: 1;
    width: 100%;
}
.page_body .isFixed{
    padding: 10px 12px;
    margin-bottom: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 94%;
    background-color: #fff;
    z-index: 999;
}
/* 第二个页面 */
.content_box .change_content3 ul li{
    text-align: center;
    margin-bottom: 20px;
    float: left;
    width: 33%;
}
.content_box .change_content3 ul li .img {
    margin-bottom: 8px;
}
.content_box .change_content3 ul li .img img{
    border-radius: 100%;
    width: 80px;
    height: 80px
}
.content_box .change_content3 ul li .img span{
    font-size: 14px;
    color: #2e2e2e;
    display: block;
}

/* 第三个页面 */
.looked{
    width: 90%;
    margin: auto;
    margin-top: 5px;
    margin-bottom: 22px;
}
.looked .look_head p span{
    float: right;
    color: #73c7a0;
}
.looked .men_looked{
    overflow: hidden;
    margin: 20px 0;
}
.looked .men_looked li{
    float: left;
    margin-right:20px;
}
.looked .men_looked li .img{
    
} 
.looked .men_looked li .img img{
    border-radius: 100%;
    width: 50px;
    height: 50px;
} 
.looked .men_looked li .img span{
    font-size: 14px;
    color: #2e2e2e;
    display: block;
    text-align: center;
}
/* 第5个页面 */
.zhezhao{
    width:100%;
    height:100%;
    position:absolute;
    left:0;
    top:0;
    z-index:998;
    background-color:rgba(0,0,0,0.6);
}
.zhezhao .jinian{
    background: #FFFFFF;
    position: absolute;
    top:12%;
    width: 100%;
    border-radius: 25px 25px 0 0;
    height: 100%;
}
.zhezhao .jinian .close{
    font-size: 24px;
    text-align: right;
    display: block;
    margin: 10px 20px 10px 0px;
    color: #6666;
}
.zhezhao .jinian .content{
    padding: 0 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}
.zhezhao .jinian .content .lipin{
    overflow: hidden;
}
.zhezhao .jinian .content .lipin li{
    float: left;
    margin-right: 1%;
    margin-bottom: 20px;
    width: 32%;
    text-align: center;
}
.zhezhao .jinian .content .lipin li .img img{
    width: 100%;
    max-width: 95px;
} 
.zhezhao .jinian .content .lipin li .img span{
    font-size: 14px;
    color: #2e2e2e;
    display: block;
    text-align: center;
}
.zhezhao .jinian .content .wenbenDiv{
    position: relative;
}
.zhezhao .jinian .content .wenben{
    width: 75%;
    display: inline-block;
}
.zhezhao .jinian .content .count{
    position: absolute;
    right: 25%;
    top: 80px;
    font-size: 14px;
}
.zhezhao .jinian .content .count span{
    color: #73c7a0;
    font-size: 14px;
}
.zhezhao .jinian .content .send{
    background-color: #73c7a0;
    color: #FFFFFF;
    width: 60px;
    line-height: 30px;
    border-radius: 25px;
    font-size: 14px;
    text-align: center;
    display: inline-block;
    vertical-align: 15px;
}
.zhezhao .jinian .footer_end{
    padding-top: 20px;
}
.zhezhao .jinian .footer_end p{
    color: #666666;
    text-align: center;
}
.zhezhao .jinian .footer_end .btn{
    height: 45px;
    border-radius: 45px;
    color: #fff;
    font-size: 15px;
    line-height: 45px;
    border: 0;
    background-color: #73c7a0;
    border-right: #fff solid 1px;
    text-align: center;
    width: 160px;
    
    margin: 20px auto;
}
.zhezhao .jinian .footer_end .btn img{
    margin-right: 5px;
    width: 15px;
    height: 15px;
    position: relative;
    top: 2px;
}
/* 第6个页面 */
.ji_warpper{
    padding-bottom: 50px;
}
.ji_warpper .seation1{
    padding: 10px;
    margin: 10px;
    background: #FFFFFF;
}
.ji_warpper .seation1 .title{
    
}
.ji_warpper .seation1 .content{
    margin-top:20px;
    font-size: 14px;
    color: #666;
}
.ji_warpper .seation1 .content span{
    font-size: 14px;
}
.ji_warpper .seation1 .content .number::before{
    color: #73c7a0;
    background: #73c7a0;
    width: 10px;
    height: 10px;
    content:'';
    display: inline-block;
    border-radius: 50%;
}
.ji_warpper .seation1 .content .select{
    float: right;
    text-align: right;
    outline: medium;
    border:none;
}
.ji_warpper .seation3{
    padding: 10px;
    margin: 10px;
    background: #FFFFFF;
}
.ji_warpper .seation3 .content ul{
    overflow: hidden;
    margin-top: 20px;
}
.ji_warpper .seation3 .content ul li {
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
}
.ji_warpper .seation3 .content ul li:last-child{
    border-bottom: none;
}
.ji_warpper .seation3 .content ul li .unselect_img{
    width: 15px;
    height: 15px;
    border: 1px solid #ccc;
    border-radius: 50%;
    vertical-align: 28px;
    display: inline-block;
}
.ji_warpper .seation3 .content ul li .select_img{

     width: 15px;
    height: 15px;
    border: 1px solid #73C7A0;
    border-radius: 50%;
    vertical-align: 28px;
    
    background: #73C7A0;
}
.ji_warpper .seation3 .content ul li .select_img img{
    width: 15px;
    height: 15px;
    display: inline-block;
}
.ji_warpper .seation3 .content ul li .img{
    display: inline-block;
    width: 20%;
}
.ji_warpper .seation3 .content ul li .img img{
    display: inline-block;
    width: 100%;
    max-width: 80px;
    vertical-align: 19px;
    
}
.ji_warpper .seation3 .content ul li .produce_info{
    display: inline-block;
    width: 65%;
    vertical-align: 19px;
}
.ji_warpper .seation3 .content ul li .produce_info .left{
    float: left;
}
.ji_warpper .seation3 .content ul li .produce_info .left span{
    color: #73c7a0;
    line-height: 25px;
    font-size: 14px;
}
.ji_warpper .seation3 .content ul li .produce_info .right_btn{
    float: right;
    background: #73c7a0;
    color: #FFFFFF;
    font-size: 14px;
    margin-top: 5px;
    padding: 5px 10px;
}
.ji_warpper .seation4 {
    padding: 10px;
    margin: 10px;
    background: #FFFFFF;
}
.ji_warpper .text4{
    margin-top: 10px;
}
.ji_warpper .footer{
    position: fixed;
    bottom: 0;
    height: 50px;
    background: #FFFFFF;
    width: 100%;
}
.ji_warpper .footer .left{
    width: 75%;
    line-height: 50px;
    float: left;
    text-align: right;
    
}
.ji_warpper .footer .left span{
    color: #73c7a0;
    padding-right: 20px;
}
.ji_warpper .footer .right{
    width: 25%;
    background: #73c7a0;
    line-height: 50px;
    display: inline-block;
    text-align: center;
    color: #FFFFFF;
    font-size: 14px;
}
.zhezhao2{
    width:100%;
    height:100%;
    position:absolute;
    left:0;
    top:0;
    z-index:998;
    display: none;
    background-color:rgba(0,0,0,0.6);
}
.zhezhao2 .jinian{
    background: #FFFFFF;
    position: absolute;
    top:30%;
    width: 100%;
    height: 100%;
}
.zhezhao2 .jinian .head_info{
    padding: 20px;
    border-bottom: 1px solid #CCCCCC;
}
.zhezhao2 .jinian .head_info .img{
    display: inline-block;
}
.zhezhao2 .jinian .head_info .img img{
    width: 90px;
}
.zhezhao2 .jinian .head_info .close{
    float: right;
    font-size: 20px;
}
.zhezhao2 .jinian .head_info .content_info{
    display: inline-block;
    margin-left: 10px;
    vertical-align: -30px;
    height: 40px;
}
.zhezhao2 .jinian .head_info .content_info .price{
    display: inline-block;
    margin-top:10px;
    vertical-align: 58px;
    color: #73c7a0;
}
.zhezhao2 .jinian .img_produce{
    padding: 20px;
}
.zhezhao2 .jinian .img_produce .title{
    padding-bottom: 20px;
}
.zhezhao2 .jinian .img_produce ul {
    overflow: hidden;
}
.zhezhao2 .jinian .img_produce ul li{
    float:left;
    margin-right: 20px;
}
.zhezhao2 .jinian .img_produce ul li img{
    max-width: 75px;
}
.zhezhao2 .jinian .details_produce{
    padding-top: 0px;
}
.zhezhao2 .jinian .footer_zhezhao{
    background-color: #73c7a0;
    line-height: 45px;
    color: #FFFFFF;
    text-align: center;
    position: fixed;
    bottom: 0;
    width: 100%;
}
.showDiv{
    display: inline-block!important;
}
.clearBoth{
    overflow: hidden;
}
.hideDiv{
    display: none!important;
}
/* 第7个页面 */
.warpper7{
    
}
.warpper7 .my_info{
    padding: 20px;
    border-bottom: 1px solid #ccc;
}
.warpper7 .my_info .img_men{
    display: inline-block;
}
.warpper7 .my_info .img_men img{
    max-width: 90px;
    width: 80px;
    height: 80px;
    border-radius: 10px;
}
.warpper7 .my_info .info{
    display: inline-block;
    vertical-align: 20px;
    margin-left: 10px;
}
.warpper7 .my_info .info .name{
    color: #73c7a0;
    margin-bottom: 10px;
}
.looked7{
    padding-top: 10px;
}
.about{
    border-top: 1px solid #CCCCCC;
    padding:0 20px;
    padding-top: 20px;
}
.about ul li{
    font-size: 14px;
    font-weight: bold;
    line-height: 40px;
    border-bottom: 1px solid #ccc;
}
.about ul li a{
	text-decoration:none;
    font-size: 14px;
}

.about ul li a:hover{
	text-decoration:none
} 
.about ul li:last-child{
    border-bottom: none;
}
.about ul li span{
    float: right;
    color:#bbb;
}
.phone_zaixian{
    background-color: #73c7a0;
    width:75%;
    line-height: 30px;
    font-size: 14px;
    text-align: center;
    margin: 0 auto;
    color: #FFFFFF;
    border-radius: 20px;
    margin-top: 20px;
}
.phone_zaixian span{
    font-size: 14px;
    font-weight: normal;
    color: #FFFFFF;
    
}
.phone_zaixian img{
    color: #FFFFFF;
    width: 15px;
    height: 15px;
    vertical-align: -2px;
    margin-left: -10px;
    background-color: #FFFFFF;
}
.phone_number{
    text-align: center;
    margin: 10px 0;
    font-size: 14px;
}
.bg_color3{
    padding-bottom: 30px;
}