﻿*{
    padding: 0;
    margin: 0;
    color: #999999;
    font-size: 0.75rem;
    text-decoration: none;
    list-style: none;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    font-family: "微软雅黑", '宋体', Arial, Helvetica, sans-serif;
}
body{
    background: #f5f5f5;
}
html,body{
    font-size: 67.5%;
}
.clear:after{
    content: "";
    display: block;
    clear: both;
}
.floatL{
    float: left;
}
.floatR{
    float: right;
}
.PC{
    display: none !important;
}

.headerTopAllDiv{
    width: 100%;
    padding: 0 10px;
    background: #ffffff;
}
.logoDiv{
    height: 90px;
    padding: 15px 0;
}
.logoDiv a{
    display: block;
    height: 100%;
}
.logoDiv a img{
    height: 100%;
    width: auto !important;
}
.headerTopDiv{
    position: relative;
}
.NavDiv{
    padding: 30px 0;
    position: absolute;
    right: 85px;
    top: 0px;
}
.NavDiv a{
    width: 60px;
    height: 30px;
    display: inline-block;
    text-align: center;
    font-size: 14px;
    color: #666666;
    line-height: 30px;
    border: 1px solid #008100;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
}
.EnterBtn{
    width: 80px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    display: block;
    border: 1px solid #008100;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    margin: 30px 0;
    font-size: 14px;
    color: #666666;
}

.bodyDiv{
    width: 100%;
    padding-bottom: 100px;
    background-image: url("../images/bgWap.png");
    background-size: 100% auto;
    background-repeat: no-repeat;
}
.bannerAllDiv{
    width: 100%;
}
.bannerDiv img{
    width: 100%;
    display: block;
}
.bannerWAP{
    display: block;
    position: relative;
}
.bannerD{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 9;
    left: 0;
    top: 0;
}
.bannerTit{
    position: absolute;
    left: 15px;
    top: 20%;
}
.bannerTit div{
    font-size: 1.5rem;
    color: #fde11a;
    font-weight: bold;
    width:62%
}
.bannerTit h3{
    font-size: 3rem;
    font-weight: bold;
    color: #ffffff;
}
.bannerTime{
    width: 150px;
    font-size: 1rem;
    color: #ffffff;
    background: #ff855f;
    padding: 5px 0;
    text-align: center;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -o-border-radius: 20px;
    position: absolute;
    left: 15px;
    top:56%;
}
.bannerWord{
    position: absolute;
    left: 15px;
    bottom: 10px;
}
.bannerWord div{
    font-size: 0.75rem;
    color: #ffffff;
    line-height: 1.5rem;
}

.indexFDiv{
    padding: 10px 0;
    background: #ffffff;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    margin: 0 10px;
    margin-bottom: 20px;
}
.indexF{
    width: 25%;
    text-align: center;
    position: relative;
}
.indexF:before{
    content: "";
    display: block;
    width: 1px;
    height: 50px;
    background: #dddddd;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -25px;
}
.indexF:before:first-child{
    display: none;
}
.IndexFNum{
    display: inline-block;
}
.indexFT{
    font-weight: bold;
    color: #333333;
    width: 100%;
    padding-left: 10px;
    text-align:left;
}
.indexFT span{
    width: 42px;
    font-size: 20px;
    font-weight: bold;
    color: #333333;
    display: inline-block;
    line-height: 30px;
}
.indexFT b{
    display: none;
}
.indexFB{
    padding-top: 20px;
    font-size: 12px;
    color: #999999;
    position: relative;
    text-align: left;
}
.indexFB:before{
    content: "";
    width: 24px;
    height: 4px;
    background: #008100;
    position: absolute;
    left: 10px;
    top: 10px;
}

.indexInfoDiv{
    background: #ffffff;
    padding: 20px 30px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -o-border-radius: 20px;
}
.indexInfoD{
    margin-bottom: 10px;
}
.indexInfoTop{
    text-align: center;
    font-size: 30px;
    color: #008100;
    font-weight: bold;
    line-height: 60px;
    border-bottom: 1px solid #edeff3;
    position: relative;
}
.indexInfoTop:after{
    content: "";
    display: block;
    width: 26px;
    height: 3px;
    background: #008100;
    position: absolute;
    left: 50%;
    margin-left: -13px;
    bottom: -2px;
}
.indexInfoAreaDiv{
    padding: 15px 0;
    position: relative;
}
.indexInfoArea{
    font-size: 14px;
    color: #999999;
}
.indexInfoArea span{
    display: inline-block;
}
.indexInfoArea span a{
    font-size: 14px;
    color: #999999;
    margin-left: 5px;
}
.indexInfoArea span .indexInfoOn{
    font-size: 14px;
    color: #008100;
    margin-left: 5px;
    font-weight: bold;
}
#expressArea{
    font-size: 14px;
}
.hot-city p,
.hot-city li,
.area-list li,
.selet-area-wrap span{
    font-size: 14px;
}
.selet-area-wrap span{
    line-height: 40px;
}
.indexInfoAreaBtn{
    font-size: 14px;
    color: #999999;
    cursor: pointer;
}
.indexInfoAreaBtn span{
    width: 12px;
    height: 8px;
    margin-left: 5px;
    display: inline-block;
    background-image: url("../images/down.png");
    background-size: cover;
    vertical-align:middle;
    -webkit-vertical-align:middle;
    -o-vertical-align:middle;
}
.indexInfo{
    width: 100%;
    border:1px solid #edeff3 ;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    padding: 10px;
    display: block;
    margin-bottom: 10px;
}
.indexInfoImg{
    width: 80px;
    height: 80px;
}
.indexInfoImg img{
    display: block;
    border-radius: 50%;
    height: 80px;
    width: 80px;
}
.indexInfoR{
    width: calc(100% - 90px);
}
.indexInfoRT{
    font-size: 16px;
    color: #333333;
    line-height: 20px;
    text-overflow:ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.indexInfoRC{
    text-align: left;
    margin: 5px 0 0 0;
}
.indexInfoRC span{
    padding: 2px 5px;
    display: inline-block;
    background: #f4f6f8;
    font-size: 12px;
    color: #666666;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
}
.indexInfoRB div{
    font-size: 12px;
    color: #999999;
}
.indexInfoRB p{
    font-size: 12px;
    color: #999999;
}
.indexInfoRB p span{
    font-size: 12px;
    display: inline-block;
    color: #14835d;
}
.indexNumDiv{
    text-align: center;
}
.indexNumDiv a{
    width: 37px;
    height: 37px;
    display: inline-block;
    text-align: center;
    line-height: 37px;
    color: #666666;
    font-size: 16px;
    border: 1px solid #e8e8e8;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
}
.indexNumDiv .indexNumOn{
    border-color: #2bb781;
    color: #2bb781;
}

.ui-form-item{
    position: absolute;
    right: 0;
}
.ui-form-item{
    width: 150px;
}
.weui-picker__item{
    font-size: 16px !important;
}

/*---- product start ----*/
.productBody{
    background: #f5f5f5;
}
.productTopAllDiv{
    width: 100%;
    background: #ffffff;
    padding: 20px 10px;
    margin-bottom: 10px;
}
.productTopDiv{
    height: 100%;
}
.productTopL{
    margin-right: 5px;
}
.productTopL img{
    height: 50px;
    display: block;
}
.productTopR h3{
    font-size: 14px;
    color: #333333;
    line-height: 30px;
}
.productTopR div{
    font-size: 12px;
    color: #999999;
    line-height: 20px;
}
.productAllDiv{
    width: 100%;
    background: #f5f5f5;
}
.product1LImgDiv{
    width: 100%;
}
.product1Div{
    margin-bottom: 18px;
}
.product1LD{
    width: 100%;
}
.product1L{
    width: 100%;
    padding:10px;
    background: #ffffff;
}
.product1L h3{
    font-size: 16px;
    color: #333333;
    margin-bottom: 10px;
}
.product1LWord{
    font-size: 14px;
    color: #666666;
    line-height: 24px;
}
.product1LImgDiv .swiper-container{
    width: 100%;
}
.product1LImgDiv .swiper-wrapper{
    width: 100%;
    display: block;
}
.product1LImgDiv .swiper-wrapper:after{
    content: "";
    display: block;
    clear: both;
}
.product1LImg{
    width: 42%;
    display: block;
    margin: 4%;
    float: left;
}
.product1LImg img{
    width: 100%;
    display: block;
    max-height:110px;	
}
.product1LImgDiv .swiper-button-next{
   display: none;
}
.product1LImgDiv .swiper-button-prev{
    display: none;
}
.product1RD{
    width: 100%;
    padding:10px;
    background: #ffffff;
    margin-bottom: 10px;
}
.product1RD1{
    font-size: 16px;
    color: #333333;
    font-weight: bold;
    margin-bottom: 10px;
}
.product1RD2{
    position: relative;
    font-size: 14px;
    color: #999999;
    line-height: 20px;
    margin-bottom: 10px;
    padding-left: 4px;
}
.product1RD2:before{
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -1px;
    width: 2px;
    height: 2px;
    background: #999999;
}
.product1RD2 span{
    margin-left: 10px;
    font-size: 14px;
}
.product2Div{
    margin-bottom: 10px;
}
.product2LD{
    width: 100%;
    background: #ffffff;
    padding: 10px;
    position: relative;
}
.product2LDTop{
    font-size: 16px;
    color: #333333;
    margin-bottom: 10px;
}
.product2LDInfo{
    padding-bottom: 10px;
    border-bottom: 1px dashed #dddddd;
    margin-bottom: 15px;
}
.product2LD1L{
    font-size: 14px;
    color: #333333;
    line-height: 20px;
    font-weight: bold;
}
.product2LD1{
    margin-bottom: 10px;
}
.product2LD1R{
    font-size: 12px;
    color: #999999;
    line-height: 20px;
}
.product2LD1R span{
    font-size: 12px;
    color: #008100;
    font-weight: bold;
    margin-left: 10px;
}
.product2LD2{
    margin-bottom: 10px;
}
.product2LD2 b{
    font-size: 14px;
    color: #fb5f3d;
    line-height: 20px;
}
.product2LD2 span{
    font-size: 12px;
    color: #999999;
    display: inline-block;
    margin-left: 4px;
    line-height: 20px;
}
.product2LD3{
    margin-bottom: 10px;
}
.product2LD3 span{
    padding:4px 6px;
    display: inline-block;
    background: #f2f9f2;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    font-size: 14px;
    color: #333333;
    margin-right: 10px;
}
.product2LD4{
    font-size: 14px;
    color: #999999;
}
.product2LDInfoBtn{
    font-size: 14px;
    color: #008100;
    font-weight:bold;
    background: #eeeeee;
    padding: 14px;
    width: 100%;
    display: block;
    text-align: center;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999999;
}
.product1AllDiv{
    padding-bottom: 20px;
}
.product2RD{
    display: none;
}


.productAllBgDiv{
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top:0;
    right: 0;
    bottom: 0;
    z-index: 999999;
    display: none;
}
.productBg{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 1;
}
.productAllInfoD{
    position: absolute;
    width: 90%;
    padding: 24px;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    z-index: 9;
    background: #ffffff;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -o-border-radius: 6px;
}
.productAllTop{
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;
    color: #333333;
    position: relative;
    margin-bottom: 20px;
}
.productAllTop span{
    position: absolute;
    right: 0;
    top:0;
    line-height: 30px;
    display: block;
    color: #333333;
    cursor: pointer;
    font-size: 16px;
}
.productAllCode{
    text-align: center;
    max-height: 160px;
    margin-bottom: 20px;
}
.productAllCode img{
    height: 160px;
    width: 160px;	
    display: inline-block;
}
.productAllWord{
    text-align: center;
    font-size: 14px;
    color: #666666;
    line-height: 20px;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
}
/*---- product end ----*/


