/*
 * @Author: WangYang 
 * @Date: 2019-04-27 11:04:28 
 * @Description:  温州帮企云项目通用样式，每个页面必须引入
 * @Last Modified by: WangYang
 * @Last Modified time: 2019-04-29 19:30:49
 */

/* 字体 */

body {
  font: 14px/1 Arial, 'Microsoft YaHei', sans-serif, "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB";
  color: #333;
}

/* 常用样式 */

input::-webkit-input-placeholder {
  color: #b2b2b2;
}

input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #b2b2b2;
}

input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #b2b2b2;
}

input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #b2b2b2;
}

ol {
  list-style-type: decimal;
}

a {
  text-decoration: none;
}

/* 容器 */

.w {
  position: relative;
  width: 1200px;
  margin: 0 auto;
}

/* 回到顶部 */

.back {
  position: fixed;
  left: 50%;
  bottom: 100px;
  margin-left: 620px;
  width: 40px;
  height: 55px;
  background: url(../../images/wenzhou201904/back.png) 0 0 no-repeat;
  cursor: pointer;
}

.back:hover {
  background-position-x: -40px;
}

/* 服务券返回顶部 */

.quick-wrap {
  width: 40px;
  height: 169px;
  background: url(../../images/wenzhou201904/float_menu_bg.png) no-repeat;
  position: fixed;
  left: 50%;
  bottom: 20px;
  margin-left: 615px;
  z-index: 10000;
}

.quick-wrap ul li {
  width: 40px;
  height: 40px;
  margin-bottom: 3px;
}

.quick-wrap ul li a {
  display: block;
  width: 40px;
  height: 40px;
}

.quick-wrap ul li.back2top {
  cursor: pointer;
  margin-bottom: 0;
}

.quick-wrap ul li.q-wx:hover {
  background: url(../../images/wenzhou201904/float_menu_bg.png) no-repeat -40px 0;
}

.quick-wrap ul li.q-call:hover {
  background: url(../../images/wenzhou201904/float_menu_bg.png) no-repeat -40px -86px;
}

.quick-wrap ul li.q-online:hover {
  background: url(../../images/wenzhou201904/float_menu_bg.png) no-repeat -40px -43px;
}

.quick-wrap ul li.back2top:hover {
  background: url(../../images/wenzhou201904/float_menu_bg.png) no-repeat -40px -129px;
}

.quick-wrap .q-wx-box-wz {
  width: 160px;
  height: 172px;
  position: absolute;
  right: 45px;
  top: -60px;
  background: url(../../images/wenzhou201904/float_menu_wx_bg.png) no-repeat;
  display: none;
  z-index: 100000;
}

.quick-wrap .q-wx:hover .q-wx-box-wz {
  display: block;
}

.quick-wrap .q-call-box {
  width: 159px;
  height: 132px;
  position: absolute;
  right: 45px;
  top: 40px;
  background: url(../../images/wenzhou201904/float_menu_call_bg.png) no-repeat;
  display: none;
  z-index: 100000;
}

.quick-wrap .q-call:hover .q-call-box {
  display: block;
}

/* 服务券申领快捷方式*/

.fwqsl {
  position: fixed;
  left: 50%;
  bottom: 189px;
  margin-left: 615px;
  margin-bottom: 3px;
}

.fwqsl a {
  display: block;
  width: 40px;
  height: 150px;
  background: url(../../images/wenzhou201904/fwqsl.png) 0 0 no-repeat;
}

.fwqsl a:hover {
  background-position-x: -40px;
}