﻿
* {
    word-break: break-all;
}

.area-item {
    background-color: #fff;
    padding: 10px;
}

.address-input {
    font-size: 0.875rem;
}

.group {
    margin: 10px 15px;
    margin-bottom: 0;
}

.group-title {
    font-weight: bolder;
    font-size: 0.875rem;
    color: #949494;
}

.group-more {
    float: right;
    font-size: 0.875rem;
    color: #949494;
}

    .group-more a {
        color: #949494;
    }

.control {
    padding: 10px 20px;
    /*height: 151px;*/
}

    .control .control-info {
        margin-left: -80px;
        display: inline-block;
        width: 100%;
    }

    .control .control-action {
        margin: -10px -25px -10px 0;
        width: 70px;
        display: inline-block;
        height: 171px;
        vertical-align: top;
        background-color: #FF3300;
    }

        .control .control-action a {
            color: #fff;
            height: 50%;
            display: block;
            line-height: 85px;
            text-align: center;
            border-bottom: 1px solid #BCBCBC;
        }

.item-tip {
    width: 26%;
    text-align: left;
    display: inline-block;
        vertical-align: middle;
}

.item-input {
    width: 72%;
    display: inline-block;
    vertical-align: middle;
}

    .item-input .li {
    border-bottom: 1px solid #efefef;
    display: inline-block;
    padding: 5px 0;
    width: 49%;
    }

    .item-input input, .item-input select {
        border: 0;
        width: 100%;
    }

.goods-list {
    background-color: #fff;
    /*height: calc(100% - 93px);
    height: -ms-calc(100% - 93px);
    height: -moz-calc(100% - 93px);
    height: -webkit-calc(100% - 93px);*/
    overflow-y: auto;
    overflow-x: hidden;
    margin-right: -20px;
    padding-right: 20px;
        /*margin-top: 88px;*/
}

    .goods-list .item {
        display: block;
        width: 50%;
        float: left;
        padding-bottom: 15px;
    }

        .goods-list .item:nth-child(odd) {
            padding-right: 6px;
        }

        .goods-list .item:nth-child(even) {
            padding-left: 6px;
        }

    .goods-list .goods-info {
        height: 105px;
        background-color: #4C8CF5;
        color: #FFF;
        padding: 10px;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        text-align: right;
    }

.goods-name { 
    overflow: hidden;
    font-size: 12px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 16px;
}

.goods-pic {
    display: inline-block;
    vertical-align: bottom;
    position: relative;
}
.goods-tip {
    background-color: #fff;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.left-text {
    display: inline-block;
    text-align: left;
    width: 60%;
        vertical-align: middle;
}

.right-text {
    text-align: right;
    /*padding-right: 20px;*/
    margin-right:20px;
}

.button {
    display: inline-block;
    width: 40%;
    text-align: center;
    margin: 0 10px;
}

    .button a {
        display: block;
        background-color: #FFD200;
        border-radius: 10px;
        padding: 5px 0px 2px 0;
    }

.order-address {
    /*background-color: #828282;
    color: #fff;*/
    /*background-color: #ffffcc;*/
background-color: #fff7d3;
}

.address-head {
    padding: 10px 20px;
    color: #fff;
}

.address-info {
    padding: 10px 20px;
    font-size: 0.875rem;
    /*height: 171px;*/
        margin-top: 5px;
}

    /*.address-info:nth-child(even) {
        background-color: #FFFFCC;
    }*/

.address-list .default {
    background-color: #585858;
    color: #fff;
}

.info-item {
    margin: 10px 0;
}

.order-goods .goods-detail {
    width: calc(100% - 10rem - 5px);
    width: -ms-calc(100% - 10rem - 5px);
    width: -moz-calc(100% - 10rem - 5px);
    width: -webkit-calc(100% - 10rem - 5px);
    padding-left: 10px;
    display: inline-block;
}

    .order-goods .goods-detail .content {
        margin-top: 5px;
        font-size: 0.875rem;
        color: #8F8F8F;
    }

.credit {
    color: #CC0000;
    /*font-size: 1.25rem;*/
    padding-left: 2px;
}

    .credit.a {
        text-align:left;
        min-width: 120px;
        display: inline-block;
        font-size: 1rem;
        font-weight: bold;
    }

.order-goods-num {
    text-align: right;
    padding: 10px;
    background-color: #fff;
}

.order-goods-count {
    display: inline-block;
}

    .order-goods-count a .fa {
        color: #FF3300;
        font-size: 1.25rem;
    }

    .order-goods-count input {
        padding-left: 5px;
        border: 1px solid #888888;
        line-height: 1.5rem;
        height: 1.5rem;
        max-width: inherit !important;
        clear: both;
        border-radius: 5px;
    }

.order-logistic {
    padding: 15px;
    background-color: #fff;
}

.footer-info {
    height: 1.875rem;
    /*margin-top: 0.5625rem;*/
    padding: 10px;
}

    .footer-info .left-text {
        text-align: left;
    }

    .footer-info .button a {
        background-color: #FF3300;
        color: #fff;
        width: 100%;
        height: 2.5rem;
        line-height: 2rem;
        font-size: 1rem;
        margin: 0;
    }

.order-list .item {
    padding-left: 10px;
    padding-right: 5px;
    display: block;
    background-color: #fff;
    margin-top: 10px;
}

.info-title {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #dddddd;
    /*font-size: 0.875rem;*/
    color: #575757;
}

.logincontainer {
    margin: 9px auto auto 0;
    width: 100%;
    height: auto;
    text-align: center;
    background:#fff;
        border-radius: 5px !important;
}

.txtbox1 {
    /*border: solid 1px #DEDFE0;
    display: inline-block;
    width: 100%;
    height: 2.8125rem;
    margin-bottom: 1.25rem;
    background: #ffffff;*/
    /* border: 1px; */
    display: inline-block;
    width: 90%;
    height: 2.84rem;
    margin-bottom: 5px;
    background: #ffffff;
    border-bottom: solid 1px #efefef;
    text-align: left;
    position: relative;
}

    /*.txtbox1 i {
        font-size: 1.5rem;
        margin: 10px 5px 12px 10px;
        color: #555;
    }*/

    .txtbox1 img {
        width: 14px;
        margin: 12px 5px 5px 7px;
    }

    .txtbox1 input {
        /*width: 16.875rem;*/
        font-size: 0.85rem;
        margin: 0;
        border: 0;
        height: 1.5rem;
        position: relative;
        top: -7px;
        width: 50%;
        outline: white;
        margin-left:2px
    }

.darker {
    color: #f7a130;
}

.tool_bar {
    height: 40px;
    background: #fff;
    width: 100%;
    z-index: 100;
    margin-top: 44px;
    position: fixed;
        border-bottom: 1px solid #dadada;
}

    .tool_bar table {
        margin: 0;
        padding: 0;
        border-collapse: collapse;
        width: 100%;
        color: #666;
    }

    .tool_bar td {
        line-height: 2.5rem;
        height: 2.5rem;
        /*border: solid 1px #dedfe0;*/
        text-align: center;
        font-size: 0.875rem;
    }

.current-half-width li {
    width: 50% !important;
}

.padding-list {
    width: 100%;
    overflow: hidden;
    background-color: #FFF;
    /*box-shadow: 0 1px 3px rgba(0,0,0,0.1);*/
}

    .padding-list li {
        float: left;
        width: 33.333% !important;
        height: 3rem;
        vertical-align: middle;
        /*box-shadow: 1px 0 0 rgba(200,200,200,0.6);*/
        text-align: center;
        display: table;
        position: relative;
        border-bottom: solid 1px #dddddd;
    }

        .padding-list li a {
            color: #a5a5a5;
            text-decoration: none;
            display: table-cell;
            width: 100%;
            height: 100%;
            vertical-align: middle;
        }

        .padding-list li p {
            color: #999;
            font-size: 13px;
            margin: 5px;
        }
          .padding-list li img {
            width:16px;
             margin-top: 5px;
        }


ul, li {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.menu-list {
    width: 100%;
    margin-top: 10px;
    background-color: #FFF;
    overflow: hidden;
    /*padding: .46875em .46875em;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);*/
}

    .menu-list li {
        float: left;
        width: 25%;
        padding: .46875em .46875em;
        text-align: center;
        position:relative;
    }

        .menu-list li a {
            display: block;
            width: 100%;
            text-decoration: none;
        }

            .menu-list li a .fa {
                font-size: 2rem;
                width: 2.5rem;
                height: 2.5rem;
                line-height: 2.5rem;
                /*background-color: #FF8885;
                background-color: #77CBF0;
                background-color: #FFC485;*/
                border-radius: 50%;
                background-color: #fff;
            }

        .menu-list li p {
            font-size: .75rem;
            color: #6a6a6a;
            text-align: center;
            line-height: 2rem;
        }

.order-numbers {
    display: inline-block;
    position: absolute;
    top: 10px;
    background-color: #f15353;
    line-height: 0.875rem;
    font-style: normal;
    border-radius: 8px;
    padding: 0 5px;
    font-size: 0.75rem;
    color: white;
}

.footer-button {
    height: 65px;
    background: #fff;
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    border-top: solid 1px #bbbbbb;
    z-index: 180;
}

.hidemore {
    display: inline-block;
    word-break: keep-all;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: middle;
}
#binduserinfo {
    position: absolute;
    z-index: 1001;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.2);
    width: 30%;
    bottom: 2.5rem;
    max-height: 50%;
    font-size: 0.875rem;
    text-align: center;
    border-radius: 5px;
    margin-left: 23%;
}
.menu {
display: block;
    height: 50px;
    line-height: 50px;
    font-size: 1.25rem;
    border-bottom: 1px solid #dddddd;
}

.minus,.plus {
vertical-align:middle;
}
.pay-box {
    position: fixed;
    margin-top: 45%;
        width: 100%;
        display:none;
        overflow:hidden;
        z-index:99999;
}
.WxPay {
    text-align: center;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 15px #9E9E9E;
    width: 90%;
    margin: auto;
}
    .WxPay iframe {
        width: 100%;
        height: 150px;
    }

.creditcolor {
        color:#333;
    }
.exchangefoot {
    line-height:46px;
    text-align: center; 
    background: #d21033;
    width: 40%;
    float: left; 
    height: 48px;
    color: #fff;
}
.totalfoot {
    background:#fff;
    width:60%;
    float:left;
    font-size:12px;
    height:48px;
    border-top: 1px solid #e5e5e5;
}
.jfused {
    background: url(/Images/icon/jfused.png) center no-repeat;
    width: 12px;
    height: 16px;
    display: inline-block;
    background-size: 15px;
    vertical-align: text-bottom;
    background-size:100%
}
.jficon {
    background: url(/Images/icon/jf.png) center no-repeat;
    width: 16px;
    height: 18px;
    display: inline-block;
    background-size: 15px;
    vertical-align: text-bottom;
}
.rmbicon {
    background: url(/Images/icon/rmb.png) center no-repeat;
    width: 12px;
    height: 18px;
    display: inline-block;
    background-size: 10px;
    vertical-align: text-bottom;
}
.rmbused {
    background: url(/Images/icon/rmbused.png) center no-repeat;
    width: 10px;
    height: 16px;
    display: inline-block;
    background-size: 8px;
    vertical-align: text-bottom;
}
.plusicon {
    background: url(/Images/icon/plus.png) center no-repeat;
    width: 10px;
    height: 18px;
    display: inline-block;
    background-size: 10px;
    vertical-align: text-bottom;
}
.goods-credit {
    color: #f58c00;
    font-size: 14px;
}

.goods-amount {
    color: #d21034;
    font-size: 14px;
        margin-left: -3px;
}

.rosolic {
        font-size:0.875rem;
        color:#d21034
    }
.menu-list li img {
    border-radius:50%;
    height:45px;
}
.CountDown {
    margin: 2px;
    padding: 2px 5px;
    background: #000;
    color: #fff;
    line-height: 21px;
    margin-top: 7px;
    min-width :26px;
    font-size: 13px;
}
.btnback {
    width: 38px;
    z-index: 100;
    height: 50px;
    color: #666;
    position: absolute;
}

    .btnback > a {
        display: block;
        width: 55px;
        text-align: center;
        padding: 15px 0;
    }

        .btnback > a > i {
            font-size: 1.5rem;
        }
.TimedLable {
    width: 100%;
    font-size: 14px;
    overflow: hidden;
    /*height:44px*/
}
    .TimedLable div {
        float: left;
        margin: 5px;
        border: solid 1px #ea8a9a;
    }
            .TimedLable div p {
                color: #d21033;
                margin: 0px 8px;
                width: 100%;
                word-break: keep-all;
                white-space: nowrap;
                overflow: hidden;
            }
  .tab {
        margin: 0 auto;
        width: 100%;
        font-size: 22px;
        border-bottom: 5px solid #f3ecec;
        font-weight: 100;
    }
    .tab_menu{
        height:40px; 
        margin:0 auto;
        width:90%;
        font-size:16px;
        color:#4e4c4c;
    }
    .menuitem{
        width:50%;
        float:left; 
        height:40px; 
        text-align:center;
        line-height:40px;
    }
    .tab_menu .on{
        color: #d21033;
        border-bottom: 2px solid #d21033;
    }
    .CommentTitle {
        display: inline-block;
        width: 30%;
        line-height: 36px;
        color: #999;
        font-size: 14px;
        text-align: center;
    }
    .CommentStar {
        margin-top: 8px;
        margin-left:10px;
        display: inline-block;
    }
    .CommentStar img {
        margin: 0 2px;
        width: 15px;
    }
.CommentBody {
    top: 0;
    width: 30%;
    text-align: center;
    /* display: inline-block; */
    position: absolute;
}
    .CommentBody img{
        width:50px;
        height:50px;
        border-radius:25px;
    }
    .CommentBody div {
        color: #999;
        font-size: 14px;
        line-height: 36px;
        text-align: center;
        word-break: keep-all;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
.CommentContent {
    width: 58%;
    margin-left: 35%;
}
    .CommentContent div{
        height:60px;
        color:#333;
        font-size:14px;
        display: table-cell;
        vertical-align: middle;
    }
    .CommentContent span{
        font-size:14px;
        color:#999;
    }
    .Comment{
        width: 90%; 
        margin: 0 auto;
        border-bottom: solid 2px #efefef;
    }

        .Comment:last-child {
            border-bottom: 0;
        }
    .ui-loader-default {
        display:none;
    }

.GiftList {
    float: left;
    width: 205px;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.CouponTitle {
    line-height: 28px;
    padding-left: 10px;
    font-size: 14px;
    color: #999;
    background: #efefef;
}

.IsCoupon { 
    width:35%;
    float:left;
}
  .IsCoupon img {
        margin-right: 7px;
        margin-top: 2px;
        width: 15px;
        top: 20px;
        float: left;
    }
.carry_layout {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 1000;
    opacity: 0.6;
    background-color: black;
    display: none;
}
.OptionBox{
    position: absolute;
    bottom: -200px;
    z-index: 9999;
    background: #fff;
    width: 100%;
    height: 230px;
   display:none
}
.OptionTip{
    line-height:45px;
    margin-left:15px;
    color:#aaa;
    margin-bottom:35px
}
.OptionBox .Close{
    width: 20px;
    max-height: 20px;
    opacity: 0.5;
    position: absolute;
    right: 15px;
   top: 15px;
}
.OptionButton {
    width: 100%;
    background-color: #d21033;
    color: #fff;
    font-size: 18px;
    line-height: 49px;
}
.sellcount {
    position: absolute;
    right: 0;
    bottom: 0;
    margin-right: 15px;
    margin-bottom: 12px;
    font-size: 14px;
    color: #333;
    float: right;
    margin-top: 0;
}
.IsPresell {
    position: absolute;
    bottom: 13px;
    background-color: #333;
    color: #fff;
    width: 100%;
    text-align: center;
    font-size: 13px;
    line-height: 24px;
    opacity:0.9
}
   .innertitle {
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
.CountDownList{
    color: #fff;
    line-height: 24px;
    width: 25px;
    font-size:11px;
}
.ScoreUsed {
    font-size: 12px;
    color: #999;
    height: 15px;
    margin-left: 1px;
    text-decoration: line-through;
}
#goods_detailinfo img{
    max-width:100%
}

.goodscount {
    float: right;
}
    .goodscount input {
        width: 48px;
        text-align: center;
        padding: 0;
        border: 0;
        border-radius: 0;
        height: 25px;
        line-height: 25px;
    }