.typeahead{
    color: red !important;
    position: absolute;
    z-index: 1111111111111;
    background: #fff;
    width: 265px;
    padding: 1%;
    top: 75px !important;
    left: 237.5px !important;
}
.typeahead li{
    border-bottom: 1px solid #eee;
}.typeahead li strong{
     color: red !important;
 }
.typeahead li:hover{
    background: #1ea1f3;
}
.trade_zong:hover{
    height: 43px;
    line-height: 43px;
}
.pageination_align {
    text-align: center
}

.pageination {
    color: #48576a;
    font-size: 12px;
    display: inline-block;
    user-select: none;

}

.pagination_page {
    padding: 0 4px;
    border: 1px solid #d1dbe5;
    border-right: 0;
    background: #fff;
    font-size: 13px;
    min-width: 28px;
    height: 28px;
    line-height: 28px;
    cursor: pointer;
    box-sizing: border-box;
    text-align: center;
    float: left;
}

.pagination_page_right {
    border-right: 1px solid #d1dbe5;
}

.pagination_page:hover {
    color: #20a0ff;
}

.disabled {
    color: #e4e4e4 !important;
    background-color: #fff;
    cursor: not-allowed;
}

.pagination_page_active {
    border-color: #20a0ff;
    background-color: #20a0ff;
    color: #fff !important;;
    cursor: default;
}
html,body{
    padding: 0;
    margin: 0;
}
a{
    text-decoration: none;
}
ul,li{
    margin: 0;
    padding: 0;
    list-style: none;
}
.wrapper{
    width: 1170px;
    margin: auto;
}
.wrapper_img img{
    width: 100%;
}
.wrapper_img{
    width: 100%;
}
.content{
    width: 100%;
    height: auto;
    position: relative;
    background: white;

}
.wrapper_top{
    position: relative;
}
.wrapper_top p{
    position: absolute;
    top: 13%;
    text-align: center;
    width: 100%;
    color: #fff;
    font-size: 36px;
    letter-spacing: 7px;
    font-weight: bold;
}
.Boutique_title p{
    text-align: center;
    font-size: 30px;
    color: #000;
    letter-spacing: 7px;
    text-shadow: yellow 2px 2px 2px;
}
.Boutique_content ul li{
    display: inline-block;
    float: left;
    width: 11.6%;
    margin: 1.3%;
    border-radius: 50px;
    box-shadow: 0px 0px 5px 0px #cecece;
}
.Boutique_content ul li:hover{
    box-shadow: 0px 0px 15px 0px #1b78dc;
}
.Boutique_content ul li a img{
    width: 77%;
    /* border-radius: 8px; */
    margin: auto;
    display: block;
}
.Boutique_content{
    margin-bottom: 50px;
}
.Boutique_content ul{
    overflow: hidden;
}
.queryRoute{
    width: 100%;
    height: auto;
    margin-top: -30px;
}
.queryRoute_title{
    width: 100%;
    font-size: 30px;
    text-align: center;
    letter-spacing: 7px;
    height: 30px;
}
.trade{
    width: 400px;
    overflow: hidden;
    margin: auto;
    text-align: center;
    height: 43px;
}
.trade_wai{
    background: #E3432B;
    border-radius: 50px 0 0 50px ;
    width: 50%;
    float: left;
    height: 40px;
    line-height: 40px;
    color: #fff;
    cursor:pointer;
}
.trade_nei{
    background: #71B0FF;
    border-radius: 0 50px 50px 0;
    width: 50%;
    float: left;
    height: 40px;
    line-height: 40px;
    color: #fff;
    cursor:pointer;
}
.trade button{
    width: 50%;
    float: left;
    height: 50px;
    outline: none;
    line-height: 45px;
    color: #fff;
    font-size: 20px;
}
.trade_switch{
    width: 800px;
    height: 50px;
    margin: 50px auto;
}
.trade_switch_img{
    width: 30px;
    margin: auto;
    display: block;
}
.trade_switch_SetOut{
    width: 45%;
    float: left;
}
.trade_switch_zhongjian{
    width: 10%;
    float: left;
}
.trade_switch_Arrive{
    width: 45%;
    float: left;
}
.trade_switch_chufa{
    width: 50%;
    text-align: center;
    float: left;
    font-size: 25px;
}
.trade_switch_daoda{
    width: 50%;
    text-align: center;
    float: left;
    font-size: 25px;
}
.trade_switch_content{
    width: 45%;
    float: left;
    height: 30px;
    border-bottom: 1px solid;
}
.trade_switch_content input{
    height: 29px;
    border: 0px;
    border-bottom: 1px solid #000;
    outline:none;
    font-size: 18px;
    width: 180px;
    text-align: center;
    color: #000;
}
.chufaX_wrapper,.daodaX_wrapper{
    width: 1110px;
    background: rgba(0,0,0,0.8);
    overflow: hidden;
    padding: 30px;
    position: fixed;
    z-index: 1;
    height: 600px;
    display: none;
}
.chufa,.daoda{
    cursor:pointer;
    width: 100%;

    height: 100%;
    font-size: 18px;
}
.chufaX,.daodaX{
    width: 1070px;
    position: fixed;
    height: 540px;
    z-index: 11111111;
    overflow: hidden;
}
.chufaX_address ,.daodaX_address{
    width: 12%;
    margin: 0.25%;
    height: 30px;
    background: #fff;
    color: #000;
    border-radius: 10px;
    text-align: center;
    line-height: 30px;
    float: left;
    cursor:pointer;
}
.chufaX{
    overflow-y: auto;
}
.daodaX{
    overflow-y: auto;
}
.chufaX::-webkit-scrollbar {/*滚动条整体样式*/
    width: 10px;     /*高宽分别对应横竖滚动条的尺寸*/
    height: 20px;
}
.chufaX::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background: #71B0FF;
}
.chufaX::-webkit-scrollbar-track {/*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    border-radius: 0;
    background: rgba(0,0,0,0.1);
}

.daodaX::-webkit-scrollbar {/*滚动条整体样式*/
    width: 10px;     /*高宽分别对应横竖滚动条的尺寸*/
    height: 20px;
}
.daodaX::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background: #71B0FF;
}
.daodaX::-webkit-scrollbar-track {/*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    border-radius: 0;
    background: rgba(0,0,0,0.1);
}

.myOption{
    width: 800px;
    margin: auto;
    height: 50px;
}
.myOption label{
    width: 40%;
    display: inline-block;
    text-align: center;
}
.myOption label input{
    width:22px
}
.myOption button{
    display: inline-block;
    width: 100px;
    height: 30px;
    background: red;
    color: #fff;
    font-size: 18px;
    border: 1px solid transparent;
    outline: none;
}
.hy-radio {
    width: 22px !important;
    height: 0px;
    background-color: #000;
    /*margin-right: 30px;*/
    border-radius: 50%;
    position: relative;
    top: -13px;

}
.hy-radio:before,.hy-radio:after {
    content: '';
    display: block;
    position: absolute;
    border-radius: 50%;
    transition: .3s ease;
}
.hy-radio:before {
    top: 0px;
    left: 0px;
    width: 18px;
    height: 18px;
    background-color: #fff;
    border: 1px solid #1485FD;
}
.hy-radio_red:before{
    border: 1px solid #E3432B !important;
}
.hy-radio:after {
    top: 6px;
    left: 6px;
    width: 8px;
    height: 8px;
    background-color: #fff;
}
.hy-radio:checked:after {
    top: 4px;
    left: 4px;
    width: 12px;
    height: 12px;
    background-color: #1485FD;
}
.hy-radio_red:checked:after{
    background-color: #E3432B !important;
}
.hy-radio:checked:before {
    border-color:#1485FD;
}
.hy-radio_red:checked{
    background-color: #E3432B !important;
}
#trade_wai{
    margin-right: 5px;
}
#trade_nei{
    margin-left: 9px;
}
/*分页start*/
.pagingUl{
    float:right;
    padding:0;
    margin:0;
    list-style: none;
}
.pagingUl li{
    float: left;
    width: 30px;
    height: 30px;
    list-style:none;
    text-align: center;
}
.pagingUl li a{
    text-decoration: none;
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 28px;
    padding: 0;
    background: #fafafa;
    color: #666;
    font-size: 12px;
    border: 1px solid #ddd;
}

.prv, .next {
    width: 30px;
    height: 30px;
    float: left;
    text-align: center;
    line-height: 30px;
    border: 1px solid #ddd;
    cursor: pointer;
}
.first, .last {
    width: 30px;
    height: 30px;
    font-size: 12px;
    text-align: center;
    line-height: 30px;
    border: 1px solid #ddd;
    cursor: pointer;
}
.pageTest{
    width: 400px;
    margin: auto;
}
.activP{
    background-color: #367fa9!important;
    color: #fff!important;
}
.rctable td {
    padding: 8px 15px;
    font-size: 21px;
    border: solid 1px #e8e8e8;
    line-height: 20px;
}
.tr_list{
    height: 120px;
    display: none;
}
.pc_wrap{
    display: block;
}
.app_wrap{
    display: none;
}
.chufatishi ,.daodatishi{
    float: left;

}
.chufaX_wrapper_off ,.daodaX_wrapper_off{
    float: right;
    color: #fff;
    display: block;
    width: 30px;
    height: 30px;
    border: 1px solid;
    border-radius: 50px;
    text-align: center;
    line-height: 30px;
    cursor:pointer
}
.search .search_ipt {
    width: 510px;
    height: 34px;
    overflow: hidden;
    margin: 0;
    padding: 5px 18px;
    float: left;
}
.search_ipt input {
    display: block;
    width: 100%;
    height: 36px;
    overflow: hidden;
    line-height: 36px;
    color: #999999;
    font-size: 14px;
    outline: none;
    margin: 0;
    padding: 0;
    border: none;
}
.search .search_btn {
    width: 114px;
    height: 44px;
    overflow: hidden;
    margin: 0;
    padding: 0;
    float: right;
}
.search_btn input {
    display: block;
    width: 114px;
    height: 44px;
    overflow: hidden;
    line-height: 44px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    background-color: #F03A37;
    border-radius: 2px;
    border: none;
    outline: none;
    cursor: pointer;
}
.search {
    border: 1px solid #e7e7e7;
    border-right: 0;
    height: 44px;
    width: 660px;
    overflow: hidden;
    margin: 0px auto 20px;
    background-color: #fff;
}
.chufadaoda{
    width: 1110px;
    overflow: hidden;
    position: fixed;
    z-index: 1;
    height: 600px;
    display: none;
    margin-top: 100px;
}
.wrapper_top{
    margin-bottom: 20px;
}
.pageination_align{
    display: none;
}
.topguanggao{
    display: none;
}
input[type='radio'], input[type='checkbox'] {
    -webkit-appearance: none;
    border: none;
}
@media only screen and (max-width: 738px){

    .queryRoute_title{
        font-size: 20px;
    }
    .topguanggao{
        display: none;
    }
    .typeahead{
        top: 85px !important;
        left: 1rem !important;
    }
    .search{
        width: 98%;
    }
    .search .search_ipt{
        width: 56%;
        padding: 5px 1%;
    }
    .search .search_btn{
        width: 42%;
    }
    .search_btn input{
        width: 100%;
    }
    .wrapper{
        width: 100%;
    }
    .Boutique_content ul li{
        width: 18%;
        margin: 1%;
        border-radius: 15px;
    }
    .trade{
        width: 100%;
    }
    .trade_switch{
        width: 100%;
        height: 90px;
    }
    .trade_switch_chufa,.trade_switch_daoda{
        font-size: 1.2rem;
    }
    .trade_switch_content input{
        width: 100%;
    }
    .trade_switch_SetOut{
        width: 100%;
        margin-bottom: 10px;
    }
    .trade_switch_Arrive{
        width: 100%;
        margin-top: 10px;
    }

    .trade_switch_zhongjian{
        width: 50%;
        float: none;
    }
    .trade_switch_img{
        transform:rotate(90deg);
        -ms-transform:rotate(90deg); 	/* IE 9 */
        -moz-transform:rotate(90deg); 	/* Firefox */
        -webkit-transform:rotate(90deg); /* Safari 和 Chrome */
        -o-transform:rotate(90deg);
    }
    .myOption{
        width: 100%;
        border-top: 1px solid #eee;
        padding-top: 10px;
        height: auto;
    }
    .myOption label{
        width: 49%;
    }
    .myOption button{
        display: block;
        margin: 20px auto;
        width: 200px;
        border-radius: 10px;
    }
    .chufaX_wrapper, .daodaX_wrapper {
        width: 96%;
        padding: 2%;
        height: 400px;
    }
    .chufaX, .daodaX {
        width: 96%;
        height: 300px;
    }
    .chufaX_address, .daodaX_address {
        width: 32%;
    }
    .chufa, .daoda {
        height: 25px;
        font-size: 1rem;
    }
    .appList{
        width: 80%;
        border-bottom:3px solid #eee ;
        margin-bottom: 10px;
        padding: 10%;
    }
    .appList li span{
        width: 80px;
        display: inline-block;
    }
    .appList li{
        margin: 3px 0;
    }
    .pc_wrap{
        display: none;
    }
    .app_wrap{
        display: block;
    }
}