body,html{
    background: #410a97;
    /* background: -webkit-linear-gradient(top, #d64bbe, #972dad); */
    font-size: 14px;
    color: #fff;
}
img{
    border: none;
    display: block;
}
.activity_head{
    width: 100%;
    height: 50px;
    background: #d00d52;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    align-items: center;
}
.activity_list{
    width:auto;
    height: 50px;
    text-align: center;
    font-size: 13px;
    background: url(../images/head_icon.jpg) no-repeat right top;
    background-size: 9px 50px;
    padding-right: 10px;
}
.activity_list p{
    margin-top: 10px;
}
.activity_list:last-child{
    background: no-repeat;
}
.head_activity{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.head_activity img{
    width: 100%;
}
.activity_calendar{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.activity_djs{
    width: 82%;
    height: 45px;
    margin: 0 auto;
    background: rgba(0, 0, 0, 0.7);
    border-radius: 10px 10px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.activity_djs img{
    width: 18px;
    height: 18px;
    margin-right: 5px;
}
.activity_djs span label{
    width: 20px;
    height:20px;
    background: #fff;
    border-radius: 5px;
    color: #f51c5f;
    text-align: center;
    margin: 0 5px;
    font-weight: bold;
}
.calendar_list{
    width: 95%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
}
.calendar_head{
    width: 100%;
    height: 55px;
    overflow: hidden;
    background: -webkit-linear-gradient(top, #6083ff, #9327ff);
    border-radius:  10px 10px 0 0;
    display: flex;
}
.calendar_month{
    width: 15%;
    height: 55px;
    overflow: hidden;
    text-align: center;
    line-height: 55px;
}
.calendar_day{
    width: 85%;
    height:55px;
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}
.calendar_day_fl{
    width: 100%;
    height: 55px;
    display: flex;
    float: left;
    width: auto;
}
.calendar_day_style{
    width: 25px;
    float: left;
    height: 55px;
    justify-content: center;
    align-items: center;
    display: flex;
    text-align: center;
    line-height: 25px;
    margin-right: 20px;
}
.calendar_day_style .active{
    width: 25px;
    height: 25px;
    background: #fff;
    border-radius: 100px;
    color: #f51c5f;
    display: block;
}
.calendar_news{
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #fff;
    border-radius: 0 0 10px 10px;
}
.calendar_news_style{
    width: 95%;
    height: 40px;
    color: #1e1e1d;
    margin: 0 auto;
    line-height: 40px;
    border-bottom: 1px solid #e4e4e4;
}
.calendar_news_style:last-child{
    border-bottom: none;
}
.calendar_news_style span{
    width: 10px;
    height: 10px;
    background: #fff;
    border: 1px solid #f30041;
    border-radius: 100px;
    float: left;
    margin-left:4px;
    margin-top: 14px;
}
.calendar_news_style label{
    float: left;
    width: 90%;
    margin-left: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
.notice{
    width: 95%;
    height: 32px;
    margin:15px auto 0 auto;
    overflow: hidden;
    background: rgba(172, 87, 189, 0.8);
    border-radius: 100px;
}
.notice_icon{
    width:17px;
    height: 17px;
    overflow: hidden;
    margin-left: 15px;
    margin-top: 8px;
    float: left;
}
.notice_icon img{
    width: 17px;
    height: 17px;
}
.notice_list{
    width: 79%;
    height: 32px;
    float: left;
    overflow: hidden;
    margin-left: 15px;
}
.notice_list_style{
    width: 100%;
    height: 32px;
    overflow: hidden;
    line-height: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
.activity_list_img{
    width: 95%;
    height: auto;
    overflow: hidden;
    margin: 15px auto 0 auto;
}
.activity_list_img img{
    width: 100%;
    border-radius: 10px;
}
.activity_title{
    width: 100%;
    height: auto;
    overflow: hidden;
    display: flex;
    margin: 20px 0;
    justify-content: center;
    align-items: center;
}
.activity_title img:nth-child(1){
    width: 92px;
    height: 25px;
    margin-right: 5px;
}
.activity_title span{
    font-size: 18px;
    font-weight: bold;
}
.activity_title img:nth-child(3){
    width: 92px;
    height: 25px;
    margin-left: 5px;
}
.activity_content{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.activity_item{
    width: 95%;
    height: auto;
    overflow: hidden;
    margin: 0 auto 15px auto;
    background: #fff;
    border-radius: 10px;
    position: relative;
}
.activity_item_fl{
    width: 150px;
    height: auto;
    overflow: hidden;
    float: left;
    margin: 10px;
}
.activity_item_img{
    width: 150px;
    height: auto;
    overflow: hidden;
}
.activity_item_img img{
    width: 150px;
    border-radius: 10px 10px 10px 10px;
}
.activity_item_time{
    width: 100%;
    height: 25px;
    text-align: center;
    line-height: 25px;
    background: #ffeedd;
    border-radius: 0px 0px 10px 10px;
    color: #1d1e20;
    font-size: 12px;
}
.activity_item_fr{
    width: auto;
    height: auto;
    margin-left: 170px;
    overflow: hidden;
    margin-right: 39px;
}
.activity_item_name{
    width: auto;
    overflow: hidden;
    color: #1d1e20;
    height:auto;
    margin-top: 10px;
    font-weight: bold;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
.activity_item_commission{
    width: auto;
    overflow: hidden;
    color: #ffa446;
    height:auto;
    margin-top: 10px;
}
.activity_item_commission span{
    font-weight: bold;
}
.activity_item_share{
    width: 27px;
    height: auto;
    background: #ff8200;
    position: absolute;
    right: 0;
    bottom: 0px;
    top: 0;
    text-align: center;
}
.activity_item_share img{
    width: 17px;
    height: 17px;
    margin: 123% auto 4px auto;
}
.marketing_content{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.marketing_item{
    width: 95%;
    height: auto;
    overflow: hidden;
    margin: 0 auto 15px auto;
}
.marketing_title{
    width: auto;
    height: 35px;
    overflow: hidden;
    float: left;
    background: -webkit-linear-gradient(left, #ff1c5d, #fe4c38);
    border-radius: 40px 100px 0px 0px;
    line-height: 30px;
    padding: 0px 30px 0 15px;
    display: flex;
    align-items: center;
    font-size: 16px;
}
.marketing_title label{
    border: 1px solid #fff;
    height: 18px;
    line-height: 18px;
    margin-left: 8px;
    border-radius: 100px;
    padding: 0 7px;
}
.marketing_list_info{
    width: 100%;
    height: auto;
    overflow: hidden;
    background: -webkit-linear-gradient(left, #ff1b5f, #ff4f36);
    border-radius: 0 100px 100px 30px;
    /* float: left; */
    position: relative;
}
.marketing_list_fl{
    width: 60%;
    height: auto;
    overflow: hidden;
    float: left;
    margin: 15px;
}
.marketing_list_style{
    width: 100%;
    height: auto;
    overflow: hidden;
    line-height: 22px;
}
.marketing_list_ks{
    width: auto;
    height:auto;
    background:rgba(255, 255, 255, 0.7);
    border-radius: 100px;
    float: left;
    color: rgb(244, 17, 0);
    padding: 3px  12px  3px  4px;
    margin-top: 5px;
}
.marketing_list_ks label{
    padding: 0px 5px;
    border-radius: 20px;
    font-size: 13px;
    background: rgb(14, 169, 48);
    color: #fff;
}
.marketing_list_fr{
    width: 25%;
    height: auto;
    overflow: hidden;
    margin-top: 22px;
}
.marketing_list_fr img{
    width: 100%;
}
.marketing_content .marketing_item:nth-child(2) .marketing_title{
    background: -webkit-linear-gradient(left, #fd5e2d, #fa9001);
}
.marketing_content .marketing_item:nth-child(2) .marketing_list_info{
    background: -webkit-linear-gradient(left, #ff5d2d, #ff9301);
}
.marketing_content .marketing_item:nth-child(3) .marketing_title{
    background: -webkit-linear-gradient(left, #7227da, #9d69ec);
}
.marketing_content .marketing_item:nth-child(3) .marketing_list_info{
    background: -webkit-linear-gradient(left, #7227da, #9d69ec);
}
.marketing_content .marketing_item:last-child{
    margin: 0 auto;
}
.topselling_content{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.topselling_item{
    width: 95%;
    height: auto;
    overflow: hidden;
    background: url(../images/img_06.png) no-repeat #fe004b;
    background-size:cover ;
    border-radius: 10px;
    margin: 0px auto 15px auto;
    position: relative;
}
.topselling_pj{
    width: auto;
    height: auto;
    overflow: hidden;
    float: left;
    background: rgba(0, 0, 0, 0.4);
    display: flex;
    margin-top: 12px;
    padding: 5px 10px;
    border-radius: 0 15px 15px 0;
    align-items: center;
}
.topselling_pj span{
    margin-right:5px;
}
.topselling_pj img{
    width: 17px;
    height: 17px;
    margin-left: 2px;
}
.topselling_title{
    width: 100%;
    height:auto;
    overflow: hidden;
    margin-top: 5px;
    float: left;
}
.topselling_title p{
    font-weight: bold;
    font-size: 16px;
    margin-left: 10px;
}
.topselling_title span{
    display: block;
    margin-left: 10px;
    margin-top: 5px;
}
.topselling_list_item{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 10px;
    float: left;
    margin-bottom: 10px;
    display: flex;
    align-items: flex-end;
}
.topselling_item_fl{
    width: 22%;
    height: auto;
    overflow: hidden;
    float: left;
    margin-left: 10px;
    background: #fff;
    padding: 10px;
    border-radius: 10px;
}
.topselling_list_item .topselling_item_fl:nth-child(2){
    width: 28%;
}
.topselling_item_img{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.topselling_item_img img{
    width: 100%;
}
.topselling_item_quan{
    width: 100%;
    height: 24px;
    margin-top: 6px;
    background: -webkit-linear-gradient(left, #ff2c3e, #ff7e54);
    text-align: center;
    line-height: 24px;
    border-radius: 100px;
}
.topselling_item_z{
    width: 100%;
    height: auto;
    margin-top: 6px;
    color: #f51a5d;
    text-align: center;
    font-size: 12px;
}
.topselling_content .topselling_item:nth-child(2){
    background: url(../images/img_07.png) no-repeat #591ffd;
}
.activity_item_share_top_style{
    width: auto;
    height: auto;
    background: #ff8200;
    position: absolute;
    right: 0;
    top: 44px;
    display: flex;
    padding: 4px 13px;
    border-radius: 100px 0 0 100px;
    align-items: center;
}
.activity_item_share_top_style img {
    width: 17px;
    height: 17px;
    margin-right: 5px;
}
.activity_cjhd{
    width: 40%;
    height: 30px;
    margin-top: 10px;
    background: -webkit-linear-gradient(left, #ff2c3e, #ff7e54);
    text-align: center;
    line-height: 30px;
    border-radius: 100px;
    position: absolute;
    bottom: 10px;
}
#footer {
	background: linear-gradient(360deg, #005AC9 0%, #3E0BEF 56%, #6400CD 100%);
	position:fixed;
	left: 0;
	bottom: 0px;
	width: 100%;
	z-index: 10;
	height: 47px;
}
#footer ul li {
	/* padding-top: 31px; */
	padding-bottom: -30px;
	background: url() no-repeat center;
	background-size: auto 35px;
	text-align: center;
	color: #fff;
	transform: translateY(-35px);
}
#footer ul li.active {
	color: #fff;
}
#footer ul li:nth-child(1) {
	background-image: url(../images/tabbar-jd-default.png);
}
#footer ul li:nth-child(2) {
	background-image: url(../images/tabbar-tm-default.png);
}
#footer ul li:nth-child(3) {
	background-image: url(../images/tabbar-pdd-default.png);
}
#footer ul li:nth-child(1).active {
	background-image: url(../images/tabbar-jd-active.png);
}
#footer ul li:nth-child(2).active {
	background-image: url(../images/tabbar-tm-active.png);
}
#footer ul li:nth-child(3).active {
	background-image: url(../images/tabbar-pdd-default.png);
}
#footer ul li span{
    margin-top: 60px;
    display: block;
}
.flex-con {
	overflow: auto
}
.flex-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
}
.flex-con {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	flex: 1;
}
.footer_zwsf{
    width: 100%;
    height: 60px;
    overflow: hidden;
}
.onemoney_productlist {
    width: 100%;
    margin-top: 16px;
    box-sizing: border-box;
    padding: 0 7px;
}

.onemoney_productlist::after {
    content: '';
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;
}

.productlist_goods {
    width: calc(50% - 7px);
    height: 274px;
    background: #FFFFFF;
    border-radius: 4px;
    box-sizing: border-box;
    padding: 8px;
    float: left;
    margin-bottom: 8px;
    margin: 0 3px 8px;
}

.goods_photo {
    width: 100%;
    height: 152px;
    margin-bottom: 8px;
    background-color: red;
}

.goods_title {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
}

.goods_title_label {
    width: 32px;
    height: 18px;
    background: linear-gradient(90deg, #3D94FF 0%, #9027FE 100%);
    border-radius: 2px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 11px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 16px;
}

.goods_title_text {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-left: 4px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 22px;
}

.goods_labelall {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 6px;
}

.labelall_subsidy {
    width: 76px;
    height: 18px;
    background: linear-gradient(90deg, #FF2736 0%, #FF7029 100%);
    border-radius: 4px;
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 18px;
    text-align: center;
}

.labelall_bonus {
    width: 60px;
    height: 18px;
    background: linear-gradient(90deg, #FFBF4B 0%, #FF912C 100%);
    border-radius: 100px 0px 0px 100px;
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 18px;
    text-align: center;
    transform: translateX(8px);
}

.goods_purchase {
    width: 100%;
    height: 44px;
    /* background: linear-gradient(90deg, #FFBF4B 0%, #FF912C 100%); */
    background: url(../images/qiang-bgc.png) no-repeat;
    background-size: 100% auto;

    border-radius: 2px;
    box-sizing: border-box;
    padding-left: 8px;
    padding-top: 4px;
}

.purchase_nowprice {
    font-size: 11px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 16px;
}

.purchase_oldprice {
    font-size: 10px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 16px;
}
.hongbaobox{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    overflow: hidden;
    z-index: 50;
}
.onemoney_messagebox {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    overflow: hidden;
    z-index: 50;
    display: none;
}
.onemoney_messagebox.active{
    display: block;
}
.hongbox_content{
    width: 70%;
    height: auto;
    position: fixed;
    left:15%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99;
}
.hongbox_img{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.hongbox_img img{
    width: 100%;
}
.hongbao_close{
    width: 30px;
    height: 30px;
    margin: 20px auto;
    overflow: hidden;
}
.hongbao_close img{
    width: 30px;
    height: 30px;
}


.messagebox_whole {
    width: 311px;
    margin: 100px auto;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-content: center;
}

.whole_message {
    width: 311px;
    height: auto;
    background: #FFFFFF;
    border-radius: 8px;
    margin-bottom: 16px;
    box-sizing: border-box;
    padding: 16px;
}

.whole_message_box {
    height: 315px;
    box-shadow: 1px 2px 5px #afafaf;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
}

.message_photo {
    width: 100%;
    height: 297px;
}

.message_photo_bottom {
    width: 100%;
    height: 18px;
    background: #942EF6;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
    font-size: 10px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.message_buttonbox {
    margin-top: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.message_ok {
    width: 100px;
    height: 36px;
    background: rgba(0, 0, 0, 0.7);
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    z-index: 200;
    color: #fff;
    line-height: 36px;
    text-align: center;
    border-radius: 3px;
}
.message_button_poster {
    width: 132px;
    height: 32px;
    background: linear-gradient(90deg, #EC5DFF 0%, #5D7CFF 100%);
    box-shadow: 0px 2px 4px 0px rgba(154, 118, 253, 0.42), 0px -2px 3px 0px rgba(0, 0, 0, 0.2);
    border-radius: 20px;
    font-size: 14px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.whole_close {
    width: 24px;
    height: 24px;
}

.whole_text {
    width: 279px;
    height: 81px;
    background: rgba(0, 0, 0, 0.05);
    border-radius: 12px;
    margin-top: 12px;
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(0, 0, 0, .7);
    padding: 8px;
    box-sizing: border-box;
    
    display: flex;
    justify-content: center;
    align-content: center;
    flex-flow: row wrap;
}
.whole_text p{
    width: 100%;
    line-height: 18px;
    overflow: hidden;
    white-space: wrap;
    text-overflow: ellipsis;
}
.queryorder_bg{
    width: 100%;
    height: auto;
    background: url(../images/bg.png) no-repeat;
    background-size:cover ;
    overflow: hidden;
}
.order_title{
    width:30%;
    height: auto;
    overflow: hidden;
    margin: 30px auto 0px auto;
}
.order_title img{
    width: 100%;
}
.order_input{
    width: 70%;
    height: 38px;    
    background: #FFFFFF;
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.5);
    border-radius: 8px;
    margin: 20px auto 20px auto;
}
.order_input input{
    text-align: center;
    width: 100%;
    height: 38px;
    color: #000;
}
.querybtn{
    width: 110px;
    height: 35px;   
    border-radius: 16px;
    border: 1px solid #60DAFF;
    margin:0 auto 30px auto;
    text-align: center;
    line-height: 35px;
    overflow: hidden;
}
.order_content{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.order_bk{
    width: 94%;
    height: auto;
    overflow: hidden;
    margin: 15px auto;
}
.order-time{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 16px;
    color: #000;
    display: flex;
    align-items: center;
}
.order-time span{
    width:2px;
    height: 16px;
    background: #0091FF;
    border-radius: 1px;
    margin-right: 8px;
}
.order-time-list{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.order_item{
    width: 31%;
    height: 55px;
    background: url(../images/order_bg1.png) no-repeat;
    background-size: cover;
    border-radius: 5px;
    padding-top: 10px;
    float: left;
    margin-top: 3%;
    margin-right: 3%;
}
.order_item span{
    display: block;
    text-align: center;
}
.order_item span:nth-child(1){
    font-size: 18px;
}
.order-time-list .order_item:nth-child(3n){
    margin-right: 0%;
}
.order-time-list .order_item:nth-child(1n){
    background: url(../images/order_bg1.png) no-repeat;
    background-size: cover;
}
.order-time-list .order_item:nth-child(1n){
    background: url(../images/order_bg1.png) no-repeat;
    background-size: cover;
}
.order-time-list .order_item:nth-child(2n){
    background: url(../images/order_bg2.png) no-repeat;
    background-size: cover;
}
.order-time-list .order_item:nth-child(3n){
    background: url(../images/order_bg3.png) no-repeat;
    background-size: cover;
}
.order-time-list .order_item:nth-child(4n){
    background: url(../images/order_bg4.png) no-repeat;
    background-size: cover;
}
.order-time-list .order_item:nth-child(5n){
    background: url(../images/order_bg5.png) no-repeat;
    background-size: cover;
}
.order-time-list .order_item:nth-child(6n){
    background: url(../images/order_bg6.png) no-repeat;
    background-size: cover;
}
.temporarily_data {
    width: 150px;
    height: auto;
    overflow: hidden;
    margin: 30px auto;
    position: relative;
    left: 0px;
    top: 0px;
}

.temporarily_data img {
    width: 150px;
    height: 100px;
}

.temporarily_data span {
    width: 100%;
    height: auto;
    overflow: hidden;
    text-align: center;
    color: #666;
    margin-top: 10px;
    display: block;
}