/*默认分辨率1920x1080*/
body{ background-color: #fff; color: #000;}
a{ color: #000;}
a:hover{ color: #000;}
.bg-fa{background:#fafafa}

.price_screen{background: #ffffff;border: 1px solid #efefef;}
.price_screen li{padding:20px 30px;width: 100%;overflow: hidden;border-bottom:1px solid #efefef;}
.price_screen li:last-child{border-bottom:none;}
.price_screen li .screen_title{width: 80px;height: 100%;float: left;line-height: 30px;font-size: 14px;}
.price_screen li .screen_cont{width: 1060px;height: 100%;float: left;}
.price_screen li .screen_cont dd{float: left;line-height: 30px;padding: 0 12px;color: #555555;}
.price_screen li .screen_cont a{color: #555555;font-size: 12px;}


.search_input{width: 600px;height: 45px;line-height: 45px;border: 1px solid #ededed;border-radius: 5px;text-indent: 30px;font-size: 14px;}
.search_btn{width: 130px;height: 45px;line-height: 45px;text-align:center;border: 1px solid #ededed;border-radius: 5px;background: #518fff;font-size: 14px;color: white;cursor: pointer;}



.price_cont{background: #ffffff;border: 1px solid #efefef;overflow: hidden;}
/* .price_cont_ul{width: 100%;} */
.price_cont_ul li{padding:20px 0;width: 100%;border-bottom:1px solid #efefef;}
.price_cont_ul li:first-child{background:#e0e5ff}
.price_cont_ul li dl{width: 100%;overflow: hidden;line-height: 30px;color:#555555;font-size: 12px;}
.price_cont_ul li:first-child dl{color:#333333}
.price_cont_ul li dd{float:left;width: 107px;text-align: center;font-size: 14px;}
.price_cont_ul li dd a{color:#71a1ff;text-decoration: underline!important}

.pages{margin: 0 auto;overflow: hidden;display: inline-block;position: relative;left: calc(50% - 207px);}
.pages div{border:1px solid #cccccc;border-radius: 3px;float: left;margin-left: 10px;}
.pages div a{color: #cccccc;font-size:14px;padding: 0 13px;line-height: 23px;}
.pages div a.active{color: #ffffff;background: #518fff;}
.pages .omit{color: #cccccc;font-size:14px;line-height: 23px;border:1px solid transparent;}
.pages .num a{padding: 0 8px; }
.pages .num.active{border:1px solid #518fff;}
.pages .num.active a{color: #ffffff;background: #518fff;}


/*1600x900*/
@media only screen and (max-width:1600px ) {
}

/*1440x900*/
@media only screen and (max-width:1440px ) {
}

/*1366x768*/
@media only screen and (max-width:1366px ) {
}

/*2560x1080*/
@media only screen and (min-width:2000px ) {
}
