@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Anton&display=swap');
@import url('https://fonts.googleapis.com/css?family=Staatliches&display=swap');
@import url('https://fonts.googleapis.com/css?family=Squada+One&display=swap');
@import url('https://fonts.googleapis.com/css?family=El+Messiri&display=swap');
@import url('https://fonts.googleapis.com/css?family=Pinyon+Script&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400;500;600;700;800;900&display=swap');

.pc2 { display:inherit!important;}
.pc3 { display:table-row;}
.pc4 { display: contents;}
.mobile2 { display:none!important;}


.photo_r{
border-radius: 0px;
    overflow: hidden;
}




.post-project2 { position: relative;}

.post-project2 > a {
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -moz-align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -moz-transition: background-color 0.5s ease, -moz-transform 0.5s ease;
    -webkit-transition: background-color 0.5s ease, -webkit-transform 0.5s ease;
    -ms-transition: background-color 0.5s ease, -ms-transform 0.5s ease;
    transition: background-color 0.5s ease, transform 0.5s ease;
}
.post-project2:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 1;
    transition: opacity 0.35s, -webkit-transform 0.7s;
    transition: opacity 0.35s, transform 0.7s;
    transition: opacity 0.35s, transform 0.7s, -webkit-transform 0.7s;
    will-change: opacity, transform;
}

.post-project2 img {
    opacity: 1;
    transition: opacity 0.35s, -webkit-transform 0.7s;
    transition: opacity 0.35s, transform 0.7s;
    transition: opacity 0.35s, transform 0.7s, -webkit-transform 0.7s;
}

.line::after {
content: '';
    width: 95%;
    height: 95%;
    z-index: 9;
    position: absolute;
    border: 1px #b37cbf solid;
	
}

.index_about {
	    text-align: left;
    max-width: 800px;
    margin: 20px auto 0px;
    padding: 20px;
    border: 1px rgb(255 255 255 / 32%) solid;
  
}
.index_about_title {
	margin-top: 20px;
}

.more {
     background: #b1d335;
    color: #606062;
    text-align: center;
    width: 180px;
    padding: 12px 0px;
    opacity: 1;
    transition: opacity 0.35s, -webkit-transform 0.7s;
    transition: opacity 0.35s, transform 0.7s;
    transition: opacity 0.35s, transform 0.7s, -webkit-transform 0.7s;
    font-weight: 700;
    margin: auto;
    margin-top: 40px;
}
.more:hover {
	 -webkit-transform: scale(1.08);
    -ms-transform: scale(1.08);
    transform: scale(1.08);
    opacity: 1;
    transition: opacity 0.35s, -webkit-transform 0.7s;
    transition: opacity 0.35s, transform 0.7s;
    transition: opacity 0.35s, transform 0.7s, -webkit-transform 0.7s;

}

.mouse {
    max-width: 30px;
    width: 100%;
    animation: move .9s ease-in-out infinite alternate;
    z-index: 999;
    bottom: 20px;
    left: 50%;
    position: absolute;
    margin-left: -15px;
	-webkit-filter:brightness(.5);
}

@-moz-keyframes move {
  0% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(5px);
  }
}

@-webkit-keyframes move {
  0% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(5px);
  }
}

@-o-keyframes move {
  0% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(5px);
  }
}

@keyframes move {
  0% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(5px);
  }
}


.rd-navbar-nav span { font-size: 12px;display: block;}
.rd-navbar-submenu-toggle { display: inline-block!important;}

.adlogo {
	    display: inline-block;
    max-width: 300px;
    padding: 10px;
    margin: 10px;
}

.ad_box {
	
}
.ad_li {
	
}
.title {
color: #000000;
    display: table;
    text-align: center;
    border-bottom: 6px #d70c18 solid;
    padding: 0 0 4px;
    margin: auto;
}
.ad {
	padding: 20px 0px;
}

.brand-name { width: 100%;}
.swiper-slide::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: rgb(0 0 0 / 51%);
    top: 0;
    left: 0;
}
.swiper-slide-caption {
    position: relative;
    z-index: 3;
}

h2 {font-weight: 600;}
h2 span {font-weight: 300;}
.foot_logo {
    
}
.font-b { font-weight: 600;}
.foot_icon {
 margin-right: 15px;
    font-size: 24px;
    width: 28px;
}
.fa-facebook {color: #1877f2;}
.bg-image::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: rgb(0 0 0 / 51%);
    top: 0;
    left: 0;
}

.logo104 {
        width: 100%;
    max-width: 200px;
}

.link:hover {
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0.8;
    transition: opacity 0.35s, -webkit-transform 0.7s;
    transition: opacity 0.35s, transform 0.7s;
    transition: opacity 0.35s, transform 0.7s, -webkit-transform 0.7s;
    will-change: opacity, transform;
    -webkit-filter: brightness(1.08);
    cursor: pointer;
}

.about_pic {}
.about_youtube {width: 100%;}
.about_youtube iframe { height: 550px;}
.tec_slg {}
.bg_w {background: #fff;}
.panel-custom-body {
 line-height: 1.7;
    margin-top: 15px;
    font-size: 16px;
}
.product_tag {
        background: #abc938;
    color: #000000;
    font-weight: 700;
    display: inline-block;
    padding: 2px 18px;
    width: 150px;
    text-align: center;
}
.product_menu_title {
    background: #abc938;
    text-align: center;
    padding: 20px 10px;
    color: #303030;
    font-weight: 600;
}
.product_list {
 padding: 20px;
    margin-top: 15px;
}
.product_li {
    margin-top: 30px;
}
.product_no {
    text-align: right;
    display: block;
    color: #000;
    text-decoration: underline;
}
.product_pic {
    
}
.product_w { padding: 0!important;}
.product_li:nth-child(1){margin-top: 0;}
.foot_line {border-bottom: 1px #a1a1a1 solid;}
.product_li2 {margin-bottom: 10px;}
.pro_tag2 {
    text-align: left;
    display: block;
    color: #000;
    text-decoration: underline;
        margin-bottom: 15px;
}

.product_li ul{
padding: revert!important;
        font-size: 16px;
}
.product_li li{
    list-style: disc;
    display: list-item;
}
.shop_pic {
    width: 100%;
    display: block;
    margin-bottom: 15px;
}

.shop_box {
    margin-bottom: 20px;
    display: block;
}
.shop_title {
    color: #8fad1f;
    font-weight: 600;
}
.shop_li {
    
}
.shop_li span{
border-right: 1px #606062 solid;
    padding-right: 15px;
    margin-right: 15px;
}
.shop_li span:nth-child(3){ border: 0px;}

time {
     position: absolute;
    font-size: 18px;
    color: #000;
    font-weight: bold;
    left: 50%;
    margin-left: -20px;
}
.win_pic {
    display: inline-block;
    max-width: 150px;
    margin: auto;
    width: 49%;
}
.time_box .timeline__content time:nth-child(1) {bottom: -33px;}
.time_box:nth-child(2n) .timeline__content time{top: -27px;}
.time_box {}
.recruit_pic {
    
}
.recruit_box {
    
}
.recruit_box2 {
    
}
.recruit_box ul {
    margin-top: 20px;
    padding: revert;
}
.recruit_box li {
    list-style: disc;
    display: list-item;
}
.recruit_box2 ul {
    margin-top: 20px;
    padding: revert;
}
.recruit_map iframe{
    height: 400px;
}
.ticon { position: relative;margin-bottom: 20px;}

.car::after {
content: '';
    background-image: url(../images/car-solid.svg);
    width: 28px;
    height: 28px;
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: -37px;
    top: 0;
    opacity: 0.7;
     
}
.subway::after {
content: '';
    background-image: url(../images/train-subway-solid.svg);
    width: 24px;
    height: 28px;
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: -35px;
    top: 0;
    opacity: 0.7;
     
}
.bus::after {
content: '';
    background-image: url(../images/bus-solid.svg);
    width: 24px;
    height: 28px;
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: -35px;
    top: 0;
    opacity: 0.7;
     
}

.work_box {
        width: 100%;
    display: block;
    margin-top: 80px;
    color: #606062;
    text-align: center;
}
.work_top_title {
    font-weight: 600;
    display: inline-block;
    margin: auto;
    width: 250px;
    position: relative;
    margin-bottom: 45px;
}

.work_top_title::after { 
background-image: url(../images/work_line.svg);
    width: 100%;
    height: 12px;
    background-repeat: repeat;
    content: '';
    position: absolute;
    bottom: -13px;
    left: 0;
}

.work_icon {
position: absolute;
    z-index: 2;
    width: 80px;
    right: 0;
    top: 0;
}
.work_title {
        border: 1px #b1d335 solid;
    margin-bottom: 30px;
    padding: 5px;
    position: relative;
}
.work_pic {
    
}
.work_title::after {
    content: '';
    border: 1px #b1d335 solid;
    position: absolute;
    width: 98%;
    height: 93%;
    left: 1%;
    top: 3%;
    
}
.more {
    
}

h6 {font-weight: 500;}
.register-title {
        text-align: center;
    font-weight: 500;
    color: #d70c18;
}
.register-foot {
        margin-top: 30px;
    line-height: 1.5;
    color: #000;
}
.register-foot ul{
    padding: revert!important;
}
.register-foot ul li{
        font-size: 16px;
}
.red {color: red;}
.register-stitle {
    color: #000;
    font-weight: 400;
}
.form-wrap2 {position: relative;}
.form-wrap2::after {
content: '▼';
    position: absolute;
    z-index: 2;
    right: 15px;
    top: 17px;
    font-size: 14px;

}

.wizard > .content > .body label {margin-right: 15px;}
/* Table Stuff */
table.basic-table {
    width: 100%;
    font-family: sans-serif;
}
table.basic-table th{
    border-bottom: 1px solid black;
}
table.basic-table th,
table.basic-table td{
    height: 2em;
    background-color: white;
}
.register .btn-danger {color: #fff!important; font-size: 16px;}
.register .table thead th {
    color: #fff;
    text-align: center;
}
table {width: 100%;}
.power-box select{ width: 100%; padding: 5px 0px;}
.fileInput{
	display: block;
	height:1px;
	overflow: hidden;
	opacity: 0;
	filter:alpha(opacity=0);
}
.previewBox{
	margin:15px 0;
    position: relative!important;
    z-index: 1!important;
}
.previewBox img{
	margin-right:10px;
}
.uploadBtn{
	border:1px solid #eee;
	background: #fff;
	color:#666;
	font-size: 16px;
	line-height: 1.6;
	padding:6px 15px;
	
}
.picBox,.picBox2 {
    width: 100%;
    max-width: 500px;
}
.register-foot div {margin-top: 30px;text-align: center;}
#editing_area canvas {
    border: 1px #c9c9c9 SOLID;
width: 100%;
    max-width: 100%;
}
.qrcode {
    width: 100%;
    max-width: 100px;
    margin: auto;
    display: block;
}
.qrcode-box {
    position: fixed;
    right: 0;
    top: 12vw;
}
.page-box {
        background: #fff;
    padding: 10px 30px;
    margin-top: 40px;
    border-radius: 10px;
    box-shadow: 5px 6px 10px 3px rgb(0 0 0 / 19%);
}
.news-li {
display: block;
    color: #d70c18;
    width: 100%;
    margin-bottom: 3px;
    border-bottom: 1px #ecbabd dashed;
    line-height: 1.5;
    padding-bottom: 6px;
        text-align: center;
}
.news-li span{
    
}
.table-box {margin-top: 5px;}
.table-box th {
text-align: center;
    background: #5eb9b0;
    color: #fff;
    border: 1px #fff solid;
}
.table-box td {
text-align: center;
    padding: 5px;
    border: 1px #cbcbcb solid;
    background: #fff;
    font-size: 14px;
}
.underline,.underline:hover {text-decoration: underline;}
.info-bg {
    background: #fff;
    padding: 30px!important;
    border-radius: 8px;
    position: relative;
}
.info-foot {
     display: block;
    text-align: center;
    border-top: 1px #b8b8b8 solid;
    padding-top: 12px;
   margin-bottom: 10px;
}
.info-body {
    border: 1px #bcbcbc solid;
    padding: 10px;
    margin-top: 25px;
        color: #000;

}
.info-body ul{padding: revert;}
.info-body ul li{
    list-style: decimal;
    display: list-item;
}
.info-body ul li ul li {list-style: disc;}
.info-body h5 {margin-top: 35px;}
.info-body ul li span { color: red;text-decoration: underline;font-weight: 300;display: inline-block;}
.info-foot-box {
    background: #ececec;
    padding: 10px 5px;
    margin-bottom: 5px;
}
.info-foot-box span {color: red;}
.info-foot-box2 {
    text-align: center;
    font-size: 23px;
    margin-top: 10px;
}
input[type="radio"], input[type="checkbox"] {
    width: 18px;
    height: 18px;
}
.table thead th {
    color: #fff;
    text-align: center;
}
.blurb__title {
    font-weight: 600;
    color: #d70c18;
}
.apply-text {
    color: #000;
    font-size: 16px;
    line-height: 1.5;
}
.blue {color: #23a4af;}
.yellow {color: #fff900;}
.black {color: #000;}
.green {color: #2ca800;}
.orange {color: #ffac2c;}
.precautions-ul {padding: revert;}
.precautions-ul li{
    list-style: decimal;
    display: list-item;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px #dedede solid;
    color: #000;
    font-weight: 600;
}
.precautions-ul li div{
    font-weight: 300;
    line-height: 1.5;
    margin-top: 8px;
    display: block;
}
.breadcrumbs-custom__path li span {margin-right: 5px;}
.signUp-table tr{
    
}
.signUp-table tr td{
    
}
.signUp-table{}
.style-1 {
        background: #5eb9b0 !important;
    color: #fff;
}
.style-2 {
    background: #ffd779 !important;
    color: #000;
}
.style-3 {
    background: #ffac2c !important;
    color: #000;
}
.style-4 {
     background:#467baf !important;
    color: #fff;
}
.button-1 {
    background: #d70c18;
    color: #fff;
    padding: 6px 30px;
    font-weight: 600;
    border-radius: 6px;
    margin: auto;
    display: table;
    font-size: 18px;
}
.sweet-alert {box-shadow: 5px 6px 10px 3px rgb(0 0 0 / 19%);}
.sweet-alert button {background-color: #d70c18!important;}
.sweet-alert button.cancel {background-color: #C1C1C1!important;}
.button-1:active, .button-1:focus,.button-1:hover, .button-1:link{color: #fff;}
.popup-box {margin: 30px 0;}
.register .footer-corporate {
    position: relative;
        bottom: 0;
        width: 100%;
}
.btn-danger {color: #fff!important;}
.wizard > .steps .disabled a, .wizard > .steps .disabled a:hover, .wizard > .steps .disabled a:active {border: 1px #b7b7b7 solid;}
.wizard > .steps .current a, .wizard > .steps .current a:hover, .wizard > .steps .current a:active { border: 1px #d70c18 solid;}
.wizard > .steps .done a, .wizard > .steps .done a:hover, .wizard > .steps .done a:active {border: 1px #e0a5a8 solid;}
.dtable {
        display: flex;
    margin-bottom: 5px;
}
.dtable span {
    width: 7%;
    line-height: 60px;
    min-width: 50px;
}
.btn2 {
    display: inline-block;
    font-weight: 600;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    padding: 11px 35px;
    font-size: 18px;
    line-height: 1.25;
    border-radius: 0;
    transition: all 0.15s ease-in-out;
    background: #d70c18;
    color: #fff;
    border-radius: 6px;
}
.btn {border-radius: 6px;margin-bottom: 5px;}
.btn2 {margin-bottom: 5px;}
.signUp-table tr td table tr{border: 0;margin-bottom: 5px;}
.tableInfo p { padding-left: 0!important;}
.selected .form-input{
    /*
background: #f44900;
    color: #ffffff;
    */
}
.no-selected .form-input{
     /*
background: #1f4162;
    color: #fff;
    */
}
.center {text-align: center;}
.info-body2 ul {
    list-style: cjk-ideographic!important;
    padding: revert-layer!important;
}
.info-body2 .note-editor,.info-body3 .note-editor {border: 0!important;}
.info-body2 ul li ul li { list-style: decimal;}
.doct-ul li{list-style: disc!important;}
.info-body3 ul {
        list-style: decimal!important;
    padding: revert-layer!important;
}

.info-body3 ul li ul li { list-style: disc;}
.dropdown-menu {}
.dropdown-menu li {
        list-style: none;
}
.btn-group, .btn-group-vertical {display: inline-block;}
.note-popover .popover .popover-content .note-color .dropdown-menu, .panel-heading.note-toolbar .note-color .dropdown-menu { min-width: 400px!important;}
.btn-group > .btn-group {float: initial!important;}
.btn-sm, .btn-group-sm > .btn {padding: 5px 10px;}
.note-icon-caret {display: none;}
.open-amount-box {font-size: 14px;font-weight: 400;}
.dropdown-menu {font-size: 14px; font-weight: 400;color: #000;}
.project-top {display: ruby;}
.green-bg {background: #5ec723;}
.qa .table thead th { 
    color: #d70c18 !important;
    background: #ffffff;
}

.qa .table tr{color: #000;}
.qa .table tr td:first-child { text-align: center;}
.qa .table tr td:last-child { text-align: center;}
.button-2 {
    font-size: 14px;
    background: #d70c18;
    color: #fff;
    padding: 6px 10px;
    border-radius: 4px;
    margin: 1px;
}
.modal-header {display: block!important;}
.modal-body {
    font-size: 15px;
    color: #000;
}
.modal-title {
    font-size: 22px;
    color: #d70c18;
    font-weight: 400;
}
.modal-body input {width: 100%;}
.btn-primary.disabled, .btn-primary:disabled {
    background-color: #d70c18;
    border-color: #d70c18;
}
.btn-primary,.btn-primary:hover,.btn-primary:not([disabled]):not(.disabled):active {
    color: #fff;
    background-color: #d70c18;
    border-color: #d70c18;
}
.modal-body .checkbox input {width: inherit!important;}
.sn-checkbox-use-protocol {display: none;}
.note-editor .btn {font-weight: 100;}
.tab-content .in {opacity: 1;}
.nav-tabs {
    padding: inherit!important;
    margin-top: 10px;
}
.nav-tabs li {
        list-style: none!important;
    text-align: center;
    margin: 0 1px;
    font-size: 15px;
    color: #000;
    display: inline-block!important;

}
.nav-tabs .active{
        background: #d70c18;
    color: #fff;
}
.nav-tabs a,.nav-tabs:focus {
background: #e3e3e3;
    color: #000;
    padding: 2px 14px;
    
}
.table-striped tr td {
    padding: 0!important;
    vertical-align: baseline;
}
button { cursor: pointer; }
.store-ul {
    background: #f0f0f0;
    margin-bottom: 30px;
    padding: 20px!important;
    border-radius: 10px;
}
.store-ul li{
        padding-bottom: 3px;
    margin-bottom: 3px;
    border-bottom: 1px #c3c3c3 dashed;
}
.store-info-box h5 {
    color: #d70c18;
    
}

.store-info-box .table-bordered th,.store-info-box .table-bordered td {
    border: 1px solid #959595!important;
}
.form-input {font-size: 14px;}
.step-close {
    position: absolute;
    bottom: -90px;
    right: 0;
    z-index: 2;
    font-size: 16px;
}
.ex-btn {
    position: absolute;
    bottom: -90px;
    right: 120px;
    z-index: 2;
    font-size: 16px;
}
#example-basic-pdf {}
#example-basic-pdf h4{font-weight: 800;}
#example-basic-pdf h5{}
#example-basic-pdf .info-body3 {font-size: 14px;}
.contract tr {}
.contract tr td{border: 1px #000 solid;text-align: center;width: 50%;}




@media only screen and (max-width: 1680px) {

}

@media only screen and (max-width: 1600px) {

}
    
@media only screen and (max-width: 1366px) {

}


@media only screen and (max-width: 1280px) {

    
    
}
@media only screen and (max-width: 1210px){

}


@media only screen and (max-width: 1200px){

	
	
}

@media only screen and (max-width: 1199px) {

    
}



@media only screen and (max-width: 1024px) {

	.index_about_title {
	margin-top: 30px;
}
	.mouse {
    max-width: 20px;
    width: 100%;
    animation: move .9s ease-in-out infinite alternate;
    z-index: 999;
    bottom: -1px;
    left: 50%;
    position: absolute;
    margin-left: -10px;
    -webkit-filter: brightness(.5);
}

	

}



@media only screen and (max-width: 926px){
    
     .pc3,.pc4 { display:none!important;}
    .pc2 { display:none!important;}
    
    .mobile2 { display: inherit!important;}
    
    
    .signUp-table tbody {display: block}
    .signUp-table tr,.signUp-table td {display: block; padding: 0px;}
         .signUp-table td:before {
        content: attr(data-title);
        width: 30%;
        position: absolute;
        display: block;
        background: #5eb9b0;
        color: #fff;
    }
    .signUp-table tr {
        border:3px #575757 solid;
        margin-bottom: 30px;
        background-color: #ffffff;
    }
       .signUp-table td p {
        position: relative;
        padding-left: 40%;
    }
    .mstyle-3:before {
    background: #ffac2c !important;
    color: #000!important;
}
    .mstyle-2:before {
    background: #ffd779 !important;
    color: #000!important;
}
     .mstyle-4:before {
    background: #467baf !important;
    color: #fff!important;
}
    .panel-custom-body {font-size: 14px;}
    
    

}


@media only screen and (max-width: 780px){

}




@media only screen and (max-width: 768px) {
.index_about {margin: 20px;}
    .step-close {font-size: 14px;}
   
    
	
}

@media only screen and (max-width: 767px) {
  
    
    .about_pic {margin: 15px 0px;}
    .about_title {text-align: center;}
    .about_youtube iframe { height: 350px;}
	
	}

@media only screen and (max-width: 639px) {
       .col-xss-6 {
    flex: 0 0 50%;
    max-width: 50%;
}
    
    .time_box .timeline__content time:nth-child(1) {
    bottom: 41%;
    left: 3%;
}
    .time_box:nth-child(2n) .timeline__content time {
    top: 42%;
    left: 3%;
}
    
    .timeline__content {padding: 1.25rem 40px;}
    
    
}


@media only screen and (max-width: 480px) {
.adlogo {
	    display: inline-block;
    max-width: 120px;
    padding: 10px;
    margin: 0px;
}
    .about_youtube iframe { height: 250px;}
    .product_list {margin-top: 0px;}
    
    .shop_li span {display: block; border: 0;}
 .shop_li {margin-bottom: 20px;}
.register-foot ul li{
        font-size: 13px;
    margin-bottom: 10px;
}
    
    .register-stitle {font-size: 16px;text-align: center;}
    .register-title {
    font-weight: 800;
    margin-bottom: 20px;
}
   .register .btn-danger {
    font-size: 13px;
}
    
    td{}
    tr{}
    th {
    font-size: 13px;
    font-weight: 300;
}
   .btn-sm, .btn-group-sm > .btn {
    padding: 5px 8px;
    font-size: 13px;
} 
    .qrcode {max-width: 60px;}
    .qrcode-box {top: 56px;}
    .info-bg {padding: 10px !important;}
    .sweet-alert h2 {font-size: 20px!important;}
    
    

	
	}

