html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}

html {
    font-size: 1px;
    --active-color: #ec5327;
    --tip-color: #989898;
    font-family: "Microsoft YaHei", "微软雅黑", sans-serif;
}
main{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.utips p{
margin: 10px 0;
    font-size: 15px;  
}
body{
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 26.88rem;
}

/* 不同权重的文本样式 */
.thin-text {
    font-weight: 100;
}

.light-text {
    font-weight: 300;
}

.normal-text {
    font-weight: 400; /* 等同于 normal */
}

.medium-text {
    font-weight: 500;
}

.semibold-text {
    font-weight: 600;
}

.bold-text {
    font-weight: 700; /* 等同于 bold */
}

.extrabold-text {
    font-weight: 800;
}

.black-text {
    font-weight: 900;
}

.underline-table {
    width: 100%;
    border-collapse: collapse;
}

.underline-table td{
    border-bottom: 2px solid #f1f1f1;
    height: 68px;
    color:#605f5f;
    font-size: 18rem;
}
.underline-table td a{
    color:#605f5f;

}
.underline-table tr:last-child td {
    border-bottom: none;
}

/*深色table*/

.underline-table-black {
    width: 100%;
    border-collapse: collapse;

}

.underline-table-black th {
    font-weight: 400;
    font-size: 26.88rem;
    letter-spacing: 0.1em;
    height: 100px;
}



.underline-table-black td{
    text-align: center;
    height: 50px;
    color:#605f5f;
    font-size: 18rem;
}

.underline-table-black img{
   height: 25px;
}

.large-checkbox {
    transform: scale(1.8);
    transform-origin: left center;
    margin-right: 10px;
}
.large-radio {
    transform: scale(2.5);
    margin: 0 10px;
}

#header{
    width: 1200px;
}

.header{
    height: 110px;
    width: 1200px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    /*border:1px solid red;*/
}

.header .logo{
    /*width: 200px;*/
    /*height: 200px;*/
}

.header .nav{
    display: flex;
    gap: 40px;
    font-size: 26.88px;
    font-weight: bold;
}

.header .nav .item{
    cursor: pointer;
}

.header .nav .item.active{
    color: var(--active-color);
}


#footer {
    width: 100%;
    background-color: #373737;
    color:#b1b1b1;
    display: flex;
    justify-content: center;
}

.footer {
    width: 1200px;
    font-size: 20.6rem;
    padding: 20px 0;
}
.footer .footer-item{
    margin: 20px 0;
}

.footer .title{
    display: flex;
    align-items: center;
    gap: 10px;
    letter-spacing: 0.1em;
}

.footer .title .item{
    color:#fff;
}
.footer .title .item a{
    color:#fff;
}
.footer .title .split{
    height: 20px;
    border: 1px solid #fff;
}

.footer .filling{
    gap: 5px;
    display: flex;
    align-items: center;
}

.footer .filling img{
    height: 20px;
}


.banner{
    width: 100%;
    height: 655px;
    /*border: 1px solid red;*/
    background: url("../images/banner.png") no-repeat center center;
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.banner .title{
    font-size: 75px;
    margin-top: 185px;
    color:#656565;
    font-weight: bold;
}

.banner .tip{
    margin-top: 68px;
    font-size:21px;
    color:#868686;text-align: center;
}

.banner .input-item{
    margin-top: 557px;
    /**margin-top: 177px;*/
    display: flex;
}

.banner .input-item input{
    width: 690px;
    height: 60px;
    border:0;
    font-size: 24rem;
    letter-spacing: 0.1em;
    padding-left: 20px;
    outline: none;
}

.banner .input-item input::placeholder{
    color: rgba(178, 178, 178, 0.9);
    font-weight: 300;
}

.banner .input-item .search-button{
    height: 60px;
    width: 254px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 31rem;
    color: #fff;
    background-color: var(--active-color);
    letter-spacing: 0.4em;
    cursor: pointer;
        border: 0px solid #C9C9C9;
}
.auth-push {
    width: 100%;
    background-color: #f6f6f6;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.auth-push-content{
    width: 1200px;
    background-color: #fff;
    /*border:1px solid red;*/
}

.auth-push .title{
    margin-top: 72px;
    font-size: 42.34rem;
    font-weight: bold;
    letter-spacing: 0.1em;
    display: flex;
    justify-content: center;

}

.auth-push-content{
    margin-top: 30px;
    width: 1200px;
    padding: 20px;
    /*border:1px solid red;*/
    margin-bottom: 100px;
}

.auth-push .title{
    margin-top: 72px;
    font-size: 42.34rem;
    font-weight: bold;
    letter-spacing: 0.1em;
    display: flex;
    justify-content: center;

}

.auth-push .table{
    margin-top: 44px;

    background-color: #fff;
    padding: 20px;
}


.condition-box{
    font-weight: 300;
}
.condition-group{
    display: flex;
    width: 100%;
    margin: 50px 0;

}

.condition-group .group-title{
    width: 80px;
    margin-top: 5px;
}


.condition-group .group-item-box{
    display: flex;
    margin-left: 50px;
    gap: 30px;
    flex-wrap: wrap;
    color: var(--tip-color)

}

.condition-group .group-item-box .group-item {
    background-color: #efefef;
    padding: 5px 20px;
    border-radius: 8px;
    cursor: pointer;
}

.condition-button{
    display: flex;
    justify-content: flex-end;
}

.condition-button .back{
    margin-left: 30px;
}

.condition-button .next{
    cursor: pointer;
    height: 60px;
    width: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--active-color);
    color: #fff;
    border-radius: 15px;
    letter-spacing: 0.1em;
    font-size: 26.88rem;
    font-weight: 300;
}

.condition-button .back{
    cursor: pointer;
    height: 60px;
    width: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #848484;
    color: #fff;
    border-radius: 15px;
    letter-spacing: 0.1em;
    font-size: 26.88rem;
    font-weight: 300;
    margin-left: 50px;
}


/*置顶作品*/

.top-push {
    width: 100%;
    background-color: #fff;
    display: flex;
    justify-content: center;
    padding-bottom: 70px;
}


.top-push .title{
    margin-top: 72px;
    font-size: 42.34rem;
    font-weight: bold;
    letter-spacing: 0.1em;
    display: flex;
    justify-content: center;

}

.top-push-content{
    /*height: 870px;*/
    margin-top: 3px;
    width: 1200px;
    /*border:1px solid red;*/
}


.top-push .table{
    margin-top: 44px;
    /*padding: 20px;*/
    background-color: #f1f1f1;
    padding-bottom: 50px;
}

/*最新发布*/
.new-push {
    width: 100%;
    background-color: #f6f6f6;
    display: flex;
    justify-content: center;
}

.new-push-content{
    /*height: 870px;*/
    margin-top: 3px;
    width: 1200px;
    /*border:1px solid red;*/
    padding-bottom: 55px;

}

.new-push .title{
    margin-top: 72px;
    font-size: 42.34rem;
    font-weight: bold;
    letter-spacing: 0.1em;
    display: flex;
    justify-content: center;
}
.new-push .content{
    margin-top: 44px;
    /*height: 560px;*/
    background-color: #fff;
    padding: 30px 60px;
    display: flex;
    flex-direction: column;
    align-items: center;

}

.new-push .content .td-item{
    height: 160px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    padding: 30px 0;

}

.new-push .tr-item{
    width: 100%;
    border-bottom: 2px solid #f1f1f1;
    display: flex;
    justify-content: space-between;
}

.new-push .content .td-item .td-title{
    font-size: 20.46rem ;
    font-weight: 400;
}
.new-push .content .td-item .price{
    font-size: 17.9rem ;
    font-weight: 400;
    color:var(--active-color)
}
.new-push .content .td-item .tip{
    font-size: 15.34rem ;
    font-weight: 300;
    color: #98989a;
}
.new-push .content .td-item .button{
    font-size: 14.34rem ;
    background-color: var(--active-color);
    width: 64px;
    height: 30px;
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    color:#fff;
    font-weight: 200;
    letter-spacing: 0.2em;
    cursor: pointer;
}
.new-push .content .td-item .button a{
    color:#fff;
    
}
.new-push .more{
    font-size: 23.52rem ;
    margin-top: 30px;
    font-weight: 300;
    background-color: var(--active-color);
    width: 320px;
    height: 43px;
    display: flex;
    border-radius: 8px;
    align-items: center;
    justify-content: center;
    color: #fff;
    letter-spacing: 0.1em;
    cursor: pointer;
}

.button-box{
    display: flex;
    gap: 50px;
}

.button-box a,.button-box .now-page{
    margin-top: 50px;
    cursor: pointer;
    height: 46px;
    width: 88px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: var(--active-color);
    color: #fff;
    border-radius: 8px;
    letter-spacing: 0.1em;
    font-size: 26.88rem;
    font-weight: 300;
}
.button-box .now-page{background-color: #ff9800;}
.layui-btn-danger {
    background-color: #FF5722!important;
    color: #fff!important;
}
.mochu_us_shoucang{
    
    display: none;
}
.split{
    
    position: relative;
}
.split p{
    
    position: absolute;
    right: 0;
    top: -25px;
    font-size: 14px;color: #63635b;
}
.layui-btn {
    background-color: var(--active-color);
    border-radius: 8px;
}