﻿@charset "UTF-8";
/*
公共样式
*/
html, body {
  min-height: 100vh;
}

body, ul, ol, dl, h1, h2, h3, h4, h5, h6, p, input, span, header, b, section, i, header, li, nav, article, aside, figure, code, dialog, footer {
  margin: 0px;
  padding: 0px;
  list-style: none;
  outline: none;
  border: none;
}

img {
  border: none;
}

a {
  text-decoration: none;
}

a, button {
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: "Microsoft Yahei";
  color: #333;
  background: #fff;
  font-size: 0.28rem;
}

* {
  box-sizing: border-box;
  font-family: "Microsoft Yahei";
}

input:focus {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-modify: read-write-plaintext-only;
}

input[type="text"] {
  -webkit-appearance: none;
}

input[type="button"], input[type="submit"], input[type="reset"], input[type="text"] {
  -webkit-appearance: none;
}

textarea {
  -webkit-appearance: none;
}

button {
  border-radius: 0;
}

input:focus, textarea:focus {
  outline: none;
}

input:focus {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-modify: read-write-plaintext-only;
}

body {
  width: 7.5rem;
  margin: 0 auto;
}

.advertisement {
  position: relative;
}

.advertisement a {
  display: block;
}

.advertisement img {
  display: block;
  width: 100%;
  height: auto;
}

.advertisement span {
  position: absolute;
  top: .1rem;
  right: .1rem;
  width: .35rem;
  height: .35rem;
}

/*头部*/
.in-herader {
  width: 100%;
  height: 1rem;
  background: url(https://img.wproedu.com/wp_www/2020mc/index/logo2.png) no-repeat center #fff;
  background-size: 2.3rem auto;
  padding: 0.22rem 0.33rem;
  display: flex;
  justify-content: space-between;
}

.in-herader .in-he-img {
  width: 0.45rem;
  height: auto;
  background: url(https://img.wproedu.com/wp_www/img/1.png ) no-repeat center;
  background-size: 100% auto;
}

.in-herader .in-he-title {
  font-size: 0.36rem;
  color: #fff;
}

.in-herader .in-he-img1 {
  width: 0.37rem;
  height: 100%;
  background: url(https://img.wproedu.com/wp_www/img/kf.png) no-repeat center;
  background-size: 100%;
}

.in-fixed {
  width: 100%;
  height: 100%;
  position: fixed;
  background: rgba(0, 0, 0, 0.2);
  z-index: 999999;
  left: -100%;
  top: 0;
  transition: all 0.3s;
}

.in-fixed-nav {
  width: 65%;
  position: fixed;
  height: 100%;
  left: -100%;
  top: 0;
  background: #fff;
  z-index: 1000000;
  transition: all 0.5s;
  overflow: auto;
}

.in-fixed-nav2 {
  width: 65%;
  position: fixed;
  height: 100%;
  left: -100%;
  top: 0;
  background: #fff;
  z-index: 100000;
  transition: all 0.5s 0.2s;
}

.in-fixed-xia {
  position: relative;
}

.in-fixed-shang {
  position: relative;
}

.in-fixed-san {
  position: absolute;
  width: 0;
  height: 0;
  top: 0.25rem;
  right: 0.3rem;
  border-top: 0.18rem solid transparent;
  border-left: 0.3rem solid #9fcf4f;
  border-bottom: 0.18rem solid transparent;
  transition: all 0.3s;
}

.in-fixed-show {
  left: 0;
}

.in-fixed-show1 {
  transform: rotate(90deg);
}

.in-fixed-show2 {
  width: 65%;
  height: 100%;
}

.in-fixed-show3 {
  width: 0px;
  height: 0px;
  opacity: 0;
}

.in-fixed-title {
  width: 100%;
  padding: 0.14rem 0.3rem;
  background: #396DF5;
  color: #fff;
  font-size: 0.36rem;
  line-height: 0.6rem;
  text-align: center;
  border-bottom: .01rem solid #ccc;
}

.in-fixed-nav ul {
  width: 100%;
  padding-top: 0.5rem;
}

.in-fixed-nav li {
  margin-bottom: 0.15rem;
  color: #666;
}

.in-fixed-nav a {
  line-height: 0.84rem;
  text-align: center;
  font-size: 0.36rem;
  color: #666;
  display: block;
}

.in-fixed-nav .in-fixed-ul {
  padding-top: 0rem;
  width: 100%;
  height: 0;
  transition: all 0.3s;
  overflow: hidden;
}

.in-fixed-nav .in-fixed-ul1 {
  height: 5.04rem;
}

.in-fixed-ul li {
  background: #f5f5f5;
  margin-bottom: 0rem;
  color: #666;
}

.in-fixed-nav a {
  line-height: 0.84rem;
  text-align: center;
  font-size: 0.36rem;
  color: #666;
  display: block;
}

/*banner*/
.in-banner {
  width: 100%;
  height: 3.5rem;
  overflow: hidden;
}

.index-banner {
  width: 100%;
  height: 3.5rem;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

.index-banner .hd {
  width: 100%;
  height: 0.2rem;
  position: absolute;
  z-index: 10;
  bottom: 0.2rem;
  line-height: 0;
  font-size: 0;
}

.index-banner .hd ul {
  display: flex;
  justify-content: center;
}

.index-banner .hd li {
  width: 0.14rem;
  height: 0.14rem;
  background: #fff;
  border-radius: 50%;
  background-size: 0.2rem 0.2rem;
  margin: 0 0.1rem;
}

.index-banner .hd li:last-child {
  margin-right: 0;
}

.index-banner .hd .on {
  background: #CCCCCC;
  background-size: 0.2rem 0.2rem;
  border-radius: 50%;
}

.index-banner .bd {
  position: relative;
  z-index: 1;
}

.index-banner .bd a {
  display: block;
  width: 100%;
  height: 3.5rem;
}

.index-banner .bd img {
  display: block;
  width: 100%;
  height: auto;
}

.in-banner img {
  display: block;
  width: 100%;
  height: auto;
}

.newFooter .studyData {
  padding: .22rem .36rem;
  background: url(https://img.wproedu.com/wp_www/2020mc/css/databg.png) no-repeat center top;
  background-size: 100% 100%;
}

.newFooter .studyData form {
  width: 100%;
  height: 4.3rem;
  background: #fff;
  border-radius: .1rem;
  padding: .5rem .65rem;
}

.newFooter .studyData form h1 {
  font-size: 0.36rem;
  color: #333333;
  line-height: 1em;
  margin-bottom: 0.31rem;
  text-align: center;
}

.newFooter .studyData form p {
  width: 100%;
  display: flex;
  align-items: center;
  height: .7rem;
  padding: 0 .5rem;
  border-radius: .4rem;
  border: 1px solid #396DF5;
  font-size: 0.22rem;
  color: #5D5D5D;
  line-height: 0.7rem;
  margin-bottom: 0.2rem;
}

.newFooter .studyData form p input {
  flex: 1;
  display: block;
  height: 90%;
  font-size: .22rem;
  color: #5D5D5D;
}

.newFooter .aLink {
  display: block;
  font-size: 0.33rem;
  color: #fff;
  line-height: 0.78rem;
  margin-bottom: 0;
  text-align: center;
  width: 5.5rem;
  height: .78rem;
  background: #396DF5;
  margin: 0 auto;
  border-radius: .4rem;
}

.newFooter .wpFoot {
  background: #333333;
  padding: .38rem 0;
}

.newFooter .wpFoot div {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: .2rem;
  padding: 0 .5rem;
}

.newFooter .wpFoot div a {
  font-size: 0.24rem;
  color: #6A6A6A;
  line-height: 1.5em;
  margin-bottom: 0;
  margin: 0 .3rem;
}

.newFooter .wpFoot .p1 {
  font-size: 0.24rem;
  color: #434343;
  line-height: 2em;
  margin-bottom: 0.05rem;
  text-align: center;
}

.newFooter .wpFoot .p2 {
  text-align: center;
  font-size: 0.22rem;
  color: #F96203;
  line-height: 2em;
  margin-bottom: 0.05rem;
}

.newFooter .flexLink {
  width: 100%;
  height: .9rem;
  display: flex;
  justify-content: space-between;
  padding: 0 .44rem;
  background: #396DF5;
  align-items: center;
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999999;
}

.newFooter .flexLink a {
  display: block;
  display: flex;
  align-items: center;
  height: 100%;
}

.newFooter .flexLink a img {
  width: .4rem;
  height: .4rem;
  margin-right: .15rem;
}

.newFooter .flexLink a p {
  font-size: 0.24rem;
  color: #FFFFFF;
  line-height: 1em;
  margin-bottom: 0;
}


.showUl {
    position: relative;
  }
  
  .showUl::after {
    content: '';
    width: 0;
    height: 0;
    border-left: .1rem solid #666;
    border-right: 0.1rem solid transparent;
    border-bottom: 0.1rem solid transparent;
    border-top: 0.1rem solid transparent;
    position: absolute;
    top: 50%;
    right: .3rem;
    transform: translateY(-50%);
    transition: all .2s;
  }
  
  .openShowUl::after {
    transform: rotate(90deg);
  } 