﻿/*公共部分重置*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, small {
    margin: 0;
    padding: 0;
    font-size: 0.16rem;
    font-family: 'Arial',"Microsoft YaHei","微软雅黑";
}
body{background-color: white;}
div{box-sizing: border-box;}
ul,li{
    list-style: none;
}
a{
    text-decoration: none;
    text-align: center;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-user-select: none;
    -moz-user-focus: none;
    -moz-user-select: none;
}
 a:hover, a:visited, a:link, a:active {
    text-decoration: none;
}
input[type=button], input[type=submit], input[type=file], button { cursor: pointer; -webkit-appearance: none; }
input::-webkit-input-placeholder{
    color: #999899;
    font-weight: 500;
}
input::-moz-placeholder{   /* Mozilla Firefox 19+ */
    color: #999899;
    font-weight: 500;
}
input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    color: #999899;
    font-weight: 500;
}
input:-ms-input-placeholder{  /* Internet Explorer 10-11 */ 
    color: #999899;
    font-weight: 500;
}
html, body{width: 100%;height: 100%;}
.bg1{background-color: #f5f4f9;}
.floatLeft{float: left;}
.floatRight{float: right;}
.clear::after{
    content: "";
    display: block;
    clear: both;
}
.imgCenter{/*图片垂直居中显示*/
    display: block;
    width: 100%;
    position: absolute;
    left:50%;
    top:50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
}
.line {
    width: 100%;
    height: 0.04rem;
    background-color: #eeeeee;
}
.width{
    box-sizing: border-box;
    width: 100%;
    padding: 15px;
}
/* 导航栏 */
.nav{
    width: 100%;
    height: 1.2rem;
    position: relative;
    box-shadow: 0 0 0.12rem rgba(0,0,0,0.2);
    text-align: center;
    font-size: 0.48rem;
    line-height: 1.2rem;
    color: #000000;
    background-color: #ffffff;
}
.nav_back{
    display: block;
    width: 1.2rem;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.nav_back img{width: 0.36rem;}
/* END导航栏 */

/* 日程列表 */
.pro_box_head{
    width: 100%;
    height: auto;
    position: relative;
    line-height: auto;
    padding: 0.4rem 1.5rem 0.4rem 0.4rem;
    font-size: 0.48rem;
    font-weight: bold;
    color: #000000;
    border-radius: 0.2rem;
    box-shadow: 0 0 0.1rem rgba(0,0,0,0.2);
    margin-bottom: 0.4rem;
}
.pro_box_head_btn{
    display: block;
    width: 0.7rem;
    height: 0.7rem;
    position: absolute;
    right: 0.4rem;
    top: 50%;
    -webkit-transform: translate(0,-50%);
    transform: translate(0,-50%);
    border-radius: 50%;
    background-image: linear-gradient(to bottom,#1B3084,#1E3DB7);
}
.pro_box_head_btn img{width: 0.4rem;}
.pro_box_content{
    display: none;
}
.pro_dateUl{
    margin-bottom: 0.4rem;
    margin-left: 0.8rem;
}
.pro_dateLi{
    box-sizing: border-box;
    float: left;
    width: 2.8rem;
    height: 0.8rem;
    position: relative;
    background-color: #cccccc;
    padding-right: 0.28rem;
    text-align: center;
    color: #ffffff;
    font-size: 0.4rem;
    line-height: 0.8rem;
    cursor: pointer;
}
.pro_dateLi::after{
    box-sizing: border-box;
    content: "";
    display: block;
    width: 0.58rem;
    height: 0.58rem;
    position: absolute;
    top: 0.1rem;
    left: -0.3rem;
    background-color: #cccccc;
    border-left: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    transform: rotate(45deg);
}
.pro_dateLi{-webkit-tap-highlight-color:rgba(255,0,0,0);}
.pro_dateLi.check, .pro_dateLi.check::after{background-color: #451abd;}
.pro_tab{
    width: 100%;
    position: relative;
    padding-left: 0.2rem;
}
.pro_tab_box{
    display: none;
    width: 100%;
    padding-left: 0.6rem;
    border-left: 0.02rem solid #cccccc;
}
.pro_tab_box:first-child{display: block;}
.pro_tab_head{
    width: 100%;
    position: relative;
    padding: 0.26rem 0.46rem;
    border-radius: 0.2rem;
    background-color: #1B3084;
    margin-bottom: 0.4rem;
}
.pro_tab_head::before{
    content: "";
    display: block;
    box-sizing: border-box;
    width: 0.4rem;
    height: 0.4rem;
    position: absolute;
    top: 0.26rem;
    left: -0.6rem;
    -webkit-transform: translate(-50%,0);
    transform: translate(-50%,0);
    border-radius: 50%;
    border: 0.03rem solid #ffffff;
    background-color: #1B3084;
    box-shadow: 0 0 0.12rem rgba(59,19,165,0.3);
}
.pro_tab_head::after{
    content: "";
    display: block;
    position: absolute;
    top: 0.26rem;
    left: -0.37rem;
    box-sizing: border-box;
    border-left: 0.2rem solid transparent;
    border-top: 0.2rem solid transparent;
    border-right: 0.2rem solid #1B3084;
    border-bottom: 0.2rem solid transparent;
}
.pro_tab_head_time{
    display: flex;
    flex-flow:row nowrap;
    justify-content: flex-start;
    align-items: center;
    font-size: 0.3rem;
    line-height: 0.5rem;
    color: #ffffff;
}
.pro_tab_head_time img{
    width: 0.3rem;
    margin-right: 0.18rem;
}
.pro_tab_head_title{
    font-size: 0.4rem;
    color: #ffffff;
    line-height: 0.5rem;
    margin: 0.1rem 0;
    font-weight: bold;
}
.pro_tab_head_name{
    font-size: 0.36rem;
    line-height: 0.5rem;
    color: #f3715b;
}
.pro_tab_head_name a{color: #f3715b;padding: 0 0.1rem;}
.pro_tab_date{
    position: relative;
    font-size: 0.38rem;
    color: #1B3084;
    margin-bottom: 0.2rem;
}
.pro_tab_date::before{
    content: "";
    display: block;
    box-sizing: border-box;
    width: 0.4rem;
    height: 0.4rem;
    position: absolute;
    top: 50%;
    left: -0.6rem;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    border-radius: 50%;
    border: 0.03rem solid #ffffff;
    background-color: #009BE7;
    box-shadow: 0 0 0.12rem rgba(59,19,165,0.3);
}
.pro_tab_content{
    width: 100%;
    padding: 0.3rem;
    border-radius: 0.2rem;
    box-shadow: 0 0 0.12rem rgba(59,19,165,0.3);
    margin-bottom: 0.4rem;
}
.pro_tab_content_text{
    font-size: 0.36rem;
    font-weight: bold;
    color: #1B3084;
    line-height: 0.45rem;
    margin-bottom: 0.1rem;
}
.pro_tab_content_man{
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
    font-size: 0.3rem;
    line-height: 0.5rem;
    color: #000000;
}
.pro_tab_content_man img{height: 0.32rem;margin-right: 0.1rem;}
.pro_tab_content_man a{font-weight: bold;color: #000000;margin-right: 0.1rem;padding: 0 0.1rem;}
/* END日程列表 */

/* 讲者日程 */
.date_user_head{
    width: 100%;
    padding: 0.4rem 1.2rem 0;
    border-radius: 0 0 10% 10%;
    background: #1B3084 url(../images/logo_man2.png) no-repeat right top;
    background-size: 150px;
}
.date_user_name{
    font-size: 0.72rem;
    line-height: 2;
    color: #ffffff;
    font-weight: bold;
}
.date_user_com{
    font-size: 0.36rem;
    color: #ffffff;
    line-height: 1.5;
}
.date_user_title{
    font-size: 0.45rem;
    color: #0e050b;
    margin-bottom: 0.2rem;
    font-weight: bold;
}
.date_user_box{
    width: 100%;
    padding: 0.3rem 0.4rem;
    margin-bottom: 0.6rem;
    border-radius: 0.2rem;
    background-color: #ffffff;
    box-shadow: 0 0 0.12rem rgba(59,19,165,0.3);
}
.date_user_time{
    font-size: 0.4rem;
    color: #1B3084;
}
.date_user_title2{
    font-size: 0.45rem;
    font-weight: 500;
    color: #000000;
    margin: 0.1rem 0;
    line-height: 2;
}
.date_user_luntan{
    font-size: 0.4rem;
    color: #000000;
}
/* END讲者日程 */

@media (min-width:768px){
    /* 导航栏 */
    .nav{display: none;}

    /* 日程列表 */
    .pro_box_head{cursor: pointer;}
    .pro_dateLi:hover, .pro_dateLi:hover::after{background-color: #451abd;}
    .pro_tab_head{
        display: flex;
        flex-flow:row nowrap;
        justify-content: flex-start;
        align-items: flex-start;
    }
    .pro_tab_head_time{margin: 0.1rem 0.5rem 0.1rem 0;}
    /* END日程列表 */

    /* 讲者日程 */
    .date_user_head{
        margin-top: 0.2rem;
        border-radius: 0.2rem;
        padding:0.5rem 0.4rem;
        box-shadow: 0 0 0.2rem rgba(59,19,165,0.3);
    }
    .date_user_head p{
        display: inline;
        line-height: 1;
        vertical-align: middle;
    }
    .date_user_name{margin-right: 10px;}
    .date_user_com{font-size: 0.46rem;}


}


.pro_box_head{
	font-weight: bold;
	color: #1B3084;
	font-family:'华文中宋';
	text-align:left;
	background: #eeeeee;
	background-color: rgb(158 158 158 / 6%);
	font-size: 0.43rem;
}

.pro_tab_content_man {
    display: block;
}
.search{
    position: relative;
    margin-bottom: 0px;
    padding:5px 10px;
    border-bottom: 1px solid #d4d9dd;
    background: #f3f5f7;
}
.input-lg {
    padding: 11px 2%;
    height: auto;
    border-radius: 0px;
    font-size: 16px;
    line-height: 1.33;
    width: 79%;
    border: 1px solid #ccc;
}
.form-control {
    border-radius: 2px !important;
}
.search .sbtn {
    position: absolute;
    box-sizing: border-box;
    padding: 0px;
    top: 5px;
    right: 10px;
    z-index: 2;
    display: block;
    width: 15%;
    height: 44px;
    border: 0px;
    border-radius: 0px 4px 4px 0px;
    background: #1B3084;
}