@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  height: 100%;
  background: #fff;
  -webkit-tap-highlight-color: transparent;
  font-family: Figtree !important;
  color: #333;
  font-size: 14px;
  -webkit-text-size-adjust: 100%;
}

@font-face {
  font-family: "Figtree";
  src: url("../css/LeagueSpartan-VariableFont_wght.ttf");
  /* IE9+ */
}
@font-face {
  font-family: "Nunito";
  src: url("../css/NunitoSans-VariableFont_YTLC,opsz,wdth,wght.ttf");
  /* IE9+ */
}
@font-face {
  font-family: roboto;
  src: url("./Roboto-VariableFont_wdth_wght.ttf");
  /* IE9+ */
}
body {
  position: relative;
}

ul,
ol {
  list-style: none;
}

a {
  color: #333;
  text-decoration: none;
  background-color: transparent;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  text-transform: capitalize;
  font-weight: bold;
}

button {
  border: none;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.container {
  max-width: 1200px;
  width: calc(100% - 32px);
  margin-left: auto;
  margin-right: auto;
}

img {
  border-style: none;
}

input,
textarea {
  font-size: 14px;
  outline: none;
}

input[type=submit] {
  -webkit-appearance: none;
}

div,
i {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body.actC {
  overflow: hidden;
}
body.actC .cate .iconfont::before {
  content: "\e7c0";
}
body.actC .cateBox {
  display: block;
}

.ad {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 24px 0;
}
.ad > p {
  font-size: 12px;
  color: #ccc;
  margin-bottom: 3px;
  font-family: Fredoka-Regular;
}

.layui-rate {
  padding: 0;
  margin-bottom: 4px;
}

.layui-icon-rate {
  color: #ccc !important;
}

.layui-icon-rate-solid {
  color: #FFC700 !important;
}

.layui-icon-rate-solid:before,
.layui-icon-rate:before {
  content: "\e782" !important;
  font-family: "iconfont";
}

header {
  width: 100%;
  background: #fff;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.12);
}
header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 64px;
}
header .container .logo {
  height: 32px;
  display: block;
}
header .container .logo > img {
  height: 100%;
}
header .container > nav {
  display: flex;
  align-items: center;
  height: 100%;
}
header .container > nav > a {
  display: flex;
  height: 100%;
  align-items: center;
  font-size: 16px;
  padding: 0 24px;
  transition: all 0.3s;
  position: relative;
}
@media screen and (min-width: 1181px) {
  header .container > nav > a:hover {
    background: #F3F4F5;
  }
}
header .container > nav > a.active {
  background: #F3F4F5;
}
header .container .cate {
  display: none;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  background: #F6F5F7;
  border-radius: 20px;
}
header .container .cate .iconfont {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  header .container {
    justify-content: space-between;
  }
  header .container .cate {
    display: flex;
  }
  header .container > nav {
    display: none;
  }
}

.living h2 {
  text-align: center;
  font-weight: bold;
  font-size: 44px;
  color: #191C27;
  line-height: 56px;
}
.living h3 {
  font-weight: 400 !important;
  max-width: 840px;
  margin: 16px auto 0 auto;
  width: 100%;
  font-size: 20px;
  color: #666666;
  line-height: 28px;
  text-align: center;
}

.bacT {
  height: 460px;
  display: flex;
  align-items: center;
  justify-content: left;
  position: relative;
}
.bacT h2 {
  position: relative;
  z-index: 1;
  text-align: start;
}
.bacT h2 span {
  position: relative;
  display: flex;
  font-weight: bold;
  font-size: 68px;
  color: #FFFFFF;
  line-height: 90px;
  max-width: 600px;
  width: 100%;
}
.bacT h2 span::before {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 80px;
  height: 10px;
  background: #FFFFFF;
}
.bacT::before {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background-image: url("../img/bac.png");
  background-size: auto 100%;
  background-position: center;
}
.bacT::after {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background: linear-gradient(90deg, #3C68E0 0%, rgba(60, 104, 224, 0.2) 50%, rgba(60, 104, 224, 0.4) 100%);
}
@media screen and (max-width: 767px) {
  .bacT {
    height: 200px;
  }
  .bacT h2 span {
    font-size: 32px;
    line-height: 40px;
    text-align: center;
    justify-content: center;
    max-width: 100%;
  }
  .bacT h2 span::before {
    width: 30px;
    height: 6px;
    bottom: -14px;
    left: calc(50% - 15px);
  }
  .bacT::after {
    background: rgba(60, 104, 224, 0.8);
  }
}
.bacT.com {
  height: 240px;
}
.bacT.com::before {
  background-image: url("../img/com.png");
  background-size: auto;
}
.bacT.com::after {
  background: rgba(60, 104, 224, 0.8);
}
@media screen and (max-width: 767px) {
  .bacT.com {
    height: 180px;
  }
  .bacT.com h2 span {
    justify-content: start;
  }
  .bacT.com h2 span::before {
    left: 0;
  }
}

.backed {
  display: flex;
  align-items: center;
  padding: 80px 0;
}
.backed img {
  width: 320px;
}
.backed dl {
  width: 100%;
  max-width: 840px;
  margin-left: 40px;
}
.backed dl dt {
  font-weight: bold;
  font-size: 36px;
  color: #191C27;
}
.backed dl dd {
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  margin-top: 24px;
  line-height: 28px;
}
@media screen and (max-width: 767px) {
  .backed {
    padding: 20px 0;
    flex-direction: column;
  }
  .backed img {
    width: 280px;
  }
  .backed dl {
    margin-left: 0;
    margin-top: 24px;
  }
  .backed dl dt {
    text-align: center;
  }
}

.process {
  padding: 80px 0;
  background: #F7F7FA;
}
.process .processList {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 16px;
}
.process .processList li {
  width: calc((100% - 74px) / 4);
  background: #fff;
  border-radius: 16px;
  padding: 32px;
  margin-top: 24px;
}
.process .processList li + li {
  margin-left: 24px;
}
.process .processList li img {
  width: 60px;
  display: flex;
  margin: 0 auto;
}
.process .processList li span {
  display: block;
  margin-top: 24px;
  font-weight: bold;
  font-size: 20px;
  color: #333333;
  line-height: 28px;
  text-align: center;
}
.process .processList li dl {
  margin-top: 16px;
  border-top: 1px solid #ECEDEF;
  padding-top: 16px;
}
.process .processList li dl dt {
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  line-height: 24px;
  text-align: center;
  margin-bottom: 24px;
}
.process .processList li dl dd {
  width: 40px;
  height: 40px;
  margin: 0 auto;
  background: #ECEDEF;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 20px;
  color: #333333;
  border-radius: 20px;
}
@media screen and (max-width: 900px) {
  .process .processList li {
    width: calc(50% - 12px);
  }
  .process .processList li + li {
    margin-left: 0;
  }
}
@media screen and (max-width: 900px) {
  .process .processList li {
    width: 100%;
  }
}

.edge {
  padding: 80px 0;
}
.edge .edgeList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 16px;
}
.edge .edgeList li {
  width: calc(50% - 12px);
  background: #F7F7FA;
  border-radius: 16px;
  padding: 32px;
  display: flex;
  margin-top: 24px;
}
.edge .edgeList li img {
  width: 60px;
  height: 60px;
}
.edge .edgeList li dl {
  margin-left: 16px;
}
.edge .edgeList li dl dt {
  font-weight: bold;
  font-size: 20px;
  color: #333333;
  line-height: 28px;
}
.edge .edgeList li dl dd {
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  line-height: 24px;
  margin-top: 33px;
}
@media screen and (max-width: 767px) {
  .edge .edgeList li {
    width: 100%;
  }
}

.expert .container {
  display: flex;
  align-items: center;
}
.expert .container img {
  width: 280px;
}
.expert .container .expertR {
  width: calc(100% - 280px);
  margin-left: 40px;
  max-width: 840px;
}
.expert .container .expertR dl dt {
  font-weight: bold;
  font-size: 36px;
  color: #191C27;
  line-height: 40px;
}
.expert .container .expertR dl dd {
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  line-height: 28px;
  margin-top: 24px;
}
.expert .container .expertR form {
  margin-top: 16px;
  display: flex;
  align-items: center;
  background: #fff;
}
.expert .container .expertR form .formItem {
  margin-bottom: 0;
  width: calc(100% - 182px);
  max-width: 480px;
}
.expert .container .expertR form .formItem input {
  width: 100%;
  height: 56px;
  background: #FFFFFF;
  border-radius: 16px;
  border: 1px solid #CCCCCC;
  box-shadow: none;
  text-indent: 16px;
}
.expert .container .expertR form button {
  width: 170px;
  height: 56px;
  background: #0C70EF;
  border-radius: 16px;
  border: none;
  outline: none;
  background: #0C70EF;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  margin-left: 12px;
}
@media screen and (max-width: 767px) {
  .expert .container {
    flex-direction: column;
  }
  .expert .container .expertR {
    width: 100%;
    margin-top: 24px;
    margin-left: 0;
    align-items: center;
    justify-content: center;
  }
  .expert .container .expertR dl dt,
  .expert .container .expertR dl dd {
    text-align: center;
  }
  .expert .container .expertR form .formItem {
    max-width: 100%;
    width: calc(100% - 112px);
  }
  .expert .container .expertR form button {
    width: 100px;
    font-size: 12px;
    font-weight: 400;
  }
}

@keyframes big {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.04);
  }
  100% {
    transform: scale(1);
  }
}
.main .pickT {
  margin-top: 40px;
  background: #F5F5F5;
  border-radius: 16px;
  padding: 40px;
  position: relative;
  overflow: hidden;
}
.main .pickT h2 {
  display: block;
  width: 100%;
  max-width: 646px;
  font-size: 40px;
  color: #000000;
  line-height: 48px;
  font-weight: 800;
  font-family: Nunito;
  text-align: start;
  position: relative;
}
.main .pickT h2 span {
  color: #27BB61;
}
.main .pickT dl {
  display: block;
  width: 100%;
  max-width: 646px;
  position: relative;
}
.main .pickT dl dt {
  font-size: 16px;
  color: #333333;
  line-height: 24px;
  margin-top: 16px;
}
.main .pickT dl dd {
  display: flex;
  align-items: center;
  margin-top: 16px;
  font-size: 16px;
  color: #000000;
  line-height: 24px;
  font-weight: 600;
}
.main .pickT dl dd p {
  font-size: 16px;
  color: #333333;
  line-height: 24px;
}
.main .pickT dl dd p span {
  color: #000000;
}
.main .pickT dl dd img {
  width: 16px;
}
.main .pickT dl dd time {
  font-size: 16px;
  color: #999999;
  line-height: 20px;
  margin-left: 6px;
  font-weight: 400;
}
.main .pickT .pickBac {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  max-width: 512px;
  width: 100%;
}
.main .pickT .pickBac img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.main .pickT .pickBac::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 512px;
  height: 100%;
  background: linear-gradient(90deg, #F5F5F5 0%, rgba(245, 245, 245, 0) 100%);
  border-radius: 0px 16px 16px 0px;
}
@media screen and (max-width: 700px) {
  .main .pickT {
    margin-top: 24px;
    padding: 16px;
  }
  .main .pickT h2 {
    font-size: 28px;
    line-height: 32px;
    text-align: center;
  }
  .main .pickT .pickBac {
    display: none;
  }
}
.main .how {
  background: #F5F5F5;
  border-radius: 20px;
  padding: 40px;
}
.main .how h3 {
  text-align: center;
  font-size: 24px;
}
.main .how p {
  font-size: 16px;
  color: #333333;
  line-height: 24px;
  text-align: center;
  margin-top: 24px;
  font-family: Fredoka-Regular;
}
.main .how .pc {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.main .how .pc li {
  width: calc(25% - 12px);
  height: 0;
  padding-bottom: calc(25% - 12px);
  position: relative;
  border-radius: 24px;
  margin-top: 24px;
  overflow: hidden;
}
.main .how .pc li img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 1180px) {
  .main .how {
    padding: 20px;
  }
}
@media screen and (max-width: 600px) {
  .main .how .pc li {
    width: calc(50% - 6px);
    padding-bottom: calc(50% - 6px);
  }
}
.main .bestList {
  display: flex;
  justify-content: space-between;
  align-items: start;
  border-radius: 20px;
  padding: 40px;
  background: #fff;
  position: relative;
}
.main .bestList .num {
  position: absolute;
  width: 100px;
  height: 50px;
  background: #F5F5F5;
  border-radius: 0px 8px 8px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333;
  font-size: 28px;
  left: 0;
  font-weight: 800;
  top: 24px;
  z-index: 2;
}
.main .bestList .thumb {
  width: 300px;
  height: 300px;
  background: rgba(0, 0, 0, 0.04);
}
.main .bestList .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.main .bestList .compareBox {
  width: calc(100% - 648px);
}
.main .bestList .compareBox h3 {
  font-size: 28px;
  color: #000000;
  line-height: 32px;
  font-weight: 800;
  font-family: Nunito;
}
.main .bestList .compareBox .compare {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: start;
  margin-top: 8px;
}
.main .bestList .compareBox .compare li {
  width: calc(50% - 6px);
  margin-top: 16px;
  display: flex;
}
.main .bestList .compareBox .compare li img {
  width: 16px;
  height: 16px;
  margin-right: 8px;
}
.main .bestList .compareBox .compare li p {
  width: calc(100% - 24px);
  font-size: 16px;
  color: #333333;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.main .bestList .rate {
  width: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #F5F5F5;
  padding: 30px 16px;
  border-radius: 12px;
}
.main .bestList .rate h3 {
  font-size: 24px;
  color: #27BB61;
  font-family: Nunito;
  font-weight: 800;
  line-height: 32px;
  text-align: center;
}
.main .bestList .rate h4 {
  font-size: 80px;
  color: #000000;
  font-weight: 800;
  line-height: 80px;
  font-family: Nunito;
  text-align: center;
  margin-top: 9px;
  margin-bottom: 8px;
}
.main .bestList .rate .layui-rate {
  margin-bottom: 0;
}
.main .bestList .rate span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background: #27BB61;
  height: 40px;
  border-radius: 8px;
  color: #fff;
  font-size: 16px;
  margin-top: 16px;
}
@media screen and (max-width: 1180px) {
  .main .bestList {
    padding: 20px;
  }
  .main .bestList .thumb {
    width: 200px;
    height: 200px;
  }
  .main .bestList .compareBox {
    width: calc(100% - 448px);
  }
  .main .bestList .rate {
    width: 200px;
    padding: 14px;
  }
  .main .bestList .rate h4 {
    font-size: 60px;
    line-height: 60px;
    margin: 0;
  }
  .main .bestList .rate span {
    margin-top: 6px;
  }
}
@media screen and (max-width: 970px) {
  .main .bestList {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 16px;
  }
  .main .bestList .thumb {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    position: relative;
  }
  .main .bestList .thumb img {
    position: absolute;
    top: 0;
    left: 0;
  }
  .main .bestList .compareBox {
    width: 100%;
    margin-top: 8px;
  }
  .main .bestList .compareBox .compare li {
    width: 100%;
  }
  .main .bestList .rate {
    width: 100%;
    margin-top: 10px;
  }
}
.main .best {
  background: #27BB61;
  border-radius: 20px;
  border: 4px solid #27BB61;
  margin-top: 24px;
}
.main .best h2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 17px 36px;
  font-size: 32px;
  color: #FFFFFF;
  line-height: 40px;
  font-weight: 800;
  font-style: normal;
}
.main .best h2 span {
  font-weight: 400;
  font-size: 20px;
  color: #FFFFFF;
  line-height: 26px;
  font-family: Nunito;
  font-style: italic;
}
.main .best .bestList .rate span {
  animation: big 1s infinite linear;
}
@media screen and (max-width: 900px) {
  .main .best h2 {
    padding: 16px;
    justify-content: center;
  }
  .main .best h2 span {
    display: none;
  }
}
.main .bestM .bestList {
  border: 4px solid #F0EAF9;
  transition: all 0.3s;
}
.main .bestM .bestList + .bestList {
  margin-top: 24px;
}
.main .mainBox {
  display: flex;
  justify-content: space-between;
}
.main .mainBox .left {
  width: calc(100% - 512px);
}
.main .mainBox .left .why h2 {
  font-size: 40px;
  color: #000000;
  line-height: 50px;
  font-family: Nunito;
  font-weight: 800;
  position: relative;
  padding-left: 28px;
}
.main .mainBox .left .why h2::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 12px;
  background: #27BB61;
  height: 100%;
}
.main .mainBox .left .why img {
  display: flex;
  margin: 0 auto;
  max-width: 100%;
}
.main .mainBox .left .why p {
  margin: 24px 0;
  font-size: 16px;
  color: #333333;
  line-height: 24px;
}
.main .mainBox .right {
  width: 472px;
}
.main .mainBox .right .bestR {
  display: inline-block;
  background: #27BB61;
  border-radius: 20px;
  border: 4px solid #27BB61;
  margin-top: 24px;
}
.main .mainBox .right .bestR h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 0;
  font-size: 32px;
  color: #FFFFFF;
  line-height: 26px;
  font-weight: 800;
  font-family: Nunito;
}
.main .mainBox .right .bestR .bestI {
  background: #fff;
  padding: 40px;
  border-radius: 18px;
}
.main .mainBox .right .bestR .bestI .thumb {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  border-radius: 12px;
  margin: 0 auto;
  position: relative;
}
.main .mainBox .right .bestR .bestI .thumb img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.main .mainBox .right .bestR .bestI h3 {
  font-weight: 800;
  font-size: 28px;
}
.main .mainBox .right .bestR .bestI .compare {
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  margin-top: 8px;
}
.main .mainBox .right .bestR .bestI .compare li {
  width: 100%;
  margin-top: 16px;
  display: flex;
}
.main .mainBox .right .bestR .bestI .compare li img {
  width: 16px;
  height: 16px;
  margin-right: 8px;
}
.main .mainBox .right .bestR .bestI .compare li p {
  width: calc(100% - 24px);
  font-size: 16px;
  color: #333333;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.main .mainBox .right .bestR .bestI span {
  background: #27BB61;
  display: flex;
  justify-content: center;
  color: #fff;
  padding: 15px 0;
  width: 100%;
  border-radius: 8px;
  margin-top: 24px;
  animation: big 1s infinite linear;
}
@media screen and (max-width: 1023px) {
  .main .mainBox {
    flex-direction: column;
  }
  .main .mainBox .left {
    width: 100%;
  }
  .main .mainBox .left .why h2 {
    font-size: 24px;
    line-height: 30px;
    padding-left: 20px;
  }
  .main .mainBox .left .why h2::before {
    width: 8px;
  }
  .main .mainBox .right {
    width: 100%;
  }
  .main .mainBox .right .bestR {
    margin-top: 0;
  }
  .main .mainBox .right .bestR .bestI {
    padding: 16px;
  }
}

.pro_list {
  padding-top: 24px;
  font-family: roboto;
}
.pro_list .bestList {
  display: flex;
  justify-content: space-between;
  align-items: start;
  border-radius: 16px;
  gap: 32px;
  padding: 40px;
  background: #fff;
  position: relative;
}
.pro_list .bestList .btn,
.pro_list .bestList .btn_tips {
  display: none;
}
.pro_list .bestList .num {
  position: absolute;
  width: 100px;
  height: 50px;
  background: #F5F5F5;
  border-radius: 0px 8px 8px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333;
  font-size: 28px;
  left: 0;
  font-weight: 800;
  top: 24px;
  z-index: 2;
}
.pro_list .bestList .thumb {
  width: 240px;
}
.pro_list .bestList .thumb img {
  width: 100%;
}
.pro_list .bestList .compareBox {
  flex: 1;
  min-width: 1px;
}
.pro_list .bestList .compareBox .top_info {
  padding: 0;
  background-color: transparent;
  border-bottom: 1px solid #E5E5E5;
  padding-bottom: 12px;
  display: flex;
  align-items: flex-start;
  gap: 40px;
}
.pro_list .bestList .compareBox .top_info dl dd {
  font-weight: bold;
  font-size: 14px;
  color: #999999;
  line-height: 20px;
}
.pro_list .bestList .compareBox .top_info dl .star_box .iconfont {
  font-size: 20px;
}
.pro_list .bestList .compareBox .top_info dl dt {
  font-weight: 900;
  font-size: 20px;
  color: #000000;
  line-height: 22px;
  margin-top: 6px;
}
.pro_list .bestList .compareBox .top_info dl dt span {
  font-weight: bold;
  font-size: 14px;
  color: #E13D3D;
}
.pro_list .bestList .compareBox .compare {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: start;
}
.pro_list .bestList .compareBox .compare li {
  width: calc(50% - 6px);
  margin-top: 12px;
  display: flex;
  align-items: flex-start;
}
.pro_list .bestList .compareBox .compare li img {
  width: 16px;
  height: 16px;
  margin-right: 4px;
  vertical-align: middle;
}
.pro_list .bestList .compareBox .compare li p {
  width: calc(100% - 24px);
  font-size: 14px;
  color: #333333;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.pro_list .bestList > .rate {
  width: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #F5F5F5;
  padding: 20px 24px;
  border-radius: 12px;
  text-align: center;
}
.pro_list .bestList > .rate h3 {
  font-size: 18px;
  color: #27BB61;
  font-family: Nunito;
  font-weight: 800;
  line-height: 32px;
  text-align: center;
}
.pro_list .bestList > .rate h4 {
  font-size: 50px;
  color: #000000;
  font-weight: 800;
  line-height: 1;
  font-family: Nunito;
  text-align: center;
}
.pro_list .bestList > .rate .layui-rate {
  margin-bottom: 0;
}
.pro_list .bestList > .rate .user_rat {
  font-weight: bold;
  font-size: 16px;
  color: #666666;
  line-height: 20px;
  margin-top: 6px;
}
.pro_list .bestList > .rate .tips {
  font-weight: 900;
  font-size: 16px;
  color: #1F459E;
  line-height: 24px;
  margin-top: 10px;
}
.pro_list .bestList > .rate span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background: #27BB61;
  height: 40px;
  border-radius: 8px;
  color: #fff;
  font-size: 16px;
  margin-top: 16px;
}
@media screen and (max-width: 1180px) {
  .pro_list .bestList {
    flex-wrap: wrap;
  }
  .pro_list .bestList .thumb {
    order: 1;
    width: 50%;
    background-color: transparent;
  }
  .pro_list .bestList .thumb img {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
    display: block;
  }
  .pro_list .bestList > .rate {
    flex: 1;
    min-width: 1px;
    order: 2;
    padding: 20px;
  }
  .pro_list .bestList > .rate h3 {
    font-size: 16px;
    line-height: 1;
  }
  .pro_list .bestList > .rate h4 {
    font-size: 40px;
    line-height: 1;
    margin-bottom: 8px;
    margin-top: 0;
  }
  .pro_list .bestList > .rate .user_rat {
    font-size: 14px;
    margin-top: 0;
  }
  .pro_list .bestList > .rate .tips {
    font-size: 14px;
  }
  .pro_list .bestList .compareBox {
    flex: inherit;
    order: 3;
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .pro_list .bestList {
    flex-wrap: wrap;
    align-items: stretch;
    padding: 16px;
    gap: 16px;
  }
  .pro_list .bestList .compareBox {
    flex: 1;
    min-width: 1px;
  }
  .pro_list .bestList .compareBox .top_info {
    padding: 0;
    background-color: transparent;
    border-bottom: 1px solid #E5E5E5;
    padding-bottom: 20px;
    display: flex;
    align-items: flex-start;
    gap: 40px;
  }
  .pro_list .bestList .compareBox .top_info dl dd {
    font-weight: bold;
    font-size: 14px;
    color: #999999;
    line-height: 20px;
  }
  .pro_list .bestList .compareBox .top_info dl dt {
    font-weight: 900;
    font-size: 20px;
    color: #000000;
    line-height: 22px;
    margin-top: 6px;
  }
  .pro_list .bestList .compareBox .top_info dl dt span {
    font-weight: bold;
    font-size: 14px;
    color: #E13D3D;
  }
  .pro_list .bestList .compareBox .top_info dl dt .layui-rate {
    padding: 0;
  }
  .pro_list .bestList .compareBox .compare {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: start;
    margin-top: 12px;
    gap: 8px;
  }
  .pro_list .bestList .compareBox .compare li {
    width: 100%;
    margin: 0;
  }
  .pro_list .bestList .num {
    width: 50px;
    height: 25px;
    font-size: 16px;
  }
  .pro_list .bestList > .rate {
    padding: 12px;
  }
  .pro_list .bestList > .rate .rate .layui-rate i.layui-icon {
    font-size: 12px;
    margin-right: 2px;
  }
  .pro_list .bestList > .rate .user_rat {
    font-size: 14px;
    margin-top: 0;
  }
  .pro_list .bestList > .rate span {
    display: none;
  }
  .pro_list .bestList > .rate .tips {
    display: none;
  }
  .pro_list .bestList .compareBox {
    flex: inherit;
    order: 3;
    width: 100%;
  }
  .pro_list .bestList .btn,
  .pro_list .bestList .btn_tips {
    order: 5;
    display: block;
  }
  .pro_list .bestList .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    background: #27BB61;
    height: 40px;
    border-radius: 8px;
    color: #fff;
    font-size: 16px;
  }
  .pro_list .bestList .btn_tips {
    font-weight: 900;
    font-size: 16px;
    color: #1F459E;
    line-height: 24px;
    margin-top: 0;
    text-align: center;
    width: 100%;
  }
}
.pro_list .best {
  background: #27BB61;
  border-radius: 20px;
  border: 4px solid #27BB61;
  margin-top: 24px;
}
.pro_list .best h2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 17px 36px;
  font-size: 32px;
  color: #FFFFFF;
  line-height: 40px;
  font-weight: 800;
  font-style: normal;
}
.pro_list .best h2 span {
  font-weight: 400;
  font-size: 20px;
  color: #FFFFFF;
  line-height: 26px;
  font-family: Nunito;
  font-style: italic;
}
.pro_list .best .bestList .rate span {
  animation: big 1s infinite linear;
}
@media screen and (max-width: 900px) {
  .pro_list .best h2 {
    padding: 16px;
    justify-content: center;
  }
  .pro_list .best h2 span {
    display: none;
  }
}
.pro_list .bestM {
  display: flex;
  align-items: stretch;
  flex-direction: column;
  margin-top: 24px;
  gap: 24px;
}
.pro_list .bestM .bestList {
  border: 4px solid #f5f5f5;
  transition: all 0.3s;
}

.mainBox_box {
  font-family: roboto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
}
.mainBox_box .left {
  flex: 1;
  min-width: 1px;
}
.mainBox_box .left .why > h2 {
  font-size: 40px;
  color: #000000;
  line-height: 50px;
  font-family: Nunito;
  font-weight: 800;
  position: relative;
  padding-left: 28px;
  margin-bottom: 40px;
}
.mainBox_box .left .why > h2::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 12px;
  background: #27BB61;
  height: 100%;
}
.mainBox_box .left .why .content img {
  display: flex;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}
.mainBox_box .left .why .content p {
  margin-bottom: 18px !important;
  font-size: 18px !important;
  color: #000 !important;
  line-height: 1.5;
}
.mainBox_box .left .why .content p strong {
  font-weight: 700 !important;
  font-size: 20px !important;
}
.mainBox_box .left .why .content p.red_color {
  font-size: 20px !important;
  margin-bottom: 20px !important;
  font-weight: 700 !important;
  color: #f00 !important;
}
.mainBox_box .left .why .content p.red_color a {
  text-decoration: underline;
  color: #f00 !important;
}
.mainBox_box .left .why .content p.red_color strong {
  font-size: 20px !important;
  margin-bottom: 20px !important;
  font-weight: 700 !important;
  color: #f00 !important;
}
.mainBox_box .left .why .content p.red_color strong span {
  font-size: 20px !important;
  margin-bottom: 20px !important;
  font-weight: 700 !important;
  color: #f00 !important;
}
.mainBox_box .left .why .content .summer_right {
  margin-bottom: 16px;
  font-size: 18px;
  padding-left: 30px;
}
.mainBox_box .left .why .content .summer_right strong {
  font-weight: 600;
}
.mainBox_box .left .why .content .summer_right::before {
  content: "✅";
  margin-right: 5px;
}
.mainBox_box .left .why .content h2 {
  font-size: 1.875rem !important;
  font-weight: 700 !important;
  line-height: 1.5 !important;
  padding-left: 0 !important;
  padding: 16px 0 !important;
}
.mainBox_box .left .why .content .entry-important-information {
  border: 1px solid #c0a975;
  padding: 20px 15px;
  background: #f9ebb8;
  margin-bottom: 20px;
}
.mainBox_box .left .why .content .entry-important-information p:has(strong) {
  margin-bottom: 10px !important;
  font-size: 18px;
}
.mainBox_box .left .why .content .entry-important-information p:last-child {
  margin-bottom: 0 !important;
}
.mainBox_box .left .why .content .summary-box {
  padding: 15px !important;
  background: #fff0c7 !important;
}
.mainBox_box .left .why .content a {
  color: #005a8c;
  font-weight: 700;
}
.mainBox_box .left .why .detail_buy {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #27BB61;
  padding: 15px;
  border-radius: 8px;
  color: #fff;
  font-size: 20px;
  animation: big 1s infinite linear;
}
.mainBox_box .right {
  width: 360px;
  position: sticky;
  top: 20px;
}
.mainBox_box .right .bestR {
  display: block;
  background: #27BB61;
  border-radius: 20px;
  border: 4px solid #27BB61;
}
.mainBox_box .right .bestR h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 0;
  font-size: 32px;
  color: #FFFFFF;
  line-height: 26px;
  font-weight: 800;
  font-family: Nunito;
}
.mainBox_box .right .bestR .bestI {
  background: #fff;
  padding: 40px;
  border-radius: 18px;
}
.mainBox_box .right .bestR .bestI .thumb {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  border-radius: 12px;
  margin: 0 auto 20px;
  position: relative;
}
.mainBox_box .right .bestR .bestI .thumb img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.mainBox_box .right .bestR .bestI h3 {
  font-weight: 800;
  font-size: 28px;
}
.mainBox_box .right .bestR .bestI .compare {
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  margin-top: 8px;
}
.mainBox_box .right .bestR .bestI .compare li {
  width: 100%;
  margin-top: 16px;
  display: flex;
}
.mainBox_box .right .bestR .bestI .compare li img {
  width: 16px;
  height: 16px;
  margin-right: 8px;
}
.mainBox_box .right .bestR .bestI .compare li p {
  width: calc(100% - 24px);
  font-size: 16px;
  color: #333333;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.mainBox_box .right .bestR .bestI span {
  background: #27BB61;
  display: flex;
  justify-content: center;
  color: #fff;
  padding: 15px 0;
  width: 100%;
  border-radius: 8px;
  margin-top: 24px;
  font-size: 20px;
  animation: big 1s infinite linear;
}
@media screen and (max-width: 1023px) {
  .mainBox_box .right {
    display: none;
  }
}

.mask_pro {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.6);
  display: none;
  align-items: center;
  justify-content: center;
  font-family: roboto;
}
.mask_pro.active {
  display: flex;
}
.mask_pro .mask_main {
  width: calc(100% - 20px);
  max-width: 800px;
  background-color: #27BB61;
  border-radius: 20px;
  padding: 4px;
}
.mask_pro .mask_main h2 {
  color: #fff;
  text-align: center;
  padding: 10px 0;
  font-size: 24px;
}
.mask_pro .mask_main .main_box {
  background-color: #fff;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  align-items: center;
  padding: 24px;
}
.mask_pro .mask_main .main_box .thum {
  width: 40%;
}
.mask_pro .mask_main .main_box .thum img {
  width: 100%;
}
.mask_pro .mask_main .main_box dl {
  flex: 1;
  min-width: 1px;
  padding: 24px;
  display: flex;
  align-items: stretch;
  flex-direction: column;
  gap: 12px;
}
.mask_pro .mask_main .main_box dl dd {
  font-size: 18px;
  color: #000000;
  line-height: 24px;
}
.mask_pro .mask_main .main_box dl dd a {
  font-size: 14px;
  color: #3F5CF7;
  line-height: 20px;
}
.mask_pro .mask_main .main_box dl dd:nth-child(1) a {
  font-size: 18px;
  color: #000000;
  line-height: 24px;
  text-decoration: underline;
}
.mask_pro .mask_main .main_box dl dd:nth-child(1) h3 {
  font-weight: 600;
  font-size: 26px;
  margin-bottom: 20px;
  color: #000000;
  text-decoration: underline;
}
.mask_pro .mask_main .main_box dl dt a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background: #27BB61;
  height: 48px;
  border-radius: 8px;
  color: #fff;
  font-size: 16px;
  margin-top: 16px;
  animation: big 1s infinite linear;
}
@media screen and (max-width: 600px) {
  .mask_pro .mask_main .main_box {
    flex-direction: column;
    align-items: center;
  }
  .mask_pro .mask_main .main_box dl {
    padding: 12px;
    gap: 4px;
    text-align: center;
  }
  .mask_pro .mask_main .main_box dl dt {
    margin-bottom: 6px;
  }
  .mask_pro .mask_main .main_box dl dd {
    font-size: 14px;
    line-height: 1.4;
  }
  .mask_pro .mask_main .main_box dl dd:nth-child(1) a {
    font-size: 24px;
    line-height: 1.3;
  }
  .mask_pro .mask_main .main_box .thum {
    width: 200px;
  }
}

.pro_list {
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
}

.star_box {
  display: inline-flex;
  gap: 4px;
}
.star_box .iconfont {
  font-size: 16px;
  font-style: normal;
  color: #ccc;
  display: inline-block;
}
.star_box .iconfont.filled {
  color: #FFC700;
}
.star_box .iconfont.half-filled {
  position: relative;
}
.star_box .iconfont.half-filled::after {
  position: absolute;
  left: 0;
  content: "\e782";
  font-family: iconfont;
  width: 50%;
  overflow: hidden;
  color: #FFC700;
}

.top_info {
  font-family: roboto;
  padding: 40px 0;
  background-color: #F5F5F5;
}
.top_info .container {
  display: flex;
  align-items: center;
  gap: 20px;
}
.top_info .container dl {
  flex: 1;
  min-width: 1px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.top_info .container dl dt {
  font-weight: 900;
  font-size: 30px;
  color: #000000;
  line-height: 1.2;
}
.top_info .container dl .date {
  font-weight: bold;
  font-size: 16px;
  color: #999999;
  line-height: 20px;
}
.top_info .container dl .desc {
  font-weight: 500;
  font-size: 16px;
  color: #333333;
  line-height: 24px;
}
.top_info .container dl .to_detail {
  font-weight: 900;
  font-size: 16px;
  color: #000000;
  line-height: 24px;
}
.top_info .container dl .to_detail a {
  color: #1F459E;
  text-decoration: underline;
}
.top_info .container .pro_img {
  height: 280px;
}
@media screen and (max-width: 1024px) {
  .top_info .container .pro_img {
    display: none;
  }
}

.errorBox {
  min-height: calc(100% - 300px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.errorBox > h3 {
  font-size: 48px;
}
.errorBox > p {
  color: #666;
  margin-top: 24px;
  font-family: Fredoka-Regular;
}
.errorBox .can {
  margin-top: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 152px;
  height: 40px;
  background: #0C70EF;
  border-radius: 8px;
  color: #fff;
  font-size: 16px;
}

.company {
  min-height: calc(100% - 400px);
  margin-top: 24px;
}
.company > img {
  width: 560px;
  height: 280px;
  margin: 0 auto 40px auto;
  display: block;
}
@media screen and (max-width: 768px) {
  .company > img {
    width: 300px;
    height: 150px;
  }
}
.company h2 {
  font-size: 20px;
  text-align: left;
}
.company h3 {
  font-size: 14px;
  margin: 15px 0;
}
.company p {
  font-size: 0.9em;
  margin-bottom: 15px;
  line-height: 1.6em;
  color: #999;
  font-family: Fredoka-Regular;
}

footer {
  margin-top: 60px;
  width: 100%;
  background: #091638;
}
footer .container nav {
  margin-top: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .container nav a {
  color: #fff;
  font-weight: 300;
}
footer .container nav a + a {
  margin-left: 24px;
}
@media screen and (min-width: 1181px) {
  footer .container nav a:hover {
    text-decoration: underline;
  }
}
footer .container .logo {
  display: flex;
  justify-content: center;
  padding-top: 40px;
}
footer .container .logo img {
  height: 32px;
}
@media screen and (max-width: 1023px) {
  footer .container .foDeg {
    flex-direction: column;
  }
  footer .container .foDeg li {
    width: 100%;
  }
  footer .container .foDeg li nav {
    margin-top: 12px;
  }
  footer .container .foDeg li + li {
    margin-left: 0;
    margin-top: 12px;
  }
}
@media screen and (max-width: 767px) {
  footer .container .foDeg li nav {
    justify-content: space-between;
  }
  footer .container .foDeg li nav a + a {
    margin-left: 0;
  }
}
footer .copy {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding: 24px 0;
  font-size: 12px;
  color: #666;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 40px;
}
footer.pick {
  padding: 24px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  background: #fff;
}
footer.pick .container span {
  font-size: 14px;
  color: #999999;
}
footer.pick .container .social {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 24px;
}
footer.pick .container .social .copy {
  color: #333;
  font-weight: 400;
  padding: 0;
  margin: 0;
}
footer.pick .container .social nav {
  margin-top: 0;
}
footer.pick .container .social nav a {
  color: #333;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  footer.pick .container .social {
    flex-direction: column-reverse;
  }
  footer.pick .container .social .copy {
    margin-top: 16px;
  }
}

.cateBox {
  position: absolute;
  right: 0;
  top: 64px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  display: none;
  z-index: 10;
}
.cateBox .seaMain {
  padding: 20px 0;
  background: #fff;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.5);
}
.cateBox .seaMain nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cateBox .seaMain nav a {
  width: calc(50% - 6px);
  margin: 10px 0 0 0;
  background: #0C70EF;
  border-radius: 16px;
  color: #fff;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cateBox .seaMain nav a span {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .cateBox .seaMain .searchBox input {
    height: 36px;
    border-radius: 18px;
  }
  .cateBox .seaMain .searchBox button {
    width: 50px;
    height: 36px;
  }
  .cateBox .seaMain .searchBox button img {
    width: 16px;
    height: 16px;
    margin-right: 0;
  }
  .cateBox .seaMain .searchBox button {
    border-radius: 4px 100px 100px 4px;
  }
  .cateBox .seaMain .searchBox button span {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .cateBox {
    top: 60px;
  }
}

/*# sourceMappingURL=main.css.map */
