.wx-lock-container, .wx-lock-container * {
box-sizing: border-box;
} .cm-grid {
padding-right: 15px; padding-left: 15px;
margin-right: 1px; margin-left: 1px; margin-bottom: 1px; padding-top: 1px;
}
.cm-grid:after, .cm-grid:before, .cm-row:after, .cm-row:before {
content: ""; clear: both; display: table;
}
.cm-row { margin-left: -15px; margin-right: -15px; }
.cm-row [class*=cm-col] {
position: relative; float: left; min-height: 1px; padding-left: 15px; padding-right: 15px;
} .cm-col-md-4 { width: 33.33333%; }
.cm-col-md-8 { width: 66.66666%; } @media (max-width: 768px) {
.cm-col-md-4, .cm-col-md-8 {
width: 100%; float: none;
} .wx-qr-col {
padding-top: 20px !important;
padding-bottom: 10px !important;
display: flex;
justify-content: center; }
} .cm-alert {
border-radius: 3px; padding: 15px;
margin-bottom: 15px; background-color: #fff;
box-shadow: 0 .5em 1.5em 0 rgba(0,0,0,.1);
}
.primary.cm-alert { background-color: #7db1f1; color: #fff; }
.cm-card {
overflow: hidden; margin-bottom: 15px; border-radius: 3px;
box-shadow: 0 .5em 1.5em 0 rgba(0,0,0,.1);
background: #fff;
} .cm-btn {
display: inline-block;
padding: 10px 20px;
font-size: 14px;
line-height: 1.4;
text-align: center;
vertical-align: middle;
cursor: pointer;
border-radius: 3px;
border: none;
color: #fff;
}
.success.cm-btn { background-color: #000000c2; }
.cm-btn:hover { opacity: 0.9; }
.cm-btn:disabled { opacity: 0.6; cursor: not-allowed; } .cm-resp-img { width: 100%; height: auto; }   .wx-qr-code-bg {
background-size: contain; background-repeat: no-repeat;
background-position: center center;
margin: 0 auto;   width: 220px !important; height: 220px !important; max-width: 90% !important; padding-bottom: 0 !important; background-color: transparent; } @media (min-width: 768px) {
.wx-qr-code-bg { width: 100% !important;
max-width: 100% !important; 
height: 0 !important; padding-bottom: 100% !important; }
} .wx-qr-col img { display: none !important; } .wx-flex-row {
display: flex;
flex-wrap: wrap;
align-items: center; justify-content: center;
} .wx-content-col {
padding: 20px !important; @media (max-width: 768px) {
padding-top: 5px !important;
padding-bottom: 25px !important;
}
} .wx-notice-box {
width: 100%;
margin-bottom: 20px !important;
line-height: 1.6;
} .wx-input-group {
display: flex;
width: 100%;
margin-top: 0 !important;
position: relative;
} input.wx-input {
flex-grow: 1; 
border: 1px solid #dadada !important;
border-top-right-radius: 0 !important;
border-bottom-right-radius: 0 !important;
border-right: 0 !important;
height: 48px !important;
padding-left: 15px !important;
box-shadow: none !important;
margin: 0 !important;
font-size: 16px !important;
color: #333 !important;
background: #fff !important;
width: auto !important;
}
input.wx-input:focus {
border-color: #7db1f1 !important;
outline: none;
} button.wx-btn {
width: auto !important;
border-top-left-radius: 0 !important;
border-bottom-left-radius: 0 !important;
margin: 0 !important;
height: 48px !important;
display: flex;
align-items: center;
justify-content: center;
white-space: nowrap;
padding: 0 30px !important;
cursor: pointer;
font-size: 16px !important;
} #wx_msg_tips {
margin-top: 10px;
font-size: 13px;
min-height: 20px;
} .wx-lock-container[style*="display:none"],
.wx-lock-container[style*="display: none"] {
display: none !important;
} .wx-jimu-loading {
position: relative; display: inline-block; background: #000;
width: 6px; height: 14px;
margin-right: 10px; margin-left: 10px;
vertical-align: middle; text-indent: -9999em;
animation: wx-jimu-anim 0.8s infinite ease-in-out;
animation-delay: 0.16s !important;
}
.wx-jimu-loading:before, .wx-jimu-loading:after {
position: absolute; top: 0; content: ''; background: #000;
width: 6px; height: 14px;
animation: wx-jimu-anim 0.8s infinite ease-in-out;
}
.wx-jimu-loading:before { left: -9px; animation-delay: 0s !important; }
.wx-jimu-loading:after { left: 9px; animation-delay: 0.32s !important; }
@keyframes wx-jimu-anim {
0%, 80%, 100% { opacity: 0.75; box-shadow: 0 0 #000; height: 14px; }
40% { opacity: 1; box-shadow: 0 -4px #000; height: 18px; }
}