﻿.bodymain {
    font-size: .14rem;
}
/* fixed-nav START */
.fixed-nav {
    display: none;
    position: fixed;
    bottom: 8rem;
    right: 1rem;
    z-index: 99;
}

.fixed-nav.fadein {
    display: block
}

.fixed-nav li {
    margin-bottom: .2rem;
    position: relative;
    display: list-item;
    text-align: -webkit-match-parent;
	list-style:none;

}



.fixed-nav .icon-contact {
    background-position: 0 0;
}

.fixed-nav .icon-cart {
    background-position: 0 -.48rem;
}

.fixed-nav .icon-contact {
    background-position: 0 -6.2rem;
}

.fixed-nav .icon-top {
    background-position: 0 -1.44rem;
}

.fixed-nav .icon-top:before {
    content: '';
}

.fixed-nav li a {
    display: block;
    padding-top: 86px;
    width: 5rem;
    height: 5rem;
    text-align: center;
    font-size: 18px;
    background-color: #fff;
    background-color: rgba(255, 255, 255, .7);
    background-repeat: no-repeat;
    border-radius: 5rem;
    box-shadow: 0 0.2rem 0.2rem #9e9e9e;
    box-sizing: border-box;
    text-decoration: none;
	
}
.fixed-nav li .backtop {
    visibility: hidden;
}
.fixed-nav li .cartnum {
    position: absolute;
    right: .1rem;
    top: 0;
    width: .32rem;
    height: .32rem;
    line-height: .32rem;
    color: #fff;
    background-color: #ea5404;
    border-radius: .32rem;
    font-size: .2rem
}
.fixed-nav li a:link,
.fixed-nav li a:visited {
    color: #3f3f3f
}

.alertform {
    font-size: .12rem !important;
    line-height: 1.42857143;
    padding: .44rem .40rem .44rem !important;
	width:90%;
}
.dialog-contact
{
	box-sizing: content-box;
}
/* 右侧悬浮栏点击联系我 弹窗 Start */
.dialog-contact li {
    position: relative;
    line-height: 2rem;
    text-align: left !important;
	font-size: 1rem !important;
	list-style:none;
}
.dialog-contact .contact-operate {
   position: absolute;
    top: 0.15rem;
    right: 0;
    width: 5.8rem;
    height: 1.5rem;
    line-height: 1.6rem;
    font-size: .84rem;
    border-radius: .06rem;
    color: #ffffff;
    background-color: #ff5b54;
    text-align: center;
    text-decoration: none;
}
.dialog-contact .iconfont {
    color: #fff;
}
/*.fixed-nav li .icon {
    position: absolute;
    width: .48rem;
    height: .48rem;
    background-image: url(../images/icon-modle.png);
    background-repeat: no-repeat;
    background-size: .48rem;
    left: .26rem;
    top: .04rem;
}*/
.fixed-nav li .icon {
   position: absolute;
    width: 3rem;
    height: 3rem;
    background-image: url(../images/icon-modle.png);
    background-repeat: no-repeat;
    background-size: 3rem;
    left: 1.1rem;
    top: 1.04rem;
}
.fixed-nav .icon-top {
    background-position: 0 -9.44rem;
}