@font-face {
    font-family: "OPPOSans-H";
    src: url('../fonts/OPPOSANS-H.TTF');
}
@font-face {
    font-family: "OPPOSans-R";
    src: url('../fonts/OPPOSANS-R.TTF');
}
/*banner图 start*/
.publicIn_bannerText{
    overflow: hidden;
    position: absolute;
    z-index: 2;
    width: 100%;
    box-sizing: border-box;
    padding: 0px 4%;
    text-align: center;
    left: 0px;
}

.bannerTop h1 {
    font-family: OPPOSans-H;
	font-size: 0.48rem;
	font-weight: normal;
	font-stretch: normal;
	line-height: 0.86rem;
	letter-spacing: 0px;
	color: #79b53d;
}
.bannerTopContent{
    font-family: OPPOSans-R;
	font-size: 0.48rem;
	font-weight: normal;
	letter-spacing: 0px;
	color: #333333;
    padding-bottom: 0.4rem;
    position: relative;
    margin-bottom: 0.4rem;
}
.bannerTopContent:before{
    position: absolute;
    content: '';
    bottom: 0px;
    width: 0.7rem;
    height: 0.05rem;
    left: calc(50% - 0.35rem);
    background-color: #007fff;
}
.bannerText{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
}
.bannerText p{
    font-family: OPPOSans-R;
    background: url(../images/brickBlue.png) no-repeat;
    background-size: 0.12rem 0.12rem;
    background-position: 0px 50%;
    flex: 0 1 auto;
    padding-left: 0.25rem;
    font-size: 0.24rem;
    margin-top: 0.35rem;
    color: #333;
    vertical-align: middle;
    margin-right: 0.05rem;
    /* width: 100; */

}
/*banner end*/
.inputBox {
    padding: 0.4rem 0px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    display: flex;
    justify-items: center;
}

.inputBox span {
    display: inline-block;
    font-size: 0.3rem;
    color: #333333;
    text-align: left;
    width: 40%
}

.inputBox input {
    width: 60%;
    text-align: right;
    font-size: 0.3rem;
    color: #aaafb2;
}

.inputBox p {
    display: inline-block;
    width: 60%;
    font-size: 0.3rem;
    color: #aaafb2;
    text-align: right;
}

.inputBox p img {
    width: 0.14rem;
    height: 0.08rem;
    margin-left: 0.2rem;
}

.toPost {
    width: 100%;
    border: none;
    height: 0.9rem;
    background-color: #007fff;
    border-radius: 0.04rem;
    font-size: 0.32rem;
    color: #fff;
    margin: 0.6rem 0px;
    text-align: center;
    cursor: pointer;
    line-height: 0.6rem;
}

/*下方提示*/
.titleBox {
    background-color: #f2f8ff;
    padding: 0.3rem 4% 0.37rem 4%;
    display: flex;
    justify-items: center;
}

.titleBox img {
    width: 0.24rem;
    height: 0.24rem;
    padding-top: 0.05rem;
}

.titleBox span {
    display: inline-block;
    font-size: 0.24rem;
    line-height: 0.32rem;
    letter-spacing: 0px;
    color: #007fff;
    padding: 0px 0.16rem;
}

.selectCity {
    cursor: pointer;
}
/*弹框样式 start*/
.layui-m-layer0 .layui-m-layerchild{
    padding: 0px;
}
.layui-m-layercont{
    width: auto;
}
/*弹框样式 end*/