<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
    font-family: 'iconfont';  /* Project id 2868301 */
    src: url('https://at.alicdn.com/t/font_2868301_divj7bkt739.woff2?t=1634202849605') format('woff2'),
         url('https://at.alicdn.com/t/font_2868301_divj7bkt739.woff?t=1634202849605') format('woff'),
         url('https://at.alicdn.com/t/font_2868301_divj7bkt739.ttf?t=1634202849605') format('truetype');
  }
.iconfont {
    font-family:"iconfont" !important;
    font-size:16px;
    font-style:normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .icon-xe60c2{
    font-size:24px;
    color: #757575;
  }

* {
    margin: 0;
    padding: 0;
}


.foreignPup_pop2 {
    width: 300px;
    height: 210px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
    color: white;
    background-color: rgba(45, 48, 51, .8);
    border-radius: 5px;
    box-shadow:11.4px 21.7px 10.1px rgba(0, 0, 0, 0.04),68px 129px 81px rgba(0, 0, 0, 0.07);
}
.foreignPup_cancel2{
    width: 100%;
    height: 30px;
    margin-top: 5px;
    line-height: 30px;
    position: relative;
}
.foreignPup_cancel2 i{
    position: absolute;
    right: 13px;
    user-select: none;
    cursor: pointer;
}
.foreignPup_cancel2 i:hover{
    color: rgba(255,255,255, .5);
}

.foreignPup_content2{
    width: 90%;
    height: 170px;
    margin: 0 auto;
    box-sizing: border-box;
    vertical-align: text-top;
}
.foreignPup_content_img2 {
  width: 70px;
  height: calc(100% - 50px);
  position: relative;
  float: left;
  margin-right: 10px;
}
.foreignPup_content2 img{
  position: absolute;
  left: 0;right: 0;top: 0;bottom: 0;
  margin: auto;
}

.foreignPup_content_text2{
  width: calc(100% - 85px);
  height: calc(100% - 50px);
  float: left;
  color: white;
  font-size: 14px;
  letter-spacing: 2px;
  line-height:22px
}
.foreignPup_content2 .clear2{
  clear: both;
}
.foreignPup_content_text2 p:first-child{
  margin-top: 13px;
}
.foreignPup_subminBtn2{
  width: 80px;
  height: 30px;
  line-height: 30px;
  background-color: #fff;
  color: #0379fd;
  text-align: center;
  border-radius: 15px;
  font-size: 14px;
  float: right;
  margin-right: 10px;
  cursor: pointer;
}
.foreignPup_subminBtn2:hover{
  color: #fff;
  /* background: linear-gradient(to right,#60e7ac,#3bd382); */
  background:#0379fd;
}
  </pre></body></html>