* {
    margin: 0;
    padding: 0;
}

:root {
    --text-p-grey: #333333;
    --text-p-red: #c52c16;
    --text-discrition: #a06923;
    --text-title: #919191;
    --test-p-white: #fff;
}

ul li {
    list-style: none;
}

a {
    text-decoration: none;
}

h3 {
    font-size: 35px;
    letter-spacing: 2px;
    color: #ec360d;
    position: relative;
    text-align: center;
}

body {
    background-color: #ff471c;
}

.year-end {
    width: 1903px;
    margin: auto;
}

/* @media screen and (min-width:1900px) {
    .year-end {width: 1920px;margin: auto;}
} */

.logo {
    position: absolute;
    top: 31px;
    left: -4rem;
}

@media screen and (max-width:1900px) {
    .year-end {
        width: 100%;
    }
}

.year-end-header {
    background: url(https://image.evget.com/2023/11/30/2023BJ_01_01zyl99a36y3psj7i9.png) no-repeat;
    height: 572px;
    background-size: 100% 100%;

}
.year-end-haoli{
    background: url(https://image.evget.com/2023/11/30/2023BJ_01_02v7beviqx7tnv1prm.jpg) no-repeat;
    height: 1012px;
    background-size: 100% 100%;
}

.year-end-gift {
    position: relative;
}

.year-end-gift h3 {
    font-family: SourceHanSansCN-Heavy;
    font-size: 40px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 43px;
    letter-spacing: 2px;
    color: #fffefc;
    padding-top: 46px;
}

.year-end-gift .gift-up {
    position: absolute;
    background: url(./images/qiepian_28.png);
    display: flex;
    width: 1134px;
    height: 91px;
    top: 19rem;
    justify-content: center;
    left: calc(100% - 94.5%);
}

.gift-up-item {
    display: flex;
    position: relative;
    top: -110px;
}

.gift-up-item .item-img {
    position: relative;
}

.gift-up-item:nth-child(1) .item-img {
    left: 67px;
}

.gift-up-item:nth-child(2) .item-img {
    left: 34px;
}

.gift-up-item:nth-child(3) .item-img {
    left: -10px;
}

.gift-up-item .item-text {
    background: url(./images/qiepian_06.png);
    width: 233px;
    height: 147px;
    position: relative;
    top: -28px;
}
.gift-up-item .item-text::before{
    position: absolute;
    content: "送";
    font-family: SourceHanSansCN-Bold;
	font-size: 29px;
	color: #ec3c00;
    top: -5px;
    left: -19px;
    width: 58px;
    text-align: center;
    font-weight: 600;
	height: 59px;
    line-height: 58px;
    background: url(./images/qiepian_18.png);
}

.gift-up-item:nth-child(1) .item-text {
    left: 40px;
}

.gift-up-item:nth-child(2) .item-text {
    left: 15px;
}

.gift-up-item:nth-child(3) .item-text {
    left: -30px;
}

.gift-up-item .item-text p {
    transform: rotate(337deg);
    position: relative;
    top: 45px;
    left: 10px;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 23px;
    letter-spacing: 0px;
    color: #ffffff;
}

.gift-up-item .item-text .price {
    font-size: 15px;
    letter-spacing: 0px;
    color: #ffffff;
    left: 52px;
    top: 30px;
    font-weight: 300;
}

.gift-up-item:nth-child(3) .item-text .price {
    left: 35px;
    top: 37px;
}

.year-end-gift .gift-down {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    justify-content: center;
    justify-items: center;
    width: 1200px;
    position: absolute;
    bottom: 13.7rem;
    left: calc((100% - 1200px)/2);
}

.year-end-gift .gift-down::after {
    position: absolute;
    content: "";
    width: 93%;
    height: 2px;
    background-color: #f18545;
    left: 42px;
    bottom: -27px;
}

.gift-down .gift-down-item {
    text-align: center;
}

.gift-down .gift-down-item p {
    font-size: 19px;
    font-weight: 600;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #f23a05;
    padding: 10px 0 7px 0;
}

.gift-down .gift-down-item span {
    font-size: 15px;
    font-weight: 300;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #f23a05;
}

.gift-down .gift-down-item .photo {
    width: 211px;
    height: 190px;
    background: url(./images/qiepian_35.png);
    margin-bottom: 10px;
    position: relative;}
.gift-down .gift-down-item .photo::before{
    position: absolute;
    top: 5px;
    left: 8px;
    content: "送";
    font-size: 19px;
	color: #ec3c00;
    font-weight: 600;
}

.gift-rule {
    position: absolute;
    bottom: 48px;
    left: 20rem;
}

.gift-rule ul::before {
    position: absolute;
    content: "活动规则";
    top: 0;
    left: -115px;
    width: 88px;
    height: 28px;
    color: #d12808;
    line-height: 28px;
    text-align: center;
    background-image: linear-gradient(90deg,
            #fff896 4%,
            #ffcb68 100%),
        linear-gradient(#f33419,
            #f33419);
    background-blend-mode: normal,
        normal;
    border-radius: 14px;
    border: solid 1px rgba(255, 237, 119, 0.84);
    font-weight: 600;
}

.gift-rule ul li {
    font-size: 13px;
    font-weight: 600;
    font-stretch: normal;
    line-height: 28px;
    letter-spacing: 1px;
    color: #a04c03;
}

.gift-rule img {
    position: absolute;
    right: -10rem;
    top: -1rem;
}

.year-end-discount {
    background: url(./images/2023BJ_02.jpg) no-repeat;
    height: 1283px;
    background-size: 100% 100%;
}

.yead-end-product {
    background: url(./images/2023BJ_03.jpg);
    background-size: 100% 100%;
    height: 78.5rem;
}

.year-end-customer {
    background: url(./images/2023BJ_04.jpg) no-repeat;
    height: 54.562rem;
    background-size: 100% 100%;
}

.year-end-perferece {
    background: url(./images/2023BJ_05.jpg) no-repeat;
    height: 79.5rem;
    background-size: 100% 100%;
}

.year-end-footer {
    background: url(./images/2023BJ_06.jpg) no-repeat;
    height: 57.5rem;
    background-size: 100% 100%;
}

.year-end-head {
    width: 1012px;
    height: 405px;
    margin: auto;
    padding-top: 100px;
    position: relative;
}

.year-end-gift {
    background: url(./images/2023BJ_11.png);
    width: 1273px;
    height: 920px;
    margin: 0px auto 0;
}

.year-end-discount .zixun,
.yead-end-product .zixun{
    display: inline-block;
    width: 190px;
	height: 45px;
    text-align: center;
    line-height: 45px;
	background-image: linear-gradient(90deg, 
		#ffecc9 0%, 
		#ffdb9a 100%), 
	linear-gradient(
		#f7f1e6, 
		#f7f1e6);
	background-blend-mode: normal, 
		normal;
	border-radius: 23px;
    color: #f15532;
    font-size: 16px;
    position: relative;
    font-weight: 600;
}
.year-end-discount .zixun{
    top: -27px;
    left: 53.7rem;
}
.yead-end-product .zixun{
    top: 69px;
    left: 33.5rem;
}
.promotion-discount {
    margin: auto;
    width: 1260px;
    height: 1086px;
    background-image: url(./images/qiepian_58.png);
    background-blend-mode: normal,
        normal;
    position: relative;
    text-align: center;
    top: 88px;
}

.promotion-discount h3 {
    padding-top: 30px;
}

.promotion-discount>div {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: 1fr 1fr;
    justify-items: center;
    grid-row-gap: 60px;
    margin: 6.5rem auto 0;
    width: 1200px;
}

.promotion-discount>div .item {
    width: 278px;
    height: 340px;
    background-color: #ffffff;
    border-radius: 9px;
    background: url(./promotion-image/ZNQ-qiepian_92.png);
    cursor: pointer;
    background-size: 100% 100%;
}

.promotion-discount>div .item .promotion-product1 {
    width: 220px;
    height: 142px;
}

.promotion-discount>div .item>img:nth-child(1) {
    padding: 23px 0 0px 0;
}

.promotion-discount>div .item p {
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0px;
    padding-bottom: 20px;
    color: var(--text-p-grey);
}

.promotion-discount>div .item .bottom {
    position: relative;
}

.promotion-discount>div .item .bottom>img {
    position: absolute;
    top: -6px;
    left: 0;
}

.promotion-discount>div .item .bottom .c1 {
    font-size: 14px;
    letter-spacing: 0px;
    color: #df3504;
    text-align: left;
    position: relative;
    left: 57px;
    top: -10px;
    z-index: 10;
}

.promotion-discount>div .item .bottom .c2 {
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 0px;
    text-align: left;
    position: relative;
    left: 47px;
    z-index: 10;
    top: -29px;
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    background-image: linear-gradient(180deg, #f6d898 0%, #fef9ee 50%, #f6d898 100%), linear-gradient(#fee5ac, #fee5ac);
}

.promotion-discount>div .item .bottom .c2>span {
    font-size: 15px;
    font-weight: 500;
}

/* .promotion-discount>div .item:nth-child(5) .bottom .c1,
.promotion-discount>div .item:nth-child(6) .bottom .c1 {
    left: 76px;
}

.promotion-discount>div .item:nth-child(5) .bottom .c2,
.promotion-discount>div .item:nth-child(6) .bottom .c2 {
    left: 64px;
} */

.promotion-discount>div .item .bottom>a {
    display: block;
    width: 89px;
    height: 28px;
    font-size: 14px;
    background-image: linear-gradient(90deg, #e63202 0%, #ff671b 100%), linear-gradient(#f7f1e6, #f7f1e6);
    background-blend-mode: normal, normal;
    border-radius: 17px;
    position: absolute;
    color: var(--test-p-white);
    line-height: 28px;
    top: 47px;
    right: 12px;
}

.promotion-product {
    width: 1260px;
    height: 1120px;
    margin: auto;
    background: url(./images/qiepian_64.png);
    position: relative;
    top: 50px;
}

.promotion-product>h3 {
    padding-top: 28px;
}

.promotion-product>div {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 0rem;
    row-gap: 2.2rem;
    justify-items: center;
    margin: auto;
    width: 1200px;
    padding-top: 6.5rem;
}

.promotion-product>div .item {
    width: 560px;
    height: 220px;
    background-image: linear-gradient(0deg,
            #fff6e7 0%,
            #fffbf5 100%),
        linear-gradient(#fff5e8,
            #fff5e8);
    background-blend-mode: normal,
        normal;
    border: solid 2px #ffc374;
    display: flex;
    position: relative;
    cursor: pointer;
}
.promotion-product>div .item:nth-child(1)::before{
    position: absolute;
    content: "";
    top: 0;
    right: 10px;
    width: 57px;
    height: 60px;
    background: url(./images/qiepian_62.png);
}

.promotion-product>div .item .item-left>img {
    width: 242px;
    height: 162px;
    margin: 29px 15px;
}

.promotion-product>div .item .item-right {
    padding-left: 15px;
}

.promotion-product>div .item .item-right .purchase {
    background: url(./images/qiepian_67.png);
    width: 253px;
    height: 44px;
    position: relative;
    top: 94px;
    display: flex;
}

.promotion-product>div .item .item-right .purchase p {
    font-size: 28px;
    line-height: 46px;
    letter-spacing: 0px;
    color: #ffffff;
    padding-left: 17px;
    position: relative;
}
.promotion-product>div .item:nth-child(5)>.item-right>.purchase>p:nth-child(1):before{
    position: absolute;
    content: "(2套起)";
    top: -8px;
    left:100px;
    width: 50px;
	height: 14px;
    font-size: 12px;
}

.promotion-product>div .item .item-right .purchase p>span {
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 2px;
    color: #ffffff;
}

.promotion-product>div .item .item-right .purchase .d1 {
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 0px;
    color: #ffffff;
    padding-left: 26px;
}

.promotion-product>div .item .item-right>h5 {
    font-family: ArialMT;
    font-size: 26px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 18px;
    letter-spacing: 0px;
    color: #333333;
    position: relative;
    top: 57px;
    left: 0;
}

.promotion-product>div .item .item-right>p {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 0px;
    color: #333333;
    position: relative;
    top: 74px;
}

.promotion-customer {
    width: 1260px;
    height: 759px;
    background: url(./images/qiepian_89.png);
    margin: 90px auto 0;
    position: relative;
    border-radius: 0px 0px 10px 10px;
}

.promotion-customer h3 {
    padding-top: 30px;
    color: #fff;
}

.promotion-customer .item {
    width: 1170px;
    height: 395px;
    position: absolute;
    top: 168px;
    left: 45px;
    display: flex;
    align-items: center;
    background: url(./images/qiepian_112.png);
}

.promotion-customer .item .item-left {
    width: 400px;
    padding-left: 25px;
    padding-right: 28px;
}

.promotion-customer .item .item-left>p {
    width: 321px;
    height: 49px;
    background-color: var(--test-p-white);
    display: block;
    font-size: 25px;
    line-height: 49px;
    letter-spacing: 1px;
    text-align: center;
    color: var(--text-p-red);
    margin-top: 30px;
}

.promotion-customer .item-right h5 {
    font-size: 22px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 34px;
    letter-spacing: 0px;
    color: var(--test-p-white);
    text-align: center;
    width: 42rem;
}

.promotion-customer .item-right .box {
    display: flex;
    margin: 74px 0;
}

.promotion-customer .item-right .box .item-box {
    display: flex;
    margin-right: 30px;
}

/* .promotion-customer .item-right .box .item-box */
.promotion-customer .item-right .box .item-box>div .a1 {
    font-size: 20px;
    line-height: 34px;
    letter-spacing: 1px;
    color: #e4822e;
    margin: 0px 0 17px 20px;
}

.promotion-customer .item-right .box .item-box>div .a1>span {
    width: 30px;
    height: 30px;
    display: inline-block;
    border-radius: 50% 50%;
    text-align: center;
    background-image: linear-gradient(90deg,
            #ef7b4e 0%,
            #f42e06 100%),
        linear-gradient(#f4330b,
            #f4330b);
    font-size: 20px;
    line-height: 30px;
    color: #ffffff;
    margin-left: 20px;
}

.promotion-customer .item-right .box .item-box>div .a2 {
    font-size: 23px;
    letter-spacing: 0px;
    color: #a04c03;
    margin-right: 35px;
}

.promotion-customer .item-right .box .item-box>div .a3 {
    font-size: 20px;
    line-height: 34px;
    letter-spacing: 1px;
    color: #ffffff;
    margin-left: 53px;
    margin-bottom: 17px;
}

.promotion-customer .item-right .box .item-box>div .a3>span {
    width: 30px;
    height: 30px;
    background-color: #ffffff;
    border-radius: 50% 50%;
    display: inline-block;
    text-align: center;
    line-height: 30px;
    color: #f34e23;
    margin-left: 20px;
}

.promotion-customer .item-right .box .item-box>div .a4 {
    font-size: 23px;
    line-height: 34px;
    letter-spacing: 0px;
    color: #ffffff;
    width: 182px;
    height: 22px;
    margin-left: 40px;
    margin-right: 28px;
}

.promotion-customer .item-rule {
    position: relative
}

.promotion-customer .item-rule p {
    position: absolute;
    top: 0;
    left: 0;
    width: 92px;
    height: 30px;
    background-color: #fce0be;
    border-radius: 14px;
    font-size: 15px;
    line-height: 30px;
    letter-spacing: 0px;
    color: #a04c03;
    text-align: center;
    font-weight: 600;
}

.promotion-customer .item-rule ul {
    margin-left: 9rem;
}

.promotion-customer .item-rule ul li {
    font-size: 13px;
    line-height: 28px;
    letter-spacing: 1px;
    color: #ffffff;
}

.promotion-customer a {
    position: absolute;
    bottom: 83px;
    left: 514px;
    width: 190px;
    height: 45px;
    line-height: 45px;
    background-image: linear-gradient(90deg,
            #d7841d 0%,
            #e0b47d 100%),
        linear-gradient(#f7f1e6,
            #f7f1e6);
    background-blend-mode: normal,
        normal;
    border-radius: 23px;
    text-align: center;
    color: var(--test-p-white);
    font-size: 16px;
}

.promotion-perferece {
    width: 1260px;
    height: 1126px;
    margin: auto;
    position: relative;
    background: url(./images/qiepian_92.png);
    top: 3.75rem;
}

.promotion-perferece>h3 {
    padding: 29px 0 91px
}

.promotion-perferece>div {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: 1fr 1fr;
    grid-row-gap: 60px;
    justify-content: center;
    justify-items: center;
    width: 1200px;
    margin: auto;
}

.promotion-perferece>div .item {
    width: 279px;
    height: 360px;
    background-color: var(--test-p-white);
    position: relative;
}

.promotion-perferece>div .item .hot {
    position: absolute;
    top: -9px;
    right: 0;
    z-index: 10;
}

.promotion-perferece>div .item:nth-child(1) h4 {
    background-image: linear-gradient(90deg,
            #ff9a72 0%,
            #ffa750 100%),
        linear-gradient(#fff1da,
            #fff1da);
    background-blend-mode: normal,
        normal;
    color: var(--test-p-white);
}

.promotion-perferece>div .item h4 {
    width: 279px;
    height: 71px;
    background-color: #ffe6be;
    font-size: 21px;
    line-height: 71px;
    letter-spacing: 1px;
    color: #a24f06;
    text-align: center;
}

.promotion-perferece>div .item ul li {
    width: 261px;
    height: 32px;
    border: solid 1px #e5e5e5;
    margin: 21px auto;
    position: relative;
    line-height: 36px;
    padding: 0 0 0 6px;
    font-size: 16px;
}

.promotion-perferece>div .item ul a {
    color: #181818;
}

.promotion-perferece>div .item:nth-child(1) ul li {
    /* margin: 21px auto -5px; */
    background-color: #ffede5;
}

.promotion-perferece>div .item:nth-child(1) ul li .at1 {
    width: 50px !important;
    right: 87px !important;
    font-size: 11px !important;
}

.promotion-perferece>div .item:nth-child(1) ul li .at2 {
    font-size: 13px !important;
    font-weight: 600;
    right: 5px !important;
}

.promotion-perferece>div .item:nth-child(1) ul li p:nth-child(1) {
    top: 10px;
    right: 64px;
    width: 32px;
    height: 14px;
    line-height: 14px;
    text-align: center;
    font-size: 12px;
    border: solid 1px #eb2800;
    color: #eb2800;
}

.promotion-perferece>div .item:nth-child(1) ul li p:nth-child(2) {
    right: 7px;
    color: #eb2800;
}

.promotion-perferece>div .item ul li p {
    position: absolute;
    top: 0;
    right: 27px;
    color: #eb2800;
}

.promotion-perferece>div .item ul li .b1 {
    position: absolute;
    top: 0;
    right: 10px;
    color: #eb2800;
    font-size: 12px;
}

.promotion-perferece .zixun {
    display: block;
    margin: 66px auto 0;
    width: 190px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    background-image: linear-gradient(90deg,
            #ffecc9 0%,
            #ffdb9a 100%),
        linear-gradient(#f7f1e6,
            #f7f1e6);
    background-blend-mode: normal,
        normal;
    border-radius: 23px;
    color: #f15532;
    font-weight: 600;
}

.old-customer {
    background: url(./images/qiepian_105.png);
    width: 1260px;
    height: 442px;
    margin: auto;
    position: relative;
    top: 50px;
}

.old-customer h3 {
    color: #f33f0f;
    padding: 92px 10px 38px 10px;
    font-size: 35px;
}

.left-text p {
    font-family: SourceHanSansCN-Normal;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 51px;
    letter-spacing: 1px;
    color: #a04c03;
    position: relative;
    width: 54%;
}

.left-text p::before {
    position: absolute;
    top: 1rem;
    left: -1.875rem;
    content: "";
    width: 24px;
    height: 24px;
    background: url(./images/qiepian_102.png);
}

.left-text p::after {
    position: absolute;
    content: "";
    background-color: #dfae83;
    height: 2px;
}

.left-text .t1 {
    left: 6rem;
}

.left-text .t2 {
    left: 10.5rem;
}

.left-text .t3 {
    left: 15.625rem;
}

.left-text .t4 {
    left: 21.3125rem;
}

.left-text .t1::after {
    bottom: 0;
    left: 0;
    width: 657px;
}

.left-text .t2::after {
    bottom: 0;
    left: 0;
    width: 565px;
}

.left-text .t3::after {
    bottom: 0;
    left: 0;
    width: 561px;
}

.left-text .t4::after {
    bottom: 0;
    left: 0;
    width: 561px;
}

.right-img {
    position: absolute;
    top: 9.0625rem;
    right: 2.9375rem;
}

.promotion-footer {
    width: 1200px;
    margin: 126px auto 0;
    text-align: center;
    position: relative;
}

.promotion-footer h5 {
    font-size: 26px;
    letter-spacing: 2px;
    color: #ffffff;
    padding-bottom: 44px;
    padding-top: 24px;

}

.promotion-footer .connection {
    font-size: 18px;
    line-height: 46px;
    letter-spacing: 0px;
    color: #ffffff;
    margin-bottom: 57px;
}

.footer-text {
    width: 100%;
    height: 40px;
    background-color: #c32400;
    text-align: center;
    font-size: 16px;
    line-height: 40px;
    letter-spacing: 0px;
    color: #ffffff;
}

@keyframes in {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

/*新的网站底部样式*/
.footer {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 50px 0 0 0;
    width: 100%;
    background-color: #2e3033;
    font-size: 14px;
    display: inline-block;
}

.footer-con {
    margin: 0 auto;
    width: 1200px
}

.footer-con .footer-top {
    font-size: 1.2rem
}

.footer-con .footer-top h4 {
    color: #fff;
    text-align: center;
    font-weight: 500;
    font-size: 18px;
    margin-bottom: .5rem;
    font-family: inherit;
    line-height: 1.2;
}

.footer-con .footer-mid {
    overflow: hidden;
    padding: 20px 0 30px;
    border-bottom: 1px solid #494b4d
}

.footer-con .footer-mid div.mid-left {
    float: left;
    overflow: hidden;
}

.footer-con dl dd a,
.footer-con dl dd span {
    display: block;
    color: #999;
    text-decoration: none;
    font-size: 14px;
    line-height: 32px;
}

.footer-con dl dd a:hover {
    color: #e94709
}

.footer-con .footer-mid div.mid-left dl {
    margin-right: 80px;
    overflow: hidden;
    float: left;
}

.footer-con .footer-mid div.mid-left dl:nth-child(2)~span {
    width: 1px;
    height: 168px;
    background-color: #494b4d;
    display: block;
    float: left;
    margin: 0 80px 0 0;
}

.footer-con .footer-mid div.mid-left dl:last-child {
    margin-right: 0;
    width: 200px;
}

.footer-con .footer-mid div.mid-left dl dt:before {
    position: relative;
    margin-left: -8px;
    width: 4px;
    height: 14px;
    background-color: #ea4609;
    content: '';
    top: 4px;
    float: left;
}

.footer-con .footer-mid div.mid-left dl dt {
    margin-bottom: 25px;
    margin-left: 8px;
    color: #fff;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 500;
}

.footer-con .footer-mid div.mid-left dl dd {
    line-height: 30px;
    margin-bottom: .5rem;
    margin-left: 0;
}

.footer-con .footer-mid div.mid-left dl:first-child dd {
    float: left
}

div.mid-right {
    float: right;
}

div.mid-right p {
    color: #fff;
    text-align: center;
    font-size: 13px;
    margin: 0;
    line-height: 2;
}

div.mid-right p:last-child {
    margin-bottom: 0
}

div.mid-right div {
    padding: 5px;
    background-color: #fff
}

div.mid-right div img {
    display: block;
    border: none
}

div.f-bottom {
    text-align: center
}

div.bottom-nav {
    overflow: hidden;
    margin-top: 30px;
    margin-bottom: 20px
}

.bnc a {
    float: left;
    margin-right: 10px;
}

.bnc i {
    float: left;
    margin-right: 10px;
    color: #999;
}

div.bottom-nav a {
    display: inline-block;
    margin: 0 10px;
    color: #eeebeb;
    text-align: center;
}

div.f-bottom p {
    color: #888;
    line-height: 80px;
    margin-bottom: 0;
}

div.f-bottom p img {
    vertical-align: -3px
}

.nSelected {
    color: #e94709 !important
}

a.qqchart,
a.zx {
    border: 1px solid #999;
    text-align: center;
    padding: 0 6px;
}

a.qqchart:hover,
a.zx:hover {
    border-color: #e94709;
    color: #e94709
}

a.qqchart img,
a.zx img {
    margin-right: 5px;
    vertical-align: -3px
}

/*右侧固定导航样式*/
.tipNav * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    color: #666;
}

.tipNav {
    height: 270px;
    width: 44px;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto;
    z-index: 10000;
    box-shadow: 0px 0px 7px 0px rgba(47, 65, 102, 0.15);
}

.tipNav>a {
    display: block;
    text-align: center;
    background-color: #fff;
    color: #545559;
    position: relative;
    border: 1px solid #f0f0f0;
    border-bottom: 0;
    border-top: 0;
}

.tipNav #ev-right-onlinechart {
    border-radius: 4px 4px 0px 0px;
    color: #fff;
    border: none;
    background-color: #fa5512;
    background-image: linear-gradient(0deg, #fa5512 0%, #fb8c56 100%);
}

.tipNav #ev-right-onlinechart span {
    border-radius: 4px 4px 0px 0px;
    color: #fff;
    writing-mode: tb-rl;
    font-size: 14px;
    padding: 15px;
    letter-spacing: 4px;
    height: 128px;
}

.tipNav>a img {
    display: block;
    border: none;
    margin: 0 auto 5px;
}

.tipNav>a .hoverImg {
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1;
    background-color: #fff;
}

.tipNav>a span,
.tipNav #ev-right-400 span {
    font-size: 12px;
    display: block;
    line-height: 1.2;
    color: #545559;
}

.tipNav>a:hover .hoverImg {
    z-index: 2;
}

.tipNav>a:hover span {
    color: #ff7733;
}

.tipNav>a.toTop {
    border: none;
}

.tipNav #ev-right-400 {
    background: #fff;
    text-align: center;
    cursor: pointer;
    height: 100px;
}

.tipNav #ev-right-400 span {
    writing-mode: tb-rl;
    padding: 12px 15px;
    font-size: 14px;
    letter-spacing: 4px;
    height: 100px;
    width: 45px;
}

.tipNav #ev-right-400:hover span {
    color: #ff7733;
}

.tipNav #ev-right-400 .rntel {
    position: absolute;
    top: 50px;
    left: -235px;
    width: 240px;
    height: 252px;
    color: #666;
    text-align: left;
    padding-left: 20px;
    text-shadow: none;
    display: none;
}

.tipNav #ev-right-400 .rntel div {
    background: #fff;
    font-size: 14px;
    padding: 18px 0 18px 14px;
    margin-right: 15px;
    box-shadow: 0px 0px 7px 0px rgba(47, 65, 102, 0.15);
    border-radius: 3px;
}

.tipNav #ev-right-400 .rntel div p {
    line-height: 1.75;
    margin: 14px;
}

.tipNav #ev-right-400 .rntel div p img {
    margin-right: 16px
}

.tipNav #ev-right-400 .rntel div a:hover {
    color: #e94709
}

.tipNav #ev-right-400:hover .rntel {
    display: block;
}

.tipNav #ev-right-400:hover .rntel div:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 10px;
    border-color: transparent transparent transparent #fff;
    position: absolute;
    top: 100px;
    left: 225px;
}

.tipNav #ev-buycar {
    padding: 10px 0;
    font-size: 1.5em;
    border-top: 1px solid #f0f0f0;
    border-left: 0;
    border-right: 0;
}

.tipNav #ev-buycar:hover {
    color: #ff7733
}

.tipNav #ev-right-back {
    margin-top: 4px;
    height: 44px;
    overflow: hidden;
    font-size: 2em;
    box-shadow: 0px 0px 7px 0px rgb(47 65 102 / 15%);
}

.tipNav #ev-right-back i {
    margin: 0px 6px 8px 6px;
    transition: all .2s;
    -webkit-transition: all .2s;
    position: RELATIVE;
    top: -5px;
}

.tipNav #ev-right-back b {
    font-weight: normal;
    font-size: .7rem;
    color: #e94709;
    line-height: 1.2;
    display: block;
    transition: all .2s;
    -webkit-transition: all .2s;
    margin-top: 10px;
}

.tipNav #ev-right-back:hover i {
    transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
}

.tipNav #ev-right-back:hover b {
    opacity: 1;
    transform: translateY(-45px);
    -webkit-transform: translateY(-45px);
}

.tipNav #ev-right-back:after,
.tipNav #ev-right-onlinechart:after,
.tipNav #ev-right-suggest:after {
    content: '';
    height: 0;
}