@charset "utf-8";

/* CSS Document */
ol,
ul,
h1,
h2,
h3,
h4,
h5,
h6,
p,
th,
td,
dl,
dd,
form,
input,
textarea,
select {
	margin: 0;
	padding: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 0%;
	font-weight: normal;
	line-height: 0%
}

img {
	border: 0;
	vertical-align: middle
}

em {
	font-style: normal
}

li {
	list-style: none
}

em,
i {
	font-style: normal
}

textarea,
input {
	background: none;
	border: none;
}

a {
	color: #666;
	text-decoration: none;
}

* {
	padding: 0;
	margin: 0;
	list-style: none;
	text-decoration: none;
	font-weight: normal;
	color: #333;
}

html {
	/* width: 100%;
    height: 100%;*/
	font: 16px/16px 'Microsoft Yahei';
}

body {
	font: 16px/16px 'Microsoft Yahei';
	/*position:relative;*/
}

a,
button,
input,
optgroup,
select,
textarea {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	outline: none;
	/*去掉a、input和button点击时的蓝色外边框和灰色半透明背景*/
	border: 0
}

input[type=”button”],
input[type=”submit”],
input[type=”reset”] {
	-webkit-appearance: none;
	/*去掉苹果默认样式*/
}

select {
	-webkit-appearance: none;
	/*兼容苹果手机*/
	border: none;
	background-color: transparent;
}

input::-webkit-input-placeholder {
	font-size: 0.24rem;
}

input {
	font-size: .3rem;
}

/*body{}*/
.clearfix {
	*zoom: 1
}

.clearfix:after {
	visibility: hidden;
	clear: both;
	display: block;
	content: ".";
	height: 0
}




/*头部*/
.top {
	width: 7.2rem;
	margin: 0 auto;
	height: 0.48rem;
	padding-top: 0.18rem;
}

.top .logo {
	width: 1.52rem;
	height: 0.56rem;
	display: block;
	float: left;
}

.top .logo img {
	width: 1.52rem;
	height: 0.56rem;
}

.btn_wrap {
	width: 3rem;
	text-align: right;
	height: 0.48rem;
	float: right;
}

.btn_wrap a {
	display: inline-block;
	width: 0.99rem;
	height: 0.44rem;
	border: 2px solid #fff;
	border-radius: 0.22rem;
	line-height: 0.44rem;
	color: #fff;
	text-align: center;
	font-size: 0.2rem;
	margin: 0 0.05rem;
}

.btn_wrap a.login_btn:hover {
	display: inline-block;
	width: 0.99rem;
	height: 0.44rem;
	background: #fff;
	border: 2px solid #fff;
	border-radius: 0.22rem;
	line-height: 0.44rem;
	color: #0860b7;
	text-align: center;
	font-size: 0.2rem;
	margin: 0 0.05rem;
}

.btn_wrap a.register_btn {
	background: #ec414d;
	color: #fff;
	border: 2px solid #ec414d;
}

.btn_wrap a.register_btn:hover {
	background: #ca1f2b;
	color: #fff;
	border: 2px solid #ca1f2b;
}




/*头部 END*/





/*查询条件*/
.homePage {
    max-width: 750px;
    /* min-width: 320px; */
    height: 15rem;
    margin: 0 auto;
    /* overflow-y: auto; */
    display: -webkit-box;
    -webkit-box-orient: vertical;
    padding-bottom: 0.3rem;
    background: url(../images/bj.png) no-repeat top center;
    background-size: 100% 100%;
    background-attachment: fixed;
    position: relative;
}

.homePage.active .home_title {
	width: 7rem;
	/* height:55px;*/
}

.home_title {
	width: 7rem;
	height: auto;
	margin: 0 auto;
}

.home_title img {
	width: 100%;
	height: auto;
	margin-bottom: 20px;
}

.home_con {
    height: 7.2rem;
    /* position: absolute; */
    width: 7.2rem;
    transition: all 1s;
    top: 1.8rem;
    margin: 0 auto;
    /* margin-left: -6rem; */
    /* left: 50%; */
    /* min-width: 12rem; */
}

.homePage.active .home_con {
	top: 0.95rem;
}

.user-box {
	width: 6rem;
	margin: 0 auto;
	padding-top: 0.6rem;
	overflow: hidden;
	padding-bottom: 0.3rem;
	/* padding-left: 2rem;*/
}

.user-box .user-item {
	width: 1.5rem;
	height: 0.46rem;
	float: left;
	margin-bottom: 0.15rem;
	background: #fff;
	margin: 0 0.06rem;
	position: relative;
	border-radius: 0.22rem;
	margin-right: -1.6rem;
}

.user-box .user-item.user-item-1 {
	width: 5.8rem;
	border-radius: 0.22rem;
	color: #9a9a9a;
	padding-left: 0.16rem;
}

.user-box .user-item.user-item-1 input {
	width: 5.4rem;
	/*background: none;
  margin-left:200px;*/
	background: #f8fcfd;
	border: 1px solid #eaeaec;
	padding-left: 0.3rem;
	margin: 0 auto;
	display: block;
}

.user-box .user-item input,
select {
	display: block;
	margin: 0 auto !important;
	width: 1.2rem;
	height: 0.44rem;
	line-height: 0.44rem;
	font-size: 0.16rem;
	border-radius: 0.22rem;
	color: #666;
	outline: none;
	border: none;
}

.user-box .user-item .btn-submit {
	clear: both;
	display: block;
	width: 100%;
	height: 100%;
	outline: none;
	background: url(../images/zxa.png) repeat-y top center;
	border: none;
	border-radius: 0.22rem;
	cursor: pointer;
	line-height: 0.44rem;
	font-size: 0.2rem;
	color: #fff;
	font-family: "微软雅黑";
}

.user-box .user-item .btn-submit:hover {
	background: url(../images/zxb.png) repeat-y top center;
	color: #333;
}

.dm {
    width: 6.8rem;
    height: 3.0rem;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.dm span {
	margin-right: 0.25rem;
	font-size: 0.16rem;
	background: #189efc;
	color: #FFF;
	border-radius: 20px;
	padding: 3px 20px;
	/*border:1px #FFFFFF solid;*/
}

.p0 {
	width: 2800px;
	position: absolute;
	top: 5px;
	left: 0px;
	animation: change0 32s infinite linear;
}

.p1 {
	width: 2800px;
	position: absolute;
	top: 38px;
	left: 0px;
	animation: change1 26s infinite linear;
}

.p2 {
	width: 3000px;
	position: absolute;
	top: 70px;
	left: 0px;
	animation: change2 29s infinite linear;
}

.p3 {
	width: 3000px;
	position: absolute;
	top: 105px;
	left: 0px;
	animation: change3 24s infinite linear;
}

.p4 {
	width: 3000px;
	position: absolute;
	top: 140px;
	left: 0px;
	animation: change4 33s infinite linear;
}

.p5 {
	width: 3000px;
	position: absolute;
	top: 176px;
	left: 0px;
	animation: change5 34s infinite linear;
}

.p6 {
	width: 3000px;
	position: absolute;
	top: 210px;
	left: 0px;
	animation: change6 36s infinite linear;
}

.p7 {
	width: 3150px;
	position: absolute;
	top: 245px;
	left: 0px;
	animation: change7 40s infinite linear;
}

@keyframes change0 {
	0% {
		transform: translateX(800px);
	}

	100% {
		transform: translateX(-1700px);
		/*弹幕长度*/
	}
}

@keyframes change1 {
	0% {
		transform: translateX(800px);
	}

	100% {
		transform: translateX(-1680px);
	}
}

@keyframes change2 {
	0% {
		transform: translateX(800px);
	}

	100% {
		transform: translateX(-1640px);
	}
}

@keyframes change3 {
	0% {
		transform: translateX(800px);
	}

	100% {
		transform: translateX(-1350px);
	}
}

@keyframes change4 {
	0% {
		transform: translateX(800px);
	}

	100% {
		transform: translateX(-1990px);
	}
}

@keyframes change5 {
	0% {
		transform: translateX(800px);
	}

	100% {
		transform: translateX(-1700px);
	}
}

@keyframes change6 {
	0% {
		transform: translateX(800px);
	}

	100% {
		transform: translateX(-1900px);
	}
}

@keyframes change7 {
	0% {
		transform: translateX(800px);
	}

	100% {
		transform: translateX(-2150px);
	}
}

.tips {
	width: 100%;
	/*height:200px;*/
	text-align: center;
	margin-bottom: 20px;
	display: block;
}

.tips p {
	width: 6.5rem;
	height: auto;
	margin: 0 auto;
	display: block;
	text-align: center;
	font: 0.2rem/0.4rem "微软雅黑";
	color: #333;
	padding-bottom: 0.3rem;
}

.tips p span {
	color: #F00;
}

.table_wrap {
	padding-bottom: 0.4rem;
	width: 7rem;
	margin: 0 auto;
}

.my_table {
	width: 100%;
	border: 1px solid #333;
	border-collapse: collapse;
	border-radius: 0.2rem;
	overflow: hidden;
}

.my_table th {
	height: 0.4rem;
	background: #ec414d;
	color: #fff;
	font-size: 0.18rem;
}

.my_table th.th1 {
	width: 0.45rem;
}

.my_table th.th2 {
	width: 0.8rem;
}

.my_table th.th3 {
	width: 1.6rem;
}

.my_table th.th4 {
	width: 1.1rem;
}

.my_table th.th5 {
	width: 0.37rem;
}

.my_table th.th6 {
	width: 80px;
}

.my_table th.th7 {
	width: 120px;
}

.my_table th.th8 {
	width: 130px;
}

.my_table th.th9 {
	width: 115px;
}

.my_table td {
	height: 0.4rem;
	color: #000;
	font-size: 0.16rem;
	padding: 0.1rem;
	background: rgba(255, 255, 255, 0.9);
	border: 1px solid #b2b2b2;
}

.my_table td span {
	color: #EC414D;
	font-weight: bold;
}

.result_tip {
	font-size: 0.2rem;
	text-align: center;
	color: #FFF;
	line-height: 0.5rem;
	font-weight: bold;
}

/*查询条件 END*/
.ewm {
	width: 100%;
	height: 3.5rem;
}

.ewm span {
	display: block;
	width: 100%;
	text-align: center;
	font-size: 0.18rem;
	color: #fff;
	font-weight: bold;
}

section {
	width: 3rem;
	height: 3rem;
	margin: 0.2rem auto 0px;
}

section img {
	display: none;
	width: 100%;
}

/*zg_cover*/
.zg_cover {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.6);
	z-index: 9998;
}

/*zg_cover END*/
/*使用说明*/
.zg_direction {
	width: 900px;
	background: #fff;
	position: fixed;
	left: 50%;
	top: 50%;
	margin-left: -450px;
	margin-top: -200px;
	padding: 20px;
	border-radius: 20px;
	z-index: 9999;
}

.zg_direction h6 {
	text-align: center;
	line-height: 30px;
	font-size: 26px;
	color: #ec414d;
}

.direction_list {
	padding-top: 20px;
}

.direction_list li {
	line-height: 32px;
	font-size: 16px;
	margin-bottom: 5px;
}

.direction_list li a {
	font-weight: bold;
	color: #ec414d;
}

.direction_close {
	width: 30px;
	height: 30px;
	background: url(./../images/close.png) no-repeat center center;
	cursor: pointer;
	position: absolute;
	right: 5px;
	top: 5px;
}

/*使用说明 END*/
/*登录 注册弹框*/
.container {
	width: 4.39rem;
	position: fixed;
	left: 50%;
	top: 50%;
	margin-left: -2.19rem;
	margin-top: -1.82rem;
	z-index: 9999;
	padding: 0.06rem 0 0.16rem;
	background: #fff;
	border-radius: 0.1rem;
	display: none;
}

.bd_close {
	width: 0.3rem;
	height: 0.3rem;
	background: url(./../images/close.png) no-repeat center center;
	cursor: pointer;
	position: absolute;
	right: 0.02rem;
	top: 0.02rem;
}

.bd_nav {
	height: 0.6rem;
	border-bottom: 1px solid #c6c6c6;
	padding: 0 0.53rem;
}

.bd_nav span {
	width: 1.16rem;
	display: block;
	margin: 0 0.25rem;
	line-height: 0.6rem;
	font-size: 0.24rem;
	color: #c6c6c6;
	float: left;
	text-align: center;
	cursor: pointer;
}

.bd_nav span.active {
	border-bottom: 2px solid #ec414d;
	position: relative;
	top: -1px;
	color: #ec414d;
}

.container .agileits {
	width: 3.05remx;
	margin: 0 auto;
	padding-top: 0.3rem;
	display: none;
}

.container .agileits .pt_text {
	width: 3.03rem;
	height: 0.49rem;
	margin: 0 auto;
	background: url(./../images/input_bk.png) no-repeat center center;
	margin-bottom: 0.15rem;
}

.container .agileits .pt_text select {
	width: 2.93rem;
	padding-left: 0.1rem;
	line-height: 0.49rem;
	font-size: 0.2rem;
	color: #999999;
	height: 0.49rem;
	border: none;
	background: none;
	outline: none;
}

.container .agileits .bd_line_wrap {
	width: 3.03rem;
	height: 0.49rem;
	margin: 0 auto;
	background: url(./../images/input_bk.png) no-repeat center center;
	margin-bottom: 0.15rem;
}

.container .agileits .bd_line_wrap input {
	width: 2.93rem;
	padding-left: 0.1rem;
	line-height: 0.49rem;
	font-size: 0.2rem;
	color: #999999;
	height: 0.49rem;
	border: none;
	background: none;
	outline: none;
}

.yzm_wrap {
	width: 100%;
	position: relative;
}

.yzm_wrap .yzm_btn,
#daojishi {
	width: 1.2rem;
	height: 0.49rem;
	color: #999999;
	position: absolute;
	right: 0.1rem;
	top: 0px;
	text-align: center;
	line-height: 0.49rem;
	font-size: 0.19rem;
	transition: all 1s;
}

.yzm_wrap #daojishi {
	display: none;
	font-size: 0.14rem;
}

.container .agileits .bd_line_wrap.send_button {
	background: none;
}

.container .agileits .bd_line_wrap.send_button input.submintBtn {
	width: 3.03rem;
	height: 0.49rem;
	background: #ec414d;
	color: #fff;
	text-align: center;
	border-radius: 0.24rem;
	cursor: pointer;
}

/*登录 注册弹框 END*/
/*left_nav*/
.left_nav {
	width: 0.88rem;
	height: 348px;
	position: fixed;
	left: 10px;
	top: 50%;
	margin-top: -174px;
}

.left_nav a {
	display: block;
	width: 88px;
	height: 87px;
	margin-bottom: 29px;
}

/*left_nav END*/
/*html,body {
  height:100%;
}*/
#my_video {
	width: 1920px;
	height: 1080px;
	display: block;
	position: fixed;
	_position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -960px;
	margin-top: -540px;
	z-index: 1;
}

.back_img {
	width: 7.5rem;
	height: 13.34rem;
	display: block;
	position: fixed;
	_position: absolute;
	/*left:50%;
  top:50%;*/
	/*margin-left: -960px;
  margin-top:-540px;*/
	/* z-index:2;
  opacity: 0.9;
  filter:alpha(opacity=90);*/
}

@media only screen and (max-height:720px) {
	.left_nav {
		width: 60px;
		position: fixed;
		right: 0;
		top: 100px;
	}

	.right_nav {
		width: 60px;
		position: fixed;
		left: 0;
		top: 100px;
	}
}

.biankuang {
	width: 7rem;
	height: auto;
	background: #fff;
	border-radius: 0.2rem;
	margin: 0 auto;
	margin-bottom: 0.2rem;
	padding-bottom: 0.3rem;
	box-shadow: 0 0 14px #2196f3;
}

.biankuang2 {
	width: 7rem;
	height: 2.5rem;
	background: #1899ff;
	border-radius: 0.2rem;
	margin: 0 auto;
	padding: 0.25rem 0px;
}

.biankuang2 ul {
    width: 6.3rem;
    height: 0.5rem;
    margin: 0 auto;
    /* display: block; */
}

.biankuang2 ul li {
	float: left;
	color: #fff;
	font: 0.2rem/0.4rem "微软雅黑";
}

.biankuang2 .zuo {
	width: 2.03rem;
	height: 2.03rem;
	display: block;
	margin-right: 0.3rem;
}

.biankuang2 .zuo img {
	width: 2.03rem;
	height: 2.03rem;
	display: block;
}

.biankuang2 .you {
    /* width: 3.9rem; */
    /* height: 2.03rem; */
    /* display: block; */
    /* margin-right: 0.3rem; */
    /* padding-top: 0.4rem; */
}




.fixed-btm {
	display: table;
	z-index: 100;
	position: fixed;
	width: 100%;
	height: 1rem;
	left: 0;
	bottom: 0;
	background: #ec414d;
}

.fixed-btm>p {
	display: table-cell;
	width: 25%;
	/* vertical-align: middle;*/
	text-align: center;
}

.fixed-btm>p a {
	display: inline-block;
	font-size: 0.266667rem;
	font-weight: normal;
	color: #fff;
	line-height: 0.5rem;
	padding-top: 0.2rem;
}

.fixed-btm>p a .ei {
	font-size: 0.5rem;
}


.zg_wrapper header img {
	width: 100%;
	vertical-align: top;
}

.biankuang2 .tijiao .bd_line_wrap input {
    width: 2.6rem;
    /* border: 0.02rem solid red; */
    margin: 0 auto;
    display: block;
    /* margin-top: 0.1rem; */
    border-radius: 0.24rem;
    /* line-height: 49px; */
    font-size: 0.2rem;
    /* color: white; */
    height: 0.5rem;
    line-height: 0.5rem;
    /* margin: 0 auto; */
    /* border: none; */
    /* background: none; */
    /* outline: none; */
}

.biankuang2 .tijiao .bd_line_wrap.send_button input.submintBtn {
        background: #ec414d;
        color: white;
}

.biankuang2 .bd_line_wrap{
    width: 2.6rem;
    margin: 0 auto;
    background-image: url(../images/input_bk.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% 100%;
    margin-top: 0.1rem;
}