[v-cloak] {
    display: none;
}
*{
    padding: 0;
    margin: 0;
    list-style: none;
    box-sizing: border-box;
    text-decoration: none;
}
html,body{
    height: 100%;
}
a {
    color: inherit;
    text-decoration: none;
    transition: all .3s;
}
a:hover {
    color:#049be3;
}
img{
    display: block;
    width: 100%;
}
button{
    border: none;
    border-radius: 30px;
    padding: 5px 25px;
    font-size: 16px;
    font-weight: bold;
}
button.empty-button{
    border: 1px solid #049be3;
    color: #049be3;
    background: #fff0;
}
button.empty-button a{
    color: #049be3;
}
button.filling-button{
    border: 1px solid #049be3;
    color: #fff;
    background: -webkit-linear-gradient(272deg, #049be3 0%, #49cef0 100%);
}
button.filling-button a{
    color: #fff;
}
.width1200{
    /*width: 1200px;*/
    /*margin-left: auto;*/
    /*margin-right: auto;*/
}
.width80p{
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}
.width20p{
    width: 20%;
}
.flex{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.flex-between{
    display: flex;
    justify-content: space-between;
}
.light-blue-bg{
    background: #f8fbfd;
}
.header{
    height: 72px;
    padding: 0 90px;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    transition: background-color .5s;
    z-index:30;
}
.header.whiteBg{
    background: #fff;
    box-shadow: 0 5px 10px #0000001a;
}
.header .logo{
    width: 130px;
    margin-right: 10px;
}
.logoDiv h2{
    color: #049be3;
    display: none;
}
.header nav{
    display: flex;
    justify-content: flex-end;
    flex-grow: 1;
    margin-right: 1.25rem;
}
.header nav a{
    line-height: 72px;
    font-size:1.0vw;
    padding: 0 20px;
    color: #000;
    transition: all .3s;
}
.header nav a:hover,.header nav a.active{
    color:#049be3;
}
.header nav a.active{
    font-weight: 600;
}

/*移动端菜单样式*/
.header .menu-icon {
    display: none;
    cursor: pointer;
    font-size: 28px;
    color:#049be3;
}
.header .mobile-overlay {
    position: fixed;
    top: 72px;
    left: 0;
    width: 100%;
    height: calc(100% - 72px);
    background: rgba(0, 0, 0, 0.6);
    z-index: 28;
}
.header .mobile-menu {
    display: block;
    position: absolute;
    top: 72px;
    left: 0;
    width: 100%;
    background: #fff;
    border-top: 1px solid #eee;
    z-index: 29;
}
.header .mobile-menu a {
    display: block;
    padding: 15px;
    border-bottom: 1px solid #eee;
    color: #333;
}
.header .mobile-menu a.active {
    color: #049be3;
}
.slide-down-enter-active {
    transition: max-height 0.5s ease;
    overflow: hidden;
}
.slide-down-enter {
    max-height: 0; /* 展开开始时 */
}
.slide-down-enter-to {
    max-height: 500px; /* 展开结束时 */
}
.slide-down-leave-active {
    transition: opacity 0.5s ease;
    overflow: hidden;
}
.slide-down-leave {
    opacity: 1; /* 收起开始时 */
}
.slide-down-leave-to {
    opacity: 0; /* 收起结束时 */
}

.header .login-part{
}
.header .login-part button{
    margin-left: 10px;
}
.header .login-part button.empty-button{
    border: 1px solid #049be3;
    color: #049be3;
    background: #fff0;
}
.header .login-part button.filling-button{
    border: 1px solid #049be3;
    color: #fff;
    background: #049be3;
}
.banner{
    /*height: 450px;*/
    position: relative;
}
.banner img{
    height: 100%;
}
.title{
    text-align: center;
    padding: 100px 0 40px;
    line-height: 1.2;
}
.title h3{
    position: relative;
    padding-bottom: 10px;
    font-size: 2.8rem;
}
.title h3:after{
    position: absolute;
    bottom: 0;
    left:50%;
    transform: translateX(-50%);
    content: '';
    width: 3rem;
    height: 4px;
    background: #049be3;
}
.title p{
    padding: 20px 0;
    color: #9d9d9d;
    font-size: 1.2rem;
}
.title-noAfter {
    text-align: center;
    padding: 100px 0 40px;
    line-height: 1.2;
}
.title-noAfter h3 {
    font-size: 2.5rem;
    font-weight: normal;
}
.part_bottom_button{
    margin: 0 auto;
    text-align: center;
}
.part_bottom_button button{
    margin: 0 20px;
}
.second-title{
    position: relative;
    padding-left: 25px;
    font-size: 28px;
    line-height: 1;
    font-weight: normal;
}

.second-title::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 3px;
    height: 100%;
    background-color: #049be3;
}

.second-title::after {
    content: '';
    position: absolute;
    left: 8px;
    top: 50%;
    transform: translateY(-50%);
    width: 3px;
    height: 16px;
    background-color: #049be3;
}

.footer {
    background-color: #444;
    color: #fff;
}
.footer_top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 80px 0 70px;
}
.footer_top_side {
    -ms-flex-negative: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    width: 350px;
}
.footer_top_side .txt {
    font-size: 16px;
    line-height: 30px;
    color: #aaa;
}
.footer_top_side .txt a {
    color: #aaa;
    font-family: Montserrat-Bold;
    font-size: 18px;
}
.footer_top_side .qr_list {
    margin: 50px 0 0;
}
.footer_top_side .qr_list>ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    margin: 0 -20px;
    padding: 0;
}
.footer_top_side .qr_list>ul>li {
    padding: 0 20px;
    width: 50%;
}
.footer_top_side .qr_list>ul>li .item img{
    border-radius: 8px;
    padding: 6px;
    background: #fff;
}
.footer_top_side .qr_list>ul>li .item span {
    color: #ffffff4d;
    display: block;
    font-size: 14px;
    line-height: 2;
    text-align: center;
}
.footer_top_side .social_list>ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    margin: 0 -5px;
    padding: 0;
}
.footer_top_side .social_list>ul>li {
    padding: 0 5px;
}
.footer_top_side .social_list>ul>li .item, .footer_top_side .social_list>ul>li a {
    display: block;
    height: 35px;
    width:35px;
}
.footer_top_nav {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 75px;
}
.footer_top_nav>ul {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    list-style: none;
    margin: 0;
    padding: 0;
}
.footer_top_nav>ul>li>a {
    color: #aaa;
    display: block;
    font-size: 20px;
    line-height: 1;
}
.footer_top_nav>ul>li>a:after {
    background-color: #fff;
    content: "";
    display: block;
    height: 1px;
    line-height: 1px;
    margin: 20px 0 20px;
    opacity: .3;
    -webkit-transition: all .5s;
    transition: all .5s;
    width: 45px;
}
.footer_top_nav>ul>li>ul>li.mb {
    margin-bottom: 10px;
}
.footer_top_nav>ul>li>ul>li a {
    color: #aaa;
    font-size: 14px;
    line-height: 2;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.footer_top_nav>ul>li>ul>li a:hover {
    color: #fff;
}
.footer_copyright {
    border-top: 1px solid #616161;
    color: #fff9;
    font-size: 14px;
    line-height: 2;
    padding: 35px 0;
    text-align: center;
}
.footer_copyright span, .footer_copyright a {
    margin-right: 5px;
}
.suspended{
    position: fixed;
    right: 0;
    top: 50%;
    z-index: 20;
    transform: translateY(-50%);
    background:#0091d6;
    border-radius: 10px 0 0 10px;
}
.suspended .suspended-item{
    padding: 10px;
    color: #fff;
    border-bottom: 1px solid #fff5;
    text-align: center;
    transition: all .5s;
    position: relative;
    cursor: pointer;
}
.suspended .suspended-item .extra{
    position: absolute;
    right: 100%;
    top: 0;
    background:#0091d6;
    padding: 10px;
    color: #fff;
    white-space: nowrap;
    min-height: 100%;
    display: none;
    transition: all .5s ease;
    border-radius: 10px 0 0 10px;
}
.suspended .suspended-item .extra .number{
    display: flex;
    align-items: center;
}
.suspended .suspended-item .extra .wechat{
    width: 150px;
    height: 150px;
    padding: 10px;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
}
.suspended .suspended-item:hover .extra{
    display: flex;
}
.suspended .suspended-item:last-child{
    border-bottom: none;
}
.suspended .suspended-item:hover{
    background: #fff;
    color:#0091d6;
}
.suspended .suspended-item .icon{
    font-size: 20px;
    text-align: center;
    margin-bottom: 10px;
}
.suspended .suspended-item .name{
    font-size: 12px;
    cursor: default;
}

@media (max-width: 1024px) and (hover: none) and (pointer: coarse) {
    .header {
        padding: 0 30px;
    }
    .header .width1200 {
        height: 100%;
    }
    .header nav {
        display: none;
    }
    .header .menu-icon {
        display: block;
    }
}

@media screen and (min-width:992px) and (max-width:1199px) {
    .header {
        padding: 0 45px;
    }
    .header nav a{
        padding: 0 15px;
        font-size: 14px;
    }
    .title {
        padding: 60px 0 30px;
    }
    .title h3 {
        font-size: 2.2rem;
    }
    .title p {
        font-size: 1rem;
    }
    .footer .width80p {
        width: 90%;
    }
    .footer_top_side {
        width: 30%;
    }
}

@media screen and (min-width:768px) and (max-width:991px) {
    .header {
        padding: 0 30px;
    }
    .header nav a{
        padding: 0 10px;
        font-size: 14px;
    }
    .title {
        padding: 50px 0 20px;
    }
    .title h3 {
        font-size: 2rem;
    }
    .title p {
        font-size: 1rem;
    }
    .footer .width80p {
        width: 90%;
    }
    .footer_top {
        flex-direction: column;
        padding: 40px 0 30px;
    }
    .footer_top_side {
        width: 100%;
        text-align: center;
    }
    .footer_top_side .qr_list {
        margin: 20px 0 0;
    }
    .footer_top_side .qr_list>ul {
        justify-content: center;
    }
    .footer_top_side .qr_list>ul>li {
        width: 30%;
    }
    .footer_top_nav {
        display: none;
        padding-left: 0;
        margin: 20px 0 0;
    }
    button {
        padding: 5px 20px;
        font-size: 15px;
    }
}

@media (max-width: 767px) {
    .banner {
        padding-top: 60px;
    }
    .header {
        height: 60px;
        padding: 0 20px;
    }
    .header .logo {
        width: 100px;
    }
    .header .mobile-menu {
        top: 60px;
    }
    .title {
        padding: 40px 0 20px;
    }
    .title h3 {
        font-size: 1.4rem;
    }
    .title p {
        padding: 20px;
        font-size: 0.9rem;
    }
    .footer .width80p {
        width: 90%;
    }
    .footer_top {
        flex-direction: column;
        padding: 20px 0 15px;
    }
    .footer_top_side {
        width: 100%;
        text-align: center;
    }
    .footer_top_side .txt {
        font-size: 14px;
    }
    .footer_top_side .txt a {
        font-size: 16px;
    }
    .footer_top_side .qr_list {
        margin: 15px 0 0;
    }
    .footer_top_side .qr_list>ul {
        justify-content: center;
    }
    .footer_top_side .qr_list>ul>li {
        width: 40%;
        padding: 0 15px;
    }
    .footer_top_side .qr_list>ul>li .item span {
        margin-top: 5px;
        font-size: 12px;
        line-height: 1.6;
    }
    .footer_top_nav {
        display: none;
        padding-left: 0;
        margin: 20px 0 0;
    }
    .footer_copyright {
        padding: 15px 0;
        font-size: 12px;
        line-height: 1.6;
    }
    button {
        padding: 5px 20px;
        font-size: 14px;
    }
    .part_bottom_button button {
        margin: 0 15px;
    }
    .second-title {
        font-size: 24px;
    }
}
