@charset "UTF-8";

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    /* Firefox */
    -webkit-box-sizing: border-box;
    /* Safari */
    list-style: none;
    text-decoration: none !important;
    scroll-behavior: smooth;
}

body {
    background-color: #f7f7f7;
}

#searchResult {
    font-family: Source Han sans-serif;
    margin-bottom: 60px;
}

#searchResult .topOptionBox {
    width: 100%;
    height: 60px;
    background: #FFFFFF;
    position: sticky;
    top: 60px;
    z-index: 100;
}

#searchResult .marT20 {
    margin-top: 20px;
}

#searchResult .marT24 {
    margin-top: 24px;
}

#searchResult .marT28 {
    margin-top: 28px;
}

#searchResult .marT30 {
    margin-top: 30px;
}


#searchResult .height0 {
    height: 60px;
}

#searchResult .height1 {
    max-height: 562px;
    overflow: hidden;
}

#searchResult .height2 {
    max-height: 460px;
    overflow: hidden;
}

#searchResult .height3 {
    max-height: 796px;
    overflow: hidden;
}

#searchResult .height4 {
    max-height: 876px;
    overflow: hidden;
}

#searchResult .centerSpace {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}


#searchResult .centerWrap {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}

#searchResult .centerWrap2 {
    width: 1260px;
    margin: 0 auto;
}

#searchResult .centerWrap3 {
    width: 1200px;
    margin: 0 auto;


}


#searchResult .flexCenter {
    display: flex;
    justify-content: center;
}



#searchResult .topOptionBox .option>a {
    background: #FFFFFF;
    border-radius: 16px;
    font-size: 14px;
    font-family: Source Han Sans;
    font-weight: 600;
    line-height: 20px;
    color: #333333;
    padding: 6px 18px;
}

#searchResult .topOptionBox .option>a:hover {
    background: #f7f7f7;

}

#searchResult .topOptionBox .option>a:nth-of-type(n+2) {
    margin-left: 10px;
}

#searchResult .topOptionBox .option>.active {
    background: #0099AD !important;
    color: #FFFFFF !important;
}

#searchResult .topOptionBox .release {
    width: 96px;
    height: 32px;
    font-size: 14px;
    line-height: 20px;
    color: #333333;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
    border-radius: 24px;
    z-index: 10;
}

#searchResult .topOptionBox .release:hover {
    background: #F7F7F7;
}

#searchResult .topOptionBox .release::after {
    display: inline-block;
    content: "";
    width: 16px;
    height: 16px;
    background: url(../img/home8.png) no-repeat;
    background-size: 100%;
    margin-left: 4px;
    transition: all .3s ease;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

#searchResult .topOptionBox .release:hover::after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

#searchResult .topOptionBox .release .outBox {
    position: absolute;
    top: 31px;
    width: 136px;
    height: 0px;
    border-radius: 8px;
    transition: all .2s ease;
    overflow: hidden;
}

#searchResult .topOptionBox .release:hover .outBox {
    height: 180px;
}

#searchResult .topOptionBox .release .outBox .selectBox {
    padding-top: 4px;
    width: 136px;
    height: 176px;
    background: #FFFFFF;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.06);
    border-radius: 8px;
    padding: 8px;
}

#searchResult .topOptionBox .release .outBox .selectBox {
    padding-top: 4px;
    width: 136px;
    height: 176px;
    background: #FFFFFF;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.06);
    border-radius: 8px;
    padding: 8px;
}

#searchResult .topOptionBox .release .outBox .selectBox p {
    width: 120px;
    height: 40px;
    background: #FFFFFF;
    border-radius: 4px;
    font-size: 14px;
    text-align: left;
    line-height: 20px;
    color: #333333;
    padding: 10px;
}

#searchResult .topOptionBox .release .outBox .selectBox p:hover {
    background: #F7F7F7;
}

#searchResult .topOptionBox .release .outBox .selectBox .hot2::after {
    display: inline-block;
    content: "";
    width: 33px;
    height: 14px;
    background: url(../img/home-title-hot.png) no-repeat;
    background-size: 100% 100%;
    margin-left: 4px;
}

#searchResult .topOptionBox .release .outBox .selectBox .new2::after {
    display: inline-block;
    content: "";
    width: 33px;
    height: 14px;
    background: url(../img/home-title-new.png) no-repeat;
    background-size: 100% 100%;
    margin-left: 4px;
}

#searchResult .topHead {
    margin-top: 24px;
    height: 48px;
    background: #FFFFFF;
    border-radius: 4px;
    padding-right: 16px;
}

#searchResult .topHead .title {
    font-size: 16px;
    font-family: Source Han Sans;
    font-weight: 600;
    line-height: 22px;
    color: #333333;
    display: flex;
    align-items: center;
}

#searchResult .topHead .title::before {
    display: inline-block;
    content: "";
    width: 4px;
    height: 24px;
    background: #0099AD;
    border-radius: 4px;
    margin-right: 14px;
}

#searchResult .topHead .title>span {
    color: #0099AD;
}

#searchResult .topHead .more {
    font-size: 14px;
    line-height: 20px;
    color: #999999;
    display: flex;
    align-items: center;
    cursor: pointer;
}

#searchResult .topHead .clickBtn::after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

#searchResult .topHead .more:hover {
    color: #0099AD;
}

#searchResult .topHead .more::after {
    display: inline-block;
    content: "";
    width: 16px;
    height: 16px;
    background: url(../img/home9.png) no-repeat;
    background-size: 100% 100%;
    margin-left: 4px;
}

#searchResult .topHead .more:hover::after {

    background: url(../img/home14.png) no-repeat;
    background-size: 100% 100%;
}



#searchResult .centerWrap .cardS1 {
    width: 232px;
    height: 260px;
    background: #FFFFFF;
    border-radius: 4px;
    margin-right: 10px;
    margin-top: 20px;
    padding: 14px 14px 19px 14px;
    position: relative;
    border: 1px solid transparent;
}

#searchResult .centerWrap .cardS1:hover {
    border: 1px solid #0099AD;
}

#searchResult .centerWrap .cardS1:nth-of-type(5n) {
    margin-right: 0px;
}

#searchResult .centerWrap .cardS1>img {
    display: block;
    width: 204px;
    height: 150px;
    margin: 0 auto;
}

#searchResult .centerWrap .cardS1>.name {
    margin-top: 10px;
    font-size: 14px;
    line-height: 20px;
    color: #333333;
    text-align: center;
    width: 204px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#searchResult .centerWrap .cardS1>.orderInfo {
    margin-top: 10px;
    font-size: 12px;
    line-height: 17px;
    color: #AAAAAA;
    text-align: center;
}

#searchResult .centerWrap .cardS1>.orderInfo span {
    color: #0099AD !important;
    font-family: Source Han Sans;
    font-weight: 600;
    font-size: 13px;
}

#searchResult .centerWrap .cardS1:hover>.orderInfo {
    display: none;
}

#searchResult .centerWrap .cardS1>.orderInfo>P:nth-of-type(2) {
    margin-top: 5px;
}

#searchResult .centerWrap .cardS1>.nowBtn {
    width: 100px;
    height: 36px;
    background: #0099AD;
    border-radius: 4px;
    font-size: 14px;
    line-height: 36px;
    color: #FFFFFF;
    text-align: center;
    display: none;
    margin: 10px auto 0 auto;
}

#searchResult .centerWrap .cardS1:hover>.nowBtn {
    display: block;
}

#searchResult .centerWrap .cardS1>.hot {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0px;
    right: 0px;
}

#searchResult .centerWrap .noCard {
    padding: 20px;
    border: none !important;
    margin-right: 0 !important;
}

#searchResult .centerWrap .cardS1 .noText {
    width: 184px;
    font-family: Source Han Sans;
    font-weight: 600;
    font-size: 16px;
    color: #333333;
    line-height: 23px;
}

#searchResult .centerWrap .cardS1 .sBtn {
    width: 160px;
    height: 60px;
    background: #F1F1F1;
    border-radius: 30px 30px 30px 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Source Han sans-serif;
    font-size: 14px;
    color: #333333;
    line-height: 20px;
    padding: 0 12px;
    box-sizing: border-box;
    white-space: nowrap;
    position: relative;
    cursor: pointer;
}

#searchResult .centerWrap .cardS1 .sBtn>img {
    display: block;
    width: 40px;
    height: 40px;
    margin-left: 26px;
}

#searchResult .centerWrap .cardS1 .sBtn>.right2 {
    margin-left: 10px;
}

#searchResult .centerWrap .cardS1 .sBtn:hover {
    background: #FFFFFF;
    box-shadow: 0px 6px 10px 1px rgba(0, 0, 0, 0.1);
    border: 1px solid #0099AD;
}


#searchResult .centerWrap .cardS1 .hide1 {
    display: none;
    position: absolute;
    bottom: 0px;
    right: -150px;
    z-index: 20;
}

#searchResult .centerWrap .cardS1:nth-of-type(5n) .hide1 {
    right: 170px;
}

#searchResult .centerWrap .cardS1 .sBtn:hover .hide1 {
    display: block;
}

#searchResult .centerWrap .cardS1 .codeBox {
    width: 140px;
    height: 180px;
    padding: 16px 20px;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.0600);
    display: inline-block;
}

#searchResult .centerWrap .cardS1 .codeBox>img {
    width: 100px;
    height: 100px;
    border-radius: 8px;
}

#searchResult .centerWrap .cardS1 .codeBox>.bimg {
    width: 131px;
    height: 131px;
    border-radius: 8px;
}

#searchResult .centerWrap .cardS1 .codeBox>p:nth-of-type(1) {
    margin-top: 8px;
    height: 20px;
    font-size: 14px;
    line-height: 20px;
    color: #333333;
    text-align: center;
}

#searchResult .centerWrap .cardS1 .codeBox>p:nth-of-type(2) {
    margin-top: 6px;
    font-size: 12px;
    line-height: 17px;
    color: #666666;
    text-align: center;
}

#searchResult .moreBtn {
    width: 82px;
    height: 40px;
    background: #FFFFFF;
    border-radius: 20px;
    font-size: 14px;
    font-family: Source Han Sans;
    font-weight: 600;
    line-height: 40px;
    color: #333333;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px auto 30px auto;
    cursor: pointer;
}

#searchResult .moreStyle1 {
    margin: 10px auto 30px auto;

}

#searchResult .moreBtn::after {
    display: inline-block;
    content: "";
    width: 16px;
    height: 16px;
    background: url(../img/home8.png) no-repeat;
    background-size: 100%;
    margin-left: 4px;
    transition: all .3s ease;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

#searchResult .clickBtn::after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

#searchResult .centerWrap .cardS2 {
    width: 232px;
    height: 210px;
    background: #FFFFFF;
    border-radius: 4px;
    margin-right: 10px;
    margin-top: 20px;
    position: relative;
}



#searchResult .centerWrap .cardS2:nth-of-type(5n) {
    margin-right: 0px;
}

#searchResult .centerWrap .cardS2>img {
    display: block;
    width: 232px;
    height: 130px;
    border-radius: 4px;
    border: none;

}

#searchResult .centerWrap .cardS2>p {
    margin-top: 14px;
    padding: 0 10px;
    font-size: 14px;
    font-family: Source Han Sans;
    font-weight: 600;
    line-height: 20px;
    color: #000000;
    width: 210px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#searchResult .centerWrap .cardS2:hover>.mask {
    width: 232px;
    height: 210px;
    border-radius: 4px;
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #0099AD;
}

#searchResult .centerWrap .cardS2>.nameType {
    margin-top: 14px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 10px;
    padding-right: 16px;
}

#searchResult .centerWrap .cardS2>.nameType>p {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    line-height: 20px;
    color: #333333;
}

#searchResult .centerWrap .cardS2>.nameType>p:nth-of-type(1)::before {
    display: inline-block;
    content: "";
    width: 16px;
    height: 16px;
    background: url(../img/liveName.png) no-repeat;
    background-size: 100%;
    margin-right: 4px;

}

#searchResult .centerWrap .cardS2>.nameType>p:nth-of-type(2)::before {
    display: inline-block;
    content: "";
    width: 16px;
    height: 16px;
    background: url(../img/liveFree.png) no-repeat;
    background-size: 100%;
    margin-right: 4px;

}

#searchResult .centerWrap .cardS3 {
    width: 1200px;
    height: 182px;
    background: #FFFFFF;
    border-radius: 4px;
    padding: 14px 16px 14px 14px;
    display: flex;
    justify-content: flex-start;
    margin-bottom: 12px;
    /* box-sizing: content-box; */
}

#searchResult .centerWrap .cardS3:hover {
    border: 1px solid #0099AD;
    /* box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1); */
}

#searchResult .centerWrap .cardS3:nth-of-type(1) {
    margin-top: 20px;
}

#searchResult .centerWrap .cardS3>img {
    display: block;
    width: 264px;
    height: 154px;
    border-radius: 4px;
}

#searchResult .centerWrap .cardS3>div {
    width: 890px;
    margin-left: 16px;
}

#searchResult .centerWrap .cardS3>div>p:nth-of-type(1) {
    width: 890px;
    font-size: 16px;
    font-family: Source Han Sans;
    font-weight: 600;
    line-height: 22px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#searchResult .centerWrap .cardS3>div>.line {
    height: 1px;
    width: 100%;
    background-color: #EEEEEE;
    margin: 12px 0 19px 0;
    overflow: hidden;
}

#searchResult .centerWrap .cardS3>div>p:nth-of-type(2) {
    width: 890px;
    font-size: 14px;
    line-height: 24px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;

}

#searchResult .centerWrap .cardS3>div>.bottomHandle {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 16px;
}

#searchResult .centerWrap .cardS3>div>.bottomHandle>.time>p {
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    color: #999999;
    padding: 6px 0;
    margin-right: 24px;
}

#searchResult .centerWrap .cardS3>div>.bottomHandle>.collection {
    display: flex;
    justify-content: flex-start;
}

#searchResult .centerWrap .cardS3>div>.bottomHandle>.collection>p {
    width: 72px;
    height: 32px;
    border-radius: 4px;
    font-size: 14px;
    line-height: 32px;
    color: #333333;
    display: flex;
    justify-content: center;
    align-items: center;
}

#searchResult .centerWrap .cardS3>div>.bottomHandle>.collection>p:hover {
    background: #F7F7F7;
}

#searchResult .centerWrap .cardS3>div>.bottomHandle>.collection>.colleTrue::before {
    display: inline-block;
    content: "";
    width: 16px;
    height: 16px;
    background: url(../img/home-star2.png) no-repeat;
    background-size: 100%;
    margin-right: 4px;
}

#searchResult .centerWrap .cardS3>div>.bottomHandle>.collection>.colleNo::before {
    display: inline-block;
    content: "";
    width: 16px;
    height: 16px;
    background: url(../img/home-star1.png) no-repeat;
    background-size: 100%;
    margin-right: 4px;
}

#searchResult .centerWrap .cardS3>div>.bottomHandle>.collection>.shareTrue::before {
    display: inline-block;
    content: "";
    width: 16px;
    height: 16px;
    background: url(../img/forward2.png) no-repeat;
    background-size: 100%;
    margin-right: 4px;
}

#searchResult .centerWrap .cardS3>div>.bottomHandle>.collection>.shareNo::before {
    display: inline-block;
    content: "";
    width: 16px;
    height: 16px;
    background: url(../img/forward1.png) no-repeat;
    background-size: 100%;
    margin-right: 4px;
}

#searchResult .noSearch {
    margin-top: 20px;
}

#searchResult .noSearch>img {
    display: block;
    width: 468px;
    height: auto;
    margin: 0 auto;
}

#searchResult .noSearch>p {
    text-align: center;
    margin-top: 10px;
    font-size: 16px;
    line-height: 22px;
    color: #333333;
}

#searchResult .orderList {
    margin-top: -10px;
    margin-bottom: 10px;
    display: flex;
    flex-wrap: wrap;
}

#searchResult .orderList .card1 {
    margin-top: 30px;
    margin-right: 10px;
    width: 232px;
    /* height: 307px; */
    background: #FFFFFF;
    box-shadow: 2px 2px 10px 1px rgba(6, 81, 229, 0.06);
    border-radius: 10px;
    cursor: pointer;
}

#searchResult .orderList .card1:hover {
    box-shadow: 4px 4px 10px 1px rgba(6, 81, 229, 0.2);
}

#searchResult .orderList .card1:nth-of-type(5n) {
    margin-right: 0px;
}

#searchResult .orderList .card1>img {
    width: 232px;
    height: 174px;
    border-radius: 4px;
}

#searchResult .orderList .card1>img {
    width: 232px;
    height: 174px;
    border-radius: 10px;
}

#searchResult .orderList .card1>.text {
    padding: 0px 10px;
    font-size: 14px;
    font-family: Source Han Sans;
    font-weight: 600;
    color: #333333;
    height: 44px;
    line-height: 22px;
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

#searchResult .orderList .card1>.tagBox {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    margin: 10px;
}

#searchResult .orderList .card1>.tagBox>p {
    font-size: 12px;
    color: #888888;
    line-height: 17px;
    margin-left: 2px;
    text-decoration: line-through !important;
}

#searchResult .orderList .card1 .tagBox .tag {
    background: #FFF1EC;
    border-radius: 12px;
    padding: 2px 11px 2px 4px;
    font-size: 18px;
    line-height: 20px;
    color: #FE784A;
    display: flex;
    justify-content: center;
    align-items: center;
}

#searchResult .orderList .card1 .tagBox .tag::before {
    width: 16px;
    height: 16px;
    margin-right: 2px;
    display: inline-block;
    content: "";
    background: url(/static/v2/img/money3.png) no-repeat;
    background-size: 100% 100%;
}

#searchResult .orderList .card1 .salesNum {
    display: flex;
    justify-content: flex-end;
    margin: 10px;
    padding-top: 10px;
    border-top: 1px dashed #EEEEEE;
}

#searchResult .orderList .card1 .salesNum .volume {
    font-size: 10px;
    color: #888888;
    line-height: 14px;
}