/* banner start */

.banner {
  background-image: url("../imgs/account_banner.png");
}

.banner .layout .advisory {
  bottom: 33px;
  left: -200px;
}

/* banner end */

/* mod-1 start */

.mod-1 {
  background-image: url("../imgs/account_mod_bg.png");
  height: 980px;
  padding-top: 40px;
  box-sizing: border-box;
}

.mod-1 .layout img {
  margin-top: 40px;
}

/* mod-1 end */

/* mod-2 start */

.mod-2 {
  background-image: url("../imgs/account_mod_2_bg.png");
  height: 480px;
  padding-top: 40px;
  box-sizing: border-box;
  color: #fff;
}

.mod-2 .layout {
  text-align: center;
}

.mod-2 ul {
  margin-top: 80px;
}

.mod-2 ul .tit {
  height: 54px;
  width: 240px;
  line-height: 54px;
  border-bottom: 2px solid #ff740d;
  font-size: 16px;
  cursor: pointer;
  box-sizing: border-box;
}

.mod-2 ul .tit.active {
  border-bottom: none;
  background-image: url("../imgs/account_mod_2_tit.png");
}

.sele-content {
  position: relative;
  font-size: 26px;
  margin-top: 80px;
  line-height: 40px;
  text-align: center;
  display: inline-block;
}

.sele-content::before {
  content: "";
  background-image: url("../imgs/account_mod_2_icon.png");
  background-repeat: no-repeat;
  width: 37px;
  height: 29px;
  position: absolute;
  left: -45px;
  top: 6px;
}

/* mod-2 end */

/* mod-3 start */

.mod-3 {
  background-image: url("../imgs/account_mod_bg.png");
  height: 650px;
  padding-top: 40px;
  box-sizing: border-box;
}

.mod-3 .content {
  margin-top: 60px;
  padding: 0 20px 20px;
  box-sizing: border-box;
  background-color: #fff;
  box-shadow: 0px 0px 15px 0px rgba(191, 191, 191, 0.3);
  flex-wrap: wrap;
}

.mod-3 .content .item {
  background-color: #f1f3f7;
  width: 275px;
  height: 130px;
  padding: 20px 0 20px 20px;
  box-sizing: border-box;
  margin-top: 20px;
  position: relative;
  transition: all 0.3s;
}

.mod-3 .content .item:hover {
  box-shadow: 0px 2px 20px 0px rgba(206, 206, 206, 1);
}

.mod-3 .content .item:first-child {
  width: 570px;
  background-image: url("../imgs/account_mod_4_man.png");
}

.mod-3 .content .item.arrow::after {
  content: "";
  width: 20px;
  height: 16px;
  background-image: url("../imgs/account_mod_4_arrow.png");
  background-repeat: no-repeat;
  position: absolute;
  top: calc(50% - 8px);
  right: -20px;
}

.mod-3 .item h5 {
  color: #333;
  font-size: 16px;
  position: relative;
  transition: all 0.3s;
}

.mod-3 .content .item:hover h5 {
  color: #ff740d;
}

.mod-3 .item h5::after {
  content: "";
  width: 25px;
  height: 2px;
  background-color: #ff740d;
  position: absolute;
  bottom: -10px;
  left: 0;
}

.mod-3 .item p {
  color: #999;
  font-size: 14px;
  line-height: 24px;
  margin-top: 16px;
}

/* mod-3 end */

/* mod-4 start */

.mod-4 {
  background-color: #f9fafe;
  height: 414px;
  padding-top: 40px;
  box-sizing: border-box;
}

.mod-4 .item {
  margin-top: 40px;
  width: 224px;
  height: 164px;
  border-radius: 10px;
  background-color: #fff;
  text-align: center;
  color: #999;
  font-size: 16px;
  transition: all 0.3s;
}

.mod-4 .item:hover {
  background-color: #ff740d;
  color: #fff;
}

.mod-4 .item img {
  width: 68px;
  height: 68px;
  margin: 26px 0;
}

/* mod-4 end */

/* mod-5 start */

.mod-5 {
  background-image: url("../imgs/account_mod_5_bg.png");
  height: 510px;
  padding-top: 40px;
  box-sizing: border-box;
}

.mod-5 .swiper-container {
  width: 100%;
  height: 300px;
  margin-top: 25px;
}

.mod-5 .swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 300ms;
  transform: scale(0.8);
}

.mod-5 .item {
  background-color: #fff;
  padding: 25px;
  margin-top: 54px;
  width: 100%;
  height: 246px;
  box-sizing: border-box;
  position: relative;
  border-radius: 4px;
}

.mod-5 .item .avatar {
  width: 68px;
  height: 68px;
  border: 2px solid #748fff;
  border-radius: 50%;
  position: absolute;
  top: -54px;
  left: calc(50% - 35px);
}

.mod-5 .item h5 {
  color: #666;
  font-size: 16px;
  line-height: 32px;
}

.mod-5 .item p {
  color: #999;
  font-size: 20px;
  line-height: 36px;
  margin-top: 10px;
  text-align: left;
}

.mod-5 .swiper-slide-active,
.mod-5 .swiper-slide-duplicate-active {
  transform: scale(1);
}

/* mod-5 end */
