* {
    margin: 0;
    padding: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

[v-cloak] {
    display: none;
}

html,
body {
    background: #ffffff;
    font-family: "Microsoft YaHei", 微软雅黑, "MicrosoftJhengHei";
    font-size: 0.32rem;
    overflow-x: hidden;
}

div {
    -webkit-user-select: none;
    /* Safari */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* IE/Edge */
    user-select: none;
    /* 标准语法 */
    -webkit-tap-highlight-color: transparent;
}

ul,
li,
dl,
dd {
    list-style-type: none;
    list-style-image: none;
}

a {
    display: block;
    text-decoration: none;
    outline: none;
    color: #ffffff;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a:link,
a:visited,
a:hover,
a:active {
    text-decoration: none;
}

input,
textarea {
    border: none;
    outline: none;
}

textarea {
    resize: none;
}

select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border: none;
    outline: none;
}

.wrapper {
    width: 100%;
    height: auto;
    background: #ffffff;
    position: relative;
}

.banner-box {
    width: 100%;
    position: relative;
}


/* 设置滚动条宽度 */

::-webkit-scrollbar {
    width: 0px;
}


/* 滚动条底部轨道 */

 ::-webkit-scrollbar-track {
    background: transparent;
}


/* 设置滚动条上方按钮的背景色 */

 ::-webkit-scrollbar-button {
    background-color: transparent;
    display: block
}


/* 滚动条-thumb */

 ::-webkit-scrollbar-thumb {
    background: transparent;
    border: none;
    border-radius: 3px;
}

 ::-webkit-scrollbar-corner {
    background-color: transparent;
}


/*顶部按钮=====================================================================*/

.top-container {
    width: 100%;
    height: auto;
    z-index: 100;
    position: fixed;
    top: 0;
    left: 0;
}

.top-containers {
    background: #fff;
}

.top-content {
    width: 13.61rem;
    height: 0.56rem;
    display: flex;
    justify-content: space-between;
    margin: 0.15rem auto 0.17rem;
}

.logo,
.logo img {
    width: 1.84rem;
    height: 0.56rem;
}

.top-menu {
    width: 9.82rem;
    height: 0.64rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 0.1rem;
}

.top-menu-box {
    position: relative;
    height: 0.64rem;
    cursor: pointer;
}

.top-menu-box1 {
    width: 1.18rem;
}

.top-menu-box2 {
    width: 1.3rem;
}

.top-menu-box3 {
    width: 0.74rem;
}

.top-menu-box4 {
    width: 0.73rem;
}

.top-menu-box .menua {
    height: 0.18rem;
    position: absolute;
    top: 0.14rem;
    left: 0;
}

.top-menu-box .menub {
    height: 0.12rem;
    position: absolute;
    top: 0.14rem;
    left: 0;
    opacity: 0;
}

.menub-animation1 {
    -webkit-animation: fadeInDown .2s ease both;
}

.menub-animation2 {
    -webkit-animation: fadeInUp .2s ease both;
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        top: 0.14rem;
    }
    100% {
        opacity: 1;
        top: 0.04rem;
    }
}

@-webkit-keyframes fadeInDown {
    0% {
        top: 0.14rem;
    }
    100% {
        top: 0.22rem;
    }
}

.top-bottom-container {
    width: 19.20rem;
    height: 1.3rem;
    position: fixed;
    top: 0.82rem;
    left: 0;
}

.top-bottom-content {
    width: 19.20rem;
    height: 1.3rem;
    background: rgba(255, 255, 255, 0.5);
    position: relative;
    z-index: 10;
}

.top-bottom-box {
    width: 13.61rem;
    height: 1.3rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: auto;
}

.top-bottom-menu {
    flex: 1;
    height: 0.65rem;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.top-bottom-menu::after {
    content: '';
    width: 0.02rem;
    height: 0.65rem;
    background: #c6c6c6;
    position: absolute;
    right: 0;
    top: 0;
}

.top-bottom-menu:last-child:after {
    content: '';
    width: 0.02rem;
    height: 0.65rem;
    background: transparent;
    position: absolute;
    right: 0;
    top: 0;
}

.top-bottom-menu img {
    height: 0.18rem;
}


/*顶部按钮END=====================================================================*/


/*底部=====================================================================*/

.bottom-box {
    width: 100%;
    height: 4.3rem;
    background: url('../images/bottom-bg.png') no-repeat;
    background-size: 100% 100%;
    position: relative;
}

.bottom-box>div {
    width: 13.61rem;
    height: 4.3rem;
    position: relative;
    display: flex;
    margin: auto;
    padding-top: 0.9rem;
    justify-content: space-between;
    box-sizing: border-box;
}

.bottom-left-box {
    color: #fff;
    font-size: 0.14rem;
}

.bottom-left-top>div {
    display: flex;
    align-items: center;
    margin-bottom: 0.2rem;
}

.bottom-left-top>div img {
    margin-right: 0.1rem;
}

.icon1 {
    width: 0.16rem;
    height: 0.2rem;
}

.icon2 {
    width: 0.18rem;
    height: 0.19rem;
}

.icon3 {
    width: 0.21rem;
    height: 0.16rem;
}

.bottom-left-bottom {
    margin-top: 0.6rem;
}

.bottom-left-bottom div:first-child {
    margin-bottom: 0.2rem;
}

.bottom-right-box {
    display: flex;
    flex-direction: column;
    position: relative;
    align-items: flex-end;
}

.bottom-zxhz {
    width: 1.2rem;
    height: 0.3rem;
}

.bottom-right-box input {
    width: 3.56rem;
    height: 0.5rem;
    line-height: 0.5rem;
    font-size: 0.16rem;
    background: #fff;
    border: none;
    margin-top: 0.36rem;
    margin-bottom: 0.4rem;
    padding: 0 0.2rem;
}

.bottom-link-wx {
    display: flex;
    align-items: flex-end;
}

.bottom-link {
    display: flex;
    align-items: center;
    font-size: 0.14rem;
    color: #fff;
}

.bottom-link div {
    margin: 0 0.02rem;
}

.bottom-link-wx .wx {
    width: 0.88rem;
    height: 0.88rem;
    margin-left: 0.2rem;
}


/*底部按钮END=====================================================================*/