/**
 * Variables
 */
/**
 * Wrapper
 */
 .xilaSch input{height:40px !important;width:242px !important;background:#fff;position:absolut;z-index:1005}
.xilaSch  select{width:242px !important;}
#schoolId{display:none;}
.combo-select {
width: 6.45rem;
    height: .94rem;
    border: solid .06rem #4c1d0a;
    line-height: .94rem;
    border-radius: .4rem;
    box-shadow: 0.03rem 0.08rem 0.01rem #ffd005;
    outline: none;
    padding: 0 .3rem;
    font-size: .4rem;
    color: #4c1d0a;
    margin-right: .15rem; float:right}
  .combo-select .combo-input {
    margin-bottom: 0; }

/**
 * Input field
 */
.combo-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  border: none;
  width: 100%;
  box-sizing: border-box;
  padding-right: 0.2rem;
  border-radius: 3px;    font-size: .4rem; }
  .combo-input:focus {
    outline: none; }

/**
 * Arrow
 */
.combo-arrow {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  cursor: pointer;
  text-align: center;
  font-size: 14px;
  width: 40px;
  font-size: 12px;
  color: #4c1d0a; }
  .combo-arrow:before {
    content: " ";
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #4c1d0a;
    display: block;
    width: 0;
    height: 0;
    top: 0;
      right: 15px;
    bottom: 0;
    position: absolute;
    margin: auto 0; }

/**
 * When opened
 */
.combo-open .combo-arrow {
  border-color: #51A7E8; }
  .combo-open .combo-arrow:before {
    border-top: none;
    border-bottom: 5px solid #4c1d0a; }

/**
 * When focused
 */


/**
 * Hide native select
 */
.combo-select select {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-appearance: none;
  opacity: 0; }

@media only screen and (min-width: 960px) {
  .combo-select select {
    left: -1px;
    top: -1px;
    width: 0;
    height: 0;
    margin: 0; } }
/**
 * Selected option
 */
.ContentboxTwo ul.combo-dropdown li.option-selected {
  font-size:0.5rem;color:#4c1d0a }

/**
 * Hovered option
 */
.option-hover {
  font-size:0.5rem;
  color: #4c1d0a; }

/**
 * Option item
 */
.ContentboxTwo ul.combo-dropdown li.option-item {
  cursor: pointer;
  border-bottom: 1px #e3e3e3 solid; }
  
  .option-item:last-child {
    border-bottom: none; }

/**
 * Disabled and optgroups
 */
.option-group {
  cursor: text;
  font-weight: 600;
  background: #e1e1e1;
  border: 1px #ccc solid;
  border-width: 1px 0; }

/**
 * Disabled
 */
.option-disabled {
  opacity: 0.5; }

/**
 * Dropdown
 */
.combo-dropdown {
  position: absolute;
  z-index: 10000;
  top: 100%;
  right:0.15rem;
  max-height:4rem;
  margin: 0;
  padding: 0;
  display: none;
  overflow-y: auto;
  background: #fff;
  border-radius: 0;
  border-radius: .2rem;
  box-sizing: border-box;
  border: solid .06rem #4c1d0a;
    box-shadow: 0.03rem 0.08rem 0.01rem #ffd005;
	padding-right:0.1rem;
  
  
  
   }
  .combo-dropdown li {
    list-style: none;
    padding: 0.05rem 1em;
    margin: 0; }

/**
 * On Active
 */
.combo-open .combo-dropdown {
  display: block; }

/**
 * Search marker
 */
.combo-marker {
  text-decoration: underline; }
 /*增加*/ 
  
  .combo-dropdown{overflow-y:scroll}
.combo-dropdown::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

.combo-dropdown::-webkit-scrollbar
{
	width: 6px;
	background-color: #F5F5F5;
}

.combo-dropdown::-webkit-scrollbar-thumb
{
	background-color: #000000;
}
.combo-dropdown li.option-disabled{height:0;overflow:hidden;opacity:0;padding:0}
  
.ContentboxTwo ul.combo-dropdown{padding-top:0;width:7.15rem}
.ContentboxTwo ul.combo-dropdown li{margin-bottom:0;font-size:0.34rem;color:#999;}