html {
    font-size: 12px;
    overflow-x: hidden;
}
html, body {
    position: relative;
    /*height: 100%;*/

}

a {
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    text-decoration: none !important;
}

a:hover {
    text-decoration: none;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

em {
    font-style: normal;
}

ol,ul{list-style:none}

li{display:list-item}

a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, dialog, div, dl, dt, em, embed, fieldset, figcaption, figure, font, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, hr, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, meter, nav, object, ol, output, p, pre, progress, q, rp, rt, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video, xmp {
    border: 0;
    margin: 0;
    padding: 0;
    font-size: 100%;
}

body, button, input, select, textarea {
    font: 14px/1 Microsoft YaHei;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
}

.containers {
    width: 1280px;
    margin: 0 auto;
}
body {
    background: #F4F4F4;

}
header {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url("../images/header_bg.png");
    background-position: center bottom;
    background-repeat: no-repeat;
    background-color: #F8F8F7;
}
.header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
    /*width: 100%;*/
}
.header .logo {}
.header .logo .img {
    max-width: 249px;
}
.header .search {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}
.header .search form {
    display: flex;
    align-items: center;
    justify-content: center;
}
.header .search .search-input {
    border: 1px solid #ddd;
    background: #fff;
    padding: 0 10px;
    outline: none;
    width: 260px;
    height: 36px;
    line-height: 36px;
    margin-right: 15px;
    color: #000;
}
.header .search .search-input::placeholder {
    color: #999;
}
.header .search button {
    padding: 0 10px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    background: #003399;
    color: #fff;
    font-size: 16px;
    letter-spacing: 10px;
    cursor: pointer;
}
.header .search button img {
    width: 24px;
    margin-right: 5px;
}

.section-navs {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #003399;
    width: 100%;
}
.navs {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.navs .nav-item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(100% / 7);
    height: 50px;
    position: relative;
}
.navs .nav-item .nav-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 16px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.navs .nav-item.active .nav-link,.navs .nav-item:hover .nav-link {
    background: #116DC0;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.navs .nav-item .children {
    position: absolute;
    left: 0;
    top: 49px;
    background: #003399;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    width: 100%;
    z-index: 99999;
    height: 0 !important;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    overflow: hidden;
}
.navs .nav-item .children .children-link {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 15px;
    padding: 10px 0;
    width: 100%;
}
.navs .nav-item .children .children-link:hover {
    background: #116DC0;
}
.navs .nav-item:hover .children {
    height: auto !important;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.section-login {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    width: 100%;
    position: relative;
}
.banner {
    width: 100%;
    height: 360px;
    overflow: hidden;
    position: relative;
}
.banner .swiper-wrapper .swiper-slide img{
    width: 100%;
    height: 360px;
}
.swiper-pagination-banner .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
}
.swiper-pagination-banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #003399;
}
.section-login  .login {
    position: absolute;
    left: calc((100% - 1280px) / 2);
    top:0;
    z-index: 999;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
}
.section-login  .login .login-box {
    width: 310px;
    height: 280px;
    background: rgba(255,255,255,0.6);
    border-radius: 10px;
    margin-top: 20px;
    padding: 20px 20px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
}
.section-login  .login .login-box h4 {
    font-size: 18px;
    color: #003399;
    width: 100%;
    text-align: center;
    margin-top: 5px;
}
.section-login  .login .login-box .login-form {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;

}
.section-login  .login .login-box .login-form form {
    width: 100%;
}
.section-login  .login .login-box .login-form .inp {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}
.section-login  .login .login-box .login-form .inp input {
    border: 1px solid #ddd;
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    outline: none;
    border-radius: 5px;
}
.section-login  .login .login-box button {
    width: 100%;
    border-radius: 5px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 10px;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
}
.section-login  .login .login-box .login-form .inp button.login-btn {
    border: 1px solid #0052CC;
    background: #0052CC;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.section-login  .login .login-box .login-form .inp button.login-btn:hover {
    border: 1px solid #003399;
    background: #003399;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.section-login  .login .login-box .login-form .inp .reg-btn {
    width: 100%;
    border-radius: 5px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 10px;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    border: 1px solid #0052CC;
    background: none;
    color: #0052CC;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.section-login  .login .login-box .login-form .inp .reg-btn:hover {
    border: 1px solid #003399;
    color: #003399;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.section-login  .login .login-box .login-info {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    margin-top: 50px;
}
.section-login  .login .login-box .login-info .login-info-item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.section-login  .login .login-box .login-info .login-info-item .avatar {
    width: 30px;
    height: 30px;
    margin-right: 15px;
}
.section-login  .login .login-box .login-info .login-info-item h5 {
    font-size: 16px;
    color: #333;
    font-weight: normal;
}
.section-login  .login .login-box .login-info .login-info-item .vip {
    width: 16px;
    margin: 4px 15px 0 5px;
}
.section-login  .login .login-box .login-info .login-info-item em {
    font-size: 16px;
    color: #333;
    font-weight: normal;
}
.section-login  .login .login-box .login-info .my-btn {
    border-radius: 5px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: bold;
    border: 1px solid #0052CC;
    background: none;
    color: #333;
    letter-spacing: 5px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    width: 80%;
    margin-top: 50px;
    height: 40px;
    line-height: 40px;
}
.section-login  .login .login-box .login-info .my-btn:hover {
    border: 1px solid #003399;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.section-login  .login .login-box .login-info .out-btn {
    border: 1px solid #0052CC;
    background: #0052CC;
    color: #fff;
    width: 80%;
    margin-top: 20px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.section-login  .login .login-box .login-info .out-btn:hover {
    border: 1px solid #003399;
    background: #003399;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.section-mains {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    width: 100%;
}
.mains {
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
}
.mains .mains-box {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: calc(100% - 40px);
    margin: 20px 20px;
}
.mains .mains-box .left {
    width: calc(100% - 370px);
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
}
.mains .mains-box .left .title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    background: #f6f6f6;
    margin-bottom: 40px;
}
.mains .mains-box .left .title .t {
    font-size: 18px;
    /*font-weight: bold;*/
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 160px;
    background: #0043A6;
    position: relative;
}
.mains .mains-box .left .title .t:before {
    content: '';
    position: absolute;
    left: 68px;
    bottom: -10px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #0043A6;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.mains .mains-box .left .title .more {
    font-size: 15px;
    color: #888;
    margin-right: 15px;
}
.mains .mains-box .left .title .more:hover {
    color: #003399;
}
.mains .mains-box .left .cons {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
    width: 100%;
}
.mains .mains-box .left .cons .cate {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    border-bottom: 1px solid rgba(17,109,192,0.3);
    padding-bottom: 15px;
    margin-bottom: 20px;
}
.mains .mains-box .left .cons .cate a {
    font-size: 18px;
    /*font-weight: bolder;*/
    color: #333;
    margin: 0 20px;
    position: relative;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.mains .mains-box .left .cons .cate a.active {
    color: #056BBD;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.mains .mains-box .left .cons .cate a:last-of-type {
    margin-right: 0;
}
.mains .mains-box .left .cons .cate a.active:before {
    content: "";
    width: 100%;
    left: 0;
    bottom: -17px;
    height: 4px;
    background: #056BBD;
    position: absolute;

}
.mains .mains-box .left .cons .list {
    display: none;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
    width: 100%;
}
.mains .mains-box .left .cons .list.active {
    display: flex;
}
.mains .mains-box .left .cons .list .item {
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #eee;
    width: 100%;
}
.mains .mains-box .left .cons .list .item .n {
    width: calc(100% - 100px);
    font-size: 16px;
    color: #000;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.mains .mains-box .left .cons .list .item .s {
    width: 100px;
    font-size: 14px;
    color: #888;
   text-align: right;
}
.mains .mains-box .left .cons .list .item:hover .n {
    color: #056BBD;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.mains .mains-box .left .cons .list .more {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    margin: 15px 0 32px;
}
.mains .mains-box .left .cons .list .more a {
    background: #0043A6;
    color: #fff;
    font-size: 14px;
    padding: 10px 30px;
    border-radius: 30px;
}
.mains .mains-box .left .cons .list .more a:hover {
    background: #003399;
}

.mains .mains-box .right {
    width: 340px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
}
.mains .mains-box .right .contact {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    width: 100%;
    background: #E3ECFB;
}
.mains .mains-box .right .contact .contact-image {
    width:100%;
    margin-bottom: 10px;
}
.mains .mains-box .right .contact p {
    margin-top: 15px;
    font-size: 16px;
    width: 220px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.mains .mains-box .right .contact .qrcode {
    width: 148px;
    height: 148px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.mains .mains-box .right .items {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
    width: 100%;
    margin-top: 10px;
}
.mains .mains-box .right .items .tit {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: calc(100% - 40px);
    background: linear-gradient(to right, #0043A6, #0B62E5);
    padding: 12px 20px;
}
.mains .mains-box .right .items .tit span {
    font-size: 18px;
    color: #fff;
}
.mains .mains-box .right .items .tit .more {
    font-size: 14px;
    color: #fff;
}
.mains .mains-box .right .items .lists {
    border: 1px solid #ddd;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
    width: calc(100% - 22px);
    padding: 0 10px;
    max-height: 252px;
    overflow: hidden;
}
.mains .mains-box .right .items .lists a{
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #eee;
    font-size: 16px;
    color: #333;
    height: 42px;
    line-height: 42px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.mains .mains-box .right .items .lists a:last-of-type {
    border-bottom: none;
}
.mains .mains-box .right .items .lists a:hover {
    color: #0B62E5;
}
.mains .links {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
    width: calc(100% - 40px);
    padding: 20px 20px;
}
.mains .links .t {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 10px 20px;
    font-size: 18px;
    font-weight: bolder;
    color: #fff;
    background: linear-gradient(to right, #0043A6, #0B62E5);
    width: calc(100% - 40px);
}
.mains .links .items {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 20px;
    overflow: hidden;
}
.mains .links .items a {
    width: calc((100% - 60px) / 5);
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
}
.mains .links .items a:last-of-type {
    margin-right: 0;
}
.mains .links .items a img {
    border: 1px solid #ddd;
    height: 62px;
    width: 100%;
}
footer {
    background: #0043A6;
    padding: 30px 0 80px;
    width: 100%;
}
.footer {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
}
.footer .bottom-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.footer .bottom-nav a {
    font-size: 15px;
    color: #fff;
}
.footer .bottom-nav em {
    width: 1px;
    height: 12px;
    background: #fff;
    margin: 0 10px;
}
.footer p {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    font-size: 15px;
    color: #fff;
    margin-top: 20px;
}
.mains .page-position {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: calc(100% - 70px);
    margin: 20px 20px;
    padding: 15px 20px;
    background: #F6F6F6;
    font-size: 15px;
    color: #333;
}
.mains .page-position a {
    color: #333;
}
.mains .page-position a:hover {
    color: #0B62E5;
}
.mains .page-position img {
    width: 8px;
    margin: 0 10px;
}
.mains .detail-box {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
    width: calc(100% - 70px);
    margin: 0 20px;
    padding: 20px 20px;
}
.mains .detail-box.w {
    width: calc(100% - 430px);
}
.mains .detail-box  .d-title {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    width: 100%;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(17,109,192,0.3);
}
.mains .detail-box  .d-title h3 {
    display: inline-block;
    width: 100%;
    font-size: 20px;
    color: #000;
    text-align: center;
}
.mains .detail-box  .d-title .tags {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: 20px;
}
.mains .detail-box  .d-title .tags span {
    margin: 0 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #777;
}
.mains .detail-box  .d-title .tags span .icon {
    width: 19px;
    margin-right: 5px;
}
.mains .detail-box .error-box {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    width: 100%;
    min-height: 500px;
}
.mains .detail-box .error-box .error-image {}
.mains .detail-box .error-box .tip {
    font-size: 18px;
    color: #999;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: 40px;
}
.mains .detail-box .error-box .error-image {}
.mains .detail-box .error-box .tip em {
    color: #0B62E5;
}
.mains .detail-box .error-box .error-image {}
.mains .detail-box .error-box  .to-login {
    font-size: 18px;
    color: #0B62E5;
    margin-top: 20px;
    font-weight: bolder;
}
.mains .detail-box .error-box .to-login:hover {
    color: #003399;
}
.mains .detail-box .page-more {
    margin-top: 40px;
    border-top: 1px solid rgba(17,109,192,0.3);
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
    padding: 20px 0 60px 100px;
    width: calc(100% - 100px);
}
.mains .detail-box .page-more .gd {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    margin-bottom:15px;
    font-size: 16px;
    color: #777;
}
.mains .detail-box .page-more .gd a {
    color: #777;
}
.mains .detail-box .page-more .gd a:hover {
    color: #003399;
}
.mains .detail-box .page-more .gd:last-of-type {
    margin-bottom: 0;
}
.mains .details {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    width: 100%;
    padding: 30px 0;
}
.mains .details .star-end-time {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70%;
    border: 1px solid #eee;
    margin: 20px 0 40px;
}
.mains .details .star-end-time span {
    width: 180px;
    text-align: center;
    font-size: 16px;
    color: #444;
    background: #D3E2FF;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mains .details .star-end-time em {
    width: calc((100% - 360px) / 2);
    padding: 0 15px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.mains .details .contents {
    display: inline-block;
    width: 100%;
    line-height: 34px;
    font-size: 16px;
    color: #444;
}
.mains .details .zb-form {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
    width: 100%;
    margin-top: 40px;
}
.mains .details .zb-form .f-title {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: calc(100% - 40px);
    height: 42px;
    background: #0043A6;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    padding: 0 20px;
}
.mains .details .zb-form .f-box {
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #ddd;
    width: calc(100% - 102px);
    padding: 25px 50px 45px;
}
.mains .details .zb-form .f-box .f-line {
    width: calc((100% - 80px) / 3);
    margin-right: 40px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
    margin-top: 20px;

}
.mains .details .zb-form .f-box .f-line.width {
    width: calc((((100% - 80px) / 3) * 2) + 40px);
}
.mains .details .zb-form .f-box .f-line.textarea {
    width: 100%;
}
.mains .details .zb-form .f-box .f-line.no-mr {
    margin-right: 0;
}
.mains .details .zb-form .f-box .f-line span {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    font-size: 16px;
    color: #333;
    margin-bottom: 10px;
}
.mains .details .zb-form .f-box .f-line span em {
    color: #f00;
    margin: 0 10px;
}
.mains .details .zb-form .f-box .f-line input {
    width: calc(100% - 20px);
    height: 36px;
    line-height: 36px;
    padding: 0 10px;
    color: #333;
    border: 1px solid #ddd;
    outline: none;
    font-size: 15px;
}
.mains .details .zb-form .f-box .f-line textarea {
    width: calc(100% - 20px);
    height: 180px;
    line-height: 36px;
    padding: 10px 10px;
    color: #333;
    border: 1px solid #ddd;
    outline: none;
    background: #F4F4F4;
    font-size: 15px;
}
.mains .details .zb-form .f-box .f-line input::placeholder,.mains .details .zb-form .f-box .f-line textarea::placeholder {
    color: #999;
}
.mains .details .zb-form .f-box .f-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: 40px;
}
.mains .details .zb-form .f-box .f-btn .btn {
    font-size: 16px;
    font-weight: bold;
    padding: 10px 30px 10px 40px;
    border: none;
    border-radius: 30px;
    color: #333;
    background: #DCDCDC;
    letter-spacing: 10px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    cursor: pointer;
}
.mains .details .zb-form .f-box .f-btn .btn:first-of-type {
    margin-right: 50px;
}
.mains .details .zb-form .f-box .f-btn .btn.btn-sub {
    background: #0043A6;
    color: #fff;
}
.mains .details .zb-form .f-box .f-btn .btn:hover {
    background: #ccc;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.mains .details .zb-form .f-box .f-btn .btn.btn-sub:hover {
    background: #003399;
}
.mains .g-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: calc(100% - 40px);
    background: #F6F6F6;
    margin: 20px 20px;
}
.mains .g-title .t {
    font-size: 18px;
    /*font-weight: bold;*/
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 160px;
    background: #0043A6;
    position: relative;
}
.mains .g-title .t:before {
    content: '';
    position: absolute;
    left: 68px;
    bottom: -10px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #0043A6;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.mains .g-title .s-page-position {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 15px;
    color: #333;
    margin-right: 20px;
}
.mains .g-title .s-page-position a {
    color: #333;
}
.mains .g-title .s-page-position a.on,.mains .g-title .s-page-position a:hover {
    color: #0B62E5;
}
.mains .g-title .s-page-position img {
    width: 8px;
    margin: 0 10px;
}
.mains .g-title .s-page-position img.position-image {
    width: 12px;
    margin-right: 3px;
}
.mains .a-con {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
}
.mains .d-right {
    width: 340px;
    margin-right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.mains .d-right .contact {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    width: 100%;
    background: #E3ECFB;
    margin-bottom: 20px;
}
.mains .d-right .contact .contact-image {
    width:100%;
    margin-bottom: 10px;
}
.mains .d-right .contact p {
    margin-top: 15px;
    font-size: 16px;
    width: 230px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.mains .d-right .contact .qrcode {
    width: 148px;
    height: 148px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.mains .detail-lists {
    margin: 20px 20px;
    width: calc(100% - 400px);
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
}
.mains .detail-lists .cates {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    /*margin-top: 20px;*/
}
.mains .detail-lists .cates a {
    font-size: 18px;
    color: #333;
    padding: 6px 30px;
    border-radius: 30px;
    margin-bottom: 20px;
}
.mains .detail-lists .cates a.active,.mains .detail-lists .cates a:hover {
    color: #fff;
    background: #0043A6;
}
.mains .detail-lists .lists {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 60px;
}
.mains .detail-lists .lists .s-title {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0 20px 5px;
    border-bottom: 1px solid rgba(17,109,192,0.3);
    width: calc(100% - 40px);
    font-size: 20px;
    color: #0043A8;
}
.mains .detail-lists .lists .s-title img {
    width: 30px;
    margin-right: 10px;
}
.mains .detail-lists .lists .items {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
    width: 100%;
}
.mains .detail-lists .lists .items .item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: calc(100% - 20px);
    padding: 20px 10px;
    border-bottom: 1px solid #eee;
}
.mains .detail-lists .lists .items .item h5 {
    font-size: 16px;
    color: #333;
    font-weight: normal;
    display: inline-block;
    width: calc(100% - 100px);
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.mains .detail-lists .lists .items .item span {
    width: 100px;
    text-align: right;
    font-size: 14px;
    color: #999;
}
.mains .detail-lists .lists .pages {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: 40px;
    font-size: 16px;
}
.diy_page {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}
.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    cursor: default;
    background-color: #0B62E5;
    border-color: #0B62E5;
}
.pagination > li > span {
    width: 36px;
    height: 36px;
    border: 1px solid #ddd;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 15px;
}
.pagination > li > a,.pagination > li.disabled > span {
    width: 36px;
    height: 36px;
    border: 1px solid #ddd;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0B62E5;
    font-size: 15px;
}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
    color: #0B62E5;
}
.mains .reg-box {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    width: 850px;
    padding: 40px 0 80px;
}
.mains .reg-box .reg-success {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    width: 100%;
    padding: 80px 0;
}
.mains .reg-box .reg-success h5 {
    font-size: 20px;
    color: #777;
    font-weight: normal;

}
.mains .reg-box .reg-success a {
    color: #0B62E5;
    font-size: 18px;
    margin-top: 40px;
}
.mains .reg-box .reg-success a:hover {
    color: #003399;
}
.mains .reg-box .reg-title {
    width: 100%;
    /*height: 100px;*/
    display: flex;
    align-items: center;
    justify-content: flex-start;
    /*flex-flow: column;*/
    /*background-image: url("../images/reg_bg.jpg");*/
    /*background-size: cover;*/
    /*background-repeat: no-repeat;*/
    border-bottom: 5px solid #2370D8;
}
.mains .reg-box .reg-title h5 {
    font-size: 24px;
    font-weight: normal;
    letter-spacing: 2px;
    color: #2370D8;
    margin-bottom: 10px
}
.mains .reg-box .reg-title span {
    font-size: 15px;
    color: #fff;
    margin-top: 15px;
}
.mains .reg-box .reg-form {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
    width: 100%;
    margin-top: 20px;
}
.mains .reg-box .reg-form .line {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    margin-top: 20px;
}

.mains .reg-box .reg-form .line .label {
    margin-right: 10px;
    width: 180px;
    font-size: 16px;
    color: #555;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.mains .reg-box .reg-form .line .label .tip {
    color: #f00;
    font-size: 20px;
}
.mains .reg-box .reg-form .line input {
    border: 1px solid #ddd;
    background: #fff;
    padding: 0 10px;
    margin-right: 10px;
    width: 280px;
    height: 34px;
    line-height: 34px;
    outline: none;
}
.mains .reg-box .reg-form .line small {
    color: #999;
}

.mains .reg-box .reg-form .xieyi {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    font-size: 15px;
    color: #777;
    margin-top: 40px;
    padding-left: 190px;
}
.mains .reg-box .reg-form .xieyi a {
    color: #0043A6;
}
.mains .reg-box .reg-form .reg-btn {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left: 190px;
    margin-top: 40px;
}
.mains .reg-box .reg-form .reg-btn .btn {
    height: 44px;
    line-height: 44px;
    background: #2370D8;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    width: 300px;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.mains .reg-box .reg-form .reg-btn .btn:hover {
    background: #003399;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.mains .u-center {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin: 20px 20px;
    width: calc(100% - 40px);
}
.mains .u-center .user-menu {
    background: #F4F4F4;
    width: 240px;
    padding: 15px 0;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
    min-height: 360px;
    margin-right: 60px;
}
.mains .u-center .user-menu a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 0;
    font-size: 18px;
    color: #333;
    width: 100%;
}
.mains .u-center .user-menu a:hover,.mains .u-center .user-menu a.active {
    background: #0043A6;
    color: #fff;
}
.mains .u-center .user-content {
    width: calc(100% - 300px);
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
}
.mains .u-center .user-content .u-title {
    font-size: 18px;
    color: #333;
    letter-spacing: 2px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    margin: 20px 0 20px;
}
.mains .u-center .user-content .no-login {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    width: 100%;
    min-height: 240px;
}
.mains .u-center .user-content .no-login .tip {
    font-size: 16px;
    color: #999;
    margin-bottom: 20px;
}
.mains .u-center .user-content .no-login  .to-login {
    font-size: 18px;
    color: #0B62E5;
    margin-top: 20px;
    font-weight: bolder;
}
.mains .u-center .user-content .no-login .to-login:hover {
    color: #003399;
}
.mains .u-center .user-content .user-info {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    padding: 20px 0 40px;
    border-bottom: 1px solid #ddd;
}
.mains .u-center .user-content .user-info .user-avatar {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    margin-right: 20px;
}
.mains .u-center .user-content .user-info .uf {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
}
.mains .u-center .user-content .user-info .uf .ut {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 15px;
}
.mains .u-center .user-content .user-info .uf .ut .name {
    font-size: 15px;
    color: #777;
    margin-right: 20px;
}
.mains .u-center .user-content .user-info .uf .ut .u-vip {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: #888;
    font-size: 15px;
}
.mains .u-center .user-content .user-info .uf .ut .u-vip .vip {
    width: 16px;
    margin: 0 5px;
}
.mains .u-center .user-content .user-info .uf .u-time {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 15px;
    font-size: 15px;
    color: #777;
}
.mains .u-center .user-content .user-info .uf .u-time span {
    color: #0B62E5;
    padding: 0 10px;
}
.mains .u-center .user-content .user-info .uf .u-time strong.c1 {
    color: #0B62E5;
    padding: 0 10px;
}
.mains .u-center .user-content .user-info .uf .u-time strong.c2 {
    color: #f00;
    padding: 0 10px;
}
.mains .u-center .user-content .user-info .uf .show-area {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: #777;
    font-size: 15px;
    margin-bottom: 15px;
}
.mains .u-center .user-content .user-info .uf .show-area strong {
    color: #333;
}
.mains .u-center .user-content .user-info .uf .show-area em {
    width: 1px;
    height: 14px;
    margin: 0 10px;
    background: #555;
}
.mains .u-center .user-content .user-info .uf .uz {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 14px;
    color: #777;
}
.mains .u-center .user-content .user-info .uf .uz .progress {
    width: 200px;
    margin: 0 10px;
    height: 10px;
    background: #E1E1E1;
    border-radius: 20px;
    position: relative;
}
.mains .u-center .user-content .user-info .uf .uz .progress em {
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 20px;
    background: #1E50AF;
    height: 10px;
}
.mains .u-center .user-content .u-form {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
    width: 100%;
    padding: 50px 0;
}
.mains .u-center .user-content .u-form .u-line {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    margin-bottom: 20px;
}
.mains .u-center .user-content .u-form .u-line .lab {
    width: 110px;
    font-size: 15px;
    color: #888;
    text-align: right;
    margin-right: 10px;
}
.mains .u-center .user-content .u-form .u-line .n-input {
    border: 1px solid #e3e3e3;
    padding: 0 10px;
    width: 300px;
    height: 36px;
    line-height: 36px;
    outline: none;
    border-radius: 5px;
    background: #EFEFEF;
}
.mains .u-center .user-content .u-form .u-line input {
    border: 1px solid #e3e3e3;
    padding: 0 10px;
    width: 300px;
    height: 36px;
    line-height: 36px;
    outline: none;
    border-radius: 5px;
}
.mains .u-center .user-content .u-form .u-line em {
    font-weight: bold;
    color: #f00;
    padding-left: 10px;
}
.mains .u-center .user-content .u-form .u-btn {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding-left: 120px;
}
.mains .u-center .user-content .u-form .u-btn .btn {
    font-size: 16px;
    color: #fff;
    background: #0043A6;
    padding: 10px 20px 10px 30px;
    letter-spacing: 10px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.mains .u-center .user-content .u-form .u-btn .btn:hover {
    background: #003399;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.mains .u-center .user-content .cy-box {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
    width: 100%;
    margin-bottom: 50px;
}
.mains .u-center .user-content .cy-box .bx {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    border: 1px solid #A7C6FC;
    border-bottom: none;
    margin-bottom: 20px;
}
.mains .u-center .user-content .cy-box .bx .ln {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: calc(100% / 3);
    border-bottom: 1px solid #A7C6FC;
}
.mains .u-center .user-content .cy-box .bx .ln.width {
    width: 100%;
}
.mains .u-center .user-content .cy-box .bx .ln .lb {
    width: 80px;
    height: 36px;
    font-size: 14px;
    color: #555;
    background: #EBF1FF;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mains .u-center .user-content .cy-box .bx .ln .lv {
    width: calc(100% - 100px);
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    color: #555;
    display: inline-block;
    text-align: left;
    padding: 0 10px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.mains .u-center .user-content .cy-box .bx .ln .lv a {
    color: #555;
    width: 100%;
    display: inline-block;
    text-align: left;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.mains .u-center .user-content .cy-box .bx .ln .lv a:hover {
    color: #003399;
}
.mains .u-center .user-content .cy-box .bx .ln .lv.red {
    color: red;
}
.mains .u-center .user-content .cy-box .bx .ln .lv.success {
    color: green;
}
.mains .u-center .user-content .cy-box .bx .ln .lv.blue {
    color: #09f;
}
.mains .u-center .user-content .cy-box .pages {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    font-size: 16px;
}
.msg-box,.error-info {
    display: none;
}
@media (max-width: 992px) {
    .containers {
        width: 100%;
    }
    body {
        width: 100vw;
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        flex-flow: column;
    }
    /*header {*/
    /*    width: 100vw;*/
    /*}*/
    /*.header {*/
    /*    width: unset;*/
    /*}*/
    /*.section-navs {*/
    /*    width: unset;*/
    /*}*/

}






