@charset "utf-8";
.yonghuzhognxin {
	padding: 0;
}

.yonghuzhognxin .view_content1_rt {
	width: 100%;
}

.yonghuzhognxin .classics_circle {
	width: 1800px;
	height: 1800px;
	margin-left: -900px;
	top: -1670px;
}

.tcdlaa1 {
	margin-left: 25px;
	color: #999;
}

.order_lists_tt {
	text-align: left;
	font-size: 18px;
	margin-top: 20px;
	text-align: center;
	padding-bottom: 10px;
	padding-top: 10px;
	background: #eee;
}

.order_table_b1 {
	width: 100%;
}

.order_table_b1 td, .order_table_b1 th {
	padding: 10px 0;
	border: 0.5px solid #c4c4c4;
	padding: 10px 5px;
}

.a_success {
	display: inline-block;
	padding: 3px 8px;
	border-radius: 5px;
	background: #2c9611;
	color: #fff;
}

.a_paying {
	display: inline-block;
	padding: 3px 8px;
	border-radius: 5px;
	background: #bc0c0c;
	color: #fff;
}

.a_passing {
	display: inline-block;
	padding: 3px 8px;
	border-radius: 5px;
	background: #4e5b4b;
	color: #fff;
}

.order_listflex {
	display: flex;
	justify-content: space-between;
	margin-top: 50px;
}

.order_listfl1 {
	width: 20%;
	box-shadow: 0 0 12px #c4c4c4;
	border-radius: 10px;
	overflow: hidden;
}

.order_listfr1 {
	width: 75%;
	padding: 30px;
	box-shadow: 0 0 20px #d6d2d2;
	border-radius: 10px;
}

.order_nav li a {display: flex;align-items: center;font-size: 16px;}

.order_nav li a img {
	width: 30px;
	margin-right: 10px;
}

.order_nav li {
	padding: 20px;
	border-bottom: 1px solid #eee;
}

.order_listfr1 .order_lists_tt {
	margin: 0;
}
.order_nav li.active,.order_nav li:hover {
	background: #195bca;
}

.order_nav li.active img, .order_nav li:hover img {
	filter: brightness(1000);
}

.order_nav li.active a, .order_nav li:hover a {
	color: #fff;
}

.order_listfr1_flex1 {
	display: flex;
	margin-bottom: 30px;
	align-items: center;
}

.order_listfr_txt {
	display: flex;
	margin-bottom: 25px;
	align-items: center;
}

.order_listfr_label {
	color: #999;
	font-size: 18px;
	margin-right: 30px;
	width: 130px;
	text-align: left;
	text-align-last: end;
}

.order_listfr_img {
	margin-right: 30px;
	position: relative;
}

.order_listfr_txt1, .order_listfr_txt2 {
	font-size: 18px;
}

.order_listfr_txt1 {
	color: #999;
}

.order_listfr_tel, .order_listfr_xg, .order_listfr_tel, .order_listfr_add {
	font-size: 16px;
	color: #195bca;
	cursor: pointer;
}
.order_text1 {
    width: 325px;
    text-align: left;
}
.order_listfr_imgch {
    color: #195bca;
    font-size: 16px;
    cursor: pointer;
    padding: 10px 0;
}
.order_listfr_img>img {
    width: 150px;
    height: 150px;
    object-fit: contain;
}
.sec1_picfile {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    cursor: pointer;
    opacity: 0;
}
.sorder_container {
            max-width: 400px;
            margin: 0 auto;
            background-color: #fff;
            border-radius: 8px;
            padding: 25px;
            box-shadow: 0 2px 10px rgba(0,0,0,0.1);
        }
        
        .sorder_title {
            font-size: 22px;
            color: #333;
            margin: 0 0 20px 0;
            padding-bottom: 10px;
            border-bottom: 1px solid #eee;
        }
        
        /* 可点击元素样式 */
        .sorder_item {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 15px 0;
            border-bottom: 1px solid #eee;
            cursor: pointer;
        }
        
        .sorder_item:last-child {
            border-bottom: none;
        }
        
        .sorder_item:hover {
            background-color: #f9f9f9;
        }
        
        .sorder_item_label {
            font-size: 16px;
            color: #333;
        }
        
        .sorder_item_value {
            font-size: 14px;
            color: #666;
            margin-right: 10px;
        }
        
        .sorder_arrow {
            width: 14px;
            height: 14px;
            fill: #999;
        }
        
        /* 弹窗遮罩层 */
        .sorder_modal_mask {
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background-color: rgba(0,0,0,0.5);
            display: none;
            justify-content: center;
            align-items: center;
            z-index: 1000;
        }
        
        /* 弹窗容器 */
        .sorder_modal {
            width: 90%;
            max-width: 320px;
            background-color: #fff;
            border-radius: 8px;
            overflow: hidden;
            box-shadow: 0 5px 20px rgba(0,0,0,0.2);
        }
        
        /* 弹窗头部 */
        .sorder_modal_header {
            position: relative;
            padding: 15px 20px;
            border-bottom: 1px solid #eee;
        }
        
        .sorder_modal_title {
            font-size: 18px;
            color: #333;
            text-align: center;
            margin: 0;
        }
        
        .sorder_close_btn {
            position: absolute;
            right: 15px;
            top: 15px;
            width: 20px;
            height: 20px;
            cursor: pointer;
        }
        
        .sorder_close_icon {
            width: 20px;
            height: 20px;
            fill: #999;
        }
        
        .sorder_close_btn:hover .sorder_close_icon {
            fill: #333;
        }
        
        /* 弹窗内容 */
        .sorder_modal_body {
            padding: 20px;
        }
        
        /* 表单样式 */
        .sorder_form_group {
            margin-bottom: 15px;
        }
        
        .sorder_input {
            width: 100%;
            padding: 12px;
            border: 1px solid #ddd;
            border-radius: 4px;
            box-sizing: border-box;
            font-size: 14px;
            flex-shrink: initial;
        }
        
        .sorder_input:focus {
            outline: none;
            border-color: #4a90e2;
        }
        
        .sorder_verify_group {
            display: flex;
            gap: 10px;
        }
        
        .sorder_get_code {
            padding: 0 15px;
            background-color: #f5f5f5;
            color: #333;
            border: 1px solid #ddd;
            border-radius: 4px;
            cursor: pointer;
            font-size: 14px;
            white-space: nowrap;
            flex-shrink: initial;
        }
        
        .sorder_get_code:hover {
            background-color: #eee;
        }
        
        .sorder_btn {
            width: 100%;
            padding: 12px;
            background-color: #4a90e2;
            color: #fff;
            border: none;
            border-radius: 4px;
            font-size: 16px;
            cursor: pointer;
            margin-top: 10px;
        }
        
        .sorder_btn:hover {
            background-color: #3a80d2;
        }
        
        .sorder_safe_text {
            text-align: center;
            font-size: 12px;
            color: #999;
            margin-top: 10px;
        }
        
        /* 错误提示样式 */
        .sorder_error_tip {
            color: #f56c6c;
            font-size: 12px;
            margin-top: 5px;
            display: none;
        }