﻿.tanchuang_wrap {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 100;
}

.lightbox {
    width: 100%;
    z-index: 101;
    height: 100%;
    background-color: #B0C4DE;
    filter: alpha(Opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
    position: absolute;
    top: 0px;
    left: 0px;
}

.tanchuang_neirong {
    /*width: 400px;*/
    border: 0;
    background-color: #FFF;
    position: absolute;
    z-index: 105;
    left: 50%;
    transform: translate(-50%, 0);
}

 .tanchuang_neirong table {
        background-color: white;
        margin: 0;
        border: 0;
        text-align: center;
        vertical-align: middle;
    }

 .tanchuang_neirong table tr td:last-child {
            text-align: left;
        }

.tanchuang_neirong table tr td {
            background-color: white;
            line-height: 25px;
            text-align: center;
            vertical-align: middle;
        }

 .tanchuang_neirong table tr td img {
                height: 120px;
                width: 120px;
                border-radius: 50%;
            }

.firsttb {
    font-size: 20px;
    font-weight: 400;
    border-bottom: 2px solid #f0f0f0;
}

.tbclose {
    border-radius: 2px;
    background-color: #e74b3b;
    text-align: center;
    color: #fff;
    width: 300px;
    cursor: pointer;
    margin: 0 auto;
}

    .tbclose:hover {
        background-color: #d04335;
    }

.tbadd {
    border-radius: 2px;
    background-color: #3498DB;
    text-align: center;
    color: #fff;
    width: 300px;
    cursor: pointer;
    margin: 0 auto;
}

    .tbadd:hover {
        background-color: #006633;
    }

.aclose {
    color: #FF0000;
}

    .aclose:hover {
        color: #e74b3b !important;
    }

.tanchuang_wrap input {
    transition: all 0.3s;
    width: 300px;
    height: 40px;
    border-radius: 2px;
    background-color: transparent;
    border: solid 1px #d6d8d8;
    padding-left: 15px;
    vertical-align: top;
    font-size: 14px;
    color: #333;
}
.transinput input{
    margin:4px;
}
.tanchuang_wrap select {
    transition: all 0.3s;
    width: 377px;
    height: 44px;
    border-radius: 2px;
    background-color: transparent;
    border: solid 1px #d6d8d8;
    padding-left: 15px;
    vertical-align: top;
    font-size: 14px;
    color: #333;
}
