#app{padding-top:0!important}
header.active {
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
}

header.active .navBar a:hover {
    color: #fff;
}

.banner {
    width: 100%;
    position: relative;
    height: 580px;
    background: rgba(0, 0, 0, .68) url(../image/banner1.png) no-repeat center;
}

.banner .inner {
    width: 1024px;
    margin: 0 auto;
    padding: 131px 0 130px 100px;
    display: flex;
    color: rgba(255, 255, 255, 1);;
}

.banner .phone {
    width: 204px;
    height: 410px;
    position: relative;
    text-align: center
}

.phone .mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}

.phone video {
    width: 89%;
    margin: 4% auto;
    border-radius: 20px;
}

.banner .right {
    display: flex;
    flex-wrap: wrap;
    padding-left: 110px;
    width: 600px;
}

.banner .top h1 {
    font-size: 36px;
    font-weight: 600;
    line-height: 36px;
    padding-top: 20px;
}

.banner .top p {
    font-size: 24px;
    font-weight: 300;
    line-height: 24px;
    padding: 20px 0;
}

.banner .top div {
    font-size: 16px;
    font-weight: 300;
}

.banner .top span {
    display: inline-flex;
    align-items: center;
}

.banner .top span:before {
    content: "";
    margin: 0 5px;
}

.banner .top span:before {
    font-family: "iconfont";
}

.banner .top span:first-child:before {
    content: "\e61a";
}

.banner .top span:nth-child(2):before {
    content: "\e61b";
}

.banner .top span:last-child:before {
    content: "\e61c";
}

.banner .bottom {
    margin-top: 100px;
    width: 100%;
    display: flex;
}

.banner .bottom .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    width: 133px;
    height: 40px;
    background: rgba(255, 255, 255, 1);
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    color: rgba(22, 22, 22, 1);
    line-height: 14px;
}

.banner .bottom .btn:before {
    content: "";
    width: 16px;
    height: 20px;
    margin: 0 5px;
    background: url(../image/Apple.png) no-repeat center;
}

.banner .bottom .btn:last-child:before {
    content: "";
    width: 16px;
    height: 19px;
    margin: 0 5px;
    background: url(../image/Android.png) no-repeat center;
}

.banner .code {
    margin-left: 24px;
    width: 100px;
    height: 100px;
    background: rgba(255, 255, 255, 1);
    border-radius: 6px;
    padding: 3px;
}

.banner .code img {
    width: 94px;
    height: 94px;
    border-radius: 6px;
}

.list > li {
    width: 100%;
    background: #fff;
}

.list > li:nth-child(2n) {
    background: #FAFAFA;
}

.list .inner {
    width: 1024px;
    margin: 0 auto;
    padding: 80px 0;
}


.list li .titleBox {
    padding: 0 0 60px;
    text-align: center;
}

.list li .titleBox:before {
    content: "";
    display: inline-block;
    width: 638px;
    height: 90px;
    background: url(../image/renew-w.png) no-repeat center;
}

.list > li:nth-child(2n) .titleBox:before {
    background: url(../image/renew-g.png) no-repeat center;
}

.titleBox .title ,.hotReport h2.title{
    margin: -60px 0 0;
    height: 36px;
    font-size: 36px;
    font-weight: 600;
    color: rgba(22, 22, 22, 1);
    line-height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.titleBox .title:before,
.titleBox .title:after {
    content: "";
    display: inline-block;
    margin: 0 16px;
    width: 20px;
    height: 6px;
    background: rgba(251, 95, 92, 1);
}

.titleBox p {
    margin: 20px 0 0;
    font-size: 16px;
    font-weight: 300;
    color: rgba(153, 153, 153, 1);
    line-height: 16px;
}


.video,
video {
    width: 100%;
}


.saleList {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.saleList li {
    width: 160px;
    text-align: center;
}

.saleList li img {
    width: 160px;
    height: 160px;
    background: #F1F1F1;
    border-radius: 50%;
}

.saleList li p {
    margin: 20px 0 60px;
    height: 16px;
    font-size: 16px;

    font-weight: 300;
    color: rgba(22, 22, 22, 1);
    line-height: 16px;
}

.sale .btn {
  cursor: pointer;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 203px;
    height: 50px;
    background: rgba(22, 22, 22, 1);
    border-radius: 6px;
    font-size: 16px;
    font-weight: 600;
    color: rgba(255, 255, 255, 1);
    line-height: 16px;
}




.goodsList {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.goodsList .goods {
    padding: 5px;
}

.goodsList .goods a {
    display: inline-block;
    padding: 10px;
    width: 253px;
    height: 361px;
    background: rgba(255, 255, 255, 1);
}

.goodsList .goods a:hover {
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.04);
}

.goods .imgBox {
    width: 233px;
    height: 233px;
    background: rgba(244, 244, 244, 1);
    overflow: hidden;
}

.goods .goodsName {
    margin-top: 10px;
    height: 52px;
    font-size: 16px;
    font-weight: 300;
    color: rgba(51, 51, 51, 1);
    line-height: 26px;
}

.goods .goodsSale {
    margin: 20px 0;
    height: 16px;
    font-size: 16px;

    font-weight: 600;
    color: rgba(22, 22, 22, 1);
    line-height: 16px;
}


h3 {
    font-size: 20px;
    font-weight: 600;
    color: rgba(22, 22, 22, 1);
    line-height: 20px;
}


.hotBrand .top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 56px 0 30px;
}

.hotBrand .more {
    font-size: 16px;
    font-weight: 300;
    color: rgba(153, 153, 153, 1);
    line-height: 16px;
}

.hotBrand .list {
    border-top: 1px solid rgba(225, 225, 225, 1);
    display: flex;
    flex-wrap: wrap;
}

.hotBrand .list li {
    width: 128px;
    height: 128px;
    border: 1px solid rgba(225, 225, 225, 1);
    border-width: 0 1px 1px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff !important;
    font-size: 16px;
    font-weight: 600;
    color: rgba(51, 51, 51, 1);
    line-height: 26px;
    text-align: center;
}
.hotBrand .list li a{
    overflow: hidden;
    padding: 0 5px;
}
.hotBrand .list li p{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.hotBrand .list li:nth-child(8n+1){
    border-left: 1px solid rgba(225, 225, 225, 1);
}




.hotReport h2 {
    padding: 60px 0;
}

.report {
    padding-bottom: 30px;
}

.report:last-child {
    padding-bottom: 0;
}

.report a {
    display: flex;
    justify-content: space-between;
}

.report .imgBox {
    width: 120px;
    height: 120px;
    background: #f4f4f4;
}

.report .descBox {
    width: 881px;
    height: 120px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.report .title {
    font-weight: 600;
    color: rgba(51, 51, 51, 1);
    line-height: 16px;
}

.report .time {
    font-weight: 300;
    color: rgba(153, 153, 153, 1);
}

.report .center {
    height: 52px;
    font-size: 16px;
    font-weight: 300;
    color: rgba(153, 153, 153, 1);
    line-height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    white-space: normal;
}

.report .bottom {
    width: 100%;
    text-align: right;
    font-weight: 300;
    color: rgba(102, 102, 102, 1);
    line-height: 26px;
    text-decoration: underline;
}


.saleDialog {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, .6);
    z-index: 2;
}

.saleDialog .inner {
    width: 246px;
    height: 363px;
    background: url(../image/bg4.png) no-repeat;
    text-align: center;
    font-size: 16px;
    line-height: 26px;
}

.saleDialog .inner .code {
    width: 140px;
    height: 140px;
    margin: 100px auto 16px;
}

.saleDialog .inner h4 {
    font-weight: 600;
    color: rgba(22, 22, 22, 1);
}

.saleDialog .inner p {
    color: #FB5F5C;
}

.saleDialog .inner .close {
    margin: 44px auto;
    width: 50px;
    height: 50px;
    background: url(../image/close7.png) no-repeat;
}