html {
  color: #333;
  font-family: "HarmonyOS_Sans_SC_Regular";
  font-weight: 400;
  font-size: 12px;
}

body,
div,
dl,
dt,
dd,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
img {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var,
optgroup,
i {
  font-style: inherit;
  font-weight: inherit;
}

del,
ins {
  text-decoration: none;
}

li {
  list-style: none;
}

caption {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: 400;
}

q:before,
q:after {
  content: '';
}

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: baseline;
}

sub {
  vertical-align: baseline;
}

legend {
  color: #000;
}

input,
button,
textarea,
select,
optgroup,
option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
}

input,
button,
textarea,
select {
  font-size: 100%;
}

body,
html {
  height: 100%;
}

/*文字排版*/
.f12 {
  font-size: 12px;
}

.f13 {
  font-size: 13px;
}

.f14 {
  font-size: 14px;
}

.f16 {
  font-size: 16px;
}

.f18 {
  font-size: 18px;
}

.f20 {
  font-size: 20px;
}

.f22 {
  font-size: 22px;
}

.f24 {
  font-size: 24px;
}

.f26 {
  font-size: 26px;
}

.f28 {
  font-size: 28px;
}

.f30 {
  font-size: 30px;
}

.f32 {
  font-size: 32px;
}

.f34 {
  font-size: 34px;
}

.f36 {
  font-size: 36px;
}

.f38 {
  font-size: 38px;
}

.f40 {
  font-size: 40px;
}

.f42 {
  font-size: 42px;
}

.fb {
  font-weight: 700;
}

.fn {
  font-weight: 400;
}

.t2 {
  text-indent: 2em;
}

.lh100 {
  line-height: 100%;
}

.lh150 {
  line-height: 150%;
}

.lh180 {
  line-height: 180%;
}

.lh200 {
  line-height: 200%;
}

.unl {
  text-decoration: underline;
}

.no_unl {
  text-decoration: none;
}

a {
  text-decoration: none;
}

.cup {
  cursor: pointer
}

/*定位*/
.tl {
  text-align: left;
}

.tc {
  text-align: center;
}

.tr {
  text-align: right;
}

.bc {
  margin-left: 0;
  margin-right: 0;
}

.fl {
  float: left;
  display: inline;
}

.fr {
  float: right;
  display: inline;
}

.cb {
  clear: both;
}

.cl {
  clear: left;
}

.cr {
  clear: right;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.ovh-comm {
  overflow: hidden;
}

.vm {
  vertical-align: middle;
}

.vt {
  vertical-align: top;
}

.pr {
  position: relative;
}

.pa {
  position: absolute;
}

.abs-right {
  position: absolute;
  right: 0;
}

.zoom {
  zoom: 1;
}

.zoom:after {
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
  overflow: hidden;
  content: ".";
}

.hidden {
  visibility: hidden;
}

.none {
  display: none;
}

.bornone {
  border-bottom: none !important;
}

.d-in-b {
  display: inline-block;
}

/*边距*/
.m10 {
  margin: 10px;
}

.m12 {
  margin: 12px;
}

.mt-5 {
  margin-top: -5px;
}

.mt5 {
  margin-top: 5px;
}

.mt8 {
  margin-top: 8px;
}

.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mt17 {
  margin-top: 17px;
}

.mt20 {
  margin-top: 20px;
}

.mt24 {
  margin-top: 24px;
}

.mt25 {
  margin-top: 25px;
}

.mt30 {
  margin-top: 30px;
}

.mt35 {
  margin-top: 35px;
}

.mt40 {
  margin-top: 40px;
}

.mt45 {
  margin-top: 45px;
}

.mt50 {
  margin-top: 50px;
}

.mt60 {
  margin-top: 60px;
}

.mt78 {
  margin-top: 78px;
}

.mb5 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb35 {
  margin-bottom: 35px;
}

.mb40 {
  margin-bottom: 40px;
}

.ml3 {
  margin-left: 3px;
}

.ml5 {
  margin-left: 5px;
}

.ml10 {
  margin-left: 10px;
}

.ml15 {
  margin-left: 15px;
}

.ml20 {
  margin-left: 20px;
}

.ml25 {
  margin-left: 25px;
}

.ml30 {
  margin-left: 30px;
}

.ml35 {
  margin-left: 35px;
}

.ml40 {
  margin-left: 40px;
}

.ml45 {
  margin-left: 45px;
}

.ml50 {
  margin-left: 50px;
}

.ml120 {
  margin-left: 120px;
}

.mr5 {
  margin-right: 5px;
}

.mr10 {
  margin-right: 10px;
}

.mr15 {
  margin-right: 15px;
}

.mr20 {
  margin-right: 20px;
}

.mr25 {
  margin-right: 25px;
}

.mr30 {
  margin-right: 30px;
}

.mr35 {
  margin-right: 35px;
}

.mr40 {
  margin-right: 40px;
}

.mr45 {
  margin-right: 45px;
}

.mr50 {
  margin-right: 50px;
}

.p5 {
  padding: 5px;
}

.p10 {
  padding: 10px;
}

.p12 {
  padding: 12px;
}

.p15 {
  padding: 15px;
}

.p20 {
  padding: 20px;
}

.pt10 {
  padding-top: 10px;
}

.pt15 {
  padding-top: 15px;
}

.pt20 {
  padding-top: 20px;
}

.pt25 {
  padding-top: 25px;
}

.pt30 {
  padding-top: 30px;
}

.pt35 {
  padding-top: 35px;
}

.pt40 {
  padding-top: 40px;
}

.pt45 {
  padding-top: 45px;
}

.pt50 {
  padding-top: 50px;
}

.pb10 {
  padding-bottom: 10px;
}

.pb15 {
  padding-bottom: 15px;
}

.pb20 {
  padding-bottom: 20px;
}

.pb25 {
  padding-bottom: 25px;
}

.pb30 {
  padding-bottom: 30px;
}

.pb35 {
  padding-bottom: 35px;
}

.pb40 {
  padding-bottom: 40px;
}

.pb45 {
  padding-bottom: 45px;
}

.pb50 {
  padding-bottom: 50px;
}

.pl5 {
  padding-left: 5px;
}

.pl10 {
  padding-left: 10px;
}

.pl15 {
  padding-left: 15px;
}

.pl20 {
  padding-left: 20px;
}

.pl25 {
  padding-left: 25px;
}

.pl30 {
  padding-left: 30px;
}

.pl35 {
  padding-left: 35px;
}

.pl40 {
  padding-left: 40px;
}

.pl45 {
  padding-left: 45px;
}

.pl50 {
  padding-left: 50px;
}

.pr5 {
  padding-right: 5px;
}

.pr10 {
  padding-right: 10px;
}

.pr15 {
  padding-right: 15px;
}

.pr20 {
  padding-right: 20px;
}

.pr25 {
  padding-right: 25px;
}

.pr30 {
  padding-right: 30px;
}

.pr35 {
  padding-right: 35px;
}

.pr40 {
  padding-right: 40px;
}

.pr45 {
  padding-right: 45px;
}

.pr50 {
  padding-right: 50px;
}

.icon {
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
}

/*文字颜色*/
.colfff {
  color: #fff;
}

.bgfff {
  background: #fff;
}

.bg-fff {
  background: #fff;
}

.head-nav {
  background-color: #fff;
}

.head-content {
  width: 1120px;
  margin: 0 auto;
  position: relative;
}

.head-nav {
  width: 100%;
  position: relative;
  height: 55px;
  top: 0;
  left: 0;
  z-index: 100;
  background-color: #f9f9f9;
}

.head-nav:hover {
  background-color: #fff;
}

.head-nav .nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.head-nav .nav .nav-left {
  display: flex;
  justify-content: center;
  align-items: center;
}

.head-nav .nav .nav-right {
  display: flex;
  justify-content: center;
  align-items: center;
  /* position: fixed; */
  right: 100px;
}

.head-nav .nav .site-logo {
  display: inline-block;
  height: 32px;
  cursor: pointer;
}

.head-nav .nav .site-logo img {
  height: 32px;
}

.head-nav .nav .head-nav-list {
  height: 55px;
  display: flex;
  margin-left: 30px;
}

.head-nav .nav .head-nav-list li {
  padding: 0 10px;
  font-size: 14px;
  margin-right: 10px;
  line-height: 55px;
  cursor: pointer;
  font-weight: 700;
}

.head-nav .nav .head-nav-list li a {
  display: block;
  color: #573e3e;
  font-family: 'HarmonyOS_Sans_SC_Medium';
  font-weight: 600;
}


.head-nav .nav .head-nav-list li:hover a {
  color: #ff614f;
}

.head-nav .nav .login-btn {
  font-family: 'HarmonyOS_Sans_SC_Bold';
  color: #fff;
  padding: 5px 10px;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  border-radius: 25px;
  background: #ff614f;
  border: none;
  float: right;
  cursor: pointer;
  width: 84px;
  box-sizing: border-box;
}

.head-nav .nav .login-btn:hover {
  background: #ff8e80;
}

.head-nav .nav .user-avatar {
  cursor: pointer;
  width: 30px;
  display: none;
}

.head-nav .nav .user-avatar img {
  width: 32px;
  vertical-align: middle;
}

.head-nav .nav-wap {
  display: none;
}

.head-nav .nav-wap .head-nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 0;
  padding: 0;
}

.head-nav .nav-wap .head-nav-list li {
  list-style: none;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
  color: #573e3e;
  font-size: 13px;
  height: 36px;
  line-height: 36px;
}

.head-nav .nav-wap .head-nav-list li a {
  color: #573e3e;
}


.follow-us-container {
  width: 300px;
  height: 300px;
  padding: 30px;
  border-radius: 30px;
  background-color: #fff;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -150px;
  margin-top: -150px;
}

.follow-us-container .dialog-close {
  position: absolute;
  top: 23px;
  right: 23px;
}

.follow-us-tips {
  margin-top: 20px;
  border-top: 2px solid #dddbdb;
  padding-top: 20px;
}

.follow-us-box,
.official-account {
  font-size: 16px;
  line-height: 36px;
  color: #333;
  text-align: center;
}

.follow-us-box img,
.official-account img {
  vertical-align: middle;
  margin-right: 20px;
}

.official-account {
  margin-top: 10px;
}

/* 个人中心 */
.user-center {
  position: absolute;
  right: -50px;
  top: 57px;
  z-index: 9;
  width: 294px;
  box-sizing: border-box;
  padding: 20px;
  border-radius: 18px;
  border: 1px solid #F5F5F5;
  background: #FFF;
  box-shadow: 4px 4px 20px 0px rgba(0, 0, 0, 0.05);
  display: none;
}

.user-center p,
.user-center div {
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  padding: 0 10px;
  color: #505050;
  cursor: pointer;
}

.user-center p:hover {
  border-radius: 8px;
  background: #FF614F;
}

.user-center p a {
  color: #505050;
  display: block;
}

.user-center p:hover a,
.user-center p:hover {
  color: #FFF;
  font-weight: 700;
}

.input-error {
  border: 1px solid #FF614F;
}

.dialog-layer {
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100%;
  display: none;
  justify-content: center;
  align-items: center;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
}

.dialog-layer .pwd-title {
  color: #FF614F;
  font-size: 18px;
  font-weight: 700;

}

.pwd-close {
  width: 18px;
  height: 18px;
  float: right;
  cursor: pointer;
  border-radius: 5px;
}

.pwd-box {
  border-radius: 40px;
  width: 554px;
  height: 340px;
  padding: 30px;
  box-sizing: border-box;
  background: #fff;
}

.pwd-box div {
  height: 36px;
  margin-top: 20px;
  position: relative;
  display: flex;
}

.pwd-box label {
  width: 80px;
  color: #383838;
  font-size: 14px;
  display: inline-block;
  text-align: right;
  margin-right: 20px;
}

.pwd-box input {
  height: 36px;
  flex: 1;
  border-radius: 8px;
  background: #F4F4F4;
  border: none;
  padding: 0 10px;
  border: 1px solid #F4F4F4;
}

.pwd-box input:focus-visible {
  outline: none;
}

.pwd-box .eye-icon {
  display: inline-block;
  background: url(../images/eye2.png);
  width: 18px;
  height: 18px;
  background-size: cover;
  position: absolute;
  top: 10px;
  right: 32px;
  cursor: pointer;
}

.pwd-box .input-error {
  border: 1px solid #FF614F;
  background: #fff;
}

.pwd-box .input-error::placeholder {
  color: #FF614F;
}

.pwd-foot {
  text-align: right;
  margin-top: 27px;
  justify-content: end;
}

.pwd-foot .cancel-btn {
  color: #383838;
  font-size: 16px;
  font-weight: 700;
  background: #fff;
  border: none;
  margin-right: 20px;
  cursor: pointer;
}

.pwd-foot .cancel-btn:hover {
  color: #3838384d;
}

.pwd-foot .submit-btn {
  border-radius: 43px;
  background: #FF614F;
  width: 104px;
  height: 40px;
  border: none;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
}

.pwd-foot .submit-btn:hover {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.30) 0%, rgba(255, 255, 255, 0.30) 100%), var(---, #FF614F);
}

.user-count {
  font-size: 14px;
  text-align: center;
  margin-top: 14px;
  color: #836F6F;
}

.user-count span {
  color: #836f6f;
  font-size: 14px;
  display: inline-block;
  border-radius: 50px;
  background: #f9f9f9;
  padding: 6px 14px;
}

.user-count span:first-child {
  margin-right: 13px;
}

.user-count span:last-child {
  color: #ff614f;
  text-decoration: underline;
}

.user-count span a {
  color: #ff614f;
}

.user-count span i {
  font-weight: bold;
  font-style: inherit;
}

.scroll-list-box {
  font-size: 14px;
  color: #666;
  text-align: center;
}

.scroll-list {
  height: 44px;
  overflow: hidden;
}

.scroll-list li {
  height: 44px;
  line-height: 44px;
}

.scroll-list li::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url(../images/student.svg);
  background-size: cover;
  vertical-align: middle;
}

.mosaic {
  display: inline-block;
  width: 100px;
  height: 38px;
  background: url("/src/assets/images/mosaic.png");
}

.student-img {
  width: 30px;
  height: 30px;
  vertical-align: middle;
}

.network-select {
  border-radius: 8px;
  border: none;
  width: 106px;
  background: #fff;
  height: 36px;
  line-height: 36px;
  color: #606266;
  font-size: 14px;
  padding: 0 5px;
  outline: none;
}

.network-select option {
  height: 34px;
  line-height: 34px;
}

.network-layer {
  display: none;
  z-index: 999;
}

.network-box {
  border-radius: 40px;
  width: 554px;
  height: 208px;
  padding: 30px;
  box-sizing: border-box;
  background: #fff;
}

.network-box p {
  font-size: 14px;
  color: #383838;
  font-weight: 500;
}

.network-tips {
  margin-top: 30px;
  font-size: 14px;
}

.dialog-close {
  float: right;
  cursor: pointer;
  background: url(../images/close-icon2.png);
  background-size: 24px 24px;
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 7px;
}

.dialog-close:hover {
  background: url(../images/close-icon3.png);
  background-size: 24px 24px;
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 7px;
}



.online-kf-box {
  position: fixed;
  z-index: 99;
  cursor: pointer;
  right: 40px;
  bottom: 100px;
  text-align: center;
}

.online-kf-box .online-kf {
  border-radius: 30px;
  width: 50px;
  height: 50px;
  box-shadow: 3px 4px 9px 0px #b4a5a5;
}

.online-kf-box p {
  margin: 10px 0;
  font-size: 14px;
  color: #ff8577;
  font-weight: 600;
}

.goWap {
  display: none;
  font-size: 24px;
  margin: 24px;
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  padding: 0;
  margin: 0;
}

.goWapClose {
  width: 24px;
  height: 24px;
  border-radius: 7px;
  position: fixed;
  right: 30px;
  top: 50px;
}

.goWap h2 {
  font-weight: bold;
  color: #fff;
  font-size: 26px;
  margin-top: 100px;
}

.essaybye-main .head-content .notice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #838383;
  font-size: 12px;
  border-radius: 36px;
  background: #e8cfcf33;
  padding: 10px 20px;
  display: none;
}

.notice-box {
  overflow: visible;
  height: auto;
  color: #ff614f;
  line-height: 19px;
}

.notice-content {
  display: flex;
  line-height: 22px;
  align-items: center;
}

.essaybye-main .head-content .notice .horn-icon {
  vertical-align: middle;
  width: 15px;
  height: 16px;
  margin-right: 5px;
  margin-top: 3px;
}

.notice-show-icon {
  display: inline-block;
  width: 18px;
  height: 16px;
  background: url(../images/notice-icon.png) no-repeat center;
  background-size: cover;
  margin-right: 10px;
  vertical-align: middle;
  margin-top: 3px;
  cursor: pointer;
  display: none;
}

.notice-hide-icon {
  display: inline-block;
  width: 18px;
  height: 16px;
  background: url(../images/notice-icon2.png) no-repeat center;
  background-size: cover;
  margin-right: 10px;
  vertical-align: sub;
  cursor: pointer;
  display: none;
  flex: none;
}

.essaybye-main .head-content .notice .notice-close {
  width: 15px;
  height: 16px;
  cursor: pointer;
  margin-top: 3px;
}


.user-info-ul {
  padding: 0;
  list-style: none;
  text-align: left;
  margin: 14px 0;
}

.user-info-ul li {
  width: 100%;
  cursor: pointer;
  padding: 12px 10px;
}

.user-info-ul li p {
  padding: 0;
  border-radius: 8px;
  margin: 0;
}

.user-info-ul li:hover {
  background: #eef3f5;
  border-radius: 8px;
}

.reduce-main {
  background: #fff;
}

.reduce-main .step-list {
  display: flex;
  list-style: none;
  justify-content: center;
  margin: 20px 0;
}

.reduce-main .step-list li {
  color: #836F6F;
  vertical-align: middle;
  height: 35px;
  line-height: 35px;
}

.reduce-main .step-list li .step-num {
  display: inline-block;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  border-radius: 50px;
  background: #9A8E8E;
  color: #fff;
  margin-right: 10px;
}

.reduce-main .step-list li .arrow-right {
  display: inline-block;
  width: 50px;
  height: 35px;
  background: url(../images/arrow-icon.png) no-repeat center;
  background-size: cover;
  vertical-align: middle;
  margin: 0 10px;
}

/* Main Content */
.reduce-main .title {
  color: #573E3E;
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  margin: 40px 0 13px 0;
  font-family: 'HarmonyOS_Sans_SC_Medium';
}

.reduce-main .title span {
  color: #FF614F;
}

.reduce-main .sub-title {
  color: #836F6F;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  font-family: 'HarmonyOS_Sans_SC_Medium';
}

.reduce-main .reduce-step-title {
  color: #836F6F;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  margin: 40px 0 13px;
  font-family: "HarmonyOS_Sans_SC_Regular";
}

.reduce-main .reduce-content {
  padding: 30px 0 110px 0;
  border-radius: 100px 100px 0px 0px;
  background: #FFF;
}

.reduce-main .reduce-content .reduce-input {
  position: relative;
  background: #F9F9F9;
  width: 830px;
  height: 410px;
  border-radius: 30px;
  padding: 30px 9px 30px 30px;
  box-sizing: border-box;
}

.reduce-main .reduce-content .reduce-input textarea {
  background: #F9F9F9;
  border: none;
  padding: 0 55px 0 0;
  width: 80%;
  height: 300px;
  resize: none;
  outline: none;
  font-size: 14px;
  line-height: 1.5;
  color: #333;
}

.reduce-main .reduce-content .reduce-input textarea::-webkit-scrollbar {
  width: 3px;
}

.reduce-main .reduce-content .reduce-input textarea::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background-color: #ebebeb;
}

/* Tool Box (Clear, Copy, etc.) */
.reduce-main .reduce-content .reduce-input .tool-box {
  display: flex;
  box-sizing: border-box;
  padding: 15px 0;
  justify-content: space-between;
  align-content: space-around;
  flex-direction: column;
  flex-wrap: wrap;
  width: 38px;
  height: 106px;
  border-radius: 11px;
  background: #FFF;
  position: absolute;
  right: 20px;
  top: 30px;
}

.reduce-main .reduce-content .reduce-input .tool-box img {
  width: 18px;
  height: 18px;
  cursor: pointer;
  margin: 0 auto;
}

.reduce-main .reduce-content .reduce-input .tool-box .del-icon {
  width: 16px;
  height: 16px;
}



.reduce-main .reduce-content .reduce-input .tool-bottom .tool-bottom-box {
  padding: 0 20px;
  display: flex;
  height: 43px;
  justify-content: space-between;
  align-items: center;
}

.reduce-main .reduce-content .reduce-input .tool-bottom .tool-bottom-box button {
  width: 106px;
  height: 34px;
  background-color: #fff;
  border-radius: 16px;
  border: none;
  cursor: pointer;
  font-family: 'HarmonyOS_Sans_SC_Medium';
  font-weight: 500;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
}

.reduce-main .reduce-content .reduce-input .tool-bottom .tool-bottom-box button:hover {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.10) 0%, rgba(0, 0, 0, 0.10) 100%), #FFF;
  color: #606266;
}

.reduce-main .reduce-content .reduce-input .tool-bottom .tool-bottom-box .upload-btn {
  color: #FF614F;
  background-color: #fff;
}

.reduce-main .reduce-content .reduce-input .tool-bottom .tool-bottom-box .upload-btn .upload-btn-icon {
  margin-right: 4px;
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../images/upload-icon.png) no-repeat center;
  background-size: 15px 15px;
  vertical-align: sub;
}

.reduce-main .reduce-content .reduce-input .tool-bottom .tool-bottom-box .upload-btn:hover {
  color: #FF614F;
}

.reduce-main .reduce-content .reduce-input .tool-bottom .tool-bottom-box .upload-btn:hover .upload-btn-icon {
  background: url(../images/upload-icon.png) no-repeat center;
  background-size: 15px 15px;
}

.reduce-main .reduce-content .reduce-input .tool-bottom .tool-bottom-box .buy-btn {
  font-family: 'HarmonyOS_Sans_SC_Bold';
  border-radius: 50px;
  background: linear-gradient(90deg, #FF4D51 0%, #F658BF 53%, #7A5AF6 100%);
  width: 106px;
  height: 34px;
  padding: 0;
  font-size: 14px;
  font-weight: 700;
  border: none;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.reduce-main .reduce-content .reduce-input .tool-bottom .tool-bottom-box .buy-btn:hover {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.30) 0%, rgba(255, 255, 255, 0.30) 100%), linear-gradient(90deg, #FF4D51 0%, #F658BF 53%, #7A5AF6 100%);
}

.reduce-main .reduce-content .reduce-input .tool-bottom .tool-bottom-box .buy-btn span {
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url(../images/buy-icon.png) no-repeat center;
  background-size: cover;
  vertical-align: middle;
  margin-right: 5px;
}

.reduce-main .reduce-content .reduce-input .tool-bottom .tool-bottom-box .word-count {
  display: inline-block;
  padding: 0 10px;
  min-width: 120px;
  text-align: center;
  color: #666;
  font-size: 16px;
  font-weight: 500;
}

.reduce-main .reduce-content .reduce-input .tool-bottom .tool-bottom-box .word-count span {
  font-family: 'HarmonyOS_Sans_SC_Bold';
  font-weight: 700;
}

.reduce-main .reduce-content .reduce-input .tool-bottom .tool-bottom-box .word-count .word-num {
  color: #E52B2B;
  font-weight: 700;
  font-family: 'HarmonyOS_Sans_SC_Bold';
}

.reduce-main .reduce-content .reduce-input .tool-bottom .tool-bottom-box .confirm-submit {
  font-family: 'HarmonyOS_Sans_SC_Bold';
  cursor: pointer;
  width: 120px;
  height: 34px;
  border-radius: 50px;
  background: #FF614F;
  border: none;
  color: #FFF;
  font-size: 16px;
  font-weight: 700;
}

.reduce-main .reduce-content .reduce-input .tool-bottom .tool-bottom-box .confirm-submit:hover {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.30) 0%, rgba(255, 255, 255, 0.30) 100%), #FF614F;
  color: #fff;
}

.reduce-main .reduce-content .reduce-input .tool-bottom .tool-bottom-box .disabled-submit {
  background: #8C8C8C;
  cursor: auto;
}

.reduce-main .reduce-content .reduce-input .tool-bottom .tool-bottom-box .disabled-submit:hover {
  background: #8C8C8C;
}

/* Reduce Diff (Cases) */
.reduce-main .reduce-diff .reduce-diff-title {
  margin: 60px 0 38px 0;
  color: #333;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
}

.reduce-main .reduce-diff .reduce-diff-title span {
  display: inline-block;
  width: 6px;
  height: 13px;
  border-radius: 16px;
  background: #333;
  margin-right: 6px;
}

.case-title-list {
  display: flex;
  justify-content: center;
  margin: 15px 0;
}

.case-title-list li {
  list-style: none;
  flex: 1;
  color: #666;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  position: relative;
  height: 24px;
  cursor: pointer;
}

.case-title-list li:hover {
  color: #FF614F;
}

.case-title-list li.active {
  color: #FF614F;
}

.case-title-list li.active::after {
  content: "";
  display: inline-block;
  width: 134px;
  height: 8px;
  border-radius: 33px;
  background: #FF614F;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -15px;
}

.reduce-case-content .reduce-case-list {
  margin: 50px 0 0 0;
  display: none;
  padding: 0;
  justify-content: center;
}

.reduce-case-content .reduce-case-list.active {
  display: flex;
}

.reduce-case-content .reduce-case-list li {
  list-style: none;
  padding: 23px 18px;
  box-sizing: border-box;
  position: relative;
  height: 510px;
  width: 532px;
}

.reduce-case-content .reduce-case-list li .beforePercentage {
  position: absolute;
  color: #333;
  font-size: 19px;
  font-weight: 700;
  background: #fff;
  top: 74px;
  left: 29px;
}

.reduce-case-content .reduce-case-list li .afterPercentage {
  position: absolute;
  color: #333;
  font-size: 8px;
  font-weight: 700;
  background: #fff;
  top: 177px;
  left: 107px;
}

.reduce-case-content .reduce-case-list li img {
  width: 100%;
  vertical-align: middle;
  border-radius: 20px 20px 0 0;
}

.reduce-case-content .reduce-case-list li:first-child {
  border-radius: 20px;
  background: #999;
  margin-right: 114px;
}

.reduce-case-content .reduce-case-list li:first-child::after {
  content: "闄岮I鍓?;
 display: inline-block;
  position: absolute;
  padding-left: 8px;
  box-sizing: border-box;
  right: -70px;
  top: 100px;
  width: 70px;
  height: 50px;
  line-height: 50px;
  background: #999;
  border-radius: 0 25px 25px 0;
  font-size: 16px;
  color: #fff;
}

.reduce-case-content .reduce-case-list li:last-child {
  border-radius: 20px;
  background: #FF614F;
}

.reduce-case-content .reduce-case-list li:last-child::before {
  content: "";
  display: inline-block;
  background: url(../images/vs.png) no-repeat;
  background-size: cover;
  width: 60px;
  height: 45px;
  position: absolute;
  left: -94px;
  bottom: 232px;
  padding-left: 8px;
  box-sizing: border-box;
}

.reduce-case-content .reduce-case-list li:last-child::after {
  content: "闄岮I鍚?;
 display: inline-block;
  position: absolute;
  text-align: center;
  left: -70px;
  bottom: 100px;
  width: 70px;
  height: 50px;
  line-height: 50px;
  background: #FF614F;
  border-radius: 25px 0 0 25px;
  font-size: 16px;
  color: #fff;
}

.reduce-case-content .reduce-case-list li .case-words {
  background-color: #fff;
  padding: 10px 12px;
  border-radius: 0 0 20px 20px;
  height: 236px;
  overflow: auto;
  text-align: justify;
  border-top: 1px solid #f1f1f1;
}

.reduce-case-content .reduce-case-list li .case-words::-webkit-scrollbar {
  width: 3px;
  background-color: transparent;
}

.reduce-case-content .reduce-case-list li .case-words::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background-color: transparent;
}

.reduce-case-content .reduce-case-list li .case-words p {
  margin: 0 0 10px 0;
  font-size: 12px;
}

/* User Comments */
.reduce-main .reduce-user-comments .reduce-comments-list {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}

.reduce-main .reduce-user-comments .reduce-comments-list li {
  list-style: none;
  padding: 18px 15px 25px;
  border-radius: 12px;
  background: #F4FAFF;
  margin-bottom: 10px;
  width: 375px;
  height: 100px;
  margin: 0 27px 20px 0;
  box-sizing: border-box;
}

.reduce-main .reduce-user-comments .reduce-comments-list li:last-child {
  margin-bottom: 0px;
}

.reduce-main .reduce-user-comments .reduce-comments-list li:nth-child(3n) {
  margin-right: 0;
}

.reduce-main .reduce-user-comments .reduce-comments-list li .user-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.reduce-main .reduce-user-comments .reduce-comments-list li .user-email {
  color: #666;
  font-size: 12px;
  font-weight: 700;
  padding-right: 10px;
}

.reduce-main .reduce-user-comments .reduce-comments-list li .user-country {
  color: #666;
  font-size: 12px;
}

.reduce-main .reduce-user-comments .reduce-comments-list li .comments-title {
  color: #999;
  font-size: 12px;
  font-weight: 400px;
}

.reduce-main .reduce-user-comments .reduce-comments-list li .comments-content {
  margin-top: 10px;
  color: #666;
  font-size: 12px;
  text-align: justify;
  line-height: 150%;
}



/* Common Layout */
.main-content {
  width: 1180px;
  margin: 0 auto;
}

/* Freeze Words Tips */
.freeze-message-box .freeze-message {
  margin: 0 0 10px;
  overflow: hidden;
  word-break: break-all;
  height: 20px;
  line-height: 20px;
  position: relative;
}

.freeze-message-box .show-all-freeze {
  position: absolute;
  right: 0;
  top: 0;
  width: 25px;
  height: 18px;
  background: #F9F9F9 url(../images/more-icon.png) no-repeat center;
  background-size: 18px 18px;
  cursor: pointer;
}

.Limit-line1 {
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

/* Dialog Styles (Custom) */
.dialog-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  justify-content: center;
  align-items: center;
}

.dialog-box {
  background: #fff;
  border-radius: 40px;
  padding: 40px 30px;
  width: 554px;
  max-width: 90%;
  position: relative;
  display: flex;
  flex-direction: column;
}

.dialog-header {
  margin-bottom: 20px;
  position: relative;
}

.dialog-title {
  color: #FF614F;
  font-size: 18px;
  font-weight: 700;
}

.dialog-close {
  position: absolute;
  top: -20px;
  right: -10px;
  width: 24px;
  height: 24px;
  background: url(../images/close-icon2.png) no-repeat center;
  background-size: 24px 24px;
  cursor: pointer;
}

.dialog-close:hover {
  background: url(../images/close-icon3.png) no-repeat center;
  background-size: 24px 24px;
}

.dialog-body {
  margin-bottom: 20px;
}

.dialog-footer {
  display: flex;
  justify-content: end;
}

.dialog-footer .cancel-btn {
  font-family: 'HarmonyOS_Sans_SC_Bold';
  color: #383838;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  border: none;
  background-color: #fff;
  margin-right: 20px;
  cursor: pointer;
}

.dialog-footer .confirm-btn {
  font-family: 'HarmonyOS_Sans_SC_Bold';
  font-weight: 700;
  width: 104px;
  height: 40px;
  border-radius: 43px;
  background: #FF614F;
  border: none;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
}

.dialog-footer .confirm-btn:hover {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.30) 0%, rgba(255, 255, 255, 0.30) 100%), #FF614F;
}

.dialog-footer .confirm-btn.disabled {
  background: #8C8C8C;
  cursor: not-allowed;
}

/* Input Styles in Dialog */
.dialog-body input[type="text"] {
  height: 36px;
  border-radius: 8px;
  background: #F4F4F4;
  border: none;
  width: 100%;
  padding: 0 10px;
  box-sizing: border-box;
}

#freeze-inputs-container {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}

.freeze-item {
  width: 33.33%;
  padding: 0 10px;
  box-sizing: border-box;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}

.freeze-add-btn {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  display: inline-block;
  margin-top: 0;
}

.ewm-list {
  border-top: 2px solid #f3f3f3;
  list-style: none;
  padding: 60px 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: 'HarmonyOS_Sans_SC_Medium';
  font-weight: 500;
}

.ewm-list li {
  text-align: center;
  color: #485465;
  font-size: 16px;
  font-weight: 600;
  margin-right: 60px;
}

.ewm-list li img {
  width: 100px;
  margin-top: 15px;
}

.foot {
  padding: 8px 120px;
  background: #464646;
}

.foot .foot-content {
  color: #ff614f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 12px;
}

.foot .foot-content a {
  color: #ff614f;
}

.foot .foot-content .foot-logo {
  width: 60px;
  margin-right: 20px;
}

.essaybye-main {
  padding-top: 55px;
}

.head-nav {
  position: fixed;
  background-color: #fff;
}




.float-right {
  position: fixed;
  z-index: 99;
  right: 40px;
  bottom: 65px;
  padding: 0;

}

.float-right li {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
  cursor: pointer;

}

.float-right li:first-child {
  display: none;
}


.float-right li img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  box-shadow: 3px 4px 9px 0 #b4a5a5;
}

.float-right li p {
  margin: 10px 0;
  font-size: 14px;
  color: #ff8577;
  font-weight: 600;
}

.float-right .qy-img,
.float-right .history-img {
  display: none;
}


.float-right-expand {
  display: none;
  font-size: 12px;
  color: #fff;
  background: #a4adb3;
  padding: 6px 4px 6px 8px;
  border-radius: 20px 0 0 20px;
  position: fixed;
  right: 0;
  bottom: 140px;
  z-index: 999;
  cursor: pointer;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.float-right-expand img {
  width: 10px;
  height: 10px;
  margin-right: 2px;
  transform: rotate(180deg);
}

/* 媒体查询：适配移动端 */
@media screen and (max-width: 768px) {

  .head-content,
  .main-content {
    width: 100% !important;
    padding: 0 15px;
    box-sizing: border-box;
  }

  .head-nav {
    position: relative;
  }

  .essaybye-main {
    padding-top: 10px;
  }

  .head-nav .nav .head-nav-list {
    display: none;
  }

  .head-nav .nav .login-btn {
    font-size: 12px;
    padding: 4px 8px;
    width: auto;
  }


  .head-nav .nav-wap {
    display: block;
    width: 100%;
    z-index: 100;
    padding-bottom: env(safe-area-inset-bottom);
  }

  .essaybye-main .head-content .notice {
    margin-top: 25px;
    border-radius: 8px;
  }

  .title {
    font-size: 20px;
    margin-top: 30px;
  }

  .sub-title {
    font-size: 13px;
  }

  /* 底部适配 */
  .ewm-list {
    padding: 30px 0;
    flex-wrap: wrap;
    justify-content: space-around;
  }

  .ewm-list li {
    margin-right: 0;
    margin-bottom: 20px;
    width: 30%;
  }

  .ewm-list li img {
    width: 80px;
    margin-top: 10px;
  }

  .ewm-list li p {
    font-size: 12px;
  }

  .essaybye-main .foot {
    padding: 8px 0px !important;
    text-align: center;
  }

  /* 适配悬浮窗 (在线客服) */
  .float-right {
    display: block;
    right: 10px;
    bottom: 100px;
  }

  .float-right li:first-child {
    display: block;
    font-size: 12px;
    color: #fff;
    text-align: center;
    background: #a4adb3;
    border-radius: 8px;
    padding: 4px 3px;
    margin-bottom: 8px;
    cursor: pointer;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  }

  .float-right li:first-child img {
    width: 12px !important;
    height: 12px !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    margin-left: 2px;
    vertical-align: middle;
    border-radius: 8px;
  }

  .float-right li {
    margin-bottom: 0;
  }

  .float-right li img {
    width: 40px;
    height: 40px;
  }

  .float-right li p {
    display: none;
  }

  /* 适配 reduce-layout 主内容区域 */
  .reduce-layout {
    flex-direction: column;
  }

  .reduce-main .reduce-content .reduce-input {
    width: 100% !important;
    height: auto;
    padding: 20px;
  }

  .reduce-main .reduce-content .reduce-input textarea {
    width: 100%;
    padding-right: 0;
    height: 300px;
  }

  /* Tool box positioning for mobile */
  .reduce-main .reduce-content .reduce-input .tool-box {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    height: auto;
    flex-direction: row;
    justify-content: flex-end;
    padding: 10px 0;
    background: transparent;
  }

  .reduce-main .reduce-content .reduce-input .tool-box div {
    margin-left: 15px;
    margin-right: 0;
  }

  /* Tool bottom box */
  .reduce-main .reduce-content .reduce-input .tool-bottom .tool-bottom-box {
    flex-direction: column;
    height: auto;
    align-items: center;
    padding: 0;
  }

  .reduce-main .reduce-content .reduce-input .tool-bottom .tool-bottom-box>div {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 15px;
  }

  .reduce-main .reduce-content .reduce-input .tool-bottom .tool-bottom-box button {
    margin: 5px;
  }

  /* Comments list adaptation */
  .reduce-main .reduce-user-comments .reduce-comments-list li {
    width: 100%;
    margin-right: 0;
  }
}