/*头部样式*/
.header {
    position: fixed;
    /*right: 0;*/
    /*left: 0;*/
    z-index: 10;
    box-sizing: border-box;
    width: 100%;
    height: 44px;
    padding: 0px 15px;
    background: transparent;
    transition: ease 0.5s;
}

.header_fixed {
    position: fixed;
    width: 100%;
}
.qy-nav-bar {
    box-sizing: border-box;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    min-height: 44px;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 9;
    background-image: url(../images/currency-top.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    padding: 0px 15px;
}

.header-top {
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 44px;
    position: relative;
    box-sizing: border-box;
}

.header .header-back-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
}

.header .header-back-arrow::before {
    content: '';
    border-left: 2px solid #fff;
    border-top: 2px solid #fff;
    border-right: 0px;
    border-bottom: 0px;
    width: 10px;
    height: 10px;
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    display: inline-block;
    margin: 6px auto;
}

.header .header-title {
    margin: 0 auto;
    width: auto;
    text-align: center;
    position: absolute;
    left: 40px;
    transform: translateZ(0px);
    right: 40px;
    display: flex;
    align-items: center;
}

.header .header-title-text {
    font-size: 18px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    flex: 3;
    color: #fff;
    font-weight: bold;
}
.header.header-on .header-title-text {
    color: #000;
}
.header.header-on .header-back-arrow::before {
    border-left: 2px solid#000;
    border-top: 2px solid #000;
}
.header.qy-nav-bar .header-title-text {
    color: #fff;
}
.header.qy-nav-bar .header-back-arrow::before {
    border-left: 2px solid#fff;
    border-top: 2px solid #fff;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #999;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
    color: #999;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #999;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #999;
}
input {
    color: #333 !important;
}

/* pc头部 */
.header-box {
    /* background: #fff;
    padding: 10px 0; */
    background: url(../images/pc-topbg.png) no-repeat;
    background-size: 100% 100%;
    padding: 24px 0px;
}
.header-defx {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header-defx h4{
    font-size: 30px;
    color: #fff;
    font-weight: bold;
}
.zbys-box {
    display: flex;
    align-items: center;
    flex: 1;
    justify-content: flex-end;
}
.zbys-lef {
    border: 1px solid #E42417;
    border-radius: 40px;
    width: 400px;
    display: flex;
    align-items: center;
    margin-right: 20px;
}
.zbys-lef input {
    font-size: 14px;
    color: #999;
    flex: 1;
    line-height: 38px;
    height: 38px;
    border-radius: 40px 0 0 40px;
    padding-left: 20px;
}
.zbys-lef .zbys-nth {
    width: 70px;
    line-height: 38px;
    height: 38px;
    border-radius: 0 40px 40px 0;
    background: #E42417;
    border: 1px solid #fff;
    cursor: pointer;
}
.zbys-lef .zbys-nth img {
    width: 24px;
    height: 24px;
    margin: 6px auto;
    display: block;
}
.zbys-box .wximg {
    width: 90px;
    height: 90px;
}
.header-ln {
    background: #E42417;
}
.header-ul li {
    flex: 1;
    position: relative;
}
.header-ul li a {
    display: block;
    font-size: 17px;
    color: #fff;
    position: relative;
    padding: 24px 0px;
    text-align: center;
    margin: auto;
    width: 80%;
}
.header-ul li a:hover {
    background: #C81306;
}
.header-ul li.active a {
    background: #C81306;
}
.header-ul li .xiala-box {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 70px;
    z-index: 9;
    width: 80%;
    margin: auto;
}
.header-ul li .xiala-box a {
    background: #E42417;
    width: 100%;
    display: block;
    font-size: 15px;
    color: #fff;
    position: relative;
    padding: 20px 0px;
    text-align: center;
}
.header-ul li .xiala-box a:hover {
    background: #C81306;
}
.header-ul li:hover .xiala-box {
    display: block;
}
.header-ul li:hover .xiala-box {
    display: block;
}
.elastic-box {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.w-1200 {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    height: auto;
}
