<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
砍价  start
*/
button {
    outline: none;
}

p {
    margin-bottom: 0;
}

.bargainbtn {
    border: none;
    display: inline-block;
    text-align: center;
    line-height: 50px;
    height: 50px;
    padding: 0 10px;
    font-size: 22px;
    color: #fff;
    background-color: #f25d5d;
    margin-left: 30px;
    cursor: pointer;
    white-space: nowrap;
}

.tobargainbtn {
    width: 180px;
}

.bargainbtn:hover {
    color: #fff;
    background-color: #e71616;
}

.bargainbtn:visited {
    color: #fff;
}

.bargain-buy, .bargain-bar {
    width: 150px;
    height: 46px;
    font-size: 20px;
    color: #FFFFFF;
    background-color: #FF7A75;
    cursor: pointer;
}

.tobuybar {
    height: 46px;
    font-size: 20px;
    color: #FFFFFF;
    background-color: #FF7A75;
    cursor: pointer;
    padding: 0 20px;
}

.tobuybar:hover {
    color: #FFFFFF;
}

.tobuybar:visited {
    color: #FFFFFF;
}

.bargain-bar {
    background-color: #C70B00;
}

.bargain-bar:hover {
    color: #ffffff;
}

.bargain-bar:visited {
    color: #FFFFFF;
}

.bargain-buy:hover {
    color: #ffffff;
}

.bargain-buy:visited {
    color: #FFFFFF;
}

.bargain {
    width: 1200px;
    height: 130px;
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    margin: 100px auto 0 auto;
    padding: 15px 20px;
}

.bargain i, .bar-mbc i {
    color: #FF4000;
    font-style: normal;
}

.bargain .bargain-mess {
    margin-bottom: 30px;
}

.over-bar {
    font-size: 16px;
    color: #333333;
}

.expired {
    font-size: 14px;
    color: #999999;
}

.artifact {
    font-size: 14px;
    color: #555555;
    display: inline-block;
    margin-left: 40px;
}

.again-bar {
    width: 80px;
    height: 32px;
    background: #FF4000;
    border-radius: 20px;
    font-size: 16px;
    color: #fff;
    border: none;
    margin-left: 20px;
}

.ranking {
    font-size: 14px;
    color: #666666;
    cursor: pointer;
    float: right;
    text-decoration: underline;
}

.bargain .bargain-detail {
    width: 1050px;
    float: left;
    display: flex;
}

.bargain .bargain-detail li {
    border-right: 1px solid #DDDDDD;
    padding-right: 50px;
    margin-right: 50px;
}

.bargain .bargain-detail li:last-child {
    border-right: none;
    padding-right: 0;
    margin-right: 0;
}

.bargain-userimg {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    margin-right: 5px;
}

.bargain-username {
    font-size: 14px;
    color: #333333;
    display: inline-block;
    width: 80px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: middle;
}

.bargain-friend {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 3px;
}

.bargain-price {
    font-size: 14px;
    color: #333333;
    margin-left: 20px;
}

.bargain .go-bargain {
    float: right;
    width: 100px;
    height: 32px;
    background: #FADD29;
    border-radius: 4px;
    font-size: 16px;
    color: #FF4000;
    border: none;
}

/**砍价弹窗**/
.bar-mbc {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    background-color: rgba(0, 0, 0, 0.5);
}

.bar-mbc .box {
    width: 400px;
    background-color: #fff;
    border-radius: 6px;
    position: absolute;
    left: 50%;
    top: 288px;
    margin-left: -200px;
}

.bar-mbc .box .head {
    width: 100%;
    height: 36px;
    font-size: 18px;
    border-radius: 6px 6px 0 0;
    color: #fff;
    padding: 5px 20px;
    background-color: #0099FF;
}

.bar-mbc .box .head a {
    width: 15px;
    height: 15px;
    float: right;
    cursor: pointer;
}

.bar-mbc .box .head a img {
    width: 100%;
    height: 100%;
}

.bindiphone {
    height: 325px;
}

.bindiphone .bar-content {
    text-align: left;
    padding: 10px 24px 0 24px;
}

.bindiphone .bar-content p {
    text-align: center;
    font-size: 20px;
}

.bindiphone .bar-content input {
    border: 1px solid rgba(226, 226, 226, 1);
    border-radius: 2px;
    font-size: 14px;
    height: 50px;
    padding-left: 20px;
}

.bindiphone .bar-content .iphone {
    margin-top: 10px;
    width: 352px;
}

.bindiphone .bar-content .iphonecode {
    margin-top: 20px;
    width: 176px;
}

.bindiphone .bar-content .getcode {
    width: 154px;
    height: 50px;
    background: rgba(226, 226, 226, 1);
    border-radius: 2px;
    margin-left: 17px;
    font-size: 16px;
    color: #666;
    border: none;
}

.bindiphone .bar-content .bysuccess {
    display: block;
    width: 352px;
    height: 50px;
    background: #0099FF;
    border-radius: 2px;
    font-size: 20px;
    color: #fff;
    margin-top: 10px;
    border: none;
}

.bindiphone .bar-content .byiphone {
    background: #0099FF;
    color: #fff;
}

.bindiphone .bar-content .countdown {
    font-size: 14px;
}

.bindiphone .bar-content .errortext {
    display: inline-block;
    margin-top: 5px;
    color: #fa952f;
    font-size: 12px;
    padding-top: 5px;
    height: 15px;
}

.bindiphone .bar-content img {
    width: 17px;
    height: 17px;
    margin-right: 5px;
    vertical-align: sub;
}

.rankingmore {
    height: 470px;
}

.rankingmore .btmmess {
    display: inline-block;
    width: 100%;
    font-size: 14px;
    color: #333333;
    height: 44px;
    text-align: center;
    padding-top: 10px;
}

.firstbar {
    height: 354px;
}

.artifactbar {
    height: 228px;
}

.invitbar {
    height: 300px;
}

.lastbar {
    height: 240px;
}

.bartobuy {
    height: 265px;
}

.bartobuy .bar-content {
    padding-top: 30px;
}

.bartobuy .bar-content .messagebar {
    font-size: 18px;
    color: #333;
    margin-top: 15px;
}

.bartobuy .bar-content .messagetobuy {
    font-size: 16px;
    color: #FFA800;
    margin-top: 15px;
}

.thinkbtn {
    width: 120px;
    height: 40px;
    background: #0099FF;
    border-radius: 20px;
    font-size: 20px;
    color: #fff;
    border: none;
    margin-top: 10px;
}

.tobuybtn {
    width: 182px;
    height: 40px;
    margin-left: 30px;
    background: #FF4000;
    border-radius: 20px;
    font-size: 20px;
    color: #fff;
    border: none;
    margin-top: 10px;
}

.bar-content {
    text-align: center;
    padding-top: 15px;
}

.bar-content h3 {
    font-size: 20px;
    color: #333;
    margin-bottom: 10px;
}

.bar-content p {
    font-size: 14px;
    color: #333;
    margin-bottom: 5px;
}

.bar-content .code {
    width: 172px;
    height: 172px;
    margin: 15px auto;
}

.bar-content a {
    display: inline-block;
    background: #FF4000;
    height: 40px;
    border-radius: 20px;
    font-size: 20px;
    color: #fff;
    line-height: 40px;
    position: absolute;
    bottom: 30px;
    cursor: pointer;
}

.btn182 {
    width: 182px;
    left: 109px;
}

.btn162 {
    width: 162px;
    left: 119px;
}

.bar-content a:hover {
    color: #fff;
}

.bar-content a:visited {
    color: #fff;
}

.bargain-ranking {
    width: 100%;
    height: 390px;
    overflow: auto;
    background-color: #FFF9EC;
    padding: 0 20px;
    margin-bottom: 0;
}

.bargain-ranking li {
    height: 70px;
    line-height: 70px;
    border-bottom: 1px solid #DDDDDD;
}

.bargain-ranking .bargain-username {
    width: 150px;
}

.bargain-ranking .bargain-price {
    font-size: 16px;
    vertical-align: sub;
    display: inline-block;
    width: 160px;
    text-align: right;
    margin-left: 0 !important;
    float: right;
}

.bargain-ranking .bargain-friend {
    vertical-align: text-top;
}

/*砍价结束 */

.bargainover {
    width: 1200px;
    height: 100px;
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    padding: 0 20px;
    line-height: 30px;
    margin: 100px auto 0 auto;
}

.bargainover i {
    color: #FF4000;
    font-style: normal;
}

.bargainover .btnover {
    display: inline-block;
    margin-left: 5px;
    width: 68px;
    height: 24px;
    background: #666666;
    font-size: 14px;
    color: #fff;
    text-align: center;
    border-radius: 4px;
    line-height: 24px;
}

.bargainover .timemessage {
    display: inline-block;
    color: #FF4000;
    margin-left: 200px;
    font-size: 16px;
    margin-top: 30px;
}

.bargain .slottext {
    display: inline-block;
    width: 110px;
}

.slottext .addday {
    display: none;
}

.bargain .slottext .hasbg {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-color: #666666;
    color: #fff;
    font-size: 16px;
    text-align: center;
    line-height: 24px;
    border-radius: 4px;
    margin-left: 5px;
    margin-right: 5px;
    overflow: hidden;
    position: relative;
    top: 7px;
}

.bargainover .slottext {
    display: inline-block;
    width: 170px;
}

.bargainover .slottext .hasbg {
    display: inline-block;
    width: 28px;
    height: 28px;
    background-color: #666666;
    color: #fff;
    font-size: 16px;
    text-align: center;
    line-height: 28px;
    border-radius: 4px;
    margin-left: 5px;
    margin-right: 5px;
}

.bargainover .slottext .addday {
    display: inline-block;
}

.bargainover .slottext .noday {
    display: none;
}

.tobuybar {

}
</pre></body></html>