@charset "utf-8";
/* CSS Document */

/*IE6对positon:fixed的单独处理修正IE6滚动抖动的bug*/
*html,*html body{
    background-image:url(about:blank);/*修正IE6滚动抖动的bug*/
    background-attachment: fixed;/*根据自己实际，非必需*/
}
html, body {
    height: 100%;
    width: 100%;
    overflow: hidden;
}
body,ol,ul,li,p,div,h1,h2,h3,h4,h5,h6,form,input,textarea,select,span,table,tr,th,td,dl,dt,dd {
    margin:0;padding:0;
    font-family:  'Microsoft YaHei', 雅黑体, SimHei, 黑体, sans-serif,OneNikeCurrency, 'TradeGothicW01-BoldCn20 675334', Helvetica, Arial, 'Heiti SC', 'ST Heiti', 华文黑体;
    box-sizing: border-box;
}
td,th{text-align: center}
ol,ul,li {
    list-style:none;
}
body {
    font-size:14px;
    font-family:"\5FAE\8F6F\96C5\9ED1";
    color:#323232;
    line-height:25px;
    background:rgb(241,241,241);
}
table {
    border-collapse:collapse;
    border-spacing:0;
    width: 100%;
    background: white;
}
a {
    color:#323232;
    text-decoration:none;
}
a:hover {
    text-decoration:none;
}
img {
    border:none;
}
em,i {
    font-style:normal;
}
.clear {
    zoom: 1;
}
.clear:after {
    content: '';
    display: block;
    clear: both;
}
.clearFloat:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.fl {
    float:left
}
.fr {
    float:right
}
.rel {
    position: relative;
}
.abs {
    position: absolute;
}
.divwidth {
    width:1024px;
    margin:0 auto;
    background:#fff;
}
#badge {
    min-width: 20px;
    padding: 0 2px;
    height: 20px;
    color: #fff;
    background-color: #f10215;
    position: absolute;
    top: -5px;
    right: -10px;
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    border-radius: 10px 10px 10px 0;
    z-index: 10;
}
.p10 {
    padding:10px
}
.headerBox {
    background: #1856a3;
    border-bottom: 1px solid #999;
    border-top: 1px solid #999;
}
.wh100 {
    height: 100%;
    width: 100%;
}
.mian-box {
    background-color:#f7f7f7;
    height:100%;
    min-width: 1366px;
}
.scroll-view {
    height: calc(100% - 58px);
    overflow-y: scroll;
    margin-right: -17px;
}
.dialogCon{
    margin-top: 30px;
}
.dialogCon .table{
    width: 95%;
    margin: 0 auto;
}
.dialogCon .table td,.dialogCon .table th{
    text-align: center;
}
.dialogCon input{
    width: 80%;
}

/* 加载页面 */
.loading-container {
    width: 100%;
    background: #ffffff;
    position: relative;
}
.loading-table {
    width: 48px;
    height: 48px;
    position: absolute;
    left: calc(50% - 24px);
    top: calc(50% - 24px);
    background: url('../images/common/bigloading.gif');
    z-index: 1;
}

/* 密码框处理黄色背景 */
input:-webkit-autofill {
    background-color: #FAFFBD;
    background-image: none;
    color: #000;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
    border: 1px solid #CCC !important;
}

/* 框架 */
.nav-md .container.body .col-md-3.left_col, .nav-sm .container.body .col-md-3.left_col {
    position: static;
}

/* 分页 */
.pagination > li > a, .pagination > li > span {
    cursor: pointer;
}

.page-list {
    display: inline-block;
    vertical-align: bottom;
    float: right;
    padding-top: 4px;
}

.page-total {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
    word-spacing: 5px;
    letter-spacing: 5px;
}
.page-list .jump{
    word-spacing: 1px;
    letter-spacing: 1px;
    margin-left: 3px;
}
.pagination {
    margin: 0;
    vertical-align: middle;
}

.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0);
    border: none;
}

.pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover, .pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover {
    background-color: rgba(0, 0, 0, 0);
}

.page-total input {
    width: 40px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    margin-right: 5px;
    padding: 0;
}

/*明厨亮灶登录页*/
.flex-col{display: flex;flex-direction: column;justify-content: space-between;}
.flex-row{display: flex;flex-direction: row;justify-content: space-between;}
.al-c{align-items: center}
.mclzHome{
    position: relative;
    width: 100%;
    height: 100%;
    background-image: url(../images/login/mclzBg.png);
    background-size: 400px;
    background-position: center;
}
.mclz_login_head{
    height: 80px;
    background: white;
    box-shadow: 0 0 4px #ddd;
}
.mclz_login_head_wrap{
    width: 1366px;
    margin:0 auto;
    height:100%;
}
.mclz_login_foot{
    position: fixed;
    bottom: 0;
    height: 50px;
    line-height: 50px;
    text-align: center;
    width: 100%;
    font-size: 12px;
}
.mclz_login_body{
    width: 1000px;
    height: 600px;
    position: absolute;
    top:calc(50% - 300px);
    left: calc(50% - 500px);
}
.mclz_login_body input.mczl_user,.mclz_login_body input.mczl_pass{
    width: 100%;
    border: none!important;
    background-color: #F0F2F7!important;
    border-radius: 23px;
    height: 45px;
    line-height: 45px;
    padding-left: 50px;
    margin:13px 0;
    box-shadow: none;
    background-repeat: no-repeat;
    background-position: 20px;
    background-size: 16px;
}
.mczl_pass{padding-right:50px;}
.mczl_user_img,.mczl_pass_img{
    width: 16px;
    height:17px;
    position: absolute;
    left: 20px;
    top:27px;
}
.invisibleImg{
    width: 30px;
    position: absolute;
    right: 20px;
    top: 22px;
    padding: 10px 5px;
    cursor: pointer;
}
.checkbox{
    width: 16px;
    height: 16px;
    margin: -2px 4px 0 2px;
    vertical-align: middle;
    display: inline-block;
    opacity: 1;
    cursor: pointer;
    user-select: none;
}
.checkbox.notcheck{background: white;border: 1px solid #9e9e9e;}
.checkbox.checked{background: url(../images/mclz/checkbox-checked.png) no-repeat center;background-size: 100%;}
.mclz_loginBtn{
    width: 100%;
    background-color: #0076FE!important;
    border-radius: 23px!important;
    height: 45px;
    font-size: 18px;
    margin-top: 40px;
    color: white;
}
.mclz_loginBtn:hover{opacity:0.8;}
.mclz_s_title,.mclz_s_subtitle{
    position: absolute;
    width: 100%;
    text-align: center;
}
.mclz_s_title{
    font-size: 24px;
    color: white;
    letter-spacing: 2px;
    top:405px;
    left: -200px;
    opacity:0;
}
.mclz_s_subtitle{
    color: rgba(255,255,255,0.6);
    top:460px;
    padding: 0 35px;
    line-height: 25px;
    right: -200px;
    opacity:0;
}
.login_s_img,.mclz_s_title,.mclz_s_subtitle{
    transition: 0.7s;
}
.login_s_img{
    top:-100px;
    opacity:0;
}
.swiper-slide-active .login_s_img,.swiper-slide-active .mclz_s_title,.swiper-slide-active .mclz_s_subtitle{opacity:1;}
.swiper-slide-active .s_img_1{top: 165px;}
.swiper-slide-active .mclz_s_title{left:0}
.swiper-slide-active .mclz_s_subtitle{right:0}
.swiper-slide-active .s_img_2{top: 170px;}
.swiper-slide-active .s_img_3{top: 50px;}

.scdpHome {
    background: url("../images/scdp/scdpLogin.png") center center;
    background-size: cover;
    position: relative;
    width: 100%;
    height: 100%;
}
.scdp_txt_one {
    position: absolute;
    color: white;
    left: 106px;
    top: 26%;
    font-size: 55px;
}
.scdp_txt_two {
    position: absolute;
    top: 49%;
    left: 106px;
    font-size: 35px;
    opacity: 0.67;
    color: white;
}
.scdp_bottom_txt {
    color: white;
    position: absolute;
    bottom: 0px;
    width: 100%;
    text-align: center;
    display: flex;
    height: 68px;
    line-height: 68px;
    background: linear-gradient(
            0deg,
            rgba(12, 112, 235, 1),
            rgba(0, 104, 233, 1),
            rgba(12, 112, 235, 1)
    );
}
.scdp_bottom_txt span {
    flex: 1;
    text-align: right;
    margin-right: 150px;
}
.scdp_bottom_txt a {
    flex: 1;
    text-align: left;
    color: white;
}
.scdp_login_container {
    position: absolute;
    top: 23.65%;
    /* left: 1221px; */
    right: 100px;
    width: 530px;
    /* height: 51.1%; */
    height: 470px;
    background-color: #fff;
    border-radius: 4px;
}
.scdp_login_container input.scdp_user,
.scdp_login_container input.scdp_pass {
    width: 100%;
    border: 1px solid rgba(197, 197, 197, 1) !important;
    background-color: white !important;
    height: 48px;
    line-height: 48px;
    padding-left: 50px;
    margin: 13px 0;
    box-shadow: none;
    background-repeat: no-repeat;
    background-position: 20px;
    background-size: 16px;
}
.scdp_login_container input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}
.scdp_user_img,
.scdp_pass_img {
    width: 24px;
    height: 24px;
    position: absolute;
    left: 16px;
    transform: translateY(-50%);
    top: 50%;
}
.scdp_loginBtn {
    height: 45px;
    width: 100%;
    color: white !important;
    background: rgba(43, 149, 231, 1);
    border-radius: 6px;
    margin-top: 10px;
}
.scdp_forget_pass {
    margin-top: 18px;
}
.scdp_forget_pass span {
    color: #00a2fd;
    cursor: pointer;
}
.scdp_remandauto {
    display: flex;
    justify-content: space-between;
}

.el-radio__inner.is-checked{
    border-color: #007DEA;
    background: #007DEA;
}
.el-radio__inner.is-checked:after {
    transform: translate(-50%,-50%) scale(1);
}
.el-radio__inner {
    border: 1px solid #bfcbd9;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    cursor: pointer;
    box-sizing: border-box;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-top: -4px;
}
.el-radio__inner:after {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #fff;
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%) scale(0);
    transition: transform .15s cubic-bezier(.71,-.46,.88,.6);
}
.el-radio__original {
    opacity: 0;
    outline: 0;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
}

.c_img_container {
    width: 100px;
    height: 100px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

.c_upload_img {
    width: 100%;
    height: 100%;
}

.c_img_control {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    opacity: 0;
    background-color: rgba(0, 0, 0, .5);
    transition: opacity .3s;
    display: flex;
    align-items: center;
    justify-content: space-between;

}

/* justify-content: space-between; 			 */
.c_img_control:before,.c_img_control:after {
    content: '';
    display: block;
}


.c_img_control:hover {
    opacity: 1;
}

.c_fullscreen_btn {
    cursor: pointer;
    width: 22px;
    height: 22px;
    background: url('../images/settingImg/icon-full.png') no-repeat;
    background-size: contain;
}

.c_del_btn {
    cursor: pointer;
    width: 22px;
    height: 22px;
    background: url('../images/settingImg/icon-del.png') no-repeat;
    background-size: contain;
}

.c_upload_btn {
    cursor: pointer;
    width: 22px;
    height: 22px;
    background: url('../images/settingImg/icon-upload.png') no-repeat;
    background-size: contain;
}