
body{
  background-color: #f8f8f8;
}

/*头部*/
header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
  background-color: #f8f8f8;
}

.header {
  padding: 0.38rem 0.3rem 0.24rem 0.3rem;
  background-color: white;
}

.header img {
  width: 0.22rem;
  height: 0.39rem;
  float: left;
}

.header p {
  text-align: center;
  color: #333;
  font-size: 0.36rem;
}

.header_search{
  padding: 0 0.3rem;
}

.header_input {
  width: calc(100% - 1.3rem);
  background-color: #eee;
  height: 0.56rem;
  border-radius: 0.28rem;
  text-align: center;
  font-size: 0.13rem;
  color: #aaa;
  margin: 0.26rem 0;
  float:left;
}

.center {
  height: 0.56rem;
}

.center img {
  width: 0.35rem;
  height: 0.35rem;
  margin:0.1rem 0.2rem;
  margin-top: 0.1rem;
  float: left;
}

.center_word {
    height:0.56rem;
    font-size: 0.28rem;
    line-height: 0.51rem;
    float: left;
    /*width: calc(100% - 1.3rem);*/
    background: none;
}

.search_btn {
    background: linear-gradient(-90deg, rgba(255, 1, 2, 1), rgba(255, 42, 90, 1));
    border-radius: 0.1rem;
    height: 0.5rem;
    width: 1rem;
    margin-left: 0.3rem;
    margin-top: 0.27rem;
    font-size: 0.26rem;
    line-height: 0.5rem;
}


header ul {
  overflow: hidden;
  margin-bottom: 0.25rem;
  clear:both;
}

header ul li {
  /* line-height: 0.4rem; */
  text-align: center;
  color: #666;
  font-size: 0.28rem;
  float: left;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  padding: 0 0.2rem;
  border-right: 0.04rem solid #666;
}

header ul li:nth-last-child(1),
header ul li:nth-last-child(2){
  border: none;
}

header ul .li_img{
  float: right;
}

header ul .li_img img{
  width: 0.34rem;
  height: 0.34rem;
}


header ul::-webkit-scrollbar {
  display: none;
}

/*主体*/
main {
  background-color: white;
  overflow: hidden;
  position: relative;
  top: 2.84rem;
}

    main .contentArtist {
        margin-bottom: 0.19rem;
        padding: 0.3rem;
    }

        main .contentArtist .top {
            /*height: 1.2rem;*/
            overflow:hidden;
        }

            main .contentArtist .top .top_left_img {
                float: left;
                width: 1.2rem;
                height: 1.2rem;
                border-radius: 50%;
                /*margin-top:0.22rem;*/
            }

                main .contentArtist .top .top_left_img img {
                    border-radius: 50%;
                }

            main .contentArtist .top .top_right {
                width: calc(100% - 1.44rem);
                float: right;
                /*margin-top: 0.08rem;*/
            }

                main .contentArtist .top .top_right h4 {
                    color: #333;
                    font-size: 0.28rem;
                    margin-bottom: 0.1rem;
                }

                main .contentArtist .top .top_right .top_right_words {
                    overflow: hidden;
                    line-height:0.42rem;
                }

                    main .contentArtist .top .top_right .top_right_words p {
                        float: left;
                        font-size: 0.26rem;
                        color: #9c9c9c;
                        /*margin-right: 0.4rem;*/
                        width:100%;
                    }

                        main .contentArtist .top .top_right .top_right_words p .top_right_words_check {
                            color: #333;
                        }

        main .contentArtist .bottomArtist {
            overflow: hidden;
            margin-top: 0.2rem;
        }

            main .contentArtist .bottomArtist li {
                float: left;
                width: 2.15rem;
                height: 2.13rem;
                margin-bottom: 0.22rem !important;
            }

                main .contentArtist .bottomArtist li img {
                    width: 100%;
                    height: 100%;
                }

                main .contentArtist .bottomArtist li:nth-child(2n+2) {
                    margin: 0 0.22rem;
                }

.category_check {
    color: #FF0001;
}
/*右侧弹出*/
.modal {
    width: 100%;
    height: 100%;
    z-index: 99;
    overflow: hidden;
    position: fixed;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
    display: none;
}

.modal_right {
  width: 5.7rem;
  height: 100%;
  overflow: hidden;
  position: fixed;
  right: 0;
  background-color: #f8f8f8;
}

.modal_content {
  overflow: auto;
  height: 90%;
}
.modal_content h5,
h4 {
  color: #666;
  font-size: 0.24rem;
}

.main {
  overflow: hidden;
  padding: 0.43rem 0.3rem 0.16rem 0.21rem;
  border-bottom: 1px solid #eee;
}

.main_title {
  overflow: hidden;
  margin-bottom: 0.26rem;
}

.main_title h5 {
  float: left;
}

.main_title img {
  width: 0.26rem;
  height: 0.14rem;
  float: right;
  margin-top: 0.1rem;
}

.main_content {
  overflow: hidden;
}

.main_content ul {
  overflow: hidden;
  display:table;
}

    .main_content ul li,
    .main_content_tips {
        float: left;
        background-color: #ededed;
        font-size: 0.24rem;
        text-align: center;
        margin-bottom: 0.14rem;
        border-radius: 0.05rem;
        padding: 0.15rem 0.2rem;
        position: relative;
        display: table-cell;
        vertical-align: middle;
        margin-bottom: 0.14rem;
        margin-right: 0.14rem;
    }

/*.main_content ul li:nth-child(3n-1) {
  margin: 0 0.14rem;
}*/

/*选中li*/
.li_check {
  background-color: #f5bfcc !important;
  color: #ff0001;
  position: relative;
}

.li_check_img{
  width: 0.4rem;
  height: 0.4rem;
  position: absolute;
  bottom: 0;
  right: 0;
}

.main_content_input {
  overflow: hidden;
  margin-bottom: 0.3rem;
  display:table;
}

    .main_content_input input {
        float: left;
        background-color: #ededed;
        font-size: 0.24rem;
        text-align: center;
        margin-bottom: 0.14rem;
        border-radius: 0.05rem;
        padding: 0.15rem 0.2rem;
        position: relative;
        display: table-cell;
        vertical-align: middle;
        margin-bottom: 0.14rem;
        margin-right: 0.14rem;
    }

.main_content_input span {
  display: block;
  width: 0.36rem;
  height: 0.02rem;
  background-color: #cacaca;
  float: left;
  margin: 0.28rem 0.24rem;
}


/*底部按钮*/
.footer {
  width: 3.58rem;
  height: 0.73rem;
  position: fixed;
  bottom: 0.34rem;
  right: 0.31rem;
}

    .footer button {
        width: 1.79rem;
        text-align: center;
        line-height: 0.73rem;
        float: left;
        font-size: 0.3rem;
    }

.footer button:nth-child(1) {
  background-color: #ff2a5b;
  border-top-left-radius: 0.36rem;
  border-bottom-left-radius: 0.36rem;
}

    .footer button:nth-child(2) {
        background-color: #ff0001;
        border-top-right-radius: 0.36rem;
        border-bottom-right-radius: 0.36rem;
    }
.content_box {
    padding: 0.3rem;
    text-align:center;
    font-size:0.26rem;
}