.etf_BR_search_box {
    display: flex;
    width: 415px;
    height: 50px;
    opacity: 1;
    box-sizing: border-box;
}

.etf_BR_search_input {
    width: 353px;
    height: 40px;
    margin-right: 10px;
    border-radius: 8px;
    opacity: 1;

    /* 自动布局 */
    display: flex;
    flex-direction: column;
    padding: 8px;

    /* 纯白 */
    background: #FFFFFF;

    box-sizing: border-box;
    border: 1px solid #BFBFBF;
}

.etf_BR_search_btn {
    width: 71px;
    height: 41px;
    border-radius: 100px;
    opacity: 1;

    /* 自动布局 */
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 12px 16px;
    gap: 16px;

    background: #BF0008;
    color: #FFFFFF;
    ;
}

.etf_BR_iframe_box {
    margin-top: 50px;
    width: 1082px;
    height: 741px;
    opacity: 1;
}

.etf_BR_iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

.button_search {
    width: 618px;
    height: 352px;
    position: absolute;
    /* left: 575px;
    top: 285px; */
    font-size: 14px;
    display: none;
    /* top: 275px; */
    top: 175px;
    /* left: 32px; */
}

.button_search .bg2 {
    width: 662px;
    height: 395px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -198px 0 0 -331px;
    background: url(../images/search_fund_box_bg.png) no-repeat center;
    display: block;
}

.button_search .tit {
    position: relative;
    z-index: 10;
    height: 42px;
    padding: 25px 25px 0;
    margin: 0;
    display: block;
}

.button_search .tit .top {
    border-bottom: 1px solid #e8e8e8;
    height: 25px;
    display: block;
}

.button_search .tit .top .qian {
    float: left;
    height: 24px;
    border-bottom: 2px solid #bf0008;
    margin: 0;
    padding: 0;
}

.button_search .tit .top .en {
    overflow: hidden;
    padding-left: 25px;
    margin: 0;
}

.button_search .tit .top .en a {
    float: left;
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}

.button_search .tit .top .en a + a {
    padding-left: 9px;
}
.button_search .tit .top .en a {
    float: left;
}

.button_search .viewport a {
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}

.overview table td {
    text-align: center;
}

.overview table {
    width: 100%;
    /* line-height: 2; */
}

.search_ld {
    position: absolute;
    width: 510px;
    height: 40px;
    margin: 0;
    padding: 0;
}

.search_ld .bg {
    position: absolute;
    width: 550px;
    height: 82px;
    top: 50%;
    left: 50%;
    margin: -41px 0 0 -275px;
    background: url(../images/ld_3.png) no-repeat center;
}

.search_wrap {
    position: absolute;
    width: 100%;
    right: 0;
    top: 0;
    height: 100%;
}

.search_wrap .inp {
    padding: 8px 0;
}

.search_wrap .inp input {
    width: 80%;
    display: block;
    height: 24px;
    padding-left: 40px;
    background: url(../images/ld_6.png) no-repeat 15px center;
    font-family: Arial, Helvetica, sans-serif;
    outline: none;
    border: none;
}

.button_s {
    position: absolute;
    right: 0;
    top: 0;
    width: 89px;
    height: 100%;
    background: url(../images/ld_5.png) no-repeat center;
    text-align: center;
    color: #fff;
    font-size: 14px;
    line-height: 40px;
    text-decoration: none;
    cursor: pointer;
}