/*浮窗留言*/

.fixshow {
    position: fixed;
    z-index: 1000;
    height: 80px;
    width: 80px;
    top: 80%;
    right: 5%;
	text-align:center;
    background:#0a6657;
	border-radius: 50%;
}
.fixshow i {
    display:inline-block;
    width:30px;
    height:24px;
    line-height: 70px;
}
.fixshow i img {
    width:22px;
}
.fixshow span {
	display: block;
    font-size: 10px;
    color: #fff;
}

.fixed-msg {
    position: fixed;
    z-index: 1000;
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0px;
    display: none;
    background:rgba(0, 0, 0, 0.2);
}
.fixed-msg .msg-box {
    height: 430px;
    width: 50%;
    margin:10% auto;
    padding:50px;
    background:#fff;
    position:relative;
}
.fixed-msg .msg-box h4 {
    height: 50px;
    line-height: 50px;
    font-size: 25px;
    font-weight: bold;
    overflow: hidden;
    text-align: center;
}
.fixed-msg .msg-box h4 strong {
    font-size: 30px;
    color: #0a6657;
}
.fixed-msg .msg-box h5 {
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    color: #666666;
    text-align: center;
}
.fixed-msg .msg-box .closefix {
    width: 26px;
    height: 26px;
    position: absolute;
    z-index: 2;
    right: 15px;
    top: 15px;
    cursor: pointer;
    background: url(/pc/image/close.svg) no-repeat left top;
    background-size: 100%;
}
.fixed-msg .msg-box .form {}
.fixed-msg .msg-box .form input,.fixed-msg .msg-box .form select {
	float:left;
    background: #f5f5f5;
    border: solid 1px #d2d2d2;
    font-size: 16px;
    color: #313131;
    padding: 0 5%;
	margin:1%;
    line-height: 40px;
    width: 48%;
	height:40px;
}
.fixed-msg .msg-box .submit {
	margin-top:200px;
}
.fixed-msg .msg-box .fixSubmit{
    background: #0a6657;
    border: 0;
    display: block;
    color: #fff;
    text-align: center;
    font-size: 18px;
    width: 190px;
    line-height: 45px;
    margin: 20px auto;
    clear: both;
    cursor: pointer;
}