* {
	margin: 0;
	padding: 0;
	font-family: "微软雅黑";
}
a {
	text-decoration: none;
}
ul,
li {
	list-style: none;
}
.clear:after{
	content: '';
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
}

body {
	width: 100%;
	overflow-x: hidden;
    background: #fff;
    font-size: 16px;
}
[v-cloak] {
	display: none !important;
}

.header_info span{
    -webkit-transition: all .5s linear;
    transition: all .5s linear;
    -moz-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -o-transition: all .5s linear;
}
.wrap{
	width: 100%;
	background: white;
}
header{
    width: 100%;
    height: 1.7rem;
    background: url(../img/header_bg@2x.png) no-repeat;
    background-size: 100% 100%;
}
.header_box{
    width: 12rem;
    height: 100%;
    margin: 0 auto;
    padding-top: 0.5rem;
    box-sizing: border-box;
    position: relative;
}
.header_logo{
    width: 2.78rem;
    height: auto;
    display: block;
}
.header_info{
    width: 100%;
    height: 0.6rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    bottom: -0.3rem;
    left: 0;
    background: #FFFFFF;
    box-shadow: 0px 1px 6px 0px rgba(0,0,0,0.1);
    border-radius: 0.06rem;
}
.header_info>ul{
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0 0.2rem;
}
.header_info>ul>li{
    display: flex;
    align-items: center;
    position: relative;
    margin-right: 0.3rem;
    cursor: pointer;
}
.header_info>ul>li>img{
    width: 0.2rem;
    height: 0.2rem;
    display: block;
    margin-right: 0.04rem;
}
.header_info>ul>li>img:nth-of-type(2){
    display: none;
}
.header_info>ul>li>span{
    font-size: 0.16rem;
    font-weight: 400;
    color: #333333;
}
.header_info>ul>li:hover>img:nth-of-type(1){
    display: none;
}
.header_info>ul>li:hover>img:nth-of-type(2){
    display: block;
}
.header_info>ul>li:hover>span{
    color: #1C67CB;
}
.header_info>ul>li>a{
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.kefu_box{
    width: 2.26rem;
    background: #FFFFFF;
    box-shadow: 0px 0.03rem 0.08rem 0px rgba(28,103,203,0.17);
    position: absolute;
    left: -0.2rem;
    top: 0.42rem;
    padding: 0.16rem;
    box-sizing: border-box;
    border-radius: 0.06rem;
    display: none;
}
.kefu_box>div{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.15rem;
}
.kefu_box .qrcode_item>img{
    width: 0.82rem;
    height: 0.82rem;
    display: block;
    margin: 0 auto;
}
.kefu_box .qrcode_item>p{
    font-size: 0.12rem;
    font-weight: 400;
    color: #3F3F3F;
    text-align: center;
    padding-top: 0.04rem;
}
.kefu_box>p{
    font-size: 0.16rem;
    font-weight: 500;
    color: #3F3F3F;
    text-align: center;
}
.header_info>ul>li:nth-of-type(1):hover .kefu_box{
    display: block;
}
.user_box{
    height: 100%;
    position: relative;
}
.user_login,.user_info{
    height: 100%;
    display: flex;
    align-items: center;
    padding-right: 0.2rem;
    cursor: pointer;
}
.user_info{
    display: none;
}
.user_login>img,.user_info>img{
    width: 0.3rem;
    height: 0.3rem;
    display: block;
    margin-right: 0.08rem;
}
.user_login>span,.user_info>span{
    font-size: 0.16rem;
    font-weight: 600;
    color: #1C67CB;
    max-width: 4rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.user_list{
    width: 1.3rem;
    background: #F2F7FF;
    position: absolute;
    top: 0.62rem;
    right: 0;
    box-shadow: 0px 0.03rem 0.08rem 0px rgba(28,103,203,0.17);
    border-radius: 0.06rem;
    display: none;
}
.user_list>p{
    width: 100%;
    height: 0.42rem;
    background: white;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
/* .user_list>p:nth-of-type(1){
    display: none;
} */
.user_list>p:hover{
    background: #F2F7FF;
}
.user_list>p>img{
    width: 0.18rem;
    height: auto;
    display: block;
    margin-right: 0.06rem;
}
.user_list>p>span{
    font-size: 0.16rem;
    font-weight: 400;
    color: #999999;
}


.content_wrap{
    width: 12rem;
    min-height: 9rem;
    margin: 0 auto;
    padding: 0.8rem 0;
}
.content_types{
    width: 100%;
    display: flex;
    margin-bottom: 0.3rem;
}
.wap_types{
    display: none;
}
.content_types>span{
    width: 0.8rem;
    font-size: 0.2rem;
    font-weight: 400;
    color: #8790A4;
    line-height: 0.28rem;
    flex-shrink: 0;
}
.types_box{

}
.types_box>ul{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.types_box>ul>li{
    font-size: 0.18rem;
    font-weight: 400;
    color: #333333;
    line-height: 0.28rem;
    padding: 0 0.2rem;
    background-color: white;
    box-shadow: 0px 0px 0.1rem 0px rgba(0,0,0,0.1);
    border-radius: 0.04rem;
    margin-right: 0.2rem;
    margin-bottom: 0.2rem;
    cursor: pointer;
}
.types_box>ul>li.type_act{
    background: #1C67CB;
    color: white;
}
.types_box>ul:nth-of-type(2){
    padding-top: 0.2rem;
}

.class_list_wrap{
    width: 100%;
}
.class_list{
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.class_list>li{
    width: 2.86rem;
    background: #F8F9FA;
    margin-right: 0.18rem;
    margin-bottom: 0.3rem;
    border-radius: 5px;
    cursor: pointer;
}
.class_list>li:nth-of-type(4n){
    margin-right: 0;
}
.class_list>li>img{
    width: 100%;
    height: 1.7rem;
}
.class_list>li>div{
    width: 100%;
    padding: 0.16rem 0.12rem;
    box-sizing: border-box;
}
.class_list>li>div>h3{
    height: 0.44rem;
    font-size: 0.16rem;
    font-weight: 500;
    color: #222222;
    line-height: 0.22rem;
    display: -webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 0.1rem;
}
.class_list>li>div>p{
    font-size: 0.16rem;
    font-weight: 400;
    color: #8790A4;
}


.class_more {
    width: 100%;
    line-height: 0.36rem;
    text-align: center;
    color: #c0c0c0;
    margin: auto;
    padding-top: 0.2rem;
}


.footer{
	width: 100%;
	background: #eeeeee;
	padding: 0.3rem 0;
}
.footer>div{
	/* width:auto;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center; */
    text-align: center;
}
.footer>div>img{
    width: 2.02rem;
    height: 0.34rem;
}
.footer>div>div{
	margin-left: 0.5rem;
}
.footer>div p{
	font-size: 0.14rem;
    line-height: 0.3rem;
	color: gray;
}


/* 提示弹窗 */
.goStudy{
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,0.5);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100001;
    display: none;
}
.study_cont{
    width: 3.6rem;
    background: #FFFFFF;
    border-radius: 0.16rem;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    padding: 0.4rem 0;
}
.close_btn{
    width: 0.32rem;
    height: 0.32rem;
    display: block;
    position: absolute;
    right: 0;
    top: -0.6rem;
    cursor: pointer;
}
.study_cont>h4{
    font-size: 0.18rem;
    font-weight: bold;
    color: #333333;
    margin-bottom: 0.3rem;
    text-align: center;
}
.study_cont>p{
    font-size: 0.18rem;
    font-weight: 500;
    color: #666666;
    text-align: center;
    margin-bottom: 0.4rem;
}
.study_btns{
    width: 2.1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
}
.study_btns>span{
    display: block;
    width: 0.8rem;
    height: 0.3rem;
    line-height: 0.3rem;
    text-align: center;
    border-radius: 0.04rem;
    background: white;
    border: 1px solid #1C67CB;
    font-size: 0.16rem;
    font-weight: 400;
    color: #1C67CB;
    cursor: pointer;
}
.study_btns>a{
    display: block;
    width: 0.8rem;
    height: 0.3rem;
    line-height: 0.3rem;
    text-align: center;
    border-radius: 0.04rem;
    background: #1C67CB;
    border: 1px solid #1C67CB;
    font-size: 0.16rem;
    font-weight: 400;
    color: white;
}


/* 医院信息弹窗 */
.hospitalInfo{
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,0.5);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100001;
    display: none;
}
.hospital_cont{
    width: 8rem;
    background: white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    border-radius: 0.16rem;
}
.hospital_cont>h4{
    width: 100%;
    line-height: 0.6rem;
    border-bottom: 1px #e1dfdf solid;
    padding: 0 0.3rem;
    box-sizing: border-box;
    font-size: 0.22rem;
    font-weight: bold;
    color: #333333;
}
.info_cont{
    width: 100%;
    padding: 0.3rem;
    box-sizing: border-box;
    border-bottom: 1px #e1dfdf solid;
}
.info_cont>div{
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 0.3rem;
}
.info_cont>div>span{
    width: 1.2rem;
    display: block;
    font-size: 0.16rem;
    color: #333333;
    text-align: right;
    margin-right: 0.3rem;
}
.info_cont>div>span>i{
    font-style: normal;
    color: red;
}
.info_cont>div>div{
    display: flex;
}
.info_cont>div>div>input{
    width: 4.7rem;
    height: 0.38rem;
    border: 1px #dfdfdf solid;
    border-radius: 0.04rem;
    padding: 0 0.1rem;
    box-sizing: border-box;
}
.iPicker-container{
    width: 1.5rem!important;
    margin-right: 0.1rem!important;
}
.iPicker-result{
    height: 0.38rem!important;
    line-height: 0.38rem!important;
}
.iPicker-result i{
    width: 0.3rem;
    height: 0.38rem;
}
.iPicker-list.iPicker-list-show {
    animation-name: none;
}

.hospital_btns{
    width: 100%;
    height: 0.8rem;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0 0.3rem;
    box-sizing: border-box;
}
.hospital_btns>div{
    width: 1rem;
    height: 0.38rem;
    line-height: 0.38rem;
    background: #1C67CB;
    color: white;
    font-size: 0.16rem;
    text-align: center;
    border: 1px #1C67CB solid;
    margin-left: 0.2rem;
    border-radius: 0.06rem;
    cursor: pointer;
}
.hospital_btns>div:nth-of-type(1){
    color: #999999;
    background: white;
    border-color: #e1dfdf;
}


@media screen and (max-width: 982px){
    header,.content_types{
        display: none;
    }
    .wap_types{
        width: 100%;
        display: flex;
        padding: 0.4rem 0.4rem 0;
        box-sizing: border-box;
        justify-content: space-between;
    }
    .wap_types>select{
        width: 3.2rem;
        height: 0.6rem;
        font-size: 0.24rem;
        padding: 0 0.2rem;
        border-radius: 0.08rem;
        appearance: none;
        -moz-appearance: none;
        -webkit-appearance: none;
        -ms-appearance: none;
        background: url(../img/arr_down.png) no-repeat right 0.1rem center;
        background-size: 0.24rem 0.12rem;
        border: 1px solid #c0c0c0;
        outline: none;
    }
    .content_wrap{
        width: 100%;
        min-height: 11.5rem;
        padding: 0;
    }
    .class_list_wrap{
        width: 100%;
        padding: 0.4rem;
        box-sizing: border-box;
    }
    .class_list_wrap>ul{
        justify-content: space-between;
    }
    .class_list_wrap>ul>li{
        width: 3.2rem;
        margin-right: 0;
        overflow: hidden;
        border-radius: 0.08rem;
    }
    .class_list>li>img{
        height: 1.8rem;
    }
    .class_list>li>div>h3{
        font-size: 0.24rem;
        color: #383838;
        min-height: 0.64rem;
        line-height: 0.32rem;
        overflow: hidden;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        -webkit-box-orient: vertical;
        box-orient: vertical;
        display: -webkit-box;
        display: box;
    }
    .class_list>li>div>p{
        font-size: 0.22rem;
    }
    .class_more{
        font-size: 0.24rem;
    }
    .footer{
        padding: 0.3rem;
        box-sizing: border-box;
    }
    .footer>div{
        display: block;
    }
    .footer>div>img{
        display: block;
        margin: 0 auto 0.2rem;
    }
    .footer>div>div{
        margin: 0;
    }
    .footer>div>div p{
        text-align: center;
    }

    .hospital_cont{
        width: 6rem;
    }
    .hospital_cont>h4{
        font-size: 0.28rem;
        line-height: 0.8rem;
    }
    .info_cont>div>span{
        width: 1rem;
        font-size: 0.2rem;
    }
    .iPicker-container{
        width: 1.2rem !important;
        font-size: 0.2rem;
    }
    .info_cont>div>div>input{
        width: 3.8rem;
        font-size: 0.2rem;
    }
    .hospital_btns>div{
        font-size: 0.2rem;
    }
}

