* {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
    color: #333;
}

a:hover {
    color: #333;
    text-decoration: none;
}

body {
    background-image: url("../images/indexBg.png");
    background-repeat: repeat-y;
}

.topDiv {
    width: 100%;
    background-image: url("../images/bg.png");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 50px;
    position: relative;
}

header {
    height: 100px;
    border-bottom: 1px #ccc solid;
}

.logoBox {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logoBox .logo {
    flex: 7;
    display: flex;
    align-items: center;
}

.logoBox .logo img {
    margin-right: 10px;
}

.logoBox .logo .logoTit p {
    line-height: 20px;
    font-size: 14px;
    color: #fff;
    margin: 0;
}

.logoBox .connect {
    flex: 3;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    position: relative;
}

.connectMethod {
    width: 400px;
    height: 30px;
    line-height: 30px;
    border-radius: 0px 0px 0px 0px;
    background-color: rgba(80, 255, 255, 0.38);
    text-align: center;
    color: #fff;
    position: absolute;
    top: 70px;
    left: 0px;
    display: flex;
    justify-content: center;
    animation: connectMethodAni 1s forwards;
    display: none;
}

.connectMethod text {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    margin: auto;
    width: 0px;
    height: 0px;
    border: 10px solid transparent;
    border-left: 10px solid rgba(80, 255, 255, 0.38);
}

@keyframes connectMethodAni {
    from {
        transform: translateX(1000px);
    }
    to {
        transform: translateX(0px);
    }
}

.connectMethod p {
    margin-right: 20px;
}

.logoBox .connect .menuimg {
    width: 30px;
    height: 30px;
    margin-left: 50px;
}

.menuCommon {
    width: 60%;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: start;
}

.menuCommon .menuCommonOne {
    flex: 1;
    text-align: center;
    color: #fff;
    height: 30px;
    font-weight: 700;
    position: relative;
}

.top-center {
    height: 400px;
    position: relative;
}

.top-center .gsbg {
    position: absolute;
    right: 20%;
    top: 100px;
    width: 282px;
    height: 242px;
}

.textTop {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 120px;
    margin: auto;
    font-size: 28px;
    text-align: center;
    font-family: AlibabaPuHui-regular;
}

.blue {
    color: rgba(80, 255, 255, 1) !important;
}

.textMidd {
    position: absolute;
    left: 20%;
    top: 165px;
    color: rgba(255, 255, 255, 1);
    font-size: 36px;
    text-align: center;
    font-family: PMZDBiaoTi-regular;
}

.textMidd text {
    margin-right: 20px;
}

.textBottom {
    position: absolute;
    left: 20%;
    top: 230px;
    width: 70%;
    max-width: 500px;
    border-radius: 30px 0px 0px 30px;
    background: linear-gradient(94.71deg, rgba(80, 255, 255, 1) 10.47%, rgba(255, 255, 255, 0) 96.33%);
    color: rgba(255, 255, 255, 1);
    font-size: 18px;
    text-align: center;
    font-family: Roboto;
}

.menuList {
    width: 70%;
    height: 120px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.25);
    text-align: center;
}

.menuOne {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.menuOne p {
    color: rgb(206, 206, 206);
    margin-top: 10px;
}

.menuPhone {
    position: absolute;
    top: 80px;
    left: 0px;
    width: 100%;
    background-color: rgb(0, 0, 0, 0.8);
    display: none;
}

.menuPhone li {
    line-height: 30px;
    text-align: center;
    height: 30px;
    color: #fff;
}

.menuPhone .activeLi {
    color: rgb(80, 255, 255) !important;
}

.bottomBox {
    background: linear-gradient(180deg, rgba(51, 51, 51, 1) 0%, rgba(39, 52, 58, 1) 100%);
}

.bottomBox .centerTit {
    color: #fff;
}

.friendConnect img {
    display: block;
    margin: 20px auto;
}

.friendConnect p {
    text-align: center;
    color: #fff;
    font-size: 12px;
}

.copy {
    border-top: 1px solid rgba(255, 255, 255, 0.62);
    color: #fff;
    font-size: 12px;
    height: 100px;
    display: flex;
    align-items: center;
}

.centerTit {
    width: 30%;
    max-width: 400px;
    min-width: 200px;
    margin: 50px auto;
    height: 100px;
    line-height: 100px;
    border-radius: 25px;
    text-align: center;
    background-image: url("/static/index/images/titBg.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    /* border: 1px solid rgba(80, 255, 255, 1); */
    font-size: 22px;
    font-weight: 700;
    position: relative;
}

.jiao {
    width: 0px;
    height: 0px;
    border: 10px solid transparent;
    border-top: 10px solid #ccc;
    position: absolute;
    top: 50px;
    left: 0px;
    right: 0px;
    margin: auto;
}

.menuCommonOneActived {
    color: rgb(80, 255, 255) !important;
    border-bottom: 2px solid rgb(80, 255, 255);
}

.topMenuListActived b {
    display: block;
}

.topMenuList {
    position: absolute;
    top: 30px;
    /* width: 600%;
	max-width: 600%; */
    /* min-width: 600%;  */
    height: 50px;
    line-height: 50px;
    display: flex;
    justify-content: space-between;
    display: none;
    background-color: rgba(80, 255, 255, 0.48);
    border-top: 2px solid rgb(80, 255, 255);
    z-index: 9;
}

.topMenuListAct {
    display: flex;
    animation: topMenuListActMove 1s forwards;
}

.pageNav {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    text-align: center;
}

@keyframes topMenuListActMove {
    form {
        transform: translateY(-1000px);
        opacity: 0;
    }
    to {
        transform: translateY(0px);
        opacity: 1;
    }
}

.topMenuList li {
    color: #fff;
    font-size: 12px;
    position: relative;
}

.topMenuList li p {
    width: 95px;
}

.topMenuList li b {
    width: 0px;
    height: 0px;
    border: 5px solid transparent;
    border-top: 5px solid rgb(80, 255, 255);
    position: absolute;
    left: 0px;
    right: 0px;
    top: 5px;
    margin: 0 auto;
    display: none;
    animation: bAni 1s forwards;
}

.xiao-shou {
    cursor: pointer;
}

@media (min-width: 992px) {
    .menuPhone {
        display: none !important;
    }
}

@media (max-width: 992px) {
    .menuPhone {
        top: 70px
    }
    .menuCommon {
        display: none;
    }
    header {
        height: 70px
    }
}

@media (max-width: 768px) {
    header {
        height: 80px;
    }
    .logoBox .logo .logoTit p {
        font-size: 12px;
    }
    .textLittle {
        font-size: 16px;
    }
    .textBottom {
        width: 80%;
    }
    .centerTit {
        font-size: 16px;
        margin: 20px auto;
    }
    .more {
        margin: 20px auto;
    }
    .jianjieBox {
        padding: 0 20px;
    }
    .copy {
        height: 150px !important;
    }
    .copy .container div:nth-of-type(1) {
        margin-bottom: 10px;
    }
    .menuPhone {
        top: 80px;
    }
}