﻿body
{
    background-color:#fff;
}
.hmppb-header {
    width: 100%;
    height: auto;
    position: relative;
}

.hmppb-header a {
    display: block;
    position: relative;
    z-index: 0;
}

.hmppb-header img {
    width: 100%;
}

.dtlsBox {
    width: 800px;
    margin: 0 auto;
    margin-top: 100px;
    position: absolute;
    z-index: 1;
    left: 50%;
    bottom: 20px;
    margin-left: -400px;
}

.dtlsBox p {
    font-size: 16px;
    min-height: 82px;
    color: #fff;
    color: rgba(255,255,255,0.5);
    line-height: 180%;
}
.dtlsBox .but {
    display: none;
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 14px;
    padding: 0 5px;
    color: #FFF;
    border: 1px solid rgba(255, 255, 255, 0.5);
    -webkit-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
}
.dtlsBox .but#moreBtn {
    right: 140px;
}
.dtlsBox .imgBox {
    float: right;
    display: block;
    margin-left: 15px;
    background: #FFF;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.48);
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.dtlsBox .imgBox img {
    display: block;
    width: 120px;
    height: 80px;
}
.hmppb-search {
    text-align: center;
    margin-top: 35px;
}

.hmppb-search form {
    display: inline-block;
}

.hmppb-search form input[type=text] {
    width: 478px;
    line-height: 44px;
    padding: 0 30px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    background: #fff;
    border: 2px solid #e00b0b;
    float: left;
}

.hmppb-search form input[type=button] {
    width: 138px;
    height: 48px;
    line-height: 48px;
    background: #e00b0b;
    border: none;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    font-size: 18px;
    color: #fff;
    float: left;
    cursor: pointer;
}

.hmppb-search form input[type=button]:hover {
    background: #e43c3a;
}

.hmppb-container {
    width: 1200px;
    height: auto;
    margin: 20px auto;
    display: flex;
    align-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
}

.hmppb-container .list {
    width: 218px;
    height: auto;
    margin: 15px 10px;
    border: 1px #f2f2f2 solid;
}

.hmppb-container .list > h3 {
    width: 218px;
    height: 54px;
    font-size: 16px;
    text-align: center;
    line-height: 54px;
    background: #e00b0b;
}

.hmppb-container .list > h3 a {
    color: #ffffff;
}

.hmppb-container .list > h3 a:hover {
    text-decoration: underline;
}

.hmppb-container .list .title {
    width: 200px;
    line-height: 40px;
    overflow: hidden;
    color: #999;
    background: #f5f5f5;
    padding: 0 0 0 20px;
}

.hmppb-container .list .title span {
    display: inline-block;
    font-size: 14px;
    text-align: left;
}

.hmppb-container .list .title span:nth-child(1) {
    width: 38px;
}

.hmppb-container .list .title span:nth-child(2) {
    width: 92px;
}

.hmppb-container .list .title span:nth-child(3) {
    width: 70px;
}

.hmppb-container .list ul li {
    line-height: 50px;
    overflow: hidden;
    padding: 0 20px;
    height: 50px;
}

.hmppb-container .list ul li a {
    font-size: 14px;
    font-weight: normal;
    color: #333;
    display: inline-block;
    width: 90px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.hmppb-container .list ul li a:hover {
    color: #e00b0b;
}

.hmppb-container .list ul li span {
    font-size: 14px;
    float: right;
}

.hmppb-container .list ul li:nth-of-type(1)::before {
    background: url("../images/hmppb-paiahng.png") 0 13px no-repeat;
}

.hmppb-container .list ul li:nth-of-type(2)::before {
    background: url("../images/hmppb-paihang1.png") 0 13px no-repeat;
}

.hmppb-container .list ul li:nth-of-type(3)::before {
    background: url("../images/hmppb-paihang2.png") 0 13px no-repeat;
}

.hmppb-container .list ul li:nth-of-type(4)::before {
    content: '4';
}

.hmppb-container .list ul li:nth-of-type(5)::before {
    content: '5';
}

.hmppb-container .list ul li:nth-of-type(6)::before {
    content: '6';
}

.hmppb-container .list ul li:nth-of-type(7)::before {
    content: '7';
}

.hmppb-container .list ul li:nth-of-type(8)::before {
    content: '8';
}

.hmppb-container .list ul li:nth-of-type(9)::before {
    content: '9';
}

.hmppb-container .list ul li:nth-of-type(10)::before {
    content: '10';
}

.hmppb-container .list ul li:nth-child(2n) {
    background: #f7f7f7;
}

.hmppb-container .list ul li::before {
    content: '';
    display: block;
    float: left;
    width: 30px;
    height: 50px;
    font-size: 18px;
    text-align: center;
    font-weight: bold;
    vertical-align: middle;
    margin-right: 10px;
    color: rgba(240, 100, 49);
}

.hmppb-container .list .check-rank {
    background: #f7f7f7;
    padding: 20px 0;
    text-align: center;
}

.hmppb-container .list .check-rank a {
    background: #f39700;
    display: block;
    width: 152px;
    height: 40px;
    font-size: 18px;
    color: #fff;
    text-align: center;
    margin: auto;
    border-radius: 20px;
    line-height: 40px;
}

.hmppb-container .list .check-rank a:hover {
    background: #fdad2b;
}
.hmppb-loadmore {
    display: block;
    width: 200px;
    height: 50px;
    background: #e00b0b;
    border-radius: 50px;
    text-align: center;
    line-height: 50px;
    color: #fff;
    font-size: 18px;
    margin: 20px auto;
    cursor: pointer;
}

.hmppb-loadmore:hover {
    background: #e43c3a;
}

.hmppb-support {
    width: 1200px;
    height: 267px;
    margin: 13px auto 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hmppb-support > div {
    width: 1166px;
    height: 230px;
    box-sizing: border-box;
}

.hmppb-support > div > h6 {
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #333;
    text-align: center;
}

.hmppb-support > div > h6::before,
.hmppb-support > div > h6::after {
    display: inline-block;
    content: '';
    width: 54px;
    height: 1px;
    background-color: #666;
    vertical-align: middle;
}

.hmppb-support > div > h6::before {
    margin-right: 13px;
}

.hmppb-support > div > h6::after {
    margin-left: 13px;
}

.hmppb-support > div > ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 20px
}

.hmppb-support > div > ul > li {
    margin-bottom: 10px;
    border: 1px #f2f2f2 solid;
}

.hmppb-support > div > ul > li > a img {
    width: 108px;
}

.hmppb-footer {
    background: #333333;
}

.hmppb-footer .servers_rx span {
    background: url(../images/hmppb-dianhua.png) no-repeat;
}

.hmppb-footer .servers_kf span {
    background: url(../images/hmppb-qq.png) no-repeat;
}

.hmppb-footer .ftlink_bx a, .hmppb-footer .cpy_ewm_item p, .hmppb-footer .cpy_phnumb p {
    color: #fff;
}

.hmppb-footer .phnumb {
    background: -webkit-linear-gradient(45deg, #fbd999, #fbbb5a, #fbd999, #fbbb5a, #fbd999);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hmppb-footer .cpy_ftr p {
    color: #fff;
}


.ity_clas_lists .click-on {
    background: #e40808;
}

.ity_clas_lists .click-on a {
    color: #fff;
}
.hmppb-main {
    width: 1200px;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
}

.hmppb-main .title {
    display: block;
    margin: 40px auto;
}

.hmppb-main .title h1 {
    display: block;
    text-align: center;
    font-size: 0;
}

.hmppb-main .title h1 i {
    display: inline-block;
    width: 76px;
    height: 1px;
    background: #cccccc;
    vertical-align: middle;
}

.hmppb-main .title h1 span {
    display: inline-block;
    text-align: center;
    color: #bf3134;
    font-size: 34px;
    font-weight: 600;
    margin: 0 20px;
    vertical-align: middle;
}

.hmppb-main .title h2 {
    display: block;
    text-align: center;
    color: #666;
    font-size: 22px;
    line-height: 180%;
    font-weight: normal;
    margin: 0 auto;
    vertical-align: middle;
}

.hmppb-main > ul > li {
    width: 1190px;
    border: 1px #eeeeee solid;
    display: flex;
    padding: 24px 0;
    margin: 0 auto 30px auto;
}

.hmppb-main > ul > li:hover {
    box-shadow: 1px 1px 8px #d6d6d6;
}

.hmppb-main > ul > li::before {
    content: '';
    display: block;
    float: left;
    width: 40px;
    height: 50px;
    line-height: 50px;
    font-size: 22px;
    text-align: center;
    font-weight: bold;
    vertical-align: middle;
    margin: 25px 12px;
    color: rgba(240, 100, 49);
}

.hmppb-main > ul > li:nth-of-type(1) {
    background: url("../images/brand-details-1.png") 12px 53px no-repeat;
}

.hmppb-main > ul > li:nth-of-type(2) {
    background: url("../images/brand-details-2.png") 12px 53px no-repeat;
}

.hmppb-main > ul > li:nth-of-type(3) {
    background: url("../images/brand-details-3.png") 12px 53px no-repeat;
}

.hmppb-main > ul > li:nth-of-type(4)::before {
    content: '4';
}

.hmppb-main > ul > li:nth-of-type(5)::before {
    content: '5';
}

.hmppb-main > ul > li:nth-of-type(6)::before {
    content: '6';
}

.hmppb-main > ul > li:nth-of-type(7)::before {
    content: '7';
}

.hmppb-main > ul > li:nth-of-type(8)::before {
    content: '8';
}

.hmppb-main > ul > li:nth-of-type(9)::before {
    content: '9';
}

.hmppb-main > ul > li:nth-of-type(10)::before {
    content: '10';
}

.hmppb-main > ul > li > a:nth-of-type(1) {
    display: block;
    width: 204px;
    height: 126px;
    border: 1px #eeeeee solid;
    overflow: hidden;
    text-align: center;
}

.hmppb-main > ul > li > a:nth-of-type(1) img {
    width: 204px;
    height: 126px;
    box-sizing: border-box;
}

.hmppb-main .box {
    margin-left: 27px;
    width: 890px;
    overflow: hidden;
}

.hmppb-main .titleBox {
    display: block;
    float: left;
}

.hmppb-main .titleBox h5 {
    max-width: 290px;
    display: inline-block;
    font-size: 24px;
    color: #333;
    font-weight: 600;
    float: left;
}

.hmppb-main .titleBox h5 a {
    color: #333;
    max-width: 290px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
}

.hmppb-main .titleBox span {
    color: #666;
    font-size: 16px;
    margin-left: 26px;
    display: block;
    float: left;
    max-width: 300px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 34px;
}

.hmppb-main > ul > li > div > p > span:nth-of-type(2) {
    float: right;
    background: url("../images/brand-details-hot.png") 0 2px no-repeat;
    line-height: 30px;
    padding-left: 26px;
    color: #666;
    font-size: 16px;
    display: inline-block;
}

.hmppb-main > ul > li > div > p > span:nth-of-type(2) strong {
    color: #f39800;
    margin-left: 8px;
}

.hmppb-main .box p {
    width: 680px;
    color: #666;
    font-size: 16px;
    line-height: 30px;
    display: -webkit-box; 
    -webkit-box-orient: vertical; 
    -webkit-line-clamp: 2;
    word-break: break-all; 
    overflow: hidden;
}

.hmppb-main .ulLink {
    display: block;
    margin-top: 4px;
    height: 32px;
    overflow: hidden;
}

.hmppb-main .ulLink a {
    display: inline-block;
    padding: 0 10px;
    height: 28px;
    color: #e92e2e;
    text-align: center;
    line-height: 28px;
    font-size: 14px;
    margin-right: 10px;
    border-radius: 5px;
    background: #fff7f7;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 10px;
}

.hmppb-main .ulLink a:hover {
    color: #FFF;
    background: #da0000;
}

.hmppb-main > ul > li > div .grey {
    background: #cccccc;
}

.hmppb-main > ul > li > div .grey:hover {
    background: #cccccc;
}

.hmppb-main > ul > li > div > a:hover {
    background: #ef2626;
}

.hmppb-main .but {
    float: right;
    display: block;
    width: 140px;
    height: 44px;
    line-height: 44px;
    background: #da0000;
    font-size: 24px;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    margin: 31px 30px 0;
}

.hmppb-main .but:hover {
    background: #ffb946;
}

.hmppb-main .more {
    display: block;
    width: 300px;
    height: 52px;
    line-height: 52px;
    font-size: 18px;
    color: #e00b0b;
    text-align: center;
    border-radius: 90px;
    margin: 40px auto;
    background: #fff5f5;
    border: 1px solid #fddbdb;
}

.hmppb-main .more:hover {
    color: #e00b0b;
    background: #fddbdb;
}

.hmppb-main .gold {
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
}

.hmppb-main .gold > p {
    font-size: 30px;
    color: #f39700;
    font-weight: 600;
    line-height: 50px;
}

.hmppb-main .gold > a img {
    margin: 36px auto;
    text-align: center;
}

.hmppb-main .gold > img {
    display: block;
    margin: 0 auto;
}
.ranking-describe {
    width: 1200px;
    background: #fbf6e9;
    margin: 0 auto;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
.describeBox {
    padding: 20px;
}
.ranking-describe p {
    text-align: left;
    line-height: 160%;
    font-size: 14px;
    color: #bd9d76;
}
.ranking-describe p b {
    color: #bd9d76;
}
.ranking-describe p a {
    color: #E80003;
}

.brand_recommended {
    width: 100%;
    margin: 30px auto 0px auto;
    margin-bottom: 0;
    background: #F8F8F8;
    padding: 30px 0 40px 0;
}

.brand_title {
    display: flex;
    align-items: center;
    justify-content: center;
}

.brand_title > h2 {
    font-size: 36px;
    color: #F32C2C;
    line-height: 50px;
    font-weight: bold;
    letter-spacing: 2px;
    margin: 0 auto;
}

.brand_title > h2 a {
    color: #F32C2C;
    line-height: 50px;
}

.brand_recommended_logo,
.brand_recommended_logo > ul {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.brand_recommended_logo > ul {
    margin-top: 30px;
}

.brand_recommended_logo li {
    width: 208px;
    margin-bottom: 22px;
    margin-right: 38px;
}

.brand_recommended_logo li:hover .img {
    box-shadow: 0px 6px 8px #e0d0d0;
}

.brand_recommended_logo > ul > :nth-child(5n) {
    margin-right: 0;
}

.brand_recommended_logo li .img {
    display: block;
    width: 208px;
}

.brand_recommended_logo li .img img {
    width: 208px;
    height: 128px;
    box-shadow: 0px 2px 4px rgba(100, 100, 100, 0.2);
    border-radius: 10px;
}

.brand_recommended_logo li h3 {
    display: block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    font-size: 18px;
    color: #555555;
    line-height: 25px;
    margin: 10px auto;
}
.brand_recommended_logo li h3 a {
    color: #555555;
}

.brand_recommended_logo li p {
    display: block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    font-size: 12px;
    color: #999999;
    line-height: 25px;
}

.brand_recommended_logo li p a {
    color: #999999;
}

.brand_recommended_logo li p a:hover, .brand_recommended_logo li h3 a:hover {
    color: #F32C2C;
}

.brand_recommended .check_more {
    display: block;
    width: 124px;
    height: 42px;
    margin: 10px auto;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    line-height: 42px;
    text-align: center;
    color: #999999;
    font-size: 16px;
}

.relatedListBox ul {
    width: 1200px;
    margin: 0 auto;
    display: -webkit-flex;
    display: flex;
    justify-content: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
}

.relatedListBox li {
    display: block;
    width: 19%;
    margin-top: 15px;
    margin-left: 12px;
}


.relatedListBox li h3 {
    display: block;
}

.relatedListBox li h3 a {
    display: block;
    background: #FFF;
    color: #D50407;
    padding: 10px 10px;
    font-size: 16px;
    line-height: 120%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.relatedListBox li h3 a:hover {
    background: #FFEBEC;
    color: #D50407;
}
.relatedListBox li:last-child {
    justify-self: end; /* 最后一个靠右 */
}
footer {
    margin-top: 0;
}