@charset "utf-8";
body,ul,ol,h1,h2,h3,h4,h5,h6,li,p{
margin:0;
padding:0;
}
body {
margin:0;
width:100%;
font-size:14px;
font-family:"Microsoft YaHei",PingFangSC-Semibold,Arial,sans-serif,Helvetica,STHeiti;
-webkit-box-sizing:border-box;
overflow-x:hidden;
background: url('/cms_files/webzhejiangshenglinyeju/pubtplobject/defaultSet/751764/images/fuc_04.jpg') no-repeat;
background-size: 100%;
background-color: #f4f4f4 ;
background-attachment: fixed;
}
img{border:0px; vertical-align:middle;}
.clearfix:after{
	content:'';
	clear:both;
	display:block;
}
a{text-decoration:none}
li{list-style:none}
.shui12{
	color: #fff;
}
.cheng12{
	font-size: 12px;
	color: #ffa600;
	text-decoration: none;
}
.cheng12:hover{
	color: red;
}
/*移动端样式*/
@media screen and (max-width: 768px) {
	body{
		background: none;
	}
	.container{
		padding: 12px 4% ;
	}
	.currentBar{
		display: none;
	}
	.imgShowBox img{
		width: 100%;
	}
	.imageSelectorBox{
		display: none;
	}
}
/* 电脑端样式 */
@media screen and (min-width: 768px) {
	.container{
		width: 1200px;
		margin: 0 auto;
	}
	.banner{
		float: left;
		width: 336px;
		height: 890px;
		background: url("/cms_files/webzhejiangshenglinyeju/pubtplobject/defaultSet/751764/images/banner1204_02.png") no-repeat;
		background-size: 100% 100%;
	}
	.currentBar{
		padding-left: 30px;
		height: 40px;
		line-height: 40px;
		background-color: #f4f4f4;
		color: #333;
		font-size: 16px;
	}
	.imgContentBox{
		padding: 28px 36px;
	}
	.imgShowBox{
		float: left;
		margin: 30px 0 0 60px;
		padding: 20px;
		width: 430px;
		height: 810px;
		background-color: rgba(255, 255, 255, 0.6);
	}
	.imgShowBox img{
		width: 100%;
		height: 100%;
	}
	.imageSelectorBox{
		float: left;
		margin-left: 96px;
		margin-top: 118px;
		width: 228px;
		height: 720px;
	}
	.dateSelectorBtn{
		height: 52px;
		background-color: #2d77ff;
		color: #fff;
		text-align: center;
		line-height: 52px;
		font-size: 24px;
		border-radius: 8px;
		cursor: pointer;
	}
	.dateSelectorBtn:hover{
		background-color: #1c3df9;
	}
	.dateSelectorBtn img{
		height: 26px;
		margin-right: 6px;
	}
	.imagesChooseBox{
		margin-top: 10px;
		padding: 16px 24px;
		height: 540px;
		background-color: rgba(255, 255, 255, 0.6);
		overflow-y: scroll;
		overflow-x: hidden;
	}
	.imagesItemBox{
		margin-bottom: 4px;
		padding: 8px 12px;
		width: 140px;
		height: 260px;
		border-radius: 8px;
		cursor: pointer;
	}
	.imagesItemBox img{
		height: 100%;
		width: 100%;
	}
	.imagesItemBox:hover,
	.imagesItemBox_sel{
		background-color: #2d77ff;
	}
	.dateSelectorBtn input[type="text"] {
		width:100px;
        border: none; /* 移除输入框的边框 */
        outline: none; /* 移除输入框的轮廓线 */
        background-color: transparent; /* 设置输入框背景透明 */
        font-size: 16px; /* 设置字体大小 */
        color: white; /* 设置字体颜色 */
    }
 
    /* 可选的：为输入框添加焦点样式 */
    .dateSelectorBtn input[type="text"]:focus {
	    border-bottom: 1px solid #007bff; /* 焦点时底部加边框 */
	}
	.dateSelectorBtn input[type="text"]::placeholder {
        color: white; /* 设置 placeholder 文本的颜色 */
        opacity: 1; /* 确保 opacity 不是导致颜色变化的原因 */
    }
}