html,div,img{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
	background-color: #FFF;
}
a{
    text-decoration: none;
    -webkit-tap-highlight-color:transparent;
}
a:visited{
    color: #1a85ff;
}

.page-list{
	background-color: #FFF;
    max-width: 750px;
    margin: 0 auto;
}
.list-item{
	display: -webkit-flex;
    align-items: center;
    margin-left: 24px;
    height: 96px;
    border-bottom: 1px solid rgba(25,31,37,0.08);
}
.list-item-title{
	font-family: PingFang-SC-Medium;
    font-weight: 500;
    font-size: 18px;
    color: #191F25;
    line-height: 22px;
}
.list-item-subtitle{
	margin-top: 4px;
    font-family: PingFang-SC-Regular;
    font-size: 14px;
    color: #999;
    line-height: 18px;
}
.list-item-content{
    flex-grow: 2;
}
.list-item-thumb{
	padding-right: 24px;
}
.list-item-thumb img {
    width: 96px;
    height: 64px;
}

.detail-info{
	margin: 0 auto;
	margin-top: 40px;
    margin-bottom: 40px;
    padding: 0 24px;
    max-width: 696px;
}

.detail-title {
    font-family: PingFang-SC-Medium;
    font-weight: 500;
    font-size: 24px;
    color: #000;
    letter-spacing: 0.36px;
    line-height: 34px;
    text-align: center;
    margin-bottom: 24px;
}

.info-block{
	margin-bottom: 24px;
}
.block-title{
	font-family: PingFang-SC-Medium;
    font-weight: 500;
    font-size: 16px;
    color: #000;
    line-height: 30px;
}
.block-desc{
	font-family: PingFang-SC-Regular;
    font-size: 14px;
    color: #191f25;
    line-height: 28px;
    margin-top: 16px;
    margin-bottom: 16px;
}
.block-desc img{
    width: 100%;
    vertical-align: middle;
}
.back-action{
	display: inline-block;
    font-family: PingFang-SC-Regular;
    font-size: 16px;
    color: #1a85ff;
    line-height: 28px;
    text-decoration: none;
    margin-bottom: 12px;
}
