﻿* {
    margin: 0;
    padding: 0;
    outline: none;
}

body {
    line-height: 1.5;
    font-family: Arial, Helvetica, STHeiTi, sans-serif;
    background: #F6F7F9;
	 -WEBkit-tap-highlight-color: transparent;
}

div:active {
    -WEBkit-tap-highlight-color: transparent;
}
ul, ol, li {
    list-style: none;
}

a {
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

    a:hover {
        text-decoration: none;
    }

html {
    font-size: 50px
}

body {
    font-size: 24px
}

@media screen and (min-width:320px) {
    html {
        font-size: 21.33px
    }

    body {
        font-size: 12px
    }
}

@media screen and (min-width:360px) {
    html {
        font-size: 24px
    }

    body {
        font-size: 12px
    }
}

@media screen and (min-width:375px) {
    html {
        font-size: 25px
    }

    body {
        font-size: 12px
    }
}

@media screen and (min-width:384px) {
    html {
        font-size: 25.6px
    }

    body {
        font-size: 14px
    }
}

@media screen and (min-width:400px) {
    html {
        font-size: 26.67px
    }

    body {
        font-size: 14px
    }
}

@media screen and (min-width:414px) {
    html {
        font-size: 27.6px
    }

    body {
        font-size: 14px
    }
}

@media screen and (min-width:424px) {
    html {
        font-size: 28.27px
    }

    body {
        font-size: 14px
    }
}

@media screen and (min-width:480px) {
    html {
        font-size: 32px
    }

    body {
        font-size: 15.36px
    }
}

@media screen and (min-width:540px) {
    html {
        font-size: 36px
    }

    body {
        font-size: 17.28px
    }
}

@media screen and (min-width:720px) {
    html {
        font-size: 48px
    }

    body {
        font-size: 23.04px
    }
}

@media screen and (min-width:750px) {
    html {
        font-size: 50px
    }

    body {
        font-size: 24px
    }
}

.container {
    width: 100%;
    max-width: 750px;
    height: 100%;
    margin: 0 auto;

    /*padding-bottom: 2.6rem;*/
    overflow: hidden;
}

.content0 {
    width: 100%;
    max-width: 750px;
    height: 100%;
    margin: 0 auto;
    background: #F7F8FC;
    overflow: hidden;
}

.banner {
    width: 100%;
    height: auto;
}

    .banner img {
        width: 100%;
        height: auto;
        display: block;
    }

.nav {
    width: 100%;
    height:1.76rem;
    overflow: hidden;
	border-bottom:1px solid #f1f1f1;
		 box-sizing: border-box;	
}

.nav-box {
    width: 100%;
    /*padding: .4rem 0;*/
    overflow: hidden;
border-bottom:1px solid #f1f1f1;
		 box-sizing: border-box;
}

.wrapper {
    position: relative;
    height: 1.76rem;

    width: 100%;
    overflow: hidden;
    margin: 0 auto;
}

    .wrapper .scroller {
        position: absolute
    }

        .wrapper .scroller li {
            float: left;
            height: 1.76rem;
            overflow: hidden;
            font-size: .6rem;
            text-align: center;
        }

            .wrapper .scroller li a {
                color: #333;
                display: block;
                margin: 0 .54rem;
                padding: 0 .2rem;
				  height: 1.26rem;
				padding-top:.5rem
            }

            .wrapper .scroller li.cur a {
                font-weight: bold;
                color: #2883CA;
                height: 1.76rem;

            }
			
			 .wrapper .scroller li.cur span {
				 display:block;
                width:.8rem;
                height: 3px;
               background:#2883CA;
			   border-radius:30px;
			   margin:.2rem auto 0 auto
            }
			

.info {
    width: 93%;
    height: auto;
    display: table;
    margin: .6rem auto;
}

.info-item {
    background: #fff;
    border-radius: 4px 4px 4px 4px;
}

.info-item1 {
    float: left;
    width: 5.6rem;
    padding: .68rem .6rem;
}

    .info-item1 .box {
        display: flex;
        justify-content: space-between;
        margin: 0 auto;
    }

        .info-item1 .box .today-price {
            font-size: .56rem;
            font-weight: bold;
            color: #282828;
        }

        .info-item1 .box .today-time {
            font-size: .4rem;
            font-weight: 400;
            color: #797979;
            align-self: flex-end;
            margin-bottom: .1rem
        }

    .info-item1 .price-box {
        font-size: .4rem;
        font-weight: 400;
        color: #797979;
        align-self: flex-end;
        margin-top: .4rem;
    }

        .info-item1 .price-box span {
            display: inline-block;
            font-size: 1.12rem;
            font-weight: 800;
            color: #4887ED;
            margin-right: .2rem;
        }

    .info-item1 .float-box {
        margin-top: .4rem;
    }

        .info-item1 .float-box .float-left {
            float: left;
            width: 60%;
            display: flex;
            justify-content: space-between;
            color: #282828;
        }

            .info-item1 .float-box .float-left .rise {
                color: #FB6239;
                font-size: .52rem;
            }

            .info-item1 .float-box .float-left .fall {
                color: green;
            }

        .info-item1 .float-box .float-right {
            float: right;
            font-size: .48rem;
            font-weight: 400;
            color: #4887ED;
        }

            .info-item1 .float-box .float-right::after {
                display: inline-block;
                content: "";
                width: .24rem;
                height: .32rem;
                background: url("../images/float-right.png") no-repeat center;
                background-size: 100% 100%;
                margin-left: .1rem;
            }

.info-item2 {
    float: right;
    width: 5.6rem;
    padding: .3rem .6rem;
}

    .info-item2 .box2 {
        display: flex;
        justify-content: space-between;
        margin: 0 auto;
    }

        .info-item2 .box2 .today-price {
            font-size: .48rem;
            font-weight: bold;
            color: #282828;
        }

        .info-item2 .box2 .today-time {
            font-size: .4rem;
            font-weight: 400;
            color: #797979;
            align-self: flex-end;
        }

    .info-item2 .price-box {
        font-size: .4rem;
        font-weight: 400;
        color: #FB6239;
        align-self: flex-end;
    }

        .info-item2 .price-box span {
            display: inline-block;
            font-size: .8rem;
            font-weight: 800;
            color: #FB6239;
            margin-right: .2rem;
        }

.info-item3 {
    float: right;
    width: 5.6rem;
    padding: .3rem .6rem;
    margin-top: .4rem
}

    .info-item3 .box3 {
        display: flex;
        justify-content: space-between;
        margin: 0 auto;
    }

        .info-item3 .box3 .today-price {
            font-size: .48rem;
            font-weight: bold;
            color: #282828;
        }

        .info-item3 .box3 .today-time {
            font-size: .4rem;
            font-weight: 400;
            color: #797979;
            align-self: flex-end;
        }

    .info-item3 .price-box {
        font-size: .4rem;
        font-weight: 400;
        color: #797979;
        align-self: flex-end;
    }

        .info-item3 .price-box span {
            display: inline-block;
            font-size: .8rem;
            font-weight: 800;
            color: #4887ED;
            margin-right: .2rem;
        }

.info-item4 {
    float: left;
    width: 100%;
    height: auto;
    margin-top: .4rem;
    padding: .3rem 0;
}

.info-item4-left {
    float: left;
    width: 5.6rem;
    padding: 0 .6rem
}

.info-item4 .box4 {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}

    .info-item4 .box4 .today-price {
        font-size: .48rem;
        font-weight: bold;
        color: #282828;
    }

    .info-item4 .box4 .today-time {
        font-size: .4rem;
        font-weight: 400;
        color: #797979;
        align-self: flex-end;
    }

.info-item4 .price-box {
    font-size: .4rem;
    font-weight: 400;
    color: #797979;
    align-self: flex-end;
}

    .info-item4 .price-box span {
        display: inline-block;
        font-size: 1.12rem;
        font-weight: 800;
        color: #4887ED;
        margin-right: .2rem;
    }

.info-item4-right {
    float: right;
    width: 5.6rem;
    margin-right: .6rem;
}

    .info-item4-right img {
        display: block;
        width: 100%;
        height: auto
    }

.title {
    width: 100%;
    height: auto;
}
    .title font {
        display: inline-block;
        font-size: .44rem;
        color: #9F9F9F;
    }
    .title i {
        display: inline-block;
        width: .64rem;
        height: .64rem;
        margin: -.16rem .2rem 0 0;
        vertical-align: middle
    }

        .title i img {
            display: block;
            width: .64rem;
            height: .64rem;
        }

.title-big i {
    display: inline-block;
    width: .72rem;
    height: .72rem;
    margin: -.16rem .2rem 0 0;
    vertical-align: middle
}

    .title-big i img {
        display: block;
        width: .72rem;
        height: .72rem;
    }

.title span {
    font-size: .6rem;
    font-weight: 400;
    color: #282828;
}

.title > a {
    float: right;
    font-size: .52rem;
    font-weight: 400;
    color: #2883CA;
}

    .title > a::after {
        display: inline-block;
        content: "";
        width: .24rem;
        height: .44rem;
        background: url("../images/title-rright.png") no-repeat center;
        background-size: 100% 100%;
        margin-left: .1rem;
    }


.select-nav p:active {
    -WEBkit-tap-highlight-color: transparent;
}

.select-nav {
    position: relative;
    float: right;
    width: 4.8rem;
    height: .92rem;
    border: 1px solid #d9d9d9;
    margin-top: .05rem;
    border-radius: 4px;
}

    .select-nav p {
        position: relative;
        line-height: .92rem;
        color: #282828;
        font-size: .48rem;
        cursor: pointer;
        padding: 0 .36rem
    }




.select-set:after {
    content: "";
    width: .64rem;
    height: .64rem;
    background: url("../images/arrow-down.png") no-repeat center;
    background-size: .64rem .64rem;
    position: absolute;
    top: 50%;
    right: .1rem;
    margin-top: -.32rem;
}

.select-new {
    width: 4.8rem;
    height: auto;
    position: absolute;
    top: 1rem;
    left: 0px;
    display: none;
    z-index: 99;
    background: #fff;
    box-shadow: 0px 6px 12px 2px rgba(54,103,205,0.25);
    border-radius: 4px;
    padding: .2rem 0;
}

.select-nav ul li {
    line-height: 1.04rem;
    color: #282828;
    font-size: .48rem;
    cursor: pointer;
    margin: 0.08rem .2rem 0 .2rem;
    padding-left: .2rem;
}

    .select-nav ul li.active {
        background: rgba(72, 135, 237, .2);
    }








.content1 {
    width: 93%;
    height: auto;
    display: table;
    margin: 1rem auto;
}
.content1-1 {
    width: 93%;
    height: auto;
    display: table;
    margin: 0.8rem auto 1rem auto;
}

.chart-box {
    width: 100%;
    height: auto;
    margin-top: .4rem
}

    .chart-box img {
        display: block;
        width: 100%;
        height: auto
    }

.content2 {
    width: 100%;
    height: auto;
    display: table;
    background: #fff
}

.news {
    width: 93%;
    height: auto;
    display: table;
    margin: 1rem auto;
}

.news-list {
    width: 96%;
    height: auto;
    display: table;
    margin: .4rem auto 0 auto
}

    .news-list h2 {
        font-size: .6rem;
        font-weight: 600;
        color: #282828;
    }

    .news-list ul {
        margin-top: .6rem;
        padding-left: 2%
    }

        .news-list ul li {
            width: 100%;
            height: auto;
            display: table;
            background: url("../images/line.png") repeat-y top left;
            padding-bottom: 1rem
        }

            .news-list ul li:last-child {
                padding-bottom: .1rem
            }

            .news-list ul li span {
                display: block;
                font-size: .48rem;
                color: #8F909A;
                position: relative;
                top: -.19rem
            }

                .news-list ul li span::before {
                    display: inline-block;
                    content: "";
                    width: .32rem;
                    height: .32rem;
                    background: #2883CA;
                    border-radius: .32rem;
                    margin: 0 .2rem 0 -.22rem;
                    border: 2px solid #fff
                }

            .news-list ul li p {
                background: #E7EBF3;
                border-radius: .32rem;
                margin: .1rem 0 0 .4rem;
                padding: .52rem;
                font-size: .56rem;
                color: #282828;
                line-height: .8rem
            }

.recommend {
    width: 100%;
    height: auto;
    display: table;
    margin: 1rem auto .2rem auto;
    background: #F5F5F5;
}

.recommend-box {
    width: 100%;
    height: auto;
    display: table;
    margin: .4rem auto;
    background: #fff;
}

.news-link {
    width: 93%;
    height: auto;
    display: table;
    margin: 0 auto;
    padding: .72rem 0 .34rem 0
}

    .news-link ul li {
        width: 94%;
        height: auto;
        display: table;
        margin: .4rem auto;
        line-height: .8rem
    }

        .news-link ul li a {
            font-size: .56rem;
            font-weight: 400;
            color: #333333;
        }

            .news-link ul li a::before {
                display: inline-block;
                content: " ";
                width: .2rem;
                height: .2rem;
                background: #9F9F9F;
                border-radius: 50%;
                vertical-align: middle;
                margin: 0 .2rem 0 0
            }

.explain_info {
    width: 93%;
    height: auto;
    display: table;
    overflow: hidden;
    color: #000;
    margin: 0 auto;
    padding-bottom: .6rem
}

    .explain_info dl dt {
        font-size: .56rem;
        font-weight: bold;
        color: #282828;
        margin-top: .4rem
    }

    .explain_info dl dd {
        font-size: .4rem;
        line-height: 1rem;
        color: #333;
    }

.footer {
    position: fixed;
    bottom: 1rem;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center
}

    .footer a {
        display: inline-block;
        width: 4rem;
        height: 1.2rem;
        line-height: 1.2rem;
        font-size: .52rem;
        font-weight: 500;
        color: #FFFFFF;
        text-align: center;
        background: #C7C7C7;
        border-radius: 4px 4px 4px 4px;
        margin: 0 .4rem
    }

        .footer a.active {
            background: #2883CA;
        }

.info2 {
    display: flex;
    justify-content: space-between;
    width: 93%;
    height: auto;
    margin: .6rem auto;
}

.info2-item {
    background: #fff;
    border-radius: 4px 4px 4px 4px;
}

.info2-item {
    float: left;
    width: 5.6rem;
    padding: .68rem .6rem;
}

    .info2-item .box {
        display: flex;
        justify-content: space-between;
        margin: 0 auto;
    }

        .info2-item .box .today-price {
            font-size: .56rem;
            font-weight: bold;
            color: #282828;
        }

        .info2-item .box .today-time {
            font-size: .4rem;
            font-weight: 400;
            color: #797979;
            align-self: flex-end;
            margin-bottom: .1rem
        }

    .info2-item .price-box {
        font-size: .4rem;
        font-weight: 400;
        color: #797979;
        align-self: flex-end;
        margin-top: .4rem;
    }

        .info2-item .price-box span {
            display: inline-block;
            font-size: 1.12rem;
            font-weight: 800;
            color: #4887ED;
            margin-right: .2rem;
        }

    .info2-item .price-box2 {
        font-size: .4rem;
        font-weight: 400;
        color: #797979;
        align-self: flex-end;
        margin-top: .4rem;
    }

        .info2-item .price-box2 span {
            display: inline-block;
            font-size: 1.12rem;
            font-weight: 800;
            color: #FB6239;
            margin-right: .2rem;
        }

    .info2-item .float-box {
        margin-top: .4rem;
    }

        .info2-item .float-box .float-left {
            float: left;
            width: 60%;
            display: flex;
            justify-content: space-between;
            color: #282828;
        }

            .info2-item .float-box .float-left .rise {
                color: #FB6239;
                font-size: .52rem;
            }

            .info2-item .float-box .float-left .fall {
                color: green;
            }

        .info2-item .float-box .float-right {
            float: right;
            font-size: .48rem;
            font-weight: 400;
            color: #4887ED;
        }

            .info2-item .float-box .float-right::after {
                display: inline-block;
                content: "";
                width: .24rem;
                height: .32rem;
                background: url("../images/float-right.png") no-repeat center;
                background-size: 100% 100%;
                margin-left: .1rem;
            }

.tab-btn {
    float: right;
    width: 6.56rem;
    height: .88rem;
    line-height: 1.12rem;
    background: #EFF2F6;
    border-radius: 3rem;
    font-size: .48rem;
    font-weight: 400;
    display: flex;
    justify-content: space-between;
    padding: .12rem
}

    .tab-btn a {
        display: inline-block;
        color: #555555;
        width: 3.2rem;
        height: .88rem;
        line-height: .88rem;
        text-align: center;
    }

        .tab-btn a.active-hover {
            box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.16);
            background: #fff;
            border-radius: 2rem;
            line-height: .88rem;
            font-weight: 800;
            color: #282828;
        }

.rightFrame_con {
    display: none;
}



.tab-btn2 {
    float: right;
    width: 9.6rem;
    height: .88rem;
    line-height: 1.12rem;
    background: #EFF2F6;
    border-radius: 3rem;
    font-size: .48rem;
    font-weight: 400;
    display: flex;
    justify-content: space-between;
    padding: .12rem
}

    .tab-btn2 a {
        display: inline-block;
        color: #555555;
        width: 3.2rem;
        height: .88rem;
        line-height: .88rem;
        text-align: center;
    }

        .tab-btn2 a.active-hover {
            box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.16);
            background: #fff;
            border-radius: 2rem;
            line-height: .88rem;
            font-weight: 800;
            color: #282828;
        }




.fix {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #F7F8FC;
    z-index: 999999999;
    width: 100%;
    max-width: 750px;
    margin: 0 auto
}


#scrollDiv1 {
    width: 100%;
    height: 4.04rem;
    overflow: hidden;
    /*text-align: center*/
}

    #scrollDiv1 ul li {
        float: left;
        width: 100%;
        height: 4.04rem;
        overflow: hidden;
    }

#scrollDiv2 {
    width: 100%;
    height: 4.04rem;
    overflow: hidden;
    /*text-align: center*/
}

    #scrollDiv2 ul li {
        float: left;
        width: 100%;
        height: 4.04rem;
        overflow: hidden;
    }

#scrollDiv3 {
    width: 100%;
    height: 3.04rem;
    overflow: hidden;
    /*text-align: center*/
}

    #scrollDiv3 ul li {
        float: left;
        width: 100%;
        height: 3.04rem;
        overflow: hidden;
    }

#scrollDiv4 {
    width: 100%;
    height: 3.04rem;
    overflow: hidden;
    /*text-align: center*/
}

    #scrollDiv4 ul li {
        float: left;
        width: 100%;
        height: 3.04rem;
        overflow: hidden;
    }


.fixed-div {
    width: 100%;
    max-width: 750px;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 2rem;
    background-color: #ebebeb;
    position: fixed;
    z-index: 9999999999999;
    top: 0;
    -webkit-text-size-adjust: 100% !important;
}

.fixed-left {
    float: left;
    width: 68%;
    font-size: 0.6rem;
    color: #1b5ead;
    vertical-align: middle;
    height: 2rem;
    line-height: 2rem;
}


    .fixed-left span {
        font-size: 0.48rem;
    }

    .fixed-left img {
        float: left;
        width: 1.28rem;
        height: 1.28rem;
        display: inline-block;
        vertical-align: top;
        margin: 0.4rem 0.4rem 0 0.3rem;
    }

    .fixed-left .fixed-text {
        width: 80%;
        float: left;
        font-size: 0.56rem;
        color: #1b5ead;
        color: #000;
        line-height: normal;
        margin-top: 0.58rem;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        -webkit-text-overflow: ellipsis;
        -moz-text-overflow: ellipsis;
    }


.fixed-right {
    float: right;
    width: 25%;
    height: auto;
    display: table;
    text-align: right;
    margin: 0 0.3rem 0 0;
}

    .fixed-right a {
        display: block;
    }

    .fixed-right img {
        display: inline-block;
        vertical-align: top;
        margin: 0.5rem 0 0 0.3rem;
        width: 2.6rem;
        height: 1rem;
    }

.info3-item {
    background: #fff;
    border-radius: 4px 4px 4px 4px;
}

.info3-item {
    float: left;
    width: 100%;
    padding: .68rem .6rem .28rem .6rem;
}

    .info3-item .box {
        display: flex;
        justify-content: space-between;
        margin: 0 auto;
    }

        .info3-item .box .today-price {
            font-size: .56rem;
            font-weight: bold;
            color: #282828;
        }

        .info3-item .box .today-time {
            font-size: .4rem;
            font-weight: 400;
            color: #797979;
            align-self: flex-end;
            margin-bottom: .1rem
        }

    .info3-item .price-box {
        float: left;
        width: 50%;
        font-size: .4rem;
        font-weight: 400;
        color: #797979;
        align-self: flex-end;
        margin-top: .4rem;
    }

        .info3-item .price-box span {
            display: inline-block;
            font-size: 1.12rem;
            font-weight: 800;
            color: #4887ED;
            margin-right: .2rem;
        }

    .info3-item .float-box {
        float: left;
        width: 50%;
        margin-top: 1rem;
    }

        .info3-item .float-box .float-left {
            float: left;
            width: 60%;
            display: flex;
            justify-content: space-between;
            color: #282828;
            font-size: .52rem
        }

            .info3-item .float-box .float-left .rise {
                color: #FB6239;
            }

            .info3-item .float-box .float-left .fall {
                color: green;
            }

        .info3-item .float-box .float-right {
            float: right;
            font-size: .48rem;
            font-weight: 400;
            color: #2883CA;
        }

            .info3-item .float-box .float-right::after {
                display: inline-block;
                content: "";
                width: .24rem;
                height: .32rem;
                background: url("../images/float-right.png") no-repeat center;
                background-size: 100% 100%;
                margin-left: .1rem;
            }

.boxBox{
    width: 100%;
    height: auto
}
.boxNav {
  width:100%; height:3.12rem;
  display:flex;
  justify-content:space-between;
  margin-top:.4rem
}
.boxNav-item {
    width: 3.28rem;
    height: 2.82rem;
    background: #F1F2F9;
    border-radius: 8px 8px 8px 8px;
    margin-right:.24rem;
    text-align:center;
    padding-top:.3rem
}
    .boxNav-item p {
        font-size: .4rem;
        color: #9F9F9F;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .boxNav-item b {
        display: block;
        font-size: .8rem;
        color: #282828;
        margin-top: .1rem;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .boxNav-item span {
        display: block;
        font-size: .48rem;
        font-weight: bold;
        color: #282828;

        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }



        .boxNav-item span.rise {
            color: #FB6239
        }
        .boxNav-item span.fall {
            color: #009231
        }
    .boxNav-item:nth-of-type(4n+0) {
        margin-right: 0;
    }
    .timeBox {
        float: right;
    }
    .timeBox span {
        font-size: .48rem;
        font-weight: 400;
        color: #797979;
        line-height:.9rem
    }

        .timeBox span::before {
            display: inline-block;
            content:"";
            width: .52rem;
            height: .52rem;
            background:url(../images/time-icon.png) no-repeat center;
             background-size:.52rem .52rem;
            margin: -.12rem 4px 0 0;
            vertical-align: middle
        }


 /* tab切换 */
         .tabBtn {
             width: 100%;
             height: 1.92rem;
             overflow: hidden;
             background: #EBECF5;
         }

         .tabBtn a {
             float: left;
             font-size: .64rem;
             line-height: 2.4rem;
             color: #282828;
             font-weight: bold;
			
         }

         a.tabActive {
             width: 6rem;
             height: 1.92rem;
             background: url(../images/tabActive.png) no-repeat center bottom;
             background-size: 100% 1.92rem;
             padding-left: 2.2rem;
             color: #2883CA;
         }

         .tabBtn a:last-child {
             width: calc(100% - 8.2rem - 1.6rem);
             padding-left: 1.6rem;
         }
		  /* tab切换end */