/* nav */
/*.nav_box {*/
/*    position: relative;*/
/*    background: #333333;*/
/*    box-shadow: 0 2px 4px 4px rgba(64, 68, 77, 0.05);*/
/*}*/
/*.fengniao_box{*/
/*    background: #ffffff;*/
/*}*/


/* banner */
.shijia_ban{
    width: 100%;
    height: 500px;
    background: url(../images/shijia.png) no-repeat center center;
    background-size:cover;
    position: relative;
}



/* content */
.yuyue_con {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.yuyue_form_box {
    width: 1060px;
    height: 542px;
    margin: 0 auto;
    background: #F9F9F9;
    margin-top: 20px;
    margin-bottom: 40px;
    overflow: hidden;
    padding-top: 50px;
}

.yuyue_title {
    height: 72px;

    font-size: 24px;
    color: #333333;
    letter-spacing: 1.5px;
    line-height: 72px;
    text-indent: 37px;
}

.yuyue_information {

    font-size: 22px;
    color: #333333;
    letter-spacing: 0;
    line-height: 22px;
    margin-left: 205px;
    margin-top: 70px;
}

.yuyue_form_box p {
    font-size: 18px;
    color: #333333;
    letter-spacing: 0;
    line-height: 18px;
    margin-left: 298px;
}

.p_name {
    margin-top: 32px;
}

.yuyue_form_box input,
.city_box {
    width: 460px;
    height: 46px;
    display: block;
    margin: 0 auto;
    margin-top: 8px;
}

.p_phone,
.p_city {
    margin-top: 24px;
}

.yuyue_form_box input {
    text-indent: 20px;
    font-size: 16px;
    color: #333333;
    background: #FFFFFF;
    border: 1px solid #E3E7ED;
    box-sizing: border-box;
    opacity: 0.8;
}

.city_box {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.china {
    width: 126px;
    height: 46px;
    line-height: 46px;
    text-align: center;

    font-size: 18px;
    color: #333333;
    border: 1px solid #E3E7ED;
    background: #ffffff;
    box-sizing: border-box;
    opacity: 0.8;
}

.select {
    width: 200px;
    height: 46px;
    position: relative;
    margin-right: 10px;
}

.prov,
.city,
.dist{
    width: 150px;
    height: 46px;
    color: #333333;
    border: 1px solid #E3E7ED;
    background: #ffffff;
    box-sizing: border-box;
    opacity: 0.8;
    font-size: 18px;
    color: #333333;
    text-indent: 20px;
    position: relative;
}

.select:after {
    content: "▼";
    padding: 12px 20px;
    position: absolute;
    right: 10px;
    top: 0;
    z-index: 1;
    text-align: center;
    width: 10%;
    height: 100%;
    pointer-events: none;
    box-sizing: border-box;
    opacity: .6;
}

.submit {
    width: 200px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    margin: 0 auto;
    margin-top: 60px;
    background: #6467ac;
    border-radius: 4px;
    font-size: 18px;
    letter-spacing: 1.12px;
    opacity: 1;
    color: #ffffff;
    cursor: not-allowed;
}

/*gai*/
.yuyetitle{text-align: center;margin: 40px 0;}
.yuyetitle h2{font-size: 40px;color: #333;margin-bottom: 20px;}
.yuyetitle p{font-size: 18px;color: #333;}
.serch{
    overflow: hidden;
    background: url("../images/cioty.png") no-repeat;
    background-size: 100% 100%;
    width: 1060px;
    height: 100px;
    margin: 80px auto 40px;
}
.serch span{
    float: left;
    font-size: 36px;
    color: #333;
    margin-top: 25px;
    margin-left: 30px;
}
.sercity{float: right;margin-top: 30px;margin-right: 30px;}
.serchshop{width: 1060px;margin: 0 auto;overflow: hidden;}
.serchshopitem{float: left;width: 50%;margin-bottom: 40px;}
.shopname{font-size: 20px;color: #000;font-weight: 700;}
.shoptname{margin: 7px 0;overflow: hidden;}
.shoptname span:first-child{font-size: 16px;color: #999;float: left;}
.shoptname span:last-child{font-size: 16px;color: #333;float: left;}
.phone2{
    color: #6467ac !important;
    font-weight: normal;
}