 

.interlocution{
    height: 100vh;
    width: 100%;
}

.header{
    display: flex;
    height: 60px;
    background-color: white;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: 600;
}

.wrap{
  overflow: scroll;
  background-color: rgba(243, 243, 243, 0.74);
  height:calc(100vh - 80px);
}

.wrap-header_banner{
    width: 100%;
    height: 140px;
    background-image: url("../images/banner@2x.png");
    background-size: 100% 100%;
     background-repeat: no-repeat;
}

.wrap-header_banner img{
  height: 100%;
  width: 100%;
  background-size: 100%;
}

.welcome-card_box{
    position: relative;
    width: 95%;
    background-color: white;
    border-radius: 8px;
    margin: -50px auto;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 10px;
}

.welcome-card_right{
    width: 60%;
    padding: 10px;
   

}

.welcome-card_left{
    width: 40%;
    height:149px;
    border-radius: 15px;
    padding: 0 1px;
}

.welcome-card_left img{
    width: 100%;
    height: 100%;
}

.welcome-card_content{
    background-color: rgba(224, 234, 243, 0.295);
    padding:8px 5px;
    border-radius: 5px;
    margin-top: 5px;
    overflow: auto;
    height: 75px;
}

.wrap-content{
    margin-top: 70px;
    padding: 15px 10px;
    background-color: white;
    font-weight: 600;
}

.wrapContent-type_box{
    width: 100%;
    display: flex;
    gap: 20px;
    overflow: scroll;
    scrollbar-width: none; 
    -ms-overflow-style: none;
    /* overflow: scroll;
   scrollbar-width: none; 
   -ms-overflow-style: none; */
}

.wrapContent-type_box ::-webkit-scrollbar{
    display: none;
}

.wrapContent-type_box {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.welcome-card_title{
    color: #133C69 !important;
    font-size: 20px;
    font-weight: 800;
    box-shadow: #4060FF 1px ;
}

.welcome-card_ft{
    position: absolute;
    margin-top: -9px;
    background: linear-gradient(#86EBFF,#FFFFFF);;
    width: 60px;
    height: 10px;
    border-radius: 2px;
    z-index: -1;
}

.wrapContent-type_box ::-webkit-scrollbar{
    display: none;
}

.wrapContent-item_box{
    height: 360px;
    overflow: auto;
}

.zwInfo{
    text-align: center;
    padding: 10px;
    font-size: 12px;
}

.wrap-content_title{
    font-size: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* padding:5px; */
    min-width: 120px;
}

  

.across{
    margin-top: 4px;
    border-bottom: 5px solid rgb(96, 96, 238);
    width: 22px;
    border-radius: 5px;
  
}

.wrap-content_item{
    margin-top: 15px;
    background-color: white;
    padding: 10px 2px;
    border-bottom: 1px solid rgb(231, 228, 228);
}

.content-itemContent{
    margin-top: 10px;
    font-size: 14px;
    color: rgb(128, 152, 233) !important;
    text-indent: 25px;
    /* text-align: center !important; */
}

.content-itemContent img{
    width: 85% !important;
    margin: 0 auto !important;
    display: block !important;
}

.nextPageBtn{
    color: rgb(199, 197, 197);
    display: none;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    padding-top: 10px;
    gap: 0 6px;
}

.nextPageBtn img{
    width: 20px;
    height: 20px;
}

.bottom-box{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 77px;
   border-top: 2px solid rgb(243, 243, 243);
 
}

.bottom-btn{

    padding: 12px 15px;
    background-color:#4060FF;
    color: white;
    border-radius: 10px;
    width: 80%;
    text-align: center;
    font-weight: 600;
    font-size: 15px;

}

.ft-color_blue{
    color: rgb(123, 123, 214);
}


.sxColor{
      color: #FFAA00;
      font-size: 16px;
}

.sxColorG{
    font-size: 16px;
    color: #a6a6ac;

}

.content-item_content{
    display: flex;
    gap: 0 10px;
    align-items: center;
}


.layer-box{
    background-color: #060606b5;
    height: 100vh;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    z-index: 9999;

    display: flex;
    justify-content: center;
    align-items: center
}

.layer{
    background: rgb(255, 255, 255);
    width: 82%;
    padding: 10px 0;
    border-radius: 6px;
    display: flex;
    gap: 10px;  
    flex-direction: column;
}

.layer-text{
    text-indent: 25px;border-bottom: 1px solid rgb(216, 216, 216);
    padding-bottom: 15px;
    word-break: break-all;
    padding:15px 10px;
}

.layer-btn{
    text-align: center;
    padding: 3px 15px;
    color: rgb(37, 100, 172);
    border-radius: 4px;
}
 


 
 