﻿.footer ul li a {
    color: rgba(255, 255, 255, 0.65) !important;
  }
  #dl-area .nav.top-inv {
    margin-top: 0px;
  }
  .gate-new-body #evaluate input {
    width: 70% !important;
    border: 1px solid rgba(0, 0, 0, 0.15) !important;
    border-radius: 4px !important;
  }
  #eval input {
    width: 70% !important;
    border: 1px solid rgba(0, 0, 0, 0.15) !important;
    border-radius: 4px !important;
  }
  .alert-info{
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
    padding: 15px;
    border-radius: 4px;
  }
  .b-input {
    padding-left: 12px;
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    width: 280px;
    height: 32px;
    margin-bottom: 18px;
  }
  .b-out.b-outs {
    position: fixed;
    bottom: 0px;
    right: 1px;
    width: 320px;
    height: 492px;
  }
  .b-out.b-outh {
    position: fixed;
    bottom: -452px;
    right: 20px;
    width: 223px;
    display: block;
    height: 492px;
  }
  .b-outh .b-toptitle{
    cursor: pointer;
    width: 223px;
  }
  .b-toptitle {
    height: 46px;
    background: #007AFF;
    font-size: 16px;
    padding: 12px 0px 12px 18px;
    color: #FFFFFF;
  }
  .b-contain {
    height: 446px;
    padding: 8px 22px 8px 18px;
    background: #FFFFFF;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  }
  .b-asign {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.85);
    margin-bottom: 17px;
  }
  .b-button {
    border-radius: 4px;
    height: 40px;
    width: 280px;
    font-size: 16px;
    text-align: center;
    line-height: 24px;
    margin-top: 17px;
    color: rgba(0, 0, 0, 0.25);
    background: rgba(0, 0, 0, 0.04);
    border: 1px solid #D9D9D9;
  }
  .b-button-active {
    color: #FFFFFF;
    background: #1890FF;
    border: 1px solid #1890FF;
  }
  .b-list-grade {
    position: absolute;
    display: none;
    top: 340px;
    background-color: #ffffff;
    width: 280px;
    border: 1px solid rgba(0, 0, 0, 0.15);
  }
  .b-grade-li {
    font-size: 13px;
    padding: 0px;
    height: 0px;
    line-height: 0px;
    visibility: hidden;
    opacity: 0;
  }
  body {
    min-width: 1192px;
  }
  a {
    text-decoration: unset;
  }
  .index-title,
  h1 {
    font-size: 24px;
    color: rgba(0, 0, 0, 0.85);
    line-height: 32px;
    font-weight: bold;
  }
  body ::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 8px;
    height: 10px;
  }
  ::-webkit-scrollbar {
    height: 10px;
    width: 8px;
    background: rgba(0, 0, 0, 0.1);
  }
  body ::-webkit-scrollbar-thumb {
    cursor: pointer;
    border-radius: 5px;
    background: rgba(0, 0, 0, 0.25);
    transition: color .2s ease;
  }
  ::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.3);
    border-radius: 6px;
  }
  body ::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.1);
    border-radius: 0;
  }
  ::selection {
    background-color: #cce2ff;
    color: rgba(0, 0, 0, 0.87);
  }
  header {
    height: 60px;
  }
  .side-wx-limg-con {
    padding: 10px 0px 6px 5px;
    margin-bottom: 20px;
    width: 100%;
    height: 93px;
    position: relative;
    border: 1px solid #f5f5f5;
    border-top: none;
    bottom: 5px;
  }
  .side-wx-limg-con img {
    height: 72px;
    width: 72px;
    float: left;
  }
  .ad-wx-asidetext {
    margin: 14px 0px 15px 7px;
    float: left;
  }
  .ad-info{
    font-size: 14px;
    color: rgba(0,0,0,0.85);
    letter-spacing: 0;
    line-height: 36px;
    font-weight:  normal;
    margin: 3px 0px 15.5px;
  }
  .ad-info img{height:30px;width:30px;border-radius:  50%;float:  left;margin: 3px 10px 3px 0px;}
  .asidetext-t {
    font-size: 16px;
    color: rgba(0, 0, 0, 0.85);
    font-weight: bold;
    letter-spacing: 0;
    text-align: justify;
  }
  .asidetext-i {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.65);
    letter-spacing: 0;
    text-align: justify;
    margin-top: 6px;
  }
  .item-span span {
    border-width: 1px;
    border-style: solid;
    border-radius: 4px;
    padding: 2px 8px;
    text-align: left;
    line-height: 20px;
    font-size: 12px;
  }
  .item-span .span1 {
    color: #1890FF;
    border-color: #1890FF;
    background: #E7F3FF;
  }
  .item-span .span2 {
    margin-left: 14px;
    color: #52C41A;
    border-color: #B7EB8F;
    background: #F6FFED;
  }
  .topa {
    background-color: #fff !important;
    color: #333 !important;
    display: block;
  }
  .dropdown:active .dropdown-menu {
    display: block;
  }
  .marginauto {
    margin-left: auto;
    margin-right: auto;
  }
  /*嵌套*/
  .dropdown-menu {
    border: 0;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 100%;
    padding: 5px 0;
    font-size: 14px;
    list-style: none;
    margin-top: 0px !important;
  }
  .dropdown-menu li a {
    text-decoration: none;
    line-height: 20px;
    font-size: 14px;
    padding: 5px 10px 5px 20px;
  }
  .open {
    text-decoration: none;
    color: #fff;
    background-color: #428bca;
  }
  .open > a {
    background-color: #428bca;
    color: #fff !important;
  }
  /*统一div样式*/
  div {
    display: block;
  }
  /*初始化所有标签*/
  *:focus {
    outline: none;
  }
  *,
  *:before,
  *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: PingFang SC,Microsoft Yahei,Microsoft Yahei UI,Segoe UI,Tahoma,SimSun,sans-serif,Hiragino Sans GB;
    padding: 0;
    margin: 0;
  }
  /*header内容器*/
  .navbar-collapse .dropdown:hover ul li a {
    padding: 0 10px 0 15px;
    line-height: 33px;
    text-align: left;
  }
  .navbar-collapse .dropdown:hover .ivu-area {
    visibility: visible;
    opacity: 1;
    height: 169px;
    line-height: 169px;
    transition: all 0.3s;
  }
  .navbar-collapse .dropdown:hover .ivu-univ,
  .navbar-collapse .dropdown:hover .ivu-abu{
    visibility: visible;
    opacity: 1;
    height: 70px;
    line-height: 70px;
    transition: all 0.3s;
  }
  .navbar-collapse .dropdown:hover .ivu-bg,
  .navbar-collapse .dropdown:hover .ivu-exp {
    visibility: visible;
    opacity: 1;
    height: 136px;
    line-height: 136px;
    transition: all 0.3s;
  }
  .navbar-collapse .dropdown:hover .ivu-bg{
    height: 136px;
  }
  .navbar-collapse .dropdown:hover ul li {
    visibility: visible;
    opacity: 1;
    height: 33px;
    line-height: 33px;
    transition: all 0.3s;
  }
  .navbar-collapse .dropdown ul li {
    visibility: hidden;
    opacity: 0;
    height: 0px;
    list-style-type: none;
    text-align: center;
    background-color: #fff;
    line-height: 00px;
    margin: 0 auto;
    white-space: nowrap;
  }
  
  .navbar-collapse .ivu-dropdown-menu {
    visibility: hidden;
    opacity: 0;
    height: 0px;
    line-height: 0px;
    padding: 2px 0px;
    min-width: 100px;
    background-color: #fff;
    box-sizing: border-box;
    border-radius: 4px;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 60px;
    margin-top: 0px !important;
  }
  .navbar-default {
    border-bottom: 1px solid #e9e9e9;
    background-color: #ffffff !important;
    position: fixed;
    height: 60px;
    top: 0;
    border-radius: 0;
    right: 0;
    left: 0;
    z-index: 1030;
  }
  .btdown {
    display: none;
    position: relative;
    left: 93px;
    bottom: 2px;
    float: unset;
  }
  .btup {
    position: relative;
    left: 93px;
    bottom: 2px;
    float: unset;
  }
  /*内框架*/
  .contain {
    height: 60px;
    width: 1152px;
    margin-left: auto;
    margin-right: auto;
  }
  .nav.top-inv {
    display: block!important;
  }
  .nav.top-inv:before {
    display: table;
    content: " ";
  }
  #fat-menu {
    position: relative;
    display: block;
    float: left;
  }
  .top-notice-li {
    position: relative;
    display: block;
    float: left;
  }
  .top-notice-icon {
    padding: 0px !important;
  }
  .top-notice-icon img {
    margin-top: 18px;
    width: 25px;
  }
  #drop3 {
    background-color: white;
    padding: 10px 10px 9px 20px !important;
  }
  .topa-img {
    margin: 0px;
    width: 32px;
    height: 32px;
    border: 2px solid transparent;
    border-radius: 50%;
    vertical-align: middle;
  }
  .topa-img:hover {
    border: 2px solid rgba(30, 185, 238, 0.5);
  }
  .mengb {
    width: 32px;
    background-color: rgba(0, 0, 0, 0.5);
    height: 32px;
    position: absolute;
    top: 10px;
    opacity: 0;
    border-radius: 50%;
  }
  #ul-hide {
    background-color: #fff !important;
  }
  #ul-hide li {
    color: #333;
  }
  a {
    cursor: pointer;
  }
  .cusx-top > li > a {
    margin-left: 20px;
    width: 110px;
  }
.tagbg1 {background-image: url(http://img.compassedu.hk/icon-mindex.png) ;}
.tagbg2 {background-image: url(http://img.compassedu.hk/icon-order.png) ;}
.tagbg3 {background-image: url(http://img.compassedu.hk/icon-notice.png) ;}
.tagbg4 {background-image: url(http://img.compassedu.hk/icon-huodong.png) ;}
.tagbg5 {background-image: url(http://img.compassedu.hk/icon-line.png) ;}
.tagbg6 {background-image: url(http://img.compassedu.hk/icon-comp.png) ;}
.tagbg7 {background-image: url(http://img.compassedu.hk/icon-shixi.png) ;}
.tagbg8 {background-image: url(http://img.compassedu.hk/icon-sxsy.png) ;}
.tagbg9 {background-image: url(http://img.compassedu.hk/icon-jnpx.png) ;}
.tagbg10 {background-image: url(http://img.compassedu.hk/icon-yypx.png) ;}
.tagbg11 {background-image: url(http://img.compassedu.hk/icon-sqcl.png) ;}
.tagbg12 {background-image: url(http://img.compassedu.hk/icon-sqyx.png) ;}
.tagbg13 {background-image: url(http://img.compassedu.hk/icon-sqcl.png) ;}
.tagbg1,.tagbg2,.tagbg3,.tagbg4,.tagbg5,.tagbg6,.tagbg7,.tagbg8,.tagbg9,.tagbg10,.tagbg11,.tagbg12,.tagbg13{background-size: 15px 15px;background-repeat:no-repeat;background-position:left center}
.topa.tagbg2:hover {background-image: url(http://img.compassedu.hk/icon-order1.png) !important;}
.topa.tagbg4:hover {background-image: url(http://img.compassedu.hk/icon-huodong1.png) !important;}
.topa.tagbg7:hover {background-image: url(http://img.compassedu.hk/icon-shixi1.png) !important;}
.topa.tagbg8:hover {background-image: url(http://img.compassedu.hk/icon-sxsy1.png) !important;}
.topa.tagbg9:hover {background-image: url(http://img.compassedu.hk/icon-jnpx1.png) !important;}
.topa.tagbg10:hover {background-image: url(http://img.compassedu.hk/icon-yypx1.png) !important;}
.topa.tagbg11:hover {background-image: url(http://img.compassedu.hk/icon-sqcl1.png) !important;}
.topa.tagbg12:hover {background-image: url(http://img.compassedu.hk/icon-sqyx1.png) !important;}

/* .top-goinitem:hover,.cusx-top a:hover,.cusx-top li a:hover {
  color:#fff!important 
 } */
  .line {
    border-top: 1px solid #E9E9E9;
    margin-top: 2px;
  }
  .major-p {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.85);
    line-height: 22px;
    text-align: justify;
    text-justify: inter-ideograph;
  }
  .major-p p {
    margin-bottom: 6px;
  }
  .major-side {
    background: #FFFFFF;
    width: 208px;
    position: fixed;
    z-index: 10;
    top: 62px;
    bottom: 0;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .major-side .major-kind a {
    padding-left: 9px 0px 9px 47px;
  }
  .major-side .major-list a {
    line-height: 40px;
    padding-left: 47px;
    display: block;
    justify-content: center;
    align-items: center;
  }
  .major-side li {
    cursor: pointer;
    height: 40px;
  }
  .major-list .active {
    background: #E7F3FF;
    border-right: 2px solid #1890FF;
  }
  .major-list .active a {
    display: block;
    padding: 9px 0px 9px 47px;
    font-size: 14px;
    color: #1890ff;
    line-height: 22px;
  }
  .major-list a {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.65);
    line-height: 22px;
  }
  .major-icon {
    height: 14px;
    width: 14px;
    position: relative;
    float: left;
    left: 21px;
    top: 12px;
  }
  .major-area a {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.85);
    line-height: 40px;
    font-weight: bold;
    padding: 9px 0px 9px 33px;
  }
  .university-icon {
    width: 12.5px !important;
    height: 12.5px !important;
    margin-right: 5px !important;
  }
  .u-icon1 {
    margin-top: 26px;
  }
  .u-icon2 {
    margin-top: 4px;
  }
  .major-right {
    min-height: 882px;
    width: 944px;
    position: relative;
    padding: 3px 0px 0px 0px;
    left: 208px;
  }
  .major-right h2 {
    color: rgba(0, 0, 0, 0.85);
    font-size: 24px;
    line-height: 32px;
    font-weight: bold;
  }
  .major-right li button:hover .dropdown-menu {
    display: block;
  }
  .m-tab-item {
    float: left;
    padding: 12px 16px;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.65);
    letter-spacing: 0;
    text-align: center;
    line-height: 22px;
    cursor: pointer;
  }
  .m-tab-item + .m-tab-item {
    margin-left: 24px;
  }
  .major-tab .view1 {
    color: #1890FF;
    border-bottom: 2px solid #1890FF;
  }
  .se-area {
    margin: 24px 23px 24px 29px;
    height: 146px;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.85);
    line-height: 22px;
    background-color: #F8F8F8;
    border-radius: 2px;
  }
  .se-area .margin-o,
  .se-area .margin-r {
    padding: 1.5px 10px;
    margin-left: 15px;
    cursor: pointer;
  }
  .se-area .margin-r + .margin-r {
    margin-left: 16px;
  }
  .se-area .view {
    font-size: 14px;
    color: #FFFFFF;
    line-height: 22px;
    background: #1890FF;
    border-radius: 4px;
  }
  .se-area .se-kind .margin {
    margin: 0px 23px 0px 32px;
    border-bottom: 1px dashed #E9E9E9;
    padding-bottom: 24px;
    padding-top: 24px;
  }
  .se-area .se-kind .margin .span-major {
    margin-left: 15px;
  }
  .se-area .se-kind .margin .span-zh {
    margin-left: 16px;
  }
  .se-rank {
    
    height: 73px;
    display: -webkit-box;
    -webkit-box-pack: center;
    -webkit-box-align: left;
    -webkit-box-orient: vertical;
    -moz-box-pack: center;
    -moz-box-align: left;
    -moz-box-orient: vertical;
  }
  .se-rank-fix {
    position: absolute;
    display: none;
    top: 139px;
  }
  .dif-d,
  .sif-d,
  .aif-d {
    padding: 16px 28px 0px 33px;
  }
  .dif-d .aif-tt,
  .sif-d .aif-tt,
  .aif-d .aif-tt {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.85);
    line-height: 22px;
    font-weight: bold;
    margin-bottom: 9px;
  }
  .dif-d .aif-dt,
  .sif-d .aif-dt,
  .aif-d .aif-dt {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.85);
    line-height: 22px;
    margin-bottom: 20px;
  }
  .dif-d .aif-dt p,
  .sif-d .aif-dt p,
  .aif-d .aif-dt p {
    margin-bottom: 6px;
  }
  li .bottom-arrow1:before {
    content: "";
    border: 6px solid #1890FF;
    border-bottom: none;
    border-right-color: transparent;
    border-left-color: transparent;
    position: relative;
    top: 8px;
    left: 6px;
    border-radius: 2px;
  }
  li .bottom-arrow1 {
    position: relative;
    top: 6px;
    height: 6px;
  }
  li .bottom-arrow1:after {
    content: "";
    border: 6px solid #fff;
    border-bottom: none;
    border-right-color: transparent;
    border-left-color: transparent;
    position: relative;
    top: 7px;
    left: -6px;
  }
  .right-i {
    position: absolute;
    left: 0px;
    top: 0px;
  }
  .right-i .dropdown1:hover {
    text-decoration: none;
    color: rgba(0, 0, 0, 0.85) !important;
    background-color: white;
  }
  .right-i .dropdown1:hover ul {
    display: block;
  }
  .dropdown1 h2 {
    font-size: 24px;
    line-height: 32px;
    font-weight: bold;
    width: fit-content;
    float: left;
    margin-right: 25px;
    color: rgba(0, 0, 0, 0.85);
  }
  .dropdown1a {
    border: 1px solid #1890FF;
    border-radius: 8px;
    font-size: 14px;
    color: #1890FF !important;
    background-color: transparent!important;
    padding: 6px 16px !important;
  }
  .container {
    background: #FFFFFF;
    border-radius: 2px;
    margin-top: 10px;
    padding: 0px;
    clear: both;
    height: 100%;
    min-height: 100%;
    margin-bottom: 10px;
  }
  .major-side,
  .major-right {
    overflow-y: visible;
    margin-top: 23px;
  }
  /*logo*/
  .navbar-header {
    float: left;
    margin-top: 13px;
  }
  .logo-l {
    width: 152px!important;
  }
  .top-name {
    width: 151px;
    margin-top: 14px;
    margin-left: 12px;
    font-size: 20px;
    color: rgba(0, 0, 0, 0.85);
    letter-spacing: 0;
    line-height: 20px;
    float: left;
  }
  /*横向uldiv容器*/
  .navbar-collapse {
    border-top: 0;
    box-shadow: none;
  }
  /*顶部ul*/
  .top-svg {
    width: 14px;
    height: 14px;
    float: right;
    padding-top: 2px;
    margin-left: 2px;
        position: absolute;
    right: 0px;
    top: 14px;
  }
  .top-svg svg {
    fill: rgba(0, 0, 0, 0.85);
  }
  .top-svgs{
    width: 14px;
    float: right;
    position: absolute;
    top: 14px;
    margin: 0px;
    right: 25px;
    padding: 0px;
    height: 20px;
  }
  .top-svgs svg{
    fill: #ffffff;
  }
  .top-svgh{
    margin: 0px;
    right: 25px;
    padding: 0px;
    height: 20px;
    position: relative;
    transform: rotate(180deg);
    top: 0px;
    width: 14px;
    float: right;
  }
  .top-svgh .svg{fill: #ffffff;}
  .s-svg svg {
    fill: #1890FF !important;
    position: relative;
    top: 3px;
    left: 2px;
  }
  .navbar-nav {
    float: left;
    margin: 0;
    list-style: none;
    
  }
  
  .bgrade-s{color:rgb(0,0,0)}
  #bgrade,#bscore,.bgrade-m{color:rgba(0,0,0,0.25)}
  /*top横向列表标签*/
  .navbar-nav > li {
    float: left;
    position: relative;
    display: block;
  }
  li {
    display: list-item;
  }
  .form-group1 {
    display: table;
    width: 100%;
    margin-bottom: 20px;
    box-sizing: border-box;
    line-height: 1.6;
    color: #33353c;
    -webkit-font-smoothing: antialiased;
    background: #FFFFFF;
    border: 1px solid #D9D9D9;
    border-radius: 4px;
  }
  .form-group1 #tel {
    background: #FFFFFF;
    height: 46px;
    display: table-cell;
    width: 100%;
    padding: 11px 0 11px 17px;
    font-size: 15px;
    border: 0;
    outline: 0;
  }
  .form-group1 input {
    display: table-cell;
    width: 100%;
    padding: 11px 0 11px 17px;
    font-size: 15px;
    border: 0;
    outline: 0;
  }
  .form-group-addon {
    position: relative;
    display: table-cell;
    width: 1%;
    white-space: nowrap;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.45);
    letter-spacing: 0;
    text-align: right;
  }
  @-moz-document url-prefix() {
    .select-nation {
      top: 1px !important;
    }
  }
  .select-nation {
    position: relative;
    box-sizing: content-box;
    text-transform: none;
    width: 98px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    text-align: left;
    line-height: 23px;
    top: unset;
    margin-left: 0px;
    font-size: 16px;
    border: 0;
    outline: 0;
    color: rgba(0, 0, 0, 0.65);
    padding: 10px 0px 9px 16px;
    margin-bottom: 1px;
  }
  /*横向ul列表链接标签*/
  .nav > li > a {
    padding: 14px 15px 14px;
    position: relative;
    display: block;
    text-decoration: none;
    background: transparent;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.85) !important;
    text-align: center;
    line-height: 32px;
    margin-left:17px
  }
  .mgb0 {
    margin-bottom: 0px;
  }
  table {
    border-collapse: collapse;
  }
  .major-table td {
    font-weight: 400;
  }
  .univcname-tddiv {
    font-size: 16px;
    color: rgba(0, 0, 0, 0.85);
    text-align: center;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 12em;
    margin-left: auto;
    margin-right: auto;
  }
  .major-table tr,
  .major-table div {
    height: 80px;
    text-align: center;
    color: rgba(0, 0, 0, 0.85);
    line-height: 80px;
    font-weight: bold;
  }
  .major-table tr .td-img,
  .major-table div .td-img {
    float: left;
    height: 48px;
    line-height: 48px;
    width: 48px;
    margin: 14px 12px 25px 0px;
    border-radius: 50%;
  }
  .major-table tr th,
  .major-table div th {
    font-weight: 700;
  }
  .major-table tr .td1,
  .major-table div .td1,
  .major-table tr .td2,
  .major-table div .td2,
  .major-table tr .td3,
  .major-table div .td3,
  .major-table tr .td4,
  .major-table div .td4,
  .major-table tr .td4,
  .major-table div .td4,
  .major-table tr .td5,
  .major-table div .td5 {
    line-height: 46px;
    font-weight: bold;
    float: left;
    height: 46px;
  }
  .major-table tr .tb-cname,
  .major-table div .tb-cname,
  .major-table tr .tb-ename,
  .major-table div .tb-ename {
    font-weight: 400 !important;
    text-overflow: ellipsis;
    overflow: hidden;
    height: unset;
    white-space: nowrap;
    width: 336px;
    text-align: left;
  }
  .major-table tr .td1,
  .major-table div .td1,
  .major-table tr .td-rank,
  .major-table div .td-rank {
    width: 125px;
    float: left;
  }
  .major-table tr .td2,
  .major-table div .td2,
  .major-table tr .td-name,
  .major-table div .td-name {
    width: 402px;
    float: left;
    text-align: left;
    padding-left: 85px;
  }
  .major-table tr .td-name,
  .major-table div .td-name {
    padding-left: 0px;
  }
  .major-table tr .td3,
  .major-table div .td3 {
    width: 71px;
    float: left;
  }
  .major-table tr .td4,
  .major-table div .td4,
  .major-table tr .univcname-td,
  .major-table div .univcname-td {
    width: 90px;
  }
  .major-table tr .td5,
  .major-table div .td5,
  .major-table tr .univcname-td,
  .major-table div .univcname-td {
    width: 275px;
    float: left;
  }
  .major-table tr .td6,
  .major-table div .td6 {
    width: 14px;
  }
  .major-table tr .td-rank,
  .major-table div .td-rank,
  .major-table tr .td-name,
  .major-table div .td-name,
  .major-table tr .univcname-td,
  .major-table div .univcname-td {
    float: left;
  }
  .major-table tr .td-rank,
  .major-table div .td-rank {
    font-weight: bold;
    font-size: 20px;
    color: #D0021B;
    text-align: center;
  }
  div .tb-cname,
  div .tb-ename {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 22em;
    text-align: left;
  }
  div .tb-cname {
    text-align: left;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.85);
    line-height: 22px;
    margin-top: 16px;
    margin-bottom: 4px;
  }
  div .tb-ename {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.65);
    line-height: 20px;
  }
  .ivu-icon,
  .ivu-icon:before,
  .ivu-icon:after {
    position: relative!important;
    bottom: 1px !important;
    font-family: Ionicons!important;
  }
  .ivu-dropdown-rel1 {
    border: 1px solid #1890FF;
    border-radius: 8px;
    font-size: 14px;
    color: #1890FF !important;
    background-color: transparent!important;
    padding: 6px 16px !important;
  }
  /*top下拉列表默认隐藏*/
  /*全角向下箭头*/
  .caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
  }
  /*搜索框input样式*/
  .form-query-div {
    position: relative;
  }
  .form-control {
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    width: 208px;
    height: 32px;
    text-indent: 1em;
    font-size: 14px;
    line-height: 22px;
    padding: 0px !important;
  }
  /*搜索框上级表单form样式*/
  .form-control:focus {
    border-color: rgba(0, 0, 0, 0.15) !important;
    outline: 0;
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
  }
  .navbar-form {
    margin: 14px 0px 0px 20px !important;
    width: 258px;
    float: left!important;
    padding: 0px !important;
  }
  /*提交按钮样式*/
  .navbar-form button {
    outline: none;
    cursor: pointer;
    height: 17.5px;
    width: 17.5px;
    background-color: unset;
    border: none;
    background-image: url('http://img.compassedu.hk/vl-search.png');
    background-position: -4px;
    position: absolute;
    top: 7px;
    right: 60px;
    margin-right:0px!important
  }
  /*输入框默认展示信息样式*/
  input::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    /* WebKit browsers */
    font-size: 14px;
    color: rgba(0, 0, 0, 0.25);
    line-height: 22px;
  }
  input:-moz-placeholder,
  textarea:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    font-size: 14px;
    color: rgba(0, 0, 0, 0.25);
    line-height: 22px;
  }
  input::-moz-placeholder,
  textarea::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    font-size: 14px;
    color: rgba(0, 0, 0, 0.25);
    line-height: 22px;
  }
  input:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    font-size: 14px;
    color: rgba(0, 0, 0, 0.25);
    line-height: 22px;
  }
  #zhuce {
    margin-right: 16px;
  }
  #zhuce,
  #dengl {
    cursor: pointer;
    width: 58px;
    height: 32px;
    padding: 5px 9px 7px;
    border: 1px solid #1890FF;
    border-radius: 4px;
    font-size: 14px;
    color: #1890FF;
    text-align: center;
    background-color: inherit;
    margin-top: 14px;
    margin-bottom: 10px;
  }
  .navbar-form + .navbar-form {
    width: 20px;
    display: none;
  }
  #dl-area {
    float: right;
  }
  #dengl:hover,
  #zhuce:hover {
    color: white;
    background-color: rgba(24, 144, 255, 0.8) !important;
    border-color: rgba(24, 144, 255, 0.8) !important;
  }
  .bottom-arrow {
    float: right;
    padding-top: 6px;
  }
  .side-arrow {
    position: relative;
    left: 90px;
    top: 5px;
    float: unset;
  }
  .bottom-arrow:before {
    content: "";
    border: 6px solid #777;
    border-bottom: none;
    border-right-color: transparent;
    border-left-color: transparent;
    position: relative;
    top: 8px;
    left: 6px;
    border-radius: 2px;
  }
  .bottom-arrow:after {
    content: "";
    border: 6px solid #fff;
    border-bottom: none;
    border-right-color: transparent;
    border-left-color: transparent;
    position: relative;
    top: 7px;
    left: -6px;
  }
  /*页底模块*/
  footer {
    background: rgba(0, 0, 0, 0.65);
    width: 100%;
    position: absolute;
    bottom: 0px;
  }
  /*混合*/
  .div-pass-input #code,
  #pass {
    border: 1px solid #D9D9D9;
  }
  .footer {
    width: 1152px;
    padding: 44px 0px 38px 0px;
    margin-left: auto;
    margin-right: auto;
  }
  .add-list{
    margin-bottom: 10px;
    height: 21px;
  }
  .add-list .add-list-ul{
    font-size: 14px;
    color: rgba(255,255,255,0.65);
    line-height: 22px;
  }
  .add-list .add-list-ul li {
    float: left;
    list-style: none;
    margin-right: 10px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.65);
    line-height: 20px;
  }
  .add-list .add-list-ul li:hover {
    cursor: pointer;
  }
  .add-list .add-list-ul .add-active {
    border-bottom: 1px solid #FFFFFF;
    color: #FFFFFF;
    font-weight: bold;
  }
  p[class^='p-li-'] {
    display: none;
  }
  .bottom-title {
    margin-bottom: 6px;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.85);
    line-height: 24px;
    height: 33px;
    font-weight: bold;
  }
  li {
    list-style: none;
  }
  footer li a {
    float: left;
    margin-right: 16px;
    text-decoration: none;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.65);
    line-height: 22px;
  }
  .leline {
    border-bottom: 1px solid #E9E9E9;
  }
  
  .clearfloat {
    clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0px;
  }
  .bottom-tar {
    font-size: 14px;
    color: #FFFFFF;
    clear: both;
    margin-top: 44px;
  }
  .btn,
  .btn:active,
  .btn:hover {
    text-decoration: none;
    border: none;
  }
  .form-group button {
    outline: none;
  }
  /*专业详情页面*/
  .mjdt-spc {
    margin-bottom: 27px;
  }
  .mjdt-spc p {
    margin-bottom: 6px !important;
  }
  .major-td-center {
    font-size: 20px;
    color: rgba(0, 0, 0, 0.65);
    text-align: center;
  }
  .majordetail-side-left p {
    margin-bottom: 27px;
  }
  .majordetail-side-left h2 {
    margin-bottom: 10px;
  }
  .md-tt {
    width: 1152px;
    margin: 0 auto;
    margin: 32px auto 32px auto;
  }
  .md-top {
    width: 100%;
    height: 161px;
    background: rgba(248, 251, 253, 0.85);
    border-top: 1px solid #E7E7E7;
    border-bottom: 1px solid #E7E7E7;
  }
  .md-top img {
    width: 96px;
    float: left;
    margin-right: 30px;
  }
  .md-top .cname-title {
    font-size: 24px;
    color: rgba(0, 0, 0, 0.85);
    line-height: 32px;
    font-weight: bold;
    margin-bottom: 2px;
  }
  .md-top .ename-title {
    font-size: 20px;
    color: rgba(0, 0, 0, 0.65);
    font-weight: bold;
    line-height: 32px;
    margin-bottom: 9px;
    height: 32px;
  }
  .md-top .cname-title,
  .md-top .ename-title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
  .md-top .kind,
  .md-top .dept {
    font-size: 12px;
    text-align: left;
    line-height: 20px;
    padding: 1px 8px;
    border-radius: 4px;
  }
  .md-top .kind {
    background: #E7F3FF;
    border: 1px solid #1890FF;
    border-radius: 4px;
    padding: 1px 8px;
    width: fit-content;
    color: #1890FF;
    float: left;
  }
  .md-top .kind p {
    font-size: 12px;
    color: #1890FF;
    text-align: left;
    line-height: 18px;
  }
  .md-top .dept {
    float: left;
    background: #FFF2E8;
    border: 1px solid #FFBB96;
    border-radius: 4px;
    padding: 1px 8px;
    width: fit-content;
    margin-left: 14px;
    color: #FA541C;
  }
  .md-top .dept p {
    font-size: 12px;
    color: #FA541C;
    text-align: left;
    line-height: 18px;
  }
  .r_d {
    height: 75px;
    float: right;
    min-width: 230px;
    margin-top: 18px;
  }
  .r_d span {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.65);
    line-height: 22px;
  }
  .r_d .r_d_r {
    vertical-align: bottom;
    height: 46px;
    display: table-cell;
    margin-bottom: 4px;
  }
  .r_d .icon {
    width: 12.5px;
    height: 12.5px;
  }
  .r_d .int {
    margin-left: 9.7px;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.65);
    line-height: 22px;
  }
  .r_d .num {
    font-size: 38px;
    color: #096DD9;
    line-height: 46px;
    font-weight: bold;
  }
  .r_d .scl {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.65);
    line-height: 22px;
    float: left;
    width: 130px;
  }
  .r_d .icon1 {
    width: 12.5px;
    height: 12.5px;
    float: left;
  }
  .r_d .int1 {
    margin-left: 9.7px;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.65);
    line-height: 22px;
    float: left;
  }
  .md-contain {
    display: flex;
    margin-top: 0px;
  }
  .md-contain .side-left {
    width: 880px;
    margin: 17px 28px 0px 0px;
    float: left;
  }
  .md-contain h2 {
    font-size: 16px;
    color: rgba(0, 0, 0, 0.85);
    line-height: 22px;
    font-weight: bold;
  }
  .md-contain p {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.85);
    line-height: 22px;
  }
  .md-contain table {
    margin-top: 27px;
    border-collapse: collapse;
    text-align: left;
  }
  .md-contain table tr {
    border-bottom: 1px solid #E8E8E8;
    height: 48px;
  }
  .md-contain table th {
    padding-left: 17px;
    height: 48px;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.85);
    line-height: 48px;
    background: #FAFAFA;
  }
  .md-contain table .th1 {
    width: 89.5px;
  }
  .md-contain table .th2 {
    width: 200px;
  }
  .md-contain table .th3 {
    width: 394px;
  }
  .md-contain table td {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.85);
    line-height: 22px;
    padding-left: 17px;
  }
  .md-contain table .td1 {
    text-indent: 1em;
  }
  .md-contain .le-right,
  .md-contain .side-right {
    float: left;
    width: 244px;
    margin-top: 41.5px;
    position: relative;
  }
  .md-contain .le-right .univ-side-con,
  .md-contain .side-right .univ-side-con {
    position: relative;
    width: 244px;
    background-image: url('http://img.compassedu.hk/ad-app.jpg');
    height: 208px;
    background-size: contain;
  }
  .md-contain .le-right .univ-side-con .text-above,
  .md-contain .side-right .univ-side-con .text-above {
    position: absolute;
    top: 13px;
    left: 18px;
  }
  .md-contain .le-right .univ-side-con .text-above .above-t,
  .md-contain .side-right .univ-side-con .text-above .above-t {
    font-size: 20px;
    color: #4A90E2;
    letter-spacing: 0;
    text-align: justify;
    font-weight: bold;
    margin-bottom: 2px;
  }
  .md-contain .le-right .univ-side-con .text-above .above-i,
  .md-contain .side-right .univ-side-con .text-above .above-i {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.45);
    letter-spacing: 0;
    text-align: justify;
  }
  .md-contain .le-right .wx-app-aside-bottom,
  .md-contain .side-right .wx-app-aside-bottom {
    height: 78px;
    padding: 3px 13px;
    width: 244px;
    border: 1px solid #f5f5f5;
  }
  .md-contain .le-right .wx-app-aside-bottom img,
  .md-contain .side-right .wx-app-aside-bottom img {
    width: 72px;
    height: 72px;
    float: left;
  }
  .md-contain .le-right .wx-app-aside-bottom .aside-b-text,
  .md-contain .side-right .wx-app-aside-bottom .aside-b-text {
    float: left;
    padding: 13px 0px 13px 8px;
  }
  .md-contain .le-right .wx-app-aside-bottom .bottom-t,
  .md-contain .side-right .wx-app-aside-bottom .bottom-t {
    font-size: 16px;
    color: rgba(0, 0, 0, 0.85);
    letter-spacing: 0;
    text-align: justify;
    font-weight: bold;
  }
  .md-contain .le-right .wx-app-aside-bottom .bottom-i,
  .md-contain .side-right .wx-app-aside-bottom .bottom-i {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.65);
    letter-spacing: 0;
    text-align: justify;
    margin-top: 4px;
  }
  .md-contain .le-right .img1,
  .md-contain .side-right .img1 {
    margin-bottom: 20px;
    width: 244px;
    height: 124px;
  }
  .md-contain .le-right .img2,
  .md-contain .side-right .img2 {
    width: 100%;
    height: 335.5px;
  }
  .fix-img {
    width: 244px;
  }
  .fix-img p {
    position: absolute;
    font-size: 16px;
    color: #5f9451;
    font-weight: bold;
    left: 12px;
    top: 17px;
  }
  .ivu-dropdown-item {
    padding: 0px !important;
  }
  .ivu-dropdown-item a {
    display: block;
    padding: 7px 16px;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.85);
  }
  /*学校列表*/
  .td2 .td-img {
    float: left;
    height: 48px;
    width: 48px;
    margin: 20px 19px;
    border-radius: 50%;
  }
  .container .topic {
    width: 100%;
    padding: 23px 0px 23px 32px;
    height: 78px;
    border-bottom: 1px solid #E9E9E9;
  }
  .container .univ-list {
    margin: 0px 16px 70px 32px;
    width: 830px;
    font-size: 14px;
    float: left;
    position: relative;
    color: rgba(0, 0, 0, 0.85);
    line-height: 22px;
  }
  .container .univ-list a {
    color: unset;
  }
  
  .container .univ-list .margin-o,
  .container .univ-list .margin-r {
    padding: 0px 10px;
    
    cursor: pointer;
  }
  
  .container .univ-list .view {
    font-size: 14px;
    color: #FFFFFF;
    line-height: 22px;
    background: #1890FF;
    border-radius: 4px;
  }
  .container .univ-list .table,
  .container .univ-list table {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.85);
    text-align: center;
    line-height: 22px;
    width: 100%;
  }
  .container .univ-list .table .th1,
  .container .univ-list table .th1,
  .container .univ-list .table .th2,
  .container .univ-list table .th2,
  .container .univ-list .table .th3,
  .container .univ-list table .th3,
  .container .univ-list .table .th4,
  .container .univ-list table .th4,
  .container .univ-list .table .td1,
  .container .univ-list table .td1,
  .container .univ-list .table .td2,
  .container .univ-list table .td2,
  .container .univ-list .table .td3,
  .container .univ-list table .td3,
  .container .univ-list .table .td14,
  .container .univ-list table .td14 {
    float: left;
  }
  .container .univ-list .table .trth,
  .container .univ-list table .trth {
    height: 46px;
    text-align: center;
    line-height: 46px;
    background-color: #F8F8F8;
    color: rgba(0, 0, 0, 0.85);
    font-weight: 700;
  }
  .container .univ-list .table .trtd,
  .container .univ-list table .trtd,
  .container .univ-list .table .trtb,
  .container .univ-list table .trtb {
    height: 87px;
    float: left;
    text-align: center;
    line-height: 87px;
  }
  .container .univ-list .table .th1,
  .container .univ-list table .th1,
  .container .univ-list .table .td1,
  .container .univ-list table .td1 {
    width: 100px;
  }
  .container .univ-list .table .th2,
  .container .univ-list table .th2 {
    width: 398px;
    padding-left: 110px;
    text-align: left;
  }
  .container .univ-list .table .td2,
  .container .univ-list table .td2 {
    text-align: left;
    width: 398px;
  }
  .container .univ-list .table .th3,
  .container .univ-list table .th3,
  .container .univ-list .table .td3,
  .container .univ-list table .td3 {
    width: 160px;
    float: left;
  }
  .container .univ-list .table .th4,
  .container .univ-list table .th4,
  .container .univ-list .table .td4,
  .container .univ-list table .td4 {
    width: 170px;
    float: left;
  }
  .container .univ-list .table .tb-cname,
  .container .univ-list table .tb-cname {
    margin-top: 21px;
  }
  .container .univ-list .table .td1,
  .container .univ-list table .td1 {
    font-size: 20px;
    text-align: center;
    font-weight: bold;
  }
  .container .univ-side {
    width: 274px;
    float: left;
    padding-top: 23.8px;
  }
  .container .univ-side .univ-side-con {
    position: relative;
    width: 244px;
    background-image: url('http://img.compassedu.hk/ad-app.jpg');
    height: 208px;
    background-size: contain;
  }
  .container .univ-side .univ-side-con .text-above {
    position: absolute;
    top: 13px;
    left: 18px;
  }
  .container .univ-side .univ-side-con .text-above .above-t {
    font-size: 20px;
    color: #4A90E2;
    letter-spacing: 0;
    text-align: justify;
    font-weight: bold;
    margin-bottom: 2px;
  }
  .container .univ-side .univ-side-con .text-above .above-i {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.45);
    letter-spacing: 0;
    text-align: justify;
  }
  .container .univ-side .wx-app-aside-bottom {
    height: 78px;
    padding: 3px 13px;
    width: 244px;
    border: 1px solid #f5f5f5;
  }
  .container .univ-side .wx-app-aside-bottom img {
    width: 72px;
    height: 72px;
    float: left;
  }
  .container .univ-side .wx-app-aside-bottom .aside-b-text {
    float: left;
    padding: 13px 0px 13px 8px;
  }
  .container .univ-side .wx-app-aside-bottom .bottom-t {
    font-size: 16px;
    color: rgba(0, 0, 0, 0.85);
    letter-spacing: 0;
    text-align: justify;
    font-weight: bold;
  }
  .container .univ-side .wx-app-aside-bottom .bottom-i {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.65);
    letter-spacing: 0;
    text-align: justify;
    margin-top: 4px;
  }
  .container .univ-side .te-filed {
    font-size: 11.8px;
    position: absolute;
    bottom: 13px;
    left: 12px;
  }
  .container .univ-side .span1 {
    color: #201d2b;
  }
  .container .univ-side .span2 {
    color: 8d8d8d;
  }
  .container .univ-side .univ-side-wxm {
    width: 68px;
    height: 68px;
    position: absolute;
    right: 0px;
    bottom: 0px;
  }
  .container .univ-side img {
    width: 242px;
    height: 241px;
  }
  .ad-app .univ-side-con {
    position: relative;
    width: 244px;
    background-image: url('http://img.compassedu.hk/ad-app.jpg');
    height: 208px;
    background-size: contain;
  }
  .ad-app .univ-side-con .text-above {
    position: absolute;
    top: 13px;
    left: 18px;
  }
  .ad-app .univ-side-con .text-above .above-t {
    font-size: 20px;
    color: #4A90E2;
    letter-spacing: 0;
    text-align: justify;
    font-weight: bold;
    margin-bottom: 2px;
  }
  .ad-app .univ-side-con .text-above .above-i {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.45);
    letter-spacing: 0;
    text-align: justify;
  }
  .ad-app .wx-app-aside-bottom {
    height: 78px;
    padding: 3px 13px;
    width: 244px;
    border: 1px solid #f5f5f5;
  }
  .ad-app .wx-app-aside-bottom img {
    width: 72px;
    height: 72px;
    float: left;
  }
  .ad-app .wx-app-aside-bottom .aside-b-text {
    float: left;
    padding: 13px 0px 13px 8px;
  }
  .ad-app .wx-app-aside-bottom .bottom-t {
    font-size: 16px;
    color: rgba(0, 0, 0, 0.85);
    letter-spacing: 0;
    text-align: justify;
    font-weight: bold;
  }
  .ad-app .wx-app-aside-bottom .bottom-i {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.65);
    letter-spacing: 0;
    text-align: justify;
    margin-top: 4px;
  }
  .univtb-cname {
    text-align: left;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.85);
    line-height: 22px;
    margin-top: 21px;
    margin-bottom: 4px;
  }
  .univtb-ename,
  .univtb-cname {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 18em;
    text-align: left;
  }
  .univtb-ename {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.65);
    line-height: 20px;
  }
  .univtb-area {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.85);
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 11em;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  /*学校详情*/
  .university-side-left #jj {
    margin-bottom: 27px;
  }
  .university-side-left #jj h2 {
    margin-bottom: 10px;
  }
  #anli h2 {
    margin-bottom: 4px;
  }
  .university-a {
    cursor: pointer;
  }
  .university-a button {
    cursor: pointer;
  }
  .sp-3 {
    background: #F6FFED;
    border: 1px solid #B7EB8F;
    border-radius: 4px;
    padding: 1px 8px;
    width: fit-content;
    color: #52C41A;
    float: left;
    margin-left: 14px;
  }
  .sp-3 p {
    font-size: 12px;
    color: #52C41A;
    text-align: left;
    line-height: 18px;
  }
  .univ-table {
    margin-top: 21px;
    border-collapse: collapse;
    text-align: left;
    width: 875px;
  }
  .univ-table tr {
    border-bottom: 1px solid #E8E8E8;
  }
  .univ-table th {
    padding-left: 17px;
    height: 48px;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.85);
    line-height: 48px;
    background: #FAFAFA;
  }
  .univ-table .th1 {
    width: 112px !important;
    text-align: center;
  }
  .univ-table .th2 {
    width: 208px !important;
  }
  .univ-table .th3 {
    width: 415px !important;
  }
  .univ-table td {
    font-size: 14px;
    color: #000000;
    line-height: 49px;
    padding-left: 0px !important;
  }
  .univ-table th {
    padding-left: 0px !important;
  }
  .univ-table .td1 {
    text-align: center;
    padding-left: 0px;
    text-indent: 0em !important;
  }
  .univ-table .td4 {
    color: #1890FF;
  }
  .univ-table div {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.85);
    line-height: 48px;
  }
  .univ-table .td2 div,
  .univ-table .td3 div {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    text-align: left;
  }
  .univ-table .td2 div {
    width: 14em;
  }
  .univ-table .td3 div {
    width: 410px;
  }
  .univ-table-button {
    margin-top: 16px;
    font-size: 14px;
    color: #1890FF;
    border: 1px solid #1890FF;
    border-radius: 4px;
    background-color: #fff;
    padding: 5.5px 15px;
  }
  .univ-succ {
    margin-top: 17px;
  }
  .succ-list {
    float: left;
    background: #FFFFFF;
    border: 1px solid #E9E9E9;
    border-radius: 2px;
  }
  .succ-list .succ-list-leftimg {
    width: 78px;
    float: left;
    height: 100%;
  }
  .succ-list .succ-list-leftimg img {
    width: 48px;
    height: 48px;
    margin: 16px 16px 0px 15px;
    border-radius: 50%;
    border: 1px solid #e8e8e8;
  }
  .succ-list .succ-list-rightcontent {
    float: left;
    width: 325px;
    height: 100%;
  }
  .succ-list .succ-list-rightcontent .offer-title {
    font-size: 16px;
    color: rgba(0, 0, 0, 0.85);
    letter-spacing: 0;
    text-align: justify;
    line-height: 24px;
    font-weight: bold;
    width: 325px;
    height: 48px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    vertical-align: middle;
    margin-top: 16px;
    -webkit-box-align: left;
    -webkit-box-orient: vertical;
    text-align: left;
  }
  .succ-list .succ-list-rightcontent .offer-info {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.65);
    letter-spacing: 0;
    text-align: left;
    line-height: 22px;
    height: 44px;
    width: 318px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .succ-list .succ-list-rightcontent .offer-span {
    margin-top: 10px;
  }
  .succ-list .succ-list-rightcontent .offer-span span {
    border-width: 1px;
    border-style: solid;
    border-radius: 4px;
    padding: 2px 8px;
    text-align: left;
    line-height: 20px;
    font-size: 12px;
  }
  .succ-list .succ-list-rightcontent .offer-span .span1 {
    color: #1890FF;
    border-color: #1890FF;
    background: #E7F3FF;
  }
  .succ-list .succ-list-rightcontent .offer-span .span2 {
    margin-left: 14px;
    color: #52C41A;
    border-color: #B7EB8F;
    background: #F6FFED;
  }
  .univ-mlist .univ-mlist-tab {
    margin-top: 22px;
    margin-bottom: 0px;
  }
  .univ-mlist .univ-mlist-tab .tar-not {
    width: 70px;
    height: 100%;
    float: left;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.85);
    line-height: 22px;
    margin-right: 22px;
  }
  .univ-mlist .univ-mlist-tab .detail {
    width: 774px;
    float: left;
    height: 100%;
  }
  .univ-mlist .univ-mlist-tab span {
    margin-right: 22px;
    white-space: pre;
    margin-bottom: 16px;
    display: inline-block;
    padding: 0px 8px;
    cursor: pointer;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.65);
    line-height: 24px;
  }
  .univ-mlist .univ-mlist-tab .view {
    font-size: 14px;
    color: #FFFFFF;
    line-height: 22px;
    background: #1890FF;
    border-radius: 4px;
  }
  /*案例列表页*/
  .scroll-line.loading {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.45);
    line-height: 22px;
    width: 100%;
    text-align: center;
    margin-top: 34px;
  }
  .loadfailed {
    font-size: 14px;
    color: #1890FF;
    text-align: center;
    line-height: 22px;
    display: none;
    margin-top: 34px;
    cursor: pointer;
  }
  .succs-list {
    overflow: hidden;
    margin-bottom: 50px;
  }
  .succs-topic {
    width: 100%;
    padding: 24px 0px 19px 35px;
    height: 78px;
  }
  .succs-topic h2 {
    margin-right: 1rem !important;
  }
  .succs-item {
    width: 350px;
    height: 168px;
    margin: 27px 8px 0px 19px;
  }
  .succs-r {
    float: left;
    padding-right: 16px;
    width: 268px;
    height: 100%;
  }
  .succs-r span {
    border-width: 1px;
    border-style: solid;
    border-radius: 4px;
    padding: 2px 8px;
    text-align: left;
    line-height: 20px;
    font-size: 12px;
  }
  .succs-r .span1 {
    color: #1890FF;
    border-color: #1890FF;
    background: #E7F3FF;
  }
  .succs-r .span2 {
    margin-left: 14px;
    color: #52C41A;
    border-color: #B7EB8F;
    background: #F6FFED;
  }
  .succs-title {
    font-size: 16px;
    color: rgba(0, 0, 0, 0.85);
    letter-spacing: 0;
    text-align: justify;
    line-height: 24px;
    font-weight: bold;
    margin-top: 16px;
    width: 256px;
    height: 48px;
  }
  .succs-info {
    font-size: 14px;
    height: 44px;
    color: rgba(0, 0, 0, 0.65);
    letter-spacing: 0;
    text-align: left;
    line-height: 22px;
    margin-top: 10px;
  }
  .succs-title,
  .succs-info {
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .succs-span {
    margin-top: 10px;
  }
  /*讲座列表*/
  .topic-le {
    width: 100%;
    padding: 24px 0px 23px 35px;
  }
  .topic-le h2 {
    font-size: 24px;
    color: rgba(0, 0, 0, 0.85);
    line-height: 32px;
  }
  .le-recent {
    padding: 0px 16px;
    height: 224px;
    width: 100%;
  }
  .le-recent .lerecent-img {
    height: 224px;
    width: 526px;
    float: left;
    margin: 0px 17px;
  }
  .le-recent .lerecent-img img {
    width: 100%;
    height: 100%;
    border-radius: 4px;
  }
  .le-item {
    background: #FFFFFF;
    padding-bottom: 9px;
    border: 1px solid #E9E9E9;
    border-radius: 5px;
    width: 340px;
    float: left;
    margin: 0px 15px 40px;
  }
  .le-item .le-item-img {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    margin: auto;
    width: 100%;
    height: 136px;
    overflow: hidden;
    text-align: center;
    line-height: 136px;
  }
  .le-item .le-item-img img {
    width: 100%;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    display: inline-block;
    vertical-align: middle;
    margin: -50% 0px -49%;
  }
  .le-item .item-info {
    padding-left: 14px;
  }
  .le-item .item-info .le-item-title {
    text-align: justify;
    text-justify: inter-ideograph;
    height: 48px;
    padding-right: 12px;
    margin: 14px 0px 7px 0px;
    font-weight: bold;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.85);
    letter-spacing: 0;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .le-item .item-info .items-det {
    height: 36px;
    width: 100%;
    overflow: auto;
  }
  .le-item .item-info .items-det .item-fl img {
    width: 30px;
    height: 30px;
    float: left;
    margin-top: 3px;
    border-radius: 50%;
  }
  .le-item .item-info .items-det .item-fl .fl-info {
    margin-left: 10px;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.85);
    letter-spacing: 0;
    line-height: 36px;
    width: 275px;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
  .le-item .item-info .items-det .item-fl .fl-info .name {
    margin-right: 10px;
  }
  .le-items {
    padding: 25px 20px 0px;
  }
  .le-items .le-items-contain {
    overflow: auto;
  }
  /*讲座详情*/
  .gu-left h1,
  .su-title h1,
  .totalinfo h1 {
    font-size: 30px !important;
    line-height: 38px !important;
  }
  .le-contain {
    padding-top: 32.1px;
  }
  .le-left {
    width: 868px;
    margin: 17px 40px 0px 0px;
    float: left;
    margin-top: 2px;
  }
  .le-left .news-p-time {
    margin: 20px 0px 19px;
  }
  .le-left .le-media {
    width: 100%;
    height: 488px;
    margin-bottom: 25px;
  }
  .le-left .le-media iframe {
    height: 100%;
  }
  .le-left .le-media .prism-player {
    height: 488px !important;
  }
  .le-left .le-media img {
    width: 100%;
    height: 100%;
  }
  .le-left h2 {
    font-size: 20px;
    color: rgba(0, 0, 0, 0.85);
    line-height: 28px;
    font-weight: bold;
    
  }
  .le-left p {
    font-size: 16px;
    line-height: 28px;
  }
  .news-p-time {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.45) !important;
    line-height: 22px;
  }
  .le-right .le-te-info {
    background: #FAFAFA;
    padding: 19px 20px 6px 18px;
    margin-bottom: 20px;
  }
  .le-right .le-te-info .top-info {
    overflow: hidden;
    margin-bottom: 19px;
  }
  .le-right .le-te-info .top-info .mr {
    float: left;
    margin-left: 21px;
    width: 120px;
  }
  .le-right .le-te-info .top-info .mr .name,
  .le-right .le-te-info .top-info .mr .grade {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
  .le-right .le-te-info .top-info img {
    width: 64px;
    height: 64px;
    float: left;
    border-radius: 50%;
  }
  .le-right .le-te-info .top-info .name {
    font-size: 20px;
    color: rgba(0, 0, 0, 0.85);
    line-height: 28px;
    font-weight: bold;
    margin-bottom: 5px;
    margin-top: 4.5px;
  }
  .le-right .le-te-info .top-info .grade {
    line-height: 22px;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.65);
  }
  .le-right .le-te-info .sc-info {
    font-size: 16px;
    margin-bottom: 13px;
    color: rgba(0, 0, 0, 0.65);
    line-height: 24px;
  }
  .le-right .le-te-info .sc-info p {
    font-size: 16px;
    color: rgba(0, 0, 0, 0.85);
    line-height: 24px;
  }
  .le-right .le-te-info .sc-info span {
    color: rgba(0, 0, 0, 0.85);
  }
  /*案例详情*/
  .su-tar {
    margin-bottom: 31px;
  }
  .su-con {
    margin-bottom: 15px;
  }
  .su-left {
    float: left;
    width: 864px;
    margin-right: 44px;
  }
  .su-left .su-title img {
    width: 100%;
    height: 88.2px;
    margin-bottom: 20.8px;
  }
  .su-left .news-p-time {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.45);
    line-height: 22px;
    margin: 20px 0px;
  }
  .su-left .d-title {
    font-weight: bold;
    font-size: 20px;
    color: rgba(0, 0, 0, 0.85);
    line-height: 28px;
    margin-bottom: 15px;
  }
  .su-left p {
    font-size: 16px;
    color: rgba(0, 0, 0, 0.85);
    line-height: 28px;
  }
  .su-left .su-notice img {
    margin-top: 1px;
    width: 680px;
    margin-bottom: 40px;
  }
  .d-detail {
    margin-bottom: 27px;
  }
  .spant {
    font-size: 16px;
    color: rgba(0, 0, 0, 0.45);
    line-height: 28px;
    float: left;
    margin-right: 20px;
    white-space: nowrap;
  }
  .spani {
    font-size: 16px;
    color: rgba(0, 0, 0, 0.85);
    line-height: 28px;
    float: left;
    width: 224px;
    margin-right: 26px;
  }
  .ben-spani {
    width: 85%;
  }
  .su-right {
    position: relative;
    float: left;
    width: 244px;
  }
  .su-right .su-info {
    padding: 14px 18px 24px;
    background: #FAFAFA;
    margin-bottom: 22px;
  }
  .su-right .su-info .su-info-title {
    font-size: 16px;
    color: rgba(0, 0, 0, 0.85);
    text-align: justify;
    font-weight: bold;
  }
  .su-right .su-info .top-info {
    margin-top: 17px;
    overflow: hidden;
    margin-bottom: 20px;
  }
  .su-right .su-info .top-info .mr {
    float: left;
    margin-left: 16px;
    width: 144px;
  }
  .su-right .su-info .top-info img {
    width: 48px;
    height: 48px;
    float: left;
    border-radius: 50%;
  }
  .su-right .su-info .top-info .cname,
  .su-right .su-info .top-info .ename {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
  .su-right .su-info .top-info .cname {
    font-size: 16px;
    color: rgba(0, 0, 0, 0.85);
    font-weight: bold;
    line-height: 22px;
    margin-bottom: 4px;
  }
  .su-right .su-info .top-info .ename {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.65);
    line-height: 20px;
  }
  .su-right .su-info .su-right-dt {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.85);
    text-align: justify;
    text-justify: inter-ideograph;
    line-height: 24px;
    margin-bottom: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .su-right .su-info a.more-su {
    font-weight: 300;
    background: #1890FF;
    border-radius: 4px;
    font-size: 14px;
    color: #FFFFFF;
    text-align: left;
    line-height: 22px;
    padding: 6.5px 76px;
  }
  .su-right .img1 {
    margin-bottom: 20px;
    width: 244px;
    height: 124px;
  }
  /*导流*/
  .gu-left {
    width: 868px;
    margin-right: 40px;
  }
  .gu-left .news-p-time {
    margin: 13px 0px 27px;
  }
  .gu-left span {
    margin-right: 54px;
  }
  .gu-left .banner {
    margin-bottom: 20px;
  }
  .gu-left .banner img {
    width: 864px;
    height: 88px;
  }
  .gu-left h1 {
    margin-bottom: 13px;
  }
  .gu-left .gu-info .fx div,
  .gu-left .gu-info .p-detail {
    font-size: 16px;
    color: rgba(0, 0, 0, 0.85);
    line-height: 28px;
  }
  .gu-left .gu-info .p-detail {
    margin-bottom: 31px;
  }
  .gu-left .gu-info .fx {
    height: 199px;
    margin-bottom: 26px;
  }
  .gu-left .gu-info .fx-co {
    font-weight: bold;
    margin: 8px 0px;
  }
  .gu-left .gu-info .span-bold {
    font-weight: bold;
  }
  .gu-left .gu-info h2 {
    font-size: 20px;
    color: rgba(0, 0, 0, 0.85);
    line-height: 28px;
    margin-bottom: 15px;
  }
  .gu-left .table-con-a {
    margin-right: 5px;
  }
  .gu-left table {
    margin: 23px 0px 66px 0px;
  }
  .gu-left .gu-re-h2 {
    font-weight: normal;
    margin-bottom: 11px !important;
  }
  .gu-left .gu-re-info {
    background: #FAFAFA;
    padding: 11px 0px 9px 16px;
  }
  .gu-left .gu-re-info .gu-re-infott {
    font-weight: bold;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.85);
    line-height: 30px;
  }
  .gu-left .gu-re-info .gu-re-infotm {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.65);
    line-height: 30px;
  }
  /*首页*/
  .index-univ {
    width: 1152px;
    overflow: hidden;
  }
  .caption {
    position: absolute;
    display: none;
    width: 100%;
    top: 0;
    bottom: 0;
    z-index: 10;
    padding-top: 107px;
    padding-right: 15px;
    padding-left: 15px;
    background-color: rgba(0, 0, 0, 0.5);
    height: 300px;
  }
  .caption h4 {
    font-size: 20px;
    color: rgba(255, 255, 255, 0.85);
    text-align: center;
    margin-bottom: 8px;
  }
  .caption p {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.85);
    text-align: center;
  }
  .index-univ-layouthd {
    display: block!important;
  }
  .index-univ-layout {
    position: relative;
    min-height: 1px;
    width: 190px;
    float: left;
    margin-right: 38px;
  }
  .index-univ-layout img {
    width: 190px;
    height: 300px;
  }
  .index-banner img {
    height: 350px;
    width: 100%;
  }
  .major-contain {
    background-color: black;
    background: #FFFFFF;
    padding: 27px 0px 65px 0px;
  }
  .major-contain h1,
  .major-contain h2 {
    margin: 0px 0px 25px 0px;
  }
  .major-contain .index-major-imgs {
    overflow: hidden;
  }
  .major-contain .index-major-imgs .titl {
    height: 49px;
    line-height: 49px;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.85);
    text-align: center;
    font-weight: bold;
  }
  .major-contain .index-major-imgs .stitl {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.65);
    text-align: center;
  }
  .major-contain .index-major-imgs .bg1 {
    background: url(http://img.compassedu.hk/index-maj3.png?imageMogr2/auto-orient/thumbnail/260x180>/blur/1x0/quality/75) center #F8EAE2;
  }
  .major-contain .index-major-imgs .bg2 {
    background: url(http://img.compassedu.hk/index-maj1.png?imageMogr2/auto-orient/thumbnail/260x180>/blur/1x0/quality/75) center #EDEDED;
  }
  .major-contain .index-major-imgs .bg3 {
    background: url(http://img.compassedu.hk/index-maj2.png?imageMogr2/auto-orient/thumbnail/260x180>/blur/1x0/quality/75) center #EFF5FC;
  }
  .major-contain .index-major-imgs .bg4 {
    background: url(http://img.compassedu.hk/index-maj4.png?imageMogr2/auto-orient/thumbnail/260x180>/blur/1x0/quality/75) center #fef5e1;
  }
  .major-contain .index-major-imgs .index-major-img {
    margin-right: 19px;
    width: 260px;
    float: left;
    padding-top: 8px;
    height: 180px;
    background-repeat: no-repeat;
    background-size: 270px;
  }
  .index-mmajor-button {
    background: #FFFFFF;
    border: 1px solid #D9D9D9;
    border-radius: 4px;
    padding: 8px 16px;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.65);
    text-align: left;
    line-height: 24px;
  }
  .index-suc-b {
    text-align: center;
    margin-top: 11px;
  }
  .index-suc-b button {
    cursor: pointer;
  }
  .succ-contain {
    background-color: #f0f2f5;
    padding: 22px 0px 38px 0px;
  }
  .succ-contain h1,
  .succ-contain h2 {
    margin: 0px 0px 29px 0px;
  }
  .succ-contain .index-succs {
    overflow: hidden;
  }
  .succ-contain .index-succ {
    width: 350px;
    height: 168px;
    margin: 0px 28px 27px 0px;
  }
  .index-bgc {
    background: inherit;
  }
  .index-c {
    width: 1110px;
    margin-top: 0px;
    margin-bottom: 0px;
	background: inherit;
  }
  .le-third,
  .succ-third {
    margin-right: 0px !important;
  }
  .wx-banner {
    background-repeat: no-repeat;
    background-color: #1890FF;
    background-image: url('http://img.compassedu.hk/index-ad-bg.jpg');
    background-size: cover;
    height: 220px;
  }
  .wx-banner .wx-con {
    margin-left: auto;
    margin-right: auto;
    width: 1152px;
  }
  .wx-banner .wx-img-item {
    width: 150px;
    margin-right: 26px;
    background-color: #ffffff;
    float: right;
  }
  .wx-banner .wx-img-item img {
    width: 120px;
    height: 120px;
    margin: 12px 15px 0px;
  }
  .wx-banner .wx-img {
    width: 528px;
    height: 150px;
    position: relative;
    float: right;
    bottom: 35px;
  }
  .wx-banner .wx-img p {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.85);
    line-height: 20px;
    margin: 7px 0px;
    text-align: center;
  }
  .wx-banner .invited {
    width: 440px;
    position: relative;
    top: 76px;
    left: 35px;
  }
  .wx-banner .t1 {
    font-size: 24px;
    color: #FFFFFF;
    line-height: 30px;
  }
  .wx-banner .t2 {
    font-size: 16px;
    color: #FFFFFF;
    line-height: 30px;
  }
  .lecture-contain {
    padding: 27px 0px 26px 0px;
  }
  .lecture-contain h1,
  .lecture-contain h2 {
    margin-bottom: 28px;
  }
  .lecture-contain .le-item {
    margin: 0px 41px 40px 0px;
  }
  .index-les {
    overflow: hidden;
  }
  .index-le-button {
    margin-top: -2px;
  }
  .lecture-contain {
    background-color: #f0f2f5;
  }
  .univ-contain {
    padding: 40px 0px 70px 0px;
  }
  .univ-contain h1,
  .univ-contain h2 {
    margin-bottom: 29px;
  }
  .univ-contain .index-uimg {
    margin-right: 34px;
  }
  .ann-img {
    margin-bottom: 25px;
    width: 100%;
  }
  .ann-img img {
    width: 100%;
    height: 100%;
  }
  .point p {
    
    text-align: justify;
    
  }
  .leimg {
    margin-bottom: 9px;
  }
  .leimg h2 {
    margin-bottom: 0px;
    margin-top: 31px;
  }
  .leimg img {
    width: 100%;
    height: 486px;
  }
  .leimg .i1 {
    margin-top: 22px;
  }
  .kno h2 {
    margin-bottom: 30px;
  }
  .kno img {
    width: 120px;
    height: 120px;
    float: left;
    margin-right: 16px;
  }
  .kno .le-div-ewm-box {
    font-size: 16px;
    color: rgba(0, 0, 0, 0.85);
    text-align: justify;
    line-height: 28px;
  }
  footer {
    position: relative;
  }
  .overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    visibility: visible;
    visibility: hidden;
    top: 0;
    left: 0;
    z-index: 9999995;
    opacity: 1;
    background: rgba(1, 1, 1, 0.6);
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    transition: all 0.1s;
  }
  .overlay input#code,
  .overlay input#pass {
    border: 1px solid #D9D9D9;
  }
  .overlay-w {
    -webkit-transform: translateX(-50%) translateY(-50%);
    position: fixed;
    top: 50%;
    left: 50%;
    width: 420px;
    height: 440px;
    background: #fff;
    transform: translateX(-50%) translateY(-50%);
    z-index: 9999999999999;
    display: none;
  }
  .login-box-body {
    height: 228px;
  }
  .log-head {
    height: 72px;
    background: rgba(0, 0, 0, 0.85);
    padding: 16px 24px 16px 21px;
  }
  .log-head .log-headline img {
    width: 40px;
    height: 40px;
    float: left;
  }
  .log-head .log-headline div {
    font-family: HiraMaruPro-W4;
    float: left;
    margin: 5px 0px 5px 7px;
    font-size: 24px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 30px;
  }
  .log-head .log-headline .log-span {
    color: #ffffff;
    cursor: pointer;
    font-size: 26px;
    float: right;
    line-height: 36px;
  }
  .reg-area,
  .log-area {
    padding: 0px 25px;
  }
  .reg-area input,
  .log-area input {
    background: #FFFFFF;
    border: none;
    border-radius: 4px;
    width: 100%;
    height: 44px;
  }
  .lgcode {
    height: 46px !important;
  }
  .log-tab {
    height: 46px;
  }
  .log-tab .selected {
    color: #1890FF;
    border-bottom: 2px solid #1890FF;
  }
  .log-tab input {
    float: left;
  }
  .log-tab-item {
    float: left;
    padding: 12px 0px;
    cursor: pointer;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.65);
    letter-spacing: 0;
    text-align: center;
    line-height: 22px;
    width: 90px;
  }
  .mar {
    margin-right: 50px;
  }
  .div-tel-input {
    margin: 16px 0px 19px;
    height: 70px;
  }
  .ano {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.85);
    letter-spacing: 0;
    line-height: 22px;
    margin-bottom: 3px;
  }
  .country {
    border: 1px solid #b2b2b2;
    background-color: #ffffff;
    box-shadow: rgba(0, 0, 0, 0.149) 0px 3px 8px 0px;
    font-size: 20px;
    overflow-y: scroll;
    position: absolute;
    z-index: 2;
    width: 283px;
    height: 200px;
  }
  ul.options li {
    line-height: 1;
  }
  ul.options li a {
    color: #999;
    font-weight: normal;
    font-size: 14px;
  }
  .selector {
    bottom: 29px;
    position: relative;
    left: 52px;
    width: 20px;
  }
  .selector .bottom-arrow {
    position: relative;
    padding-top: 0px;
    height: 15px;
  }
  .inputspan {
    font-size: 16px;
    color: rgba(0, 0, 0, 0.45);
    letter-spacing: 0;
    position: relative;
    border: none!important;
    width: 111px !important;
    padding: 0px;
    right: 12px;
    text-align: right;
  }
  input#tel {
    width: 295px;
    border-left: none;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.85);
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    letter-spacing: 0;
    text-align: left;
  }
  input#area {
    padding: 11px 0px 11px 16px;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.65);
    text-align: left;
    border-right: none;
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
    line-height: 24px;
  }
  .dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
    outline: none!important;
}
  #code,
  #pass,#dltel-bind,#code-bind {
    font-size: 16px;
    color: rgba(0, 0, 0, 0.85);
    line-height: 24px;
    padding: 11px 0px 11px 12px;
  }
  .div-dl-button {
    margin-top: 28px;
    margin-bottom: 27px;
  }
  .div-dl-button .overlay-button {
    background: rgba(0, 0, 0, 0.04);
    border: 1px solid #D9D9D9;
    border-radius: 4px;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.25);
    text-align: left;
    line-height: 24px;
    width: 100%;
    height: 46px;
    text-align: center;
  }
  .div-dl-button .overlay-button-click {
    background-color: #1890FF;
    cursor:pointer;
    color: rgba(255, 255, 255, 0.85);
  }
  .div-asi {
    font-size: 16px;
    letter-spacing: 0;
    text-align: center;
    line-height: 22px;
  }
  .div-asi .asi-ask {
    color: rgba(0, 0, 0, 0.65);
  }
  .div-asi .asi-click {
    color: rgba(0, 0, 0, 0.85);
    font-weight: bold;
    cursor: pointer;
  }
  .dl-area-wx {
    display: none;
  }
  .reg-topic {
    width: 100%;
    height: 39px;
    margin-top: 10px;
    display: none;
    text-align: left;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.85);
    letter-spacing: 0;
    line-height: 22px;
    box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.09);
  }
  .asigntel {
    position: relative;
    bottom: 15px;
    height: 0px;
    font-size: 14px;
    left: 117px;
    color: #1890FF;
  }
  .asigncode {
    position: relative;
    height: 0px;
    left: 12px;
    color: #1890FF;
    top: 3px;
  }
  #app {
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
  }
  .ivu-dropdown:hover .ivu-select-dropdown {
    height: 175px;
    padding: 5px 0;
    opacity: 1;
    visibility: visible;
    transition: all 0.3s;
  }
  .ivu-dropdown:hover .ivu-select-dropdown ul li {
    opacity: 1;
    height: 33px;
    line-height: 33px;
    visibility: visible;
    transition: all 0.1s;
  }
  .ivu-dropdown .ivu-select-dropdown ul li:hover {
    background: #f3f3f3;
  }
  .ivu-dropdown {
    display: inline-block;
  }
  .ivu-dropdown .ivu-select-dropdown {
    width: inherit;
    margin: 0px 0;
    padding: 0px 0;
    background-color: #fff;
    box-sizing: border-box;
    border-radius: 4px;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
    position: absolute;
    z-index: 900;
    height: 0px;
    opacity: 0;
    visibility: hidden;
  }
  .ivu-dropdown .ivu-select-dropdown ul li {
    height: 0px;
    line-height: 0px;
    visibility: hidden;
    opacity: 0;
  }
  .ivu-dropdown .ivu-select-dropdown .ivu-dropdown-menu {
    min-width: 100px;
  }
  .ivu-dropdown .ivu-select-dropdown .ivu-dropdown-menu .ivu-dropdown-item {
    margin: 0;
    clear: both;
    color: #515a6e;
    font-size: 14px !important;
    white-space: nowrap;
    cursor: pointer;
    transition: background .2s ease-in-out;
  }
  .ivu-dropdown .ivu-select-dropdown .ivu-dropdown-menu .ivu-dropdown-item a {
    background: 0 0;
    text-decoration: none;
    outline: 0;
    cursor: pointer;
    transition: color .2s ease;
  }
  .ivu-dropdown-rel {
    position: relative;
  }
  
  .ivu-dropdown-rel .ivu-btn > span {
    vertical-align: middle;
  }
  .clbutton:hover .ivu-exp {
    visibility: visible!important;
  }
  .ivu-btn.ivu-btn-primary {
    border: 1px solid #1890FF;
    border-radius: 8px;
    font-size: 14px;
    color: #1890FF;
    background-color: #ffffff;
    -webkit-appearance: button;
    outline: 0;
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    white-space: nowrap;
    line-height: 24px;
    user-select: none;
    padding: 2px 28px 4px 14px;
    font-family: inherit;
    transition: color 0.2s linear, background-color 0.2s linear, border 0.2s linear, box-shadow 0.2s linear, -webkit-box-shadow 0.2s linear;
  }
  #msg {
    height: 2rem;
    text-align: center;
    position: fixed;
    top: 50%;
    margin-top: -1rem;
    line-height: 2rem;
    width: 100%;
  }
  #msg span {
    color: #fff;
    background: rgba(0, 0, 0, 0.6);
    height: 2rem;
    display: inline-block;
    padding: 0 3rem;
    border-radius: 5px;
  }
  #top-svg:hover {
    cursor: pointer;
  }
  .cursorp {
    cursor: pointer;
  }
  .app-p1 {
    height: 395px;
    position: relative;
        background: url(http://img.compassedu.hk/app-b1.png) center center no-repeat;
  }
  .app-p1 .app-content {
    /*width: 1440px;*/
    height: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .app-p1 .app-content .app-contenter {
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    width: 900px;
  }
  .app-p1 .app-content .app-contenter .co-words {
    float: left;
    width: 388px;
    text-align: center;
    padding-top: 68px;
  }
  .app-p1 .app-content .app-contenter .co-words h1 {
    font-size: 34px;
    color: #ffffff;
    line-height: 34px;
  }
  .app-p1 .app-content .app-contenter .co-words h2 {
    font-size: 20px;
    color: #ffffff;
    margin: 20px 0px 22px;
    font-weight: normal;
  }
  .app-p1 .app-content .app-contenter .co-words .imgdownw {
    height: 40px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
  }
  .app-p1 .app-content .app-contenter .imgdown {
    width: 502px;
    position: absolute;
    top: 6px;
    z-index: 10;
    margin-left: 37px;
  }
  .app-p2 {
    height: 492px;
    background: url(http://img.compassedu.hk/app-b2.png) center center;
  }
  .app-p2 .app-content {
    width: 900px;
    margin-left: auto;
    margin-right: auto;
    height: 100%;
    position: relative;
    right: 38px;
  }
  .app-p2 .app-content .a-img-univ {
    width: 552px;
    position: absolute;
    left: -10px;
  }
  .app-p2 .app-content .app-contenter {
    width: 450px;
    float: right;
    text-align: left;
    position: relative;
    left: 10px;
    bottom: 10px;
    padding-top: 192px;
    padding-left: 56px;
  }
  .app-p2 .app-content .app-contenter h2 {
    color: #2bc0f2;
    font-size: 24px;
    margin-bottom: 15px;
  }
  .app-p2 .app-content .app-contenter .app-linel {
    position: absolute;
    left: -210px;
    height: 180px;
    top: 130px;
  }
  .app-p2 .app-content .app-contenter h4 {
    font-weight: normal;
    font-size: 16px;
    color: #595959;
  }
  .app-p2 .app-content .app-contenter h4 span {
    color: #3a3a3a;
    font-size: 24px;
  }
  .app-p3 {
    height: 492px;
        background: url(http://img.compassedu.hk/app-b3.png) center center;
  }
  .app-p3 .app-content {
    width: 900px;
    margin-left: auto;
    margin-right: auto;
    height: 100%;
    position: relative;
    right: 40px;
  }
  .app-p3 .app-content .a-img-major {
    width: 386px;
    position: absolute;
    right: 5px;
  }
  .app-p3 .app-content .app-contenter {
    width: 500px;
    float: left;
    text-align: left;
    position: relative;
    left: 68px;
    bottom: 10px;
    padding-top: 192px;
    padding-left: 0px;
  }
  .app-p3 .app-content .app-contenter h2 {
    color: #2bc0f2;
    font-size: 24px;
    margin-bottom: 15px;
  }
  .app-p3 .app-content .app-contenter .app-liner {
    position: absolute;
    left: -100px;
    height: 84px;
    bottom: 26px;
  }
  .app-p3 .app-content .app-contenter h4 {
    font-weight: normal;
    font-size: 16px;
    color: #595959;
    width: 375px;
  }
  .app-p4 {
    height: 492px;
    background: url(http://img.compassedu.hk/app-b4.png) center center;
  }
  .app-p4 .app-content {
    width: 900px;
    margin-left: auto;
    margin-right: auto;
    height: 100%;
    position: relative;
    left: 28px;
  }
  .app-p4 .app-content .a-img-succ {
    width: 429px;
    position: absolute;
    left: -10px;
  }
  .app-p4 .app-content .app-contenter {
    width: 450px;
    float: right;
    text-align: left;
    position: relative;
    left: 0px;
    bottom: 10px;
    padding-top: 192px;
  }
  .app-p4 .app-content .app-contenter h2 {
    color: #2bc0f2;
    font-size: 24px;
    margin-bottom: 15px;
  }
  .app-p4 .app-content .app-contenter .app-linel {
    position: absolute;
    left: -290px;
    height: 180px;
    top: 130px;
  }
  .app-p4 .app-content .app-contenter h4 {
    font-weight: normal;
    width: 380px;
    font-size: 16px;
    color: #595959;
  }
  .app-p5 {
    height: 492px;
    background: url(http://img.compassedu.hk/app-b3.png) center center;
  }
  .app-p5 .app-content {
    width: 900px;
    margin-left: auto;
    margin-right: auto;
    height: 100%;
    position: relative;
    right: 17px;
  }
  .app-p5 .a-img-exp {
    width: 495px;
    position: absolute;
    right: -60px;
  }
  .app-p5 .app-contenter {
    width: 500px;
    float: left;
    text-align: left;
    position: relative;
    left: 20px;
    bottom: 10px;
    padding-top: 174px;
    padding-left: 26px;
  }
  .app-p5 .app-contenter h2 {
    color: #1890FF;
    font-size: 24px;
    margin-bottom: 42px;
  }
  .app-p5 .app-contenter .app-liner {
    position: absolute;
    left: -94px;
    height: 84px;
    bottom: 60px;
  }
  .app-p5 .app-contenter h4 {
    font-weight: normal;
    font-size: 16px;
    color: #595959;
    width: 369px;
    text-align: justify;
  }
  .app-p6 {
    height: 492px;
    background: url(http://img.compassedu.hk/app-b4.png) center center;
  }
  .app-p6 .app-content {
    width: 900px;
    margin-left: auto;
    margin-right: auto;
    height: 100%;
    position: relative;
  }
  .app-p6 .app-content .a-img-pro {
    width: 471px;
    position: absolute;
    left: -35px;
  }
  .app-p6 .app-content .app-contenter {
    width: 450px;
    float: right;
    text-align: left;
    position: relative;
    left: 10px;
    bottom: 45px;
    padding-top: 192px;
    padding-left: 20px;
  }
  .app-p6 .app-content .app-contenter h2 {
    color: #1890FF;
    font-size: 24px;
    margin-bottom: 15px;
  }
  .app-p6 .app-content .app-contenter .app-linel {
    position: absolute;
    right: -100px;
    height: 180px;
    top: 130px;
  }
  .app-p6 .app-content .app-contenter h4 {
    font-weight: normal;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.85);
    width: 369px;
  }
  .search-btn {
    background-repeat: no-repeat!important;
  }
  .ct-con {
    width: 1100px;
    margin-left: auto;
    margin-right: auto;
  }
  .ct-con h1 {
    font-size: 34px;
    color: #FFFFFF;
    line-height: 48px;
    margin-bottom: 18px;
  }
  .ct-con .div-ename {
    font-size: 20px;
    color: #FFFFFF;
    line-height: 28px;
  }
  .ct-con .ct-tab {
    cursor: pointer;
    float: left;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.65);
    letter-spacing: 0;
    text-align: left;
    line-height: 22px;
    margin-right: 23px;
    padding: 12px 16px;
    margin-top: 3px;
  }
  .ct-con .ct-tab a {
    color: rgba(0, 0, 0, 0.65);
  }
  .ct-tabcon {
    height: 50px;
    width: 1132px;
  }
  .ct-darea h2 {
    font-size: 24px;
    color: rgba(0, 0, 0, 0.85);
    line-height: 32px;
    font-weight: bold;
  }
  .ct-univ h2 {
    margin-bottom: 29px;
  }
  .ct-univitem {
    width: 340px;
    height: 300px;
    background: #FFFFFF;
    border: 1px solid #E9E9E9;
    float: left;
    border-radius: 6px;
  }
  .ct-univitem .ct-univimg {
    height: 200px;
    margin-bottom: 14.7px;
    line-height: 200px;
    overflow: hidden;
  }
  .ct-univitem .ct-univimg img {
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    margin: -51% 0 -49%;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
  }
  .ct-univitem .ct-uname {
    padding-left: 13px;
    padding-right: 13px;
  }
  .ct-univitem .ct-ucname {
    font-size: 16px;
    font-weight: bold;
    color: rgba(0, 0, 0, 0.85);
    margin-bottom: 6px;
    letter-spacing: 0;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
  .ct-univitem .ct-ude {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.65);
    letter-spacing: 0;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    text-align: justify;
    -webkit-box-orient: vertical;
  }
  .ct-major {
    height: 490px;
    background-color: #f0f2f5;
    padding-top: 34px;
  }
  .ct-major h2 {
    font-size: 24px;
    color: rgba(0, 0, 0, 0.85);
    line-height: 32px;
    margin-bottom: 21px;
  }
  .ct-major .maj-cont {
    padding: 25px 0px 26px;
    background-color: #ffffff;
    height: 311px;
  }
  .ct-major .ct-majorlist {
    width: 208px;
    float: left;
    height: 240px;
    overflow-x: hidden;
  }
  .ct-major .ct-majorlist p {
    line-height: 40px;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.65);
    padding-left: 47px;
    display: block;
    justify-content: center;
    align-items: center;
  }
  .ct-major .ct-majorlist .active {
    background: #E7F3FF;
    border-right: 2px solid #1890FF;
  }
  .ct-major .ct-majorlist .active p {
    color: #1890FF;
  }
  .ct-major li {
    cursor: pointer;
    height: 40px;
  }
  .ct-major .tb-cname,
  .ct-major .tb-ename {
    text-overflow: ellipsis;
    overflow: hidden;
    width: 330px;
  }
  .ct-major .maj-detlist {
    width: 892px;
    float: left;
    padding: 4px 0px;
  }
  .ct-major .maj-detlist .maj-detitem {
    width: 446px;
    float: left;
  }
  .ct-major .maj-detlist .td-img {
    width: 48px;
    height: 48px;
    float: left;
    margin: 18px 12px 18px 35px;
  }
  .ct-major .maj-detlist .maj-tb-info {
    float: left;
  }
  .ct-maj-abutton {
    margin: 24px 0px 28px;
    text-align: center;
  }
  .ct-maj-abutton button {
    font-size: 16px;
    padding: 8px 12px;
    color: rgba(0, 0, 0, 0.65);
    text-align: left;
    line-height: 24px;
    cursor: pointer;
    background: #FFFFFF;
    border: 1px solid #D9D9D9;
    border-radius: 4px;
  }
  .ct-succ-contain {
    background-color: #f0f2f5;
    padding: 29px 0px 53px 0px;
  }
  .ct-tab-contain {
    background-color: #f0f2f5;
    padding: 29px 0px 38px 0px;
  }
  .ct-suitem {
    margin-right: 27px !important;
  }
  .ct-ad-rcon {
    padding: 25px 25.5px 0px 34px;
    margin-left: 680px;
  }
  .ct-ad-rcon .ad-title {
    margin-bottom: 16px;
    font-size: 24px;
    line-height: 33px;
    color: rgba(0, 0, 0, 0.85);
    letter-spacing: 0;
  }
  .ct-ad-rcon .ad-price {
    font-size: 30px;
    color: #D0021B;
    letter-spacing: 0;
    line-height: 42px;
    font-weight: bold;
    margin-bottom: 15.5px;
  }
  .ct-ad-rcon .ad-border {
    border: 1px solid #E9E9E9;
  }
  .ct-ad-rcon .ad-expt {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.85);
    font-weight: bold;
    margin-top: 11.5px;
    line-height: 24px;
  }
  .ct-ad-rcon .ad-expd {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.65);
    line-height: 24px;
  }
  .searchuniv-div {
    
    height: 87px;
    padding-left: 42px;
  }
  .searchuniv-div img {
    height: 48px;
    width: 48px;
    margin: 20px 18px 19px 0px;
    float: left;
  }
  .searchuniv-cname {
    font-size: 16px;
    color: rgba(0, 0, 0, 0.85);
    line-height: 22px;
    margin-bottom: 4px;
  }
  .searchuniv-ename {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.65);
    line-height: 20px;
  }
  .searchuniv-cname,
  .searchuniv-ename {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
  .hid {
    display: none;
  }
  .search-con {
    margin: 10px auto;
  }
  .search-con .search-ara-form {
    height: 78px;
    line-height: 78px;
  }
  .search-con .search-ara-form h1 {
    line-height: inherit;
    margin-left: 32px;
    float: left;
  }
  .search-con .search-ara-form .se-fo-di {
    height: 78px;
    float: left;
    margin-left: 36px;
  }
  .search-con .search-ara-form .se-fo-di #searchf {
    width: 562px;
    text-align: left;
    z-index: 100;
    position: relative;
    display: block;
  }
  .search-con .search-ara-form .se-fo-di #searchf .text-span {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    position: relative;
    background: #FFFFFF;
    border: 1px solid #D9D9D9;
    display: inline-block;
    vertical-align: top;
    width: 482px;
    margin-right: 0;
    border-right-width: 0;
    overflow: hidden;
    height: 40px;
    margin: 19px 0px;
  }
  .search-con .search-ara-form .se-fo-di #searchf .text-input {
    height: 40px;
    font: 16px/18px arial;
    line-height: 22px;
    margin: 0 0 0 7px;
    padding: 0;
    background: transparent;
    border: 0;
    outline: 0;
    -webkit-appearance: none;
    width: 482px;
    position: relative;
    bottom: 20px;
  }
  .search-con .search-ara-form .se-fo-di #searchf .button-span {
    width: 70px;
    height: 40px;
    z-index: 0;
    vertical-align: top;
    display: inline-block;
    margin-top: 20px;
  }
  .search-con .search-ara-form .se-fo-di #searchf .button-input {
    cursor: pointer;
    width: 70px;
    height: 40px;
    color: #ffffff;
    font-size: 15px;
    letter-spacing: 1px;
    background: #1eb0ee;
    outline: medium;
    position: relative;
    bottom: 20px;
    border: 1px solid #1890FF;
    right: 7px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
  }
  .glyphicon-globe:before,
  .fa-search:before,
  .glyphicon-search:before {
    font-family: unset;
  }
  *:before {
    font-family: unset;
  }
  .service-page-top{
    padding-top: 62.8px;height: 368px;background-size: cover;background-position: center;
  }
  .service-page-top h1{
    font-size: 38px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: center;
    line-height: 53px;
    margin-bottom: 15px;
  }
  .service-page-top .m-title
  {
    font-size: 16px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: center;
    line-height: 22px;
  }
  .service-page-top .parts-div
  {
    margin-top: 48.5px;
    font-size: 20px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: center;
    position:  relative;
  }
  .service-page-top .contain{
    padding: 0px 309px;
  }
  .service-page-top .s-div-span
  {
    margin: 0px 49px;width: 80px;float: left;
  }
  .service-page-top .price-span
  {font-size: 24px;
    letter-spacing: 0;
    text-align: center;
    font-weight:  bold;
    line-height: 28px;}
    .service-button-div{
      clear: both;
      text-align:  center;
    }
.service-button-div a{
  margin-top: 30.4px;
  display:  block;}
  .service-button-div button{
    background: #FFFFFF;
    border-radius: 4px;
    width:  180px;
    height:  40px;
    font-size: 16px;
    color: #1890FF;
    text-align: center;
    font-weight:  bold;
    line-height:  22px;
    border: none;
  }
.service-detail.area1{margin-top: 27px;    margin-bottom: 37px;}
.service-detail.area2{width:  890px;margin: 20px auto;}
.service-detail .container{padding-left: 26px;padding-right:26px}
.service-detail .container h2{
  font-size: 24px;
    color: rgba(0,0,0,0.85);
    text-align: center;
    line-height: 32px;
    margin-bottom:  3px;
}
.service-detail .m-title{
  font-size: 16px;
    color: rgba(0,0,0,0.65);
    text-align: center;
    line-height: 32px;
}
.service-detail .intro-area{margin: 34px auto 20px;width:  890px;}

.service-detail .service-part{background: #F8FAFC;
  padding-top: 20px;
  padding-bottom: 20px;}
  .service-detail .service-part .text-area{width:  810px;
    margin: 13px 0px 0px 54px;}
  .service-detail .tar-num{font-size: 20px;
  color: #4A90E2;
  line-height: 20px;
  margin-right:  6px;
  font-weight: bold;
  display: inline-block;}
  .service-detail .tar-r-intro{
    font-size: 16px;
    line-height: 16px;
    display: inline-block;
    padding: 2px 0px;
    font-weight:  bold;
  }
  .service-detail .title{font-size: 14px;
    color: rgba(0,0,0,0.85);
    line-height: 22px;
    font-weight:  bold;}
  .service-detail .info{
      font-size: 14px;
    color: rgba(0,0,0,0.65);
    line-height: 22px;
    }
.service-price{background: #F8FAFC;
  padding-top: 27px;
  padding-bottom:  56px;}
.service-price .contain{background: #F8FAFC;
    padding: 0px 26px;}
    .service-price .contain h2{
      font-size: 24px;
    color: rgba(0,0,0,0.85);
    text-align: center;
    line-height: 32px;
    margin-bottom:  3px;
    }
    .service-price .contain .m-title{font-size: 16px;
  color: rgba(0,0,0,0.65);
  text-align: center;
  line-height: 32px;}
.service-price-d{margin: 28px auto 0px;width: 880px;}
.service-price-d img{margin:0px 44px 0px 30px;width:250px;height:285px;float:left}
.s-p-contract{margin-top:9px;float:  left;}
.s-p-contract .tar-num{font-size: 20px;color: rgba(255,255,255,0.85);text-align: center;line-height: 30px;width:  30px;height: 30px;background-color: #db5f5e;border-radius: 50%;margin-right:  18px;float: left;}
.s-p-contract .spta{width:485px;float:  left;}
.s-p-contract .sptitle{font-size: 16px;color: rgba(0,0,0,0.85);line-height: 22px;}
.s-p-contract .spinfo{font-size: 14px;color: rgba(0,0,0,0.85);line-height:  20px;margin-top:  11px;}


.service-contant{
  width:1152px;
    height:722px;
  background: #FFFFFF;
      border-radius: 2px;
  margin:16px auto 34px auto;
  }
.service-contant .top{height:75px;
width:100%;
border-bottom:1px  #E9E9E9 solid;
padding:23px 0 20px 32px;
}
.service-contant-top{
  height:32px;
  font-weight:bold;
  font-size: 24px;
      color: rgba(0,0,0,0.85);
      line-height: 32px;    
  }

  .service-contant-middle{
    
  width:1120px;
  padding-top:24px;
  margin: 0 31.8px 23px 32px;
}
.service-contant-middle-left{
  height:599px;
  width:845.9px;
  float:left;
}
.service-contant-middle-right{
  height:599px;
  width:274.1px;
  float:left;
}
  .service-contant-middle-left-1{
  width:817px;
  height:107px;
  margin-top:16px;
  border-bottom:1px #E8E8E8 solid;
  margin-right:28.9px;
}
.left1-1{
  height:94px;
  width:171.5px;
  margin:0 16.5px 12px 0;
  float:left;
}
.left1-2{
  width:629px;
  height:107px;
  padding:0 0 8px 16.5px;
  float:left;
}
.left1-3{
  height:24px;
  margin-bottom:8px;
  font-weight: bold;
      font-size: 16px;
      color: rgba(0,0,0,0.85);
      line-height: 24px;
}
.left1-4{
  height:24px;
  margin-bottom:10px;
  font-weight:bold ;
      font-size: 14px;
      color: rgba(0,0,0,0.65);
      text-align: justify;
      line-height: 24px; 
}
.left1-5{
  height:32px;
  width:100%;
  margin-bottom:8px; 
}
.left1-5-1{
  width:220px;
  height:24px;
  margin:2px 0 6px 0;
      font-size: 24px;
      color: #D0021B;
      letter-spacing: 0;
      line-height: 24px;
  float:left;
}
.left1-5-2{
  width:88px;
  height:32px;
  float:right;
}
.left1-5-2 button1{
  height:32px;
  width:88px;
    background: #1890FF;
  border: 1px solid #1890FF;
  border-radius: 8px;
  
      font-size: 14px;
      color: #FFFFFF;
  float:right;
  text-align:center;
  margin-left: 19px; 
  line-height: 32px;
}
.left1-5-2 button2{
  height:32px;
  width:88px;
    border: 1px solid #1890FF;
  border-radius: 8px;
  
      font-size: 14px;
      color: #1890FF;
  float:right;
  text-align:center; 
  line-height: 32px;
  margin-right: 19px;
}

.about-top{
  height:256px;
  width:100%;
  background-image:url('http://img.compassedu.hk/Artboard 4.jpg'); 
  background-size: cover;
  padding-top:49.8px; 
}
.top-text1 h1{
  height:63.8px;
  font-weight: bold;
  font-size: 38px;
  color: #FFFFFF;
  letter-spacing: 0;
  text-align: center;
  line-height:53px; 
}
.top-text2{
  height:27.9px;
  font-weight: bold;
  font-size: 16px;
  color: #FFFFFF;
  letter-spacing: 0;
  text-align: center;
}
.about-body{
  display: flex;
  width:1152px;
  margin:-90px auto 29px auto;
  background-color:#fff;
  border-radius: 2px; 
}
.about-body-left{
  width:207px;
  border-right:1px #E8E8E8 solid;
  
  float:left;
}
.about-body-right{
  width:945px;
  padding:23px 28px 0 32px;
  float: left;
}
.about-body-left-1{
  height:40px;
  
  font-size: 14px;
  color: rgba(0,0,0,0.65);
  text-align:center; 
}
.left-selected{
  height:40px;
  width:208px;
  
      font-size: 14px;
      line-height: 40px;
  text-align:center;
  background: #E7F3FF;
  border-right:2px #1890FF solid;
}
.left-selected a{
      color: #1890FF!important;
}
.right-1{
  height:32px;
  font-weight: bold;
  font-size: 24px;
  color: rgba(0,0,0,0.85);
  line-height: 32px;
  margin-bottom:21px;

}
.right-2{
  font-size: 14px;
  color: rgba(0,0,0,0.85);
  line-height: 22px;
}
.right-3{
  height:22px;
  font-weight:bold; 
  font-size: 16px;
  color: rgba(0,0,0,0.85);
  line-height: 22px;
  margin:21px 0 10px 0;
}
.right-4{
  
  width:544px;
  font-size: 14px;
  color: rgba(0,0,0,0.85);
  line-height: 22px;
}
.right-4 h5{
  font-weight:bold;
  font-size:14px;
  margin-bottom:6px; 
}
.right-4 p{
  margin-bottom:6px; 
}
.row .container{padding-right: 15px!important;
  padding-left: 15px!important;
  margin-right: auto!important;
  margin-left: auto!important;
  background-color: unset!important;}
  .bottom-info{
    width:100%;
  }
  .bottom-about{
    width: 321px;
    float: left;
  }
  .bottom-detail{
    font-size: 14px;
    color: rgba(255,255,255,0.65);
    line-height: 22px;
  }
  .bottom-add,.bottom-call{
    float: left;
    margin-left: 58px;
  }
  .bottom-add{    
    width: 246px;
  }
  .bottom-call{
    width: 232px;
  }
  .bottom-add .bottom-detail{
    clear: both;    margin-top: 6px;
  }
  .bottom-img{
    width: 126px;
    float: left;
    margin-left: 65px;
  }
  .bottom-img-d{
    width:120px;height:120px
  }
  .bottom-img-d img{
    height:100%;
    width:100%;
  }
  .bottom-img .bottom-detail{
    margin-top: 10px;
    height: 33px;
  }
  span#moreAboutlink1,span#hiddenlink{
    display:  none;
  }
  span#hiddenlink,span#moreAboutlink1,span#moreAboutlink{
    float:  right;margin-right:  40px;font-size: 14px;cursor:pointer;font-weight: normal;
  }
  .index-hot-u{clear:both;margin-top:35px}
  .i-b-t{clear:both;margin-top:15px;display:none}
  li#moreAboutlink1{
    display:  none;
  }
  li#moreAboutlink1 a,li#moreAboutlink a,li#hiddenlink a{color:rgba(255,255,255,0.85)!important;text-decoration: underline}
  .index-quickv{
    clear:both;margin-top:57px
  }
  .index-quickv-yq{clear:both;margin-top:35px}
  .linkMore{
    clear: both;
  }

  
  .web_clue{
      margin-top:10px;
      padding-bottom:10px;
  }
  .row{
      margin-right: -15px;
      margin-left: -15px;
      overflow: hidden;
  }
  .clue-r{
      width:50%;
      float:left;
      position: relative;
      min-height: 1px;
  }
  .form-left {
      margin-left:20px;
      margin-bottom: 15px;
  }
  .form-right {
      margin-left:10px;
      margin-bottom: 15px;
  }
  .form-left label {
      float: left;
      width: 60px;
      padding-top: 7px;
      margin-top: 0;
      margin-bottom: 0;
      color: #666;
      font-weight: 500;
      margin-right: 5px;
      padding-left: 0px;
      white-space: nowrap;
      display: inline-block;
      font-size: 12px;
  }
  .form-right label {
      margin-right: 15px;
      float: left;
      width: 72px;
      padding-top: 7px;
      margin-top: 0;
      margin-bottom: 0;
      color: #666;
      font-weight: 500;
      padding-left: 0px;
      white-space: nowrap;
      display: inline-block;
      font-size: 12px;
  }
  .form-left .form-control,.form-right .form-control{
      width: 70%;
      text-indent: 1em;
      display: block;
      height: 34px;
      padding: 0px;
      font-size: 14px;
      line-height: 1.428571429;
      color: #555;
      vertical-align: middle;
      background-color: #fff;
      background-image: none;
      border: 1px solid #ccc;
      border-radius: 4px;
      -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
      box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
      -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
      transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  }
  .cbutton {
      text-align: center;
  }
  .cbutton button {
      width: 155px;
      height: 36px;
      font-size: 14.0px;
      border-radius: 8px;
      color: #fff;
      background-color: #428bca;
      border-color: #357ebd;
      display: inline-block;
      padding: 6px 12px;
      margin-bottom: 0;
      font-weight: normal;
      line-height: 1.428571429;
      text-align: center;
      white-space: nowrap;
      vertical-align: middle;
      cursor: pointer;
      background-image: none;
      border: 1px solid transparent;
  }
  .form-right i-input{
      height: 34px;
      width: 192%;
  }
  header .navbar-collapse .ivu-dropdown-menu{
    padding:0;border-radius:unset;box-shadow: unset;
  }
  header .navbar-collapse .dropdown:hover svg{
    transform:rotate(180deg)
  }
  header .navbar-collapse .dropdown:hover ul li{
    height: 33px;
    line-height: 33px;
  }
  header .navbar-collapse .nav.navbar-nav .dropdown:hover ul li:hover{background: #1890ff;}
  header .navbar-collapse .dropdown:hover  a:hover{
    color:#fff;
    font-weight: 500;
    text-decoration: none;
  }
  header li.dropdown:hover a.first-a:after{
    content: "";
    position: absolute;
    display: block;
    z-index: 1;
    top: auto;
    bottom: 5px;
    left: 7px;
    background-color: #fff;
    width: 100%;
    height: 3px;
    background: #1890FF;
    border-radius: 2px;
  }
  .related-news h4,.h-style h4{
    font-size: 18px!important;
    font-weight: bold!important;
  }