* {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none !important;
}

input {
    border: none;
    outline: none;
}

img {
    image-rendering: -webkit-optimize-contrast;
}

body {

    min-height: 80vh;
    /*background:url(../../images/sybackground1.jpg) no-repeat;*/
    background-color: #eeeeee;
    background-size: 100% 100%;
    background-attachment: fixed;
    overflow-x: hidden;
    position: relative;
    margin: 0;
    padding: 0;
}

.inner {
    width: 1150px;
    margin: 0 auto;
}

.mid_inner {
    width: 1360px;
    margin: 0 auto;
}

.big_inner {
    width: 1404px;
    margin: 0 auto;
}

#background>img {
    position: fixed;
    opacity: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: opacity 0.5s linear;
    z-index: -10;
}

@media screen and (min-width: 1920px) {
    body {
        width: 100%;
        zoom: 1.2;
    }
}

@media screen and (min-width: 1366px) and (max-width: 1920px) {
    body {
        width: 100%;
        zoom: 1;
    }
}

/*@media screen and  (max-width: 1365px) {*/
/*    body {*/
/*        width: 100%;*/
/*        zoom: 0.85;*/
/*    }*/
/*}*/
@media screen and (min-width: 1153px) and (max-width: 1366px) {
    body {
        width: 100%;
        zoom: 0.85;
    }
}

/*手机端适配*/
@media screen and (max-width: 1153px) {
    *::-webkit-scrollbar {
        width: 10px !important;
        height: 10px !important;
    }

    body {
        width: 1580px;
        zoom: 1;
        overflow: scroll;
    }

    .addAnimation {
        opacity: 1 !important;
    }
}

.loaded {
    opacity: 1 !important;
}

.hide {
    display: none;
}

.addAnimation {
    opacity: 0;
}

.error {
    color: red;
    width: 100%;
    font-size: 12px;
    display: block;
}

/*去掉滚动条*/
*::-webkit-scrollbar {
    width: 0px;
    height: 0px;
}

*::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 5px;
}

button {
    border: none;
    outline: none;
}

ul,
li {
    margin: 0;
    padding: 0;
    list-style: none;
}

/*公共弹窗样式*/
.closeIcon {
    font-size: 30px !important;
}

.sy-alert {
    width: 474px !important
}

.sy-title {
    color: #FFFFFF !important;
}

.sy-content {
    display: flex;
    justify-content: space-evenly;
    margin-bottom: 18px;
}

.sy-content>div:hover {
    cursor: pointer;
    filter: contrast(100%);
}

.lktk {
    min-width: 500px !important;
    width: 622px !important;
    height: 307px !important;
}

.ak {
    background: url(/quxian/pc/advanced/images/rcak.png) no-repeat;
    filter: contrast(95%);
    background-size: cover;
    background-size: 100% 100%;
    width: 226px;
    height: 150px;
    margin: 38px 0;
}

.bk {
    background: url(/quxian/pc/advanced/images/rcbk.png) no-repeat;
    filter: contrast(95%);
    background-size: cover;
    background-size: 100% 100%;
    width: 226px;
    height: 150px;
    margin: 38px 0;
}

/*底部*/
.copyright {
    /*margin-top:3rem !important*/
}

/*底部*/
/*#commonFooter{*/
/*	width:100%;*/
/*	height:30px;*/
/*	line-height: 30px;*/
/*	background:rgba(13,98,173, 1);*/
/*	color:#FFFFFF;*/
/*	font-size:14px;*/
/*	margin-top: 20px;*/
/*	position: absolute;*/
/*	bottom: 0;*/
/*}*/
/*#commonFooter>div{*/
/*	text-align:center;*/
/*	margin:0 auto;*/
/*	display:flex;*/
/*	justify-content: center;*/

/*}*/


/*底部*/
.footerBlank {
    height: 60px;
}

#footer {
    width: 100%;
    height: 420px;
    font-size: 14px;
    padding-bottom: 12px;
    background: #FCFBFC;
}

.fslk {
    width: 84px;
    font-size: 21px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #334150;
    line-height: 29px;
    padding-top: 20px;
}

#footer .yqlj,
#footer .gzzflj,
.copyright {
    text-align: center;
    margin: 0 auto;
    display: flex;
    /* justify-content: center; */
}

.yqlj {
    /* font-size: 16px; */
    font-weight: 400;
    line-height: 27px;
    /* letter-spacing: 2px; */
    /* justify-content: space-between !important; */
    box-sizing: border-box;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.triangle {
    width: 0;
    height: 0;
    border: 7.2px solid transparent;
    border-top-color: #FFFFFF;
    margin: 8px 0 0 .32px
}

#footer .gzzflj {
    justify-content: flex-start;
    margin-top: 14px !important;
    font-size: 13px;
    font-weight: 400;
    line-height: 22px;
    color: #333333;
    flex-wrap: wrap;
    background: #ffffff;
    padding: 27px;
    box-sizing: border-box;
    height: 241px;
    padding-left: 63px;
}

.gzzflj>div:hover {
    cursor: pointer;
    color: #125DB2;
    font-weight: 500;
}

.gzzflj>div {
    min-width: 12.8%;
    /* padding: 0 1.2%; */
    text-align: left;
    margin-left: 37px;
}

.upShow {
    margin: 16px 0 !important;
    text-align: center;
}

.upShow img {
    width: 14px;
    height: 18px;
    transition: 0.2s;
    cursor: pointer;
}

.yqlj_down_img {
    transform: rotate(180deg);
}

.bahStyle {
    /* color: #ffffff; */
    text-decoration: none;
}

.bahStyle:active,
.bahStyle:visited,
.bahStyle:link {
    /* color: #ffffff; */
}

.bahStyle:hover {
    cursor: pointer;
    color: rgb(23, 120, 255);
}

.ewm {
    width: 127px;
    height: 29px;
    font-size: 21px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #334150;
    line-height: 29px;
}

.lxfs {
    margin-left: 30px;
    display: flex;
    flex-direction: column;
}

.lxfs_top {
    width: 84px;
    height: 29px;
    font-size: 21px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #334150;
    line-height: 29px;
}

.lxfs_bottom {
    width: 580px;
    height: 22px;
    font-size: 14px;
    font-family: PingFangSC-Light, PingFang SC;
    font-weight: 300;
    color: #666666;
    line-height: 22px;
    text-align: left;
    margin-top: 8px;
}

.yqlx_title {
    width: 213px;
    height: 22px;
    font-size: 14px;
    font-family: PingFangSC-Light, PingFang SC;
    font-weight: 300;
    color: #666666;
    line-height: 22px;
    margin-left: 85px;
    cursor: pointer;
}

#yqljMore2 .gzzflj {
    padding-bottom: 100px;
}

#yqljMore3 .gzzflj {
    padding-bottom: 100px;
}

#yqljMore2 .gzzflj>div {
    min-width: 9%;
}

#yqljMore3 .gzzflj>div {
    min-width: 9%;
}

.yqlx_title img {
    transition: 0.5s;
    width: 10px;
    margin-left: 2px;
}

.common_ewm_box {
    text-align: center;
    color: rgba(51, 51, 51, 1);
    font-size: 12px;
}

.common_ewm_box p {
    font-weight: 500;
    margin-top: -26px;
}

.common_ewm_box img {
    width: 105px;
    height: 105px;
}

.common_ewm_middle_line {
    width: 1px;
    height: 82px;
    background: rgba(0, 0, 0, 0.1);
}

.common-ewm-box {
    margin: 0 39.5px;
}

.common-ewm-block {
    display: flex;
    /* justify-content: center; */
    text-align: center;
    margin: 64px 20px;
    font-size: 12px;
    line-height: 19px;
}

.common-ewm-box img {
    width: 97px;
    height: 97px;
    transition: 0.2s;
    border-radius: 3px;
    cursor: pointer;
}

.common-ewm-box img:hover {
    transform: scale(1.5);
}

.zt {
    height: 44px;
    font-size: 14px;
    font-family: PingFangSC-Light, PingFang SC;
    font-weight: 300;
    color: #666666;
    line-height: 22px;
}

.yqlx_real {
    position: absolute;
    top: 75px;
}

.copyright {
    margin-top: 20px;
    justify-content: center;
    display: flex;
    height: 60px;
}

.yqljActive {
    background: rgba(0, 116, 216, 0.6);
    /*padding: 0 15px;*/
}

#yunjiImgBox:after {
    content: "";
    background: url(/quxian/pc/advanced/images/horse_hover.png) center center no-repeat;
    width: 102px;
    height: 88px;
    position: absolute;
    left: 70px;
    top: -34px;
    transition: all 0.3s ease-out 0s;
}

#yunjiDiv {
    position: absolute;
    left: -91px;
    top: 1px;
}

#yunjiImgBox {
    transition: all 0.3s ease-out 0s;
    width: 86px;
    height: 135px;
    position: relative;
}

#yunjiImgBox img {
    width: 86px;
    height: 135px;
    position: absolute;
}

#yunjiImgBox:hover .yunji-img {
    opacity: 0;
}

#yunjiImgBox:hover .yunji-img2 {
    opacity: 1;
}

#yunjiImgBox:hover+.yunji-js {
    opacity: 1;
}

.yunji-img {
    opacity: 1;
}

.yunji-img2 {
    opacity: 0;
}

.yqljBlock {
    position: relative;
}

.yunji-js {
    opacity: 0;
    width: 302px;
    /*height: 79px;*/
    left: 94px;
    top: 82px;
    position: absolute;
    background: #FFFFFF;
    color: #333333;
    padding: 8px 19px;
    border-radius: 5px;
    box-sizing: border-box;
}

.yunji-js:before {
    display: block;
    content: '';
    border-width: 8px 20px 8px 20px;
    border-style: solid;
    border-color: transparent #ffffff transparent transparent;
    position: absolute;
    left: -39px;
    top: 32px;
}

.yunji-js div {
    color: #FFA200;
    font-size: 15px;
    font-weight: 500;
}

.yunji-js p {
    font-family: monospace;
    font-size: 13px;
    line-height: 20px;
    font-weight: 500;
}

/*友情链接结束*/
/*公共加载中样式*/
#loadingDivCommon {
    position: fixed;
    display: none;
    z-index: 99998;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 1);
    opacity: 0.26;
}

#loadingCommon {
    margin: 280px 42.5%;
    text-align: center;
}

#rotateImgCommon {
    transform: rotate(237deg);
    transform-origin: 50% 50%;
}

.loadingTextCommon {
    color: #fff;
    margin-top: 10px;
    font-size: 16px;
    z-index: 10
}

/*公共轻提示弹窗样式*/
@keyframes show {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes hide {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.toast_box {
    /* width: 100%; */
    position: fixed;
    bottom: 50%;
    left: 50%;
    /* justify-content: center; */
    z-index: 1000000;
    transform: translate(-50%, -50%);
    display: none;
}

.toast_box p {
    box-sizing: border-box;
    padding: 10px 20px;
    width: max-content;
    /* 提示框的背景色 */
    background: #707070;
    color: #fff;
    font-size: 16px;
    text-align: center;
    border-radius: 6px;
    opacity: 0.8;
}

.toliet {
    margin: 0 auto;
}

/*公共轻提示弹窗样式结束*/

/*增加一些 点击 动画*/
/*公共类*/
/*点击缩小*/
.scale-small:active {
    transform: scale(0.85);
    transition: .2s;
}

.scale-big:active {
    transform: scale(1.15);
    transition: .2s;
}

/*公共头部样式开始*/

.header {
    /*background: url("/quxian/pc/advanced/images/home_white/header_background5.png") , linear-gradient(180deg, #95C7FF 0%, #E0ECFB 100%);*/
    /* background: url("/quxian/pc/advanced/images/home_white/header_background5.png") , #ffffff; */
    background-position: top;
    background-repeat: no-repeat;
    height: 249px;
    margin-bottom: 38px;
    position: relative;
    image-rendering: -webkit-optimize-contrast;
}

.header_top {
    display: flex;
    justify-content: space-between;
    /*background: #FFFFFF;*/
}

.header_top_left {
    display: flex;
    width: 74%;
    justify-content: flex-start;
    align-items: center;
    height: 57px;
}

.header_top_right {
    width: 18%;
    display: flex;
    justify-content: flex-end;
}

.header-logo {
    /* display: flex; */
    margin-right: 37px;
    /* width: 276px; */
}

.header_msg {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    color: #989898;
    position: relative;
    cursor: pointer;
}

.header_msg_num {
    width: 18px;
    height: 18px;
    background: #F15352;
    border: 2px solid #FFFFFF;
    border-radius: 50%;
    line-height: 18px;
    color: #FFFFFF;
    font-size: 10px;
    text-align: center;
    position: absolute;
    left: 15px;
    top: 4px;
    display: none;
    cursor: pointer;
}

.header-user-info {
    border-radius: 6px;
    line-height: 39px;
    text-align: center;
    display: flex;
    justify-content: space-evenly;
    letter-spacing: 2px;
    align-items: center;
    color: #989898;
}

.header-user-info span {
    display: inline-block;
    background: #086FE1;
    border-radius: 3px;
    width: 111px;
    height: 34px;
    line-height: 34px;
    font-size: 16px;
    cursor: pointer;
    color: #fff;
}

.header_box {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    /* padding-top: 25px; */
    /* padding-bottom: 25px; */
    /* padding-top: 35px; */
    margin: 0 auto;
}

.header_left {
    width: 60.5%;
    display: flex;
    align-items: center;
}

.which_quxian {
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
    width: 99px;
    height: 36px;
    line-height: 36px;
    background: rgba(21, 124, 255, 0.8);
    border-radius: 18px;
    margin-left: 5px;
}

.header_right {
    width: 17.6%;
    text-align: right;
    position: relative;
}

#user_info {
    /*width: 100%;*/
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 17px;
    /*color: #ffffff;*/
    color: #184A9F;
}

#user_info span {
    /*background: rgba(255,255,255,0.5);*/
    /*background: rgba(245,245,245,1);*/
    border-radius: 5px;
    color: #184A9F;
    box-sizing: border-box;
    display: inline-block;
    /*width: 58px;*/
    /*height: 28px;*/
    line-height: 28px;
    text-align: center;
    margin-right: 10px;
    transition: font-weight 0.1s;
}

#user_info span:hover {
    font-weight: bold;
}

.header_nav_bar {
    width: 100%;
    height: 57px;
    background: #2B63D2;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    position: absolute;
    bottom: 0;
}

.header_main_nav {
    display: inline-flex;
    font-size: 20px;
    font-weight: normal;
    line-height: 58px;
    color: rgba(255, 255, 255, 0.8);
    overflow: visible;
    width: 83%;
}

.header_main_nav li {
    text-align: center;
    cursor: pointer;
    width: 26.67%;
    position: relative;
}

.header_main_nav>li:hover .common_ej_nav {
    display: block;
}

.header_main_nav a {
    color: #ffffff;
    display: block;
    position: relative;
}

.header_main_nav a:active,
.header_main_nav a:visited,
.header_main_nav a:link {
    color: #ffffff;
}

.header_main_nav li a:hover {
    /*background: #3385E3;*/
    /*color: #ffffff;*/
    font-weight: 500;
}

.header_main_nav>li>a:hover:before {
    content: '';
    position: absolute;
    top: 57px;
    left: 20%;
    width: 60%;
    height: 4px;
    background: #00FFF4;
    border-radius: 8px;
}

.header_main_nav_actice {
    /*background: #3385E3;*/
}

.header_main_nav_actice:before {
    content: '';
    position: absolute;
    top: 57px;
    left: 20%;
    width: 60%;
    height: 4px;
    background: #00FFF4;
    border-radius: 8px;
}

.header_main_nav_actices:before {
    content: '';
    position: absolute;
    top: 57px;
    left: 34%;
    width: 31%;
    height: 4px;
    background: #00FFF4;
    border-radius: 8px;
}

#homeli:hover:before {
    content: '';
    position: absolute;
    top: 57px;
    left: 34%;
    width: 31%;
    height: 4px;
    background: #00FFF4;
    border-radius: 8px;
}

.common_ej_nav {
    position: absolute;
    width: 100%;
    background: #125DB2;
    display: none;
    z-index: 100;
}

.common_ej_nav>li {
    width: 100%;
}

.common_ej_nav>li:hover {
    background: #2951b6;
    font-weight: 600;
}

.sf_msg {
    border-radius: 8px;
    background: #ff4d4f;
    min-width: 35px;
    height: 18px;
    line-height: 18px;
    position: absolute;
    left: 14px;
    padding: 0 8px;
    display: none;
    color: #ffffff;
    font-size: 10px;
    text-align: center;
    transform: scale(0.7);
    top: -1px;
    box-shadow: 0 0 0 1px #fff;
}

.user_btns span {
    cursor: pointer;
}

.txImg {
    width: 31px;
    height: 31px;
    border-radius: 50%;
    margin-right: 5px;
    display: none;
    margin-bottom: -24px;
}

#zcdl>li:hover {
    color: rgba(18, 123, 201, 0.8);
    cursor: pointer;
}

#zcdl {
    position: absolute;
    top: 40px;
    left: 0;
    min-width: 105px;
    text-align: center;
    z-index: 100;
    font-size: 15px;
}

#zcdl>span:nth-of-type(2) {
    margin: 0 1rem;
}

#zcdl>span:nth-of-type(2n-1):hover {
    color: rgba(18, 123, 201, 0.8);
    cursor: pointer;
}

#zcdl>li {
    background: #FFFFFF;
    color: #666666;
    padding: 7px 0 7px 0;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.16);
}

#zcdl> :first-child {
    position: relative;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;

}

#zcdl> :last-child {
    position: relative;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

#zcdl> :not(:last-child):after {
    content: '';
    width: 90%;
    height: 1px;
    background: #e6f7ff;
    position: absolute;
    bottom: 0;
    right: 5%;
}

#zcdl>div:after {
    display: none;
}

#zcdl li {
    position: relative;
    display: none;
}

.user_btns {
    text-align: right;
    font-size: 17px;
    font-weight: normal;
    line-height: 20px;
    color: #FFFFFF;
    display: inline-flex;
    align-items: center;
    position: relative;
    width: 100%;
    justify-content: flex-end;
}

.new_message_box {
    width: 309px;
    height: 103px;
    background: #FFFFFF;
    border-radius: 5px;
    position: absolute;
    right: -10px;
    top: 40px;
    font-weight: 400;
    line-height: 20px;
    color: #333333;
    font-size: 13px;
    padding: 18px 19px;
    box-sizing: border-box;
    align-items: center;
    text-align: left;
    display: none;
    cursor: pointer;
}

/* 上箭头 */
.new_message_box:before {
    display: block;
    content: '';
    border-width: 8px 8px 8px 8px;
    border-style: solid;
    border-color: transparent transparent #ffffff transparent;
    position: absolute;
    right: 9%;
    top: -16px;
}

.new_message_box span {
    background: rgba(204, 204, 204, 1);
    border-radius: 50%;
    width: 15px;
    height: 15px;
    line-height: 15px;
    text-align: center;
    color: #ffffff;
    font-size: 16px;
    top: 8px;
    right: 8px;
    position: absolute;
    cursor: pointer;
}

.new_message_box img {
    width: 46px;
    height: 31px;
    margin-right: 15px;
}

.new_message_content {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

/*公共头部样式结束*/

/*svg 加载动画开始*/
.svg-addanimation {}

.home_common_title_svg_animation {
    width: auto;
}

.svg-animation {
    animation: dash 0.5s ease-in-out forwards;
}

.svg-animation-end {
    stroke-dashoffset: 0;
}

@keyframes dash {
    to {
        stroke-dashoffset: 0;
    }
}

/*svg 加载动画结束*/
/*骨架屏开始*/
.mz-sk-transparent {
    color: transparent !important;
}

.mz-sk-text {
    background-image: linear-gradient(60deg, #f2f2f2 25%, #e6e6e6 37%, #f2f2f2 63%);
    color: transparent;
    width: auto;
    padding: 0 !important;
    background-size: 400% 100%;
    background-position: 100% 50%;
    animation: skeleton-loading 1.4s ease infinite;
}

.mz-sk-image {
    background-image: linear-gradient(60deg, #f2f2f2 25%, #e6e6e6 37%, #f2f2f2 63%);
    background-size: 400% 100%;
    background-position: 100% 50%;
    animation: skeleton-loading 1.4s ease infinite;
}

.mz-sk-pseudo::before,
.mz-sk-pseudo::after {
    color: transparent !important;
    border-color: transparent !important;
    background-image: linear-gradient(60deg, #f2f2f2 25%, #e6e6e6 37%, #f2f2f2 63%);
    animation: skeleton-loading 1.4s ease infinite;
    background-size: 400% 100%;
    background-position: 100% 50%;
}

.mz-sk-pseudo-rect::before,
.mz-sk-pseudo-rect::after {
    border-radius: 0 !important;
}

.mz-sk-pseudo-circle::before,
.mz-sk-pseudo-circle::after {
    border-radius: 50% !important;
}

.mz-sk-transparent {
    color: transparent !important;
}

.mz-sk-rect {
    border-radius: 0;
}

@keyframes skeleton-loading {
    0% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0 50%;
    }
}

/*骨架屏结束*/

.common_button_modal_div {
    margin: 29px auto 0;
}

.common_button_modal_div.bottom {
    margin-top: 20px;
    position: absolute;
    text-align: center;
    width: calc(100% - 60px);
    bottom: 30px;
}

.common_button_modal_cancel {
    width: 80px;
    height: 31px;
    background: #fff;
    opacity: 1;
    border-radius: 4px;
    margin-right: 24px;
    font-size: 14px;
    font-weight: normal;
    line-height: 31px;
    color: #333;
    cursor: pointer;
    border: 1px solid #ccc;
}

.common_button_modal_primary {
    width: 80px;
    height: 31px;
    background: #4896EC;
    opacity: 1;
    border-radius: 4px;
    font-size: 14px;
    font-weight: normal;
    line-height: 31px;
    color: #fff;
    cursor: pointer;
}