html {
    font-family: sans-serif;
    font-family: "SimHei", "SimSun", "Microsoft YaHei","FontAwesome";
}
header {
    padding: 100px 0;
}

header .logo {
    text-align: center;
}

header .logo img {
    width: 50%;
}

nav {
    height: 46px;
    line-height: 46px;
    text-align: center;
}

nav a {
    font-size: 20px;
    color: #565656;
    margin: 0 10px;
}

header .search {
    margin: 10px 30px;
    border: 2px solid #fe4444;
    height: 36px;
    overflow: hidden;
    position: relative;
}

.search .input {
    padding-right: 70px;
}

.search .input input {
    border: 0 none;
    width: 100%;
    height: 36px;
    padding-left: 10px;
    line-height: 24px;
    box-sizing: border-box;
}

.search .button {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 70px;
}

header .search .button button {
    background-color: #fe4444;
    border: 0 none;
    color: #fff;
    height: 100%;
    padding: 0;
    width: 100%;
}

.title {
    height: 40px;
    line-height: 40px;
    background-color: #fe4444;
    position: relative;
    padding-left: 12px;
    font-size: 16px;
}

.title a {
    color: #fff;
    display: inline-block;
    width: 100%;
    height: 100%;
}

.title i {
    position: absolute;
    right: 8px;
    top: 10px;
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url("/static/mobile/images/more.png") no-repeat;
    background-size: 100%;
}
.market_title{
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
    font-size: 16px;
}
.info .info_name{
    max-width:60%;
}
.market_icon{
    position: absolute;
    left: 12px;
}
.market_icon img {
    width: 30px;
    height: 30px;
}

