HTML, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote,
pre, form, fieldset, table, th, td {
    border: none;
    margin: 0;
    padding: 0;
}

html, body {
    height: 100%;
    width: 100%;
}

address, caption, cite, code, dfn, em, strong, th, var {
    font-style: normal;
    font-weight: normal;
}

a {
    text-decoration: none;
}

a:link {
    color: #fff;
}

a:visited {
    color: #fff;
}

a:hover {
    color: #fff;
}

a:active {
    color: #fff;
}

input::-ms-clear {
    display: none;
}

input::-ms-reveal {
    display: none;
}

input {
    -webkit-appearance: none;
    margin: 0;
    outline: none;
    padding: 0;
}

input::-webkit-input-placeholder {
    color: #ccc;
}

input::-ms-input-placeholder {
    color: #ccc;
}

input::-moz-placeholder {
    color: #ccc;
}

input[type=submit], input[type=button] {
    cursor: pointer;
}

button[disabled], input[disabled] {
    cursor: default;
}

img {
    border: none;
}

ul, ol, li {
    list-style-type: none;
}

/*公共方法*/

.clearfix:after {
    content: "020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    /* 触发 hasLayout */
    zoom: 1;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.public-content {
    max-width: 980px;
    margin: 0 auto;
}

/*公共头部*/

.public-header {
    height: 80px;
}

.public-header .public-content {
    padding: 0 20px;
}

.public-header .logo {
    padding-top: 20px;
}

.public-header .logo img {
    height: 40px;
}

.public-header .nav-list {
    padding-top: 15px;
}

.public-header .nav-list ul {
    display: flex;
}

.public-header .nav-list a {
    cursor: pointer;
    font-size: 14px;
    justify-content: center;
    height: 40px;
    line-height: 40px;
    text-align: center;
    padding: 0 15px;
    display: block;
}

.public-header .nav-list li a {
    position: relative;
    color: black;
}

.public-header .nav-list li a:hover {
    color: #48c893;
}

.public-header .nav-list li a:hover:before {
    position: absolute;
    bottom: 0;
    left: 10%;
    content: '';
    width: 80%;
    height: 3px;
    background: #48c893;
    border-radius: 2px;
}

.public-header .nav-list li.active a {
    position: relative;
    color: #48c893;
}

.public-header .nav-list li.active {
    color: #48c893;
    position: relative;
}

.public-header .nav-list li.active:before {
    position: absolute;
    bottom: 0;
    left: 10%;
    content: '';
    width: 80%;
    height: 3px;
    background: #48c893;
    border-radius: 2px;
}

.swiper img {
    width: 100%;
    min-height: 400px;
    max-width: 2040px;
    margin: 0 auto;
    display: block;
}

.swiper {
    position: relative;
}

.swiper .download-app {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 20px;
    display: flex;
    justify-content: center;
}

.swiper .download-android a {
    display: block;
    width: 210px;
    height: 60px;
    color: #48c893;
    line-height: 60px;
    font-size: 30px;
    text-align: center;
    background-color: #FFFFFF;
    box-shadow: 0px 2px 10px 0px rgba(221, 234, 230, 0.5);
    border-radius: 10px;
    padding-left: 30px;
    position: relative;
}

.swiper .download-android a:before {
    content: '';
    left: 15px;
    top: 15px;
    height: 30px;
    width: 30px;
    position: absolute;
    background: url("../img/public/android.png") no-repeat center;
    background-size: auto 30px;
}

.swiper .download-apple a {
    display: block;
    width: 210px;
    height: 60px;
    color: #48c893;
    line-height: 60px;
    font-size: 30px;
    text-align: center;
    background-color: #FFFFFF;
    box-shadow: 0px 2px 10px 0px rgba(221, 234, 230, 0.5);
    border-radius: 5px;
    padding-left: 30px;
    position: relative;
    margin-left: 75px;
}

.swiper .download-apple a:before {
    content: '';
    left: 15px;
    top: 15px;
    height: 30px;
    width: 30px;
    position: absolute;
    background: url("../img/public/ios.png") no-repeat center;
    background-size: auto 30px ;
}


/* 公共尾部 */
.footer {
    height: 160px;
    font-size: 12px;
    background: #2ab4b7;
}

.footer .public-content {
    padding: 40px 40px 0;

}

.footer .row {
    line-height: 22px;
    font-size: 12px;
    color: #ffffff;
    padding: 10px;
}

.footer .row:first-child {
    border-bottom: 1px solid #ffffff;
}

.footer .row .tel {
    min-width: 160px;
}


