#cod2ee{
    width: 320px;
    /* height: 95px; */
    /* padding: 10px; */
    z-index: 99999;
    color: #FFF;
    overflow: hidden;
    /* background: #106ae7; */
  }
  #cod2ee .codclose{
    position: relative;
    height: 25px;
    right: 0;
    top:25px;
    /* background: #106ae7; */
  }
  #cod2ee .codclose span{
    position: absolute;
    right: 0;
    top: 0;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    cursor: pointer;
  }
  #cod2ee .codct{
    /* background: #106ae7; */
    height: auto;
    /* padding: 0 20px 20px 20px; */
    font-size:14px;
  }
  @media (max-width:768px){
    #piaochuang{display: none;}
    #cod2ee{display: none;}
  }

  .cod2ee{
    width: 320px;
    /* height: 95px; */
    /* padding: 10px; */
    z-index: 99999;
    color: #FFF;
    overflow: hidden;
    /* background: #106ae7; */
  }
 .cod2ee .codclose{
    position: relative;
    height: 25px;
    right: 0;
    top:25px;
    /* background: #106ae7; */
  }
.cod2ee .codclose span{
    position: absolute;
    right: 0;
    top: 0;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    cursor: pointer;
  }
.cod2ee .codct{
    /* background: #106ae7; */
    height: auto;
    /* padding: 0 20px 20px 20px; */
    font-size:14px;
  }
  @media (max-width:768px){
    #piaochuang{display: none;}
    .cod2ee{display: none;}
  }