* {
    margin: 0;
    padding: 0;
}
/* html,body{
    width: 100%;
    height: 100%;
} */
/* @media screen and (min-width:1001px) { */
    .container {
        width: 100%;
        box-sizing: border-box;
        display: flex;
        justify-content: center;
    }

    .header {
        width: 700px;
        max-width: calc(100% - 32px);
        height: 60px;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        box-sizing: border-box;
    }

    .showLogo>img {
        width: 60px;
        height: 60px;
        object-fit: contain;
    }
    .merchantIcon{
        margin-right: 10px;
    }
    #merchantName{
        font-weight: bold;
    }

    .choose_lan {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .choose_lan>img{
        width: 22px;
        height: 22px;
    }

    #language {
        margin-left: 5px;
        width: 68px;
        height: 21px;
        border: 1px solid #aaa;
        margin-left: 5px;
    }
   .out_box{
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        padding-top: 20px;
   }
   .recharge_container{
        width: 900px;
        max-width: calc(100% - 32px);
        /* background-color: red; */
        box-shadow: 2px 4px 10px 0 #ddd;
        padding: 20px 40px;
        box-sizing: border-box;
   }
   .writeData{
        display: flex;
        flex-wrap: wrap;
   }
   .writeTip{
        margin-bottom: 20px;
        font-weight: bold;
   }
   .info_container{
        margin-bottom: 20px;
        margin-left: 20px;
        width: 45%;
   }
   .ipt{
        margin-top: 5px;
        width: 100%;
        height: 35px;
        outline: none;
        text-indent: 1rem;
        caret-color: #0c71ff;
        display: flex;
        border: 1px solid #aaa;
        font-size: 18px;
        font-weight: 400;
        color: #333;
        border-radius: 4px;
   }
   #clientCode,#currency{
        cursor: pointer;
   }
   .submit{
        width: 100%;
        text-align: center;
   }
   .submitBtn{
        width: 150px;
        height: 35px;
        border-radius: 10px;
        background-color: #0099C8;
        color: #fff;
        border: none;
        cursor: pointer;
        font-size: 16px;
   }
   .erroInfoTip{
        width: 100%;
        height: 100%;
        position: fixed;
        z-index: 1;
        top: 0;
        left: 0;
        background-color: rgba(0,0,0,0.4);
        display: none;
        align-items: center;
        justify-content: center;
    }
  .modalContent{
        width: 500px;
        max-width: calc(100% - 48px);
        background-color: #fefefe;
        padding: 10px 20px 30px;
        position: relative;
        display: flex;
        flex-direction: column;
    }
  .errorContent{
        margin-top: 40px;
        text-align: center;
    }
  .close{
        position: absolute;
        top: 10px;  
        right: 10px; 
        color: #aaa;  
        font-size: 28px;  
        font-weight: bold;  
    }
    
  .close:hover,  
  .close:focus {  
        color: black;  
        text-decoration: none;  
        cursor: pointer;  
    }
    .mask {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        background-color: rgba(0, 0, 0, 0.5);
        display: none;
    }

    .mask>img {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }
    .logo{
        width: 60px;
        height: 60px;
    }

    @media screen and (max-width: 640px) {
        .recharge_container {
            padding: 20px;
        }

        .info_container {
            width: 100%;
            margin-left: 0;
        }

        .ipt {
            box-sizing: border-box;
        }
    }
/* } */
/* @media screen and (max-width:1000px) { */
    
/* }  */
