*{
	padding: 0;
	margin: 0;
}
img{
	display: inline-block;
	vertical-align: middle;
}
.addpd_shop_mane {
    padding: 0px 5px;
    border-radius: 5px;
    background-color: #0dc668;
    color: white;
}
/*一树药业*/
a {
    color: #666;
    text-decoration: none;
    outline: none;
}
.specailmoney {
    width: 100%;
    height: auto;
    font-size: 1em;
    font-weight: bold;
    color: #f50001;
}
/*价格红色*/
.specailprice {
    width: 100%;
    height: auto;
    text-decoration: line-through;
    font-size: 1em;
}
/*原价*/
.addshopcar {
	width: 45%;
    height: 37px;
    color: #FFF;
    display: block;
    font-size: 14px;
    line-height: 37px;
    margin: 0 auto;
    background-color: #FF4040;
    text-align: center;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 10px;
    float: left;
}
.addshopcar a{
	color: #FFF;
	display: block;
}
/*加入购物车*/
.bayproduct {
    
    height: 37px;
    width: 45%;
    line-height: 37px;
    font-size: 14px;
    color: #FFF;
    text-align: center;
    text-decoration: none;
    background-color: #ffb018;
    text-align: center;
    border-radius: 5px;
    cursor: pointer;
    margin: 0px auto;
    margin-top: 10px;  
    float: right;
}
.bayproduct a{
	color: #FFF;
	display: block;
}
/*立即购买*/
.productlist {
    width: 75%;
    height: auto;
    margin: auto;
    padding: 20px 0px 20px 0px;

}
.productdetail {
    width: 20%;
    height: auto;
    background-color: white;
    float: left;
    margin-left: 1.5%;
    padding: 10px 1.5%;
    margin-top: 15px;
    position: relative;
}
.specailinfo{
	height:38px;
	line-height: 19px;
	overflow: hidden;
	text-overflow: ellipsis;
	display:-webkit-box; 
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2; 
}
/*body{
	background:rgb(57,131,68);
}*/
.specialfoot {
    width: 75%;
    height: 100px;
    margin: auto;
    text-align: center;
    line-height: 50px;
    color: #fffbf8;
    display: block;
    padding: 50px 0px;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.allcolor{
	min-width: 1228px;
}

/*添加店铺名字*/
.list_text_name{
	/*border-left: 3px solid #e60012;*/
	width: 100%;
	margin: 0 auto;	
	height: 18px;
	line-height: 18px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;

}
.list_text_name img{width: 18px; height: 18px;padding-right: 5px;}


/* 积分兑换 */
.integral_text_box{
	display: flex;
	flex-direction: row;
	padding: 5px 0;
	align-items:center;
}
.specailmoney_integral{
    height: auto;
    font-size: 1em;
    color: #f50001;
}
.integral_text{
	margin-left: 5px;
	font-weight: bold;
	color: #616161;
}
.specialpro{
	height:295px;
    margin-bottom: 10px;
}

/* 积分弹窗 */
.integral_popup{
	position: fixed;
	width:100%;
	height:100%;
	top:0;
	bottom: 0;
	left:0;
	right: 0;
	background:rgba(0,0,0,0.5);
	z-index:888;
	cursor: pointer;	
}
.integral_popup_cont{
	position:absolute;
	top:10%;
	left:0;
	right: 0;
	z-index:990;
	background: #fff;
	border-radius: 10px;
	max-width:40%;
	height:auto;
	padding: 20px 0;
	margin: 0 auto;
}
.integral_popup_text{
	width: 85%;
	margin: 0 auto;
	flex-direction: column;
}
.popup_title{
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}
.integral_notice{
	margin: 12px 0;
	height: 380px;
    overflow-y: scroll;
}
.integral_notice h1{
	font-size: 14px;
}
.integral_notice p{
	padding: 6px 0;
	font-size: 13px;
	color: #666;
}
.integral_scorecard{
	overflow-x: hidden;
	width: 95%;
	height:240px;
	overflow-y: scroll;
	margin-top: 10px;
	margin: 0 auto;
}
.scorecard_content{
	width:90%;
	border-radius: 5px;
	color: #fff;
	padding: 10px 0;
	background-image: linear-gradient(to right, #f96f3b 0%, #ff4040 100%);
	display: inline-block;
	margin-top: 10px;
}
.scorecard_content span{
	padding:3px 15px;
	display: flex;
	font-size:15px;
	align-items: center;
}
.integral_button{
	width: 50%;
	margin: 0 auto;
	padding-top:15px;
}
.up_btn{
	width: 100%;
	background: #ff4040;
	color: #fff;
	font-size: 16px;
	height:35px;
	line-height: 35px;
	border-radius: 25px;
	border: none;
}
.integral_button2{
	width: 60%;
	margin: 0 auto;
	padding-top:15px;
	display: flex;
	justify-content: space-between;
}
.affirm_btn1{
	width: 40%;
	height:35px;
	line-height: 35px;
	background: #bababa;
	font-size: 16px;
	color: #fff;
	border-radius:25px;
	border: none;
}
.affirm_btn2{
	width: 40%;
	height:35px;
	line-height: 35px;
	background: #ff4040;
	font-size: 16px;
	color: #fff;
	border-radius: 25px;
	border: none;
}
.poster_close{
    z-index: 999;
    position: absolute;
    right: -20px;
    top: -45px;
    width: 25px;
    height: 25px;
    align-items: center;
    justify-content: center;
    line-height: 25px;
    border: 1px solid #fff;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    font-size: 15px;
    opacity: .8;
}
.ativ_cont{
	width: 100%;
    margin: 0 auto;
    align-items: center;
    flex-direction: row;
    display: flex;
}
/* 复选框 */
.checkboxFive {
	position: relative;
    cursor: pointer;
    margin-right: 10px;
    width: 18px;
    height: 18px;
}
.checkboxFive span{
	margin-left: 18px;
	font-size:14px;
}
.checkboxFive label {
	cursor: pointer;
	position: absolute;
	width: 18px;
	height: 18px;
	top:0;
  	left:0;
	border-radius: 50%;
	border:1px solid #999;
	cursor: pointer;
}
.checkboxFive input:checked+label {
    background-color: #ff4040;
    border: 1px solid #ff4040;
}
.checkboxFive input:checked+label::after {
	content: '';
	position: absolute;
	width: 8px;
    height: 4px;
	background: transparent;
	top: 5px;
	left: 4px;
	border: 2px solid #fff;
	border-top: none;
	border-right: none;
	transform: rotate(-45deg);
}
.checkboxFive input[type=checkbox]:checked + label:after {
	opacity: 0;
}

/*滚动条的宽度*/
    .integral_scorecard::-webkit-scrollbar {
        width:4px;
        height:4px;
    }
/*外层轨道。可以用display:none让其不显示，也可以添加背景图片，颜色改变显示效果*/
    .integral_scorecard::-webkit-scrollbar-track {
      display:none;
        width: 6px;
        background-color:#fff;
        -webkit-border-radius: 2em;
        -moz-border-radius: 2em;
        border-radius:2em;
    }
/*滚动条的设置*/
    .integral_scorecard::-webkit-scrollbar-thumb {
        background-color:#fff;
        background-clip:padding-box;
        min-height:28px;
        -webkit-border-radius: 2em;
        -moz-border-radius: 2em;
        border-radius:2em;
    }
/*滚动条移上去的背景*/
    .integral_scorecard::-webkit-scrollbar-thumb:hover {
         background-color:#fff;
    }
 
 /* 2 */
 /*滚动条的宽度*/
    .integral_notice::-webkit-scrollbar {
        width:4px;
        height:4px;
    }
/*外层轨道。可以用display:none让其不显示，也可以添加背景图片，颜色改变显示效果*/
    .integral_notice::-webkit-scrollbar-track {
      display:none;
        width: 6px;
         background-color:#CECECE;
        -webkit-border-radius: 2em;
        -moz-border-radius: 2em;
        border-radius:2em;
    }
/*滚动条的设置*/
    .integral_notice::-webkit-scrollbar-thumb {
         background-color:#CECECE;
        background-clip:padding-box;
        min-height:28px;
        -webkit-border-radius: 2em;
        -moz-border-radius: 2em;
        border-radius:2em;
    }
/*滚动条移上去的背景*/
    .integral_notice::-webkit-scrollbar-thumb:hover {
         background-color:#878787;
    }
 
    
    /* 弹窗 */
.user-fansalertbox{
  	position: fixed;
  	width: 100%;
  	height: 100%;
  	background: rgba(0,0,0,0.3);
  	z-index: 1000;
	 }
.user-alertfans{
	width: 420px;
    height: auto;
    margin: auto;
    padding: 10px;
    margin-top: 15%;
    box-shadow: 0px 0px 20px 5px #ddd;
    border: 3px solid #ff5c4c;
    background-color: white;
    
}
.user-alertfans h1{
	text-align: center;
    width: 100%;
    line-height: 30px;
    border-bottom: 1px dashed #FF4040;
    color: #FF4040;
    font-size: 1.2em;
    font-weight: bold;
    margin-top: 10px;
}
.user-alertfans h1 .fa-times{
	font-size: 1.5em;
	float: right;
	cursor: pointer;
}
.user-alert-code{
	width: 150px;
	margin: 20px auto;
	border: 1px solid #DEDEDE;
	text-align: center;
}
.user-alert-code img{
	margin: auto;
}
.userfans-codeinfo{
	width: 350px;
	text-align: center;
	font-size: 12px;
	margin: 10px auto 20px auto;
}
.userfans-codeinfo span{
	color: #FF4040;
}
/* plus会员 */
.user-nameplus a{
	line-height: 20px !important;
}
.active-nameplus a{
	color: #cfae68;
}
.userplus{
	/* border: 1px solid black; */
}
.userplus span{
	background-color: #c6c6c6;
	font-size: 10px;
	color: #ffffff;
	padding: 3px 10px 3px 5px;
	line-height: 23px;
	font-weight: bold;
	letter-spacing: 1px;
}
.userplus span img{
	width: 20px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 3px;
	margin-bottom: 4px;
	
}
.active-userplus span{
	background-color: #cfae68 !important;
}

/*彩带*/
.caidai-box{
	width: 40%;
    height: 95px;
    position: absolute;
    top: -6px;
    right: -8px;
    overflow: hidden;
    z-index: 35;
    font-size: 14px;
    color: #FFFFFF;
    letter-spacing: 1px;
}
.caidai-box:before {
    content: "";
    display: block;
    border-radius: 8px 8px 0px 0px;
    width: 40px;
    height: 6px;
    position: absolute;
    right: 42px;
    background: #d64646;
}
.caidai-box:after {
    content: "";
    display: block;
    border-radius: 0px 8px 8px 0px;
    width: 8px;
    height: 40px;
    position: absolute;
    right: -2px;
    top: 42px;
    background: #d64646;
}
.caidai-span{
	display: inline-block;
    text-align: center;
    width: 105px;
    height: 25px;
    line-height: 25px;
    position: absolute;
    top: 15px;
    right: -26px;
    z-index: 36;
    overflow: hidden;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    border: 1px dashed;
    box-shadow: 0 0 0 3px #e43e3e, 0px 21px 5px -18px rgba(0,0,0,0.6);
    background: #ff4040;
}

