/*全局样式*/
* {
    padding: 0;
    margin: 0;
}
div,
dl,
dt,
dd,
form,
h1,
h2,
h3,
h4,
h5,
h6,
img,
ol,
ul,
li,
table,
th,
td,
p,
span,
a {
    border: 0;
    color: inherit;
    text-decoration: none;
    outline: none;
}
img,
input {
    border: none;
    vertical-align: middle;
}
body {
    font-family: Tahoma, Arial, Helvetica, "宋体";
    font-size: 12px;
    text-align: center;
    background: #fff;
    color: #000;
}
html {
    overflow-y: scroll;
}
ul,
ol {
    list-style-type: none;
}
th,
td,
input {
    font-size: 1rem;
}
h3 {
    font-size: 1.3rem;
}
button {
    border: none;
    cursor: pointer;
    font-size: 1rem;
    background-color: transparent;
}
select {
    border-width: 1px;
    _zoom: 1;
    border-style: solid;
    padding-top: 2px;
    font-size: 1rem;
}
.clear {
    clear: both;
    font-size: 1rem;
    height: 0;
    visibility: hidden;
    line-height: 0;
}
.clearfix:after {
    content: "";
    display: block;
    clear: both;
}
.clearfix {
    zoom: 1;
}
input:focus {
    outline: none;
}
.btn {
    padding: 5px 30px;
    background-color: #195ffe;
    text-align: center;
    color: #ffffff;
}
.fr {
    float: right !important;
}
.delay-d2s {
    animation-delay: 0.2s;
    -webkit-animation-delay: 0.2s; /* Safari 和 Chrome */
}
.delay-d4s {
    animation-delay: 0.4s;
    -webkit-animation-delay: 0.4s; /* Safari 和 Chrome */
}
.delay-d6s {
    animation-delay: 0.6s;
    -webkit-animation-delay: 0.6s; /* Safari 和 Chrome */
}
.delay-d8s {
    animation-delay: 0.6s;
    -webkit-animation-delay: 0.8s; /* Safari 和 Chrome */
}
/* a:link,
a:visited {
    text-decoration: none;
    color: #333;
}
a:hover,
a:active {
    text-decoration: underline;
    color: #f60;
} */
@media (min-width: 1024px) and (max-width: 1366px) {
    /* 样式内容 */
    body {
        font-family: Tahoma, Arial, Helvetica, "宋体";
        font-size: 12px;
        text-align: center;
        background: #fff;
        color: #000;
    }
    input {
        font-size: 12px;
    }
    .yuedutongyi {
        font-size: 12px !important;
    }
}
@media (min-width: 1366px) and (max-width: 1566px) {
    /* 样式内容 */
    body {
        font-family: Tahoma, Arial, Helvetica, "宋体";
        font-size: 14px;
        text-align: center;
        background: #fff;
        color: #000;
    }
    input {
        font-size: 12px !important;
    }
    .yuedutongyi {
        font-size: 12px !important;
    }
    /* 将指示点的形状改为方形 */
    .swiper-pagination {
        width: 240px !important;
        height: 10px !important;
        bottom: 90px !important;
        left: 16% !important;
    }
}
@media (min-width: 1566px) and (max-width: 1766px) {
    /* 样式内容 */
    body {
        font-family: Tahoma, Arial, Helvetica, "宋体";
        font-size: 16px;
        text-align: center;
        background: #fff;
        color: #000;
    }
    input {
        font-size: 12px !important;
    }
    .yuedutongyi {
        font-size: 12px !important;
    }
}
@media (min-width: 1766px) and (max-width: 1920px) {
    /* 样式内容 */
    body {
        font-family: Tahoma, Arial, Helvetica, "宋体";
        font-size: 18px;
        text-align: center;
        background: #fff;
        color: #000;
    }
    input {
        font-size: 12px !important;
    }
    .yuedutongyi {
        font-size: 12px !important;
    }
    /* 将指示点的形状改为方形 */
    .swiper-pagination {
        width: 240px !important;
        height: 10px !important;
        bottom: 82px !important;
        left: 16% !important;
    }
}
@media (min-width: 1920px) {
    /* 样式内容 */
    body {
        font-family: Tahoma, Arial, Helvetica, "宋体";
        font-size: 18px;
        text-align: center;
        background: #fff;
        color: #000;
    }
    input {
        font-size: 12px !important;
    }
    .yuedutongyi {
        font-size: 12px !important;
    }
    /* 将指示点的形状改为方形 */
    .swiper-pagination {
        width: 240px !important;
        height: 10px !important;
        bottom: 82px !important;
        left: 16% !important;
    }
}
