.input-group {
    width: 94%;
    max-width: 480px;
    margin: 10px auto 0px;
    padding: 10px 0;
    /* box-shadow: 0 0 1px 1px #ccc; */
    border-radius: 6px;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 1);
    backdrop-filter: blur(10px);
    padding-bottom: 40px;
}

.input-group .title {
    padding: 0 5px;
    margin-bottom: 15px;
    margin-left: 15px;
    border-left: 2px solid #1FAE39;
    font-size: 18px;
    font-weight: 600;
}

.input-group .input-tiem {
    padding: 5px 15px;
    margin-bottom: 5px;
}

.input-group .input-tiem label {
    display: block;
    padding-bottom: 4px;
    color: #333
}

.input-group .input-tiem input {
    width: 100%;
    height: 36px;
    border: 0;
    box-shadow: 0px 0px 1px 1px #eee;
    background-color: transparent;
    border-radius: 4px;
    text-indent: 10px;
}

.input-group .input-tiem input:hover {
    box-shadow: 0px 0px 2px 1px #57BE5A;
}

.input-group .input-tiem textarea {
    width: 100%;
    height: 80px;
    border: 0;
    box-shadow: 0px 0px 1px 1px #eee;
    background-color: transparent;
    border-radius: 4px;
    text-indent: 10px;
    padding: 4px 0;
    color: #666
}

.input-group .input-tiem textarea:hover {
    box-shadow: 0px 0px 1px 1px #57BE5A;
}

.input-group .input-tiem select {
    width: 100%;
    height: 36px;
    border: 0;
    box-shadow: 0px 0px 2px 1px #eee;
    border-radius: 4px;
    text-indent: 10px;
    background-color: transparent;
    color: #666;
}

.input-group .input-tiem select:hover {
    box-shadow: 0px 0px 2px 1px #57BE5A;
}

.input-group .input-tiem button {
    width: 100%;
    height: 36px;
    background-image: linear-gradient(to right, #30AF42, #64ff5d);
    border: 0;
    box-shadow: 0px 0px 2px 1px #eee;
    border-radius: 4px;
    color: #fff;
    margin: 20px 0;
}

.input-groups {
    width: 100%;
    margin: 0 auto 0px;
    padding: 0px 0px 0;
    box-shadow: 0px 0px 1px 1px #eee;
    border-radius: 4px;
    overflow: hidden;
}

.input-nav {
    display: flex;
    width: 100%;
    height: 36px;
    margin: 0 auto 4px;
    box-shadow: 0px 0px 0px 0px #eee;
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
    border-radius: 0px;
    overflow: hidden;
}

.input-groups .input-nav:nth-child(1) {
    border-top: 0px solid #eee;
}

.input-groups .input-nav:nth-child(3) {
    border-bottom: 0px solid #eee;
}

.input-nav label {
    width: 80px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border-right: 1px solid #eee;
    background-color: #;
    color: #333
}

.input-groups .input-nav input {
    width: 100%;
    border: 0;
    border-radius: 0px;
    text-indent: 10px;
    color:#666
}

.custom-file-input {
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 10px 0px 0;
    cursor: pointer;
}

.kefu-box {
    width: 94%;
    padding: 0px 0 20px;
    background-color: ;
    margin: 10px auto;
}

.kefu-group {
    display: flex;
    justify-content: space-between;
    box-shadow: 0px 0px 0px 0px #eee;
    border-radius: 8px;
    padding: 10px;
    background-color: #fff;
    margin-bottom: 10px;
}

.kefu-group .kefu-img {
    width: 80px;
    height: 80px;
    border-radius: 8px;
    margin-right: 10px;
    
}

.kefu-group .kefu-text {
    display: flex;
    width: 100%;
    height: 60px;
    flex-wrap: wrap;
    
    flex-dirction: column;
    justify-content: space-between;
    padding-left: 10px;
    border-left: 2px solid #1FAE39;
    margin-top: 10px
}

.kefu-group .kefu-text p {
    color: #666;
    padding: 0;
    line-height: 50px;
    width: 100%;
    color: #111;
}

.kefu-group span {
    width: 10%;
    height: 80px;
    text-align: center;
    line-height: 80px;
    font-weight: 600;
    font-size: 28px;
    color: #ccc
}

.vcode-box {
  display:flex;
  padding: 5px 15px;
  justify-content: space-between;
}
.vcode-box input {
  width: 60%;
  height: 36px;
   border: 0;
    box-shadow: 0px 0px 1px 1px #eee;
    background-color: transparent;
    border-radius: 4px;
    text-indent: 10px;
}
.vcode-box input:hover {
    box-shadow: 0px 0px 2px 1px #57BE5A;
}
.vcode-box img {
    width: 30%;
    height: 36px;
    
}



.input-group {
    width: 94%;
    max-width: 480px;
    margin: 10px auto 80px;
    padding: 10px 0;
    /* box-shadow: 0 0 1px 1px #ccc; */
    border-radius: 6px;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 1);
    backdrop-filter: blur(0px);
}

.input-group .title {
    padding: 0 5px;
    margin-bottom: 15px;
    margin-left: 15px;
    border-left: 2px solid #1FAE39;
    font-size: 18px;
    font-weight: 600;
}

.input-group .input-tiem {
    padding: 5px 15px;
    margin-bottom: 5px;
}

.input-group .input-tiem label {
    display: block;
    padding-bottom: 4px;
    color: #333
}

.input-group .input-tiem input {
    width: 100%;
    height: 36px;
    border: 0;
    box-shadow: 0px 0px 1px 1px #eee;
    background-color: transparent;
    border-radius: 4px;
    text-indent: 10px;
}

.input-group .input-tiem input:hover {
    box-shadow: 0px 0px 2px 1px #57BE5A;
}

.input-group .input-tiem textarea {
    width: 100%;
    height: 80px;
    border: 0;
    box-shadow: 0px 0px 1px 1px #eee;
    background-color: transparent;
    border-radius: 4px;
    text-indent: 10px;
    padding: 4px 0;
    color: #666
}

.input-group .input-tiem textarea:hover {
    box-shadow: 0px 0px 1px 1px #57BE5A;
}

.input-group .input-tiem select {
    width: 100%;
    height: 36px;
    border: 0;
    box-shadow: 0px 0px 2px 1px #eee;
    border-radius: 4px;
    text-indent: 10px;
    background-color: transparent;
    color: #666;
}

.input-group .input-tiem select:hover {
    box-shadow: 0px 0px 2px 1px #57BE5A;
}

.input-group .input-tiem button {
    width: 100%;
    height: 36px;
    background-image: linear-gradient(to right, #30AF42, #64ff5d);
    border: 0;
    box-shadow: 0px 0px 2px 1px #eee;
    border-radius: 4px;
    color: #fff;
}

.input-groups {
    width: 100%;
    margin: 0 auto 0px;
    padding: 0px 0px 0;
    box-shadow: 0px 0px 1px 1px #eee;
    border-radius: 4px;
    overflow: hidden;
}

.input-nav {
    display: flex;
    width: 100%;
    height: 36px;
    margin: 0 auto 4px;
    box-shadow: 0px 0px 0px 0px #eee;
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
    border-radius: 0px;
    overflow: hidden;
}

.input-groups .input-nav:nth-child(1) {
    border-top: 0px solid #eee;
}

.input-groups .input-nav:nth-child(3) {
    border-bottom: 0px solid #eee;
}

.input-nav label {
    width: 80px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border-right: 1px solid #eee;
    background-color: #;
    color: #333
}

.input-groups .input-nav input {
    width: 100%;
    border: 0;
    border-radius: 0px;
    text-indent: 10px;
}

.custom-file-input {
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 10px 0px 0;
    cursor: pointer;
}

.kefu-box {
    width: 94%;
    padding: 10px 0 20px;
    background-color: ;
    margin: 0px auto;
}

.kefu-group {
    display: flex;
    justify-content: space-between;
    box-shadow: 0px 0px 4px 1px #eee;
    border-radius: 8px;
    padding: 10px;
    background-color: #fff;
    margin-bottom: 10px;
}

.kefu-group .kefu-img {
    width: 80px;
    height: 80px;
    border-radius: 8px;
    margin-right: 10px;
}

.kefu-group .kefu-text {
    width: ;
    height: 60px;
    flex-wrap: wrap;
    display: flex;
    flex-dirction: column;
    justify-content: space-between;
    padding-left: 10px;
    border-left: 2px solid #1FAE39;
    margin-top: 10px
}

.kefu-group .kefu-text p {
    color: #666;
    padding: 0;
    line-height: 50px;
}

.kefu-group span {
    width: 10%;
    height: 80px;
    text-align: center;
    line-height: 80px;
    font-weight: 600;
    font-size: 28px;
    color: #ccc
}