
  @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-xe60c{
    font-size:24px;
    color: #757575;
  }

* {
    margin: 0;
    padding: 0;
}

.foreignPup_modal {
    width: 100%;
    height: 100vh;
    position: fixed;
    z-index: 9999;
    background: rgba(0,0,0 ,.5);
}

.foreignPup_pop {
    position: absolute;
    width: 350px;
    height: 210px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin:auto ;
    background-color: rgba(45, 48, 51, .8);
    border-radius: 5px;
    /* box-shadow: 0 8px 8px rgba(10,16,20,.24),0 0 8px rgba(10,16,20,.12); */
    /* box-shadow:
        8.5px 11px 10px rgba(0, 0, 0, 0.04),
        68px 88px 80px rgba(0, 0, 0, 0.07); */
    box-shadow:11.4px 21.7px 10.1px rgba(0, 0, 0, 0.04),68px 129px 81px rgba(0, 0, 0, 0.07);
}
.foreignPup_cancel{
    width: 100%;
    height: 30px;
    margin-top: 5px;
    line-height: 30px;
    position: relative;
}
.foreignPup_cancel i{
    position: absolute;
    right: 13px;
    user-select: none;
    cursor: pointer;
}
.foreignPup_cancel i:hover{
    color: rgba(255,255,255, .5);
}

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

.foreignPup_content_text{
  width: calc(100% - 85px);
  height: calc(100% - 50px);
  float: left;
  color: white;
  font-size: 12px;
  letter-spacing: 2px;
  line-height:30px;
  margin-top: -30px;
  white-space: pre-wrap;
}
.foreignPup_content .clear{
  clear: both;
}
.foreignPup_content_text p:first-child{
  margin-top: 13px;
  white-space: pre-line;
}
.foreignPup_subminBtn{
  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_subminBtn:hover{
  color: #fff;
  /* background: linear-gradient(to right,#60e7ac,#3bd382); */
  background:#0379fd;
}
.p_comment{
  white-space: pre-wrap;
}