* {
  margin: 0;
  padding: 0;
}

body {
  min-width: 1200px;
}

a {
  text-decoration: none;
}

#main * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

#main {
  font-size: 16px;
  font-family: "Microsoft YaHei";
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: auto;
  background-size: 100%;
  background: #f2f2f2;
  padding-bottom: 20px;
}

#main input,
#main select,
#main textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: none;
}

#main i,
#main em {
  font-style: normal;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #f1f1f1 inset !important;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #ffffff inset !important;
}

table {
  width: 100%;
  text-align: center;
  /*鏂囨湰灞呬腑*/
  border-collapse: collapse;
  /*琛ㄦ牸鐨勮竟妗嗗悎骞讹紝濡傛灉鐩搁偦锛屽垯鍏辩敤涓€涓竟妗�*/
  border-spacing: 0;
  /*璁剧疆琛屼笌鍗曞厓鏍艰竟妗嗙殑闂磋窛銆傚綋琛ㄦ牸杈规鐙珛锛堝嵆border-collapse:separate;锛夋灞炴€ф墠璧蜂綔鐢�*/
}

table td {
  word-break: break-all;
  /*鍏佽鍦ㄥ瓧鍐呮崲琛�,鍗冲崟璇嶅彲鍒�*/
  word-wrap: break-word;
  /*鍏佽闀垮崟璇嶆垨URL鍦板潃鎹㈣*/
  border-right: 1px solid #939598;
  border-bottom: 1px solid #939598;
}

.dis-f {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.dis-b {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.dis-c {
  display: flex;
  align-items: center;
  justify-content: center;
}

@font-face {
  font-family: "PingFangBold";
  src: url(../font/PingFangBold.ttf);
}

#main {
  background: #ffe8cd url(../img/body.jpg) no-repeat;
  background-position: top center;
  padding-top: 895px;
}

#main article {
  width: 1200px;
  margin: 0 auto;
}

#main .evaluation_container {
  background: rgba(255, 255, 255, .6);
  box-shadow: 0px 0px 30px 0px rgba(234, 205, 169, 0.75);
  border: 2px solid rgba(229, 194, 155, .6);
  padding: 40px 20px 40px 40px;
  border-radius: 30px 0 30px 0;
}

#main .evaluation_container .stitle {
  font-family: "PingFangBold";
  font-size: 36px;
  line-height: 30px;
  color: #805525;
  padding-top: 30px;
  position: relative;
  margin-bottom: 30px;
}

#main .evaluation_container .stitle::before {
  content: "";
  width: 70px;
  height: 8px;
  background-color: #805525;
  border-radius: 4px;
  position: absolute;
  top: 0;
  left: 0;
}

#main .cities {
  width: 1116px;
  background-color: #ffffff;
  box-shadow: 0px 0px 20px 0px rgba(246, 210, 168, 0.8);
  border-radius: 6px;
  padding: 22px 27px 31px;
}

#main .cities p {
  font-family: "PingFangBold";
  font-size: 18px;
  line-height: 20px;
  color: #a66f30;
  margin-bottom: 24px;
}

#main .cities p img {
  width: 18px;
  margin-right: 10px;
}

#main .cities ul {
  flex-wrap: wrap;
}

#main .cities li {
  width: 109px;
  height: 42px;
  border-radius: 3px;
  border: solid 1px #a66f30;
  font-family: "PingFangBold";
  font-size: 18px;
  font-size: 20px;
  color: #a66f30;
  flex-shrink: 0;
  margin-right: 10px;
  cursor: pointer;
}

#main .cities li:nth-child(10),
#main .cities li:nth-child(11),
#main .cities li:nth-child(12),
#main .cities li:nth-child(13),
#main .cities li:nth-child(14),
#main .cities li:nth-child(15),
#main .cities li:nth-child(16),
#main .cities li:nth-child(17),
#main .cities li:nth-child(18) {
  margin-bottom: 15px;
  margin-top: 15px;
}

#main .cities li:nth-child(9n) {
  margin-right: 0;
}

#main .cities li.active {
  background-color: #e61e1e;
  color: #ffffff;
  border: solid 1px #e61e1e;
}

#main #list {
  padding-top: 30px;
}

#main #list>div {
  width: 360px;
  margin-bottom: 20px;
  box-shadow: 0px 0px 20px 0px rgba(246, 210, 168, 0.8);
  border-radius: 6px;
  overflow: hidden;
  cursor: pointer;
}
#main #list>div:hover img{
  transform: scale(1.03);
  transition: all .5s;
}
#main #list>div img {
  width: 100%;
  transition: all .5s;
}

#main .loading {
  display: none;
  margin: 0 auto;
}

#main .loading img {
  width: 80px;
  display: block;
  margin: 0 auto;
  position: relative;
  left: -20px;
}

#main .reamrk {
  font-family: "PingFangBold";
  font-size: 16px;
  text-align: center;
  color: #ae6f30;
}

#main .reviewpreview {
  position: fixed;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, .7);
  z-index: 20;
  display: none;
}

#main .reviewpreview>div {
  height: 93%;
}

#main .reviewpreview img {
  height: 100%;
}

#main .reviewpreview>div {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
}

#main .reviewpreview.type2>div {
  width: 80%;
}

#main .reviewpreview.type2 img {
  width: 100%;
}

#main .reviewpreview .reviewclose {
  position: absolute;
  width: 100%;
  top: -15px;
  right: -15px;
  text-align: center;
  font-size: 30px;
  color: #ffffff;
  width: 40px;
  height: 40px;
  background: #de3233;
  border-radius: 50px;
  overflow: hidden;
  cursor: pointer;
}

#main .reviewpreview .reviewclose img {
  height: 50%;
}

#main .backTop {
  position: fixed;
  bottom: 40%;
  right: 12%;
  width: 50px;
  height: 70px;
  background: #ffffff;
  font-family: "PingFangBold";
  font-size: 14px;
  cursor: pointer;
  text-align: center;
  display: none;
}

#main .backTop:hover {
  background: #ffbf77;
}

@media (max-width:1900px) {
  #main .backTop {
    right: 7%;
  }
}

@media (max-width:1800px) {
  #main .backTop {
    right: 8%;
  }
}

@media (max-width:1700px) {
  #main .backTop {
    right: 5%;
  }
}

@media (max-width:1600px) {
  #main .backTop {
    right: 3%;
  }
}

@media (max-width:1500px) {
  #main .backTop {
    right: 1%;
  }
}

@media (max-width:1400px) {
  #main .backTop {
    display: none;
  }
}