* {
	margin: 0;
	padding: 0;

}
a{
    color: #333;
    text-decoration: none;
}

a:link{
    text-decoration: none;
}
a:hover{
    text-decoration: none;
}
a:active{
    text-decoration: none;
}
a:focus{
    text-decoration: none;
}


#bod{
    /* height: 1100px; */
    background-color: #f5f4f9;
}

.header{
    position: fixed;
    height: 56px;
    width: 100%;
    background-color: #5f9cd4;
    line-height: 56px;
    font-size: 18px;
    color: white;
    z-index: 9;
}
.header a{
    color: white;
    text-decoration: none;
}
.img{
    width: 20px;
    height: 20px;
    margin-left: 10px;
}

.menu{
    float: right;
    width: 56px;
    height: 56px;
}

.user_name{
    width: 95%;
    height: 80px;
    margin: 0 auto;
    background-color: #ffffff;
    border-radius: 5px;
}

.host_name{
    display: flex;
    height: 60px;  
    /* background-color: red; */
    padding-top: 10px;
}

.host_img{
    width: 60px;
    height: 60px;
    margin-left: 20px
    /* flex: 1;  */
    /* background-color: aqua; */
}
.host_img img{
    width: 100%;
    height: 100%;
    border-radius: 50%;
    overflow: hidden;
}

.host_info{
    margin-left: 10px;
}

.name{
    text-decoration: none;
    color: #333;
    font-weight: 700;
    font-size: 16px;
}

.content{
    font-size: 14px;
    width: 200px;
}

.icon{
    width: 40px;
    height: 40px;
    /* background-color: red; */
    margin-left: 85%;
    margin-top: -39px;
}

.summary{
    display: flex;
    width: 95%;
    height: 38px;
    background-color: #f1f1f1;
    font-size: 16px;
    line-height: 38px;
    margin: 0px auto;
    color: #666666;
}
.summary_name{
    flex: 1;
}

.schedule{
    width: 95%;
    /* height: 200px; */
    background-color: #ffffff;
    margin: 0px auto;
    border-radius: 1px;
    margin-bottom: 20px;
}

.schedule_time{
    width: 100%;
    height: 40px;
    background-color: white;
    display: flex;
    border-bottom: 1px solid #f5f5f5;
    box-shadow:0px 3px 2px -3px rgb(245, 240, 240);
}

.schedule_content{
    width: 100%;
    height: 140px;
    border-bottom: 1px solid #f5f5f5;
    box-shadow:0px 3px 2px -3px rgb(237, 236, 236);
}
.schedule_left{
    flex: 1;
    line-height: 40px;
    font-size: 16px;
    color: #986570;
}

.schedule_right{
    width: 25px;
    height: 20px;
    background-color: #5f9cd4;
    text-align: center;
    margin-top: 3%;
    color: white;
    border-radius: 3px;
    margin-right: 3%;
}

.mark{
    width: 4px;
    height: 40px;
    background-color: #986570;
    position: absolute;
    margin-left: -5px;
    border-radius: 5px 0px 0px 5px;
}

.schedule_title{
    width: 80%;
    height: 40px;
    line-height: 40px;
    text-indent:15px;
    font-size: 15px;
    font-weight: 600;
}

.schedule_day{
    text-indent:15px;
    font-size: 16px;
}
.schedule_city{
    text-indent:15px;
    font-size: 16px;
}
.schedule_txt{
    text-indent:15px;
    font-size: 16px;
}
.schedule_detail{
    float: right;
    font-size: 16px;
    margin-right: 18px;
}

.picture{
    width: 25px;height:25px;margin-left: 15px;
}
/* 变动 */
.zhuanti{
    position: absolute;right: 20px;color: #5f9cd4;font-size: 14px;text-align: right;
}

.schedule_content{
    height: auto !important;
    padding-left: 15px !important;
    box-sizing: border-box !important;
}
.schedule_title{
    line-height: 18px !important;
    padding-top: 10px;
    box-sizing: border-box;
}
.schedule_day,.schedule_title,.schedule_city,.schedule_txt{
    text-indent: 0 !important;
}

.schedule_content>a{
    display: block !important;
}
.schedule_detail{
    float: none !important;
    text-align: right !important;
}


