.query-modal{
    height: 72vh;
    margin: 14vh auto;
    min-height: 650px;
}
.modal-content{
    height: 100%;
    overflow: hidden;
}
.modal-header{
    height: 50px;
    padding: 0;
    border: none;
   
}
.modal-body{
    height: calc(100% - 50px);
    box-sizing: border-box;
    padding: 0  40px 15px;
}
.modal-header button{
    width: 50px;
    height: 100%;
    box-sizing: border-box;
    background-color:#02a7f0;
    color: #fff !important;
    opacity: 1 !important;
    z-index: 1;
 
}
.query-modal-title{
    font-size: 26px;
    font-weight: bold;
    padding-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
}
.query-modal-search{
    padding: 15px 0;
    position: relative;
}
.query-modal-search .search-icon{
    font-size: 18px;
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    color: #dbdbdb;
}
.query-modal-search input{
    height: 50px;
    border:1px solid rgba(239, 239, 239, 1);
    width: 100%;
    box-sizing: border-box;
    padding:0 10px;
    padding-left: 50px;
    outline: rgba(239, 239, 239, 1);
    font-size: 16px;
}
.query-modal-content{
    border: 1px solid #e5e5e5;
    box-sizing: border-box;
    height: calc(100% - 260px);
    overflow-y: auto;
}
.query-modal-footer{
    width: 100%;
    text-align: right;
    text-align: end;
}
.query-modal-footer .ok{
    border: none;
    padding: 8px 20px;
    background-color: #4293f7;
    color: #fff;
    font-size: 16px;
    border-radius: 3px;
    transition: .3s;
}
.query-modal-footer .ok:hover{
    opacity: 0.8;
}

.login-modal{
    width: 440px !important;
    height:548px;
    margin: calc((100vh - 548px) / 2) auto;
    background: #ffffff00;

}

.login-modal-body{
    height:100%;
    padding: 0;
    position: relative;
    overflow: hidden;
    
    background-size: 100% 100%;
    border-radius: 24px;
   
}
.login-modal-body .login{
    height: 100%;
    position: relative;
    background: url('../assets/images/login_bottom.png') no-repeat;
    background-position:center 470px;
}
.login-modal-body .login_bg{
    width: 100%;
    height: 100%;
    position: absolute;
    background: url('../assets/images/login_bg.png') no-repeat; 
    background-size: 100% 100%;
    z-index: -1;
    /* transform: rotateY(180deg); */
}
.login-modal-footer{
    position: absolute;
    width: 100%;
    bottom: -60px;
   display: flex;
   justify-content: center;
}
.login-modal-content{
    overflow: visible;
    border-radius: 24px;
    background: none;
    box-sizing: border-box;
    
}
.login-modal-body .login-tabs{
    height: 60px;
    margin-bottom: 20px;
    display: flex;
}
.login-modal-body .login-tabs li{
    width: 50%;
    height: 100%;
    line-height: 60px;
    text-align: center;
    color: #333333;
    font-size: 22px;
    position: relative;
}
.login-modal-body .login-tabs .login-tab__item:not(.is-active) font:hover{
        opacity: 0.6;
}
.login-modal-body .login-tabs li:not(.is-active) font{
    cursor: pointer;
}
.login-modal-body .login-tabs li.is-active::after{
    content: "";
    position: absolute;
    width: 23px;
	height: 6px;
	background-image: linear-gradient(256deg, 
		#009cff 0%, 
		#72c8ff 100%), 
	linear-gradient(
		#009cff, 
		#009cff);
	border-radius: 3px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.login-tab-content{
    padding: 30px 40px 0 40px;
}
.login-row{
    width: 100%;
    display: flex;
    height: 70px;
    align-items: center;
    margin-bottom: 10px;
}
.login-row input{
    font-size: 18px;
    border-radius: 4px;
    border: solid 2px #e9e9e9;
    width:100% ;
    transition: .2s;
    outline: none;
    padding: 10px 0;
    box-sizing: content-box;
    line-height: 40px;
    height: 40px;
}
.login-row input.form_item{
    padding-left: 60px;
    
}
.login-col{
    width: 55%;
    height: 100%;
    display: flex;
    align-items: center;
}
.login-row>.login-col:nth-child(2){
    width: 45%;
}
.login-col .code-input{
    width: 100%;
    padding: 10px 20px;
    height: 70px;
    box-sizing: border-box;
}

.login-row input:focus{
    border: solid 2px #02a7f0;
}
.code-image{
    width: 100%;
    height: 60px;
    border:2px solid #3333333a;
}
.code-image .verification-code{
    width: 100%;
    height: 100%;
}
.login-row .submit{
    border: 1px solid transparent;  
outline: none;
    width: 100%;
    height: 54px;
    border-radius: 27px 27px;
    border: none;
    background-image: linear-gradient(256deg, 
		#009cff 0%, 
		#45b7ff 100%), 
	linear-gradient(
		#009cff, 
		#009cff);
        color: #fff;
        font-size: 22px;
        transition: .3s;
}
.submit:hover{
    opacity: 0.8;
}
.cancel{
  width: 43px;
  height: 43px; 
  background: url('../assets/images/close.png') no-repeat;
  background-size: 100% 100%;
  cursor: pointer; 
}
.row-center{
    text-align: center;
    justify-content: center;
    font-size: 18px;
    height: 50px;
}
.row-center font{
    cursor: pointer;
    transition: .3s;
}
.row-center font:hover{
    opacity: 0.6;
}
.sign{
    display: inline-block;
    margin: 0 15px;
    height: 13px;
    border: solid 1px #bfbebe;
    width: 1px;
}
.user-name,.password,.phone{
    position: relative;
}
.user-name::after{
    content: "";
    position: absolute;
    width: 27px;
    height: 27px;
    background: url('../assets/images/wd.png') no-repeat;
    background-size:100% 100% ;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
}
.password::after{
    content: "";
    position: absolute;
    width: 27px;
    height: 27px;
    background: url('../assets/images/pw.png') no-repeat;
    background-size:100% 100% ;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
}
.phone::after{
    content: "";
    position: absolute;
    width: 20px;
    height: 27px;
    background: url('../assets/images/phone.png') no-repeat;
    background-size:100% 100% ;
    left: 25px;
    top: 50%;
    transform: translateY(-50%);
}

.account{
    display: none;    
}
.codebtn{
    width: 100%;
}
.codebtn button{
    width: 100%;
    height: 60px;
    font-size: 18px;
    color: #666666;
    background-color: #ededed;
    border: none;
    transition: .3s;
}
.codebtn button:hover{
    opacity: 0.6;
}
.login-row input::-webkit-input-placeholder{

    color:#bfbebe;
  
  }
  
  .login-row input::-moz-placeholder{   /* Mozilla Firefox 19+ */
  
    color:#bfbebe;
  
  }
  
  .login-row input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
  
    color:#bfbebe;
  
  }
  
  .login-row input:-ms-input-placeholder{  /* Internet Explorer 10-11 */
    color:#bfbebe;
  }

.discretion-modal-header{
    height: 60px;
    position: relative;
   
}
.discretion-modal-header .modal-header-title{
    font-size: 24px;
}
.header{
    width: 100%;
    height: 100%;
    font-size: 20px;
    display: flex;
    padding: 30px 40px 0 40px;
}
.discretion-modal-header .close{
    position: absolute;
    display: inline-block;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    top: 30%;
    transform: translateY(-50%);
    right: 10px;
    transition: .2s;
}
.discretion-table{
    width: 100%;
    table-layout:fixed;
    border-collapse: separate;
    border-spacing: 0px 20px;
}
.illegal-table{
    width: 100%;
    table-layout:fixed;
}
.discretion-table th{
    line-height: 45px;
    font-size: 16px;
    color: #333333;
    font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
    padding: 0 10px;
    min-width: 100px;
    text-align: center;
    border: 1px solid #e9e9e9;
    background-color: #fcfcfc;
}
.discretion-table td,.illegal-table td{
    padding: 10px;
    border: 2px solid #DDECF4;
}
.tr_label{
    width: 165px;
    height: 73px;
    background-color: #DDECF4;
    color: #242424;
    font-size: 16px;
    text-align: center;
}
.illegal-table .tr_label:not(.basis){
    border-bottom: 2px solid #ffffff;
}

#GistContent>div{
    overflow-y: hidden;
    word-wrap: break-word;
    white-space: normal;
    height: auto;
    max-height: none;
}

.tr_content{
    color: #242424;
    font-size: 16px;
}
.tr_content>div{
    max-height: 165px;
    overflow: auto;
    
    
}
.discretion-modal-body{
    min-height: 40vh;
    max-height: 80vh;
    padding-bottom: 40px;
    overflow: auto;
}
.discretion-table .center{
    text-align: center;
}
.exit_modal-content{
    font-size: 18px;
    color: #333333;
}
.tr_content>div::-webkit-scrollbar {
    width: 7px;
    height: 7px;
    border-radius: 5px;
  }
  
  .tr_content>div::-webkit-scrollbar-track {
    background-color: rgba(0, 0, 0, 0.05);
    border-radius: 5px;
  }
  
  .tr_content>div::-webkit-scrollbar-track-piece {
    background-color: rgba(255, 255, 255, 0.2);
  }
  
  .tr_content>div::-webkit-scrollbar-thumb {
    background-color: rgba(0, 14, 26, 0.45);
    border-radius: 5px;
  }
  
  .tr_content>div::-webkit-scrollbar-thumb:hover,
  .tr_content>div::-webkit-scrollbar-thumb:active {
    background-color: rgba(0, 0, 0, 0.4);
  }
  


@media (min-width: 768px) {
    .modal-dialog {
        width:700px;
    }
}
