@media screen and (max-width:1080px){
      .registShow{
            position: relative;
            /* background-image: url('../res/01/yyck.jpg'); */
            background-repeat:no-repeat;
            /* background-size:100%;  */
            background-size:cover;
            /* background-position: center  center; */
            width: 300px;
            height: 360px;
      }
      .platform{
            display: flex;
            position: absolute;
            margin-top: 23%;
 
            width: 300px;
            height: 60px;
            gap:1.04vw;
            justify-content: center; 
      }
      .registShow .form-check{
            display: flex;
            align-items: center;
            gap: 0.2vw;
      }
      .registShow .footer-sub{
            position: absolute;
            /* margin-top: 70%; */
            left: 0%;
            bottom: 0%;
      }
      .registShow .input-calss{
            position: absolute;
            left:10%;
            bottom: 45%;
      }
      .registShow .regist-close{
            position: absolute;
            margin-right: 1%;
            margin-top: 3%;
            margin-left: 85%;
      }
      .registShow .form-control-input-lg{
            width: 240px;
            height: 30px; 
            background-color: #CECCCA;
            color:#584646;
            border-radius: 0; 
      }

      .registShow .verifyButton{
            position: absolute; 
            background-color: #526e6e;
            margin-left: 68%;
            height: 30px;
            width: 76px;
            font-size: 10px;
            border-radius: 0;  
      }
      .registShow .select-style{
            background-color:#CECCCA;
            width: 85px;
            height:100%; 
            position: absolute;
            font-size: 10px;
            color: #333333;
            /* font-family: 'Source Han Serif', serif; */
            font-weight: lighter;
            text-align: center;
            border-radius: 0;  
      }

      .registShow .subButton{
            width: 300px;height: 100px;
      }

      .registShow .yz-icon{
            width: 20px;
            height: auto;
            position: absolute;
            margin-left: 3%;
            margin-top: 2.5%;
      }
      .registShow .form-check-label{
            color: #584646;
            font-size: 8px;
            /* text-align: center; */
            vertical-align: middle;  
      }
      .registShow .form-plat-class{
            font-size:2.04vw;color: #584646;
      }
      .registShow .font-class-sty{
            font-size: 10px;
      }
      .left-clsss-sty{
            margin-left: 2%;
      }
      .form-check-android{
            margin-left: 10%;  width: 50%;height: 5vw; display: flex;justify-content: center;align-items: center;gap: 1vw;font-size: 2.04vw;
      }
      .form-check-ios{
            margin-right: 10%;width: 50%;height: 5vw; display: flex;justify-content: center;align-items: center;gap: 1vw;font-size: 2.04vw;
      }
      .plat-lable{
            display: block;margin-top: 8%;
      }
}
