html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}

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

ul {
    list-style: none;
}

button,
input,
select,
textarea {
    margin: 0;
}

html {
    box-sizing: border-box;
}

*, *::before, *::after {
    box-sizing: inherit;
}

img,
video {
    height: auto;
    max-width: 100%;
}

iframe {
    border: 0;
}

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

td,
th {
    padding: 0;
}

td:not([align]),
th:not([align]) {
    text-align: left;
}

a {
    color: #fff;
    text-decoration: none;
}

body, html {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

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

.clearfix {
    zoom: 1;
}

/*è”ç³»æˆ‘ä»¬å›ºå®šå®šä½æ ·å¼*/
.companyMessage {
    position: fixed;
    right: 0;
    bottom: 200px;
    width: 440px;
    height: 149px;
    z-index: 99999999;
    cursor: pointer;
}

.companyMessageTxt {
    float: right;
    box-sizing: border-box;
    text-align: center;
    width: 40px;
    height: 149px;
    padding-top: 20px;
    position: relative;
    z-index: 999999999;
    border: 1px solid #ccc;
}

.companyMessage span {
    display: block;
    text-align: center;
    width: 16px;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
    color: #00A4FF;
    line-height: 1;
    margin-top: 10px;
}

.companyMessageBox {
    position: absolute;
    right: 0;
    top: 0px;
    height: 149px;
    z-index: 99999999;
    margin-right: 40px;
    width: 380px;
    /*border-radius: 10px;*/
    padding: 10px;
    font-size: 14px;
    /*color: #999;*/
    border: 1px solid #ccc;
    background-color: #fff;
    color: #333;
    -webkit-transition: transform 0.4s;
    -o-transition: transform 0.4s;
    transition: transform 0.4s;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    opacity: 0;
}

.companyMessageBoxshow {
    -webkit-transition: transform 0.6s;
    -o-transition: transform 0.6s;
    transition: transform 0.6s;
    opacity: 1;
}

/*.companyMessageBoxhide{*/
/*-webkit-transition: transform 0.4s;*/
/*-o-transition: transform 0.4s;*/
/*transition: transform 0.4s;*/
/*-webkit-transform: translateX(0);*/
/*-ms-transform: translateX(0);*/
/*-o-transform: translateX(0);*/
/*transform: translateX(0);*/
/*opacity: 0;*/
/*}*/

.companyMessageBox h1 {
    font-size: 20px;
    margin: 10px 0;
    color: #333;
}

.companyMessageBox p {
    line-height: 26px;
    color: #333;
}

/*å›žåˆ°é¡¶éƒ¨æ ·å¼*/
.btn {
    width: 40px;
    height: 130px;
    position: fixed;
    right: 0;
    bottom: 65px;
   padding: 10px;
    color: #00A4FF;
    text-align: center;
    border: 1px solid #ccc;
}
.footer {
     width: 100%;
     background-color: #272727;
     text-align: center;
     color: #fff;
 }
.footer-info {
    height: 60px;
    line-height: 60px;
    width: 80%;
    text-align: center;
    font-family: "å¾®è½¯é›…é»‘";
    font-size: 14px;
    margin: 0 auto;
}
