.tuijian {
  background: url("../images/luckystadium-bg.png");
  background-size: 982px;
}

.tuijian .w1 {
  background: #fff;
  width: 1300px;
  min-width: 1300px;
  margin: 0 auto;
  border-radius: 10px 10px 0 0;
}

.tuijian .need_shadow {
  background: #fff;
  background-size: 100%;
  border-radius: 0;
}

.tuijian .l-banner {
  width: 100%;
  height: 325px;
  background: url("../images/banner.jpg") no-repeat;
  background-size: 100%;
}

.tuijian .add_bg .w {
  width: 1180px;
  min-width: 1180px;
}

.tuijian .add_bg .view {
  padding: 50px 0 30px;
  height: 100px;
}
.tuijian .add_bg .view ul {
  overflow: hidden;
}

.tuijian .add_bg .view .v-active {
  background: #e24949;
  color: white;
}

.tuijian .add_bg .view li {
  float: left;
  height: 38px;
  line-height: 38px;
  border: 1px solid #e24949;
  list-style: none;
  color: #e24949;
  padding: 0 17px;
  font-size: 14px;
  cursor: pointer;
}

.tuijian .l-content {
  display: flex;
  padding-bottom: 20px;
}

.tuijian .l-content .content-left {
  float: left;
  width: 860px;
  z-index: 100;
}

.tuijian .l-content .content-left .analyze-outer {
  border: 1px solid #ddd;
  background: #fff;
  font-size: 13px;
  color: #333;
  margin-bottom: 12px;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.17);
}

.tuijian .l-content .content-left .analyze-outer > .table {
  cursor: pointer;
  text-align: center;
  font-size: 14px;
  display: flex;
}
.tuijian .l-content .content-left .analyze-outer > .table a {
	display: block;
}
.tuijian .l-content .content-left .analyze-outer > .table a:hover {
	color: #333;
}

.tuijian .l-content .content-left .analyze-outer > .table .head-img {
  position: relative;
  float: left;
  width: 123px;
  height: 182px;
  padding: 26px 8px 50px;
  border-right: 2px solid #eeeeee;
}

.tuijian .l-content .content-left .analyze-outer > .table .head-img .name {
  margin-top: 20px;
  font-size: 14px;
  text-shadow: 0 0 0 black;
}

.tuijian .l-content .content-left .analyze-outer > .table .head-img > img {
  border-radius: 50%;
  cursor: pointer;
}

.tuijian .l-content .content-left .analyze-outer > .table .head-img .f-bg {
  position: absolute;
  top: 114px;
  left: 11px;
  width: 100px;
  height: 23px;
  background: url("../images/f-bg.png") no-repeat;
  background-size: 100%;
}

.tuijian .l-content .content-left .analyze-outer > .table .head-img .f-bg span {
  line-height: 23px;
  color: #fff;
  font-size: 10px;
  margin-left: 15px;
}

.tuijian .l-content .content-left .analyze-outer > .table .head-img .f-bg.b-fg {
  background: url("../images/b-bg.png") no-repeat;
  background-size: 100%;
}

.tuijian .l-content .content-left .analyze-outer > .table .head-img .analyze-detail {
  display: none;
  width: 240px;
  height: 125px;
  background: #fff;
  position: absolute;
  top: -102px;
  left: -75px;
  z-index: 100;
  box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.17);
  border-radius: 3px;
  text-align: left;
}

.tuijian .l-content .content-left .analyze-outer > .table .head-img .analyze-detail table {
  padding: 5px 5px 0 5px;
  width: 100%;
  border-bottom: 1px solid #efefef;
}

.tuijian .l-content .content-left .analyze-outer > .table .head-img .analyze-detail table tr .name {
  padding-top: 15px;
  font-size: 15px;
  color: #282626;
  font-weight: bold;
}

.tuijian .l-content .content-left .analyze-outer > .table .head-img .analyze-detail table tr .logo {
  width: 75px;
}

.tuijian .l-content .content-left .analyze-outer > .table .head-img .analyze-detail table tr .logo img {
  border-radius: 50%;
}

.tuijian .l-content .content-left .analyze-outer > .table .head-img .analyze-detail table tr .weixin {
  vertical-align: bottom;
  padding-bottom: 10px;
  color: #929393;
  font-size: 12px;
}

.tuijian .l-content .content-left .analyze-outer > .table .head-img .analyze-detail table tr .weixin span, .tuijian .l-content .content-left .analyze-outer > .table .head-img .analyze-detail table tr .weixin img {
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
}

.tuijian .l-content .content-left .analyze-outer > .table .head-img .analyze-detail .detail-bm {
  width: 170px;
  margin: auto;
  overflow: hidden;
  font-size: 12px;
  color: #fff;
}

.tuijian .l-content .content-left .analyze-outer > .table .head-img .analyze-detail .detail-bm img, .tuijian .l-content .content-left .analyze-outer > .table .head-img .analyze-detail .detail-bm span {
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
}

.tuijian .l-content .content-left .analyze-outer > .table .head-img .analyze-detail .detail-bm .luck-bbg {
  float: left;
  width: 80px;
  height: 40px;
  line-height: 39px;
  background: url("../images/luck-bbg.png") no-repeat;
}

.tuijian .l-content .content-left .analyze-outer > .table .head-img .analyze-detail .detail-bm .luck-bbg img {
  margin-left: 17px;
}

.tuijian .l-content .content-left .analyze-outer > .table .head-img .analyze-detail .detail-bm .luck-gbg {
  float: left;
  width: 80px;
  height: 40px;
  line-height: 39px;
  background: url("../images/luck-gbg.png") no-repeat;
  margin-left: 10px;
}

.tuijian .l-content .content-left .analyze-outer > .table .head-img .analyze-detail .detail-bm .luck-gbg img {
  margin-left: 17px;
}

.tuijian .l-content .content-left .analyze-outer > .table .table-right {
  float: left;
  width: 735px;
}

.tuijian .l-content .content-left .analyze-outer > .table .table-right .lock {
  display: block;
  width: 100%;
  padding: 57px;
}

.tuijian .l-content .content-left .analyze-outer > .table .table-right .lock .hint {
  font-size: 15px;
  color: #333;
  line-height: 32px;
}

.tuijian .l-content .content-left .analyze-outer > .table .table-right .table-right-top {
  overflow: hidden;
}

.tuijian .l-content .content-left .analyze-outer > .table .table-right .table-right-top > div {
  float: left;
}

.tuijian .l-content .content-left .analyze-outer > .table .table-right .table-right-top .right-tt {
  line-height: 40px;
  font-size: 15px;
  font-weight: bold;
  background: #f9f9f9;
  border-bottom: 1px solid #eeeeee;
}

.tuijian .l-content .content-left .analyze-outer > .table .table-right .table-right-top .right-tb {
  line-height: 40px;
}

.tuijian .l-content .content-left .analyze-outer > .table .table-right .table-right-top > div:nth-child(1) {
  width: 110px;
}

.tuijian .l-content .content-left .analyze-outer > .table .table-right .table-right-top > div:nth-child(2) {
  width: 90px;
}

.tuijian .l-content .content-left .analyze-outer > .table .table-right .table-right-top > div:nth-child(3) {
  width: 160px;
  text-align: right;
}

.tuijian .l-content .content-left .analyze-outer > .table .table-right .table-right-top > div:nth-child(3) .right-tb {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.tuijian .l-content .content-left .analyze-outer > .table .table-right .table-right-top > div:nth-child(4) {
  width: 25px;
}

.tuijian .l-content .content-left .analyze-outer > .table .table-right .table-right-top > div:nth-child(5) {
  width: 160px;
  text-align: left;
}

.tuijian .l-content .content-left .analyze-outer > .table .table-right .table-right-top > div:nth-child(5) .right-tb {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.tuijian .l-content .content-left .analyze-outer > .table .table-right .table-right-top > div:nth-child(6) {
  width: 190px;
}

.tuijian .l-content .content-left .analyze-outer > .table .table-right .content-outer {
  background: white;
  border-top: 1px solid #eeeeee;
  padding: 15px;
}

.tuijian .l-content .content-left .analyze-outer > .table .table-right .content-outer .reason {
  text-align: left;
  color: #E14444;
}

.tuijian .l-content .content-left .analyze-outer > .table .table-right .content-outer .content {
  text-align: left;
  padding-top: 10px;
  line-height: 20px;
  height: 58px;
}

.tuijian .l-content .content-left .end_bottom {
  display: none;
  font-size: 14px;
  color: #666;
  text-align: center;
  width: 200px;
  height: 40px;
  line-height: 40px;
  border-radius: 4px;
  margin: 9px auto;
  padding-bottom: 128px;
}

.tuijian .l-content .content-left .moreAnalyst a {
  display: block;
  font-size: 14px;
  color: #fff;
  text-align: center;
  width: 200px;
  height: 40px;
  line-height: 40px;
  background: #F48207;
  border-radius: 4px;
  margin: 50px auto 40px;
  cursor: pointer;
}

.tuijian .l-content .right-outer {
  margin-left: 20px;
  width: 300px;
  float: right;
  overflow: hidden;
}

.tuijian .l-content .right-outer .content-right {
  width: 300px;
  float: right;
}

.tuijian .l-content .right-outer .content-right .recommend-outer {
  border: 1px solid #ddd;
  box-sizing: border-box;
  background: #fff;
}

.tuijian .l-content .right-outer .content-right .head-title {
  font-size: 17px;
  color: #e24949;
  border-bottom: 1px solid #e24949;
}

.tuijian .l-content .right-outer .content-right .head-title div {
  display: inline-block;
  color: #fff;
  background: #e24949;
  padding: 12px 20px;
}

.tuijian .l-content .right-outer .content-right .recommend {
  padding: 10px 20px 15px;
  overflow: hidden;
  cursor: pointer;
}

.tuijian .l-content .right-outer .content-right .recommend .logo {
  display: inline-block;
  vertical-align: bottom;
  box-sizing: border-box;
}

.tuijian .l-content .right-outer .content-right .recommend .title {
  padding-left: 20px;
  font-size: 14px;
  color: #424141;
  text-shadow: 0 0 0 black;
  transform: scale(1, 1.1);
  display: inline-block;
  letter-spacing: 1.1px;
}

.tuijian .l-content .right-outer .content-right .recommend .recommend-data {
  display: inline-block;
  vertical-align: bottom;
  box-sizing: border-box;
  margin: 0 20px;
}

.tuijian .l-content .right-outer .content-right .recommend .recommend-data span {
  color: #555454;
  font-size: 13px;
  height: 23px;
  line-height: 23px;
  display: inline-block;
  box-sizing: border-box;
  vertical-align: middle;
}

.tuijian .l-content .right-outer .content-right .recommend .recommend-data img {
  height: 17px;
  display: inline-block;
  box-sizing: border-box;
  vertical-align: middle;
}

.tuijian .l-content .right-outer .content-right .recommend.recommend-even {
  background: linear-gradient(16deg, white 0%, gainsboro 0%, #f6f4f4 0%, white 90%);
}

.tuijian .l-content .right-outer .content-right .recommend:not(:last-child) {
  border-bottom: 1px solid #EEEEEE;
}
