html,body {
    padding: 0;
    margin: 0;
    min-width: 100%;
    min-height: 100vh;
    background: #f3f5f6;
    height: 100%;
}

.main {
    width: 100%;
    overflow: hidden;
}

.head {
    font-size: 30px;
    font-weight: 900;
    width: 100%;
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.head img{
    margin: 20px 0;
}

.menus {
    width: 100%;
    height: 50px;
    background: #3e63ee;
    display: flex;
    gap: 30px;
    justify-content: center;
    overflow: hidden;
}

.menus-item {
    margin-top: 11px;
    color: white;
    text-decoration: none;
    font-size: 16px;
    height: 28px;
    line-height: 28px;
    padding: 0px 20px;
}

.menus-active {
    background: #77a6ff;
}

.content {
    overflow: hidden;
    width: 1200px;
    margin: 0 auto;
    margin-top: 25px;
    margin-bottom: 50px;
}

.left-menus {
    float: left;
    width: 189px;
    height: 588px;
    background: #6382F5;
    padding-top: 12px;
    overflow: hidden;
    box-sizing: border-box;
}

.right-content {
    float: right;
    width: 990px;
    min-height: 588px;
    background: #FFFFFF;
}

.l-m-item {
    display: block;
    width: 100%;
    line-height: 42px;
    font-weight: 500;
    font-size: 18px;
    color: #FFFFFF;
    text-align: left;
    padding: 0px 15px;
    text-decoration: none;
    margin-top: 9px;
}

.l-m-item-img {
    width: 16px;
    height: 16px;
    margin-right: 12px;
}

.l-m-active {
    background: #77A6FF;
}

.r-c-title {
    border-left: 5px solid #6382F5;
    line-height: 30px;
    font-weight: 500;
    font-size: 24px;
    color: #3E63EE;
    text-align: left;
    margin-top: 24px;
    padding-left: 13px;
    margin-bottom: 6px;
}

.r-c-c-row {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 70px;
    margin-top: 21px;
    /* display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 70px;
    justify-content: center;
    text-align: center; */
}
.r-c-c-r-item{
    width: 40%;
    text-align: center;
}
.r-c-c-rowbtn {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1px;
    margin-top: 21px; 
}
.r-c-c-row1 {
    width: 100%;
    margin-top: 21px;
    padding: 0 49px;
    box-sizing: border-box; 
}

.r-c-c-r-i-labe {
    width: 84px;
    font-weight: 400;
    font-size: 16px;
    color: #6C6C6C;
    line-height: 24px;
    text-align: left;
    display: inline-block;
}

.r-c-c-r-i-input {
    width: 268px;
    line-height: 39px;
    background: #E1E1E2;
    border-radius: 4px;
    font-weight: 400;
    font-size: 16px;
    color: #252525;
    text-align: left;
    outline: none;
    border: none;
    padding: 0 20px;
}

.mt120 {
    margin-top: 120px !important;
}

.r-c-c-select {
    width: 122px;
    line-height: 38px;
    background: #3E63EE;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    text-align: center;
    cursor: pointer;
    margin: 0 auto;
}

.r-c-c-res {
    width: 695px;
    height: 398px;
    border-radius: 4px;
    border: 1px solid #3E63EE;
    margin: 0 auto;
    margin-top: 42px;
    overflow: hidden;
}

.r-c-c-r-title {
    width: 100%;
    line-height: 56px;
    background: #3E63EE;
    border-radius: 4px 4px 0px 0px;
    font-weight: 500;
    font-size: 24px;
    color: #FFFFFF;
    text-align: center;
}

.r-c-c-r-content {
    width: 100%;
    height: 100%;
    background: url(../images/casme.png) no-repeat;
    background-size: 60% auto;
    background-position: center 15%;
    /* 水平30%，垂直70% */
    background-origin: content-box;
    /* 仅基于内容区计算 */
    overflow: hidden;
    padding-top: 13px;
}

.r-c-row {
    padding-left: 50px;
    width: 100%;
    margin: 11px 0px;
}

.r-c-item1 {
    width: 100px;
    font-weight: 400;
    font-size: 16px;
    color: #6C6C6C;
    line-height: 24px;
    text-align: left;
    text-align-last: justify;
    display: inline-block;
}

.r-c-item2 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400 !important
}

.r-tip {
    font-weight: 400;
    font-size: 16px;
    color: #252525;
    line-height: 24px;
    text-align: center;
    margin-top: 34px;
}

.red {
    color: red;
}
.r-tip-left{
    font-weight: 400;
    font-size: 16px;
    color: #252525;
    line-height: 24px;
    text-align: left;
    margin-top: 64px;
    padding-left: 66px;
}

.empty-select{
    margin: 220px auto;
    font-weight: 400;
    font-size: 16px;
    color: #252525;
    line-height: 24px;
    text-align: center;
}

.r-tip-left1{
    font-weight: 400;
    font-size: 16px;
    color: #252525;
    line-height: 24px;
    text-align: left;
    margin-top: 14px;
    padding-left: 66px;
}
.mt40{
    margin-top: 40px;
}
.r-tip-center{
    font-weight: 400;
    font-size: 16px;
    color: #6C6C6C;
    line-height: 24px;
    text-align: center;
    margin-top: 72px;
}
table{
    width: 100%;
    border-collapse: collapse; /* 确保边框合并，这样边框只显示一次 */
    border: 1px solid #BEBEBE; /* 实线边框 */
}
/* 设置表格内部的单元格边框为虚线 */
table td, th {
  border: 1px dashed #BEBEBE; /* 虚线边框 */
}
table input{
    width: 98%;
    border: none;
    outline: unset;
    height: 100%;
    margin: 0 auto;
    font-weight: 400;
    font-size: 16px;
    color: #252525;
    line-height: 24px;
}
.r-c-content{
    width: 100%;
}
table td{
    font-weight: 400;
    font-size: 16px;
    color: #252525;
    line-height: 24px;
    text-align: left;
    height: 44px;
}
table .td-t{
    font-weight: 400;
    font-size: 16px;
    color: #252525;
    line-height: 24px;
    text-align: left;
    height: 44px;
    padding : 0 33px;
}
.table-title{
    font-weight: bold;
    font-size: 16px;
    color: #303030;
    line-height: 24px;
    text-align: left;
    margin:  20px 0;
}
.table-tip{
    font-size: 14px;
    color: #303030;
    line-height: 24px;
    text-align: left;
    font-weight: 400;
}
.text-center{
    text-align: center !important;
}

.hebing{
    line-height: 48px;
}
.hebing span{
    display: inline-block;
    padding-left :33px;
    line-height: 48px;
}
.hebing input{
    width: 66% !important;
    display: inline-block;
}
.word-tip{
    font-weight: 400;
    font-size: 14px;
    color: #303030;
    line-height: 21px;
    text-align: center;
}
.mb80{
    margin-bottom: 80px;
}

.radio-checkbox {
  /* font-family: Arial, sans-serif; */
  display: inline-block;
  margin-left: 40px;
}

.radio-checkbox input[type="radio"] {
  /* 隐藏原生单选框 */
  display: none;
}

.radio-checkbox label {
  display: inline-block;
  padding: 2px 10px 2px 35px;
  margin-right: 10px;
  cursor: pointer;
  position: relative;
  border-radius: 4px;
  /* background-color: #f0f0f0; */
  transition: all 0.3s;
}

.radio-checkbox label:hover {
  /* background-color: #e0e0e0; */
  background-color: none;
}

/* 自定义复选框样式 */
.radio-checkbox label:before {
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  border: 1px solid #999;
  /* border-radius: 50%; */
  /* background-color: white; */
  transition: all 0.3s;
}

/* 选中状态样式 */
.radio-checkbox input[type="radio"]:checked + label {
  /* background-color: #e0f0ff; */
  color: #0066cc;
}

.radio-checkbox input[type="radio"]:checked + label:before {
  border-color: #0066cc;
  background-color: #0066cc;
  box-shadow: inset 0 0 0 3px white;
}
@media only screen and (max-width: 767px) {  .menus { display:none !important;}}

.td-textarea{
    width: 98%;
    height: 100px;
    border: none;
    margin-top: 6px;
    margin-left: 5px;
    outline: none;
    font-size: 14px;
}

.r-c-c-add-row{
    width: 122px;
    line-height: 30px;
    background: #3E63EE;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    text-align: center;
    cursor: pointer;
    margin: 0 auto;
}

.right-content-show {
    /* float: right; */
    width: 990px;
    min-height: 588px;
    background: #FFFFFF;
}