/* 禁用iPhone中Safari的字号自动调整 */
html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font-size: 1rem;
}

/* 去除iPhone中默认的input样式  清除苹果浏览器的圆角表单*/
input[type="submit"],
input[type="reset"],
input[type="button"],
input {
    -webkit-appearance: none;
    appearance: none;
    resize: none;
}

/* 取消链接高亮  */
body,
div,
ul,
li,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
select,
p,
dl,
dt,
dd,
a,
img,
button,
form,
table,
th,
tr,
td,
tbody,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* 设置HTML5元素为块 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

/* 图片自适应 */
img {
    max-width: 100%;
    height: auto;
    width: auto\9;
    /* ie8 */
    -ms-interpolation-mode: bicubic;
    /*为了照顾ie图片缩放失真*/
    border: none;
    display: block;

}

/* 初始化 */
body,
div,
ul,
li,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
select,
p,
dl,
dt,
dd,
a,
img,
button,
form,
table,
th,
tr,
td,
tbody,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    margin: 0;
    padding: 0;
    border: none;
    font-size: 0.24rem;
}

.zx_btn {
    width: 100%;
    text-align: center;
    overflow: hidden;
    padding-bottom: 0.7rem;
}

.zx_btn a {
    display: inline-block;
    width: 35.46%;
    height: auto;
    overflow: hidden;
    margin-right: 8.9%;
    border-radius: 20px;
    box-shadow: #38aee1 0 6px 14px;
}

.zx_btn a:nth-child(2) {
    width: 38.8%;
    margin-right: 0px;
}

.zx_btn a img {
    display: block;
    width: 100%;
}

.course {
    width: 100%;
    padding: 0 2%;
    box-sizing: border-box;
    overflow: hidden;
    padding-bottom: 0.3rem;
}

.course span {
    float: left;
    width: 11.9%;
    font-size: 0.24rem;
    list-style: 0.26rem;
    text-align: center;
    color: #FFF;
    background: linear-gradient(#0f0a65, #0172ff);
    border-radius: 50%;
    ;
    margin-right: 4.8%;
    cursor: pointer;
    box-sizing: border-box;
    box-shadow: #62a9e2 0 8px 16px;
}

.course span:nth-last-child(1) {
    margin-right: 0px;
    padding-top: 2%;
    box-sizing: border-box;
}

.course span:nth-child(1) {
    padding-top: 2%;
    box-sizing: border-box;
}

.course span.se {
    background: url(../images/span_se.png) no-repeat;
    background-size: 100% 100%;
    color: #1d2088;
}

.course_ct {
    width: 96%;
    overflow: hidden;
    background: rgba(229, 229, 229, 0.6);
    margin: 0 auto;
    padding: 4%;
    box-sizing: border-box;
    box-shadow: #7dddec 0 6px 14px;
    border-radius: 6px;

}

.course_ct .ever {
    display: none;
}

.course_ct .active {
    display: block;
}

.course_ct div table {
    width: 100%;
    text-align: center;
    ;
}

.course_ct div table tr th {
    height: 0.4rem;
    color: #FFF;
    font-size: 0.28rem;
    background: linear-gradient(#100b66, #0071fc);
}

.course_ct div table tr td {
    background: #FFF;
    height: 0.36rem;
    font-size: 0.24rem;
    border: 1px solid #e5e5e5;
    border-collapse: collapse;
}

.course_ct div table tr:nth-child(1) td:nth-child(1) {
    font-weight: bold;
}

.course_ct div:nth-child(1) table tr td {
    height: 0.8rem;
}

.zx_btn2 {
    padding-bottom: 0.1rem;
    width: 88.8%;
    margin: 0 auto;
    text-align: left;
}

.zx_btn2 a {
    box-shadow: none;
}

.swiper {
    width: 100%;
    padding-bottom: 0.34rem;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 5%;
    box-sizing: border-box;
}

.zx_btn3 a {
    box-shadow: none;
}

.mxjs {
    width: 92%;
    margin: 0 auto;
    overflow: hidden;
}

.ms_content {
    width: 100%;
    overflow: hidden;
    margin-bottom: 0.3rem;
}

.ms_content .ever {
    display: none;
}

.ms_content .active {
    display: block;
}

.ms_content div img {
    width: 100%;
    height: auto;
}

.ms {
    width: 100%;
    text-align: center;
    padding-bottom: 0.2rem;
}

.ms span {
    display: inline-block;
    width: 16%;
    overflow: hidden;
    margin-right: 4%;
    opacity: 0.8;
    border-radius: 50%;
}

.ms span:nth-last-child(1) {
    margin-right: 0px;
}

.ms span img {
    width: 100%;
    height: auto;
}

.ms span.se {
    opacity: 1;
    box-shadow: #f5f0ec 0 0 10px;
    border: 1px solid #f5f0ec;
}
.mySwiper3{
    padding-bottom: 0.8rem;
}