body{
	background-color:#ffffff;
}

header{
	width: 100%;
	line-height: 50px;
	height: 50px;
	color:white;
	background: #227dc5;
	position: relative;
}
.header-button{
	height:50px;
	line-height: 50px;
   background: #034A82;
   padding: 0 10px;
   min-width: 74px;
   text-align: center;

}
.header-box{
	width: 100%;
	height: 50px;
	line-height: 50px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1;
}
.site-name{
	font-size: 17px;
}
.download{
	padding: 0 20px;
}
.download-button{
    height: 40px;
    width: 100%;
    line-height: 40px;
    float: left;
    TEXT-DECORATION: none;
    border-radius: 4px;
    background: url('/static/mobile/images/download.png') #009933 no-repeat 20px 8px;
    color: #fff;
    border: none;
    cursor: pointer;
    background-size: 25px 25px;
    color: #ffffff;
    text-align: center;
    position: relative;
    border: none;
    border-radius: 20px;
    -webkit-box-shadow: 1px 1px 5px 0 rgba(0,0,0,.5);
    -moz-box-shadow: 1px 1px 5px 0 rgba(0,0,0,.5);
    box-shadow: 1px 1px 5px 0 rgba(0,0,0,.5);
    font-size: 14px;
}
.index-text{
	margin-top:5px;
	color:#DB3652;
	width:100%;
	height:50px;
	line-height:50px;
	font-size:14px;
	text-align:center;
}
.index-explain{
	color:#999;
	line-height:20px;
	padding-left: 20px;

}
.index-list{
	padding: 10px 22px;
}
.index-list-image{
	width: 100%;
}
.font-blue{
	font-size: 16px;
	color: #0F5F9E;
	font-weight: bold;
}
.font-black{
	font-size: 16px;
}

.index-botton{
   width: 85%;
   height: 40px;
   line-height: 40px;
   TEXT-DECORATION: none;
   color: #fff;
   border-radius: 2px;
   text-align: center;
   font-size: 16px;
   padding-left: 30px;

}
.index-botton a{
	color: white;
}
.index-botton-black{
   background-image: url('/static/mobile/images/phone.png');
   background-repeat: no-repeat;
   background-position: left 30px center;
   background-size: 14%;
	background-color: #666666;
}
.index-botton-green{
   background-image: url('/static/mobile/images/phone.png');
   background-repeat: no-repeat;
   background-position: left 30px center;
   background-size: 14%;
	background-color: #6FC53A;
}
.index-botton-red{
   background-image: url('/static/mobile/images/phone.png');
   background-repeat: no-repeat;
   background-position: left 30px center;
   background-size: 14%;
	background-color: #EA4163;
}
.index-botton-orange{
   background-image: url('/static/mobile/images/phoneing.png');
   background-repeat: no-repeat;
   background-position: left 20px center;
   background-size: 14%;
	background-color: #FD9700;
}
.chat-content{
   padding:0 20px;
   padding-top: 20px;
}
.chat-avatar{
	width: 100px;
	border-radius: 100%;
}
.chat-level{
	width: 28px;
}
.call_phone{
	width: 100%;
   height: 40px;
   line-height: 40px;
   background: url('/static/mobile/images/phone.png') #6DA438 no-repeat 20px 8px;
   background-size: 25px 25px;
   color: #ffffff;
   margin-left: auto;
   margin-right: auto;
   text-align: center;
   position: relative;
   border: none;
   border-radius: 20px;
   -webkit-box-shadow: 1px 1px 5px 0 rgba(0,0,0,.5);
   -moz-box-shadow: 1px 1px 5px 0 rgba(0,0,0,.5);
   box-shadow: 1px 1px 5px 0 rgba(0,0,0,.5);
}
.chat-title{
	font-size: 16px;
   height: 30px;
   line-height: 30px;
   font-weight: bold;
   margin-top: 5px;
}
.chat-free{
	color: #5B9F42;
}
.chat-offline{
	color: #f60;
}
.chat-list{
	font-size: 15px;
}
.chat-list span{
	padding-left: 6px;
}
.chat-date{
	font-size: 15px;
}
.user-content{
	padding: 20px 0px;
}
.user-money-box{
	background: #227dc5;
	padding: 14px 0;
	color:white;
	font-size: 16px;
}
.user-recharge{
   -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 80%;
    height: 60px;
    line-height: 60px;
    background: #75AA35;
    color: #fff;
    TEXT-DECORATION: none;
    border-radius: 4px;
    border: solid 2px #578720;
    font-size: 16px;
}
.user-list{
	background: #EFF8FF;
	padding: 20px 0;
}
.user-list-back{
	width: 100%;
	height: 50px;
}







.footer{
   padding-top: 100px;

}
.footer-content{
	width: 100%;
	background: #0F5F9E;
	color: #fff;
	line-height: 30px;
	text-align: center;
}
.footer-content a{
	color: white;

}


.photos-box {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px;
    padding: 10px;
}
.photo-item {
    /*padding: 20px;*/
}
.photo-item img  {
    width: 100%;
    height: 150px;
}