﻿.center {
  width: 100%;
  height: 18.3rem;
  background: url(../img/center.png) no-repeat;
  background-size: 100%;
  padding-top: 7.8rem;
  position: relative;
  z-index: 4;
}

.center .center_img {
  width: 14.18rem;
  margin: 0 auto;
  position: relative;
}

.center .center_img a {
  width: 100%;
  height: 100%;
}

.center .center_img .icon {
  width: auto;
  height: .7rem;
  background-color: #0e26d1;
  font-size: .5rem;
  color: #ffffff;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 .3rem;
  border-radius: 0 .1rem .1rem .1rem;
}

.center .center_img .btn {
  width: 6.4rem;
  height: 2.23rem;
  background: url(../img/btn.png) no-repeat;
  background-size: 100%;
  position: relative;
  z-index: 3;
  font-size: .6rem;
  font-weight: 700;
  color: #ffffff;
  padding-bottom: 0.55rem;
  position: absolute;
  bottom: -1.7rem;
  left: 50%;
  transform: translateX(-50%);
}

.live_box {
  width: 100%;
  background: url(../img/bg.png) repeat-y;
  background-size: 100%;
  box-shadow: 0rem 0.33rem 0.57rem 0rem rgba(54, 146, 208, 0.15);
  border-radius: 0.26rem;
  border: solid 0.08rem #348ce1;
  margin: -0.4rem auto 0;
  padding: .8rem .4rem;
}

.live_box h3 {
  width: 100%;
  align-items: stretch;
}

.live_box h3 span {
  font-size: 0.5rem;
  font-weight: normal;
}

.live_box .live_icon {
  width: 1.83rem;
}

.live_box .item_box {
  margin-top: .65rem;
  overflow-x: scroll;
  align-items: flex-start;
  padding-bottom: .4rem;
}

.live_box .item {
  width: 5.78rem;
  flex-shrink: 0;
  margin-right: .3rem;
}

.live_box .item p {
  font-size: 0.5rem;
  line-height: .75rem;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  /* 几行后显示不开省略 */
  -webkit-line-clamp: 2;
}

.live_box .item .img {
  position: relative;
}

.live_box .item img {
  width: 100%;
  height: 3.53rem;
}

.live_box .item .img span {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: auto;
  background: rgba(0, 0, 0, .8);
  border-radius: 0px 0px 4px 0px;
  font-size: .5rem;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: .1rem .2rem;
}

.live_box .item .img span i {
  width: .15rem;
  height: .15rem;
  background-color: #ff123f;
  margin-right: .2rem;
}
.live_box .item .img span.outtime i{
  background-color: #09fb09;
}
.live_box .item:last-child {
  margin-right: 0;
}

.live_box .all_live h3 {
  font-size: .7rem;
}

.all_live ul {
  height: 20.4rem;
  overflow-y: scroll;
  margin-top: 0.4rem;
}

.all_live li {
  width: 98%;
  margin-bottom: .4rem;
  background-color: #f3f3f3;
  padding: .2rem .3rem;
  border-radius: .4rem;
}

.all_live li .img {
  width: 5.5rem;
  height: 3.3rem;
  flex-shrink: 0;
  margin-right: .3rem;
  border-radius: .35rem;
  overflow: hidden;
}

.all_live li img {
  width: 100%;
  /* height: 100%; */
}

.all_live li h2 {
  font-size: .55rem;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  /* font-weight: normal; */
  /* 几行后显示不开省略 */
  -webkit-line-clamp: 2;
}

.all_live li .type {
  font-size: .5rem;
  margin-bottom: .2rem;
  margin-top: .4rem;

}

.all_live li .type em {
  margin-right: .2rem;
  font-size: .4rem;
}

.all_live li .time {
  font-size: .45rem;
  color: #666565;
}

.act_detail {
  width: 100%;
  background: url(../img/bg.png) repeat-y;
  background-size: 100%;
  box-shadow: 0rem 0.33rem 0.57rem 0rem rgba(54, 146, 208, 0.15);
  border-radius: 0.26rem;
  border: solid 0.08rem #348ce1;
  padding: .6rem .6rem;
  margin-top: .57rem;
}

.act_detail h3 {
  color: #102dff;
  margin-bottom: .5rem;
  font-size: .7rem;
}

.free-ask {
  width: 100%;
  background: url(../img/bg.png) repeat-y;
  background-size: 100%;
  border-radius: 0.26rem;
  margin-top: .57rem;
  padding: .6rem .6rem;
}

.free-ask .title,
.free-ask .tip {
  text-align: center;
}

.free-ask .title {
  font-size: 0.85rem;
  line-height: 1.7rem;
  color: #323232;
}

.free-ask .tip {
  font-size: 0.55rem;
  line-height: 1.25rem;
  color: #f25e3c;
}

.free-ask .wrap {
  margin: 0.125rem 0 0 2.85rem;
}

.free-ask li {
  font-size: 0.6rem;
  line-height: 1.05rem;
  color: #848383;
}

.free-ask .dash-line {
  width: 100%;
  border-top: 1px dashed #d0cfcf;
  margin: 0.7rem auto 0.9rem;
}

.free-ask form {
  display: block;
  width: 11.2rem;
  margin: 0 auto;
}

.free-ask .item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.65rem;
}

.free-ask .item input,
.free-ask .item select {
  width: 8.5rem;
  height: 1.55rem;
  background: #f2f3f5;
  border-radius: 3px;
  font-size: 0.6rem;
  line-height: 1.55rem;
  padding: 0 0.85rem;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  border: none;
}

.free-ask .item select {
  color: #a3a3a3;
  background: #f2f3f5 url(../img/icon_select.png) no-repeat 7.4rem 0.65rem;
  background-size: 0.4rem 0.25rem;
}

.free-ask ::-webkit-input-placeholder {
  color: #a3a3a3;
}

.free-ask :-moz-placeholder {
  color: #a3a3a3;
}

.free-ask ::-moz-placeholder {
  color: #a3a3a3;
}

.free-ask :-ms-input-placeholder {
  color: #a3a3a3;
}

.free-ask .icon {
  width: 0.6rem;
  height: 1.55rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 0.55rem 0.55rem;
}

.free-ask .icon-name {
  background-image: url(../img/icon_name.png);
}

.free-ask .icon-city {
  background-image: url(../img/icon_city.png);
  background-size: 0.4rem 0.55rem;
}

.free-ask .icon-tel {
  background-image: url(../img/icon_tel.png);
}

.free-ask label {
  font-size: 0.55rem;
  line-height: 1.55rem;
  color: #323232;
}

.free-ask .submit {
  background: #f25e3c;
  border-radius: 0.2rem;
  text-align: center;
  font-size: 0.6rem;
  line-height: 1.7rem;
  color: #fff;
  margin-top: 1.1rem;
}

.free-ask .data {
  text-align: center;
  font-size: 0.55rem;
  line-height: 1.65rem;
  color: #848383;
}

.free-ask,
.free-ask div,
.free-ask .item input {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.free-ask .item {
  position: relative;
}

.free-ask .item input.form-code {
  width: 100%;
}

.free-ask .item .j_getCode {
  position: absolute;
  right: 0;
  width: 5.35rem;
  height: 1.55rem;
  line-height: 1.55rem;
  background: #f25e3c;
  color: #fff;
  text-align: center;
  border-radius: 3px;
}