.immersive_awselect {
  overflow: hidden !important
}
.awselect_bg {
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: rgba(0, 0, 0, .8);
  -webkit-transition: .2s ease-in;
  -moz-transition: .2s ease-in;
  -o-transition: .2s ease-in;
  transition: .2s ease-in
}
.awselect,
.awselect>.bg {
  -webkit-transition: .4s cubic-bezier(.19, 1, .22, 1);
  -moz-transition: .4s cubic-bezier(.19, 1, .22, 1);
  -o-transition: .4s cubic-bezier(.19, 1, .22, 1);
  float: left;
  width: 100%
}
.awselect_bg.animate {
  opacity: 1
}
.awselect {
  position: relative;
  cursor: pointer;
  transition: .4s cubic-bezier(.19, 1, .22, 1)
}
.awselect>.bg {
  background: #fff;
  height: 0%;
  position: absolute;
  z-index: 1;
  transition: .4s cubic-bezier(.19, 1, .22, 1)
}
.awselect .front_face {
  position: relative;
  color: #000;
  float: left;
  width: 100%;
  height: 69px;
  line-height: 65px;
  padding: 4px 25px 0 25px !important;
  font-size: 18px;
}
.awselect .front_face>.bg {
  position: absolute;
  z-index: 0;
  float: left;
  width: 100%;
  height: 100%;
  left: 0;
  background: #eee !important;
  top: 0
}
.awselect .front_face .content {
  float: left;
  width: 100%;
  position: relative;
  z-index: 2
}
.awselect .front_face span {
  -webkit-transition: .4s cubic-bezier(.19, 1, .22, 1);
  -moz-transition: .4s cubic-bezier(.19, 1, .22, 1);
  -o-transition: .4s cubic-bezier(.19, 1, .22, 1);
  transition: .4s cubic-bezier(.19, 1, .22, 1);
  float: left;
  width: 100%;
  color: inherit
}
.awselect .front_face .current_value {
  position: absolute;
  left: 0
}
.awselect .front_face .placeholder {
  position: relative
}
.awselect .back_face,
.awselect .front_face .icon {
  position: absolute;
  -webkit-transition: .4s cubic-bezier(.19, 1, .22, 1);
  -moz-transition: .4s cubic-bezier(.19, 1, .22, 1);
  -o-transition: .4s cubic-bezier(.19, 1, .22, 1)
}
.awselect .front_face .icon {
  float: right;
  right: 0;
  top: calc(50% + 2px);
  transform:  translateY(-50%);
  transform-origin: center 0;
  transition: .4s cubic-bezier(.19, 1, .22, 1)
}
.awselect .front_face .icon svg {
  width: 14px;
  height: 14px
}
.awselect .back_face {
  z-index: 2;
  padding: 0;
  transition: .4s cubic-bezier(.19, 1, .22, 1);
  transform: translateY(20px);
  opacity: 0;
  float: left;
  width: 100%;
  max-height: 200px;
  /* overflow: hidden; */
  overflow-y: scroll;
  display: none;
  padding: 0 !important;
}
.awselect .back_face::-webkit-scrollbar {
	width: 10px;
}
.awselect .back_face::-webkit-scrollbar-thumb {
	height: 25%;
	background: #bababa;
	border-radius: 10px;
}
.awselect .back_face::-webkit-scrollbar-track {
	background: #eaeaea;
	border-radius: 10px;
}

.aw_cursor_pointer,
.awselect .back_face ul li a {
  -webkit-transition: .4s cubic-bezier(.19, 1, .22, 1);
  -moz-transition: .4s cubic-bezier(.19, 1, .22, 1);
  -o-transition: .4s cubic-bezier(.19, 1, .22, 1);
  float: left
}
.awselect .back_face ul {
  margin: 0;
  float: left;
  padding: 0;
  width: 100%
}
.awselect .back_face ul li {
  float: left;
  width: 100%;
  display: block;
}
.awselect .back_face ul li a {
  color: inherit;
  opacity: .8;
  width: 100%;
  transition: .4s cubic-bezier(.19, 1, .22, 1);
  padding: 9px 25px 5px !important;
  font-size: 18px;
}
.awselect .back_face ul li a:hover {
  background: rgba(0, 0, 0, .07);
  opacity: 1
}
.awselect.animate {
  z-index: 9999
}
.awselect.animate .front_face .icon {
  transform: rotate(-180deg) translateY(calc(-50% + 5px));
}
.awselect.animate>.bg {
  height: 100%
}
.awselect.animate2>.bg {
  box-shadow: 0 11px 43px 11px rgba(0, 0, 0, .11)
}
.awselect.animate2 .back_face {
  transform: translateY(0);
  opacity: 1
}
.awselect.hasValue .front_face .placeholder {
  transform: translateY(20px);
  opacity: 0
}
.awselect.placeholder_animate .front_face .current_value {
  opacity: 0
}
.awselect.placeholder_animate2 .front_face .placeholder {
  transform: translateY(0);
  opacity: 1
}
.awselect.transition_paused {
  transition: none !important
}
.aw_cursor_pointer {
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background: #ddd;
  overflow: hidden;
  padding: 5px;
  transition: .4s cubic-bezier(.19, 1, .22, 1);
  transform: scale(.5)
}
.aw_cursor_pointer .inner {
  float: left;
  width: 100%;
  height: 0%;
  background: #fff;
  border-radius: 100%;
  -webkit-transition: .4s cubic-bezier(.19, 1, .22, 1);
  -moz-transition: .4s cubic-bezier(.19, 1, .22, 1);
  -o-transition: .4s cubic-bezier(.19, 1, .22, 1);
  transition: .4s cubic-bezier(.19, 1, .22, 1)
}
.aw_cursor_pointer.animate {
  transform: scale(1)
}
.aw_cursor_pointer.animate .inner {
  height: 100%
}