@charset "UTF-8";
html {
  font-size: 16px;
  color: #333333;
}

body {
  overflow-x: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

.tow, .sunc_dp-history-list a {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.mwimg img, .sunc_list-foot-logo img, .sunc_list-tw-item-play img {
  display: inline-block;
  max-width: 100%;
}

.dflex {
  display: flex;
}
@media (max-width: 990px) {
  .dflex {
    flex-direction: column;
  }
  .dflex > div {
    width: 100%;
  }
}

.flex1, .sunc-analyse_box-right, .sunc_list-tw, .sunc_dp-avatar-text {
  flex: 1;
  min-width: 1px;
}

div,
p,
a,
input,
span,
button,
form {
  box-sizing: border-box;
}

p {
  margin: 0;
}

.bgImgHoverScale {
  overflow: hidden;
}
.bgImgHoverScale .inner-bg {
  transition: all 0.5s ease;
}
.bgImgHoverScale:hover .inner-bg {
  transform: scale(1.1);
}

/* 弹窗样式 */
.sunc-pop {
  display: none;
  height: 100%;
  background: linear-gradient(90deg, rgb(254, 254, 255) 0%, rgb(240, 246, 255) 100%);
}
.sunc-pop_layer {
  border-radius: 0.7291666667vw !important;
  overflow: hidden !important;
}
.sunc-pop_box {
  height: 100%;
  background: url(../images/sunc_bg1.png) center center no-repeat;
  background-size: 100% 100%;
  padding-bottom: 9.2592592593vh;
  padding-top: 6.2962962963vh;
  position: relative;
}
.sunc-pop_close {
  position: absolute;
  right: 2.6041666667vw;
  top: 2.0833333333vw;
  z-index: 99;
  cursor: pointer;
}
.sunc-pop_logo {
  display: flex;
  align-items: center;
  justify-content: center;
}
.sunc-pop_logo img {
  width: 4.84375vw;
}
.sunc-pop_logo span {
  margin-left: 2.0833333333vw;
  font-size: 40px;
  color: #333;
  margin-bottom: 0;
  line-height: 1.5;
}
@media (max-width: 1200px) {
  .sunc-pop_logo span {
    font-size: 30px;
  }
}
@media (max-width: 990px) {
  .sunc-pop_logo span {
    font-size: 20px;
  }
}
.sunc-pop_list {
  margin-top: 15.5555555556vh;
  margin-bottom: 10.1851851852vh;
  display: flex;
  position: relative;
  z-index: 10;
}
.sunc-pop_list-item {
  width: 33.333%;
}
.sunc-pop_list-item a {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sunc-pop_list-item-img {
  width: 8.3333333333vw;
  height: 8.3333333333vw;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 1.0416666667vw;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 10px 0px rgba(8, 103, 220, 0.15);
  position: relative;
  margin-bottom: 3.125vw;
}
.sunc-pop_list-item-img::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: -1.25vw;
  right: -1.25vw;
  top: -1.25vw;
  bottom: -1.25vw;
  border-radius: 20px;
  background-image: linear-gradient(90deg, rgb(195, 218, 244) 0%, rgb(217, 251, 244) 100%);
  box-shadow: 0px 0px 10px 0px rgba(255, 255, 255, 0.17);
}
.sunc-pop_list-item-img img {
  max-width: 100%;
}
.sunc-pop_list-item-title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sunc-pop_list-item-title span {
  font-size: 30px;
  color: #334672;
  margin-bottom: 0;
  line-height: 1.5;
}
@media (max-width: 1200px) {
  .sunc-pop_list-item-title span {
    font-size: 20px;
  }
}
@media (max-width: 990px) {
  .sunc-pop_list-item-title span {
    font-size: 16px;
  }
}
.sunc-pop_btn {
  display: flex;
  justify-content: center;
}
.sunc-pop_btn a {
  padding: 1.9270833333vw 6.875vw;
  background: #4d6bfe;
  border-radius: 0.625vw;
  font-size: 30px;
  color: #fff !important;
  margin-bottom: 0;
  line-height: 1;
}
@media (max-width: 1200px) {
  .sunc-pop_btn a {
    font-size: 20px;
  }
}
@media (max-width: 990px) {
  .sunc-pop_btn a {
    font-size: 16px;
  }
}

@media (max-width: 990px) {
  .sunc-pop_box {
    padding-bottom: 20px;
    padding-top: 20px;
  }
  .sunc-pop_close {
    right: 20;
    top: 20;
  }
  .sunc-pop_close img {
    width: 20px;
  }
  .sunc-pop_logo img {
    width: 35px;
  }
  .sunc-pop_list {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .sunc-pop_list-item {
    padding: 0 5px;
  }
  .sunc-pop_list-item-img {
    width: 60px;
    height: 60px;
  }
  .sunc-pop_list-item-img img {
    width: 30px;
  }
  .sunc-pop_list-item-img::before {
    left: -7px;
    right: -7px;
    top: -7px;
    bottom: -7px;
    border-radius: 4px;
  }
  .sunc-pop_list-item-img img {
    max-width: 100%;
  }
  .sunc-pop_list-item-title {
    text-align: center;
  }
  .sunc-pop_list-item-title span {
    font-size: 13px;
  }
}
/* deepseek */
.sunc_dp {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  padding: 2.7777777778vh 0 3.7037037037vh 0;
  background: url(../images/sunc_bg2.png) center no-repeat;
  background-size: cover;
}
.sunc_dp-box {
  display: flex;
  height: 100%;
  max-width: 1430px;
  padding: 0 15px;
  margin: 0 auto;
}
.sunc_dp-left {
  flex: 1;
  min-width: 1px;
  display: flex;
  flex-direction: column;
  padding-right: 2.34375vw;
}
.sunc_dp-right {
  width: 34.2857142857%;
  border-left: 1px solid #e2e2e2;
  padding-left: 1.3020833333vw;
}
.sunc_dp-avatar {
  display: flex;
  align-items: center;
  padding-bottom: 2.7777777778vh;
  margin-bottom: 2.7777777778vh;
  border-bottom: 1px solid #e2e2e2;
}
.sunc_dp-avatar-img {
  padding-bottom: 19.7916666667%;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
  width: 19.7916666667%;
  margin-right: 7.2916666667%;
}
.sunc_dp-avatar-img > img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
}
.sunc_dp-avatar-text .p1 {
  font-size: 22px;
  color: #333;
  margin-bottom: 0.7407407407vh;
  line-height: 1.5;
}
@media (max-width: 1200px) {
  .sunc_dp-avatar-text .p1 {
    font-size: 18px;
  }
}
@media (max-width: 990px) {
  .sunc_dp-avatar-text .p1 {
    font-size: 16px;
  }
}
.sunc_dp-avatar-text .p2 {
  font-size: 18px;
  color: #b4b4b4;
  margin-bottom: 0;
  line-height: 1.5;
}
@media (max-width: 1200px) {
  .sunc_dp-avatar-text .p2 {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .sunc_dp-avatar-text .p2 {
    font-size: 14px;
  }
}
.sunc_dp-history-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2.3148148148vh;
}
.sunc_dp-history-title > p {
  font-size: 22px;
  color: #333;
  margin-bottom: 0;
  line-height: 1.5;
}
@media (max-width: 1200px) {
  .sunc_dp-history-title > p {
    font-size: 18px;
  }
}
@media (max-width: 990px) {
  .sunc_dp-history-title > p {
    font-size: 16px;
  }
}
.sunc_dp-history-del {
  display: flex;
  align-items: center;
}
.sunc_dp-history-del span {
  font-size: 18px;
  color: #333;
  margin-bottom: 0;
  line-height: 1.5;
  margin-left: 5px;
}
@media (max-width: 1200px) {
  .sunc_dp-history-del span {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .sunc_dp-history-del span {
    font-size: 14px;
  }
}
.sunc_dp-history-list a {
  position: relative;
  display: block;
  padding-right: 120px;
  font-size: 22px;
  color: #999999;
  margin-bottom: 0;
  line-height: 1.5;
}
@media (max-width: 1200px) {
  .sunc_dp-history-list a {
    font-size: 18px;
  }
}
@media (max-width: 990px) {
  .sunc_dp-history-list a {
    font-size: 16px;
  }
}
.sunc_dp-history-list a span {
  position: absolute;
  right: 0;
  font-size: 18px;
  color: #999999;
  margin-bottom: 0;
  line-height: 1.83;
}
@media (max-width: 1200px) {
  .sunc_dp-history-list a span {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .sunc_dp-history-list a span {
    font-size: 14px;
  }
}
.sunc_dp-history-list a:hover {
  color: #4836f9;
}
.sunc_dp-history-item + .sunc_dp-history-item {
  margin-top: 1.8518518519vh;
}
.sunc_dp-logo {
  display: flex;
  align-items: center;
  margin-bottom: 9.2592592593vh;
}
.sunc_dp-logo img {
  width: 3.3333333333vw;
  margin-right: 0.9375vw;
}
.sunc_dp-logo p {
  font-size: 30px;
  color: #333;
  margin-bottom: 0;
  line-height: 1.5;
  margin-right: 1.5625vw;
}
@media (max-width: 1200px) {
  .sunc_dp-logo p {
    font-size: 22px;
  }
}
@media (max-width: 990px) {
  .sunc_dp-logo p {
    font-size: 18px;
  }
}
.sunc_dp-logo span {
  font-size: 22px;
  color: #4836f9;
  margin-bottom: 0;
  line-height: 1.5;
}
@media (max-width: 1200px) {
  .sunc_dp-logo span {
    font-size: 18px;
  }
}
@media (max-width: 990px) {
  .sunc_dp-logo span {
    font-size: 16px;
  }
}
.sunc_dp-main {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.sunc_dp-main-title {
  padding-bottom: 1.8518518519vh;
  border-bottom: 1px solid #e0e0e0;
}
.sunc_dp-main-title h1 {
  font-weight: normal;
  font-size: 34px;
  color: #333;
  margin-bottom: 2.1296296296vh;
  line-height: 1.5;
}
@media (max-width: 1200px) {
  .sunc_dp-main-title h1 {
    font-size: 24px;
  }
}
@media (max-width: 990px) {
  .sunc_dp-main-title h1 {
    font-size: 18px;
  }
}
.sunc_dp-main-title h1 span {
  color: #4836f9;
  text-transform: uppercase;
}
.sunc_dp-main-title p {
  font-size: 22px;
  color: #8c8c8c;
  margin-bottom: 0;
  line-height: 1.5;
}
@media (max-width: 1200px) {
  .sunc_dp-main-title p {
    font-size: 18px;
  }
}
@media (max-width: 990px) {
  .sunc_dp-main-title p {
    font-size: 16px;
  }
}
.sunc_dp-main-reply {
  flex: 1;
}
.sunc_dp-main-guess {
  margin-bottom: 5.5555555556vh;
}
.sunc_dp-main-guess h5 {
  font-weight: normal;
  font-size: 18px;
  color: #8c8c8c;
  margin-bottom: 0.9259259259vh;
  line-height: 1.5;
}
@media (max-width: 1200px) {
  .sunc_dp-main-guess h5 {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .sunc_dp-main-guess h5 {
    font-size: 14px;
  }
}
.sunc_dp-main-guess p {
  font-size: 18px;
  color: #666666;
  margin-bottom: 0;
  line-height: 1.5;
  padding: 0 0 0 0.78125vw;
  margin-bottom: 1.8518518519vh;
}
@media (max-width: 1200px) {
  .sunc_dp-main-guess p {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .sunc_dp-main-guess p {
    font-size: 14px;
  }
}
.sunc_dp-main-guess p:last-child {
  margin-bottom: 0;
}
.sunc_dp-main-ask {
  display: flex;
  flex-direction: column;
  border-radius: 1.0416666667vw;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 15px 0px rgba(22, 22, 22, 0.17);
}
.sunc_dp-main-ask textarea {
  flex: 1;
  width: 100%;
  display: block;
  border: none;
  resize: none;
  background: transparent;
  padding: 1.8518518519vh;
  font-size: 18px;
  color: #333;
  margin-bottom: 0;
  line-height: 1.5;
}
@media (max-width: 1200px) {
  .sunc_dp-main-ask textarea {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .sunc_dp-main-ask textarea {
    font-size: 14px;
  }
}
.sunc_dp-main-ask textarea:focus {
  outline: none;
}
.sunc_dp-main-ask textarea::-moz-placeholder {
  color: #909090;
}
.sunc_dp-main-ask textarea::placeholder {
  color: #909090;
}
.sunc_dp-main-ask-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 1.8518518519vh 1.8518518519vh;
}
.sunc_dp-main-ask-actions-left, .sunc_dp-main-ask-actions-right {
  display: flex;
  align-items: center;
}
.sunc_dp-main-ask-actions-left p, .sunc_dp-main-ask-actions-right p {
  cursor: pointer;
}
.sunc_dp-main-ask-actions-left p {
  display: flex;
  align-items: center;
  border-radius: 0.9375vw;
  background: #f3f3f3;
  padding: 0.8333333333vh 1.3888888889vh;
  margin-right: 2.0833333333vw;
  border: 1px solid transparent;
}
.sunc_dp-main-ask-actions-left p span {
  font-size: 18px;
  color: #909090;
  margin-bottom: 0;
  line-height: 1;
  margin-left: 0.3645833333vw;
}
@media (max-width: 1200px) {
  .sunc_dp-main-ask-actions-left p span {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .sunc_dp-main-ask-actions-left p span {
    font-size: 14px;
  }
}
.sunc_dp-main-ask-actions-left p.on, .sunc_dp-main-ask-actions-left p:hover {
  background: #dbeafe;
  border-color: #c0cbff;
}
.sunc_dp-main-ask-actions-left p.on {
  margin-right: 0;
}
.sunc_dp-main-ask-actions-left p.on span {
  font-size: 16px;
  color: #4836f9;
}
.sunc_dp-main-ask-actions-right .line {
  height: 3.3333333333vh;
  width: 1px;
  background: #e5e5e5;
  margin: 0 1.3020833333vw;
}

@media (max-width: 990px) {
  .sunc_dp {
    height: auto;
  }
  .sunc_dp-box {
    flex-direction: column;
  }
  .sunc_dp-left {
    width: 100%;
    margin-bottom: 15px;
    padding-right: 0;
  }
  .sunc_dp-right {
    width: 100%;
    border-left: none;
    padding-left: 0;
  }
  .sunc_dp-avatar {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .sunc_dp-history-del img {
    width: 20px;
  }
  .sunc_dp-history-list a {
    padding-right: 80px;
  }
  .sunc_dp-history-item + .sunc_dp-history-item {
    margin-top: 7px;
  }
  .sunc_dp-logo {
    margin-bottom: 10px;
    flex-wrap: wrap;
  }
  .sunc_dp-logo img {
    width: 25px;
    margin-right: 10px;
  }
  .sunc_dp-main-title {
    padding-bottom: 10px;
  }
  .sunc_dp-main-reply {
    flex: none;
    height: 30vh;
  }
  .sunc_dp-main-guess {
    margin-bottom: 20px;
  }
  .sunc_dp-main-guess p {
    margin-bottom: 6px;
  }
  .sunc_dp-main-ask-actions-left p {
    padding: 4px 7px;
    margin-right: 10px;
  }
  .sunc_dp-main-ask-actions-left p img {
    width: 18px;
  }
  .sunc_dp-main-ask-actions-left p.on img {
    width: 14px;
  }
  .sunc_dp-main-ask-actions-left p.on span {
    font-size: 14px;
  }
  .sunc_dp-main-ask-actions-right {
    align-items: center;
  }
  .sunc_dp-main-ask-actions-right img {
    width: 18px;
    display: block;
  }
  .sunc_dp-main-ask-actions-right .line {
    height: 13px;
    margin: 0 5px;
  }
}
/* 列表样式 */
.sunc_list {
  background: url(../images/sunc_bg2.png) center no-repeat;
  background-size: cover;
  height: 100vh;
}
.sunc_list-video video {
  display: block;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.sunc_list-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: 1430px;
  padding: 0 15px;
  margin: 0 auto;
  height: 100%;
  overflow-x: hidden;
}
.sunc_list .sunc_dp-logo {
  padding-top: 1.8518518519vh;
  margin-bottom: 0;
}
.sunc_list-main {
  flex: 1;
  display: flex;
  padding: 3.2407407407vh 0;
}
.sunc_list-cate {
  width: 180px;
  background: #4d6bfe;
  margin-right: 1.3020833333vw;
  padding: 1.8518518519vh 0;
}
.sunc_list-cate-item {
  display: flex;
  align-items: center;
  height: 12.037037037vh;
  padding-left: 1.5625vw;
  position: relative;
}
.sunc_list-cate-item img {
  width: 32px;
}
.sunc_list-cate-item span {
  font-size: 22px;
  color: #fff;
  margin-bottom: 0;
  line-height: 1.5;
  margin-left: 0.78125vw;
}
@media (max-width: 1200px) {
  .sunc_list-cate-item span {
    font-size: 18px;
  }
}
@media (max-width: 990px) {
  .sunc_list-cate-item span {
    font-size: 16px;
  }
}
.sunc_list-cate-item:hover, .sunc_list-cate-item.on {
  background: rgba(255, 255, 255, 0.25);
}
.sunc_list-cate-line {
  height: 1px;
  background: #fff;
  margin: 0 10px;
}
.sunc_list-tw-tips {
  padding: 1.3888888889vh 0 2.7777777778vh 2.0833333333vw;
  font-size: 22px;
  color: #333;
  margin-bottom: 0;
  line-height: 1.5;
}
@media (max-width: 1200px) {
  .sunc_list-tw-tips {
    font-size: 18px;
  }
}
@media (max-width: 990px) {
  .sunc_list-tw-tips {
    font-size: 14px;
  }
}
.sunc_list-tw-tips span {
  color: #4836f9;
}
.sunc_list-tw-list {
  display: flex;
  flex-wrap: wrap;
  margin: -3.7037037037vh -0.78125vw 0 -0.78125vw;
}
.sunc_list-tw-item {
  width: calc(25% - 1.5625vw);
  margin: 3.7037037037vh 0.78125vw 0 0.78125vw;
}
.sunc_list-tw-item-img {
  position: relative;
  padding-bottom: 72.0588235294%;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 1.0416666667vw;
}
.sunc_list-tw-item-img > img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
}
.sunc_list-tw-item-play {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  cursor: pointer;
  z-index: 99;
  width: 2.8125vw;
  height: 2.8125vw;
}
.sunc_list-tw-item-text .p1 {
  font-size: 22px;
  color: #333;
  margin-bottom: 0.9259259259vh;
  line-height: 1.5;
}
@media (max-width: 1200px) {
  .sunc_list-tw-item-text .p1 {
    font-size: 18px;
  }
}
@media (max-width: 990px) {
  .sunc_list-tw-item-text .p1 {
    font-size: 14px;
  }
}
.sunc_list-tw-item-text .p2 {
  font-size: 18px;
  color: #666666;
  margin-bottom: 0;
  line-height: 1.5;
}
@media (max-width: 1200px) {
  .sunc_list-tw-item-text .p2 {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .sunc_list-tw-item-text .p2 {
    font-size: 12px;
  }
}
.sunc_list-foot {
  padding: 1.5740740741vh 0;
  border-top: 1px solid #d2d2d2;
  display: flex;
  align-items: center;
}
.sunc_list-foot-logo {
  width: 17.8571428571%;
}
.sunc_list-foot > p {
  font-size: 22px;
  color: #333;
  margin-bottom: 0;
  line-height: 1.5;
  margin-left: 2.6041666667vw;
}
@media (max-width: 1200px) {
  .sunc_list-foot > p {
    font-size: 18px;
  }
}
@media (max-width: 990px) {
  .sunc_list-foot > p {
    font-size: 15px;
  }
}

@media (max-width: 990px) {
  .sunc_list {
    height: auto;
  }
  .sunc_list .sunc_dp-logo {
    padding-top: 10px;
  }
  .sunc_list-main {
    padding: 15px 0;
  }
  .sunc_list-cate {
    width: 120px;
    margin-right: 10px;
    padding: 5px 0;
  }
  .sunc_list-cate-item {
    height: auto;
    padding: 7px 5px;
  }
  .sunc_list-cate-item img {
    width: 14px;
  }
  .sunc_list-cate-item span {
    font-size: 12px;
    margin-left: 3px;
  }
  .sunc_list-cate-line {
    margin: 0 5px;
  }
  .sunc_list-tw-tips {
    padding: 5px;
    margin-bottom: 10px;
  }
  .sunc_list-tw-list {
    margin: -1.8518518519vh -0.2604166667vw 0 -0.2604166667vw;
  }
  .sunc_list-tw-item {
    width: calc(50% - 0.5208333333vw);
    margin: 1.8518518519vh 0.2604166667vw 0 0.2604166667vw;
  }
  .sunc_list-tw-item-img {
    border-radius: 5px;
    margin-bottom: 7px;
  }
  .sunc_list-tw-item-play {
    width: 20px;
    height: 20px;
  }
  .sunc_list-foot {
    padding: 10px 0;
  }
  .sunc_list-foot-logo {
    width: 200px;
  }
  .sunc_list-foot > p {
    margin-left: 10px;
  }
}
/* 分析 */
.sunc-analyse {
  background: url(../images/sunc_bg2.png) center no-repeat;
  background-size: cover;
  height: 100vh;
}
.sunc-analyse_wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: 1430px;
  padding: 0 15px;
  margin: 0 auto;
  height: 100%;
  overflow-x: hidden;
}
.sunc-analyse_top {
  display: flex;
  justify-content: space-between;
  padding: 2.3148148148vh 0 3.2407407407vh;
}
.sunc-analyse_top .sunc_dp-logo {
  margin: 0;
}
.sunc-analyse-login a {
  display: block;
  padding: 2.3148148148vh 4.8148148148vh;
  font-size: 24px;
  color: #fff;
  margin-bottom: 0;
  line-height: 1;
  background: #4d6bfe;
  border-radius: 12px;
}
@media (max-width: 1200px) {
  .sunc-analyse-login a {
    font-size: 20px;
  }
}
@media (max-width: 990px) {
  .sunc-analyse-login a {
    font-size: 16px;
  }
}
.sunc-analyse_main {
  flex: 1;
}
.sunc-analyse_btns {
  display: flex;
  margin-bottom: 6.4814814815vh;
}
.sunc-analyse_btn {
  display: flex;
  margin-right: 2.7083333333vw;
  border-radius: 0.7291666667vw;
  overflow: hidden;
  font-size: 22px;
  color: #fff;
  margin-bottom: 0;
  line-height: 1;
}
@media (max-width: 1200px) {
  .sunc-analyse_btn {
    font-size: 18px;
  }
}
@media (max-width: 990px) {
  .sunc-analyse_btn {
    font-size: 14px;
  }
}
.sunc-analyse_btn .s1 {
  padding: 1em;
}
.sunc-analyse_btn .s2 {
  padding: 1em 1.2em;
  background: rgba(255, 255, 255, 0.25);
}
.sunc-analyse_btn:last-child {
  margin-right: 0;
}
.sunc-analyse_btn:nth-of-type(1) {
  background: #497dfa;
}
.sunc-analyse_btn:nth-of-type(2) {
  background: #49c8ef;
}
.sunc-analyse_btn:nth-of-type(3) {
  background: #fdb619;
}
.sunc-analyse_btn:nth-of-type(4) {
  background: #ff91a1;
}
.sunc-analyse_box {
  display: flex;
}
.sunc-analyse_box-left {
  border-radius: 8px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 4px 16px 0px rgba(22, 22, 22, 0.13);
  width: 34.2142857143%;
  margin-right: 2.34375vw;
}
.sunc-analyse_box-right .p1 {
  font-size: 22px;
  color: #7d7373;
  margin-bottom: 1.8518518519vh;
  line-height: 1.5;
}
@media (max-width: 1200px) {
  .sunc-analyse_box-right .p1 {
    font-size: 18px;
  }
}
@media (max-width: 990px) {
  .sunc-analyse_box-right .p1 {
    font-size: 14px;
  }
}
.sunc-analyse_form-item {
  padding-top: 2.7777777778vh;
}
.sunc-analyse_form-label {
  display: flex;
  align-items: center;
  font-size: 22px;
  color: #333;
  margin-bottom: 0.9259259259vh;
  line-height: 1.5;
}
.sunc-analyse_form-label i {
  font-style: normal;
}
@media (max-width: 1200px) {
  .sunc-analyse_form-label {
    font-size: 18px;
  }
}
@media (max-width: 990px) {
  .sunc-analyse_form-label {
    font-size: 14px;
  }
}
.sunc-analyse_form-input input {
  width: 100%;
  display: block;
  background: #e9f3fd;
  border: 1px solid #ccc8f9;
  border-radius: 4px;
  padding: 1.1111111111vh 1.5625vw;
  outline: none;
  font-size: 20px;
  color: #333;
  margin-bottom: 0;
  line-height: 1.5;
}
@media (max-width: 1200px) {
  .sunc-analyse_form-input input {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .sunc-analyse_form-input input {
    font-size: 14px;
  }
}
.sunc-analyse_form-input input:focus {
  outline: none;
}
.sunc-analyse_form-input input::-moz-placeholder {
  color: #9b9b9b;
}
.sunc-analyse_form-input input::placeholder {
  color: #9b9b9b;
}
.sunc-analyse_form-btn {
  display: flex;
  margin-top: 8.3333333333vh;
}
.sunc-analyse_form-btn span {
  display: flex;
  align-items: center;
  cursor: pointer;
  padding: 1em 4em;
  background: #497dfa;
  border-radius: 4px;
  font-size: 22px;
  color: #fff;
  margin-bottom: 0;
  line-height: 1;
}
.sunc-analyse_form-btn span img {
  margin-right: 0.9895833333vw;
}
@media (max-width: 1200px) {
  .sunc-analyse_form-btn span {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .sunc-analyse_form-btn span {
    font-size: 14px;
  }
}
.sunc-analyse_form-upload {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  cursor: pointer;
  align-items: center;
}
.sunc-analyse_form-upload > img {
  margin-bottom: 2.2222222222vh;
  width: 6.0416666667vw;
}
.sunc-analyse_form-upload > span {
  display: inline-block;
  border: 1px dashed #c5c1f9;
  background: #e9f3fd;
  font-size: 18px;
  color: #147be2;
  margin-bottom: 0;
  line-height: 1;
  padding: 0.5555555556em 1.5em;
  border-radius: 3px;
}
@media (max-width: 1200px) {
  .sunc-analyse_form-upload > span {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .sunc-analyse_form-upload > span {
    font-size: 14px;
  }
}

@media (max-width: 990px) {
  .sunc-analyse {
    height: auto;
  }
  .sunc-analyse_box {
    padding-bottom: 20px;
  }
  .sunc-analyse_top {
    padding: 10px 0;
  }
  .sunc-analyse-login a {
    padding: 10px 20px;
    border-radius: 6px;
    white-space: nowrap;
  }
  .sunc-analyse_btns {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
  }
  .sunc-analyse_btn {
    margin-right: 10px;
    margin-bottom: 10px;
    border-radius: 6px;
  }
  .sunc-analyse_btn .s1 {
    padding: 5px 10px;
  }
  .sunc-analyse_btn .s2 {
    padding: 5px 15px;
  }
  .sunc-analyse_box {
    flex-direction: column;
  }
  .sunc-analyse_box-left {
    padding: 20px 0;
    border-radius: 8px;
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .sunc-analyse_form-item {
    padding-top: 10px;
  }
  .sunc-analyse_form-input input {
    padding: 10px;
  }
  .sunc-analyse_form-btn {
    margin-top: 20px;
  }
  .sunc-analyse_form-btn span {
    padding: 10px 20px;
  }
  .sunc-analyse_form-btn span img {
    margin-right: 10px;
    width: 20px;
  }
  .sunc-analyse_form-upload > img {
    margin-bottom: 15px;
    width: 60px;
  }
}

.float-btn {
  width: 150px;
  position: fixed;
  right: 15px;
  top: 50%;
  z-index: 99;
        cursor: pointer;
}
.float-btn img { width: 100%; }