html {
    font-size: 16px;
}
.square{
    padding:4rem 0;
    background:#F8F6F6;
}
.square.white{
    background:#FFFFFF;
}

.square .left{
    margin-left:2.875rem;
}
.square .title{
    font-size: 1.75rem;
    color: #0E3462;
    margin-top: 3.125rem;
    position: relative;
}
.square .title b{
    display: inline-block;
    width:1.875rem;
    height:6.25rem;
    position: absolute;
}
.square .title b.l{
    background:url(../../img/page/vietnam/1.png) no-repeat;
    left:-2.5rem;
    top:-1rem;
}
.square .title b.r{
    background:url(../../img/page/vietnam/2.png) no-repeat;
    right: -2.5rem;
    top: -4.25rem;
}

.square .title span{
    display: inline-block;
    position: relative;
    padding-left:1.25rem;
    font-size: 1.5rem;
    color: #999999;
}
.square .desc{
    margin-top: 2rem;
    font-size: 1.25rem;
    color: #333333;
}
.square ul li {
    padding-top: 3.25rem;
    margin:auto;
    text-align: center;
}
.square ul li h1{
    font-size: 1.875rem;
    color: #0E3462;
}
.square ul li h1 span{
    font-size: 0.625rem;
    color: #666666;
}
.square ul li hr{
    width: 80px;
    background-color: #E8E8E8;
}
.square ul li p{
    font-size: 0.625rem;
}

.square .range{

}
.square .range div{
    border-bottom: 1px dotted #DEDCDC;
    padding-left: 2.75rem;
    padding-top: 2rem;
    line-height: 1.5rem;
}
.square .range div label{
    display: block;
    font-size: 1.375rem;
}
.square .range div.shop{
    background: url(../../img/page/vietnam/icon-shop.png) no-repeat left;
}
.square .range div.batch{
    background: url(../../img/page/vietnam/icon-batch.png) no-repeat left;    
}
.square .range div.more{
    background: url(../../img/page/vietnam/icon-more.png) no-repeat left;
}

.square .range div span{
    font-size: 1.125rem;
}