<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*渚ц竟鏍�*/
.cbl_left{
    width: 72px;
    height: 552px;
    position: fixed;
    left: 0;
    top: 50%;
    z-index:100;
    margin-top: -314px;
    background-color: #fff;
    -webkit-box-shadow: 0px 10px 20px 0px rgba(21, 23, 36, 0.1);
            box-shadow: 0px 10px 20px 0px rgba(21, 23, 36, 0.1);
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
  }
  .cbl_left .cbl_list{
    width: 72px;
    height: 61px;
    padding-top: 5px;
    position: relative;
    cursor: pointer;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    z-index:100;
  }
  .cbl_left .cbl_list::after{
    position: absolute;
    content: '';
    width: 52px;
    height: 1px;
    background-color: #f2f2f2;
    bottom: 0;
    left: 10px;
  }
  .cbl_left .cbl_list .cbl_bai{
    display: none;
  }
  .cbl_left .cbl_list img{
    width: 34px;
    height: 34px;
    display: block;
    margin: 0 auto;
  }
  .cbl_left .cbl_list span{
    font-size: 12px;
    color: #333;
    line-height: 14px;
    text-align: center;
    display: block;
    margin-top: 5px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .cbl_left .cbl_list .cbl_tel{
    font-size: 12px;
  }
  .cbl_left .cbl_ewm{
    height: 85px;
  }
  .cbl_left .cbl_ewm img{
    width: 55px;
    height: 55px;
  }
  .cbl_left .cbl_list .cbl_time{
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 15px;
    border-radius: 0 0 0 5px;
    background-color: #EB2636;
    font-size: 12px;
    text-align: center;
    line-height: 15px;
    color:#fff;
  }
  .cbl_left .cbl_list:hover{
    background-color: #EB2636;
  }
  .cbl_left .cbl_list:hover span{
    color: #fff;
  }
  .cbl_left .cbl_list:hover .cbl_ju{
    display: none;
  }
  .cbl_left .cbl_list:hover .cbl_bai{
    display: block;
  }
  .cbl_left .cbl_list .cbl_zhuce{
    width: 224px;
    height: 225px;
    position: absolute;
    left: 92px;
    top: 8px;
    display: none;
    background: url(https://bj.xhd.cn/topic/hky/include/img/cbl_bg.png) top right no-repeat;
  }
  .cbl_left .cbl_list .cbl_zhuce .cbl_right{
    width: 212px;
    padding-top: 20px;
    margin-left: 12px;
    position: relative;
  }
  .cbl_left .cbl_list .cbl_zhuce .cbl_close{
    width: 10px;
    height: 10px;
    position: absolute;
    top: 10px;
    right: 10px;
  }
  .cbl_left .cbl_list .cbl_zhuce h6{
    font-size: 22px;
    color: #fff;
    text-align: center;
    line-height: 22px;
  }
  .cbl_left .cbl_list .cbl_zhuce p{
    padding-left: 44px;
    font-size: 16px;
    color: #fff;
    line-height: 17px;
    margin-top: 20px;
    background: url(https://bj.xhd.cn/topic/hky/include/img/cbl_icon8.png) 20px center no-repeat;
  }
  .cbl_left .cbl_list .cbl_zhuce a{
    width: 170px;
    height: 30px;
    display: block;
    margin: 23px auto 0;
    border: 1px solid #fff;
    border-radius: 5px;
    font-size: 16px;
    text-align: center;
    line-height: 30px;
    color: #fff;
    background-color: rgba(255, 255, 255,0.2);
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .cbl_left .cbl_list .cbl_zhuce a:hover{
    color: #ff8e00;
    background-color: rgba(255, 255, 255,1);
  }
  .cbl_left .cbl_list:hover .cbl_zhuce{
    display: block;
  }
  .cbl_left .shouhui{
    position: absolute;
    left: 82px;
    top: 50%;
    margin-top: -50px;
    width: 17px;
    height: 110px;
    /* border-radius: 0 4px 4px 0; */
    background: url(https://bjmanager.xhd.cn/r/cms/beijing/default/latest/img/cblimg/shou.png) 0 0 no-repeat;
    /* background: url(https://bj.xhd.cn/topic/hky/include/img/shouR.png);  */
  }
  .zhankai{
    left: -82px;
  }
  .zhankai .shouhui{
    background: url(https://bjmanager.xhd.cn/r/cms/beijing/default/latest/img/cblimg/kai.png) 0 0 no-repeat;
    /* background: url(https://bj.xhd.cn/topic/hky/include/img/kaiR.png);  */
  }
  /* 棰勭害璇曞惉 */
  .cbl_left .active{
    background-color: #EB2636;
    border:none;
  }
  .cbl_left .active span{
    color: #fff;
  }
  .cbl_left .active .cbl_ju{
    display: none;
  }
  .cbl_left .active .cbl_bai{
    display: block;
  }
  .cbl_left .active::after {
    position: absolute;
    content: '';
    width: 52px;
    height: 1px;
    background-color: #EB2636;
    bottom: 0;
    left: 10px;
}
/* 棰勭害妗� */
.top_nav .kefu-listen {
    position: fixed;
    top: -9px;
    left: -270px;
    z-index: 80;
  }
  
.top_nav .kefu-listen-item {
    position: fixed;
    top: 50%;
    margin-top: -314px;
    padding: 15px;
    width: 270px;
    height: 294px;
    /* background: #c80034 url(./images/college-bg.png) top center no-repeat; */
    background: #EB2636;
    -webkit-box-shadow: -4px 4px 4px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    border-radius: 0 10px 10px 0;
    box-sizing: border-box;
    transition: transform 0.25s ease-out;
  }
  
.top_nav .kefu-listen-item:nth-child(2) {
    top: 74px;
  }
  
.top_nav .kefu-listen-item.active {
    transform: translateX(341px);
   
  }
.top_nav .close-form-btn {
    position: absolute;
    top: 6px; 
    right: 6px;
    width: 20px;
    height: 20px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    line-height: 18px;
    background-color: #ffee00;
    border-radius: 50%;
    cursor: pointer;
  }
  
.top_nav .form-title {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    color: #fff;
  }
  
.top_nav .form-title span {
    color: #ffee00;
  }
  
.top_nav .form-container {
    width: 240px;
  }
  
  .kefu-listen .form-container .form-item {
    margin-bottom: 10px;
    padding: 0 10px;
    width: 100%;
    height: 32px;
    font-size: 14px;
    border: 1px solid #409eff;
    border-radius: 5px;
    box-sizing: border-box;
}
.kefu-listen .form-container .form-item input {
    margin: 0!important;
    padding: 0;
    width: 100%;
    height: 100%;
    border: 0;
    outline: 0;
}
.top_nav .form-container .form-item,
.top_nav .form-container .form-item-code input {
    height: 36px;
    background-color: #f1f1f1;
    border-color: #f2f2f2;
    margin-bottom: 10px;
  }
  
.top_nav .form-container input {
    background-color: #f1f1f1;
    border-color: #f2f2f2;
    font-size: 14px;
  }
  
.top_nav .form-container .kaptchaBtn,
.top_nav .form-container .submit {
    height: 36px;
    background: #f0be1b;
  }
  
.top_nav .form-container .kaptchaBtn:hover,
.top_nav .form-container .submit:hover {
    background: rgba(240, 190, 27, 0.8);
  }
  
.top_nav .form-course {
    position: relative;
  }
  
.top_nav .form-courselist {
    position: absolute;
    top: 35px;
    left: 0;
    margin: 0;
    padding: 5px 0;
    list-style: none;
    width: 240px;
    height: 0;
    opacity: 0;
    background-color: #f1f1f1;
    border-radius: 5px;
    overflow: hidden;
  }
  
.top_nav .form-courselist.show {
    height: auto;
    opacity: 1;
  }
  
.top_nav .form-courselist .item {
    padding: 0 12px;
    height: 32px;
    line-height: 32px;
  }
  
.top_nav .form-courselist .item:hover,
.top_nav .form-courselist .item.active {
    color: #fff;
    background-color: #c80034;
    cursor: pointer;
  }
  
.top_nav .required,
.top_nav .validated {
    border: 2px solid #f2f2f2 !important;
  }
  .kefu-listen .form-container .kaptchaBtn, .form-container .submit {
    width: 100%;
    height: 32px;
    font-size: 15px;
    color: #fff;
    background: #409eff;
    border: 0;
    border-radius: 5px;
    box-sizing: border-box;
    transition: background .2s;
    cursor: pointer;
}
.kefu-listen .form-container .formCode{
    width: 100%;
    margin-bottom: 0;
}
.kefu-listen .form-container .formCode .codeInput
{
    width: 50%;
    padding-left: 6px;
    padding-right: 0;
}

.kefu-listen .form-container .formCode .codetxt{
    height: 36px;
    width: 48%;
    background: #f0be1b;
}
/* 鍏嶈垂閫氳瘽 */
.phoneAsk {
  position: fixed;
  top: 50%;
  margin-top: 18px;
  left: -278px;
  z-index: 80;
  text-align: center;
  color: #fff;
  box-sizing: border-box;
  width: 264px;
  height: 70px;
  background: rgb(255, 255, 255);
  box-shadow: rgba(30, 37, 46, 0.4) 0px 0px 10px 0px;
  border-radius: 2px;
  border: 1px solid rgb(225, 228, 230);
  padding: 11px 0px 0px 15px;
  transition: transform 0.25s ease-out;
}
.phoneAsk:after {
  position: absolute;
  content: '';
  border: 8px solid transparent;
  border-left-color: #EB2636;
  left: -13px;
  top: 21px;
}
.top_nav .activeTHMF{
  transform: translateX(362px);
}
.top_nav .activeTHMF .required{
  border:0 solid #f2f2f2 !important;
}
.phoneAsk input{
  border-radius: 0;
  border: 2px solid #3385FF;
  width: 161px;
  padding-left: 8px;
  height: 32px;
  box-sizing: border-box;
  font-size: 14px;
  display:block;
  float: left;
}
.phoneAsk span#callMed{
  font-size: 14px;
  width: 72px;
  height: 32px;
  box-sizing: border-box;
  background: #EB2636;
  border-radius: 0 2px 2px 0;
  color: #FFFFFF;
  letter-spacing: -0.18px;
  line-height: 32px;
  cursor: pointer;
  display:block;
  text-align: center;
  border: none;
  float: left;
}

.phoneAsk p{
  margin: 0;
  margin-top: 4px;
  float: left;
  font-size: 12px;
  letter-spacing: 0.63px;
  color: #43484A;
  display: block;
}
.phoneAsk .left-close {
  position: absolute;
  width: 37px;
  height: 34px;
  right: -15px;
  top: -20px;
  cursor: pointer;
}</pre></body></html>