html{
    font-size: 12px;
    font-family: -apple-system,BlinkMacSystemFont,Helvetica Neue,Helvetica,Segoe UI,Arial,Roboto,PingFang SC,miui,Hiragino Sans GB,Microsoft Yahei,sans-serif;
}
body{
    background-color: #fff;
}
.main{
    padding: 0 30px;
    background: none;
}
.top{
    margin: 30px;
    display: flex;
    justify-content: flex-end ;
}
      .dropdown {
          position: relative;
          width: 120px;
          font-family: Arial;
          
        }
    
        .dropdown-selected {
          padding: 10px;
          /*border: 1px solid #ccc;*/
          border-radius: 10px;
          cursor: pointer;
          background-color: white;
          border:1px solid  rgba(0, 0, 0, .15);
        }
    
        /*.dropdown-selected::after {*/
        /*  content: "▼";*/
        /*  float: right;*/
        /*}*/
    
        .dropdown-list {
          position: absolute;
          top: 100%;
          left: 0;
          right: 0;
          /*border: 1px solid  rgba(53,87,63,.5);*/
          border-radius: 6px;
          background-color: white;
          max-height: 300px;
          overflow-y: auto;
          display: none;
          z-index: 1000;
          scrollbar-width: none;       /* Firefox */
          -ms-overflow-style: none;    /* IE 10+ */
        }
        
        .dropdown-list::-webkit-scrollbar {
          display: none;               /* Chrome / Safari / Edge */
        }
    
        .dropdown-list li {
          padding: 10px;
          cursor: pointer;
          margin-bottom: 0;
        }
    
        /*.dropdown-list li:hover {*/
        /*  background-color: #35573f;;*/
        /*}*/
    
        /*.dropdown-list li.selected {*/
        /*  background-color: #35573f;;*/
        /*  color: white;*/
        /*}*/
         .dropdown-list .countrys,.dropdown-selected .countrys{
             display: flex;
             align-items: center;
         }
.dropdown-selected{
   display: flex;
   align-items: center;
   justify-content: space-between;
}
 .dropdown-list .countrys img,
 .dropdown-selected .countrys img{
     width: 20px;
     height: 20px;
 }  
  .dropdown-list .countrys .fonts,
  .dropdown-selected .countrys .fonts{
     font-size: 12px;
     font-weight: 700;
     margin-left: 5px;
 }
 
.d2{
    font-size: 20px;
    margin-top: 30px;
} 
.biao li,.biaodan li{
     margin-bottom: 10px;
}
.input{
    display: flex;
    align-items: center;
    border: 1px solid #c7c7cc;
    box-sizing: border-box;
    border-radius: 10px;
    padding: 0 10px;
    background: #fff;
   
}        
.input img{
    width: 20px;
    height: 20px;
    display: block;
    -webkit-filter: invert(1) brightness(0);
    filter: invert(1) brightness(0);
}  
.input input{
    border:none;
}
.input input:focus {
  outline: none;   /* 去掉系统默认的蓝色外边框 */
  border: none;    /* 去掉边框 */
  box-shadow: none; /* 去掉可能的阴影效果 */
}
        
.login{
    margin:  30px 0;
}        
        
.login-text{
    text-align: right;
    padding-right: 20px;
}        
        
.d1,.d2,.login-text,.login-text a{
   color:#00CFB8; 
}        

.layui-btn{
 background: #00CFB8;
 border-radius: 6px;
}        
        
        
        
        
        
        
        
        
        
        
        
        