﻿html
{
    font-size:50px;
}
body, html {
padding: 0px;
margin: 0px;
}
*{
padding: 0;
margin: 0;
list-style: none;
outline: none;
}
user agent stylesheethtml {
display: block;
}
body{
width: 100%;
margin: 0 auto;
background: #fff;
font-size: .28rem;
font-family: "Arial";
color: #000;
}
input.submit,select{-webkit-appearance:none; }/*去除input默认样式*/
/*解决谷歌下黄色背景*/
input:-webkit-autofill {-webkit-box-shadow: 0 0 0px 1000px white inset;border: 0px solid #CCC!important;}
a:link {
color: #6E7B8B; /*连接默认的颜色变化*/
}
a:visited {
color: #6E7B8B; /*连接访问的颜色变化*/
}
a:hover {
color: #607B8B; /*鼠标经过的颜色变化*/
}
a:active { 
color: #6E7B8B; /*鼠标按下的颜色变化*/
}
a {text-decoration: none}

.header {
font-size: .32rem;
font-family: "微软雅黑";
color: #fcfcfc;
height: 1rem;
line-height: 1rem;
background: #575757;
text-align: center;
position: relative;
}
.back {
display: inline-block;
width: 1rem;
height: 1rem;
float: left;
background: url(/images/mimg/back.png) no-repeat 10px center;
background-size: .24rem;
position: absolute;
left: 0;
top: 0;
}
.home {
display: inline-block;
width: 1rem;
height: 1rem;
float: left;
background: url(/images/mimg/home.png) no-repeat center center;
background-size: .44rem;
position: absolute;
right: 0;
top: 0;
}
.usercenter{
display: inline-block;
width:1rem;
height:1rem;
float: left;
background: url(/images/mimg/usercenter.png) no-repeat center center;
background-size: .44rem;
position: absolute;
right: .8rem;
top: 0;
}
.copyright {
height: .6rem;
line-height: .6rem;
text-align: center;
color: #888;
font-size: .24rem;
margin-top:.3rem;
}
.pcontent
{
    
    margin-top: .2rem;
    margin-bottom: 0;
    background-color: #fff;
    position: relative;
   
}

.content-block-title {
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: .32rem;
    text-transform: uppercase;
    line-height:.6rem;
    height:.6rem;
    border-bottom:2px solid #DDD8CE;
    margin-top: .1rem;
   
}
.content-block-title .block-title {
    margin-left:0.2rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: .32rem;
    font-weight: 500;
    color: #f28f3a;
}
.content-block-title .block-title .ym-icon {
    margin-right: .16rem;
    background: url(/images/mimg/jiantou.png) no-repeat center center;
    background-size:0.4rem .48rem;
     width: .4rem;
    height: .48rem;
    display:inline;
}

.content-list{
    margin-top: .2rem;
    margin-bottom: 0;
    background-color: #fff;
    min-height: 4rem;
    position: relative;
}




.good {
    background-color: #fff;
    display:block;
     border-bottom: 1px solid #e0e0e0;
     padding:.2rem;
}
.good-content {
    display: block;
    margin-left: 0.24rem;
    text-decoration: none;
   
}
.img-wrapper {
    float: left;
    position: relative;
    width: 3.1rem;
    overflow: hidden;
}
.img-wrapper img {
    display: block;
    width:3rem;
    height:1.76rem;
}
a img {
    border: 0;
}
 .info-wrapper {
    position: relative;
    margin-left: 3.16rem;
    padding:.1rem;
}
 .title-line {
    line-height: .36rem;
    height: .36rem;
    overflow: hidden;
}
 .title-line .item-name {
    display: inline-block;
    max-width: 100%;
    font-size: .32rem;
    color: #22222d;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.desc {
    line-height: .32rem;
    height: .64rem;
    margin: .08rem 0;
    overflow: hidden;
    display: block;
    font-size: 0.24rem;
    color: #88888d;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.price-line {
    line-height:.4rem;
    height: .4rem;
    font-size: .32rem;
    color: #ff4683;
    overflow: hidden;
}
.price-line::before {
    content: "¥";
}


/* --------------------------------分割线----------------------------------------------------*/


.card_module {
    clear: both;
    overflow: hidden;
    margin-bottom: .16rem;
    background: #fff;
    display:block;
    margin-left:.1rem;
}
a .f_card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background-color: #fff;
}
.f_card {
    padding: .2rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
   border-bottom: 1px solid #e0e0e0;
}
.f_card .f_card_dt {
    width: 3rem;
    height: 1.9rem;
    margin-right: .24rem;
    position: relative;
    background-color: #f6f6f6;
}
.f_card_dt img {
    width: 100%;
    height: 100%;
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic;
}
.f_card .f_card_dd {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative;
}

.f_card .f_card_h3 {
    font-size: .32rem;
    color: #000;
    height: .36rem;
    line-height: .36rem;
    font-weight:600;
}
.ellipsis {
    /*white-space: nowrap;20170322注释*/
    text-overflow: ellipsis;
    overflow: hidden;
}
h1, h2, h3, strong {
    font-weight: normal;
}
.f_card .f_card_p {
    font-size: .24rem;
    color: #888;
    height: .96rem;
    line-height: .32rem;
    padding-top: .08rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-bottom:.06rem;
}
.f_md_tit {
    height: .6rem;
    padding: 0 .2rem;
    overflow: hidden;
    background-color: #fff;
    border-bottom:2px solid #e0e0e0;
}
.f_md_tit .main_tit {
    font-size: .32rem;
    line-height: .6rem;
    color: #f28f3a;
    font-weight: 600;
}
/*-----------------------会员中心首页布局----------------------------*/
 .jphy_menu {
width: 100%;
box-sizing: border-box;
 /* padding: 10px 20px;*/
overflow: hidden;
}
.jphy_menu li{
width: 33.33%;
float: left;
box-sizing: border-box;
padding-top: 1.8rem;
background: url(/images/mimg/lcbd.png) no-repeat center 0.6rem;
background-size: 1rem;
text-align: center;
color: #808080;
font-size:.24rem;
font-weight:400;
}
.jphy_menu li.mmcz {
background: url(/images/mimg/new_mmzc.png) no-repeat center 0.6rem;
background-size: 1rem;
}
.center
{
clear: both;
overflow: hidden;
margin-bottom:.4rem;
}
.centerhead
{
    height:.8rem;
    line-height:.8rem;
   padding-left:.2rem;
    border-bottom: 2px solid #e0e0e0;
   overflow:hidden;
   position: relative;
}
.centerhead-tit
{
    font-size: .28rem;
    color: #888;
    font-weight: 600;
}
/*-------------------订单---------------------*/
.orderlist
{
    padding:.2rem;
    position:relative;
}
.orderlist li
{
position: relative;
overflow:hidden;
padding-bottom:.1rem;
 border-bottom: 1px solid #e0e0e0;
}
.orderlist li p
{
    height:.6rem;
    line-height:.6rem;
    font-size: .24rem;
    color: #000;
    font-weight: 500;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.line-right
{
    right: 1.2rem;
    position:absolute;
    line-height: .6rem;
    height: .6rem;
    font-size: .2rem;
    color: #458B74;
    overflow: hidden;
    font-weight:600;
}
.line-right-del
{
    right: 0;
    position:absolute;
    line-height: .6rem;
    height: .6rem;
    font-size: .2rem;
    color:#F08080;
    overflow: hidden;
     font-weight:600;
}
.product-pic
{
    width:100%;
}
.product-pic img
{
    display:block;
    border:0px;
    max-width:100%;
}
.product-head
{
    padding:20px;

}
.product-head p
{
    height:30px;
    line-height:30px;
    overflow:hidden;
    color: #000;
    font-size:16px;
    font-weight: 600;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.product-list
{
    padding:0px 20px 20px 20px;
}
.product-list p
{
    height:25px;
    line-height:25px;
    overflow:hidden;
    color:#3D3D3D;
    font-size:12px;
    font-weight: 600;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.product-con
{
    padding-left:20px;
    padding-right:20px;
    line-height:30px;
    font-size:14px;
}
.product-con img
{
    width:100%;
    max-width: 100%;
    
}
.round {
    padding-right:5px;
    display: inline-block;
    font-size: 14px;
    text-align: center;
    color: #3D3D3D;
    text-decoration: none;
}
.product-foot
{
    margin-top:20px;
   border-top: 1px solid #e0e0e0;
}
.product-foot .cons
{
   padding:20px;
}
.product-foot .cons .head
{
    height:30px;
    line-height:30px;
    overflow:hidden;
    color:#595959;
    font-size:14px;
    font-weight:600;
}
.product-foot .cons .titles
{
    height:25px;
    line-height:25px;
    overflow:hidden;
    color:#3D3D3D;
    font-size:12px;
    font-weight: 600;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.product-foot .cons .buy
{
    height:40px;
    line-height:40px;
    margin-top:20px;
  
}
.submit {
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: #8B7B8B;
    box-sizing: border-box;
    text-align: center;
    border: none;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
     -moz-border-radius: 10px;      /* Gecko browsers */
    -webkit-border-radius: 10px;   /* Webkit browsers */
    border-radius:10px;         
}
/*--------------订单提交确认------------------*/
.ordersubmitlist
{
 padding:.2rem;
 position:relative;
}
.ordersubmitlist li
{

position: relative;
overflow:hidden;
padding-bottom:.1rem;
border-bottom:0px solid #CCC;
}
.ordersubmitlist li p
{
    height:.8rem;
    line-height:.8rem;
    font-size: .32rem;
    color:#595959;
    font-weight: 600;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.submitbuy
{
   position:relative;
    margin-top:10px;
    padding:20px;
}
.paytypediv
{
 padding:.2rem;
 position:relative;
}
.paytypediv .paytypediv-p-first
{
    line-height:.6rem;
    height:1.2rem;
    font-size: .28rem;
    color:#595959;
    word-wrap:break-word;  
    word-break:break-all;  
    text-overflow: ellipsis;
    overflow: hidden; 
   /* white-space: nowrap 实现禁止文字自动换行,只有一行的时候才能用，例如标题*/
}
.paytypediv .paytypediv-p
{
    height:1.2rem;
    line-height:1.2rem;
    font-size: .28rem;
    color:#595959;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align:center;
    border-top:1px solid #e0e0e0;
    padding-top:15px;
  
}
.paytypediv input[type=radio]
{
    width:20px;
    height:20px;
}
.paytypediv img
{
    width:200px;
    height:40px;
}
.paytypediv-mobile
{
    padding:5px;
    position:relative;
    display:none;
}
 .paytypediv .paytypediv-mobile p
{
    height:1.2rem;
    line-height:1.2rem;
    font-size: .24rem;
    color:#595959;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align:center;
}
.paytypediv-mobile input[type=text]
{
    height:30px;
    padding: 3px 6px;
    line-height:30px;
    font-size:16px;
    background: transparent;
    border: 1px solid #a4a2a2;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}
.paytypediv-mobile .mobiletext
{
    width:180px;
  
}
.paytypediv-mobile .mobilecode
{
    width:80px;
}
.getmobilecodebutton
{
    height: 40px;
    line-height: 40px;
    width:60px;
    background: #8B7B8B;
    box-sizing: border-box;
    text-align: center;
    border: none;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
     -moz-border-radius: 5px;      /* Gecko browsers */
    -webkit-border-radius: 5px;   /* Webkit browsers */
    border-radius:5px;         
}
.imgbox
{
    background: url(/images/mimg/20170312124822.jpg) no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}
.mshopinput-text
{
    text-align:center;
    padding:2px;
    border: 1px solid #ADA8A8;
}
.mshopselect
{
    padding:2px;
}
.ordersubmitlist-input
{
    font-size:.28rem;
    line-height:.5rem;
    height:1rem;
    text-overflow: ellipsis;
    width: 96%;
    overflow: hidden;
    padding: 5px;
    border: 1px solid #ADA8A8;
}
.ordersubmitlist-input::-webkit-input-placeholder { color:#090; }

