.clear {
  clear: both;
}
.clearfix:before,
.clearfix::after {
  content: "";
  clear: both;
  display: block;
}
.my_no_result {
  text-align: center;
  font-size: 25px;
  padding: 25px 10px;
  color: #ff6c6c;
}
.box_shadow {
  box-shadow: 0 0 1px 1px rgba(51, 51, 51, 0.1);
}
.give_error_no,
.give_error_yes {
  margin: 0 auto;
  position: fixed;
  background: #333;
  background-image: linear-gradient(
    to right,
    #283048 0%,
    #859398 51%,
    #283048 100%
  );
  color: #fff;
  font-size: 14px;
  z-index: 9999999999999999;
  transition: ease-in-out 0.2s all;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  box-shadow: 0 10px 20px 0.05px rgb(0 0 0/20%);
  text-align: left;
  box-sizing: inherit;
  padding: 10px;
  border-radius: 3px;
}
.give_error_no dd,
.give_error_yes dd {
  background: #5b678a;
  font-size: 18px;
  padding: 8px;
  text-transform: uppercase;
  color: #ffd000;
  font-weight: 600;
  margin-bottom: 10px;
  text-align: center;
  display: none;
}
.give_error_no dd i,
.give_error_yes dd i {
  margin-right: 3px;
}
.give_error_no dl,
.give_error_yes dl {
  position: absolute;
  font-size: 30px;
  right: -12px;
  top: 3px;
  transform: translate(-50%, 0);
  color: #ff3e3e;
}
.give_error_no li,
.give_error_yes li {
  text-align: left;
  color: #666;
  padding: 3px 0;
  margin-left: 20px;
  margin-right: 10px;
  display: block;
  animation: inm_cloude_fadin 1s linear 2s 16 forwards;
}
.give_error_yes li::before,
.give_error_no li::before {
  content: "• ";
  color: #fff;
  margin-left: -13px;
}
.give_error_yes li {
  color: #00d700;
}
.give_error_no li {
  color: #fff;
}
.sv_form_msg {
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid #d20000;
  background: rgba(255, 0, 0, 0.8) url(../img/rgba_red.png) repeat;
  color: #fff;
  font-size: 16px;
  vertical-align: middle;
  margin-top: 10px;
  padding: 10px;
  box-shadow: 0 0 5px 0 #e60000;
  width: 90%;
  font-family: lato, Calibri, Arial, sans-serif;
}
.sv_form_msg_ok {
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid #070;
  background: rgba(0, 128, 0, 0.8) url(../img/rgba_rgba_green.png) repeat;
  color: #fff;
  font-size: 16px;
  vertical-align: middle;
  margin-top: 10px;
  padding: 10px;
  box-shadow: 0 0 5px 0 green;
  width: 90%;
  font-family: lato, Calibri, Arial, sans-serif;
}
.my_fade_box {
  opacity: 0;
}
.noscript {
  font-size: 20px;
  color: #f20000;
  text-align: center;
  font-weight: 600;
  padding: 25px;
  line-height: 26px;
}
.noscript i {
  color: #f9f900;
  margin-right: 8px;
  font-size: 30px;
  vertical-align: middle;
}
.my_battan,
.my_btn {
  display: block;
  overflow: hidden;
  color: #025ab3;
  font-family: lato, Calibri, Arial, sans-serif;
  padding: 6px 0;
  font-size: 18px;
  box-shadow: 2px 2px 0 0 #ccc;
  border-radius: 7px;
  outline: none;
  border: 2px solid #025ab3;
  transition: ease-in-out 0.2s all;
  cursor: pointer;
}
.my_btn:active {
  background: #025ab3;
  transform: translate(2px, 2px);
  box-shadow: none;
  color: #fff;
}
.my_btn2 {
  background-color: #f20000;
}
.my_btn3 {
  background-color: green;
}
.loading1 {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1) url(../img/loading.gif) no-repeat center center;
  top: 0;
  left: 0;
  z-index: 9999999999999;
}
.loading2 {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background: var(--bl) url(../img/loading.gif) no-repeat center center;
  top: 0;
  left: 0;
  z-index: 9999999999999;
}
.loading3 {
  margin: 20px auto;
}
.loading4 {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1) url(../img/loading.gif) no-repeat center center;
  top: 0;
  left: 0;
  z-index: 9999999999999;
}
.load {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 500;
}
.load img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  padding: 15px;
  border-radius: 50%;
  margin-left: -40px;
  margin-top: -40px;
  box-shadow: 0 0 4px 4px rgba(0, 0, 0, 0.2);
  width: 60%;
}
.load i {
  width: 60%;
  height: 50px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(../img/loading.gif) center no-repeat;
  background-size: contain;
  padding: 15px;
}
.load2 {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.8) url(../img/loading.gif) center no-repeat;
  background-size: contain;
  padding: 8px;
  width: 70px;
  height: 70px;
  z-index: 450;
  background-size: 90%;
  border-radius: 50%;
  box-shadow: 0 4px 8px 0.05px rgb(0 0 0/20%);
}
.pte_note {
  padding: 20px;
  color: #999;
  font-size: 12px;
  line-height: 16px;
  font-family: proxima nova;
}
.pte_note a {
  color: #333;
  font-family: proximanovabold;
}
.pp_body {
  background: #fff;
  margin-top: 0;
  justify-content: center;
  max-width: 550px;
  position: relative;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0%);
  bottom: 0;
  right: auto;
  box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.3);
  overflow: hidden;
}
.pp_body_in {
  background: #fff;
  margin-top: 0;
  justify-content: center;
  position: relative;
  width: 100%;
  float: left;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.3);
  overflow-x: hidden;
  padding-bottom: 50px;
}
.pp_body::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.pp_body::-webkit-scrollbar-track {
  background: #fff;
  -webkit-box-shadow: inset 1px 1px 2px #e0e0e0;
  border: 2px solid #d8d8d8;
}
.pp_body::-webkit-scrollbar-thumb {
  background: #f74d56;
  -webkit-box-shadow: inset 1px 1px 2px rgba(155, 155, 155, 0.4);
}
.pp_body::-webkit-scrollbar-thumb:hover {
  -webkit-box-shadow: inset 1px 1px 10px rgba(0, 0, 0, 0.3);
}
.pp_body::-webkit-scrollbar-thumb:active {
  background: #888;
  -webkit-box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.3);
}
.pp_body::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.pp_body *::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.pp_body *::-webkit-scrollbar-track {
  background: #fff;
  -webkit-box-shadow: inset 1px 1px 2px #e0e0e0;
  border: 2px solid #d8d8d8;
}
.pp_body *::-webkit-scrollbar-thumb {
  background: #5b678a;
  -webkit-box-shadow: inset 1px 1px 2px rgba(155, 155, 155, 0.4);
}
.pp_body *::-webkit-scrollbar-thumb:hover {
  -webkit-box-shadow: inset 1px 1px 10px rgba(0, 0, 0, 0.3);
}
.pp_body *::-webkit-scrollbar-thumb:active {
  background: #888;
  -webkit-box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.3);
}
.pp_body *::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.pp_bottom_fix {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 101;
  height: 50px;
  line-height: 50px;
  color: #fff;
  font-size: 16px;
  font-family: proximanovabold;
  border-top: 1px solid #fcac01;
  background: #fcac01;
}
.pp_bottom_fix a {
  display: inline-block;
  background: #ee5c00;
  color: #fff;
  padding: 4px 6px;
  border-radius: 5px;
  line-height: normal;
  margin-left: 2px;
}
.pp_body_fix {
  background: #fff;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 50px;
  overflow-x: hidden;
  overflow-y: auto;
}
.pp_back {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  padding: 0 15px;
  color: #fff;
  opacity: 0.8;
}
.pte_fix_head {
  height: 50px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 300;
  text-align: left;
  background: var(--pd);
  display: flex;
  align-items: center;
  box-shadow: 1px 2px 5px 0.05px rgb(0 0 0/20%);
  justify-content: center;
}
.pte_fix_back {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 53px;
  font-size: 25px;
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  opacity: 0.8;
}
.pte_fix_back:hover {
  background: rgba(255, 255, 255, 0.4);
  opacity: 1;
  cursor: pointer;
}
.pte_fix_back2 {
  position: absolute;
  right: 0;
  width: 50px;
  height: 50px;
  top: 0;
  display: flex;
  background: rgba(255, 255, 255, 0.05);
  align-items: center;
  justify-content: center;
  font-size: 25px;
  color: #519900;
}
.pte_fix_head span {
  display: inline-block;
  font-size: 18px;
  color: #fff;
  font-family: poppins;
  height: 50px;
  opacity: 0.9;
  padding-right: 15px;
  font-weight: 600;
  display: flex;
  align-items: center;
}
.pte_fix_head span i {
  margin-left: 10px;
}
.pp_body_in2 {
  position: absolute;
  top: 50px;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-x: hidden;
  overflow-y: auto;
}
.sv1_fix {
  width: 100%;
  background: #fff;
  position: absolute;
  bottom: 0;
  z-index: 450;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  box-shadow: 0 -2px 4px 0 rgb(0 0 0/5%);
  height: 55px;
}
.sv1_fix_box {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  text-align: center;
  color: #fff;
  height: 55px;
  position: relative;
}
.sv1_fix_box a {
  color: #999;
  overflow: hidden;
  height: 55px;
  text-align: center;
  align-items: center;
  justify-content: center;
  display: flex;
  position: relative;
  flex-direction: column;
}
.sv1_fix_box a i {
  transition: color 1s;
  font-size: 33px;
  width: 35px;
  height: 35px;
  margin-top: 5px;
  color: #333;
  background-size: contain;
  position: relative;
  transform-style: preserve-3d;
  transition: all 0.2s ease;
}
.sv1_fix_box a:hover i {
  transform: scale(1.1, 1.1);
}
.sv1_fix_box a span {
  display: block;
  font-size: 11px;
  color: #333;
  padding: 1px 3px;
}
.sv1_fix_box abbr {
  position: relative;
  top: -31px;
  z-index: 9;
  color: #999;
}
.sv1_fix_box section {
  background: #fff;
  height: 65px;
  width: 65px;
  margin: 0 auto;
  border-radius: 100%;
  position: relative;
  top: -27px;
  border-top: 1px solid #c8c8c8;
  box-shadow: 0 -2px 4px 0 rgba(0, 0, 0, 0.1);
  z-index: -1;
}
.sv1_fix_box aside em {
  font-size: 55px;
  margin: 0 auto;
  color: #666;
  z-index: 1;
  position: relative;
  top: -24px;
  transition: ease-in-out 0.2s all;
}
.sv1_fix_box aside em {
  background: #fff;
  height: 55px;
  width: 55px;
  display: inline-block;
  z-index: 2;
  background-image: url(../icon/team.png);
  background-size: contain;
  border-radius: 50%;
}
.sv1_fix_box aside em:active {
  transform: scale(1.09, 1.09);
}
.sv1_fix_active .sv1_fix_box aside em {
}
.sv1_fix_active:after {
  border-color: transparent transparent var(--pd) transparent;
  content: "";
  width: 0;
  height: 0;
  border-width: 10px;
  border-style: solid;
  position: absolute;
  left: 50%;
  top: -20px;
  transform: translate(-46%, 0%);
  opacity: 0.5;
}
.sv1_fix_box aside {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
}
.sv1_fix_active {
  background: #f7ffed;
}
.sv1_fix_active a,
.sv1_fix_active a i {
  color: #206645;
}
.sv1_fix_active a span {
  color: var(--pd) !important;
}
.sv1_fix_active a i {
  background: -webkit-linear-gradient(#c5c5c5, #868686) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}
.sv2_botm_fix {
  width: 100%;
  background: #fff;
  position: absolute;
  bottom: -100%;
  z-index: 445;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  box-shadow: 0 -2px 4px 0 rgba(0, 0, 0, 0.1);
  min-height: 150px;
  border-radius: 10px 10px 0 0;
  display: none;
}
.sv2_botm_fix_clg_bg {
  background: #fff;
  height: 41px;
  width: 41px;
  margin: 0 auto;
  border-radius: 100%;
  position: relative;
  top: -20px;
  border-top: 1px solid #c8c8c8;
  box-shadow: 0 -2px 4px 0 rgba(0, 0, 0, 0.1);
  z-index: -1;
}
.sv2_botm_fix_in {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #fff;
}
.sv2_botm_fix_close {
  position: relative;
  text-align: center;
}
.sv2_botm_fix_close i {
  font-size: 38px;
  color: #e80000;
  margin-top: -18px;
}
.FixBHome i {
  background: -webkit-linear-gradient(#ff005b, #ff8500);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.FixBOrder i {
  background: -webkit-linear-gradient(#66ffb3, #014c27);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.FixBTeam em {
}
.FixBFinance i {
  background: -webkit-linear-gradient(#ff4b4b, #9a0000);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.FixBProfile i {
  background: -webkit-linear-gradient(#e044e0, #750075);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.FixBTeam i {
  background: -webkit-linear-gradient(#e044e0, #750075);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.FixBTeam a {
  overflow: inherit !important;
}
.FixBTeam:after {
  display: none !important;
}
.FixBTeam span {
  margin-bottom: -84px;
}
.sv1_fix_active.FixBTeam a {
  background-color: #fff;
}
.FixBHome {
  box-shadow: 0 -2px 4px 0 rgb(0 0 0/10%);
}
.FixBFinance {
  box-shadow: 0 -2px 4px 0 rgb(0 0 0/10%);
}
.FixBOrder {
  box-shadow: 0 -2px 4px 0 rgb(0 0 0/10%);
}
.FixBProfile {
  box-shadow: 0 -2px 4px 0 rgb(0 0 0/10%);
}
.FixBTeam a {
  width: 55px;
  height: 55px;
  background: #fff url(../icon/icon4.png) no-repeat center;
  background-size: 108%;
  position: absolute;
  border: 2px solid rgba(0, 0, 0, 0.1);
  left: 50%;
  top: -15px;
  transform: translate(-50%, 0px);
  box-shadow: 0 0 0 5px rgb(255 255 255);
  border-radius: 20px;
}
.fe_cart {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--bl);
  z-index: 451;
  position: fixed;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
}
.fe_cart_in {
  top: 50%;
  left: 50%;
  width: 85%;
  position: absolute;
  background: var(--pd);
  transform: translate(-50%, -50%);
  box-shadow: 3px 5px 10px 0.05px rgb(0 0 0/20%);
  border-radius: 4px;
  animation: autopopup_top 0.2s alternate;
  border-radius: 5px;
}
.fe_cart_in h4 {
  position: absolute;
  font-size: 34px;
  left: 50%;
  top: -54px;
  transform: translate(-50%, 0);
  color: #ff6a6a;
}
.fe_cart_in h2 {
  display: none;
  font-size: 20px;
  padding: 8px;
  color: #333;
  background: #f2f2f2;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  text-align: center;
  border-radius: 15px 15px 0 0;
}
.fe_cart_qty {
  padding: 10px 0;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.fe_cart_qty b {
  font-size: 18px;
  padding-right: 10px;
  color: #09f;
}
.fe_cart_qty dd {
  display: flex;
}
.fe_cart_qty dd button {
  height: 30px;
  border: 1px solid #ccc;
  font-size: 12px;
  width: 30px;
  outline: none;
  background-color: #f2f2f2;
  overflow: hidden;
  position: relative;
}
.fe_cart_qty dd button:first-child {
  border-radius: 4px 0 0 4px;
  color: #e80000;
}
.fe_cart_qty dd button:last-child {
  border-radius: 0 4px 4px 0;
  color: #0c3;
}
.fe_cart_qty dd input {
  height: 26px;
  font-size: 18px;
  width: 40px;
  border: none;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  outline: none;
  text-align: center;
  background: #fff;
  color: #333;
  font-weight: 700;
}
.fe_cart_btn {
  display: flex;
  margin-top: 10px;
  justify-content: center;
  margin-bottom: 10px;
}
.fe_cart_btn button {
  border: none;
  outline: none;
  flex: 1;
  font-size: 16px;
  padding: 10px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  background: 0 0;
  border-radius: 3px;
  background-size: cover;
  color: #fff;
  box-shadow: 0 4px 8px 0.05px rgb(0 0 0/20%);
  margin: 0 10px;
  background-image: linear-gradient(
    to right,
    #cb2d3e 0%,
    #ef473a 51%,
    #cb2d3e 100%
  );
  background-size: 200% auto;
}
.fe_cart_btn button:hover {
  background-position: right center;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.fe_cart_btn button:nth-child(2) {
  color: #fff;
  overflow: hidden;
  background-image: linear-gradient(
    to right,
    #00d2ff 0%,
    #3a7bd5 51%,
    #00d2ff 100%
  );
}
.fe_cart_in article {
  font-size: 16px;
  color: #fff;
  padding: 18px 10px;
  line-height: 20px;
  text-align: center;
}
.fe_cart_in article i {
  font-size: 14px;
}
.fe_cart_in article small {
  display: block;
  font-size: 10px;
  color: #545454;
}
.fe_cart_in aside {
  font-size: 18px;
  color: #333;
  padding: 8px 4px;
}
.fe_cart_in aside strong {
  color: #fb7d00;
  display: inline-block;
  padding-left: 4px;
}
.fe_cart_in aside strong i {
  font-size: 14px;
}
.fe_cart_in h4:active {
  background: rgba(0, 0, 0, 0.05);
}
.fe_cart_in nav {
  padding-top: 40px;
  font-size: 100px;
  color: var(--y);
  text-align: center;
}
.fe_cart_in nav i {
  animation: inm_zoom_in_out1 1s infinite;
}
.mqbody {
  width: 100%;
  height: 30px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  font-size: 16px;
  background: var(--bl);
}
.Marquee {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #0065ca;
  font-weight: 200;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
}
.Marquee-content {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-animation: marquee 90s linear infinite running;
  -moz-animation: marquee 90s linear infinite running;
  -o-animation: marquee 90s linear infinite running;
  -ms-animation: marquee 90s linear infinite running;
  animation: marquee 90s linear infinite running;
}
.Marquee-content:hover {
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -o-animation-play-state: paused;
  -ms-animation-play-state: paused;
  animation-play-state: paused;
}
.Marquee-tag {
  white-space: nowrap;
  padding: 8px;
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  color: var(--p);
  font-size: 14px;
  font-weight: 500;
}
.Marquee-tag b {
  color: var(--t);
}
.Marquee-tag:hover {
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  cursor: pointer;
}
@-moz-keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -o-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
  }
}
@-webkit-keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -o-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
  }
}
@-o-keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -o-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
  }
}
@keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -o-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
  }
}
.img_shadow {
  display: block;
  width: 94%;
  margin: 1% 3%;
  border-radius: 10px;
  box-shadow: 0 2px 5px 0.05px rgb(0 0 0/20%);
  clear: both;
}
.pte_rech_note {
  overflow: hidden;
  padding: 10px;
  text-align: left;
  color: #666;
  line-height: 18px;
  font-size: 12px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  margin: 15px;
}
.pte_rech_note h4 {
  font-size: 16px;
  color: #e80000;
  padding-bottom: 8px;
}
.pte_rech_note li {
  padding: 2px 0;
}
.se_title2 {
  font-size: 25px;
  font-weight: 600;
  text-align: left;
  padding: 10px 0;
  background: var(--p);
  color: #fff;
  display: flex;
}
.se_title2 h6 {
  padding-left: 22px;
  font-size: 12px;
  font-weight: 500;
  color: #999;
  text-align: left;
}
.se_title2 i {
  margin-right: 2px;
  opacity: 0.8;
  color: var(-bl);
}
