@charset "UTF-8";
/*
 * @Author: 派大星
 * @Date: 2021-05-08 11:52:02
 * @LastEditors: 派大星
 * @LastEditTime: 2021-06-17 09:54:31
 * @Description: 
 */
/* ---------------------- In-main[merge] ---------------------- */
.fna_bg .fna_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--Cebebeb);
  height: 40px;
}

.fna_bg .fna_list {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 20px;
}

.fna_bg .fna_list > a {
  position: relative;
  height: 42px;
  padding: 13px 0 0 18px;
  line-height: 28px;
  margin-right: 18px;
  font-size: 14px;
  display: inline-block;
}

.fna_bg .fna_list > a i {
  position: absolute;
  top: 26px;
  left: 5px;
  width: 4px;
  height: 2px;
  background: var(--C666666);
}

.fna_bg .fna_list .lineBottom1 {
  width: 100%;
  border-bottom: 1px dashed var(--Cebebeb);
  height: 10px;
  display: inline-block;
}

/* ---------------------- In-main[merge_music] ---------------------- */
.mr_music {
  width: 1200px;
  height: 182px;
  background: url(../images/merge_m.png) no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mr_resume .h2 {
  margin-bottom: 16px;
}

.mr_resume .resume .resume_p {
  line-height: 26px;
  text-indent: 2em;
}

.mr_resume .resume_but {
  margin-top: 18px;
  display: flex;
  align-items: center;
}

.mr_resume .resume_but .ml1 {
  margin-left: 26px;
}

.mr_resume .resume_but .mla {
  margin-left: auto;
  display: flex;
  align-items: center;
}

.mr_resume .resume_but .mla .but_fx {
  background: url(../images/icon_new.png) no-repeat -160px -329px;
  width: 14px;
  height: 14px;
  display: inline-block;
  margin-right: 3px;
}

.mr_resume.at_resume {
  box-shadow: 0 0 6px 1px var(--Cebebeb);
  padding: 24px;
  margin-bottom: 30px;
}

.merge .music_main ul li {
  margin-bottom: 20px;
}

.merge .music_main ul li.on-border {
  text-align: center;
  margin-right: initial;
  width: 100%;
  height: auto;
  box-shadow: initial;
  padding: initial;
}

.merge .music_main ul li.on-border a {
  font-size: var(--fz14);
  color: var(--Cff6440);
}
