@import 'common.scss';
.content {
    width: 1210px;
    margin-top: 20px;   
    background-color: #fff;
    box-sizing: border-box;
    padding-bottom: 112px;
    .btn-download {
        width:108px;
        height:36px;
        background:rgba(248,248,248,1);
        border-radius:2px;
        border:1px solid rgba(158,158,158,1);
        margin: 0 auto;
    }
    .btn-import {
        width:398px;
        height:36px;
        background:rgba(237,50,42,1);
        border-radius:2px;
        margin: 0 auto;
        color: #fff;
        text-align: center;
        line-height: 36px;
        font-size: 14px;
    }
    .btn-cancel {
        width:398px;    
        height:36px;
        background:rgba(248,248,248,1);
        border-radius:2px;
        border:1px solid rgba(158,158,158,1);
        margin: 0 auto;
        color: #333;
        text-align: center;
        line-height: 36px;
        font-size: 14px;
        margin-top: 10px;
    }
    .template-box {
        padding-top: 55px;
        height: 207px;
        width: 398px;
        margin: 0 auto;
        background:rgba(255,255,255,1);
        border-radius:2px;
        // border:1px solid rgba(182,182,182,1);
        // border-top: none;
        .box-header {
            width: 100%;
            box-sizing: border-box;
            height: 35px;
            position: relative;
            line-height: 35px;
            .tap {
                position: absolute;
                width: 50%;
                text-align: center;
                text-align-last: center;
                cursor: pointer;
                height: 100%;
                box-sizing: border-box;
                display: inline-block;
                border-bottom: 1px solid rgba(182,182,182,1);
                border-top: 1p solid transparent;
                border-right: none;
            }
            .tap.multi {
                border-left: none;
            }
            .tap.one {
                left: 50%;
                border-left: 1px solid rgba(182,182,182,1);
            }
            .tap.multi.selected {
                border-top: 3px solid rgba(237,50,42,1);
                border-radius:2px;
                border-bottom: none;
                border-left: 1px solid rgba(182,182,182,1);
                // border-left: none;
            }
            .tap.one.selected {
                border-top: 3px solid rgba(237,50,42,1);
                border-radius:2px;
                border-bottom: none;
                border-right: 1px solid rgba(182,182,182,1);
                border-left: 1px solid rgba(182,182,182,1);
            }
        }
        .box-body {
            width: 100%;
            height: 172px;
            border: 1px solid rgba(182,182,182,1);
            border-top: none;
            box-sizing: border-box;
            text-align: center;
            display: none;
            .tips {
                padding-top: 50px;
                padding-bottom: 35px;
                // margin: 0 auto;
                height:19px;
                font-size:14px;
                font-family:MicrosoftYaHei;
                color:rgba(51,51,51,1);
                line-height:19px;
                text-align: center;
            }
            
        }
        .box-body[name=multi] {
            display: block;
        }
    }
    .drag-upload {
        margin-top: 20px; 
        width: 398px;
        height: 263px;
        border:1px solid rgba(182,182,182,1);
        margin: 20px auto;
        text-align: center;
        padding: 40px;
        box-sizing: border-box;
        position: relative;
        .icon {
            
        }
        .filename {
            margin-top: 18px;
            margin-bottom: 30px;
        }
        .tips {
            position: absolute;
            width: 100%;
            height: 50px;
            border-top:1px solid rgba(211,211,211,1);
            left: 0;
            bottom: 0;
            line-height: 50px;
        }
    }
    .batchImport-callback {
        padding-left: 30px;
        font-size: 16px;
        .box {
            padding-top: 135px;
            padding-bottom: 262px;
            margin: 0 auto;
            width: 398px;
            height: 30px;
            text-align: center;
            .tips {
                padding-top: 20px;
                font-size: 14px;
                padding-bottom: 70px;
            }
            
        }
        .list {
            p {
                margin-bottom: 20px;
            }
        }
        .full {
            width: 100%;
        }
    }
}
.wrapper {
    height: 100%;
    margin: 0 auto;
}
body {
    background-color: #FAFAFA;
}