/* CSS Document */

.phone_dh {
	display: none;
	position: fixed;
	top: 0px;
	left: 0px;
	height: 60px;
	width: 100%;
	z-index: 101;
	background: rgba(0, 0, 0, 0.5);
}

.phone_dh_img {
	height: 100%;
	box-sizing: border-box;
	padding: 17px 0px;
	float: left;
	padding-left: 15px;
}

.phone_dh_img img {
	height: 100%;
}

.phone-header {
	margin-top: 25px;
}

.phone-header-box {
	top: 0;
	left: 0;
	z-index: 999;
}

.phone-header h1 {
	line-height: 20px;
	margin: 0 0 0 15px;
}

.phone-header .menu-push {
	width: 25px;
	height: 36px;
	display: inline-block;
	z-index: 999;
}

.phone-header .menu-push.fixed {
	position: fixed;
	background: rgba(255, 255, 255, .8);
}

.phone-header .menu-push.fixed.menu-open {
	width: 100%;
	background: rgba(255, 255, 255, 1);
}

.phone-header .menu-push .push-line {
	float: right;
	width: 25px;
	height: 25px;
}

.phone-header .menu-push .line {
	display: block;
	width: 25px;
	height: 3px;
	margin-bottom: 5px;
	background: #333;
	overflow: hidden;
	transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
	-webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
	-moz-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
	-o-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.phone-header .menu-push .line-2 {
	margin-left: 5px;
}

.phone-header .menu-push.menu-open {}

.phone-header .menu-push.menu-open .line {
	background: #333;
}

.phone-header .menu-push.menu-open .line-1 {
	width: 25px;
	transform: translate(0px, 8px) rotate(45deg);
	-webkit-transform: translate(0px, 8px) rotate(45deg);
	-moz-transform: translate(0px, 8px) rotate(45deg);
	-o-transform: translate(0px, 8px) rotate(45deg);
}

.phone-header .menu-push.menu-open .line-2 {
	width: 0px;
	transform: translateX(27px);
	-webkit-transform: translateX(27px);
	-moz-transform: translateX(27px);
	-o-transform: translateX(27px);
}

.phone-header .menu-push.menu-open .line-3 {
	width: 25px;
	transform: translate(0px, -8px) rotate(-45deg);
	-webkit-transform: translate(0px, -8px) rotate(-45deg);
	-moz-transform: translate(0px, -8px) rotate(-45deg);
	-o-transform: translate(0px, -8px) rotate(-45deg);
}

.phone-header .menu-list {
	position: fixed;
	background:#fff;
	box-sizing: border-box;
	padding: 15px;
	left: 0;
	overflow-y: auto;
	top: 70px;
	width: 100%;
	height: calc(100% - 70px);
	z-index: 1000;
	display: none;
}

.phone-header .menu-list .login{ padding-bottom: 20px;}
.phone-header .menu-list .login .bt{ font-weight: bold; font-size: 22px; color: #333;}
.phone-header .menu-list .login .nr{ display: flex; margin-top: 4px; overflow: hidden; border-radius: 25px; box-shadow: 0px 0px 15px #bcdcff;}
.phone-header .menu-list .login .nr a{ width: 50%; display: block; text-align: center; background: #398de9; height: 40px; line-height: 40px; color: #fff; font-size: 14px;}
.phone-header .menu-list .login .nr a:nth-child(2){ background: #0871e4;}

.phone-header .menu-list .login1 .nr{box-shadow: 0px 0px 15px #ddd;}
.phone-header .menu-list .login1 .nr a{ background: #fff; color: #333; border-right: 1px solid #eee;}
.phone-header .menu-list .login1 .nr a:nth-child(2){ background: #fff; color: #333; border: 0px;}

.phone-header .menu-list .search{ width:100%; height: 40px; line-height: 40px; border: 1px solid #0871e4; display: flex; overflow: hidden; border-radius: 5px; margin: 10px 0px;}
.phone-header .menu-list .search .text{ width: calc(100% - 70px); border: 0px; background: url(../images/top_search.png) no-repeat 10px center; background-size:16px; padding: 0px 10px; padding-left: 32px; font-size: 13px;}
.phone-header .menu-list .search .anniu{ width: 70px; height: 40px; background: #0871e4; font-size: 14px; color: #fff; border: 0px; cursor: pointer; border-radius:0px 5px 5px 0px;}

.phone-header .menu-list .qiehuan{ position: relative; text-align: center; font-size: 14px; padding: 0px 10px;}
.phone-header .menu-list .qiehuan i{ margin-left: 8px;}
.phone-header .menu-list .qiehuan .dianji{ color: #999; font-size: 15px; cursor: pointer;}
.phone-header .menu-list .qiehuan .qiehuan_xl{ overflow: hidden; top: 20px; left: 50%; margin-left: -40px; height: 0px; position: absolute; width: 70px; box-shadow: 0px 0px 2px #ddd; background: #fff; z-index: 5; line-height: 35px; text-align: center;}