
[v-cloak] {
    display: none;
}

body {
    padding: 0;
    margin: 0;
    font-style: normal;
    font-variant-ligatures: normal;
    font-variant-caps: normal;
    font-variant-numeric: normal;
    font-variant-east-asian: normal;
    font-weight: normal;
    font-stretch: normal;
    font-size: 14px;
    line-height: normal;
    font-family: "Microsoft YaHei", "Helvetica Neue", "Helvetica", "PingFang SC", "Tahoma, Arial", sans-serif;
}

.item-w-m {
    width: 1200px;
    margin: 0 auto;
}

.content-item {
    font-size: 14px;
    color: #555555;
}

.cus-input::-webkit-input-placeholder {
    color: rgba(85, 85, 85, 0.5);
}

.cus-input::-moz-placeholder {
    color: rgba(85, 85, 85, 0.5);
}

.cus-input::placeholder {
    color: rgba(85, 85, 85, 0.5);
}

a.cus-a {
    text-decoration: none;
}

/*头部-start*/
.head-item-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 50px;
}

.head-item-left {
    display: flex;
    align-items: center;
    height: 50px;
}

.head-item-r {
    display: flex;
    align-items: center;
}

.head-item-r-b {
    margin-left: 15px;
    display: flex;
    align-items: center;
}

.head-item-r-b > a {
    display: block;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 6px;
    font-size: 14px;
    width: 80px;
    color: #ffffff !important;
}

.head-item-r-b-a {
    background-color: #0053EE;
}

.head-item-r-b-b {
    background-color: #FEBB16;
    margin-left: 15px;
}

.head-item-r-b-c {
    margin-left: 15px;
    cursor: pointer;
}

.head-item-left-button {
    display: flex;
    justify-items: center;
}

.head-item-left-login, .head-item-left-register {
    width: 70px;
    height: 30px;
    border-radius: 4px;
    font-size: 16px;
    text-align: center;
    line-height: 30px;
    margin: 0 10px;
    box-sizing: border-box;
    cursor: pointer;
}

.head-item-left-login {
    background-color: #FBD174;
    color: #333333;
    border: 1px solid #FBD174;
}

.head-item-left-register {
    background: linear-gradient(90deg, rgba(251, 209, 115, 1), rgba(254, 187, 22, 1));
    padding: 1px;
    box-sizing: border-box;
}

.head-item-left-register > a {
    display: block;
    background-color: #ffffff;
    border-radius: 4px;
    height: 28px;
}

.head-item-left-register > a > span {
    background: -webkit-linear-gradient(90deg, #FBD275 0%, #FEBB12 100%);
    background: linear-gradient(90deg, #FBD275 0%, #FEBB12 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    line-height: 28px;
}

/*头部-end*/
/*头部菜单-start*/
.menu-item {
    display: flex;
    justify-content: space-between;
    height: 80px;
    align-items: center;
}

.menu-item-a {
    display: flex;
    height: 80px;
    align-items: center;
}

.menu-item-a-image {
    width: 50px;
    height: 50px;
    display: block;
}

.menu-item-a-desc {
    font-weight: bold;
    font-size: 32px;
    color: #333333;
    margin-left: 10px;
}

.menu-item-b-a {
    margin-left: 20px;
    font-size: 16px;
    color: #333333;
}

.menu-item-b-a:first-child {
    margin-left: 0;
}

a.menu-item-b-a-active, .menu-item-b-a:hover {
    background: -webkit-linear-gradient(90deg, #FBD275 0%, #FEBB12 100%);
    background: linear-gradient(90deg, #FBD275 0%, #FEBB12 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

/*头部菜单-end*/
/*底部-start*/
.foot-item {
    background-color: #262A2D;
}

.foot-item-one {
    display: flex;
    justify-content: space-between;
    height: 332px;
}

.foot-item-a {
    padding-top: 50px;
}

.foot-item-r {
    display: flex;
    justify-content: space-between;
}

.foot-item-r-b {
    margin: 15px 0 0 30px;
}

.foot-item-a-a {
    font-size: 22px;
    color: #FFFFFF;
}

.foot-item-a-b {
    margin-top: 20px;
    font-size: 16px;
    color: #FFFFFF;
    display: block;
}

.foot-item-a-c {
    font-size: 16px;
    color: #FFFFFF;
    width: 365px;
    margin-top: 20px;
}

.foot-item-a-d {
    font-size: 16px;
    color: #FFFFFF;
}

.foot-item-a-e {
    background: -webkit-linear-gradient(90deg, #FBD174 0%, #FEBB14 100%);
    background: linear-gradient(90deg, #FBD174 0%, #FEBB14 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-size: 22px;
    margin-top: 20px;
}

.foot-item-two {
    font-size: 16px;
    color: #FFFFFF;
    text-align: center;
    height: 72px;
    line-height: 72px;
}

.foot-item-two a {
    color: #FFFFFF;
    font-size: 16px;
}

.foot-item-t {
    border-top: 1px solid #CCCCCC;
}

/*底部-end*/