*{
	box-sizing: border-box;
}
html,body{
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
}
.clearfix:after{
	content: '';
	height: 0;
	display: block;
	clear: both;
}
/*修改整体input框的pla颜色是#999*/

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #999;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #999;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #999;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #999;
}
/*.layui-btn {
    height: 36px;
    line-height: 36px;}*/

.havRank>li>.yuan{
	display: inline-block;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    background-color: #bfc7d7;
    color: #fff;
    border-radius: 50%;
    font-size: 14px;
}
.havRank>li:first-child>.yuan{
	background-color: #f35b5c;
}
.havRank>li:nth-child(2)>.yuan{
	background-color: #f3a65b;
}
.havRank>li:nth-child(3)>.yuan{
	background-color: #7dd1b1;
}