﻿ 



.logtitle
{
     float: left;
     width:100%;
     
     border-radius: 3px; 
     border-bottom:1px solid #ccc;
}
.logtitle span
 {
     float: left;
     font-size:18px;
     margin:20px 0px 20px 20px;
}
/* 关闭按钮样式 */
#close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}
#close-btn-wantleam {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}
.pop {

    margin: 0px;
}

    .pop ul {
                float: left;
                padding: 0px 0px 0px 0px;
                margin: 0px 0px 0px 50px;
                width: 100%;
                list-style-image: none; 
                border-left:#ccc 1px solid;
      }

        .pop ul li {
                    float: left;
                    width: 200px;
                    padding: 5px 8px 5px 5px;
                    list-style: none;
                    margin: 0px 0px 0% 0px;
                    position: relative;
                    text-align:center; 
                    border:#ccc 1px solid;
                    border-top:0px;
                    border-left:0px;
                    height:20px;
        }
         .pop ul li a{
               float: left;
                    width: 100%;
                    padding: 0px 0% 0% 0%;
                    list-style: none;
                    margin: 0px 0px 0% 0px;
                    position: relative;
                    text-align:left;
                    font-size:18px;
                    color:rgba(0, 0, 0, 0.5);
                    text-decoration:none;
         }
          .pop ul li img{ 
               float: left;
                    width:28px;
                    height:21px;
                    padding: 0px 0% 0% 0%;
                    list-style: none;
                    margin: 0px 0px 0% 0px;
                    position: relative;
         }

        

.flagFont {
    float: left;
    margin: 6px 32px 12px 5px;
}

.mask {
      display: none;
      position: fixed;

      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.5);  
      z-index: 10000; 
    }

 

.flag {
    float: left;
    font-size: 16px;
    display: inline-block;
    width: 46px;
    height: 30px;
    cursor:pointer;
    background: url(../img/flag.gif) no-repeat;
}
 
.tabflag {
    margin: 18px 12px 12px 12px;
}
.flag-none 
{
    background-position: -180px -0px;
}
.flag-zh {
    background-position: -0px -0px;
}

.flag-en {
    background-position: -45px -0px;
}
.flag-thai
 {
    background-position: -90px -0px;
}
