/* 主要样式 */
.tab2 {
  background: #fff;
  padding: 60px 20px;
  text-align: left;
}
.tab2 h3 {
  font-size: 30px;
  margin-bottom: 20px;
}
.tab2 p {
  font-size: 16px;
}
.tab2 span {
  font-size: 14px;
}
.tab2 img {
  width: 100%;
}
.tab3 {
  background: #eee;
}
.box_btn {
  width: 40%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  border-radius: 30px;
  background: #5bc0de;
  margin: 30px auto;
  cursor: pointer;
  font-weight: 600;
}
/* 龙城史话 */
.shihua {
  padding: 30px 0;
}
.shihua p {
  font-size: 16px;
  text-indent: 2em;
  line-height: 1.7;
  margin-bottom: 20px;
}
/* 现代景观 */
.jingguan {
  padding: 30px 0;
}
.breadcrumb {
  background: #fff;
}
.modal_img {
  width: 40%;
  margin-bottom: 20px;
}
/* 旅游经济 */
.jingji p {
  font-size: 16px;
  line-height: 1.7;
  text-indent: 2em;
}
.jingji img {
  width: 30%;
  display: block;
  margin: 20px auto;
}
/* 旅游常识 */
.changshi p {
  font-size: 16px;
  line-height: 1.7;
  text-indent: 2em;
}
.changshi img {
  width: 100%;
}
.changshi li {
  margin-left: 20px;
}
/* 旅游交通 */
.jiaotong p {
  font-size: 16px;
  line-height: 1.7;
}
.jiaotong img {
  width: 100%;
}
/* 详情 */
.info h3 {
  text-align: center;
}
.info p {
  text-align: center;
  font-size: 20px;
  line-height: 1.7;
}
.info img {
  width: 100%;
  display: block;
  margin: 20px auto;
}
/* 美食 */
.meishi img {
  display: block;
  width: 50%;
  margin-bottom: 20px;
}
.meishi p {
  text-align: left;
  font-size: 16px;
  line-height: 1.7;
}
/* 登录 */
.login {
  height: 90vh;
  background: url(../img/banner2.jpeg) no-repeat;
  background-size: cover;
  position: relative;
}
.login .login_box {
  position: absolute;
  width: 500px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 30px;
  background: #fff;
  margin: 0 auto;
}
.login .login_box h2 {
  text-align: center;
}
.login .login_box .form-group {
  height: 40px;
}
.login .login_box .tips {
  color: red;
}
/* 小屏幕 (平板，大于等于 768px) */
@media (max-width: 768px) {
  .tab2 h3 {
    font-size: 22px;
  }
  .login .login_box {
    width: 90%;
  }
}
