.banner {
    width: 100%;
    height: 300px;
    background: url(/statics/epower/img/aptitude_banner.png) no-repeat center center;
    background-size: cover;
    padding-top: 50px;
}

.banner h3 {
    height: 36px;
    font-size: 36px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 36px;
    text-align: center;
    margin-bottom: 20px;
}

.banner p {
    height: 18px;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 18px;
    text-align: center;
    margin-bottom: 55px;
}

.banner-search {
    overflow: hidden;
    width: 818px;
    margin: 0 auto;
}

.banner-input {
    width: 650px;
    height: 60px;
    background: #FFFFFF;
    border-radius: 2px 0px 0px 2px;
    line-height: 60px;
    padding-left: 15px;
    font-size: 14px;
    color: #666666;
    float: left;
}

.banner-btn {
    width: 168px;
    height: 60px;
    background: #507CF3;
    border-radius: 0px 2px 2px 0px;
    line-height: 60px;
    float: left;
    color: #fff;
    text-align: center;
    font-size: 16px;
}

.banner-btn:hover {
    color: #fff;
}

.empty-warpper {
    padding: 100px 0;
    text-align: center
}

.empty-warpper .icons .icon {
    font-size: 120px
}

.empty-warpper .txt {
    padding: 0 40px;
    margin-top: 20px;
    font-size: 14px;
    line-height: 30px;
    color: #999
}

.error-icon {
    display: block;
    width: 160px;
    height: 120px;
    margin: 0 auto;
    background: url(../../../img/error_icon2.jpg) no-repeat center center;
    background-size: contain;
}

.result-title {
    background: #F4F9FF;
    padding: 15px 20px;
}

.result-title h3 {
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    padding-left: 10px;
    float: left;
    position: relative;
}

.result-title h3:before {
    content: '';
    width: 4px;
    display: inline-block;
    background: #F85252;
    height: 18px;
    position: absolute;
    top: 4px;
    left: 0px;
}

.result-title a {
    font-size: 14px;
    color: #666666;
}

.result-title a:hover {
    color: #3c7ee5;
}

.domain-ul li {
    padding: 15px 20px;
    overflow: hidden;
    border-bottom: 1px solid #DFE3F1;
}

.domain-name {
    font-size: 14px;
    color: #333;
    float: left;
    line-height: 32px;
}

.domain-btn {
    padding: 5px 30px;
    background: #FFFFFF;
    border-radius: 2px;
    border: 1px solid #436DE0;
    font-size: 14px;
    color: #507CF3;
    float: right;
}

.domain-btn:hover {
    background: #436DE0;
    color: #fff;
}

.trade-ul li {
    padding: 30px 20px 30px 40px;
    overflow: hidden;
    border-bottom: 1px solid #DFE3F1;
}

.trade-image {
    float: left;
    width: 150px;
    height: 100px;
    border: 1px solid #DFE3F1;
    text-align: center;
    line-height: 96px;
    margin-right: 40px;
}

.trade-image img {
    max-width: 96%;
    max-height: 96%;
    vertical-align: middle;
}

.trade-info {
    overflow: hidden;
    width: 756px;
    float: left;
    padding-top: 5px;
}

.trade-info div {
    width: 33%;
    float: left;
    line-height: 30px;
    font-size: 14px;
    padding-right: 10px;
}

.trade-info div label {
    color: #999;
}

.trade-info div span {
    color: #333;
}

.trade-ul .domain-btn {
    margin-top: 36px;
}