html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}
ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
a {
  text-decoration: none;
}
html {
  font-family: '微软雅黑';
  font-size: 12px;
  background: #ccc;
}
input[type=button],
input[type=submit],
input[type=file],
button {
  cursor: pointer;
  -webkit-appearance: none;
}
input {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.green {
  color: #34c083;
}
.orange {
  color: #ff730b;
}
.red {
  color: #f43530;
}
body {
  width: 375px;
  margin: 0 auto;
}
.head {
  padding: 28px 29px 23px 26px;
}
.head i {
  display: block;
  height: 96px;
  font-style: normal;
  font-size: 14px;
  color: #fff;
  background-image: url(../images/headbg.png);
  background-repeat: no-repeat;
  background-size: 320px 397px;
  background-position: 0 -190px;
}
.list {
  position: relative;
  background-color: #fff;
  margin: 2px 10px 0 10px;
  padding: 0 1rem;
}
.list::before {
  background-image: url(../images/br.png);
  background-size: 22px;
  background-repeat: repeat-x;
  background-position: center top;
  content: " ";
  display: block;
  width: 100%;
  height: 22px;
  position: absolute;
  left: 0;
  top: -13px;
}
.item {
  position: relative;
}
.item::after {
  display: block;
  content: " ";
  width: 34px;
  height: 34px;
  font-size: 2.8rem;
  color: #dfdfdf;
  margin-top: -17px;
  position: absolute;
  right: 10px;
  top: 50%;
}
.item:nth-child(1)::after {
  background-image: url(../images/crwon.png);
  background-size: 102px 34px;
  background-position: 0 0;
}
.item:nth-child(2)::after {
  background-image: url(../images/crwon.png);
  background-size: 102px 34px;
  background-position: -34px 0;
}
.item:nth-child(3)::after {
  background-image: url(../images/crwon.png);
  background-size: 102px 34px;
  background-position: -68px 0;
}
.item:nth-child(4)::after {
  content: "04";
}
.item:nth-child(5)::after {
  content: "05";
}
.item:nth-child(6)::after {
  content: "06";
}
.item:nth-child(7)::after {
  content: "07";
}
.item:nth-child(8)::after {
  content: "08";
}
.item:nth-child(9)::after {
  content: "09";
}
.item:nth-child(10)::after {
  content: "10";
}
.con {
  display: flex;
  padding: 10px 0;
  border-bottom: 1px solid #ddd;
}
.img {
  width: 75px;
  height: 100px;
  overflow: hidden;
  margin-right: 10px;
  
}
.img img {
  display: block;
  width: 100%;
}
.text {
  flex: 1;
  overflow: hidden;
}
.text a {
  display: block;
  font-size: 1.4rem;
  color: #333;
  line-height: 32px;
  border-bottom: 1px solid #ddd;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.text div {
  display: block;
  font-size: 1.15rem;
  color: #999;
  line-height: 20px;
  margin-top: 2px;
}
.gotop {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: #fff;
  box-shadow: 0 0 2px 2px #eee;
  border-radius: 3px;
  position: fixed;
  right: 20px;
  bottom: 100px;
}
.gotop img {
  display: block;
  width: 20px;
  height: 20px;
  margin: 2px auto;
}
.gotop span {
  display: block;
  font-size: 10px;
  color: #999;
  text-align: center;
}
.webmap {
  padding: 10px 0;
  text-align: center;
}
.webmap a {
  font-size: 14px;
  color: #fff;
}
.banner {
  position: relative;
}
.banner img {
  display: block;
  width: 100%;
}
.banner .return {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background: rgba(0, 0, 0, 0.5) url(../images/return.png) no-repeat center;
  background-size: 28px 28px;
  position: absolute;
  top: 20px;
  left: 10px;
}
.banner .collect {
  font-size: 14px;
  color: #fff;
  border-radius: 20px;
  background: rgba(0, 0, 0, 0.5);
  padding: 4px 10px;
  position: absolute;
  bottom: 20px;
  right: 10px;
}
.container {
  padding: 10px;
}
.title {
  font-size: 20px;
  color: #777373;
  font-weight: 600;
}
.tags {
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #999;
  margin-top: 10px;
}
.label {
  margin-right: 20px;
}
.tabs {
  display: flex;
  width: 100%;
  height: 40px;
  border-bottom: 1px solid #ddd;
  box-sizing: border-box;
}
.tabs div {
  width: 50%;
}
.tabs a {
  display: block;
  width: 100%;
  height: 40px;
  font-size: 15px;
  color: #666;
  line-height: 40px;
  text-align: center;
}
.tabs .active a {
  color: #fe7318;
}
.tabs .active a::after {
  display: block;
  content: " ";
  height: 2px;
  background-color: #fe7318;
  border-radius: 2px;
  position: relative;
  bottom: 2px;
  width: 4em;
  left: 50%;
  margin-left: -2em;
  z-index: 2;
}
.box {
  padding: 10px;
  border-bottom: 10px solid #f5f5f5;
}
.subhead {
  display: flex;
  font-size: 15px;
  color: #333;
  padding: 0 0 6px 14px;
  position: relative;
}
.subhead a {
  font-size: 12px;
  color: #999;
  margin-left: auto;
}
.subhead::before {
  display: block;
  content: "";
  width: 4px;
  height: 14px;
  background: #fe7318;
  border-radius: 2px;
  position: absolute;
  left: 0;
  top: 5px;
}
.introduction {
  font-size: 14px;
  color: #666;
  line-height: 1.5em;
}
.bar {
  display: flex;
  align-items: center;
  padding-bottom: 10px;
}
.col {
  display: flex;
  flex: 1;
  align-items: center;
  font-size: 12px;
  color: #333;
  margin-top: 10px;
}
.col i {
  display: block;
  width: 16px;
  height: 16px;
  margin-right: 3px;
}
.col:nth-child(1) i {
  background: url(../images/hot.svg) no-repeat;
  background-size: 100% 100%;
}
.col:nth-child(2) {
  justify-content: center;
}
.col:nth-child(2) i {
  background: url(../images/like.svg) no-repeat;
  background-size: 100% 100%;
}
.col:nth-child(3) {
  justify-content: flex-end;
}
.col:nth-child(3) i {
  background: url(../images/mark.svg) no-repeat;
  background-size: 100% 100%;
}
.star {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.star div {
  width: 110px;
  margin-top: 5px;
}
.star div img {
  display: block;
  width: 100%;
  height: 146px;
}
.star div span {
  display: block;
  font-size: 14px;
  line-height: 1.75em;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.star div a {
  display: block;
  font-size: 14px;
  color: #333;
  line-height: 1.75em;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.star::after {
  display: block;
  content: "";
  width: 110px;
}
.citem {
  margin-top: 6px;
  padding-bottom: 6px;
}
.commenthead {
  display: flex;
}
.commenthead .picture {
  width: 36px;
  height: 36px;
  border-radius: 100%;
  margin-right: 6px;
}
.commenthead div h3 {
  display: flex;
  align-items: center;
  font-size: 14px;
}
.commenthead div h3 img {
  display: block;
  width: 24px;
  height: 14px;
  margin-left: 5px;
}
.commenthead div span {
  display: block;
  color: #999;
  margin-top: 2px;
}
.commenttext {
  font-size: 14px;
  margin-top: 6px;
}
.commenttext span {
  font-weight: bold;
  font-size: 14px;
  color: #adadad;
}
.commenttext em {
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  color: #4b4b4b;
}
.bubble {
  width: 150px;
  height: 150px;
  margin: 20px auto;
  border-radius: 50%;
  background: 0 0;
  text-align: center;
  line-height: 55px;
  font-size: 20px;
  color: #fe7318;
  padding-top: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: inset -30px -30px 75px rgba(254, 115, 24, 0.2), inset 0 0 5px rgba(254, 115, 24, 0.5), inset 0 0 55px rgba(255, 255, 255, 0.5), inset -3px -3px 5px rgba(254, 115, 24, 0.5), 0 0 50px rgba(255, 255, 255, 0.75);
  box-shadow: inset -30px -30px 75px rgba(254, 115, 24, 0.2), inset 0 0 5px rgba(254, 115, 24, 0.5), inset 0 0 55px rgba(255, 255, 255, 0.5), inset -3px -3px 5px rgba(254, 115, 24, 0.5), 0 0 50px rgba(255, 255, 255, 0.75);
}
/* 254 115 24 */
.bubble hr {
  width: 80%;
  height: 1px;
  border: none;
  margin: 0 auto;
  background-color: #fe7318;
}
.zan {
  background: #fe7318;
  text-align: center;
  padding: 8px 6px;
  width: 100px;
  border-radius: 10px;
  color: #fff;
  margin: 0 auto 40px;
  display: block;
}
.inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 375px;
  background: #fff;
  margin-left: -188px;
  position: fixed;
  left: 50%;
  bottom: 0;
}
.inner div {
  margin-left: 10px;
}
.inner a {
  display: block;
  width: 100px;
  line-height: 48px;
  height: 48px;
  text-align: center;
  background-color: #fe7318;
  color: #fff;
  font-size: 14px;
}
.videohead {
  padding: 0 0 10px 0;
  font-size: 18px;
}
.videohead span {
  font-size: 14px;
  color: #999;
  margin-left: 14px;
}
.videolist {
  display: flex;
  flex-wrap: wrap;
}
.videolist li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25%;
  margin-top: 5px;
}
.videolist a {
  width: 80px;
  font-size: 14px;
  color: #333;
  line-height: 34px;
  text-align: center;
  border: 1px solid #ddd;
  border-radius: 4px;
}
.all {
  margin-top: 10px;
}
.all a {
  display: block;
  font-size: 15px;
  color: #fe7318;
  line-height: 24px;
  text-align: center;
}
.ifr{
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
}
.inspect{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #fff;
  background: #354141;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
}
.inspect h1{
  font-weight: normal;
  font-size: 32px;
  text-align: center;
}
.inspect p{
  font-size: 18px;
  text-align: center;
  margin-top: 20px;
}
@media (max-width: 1080px) {
  body {
    width: 100%;
    margin: auto;
  }
  .inner {
    width: 100%;
    margin: 0;
    left: 0;
  }
}
