﻿.messagePopup {
	position: fixed;
	right: 10px;
	bottom: -344px;
	z-index: 9999;
	width: 100%;
	max-width: 280px
}

@media (max-width:1200px) {
	.messagePopup {
		display: none
	}
}

.messagePopup .titleBig {
	text-align: right;
	cursor: pointer
}

.messagePopup .titleBig span {
	display: inline-block;
	font-size: 15px;
	color: #fff;
	line-height: 40px;
	padding: 0 20px;
	background: #0153a7;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px
}

.messagePopup .titleBig img {
	max-height: 25px;
    margin-right:5px;
	vertical-align: middle
}

.messagePopup .list {
	background: #fff;
	padding: 15px 15px;
	border: 1px #ccc solid;
	box-shadow: 0 0 5px 0 rgba(0,0,0,0.1)
}

.messagePopup .list .title {
	text-align: center;
	position: relative;
	color: #ed6827;
	font-size: 36px;
	font-weight: 700;
	margin-bottom: 20px
}

.messagePopup .list .title:after {
	content: "";
	display: block;
	width: 40px;
	height: 4px;
	background: #a6a6a6;
	border-radius: 4px;
	margin: 5px auto 0 auto
}

.messagePopup .list .tips {
	text-align: center;
	color: #747474;
	font-size: 14px;
	margin-bottom: 30px
}

.messagePopup .list .required {
	color: #da2f38;
	margin-left: 5px
}

.messagePopup .list li {
	position: relative;
	margin-bottom: 5px;
	color: #333;
	font-size: 14px;
	clear: both
}

.messagePopup .list .p-01 {
	line-height: 30px
}

.messagePopup .list .li-02 {
	width: 50%;
	float: left;
	clear: none
}

.messagePopup .list input,.messagePopup .list textarea {
	width: 100%;
	background: #fff;
	border: 1px #ccc solid;
	color: #333;
	font-size: 14px;
	line-height: 33px;
	height: 35px;
	border-radius: 0;
	padding: 0 10px;
	font-family: inherit
}

.messagePopup .list select {
	border: 1px #ebebeb solid;
	font-size: 14px;
	background: #fff;
	line-height: 33px;
	height: 35px;
	width: 100%;
	padding: 0 10px
}

.messagePopup .list textarea {
	height: 100px;
	line-height: 25px
}

.messagePopup .list .yzhm input {
	width: 45%;
	float: left
}

.messagePopup .list .yzhm .code {
	float: left;
	margin-right: 10px
}

.messagePopup .list .yzhm .a-01 {
	line-height: 35px;
	float: right;
	color: #9b9b9b
}

.messagePopup .list .yzhm .a-01:hover {
	color: #ed6827;
	text-decoration: underline
}

.messagePopup .list .btn {
	clear: both;
	margin-bottom: 0
}

.messagePopup .list .btn a {
	display: inline-block;
	background: #0153a7;
	color: #fff;
	width: 100%;
	line-height: 40px;
	text-align: center;
	padding: 0 10px;
	font-size: 14px;
	font-weight: 700;
	border-radius: 3px;
	-webkit-transition: all .5s;
	transition: all .5s
}
