* {
    margin: 0;
    padding: 0;
    line-height: 1.17;
    font-family: "PingFangSC-Light","Microsoft Yahei",sans-serif;
    color: #666;
}

@media screen and (min-width: 320px) {
    html {
        font-size: 14px;
    }
}

@media screen and (min-width: 360px) {
    html {
        font-size: 16px;
    }
}

@media screen and (min-width: 400px) {
    html {
        font-size: 18px;
    }
}

@media screen and (min-width: 440px) {
    html {
        font-size: 20px;
    }
}

@media screen and (min-width: 480px) {
    html {
        font-size: 22px;
    }
}

@media screen and (min-width: 640px) {
    html {
        font-size: 18px;
    }
}

.user-img img {
    height: 150px;
}

.user-img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    border: 1px solid #f0ad4e;
    overflow: hidden;
    margin: 50px auto;
    margin-bottom: 10px;
}

.user-name {
    text-align: center;
}

.input-content {
    width: 85%;
    margin: 30px auto;
    text-align: center;
}

    .input-content label {
        height: 30px;
        display: block;
    }

    .input-content .mui-input-group:before {
        background: none;
    }

label.tip {
    font-size: 14px;
    color: #aaa;
}

.defined input[type=text],.defined input[type=password] ,.defined input[type=number] {
    width: 85%;
    padding-left: 2px;
}

.input-content .defined i {
    color: #f0ad4e;
    padding-left: 5px;
    line-height: 40px;
}

.input-content form.mui-input-group .defined {
    border: 1px solid #f0ad4e;
    margin-bottom: 15px;
}

.input-content form.mui-input-group {
    background: none;
}

i.icon-truck:before {
    width: 24px;
    font-size: 20px;
}



/* -----index-------- */
.mui-grid-view.mui-grid-9 .mui-media .mui-icon {
    color: #f0ad4e;
}

/*loading*/
.loading {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 1000;
    background-color: rgba(0,0,0,0.1);
}

.loading span.mui-spinner {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -20px;
}

.mui-input-group .mui-input-row:after{
    background:none;
}
