
header.newbrand {
    width: 100%;
    height: auto;
	position: relative;
}
header.newbrand a{
	display: block;
	position: relative;
	z-index: 0;
}
header.newbrand img {
    width: 100%;
}
.bestDescription{
	width: 800px;
	margin: 0 auto;
	margin-top: 100px;
	position: absolute;
	z-index: 1;
	left: 50%;
	bottom: 20px;
	margin-left: -400px;
}
.bestDescription p{
	font-size: 13px;
    color: #fff;
	color: rgba(255,255,255,0.5);
	line-height: 150%;
	
}
/* 鎼滅储妗嗗紑濮� */
.newbrand-search {
    text-align: center;
    margin-top: 35px;
}

.newbrand-search form {
    display: inline-block;
}

.newbrand-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;
}

.newbrand-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;
}

.newbrand-search form input[type=button]:hover {
    background: #e43c3a;

}

/* 鎼滅储妗嗙粨鏉� */
/* 涓讳綋鍝佺墝鎺掕姒滃紑濮� */
.newbrand-container {
    width: 1200px;
    height: auto;
    margin: 20px auto;
    display: flex;
    align-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
}

.newbrand-container .list {
    width: 218px;
    height: auto;
    margin: 15px 10px;
    border: 1px #f2f2f2 solid;
}

.newbrand-container .list > h3 {
    width: 218px;
    height: 54px;
    font-size: 16px;
    text-align: center;
    line-height: 54px;
    background: #e00b0b;
}

.newbrand-container .list > h3 a {
    color: #ffffff;
}
.newbrand-container .list > h3 a:hover {
    text-decoration:underline;
}
.newbrand-container .list .title {
    width: 200px;
    line-height: 40px;
    overflow: hidden;
    color: #999;
    background: #f5f5f5;
    padding: 0 0 0 20px;
}

.newbrand-container .list .title span {
    display: inline-block;
    font-size: 14px;
    text-align: left;
}

.newbrand-container .list .title span:nth-child(1) {
    width: 38px;
}

.newbrand-container .list .title span:nth-child(2) {
    width: 92px;
}

.newbrand-container .list .title span:nth-child(3) {
    width: 70px;
}

.newbrand-container .list ul li {
    line-height: 50px;
    overflow: hidden;
    padding: 0 20px;
    height: 50px;
}

.newbrand-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;
}
.newbrand-container .list ul li a:hover{
	color: #e00b0b;
}
.newbrand-container .list ul li span {
    font-size: 14px;
    float: right;
}

.newbrand-container .list ul li:nth-of-type(1)::before {
    background: url("../images/newbrand-paiahng.png") 0 13px no-repeat;
}

.newbrand-container .list ul li:nth-of-type(2)::before {
    background: url("../images/newbrand-paihang1.png") 0 13px no-repeat;
}

.newbrand-container .list ul li:nth-of-type(3)::before {
    background: url("../images/newbrand-paihang2.png") 0 13px no-repeat;
}

.newbrand-container .list ul li:nth-of-type(4)::before {
    content: '4';
}

.newbrand-container .list ul li:nth-of-type(5)::before {
    content: '5';
}

.newbrand-container .list ul li:nth-of-type(6)::before {
    content: '6';
}

.newbrand-container .list ul li:nth-of-type(7)::before {
    content: '7';
}

.newbrand-container .list ul li:nth-of-type(8)::before {
    content: '8';
}

.newbrand-container .list ul li:nth-of-type(9)::before {
    content: '9';
}

.newbrand-container .list ul li:nth-of-type(10)::before {
    content: '10';
}

.newbrand-container .list ul li:nth-child(2n) {
    background: #f7f7f7;
}

.newbrand-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);
}

.newbrand-container .list .check-rank {
    background: #f7f7f7;
    padding: 20px 0;
    text-align: center;
}

.newbrand-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;
}

.newbrand-container .list .check-rank a:hover {
	background: #fdad2b;
}
/*鍝佺墝鎺掕缁撴潫 */
.newbrand-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;
}

.newbrand-loadmore:hover {
    background: #e43c3a;
}

/*濯掍綋鏀寔 */
.newbrand-support {
    width: 1200px;
    height: 267px;
    margin: 13px auto 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.newbrand-support > div {
    width: 1166px;
    height: 230px;
    box-sizing: border-box;
}

.newbrand-support > div > h6 {
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #333;
    text-align: center;
}

.newbrand-support > div > h6::before,
.newbrand-support > div > h6::after {
    display: inline-block;
    content: '';
    width: 54px;
    height: 1px;
    background-color: #666;
    vertical-align: middle;
}

.newbrand-support > div > h6::before {
    margin-right: 13px;
}

.newbrand-support > div > h6::after {
    margin-left: 13px;
}

.newbrand-support > div > ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 20px
}

.newbrand-support > div > ul > li {
    margin-bottom: 10px;
    border: 1px #f2f2f2 solid;
}

.newbrand-support > div > ul > li > a img {
    width: 108px;
}

/* 鏂板搧鐗屾帓琛宖ooter */
.newbrand-footer {
    background: #333333;
}

.newbrand-footer .servers_rx span {
    background: url(../images/newbrand-dianhua.png) no-repeat;
}

.newbrand-footer .servers_kf span {
    background: url(../images/newbrand-qq.png) no-repeat;
}

.newbrand-footer .ftlink_bx a, .newbrand-footer .cpy_ewm_item p, .newbrand-footer .cpy_phnumb p {
    color: #fff;
}

.newbrand-footer .phnumb {
    background: -webkit-linear-gradient(45deg, #fbd999, #fbbb5a, #fbd999, #fbbb5a, #fbd999);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.newbrand-footer .cpy_ftr p {
    color: #fff;
}

/* 琛屼笟宸查€夋嫨鏃堕珮浜� */
.ity_clas_lists .click-on{
	background: #e40808;
}
.ity_clas_lists .click-on a{
	color: #fff;
}