@charset "utf-8";

.containers{
    background: #fff;
}

.hongbaocenter{
    text-align:center;
    margin-top: 0.5rem;
}

.lRedPacketStart{
    width: 50px;
    height: 50px;
    background: url("../image/lRedPacketStart.png") no-repeat center;
	background-size: 40px;
	position: fixed;
	bottom: 0;
	right: 0;
}

.dialogShade{
	position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.5);
}
.lRedSetContent{
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 250px;
	padding: 10px 0;
	border: none;
	display: inline-block;
	text-align: left;
	background-color: #FFFAF5;
	font-size: 14px;
	pointer-events: auto;
	-webkit-overflow-scrolling: touch;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: .2s;
	animation-duration: .2s;
}
@-webkit-keyframes layui-m-anim-up {
	0% {
	opacity:0;
	-webkit-transform:translateY(800px);
	transform:translateY(800px)
}
100% {
	opacity:1;
	-webkit-transform:translateY(0);
	transform:translateY(0)
}
}@keyframes layui-m-anim-up {
	0% {
	opacity:0;
	-webkit-transform:translateY(800px);
	transform:translateY(800px)
}
100% {
	opacity:1;
	-webkit-transform:translateY(0);
	transform:translateY(0)
}
}.layui-m-anim-up {
	-webkit-animation-name:layui-m-anim-up;
	animation-name:layui-m-anim-up
}
/*
.lRedSet {
    background: #FFFAF5;
}*/
.lRedItems{
    background: #fff;
    height: 30px;
    width: 88%;
    margin-left: 3%;
    padding: 0 3%;
    margin-bottom: 1rem;
    clear: both;
}
.lRedItems span{
    font-size: 14px;
    line-height: 30px;
}

.lRedItems span.lUnit{
    text-align: right;
    width: auto;
    float: right;
}
.lRedItems span.lType{
    background: #FFBC0D;
    font-size: 16px;
    padding: 3px 2px;
    margin: 5px;
    line-height: 16px;
}

.lRedItems input[type="text"]{
    border: 0;
    border: none;
    box-shadow: none;
    outline: none;
    border-width: 0;
    border-color: white;
    background: none;
    margin: 0;
    padding: 0;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    float: right;
    text-align: right;
    padding-right: 2%;
    width: 65%;
}

.lRedItems input[type="text"]:focus {
    outline:none;
    border: 0;
}

.lRedItems input::-webkit-input-placeholder { color:#ccc; font-size: 14px; }
.lRedItems input::-moz-placeholder { color:#ccc; font-size: 14px;} /* firefox 19+ */
.lRedItems input:-ms-input-placeholder { color:#ccc; font-size: 14px;} /* ie */
.lRedItems input:-moz-placeholder { color:#ccc; font-size: 14px;}

.lRedItemsTip{
    width: 94%;
    padding-left: 6%;
    margin-bottom: 10px;
    clear: both;
    height: 24px;
    font-size: 14px;
}
.lRedItemsTip .lLeft{
    float: left;
}
.lRedItemsTip .lLeft .changeRedType{
    color: #DE6258;
}
.lRedItemsTip .lRight{
    float: right;
}
.lRedSet .lReBtn{
    width: 94%;
    margin-left: 3%;
    background: #D84E43;
    height: 30px;
    line-height: 30px;
    color: #fff;
    font-size: 14px;
    border: 0;
    border: none;
    border-radius: 2px;
    margin-bottom: 1em;
}
.lRedSet .lReBtn.disClick{
    background: #F4CAC3;
    color: #F9DDD9;
}
.lRedSet .cancel{
    background: #80D3FA;
    width: 94%;
    margin-left: 3%;
    height: 30px;
    line-height: 30px;
    color: #fff;
    font-size: 16px;
    border: 0;
    border: none;
    border-radius: 1px;
    margin-bottom: 1em;
}
.lRedItemsTip .lRight .lPoundage{
    color:#DE6258 ;
}

.lRedPacketSendTip{
    clear: both;
    border: 1px solid #D59154;
    height: 80px;
    width: 200px;
    margin: 0;
    background: url("../image/redPacketIcon.png") 15px center no-repeat #F89F39;
    background-size: 40px;
    border-radius: 3px;
    color: #fff;
    padding-left: 65px;
    padding-top: 10px;
    cursor:pointer;
}
.lRedPacketSendTip p{
    margin: 0;
    font-size: 14px;
    white-space: nowrap;
    width: 120px;
    height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.lRedPacketSendTip p.tipRedMessage{
    font-size: 14px;
    line-height: 30px;

}
.lRedPacketReceiveTip{
    clear: both;
    text-align: center;;


}
/*.lRedPacketReceiveTip .inner*/
.lRedPacketReceiveTip{
    /*position: relative;
    left: -50%;*/
    display: inline-block;
    background: url("../image/redPacketIcon.png") 10px 5px no-repeat rgba(0,0,0,.2);
    background-size: 15px;
    border: 1px solid;
    padding: 2px 10px 0 35px;
    border-radius: 5px;
    font-size: 12px;
    text-align: center;
    color: #fff;
    line-height: 26px;
    /* margin-top: 10px; */
    /* margin-bottom: 10px; */
    /* text-align: center; */
}

.lRedPacketReceiveTip .reMoney{
    color: #DE6258;
    margin-left: 5px;
}

.openRedPacketDialog{
    /*background: #E1544A;*/
    color:#FFD7B0;
}

.openDialogClose{
    background: url("../image/close.png?v=2") center no-repeat;
    background-size: 100%;
    height: 2.5rem;
    width: 2.5rem;
    display: block;
    float: right;
    margin-right: 10px;
    margin-top: 10px;
    position: -webkit-sticky;
    z-index: 101;
}
.openDialogHead{
    /* width: 120px; */
    /* height: 150px; */
    margin: 0 auto;
    padding-top: 60px;
    margin-bottom: 15px;
    background-image: url(../image/lListBg.png);
    background-size: 100%;
    /* background-color: #FFFFFF; */
    background-repeat: no-repeat;
}
.openDialogHead img{
    border-radius: 50%;
    width: 90px;
    /* top: 20px; */
}


.openRedPacketDialog .openName{
    font-size: 14px;
    height: 30px;

}
.openRedPacketDialog .openTitel{
    font-size: 14px;
}
.openRedPacketDialog .openMessage{
    font-size: 26px;
}

.openRedPacketDialog .openBtn{
    width: 100px;
    height: 100px;
    background: #DCBC83;
    border-radius: 50%;
    margin: 0 auto;
    text-align: center;
    /* padding-top: 5px; */
}

.openBtncCircle{
    border: 1px solid #D2B17B;
    width: 100px;
    height: 100px;
    text-align: center;
    line-height: 100px;
    font-size: 46px;
    color: #41353F;
    border-radius: 50%;
    margin: 0 auto;
    cursor:pointer;
}

.openRedPacketDialog .openLook{
    text-align: center;
    color: #FFD7B0;
    padding-top: 40px;
    clear: both;
    display: block;
}
.openRedPacketDialog.redPacketInfos {
    color: #000;
}

.redPacketInfos .openMessage{
    color: #ccc;
    font-size: 14px;
}
.redPacketInfos .chaiType{
    background: #F1BE2F;
    color: #fff;
    padding: 2px;
    border-radius: 2px;
}

.redPacketInfos .chaiMoney span{
    font-size: 16px;
    margin: 0 5px;
}
.redPacketInfos .chaiTitle{
    background: #FAF6F3;
    font-size: 14px;
    border-bottom: 1px solid #E3E2DE;
    border-top: 1px solid #E3E2DE;
    height: 40px;
    line-height: 40px;
    text-align: left;
    padding: 0 10px;
    color: #bababa;
}
.redPacketInfos .chaiUl{
    height: auto;
    -webkit-overflow-scrolling : touch;
}

.chaiUl li{
    border-bottom: 1px solid #d9d9d9;
    padding: 4% 3%;
    height: 80px;
    clear: both;
    overflow: hidden;
}

.chaiUl li img{
    border-radius: 50%;
    width: 50px;
    height: 50px;
    float: left;
}

.chaiUl .chaiUlName{
    float: left;
    text-align: left;
    margin-left: 3%;
    font-size: 12px;
    color: #bababa;
    width: 46%;

}
.chaiUlName p{
	margin: 0;
    line-height: 28px;
}
.chaiUl .chaiUlName p:first-child{
    font-size: 14px;
    margin-bottom: 0;
    /*margin-top: 5px;*/
    color: #000;
}
.chaiUl .chaiUlMoney{
    float: right;
    line-height: 50px;
    width: 30%;

}

.openRedPacketDialog{
	background-color: #D84E43;
	/* background-image: url(../image/oBg.png); */
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 100% 510px;
	color: #fff;
	border: none;
	padding: 0;
	height: 500px;
	width: 90%;
	max-width: 640px;
	animation-name: layui-m-anim-scale;
	-webkit-animation-name: layui-m-anim-scale;
	position: relative;
	display: inline-block;
	text-align: center;
	font-size: 14px;
	border-radius: 5px;
	box-shadow: 0 0 8px rgba(0,0,0,.1);
	pointer-events: auto;
	-webkit-overflow-scrolling: touch;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: .2s;
	animation-duration: .2s;
	/* padding: 1em 0; */
	top: 5%;
}


@-webkit-keyframes layui-m-anim-scale {
	0% {
	opacity:0;
	-webkit-transform:scale(.5);
	transform:scale(.5)
}
100% {
	opacity:1;
	-webkit-transform:scale(1);
	transform:scale(1)
}
}@keyframes layui-m-anim-scale {
	0% {
	opacity:0;
	-webkit-transform:scale(.5);
	transform:scale(.5)
}
100% {
	opacity:1;
	-webkit-transform:scale(1);
	transform:scale(1)
}
}.layui-m-anim-scale {
	animation-name:layui-m-anim-scale;
	-webkit-animation-name:layui-m-anim-scale
}

.openRedPacketDialog.redPacketInfos{
	/* background-image: url(../image/lListBg.png); */
	border: none;
	/* min-height: 510px; */
	height: 90%;
	background-position: top center;
	background-color: #fff;
	background-repeat: no-repeat;
	background-size: 100% 130px;
	overflow:auto;
	width: 90%;
	max-width: 100%;
	/*padding-bottom: 2em;*/
	border-radius: 10px;
    -webkit-overflow-scrolling : touch;
}

.redPacketDialogs{
	/*display: none;*/
	text-align: center;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
    -webkit-overflow-scrolling : touch;
}

.chaiUlMoney p{
	margin: 0;
    font-size: 14px;
    line-height: 28px;
    text-align: right;
}
.chaiUlMoney p.redCrown{
	background: url(../image/crown.png) no-repeat left center;
    background-size: 24px;
    color: #E3CC62;
}

@keyframes mylogo
{
    from  {right: 5px;}
    to  {right: -5px;}
}

@-moz-keyframes mylogo /* Firefox */
{
    from  {right: 5px;}
    to  {right: -5px;}
}

@-webkit-keyframes mylogo /* Safari 和 Chrome */
{
    from  {right: 5px;}
    to  {right: -5px;}
}

@-o-keyframes mylogo /* Opera */
{
    from  {right: 5px;}
    to  {right: -5px;}
}
.imagelogo {
    background: url(images/logo.png) no-repeat;
    float: left;

    width: 50px;height: 50px;position: fixed;right: 8px;bottom: 100px;


    margin-right: 15px;
    padding: 0px;
    cursor: pointer;
    animation: mylogo 1s linear 0s infinite alternate;
    /* Firefox: */
    -moz-animation: mylogo 1s linear 0s infinite alternate;
    /* Safari 和 Chrome: */
    -webkit-animation: mylogo 1s linear 0s infinite alternate;
    /* Opera: */
    -o-animation: mylogo 1s linear 0s infinite alternate;
}