@import url("basic.css") screen;

/**
 * carousel
 */

.carousel-wrapper {
    background-color: #0BB783;
}

.carousel-wrapper .carousel .carousel-inner .carousel-item {
    height: 350px;
}

/**
 * product
 */

.product-introduction {
    background-color: #0BB783;
}

.product-introduction section {
    height: 350px;
    color: #FFFFFF;
    display: flex;
    position: relative;
}

.product-introduction section .content {
    margin: 50px 0px 44px;
    flex: 1 1;
}

.product-introduction section .content h1 {
    font-size: 36px;
    font-weight: 400;
    line-height: 50px;
}

.product-introduction section .content .description {
    margin-top: 13px;
    width: 600px;
    height: 110px;
    line-height: 22px;
}

.product-introduction section .content .operations {
    margin-top: 16px;
}

.product-introduction section .content .operations .btn {
    margin-right: 12px;
    width: 120px;
    height: 36px;
    line-height: 36px;
}

.product-introduction section .icon {
    margin-bottom: 44px;
    flex: 0 1 500px;
    background-size: 500px auto;
    background-position: 100%;
    background-repeat: no-repeat;
}

.product-notice {
    margin: -44px 0 20px;
}

.product-notice section {
    padding: 18px 16px;
    border-radius: 8px;
    background-color: #FFFFFF;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .08);
    box-sizing: border-box;
    display: flex;
}

.product-notice section>div {
    margin: 0 16px;
    flex: 1 1;
}

.product-notice section>div h1,
.product-notice section>div h2,
.product-notice section>div h3,
.product-notice section>div h4,
.product-notice section>div h5,
.product-notice section>div h6 {
    color: #999999;
}

.product-notice section>div h2 {
    margin-bottom: 16px;
}

.product-notice section>div h6 {
    margin-bottom: 16px;
    display: flex;
    align-items: center;
}

.product-notice section>div h6 svg {
    margin-right: 10px;
}

.product-notice section>div p {
    margin-top: 10px;
}

.product-notice section>div p a {
    padding-left: 26px;
    color: #333333;
    position: relative;
}

.product-notice section>div p a::before {
    content: "";
    width: 8px;
    height: 8px;
    position: absolute;
    top: 6px;
    left: 4px;
    border-radius: 50%;
    background-color: #0BB783;
    opacity: .4;
}

.product-navbar {
    width: 100%;
    height: 72px;
    background-color: #FFFFFF;
    white-space: nowrap;
    overflow-x: hidden;
    z-index: 900;
}

.product-navbar.fixed {
    box-shadow: 0 1px 0 0 #CED4DA;
    transition: box-shadow .3s, -webkit-box-shadow .3s;
}

.product-navbar section {
    height: 100%;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #CED4DA;
}

.product-navbar section .menu {
    flex: 1 1;
}

.product-navbar section .menu ul li {
    padding: 0 24px;
    min-width: 2rem;
    max-width: 12rem;
    height: 72px;
    line-height: 72px;
    color: #333333;
    position: relative;
    vertical-align: middle;
    white-space: nowrap;
    cursor: pointer;
    transition: .2s;
    display: inline-block;
    overflow: hidden;
}

.product-navbar section .menu ul li.active,
.product-navbar section .menu ul li:hover {
    color: #0BB783;
}

.product-navbar section .menu ul li.active::after {
    background-color: #0BB783;
}

.product-navbar section .menu ul li::after {
    margin-left: -1rem;
    width: 2rem;
    height: 4px;
    position: absolute;
    bottom: 0;
    left: 50%;
    content: " ";
    transition: .2s;
}

.product-navbar section .extra {
    margin-left: 12px;
    flex-grow: 0;
}

.product-navbar section .extra .btn {
    margin-left: 12px;
    width: 120px;
    height: 36px;
    line-height: 36px;
}

.section-wrapper section .row {
    margin-bottom: 24px;
}

.section-wrapper section .row .item-wrapper {
    padding: 0 52px;
    flex: 1 1;
}

.section-wrapper section .row .item-wrapper .item .icon {
    height: 120px;
    line-height: 120px;
    text-align: center;
}

.section-wrapper section .row .item-wrapper .item .icon span {
    width: 100%;
    height: 100%;
    display: block;
}

.section-wrapper section .row .item-wrapper .item.topdown .content {
    margin: 0 auto;
    text-align: left;
    display: table;
}

.section-wrapper section .row .item-wrapper .item.topdown .content h4 {
    margin-top: 16px;
    text-align: center;
}

.section-wrapper section .row .item-wrapper .item.topdown .content p {
    margin: 12px 0;
    color: #666666;
}

.section-wrapper section .row .item-wrapper .item.leftright {
    display: flex;
    /* align-items: center; */
}

.section-wrapper section .row .item-wrapper .item.leftright .icon {
    width: 120px;
}

.section-wrapper section .row .item-wrapper .item.leftright .content {
    margin-left: 24px;
    text-align: left;
    position: relative;
    flex: 1 1;
}

.section-wrapper section .row .item-wrapper .item.leftright .content p {
    margin: 12px 0;
    color: #666666;
}

.scene-wrapper {
    padding: 40px;
    width: 100%;
    position: relative;
    display: flex;
}

.scene-wrapper .scene-image {
    width: 55%;
}

.scene-wrapper .scene-content {
    margin-left: 40px;
    padding: 19px;
    text-align: left;
    border: 1px solid #CED4DA;
    box-shadow: 0 4px 8px 0 rgb(51 51 51 / 8%);
    flex: 1 1 0;
}

.scene-wrapper .scene-content>div {
    padding-bottom: 30px;
}

.scene-wrapper .scene-content>div h6 {
    margin-bottom: 12px;
}

.scene-wrapper .scene-content>div p {
    color: #666666;
}

/**
 * solution - live & vod
 */

#room-wrapper {
    margin: 0px auto;
    width: 100%;
    background-color: #FBF5E7;
    display: flex;
}

#room-wrapper.fixed {
    margin: 0;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1100;
}

#room-wrapper .room-wrapper {
    width: 100%;
    box-shadow: 0 4px 8px 0 rgb(51 51 51 / 8%);
    flex: 1 1;
}

#room-wrapper .room-wrapper .room-title {
    padding: 12px 16px;
    width: 100%;
    border-bottom: 1px solid #e5e4e4;
    background-color: #FFFFFF;
}

#room-wrapper.fixed .room-wrapper .room-title {
    display: none;
}

#room-wrapper .room-wrapper .room-title h3 {
    text-align: left;
}

#room-wrapper .room-wrapper .room-title .info {
    margin-top: 10px;
    font-size: 14px;
    display: flex;
}

#room-wrapper .room-wrapper .room-title .info>* {
    margin-right: 20px;
}

#room-wrapper .room-wrapper .content {
    width: 100%;
    position: relative;
}

#room-wrapper.fixed .room-wrapper .content {
    height: 100%;
    padding-bottom: unset;
}

#room-wrapper .room-wrapper .content #player-element,
#room-wrapper .room-wrapper .content #dialog-element {
    width: 100%;
    height: 100%;
    position: absolute;
}

#room-wrapper>#dialog-element {
    margin-left: 10px;
    width: 360px;
    max-width: 30%;
    box-shadow: 0 4px 8px 0 rgb(51 51 51 / 8%);
    flex-grow: 0;
}

@media only screen and (max-width: 900px) {
    #room-wrapper #dialog-wrapper {
        width: 320px;
    }
}

@media only screen and (max-width: 568px) {}

.player-input-wrapper {
    padding: 12px 16px;
    width: 100%;
    background-color: #FFFFFF;
    display: flex;
}

#room-wrapper.fixed .player-input-wrapper {
    display: none;
}

.player-input-wrapper input {
    margin-right: 8px;
    flex: 1 1;
}

.player-input-wrapper .btn {
    width: 80px;
    height: 36px;
    line-height: 36px;
    flex-grow: 0;
}

/**
 * solution - conference
 */

.conference-wrapper {
    width: 100%;
    height: 100%;
    color: #FFFFFF;
    background-color: #000000;
    position: relative;
    display: flex;
}

.conference-wrapper .conference-content {
    width: 70%;
    position: relative;
    flex: 1 1;
}

.conference-wrapper .conference-content .camera-wrapper {
    width: 100%;
    height: 100%;
}

.conference-wrapper .conference-content .camera-wrapper video {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.conference-wrapper .conference-content .conference-display {
    padding: 20px;
    position: absolute;
    top: 0;
    left: 0;
}

.conference-wrapper .conference-content .conference-display label {
    width: 100%;
    display: inline-block;
    text-align-last: justify;
    white-space: nowrap;
}

.conference-wrapper .conference-content .conference-display select,
.conference-wrapper .conference-content .conference-display input {
    width: 100%;
    height: 28px;
}

.conference-wrapper .conference-userlist {
    padding: 20px;
    width: 30%;
    text-align: center;
}

.conference-wrapper .conference-userlist label {
    padding-bottom: 10px;
    border-bottom: 1px solid #666666;
    display: block;
}

.conference-wrapper .conference-userlist>div {
    margin-top: 10px;
    height: calc(100% - 150px);
    display: flex;
    flex-direction: column;
    overflow-y: scroll;
}

.conference-wrapper .conference-userlist>div>video {
    margin: 0 0 10px;
}

.conference-wrapper .conference-userlist>div>video:last-child {
    margin: 0;
}

.conference-wrapper .conference-controlbar {
    padding: 24px;
    height: 104px;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.conference-wrapper .conference-controlbar li {
    padding: 4px;
}

.conference-wrapper .conference-controlbar li button {
    padding: 12px;
    border: 0;
    border-radius: 50%;
    color: #FFFFFF;
    background-color: transparent;
    transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    cursor: pointer;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.conference-wrapper .conference-controlbar li button span {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: inherit;
    display: block;
}

.conference-wrapper .conference-controlbar li button:hover span {
    background-color: #FFFFFF;
    opacity: .1;
}

.conference-wrapper .conference-controlbar li button.on .bi-mic-mute-fill,
.conference-wrapper .conference-controlbar li button.on .bi-camera-video-off-fill {
    display: none;
}

.conference-wrapper .conference-controlbar li button.off .bi-mic-fill,
.conference-wrapper .conference-controlbar li button.off .bi-camera-video-fill {
    display: none;
}

.conference-wrapper .conference-controlbar li button.dial,
.conference-wrapper .conference-controlbar li button.hangup {
    width: 56px;
    height: 56px;
}

.conference-wrapper .conference-controlbar li button.dial {
    color: #000000;
    background-color: #D5D5D5;
}

.conference-wrapper .conference-controlbar li button.hangup {
    background: #EF5350 !important;
}

@media only screen and (max-width: 568px) {
    .conference-wrapper {
        flex-direction: column;
    }

    .conference-wrapper .conference-content {
        width: 100%;
        max-height: 60%;
    }

    .conference-wrapper .conference-userlist {
        padding: 0;
        width: 100%;
        max-height: calc(40% - 104px);
    }

    .conference-wrapper .conference-userlist label {
        display: none;
    }

    .conference-wrapper .conference-userlist>div {
        margin: 0;
        height: 100%;
        max-height: unset;
        flex-direction: row;
    }

    .conference-wrapper .conference-userlist>div>video {
        margin: 0 10px 0 0;
    }

    .conference-wrapper .conference-userlist>div>video:last-child {
        margin: 0;
    }

    .conference-wrapper .conference-controlbar {
        position: relative;
    }
}

/**
 * article
 */

.link-group.article h3,
.link-group.article h4,
.link-group.article h5,
.link-group.article h6 {
    margin-bottom: 12px;
}

.link-group.article h3,
.link-group.article .author {
    display: block;
}

.link-group.article .underline {
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #CED4DA;
}

.link-group.article table {
    width: 100%;
}

.link-group.article table thead tr th {
    padding: 0px;
}

.link-group.article table tbody tr td {
    padding: 5px 0px;
}

.link-group.article.blog table tbody tr td:nth-child(2) {
    padding: 5px 30px 5px 0px;
    text-align: right;
}

.link-group.article.catalog ul {
    margin-left: 2rem;
}

.link-group.article p {
    margin-bottom: 16px;
    text-indent: 2em;
}

.link-group.article figure {
    margin: 0px auto 16px;
    max-width: 800px;
}

.link-group.article figure img {
    width: 100%;
    height: auto;
}

/**
 * article
 */

footer .link-group>li {
    border: unset;
    box-shadow: unset;
}

footer .footerall section {
    padding: 36px 0px 0px;
}

footer .footerall .link-group>li {
    padding-top: 0px;
    background-color: #FFFAFA;
}

footer .footerall .btn {
    width: 180px;
    height: 36px;
    line-height: 36px;
}

footer .footerall .friendlink ul>li {
    margin-right: 20px;
    float: left;
}

footer .footerall .friendlink ul>li:last-child {
    margin-right: 0px;
}