

.top {
    width: 100%;
    /*height: 270px;*/
    /*background-image: url("images/bg_top.jpg");*/
    position: relative;
    text-align: center;
    float: left;
    height: 70px;
    margin-top: 20px;
}

.bg_top {
    width: 100%;
    /*height: 270px;
    position: absolute;*/
    z-index: 1;

}
.top-desc{
    /*width: 100%;
    color: white;
    font-weight: bold;
    font-size: 0.3rem;
    position: absolute;
    top: 62%;
    z-index: 2;*/
    width: 100%;
    color: white;
    font-weight: bold;
    font-size: 0.3rem;
    /* position: absolute; */
    /* top: 62%; */
    z-index: 2;
    margin-top: 10px;
    color: black;
    /*display: none;*/
}

.search {
    /*width: 70%;
    !*height: 100px;*!
    height: 20%;
    position: absolute;
    z-index: 2;
    bottom: 4%;
    !* border: solid 0.00926rem #999; *!
    !* border-radius: 10px; *!
    !* background: white; *!
    left: 15%;
    !* background: wheat; *!*/

    width: 70%;
    /* height: 100px; */
    height: 80%;
    /* position: absolute; */
    z-index: 2;
    /* bottom: 0%; */
    /* top: 10px; */
    /* border: solid 0.00926rem #999; */
    /* border-radius: 10px; */
    /* background: white; */
    /* left: 15%; */
    /* background: wheat; */
    margin-top: 10px;
    margin-left: 17%;
}

.search textarea {
    width: 85%;
    height: 70%;
    float: left;
    border: none;
    /* margin-left: 10px; */
    font-size:0.3rem;
    border: solid 0.00926rem #999;
    border-radius: 10px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    padding-left: 5px;
    padding-top: 8px;
}

.search img {
    float: left;
    /* width: 50px; */
    height: 70%;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 10px;
    border: solid 0.02926rem green;
    margin-left: 1%;
    max-width: 13%;
}

.navigation {
    margin-top: 20px;
    /*margin-left: 33%;*/
    float: left;
    width: 100%;
}

.navigation button {
    width: 60px;
    height: 30px;
    border-style: none;
    background-size: cover;
    max-width: 10%;
    position: relative;
}

.button_select {
    background: url("../images/bg_nav.jpg") no-repeat;
}

.button_unselect {
    background: none;
}

.ai {
    width: 90%;
    margin-left: 5%;

}

.ai .item {
    width: 19%;
    height: 130px;
    background: white;
    border-radius: 10px;
    /*padding: 10px;*/
    float: left;
    margin-right: 1%;
    margin-top: 20px;
}

.item_top {
    width: 90%;
    height: 70px;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 10px;
    overflow: hidden;
}

.item_logo {
    width: 1.1rem;
    height: 1.1rem;
    float: left;
    border-radius: 10px;
}

.item_name {
    width: 40%;
    float: left;
    margin-left: 5px;
}

.name_value {
    color: black;
    width: 100%;
    font-size: 0.25rem;
    text-align: left;
    /*font-weight: bold;*/
    margin-top: 10px;
}

.name_star {
    width: 100%;
    height: 15px;
    margin-top: 12px;
}

.name_star img {
    width: 15px;
    height: 15px;
    float: left;
}

.star_value {
    color: grey;
    font-size: 10px;
    float: left;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    margin-left: 2px;
}

.item_inter {
    width: 0.8rem;
    height: 0.8rem;
    float: right;
}

.item_free {
    float: right;
    color: black;
    font-size: 10px;
}

.item_bottom {
    width: 90%;
    margin-left: 5%;
    color: grey;
    font-size: 0.21rem;
    text-align: left;
    line-height: 120%;

    /*文字超出后显示....*/
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.clearfix {
    clear: both;
}


/*----------------------------------art-------------------------------*/
.img_division {
    margin: auto;
    height: 60px;
    margin-top: 40px;
}

.art {
    width: 90%;
    margin-left: 5%;
}

.art-item {
    width: 19%;
    /*height: 7.2rem;*/
    background: white;
    border-radius: 10px;
    float: left;
    margin-right: 1%;
    margin-top: 20px;

    /*position: relative;
    !* width: 100%; *!
    height: 0px;
    padding-top: 19%;!*padding-bottom都可以;*!*/

}

.art-item .works_img {
    width: 100%;
    /*height: 72%;*/
    border-radius: 10px 10px 0 0;

    /*position: absolute;
    top: 0;
    left: 0;
    height: 100%;*/
}

.art-item .works_desc {
    width: 92%;
    height: 1.1rem;
    margin-left: 4%;
    color: grey;
    text-align: left;
    line-height: 120%;
    margin-top: 5px;
    font-size: 0.21rem;

    /*文字超出后显示....*/
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

.art-item .works_bottom {
    width: 100%;
    height: 0.5rem;
    margin-top: 5px;
}

.art-item .works_bottom img {
    width: 15px;
    height: 15px;
    float: right;
    margin-right: 3px;
}

/*寮规鎻愮ず start*/
.pop {
    left: 35%;
    width: 30%;
    height: 55%;
    position: fixed;
    top: 20%;
    /* bottom: 0;
     margin: auto;*/
    z-index: 130;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0 3px 18px rgba(100, 0, 0, .5);
}

.bgPop {
    /*display: none;*/
    position: absolute;
    z-index: 129;
    left: 0;
    top: 0;
    width: 100%;
    height: 280%;
    background: rgba(0, 0, 0, .6);
}

.pop-content {
    height: 200px;
    margin-top: 30px;
    text-align: center;
}

.pop-close {
    right: 10%;
    position: absolute;
    /* top: 0; */
    /* bottom: 0; */
    top: -32px;
    width: 25px;
    height: 25px;
    right: 0;
}

.pop-content p {

}

.pop-content img {
    width: 200px;
    height: 200px;
    margin: auto;
    margin-top: 30px;
}

/*寮规鎻愮ず end*/


input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #666;
    font-size:0.3rem;
}

input::-moz-placeholder, textarea::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #666;
    font-size:0.3rem;
}

.index-bottom{
    margin-top: 50px;
}
.bootm_copyright{
    width:100%;
    text-align: center;
    /*font-size: 5px;*/
}

.float_qqqun{
    width: 2rem;
    /* height: 50px; */
    position: fixed;
    right: 1px;
    /* top: 65%; */
    border: 1px;
    box-shadow: -10px 10px 10px #888888;
    bottom: 2%;
}

.ai-role{
    width: 100%;
    height: 300px;
    text-align: center;
    margin-top: 20px;
    float: left;
    overflow: auto;
    white-space: nowrap;
    margin-bottom: 40px;
}
.mk{
    white-space: nowrap;
}
.ai-item{
    width: 21%;
    height: 100%;
    /* margin-left: 10%; */
    /* margin-top: 5%; */
    font-size: 0.13rem;
    text-align: center;
    /*float: left;*/
    display: inline-block;
    position: relative;
}
.ai-item img{
    width: 60%;
    height: 75%;
    max-height: 85%;
    border-radius: 10px;
    display: block;
    margin: 0 auto;
}
.ai-item span{
    display: block;
    margin-top: 20px;
    font-size: 0.3rem;
}
.ai-item button{
    background: #846bdd;
    color: white;
    padding: 3px 25px;
    margin-top: 5px;
    border-radius: 5px;
}
.ai-item .modle_type{
    position: absolute;
    top: 0;
    right: 20%;
    background: orange;
    border-radius: 7px;
    padding: 3px 7px;
    color: black;
    font-size: 0.2rem;
}

/*.ai-role {
    !*height: 3rem;*!
    !*background: #fff;*!
    margin-bottom: 0.5rem;
    width: 100%;
    text-align: center;
    margin-top: 30px;
    float: left;
}

.ai-role ul {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.ai-role ul li {
    text-align: center;
    !*width: 1.85185rem;*!
}


.ai-role ul li img {
    !*width: 1.13889rem;*!
    height: 3.93889rem;
    margin: 0 auto;
    border-radius: 10px;
}

.ai-role ul li span{
    display: block;
    margin-top: 20px;
    font-size: 0.3rem;
}
.ai-role ul li button{
    background: #846bdd;
    color: white;
    padding: 3px 25px;
    margin-top: 5px;
    border-radius: 5px;
}*/


.works {
    width: 95%;
    margin-left: 2.5%;
    margin-bottom: 50px;
}

.works-item {
    width: 19%;
    /*height: 7.2rem;*/
    background: white;
    border-radius: 10px;
    float: left;
    margin-right: 1%;
    margin-top: 15px;

    /*position: relative;
    !* width: 100%; *!
    height: 0px;
    padding-top: 19%;!*padding-bottom都可以;*!*/

}

.works-item .works_img {
    width: 100%;
    /*height: 72%;*/
    border-radius: 10px 10px 0 0;

    /*position: absolute;
    top: 0;
    left: 0;
    height: 100%;*/
}

.works-item .works_desc {
    width: 92%;
    height: 1.7rem;
    margin-left: 4%;
    color: grey;
    text-align: left;
    line-height: 120%;
    margin-top: 5px;
    font-size: 0.35rem;

    /*文字超出后显示....*/
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
}
.works-item .goods-name{
    text-align: left;
    margin-left: 10px;
    margin-top: 8px;
    font-size: 15px;
    color: #333;
    line-height: 1;
}
.works-item .goods-price{
    text-align: left;
    margin-left: 10px;
    margin-top: 8px;
    margin-bottom: 10px;
    font-weight: bold;
    color: #dd524d;
    line-height: 1;
    font-size: 16px;
    float: left;
}
.works-item .goods-sell{
    text-align: left;
    margin-right: 10px;
    margin-top: 8px;
    margin-bottom: 10px;
    color: #333;
    line-height: 1;
    font-size: 12px;
    float: right;
}

.works-filter{
    float: right;
    margin-right: 10%;
    width: 80%;
    text-align: right;
    margin-top: -22px;
}
.filter-item{
    float: right;
    margin-left: 10px;
}
.filter-item span{
    display: block;
    float: left;
}
.filter-item img{
    float: left;
    width: 14px;
}
.sortActive{
    color: #1d71fa;
}
