html,
body {
    font-family: 'Microsoft Yahei', Tahoma, Arial, Helvetica, Simsun, STHeiti;
    /*font-size   : 12px;*/
    margin: 0;
    padding: 0;
    height: 100%;
    font-size: 1.1rem;
    user-select: none;
    background-color: #DCE8FA;
}
a{
    text-decoration: none;
    color: #707072;
}

ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.page_wraper {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    overflow-y: auto;
    -webkit-overflow-scrolling:touch;
}
.container{
    min-height: 100%;
    background: #D8E3F3;
    /* padding-top: 0.5rem; */
}
.logo{
    width: 100%;
    height: 30rem;
    background: url(/staticmobile/image/2022/home/banner.jpg) no-repeat center top;
    /* background-size: 100% 100%; */
    background-size:cover;
    position: relative;
    z-index: -1;
}
.header{
    position: relative;
    z-index: 1;
    width: 100%;
    height: 14rem;
}
.nav{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}
.nav-sec {
    display: flex;
    justify-content: space-between;
    overflow-x: auto;
    overflow-y: hidden;
    font-size: 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    flex-direction: inherit;
    /* padding: 0 3%; */
}

.item {
    /* display: inline-block; */
    /* box-sizing: border-box; */
    /* flex-grow: 1; */
    /* font-size: 1.3rem; */
    /* position: relative; */
    /* flex: 1 0 2.5rem; */
    /* min-width: 4rem; */
    width: 4.3rem;
}

/* .nav-sec :nth-child(1) {
    padding-left: 0.1rem;
    
}

.nav-sec :last-child {
    padding-right: 0.1rem;
} */
.nav_bgm{
    position: absolute;
    bottom: -2.9rem;
    background: url(/staticmobile/image/2022/home/nav_00.png) no-repeat center bottom;
    background-size: contain;
    z-index: 999;
    width: 100vw;
    height: 10vw;
}
.item .link {
    display: inline-block;
    /* padding: 0.7rem 0; */
    /* width: 5rem; */
    /* line-height: 2.3rem; */
     /* line-height: 2.7rem; */
    /* width: 4rem;
    line-height: 2.5rem; */
    width: 100%;
    /* height: 2.5rem; */
    line-height: 12.5vw;
    /* letter-spacing: 0.2rem; */
    text-align: center;
    font-size: 1.2rem;
    color: #51596F;
    font-weight: 600;
}
.nac{
    position: relative;
    /* flex: 1 0 3.5rem; */
}
.nac .a{
    background: url(/staticmobile/image/2022/home/nav_01.png) no-repeat center center;
    background-size: contain;
    color: #F5DEB0;
    font-weight: 400;
    /* background-size: 100% 100%; */
}

.footer0{
    padding: 1rem;
    background-color: #666;
    color: #fff;
    font-size: 0.9rem;
    text-align: justify;
}
.footer1{
    padding: 0.5rem;    
    background-color: #333;
    color: #ffffff;
    text-align: center;
    font-size: 1rem;
}
.footer1 a{
    color: #fff;
}
.tips_img{
    display: inline-block;
    width: 1rem;
    height: 1rem;
    background: url(/staticmobile/image/2022/home/MZ.png) no-repeat 0 100%;
    background-size: contain;
    vertical-align: middle;
    margin-top: -0.3rem;
}
/*  */
/* .box{
    background: url(/staticmobile/image/total/2021/sszx.png) no-repeat center center;
    background-size: contain;
    width: 100vw;
    margin-top: 1.5rem;
    height: 52vw;
} */
.sszx_before {
    background: url(/staticmobile/image/2022/home/SSZX.png) no-repeat center center;
    background-size: contain;
    width: 100vw;
    margin-top: 3rem;
    height: 11vw;
    position: relative;
    z-index: 999;
}
.sszx_content {
    padding: 0.6rem;
    position: relative;
    z-index: 1;
    background:#fff;
    padding-bottom: 0.01rem;
}
/* .all_bottom {
    background: url(/staticmobile/image/2021/bottom.png) no-repeat center center;
    background-size: contain;
    width: 100vw;
    height: 5vw;
} */
/* 头部 */
.title {
    background-color: #F1F4FB;
    padding: 1.2rem 0.6rem 0.3rem 0.6rem;
    margin-top: 1.6rem;
}
.title_time{
    float: right;
    color: #8794A8;
    font-size: 1rem;
    padding-right: 2vw;
    position: relative;
    bottom: 7vw;
}
.title_img {
    display: inline-block;
    width: 10rem;
    height: 1.25rem;

}

/* ------------ 弹窗 ------------ */
.alert-modal {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
    filter: alpha(opacity=60);
    position: fixed;
    z-index: 9999999999;
}

.alert-container {
    border-radius: 5px;
    background-color: #ffffff;
    border: 1px solid #f1f1f1;
    z-index: 9999999999;
    overflow: hidden;
    box-sizing: border-box;
    position: fixed;
    left: 15%;
    top: 50%;
    width: 70%;
    height: auto;
    transition: opacity .5s;
}

.alert-title {
    font-size: 1.2rem;
    text-align: left;
    line-height: 3.4rem;
    color: #111;
    background: #fff;
    width: 100%;
    padding: 0 1.8rem;
    box-sizing: border-box;
    position: relative;
}

.alert-title .close{
    height: 1.1rem;
    width: 1.1rem;
    position: absolute;
    right: .8rem;
    top: 1.1rem;
    cursor: pointer;
}

.alert-title .close::before{
    content: "";
    display: block;
    width: 2px;
    height: 1rem;
    transform: rotate(45deg);
    background-color: #111;
    position: absolute;
    left: 0;
    top: 0;
}

.alert-title .close::after {
    content: "";
    display: block;
    width: 2px;
    height: 1rem;
    transform: rotate(-45deg);
    background-color: #111;
    position: absolute;
    left: 0;
    top: 0;
}

.alert-content {
    font-size: 1rem;
    padding: 2rem 1.8rem;
    color: #555;
    height: 100%;
    overflow: auto;
    box-sizing: border-box;
    border-top: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
}

.alert-btn-box {
    text-align: center;
    background: #fff;
    width: 100%;
    cursor: pointer;
}

.alert-btn-p {
    display: inline-block;
    text-align: center;
    background-color: #fff;
    font-size: 1.1rem;
    line-height: 3rem;
    cursor: pointer;
    color: #222;
    box-sizing: border-box;
    margin: 0;
}

.animated.bounceIn,
.animated.bounceOut {
    -webkit-animation-duration: .45s;
    -moz-animation-duration: .45s;
    -o-animation-duration: .45s;
    animation-duration: .45s;
}

@keyframes bounceIn {

    0%,
    20%,
    40%,
    60%,
    80%,
    100% {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        -moz-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        -o-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    0% {
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transform: scale3d(.3, .3, .3);
        -moz-transform: scale3d(.3, .3, .3);
        -o-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }


    100% {
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transform: scale3d(1, 1, 1);
        -moz-transform: scale3d(1, 1, 1);
        -o-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.bounceIn {
    -webkit-animation-name: bounceIn;
    -moz-animation-name: bounceIn;
    -o-animation-name: bounceIn;
    animation-name: bounceIn;
}

@keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(1.2, 1.2, 1.2);
        -moz-transform: scale3d(1.2, 1.2, 1.2);
        -o-transform: scale3d(1.2, 1.2, 1.2);
        transform: scale3d(1.2, 1.2, 1.2);
    }

    65%,
    70% {
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transform: scale3d(.75, .75, .75);
        -moz-transform: scale3d(.75, .75, .75);
        -o-transform: scale3d(.75, .75, .75);
        transform: scale3d(.75, .75, .75);
    }

    100% {
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transform: scale3d(.3, .3, .3);
        -moz-transform: scale3d(.3, .3, .3);
        -o-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }
}

.bounceOut {
    -webkit-animation-name: bounceOut;
    -moz-animation-name: bounceOut;
    -o-animation-name: bounceOut;
    animation-name: bounceOut;
}
/* 全局loading */
.loading {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.2);
    z-index: 999;
}

.cirle_outer {
    position: relative;
    top: 50%;
    text-align: center;
    transform: translateY(-50%);
}

.cirle {
    display: inline-block;
    width: 0.8rem;
    height: 0.8rem;
    margin: 0 0.4rem;
    border-radius: 50%;
    background-color: #6398E4;
    animation: mymove 0.5s infinite;
}

.cirle1 {
    animation: mymove 1s infinite;
}

.cirle2 {
    animation: mymove 1s 0.1s infinite;
}

.cirle3 {
    animation: mymove 1s 0.2s infinite;
}

@keyframes mymove {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);

    }
}
/* 局部loading */
.loadpart{
    transform: translatex(-50%);
    position: absolute;
    top: 30%;
    left: 50%;
    /* transform: translateY(150%); */
}
.cirle_outerpart {
    text-align: center;
}
.route{
    color: #0366ff;
    cursor: pointer;
}
/* router */
.router_warp{
    /* background-color: #F1F4FB;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative; */
    background-color: #F1F4FB;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;

}
.router_container{
    background-color: #F1F4FB;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-overflow-scrolling:touch;
}
.r_flex_top{
    /* -webkit-overflow-scrolling:touch; */
}
/* 路由头 */
.r_title{
    height: 3rem;
    line-height: 3rem;
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    z-index: 99;
    box-shadow: 0px 3px 6px 0px #D8E4F0;
    padding: 0 0.5rem;
}
.r_back{
    display: inline-block;
    line-height: 3rem;
    color: #0265FE;
    cursor: pointer;
}
.r_back span{
    display: inline-block;
    vertical-align: middle;
}
.r_img{
    display: inline-block;
    width: 2rem;
    height: 2rem;
    background: url(/staticmobile/image/total/back.png) no-repeat 0 center;
    background-size: contain;
    vertical-align: middle;
}
.r_text{
    flex-grow: 1;
    flex-shrink: 1;
    text-align: center;
}
.r_right{
    color: #6A7B8D;
    font-size: 0.9rem;
}

/*路由内部  */
.rou_wrap_outer {
    /* height: 2.6rem; */
    overflow: hidden;
    position: relative;
    background-color: #6282BD;
    margin-top:4rem;
}

.rou_wrap {
    /* display: flex; */
    white-space: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling:touch;
    font-size: 0;
    position: relative;
    z-index: 0;
}
.rou_wrap::-webkit-scrollbar {
    display: none;
}

.rou_item {
    display: inline-block;
    line-height: 3rem;
    padding: 0rem 0.8rem;
    font-size: 1.1rem;
    box-sizing: border-box;
    flex-grow: 1;
    color: #fff;
    cursor: pointer;
}
.rou_content {
    clear: both;
    /* background-color: #fff; */
    width: 100%;
}

.rou_con {
    display: none;
}

.rou_active {
    color: #0F3073;
    background-color: #fff;
    border-radius: 0.3rem 0.3rem 0 0;
}

.rou_btn {
    position: absolute;
    width: 3rem;
    height: 3rem;
    z-index: 96;
    top: 0;
    background: rgba(0, 0, 0, 0.6);
    /* display: none; */
}
.rou_wrap :nth-child(1) {
    margin-left: 3rem;
}
.rou_wrap :last-child {
    margin-right: 3rem;

}
.rou_left {
    background: url(/staticmobile/image/total/02left.png) no-repeat 0 center;
    background-size: contain;
    cursor: pointer;
    -webkit-transform:translateZ(1px);
    -moz-transform:translateZ(1px);
    -o-transform:translateZ(1px);
    transform:translateZ(1px);
}

.rou_right {
    background: url(/staticmobile/image/total/02right.png) no-repeat 0 center;
    background-size: contain;
    right: 0;
    cursor: pointer;
    -webkit-transform:translateZ(1px);
    -moz-transform:translateZ(1px);
    -o-transform:translateZ(1px);
    transform:translateZ(1px);
}

.rou_showleft {
    left: 0rem;
    transition: all .3s linear;
}

.rou_showright {
    right: 0rem;
    transition: all .3s linear;
}
/* 路由内部内容 */
.r_table_outer{
    background-color: #fff;
    margin-bottom: 1rem;
}
.r_title_table {
    border-collapse: collapse;
    width:100%;
}
.r_tab_table {
    border-collapse: collapse;
    width:100%;
}

.r_tab_table td{
    text-align: right;
    font-size: 0.95rem;
    padding: 0.5rem 0.5rem;
    
}
.r_title_table td {
    text-align: left;
    font-size: 0.95rem;
    padding: 0.4rem 0.5rem;

}
.r_tab_table tr:nth-of-type(1) td {
    text-align: center;
    color: #0D316F;
    font-weight: 600;
    padding: 0.8rem 0.5rem;
}
.r_tab_table tr:nth-of-type(2) td {
    background: #F8F9FB;
    color: #64729F;
}
.r_tab_table td:nth-of-type(1) {
    text-align: left;
    width: 40%;
}
.r_tab_table td:nth-of-type(2) {
    width: 20%;
}
.r_echart{
    height: 20rem;
    padding: 1rem;
    background-color: #fff;

}
.r_echart1{
    height: 15rem;
    padding: 1rem;
    background-color: #fff;
}
.r_time_choose{
    padding: 0.7rem 0.5rem;
    text-align: center;
    border-bottom: 0.1rem solid #BCC4D9;
    color: #676767;
    background-color: #fff;
}
.r_choosetime{
    display: inline-block;
    margin: 0 1rem;
    color: #333333;
    position: relative;
    user-select: none;
}
.r_check{
    color:#0268FB;
    cursor: pointer;
}
.r_choosetime .Wdate{
    border: none;
    width: 6rem;
    background: none;
    font-size: 1.1rem;
    outline:none;
    user-select: none;
    cursor: pointer;
}
.r_choosetime .Wdateimg{
    display: inline-block;
    width: 2rem;
    height: 2rem;
    background: url(/staticmobile/image/total/02BupA.png) no-repeat 0 100%;
    background-size: contain;
}
/* [lang=zh-cn]{
    left: 50% !important;
    transform: translateX(-90px);
} */
.r_time_img {
    display: inline-block;
    width: 1.1rem;
    height: 1.4rem;
    background: url(/staticmobile/image/total/02BupA.png) no-repeat 0 100%;
    background-size: contain;
    vertical-align: top;
}
.r_title_table tr td:nth-child(1),
.r_title_table tr td:nth-child(3) {
    background-color: #F8F9FB;
}
/* 点击图表横屏显示 */
.big_wrap{
    /* position: absolute;
    z-index: 99999999;
    background-color: #fff;
    inset: 0px;
    overflow: hidden; */
    position: absolute;
    inset: 0px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: 99999999;
    background-color: #fff;
}

.b_back{
    transform: rotate(90deg);
    transform-origin: 21% 100% 0;
}
.big_box{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.bigpic {
    height: 100%;
}
.b_bottom{
    width: 90%;
    height: 100%;
    padding: 0.5rem 1rem;
    box-sizing: border-box;
    position: relative;
}
.b_top{
    width: 3rem; 
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9999;
    border-left: 0.1rem solid #ccc;
}
.bigpic div:last-child {
    transform: rotate(90deg) !important;
}
.big_back{
    position: absolute;
    top: 0;
    left: 0;
    width: 3rem;
    height: 5rem;
    z-index: 999999999;
    cursor: pointer;
}
.title_charts {
    color: #42618F;
    font-size: 1.2rem;
    position: absolute;
    font-weight: 600;
    left: 50%;
    transform: translate(-50%,0);
}
.partition {
    background: url(/staticmobile/image/2022/home/nav_fg.png) no-repeat center center;
    z-index: 999;
    width: 0.05rem;
    height: 4vw;
    margin-top: 4vw;
}
.review {
    width: 30vw;
    height: 4rem;
    background: url(/staticmobile/image/2022/home/WJHG.png) no-repeat 0 1rem;
    background-size: contain;
    z-index: 6;
    bottom: 22vw;
    float: right;
    position: relative;
}

.r_dropdown {
    width: 8rem;
    height: 5rem;
    background: url(/staticmobile/image/2022/home/xindaoh_03.jpg) no-repeat;
    top: -1rem;
    right: 0;
    display: none;
    background-size: contain;
    position: absolute;
}

.r_dropdown div {
    height: 2.5rem;
    width: 100%;
    line-height: 2.5rem;
    color: #828282;
    font-size: 1.05rem;
    text-align: center;
}