.fl {
  float: left;
}
.fr {
  float: right;
}
.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
}
.clear {
  clear: both;
}
.img-responsive {
  width: 100%;
}
.col-4 {
  width: 25%;
  float: left;
}
.col-5 {
  width: 20%;
  float: left;
}
.col-2 {
  width: 50%;
  float: left;
}
.text-center {
  text-align: center;
}
.after_clear {
  display: block;
  clear: both;
  height: 0;
  content: '';
}
.img-responsive {
  vertical-align: bottom;
}
.text-overflow {
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.full_input {
  width: 100%;
  border-radius: 0.3em;
  border: 1px solid #d3d3d3;
  line-height: 2.92682927em;
}
.small_input {
  width: 48%;
  border-radius: 0.3em;
  border: 1px solid #d3d3d3;
  line-height: 2.92682927em;
}
.title_text {
  font-size: 0.3rem;
  font-weight: bold;
  color: #36373b;
}
.mark {
  font-size: 0.21333333rem;
  color: #adadad;
}
.mini {
  font-size: 0.17777778rem;
  color: #adadad;
}
/*字体的设置*/
div.detail_container {
  font-size: 0.4rem;
}
div.detail_username {
  font-size: 0.3rem;
}
p.unsupport {
  font-size: 0.32rem;
}
p.url {
  font-size: 0.32rem;
}
/*详情主体内容*/
div.detail_container {
  background: #fff;
  padding-left: 0.4rem;
  padding-right: 0.4rem;
}
div.detail_container > div.top {
  overflow: hidden;
  padding: 0.3rem 0rem;
  border-bottom: 1px solid #F0F0F0;
  margin-bottom: 0.3rem;
}
div.detail_container > div.top div.fl img {
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
}
div.detail_container > div.top div.fr {
  float: left;
  margin-left: 0.1rem;
}
div.detail_container > div.top div.fr p {
  font-size: 0.32rem;
  font-family: PingFangSC-Regular;
  font-weight: 400;
  color: #222222;
}
div.detail_container > h1 {
  font-size: 0.32rem;
  color: #222222;
  font-weight: bold;
  line-height: 0.5rem;
}
div.detail_container > span.detail_time {
  font-size: 0.63636364em;
  color: #999;
  margin: 0.72727273em 0;
}
div.detail_container .detail_content {
  font-size: 0.76363636em;
  color: #666;
  line-height: 1.71428571em;
  margin-top: 0.4rem;
  border-bottom: 1px solid #F0F0F0;
  margin-bottom: 0.3rem;
  padding-bottom: 0.3rem;
}
div.detail_container .detail_content * {
  font-size: 1em !important;
}
div.detail_container a.accessory {
  color: #f90;
  font-size: 0.76363636em;
  margin-top: 0.90909091em;
  display: block;
}
div.detail_container table.detail_table {
  font-size: 0.66666667em;
}
div.detail_container table.detail_table td {
  padding-bottom: 1em;
}
div.detail_container table.detail_table tr > td:first-child {
  color: #222222;
  -webkit-box-flex: 1;
  /*2,3*/
  -moz-box-flex: 1;
  /*2,3*/
  -ms-flex: 1;
  /*2,3*/
  font-size: 0.28rem;
}
div.detail_container table.detail_table tr > td:last-child {
  color: #666;
  -webkit-box-flex: 3;
  /*2,3*/
  -moz-box-flex: 3;
  /*2,3*/
  -ms-flex: 3;
  /*2,3*/
}
div.detail_container table.detail_table td > span.end_day {
  color: #999;
}
div.detail_container table.detail_table tr > td.detail_price {
  color: #999;
}
div.detail_container table.detail_table tr > td.detail_price > span {
  color: #f60;
  font-size: 0.36rem;
  font-weight: bold;
}
/*用户姓名*/
div.detail_username {
  padding: 0.9em 1.2em;
  background: #fff;
  margin: 0.2em 0 2em;
}
div.detail_username:after {
  display: block;
  clear: both;
  height: 0;
  content: '';
}
div.detail_username div.fl > img {
  width: 2em;
  height: 2em;
  border-radius: 50%;
}
div.detail_username h1 {
  font-size: 1.1em;
  margin-top: 0.2em;
  margin-left: 0.6em;
  color: #999;
}
/*提交方案 在线沟通*/
div.case_communicate {
  width: 100%;
  bottom: 0;
  left: 0;
  background: #fff;
}
div.case_communicate .btn {
  font-size: 0.32rem;
  color: #fff;
  border: none;
  text-align: center;
  -webkit-border-radius: 0.2em;
  -moz-border-radius: 0.2em;
  border-radius: 0.2em;
  width: 6.7rem;
  height: 0.88rem;
  background: linear-gradient(360deg, #ff6600 0%, #f39d17 100%);
  border-radius: 0.44rem;
  margin-left: 0.4rem;
}
/*暂不支持*/
p.unsupport {
  color: #fff;
  text-align: center;
  padding: 0.75em 0;
  width: 82.40740741%;
  margin: 0 auto;
  letter-spacing: 2px;
  background: #aaa;
  border-radius: 5px;
  margin-bottom: 1.1em;
}
p.url {
  text-align: left;
  word-break: break-all;
  color: #666;
  margin-bottom: 1.33333333em;
  padding: 0.2em;
}
p.site {
  background: #efefef;
  margin: 1em 0 !important;
  text-decoration: underline;
  -webkit-border-radius: 0.2em;
  -moz-border-radius: 0.2em;
  border-radius: 0.2em;
}
button.copy {
  display: block !important;
  width: auto;
  margin: 1em 0;
  font-weight: normal;
  letter-spacing: 2px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none    ;
  box-shadow: none    ;
  border: none;
  background: #fff;
  color: #666;
  font-size: 0.3rem;
  text-decoration: underline;
  padding: 0.525em 1em !important;
}
p.warm_alert {
  color: #999 !important;
  margin-bottom: 2em;
}
.zj,
.xzz,
.yjj {
  width: 1rem;
  height: 0.44rem;
  border-radius: 0.22rem;
  float: left;
  font-size: 0.24rem;
  font-family: PingFangSC-Medium;
  font-weight: 600;
  color: #ffffff;
  line-height: 0.44rem;
  text-align: center;
  margin-top: 0.03rem;
  margin-right: 0.3rem;
}
.zj {
  background: #ff6600;
}
.xzz {
  background: #0084ff;
}
.yjj {
  background: #6ab7ff;
}
#cover {
  position: fixed;
  left: 0px;
  top: 0px;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  /*宽度设置为100%，这样才能使隐藏背景层覆盖原页面*/
  height: 100%;
  filter: alpha(opacity=60);
  /*设置透明度为60%*/
  opacity: 0.5;
  /*非IE浏览器下设置透明度为60%*/
  display: none;
  z-Index: 999;
}
.mask {
  width: 5.8rem;
  background: #ffffff;
  margin: 0 auto;
  position: fixed;
  top: 50%;
  left: 50%;
  background-color: #fff;
  display: none;
  cursor: pointer;
  z-Index: 9999;
  padding-top: 0.16rem;
  transform: translate(-2.9rem, -2rem);
  text-align: center;
  border-radius: 0.1rem;
}
.mask h1 {
  width: 100%;
  height: 0.8rem;
  background: #ffffff;
  font-size: 0.32rem;
  font-family: PingFangSC-Regular;
  font-weight: 400;
  color: #222222;
  line-height: 0.8rem;
  text-align: center;
}
.mask p {
  font-size: 0.28rem;
  font-family: PingFang-SC-Regular;
  font-weight: 400;
  color: #FF6600;
  text-align: left;
  padding-left: 0.3rem;
  padding-right: 0.3rem;
  text-align: center;
}
.mask #copycode {
  width: 5rem;
  height: 1.1rem;
  background: #f3f1fc;
  border-radius: 0.1rem;
  margin-top: 0.13rem;
  padding: 0.15rem 0.2rem 0.15rem 0.2rem;
  border: none;
  font-size: 0.28rem;
  font-family: PingFang-SC-Regular;
  font-weight: 400;
  color: #0164a9;
  line-height: 0.4rem;
  outline: none;
}
.mask .btndiv {
  line-height: 0.64rem;
  margin-top: 0.2rem;
  border-top: 1px solid #F0F0F0;
}
.mask .btndiv a {
  font-size: 0.28rem;
  vertical-align: top;
  width: 50%;
  display: inherit;
  float: left;
  text-align: center;
}
.mask .btndiv .closemask {
  border-right: 1px solid #F0F0F0;
}
.mask button {
  width: 2.84rem;
  height: 0.72rem;
  background: #ffffff;
  border: 1px solid #dcdcdc;
  font-size: 0.28rem;
  font-family: PingFang-SC-Regular;
  font-weight: 400;
  color: #ff6600;
  outline: none;
}
.mask .submit {
  background: #ff6600;
  color: #FFFFFF;
}
