* {
	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;
}

.head_title{
    position: fixed;
    z-index: 99;
    background-color: white;
    width: 100%;
    margin-bottom: 130px;
    height: 66px;
    border-bottom: 2px solid #e5e5e5;
    box-shadow:0 0 5px #cccccc;
}

.row_head{
    display: flex;
    padding-bottom: 2px;
    border-bottom: 1px solid #e5e5e5;
    box-shadow:0 0 3px #cccccc;
}
.clear{
    clear:both;
    padding-top: 130px;
}
.row{
   height: 50px;
   border-bottom: 1px solid #e5e5e5;
   box-shadow: 0 0 3px #cccccc;
}
.head_icon{
  line-height: 50px;
  background-color: white;
  height: 54.5px;
  margin-top: 9px;
}

.text{
    height: 100%;
    width: 55px;
    flex-direction: column; 
    text-align: center;
    margin-right: 5px;
    border-radius: 5px;
    flex-shrink:0 ;
    margin-top: 9px;
}
/* 月 */
.mon{
    height: 22px;
    background-color: whitesmoke;
    border-radius: 5px 5px 0 0;
}
/* 日 */
.day{
    height: 28px;
    /* border-radius:0 0 5px 5px; */
    color: white;
}

.input_search{
    width: 100%;
    height: 50px;
    margin-bottom: 15px;
    background-color: white;
    z-index: 99;
    padding-top: 8px;
}
.search_ipt{
    height: 100%;
    text-align: center;
    background-color: white;
}
.search_icon{
    width: 50px;
    height: 50px;
    position:absolute;
    margin-left: 83%;
    margin-top: -47px;
    text-align: center;
    line-height: 50px;
}

.search::-webkit-input-placeholder { 
    color: #999999;
    font-size: 16px;
}

.search{
    width: 95%;
    height: 100%;
    border-radius: 25px;
    padding-left: 20px;
    border-color:transparent;
    background-color: #f1f1f1;
}
.max_div{
    width: 95%;
    /* background-color: whitesmoke; */
    margin:  0 auto;
    margin-bottom: 10px;
}
.title{
    width: 100%;
    height: 50px;
    background-color: #5f9cd4;
    border-radius: 8px;
    line-height: 50px;
}
.title_name{
    font-weight: 500;
    font-size: 18px;
    color: white;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.content{
    width: 100%;
    margin-top: 10px;
    overflow: auto;
}
.content_text{
    float:left;
    width: 45%;
    height: 138px;
    margin-left: 3.2%; 
    margin-top: 2%;
    background-color: #d6f1ff;
    border-radius: 5px;
}
.starting_time{
    display: block;
    font-weight: 600;
    margin-top: 18px;
    margin-left: 9%;
}
.starting_img{
    width: 20px;
    height: 20px;
    margin-top: -5px;
}
.time{
    font-size: 18px;
}
.content_title{
    margin-left: 9%;
    overflow-x: auto; 
    /* background-color: red; */
    height: 93px;
    /* text-indent: 2em; */
    margin-right: 3px;
    text-align: left;
    margin-top: 5px;
}

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

.down{
    width: 30px;
    height: 30px;
}

.stretch{
    width: 100%;
    height: 100%;
}

.search_key{
    width: 90%;
    margin:auto;
    border-radius: 50px;
}

.layui-input{
    border-radius: 50px!important;
}
.layui-edge{
    display: none;
}
.layui-form-selected{
    text-align: left;
}