html,
body,
div,
p,
span,
dl,
dt,
dd,
span,
ul,
li,
a,
img,
h1,
h2,
h3,
h4,
h5 {
  overflow-x: hidden;
  margin: 0;
  padding: 0;
}

/* 定义全局变量 */
:root {
  --main-color: #9E3DDA;
  --main-bg-color: #9E3DDA;
}

a {
  text-decoration: none;
}

ul,
li {
  list-style: none;
}

body {
  max-width: 640px !important;
  margin: 0 auto;
}

.banner {
  width: 100%;
}

.banner img {
  width: 100%;
  display: block;
}

.header {
  display: flex;
}

.logo {
  width: 100%;
  display: block;
}

.logo a {
  display: block;
}

.logo a img {
  width: 100%;
  display: block;
}

.m_nav {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  background: var(--main-color);
}

.m_nav a {
  width: 25%;
  text-align: center;
  font-size: 0.28rem;
  color: #fff;
  padding: 0.13rem 0;
}

.m_nav span {
  color: #fff;
  height: 0.8rem;
  width: 0.1rem;
  display: block;
}

.content1 {
  background: #fff;
  margin: auto;
}

.tit {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 0.4rem;
}

.tit span {
  text-align: center;
  font-size: 25px;
  font-weight: bold;
  color: var(--main-color);
  line-height: 50px;
  border-bottom: #cacaca solid 3px;
}

.content1 .shrq {
  margin: 0.3rem auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

.content1 .shrq .shrqxq {
  width: 46%;
  background: #FFF;
  margin-bottom: 0.1rem;
}

.shrqxq h4 {
  margin-top: 0.2rem;
  line-height: 0.6rem;
  background: #ffefef;
  color: #555555;
  font-size: 0.20rem;
  padding-left: 0.4rem;
}

.shrqxq p {
  margin-top: 0.15rem;
  font-size: 0.18rem;
  padding: 0.1rem;
  color: #666;
  text-align: justify;
}

.btn {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
}

.btn a {
  color: #fff;
  font-size: 0.2rem;
  text-align: center;
  width: 25%;
  line-height: 0.4rem;
  border-radius: 0.4rem;
  background-color: var(--main-color);
}

.con3 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  gap: 0.1rem;
  margin-top: 0.3rem;
}

.con3 .con3_box {
  background-color: #FFFFFF;
  width: 47%;
}

.con3_box .title {
  line-height: 0.4rem;
  width: 100%;
  text-align: center;
  background-color: var(--main-color);
  color: #FFF;
  font-size: 0.2rem;
}

.con3_box img {
  width: 98%;
  border: #fff solid 1px;
  margin: 0.2rem 1%;
}

/* 创就业帮扶 */
.content4 {
  width: 100%;
}

.cybf {
  display: flex;
  flex-direction: column;
  margin: 0.2rem auto;
  width: 96%;
  margin: 0.2rem 2%;
}

.cybf .item1{
  background-image: url(../images/item1.jpg);
  background-size: 100%, 100%;
  background-repeat: no-repeat;
  height: 170px;
}
.cybf .item2{
  background-image: url(../images/item2.jpg);
  background-size: 100%, 100%;
  background-repeat: no-repeat;
  height: 170px;
}
.cybf .item3{
  background-image: url(../images/item3.jpg);
  background-size: 100%, 100%;
  background-repeat: no-repeat;
  height: 170px;
}
.cybf .item4{
  background-image: url(../images/item4.jpg);
  background-size: 100%, 100%;
  background-repeat: no-repeat;
  height: 170px;
}
.cybf .title {
  margin-top: 0.20rem;
  margin-left: 0.6rem;
  color: #454241;
  font-weight: bold;
  font-size: 0.28rem;
}
.cybf .desc {
  font-size: 0.2rem;
  color: #454241;
  margin-left: 0.5rem;
  margin-top: 0.3rem;
  line-height: 0.4rem;
}
/* 作品展示 */
.zpzs {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.1rem;
  margin: 0.2rem auto;
}

.zpzs img {
  width: 47%;
}

/* 校园环境 */
.content6 {
  width: 100%;
  padding-bottom: 0.2rem;
}

.content6 img {
  width: 98%;
  margin: 0.1rem 1%;
}

.content6 .xyhj {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
  margin-bottom: 0.2rem;
}

.xyhj img {
  width: 47%;
}

/* 专业推荐 */
.content7 {
  width: 100%;
  padding-bottom: 0.2rem;
}

.content7 .zytj {
  width: 98%;
  display: flex;
  margin: 0.2rem auto;
  flex-direction: row;
  justify-content: space-evenly;
  gap: 0.1rem;
}

.zytj img {
  width: 100%;
}

.zytj h3 {
  font-size: 0.25rem;
  color: var(--main-color);
  text-align: center;
}

/* 开始学习 */
.zydfl span {
  text-align: center;
  font-size: 25px;
  font-weight: bold;
  color: var(--main-color);
  line-height: 50px;
  border-bottom: #cacaca solid 3px;
}

.zydfl .ljyy {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  margin-top: 0.3rem;
  border: #d6d6d6 solid 1px;
  gap: 0.2rem;
}

.ljyy span {
  margin: 0.2rem auto;
  font-weight: bold;
}

.ljyy .smbtlist {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
}

.ljyy .smbtlist .smbt {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}

.ljyy input {
  width: 50%;
  height: 0.3rem;
  border: 0.01rem solid #afafaf;
  border-radius: 0.1rem;
  margin: 0rem auto;
  color: #afafaf;
}

.ljyy input::placeholder {
  font-size: 0.15rem;
  color: #afafaf;
}

.ljyy input:focus {
  border: 2px solid rgb(138, 138, 138);
  outline: none;
}

.ljyy button {
  width: 50%;
  height: 0.3rem;
  border: none;
  background-color: var(--main-color);
  border-radius: 0.1rem;
  margin: 0rem auto;
  color: #FFF;
  font-size: 0.18rem;
}

.ljyy small {
  font-size: 0.12rem;
  line-height: 0.3rem;
  color: #afafaf;
  text-align: center;
}

.smbt .tb {
  margin: 0.1rem;
  height: 0.1rem;
  width: 0.1em;
  background-color: var(--main-color);
}

.smbt small {
  font-size: 0.15rem;
  line-height: 0.3rem;
}
/* 学生作品 */
.tabs{
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.20rem;
  margin: 0.2rem auto;
}
.tabs >*{
  margin: 0 0.1rem;
}
.tabs .active{
  color: #FFF;
  font-weight: 800;
  font-size: 0.20rem;
  background-color: var(--main-color);
}
.tabs div{
  width: 24%;
  background-color: #FFF;
  border-radius: 0.2rem;
  box-shadow: 0.1rem 0.1rem 0.1rem rgba(0, 0, 0, 0.1);
  display: inline-block;
  padding: 0.1rem;
  text-align: center;
}
.tab_con>div{
  display: none;
}
.tab_con>div.show{
  display: block;
}
.tab_con{
  width: 100%;
  height: 2.5rem;
}
.tab_con div img{
  width: 100%;
}
/* 备案信息 */
.footer {
  border-top: 1px solid #c5c5c5;
  margin: 0 auto;
  background-color: #373737;
  padding-bottom: 1.1rem;
}
.footer p {
  text-align: center;
  color: #999999;
  font-size: 14px;
  line-height: 26px;
}
.footer p:first-child {
  margin-top: 0.2375rem;
}
.footer a{
  color: #999999;
}