* {
    padding: 0;
    margin: 0;
}
.flex_column{
    display: flex;
    flex-direction: column;
}
.flex_row{
    display: flex;
    flex-direction: row;
}
.pageNameDiv{
    align-items: center;
    height:46px;
}
.cursor_pointer{
    cursor:pointer
}
.schedule_presentation_bg{
    width:800px;
    height:136px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../images/ltwl/schedule_presentation_bg.png);
   
  
}
.barContent{
    width: 800px;
} 
.barFirst{
    height: 22px;
    /* font-family: 'PingFang SC'; */
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #848C99;
}
.barItem{
    height: 22px;
    /* font-family: 'PingFang SC'; */
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #323C49;
}

.schedule_us{
    /* font-family: 'PingFang SC'; */
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 48px;
    color: #FFFFFF;
    margin-top:32px;
    margin-left:32px;
}
.schedule_us_two{
    /* font-family: 'PingFang SC'; */
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    margin-left:32px;
}
.form_item{
    justify-content: space-between;
    width:800px;
    margin-top:16px;
}
.form_label{
    /* font-family: 'PingFang SC'; */
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 40px;
    color: #000000;
}
.redStar{
    /* font-family: 'PingFang SC'; */
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 40px;
    color: #D92D20;
}
.form_input{
    width: 699px;
    height: 40px;
    background: #FFFFFF;
    border: 1px solid #EDEEF0;
    box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
    border-radius: 8px;
    padding: 8px 12px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #323C49;
}
.form_input:hover{
    border: 1px solid #B3C9E7;
    
}
.form_input:focus{
    border: 1px solid #B3C9E7;
    box-shadow: 0px 0px 0px 4px #E7EEF7;
    outline: none;
}

.select:hover{
    border: 1px solid #B3C9E7;
}
.select:focus{
    border: 1px solid #B3C9E7;
    box-shadow: 0px 0px 0px 4px #E7EEF7;
    outline: none;
}

/* ui写select */
li {
    list-style: none;
}
/* #select {
    border: 1px solid #9D9D9D;
    width: 250px;
    height: 24px;
    font-size: 12px;
    cursor: pointer;
    box-sizing: border-box;
    padding-left: 0 10px 0 5px;
} */
.select-head {
    overflow: hidden;
    width: 100%;
    height: 40px;
    box-sizing: border-box;
    
    font-weight: 400;
    font-size: 16px;
    line-height: 40px;
    color: #323C49;
}
.select-head .select-head-cont {
    float: left;
    margin-left:12px;
}
.select-head .select-icon {
    float: right;
    margin-right: 10px;
}

.option_schedule_presentation{
    display: none;
    margin-top: 1px;
    width: 699px;
    color: black;
    background: #fff;
    border: 1px solid #EDEEF0;
    /* Shadow/xs */

    box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
    border-radius: 8px;
    
    z-index: 10;
    position: absolute;
    box-sizing: border-box;
    top: 42px;
    padding: 8px 0;
    left: 0;
}
.option .option-item {
    margin-bottom: 0;
    /*height: 24px;*/
    line-height: 24px;
    padding: 8px 12px;
    font-size: 16px;
    color: #848C99;
}
.option-item:hover {
    background: #fafafa !important;
    color: #848C99 !important;
}
/* #select{
    width: 675px;
    height: 24px;
    padding: 8px 12px;
    outline: none;
    width: 699px;
    height: 40px;
    background: #FFFFFF;
    border: 1px solid #EDEEF0;
    box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
    border-radius: 8px;
} */
.selectObj{
    width: 699px;
    height: 40px;
    /* padding: 8px 12px; */
    outline: none;
    width: 699px;
    height: 40px;
    background: #FFFFFF;
    border: 1px solid #EDEEF0;
    box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
    border-radius: 8px;
}
/* .option {
    margin-top: 1px;
    width: 700px;
    color: black;
    background: #fff;
    border: 1px #9D9D9D solid;
    display: none;
    z-index: 10;
    position: absolute;
    box-sizing: border-box;
    top: 40px;
    left: 0;
} */
#select:hover{
    border: 1px solid #B3C9E7;
}
#select:focus{
    border: 1px solid #B3C9E7;
    box-shadow: 0px 0px 0px 4px #E7EEF7;
    outline: none;
}
.selectedUl{
    border: 1px solid #B3C9E7 !important;
    box-shadow: 0px 0px 0px 4px #E7EEF7 !important;
    /* outline: none; */
}
.init_position{
    color: #848C99;
}
input::-webkit-input-placeholder {
    color: #848C99;
  }
 
  input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #848C99;
  }
 
  input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #848C99;
  }
 
  input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #848C99;
  }
/* ui写select */
.reminder{
    /* font-family: 'PingFang SC'; */
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #848C99;
}
.btn_submit{
    width: 64px;
    height: 40px;
    background: #0B51B2;
    border-radius: 8px;
    line-height:40px;
    text-align: center;
    /* font-family: 'PingFang SC'; */
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
}
/* .pre_sale_bg{
    width:100%;
    height:23.95vw;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../images/ltwl/per_sale_bg.png);
    padding-top:160px;
    padding-left: 360px;
}
.connect_us{
    font-family: 'PingFang SC';
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 48px;
    color: #FFFFFF;
}
.connect_us_two{
    font-family: 'PingFang SC';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #FFFFFF;
}
.flex_row{
    display: flex;
    flex-direction: row;
}
.connect_btn_1 {
    align-items: center;
    justify-content: center;
    width: 118px;
    height: 40px;
    background: #0B51B2;
    border-radius: 8px;
}  
.connect_btn_1:hover {
    background: #0A4AA2;
}  
.connect_btn_1_text{
    font-family: 'PingFang SC';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    margin-left: 5.5px;
}
.connect_btn_2:hover {
    border:1px solid #8FAFDC;
}
.connect_btn_2{
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 118px;
    height: 40px;
    background: #FFFFFF;
    border: 1px solid #E7EEF7;
    border-radius: 8px;
    margin-left: 12px;
}
.connect_btn_2_text{
    font-family: 'PingFang SC';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #0B51B2;
    margin-left: 5.5px;
}
.barContent{
    width: 800px;
    margin-top: 12px;
} */
