#wrap{
    width:100%;
    max-width: 750px;
}
body{
    background: #182f84;
}
/* info start */
/*#info_etf{
    background:#182f84;
}*/
#banner{
    position: relative;
    width: 100%;
    height:6.86rem;
    background-image: url(../images/banner_info.png);
    background-size: 100% 100%;
}
#banner .title{
    position: absolute;
    top: 2.6rem;
    left: 0;
    bottom: 0;
    right: 0;
    width: 50%;
    overflow: auto;
    margin: auto;
    text-align: center;
    color: #fde90a;
}
#banner .codeinfo{
    position: absolute;
    top: 3.38rem;
    left: 0;
    bottom: 0;
    right: 0;
    width: 80%;
    overflow: auto;
    margin: auto;
    text-align: center;
    font-size: .32rem;
    color: #2c4db1;
}

.container-etf{
    width: 100%;
    padding-bottom: .5rem;
}
.container-etf .modular-etf{
    padding:0 .3rem;
}
.modular-etf .title{
    height: 1rem;
    line-height: 1rem;
    text-align: center;
    font-size: .3rem;
    color: #fff;
    white-space:nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.modular-etf .title span{
    padding:0 .1rem;

}
.modular-etf .title i{
    /*display:inline-block;*/
    margin:.36rem 0;
    width:.64rem;
    height: .24rem;
}
.modular-etf .title img{
    width:.64rem;
    height: .24rem;
    font-size: 0;
}
.modular-etf .title i.left-img{
    background-image: url(../images/title_left.png);
    background-size: 100% 100%;
}
.modular-etf .title i:last-child{
    background-image: url(../images/title_right.png);
    background-size: 100% 100%;
}
.modular-etf .content{
    margin-bottom: .3rem;
    background: #fff;
}
.modular-etf .content .p-content{
    padding-bottom: .3rem;
}
.modular-etf .content .top-line{
    height:.06rem;
    background-image: url(../images/top_line.png);
}
.modular-etf .content .bottom-line{
    height:.06rem;
    background-image: url(../images/bottom_line.png);
}
.modular-etf .content p{
    color:#333;
}
.modular-etf .content .c-title{
    padding: .3rem .3rem .2rem .3rem;
    color:#ea5504;
}
.modular-etf .content .c-title img{
    padding-right: .1rem;
}
.modular-etf .content .c-title img.icon-1{
    width: .56rem;
    height: .59rem;
}
.modular-etf .content .c-title img.icon-2{
    width: .52rem;
    height: .59rem;
}
.modular-etf .content .c-title img.icon-3{
    width: .59rem;
    height: .59rem;
}
.modular-etf .content .c-title i{
    color: #333;
}
.modular-etf .content .c-title.c-rate{
    color:#000;
}
.modular-etf .content .c-title.c-rate>em{
    color:#ea5504;
}
.modular-etf .content .c-content{
    padding: 0 .3rem;
    line-height: .4rem;
}
.modular-etf .content .c-content .p-top{
    padding-top: .2rem;
}
.modular-etf .content .c-content .clsgray{
    font-size: .24rem;
    color: #999;
}
.modular-etf .content .c-content img{
    margin-bottom: .3rem;
}
.modular-etf .content .c-content b{
    line-height: .48rem;
}
.modular-etf .content .c-remark{
    padding: 0 .3rem .3rem;
    color: #666;
    font-size: .24rem;
}
.modular-etf .content table{
    margin: 0 .3rem;
    text-align: center;
    border:1px solid #ccc;
}
.modular-etf .content table th{
    color: #999;
    font-size: .24rem;
}
.modular-etf .content table .bg-clr1{
    background-color:#fef1e6;
}
.modular-etf .content table .bg-clr2{
    background-color:#fffaf6;
}
.modular-etf .content table .num-clr2{
    color:#ea5504;
}
.modular-etf .content table .align-left{
    padding:.2rem;
    text-align:left;
}
.modular-etf .content table .pad-xy{
    padding: 0 .1rem;
}

.info-buy-btn{
    width: 100%;
    height: .96rem;
    line-height: .96rem;
    font-size: .3rem;
    font-weight: bold;
    text-align: center;
    background: #ffc600;
    position: fixed;
    bottom: 0px;
}
/* info end */

.hide{
    display: none;
}

/* show dialog start */
#show_tooltip{
    display: none;
    position: absolute;
    top: 25%;
    left: 18%;
    width: 63%;
    border-radius: .1rem;
    padding: 8px;
    color: #fff;
    background-color: #000;
    z-index:1002;
    -moz-opacity: 0.7;
    opacity:.70;
    filter: alpha(opacity=70);
    overflow: auto;
    text-align: center;
}
#show_dialog_bg{
    display: none;
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index:1001;
    -moz-opacity: 0.7;
    opacity:.70;
    filter: alpha(opacity=70);
}
#show_dialog{
    display: none;
    position: absolute;
    top: 25%;
    left: 18%;
    width: 63%;
    border-radius: .1rem;
    background-color: #fff;
    z-index:1002;
    overflow: hidden;
}
#show_dialog .ui-title{
    padding-top: .3rem;
    text-align: center;
    font-size: .34rem;
    font-weight: bold;
}
#show_dialog .ui-content{
    padding: .5rem;
    padding-top: .3rem;
    line-height: .4rem;
    overflow-y:auto;
    font-size: .3rem;
}
#show_dialog .ui-block-sure{
    padding: .3rem;
    line-height: .3rem;
    border-top: 1px solid #ddd;
    text-align: center;
}
#show_dialog .ui-block-sure a{
    color:#ea5504;
    font-size: .32rem;
    padding: .3rem .53rem;
}
#show_dialog .ui-block-sure a.cancel{
    color: #333;
}
/* show dialog end */