﻿.reward{
	width : 100%;
    //border : 1px solid rgb(222, 222, 222);
	overflow:hidden;
	height:503px;
}

.reward-title{
	float:left;
	width:100%;
	border-bottom: 3px solid #D8D8D8
}

.reward-body{
	clear:left;
}

.reward-title-text{
	float: left;
    margin: 10px;
    font-size: 20px;
    width: 80%;
    font-weight: 900;
}

.reward-title-x{
	float: right;
    font-size: 10px;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
	color:#bfacac;
}

.reward-title-x:hover{
	cursor:pointer;
	background:rgba(169, 166, 166, 0.11);
	color:black;
}

.reward-body-user-img{
	width:100px;
	height:100px;
	background:red;
	border-radius:50%;
	margin:auto;
	overflow:hidden;
	display:block;
}

.reward-body-user-text{
	text-align: center;
    font-size: 15px;
    margin-top: 20px;
    margin-bottom: 10px;
}


.reward-body-number{
    width: 83px;
    margin: auto 16px;
    cursor: pointer;
    border: 1px solid red;
    border-radius: 3px;
    color: red;
    text-align: center;
    height: 35px;
    line-height: 35px;
    font-size: 18px;
    box-sizing: border-box;
}

.reward-body-number2{
	width: 83px;
    margin: auto 16px;
    cursor: pointer;
    border: 1px solid rgba(254, 95, 101, 1);
    border-radius: 3px;
    color: rgb(255, 255, 255);
    text-align: center;
    height: 35px;
    line-height: 35px;
    background: rgba(254, 95, 101, 1);
    font-size: 18px;
    box-sizing: border-box;
}

.reward-body-number2{
	width: 83px;
    margin: auto 16px;
    cursor: pointer;
    border: 1px solid rgba(254, 95, 101, 1);
    border-radius: 3px;
    color: rgb(255, 255, 255);
    text-align: center;
    height: 35px;
    line-height: 35px;
    background: rgba(254, 95, 101, 1);
    font-size: 18px;
    box-sizing: border-box;
}

.reward-body-desc{
    text-align: center;
    margin: 20px 0px;
}

.reward-body-textarea{
	text-align: center;
    border: 0;
    outline: 0;
    resize: none;
    font-size: 20px;
    line-height: 30px;
    padding: 0;
    background: white;
    color: rgba(123, 123, 123, 0.4);
	height:30px;
}

.reward-number-but{
    width: 300px;
    color: red;
    text-align: center;
    margin: auto;
    font-size: 18px;
    margin-bottom: 10px;
}

.reward-number-but:hover{
	cursor:pointer;
}

.reward-button:hover{
	cursor:pointer;
}

.reward-button{
	margin:auto;
	text-align:center;
	width:140px;
	height:32px;
    background: rgba(254, 95, 101, 1);
	line-height:32px;
	border-radius: 3px;
	font-size:13px;
	color:#fff;
	margin-bottom:20px;
}

.reward-input-show{
	overflow:hidden;
	height:0px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
	-o-transition: all 1s ease;
    transition: all 1s ease;
}

.reward-number-input{
	border-top: none;
    text-align: center;
    border-right: none;
    border-left: none;
	outline:none;
}

.reward-hr{
    border-top: none;
    margin: auto;
    margin-bottom: 20px;
	clear:left;
    width: 431px;
	border-bottom: 1px solid #D8D8D8;
}

