@charset "UTF-8";
html {font-family:-apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;font-size:14px;line-height: 1.7;}
body {text-shadow: 0 1px 5px rgb(0 0 0 / 20%);word-wrap: break-word;margin: 0;padding:0;color: #3b4351;}
*{box-sizing: border-box;}
hr {box-sizing: content-box;height: 0;overflow: visible;border:0.1rem solid rgba(188, 195, 206, 0.25);border-width: 2px 0 0 0;}
a {text-decoration:none;color:#3b4351;cursor: pointer;}
b, strong {font-weight: bolder;}
code, kbd, pre, samp {font-family: "SF Mono", "Segoe UI Mono", "Roboto Mono", Menlo, Courier, monospace;font-size: .7rem;}
small {font-size: 80%;}
sub, sup {font-size: 75%;line-height: 0;position: relative;vertical-align: baseline;}
sub {bottom: -0.25em;}
sup {top: -0.5em;}
audio, video {display: inline-block;}
audio:not([controls]) {display: none;height: 0;}

h1,h2,h3,h4,h5,h6 {color: inherit;font-weight:bold;line-height: 1.2;margin-bottom: 0.5em;margin-top: 0;}
h1{font-size: 1.5rem;}
h2{font-size: 1.4rem;}
h3{font-size: 1.3rem;}
h4{font-size: 1.2rem;}
h5{font-size: 1.1rem;}
h6{font-size: 1rem;}

p {margin:0;}
blockquote {border-left: 0.2rem solid rgba(255,255,255,.7);margin-left: 0;padding: 0rem 0.8rem;}
ul, ol {margin: 0.2rem 0 0.2rem 0.8rem;padding: 0;}
pre{max-height: 300px;background: #f9f2f2; overflow: scroll;padding: 7px;}
img{max-width:100%;}

/*隐藏数字输入框后面的小三角*/
input[type="number"]::-webkit-outer-spin-button,input[type="number"]::-webkit-inner-spin-button {-webkit-appearance: none; }
input[type="number"]{-moz-appearance: textfield; }

/*滚动条样式*/
::-webkit-scrollbar {width:6px;height:6px;background-color: transparent;}
::-webkit-scrollbar-thumb {border-radius:3px;background-color:#aaa;}
::-webkit-scrollbar-corner{background-color: transparent;}

.right{float:right;}

/*背景*/
.bg{z-index: -1;position: absolute;top: 0;left: 0;width: 100%;height:100%;}
.bg img{position: fixed;left: 0;top: 0;width: 100%;height: 100%;object-fit: cover;backface-visibility: hidden;}
.bg img.error {display: none;}
.bg .cover {opacity: 1;position: fixed;left: 0;top: 0;width: 100%;height: 100%;background-image: radial-gradient(rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .5) 100%), radial-gradient(rgba(0, 0, 0, 0) 33%, rgba(0, 0, 0, .3) 166%);}

/*导航*/
.nav {z-index: 3;position: fixed;text-align: center;bottom: 0px;left:0;width: 100%;height: 55px;line-height: 55px;background: rgba(255, 255, 255, .5);backdrop-filter: blur(10px);user-select: none;white-space: nowrap;}
.nav ul{width: 100%;margin: 0 auto;overflow-x: scroll;}
.nav ul li{display: inline-block;width:70px;}
.nav ul a{display:block;width: 100%;font-weight: bold;}
.nav ul a:hover{background: rgba(255, 255, 255, .5);}

/*主体*/
.main{background: rgba(255,255,255,.66);width:calc(100% - 20px);max-width:670px;height: calc(100% - 75px);margin:10px auto;left: 0;right: 0;position:absolute;overflow:scroll;}
.main::-webkit-scrollbar {width:0;height:0;}
/*标题栏*/
.main .pos{line-height:40px;margin:0;text-align: center;width:100%;background: rgba(255,255,255,.5);padding:0 40px;font-size: 16px;font-weight: bold;position: sticky;top: 0;}
.main .pos a{overflow: scroll;white-space: nowrap;}
.main .pos a::-webkit-scrollbar {width:0;height:0;}
.main .pos select{border: 0;text-shadow: 0 1px 5px rgb(0 0 0 / 20%);color: #3b4351;font-size: 1rem;
    outline: 0;
    font-weight: bold;
    background: #ffffff00;
    vertical-align: middle;font-size: 16px;}
.main .return{position: absolute;width:40px;line-height:40px;text-align: center;left: 0;opacity: .7;transition: .5s;z-index: 9;}
.main .edit{position: absolute;width:40px;line-height:40px;text-align: center;right: 0;opacity: .7;transition: .5s;z-index: 9;}
/*表格列表*/
.main .table{width:100%;overflow:scroll;height: calc(100% - 40px);}
.main .table::-webkit-scrollbar {width:0;}
.main table{min-width:670px;border-spacing:0px;font-size:small;}
.main table thead{font-weight:bold;background: rgba(255, 255, 255, .66);position: sticky;top: 0;backdrop-filter: blur(2px);}
.main tr:hover{background: rgba(255, 255, 255, .4);cursor: pointer;}
.main td{padding:7px;border:1px solid #80808042;}
.main td select{border: 0;outline: 0;font-weight: bold;background: #ffffff00;vertical-align: middle;text-shadow: 0 1px 5px rgb(0 0 0 / 20%);color: #3b4351;font-size: 1rem;}
/*产品页列表*/

/*用户页订单列表*/
.main.user .table{height: calc(100% - 116px);}
/*分页*/
.page-navigator{list-style: none;text-align: center;margin:10px 0;font-size: 12px;}
.page-navigator li:not(.next){display: none;}
.page-navigator li{background:rgba(255, 255, 255, .7);backdrop-filter: blur(1px);border-radius: 15px;line-height:30px;display: inline-block;min-width: 100px;}

.main.page .posts{padding:15px;}

/*编辑弹窗*/
.ajaxget{backdrop-filter: blur(10px);display: flex;position:fixed;z-index: 9999;height: 100%;width: 100%;background:rgb(0 0 0 / .1);top: 0;left: 0;justify-content: center;align-items: center;}
.ajaxget .close{text-align: center;display: block;position: absolute;bottom: 15px;left: calc(50% - 18px);;width: 36px;height: 36px;line-height: 35px;border-radius: 50%;background: #80808099;font-weight: bold;font-size: 1.8rem;color: #fff;}
.ajaxget .box{width:100%;max-width:500px;position: relative;}

.ajaxget .box input, .ajaxget .box select, .ajaxget .box textarea{resize:none;height:40px;margin:10px;padding: 5px 45px 5px 15px;outline: 0;border: 0;display: block;width:calc(100% - 20px);vertical-align:middle;}
.ajaxget .box textarea{height:auto;}
.ajaxget .box input[name='item[PostTime]']{padding: 5px 10px 5px 15px;}
.ajaxget .box select{-webkit-appearance: none;-moz-appearance: none;appearance: none; }
.ajaxget .box input[type=button]{padding:5px 15px;}
.ajaxget .box img{position: absolute;width: 100%;height: 100%;left: 0;top: 0;}
.ajaxget .box i{font-size: small;color: #808080a1;float: right;line-height: 40px;margin-right: 10px;width: 40px;text-align: center;margin-top: -50px;position: relative;z-index: 2;}
.ajaxget .box .showbox{display:none;position: absolute;width: calc(100% - 20px);background:#fff;z-index: 9;margin: -10px 10px;font-size: small;}
.ajaxget .box .showbox input, .ajaxget .box .showbox select{color:gray;background: rgba(255, 255, 255, 0);border-bottom: 1px solid #dac9c9;padding:0;height: 25px;width: calc(50% - 22px);display: inline-block;}
.ajaxget .box .showlist{height:105px;overflow: scroll;padding:0 5px;}
.ajaxget .box .showlist a{display:inline-block;margin:0 5px;}
.ajaxget .tip{line-height:25px;height:25px;text-align: center;color: red;font-size: small;}
.ajaxget .box .tool{width: calc(100% - 20px);margin: 10px 10px -10px;font-size: smaller;}
.ajaxget .box .tool *{margin:0 10px;color:gray;}