/*Author ： Fish  QQ : 20121310 Email : 20121310@qq.com */
/*-------------------- common Begin -----------------------*/
body {
  font-family: 'Roboto', -apple-system;
  color: #333333;
  width: 100%;
  background-color: #efefef;
  font-size: 0.2rem;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  overflow-y: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Roboto', -apple-system;
  padding: 0;
  margin: 0;
}

a {
  color: #162957;
}

a:link,
a:visited,
a:hover,
a:active {
  text-decoration: none;
}

ul,
li {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0.2rem;
}

legend {
  font-size: 0.2rem;
}

label {
  font-size: 0.2rem;
  font-weight: normal;
}

input,
textarea,
div {
  outline: none;
  font-size: 0.3rem;
  border-radius: 0;
  padding: 0;
  margin: 0;
  font-family: 'Roboto', -apple-system;
  overflow-x: hidden;
}

button {
  outline: none;
}

select {
  outline: none;
}

input:-webkit-autofill {
  box-shadow: 0 0 0px 1000px #ffffff inset !important;
}

input::-webkit-input-placeholder {
  color: #999999;
}

input::-moz-placeholder {
  color: #999999;
}

input:-moz-placeholder {
  color: #999999;
}

input:-ms-input-placeholder {
  color: #999999;
}

.clear {
  clear: both;
}

f {
  box-sizing: border-box;
  margin: 0;
}

[v-cloak] {
  display: none;
}

.container {
  width: 7.5rem;
  overflow: hidden;
}

.footFrame {
  /* border-top: 1px solid #ffffff; */
  overflow: hidden;
}

.content {
  min-height: 6rem;
}

/*-------------------- common End -----------------------*/
.pageFrame {
  display: flex;
  justify-content: center;
  padding: 0.5rem 0.2rem;
}

.pageFrame a {
  background: #bbbbbb;
  padding: 0.1rem 0.18rem;
  border-radius: 0.1rem;
  color: #ffffff;
  text-align: center;
  margin: 0 0.05rem;
}

.pageFrame a:hover {
  background: #696969;
}

.pageFrame .select {
  background: #696969;
}

.pageFrame .dian {
  background: none;
  color: #696969;
  line-height: 13px;
  cursor: default;
}

.pageFrame .dian:hover {
  background: none;
  color: #696969;
  line-height: 13px;
  cursor: default;
}

.loading {
  display: flex;
  justify-content: center;
}

.loading span {
  width: 4px;
  height: 4px;
  border-radius: 20px;
  animation: loading 1s infinite alternate;
  margin: 0 2px 0 0;
  align-self: center;
}

.loading span:nth-of-type(2) {
  animation-delay: 0.2s;
}

.loading span:nth-of-type(3) {
  animation-delay: 0.4s;
}

.loading span:nth-of-type(4) {
  animation-delay: 0.6s;
}

.loading span:nth-of-type(5) {
  animation-delay: 0.8s;
}

.loading span:nth-of-type(6) {
  animation-delay: 1s;
}

.oradge span:nth-of-type(1) {
  background: #ef6f08;
}

.oradge span:nth-of-type(2) {
  background: #ef6f08;
}

.loading span:nth-of-type(3) {
  background: #e56600;
}

.loading span:nth-of-type(4) {
  background: #d66102;
}

.loading span:nth-of-type(5) {
  background: #c95b01;
}

.loading span:nth-of-type(6) {
  background: #b95504;
}

.grey span:nth-of-type(1) {
  background: #ffffff;
}

.grey span:nth-of-type(2) {
  background: #e5e1e1;
}

.grey span:nth-of-type(3) {
  background: #d6d2d2;
}

.grey span:nth-of-type(4) {
  background: #c5c5c5;
}

.grey span:nth-of-type(5) {
  background: #b2aeae;
}

.grey span:nth-of-type(6) {
  background: #9c9a9a;
}

@keyframes loading {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.loading2 {
  display: flex;
  justify-content: center;
}

.loading2>span {
  width: 4px;
  height: 4px;
  border-radius: 20px;
  animation: loading2 1s infinite alternate;
  margin: 0 2px 0 0;
  align-self: center;
}

.loading2 span:nth-of-type(2) {
  animation-delay: 0.2s;
}

.loading2 span:nth-of-type(3) {
  animation-delay: 0.4s;
}

.loading2 span:nth-of-type(4) {
  animation-delay: 0.6s;
}

.loading2 span:nth-of-type(5) {
  animation-delay: 0.8s;
}

.loading2 span:nth-of-type(6) {
  animation-delay: 1s;
}

.grey span:nth-of-type(1) {
  background: #ffffff;
}

.grey span:nth-of-type(2) {
  background: #e5e1e1;
}

.grey span:nth-of-type(3) {
  background: #d6d2d2;
}

.grey span:nth-of-type(4) {
  background: #c5c5c5;
}

.grey span:nth-of-type(5) {
  background: #b2aeae;
}

.grey span:nth-of-type(6) {
  background: #9c9a9a;
}

@keyframes loading2 {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.headFrame {
  height: 100px;
}

.headFrame .skuFrame {
  position: fixed;
  z-index: 100;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  top: 0;
  left: 0;
}

.headFrame .skuFrame>span {
  position: absolute;
  z-index: 1;
  background: #ffffff;
  border: 2px solid #17394e;
  border-radius: 5px;
  display: flex;
  align-self: center;
  height: auto;
  padding: 15px 15px 50px 14px;
  margin-top: -150px;
  justify-content: space-between;
  width: 750px;
}

.headFrame .skuFrame>span>i {
  display: block;

  font-style: normal;
}

.headFrame .skuFrame>span>i>b {
  display: block;

  font-size: 22px;
}

.headFrame .skuFrame>span>i>span {
  display: flex;

  padding: 10px 0 0 0;

  flex-wrap: wrap;
}

.headFrame .skuFrame>span>i>span>button {
  margin: 0 10px 10px 0;
  color: #17394e;
  background: #ffffff;
  border-radius: 3px;
  padding: 6px 10px;
  font-size: 16px;
  cursor: pointer;
  border: 1px solid #17394e;
}

.headFrame .skuFrame>span>i>i {
  position: absolute;
  bottom: 15px;
  display: flex;
  width: 100%;
  justify-content: center;
}

.headFrame .skuFrame>span>i>i>button {
  margin: 0 20px;
  color: #17394e;
  background: #ffffff;
  border-radius: 3px;
  padding: 6px 10px;
  font-size: 16px;
  cursor: pointer;
  border: 1px solid #17394e;
}

.headFrame .skuFrame>span>i>i>button:hover {
  background: #17394e;
  color: #ffffff;
}

.headFrame .skuFrame>span>i>span .select,
.headFrame .skuFrame>span>i>span>button:hover {
  border: 1px solid #17394e;
  color: #ffffff;
  background: #17394e;
}

.headFrame .skuFrame>span>span {
  width: 471px;
  border: 2px solid #17394e;
  border-radius: 3px;
  padding: 5px 10px;
  position: relative;
}

.headFrame .skuFrame>span>span::before {
  content: '=>';
  position: absolute;
  right: -33px;
  top: 125px;
  font-size: 26px;
}

.headFrame .skuFrame>span>span>b {
  display: flex;
  width: 100%;
  padding: 10px 0;
  border-bottom: 1px dashed;
  margin-bottom: 10px;
}

.headFrame .skuFrame>span>span>b>label {
  align-self: center;
  margin-right: 5px;
}

.headFrame .skuFrame>span>span>b>input {
  border: 1px solid;
  border-right: none;
  border-radius: 3px 0 0 3px;
  width: 380px;
  padding: 2px 5px;
}

.headFrame .skuFrame>span>span>b>button {
  border: 1px solid #17394e;
  border-radius: 0 3px 3px 0;
  background: #17394e;
  color: #ffffff;
  font-size: 18px;
  cursor: pointer;
}

.headFrame .skuFrame>span>span>ul {
  height: 240px;
  overflow-y: scroll;
}

.headFrame .skuFrame>span>span>ul>li {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  border-bottom: 1px dashed;
  padding-bottom: 10px;
  width: 97%;
}

.headFrame .skuFrame>span>span>ul>li>button {
  border: 1px solid #17394e;
  border-radius: 3px;
  background: #17394e;
  color: #ffffff;
  font-size: 23px;
  cursor: pointer;
}

.headFrame .skuFrame>span>b {
  width: 210px;
  border: 2px solid #17394e;
  border-radius: 3px;
  padding: 5px 10px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-content: flex-start;
}

.headFrame .skuFrame>span>b>span {
  display: block;
  width: 100%;
  height: 30px;
}

.headFrame .skuFrame>span>b>button {
  border: 1px solid #17394e;
  border-radius: 3px;
  background: #17394e;
  color: #ffffff;
  font-size: 18px;
  padding: 2px 13px;
  margin-top: 11px;
  cursor: pointer;
}

.headFrame .skuFrame>span>b>b {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  height: 235px;
  align-content: baseline;
  overflow-y: scroll;
  width: 100%;
}

.headFrame .skuFrame>span>b>b>button {
  height: 30px;
  margin-bottom: 10px;
  border: 1px solid #17394e;
  border-radius: 3px;
  background: #ffffff;
  color: #17395e;
  cursor: pointer;
}

.headFrame .skuFrame>span>b>b>button:hover {
  background: #17394e;
  color: #ffffff;
}

.headFrame .skuFrame>b {
  width: 100%;
  height: 100%;
  background: #17394e;
  opacity: 0.8;
}

.headFrame .fastnav {
  position: fixed;
  z-index: 99;
  background: #17394e;
  bottom: 100px;
  right: 10px;
  width: 50px;
  color: #ffffff;
  border-radius: 3px;
}

.headFrame .fastnav>span {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  cursor: pointer;
  border-bottom: 1px solid #ffffff;
  position: relative;
}

.headFrame .fastnav>span>i {
  align-self: center;
  font-size: 22px;
}

.headFrame .fastnav>span:hover>b {
  display: block;
}

.headFrame .fastnav>span>b {
  position: absolute;
  right: 60px;
  display: none;
  background: #ffffff;
  color: #587ba3;
  width: 149px;
  font-size: 16px;
  font-weight: normal;
  height: 30px;
  top: 10px;
  line-height: 30px;
  text-align: center;
  border-radius: 4px;
  border: 1px solid #587ba3;
}

.headFrame .fastnav>span>b::before {
  content: '▸';
  position: absolute;
  z-index: 1;
  right: -24px;
  font-size: 41px;
}

.headFrame .fastnav>span>b::after {
  content: '▸';
  position: absolute;
  z-index: 2;
  right: -20px;
  font-size: 36px;
  color: #ffffff;
}

.headFrame .fastnav>span:last-child {
  border-bottom: none;
}

.headFrame .fastnav>span:hover {
  background: #ffffff;
  color: #17394e;
}

.headFrame .bg {
  width: 100%;
  z-index: 90;
  margin: 0;
  position: fixed;
  background: url(../images/headBg.png) no-repeat;
  background-size: 100% auto;
}

.headFrame .bg>.con {
  width: 100%;
}

.headFrame .bg>.con .line {
  width: 100%;
  display: flex;
  justify-content: space-between;
  height: 1rem;
}

.headFrame .bg>.con .line .navigate {
  margin: 0 20px;
  padding-top: 5px;
  height: 40px;
}

.headFrame .bg>.con .line .navigate>a {
  color: #ffffff;
  font-size: 18px;
  padding-right: 30px;
}

.headFrame .bg>.con .line .logo {
  align-self: center;
  margin: 0 0 0 0.1rem;
  display: flex;
}

.headFrame .bg>.con .line .logo img {
  height: auto;
  height: 0.7rem;
}

.headFrame .bg>.con .line .logo>span {
  height: 39px;
  background: #eee;
  border-radius: 5px;
  position: relative;
  align-self: center;
  margin-left: 30px;
  width: calc(100% - 00px);
  display: flex;
}

.headFrame .bg>.con .line .logo>span>i {
  font-size: 24px;
  align-self: center;
  margin: 0 10px;
}

.headFrame .bg>.con .line .logo>span>input {
  width: calc(100% - 55px);
  background: none;
  border: none;
  color: #000;
}

.headFrame .bg>.con .line .right {
  align-self: center;
  display: flex;
}

.headFrame .bg>.con .line .right button {
  background: none;
  border: none;
  color: #ffffff;
  height: 1rem;
  width: 1rem;
}

.headFrame .bg>.con .line .right i {
  font-size: 0.5rem;
}

.headFrame .bg>.con .line .right span {
  font-size: 0.7rem;
}

.headFrame .bg>.con .userInfo {
  height: 0.86rem;
  display: flex;
  justify-content: space-between;
  padding: 0 0.3rem;
  background: #D0D0D0;
}

.headFrame .bg>.con .userInfo .left {
  display: flex;
}

.headFrame .bg>.con .userInfo .left>img {
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 1rem;
  margin-right: 0.1rem;
  align-self: center;
}

.headFrame .bg>.con .userInfo .left>button {
  height: 0.6rem;
  align-self: center;
  background: #5E7BA0;
  border: none;
  font-weight: bold;
  color: #fff;
  border-radius: 0.05rem;
  padding: 0 0.2rem;
  font-size: 0.3rem;
}

.headFrame .bg>.con .userInfo .left>button>i {

  font-size: 0.2rem;

  margin-left: 0.1rem;
}

.headFrame .bg>.con .userInfo .right {
  display: flex;
}

.headFrame .bg>.con .userInfo .right>button {
  align-self: center;
  height: 0.6rem;
  background: none;
  border: none;
  color: #000000;
  font-size: 0.3rem;
  position: relative;
  padding-right: 0.4rem;
}

.headFrame .bg>.con .userInfo .right>button>i {
  margin-left: 0.1rem;
  transform: rotate(180deg);
  position: absolute;
  font-size: 0.25rem;
  top: 50%;
  margin-top: -0.15rem;
}

.headFrame .bg>.con .userInfo .right>button .up {
  transform: rotate(0deg);
}

.headFrame .bg>.tagsFrame {
  background: #EFEFEF;
  z-index: 3;
  position: fixed;
  top: 1.9rem;
  display: flex;
  width: 100%;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.3);
  padding: 0.24rem 0.36rem;
  flex-wrap: wrap;
}

.headFrame .bg>.tagsFrame>b {
  width: 100%;
  font-size: 0.32rem;
  margin-bottom: 0.3rem;
}

.headFrame .bg>.tagsFrame>span {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  border-bottom: 1px solid #D8D8D8;
  margin-bottom: 0.3rem;
  padding-bottom: 0.1rem;
}

.headFrame .bg>.tagsFrame>span>a {
  border: 1px solid #666666;
  padding: 0.1rem 0.2rem;
  border-radius: 0.1rem;
  margin-right: 0.2rem;
  margin-bottom: 0.2rem;
  font-size: 0.28rem;
  color: #666666;
}

.headFrame .bg>.tagsFrame>span .active {
  background: #696969;
  color: #fff;
}

.headFrame .bg>.tagsFrame>span:last-child {
  border: none;
  margin-bottom: 0;
}

.headFrame .navigate {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  z-index: 100;
}

.headFrame .navigate .con {
  position: absolute;
  background: #000000;
  z-index: 2;
  width: 5.6rem;
  padding: 0.2rem 0;
  height: 100%;
  overflow-y: auto;
}

.headFrame .navigate .con .nav {
  margin: 0.2rem 0 0 0;

  display: flex;

  flex-wrap: wrap;

  border-bottom: 1px solid #666;

  padding: 0 0.2rem;
}

.headFrame .navigate .con .nav a {
  font-size: 0.3rem;

  color: #ffffff;

  padding-right: 0.2rem;

  margin-bottom: 0.2rem;
}

.headFrame .navigate .con .userInfo {
  display: flex;
  padding: 0.3rem 0.2rem;
}

.headFrame .navigate .con .userInfo>img {
  width: 1rem;
  height: 1rem;
  border: 0.07rem solid #ffffff;
  border-radius: 2rem;
  margin-right: 0.3rem;
}

.headFrame .navigate .con .userInfo>b {
  align-self: center;
  font-size: 0.4rem;
  font-weight: normal;
}

.headFrame .navigate .con .userInfo>b>a {
  color: #ffffff;
}

.headFrame .navigate .con .userInfo>span {
  display: flex;
  align-self: center;
}

.headFrame .navigate .con .userInfo>span>b {
  font-size: 0.48rem;
  line-height: 0.5rem;
  margin: 0.1rem 0;
  color: #ffffff;
}

.headFrame .navigate .con .userInfo>span>span {
  color: #999999;
  margin-bottom: 0.1rem;
}

.headFrame .navigate .con>span {
  display: block;
  border-bottom: 1px solid #333333;
  padding-left: 0.2rem;
  min-height: 0.9rem;
  line-height: 0.9rem;
}

.headFrame .navigate .con>span>a {
  font-size: 0.35rem;
  color: #ffffff;
}

.headFrame .navigate .con>span>a>i {
  padding-right: 0.2rem;
  font-size: 0.4rem;
}

.headFrame .navigate .con>span .addNew {
  border: none;
  background: #587ba3;
  border-radius: 0.1rem;
  font-size: 0.34rem;
  color: #ffffff;
  align-self: center;
  padding: 0 0.2rem;
  display: flex;
  cursor: pointer;
  margin: 0 0.2rem 0.3rem 0;
  height: 0.7rem;
  line-height: 0.7rem;
  width: 5.2rem;
}

.headFrame .navigate .con>span .addNew>i {
  padding-right: 0.2rem;
  font-size: 0.3rem;
}

.headFrame .navigate .con>span>button {
  background: none;
  color: #ffffff;
  border: none;
  font-size: 0.3rem;
  font-weight: bold;
  padding: 0;
  margin: 0;
  width: calc(100% - 0.3rem);
  display: flex;
  height: 0.9rem;
  line-height: 0.9rem;
}

.headFrame .navigate .con>span>ul {
  padding-bottom: 0.3rem;
}

.headFrame .navigate .con>span>ul>li {
  line-height: 0.6rem;
  padding-left: 0.3rem;
}

.headFrame .navigate .con>span>ul>li>a {
  color: #ffffff;
  font-size: 0.3rem;
}

.headFrame .navigate>span {
  background: #000000;
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0.6;
}

footer {
  background-color: #202020;
}

footer .pc .footFrame {
  width: 1200px;
  margin: 0 auto;
}

footer .pc .webMap {
  padding-top: 29px;
  background: #202020;
}

footer .pc .webMap .logo {
  float: left;
  height: 300px;
  padding: 18px 0 0 12px;
  width: 161px;
}

footer .pc .webMap .logo img {
  width: 100%;
}

footer .pc .webMap .map {
  float: right;
  width: 868px;
}

footer .pc .webMap .map .list {
  float: left;
  width: 240px;
  margin-right: 74px;
}

footer .pc .webMap .map .list:nth-child(3n + 3) {
  margin-right: 0;
}

footer .pc .webMap .map .list h5 {
  font-size: 19px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  border-bottom: 2px solid #fff;
  line-height: 37px;
}

footer .pc .webMap .map .list li {
  line-height: 33px;
  font-size: 16px;
}

footer .pc .webMap .map .list li a {
  color: #a1a5ac;
}

footer .pc .webMap .copyright {
  clear: both;
  height: 40px;
  text-align: center;
}

.likeCmt {
  display: flex;
}

.likeCmt .like {
  color: #ff5a00 !important;
}

.followCmt button b {
  align-self: center;
}

.maskBG {
  background: #000000;
  opacity: 0.5;
  width: 100%;
  height: 300px;
  position: absolute;
}

#tipsFrame {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  box-shadow: 0px 0px 10px #ddd;
}

#tipsFrame .box {
  top: 40%;
  width: 300px;
  line-height: 25px;
  font-size: 18px;
  background: #ffffff;
  padding: 10px;
  border-radius: 5px;
  position: absolute;
  left: 50%;
  margin-left: -150px;
}

#dialogFrame {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9998;
  display: flex;
  justify-content: center;
}

#dialogFrame .maskBG {
  height: 100%;
}

#dialogFrame .box {
  position: absolute;
  width: 80%;
  height: auto;
  background: #ffffff;
  z-index: 1;
  border-radius: 0.1rem;
  border: 1px solid #e5e5e5;
  top: 35%;
  padding: 0.3rem;
}

#dialogFrame .box .close i {
  font-size: 14px;
  color: #a0a0a0;
}

#dialogFrame .box .text {
  width: 100%;
  font-size: 0.4rem;
  color: #000000;
  display: flex;
  margin-top: 0.3rem;
  flex-wrap: wrap;
}

#dialogFrame .box .text span {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 0.45rem;
  margin: 0.2rem 0;
  padding: 0 0.4rem;
  align-self: center;
}

#dialogFrame .box .text b {
  display: block;
  width: 100%;
  font-weight: normal;
  text-align: center;
  padding: 0 50px;
  margin-bottom: 20px;
}

#dialogFrame .box .text b img {
  width: 180px;
  height: 180px;
}

#dialogFrame .box .text h1 {
  text-align: center;
  padding: 20px 10px;
  font-size: 18px;
}

#dialogFrame .box .text h2 {
  text-align: center;
  font-size: 12px;
  padding: 5px;
}

#dialogFrame .box .text h3 {
  text-align: center;
}

#dialogFrame .box .text h3 input {
  width: 90%;
}

#dialogFrame .dialogBtn {
  height: auto;
  display: flex;
  justify-content: center;
}

#dialogFrame .dialogBtn button {
  line-height: 0.7rem;
  font-size: 0.4rem;
  border: none;
  cursor: pointer;
  color: #ffffff;
  background: #ff5a00;
}

#dialogFrame .dialogBtn .no {
  width: 140px;
  margin-right: 10px;
  color: #262626;
  background: #eeeeee;
}

#dialogFrame .dialogBtn .yes {
  width: 140px;
}

#dialogFrame .dialogBtn .sureOne {
  min-width: 1.9rem;
  border-radius: 0.1rem;
}

#dialogFrame .dragLineBox {
  width: 170px;
  height: 30px;
  float: left;
  font-size: 16px;
}

#dialogFrame .massageNum {
  width: 70px;
  height: 30px;
  float: left;
  position: relative;
  border: 1px solid #cccccc;
  border-radius: 5px;
  overflow: hidden;
}

#dialogFrame .massageNum input {
  width: 100%;
  padding: 0;
  line-height: 30px;
  font-size: 16px;
  border: none;
  box-shadow: none;
  margin: 0;
}

#dialogFrame .textBox {
  margin-bottom: 10px;
  height: 40px;
}

#dialogFrame .massageNum .bg {
  width: 35px;
  height: 30px;
  background: #24c2cb;
  cursor: pointer;
  float: left;
}

#dialogFrame .massageNum .bg2 {
  width: 35px;
  height: 30px;
  background: #eeeeee;
  cursor: pointer;
  float: left;
}

#dialogFrame .massageNum .block {
  width: 35px;
  height: 30px;
  background: #ffffff;
  position: absolute;
  cursor: pointer;
}

.container .content {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.container .content .tagsFrame {
  background: #ffffff;
  border-radius: 4px;
}

.container .content .tagsFrame>b {
  display: block;
  padding: 15px;
  padding-bottom: 0;
  font-size: 26px;
  color: #2b2b2b;
}

.container .content .tagsFrame>span {
  display: flex;
  padding: 10px 15px 0 40px;
  flex-wrap: wrap;
  position: relative;
  border-bottom: 1px solid #8d7249;
}

.container .content .tagsFrame>span::after {
  content: '';
  width: 10px;
  height: 10px;
  background: #2b2b2b;
  border-radius: 2px;
  position: absolute;
  left: 20px;
  top: 50%;
  margin-top: -5px;
}

.container .content .tagsFrame>span:last-child {
  border: none;
}

.container .content .tagsFrame>span>a {
  border: 1px solid #2f989c;
  border-radius: 5px;
  padding: 4px 8px;
  margin: 0 10px 10px 0;
  font-size: 15px;
  cursor: pointer;
  background: none;
}

.container .content .tagsFrame .tag>a {
  border: 1px solid #2f6476;
}

.container .content .tagsFrame .tag .active,
.container .content .tagsFrame .tag>a:hover {
  background: #2f6476;
  color: #ffffff;
}

.container .content .tagsFrame .category .active,
.container .content .tagsFrame .category>a:hover {
  background: #2f989c;
  color: #ffffff;
}

.container .content .topicFrame {}

.container .content .topicFrame .top {
  padding: 0.1rem 0.2rem;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #dcd4c8;
}

.container .content .topicFrame .top>i {
  font-style: normal;
  align-self: end;
}

.container .content .topicFrame .top>h1 {
  font-size: 0.32rem;
  align-self: end;
}

.container .content .topicFrame .top>span {
  width: calc(100% - 280px);
  align-self: end;
  font-size: 24px;
}

.container .content .topicFrame .top>span>a {
  margin-right: 40px;
  padding: 0 12px;
}

.container .content .topicFrame .top>span>a:hover,
.container .content .topicFrame .top>span .select {
  border-bottom: 2px solid #153248;
}

.container .content .topicFrame .top>button {
  width: 150px;
  height: 40px;
  border: none;
  margin: 0;
  background: #587ba3;
  border-radius: 5px;
  font-size: 21px;
  color: #ffffff;
  align-self: center;
  padding: 0 14px;
  display: flex;
  line-height: 40px;
}

.container .content .topicFrame .top>button>i {
  margin-left: 8px;
}

.container .content .topicFrame .list {}

.container .content .topicFrame .list .li {
  background: #fff;
  margin-bottom: 0.1rem;
  padding: 0.24rem 0.34rem;
}

.container .content .topicFrame .list .li>b {
  display: block;
  width: 100%;
  margin-bottom: 0.2rem;
}

.container .content .topicFrame .list .li>b>i {}

.container .content .topicFrame .list .li>b>a {
  font-size: 0.3rem;
  color: #000000;
}

.container .content .topicFrame .list .li>span {
  display: flex;
  flex-wrap: wrap;
}

.container .content .topicFrame .list .li>span>a {
  border: 1px solid #666666;
  font-size: 0.28rem;
  padding: 0.12rem 0.16rem;
  border-radius: 0.1rem;
  margin: 0 0.2rem 0.3rem 0;
}

.container .content .topicFrame .list .li>div {
  display: flex;
  justify-content: space-between;
}

.container .content .topicFrame .list .li>div>b {}

.container .content .topicFrame .list .li>div>b>a {
  display: flex;
}

.container .content .topicFrame .list .li>div>b>a>img {
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 1rem;
  margin-right: 0.14rem;
}

.container .content .topicFrame .list .li>div>b>a>span {
  align-self: center;
  color: #999999;
  font-weight: normal;
  font-size: 0.24rem;
}

.container .content .topicFrame .list .li>div>span {
  display: flex;
}

.container .content .topicFrame .list .li>div>span>p {
  color: #999999;
  margin: 0 0 0 0.28rem;
  align-self: center;
}

.container .content .topicFrame .list .li>div>span>p>b {
  font-weight: normal;
  font-size: 0.24rem;
}

.container .content .topicFrame .list .li>div>span>p>span {
  font-size: 0.24rem;
  font-weight: normal;
}

.container .content .topic {
  width: 100%;
}

.container .content .topic .bar {
  margin: 0.36rem 0.34rem;
}

.container .content .topic .bar>span {
  position: relative;
  display: flex;
  height: auto;
  width: 100%;
}

.container .content .topic .bar>span>a {
  border: 1px solid #666666;
  font-size: 0.28rem;
  padding: 0.12rem 0.16rem;
  border-radius: 0.1rem;
  margin: 0 0.2rem 0.3rem 0;
  color: #666666;
}

.container .content .topic .bar>button {
  width: auto;
  height: 0.64rem;
  border: 1px solid #5E7BA0;
  background: #5E7BA0;
  color: #fff;
  border-radius: 0.05rem;
  font-size: 0.3rem;
  font-weight: bold;
  padding: 0 0.2rem;
}

.container .content .topic .article {
  background: #ffffff;
  display: block;
  padding: 0.3rem;
  border-radius: 6px;
  margin-bottom: 20px;
}

.container .content .topic .article>span {
  padding: 0 0 0.2rem 0;
  display: block;
  border-bottom: 1px solid #D8D8D8;
  margin-bottom: 0.2rem;
  position: relative;
}

.container .content .topic .article .topicIcon {
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
}

.container .content .topic .article .topicIcon>a {
  width: 30px;
  height: 30px;
  margin-left: 5px;
}

.container .content .topic .article .topicIcon>a>i {
  font-size: 25px;
  color: #17394e;
}

.container .content .topic .article>span .topicTitle {
  display: flex;
}

.container .content .topic .article>span .topicTitle>span {}

.container .content .topic .article>span .topicTitle .solved {
  font-size: 1.1rem;
  position: relative;
  width: 0.5rem;
  color: #70b602;
}

.container .content .topic .article>span .topicTitle .solved::before {
  transform: rotate(-15deg);

  position: absolute;

  top: -14px;
}

.container .content .topic .article>span .topicTitle .announcement {
  font-size: 0.28rem;
  position: relative;
  width: 0.4rem;
  color: #ff5a00;
}

.container .content .topic .article>span .topicTitle .announcement::before {
  position: absolute;
  top: 7px;
}

.container .content .topic .article>span .topicTitle h1 {
  margin-bottom: 0.28rem;
  font-size: 0.45rem;
  width: calc(100% - 0.4rem);
}

.container .content .topic .article>span>span {
  width: 100%;
  display: block;
}

.container .content .topic .article>span>span>span {
  display: flex;
  margin-bottom: 0.28rem;
}

.container .content .topic .article>span>span>span a {
  display: flex;
}

.container .content .topic .article>span>span>span a>img {
  border-radius: 1rem;
  width: 0.4rem;
  height: 0.4rem;
  box-shadow: 0 1px 5px #999999;
}

.container .content .topic .article>span>span>span>a>b {
  align-self: center;
  color: #999999;
  font-size: 0.28rem;
  font-weight: normal;
  margin-left: 0.1rem;
}

.container .content .topic .article>span>span>span>a>i {
  align-self: center;
  font-style: normal;
  color: #999d9f;
  font-size: 17px;
}

.container .content .topic .article>span>span>span>a>i>i {
  font-weight: bold;
}

.container .content .topic .article>span>span>b {
  display: flex;
  justify-content: space-between;
  color: #999999;
  font-weight: normal;
}

.container .content .topic .article>span>span>b>i {
  align-self: center;
  font-size: 0.24rem;
  font-style: normal;
}

.container .content .topic .article>span>span>b>p {
  margin: 0;
  align-self: center;
  display: flex;
}

.container .content .topic .article>span>span>b>p>span {
  margin-right: 0.2rem;
  align-self: center;
  font-size: 0.23rem;
  font-weight: normal;
}

.container .content .topic .article>span>span>b>p>span>b {
  font-weight: normal;
}

.container .content .topic .article>b {
  position: relative;
  display: block;
  min-height: 3rem;
  margin-bottom: 0.2rem;
  width: 100%;
}

.container .content .topic .article>b .funBox {
  position: absolute;
  bottom: 0rem;
  right: 0.6rem;
  background: none;
  display: flex;
  padding: 0.1rem;
}

.container .content .topic .article>b .funBox>button {
  width: 0.7rem;
  height: 0.7rem;
  border: none;
  background: none;
  padding: 0;
  margin: 0;
  display: block;
  margin-right: 0.2rem;
  cursor: pointer;
}

.container .content .topic .article>b .funBox>button>span {
  display: block;
  width: 0.7rem;
  height: 0.7rem;
  border: 1px solid #D8D8D8;
  border-radius: 3rem;
  line-height: 0.7rem;
}

.container .content .topic .article>b .funBox .active>span {
  background: #344c8e;
  border: 2px solid #344c8e;
}

.container .content .topic .article>b .funBox .active>span>i {
  color: #ffffff;
}

.container .content .topic .article>b .funBox>button>span>i {
  font-size: 0.4rem;
  color: #D8D8D8;
}

.container .content .topic .article>b .funBox>button:hover>span {
  border: 2px solid #344c8e;
  background: #344c8e;
  color: #ffffff;
}

.container .content .topic .article>b .funBox>button:last-child {
  margin: 0;
}

.container .userTop {
  min-width: 1000px;
  max-width: 1440px;
  margin: 0 auto;
}

.container .userCenter {}

.container .userCenter .left {
  width: 300px;
}

.container .userCenter .left .userMenuFrame {
  background: #ffffff;
  border-radius: 5px;
  box-shadow: 0px 0px 10px #cccccc;
}

.container .userCenter .left .userMenuFrame>b {
  display: flex;
  text-align: center;
  justify-content: center;
  padding: 30px 0;
}

.container .userCenter .left .userMenuFrame>b>img {
  width: 150px;
  height: 150px;
  border-radius: 150px;
  box-shadow: 0 0 10px #ccc;
}

.container .userCenter .left .userMenuFrame>span {
  display: block;
  text-align: center;
  font-size: 21px;
  padding: 0 0 20px 0;
}

.container .userCenter .left .userMenuFrame ul {
  border-top: 1px solid #d4d4d4;
}

.container .userCenter .left .userMenuFrame ul li {
  padding: 15px 0 15px 50px;
  font-size: 22px;
}

.container .userCenter .left .userMenuFrame ul li>i {
  font-size: 22px;
  padding-right: 5px;
}

.container .userCenter .left .userMenuFrame ul li>a {
  color: #2b2b2b;
}

.container .userCenter .left .userMenuFrame ul .active>a,
.container .userCenter .left .userMenuFrame ul .active>i {
  color: #587ba3;
  font-weight: bold;
}

.container .userCenter {
  border-radius: 0.1rem;
  box-shadow: 0px 0px 10px #cccccc;
  width: 100%;
}

.container .userCenter .title {
  margin: 0.3rem 0;
  padding: 0 0.2rem;
  font-size: 0.36rem;
  font-weight: bold;
  display: flex;
  color: #000000;
}

.container .userCenter .title>b {
  width: 0.2rem;
  height: 0.2rem;
  border-radius: 0.01rem;
  background: #26253e;
  align-self: center;
  margin-right: 0.15rem;
}

.container .userCenter .uploadHeadpic {
  width: auto;
  padding: 0 0.2rem;
}

.container .userCenter .uploadHeadpic>b {
  width: auto;
  display: flex;
  justify-content: space-between;
  background: #fff;
  position: relative;
  height: 0.76rem;
  border-radius: 0.1rem;
  padding: 0.1rem 0.2rem;
  overflow: hidden;
}

.container .userCenter .uploadHeadpic>b>input {
  position: absolute;
  z-index: 3;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
}


.container .userCenter .uploadHeadpic>b>img {
  width: 0.76rem;
  height: 0.76rem;
  border-radius: 1rem;
}

.container .userCenter .uploadHeadpic>b>span {
  align-self: center;
  font-size: 0.28rem;
}

.container .userCenter .uploadHeadpic>span {
  display: flex;
  margin: 0.2rem 0 0 0;
  font-size: 0.24rem;
}

.container .userCenter .uploadHeadpic>span>i {
  align-self: center;
  margin-right: 0.1rem;
}

.container .userCenter .nameInput {
  padding: 0 0.2rem;
  width: auto;
}

.container .userCenter .nameInput>input {
  height: 0.76rem;
  border: none;
  border-radius: 5px;
  width: calc(100% - 0.2rem);
  color: #000;
  padding: 0 0.1rem;
  font-size: 0.28rem;
}

.container .userCenter .btn {
  margin: 0.2rem 0;
  padding: 0 0.2rem;
}

.container .userCenter .btn>button {
  width: 100%;
  height: 0.96rem;
  margin: 0;
  background: #5E7BA0;
  border-radius: 0.1rem;
  font-size: 0.4rem;
  color: #ffffff;
  cursor: pointer;
  border: 1px solid #5E7BA0;
  font-weight: bold;
}

.container .userCenter .btn>button:hover {
  background: #ffffff;
  color: #587ba3;
}

.container .userCenter .tipics {
  width: 100%;
}

.container .userCenter .tipics>ul {}

.container .userCenter .tipics>ul>li {
  padding: 0.2rem 0.2rem;
  border-bottom: 1px solid #d4d4d4;
  background: #fff;
  margin-bottom: 0.2rem;
  position: relative;
}

.container .userCenter .tipics>ul>li .point {
  font-size: 0.2rem;
  display: flex;
}

.container .userCenter .tipics>ul>li .point>span {
  margin-left: 0.3rem;
  color: #999999;
}

.container .userCenter .tipics>ul>li .Bookmarks {
  position: absolute;
  bottom: 0.2rem;
  right: 0.2rem;
}

.container .userCenter .tipics>ul>li .Bookmarks>i {
  border: 2px solid #5E7BA0;
  display: block;
  width: 0.6rem;
  height: 0.6rem;
  line-height: 0.6rem;
  text-align: center;
  border-radius: 1rem;
  background: #5E7BA0;
  color: #ffffff;
  font-size: 0.4rem;
}

.container .userCenter .tipics>ul>li .info {

  display: flex;

  justify-content: space-between;
}

.container .userCenter .tipics>ul>li .tit {
  width: 100%;
}

.container .userCenter .tipics>ul>li .tit>b {
  display: flex;
  margin-bottom: 0.2rem;
}

.container .userCenter .tipics>ul>li .tit>b>a {
  align-self: center;
  font-size: 0.36rem;
  color: #000000;
}

.container .userCenter .tipics>ul>li .tit>b>button {
  background: #587ba3;
  border: none;
  border-radius: 0.05rem;
  color: #ffffff;
  width: 0.6rem;
  height: 0.6rem;
  text-align: center;
  position: relative;
  margin-right: 0.1rem;
  cursor: pointer;
}

.container .userCenter .tipics>ul>li .tit>b>button>i {
  font-size: 0.3rem;
}

.container .userCenter .tipics>ul>li .tit>span {
  display: flex;
  flex-wrap: wrap;
}

.container .userCenter .tipics>ul>li .tit>span>i {
  border-radius: 2px;
  background: #26253e;
  margin: 7px 9px 0 0;
  width: 10px;
  height: 10px;
}

.container .userCenter .tipics>ul>li .tit>span>a {
  border: 1px solid #666666;
  margin-right: 0.1rem;
  border-radius: 0.05rem;
  padding: 0.05rem 0.1rem;
  color: #666666;
  margin-bottom: 0.1rem;
  font-size: 0.24rem;
}

.container .userCenter .tipics>ul>li .user {
  align-self: center;
  display: flex;
}

.container .userCenter .tipics>ul>li .user>b {
  display: flex;
}

.container .userCenter .tipics>ul>li .user>b>img {
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 1rem;
  overflow: hidden;
  align-self: center;
  margin-right: 0.1rem;
}

.container .userCenter .tipics>ul>li .user>b>span {
  align-self: center;
  font-weight: normal;
  word-break: break-word;
  font-size: 0.2rem;
  color: #999999;
}

.container .userCenter .tipics>ul>li .user>span {
  display: block;
  width: 180px;
  font-size: 0.2rem;
  color: #999999;
  align-self: center;
}

.container .userCenter .reply {}

.container .userCenter .reply>ul {}

.container .userCenter .reply>ul>li {
  padding: 0.2rem;
  background: #fff;
  margin-bottom: 0.2rem;
}

.container .userCenter .reply>ul>li .tit {
  border-bottom: 1px solid #D8D8D8;
  padding-bottom: 0.2rem;
  margin-bottom: 0.1rem;
}

.container .userCenter .reply>ul>li .tit>b {
  font-size: 0.28rem;
  color: #939393;
  display: block;
  margin-bottom: 0.1rem;
}

.container .userCenter .reply>ul>li .tit>a {
  font-size: 0.36rem;
  color: #000000;
  font-weight: bold;
}

.container .userCenter .reply>ul>li .replyCon {}

.container .userCenter .reply>ul>li .replyCon>b {
  display: block;
  font-size: 0.28rem;
  margin: 0.1rem 0;
  font-weight: bold;
  color: #939393;
}

.container .userCenter .reply>ul>li .replyCon>span {
  font-size: 0.32rem;
  color: #111111;
  line-height: 1.5;
  word-break: break-word;
}

.container .userCenter .reply>ul>li .replyCon>span>p {
  padding: 0;
  margin: 0;
}

footer .logo {
  position: relative;
  width: 100%;
  text-align: center;
  padding: 0.3rem 0;
}

footer .logo img {}

.subscription-button img {
  position: absolute;
  top: .21rem;
  left: .34rem;
  width: .48rem;
  height: .15rem
}

footer .map {
  position: relative;
  padding: 0 0 0.3rem 0;
}

footer .map .list {
  width: 96%;
  padding: 0 2%;
  text-align: center;
  margin-top: 0.2rem;
}

footer .map .list h5 {
  font-size: .3rem;
  color: #fff;
  margin-bottom: 0;
  font-weight: 400
}

footer .map .list ul li {
  line-height: .4rem
}

footer .map .list ul li a {
  margin-bottom: .21rem;
  color: #707070;
  font-size: .26rem
}

footer .footer-share {
  margin-top: .604rem;
  height: 2.28rem;
  border-top: .01rem solid #d8d8d8
}

footer .footer-share-content {
  position: relative;
  width: 100%;
  max-width: 7.5rem;
  height: .72rem
}

.footer-share-content span {
  position: absolute;
  top: .42rem;
  left: .21rem;
  color: #fff;
  font-size: .26rem
}

.footer-share-content .share-button {
  position: absolute;
  top: .286rem;
  left: 1.645rem;
  height: .43rem
}

.share-button i {
  float: left;
  margin-top: .1rem;
  margin-right: .41rem;
  color: #fff;
  font-size: .43rem
}

.footer-share-content>img {
  position: absolute;
  top: .446rem;
  right: .33rem;
  width: .2rem
}


.replyListFrame {
  background: #ffffff;
  display: block;
  margin-bottom: 0.2rem;
  width: 100%;
}

.extentag {
  padding: .3rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.extentag>a {
  display: block;
  background: #f8f8f8;
  padding: .1rem .2rem;
  color: #178ca4;
  margin: 0 .2rem .2rem 0;
}

.extentag>a:hover {
  background: #178ca4;
  color: #fff
}

.rrBox {
  border-bottom: 1px solid #ececec;
  padding: 0.3rem;
  position: relative;
}

.replyListFrame .rrBox .delBtn {
  top: 15px;
}

.rrBox>button {
  position: absolute;
  right: 14px;
  top: 22px;
  width: 30px;
  height: 30px;
  background: #17394e;
  border: 1px solid #17394e;
  border-radius: 3px;
  cursor: pointer;
}

.rrBox .delBtn {
  top: 0;
}

.rrBox .balckBtn {
  top: 0;
  right: 60px;
}

.rrBox>button>span {
  color: #ffffff;
}

.rrBox>button:hover {
  background: #ffffff;
}

.rrBox>button:hover>span {
  color: #17394e;
}

.rrBox>span {
  width: calc(100% - 260px);
  word-break: break-word;
}

.rrBox>span>b {
  font-weight: normal;
  color: #999999;
  display: block;
  margin-bottom: 0.2rem;
  font-size: 0.2rem;
  border-bottom: 1px solid #D8D8D8;
  padding-bottom: 0.2rem;
}

.rrBox>span>b>i {
  margin-right: 5px;
  font-size: 0.1rem;
}

.rrBox>span>span {
  color: #666666;
  font-size: 0.32rem;
  line-height: 0.64rem;
}

.rrBox .image {
  display: flex;
  justify-content: center;
  margin: 40px 0;
}

.rrBox .image>img {
  max-width: 90%;
}

.rrBox>span>span>img {
  max-width: 100%;
  padding: 3%;
}

.rrBox>b {
  margin-bottom: 0.2rem;
  display: block;
}

.rrBox>b>a {
  display: flex;
}

.rrBox>b>a>img {
  border-radius: 1rem;
  box-shadow: 0px 0px 5px #aaa;
  width: 0.6rem;
  height: 0.6rem;
}

.rrBox>b>a>span {
  align-self: center;
  margin-left: 0.1rem;
  color: #000000;
  font-weight: normal;
  font-size: 0.3rem;
}

.rrBox>i {
  width: 100%;
  display: block;
  margin: 0 0 0.3rem 0;
}

.rrBox>i>button {
  font-size: 0.28rem;
  color: #FFFFFF;
  border: none;
  cursor: pointer;
  background: #5E7BA0;
  padding: 0.15rem 0.25rem;
  border-radius: 0.05rem;
}

.replyFrame {
  background: #ffffff;

  display: flex;

  border-radius: 5px;
}

.replyBox {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #ececec;
  width: 100%;
  flex-wrap: wrap;
}

.replyBox {
  padding: 0.3rem;
  display: flex;
  justify-content: right;
  width: 100%;
}

.replyBox .replayEditer {
  border: 1px solid #707070;
  overflow: hidden;
  width: 100%;
}

.replyBox>button {
  background: #5E7BA0;
  color: #ffffff;
  font-size: 0.3rem;
  font-weight: bold;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  margin-top: 0.2rem;
  padding: 0.2rem 0.25rem;
}

.replyBox .ck-rounded-corners .ck.ck-editor__top .ck-sticky-panel .ck-toolbar {
  border: none;
  border-bottom: 1px solid #707070;
}

.replyBox .ck.ck-editor__main>.ck-editor__editable {
  outline: none !important;
  box-shadow: none !important;
  border: none !important;
  min-height: 180px;
}

.rrList {
  background: #f2f2f2;
  border-radius: 5px;
  padding: 0.2rem 0;
}

.rrList>span {
  width: auto;
  padding: 0 0.2rem;
  display: block;
  position: relative;
  border-bottom: 1px dashed;
  margin-bottom: 18px;
}

.rrList>span>button {
  position: absolute;
  right: -10px;
  top: -10px;
  width: 30px;
  height: 30px;
  background: #17394e;
  border: 1px solid #17394e;
  border-radius: 3px;
  cursor: pointer;
}

.rrList>span>button>span {
  color: #ffffff;
}

.rrList>span>button:hover {
  background: #ffffff;
}

.rrList>span>button:hover>span {
  color: #17394e;
}

.rrList>span>span {
  display: block;
  color: #575757;
  font-size: 0.3rem;
}

.rrList>span>span>b {
  font-size: 0.3rem;
  font-weight: normal;
}

.rrList>span>span>b>a {
  color: #000;
}

.rrList>b {
  padding: 0 5px;
}

.rrList>span>i {
  display: block;
  font-style: normal;
  color: #999d9f;
  margin: 5px 0 20px 0;
}