body{padding-top: 0px}

.bituni-mobile{
    min-width: auto;
    width: auto;
}

.bituni-mobile .bituni-header-bg{
    background-size: auto 100%;
    bottom: 0 ;
    background-position: center center;
    height: auto;
}

.bituni-mobile  .page-main{
    width:auto;
}
.bituni-mobile .page-bituni-header{
    display:flex;
    flex-direction: column;
    align-items: center;
    padding-top: 80px;
}
.bituni-mobile .page-bituni-intro{
    flex-direction: column;
}
.bituni-mobile .page-bituni-header{
    height: auto;
    position: relative;
}
.bituni-mobile .page-bituni-item{
    width: auto;
    margin-left: 30px;
    margin-right: 30px;
    margin-bottom: 20px;
}
.bituni-mobile .page-bituni-h1{
    text-align: center;
}
.bituni-mobile .page-bituni-case-list{
    margin-left: 10px;
    margin-right: 10px;
    display: block;
}

.bituni-mobile .page-bituni-case-item{
    width:auto;
}

.page-container2 {
    width:100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;

}
.bituni-header-bg{
    position: absolute;
    z-index: -1;
    height:597px;
    top: 0;
    left:0;
    right: 0;
    background:url("../img/bituni/bituni-bg.jpg") no-repeat center top;
    background-size: 100% auto;
}

.page-main {
    width: 1100px;
    margin-left: auto;
    margin-right: auto;
}

.page-bituni-header {
    height: 597px;
}
.page-bituni-header {
    padding-top: 128px;
}
.page-bituni-h1 {
    font-size: 38px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #ffffff;
    line-height: 57px;
}

.page-bituni-apply {
    display: block;
    margin-top: 40px;
    width: 160px;
    height: 50px;
    background: #ff7640;
    border-radius: 2px;

    font-size: 16px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #ffffff;

    text-align: center;
    line-height: 50px;
    cursor: pointer;
}

.page-bituni-apply:hover{
    color: white;
}

.page-bituni-rule {
    width:fit-content;
    margin-top: 10px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #ebeced;
    line-height: 20px;
    border-bottom: 1px solid #FFFFFF;
    cursor: pointer;
;
}
.page-bituni-intro {
    margin-top: 70px;
    display: flex;
    justify-content: space-between;
}

.page-bituni-item {
    width: 258px;
    height: 152px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    border: 1px solid rgba(235, 236, 237, 0.2);
    backdrop-filter: blur(10px);
    box-sizing: border-box;
    padding: 0px 20px;
}

.page-bituni-item h2 {
    font-size: 20px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #ffffff;
    line-height: 28px;
}
.page-bituni-item p {
    margin-top: 10px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.8);
    line-height: 20px;
}

.page-bituni-tit {
    font-size: 24px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #0b121a;
    line-height: 33px;

    margin-top: 60px;
    text-align: center;
}

.page-bituni-case-list {
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.page-bituni-case-item {
    display: block;
    width: 535px;
    height: 233px;
    background: #ffffff;
    border-radius: 16px;
    border: 1px solid #ebeced;
    box-sizing: border-box;
    padding: 28px 24px;
    margin-bottom: 30px;
}

.bituni-case-item-top {
    display: flex;
}
.page-bituni-case-img {
    width: 68px;
    height: 68px;
    margin-right: 10px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

.bituni .logo1{
     background-image: url("../img/bituni/logo_1.png");
 }
.bituni .logo2{
     background-image: url("../img/bituni/jone.png");
 }
.bituni .logo3{
     background-image: url("../img/bituni/logo_3.png");
 }
.bituni .logo4{
     background-image: url("../img/bituni/logo_6.png");
 }
.bituni .logo5{
     background-image: url("../img/bituni/logo_5.png");
}

.page-bituni-case-img img{
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.page-bituni-case-info {
    flex: 1;
    margin-right: 20px;
}

.page-bituni-case-name {
     font-size: 16px;
     font-family: PingFangSC-Medium, PingFang SC;
     font-weight: 500;
     color: #0b121a;
     line-height: 22px;
     margin-bottom: 4px;
     margin-top: 0px;
 }
.page-bituni-case-content {
     font-size: 14px;
     font-family: PingFangSC-Regular, PingFang SC;
     font-weight: 400;
     color: #828c99;
     line-height: 20px;
     margin-bottom: 6px;
 }
.page-bituni-case-link {
     font-size: 12px;
     font-family: PingFangSC-Regular, PingFang SC;
     font-weight: 400;
     color: #828c99;
     line-height: 17px;
 }

.page-bituni-case-apply {
    display: block;

    width: 90px;
    height: 28px;
    background: #e6f1ff;
    border-radius: 2px;

    text-align: center;
    line-height: 28px;
    font-size: 13px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #308eff;

    cursor: pointer;
}
.page-bituni-case-tips {
    margin-top: 24px;

    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #4b5d73;
    line-height: 21px;
}


.word-modal{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    z-index: 1900;
    opacity: 1;
}

.word-modal-main{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 388px;
    /* height: 216px; */
    background: #FFFFFF;
    border-radius: 8px;
}

.word-modal-title{
    font-size: 18px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #0B121A;
    line-height: 27px;
    text-align: center;

    padding-top: 20px;
    margin: 0;
}
.word-modal-content{
    margin:6px 16px 30px;
}

.word-modal-content p{
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #0B121A;
    line-height: 21px;
    margin-bottom: 6px;
}

.word-modal-p{
    overflow: hidden;
    margin-bottom: 6px;
}

.word-modal-p span{
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #323233;
    line-height: 21px;
}

.word-modal-label{
    float: left;
}
.word-modal-value{
    float: right
}
.word-modal-result{
    margin-top: 23px;
    margin-bottom: 20px;
}
.word-modal-btn{
    border-top: 1px solid #E8E8E8;
    line-height: 51px;
    text-align: center;
    font-size: 16px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #308EFF;
    cursor: pointer;
}
.fade2-enter-active, .fade2-leave-active {
    transition: opacity .5s;
}
.fade2-enter, .fade2-leave-to /* .fade-leave-active below version 2.1.8 */ {
    opacity: 0;
}

.bituni-icon{
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url("https://stacdn.proginn.com/image/header/new/jishuin@2x.png") no-repeat center center;
    background-size: cover;
    transform: translateY(1px);
    margin-left: 5px;
  }
  

.word-modal{display: none}