/* 移动端css专用 */

.itemicon {
    padding: 2px 4px;
    border-radius: 4px;
    color: #e5ffff;
    margin-right: 5px;
}

.iconcolor1 {
    background-color: #fdb372;
}

.iconcolor2 {
    background-color: #ed796c;
}

.iconcolor3 {
    background-color: #8eaffc;
}

.iconcolor4 {
    background-color: #33d3b9;
}

.iconcolor5 {
    background-color: #61b5fd;
}

.iconcolor6 {
    background-color: #fcb47a;
}


.mob_userinfo_infovalue {
    font-weight: 600;
}

.mob_userinfo_infoname {
    font-weight: 400;
}

.mPanel.x-panel {
    border-radius: 5px !important;
   /* box-shadow: 2px 2px 3px #C2C2C2;   */
    box-shadow: 3px 3px 4px #002e52;
    margin:5px;
    background-color: #fff0;
}
.mSegmentBtn.x-container {
    box-shadow: 0px -1px 3px #e0e0e0;
    margin: 3px  0px 0px 0px;
}

.mCtnPanel.x-container {
    border-radius: 8px !important;
    box-shadow: 0px 0px 8px #C2C2C2;
}
.x-container-body-el .mLoginbk  {
background-image: radial-gradient(circle, white,#ffffff, #d0dcff);
}

.mob_selfinfo {
/*    background-color: #000000cf; */
    border-radius: 6px;
    box-shadow: 1px 1px 5px rgba(102, 102, 102, 0.4);
}


.mob_pnlinfo {
    background-color: #000000cf;
    border-radius: 6px;
    box-shadow: 0px 0px 3px rgb(0 0 0 / 70%);
}

.mob_ordersguidebar {}

.mob_ordersguidebar .iconfont {
    color: #494949;
}

.mob_ordersguidebar .x-button-plain.x-pressed .x-icon-el {
    color: #494949;
}

.mob_ordersguidebar .x-button-plain {
    color: #494949;
    font-size: 13px;
}


.mob_sortguidebar {
    z-index: 999!important;
    box-shadow: 0px 0px 5px rgba(102, 102, 102, 0.4);
}

.mob_sortguidebar .iconfont {
    color: #a6a6a6;
}

.mob_sortguidebar .x-button-plain {
    color: #a6a6a6;
    font-size: 13px;
}

.mob_sortguidebar .x-button-plain .x-icon-el {
    color: #a6a6a6;
    font-size: 13px;
}

.mob_sortguidebar .x-button-plain.x-pressed .x-icon-el {
    color: #3399FF;
}

.mob_sortguidebar .x-button-plain.x-pressed {
    color: #3399FF;
}



.mob_bottomguidebar {
    background-color: #FFF;
    z-index: 150!important;
}

.mob_bottomguidebar .iconfont {
    color: #a6a6a6;
}

.mob_bottomguidebar .x-button-plain {
    color: #a6a6a6;
    font-size: 13px;
}

.mob_bottomguidebar .x-button-plain .x-icon-el {
    color: #a6a6a6;
    font-size: 13px;
}

.mob_bottomguidebar .x-button-plain.x-pressed .x-icon-el {
    color: #3399FF;
}

.mob_bottomguidebar .x-button-plain.x-pressed {
    color: #3399FF;
}

.mob_bottomguidebar {
    position: fixed!important;
    bottom: 0px;
    top: unset!important;
    box-shadow: 0px 0px 5px rgba(102, 102, 102, 0.4);
    z-index: 999!important;
}


.mob_panelbottomline {
border-bottom : 1px solid #32404e1c !important;
}


        .nband-top {
            display:flex;
            position: relative;
            width: 100%;
            color: #2f3248;
            background-color: #fefffb;
            border-top-left-radius: 10px;
            border-top-right-radius: 10px;
        }

        .nband-top-noradius {
            display:flex;
            position: relative;
            width: 100%;
            height: 70px;
            color: #2f3248;
            background-color: #F5F5F5;
        }

        .nband-bottom {
            color: #4d5189;
            background-color: #ecf6ff;
            font-size: 13px;
            line-height: 20px;
            text-align:left;
            overflow: hidden;
            text-overflow: ellipsis;
            border-bottom-left-radius: 10px;
            border-bottom-right-radius: 10px;
            padding: 0px 0px 0px 10px;
        }
        .nband-bottom-noradius {
            color: #4d5189;
            background-color: #ecf6ff;
            font-size: 13px;
            line-height: 20px;
            text-align:left;
            overflow: hidden;
            text-overflow: ellipsis;
            padding: 0px 0px 0px 5px;
            border-bottom: 1px solid lightblue;
        }

        .nband {
           border-radius:10px;
           box-shadow: 1px 1px 5px rgba(102, 102, 102, 0.4);
        }

        .nband .check_box {
                height: 34px;
                padding: 7px 10px;
                display: block;
                background-image: url("/res/img/c_checkbox_on.png");
                background-size: 50px 100px;
                background-position: 0 0;
                background-clip: content-box;
                background-origin: content-box
        }
        .nband-noradius {
            font-size: 13px;
            font-weight: 500;
            border-top: 1px solid lightblue;
        }


        .nband-headpic {
            width: 60px;
            height: 60px;
            margin: 5px 5px 5px 10px;
            float: left;
            position:relative;
        }
        .nband-headpic img {
            width: 60px;
            height:48px;
            border-radius: 5px;
            position:absolute;
            top:0;
            right:0;
            bottom:0;
            left:0;
            margin:auto;
        }

        .nband-status {
            position: absolute;
            top: 10%;
            right: 5%;
            z-index: 150;
        }
        .nband-status_more {
            position: absolute;
            bottom: 15%;
            right:  5%;
            z-index: 200;
            padding: 0px 12px;
            background: #00000012;
            border-radius: 10px;
            color: #00000060;
            font-size: 15px;
        }
        .nband-detail {
            padding: 5px 0px;
            position: relative;
            width:100%;
        }

       .nband-title1 {
            font-size: 13px;
            font-weight: 500;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical;
            margin:0px 0px 0px 10px;
            line-height: 20px;
        }

        .nband-title2 {
            font-size: 16px;
            font-weight: 500;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical;
        }

        .nbandcontent {         /*详情使用*/
            color: #989898;
        }

        .nband2 {
           border-radius:10px;
           box-shadow: 1px 1px 5px rgba(102, 102, 102, 0.4);
           display:flex;
           width: 100%;
        }
        .nband-leftpnl {
            width: 35px;
            position:relative;
            align-items: center;
            display:flex;
        }

.mob_functionlist {}

.mob_functionlist .x-innerhtml {
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
}

.mob_functionlist .itemicon .iconfont {
    font-size: 14px;
}

.mob_functionlist .x-innerhtml,
.mob_functionlist .x-innerhtml>div {
    width: 100%;
}

.mob_functionlist .itemtip {
    float: right;
    color: #989898;
}


.mob_navilist {
    background-color:#F5F5F5;
}

.mob_navilist .x-listitem {
    background-color:#F5F5F5;
}

.mob_navilist .x-innerhtml {
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
}

.mob_navilist .itemicon .iconfont {
    font-size: 14px;
}

.mob_navilist .x-innerhtml,
.mob_navilist .x-innerhtml>div {
    width: 100%;
}

.mob_navilist .itemtip {
    float: right;
    color: #989898;
}


.x-innerhtml{width:100%}
.x-show-selection > .x-listitem.x-selected{
background-color: #ffffff;
}
.x-listitem{border:none}
.x-listitem.x-odd {
background-color: rgba(0,0,0,0);
}


.mLoginEdt.x-textfield .x-input-wrap-el
{
    border-radius: 5px;
}
.mLoginEdt.x-textfield .x-input-el
{
    margin: 0px 0px 0 30px;
}
.mLoginEdt.x-textfield .x-body-wrap-el {
    width: 100%;
}

.icon-textfield:before
{
    position: absolute;
    height: 100%;
    z-index: 9999;
    left: 10px;
    font-size: 18px;
    top: 25%;
 }

 .mSearchCtnr {
    border-radius: 100px;
}

 .mSearchEdt.x-textfield .x-input-wrap-el {
    border:none;
}

.x-big .x-field > .x-label-el {
  padding: 12px 22px 12px 10px;
}



.mzcStatus{
    text-align:center;
    font-size:12px;
    border-radius:15px;
    padding:0 6px;
    height: 16px;
    line-height: 16px;
}

.mzcStatus_inuse{
    background:#dafff9;
    color:#9393ff;
    border:1px solid #b3e9ff;
}

.mzcStatus_unused{
    background:#daffee;
    color:#00c46a;
    border:1px solid #adf8d6;
}

.mzcStatus_borrow{
    background:#d7ff5f;
    color:#657004;
    border:1px solid #afea00;
}

.mzcStatus_pending{
    background:#5DC4EA;
    color:#fff;
    border:1px solid #4abbe5;
}

.mzcStatus_repair{
    background:#FFFFCC;
    color:#6083e5;
    border:1px solid #ffd6b3;
}

.mzcStatus_scrap{
    background:#B9C2CC;
    color:#ffffff;
    border:1px solid #42d3bc;
}

.mzcStatus_accept{
    background:#ff827e;
    color:#ffffff;
    border:1px solid #ff6964;
}

.mlist-badge{
   color: #FFF;
    display: inline-block;
    background-color: #F00;
    font-size: 12px;   /*0.6rem*/
    font-weight: bold;
    padding: 3px 5px;
    line-height: 1;
    border-radius: 25px;
    position: absolute;
    top: 5px;
}

/*提示窗*/
.dialog{
		position:fixed;
		left:50%;
		bottom:15%;
		background-color:rgba(10,0,0,0.5);
		z-index:9999;
		padding:5px 10px;
		color:#fff;
		border-radius:5px;
                    inline-size: fit-content;
		transform:translate(-50%,-50%);
		-webkit-transform:translate(-50%,-50%);
		-moz-transform:translate(-50%,-50%);
		-ms-transform:translate(-50%,-50%);
		-o-transform:translate(-50%,-50%);
	}


.mlblshadow {
    text-shadow: 2px 2px 5px rgb(52, 52, 52);
}


   input::-webkit-input-placeholder {
        /* placeholder颜色  */
        color: #989898;
        /* placeholder字体大小  */
       font-size: 14px;
   }

 /*切换开关美化 */
.SwitchIcon {
            margin: 200px auto;

        }
        #toggle-button {
            display: none;
        }

        .button-label {
            position: relative;
            display: inline-block;
            width: 60px;
            height: 20px;
            background-color: #ccc;
            box-shadow: #ccc 0px 0px 0px 2px;
            border-radius: 20px;
            overflow: hidden;
        }

        .circle {
            position: absolute;
            top: 0;
            left: 0;
            width: 20px;
            height: 20px;
            border-radius: 50%;
            background-color: #fff;
        }

        .button-label .text {
            line-height: 20px;
            font-size: 14px;
            text-shadow: 0 0 2px #ddd;
        }

        .on {
            color: #fff;
            display: none;
            text-indent: 10px;
        }

        .off {
            color: #fff;
            display: inline-block;
            text-indent: 25px;
        }

        .button-label .circle {
            left: 0;
            transition: all 0.3s;
        }

        #toggle-button:checked + label.button-label .circle {
            left: 40px;
        }

        #toggle-button:checked + label.button-label .on {
            display: inline-block;
        }

        #toggle-button:checked + label.button-label .off {
            display: none;
        }

        #toggle-button:checked + label.button-label {
            background-color: #19e236;
        }
 /*切换开关美化 end */


 .mUnimMemo.x-textfield .x-input-wrap-el {
     border: 1px solid #d0d0d0;
    background-color: #fff;
    color: #404040;
    border-radius: 5px;
 }

 .mLblbutton {
    background:  #3399FF;
    border-radius: 5px;
    color: #fff;
    font-weight: 400;
    height: 30px;
    line-height: 30px;
 }

  .mLblbutton2 {
    background: #8fc352;
    border-radius: 5px;
    color: #fff;
    font-weight: 400;
    height: 30px;
    line-height: 30px;
 }

 .mLblSelectButton {
    padding: 4px 4px;
    margin: 0px 8px;
    border-radius: 5px;
    color: #34cfcf;
    font-weight: 400;
    font-size: 13px !important;
    border: solid;
    border-width: 1px;
    border-color: #34cfcf;
 }

