* {
    margin: 0px;
    padding: 0px;
    list-style: none;
    list-style-type: none;
    box-sizing: border-box;
}
#mq{
height:300px;
overflow:hideen;
}
body {
    max-width: 640px;
    height: 100%;
    min-width: 320px;
    font-size: 14px;
    color: rgb(51, 51, 51);
    font-family: 微软雅黑;
    margin: 0px auto;
    background: rgb(255, 255, 255);
}
/* header */
.header{
    position: relative;
    height: auto;
    overflow: hidden;
    background: url(../media/loading.gif) 50% no-repeat;
    display: inline-block;
}
/* head img list */
.headImg img {
    width: 100%;
}
/* detail-context */
.detail-context{position:relative;font-size: 14px;border-bottom: 1px dashed #dcdcdc;padding: 10px 2px;height: 43px !important}
.dc-price .s-price{color:red;float: left;font-weight: bold;font-size: 24px;line-height: 21px;}
.dc-price .o-price{font-size: 12px;text-decoration:line-through;float: left;padding: 0px 6px;line-height: 21px;}
.detail-context .flag{font-size: 12px;float: left;background: #ff0000;color:#fff;line-height: 18px;margin-left: 2px;border-radius: 3px;padding: 2px 4px}
/* detail-number */
.detail-number{height:36px;border-bottom: 1px dashed #dcdcdc;margin-top:0px;padding:7px 5px;}
.detail-number .detail-number-left{float:left; display: block}
.detail-number .detail-number-left2{width:120px; height:5px;border:1px solid #f00;display: block;float:left;margin:7px}
.detail-number .detail-number-left2 .loadline{width:98%; height:4px;background:#f00;display: block;}

.detail-daytime{height:auto; overflow:hidden;padding:8px 5px;border-bottom: 1px dashed #dcdcdc;}

.detail-profile{padding: 10px 5px;color:#f00f00;min-height: 30px}

.mui-bar {
    border: none;
    height: auto;
    padding: 10px;
    padding-top: 1px;
    padding-left: 2px;
    padding-right: 2px;
    padding-bottom: 3px;
    background-color: #fdfdfd;
    width: 100%;
    max-width: 640px;
    min-width: 320px;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 9999;
    box-shadow: 0 -1px 1px #dad8d8;
}

.mui-bar .purchase {
    float: left;
    width: 48%;
    height: 56px;
    border: 1px solid #dedede;
    margin: 0 .5%;
    text-align: center;
    background-color: red;
    border-radius: 4px 4px 4px 4px;
}

.mui-bar .service,
.query {
    width: 25.5%;
    height: 56px;
    border: 1px solid #dedede;
    text-align: center;
    float: left;
    border-radius: 4px 4px 4px 4px;
}

.mui-bar .service img,
.query img {
    max-width: 30px;
}

.detail-bars {
    box-shadow: 0px 1px 1px #ebe9e9;
    list-style-type: none;
    background: none repeat scroll 0% 0% white;
    height: 40px;
    width: 100%;
    max-width: 640px;
    border: 1px solid rgb(221, 221, 221);
    padding: 0px;
    list-style: none;
    overflow: hidden;
}

.detail-bars li {
    font-size: 12px;
    background: white;
    color: #333333;
    width: 33.33%;
    line-height: 39px;
    border-right: 1px solid #ddd;
    float: left;
    text-align: center;
    cursor: pointer
}
.detail-bars li:last-child {
    border-right: none;
}
/* user notice */
.table_details {
    padding: 0px;
    padding-bottom: 10px;
}

.table_details {
    height: auto;
    margin: 0 auto;
    background: #e7e7e7;
    padding-bottom: 5px;
    ;
}

.data-table {
    margin: 1.5%;
    font-size: 14px;
    color: #666;
    margin-top: 0
}

.data-table tr {
    height: 27px
}

.data-table th {
    border: 1px solid #ccc;
    font-weight: 100;
    padding: 5px
}

.data-table th {
    background: none repeat scroll 0 0 #f4f4f4;
    text-transform: uppercase;
    font-family: Arial;
    white-space: nowrap
}

.data-table td {
    padding: 10px;
    background: #fff;
    border: 1px solid #ccc
}

.table_details p {
    margin-bottom: 0;
    color: #8f8f94
}

.table_details a {
    background: 0 0;
    text-decoration: none;
    color: #007aff;
}


/* fixed */
.fixed-badges {
    bottom: 200px;
    right: 5px;
    z-index: 1000;
    position: fixed;
  }
  .fixed-badge {
    box-shadow: 0px 6px 13px 0px rgba(0, 0, 0, 0.23);
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    height: 48px;
    width: 48px;
    border: 0px solid #565656;
    color: #FFF;
    cursor: pointer;
    margin-top: 10px;
    line-height: 19px;
    box-sizing: border-box;
  }
  
  .fixed-badge img {
    margin: auto;
  }
  #fixed-buy, #fixed-to-top {
    font-size: 14px;
    background: #F00;
    padding: 10px 0px;
    display: block;
    text-align: center;
    text-decoration: none;
  }
  #fixed-line, #fixed-fb {
    display: block;
    text-decoration: none;
  }

  .mqc .mqc_phone, .mqc .mqc_name, .mqc .mqc_ping {
    color: red;
}
.detail-block h4 {
    font-size: 13px;
    font-weight: normal;
    background: #e7e7e7;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    line-height: 37px;
    text-align: center;
    color: #333;
}
.mui-bar .service, .query {
    width: 25.5%;
    height: 56px;
    border: 1px solid #dedede;
    text-align: center;
    float: left;
    border-radius: 4px 4px 4px 4px;
}

.query a, .service a {
    float: left;
    line-height: 18px;
    color: #000;
    font-size: 14px;
    width: auto;
    text-align: center;
    margin-top: 9px;
    margin-left: 6%;
}
.query img, .service img {
    float: left;
    max-width: 30px;
    margin: 0 auto;
    margin-top: 12px;
    margin-left: 26%;
    margin-right: 1px;
}
.mui-bar .purchase a {
    margin: 0 auto;
    text-align: center;
    font-size: 16px;
    line-height: 56px;
    width: 100%;
    color: #fff;
}
.mui-bar .purchase a span {
    line-height: 50px;
    float: left;
    font-size: 20px;
    text-align: center;
    width: 50%;
}
.mui-bar .purchase img {
    max-width: 30px;
    margin: 12px auto 0 20%;
    text-align: right;
    float: left;
    width: 50%;
    padding-top: 3px;
}
.table-about{
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    
}
.table-about td,th{
	border: none;	
}
