        .market-conment{
           height:236px;
           width:750px;
           background:#fff;
           border:0px;
           padding:0px;
        }
        .market-conment #home_ticker01{
            height:193px;
            width:320px;
            float:left;
            margin-left:15px;
            margin-top:5px;
            cursor:pointer;
        }
        .market-conment h4{
            padding:0px;
            margin:0px;
            font-weight:normal;
            font-size:12px;
            float:right;
            margin-right:155px;
            margin-top:5px;
            color:#aaa;
        }
        .market-conment .ul01 li {
            /* padding: 13px 10px; */
            padding: 9px 12px;
            font-size: 12px;
            /* margin-bottom: 10px; */
            margin-bottom: 1px;
            cursor: pointer;
            border-bottom: 1px solid #f5f5f5;
        }
        .market-conment .ul01 li {
            /* padding: 13px 10px; */
            padding: 9px 12px;
            font-size: 12px;
            /* margin-bottom: 10px; */
            margin-bottom: 1px;
            cursor: pointer;
            border-bottom: 1px solid #f5f5f5;
        }
        
        .ul01{
            float:left;
            list-style:none;
            padding:0px;
            margin-top: 16px;
        }
        .market-conment .ul01 li{
            padding:10px 10px;
            font-size:12px;
            margin-bottom:1px;
            cursor:pointer;
        }
        .market-conment #ul01{
            color:#666;
        }
        .market-conment #ul02 span{
            display: inline-block;
        }
        
        
        
        #ul02 li span:first-child{
            margin-left:10px;
            width:56px;
            text-align:left;
        }
        #ul02 li span:nth-child(2){
            text-align:center;
            width:46px;
        }
        #ul02 li span:nth-child(3){
            text-align:right;
            width:82px;
        }
        
        /*选中时背景*/
        .market-conment .cl_bgColor1 {
            background-color: #f2f2f2;
            color:#337ab7;
        }
        
        /*未选中时背景*/
        .market-conment .cl_bgColor2 {
            background-color: #fff;
        }
        .market-conment .col_red{
            color:#f22;
        }
        .market-conment .col_green{
            color:#2d2;
        }
        
        /*选中时li span字颜色*/
        .market-conment .col_red1{
            color:red;
        }
        .market-conment .col_green1{
            color:#2d2;
            /* color:#14f514; */
        }
        .market-conment .ul01 .cl_bgColor2:hover {
            color: #337ab7;
        }
        .market-conment .ul01 .cl_bgColor1:hover {
            color: #337ae7;
        }
        .market-conment .col_color{
            color:#6C5B5B;
        }
        
        .market-conment .nal{
            margin: 82px 0px 0px 90px;
            position: absolute;
            color: #CCC;
        }
        @media only screen and (min-width: 1200px){
            .market-conment #home_ticker01{
                width: 450px;
            }
            .market-conment h4{
                margin-right:20px;
            }
        }

        @media screen and (max-width:768px){
            .market-conment #home_ticker01{
                width: 90%;
                margin-left:12px;
                max-width: 460px;
            }
            .ul01{
                margin-top: 10px;
            }
            .market-conment h4{
                margin-right:15px;
            }
            .market-conment .ul01{
                list-style:none;
                padding:0px;
                margin:0px;
                margin-top: 0px;
            }
            .market-conment .ul01 li{
                padding:5px 10px;
                font-size:12px;
                margin:0px;
                border-bottom: 1px solid #fff;
                margin-bottom:0px;
            }
            .market-conment #ul01{
                width: 100%;
                margin-top:10px;
            }
            .market-conment #ul01 li{
                float:left;
                width:19.5%;
                text-align:center;
            }
            .market-conment #ul02{
                clear: both;
                margin-left: 2%;
                /* margin-bottom: 10px; */
                display: inline;
                width: 90%;
                text-align: center;
            }
            .market-conment #ul02 li{
                display:none;
                position:relative;
                background:#fff;
                font-size:16px;

            }
            .market-conment .ul01 .cl_bgColor1{
                display:initial;
            }
            .market-conment{
               height:330px;
               width:100%;
               background:#fff;
               margin-left:auto;
               margin-right:auto;
               padding:0px;
            }
            .market-conment #ul02 span{
                margin-left:0px;
            
            }
            .market-conment #ul02 span:first-child{
                margin-left:0px;
                float:left;
                font-size:24px;
                font-weight:bold;
                margin-top:-10px;
            }

            .market-conment .ul01 li{
                padding:10px 0px;
            }
            .market-conment #ul02 span:last-child{
                float:right;
                margin-right:0px;
                font-size:16px;
            }
            .market-conment #ul02 li span:nth-child(1){
                width:90px;
                text-align:left;
            }
            .market-conment #ul02 li span:nth-child(2){
                text-align:center;
                width:80px;
            }
            .market-conment #ul02 li span:nth-child(3){
                text-align:right;
                width:90px;
            }
        }
