/*html define*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video,button {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    list-style: none;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
article, aside, footer, header, hgroup, main, nav, section {
    display: block;
}
body {
    min-width: 320px;
    max-width: 640px;
    height: 100%;
    word-wrap: break-word;
    word-break:break-all;
    padding: 0;
    margin: 0 auto;
    color: #676767;
    font: 16px/20px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    background-color: #f4f4f4;
    overflow-x: hidden;
    font-size: 1.6rem;
}
html{
    font-size: 62.5%;
    -webkit-text-size-adjust:100%;
}
html,body{-webkit-touch-callout: none;}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    letter-spacing: -0.03em;
}

a{
    color: #676767;
    text-decoration: none;
}
a:hover{
    text-decoration: none;
}

img{
    border: 0;
    vertical-align: top;
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

th, td, caption {
    vertical-align: top;
    text-align: left
}

sub,sup,samp{
    font-size: 10px;
    font-style: normal;
}
/* 去除选中效果 */
input,button,select,textarea {
    cursor: auto;
    outline: none;
    -webkit-appearance: none;
}

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}
.clearfix:after { clear: both; }
.cl{ clear: both; }
.ta-c{ text-align: center; }
.ta-l{ text-align: left; }
.ta-r{ text-align: right; }
.fl{ float: left; }
.fr{ float: right; }

.f10{ font-size: 10px; }
.f12{ font-size: 12px; }
.f13{ font-size: 13px; }
.f14{ font-size: 14px; }
.f15{ font-size: 15px; }
.f16{ font-size: 16px; }
.f17{ font-size: 17px; }
.f18{ font-size: 18px; }
.f20{ font-size: 20px; }
.f22{ font-size: 22px; }
.f24{ font-size: 24px; }
.mt04{ margin-top: 4px; }
.mt05{ margin-top: 5px; }
.mt10{ margin-top: 10px; }
.mt15{ margin-top: 15px; }
.mt20{ margin-top: 20px; }
.mt25{ margin-top: 25px; }
.mt30{ margin-top: 30px; }
.mt40{ margin-top: 40px; }
.pt05{ padding-top: 5px; }
.pt10{ padding-top: 10px; }
.pt15{ padding-top: 15px; }
.pt20{ padding-top: 20px; }
.ml05{ margin-left: 5px; }
.ml10{ margin-left: 10px; }
.ml15{ margin-left: 15px; }
.ml20{ margin-left: 20px; }
.ml25{ margin-left: 25px; }
.ml30{ margin-left: 30px; }
.pr05{ padding-right: 5px; }
.pr10{ padding-right: 10px; }

.vertical-m{ vertical-align: middle; }
.vertical-t{ vertical-align: top; }
.vertical-b{ vertical-align: bottom; }

.gone{ display: none; }
/*font color*/

.color-blue{ color: #0097e0; }
.color-black{ color: #676767; }
.color-gray{ color: #999;}
.color-red{ color: #ff4201;}
/*layout*/
.col-xs-1,.col-xs-2,.col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12{
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left;
}
.col-xs-12 { width: 100%; }
.col-xs-11 { width: 91.66666667%; }
.col-xs-10 { width: 83.33333333%; }
.col-xs-9 { width: 75%; }
.col-xs-8 { width: 66.66666667%; }
.col-xs-7 { width: 58.33333333%; }
.col-xs-6 { width: 50%; }
.col-xs-5 { width: 41.66666667%; }
.col-xs-4 { width: 33.33333333%; }
.col-xs-3 { width: 25%; }
.col-xs-2 { width: 16.66666667%; }
.col-xs-1 { width: 8.33333333%; }

/*icons style*/
.icon{
    display: inline-block;
    line-height: 1;
    margin-right: 4px;
    background: url("http://cdn2.moji002.com/webpush/appmall/icons.png") no-repeat;
    background-size: 200px auto;
    vertical-align: middle;
}
.icon-ok,.icon-close{
    width: 22px;
    height: 22px;
    background-position: -1px -1px;
    margin-right: 0;
    cursor: pointer;
}
.icon-close{
    background-position: -1px -28px;
}
.icon-reduce,.icon-add{
    width: 14px;
    height: 14px;
    background-position: -1px -60px;
    cursor: pointer;
}
.icon-add{
    background-position: 0px -84px;
}
.icon-star-b-s,.icon-star-g-s{
    width: 14px;
    height: 14px;
    background-position: -1px -110px;
}
.icon-star-g-s{
    background-position: -1px -135px;
}
.icon-star-b-b,.icon-star-g-b{
    width: 22px;
    height: 22px;
    background-position: -1px -161px;
}
.icon-star-g-b{
    background-position: -1px -194px;
}
.icon-right{
    width: 11px;
    height: 20px;
    background-position: 0px -230px;
    margin-right: 0;
}
.icon-face,.icon-add-pic{
    width: 26px;
    height: 26px;
    background-position: 0px -265px;
}
.icon-add-pic{
    background-position: 0px -300px;
}
.icon-delete-pic{
    width: 25px;
    height: 25px;
    background-position: -1px -339px;
}
.icon-picture{
    width: 15px;
    height: 15px;
    background-position: -1px -380px;
}

.icon-profile,.icon-local,.icon-phone{
    width: 15px;
    height: 18px;
    background-position: -49px -2px;
}
.icon-local{
    background-position: -49px -30px;
}
.icon-phone{
    background-position: -48px -59px;
}
.fa-recom{
    width: 34px;
    height: 22px;
    background-position: -99px 0px;
}
.fa-new,.fa-hot{
    width: 20px;
    height: 24px;
    background-position: -100px -32px;
}
.fa-new{
    background-position: -100px -64px;
}

/*buttons*/
.buttons-div div{
    margin-top: 20px;
}
.btn {
    display: inline-block;
    width: 100%;
    height: 42px;
    margin-bottom: 0;
    font-weight: bolder;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 20px;
    color: #fff;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.btn-blue-light{
    background-color: #1daefc;
    border-color:#1daefc ;
}
.btn-danger{
    background-color: #ee2d57;
    border-color:#ee2d57 ;
}
.btn-danger.active{
    background-color: #e32d56;
    border-color:#ee2d57 ;
}
.btn-info{
    background-color: #1898dd;
    border-color:#1898dd ;
}
.btn-info.active{
    background-color: #188fd4;
    border-color:#1898dd ;
}
.btn-gray{
    background-color: #ccc;
    border-color:#c6c6c6 ;
    color: #999999;
}
.btn-gray.active{
    background-color: #c2c2c2;
    border-color: #c6c6c6;
}

.btn-default,.btn-default-s{
    background-color: #ecf5fa;
    border-color:#b6d5e9 ;
    color: #6499ba;
}
.btn-default-s{
    padding: 2px 5px;
    height: 34px;
    line-height: 26px;
}
.btn-interval{
    background:none;
    border: none;
    color: #999;

}
.btn-interval span{
    color: #fdae59;
}
.btn-yellow{
    background-color: #fc9455;
    border-color: #fc9455;
}
.btn-green{
    background-color: #3ac27e;
    border-color: #3ac27e;
}
.btn-wrap{
    padding: 5%;
}
.btn-round {
    border-radius: 21px;
}
/*input*/
.common-input{
    height: 34px;
    width: 100%;
    padding: 4px 10px;
    line-height: 24px;
    border: #e4e4e4 solid 1px;
    border-radius: 4px;
    background-color: #fff;
    font-size: 15px;
    color: #676767;
    -webkit-appearance: none;
    background: -webkit-gradient(linear,0 0,0 100%,from(#fefefe),to(#ffffff));
}
.common-input:focus{
    border: #d4d4d4 solid 1px;
}
select.common-input{
    color: #0097e0;
    font-size: 15px;
    background-color: #fff;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    padding:0 20px 0 10px;
    -webkit-appearance: none;
    background: url("http://cdn2.moji002.com/webpush/appmall/icons.png") no-repeat right -494px;
    background-size: 200px auto;
}
.common-input.error-input,.common-input.error-input:focus{
    border: #d95d4c solid 1px;
}
/*tabs*/
.mod-tabs{
    clear: both;
    border-top: #e4e4e4 solid 1px;
}
.mod-tabs ul li{
    width: 33.33333333%;
    float: left;
    height: 45px;
    border-right: #e4e4e4 solid 1px;
    border-bottom: #e4e4e4 solid 1px;
}
.mod-tabs ul li:last-child{
    border-right:0;
}
.mod-tabs ul li a{
    display: block;
    height: 100%;
    line-height:45px;
    font-size:14px;
    text-align: center;
}
.mod-tabs ul li.ui-state-active,.mod-tabs ul li.ui-state-active a{
    color: #1898dd;
}

.ui-tabs-content {
    position: relative;
    min-height: 294px;
    width: 100%;
    -webkit-box-sizing: border-box;
    overflow: hidden;
    -webkit-transition: height 200ms ease-in-out;
}
.ui-tabs-content .ui-tabs-panel {
    display: none;
    position: absolute;
    top:0;
    left: 0;
    /*opacity: 0;*/
    width: 100%;
    min-height: 294px;

}
#product_tabs .ui-tabs-content{
    height: auto!important;
}
#product_tabs .ui-tabs-content .ui-tabs-panel{
    position: static;
    top:0;
    left: 0;
}

#product_tabs .ui-tabs-content .ui-tabs-panel{
    background-color: #fff;
}
.ui-tabs-panel {
    -webkit-transform: translateZ(0);
}
.ui-tabs-content .ui-tabs-panel.ui-state-active, .ui-viewport-transitioning .ui-tabs-panel.out {
    display: block;
    z-index: 1;
}
.ui-tabs-content .ui-tabs-panel.ui-state-active {
    z-index: 2;
}

/*.ui-tabs-panel .ui-loading {*/
    /*position: absolute;*/
    /*left: 50%;*/
    /*top: 50px;*/
    /*margin-top: -20px;*/
    /*margin-left: -20px;*/
/*}*/
.ui-tabs-panel .ui-load-error {
    color: #ff4201;
    text-align: center;
}
/*
*my shop  index*
*/
.shop-hd{
    background-color: #fff;
    /*border-bottom: #d7d7d7 solid 1px;*/
}
.shop-hd .title{
    height: 120px;
    background:url("../../images/appmall/my-shop-bg.jpg") repeat-x;
    background-size: 320px 120px;
    text-align: center;
    padding-top: 20px;
}
@media all and (max-width: 320px){
    .shop-hd .title{
        height: 120px;
        background:url("../../images/appmall/my-shop-bg.jpg") repeat-x;
        background-size: 320px 120px;
        text-align: center;
        padding-top: 20px;
        -webkit-animation:shopBg 1.5s linear 0s infinite alternate;
        -moz-animation:shopBg 1.5s linear 0s infinite alternate;
        -o-animation:shopBg 1.5s linear 0s infinite alternate;
        animation:shopBg 1.5s linear 0s infinite alternate;
    }
    @-webkit-keyframes shopBg{
        0%{
            background: url("../../images/appmall/my-shop-bg01.jpg");
            background-size: 320px 120px;
        }
        50%{
            background: url("../../images/appmall/my-shop-bg02.jpg");
            background-size: 320px 120px;
        }
        100%{
            background: url("../../images/appmall/my-shop-bg01.jpg");
            background-size: 320px 120px;
        }
    }
    @keyframes shopBg{
        0%{
            background: url("../../images/appmall/my-shop-bg01.jpg");
            background-size: 320px 120px;
        }
        50%{
            background: url("../../images/appmall/my-shop-bg02.jpg");
            background-size: 320px 120px;
        }
        100%{
            background: url("../../images/appmall/my-shop-bg01.jpg");
            background-size: 320px 120px;
        }
    }
}



.entray-list ul li{
    height: 45px;
    line-height: 45px;
    padding: 0 15px;
    font-size:14px;
}
.entray-list ul li a{
    display: block;
    height: 45px;
    font-size:14px;
}
.entray-list ul li .icon-right{
    margin-top: 12px;
    margin-right: 0;
}

/*toast*/
.pop-bg {
    display: none;
    position:fixed;
    top:0;
    left:0;
    height:100%;
    width:100%;
    background:rgba(0,0,0,.3);
    z-index:999;
}
.pop-email {
    display: none;
    position:fixed;
    top:50%;
    left:50%;
    margin:-86px 0 0 -135px;
    width:270px;
    background:#fff;
    border-radius:4px;
    /*box-shadow:0 0 4px rgba(0, 0, 0, 0.10);*/
    overflow: hidden;
    z-index:1000;
}
.pop-email .txt {
    color:#676767;
    font-size:17px;
    padding: 20px;
    text-align: center;
}

.pop-email .pop-email-btn {
    border-top:1px solid #e4e4e4;
    text-align:center;

}
.pop-email .pop-email-btn a{
    color:#007aff;
    display: block;
    font-size:17px;
    line-height:44px;
    height: 44px;
    text-align: center;
}
.pop-email .pop-email-btn a.full{
    width: 100%;

}
.pop-email .pop-email-btn a.half {
    float: left;
    width:50%;
    color:#007aff;
    text-decoration:none;
}
.pop-email .pop-email-btn a.half:last-child {
    color:#007aff;
    border-left:1px solid #e4e4e4;
}

/* pop all */
.pop-all {
    display: none;
    position:fixed;
    top:50%;
    left:50%;
    margin:-86px 0 0 -135px;
    width:270px;
    background:#fff;
    border-radius:7px;
    padding:17px 0 0;
    box-shadow:0 0 5px 5px rgba(211,211,211,.7);
}
.pop-all h1 {
    color:#676767;
    font-size:17px;
    line-height:26px;
    text-align:center;
}
.pop-all h2 {
    color:#676767;
    font-size:14px;
    line-height:21px;
    text-align:center;
    padding:0 0 26px 0;
}
.pop-all .pop-all-btn {
    border-top:1px solid #afafbc;
    font-size:0;
    text-align:center;
}
.pop-all .pop-all-btn a {
    display:inline-block;
    vertical-align:middle;
    width:48%;
    color:#007aff;
    font-size:17px;
    line-height:44px;
}


/*tips no-data*/
.tips-txt{
    font-size: 14px;
    margin:2px 0 5px;
    color: #e70000;
}
.no-data-div{
    color: #C3C3C3;
    text-align: center;
    clear: both;
    margin: 0!important;
    padding: 30px 15px;
}

/*table*/
.canshu-table-style{
    padding: 0 15px;
}
.canshu-table-style table{
    width: 100%;
}
.canshu-table-style table tbody tr td{
    line-height: 20px;
    padding: 10px 0;
    border-bottom: #e4e4e4 solid 1px;
}
.canshu-table-style table tbody .no-border td{
    border: none;
}

.canshu-table-style table tr td:nth-child(2){
    text-align: right;
    color: #a09fa2;
}

.mod-content#conten2 .product-info{
    padding: 10px;
}
.mod-content#conten2 .product-info > p:first-child{
    font-size: 18px;
    text-align: center;
    border-bottom:#d7d7d7 solid 1px;
    padding:5px 0 10px 0;
}
.mod-content#conten2 table{
    width: 100%;
}
.mod-content#conten2 table tbody tr td{
    line-height: 20px;
    padding: 10px 0;
    border-bottom: #e4e4e4 solid 1px;
    font-size:16px;
}
.mod-content#conten2 table tbody .no-border td{
    border: none;
}

.mod-content#conten2 table tr td:nth-child(2){
    text-align: right;
    color: #a09fa2;
}


/* *****************************************************************************
 * index
 * ************************************************************************** */
.index-pd-list{
    background-color: #fff;
}
.index-pd-list .product{
    /*
    border-bottom: #e4e4e4 solid 1px;
    */
}
.index-pd-list .product:last-child{
    border-bottom: none;
}
.index-pd-list .product img{
    width: 100%;
    height: auto;
    /*max-height: 336px;*/
}
.public-bottom{
    background-color: #0093e6;
}
.public-bottom .two-link {
    padding: 2%;
    background-color: #FFF;
    text-align:center;
}
.public-bottom .two-link span{
   /* width: 50%;
    float: left;*/
}
.public-bottom .two-link img {
    padding: 5%;
}
.public-bottom img{
    width: 100%;
    height: auto;
    max-height: 336px;
}
.index-ui-imglazyload{
    height:100px ;
    /*background-color: #fff;*/
}

.arrow-down{
    width: 33px;
    height: 15px;
    background: url("../../images/appmall/index/arrow.png") no-repeat;
    background-size: 33px 15px;
    position: fixed;
    left: 50%;
    margin-left: -16px;
    bottom: 5px;
    z-index: 10;
    /*display: none;*/
    -webkit-animation:arrow-float 1s linear 1s infinite alternate;
    -moz-animation:arrow-float 1s linear 1s infinite alternate;
    -o-animation:arrow-float 1s linear 1s infinite alternate;
    animation:arrow-float 1s linear 1s infinite alternate;

}
@-webkit-keyframes arrow-float{
    from{
        -webkit-transform:translate(0,0);
    }
    to{
        -webkit-transform:translate(0,-4px);
    }
}
.btn-gotop {
    position: fixed;
    bottom: 120px;
    right: 15px;
    width: 45px;
    height: 45px;
    background: url(/images/appmall/icon-gotop@2x.png) no-repeat;
    background-size: 45px;
    display: block;
    z-index:200;
}
/* title bar*/

body.non-internal{
    padding-top: 50px
}
.mjmall-titlebar {
    width: 100%;
    height: 50px;
    line-height: 50px;
    background-color: #0090e4;
    position: fixed;
    top: 0;
    left: 0;
    text-align: center;
    z-index: 100
}
.mjmall-titlebar h1 {
    color: #FFF;
    font-size: 24px;
    font-size: 2.4rem;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 80%;
    margin: auto;
}
.mjmall-titlebar h1 a{
    color:#fff;
}
.mjmall-titlebar .icon-goback {
    float: left;
    width: 10px;
    height: 18px;
    margin-top: 16px;
    margin-left: 4%;
    background-image: url(/images/appmall/icon-goback@2x.png);
    background-size: 100%;
    background-repeat: no-repeat
}
.mjmall-titlebar .icon-user {
    float: right;
    width: 26px;
    height: 26px;
    margin-top: 14px;
    margin-right: 4%;
    background-size: 100%;
    background-image: url(/images/appmall/icon-user@2x.png);
    background-repeat: no-repeat
}

.mjmall-titlebar .icon-send {
    float: right;
    width: 26px;
    height: 26px;
    margin-top: 14px;
    margin-right: 4%;
    background-size: 100%;
    background-image: url(/images/appmall/icon-send@2x.png);
    background-repeat: no-repeat
}

/* chunye 
* 购物车 bottom
*/

.cart {
    position: fixed;
    bottom: 60px;
    right: 15px;
    width: 45px;
    height: 45px;
    background: url(/images/appmall/icon-cart@2x.png) no-repeat;
    background-size: 45px;
    border-radius:23px;
    display: block;
    z-index: 200;
}
.cart em {
    position: absolute;
    top: -10px;
    left: 22px;
    color:#fff;
    font-size:12px;
    font-style: normal;
    background:#ff544a;
    padding: 0px 10px;
    border:1px solid #fff;
    border-radius: 10px;
    white-space:nowrap;
    display:none;
}
.cart a {
    display: block;
    height:45px;
    width:45px;
    border-radius:23px;
}
.comment-list .ui-refresh-down {
    text-align: center;
    padding: 20px 0 0 0;
}
