@charset "utf-8";
@import url('base.css');



header {
    width: 750px;
    overflow: hidden;
}

.pagebody {
    width: 750px;
    overflow: hidden;
}

footer {
    width: 750px;
    overflow: hidden;
}

/*带颜色分融线*/
/*C00000;FF0000;FEC000;92D050;00B050;00B0F0;0070C0;7030A0*/
c1{
    color: #585858;
}
c2{
    color:#FF0000;
}
c3{
    color:#7030A0
}
c4{
    color:#FF0000;
}

/***********主页***********/
/*头部*/
.ad {
    float: left;
    width: 750px;
    height: 200px;
    border-radius: 10px;
    overflow: hidden;
}

.ad3 {
    margin-top: 10px;
}
/*
.in_seapad{
    float: left;
    margin-top: 1px;
    width: 750px;
    color: #FFFFFF;
    background-color: #CA171D;
    font-size: 30px;
    line-height: 60px;
    border-radius: 5px;
}
.in_seapad_ty1{
    float: left;
    font-size: 24px;
    margin-left: 10px;
    cursor: pointer;
}

.in_seapad_ty2{
    float: left;
    font-size: 24px;
    margin-left: 10px;
    cursor: pointer;
}*/

.sea_pad {
    float: left;
    margin-top: 1px;
    width: 750px;
    height: 100px;
    color: #FFFFFF;
    background-color: #CA171D;
    font-size: 30px;
    line-height: 100px;
    border-radius: 5px;
}
/*
.sea_city {
    float: left;
    width: 100px;
    height: 0px;
    text-align: right;
}

.sea_yys {
    float: left;
    width: 130px;
    height: 80px;
    text-align: left;
}*/

.sea_key {
    float: left;
    width: 500px;
    height: 100px;
    cursor: pointer;
}

.sea_con {
    float: left;
    margin: 20px 0px 0px 15px;
    width: 720px;
    height: 60px;
    border-radius: 30px;
    color: #505050;
    background-color: #FFFFFF;
    font-size: 30px;
    line-height: 60px;
    text-align: left;
}

.sea_con img {
    float: left;
    margin: 15px 10px 0px 20px;
}
.sea_con_btn{
    float: right;
    width: 160px;
    height: 58px;
    line-height: 58px;
    color: #FFFFFF;
    background-color: #F77335;
    border: 1px solid #FFFFFF;
    border-radius: 29px;
    text-align: center;
}

.goods {
    float: left;
    width: 750px;
    height: 130px;
    background-color: #FFFFFF;
    border-radius: 10px;
}

.goods span {
    float: left;
    margin: 15px 0px 0px 42px;
    width: 100px;
    height: 100px;
    color: #FFFFFF;
    background-color: #F77335;
    font-size: 40px;
    line-height: 100px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    cursor: pointer;
}
.in_search_pad{
    float: left;
    font-size: 36px;
}

.in_search_pad_li{
    float: left;
    margin: 0px 10px 0px 10px;
    width: 730px;
}
.in_search_pad_li_key1{
    float: left;
    height: 48px;
    min-width: 100px;
    margin-top: 10px;
    padding: 2px 15px;
    line-height: 48px;
    text-align: center;
}
.in_search_pad_li_key2{
    float: left;
    height: 48px;
    min-width: 100px;
    margin: 5px 5px 5px 5px;
    padding: 2px 20px;
    line-height: 48px;
    text-align: center;
    border-radius:30px;
    border:1px solid #DDDDDD ;
}

.in_search_pad_li_pad{
    float: left;
    margin: 10px;
    padding: 5px;
    width: 700px;
    background-color: #FAFAFA;
    border-radius:10px;
}
.sear_li_keyword {
    float: left;
    height: 48px;
    margin: 0px 0px 10px 10px;
    min-width: 40px;
    padding: 2px 20px;
    font-size: 36px;
    line-height: 48px;
    text-align: center;
    background-color: #EEEEEE;
    border-radius:30px;
    border:1px solid #DDDDDD ;
    cursor: pointer;
}
.st_on {
    color: #FF0000;
    border-color: #FF0000;
    background-color: #FFFFFF;
}
#p_in_search_reset_pad{
    float: right;
    cursor: pointer;
}


/*号码*/
.pad_list {
    float: left;
    margin-top: 10px;
    width: 750px;
    background-color: #FFFFFF;
    border-radius: 10px;
}

.no_title {
    float: left;
    padding: 15px 20px;
    width: 710px;
    height: 40px;
    font-size: 30px;
    text-align: left;
    line-height: 40px;
    color: #FE5F5F;
    border-bottom: 1px solid #CCCCCC;
    overflow: hidden;
}

.no_title img {
    float: left;
    margin: 0px 8px 0px 0px;
}

.no_list {
    float: left;
    padding: 0px 0px 20px 0px;
    width: 750px;
    overflow: hidden;
}

.no_con {
    float: left;
    position: relative;
    margin: 17px 0px 0px 17px;
    padding: 10px;
    width: 330px;
    height: 115px;
    text-align: left;
    border-radius: 5px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
    overflow: hidden;
}

.no_con_logo_yd{
    position: absolute;
    top: -20px;
    right: -25px;
    width: 180px;
    height: 180px;
    border: 0px;
    background-image: url("../icon/yd_bg.png" );
    background-repeat: no-repeat; /* 不重复背景图像 */  
    background-position: center center; /* 将背景图像定位在元素的中心 */  
    background-size: cover; /* 缩放背景图像以完全覆盖元素 */  
    opacity: 0.06;
    overflow: hidden;
}

.no_con_logo_dx{
    position: absolute;
    top: -20px;
    right: -25px;
    width: 180px;
    height: 180px;
    border: 0px;
    background-image: url("../icon/dx_bg.png" );
    background-repeat: no-repeat; /* 不重复背景图像 */  
    background-position: center center; /* 将背景图像定位在元素的中心 */  
    background-size: cover; /* 缩放背景图像以完全覆盖元素 */  
    opacity: 0.06;
    overflow: hidden;
}

.no_con_logo_lt{
    position: absolute;
    top: -20px;
    right: -25px;
    width: 180px;
    height: 180px;
    border: 0px;
    background-image: url("../icon/lt_bg.png" );
    background-repeat: no-repeat; /* 不重复背景图像 */  
    background-position: center center; /* 将背景图像定位在元素的中心 */  
    background-size: cover; /* 缩放背景图像以完全覆盖元素 */  
    opacity: 0.06;
    overflow: hidden;
}

.no_no {
    float: left;
    padding: 0px 10px;
    width: 310px;
    height: 50px;
    font-size: 36px;
    font-weight: bold;
    line-height: 50px;
    text-align: left;
}

.no_no span {
    color: #8B8B8B;
}

.no_city {
    float: left;
    width: 310px;
    height: 30px;
    padding: 0px 10px;
    font-size: 20px;
    line-height: 30px;
    color: #8B8B8B;
}

.no_city span {
    margin-left: 5px;
    padding: 2px 3px;
    font-size: 20px;
    color: #FFFFFF;
    background-color: #F77335;
}

.no_price {
    float: left;
    width: 290px;
    height: 30px;
    padding: 0px 0px 0px 10px;
    font-size: 20px;
    line-height: 30px;
    color: #CA171D;
    overflow: hidden;
}

.no_price span {
    color: #8B8B8B;
}

.no_favor {
    position: absolute;
    float: right;
    top:70px;
    right: 10px;
    padding: 2px;
    width: 40px;
    height: 40px;
}

.no_title_yd {
    color: #1996D9;
}

.no_title_dx {
    color: #2C4E96;
}

.no_title_lt {
    color: #CA171D;
}

/*尾部*/
.kf {
    float: left;
    margin: 10px 0px 0px 0px;
    padding: 30px 0px;
    width: 750px;
    background-color: #FFFFFF;
    border-radius: 10px;
}

.totop {
    float: right;
    margin-top: 10px;
    width: 65px;
    height: 100px;
}

.totop_icon {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 118px;
    background-color: #FFFFFF;
    border-radius: 50%;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.3);
    cursor: pointer;
}

.totop_icon img {
    margin-top: 8px;
}

.menu {
    position: fixed;
    bottom: 0px;
    padding: 5px 0px;
    width: 750px;
    height: 90px;
    border-top: 1px solid #CCCCCC;
    background-color: #FFFFFF;
    z-index: 102;
}

.menu_bt {
    float: left;
    margin-left: 70px;
    width: 60px;

}

.menu_bt img {
    float: left;
    margin-left: 10px;
}

.menu_bt span {
    float: left;
    width: 80px;
    height: 20px;
    line-height: 20px;
    text-align: center;
}


.fav_pop{
    float: left;
    position:relative;
    width: 30px;
    height: 30px;
    left: 40px;
    bottom: 80px;
    font-size: 20px;
    line-height: 30px;
    color: #FFFFFF;
    background-color: #FF0000;
    border-radius: 50%;
}
.pop_hide{
    display: none;
}

.all_msg{
    display: none; /* 默认隐藏 */  
    position: fixed; /* 固定在屏幕上 */  
    top: 50%; /* 垂直居中 */  
    left: 50%; /* 水平居中 */  
    transform: translate(-50%, -50%); /* 相对于自身进行偏移 */  
    padding: 20px 50px;  
    font-size: 30px;
    line-height: 50px;
    color: #FFFFFF;
    background-color: rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);  
    border-radius: 5px;
    z-index: 1000; /* 确保在其他元素之上 */  
}

/*隐藏层、查询、收藏*/
.black_back {
    float: left;
    position: fixed;
    top: 0px;
    width: 750px;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    display: none;
    z-index: 100;
}

.hide_search_pad {
    position: absolute;
    top: 0px;
    width: 750px;
    height: 830px;
    background-color: #FFFFFF;
    display: none;
    z-index: 101;
}
.hide_search_title{
    float: left;
    width: 750px;
    margin-top: 50px;
}
.hide_search_title span{
    width: 300px;
    height: 50px;
    padding: 20px;
    font-size: 40px;
    color: #FFFFFF;
    background-color: #F77335;
    border-radius: 5px;
}

.hide_sea_ti{
    float: left;
    margin-top: 30px;
    width: 710px;
    height: 50px;
    padding: 0px 20px;
    font-size: 38px;
    text-align: left;
}
.hide_sea_tips{
    float: left;
    width: 690px;
    height: 50px;
    font-size: 30px;
    padding: 10px 20px;
    color: #CCCCCC;
    text-align: left;
}

.hide_seapad_key1{
    float: left;
    width: 700px;
    height: 100px;
    margin: 10px 0px 0px 20px;
    padding: 0px 0px 0px 10px;
    border: 1px solid #F77335;
    border-radius: 10px;
}
.hide_seapad_key1 input{
    float: left;
    height: 100px;
    width: 500px;
    border: 0px;
    font-size: 38px;
    
}
.hide_seapad_btn1{
    float: left;
    width: 200px;
    height: 100px;
    font-size: 38px;
    line-height: 38px;
    color: #FFFFFF;
    background-color: #F77335;
    border: 1px solid #F77335;
    border-radius: 0px 10px 10px 0px;
}
.hide_sea_line{
    float: left;
    width: 750px;
    height: 30px;
}

.hide_seapad_key2{
    float: left;
    width: 700px;
    height: 100px;
    margin: 0px 0px 0px 20px;
    padding: 0px 0px 0px 10px;
}

.hide_seapad_key2 input{
    float: left;
    margin-left: 1px;
    width: 58px;
    height: 100px;
    text-align: center;
    border-radius: 5px;
    border: 1px solid #FFB77D;
    font-size: 38px;
}
.hide_seapad_key2 b {
    float: left;
    color: #000000;
    margin-left: 1px;
    padding: 0px 5px;
    width: 2px;
    height: 100px;
}
.hide_seapad_btn2{
    float: left;
    margin: 20px 0px 0px 30px;
    width: 690px;
    height: 100px;
    font-size: 38px;
    line-height: 38px;
    color: #FFFFFF;
    background-color: #F77335;
    border: 1px solid #F77335;
    border-radius: 10px;
}
.hide_seapad_btn2{
    float: left;
    margin: 20px 0px 0px 30px;
    width: 690px;
    height: 100px;
    font-size: 38px;
    line-height: 38px;
    color: #FFFFFF;
    background-color: #F77335;
    border: 1px solid #F77335;
    border-radius: 10px;
}

.hide_seapad_btn3{
    margin: 0px 0px 0px 30px;
    width: 260px;
    height: 80px;
    font-size: 36px;
    line-height: 36px;
    color: #8B8B8B;
    background-color: #EEEEEE;
    border: 1px solid #EEEEEE;
    border-radius: 10px;
}



/*
.city_title {
    float: left;
    width: 400px;
    height: 50px;
    line-height: 50px;
    color: #000000;
    background-color: #EEEEEE;
    border-radius: 10px 10px 0px 0px;
}

.city_list {
    float: left;
    padding: 10px;
    width: 380px;
    height: 220px;
    overflow-y: scroll;
}

.city_list_li {
    float: left;
    margin-left: 20px;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px dashed #CCCCCC;
}


.yys_pad {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 400px;
    height: 300px;
    transform: translate(-50%, -50%);
    background-color: #FFFFFF;
    border-radius: 10px;
    display: none;
    z-index: 101;
}

.yys_title {
    float: left;
    width: 400px;
    height: 50px;
    line-height: 50px;
    color: #000000;
    background-color: #EEEEEE;
    border-radius: 10px 10px 0px 0px;
}

.yys_list {
    float: left;
    padding: 10px;
    width: 380px;
    height: 220px;
    overflow-y: scroll;
}

.yys_list_li {
    float: left;
    margin-left: 20px;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px dashed #CCCCCC;
}*/

.sc_pad {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 300px;
    height: 400px;
    transform: translate(-50%, -50%);
    background-color: #FFFFFF;
    border-radius: 10px;
    display: none;
    z-index: 101;
}

.sc_title {
    float: left;
    width: 300px;
    height: 50px;
    line-height: 50px;
    color: #000000;
    background-color: #EEEEEE;
    border-radius: 10px 10px 0px 0px;
}

.sc_list {
    float: left;
    padding: 10px;
    width: 280px;
    height: 320px;
    overflow-y: scroll;
}

.sc_list_li {
    width: 100%;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px dashed #CCCCCC;
}

/***********列表页***********/
/*号码列表*/
.list_title {
    color: #F77335;
}

.list_title a {
    color: #F77335;
}

.formore {
    float: left;
    width: 750px;
    padding: 10px 0px;
    color: #CCCCCC;
}

/***********详细页***********/
/*号码详细*/
.pad_list_uppart {
    border-radius: 10px 10px 0px 0px;
}

.pad_list_downpart {
    margin-top: 0px;
    border-radius: 0px 0px 10px 10px;
}
/*移动*/
.pad_title_yd {
    color: #1996D9;
    border: 0px;
    padding-bottom: 5px;
}

.no_info_yd {
    float: left;
    position: relative;
    padding: 10px;
    width: 730px;
    color: #FFFFFF;
    background-color: #1996D9;
    border-radius: 10px;
    overflow: hidden;
}
.info_logo_yd{
    position: absolute;
    top: -100px;
    right: -60px;
    width: 500px;
    height: 500px;
    border: 0px;
    background-image: url("../icon/yd_bg.png" );
    background-repeat: no-repeat; /* 不重复背景图像 */  
    background-position: center center; /* 将背景图像定位在元素的中心 */  
    background-size: cover; /* 缩放背景图像以完全覆盖元素 */  
    opacity: 0.08;
    overflow: hidden;
}

/*电信*/
.pad_title_dx {
    color: #2C4E96;
    border: 0px;
    padding-bottom: 5px;
}

.no_info_dx {
    float: left;
    position: relative;
    padding: 10px;
    width: 730px;
    color: #FFFFFF;
    background-color: #2C4E96;
    border-radius: 10px;
    overflow: hidden;
}
.info_logo_dx{
    position: absolute;
    top: -100px;
    right: -60px;
    width: 500px;
    height: 500px;
    border: 0px;
    background-image: url("../icon/dx_bg.png" );
    background-repeat: no-repeat; /* 不重复背景图像 */  
    background-position: center center; /* 将背景图像定位在元素的中心 */  
    background-size: cover; /* 缩放背景图像以完全覆盖元素 */  
    opacity: 0.08;
    overflow: hidden;
}
/*联通*/
.pad_title_lt {
    color: #CA171D;
    border: 0px;
    padding-bottom: 5px;
}

.no_info_lt {
    float: left;
    position: relative;
    padding: 10px;
    width: 730px;
    color: #FFFFFF;
    background-color: #CA171D;
    border-radius: 10px;
    overflow: hidden;
}
.info_logo_lt{
    position: absolute;
    top: -100px;
    right: -60px;
    width: 500px;
    height: 500px;
    border: 0px;
    background-image: url("../icon/lt_bg.png" );
    background-repeat: no-repeat; /* 不重复背景图像 */  
    background-position: center center; /* 将背景图像定位在元素的中心 */  
    background-size: cover; /* 缩放背景图像以完全覆盖元素 */  
    opacity: 0.08;
    overflow: hidden;
}

.pad_list_l{
    float: left;
}

.pad_reser_list{
    float: right;
    padding: 0px 20px;
    width: 280px;
    height: 40px;
    color: #666666;
    background-color: #EEEEEE;
    font-size: 20px;
    line-height: 40px;
    border-radius: 20px;
    overflow: hidden;
}
.pad_reser_list_li{
    float: left;
    width: 100%;
    height: 100%;
}
.pad_reser_list img{
    margin: 5px;
}

.pad_reser_list span{
    color: #FF0000;
}


.info_no {
    float: left;
    width: 660px;
    height: 75px;
    font-size: 60px;
    line-height: 75px;
    text-align: left;
}

.info_favor {
    position: absolute;
    float: right;
    top:10px;
    right: 10px;
    padding: 10px 0px 0px 0px;
    width: 60px;
    height: 60px;
    cursor: pointer;
}

.info_city {
    float: left;
    margin: 10px 0px;
    width: 730px;
    text-align: left;
}

.info_city span {
    margin: 0px 10px;
}

.info_price {
    float: left;
    width: 730px;
    text-align: center;

}

.info_price table {
    width: 700px;
}

.info_price tr {
    height: 50px;
}

.info_price td {
    width: 200px;
}

.info_line{
    float: left;
    margin: 15px 0px;
    width: 730px;
    border: 1px solid #FFFFFF;
    opacity: 0.7;

}

.info_remark {
    float: left;
    margin: 5px 0px;
    width: 730px;
    color: #FFFFFF;
    line-height: 40px;
    text-align: justify;
    opacity: 0.7;
}

/*预约*/
.no_reser {
    float: left;
    margin: 10px 0px 0px 0px;
    width: 748px;
    border: 1px solid #FFD8B9;
    border-radius: 10px;
}

.reser_title {
    float: left;
    margin: 10px;
    width: 728px;
    height: 38px;
    font-size: 30px;
    font-weight: bold;
    color: #CA171D;
}

.reser_form {
    float: left;
    padding-top: 20px;
    width: 708px;
    text-align: left;
    font-family: "黑体";
}

.reser_form_show{
    margin-left: 50px;
    width: 610px;
    padding: 15px 0px 15px 20px;
    margin-bottom: 10px;
    line-height: 40px;
    border-radius: 5px;

}

.reser_form_show h4{
    text-align: center;
}
.reser_form_show p{
    border-bottom: 1px solid #FFD8B9;
}

.reser_form_info {
    float: left;
    margin: 0px 0px 10px 50px;
    width: 660px;
    font-size: 20px;
    line-height: 30px;
    text-align: left;
    color: #8B8B8B;
}

.reser_form table {
    width: 700px;

}

.reser_form tr {
    height: 80px;
}

.tr_l {
    width: 500px;
    text-align: left;
}

.tr_r {
    width: 200px;
    text-align: right;
}

.form_text {
    float: left;
    padding: 0px 10px;
    width: 480px;
    height: 50px;
    background-color: #F1F5FE;
    border: 1px solid #F1F5FE;
    border-radius: 5px;
}

.form_checkbox {
    width: 35px;
    height: 35px;
    border: 1px solid #F1F5FE;
    border-radius: 5px;
}
.tr_l_yhxy{
    font-size: 20px;
    line-height: 30px;
}
.tr_l_yhxy a{
    color: #F77335;
}

.form_area {
    float: left;
    margin: 10px 0px;
    padding: 10px;
    width: 480px;
    height: 120px;
    background-color: #F1F5FE;
    border: 1px solid #F1F5FE;
    border-radius: 5px;
}

.form_codeimg{
    float: left;
    border:1px solid #CCCCCC;
    margin-left: 10px;
    border-radius: 5px;
}
.form_code {
    width: 150px;
}
.form_info{
    margin-left: 80px;
}

.tr_info {
    width: 460px;
    text-align: left;
}
.form_btn {
    float: left;
    margin: 10px 0px 10px 60px;
    width: 260px;
    height: 55px;
    color: #FFFFFF;
    background-color: #CA171D;
    border: 0px;
    border-radius: 5px;
    cursor: pointer;
}

.reser_form_yhxy{
    position: fixed;
    top: 50%;
    left: 50%;
    width: 700px;
    height: 600px;
    transform: translate(-50%, -50%);
    background-color: #FFFFFF;
    overflow-y: scroll;
    border-radius: 10px;
}

/*详细、流程、须知*/
.more_title {
    position: -webkit-sticky;
    /* Safari */
    position: sticky;
    top: 0;
    width: 650px;
    height: 60px;
    padding-left: 100px;
    background-color: #FFFFFF;
    cursor: pointer;
}

.more_title_btn {
    float: left;
    margin: 0px 27px;
    padding: 8px;
    height: 38px;
    font-size: 30px;
    font-weight: bold;
}

.more_title_btn a {
    color: #CA171D;
}

.no_more {
    float: left;
    width: 750px;
}

#more01,
#more02,
#more03 {
    float: left;
    width: 750px;
    height: 70px;
}

.no_more_title {
    float: left;
    margin-top: 20px;
    width: 750px;
    height: 60px;
    text-align: center;
}

.no_more_title span {
    margin-left: 10px;
    padding: 10px 30px;
    border-radius: 5px;
    color: #FFFFFF;
    background-color: #F77335;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.3);
}

.no_more_title_line{
    float: left;
    margin-left: 20px;
    width: 710px;
    height: 10px;
    background-image: url("../icon/mailline.png" );
    background-repeat: no-repeat; /* 不重复背景图像 */  
    background-size: contain; /* 缩放背景图像以完全覆盖元素 */  
}

.no_more_con {
    float: left;
    margin: 0px 10px;
    width: 730px;
    text-align: left;
}

.hidehits {
    display: none;
}

/*咨询*/
.connect_pad {
    float: left;
    margin: 10px;
    width: 730px;
}

.con_title {
    float: left;
    width: 730px;
    height: 38px;
    font-size: 30px;
    font-weight: bold;
    color: #CA171D;
}

.con_phone {
    float: left;
    margin: 30px 0px 20px 120px;
    width: 500px;
    height: 80px;
    border-radius: 40px;
    font-size: 40px;
    line-height: 80px;
    color: #FFFFFF;
    background-color: #F77335;
}

.con_line {
    float: left;
    margin-left: 100px;
    width: 530px;
    border: 1px solid #EEEEEE;
}

.con_wx {
    float: left;
    margin: 20px 20px 20px 20px;
    width: 690px;
}

.con_wx img {
    float: left;
    width: 200px;
    height: 200px;
}

.con_wx_wd {
    float: left;
    margin-left: 20px;
    width: 470px;
    text-align: justify;
    line-height: 40px;
}

.con_wx_wd span {
    color: #2D6B1E;
    font-size: 36px;
}

.con_addr {
    float: left;
    margin: 10px 0px;
    width: 730px;
    height: 36px;
}

/***********宽带页面***********/
.kd_con {
    float: left;
    margin: 17px 0px 0px 17px;
    padding: 10px;
    width: 697px;
    text-align: left;
    border-radius: 5px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
}

.kd_no {
    float: left;
    padding: 5px 10px 10px 10px;
    width: 677px;
    max-height: 78px;
    font-size: 20px;
    line-height: 30px;
    text-align: justify;
    overflow: hidden;
}

.kd_city {
    float: left;
    width: 310px;
    height: 30px;
    padding: 0px 10px 10px 10px;
    font-size: 20px;
    line-height: 30px;
    color: #8B8B8B;
}

.kd_city span {
    margin-right: 10px;
    padding: 2px 3px;
    font-size: 20px;
    color: #FFFFFF;
    background-color: #F77335;
}

.no_reser_kd {
    width: 728px;
}

.no_more_title_line_kd {
    width: 690px;
}

.kd_title {
    float: left;
    margin: 15px 15px;
    padding: 15px 5px;
    width: 710px;
    font-size: 30px;
    text-align: center;
    line-height: 50px;
    border-radius: 5px;
    color: #333333;
    background-color: #EEEEEE;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
    overflow: hidden;

}

/***********查询页面***********/
.search_pad {
    line-height: 40px;
}

.sear_li {
    float: left;
    width: 750px;
}

.sear_li_wd_l {
    float: left;
    margin-left: 160px;
    width: 200px;
    padding: 10px;
    color: #8B8B8B;
    background-color: #EEEEEE;
    border: 1px solid #CCCCCC;
    border-right: 0px;
    border-radius: 5px 0px 0px 5px;
}

.sear_li_wd_r {
    float: left;
    width: 200px;
    padding: 10px;
    color: #8B8B8B;
    background-color: #EEEEEE;
    border: 1px solid #CCCCCC;
    border-left: 0px;
    border-radius: 0px 5px 5px 0px;
}

.sear_li_wd_on {
    color: #FFFFFF;
    background-color: #F77335;
    border: 1px solid #F77335;
}

.sear_li_ty {
    float: left;
    margin-left: 210px;
    width: 150px;
    height: 35px;
    padding: 10px 10px 0px 10px;
}

.sear_li_ty input {
    width: 20px;
    height: 20px;
}

.input_readonly {
    background-color: #EEEEEE;
}

.sear_li_ty2 {
    margin-left: 0px;
}

.sear_li_no_pad {
    width: 100%;
    float: left;
    margin-top: 10px;
    height: 50px;
}

.sear_li_no {
    width: 400px;
    height: 35px;
    text-align: center;
    border-radius: 5px;
    border: 1px solid #FFB77D;
}

.sear_li_no_pad button {
    margin: 0px 0px 0px 5px;
    width: 130px;
    height: 37px;
    text-align: center;
    border-radius: 5px;
    color: #333333;
    background-color: #FFB77D;
    border: 1px solid #FFB77D;
}

.sear_li_nos_pad {
    width: 100%;
    float: left;
    margin-top: 10px;
    height: 50px;
}

.sear_li_nos_pad input {
    margin-left: 5px;
    width: 35px;
    height: 35px;
    text-align: center;
    border-radius: 5px;
    border: 1px solid #FFB77D;
}
.sear_li_nos_pad button {
    margin-left: 5px;
    width: 130px;
    height: 37px;
    text-align: center;
    border-radius: 5px;
    color: #333333;
    background-color: #FFB77D;
    border: 1px solid #FFB77D;
}

.sear_li_nos_pad b {
    margin-left: 5px;
    padding: 6px 5px 10px 5px;
    width: 10px;
    height: 35px;
}

.sear_li_gh{
    width: 100%;
    float: left;
    margin-top: 10px;
    height: 50px;
}

.ghbtn{
    margin-left: 5px;
    width: 130px;
    height: 37px;
    text-align: center;
    border-radius: 5px;
    color: #333333;
    background-color: #FFB77D;
    border: 1px solid #FFB77D;

}

.sear_li_more{
    float: left;
    padding: 10px 0px 0px 20px;
    width: 100%;
    text-align: left;
    cursor: pointer;
}
.sear_li_more:hover{
    float: left;
    padding: 10px 0px 0px 20px;
    width: 100%;
    text-align: left;
    color: #F77335;
    text-decoration:underline;
    cursor: pointer;
}

.sear_li_table {
    margin: 10px;
    width: 730px;
    display: none;
}

.sear_li_table table {
    width: 700px;
}

.sear_li_table td {
    border-bottom: 1px solid #EEEEEE;
    text-align: justify;
}

.sear_li_table a {
    margin: 0px 5px;
    font-size: 20px;
}

.sear_li_table div {
    float: left;
    line-height: 30px;
    margin-right: 5px;
}


.sear_li_btn {
    float: left;
    margin:10px 0px 0px 300px;
    width: 150px;
    height: 40px;
    line-height: 40px;
    color: #FFFFFF;
    background-color: #CA171D;
    border: 0px;
    border-radius: 5px;
}