/**
 * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
 * http://cssreset.com
 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, input {
    margin: 0;
    padding: 0;
    border: 0;
    font-weight: 500;
    font-family: PingFangSC-Regular,'PingFangSC',MicrosoftYaHei Regular, '微软雅黑', Helvetica, Arial, sans-serif;
    vertical-align: baseline;
    outline: none;
}

em {
    font-style: normal;
}

/*input[type="checkbox"] {
    -webkit-appearance: none;
}

input[type="radio"] {
    -webkit-appearance: none;
}*/

i {
    font-style: normal;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after,
    q:before, q:after {
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* custom */
a {
    text-decoration: none;
    -webkit-backface-visibility: hidden;
    outline: none;
}

li {
    list-style: none;
}

a, a:hover, a:active, a:visited, a:link, a:focus {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;
    outline: none;
    text-decoration: none;
}

::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

img {
    vertical-align: middle;
}

::-webkit-scrollbar-track-piece {
    background-color: rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 6px;
}

::-webkit-scrollbar-thumb:vertical {
    height: 5px;
    background-color: rgba(125, 125, 125, 0.7);
    -webkit-border-radius: 6px;
}

::-webkit-scrollbar-thumb:horizontal {
    width: 5px;
    background-color: rgba(125, 125, 125, 0.7);
    -webkit-border-radius: 6px;
}

html, body {
    width: 100%;
    height: 100%;
    margin: auto;
    float: left;
}

.bg {
    background-color: #f5f5f5;
}

.bj {
    background-color: #FFFFFF;
}

.index-bg {
    background-color: #2A3450;
    width: 100%;
    height: 100%;
    background-image: url(../images/Yacht/index-bg.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100% 12.42rem;
}

.index-header {
    width: 100%;
    height: .9rem;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    background: linear-gradient(0deg,rgba(30,31,47,1),rgba(55,62,82,1));
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-direction: column;
}

.index-header-content {
    width: 100%;
    height: .86rem;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-direction: row;
    position: relative;
}

.go-back {
    width: .64rem;
    height: 100%;
    background: url(../images/Yacht/go-back.png) no-repeat right center;
    background-size: .24rem .4rem;
    position: absolute;
    left: 0;
    top: 0;
}

.index-header-content p {
    width: 100%;
    font-size: .34rem;
    color: #F5D4AA;
    text-align: center;
    line-height: .86rem;
}

.index-header-right {
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-direction: row;
    padding-right: .42rem;
}

.compile {
    font-size: .28rem;
    color: #F5D4AA;
    line-height: .86rem;
}

.accomplish {
    font-size: .28rem;
    color: #F5D4AA;
    background-color: transparent;
    border: 0;
}

.header-line {
    width: 100%;
    height: .04rem;
    background: linear-gradient(90deg,rgba(170,140,112,0),rgba(255,222,176,1),rgba(170,140,112,0));
}



.footer {
    width: 100%;
    height: .98rem;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999;
    background: linear-gradient(0deg,rgba(30,31,47,1),rgba(55,62,82,1));
}

.line {
    width: 100%;
    height: .01rem;
    background: linear-gradient(90deg,rgba(170,140,112,0),rgba(255,222,176,0.99),rgba(170,140,112,0));
}

.footer ul {
    width: 100%;
    height: .95rem;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-direction: row;
}

    .footer ul li {
        flex: 1;
    }

        .footer ul li a {
            height: 100%;
            display: flex;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            flex-direction: column;
            justify-content: center;
            align-items: center;
        }

            .footer ul li a span {
                font-size: .2rem;
                color: #FFDEB0;
            }

            .footer ul li a em {
                width: .48rem;
                height: .48rem;
                background: url(../images/Yacht/type.png) no-repeat;
                background-size: 2rem 1.1rem;
                margin-bottom: .06rem;
            }

            .footer ul li a .index-icon {
                background-position: -.03rem -.55rem;
            }

            .footer ul li a .inform-icon {
                background-position: -.51rem -.57rem;
            }

            .footer ul li a .weather-icon {
                background-position: -1rem -.59rem;
            }

            .footer ul li a .user-icon {
                background-position: -1.49rem -.56rem;
            }

    .footer ul .on a .index-icon {
        background-position: -.03rem -.03rem;
    }

    .footer ul .on a .inform-icon {
        background-position: -.51rem -.03rem;
    }

    .footer ul .on a .weather-icon {
        background-position: -1rem -.03rem;
    }

    .footer ul .on a .user-icon {
        background-position: -1.49rem -.03rem;
    }
