﻿body {
    margin: 0
}

.bg-cover {
    position: relative;
    display: flex;
    align-items: center;
    height: 100vh;
    padding: 0;
    border: 0;
    overflow: hidden;
    background-position: center center;
    background-size: cover;
    transform: translate3d(0px, 0px, 0px);
}

.info-btn {
    position: absolute;
    top: 10px;
    left: 10px
}

.box {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    background-color: rgba(255, 255, 255, 0.8);
    border: 1px solid transparent;
    cursor: pointer;
    -webkit-border-radius: .06rem;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
    text-align: center;
    padding: 0 10px;
}

.box-a {
    text-decoration: none;
    color: #0C8484 !important;
    font-size: 13px;
}

    .box-a:hover {
        text-decoration: none;
    }

.icon {
    width: 1.1em;
    height: 1.1em;
    fill: currentColor;
    overflow: hidden;
    vertical-align: baseline;
}

.info-description {
    position: absolute;
    left: 0;
    bottom: 0;
    line-height: 22px;
    display: block;
    width: 100%;
    color: white;
    background: rgba(1, 1, 1, 0.5);
}

.close-box {
    position: absolute;
    top: 0;
    right: 0;
    background-color: rgba(0,0,0,.5);
    border-radius: 0 0 0 50%;
    cursor: pointer;
    height: 40px;
    overflow: hidden;
    transition: background-color .15s;
    width: 40px;
    text-align: center;
    line-height: 40px;
}

.close-box-icon {
    color: white;
    font-size: 20px;
}
