html,body,div,p,form,label,ul,li,dl,dt,dd,ol,img,button,b,em,strong,small,h1,h2,h3,h4,h5,h6{margin:0;padding:0;border:0;list-style:none;font-style:normal;}
a{
    color: inherit;
    text-decoration: none;
}
a:hover{
    color: inherit;
}
.wrapper{
    width: 1200px;
    margin: 0 auto;
}
.container{
    width: 100%;
}
.pdv1{
    width: 100%;
    height: 100%;
    /* position: fixed; */
    background: url(../img/bg2.png);
    background-size: cover;
    background-position: center;
    overflow: hidden;
}
.login-con{
    width: 780px;
    background: #eff0f1;
    margin: 165px auto 0 auto;
    padding: 50px 54px;
    box-sizing: border-box;
}
.login-con .login-title{
    width: 100%;
    text-align: center;
    color: #000000;
    font-size: 30px;
}
.login-form{
    width: 100%;
    margin-top: 42px;
}
.login-form .form-li{
    border-bottom: 1px solid #ccc;
    display: flex;
    align-items: center;
}
.login-form .form-li input{
    width: 100%;
    height: 60px;
    font-size: 18px;
    border: none;
    background: none;
}
.login-form .form-li1{
    display: flex;
    justify-content: flex-end;
    margin-top: 28px;
    border-bottom: none;
}
.login-form .form-li1 a{
    font-size: 18px;
    color: #666;
}
/*.login-form .form-btn{
    width: 320px;
	height: 40px;
	background-color: #dd3329;
    color: #fff;
    font-size: 18px;
    text-align: center;
    line-height: 40px;
    margin: 60px auto 0 auto;
}*/
.footer{
    width: 560px;
    margin: 130px auto 70px auto;
    font-size: 14px;
    color: #666;
}
.footer .footer-top{
    width: 100%;
    display: flex;
    justify-content: center;
}
.footer .footer-top img{
    width: 20px;
    height: 20px;
    margin-right: 12px;
}
.footer .footer-bottom{
    margin-top: 20px;
    font-size: 14px;
    color: #666;
    width: 100%;
    text-align: center;
}
.login-form .form-li input.getcode{
    width: 116px;
	height: 42px;
	background-color: #f2615b;
	border-radius: 4px;
    font-size: 18px;
    color: #fff;
    text-align: center;
    line-height: 42px;
}
.header1{
    width: 100%;
    height: 50px;
}
.header1-con{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 50px;
}
.header1-con-right{
    display: flex;
}
.header1-con-right .header1-con-right-item{
    font-size: 15px;
    display: flex;
    align-items: center;
    margin-left: 40px;
    cursor:pointer;
}
.header1-con-right .header1-con-right-item img{
    width: 20px;
    height: 20px;
    margin-right: 10px;
}
.header2{
    width: 100%;
    height: 50px;
    background: #dd3329;
}
.header2-con-right{
    display: flex;
}
.header2-con-right a{
    display: block;
    width: 116px;
	height: 50px;
    color: #fff;
    line-height: 50px;
    text-align: center;
    font-size: 14px;
}
.header2-con-right a:hover{
    background: #e7554c;
}
.header2-con-right a.active{
    background: #e7554c;
}
.header2-con-left{
    font-size: 20px;
    color: #fff;
}
.header3{
    width: 100%;
    height: 40px;
    background: #f1f1f1;
}
.header3-con{
    width: 1200px;
    margin: 0 auto;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header3-con .header3-con-l{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 38px;
}
.header3-con .header3-con-l-item{
    width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 38px;
}
.header3-con .header3-con-l-item.active{
    border-bottom: 2px solid #f2615b;
}
.header3-con .header3-con-l img{
    margin-left: 12px;
    width: 12px;
    height: 12px;
}
.header3-con-r{
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    width: 118px;
    justify-content: center;
    display: flex;
}
.consumer-pdv1{
    width: 100%;
    margin: 50px auto;
}
.consumer-pdv1-top{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.consumer-pdv1-top-l{
    display: flex;
    align-items: center;
}
.consumer-pdv1-top-l .allCheck{
    display: flex;
    align-items: center;
    font-size: 14px;
}
.consumer-pdv1-top-l .allCheck input{
    width: 14px;
    height: 14px;
    margin-right: 14px;
}
.consumer-pdv1-top-l .uploading{
    margin-left: 30px;
    width: 100px;
	height: 40px;
	background-color: #f2615b;
    color: #fff;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
}
.consumer-pdv1-top-l .delete-btn{
    margin-left: 10px;
    width: 70px;
	height: 40px;
	background-color: #b3b3b3;
    color: #fff;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    cursor:pointer;
}
.consumer-pdv1-top-r{
    display: flex;
    align-items: center;
}.checkDate{
    display: flex;
}.checkDate .render{
    width: 205px;
	/* height: 40px; */
	border: solid 1px #dddddd;
    padding: 0 10px;
    box-sizing: border-box;
    position: relative;
    font-size: 14px;
}
.checkDate .render input {
    width: 100%;
    height: 40px;
    border: none;
}
.checkDate .render img {
    width: 21px;
    height: 23px;
    position: absolute;
    top: 9px;
    right: 10px;
}
.checkDate-input{
    margin-left: 10px;
}
.checkDate-input input{
    width: 180px;
	height: 40px;
	border: solid 1px #dddddd;
    padding: 0 10px;
}
.checkDate-checkbtn{
    margin-left: 12px;
}
.checkDate-checkbtn button{
    width: 70px;
	height: 40px;
	background-color: #f2615b;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    color: #fff;
}
.table{
    width: 100%;
    margin-top: 30px;
}
.table .orderNumber{
    margin-left: 10px;
    width: 30px;
    text-align: center;
    display: inline-block;
}
.table th.textC{
    text-align: center;
}
.table td.textC{
    text-align: center;
}
.table td.data-backup{
    display: flex;
    justify-content: center;
    height: 46px;
    align-items: center;
}
.table td.data-backup button{
    background: none;
}
.layui-table th{
    border-width: 0;
}
.layui-table thead th{
    font-weight: 600;
}
.layui-table td{
    border-width: 0;
}
.layui-table{
    color: #333;
}
.layui-table tr{
    border-bottom: 1px solid #eee;
    height: 46px;
}
.pagination{
    width: 675px;
    margin: 50px auto;
    display: flex;
    color: #666;
}
    .pagination .layui-laypage {
        margin: 0 auto;
    }
    .pagination button{
    background: none;
    color: #666;
}
.pagination .btn-prev{
    width: 78px;
	height: 40px;
    border: solid 1px #cccccc;
    font-size: 16px;
    border: solid 1px #cccccc;
    text-align: center;
    line-height: 40px;
}
.pagination button:hover{
    background: #f2615b;
    color: #fff;
}
.pagination ul{
    margin: 0 10px;
    overflow: hidden;
}
.pagination ul li{
    float: left;
    padding: 0;
    margin-top: 0;
    display: block;
    width: 38px;
	height: 38px;
    font-size: 12px;
    line-height: 38px;
    text-align: center;
    margin: 0 2px;
}
.pagination ul li.number{
    border: solid 1px#eaeaea;
}
.pagination ul li.active{
    color: #fff;
    background:#f2615b;
    border: none;
    border: solid 1px#f2615b;
}
.pagination .totall{
    margin-left: 20px;
    display: flex;
    align-items: center;
}
.pagination .totall .totall_in{
    width: 40px;
    height: 40px;
    border: 1px solid #eaeaea;
    text-align: center;
}
.pagination .totall button{
    margin-left: 10px;
    width: 58px;
	height: 40px;
	background-color: #f0f0f0;
    border: solid 1px #eaeaea;
    font-size: 16px;
    text-align: center;
    line-height: 40px;
    color: #666;
}
.totall_in{
    margin: 0 8px;
}
.consumer-footer{
    margin: 0;
    height: 106px;
    padding: 24px 0 30px 0;
    box-sizing: border-box;
    width: 100%;
    border-top: 1px solid #ddd;
}
.table .person{
    margin-left: 10px;
}
.addReport{
    display: flex;
    justify-content: center;
    width: 100%;
    padding-top: 198px;
}
.addReport img{
    width: 12px;
    height: 12px;
    margin-right: 15px;
}
.addReport-text{
    width: 100%;
    margin-top: 18px;
    font-size: 12px;
    color: #666;
    text-align: center;
}
.addReport-con{
    width: 249px;
	height: 47px;
	background-color: #f2615b;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 14px;
}
.operate{
    width: 100%;
    display: flex;
    margin-bottom: 50px;
}
.operate .operate-l{
    width: 142px;
	height: 47px;
	background-color: #f2615b;
    color: #fff;
    font-size: 14px;
    text-align: center;
    line-height: 47px;
}
.operate .operate-r{
    margin-left: 10px;
    width: 142px;
	height: 47px;
	border: solid 1px #cdcdcd;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}
.operate .operate-r img{
    margin-right: 15px;
}
.report-li{
    height: 55px;border-bottom: 1px solid #eee;line-height: 55px;
    display: flex;
    justify-content: space-between;
}
.report-li-l{
    display: flex;
    align-items: center;
}
.report-li-l span{
    margin-left: 15px;
    font-size: 14px;
}
.report-li-r{
    color: #999;
    font-size: 14px;
}
.avatar-img{
    width: 32px;
    height: 32px;
}
.data-backup a{
    font-size: 14px;
}
.data-backup a:hover{
    color: #f2615b;
}
.layui-table td{
    padding: 0 15px;
}
.infor{
    width: 100%;
    padding: 22px 25px;
    box-sizing:border-box;
    display: flex;
    margin-top: 30px;
    background: #f2f2f2;
    align-items: center;
}
.infor-l img{
    width: 134px;
    height: 160px;
}
.infor-r{
    margin-left: 35px;
}
.infor-r p{
    font-size: 14px;
    line-height: 30px;
}
.add-form{
    width: 672px;
    margin: 100px auto 140px auto;
}
.add-form-li{
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
    font-size: 14px;
    border-bottom: 1px solid #eee;
}
    .add-form-li span {
        color: #666;
        width: 34%;
        text-align: center;
    }
.add-form-li input{
    width: 80%;
    height: 100%;
    border: none;
}
.add-form .buttonCon{
    margin-top: 50px;
    display: flex;
    width: 100%;
    justify-content: center;
}
.add-form .buttonCon button{
    width: 200px;
	height: 40px;
	background: #dd3329;
    color: #fff;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
}
.add-form .buttonCon button.btn2{
    margin-left: 10px;
    background: #b3b3b3;
}
.add-form-li button{
    width: 76px;
	height: 32px;
	background-color: #f2615b;
	border-radius: 4px;
    color: #fff;
    text-align: center;
    line-height: 32px;
    font-size: 14px;
}
.qx {
    display: inline-block;
    margin: 0 0 -1px -1px;
    padding: 5px 10px 5px 8px;
    line-height: 20px;
    height: 20px;
    border: solid 1px #eee;
    color: #2b2b2b;
    font-size: 12px;
    text-decoration: none;
    background: #fafafa;
    white-space: nowrap;
    word-break: break-all;
}

    .qx i {
        margin-right: 3px;
        font-size: 14px;
    }

    .qx span {
        display: inline-block;
    }

.bt {
    background-color: #fff;
    border: 0px;
    cursor:pointer;
}

.btn {
    width: 200px;
    height: 40px;
    background: #dd3329;
    color: #fff;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    border: saddlebrown;
    cursor:pointer;
}

.tc {
    background-color: #fff;
    border: #fff;
    cursor:pointer;
}

.cx {
    width: 70px;
    height: 40px;
    background-color: #f2615b;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    color: #fff;
    border: #fff;
    cursor:pointer;
}

.btn-prev {
    width: 78px;
    height: 40px;
    border: solid 1px #cccccc;
    font-size: 16px;
    border: solid 1px #cccccc;
    text-align: center;
    line-height: 40px;
}

.btn-prev {
    width: 78px;
    height: 40px;
    border: solid 1px #cccccc;
    font-size: 16px;
    border: solid 1px #cccccc;
    text-align: center;
    line-height: 40px;
}

/*±¨¸æµ¯´°*/
.layui-layer-content {
    padding: 10px;
}

    .layui-layer-content #title {
        color: red;
        line-height: 60px;
        text-align: center;
    }

    .layui-layer-content table {
        width: 100%;
    }

        .layui-layer-content table td, .layui-layer-content table th {
            border: 1px solid #666;
            line-height: 31px;
            text-align: center;
        }

    .layui-layer-content .report-content {
        padding: 15px;
        margin: 15px 0;
    }

        .layui-layer-content .report-content th {
            background: #e6e4e4;
        }

    .layui-layer-content .area {
        display: flex;
        margin: 20px 0;
    }