.upload-img {
    display: block;
    position: relative;
    margin: 0 auto;
    width: 400px;
    height: 269px;
    background-color: #f8f8f8;
    border: #CCC dashed 1px;
    border-radius: 5px;
    overflow: hidden;
}
.qq-upload-button {
    width: 100%;
    background: #fff;
    border-bottom: none;
}
.qq-upload-list-selector {
    padding-top: 0px;
    position: absolute;
    z-index: 100;
    bottom: 10px;
    width: 90%;
    left: 5%;
}
.qq-upload-button-selector {
    margin: 0px;
    outline: none;
}
.qq-upload-button-selector input {
    height: 300px;
    width: 700px;
}
#upload-btn {
    margin-top: 100px;
    color: #000 !important;
}
#suggest-text {
    color: #000 !important;
    margin-top: 20px;
}
.float-div {
    min-height: 100%;
    width: 100%;
    display: block;
    z-index: 6;
    position: absolute;
    background-color: rgba(0,0,0,.3);
}
.icon-div {
    min-height: 40%;
    top: -6%;
    width: 50%;
    right: 30%;
}
.icon-div:after {
    top: 6px !important;
    font-size: 10px;
    right: 5px !important;
    padding: 0px 5px !important;
}
.float-logo-div {
    min-height: 100%;
    //width: 30%;
    display: block;
    z-index: 6;
    position: absolute;
    background-color: rgba(0,0,0,.3);
}
.footer-logo .float-logo-div {
    right: 37%;
    top: 23%;
}
.navbar-brand .float-logo-div {
    width: 10%;
    top: 5%;
}
.float-div:after,.float-logo-div:after
{
    content: '\66F4 \6539 \56FE \7247 ';
    background-color: white;
    color: black;
    position: absolute;
    top: 10px;
    right: 10px;
    border: 1px solid #b19f9f;
    padding: 5px 12px;
    border-radius: 4px;
    cursor: pointer;
}
.float-logo-div:after {
    font-size: 10px;
    padding: 0px 5px;
}
.qq-upload-list li.qq-upload-fail {
    background-color: #a29797;
    color: #FFFFFF;
    border: 1px solid;
    border-radius: 5px;
}
.dropdown-menu li a:hover{
    cursor: pointer;
}
.dropdown-toggle {
    border-radius: 4px !important;
    width: 100px;
}
.input-group-btn a {
    text-align: left;
}
.input-group-btn .caret {
    float:right;
    margin-top:7px;
}
.btn-bg {
    top:10px;
    right:10px;
    position:absolute;
    color:#000 !important;
}
#btn-bg-top {
    top: 23px;
    z-index: 200;
}
#header_text .btn-custom {
    display: inline-table;
    display: -webkit-inline-box;
    margin-top: 40px;
    position: relative;
}
.full-div {
    min-height: 100%;
}
#app_name {
    margin-left: 20px;
    margin-top: 7px;
    color: #fff;
    font-size: 25px;
    float: left;
}
.custom-top-left {
    background: rgba(0, 0, 0, .7);
    border-radius: 5px;
    margin-bottom: 20px;
    position: fixed;
    left: 50px;
    top: 100px;
    z-index: 1000;
    padding: 25px 15px;
    cursor: move;
}
.mt-10 {
    margin-top: 10px;
}
.custom-top-left h3 {
    font-size: 18px;
    color: #fff;
    line-height: 1.333;
    border-bottom: 1px solid #fff;
    padding-bottom: 6px;
}
.custom-top-left .custom-span {
    color: #fff;
    line-height: 1.2;
}
.custom-top-left .buttons {
    margin-top: 20px;
}
@media(max-width: 768px) {
    #header .header-content .header-img.img-layer-left-front .img-layer-left,
    .img-layers.img-layer-left-front .img-layer-left {
        padding-left: 25px;
        padding-right: 25px;
    }
    img#features2_img {
        margin-bottom: 20px;
    }
}
