* {
    margin: 0;
    padding: 0;
}

html, body {
    position: relative;
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
    background-image: linear-gradient(-90deg, #FF6839 0%, #F33762 100%);
}

/*--清除谷歌浏览器下的 search 叉号*/
/*input::-webkit-search-cancel-button {*/
/*    display: none;*/
/*}*/

/*--清除IE下的 search 叉号*/
input[type=search]::-ms-clear {
    display: none;
}

input[type=search]::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

.topBox {
    position: relative;
    width: 100%;
    height: auto;
    background: url(https://ohudong.cztv.com/1/260674/images/bg.png) top center no-repeat;
    background-size: 100% 27rem;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
}

.searchBox {
    position: relative;
    width: 100%;
    height: 2.34666rem;
}

.searchBox .cancel {
    display: none;
    position: absolute;
    top: 40%;
    right: 0.48rem;
    font-size: 14px;
    color: #FFFFFF;
}

[data-dpr="2"] .searchBox .cancel {
    font-size: 26px;
}

[data-dpr="3"] .searchBox .cancel {
    font-size: 38px;
}

.searchBox .inputBox {
    margin-top: 0.69333rem;
    margin-left: 0.48rem;
    width: 9rem;
    height: 0.96rem;
    background: #FFFFFF;
    box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.18);
    border-radius: 0.48rem;

    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: center;
}

.searchBox .inputBox form {
    width: 80%;
    height: 0.96rem;
    border: 0;
    outline: none;
}

.searchBox .inputBox input {
    width: 100%;
    height: 0.96rem;
    border: 0;
    outline: none;
}

.searchBox .inputBox .searchIcon {
    width: 0.64rem;
    height: 0.64rem;
    margin-right: 0.2rem;
    background: url(https://ohudong.cztv.com/1/260674/images/searchPageIcon.png) top center no-repeat;
    background-size: 100% 100%;
}

.searchBox .inputBox .clearIcon {
    display: none;
    width: 0.64rem;
    height: 0.64rem;
    margin-right: 0.2rem;
    background: url(https://ohudong.cztv.com/1/260674/images/cancelBg.png) top center no-repeat;
    background-size: 100% 100%;
}

.contentBox {
    width: 100%;
    min-height: calc(100vh - 2.34666rem);
    background: #FDFCDD;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
}

.contentBox .emptyBox {
    width: 9rem;
    height: 9.333rem;
    margin-top: 0.5333rem;
    background: #FFFFFF;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.05);
    border-radius: 12px;

    display: none;
    flex-flow: column nowrap;
    align-items: center;
}

.emptyBox .emptyImg {
    width: 2.18666rem;
    height: 1.6rem;
    margin-top: 1.04rem;
    background: url(https://ohudong.cztv.com/1/260674/images/emptyBg.png) top center no-repeat;
    background-size: 100% 100%;
}

.emptyBox .emptyDesc {
    font-size: 22px;
    margin-top: 0.37333rem;
    font-weight: bold;
    color: #AF7539;
}

[data-dpr="2"] .emptyBox .emptyDesc {
    font-size: 32px;
}

[data-dpr="3"] .emptyBox .emptyDesc {
    font-size: 46px;
}

.emptyBox .ewmDesc {
    margin-top: 0.1rem;
    font-size: 14px;
    color: #AF7539;
}

[data-dpr="2"] .emptyBox .ewmDesc {
    font-size: 32px;
}

[data-dpr="3"] .emptyBox .ewmDesc {
    font-size: 46px;
}

.emptyBox .ewmImg {
    width: 2rem;
    height: 2rem;
    margin-top: 0.1rem;
}

.emptyBox .ewmImg img {
    width: 2rem;
    height: 2rem;
}

.emptyBox .submitBox {
    width: 5.8666rem;
    height: 1.2266rem;
    line-height: 1.2266rem;
    text-align: center;
    font-weight: 600;
    font-size: 20px;
    color: #AF7539;
    background-image: linear-gradient(-180deg, #FEF8BC 0%, #FFE951 100%);
    border-radius: 0.61333rem;
}

[data-dpr="2"] .emptyBox .submitBox {
    font-size: 32px;
}

[data-dpr="3"] .emptyBox .submitBox {
    font-size: 44px;
}

.listBox {
    width: 9.0666rem;
    height: auto;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
}

.listBox .otherBox:last-child {
    margin-bottom: 0.48rem;
}

.listBox .otherBox {
    width: 9.12rem;
    height: 2.133rem;
    margin-top: 0.48rem;
    margin-left: 0.18rem;
    margin-right: 0.18rem;
    background: #FFFFFF;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.05);
    border-radius: 0.32rem;

    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: flex-start;
}

.listBox .starBox {
    position: relative;
    width: 1.28rem;
    height: 2.613rem;
    margin-left: 0.64rem;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
}

.listBox .starBox .picture {
    width: 100%;
    height: 1.28rem;
    background: #FFFFFF;
    border-radius: 50%;
    margin-top: 0.2rem;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: center;
}

.listBox .starBox .picture img {
    width: 1.1rem;
    height: 1.1rem;
    border-radius: 50%;
}

/*其他名 end*/
.listBox .nameBox {
    width: 4rem;
    margin-left: 0.32rem;
    height: 0.9rem;
    display: flex;
    flex-flow: column nowrap;
    align-items: flex-start;
    justify-content: space-between;
}

.listBox .nameBox .rankBox {
    font-size: 14px;
    color: #D6D5B6;
}

[data-dpr="2"] .listBox .nameBox .rankBox {
    font-size: 24px;
}

[data-dpr="3"] .listBox .nameBox .rankBox {
    font-size: 44px;
}

.listBox .nameBox .starName {
    font-size: 14px;
    color: #AF7539;
    font-weight: 600;
}

[data-dpr="2"] .listBox .nameBox .starName {
    font-size: 24px;
}

[data-dpr="3"] .listBox .nameBox .starName {
    font-size: 44px;
}

.listBox .infoBox {
    width: 1.84rem;
    height: 1.333rem;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
}

.listBox .infoBox .infoFireBg {
    width: 0.2933rem;
    height: 0.4rem;
    background: url(https://ohudong.cztv.com/1/260674/images/fireBg.png) top center no-repeat;
    background-size: 100% 100%;
}

.listBox .infoBox .infoCount {
    font-size: 14px;
    margin-left: 0.18rem;
    color: #AE743A;
}

[data-dpr="2"] .listBox .infoBox .infoCount {
    font-size: 24px;
}

[data-dpr="3"] .listBox .infoBox .infoCount {
    font-size: 44px;
}

