/*! open-v1.1.27 created by John on 2016-07-19 11:34:30 */

body {
  font-family: "microsoft yahei", "Open Sans", Arial, "microsoft yahei",
    sans-serif;
  line-height: 22px;
  font-size: 15px;
  background-color: #eaeaea;
/*  background: url(/static/images/beijing_pc.png) center center no-repeat;
  background-size: 100% 100%;*/
}


/* HEADER */
#site-header{
	margin: 0;
	padding: 5px 0;
	box-shadow: 0 0 10px #666;
	background: #fff;
	position: absolute;
	left: 0;
	width: 100%;
	top: 0;
	z-index: 1000;
}
#site-header a.primary-logo{
	display: inline-block;
	float: left;
	
}
#site-header .primary-menu{
	float: right;
	margin: 0;
	padding: 0;
}
#site-header .primary-menu ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
#site-header .primary-menu li{
	display: inline-block;
	padding: 4px 0;
}
#site-header .primary-menu a{
	display: block;
	padding: 1px 20px;
	text-decoration: none;
	color: inherit;
	font-size: 0.813em;
	letter-spacing: 1px;
	border: 1px solid transparent;
	border-radius: 100px;
	font-weight: 600;
	transition: all ease 0.8s;
	-webkit-transition: all ease 0.8s;
	-moz-transition: all ease 0.8s;
}
#site-header .primary-menu a:hover{
	border-color: #444;
}

.container{
	max-width: 980px;
	margin: 0 auto;
	padding: 1px 1px;
}

#null {
    padding: 16px;
}
footer,
header,
nav,
section {
  display: block;
}

.ng-cloak {
  display: none;
}

.border-radius0 {
  border-radius: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
}

@media (min-width: 720px) {
  .container-h {
    width: auto;
  }
}

@media (min-width: 992px) {
  .container-h {
    width: 970px;
  }
}

/*Login*/
.Login {
  width: 100%;
  overflow: hidden;
  padding: 24px 0;
}

.Login img {
  float: left;
}

.Login p {
  float: right;
  line-height: 77px;
  font-size: 20px;
  color: #333;
}

.banner{top:10px;}

/*Login*/

/*tabÃƒÂ¥Ã‹â€ Ã¢â‚¬Â¡ÃƒÂ¦Ã‚ÂÃ‚Â¢*/
.room {
  width: 100%;
  overflow: hidden;
  background: #f5f5f5;
  margin: 0px 0px 5px 0px;
  /* border-top-left-radius: 12px; */
  /* border-top-right-radius: 12px; */
  border: 1px solid #dedede;
  /* box-shadow: 0 4px 4px 4px rgba(0, 0, 0, 0.1); */
  padding-bottom: 15px;
}

.lot-type {
  /*border-left: 1px solid #dedede;*/
  /*border-top: 1px solid #dedede*/
}

.lot-type a {
  width: 16.667% !important;
  float: left;
  display: block;
  text-align: center;
  line-height: 38px;
  font-size: 30px;
  color: #333;
  text-decoration: none;
  border-bottom: 1px solid #e6e4e8;
  padding: 16px 0;
}

.lot-type a.active {
  color: #397ae3;
  border-bottom: 1px solid #fe474b;
  border-bottom: 1px solid #fe474b;
   /* background: url(/static/images/xuanzhon.png) center bottom no-repeat;*/
  background-size: 15px 8px;
}
.lot-type span {
  /* width: 33.3% !important; */
  float: left;
  display: block;
  text-align: center;
  line-height: 15px !important;
  font-size: 26px !important;
  color: #333;
  text-decoration: none;
  border-bottom: 2px solid #e6e4e8;
  padding: 16px 0;
}
.lot-type span.active {
  color: #397ae3;
  border-bottom: 2px solid #fe474b;
  border-bottom: 2px solid #fe474b;
   /* background: url(/static/images/xuanzhon.png) center bottom no-repeat;*/
  background-size: 15px 8px;
}
@media (max-width: 750px) {
  .room {
   /* margin: 10px 0;*/
   padding-bottom: 0px;
  }
  
  .badge {
    display: inline-block;
    min-width: 21px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 400;
    color: #fff;
    line-height: 1;
    vertical-align: baseline;
    white-space: nowrap;
    text-align: center;
    background-color: #999;
    border-radius: 15px
}
  .lot-type a {
    width: 33.3% !important;
    float: left;
    display: block;
    text-align: center;
    line-height: 15px !important;
    font-size: 16px !important;
    color: #333;
    text-decoration: none;
    border-bottom: 2px solid #e6e4e8;
    padding: 16px 0;
  }
  .lot-type a.active {
    color: #397ae3;
    border-bottom: 2px solid #fe474b;
    border-bottom: 2px solid #fe474b;
   /* background: url(/static/images/xuanzhon.png) center bottom no-repeat;*/
    background-size: 15px 8px;
  }
  .lot-type span {
    /* width: 33.3% !important; */
    float: left;
    display: block;
    text-align: center;
    line-height: 15px !important;
    font-size: 17px !important;
    color: #333;
    text-decoration: none;
    border-bottom: 2px solid #e6e4e8;
    padding: 16px 0;
  }
  .lot-type span.active {
    color: #397ae3;
    border-bottom: 2px solid #fe474b;
    border-bottom: 2px solid #fe474b;
   /* background: url(/static/images/xuanzhon.png) center bottom no-repeat;*/
    background-size: 15px 8px;
  }
}

@media (min-width: 768px) {
  .lot-type a.nav-b-r-none {
    border-right: none;
  }
}

@media (max-width: 767px) {
  .lot-type a.nav-xs-hidden {
    display: none;
  }
  .lot-latest {
    margin-top: 0 !important;
  }
  .lot-m {
    /* margin-bottom: 5px !important; */
  }

  .opentime b {
    width: 30px;
    height: 30px;
    line-height: 30px;
   /* font-size: 20px;*/
    margin: 0 5px;
    margin-top: 10px;
  }
}

@media (min-width: 768px) and (max-width: 1200px) {
  .lot-type a.nav-md-hidden {
    display: none;
  }
}

@media (min-width: 1200px) {
  .lot-type a.nav-lg-b-r-none {
    border-right: none;
  }
}

i {
  font-style: normal;
  display: inline-block;
}
/*tabÃƒÂ¥Ã‹â€ Ã¢â‚¬Â¡ÃƒÂ¦Ã‚ÂÃ‚Â¢*/

.lot-m {
  /*border: 1px solid #dedede;*/
  /* background-color: #f6f5f5; */
  /*padding: 15px;*/
  /* margin-bottom: 20px; */
}

.lot-latest {
  padding: 0;
  /*border: 1px solid #dedede;*/
  height: 128px;
  /* background-color: #FFF; */
}
.qyTab {
  margin-top: 10px;
}
.t-logo img {
  width: 113px;
  height: 113px;
  display: block;
  border-radius: 50%;
}

.lot-section .qy_name {
  display: block;
  font-size: 28px;
  color: #fe474b;
  margin-top: 25px;
  margin-left: 10px;
}

.lot-section {
  float: left;
  margin: 0 10px;
}

.lot-section p {
  display: block;
  font-size: 18px;
  margin-top: 20px;
  margin-left: 10px;
}

.lot-section p i {
  font-family: Tahoma;
  color: #e63442;
}

.lot-section-sel .prv {
  display: block;
  float: left;
  width: 27px;
  height: 27px;
  background-image: url(/static/picture/lot_icon.png);
  background-position: 0 0;
}

.lot-section-sel .selblk {
  float: left;
  width: 129px;
  height: 27px;
  padding: 1px 5px;
  margin: 0 6px;
  border: 1px solid #cacaca;
  background: #fff;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  border-radius: 1px;
  position: relative;
  z-index: 2;
  z-index: 99;
}

.lot-section-sel .selblk .seconds {
  float: left;
  font-size: 14px;
  color: #717171;
  line-height: 25px;
  display: block;
  width: 106px;
  text-align: center;
}

.lot-section-sel .next {
  display: block;
  float: left;
  width: 27px;
  height: 27px;
  background-image: url(/static/picture/lot_icon.png);
  background-position: 0 -56px;
}

.lot-section-sel .arrow2 {
  float: right;
  display: block;
  width: 10px;
  height: 25px;
  background-image: url(/static/picture/arrow.png);
  background-position: center center;
  background-repeat: no-repeat;
}
/*ÃƒÂ¥Ã…â€™Ã‚ÂºÃƒÂ¥Ã…Â¸Ã…Â¸ÃƒÂ¥Ã‚ÂÃ‚ÂÃƒÂ§Ã‚Â§Ã‚Â°*/
.open-cutdown {
  border-left: 1px solid #dedede;
  border-right: 1px solid #dedede;
  margin-top: 4px;
  height: 128px;
  text-align: center;
  position: relative;
  z-index: 2;
}

.Xyq {
 /* text-align: left;*/
  /*width: 237px;*/
  padding: 3px 3px 3px 3px;
  font-size: 21px;
  color: #333;
  text-indent: 8px;
}
.opentime {
  font-size: 33px;
  color: #fe474b;
  margin: 15px 0 0;
  height: 95px;
  line-height: 48px;
  overflow: hidden;
  /*background: url(../image/time.png) 0 0 no-repeat;*/
}

.opentime span {
  float: left;
  display: inline-block;
  margin-top: 8px;
}

.opentime b {
  width: 115px;
  height: 72px;
  float: left;
  background-size: 115px 72px;
  letter-spacing: 37px;
  text-indent: 19px;
  line-height: 64px;
  background: url(../image/time.png) 0 0 no-repeat;
  /*background-image: url(https://pc7887.com/static/images/lot_icon.png);*/
  /*background-position: 0 -112px*/
}
/*ÃƒÂ¥Ã‚Â¼Ã¢â€šÂ¬ÃƒÂ¦Ã…â€œÃ…Â¸ÃƒÂ¥Ã¢â€šÂ¬Ã¢â‚¬â„¢ÃƒÂ¨Ã‚Â®Ã‚Â¡ÃƒÂ¦Ã¢â‚¬â€Ã‚Â¶*/
.lot-result {
  padding: 0;
  margin-top: 41px;
  height: 68px;
  text-align: center;
}

.lot-result .r1 {
  display: inline-block;
  padding: 10px 10px 0 0;
  margin-top: 4px;
  height: 51px;
  border-right: 1px solid #e8e8e8;
  margin-right: 10px;
}

.lot-result .r1 span {
  display: inline-block;
  width: 38px;
  height: 38px;
  text-align: center;
  line-height: 38px;
  font-size: 22px;
  color: #fff;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  position: relative;
  z-index: 2;
  background-size: cover !important;
}

.lot-result .r2 {
  padding-top: 20px;
  text-align: left;
  display: inline-block;
}

.lot-result .r2 span {
  padding: 7px;
  border-radius: 14px;
  font-size: 20px;
  /* font-weight: 400; */
}

.lot-result .r3 {
  display: inline-block;
  padding-left: 50px;
  font-size: 16px;
  color: #8d8d8d;
  height: 68px;
  line-height: 68px;
  background-image: url(../image/clock.jpg);
  background-position: center left;
  background-repeat: no-repeat;
}

.blue-info {
background-color: #00a0e9;
  background-size: cover;
  color: #fff;
}

.red-info {
  background-color: #e60012;
  background-size: cover;
  color: #fff;
}

.red {
  background-color: #e60012;
}

.blue {
  background-color: #00a0e9;
}

.cyanBlue {
  background-color: #13b5b1;
}

.skyBlue {
  background-color: #556fb5;
}

.orange {
  background-color: #e60012;
}

.yellow {
  background-color: #f39800;
}

.green {
  background-color: #22ac38;
}
/*ÃƒÂ¦Ã…â€œÃ…Â¸ÃƒÂ¥Ã‚ÂÃ‚Â·*/
@media (max-width: 750px) {
  .lot-latest {
    padding: 0;
    border: 1px solid #dedede;
    height: 90px;
    background-color: #FFF;
  }
  .qyTab {
    margin-top: 10px;
  }
  .t-logo img {
    width: 70px;
    height: 70px;
    display: block;
    border-radius: 50%;
  }

  .lot-section .qy_name {
    display: block;
    font-size: 20px;
    color: #fe474b;
    margin-top: 10px;
    margin-left: 0px;
  }

  .lot-section {
    float: left;
    margin: 0 10px;
  }

  .lot-section p {
    display: block;
    font-size: 17px;
    margin-top: 5px;
    margin-left: 10px;
  }

  .lot-section p i {
    font-family: Tahoma;
    color: #e63442;
  }

  .lot-section-sel .prv {
    display: block;
    float: left;
    width: 27px;
    height: 27px;
    background-image: url(/static/picture/lot_icon.png);
    background-position: 0 0;
  }

  .lot-section-sel .selblk {
    float: left;
    width: 129px;
    height: 27px;
    padding: 1px 5px;
    margin: 0 6px;
    border: 1px solid #cacaca;
    background: #fff;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    border-radius: 1px;
    position: relative;
    z-index: 2;
    z-index: 99;
  }

  .lot-section-sel .selblk .seconds {
    float: left;
    font-size: 14px;
    color: #333;
    line-height: 25px;
    display: block;
    width: 106px;
    text-align: center;
  }

  .lot-section-sel .next {
    display: block;
    float: left;
    width: 27px;
    height: 27px;
    background-image: url(/static/picture/lot_icon.png);
    background-position: 0 -56px;
  }

  .lot-section-sel .arrow2 {
    float: right;
    display: block;
    width: 10px;
    height: 25px;
    background-image: url(/static/picture/arrow.png);
    background-position: center center;
    background-repeat: no-repeat;
  }
  /*ÃƒÂ¥Ã…â€™Ã‚ÂºÃƒÂ¥Ã…Â¸Ã…Â¸ÃƒÂ¥Ã‚ÂÃ‚ÂÃƒÂ§Ã‚Â§Ã‚Â°*/
  .open-cutdown {
    border-left: 0;
    border-right: 0;
    border: 1px solid #dedede;
    height: 100px;
    margin-top: 6px;
  /*height: 68px;*/
  text-align: center;
  position: relative;
  z-index: 2;
  background-color: #fff;
  }

  .Xyq {
    text-align: center;
    padding: 6px;
    margin: 0 0 0 0;
    font-size: 18px;
    color: #333;
    text-indent: 8px;
   /* display: inline-block;*/
  }

  .opentime {
    font-size: 24px;
    color: #fe474b;
    margin: 0 0 0 0;
    height: auto;
    line-height: 48px;
    overflow: visible;
    /*float: left;*/
    display: inline-block !important;
    /*background: url(../image/time.png) 0 0 no-repeat;*/
  }

  .opentime span {
    display: inline-block;
    margin-top: 0px;
    line-height: 0;
    float: none;
    margin: 0 -5px 0 3px;
    font-size: 20px;
  }

  .opentime b {
      display: inline-block;
    width: 115px !important;
    height: 62px !important;
    font-size: 33px;
    display: inline-block;
    background-size: 100% 100% !important;
    letter-spacing: 37px !important;
    text-indent: 18px;
    line-height: 57px !important;
    background: url(../image/time.png) 0 0 no-repeat;
    margin: 0 !important;
    float: none;
  }
  
  
  /*ÃƒÂ¥Ã‚Â¼Ã¢â€šÂ¬ÃƒÂ¦Ã…â€œÃ…Â¸ÃƒÂ¥Ã¢â€šÂ¬Ã¢â‚¬â„¢ÃƒÂ¨Ã‚Â®Ã‚Â¡ÃƒÂ¦Ã¢â‚¬â€Ã‚Â¶*/
  .lot-result {
    margin-top: 6px;
    text-align: center;
    border: 1px solid #dedede;
    background-color: #fff;
  }

  .lot-result .r1 {
    display: inline-block;
    padding: 10px 10px 0 0;
    margin-top: 4px;
    height: 51px;
    border-right: 1px solid #e8e8e8;
    margin-right: 10px;
  }

  .lot-result .r1 span {
    display: inline-block;
    width: 38px;
    height: 38px;
    text-align: center;
    line-height: 38px;
    font-size: 22px;
    color: #fff;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    position: relative;
    z-index: 2;
  }

  .lot-result .r2 {
    padding-top: 20px;
    text-align: left;
    display: inline-block;
  }

  .lot-result .r2 span {
    padding: 7px;
    border-radius: 14px;
    font-size: 22px;
    /* font-weight: 400 */
  }

  .lot-result .r3 {
    display: inline-block;
    padding-left: 50px;
    font-size: 16px;
    color: #8d8d8d;
    height: 68px;
    line-height: 68px;
    background-image: url(../image/clock.jpg);
    background-position: center left;
    background-repeat: no-repeat;
  }

  .blue-info {
    background-color: #00a0e9;
    color: #fff;
  }

  .red-info {
    background-color: #e60012;
    color: #fff;
  }

  .red {
    background-color: #e60012;
  }

  .blue {
    background-color: #00a0e9;
  }

  .cyanBlue {
    background-color: #13b5b1;
  }

  .skyBlue {
    background-color: #556fb5;
  }

  .orange {
    background-color: #e60012;
  }

  .yellow {
    background-color: #f39800;
  }

  .green {
    background-color: #22ac38;
  }
  /*ÃƒÂ¦Ã…â€œÃ…Â¸ÃƒÂ¥Ã‚ÂÃ‚Â·*/
}

@media (max-width: 767px) {
  .lot-m,
  .wrapper-xxs {
  /*  padding: 6px 6px;
    border-top: 1px solid #dedede; */
  }
}

.panelTable {
  /* background: #faf8fd; */
  /* margin-top: 23px; */
  /*border-radius: 12px;*/
  /* box-shadow: 0 4px 4px 4px rgba(0, 0, 0, 0.1); */
  /* padding-top: 15px; */
  /* padding-bottom: 44px; */
  /* margin-bottom: 30px; */
  /* border: 1px solid #dedede; */
}

.panel .tbl-trend > tbody > tr > td,
.panel .tbl-trend > thead th {
  padding-left: 2px;
  padding-right: 2px;
  text-align: center;
  color: #717171;
}

.arrow.bottom.h-ab-trend {
  margin-left: 25%;
}

.arrow.bottom.h-ab-result:after,
.arrow.bottom.h-ab-trend:after {
  border-top-color: #335397;
}

.arrow.bottom.h-ab-result {
  /*margin-left: -16.6%*/
}

.tbl-trend .badge {
  padding-left: 3px;
  padding-right: 3px;
  border-radius: 15px;
}



.rsMinW .rsBullet {
  width: auto;
  height: auto;
}

.dropdown-menu > li > a {
  text-align: left;
}

.bg-white {
  background-color: #fff;
  /*color: #717171;*/
}

.b-light {
  border-color: #e4e4e4;
}

.panel .table td,
.panel .table th {
  padding: 10px 15px;
  border-top: 1px solid #f1f1f1;
  text-align: center;
  border-right: 1px solid #f1f1f1;
  font-size: 19px;
  line-height: 30px;
  color: #717171;
}

.panel .table-striped > thead th {
  /* background: #fff; */
  background: #f5f5f5;
  /* border-right: 1px solid #f1f1f1;*/
  font-size: 22px;
  color: #397ae3;
  font-weight: normal;
  padding: 14px 0;
  text-align: center;
}

.panel .table thead > tr > th {
  border-bottom: 1px solid #ebebeb;
}

.panel {
  border-radius: 2px;
}

.panel.panel-default {
  /* border-color: #e8e8e8; */
  width: 100%;
  margin: 0 auto;
}

.m-b-none {
  margin-bottom: 0;
}

.panel-heading {
  border-radius: 2px 2px 0 0;
  padding: 7px 0px 7px;
}

.panel.panel-default > .panel-footer,
.panel.panel-default > .panel-heading {
  /* border-color: #e8e8e8; */
  /* background-color: #fff; */
}

.btn-twitter {
 /* background-color: #fff;
  color: #fff!important;*/
  /*background-color: #00c7f7;*/
  /*border-color: #00c7f7*/
}

.btn-twitter.active,
.btn-twitter:active,
.btn-twitter:focus,
.btn-twitter:hover,
.open .dropdown-toggle.btn-twitter {
  /*color: #fff!important;*/
  /*background-color: #00b2de;*/
  /*border-color: #00a6ce*/
}

.btn-twitter.active,
.btn-twitter:active,
.open .dropdown-toggle.btn-twitter {
  background-image: none;
}

.btn-twitter.disabled,
.btn-twitter.disabled.active,
.btn-twitter.disabled:active,
.btn-twitter.disabled:focus,
.btn-twitter.disabled:hover,
.btn-twitter[disabled],
.btn-twitter[disabled].active,
.btn-twitter[disabled]:active,
.btn-twitter[disabled]:focus,
.btn-twitter[disabled]:hover,
fieldset[disabled] .btn-twitter,
fieldset[disabled] .btn-twitter.active,
fieldset[disabled] .btn-twitter:active,
fieldset[disabled] .btn-twitter:focus,
fieldset[disabled] .btn-twitter:hover {
  /*background-color: #00c7f7;*/
  /*border-color: #00c7f7*/
}

.btn-facebook {
  color: #fe474b;
  border-bottom: 2px solid #fe474b;
   /* background: url(/static/images/xuanzhon.png) center bottom no-repeat;*/
  background-size: 15px 8px;
  /*color: #fff!important;
  background-color: #fff;*/
  /*border-color: #335397*/
}

.btn-facebook.active,
.btn-facebook:active,
.btn-facebook:focus,
.btn-facebook:hover,
.open .dropdown-toggle.btn-facebook {
  color: #fe474b !important;
  border-bottom: 2px solid #fe474b !important;
  /*background-color: #2d4984;*/
  /*border-color: #294279*/
}

.btn-facebook.active,
.btn-facebook:active,
.open .dropdown-toggle.btn-facebook {
  background-image: none;
}

.btn-facebook.disabled,
.btn-facebook.disabled.active,
.btn-facebook.disabled:active,
.btn-facebook.disabled:focus,
.btn-facebook.disabled:hover,
.btn-facebook[disabled],
.btn-facebook[disabled].active,
.btn-facebook[disabled]:active,
.btn-facebook[disabled]:focus,
.btn-facebook[disabled]:hover,
fieldset[disabled] .btn-facebook,
fieldset[disabled] .btn-facebook.active,
fieldset[disabled] .btn-facebook:active,
fieldset[disabled] .btn-facebook:focus,
fieldset[disabled] .btn-facebook:hover {
  background-color: #335397;
  border-color: #335397;
}

.btn {
  font-weight: 500;
  /* width: 500px; */
  width: 80%;
  border-radius: 2px;
  /* padding: 15px 10px 18px; */
  font-size: 26px;
  border: 1px solid #dedede;
}
.btn span {
  display: inline-block;
  padding-left: 50px;
}

.btnImg0 {
  background: url(../image/tab2_01.png) 0 0 no-repeat;
}
.btnImg1 {
  background: url(../image/tab2_04.png) 0 8px no-repeat;
}
.btnImg2 {
  background: url(../image/tab2_07.png) 0 8px no-repeat;
}

.btn-facebook .btnImg0 {
  background: url(../image/tab_01.png) 0 0 no-repeat;
}
.btn-facebook .btnImg1 {
  background: url(../image/tab_04.png) 0 8px no-repeat;
}
.btn-facebook .btnImg2 {
  background: url(../image/tab_07.png) 0 8px no-repeat;
}

.arrow {
  border-width: 8px;
  z-index: 10;
}

.arrow,
.arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.arrow:after {
  border-width: 7px;
  content: "";
}

.arrow.top {
  left: 50%;
  margin-left: -8px;
  border-top-width: 0;
  border-bottom-color: #eee;
  border-bottom-color: rgba(0, 0, 0, 0.1);
  top: -8px;
}

.arrow.top:after {
  content: " ";
  top: 1px;
  margin-left: -7px;
  border-top-width: 0;
  border-bottom-color: #fff;
}

.arrow.right {
  top: 50%;
  right: -8px;
  margin-top: -8px;
  border-right-width: 0;
  border-left-color: #eee;
  border-left-color: rgba(0, 0, 0, 0.1);
}

.arrow.right:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -7px;
}

.arrow.bottom {
  left: 33.3%;
  margin-left: -8px;
  border-bottom-width: 0;
  border-top-color: #eee;
  border-top-color: rgba(0, 0, 0, 0.1);
  bottom: -8px;
}

.arrow.bottom:after {
  content: " ";
  bottom: 1px;
  margin-left: -7px;
  border-bottom-width: 0;
  border-top-color: #fff;
}

.arrow.left {
  top: 50%;
  left: -8px;
  margin-top: -8px;
  border-left-width: 0;
  border-right-color: #eee;
  border-right-color: rgba(0, 0, 0, 0.1);
}

.arrow.left:after {
  content: " ";
  left: 1px;
  border-left-width: 0;
  border-right-color: #fff;
  bottom: -7px;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
  background-image: none;
  filter: none;
  background-color: #f1f1f1 !important;
  color: #717171;
}

.dropdown-select > li > a input {
  position: absolute;
  left: -9999em;
}

.font-bold {
  font-weight: 700;
}
.xd {
  display: none;
}

table.table tr td.ng-binding2 {
  line-height: 60px;
  font-size: 14px;
}

.TableNum,
.TableNum2 {
  display: inline-block;
  background-size: cover !important;
  color: #fff;
  width: 30px;
  font-size: 23px;
}
.history_text {
  text-align: center;
  margin: 0;
  margin-top: 30px;
  font-size: 18px;
  color: #333;
}

@media (max-width: 750px) {
  .panelTable {
    /* background: #faf8fd; */
    /* margin-top: 23px; */
    /*border-radius: 12px;*/
    /* box-shadow: 0 4px 4px 4px rgba(0, 0, 0, 0.1); */
    /* padding-top: 6px; */
    /* padding-bottom: 20px; */
    /* margin-bottom: 15px; */
  }
  .history_text {
    text-align: center;
    margin: 0;
    margin-top: 8px;
    font-size: 12px;
    color: #333;
  }
  .btnImg0 {
    background-size: 31%;
    background-position: 8px 1px;
  }
  .btnImg1 {
    background-size: 31%;
    background-position: 5px 3px;
  }
  .btnImg2 {
    background-size: 35%;
    background-position: 6px 5px;
  }
  .btn-facebook .btnImg0 {
    background-size: 31%;
    background-position: 8px 1px;
  }
  .btn-facebook .btnImg1 {
    background-size: 31%;
    background-position: 5px 3px;
  }
  .btn-facebook .btnImg2 {
    background-size: 35%;
    background-position: 6px 5px;
  }
  .TableNum {
    display: inline-block;
    background-size: cover !important;
    color: #fff;
    width: 20px;
    height: 20px;
    font-size: 18px;
    line-height: 20px;
  }
  .TableNum2 {
    display: inline-block;
    background-size: cover !important;
    color: #fff;
    width: 24px;
    height: 24px;
    font-size: 18px;
    line-height: 24px;
  }
  .btn {
    font-weight: 500;
    border-radius: 2px;
    padding: 5px 0px 6px;
    font-size: 17px;
    width: 80%;
  }
  .btn span {
    display: inline-block;
    padding-left: 30px;
  }
  .panel .table-striped > thead th {
    background: #f5f5f5;
    /* border-right: 1px solid #f1f1f1; */
    font-size: 15px;
    color: #397ae3;
    font-weight: normal;
    padding: 2px 0;
    text-align: center;
  }
  .panel .table td,
  .panel .table th {
    padding: 6px 0px;
    border-top: 1px solid #f1f1f1;
    text-align: center;
    /* border-right: 1px solid #f1f1f1;*/
    font-size: 16px !important;
  }
  .panel .tbl-trend > tbody > tr > td,
  .panel .tbl-trend > thead th {
    padding: 6px 0px 0px 0px;
    text-align: center;
    color: #717171;
  }
}


.liuhezoushi {
    /* background: #faf8fd;*/
        text-align: center;
        height: 35px;
        line-height: 35px;
        /*color: blue;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;*/
        font-size: 16px;
        border: 1px solid rgb(222, 222, 222);
}

.textdiv {
        text-align: center;
        line-height: 23px;
        color: #ec5a5a;
        font-size: 16px;
        border: 1px solid rgb(222, 222, 222);
        margin: 3px 0px 10px 0px;
        font-weight: bold;
}
.textdiv a{color:#ec5a5a;}
.textdiv a:hover {color: #f05416;}
tr > td, tr > th {
    /* border: 1px solid #dcdcdc; */
}
.leftbox{display: block;position: fixed; left:80px;bottom:50px;width: 60px;height: 60px;z-index:999;}
.rightbox{display: block;position: fixed; right:30px;bottom:50px;width: 60px;height: 60px;z-index:999;}
#ads_txt{margin: 10px 0.5rem;line-height: 1.41176471;font-weight:bold;border: 1px solid #dedede;}
#ads_txt a{color:#ec5a5a;}
#ads_txt a:hover {color: #f05416;}
