#content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 1280px;
  margin: 0 auto;
  padding: 24px 40px;
}
#content .cont-l {
  width: 876px;
}
#content .cont-l h2 {
  font-family: b;
  font-weight: 400;
  font-size: 32px;
  color: #333333;
  margin-bottom: 37px;
}
#content .cont-l .ad {
  position: relative;
  margin: 0 auto 16px;
}
#content .cont-l .ad .ad-title {
  font-family: l;
  font-weight: 300;
  font-size: 14px;
  color: #999999;
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
}
#content .cont-l .dz-box {
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
}
#content .cont-l .dz-box .dz-l .location {
  position: relative;
  display: flex;
  justify-content: left;
  margin-bottom: 16px;
}
#content .cont-l .dz-box .dz-l .location .loca-img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}
#content .cont-l .dz-box .dz-l .location .loca-text {
  font-size: 16px;
  font-family: r;
  font-weight: 500;
  color: #333;
  line-height: 24px;
}
#content .cont-l .dz-box .dz-l .location .loca-text span {
  display: block;
  margin-bottom: 4px;
  font-family: r;
  font-weight: 400;
  font-size: 14px;
  color: #999999;
}
#content .cont-l .dz-box .dz-l .phone {
  position: relative;
  display: flex;
  justify-content: left;
  margin-bottom: 16px;
}
#content .cont-l .dz-box .dz-l .phone .phone-img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}
#content .cont-l .dz-box .dz-l .phone .phone-text {
  font-size: 16px;
  font-family: r;
  font-weight: 500;
  color: #333;
  line-height: 24px;
}
#content .cont-l .dz-box .dz-l .phone .phone-text span {
  display: block;
  margin-bottom: 4px;
  font-family: r;
  font-weight: 400;
  font-size: 14px;
  color: #999999;
}
#content .cont-l .dz-box .dz-l .website,
#content .cont-l .dz-box .dz-l .xinf {
  display: flex;
  margin-bottom: 16px;
}
#content .cont-l .dz-box .dz-l .website .web-img,
#content .cont-l .dz-box .dz-l .xinf .web-img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}
#content .cont-l .dz-box .dz-l .website .web-text,
#content .cont-l .dz-box .dz-l .xinf .web-text {
  line-height: 24px;
  font-size: 16px;
  font-family: r;
  font-weight: 500;
  color: #333;
  word-break: break-word;
}
#content .cont-l .dz-box .dz-l .website .web-text span,
#content .cont-l .dz-box .dz-l .xinf .web-text span {
  display: block;
  margin-bottom: 4px;
  font-family: r;
  font-weight: 400;
  font-size: 14px;
  color: #999999;
}
#content .cont-l .dz-box .dz-l .website .web-text img,
#content .cont-l .dz-box .dz-l .xinf .web-text img {
  width: 24px;
  height: 24px;
  transform: translateY(-2px);
}
#content .cont-l .dz-box .dz-l .website .web-text {
  color: #4285F4;
}
#content .cont-l .dz-box .dz-r .detail-logo {
  width: 192px;
  height: 128px;
  display: flex;
  align-items: center;
  margin: 0 auto 16px;
}
#content .cont-l .dz-box .dz-r .detail-logo img {
  width: 100%;
}
#content .cont-l .dz-box .dz-r .btn-box {
  width: 380px;
  display: flex;
  flex-direction: column;
}
#content .cont-l .dz-box .dz-r .btn-box a {
  width: 100%;
  padding: 12px 0;
  background: rgba(66, 133, 244, 0.1);
  border-radius: 24px 24px 24px 24px;
  font-family: s;
  font-weight: 400;
  font-size: 16px;
  color: #4285F4;
  text-align: center;
  margin-bottom: 12px;
}
#content .cont-l .dz-box .dz-r .btn-box a:hover {
  background: #4285F4;
  color: #fff;
}
#content .cont-l .dz-box .dz-r .btn-box a:last-child {
  margin-bottom: 0;
}
#content .cont-l .text {
  font-family: r;
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  margin-bottom: 16px;
}
#content .cont-l .free-list {
  display: grid;
  grid-gap: 24px;
  grid-template-columns: repeat(2, minmax(100px, 1fr));
  margin-bottom: 24px;
}
#content .cont-l .free-list .free-item {
  background: #FFFFFF;
  border-radius: 0px 0px 16px 16px;
  border: 1px solid #EEEEEE;
  border-top: 2px solid #4285F4;
}
#content .cont-l .free-list .free-item .item-top-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 24px;
  background: rgba(66, 133, 244, 0.05);
}
#content .cont-l .free-list .free-item .item-top-box .t-l .city {
  font-family: r;
  font-weight: 400;
  font-size: 16px;
  color: #4285F4;
  display: block;
  margin-bottom: 12px;
}
#content .cont-l .free-list .free-item .item-top-box .t-l .free {
  font-family: b;
  font-weight: bold;
  font-size: 24px;
  color: #4285F4;
}
#content .cont-l .free-list .free-item .item-top-box img {
  width: 72px;
  height: 72px;
}
#content .cont-l .free-list .free-item ul {
  padding: 16px 24px;
}
#content .cont-l .free-list .free-item ul li {
  font-family: r;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  margin-bottom: 12px;
}
#content .cont-l .free-list .free-item ul li:last-child {
  margin-bottom: 0;
}
#content .cont-l .qa h3 {
  font-family: b;
  font-weight: bold;
  font-size: 24px;
  color: #333333;
  margin-bottom: 16px;
}
#content .cont-l .qa .qa-cont {
  padding: 24px;
  background: #F5F5F5;
  border-radius: 16px;
  margin-bottom: 16px;
}
#content .cont-l .qa .qa-cont h4 {
  font-family: b;
  font-weight: 400;
  font-size: 20px;
  color: #333333;
  padding-bottom: 16px;
  border-bottom: 1px solid #fff;
  margin-bottom: 16px;
}
#content .cont-l .qa .qa-cont ul li {
  margin-bottom: 16px;
}
#content .cont-l .qa .qa-cont ul li img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}
#content .cont-l .qa .qa-cont ul li span {
  font-family: r;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
}
#content .cont-l .qa .qa-cont ul li:last-child {
  margin-bottom: 0;
}
#content .cont-r {
  width: 300px;
}
#content .cont-r .guides h3 {
  font-family: b;
  font-weight: 400;
  font-size: 24px;
  color: #333333;
  border-left: 6px solid #F9B800;
  padding-left: 8px;
  margin-bottom: 24px;
}
#content .cont-r .guides .guides-list {
  display: grid;
  grid-template-columns: repeat(1, minmax(10px, 1fr));
  grid-gap: 24px;
}
#content .cont-r .guides .guides-list .guides-item {
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid #EEEEEE;
}
#content .cont-r .guides .guides-list .guides-item img {
  width: 100%;
  height: 168px;
}
#content .cont-r .guides .guides-list .guides-item .btm {
  padding: 12px 16px;
}
#content .cont-r .guides .guides-list .guides-item .btm h4 {
  height: 54px;
  font-family: m;
  font-weight: 300;
  font-size: 18px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#content .cont-r .guides .guides-list .guides-item:hover {
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.1);
}
#content .cont-r .guides .guides-list .guides-item:hover .btm h4 {
  color: #4285F4;
  text-decoration: underline;
}
@media (min-width: 860px) and (max-width: 1200px) {
  #content {
    flex-direction: column;
    width: 100%;
    padding: 16px;
  }
  #content .cont-l {
    width: 100%;
    margin-bottom: 20px;
  }
  #content .cont-l h2 {
    font-size: 26px;
  }
  #content .cont-l .dz-box .ad-zhai {
    display: none;
  }
  #content .cont-l .free-list {
    grid-template-columns: repeat(2, minmax(100px, 1fr));
  }
  #content .cont-r {
    width: 100%;
  }
  #content .cont-r .guides .guides-list {
    grid-template-columns: repeat(3, minmax(10px, 1fr));
  }
}
@media (min-width: 750px) and (max-width: 859px) {
  #content {
    flex-direction: column;
    width: 100%;
    padding: 16px;
  }
  #content .cont-l {
    width: 100%;
    margin-bottom: 20px;
  }
  #content .cont-l h2 {
    font-size: 26px;
  }
  #content .cont-l .dz-box .ad-zhai {
    display: none;
  }
  #content .cont-l .free-list {
    grid-template-columns: repeat(2, minmax(100px, 1fr));
  }
  #content .cont-r {
    width: 100%;
  }
  #content .cont-r .guides .guides-list {
    grid-template-columns: repeat(2, minmax(10px, 1fr));
  }
}
@media (min-width: 560px) and (max-width: 749px) {
  #content {
    flex-direction: column;
    width: 100%;
    padding: 16px;
  }
  #content .cont-l {
    width: 100%;
    margin-bottom: 20px;
  }
  #content .cont-l h2 {
    font-size: 26px;
  }
  #content .cont-l .dz-box {
    flex-direction: column;
  }
  #content .cont-l .dz-box .dz-r .btn-box {
    width: 100%;
  }
  #content .cont-l .btn-box {
    flex-direction: column;
  }
  #content .cont-l .btn-box a {
    width: 100%;
  }
  #content .cont-l .btn-box .check {
    margin-bottom: 16px;
  }
  #content .cont-l .free-list {
    grid-template-columns: repeat(2, minmax(100px, 1fr));
  }
  #content .cont-r {
    width: 100%;
  }
  #content .cont-r .guides .guides-list {
    grid-template-columns: repeat(2, minmax(10px, 1fr));
  }
}
@media (min-width: 0px) and (max-width: 559px) {
  #content {
    flex-direction: column;
    width: 100%;
    padding: 16px;
  }
  #content .cont-l {
    width: 100%;
    margin-bottom: 20px;
  }
  #content .cont-l h2 {
    font-size: 26px;
  }
  #content .cont-l .dz-box {
    flex-direction: column;
  }
  #content .cont-l .dz-box .dz-r .btn-box {
    width: 100%;
  }
  #content .cont-l .btn-box {
    flex-direction: column;
  }
  #content .cont-l .btn-box a {
    width: 100%;
  }
  #content .cont-l .btn-box .check {
    margin-bottom: 16px;
  }
  #content .cont-l .free-list {
    grid-template-columns: repeat(1, minmax(100px, 1fr));
  }
  #content .cont-r {
    width: 100%;
  }
  #content .cont-r .guides .guides-list {
    grid-template-columns: repeat(1, minmax(10px, 1fr));
  }
}
