
a {
    text-decoration: none;
}

.myTr1 div a{
    color: #333;
}

#mod{
    color: #007AFF;
}
.main {
    margin: 0 auto;
    width: 1400px;
}
.top{background: #F9F9F9;display: flex;align-items: start;margin-top: 20px !important;}
.box1 {
    width: 50%;
    text-align: center;
	    padding-top: 40px;
}

.box1 .des{
font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
font-weight: 400;
font-size: 16px;
color: #999999;
line-height: 18px;
text-align: center;
font-style: normal;
text-transform: none;
}
.ym{
	font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
font-weight: bold;
font-size: 24px;
color: #333333;
line-height: 26px;
text-align: center;
font-style: normal;
text-transform: none;
}
.btns {
    margin-top: 40px;
}
.btn{
    background: #007AFF;
    font-size: 15px;
    color: #fff;
    padding: 10px 15px;
    border-radius: 5px;
    margin-right: 10px;
}

.box2{
	position:relative;
	    width: 50%;
	    display: flex;
    flex-wrap: wrap;
	padding-left: 20px;
    box-sizing: border-box;
	}
.box2::before {
    content: "";
    position: absolute;
    width: 1px;
    background: #d4d4d4;
    height: 80%;
    z-index: 1;
    top: 50%;
    left: -80px;
	transform:translateY(-50%);
	
}
.box2 span{
	    width: 100%;
		display: flex;
    margin-top: 30px;
		}
.box2 span b{
	        display: inline-block;
    width: 80px;
	color: #666666;
	    height: 35px;
    line-height: 35px;
		}
.box2 span input{
    width: 536px;
    height: 35px;
	border: 1px solid #ccc;
    line-height: 35px;
    font-size: 16px;
    padding: 0 10px;
    box-sizing: border-box;
}

.box2 span textarea{
    width: 536px;
    height: 80px;
    border: 1px solid #ccc;
    margin-bottom: 15px;
    border-radius: 3px;
    padding: 10px;
    font-size: 16px;
    box-sizing: border-box;
	}

.cgbtn{
	    width: 536px;
	    margin-top: 0;
    margin-left: 80px;
    text-align: center;
	    box-sizing: border-box;
    border-radius: 0;
	}
.foot{display: flex;align-items: start;margin-top: 30px;}
.box3{
	position:relative;
	    width: 56%;
	    display: flex;
    flex-wrap: wrap;
	}
	.box4{
    position: relative;
    width: 42%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    background: #F9F9F9;
    height: 491px;
    margin-left: 2%;
	    align-items: center;
	}
 .mytable1{
            width: 100%;
            margin: 0 auto;
            text-align: left;
			    color: #333;
            
        }
		
		  .myTrtop{
            width: 100%;
            height: 50px;
            line-height: 50px;
			background: #007aff10;
			color: #666;
            margin: 0 auto;
            display: flex;
			    border-bottom: 1px solid rgba(0,0,0,0.1);
        }
		 .myTrtop div{
            height: 100%;
           
        }
        .myTr1{
            width: 100%;
            height: 62px;
            line-height: 62px;
			background: #F9F9F9;
            margin: 0 auto;
            display: flex;
			    border-bottom: 1px solid rgba(0,0,0,0.1);
        }
        .myTr1 div{
            height: 100%;
      
        }
		.myTr1 div:nth-child(1),.myTrtop div:nth-child(1){width: 60%;padding-left: 15px;}
		.myTr1 div:nth-child(2),.myTrtop div:nth-child(2){width: 30%;padding-left: 10px;}
		.myTr1 div:nth-child(3),.myTrtop div:nth-child(3){width: 10%;padding-left: 10px;}
		.myTr1 div:nth-child(4),.myTrtop div:nth-child(4){width: 0%;}
		
		.gengduo{
			    height: 62px;
    line-height: 62px;
    width: 100%;
    text-align: center;
    background: #F9F9F9;
    color: #007AFF;
			}
	.ewm{
		    width: 100%;
    height: 232px;
    margin: 0 auto;
    text-align: center;
		}		
.ewm img{
	width: 232px;
height:232px;
}
.tit {
    font-weight: bold;
    font-size: 24px;
    color: #333333;
    line-height: 28px;
	    margin-top: 30px;
}
.con {
    width: 469px;
    font-weight: 500;
    font-size: 18px;
    color: #666666;
    line-height: 26px;
    text-align: center;
    font-style: normal;
    text-transform: none;
}
.gz {
    display: flex;
    font-weight: 400;
    font-size: 18px;
    color: #7C7C7C;
    line-height: 26px;
    text-align: center;
       margin-bottom: 30px;
}
.gz img{
	width: 24px;
height:24px;
}

.ad_max{margin: 0 auto;text-align: center;}
.ad_max img{width: 100%}
.ad_list{display: flex;
    justify-content: space-between; /* 可根据需要调整间距 */
    width: 100%; /* 可根据需要调整宽度 */
    max-width: 1400px; /* 可根据需要设置最大宽度 */
text-align: center;
}}
.ad_list img {
    width: 30%; /* 每个图片占父容器的30%宽度 */
    height: auto; /* 保持图片比例 */
    object-fit: cover; /* 确保图片覆盖整个容器 */
    margin: 10px; /* 图片之间的间距 */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* 可选：添加阴影效果 */
}

@media only screen and (max-width: 751px){
    .ad_list{        flex-direction: column; /* 垂直方向排列图片 */
        align-items: center; /* 可选：垂直居中 */}
    .ad_list img {
    width: 100%; /* 每个图片占父容器的30%宽度 */
}

.main {
    margin: 0 auto;
    width:98%;
    max-width: 750px;
}
.top{background: #F9F9F9;
display: block;}
.foot{
display: block;}
.box1{
	width: 100%;
}
.box2{
	width: 100%;
	padding:0 10px;
    margin-top: 50px;
	
}

.box3{
	width: 100%;
	    margin-top: 30px;
}
.box4{
	    width: 98%;
    margin: 30px auto 0;
    padding: 0 10px;
    box-sizing: border-box;
}
.box2 span textarea {
    width: 80%;
}

.box2 span input {
    width: 80%;
}
.box2 span b{width: 20%;}
.box2::before {
    content: "";
    position: absolute;
    width: 96%;
    background: #d4d4d4;
    height: 1px;
    z-index: 1;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.cgbtn {
    width: 40%;
    margin: 0 auto 30px;
    border-radius: 5px;
}
.myTr1 div:nth-child(4),.myTrtop div:nth-child(4){display:none}
.myTr1 div:nth-child(3), .myTrtop div:nth-child(3) {
    width: 10%;
    padding-left: 5px;
}
.myTr1 div:nth-child(2), .myTrtop div:nth-child(2) {
    width: 30%;
    padding-left: 5px;
}

.myTr1 div:nth-child(1), .myTrtop div:nth-child(1) {
    width: 60%;
    padding-left: 5px;
}

.myTr1 div,.myTrtop div{
      height: auto;
    line-height: 25px;
    display: flex;
    align-items: center;
    font-size: 12px;
}





}

