@font-face {
    src: url("/static/lib/fonts/YouSheBiaoTiHei.ttf");
    font-display: swap;
    font-family: "YouSheBiaoTiHei";
}

.login-body {
    height: 100%;
    background-color: #fff;
    width: 100%;
}

.login-main {
    height: 100%;
}

.login-main .login-top {
    height:80px;
    background-color:#ffffff;
    font-size:30px;
    color:#fff;
    line-height:80px;
    text-align:center;
}

.login-main .login-bottom .center .layui-input {
    font-size:16px;
}

.login-main .login-bottom {
    background:#fff;
    padding-bottom:30px;
}

.login-main .login-bottom .center {
    width:360px;
    margin:0 auto;
    padding-top:40px;
    position:relative;
}

.login-main .login-bottom .tip {
    line-height: 18px;
    width: 360px;
    margin: 0 auto;
    color: #797c80;
    display: flex;
    align-items: center;
    font-size: 12px;
    margin-top: 20px;
}

.login-main .login-bottom .tip a {
    color: #16b777;
}

.login-main .login-bottom .login-btn {
    width:360px;
    height:48px;
    background-color:#16b777;
    border-radius:5px;
    margin:25px auto 0;
    line-height:48px;
    color:#fff;
    font-size:16px;
    letter-spacing:1px;
    cursor:pointer;
    border:none;
}

#validatePanel {
    display: flex;
}

.login-main .login-top .layui-nav {
    background-color: #ffffff;
}

.login-main .login-top .layui-nav * {
    color: #555555;
    font-size: 18px;
}

.login-main .login-top .layui-nav a:hover{
    font-size: 20px;
}

.login-main .login-top .layui-nav .layui-this a{
    font-size: 20px;
}

.qrocde-info {
    background-color: #fff;
    padding: 20px;
}

.qrocde-info .qrcode {
    background-position: top center;
    background-repeat: no-repeat;
    background-size: initial;
    width: 164px;
    height: 164px;
    padding: 5px;
    box-sizing: border-box;
    margin: 0 auto;
    background-image: url('/static/images/code_bg.png');
}

.layui-card.product-item:hover {
    transform: translateY(-6px);
    box-shadow: 0 3px 10px rgba(189, 189, 189, 0.5);
}

.layui-card-footer {
    padding: 15px 15px;
    border-top: 1px solid #f7f7f7;
    justify-content: space-between;
    display: flex;
    align-items: center;
}

.layui-card-footer .text {
    font-size: 14px;
    color: #7a7a7a;
    display: flex;
    align-items: center;
}

.layui-card-footer .text .layui-icon{
    margin-right: 5px;
    font-size: 14px;
}

.layui-card-footer .text b{
    color: #555;
    margin: 0px 3px;
}

.home-banner {
    height: 420px;
}

.home-banner .banner-side-list{
    display: grid;
    gap: 20px;
}

.home-banner .banner-side-list .link {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 5px;
    overflow: hidden;
}

.home-banner .banner-side-list .image {
    width: 100%;
    height: 120px;
}

.home-content .layui-row {
    margin-bottom: 50px;
}

.home-title {
    justify-content: space-between;
    -webkit-justify-content: space-between;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    height: 40px;
    margin-bottom: 20px;
}

.home-title .title {
    display: flex;
    align-items: center;
}

.home-title .title-icon {
    max-width: 30px;
}

.home-title .more {
    display: flex;
    align-items: center;
    color: #60656b;
}

.home-title .more:hover {
    color: #16b777;
}

.home-title .more .layui-icon{
    margin-left: 5px;
}

.home-title .title .text {
    margin-left: 6px;
    margin-right: 8px;
    font-family: "YouSheBiaoTiHei";
    font-size: 30px;
    /* letter-spacing: 2px;
    text-shadow: 0 2px 4px rgba(0,0,0,0.1);
    font-weight: 900;
    transform: skew(-8deg); */
    color: #393f47;
}

.text-align-center {
    text-align: center;
}

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

.align-items-end {
    display: flex;
    align-items: end;
}

.space-between {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.live-time {
    display: flex;
    align-items: center;
    color: #999;
}

.live-time .layui-icon{
    margin-right: 5px;
}

.live-content {
    display: flex;
}

.live-content img {
    width: 100px;;
    height: 65px;
    border-radius: 5px;
    margin-right: 10px;
}

.live-title {
    font-size: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.product-title {
    font-size: 16px;
    line-height: 26px;
}

.product-tag {
    margin-top: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.product-price {
    color: #ff5722;
    font-size: 20px;
}

.product-price .symbol {
    font-size: 12px;
}

.course-cover img{
    width: 100%;
    height: 150px;
    border-radius: 5px;
    margin-bottom: 15px;
}

.goods-cover img{
    width: 100%;
    height: 100%;
    border-radius: 5px;
    margin-bottom: 15px;
}

.article-cover img{
    width: 100px;
    height: 65px;
    border-radius: 5px;
    margin-right: 10px;
}

.article-li a:hover {
    color: #16b777;
}

.article-content{
    display: flex;
    align-items: center;
}

.article-content .tool{
    color:#999;
    margin-top: 10px;
    display: flex;
    align-items: center;
}

.article-tool .layui-icon{
    font-size: 14px;
}

.article-content .detail{
    width: 100%;
}

.article-tool{
    color:#999;
    margin-top: 10px;
    display: flex;
    align-items: center;
}

.article-tool .time{
    flex: 1;
}

.article-detail {
    padding: 30px;
}

.article-detail .title {
    font-size: 28px;
    color: #393f47;
}

.article-detail .text-content {
    margin-top: 30px;
    font-size: 14px;
    opacity: 1;
    word-break: initial;
}

.text-content img{
    width: 100%;
}

.layui-carousel img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.goods-category-select .category-list .layui-btn:hover {
    color: #16b777 !important; 
    font-weight: bold;
}

.goods-category-select .category-list .layui-btn {
    border-color: #ffffff;
    margin-bottom: 15px;
    margin-left: 0px;
    margin-right: 10px;
    border-radius: 30px;
}

.goods-category-select .category-list .second-category-list {
    border-top: 1px solid #f5f5f5;
    padding-top: 15px;
}

.goods-category-select .layui-btn.layui-this{
    background: rgba(0, 179, 138, 0.05);
    border-color: #16b777 !important; 
    color: #16b777 !important; 
    font-weight: bold;
    border-radius: 30px;
}

.detail {
    margin-left: 10px;
}

.text {
    color:#999;
}

.search-box{
    height: 50px;
    box-shadow: 0px 5px 15px rgba(0, 179, 138, 0.1);
    border-radius: 4px;
    float: none;
    margin: 0 auto;
    margin-bottom: 60px;
    margin-top: 40px;
}

.search-box .layui-input {
    height: 50px;
    border: 2px solid #16b777;
    border-radius: 4px 0 0 4px;
    padding: 15px 20px 14px;
    box-sizing: border-box;
}

.search-box .layui-btn {
    height: 50px;
    line-height: 50px;
    padding: 0 40px;
    font-size: 16px;
    border-radius: 0px 4px 4px 0px;
}

.item-title-label {
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    color: #16b777;
    background: rgba(0, 179, 138, 0.1);
    border-radius: 4px;
    padding: 2px 12px;
    margin-right: 4px;
}

.item-title-label-gray {
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    color: #666;
    background: #eee;
    border-radius: 4px;
    padding: 2px 12px;
    margin-right: 4px;
}

.search-count {
    margin: 0px 5px;
    font-weight: bold;
}

.user-menu {
    margin: 0;
}

.user-menu li {
    line-height: 39px;
}

.user-menu .layui-menu-item-checked:after {
    position: absolute;
    right: -1px;
    top: 0;
    bottom: 0;
    border-right: 3px solid #f8f8f8;
    content: "";
}

.user-menu li i{
    margin-right: 10px;
}

.user-menu .layui-menu-body-title a {
    display: flex;
    align-items: center;
}

.user-menu .layui-menu-body-title a:hover {
    color: #16b777;
}

.user-avatar{
    display: block;
    width: 110px;
    height: 110px;
    padding: 5px;
    margin: 75px auto 40px;
}

.user-avatar img{
    width: 110px;
    height: 110px;
} 

.user-avatar .handle {
    width: 112px;
    height: 112px;
    z-index: 100;
    margin-bottom: -112px;
    border-radius: 50%;
}

.user-avatar .handle i{
    line-height: 112px;
    font-size: 50px;
}

.user-avatar:hover {
    transform: scale(1.05);
}

.avatar-wrapper {
    position: relative;
    width: 130px;
    height: 130px;
    border: none;
}

.avatar-wrapper::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background-image: url('/static/images/user/m-level.png');
    background-size: cover;
    background-position: center;
    transition: transform 0.3s ease;
    pointer-events: none;
}

.avatar-wrapper img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.field {
    display: flex;
    align-items: center;
    font-size: 14px;
}

.field-label {
    width: 110px;
    padding: 25px 12px 25px 0;
    flex-shrink: 0;
    box-sizing: border-box;
    font-size: 14px;
    color: #999;
    text-align: right;
}

.field-content {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #eeeeee;
    justify-content: space-between;
    width: 100%;
}

.field-tilte {
    padding: 25px 0;
    font-size: 14px;
    color: #393f47;
}

.field .layui-btn {
    margin-right: 20px;
}

.user-main h2 {
    text-align: center;
    margin-bottom: 15px;
}

.zent-block-header-ribbon {
    background-color: var(--theme-stroke-8, #fafafa);
}

.zent-block-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    align-content: center;
    margin-bottom: 15px;
    padding: 0px 12px;
    min-height: 40px;
    box-sizing: border-box;
}

.zent-block-header__title {
    display: flex;
    align-items: center;
}

.zent-block-header__title h5 {
    font-size: 14px;
    line-height: 20px;
    color: #323233;
    color: var(--theme-stroke-1, #323233);
    font-weight: 500;
}

.zent-block-header__title-ribbon:before {
    background-color: var(--theme-primary-4, #16b777);
    content: "";
    width: 4px;
    height: 18px;
    margin-right: 8px;
}

.validateImg {
    position:absolute;
    right:0px;
    cursor:pointer;
    height:46px;
    border:1px solid #fafafa;
    width: 160px;
    border-radius: 5px;
}

.vercode {
    display: inline-block;
    position: absolute;
    right: 1px;
    margin-top: -46px;
    height: 45px;
    line-height: 45px;
    border-color: #fff;
}

.word-input {
    position: absolute;
    right: 18px;
    bottom: 5px;
    color: #aaa;
    font-size: 12px;
}

.address-list .address-info h3{
    margin-bottom: 10px;
    font-weight: 500;
}

.address-list .address-info span{
    margin-right: 15px;
}

.coupon-card {
    display: flex;
    align-items: center;
    width: 100%;
    height: 90px;
    border-radius: 5px;
    -webkit-mask-image: radial-gradient(circle at 131px 4px, transparent 4px, red 4.5px), radial-gradient(closest-side circle at 50%, red 99%, transparent 100%);
    -webkit-mask-size: 100%, 2px 4px;
    -webkit-mask-repeat: repeat, repeat-y;
    -webkit-mask-position: 0 -4px, 130px;
    -webkit-mask-composite: source-out;
    mask-composite: subtract;
    background-color: #f7f7f7;
}

.coupon-card .card-left {
    text-align: center;
    color: #999;
    height: 100%;
    width: 131px;
    height: 60px;
    padding: 15px 0px;
}

.coupon-card .card-left .price-number {
    font-size: 36px;
    font-weight: 700;
    line-height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.coupon-card .card-left .price-symbol {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    margin-top: 10px;
    margin-left: 3px;
}

.coupon-card .card-left .coupon-type {
    height: 19px;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
}

.coupon-card .card-right {
    flex: 1;
    height: 60px;
    padding: 15px 20px 15px;
    color: #999;
}

.coupon-card .card-right .coupon-title {
    width: 100%;
    height: 21px;
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    color: #60656b;
    margin-bottom: 5px;
}

.coupon-card .card-right .card-time {
    font-size: 12px;
    line-height: 16px;
    font-weight: normal;
}

.coupon-card .card-right img {
    position: absolute;
    right: 15px;
    bottom: 15px;
}

.item {
    display: flex;
}

.goods-spec-item hr:last-child {
    display: none;
}
  
.user-goods-img {
    width: 80px;
    height: 80px;
    border-radius: 5px;
}

.user-course-img {
    width: 130px;
    height: 80px;
    border-radius: 5px;
}

.order-goods-img {
    width: 60px;
    height: 60px;
    border-radius: 5px;
}

.order-detail .space-between {
    margin-top: 8px;
}

.order-detail .item-info-left {
    width: 90px;
    color: #7a7a7a;
}

.order-detail .item-info-right {
    text-align: right;
    flex: 1;
    color: #7a7a7a;
}

.product-gallery {
    position: relative;
}

.main-image {
    width: 100%;
    border: 1px solid #eee;
    margin-bottom: 10px;
    border-radius:5px;
}

.thumbnails {
    display: flex;
    gap: 10px;
}

.thumbnail {
    width: 60px;
    height: 60px;
    border: 1px solid #eee;
    cursor: pointer;
    opacity: 0.7;
    transition: opacity 0.3s;
    border-radius: 5px;
}

.thumbnail.active, .thumbnail:hover {
    opacity: 1;
    border-color: #16b777;
}

.product-info h1 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
}

.product-info .price {
    margin-top: 5px;
}

.product-spec {
    margin: 10px 0;
}

.current-price {
    color: #ff5722;
    font-size: 28px;
    font-weight: bold;
}

.original-price {
    font-size: 14px;
    color: #999;
    text-decoration: line-through;
    margin-left: 10px;
}

.free-price {
    font-size: 24px;
}

.spec-item {
    margin-bottom: 15px;
}

.spec-item .title {
    margin-bottom: 8px;
    font-weight: bold;
}

.spec-options {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.spec-option {
    padding: 5px 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
    cursor: pointer;
}

.spec-option.active {
    border-color: #16b777;
    color: #16b777;
    background-color: #fafffd;
}

.quantity-selector {
    display: flex;
    align-items: center;
    margin: 20px 0;
}

.quantity-btn {
    width: 38px;
    height: 38px;
    border: 1px solid #ddd;
    text-align: center;
    line-height: 36px;
    cursor: pointer;
    border-radius: 5px;
}

.quantity-input {
    width: 60px;
    height: 38px;
    border: 1px solid #ddd;
    text-align: center;
    margin: 0 5px;
    border-radius: 5px;
}

.action-buttons {
    display: flex;
    gap: 10px;
    margin-top: 25px;
}

.layui-icon-star-fill.favorite-active {
    color: #FF5722;
}

.course-catalog .catalog-item {
    margin-bottom: 10px;
    padding: 10px 15px;
}

.course-catalog .outer-circle {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #eeeeee;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}

.course-catalog .inner-circle {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #f7f7f7;
    display: flex;
    align-items: center;
    justify-content: center;
}

.course-catalog .time {
    margin-top: 0px;
}

.justify-content-center{
    display: flex;
    align-items: center;
    justify-content: center;
}
.course-catalog .item-title {
    padding-right: 10px;
    line-height: 24px;
}

.course-catalog .checked {
    background: #f7f7f7;
    color: #16b777;
    border-radius: 5px;
}

.course-catalog .catalog-item:hover{
    background: #fafafa;
    border-radius: 5px;
}

.course-catalog .inner-circle i {
    font-size: 18px;
    color: #16b777;
}

.course-catalog .layui-icon-play {
    font-size: 24px;
    color: #16b777;
}

.course-catalog .layui-icon-lock {
    font-size: 26px;
    color: #c2c2c2;
}

.time {
    color:#999;
    margin-top: 5px;
    letter-spacing: 1px;
    font-size: 13px;
}

.letter-spacing-1 {
    letter-spacing: 1px;
}

.course-content {
    margin-top: 15px;
    height: 550px;
}

.scrollbar {
    overflow-y: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none; 
}

.cover-content-item {
    flex: 1;
}

.cover-content-item:nth-child(2) {
    border-left: 1px solid #ebebeb;
}

.cover-content-item .infor-item {
    height: 84px;
    color: #60656b;
}

.cover-content-item .infor-item:nth-child(n + 2) {
    border-top: 1px dashed rgba(175, 178, 181, 0.5);
}

.practice-header {
    position: fixed;
    left: 0;
    right: 0;
    top: 70px;
    height: 60px;
    line-height: 60px;
    box-shadow: 0 1px 3px rgb(0 0 0 / 5%);
    background-color: #fafafa;
    z-index: 20;
}

.practice-header .practice-header-title {
    margin: 0px 10px 0px 10px;
}

.exam-sub-title {
    color: #fff;
    font-size: 16px;
    position: absolute;
    font-weight: 600;
    width: 70px;
    text-align: center;
}

.rank-list-item:nth-child(1) {
    background: linear-gradient(270deg, rgba(255, 162, 36, 0.2) 0%, rgba(255, 236, 101, 0.2) 100%);
}

.rank-list-item:nth-child(2) {
    background: linear-gradient(270deg, rgba(153, 166, 181, 0.2) 0%, rgba(209, 217, 228, 0.2) 100%);
}

.rank-list-item:nth-child(3) {
    background: linear-gradient(270deg, rgba(227, 121, 33, 0.2) 0%, rgba(255, 193, 142, 0.2) 100%);
}

.rank-list-item .order {
    font-size: 18px;
    font-weight: bold;
    color: #afb2b5;
    width: 44px;
    text-align: center;
}

.question-card {
    margin-bottom: 30px;
    border-radius: 8px;
    transition: all 0.3s ease;
    border-left: 4px solid #16b777;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    box-shadow: none;
}

.gruop-title {
    text-align: center;
    margin-bottom: 35px;
}

.gruop-title .text:before, .gruop-title .text:after {
    background: linear-gradient(90deg, #fff, #ebebeb);
    height: 1px;
    top: 50%;
}

.qustions-item {
    font-size: 1.125rem;
    line-height: 1.75rem;
    color: #393f47;
    margin-bottom: 20px;
}

.qustions-item .lable {
    display: inline-block;
    height: 24px;
    line-height: 24px;
    background: rgba(0, 179, 138, 0.1);
    color: #16b777;
    border-radius: 4px;
    padding: 0 .625rem;
    margin-right: 8px;
    margin-left: 6px;
    font-size: .875rem;
    vertical-align: middle;
}

.qustions-item .order {
    font-size: 18px;
    color: #393f47;
}

.qustions-item .text {
    font-size: 18px;
    line-height: 29px;
    color: #121314;
}

.qustions-item .text img {
    max-width: 100%;
}

.question-options .options {
    display: flex;
    padding: 16px 10px;
    border-radius: 5px;
    align-items: center;
}

.question-options .options .lable {
    width: 32px;
    height: 32px;
    color: #60656b;
    border: 1px solid #ebebeb;
    background-color: #fff;
    font-size: 1.125rem;
    border-radius: 16px;
    margin-right: 20px;
    box-sizing: border-box;
    text-align: center;
    line-height: 32px;
}

.question-options .options-multiple .lable {
    border-radius: 5px;
}

.question-options .options.options-select .content {
    color: #16b777;
}

.question-options .options .content {
    font-size: 1rem;
    line-height: 24px;
    color: #393f47;
    flex: 1;
}

.question-options .layui-form-checkbox>.lay-skin-checkcard,
.question-options .layui-form-radio>.lay-skin-checkcard {
    border:none;
    padding: 0px;
}

.question-options .layui-form-checkbox:hover>.lay-skin-checkcard,
.question-options .layui-form-radio:hover>.lay-skin-checkcard {
    background-color: #f7f7f7;
}

.question-options .layui-form-checked>.lay-skin-checkcard .lable,
.question-options .layui-form-radioed[lay-skin="none"]>.lay-skin-checkcard .lable {
    background-color: #16b777;
    color: #fff;
}

.question-options .layui-form-checked>.lay-skin-checkcard .content,
.question-options .layui-form-radioed[lay-skin="none"]>.lay-skin-checkcard .content {
    color: #16b777;
}

.question-options .layui-row .layui-form-radio,
.question-options .layui-row .layui-form-checkbox {
    width: 100%;
}

.question-options .layui-row .lay-skin-checkcard {
    width: 100%;
}

.chapter-list .outer-circle:hover {
    background: rgba(22, 183, 119, 0.05);
    border: 1px solid #16b777;
}

.chapter-list .outer-circle:hover i {
    color: #16b777 !important;
}

.chapter-list .correct-rate {
    width: 200px;
}

.chapter-list .outer-circle {
    width: 24px;
    height: 24px;
}

.chapter-list .chapter-item {
    height: 50px;
    padding: 10px 0px 10px 15px;
    border-bottom: 1px solid #f7f7f7;
}

.chapter-list .chapter-item:last-child {
    border-bottom: none;
}

.practice-footer {
    z-index: 99;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 80px;
    box-shadow: 0 -5px 15px rgba(0, 0, 0, .06);
    background-color: #fff;

}

.practice-footer .layui-btn {
    width: 160px;
}

.practice-footer .operate-list-item {
    position:relative;
    text-align: center;
    width: 100px;
    color: #60656b;
    cursor: pointer;
}

.practice-footer .operate-list-item:before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    left: 0;
    width: 1px;
    height: 20px;
    background: #ebebeb;
}

.practice-footer .operate-list-item:nth-child(1):before {
    display: none;
}

.questions-answer {
    display: flex;
    box-shadow: 0 0 18px rgba(0, 0, 0, .05);
    border: 1px solid #f2f2f2;
    margin-bottom: 40px;
    margin-top: 40px;
}

.questions-answer-item {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1;
    font-size: 16px;
    color: #393f47;
    height: 80px;
}

.questions-answer-item .result {
    font-size: 24px;
    line-height: 16px;
    letter-spacing: 2px;
}

.questions-answer-item+.questions-answer-item:before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    left: 0;
    width: 1px;
    height: 20px;
    background: #ebebeb;
}

.question-analyze {
    margin-top: 40px;
    margin-bottom: 40px;
}

.analyze-btn {
    margin-top: 60px;
}

.note-list-item {
    display: flex;
    padding: 10px 15px;
}

.note-list-item .note-content {
    flex: 1;
    border-bottom: 1px solid #F5F5F5;
}

.note-list-item:nth-last-child(1) .note-content[data-v-cf06ce45] {
    border-bottom: none
}

.answer-card {
    padding: 20px;
    background: white;
    border-radius: 8px;
    position: relative;
}

.answer-card .question-items {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 15px;
}

.answer-card .question-item {
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    border: 1px solid #e6e6e6;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s;
    font-size: 16px;
}

.answer-card .question-item:hover {
    background-color: #f0f0f0;
}

.answer-card .question-item.current {
    background-color: #1E9FFF;
    color: white;
    border-color: #1E9FFF;
}

.answer-card .question-item.answered {
    background-color: #16b777;
    color: white;
    border-color: #16b777;
}

.answer-card .question-item.wrong {
    background-color: #FF5722;
    color: white;
    border-color: #FF5722;
}

.answer-card .answer-card-stats {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
}

.answer-card .status-legend {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.answer-card .status-item {
    display: flex;
    align-items: center;
    gap: 5px;
}

.answer-card .status-color {
    width: 12px;
    height: 12px;
    border-radius: 2px;
}

.answer-card .current-color {
    background-color: #1E9FFF;
}

.answer-card .answered-color {
    background-color: #5FB878;
}

.answer-card .wrong-color {
    background-color: #FF5722;
}

.answer-card .unanswered-color {
    background-color: #f8f8f8;
    border: 1px solid #e6e6e6;
}

.answer-card .card-controls {
    margin-top: 15px;
}

/* 弹窗外部箭头样式 */
.popup-container {
    position: relative;
}

.popup-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    z-index: 19991231; /* 确保箭头在弹窗上方 */
}

.popup-arrow.bottom {
    top: 100%; /* 位于弹窗底部下方 */
    left: 50%;
    transform: translateX(-50%);
    border-width: 12px 10px 0 10px;
    border-color: #fff transparent transparent transparent;
    filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.2));
}

.order-prepare .goods-info {
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 30px 0 30px 0;
}

.order-prepare .order-info {
    padding: 0 30px;
}

.order-prepare .order-info .goods-info {
    border-bottom: 1px solid #f7f7f7;
    padding: 20px 0 20px 0;
}

.symbol {
    font-size: 14px;
}

.order-prepare .hand-order-button {
    margin-top: 40px;
    display: flex;
    justify-content: flex-end;
    color: #60656b;
}

.order-prepare .hand-order-button .total-info {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    margin-right: 30px;
}

.address-list.collapsed .address-item:nth-child(n+4) {
    display: none;
}

.toggle-addresses a {
    color:#60656b;
}

.toggle-addresses a:hover{
    color:#16b777;
}

.order-prepare .address-list .address-edit {
    position: absolute;
    bottom: 0;
    right: 0;
    border: none;
    display: none;
}

.order-prepare .address-list .layui-form-radio:hover>.lay-skin-checkcard .address-edit {
    display:block;
}

.layui-payment-wxcode .code-infor {
    position: relative;
}

.layui-payment-wxcode .code-infor::after {
    content: "";
    position: absolute;
    top: 0;
    right: 340px;
    width: 1px;
    height: 360px;
    background: rgba(245, 245, 245, 0.6);
}

.layui-payment-wxcode .code-infor-content .code-box {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 335px;
    height: 335px;
    margin-top: -10px;
    margin-bottom: -20px;
}

.layui-payment-wxcode .code-infor-content .tips {
    color: #393f47;
    text-align: center;
    margin-top: 2px;
}

.layui-payment-wxcode .code-infor .phone-img {
    position: absolute;
    right: 50px;
}

.layui-payment-wxcode .switch-button {
    cursor: pointer;
    margin-top: 65px;
    margin-bottom: 30px;
    text-align: center;
}