/*首页*/
.bj{
    width: 100%;
    height: 100%;
    background: url("images/bj.png") top center no-repeat;
    background-size: cover;
}
.mt60{
    margin-top: 0.6rem;
}
.mb50{
    margin-bottom: 0.5rem;
}
.mt15{
    margin-top: 0.15rem;
}
.tab-box{
    width: 5.65rem;
    height: 1.8rem;
    margin: 0 auto 0.3rem;
}
.tab-left{
    width: 3.65rem;
    height: 1.8rem;
}
.tab-right{
    width: 2rem;
    height: 1.8rem;
    background: #e3cda4;
    border-radius: 0 10px 10px 0;
}
.tab-l1{
    background: url("images/tab-1.png") center center no-repeat;
    background-size: 100%;
}
.tab-l2{
    background: url("images/tab-2.png") center center no-repeat;
    background-size: 100%;
}
.tab-l3{
    background: url("images/tab-3.png") center center no-repeat;
    background-size: 100%;
}
.ewm-box{
    width: 5.2rem;
    height: 2rem;
    padding-top: 0.1rem;
    margin: 0 auto 0.4rem;
}
.ewm{
    width: 1.45rem;
    height: 1.45rem;
    margin-bottom: 0.15rem;
}
.ewm-1{
     background: url("images/ewm-1.png") center center no-repeat;
     background-size: 100%;
}
.ewm-2{
    background: url("images/ewm-2.png") center center no-repeat;
    background-size: 100%;
}

.page-top{
    background: #E4B16B;
    padding:0.3rem 0.32rem;
    position: fixed;
    left: 0;
    right:0;
    top:0;
    height: 0.4rem;
    z-index: 1000;
}
.h100{
    height: 1rem;
}

.return-icon{
    display: block;
    width: 0.2rem;
    height: 0.36rem;
    background:url(images/return-icon.png) no-repeat;
    background-size: 100%;
}
.company-bg{
    background: #F8F8F8;
}
.white-bg{
    background: #fff;
}
.page-title{
    color: #FFFFFF;
}
.company-img{
    width: 100%;
}
.company-content{
    color: #666666;
    text-align: justify;
    line-height:0.44rem;
    text-indent: 0.56rem;
    margin: 0.44rem 0.44rem 0 0.4rem;
    color:#666;
}
.disabled{
    display: block;
    width:0.28rem;
    height:0.36rem;
    background: url(images/balloon2.png) no-repeat;
    background-size: 100%;
    margin-right: 0.14rem;
    margin-top: 0.08rem;
}

.balloon.disabled{
    background-image: url(images/balloon1.png);
}

.border-bottom{
    border-bottom: 1px solid #EDEFF2;
}
.justify {
    text-align: justify;
}

.lh54{
    line-height: 0.54rem;
}
.special-div{
    height: 2.9rem;
    background: #E7ECF3;
    margin-top: 0.16rem;
}
.search-div{
    padding:0.2rem 0.3rem;
}
.rel{
    position:relative!important;
}
.input{
    background: #FFFFFF;
    border: 1px solid #DADADA;
    box-shadow: inset 0 1px 3px 0 #E0E7FF;
    border-radius: 1rem;
    width: 100%;
    height: 0.56rem;
    line-height: 0.56rem;
    text-align: center;
    position: relative;
    z-index: 21;
}
.search-label{
    position: absolute;
    left: 0;
    right: 0;
    top:0;
    bottom:0;
    text-align: center;
    line-height: 1rem;
    z-index: 21;
}
.search-icon{
    display: inline-block;
    width: 0.28rem;
    height: 0.28rem;
    background: url(images/search-icon.png) no-repeat;
    background-size: 100%;
    margin-right: 0.1rem;
    vertical-align: middle;
}
.none{
    display: none!important;
}
.product-tab{
    border-bottom: 1px solid  #EDEFF2;
    height: 0.8rem;
    line-height: 0.8rem;
    position: relative;
    z-index: 11;
    background: #fff;
}

.right-border{
    border-right: 1px solid #E0E3E8;
}
.select{
    width: 2.12rem;
}
.select select{
    border:none;
    margin-left: 0.34rem;
}
.bg-div{
    background: #F7F7F7;
    border-radius: 2px;
    padding:0.16rem 0.24rem 0.18rem;
}

.red-style{
    color:#FF6161;
}

.arrow{
    display: block;
    width: 0.16rem;
    height: 0.12rem;
    background: url(images/arrow-down.png) no-repeat;
    background-size: 100%;
    margin-left:0.18rem;
}
.arrow.up{
    background-image: url(images/arrow.png);
}
.select-content{
    position: absolute;
    left: 0 ;
    right:0 ;
    top:0.82rem;
    background: #fff;
    z-index: 100;
}
.select-item{
    padding-left: 0.32rem;
    padding-right: 0.38rem;
    height: 0.8rem;
    line-height: 0.8rem;
}
.shadow{
    position: absolute;
    left: 0;
    top:0;
    right:0;
    bottom:0;
    background: #F8F8F8;
    z-index: 10;
}
.choose .f-66{
    color: #E4B16B;
}
.choosed{
    display:block;
    width: 0.36rem;
    height: 0.36rem;
    background: url(images/choosed.png) no-repeat;
    background-size: 100%;
}

.border-top{
    height: 0.96rem;
    border-top:1px solid #EDEFF2;
    padding-right: 0.36rem;
}
.mt4{
    margin-top: 0.04rem;
}
.mt12{
    margin-top: 0.12rem;
}
.mt14{
    margin-top: 0.14rem;
}
.mt16{
    margin-top: 0.16rem;
}


.mt22{
    margin-top: 0.22rem;
}
.mb22{
    margin-bottom: 0.22rem;
}
.ml32{
    margin-left: 0.32rem;
}

.pb24{
    padding-bottom: 0.24rem;
}
.pr28{
    padding-right: 0.28rem;
}
.pb30{
    padding-bottom: 0.3rem;
}
.pt32{
    padding-top:0.32rem;
}
.pl34{
    padding-left: 0.34rem;
}
.pr36{
    padding-right: 0.36rem;
}
.pl38{
    padding-left: 0.38rem;
}
.pr38{
    padding-right: 0.38rem;
}
.pl40{
    padding-left: 0.4rem;
}
.mr60{
    margin-right: 1.2rem;
}




.f-33{
    color:#333;
}
.f-66{
    color:#666;
}
.f-99{
    color:#999;
}

.company-content2{
    position: absolute;
    top:1rem;
    bottom:0;
    left: 0;
    right:0;
    background: url(images/company-bg2.png) top center no-repeat;
    background-size: 100% 100%;
}
.small-bg{
    width: 2rem;
    height: 2rem;
    border-radius: 8px;
    overflow: hidden;
}

.small-name{
    background: #434343;
    height: 0.64rem;
    font-size: 0.32rem;
    color: #FFFFFF;

}
.company2-item{
    padding:0.66rem 0.66rem 0 1.2rem;
}
.company2-icon{
    display: block;
    width: 1.2rem;
    height: 1.2rem;
    background: url(images/company2-icon1.png) no-repeat;
    background-size: 100%;
}
.company2-icon2{
    background-image: url(images/company2-icon2.png);
}
.company2-icon3{
    background-image: url(images/company2-icon3.png);
}
.company2-icon4{
    background-image: url(images/company2-icon4.png);
}
.company2-icon5{
    background-image: url(images/company2-icon5.png);
}
.company2-icon6{
    background-image: url(images/company2-icon6.png);
}
.company2-icon7{
    background-image: url(images/company2-icon7.png);
}
.company2-icon8{
    background-image: url(images/company2-icon8.png);
}
.company2-icon9{
    background-image: url(images/company2-icon9.png);
}
.company2-icon10{
    background-image: url(images/company2-icon10.png);
}
.company2-icon11{
    background-image: url(images/company2-icon11.png);
}
.company2-icon12{
    background-image: url(images/company2-icon12.png);
}

.ewm-box img{
    width: 1.45rem;
    height: 1.45rem;
    margin-bottom: 0.15rem;
}

