@charset "utf-8";
body, h1, h2, h3, h4, h5, h6, hr, i, em, b, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, th, td, img, a, tr, img, textarea, input {
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
    list-style: none;
    font-family: 微软雅黑, Microsoft Yahei;
    font-weight: normal;
    font-style: normal;
    color: #888888;
}

body {
    background: linear-gradient(120deg, rgba(0, 138, 219, 0.6), rgba(134, 237, 255, 0.6), rgba(55, 167, 239, 0.6));
}

html, body {
    width: 100%;
    min-width: 320px;
    max-width: 720px;
    margin: 0 auto
}

body, em, b, ol, a, i, span, nav, strong {
    display: inline-block;
    max-width: 720px;
    margin: 0 auto;
}

a {
    font-size:20px;
    text-decoration: none !important;
    outline: none;
}

a:hover, .w-input, textarea, .sig-button, .dev-table > ul > li > a {
    -webkit-transition-property: all;
    -moz-transition-property: all;
    transition-property: all;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -webkit-transition-duration: 0.30s;
    -moz-transition-duration: 0.30s;
    transition-duration: 0.30s;
}

.red {
    color: #660000
}

.tac {
    text-align: center
}

img {
    max-width: 100%;
    display: block;
}

button {
    cursor: pointer;
    font-family: 微软雅黑, Microsoft Yahei;
}

textarea {
    font-family: 微软雅黑, Microsoft Yahei;
}

input {
    color: #585858;
    font-family: 微软雅黑, Microsoft Yahei;
    outline: none;
}

input {
    color: #585858;
    font-family: 微软雅黑, Microsoft Yahei;
    outline: none;
}

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

:-moz-placeholder {
    color: #888888;
}

::-moz-placeholder {
    color: #888888;
}

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

.clearfix {
    clear: both;
}

.fl {
    float: left !important;
}

.fr {
    float: right !important;
}

.m0a {
    margin: 0 auto !important;
}

.blue {
    color: #0579db
}

.containter {
    padding: 1.8rem 0 2rem;
    overflow: hidden;
    max-width: 720px;
    margin: 0 auto;
    min-height: 17.8rem;
    width: 9.2rem;
}

.containter-pic {
    padding: 1.3rem 0 2rem;
    overflow: hidden;
    max-width: 720px;
    margin: 0 auto;
    min-height: 21.4rem;
    width: 10rem;
}

.containter-picyiji {
    padding: 3.5rem 0 2rem;
    overflow: hidden;
    max-width: 720px;
    margin: 0 auto;
    min-height: 21.4rem;
    width: 10rem;
    box-sizing: border-box;
}

.bg {
    background: linear-gradient(to bottom right, #008adb, #86edff);
    /*   opacity: 0.3; */
}

/* 头部 start */
.redheader {
    height: 1.333rem;
    line-height: 1.333rem;
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 99;
    background: #a1d8f3;;
    left: 0px;
    display: flex;
    align-items: center;
}

.go-back {
    height: 1.333rem;
    left: 0;
    position: absolute;
    cursor: pointer;
    top: 0;
    width: 50px;
    background: url(../images/back.png) no-repeat center center;
    background-size: 12px;
}

.hei {
    background: url(../images/back-h.png) no-repeat center center !important;
    background-size: 12px !important;
}

.line {
    border-bottom: 0.5px solid #e7e7e7;
}

.redheader h1 {
    padding: 0 40px;
    line-height: 1.333rem;
    color: #ffffff;
    font-size: 0.48rem;
    text-align: left;
    margin-left: 4%;
    flex: 1;
    /* width: 1rem; */
    display: block;
    height: 1.333rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.redheader p {
    position: absolute;
    right: 13px;
    top: -0.1rem;
}

.redheader p a {
    width: 2rem;
    height: 0.9rem;
    background: #00bbf8;
    border-radius: 50px;
    font-size: 0.4rem;
    text-align: center;
    line-height: 0.9rem;
    color: #FFF;
}

/* 头部 end */


/*底部导航 srart*/
.footer {
    position: fixed;
    bottom: 0.67rem;
    /*width: 6.5rem;*/
    width: 8rem;
    height: 1.6rem;
    background: #FFF;
    border-radius: 50px;
    left: 0;
    right: 0;
    margin: auto;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    z-index: 999999;
    padding: 0 5%;
}

.footer li {
    width: 1.2rem;
    float: left;

    position: relative
}

.footer li a {
    display: block;
    width: 100%;
    height: 1.4rem;
    line-height: 2.2rem;
    float: left;
    padding-top: 0.1rem;
    color: #333333;
    text-align: center;
    font-size: 0.35rem
}

.footer li a:hover {
    color: #333333;
}

.footer li a.hover {
    color: #333333;
}

.footer .map {
    background: url(../images/map.png) center 8px no-repeat;
    background-size: 50%;
}

.footer .map:hover, .footer .map.hover {
    background: url(../images/map-hover.png) center 8px no-repeat;
    background-size: 50%;
}

.footer .place {
    background: url(../images/place.png) center 8px no-repeat;
    background-size: 50%;
}

.footer .fengjingqu {
    background: url(../images/water.png) center 8px no-repeat;
    background-size: 35%;
}
.footer .fengjingqu:hover, .footer .fengjingqu.hover{
    background: url(../images/water-hove.png) center 8px no-repeat;
    background-size: 35%;
}
.footer .place:hover, .footer .place.hover {
    background: url(../images/place-hover.png) center 8px no-repeat;
    background-size: 50%;
}

.footer .head {
    background: url(../images/head.png) center 8px no-repeat;
    background-size: 50%;
}

.footer .head:hover, .footer .head.hover {
    background: url(../images/head-hover.png) center 8px no-repeat;
    background-size: 50%;
}

.footer .search {
    background: url(../images/search.png) center 8px no-repeat;
    background-size: 50%;
}

.footer .search:hover, .footer .search.hover {
    background: url(../images/search-hover.png) center 8px no-repeat;
    background-size: 50%;
}

.footer .wo {
    background: url(../images/wo.png) center 8px no-repeat;
    background-size: 50%;
}

.footer .wo:hover, .footer .wo.hover {
    background: url(../images/wo.png) center 8px no-repeat;
    background-size: 50%;
}

/*底部导航 end*/