* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,
body {
    font-size: 0.07291666666666667rem;
    line-height: 1.5;
    /* background: #ddd; */
}
img{
    max-width: 100%;
    display: block;
}
.container {
    width: 8.75rem;
    margin: 0px auto;
}
.container-s {
    width: 8.239583333333334rem;
    margin: 0px auto;
}
.bg-white {
    background-color: #fff;
}


.fr {
    float: right;
}

.fl {
    float: left;
}

.clearfix {
    clear: both;
}

.overflow-hidden {
    overflow: hidden;
}

.flex {
    display: flex;
}
.flex-wrap {
    flex-wrap: wrap;
}
.flex.content-between {
    justify-content: space-between;
}

.flex.align-center {
    align-items: center;
}
.flex.direction-column {
    flex-direction: column;
}

.flex.content-center {
    justify-content: center;
}

.flex.content-end {
    justify-content: flex-end;
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

a {
    text-decoration: none;
    cursor: pointer;
    color: #333;
}

a:hover {
    text-decoration: underline;
}

.full {
    width: 100%;
}

.mr-10 {
    margin-right: 0.052083333333333336rem;
}
.mt-10 {
    margin-top: 0.052083333333333336rem;
}
.mr-5 {
    margin-right: 0.026041666666666668rem;
}

.pr-10 {
    padding-right: 0.052083333333333336rem;
}
.pt-10 {
    padding-top: 0.052083333333333336rem;
}

.icon-small {
    display: block;
    width: 0.13541666666666666rem;
    height: 0.13541666666666666rem;
    overflow: hidden;
}
.icon-size {
    background-size: 3.125rem;
}
.icon-tel {
    background: url(../images/sprite.png) -1.0885416666666667rem 0px no-repeat;
    background-size: 3.125rem;
}
.icon-home {
    background: url(../images/sprite.png) -0.5625rem 0px no-repeat;
    background-size: 3.125rem;
}
.icon-email {
    background: url(../images/sprite.png) -0.828125rem 0px no-repeat;
    background-size: 3.125rem;
}
.icon-net {
    background: url(../images/sprite.png) -1.3541666666666667rem 0px no-repeat;
    background-size: 3.125rem;
}
.icon-side {
    display: block;
    width: 0.421875rem;
    height: 0.421875rem;
    overflow: hidden;
    cursor: pointer;
}
.icon-wechat {
    background: url(../images/sprite.png) -2.7135416666666665rem -2.7604166666666665rem no-repeat;
    background-size: 3.125rem;
    /* transition: all step-end 0.1s; */
}
.icon-qq {
    background: url(../images/sprite.png) -2.7135416666666665rem -2.3333333333333335rem no-repeat;
    background-size: 3.125rem;
    /* transition: all step-end 0.1s; */
}
.icon-tel2 {
    background: url(../images/sprite.png) -2.7135416666666665rem -1.9114583333333333rem no-repeat;
    background-size: 3.125rem;
    /* transition: all step-end 0.1s; */
}
.icon-wechat:hover,.icon-wechat:active,.icon-wechat.active {
    background: url(../images/sprite.png) -2.7135416666666665rem -1.4895833333333333rem no-repeat;
    background-size: 3.125rem;
}
.icon-qq:hover,.icon-qq:active,.icon-qq.active {
    background: url(../images/sprite.png) -2.7135416666666665rem -1.0625rem no-repeat;
    background-size: 3.125rem;
}
.icon-tel2:hover, .icon-tel2:active, .icon-tel2.active {
    background: url(../images/sprite.png) -2.7135416666666665rem -0.640625rem no-repeat;
    background-size: 3.125rem;
}