﻿.el-button {
    background: none !important;
    color: #cccccc;
}

.el-menu {
    background-color: rgba(0, 0, 0, 0) !important;
}

.el-menu.el-menu--horizontal {
    border: none !important;
}


/* body,
html {
    width: 100%;
    height: 100%;
    margin: 0;
} */

#app {
    width: 100%;
    background-image: url(../img/index/bg.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.video-box {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
}

.center-box {
    width: 671px;
    height: 237px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto auto;
    z-index: 11;
}

.center-img {
    width: 671px;
    height: 58px;
    display: block;
}

.center-p {
    width: 100%;
    text-align: center;
    line-height: 60px;
    font-size: 24px;
    color: #e6e6e6;
}

.center-button {
    width: 620px;
    height: 60px;
    display: -webkit-flex;
    display: flex;
    /* justify-content: space-between; */
    justify-content: space-around;
    margin: 30px auto 0 auto;
    align-items: center;
}

.center-button-item {
    width: 190px;
    height: 50px;
    margin-top: 5px;
    padding: 0 20px;
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    /* space-between; */
    border: 1px solid #ffffff;
    border-radius: 25px;
    cursor: pointer;
    position: relative;
}

.center-button-item:hover {
    background: hsla(0, 0%, 100%, 0.15);
}

.center-button-item span {
    color: #e6e6e6;
    font-size: 14px;
    margin-top: 10px;
    line-height: 30px;
    display: block;
    margin-left: 10px;
}

.show-img-box {
    display: none;
    width: 136px;
    height: 146px;
    position: absolute;
    bottom: -166px;
    left: 27px;
    /* transition: display 1s; */
}

.show-img-box img {
    width: 136px;
    height: 146px;
}

.ios {
    width: 21px;
    height: 24px;
    margin-top: 13px;
}

.android {
    width: 21px;
    height: 25px;
    margin-top: 13px;
}

.pc {
    width: 22px;
    height: 22px;
    margin-top: 13px;
}


/* 首页底部 */

.foot-box {
    width: 1000px;
    height: auto;
    position: absolute;
    left: 50%;
    margin-left: -500px;
    bottom: 0;
    z-index: 12;
    margin-bottom: 35px;
}

.foot-menu-box {
    width: 244px;
    display: -webkit-flex;
    display: flex;
    margin: 0 auto 10px auto;
    justify-content: space-between;
    height: 18px;
    line-height: 18px;
    font-size: 12px;
    color: #999999;
}

.foot-menu-box .m-name {
    width: auto;
    height: auto;
    cursor: pointer;
}

.foot-menu-box .m-name:hover {
    color: white;
    text-decoration: underline;
}

.foot-menu-box .m-line {
    width: 1px;
    background-color: #999999;
}

.text-line-p {
    width: 100%;
    text-align: center;
    color: #808080;
    height: auto;
    line-height: 24px;
}

.text-line-p a:hover {
    color: white;
    text-decoration: underline;
}

.s-line {
    margin: 0 2px;
    color: #808080;
}

.text-line-p a {
    margin: 0 5px;
    cursor: pointer;
    color: #808080;
}

.ga-img {
    width: 14px;
    height: 15px;
    margin-right: 10px;
}