.icon-internet {
    width: 25px;
    height: 25px;
    background: #fff url(../img/search.png) no-repeat;
    background-size: 100% 100%;
}
.clearfix:before, .clearfix:after {
    content: "\0020";
    height: 0px;
    display: block;
    visibility: hidden;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}
.net-search {
    border: 1px solid #ccc;
    width: 100%;
    padding: 6px;
    text-align: center;
    border-radius: 5px;
    background-color: #eee;
}
.net-gary {
    color: #999;
}
.net-hotCountry {
    padding: 0.7rem 1rem;
    background-color: #ffffff;
    border: 1px solid #ccc;
    text-align: center;
}
.net-line {
    border-bottom: 1px solid #eee;
}
.am-list li {
    padding: 1.6rem 0rem 1.65rem 0rem;
    border-top: 1px solid #eee;
}
.bg {
    position: fixed;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.6);
    z-index: 1100;
}
.am-text-gary { color: #999 }
.icon-tip {
    background-image: url(../img/tip@3x.png);
    background-repeat: no-repeat;
    background-size: auto 100%;
    height: 20px;
}