@charset "UTF-8";
/*!
 * Created by 赫连勃格 on 2023/01/01.
 * 微信:18900220083
 * QQ:215611388
 * next.UICUT.com
 */
/*!
* -----------------------------------------------------------------------------------------------------------------------------------------------------
* --------------------------------------------- 				样式分为：共用样式 + 各页面样式				   ----------------------------------------
* --------------------------------------------- 		  此文件别改，方便后期配合开发新页面或维护修改 			   ----------------------------------------
* ---------------------------------------------   可把要修改的那一行或那一块复制到别的文件里修改，放到引入文件最后   ----------------------------------------
* -----------------------------------------------------------------------------------------------------------------------------------------------------
*/
/* ---------------------------------------------------------------------- 共用样式 -------------------------------------------------------------------- */
/* ----------------------------------------------------------------- 样式重置 & 常用样式 --------------------------------------------------------------- */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  -webkit-box-sizing: content-box;
  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;
  -webkit-text-decoration: underline dotted;
  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: -0.25em;
}

sup {
  top: -0.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;
}

button, [type=button], [type=reset], [type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  -webkit-box-sizing: border-box;
  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] {
  -webkit-box-sizing: border-box;
  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 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: Helvetica, Verdana, "微软雅黑", "苹方", "Hiragino Sans GB", "Hiragino Sans GB W3", "宋体", Arial, sans-serif;
  -webkit-text-size-adjust: none;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

body {
  font-size: 14px;
  color: #333333;
  background: #F3F5FA;
  min-height: 100vh;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background-color: transparent;
  border-radius: 6px;
}
body::-webkit-scrollbar-track {
  border-radius: 5px;
  background-color: transparent;
}
body::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: rgba(255, 115, 40, 0.6);
}
body::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 115, 40, 0.6);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
  font-size: inherit;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary, audio, canvas, progress, video,
body, div, address, blockquote, iframe, ul, ol, dl, dt, dd, li, dl, h1, h2, h3, h4, h5, h6, p, a, pre, table, caption, th, td, form, legend, fieldset, input, button, select, textarea {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

ul, li, ol {
  list-style: none;
  line-height: normal;
}

i, address, cite, dfn, em, var {
  font-style: normal;
}

input[type=date] {
  outline: none;
  border: none;
}

a {
  text-decoration: none;
  color: #333333;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
a:active, a:hover, a:focus {
  color: #FF7328;
  outline-width: 0;
}

video {
  border: none;
  outline: none;
  display: block;
  width: 100%;
}

img, input[type=text], input[type=submit], input[type=password], textarea, select, button, footer, header {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

input[type=file] {
  cursor: pointer;
}

::-moz-selection {
  background: #FF7328;
  color: #fff;
}

::selection {
  background: #FF7328;
  color: #fff;
}

::-moz-selection {
  background: #FF7328;
  color: #fff;
}

.uc-content {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

img {
  width: auto;
  max-width: 100%;
  -ms-interpolation-mode: bicubic;
}

.uc-show {
  display: block !important;
}

.uc-bg {
  background-color: #EC9A38;
}

.uc-b {
  font-weight: bold;
}

.uc-small {
  font-size: 0.875em;
}

.uc-big {
  font-size: 1.25em;
}

.uc-ma {
  margin-left: auto;
  margin-right: auto;
}

.uc-mla {
  margin-left: auto;
}

.uc-mra {
  margin-right: auto;
}

.uc-del {
  text-decoration: line-through;
  color: #999999;
  margin-left: 20px;
}
.uc-del:first-child {
  margin-left: 0;
}

.animate, .uc-animate, .uc-revealOnScroll {
  opacity: 0;
}

.uc-orange {
  color: #FF7328 !important;
}

.uc-orange2 {
  color: #FFBE44 !important;
}

.uc-red {
  color: #ED1717 !important;
}

.uc-blue {
  color: #4285F4 !important;
}

.uc-green {
  color: #06B050 !important;
}

.uc-gray {
  color: #999999 !important;
}

.uc-pt0 {
  padding-top: 0px !important;
}

.uc-pb0 {
  padding-bottom: 0px !important;
}

.uc-pl0 {
  padding-left: 0px !important;
}

.uc-pr0 {
  padding-right: 0px !important;
}

.uc-pd0 {
  padding: 0px !important;
}

.uc-mt0 {
  margin-top: 0px !important;
}

.uc-mb0 {
  margin-bottom: 0px !important;
}

.uc-ml0 {
  margin-left: 0px !important;
}

.uc-mr0 {
  margin-right: 0px !important;
}

.uc-mg0 {
  margin: 0px !important;
}

.uc-pt5 {
  padding-top: 5px !important;
}

.uc-pb5 {
  padding-bottom: 5px !important;
}

.uc-pl5 {
  padding-left: 5px !important;
}

.uc-pr5 {
  padding-right: 5px !important;
}

.uc-pd5 {
  padding: 5px !important;
}

.uc-mt5 {
  margin-top: 5px !important;
}

.uc-mb5 {
  margin-bottom: 5px !important;
}

.uc-ml5 {
  margin-left: 5px !important;
}

.uc-mr5 {
  margin-right: 5px !important;
}

.uc-mg5 {
  margin: 5px !important;
}

.uc-pt10 {
  padding-top: 10px !important;
}

.uc-pb10 {
  padding-bottom: 10px !important;
}

.uc-pl10 {
  padding-left: 10px !important;
}

.uc-pr10 {
  padding-right: 10px !important;
}

.uc-pd10 {
  padding: 10px !important;
}

.uc-mt10 {
  margin-top: 10px !important;
}

.uc-mb10 {
  margin-bottom: 10px !important;
}

.uc-ml10 {
  margin-left: 10px !important;
}

.uc-mr10 {
  margin-right: 10px !important;
}

.uc-mg10 {
  margin: 10px !important;
}

.uc-pt15 {
  padding-top: 15px !important;
}

.uc-pb15 {
  padding-bottom: 15px !important;
}

.uc-pl15 {
  padding-left: 15px !important;
}

.uc-pr15 {
  padding-right: 15px !important;
}

.uc-pd15 {
  padding: 15px !important;
}

.uc-mt15 {
  margin-top: 15px !important;
}

.uc-mb15 {
  margin-bottom: 15px !important;
}

.uc-ml15 {
  margin-left: 15px !important;
}

.uc-mr15 {
  margin-right: 15px !important;
}

.uc-mg15 {
  margin: 15px !important;
}

.uc-pt20 {
  padding-top: 20px !important;
}

.uc-pb20 {
  padding-bottom: 20px !important;
}

.uc-pl20 {
  padding-left: 20px !important;
}

.uc-pr20 {
  padding-right: 20px !important;
}

.uc-pd20 {
  padding: 20px !important;
}

.uc-mt20 {
  margin-top: 20px !important;
}

.uc-mb20 {
  margin-bottom: 20px !important;
}

.uc-ml20 {
  margin-left: 20px !important;
}

.uc-mr20 {
  margin-right: 20px !important;
}

.uc-mg20 {
  margin: 20px !important;
}

.uc-pt25 {
  padding-top: 25px !important;
}

.uc-pb25 {
  padding-bottom: 25px !important;
}

.uc-pl25 {
  padding-left: 25px !important;
}

.uc-pr25 {
  padding-right: 25px !important;
}

.uc-pd25 {
  padding: 25px !important;
}

.uc-mt25 {
  margin-top: 25px !important;
}

.uc-mb25 {
  margin-bottom: 25px !important;
}

.uc-ml25 {
  margin-left: 25px !important;
}

.uc-mr25 {
  margin-right: 25px !important;
}

.uc-mg25 {
  margin: 25px !important;
}

.uc-pt30 {
  padding-top: 30px !important;
}

.uc-pb30 {
  padding-bottom: 30px !important;
}

.uc-pl30 {
  padding-left: 30px !important;
}

.uc-pr30 {
  padding-right: 30px !important;
}

.uc-pd30 {
  padding: 30px !important;
}

.uc-mt30 {
  margin-top: 30px !important;
}

.uc-mb30 {
  margin-bottom: 30px !important;
}

.uc-ml30 {
  margin-left: 30px !important;
}

.uc-mr30 {
  margin-right: 30px !important;
}

.uc-mg30 {
  margin: 30px !important;
}

.uc-pt40 {
  padding-top: 40px !important;
}

.uc-pb40 {
  padding-bottom: 40px !important;
}

.uc-pl40 {
  padding-left: 40px !important;
}

.uc-pr40 {
  padding-right: 40px !important;
}

.uc-pd40 {
  padding: 40px !important;
}

.uc-mt40 {
  margin-top: 40px !important;
}

.uc-mb40 {
  margin-bottom: 40px !important;
}

.uc-ml40 {
  margin-left: 40px !important;
}

.uc-mr40 {
  margin-right: 40px !important;
}

.uc-mg40 {
  margin: 40px !important;
}

.uc-pt50 {
  padding-top: 50px !important;
}

.uc-pb50 {
  padding-bottom: 50px !important;
}

.uc-pl50 {
  padding-left: 50px !important;
}

.uc-pr50 {
  padding-right: 50px !important;
}

.uc-pd50 {
  padding: 50px !important;
}

.uc-mt50 {
  margin-top: 50px !important;
}

.uc-mb50 {
  margin-bottom: 50px !important;
}

.uc-ml50 {
  margin-left: 50px !important;
}

.uc-mr50 {
  margin-right: 50px !important;
}

.uc-mg50 {
  margin: 50px !important;
}

.uc-pt60 {
  padding-top: 60px !important;
}

.uc-pb60 {
  padding-bottom: 60px !important;
}

.uc-pl60 {
  padding-left: 60px !important;
}

.uc-pr60 {
  padding-right: 60px !important;
}

.uc-pd60 {
  padding: 60px !important;
}

.uc-mt60 {
  margin-top: 60px !important;
}

.uc-mb60 {
  margin-bottom: 60px !important;
}

.uc-ml60 {
  margin-left: 60px !important;
}

.uc-mr60 {
  margin-right: 60px !important;
}

.uc-mg60 {
  margin: 60px !important;
}

.uc-pt70 {
  padding-top: 70px !important;
}

.uc-pb70 {
  padding-bottom: 70px !important;
}

.uc-pl70 {
  padding-left: 70px !important;
}

.uc-pr70 {
  padding-right: 70px !important;
}

.uc-pd70 {
  padding: 70px !important;
}

.uc-mt70 {
  margin-top: 70px !important;
}

.uc-mb70 {
  margin-bottom: 70px !important;
}

.uc-ml70 {
  margin-left: 70px !important;
}

.uc-mr70 {
  margin-right: 70px !important;
}

.uc-mg70 {
  margin: 70px !important;
}

.uc-pt80 {
  padding-top: 80px !important;
}

.uc-pb80 {
  padding-bottom: 80px !important;
}

.uc-pl80 {
  padding-left: 80px !important;
}

.uc-pr80 {
  padding-right: 80px !important;
}

.uc-pd80 {
  padding: 80px !important;
}

.uc-mt80 {
  margin-top: 80px !important;
}

.uc-mb80 {
  margin-bottom: 80px !important;
}

.uc-ml80 {
  margin-left: 80px !important;
}

.uc-mr80 {
  margin-right: 80px !important;
}

.uc-mg80 {
  margin: 80px !important;
}

.uc-pt90 {
  padding-top: 90px !important;
}

.uc-pb90 {
  padding-bottom: 90px !important;
}

.uc-pl90 {
  padding-left: 90px !important;
}

.uc-pr90 {
  padding-right: 90px !important;
}

.uc-pd90 {
  padding: 90px !important;
}

.uc-mt90 {
  margin-top: 90px !important;
}

.uc-mb90 {
  margin-bottom: 90px !important;
}

.uc-ml90 {
  margin-left: 90px !important;
}

.uc-mr90 {
  margin-right: 90px !important;
}

.uc-mg90 {
  margin: 90px !important;
}

.uc-pt100 {
  padding-top: 100px !important;
}

.uc-pb100 {
  padding-bottom: 100px !important;
}

.uc-pl100 {
  padding-left: 100px !important;
}

.uc-pr100 {
  padding-right: 100px !important;
}

.uc-pd100 {
  padding: 100px !important;
}

.uc-mt100 {
  margin-top: 100px !important;
}

.uc-mb100 {
  margin-bottom: 100px !important;
}

.uc-ml100 {
  margin-left: 100px !important;
}

.uc-mr100 {
  margin-right: 100px !important;
}

.uc-mg100 {
  margin: 100px !important;
}

.uc-pt110 {
  padding-top: 110px !important;
}

.uc-pb110 {
  padding-bottom: 110px !important;
}

.uc-pl110 {
  padding-left: 110px !important;
}

.uc-pr110 {
  padding-right: 110px !important;
}

.uc-pd110 {
  padding: 110px !important;
}

.uc-mt110 {
  margin-top: 110px !important;
}

.uc-mb110 {
  margin-bottom: 110px !important;
}

.uc-ml110 {
  margin-left: 110px !important;
}

.uc-mr110 {
  margin-right: 110px !important;
}

.uc-mg110 {
  margin: 110px !important;
}

.uc-pt120 {
  padding-top: 120px !important;
}

.uc-pb120 {
  padding-bottom: 120px !important;
}

.uc-pl120 {
  padding-left: 120px !important;
}

.uc-pr120 {
  padding-right: 120px !important;
}

.uc-pd120 {
  padding: 120px !important;
}

.uc-mt120 {
  margin-top: 120px !important;
}

.uc-mb120 {
  margin-bottom: 120px !important;
}

.uc-ml120 {
  margin-left: 120px !important;
}

.uc-mr120 {
  margin-right: 120px !important;
}

.uc-mg120 {
  margin: 120px !important;
}

.uc-pt150 {
  padding-top: 150px !important;
}

.uc-pb150 {
  padding-bottom: 150px !important;
}

.uc-pl150 {
  padding-left: 150px !important;
}

.uc-pr150 {
  padding-right: 150px !important;
}

.uc-pd150 {
  padding: 150px !important;
}

.uc-mt150 {
  margin-top: 150px !important;
}

.uc-mb150 {
  margin-bottom: 150px !important;
}

.uc-ml150 {
  margin-left: 150px !important;
}

.uc-mr150 {
  margin-right: 150px !important;
}

.uc-mg150 {
  margin: 150px !important;
}

.uc-pt160 {
  padding-top: 160px !important;
}

.uc-pb160 {
  padding-bottom: 160px !important;
}

.uc-pl160 {
  padding-left: 160px !important;
}

.uc-pr160 {
  padding-right: 160px !important;
}

.uc-pd160 {
  padding: 160px !important;
}

.uc-mt160 {
  margin-top: 160px !important;
}

.uc-mb160 {
  margin-bottom: 160px !important;
}

.uc-ml160 {
  margin-left: 160px !important;
}

.uc-mr160 {
  margin-right: 160px !important;
}

.uc-mg160 {
  margin: 160px !important;
}

.uc-pt180 {
  padding-top: 180px !important;
}

.uc-pb180 {
  padding-bottom: 180px !important;
}

.uc-pl180 {
  padding-left: 180px !important;
}

.uc-pr180 {
  padding-right: 180px !important;
}

.uc-pd180 {
  padding: 180px !important;
}

.uc-mt180 {
  margin-top: 180px !important;
}

.uc-mb180 {
  margin-bottom: 180px !important;
}

.uc-ml180 {
  margin-left: 180px !important;
}

.uc-mr180 {
  margin-right: 180px !important;
}

.uc-mg180 {
  margin: 180px !important;
}

.uc-pt200 {
  padding-top: 200px !important;
}

.uc-pb200 {
  padding-bottom: 200px !important;
}

.uc-pl200 {
  padding-left: 200px !important;
}

.uc-pr200 {
  padding-right: 200px !important;
}

.uc-pd200 {
  padding: 200px !important;
}

.uc-mt200 {
  margin-top: 200px !important;
}

.uc-mb200 {
  margin-bottom: 200px !important;
}

.uc-ml200 {
  margin-left: 200px !important;
}

.uc-mr200 {
  margin-right: 200px !important;
}

.uc-mg200 {
  margin: 200px !important;
}

.uc-icon16 {
  width: 16px !important;
  height: 16px !important;
}

.uc-icon20 {
  width: 20px !important;
  height: 20px !important;
}

.uc-icon24 {
  width: 24px !important;
  height: 24px !important;
}

.uc-icon28 {
  width: 28px !important;
  height: 28px !important;
}

.uc-icon32 {
  width: 32px !important;
  height: 32px !important;
}

.uc-icon36 {
  width: 36px !important;
  height: 36px !important;
}

.uc-icon40 {
  width: 40px !important;
  height: 40px !important;
}

.uc-icon44 {
  width: 44px !important;
  height: 44px !important;
}

.uc-icon48 {
  width: 48px !important;
  height: 48px !important;
}

.uc-icon50 {
  width: 50px !important;
  height: 50px !important;
}

.uc-icon64 {
  width: 64px !important;
  height: 64px !important;
}

.uc-icon70 {
  width: 70px !important;
  height: 70px !important;
}

.uc-icon80 {
  width: 80px !important;
  height: 80px !important;
}

.uc-icon90 {
  width: 90px !important;
  height: 90px !important;
}

.uc-icon100 {
  width: 100px !important;
  height: 100px !important;
}

.uc-icon120 {
  width: 120px !important;
  height: 120px !important;
}

.uc-icon150 {
  width: 150px !important;
  height: 150px !important;
}

.uc-icon200 {
  width: 200px !important;
  height: 200px !important;
}

@font-face {
  font-family: "uc-font";
  src: url("../fonts/uicut-font.eot?t=1645078740157");
  src: url("../fonts/uicut-font.eot?t=1645078740157#iefix") format("embedded-opentype"), url("data:application/x-font-woff2;charset=utf-8;base64,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") format("woff2"), url("../fonts/uicut-font.woff?t=1645078740157") format("woff"), url("../fonts/uicut-font.ttf?t=1645078740157") format("truetype"), url("../fonts/uicut-font.svg?t=1645078740157#uc-font") format("svg");
}
.uc-font {
  font-family: "uc-font" !important;
  line-height: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.uc-checkbox-circle:before {
  content: "\e624";
}

.uc-checkbox-circle-on:before {
  content: "\e64f";
}

.uc-checkbox:before {
  content: "\e684";
}

.uc-checkbox-on:before {
  content: "\e67d";
}

.uc-checkbox-on-plain:before {
  content: "\e683";
}

.uc-radio-on:before {
  content: "\e7b3";
}

.uc-radio:before {
  content: "\e7b5";
}

.uc-arrow-left:before {
  content: "\e75b";
}

.uc-arrow-right:before {
  content: "\e75c";
}

.uc-arrow-down:before {
  content: "\e615";
}

.uc-arrow-top:before {
  content: "\e75d";
}

.uc-arrow-right2:before {
  content: "\e6ae";
}

.uc-arrow-left2:before {
  content: "\e6d6";
}

.uc-arrow-down2:before {
  content: "\e6a4";
}

.uc-arrow-top2:before {
  content: "\e6b2";
}

.uc-next:before {
  content: "\e600";
}

.uc-prev:before {
  content: "\e601";
}

.uc-add:before {
  content: "\e672";
}

.uc-reduce:before {
  content: "\e614";
}

.uc-menu:before {
  content: "\e6a9";
}

.uc-close:before {
  content: "\e67f";
}

.uc-search:before {
  content: "\e66f";
}

.uc-qq:before {
  content: "\e62d";
}

.uc-qq2:before {
  content: "\e657";
}

.uc-call2:before {
  content: "\e62c";
}

.uc-weixin2:before {
  content: "\e6b3";
}

.uc-weixin:before {
  content: "\e653";
}

.uc-call:before {
  content: "\e674";
}

.uc-arrow {
  position: relative;
  padding-right: 30px;
}
.uc-arrow:after {
  content: "\e75c";
  font-family: "uc-font";
  font-size: 1.4em;
  right: -10px;
  opacity: 0.5;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@font-face {
  font-family: "iconfont";
  src: url("../fonts/iconfont.woff2?t=1709603667955") format("woff2"), url("../fonts/iconfont.woff?t=1709603667955") format("woff"), url("../fonts/iconfont.ttf?t=1709603667955") format("truetype");
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-yunshu_unsle:before {
  content: "\e656";
}

.icon-zhuangxiang:before {
  content: "\e657";
}

.icon-caigou_unsle:before {
  content: "\e658";
}

.icon-fahuo_unsle:before {
  content: "\e659";
}

.icon-yunshu:before {
  content: "\e65d";
}

.icon-a-qiepianbeifen6:before {
  content: "\e64b";
}

.icon-a-qiepianbeifen5:before {
  content: "\e64c";
}

.icon-qiepian:before {
  content: "\e64d";
}

.icon-qiepianbeifen:before {
  content: "\e64e";
}

.icon-a-qiepianbeifen8:before {
  content: "\e64f";
}

.icon-a-qiepianbeifen9:before {
  content: "\e650";
}

.icon-a-qiepianbeifen7:before {
  content: "\e651";
}

.icon-a-qiepianbeifen3:before {
  content: "\e652";
}

.icon-a-qiepianbeifen4:before {
  content: "\e653";
}

.icon-jiari:before {
  content: "\e654";
}

.icon-a-qiepian2:before {
  content: "\e655";
}

.icon-a-qiepianbeifen2:before {
  content: "\e64a";
}

.uc-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.uc-flex.start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.uc-flex.end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.uc-flex.center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.uc-flex-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.uc-flex-col.start {
  -ms-flex-line-pack: start;
  align-content: start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.uc-flex-col.end {
  -ms-flex-line-pack: end;
  align-content: end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.uc-flex-col.center {
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

textarea {
  min-height: 120px;
  height: auto;
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
  width: 100%;
}

.uc-phColor {
  color: #ddd;
}

input:-moz-placeholder {
  color: #ddd;
}

::-webkit-input-placeholder {
  color: #ddd;
}

input[type=text], input[type=password] {
  -webkit-appearance: none;
}

[type=submit] {
  outline: none;
}
[type=submit]:hover {
  opacity: 0.8;
}

button {
  margin: 0;
  padding: 0;
  background: none;
  line-height: inherit;
  font-size: inherit;
  border: none;
  color: inherit;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
}
button:after {
  display: none;
}

.uc-input, .uc-select, .uc-button, .uc-textarea {
  width: 100%;
  border: #F0F0F0 1px solid;
  outline: none;
  height: 30px;
  line-height: 28px;
  border-radius: 6px;
  padding: 0 10px;
}
.uc-input:hover, .uc-input:focus, .uc-select:hover, .uc-select:focus, .uc-button:hover, .uc-button:focus, .uc-textarea:hover, .uc-textarea:focus {
  border-color: #FF7328;
}

.uc-btn {
  cursor: pointer;
  outline: none;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 30px;
  border-radius: 6px;
  padding: 0 10px;
}
.uc-btn img {
  margin-right: 10px;
}
.uc-btn:hover {
  opacity: 0.8;
}
.uc-btn.orange {
  background-color: #FF7328;
  border: #FF7328 1px solid;
  color: #fff;
}
.uc-btn.orange-linear {
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 115, 40, 0.7)), to(#FF7328));
  background: linear-gradient(to right, rgba(255, 115, 40, 0.7) 0%, #FF7328 100%);
  color: #fff;
}
.uc-btn.orange-plain {
  color: #FF7328;
  border: #FF7328 1px solid;
}
.uc-btn.orange-plain:hover {
  opacity: 1;
  background-color: #FF7328;
  color: #fff;
}
.uc-btn.orange2 {
  background-color: #FFBE44;
  border: #FFBE44 1px solid;
  color: #fff;
}
.uc-btn.orange2-linear {
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 190, 68, 0.7)), to(#FFBE44));
  background: linear-gradient(to right, rgba(255, 190, 68, 0.7) 0%, #FFBE44 100%);
  color: #fff;
}
.uc-btn.orange2-plain {
  color: #FFBE44;
  border: #FFBE44 1px solid;
}
.uc-btn.orange2-plain:hover {
  opacity: 1;
  background-color: #FFBE44;
  color: #fff;
}
.uc-btn.red {
  background-color: #ED1717;
  border: #ED1717 1px solid;
  color: #fff;
}
.uc-btn.red-linear {
  background: -webkit-gradient(linear, left top, right top, from(rgba(237, 23, 23, 0.7)), to(#ED1717));
  background: linear-gradient(to right, rgba(237, 23, 23, 0.7) 0%, #ED1717 100%);
  color: #fff;
}
.uc-btn.red-plain {
  color: #ED1717;
  border: #ED1717 1px solid;
}
.uc-btn.red-plain:hover {
  opacity: 1;
  background-color: #ED1717;
  color: #fff;
}
.uc-btn.blue {
  background-color: #4285F4;
  border: #4285F4 1px solid;
  color: #fff;
}
.uc-btn.blue-linear {
  background: -webkit-gradient(linear, left top, right top, from(rgba(66, 133, 244, 0.7)), to(#4285F4));
  background: linear-gradient(to right, rgba(66, 133, 244, 0.7) 0%, #4285F4 100%);
  color: #fff;
}
.uc-btn.blue-plain {
  color: #4285F4;
  border: #4285F4 1px solid;
}
.uc-btn.blue-plain:hover {
  opacity: 1;
  background-color: #4285F4;
  color: #fff;
}
.uc-btn.green {
  background-color: #06B050;
  border: #06B050 1px solid;
  color: #fff;
}
.uc-btn.green-linear {
  background: -webkit-gradient(linear, left top, right top, from(rgba(6, 176, 80, 0.7)), to(#06B050));
  background: linear-gradient(to right, rgba(6, 176, 80, 0.7) 0%, #06B050 100%);
  color: #fff;
}
.uc-btn.green-plain {
  color: #06B050;
  border: #06B050 1px solid;
}
.uc-btn.green-plain:hover {
  opacity: 1;
  background-color: #06B050;
  color: #fff;
}
.uc-btn.gray {
  background-color: #999999;
  border: #999999 1px solid;
  color: #fff;
}
.uc-btn.gray-linear {
  background: -webkit-gradient(linear, left top, right top, from(rgba(153, 153, 153, 0.7)), to(#999999));
  background: linear-gradient(to right, rgba(153, 153, 153, 0.7) 0%, #999999 100%);
  color: #fff;
}
.uc-btn.gray-plain {
  color: #999999;
  border: #999999 1px solid;
}
.uc-btn.gray-plain:hover {
  opacity: 1;
  background-color: #999999;
  color: #fff;
}
.uc-btn img {
  margin-right: 10px;
}

.g-crumb {
  background-color: #fff;
  -webkit-box-shadow: 0 0 6px 0 rgba(196, 196, 196, 0.5);
  box-shadow: 0 0 6px 0 rgba(196, 196, 196, 0.5);
  position: relative;
  z-index: 9;
}
.g-crumb .uc-content {
  height: 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.g-crumb .item {
  border-radius: 2px;
  line-height: 24px;
  padding: 0 8px;
  background-color: #F5F5F5;
  margin-right: 4px;
  position: relative;
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.g-crumb .name {
  max-width: 7em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.g-crumb .btn-close img {
  display: block;
  width: 10px;
}

.uc-prvNxt {
  padding: 18px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.uc-prvNxt .t {
  color: #999999;
}
.uc-prvNxt .c {
  border: #F0F0F0 1px solid;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 10px;
  overflow: hidden;
}
.uc-prvNxt .c a {
  width: 30px;
  height: 28px;
  border-left: #F0F0F0 1px solid;
  text-align: center;
  line-height: 28px;
}
.uc-prvNxt .c a:first-child {
  border-left: none;
}
.uc-prvNxt .c a.on, .uc-prvNxt .c a:hover {
  background-color: #4285F4;
  color: #fff;
  border-color: #4285F4;
}
.uc-prvNxt .uc-select {
  height: 30px;
  width: auto;
  margin-left: 10px;
  border-radius: 4px;
  padding-left: 5px;
}
.uc-prvNxt .j {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 10px;
}
.uc-prvNxt .uc-input {
  width: 42px;
  border-radius: 4px;
  height: 30px;
  margin: 0 5px;
}
.uc-prvNxt .uc-select:hover, .uc-prvNxt .uc-select:focus,
.uc-prvNxt .uc-input:hover,
.uc-prvNxt .uc-input:focus {
  border-color: #4285F4;
}

.uc-tag {
  display: inline-block;
  border-radius: 3px;
  padding: 0 5px;
}
.uc-tag:empty {
  display: none;
}
.uc-tag.orange {
  background-color: #FF7328;
  color: #fff;
}
.uc-tag.orange2 {
  background-color: #FFBE44;
  color: #fff;
}
.uc-tag.red {
  background-color: #ED1717;
  color: #fff;
}
.uc-tag.blue {
  background-color: #4285F4;
  color: #fff;
}
.uc-tag.green {
  background-color: #06B050;
  color: #fff;
}
.uc-tag.gray {
  background-color: rgba(153, 153, 153, 0.4);
  color: #fff;
}

/* ---------------------------------------------------------------------- 通用样式  -------------------------------------------------------------------- */
.c-loginRegisterSwiper {
  height: 100vh;
  position: relative;
}
.c-loginRegisterSwiper .swiper-container, .c-loginRegisterSwiper .swiper-slide {
  height: 100vh;
  min-height: 600px;
  min-width: 1280px;
}
.c-loginRegisterSwiper img {
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.c-loginRegisterSwiper .swiper-pagination {
  bottom: 40px;
  padding-left: 5vw;
  text-align: left !important;
}
.c-loginRegisterSwiper .swiper-pagination-bullet {
  background-color: #fff;
  opacity: 0.5;
  width: 22px;
  border-radius: 0px;
  height: 8px;
  margin: 0 16px 0 0 !important;
}
.c-loginRegisterSwiper .swiper-pagination-bullet-active {
  width: 100px;
  opacity: 1;
}
.c-loginRegisterSwiper .swiper-slide {
  position: relative;
}
.c-loginRegisterSwiper .con {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 5vw;
  color: #fff;
}
.c-loginRegisterSwiper .name {
  font-size: 85px;
  margin-bottom: 60px;
}
.c-loginRegisterSwiper .txt {
  border: #fff 1px solid;
  line-height: 66px;
  padding: 0 33px;
  border-radius: 66px;
  font-size: 35px;
}
.c-loginRegisterSwiper .logo {
  position: fixed;
  left: 40px;
  top: 40px;
  z-index: 99;
}

.uc-manager {
  width: 100%;
  height: 100vh;
  position: relative;
  min-width: 1200px;
}

.uc-manager-top {
  width: 100%;
  height: 60px;
  background-color: #262D3E;
  position: absolute;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 10px;
}
.uc-manager-top .logo img {
  display: block;
}
.uc-manager-top .menu {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 20px;
}
.uc-manager-top .menu .item {
  color: #fff;
  padding: 0 4px;
}
.uc-manager-top .menu .item:hover, .uc-manager-top .menu .item.on {
  color: #FF7328;
}
.uc-manager-top .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.uc-manager-top .shop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}
.uc-manager-top .shop img {
  display: block;
  margin-right: 5px;
}
.uc-manager-top .line {
  width: 1px;
  height: 14px;
  background-color: #fff;
  margin: 0 10px;
}
.uc-manager-top .user-box {
  position: relative;
  height: 60px;
}
.uc-manager-top .user-box:hover .bd {
  display: block;
}
.uc-manager-top .user-box .hd {
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}
.uc-manager-top .user-box .face {
  width: 20px;
  border-radius: 100%;
  height: 20px;
  overflow: hidden;
  margin-right: 5px;
}
.uc-manager-top .user-box .face img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}
.uc-manager-top .user-box .uc-font {
  margin-left: 5px;
}
.uc-manager-top .user-box .bd {
  display: none;
  background-color: #262D3E;
  text-align: center;
  position: absolute;
  position: fixed;
  top: 60px;
  right: 0;
  z-index: 99;
  width: 120px;
  -webkit-box-shadow: 0 6px 6px 0 rgba(162, 162, 162, 0.5);
  box-shadow: 0 6px 6px 0 rgba(162, 162, 162, 0.5);
}
.uc-manager-top .user-box .bd .item {
  display: block;
  color: #fff;
  line-height: 40px;
}
.uc-manager-top .user-box .bd .item:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

@media (min-width: 1200px) {
  .uc-manager-top .menu .item {
    padding: 0 4px;
  }
}
@media (min-width: 1660px) {
  .uc-manager-top .menu .item {
    padding: 0 8px;
  }
}
@media (min-width: 1920px) {
  .uc-manager-top .menu .item {
    padding: 0 12px;
  }
}
.uc-manager-main {
  width: 100%;
  height: 100%;
  position: relative;
  background-color: #F3F5FA;
}

.uc-manager-left {
  width: 238px;
  height: 100%;
  background-color: #F3F5FA;
  position: absolute;
  left: 0;
  top: 0;
  padding: 10px;
}
.uc-manager-left .manager-left-box {
  height: 100%;
  border-radius: 10px;
  background-color: #fff;
}
.uc-manager-left .menu {
  padding: 14px;
}
.uc-manager-left .menu .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 40px;
  border-radius: 3px;
  padding: 0 14px;
}
.uc-manager-left .menu .item.on {
  background-color: rgba(236, 154, 56, 0.16);
  color: #FF7328;
}
.uc-manager-left .menu .item:hover {
  position: relative;
}
.uc-manager-left .menu .item:hover:after {
  content: "";
  width: 2px;
  height: 17px;
  background-color: #FF7328;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -14px;
}
.uc-manager-left .menu .iconfont {
  margin-right: 10px;
}

.uc-manager-right {
  width: 100%;
  height: 100%;
  padding: 10px 10px 10px 0;
}

.uc-manager-left,
.uc-manager-right {
  overflow-x: hidden;
  overflow-y: auto;
}
.uc-manager-left::-webkit-scrollbar,
.uc-manager-right::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background-color: transparent;
  border-radius: 6px;
}
.uc-manager-left::-webkit-scrollbar-track,
.uc-manager-right::-webkit-scrollbar-track {
  border-radius: 5px;
  background-color: transparent;
}
.uc-manager-left::-webkit-scrollbar-thumb,
.uc-manager-right::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: rgba(255, 115, 40, 0.6);
}
.uc-manager-left::-webkit-scrollbar-thumb:hover,
.uc-manager-right::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 115, 40, 0.6);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

/* --------------------------------------------------------------------- 各页面样式  ------------------------------------------------------------------- */
/* |03|登录页-错误提示-二维码|login| */
/* |04|登录页_密码重置|resetPwd| */
/* |05|登录页_注册账号|register| */
.uc-login,
.uc-resetPwd,
.uc-register {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 199;
  right: 5vw;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.8);
  width: 540px;
  z-index: 100;
  min-height: 600px;
  padding: 40px 50px;
  -webkit-box-shadow: 0 2px 7px 0 #E2E2E2;
  box-shadow: 0 2px 7px 0 #E2E2E2;
}
.uc-login .top-bar,
.uc-resetPwd .top-bar,
.uc-register .top-bar {
  font-size: 18px;
  margin-bottom: 24px;
}
.uc-login .title,
.uc-resetPwd .title,
.uc-register .title {
  font-size: 24px;
  margin-bottom: 20px;
  font-weight: bold;
}
.uc-login .form,
.uc-resetPwd .form,
.uc-register .form {
  padding-bottom: 16px;
}
.uc-login .form .txt,
.uc-resetPwd .form .txt,
.uc-register .form .txt {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}
.uc-login .form li,
.uc-resetPwd .form li,
.uc-register .form li {
  margin-bottom: 16px;
  padding-top: 8px;
  position: relative;
}
.uc-login .form .error,
.uc-resetPwd .form .error,
.uc-register .form .error {
  position: absolute;
  left: 0;
  bottom: -24px;
  font-size: 12px;
  line-height: 20px;
  color: #ED1717;
  display: none;
}
.uc-login .form .isError .uc-input,
.uc-resetPwd .form .isError .uc-input,
.uc-register .form .isError .uc-input {
  border-color: #ED1717;
}
.uc-login .form .isError .error,
.uc-resetPwd .form .isError .error,
.uc-register .form .isError .error {
  display: block;
}
.uc-login .form .con,
.uc-resetPwd .form .con,
.uc-register .form .con {
  position: relative;
}
.uc-login .form .btn-eye,
.uc-resetPwd .form .btn-eye,
.uc-register .form .btn-eye {
  width: 24px;
  height: 24px;
  background: url("images/eye.png") center center no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 15px;
}
.uc-login .form .btn-eye.on,
.uc-resetPwd .form .btn-eye.on,
.uc-register .form .btn-eye.on {
  background-image: url("images/eye-on.png");
}
.uc-login .form .btn-yzm,
.uc-resetPwd .form .btn-yzm,
.uc-register .form .btn-yzm {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 15px;
  z-index: 99;
  font-size: 20px;
  color: #FF7328;
}
.uc-login .uc-input,
.uc-resetPwd .uc-input,
.uc-register .uc-input {
  height: 60px;
  font-size: 20px;
  padding: 0 18px;
}
.uc-login .agree-box,
.uc-resetPwd .agree-box,
.uc-register .agree-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  margin-bottom: 40px;
  line-height: 20px;
}
.uc-login .agree-box.tCenter,
.uc-resetPwd .agree-box.tCenter,
.uc-register .agree-box.tCenter {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.uc-login .agree-box:last-child,
.uc-resetPwd .agree-box:last-child,
.uc-register .agree-box:last-child {
  margin-bottom: 0;
}
.uc-login .agree,
.uc-resetPwd .agree,
.uc-register .agree {
  background: url("images/checkbox.png") left center no-repeat;
  background-size: 20px 20px;
  padding-left: 28px;
  cursor: pointer;
  line-height: 24px;
  font-size: 18px;
}
.uc-login .agree.on,
.uc-resetPwd .agree.on,
.uc-register .agree.on {
  background-image: url("images/checkbox-on.png");
}
.uc-login .operate,
.uc-resetPwd .operate,
.uc-register .operate {
  margin-bottom: 24px;
}
.uc-login .operate .uc-btn,
.uc-resetPwd .operate .uc-btn,
.uc-register .operate .uc-btn {
  height: 50px;
  font-size: 20px;
}
.uc-login .other,
.uc-resetPwd .other,
.uc-register .other {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  line-height: 24px;
}

.uc-login .filterRightTop {
  position: absolute;
  right: 0;
  top: 0;
}
.uc-login .filterRightTop img {
  display: block;
  width: 102px;
  height: 99px;
}
.uc-login .filterRightTop .item {
  display: none;
}
.uc-login .filterRightTop .item.on {
  display: block;
}
.uc-login .tab-con {
  display: none;
}
.uc-login .tab-con:first-child {
  display: block;
}
.uc-login .form {
  padding-bottom: 4px;
}
.uc-login .form li {
  margin-bottom: 32px;
  padding-top: 16px;
}
.uc-login .code-box {
  width: 354px;
  border-radius: 6px;
  height: 384px;
  background-color: #fff;
  margin: 50px auto 40px;
  padding: 44px;
}
.uc-login .code {
  width: 256px;
  height: 256px;
  margin: 0 auto 24px;
}
.uc-login .code img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}
.uc-login .tips {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
}
.uc-login .tips img {
  display: block;
  margin-right: 5px;
}

/* |01|亚马逊工具|tools| */
.uc-tools .box {
  border-radius: 10px;
  background-color: #fff;
  margin-bottom: 10px;
  padding: 20px;
}
.uc-tools .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
}
.uc-tools .title .iconfont {
  margin-right: 5px;
  color: #D1D1D1;
}
.uc-tools .list, .uc-tools .list .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.uc-tools .list li {
  margin-top: 20px;
  margin-right: 20px;
  position: relative;
  min-width: 224px;
}
.uc-tools .list li:hover .item {
  -webkit-box-shadow: 0 0 6px 0 rgba(162, 162, 162, 0.5);
  box-shadow: 0 0 6px 0 rgba(162, 162, 162, 0.5);
}
.uc-tools .list li:hover .tips {
  display: block;
}
.uc-tools .list .item {
  border-radius: 10px;
  border: #F0F0F0 1px solid;
  width: 100%;
  height: 70px;
  padding: 0 10px;
  font-size: 18px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.uc-tools .list .item img {
  display: block;
  margin-right: 5px;
}
.uc-tools .list .tips {
  display: none;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 80px;
  background-color: #fff;
  width: 260px;
  border-radius: 5px;
  z-index: 9;
  -webkit-box-shadow: 0 0 6px 0 rgba(162, 162, 162, 0.5);
  box-shadow: 0 0 6px 0 rgba(162, 162, 162, 0.5);
  padding: 10px;
  font-size: 12px;
  line-height: 16px;
  text-align: justify;
}
.uc-tools .list .tips:after {
  content: "\e6b2";
  font-family: "uc-font";
  font-size: 1.4em;
  top: -10px;
  color: #fff;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

/* |02|新闻详情页|article| */
.uc-article {
  background-color: #fff;
  padding: 10px 0;
}
.uc-article h1 {
  padding: 10px 60px;
  position: relative;
  text-align: center;
  font-size: 28px;
  font-weight: bold;
}
.uc-article h1 .btn-close {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
}
.uc-article h1 .btn-close img {
  display: block;
  width: 18px;
}
.uc-article .info {
  padding: 10px 60px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #666666;
  border-bottom: #F0F0F0 1px solid;
}
.uc-article .box {
  padding: 30px 60px;
  font-size: 16px;
  line-height: 1.5em;
  text-align: justify;
}
.uc-article .box img {
  display: block;
  max-width: 100%;
  margin: 16px auto;
}

/* |06|创建货件：采购、装箱、发货、运输状态、支付弹框|createShipment| */
.uc-createShipment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.uc-createShipment .createShipment-side {
  background-color: #fff;
  border-radius: 6px;
  width: 78px;
  padding: 20px 0;
}
.uc-createShipment .createShipment-side li {
  text-align: center;
  padding-bottom: 40px;
  position: relative;
  margin-bottom: 6px;
}
.uc-createShipment .createShipment-side li:after {
  content: "";
  width: 1px;
  height: 36px;
  border-left: #DADADA 1px dashed;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
}
.uc-createShipment .createShipment-side li:last-child:after {
  display: none;
}
.uc-createShipment .createShipment-side li.on .icon {
  background-color: #FF7328;
  color: #fff;
}
.uc-createShipment .createShipment-side li.on .item {
  color: #333333;
}
.uc-createShipment .createShipment-side li:hover .icon {
  background-color: rgba(255, 115, 40, 0.5);
  color: #fff;
}
.uc-createShipment .createShipment-side .item {
  color: #999999;
}
.uc-createShipment .createShipment-side .icon {
  width: 30px;
  border-radius: 100%;
  height: 30px;
  background-color: #ECECEC;
  line-height: 30px;
  text-align: center;
  margin: 0 auto 6px;
  color: #979797;
  position: relative;
}
.uc-createShipment .createShipment-side .ok {
  position: absolute;
  right: -2px;
  top: -2px;
}
.uc-createShipment .createShipment-main {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 0;
  margin-left: 10px;
}
.uc-createShipment .title-box {
  margin-bottom: 10px;
  border-radius: 6px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 12px;
}
.uc-createShipment .title-box .uc-btn {
  height: 36px;
  border-radius: 4px;
  min-width: 96px;
}
.uc-createShipment .title-box .search-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.uc-createShipment .title-box .search-box .uc-input {
  width: 274px;
  border-radius: 4px;
  height: 36px;
  margin: 0 10px;
}
.uc-createShipment .title-box .search-box .uc-btn {
  min-width: 68px;
}
.uc-createShipment .list1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.uc-createShipment .list1 .card {
  background-color: #fff;
  border-radius: 6px;
  margin-right: 10px;
  margin-bottom: 10px;
  width: calc(25% - 8px);
  min-width: 300px;
  padding: 10px 16px;
  overflow: hidden;
}
.uc-createShipment .list1 .card:last-child {
  margin-right: 0;
}
.uc-createShipment .list1 .card-title {
  margin-bottom: 10px;
}
.uc-createShipment .list1 .card-title, .uc-createShipment .list1 .card-title .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.uc-createShipment .list1 .card-title .btn-checkbox {
  background: url("images/checkbox2.png") left center no-repeat;
  background-size: 16px 16px;
  padding-left: 20px;
  cursor: pointer;
}
.uc-createShipment .list1 .card-title .btn-checkbox.on {
  background-image: url("images/checkbox2-on.png");
}
.uc-createShipment .list1 .card-title img {
  display: block;
}
.uc-createShipment .list1 .card-title .btn {
  margin-left: 10px;
}
.uc-createShipment .list1 .card-title .btn:first-child {
  margin-left: 0;
}
.uc-createShipment .list1 .img-box {
  width: 100%;
  border-radius: 4px;
  height: 200px;
  overflow: hidden;
  border: #DBDBDB 1px solid;
  background-color: #F3F5FA;
  margin-bottom: 10px;
}
.uc-createShipment .list1 .img-box img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: contain;
  object-fit: contain;
}
.uc-createShipment .list1 .form {
  padding-bottom: 5px;
}
.uc-createShipment .list1 .form li {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.uc-createShipment .list1 .form .txt {
  line-height: 36px;
  min-width: 4em;
  margin-right: 10px;
}
.uc-createShipment .list1 .form .txt.e5 {
  min-width: 5em;
}
.uc-createShipment .list1 .form .con {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 0;
  position: relative;
}
.uc-createShipment .list1 .form .uc-input {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 0;
  height: 36px;
  border-radius: 4px;
  border: #DBDBDB 1px solid;
  margin-left: 10px;
}
.uc-createShipment .list1 .form .uc-input:first-child {
  margin-left: 0;
}
.uc-createShipment .list1 .form .unit {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 10px;
  color: #999999;
}
.uc-createShipment .list1 .form .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  margin-bottom: 10px;
}
.uc-createShipment .list1 .form .item:last-child {
  margin-bottom: 0;
}
.uc-createShipment .list1 .form .item .uc-input {
  min-width: 80px;
}
.uc-createShipment .list1 .form .item .con {
  margin-left: 10px;
}
.uc-createShipment .list1 .form .uc-textarea {
  border: #DBDBDB 1px solid;
  height: 128px;
}
.uc-createShipment .list1 .card-title2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
}
.uc-createShipment .list1 .card-title2 img {
  display: block;
  margin-right: 5px;
}
.uc-createShipment .list1 .form2 {
  padding-bottom: 5px;
}
.uc-createShipment .list1 .form2 li {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.uc-createShipment .list1 .form2 .txt {
  min-width: 5em;
  margin-right: 10px;
}
.uc-createShipment .list1 .form2 .uc-input {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 0;
  max-width: 120px;
  margin-left: auto;
  height: 36px;
  border-radius: 4px;
  border: #DBDBDB 1px solid;
}
.uc-createShipment .list1 .form2 .status {
  min-width: 4em;
  margin-right: 10px;
}
.uc-createShipment .list2 .list2-title {
  padding: 10px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #eee;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  align-items: center;
}
.uc-createShipment .list2 .list2-title .uc-btn {
  margin-left: auto;
}
.uc-createShipment .list2 .list2-title .uc-btn.white {
  background-color: #fff;
  color: #FF7328;
}
.uc-createShipment .list2 .list2-title .uc-input {
  width: 291px;
  border-radius: 4px;
  height: 36px;
  border: none;
  margin-left: 10px;
}
.uc-createShipment .list2 .step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.uc-createShipment .list2 .step li {
  line-height: 30px;
  border-radius: 30px;
  padding: 0 15px;
  margin-left: 30px;
  color: #fff;
  background-color: #D8D8D8;
  position: relative;
}
.uc-createShipment .list2 .step li:first-child {
  margin-left: 30px;
}
.uc-createShipment .list2 .step li:after {
  content: "";
  width: 70px;
  height: 2px;
  background-color: #D8D8D8;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -70px;
}
.uc-createShipment .list2 .step li:last-child:after {
  display: none;
}
.uc-createShipment .list2 .step li.on {
  background-color: #FFBE44;
}
.uc-createShipment .list2 .step li.green {
  background-color: #06B050;
}
.uc-createShipment .list2-box {
  border-radius: 6px;
  background-color: #fff;
  overflow: hidden;
  margin-bottom: 10px;
}
.uc-createShipment .list2-box .card {
  width: 510px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.uc-createShipment .list2-box .card .img {
  width: 130px;
  border-radius: 6px;
  height: 130px;
  overflow: hidden;
  margin-right: 10px;
}
.uc-createShipment .list2-box .card .img img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}
.uc-createShipment .list2-box .form {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 0;
  padding: 16px;
}
.uc-createShipment .list2-box .form .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
}
.uc-createShipment .list2-box .form .item:last-child {
  margin-bottom: 0;
}
.uc-createShipment .list2-box .form .txt {
  min-width: 4em;
  margin-right: 10px;
}
.uc-createShipment .list2-box .form .uc-input {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 0;
  height: 36px;
  border-radius: 4px;
}
.uc-createShipment .list2-box .form .link {
  background-color: #FAFAFA;
  height: 36px;
  padding: 0 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 10px;
  color: #4285F4;
}
.uc-createShipment .list2-box .form .link img {
  display: block;
  margin-right: 5px;
}
.uc-createShipment .list2-box .form .upload {
  width: 72px;
  border-radius: 4px;
  height: 36px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #FF7328;
  border: #FF7328 1px solid;
  margin-left: 10px;
}
.uc-createShipment .list2-box .form .upload input[type=file] {
  position: absolute;
  left: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.uc-createShipment .list2-box .swiper-slide {
  width: auto !important;
}
.uc-createShipment .list3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.uc-createShipment .list3 .card {
  background-color: #fff;
  border-radius: 6px;
  margin-right: 10px;
  margin-bottom: 10px;
  width: calc(33.33% - 7px);
  min-width: 400px;
  overflow: hidden;
}
.uc-createShipment .list3 .card:last-child {
  margin-right: 0;
}
.uc-createShipment .list3 .card-title {
  background-color: #EEEEEE;
  padding: 10px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.uc-createShipment .list3 .card-title .uc-input {
  width: 250px;
  margin-right: auto;
  margin-left: 10px;
  height: 36px;
  border-radius: 4px;
}
.uc-createShipment .list3 .card-title .uc-btn {
  background-color: #fff;
  color: #FF7328;
  height: 36px;
  border-radius: 4px;
}
.uc-createShipment .list3 .card-bd {
  padding: 16px;
}
.uc-createShipment .list3 .upload-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
}
.uc-createShipment .list3 .upload-box .link {
  background-color: #FAFAFA;
  height: 36px;
  padding: 0 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 10px;
  color: #4285F4;
  line-height: 36px;
}
.uc-createShipment .list3 .upload-box .link img {
  display: block;
  margin-right: 5px;
}
.uc-createShipment .list3 .upload {
  width: 72px;
  border-radius: 4px;
  height: 36px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #FF7328;
  border: #FF7328 1px solid;
  margin-left: 10px;
}
.uc-createShipment .list3 .upload input[type=file] {
  position: absolute;
  left: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.uc-createShipment .list3 .uc-textarea {
  height: 96px;
  border-radius: 4px;
  min-height: 80px;
  margin-bottom: 10px;
  border: #DBDBDB 1px solid;
}
.uc-createShipment .list3 .form li {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.uc-createShipment .list3 .form .txt {
  min-width: 7em;
  margin-right: 10px;
}
.uc-createShipment .list3 .form .uc-input, .uc-createShipment .list3 .form .uc-select {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 0;
  height: 36px;
  border-radius: 4px;
  border: #DBDBDB 1px solid;
}
.uc-createShipment .list3 .form .uc-select {
  padding-left: 6px;
}
.uc-createShipment .list3 .line-dot {
  border-top: #F0F0F0 1px dashed;
  border-bottom: #F0F0F0 1px dashed;
  position: relative;
  margin-bottom: 10px;
}
.uc-createShipment .list3 .line-dot:before, .uc-createShipment .list3 .line-dot:after {
  content: "";
  width: 16px;
  border-radius: 100%;
  height: 16px;
  background-color: #F3F5FA;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.uc-createShipment .list3 .line-dot:before {
  left: -24px;
}
.uc-createShipment .list3 .line-dot:after {
  right: -24px;
}
.uc-createShipment .list3 .card-title2 {
  margin-bottom: 10px;
}
.uc-createShipment .list3 .card-title2, .uc-createShipment .list3 .card-title2 .name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.uc-createShipment .list3 .card-title2 img {
  display: block;
  margin-right: 5px;
}
.uc-createShipment .list3 .card-title2 .uc-btn {
  height: 36px;
  border-radius: 4px;
  min-width: 120px;
}
.uc-createShipment .list3 .part-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.uc-createShipment .list3 .part {
  border-radius: 5px;
  background-color: #F3F5FA;
  border: #DBDBDB 1px solid;
  position: relative;
  width: 49%;
  padding: 30px 10px 10px;
  margin-bottom: 10px;
}
.uc-createShipment .list3 .part li {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.uc-createShipment .list3 .part li:last-child {
  margin-bottom: 0;
}
.uc-createShipment .list3 .part .uc-tag {
  position: absolute;
  left: 0;
  top: 0;
  background-color: #fff;
  -webkit-box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.03);
  box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.03);
  border-radius: 5px 0;
  line-height: 24px;
  padding: 0 10px;
}
.uc-createShipment .list3 .part .txt {
  margin-right: 10px;
}
.uc-createShipment .list3 .part .con {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 0;
  position: relative;
  border-radius: 4px;
  background-color: #fff;
  height: 36px;
  padding: 0 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 36px;
}
.uc-createShipment .list3 .part .uc-input,
.uc-createShipment .list3 .part .uc-select {
  padding: 0;
  height: 36px;
  border: none;
}
.uc-createShipment .list3 .part .unit {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 10px;
  color: #999999;
}
.uc-createShipment .list3 .part .uc-input {
  padding-right: 2em;
}
.uc-createShipment .list3 .operate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 10px;
  position: relative;
}
.uc-createShipment .list3 .operate .uc-btn {
  width: 233px;
  border-radius: 4px;
  height: 41px;
  font-size: 16px;
}
.uc-createShipment .list3 .operate .uc-btn.gray {
  color: #fff;
  background-color: #D2D2D2;
  border-color: #D2D2D2;
}
.uc-createShipment .pay .code-box {
  display: none;
  width: 294px;
  background-color: #fff;
  border-radius: 6px;
  z-index: 9;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 60px;
  -webkit-box-shadow: 0 0 6px 0 rgba(162, 162, 162, 0.5);
  box-shadow: 0 0 6px 0 rgba(162, 162, 162, 0.5);
  padding-bottom: 20px;
}
.uc-createShipment .pay .code-box:after {
  content: "\e6a4";
  font-family: "uc-font";
  font-size: 40px;
  bottom: -24px;
  color: #fff;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.uc-createShipment .pay .code-box .hd {
  height: 84px;
  background: url("images/createShipment-code-hd.png") center top no-repeat;
  background-size: cover;
  color: #fff;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 16px;
  margin-bottom: 10px;
}
.uc-createShipment .pay .code-box .hd h3 {
  font-size: 24px;
  margin-bottom: 5px;
}
.uc-createShipment .pay .code-box .code {
  width: 206px;
  border-radius: 6px;
  height: 206px;
  border: #F0F0F0 1px solid;
  margin: 0 auto 20px;
}
.uc-createShipment .pay .code-box .code img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}
.uc-createShipment .pay .code-box .txt {
  font-size: 16px;
  text-align: center;
}
.uc-createShipment .search-result {
  border-radius: 6px;
  background-color: #fff;
  overflow: hidden;
}
.uc-createShipment .search-result table {
  width: 100%;
  margin-bottom: 30px;
}
.uc-createShipment .search-result table th, .uc-createShipment .search-result table td {
  height: 50px;
  padding: 0 16px;
  text-align: left;
}
.uc-createShipment .search-result table th {
  background-color: #EEEEEE;
}
.uc-createShipment .search-result table tr {
  border-bottom: #DBDBDB 1px solid;
}
.uc-createShipment .search-result table tr:first-child {
  border-bottom: none;
}
.uc-createShipment .search-result table .uc-select {
  width: auto;
  border: none;
  padding-left: 0;
}


/* |07|库存|stock| */
.uc-stock .stock-main {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 0;
}
.uc-stock .title-box {
  margin-bottom: 10px;
  border-radius: 6px;
  background-color: #fff;
  padding: 12px;
}
.uc-stock .title-box, .uc-stock .title-box .left, .uc-stock .title-box .right, .uc-stock .title-box .search-box, .uc-stock .title-box .search-box li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.uc-stock .title-box li {
  margin-left: 10px;
}
.uc-stock .title-box li:first-child {
  margin-left: 0;
}
.uc-stock .title-box .uc-input, .uc-stock .title-box .uc-select {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 0;
  max-width: 290px;
  height: 36px;
  min-width: 200px;
  border-color: #DEDEDE;
  margin-left: 10px;
}
.uc-stock .title-box .uc-btn {
  height: 36px;
  border-radius: 4px;
  min-width: 64px;
  margin-left: 12px;
  padding: 0 20px;
}
.uc-stock .title-box .uc-btn:first-child {
  margin-left: 0;
}
.uc-stock .title-box .uc-btn.orange {
  background-color: #FF7328;
}
.uc-stock .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.uc-stock .list .card {
  background-color: #fff;
  border-radius: 6px;
  margin-right: 10px;
  margin-bottom: 10px;
  width: calc(25% - 10px);
  min-width: 300px;
  padding: 10px 16px;
  overflow: hidden;
}
.uc-stock .list .card:last-child {
  margin-right: 0;
}
.uc-stock .list .card-title {
  margin-bottom: 10px;
}
.uc-stock .list .card-title, .uc-stock .list .card-title .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.uc-stock .list .card-title .btn-checkbox {
  background: url("images/checkbox2.png") left center no-repeat;
  background-size: 16px 16px;
  padding-left: 20px;
  cursor: pointer;
}
.uc-stock .list .card-title .btn-checkbox.on {
  background-image: url("images/checkbox2-on.png");
}
.uc-stock .list .card-title img {
  display: block;
}
.uc-stock .list .card-title .btn {
  margin-left: 10px;
}
.uc-stock .list .card-title .btn:first-child {
  margin-left: 0;
}
.uc-stock .list .img-box {
  width: 100%;
  border-radius: 4px;
  height: 200px;
  overflow: hidden;
  border: #DBDBDB 1px solid;
  background-color: #F3F5FA;
  margin-bottom: 10px;
}
.uc-stock .list .img-box img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: contain;
  object-fit: contain;
}
.uc-stock .list .form {
  padding-bottom: 5px;
}
.uc-stock .list .form li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.uc-stock .list .form .txt {
  line-height: 30px;
  margin-right: 10px;
}
.uc-stock .list .form .con {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 0;
  position: relative;
  line-height: 30px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.uc-stock .list .form .isForm {
  padding-bottom: 5px;
}
.uc-stock .list .form .isForm .txt {
  line-height: 36px;
}
.uc-stock .list .form .uc-input {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 0;
  height: 36px;
  border-radius: 4px;
  border: #DBDBDB 1px solid;
  margin-left: 10px;
}
.uc-stock .list .form .uc-input:first-child {
  margin-left: 0;
}
.uc-stock .list .form .unit {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 10px;
  color: #999999;
}
.uc-stock .reduceAddBox {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 0;
  height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.uc-stock .reduceAddBox .btnReduce, .uc-stock .reduceAddBox .btnAdd {
  width: 36px;
  line-height: 36px;
  border: none;
  outline: none;
  color: #999999;
  font-size: 24px;
  cursor: pointer;
  text-align: center;
}
.uc-stock .reduceAddBox .uc-input {
  width: 48px !important;
  height: 30px;
  text-align: center;
  padding: 0;
  -webkit-box-flex: 0 !important;
  -ms-flex: none !important;
  flex: none !important;
  margin: 0 !important;
  font-size: 16px !important;
}