body, html {
    padding: 0;
    margin: 0;
    background: #f8f8f8;
    font-size: 10px;
}

.btn {
    outline: none !important;
}

.order-item {
    background: #ffffff;
    display: flex;
    margin: 15px;
    border-radius: 10px;
    padding: 10px;
    box-shadow: 0 0 10px #efefef;
}

.order-no {
    font-size: 13px;
    color: #666666;
}

.order-tips {
    font-size: 12px;
    background: #fffaf1;
    padding: 2px 15px;
    border-radius: 3px;
    margin-top: 0;
}

.pay-time {
    margin-top: 10px;
    font-size: 13px;
    color: #666666;
}

.btn.btn-primary:active:focus,
.btn.btn-primary:focus, .btn.btn-primary:hover {
    outline: none;
    color: #ffffff;
}

.order-list {
    list-style: none;
    padding: 10px 0 0;
}

.order-item {
    background: #ffffff;
    display: flex;
    margin: 15px;
    border-radius: 10px;
    padding: 10px;
    box-shadow: 0 0 10px #efefef;
}

.order-item.vip {
    border: 1px solid red
}

.order-item .order-icon {
    width: 60px;
    height: 60px;
}

.order-item .order-icon img {
    display: block;
    width: 60px;
    height: 60px;
}

.order-item .order-info {
    margin-left: 10px;
    flex: 1;
}

.order-item .order-name {
    line-height: 30px;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1px;
}

.order-item .order-price {
    font-size: 14px;
    color: #222222;
}

.order-item .order-price span {
    color: #fff;
    background: linear-gradient(90deg, #ff47bb 10%, #ffc05a);
    background: -moz-linear-gradient(0deg, #ff47bb 10%, #ffc05a 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 22px;
    margin-bottom: 08px;
    letter-spacing: 2.1px
}

.order-label {
    width: 40px;
    text-align: center;
    background: #efefef;
    font-size: 10px;
    display: inline-block;
    padding: 0 3px;
    border-radius: 4px
}

/*流量记录*/
.traffic-item {
    background: #ffffff;
    display: flex;
    margin: 15px;
    border-radius: 10px;
    padding: 10px;
    box-shadow: 0 0 10px #efefef;
}

.traffic-item .traffic-value {
    font-size: 14px;
    color: #222222;
}

.traffic-item .traffic-value span {
    color: #fff;
    background: linear-gradient(90deg, #ff47bb 10%, #ffc05a);
    background: -moz-linear-gradient(0deg, #ff47bb 10%, #ffc05a 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 22px;
    margin-bottom: 08px;
    letter-spacing: 2.1px
}

/*问题详情*/
.question-catalogue-tips {
    text-align: center;
    font-size: 16px;
    line-height: 30px;
    font-weight: bolder;
}

.question-catalogue {
    list-style: none;
    padding: 10px;
}

.question-catalogue li {
    position: relative;
    color: #0066CC;
    font-size: 16px;
    background: url("/static/images/pre_icon_question.png") no-repeat 0 4px;
    background-size: 16px 16px;
    padding-left: 25px;
    margin-top: 12px;
    padding-bottom: 15px;
    border-bottom: 1px dashed #efefef;
}

.question-catalogue .text {

}


.question-title {
    background: url("/static/images/topic_icon.png") no-repeat 0 0;
    background-size: 20px 20px;
    padding-right: 15px;
    padding-left: 25px;
    font-size: 15px;
    font-weight: bolder;
    color: #267cdf;
}

.question-item {
    /*border-radius: 10px;*/
    padding: 15px 10px;
    /*margin: 10px;*/
    /*box-shadow: 0 0 10px #efefef;*/
}

.question-content {
    line-height: 25px;
    margin-top: 10px;
    margin-bottom: 20px;
    padding-left: 5px;
    padding-right: 5px;
    /*padding-left: 10px;*/
    color: #666666;
    background: none;
    white-space: pre-wrap;
    word-wrap: break-word;
    border: none;
    font-size: 16px;
}
.question-content a{
    color: #0000FF;
}
.h5-tips {
    font-size: 16px;
    background: #fffaf1;
    padding: 10px 15px;
    line-height: 25px;
    /*border-radius: 3px;*/
}

/* 账户锁定功能 */
.lock-btn-group {
    text-align: center;
    padding: 20px;
}

.lock-line {
    line-height: 25px;
    padding: 2px 10px;
    font-size: 14px;
    display: flex;
}

.lock-line span {
    color: green;
    font-weight: bolder;
}
.lock-line a{
    position: absolute;
    right: 10px;
    color: #1E9FFF;
}

/* 错误页面 */
.err-page {
    display: none;
    z-index: 999;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffff;
    text-align: center;
    padding: 20px;
    box-sizing: border-box;
}

.err-page .tips {
    font-size: 16px;
    font-weight: bolder;
}

/* 第三方UI太丑 */
.mui-margin-20 {
    margin: 2rem;
}

.mui-input-item {
    display: flex;
    padding: 10px;
}

.mui-input {
    flex: 1;
    box-sizing: border-box;
    width: 100%;
    display: block;
    padding: 1rem 1rem;
    background: none;
    border: none;
    border-bottom: .1rem solid #efefef;
    font-size: 1.6rem;
}

.mui-input:hover {
    border-bottom: .1rem solid #01AAED;
}

.mui-btn {
    display: inline-block;
    border-radius: .5rem;
    background: #267cdf;
    color: #ffffff;
    border: none;
    padding: 1rem 1rem;
    text-align: center;
    font-size: 1.6rem;
    transition: background .3s;
}

.mui-btn-flex {
    flex: 1;
    display: block;
}

.mui-btn:active {
    background: #0755af;
    transition: background .3s;
}

.mui-btn:disabled {
    color: #a1a1a1;
    background: #ececec;
    transition: background .3s;
}

.mui-btn-sm {
    padding: .3rem .8rem;
    font-size: 1.4rem;
}

.night{
    color: #ffffff;
    background: #000000!important;
}

.night .layui-layer-content{
    color: #0C0C0C;
}


.night .h5-tips{
    background: #222222;
}
/* 订单列表页 */
.night .order-item {
    background: #222222;
    box-shadow: 0 0 10px #333333;
}
.night .order-tips {
    background: #444444;
}
/* 问题页 */
.night .question-item {
    background: #333333;
    box-shadow: 0 0 10px #333333;
}

.night .question-content {
    color: #ffffff;
}

.night .mui-btn-flex {
    flex: 1;
    display: block;
}

.night .mui-btn:active {
    background: #0755af;
    transition: background .3s;
}

.night .mui-btn:disabled {
    color: #a1a1a1;
    background: #333333;
    transition: background .3s;
}
.night .tmp-loading{
    display: none;
}