:root {
    --primary-color: #4769e4;
    --bodybg: #ededed;
}

*, *::before, *::after {
    box-sizing: border-box;
}

body {
    margin: 0;
    font: 14px / 150% microsoft yahei, tahoma;
    line-height: 26px;
    color: #6c6c6c;
    text-align: left;
    background-color: #ededed;
    -webkit-tap-highlight-color: transparent;
    -webkit-text-size-adjust: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
}

body, html {
    background: var(--bodybg);
}

body, html {
    position: relative;
}

img {
    vertical-align: middle;
    border-style: none;
}

button {
    border-radius: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    color: #1f1f1f;
    font-family: "Poppins", sans-serif !important;
    margin-bottom: 5px;
    letter-spacing: -0.4px;
}

h3 {
    font-size: 20px !important;
    line-height: 24px;
}

input, button, select, optgroup, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button, [type="button"], [type="reset"], [type="submit"] {
    -webkit-appearance: button;
}

button, select {
    text-transform: none;
}

button, input {
    overflow: visible;
}

button:not(:disabled), [type="button"]:not(:disabled), [type="reset"]:not(:disabled), [type="submit"]:not(:disabled) {
    cursor: pointer;
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
}

a {
    text-decoration: none !important;
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block;
}

a:not([href]) {
    color: inherit;
    text-decoration: none;
}

.text-warning {
    color: #ffc107 !important;
}

.font-10 {
    font-size: 10px !important;
}

.p-3 {
    padding: 1rem !important;
}

.mr-2, .mx-2 {
    margin-right: .5rem !important;
}

.mt-2, .my-2 {
    margin-top: .5rem !important;
}

ol, ul, dl {
    margin-top: 0;
    margin-bottom: 1rem;
}

ul {
    padding: 0;
    margin: 0;
}

.pb-0, .py-0 {
    padding-bottom: 0 !important;
}

.mb-0, .my-0 {
    margin-bottom: 0 !important;
}

.mx-n {
    margin: 0px 16px 27px 16px;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

p {
    color: #6c6c6c;
    margin-bottom: 30px;
    padding-bottom: 0px;
}

.mb-4, .my-4 {
    margin-bottom: 1.5rem !important;
}

.bg-green1-dark {
    background-color: #8CC152 !important;
    color: #FFFFFF !important;
}

.bg-dark2-dark {
    background-color: #323133 !important;
    color: #FFFFFF !important;
}

.accordion * {
    outline: 0 !important;
    box-shadow: none !important;
}

.border-0 {
    border: 0 !important;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control {
    color: #333333 !important;
    border-color: #eeeeee !important;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, 0.25);
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn {
    transition: all 300ms ease;
}

.btn:hover {
    opacity: 0.9;
    text-decoration: none;
}

.btn-xxs {
    padding: 6px 10px !important;
}

.btn-xxs, .btn-xs, .btn-s, .btn-sm, .btn-m, .btn-l {
    font-size: 12px !important;
}

.btn-m {
    padding: 12px 20px !important;
}

.bg-green2-dark {
    background-color: #2ABA66 !important;
    color: #FFFFFF !important;
}

.bg-pink2-dark {
    background-color: #fb3365 !important;
    color: #FFFFFF !important;
}

.btn-full {
    display: block;
}

.font-900 {
    font-weight: 900;
}

.bg-yellow2-light {
    background-color: #E8CE4D !important;
    color: #FFFFFF !important;
}

.bg-blue2-light {
    background-color: #5D9CEC !important;
    color: #FFFFFF !important;
}

.bg-pink2-light {
    background-color: #fa6a8e !important;
    color: #FFFFFF !important;
}

.p12cnTopTitle {
    padding-top: 10px;
    padding-bottom: 48px;
    text-align: center;
}

.p12cnTopTitle .p12cnIcon {
    margin-bottom: 0px !important;
}

.p12cnTopTitle .p12cnIcon img {
    width: 100px;
    height: 100px;
    border-radius: 22px;
}

.p12cnTopTitle .p12cnCall {
    display: block;
    font-size: 25.5px;
    font-weight: 800;
    line-height: 26px;
    font-weight: bolder;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 0px;
    color: #000;
}

.p12cnTopTitle .p12cnV {
    font-size: 16px !important;
    margin-top: 6px !important;
    color: var(--primary-color);
}

.tab_ {
    margin: 0px 16px 27px 16px;
    display: flex;
    justify-content: space-around;
}

.tab_ a {
    position: relative;
    background-color: #fff;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 30.5%;
    height: 80px;
    position: relative;
    padding-top: 42px;
    border: 1px solid #eeeeee;
}

.tab_ a img {
    width: 50px;
    height: 50px;
    position: absolute;
    top: -15px;
    border-radius: 15px;
}

.tab_ a span {
    color: #000;
    font-size: 15px;
    font-weight: bold;
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: .25rem;
}

.card {
    -webkit-transform: translate3d(0, 0, 0);
    background-size: cover;
    border: 0px !important;
    max-height: 150000px;
    margin-bottom: 30px;
    background-position: center center !important;
}

.card-style {
    overflow: hidden;
    margin: 0px 16px 30px 16px;
    border-radius: 15px;
    border: none;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1) !important;
}

.accordion > .card {
    overflow: hidden;
}

.accordion .card {
    transition: all 0ms ease !important;
}

.accordion .btn:first-child {
    width: 100%;
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.btn.accordion-btn {
    text-align: left !important;
    padding: 15px 17px;
    font-size: 13px;
    font-weight: 700;
}

.accordion button {
    transition: all 0ms ease !important;
}

.accordion-icon {
    float: right;
    transition: all 250ms ease;
    margin-top: 5px;
}

.theme-light .bg-theme {
    background-color: #fff;
}

.collapse:not(.show) {
    height: 0;
}

.theme-light .color-theme {
    color: #0f1117 !important;
}

.mx-n .input-style {
    background: #fff !important;
    border-radius: 10px !important;
}

.mx-n .input-style-2 {
    margin-bottom: 18px !important;
}

.input-style-2 {
    margin-bottom: 15px;
    position: relative;
}

.input-style-2 em {
    position: absolute;
    right: 10px;
    z-index: 2;
    font-size: 10px;
    font-style: normal;
    color: #dee2e6;
    line-height: 53px;
}

.input-style-2 input {
    background-color: rgba(0, 0, 0, 0);
    border-radius: 10px !important;
    border-color: rgba(0, 0, 0, 0.1);
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding: 0px 14px;
    font-size: 13px;
    -webkit-appearance: none;
}

input[type=text] {
    background: rgba(0, 0, 0, 0) !important;
}

.input-style-2 input, .class_list, .updatebutton {
    height: 45px !important;
}

.input-style-2 input {
    line-height: 45px !important;
}

.mx-n input {
    font-size: 14px !important;
}

.get-udid {
    background: transparent !important;
    font-size: 14px !important;
    margin-top: -8px !important;
    font-weight: 400 !important;
    margin-right: -2px;
    color: var(--primary-color) !important;
    border: 0px solid #e5e5e5;
    padding: 4px 10px !important;
}

.updatebutton {
    margin: 18px 0 0 0 !important;
    height: 45px !important;
    font-size: 15px !important;
    text-shadow: 0.5px 0.25px 0.2px #777777;
    background: var(--primary-color) !important;
    border-radius: 10px !important;
    width: 100%;
}

.input-style-2 input, .class_list, .updatebutton {
    height: 45px !important;
}

.class_list {
    border-radius: 10px;
    height: auto;
    font-size: 14px !important;
    background: #fff;
    cursor: pointer;
    padding-left: 14px !important;
    padding-right: 13px !important;
    color: #333333 !important;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.class_list_childs {
    border-radius: 10px;
    height: auto;
    line-height: 38px;
    font-size: 12px;
    background: #fff;
    cursor: pointer;
}

.class_list_childs ul {
    margin: 0;
    padding: 0;
}

.class_list_childs li {
    border-radius: 5px;
    overflow: hidden;
    list-style: none;
    font-size: 14px !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 0 0;
}

.class_list_childs li .text_text {
    display: flex;
    justify-content: space-between;
}

#add_list .showtext .text {
    font-weight: bold;
}

.class_list_childs .text {
    display: flex;
    align-items: center;
}

.class_list_childs li .text img {
    width: 32px;
    height: 32px;
    margin: 0 0 0 2.5px;
    border-radius: 8px !important;
}

.class_list_childs li h3 {
    margin: -1px 0 -1.5px 10.5px;
    font-size: 15px !important;
    color: #000;
    font-weight: bold !important;
}

.class_list_childs li p {
    margin-bottom: 0px;
}

.class_list_childs li .text_text p {
    line-height: 17px;
}

.class_list_childs li .active_img {
    margin: 0 4px 0 0;
    display: flex;
    width: 20px;
    height: 20px;
}

.class_list_childs li .active_img img {
    width: 20px;
    height: 20px;
}

.class_list_childs li .active_img img:nth-child(1) {
    margin: -0.5px 0 0 0 !important;
}

#add_list .showtext .active_img .circular {
    display: none;
}

#add_list .showtext .active_img .active_circular {
    display: block !important;
    margin: 0 0 0 -0.5px !important;
}

.Wnqalert {
    overflow: hidden;
    z-index: -1;
    opacity: 0;
    transition: all 2s;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0px;
    bottom: -100%;
    transition-duration: 0.35s;
    background: transparent !important;
    border-radius: 10px 10px 0 0;
}

.Wnqalert .trans {
    transition-duration: 20s;
    border-radius: 20px 20px 0 0;
    position: relative;
    background: #fff;
    min-height: calc(100% - 30px);
    height: auto;
    top: 16px;
    /* bottom: 0; */
    left: 0px;
    width: 100%;
    -moz-box-shadow: 1px 1px 1px #cdcdd2;
    -webkit-box-shadow: 1px 1px 1px #cdcdd2;
    box-shadow: 1px 1px 1px #cdcdd2;
}

.Wnqalert .title {
    width: 100%;
    left: 0px;
    top: 0px;
    border-radius: 10px 10px 0 0;
    overflow: hidden;
    padding: 15px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.content {
    margin: -20px 16px 20px 16px;
}

.layui-layer-dialog {
    left: 0 !important;
    width: calc(100% - 32px) !important;
    margin: 12px 19px 20px 16px !important;
    background: #1c1c1e !important;
    color: #fff !important;
    border: none !important;
    border-radius: 15px !important;
}

.requiredMsg .layui-layer-content {
    padding: 30px 0 !important;
    text-align: center;
    border-radius: 12px !important;
}

body {
    height: 100vh;
    transition: all .5s ease;
}