﻿/* 
* @Author: 陆迎
* @Date:   2018-03-30 17:00:54
* @Last Modified by:   陆迎
* @Last Modified time: 2018-09-28 11:42:39
*
*/
html, body {
    font-size: 15px;
    color: #333;
    height: 100%;
    width: 100%;
}

body {
    font-family: "Microsoft YaHei",微软雅黑;
}

.middle {
    vertical-align: middle;
}
/*最大宽度*/
.maxwidth600 {
    max-width: 600px;
    margin: 0 auto;
}

/*主体*/
.content {
    position: relative;
    height: 100%;
}

.paddimg20 {
    padding: 25px 20px;
}

.content20 {
    padding: 25px 20px;
    position: relative;
    height: 100%;
}

.content15 {
    padding: 25px 15px;
    position: relative;
    height: 100%;
}

.bg-position {
    position: relative;
}

.list-margin {
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 8px;
}

li {
    list-style-type: none;
}

p {
    margin: 0 0 5px;
}

i {
    font-style: normal;
}
/*背景底色*/
.bg-white {
    background: #fff;
}

.bg-gray {
    background: #f3f3f3;
}

.bg-input {
    background-color: #f5f5f5 !important;
}

.bg-go {
    overflow: auto;
    background: url(../images/icon-more.png) no-repeat right 10px center;
    background-size: 20px 20px;
}

.borderleft {
    border-left: 0.5px solid #E5E5E5;
    border-right: 0.5px solid #E5E5E5;
}

/*下拉选择弹窗 */
.select_modal {
    bottom: 0;
    width: 100%;
    border-radius: 0 !important;
    /*max-height:600px;*/
    height:auto;
    overflow: auto;
    background:#fff;
    position:fixed;
    min-height: 250px;
    z-index:9999;
}
.select_modal .mui-scroll ,.select_modal .mui-scroll-wrapper{
     position:relative !important;
}
.select_heaer {
    overflow: auto;
    padding:10px;
}
.select_modal .select_content {
     overflow:auto;
     height:auto;
     max-height:400px;
     min-height:250px;
}
.select_content ul {
       overflow:auto;
       margin-left:-10px;
 }
.select_content ul li {
    float: left;
    padding: 8px 3px;
    background: #F5F5F5;
    border-radius: 4px;
    font-size: 14px;
    color: #333333;
    letter-spacing: 0;
    text-align: center;
    margin-right:10px;
    margin-bottom:10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100px;
}
.select_modal .selectactive{
      background: #0079FF;
      color:#fff;
}
.nonedata {
     padding:10px;
     text-align:center;
     padding-top:20px;
     font-size:16px;
}

.modal_del {
    position: absolute;
    top: 10px;
    right: 10px;
}
.modal_del img {
    width: 15px;
}
.modal_title {
    text-align: center;
}


/*字体颜色*/
.blue {
    color: #0079FF;
}

.hint {
    color: #3B6CA3;
}
/*边框*/
.bordertop {
    border-top: 0.5px solid #E5E5E5;
    padding-top: 10px;
}

.overflow {
    overflow: auto;
}
/*偏移*/
.marginleft15 {
    margin-left: 15px;
}

.marginright15 {
    margin-right: 15px;
}
.marginright5 {
    margin-right: 5px;
}
.marginleft8 {
    margin-left: 8px;
}

.mainginbottom50 {
    margin-bottom: 50px;
}
/*输入框*/
.input35 {
    height: 35px !important;
    font-size: 14px;
}

.input37 {
    height: 37px !important;
    font-size: 14px;
}

.input-readonly {
    border: none !important;
    background: none !important;
    margin: 0 !important;
    font-size: 14px;
}

.piece-input {
    border: none !important;
    background: none !important;
    margin: 0 !important;
    font-size: 14px;
    padding: 0 !important;
    height: 18px !important;
    width: 28px !important;
}

.input-select {
    border: none !important;
    background: none !important;
    margin: 0 !important;
    font-size: 14px;
    padding: 0 !important;
    height: auto;
}

input.check::-webkit-input-placeholder {
    font-size: 18px;
    color: #333333;
}

input.check::-moz-placeholder { /* Mozilla Firefox 19+ */
    font-size: 18px;
    color: #333333;
}

input.check::-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    font-size: 18px;
    color: #333333;
}

input.check:-ms-input-placeholder { /* Internet Explorer 10-11 */
    font-size: 18px;
    color: #333333;
}

input::-webkit-input-placeholder {
    color: #3B6CA3;
    font-size: 14px;
    opacity: 0.3 !important;
}

input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #3B6CA3;
    font-size: 14px;
    opacity: 0.3 !important;
}

input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #3B6CA3;
    font-size: 14px;
    opacity: 0.3 !important;
}

input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #3B6CA3;
    font-size: 14px;
    opacity: 0.3 !important;
}

img {
    vertical-align: middle;
}
/*flex  布局*/
.mui-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
}

.mui-flex-item {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
}

.flex-center {
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}

* {
    touch-action: manipulation;
}

/*字体两端对齐*/
.justify {
    text-align: justify;
}

    .justify:after {
        content: " ";
        display: inline-block;
        width: 100%;
    }

.none {
    display: none;
}
/* 浮动 居中*/
.center {
    text-align: center;
}

.fl {
    float: left;
}

.rl {
    float: right;
}

.rlwidth {
    width: 75%;
    text-align: right;
}

.overflow_fl {
    overflow: hidden;
}
/*行高*/
.lineheight18 {
    line-height: 18px;
}

.mui-table-view-cell:after {
    background-color: #e5e5e5;
}

/*按钮*/
.submit-btn {
    margin-left: 20px;
    margin-right: 20px;
}

    .submit-btn button {
        width: 100%;
        height: 50px;
        font-size: 20px;
    }

.submit100 button {
    width: 100%;
    height: 50px;
    font-size: 20px;
    border-radius: 0 !important;
}

/*复选框*/

input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    background-size: 100% auto;
    box-sizing: border-box;
    background-position: 0 0;
    background-color: white;
    border: solid 1px #0079FF;
    border-radius: 3px;
}

    input[type="checkbox"]:active {
        border: solid 1px #a4ea66;
        background-color: white;
        outline: none;
        webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border-radius: 3px;
    }

    input[type="checkbox"]:checked {
        background-position: 0 -36px;
        outline: none;
        webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background-image: url(../images/icon-checked.png);
        background-size: 100% auto;
        box-sizing: border-box;
        background-position: 0 0;
        background-color: white;
        border: solid 1px #0079FF;
        border-radius: 3px;
    }

        input[type="checkbox"]:checked:active {
            outline: none;
            webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
        }
/*单选框*/
input[type=radio] {
    /*去除浏览器默认样式*/
    -webkit-appearance: none;

    -moz-appearance: none;
    appearance: none;
    /*自定义样式*/
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 18px;
    height: 18px;
    border: 1px solid #0079FF;
    outline: none;
    cursor: pointer;
    /*设置为圆形，看起来是个单选框*/
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 18px;
    z-index: 9;
}
    /**
    * 单选框 选中之后的样式
    **/
    input[type=radio]:after {
        content: '';
        position: absolute;
        width: 10px;
        height: 10px;
        display: block;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        background: #0079FF;
        -webkit-border-radius: 12px;
        -moz-border-radius: 12px;
        border-radius: 12px;
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        transform: scale(0);
        z-index: 9;
        /*增加一些动画*/
        /*-webkit-transition : all ease-in-out 300ms;
        -moz-transition : all ease-in-out 300ms;
        transition : all ease-in-out 300ms;*/
    }
    input[type=radio]:checked {
            -webkit-appearance: none;
         -moz-appearance: none;
        appearance: none;
    }
    input[type=radio]:checked:after {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        transform: scale(1);
            -webkit-appearance: none;
         -moz-appearance: none;
        appearance: none;
    }

/*拍照*/
#picture .mui-table-view-cell {
    padding: 11px 15px;
}

.hide {
    display: none;
}

/*----------------mui.showLoading---------------*/
.mui-show-loading {
    position: fixed;
    padding: 5px;
    width: 120px;
    min-height: 120px;
    top: 45%;
    left: 50%;
    margin-left: -60px;
    background: rgba(0, 0, 0, 0.6);
    text-align: center;
    border-radius: 5px;
    color: #FFFFFF;
    visibility: hidden;
    margin: 0;
    z-index: 2000;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    opacity: 0;
    -webkit-transform: scale(0.9) translate(-50%, -50%);
    transform: scale(0.9) translate(-50%, -50%);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}

    .mui-show-loading.loading-visible {
        opacity: 1;
        visibility: visible;
        -webkit-transform: scale(1) translate(-50%, -50%);
        transform: scale(1) translate(-50%, -50%);
    }

    .mui-show-loading .mui-spinner {
        margin-top: 24px;
        width: 36px;
        height: 36px;
    }

    .mui-show-loading .text {
        line-height: 1.6;
        font-family: -apple-system-font,"Helvetica Neue",sans-serif;
        font-size: 14px;
        margin: 10px 0 0;
        color: #fff;
    }

.mui-show-loading-mask {
    position: fixed;
    z-index: 1000;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    /*background: #fff;*/
}

.mui-show-loading-mask-hidden {
    display: none !important;
}
