
.announce-trend{
    color: #006dcc;
    position: absolute;
    top: .24rem;
    left: .1rem;
}
.page-container {
    min-height: 100%;
    min-width: 3.2rem;
    max-width: 4.5rem;

    position: relative;
    padding-bottom: .4rem;
}
.my-page-container {
    min-height: 100%;
    min-width: 3.2rem;
    max-width: 6rem;

    position: relative;
    padding-bottom: .4rem;
}
.page-box {
    min-height: 100%;
    min-width: 3.2rem;
    max-width: 4.5rem;

    position: relative;
    padding-bottom: .4rem;
}
.my-page-box {
    min-height: 100%;
    min-width: 3.2rem;
    max-width: 6rem;

    position: relative;
    padding-bottom: .4rem;
}
/*搜索框*/
.title {
    /*margin: 0.1rem;*/
    color: #ec7258;
    padding-top: .1rem;
    text-align: center;
    font-size: 0.24rem;
    font-weight: bold;
}
.title2 {
    text-align: center;
    font-size: 0.24rem;
    font-weight: bold;
}

.movie-brief {
    width: 90%;
    margin: 0 auto;
}

.search-zone {
    position: relative;
    padding: .05rem 0;
}

.fuzzy-list {
    display: none;
    position: absolute;
    width: 83%;
    height: auto;
    border: 2px solid #ec7258;

    -webkit-border-radius: .2rem;
    -moz-border-radius: .2rem;
    border-radius: .2rem;
    padding: .07rem;
    background: white;
    z-index: 99;
}

.hot-list {
    /*position: absolute;*/

    width: 88%;
    /*width: 95%;*/
    height: auto;

    padding: .07rem;
    background: white;
    border: 2px solid #ec7258;

    -webkit-border-radius: .2rem;
    -moz-border-radius: .2rem;
    border-radius: .2rem;
    z-index: 99;
}
.hot-title{
    font-weight: bold;
    color: #ec7258;
}
.hot-item{
    -webkit-border-radius: .14rem;
    -moz-border-radius: .14rem;
    border-radius: .14rem;

    display: inline-block;  /*将span当做块级元素对待*/
    white-space: nowrap;  /*强制span不换行*/
    max-width: 1.8rem;  /*限制宽度*/
    overflow: hidden;  /*超出宽度部分隐藏*/
    text-overflow: ellipsis;

    padding: .01rem .1rem;
    margin: .03rem;
    background: #ebebeb;
    font-size: .14rem;
}

.form {
    position: relative;
}

.keyword, .button {
    border: none;
    outline: none;
}

.keyword {
    width: 83%;
    height: .36rem;
    padding-left: .14rem;
    font-size: .16rem;
    border: 2px solid #ec7258;
    border-radius: .18rem 0 0 .18rem;
    background: transparent;
    top: 0;
    right: 0;
}

.rankNumInput{
    /*width: 3rem;*/
}

.button {
    /*opacity: 0.5;*/
    height: .36rem;
    width: 17%;
    cursor: pointer;
    position: absolute;
    font-size: .16rem;

    background: #ec7258;
    border-radius: 0 .18rem .18rem 0;
    top: 0;
    /*right: 0;*/
    padding-right: .1rem;
    color: white;
}

.search-zone .button:before {
    content: "搜索";
    color: #ebebeb;
}

.not-exist{
    text-align: center;
    font-size: .18rem;
    position: relative;
    /*display: none;*/
}
.not-exist a{
    font-size: .2rem; color: #ec7258;
}
.existed-ul{
    text-align: center;
    background: #f3f3f3;
    width: max-content;
    border-radius: .2rem;
    padding: .1rem;
    margin-left: 30%;
}
/*信息区域*/
.gray {
    color: #666666;
}
.actors {
    color: #666666;
    font-size: .15rem;
}

.little {
    color: #666666;
    font-size: .12rem;
}

.notice {
    color: #666666;
    font-size: .12rem;
    position: relative;
    left: .6rem;
}



.brief-list{
    margin-bottom: .1rem;
}


/*tab*/
.rateDayHidden {
    display: none;
}


/*chart*/
.chart {
    height: 3rem;
}
.chart2 {
    height: 5rem;
}



.bottom {
    /*position: fixed;*/
    position: absolute;
    /*!*width: 100%;*!*/
    bottom: .5rem;
    left: 25%;
}

.trend-hide{
    display: none;
}


.classify-list{
    width: .2rem;
    height: .2rem;
    margin-left: .3rem;
    color: white;
}

.diy-calc{
    margin-left: .7rem;
    font-weight: bold;
    font-size: .16rem;
}
.my-window-content{
    /*position: relative;*/
    display: none;
}
.my-window-table{
    display: none;
}
