/* html,
body {
    height: 100%;
    width: 100%;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: "Roboto", "SF Pro SC", "SF Pro Display", "SF Pro Icons", "PingFang SC", BlinkMacSystemFont, -apple-system, "Segoe UI", "Microsoft Yahei", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-weight: 400;
    margin: 0;
}

a {
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
    color: #474157;
}

a:hover,
a:focus {
    color: #474157;
}

hr {
    max-width: 100px;
    margin: 25px auto 0;
    border-width: 1px;
    border-color: rgba(34, 34, 34, 0.1);
}

hr.light {
    border-color: white;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 200;
    letter-spacing: 1px;
}

p {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 20px;
}


#mainbody {
    position: relative;
    width: 100%;
    min-height: auto;
    overflow-y: hidden;
    background: #f1f6fd;
    color: #474157;
    height: calc(100vh - 61px);
}

#mainbody > .container > .text-center {
    text-align: center;
    padding: 350px 0 50px;
    position: relative;
    height: 100vh;
}

#mainbody > .container > .text-center h1 {
    font-size: 50px;
    font-weight: bold;
    color: #171347
}

#mainbody > .container > .text-center > a {
    background: #fdcc52;
    background: -webkit-linear-gradient(#fdcc52, #fdc539);
    background: linear-gradient(#fdcc52, #fdc539);
    text-transform: uppercase;
    letter-spacing: 2px;
    border-radius: 300px;
    margin-top: 20px;
    padding: 10px 45px;
    font-size: 14px;
    text-decoration: none;
}

@media (max-height: 500px) {
    #mainbody {
        height: inherit;
    }
}

@media (min-width: 768px) {
    .navbar-default {
        background-color: transparent;
        border-color: transparent;
    }

    #mainbody .index-text {
        text-align: left;
    }
}

@media (max-width: 767px) {

    #mainbody > .container > .text-center {


        padding: 130px 0 0 0;
        height: calc(100vh - 261px);
    }

    #mainbody > .container > .text-center > h1 {


        font-size: 50px;
        margin-bottom: 20px;
    }
}

.footer {
    background-color: #222222;
    padding: 20px 0;
    color: rgba(255, 255, 255, 0.3);
    text-align: center;
}

.footer p {
    font-size: 14px;
    margin: 0;
} */
.container-fluid{
    padding-left: 0px;
    padding-right: 0px;
}

.wx{
    background-color:green;
    width:1.5em;
}

.table-btn{
    padding: 0px;
}

.main_reg{
    width: 383px;
    top: 210%;
}

.tixing{
    padding-top: 0px;
}

.captcha{
    width: 100px !important;
    height: 30px;
}


.logo img{
    padding: 0px;
}

.d1 p:first-of-type{
    font-weight: 500;
}

/* .navList li a{
    font-size: 18px;
} */

.gradient-text[data-v-c4f73052] {
    background-image: linear-gradient(#0799f7 0%, #0799f7 calc(100% - 80px), white 100%);
    /* background: linear-gradient(90deg, #0799f7, white); */
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    padding: 0 4px;
}

nav{
    min-height: 64px;
    position: fixed !important;
    top:0;
    width: 100%;
}

nav,nav,.sf-menu ul li a {
    background: rgba(255, 255, 255);
    backdrop-filter: blur(10px);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999;
}

.sf-menu{
    float: none !important;
}

.navList .btn, .mfsy{
    align-items: center;
    background: #00a63f;
    border-radius: .25rem;
    color: white;
    cursor: pointer;
    display: flex;
    height: 3.625rem;
    justify-content: center;
    margin-right: 1.875rem;
    text-decoration: none;
    width: 12.5rem;
}

.navList .item{
    display: inline-block;
    margin-top: 5%;
}

.navList .reg,.mfsy{
    margin-right: 0;
    background: linear-gradient(90deg, #ff8f3f, #ff6a00);
    color: #fff;
}

.imgYoushi p{
    color: black;
}

.col-lg-5{
    float: right;
}

.col-lg-offset-2{
    margin-left: 0px;
    margin-right: 20px;
}

.youshiBg{
    margin-top: 30px;
}

.btn:hover{
    color:white;
}

.boxx{
    background: #3268ff !important;
    box-shadow: none !important;
}
.gongao{
    background: #00a63f;
    box-shadow: none !important;
}
.nav-son a {
    height:39px;
    font-weight: bold !important;
    color: #1e1e1e !important;
}

.nav-son a:hover {
    color: #3268ff !important;
}