@charset "utf-8";
/* CSS Document */
*{margin:0px;padding:0px; }
div,p,dl,dd,a,b,u,em,input,textarea,button,select,form,section,label,span,td,li,nav,footer,body,ul,i {
    font-family: "Microsoft YaHei","微软雅黑",helvetica,arial,verdana,tahoma,sans-serif;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    -webkit-tap-highlight-color:rgba(0,0,0,0);
    /*word-wrap:break-word;*/
    /*word-break:break-all;*/
    padding:0;
    margin:0;
    list-style:none
}
a:focus,a:active {
    outline:0
}
body,td,input,textarea,option,select,button {
    /*font-family:Helvetica,Arial,sans-serif;*/
    /*font-family:Verdana,Tahoma,Helvetica,Arial,sans-serif;*/
    /*font-family:Tahoma, Helvetica, Arial, sans-serif;*/
    /*fon-family:'微软雅黑',Helvetica,Arial,sans-serif;*/
    font-size: 1em;
    -webkit-text-size-adjust:none
}
html{width:100%;height:100%;font-size: 50px;}
body {
    -webkit-user-select:none;
    user-select:none;
    overflow-x:hidden;
    min-width:320px;
    height: 100%;
    background-color: #ffffff;
    /*background-color: #f0f0f0;*/
}
img,video,nav,textarea,input,button {
    border:0;
    vertical-align:bottom
}

a,a:visited {
    text-decoration:none;
    color:#000000;/**/
    -webkit-touch-callout:none
}
h1,h2,h3,h4,h5,h6 {
    font-weight: 300;
}
.body{
    min-width: 320px;
    width: 92%;
    /*max-width: 640px;*/
    margin: 0 auto;
    color: #000000;
    padding-top: 11%;
    /*background-color: #f0f0f0;*/
    /*padding: 10px 0 50px 0;*/
}
.study-list {
 
    background-color: #ffffff;
}
.study-list ul {
    display: flex;
    justify-content: space-around;
    text-align: center;
}

.study-list ul li img{
    width: 60%;
}

.study-list ul li .list-sub-title{
    font-size: 0.28rem;
    text-align: center;
    margin-top: 0.2rem;
    color: #5E666B;
}


.kf-list {
    background-color: #ffffff;
    font-size: 0.28rem;
    margin-top: 0.72rem;
}

.kf-list .li2{
    line-height: 1.4rem;
    display: flex;
    justify-content: space-between;
    border-bottom: 0.5px solid #EEEEEE;
    color: #2F3437;
}

.kf-list .li2 .lt{
    color: #5E666B;
}

.kf-list .li2 img{
    width: 19%;
    vertical-align: middle;
    margin-right: 0.2rem;
}

.tips{
    margin-top: 1.84rem;
    font-size: 0.28rem;
    color: #8D979F;
    
}

.tips .tips-title{
    text-align: center;
    margin-bottom: 0.3rem;
}

.tips div p{
    margin-bottom: 0.2rem;
    text-align: justify;
}

