@font-face {
  font-family:'Calibri'; 
  src: url('../fonts/calibri.ttf');
}

.input100 {
    font-family: 'Calibri';
    font-size: 16px;
    color: #333333;
    line-height: 1.2;
    display: block;
    width: 100%;
    height: 55px;
    background: transparent;
    padding: 0 7px 0 10px;
}
.gx_code{
    display: flex;
    margin-bottom: 1px;
}
.gx_code img{
    width: 30%;
    height: 100%;
}
.gx_code_input{
    width: 70%;
    padding: 0;
    float: left;
}
.gx_code_img{
    width: 25%;
    height: 55px;
    padding: 0;
    float: left;
}
.dai_title{
	font-family: 'Calibri'; 
    font-size: 20px;
    font-weight: bold;
    color: #333333;
    line-height: 1.2;
    margin-bottom: 10px;
}
.dai_money{
	font-family: 'Calibri';
    color: #FE661F;
    letter-spacing: 3px;
    font-size: 25px;
}
.dai{
    display: flex;
}
.dai_item{
    flex: 1;
    line-height: 55px;
    font-size: 20px;
    font-weight: normal;
    padding: 0 10px;
}
.dai_small{
	
	font-family: 'Calibri';
    text-align: right;
    font-size: 17px;
}
.dai_big{
	font-family: 'Calibri';
    letter-spacing: 2px;
}
.check_title{
    color: #CE0001;
    font-family: 'Calibri';
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 1.2;
}
.logo{
    width: 200px;
    height: 70px;
}
.gx_alert{
    opacity: .7;
    background-color: black;
    padding: 10px 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%);
    text-align: center;
    display: none;
}
.gx_alert p{
    font-size: .5rem;
    line-height: 20px;
    color: white;
    width: auto;
    display: inline-block;
}
