body {
  font-family: "microsoft yahei";
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
}
input:focus,
textarea:focus,
select:focus {
  outline: none !important;
}
input,
textarea {
  line-height: normal;
  /* for non-ie */
  line-height: 22px \9;/* for ie */
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.tab-pane.active {
  display: block;
}
.tab-pane {
  display: none;
}
.w-100 {
  width: 100% !important;
}
.p-0-5 {
  padding: 0 5px !important;
}
.p-0 {
  padding: 0 !important;
}
.m-0 {
  margin: 0 !important;
}
.m-t0 {
  margin-top: 0 !important;
}
.hide {
  display: none;
}
.e-hide {
  display: none;
}
.over-hidden {
  overflow: hidden;
}
.text-center {
  text-align: center !important;
}
.text-right {
  text-align: right !important;
}
/*# sourceMappingURL=base.css.map */

/*尚未开通，敬请期待弹窗*/
.screen-pop-ups-wapper{
  background: url(../img/000-bg.png);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  display: none;
}
.desk-pop-ups{
  background: #fff;
  border-radius: 5px;
  width: 700px;
  height: 500px;
  margin: auto ;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.pop-title{
  padding: 36px 50px 0 0;
}
.shut-pop-icon{
  width: 46px;
  height: 46px;
  background: url(../img/cw-icon.png) no-repeat;
  /*background-size: 40px 40px;*/
  opacity: 0.3;
  float: right;
  transition: .15s ease;
}
.shut-pop-icon:hover{
  opacity: 1;
}
.pop-title p{
  display: inline-block;
}
.desk-pop-ups-content{
  text-align: center;
  padding: 55px 0 40px 0;
}
.desk-pop-ups-content img{
  width: 460px;
  height: 230px;
}
.desk-pop-ups-content h2{
  font-size: 24px;
  color: #333;
  padding: 20px 0 0;
  margin: 0;
}
.desk-pop-footer{
  text-align: center;
  padding: 10px 0 10px 0;
}
.desk-pop-closebtn{
  background-color: #e60000;
  width: 120px;
  border-radius: 5px;
  color: #fff;
  font-size: 16px;
  display: inline-block;
  line-height: 40px;
  text-decoration: none;
}
.desk-pop-closebtn:hover{
  background-color: #ee0000;
  color: #fff;
}

