/* CSS Document */
.ymwl-form {
	display:none;
    filter: alpha(opacity = 0);
    transition: 0.2s ease-out;
    position: fixed;
    top: 50%;
    width: 64px;
    right: 0;
    font-size: 12px;
    z-index: 9999;
}

.ymwl-form .ymwl-item {
    position: relative;
    box-sizing: border-box;
    display: block;
    width: 100%;
    color: #fff;
    text-align: center;
    cursor: pointer;
    z-index: 9999;
    margin:0;
}

.ymwl-item:hover{
  color: red;
}

.ymwl-form input{
  cursor:pointer;border:none;background:transparent;color:#fff;margin: 3px 0;
}

.ymwl-form input:hover{
    color: #043b9a
}

.ymwl-icon{
    display: block;
    width: 64px;
    height: 64px;
    background: url(../images/chat.png);
}

.ymwl-close {
    display: block;
    width: 18px;
    height: 18px;
    background: url(../images/close.png) no-repeat;
    position: absolute;
    right: 10px;
    top: 10px;
}

#wolive-talk{
  width: 400px;
  height: 560px;
  position: fixed;
  bottom: 10px;
  right:90px;
  z-index: 999999;

}

#wolive-iframe{
  width: 100%;
  height: 100%;
  box-shadow: rgba(15, 66, 76, 0.25) 0 0 24px 0;
  border: none;
}
.backgroudD { background: rgba(128,81,25,.8);}
.footOneBox {position: fixed;left: 0;bottom: 0;z-index: 1000;width: 100%;height: 70px;}
.footOne {position: relative;width: 1000px;height: 70px;margin: 0 auto;}
.footOne .footOneOrder a,.footOne .footOneOrder a:hover{color: #ffffff;}
.footOneOrder a {float: left;display: block;width: 200px;height: 38px;border: 1px solid #ffffff;margin-top: 15px;color: #ffffff;font-size: 18px;line-height: 38px;text-align: center;}
.footTel {float: left;/*width:400px;*/height: 70px;padding-left: 100px;margin-left: 50px;background: url(../images/tel.jpg) 60px center no-repeat;}
.footTel .tel {/*width:400px;*/height: 70px;color: #ffffff;font-size: 17px;line-height: 70px;text-align: left;}
.footTel .tel .num {display: block;float: left;color: #ffffff;font-size: 36px;font-family: impact;text-transform: uppercase;}
.footTel .tel .num a,.footTel .tel .num a:hover{color:#ffffff; padding: 0;}
.footTel .tel .num a{font-size: 36px;font-family: impact;text-transform: uppercase;letter-spacing: 1px;}
.footImg {float: left;padding: 0 50px;width: 100px;height: 116px;margin-top: -46px;z-index: 99;}
.footClose {float: right;cursor: pointer;width: 37px;height: 37px;margin-top: 16px; background: url(../images/close.jpg)
.fl { float: left;}

@media screen and (max-width:1199px) {
.ymwl-form{display:block;}
}

@media screen and (max-width: 767px) {
.footOneBox{height:55px;}
.footOne{width:100%;height:55px;}
.footOneOrder a{width: 80px; height: 28px;font-size: 14px;line-height: 27px;margin-left: 4px;}
.footTel{width: 40%; height: 50px; padding-left: 3px;  margin-left: 15px;}
.footTel .tel{width: 240px; height: 55px;font-size: 14px; line-height: 55px;}
.footTel .tel .num { font-size:22px;}
.footTel .tel .num a {  font-size: 22px;}
.footClose{width: 32px;height: 25px;margin-top: 16px; background: url(../images/close1.jpg)
.footImg{display:none;}
}

@media screen and (max-width:360px) {
.footOneOrder a{width: 77px; font-size: 13px;}
.footTel .tel{font-size: 13px; }
.footTel .tel .num { font-size:20px;}
.footTel .tel .num a {  font-size: 20px;} 
}