/*slider-css*/

.show-container {
    width: 100%;
    min-width: 320px;
    margin: 0 auto
}
.show-container .swiper-wrapper {
    z-index: 30;
    width: 100%;
    width: 100%;
}
.show-container .swiper-wrapper .swiper-slide {
    position: relative;
    z-index: 30;
    width: 100%;
    width: 100%;
    overflow: hidden;
    position: relative;
    padding-top: 31.25%;
}
.show-container .swiper-wrapper .swiper-slide span {
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    -webkit-background-size: 100% 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 80
}
.show-container .swiper-wrapper .swiper-slide .txt-wrap {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    min-width: 320px;
    z-index: 105;
    background: transparent;
    height: 100%
}
.show-container .swiper-wrapper .swiper-slide {
    overflow: visible;
}
.swiper-pagination {
    z-index: 60;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 4px;
}
.swiper-pagination-bullet {
    opacity: .3;
    background-color: #000
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: #000;
}
/*slider-css*/

/*floor-1*/

.floor-1-tj {
    padding: 15px 0;
    overflow: hidden;
}
.floor-1-tj .swiper-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.floor-1-tj a {
    display: block;
    text-align: center;
    flex: 1;
}
.floor-1-tj a i {
    display: block;
    text-align: center;
    margin: 0 auto;
    line-height: 30px;
    font-size: 25px;
}
.floor-1-tj a.tj-list-1 i {
    color: #4fe6a8;
}
.floor-1-tj a.tj-list-2 i {
    color: #ffb928;
}
.floor-1-tj a.tj-list-3 i {
    color: #fd735a;
}
.floor-1-tj a.tj-list-4 i {
    color: #6cc7fe
}
.floor-1-tj a.tj-list-5 i {
    color: #ff574c
}
.floor-1-tj a span {
    display: block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    color: #666;
    font-size: 16px;
    padding-top: 5px;
}
/*floor-1*/

.search-select-type {
    width: 100%;
    height: 40px;
    position: relative;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    color: #000;
    line-height: 38px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    text-align: center;
    font-weight: normal;
    display: flex;
}
.search-select-type span {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 14px;
    font-weight: normal;
    position: relative;
}
.search-select-type .flex-show {
    flex: 1;
    height: 100%;
    border-right: 1px solid #ccc;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.search-select-type .select-left-text span:after {
    content: "\e73a";
    position: absolute;
    right: 5px;
    top: 0px;
    font-size: 20px;
    line-height: 38px;
    color: #fd4f34;
}
.search-select-type .select-right-text {
}
.search-select-type input{
    width: 100%;
    text-align: center;
}

.search-select-type .select-right-text span:after {
    content: "\e68c";
    position: absolute;
    left: 50%;
    top: 4px;
    font-size: 18px;
    line-height: 33px;
    color: #3a88fe;
    margin-left: 20px;
}
.mbsc-sc-whl-gr{
    background: #fff;
}
.mbsc-ios.mbsc-fr-bottom .mbsc-fr-btn-cont, .mbsc-ios.mbsc-fr-top .mbsc-fr-btn-cont{
    background: #fff;
}
.mbsc-sc-whl-w{
    width:100%!important;
}
.my-server-wrap{
    width:100%;
    display: flex;
    border-bottom:10px solid #f8f8f8;
    padding:10px 0;
    box-sizing: border-box;
}
.my-server-wrap .server-list{
    display: block;
    flex:1;
    padding:0 7px;
}
.my-server-wrap .server-list .server-infos{
      box-shadow: 0px 0px 15px #ccc;

      width:100%;
      padding:10px 7px;
      box-sizing: border-box;
      position: relative;
}
.my-server-wrap .server-list .server-title{
    font-size:14px;
    color:#000;
    line-height:22px;
    font-weight: bolder;
}
.my-server-wrap .server-des{
   font-size:12px;
   line-height: 22px;
}
.my-server-wrap .server-icon{
  position:absolute;
  right:10px;
  top:50%;
  margin-top:-15px;
  line-height: 30px;

}
.my-server-wrap .server-icon .iconfont{
  font-size:24px;
  color:red;
}
.select-2dialog {
    width: 100%;
    position: fixed;
    left: 0;
    top: 0px;
    height:100%;
    overflow: auto;
    padding-bottom: 10px;
    box-sizing: border-box;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}
.select-2dialog .select-content {
    width: 100%;
    background: #fff;
    padding: 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    position: relative;
    z-index: 33
}
.select-2dialog .bg {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(15, 14, 14, 0.6);
    z-index: 22
}
.select-2dialog .select-content .closebtn {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 0;
    top: 0;
    color: #000;
    font-size: 20px;
}
.select-2dialog .select-content .closebtn:after {
    content: "\e636";
    position: absolute;
    right: 17px;
    top: 10px;
    font-size: 23px;
    line-height: 22px;
    color: #ff594b;
}
.select-2dialog .select-content h6 {
    height: 30px;
    color: #343434;
    font-size: 14px;
    line-height: 30px;
    height: 40px;
}
.select-2dialog .select-content h6 span {
    color: #b9b9b9;
    font-size: 12px;
    position: relative;
    top: 5px;
}
.select-2dialog .select-content .select-more {
    width: 100%;
    overflow: hidden;
}
.select-2dialog .select-content .select-more dd {
    display: block;
    float: left;
    width: 25%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 0 10px;
    padding-bottom: 10px;
}
.select-2dialog .select-content .select-more dd span {
    width: 100%;
    height: 100%;
    color: #626262;
    font-size: 12px;
    line-height: 30px;
    border: 1px solid #cccccc;
    display: block;
    text-align: center;
    border-radius:6px;
    cursor: pointer;
}
.select-2dialog .select-content .select-more dd.on span {
    color: blue;
    border-color: blue;
}
.select-2dialog .btn-submit {
    width: 100%;
    padding: 10px;
    padding-top: 50px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    overflow: hidden;
}
.select-2dialog .btn-submit .reset-btn {
    width: 48%;
    border: 1px solid #ccc;
    border-radius: 3px;
    color: #000;
    font-size: 12px;
    float: left;
    line-height: 28px;
    text-align: center;
    cursor: pointer;
}
.select-2dialog .btn-submit .ok-btn {
    width: 48%;
    border: 1px solid #ccc;
    border-radius: 3px;
    color: #000;
    font-size: 12px;
    float: right;
    background: #0e99d2;
    line-height: 28px;
    color: #fff;
    text-align: center;
    cursor: pointer;
}
.select-1dialog {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
}
.select-1dialog .bg {
    width: 100%;
    height: 100%;
    background: rgba(15, 14, 14, 0.6);
    z-index: 22
}
.select-1dialog .select-content {
    width: 100%;
    height: 35%;
    background: #fff;
    position: absolute;
    z-index: 50;
    bottom: 0;
    left: 0;
}
.mbsc-ios .mbsc-sc-whl-gr{
    padding-left:0!important;
    padding-right:0!important;
}