@charset "utf-8";
/* =====================投资者关系======================== */
/* 主页 */
.inveBan .inpage-cont .contain-1600{justify-content: space-between;align-items: center;}
.inveBan-info{width: 476px;border-radius: 8px;background: #fff;overflow: hidden;}
.inveBan-info .head{background: #be0000;color: #fff;font-size: 28px;line-height: 1.5;padding: 32px 26px;border-radius: 8px;overflow: hidden;}
.inveBan-info .head h6{font-size: inherit;line-height: inherit;}
.inveBan-info .cont{padding: 24px 26px;}
.inveBan-info .cont .text{font-size: 14px;color: #666;}
.inpage-stock{justify-content: space-between;align-items: center;padding: 16px 0;margin-bottom: 18px;border-bottom: 1px solid #eee;}
.inpage-stock .num{font-size: 54px;color: #0f0f0f;line-height: 1;font-family:'intB';}
.inpage-stock .data{font-family: "intR";font-size: 14px;color: #666;line-height: 1;display: flex;flex-direction: column;justify-content: space-between;}
.inpage-stock .data span{margin-top: 10px;}
.inpage-stock .data span:first-child{margin-top: 0;}
.invezy{width: 100%;overflow: hidden;padding: 110px 0;}
.invezy-main{width: 100%;}
.invezy-list{width: 100%;margin-top: 90px;}
.invezy-list ul{margin: -44px 0 0 -36px;}
.invezy-list li{width: calc(50% - 36px);margin: 44px 0 0 36px;}
.invezy-link{width: 100%;height: 100%;position: relative;overflow: hidden;border-radius: 8px;display: block;}
.invezy-link img{width: 100%;height: 100%;min-height: 170px;transition: transform .6s ease;}
.invezy-link .cont{position: absolute;width: 100%;height: 100%;top: 0;left: 0;z-index: 4;display: flex;flex-direction: column;justify-content: center;align-items: center;padding: 20px 4%;color: #fff;}
.invezy-link .cont .title{font-size: 32px;}
.invezy-link .cont .text{font-size: 16px;margin-top: 2px;}
.invezy-link .cont .link{height: 38px;border-radius: 19px;padding: 0 24px;background: #fff;font-size: 14px;color: #be0000;margin-top: 18px;display: flex;align-items: center;justify-content: center;line-height: 1;transition: background .4s ease, color .4s ease, box-shadow .4s ease;}
.invezy-link:hover img{transform: scale(1.04);}
.invezy-link:hover .link{background: #be0000;color: #fff;box-shadow: 0 0 16px rgba(190,0,0,.2);}
.inveForm{width: 100%;margin-top: 80px;border-radius: 8px;overflow: hidden;position: relative;padding: 60px;display: flex;flex-wrap: wrap;align-items: center;}
.inveForm img.bg{position: absolute;width: 100%;height: 100%;top: 0;left: 0;}
.inveForm-cont{flex: 1;padding-right: 100px;color: #fff;position: relative;z-index: 4;}
.inveForm-cont .title{font-size: 40px;}
.inveForm-cont .text{font-size: 18px;margin-top: 28px;}
.inveForm-cont .text p{margin-top: 18px;padding-left: 44px;line-height: 1.4;display: flex;position: relative;}
.inveForm-cont .text p i{max-width: 25px;position: absolute;left: 0;top: 0;height: 100%;display: flex;align-items: center;}
.inveForm-cont .text p:first-child{margin-top: 0;}
.inveForm-form{width: 512px;border-radius: 8px;background: rgba(255,255,255,.9);flex-shrink: 0;padding: 60px;position: relative;z-index: 4;}
.inveForm-form-title{font-size: 14px;color: #666;}
.inveForm-form-list{width: 100%;margin-top: 18px;}
.inveForm-form-list li{width: 100%;position: relative;margin-top: 15px;}
.inveForm-form-list li:first-child{margin-top: 0;}
.inveForm-form-list li input{width: 100%;height: 44px;border-radius: 8px;border: 1px solid #fff;padding: 0 20px 0 76px;font-size: 14px;color: #666;transition: border .4s ease;}
.inveForm-form-list li .hint{font-size: 14px;color: #666;position: absolute;left: 20px;height: 100%;display: flex;align-items: center;}
.inveForm-form-list li .hint span{color: #be0000;margin-left: 4px;}
.inveForm-form-list li input:focus{border: 1px solid #be0000;}
.inveForm-form-list li button{display:flex;justify-content: center;align-items: center; width:100%;background:#be0000;color:#fff;text-align:center;height: 44px;border-radius: 8px;font-size:14px;cursor: pointer;transition: box-shadow .4s ease;}
.inveForm-form-list li button:hover{box-shadow: 0 0 16px rgba(190,0,0,.2);}

.customSelect{display: block;width: 100%;position: relative;user-select: none;}
.customSelect.noEvent{pointer-events: none;opacity: 0.5;}
.customSelect-name{font-size: 15px;height: 44px;color: #777;display: flex;align-items: center;position: relative;cursor: pointer;}
.customSelect-name, .customSelect-drop .select, .customSelect input{padding: 0 20px;}
.customSelect-name, .customSelect-drop, .customSelect input{border-radius: 8px;border: 1px solid #f2f2f2;background: #fff;}
.customSelect-name::after{content: "";position: absolute;width: 10px;height: 100%;right: 20px;background: url("../images/pages/invepl1.png") no-repeat center;}
.customSelect-drop{width: 100%;background: #fff;display: none;position: absolute;z-index: 10;top: calc(100% + 4px);box-shadow: 0 2px 6px 0px rgba(0, 0, 0, 0.1);left: 0;overflow: hidden;}
.customSelect-drop .scroll{width: 100%;max-height: 176px;overflow-x: hidden;overflow-y: auto;}
.customSelect-drop .scroll::-webkit-scrollbar{width: 2px;height: 4px;}
.customSelect-drop .scroll::-webkit-scrollbar-thumb{background: #ccc;}
.customSelect-drop .scroll::-webkit-scrollbar-track{background: #fff;}
.customSelect-drop .select{height: 44px;font-size: 15px;color: #777;position: relative;display: flex;align-items: center;width: 100%;transition: all .4s ease;cursor: pointer;}
.customSelect-drop .select::after{content: "";position: absolute;left: 0;bottom: 0;width: 100%;height: 1px;background: #f2f2f2;}
.customSelect-drop .select:last-child::after{display: none;}
.customSelect-drop .select:hover, .customSelect-drop .select.active{color: #be0000;}
.customSelect-null{display: none;}
.customSelect-name.noRadius::after{transform: rotate(180deg);}
.customSelect input{display: none;position: absolute;padding-right: 60px;width: 100%;height: 100%;z-index: 2;bottom: 0;left: 0;background: transparent;}
.customSelect.hasInput input{display: block;}
.customSelect.hasInput input:focus{border-color: #be0000;}
.customSelect.hasInput .customSelect-name{font-size: 0;border: none;background: transparent;}

/* 信息披露 */
.invepl{width: 100%;overflow: hidden;padding: 100px 0;background: #f9f9f9;}
.invepl-select{width: 100%;justify-content: center;}
.invepl-select .isSelect{margin-right: 16px;}
.invepl-select .isSelect.date{width: 154px;}
.invepl-select .isSelect.type{width: 406px;}
.invepl-select .mysearch{width: 538px;}
.invepl-select .mysearch form{width: 100%;position: relative;}
.invepl-select .mysearch input{background: #fff;font-size: 15px;height: 44px;color: #777;padding: 0 74px 0 20px;border-radius: 8px;border: 1px solid #f2f2f2;width: 100%;transition: border .4s ease;}
.invepl-select .mysearch button{position: absolute;cursor: pointer;right: 0;top: 0;width: 54px;height: 100%;background: transparent;}
.invepl-select .mysearch button::before, .invepl-select .mysearch button::after{content: "";position: absolute;width: 100%;height: 100%;top: 0;left: 0;background: url("../images/pages/invepl2.png") no-repeat center;transition: opacity .4s ease;}
.invepl-select .mysearch button::after{background-image: url("../images/pages/invepl2H.png");opacity: 0;}
.invepl-select .mysearch button:hover::before{opacity: 0;}
.invepl-select .mysearch button:hover::after{opacity: 1;}
.invepl-hint{font-size: 16px;color: #555;margin-top: 50px;}
.invepl-hint span{color: #be0000;font-family: "intR";}
.invepl-list{width: 100%;margin-top: 20px;}
.invepl-list ul{margin: -30px 0 0 -30px;}
.invepl-list li{width: calc(50% - 30px);margin: 30px 0 0 30px;}
.invepl-link{width: 100%;border-radius: 8px;background: #fff;border: 1px solid #fff;padding: 30px 36px;align-items: center;height: 100%;transition: border .4s ease;overflow: hidden;}
.invepl-link .cont{flex: 1;padding-right: 60px;height: 100%;display: flex;flex-direction: column;justify-content: space-between;}
.invepl-link .cont .title{font-size: 16px;color: #555;transition: color .4s ease;}
.invepl-link .cont .text{font-size: 15px;color: #999;font-family: "intR";margin-top: 10px;}
.invepl-link .ico{width: 37px;flex-shrink: 0;}
.invepl-link .ico img{width: 100%;}
.invepl-link:hover {border-color: #be0000;}
.invepl-link:hover .cont .title{color: #be0000;}

/* 公司业绩 */
.inveyj{width: 100%;overflow: hidden;padding: 100px 0;background: #f9f9f9;}
.inveyj .invepl-select{justify-content: flex-start;}
.inveyj-list{width: 100%;margin-top: 54px;}
.inveyj-list ul{margin: -40px 0 0 -40px;}
.inveyj-list li{width: calc(25% - 40px);margin: 40px 0 0 40px;}
.inveyj-link{width: 100%;height: 100%;border-radius: 15px;background: #fff;border: 1px solid #ddd;position: relative;transition: border .4s ease;overflow: hidden;}
.inveyj-link img{width: 100%;height: 100%;}
.inveyj-link .cont{width: 100%;padding: 20px 30px;display: flex;position: absolute;background: #fff;z-index: 4;left: 0;bottom:0;}
.inveyj-link .cont .title{font-size: 16px;color: #333;transition: color .4s ease;flex: 1;padding-right: 24px;}
.inveyj-link .cont .btn{display: flex;align-items: center;justify-content: center;width: 62px;height: 26px;border-radius: 13px;font-size: 12px;color: #342a27;border: 1px solid #342a27;flex-shrink: 0;transition: border-color .4s ease,background .4s ease,color .4s ease;}
.inveyj-link .cont .btn i{width: 10px;height: 10px;position: relative;margin-right: 6px;}
.inveyj-link .cont .btn i::before, .inveyj-link .cont .btn i::after{content: "";position: absolute;width: 100%;height: 100%;top: 0;left: 0;background: url("../images/pages/inveyjD.png") no-repeat center/100%;transition: opacity .4s ease;}
.inveyj-link .cont .btn i::after{background-image: url("../images/pages/inveyjDH.png");opacity: 0;}
.inveyj-link:hover {border-color: #be0000;}
.inveyj-link:hover .cont .title{color: #be0000;}
.inveyj-link:hover .cont .btn i::before{opacity: 0;}
.inveyj-link:hover .cont .btn i::after{opacity: 1;}
.inveyj-link:hover .cont .btn{border-color: #be0000;color: #fff;background: #be0000;}

/* 活动日志 */
.inverz{width: 100%;overflow: hidden;padding: 100px 0;background: #f9f9f9;}
.inverz .invepl-select{justify-content: flex-start;}
.inverz-list{width: 100%;margin-top: 50px;padding: 40px 50px;background: #fff;border-radius: 8px;overflow: hidden;}
.inverz-list ul{margin: -30px 0 0 -40px;}
.inverz-list li{width: calc(50% - 40px);margin: 30px 0 0 40px;}
.inverz-link{width: 100%;padding: 18px 30px;background: #f9f9f9;border: 1px solid #f9f9f9;position: relative;transition: border .4s ease;overflow: hidden;height: 100%;align-items: center;}
.inverz-link .cont{flex: 1;padding-right: 30px;}
.inverz-link .cont .title{font-size: 16px;color: #555;transition: color .4s ease;}
.inverz-link .time{flex-shrink: 0;align-items: center;}
.inverz-link .time img{width: 16px;}
.inverz-link .time span{font-size: 15px;color: #999;font-family: "intR";margin-left: 10px;}
.inverz-link:hover {border-color: #be0000;}
.inverz-link:hover .cont .title{color: #be0000;}

/* 企业管治 */
.invegz{width: 100%;overflow: hidden;padding: 20px 0 100px;}
.invegzGs{width: 100%;padding-top: 86px;position: relative;}
.invegzGs-main{width: 100%;overflow: hidden;border-radius: 8px;position: relative;}
.invegzGs-main img.bg{position: absolute;width: 100%;height: 100%;top: 0;left: 0;}
.invegzGs-cont{position: relative;max-width: 1360px;z-index: 4;padding: 68px 48px 148px 48px;color: #fff;align-items: flex-start;}
.invegzGs-cont .title{font-size: 40px;flex: 1;padding-right: 6%;}
.invegzGs-cont .text{font-size: 14px;line-height: 24px;width: 68%;}
.invegzGs-cont .text p{line-height: inherit;font-size: inherit;}
.invegz-head{width: 100%;justify-content: space-between;align-items: center;}
.invegz-head .title{font-size: 40px;color: #000;}
.invegz-btn>div{width: 50px;height: 50px;border-radius: 50%;background: #f8f8f8;position: relative;flex-shrink: 0;align-items: center;justify-content: center;margin-right: 12px;transition: background .4s ease;user-select: none;cursor: pointer;}
.invegz-btn>div:last-child{margin-right: 0;}
.invegz-btn>div::before, .invegz-btn>div::after{content: "";position: absolute;width: 100%;height: 100%;top: 0;left: 0;background: url("../images/pages/invegz4.png") no-repeat center/8px auto;transition: opacity .4s ease;}
.invegz-btn>div::after{opacity: 0;background-image: url("../images/pages/invegz4H.png");}
.invegz-btn>div.next{transform: rotate(180deg);}
.invegz-btn>div:hover{background: #be0000;}
.invegz-btn>div:hover::before{opacity: 0;}
.invegz-btn>div:hover::after{opacity: 1;}
.invegzLoop{width: 100%;margin-top: 60px;user-select: none;}
.invegzLoop .thumbs{width: 100%;}
.invegzLoop .thumbs-click{cursor: pointer;}
.invegzLoop .thumbs-click .img{width: 120px;height: 120px;border-radius: 50%;overflow: hidden;margin: 0 auto;display:none}
.invegzLoop .thumbs-click .img img{width: 100%;height: 100%;}
.invegzLoop .thumbs-click .cont{margin-top: 24px;text-align: center;padding: 0 10px;}
.invegzLoop .thumbs-click .cont .name{font-size: 22px;color: #000;font-weight: 500;transition: color .4s ease;}
.invegzLoop .thumbs-click .cont .text{font-size: 16px;color: #666;line-height: 28px;}
.invegzLoop .thumbs-click .cont .text p{line-height: inherit;font-size: inherit;}
.invegzLoop .thumbs-click.active .cont .name{color: #be0000;}
@media (hover: hover) {.invegzLoop .thumbs-click:hover .cont .name{color: #be0000;}}
.invegzLoop .thumbs .swiper-wrapper.center{justify-content: center;}
.invegzLoop .gallery{margin-top: 46px;}
.invegzLoop .gallery-more{position: relative;background: #f8f8f8;padding: 50px 70px;border-radius: 8px;overflow: hidden;}
.invegzLoop .gallery-more::before{content: "";position: absolute;width: 99px;height: 62px;top: 50px;left: 70px;background: url("../images/pages/invegz3.png") no-repeat left top/100%;}
.invegzLoop .gallery-more .head{align-items: baseline;position: relative;z-index: 4;}
.invegzLoop .gallery-more .head::before{content: "";position: absolute;width: 8px;height: 76%;top: 12%;left: calc(-4px - 70px);background: #be0000;border-radius: 4px;}
.invegzLoop .gallery-more .head .name{font-size: 32px;color: #be0000;font-weight: 500;}
.invegzLoop .gallery-more .head .job{font-size: 16px;color: #666;margin-left: 14px;}
.invegzLoop .gallery-more .text{font-size: 16px;color: #666;line-height: 28px;margin-top: 24px;position: relative;z-index: 4;}
.invegzLoop .gallery-more .text p{line-height: inherit;font-size: inherit;}
.invegz-menu{width: auto;user-select: none;}
.invegz-menu .link{height: 46px;border-radius: 23px;cursor: pointer;padding: 0 30px;font-size: 18px;color: #555;transition: background .4s ease, color .4s ease;margin-right: 8px;display: flex;align-items: center;}
.invegz-menu .link:last-child{margin-right: 0;}
@media (hover: hover) {.invegz-menu .link:hover{color: #be0000;}}
.invegz-menu .link.active{background: #be0000;color: #fff;}
.invegzDs{width: 100%;padding-top: 86px;position: relative;}
.invegzWy{width: 100%;padding-top: 86px;position: relative;}
.invegzWy-loop{width: 100%;}
.invegzWy-loop>div{visibility: hidden;height: 0;overflow: hidden;pointer-events: none;}
.invegzWy-loop>div.active{visibility: visible;height: auto;pointer-events: auto;}
.invegzGC{width: 100%;padding-top: 86px;position: relative;}





/* -------------------------PC端--------------------------- */
@media all and (max-width:1700px) {
    /* 1600 × (900) */
}

@media all and (max-width:1599px) {
    /* 1440 × (700)  */
    .inveBan-info {width: 450px;}
    .inveBan-info .head {font-size: 24px;padding: 24px 20px;}
    .inveBan-info .cont {padding: 20px 20px;}
    .inpage-stock .num {font-size: 44px;}
    .invezy {padding: 80px 0;}
    .invezy-list {margin-top: 60px;}
    .invezy-list ul {margin: -34px 0 0 -26px;}
    .invezy-list li {width: calc(50% - 26px);margin: 34px 0 0 26px;}
    .invezy-link .cont .title {font-size: 28px;}
    .inveForm {margin-top: 60px;padding: 40px;}
    .inveForm-form {width: 450px;padding: 40px;}
    .inveForm-cont .title {font-size: 34px;}
    .invepl{padding: 80px 0;}
    .invepl-hint{margin-top: 40px;}
    .invepl-select .isSelect.type{width: 320px;}
    .invepl-select .mysearch{width: 450px;}
    .invepl-list ul{margin: -24px 0 0 -24px;}
    .invepl-list li{width: calc(50% - 24px);margin: 24px 0 0 24px;}
    .invepl-link{padding: 24px 28px;}
    .inveyj{padding: 80px 0;}
    .inveyj-list{margin-top: 44px;}
    .inveyj-list ul{margin: -30px 0 0 -30px;}
    .inveyj-list li{width: calc(25% - 30px);margin: 30px 0 0 30px;}
    .inveyj-link .cont{padding: 16px 24px;}
    .inverz{padding: 80px 0;}
    .inverz-list{margin-top: 40px;padding: 30px 40px;}
    .inverz-list ul{margin: -24px 0 0 -30px;}
    .inverz-list li{width: calc(50% - 30px);margin: 24px 0 0 30px;}
    .inverz-link{padding: 16px 24px;}
    .inverz-link .cont{padding-right: 24px;}
    .invegz{padding: 20px 0 80px;}
    .invegzGs-cont {padding: 60px 40px 120px 40px;}
    .invegzGs,.invegzDs,.invegzWy,.invegzGC{padding-top: 60px;}
    .invegzGs-cont .title,.invegz-head .title{font-size: 35px;}
    .invegz-btn>div{width: 44px;height: 44px;margin-right: 10px;}
    .invegzGs-cont .text{width: 74%;}
    .invegzLoop {margin-top: 50px;}
    .invegzLoop .gallery {margin-top: 40px;}
    .invegzLoop .gallery-more {padding: 40px 50px;}
    .invegzLoop .gallery-more::before {width: 76px;top: 40px;left: 50px;}
    .invegzLoop .gallery-more .head::before {left: calc(-4px - 50px);}
    .invegzLoop .gallery-more .head .name{font-size: 30px;}
    .invegz-menu .link {height: 40px;border-radius: 20px;padding: 0 24px;font-size: 16px;}
}

@media all and (max-width:1439px) {
    /* 1360 */
}

@media all and (max-width:1359px) {
    /* 1280 */
}

@media all and (max-width:1279px) {
    /* 1152 × (700) */
    .inveBan-info {width: 350px;}
    .inveBan-info .head {font-size: 18px;padding: 16px 16px;}
    .inveBan-info .cont {padding: 16px 16px;}
    .inpage-stock .num {font-size: 40px;}
    .inpage-stock .data span {margin-top: 6px;}
    .inpage-stock {padding: 12px 0;margin-bottom: 14px;}
    .invezy {padding: 60px 0;}
    .invezy-list {margin-top: 40px;}
    .invezy-list ul {margin: -24px 0 0 -16px;}
    .invezy-list li {width: calc(50% - 16px);margin: 24px 0 0 16px;}
    .invezy-link .cont .title {font-size: 24px;}
    .inveForm {margin-top: 40px;padding: 20px;}
    .inveForm-form {width: 400px;padding: 20px;}
    .inveForm-cont .title {font-size: 28px;}
    .invepl{padding: 60px 0;}
    .invepl-hint{margin-top: 30px;}
    .invepl-select .isSelect.type{width: 260px;}
    .invepl-select .mysearch{width: 400px;}
    .invepl-list ul{margin: -20px 0 0 -20px;}
    .invepl-list li{width: calc(50% - 20px);margin: 20px 0 0 20px;}
    .invepl-link{padding: 20px 24px;}
    .invepl-link .cont{padding-right: 40px;}
    .invepl-link .ico{width: 30px;}
    .inveyj{padding: 60px 0;}
    .inveyj-list{margin-top: 34px;}
    .inveyj-list ul{margin: -20px 0 0 -20px;}
    .inveyj-list li{width: calc(25% - 20px);margin: 20px 0 0 20px;}
    .inveyj-link .cont{padding: 14px 18px;}
    .inveyj-link .cont .title {font-size: 15px;padding-right: 20px;}
    .inverz{padding: 60px 0;}
    .inverz-list{margin-top: 30px;padding: 20px 30px;}
    .inverz-list ul{margin: -20px 0 0 -24px;}
    .inverz-list li{width: calc(50% - 24px);margin: 20px 0 0 24px;}
    .inverz-link{padding: 14px 20px;}
    .inverz-link .cont{padding-right: 20px;}
    .invegz{padding: 20px 0 60px;}
    .invegzGs-cont {padding: 50px 30px 100px 30px;}
    .invegzGs,.invegzDs,.invegzWy,.invegzGC{padding-top: 40px;}
    .invegzGs-cont .title,.invegz-head .title{font-size: 28px;}
    .invegz-btn>div{width: 40px;height: 40px;margin-right: 8px;}
    .invegzLoop {margin-top: 40px;}
    .invegzLoop .gallery {margin-top: 30px;}
    .invegzLoop .gallery-more {padding: 30px 40px;}
    .invegzLoop .gallery-more::before {width: 66px;top: 30px;left: 40px;}
    .invegzLoop .gallery-more .head::before {left: calc(-4px - 40px);}
    .invegzLoop .thumbs-click .cont .name{font-size: 18px;}
    .invegzLoop .gallery-more .head .name{font-size: 24px;}
}

@media all and (max-width:1151px) {
    /* 1024 */
}


/* ------------------------手机端-------------------------- */
@media all and (max-width:1000px) {
    /* 平板设备 720 适配 */
    .inpage.invezyBan img{position: absolute;width: 100%;height: 100%;top: 0;left: 0;}
    .inpage.invezyBan .inpage-cont{position: relative;z-index: 4;padding: 60px 0;}
    .inpage.invezyBan .inpage-cont .left{width: 100%;}
    .inveBan-info{width: 100%;margin-top: 20px;}
    .invezy-list ul {margin: -20px 0 0;}
    .invezy-list li {width: 100%;margin: 20px 0 0;}
    .inveForm-cont{flex: none;width: 100%;padding: 0;}
    .inveForm-cont .text {font-size: 16px;margin-top: 14px;}
    .inveForm-cont .text p {margin-top: 12px;padding-left: 30px;}
    .inveForm-cont .text p i{width: 20px;}
    .inveForm-form{width: 100%;margin-top: 20px;}
    .inveForm-form-list {margin-top: 12px;}
    .invepl-select .isSelect{margin-right: 10px;}
    .invepl-select .isSelect.date{width: 150px;}
    .invepl-select .isSelect.type{width: calc(100% - 160px);margin-right: 0;}
    .invepl-select .mysearch{width: 100%;margin-top: 10px;}
    .invegzGs-cont .title, .invegz-head .title{font-size: 25px;}
    .invegzGs-cont .title{flex: none;width: 100%;padding: 0;}
    .invegzGs-cont .text{width: 100%;margin-top: 16px;}
    .invegz-menu{width: 100%;margin-top: 16px;}
}
@media all and (max-width:640px) {
    /* 移动终端以上 360 适配 */
    .inpage.invezyBan .inpage-cont {padding: 40px 0;}
    .inveBan-info .head{font-size: 16px;}
    .inveBan-info .cont .text {font-size: 12px;}
    .inpage-stock .num {font-size: 30px;}
    .inpage-stock .data{font-size: 12px;}
    .inpage-stock .data span {margin-top: 2px;}
    .invezy{padding: 40px 0;}
    .invezy-list {margin-top: 24px;}
    .invezy-link .cont .title {font-size: 20px;}
    .invezy-link .cont .text {font-size: 14px;}
    .invezy-link .cont .link {height: 34px;border-radius: 17px;padding: 0 18px;margin-top: 12px;}
    .inveForm {margin-top: 30px;padding: 24px 16px;}
    .inveForm-cont .text p{margin-top: 6px;}
    .inveForm-cont .title {font-size: 20px;}
    .inveForm-form{padding: 20px 16px;}
    .inveForm-form-list li input{height: 38px;padding: 0 10px 0 58px;}
    .inveForm-form-list li .hint{left: 10px;}
    .inveForm-form-list li button{height: 38px;}
    .invepl{padding: 40px 0;}
    .invepl-hint{margin-top: 24px;}
    .invepl-select .isSelect{margin-right: 6px;}
    .invepl-select .isSelect.date{width: 90px;}
    .invepl-select .isSelect.type{width: calc(100% - 96px);}
    .invepl-select .mysearch{margin-top: 6px;}
    .customSelect-name, .customSelect-drop .select, .customSelect input {padding: 0 14px;}
    .customSelect-name::after{right: 14px;}
    .invepl-select .mysearch input {height: 40px;padding: 0 54px 0 14px;}
    .customSelect-name, .customSelect-drop .select{height: 40px;}
    .customSelect-drop .select{font-size: 13px;}
    .customSelect-drop .scroll{max-height: 160px;}
    .invepl-list ul{margin: -16px 0 0;}
    .invepl-list li{width: 100%;margin: 16px 0 0;}
    .invepl-link{padding: 16px 14px;}
    .invepl-link .cont{padding-right: 20px;}
    .invepl-link .ico{width: 30px;}
    .inveyj{padding: 40px 0;}
    .inveyj-list{margin-top: 24px;}
    .inveyj-list ul{margin: -16px 0 0;}
    .inveyj-list li{width: 100%;margin: 16px 0 0;}
    .inveyj-link .cont{padding: 14px 18px;}
    .inverz{padding: 40px 0;}
    .inverz-list{margin-top: 24px;padding: 14px 16px;}
    .inverz-list ul{margin: -10px 0 0;}
    .inverz-list li{width: 100%;margin: 10px 0 0;}
    .inverz-link{padding: 12px 14px;}
    .inverz-link .cont{padding-right: 0;flex: none;width: 100%;}
    .inverz-link .time{width: 100%;margin-top: 8px;}
    .inverz-link .time img {width: 11px;}
    .inverz-link .time span {font-size: 13px;margin-left: 6px;}
    .invegz{padding: 10px 0 40px;}
    .invegzGs-cont {padding: 50px 30px 100px 30px;}
    .invegzGs,.invegzDs,.invegzWy,.invegzGC{padding-top: 30px;}
    .invegzGs-cont {padding: 20px 14px 60px 14px;}
    .invegzGs-cont .title, .invegz-head .title {font-size: 22px;}
    .invegz-btn>div {width: 32px;height: 32px;margin-right: 6px;}
    .invegz-btn>div::before, .invegz-btn>div::after{background-size: 6px auto;}
    .invegzLoop {margin-top: 24px;}
    .invegzLoop .thumbs-click .img{width: 84px;height: 84px;}
    .invegzLoop .thumbs-click .cont {margin-top: 12px;}
    .invegzLoop .thumbs-click .cont .name {font-size: 14px;}
    .invegzLoop .thumbs-click .cont .text {font-size: 12px;line-height: 18px;}
    .invegzLoop .gallery {margin-top: 18px;}
    .invegzLoop .gallery-more {padding: 20px 14px;}
    .invegzLoop .gallery-more::before {width: 42px;top: 20px;left: 14px;}
    .invegzLoop .gallery-more .head::before {left: calc(-3px - 14px);width: 6px;}
    .invegzLoop .gallery-more .head .name{font-size: 18px;}
    .invegzLoop .gallery-more .head .job {font-size: 12px;margin-left: 10px;}
    .invegzLoop .gallery-more .text {font-size: 14px;line-height: 24px;margin-top: 10px;}
    .invegz-menu{margin-top: 6px;}
    .invegz-menu .link {height: 32px;border-radius: 16px;padding: 0 20px;font-size: 14px;margin-top: 8px;}
}