
html, body {
    width: 100%;
    background-color: #FAF7F1;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    font: 12px/1.5 Microsoft YaHei,tahoma,arial,Hiragino Sans GB,\\5b8b\4f53,sans-serif;
    font-family:"Microsoft YaHei";
}

body, h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd, img, p, span, input, select, textarea {
    padding: 0;
    margin: 0;
}

article, aside, footer, header, nav, section, img, a, span {
    display: block;
}

a {
    text-decoration: none;
}

img {
    border: none;
}

li {
    list-style-type: none;
}

em {
    font-style: normal;
}

input, select, textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    border: none;
    outline: none;
    display: block;
    resize: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.clearfix:before, .clearfix:after {
    content:"";
    display:table;
}

.clearfix:after {
    clear:both;
}

.clearfix {
    *zoom:1;
}




.country_new_list{
    border-top: 1px solid #deccb4;
    border-bottom: 1px solid #deccb4;
    padding: 20px 0;
}
.country_new_list ul{
    text-align: center;
}

.country_new_list li{
    display: inline-block;
    vertical-align: top;
    width: 70px;
    position: relative;
}

.country_new_list li+li{
    margin-left: 80px;
}

.country_flag{
    width: 65px;
    height: 65px;
    border-radius: 33px;
    overflow: hidden;
    border: 1px solid #ffffff;
    margin: 0 auto 8px auto;
}

.country_flag img{
    width: 100%;
}

.country_new_list li span{
    font-size: 14px;
    color: #333333;
    text-align: center;
    font-weight: bold;  
}

.country_new_list li i{
    display: none;
    position: absolute;
    width: 23px;
    height: 14px;
    right:-3px;
    bottom: 15px;
    background:url(https://www.yimxun.com/statics/image/hot_tb.png)no-repeat center;
}

.country_new_list li:hover i{
    display: block;
}

.country_new_list li:hover span{
    color: #725533;
}