
.dialog-online-converastion,
.dialog-online-converastion * {margin: 0;padding:0;}
.dialog-online-converastion-btn {position: fixed;left:0;top:50%;margin-top: -50px;z-index:999999;cursor: pointer;}
.dialog-online-converastion {position: fixed;left:-340px;top:50%;margin-top: -170px;z-index:999999;width:280px;background: #f2f2f2;padding:20px 20px;box-shadow: 0 0 30px rgba(0,0,0,.3);transition: all ease .5s;}
.dialog-online-converastion.show {left:0;}
.dialog-online-converastion .close {position: absolute;right:10px;top:10px;width:25px;height:25px;background: url(../images/dialog-online-converastion-close.png) no-repeat center center;cursor: pointer;}
.dialog-online-converastion h3 {font-size: 20px;font-weight: bold;color:black;}
.dialog-online-converastion .tips{font-size: 14px;color:#7d7d7d;padding:10px 0;}
.dialog-online-converastion dl {background: white;margin-bottom: 10px;}
.dialog-online-converastion dl dt {border-bottom: 2px solid #f2f2f2;font-size: 14px;color:#535353;padding:4px 8px;}
.dialog-online-converastion dl dd textarea {width:230px;height:60px;font-size: 14px;border:0;padding:10px;color:#999;outline: none;resize: none;}
.dialog-online-converastion .input-group {background: white;margin-bottom: 2px;text-align: center;}
.dialog-online-converastion .input-group span {font-size: 14px;color:#666;}
.dialog-online-converastion .input-group span.red {color:red;}
.dialog-online-converastion .input-group input {width:180px;height:35px;margin-left:10px;border:0;background: none;outline: none;}
.dialog-online-converastion button {background: #00a0e9;color:white;font-size: 15px;display: block;width:100%;border:0;padding:7px 0;margin-top: 10px;cursor: pointer;}








