.advertising img {
    width: 100%;
}

.advertising {
    width: 100%;
}

/*header part*/
.headerWrapper {
    background: #fff;
    width: 100%;
    margin-top: -4px;
}

.header {
    width: 1200px;
    margin: auto;
}

.fixednav {
    position: fixed;
    z-index: 99;
    top: 0;
    margin-bottom: 180px;
}

.logoBox {
    margin-right: 32px;
}

/* .search {
    position: relative;
    width: 528px;
    height: 47px;
    border: 1px solid #4D71FF;
    padding-left: 16px;
    margin: 36px 0 10px 0;
    color: #333030;
    box-sizing: border-box;
}

.search:focus {
    border: 3px solid #4D71FF;
}

.searchIcon {
    position: absolute;
    right: 0;
    top: 36px;
}

.search::-webkit-input-placeholder {
    color: #BFC2CC;
}

.search::-moz-placeholder {
    color: #BFC2CC;
}

.search:-ms-input-placeholder {
    color: #BFC2CC;
} */


.label span {
    display: inline-block;
    color: #999090;
    margin-right: 12px;
}

.label span:first-child {
    color: #BFC2CC;
    margin-right: 8px;
}

.label span:hover {
    cursor: pointer;
    color: #4D71FF;
}

.label span:first-child:hover {
    color: #BFC2CC;
}

.xzcodeBox {
    margin: 12px 0 0 83px;
}

.xzMiniapp {
    margin-left: 14px;
    margin-top: 19px;
    height: 70px;
    border-right: 1px dashed rgba(230, 228, 228, 1);
    padding-right: 15px;
}

.xzMiniapp span {
    display: block;
}

.xzMiniapp span:first-child {
    font-weight: bold;
    margin: 4px 0 6px 0;
}

/*top_nav*/
.top_nav {
    width: 100%;
    height: 48px;
    line-height: 48px;
    background: #4D71FF;
}

.navcontent {
    display: flex;
    justify-content: center;
    margin: auto;
    overflow: hidden;
}

.navcontent ul li a {
    position: relative;
    float: left;
    font-size: 17px;
    padding: 0 24px;
    color: #fff;
}

.navcontent ul li a:hover {
    cursor: pointer;
    background: #CC3939;
}

.navActive {
    background: #CC3939;
}

/*
.navcontent ul li:hover:after {
    display: inline-block;
    content: '';
    width: 12px;
    height: 4px;
    background: rgba(255,255,255,1);
    border-radius: 8px;
    position: absolute;
    bottom: 4px;
    left: 44%;
}*/

/*footer*/
.footer {
    width: 100%;
    height: 270px;
    background: rgba(255, 255, 255, 1);
    margin-top: 48px;
    border-top: 1px solid #EDEFF2;
}

.footerCon {
    width: 1168px;
    margin: auto;
    position: relative;
    top: 28px;
}

.footer .goodsService {
    margin-right: 116px;
}

.footer .service {
    font-size: 15px;
    color: rgba(51, 48, 48, 1);
    margin-bottom: 19px;
}

.footer .goodsService .s-icon {
    height: 36px;
    width: 36px;
    border-radius: 50%;
}

.footer .serinfo span {
    display: block;
    /* margin-left: 16px; */
}

.footer .serinfo span:first-child a {
    font-size: 13px;
    color: #666060;
    margin-bottom: 3px;
}

.footer .serinfo span:last-child {
    font-size: 12px;
    color: rgba(153, 144, 144, 1);
}

.footer .s-item {
    margin-bottom: 19px;
}

.footer .serinfo span:first-child a:hover {
    cursor: pointer;
    color: #4D71FF;
}

.partners {
    margin-right: 140px;
}

.partners p span {
    display: inline-block;
}

.partners p span:hover {
    cursor: pointer;
}

.partners p span:first-child {
    margin-right: 28px;
}

.partners .db {
    width: 80px;
    height: 28px;
    background: url('../images/db.png');
    margin-bottom: 10px;
}

.partners .db:hover {
    background: url('../images/db-1.png');
}

.partners .qt {
    width: 70px;
    height: 28px;
    background: url('../images/qt.png');
    margin-bottom: 10px;
}

.partners .qt:hover {
    background: url('../images/qt-1.png');
}

.partners .ql {
    width: 80px;
    height: 24px;
    background: url('../images/ql.png');
    margin-bottom: 18px;
}

.partners .ql:hover {
    background: url('../images/ql-1.png');
}

.partners .wyy {
    width: 118px;
    height: 28px;
    background: url('../images/wyy.png');
    margin-bottom: 16px;
}

.partners .wyy:hover {
    background: url('../images/wyy-1.png');
}

.partners .wqqs {
    width: 80px;
    height: 28px;
    background: url('../images/wqqs.png');
    margin-bottom: 9px;
}

.partners .wqqs:hover {
    background: url('../images/wqqs-1.png');
}

.partners .xmly {
    width: 96px;
    height: 28px;
    background: url('../images/xmly.png');
    margin-bottom: 9px;
}

.partners .xmly:hover {
    background: url('../images/xmly-1.png');
}

.partners .wl {
    width: 120px;
    height: 29px;
    background: url('../images/wl.png');
}

.partners .wl:hover {
    background: url('../images/wl-1.png');
}

.partners .imgbox {
    margin-top: -4px;
}

.aboutus ul {
    text-align: center;
}

.aboutus ul li {
    font-size: 13px;
    margin-bottom: 19px;
}

.aboutus ul li a {
    color: rgba(102, 96, 96, 1);
}

.aboutus ul li:hover a {
    cursor: pointer;
    color: #4D71FF;
}

.codeDis {
    margin: 0 73px 0 109px;
}

.copyrightBox {
    width: 1168px;
    margin: auto;
    position: relative;
    top: 48px;
}

.copyright span:first-child {
    font-size: 12px;
    color: #BFC2CC;
    padding-right: 12px;
    box-sizing: border-box;
    border-right: 1px solid #BFC2CC;
    margin-right: 8px;
}

.copyright span:last-child,
.copyrightColor {
    color: #19A3F4;
}

.company {
    color: #BFC2CC;
    margin-top: 8px;
}

.company span:first-child {
    display: inline-block;
    margin-right: 3px;
}

.xzbCode {
    text-align: center;
}

.xzbCode img {
    height: 110px;
    width: 110px;
    margin-top: -9px;
}

/*加入我们*/
.coverPop {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.32);
    z-index: 9999;
    display: none;
}

.joinUs {
    position: absolute;
    width: 320px;
    height: 359px;
    top: 50%;
    left: 50%;
    margin-top: -180px;
    margin-left: -160px;
    background: rgba(255, 255, 255, 1);
    padding-top: 28px;
    box-sizing: border-box;
    z-index: 99999;
}

.joinUs p {
    margin-top: 15px;
}

.joinUs p span {
    display: block;
}

.joinUs p span:first-child {
    color: #BFC2CC;
    font-size: 15px;
}

.joinUs p span:last-child {
    color: #333030;
    font-size: 17px;
    margin-top: 10px;
}

.joinUs button {
    width: 93px;
    height: 36px;
    background: #4D71FF;
    border-radius: 18px;
    border: none;
    color: #fff;
    margin-top: 31px;
}

.joinUs button:hover {
    cursor: pointer;
}

.navcontent .el-dropdown-menu__item,
.navcontent .el-menu-item {
    padding: 0 18px;
}

header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 72px;
    background: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(32px);
    padding: 0 32px;
    box-sizing: border-box;
}

header .logo{
    width: 170px;
    height: 40px;
}

header .headerNav{
    display: flex;
    height: 100%;
    align-items: center;
}

header .headerNav .el-menu-item.is-active {
    color: #4D71FF;
}

header .headerNav .el-menu-item.is-active::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    height: 3px;
    background-color: #4D71FF;
}

header .el-dropdown-menu__item,header  .el-menu-item{
    padding: 0;
}

header .el-menu.el-menu--horizontal{
    border-bottom: 0;
    width: 1230px;
    display: flex;
    justify-content: space-between;
}

header .el-menu-item{
    color: #2A3352;
    font-size: 16px;
    display: inline-block;
    height: 72px;
    line-height: 72px;
}

header .el-menu-item:hover{
    background: transparent;
    color: #4D71FF!important;
}

header .loginBox{
    width: 200px;
}

header .el-menu{
    background: transparent;
}