body {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

a {
    text-decoration: none
}

.download {
    display: none;
}

.header .header-content {
    width: 1200px !important;
}

.content-box .search-down {
    background-color: #000;
    height: 40px;
    width: 100%;
    min-width: 1200px;
}

.content-box .search-down .cont {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    height: 100%;
    position: relative;
}

.cont .cont-down {
    height: 100%;
    width: 180px;
    text-align: center;
    line-height: 40px;
    background: rgba(255, 102, 0, 1);
    color: rgba(255, 255, 255, 1);
    font-size: 15px;
}

.cont .cont-input {
    height: 27px;
    margin-top: 5px;
    width: 300px;
    border: none;
    padding: 2px 6px;
    margin-right: 40px;
}

.cont input:focus {
    border-color: #000000 !important;
    outline: 0;
    border-width: none;
}

.cont-a {
    line-height: 40px;
    color: #fff;
    font-size: 15px;
}

.cont-right {
    display: flex;
}

.cont-right .input-search {
    position: relative;
}

.cont-right .input-img {
    position: absolute;
    right: 0;
    top: 4px;
}

.show-wrap {
    display: none;
    position: absolute;
    width: 1093px;
    top: 40px;
    left: 0;
}

.cont-down-wrap {
    background-color: #000;
    display: flex;
}

.cont-down-wrap .wrap-l {
    width: 340px;
    background: rgba(249, 249, 249, 1);
    box-shadow: 0 0px 6px 0px rgba(0, 0, 0, 0.08);
}

.cont-down-wrap .wrap-r {
    width: 753px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0 0px 6px 0px rgba(0, 0, 0, 0.08);
    padding: 16px 20px 14px 20px;
}

.wrap-r .wrap-r-one {
    padding-top: 16px;
    padding-bottom: 18px;
    padding-right: 20px;
    display: flex;
    border-bottom: 1px dashed rgba(0, 0, 0, .2);
}

.wrap-r .wrap-r-one:last-child {
    border-bottom: none;
}

.wrap-r .wrap-r-title {
    line-height: 21px;
    padding: 0 30px 0 20px;
    opacity: 1;
    color: rgba(255, 102, 0, 1);
    font-size: 14px;
    font-family: "PingFang SC";
    text-align: left;
    line-height: 37px;
    white-space: nowrap;
}

.wrap-r .wrap-r-detail {
    padding: 0;
    opacity: 1;
    color: rgba(51, 51, 51, 1);
    font-size: 14px;
    font-weight: 400;
    font-family: "PingFang SC";
    text-align: left;
    line-height: 37px;
}

.wrap-r .wrap-r-detail span {
    display: inline-block;
    margin-right: 24px;
}

.wrap-r .wrap-r-detail span:last-child {
    margin-left: 0;
}

.wrap-l .wrap-l-one {
    padding-top: 8px;
    padding-right: 20px;
    display: flex;
}

.wrap-l .wrap-l-title {
    line-height: 21px;
    padding: 0 30px 16px 20px;
    opacity: 1;
    color: rgba(51, 51, 51, 1);
    font-size: 14px;
    font-weight: 700;
    font-family: "PingFang SC";
    text-align: left;
    line-height: 37px;
    white-space: nowrap;
}

.wrap-l .wrap-l-detail {
    padding: 0 0 8px 0;
    opacity: 1;
    color: rgba(51, 51, 51, 1);
    font-size: 14px;
    font-weight: 400;
    font-family: "PingFang SC";
    text-align: left;
    line-height: 37px;
}

.wrap-l .wrap-l-detail span {
    display: inline-block;
    margin-right: 24px;
}

.wrap-l .wrap-l-detail span:last-child {
    margin-left: 0;
}

.wrap-l .light {
    background: rgba(255, 255, 255, 1);
}

.banner-div {
    width: 100%;
    height: 200px;
}

.banner-div img {
    width: 100%;
    height: 100%;
}

.content-box .content-wrap {
    background-color: #fff;
    width: 100%;
    min-width: 1200px;
}

.content-box .content-wrap .main-title {
    width: 1200px;
    margin: 20px auto;
    color: rgba(0, 0, 0, 1);
    font-size: 18px;
    font-weight: 400;
    font-family: "PingFang SC";
    text-align: left;
    line-height: 27px;
}

.content-box .content-wrap .main-wrap {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.main-wrap .conent-l {
    width: 816px;
}

.main-wrap .conent-r {
    width: 360px;
}

.conent-l-select {
    display: flex;
    width: 100%;
    height: 64px;
}

.conent-l-select-l {
    width: 160px;
    height: 100%;
    background: rgba(255, 102, 0, 1);
    color: rgba(255, 255, 255, 1);
    font-size: 22px;
    font-weight: 700;
    font-family: "PingFang SC";
    text-align: center;
    line-height: 64px;
}

.conent-l-select-l .block {
    display: inline-block;
    position: relative;
    top: 3px;
    width: 4px;
    height: 24px;
    opacity: 1;
    background: rgba(255, 255, 255, 1);
}

.conent-l-select-r {
    width: calc(100% - 160px);
    background: rgba(243, 243, 243, 1);
    opacity: 1;
    color: rgba(51, 51, 51, 1);
    font-size: 20px;
    font-weight: 400;
    font-family: "PingFang SC";
    text-align: left;
    line-height: 64px;
}

.conent-l-select-r span {
    display: inline-block;
    margin-left: 24px;
}

.conent-l .conent-l-main {
    width: 816px;
    opacity: 1;
    background: rgba(243, 243, 243, 1);
    margin-top: 20px;
    padding: 0 20px;
    box-sizing: border-box;
}

.conent-l-main-title {
    opacity: 1;
    color: rgba(51, 51, 51, 1);
    font-size: 22px;
    font-weight: 700;
    font-family: "PingFang SC";
    text-align: left;
    line-height: 33px;
    margin: 5px 0 20px 0;
}

.conent-l-main-block {
    width: 4px;
    height: 24px;
    opacity: 1;
    background: rgba(0, 0, 0, 1);
    display: inline-block;
    position: relative;
    top: 3px;
}

.conent-l-main .left-main {
    width: 100%;
    padding: 0;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    background: rgba(243, 243, 243, 1);
}

.left-main .main-left {
    width: 144px;
    background: rgba(243, 243, 243, 1);
}

.left-main .main-right {
    width: 616px;
    background: rgba(243, 243, 243, 1);
}

.main-left .changeWhere {
    width: 144px;
    opacity: 1;
    background: rgba(255, 255, 255, 1);
    padding: 16px;
}

.changeWhere-title {
    color: rgba(51, 51, 51, 1);
    font-size: 18px;
    font-weight: 700;
    font-family: "PingFang SC";
    text-align: left;
    line-height: 27px;
    margin-bottom: 24px;
}

.changeWhere-to {
    color: rgba(51, 51, 51, 1);
    font-size: 16px;
    font-weight: 400;
    font-family: "PingFang SC";
    text-align: left;
    line-height: 24px;
    margin-bottom: 8px;
}

.main-right-one-select {
    margin-bottom: 16px;
}

.main-right-one-select .select {
    color: rgba(153, 153, 153, 1);
    font-size: 22px;
    font-weight: 700;
    font-family: "PingFang SC";
    text-align: left;
    line-height: 33px;
    display: inline-block;
    padding-right: 20px;
}

.main-right-one-select .select-index {
    height: 30px;
    border-radius: 100px;
    opacity: 1;
    background: rgba(227, 227, 227, 1);
    display: inline-block;
    opacity: 1;
    color: rgba(102, 102, 102, 1);
    font-size: 16px;
    font-weight: 400;
    font-family: "PingFang SC";
    text-align: center;
    line-height: 30px;
    padding: 0 18px;
    margin-right: 24px;
}

.main-right-one-select .select-index:last-child {
    margin-right: 0;
}

.main-right-one-select .light-index {
    height: 30px;
    border-radius: 100px;
    opacity: 1;
    background: rgba(255, 102, 0, 1);
    display: inline-block;
    color: rgba(255, 255, 255, 1);
    font-size: 16px;
    font-weight: 400;
    font-family: "PingFang SC";
    text-align: center;
    line-height: 30px;
    padding: 0 18px;
}

.main-right-one-select .light-orgin {
    opacity: 1;
    color: rgba(255, 102, 0, 1);
    font-size: 22px;
    font-weight: 700;
    font-family: "PingFang SC";
    text-align: left;
    line-height: 33px;
}

.orgin-block {
    width: 4px;
    height: 24px;
    opacity: 1;
    background: rgba(255, 102, 0, 1);
    display: inline-block;
    position: relative;
    top: 3px;
    margin-right: 8px;
}

.main-right-one-wrap {
    background-color: #fff;
    /* padding: 20px; */
    padding-left: 0;
    padding-bottom: 1px;
    padding-right: 20px;
    /*padding-top: 0; */
    margin-bottom: 40px;
}

.main-right-one-wrap a {
    display: block;
}

.desc-content {
    padding: 0 !important;
    margin: 0 !important;
}

.main-right-one-wrap.up-down {
    margin-bottom: 20px;
}

.main-right-one-wrap.up-down:last-child {
    margin-bottom: 40px;
}

.main-right-one-wrap.up-down.nohas {
    height: 50px;
    overflow: hidden;
}

.main-right-one-wrap.up-down.nohas .up-down-one {
    padding-top: 0;
}

.main-right-one-wrap.up-down.nohas .title {
    margin: 13px 0;
}

.message-one {
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px dashed rgba(0, 0, 0, .2);
}

.no-border {
    border: none !important;
}

.message-one .message-title {
    color: rgba(51, 51, 51, 1);
    font-size: 16px;
    font-weight: 700;
    font-family: "PingFang SC";
    text-align: left;
    line-height: 24px;
}

.message-one .message-detail {
    color: rgba(102, 102, 102, 1);
    font-size: 16px;
    font-weight: 400;
    font-family: "PingFang SC";
    text-align: justify;
    line-height: 24px;
    padding-top: 6px;
}

.message-one .title {
    margin-bottom: 10px;
    position: relative;
}

.message-one .title img {
    width: 8px;
    height: 16px;
    position: absolute;
    right: 0;
    top: 3px;
}

.message-one .detail-a {
    margin-bottom: 10px;
}

.show-alll {
    height: 40px;
    border-radius: 4px;
    opacity: 1;
    background: rgba(255, 237, 224, 1);
    width: calc(100% -40px);
    opacity: 1;
    color: rgba(255, 102, 0, 1);
    font-size: 16px;
    font-weight: 400;
    font-family: "PingFang SC";
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    margin-bottom: 24px;
    margin-left: 20px;
}

.one-detail {
    height: 40px;
    border-radius: 4px;
    opacity: 1;
    background: rgba(255, 237, 224, 1);
    width: calc(100% -40px);
    opacity: 1;
    color: rgba(255, 102, 0, 1);
    font-size: 16px;
    font-weight: 400;
    font-family: "PingFang SC";
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    margin-bottom: 24px;
    margin-left: 20px;
}

.show-all-select {
    height: 40px;
    border-radius: 4px;
    opacity: 1;
    background: rgba(255, 237, 224, 1);
    width: calc(100% -40px);
    opacity: 1;
    color: rgba(255, 102, 0, 1);
    font-size: 16px;
    font-weight: 400;
    font-family: "PingFang SC";
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    position: relative;
    top: -20px;
}

.no-show {
    display: none;
}

.up-down-one {
    padding-top: 10px;
}


/* .up-down-one:last-child {
    margin-bottom: 0;
} */

.up-down-one .title {
    margin-bottom: 10px;
    margin-top: 10px;
    position: relative;
}

.up-down-one .title img {
    width: 16px;
    height: 8px;
    position: absolute;
    right: 0;
    top: 8px;
    cursor: pointer;
}

.up-down-one .up-down-title {
    opacity: 1;
    color: rgba(51, 51, 51, 1);
    font-size: 16px;
    font-weight: 700;
    font-family: "PingFang SC";
    text-align: left;
    line-height: 24px;
}

.up-down-one .intro {
    opacity: 1;
    color: rgba(102, 102, 102, 1);
    font-size: 16px;
    font-weight: 400;
    font-family: "PingFang SC";
    text-align: left;
    line-height: 24px;
}

.intro-all {
    margin-bottom: 24px;
}

.intro-do {
    display: flex;
    justify-content: space-between;
    margin-bottom: 24px;
}

.intro-do>div {
    width: 48%;
    height: 40px;
    border-radius: 4px;
    opacity: 1;
    background: rgba(255, 237, 224, 1);
    opacity: 1;
    color: rgba(255, 102, 0, 1);
    font-size: 16px;
    font-weight: 400;
    font-family: "PingFang SC";
    text-align: center;
    line-height: 40px;
}

.one-article .turn {
    width: 100%;
    height: 40px;
    border-radius: 4px;
    opacity: 1;
    background: rgba(255, 237, 224, 1);
    opacity: 1;
    color: rgba(255, 102, 0, 1);
    font-size: 16px;
    font-weight: 400;
    font-family: "PingFang SC";
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    margin-bottom: 23px;
}

.small-title {
    padding: 16px 0;
    border-bottom: 1px dashed rgba(0, 0, 0, .2);
    position: relative;
}

.small-title:last-child {
    border: none;
}

.small-message-title {
    opacity: 1;
    color: rgba(51, 51, 51, 1);
    font-size: 16px;
    font-weight: 700;
    font-family: "PingFang SC";
    text-align: left;
    line-height: 24px;
}

.small-title img {
    width: 8px;
    height: 16px;
    position: absolute;
    right: 0;
    top: 19px;
}

.main-right .tips {
    width: 100%;
    margin-bottom: 16px;
    color: rgba(51, 51, 51, 1);
    font-size: 16px;
    font-weight: 400;
    font-family: "PingFang SC";
    text-align: justify;
    line-height: 24px;
}

.last-back {
    width: 100%;
    height: 190px;
    background: rgba(217, 217, 217, 1);
    margin-bottom: 40px;
}

.table-flex {
    padding: 20px 0;
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.table-flex .table-one {
    border: 1px solid rgba(0.8509804010391235, 0.8509804010391235, 0.8509804010391235, .15);
    width: 48%;
    opacity: 1;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.table-flex .table-one>div {
    width: 50%;
    line-height: 44px;
    box-sizing: border-box;
    opacity: 1;
    color: rgba(51, 51, 51, 1);
    font-size: 16px;
    font-weight: 400;
    font-family: "PingFang SC";
    text-align: center;
}

.table-flex .table-one>div:nth-child(2n-1) {
    border-right: 1px dashed rgba(0, 0, 0, .1);
}

.table-flex .table-one>div:nth-child(4n+1) {
    background: rgba(243, 243, 243, 1);
}

.table-flex .table-one>div:nth-child(4n+2) {
    background: rgba(243, 243, 243, 1);
}

.content-wrap .changePage {
    width: 1200px;
}


#footer{
    width: 100%!important;
    font-size: 12px!important;
    line-height: 30px!important;
    color: #CCCCCC !important;
    text-align: center!important;
    background: #666 !important;
    border-top: none!important;
    clear: both!important;
}

#footer a {
    color: #CCCCCC!important;
}

#footer a:hover {
    color: #eeeeee!important;
}

#footer #wxbox {
    color: #000000!important;
}
.statement {
    width: 1380px !important;
    margin:30px auto!important;
    position: relative!important;
    color: #999999!important;
    font-size: 14px!important;
    line-height: 20px!important;
}
.top-breadcrumb {
    display: flex;
    font-size: 12px;
    width:1200px;
    margin:20px auto 0 auto;

   

    color: #666666;
    font-family: "Microsoft YaHei";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.top-breadcrumb a {
    margin: 0 2px;
    color: #666666;
    font-family: "Microsoft YaHei";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.top-breadcrumb span {
    margin: 0 2px;
    color: #666666;
    font-family: "Microsoft YaHei";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.top-breadcrumb a:hover {
    color: red;
    text-decoration: underline;
}


.ico-gelizhengce {
    background-image: url(https://imgbdb4.bendibao.com/cdbdb/202211/08/20221108171440_21888.png) !important;
}

.ico-zijiachuxing {
    background-image: url(https://imgbdb4.bendibao.com/cdbdb/202211/08/20221108171557_80591.png) !important;
}

.ico-yqdengji {
    background-image: url(https://imgbdb4.bendibao.com/cdbdb/202211/08/20221108171623_15497.png) !important;
}
/* .ico-wanshengjie {
    background-image: url(http://imgbdb4.bendibao.com/whbdb/202210/20/20221020135109_29825.png) !important;
} */
.ico-jiankangma {
    background-image: url(http://imgbdb3.bendibao.com/szbdb/20214/5/20210405230722_47444.png) !important;
}

.ico-zhuantixuguanjiaqiangzhen {
    background-image: url(https://imgbdb4.bendibao.com/cdbdb/202211/08/20221108171824_50180.png) !important;
}

.ico-xingcheng {
    background-image: url(https://imgbdb4.bendibao.com/cdbdb/202211/08/20221108171721_31258.png) !important;
}

.ico-zhuantifdll {
    background-image: url(http://imgbdb3.bendibao.com/szbdb/20214/5/20210405230707_51028.png) !important;
}

.ico-guokaobaomingbiao {
    background-image: url(http://imgbdb3.bendibao.com/whbdb/20213/30/20210330142540_99472.png) !important;
}

.ico-shenfenzheng {
    background-image: url(http://imgbdb3.bendibao.com/szbdb/20214/5/20210405230935_60673.png) !important;
}
.ico-edu {background-image: url(https://imgbdb4.bendibao.com/cdbdb/20245/08/2024508174711_25684.png) !important;}
.ico-zp {background-image: url(https://imgbdb4.bendibao.com/images/icon_zp.png) !important;}
.ico-bzf {background-image: url(https://imgbdb4.bendibao.com/images/icon_bzf.png) !important;}
.ico-zx {background-image: url(https://imgbdb4.bendibao.com/images/icon_zx.png) !important;}
.ico-sh {background-image: url(https://imgbdb4.bendibao.com/images/icon_sh.png) !important;}
.ico-ydyb {background-image: url(https://imgbdb4.bendibao.com/images/icon_ydyb.png) !important;}s
.ico-duanwu {background-image: url(https://imgbdb4.bendibao.com/szbdb/20236/19/2023619103739_56854.png) !important;}
.ico-jdb {background-image: url(http://imgbdb3.bendibao.com/whbdb/20213/30/20210330142541_22771.png) !important;}
.ico-xfq{background-image: url(https://imgbdb4.bendibao.com/szbdb/202312/27/20231227141642_46559.png) !important;}
.ico-zq {background-image: url(http://imgbdb3.bendibao.com/whbdb/20213/30/20210330142541_79672.png) !important;}
.ico-gq {background-image: url(http://imgbdb3.bendibao.com/whbdb/20213/30/20210330142540_81455.png) !important;}
.ico-yj {background-image: url(http://imgbdb3.bendibao.com/szbdb/20214/5/20210405231031_93017.png) !important;}
.ico-hy {background-image: url(http://imgbdb3.bendibao.com/whbdb/202110/12/20211012124340_11247.png) !important;}
.ico-yx {background-image: url(https://imgbdb4.bendibao.com/whbdb/202310/08/20231008143350_82208.png) !important;}
.ico-yd {background-image: url(https://imgbdb4.bendibao.com/szbdb/202312/27/20231227141300_96944.png) !important;}
.ico-cj{background-image: url(http://imgbdb3.bendibao.com/whbdb/20222/8/20220208144219_77596.png) !important;}
.ico-xx{background-image: url(http://imgbdb3.bendibao.com/szbdb/20214/5/20210405231019_28784.png) !important;}
.ico-dh{background-image: url(https://imgbdb4.bendibao.com/whbdb/20242/23/2024223171503_97880.png) !important;}
.ico-gs{background-image: url(http://imgbdb3.bendibao.com/shbdb/20223/3/20220303195933_73975.png) !important;}
.ico-chwl{background-image: url(http://imgbdb3.bendibao.com/whbdb/20211/11/20210111172055_55283.png) !important;}
.ico-youhui{background-image: url(https://imgbdb4.bendibao.com/xcxbdb/20241/15/2024115094137_10919.png) !important;}

.new-shotcut {
background-color: #F9F9F9;
margin: 0 0!important
}

.new-shotcut .new-shotcut-wrap {
margin-bottom: .14rem;
padding-bottom: .15rem;
width: 1200px;
    margin: 0 auto;
    max-width: 100%;
/* border-top: .01rem solid #fff;
border-bottom: .01rem solid #e0e0e0 */
}

.new-shotcut .new-shotcut-wrap ul {
list-style: none;
width: 100%;
padding: 0;
margin: 0;
display:flex;
justify-content: space-between;

}

.new-shotcut .new-shotcut-wrap ul li {

padding: 0;
margin: 0;
/* margin-top: 30px; */
}

.new-shotcut .new-shotcut-wrap ul li a {
display: block;
padding: 12px;
text-align: center;
overflow: hidden;
text-decoration: none
}

.new-shotcut .new-shotcut-wrap ul li a .ico {
display: block;
width: 0.8rem;
height: 0.8rem;
border-radius: .08rem;
margin: 0 auto;

background-image: url(../images/icons.jpg);
background-size: 0.8rem 5.5rem;
background-repeat: no-repeat
}

.new-shotcut .new-shotcut-wrap ul li a .ico.ico-bus {
background-position: 0 0
}

.new-shotcut .new-shotcut-wrap ul li a .ico.ico-metro {
background-position: 0 -.5rem
}

.new-shotcut .new-shotcut-wrap ul li a .ico.ico-keche {
background-position: 0 -1rem
}

.new-shotcut .new-shotcut-wrap ul li a .ico.ico-geshui {
background-position: 0 -1.5rem
}

.new-shotcut .new-shotcut-wrap ul li a .ico.ico-shebao {
background-position: 0 -2rem
}

.new-shotcut .new-shotcut-wrap ul li a .ico.ico-weizhang {
background-position: 0 -2.5rem
}

.new-shotcut .new-shotcut-wrap ul li a .ico.ico-huoche {
background-position: 0 -3rem
}

.new-shotcut .new-shotcut-wrap ul li a .ico.ico-tianqi {
background-position: 0 -3rem
}

.new-shotcut .new-shotcut-wrap ul li a .ico.ico-jingdian {
background-position: 0 -4rem
}

.new-shotcut .new-shotcut-wrap ul li a .ico.ico-kuaidi {
background-position: 0 -4.5rem
}

.new-shotcut .new-shotcut-wrap ul li a .ico.ico-caipiao {
background-position: 0 -5.0rem
}

.new-shotcut .new-shotcut-wrap ul li a .ico-huodong {
display: block;
width: 0.8rem;
height: 0.8rem;
border-radius: .08rem;
margin: 0 auto;
background-size: 0.8rem;
background-repeat: no-repeat;
background-image: url(../images/icon_xuequ.png);
}

.new-shotcut .new-shotcut-wrap ul li a .ico-jingdianyuyue {
display: block;
width: 0.8rem;
height: 0.8rem;
border-radius: .08rem;
margin: 0 auto;
background-size: 0.8rem;
background-repeat: no-repeat;
background-image: url(http://imgbdb3.bendibao.com/szbdb/pic/20211/29/20210129171227_32911.png);
}

.new-shotcut .new-shotcut-wrap ul li a .ico-feiyan {
display: block;
width: 0.8rem;
height: 0.8rem;
border-radius: .08rem;
margin: 0 auto;
background-size: 0.8rem;
background-repeat: no-repeat;
background-image: url(../images/icon_ruxue.png);
}

.new-shotcut .new-shotcut-wrap ul li a .ico-jiujia {
display: block;
width: 0.8rem;
height: 0.8rem;
border-radius: .08rem;
margin: 0 auto;
background-size: 0.8rem;
background-repeat: no-repeat;
background-image: url(../images/icon_ruxue.png);
}

.new-shotcut .new-shotcut-wrap ul li a .ico-xianxing {
display: block;
width: 0.8rem;
height: 0.8rem;
border-radius: .08rem;
margin: 0 auto;
background-size: 0.8rem;
background-repeat: no-repeat;
background-image: url(../images/icon_9.png);
}

.new-shotcut .new-shotcut-wrap ul li a .ico-youjia {
display: block;
width: 0.8rem;
height: 0.8rem;
border-radius: .08rem;
margin: 0 auto;
background-size: 0.8rem;
background-repeat: no-repeat;
background-image: url(../images/icon_10.png);
}

.new-shotcut .new-shotcut-wrap ul li a .ico-hesuan {
display: block;
width: 0.8rem;
height: 0.8rem;
border-radius: .08rem;
margin: 0 auto;
background-size: 0.8rem;
background-repeat: no-repeat;
background-image: url(http://imgbdb3.bendibao.com/whbdb/20213/3/20210303145542_24274.png);
}

.new-shotcut .new-shotcut-wrap ul li a .ico-yiqing {
display: block;
width: 0.8rem;
height: 0.8rem;
border-radius: .08rem;
margin: 0 auto;
background-size: 0.8rem;
background-repeat: no-repeat;
background-image: url(http://imgbdb3.bendibao.com/whbdb/20213/3/20210303144733_14375.png);
}

.new-shotcut .new-shotcut-wrap ul li a div {
white-space: nowrap;
color: #666;

line-height: 25px;
opacity: 1;
color: rgba(102, 102, 102, 1);
font-size: 15px;
font-weight: 500;
font-family: "PingFang SC";
text-align: center;
}

.clearfix {
    clear: both;
}


.new-shotcut .new-shotcut-wrap ul li a i{
    display: block !important;
    width: 50px!important;
    height: 50px!important;
    border-radius: 8px!important;
    margin: 0 auto;
    background-size: 50px!important;
    background-repeat: no-repeat!important;
}




.xcx_box_bg{
    background-color: #fff;
    border-radius: 40px;
    width: 440px;
    height: 350px;
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 32px;
    color: #999;
    z-index: 1001;
    box-sizing: content-box;
    padding-top: 40px;
}
.xcx_box_bg .xcx_code_img{
    width: 260px;
    height: 260px;
    margin-bottom: 10px;
    /* margin: 13px 27px 27px 12px; */
}
.xcx_box_bg .xcx_text{
    margin-bottom: 30px;
}

.xcx_wrap{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    z-index: 9;
    overflow-y: auto;
    display: none;
    z-index: 9999;
    box-sizing: content-box;
}
.xcx_box_bg .xcx_text {
    margin-bottom: 30px;
}


.show_img_mask img {
    max-width: 100%;
    height: auto;
    max-height: 100%;
}