@charset "utf-8";

.btn-back2 {
    position: absolute;
    top: 0;
	left: 0;
	width: .3rem;
	height: .3rem;
}

.btn-back2:after {
	content: ' ';
	width: .07rem;
	height: .07rem;
	border: solid #f60;
	border-width: 0 0 2px 2px;
	position: absolute;
	top: .12rem;
	left: .1rem;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}

.page.out header ul li:nth-child(1){
border-bottom:2px solid #f7f7f7;
}

.page.out header ul li:nth-child(2){
border-bottom:2px solid #f60;
}

.page header{
z-index:10;
height:.3rem;
}

.tab{
background:#f7f7f7;
}

.tab li{
height:.3rem;
float:left;
width:50%;
font:normal .12rem/.3rem Arial;
text-align:center;
color:#f60;
border-bottom:2px solid #f60;
}

.tab li:nth-child(2){
border-bottom:2px solid #f7f7f7;
}

.content{
background:#fff;
}

.content ul{
display:none;
}

.content ul:nth-child(1){
display:block;
}

.page.out .content ul:nth-child(1){
display:none;
}

.page.out .content ul:nth-child(2){
display:block;
}

.content ul li{
border-bottom:1px solid #ccc;
padding:.05rem .1rem;
}

.content ul li p{
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
font:normal .09rem/1.7 Arial;
color:#666;
}

.content ul li p.time{
color:#333;
}


.content ul li p.name{
font-size:.12rem;
color:#333;
}

.content ul li.more{
text-align:center;
}

.content ul li.more span{
color:#f60;
font-size:.12rem;
}

.wlt-dialog {
    background-color: #fff;
    border-radius: 5px;
    width: 240px;
    display: inline-block;
    font-size: 14px;
    text-align: left;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
}

.wlt-dialog p {
    line-height: 1.5;
    padding: 10px;
    margin-top: 10px;
}

.wlt-dialog span {
    border-top: 1px solid #D8D8D8;
    display: -webkit-box;
    position: relative;
}

.wlt-dialog .btn {
    color: #f60;
    text-align: center;
    display: block;
    padding: 10px 0;
    width: 50%;
}

.wlt-dialog .btn:first-child {
    -webkit-box-flex: 1;
}

.wlt-dialog .btn:nth-child(2) {
    border-left: 1px solid #ccc;
}


.popup-box{
    width: 190px;
    background: rgba(0, 0, 0, .5);
    z-index: 99999;
    position: fixed;
    border-radius: 5px;
    color: #fff;
    font-size: 15px;
    line-height: 30px;
    text-align: center;
}

.popup-box p {
    margin: 10px;
}

.popup-box .ico-loading {
    background: url("/app_js/wanlitong/v40/wap/vendor/WLT/images/loading.gif");
    height: 24px;
    width: 24px;
    display: block;
    background-size: contain;
    margin: 0 auto;
}
.popup-box .indicator span {
    width: 5px;
    height: 5px;
    border-radius: 5px;
    display: inline-block;
    margin-right: 5px;
    background-color: #AAAAAA;
}
.popup-box .indicator span.active{
    background-color: #fff;
}
