body {    
	font-size: 14px;    
	line-height: 1.5;    
	font-family: "Hiragino Sans GB", Tahoma, arial, sans-serif;    
	color: #404040;    
	text-align: left;    
	background-color: #3cb5ff;}
a {    color: #404040}

        #particles-js{
            position: absolute;
            top: 0;
            left: 0;
            height: 100%;
            width: 100%;
            z-index: 0;
        }
    .y-wrap{
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      width: 580px;
      height: 100%;
      margin: 0 auto;
      -webkit-border-radius: 4px;
      border-radius: 4px;
      box-shadow: 2px 3px 10px #999;
    }
    .y-wrap > iframe{
      background: #eee;
      width: 100%;
      height: 100%;
      border: none;
    }
    .y-qrcode{
      position: absolute;
      top: 100px;
      left: 105%;
      width: 220px;
      height: 250px;
      background: #fff;
      box-sizing: border-box;
    }
    .y-qrcode canvas {
      margin: 20px;
    }
    .y-qrcode img {
      margin: 1px;
	  height:219px;
      width:219px;
    }
    .y-qrcode > .y-desc {
      width: 100%;
      font-size: 12px;
      color: #999999;
      text-align: center;
      font-family: PingFangSC-Regular;
      bottom: 18px;
      position: absolute;
    }
	
	
	
	
	
	
	
	
	.y-wrap2{
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      width: 580px;
      height: 100%;
      margin: 0 auto;
      -webkit-border-radius: 4px;
      border-radius: 4px;
      box-shadow: 2px 3px 10px #999;
    }
    .y-wrap2 > iframe{
      background: #eee;
      width: 100%;
      height: 100%;
      border: none;
    }
    .y-qrcode2{
      position: absolute;
      top: 100px;
      left: -43%;
      width: 220px;
      height: 250px;
      background: #fff;
      box-sizing: border-box;
    }
    .y-qrcode2 canvas {
      margin: 20px;
    }
    .y-qrcode2 img {
      margin: 1px;
	  height:219px;
      width:219px;
    }
    .y-qrcode2 > .y-desc2 {
      width: 100%;
      font-size: 12px;
      color: #999999;
      text-align: center;
      font-family: PingFangSC-Regular;
      bottom: 18px;
      position: absolute;
    }