.section {
    width: 1200px;
    margin: 0 auto;
}

.main {
    margin-bottom: 128px;
}

.section .bread {
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #979DAB;
    height: 40px;
}

.bread h4 {
    line-height: 49px;
    margin: 0;
}

.bread h4 a {
    color: #979DAB;
    text-decoration: none;
}

.sifting {
    background: #FFFFFF;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.06);
    border-radius: 4px;
    padding: 24px 24px 1px 24px;
}

.sifting .itheight {
    min-height: 26px;
}

.nochoose {
    display: flex;
    justify-content: space-between;
    flex: 1;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #3F454B;
}

.item {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.siftinglsft {
    width: 96px;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #606972;
}

.nochoose img {
    width: 18px;
    height: 18px;
}

.nochoose > .qing {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #C1C1C1;
}

.nochoose > .red {
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #D83434;
    cursor: pointer;
}

.meren {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 10px;
}

.choosel {
    display: flex;
    flex: 1;
    flex-wrap: wrap;
}

.choosel > div {
    min-width: 64px;
    height: 24px;
    background: #FDF3F3;
    border: 1px solid #D83434;
    opacity: 1;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 22px;
    color: #D83434;
    border-radius: 2px;
    text-align: center;
    margin-right: 24px;
    padding: 0 5px;
    box-sizing: border-box;
    margin-bottom: 2px;
}

.choosel > div span {
    margin-left: 6px;
    cursor: pointer;
}

.flexnone {
    align-items: inherit;
    margin-top: 15px;
    margin-left: 95px;
}

.adder {
    display: flex;
    flex-wrap: wrap;
    padding-left: 6px;
}

.adder > div {
    width: 70px;
    margin-bottom: 14px;
    cursor: pointer;
    height: 28px;
    line-height: 24px;
}

.adder > div > span {
    min-width: 48px;
    height: 24px;
    padding: 1px 5px;
}

.adder > div > span.activ {
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 24px;
    color: #FFFFFF;
    background: #D83434;
    opacity: 1;
    border-radius: 2px;
    text-align: center;
}

.backg {
    width: 800px;
    background: #FAFAFA;
    border-radius: 4px;
    background: #FDF3F3;
    border: 1px solid #D83434;
}

.son {
    display: flex;
    flex-wrap: wrap;
    padding: 16px 16px 0px 10px;
}

.son > div {
    width: 72px;
    cursor: pointer;
    height: 15px;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #3F454B;
    margin-bottom: 16px;
}

.timesifting {
    display: flex;
    flex: 1;
}

.timesifting div.activ {
    font-family: PingFang SC;
    font-weight: 400;
    color: #D83434;
    background: #FDF3F3;
    border: 1px solid #D83434;
}

.timesifting select option{
    text-align: center;
}

.timesifting .yue {
    cursor: pointer;
    min-width: 76px;
    height: 24px;
    background: #FFFFFF;
    border: 1px solid #EFEFEF;
    opacity: 1;
    border-radius: 2px;
    text-align: center;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 22px;
    color: #3F454B;
    margin-right: 24px;
}

.timesifting .icon {
    width: 200px;
    display: flex;
    align-items: center;
    border: none;
}

.timesifting .icon > div {
    display: flex;
    align-items: center;
    min-width: 128px;
    color: #C1C1C1;
    padding: 0 10px;
    justify-content: space-between;
    border: 1px solid #EFEFEF;
    width: 76px;
    height: 24px;
}

/* 日期组件演示重构 */
.c-datepicker-picker__sidebar {
    display: none;
}

.c-datepicker-picker__body {
    margin-left: 0 !important;
}

.c-datepicker-date-table td.current:not(.disabled) .cell {
    background: #D83434;
    width: 36px;
}

.c-datepicker-date-table td .cell,
.c-datepicker-date-table td.end-date div {
    border-radius: 0;
}

.c-datepicker-date-table td.in-range div {
    background: rgba(216, 52, 52, 0.06);
}

.c-datepicker-date-table td.start-date div {
    border-radius: 0;
}

.c-datepicker-picker__footer {
    display: none;
}

.c-datepicker-date-table td.today .cell {
    color: #D83434;
}

.timesifting .icon > span {
    margin: 0 8px;
}

.timesifting .icon img {
    width: 16px;
    height: 16px;
}

.sifting .bottom {
    margin-bottom: 20px;
}

.asresult {
    display: flex;
    width: 1200px;
    margin: 0 auto;
    margin-top: 16px;
    justify-content: space-between;
}

.asresult .resultleft {
    width: 936px;
    background: #FFFFFF;
    position: relative;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.06);
    opacity: 1;
    border-radius: 4px;
}

.asresult .resultleft h4 {
    line-height: 40px;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #3F454B;
    width: 100%;
    background: #FCFCFC;
    padding: 0 24px;
    margin: 0;
}

.resultleft h4 > span {
    color: #D83434;
}

.resultbox {
    background: #FFFFFF;
    border-top: 1px solid #F2F2F2;
    padding: 0 24px;
}

.resultitem {
    padding: 24px 0 12px 0;
    border-bottom: 1px solid #F2F2F2;
}

.resultitle {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.resultitle a {
    width: 85%;
    text-decoration: none;
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #3F454B;
    line-height: 25px;
}

.resultitle a:visited {
    color: #979DAB;
}

.resultitle a:active{
    color: #5178dd;
}

.resultitle a em {
    font-style: normal;
    display: inline-block;
    width: 40px;
    height: 20px;
    background: #D83434;
    opacity: 1;
    border-radius: 2px;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #ffffff;
    margin-left: 5px;
}

.resultitle span {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #979DAB;
}

.resultitle span img {
    width: 16px;
    height: 16px;
    margin-right: 8px;
}

.resullabel {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 16px;
}

.relabel > span:nth-child(1) {
    min-width: 88px;
    height: 25px;
    background: #EBF2FE;
    opacity: 1;
    line-height: 25px;
    text-align: center;
    display: inline-block;
    border-radius: 2px;
    margin-right: 16px;
    font-size: 12px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #337FF5;
}

.relabel > span:nth-child(2) {
    min-width: 88px;
    height: 25px;
    background: #FDF3F3;
    opacity: 1;
    line-height: 25px;
    text-align: center;
    display: inline-block;
    border-radius: 2px;
    font-size: 12px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #D83434;
}

.collect img {
    width: 14px;
    height: 14px;
    margin-right: 3px;
    vertical-align: -2px;
}

.collectq {
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 22px;
    color: #979DAB;
    display: none;
    cursor: pointer;
}

.collecs {
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 22px;
    color: #D83434;
    cursor: pointer;
}

.page {
    height: 96px;
    background: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
}

ul.pagination {
    display: inline-block;
    padding: 0;
    margin: 0;
}

.pagination .goto {
    font-size: 14px;
    height: 28px;
    line-height: 28px;
}

.total {
    font-size: 14px;
    color: #303133;
}

.pagination .goto input {
    width: 32px;
    height: 22px;
    text-align: center;
    margin: 0 8px;
    background: #FFFFFF;
    border: 1px solid #DCDFE6;
    opacity: 1;
    border-radius: 3px;
}

ul.pagination li {
    display: inline;
}

ul.pagination li a {
    color: black;
    float: left;
    min-width: 28px;
    height: 28px;
    text-decoration: none;
    text-align: center;
    line-height: 28px;
}

ul.pagination li a.active {
    background-color: #D83434;
    color: white;
}

ul.pagination li a:hover:not(.active) {
    background-color: #ddd;
}

.cert {
    position: absolute;
    height: 45px;
    background: #FAFAFA;
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: -10px;
    bottom: -10px;
    left: -10px;
    right: -10px;
}

.resultright {
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.06);
    opacity: 1;
    border-radius: 4px;
}

.purchasing {
    width: 240px;
    height: 181px;
    position: relative;

}

.purchasing img {
    width: 100%;
    height: 100%;
    display: block;
}

.purchasing div {
    position: absolute;
    top: 32px;
    left: 14px;
    color: #FFFFFF;
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 400;
}

.purchasing div span {
    font-size: 26px;
    font-family: PingFang SC;
    font-weight: bold;
}

.purchasing p {
    position: absolute;
    top: 73px;
    left: 14px;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
}

.purchasing button {
    position: absolute;
    top: 117px;
    left: 14px;
    width: 104px;
    height: 30px;
    background: #FED68C;
    opacity: 1;
    border-radius: 20px;
    border: none;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #E11D2F;
    cursor: pointer;
}

.hotsearch {
    width: 240px;
    background: #FFFFFF;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.06);
    opacity: 1;
    border-radius: 4px;
    margin-top: 12px;
}

.hotsearch h5 {
    height: 40px;
    background: #FCFCFC;
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: bold;
    line-height: 22px;
    color: #000000;
    display: flex;
    align-items: center;
    padding-left: 12px;
}

.hotsearch h5 img {
    margin-left: 4px;
    width: 22px;
    height: 22px;
}

.hotsearch .usl {
    display: flex;
    flex-wrap: wrap;
    padding-left: 12px;
    padding-top: 19px;
}

.hotsearch .usl li {
    margin-right: 19px;
    margin-bottom: 12px;
}

.hotsearch a {
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 22px;
    color: #606972;
    text-decoration: none;
}

.jcode {
    padding: 16px 12px;
}

.jcode h4 {
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 20px;
    color: #000000;
}

.jcode p {
    margin: 16px 0 4px 0;
    text-align: center;
    font-size: 12px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 17px;
    color: #D83434;
}

.rwcode {
    width: 128px;
    height: 128px;
    padding: 8px;
    background: #D83434;
    margin: 0 auto;
    margin-bottom: 12px;
}

.rwcode img {
    width: 100%;
    height: 100%;
    display: block;
}

.jcode h6 {
    font-size: 12px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 17px;
    color: #000000;
    text-align: center;
}

.jcode h6 span {
    color: #D83434;
}

.hotlist {
    padding: 0 12px 13px 12px;
}

.hotlist li {
    border-bottom: 1px solid #F2F2F2;
    padding-top: 16px;
    padding-bottom: 8px;
}

.hotlist li a {
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 25px;
    color: #3F454B;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.hotlist li p {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 20px;
    color: #337FF5;
    margin-top: 12px;
}

.hotlist li .ertime {
    font-size: 12px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #979DAB;
}

.searchDataExport {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .4);
    z-index: 88;
}

.searchDataExport .masbox {
    background: #fff;
    position: relative;
    margin: 0 auto;
    margin-top: 15vh;
    border-radius: 2px;
    width: 400px;
    height: 400px;
}

.searchDataExport .masbox .title {
    margin: 0 auto;
    height: 40px;
    width: 90%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #eae5e5;
}

.searchDataExport .masbox .content {
    display: flex;
    flex-direction: column;
    width: 90%;
    margin: 30px auto;
    height: 150px;
}

.searchDataExport .masbox .content div {
    margin-bottom: 10px;
}

.searchDataExport .masbox .content .border {
    border-bottom: 1px solid #eae5e5;
}

.searchDataExport .masbox .content div input {
    width: 75%;
    height: 38px;
    border: 0px;
    margin-bottom: 5px;
}

.searchDataExport .masbox .content .num input {
    font-size: 20px;
}

.searchDataExport .masbox .content .email input {
    font-size: 13px;
    text-align: right
}

.searchDataExport .masbox .content .jiage {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
}
.searchDataExport .masbox .content .jiage span {
    height: 30px;
}

.searchDataExport .masbox .content .goPay {
    background: #D83434;
    color: white;
    text-align: center;
    line-height: 40px;
    margin-top: 12px;
    border-radius: 5px;
}

.qrcode {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .4);
    z-index: 89;
}

.qrcode .masbox {
    background: #fff;
    position: relative;
    margin: 0 auto;
    margin-top: 25vh;
    border-radius: 2px;
    width: 600px;
    height: 300px;
    display: flex;
    flex-direction: column;
}
.qrcode .masbox .title{
    margin: 0 auto;
    height: 40px;
    width: 93%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #eae5e5;
}

.qrcode .masbox .qrcodeContent{
    width: 65%;
    height: 160px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin: 50px auto;
}
.qrcode .masbox .qrcodeContent div{
    text-align: center;
}
.qrcode .masbox .qrcodeContent div .qrcodeImg{
    height: 150px;
}
.qrcode .masbox .qrcodeContent div p{
    margin-top: 9px;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 34px;
    text-align: center;
}
.qrcode .masbox .qrcodeContent div p img{
    width: 28px;
    height: 28px;
    vertical-align: middle;
    margin-right: 8px;
}

.qrcode .masbox .qrcodeContent div p span{
    margin: 0 auto;
}

.priceExplain{
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .4);
    z-index: 89;
}

.priceExplain .explain{
    margin: 8px;
    font-size: 15px;
    line-height: 20px;
}

.priceExplain .masbox{
    background: #fff;
    position: relative;
    margin: 0 auto;
    margin-top: 25vh;
    border-radius: 2px;
    width: 350px;
    height: 150px;
}
.priceExplain .masbox .title{
    margin: 0 auto;
    height: 40px;
    width: 93%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #eae5e5;
    font-size: 15px;
}

.tishi {
    border: 1px solid black;
    border-radius: 12px;
    width: 15px;
    height: 15px !important;
    font-size: 12px;
    display: inline-block;
    text-align: center;
}

.confirmDate{
    margin-left: 80px;
    background: #D83434;
    color: white;
    border-radius: 3px;
    width: 50px;
    text-align: center;
    padding-top: 3px;
    cursor: pointer;
}
/**
自定义日期表单
 */
.c-datepicker-data-input {
    border: none;
    outline: none;
    display: inline-block;
    height: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 14px;
    color: #333;
    line-height: 1;
    vertical-align: top;
    background-color: #fff;
}
.c-datepicker-data-input.only-date{width:86px}





