.screenBox {
  margin-top: 10px;
  padding: 0 25px;
  background: white;
  border: 1px solid #e5e5e5;
  box-shadow: 0px 0px 5px rgba(0,0,0,.1);
  display: none;
  margin-bottom: 15px;
}

.screenBox .screenList .swiper-slide {
  width: auto;
}

.screenBox .screenList .list {
  width: 168px;
  padding: 0 10px 10px 5px;
  float: left;
}

.screenBox .screenList .list.last {
  padding-right: 0;
}

.screenBox .list span {
  display: block;
  height: 36px;
  line-height: 36px;
  padding-top: 8px;
  text-align: center;
  color: #444;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bold;
}

.screenBox .list font {
  display: block;
  width: 168px;
  border: 1px solid #eeeeee;
  background: #fff;
  overflow: hidden;
}

.screenBox .list font .text {
  border: none;
  outline: none;
  width: 134px;
  padding: 0 4px;
  height: 26px;
  line-height: 26px;
  float: left;
}

.button {
  outline: none;
  cursor: pointer;
}

.button:hover {
  opacity: .8;
  filter: alpha(opacity=80);
}

.screenBox .list font .button {
  width: 20px;
  height: 20px;
  margin: 3px 5px 0 0;
  background: url(/Public/images/icon/list_icon_4.png) no-repeat center center;
  border: none;
  float: right;
  cursor: default;
}

.screenBox .list .swiper-container {
  width: 158px;
  padding-right: 10px;
  height: 115px;
  border: 1px solid #eee;
  background: #fff;
}

.screenBox .list .swiper-container .swiper-slide {
  height: auto;
}

.screenBox .list .swiper-container a {
  display: block;
  width: 150px;
  padding: 0 3px;
  border: 1px solid #fff;
  height: 20px;
  line-height: 20px;
  margin-top: 1px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.screenBox .list .swiper-container a.on {
  color: #0084cd;
  border: 1px solid #0084cd;
  background: url(/Public/images/icon/list_icon_5.png) no-repeat right bottom;
}

.swiper-container-horizontal > .swiper-scrollbar {
  width: 100% !important;
  left: 0 !important;
  height: 10px !important;
  bottom: 0 !important;
  background: #fff !important;
}

.swiper-scrollbar-drag {
  background: #c2c2c2 !important;
}

.swiper-container-vertical > .swiper-scrollbar {
  width: 10px !important;
  height: 100% !important;
  top: 0 !important;
  right: -1px !important;
  background: #fff !important;
}

.screenBox .choiceBxo {
  width: 100%;
  overflow: hidden;
}

.screenBox .choiceBxo .choice {
  width: 90%;
  background: #eaeaea;
  float: left;
}

.screenBox .choiceBxo .choice span {
  display: block;
  width: 80px;
  height: 44px;
  line-height: 44px;
  color: #555;
  text-indent: 18px;
  overflow: hidden;
  float: left;
}

.screenBox .choiceBxo .choice ul {
  width: 85%;
  padding-bottom: 10px;
  float: left;
}

.screenBox .choiceBxo .choice ul li {
  padding: 10px 10px 0 0;
  float: left;
}

.screenBox .choiceBxo .choice ul li a {
  display: block;
  line-height: 22px;
  color: #555;
  padding: 0 28px 0 8px;
  border: 1px solid #d5d5d5;
  background: url(/Public/images/icon/list_icon_6.png) #fff no-repeat right center;
}

.screenBox .choiceBxo .choice ul li a:hover {
  opacity: .8;
  filter: alpha(opacity=80);
}

.screenBox .choiceBxo p {
  line-height: 44px;
  padding-right: 20px;
  float: right;
}

.screenBox .applicationBox {
  height: 55px;
  line-height: 55px;
  overflow: hidden;
}

.screenBox .applicationBox div {
  height: 55px;
  line-height: 55px;
  float: left;
  margin-left: 20px;
}

.screenBox .applicationBox a {
  display: block;
  width: 90px;
  padding: 0 3px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #0084cd;
  background: #eef8fe;
  border: 1px solid #0084cd;
  margin: 10px;
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.screenBox .applicationBox a#sub_check{
  color: white;
  background-color: #0084cd;
}
.screenBox .applicationBox a.application {
  color: #fff;
  background: #0084cd;
}

.screenBox .applicationBox a:hover {
  opacity: .8;
  filter: alpha(opacity=80);
}

.screenBox .applicationBox span {
  display: block;
  line-height: 32px;
  padding-left: 14px;
  color: #666;
  float: left;
}

.screenBox .applicationBox span font {
  color: #0084cd;
  font-size: 14px;
  font-weight: bold;
}
/*滚动条*/
::-webkit-scrollbar-button {
  display: none;
}

::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  overflow: hidden;
  background: #FFFFFF;
}

::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background-color: #999;
  background: rgba(0, 0, 0, 0.4);
}

.swiper-container {
  margin: 0 auto;
  position: relative;
  /*overflow: hidden;*/
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}
 .swiper-container{
        overflow: scroll;
      }	
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}
.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}	  