	* {
	            outline: none;
	            -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
	            vertical-align: baseline;
	            font-style: normal;
	        }
	
	        body {
	            margin: 0;
	            padding: 0;
	            font-size: 12px;
	            font-family: Microsoft Yahei, Arial, Simsun, Helvetica, Segoe UI, sans-serif;
	            color: #404040;
	            background-color: #FFF;
	        }
	
	        img {
	            border: 0
	        }
	
	        ul, ol, li, dt, dl, dd {
	            text-decoration: none;
	            list-style: none;
	            vertical-align: middle;
	            margin: 0;
	            padding: 0;
	        }
	
	        a,
	        a:visited {
	            color: #373737;
	            text-decoration: none;
	        }
	
	        .head {
	            position: relative;
	            height: 60px;
	            width: 100%;
	            background-color: #169ADA;
	        }
	
	        .head .name {
	            font-size: 20px;
	            color: #fff;
	            line-height: 60px;
	            height: 60px;
	            text-align: right;
	            margin-left: 20px;
	            margin-right: 100px;
	            overflow: hidden;
	        }
	
	        .head .avatar {
	            border: 1px solid #D5D4D4;
	            padding: 2px;
	            background: #fff;
	            position: absolute;
	            top: 10px;
	            right: 10px;
	            height: 70px;
	        }
	
	        .head .avatar a{
	            display: block;
	        }
	
	        .head .avatar img {
	            width: 70px;
	            height: 70px;
	        }
	
	        .head .tip {
	            padding: 10px 100px 0px 0px;
	            text-align: right;
	            height: 15px;
	            overflow: hidden;
	        }
	
	        .saleMain {
	            position: relative;
	            width: 94%;
	            margin: 0 3%;
	            margin-top: 40px;
	        }
	
	        .saleMain .saleItem {
	            padding-top: 13px;
	            display: table;
	            width: 100%;
	            border-top: #eaeae8 solid 1px;
	        }
	
	        .saleMain .saleItem:first-child {
	            border-top: none;
	        }
	
	        .saleMain .saleItem .avatar {
	            float: left;
	            width: 16%;
	            margin-right: 4px;
	        }
	
	        .saleMain .saleItem .avatar img {
	            border-radius: 1px;
	        }
	
	        .saleMain .saleInfo {
	            float: left;
	            width: 82%;
	            margin-bottom: 12px;
	        }
	
	        .saleMain .saleInfo .nickname {
	            color: #576B95;
	            font-weight: bold;
	            font-size: 15px;
	            position: relative;
	        }
	
	        .saleMain .saleInfo .nickname .saleAttr{
	            position: absolute;
	            top: 0px;
	            right: 0px;
	        }
	
	        .saleMain .saleInfo .nickname .sellerLevel.lv1 {
	            background-position: 0px 0px;
	        }
	
	        .saleMain .saleInfo .nickname .sellerLevel.lv2 {
	            background-position: 0px -15px;
	        }
	
	        .saleMain .saleInfo .nickname .sellerLevel.lv3 {
	            background-position: 0px -30px;
	        }
	
	        .saleMain .saleInfo .nickname .sellerLevel.lv4 {
	            background-position: 0px -45px;
	        }
	
	        .saleMain .saleInfo .nickname .sellerLevel.lv5 {
	            background-position: 0px -60px;
	        }
	
	        .saleMain .saleInfo .nickname .sellerLevel.lv6 {
	            background-position: 0px -75px;
	        }
	
	        .saleMain .saleInfo .nickname .sellerLevel.lv7 {
	            background-position: 0px -90px;
	        }
	
	        .saleMain .saleInfo .nickname .sellerLevel.lv8 {
	            background-position: 0px -105px;
	        }
	
	        .saleMain .saleInfo .nickname .sellerLevel.lv9 {
	            background-position: 0px -130px;
	        }
	
	        .saleMain .saleInfo .nickname .sellerLevel.lv10 {
	            background-position: 0px -145px;
	        }
	
	        .saleMain .saleInfo .nickname a,
	        .saleMain .saleInfo .nickname a:visited {
	            color: #576B95;
	            text-decoration: none;
	        }
	
	        .saleMain .saleInfo .desc {
	            line-height: 20px;
	            word-break: break-all;
	            margin: 8px 0 5px 0px;
	            font-size: 15px
	        }
	
	        .saleMain .saleInfo .imgList {
	            width: 100%;
	            display: table;
	        }
	
	        .saleMain .saleInfo .imgList div {
	            float: left;
	            width: 80px;
	            height: 80px;
	            margin: 1px;
	            background-repeat: no-repeat;
	            background-position: center;
	            background-size: cover
	        }
	
	        .saleMain .saleInfo .imgList div.clickImg {
	            opacity: 0.5;
	        }
	
	        .saleMain .saleInfo .createTime,
	        .saleMain .saleInfo .stateInfo {
	            width: 100%;
	            height: 26px;
	            line-height: 26px;
	            padding: 6px 0 2px 0;
	        }
	
	        .saleMain .saleInfo .stateInfo.hide {
	            display: none;
	        }
	
	        .saleMain .saleInfo .createTime .enableReturn {
	            vertical-align: middle;
	            margin: -2px 0px 0 0;
	            height: 16px;
	        }
	
	        .saleMain .saleInfo .createTime .freePost {
	            vertical-align: middle;
	            margin: -2px 0px 0 0;
	            height: 16px;
	        }
	
	        .saleMain .saleInfo .createTime .hasBzj {
	            vertical-align: middle;
	            margin: -2px 0px 0 0;
	            height: 16px;
	        }
	
	        .saleMain .saleInfo .createTime .saleDel,
	        .saleMain .saleInfo .createTime .saleToggle {
	            margin-left: 5px;
	            color: #60729A;
	        }
	
	        .saleMain .saleInfo .shareIt,
	        .saleMain .saleInfo .likeIt,
	        .saleMain .saleInfo .popularity {
	            background-position: right 50%;
	            background-repeat: no-repeat;
	            width: auto;
	            height: 26px;
	            float: right;
	            background-size: 16px;
	            padding: 0 22px 0 10px;
	            line-height: 26px;
	            font-size: 13px;
	            color: #999;
	            text-indent: 0px;
	        }
	
	        .saleMain .saleInfo .shareIt {
	            font-size: 13px;
	            background-size: 13px;
	            padding-right: 15px;
	            color: #999;
	        }
	
	        .saleMain .saleInfo .shareIt {
	            background-image: url(../images/shareIcon.png);
	        }
	
	        .saleMain .saleInfo .popularity {
	            background-image: url(../images/popularity.png);
	            padding-left: 0px;
	        }
	
	        .saleMain .saleInfo .likeBox,
	        .saleMain .saleInfo .bidBox {
	            background-color: #f6f6f6;
	            position: relative;
	            padding: 6px 0 0 0;
	            text-align: center;
	            margin-top: 6px;
	            display: table;
	            width: 100%;
	            max-height: 57px;
	        }
	
	        .saleMain .saleInfo .likeBox:after,
	        .saleMain .saleInfo .bidBox:after {
	            content: '';
	            position: absolute;
	            border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #F0F1F2 rgba(0, 0, 0, 0);
	            border-style: solid;
	            border-width: 6px;
	            height: 0;
	            width: 0;
	            left: 8px;
	        }
	
	        .saleMain .saleInfo .likeBox:after {
	            top: -12px;
	        }
	
	        .saleMain .saleInfo .likeBox .likeRow,
	        .saleMain .saleInfo .bidBox .bidRow {
	            float: left;
	            overflow: hidden;
	            height: 25.9px;
	            margin-bottom: 5px;
	            margin-left: 5px;
	            clear: both;
	        }
	
	        .saleMain .saleInfo .likeBox .likeAvatar,
	        .saleMain .saleInfo .likeBox .getMoreLike,
	        .saleMain .saleInfo .bidBox .bidAvatar {
	            height: 25.9px;
	            width: 25.9px;
	            background-position: center;
	            background-repeat: no-repeat;
	            background-size: 100%;
	            float: left;
	            border-radius: 1px;
	            margin: 0 0 5px 5px;
	        }
	
	        .saleMain .saleInfo .likeBox .likeRow .likeAvatar,
	        .saleMain .saleInfo .likeBox .getMoreLike,
	        .saleMain .saleInfo .bidBox .bidRow .bidAvatar {
	            margin-bottom: 0;
	        }
	
	        .saleMain .saleInfo .likeBox .likeRow .likeAvatar:first-child,
	        .saleMain .saleInfo .bidBox .bidRow .bidAvatar:first-child {
	            margin-left: 0;
	        }
	
	        .saleMain .saleInfo .likeBox .getMoreLike {
	            margin: 0 0 5px 5px;
	            border: 1px solid #9a9da5;
	            color: #9a9da5;
	            width: 24px;
	            height: 24px;
	            line-height: 24px;
	            text-align: center;
	            opacity: 0.8;
	        }
	
	        .saleMain .saleInfo .tmpLikeBox {
	            display: none;
	        }
	
	        .saleMain .saleInfo .stateInfo .state {
	            position: relative;
	            float: left;
	            background-color: #780018;
	            color: #FFF;
	            padding-left: 10px;
	            padding-right: 10px;
	        }
	
	        .saleMain .saleInfo .stateInfo .state.end {
	            background-color: #CCC;
	            color: #FFF;
	        }
	
	        .saleMain .saleInfo .stateInfo .state i {
	            position: absolute;
	            right: -8px;
	            color: #780018;
	            font-size: 26px;
	            line-height: 26px;
	            z-index: -1;
	        }
	
	        .saleMain .saleInfo .stateInfo .endTime {
	            float: right;
	        }
	
	        .saleMain .saleInfo .stateInfo .endTime em {
	            color: #780018;
	            font-size: 16px;
	            padding: 0 2px;
	        }
	
	        .saleMain .saleInfo .countdownTip{
	            clear: both;
	            float: right;
	            height: 16px;
	            line-height: 16px;
	            padding-left: 16px;
	            background-size: 14px;
	            display: none;
	        }
	
	        .saleMain .saleInfo .bidBtns {
	            width: 100%;
	            display: table;
	        }
	
	        .saleMain .saleInfo .bidBtns .price {
	            display: none;
	        }
	
	        .saleMain .saleInfo .bidBtns .bidBtn,
	        .saleMain .saleInfo .bidBtns .shareBtnLayer div,
	        .saleMain .saleInfo .bidBtns .saleOpenBtn,
	        .saleMain .saleInfo .bidBtns .saleEndBtn {
	            width: 100%;
	            height: 40px;
	            color: #fff;
	            border-radius: 2px;
	            text-align: center;
	            line-height: 40px;
	            font-size: 16px;
	            margin-top: 6px;
	            background-color: #06BC07;
	        }
	
	        .saleMain .saleInfo .bidBtns .bidBtn.hide {
	            display: none;
	        }
	
	        .saleMain .saleInfo .bidBtns .saleOpenBtn {
	            background-color: #1ab6ef;
	        }
	
	        .saleMain .saleInfo .bidBtns .saleOpenBtn em {
	            padding: 0 5px;
	        }
	
	        .saleMain .saleInfo .bidBtns .saleEndBtn {
	            background-color: #ccc;
	        }
	
	        .saleMain .saleInfo .bidBtns .updateBid {
	            position: relative;
	        }
	
	        .saleMain .saleInfo .bidBtns .updateBid.hide {
	            display: none;
	        }
	
	        .saleMain .saleInfo .bidBtns .shareBtnLayer{
	            display: table;
	            width: 100%;
	        }
	
	        .saleMain .saleInfo .bidBtns .shareBtnLayer div{
	            background-color: #1ab6ef;
	            width: 49%;
	            float: left;
	        }
	        .saleMain .saleInfo .bidBtns .shareBtnLayer .sendMultiMsgBtn{
	            float: right;
	        }
	
	        .saleMain .saleInfo .bidBtns .updateBid button {
	            position: absolute;
	            left: -53px;
	            color: #0067BD;
	            top: -40px;
	            height: 40px;
	            width: 50px;
	            text-align: center;
	            border: none;
	            background: none;
	            outline: none;
	            padding: 0;
	            margin: 0;
	        }
	
	        .saleMain .saleInfo .bidBtns .updateBid i {
	            color: #999;
	            font-size: 12px;
	            display: block
	        }
	
	        .saleMain .saleInfo .bidList {
	            background: #F0F1F2;
	            width: 99.6%;
	        }
	
	        .saleMain .saleInfo .bidList .ddli {
	            border-bottom: 1px solid #eaeae8;
	            width: 96%;
	            margin: 0 2%;
	            padding: 7px 0px;
	            height: 50px;
	            overflow: hidden;
	        }
	
	        .saleMain .saleInfo .bidList .ddli:first-child {
	            margin-top: 8px;
	        }
	
	        .saleMain .saleInfo .bidList .ddli:last-child {
	            margin-bottom: 2px;
	            border-bottom: none;
	        }
	
	        .saleMain .saleInfo .bidList .ddli .state {
	            float: right;
	            text-align: right;
	        }
	
	        .saleMain .saleInfo .bidList .ddli .state .bidTime {
	            color: #737373;
	            float: right;
	            width: 120px;
	            margin: 36px 0px 0px -20px;
	            position: absolute;
	            height: 18px;
	            line-height: 18px;
	        }
	
	        .saleMain .saleInfo .bidList .ddli .state .bidState {
	            width: 100px;
	            float: right;
	            border-radius: 3px;
	        }
	
	        .saleMain .saleInfo .bidList .ddli .state .bidState span {
	            display: block;
	        }
	
	        .saleMain .saleInfo .bidList .ddli .state .bidState .bidOut {
	            width: 100px;
	            height: 30px;
	            background-image: url(../images/out.png?t=1);
	            background-position: right center;
	            background-size: auto 100%;
	            background-repeat: no-repeat;
	            margin-top: -2px;
	        }
	
	        .saleMain .saleInfo .bidList .ddli .state .bidState .bidLeader {
	            width: 100px;
	            height: 33px;
	            background-image: url(../images/leader.png?t=1);
	            background-position: right center;
	            background-size: auto 100%;
	            background-repeat: no-repeat;
	            margin-top: -2px;
	        }
	
	        .saleMain .saleInfo .bidList .ddli .state .bidState .bidDeal {
	            width: 100px;
	            height: 38px;
	            background-image: url(../images/deal.png?t=1);
	            background-position: right center;
	            background-size: auto 100%;
	            background-repeat: no-repeat;
	            margin-top: -2px;
	        }
	
	        .saleMain .saleInfo .bidList .ddli .avatar {
	            float: left;
	            width: 50px;
	            height: 50px;
	            margin-right: 7px;
	            position: relative;
	        }
	
	        .saleMain .saleInfo .bidList .ddli .avatar img {
	            width: 50px;
	            height: 50px;
	            border: none;
	        }
	
	        .saleMain .saleInfo .bidList .ddli .avatar .buyerLevels {
	            position: absolute;
	            width: 50px;
	            height: 13px;
	            bottom: 0px;
	            left: 0px;
	            background-size: 50px auto;
	            background-repeat: no-repeat;
	        }
	
	        .saleMain .saleInfo .bidList .ddli .avatar .buyerLevels.lv1 {
	            background-position: 0px 0px;
	        }
	
	        .saleMain .saleInfo .bidList .ddli .avatar .buyerLevels.lv2 {
	            background-position: 0px -13px;
	        }
	
	        .saleMain .saleInfo .bidList .ddli .avatar .buyerLevels.lv3 {
	            background-position: 0px -26px;
	        }
	
	        .saleMain .saleInfo .bidList .ddli .avatar .buyerLevels.lv4 {
	            background-position: 0px -39px;
	        }
	
	        .saleMain .saleInfo .bidList .ddli .avatar .buyerLevels.lv5 {
	            background-position: 0px -52px;
	        }
	
	        .saleMain .saleInfo .bidList .ddli .avatar .buyerLevels.lv6 {
	            background-position: 0px -65px;
	        }
	
	        .saleMain .saleInfo .bidList .ddli .avatar .buyerLevels.lv7 {
	            background-position: 0px -78px;
	        }
	
	        .saleMain .saleInfo .bidList .ddli .avatar .buyerLevels.lv8 {
	            background-position: 0px -91px;
	        }
	
	        .saleMain .saleInfo .bidList .ddli .avatar .buyerLevels.lv9 {
	            background-position: 0px -104px;
	        }
	
	        .saleMain .saleInfo .bidList .ddli .avatar .buyerLevels.lv10 {
	            background-position: 0px -117px;
	        }
	
	        .saleMain .saleInfo .bidList .ddli .bidUser {
	            line-height: 25px;
	            font-size: 13px;
	            font-weight: bold;
	            white-space: nowrap;
	            color: #576B95;
	            float: left;
	            width: 50px;
	        }
	
	        .saleMain .saleInfo .bidList .ddli .bidUser .name {
	            line-height: 20px;
	        }
	
	        .saleMain .saleInfo .bidList .ddli .bidUser .name a {
	            color: #576B95;
	        }
	
	        .saleMain .saleInfo .bidList .ddli .bidUser .price {
	            line-height: 20px;
	            margin-top: 10px;
	            font-size: 15px;
	            color: #780018;
	        }
	
	        .saleMain .saleInfo .bidList .bidMore {
	            text-align: center;
	            height: 32px;
	            line-height: 32px;
	            margin-bottom: 2px;
	        }
	
	        .saleMain .saleInfo .moneyInfo,
	        .saleMain .saleInfo .moneyInfoExtend,
	        .saleMain .saleInfo .moneyInfoPrice {
	            font-size: 12px;
	            display: table;
	            width: 100%;
	            margin-top: 7px;
	            color: #999;
	        }
	
	        .saleMain .saleInfo .moneyInfo div,
	        .saleMain .saleInfo .moneyInfoExtend div,
	        .saleMain .saleInfo .moneyInfoPrice div {
	            float: left;
	            width: 45%;
	            display: -webkit-box; /* 老版本语法: Safari,  iOS, Android browser, older WebKit browsers.  */
	            display: -webkit-flex; /* 新版本语法： Chrome 21+ */
	            display: flex; /* 新版本语法： Opera 12.1, Firefox 22+ */
	            /*水平居中*/
	            /*老版本语法*/
	            -webkit-box-pack: center;
	            /*新版本语法*/
	            -webkit-justify-content: center;
	            justify-content: center;
	            height: 12px;
	        }
	
	        .saleMain .saleInfo .moneyInfo div:nth-child(2) {
	            border: 1px solid #cfd1d4;
	            border-width: 0 0 0 1px;
	        }
	
	        .saleMain .saleInfo .moneyInfoExtend div:nth-child(2) {
	            border: 1px solid #cfd1d4;
	            border-width: 0 0 0 1px;
	        }
	
	        .saleMain .saleInfo .moneyInfoPrice div:nth-child(1) {
	            width: 50%;
	        }
	
	        .saleMain .saleInfo .moneyInfoPrice div:nth-child(2) {
	            border: 1px solid #cfd1d4;
	            border-width: 0 0 0 1px;
	            width: 50%;
	            box-sizing: border-box;
	        }
	
	        .saleMain .saleInfo .moneyInfo div span,
	        .saleMain .saleInfo .moneyInfoExtend div span,
	        .saleMain .saleInfo .moneyInfoPrice div span {
	            background-image: url(../images/qi.png?t=2);
	            background-repeat: no-repeat;
	            background-size: 12px;
	            text-indent: 15px;
	            display: block;
	            line-height: 12px;
	        }
	
	        .saleMain .saleInfo .moneyInfo div:nth-child(2) span {
	            background-image: url(../images/jia.png?t=2);
	        }
	
	        /*.saleMain .saleInfo .moneyInfo div:last-child span {
	        }*/
	
	        .saleMain .saleInfo .moneyInfoExtend div span.yan {
	        }
	
	        .saleMain .saleInfo .moneyInfoExtend div span.yikoujia {
	            background-image: url(../images/yikoujia.png);
	            background-size: 29px 12px;
	            text-indent: 33px;
	        }
	
	        .saleMain .saleInfo .moneyInfoExtend div span.referencePrice {
	            background-image: url(../images/referencePrice.png);
	            background-size: 29px 12px;
	            text-indent: 33px;
	        }
	
	        .saleMain .saleInfo .moneyInfoPrice div span.referencePrice {
	            background-image: url(../images/referencePrice.png);
	            background-size: 29px 12px;
	            text-indent: 33px;
	        }
	
	        .saleMain .saleInfo .moneyInfoPrice div span.yikoujia {
	            background-image: url(../images/yikoujia.png);
	            background-size: 29px 12px;
	            text-indent: 33px;
	        }
	
	        .goShake, .shopEmpty {
	            position: absolute;
	            top: 85px;
	            bottom: 51px;
	            display: block;
	            width: 100%;
	            background-size: 200px auto;
	        }
	
	        .shopEmpty {
	        }
	
	        .adminMenu {
	            position: fixed;
	            top: 12px;
	            left: 12px;
	            width: 32px;
	            height: 32px;
	            background-size: 100% 100%;
	            background-position: center;
	            background-repeat: no-repeat;
	        }
	        
	        
	        
	        .fixednumMask {
        position: fixed;
        width: 100%;
        opacity: 0;
        top: 0px;
        bottom: 0px;
        background-color: #000;
        display: none;
        z-index: 999;
    }

    .fixednumMain {
        position: fixed;
        bottom: -410px;
        left: 0px;
        z-index: 1199;
        background: #F0F0F0;
        width: 100%;
        display: none;
    }

    .fixednumMain .tipBanner {
        height: 42px;
        width: 100%;
        background: #F0F0F0;
        border-top: 1px solid #cacaca;
        font-size: 16px;
    }

    .fixednumMain .tipBanner span.title,
    .fixednumMain .priceBanner span.title {
        line-height: 42px;
        float: left;
        text-indent: 10px;
        min-width: 65px
    }

    .fixednumMain .tipBanner .last,
    .fixednumMain .priceBanner .editTxt {
        float: left;
        width: 60%;
        height: 30px;
        line-height: 30px;
        margin: 6px 0;
        color: #7596D9;
        text-indent: 4px;
        overflow: hidden;
        font-size: 20px;
        font-family: "Helvetica neue", Verdana, Geneva, sans-serif;
    }

    .fixednumMain .tipBanner .close {
        float: right;
        width: 42px;
        height: 42px;
        background-image: url(../images/close.png);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 28px;
    }

    .fixednumMain .tipBanner .finish{
        float:right;
        width:42px;
        height:42px;
        background-size:30px;
        line-height:40px;
        font-size:16px;
        color:#007aff;
    }

    .fixednumMain .priceBanner {
        background: #fff;
        height: 42px;
        line-height: 42px;
        font-size: 16px;
        width: 100%;
        position: relative;
    }

    .fixednumMain .priceBanner .editTxt .hover {
        border-right: 2px solid red;
    }

    .fixednumMain .priceBanner .tips {
        color: #999;
        font-size: 14px;
        margin-right: 10px;
        overflow: hidden;
        height: 42px;
        position: absolute;
        right: 0;
        top: 0
    }
    
    .fixednumMain .btnBanner {
        margin: 0 auto;
        width: 96%;
        padding: 10px 0px;
        display: table;
    }

    .fixednumMain .btnBanner .confirmBtn,
    .fixednumMain .btnBanner .fixedPrice  {
        background: #06BE04;
        padding: 2.5% 0;
        border-radius: 4px;
        width: 66%;
        text-align: center;
        font-size: 18px;
        color: #fff;
        border: none;
        float: left;
        height: 24px;
        line-height: 24px;
    }

    .fixednumMain .btnBanner .fixedPrice {
        background: #01B7F0;
        width: 32%;
        float: left;
        margin-right: 2%;
        font-size: 14px;
        height: 24px;
        line-height: 24px;
    }

    .fixednumMain .btnBanner .confirmBtn:only-child{
        padding: 10px 0;
        width: 100%;
    }

    .fixednumMain .numkey {
        width: 100%;
        background: #fff;
        display: table;
    }

    .fixednumMain .numkey ul {
        padding: 0;
        margin: 0;
    }

    .fixednumMain .numkey ul,
    .fixednumMain .numkey li {
        text-decoration: none;
        list-style: none;
        vertical-align: middle;
    }

    .fixednumMain .numkey ul li {
        width: 33.1%;
        border-bottom: 1px solid #b3b3b3;
        border-right: 1px solid #b3b3b3;
        height: 50px;
        float: left;
        font-size: 28px;
        font-family: "Helvetica neue", Verdana, Geneva, sans-serif;
        text-align: center;
        background: #fff;
    }

    .fixednumMain .numkey ul li:nth-child(3n) {
        border-right: none;
    }

    .fixednumMain .numkey ul li.delete {
        background-image: url(../images/backspace.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 30px;
        background-color: #D1D5DA;
    }

    .fixednumMain .numkey ul li.othernum {
        background-color: #D1D5DA;
        line-height: 50px;
    }

    .fixednumMain .numkey ul li div {
        color: #000;
    }

    .fixednumMain .numkey ul li span {
        position: relative;
        font-size: 12px;
        top: 0px;
        color: #000;
    }
    
    
    .supportBanner {
        width: 100%;
        text-align: center;
        height: 49px;
        line-height: 49px;
        font-size: 12px;
        border-top: 1px solid #eaeae8;
        background-color: #F8F8F8;
        margin-top: 10px;
        color: #888;
        visibility: hidden;
    }
    
    .supportBanner a {
        color: #F2B896
    }
    
    
     .mainMenu {
        position:fixed;
        width: 100%;
        height: 50px;
        bottom: 0px;
        background-color: #F8F8F8;
        border-top: 1px solid #eaeae8;
        font-size: 12px;
    }

    .mainMenu div {
        width: 33%;
        height: 22px;
        line-height: 22px;
        float: left;
        text-align: center;
        padding-top: 28px;
        background-repeat: no-repeat;
        background-size: 50px auto;
        color: #888;
    }

    .mainMenu div.selected {
        color: #007aff;
    }

    .mainMenu a div {
        color: #888;
    }

    .mainMenu .myHome {
        background-position: 50% -7px;
    }

    .mainMenu .publish {
        height: 50px;
        padding-top: 0px;
        background-position: 50% -64px;
        background-size: 60px;
    }

    .mainMenu .my {
        background-position: 50% -107px;
    }
    
    
    .loadNextPage {
        width: 100%;
        height: 40px;
        visibility: visible;
    }

    .loadNextPage .loading {
        width: 110px;
        height: 40px;
        line-height: 40px;
        margin: 0 auto;
        background-size: auto 70%;
        background-repeat: no-repeat;
        background-position: left center;
        text-align: center;
        text-indent: 15px;
    }

    .wptMask {
        position: fixed;
        height: 100%;
        opacity: 0;
        top: 0px;
        bottom: 0px;
        width: 100%;
        background-color: #000;
        z-index: 1999;
    }

    .wptShare,
    .wptAlert,
    .wptConfirm,
    .wptMultiConfirm,
    .wptLoading {
        display: none;
    }

    .wptShare .shareTip {
        position: fixed;
        width: 96%;
        height: 286px;
        magin: 0 2%;
        top: 0px;
        background-image: url(../images/share.png);
        background-repeat: no-repeat;
        background-position: right top;
        background-size: auto 55%;
        z-index: 9999;
    }

    .wptAlert .dialog,
    .wptConfirm .dialog,
    .wptMultiConfirm .dialog {
        position: fixed;
        background: #ededed;
        width: 100%;
        bottom: -180px;
        z-index: 1999;
    }

    .wptAlert .dialog .tip,
    .wptConfirm .dialog .tip,
    .wptMultiConfirm .dialog .tip {
        line-height: 30px;
        padding: 10px 0px;
        font-size: 14px;
        border-radius: 8px;
    }

    .wptMultiConfirm .dialog .tip {
        padding: 0;
    }

    .wptAlert .dialog .tip .msg,
    .wptConfirm .dialog .tip .msg {
        text-align: center;
        line-height: 30px;
    }

    .wptAlert .dialog .tip .msg.font18,
    .wptConfirm .dialog .tip .msg.font18 {
        font-size: 18px;
    }

    .wptAlert .dialog .tip .msg.faq,
    .wptConfirm .dialog .tip .msg.faq {
        font-size: 17px;
        background-repeat: no-repeat;
        background-position: 10px center;
        background-size: auto 100%;
        line-height: 30px;
        height: 60px;
        text-align: left;
        padding-left: 80px;
        padding-right: 12px;
    }

    .wptAlert .dialog .tip .msg.smallFaq,
    .wptConfirm .dialog .tip .msg.smallFaq {
        font-size: 18px;
        background-repeat: no-repeat;
        background-position: 10px center;
        background-size: auto 100%;
        line-height: 40px;
        height: 40px;
        text-align: left;
        padding-left: 60px;
        padding-right: 12px;
    }

    .wptAlert .btns,
    .wptConfirm .btns {
        width: 87%;
        margin: 0 auto;
        padding: 15px 0px;
    }

    .wptAlert .btns .btn-confirm,
    .wptAlert .btns .btn-cancel,
    .wptConfirm .btns .btn-confirm,
    .wptConfirm .btns .btn-cancel {
        border: 1px solid #ceced1;
        background: #f7f7f7;
        padding: 10px 14px;
        color: #454545;
        border-radius: 4px;
        width: 92%;
        text-align: center;
        font-size: 18px;
    }

    .wptAlert .btns .btn-green,
    .wptConfirm .btns .btn-green {
        background-color: #06BE04;
        color: #fff;
        border: none;
    }

    .wptAlert .btns .btn-cancel,
    .wptConfirm .btns .btn-cancel {
        background-color: #858c96;
        margin: 22px 0 7px 0;
        color: #fff;
        border: none;
    }

    .wptAlert .btns .btn-delete,
    .wptConfirm .btns .btn-delete {
        background-color: #e95757;
        color: #fff;
        border: none;
    }

    .wptMultiConfirm .btns {
        width: 100%;
        background-color: #D4D4DC;
    }

    .wptMultiConfirm .btns .btn-confirm,
    .wptMultiConfirm .btns .btn-cancel {
        height: 49px;
        line-height: 49px;
        margin-top: 1px;
        text-align: center;
        font-size: 18px;
        background-color: #F3F3F3;
    }

    .wptMultiConfirm .btns .btn-cancel{
        margin-top: 8px;
    }

    .wptPassword {
        position: fixed;
        width: 100%;
        top: 0px;
        bottom: 0px;
        background-color: #efeff4;
        display: none;
    }

    .wptPassword .dialog {
        width: 90%;
        margin: 80px auto 0 auto;
        height: 100px;
    }

    .wptPassword .dialog .tip {
        width: 100%;
        height: 40px;
        line-height: 40px;
        text-align: center;
        font-size: 16px;
    }

    .wptPassword .dialog .password {
        width: 293px;
        margin: 10px auto 0 auto;
        height: 48px;
        border: 1px solid #c4c4c4;
    }

    .wptPassword .dialog .password .passwordKey {
        float: left;
        width: 48px;
        border-right: 1px solid #c4c4c4;
        height: 48px;
        line-height: 48px;
        background-color: #FFF;
        text-align: center;
        font-size: 20px;
    }

    .wptPassword .dialog .password .passwordKey:last-child {
        border-right: none;
    }

    .wptPassword .dialog .password .passwordKey .point {
        width: 48px;
        height: 48px;
        background-position: center;
        background-size: 10px;
        background-repeat: no-repeat;
    }

    .wptPassword .keyboard {
        position: absolute;
        width: 100%;
        background-color: #FFF;
        display: table;
        bottom: 0px;
    }

    .wptPassword .keyboard ul {
        padding: 0;
        margin: 0;
    }

    .wptPassword .keyboard ul,
    .wptPassword .keyboard li {
        text-decoration: none;
        list-style: none;
        vertical-align: middle;
    }

    .wptPassword .keyboard ul li {
        width: 33.1%;
        border-bottom: 1px solid #d2d5d8;
        border-right: 1px solid #d2d5d8;
        height: 50px;
        line-height: 50px;
        float: left;
        font-size: 28px;
        font-family: "Helvetica neue", Verdana, Geneva, sans-serif;
        text-align: center;
        background-color: #FFF;
        color: #000;
    }

    .wptPassword .keyboard ul li:nth-child(3n) {
        border-right: none;
    }

    .wptPassword .keyboard ul li.delete {
        background-repeat: no-repeat;
        background-position: center;
        background-size: 30px;
        background-color: #efeff4;
    }

    .wptPassword .keyboard ul li.blank {
        background-color: #efeff4;
        font-size: 17px;
    }

    .wptLoading {
        position: fixed;
        top: 0px;
        bottom: 0px;
        width: 100%;
        z-index: 1999;
    }

    .wptLoading .loading{
        position: absolute;
        left: 50%;
        top: 50%;
        width: 200px;
        height: 80px;
        margin-top: -40px;
        margin-left: -100px;
        background-color: rgba(0,0,0,0.7);
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100%;
        border-radius: 2px;
        font-size: 14px;
        color: #FFF;
        opacity: 0;
        line-height: 80px;
        text-align: center;
        text-indent: 15px;
        z-index: 9999;
    }

    .wptLoading .loading .process {
        position: absolute;
        width: 100%;
        height: 20px;
        bottom: 5px;
        color: #FFF;
        line-height: 20px;
        font-size: 12px;
        text-align: center;
        text-indent: 0px;
    }

    .wptNotice {
        position: fixed;
        bottom: 50px;
        width: 94%;
        background-color: rgba(0,0,0,0.7);
        height: 30px;
        padding: 8px 3%;
        color: #FFF;
        font-size: 14px;
        display: none;
    }

    .wptNotice .msg {
        float: left;
        width: 80%;
        height: 30px;
        line-height: 30px;
        overflow: hidden;
    }

    .wptNotice .msg img {
        width: 45px;
        height: 45px;
        border-radius: 6px;
        position: absolute;
        bottom: 10px;
    }

    .wptNotice .msg span {
        margin-left: 55px;
    }

    .wptNotice .btn {
        float: left;
        width: 20%;
        height: 28px;
        line-height: 28px;
        margin: 1px 0;
        background-color: #C7160A;
        border-radius: 2px;
        text-align: center;
        font-size: 12px;
    }
    
    
    .topMenu {
            position: fixed;
            top: 0px;
            width: 100%;
            background-color: #FFF;
            border-bottom: 1px solid #d9d9d9;
            z-index: 999;
            display: table;
        }

        .topMenu .buyAndSell{
            display: table;
            width: 160px;
            border: 1px solid #776f72;
            border-radius: 4px;
            height: 28px;
            line-height: 28px;
            margin: 0 auto;
            margin-top: 10px;
            color: #776f72;
        }

        .topMenu .buyAndSell .buy, .topMenu .buyAndSell .sell{
            float: left;
            width: 50%;
            text-align: center;
            font-size: 13px;
        }

        .topMenu .buyAndSell .now{
            background-color: #776f72;
            color: #fff;
        }

        .topMenu ul {
            width: 90%;
            padding: 0 5%;
        }

        .topMenu ul li {
            float: left;
            line-height: 30px;
            font-size: 14px;
            width: 16%;
            text-align: center;
            margin: 10px 2%;
        }

        .topMenu ul li.selected {
            color: #910012;
            border-bottom: 2px solid #910012
        }

        .orderMain {
            padding-top: 60px;
        }

        .orderMain .orderItem {
            width: 92%;
            padding: 0 4%;
            overflow: hidden;
            font-size: 12px;
            margin-bottom: 10px;
            background-color: #fff;
        }

        .orderMain .orderItem .title {
            font-size: 14px;
            line-height: 44px;
            height: 44px;
            width: 100%;
            background-position: left center;
            background-repeat: no-repeat;
            background-size: 18px;
            border-bottom: 1px solid #eaeae8;
        }

        .orderMain .orderItem .title .nickname {
            float: left;
            text-indent: 25px;
            background-position: right center;
            background-repeat: no-repeat;
            background-size: 12px;
            background-image: url(../images/gray_right_arrow.png);
            padding-right: 22px;
        }


        .orderMain .orderItem .title .status {
            float: right;
            font-size: 12px;
            height: 28px;
            line-height: 28px;
            margin: 8px 0;
            padding: 0 12px;
            border-radius: 4px;
            color: #888;
        }

        .orderMain .orderItem .title .status.red {
            color: #d83131;
        }

        .orderMain .orderItem .title .status.green {
            color: #4bbe6d;
        }

        .orderMain .orderItem .info {
            width: 100%;
            padding: 10px 0;
            display: table;
        }

        .orderMain .orderItem .info .content {
            position: relative;
            float: left;
            width: 100%
        }

        .orderMain .orderItem .info .content .goodsImg {
            position: relative;
            float: left;
            width: 80px;
            height: 80px;
            margin: 1px;
            margin-right: 12px;
            background-repeat: no-repeat;
            background-position: center;
            background-size: cover;
        }

        .orderMain .orderItem .info .content .goodsImg .expressFee{
            position: absolute;
            bottom: 2px;
            right: 2px;
            background: url(../images/freepost.png?t=2) no-repeat right 50%;
            height: 16px;
            width: 100%;
            background-size: contain;
        }

        .orderMain .orderItem .info .content .desc {
            line-height: 20px;
            margin-bottom: 10px;
            margin-top: -2px;
            word-break: break-all;
            text-overflow: ellipsis;
            padding-left: 93px;
        }

        .orderMain .orderItem .info .content ul {
        }

        .orderMain .orderItem .info .content ul li {
            color: #888;
            height: 17px;
            line-height: 17px;
        }

        .orderMain .orderItem .info .content ul li span.countDown {
            color: #780018;
        }

        .orderMain .orderItem .info .content ul li span.countDown em {
            margin: 0 2px;
        }

        .orderMain .orderItem .info .content ul li span.countDown em:first-child {
            margin-left: 0px;
        }
        
        .orderMain .orderItem .info .content ul li span.countDown.done {
            color: #888;
        }

        .orderMain .orderItem .info .pay {
            float: right;
            color: #898989;
            line-height: 12px;
            margin-top: 8px;
        }

        .orderMain .orderItem .info .pay span {
            color: #910012;
            font-size: 14px;
            font-weight: bold;
            margin: 0 5px;
        }

        .orderMain .orderItem .info .whereIsMoney {
            position: absolute;
            right: 0px;
            bottom: 0px;
            background-repeat: no-repeat, no-repeat;
            background-size: 13px, 9px;
            background-position: left center, right center;
            padding-left: 15px;
            padding-right: 12px;
            color: #576b95;
            height: 20px;
            line-height: 20px;
        }

        .orderMain .orderItem .tools {
            text-align: right;
            padding: 10px 0;
            width: 100%;
            border-top: 1px solid #eaeae8;
        }

        .orderMain .orderItem .tools button {
            border: 1px solid #5f646e;
            border-radius: 4px;
            width: 75px;
            height: 28px;
            background-color: #fff;
            font-size: 12px;
            color: #5f646e;
            margin-left: 10px;
        }

        .orderMain .orderItem .tools button.dispute {
            float: left;
            margin-left: 0;
            background-repeat: no-repeat;
            background-position: 5px 50%;
            background-size: 15px;
            text-indent: 15px;
            width: 85px;
            font-size: 11px;
        }

        .orderMain .orderItem .tools button:last-child {
            border: 1px solid #910012;
            color: #910012;
        }

        .orderMain .noData {
            width: 100%;
            height: 250px;
            background: url(../images/noOrders.png) no-repeat 50% #EFEFF4;
            background-size: 60%;
        }
	
        .topMenu .search{
            position: absolute;
            background-size: 30px;
            top: 10px;
            right: 10px;
            width: 32px;
            height: 32px;
        }