.pageCenter {
    width: 100%;
    min-width: 1080px;
    background-color: #F1EFEF;
    margin-top: 80px;
    font-family: Microsoft YaHei;
}

.advertiseType {
    padding-bottom: 20px;
    background-color: #fff;
}

.typeTitle {
    font-size: 22px;
    font-weight: bold;
}

.typeBox {
    width: 1000px;
    margin: 0 auto;
   
    /* display: flex;
    flex-wrap: wrap;
    justify-content: space-between; */
}

.typeItem {
    width: 319px;
    margin-top: 20px;
    margin-right: 20px;
}

.typeItem:nth-of-type(3n) {
    margin-right: 0;
}

.typeItem img {
    width: 100%;
    height: 185px;
    object-fit: cover;
    box-sizing: border-box;
    border: 2px solid transparent;
}

.typeItemAct {
    box-shadow: 0 0 10px 2px #dcdcdc;
}

.typeItemAct img {
    border: 2px solid #378BEC;
}

.typeItemAct .typeTxt {
    color: #378BEC;
}

.typeTxt {
    padding: 10px 0;
    text-align: center;
    font-weight: bold;
}

.typeItem:hover {
    box-shadow: 0 0 10px 2px #dcdcdc;
    transform: scale(1.1);
    transition: transform 1s;
}


/* form表单部分 */

.advertiseForm {
    padding: 30px 0 50px 0;
}

.linkTxt {
    width: 1000px;
    margin: 0 auto;
    font-size: 22px;
    color: #666;
}

.advFormBox {
    width: 1000px;
    margin: 0 auto;
}

.advFormItem {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 30px;
}

.formItemTiltle {
    font-size: 22px;
    font-weight: bold;
    padding: 10px 0;
    margin-right: 20px;
}

.formStyleBox {
    /* display: flex;
    flex-wrap: nowrap; */
}

.formStyleItem {
    width: 90px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    border: 1px solid #ccc;
    background-color: transparent;
    border-radius: 4px;
    margin-right: 15px;
    float: left;
}

.formStyleItem2 {
    height: 40px;
    margin-left: 15px;
    float: left;
}
.formStyleItem2:first-child{
    margin-left: 0;
}
.formStyleItem2 span{
    font-size: 12px;
    color: red;
}
.formStyleItem2 i{
    font-size: 22px;
    font-style: normal;
}
.formStyleItem2 input {
    height: 38px;
    width: 200px;
    font-size: 14px;
    line-height: 38px;
    border-radius: 4px;
    border: 1px solid #ccc;
    background-color: transparent;
    text-indent: 10px;
}
.blocks_media_square{
    display: none;
}
.formStyleItem2 input::-webkit-outer-spin-button,
.formStyleItem2 input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.formStyleItem2 input[type="number"] {
    -moz-appearance: textfield;
}

.formStyleItemAct {
    background-color: #378BEC;
    color: #fff;
    border: 0;
}

#demandTxt {
    width: 980px;
    height: 130px;
    margin-top: 20px;
    background-color: transparent;
    border: 1px solid #ccc;
    border-radius: 4px;
    resize: none;
    padding: 10px;
}

.formBtnBox {
    width: 580px;
    margin: 20px auto;
    font-size: 17px;
}

#reloadForm {
    width: 200px;
    height: 60px;
    background-color: transparent;
    border: 1px solid #ccc;
    border-radius: 4px;
}

#getOffer {
    width: 350px;
    height: 60px;
    margin-left: 20px;
    background-color: #378BEC;
    border: 1px solid #378BEC;
    color: #fff;
    border-radius: 4px;
}

.formtype3 {
    margin-top: 10px;
}

.formStyleItem,
.typeItem,
#reloadForm,
#getOffer,
#province select,
#province select option:hover {
    cursor: pointer;
    outline: none;
}


/* 弹出层样式 */

.popBox {
    position: relative;
    display: none;
    width: 600px;
    background-color: #fff;
}

.closePop {
    position: absolute;
    right: 20px;
    top: 20px;
    background-color: #ccc;
    width: 15px;
    height: 15px;
}

.popTxt {
    font-size: 13px;
    color: #666;
    z-index: 100;
}

.popTitle {
    width: 100%;
    text-align: center;
    font-size: 22px;
    margin-top: 35px;
    font-weight: bold;
}

.verifyItem {
    position: relative;
    width: 430px;
    height: 42px;
    border: 1px solid #ccc;
    margin-top: 30px;
    margin-left: 85px;
}

.verifyIco {
    position: absolute;
    top: 13px;
    left: 10px;
    width: 17px;
    height: 20px;
}

.verifyInput {
    width: 90%;
    background-color: transparent;
    border: 0;
    height: 40px;
    line-height: 42px;
    margin-left: 40px;
}

.getCode {
    position: absolute;
    right: -1px;
    top: -1px;
    width: 120px;
    background-color: #378BEC;
    border: 1px solid #378BEC;
    border-radius: 0px 2px 2px 0px;
    color: #fff;
    height: 44px;
    cursor: pointer;
}

.submitLogin {
    width: 430px;
    margin-left: 85px;
    height: 54px;
    background-color: #378BEC;
    color: #fff;
    border: 0;
    cursor: pointer;
    border-radius: 4px;
    margin-top: 50px;
    margin-bottom: 60px;
}


/* 获得报价弹窗 */

.offerBoxTop {
    position: absolute;
    top: 0;
    width: 100%;
    background-color: #378BEC;
    height: 120px;
    z-index: 0;
}

.offerBoxTitle {
    width: 50%;
    margin-left: 25%;
    padding-top: 50px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    z-index: 100;
}

.offerBoxTitle p {
    color: #fff;
    font-size: 33px;
    font-weight: bold;
    z-index: 100;
}

.offerNum {
    color: #378BEC;
    width: 100%;
    text-align: center;
    font-size: 47px;
    margin-top: 20px;
}

.popTxt2 {
    color: #999;
    width: 80%;
    margin-left: 10%;
    text-align: center;
    font-size: 12px;
    margin-top: 20px;
    line-height: 24px;
}

.popMobile {
    width: 314px;
    height: 34px;
    margin-left: 132px;
    background-color: #378BEC;
    color: #fff;
    font-size: 18px;
    border-radius: 4px;
    line-height: 34px;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 30px;
}


/* 省份多选 */

.select-Button {
    width: 100px;
    height: 40px;
    cursor: pointer;
    border: 0;
    border-radius: 4px;
    color: #fff;
    background-color: #378BEC;
}

.adv-city {
    margin-top: 10px;
    font-size: 22px;
    cursor: pointer;
}

.trach-img {
    height: 20px;
    margin-top: 5px;
    margin-right: 10px;
}

.trach-border {
    margin: 15px 10px;
    width: 25px;
    height: 1px;
    background-color: #000;
}

.trach-pro {}

.trach-select {
    margin-left: 12px;
    font-size: 32px;
    line-height: 25px;
}

.adv-citybox {
    width: 100%;
}

.region-square {
    width: 100%;
}
.region-square-item {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    line-height: 25px;
    margin-top: 20px;
}
.region-square-title {
    font-size: 18px;
    font-weight: bold;
    padding: 10px 0;
    margin-right: 20px;
}

.region-square .formStyleItem2{
    margin-left: 0;
}
/* 地址展示样式 */

.siteItem {
    line-height: 25px;
    margin-top: 20px;
}

.deletePro {
    width: 16px;
    height: 16px;
    margin-top: 5px;
}

.txtPro {
    font-size: 14px;
    color: #333;
    padding-left: 8px;
}

.cityItem {
    margin: 0 8px;
    margin-top: -1px;
}

.cunty-item {}

.cunty-first {
    margin: 0 5px;
    display: none;
}

.cunty-item:first-of-type .cunty-first {
    display: inline;
}

.cunty-item:first-of-type .cunty-line {
    display: none;
}
.deletePro{
    cursor: pointer;
}

.sizehint-title{
    width: 100%;
    height: 36px;
    line-height: 36px;
    text-align: center;
    background-color: #378BEC;
    color: #fff;
}
.sizehint-txt{
    padding-top: 20px;
    height: 80px;
    text-align: center;
}
.sizehint-btn{
    width: 260px;
    height: 44px;
    margin: 20px 170px;
    background-color: #378BEC;
    color: #fff;
    border: 0;
    cursor: pointer;
    border-radius: 4px;

}