@charset "UTF-8";
/*!
* -----------------------------------------------------------------------------------------------------------------------------------------------------
* --------------------------------------------- 				样式分为：共用样式 + 各页面样式				   ----------------------------------------
* --------------------------------------------- 		  此文件别改，方便后期配合开发新页面或维护修改 			   ----------------------------------------
* ---------------------------------------------   可把要修改的那一行或那一块复制到别的文件里修改，放到引入文件最后   ----------------------------------------
* -----------------------------------------------------------------------------------------------------------------------------------------------------
*/
/* ---------------------------------------------------------------------- 共用样式 -------------------------------------------------------------------- */
/* ----------------------------------------------------------------- 样式重置 & 常用样式 --------------------------------------------------------------- */
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: #333333;
  background: #FFFAF5;
  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(254, 153, 47, 0.6);
}
body::-webkit-scrollbar-thumb:hover {
  background: rgba(254, 153, 47, 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: #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: #FE992F;
  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: #FE992F;
  color: #fff;
}

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

::-moz-selection {
  background: #FE992F;
  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: #fff;
}

.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: #FE992F !important;
}

.uc-red {
  color: #FE6001 !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,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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%;
  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: #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: #eeeeee 1px solid;
  outline: none;
  height: 30px;
  line-height: 28px;
  border-radius: 5px;
  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: #FE992F;
}

.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: 5px;
  padding: 0 10px;
}
.uc-btn img {
  margin-right: 10px;
}
.uc-btn:hover {
  opacity: 0.8;
}
.uc-btn.orange {
  background-color: #FE992F;
  border: #FE992F 1px solid;
  color: #fff;
}
.uc-btn.orange-linear {
  background: linear-gradient(to right, rgba(254, 153, 47, 0.7) 0%, #FE992F 100%);
  color: #fff;
}
.uc-btn.orange-plain {
  color: #FE992F;
  border: #FE992F 1px solid;
}
.uc-btn.orange-plain:hover {
  opacity: 1;
  background-color: #FE992F;
  color: #fff;
}
.uc-btn.red {
  background-color: #FE6001;
  border: #FE6001 1px solid;
  color: #fff;
}
.uc-btn.red-linear {
  background: linear-gradient(to right, rgba(254, 96, 1, 0.7) 0%, #FE6001 100%);
  color: #fff;
}
.uc-btn.red-plain {
  color: #FE6001;
  border: #FE6001 1px solid;
}
.uc-btn.red-plain:hover {
  opacity: 1;
  background-color: #FE6001;
  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;
}

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

/* ---------------------------------------------------------------------- 通用样式  -------------------------------------------------------------------- */
footer {
  background-color: #13ce66;
  padding: 40px 0;
  color: #fff;
}
footer a {
  color: #fff;
}
footer a:hover {
  color: #fff;
  opacity: 0.8;
}
footer .ft1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 30px;
}
footer .part {
  min-width: 240px;
  margin-right: 20px;
}
footer .part h3 {
  font-size: 24px;
}
footer .part .line {
  width: 42px;
  border-radius: 4px;
  height: 4px;
  background-color: rgba(254, 153, 47, 0.23);
  margin-bottom: 20px;
  margin-top: 10px;
}
footer .part .con p {
  padding: 8px 0;
  line-height: 20px;
}
footer .code-box {
  margin-left: auto;
}
footer .code-box .code {
  width: 144px;
  height: 144px;
  margin-bottom: 15px;
}
footer .code-box .code img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
footer .code-box .txt {
  text-align: center;
}
footer .ft2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
footer .cpt a {
  margin-right: 10px;
}
footer .cpt a:last-child {
  margin-right: 0;
}
footer .share {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
}
footer .share img {
  display: block;
}
footer .share .item {
  margin-left: 10px;
}

header .uc-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
header img {
  display: block;
}
header nav {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  padding-left: 10px;
}
header nav .item {
  margin-left: 30px;
  color: #666666;
  font-size: 20px;
}
header nav .item:hover {
  color: #FE6001;
}

.uc-btn.blue {
  background: linear-gradient(to right, #142232 0%, #FE6001 100%);
  background-color: #0055ff;
  border: #aa00ff 1px solid;
  color: #fff;
}
header nav .item.on {
  position: relative;
  color: #FE6001;
}
header nav .item.on:after {
  content: "";
  width: 16px;
  border-radius: 2px;
  height: 2px;
  background-color: #FE6001;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -10px;
}
header .btn-login {
  border-radius: 6px;
  box-shadow: 9px 8px 14px 0 rgba(205, 138, 62, 0.2);
  height: 36px;
  min-width: 115px;
  font-size: 16px;
}

/* --------------------------------------------------------------------- 各页面样式  ------------------------------------------------------------------- */
body {
  background: #FFFAF5 url("images/bg.png") center top no-repeat;
  background-attachment: fixed;
}

/* |01|首页|home| */
.uc-home-1 .uc-content {
  position: relative;
  height: calc(100vh - 80px);
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 1500px;
  min-height: 500px;
}
.uc-home-1 .title {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-size: 100px;
  font-weight: lighter;
  margin-bottom: 15vh;
}
.uc-home-1 .title img {
  display: block;
  position: relative;
  top: 25px;
  width: 300px;
}
.uc-home-1 .operate {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 10vh;
}
.uc-home-1 .operate .uc-btn {
  width: 305px;
  border-radius: 70px;
  height: 70px;
  font-size: 26px;
  margin: 0 23px;
}
.uc-home-1 .operate .uc-btn.red {
  background: linear-gradient(to right, #FE992F 0%, #FE6001 100%);
  box-shadow: 9px 8px 14px 0 rgba(205, 138, 62, 0.2);
}
.uc-home-1 .operate .uc-btn.red-plain {
  box-shadow: 9px 8px 14px 0 rgba(205, 138, 62, 0.2);
  color: #FE6001;
}
.uc-home-1 .tips {
  width: 35px;
  height: 16px;
  overflow: hidden;
  position: absolute;
  left: 50%;
  margin-left: -18px;
  bottom: 5vh;
  cursor: pointer;
}
.uc-home-1 .tips img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.uc-home-2 {
  padding-bottom: 30px;
}
.uc-home-2 .uc-content {
  height: 100vh;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  min-height: 500px;
}
.uc-home-2 .banner-box {
  width: 1360px;
  height: 433px;
  margin-left: -80px;
  margin-bottom: 80px;
  overflow: hidden;
}
.uc-home-2 .banner-box img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.uc-home-2 .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 40px;
}
.uc-home-2 .list li {
  width: 593px;
  height: 194px;
  background: url("images/home-bg-2.png") center center no-repeat;
  background-size: 100% auto;
  margin-bottom: 20px;
  padding-right: 4px;
  padding-bottom: 4px;
  position: relative;
  transition: all 0.3s linear;
  top: 0;
}
.uc-home-2 .list li:hover {
  top: -5px;
}
.uc-home-2 .list .item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  position: relative;
  width: 100%;
  height: 100%;
}
.uc-home-2 .list .icon {
  display: block;
  margin-right: 24px;
}
.uc-home-2 .list .right {
  flex: 1;
  min-width: 0;
}
.uc-home-2 .list .tips {
  position: absolute;
  right: 20px;
  top: 20px;
}
.uc-home-2 .list h3 {
  font-size: 40px;
  color: #FE6001;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.uc-home-2 .list .con {
  font-size: 22px;
  line-height: 30px;
  margin-top: 20px;
  color: #333;
}
.uc-home-2 .list .light {
  position: absolute;
  right: 20px;
  bottom: 5px;
}

/* |02|论文查重|paperSearch| */
.uc-paperSearch-1 {
  padding: 24px 0 40px;
}
.uc-paperSearch-1 .uc-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.uc-paperSearch-1 .notice {
  flex: 1;
  min-width: 0;
  border: rgba(254, 153, 47, 0.28) 1px solid;
  border-radius: 52px;
  background-color: #fff;
  height: 52px;
  padding: 0 28px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.uc-paperSearch-1 .uc-btn {
  width: 154px;
  border-radius: 52px;
  height: 52px;
  box-shadow: 9px 8px 14px 0 rgba(205, 138, 62, 0.2);
  font-size: 24px;
  margin-left: 24px;
}
.uc-paperSearch-1 .part {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 48%;
  height: 50px;
}
.uc-paperSearch-1 .marquee {
  padding: 0 10px;
  line-height: 40px;
  overflow: hidden;
  flex: 1;
  min-width: 0;
  height: 30px;
  font-size: 18px;
  color: #aaa;
}
.uc-paperSearch-1 .marquee a {
  color: #aaa;
}
.uc-paperSearch-1 .marquee a:hover {
  color: #FE992F;
}

.uc-paperSearch-2 {
  margin-bottom: 20px;
}
.uc-paperSearch-2 .uc-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.uc-paperSearch-2 .filter {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  flex: 1;
  min-width: 0;
  margin-right: 20px;
}
.uc-paperSearch-2 .filter li {
  cursor: pointer;
  width: 285px;
  border-radius: 15px;
  height: 197px;
  background: url("images/paperSearch-bg-2-1.png") center center no-repeat;
  background-size: 100% auto;
  position: relative;
  padding: 20px 25px 25px 20px;
  overflow: hidden;
}
.uc-paperSearch-2 .filter li.on {
  background-image: url("images/paperSearch-bg-2-2.png");
  color: #fff;
}
.uc-paperSearch-2 .filter li.on .price {
  color: #fff;
}
.uc-paperSearch-2 .filter li.on .line {
  background-color: rgba(255, 255, 255, 0.5);
}
.uc-paperSearch-2 .filter li.on .uc-blue {
  color: #fff !important;
}
.uc-paperSearch-2 .filter .icon {
  position: absolute;
  right: 20px;
  bottom: 15px;
}
.uc-paperSearch-2 .filter .hd {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  height: 75px;
  margin-bottom: 10px;
}
.uc-paperSearch-2 .filter .name {
  font-size: 40px;
}
.uc-paperSearch-2 .filter .price {
  font-size: 20px;
  color: #FE992F;
}
.uc-paperSearch-2 .filter .line {
  width: 128px;
  height: 1px;
  background-color: rgba(161, 161, 161, 0.5);
  margin-bottom: 15px;
}
.uc-paperSearch-2 .filter .con {
  font-size: 16px;
  line-height: 2em;
}
.uc-paperSearch-2 .pkg {
  width: 285px;
  height: 197px;
  background: url("images/paperSearch-bg-2-3.png") center center no-repeat;
  background-size: 100% auto;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
.uc-paperSearch-2 .pkg .hd {
  width: 82px;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  font-size: 30px;
  padding: 0 25px 5px 20px;
}
.uc-paperSearch-2 .pkg .bd {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  padding: 0 20px 5px 10px;
}
.uc-paperSearch-2 .pkg .item {
  padding-left: 20px;
  position: relative;
  font-size: 18px;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  line-height: 24px;
}
.uc-paperSearch-2 .pkg .item .dot {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 9px;
  border-radius: 100%;
  height: 9px;
  background-color: #fff;
  left: 0;
}
.uc-paperSearch-2 .pkg .item .c {
  flex: 1;
  min-width: 0;
}
.uc-paperSearch-2 .pkg .btm {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding-left: 20px;
  color: #fff;
  font-size: 18px;
}
.uc-paperSearch-2 .pkg .uc-btn {
  height: 35px;
  border-radius: 35px;
  background-color: #fff;
  color: #FE992F;
  font-size: 20px;
  min-width: 75px;
}

.uc-paperSearch-main {
  padding-bottom: 50px;
}
.uc-paperSearch-main .tab-con {
  display: none;
}
.uc-paperSearch-main .tab-con:first-child {
  display: block;
}
.uc-paperSearch-main .main {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
.uc-paperSearch-main .mein-left {
  width: 793px;
}
.uc-paperSearch-main .mein-right {
  width: 386px;
}

.uc-paperSearch-3 {
  border-radius: 9px;
  border: #FE992F 1px solid;
  margin-bottom: 20px;
  padding: 30px 24px;
  background-color: #fff;
  height: 100%;
}
.uc-paperSearch-3 .title {
  font-size: 26px;
  margin-bottom: 20px;
  line-height: 36px;
}
.uc-paperSearch-3 .form li {
  margin-bottom: 26px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.uc-paperSearch-3 .form .txt {
  margin-right: 14px;
  font-size: 22px;
}
.uc-paperSearch-3 .form .uc-input {
  flex: 1;
  min-width: 0;
  border: #E6E6E6 1px solid;
  border-radius: 8px;
  height: 50px;
  padding: 0 20px;
  font-size: 20px;
}
.uc-paperSearch-3 .choose-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  flex: 1;
  min-width: 0;
}
.uc-paperSearch-3 .choose-box .item {
  background: url("images/radio.png") left center no-repeat;
  padding-left: 24px;
  margin-right: 36px;
  line-height: 50px;
  cursor: pointer;
  font-size: 22px;
}
.uc-paperSearch-3 .choose-box .item.on {
  background-image: url("images/radio-on.png");
}
.uc-paperSearch-3 .upload-box {
  width: 100%;
  background-color: rgba(254, 153, 47, 0.05);
  border: #FE992F 1px dashed;
  border-radius: 10px;
  height: 250px;
  position: relative;
  margin-bottom: 14px;
}
.uc-paperSearch-3 .upload-box .over {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}
.uc-paperSearch-3 .upload-box .over .icon {
  display: block;
  margin: 0 auto 25px;
}
.uc-paperSearch-3 .upload-box .over .txt1 {
  font-size: 18px;
  line-height: 36px;
  color: #FE992F;
}
.uc-paperSearch-3 .upload-box .over .txt2 {
  line-height: 36px;
  color: #999999;
}
.uc-paperSearch-3 .file-list {
  width: 100%;
}
.uc-paperSearch-3 .file-list .item {
  border: #FE992F 1px solid;
  border-radius: 10px;
  background-color: rgba(254, 153, 47, 0.05);
  padding: 0 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 14px;
  height: 66px;
}
.uc-paperSearch-3 .file-list img {
  display: block;
}
.uc-paperSearch-3 .file-list .name {
  flex: 1;
  min-width: 0;
  font-size: 22px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-left: 15px;
}
.uc-paperSearch-3 .file-list .btn {
  margin-left: 20px;
}
.uc-paperSearch-3 .operate {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 30px;
}
.uc-paperSearch-3 .operate .uc-btn {
  width: 206px;
  border-radius: 65px;
  height: 65px;
  font-size: 22px;
  margin: 0 10px;
}
.uc-paperSearch-3 .operate .uc-btn.orange {
  background: linear-gradient(135deg, #FE992F 0%, #FE992F 100%);
  box-shadow: 9px 8px 14px 0 rgba(205, 138, 62, 0.16);
}
.uc-paperSearch-3 .operate .uc-btn.orange-plain {
  box-shadow: 9px 8px 14px 0 rgba(205, 138, 62, 0.16);
  color: #FE6001;
}

.uc-paperSearch-6 {
  margin-bottom: 30px;
  border-radius: 10px;
  border: #DFDFDF 1px solid;
  background-color: #fff;
  padding: 10px 20px;
  height: 100%;
}
.uc-paperSearch-6 .title {
  font-size: 26px;
  padding: 16px 0;
}
.uc-paperSearch-6 .list li {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 40px;
}
.uc-paperSearch-6 .list li:last-child {
  margin-bottom: 0;
}
.uc-paperSearch-6 .list img {
  display: block;
  margin-right: 10px;
}
.uc-paperSearch-6 .list .right {
  flex: 1;
  min-width: 0;
}
.uc-paperSearch-6 .list h3, .uc-paperSearch-6 .list .con {
  font-size: 18px;
  line-height: 24px;
  text-align: justify;
}

/* |03|论文写作|paperWrite| */
.uc-paperWrite-1 {
  padding-top: 24px;
  padding-bottom: 50px;
}
.uc-paperWrite-1 .banner-box {
  width: 1200px;
  border-radius: 20px;
  height: 180px;
  overflow: hidden;
}
.uc-paperWrite-1 .banner-box img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.uc-paperWrite-2 {
  padding-bottom: 40px;
}
.uc-paperWrite-2 .uc-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  padding-left: 15px;
  padding-right: 15px;
}
.uc-paperWrite-2 .part {
  width: 358px;
}
.uc-paperWrite-2 .title {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-size: 42px;
  margin-bottom: 20px;
}
.uc-paperWrite-2 .title img {
  display: block;
  margin-right: 10px;
}
.uc-paperWrite-2 .list li {
  height: 210px;
  background: url("images/paperWrite-bg-2-1.png") center center no-repeat;
  background-size: 100% auto;
  margin-bottom: 20px;
  padding: 40px 25px 20px;
  position: relative;
  top: 0;
  transition: all 0.3s linear;
  cursor: pointer;
}
.uc-paperWrite-2 .list li:hover {
  top: -5px;
}
.uc-paperWrite-2 .list .item {
  color: #333333;
}
.uc-paperWrite-2 .list .item:hover {
  color: #333333;
}
.uc-paperWrite-2 .list .tag {
  height: 45px;
  border-radius: 0 13px 0 22px;
  background-color: rgba(254, 96, 1, 0.2);
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  min-width: 166px;
  padding-left: 15px;
  font-size: 16px;
  color: #FE6001;
  position: absolute;
  top: 1px;
  right: 4px;
}
.uc-paperWrite-2 .list .tag img {
  display: block;
  margin-right: 10px;
}
.uc-paperWrite-2 .list .hd {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}
.uc-paperWrite-2 .list .icon {
  position: relative;
  width: 60px;
}
.uc-paperWrite-2 .list .icon img {
  display: block;
}
.uc-paperWrite-2 .list .icon .t {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
  line-height: 24px;
  color: #fff;
  font-size: 10px;
  top: 28px;
}
.uc-paperWrite-2 .list .name {
  flex: 1;
  min-width: 0;
  margin-left: 10px;
  font-size: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.uc-paperWrite-2 .list .bd {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.uc-paperWrite-2 .list .con {
  flex: 1;
  min-width: 0;
  font-size: 14px;
  line-height: 24px;
}
.uc-paperWrite-2 .list .price {
  color: #FE6001;
  font-size: 14px;
}
.uc-paperWrite-2 .list .price .uc-big {
  font-size: 26px;
}
.uc-paperWrite-2 .list.style-red li {
  background-image: url("images/paperWrite-bg-2-2.png");
}
.uc-paperWrite-2 .list.style-red .tag {
  color: #FE0101;
  background-color: rgba(254, 96, 1, 0.2);
}
.uc-paperWrite-2 .list.style-red .price {
  color: #FE0101;
}
.uc-paperWrite-2 .list.style-purple li {
  background-image: url("images/paperWrite-bg-2-3.png");
}
.uc-paperWrite-2 .list.style-purple .tag {
  color: #B32FFE;
  background-color: rgba(179, 47, 254, 0.2);
}
.uc-paperWrite-2 .list.style-purple .price {
  color: #B32FFE;
}