404 Not Found


nginx/1.18.0 (Ubuntu)
transform: rotate(0); } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } @media (max-width: 768px) { .collection_detail_default .collection_content ul { grid-row-gap: 3.6rem; grid-column-gap: 1.8rem; grid-template-columns: repeat(3, calc(33.33% - 1.2rem)); } } /*积木块样式*/ .block_title { margin-bottom: calc(var(--general_layout_spacing) * var(--title_margin_bottom_scale)); text-align: center; } .block_title h2 { font-size: var(--title_font_size); color: var(--title_color); font-family: var(--title_font_family); font-style: var(--title_font_style); font-weight: var(--title_font_weigth); letter-spacing: var(--title_letter_spacing); } .block_title .block_detail { color: var(--detail_color); max-width: var(--general_layout_width); margin: 0 auto; margin-top: calc(var(--general_layout_spacing) * 0.25); } .zuui-share-link { display: flex; align-items: center; flex-wrap: wrap; } .zuui-share-link .zuui-share-icon { display: inline-flex; align-items: center; margin-right: 12px; } .zuui-share-link .zuui-share-icon span { font-size: 14px; margin-left: 6px; color: var(--font-color); } /* 视频列表积木块样式 */ .zuui-video-item { width: 100%; overflow: hidden; background: #f6f6f6; cursor: pointer; } .zuui-video-item .youtube_pic { height: 155px; position: relative; display: flex; align-items: center; justify-content: center; background-color: #eef0f5; } .zuui-video-item .youtube_pic img { width: 100%; height: 100%; object-fit: cover; } .zuui-video-item .youtube_pic .youtube_pic-item { position: absolute; bottom: 5px; right: 5px; background: rgba(0, 0, 0, 0.7); color: #fff; font-size: 10px; height: 18px; line-height: 18px; padding: 0 5px; } .zuui-video-item .youtube_pic:hover .youtube-icon-hover path { opacity: 1; fill: red; } .zuui-video-item .youtube_pic .youtube-icon-hover { position: absolute; top: 0%; left: 0; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; z-index: 100; opacity: 1; transition: all 0.4s ease-in-out; } .zuui-video-item .youtube_info { padding: 18px 20px; border-bottom: 1px solid #dddddd; } .zuui-video-item .youtube_info .youtube_name { color: #333333; font-size: 16px; } .zuui-video-item .youtube_info .youtube_detail { color: #999999; margin-top: 10px; height: 42px; text-align: left; font-size: 14px; } .zuui-video-item .youtube_bom { display: flex; align-items: center; justify-content: space-between; padding: 14px; } .zuui-video-item .youtube_bom svg { width: 20px; height: 20px; } .zuui-video-item .youtube_bom svg path { fill: #999999; } .zuui-video-item .youtube_bom .youtube_bom-item { max-width: 33%; display: flex; align-items: center; } .zuui-video-item .youtube_bom .youtube_bom-item .num { color: #999999; margin-left: 4px; } .mo-form { width: 100%; } .mo-form-title { height: 24px; font-size: 18px; font-weight: 400; color: var(--color-block); margin-bottom: 28px; } .mo-form-item { display: flex; flex-direction: column; margin-bottom: 15px; } .mo-form-item .mo-form-item-label { line-height: 19px; height: 19px; font-size: 14px; font-weight: 400; color: var(--color-block); margin-bottom: 14px; } .mo-form-item .mo-form-item-error { display: none; padding: 10px 0 0; color: #DC4845; font-size: 14px; } .mo-form-item .mo-form-item-value { width: 100%; font-size: 0; } .form-show-error .mo-form-item-error { display: block; } .mo-details-form dt { font-size: 16px; font-weight: 700; color: var(--color-block); line-height: 36px; margin-bottom: 16px; } .mo-details-form dd { font-size: 14px; text-align: left; color: var(--color-block); line-height: 18px; } .mo-details-form dd + dd { margin-top: 8px; } .mo-input-warp { display: flex; align-items: center; } .mo-input-warp .mo-form-select { flex: 1; } .mo-input-warp .input-interval { width: 10px; } @media screen and (min-width: 768px) { .mo-form { width: 360px; margin: 0 auto; } } .mo-btn { display: block; min-width: 68px; padding: 0 16px; height: 36px; text-align: center; line-height: 36px; box-sizing: border-box; font-size: 14px; cursor: pointer; color: var(--color-main); overflow: hidden; } .mo-btn:hover { opacity: 0.9; } .mo-btn-block { width: 100%; font-size: 14px; } .mo-btn-max { height: 48px; line-height: 48px; } .mo-btn-default { color: var(--main_button_color); background: var(--main_button_bg); border: 1px solid var(--main_button_bg); } .mo-btn-disable { color: #fff !important; background: #bbbbbb !important; border: 1px solid #bbbbbb !important; cursor: not-allowed !important; border-radius: var(--button_border_radius); } .mo-all-disable * { cursor: not-allowed !important; } .mo-btn-white { color: var(--color-main); background: #ffffff; } .mo-btn-plan { background: var(--secondary_button_bg); border: 1px solid var(--secondary_button_color); color: var(--secondary_button_color); } .mo-form-input { width: 100%; height: 54px; padding: 0 12px; font-size: 14px; background-color: var(--color-input-background); box-sizing: border-box; border: 2px solid var(--color-input-background); transition: all 0.5s; border-radius: var(--button_border_radius); } .mo-form-input:focus { border: 2px solid var(--color-main); } .mo-form-textarea { width: 100%; padding: 12px; font-size: 14px; height: 80px; background-color: var(--color-input-background); box-sizing: border-box; border: 2px solid var(--color-input-background); transition: all 0.5s; border-radius: var(--button_border_radius); } .mo-form-textarea:focus { border: 2px solid var(--color-main); } .mo-form-select { display: inline-block; width: 100%; height: 50px; box-sizing: border-box; position: relative; overflow: hidden; background-color: var(--color-input-background); border-radius: var(--button_border_radius); } #account_profilechange .mo-form-select { display: block; } .mo-form-select .mo-form-unselect { position: relative; z-index: 5; width: 100%; height: 46px; box-sizing: border-box; border: none; outline: none; -webkit-appearance: none; -moz-appearance: none; appearance: none; font-size: 14px; padding: 0 12px; background-color: transparent; /* background-color: var(--color-input-background); */ } .mo-form-select .mo-edge { position: absolute; right: 10px; top: 50%; margin-top: -3px; cursor: pointer; border-style: dashed; border-color: transparent; border-width: 6px; border-top-color: var(--color-main); border-top-style: solid; transition: all 0.3s; -webkit-transition: all 0.3s; } .mo-row { display: flex; flex-wrap: wrap; width: 100%; } .mo-row .mo-col-1 { width: 8.3333333333%; box-sizing: border-box; } .mo-row .mo-col-2 { width: 16.6666666667%; box-sizing: border-box; } .mo-row .mo-col-3 { width: 25%; box-sizing: border-box; } .mo-row .mo-col-4 { width: 33.3333333333%; box-sizing: border-box; } .mo-row .mo-col-5 { width: 41.6666666667%; box-sizing: border-box; } .mo-row .mo-col-6 { width: 50%; box-sizing: border-box; } .mo-row .mo-col-7 { width: 58.3333333333%; box-sizing: border-box; } .mo-row .mo-col-8 { width: 66.6666666667%; box-sizing: border-box; } .mo-row .mo-col-9 { width: 75%; box-sizing: border-box; } .mo-row .mo-col-10 { width: 83.3333333333%; box-sizing: border-box; } .mo-row .mo-col-11 { width: 91.6666666667%; box-sizing: border-box; } .mo-row .mo-col-12 { width: 100%; box-sizing: border-box; } .mo-header { display: flex; flex-direction: column; align-items: center; } .mo-header .header-title { width: 100%; overflow: hidden; display: flex; flex-direction: column; align-items: center; /* line-height: 40px; */ font-size: var(--title_font_size); color: var(--title_color); font-family: var(--title_font_family); font-style: var(--title_font_style); font-weight: var(--title_font_weigth); letter-spacing: var(--title_letter_spacing); } .mo-header .header-title span { width: 100%; text-align: center; } .mo-header .header-divider { height: 1px; width: 50px; margin: 30px 0; } .mo-subtitle { display: flex; flex-direction: column; justify-content: center; align-items: center; } .mo-subtitle .mo-subtitle-title { font-size: 16px; font-weight: 300; text-align: left; color: var(--color-main); } .mo-subtitle .mo-subtitle-label { display: flex; margin-top: 10px; } .mo-subtitle .mo-subtitle-label .icon { margin: 0 4px; } .mo-subtitle .mo-subtitle-label .mo-subtitle-score { font-size: 20px; font-weight: 400; text-align: left; color: var(--color-main); margin-left: 16px; } .mo-tag { display: inline-block; height: 20px; line-height: 20px; padding: 0 10px; color: #ffffff; font-size: 12px; background: var(--assist-color); } .mo-flex { display: flex; align-items: center; } .mo-j-space-between { justify-content: space-between; } .mo-empty { display: flex; align-items: center; justify-content: center; flex-direction: column; } .mo-empty .mo-empty-body { padding: 40px 0; display: flex; align-items: center; flex-direction: column; } .mo-empty .mo-empty-des { margin-top: 20px; font-size: 16px; font-weight: 400; color: var(--color-text-low); } .mo-empty .mo-empty-btn { width: 340px; } :root { --color-main: var(--main_color,#1d1f21); --color-text-high: #333333; --color-text-medium: var(--main_color,#666666); --color-text-low: #888888; --assist-color: #ab6a00; --disable-color: #999999; --color-input-background: #f6f6f6; --color-input-placeholder: #bbbbbb; --color-divider: #dddddd; --color-header: #eeeeee; --color-table-header: #dddddd; --color-table-border: #eeeeee; --color-table-background: #f6f6f6; } .account-container { max-width: 1200px; padding: 80px 0; margin: 0 auto; } @media screen and (max-width: 576px) { .account-container { padding: 0; } } @media screen and (min-width: 576px) and (max-width: 768px) { .mo-card-content { padding: 0 28px; } } @media screen and (max-width: 576px) { .mo-card-content { padding: 0 14px; } } @media screen and (min-width: 768px) and (max-width: 1200px) { .mo-card-content { padding: 0 42px; } } /*询问框*/ .mo-confirm { position: fixed; top: 0; right: 0; left: 0; bottom: 0; background-color: rgba(0, 0, 0, 0.6); display: flex; align-items: center; justify-content: center; z-index: 10000000; } .mo-confirm .mo-confirm-body { width: 360px; background-color: #fff; padding-bottom: 10px; -webkit-animation-duration: 0.5s; animation-duration: 0.5s; } .mo-confirm .mo-confirm-body .mo-title { padding: 40px 20px 20px 20px; text-align: center; } .mo-confirm .mo-handle { height: 80px; display: flex; align-items: center; justify-content: center; padding: 0 75px; } .mo-confirm .mo-handle .mo-handle-btn { flex: 1; text-align: center; cursor: pointer; } /*加载*/ .mo-loading-warp { position: relative; pointer-events: none; } .mo-loading-black .mo-loading { border-color: #000; border-bottom-color: transparent; } .mo-loading-black::after { content: none !important; } .mo-loading-black::before { content: none !important; } .mo-loading { position: absolute; top: 50%; left: 50%; margin-left: -8px; margin-top: -8px; display: inline-block; height: 16px; width: 16px; border-radius: 50%; border: 2px solid #fff; border-bottom-color: transparent; -webkit-animation: loadingRotate 0.75s linear infinite; animation: loadingRotate 0.75s linear infinite; } @-webkit-keyframes loadingRotate { 0% { -webkit-transform: rotate(0deg); } 50% { -webkit-transform: rotate(180deg); } 100% { -webkit-transform: rotate(360deg); } } @keyframes loadingRotate { 0% { transform: rotate(0deg); } 50% { transform: rotate(180deg); } 100% { transform: rotate(360deg); } } /*消息提示框*/ .mo-modal { position: fixed; top: 0; right: 0; left: 0; bottom: 0; z-index: 510000; } .mo-modal .mo-modal-mask { position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 1000; height: 100%; background-color: rgba(0, 0, 0, 0.6); } .mo-modal .mo-modal-body { position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 1000; height: 100%; display: flex; align-items: center; justify-content: center; -webkit-animation-duration: 0.5s; animation-duration: 0.5s; } .mo-modal .mo-modal-warp { width: 360px; background-color: #fff; display: flex; flex-direction: column; align-items: center; padding: 40px 0; } .mo-modal .mo-modal-warp .icon { width: 88px; height: 88px; } .mo-modal .mo-modal-warp .message-text { font-size: 14px; margin-top: 28px; padding: 0 40px; box-sizing: border-box; } /* 轻消息提醒 */ .mo-alret-model { position: fixed; top: 0; right: 0; left: 0; bottom: 0; display: flex; align-items: center; justify-content: center; z-index: 510000; } .mo-alret-model .mo-alret-body { padding: 16px 38px; background-color: #fff; box-shadow: 0 0 10px #ccc; border-radius: 6px; font-size: 14px; } /*底部返回样式*/ .back-box { padding: 30px 0; } .back-box a { display: flex; align-items: center; justify-content: center; } .back-box span { margin-left: 10px; color: var(--color-main); font-weight: 500; font-size: 16px; } .comment_warp { background-color: var(--color-table-background); padding: 20px 20px 0 20px; box-sizing: border-box; } .comment_warp .comment_warp-header { display: flex; align-items: center; justify-content: space-between; } .comment_warp .comment_warp-header-nation { width: 20px; height: 20px; margin-right: 10px; } .comment_warp .comment_warp-score { padding: 8px 0 8px 0; display: flex; align-items: center; } .comment_warp .comment_warp-score svg { margin-right: 4px; } .comment_warp .comment_warp-content .comment_warp-content-lable { font-size: 14px; line-height: 18px; font-weight: 300; text-align: left; color: #888888; margin-bottom: 20px; } .comment_warp .comment_warp-content .comment_warp-content-review { font-size: 14px; font-weight: 300; text-decoration: underline; text-align: left; color: var(--color-main); margin-top: 10px; margin-bottom: 20px; } .comment_warp .comment_warp-content .comment_warp-images { display: flex; flex-wrap: wrap; } .comment_warp .comment_warp-content .comment_warp-images img { width: 80px; height: 80px; margin-right: 20px; margin-bottom: 20px; object-fit: cover; cursor: pointer; } .comment_warp .comment_warp-product { border-top: 1px solid var(--color-divider); padding: 20px 0; } .comment_warp .comment_warp-product .comment_warp-content-item-images { width: 80px; height: 80px; margin-right: 16px; flex-shrink: 0; } .comment_warp-content-item-images img { width: 80px; height: 80px; object-fit: contain; } .comment_warp .comment_warp-product .comment_warp-content-item-cell { font-size: 14px; color: var(--color-main); } .comment_warp .comment_warp-product .comment_warp-content-item-cell .comment_warp-content-item-cell-text { margin-bottom: 8px; } .comment_warp .comment_warp-product .comment_warp-content-item-cell .comment_warp-content-item-cell-reviews { font-size: 14px; font-weight: 300; text-decoration: underline; text-align: left; color: var(--color-text-low); } @media screen and (max-width: 767px) { .comment_warp { padding: 15px 15px 0 15px !important; } .comment_warp-score { padding: 8px 0 11px 0 !important; } .comment-reply-warp { padding: 15px 0 !important; } .comment_warp .comment_warp-product { padding: 15px 0 !important; } .comment_warp .comment_warp-content .comment_warp-images img { margin-right: 15px !important; margin-bottom: 15px !important; cursor: pointer; float: left; } } .moi-write-comment { width: 420px; background-color: #fff; box-sizing: border-box; overflow-y: auto; padding: 20px; max-height: 90vh; } @media screen and (max-width: 420px) { .moi-write-comment { width: calc(100vw - 20px); height: 100%; max-height: calc(100vh - 20px); /* calc(100vw - 20px) */ } } .moi-write-comment .close { position: absolute; right: 20px; top: 25px; cursor: pointer; } .moi-write-comment .header { padding: 30px 0; display: flex; flex-direction: column; align-items: center; border-bottom: 1px solid #dddddd; } .moi-write-comment .header .header-img { width: 80px; height: auto; } .moi-write-comment .header .header-score { margin-top: 20px; display: flex; align-items: center; cursor: pointer; } .moi-write-comment .header .header-score svg { margin: 0 2px; } .moi-write-comment .mo-form { width: 100%; padding: 20px 0; } .moi-write-comment .code-img { height: 100%; flex-shrink: 0; width: 100%; cursor: pointer; } .moi-write-comment .upload { display: flex; flex-wrap: wrap; } .moi-write-comment .upload .upload-picture-card, .moi-write-comment .upload .upload-select-card { flex: 0 0 68px; width: 68px; height: 68px; cursor: pointer; margin-right: 10px; margin-bottom: 10px; } .moi-write-comment .upload .upload-picture-card { position: relative; } .moi-write-comment .upload .upload-picture-card .vedio-icon { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); pointer-events: none; } .moi-write-comment .upload .upload-picture-card .vedio-icon svg { padding: 5px; box-sizing: border-box; border-radius: 5px; background-color: #fff; } .moi-write-comment .upload .upload-picture-card:hover .upload-picture-close { visibility: visible; } .moi-write-comment .upload .upload-picture-card .upload-picture-close { position: absolute; left: 0; right: 0; bottom: 0; background: rgba(0, 0, 0, 0.5); height: 20px; display: flex; align-items: center; justify-content: center; visibility: hidden; } @media screen and (max-width: 767px) { .moi-write-comment .upload .upload-picture-card .upload-picture-close { visibility: visible; } } .moi-write-comment .upload .upload-picture-card img { width: 100%; height: 100%; object-fit: cover; } .moi-write-comment .upload .upload-select-card { background: #f6f6f6; position: relative; overflow: hidden; } .moi-write-comment .upload .upload-select-card::before { position: absolute; top: 34px; left: 24px; width: 20px; height: 1px; background: #1d1f21; content: ""; } .moi-write-comment .upload .upload-select-card::after { position: absolute; top: 24px; left: 34px; width: 1px; height: 20px; background: #1d1f21; content: ""; } .moi-write-comment .upload .upload-select-card input { width: 100%; height: 100%; opacity: 0; } .layer-add-cart-success { width: 520px; background-color: #fff; } @media screen and (max-width: 520px) { .layer-add-cart-success { width: calc(100vw - 20px); } } .layer-add-cart-success .cart-header { height: 80px; background: #ecfbf4; padding: 0 30px; box-sizing: border-box; display: flex; align-items: center; } .layer-add-cart-success .cart-header span { font-size: 24px; font-weight: 400; text-align: left; color: #1d1f21; margin-left: 16px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } .layer-add-cart-success .cart-header .cart-header-claer { margin-left: auto; cursor: pointer; } .layer-add-cart-success .cart-product-warp{ max-height: 50vh; overflow-y: auto; } .layer-add-cart-success .cart-product { padding: 30px; border-bottom: 1px solid #ddd; display: flex; } .layer-add-cart-success .cart-product .cart-product-img { flex-shrink: 0; width: 120px; height: 120px; object-fit: contain; } .cart-product-info { flex: 1; margin-left: 16px; overflow: hidden; } .layer-add-cart-success .cart-product .cart-product-name { font-size: 18px; font-weight: 400; text-align: left; color: #1d1f21; } .layer-add-cart-success .cart-product-skuId, .layer-add-cart-success .cart-product-skuName { font-size: 14px; font-weight: 300; text-align: left; color: #888888; margin-top: 4px; word-break: break-all; } .layer-add-cart-success .cart-price { font-size: 20px; padding: 40px 0; text-align: center; } .layer-add-cart-success .layer-add-cart-success-label { font-weight: 300; color: #888888; } .layer-add-cart-success .layer-add-cart-success-value { font-weight: bold; color: #333; } .layer-add-cart-success .cart-operate { padding: 0 30px 30px 30px; } .layer-add-cart-success .cart-operate .cart-button { text-align: center; height: 48px; background: #1d1f21; color: #ffffff; margin-top: 0px; } .layer-add-cart-success .cart-operate .cart-button-plan { display: block; line-height: 48px; background: #fff; text-decoration: underline; color: #1d1f21; margin-top: 10px; font-size: 16px; } .hide { display: none; } .show { display: block; } .oemsaas-add { width: 100%; height: 83px; border: 2px dashed #7070da; box-sizing: border-box; font-size: 16px; font-weight: 600; color: #7070da; display: flex; justify-content: center; align-items: center; overflow: hidden; animation: addCard 0.3s ease-out; } /* * 瀑布流样式 */ .mo-waterfall-warp { display: grid; grid-template-columns: repeat(var(--columns), 1fr); grid-column-gap: var(--column-gutter); align-items: start; } .mo-waterfall-warp .mo-waterfall-column { display: grid; grid-template-columns: minmax(0, 1fr); grid-row-gap: var(--row-gutter); overflow: hidden; } .mo-waterfall-status-box { width: 100%; padding: 0; display: flex; align-items: center; justify-content: center; padding: calc(var(--general_layout_spacing) * 0.5) 0; } .mo-waterfall-status-box .secondary_btn { margin-top: 0; } .mo-waterfall-status-box span { color: #000; } .mo-waterfall-status-box .more-btn { display: inline-block; font-size: 16px; padding: 13px 20px; background-color: var(--main_button_bg); color: var(--main_button_color); } .mo-waterfall-status-box .loading-box { display: inline-block; height: 16px; width: 16px; border-radius: 50%; border: 2px solid #000; border-bottom-color: transparent; -webkit-animation: loadingRotate 0.75s linear infinite; animation: loadingRotate 0.75s linear infinite; } @-webkit-keyframes loadingRotate { 0% { transform: rotate(0deg); } 50% { transform: rotate(180deg); } 100% { transform: rotate(360deg); } } @keyframes loadingRotate { 0% { transform: rotate(0deg); } 50% { transform: rotate(180deg); } 100% { transform: rotate(360deg); } } /*提示框样式*/ .mo-tooltip { box-sizing: border-box; margin: 0; padding: 0; color: rgba(0, 0, 0, 0.8509803922); font-size: 14px; font-variant: tabular-nums; line-height: 1.5715; list-style: none; position: absolute; z-index: 1060; max-width: 250px; visibility: hidden; z-index: 999999; transition: all 0.2s; transform: scale(0); } .mo-tooltip .mo-tooltip-arrow { position: absolute; display: block; width: 13px; height: 13px; overflow: hidden; background: transparent; pointer-events: none; } .mo-tooltip .mo-tooltip-arrow-content { position: absolute; top: 0; right: 0; bottom: 0; left: 0; display: block; width: 6px; height: 6px; margin: auto; background-color: #fff; border-color: rgba(0, 0, 0, 0.1490196078); border-width: 1px 1px 0 0; border-style: solid; content: ""; pointer-events: auto; box-shadow: 0 0 4px #c8c8c8; } .mo-tooltip .mo-tooltip-inner { min-width: 30px; min-height: 32px; padding: 6px 8px; color: #333; text-align: left; text-decoration: none; word-wrap: break-word; border: 1px solid rgba(0, 0, 0, 0.1490196078); border-radius: 2px; background-color: #fff; box-sizing: border-box; box-shadow: 0 0 4px #c8c8c8; } .mo-tooltip-placement-left { padding-right: 12px; } .mo-tooltip-placement-left .mo-tooltip-arrow { top: 10px; right: 0; } .mo-tooltip-placement-left .mo-tooltip-arrow .mo-tooltip-arrow-content { border-width: 1px 1px 0 0; transform: translate(-6px) rot