.header {
    z-index: 10;
}

.nav {
    position: relative;
    z-index: 100;
}
.head-container {
    background-color: #e53031;
}
.head-nav-container {
    position: relative;
    z-index: 20;
    background-color: rgba(137, 5, 6, .3);
}

.head-nav-content {
    text-align: center;
    font-size: 20px;
    color: #fff;
}

.head-nav-content {
    overflow: inherit;
}

.logo.inline-box {}

.logo {
    padding: 30px 0;
}

.logo-box {
    height: 65px;
    position: relative;
}

.search-icon-wrapper {
    width: 180px;
    right: 0;
    text-align: center;
}

.logo-search-container .search-icon-wrapper .icon {
    height: 20px;
    cursor: pointer;
    position: relative;
}

.search-wrapper {
    position: absolute;
    top: 25px;
    left: -60px;
    z-index: 20;
    width: 280px;
}

.input-wrapper {
    width: 150px;
    position: relative;
    height: 30px;
    line-height: 1;
    font-size: 0;
    left: 100%;
}
.input-wrapper input::-webkit-input-placeholder {
	color:#DC7273;
}
.input-wrapper input {
    text-align: center;
    vertical-align: top;
    font-size: 15px;
    height: 100%;
    line-height: 30px;
    padding: 0 35px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    background-color: #bb2122;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    width: 100%;
    color: #fff;
    border: none;
}

.search-icon {
    position: absolute;
    top: 0;
    height: 100%;
    right: 15px;
    background: url(../png/rws0kx.png) no-repeat;
    width: 20px;
    background-position: center;
    cursor: pointer;
}

.input-wrapper .text {
    margin-left: 10px;
    vertical-align: middle;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    color: #ffffff;
}

.input-wrapper .text:hover {
    cursor: pointer;
    text-decoration: underline
}

.nav-item {
    position: static;
    height: 50px;
}

.nav-item .nav-item_text {
    margin-top: 4px;
    height: 46px;
    line-height: 46px;
    transition: all .05s linear;
    -webkit-transition: all .05s linear;
    -moz-transition: all .05s linear;
    -ms-transition: all .05s linear;
    -o-transition: all .05s linear;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.75);
    position: relative;
}

.nav-item .nav-item_text .item_text {
    display: inline-block;
}

.wza{}
.wza div{width:50px; color:#fff; background:rgba(255,255,255,0.3);float:left; line-height:22px;padding:0 5px;}
.footer-desc-container{background-color: #e6e6e6;}