@font-face {
	font-family: 'Arial';
	src: url('../font/ARIAL.TTF');
}

.content-location{
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 16px;
	color: #000000;
	display: flex;
	align-items: center;
	margin: 20px 0;
}
.content-location img{
	width: 26px;
}
.content-location a{
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 16px;
	color: #000000;
}
.content-list {
	min-height: 800px;
	display: flex;
	justify-content: space-between;
}
.content-list .content-list-left{
	width: 280px;
	background: #F2F2F2;
}
.content-list  .content-list-left h3{
	width: 100%;
	height: 65px;
	line-height: 65px;
	background: #EB5606;
	font-family: Microsoft YaHei;
	font-weight: bold;
	font-size: 22px;
	color: #FFFFFF;
	text-align: center;
}
.content-list  .content-list-left .list{
	padding: 15px 0;
}
.content-list  .content-list-left .list a{
	display: block;
	width: 91%;
	/* height: 54px; */
	margin:0 auto;
	text-align: center;
	/* line-height: 54px; */
	border-bottom: 1px solid #CECECE;
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 18px;
	color: #0E0E0E;
	padding: 15px 0;
}
.content-list  .content-list-left .list .active{
	background: #EB5606;
	color: #ffffff;
	font-weight: 600;
	border: none;
}

.content-list  .content-list-right{
	width: 892px;
}

.list-title{
	width: 100%;
	height: 36px;
	border-bottom: 1px solid #C8C8C8;
}
.list-title span{
	font-family: Microsoft YaHei;
	font-weight: bold;
	font-size: 18px;
	color: #000000;
	border-bottom: 3px solid #EB5606;
	padding-bottom: 13px;
	padding:0 10px 14px 10px;
}
.tab-list-case{
	/* overflow: hidden; */
	/*padding: 0 5px 23px 0;*/
}
.tab-list-case .tab-list .info{
	width: 31%;
	margin-right:3.5%;
}
.tab-list-case .tab-list .info:nth-child(3n){
	margin-right: 0px;
}
.tab-list-case .tab-list .info:nth-child(4n){
	margin-right: 3.5%;
}





.hint{
	width: 100%;
	padding: 10px 0;
	background: #F8FFF0;
	border: 1px solid #FCD5C1;
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 16px;
	color: #000000;
	margin-bottom: 20px;
}
.hint span{
	color: #EB5606;
}
.hint img{
	width: 18px;
	margin:0 10px;
}

table {
	border: 0;
	border-spacing: 0;
	font-size: 0.857em;
	margin: 10px 0;
	width: 100%;
}
table.mytable tr th {
	border-bottom-style: none;
	height: 51px;
	line-height: 51px;
	background: #EB5606;
	font-size: 14px;
	color: #ffffff;
	text-align: left;
	text-indent: 2em;
}
table.mytable tr td:nth-child(1){
	width: 40%;
}
table.mytable tr th:nth-child(2),table.mytable tr th:nth-child(3){
	text-align: center;
}
table.mytable tr td{
	/*height: 42px;*/
	line-height: 30px;
	background: #F9F9F9;
	text-indent: 2em;
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 14px;
	color: #696666;
	vertical-align: middle;
	padding: 8px 0;
}

table.mytable tr td:nth-child(2),table.mytable tr td:nth-child(3){
	text-align: center;
}
table.mytable tr:nth-child(even) td{
	background: #EFEFEF;
}
table.mytable tr td:nth-child(3){
	color: #EB5606;
}
table.mytable tr td:nth-child(3) a{
	color: #EB5606;
}
.table-bnt{
	margin-top: 20px;
}
.table-bnt span{
	display: inline-block;
	/*padding: 0 10px;*/
	min-width: 155px;
	text-align: center;
	height: 34px;
	line-height: 34px;
	background: #EB5606;
	border-radius: 3px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 14px;
	color: #FFFFFF;
	cursor: pointer;
	margin:0 5px;
}
.table-bnt span:hover{
	opacity: 0.8;
	transition: all 0.2s;
}
.table-case{
	min-height:800px;
}


.com-pop{
	width: 446px;
	/*height: 201px;*/
	background: #FFFFFF;
	border-radius: 8px;
	position:fixed;
	left: 50%;
	top:50%;
	transform: translate(-50%,-50%);
	z-index: 9999;
	display: none;
}
.com-pop .box{
	padding:30px 30px;
	position: relative;
}
.com-pop .box i{
	width: 40px;
	height: 40px;
	position: absolute;
	right: 2px;
	top: 3px;
	background: url(../images/sc.png) no-repeat center;
	background-size: 31px;
	cursor: pointer;
}
.com-pop .box .number{
	display: block;
}
.com-pop .box .number span{
	display: block;
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 16px;
	color: #000000;
	margin:5px  0 10px 0;
}
.com-pop .box .number input{
	width: 120px;
	height: 31px;
	background: #FFFFFF;
	border: 1px solid #DCDCDC;
	text-indent: 2em;
}
.com-pop .box  .bnt{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 23px;
}
.com-pop .box  .bnt span{
	display: inline-block;
	padding: 5px 15px;
	background: #EB5606;
	font-size: 14px;
	color: #FFFFFF;
	cursor: pointer;
	margin:0 5px;
	border-radius: 5px;
}

.pop-up{
	width: 1061px;
	/*height: 807px;*/
	background: #FFFFFF;
	border-radius: 8px;
	position:fixed;
	left: 50%;
	top:50%;
	transform: translate(-50%,-50%);
	z-index: 9999;
	display: none;
}

.pop-up .box h1{
	font-family: Microsoft YaHei;
	font-weight: bold;
	font-size: 18px;
	color: #030303;
	margin-top: 10px;

}
.pop-up .box h3{
	font-family: Microsoft YaHei;
	font-weight: bold;
	font-size: 24px;
	color: #EB5606;
	opacity: 0.9;
	margin-bottom: 10px;
}
.pop-up .box .title{
	font-size: 18px;
	color: #030303;
	margin-top: 10px;
	display: block;
}
.pop-up .box div {
	display: flex;
	align-items: center;
	margin-top: 20px;
}
.pop-up .box div input{
	width: 98px;
	height: 30px;
	background: #ffffff;
	border: 1px solid #CBCACA;
	text-indent:2em;

}
.pop-up .box div span{
	width: 118px;
	height: 30px;
	line-height: 30px;
	background: #EB5606;
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 14px;
	color: #FFFFFF;
	text-align: center;
	display: block;
	margin-left: 20px;
}
.pop-up .box i{
	width: 40px;
	height: 40px;
	position: absolute;
	right: 2px;
	top: 3px;
	background: url(../images/sc.png) no-repeat center;
	background-size: 31px;
	cursor: pointer;
}

.container{
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 16px;
	color: #000000;
	line-height: 36px;
	text-align: justify;
	margin-top: 15px;
}
.contact-us-case {
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
	margin-bottom: 40px;
}
.contact-us-case .contact-us-left h3{
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 26px;
	color: #EB5606;
	height: 30px;
	line-height: 30px;

}
.contact-us-case .contact-us-left .contact-list{
	margin-top: 40px;
}
.contact-us-case .contact-us-left .one-contact{
	margin-top: 10px;
}

.contact-us-case .contact-us-left .contact-list span{
	display: flex;
	align-items: center;
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 16px;
	color: #393737;
	line-height: 30px;
}
.contact-us-case .contact-us-left .contact-list span img{
	margin-right:10px;
	width: 18px;

}
.contact-us-case .contact-us-left .contact-list span:nth-child(1) img{
	width: 15px;
}
.contact-us-case .contact-us-left .contact-list  h1{
	font-family: Microsoft YaHei;
	font-weight: 800;
	font-size: 16px;
	color: #EB5606;
}
.contact-us-case .contact-us-left .contact-list  p{
	font-family: Microsoft YaHei;
	font-size: 16px;
	color: #EB5606;
	margin-top: 5px;
}
.contact-us-case .contact-us-left .contact-list .location {
	display: flex;
	align-items: center;
	margin-top: 5px;
}
.contact-us-case .contact-us-left .contact-list .location img{
	width: 16px;
	margin-right: 5px;
}

.contact-us-case .contact-us-right{
	width: 715px;
	height: 475px;
}
.image-list{
	width: 100%;
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
	gap: 30px;
	padding: 30px 0;
	min-height: 550px;
}
.image-list .cover{
	position: relative;
	width: 211px;
	height: 300px;
	display: inline-block;
	/*cursor: pointer;*/
	/*margin-right: 30px;*/
	/*margin-bottom: 30px;*/
	width: 100%;
	object-fit: cover;
	overflow: hidden;
}
.image-list .cover:nth-child(5n){
	margin-right: 0px;
}
.image-list .cover img{
	/*  position: absolute;
      margin: auto;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      width: 100%;*/
	height: 300px;
	object-fit: cover;
	width: 100%;
}

/*main CSS*/
#pictureViewer{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,.3);
	z-index: 10000;
}
#pictureViewer > .content{
	background-color: rgba(0,0,0,0.2);
	position: absolute;
	/* width: 590px;
     height: 420px;*/
	margin: auto;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
#pictureViewer .menu-bar{
	width: 100%;
}
#pictureViewer .menu-bar .handel{
	width: 40px;
	height: 40px;
	float: right;
	background-repeat: no-repeat;
	background-position: 50%;
	cursor: pointer;
}
#pictureViewer .menu-bar .handel:hover{


	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

#pictureViewer .menu-bar .handel.close-view{
	background-image: url(../images/sc.png);

}

#pictureViewer .handel-prev,
#pictureViewer .handel-next{
	display: inline-block;
	width: 50px;
	height: 70px;
	position: relative;
	top: calc(50% - 80px);
	background-repeat: no-repeat;
	background-size: 25px;
	background-position: 50%;
	cursor: pointer;

	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
#pictureViewer .handel-prev{
	background-image: url(../images/left1.png);
}
#pictureViewer .handel-next{
	background-image: url(../images/right1.png);
}


#pictureViewer .picture-content{
	display: inline-block;
	width: 80%;
	height: calc(100% - 80px);
	position: absolute;
	margin: 0 auto;
	left: 0;
	right: 0;
}
#pictureViewer .picture-content .cover{
	position: absolute;
	margin: auto;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
#pictureViewer .counter{
	position: absolute;
	bottom: 0;
	height: 40px;
	line-height: 40px;
	width: 100%;
	text-align: center;
	color: #808080;
	font-size: 13px;
}
#pictureViewer .hide{
	display: none;
}
#pictureViewer .left{
	float: left;
}
#pictureViewer .right{
	float: right;
}
#pictureViewer .clear-flex{
	clear: both;
}
#pictureViewer img{
	max-width: 100%;
	max-height: 100%;
}
.downloads{
	min-height: 600px;
	margin-top: 15px;
}
.downloads a{
	display: block;
	align-items: center;
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 16px;
	color: #484848;
	height: 38px;
	line-height: 38px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.downloads a img{
	margin-right:5px;
}
.downloads a:hover{
	color: #FE8646;
	transition: all 0.2s;
}
.wrapper-box{
	margin:20px 0;
}
.wrapper-box .fl.form-wrapper {
    height: 1370px;
}
.form-wrapper{
	height: 656px;
    border: 1px solid #eeeeee;
}
.form-wrapper .fieldset-wrapper{
	width: 90%;
	margin:20px auto;
}
.form-wrapper .fieldset-legend{
	height: 50px;
	line-height: 50px;
	width: 100%;
	background-color: #EB5606;
	display: block;
	color: #ffffff;
	text-indent: 20px;
	display: flex;
	align-items: center;
}
.form-wrapper .img-legend img{
	margin: 0 8px;
}
.form-wrapper .img-legend{
	/*text-indent: 0px;*/
	cursor: default;
}
.form-wrapper .fieldset-wrapper .form-item {
	margin-bottom: 15px;
}
.form-wrapper .fieldset-wrapper .form-item .item{
	display: flex;
	align-items: center;
	margin-top: 15px;
}
.form-wrapper .fieldset-wrapper .form-item .item .form-radio{
	margin-top:0;
}

.form-wrapper .fieldset-wrapper .form-item label{
	font-size: 16px;
	font-weight: bold;

}
.form-wrapper .fieldset-wrapper .form-item .item  label{
	font-size: 14px;
	color: #333;
	font-weight: 400;
}
.form-wrapper .fieldset-wrapper .form-item input{
	margin-top: 10px;
	text-indent: 10px;
}
.form-wrapper .fieldset-wrapper .form-item label .form-required{
	color: #EB5606;
}
.form-wrapper .fieldset-wrapper .form-item  .form-text{
	width: 98.7%;
	height: 40px;
	border: 1px solid #c4c4c4;
}
.form-wrapper .fieldset-wrapper .form-item .form-select{
	width: 100%;
	height: 40px;
	border: 1px solid #c4c4c4;
	margin-top: 10px;
	font-size: 15px;
}
.wrapper-box .fl{
	width: 49%;
	float: left;
}
.wrapper-box .fr{
	float: right;
	width: 49%;
}
.form-textarea-wrapper{
	width: 99.5%;
	border: 1px solid #c4c4c4;
}
.form-textarea{
	width: 100%;
	border: none;
	outline: none;
	padding: 0;
	height: 118px;
}
.form-wrapper .fieldset-wrapper .form-item  .code{
	display: flex;
	align-items: center;
	margin-top: 10px;
}
.form-wrapper .fieldset-wrapper .form-item  .code .form-code{
	width: 80%;
	height: 40px;
	border: 1px solid #c4c4c4;
	margin-top: 0;
}
.form-wrapper .fieldset-wrapper .form-item  .code img{
	width: 20%;
	height: 40px;
}
.form-checkboxes{
	margin:13px 0;
}

.fieldset-wrapper {
	overflow: hidden;
	transition: height 1s ease;
}
.Lottery-case{
	width: 633px;
	height: 80vh;
	max-height: 905px;
	background: url(../images/choujiang.jpg) no-repeat center;
	position:fixed;
	left: 50%;
	top:50%;
	transform: translate(-50%,-50%);
	z-index: 9999;
	text-align: center;
	min-height: 500px;
	/*display: none;*/
}



.Lottery-case .box{
	/* position: relative; */
	width: 96%;
	height: 90%;
	overflow-y: auto;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	overflow-x: hidden;
}
/*滚动条自定义样式*/
.Lottery-case .box::-webkit-scrollbar{box-sizing:border-box;width:9px;height:9px;background:#eee;}
.Lottery-case .box::-webkit-scrollbar-button{width:9px;height:0px;}
.Lottery-case .box::-webkit-scrollbar-track-piece{background-color:rgba(0,0,0,.15);}
.Lottery-case .box::-webkit-scrollbar-thumb{border:1px solid rgba(0,0,0,.21);background-color:#C1C1C1; border-radius:5px;max-height:80px;height:80px;}
.Lottery-case .box::-webkit-scrollbar-corner{background-color:#f1f1f1;}

.Lottery-case .box h1{
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 51px;
	color: #FFE0AD;
	margin-top: 5%;
	/*line-height: 66px;*/
	/* height: 5vh; */
}
.Lottery-case .box .won{
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 26px;
	color: #FFE0AD;
	/*line-height: 41px;*/
	/* height: 3vh; */
}
.Lottery-case .box .img{
	/*position: absolute;
	top:20vh;
	left: 50%;
	transform: translateX(-50%);*/
	background: url(../images/cj1.png) no-repeat center top;
	/* background-size: cover; */
	height: 42%;
	width: 94%;
	margin: 0 auto;
	margin-top: 6%;
	background-size: 93% 100%;
	position: relative;
}

.Lottery-case .box .claim-Now{
	background: url(../images/cj2.png) no-repeat center top;
	height: 27%;
	width: 94%;
	background-size: contain;
	margin: 0 auto;
}
.Lottery-case .box .img .prize-case{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
}
.Lottery-case .box .prize{
	width: 150px;
	max-height: 177px;
}
.Lottery-case .box  .img span{
	display: block;
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 32px;
	color: #FFE0AD;
	width: 40%;
	margin: 0 auto;
	word-break: break-all;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.Lottery-case  i.sc {
	width: 40px;
	height: 40px;
	position: absolute;
	right: -2px;
	top: -6px;
	background: url(../images/sc.png) no-repeat center right;
	background-size: 31px;
	cursor: pointer;
}
.Lottery-case .box .explain{
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 26px;
	color: #FFE0AD;
	/* line-height: 41px; */
	width: 85%;
	margin:0 auto;
	height: 5vh;
}
.Lottery-case .box .explain a{
	color: #ffffff;
}
.tab-list-show{
	width: 95%;
	margin:0 auto;
}
.tab-list-show h3{
	display: block;
	width: 100%;
	font-size: 28px;
	color: #333;
	text-align: center;
	line-height: 40px;
	padding: 20px 0;
	border-bottom: 1px #cccccc solid;
}
.sideMen{
	width: 90%;
	margin:0 auto;
}

.sideMen .second{
	width: 100%;
	border-top: 1px solid #D9D7D7;
	cursor:pointer;
	display: block;
	margin:0 auto;
	overflow:hidden;
	padding: 10px 0;
	position: relative;
}
.sideMen .second span{
	position: relative;
	font-size: 16px;
	color: #000;
	font-weight: 400;
	display: block;
	padding-left: 10px;

}
.sideMen .second a{
	float: left;
	width: 80%;
	line-height: 20px;
}
.sideMen .second a span{
		line-height: 20px;
}
.sideMen .second i{
	float: right;
	margin-right:10px;
	/*margin-top: 7px;*/
	position: absolute;
	right: 0px;
	top: 20%;
	transform: translate(-40%,0);
}
.sideMen  h3 a{
	position: relative;
	font-size: 18px;
	color: #000;
	font-weight: 400;
	float: left;
	font-family: 'Arial';


}
.sideMen  h3 a::before{
	position: absolute;
	top:0px;
	left: 66%;
	width: 7px;
	height:57px;
	content: '';
	display: block;

	/*background: url(../images/e2.png) no-repeat center;*/
}

.sideMen  ul{
	display:none;
	margin-top:8px;
}
.sideMen  ul li{
	display: block;
	margin-bottom:8px;
	font-family: 'Arial';
	/*border-top: 1px solid #D9D7D7;  */
}
.sideMen  ul li a{
	/* font-weight: bold; */
	font-size: 15px;
	position: relative;
	font-size: 14px;
	color:#000000;
	line-height: 35px;
	/* text-indent: 100px; */
	margin-left: 21%;
	padding-left: 6px;
	display: block;
	font-family: 'Arial';
}
.sideMen  ul li a::before{
	position: absolute;
	left: -11px;
	top: 43%;
	width: 5px;
	height: 5px;
	content: '';
	display: block;
	background: #EB5606;;
}


.sideMen .on ul li.active{
	background: #DBDBDB;
}
.sideMen .on ul li:hover{
	background: #DBDBDB;
	transition: all 0.1s;
}
.sideMen .on  .second{
	background:#EB5606;
	color: #ffffff;
	font-family: 'Arial';
	/*font-weight: bold;*/
}
.sideMen .on  .second span{
	color: #ffffff;
}
.sideMen div:hover .second{
	background:#EB5606;
	transition: all 0.1s;
	/*font-weight: bold;*/
}
.sideMen div:hover .second span{
	color: #ffffff;
	transition: all 0.1s;
	font-family: 'Arial';
}
.sideMen div:hover .second  i{
	background: url(../images/jt222.png) no-repeat center right;
		background-size: 14px;
}
.sideMen .active ul{
	display: block;
}
.sideMen .h3-case .second{
	display: flex;
	justify-content: space-between;
}

.sideMen .h3-case .second i{
	background: url("../images/jt333.png") no-repeat right;
	width: 27px;
	height: 20px;
	margin-right: 10px;
	background-size: 14px;
}

.h3-case .second i {
    cursor: pointer;
    display: inline-block;
    transition: transform 0.3s ease; /* 添加过渡效果 */
}

.h3-case.active .second i {
	background: url("../images/jt222.png") no-repeat center right !important;
	width: 22px;
    height: 16px;
	margin-right: 10px;
	background-size: 14px  !important;
    transform: rotate(90deg) ;/* 旋转 90 度 */
    top: 24%;
}

.h3-case.on .second i {
	background: url("../images/jt222.png") no-repeat center right;
	width: 22px;
    height:16px;
	margin-right: 10px;
	background-size: 14px;
	top: 24%;
}

.product-img{
	height: 166px;
	line-height: 166px;
}
@media  only screen and (max-width: 1200px), only screen and (max-device-width: 1200px) {
	.content-list .content-list-left{
		width: 25%;
	}
	.content-list  .content-list-right{
		flex: 1;
		margin-left:20px;
	}
	.contact-us-case .contact-us-left h3{
		font-size: 20px;
	}
	.contact-us-case .contact-us-left .contact-list span{
		font-size: 14px;
	}
	.contact-us-case .contact-us-right{
		width: 60%;
	}
	.contact-us-case .contact-us-left .contact-list{
		margin-top: 5%;
	}
	.contact-us-case .contact-us-left .one-contact{
		margin-top: 10px;
	}

	.Lottery-case{
		width: 50vw;
		height: 60vh;

	}


	.pop-up{
		width: 90%;
	}
	.pop-up .box img{
		height: 400px;
	}
	/*.Lottery-case .box .img{
		height: 65%;
	}*/
	.Lottery-case .box h1{
		font-size: 30px;
	}
	.Lottery-case .box h1{
		font-size: 40px;
	}
	.Lottery-case .box .won,.Lottery-case .box .explain{
		font-size: 24px;
	}
	.Lottery-case .box .img span{
		font-size: 20px;
	}
	.pop-up {
	    height: 77vh;
	}
}


@media  only screen and (max-width:1000px), only screen and (max-device-width: 1000px){
	.Lottery-case .box h1{
		font-size: 30px;
	}
	.Lottery-case .box h1{
		font-size: 30px;
	}
	.Lottery-case .box .won,.Lottery-case .box .explain{
		font-size: 20px;
	}
	.Lottery-case .box .img span{
		font-size: 18px;
	}
	.Lottery-case {
		width: 50vw;
		height: 52vh;
	}
	/*.Lottery-case .box .img{
		height: 70%;
	}*/

}

@media  only screen and (max-width: 980px), only screen and (max-device-width: 980px) {

	.tab-list-case .tab-list .info{
		width: 48%;
		height: auto;
		padding-bottom: 20px;
		margin-right:0%;
		float: left;
	}
	.tab-list-case .tab-list .info:nth-child(2n){
		float: right;
	}
	.tab-list-case .tab-list .info:nth-child(3n){
		margin-right:0%;
	}
	.tab-list-case .tab-list .info:nth-child(4n){
		margin-right:0%;
	}
	.products .tab span{
		margin:0 5px;
		padding: 0 5px;
	}
	.pop-up .box img{
		height: 350px;
	}
	.tab-list-show h3{
		font-size: 25px;
		padding: 10px 0;
	}
	.table-case{
		margin-bottom: 20px;
	}
	.pop-up {
	    height: auto;
	}
}
@media  only screen and (max-width:850px), only screen and (max-device-width: 850px) {
	.content-list .content-list-left h3{
		font-size: 20px;
		height: 60px;
		line-height: 60px;
	}
	.content-list .content-list-left .list a{
		font-size: 15px;
	}
	.content-location {
		margin:12px 0 14px 0;
	}
	.content-location img{
		width: 20px;
	}
	.content-location a{
		font-size: 14px;
	}
	.form-wrapper .fieldset-wrapper .form-item label{
		font-size: 15px;
	}
	.form-wrapper .fieldset-wrapper .form-item .form-text{
		height: 35px;
	}
	.form-wrapper .fieldset-wrapper .form-item .form-select{
		font-size: 14px;
	}
	.Lottery-case{
		width: 49vw;
		height: 42vh;
	}
	.Lottery-case .box .prize{
		width: 15vw;
	}

	.pop-up .box img{
		height: 350px;
	}
	.content-list .content-list-left .list a{
		font-size: 16px;
	}
	.Lottery-case .box .prize {
		margin: 8% 0 3% 0;
	}
	.Lottery-case .box h1{
		font-size: 30px;
	}
	.Lottery-case .box h1{
		font-size: 30px;
	}
	.Lottery-case .box .won,.Lottery-case .box .explain{
		font-size: 20px;
	}
	.Lottery-case .box .img span{
		font-size: 18px;
	}
/*	.Lottery-case .box .img {
		height: 62%;
	}*/
	.table-bnt button{
		margin-bottom: 15px;
	}
	.wrapper-box .fl.form-wrapper{
		height: 1307px;
	}
	.form-wrapper{
		height: 625px;
		border: 1px solid #eeeeee;
	}
}
@media  only screen and (max-width:800px), only screen and (max-device-width: 800px) {
	.contact-us-case{
		display: block;
	}
	.contact-us-case .contact-us-right{
		width: 100%;
		height: 400px;
		margin-top: 20px;
	}
	.contact-us-case .contact-us-left .contact-list{
		margin-top:10px;
	}
	.Lottery-case .box .prize{
		/* margin: 3vh 0 1vh 0; */
	}
	.table-bnt {
	    margin-top: 20px;
	    display: flex;
	    justify-content: space-between;
	    flex-wrap: wrap;
	}


	.table-bnt button {
		width: 48%;
		margin-right: 0px !important;
	    height: 46px !important;
	    line-height: 46px !important;
	    font-size: 16px !important; 
	}

	.table-bnt span{
		width: 48%;
		margin-right: 0px !important;
		height: 46px !important;
	    line-height: 46px !important;
	    font-size: 16px !important; 
	}

}
@media  only screen and (max-width: 750px), only screen and (max-device-width:750px) {
	.Lottery-case .box h1{
		font-size: 20px;
	}
	.Lottery-case .box h1{
		font-size: 30px;
	}
	.Lottery-case .box .won,.Lottery-case .box .explain{
		font-size: 20px;
	}
	.Lottery-case .box .img span{
		font-size: 18px;
	}
}
@media  only screen and (max-width: 700px), only screen and (max-device-width:700px) {

	.tab-list-case .tab-list .info{
		width: 48%;
		height: auto;
		padding-bottom: 8px;
		margin-right:0%;
	}
	.product-img {
	    height: 150px;
	    line-height: 150px;
	}
	.tab-list-case .tab-list .info img{
		object-fit: contain;
	}
	.tab-list-case .tab-list .info:nth-child(2n){
		float: right;
		margin-right:0px;
	}
	.tab-list-case .tab-list .info .more{
		font-size: 12px;
		width: 67px;
		height: 24px;
		line-height: 24px;
	}
	.tab-list-case .tab-list .info .box div input{
		height: 23px;
	}
	.tab-list-case .tab-list .info .box div span{
		height: 25px;
		line-height: 25px;
	}
	.about-us .content p{
		font-size: 14px;
	}
	.content-list{
		display: block;
		min-height: auto
	}
	.content-list .content-list-left{
		width: 100%;
	}
	.content-list .content-list-right{
		width: 100%;
		margin-left:0;
		margin-top: 20px;
	}
	.content-location img{
		width: 20px;
	}
	.content-location a{
		font-size: 14px;
	}
	.content-list .content-list-left h3 {
		font-size: 20px;
		height: 50px;
		line-height: 50px;
	}
	.hint{
		font-size: 14px;
	}
	.hint img{
		width: 15px;
		margin: 0 5px;
	}
	.wrapper-box .fl.form-wrapper{
		height: auto;
	}
	.form-wrapper{
		height: auto;
		border: 1px solid #eeeeee;
	}
	.table-case{
		min-height: auto;
	}
	.wrapper-box .fr,.wrapper-box .fl{
		width: 100%;
	}
	.pop-up .box img{
		height: 300px;
	}

	.Lottery-case{
		width: 60vw;
	}
	.table-bnt button {
	    height: 34px !important;
	    line-height: 34px !important;
	    font-size: 14px !important; 
	}
	.table-bnt span{
		 height: 34px !important;
	    line-height: 34px !important;
	    font-size: 14px !important; 
	}


}
@media  only screen and (max-width:600px), only screen and (max-device-width:600px){
	.tab-list-case .tab-list .info{
		margin-top:15px;
	}
	.list-title span {
		font-size: 16px;
		border-bottom: 3px solid #EB5606;
		padding-bottom: 13px;
		padding: 0 10px 8px 10px;
	}
	.content-list .content-list-left h3{
		font-size: 18px;
	}
	.list-title {
		height: 27px;
		border-bottom: 1px solid #C8C8C8;
	}
	.content-location {
		margin:12px 0 14px 0;
	}


	table.mytable tr th{
		height: 40px;
		line-height: 40px;
	}
	table.mytable tr td {
		    height: 25px;
    line-height: 25px;
		background: #F9F9F9;
		text-indent: 2em;
		font-family: Microsoft YaHei;
		font-weight: 400;
		font-size: 13px;
		color: #696666;
	}
	.content-location a{
		font-size: 12px;
	}
	.hint{
		margin-bottom: 15px;
	}
	.container {
		font-size: 14px;
		line-height: 25px;
	}
	.contact-us-case{
		margin-top: 10px;
	}
	.contact-us-case .contact-us-left .contact-list{
		margin-top: 10px;
	}
	.contact-us-case .contact-us-left .one-contact{
		margin-top: 0px;
	}
	.contact-us-case .contact-us-left h3{
		font-size: 16px;
	}
	.contact-us-case .contact-us-left .contact-list span{
		font-size: 13px;
		line-height: 25px;
	}
	.contact-us-case .contact-us-left .contact-list span img,.contact-us-case .contact-us-left .contact-list .location img{
		width: 12px;
	}
	.contact-us-case .contact-us-left .contact-list span:nth-child(1) img{
		width: 10px;
	}
	.contact-us-case .contact-us-left .contact-list h1,.contact-us-case .contact-us-left .contact-list p{
		font-size: 14px;
	}
	.contact-us-case .contact-us-left .contact-list .location{
		margin-top: 2px;
	}
	.contact-us-case{
		margin-bottom: 20px;
	}
	.contact-us-case .contact-us-right{
		margin-top: 10px;
	}
	.content-location img {
		width: 16px;
	}
	.com-pop{
		width: 90%;
	}
	.hint {
		font-size: 12px;
	}
	.hint img{
		width: 12px;
	}
	.hint span{
		font-size: 12px;
	}
	.wrapper-box {
    	margin:15px 0 0 0;
	}
	
}


@media  only screen and (max-width:600px), only screen and (max-device-width:600px){
	.radio-item{
		height: 138px !important;
	}
	.image-list {
		width: 100%;
		display: block;
		padding: 15px 0 0 0;
		min-height: auto;
	}
	.image-list .cover{
		width: 48%;
		height: 240px;
		/*margin-top: 15px;*/
		margin-bottom: 15px;
		float: left;
	}
	.image-list .cover:nth-child(2n){
		float: right;
	}
	.image-list .cover img{
		width: 100%;
		height: 100%;
	}
	.form-wrapper .fieldset-wrapper .form-item .form-text{
		height: 30px;
		margin-top: 5px;
	}
	.form-wrapper .fieldset-wrapper .form-item .code .form-code,.form-wrapper .fieldset-wrapper .form-item .code img{
		height: 30px;
	}
	.form-bnt span{
		margin-bottom: 15px;
	}
	.form-wrapper .fieldset-legend{
		height:  40px;
		line-height: 40px;
	}
	.downloads a{
		height: 30px;
		line-height: 30px;
		font-size: 14px;
		display: block;
	}
	.downloads{
		margin-top: 10px;
		min-height: 200px;
	}
	.downloads a img{
		width: 10px;
	}
	.pop-up .box img{
		height:200px;
	}
	.pop-up .box h3{
		font-size: 16px;
	}
	.pop-up .box{
		padding: 15px;
	}
	.pop-up .box h1,.pop-up .box .title{
		font-size: 14px;
	}
	.pop-up .box div{
		margin-top: 10px;
	}
	.layui-form-radio {
		margin: 0px 0px 0 0 !important;
		padding-right: 10px !important;
	}
	.layui-form-radio>i{
		font-size: 14px !important;
	}

	.form-wrapper .fieldset-wrapper .form-item .item {
		margin-top: 3px !important;
	}
	.table-bnt {
		/*margin-top: 20px;*/
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.table-case {
	    margin-bottom: 0px;
	}
	.product-table{
		margin-bottom:20px;
	}
	.table-bnt button{
		margin:0px 0px 15px 0px !important;
		min-width:48% !important;
	}
	.Lottery-case{
		width: 76%;
		height: 53vh;
	}
	.Lottery-case .box h1{
		font-size: 15px;
	}
	.Lottery-case .box h1{
		font-size:20px;
	}
	.Lottery-case .box .won,.Lottery-case .box .explain{
		font-size: 15px;
	}
	.Lottery-case .box .img span{
		font-size: 15px;
	}
	.tab-list-show h3{
		font-size: 20px;
		padding: 10px 0;
	}
	.table-bnt button.Submit-request{
		margin-right: 0px;
	}
	.sideMen ul li a{
		font-size: 13px;
		color: #000000;
		line-height: 31px;
	}
	/*.sideMen .second {*/
	/*height: 40px;*/
	/*line-height: 40px;*/
	/*}*/
}

