.layui-layer-btn a{
    font-size: 12px;
}
.icon {
    display: inline-block;
}
.hide {
    display: none;
}
header {
    height: 1.333333rem;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 99999;
    width: 100%;
    background-color: #fff;
    box-shadow: 1px 1px .17rem 0px
    rgba(56, 56, 56, 0.24);
}
header > nav {
    padding: .346667rem;
    display: flex;
    justify-content: space-between;
    color: #fff;
    align-items: center;
    height: 100%;
    color: #333;
}
header .side-icon {
    padding: .133333rem;
    cursor: pointer;
}
header .side-icon > i {
    display: block;
    width: .4rem;
    height: .293333rem;
    background: url('../images/menu-black.png') no-repeat;
    background-size: contain;
}
header > nav .title{
    font-size: .4rem;
    font-weight: bold;
    padding-left: 2rem;
}
header .right {
    width: 3.2rem;
    height: .666667rem;
    border-radius: .4rem;
    background-color: #FFF;
    font-size: .27rem;
    color: #333333;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #dcdcdc;
}
header .title > img {
    width: .626667rem;
    height: .626667rem;
    vertical-align: middle;
}
header .title > span {
    vertical-align: middle;
}
header .right > img {
    width: .32rem;
    height: .32rem;
    margin-right: .11rem;
}
.company-info {
    width: 100%;
    background: url("../images/footer-bg.png") no-repeat;
    background-size: cover;
    justify-content: space-between;
    padding: .6rem .4rem;
}
.company-info .flex {

}
.company-info .copyright {
    font-size: .35rem;
    color: #fff;
    text-align: center;
}
.company-info .copyright p {
    line-height: 1.4;
}
.main-info > h4 {
    font-size: .4rem;
    color: #3ccba6;
    margin-bottom: .586667rem;
}
.main-info > p {
    font-size: .346667rem;
    color: #fff;
    padding-bottom: .266667rem;
    line-height: 1.4;
}
.company-code {
    text-align: center;
    width: 2.666667rem;
}
.company-code img {
    width: 2.2rem;
    height: 2.2rem;
}
.company-code  p {
    color: #fff;
    text-align: center;
    padding: .266667rem 0rem;
    font-size: .213333rem;
}
.footer-link {
    background: #3ccba6;
    width: 100%;
    position: fixed;
    bottom: 0px;
    left: 0px;
    z-index: 99999;
}
footer {
    padding-bottom: 38px;
}
.footer-link .link-list {
    padding: .266667rem 0rem;
}
.link-list .link-item {
    width: 50%;
    margin: .173333rem 0rem;
    text-align: center;
    color: #fff;
    font-size: .4rem;
    display: block;
}
.link-list .link-item:first-child {
    border-right: 1px solid #fff;
}
.link-connect {
    width: .466667rem;
    height: .426667rem;
    background: url("../images/connect-icon.png") no-repeat;
    background-size: contain;
    vertical-align: middle;
}
.link-register {
    width: .466667rem;
    height: .426667rem;
    background: url("../images/register-icon.png") no-repeat;
    background-size: contain;
    vertical-align: middle;
}
.side-mask-wrap {
    position: fixed;
    left: -100%;
    top: 0rem;
    width: 100%;
    height: 100%;
    z-index: 10000001;
    transition: left 0.3s ease-in-out 0.1s;
    -moz-transition: left 0.3s ease-in-out 0.1s;
    -webkit-transition: left 0.3s ease-in-out 0.1s;
    transition: left 0.3s ease-in-out 0.1s;
}
.side-mask-wrap.show {
    left: 0rem;
}
.side-mask {
    position: absolute;
    left: 0rem;
    top: 0rem;
    width: 70%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
}
.side-mask .close {
    position: absolute;
    width: .35rem;
    height: .35rem;
    top: .52rem;
    left: .37rem;
}
.side-mask .navigation {
    padding: .933333rem 0rem 0rem 1.05rem;
    position: relative;
}
.navigation::before {
    content: '';
    position: absolute;
    top: .933333rem;
    left: 2.133333rem;
    height: .08rem;
    width: 1.2rem;
    background: #3ccba6;
    border-radius: .04rem;
}
.side-mask  .navigation-item {
    padding-top: .466667rem;
}
.navigation-item > a {
    color: #fff;
    font-size: .4rem;
}
.navigation-item img {
    width: .17rem;
    height: .15rem;
    position: relative;
    top: -1px;
}
.navigation-item img.rotate {
    transform: rotate(180deg);
    transition: transform .2s ease-in;
}
.navigation-item .sub-menu {
    display: none;
    padding: .46rem 0 0 1.12rem;
    /* line-height: .8rem; */
}
.navigation-item .sub-menu.show {
    display: block;
}
.navigation-item .sub-menu a {
    display: inline-block;
    width: 2.19rem;
    color: #ccc;
    font-size: .37rem;

}
.navigation-item.active {
    position: relative;
}
.navigation-item.active > a{
    color: #3ccba6;
}
.video-mask {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    background-color: rgba(0, 0, 0, .3);
    display: none;
}
.video-mask.show {
    display: block;
}
.video-mask img {
    width: .8rem;
    height: .8rem;
    position: absolute;
    top: 1.85rem;
    right: .32rem;
}
.video-mask video {
    height: 5.63rem;
    background-color: #bfbfbf;
    margin-top: 5.77rem;
}