﻿@charset "UTF-8";
.container {
  width: 1400px;
  margin: 0 auto;
}

.of-el {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.of-el-2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.w1200 {
  width: 1200px;
  margin: 0 auto;
}

.ul-oh {
  width: 1200px;
  overflow: hidden;
}

.mt-20 {
  margin-top: 20px;
}

.mt-10 {
  margin-top: 10px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-10 {
  margin-bottom: 10px;
}

.more {
  width: 120px;
  height: 32px;
  line-height: 32px;
  opacity: 1;
  font-size: 16px;
  font-family: Source Han Sans CN Normal, Source Han Sans CN Normal-Normal;
  letter-spacing: 2px;
  border-radius: 20px;
  background: url("../images/more.png") no-repeat, -webkit-gradient(linear, left top, left bottom, from(#ff474b), to(#ffa1a1));
  background: url("../images/more.png") no-repeat, linear-gradient(#ff474b 0%, #ffa1a1 100%);
  background-position: 64px;
  text-indent: 28px;
}

.more a {
  display: block;
  color: #fff;
}

.df {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.jcsb {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#star {
  margin: 30px auto;
}

.crumbs {
  font-size: 16px;
  line-height: 16px;
  font-family: Source Han Sans CN Normal, Source Han Sans CN Normal-Normal;
  color: #636363;
  background: url("../images/location.png") no-repeat left top;
  background-size: 16px 16px;
  text-indent: 24px;
}

.tools-list {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.tools-list > div {
  width: 38px;
  height: 54px;
  cursor: pointer;
  display: block;
}

.tools-list .zan {
  background: url("../images/zan.png") no-repeat center center;
}

.tools-list .zan.selected {
  background: url("../images/zan_selected.png") no-repeat center center;
}

.tools-list .shoucang {
  background: url("../images/shoucang.png") no-repeat center center;
}

.tools-list .shoucang.selected {
  background: url("../images/shoucang-s.png") no-repeat center center;
}

.tools-list .rate {
  background: url("../images/rate.png") no-repeat center center;
}

.tools-list .rate.selected {
  background: url("../images/rate-s.png") no-repeat center center;
}

.tools-list .weibo {
  background: url("../images/weibo_1.png") no-repeat center center;
}

.tools-list .weixin {
  position: relative;
  background: url("../images/weixin_1.png") no-repeat center center;
}

.tools-list .weixin .wxshare-box {
  background: #fff;
  position: absolute;
  top: 50px;
  right: 0;
  width: 110px;
  height: 110px;
  padding: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  display: none;
}

.more-btn {
  cursor: pointer;
  margin: 55px auto 85px;
  width: 292px;
  height: 52px;
  line-height: 52px;
  background: -webkit-gradient(linear, left top, left bottom, from(#ff474b), to(#ffa1a1));
  background: linear-gradient(#ff474b 0%, #ffa1a1 100%);
  font-size: 22px;
  font-family: Source Han Sans CN Normal, Source Han Sans CN Normal-Normal;
  text-align: center;
  color: #fff;
  border-radius: 100px;
}

.wrapper {
  width: 100%;
  max-width: 1920px;
  min-width: 1400px;
  margin: 0 auto;
  overflow: hidden;
}

.wrapper main {
  min-height: 550px;
}

.wrapper {
  /* 选择历史记录的文字颜色和背景颜色 */
}

.wrapper header {
  background: url("../images/top_bg.jpg") no-repeat center center;
  height: 100px;
  padding: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 2%;
  padding-left: 2%;
}

.wrapper header .logo {
  width: 330px;
  height: 55px;
  margin-right: 6%;
}

.wrapper header .search {
  position: relative;
  width: 26%;
  height: 42px;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.14) inset;
          box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.14) inset;
  border-radius: 20px;
  margin-right: 2%;
}

.wrapper header .search input {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding: 0 50px 0 20px;
  border: none;
  outline: none;
  height: 42px;
  line-height: 42px;
  background: transparent;
}

.wrapper header .search .search_btn {
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 20px;
  width: 22px;
  height: 22px;
  background: url("../images/search_icon.png") no-repeat;
}

.wrapper header .subnav {
  width: 36%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

.wrapper header .subnav div {
  line-height: 30px;
}

.wrapper header .subnav div.rl {
  width: 1px;
  color: #ff474b;
}

.wrapper header .subnav a {
  font-size: 16px;
  font-family: Source Han Sans CN Regular, Source Han Sans CN Regular-Regular;
  font-weight: 400;
  color: #ff474b;
}

.wrapper header .subnav .mail {
  background: url("../images/mail.png") no-repeat right center;
  padding-right: 26px;
}

.wrapper header .subnav .count {
  color: #ff474b;
  margin-top: -8px;
}

.wrapper header .subnav .count span {
  font-size: 36px;
}

.wrapper header .subnav .reg {
  color: #ff474b;
  background: url("../images/user.png") no-repeat left center;
  padding-left: 42px;
}

.wrapper nav {
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#ff9797), to(#ff5458));
  background: linear-gradient(#ff9797 0%, #ff5458 100%);
}

.wrapper nav .container {
  margin: 0 auto;
  width: 1200px;
  height: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.wrapper nav .container div {
  padding: 0 28px;
  height: 42px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.wrapper nav .container div:hover, .wrapper nav .container div.selected {
  background: #ff474b;
}

.wrapper nav .container div a {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 42px;
  font-size: 20px;
  line-height: 42px;
  font-family: Source Han Sans CN Regular, Source Han Sans CN Regular-Regular;
  color: #fff;
  letter-spacing: 2px;
}

.wrapper nav .container div a span {
  margin-left: 4px;
  float: right;
}

.wrapper nav .container div a img {
  display: block;
  width: auto;
  height: 20px;
  float: left;
  margin-top: 11px;
}

.wrapper footer {
  margin-top: 40px;
}

.wrapper footer .logos {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.wrapper footer .logos img {
  display: block;
  width: auto;
  height: 74px;
  margin: 0 52px;
}

.wrapper footer .copyright {
  text-align: center;
  height: 42px;
  line-height: 42px;
  background: #313131;
  font-size: 14px;
  font-family: Source Han Sans CN Normal, Source Han Sans CN Normal-Normal;
  color: #fff;
  letter-spacing: 1px;
}

.wrapper footer .copyright a {
  color: #fff;
}

.wrapper footer .copyright a:hover {
  color: #ff474b;
}

.wrapper .comment .comm-title {
  margin: 34px 0 30px 0;
  font-size: 22px;
  font-family: Source Han Sans CN Normal, Source Han Sans CN Normal-Normal;
  color: #ff474b;
}

.wrapper .comment .comm-title span {
  margin-left: 20px;
  font-size: 14px;
}

.wrapper .comment .comm-frame .left {
  width: 50px;
  margin-right: 22px;
}

.wrapper .comment .comm-frame .left img {
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 100%;
}

.wrapper .comment .comm-frame .right {
  padding: 10px 10px 0;
  width: 988px;
  height: 144px;
  background: #ffffff;
  border: 2px solid #ff474b;
  border-radius: 8px;
  -webkit-box-shadow: 0px 4px 13px 4px rgba(6, 6, 6, 0.1);
          box-shadow: 0px 4px 13px 4px rgba(6, 6, 6, 0.1);
}

.wrapper .comment .comm-frame .right .textarea {
  width: 100%;
  outline: none;
  border: none;
  resize: none;
  font-size: 14px;
  font-family: Source Han Sans CN Normal, Source Han Sans CN Normal-Normal;
}

.wrapper .comment .comm-frame .right .textarea::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #ff474b;
  font-size: 14px;
}

.wrapper .comment .comm-frame .right .textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #ff474b;
  font-size: 14px;
}

.wrapper .comment .comm-frame .right .textarea:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #ff474b;
  font-size: 14px;
}

.wrapper .comment .comm-frame .right .textarea::-webkit-scrollbar {
  width: 4px;
  background: #e5e5e5;
}

.wrapper .comment .comm-frame .right .textarea::-webkit-scrollbar-thumb {
  background: #ff474b;
}

.wrapper .comment .comm-frame .right .bot {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 43px;
  border-top: 1px solid #d8d8d8;
}

.wrapper .comment .comm-frame .right .bot .comm-btn {
  text-align: center;
  width: 80px;
  height: 27px;
  line-height: 27px;
  background: -webkit-gradient(linear, left top, left bottom, from(#ff595c), to(#ff9292));
  background: linear-gradient(#ff595c 0%, #ff9292 100%);
  font-size: 14px;
  font-family: Source Han Sans CN Normal, Source Han Sans CN Normal-Normal;
  color: #ffffff;
  border-radius: 20px;
  cursor: pointer;
  font-weight: bold;
}

.wrapper .comment .comm-list {
  margin-top: 40px;
}

.wrapper .comment .comm-list h6 {
  font-weight: normal;
  font-size: 18px;
  font-family: Source Han Sans CN Normal, Source Han Sans CN Normal-Normal;
  color: #ff474b;
}

.wrapper .comment .comm-list ul {
  width: 1080px;
}

.wrapper .comment .comm-list ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.wrapper .comment .comm-list ul li img.avatar {
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  margin-top: 30px;
}

.wrapper .comment .comm-list ul li .con {
  width: 1008px;
  padding: 30px 0 15px;
  border-bottom: 1px solid #d8d8d8;
}

.wrapper .comment .comm-list ul li .con .name {
  font-size: 14px;
  font-family: Source Han Sans CN Medium, Source Han Sans CN Medium-Medium;
  color: #4b4b4b;
  margin: 0 0 6px 0;
}

.wrapper .comment .comm-list ul li .con .name span {
  display: inline-block;
  margin-left: 14px;
}

.wrapper .comment .comm-list ul li .con p {
  font-size: 14px;
  font-family: Source Han Sans CN Normal, Source Han Sans CN Normal-Normal;
  color: #3e3e3e;
  text-align: justify;
  line-height: 22px;
}

.wrapper .comment .comm-list ul li .con .source {
  margin-top: 15px;
  padding: 14px;
  background: #f8f8f8;
  border-radius: 4px;
  font-size: 14px;
  line-height: 22px;
  font-family: Source Han Sans CN Normal, Source Han Sans CN Normal-Normal;
  color: #999;
  text-align: justify;
}

.wrapper .comment .comm-list ul li .con .tools {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 16px;
}

.wrapper .comment .comm-list ul li .con .tools span {
  cursor: pointer;
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 38px;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.wrapper .comment .comm-list ul li .con .tools span b {
  position: absolute;
  top: -8px;
  left: 16px;
  font-size: 12px;
  line-height: 14px;
  font-family: Source Han Sans CN Normal, Source Han Sans CN Normal-Normal;
  font-weight: Normal;
  color: #858585;
  background: #eeeeee;
  border-radius: 7px;
  padding: 0 4px;
}

.wrapper .comment .comm-list ul li .con .tools span.selected b {
  background: #fdb328;
  color: #fff;
}

.wrapper .comment .comm-list ul li .con .tools span.zan {
  background: url("../images/zan_normal.png") no-repeat center center/18px 18px;
}

.wrapper .comment .comm-list ul li .con .tools span.zan.selected {
  background: url("../images/zan.png") no-repeat center center/18px 18px;
}

.wrapper .comment .comm-list ul li .con .tools span.reply-icon {
  background: url("../images/reply-icon.png") no-repeat center center/18px 18px;
}

.wrapper .comment .comm-list .comm-more {
  cursor: pointer;
  margin: 55px auto 85px;
  width: 292px;
  height: 52px;
  line-height: 52px;
  background: -webkit-gradient(linear, left top, left bottom, from(#ff474b), to(#ffa1a1));
  background: linear-gradient(#ff474b 0%, #ffa1a1 100%);
  font-size: 22px;
  font-family: Source Han Sans CN Normal, Source Han Sans CN Normal-Normal;
  text-align: center;
  color: #fff;
  border-radius: 100px;
}

.wrapper .xuanfutop {
  width: 50px;
  border: 1px solid #bfbfbf;
  border-bottom: none;
  position: fixed;
  top: 45%;
  right: 0;
  z-index: 9999;
}

.wrapper .xuanfutop > div {
  border-bottom: 1px solid #bfbfbf;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  background: #fff;
  position: relative;
}

.wrapper .xuanfutop > div:hover {
  background: #ff474b;
}

.wrapper .xuanfutop > div:hover .hide {
  display: block;
}

.wrapper .xuanfutop > div .qr {
  position: absolute;
  top: 0;
  right: 51px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  border-radius: 4px;
  overflow: hidden;
}

.wrapper .xuanfutop > div .hide {
  display: none;
}

.wrapper .xuanfutop .wechat {
  padding: 12px 9px;
}

.wrapper .xuanfutop .wechat .icon {
  width: 32px;
  height: 26px;
  background: url("../images/xuanfu.png") no-repeat 0 0;
}

.wrapper .xuanfutop .wechat:hover .icon {
  background-position: -32px 0;
}

.wrapper .xuanfutop .weibo {
  padding: 12px 9px;
}

.wrapper .xuanfutop .weibo .icon {
  width: 32px;
  height: 26px;
  background: url("../images/xuanfu.png") no-repeat 0 -27px;
}

.wrapper .xuanfutop .weibo:hover .icon {
  background-position: -32px -27px;
}

.wrapper .xuanfutop .phone {
  padding: 9px;
}

.wrapper .xuanfutop .phone .icon {
  width: 32px;
  height: 32px;
  background: url("../images/xuanfu.png") no-repeat 0 -54px;
}

.wrapper .xuanfutop .phone:hover .icon {
  background-position: -32px -54px;
}

.wrapper .xuanfutop .home {
  padding: 9px;
}

.wrapper .xuanfutop .home .icon {
  width: 32px;
  height: 32px;
  background: url("../images/xuanfu.png") no-repeat 2px -86px;
}

.wrapper .xuanfutop .home:hover .icon {
  background-position: -34px -86px;
}

.wrapper .xuanfutop .back-top {
  padding: 9px;
}

.wrapper .xuanfutop .back-top .icon {
  width: 32px;
  height: 32px;
  background: url("../images/xuanfu.png") no-repeat 2px -121px;
}

.wrapper .xuanfutop .back-top:hover .icon {
  background-position: -34px -121px;
}

.wrapper input:-webkit-autofill {
  -webkit-animation: autofill-fix 1s infinite !important;
  /* 选择历史记录的文字颜色*/
  -webkit-text-fill-color: #666;
  -webkit-transition: background-color 50000s ease-in-out 0s !important;
  transition: background-color 50000s ease-in-out 0s !important;
  background-color: transparent !important;
  background-image: none !important;
  /* 选择历史记录的背景颜色 */
  -webkit-box-shadow: 0 0 0 1000px transparent inset !important;
}

.wrapper input[type="number"],
.wrapper input[type="password"],
.wrapper input[type="text"],
.wrapper textarea {
  -webkit-appearance: none;
}
/*# sourceMappingURL=common.css.map */