﻿.main {
    width: 830px;
    height: auto;
    background-color: #ffffff;
    box-shadow: 0px 2px 4px 0px rgba(108, 108, 108, 0.29);
    border-radius: 10px;
    margin: 50px auto;
    padding-bottom: 20px;
}

.input-groups {
    margin: 35px 0 0 187px;
}

    .input-groups > div {
        margin-bottom: 20px;
    }

.input,
.el-select,
.el-autocomplete {
    width: 420px;
    margin-right: 5px;
    flex-shrink: 0;
}

.el-select-dropdown__item {
    font-size: 16px !important;
    color: #333 !important;
}

.selsectbox .el-select__caret::before {
    content: "";
    background: url(/img/icons.png) center center no-repeat;
    background-position: -35px -82px;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.selsectbox .el-select__caret {
    transform: rotateZ(0deg) !important;
    -webkit-transform: rotateZ(0deg) !important;
    -moz-transform: rotateZ(0deg) !important;
    -ms-transform: rotateZ(0deg) !important;
    -o-transform: rotateZ(0deg) !important;
}

.add {
    font-size: 16px;
    color: rgb(32, 160, 255);
    height: 34px;
    line-height: 34px;
    padding: 0 20px;
}

    .add:hover {
        cursor: pointer;
        opacity: .8;
        filter: alpha(opacity=80);
        -webkit-filter: alpha(opacity=80);
    }

.columnTitle {
    width: 130px;
    background-color: #fafafa;
    text-align: center;
    box-sizing: border-box;
    border: 1px solid #e0e0e0;
    word-break: break-all;
    padding: 0 5px;
    height: 45px;
    line-height: 25px;
}

.columnContent {
    height: 100%;
    background-color: #fff;
    padding: 0 5px;
    position: relative;
    width: 300px;
    border: 1px solid #e0e0e0;
}

    .columnContent .text {
        padding: 5px;
        box-sizing: border-box;
        line-height: 26px;
        word-break: break-all;
        width: 100% !important;
    }

.code {
    width: 100%;
    border: 1px solid #DCDFE6;
    width: 100%;
    width: calc(100% - 110px);
    box-sizing: border-box;
    line-height: 44px;
    outline: none;
    padding: 0;
    font-size: 16px;
    border-radius: 6px;
    padding-left: 12px;
}

.jiaoyan {
    cursor: pointer;
    width: 90px;
    text-align: center;
    background-color: #33b5e5;
    border: 1px solid #1c97c5;
    border-radius: 2px;
    display: inline-block;
    vertical-align: top;
    line-height: 44px;
    color: #fff;
    border-radius: 6px
}

.submint {
    cursor: pointer;
    width: 90px;
    text-align: center;
    background-color: #33b5e5;
    border: 1px solid #1c97c5;
    border-radius: 2px;
    display: inline-block;
    vertical-align: top;
    line-height: 44px;
    color: #fff;
    border-radius: 6px;
    padding-left: 12px;
}

.phoneRegister .el-dialog{
    width:550px;
}

.flex1 {
    flex: 1;
}