.invest-money {
    display: inline-block !important;
}
/*auto email*/
.email-list {
    position: absolute;
    list-style: none;
    overflow: hidden;
    background-color: rgb(255, 255, 255);
    width: 416px;
    z-index: 9;
    padding: 0;
    display: none;
    right: 37px;
}
.email-list li {
    position: relative;
    list-style: none;
    border: 1px solid #EEE;
    width: 416px;
    padding: 5px 10px;
    margin: 0;
    z-index: 9;
    cursor: pointer;
    text-overflow: ellipsis;
}
.lilight{
    background-color:#fafafa;
}
/*uploade*/
#itform_show_uplode {
    max-width: 270px;
    box-shadow: 0 1px 3px rgba(0,0,0,.4);
    border-radius: 3px;
    margin: 0 auto;
    margin-bottom: 20px;
}
.b-file {
    height: auto;
    padding: 5px 8px 5px 2px;
    position: relative;
    /*overflow: hidden;*/
    border-radius: 3px;
    background-color: #F2F2F2;
    /*background: -webkit-linear-gradient(top, #fcfcfc 0%, #f6f6f6 100%);*/
    /*background: -moz-linear-gradient(top, #fcfcfc 0%, #f6f6f6 100%);*/
    /*background: -o-linear-gradient(top, #fcfcfc 0%, #f6f6f6 100%);*/
    /*background: linear-gradient(to bottom, #fcfcfc 0%, #f6f6f6 100%);*/
    clear: both;
}
.b-file__left {
    float: left;
    padding-left: 4px;
    line-height: 0;
}
.b-file__left_border {
    border-radius: 40px;
}

.b-file__right {
    margin-left: 45px;
    height: 36px;
}

.b-file__name {
    color: #727272 !important;
    cursor: pointer;
    font-size: 13px;
    /*border-bottom: 1px dotted #36c;*/
    text-decoration: none;
}
/*.b-file__name:hover {
    color: #f00;
    border-bottom-color: #f00;
}*/

.b-file__info {
    color: #666;
    position: absolute;
    font-size: 12px;
    margin-top: 3px;
    display: none;
}

/*.b-file*/

.b-file__error {
    color: #c00;
}
.b-file__done {
    color: #458383;
}
.b-file__abort {
    top: -10px;
    right: -12px;
    width: 16px;
    height: 16px;
    position: absolute;
    color: #727272;
    cursor: pointer;
    font-size: 20px;
    border: 1px solid #727272;
    border-radius: 10px;
}
.b-file__abort .b-file-delete {
    position: absolute;
    top: -10px;
    font-style: initial;
    width: 10px;
    right: 2px;
    font-size: 16px;
    margin-top: 0!important;
}
/*.b-file_upload .b-file__abort { display: block; }*/
.b-progress {
    width: 100%;
    height: 10px;
    border: 1px solid #CBAB78;
    border-radius: 10px;
    /*box-shadow: inset 0 1px 1px rgba(0,0,0,.2);*/
    background-color: #FAFFF0;
    position: relative;
}
.b-progress__bar {
    width: 0;
    height: 8px;
    border-radius: 10px;
    background-color: #CBAB78;
    background: -webkit-linear-gradient(top, #CBAB78 0%, #CBAB78 100%); /* FF3.6+ */
    background: -moz-linear-gradient(top, #CBAB78 0%, #CBAB78 100%); /* FF3.6+ */
    background: linear-gradient(to bottom, #CBAB78 0%, #CBAB78 100%); /* FF3.6+ */
    -webkit-transition: width .5s ease-out;
    -moz-transition: width .5s ease-out;
    -ms-transition: width .5s ease-out;
    transition: width .5s ease-out;
}
.b-file__left_border canvas {
    border-radius: 40px;
    border: 2px solid #ffffff;
}
.b-file__font {
    width: 100%;
    overflow: hidden;
    text-overflow:ellipsis;
    height: 22px;
    line-height: 20px;
}
.b-dropzone,
.b-dropzone__bg {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 30000;
    position: absolute;
}
.b-dropzone__bg {
    opacity: .2;
    background-color: #2D9DD7
}
.b-dropzone__txt {
    color: #1C81C7;
    text-shadow: 0 2px 1px #113C53;
    font-size: 400%;
    font-weight: bold;
    text-align: center;
    width: 500px;
    top: 50%;
    left: 50%;
    margin: -100px 0 0 -250px;
    z-index: 30001;
    position: absolute;
}

.b-layer {
    border: 3px solid #fff;
    border-radius: 5px;
    box-shadow: 0 1px 30px #000;
    background-color: #f3f3f3;
    top: 20%;
    left: 50%;
    z-index: 30002;
    position: fixed;
    margin-left: -150px;
    margin-bottom: 100px;
}
.b-layer__h1 {
    color: #000;
    padding: 10px 10px;
    width: 300px;
    overflow: hidden;
    background-color: #F2F2F2;
}
.b-layer__img {
    padding: 5px 10px;
    text-align: center;
    border-top: 2px solid #fff;
}
.b-layer__info {
    padding: 2px 15px;
    border-top: 2px solid #fff;
    display: none;
}
.b-layer__info div {
    width: 280px;
    overflow: hidden;
    white-space: nowrap;
}