.sort li:nth-child(1) a {
	background: #348845;
	color: #fff;
}

.sort2 a:nth-child(3) {
	background: #348845;
	color: #fff;
}

.page1_b {
	text-align: center;
	font-weight: bold;
	color: #333;
}

.page1_s {
	color: #999;
	line-height: 2;
}

.page1_t {
	line-height: 1;
	color: #333;
	font-weight: bold;
}

.page1_c {
	line-height: 2;
	color: #999;
	padding-left: 20px;
}

.page1_c li {
	position: relative;
	padding-left: 15px;
}

.page1_c li::before {
	position: absolute;
	content: '';
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #348845;
	left: 0;
	top: 14px;
}

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

.page1_e {
	line-height: 1.5;
	color: #333;
	margin-left: 10px;
}

.submit {
	width: 185px;
	display: flex;
	height: 50px;
	border: 1px solid #348845;
	border-radius: 30px;
	align-items: center;
	justify-content: center;
	color: #348845;
	background-color: transparent;
}

.submit:hover{
	background-color: #348845;
	color: #fff;
}

.page1_s ol {
  display: block;
  list-style-type: disc;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 40px;
}

.page1_s li{
  display: list-item;
  text-align: -webkit-match-parent;
  list-style: inherit;
}
.page1_s ul {
  display: block;
  list-style-type: disc;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 40px;
}

.tcliu {
    width: 100%;
    height: 100vh;
    max-height: 960px;
    background-color: rgba(0 0 0 / 30%);
    position: fixed;
    z-index: 100;
    left: 0;
    top: 0;
    visibility: hidden;
    opacity: 0;
}

.tcliu.show{
    visibility: visible;
    opacity: 1;
}

#form {
    width: 90%;
    max-width: 1000px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) !important;
    background-color: #fff;
    padding: 30px;
    border-radius: 10px;
    height: 600px;
    overflow: auto;
}

.tc_close{
    font-size: 28px;
    position: absolute;
    right: 15px;
    top: 15px;
    cursor: pointer;
    color: #333;
}

.tcliu .dis_flex {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.tcliu .layui-form-item {
	width: 100% !important;
	margin-bottom: 0px;
}

.tcliu .dis_flex .layui-form-item {
	width: 31% !important;
}

.tcliu .layui-input-block-title {
	line-height: 1;
	color: #444;
}

.tcliu .layui-form-item input {
	width: 100%;
	line-height: 58px;
	height: 58px;
	padding: 0 15px;
	border: none;
	background: #f5f5f5;
	border-radius: 12px;
	font-size: 24px;
	color: rgba(221 95 64 / 40%);
	text-align: center;
	margin-top: 10px;
}

.tcliu .form-check-inline {
	text-align: center;
	line-height: 1.8;
	color: #666;
}

.tcliu .form-check .layui-form-checkbox {
	width: 20px;
	height: 20px;
	line-height: 20px;
	padding: 0px;
	border: none;
	overflow: hidden;
	background-color: #f0c761;
	border-radius: 2px;
}

.file_name {
    margin-top: 10px;
}

.tcliu .form-check .layui-form-checkbox i {
	width: 16px;
	height: 16px;
	border: none;
	border-radius: 50%;
	left: 2px;
	top: 2px;
}

.tcliu .form-check .layui-icon-ok::before {
	width: 100%;
	height: 100%;
	content: '';
	position: absolute;
	background: transparent;
	left: 0;
	border-radius: 50%;
}

.tcliu .layui-form-checked .layui-icon-ok::before {
	background: #fdfbe9;
}

.tcliu .submit {
	width: 100%;
	line-height: 58px;
	border: none;
	background: #fdfbe9;
	color: #dd5f40;
	position: relative;
	border-radius: 12px;
}

.MessBox_t {
    text-align: center;
    color: #333;
    visibility: visible !important;
    font-weight: bold;
}

.MessBox_t span{
    display: block;
    color: red;
}

.MessBox_s {
    text-align: center;
    color: #333;
    visibility: visible !important;
    font-weight: bold;
}

.MessBox_s p{
        text-align: left;
    margin: 10px 0 20px;
}

.MessBox_s p span{
    color: red;
}


@media only screen and (max-width: 769px) {
	.tcliu .dis_flex .layui-form-item{
	        width: 100% !important;
	}
	.tc_close{
	   right: 11px;
        top: -2px;
	}
	
	.tcliu .layui-form-item input{
	    line-height: 46px;
    height: 46px;
        font-size: 16px;
	}
	
	.sort2 .fnt_18{
        width: fit-content;
    }
    
    #form{
        height: 490px;
    }
}






















































































































