.feedback {
    width: 340px;
    position: fixed;
    right: 30px;
    bottom: -9999px;
    box-shadow: 0 20px 40px 8px rgba(0, 0, 0, 0.25);
    font-size: 14px;
    border-radius: 10px 10px 0 0;
    z-index:100;
}

.feedback .feedbackHeader {
    height: 40px;
    line-height: 40px;
    border-radius: 10px 10px 0 0;
    color: #ffffff;
    text-indent: 50px;
    font-weight: normal;
    cursor: pointer;
}

.feedback .eMailIco {
    background: url("../images/emailIco.png") 16px center no-repeat #252c33;
    background-size: 21px auto;
}

.download { 
    width: 100%; 
    margin-top: 60px;
} 

:before,:after { 
    box-sizing: border-box;
} 

.download-title { 
    width: 100%;
} 

.download-table { 
    width: 100%; 
    margin-top: 28px;
} 

table { 
    border-collapse: collapse; 
    border-spacing: 0;
} 

.download-table table  { 
    width: 100%;
} 
th { 
    margin: 0; 
    padding: 0;
} 

.download-table table th  { 
    padding: 22px 10px; 
    font-size: 16px; 
    text-align: center;
} 

.download-table table th  { 
    background: #5a6470; 
    color: #fff; 
    border-right: 1px solid #fff;
} 

.download-table table th:last-child  { 
    border-width: 0;
} 

td { 
    margin: 0; 
    padding: 0;
} 

.download-table table td  { 
    padding: 22px 10px; 
    font-size: 16px; 
    text-align: center;
} 

.download-table table td  { 
    background: #e7ecf2; 
    color: #666; 
    border: solid #fff; 
    border-width: 0 1px 1px 0;
} 

.download-table table td:last-child  { 
    border-right: none;
} 

.download-table table td p  { 
    width: 100%; 
    line-height: 1.4; 
    word-wrap: break-word; 
    max-width: 700px; 
    margin: 0 auto;
} 

a { 
    color: inherit; 
    text-decoration: none; 
    cursor: pointer; 
    border: 0;
}

.download-link {
    display: block;
    background: url(../images//downimg3H.png) no-repeat center;
    width: 22px;
    height: 20px;
    margin: auto;
    transition: all .4s ease;
}

    .download-link:hover {
        background-image: url(../images//downimg3H.png);
    }

.comnes-search-down {
    position: center;
    width:50%;
    padding-top:20px;
    padding-left:20%;
}
.comnes-search-down label {
    position: relative;
    display: block;
    background-color: #f8f8f8;
}

    .comnes-search-down label input {
        display: block;
        height: 50px;
        line-height: 50px;
        background: none;
        border: 0;
        padding: 0;
    }

        .comnes-search-down label input::-webkit-input-placeholder {
            color: #999;
        }

        .comnes-search-down label input:-moz-placeholder {
            color: #999;
        }

        .comnes-search-down label input::-moz-placeholder {
            color: #999;
        }

        .comnes-search-down label input:-ms-input-placeholder {
            color: #999;
        }

        .comnes-search-down label input::-webkit-input-placeholder {
            font-size: 12px;
        }

        .comnes-search-down label input:-moz-placeholder {
            font-size: 12px;
        }

        .comnes-search-down label input::-moz-placeholder {
            font-size: 12px;
        }

        .comnes-search-down label input:-ms-input-placeholder {
            font-size: 12px;
        }

    .comnes-search-down label .submit {
        position: absolute;
        top: 0;
        right: 0;
        background: url(../images/wqicon1.png) no-repeat center center;
        width: 70px;
    }

    .comnes-search-down label .intext {
        width: 100%;
        padding: 0 80px 0 10px;
    }