.main-inside{
    display: flex;
    padding: 20px 0;
    justify-content:space-between;
}
.main-inside .hot_left{
    width: 300px;
    position: relative;
    box-sizing: border-box;
}
.main-inside .hot_left .title {
    display: flex;
    justify-content: space-between;
    align-items: center;
	height: 34px;
	line-height: 34px;
}
.main-inside .hot_left .title .bt,.main-inside .hot_right .operate_title .bt {
    margin: 0;
    padding: 0;
    font-size: 16px;
    color: #333;
}
.main-inside .hot_left .title .page {
    color: #aaa
}

.main-inside .hot_left .title .page strong {
    color: #333
}

.main-inside .hot_left:hover .swiper-button-next,.main-inside .hot_left:hover .swiper-button-prev {
    opacity: 1
}

.main-inside .hot_left:hover .swiper-button-disabled {
    opacity: .5
}

.main-inside .hot_left .swiper-button-next,.main-inside .hot_left .swiper-button-prev {
    background-color: rgba(0,0,0,.3);
    width: 50px;
    height: 50px;
    border-radius: 0 100px 100px 0;
    background-image: url(/static/rrquan/image/swiper_left.png);
    background-size: 26px auto;
    z-index: 50;
    pointer-events: initial;
    left: 0;
    opacity: 0
}

.main-inside .hot_left .swiper-button-next:hover,.main-inside .hot_left .swiper-button-prev:hover {
    background-color: rgba(0,0,0,.4)
}

.main-inside .hot_left .swiper-button-next {
    background-image: url(/static/rrquan/image/swiper_right.png);
    left: auto;
    right: 0;
    border-radius: 100px 0 0 100px
}
.main-inside .hot_left .goods_card {
    display: flex;
	padding:10px 0;
    box-sizing: border-box;
    background: #fff;
}

.main-inside .hot_left .goods_card .goods_img {
    width: 96px;
    height: 96px;
    border-radius: 5px;
    position: relative;
    overflow: hidden
}

.main-inside .hot_left .goods_card .goods_img img {
	width: 96px;
    height: 96px;
    border-radius: 5px
}

.main-inside .hot_left .goods_card .goods_img img:hover {
    opacity: .8
}
.main-inside .hot_left .goods_card .goods_content {
    flex: 1;
    height: 100%;
    box-sizing: border-box;
    padding: 6px 0 0 10px;
    overflow: hidden
}

.main-inside .hot_left .goods_card .goods_content .goods_title {
    height: 20px;
    font-size: 14px;
    letter-spacing: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block
}


.main-inside .hot_left .goods_card .goods_content .goods_brand {
	display:flex;
    max-width: 190px;
    height: 24px;
    align-items: center;
    margin-top: 10px;
    box-sizing: border-box;
}
.main-inside .hot_left .goods_card .goods_content .goods_brand i.icon_star {
	width: 17px;
    height: 17px;
    margin-right: 4px;
    background: url(/static/rrquan/image/icon_star.png) center center no-repeat;
    background-size: 100% 100%;
}
.main-inside .hot_left .goods_card .goods_content .goods_brand span {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 150px;
    display: inline-block;
	color: #999
}

.main-inside .hot_left .goods_card .goods_content .goods_info {
	display: flex;
    align-items: center;
    justify-content: flex-start;
	margin-top: 10px;
}

.main-inside .hot_left .goods_card .goods_content .goods_info .price {
	font-size:14px;
    margin-right: 20px;
	color: #ff5628
}

.main-inside .hot_left .goods_card .goods_content .goods_info .fanli{
	display:flex;
	align-items:center;
	border:1px solid #BAF4B5;
	border-radius: 10px;
	overflow:hidden;
	color: #f70
}
.main-inside .hot_left .goods_card .goods_content .goods_info .fanli span.fan-text{
	padding:1px 4px;
	background: #DEFADC;
	border-top-left-radius: 12px;
	border-bottom-left-radius: 12px;
	color: #29B51A
}

.main-inside .hot_left .goods_card .goods_content .goods_info .fanli span.fan-money{
	padding:0 6px 0 2px;
    color: #29B51A;
}


/*banner*/
.main-inside .hot_center{
    width: 570px;
    position: relative;
    box-sizing: border-box;
}
.main-inside .hot_center .banner {
    height: 286px;
    overflow: hidden;
    border-radius: 12px
}

.main-inside .hot_center .banner .swiper-slide {
    position: relative;
    z-index: 0
}

.main-inside .hot_center .banner .swiper-slide a{
    display: block;
    z-index: 0
}

.main-inside .hot_center .banner .swiper-slide img{
    height: 286px;
    width: 570px;
    display: block
}

.main-inside .hot_center .banner:hover .swiper-button-next,.main-inside .hot_center .banner:hover .swiper-button-prev {
    opacity: 1
}

.main-inside .hot_center .banner:hover .swiper-button-disabled {
    opacity: .5
}

.main-inside .hot_center .banner .swiper-button-next,.main-inside .hot_center .banner .swiper-button-prev {
    background-color: rgba(0,0,0,.3);
    background-image: url(/static/rrquan/image/swiper_left.png);
    background-size: 80% auto;
    z-index: 50;
    border-radius: 0 8px 8px 0;
    left: 0;
    opacity: 0
}

.main-inside .hot_center .banner .swiper-button-next:hover,.main-inside .hot_center .banner .swiper-button-prev:hover {
    background-color: rgba(0,0,0,.4)
}

.main-inside .hot_center .banner .swiper-button-next {
    background-image: url(/static/rrquan/image/swiper_right.png);
	left: auto;
    right: 0;
	border-radius: 8px 0 0 8px;
}
.main-inside .hot_center .banner .swiper-pagination-bullet {
    cursor: pointer;
}
.main-inside .hot_center .banner .swiper-pagination-bullet-active {
    width: 28px
}
.main-inside .hot_center .banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 3px;
    border-radius: 8px
}
.main-inside .hot_center .project-box{
	display: flex;
	justify-content: space-between;
	margin-top:12px;
}
.main-inside .hot_center .project-box .project-item{
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 189px;
	height: 84px;
	padding-left: 50px;
	overflow: hidden;
}
.main-inside .hot_center .project-box .project-item.setp1{
	background:url(/static/rrquan/image/novice_setp1.png) no-repeat;
	background-size: 189px 84px;
}
.main-inside .hot_center .project-box .project-item.setp2{
	background:url(/static/rrquan/image/novice_setp2.png) no-repeat;
	background-size: 189px 84px;
}
.main-inside .hot_center .project-box .project-item.setp3{
	background:url(/static/rrquan/image/novice_setp3.png) no-repeat;
	background-size: 189px 84px;
}
.main-inside .hot_center .project-box .project-item .setp_title{color: #fff;font-size:14px;font-weight: 600;}
.main-inside .hot_center .project-box .project-item .setp_desc{margin-top: 3px;color: #fff;}

.main-inside .hot_right{
    width: 290px;
    position: relative;
    box-sizing: border-box;
}
.main-inside .hot_right .save_logo {
	position:absolute;
    right: 48px;
    top: -70px;
    width: 120px;
	height: 120px;
	background: url(/static/rrquan/image/save_logo.png) no-repeat;
	background-size: 120px auto;
}
.main-inside .hot_right .save_logo img{
	width: 100%;
}
.main-inside .hot_right .savedesk{
	position:absolute;
	cursor: pointer;
    top: -127px;
    right: -78px;
    width: 224px;
    height: 88px;
    background:url(/static/rrquan/image/savedesk.png) no-repeat;
    background-size: 100% auto;
	-webkit-animation: bounce-down 2s linear infinite;
	animation: bounce-down 2s linear infinite;
}

.main-inside .hot_right .operate{
	margin-top: 20px;
    background: #f7f9fa;
    border-radius: 12px;
	padding: 30px;
}
.main-inside .hot_right .operate .info{
	display: flex;
	justify-content: space-between;
	padding-bottom: 20px;
	border-bottom: 1px solid #e4e5e6;
}
.main-inside .hot_right .operate .info li{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.main-inside .hot_right .operate .info li p{font-size: 16px;font-weight: 600;}
.main-inside .hot_right .operate .info li span{margin-top: 5px;font-size: 14px;color:#666}
.main-inside .hot_right .operate .kefu{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 20px;
	padding-left: 40px;
	height: 34px;
	background: url(/static/rrquan/image/weixin_kefu.png) 0 0 no-repeat;
	position: relative;
}
.main-inside .hot_right .operate .kefu .lianxi-text{
	font-size: 13px;
}
.main-inside .hot_right .operate .kefu .lianxi-text strong{font-size: 13px;margin-bottom: 5px;}
.main-inside .hot_right .operate .kefu .lianxi-btn{
    width: 54px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    border: 1px solid #979797;
    border-radius: 6px;
	cursor: pointer;
}
.main-inside .hot_right .operate .kefu .lianxi-btn:hover + .el-popover{display: block;}
.main-inside .hot_right .operate .kefu .el-popover {
	display: none;
    position: absolute;
	top:40px;
	right: -50px;
    background: #fff;
    min-width: 150px;
    border-radius: 4px;
    border: 1px solid #ebeef5;
    padding: 12px;
    z-index: 102;
    box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
}
.main-inside .hot_right .operate .kefu .el-popover img{
	width: 120px;
	height: 120px;
	display: block;
}
.main-inside .hot_right .operate .kefu .el-popover span{
	margin-top: 10px;
	line-height: 1.4;
	font-size: 14px;
	text-align: center;
	display: block;
}


.main-inside .hot_right .appdown{
	display: flex;
	justify-content: center;
	margin-top: 20px;
	position: relative;
}
.main-inside .hot_right .appdown img{width: 130px;height: 130px;}
.main-inside .hot_right .appdown .downtext {
	position: relative;
	margin: 4px 0 4px 10px;
	padding: 10px;
    background-color: #6c6c6c;
    border-radius: 4px;
    text-align: center;
    line-height: 26px;
    font-weight: 600;
    color: #fff;
    letter-spacing: .5px
}
.main-inside .hot_right .appdown .downtext:after {
    position: absolute;
    content: '';
    top: 50px;
    left: -14px;
    border: 7px solid transparent;
    border-right-color: #6c6c6c;
}
.main-inside .hot_right .appdown .downtext img{width: 16px;height: 16px;vertical-align: middle;}

/*品牌推荐*/
.brand-recommend{
	margin-top: 20px;
}
.brand-recommend .recommend-header{
	display: flex;
	align-items: center;
	position: relative;
}
.brand-recommend .recommend-header .tabs-ink-bar {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    box-sizing: border-box;
    width: 65px;
    height: 2px;
    background-color: #ff5628;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0
}
.brand-recommend .recommend-header .tabs-ink-bar-animated {
    transition: transform .3s cubic-bezier(.645,.045,.355,1),width .2s cubic-bezier(.645,.045,.355,1),left .3s cubic-bezier(.645,.045,.355,1),-webkit-transform .3s cubic-bezier(.645,.045,.355,1);
}
.recommend-header .tabs-list{
	display: flex;
	align-items: center;
}
.recommend-header .tabs-list .tab-item{
	display: flex;
	align-items: center;
	margin-left: 40px;
	height: 36px;
	font-size: 16px;
	font-weight: 600;
	cursor: pointer;
}
.recommend-header .tabs-list .tab-item:first-child{
	margin-left: 0px;
}
.recommend-header .tabs-list .tab-item.active{
	color: #ff5628;
}
.recommend-header .titletext {
	position: relative;
	margin-left: 40px;
	padding:0 10px;
	border:1px solid #e5e5e5;
	border-radius: 5px;
	height: 32px;
	line-height: 30px;
	color: #666;
	letter-spacing: .5px;
}
.recommend-header .titletext:after,.recommend-header .titletext:before {
	border: 8px solid transparent;
	border-right: 8px solid #fff;
	position: absolute;
	top: 8px;
	left: -14px;
	content: '';
	z-index: 1;
}
.recommend-header .titletext:before {
	border-right-color: #e5e5e5;
	left: -16px;
}

.brand-recommend .recommend-conent{
	margin-top: 20px;
}
.recommend-conent .recommend-data{
	display: none;
}
.recommend-conent .recommend-data .pp-notice{
	text-align: center;
	color: #999;
}
.recommend-conent .recommend-data .pp-notice i,.recommend-conent .recommend-data .pp-notice span{color: #ff5628;padding:0 2px;}

.recommend-conent .recommend-data .data-list{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.recommend-conent .recommend-data .data-list:after {
	content: '';
	width: 225px;
	height: 0px;
	visibility: hidden;
}

.goods-block {
    position: relative;
    margin-top: 20px;
    width: 225px;
	height: 353px;
}
.goods-block .inner-box{
	position:absolute;
    width: 225px;
    height: auto;
    background: #fff;
    border: 1px solid #fff;
    border-radius: 12px;
	box-shadow: 0 5px 20px 0 rgba(0,0,0,.1);
	transition: all .3s
}
.goods-block .inner-box:hover {
	z-index: 10;
    border-color: #ff915e;
    
}
.goods-block .inner-box .img-box {
    width: 223px;
    height: 223px;
	border-top-left-radius: 11px;
	border-top-right-radius: 11px;
    position: relative;
    overflow: hidden
}
.goods-block .inner-box .img-box img{
	width: 223px;
	height: 223px;
}
.goods-block .inner-box .img-box img:hover{
    opacity: .8
}
.goods-block .inner-box .info-box {
	height: 128px;
    padding: 0 9px;
    position: relative;
    overflow: hidden
}
.goods-block .inner-box .info-box .goods-title {
    padding-top: 5px;
    line-height: 35px;
    height: 35px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    white-space: nowrap;
    font-size: 12px
}
.goods-block .inner-box .info-box .goods-price{
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px 0;
}
.goods-block .inner-box .info-box .goods-price .jiage,.goods-block .inner-box .info-box .goods-price .fanli{
	display: flex;
	flex: 1;
	align-items: center;
	flex-direction: column;
}
.goods-block .inner-box .info-box .goods-price .fanli{
	border-left: 1px solid #e9e9e9;
}
.goods-block .inner-box .info-box .goods-price p{color: #999;}
.goods-block .inner-box .info-box .goods-price span.price {
	margin-top: 6px;
	font-size:16px;
	color: #ff5628
}
.goods-block .inner-box .info-box .goods-price span.yongjin {
	margin-top: 6px;
	font-size:16px;
	color: #29B51A
}
.goods-block .inner-box .info-box .goods-sale{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.goods-block .inner-box .info-box .goods-sale .tags{
	display: flex;
	align-items: center;
}
.goods-block .inner-box .info-box .goods-sale .tags p{color: #999;}
.goods-block .inner-box .info-box .goods-sale .tags span.quan {
	margin-left: 3px;
	color: #f70
}

.goods-block .shop-info{
	border-color: #f5f5f5;
	padding: 0 9px;
    height: 0;
    overflow: hidden;
    transition: all .3s
}
.goods-block .shop-info p{
	height: 26px;
	line-height: 26px;
}
.goods-block .shop-info a.goods-rank,.goods-block .shop-info a.goods-rank i{
	color: #f70;
	font-size: 12px;
}
.goods-block .shop-info a.shopname,.goods-block .shop-info a.shopname i{
	color: #999;
	font-size: 12px;
}
.goods-block .inner-box:hover .shop-info{
	display: flex;
	flex-direction: column;
	justify-content: center;
	border-top: 1px solid #f5f5f5;
	padding: 5px 9px;
	height: 63px;
}

/*直播精选*/
.live-inside{
	padding-top: 40px;
}
.live-inside .live-header{
	background:url(/static/rrquan/image/live_header_bg.png) center left repeat-x;
	background-size:auto 10px;
	text-align:center;
}
.live-inside .live-header span{
	background-color: #fff;
	padding: 0 20px;
	font-size:22px;
}
.live-inside .live-header span .icon-kuozhan{
	margin: 0 10px;
	font-size: 14px;
	color: #999;
}
.live-inside .live-desc {
	line-height:25px;
	font-size:14px;
	color:#999;
	text-align:center;
	letter-spacing: 2px;
}

.live-inside .live-content{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.live-inside .live-content:after {
	content: '';
	width: 380px;
	height: 0px;
	visibility: hidden;
}
.live-item {
	display: flex;
    position: relative;
    margin-top: 20px;
    width: 380px;
	padding: 10px;
	background-color: #f7f9fa;
	border: 1px solid #f7f9fa;
	border-radius: 12px;
	transition: all .3s
}
.live-item:hover {
    background-color: #fff;
    border-color: #ff915e;
	box-shadow: 0 5px 20px 0 rgba(0,0,0,.1);
}
.live-item:hover .goods-info .labels{
	display: block;
}
.live-item .img-box {
    width: 150px;
    height: 150px;
	border-radius: 10px;
}
.live-item .img-box img{
	width: 100%;
    height: 100%;
	border-radius: 10px;
}
.live-item .img-box img:hover{
    opacity: .8
}
.live-item .goods-info{
	width: 190px;
	margin-left: 12px;
	position: relative;
}
.live-item .goods-info .goods-title{
	width: 190px;
	display: inline-block;
	margin-top: 5px;
	max-height: 40px;
	line-height: 20px;
	overflow: hidden;
	font-size: 14px;
}
.live-item .goods-info .pri-block,.live-item .goods-info .fan-block {
	color: #666;
	margin-top: 7px
}
.live-item .goods-info .pri-block strong,.live-item .goods-info .fan-block strong{
    color: #ff5628;
    font-size: 16px;
    margin: 0 3px;
    font-weight: 400;
    position: relative;
}
.live-item .goods-info .pri-block span{
    font-size: 12px;
    color: #aaa
}
.live-item .goods-info .fan-block strong {
    color: #29B51A
}
.live-item .goods-info .tags {
	position: absolute;
	right: 0;
	bottom: 2px;
}
.live-item .goods-info .labels {
	display: none;
    position: absolute;
	left: 0;
	bottom: 5px;
}
.live-item .goods-info .labels a.goods-rank,.live-item .goods-info .labels a.goods-rank i{
	color: #f70;
	font-size: 12px;
}







@-webkit-keyframes bounce-down {
    25% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px)
    }

    50%,to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    75% {
        -webkit-transform: translateY(5px);
        transform: translateY(5px)
    }
}

@keyframes bounce-down {
    25% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px)
    }

    50%,to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    75% {
        -webkit-transform: translateY(5px);
        transform: translateY(5px)
    }
}