.container_index {
    /* max-width: 500px; */
    margin: 0 auto;
    width: 100%;
    height: 100%;
}


.container_index .tab-header {
    display: flex;
    /* background-color: #f8f9fa; */
    column-gap: 6px;
    width: fit-content;
    box-shadow: 0px 0px 12px 1px rgba(0, 0, 0, 0.1);
}

.container_index .tab-btn {
    /* flex: 1; */
    padding: 17px 0;
    text-align: center;
    font-weight: 600;
    cursor: pointer;
    border: none;
    background: #EEF9FF;
    font-size: 16px;
    width: 176px;
    outline: none;
}

/* .container_index .tab-btn */

.container_index .tab-btn.active {
    background-color: #fff;
}

.container_index .form-content {
    padding: 0 32px;
    padding-top: 16px;
    padding-bottom: 29px;
    background-color: #fff;
    /* box-shadow: 0px 0px 12px 1px rgba(0, 0, 0, 0.1); */
    display: none;
}
.container_index .form-content.active{
    display: block;
}
.container_index .form-content.result{
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0;
    padding-top: 31px;
}
.container_index .form-content.result > div{
    padding-left: 24px;
    padding-right: 24px;
}
.container_index .form-content.result .result_item{
    margin-bottom: 34px;
}
.container_index .form-content.result .price_item{
    background-color: #0065a5;
    padding-top: 28px;
    padding-bottom: 22px;
}
.container_index .form-content.result .price_item > *{
    line-height: 1;
}
.container_index .form-content.result .price_item .p1{
    font-family: Inter, Inter;
    font-weight: bold;
    font-size: 18px;
    color: #FFFFFF;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
.container_index .form-content.result .price_item .p_span{
    font-family: Inter, Inter;
    font-weight: bold;
    font-size: 36px;
    color: #FFFFFF;
    text-align: center;
    line-height: 43px;
    font-style: normal;
    text-transform: none;
    margin-top: 62px;
    margin-bottom: 63px;
    display: block;
}

.container_index .form-content.result .price_item .p2{
    font-family: Arial, Arial;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    text-align: right;
    font-style: normal;
    text-transform: none;
    cursor: pointer;
    width: fit-content;
    margin-left: auto;
}
.container_index .form-content.result .price_item .p2:hover{
    opacity: 0.8;
}




.container_index .form-content.bg2 {
    background-color: #0065A5;
    padding: 0;
    position: relative;
}

/* .container_index .form-content.active {
    display: block;
} */

.container_index .form-group_+.form-group_ {
    margin-top: 17px;
}

.container_index .form-group_ .form-group_labelTit {
    font-family: Inter, Inter;
    font-weight: bold;
    font-size: 16px;
    color: #000000;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-bottom: 10px;
    display: block;
}

/* Layer Account 按钮组 */
.container_index .layer-buttons {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
}


/* 输入框/下拉框样式 */
.container_index .form-control_ {
    width: 100%;
    padding: 0px 0px;
    border-radius: 4px;
    position: relative;
    /* height: 40px; */
    /* background: #EFEFEF; */
    /* border: 1px solid #D5D6D9; */
}



/* .container_index .form-control_::after {
    content: "▾";
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    color: #666;
} */

/* PCB Size & Quantity 行 */
.container_index .size-quantity {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* gap: 15px; */
}

.container_index .size-inputs {
    display: flex;
    gap: 10px;
    flex: 1;
}

.container_index .size-inputs input {
    width: 100%;
    max-width: 70px;
    height: 40px;
    line-height: 38px;
    box-sizing: border-box;
    padding: 0px 2px;
    border: 1px solid #ddd;
    border-radius: 4px;
    text-align: center;
}

.container_index .size-inputs span {
    align-self: center;
    font-size: 16px;
}

.container_index .quantity-control {
    display: flex;
    align-items: center;
}

.container_index .quantity-btn {
    width: 40px;
    height: 40px;
    background: #FFFFFF;
    border-radius: 20px 20px 20px 20px;
    border: 1px solid #D6D7DA;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.container_index .quantity-btn:hover {
    background-color: #f8f9fa;
}

.container_index .quantity-value {
    width: 67px;
    text-align: center;
    font-family: Arial, Arial;
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    font-style: normal;
    text-transform: none;
    border: 0;
}

/* 按钮样式 */
.container_index .submit-btn {
    width: fit-content;
    padding: 0 24px;
    background-color: #FAD317;
    border: none;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;

    font-family: Inter, Inter;
    font-weight: bold;
    font-size: 18px;
    color: #000000;
    height: 58px;
    line-height: 58px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    margin-top: 30px;
}

.quantity-control input[type="number"]::-webkit-outer-spin-button,
.quantity-control input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    /* 取消默认样式 */
    margin: 0;
    /* 清除边距 */
}

/* 单选按钮 样式重制 */
/* 单选按钮容器 */
.radio-group {
    margin: 20px;
}

/* 隐藏原生radio */
.radio-input {
    display: none;
}

/* 自定义radio样式 */
.radio-label {
    background: #FFFFFF;
    border-radius: 4px 4px 4px 4px;
    border: 1px solid #D6D7DA;
    /* 圆角 */
    cursor: pointer;
    font-size: 16px;
    color: #333;
    margin-bottom: 0;
    width: 100%;
    text-align: center;
    height: 39px;
    line-height: 37px;
    box-sizing: border-box;
}

/* 选中状态样式 */
.radio-input:checked+.radio-label {
    border-color: #0065a5;
    color: #0065a5;
}

/* 鼠标悬浮效果 */
.radio-label:hover {
    color: #0065a5;

}




/* 下拉 */

.form-control_ select {
    width: 100%;
    border-radius: 3px;
    border-width: 0px;
    --tw-bg-opacity: 1;
    background-color: rgb(239 239 239 / var(--tw-bg-opacity));
    padding-right: 2.5rem;
    font-weight: 500;
    padding-top: 13px;
    padding-bottom: 13px;
    padding-left: 18px;


    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-color: #D5D6D9;
    border-width: 1px;
    border-radius: 0;
    border-radius: 4px;


    background-image: url(https://omo-oss-image.thefastimg.com/portal-saas/pg2025103118180884333/cms/image/2fffd447-0166-4ded-b876-3d799a0b8128.png_290xaf.png?t=1768377237513);
    background-position: right .5rem center;
    background-repeat: no-repeat;
    background-size: 14px 8px;
    -webkit-print-color-adjust: exact;
    font-size: 16px;
    cursor: pointer;
    /* max-height: 200px;
    overflow-y: auto; */
}

.form-control_ select::-ms-expand {
    display: none
}


label[for="uploadBtn"] {
    width: 100%;
    height: 100%;
    margin-bottom: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction: column;
    padding-bottom: 181px;
}

label[for="uploadBtn"] .title_upload {
    font-family: Inter, Inter;
    font-weight: bold;
    font-size: 36px;
    color: #FFFFFF;
    text-align: center;
    font-style: normal;
    text-transform: none;
    margin-top: 30px;
    margin-bottom: 20px;
    line-height: 1;
}

label[for="uploadBtn"] .txt_upload {
    font-family: Arial, Arial;
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 21px;
    text-align: center;
    font-style: normal;
    text-transform: none;
}

label[for="uploadBtn"] img {
    width: 74px;
    height: 70px;
}

#uploadBtn {
    display: none;
}

.prompt {
    position: absolute;
    bottom: 28px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    column-gap: 9px;
    cursor: pointer;
}

.prompt img {
    width: 18px;
    height: 18px;
}

.prompt span {
    font-family: Arial, Arial;
    font-weight: 400;
    font-size: 14px;
    color: #FAD317;
    text-align: left;
    font-style: normal;
    text-transform: none;
    text-decoration: underline;
}



.upload_success {
    width: 100%;
    height: 100%;
    margin-bottom: 0;
    cursor: pointer;
    display: none;
    align-items: center;
    justify-content: flex-end;
    flex-direction: column;
    padding-bottom: 115px;
}

.upload_success .upload_fileName {
    font-family: Inter, Inter;
    font-weight: bold;
    font-size: 20px;
    color: #FFFFFF;
    text-align: center;
    font-style: normal;
    text-transform: none;
    margin-top: 25px;
    margin-bottom: 24px;
    line-height: 1;
}

.upload_success .upload_prompt {
    font-family: Arial, Arial;
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    text-align: center;
    font-style: normal;
    text-transform: none;

    margin-bottom: 30px;
}

.upload_success img {
    width: 50px;
    height: 50px;
}
/* 计算结果   样式 */
.result_item .result_item_parm{
    display: flex;
    justify-content: space-between;
}
.result_item .result_item_parm + .result_item_parm{
    margin-top: 24px;
}
.result_item_parm span{
    font-family: Arial, Arial;
    font-weight: 400;
    font-size: 16px;
    color: #747474;
    font-style: normal;
    text-transform: none;
    line-height: 1;
}
.result_item_parm span:nth-child(1){
    color: #747474;
}
.result_item_parm span:nth-child(2){
    color: #0065A5;
}




.progress_cont {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.1);
	z-index: 2;
	backdrop-filter: blur(4px); 
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	color: #fff;

	display: none;
}

.progress-circle {
	width: 70px;
	height: 70px;
	border-radius: 50%;
	/* margin: 30px; */
	/* 核心：锥形渐变 进度=60% → 60*3.6=216deg */
	background: conic-gradient(#3498db 0deg, #d2d2d2 0deg);
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

/* 中间白色圆，形成圆环效果 */
.progress-circle::before {
	content: "";
	position: absolute;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background-color: #FFFFFF;
}

/* 百分比文字 */
.progress_cont p{
	font-size: 18px;
	margin-top: 10px;
	line-height: 1;
	color: #fff; /* 百分比用纯白，作为次要焦点 */
	font-weight: 500;
}
.progress-text {
	position: relative;
	z-index: 1;
	font-size: 16px;
	color: #333;
	/* font-weight: bold; */
	/* color: #fff; */
}
.fileBtn{
	margin-bottom: 0;
}
.fileBtn img{
	width: 74px;
	height: 70px;
}
.file_container{
	display: none !important;
}
.e_uploadFile-13{
	height:100%;
}
.uploadSuccess_btn{
	display: flex;
	column-gap: 20px;
}
.qrBtn,
.uploadSuccess_btn .uploadSuccess_{
	
	min-width: 140px;
	padding-left: 13px;
	padding-right: 12px;
	font-weight: 600;
	line-height: 1;
	font-size: 18px;
	text-align: center;
	font-style: normal;
	text-transform: none;
	border:1px solid #FAD317;
	padding-top: 13px;
	padding-bottom: 12px;
	border-radius: 4px 4px 4px 4px;
}
.qrBtn,
.uploadSuccess_btn .view_jp{
color: #333333;
background-color: #FAD317;
}
.uploadSuccess_btn .Continue_upload{
	color:#FAD317 ;
}