/* CSS Document */
* {
    touch-action: pan-y;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, input, textarea, p, blockquote, th, td, hr, button, article, footer, header, menu, nav, section {
    margin: 0;
    padding: 0;
}
b, textarea {
    font-style: normal;
    font-weight: normal;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
pre {
    white-space: pre-wrap;
    word-wrap: break-word;
}
img {
    border: none;
    vertical-align: middle;
}
input, select, textarea {
    font-size: 100%;
}
del {
    text-decoration: line-through;
}
a {
    color: #666666;
    text-decoration: none;
}
a:hover, a:link, a:visited, a:active, input:focus {
    text-decoration: none;
    list-style: none;
    transition: text-shadow 250ms ease-in 0ms,color 120ms ease-in 0ms;
}
ul, li, ol {
    list-style: none;
    text-decoration: none;
}
input {
    font-family: inherit;
    margin: 0;
    padding: 0;
    border: none;
}
th {
    text-align: inherit;
}
iframe {
    display: block;
}
i {
    font-style: inherit;
}
a:focus, input:focus {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
a, img, button, input, textarea {
    -webkit-tap-highlight-color: rgba(255,255,255,0);
}
input {
    line-height: normal;
    border: none;
    background: none;
}
input[type=submit] {
    -webkit-appearance: none;
    outline: none;
}

.flex {
    display: -webkit-flex;
    display: flex;
    display: -webkit-box;
}

.flex-1 {
    -webkit-flex: 1;
    flex: 1;
    -webkit-box-flex: 1;
}

.flex-c {
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.flex-j {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.flex-cc {
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.tc {
    text-align: center;
}

.tr {
    text-align: right;
}

/*???????*/
.clear {
    clear: both;
}
.clearfix:after {
    content: '.';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.title {
    font-size: .8rem;
    font-weight: normal;
    color: #FFFFFF;
}

/*???*/
.col-70 {
    margin-left: 2%;
    width: 68%;
}

/*??????*/
.nobor {
    border: none;
}

/*???????*/
.nopadding {
    padding: 0;
}

/*????*/
.searchbar ~ .content {
    top: 2.45rem;
}

ul {
    margin: 0;
    padding: 0;
}

.show {
    display: block;
}
.hide {
    display: none;
}
/*????????*/
/*.modal-overlay{
	background:rgba(255,255,255,0);
}*/
.header_more {
    min-width: 5.5rem;
    text-align: center;
    background: rgba(0,0,0,.75);
    border-radius: 0;
}
.header_more ul li {
    height: 2rem;
    font-size: .7rem;
    text-align: left;
    text-indent: 1.5rem;
    line-height: 2rem;
}
.header_more ul li a {
    display: block;
    color: #FFFFFF;
}
.header_more ul li a i {
    position: relative;
    padding-right: .5rem;
}
.searchbar.row {
    margin-left: 0;
    width: 100%;
}
.searchbar .col-10, .searchbar .col-15 {
    height: 100%;
    text-align: center;
}
.searchbar .icon-left, .searchbar .icon-search, .searchbar .icon-more, .bar .icon-left, .bar .icon-more {
    display: block;
    height: 100%;
    font-size: 1rem;
    line-height: 1.5rem;
}

/******** ?????? **********/
.go_top_btn {
    position: fixed;
    bottom: 0rem;
    right: .5rem;
    z-index: 100;
    width: 2rem;
    height: 2rem;
    font-size: 1rem;
    text-align: center;
    line-height: 2rem;
    color: #999999;
    border: 1px solid #D7D7D7;
    background: #FFFFFF;
    border-radius: 50%;
    -webkit-transform: translate3d(0,100%,0);
    -moz-transform: translate3d(0,100%,0);
    -o-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
    -webkit-transition: -webkit-transform .5s cubic-bezier(0,0,.25,1);
    -moz-transition: -webkit-transform .5s cubic-bezier(0,0,.25,1);
    -o-transition: -webkit-transform .5s cubic-bezier(0,0,.25,1);
    transition: transform .5s cubic-bezier(0,0,.25,1);
}
.btn_show {
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    bottom: .5rem;
}

/*???????????*/
.confrimtips_alert {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 11000;
    display: none;
    width: 13.5rem;
    margin-top: 0;
    margin-left: -6.75rem;
    color: #3D4145;
    text-align: center;
    border-radius: .35rem;
    opacity: 0;
    -webkit-transition-property: -webkit-transform, opacity;
    -o-transition-property: -o-transform, opacity;
    transition-property: transform, opacity;
    -webkit-transform: translate3d(0, 0, 0) scale(1.185);
    transform: translate3d(0, 0, 0) scale(1.185);
}
.confrimtips_alert.confrim_in {
    opacity: 1;
    -webkit-transition-duration: 400ms;
    -o-transition-duration: 400ms;
    transition-duration: 400ms;
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1);
}
.confrimtips_alert_tips {
    position: relative;
    padding: .75rem;
    border-bottom: 1px solid #B5B5B5;
    border-radius: .35rem .35rem 0 0;
}
.confrimtips_alert_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    height: 2.2rem;
    overflow: hidden;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.confrimtips_cc, .confrimtips_sc {
    position: relative;
    display: block;
    width: 100%;
    height: 2.2rem;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 .25rem;
    overflow: hidden;
    font-size: .85rem;
    line-height: 2.2rem;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    border-right: 1px solid #B5B5B5;
    -webkit-box-flex: 1;
    -ms-flex: 1;
}
.confrimtips_cc {
    border-radius: 0 0 0 .35rem;
}
.confrimtips_sc {
    border-bottom: 0;
    border-left: 0;
    border-radius: 0 0 .35rem 0;
}
.confirmbg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10600;
    width: 100%;
    height: 100%;
    visibility: visible;
    background: rgba(0, 0, 0, .4);
    opacity: 1;
    -webkit-transition-duration: 400ms;
    -o-transition-duration: 400ms;
    transition-duration: 400ms;
}

.input-lump {
    background: #FFFFFF;
    padding: .5rem;
    height: 6.4rem;
    width: 11rem;
    margin-left: -5.5rem;
    margin-top: -3.2rem;
    z-index: 10991 !important;
    display: block !important;
    opacity: 1 !important;
}

.input-lump input {
    display: block;
    font-size: .6rem;
    width: 100%;
    padding: 1rem .5rem;
}

.shadow {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #000000;
    opacity: .5;
    z-index: 10990;
}

/* add by howard 2018-12-27 */
[v-cloak] {
    display: none;
}
.footer_bar {
    box-shadow: 0px -2px 15px -3px rgba(0,0,0,.3);
    z-index: 11;
}
.mui-bar .mui-icon {
    padding-top: 4px !important;
    font-size: 22px;
}
h1.mui-title ~ a {
    font-size: 14px !important;
}
.mui-border-badge {
    display: inline-block;
    padding: 1px 4px;
    font-size: 12px;
    line-height: 1;
    color: #333333;
    border: 1px solid #000000;
    border-radius: 100px;
}
.mui-border-badge-danger, .mui-border-badge-red {
    color: #DD524D;
    border-color: #DD524D;
}

#moreBtn {
    font-size: 18px !important;
}
#moreURL {
    position: fixed;
    top: 57px !important;
    right: 6px;
}
#moreURL .mui-popover-arrow {
    left: auto;
    right: 6px;
}
#moreURL.mui-popover {
    width: 135px;
    min-height: 202px;
    height: 220px;
}
#moreURL .mui-scroll-wrapper {
    top: 0 !important;
    margin: 0;
}
#moreURL.mui-popover .mui-table-view .mui-table-view-cell:first-child, #moreURL.mui-popover .mui-table-view .mui-table-view-cell:first-child > a:not(.mui-btn) {
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}
#moreURL.mui-popover .mui-table-view .mui-table-view-cell:last-child, #moreURL.mui-popover .mui-table-view .mui-table-view-cell:last-child > a:not(.mui-btn) {
    border-bottom-right-radius: 7px;
    border-bottom-left-radius: 7px;
}
#moreURL .more-url {
    height: 44px;
    font-size: 16px;
}
#moreURL .more-url i {
    font-size: 18px;
    margin-right: 5px;
}
#moreURL .mui-table-view-cell {
    padding: 11px 15px;
}
#moreURL .mui-table-view-cell:after {
    height: 1px !important;
    background: #EEEEEE;
}
#moreURL .mui-table-view-cell:last-child:after, #moreURL .mui-table-view-cell:last-child:before {
    height: 0 !important;
}

.submitLoading {
    position: fixed;
    z-index: 9999;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: #FFFFFF;
    opacity: .95;
}
.submitLoadingCont {
    position: fixed;
    z-index: 10000;
    top: 150px;
    right: 0;
    left: 0;
    text-align: center;
}
.submitLoadingCont .line-scale-pulse-out-rapid > div {
    background: #02A9E0;
}
.submitLoadingCont .submitLoadingContTip {
    padding: 20px 0;
    font-size: 28px;
    color: #02A9E0;
}
.submitLoadingCont p {
    font-size: 16px;
    color: #333333;
}

#shopHas {
    position: relative;
}
#shopHas header {
    font-size: 12px;
}
#shopHas header.mui-bar {
    height: 148px;
    position: absolute;
    top: 0;
    z-index: 1;
}
#shopHas header.mui-bar .mui-segmented-control {
    top: 0;
}
#shopHas header .header-top {
    /* height: 44px; */
}
#shopHas header .header-left {
    width: 50%;
    line-height: 44px;
    height: 72px;
    padding: 0 8px;
}
#shopHas header .header-right {
    /* margin: 2px 0px; */
    width: 50%;
    /* line-height: 16px; */
}
.header-right p {
    color: #FFFFFF;
    padding-left: 60px;
}
#shopHas header .header-left h1 {
    margin-left: 5px;
    max-width: 70%;
    font-size: 16px;
    font-weight: 400;
    line-height: 72px;
}
#shopHas header .header-left i {
    line-height: 72px;
}
#shopHas header .header-middle {
    padding: 3px 0;
    height: 44px;
}
#shopHas header .header-search {
    position: relative;
    height: 36px;
    background: #F7F7F7;
    border-radius: 3px;
}
#shopHas header .header-search i {
    display: block;
    width: 36px;
    height: 36px;
    font-size: 20px;
    text-align: center;
    line-height: 36px;
    color: #999999;
}
#shopHas header .header-search .search-input {
    position: absolute;
    top: 5px;
    right: 37px;
    bottom: 5px;
    left: 37px;
}
#shopHas header .header-search input {
    margin: 0;
    padding: 0;
    height: 26px;
    font-size: 14px;
    line-height: 26px;
    color: #999999;
    background-color: #F7F7F7;
    border: none;
}
#shopHas header .header-bottom {
    height: 40px;
}
#shopHas header .header-bottom li {
    display: inline-block;
    margin: 0 7px;
    padding: 0 4px;
    font-size: 14px;
    line-height: 40px;
}

#shopHas header.mui-bar-nav ~ .mui-content {
    padding-top: 128px;
}
#shopHas .pageImgSlide {
    width: 100%;
    border-radius: 0;
}
#shopHas .shop_con .pageImgSlide {
    width: 96%;
    border-radius: 5px;
}

#shopNot {
    position: relative;
}
#shopNot header {
    line-height: 44px;
}
#shopNot .page-header {
    padding: 0 5px;
    max-width: 80%;
    font-size: 14px;
    line-height: 44px;
}
#shopNot .page-tips {
    position: fixed;
    top: 44px;
    right: 0;
    left: 0;
    height: 41px;
    line-height: 41px;
    border-bottom: 1px solid #EEEEEE;
}
#shopNot .page-tips h3 {
    position: absolute;
    top: 0;
    right: 40px;
    bottom: 0;
    left: 10px;
    font-size: 14px;
    font-weight: 400;
    line-height: 40px;
    color: #777777;
}
#shopNot .page-tips h3 span {
    margin-right: 4px;
}
#shopNot .page-tips i {
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
    color: #777777;
}
#shopNot .page-tips ~ .mui-content {
    padding-top: 85px;
}

#shopNot .logo {
    margin: 60px auto 20px;
    width: 105px;
    height: 105px;
}
#shopNot .logo img {
    display: block;
    width: 105px;
    height: 105px;
    border-radius: 100%;
}
#shopNot .content-tips {
    padding: 0 10px 20px;
    font-size: 14px;
    color: #666666;
}
#shopNot .page-btn {
    padding: 12px;
    margin: 0 auto 10px;
    width: 70%;
    font-size: 14px;
}

.mui-iframe-wrapper {
    position: fixed !important;
    top: 0;
    z-index: 99;
    width: 100%;
}
