@charset "utf-8";
@import "https://at.alicdn.com/t/c/font_178760_4avmrsp9ycz.css";
@import "https://at.alicdn.com/t/c/font_178760_4jb088ofk19.css";
* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
 /* Firefox */
    -webkit-box-sizing: border-box;
    padding: 0;
    margin: 0;
}

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-size: 62.5%;
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
}

html::-webkit-scrollbar {
    width: 0px
}

body {
    width: 100%;
    height: 100%;
    font-family: Arial,"Microsoft Yahei";
    margin: 0 auto;
    color: #333;
}
.main-cont{
    max-width: 750px;
    margin:0 auto
}
a {
    background-color: transparent;
    color: #333;
    text-decoration: none;
    cursor: pointer;
}

a:active, a:hover {
    outline: 0
}

b, strong {
    font-weight: normal;
}

b, strong,em, i {
    font-style: normal
}

small {
    font-size: 80%
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

h1,h2,h3,h4,h5,h6 {
    font-weight: normal;
    color: #333
}

button {
    overflow: visible;
    outline: none;
}

button, select {
    text-transform: none;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled], html input[disabled] {
    cursor: default
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input,select,a {
    -webkit-tap-highlight-color: transparent;
    -moz-tap-highlight-color: transparent;
    outline: 0;
}

input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0
}

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
    height: auto
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

input:disabled {
    background: #fff;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px white inset !important;
}

textarea {
    overflow: auto;
    -webkit-tap-highlight-color: transparent;
    -moz-tap-highlight-color: transparent;
    outline: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

li {
    list-style: none
}

img {
    border: none
}

::-moz-placeholder {
    color: #ccc;
}

::-webkit-input-placeholder {
    color: #ccc;
}

:-ms-input-placeholder {
    color: #ccc !important;
}

.clearfix:before,.clearfix:after,.wrapper:after,.wrapper:before {
    content: "";
    display: table;
}

.clearfix:after,.wrapper:after {
    clear: both;
    overflow: hidden;
}

input::-webkit-input-placeholder {
    color: #999;
}

textarea::-webkit-input-placeholder {
    color: #999;
}

h1, h2,h3,h4,h5,h6,p {
    margin: 0;
    font-size: inherit;
}

.tl {
    text-align: left;
}

.ltr {
    float: right;
}

img {
    display: block;
    width: 100%;
}
.warper{
    padding: 0 15px;
}
.taber-nav-content .tab-nav-panel {
    display: none;
}

.taber-nav-content .active {
    display: block;
}

body {
    background: #0329BA;
}

.box {
    background: #F0F8FE;
    margin: 0 auto;
    margin-top: -20px;
    border-radius: 6px;
    margin-bottom: 30px;
    position: relative;
}

.tab-ul-list {
    border-radius: 6px 6px 0 0;
    background: #E0F2FF;
}

.tab-ul-list  li {
    float: left;
    width: 33.33333%;
}

.tab-ul-list  li a {
    display: block;
    text-align: center;
    padding: 10px 0;
    font-size: 16px;
    color: #3F81ED;
}

.tab-ul-list  li.active a {
    background: linear-gradient(to top,#267cf8,#48a9fa);
    color: #fff;
    position: relative;
}

.tab-ul-list  li.active a:after {
    content: '';
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 9px solid #267CF8;
    display: block;
    position: absolute;
    bottom: -6px;
    left: 50%;
    transform: translateX(-50%);
}

.tab-ul-list  li i {
    display: block;
    margin: 0 auto;
    margin-bottom: 0.15rem!important;
}

.tab-ul-list  li:nth-child(1) i {
    background: url(/public/assets/img/nav01.png) no-repeat;
    background-size: 100%;
    width: 15px;
    height: 16px;
}

.tab-ul-list  li:nth-child(2) i {
    background: url(/public/assets/img/wx/images/nav02.png) no-repeat;
    background-size: 100%;
    width: 16px;
    height: 16px;
}

.tab-ul-list  li:nth-child(3) i {
    background: url(/public/assets/img/wx/images/nav03.png) no-repeat;
    background-size: 100%;
    width: 16px;
   height: 16px;
}

.tab-ul-list  li:nth-child(1).active a i {
    background: url(/public/assets/img/wx/images/nav-active01.png) no-repeat;
    background-size: 100%;
}

.tab-ul-list  li:nth-child(1).active a {
    border-radius: 6px 0 0 0;
}

.tab-ul-list  li:nth-child(3).active a {
    border-radius: 0  6px 0 0;
}

.tab-ul-list  li:nth-child(2).active a i {
    background: url(/public/assets/img/wx/images/nav-active02.png) no-repeat;
    background-size: 100%;
}

.tab-ul-list  li:nth-child(3).active a i {
    background: url(/public/assets/img/wx/images/nav-active03.png) no-repeat;
    background-size: 100%;
}

.sliders2  a img {
    width: 50px;
    height: 50px;
    margin: 0 auto;
}

.sliders2  a {
    float: left;

    width: 25%;
}

.sliders2  a p {
    margin-top:10px;
    color: #545454;
    font-size: 14px;
    text-align: center;
    min-height: 65px;
}

.taber-nav-content {
    padding:30px  5px;
}


/* .sliders2 .item a .font-sise {
    font-size: .3rem;
} */

.sliders2 .owl-nav {
    display: none;
}

button {
    border: none;
    padding: 0;
    background: none;
}

.sliders2 .owl-dots {
    background: #E7EEF2;
    width: 130px;
    border-radius: 30px;
    text-align: center;

    height: 22px;
    margin: 0 auto;
    display: flex;
     margin-top:10px;
    justify-content: center;
    align-items: center;
}

.sliders2 .owl-dots .owl-dot span {
    margin: 0 5px;
    border-radius: 50%;
    width:6px;
    height: 6px;
}

.sliders2 {
    padding-bottom: .5rem;
}

.sliders2 .owl-dots .owl-dot span {
    background: #CDCDCD;
}

.sliders2 .owl-dots .owl-dot.active span,
 .sliders2 .owl-dots .owl-dot:hover span {
    background: #0A55F4;
}

.sliders2 .owl-item a img {
    width: 50px;
}
.header{
    position: relative;
}
.header .logo{
    position: absolute;
    left:20px;
    top:20px;
    width: 50%;
}

.padding-bottom {
    padding-bottom:30px;
}
.visible-lg-inline{
    display: none;
}


.footer {
    padding-bottom: 8px;
    margin-top: 20px;
    background-color: #565a5d;
    color: #b7b9ba;
    font-size: 12px;
    max-width: 750px;
    margin: 0 auto;
}
.footer .container{
    width: 100%;
}
.footer .links {
    float: left;
    width: 100%;
    margin-bottom: 25px;
    background-color: #4e5358;
    position: relative;
    z-index: 99;
}
.footer .links ul {
    margin-bottom: 0;
}
.footer .links ul {
    position: relative;
}
.footer .links li {
    margin-left: 78px;
    float: left;
    color: #fff;
}
.footer .links li:first-child {
    margin-left: 0;
}
.footer .links li p {
    margin: 0;
    padding: 15px 0;
}
.footer .links li p i {
    margin-left: 3px;
    display: inline-block;
    transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
}
.footer-logo {
    line-height: 28px;
}
.footer-icp {
    display: flex
;        text-align: center;
    align-items: center;
}
.footer-icp {
    justify-content: center;
}
.footer-icp a {
    margin-left: 15px;
}
.footer-icp a:first-child {
    margin-left: 0;
}
.footer a {
    color: #B7B9BA;
    display: inline-block;
}
.footer-bottom {
    padding-top: 8px;
    border-top: 1px solid #b7b9ba;
    padding-bottom: 60px;
    position: relative;
}
.footer-bottom .pull-left {
    text-align: center;
    display: block;
    float: none !important;
}
.footer-help {
    display: flex;
    align-items: center;
}
.footer-add li{
    display: flex
    ;
            justify-content: center;
            gap: 4px;
}
.footer-add li, .footer-help {
    width: 100% !important;
    text-align: center;
    flex-wrap: wrap;
    justify-content: center;
}
.footer-help a {
    padding: 0 13px;
    display: inline-block;
    color: #b7b9ba;
    line-height: 14px;
}
.footer-help > a + a {
    border-left: 1px solid #b9b9b9;
}
.footer-help > a:first-child {
    padding-left: 0;
}
.footer-help label {

    margin-top: 5px;
    text-align: center;
    display: flex;
        align-items: center;
        width: 100%;
        justify-content: center;
}
.footer .links li p a {
    color: #fff;
}
.disnone {
    display: none;
}
@media (max-width: 991px){
    .header{
        padding:0;
    }
    .footer {
        padding-top: 5px;
    }
    #_span_jiucuo{
        position: initial;
    }
    .footer img {
        margin-left: 0 !important;
    }
    .footer-add li span, .footer-bottom .no-border-left {
        position: initial;
    }
    .footer-help a:last-child {
        border-right: 0;
    }
}
@media (min-width: 750px) {
    .footer .links {
        float: none;
    }
    .footer .links li {
        margin: 0;
        width: 50%;
        text-align: center;
    }
    .footer .links li p {
    margin: 0;
    padding: 15px 0;
}
.footer-logo {
    display: none;
}
.footer-add {
    margin-bottom: 10px;
    margin-top: 10px;
}
.footer-add .col40 {
    width: 100% !important;
}
}
@media (min-width: 480px) {
    .box {
        width: calc(100% - 0.25rem);
        margin-top: -0.45rem;
    }


    .tab-ul-list li a {
        font-size: .25rem;
        padding: 0.15rem 0;
    }

    .tab-ul-list li:nth-child(1) i {
        width: 0.25rem;
        height: 0.3rem;
    }

    .tab-ul-list li:nth-child(2) i,.tab-ul-list li:nth-child(3) i {
        width: 0.3rem;
        height: 0.3rem;
    }

    .taber-nav-content {
        padding: 0.3rem 0.15rem;
    }

    .tab-ul-list li i {
        margin-bottom: 0.1rem!important;
    }

    .tab-ul-list li.active a:after {
        bottom: -0.04rem;
    }

    .sliders2 .owl-item a img,.sliders2 a img {
        width: 0.5rem;
        height: 0.5rem;
    }

    .sliders2 .owl-dots .owl-dot span {
        width: 0.1rem;
        height: .1rem;
    }

    .sliders2 a p {
        margin-top: 0.1rem;
        font-size: .15rem;
        min-height: 0.55rem;
    }

    .sliders2 a {
        margin-bottom: 0.2rem;
    }

    .sliders2 .owl-dots {
        width: 3rem;
        height: 0.3rem;
    }
 
}

.footer-ewm-0618 img{
    width: 62px;
}