.select-hidden {
  display: none;
  visibility: hidden;
  padding-right: 10px;
}

.select {
  cursor: pointer;
  display: inline-block;
  position: relative;
  font-size: 13px;
  color: #8c8f92;
  width: 220px;
  height: 40px;
  border-top:#e0e3e3 solid 1px;
  border-left:#e0e3e3 solid 1px;
  border-right:#e0e3e3 solid 1px;
  font-style: italic;
}
.select-styled {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #f4f7f8;
  padding: 8px 15px;
  line-height:22px;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  border-bottom:#e0e3e3 solid 1px;
}
.select-styled:after {
  content: "";
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-color: #c3c7c9 transparent transparent transparent;
  position: absolute;
  top: 16px;
  right: 10px;
}
.select-styled:hover {
  background-color: #f4f7f8;
}
.select-styled:active, .select-styled.active {
  background-color: #f4f7f8;
}
.select-styled:active:after, .select-styled.active:after {
  top: 9px;
  border-color: transparent transparent #c3c7c9 transparent;
}
/*.select-options::scroolbars*/
.select-options::-webkit-scrollbar {
 width: 4px;
}
.select-options::-webkit-scrollbar-track {
 background: #bcbcbc;
 border-radius: 5px;
}
.select-options::-webkit-scrollbar-thumb {
 border-radius: 5px;
 background: #727272;
}

.select-options {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0;
  padding: 0;
  list-style: none;
  color:#727272;
  background-color: #f4f7f8;
  border-left:#e0e3e3 solid 1px;
  border-right:#e0e3e3 solid 1px;
  font-style: normal;
  height:250px;
  overflow-y:scroll;
  border-bottom:1px solid #e0e3e3;
}
.select-options li {
  margin: 0;
  height:30px;
  line-height:10px;
  padding: 12px 0;
  text-indent: 15px;
  -moz-transition: all 0.15s ease-in;
  -o-transition: all 0.15s ease-in;
  -webkit-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
}
.select-options li:hover {
  background: #eeeeee;
}
.select-options li[rel="hide"] {
  display: none;
}

/* è‡ªè¨‚ç¾©æ¨£å¼ */
/* contantç”¨ */
.icon_type1{
  background: url(/images/contant/tra1c.png) no-repeat 20px center;
}
.icon_type2{
  background: url(/images/contant/tra2c.png) no-repeat 20px center;
}
.icon_type3{
  background: url(/images/contant/tra3c.png) no-repeat 20px center;
}
.icon_type11{
  background: url(/images/course/icon_01c.png) no-repeat 20px 15px!important;
}
.icon_type12{
  background: url(/images/course/icon_02c.png) no-repeat 20px 15px!important;
}
.icon_type13{
  background: url(/images/course/icon_03c.png) no-repeat 20px 15px!important;
}
.contant_label .select {
    cursor: pointer;
    display: inline-block;
    position: relative;
    top:0px;
    font-size: 16px;
    color: #fff;
    width:100%;
    height: 56px;
    line-height: 26px;
    text-align: left;
    font-style: normal;
}
.contant_label .select-styled {
    line-height:32px;
    border: 1px #524b38 solid;
    background-color: rgba(77, 77, 77, 1);
    padding-left:60px;
}
.contant_label .select-options{
    background-color: rgba(112, 112, 112, 1);
    width: 100%;
    border: 1px #707070 solid;
}
.contant_label .select:before {
    content: "";
    width: 51px;
    height: 55px;
    position: absolute;
    display: block;
    z-index: 53;
    /* top: 20px; */
    /* right: 10px; */
/*     background: url(/images/contant/tra1c.png) no-repeat center center; */
}
.contant_label .select-styled:after {
  content: "";
  width: 0;
  height: 0;
  border: 7px solid transparent;
  background: url(/images/contant/arr_b.png) no-repeat center center;
  position: absolute;
  top: 20px;
  right: 10px;
}
.contant_label .select-styled:hover {
  background-color: rgba(112, 112, 112, 1);
}
.contant_label .select-styled:active, .contant_label .select-styled.active {
  background-color: rgba(77, 77, 77, 1);
}
.contant_label .select-styled:active:after, .contant_label .select-styled.active:after {
  top: 20px;
  background: url(/images/contant/arr_t.png) no-repeat center center;
}
.contant_label .select-options li {
  margin: 0;
  padding-left:40px!important;
}
.contant_label .select-options li:nth-child(1) {
  background: url(/images/contant/tra1c.png) no-repeat 18px center;
  border-bottom: 1px #9e9e9e solid;
}
.contant_label .select-options li:nth-child(2) {
  background: url(/images/contant/tra2c.png) no-repeat 10px center;
  border-bottom: 1px #9e9e9e solid;
}
.contant_label .select-options li:nth-child(3) {
  background: url(/images/contant/tra3c.png) no-repeat 14px center;
}
.contant_label .select-options li:hover {
  background-color: rgba(180, 180, 180, 1);
}
/* courseç”¨ */
.course_label .select {
    cursor: pointer;
    display: inline-block;
    position: relative;
    top:0px;
    font-size: 16px;
    color: #c3c7c9;
    width:100%;
    height: 56px;
    line-height: 26px;
    text-align: left;
    font-style: normal;
    border: 1px #23323a solid;
    letter-spacing: 1px;
}
.course_label .select-styled {
    line-height:32px;
    border: 1px #23323a solid;
    background-color: rgba(35, 50, 58, 1)!important;
    padding-left:50px;
}
.course_label .select-options{
    background-color: rgba(210, 210, 210, 1);
    width: 100%;
    border: 1px #23323a solid;
    position: relative;
    z-index: 999;
}
.course_label .select:before {
    /*content: "";*/
    width: 51px;
    height: 55px;
    position: absolute;
    display: block;
    z-index: 53;
    /* top: 20px; */
    /* right: 10px; */
    background: url(/images/course/icon_01c.png) no-repeat 20px 15px!important;
}
.course_label .select-styled:after {
  content: "";
  width: 0;
  height: 0;
  border: 7px solid transparent;
  background: url(/images/contant/arr_b.png) no-repeat center center;
  position: absolute;
  top: 20px;
  right: 10px;
}
.course_label .select-styled:hover {
  background-color: rgba(70, 70, 70, 1);
}
.course_label .select-styled:active, .course_label .select-styled.active {
  background-color: rgba(35, 50, 58, 1);
}
.course_label .select-styled:active:after, .course_label .select-styled.active:after {
  top: 20px;
  background: url(/images/contant/arr_t.png) no-repeat center center;
}
.course_label .select-options li {
  color:#000;
  line-height: 54px!important;
  height: 56px!important;
  margin: 0;
  padding-left:40px!important;
}
.course_label .select-options li:nth-child(1) {
  background: url(/images/course/icon_01.png) no-repeat 18px center;
  border-bottom: 1px #9e9e9e solid;
}
.course_label .select-options li:nth-child(2) {
  background: url(/images/course/icon_02.png) no-repeat 16px center;
  border-bottom: 1px #9e9e9e solid;
}
.course_label .select-options li:nth-child(3) {
  background: url(/images/course/icon_03.png) no-repeat 18px center;
}
.course_label .select-options li:hover {
  background-color: rgba(210, 210, 210, 1);
}

/* memberç”¨ */
.member_label .select {
    cursor: pointer;
    display: inline-block;
    position: relative;
    top:0px;
    font-size: 16px;
    color: #ffffff;
    width:100%!important;
    height: 56px;
    line-height: 26px;
    text-align: left;
    font-style: normal;
    border: 1px #27838c solid;
    letter-spacing: 1px;
    margin-top:30px;
    margin-bottom:12px;
}
.member_label .select-styled {
    line-height:32px;
    border: 1px #27838c solid;
    background-color: rgba(39, 141, 140, 1);
}
.member_label .select-options{
    background-color: rgba(210, 210, 210, 1);
    width: 100%;
    border: 1px #27838c solid;
}
.member_label .select-styled:after {
  content: "";
  width: 0;
  height: 0;
  border: 7px solid transparent;
  background: url(/images/contant/arr_b.png) no-repeat center center;
  position: absolute;
  top: 20px;
  right: 10px;
}
.member_label .select-styled:hover {
  background-color: rgba(70, 70, 70, 1);
}
.member_label .select-styled:active, .member_label .select-styled.active {
  background-color: rgba(39, 141, 140, 1);
}
.member_label .select-styled:active:after, .member_label .select-styled.active:after {
  top: 20px;
  background: url(/images/contant/arr_t.png) no-repeat center center;
}
.member_label .select-options li {
  color:#000;
  line-height: 28px;
  height: 56px!important;
  border-bottom: 1px #9d9d9d solid;
}
.member_label .select-options li:hover {
  background-color: rgba(210, 210, 210, 1);
}

@media screen and (max-width:767px) {
  .member_label .select-options li {
    color:#000;
    line-height: 30px;
    height: 56px!important;
    border-bottom: 1px #9d9d9d solid;
  }
}