/*body{min-width: auto;}*/
.float-lt {
    float: left;
}
.float-rt {
    float: right;
}
.flex {
    display: flex;
}
.flex-item-center {
    display: flex;
    align-items: center;
}
.flex-just-center {
    display: flex;
    justify-content: center;
}
.flex-item-just-center {
    display: flex;
    align-items: center;
    justify-content: center;
}
.flex-item-betw-center {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.flex-between {
    display: flex;
    justify-content: space-between;
}
.text-center{text-align: center;}
.weiLei {
    content: '';
    display: block;
    position: absolute;
}
#main .inner{max-width: 14rem;}
.fontsize45{font-size: 0.45rem !important;}
.fontsize42{font-size: 0.42rem !important;}
.fontsize16 {font-size: 0.17rem !important;  }
#main {
    overflow: hidden;
}

.section .inner {
    position: relative;
}
.sec01 .text {
    padding: 10.86% 0 5.29% 7.86%;
}

.sec01 .l1 {
    font-size: 0.21rem;
    margin-bottom: 0.34rem;
}

.sec01 .l2 {
    font-size: 0.72rem;
    margin-bottom: 0.2rem;
    color: #fff;
}

.sec01 .l3 {
    font-size: 0.28rem;
    color: #fff;
}

.sec01 .pic {
    position: absolute;
    left: 30.86%;
    top: 0;
    margin-top: 4.57%;
    width: 12.57%;
}

.sec01 svg {
    width: 100%;
    fill: #005eac;
    opacity: .4;
}

.sec02 {
    background: #fafafa;
}

.sec02 .text {
    position: relative;
    z-index: 1;
    padding: 1.15rem 0 2rem 7.86%;
}

.sec02 .l1 {
    font-size: 0.45rem;
    margin-bottom: 0.32rem;
}

.sec02 .l2 {
    font-size: 0.27rem;
    color: #595959;
    margin-bottom: 0.16rem;
}
.sec02 .l3 {
    font-size:0.2rem;
    color: #090909;
    margin-bottom: 0.18rem;
}


.sec02 .pic img {
    width: 100%;
}

.sec02 .bd {
    background: #fff;
    padding: 0.9rem 0 0.64rem;
}

.sec02 .bd ul {
    display: flex;
    justify-content: center;
    text-align: center;
}

.sec02 li {
    font-size: 0.17rem;
    color: #8c8c8c;
    margin:0 0.8rem;
}

.sec02 li .amount {
    font-size: 0.72rem;
    color: #4da8e1;
    display: block;
    margin-bottom: 0.3rem;
}

.sec02 li .unit {
    font-size: 0.18rem;
    margin-left: 14px;
}

.sec02 li sup {
    font-size: 0.42rem;
}
.width1690{width:16.9rem; margin: 0 auto;}
/*@media screen and (min-width:768px) and (max-width:1180px){
    body{min-width: 1100px;}
    #gHeader .inner{max-width: 1060px;}
    #gFooter .inner{max-width: 1060px;}
}*/
.productTable{  width:100%;  border-spacing: 0;}
.productTable td{

    padding-right: 0.2rem;
    box-sizing: border-box;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    vertical-align: top;
}
.productTable td p{
    position: relative;
    padding-left: 0.16rem;
    display: flex;
    align-items: center;
    margin-bottom: 0.28rem;
    line-height: 1.5;
}
.productTable td p:before{
    content: '';
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #E8468A;
    position: absolute;
    left: 0;
    top: 0.09rem;
}
.commonCircle:before{
    content: '';
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    position: absolute;
    left: 0;
}

@media screen and (max-width: 767px) {
    .section .inner{max-width: 100%;}
    #main .inner{max-width: 100%;}
}


