html {
  font-family: 'Source Sans Pro', -apple-system, BlinkMacSystemFont, 'Segoe UI',
    Roboto, 'Helvetica Neue', Arial, sans-serif;
  font-size: 16px;
  word-spacing: 1px;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
}
body {
  position: relative;
}
html,
body,
#root {
  min-width: 1400px;
  width: 100%;
  height: 100%;
  overflow: auto;
  margin: 0 auto;
  color: #333;
  font-size: 14px;
}
*,
*:before,
*:after {
  box-sizing: border-box;
  margin: 0;
}
.fun_desc img,
.banner img {
  animation: fadeInAnimation ease 2.5s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
.thum_opacity {
  animation: fadeInAnimation ease 1.5s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
@keyframes fadeInAnimation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
ul:not(.wt_news_detail .detail ul) {
  padding: 0;
}
ul:not(.wt_news_detail .detail ul) li {
  list-style-type: none;
}
a:not(.wt_news_detail .detail a) {
  text-decoration: none;
  color: #333;
}
.clearfix:after {
  content: '';
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
}
input {
  outline: 0px;
  -webkit-appearance: none;
}
select::-ms-expand {
  display: none;
}
select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url(../image/common/arrow.png) no-repeat 95% center !important;
  background-size: 12px 6px !important;
  padding-right: 14px;
}
option::-ms-expand {
  display: none;
}
option {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
option:hover {
  color: #fff;
  background-color: #1e90ff;
}
select:focus,
input:focus {
  outline: 1px solid #008cf4;
}
.layout_common {
  width: 1200px;
  margin: 0 auto;
  font-size: 12px;
}
.container {
  padding-top: 80px;
}
.fixed_btn {
  position: fixed;
  right: 20px;
  top: 40%;
  z-index: 999;
}
.fixed_btn li {
  width: 70px;
  height: 80px;
  padding: 16px 0;
  text-align: center;
  cursor: pointer;
}
.fixed_btn li .icon_box {
  position: relative;
}
.fixed_btn li .icon_box p {
  margin-top: 7px;
}
.fixed_btn li .icon_box .icon {
  width: 28px;
  height: 24px;
}
.fixed_btn li .icon_detail {
  display: none;
  position: absolute;
  width: 168px;
  padding: 14px;
  background: #ffffff;
  box-shadow: 0 0 10px 0 rgba(51, 51, 51, 0.15);
  border-radius: 6px;
  text-align: center;
  top: 5px;
}
.fixed_btn li .icon_detail img {
  width: 126px;
  height: 126px;
  background: rgba(0, 0, 0, 0);
  border-radius: 6px;
}
.fixed_btn li .icon_detail p {
  height: 40px;
  font-size: 14px;
  color: #666666;
}
.fixed_btn li .icon_detail h1 {
  height: 30px;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0.66px;
}
.fixed_btn li .icon_detail::after {
  content: '';
  display: block;
  position: absolute;
  top: 26px;
  right: -9px;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-left: 10px solid #fff;
  border-bottom: 10px solid transparent;
}
.fixed_btn li .icon2 {
  display: none;
}
.fixed_btn .taste,
.fixed_btn .help {
  font-size: 12px;
  border-radius: 6px;
  margin-bottom: 20px;
  box-shadow: 0 3px 6px 0 rgba(51, 51, 51, 0.15);
  background-color: #fff;
}
.fixed_btn .taste li:last-child .icon,
.fixed_btn .help li:last-child .icon {
  width: 24px;
  height: 24px;
}
.fixed_btn li.service .icon_detail {
  left: -180px;
}
.fixed_btn li.mobile .icon_detail {
  top: 90px;
  width: auto;
  left: -212px;
}
.fixed_btn .taste li:hover,
.fixed_btn li.service:hover,
.fixed_btn li.mobile:hover {
  background: #008cf4;
  border-radius: 6px;
}
.fixed_btn .taste li:hover .icon_box p,
.fixed_btn li.service:hover .icon_box p,
.fixed_btn li.mobile:hover .icon_box p {
  color: #fff;
}
.fixed_btn .taste li:hover .icon_box .icon1,
.fixed_btn li.service:hover .icon_box .icon1,
.fixed_btn li.mobile:hover .icon_box .icon1 {
  display: none;
}
.fixed_btn .taste li:hover .icon_box .icon2,
.fixed_btn li.service:hover .icon_box .icon2,
.fixed_btn li.mobile:hover .icon_box .icon2 {
  display: inline-block;
}
.fixed_btn .taste li:hover .icon_detail,
.fixed_btn li.service:hover .icon_detail,
.fixed_btn li.mobile:hover .icon_detail {
  display: block;
}
.fixed_btn .taste li:first-child .icon {
  width: 30px;
  height: 30px;
}
.modal_global {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.52);
  z-index: 9999;
}
.modal_global .modal_body {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1120px;
  height: 620px;
  overflow: hidden;
  background: #ffffff;
  border-radius: 12px;
  margin-left: -560px;
  margin-top: -310px;
}
.modal_global .modal_body .close_global {
  position: absolute;
  width: 16px;
  height: 16px;
  right: 24px;
  top: 24px;
  cursor: pointer;
}
.modal_global .modal_body .con_left {
  float: left;
  width: 620px;
  height: 620px;
}
.modal_global .modal_body .con_right {
  float: right;
  width: 500px;
  padding: 40px 50px;
}
.modal_global .modal_body .con_right h1 {
  font-size: 24px;
}
.modal_global .modal_body .con_right form label {
  display: block;
  margin-bottom: 10px;
  margin-top: 13px;
}
.modal_global .modal_body .con_right form label b {
  color: red;
}
.modal_global .modal_body .con_right form input {
  width: 400px;
  height: 48px;
  background: #ffffff;
  border: 1px solid #cbcfd5;
  border-radius: 6px;
  padding: 0 20px;
}
.modal_global .modal_body .con_right form .error_tips {
  font-size: 12px;
  color: red;
  opacity: 0;
}
.modal_global .modal_body .con_right form button {
  width: 400px;
  height: 56px;
  margin-top: 40px;
  margin-bottom: 30px;
  border-radius: 6px;
  font-size: 18px;
}
.modal_global .modal_body .con_right form p.msg {
  font-size: 16px;
  line-height: 27px;
  color: #666;
}
.toast_global {
  display: none;
  position: fixed;
  top: 20px;
  left: 50%;
  margin-left: -160px;
  height: 56px;
  padding: 0 24px;
  line-height: 56px;
  color: #67c239;
  background-color: #fff;
  color: #333;
  border-radius: 6px;
  box-shadow: 0 0 6px 0 #e0e0e0;
  font-size: 18px;
  z-index: 9999999;
  animation: all 0.5s;
}
.toast_global .icon {
  width: 24px;
  height: 24px;
  vertical-align: sub;
}
.toast_global.success {
  display: block;
}
.toast_global.warning {
  display: block;
}
.toast_global.error {
  display: block;
}
.icon {
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
}
.moreOne {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.moreTwo {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.fl_left {
  float: left;
}
.fl_right {
  float: right;
}
.mainWbBtn {
  height: 44px;
  padding: 0 26px;
  text-align: center;
  line-height: 44px;
  font-size: 16px;
  color: #fff;
  background: #008cf4;
  border: none;
  border-radius: 6px;
  cursor: pointer;
}
.mainWbBtn .icon {
  width: 14px;
  height: 12px;
  vertical-align: inherit;
  transition: all 0.25s ease 0.25s;
}
.plain {
  background: #fff;
  color: #008cf4;
  border: 1px solid #008cf4;
}
.mainWbBtn:hover .icon {
  opacity: 1;
  transform: translateX(10px);
}
.input_btn {
  margin-top: 90px;
  overflow: hidden;
}
.input_btn input {
  float: left;
  width: 280px;
  height: 56px;
  line-height: 56px;
  padding-left: 20px;
  background: #fff;
  font-size: 18px;
  border: 1px solid #cbd0d8;
  border-radius: 6px 0px 0px 6px;
}
.input_btn input:focus {
  outline: none;
}
.input_btn button {
  float: left;
  width: 164px;
  height: 56px;
  background: #008cf4;
  border-radius: 0px 6px 6px 0px;
}
.know_more {
  display: inline-block;
  color: #008cf4;
  cursor: pointer;
  width: 184px;
  height: 56px;
  line-height: 56px;
  font-size: 16px;
}
.know_more .icon {
  width: 14px;
  height: 12px;
  vertical-align: middle;
  transition: all 0.5s ease 0.5s;
}
.know_more .icon1 {
  opacity: 1;
}
.know_more .icon2 {
  opacity: 0;
}
.more_btn_scroll:hover .know_more {
  text-align: center;
  color: #fff;
  background-color: #008cf4;
  border-radius: 6px;
  font-size: 18px;
}
.more_btn_scroll:hover .know_more .icon1 {
  display: none;
}
.more_btn_scroll:hover .know_more .icon2 {
  opacity: 1;
  margin-left: 10px;
}
.sec_title {
  text-align: center;
}
.sec_title h1 {
  font-size: 40px;
  margin-bottom: 20px;
  letter-spacing: 2px;
}
.sec_title p {
  font-size: 30px;
  color: #666;
}
