#navigation > ul > li > a {
    color: white;
}

* {
    margin: 0;
    padding: 0;
}

html, body {
    height: 100%;
}

.header-style {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: 10%;
}

#outer {
    /*display: flex;*/
    /*flex-direction: column;*/
    /*height: 100%;*/
    /*padding-bottom: 150px;*/
    display: flex;
    flex-direction: column;
    height: 100%;
}

header {
    flex: 0 0 auto;
}

.box {
    /*flex: 1 0 auto;*/
    padding-top: 80px;
    flex: 1 0 auto;
}

footer {
    background: #2C2C2C;
    /* flex: 0 0 auto; */
}

#flow-1 {
    animate-delay: 0s;
    -moz-animation-delay: 0s;
    -webkit-animation-delay: 0s;
    -o-animation-delay: 0s;
}

#flow-2 {
    animate-delay: 0.3s;
    -moz-animation-delay: 0.3s;
    -webkit-animation-delay: 0.3s;
    -o-animation-delay: 0.3s;
}

#flow-3 {
    animate-delay: 0.5s;
    -moz-animation-delay: 0.5s;
    -webkit-animation-delay: 0.5s;
    -o-animation-delay: 0.5s;
}

#flow-4 {
    animate-delay: 0.7s;
    -moz-animation-delay: 0.7s;
    -webkit-animation-delay: 0.7s;
}

#flow-5 {
    animate-delay: 0.9s;
    -moz-animation-delay: 0.9s;
    -webkit-animation-delay: 0.9s;
    -o-animation-delay: 0.9s;
}

#flow-6 {
    animate-delay: 1s;
    -moz-animation-delay: 1s;
    -webkit-animation-delay: 1s;
    -o-animation-delay: 1s;
}

#flow-7 {
    animate-delay: 1.2s;
    -moz-animation-delay: 1.2s;
    -webkit-animation-delay: 1.2s;
    -o-animation-delay: 1.2s;
}

.customer-item {
    animate-duration: 2s;
}

.serviceOpenDetection {
    background-color: #515151;
    color: #fff;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    align-items: center;
    justify-content: center;
    display: none;
}

.serviceOpenDetectionSpecial {
    width: 900px;
    border-radius: 10px;
    justify-content: space-evenly;
}

.openPlatTip {
    margin: 0 0px 0 18px;
}

.openPlatTip1 {
    /*margin: 0 0px 0 -110px;*/
}

.serviceOpenOutDiv {
    width: 1172px;
    margin: 40px auto 0
}

.normalTip {
    position: relative;
}

.howToOpen {
    text-decoration: underline;
    color: #fdde25;
    cursor: pointer;
}

.closeIcon {
    border: 1px solid #fff;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    line-height: 18px;
    text-align: center;
    font-size: 14px;
    cursor: pointer;
}

.normalIcon {
    position: absolute;
    right: 160px;
}

.cursorStyle {
    cursor: pointer;
}

.tip-wrapper {
    width: 295px;
    margin: 35px auto 0;
}

.tip-wrapper .tip-left {
    float: left;
    width: 10%;
    margin-top: 5px;
}

.tip-wrapper .tip-right {
    float: left;
    color: #666;
    line-height: 24px;
    width: 90%;
    letter-spacing: 1px;
}