Files
2026-04-09 17:31:46 +08:00

1509 lines
35 KiB
CSS

.am-toast {
position: fixed;
width: 100%;
z-index: 1999;
font-size: 14px;
text-align: center
}
.am-toast>span {
max-width: 50%
}
.am-toast.am-toast-mask {
height: 100%;
display: flex;
justify-content: center;
align-items: center;
left: 0;
top: 0;
transform: translateZ(1px)
}
.am-toast.am-toast-nomask {
position: fixed;
max-width: 50%;
width: auto;
left: 50%;
top: 50%;
transform: translateZ(1px)
}
.am-toast.am-toast-nomask .am-toast-notice {
transform: translateX(-50%) translateY(-50%)
}
.am-toast-notice-content .am-toast-text {
min-width: 60px;
border-radius: 3px;
color: #fff;
background-color: rgba(58,58,58,.9);
line-height: 1.5;
padding: 9px 15px
}
.am-toast-notice-content .am-toast-text.am-toast-text-icon {
border-radius: 5px;
padding: 15px
}
.am-toast-notice-content .am-toast-text.am-toast-text-icon .am-toast-text-info {
margin-top: 6px
}
.mobile___3touz {
background: #fcf9f6;
min-height: 100vh;
padding-bottom: 30px;
font-family: "PingFang SC","Microsoft YaHei",Arial,Helvetica,sans-serif
}
.mobile___3touz .top-content___1-px4 {
display: flex;
flex-direction: column;
align-items: center;
background-repeat: no-repeat;
background-position-x: 100%;
background-position-y: -120%
}
.mobile___3touz .top-content___1-px4 .title___vZvj6 {
display: flex;
align-items: center;
padding-top: 96px;
font-weight: 700;
font-size: 24px;
text-align: center;
color: #B18B62;
}
.mobile___3touz .top-content___1-px4 .desc___1bUF- {
margin-top: 10px;
font-size: 14px;
text-align: center;
color: #B18B62;
}
.mobile___3touz .top-content___1-px4 .logo___2JBdG {
margin-top: 48px
}
.mobile___3touz .top-content___1-px4 .logo___2JBdG img {
width: 128px
}
.mobile___3touz .bottom-content___25WPV {
display: flex;
flex-direction: column;
align-items: center;
margin-top: 40px;
background-repeat: no-repeat;
background-position-x: 0;
background-position-y: 50px
}
.mobile___3touz .bottom-content___25WPV .btn___37Kse {
height: 46px;
width: 182px;
line-height: 46px;
background: #CB593C;
border-radius: 8px;
font-weight: 500;
font-size: 16px;
text-align: center;
color: #fff;
cursor: pointer
}
.mobile___3touz .bottom-content___25WPV .ios___3BJ-b {
margin-top: 20px
}
.mobile___3touz .bottom-content___25WPV .update-info___1KZ0J {
margin: 48px 16px 0;
width: 90%;
background: #8FADB4;
border-radius: 12px;
padding: 16px
}
.mobile___3touz .bottom-content___25WPV .update-info___1KZ0J .title___vZvj6 {
font-weight: 700;
font-size: 16px;
color: #fff
}
.mobile___3touz .bottom-content___25WPV .update-info___1KZ0J .tabs___3HuvX {
display: flex;
height: 46px;
line-height: 46px
}
.mobile___3touz .bottom-content___25WPV .update-info___1KZ0J .tabs___3HuvX .tab___2xr3g {
font-size: 16px;
color: rgba(255,255,255,.6);
margin-right: 20px
}
.mobile___3touz .bottom-content___25WPV .update-info___1KZ0J .tabs___3HuvX .tab_active___1UnmD {
color: #fff;
border-bottom: 2px solid #AA9E65
}
.mobile___3touz .bottom-content___25WPV .update-info___1KZ0J .content___3LVDL {
margin-top: 20px;
font-size: 14px;
color: #fff
}
.mobile___3touz .footer___31nRH {
padding-top: 10px;
bottom: 0;
font-size: 12px;
color: rgba(0,0,0,.3);
text-align: center
}
.mobile___3touz .footer___31nRH a {
margin-left: 5px;
display: inline-block;
color: rgba(0,0,0,.3)
}
.mobile___3touz .maskLayer___1tWhN {
width: 100%;
height: 100%;
background-color: #000;
opacity: .8;
position: absolute;
top: 0
}
.mobile___3touz .maskLayer___1tWhN img {
float: right;
margin-right: 5%
}
.mobile___3touz .maskLayer___1tWhN .text___17fz4 {
font-weight: 700;
font-size: 17px;
color: #fff;
text-align: center;
margin-top: 120px
}
.modal___23BIA .close___3nNbL img {
float: right
}
.modal___23BIA .title___vZvj6 {
margin-top: 17px;
font-weight: 700;
font-size: 17px;
color: rgba(0,0,0,.85)
}
.modal___23BIA .content___3LVDL {
margin-top: 16px;
font-size: 18px;
line-height: 25px;
text-align: left;
color: rgba(0,0,0,.85);
padding: 0 9px 17px
}
.modal___23BIA .am-modal-content {
border-radius: 12px
}
.ant-modal {
box-sizing: border-box;
color: rgba(0,0,0,.85);
font-size: 14px;
font-variant: tabular-nums;
line-height: 1.5715;
list-style: none;
font-feature-settings: "tnum","tnum";
pointer-events: none;
position: relative;
top: 100px;
width: auto;
max-width: calc(100vw - 32px);
margin: 0 auto;
padding: 0 0 24px
}
.ant-modal.ant-zoom-appear,.ant-modal.ant-zoom-enter {
transform: none;
opacity: 0;
animation-duration: .3s;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none
}
.ant-modal-mask {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1000;
height: 100%;
background-color: rgba(0,0,0,.45)
}
.ant-modal-mask-hidden {
display: none
}
.ant-modal-wrap {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
overflow: auto;
outline: 0
}
.ant-modal-wrap {
z-index: 1000
}
.ant-modal-title {
margin: 0;
color: rgba(0,0,0,.85);
font-weight: 500;
font-size: 16px;
line-height: 22px;
word-wrap: break-word
}
.ant-modal-content {
position: relative;
background-color: #fff;
background-clip: padding-box;
border: 0;
border-radius: 2px;
box-shadow: 0 3px 6px -4px rgba(0,0,0,.12),0 6px 16px 0 rgba(0,0,0,.08),0 9px 28px 8px rgba(0,0,0,.05);
pointer-events: auto
}
.ant-modal-close {
position: absolute;
top: 0;
right: 0;
z-index: 10;
padding: 0;
color: rgba(0,0,0,.45);
font-weight: 700;
line-height: 1;
text-decoration: none;
background: transparent;
border: 0;
outline: 0;
cursor: pointer;
transition: color .3s
}
.ant-modal-close-x {
display: block;
width: 54px;
height: 54px;
font-size: 16px;
font-style: normal;
line-height: 54px;
text-align: center;
text-transform: none;
text-rendering: auto
}
.ant-modal-close:focus,.ant-modal-close:hover {
color: rgba(0,0,0,.75);
text-decoration: none
}
.ant-modal-header {
padding: 16px 24px;
color: rgba(0,0,0,.85);
background: #fff;
border-bottom: 1px solid #f0f0f0;
border-radius: 2px 2px 0 0
}
.ant-modal-body {
padding: 24px;
font-size: 14px;
line-height: 1.5715;
word-wrap: break-word
}
.ant-modal-footer {
padding: 10px 16px;
text-align: right;
background: transparent;
border-top: 1px solid #f0f0f0;
border-radius: 0 0 2px 2px
}
.ant-modal-footer .ant-btn+.ant-btn:not(.ant-dropdown-trigger) {
margin-bottom: 0;
margin-left: 8px
}
.ant-modal-open {
overflow: hidden
}
.ant-modal-centered {
text-align: center
}
.ant-modal-centered:before {
display: inline-block;
width: 0;
height: 100%;
vertical-align: middle;
content: ""
}
.ant-modal-centered .ant-modal {
top: 0;
display: inline-block;
padding-bottom: 0;
text-align: left;
vertical-align: middle
}
@media (max-width: 767px) {
.ant-modal {
max-width:calc(100vw - 16px);
margin: 8px auto
}
.ant-modal-centered .ant-modal {
flex: 1 1
}
}
.ant-modal-confirm .ant-modal-header {
display: none
}
.ant-modal-confirm .ant-modal-body {
padding: 32px 32px 24px
}
.ant-modal-confirm-body-wrapper:before {
display: table;
content: ""
}
.ant-modal-confirm-body-wrapper:after {
display: table;
clear: both;
content: ""
}
.ant-modal-confirm-body .ant-modal-confirm-title {
display: block;
overflow: hidden;
color: rgba(0,0,0,.85);
font-weight: 500;
font-size: 16px;
line-height: 1.4
}
.ant-modal-confirm-body .ant-modal-confirm-content {
margin-top: 8px;
color: rgba(0,0,0,.85);
font-size: 14px
}
.ant-modal-confirm-body>.anticon {
float: left;
margin-right: 16px;
font-size: 22px
}
.ant-modal-confirm-body>.anticon+.ant-modal-confirm-title+.ant-modal-confirm-content {
margin-left: 38px
}
.ant-modal-confirm .ant-modal-confirm-btns {
margin-top: 24px;
text-align: right
}
.ant-modal-confirm .ant-modal-confirm-btns .ant-btn+.ant-btn {
margin-bottom: 0;
margin-left: 8px
}
.ant-modal-confirm-error .ant-modal-confirm-body>.anticon {
color: #ff4d4f
}
.ant-modal-confirm-confirm .ant-modal-confirm-body>.anticon,.ant-modal-confirm-warning .ant-modal-confirm-body>.anticon {
color: #faad14
}
.ant-modal-confirm-info .ant-modal-confirm-body>.anticon {
color: #1890ff
}
.ant-modal-confirm-success .ant-modal-confirm-body>.anticon {
color: #52c41a
}
.ant-modal-confirm .ant-zoom-leave .ant-modal-confirm-btns {
pointer-events: none
}
.ant-modal-wrap-rtl {
direction: rtl
}
.ant-modal-wrap-rtl .ant-modal-close {
right: auto;
left: 0
}
.ant-modal-wrap-rtl .ant-modal-footer {
text-align: left
}
.ant-modal-wrap-rtl .ant-modal-footer .ant-btn+.ant-btn {
margin-right: 8px;
margin-left: 0
}
.ant-modal-wrap-rtl .ant-modal-confirm-body {
direction: rtl
}
.ant-modal-wrap-rtl .ant-modal-confirm-body>.anticon {
float: right;
margin-right: 0;
margin-left: 16px
}
.ant-modal-wrap-rtl .ant-modal-confirm-body>.anticon+.ant-modal-confirm-title+.ant-modal-confirm-content {
margin-right: 38px;
margin-left: 0
}
.ant-modal-wrap-rtl .ant-modal-confirm-btns {
text-align: left
}
.ant-modal-wrap-rtl .ant-modal-confirm-btns .ant-btn+.ant-btn {
margin-right: 8px;
margin-left: 0
}
.ant-modal-wrap-rtl.ant-modal-centered .ant-modal {
text-align: right
}
.ant-select-single .ant-select-selector {
display: flex
}
.ant-select-single .ant-select-selector .ant-select-selection-search {
position: absolute;
top: 0;
right: 11px;
bottom: 0;
left: 11px
}
.ant-select-single .ant-select-selector .ant-select-selection-search-input {
width: 100%
}
.ant-select-single .ant-select-selector .ant-select-selection-item,.ant-select-single .ant-select-selector .ant-select-selection-placeholder {
padding: 0;
line-height: 30px;
transition: all .3s
}
.ant-select-single .ant-select-selector .ant-select-selection-item {
position: relative;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none
}
.ant-select-single .ant-select-selector .ant-select-selection-placeholder {
transition: none;
pointer-events: none
}
.ant-select-single .ant-select-selector .ant-select-selection-item:after,.ant-select-single .ant-select-selector .ant-select-selection-placeholder:after,.ant-select-single .ant-select-selector:after {
display: inline-block;
width: 0;
visibility: hidden;
content: "\a0"
}
.ant-select-single.ant-select-show-arrow .ant-select-selection-search {
right: 25px
}
.ant-select-single.ant-select-show-arrow .ant-select-selection-item,.ant-select-single.ant-select-show-arrow .ant-select-selection-placeholder {
padding-right: 18px
}
.ant-select-single.ant-select-open .ant-select-selection-item {
color: #bfbfbf
}
.ant-select-single:not(.ant-select-customize-input) .ant-select-selector {
width: 100%;
height: 32px;
padding: 0 11px
}
.ant-select-single:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-search-input {
height: 30px
}
.ant-select-single:not(.ant-select-customize-input) .ant-select-selector:after {
line-height: 30px
}
.ant-select-single.ant-select-customize-input .ant-select-selector:after {
display: none
}
.ant-select-single.ant-select-customize-input .ant-select-selector .ant-select-selection-search {
position: static;
width: 100%
}
.ant-select-single.ant-select-customize-input .ant-select-selector .ant-select-selection-placeholder {
position: absolute;
right: 0;
left: 0;
padding: 0 11px
}
.ant-select-single.ant-select-customize-input .ant-select-selector .ant-select-selection-placeholder:after {
display: none
}
.ant-select-single.ant-select-lg:not(.ant-select-customize-input) .ant-select-selector {
height: 40px
}
.ant-select-single.ant-select-lg:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-item,.ant-select-single.ant-select-lg:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-placeholder,.ant-select-single.ant-select-lg:not(.ant-select-customize-input) .ant-select-selector:after {
line-height: 38px
}
.ant-select-single.ant-select-lg:not(.ant-select-customize-input):not(.ant-select-customize-input) .ant-select-selection-search-input {
height: 38px
}
.ant-select-single.ant-select-sm:not(.ant-select-customize-input) .ant-select-selector {
height: 24px
}
.ant-select-single.ant-select-sm:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-item,.ant-select-single.ant-select-sm:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-placeholder,.ant-select-single.ant-select-sm:not(.ant-select-customize-input) .ant-select-selector:after {
line-height: 22px
}
.ant-select-single.ant-select-sm:not(.ant-select-customize-input):not(.ant-select-customize-input) .ant-select-selection-search-input {
height: 22px
}
.ant-select-single.ant-select-sm:not(.ant-select-customize-input) .ant-select-selection-search {
right: 7px;
left: 7px
}
.ant-select-single.ant-select-sm:not(.ant-select-customize-input) .ant-select-selector {
padding: 0 7px
}
.ant-select-single.ant-select-sm:not(.ant-select-customize-input).ant-select-show-arrow .ant-select-selection-search {
right: 28px
}
.ant-select-single.ant-select-sm:not(.ant-select-customize-input).ant-select-show-arrow .ant-select-selection-item,.ant-select-single.ant-select-sm:not(.ant-select-customize-input).ant-select-show-arrow .ant-select-selection-placeholder {
padding-right: 21px
}
.ant-select-single.ant-select-lg:not(.ant-select-customize-input) .ant-select-selector {
padding: 0 11px
}
.ant-select-selection-overflow {
position: relative;
display: flex;
flex: auto;
flex-wrap: wrap;
max-width: 100%
}
.ant-select-selection-overflow-item {
flex: none;
align-self: center;
max-width: 100%
}
.ant-select-multiple .ant-select-selector {
display: flex;
flex-wrap: wrap;
align-items: center;
padding: 1px 4px
}
.ant-select-show-search.ant-select-multiple .ant-select-selector {
cursor: text
}
.ant-select-disabled.ant-select-multiple .ant-select-selector {
background: #f5f5f5;
cursor: not-allowed
}
.ant-select-multiple .ant-select-selector:after {
display: inline-block;
width: 0;
margin: 2px 0;
line-height: 24px;
content: "\a0"
}
.ant-select-multiple.ant-select-allow-clear .ant-select-selector,.ant-select-multiple.ant-select-show-arrow .ant-select-selector {
padding-right: 24px
}
.ant-select-multiple .ant-select-selection-item {
position: relative;
display: flex;
flex: none;
box-sizing: border-box;
max-width: 100%;
height: 24px;
margin-top: 2px;
margin-bottom: 2px;
line-height: 22px;
background: #f5f5f5;
border: 1px solid #f0f0f0;
border-radius: 2px;
cursor: default;
transition: font-size .3s,line-height .3s,height .3s;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-margin-end: 4px;
margin-inline-end:4px;-webkit-padding-start: 8px;
padding-inline-start:8px;-webkit-padding-end: 4px;
padding-inline-end:4px}
.ant-select-disabled.ant-select-multiple .ant-select-selection-item {
color: #bfbfbf;
border-color: #d9d9d9;
cursor: not-allowed
}
.ant-select-multiple .ant-select-selection-item-content {
display: inline-block;
margin-right: 4px;
overflow: hidden;
white-space: pre;
text-overflow: ellipsis
}
.ant-select-multiple .ant-select-selection-item-remove {
color: inherit;
font-style: normal;
line-height: 0;
text-align: center;
text-transform: none;
vertical-align: -.125em;
text-rendering: optimizelegibility;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
display: inline-block;
color: rgba(0,0,0,.45);
font-weight: 700;
font-size: 10px;
line-height: inherit;
cursor: pointer
}
.ant-select-multiple .ant-select-selection-item-remove>* {
line-height: 1
}
.ant-select-multiple .ant-select-selection-item-remove svg {
display: inline-block
}
.ant-select-multiple .ant-select-selection-item-remove:before {
display: none
}
.ant-select-multiple .ant-select-selection-item-remove .ant-select-multiple .ant-select-selection-item-remove-icon {
display: block
}
.ant-select-multiple .ant-select-selection-item-remove>.anticon {
vertical-align: middle
}
.ant-select-multiple .ant-select-selection-item-remove:hover {
color: rgba(0,0,0,.75)
}
.ant-select-multiple .ant-select-selection-overflow-item+.ant-select-selection-overflow-item .ant-select-selection-search {
-webkit-margin-start: 0;
margin-inline-start:0}
.ant-select-multiple .ant-select-selection-search {
position: relative;
max-width: 100%;
-webkit-margin-start: 7px;
margin-inline-start:7px}
.ant-select-multiple .ant-select-selection-search-input,.ant-select-multiple .ant-select-selection-search-mirror {
height: 24px;
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
line-height: 24px;
transition: all .3s
}
.ant-select-multiple .ant-select-selection-search-input {
width: 100%;
min-width: 4.1px
}
.ant-select-multiple .ant-select-selection-search-mirror {
position: absolute;
top: 0;
left: 0;
z-index: 999;
white-space: pre;
visibility: hidden
}
.ant-select-multiple .ant-select-selection-placeholder {
position: absolute;
top: 50%;
right: 11px;
left: 11px;
transform: translateY(-50%);
transition: all .3s
}
.ant-select-multiple.ant-select-lg .ant-select-selector:after {
line-height: 32px
}
.ant-select-multiple.ant-select-lg .ant-select-selection-item {
line-height: 30px
}
.ant-select-multiple.ant-select-lg .ant-select-selection-search {
height: 32px;
line-height: 32px
}
.ant-select-multiple.ant-select-lg .ant-select-selection-search-input,.ant-select-multiple.ant-select-lg .ant-select-selection-search-mirror {
height: 32px;
line-height: 30px
}
.ant-select-multiple.ant-select-sm .ant-select-selector:after {
line-height: 16px
}
.ant-select-multiple.ant-select-sm .ant-select-selection-item {
height: 16px;
line-height: 14px
}
.ant-select-multiple.ant-select-sm .ant-select-selection-search {
height: 16px;
line-height: 16px
}
.ant-select-multiple.ant-select-sm .ant-select-selection-search-input,.ant-select-multiple.ant-select-sm .ant-select-selection-search-mirror {
height: 16px;
line-height: 14px
}
.ant-select-multiple.ant-select-sm .ant-select-selection-placeholder {
left: 7px
}
.ant-select-multiple.ant-select-sm .ant-select-selection-search {
-webkit-margin-start: 3px;
margin-inline-start:3px}
.ant-select-multiple.ant-select-lg .ant-select-selection-item {
height: 32px;
line-height: 32px
}
.ant-select-disabled .ant-select-selection-item-remove {
display: none
}
.ant-select-status-error.ant-select:not(.ant-select-disabled):not(.ant-select-customize-input):not(.ant-pagination-size-changer) .ant-select-selector {
background-color: #fff;
border-color: #ff4d4f!important
}
.ant-select-status-error.ant-select:not(.ant-select-disabled):not(.ant-select-customize-input):not(.ant-pagination-size-changer).ant-select-focused .ant-select-selector,.ant-select-status-error.ant-select:not(.ant-select-disabled):not(.ant-select-customize-input):not(.ant-pagination-size-changer).ant-select-open .ant-select-selector {
border-color: #ff7875;
box-shadow: 0 0 0 2px rgba(255,77,79,.2);
border-right-width: 1px;
outline: 0
}
.ant-select-status-warning.ant-select:not(.ant-select-disabled):not(.ant-select-customize-input):not(.ant-pagination-size-changer) .ant-select-selector {
background-color: #fff;
border-color: #faad14!important
}
.ant-select-status-warning.ant-select:not(.ant-select-disabled):not(.ant-select-customize-input):not(.ant-pagination-size-changer).ant-select-focused .ant-select-selector,.ant-select-status-warning.ant-select:not(.ant-select-disabled):not(.ant-select-customize-input):not(.ant-pagination-size-changer).ant-select-open .ant-select-selector {
border-color: #ffc53d;
box-shadow: 0 0 0 2px rgba(250,173,20,.2);
border-right-width: 1px;
outline: 0
}
.ant-select-status-error.ant-select-has-feedback .ant-select-clear,.ant-select-status-success.ant-select-has-feedback .ant-select-clear,.ant-select-status-validating.ant-select-has-feedback .ant-select-clear,.ant-select-status-warning.ant-select-has-feedback .ant-select-clear {
right: 32px
}
.ant-select-status-error.ant-select-has-feedback .ant-select-selection-selected-value,.ant-select-status-success.ant-select-has-feedback .ant-select-selection-selected-value,.ant-select-status-validating.ant-select-has-feedback .ant-select-selection-selected-value,.ant-select-status-warning.ant-select-has-feedback .ant-select-selection-selected-value {
padding-right: 42px
}
.ant-select {
box-sizing: border-box;
margin: 0;
padding: 0;
color: rgba(0,0,0,.85);
font-size: 14px;
font-variant: tabular-nums;
line-height: 1.5715;
list-style: none;
font-feature-settings: "tnum","tnum";
position: relative;
display: inline-block;
cursor: pointer
}
.ant-select:not(.ant-select-customize-input) .ant-select-selector {
position: relative;
background-color: #fff;
border: 1px solid #d9d9d9;
border-radius: 2px;
transition: all .3s cubic-bezier(.645,.045,.355,1)
}
.ant-select:not(.ant-select-customize-input) .ant-select-selector input {
cursor: pointer
}
.ant-select-show-search.ant-select:not(.ant-select-customize-input) .ant-select-selector {
cursor: text
}
.ant-select-show-search.ant-select:not(.ant-select-customize-input) .ant-select-selector input {
cursor: auto
}
.ant-select-focused:not(.ant-select-disabled).ant-select:not(.ant-select-customize-input) .ant-select-selector {
border-color: #40a9ff;
box-shadow: 0 0 0 2px rgba(24,144,255,.2);
border-right-width: 1px;
outline: 0
}
.ant-select-disabled.ant-select:not(.ant-select-customize-input) .ant-select-selector {
color: rgba(0,0,0,.25);
background: #f5f5f5;
cursor: not-allowed
}
.ant-select-multiple.ant-select-disabled.ant-select:not(.ant-select-customize-input) .ant-select-selector {
background: #f5f5f5
}
.ant-select-disabled.ant-select:not(.ant-select-customize-input) .ant-select-selector input {
cursor: not-allowed
}
.ant-select:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-search-input {
margin: 0;
padding: 0;
background: transparent;
border: none;
outline: none;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none
}
.ant-select:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-search-input::-webkit-search-cancel-button {
display: none;
-webkit-appearance: none
}
.ant-select:not(.ant-select-disabled):hover .ant-select-selector {
border-color: #40a9ff;
border-right-width: 1px
}
.ant-select-selection-item {
flex: 1 1;
overflow: hidden;
font-weight: 400;
white-space: nowrap;
text-overflow: ellipsis
}
@media (-ms-high-contrast:none) {
.ant-select-selection-item,.ant-select-selection-item ::-ms-backdrop {
flex: auto
}
}
.ant-select-selection-placeholder {
flex: 1 1;
overflow: hidden;
color: #bfbfbf;
white-space: nowrap;
text-overflow: ellipsis;
pointer-events: none
}
@media (-ms-high-contrast:none) {
.ant-select-selection-placeholder,.ant-select-selection-placeholder ::-ms-backdrop {
flex: auto
}
}
.ant-select-arrow {
display: inline-block;
color: inherit;
font-style: normal;
line-height: 0;
text-transform: none;
vertical-align: -.125em;
text-rendering: optimizelegibility;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
position: absolute;
top: 50%;
right: 11px;
display: flex;
align-items: center;
height: 12px;
margin-top: -6px;
color: rgba(0,0,0,.25);
font-size: 12px;
line-height: 1;
text-align: center;
pointer-events: none
}
.ant-select-arrow>* {
line-height: 1
}
.ant-select-arrow svg {
display: inline-block
}
.ant-select-arrow:before {
display: none
}
.ant-select-arrow .ant-select-arrow-icon {
display: block
}
.ant-select-arrow .anticon {
vertical-align: top;
transition: transform .3s
}
.ant-select-arrow .anticon>svg {
vertical-align: top
}
.ant-select-arrow .anticon:not(.ant-select-suffix) {
pointer-events: auto
}
.ant-select-disabled .ant-select-arrow {
cursor: not-allowed
}
.ant-select-arrow>:not(:last-child) {
-webkit-margin-end: 8px;
margin-inline-end:8px}
.ant-select-clear {
position: absolute;
top: 50%;
right: 11px;
z-index: 1;
display: inline-block;
width: 12px;
height: 12px;
margin-top: -6px;
color: rgba(0,0,0,.25);
font-size: 12px;
font-style: normal;
line-height: 1;
text-align: center;
text-transform: none;
background: #fff;
cursor: pointer;
opacity: 0;
transition: color .3s ease,opacity .15s ease;
text-rendering: auto
}
.ant-select-clear:before {
display: block
}
.ant-select-clear:hover {
color: rgba(0,0,0,.45)
}
.ant-select:hover .ant-select-clear {
opacity: 1
}
.ant-select-dropdown {
margin: 0;
color: rgba(0,0,0,.85);
font-variant: tabular-nums;
line-height: 1.5715;
list-style: none;
font-feature-settings: "tnum","tnum",;
position: absolute;
top: -9999px;
left: -9999px;
z-index: 1050;
box-sizing: border-box;
padding: 4px 0;
overflow: hidden;
font-size: 14px;
font-variant: normal;
background-color: #fff;
border-radius: 2px;
outline: none;
box-shadow: 0 3px 6px -4px rgba(0,0,0,.12),0 6px 16px 0 rgba(0,0,0,.08),0 9px 28px 8px rgba(0,0,0,.05)
}
.ant-select-dropdown.ant-slide-up-appear.ant-slide-up-appear-active.ant-select-dropdown-placement-bottomLeft,.ant-select-dropdown.ant-slide-up-enter.ant-slide-up-enter-active.ant-select-dropdown-placement-bottomLeft {
animation-name: antSlideUpIn
}
.ant-select-dropdown.ant-slide-up-appear.ant-slide-up-appear-active.ant-select-dropdown-placement-topLeft,.ant-select-dropdown.ant-slide-up-enter.ant-slide-up-enter-active.ant-select-dropdown-placement-topLeft {
animation-name: antSlideDownIn
}
.ant-select-dropdown.ant-slide-up-leave.ant-slide-up-leave-active.ant-select-dropdown-placement-bottomLeft {
animation-name: antSlideUpOut
}
.ant-select-dropdown.ant-slide-up-leave.ant-slide-up-leave-active.ant-select-dropdown-placement-topLeft {
animation-name: antSlideDownOut
}
.ant-select-dropdown-hidden {
display: none
}
.ant-select-dropdown-empty {
color: rgba(0,0,0,.25)
}
.ant-select-item-empty {
position: relative;
display: block;
min-height: 32px;
padding: 5px 12px;
color: rgba(0,0,0,.85);
font-weight: 400;
font-size: 14px;
line-height: 22px;
color: rgba(0,0,0,.25)
}
.ant-select-item {
position: relative;
display: block;
min-height: 32px;
padding: 5px 12px;
color: rgba(0,0,0,.85);
font-weight: 400;
font-size: 14px;
line-height: 22px;
cursor: pointer;
transition: background .3s ease
}
.ant-select-item-group {
color: rgba(0,0,0,.45);
font-size: 12px;
cursor: default
}
.ant-select-item-option {
display: flex
}
.ant-select-item-option-content {
flex: auto;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis
}
.ant-select-item-option-state {
flex: none
}
.ant-select-item-option-active:not(.ant-select-item-option-disabled) {
background-color: #f5f5f5
}
.ant-select-item-option-selected:not(.ant-select-item-option-disabled) {
color: rgba(0,0,0,.85);
font-weight: 600;
background-color: #e6f7ff
}
.ant-select-item-option-selected:not(.ant-select-item-option-disabled) .ant-select-item-option-state {
color: #1890ff
}
.ant-select-item-option-disabled {
color: rgba(0,0,0,.25);
cursor: not-allowed
}
.ant-select-item-option-disabled.ant-select-item-option-selected {
background-color: #f5f5f5
}
.ant-select-item-option-grouped {
padding-left: 24px
}
.ant-select-lg {
font-size: 16px
}
.ant-select-borderless .ant-select-selector {
background-color: transparent!important;
border-color: transparent!important;
box-shadow: none!important
}
.ant-select.ant-select-in-form-item {
width: 100%
}
.ant-select-compact-item:not(.ant-select-compact-last-item) {
margin-right: -1px
}
.ant-select-compact-item:not(.ant-select-compact-last-item).ant-select-compact-item-rtl {
margin-right: 0;
margin-left: -1px
}
.ant-select-compact-item:active>*,.ant-select-compact-item:focus>*,.ant-select-compact-item:hover>* {
z-index: 2
}
.ant-select-compact-item.ant-select-focused>* {
z-index: 2
}
.ant-select-compact-item[disabled]>* {
z-index: 0
}
.ant-select-compact-item:not(.ant-select-compact-first-item):not(.ant-select-compact-last-item).ant-select>.ant-select-selector {
border-radius: 0
}
.ant-select-compact-item.ant-select-compact-first-item.ant-select:not(.ant-select-compact-last-item):not(.ant-select-compact-item-rtl)>.ant-select-selector {
border-top-right-radius: 0;
border-bottom-right-radius: 0
}
.ant-select-compact-item.ant-select-compact-last-item.ant-select:not(.ant-select-compact-first-item):not(.ant-select-compact-item-rtl)>.ant-select-selector {
border-top-left-radius: 0;
border-bottom-left-radius: 0
}
.ant-select-compact-item.ant-select.ant-select-compact-first-item.ant-select-compact-item-rtl:not(.ant-select-compact-last-item)>.ant-select-selector {
border-top-left-radius: 0;
border-bottom-left-radius: 0
}
.ant-select-compact-item.ant-select.ant-select-compact-last-item.ant-select-compact-item-rtl:not(.ant-select-compact-first-item)>.ant-select-selector {
border-top-right-radius: 0;
border-bottom-right-radius: 0
}
.ant-select-rtl {
direction: rtl
}
.ant-select-rtl .ant-select-arrow {
right: auto;
left: 11px
}
.ant-select-rtl .ant-select-clear {
right: auto;
left: 11px
}
.ant-select-dropdown-rtl {
direction: rtl
}
.ant-select-dropdown-rtl .ant-select-item-option-grouped {
padding-right: 24px;
padding-left: 12px
}
.ant-select-rtl.ant-select-multiple.ant-select-allow-clear .ant-select-selector,.ant-select-rtl.ant-select-multiple.ant-select-show-arrow .ant-select-selector {
padding-right: 4px;
padding-left: 24px
}
.ant-select-rtl.ant-select-multiple .ant-select-selection-item {
text-align: right
}
.ant-select-rtl.ant-select-multiple .ant-select-selection-item-content {
margin-right: 0;
margin-left: 4px;
text-align: right
}
.ant-select-rtl.ant-select-multiple .ant-select-selection-search-mirror {
right: 0;
left: auto
}
.ant-select-rtl.ant-select-multiple .ant-select-selection-placeholder {
right: 11px;
left: auto
}
.ant-select-rtl.ant-select-multiple.ant-select-sm .ant-select-selection-placeholder {
right: 7px
}
.ant-select-rtl.ant-select-single .ant-select-selector .ant-select-selection-item,.ant-select-rtl.ant-select-single .ant-select-selector .ant-select-selection-placeholder {
right: 0;
left: 9px;
text-align: right
}
.ant-select-rtl.ant-select-single.ant-select-show-arrow .ant-select-selection-search {
right: 11px;
left: 25px
}
.ant-select-rtl.ant-select-single.ant-select-show-arrow .ant-select-selection-item,.ant-select-rtl.ant-select-single.ant-select-show-arrow .ant-select-selection-placeholder {
padding-right: 0;
padding-left: 18px
}
.ant-select-rtl.ant-select-single.ant-select-sm:not(.ant-select-customize-input).ant-select-show-arrow .ant-select-selection-search {
right: 6px
}
.ant-select-rtl.ant-select-single.ant-select-sm:not(.ant-select-customize-input).ant-select-show-arrow .ant-select-selection-item,.ant-select-rtl.ant-select-single.ant-select-sm:not(.ant-select-customize-input).ant-select-show-arrow .ant-select-selection-placeholder {
padding-right: 0;
padding-left: 21px
}
.ant-empty {
margin: 0 8px;
font-size: 14px;
line-height: 1.5715;
text-align: center
}
.ant-empty-image {
height: 100px;
margin-bottom: 8px
}
.ant-empty-image img {
height: 100%
}
.ant-empty-image svg {
height: 100%;
margin: auto
}
.ant-empty-footer {
margin-top: 16px
}
.ant-empty-normal {
margin: 32px 0;
color: rgba(0,0,0,.25)
}
.ant-empty-normal .ant-empty-image {
height: 40px
}
.ant-empty-small {
margin: 8px 0;
color: rgba(0,0,0,.25)
}
.ant-empty-small .ant-empty-image {
height: 35px
}
.ant-empty-img-default-ellipse {
fill: #f5f5f5;
fill-opacity: .8
}
.ant-empty-img-default-path-1 {
fill: #aeb8c2
}
.ant-empty-img-default-path-2 {
fill: url(#linearGradient-1)
}
.ant-empty-img-default-path-3 {
fill: #f5f5f7
}
.ant-empty-img-default-path-4 {
fill: #dce0e6
}
.ant-empty-img-default-path-5 {
fill: #dce0e6
}
.ant-empty-img-default-g {
fill: #fff
}
.ant-empty-img-simple-ellipse {
fill: #f5f5f5
}
.ant-empty-img-simple-g {
stroke: #d9d9d9
}
.ant-empty-img-simple-path {
fill: #fafafa
}
.ant-empty-rtl {
direction: rtl
}
.pc___1L_rd {
background-color: #f6f9ff;
min-height: 100vh;
font-family: "PingFang SC","Microsoft YaHei",Arial,Helvetica,sans-serif
}
.pc___1L_rd .header___3KIw6 {
width: 100%;
position: fixed;
padding-left: 300px;
height: 64px;
line-height: 64px;
background-color: #fff
}
.pc___1L_rd .content___oGU9u .bottom___3VIzY .update-info___1KE8A {
background: #fff;
border-radius: 12px;
width: 100%
}
.pc___1L_rd .content___oGU9u .bottom___3VIzY .update-info___1KE8A .title___2kG_B {
padding-top: 32px;
font-weight: 500;
font-size: 24px;
color: rgba(0,0,0,.85)
}
.pc___1L_rd .content___oGU9u .bottom___3VIzY .update-info___1KE8A .content___oGU9u {
margin-top: 32px;
padding-left: 200px;
padding-bottom: 32px;
text-align: left
}
.pc___1L_rd .content___oGU9u .bottom___3VIzY .update-info___1KE8A .content___oGU9u .label___3GJis {
font-weight: 500;
font-size: 22px;
color: rgba(0,0,0,.85)
}
.pc___1L_rd .content___oGU9u .bottom___3VIzY .update-info___1KE8A .content___oGU9u .text___36doz {
margin-top: 24px;
padding-right: 200px;
font-size: 18px;
color: rgba(0,0,0,.85)
}
.pc___1L_rd .content___oGU9u .bottom___3VIzY .update-info___1KE8A .content___oGU9u .time___28se3 {
margin-top: 4px;
font-size: 14px;
color: rgba(0,0,0,.45)
}
.pc___1L_rd .footer___2wO0v {
position: fixed;
bottom: 0;
width: 100%;
height: 54px;
line-height: 54px;
text-align: center;
color: #fff;
background: #252e44
}
.pc___1L_rd .footer___2wO0v a {
margin-left: 5px;
color: #fff;
text-decoration: underline;
display: inline-block
}