body {
    background: #f7f7f7;
    font-size: 13px;
}
*{
    font-size: 13px;
}

.mui-content {
    background: none;
}

::-webkit-input-placeholder { /* WebKit browsers */
    color: #aaa;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #aaa;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #aaa;
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #aaa;
}

#login {
    height: 100%;
}

#login .login-body {
    height: 100%;
}

.left {
    float: left;
}

.right {
    float: right;
}

.clear {
    clear: both;
    overflow: hidden;
}

.container {
    background: none;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: hidden;
}

.login-content {
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: hidden;
    background: url(../img/bg.png);
    background-size: cover;
}

.login-content .logo {
    display: block;
    margin: 3em auto;
    width: 50%;
}

.login-box {
    width: 80%;
    margin: 9em auto;
}

.login-box-item {
    border: 1px solid #aaa;
    border-radius: 0.5rem;
    padding: .3em 1em;
    overflow: hidden;
    margin-bottom: 2em;
}

#login .login-box .icon {
    width: 2em;
    float: left;
    margin-top: 5px;
}

#login .login-box-item input {
    padding: 10px;
    width: calc(100% - 2em);
    float: left;
    border: none;
    margin-bottom: 0;
    background: none;
}

.login-btn {
    text-align: center;
    padding: .8em 2em;
    background: #17c3e5;
    border: none;
    color: #fff;
    position: static;
    width: 100%;
    margin-top: 3em;
}

#register .login-btn {
    margin-top: 2em;
    height: 44px;
    line-height: 44px;
}

#register .login-box-item {
    padding: .1em .5em;
}

#register .login-box-item input {
    float: left;
    border: none;
    margin-bottom: 0;
    float: left;
    background: none;
}

#login .find-password {
    color: #999;
    font-size: .8em;
    margin-left: 1em;
    float: left;
}

#login .register {
    color: #999;
    font-size: .8em;
    margin-right: 1em;
    float: right;
}

.my-header {
    background: rgba(247, 247, 247, 1);
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.my-header .mui-icon {
    color: #000;
}

.mui-input-group {
    background: none;
}

.mui-input-group .my-input-row {
    margin-top: 10px;
    background: #fff;
    height: 50px;
}

.my-input-row label {
    padding: 16px 15px;
}

.my-input-row input {
    height: 50px;
}

.mui-input-row .mui-input-clear ~ .mui-icon-clear, .mui-input-row .mui-input-password ~ .mui-icon-eye, .mui-input-row .mui-input-speech ~ .mui-icon-speech {
    top: 15px;
}

.mui-input-group .mui-input-row:after {
    height: 0;
}

.mui-input-row .mui-btn.send-code, .mui-btn.send-code {
    right: 10px;
    width: 25%;
    top: 6px;
    background: rgba(54, 152, 251, 1);
    border: 1px solid rgba(54, 152, 251, 1);
	border-radius: 0.5rem;
	padding: 0.8rem 0.2rem;
}

#register .send-code {
    width: 35%;
    top: 3px;
    float: right;
    border-radius: 0.5rem;
}

.my-btn {
    position: absolute;
    bottom: 20px;
    width: 90%;
    left: 5%;
    height: 45px;
    background: #17c3e5;
    border: 1px solid #17c3e5;
    font-size: 16px;
}
.my-btn2 {
    /*position: absolute;*/
    /*bottom: 20px;*/
    /*width: 10%;*/
    /*left: 5%;*/
    /*height: 45px;*/
    background: #17c3e5;
    border: 1px solid #17c3e5;
    font-size: 8px;
}
.mine-top {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: hidden;
    background: url(../img/minetopbg.png);
    background-size: cover;
    padding: 20px 0;
}

.mine-top .mine-info {
    width: 90%;
    height: auto;
    background: #fff;
    margin: auto;
    border-radius: 5px;
    padding: 10px 20px;
}

.mine-top .mine-info .mine-info-top {
    overflow: hidden;
}

.mine-top .mine-info .header {
    width: 85px;
    max-height: 85px;
    border-radius: 50%;
    border: 1px solid #ddd;
}

.mine-top .mine-info h3 {
    font-weight: normal;
}

.mine-top .mine-info-left {
    float: left;
    padding-top: 10px;
    width: 60%;
}

.mine-top .mine-info-right {
    float: right;
}

.mine-top .mine-info-left img {
    width: 23%;
}

.mine-top .mine-info-left .mine-info-level {
    position: absolute;
}

.mine-top .mine-info-left .mine-info-level span {
    position: absolute;
    left: 31%;
    color: #fff;
    top: 3px;
}

.mine-info-item {
    margin-bottom: 10px;
}

.mine-info-item img {
    width: 18px;
    float: left;
}

.mine-info-item .text {
    height: 20px;
    display: block;
    float: left;
    line-height: 20px;
    margin-left: 5px;
    font-size: 12px;
}

.mine-info-item .number {
    color: #17c3e5;
    font-size: 12px;
}

.mine-list-item img {
    width: 28px;
    float: left;
}

.mine-list-item span {
    height: 28px;
    line-height: 28px;
    font-size: 14px;
    margin-left: 10px;
}

.mine-list-item:after {
    left: 0;
    background-color: #eee;
}

.my-view:before, .my-view:after {
    height: 0;
}

.mohe-list {
    padding: 10px 5%;
    background: #fff;
    overflow: hidden;
    margin-bottom: 10px;
	margin: 0.8rem 0.8rem;
}

.mohe-list .mohe-list-img {
    width: 30%;
    float: left;
}

.mohe-list .mohe-list-img img {
    width: 100%;
    margin-top: 20px;
}

.mohe-list .mohe-list-content {
    width: 70%;
    float: left;
    padding-left: 5%;
}

.mohe-list .mohe-list-content p {
    margin-bottom: 0;
}

.mohe-list .mohe-list-content p span:last-child {
    margin-left: 10px;
}

.my-tabs {
    background: #fff;
}

.my-tabs.mui-segmented-control.mui-segmented-control-inverted .mui-control-item.mui-active {
    color: rgba(54, 152, 251, 1);
    border-bottom: 2px solid rgba(54, 152, 251, 1);
}

.mui-segmented-control.mui-segmented-control-inverted .mui-control-item {
    color: #999;
}

.my-nav {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #fff;
    border-top: 1px solid #bbb;
}

.my-nav .mui-tab-item img {
    width: 28px;
    height: 28px;
    display: block;
    margin: auto;
}

.mui-bar-tab .mui-tab-item.mui-active {
    color: #333;
}

.my-nav span {
    font-size: 13px;
}

.my-list {
    background: none;
    padding-bottom: 100px;
}

.my-list:after {
    height: 0;
}

.my-list:before {
    background: #ddd;
}

.my-list ul {
    margin: 0.5rem 0.5rem;
    padding: 10px 20px 10px 20px;
    /* color: #999; */
    font-size: 14px;
    background: #fff;
}

.my-list ul li {
    list-style: none;
}

.my-list ul li span.left span:first-child {
    width: 80px;
    display: block;
    float: left;
}

.my-list ul li span.right {
    font-size: 12px;
}

.my-list ul li span.value {
    color: #666;
    margin-left: 5px;
}

.mg-d-sm {
    margin-bottom: 5px;
}

.white-box {
    /* background: #fff; */
	width: 90%;
	padding: 0 0.2rem;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
}

.lianmeng-info {
    background: rgba(54, 152, 251, 1);
    width: 100%;
    height: 140px;
}

.lianmeng-info .header {
    width: 70%;
    display: block;
    margin: 0.5rem 0.5rem;
    max-height: 100px;
    border-radius: 50%;
}

.lianmeng-info .chengyuan {
    width: 50%;
    background: url(../img/lianmeng.png);
    height: 23px;
    background-position: 0px;
    margin: 5px auto;
    text-align: center;
    line-height: 23px;
    color: #fff;
    font-size: 12px;
}

.lianmeng-info h3 {
    font-weight: normal;
}

.lianmeng-info p {
    color: #000;
}

.lianmeng-info .detail {
    width: 100%;
    position: absolute;
    right: 0;
    bottom: 16px;
    background: url(../img/lmxq.png);
    height: 32px;
    background-size: cover;
    color: #fff;
    text-align: center;
    font-size: 14px;
    line-height: 32px;
}

.help-list {
    color: #17c3e5;
}

.help-list:after {
    left: 0;
    color: #ddd;
}

.mui-table-view-cell.mui-active {
    background: #fff;
}

.mine-list-item .info {
    padding-right: 20px;
    font-size: 12px;
    color: #999;
}

.mine-list-item.mobile .mui-navigate-right:after {
    content: '';
}

.mui-input-group:after {
    height: 0;
}

.setting .upload img {
    width: 30px;
    margin: 10px
}

.setting .upload span {
    display: block;
    float: left;
    line-height: 30px;
    margin-top: 10px;
}

.index-item {
    padding: 20px 10px;
}

.index-item .index-item-list {
    position: relative;
}
.index-item .index-item-list .index-item-list-div{
    height: 88px;
    background-size: contain;
    text-align: center;
    line-height: 75px;
    width: 100%;
    font-size: 16px;
    color: #fff;
}

.index-item .index-item-list img {
    width: 100%;
}

.index-item .index-item-list .text {
    position: absolute;
    top: 0
}

.notice-box {
    margin-top: 10px;
    padding: 5px 0 10px 0;
}

.notice-box .header {
    padding-left: 10px;
    border-left: 3px solid #17c3e5;
}

.notice-box .content:before, .notice-box .content:after {
    height: 0;
}

.notice-box .mui-table-view-cell:after {
    left: 0;
    background-color: #ddd;
}

.product-top {
    /* padding: 10px 0; */
    height: 120px
}

.product-top .text {
    line-height: 120px;
    text-align: right;
   font-size: 1rem;
   font-weight: 500;
   font-family: 'SourceHanSansCN-Regular';
}

.product-top .text:last-child {
    text-align: left;
	font-size: 1rem;
	font-weight: 500;
	line-height: 120px;
	font-family: 'SourceHanSansCN-Regular';
}

.product-top .product-img {
     /*background: url('../../product/分组 3@3x.png') no-repeat;*/
     background: url('/p_static/img/circle.gif') no-repeat;
     width: 11rem;
     height: 11rem;
     background-size: contain;
     background-position: center center;
     text-align: center;
     line-height: 11rem;
     color: #fff;
     font-size: 30px;
     /*margin: -0.6rem 0.4rem;*/
}

.product-list .product-item {
    width: 80%;
    padding-top: 40px;
    border-radius: 10px;
}

.product-list .product-item .product-img {
    width: 30%;
    display: block;
    margin: auto;
}

.text-center {
    text-align: center;
}

.product-list .product-item .product-name {
    margin-top: 10px;
    font-weight: normal;
    margin-bottom: 20px;
}

.product-list .product-item .product-price {
    height: 40px;
    text-align: center;
    line-height: 40px;
}

.product-list .product-item .product-price div:first-child {
    background: #f88f06;
    border-bottom-left-radius: 10px;
}

.product-list .product-item .product-price div:last-child {
    background: #17c3e5;
    border-bottom-right-radius: 10px;
}

.market-header {
    width: 100%;
    background: #17c3e5;
    padding: 20px;
}

.market-header .text {
    font-size: 12px;
    color: #fff;
}

.market-header p.text {
    margin-bottom: 0;
}

.market-header .price {
    font-size: 26px;
    margin-right: 5px;
    margin-left: 5px;
}

.blank {
    color: #000;
}

.market-dialog {
    margin-top: 10px;
}

.market-dialog .tabs {
	padding: 5px 0;
    font-size: 14px;
    text-align: center;
    color:#666;
    border-bottom: 1px solid #eee;
}
.market-dialog .tabs .active{
    color:#17c3e5;
}
.market-dialog .market-form{
    padding: 5px 10px;
}
.market-dialog .market-form p{
    font-size: 13px;
    margin-bottom: 5px;
    margin-top: 5px;
}
.market-dialog .market-form strong{
    color:#17c3e5;
    margin: 0 5px;
    font-weight: normal;
}

.market-dialog .market-form input{
    width: 48%;
    font-size: 12px;
    height: 30px;
    margin-bottom: 0;
}
.market-dialog .market-form .market-btn{
    height: 34px;
    padding: 0;
    margin-top: 10px;
    font-size: 13px;
    color:#fff;
    background: #17c3e5;
    border-radius: 15px;
    border: none;
}

.market-list .market-list-item{
    padding: 10px;
}
.market-list .market-list-item img{
    width: 100%;
    margin-top: 13px;
    border-radius: 50%;
}
.market-list .market-list-item .text{
    margin-bottom: 0;
    color:#666;
}
.market-list .market-list-item .text.nick-name{
    font-size: 13px
}
.market-list .market-list-item  .small{
    font-size: 12px
}
.market-list .market-list-item .pd-n-b{
    margin-bottom: 0;
}
.market-list .market-list-item  .total-price{
    margin-top: 15px;
    color: #17c3e5;
    margin-bottom: 5px
}
.market-list .market-list-item  .market-action-btn{
    background: #17c3e5;
    width: 80%;
    color:#fff;
    display: block;
    text-align: center;
    font-size: 13px;
    height: 28px;
    line-height: 28px;
    border-radius: 15px;
    padding: 0;
    border:0;
}

.mui-preview-image.mui-fullscreen {
    position: fixed;
    z-index: 20;
    background-color: #000;
}

.mui-preview-header,
.mui-preview-footer {
    position: absolute;
    width: 100%;
    left: 0;
    z-index: 10;
}

.mui-preview-header {
    height: 44px;
    top: 0;
}

.mui-preview-footer {
    height: 50px;
    bottom: 0px;
}

.mui-preview-header .mui-preview-indicator {
    display: block;
    line-height: 25px;
    color: #fff;
    text-align: center;
    margin: 15px auto 4;
    width: 70px;
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 12px;
    font-size: 16px;
}

.mui-preview-image {
    display: none;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.mui-preview-image.mui-preview-in {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

.mui-preview-image.mui-preview-out {
    background: none;
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

.mui-preview-image.mui-preview-out .mui-preview-header,
.mui-preview-image.mui-preview-out .mui-preview-footer {
    display: none;
}

.mui-zoom-scroller {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    -webkit-backface-visibility: hidden;
}

.mui-zoom {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.mui-slider .mui-slider-group .mui-slider-item img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

.mui-android-4-1 .mui-slider .mui-slider-group .mui-slider-item img {
    width: 100%;
}

.mui-android-4-1 .mui-slider.mui-preview-image .mui-slider-group .mui-slider-item {
    display: inline-table;
}

.mui-android-4-1 .mui-slider.mui-preview-image .mui-zoom-scroller img {
    display: table-cell;
    vertical-align: middle;
}

.mui-preview-loading {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: none;
}

.mui-preview-loading.mui-active {
    display: block;
}

.mui-preview-loading .mui-spinner-white {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -25px;
    margin-top: -25px;
    height: 50px;
    width: 50px;
}

.mui-preview-image img.mui-transitioning {
    -webkit-transition: -webkit-transform 0.5s ease, opacity 0.5s ease;
    transition: transform 0.5s ease, opacity 0.5s ease;
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

p img {
    max-width: 100%;
    height: auto;
}
.my-btn-block{
    width: 90%;
    height: 38px;
    padding: 0;
    line-height: 38px;
    margin-left: 5%;
    background: #17c3e5;
    font-size: 14px;
    color: #fff;
    border: none;
}
.noneview{
    width: 60%;
    display: block;
    margin: auto;
}
