/* global */
html{
    height: 100%;
}
body{
    min-height: 100%;
    display: flex;
    flex-direction: column;
}
.container{
    flex: 1;
}
label{
    margin-bottom: 0 !important;
}
/* global end */

/* 步骤条 begin */
.steps{
    padding-bottom: 0;
    padding-left: 0;
    height: 52px;
}
.step-finish-class .step-icon {
    background-color: #BCBCBC;
    color: white;
    border: 2px solid #BCBCBC;
}
.step-finish-class .step-line {
    border-bottom: 5px solid #c0c4cc !important;
}

.step-icon{
    width: 25px;
    height: 25px;
    font-size: 15px;
}
.step-finish-line-bg{
    height: 6px;
    background-color: #409eff !important;
    border-bottom: 3px dashed #409eff !important;
}
.step-line{
    top: 10px;
    background-color: white !important;
    border-bottom: 3px dashed #c0c4cc ;
}
body{
    background-color: #fff;
}
.rightkeyboardr{
    height: 30px;
    width: 30px;
    position: absolute;
    right: 0px;
    top: 8px;
    opacity: 0.3;
}

/* 步骤条 end */

/* row input start */
.mui-input-row{
    display: flex;
    justify-content: space-between;
    height: 50px !important;
    align-items: center;
    border: 1px solid blue;
    margin-bottom: 7px;
}
/* row input end */

/* article title start  */
.component-title{
    font-size: 18px;
    padding: 10px;
    padding-left: 0px;
    font-weight: 400;
}
/* article title end  */

/* corner start */
.rightlab:after {
    right: 0px;
    content: '\e583';
}

.rightlab:after{
    font-family: Muiicons;
    font-size: 27px;
    line-height: 1;
    position: absolute;
    top: 50%;
    display: inline-block;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-decoration: none;
    color: #BCBCBC;
    -webkit-font-smoothing: antialiased;
}
/* corner end */


/* camera start */
.imgbox{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 2px;
}
.imgbox img{
    height: 20px;
    width: 25px;
    opacity: 0.5;
}
.imgbox span{
    padding: 0;
    font-size: 12px;
}
/* camera end */


/* bottom btn start */
.bottomprovice{
    display: flex;
    align-items: center;
    flex-direction: row;
    padding: 25px;
    justify-content: space-around;
}
.btn-block {
    display: block;
    width: 45%;
}
.btn-block+.btn-block{
    margin-top: 0 !important;
}
/* bottom btn end */












/* icon font */
@font-face {
    font-family: 'iconfont';  /* project id 297926 */
    src: url('//at.alicdn.com/t/font_297926_ap9qo29pro4.eot');
    src: url('//at.alicdn.com/t/font_297926_ap9qo29pro4.eot?#iefix') format('embedded-opentype'),
    url('//at.alicdn.com/t/font_297926_ap9qo29pro4.woff2') format('woff2'),
    url('//at.alicdn.com/t/font_297926_ap9qo29pro4.woff') format('woff'),
    url('//at.alicdn.com/t/font_297926_ap9qo29pro4.ttf') format('truetype'),
    url('//at.alicdn.com/t/font_297926_ap9qo29pro4.svg#iconfont') format('svg');
  }
  
  .iconfont{
    font-family:"iconfont" !important;
    font-size:16px;font-style:normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}