.bg_div{
    position:fixed;
      left:50px;
      top: 100px;
}

.bg_div div{
  cursor: pointer;
}

.ta_c{
  /*text-align: center;*/
    /*position:fixed;*/

      cursor:pointer;
      /*background:#beceeb;*/
  }

  @keyframes rotation_out{
  from {transform: rotate(0deg);}
  to {transform: rotate(-360deg);}
  }

  @-ms-keyframes rotation_out{
  from {-ms-transform: rotate(0deg);}
  to {-ms-transform: rotate(-360deg);}
  }

  @-moz-keyframes rotation_out{
  from {-moz-transform: rotate(0deg);}
  to {-moz-transform: rotate(-360deg);}
  }

  @-webkit-keyframes rotation_out{
  from {-webkit-transform: rotate(0deg);}
  to {-webkit-transform: rotate(-360deg);}
  }

  @-o-keyframes rotation_out{
  from {-o-transform: rotate(0deg);}
  to {-o-transform: rotate(-360deg);}
  }

  .Rotation_out{
  transform:rotate(-360deg);
  -ms-transform:rotate(-360deg);  /* IE 9 */
  -moz-transform:rotate(-360deg);   /* Firefox */
  -webkit-transform:rotate(-360deg); /* Safari 和 Chrome */
  -o-transform:rotate(-360deg);   /* Opera */

  animation: rotation_out 3s linear infinite;
  -ms-animation: rotation_out 3s linear infinite;
  -moz-animation: rotation_out 3s linear infinite;
  -webkit-animation: rotation_out 3s linear infinite;
  -o-animation: rotation_out 3s linear infinite;
  }

  .img_out{border-radius: 55px;}


  @keyframes rotation_in{
  from {transform: rotate(0deg);}
  to {transform: rotate(360deg);}
  }

  @-ms-keyframes rotation_in{
  from {-ms-transform: rotate(0deg);}
  to {-ms-transform: rotate(360deg);}
  }

  @-moz-keyframes rotation_in{
  from {-moz-transform: rotate(0deg);}
  to {-moz-transform: rotate(360deg);}
  }

  @-webkit-keyframes rotation_in{
  from {-webkit-transform: rotate(0deg);}
  to {-webkit-transform: rotate(360deg);}
  }

  @-o-keyframes rotation_in{
  from {-o-transform: rotate(0deg);}
  to {-o-transform: rotate(360deg);}
  }

  .Rotation_in{
    position:absolute;
    top:11px;
    left:11px;
    transform:rotate(360deg);
    -ms-transform:rotate(360deg);   /* IE 9 */
    -moz-transform:rotate(360deg);  /* Firefox */
    -webkit-transform:rotate(360deg); /* Safari 和 Chrome */
    -o-transform:rotate(360deg);  /* Opera */

    animation: rotation_in 3s linear infinite;
    -ms-animation: rotation_in 3s linear infinite;
    -moz-animation: rotation_in 3s linear infinite;
    -webkit-animation: rotation_in 3s linear infinite;
    -o-animation: rotation_in 3s linear infinite;
  }

  .img_in{border-radius: 41px;}



  @keyframes myscale{
  from {transform: scale(1,1);}
  to {transform: scale(-1,1);}
  }

    @-ms-keyframes myscale{
  from {-ms-transform: scale(1,1);}
  to {-ms-transform: scale(-1,1);}
  }

    @-moz-keyframes myscale{
  from {-moz-transform: scale(1,1);}
  to {-moz-transform: scale(-1,1);}
  }

    @-webkit-keyframes myscale{
  from {-webkit-transform: scale(1,1);}
  to {-webkit-transform: scale(-1,1);}
  }

    @-o-keyframes myscale{
  from {-o-transform: scale(1,1);}
  to {-o-transform: scale(-1,1);}
  }

  .Scale{
    position:absolute;
    top:16px;
    left:16px;
    transform:scale(1,1);
/*    -ms-transform:scale(1,1);  
    -moz-transform:scale(1,1); 
    -webkit-transform:scale(1,1); 
    -o-transform:scale(1,1);  

    animation: myscale 3s linear infinite;
    -ms-animation: myscale 3s linear infinite;
    -moz-animation: myscale 3s linear infinite;
    -webkit-animation: myscale 3s linear infinite;
    -o-animation: myscale 3s linear infinite; */
  }
  .img_bg{border-radius: 35px;}

  .baogan_tishi{
    margin-top:0px;
    height:160px;

  }

  .baogan_one{
    font-family:"KaiTi", sans-serif;
    width:20px;
    float:left;
    margin-left:6px;
    font-size:18px;
    /*color:#00B4EB;*/
    color:#00B4EB;
    font-weight:bold;
  }

  .baogan_two{
    font-family:"KaiTi", sans-serif;
    width:20px;
    float:left;
    margin-top:13px;
    margin-left:14px;
    font-size:18px;
    /*color:#6092e8;*/
    color:#00B4EB;
    font-weight:bold;
  }
  .baogan_two1{
    font-family:"KaiTi", sans-serif;
    width:20px;
    float:right;
    margin-top:13px;
    margin-right:14px;
    font-size:18px;
    /*color:#6092e8;*/
    color:#00B4EB;
    font-weight:bold;
  }

  .baogan_three{
    font-family:"KaiTi", sans-serif;
    width:20px;
    float:left;
    margin-top:42px;
    margin-left:6px;
    font-size:18px;
    /*color:#6092e8;*/
    color:#00B4EB;
    font-weight:bold;

    word-wrap: break-word;
    word-break: normal;
  }

  .bg_div span
  {
   /* position: absolute;
    right: 0px;
    cursor: pointer; */
  }
