/* CSS Document */

/*public header start*/
.publicHeader {
    height: 0.88rem;
    line-height: 0.88rem;
    background: #fff;
    border-bottom: solid 1px #e6e6e6;
}
.publicHeader .logolink {
    width: 1.63rem;
    margin: 0 0.15rem 0 0.36rem;
}
.publicHeader .phone_infor {
    font-size: 0.22rem;
    color: #60626f;
    border-left: solid 1px #cccccd;
    height: 0.28rem;
    line-height: 0.28rem;
    padding: 0 0 0 0.15rem;
    margin: 0.4rem 0 0 0;
}
.publicHeader .icon {
    width: 2.25rem;
    margin: 0.2rem 0.36rem 0 0;
}
/*public header end*/

/*public footer start*/
.publicFooter {
    height: 1.08rem;
    background: #35333c;
}
.publicFooter .footer_content {
    font-size: 0.22rem;
    color: #fff;
    line-height: 0.4rem;
    text-align: center;
    padding: 0.12rem 0 0 0;
}
/*public footer end*/

/*bottom float btn group start*/
.bottom_btnGroup {
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 99;
    background: #fe512c;
    font-size: 0.3rem;
}
.bottom_space {
    padding: 0 0 0.72rem 0;
    height: auto;
}
.bottom_btnGroup a {
    display: block;
    height: 0.72rem;
    line-height: 0.72rem;
    color: #fff;
}
.bottom_btnGroup a img {
    width: 0.28rem;
    margin: 0 0.1rem 0 0;
}
.bottom_btnGroup a.btn-item01 {
	background: -moz-linear-gradient(top, #343a83 0%, #22296f 100%);
    background: -webkit-linear-gradient(top, #343a83 0%,#22296f 100%);
    background: -o-linear-gradient(top, #343a83 0%,#22296f 100%);
    background: -ms-linear-gradient(top, #343a83 0%,#22296f 100%);
    background: linear-gradient(to bottom, #343a83 0%,#22296f 100%);
}
.bottom_btnGroup a.btn-item02 {
    background: -moz-linear-gradient(top, #febb2b 0%, #fe8b2d 100%);
    background: -webkit-linear-gradient(top, #febb2b 0%,#fe8b2d 100%);
    background: -o-linear-gradient(top, #febb2b 0%,#fe8b2d 100%);
    background: -ms-linear-gradient(top, #febb2b 0%,#fe8b2d 100%);
    background: linear-gradient(to bottom, #febb2b 0%,#fe8b2d 100%);
}
.bottom_btnGroup a.btn-item03 {
    background: -moz-linear-gradient(top, #fe672b 0%, #fe432d 100%);
    background: -webkit-linear-gradient(top, #fe672b 0%,#fe432d 100%);
    background: -o-linear-gradient(top, #fe672b 0%,#fe432d 100%);
    background: -ms-linear-gradient(top, #fe672b 0%,#fe432d 100%);
    background: linear-gradient(to bottom, #fe672b 0%,#fe432d 100%);
}
/*bottom float btn group end*/

/*scroll to page header start*/
.backPageTop {
    display: none;
    position: fixed;
    z-index: 99;
    width: 0.9rem;
    right: 0.16rem;
    top: 70%;
    margin: -0.45rem 0 0 0;
}
/*scroll to page header end*/
