@charset "UTF-8";
/*!
 * Created by 赫连勃格 on 2024/01/01.
 * WX:18900220083
 * QQ:215611388
 * SITE:www.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 {
  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 {
  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] {
  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 {
  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 {
  box-sizing: inherit;
}

body {
  font-size: 14px;
  color: #231815;
  background: #ffffff;
  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(49, 141, 216, 0.6);
}
body::-webkit-scrollbar-thumb:hover {
  background: rgba(49, 141, 216, 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;
  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: #231815;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
a:active, a:hover, a:focus {
  color: #318dd8;
  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 {
  transition: all 0.3s linear;
}

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

::-moz-selection {
  background: #318dd8;
  color: #fff;
}

::selection {
  background: #318dd8;
  color: #fff;
}

::-moz-selection {
  background: #318dd8;
  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: #e5e5e5;
}

.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-blue {
  color: #318dd8 !important;
}

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

.uc-gray {
  color: #999999 !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,d09GMgABAAAAAA3IAAsAAAAAGuAAAA15AAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHFQGYACHCgqiAJteATYCJAN0CzwABCAFhFsHglwbwBYzo7aTs/JN9n9KkHaYxvlQbIaSlFQW2upyunDLeUe9dQNm+47vwmeinzmX+5W4j2EYRriFFuZp28bdxB2mGUoJUb8Xt3f3/ktt1fY2PoGui0QRY+gOFIpEKIQJkUeT3TE8bfMfoSMPwUIEg7Py4Iv5RTijwDgOK4FFYySYYxmwan5av1aRH9dNADRAAEHrobwy0zopDsFlD1xW0OKovsjMd6bPSbLgMaiAoDLNt6mW2r+VY1jsfBizftvrToSwCWD5ZZzS5ucD/xtAYOBfAwIYsEbYBjrsGpz/W0ttJnkTnQLwLwt3qkZWVsg/uxv4C92bLc5diaa8KRBaBleWQdgrgru6CFlwlUDOVcvKCuOrc5pCPPbRgsQ5ji3D6cLMoOYBqr79/iIIkE6vabqYloOB7LNq/SRQLkCPFHBXlrOx2mqQehxDEDQTUkfHuHWGXLnAAfSpJwE8Mz+9/AApFZTEoA+1alLrwKUNjI7MuBFg13TltxmUrUACGNBZs7HaLp4pjZhNnaaTjiUD//xUu30XmS62on7DKxVSm2wavQ4GvTbZ7ndDLo+WN9TI7cCBzSVm7DDewwazS3cODQuduvWy2P18kA2zcYOsq5SrkEbSHko5/DdeiSKpFCiWJ18WhTLIJpJJqTKVcsiFROiKmQByCgsr4UDthYADFNwFUA53BVTA/QBp4GGABDwcYOBKQDp4ISAFXA0I4JMBJfBpgCK4HpAK3gEogBsAxfAeQB68F5AP3wTIAt8OKIT/DsgAH5Rk390hkERwLwMgE76UAkrxpQxQhi/lgEp8GZLkmO4IrEMugCq9jnEwiWQJkFIB9a63vrLJqaTYngDZ3VCTSvBvhk6U/Ey+gYcJYm95d0Z6eUVReoakp4+VN6alHZa7imUxJy8np6woS81ycwvjMcRSkllTVxTfpyrJPpcoFgZUyPcrSJO4vl4i6SeLsQkNuiig9C6EEhRWj3WJ7e2TJe1UETKgyRSTaNoxUIh9QaPVY0lo+lUVQF5hgaE1FBogliXECCUBjA1vwBMAztFqcje4DLbXvZx3k0ri9E1JMvdy0d0KKc4iJdkMGhGWzQCEcJxiuVFdijc8odG3EM407RF8wCxPAejBwvjt6uFo0pMMAZj1QOd62KJOpQXiZVZt4qYXy4xGERPenwzewOg2cwmFLUttpYhtt8Ux120Lo44TaiNGKD23jMJPPtDok29El89Ae9oaVXFtnrsgJbihGIATnZ8s3rQziUi3PvePe+Ugp6957i64HeINPlmeOrkRY2ryacZt/RD5jTyFiCQzeByO0VGsQgWNSKNMS8Zh5BvzhWNODxq7h7MrFRpZFkUkdNei/Q0PaOQ40YUoc2+s7M/LzHm3rkICcGlQHWZ88+0a+mSxUmYJjfjoSMNIHsFi4g35xpb7wmRIlBBziqRYPQIGVypBHbIL0FYMOk75TyfZNoP9qp9RMberSlGF3+551b9G5byj3ChKzBQQ6XRsyHHopuVsfEOVLMtsCzTQE+npQzNSAcN5iksPAlqAsPE0FZcR727iEkHu5iYxwQUngdSD+lsLrnpqLxtdJgv+cb8qCOac29U5z63VRujZ8kcrRwIsP7aaD4VerZ+Gq/OCKbyuy4bejQiGj390dI4qjHtHfwZ1MVEWpxOYYms2sGO+R6uf+fZLU0hJeb0S4m95PIbnVh2f9PAgV64K5mu/OgenB/V5iWTzWBLQ7n4yyFVEDOiaT70yNyp0oejwmL0jdsgcKWzt18VhNGJae2tv7cW+uuaBaG803IMMMBmamFtt09heci71iOTtk4dJRIkho47V58xejjZZnPqSpNGzlqSxRoX89s3MfZ6vH/XPFrFTkmWN+E5MtsaFIvQPTIX/3wTF/qXmz0Wo0EWIOCQHlQq6a6aiCqiowlzkdkE6hY2vLxWhH2988u3Pvfz9Xq7od7/OR2ORgUgHxQbnJYvsAVFNBbQxiDQSg8Ak0YnMtsRtIThWTvERFk81bg1NXr7ZVaXuhnC4mYupzC09I+pwtpPYRVoDCOwTUtXSETJ35s7cIaNPLtRoC+qma/Lq6/JLWQC61GXZsskFw5dttW2FuYcDOuGtaY9/H4r+F4Mg+n71IbrTLJ3WwrdUyCyQC6wKeo9WgZipw1hivpiFQSgfBXb63KKVQItv52OiRamgY4H5ECqQQ3KIv1dAIghno2xF5ALKay4nfchMoZPHwCo6KvlEAZRH0839JOAQc+HTZK81aAWF7kHF6I6IEEuVpmtEmBAN5CZEOdJRqgedTg6s1RACG1yn95AbzXIbxYH6SBLfkmYFqELiIOZg8nQO9zUXxPpLpeRNZGAYW+i78IKN7/3JCZthTmnhZrV9vTwOuE7v7RoYIBTFm69uBuEOBYyR1dzsluTrRaR3JIo37/KVPWxFuY0/JOeEAh+SUVcRWBowd25AaWDFWWHf+Ny5pQEVgWeRNz2wdsU9x0t5Tdu8E874+UwI4bX7+J0JZUPbtErbh9emmxRFXM/vhDyZaZJSBmSTa40ZhPw1PXEURSFZhow5GSXs3Aglc7ZO0q970ZzQiHlsRnGw06GmOv8/ggodtxArGlzXKy8/qrWi0/v9U0KyZs/ODJH5awPR7Y1z/hdnALmB+pzznMpkclR2zhTI7vmDn8xLhihzy/XnNGU/5jTQmUPSUGl0ExEaC4Pd08tTymKTS8aLU+LqgtGstYO02FJErBK5l+RBJfn0B3AgR1IaLlaUC3uiRFyWqSsiA6ZLS7d1QpW8Sk8Wj8XUW2m3OLdojNo0ygAAyW+GNHwN5LJUsOyi3VRZsgTdSOgM+RiSrDjyAzzsLmsKL87H8t+cpXA3EhxhfXz0n6IZ8V5lsqjU1jQ8OiMqvSBYFVJXrBTm+oxvZGWQe7VhyqzQCkSSNI62LjFd05I4ryXBqRWaSkKGy5L7oyQwZlP5cXIwopaUIme9bLtl1VL4/zeL3em+xPGCVEWjHEbhPMKz8lpTbI460y9DuGp3ZkdnkSzepaHAZUUwl/8qC2Ye9nCdGWQO9gjyAMxT0WEvVammzoWNPG+Heh2FNu9g+Fjp0Ou7O4D9hvFZ+ujY1gdkcl3I1k2EKVMIU1fZXm5vGrs/UWj385YMFC+uc8psPFWT5fn9x440jxhdpjMi3kPtlzIdUzRHRqfGLNOi9mFu9CIkv+efKSDwzT3Oi5M1o386SffpY9Yb52/68vVrwdMbCHZrzpmBD59oX/a8d5PGuAkIXf6iVKv6/3N5tdj134fh+Heps7VoYJnbOMvKm6ee3zgSG9vzgPMU2Em2RKxGELW45LzQ42pk7v38uSrHxWNri/1xv74+P9y/+LCj47027lfsfxg5acBeJxtlkRDHUZTNmWmSy4E22anJKSoX+Oxwd9+hffFg3r+yWBYUCSW56KlMIfQzJGRSwR73OEcXg0fhnbmii3bsMeqKRTiC4KLis7p+BMeRYtHZ0GqBBrFIrRbpgO3r7D+xoLuC+D+NOMyG1VETRUtpO2gh3/17J1YGz7Zaj7lwTByXVXPmxEhOwCa269GEjYBYkhHAi4JhAAcvgrdFeYl4z54VFy9ahCC7CCD9oenUSO4Ndq4Khzq1ndUAGVABgCu/ByBnJ2qEwjtvr9li3TM+dHdfuGN7JhRq0IKM/5+FF3QDKVDVMOK376tl3DRutr4mrio2tjKudjSuJrbq4pw3WhtXGQuE1GdzI8quff92zL9wQrkiIjcsLDdC8W+EMizH0Ob9q4zICQMCnwLFLzq6BvqYEwy61ImMDDBgKMszDezZY7QnAT8RnaBP1mHzjx9fv7SYlvg2F5u8vW+7ApcXXewpYJepqltBO4JuCWDircAT5/1Bk93+yf4u5KQkxq7bhX5J2c0YgD3ONBRsdB6GroD/h9tR8kgWs5lmANBX7mt+pXs72RxR6gTldSTBnkAW4IZcbBbY5d8rM61D35IjRvSj6Ax95zGYZLOEslqsEeWT7xDRf3fW5OJJYx3zxN+f0zZ0zo1I2BTtIUN7jfySqShPCiS0kbLO48PR7OTZ/242hKoB4ZsaExF/n2C7kJg16FHlA4pWIJ0dBv/bTM13U0+vILahU4rPOjDl5cx4HQu8tVdCBj0UMT7eK50Oc/VnUOCsYUhIA5o9gl5CNs+Z8vfM+BUL/FOvhGKfKQL/2Sud7SYhWgbN7ci3wKgiarE7CwtUGM2INSTGil+Y1V6xLxfK+0OuLBVik76EFn9igZy8muqQyRiNMExBfBwfDr0nUTLtEWKax1hu12uDVZMChcYro4p6v1rYnYe3QIVZNdaQ+D7eF2a1V4xvBdb9Q67sMSls/lzbiph9OkWcrdYgXB0ySXQ0QkWsSEH4SKfQswUklHhpe4SYylPocmtN9mbiOmnbvLAoHKbaNmmKVbWkphumZSvHb4A373q+pZULl65cu3Hrzr0Hj548R6fAU+yUjIfW/39bdcouKO9l/4j2ZAvZM+1OxOebQ47gdnRKwDJ4XPnrTqiYKGY6JmyzPMrxaapHswOajoUcFROplANW2lIip2v5y9w2piIpvbLFILT7OLrKTsCibiutu+Cpwp4uUwz5qKjdx1W4S49R14Cjwv3hLmg0AAAA") 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%;
  transform: translateY(-50%);
}

.uc-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.uc-flex.start {
  justify-content: flex-start;
}
.uc-flex.end {
  justify-content: flex-end;
}
.uc-flex.center {
  justify-content: center;
}

.uc-flex-col {
  display: flex;
  align-content: center;
  justify-content: space-between;
  flex-direction: column;
}
.uc-flex-col.start {
  align-content: start;
  justify-content: flex-start;
}
.uc-flex-col.end {
  align-content: end;
  justify-content: flex-end;
}
.uc-flex-col.center {
  align-content: center;
  justify-content: center;
}

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

.uc-phColor {
  color: #c1c1c1;
}

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

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

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: #ccc 1px solid;
  outline: none;
  height: 30px;
  line-height: 28px;
  border-radius: 0px;
  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: #318dd8;
}

.uc-btn {
  cursor: pointer;
  outline: none;
  transition: all 0.3s linear;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 30px;
  border-radius: 0px;
  padding: 0 10px;
}
.uc-btn img {
  margin-right: 10px;
}
.uc-btn:hover {
  opacity: 0.8;
}
.uc-btn.linear {
  background: linear-gradient(to right, #d1348e 0%, #2c4eda 100%);
  color: #fff;
}
.uc-btn.blue {
  background-color: #318dd8;
  border: #318dd8 1px solid;
  color: #fff;
}
.uc-btn.blue-linear {
  background: linear-gradient(to right, rgba(49, 141, 216, 0.7) 0%, #318dd8 100%);
  color: #fff;
}
.uc-btn.blue-plain {
  color: #318dd8;
  border: #318dd8 1px solid;
}
.uc-btn.blue-plain:hover {
  opacity: 1;
  background-color: #318dd8;
  color: #fff;
}
.uc-btn.red {
  background-color: #d52126;
  border: #d52126 1px solid;
  color: #fff;
}
.uc-btn.red-linear {
  background: linear-gradient(to right, rgba(213, 33, 38, 0.7) 0%, #d52126 100%);
  color: #fff;
}
.uc-btn.red-plain {
  color: #d52126;
  border: #d52126 1px solid;
}
.uc-btn.red-plain:hover {
  opacity: 1;
  background-color: #d52126;
  color: #fff;
}
.uc-btn.gray {
  background-color: #999999;
  border: #999999 1px solid;
  color: #fff;
}
.uc-btn.gray-linear {
  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;
}

.g-crumb-box {
  margin-bottom: 5px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.g-crumb-box .crumb a {
  position: relative;
  padding-right: 20px;
  margin-right: 0px;
  line-height: 40px;
}
.g-crumb-box .crumb a:first-child {
  font-size: 24px;
  padding-right: 24px;
}
.g-crumb-box .crumb a:first-child:after {
  line-height: 20px;
}
.g-crumb-box .crumb a:after {
  content: "\e75c";
  font-family: "uc-font";
  position: absolute;
  right: 0;
  bottom: 0;
  line-height: 16px;
  font-size: 16px;
}
.g-crumb-box .crumb a:last-child {
  padding-right: 0;
}
.g-crumb-box .crumb a:last-child:after {
  display: none;
}
.g-crumb-box .search-box {
  position: relative;
}
.g-crumb-box .search-box .uc-input {
  width: 240px;
  border-radius: 36px;
  height: 36px;
  border: none;
  background-color: #fff;
  padding-left: 36px;
}
.g-crumb-box .search-box .icon-search {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10px;
  width: 20px;
  height: 20px;
}

.g-prevNext {
  padding: 24px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
}
.g-prevNext .uc-input,
.g-prevNext .uc-select {
  height: 32px;
  border-radius: 5px;
  margin: 0 5px;
}
.g-prevNext .uc-input {
  width: 70px;
  text-align: center;
}
.g-prevNext .uc-select {
  width: 110px;
}
.g-prevNext .item {
  width: 32px;
  border-radius: 5px;
  height: 32px;
  line-height: 32px;
  margin: 0 2px;
  text-align: center;
  color: #444;
  background-color: #eee;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 5px;
}
.g-prevNext .item:hover, .g-prevNext .item.on {
  background-color: #318dd8;
  border-color: #318dd8;
  color: #fff;
}

.uc-tag {
  display: inline-block;
  border-radius: 3px;
  padding: 0 5px;
}
.uc-tag:empty {
  display: none;
}
.uc-tag.blue {
  background-color: #318dd8;
  color: #fff;
}
.uc-tag.red {
  background-color: #d52126;
  color: #fff;
}
.uc-tag.gray {
  background-color: rgba(153, 153, 153, 0.4);
  color: #fff;
}

/* ---------------------------------------------------------------------- 通用样式  -------------------------------------------------------------------- */
.g-manager {
  width: 100%;
  height: 100vh;
  position: relative;
  padding-top: 70px;
  padding-left: 230px;
  transition: all 0.3s linear;
}
.g-manager.noSide {
  padding-left: 0;
}
.g-manager.noSide .manager-left {
  display: none;
}
.g-manager.noSide .manager-top {
  width: 100%;
  left: 0;
}
.g-manager .manager-left {
  width: 230px;
  position: fixed;
  left: 0;
  z-index: 888;
  height: 100vh;
  top: 0;
  background-color: #005396;
  transition: all 0.3s linear;
}
.g-manager .manager-left .logo {
  width: 100%;
  height: 70px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background-color: #fff;
}
.g-manager .manager-left .logo img {
  display: block;
  width: 170px;
}
.g-manager .manager-left .menu li {
  font-size: 16px;
}
.g-manager .manager-left .menu li.on .hd {
  background: linear-gradient(to right, #d1348e 0%, #2f4ed9 100%);
  box-shadow: 0px 3px 7px 0px rgba(5, 32, 56, 0.41);
}
.g-manager .manager-left .menu li.on .hd .name {
  font-weight: bold;
  font-weight: bold;
}
.g-manager .manager-left .menu li.on .bd {
  display: block;
}
.g-manager .manager-left .menu .hd {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 0 10px 0 30px;
  cursor: pointer;
  height: 50px;
  line-height: 50px;
  position: relative;
  z-index: 9;
}
.g-manager .manager-left .menu .e2 {
  margin-right: 2em;
}
.g-manager .manager-left .menu img {
  display: block;
  width: 40px;
  height: 40px;
  margin-right: 10px;
}
.g-manager .manager-left .menu .name {
  flex: 1;
  min-width: 0;
  color: #fff;
}
.g-manager .manager-left .menu .bd {
  display: none;
  padding-top: 10px;
  padding-bottom: 10px;
  background: linear-gradient(to right, #933d90 0%, #234fc4 100%);
}
.g-manager .manager-left .menu .item {
  border-radius: 10px;
  padding-left: 80px;
  padding-right: 40px;
  display: block;
  line-height: 40px;
  margin-bottom: 1px;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.g-manager .manager-left .menu .item:last-child {
  margin-bottom: 0;
}
.g-manager .manager-left .menu .item.on .uc-font, .g-manager .manager-left .menu .item:hover .uc-font {
  opacity: 1;
}
.g-manager .manager-left .menu .item .uc-font {
  opacity: 0;
  transition: all 0.3s linear;
}
.g-manager .manager-top {
  width: calc(100% - 230px);
  height: 70px;
  background-color: #318dd8;
  position: fixed;
  left: 230px;
  top: 0;
  z-index: 889;
  padding: 0 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  transition: all 0.3s linear;
}
.g-manager .manager-top .search-box {
  position: relative;
}
.g-manager .manager-top .search-box .uc-input {
  background-color: #fff;
  border: none;
  width: 240px;
  border-radius: 36px;
  height: 36px;
  padding-left: 36px;
}
.g-manager .manager-top .search-box img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10px;
}
.g-manager .manager-top .user-box {
  position: relative;
  height: 70px;
  margin-left: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  color: #Fff;
}
.g-manager .manager-top .user-box .face {
  width: 32px;
  border-radius: 100%;
  height: 32px;
  overflow: hidden;
  margin-right: 10px;
}
.g-manager .manager-top .user-box .face img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.g-manager .manager-top .user-box .line {
  margin: 0 10px;
  width: 1px;
  height: 20px;
  background-color: #fff;
}
.g-manager .manager-main {
  flex: 1;
  min-width: 0;
  position: relative;
  padding: 15px;
}
.g-manager .manager-main-box {
  border-radius: 10px;
  background-color: #e5e5e5;
  padding: 10px 20px 10px;
}

/* --------------------------------------------------------------------- 各页面样式  ------------------------------------------------------------------- */
/* |01|登录页|login| */
/* |15|注册页|register| */
.uc-login,
.uc-register {
  height: 100vh;
  min-height: 600px;
  position: relative;
  background: url("images/loginRegister.jpg") center center no-repeat;
  background-size: cover;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  padding: 5vh 0;
}
.uc-login .box,
.uc-register .box {
  width: 640px;
  border-radius: 5px;
  background-color: #fff;
  margin: 0 auto;
}
.uc-login .hd,
.uc-register .hd {
  height: 100px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
  border-bottom: #318dd8 2px solid;
}
.uc-login .logo,
.uc-register .logo {
  width: 200px;
  display: block;
}
.uc-login nav,
.uc-register nav {
  font-size: 16px;
}
.uc-login nav .item,
.uc-register nav .item {
  margin-left: 30px;
  color: #d52126;
}
.uc-login nav .item:first-child,
.uc-register nav .item:first-child {
  margin-left: 0;
}
.uc-login nav .item.on,
.uc-register nav .item.on {
  font-size: 20px;
  font-weight: bold;
  color: #000;
  position: relative;
}
.uc-login nav .item.on:after,
.uc-register nav .item.on:after {
  content: "";
  width: 100%;
  height: 6px;
  background: linear-gradient(to right, #d1348e 0%, #2c4eda 100%);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -20px;
}
.uc-login .bd,
.uc-register .bd {
  padding: 30px 20px 20px;
}
.uc-login .form,
.uc-register .form {
  margin: 0 auto;
  width: 420px;
}
.uc-login .form li,
.uc-register .form li {
  height: 46px;
  border: #ccc 1px solid;
  margin-bottom: 30px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.uc-login .form img,
.uc-register .form img {
  display: block;
  margin: 0 6px;
}
.uc-login .form .uc-input,
.uc-register .form .uc-input {
  flex: 1;
  min-width: 0;
  padding: 0;
  border: none;
}
.uc-login .form .e1,
.uc-register .form .e1 {
  margin-right: 1em;
}
.uc-login .form .e05,
.uc-register .form .e05 {
  margin-right: 0.5em;
}
.uc-login .form .e2,
.uc-register .form .e2 {
  margin-right: 2em;
}
.uc-login .form .txt,
.uc-register .form .txt {
  padding-right: 14px;
  margin-right: 14px;
  border-right: #ccc 1px solid;
  font-size: 16px;
}
.uc-login .operate,
.uc-register .operate {
  width: 420px;
  margin: 0 auto 30px;
}
.uc-login .operate .uc-btn,
.uc-register .operate .uc-btn {
  height: 46px;
  font-size: 16px;
  width: 100%;
}
.uc-login .other,
.uc-register .other {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 420px;
  margin: -15px auto 30px;
}
.uc-login .other .uc-gray,
.uc-register .other .uc-gray {
  color: #717171 !important;
}
.uc-login .other .uc-gray:hover,
.uc-register .other .uc-gray:hover {
  color: #318dd8 !important;
}
.uc-login .btn-agree,
.uc-register .btn-agree {
  background: url("images/checkbox.png") left center no-repeat;
  background-size: 16px 16px;
  padding-left: 20px;
  color: #231815;
}
.uc-login .btn-agree.on,
.uc-register .btn-agree.on {
  background-image: url("images/checkbox-on.png");
}
.uc-login .tips,
.uc-register .tips {
  font-size: 12px;
  line-height: 1.5em;
  color: #9b9b9b;
  text-align: center;
}

.uc-register .form li {
  margin-bottom: 15px;
}
.uc-register .form li.hasYzm {
  margin-right: 114px;
}
.uc-register .form .btn-yzm {
  width: 114px;
  text-align: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -114px;
  text-align: center;
  color: #d52126;
}

/* |02|高级模式创建|mode-create-advanced| */
/* |03|基础模式创建|mode-create| */
.uc-mode-create-advanced .title,
.uc-mode-create .title {
  padding: 20px 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  background: linear-gradient(to right, #d1348e 0%, #2c4eda 100%);
}
.uc-mode-create-advanced .title .left,
.uc-mode-create .title .left {
  flex: 1;
  min-width: 0;
  margin-right: 20px;
}
.uc-mode-create-advanced .title h2,
.uc-mode-create .title h2 {
  font-size: 28px;
  font-weight: bold;
}
.uc-mode-create-advanced .title p,
.uc-mode-create .title p {
  margin-top: 10px;
}
.uc-mode-create-advanced .title img,
.uc-mode-create .title img {
  display: block;
  width: 64px;
  height: 64px;
}
.uc-mode-create-advanced .box,
.uc-mode-create .box {
  background-color: #fff;
  padding: 30px;
  margin-bottom: 10px;
  min-height: 65vh;
}
.uc-mode-create-advanced .form,
.uc-mode-create .form {
  max-width: 1000px;
  margin: 0 auto;
}
.uc-mode-create-advanced .form li,
.uc-mode-create .form li {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  line-height: 48px;
  margin-bottom: 10px;
}
.uc-mode-create-advanced .form li:last-child,
.uc-mode-create .form li:last-child {
  margin-bottom: 0;
}
.uc-mode-create-advanced .form .txt,
.uc-mode-create .form .txt {
  min-width: 8em;
  text-align: right;
}
.uc-mode-create-advanced .form .uc-textarea,
.uc-mode-create-advanced .form .uc-input,
.uc-mode-create-advanced .form .choose-box,
.uc-mode-create .form .uc-textarea,
.uc-mode-create .form .uc-input,
.uc-mode-create .form .choose-box {
  flex: 1;
  min-width: 0;
}
.uc-mode-create-advanced .form .uc-input,
.uc-mode-create .form .uc-input {
  height: 48px;
}
.uc-mode-create-advanced .form .uc-textarea,
.uc-mode-create .form .uc-textarea {
  padding-top: 10px;
  padding-bottom: 10px;
  min-height: 100px;
}
.uc-mode-create-advanced .form .uc-btn,
.uc-mode-create .form .uc-btn {
  width: 160px;
  border-radius: 50px;
  height: 50px;
  font-size: 16px;
}
.uc-mode-create-advanced .form .choose-box,
.uc-mode-create .form .choose-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.uc-mode-create-advanced .form .item,
.uc-mode-create .form .item {
  background: url("images/radio.png") left center no-repeat;
  background-size: 14px 14px;
  padding-left: 20px;
  cursor: pointer;
  margin-right: 2em;
}
.uc-mode-create-advanced .form .item:last-child,
.uc-mode-create .form .item:last-child {
  margin-right: 0;
}
.uc-mode-create-advanced .form .item.on,
.uc-mode-create .form .item.on {
  background-image: url("images/radio-on.png");
}

.uc-mode-create-advanced .title {
  margin-bottom: 20px;
}

/* |04|品牌指数|index| */
.uc-index .total {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.uc-index .total li {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  background-color: #318dd8;
  height: 120px;
  border-radius: 10px;
  color: #fff;
  padding: 0 30px;
  margin-bottom: 10px;
}
.uc-index .total li:nth-child(2) {
  background-color: #d1348e;
}
.uc-index .total li:nth-child(3) {
  margin-right: 0;
  background-color: #00b7d8;
}
.uc-index .total .con {
  flex: 1;
  min-width: 0;
  line-height: 32px;
  font-size: 16px;
}
.uc-index .total .number {
  font-size: 60px;
}
.uc-index .box {
  border-radius: 10px;
  background-color: #fff;
  padding: 20px;
  margin-bottom: 10px;
  position: relative;
}
.uc-index .box .title {
  font-size: 16px;
  margin-bottom: 10px;
  color: #318dd8;
}
.uc-index .box1, .uc-index .box2 {
  flex: 1;
  min-width: 0;
}
.uc-index .box2 {
  margin-left: 10px;
}
.uc-index .chart-box > img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
.uc-index .legend {
  position: absolute;
  left: 20px;
  bottom: 20px;
}
.uc-index .legend li {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
}
.uc-index .legend li:first-child {
  margin-top: 0;
}
.uc-index .legend .dot {
  width: 40px;
  border-radius: 6px;
  height: 6px;
  margin-right: 15px;
}

/* |05|用户管理|user| */
/* |13|舆情预警创建|warning-create| */
.uc-user .box,
.uc-warning-create .box {
  background-color: #fff;
  padding: 50px 30px;
  margin-bottom: 10px;
  position: relative;
  min-height: 75vh;
}
.uc-user .box:after,
.uc-warning-create .box:after {
  content: "";
  width: 100%;
  height: 6px;
  background: linear-gradient(to right, #d1348e 0%, #2c4eda 100%);
  position: absolute;
  left: 0;
  top: 0;
}
.uc-user .form,
.uc-warning-create .form {
  max-width: 850px;
  margin: 0 auto;
}
.uc-user .form li,
.uc-warning-create .form li {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  line-height: 42px;
  margin-bottom: 10px;
}
.uc-user .form li:last-child,
.uc-warning-create .form li:last-child {
  margin-bottom: 0;
}
.uc-user .form .txt,
.uc-warning-create .form .txt {
  min-width: 8em;
  text-align: right;
  margin-right: 10px;
}
.uc-user .form .center,
.uc-warning-create .form .center {
  width: 580px;
  position: relative;
}
.uc-user .form .btn-eye,
.uc-warning-create .form .btn-eye {
  width: 32px;
  height: 32px;
  background: url("images/eye.png") center center no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 5px;
  z-index: 9;
  cursor: pointer;
}
.uc-user .form .btn-eye.on,
.uc-warning-create .form .btn-eye.on {
  background-image: url("images/eye-on.png");
}
.uc-user .form .btn-edit,
.uc-warning-create .form .btn-edit {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  color: #318dd8;
  margin-left: 20px;
  cursor: pointer;
}
.uc-user .form .btn-edit img,
.uc-warning-create .form .btn-edit img {
  display: block;
  margin-left: 10px;
}
.uc-user .form .uc-select,
.uc-user .form .uc-input,
.uc-warning-create .form .uc-select,
.uc-warning-create .form .uc-input {
  height: 42px;
}
.uc-user .form .uc-select,
.uc-warning-create .form .uc-select {
  padding-left: 6px;
}
.uc-user .form .uc-btn,
.uc-warning-create .form .uc-btn {
  width: 160px;
  border-radius: 50px;
  height: 50px;
  font-size: 16px;
  margin-top: 10px;
}

.uc-user .percent {
  width: 420px;
  border-radius: 16px;
  height: 16px;
  overflow: hidden;
  position: relative;
  margin-right: 20px;
  background-color: #e5e5e5;
  margin-top: 13px;
}
.uc-user .percent .per {
  position: absolute;
  left: 0;
  top: 0;
  height: 16px;
  border-radius: 16px;
  max-width: 100%;
  background-color: #318dd8;
}

.uc-warning-create .choose-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.uc-warning-create .choose-box .item {
  background: url("images/radio.png") left center no-repeat;
  background-size: 14px 14px;
  padding-left: 20px;
  cursor: pointer;
  margin-right: 60px;
}
.uc-warning-create .choose-box .item:last-child {
  margin-right: 0;
}
.uc-warning-create .choose-box .item.on {
  background-image: url("images/radio-on.png");
}

/* |06|舆情报告|report| */
/* |09|舆情监测|monitor| */
/* |12|舆情预警|warning| */
.uc-report,
.uc-monitor,
.uc-warning {
  min-height: 80vh;
}
.uc-report .list,
.uc-monitor .list,
.uc-warning .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: -10px;
  margin-right: -10px;
  padding-bottom: 40px;
}
.uc-report .card,
.uc-monitor .card,
.uc-warning .card {
  flex: 1;
  min-width: 0;
  margin: 0 10px 20px;
  min-width: 500px;
  padding: 30px;
  background: linear-gradient(to right, #d1348e 0%, #2c4eda 100%);
  position: relative;
  min-height: 330px;
  color: #Fff;
  border-radius: 10px;
}
.uc-report .card .icon,
.uc-monitor .card .icon,
.uc-warning .card .icon {
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 100px;
  height: 100px;
}
.uc-report .card h3,
.uc-monitor .card h3,
.uc-warning .card h3 {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 20px;
}
.uc-report .card .con,
.uc-monitor .card .con,
.uc-warning .card .con {
  line-height: 1.5em;
  text-align: justify;
  height: 9em;
  overflow: hidden;
  margin-bottom: 10px;
  max-width: 420px;
}
.uc-report .card .btm,
.uc-monitor .card .btm,
.uc-warning .card .btm {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.uc-report .card .uc-btn,
.uc-monitor .card .uc-btn,
.uc-warning .card .uc-btn {
  width: 160px;
  border-radius: 50px;
  height: 50px;
  font-size: 16px;
}
.uc-report .card .uc-btn .uc-font,
.uc-monitor .card .uc-btn .uc-font,
.uc-warning .card .uc-btn .uc-font {
  margin-left: 10px;
  margin-right: -10px;
}
.uc-report .card .uc-btn.gray,
.uc-monitor .card .uc-btn.gray,
.uc-warning .card .uc-btn.gray {
  background-color: #d5d5d5;
  border: none;
}

/* |07|舆情报告生成|report-generate| */
/* |08|舆情报告下载记录|report-download-record| */
/* |11|舆情监测文章列表|monitor-list| */
.uc-report-generate .box,
.uc-report-download-record .box,
.uc-monitor-list .box {
  background-color: #fff;
  padding: 15px 20px 20px;
  position: relative;
  min-height: 60vh;
  margin-bottom: 10px;
  min-height: 80vh;
}
.uc-report-generate .box:after,
.uc-report-download-record .box:after,
.uc-monitor-list .box:after {
  content: "";
  width: 100%;
  height: 6px;
  background: linear-gradient(to right, #d1348e 0%, #2c4eda 100%);
  position: absolute;
  left: 0;
  top: 0;
}
.uc-report-generate .table table,
.uc-report-download-record .table table,
.uc-monitor-list .table table {
  width: 100%;
}
.uc-report-generate .table tr,
.uc-report-download-record .table tr,
.uc-monitor-list .table tr {
  border-bottom: #ccc 1px solid;
}
.uc-report-generate .table th, .uc-report-generate .table td,
.uc-report-download-record .table th,
.uc-report-download-record .table td,
.uc-monitor-list .table th,
.uc-monitor-list .table td {
  text-align: center;
  line-height: 30px;
}
.uc-report-generate .table th,
.uc-report-download-record .table th,
.uc-monitor-list .table th {
  font-size: 16px;
  padding: 10px;
  color: #555555;
  font-weight: bold;
}
.uc-report-generate .table td,
.uc-report-download-record .table td,
.uc-monitor-list .table td {
  padding: 5px 10px;
  color: #318dd8;
}
.uc-report-generate .table td a,
.uc-report-download-record .table td a,
.uc-monitor-list .table td a {
  color: #318dd8;
}
.uc-report-generate .table img,
.uc-report-download-record .table img,
.uc-monitor-list .table img {
  display: block;
}
.uc-report-generate .table .btn,
.uc-report-download-record .table .btn,
.uc-monitor-list .table .btn {
  margin-left: 5px;
}
.uc-report-generate .table .btn:first-child,
.uc-report-download-record .table .btn:first-child,
.uc-monitor-list .table .btn:first-child {
  margin-left: 0;
}
.uc-report-generate .table .btn-switch,
.uc-report-download-record .table .btn-switch,
.uc-monitor-list .table .btn-switch {
  width: 36px;
  height: 18px;
  background: url("images/switch.png") center center no-repeat;
  background-size: 100% auto;
  cursor: pointer;
  display: inline-block;
}
.uc-report-generate .table .btn-switch.on,
.uc-report-download-record .table .btn-switch.on,
.uc-monitor-list .table .btn-switch.on {
  background-image: url("images/switch-on.png");
}

/* |10|舆情监测关联文章|monitor-article| */
/* |14|舆情预警列表|warning-list| */
.uc-monitor-article .box,
.uc-warning-list .box {
  background-color: #fff;
  padding: 30px 20px 30px;
  position: relative;
  min-height: 60vh;
  margin-bottom: 10px;
}
.uc-monitor-article .box:after,
.uc-warning-list .box:after {
  content: "";
  width: 100%;
  height: 6px;
  background: linear-gradient(to right, #d1348e 0%, #2c4eda 100%);
  position: absolute;
  left: 0;
  top: 0;
}
.uc-monitor-article .filter,
.uc-warning-list .filter {
  padding-bottom: 10px;
}
.uc-monitor-article .filter li,
.uc-warning-list .filter li {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  line-height: 32px;
  margin-bottom: 10px;
}
.uc-monitor-article .filter .uc-input,
.uc-monitor-article .filter .uc-select,
.uc-warning-list .filter .uc-input,
.uc-warning-list .filter .uc-select {
  width: 140px;
  border-radius: 0px;
  height: 32px;
  padding-left: 5px;
}
.uc-monitor-article .filter .item2,
.uc-warning-list .filter .item2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.uc-monitor-article .filter .uc-input.Wdate,
.uc-warning-list .filter .uc-input.Wdate {
  background: #fff url("images/datePicker.gif") 96% center no-repeat;
  background-size: 16px 22px;
}
.uc-monitor-article .choose-box,
.uc-warning-list .choose-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.uc-monitor-article .choose-box .item,
.uc-warning-list .choose-box .item {
  background: url("images/radio.png") left center no-repeat;
  background-size: 14px 14px;
  padding-left: 20px;
  cursor: pointer;
  margin-right: 2em;
}
.uc-monitor-article .choose-box .item.on,
.uc-warning-list .choose-box .item.on {
  background-image: url("images/radio-on.png");
}
.uc-monitor-article .info,
.uc-warning-list .info {
  background-color: #f6fbff;
  padding: 10px 15px;
  line-height: 24px;
  margin-top: 15px;
  border-radius: 5px;
  font-size: 12px;
  color: #666666;
}
.uc-monitor-article .info img,
.uc-warning-list .info img {
  display: block;
}
.uc-monitor-article .info, .uc-monitor-article .info .left, .uc-monitor-article .info .right, .uc-monitor-article .info .item,
.uc-warning-list .info,
.uc-warning-list .info .left,
.uc-warning-list .info .right,
.uc-warning-list .info .item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.uc-monitor-article .info .item,
.uc-warning-list .info .item {
  margin-left: 2em;
}
.uc-monitor-article .info .item:first-child,
.uc-warning-list .info .item:first-child {
  margin-left: 0;
}
.uc-monitor-article .info .left span,
.uc-warning-list .info .left span {
  margin-right: 2em;
}
.uc-monitor-article .info .left span:first-child,
.uc-warning-list .info .left span:first-child {
  margin-left: 0;
}

.uc-monitor-article .operate {
  border-bottom: #ccc 1px solid;
}
.uc-monitor-article .operate, .uc-monitor-article .operate .right {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.uc-monitor-article .operate .uc-btn {
  width: 120px;
  border-radius: 10px 0 0 0;
  height: 40px;
}
.uc-monitor-article .operate .btn {
  margin-left: 30px;
}
.uc-monitor-article article {
  padding: 50px 0;
  max-width: 1000px;
  margin: 0 auto;
}
.uc-monitor-article article h1 {
  text-align: center;
  font-size: 36px;
  line-height: 50px;
  font-weight: bold;
  margin-bottom: 40px;
}
.uc-monitor-article .detail {
  font-size: 16px;
  line-height: 32px;
  text-align: justify;
}
.uc-monitor-article .detail img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.uc-warning-list .operate {
  border-bottom: #ccc 1px solid;
  margin-bottom: 35px;
}
.uc-warning-list .operate, .uc-warning-list .operate .sort, .uc-warning-list .operate .right {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.uc-warning-list .operate .sort {
  border: #ccc 1px solid;
  border-bottom: none;
  border-radius: 10px 0 0 0;
  overflow: hidden;
}
.uc-warning-list .operate .item {
  line-height: 40px;
  border-left: #ccc 1px solid;
  padding: 0 24px;
}
.uc-warning-list .operate .item:hover, .uc-warning-list .operate .item.on {
  background-color: #318dd8;
  color: #fff;
}
.uc-warning-list .operate .item:first-child {
  border-left: none;
}
.uc-warning-list .operate .btn {
  margin-left: 20px;
}
.uc-warning-list .list li {
  margin-bottom: 20px;
}
.uc-warning-list .list h3 {
  font-size: 16px;
  line-height: 1.5em;
  margin-bottom: 5px;
}
.uc-warning-list .list .con {
  font-size: 14px;
  color: #8d8d8d;
  line-height: 20px;
  text-align: justify;
}