html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
textarea {
    margin: 0;
    padding: 0;
}

address,
cite,
dfn,
em,
var,
i {
    font-style: normal;
}

body {
    font-size: 16px;
    line-height: 1.5;
    font-family: 'Microsoft Yahei', 'simsun', 'arial', 'tahoma';
    color: #222;
    background: #eee;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
th {
    font-size: 100%;
    font-weight: normal;
}

button,
input,
select,
textarea {
    font-size: 100%;
}

fieldset,
img {
    border: 0;
}

a {
    text-decoration: none;
    color: #666;
    background: none
}

ul,
ol {
    list-style: none;
}

:focus {
    outline: none;
}

.clearfix {
    clear: both;
    content: "";
    display: block;
    overflow: hidden
}

.clear {
    clear: both;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

* {
    box-sizing: border-box;
}

html,
body {
    height: 100%;
}

main {
    /*min-height: 100%;*/
}

.container {
    width: 1200px;
    margin: 0 auto;
    height: 100%;
   /* background-color: #0000ff;
}

/* 滚动条样式 */
.scrollBar::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 10px;
    height: 10px;
  }
  
  .scrollBar::-webkit-scrollbar-thumb {
    /*滚动条里面的滑块*/
    border-radius: 10px;
    background: rgba(0, 0, 0, .1);
  }
  
  .scrollBar::-webkit-scrollbar-track {
    /*滚动条里面轨道背景*/
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.199);
  }
  .rMenu {
    position: fixed;
    left: calc(92.5vw);
    top: 50%;
    z-index: 30000;
}

.rMenu>div {
    width: 58px;
    height: 58px;
    cursor: pointer;
    text-align: center;
    background-color: #fff;
    padding-top: 10px;
    border: 1px solid #E5E5E5;
    border-bottom: none;
    position: relative;
}

.rMenu>div:nth-child(1) {
    border-radius: 3px 3px 0px 0px;
}

.rMenu>div:nth-child(4) {
    border-radius: 0px 0px 3px 3px;
    border-bottom: 1px solid #e5e5e5;
}

.rMenu>div p.title {
    font-size: 12px;
    color: #999;
    line-height: 1;
    margin-top: -2px;
}

.rMenu>div i {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-size: 100%;
    background-repeat: no-repeat;
}

.rMenu>div i.kefu {
    background-image: url('../../img/index/kefuG.png');
}

.rMenu>div i.weixin {
    background-image: url('../../img/index/weixinG.png');
}

.rMenu>div i.diannao {
    background-image: url('../../img/index/diannaoG.png');
}

.rMenu>div i.shouji {
    background-image: url('../../img/index/shoujiG.png');
}

.rMenu>div:not(.top):hover {
    background-color: #00999A;
}

.rMenu>div:not(.top):hover p.title {
    color: #fff;
}

.rMenu>div:not(.top):hover i.kefu {
    background-image: url('../../img/index/kefuW.png');
}

.rMenu>div:not(.top):hover i.weixin {
    background-image: url('../../img/index/weixinW.png');
}

.rMenu>div:not(.top):hover i.diannao {
    background-image: url('../../img/index/diannaoW.png');
}

.rMenu>div:not(.top):hover i.shouji {
    background-image: url('../../img/index/shoujiW.png');
}

.rMenu>div.top {
    margin-top: 10px;
    border: 1px solid rgba(229, 229, 229, 1);
    border-radius: 3px;
}

.rMenu .QRCode {
    width: 250px;
    height: 130px;
    background-color: #fff;
    box-shadow: 0px 0px 6px 0px rgba(127, 127, 127, 0.39);
    position: absolute;
    right: 12px;
    top: calc(50% - 65px);
    padding: 15px;
}

.rMenu>div.shouji>div,
.rMenu>div.weixin>div {
    width: 270px;
    height: 130px;
    position: absolute;
    right: 58px;
    top: calc(50% - 65px);
    padding: 15px;
    display: none;
}

.rMenu .QRCode img {
    float: left;
    width: 100px;
    height: 100px;
}

.rMenu .QRCode p:nth-of-type(1) {
    font-size: 14px;
    color: #000;
    padding-left: 110px;
    text-align: left;
}

.rMenu .QRCode p:nth-of-type(2) {
    font-size: 14px;
    color: #00999A;
    padding-left: 110px;
    text-align: left;
    margin-top: 55px;
}