.indexcontent {
    width: 100%;
}

main {
    width: 100%;
    /* padding: 0.9rem 18% 0; */
    /* width: 1200px;
	margin: 1rem auto 0;
	box-sizing: border-box; */
}

.xuanfu {
    position: fixed;
    top: 20%;
    right: 40px;
    width: 108px;
    height: 141px;
    background-color: #ffffff;
    font-size: 12px;
    color: #333;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 99;
}

.main-box {
    width: 1200px;
    margin: 30px auto 0;
    box-sizing: border-box;
}

.main-top {
    width: 100%;
    /* min-height: 400px; */
    /* overflow: hidden; */
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    overflow: hidden;
}

    .main-top .main-top-left {
        width: 74%;
        /* float: left; */
    }

.banner {
    width: 100%;
    display: block;
    height: 270px;
    object-fit: cover;
}

.banner-btn {
    position: absolute;
    bottom: 34px;
    left: 72px;
    width: 520px;
}

.mtl-tabbox {
    width: 100%;
    height: 120px;
    margin: 15px auto 0;
    background-color: #fff;
    /* padding:10px 0; */
    display: flex;
    align-items: center;
    /* justify-content: center; */
    justify-content: space-between;
    box-sizing: border-box;
    font-size: 14px;
}

.mtl-tabbox-ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mtu-tab > div {
    min-width: 96px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    /* padding:23px 18px ; */
    background-color: #f7f8fa;
    box-sizing: border-box;
    cursor: pointer;
}

.mtu-tab-active {
    background-color: #fff !important;
    color: #ff7601 !important;
}

.mtu-cont {
    display: flex;
}

    .mtu-cont > div {
        padding: 20px 16px 16px 20px;
        border-right: 1px solid #eeeeee;
        cursor: pointer;
    }

        .mtu-cont > div:hover .p-title {
            color: #ff7601;
        }

.p-title {
    width: 320px;
    font-size: 14px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.p-time {
    font-size: 12px;
    color: #999;
    margin: 6px 0;
}

.p-cont {
    font-size: 13px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.mtu-more {
    padding: 0 16px;
    font-size: 12px;
    color: #999;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    cursor: pointer;
}

    .mtu-more:hover {
        color: #ff7601;
    }

    .mtu-more > img:nth-child(4) {
        display: none;
    }

    .mtu-more:hover > img:nth-child(3) {
        display: none;
    }

    .mtu-more:hover > img:nth-child(4) {
        display: block;
    }

.mtl-tabbox-ul .mtltu-li {
    width: 25%;
    padding: 0 8px;
    box-sizing: border-box;
    position: relative;
}

    .mtl-tabbox-ul .mtltu-li:hover {
        scale: 1.1;
    }

    .mtl-tabbox-ul .mtltu-li > img {
        display: block;
        width: 100%;
    }

    .mtl-tabbox-ul .mtltu-li > a {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        margin: auto;
        display: inline-block;
        width: 100%;
        height: 100%;
        border-radius: 8px;
        /* padding:20px; */
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        align-items: center;
        /* font-size: 16px; */
        font-size: 12px;
        font-weight: bold;
        color: #fff;
    }

        .mtl-tabbox-ul .mtltu-li > a img {
            /* width: 0.4rem; */
            /* height:40px; */
            /* height:30px; */
            margin-top: 10px;
            height: 20px;
        }

        .mtl-tabbox-ul .mtltu-li > a p {
            /* margin-top:10px; */
            margin-top: 4px;
        }

.main-top .main-top-right {
    width: 25%;
    height: 406px;
    /* min-height: 400px; */
    margin-left: 20px;
    box-sizing: border-box;
    font-size: 12px;
    color: #333;
    background-color: #fff;
    /* box-shadow: 1px 1px 12px 2px 
			rgba(146, 168, 240, 0.08); */
}

    .main-top .main-top-right .hint-box {
        width: 100%;
        padding: 30px 0 30px;
        box-sizing: border-box;
        font-size: 14px;
        color: #333;
        /* padding: 0.5rem 0.8rem 0.3rem; */
        display: flex;
        flex-direction: column;
        align-items: center;
        border-bottom: 1px solid #e5e5e5;
    }

        .main-top .main-top-right .hint-box .btn-box {
            display: flex;
            margin-top: 30px;
            width: 100%;
            justify-content: center;
        }

            .main-top .main-top-right .hint-box .btn-box a {
                width: 78px;
                height: 30px;
                line-height: 30px;
                display: inline-block;
                /* width:0.78rem;
	height: 0.3rem;
	line-height: 0.3rem; */
                text-align: center;
                border-radius: 5px;
                border: solid 1px #ff7601;
                font-size: 12px;
                color: #ff7601;
                cursor: pointer;
            }

    .main-top .main-top-right .option-box {
        padding: 50px 68px 40px 60px;
        box-sizing: border-box;
        /* background-color: #fff; */
    }

        .main-top .main-top-right .option-box .option-box-flex {
            display: flex;
            justify-content: space-between;
            font-size: 14px;
            color: #333;
            box-sizing: border-box;
        }

            .main-top .main-top-right .option-box .option-box-flex .obf-item {
                text-align: center;
            }

                .main-top .main-top-right .option-box .option-box-flex .obf-item img {
                    height: 24px;
                }

.obf-item a {
    font-size: 14px;
}
/* 登录后样式 */
.main-top .main-top-right .mtr-infobox {
    width: 100%;
    padding: 24px 20px 16px;
    box-sizing: border-box;
    border-bottom: 1px solid #e5e5e5;
}

    .main-top .main-top-right .mtr-infobox .mtr-infobox-head {
        display: flex;
    }

        .main-top .main-top-right .mtr-infobox .mtr-infobox-head .userimg {
            width: 48px;
            height: 48px;
            border-radius: 50%;
            background-color: #e5e5e5;
            margin-right: 12px;
        }

.operation-box {
    /*display: flex;
    align-items: center;*/
}
.btns-box {
    display: flex;
    margin: 20px 0;
}

.QR-box {
    display: flex;
    align-items: center;
}

.QR-box-items {
    width: 92px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.QR-position {
    position: relative;
}

    .QR-position:hover .amplification {
        display: block;
    }
.scancode {
    width: 92px;
    height: 92px;
    background-color: #ddd;
    align-self: flex-end;
    margin-bottom: 4px;
}

.hint-mask {
    width: 92px;
    height: 92px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* line-height: 92px; */
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    text-align: center;
    color: #fff;
}

.amplification {
    display: none;
    position: absolute;
    width: 210px;
    height: 210px;
    bottom: -14px;
    right: -2px;
    /* top:-170px;
	left: 50%;
	margin-left: -80px; */
}
.personnalCenter {
    margin-top: 6px;
    width: 65px;
    height: 26px;
    background-color: #1a46d3;
    border-radius: 5px;
    text-align: center;
    line-height: 26px;
    color: #fff;
    cursor: pointer;
}

    .personnalCenter:hover {
        background-color: #ff7601;
        color: #fff;
    }

    .personnalCenter a {
        font-size: 12px;
        color: white;
    }


.bindCompany {
    font-size: 12px;
    color: #ff7601;
    text-decoration: underline;
}

.change-btn {
    /* scale: 0.8; */
    margin-top: 24px;
    width: 60px;
    height: 24px;
    background-color: #285feb;
    border-radius: 5px;
    text-align: center;
    line-height: 24px;
    color: #fff;
    cursor: pointer;
}

.btn-item1 {
    width: 90px;
    height: 30px;
    /* 	width: 0.9rem;
		height: 0.3rem; */
    border-radius: 5px;
    border: solid 1px #ff7601;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ff7601;
    margin-right: 10px;
}

    .btn-item1 > img {
        width: 16px;
        height: 16px;
        margin-right: 6px;
    }

.click-icon {
    display: none;
}

/* .click-icon2{
	display: none;
} */
.btn-item1:hover {
    color: #fff;
    background-color: #ff7601;
    cursor: pointer;
}

    .btn-item1:hover .def-icon {
        display: none;
    }

    .btn-item1:hover .click-icon {
        display: block;
    }

/* 主要内容 */
.content-box {
    width: 100%;
    margin: 20px 0 50px;
    box-shadow: 0 0 2px 1px #eee;
    box-sizing: border-box;
    border-radius: 4px;
}

.minu {
    background-color: #F7F8FA;
    width: 100%;
    text-align: left;
}

    .minu .minu-title {
        padding-left: 20px;
        color: #000;
        font-size: 16px;
        height: 50px;
        line-height: 50px;
    }

    .minu .minu-box {
        background-color: #fff;
        padding: 26px 26px 0 26px;
        display: block;
        overflow: hidden;
    }

        .minu .minu-box .minu-box-line {
            display: block;
            overflow: hidden;
            zoom: 1;
            position: relative;
        }

            .minu .minu-box .minu-box-line .mbl-row {
                /* width:5.82rem; */
                width: 582px;
                height: 210px;
                font-size: 30px;
                text-align: center;
                display: flex;
                flex-direction: column;
                align-items: center;
            }

.mbl-bg1 {
    background: url('../static/img/sichuanshuiwu.png') no-repeat;
    background-size: 100% 100%;
}

.mbl-bg2 {
    background: url('../static/img/quandiankaipiao.png') no-repeat;
    background-size: 100% 100%;
}

.minu .minu-box .minu-box-line .mbl-row:hover {
    /*cursor: pointer;*/
}

    .minu .minu-box .minu-box-line .mbl-row:hover .row-left-btn {
        background-color: #ff7601;
        color: #fff;
    }
/* .minu .minu-box .minu-box-line .mbl-row:hover .row-right-top .highlight-tag{
	color: #fff;
}
.minu .minu-box .minu-box-line .mbl-row:hover .row-right-top .highlight-tag{
	color: #ff7601;
} */
.minu .minu-box .minu-box-line .mbl-row .row-left-top {
    margin-top: 30px;
    font-size: 30px;
    letter-spacing: 2px;
    color: #fff;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .minu .minu-box .minu-box-line .mbl-row .row-left-top .rlt-img {
        /* width: 52px; */
        height: 68px;
        /* background-color: #ddd; */
        margin-right: 14px;
    }

.minu .minu-box .minu-box-line .mbl-row .row-left-btn {
    width: 110px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #ffffff;
    border-radius: 5px;
    font-size: 12px;
    color: #3a89e2;
}

.minu .minu-box .minu-box-line .mbl-row .row-right-top {
    margin-top: 20px;
    display: flex;
    align-items: flex-end;
    color: #fff;
}

    .minu .minu-box .minu-box-line .mbl-row .row-right-top .rrt-img {
        height: 34px;
    }

.minu .minu-box .minu-box-line .mbl-row .row-right-bottom {
    display: flex;
    margin-top: 32px;
}

.rrb-item {
    margin-right: 54px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 56px;
    cursor: pointer;
}

    .rrb-item:last-child {
        margin-right: 0;
    }

    .rrb-item > img {
        height: 46px;
        border-radius: 50%;
        margin-bottom: 8px;
        display: block;
    }

    .rrb-item .choose {
        scale: 1.16;
        display: none;
    }

    .rrb-item > p {
        font-size: 13px;
        color: #fff;
    }

.minu .minu-box .minu-box-line .mbl-item {
    display: block;
    align-items: center;
    width: 25%;
    margin-right: 0px;
    float: left;
    margin-bottom: 30px;
}

    .minu .minu-box .minu-box-line .mbl-item .mbl-item-erweima {
        width: 210px;
        height: 120px;
        padding: 16px 20px 16px 26px;
        position: absolute;
        top: -16px;
        left: 43px;
        background: url('../static/img/hint.png') no-repeat;
        display: none;
        align-items: center;
        z-index: 5;
    }

.mbl-item-erweima .img-box {
    width: 88px;
    height: 88px;
    background-color: #ffffff;
    border: solid 4px #eeeeee;
    position: relative;
}

    .mbl-item-erweima .img-box .erweima-img {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        margin: auto;
        width: 66px;
        height: 66px;
        background-color: #7b7b7b;
        /* margin: 0 auto; */
    }

.mbl-item-erweima .erweima-text {
    margin-left: 16px;
    text-align: left;
    font-size: 12px;
    color: #333333;
}

.minu .minu-box .minu-box-line .mbl-item:hover .mbl-item-info {
    color: #ff7601;
}

.minu .minu-box .minu-box-line .mbl-item:hover .mbl-item-erweima {
    display: flex;
}

.minu .minu-box .minu-box-line .mbl-row .row-right-bottom .rrb-item:hover > p {
    /* color: #ff7601; */
    /* color: #285feb; */
    font-size: 14px;
    cursor: pointer;
}

.minu .minu-box .minu-box-line .mbl-row .row-right-bottom .rrb-item:hover .ischoose {
    display: none;
}

.minu .minu-box .minu-box-line .mbl-row .row-right-bottom .rrb-item:hover .choose {
    display: block;
}

.minu .minu-box .minu-box-line .mbl-item > img {
    height: 52px;
    background-color: #ddd;
    border-radius: 5px;
}

.minu .minu-box .minu-box-line .mbl-item .mbl-item-info {
    font-size: 14px;
    margin-left: 10px;
    width: 70%;
    display: inline-block;
}

    .minu .minu-box .minu-box-line .mbl-item .mbl-item-info .detail {
        font-size: 13px;
        color: #999;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 100%;
        margin-top: 8px;
    }

.tagname {
    width: 20px;
    height: 4px;
    background-color: #ffffff;
    border-radius: 0;
}

@media screen and (max-width: 1200px) {
    .main-box {
        width: auto;
    }
}

@media screen and (max-width:1024px) {
    .main-box {
        min-width: 1024px;
    }
    /* html {
	    transform: scale(0.8);
	  } */

}



.choose-login {
}

    .choose-login .choose-login-title {
    }

    .choose-login .scanf-box {
        display: flex;
        margin-top: 52px;
        margin-left: 52px;
        /* justify-content: center; */
    }

.scanf-box-left {
    width: 230px;
    height: 40px;
    background-color: #ffffff;
    border-radius: 5px 0px 0px 5px;
    border: solid 1px #b5b5b5;
    box-sizing: border-box;
    border-right: none;
    padding-left: 10px;
    line-height: 40px;
    /* display: flex;
		justify-content: center; */
}

    .scanf-box-left .sbl-input {
        border: none;
        width: 186px;
    }

    .scanf-box-left .sbl-img {
        width: 14px;
    }

.scanf-box-btn {
    width: 90px;
    height: 40px;
    background-color: #ff7601;
    border-radius: 0px 5px 5px 0px;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    color: #fff;
}

.showval-box {
    margin-top: 6px;
    margin-left: 52px;
    box-sizing: border-box;
    width: 325px;
    /* height: 107px; */
    background-color: #ffffff;
    box-shadow: 1px 2px 6px 2px rgba(112, 112, 112, 0.18);
    border: solid 1px #e5e5e5;
    overflow-x: hidden;
    height: 200px;
}

    .showval-box .showval-items {
        width: 90%;
        height: 34px;
        line-height: 34px;
        padding-left: 20px;
        color: #666;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

        .showval-box .showval-items:hover, .defaultstyle {
            cursor: pointer;
            background-color: #e5e5e5;
        }


/* 2023-07-31 新增弹窗 开始start */
.choose-mask {
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.3);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    overflow: hidden;
    /* 隐藏 */
    display: none;
}

.choose-info {
    width: 1200px;
    height: 500px;
    background-color: #ffffff;
    box-shadow: 0rpx 0rpx 5rpx 1rpx rgba(146, 168, 240, 0.08);
    padding: 40px;
    margin: 190px auto 0;
}

.choose-head {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.choose-head-title {
    font-size: 22px;
    color: #333333;
}

.view-optipn {
    display: flex;
    justify-content: flex-end;
    /* margin-bottom: 20px; */
    /* align-items: center; */
    align-items: flex-start;
}

.view-optipn-temp {
    display: flex;
    flex-direction: column;
    position: relative;
    padding-bottom: 20px;
}

/*.view-optipn-temp:hover .show-changeval {
        display: block;
    }*/

.view-optipn-search {
    width: 230px;
    height: 34px;
    background-color: #ffffff;
    border-radius: 5px;
    border: solid 1px #b5b5b5;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 12px;
    box-sizing: border-box;
}

.show-changeval {
    display: none;
    position: absolute;
    top: 40px;
    /* right: 90px; */
    right: 0px;
    width: 230px;
    height: auto;
    box-shadow: 1px 2px 6px 2px rgba(112, 112, 112, 0.18);
    border: solid 1px #e5e5e5;
    background-color: #fff;
}

.show-changeval-items {
    /* width: 100%; */
    padding: 10px 12px;
    cursor: pointer;
    color: #666666;
}

    .show-changeval-items:hover {
        background-color: #e5e5e5;
    }

.view-optipn-query {
    width: 80px;
    height: 34px;
    background-color: #285feb;
    border-radius: 5px;
    line-height: 34px;
    text-align: center;
    border: none;
    color: #fff;
    margin-left: 10px;
    font-size: 13px;
    cursor: pointer;
}

.view-optipn-add {
    width: 80px;
    height: 34px;
    background-color: #ff7601;
    border-radius: 5px;
    line-height: 34px;
    text-align: center;
    border: none;
    color: #fff;
    margin-left: 10px;
    font-size: 13px;
    cursor: pointer;
}
/* .choose-head-right {
	display: flex;
	align-items: center;
}

.chr-input {
	width: 230px;
	height: 36px;
	background-color: #ffffff;
	border-radius: 5px;
	border: solid 1px #b5b5b5;
	padding-left: 12px;
	line-height: 36px;
}

.chr-input-main {
	border: none;
	outline: none;
}

.chr-add {
	width: 80px;
	height: 36px;
	background-color: #ff7601;
	border-radius: 5px;
	text-align: center;
	line-height: 36px;
	color: #fff;
	margin-left: 10px;
}
 */
.choose-items {
    /*margin-top: 20px;*/
    /*overflow-y: scroll;*/
    height: 410px;
}

}

.bandtable-option {
    display: flex;
    align-items: center;
    justify-content: center;
}

.bandtable-option-relieve {
    width: 60px;
    height: 30px;
    line-height: 30px;
    background-color: #ffffff;
    border-radius: 5px;
    border: solid 1px #285feb;
    text-align: center;
    color: #235ef3;
    margin-left: 10px;
    cursor: pointer;
    display: inline-block;
    /* font-size: 14px; */
}

    .bandtable-option-relieve:hover {
        background-color: #285feb;
        color: #fff;
    }

.bandtable-option-settop {
    color: #285feb;
    cursor: pointer;
    font-size: 14px;
}

.pages {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    /* margin-right: 20px; */
}

    .pages > span:hover {
        cursor: pointer;
    }

.last-pages {
    width: 80px;
    height: 30px;
    line-height: 30px;
    background-color: #bfbfbf;
    border-radius: 5px;
    text-align: center;
    color: #fff;
}

.num-pages {
    width: 30px;
    text-align: center;
    line-height: 30px;
    height: 30px;
    /* background-color: #285feb; */
    border-radius: 5px;
    text-align: center;
    margin: 0 5px;
}

    .num-pages:hover,
    .specilypages {
        background-color: #285feb;
        color: #fff;
    }

.next-pages {
    width: 80px;
    height: 30px;
    line-height: 30px;
    background-color: #bfbfbf;
    /* background-color: #285feb; */
    border-radius: 5px;
    text-align: center;
    color: #fff;
    cursor: pointer;
}

    .next-pages:hover {
        background-color: #285feb;
    }

/* 2023-07-31 新增弹窗 结束end */


/* 2023-08-04 14:00新增弹窗 开始start-- */
.dontscroll {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
}

.entermask {
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.3);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    overflow: hidden;
    /* 隐藏 */
    display: none;
}

.hintbox {
    width: 1200px;
    height: 600px;
    background-color: #ffffff;
    box-shadow: 1px 1px 12px 2px rgba(146, 168, 240, 0.08);
    border-radius: 5px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto auto;
}

.hint_info {
    width: 1170px;
    height: 505px;
    overflow-x:hidden;
    /* background-color: #eeeeee; */
    margin: 0 auto 0;
    padding-top: 16px;
}

    .hint_info  img {
        width: 100%;
        height: 100%;
        border: solid 1px #e5e5e5;
    }

.hintBtn {
    margin: 18px auto 0;
    width: 180px;
    height: 46px;
    background-color: #d2d2d2;
    border-radius: 5px;
    text-align: center;
    line-height: 46px;
    font-size: 18px;
    color: #ffffff;
    cursor: pointer;
    user-select: none;
}

/* 2023-08-04 新增弹窗 结束end */


.btn-jdc {
    display: flex;
    position: absolute;
    left: 440px;
    top: 160px;
    width: 130px;
    height: 35px;
    background-color: #499ff3;
    border-radius: 5px;
    text-align: center;
    align-items:center;
}

    .btn-jdc span {
        color: white;
        display: inline-block;
        font-size: 14px;
        margin-left:8px;
        /*border:1px solid red;*/
        font-family: 'Microsoft YaHei';
    }

    .btn-jdc img {
        display: inline-block;
        width:15px;
        height:15px;
    }

    .btn-jdc:hover {
        background-color: #ff7601;
    }
