/* #region 基本样式 */
body {
  background: #eee;
}

.breadcrumb {
  margin: 16px auto;
  background-color: white;
  padding: 16px;
  box-sizing: border-box;
  border-radius: 12px;
}

.module:not(:first-child) {
  margin-top: 30px;
}

.module .title h2 {
  color: #ff7a7d;
  font-size: 24px;
  font-weight: 500;
}

.module .title a {
  color: #666;
  font-size: 16px;
  font-weight: 300;
  transition: 0.3s;
}

.module .title a:hover {
  color: #ff7a7d;
  transition: 0.3s;
}

.module .content {
  margin-top: 30px;
}
/* #endregion */

/* #region 轮播 */
.banners {
  display: flex;
  justify-content: space-between;
}

.banner {
  width: 100%;
  height: 360px;
}

.banner .img {
  width: 100%;
  height: 100%;
}

.banners .link a {
  box-sizing: border-box;
  display: block;
  width: 422px;
  height: 142px;
  padding: 16px;
  font-size: 16px;
  font-weight: 500;
  border: 1px solid #fd5c7f;
  border-radius: 12px;
  transition: 0.3s;
}

.banners .link a:not(:first-child) {
  margin-top: 22px;
}

.banners .link h2 {
  width: 60px;
  height: 30px;
  color: #fff;
  line-height: 30px;
  text-align: center;
  background: #ff7a7d;
  border-radius: 4px;
}

.banners .link span {
  display: inline-block;
  margin-top: 48px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
/* #endregion */

/* #region 定制攻略 */
.strategy {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-top: 30px;
}

.strategy .box {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  padding: 16px;
  font-weight: 300;
  border-radius: 12px;
}

.strategy .img {
  overflow: hidden;
  width: 288px;
  height: 180px;
  margin-top: 16px;
  border-radius: 12px;
}

.strategy .left {
  width: 288px;
}

.strategy .right {
  width: 314px;
}

.strategy .left > .box {
  width: 100%;
  height: 180px;
  background-color: #ffffff;
  /*background: url(../../../icon/qy/411.png) no-repeat center center;*/
}

.strategy .middle {
  flex: 1;
}

.strategy .middle > .box {
  width: 100%;
  height: 180px;
  /*background: url(../../../icon/qy/414.png) no-repeat center center;*/
  background-color: #ffffff;
}

.strategy .middle .bottom {
  margin-top: 16px;
}

.strategy .middle .bottom > .box {
  height: 180px;
}

.strategy .middle .bottom > .box:first-child {
  width: 320px;
  background-color: #ffffff;
  /*background: url(../../../icon/qy/417.png) no-repeat center center;*/
}

.strategy .middle .bottom > .box:last-child {
  display: block;
  width: 230px;
  background-color: #ffffff;
  /*background: url(../../../icon/qy/416.png) no-repeat center center;*/
}

.strategy .middle h4 {
  color: #000;
  font-size: 18px;
  font-weight: 500;
}

.strategy .middle .link {
  display: flex;
  flex-wrap: wrap;
  column-gap: 8px;
  row-gap: 10px;
  margin-top: 16px;
}

.strategy .middle .link > a {
  display: inline-block;
  padding: 4px 10px;
  color: #ff7a7d;
  font-size: 14px;
  border: 1px solid #ff7a7d;
  border-radius: 4px;
}

.strategy .right .box {
  display: block;
  height: 100%;
  background: url(../../../icon/qy/415.png) no-repeat center center;
}

.strategy .box h3 {
  font-size: 18px;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.strategy .box h3 > span {
  display: inline-block;
  vertical-align: middle;
  padding: 4px 12px;
  margin-right: 8px;
  color: #ffffff;
  font-size: 14px;
  border-radius: 4px;
  background-color: #ff7a7d;
}

.strategy .box h3 > a {
  vertical-align: middle;
  color: #000;
  transition: color .2s ease;
}
.strategy .box h3 > a:hover {
  color: #ff7a7d;
}

.strategy .tags {
  margin-top: 10px;
}

.strategy .tags span {
  box-sizing: border-box;
  display: inline-block;
  padding: 3px 7px;
  color: #666666;
  font-size: 13px;
  background: #F0F0F0;
  border-radius: 12px;
  margin-bottom: 8px;
}

.strategy .tags a:not(:last-child) {
  margin-right: 8px;
}

.strategy .box p {
  color: #666;
  font-size: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-top: 10px
}
/* #endregion */

/* #region 表单 */
.strategy .right form {
  margin-top: 16px;
}

.strategy .right .box {
  font-size: 16px;
  font-weight: 300;
}

.strategy .right .box span {
  vertical-align: middle;
}

.strategy .right .box select {
  vertical-align: middle;
  height: 22px;
  padding-left: 5px;
  border-radius: 4px;
}

.strategy .right .align:not(:first-child) {
  margin-top: 8px;
}

.strategy .age {
  display: flex;
  justify-content: space-between;
}

.strategy .age label {
  position: relative;
  white-space: nowrap;
}

.strategy .age label::after {
  position: absolute;
  top: 7px;
  right: 7px;
  display: block;
  width: 12px;
  height: 8px;
  content: "";
  background: url(../../../icon/qy/161.png) no-repeat center center;
}

.strategy .age select {
  width: 45px;
}

.strategy .nation label {
  position: relative;
  display: flex;
  justify-content: space-between;
}

.strategy .nation label::after {
  position: absolute;
  top: 7px;
  right: 7px;
  display: block;
  width: 12px;
  height: 8px;
  content: "";
  background: url(../../../icon/qy/161.png) no-repeat center center;
}

.strategy .nation select {
  width: calc(100% - 128px);
}

.strategy .budget label {
  position: relative;
  display: flex;
  justify-content: space-between;
}

.strategy .budget label::after {
  position: absolute;
  top: 7px;
  right: 7px;
  display: block;
  width: 12px;
  height: 8px;
  content: "";
  background: url(../../../icon/qy/161.png) no-repeat center center;
}

.strategy .budget select {
  width: calc(100% - 64px);
}

.strategy .remark span {
  display: block;
}

.strategy .remark textarea {
  box-sizing: border-box;
  width: 100%;
  height: 66px;
  margin-top: 12px;
  padding: 14px;
  border-radius: 4px;
  resize: none;
}

.strategy .phone input {
  box-sizing: border-box;
  width: 100%;
  height: 22px;
  margin-top: 12px;
  padding: 0 16px;
  border-radius: 4px;
}

.strategy .submit {
  box-sizing: border-box;
  width: 100%;
  height: 38px;
  color: #ff7a7d;
  font-size: 20px;
  font-weight: 500;
  background: #fff;
  border-radius: 12px;
  border: 1px solid transparent;
  cursor: pointer;
  transition: 0.3s;
}

.strategy .submit:active {
  border: 1px solid rgba(0, 0, 0, 0.2);
  transition: 0.3s;
}
/* #endregion */

/* #region 海外机构推荐 */
.recommend {
  padding: 26px;
  background: #fff;
  border-radius: 12px;
}

.recommend .content {
  display: flex;
  flex-wrap: wrap;
  column-gap: 20px;
  row-gap: 30px;
}

.recommend .box {
  width: calc(20% - 16px);
  font-size: 16px;
  font-weight: 300;
}

.recommend .box .img {
  overflow: hidden;
  width: 100%;
  height: 90px;
  font-size: 16px;
  font-weight: 300;
  border-radius: 12px;
}

.recommend .box a {
  display: block;
  text-align: center;
}

.recommend .box a h3 {
  margin-top: 16px;
  color: #666;
  transition: 0.3s;
}

.recommend .box a:hover h3 {
  color: #ff7a7d;
  transition: 0.3s;
}

.recommend .box span {
  display: block;
  margin-top: 16px;
  color: #999;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* #endregion */

/* 海外 */
/* #region 基本样式 */
.overseas {
  margin-top: 30px;
}

.overseas > .left {
  width: 828px;
}

.overseas > .right {
  width: 342px;
}

.overseas > .left .module {
  padding: 26px;
  background: #fff;
  border-radius: 12px;
}
/* #endregion */

/* #region 猜你在找 */
.seeking .content {
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  font-weight: 300;
}

.seeking .content .left {
  width: calc(100% - 385px);
  position: relative;
}
.seeking .content .left:after {
  content: "";
  position: absolute;
  display: block;
  height: 100%;
  border-left: 1px solid #eee;
  right: -18px;
  top: 0;
}

.seeking .content .right {
  width: 349px;
}

.seeking .subtitle {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}

.seeking .subtitle span {
  color: #333;
}

.seeking .subtitle a {
  color: #999;
  transition: 0.3s;
}

.seeking .subtitle a:hover {
  color: #ff7a7d;
  transition: 0.3s;
}

.seeking .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #eee;
}

.seeking .top a {
  color: #666;
  transition: 0.3s;
}

.seeking .top a:hover {
  color: #ff7a7d;
  transition: 0.3s;
}

.seeking .top p {
  margin-top: 16px;
  color: #999;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.seeking .img {
  overflow: hidden;
  width: 170px;
  height: 98px;
  border-radius: 12px;
}

.seeking .text {
  width: calc(100% - 186px);
}

.seeking .list a {
  box-sizing: border-box;
  display: inline-block;
  color: #666;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: 0.3s;
}

.seeking .list a:hover {
  color: #ff7a7d;
  transition: 0.3s;
}

.seeking .list span {
  color: #999;
}

.seeking .first li {
  display: flex;
  justify-content: space-between;
}

.seeking .list li:not(:first-child) {
  margin-top: 16px;
}

.seeking .first a {
  position: relative;
  display: inline-block;
  width: 75%;
  padding-left: 20px;
}

.seeking .first a::before {
  position: absolute;
  left: 0;
  top: 8px;
  width: 4px;
  height: 4px;
  content: "";
  background: #ff7a7d;
  border-radius: 50%;
}

.seeking .second a {
  width: 100%;
}

.seeking .second a::before {
  display: inline-block;
  margin-right: 12px;
  padding: 2px 7px;
  content: "问答";
  color: #ff7a7d;
  border: 1px solid #ff7a7d;
  border-radius: 4px;
}

/* #endregion */

/* #region 海外科普文章 */
.article .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
}

.article .nav {
  flex: 1;
}

.article .nav a {
  color: #666;
  font-size: 16px;
  font-weight: 300;
  transition: 0.3s;
  cursor: pointer;
}

.article .nav a:not(:last-child) {
  margin-right: 30px;
}

.article .nav a:hover {
  color: #ff7a7d;
  transition: 0.3s;
}

.article .nav .active {
  position: relative;
  color: #ff7a7d;
  transition: 0.3s;
}

.article .nav .active::after {
  position: absolute;
  display: block;
  left: 0;
  bottom: -8px;
  width: 100%;
  height: 4px;
  content: "";
  background: #ff7a7d;
  border-radius: 2px;
}

.article .content > .hide {
  display: none;
}

.article .content > .active {
  display: block;
}

.article .list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 0;
  border-bottom: 1px solid #eee;
}

.article .list li:first-child {
  padding-top: 0;
}

.article .list li:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.article .list .img {
  overflow: hidden;
  width: 218px;
  height: 142px;
  border-radius: 12px;
}

.article .list .text {
  flex: 1;
  margin-left: 20px;
  font-size: 0;
}

.article .list .text h3 {
  font-size: 18px;
  font-weight: 300;
}

.article .list .text h3 > a {
  display: inline-block;
  width: 100%;
  color: #666;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: 0.3s;
}

.article .list .text h3 > a:hover {
  color: #ff7a7d;
  transition: 0.3s;
}

.article .list .text p {
  margin-top: 16px;
  color: #999;
  font-size: 14px;
  font-weight: 300;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
/* #endregion */

/* #region Right */
.right .link-img {
  height: 201px;
}

/* #endregion */
