﻿/*情侣号码页面的第一行文字第二行图片*/
/*a:link{
    color:#fff;
    text-decoration:none;
}*/

.banner {
    background: url(../images/love-banner.jpg) 50% no-repeat;
    /* width: 100%;*/
    height: 340px;
}
.love-title, .loveimg,.allnumberbox {
    width: 100%;
}
.lovetitle-text{
    margin-left:20px;
    line-height:40px;
    font-size:15px;
}
.loveimg img{
    width:1230px;
    height:200px;
}
/*情侣号码页面的第三行搜索模块*/
.love-searchbox{
    width:100%;
}
.love-searchbox-line{
    margin-top:50px;
    overflow:hidden;
}
.love-searchbox-text, .love-searchbox-input{
    float:left;
}
.love-searchbox-text, .love-searchbox-text2 {
    margin-left: 30px;
    line-height: 50px;
    color: #e87119;
    font-size: 19px;
    font-weight: 700;
    float: left;
}
.love-searchbox-input {
    width: 727px;
    height: 50px;
    border-radius: 10px;
    border: 1px solid #f56a73;
    margin-left: 23px;
    background: linear-gradient(to right, #ffffff 0%, rgba(238,170,149) 100%);
    overflow:hidden;
}
.searchbox-input {
    width: 640px;
    height: 37px;
    margin-top: 6px;
    margin-left: 20px;
   
    border: none;
    border-radius: 10px;
    float: left;
    box-sizing: border-box;
    padding-left: 86px;
    font-size:16px;
    /*background:url(../images/calendar.png) center left no-repeat #fff;*/
}
    .searchbox-input::placeholder {
        font-size: 16px;
        color: #8c8c8c;
    }
.searchbox-imgbox {
    float: left;
    width: 60px;
    height: 50px;
}
.searchbox-img {
    float: left;
    width: 30px;
    height: 30px;
    margin-left: 18px;
    margin-top: 9px;
}
.love-searchbox-text2 {
    color: #8c8c8c;
    font-weight: 500;
}
.love-annotation{
    margin-left:180px;
    line-height:50px;
    color:#626262;
}
/*号码模块*/
.allnumberbox{
    width:100%;
    overflow:hidden;
}
.allnumber{
    width:100%;
    overflow:hidden;
}
.Package-left {
    width: 1006px;
    float: left;
}
.filter .sort-row {
    height: 41px;
    border: 1px solid #e8e8e8;
    background: #f5f5f5;
}

.filter .sorts {
    float: left;
    line-height: 39px;
}

    .filter .sorts .sort {
        float: left;
    }

.icon2 {
    font-size: 10px;
}

li {
    list-style: none;
}


.filter .sorts .link {
    float: left;
    height: 39px;
    margin-left: -1px;
    min-width: 98px;
    text-align: center;
    border-left: 1px solid #f5f5f5;
    border-right: 1px solid #f5f5f5;
    color: #6d6d6d;
    text-decoration: none;
    font-size:15px;
    cursor:pointer;
}

    .filter .sorts .link.first {
        margin-left: 0;
        border-left: none;
    }

    .filter .sorts .link.active, .filter .sorts .link:hover {
        position: relative;
        z-index: 1;
        background-color: #fff;
        border-color: #e5e5e5;
        color: black;
        font-weight:700;
    }

.filter .search {
    float: left;
    margin: 5px 0 0 10px;
}

    .filter .search .search-input {
        float: left;
        width: 150px;
        height: 30px;
        border-radius: 0;
        position: relative;
    }
.search-input::placeholder{ 
    font-size:14px;
}
.form-inline .form-control {
    display: inline-block;
}

.form-control {
    box-sizing: border-box;
    display: block;
    width: 100%;
    height: 40px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.5;
    color: #4c5161;
    background-color: #fff;
    background-image: none;
    border-radius: 2px;
    border: 1px solid #dcdfe6;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.btn {
    display: inline-block;
    line-height: 20px;
    font-size: 14px;
    text-align: center;
    color: #4c5161;
    border: 1px solid #d0d0d5;
    border-radius: 4px;
    padding: 9px 15px;
    min-width: 50px;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: 50%;
    text-decoration: none;
    transition: border-color .15s,background-color .15s,opacity .15s;
    cursor: pointer;
    overflow: visible;
    box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
}

    .btn:focus {
        outline: 0;
    }

.filter .search .submit-btn {
    float: left;
    height: 30px;
    padding: 0;
    border-radius: 0;
    margin-left: -1px;
    border-color: #e0e0e0;
    color: #fff;
}

    .filter .search .submit-btn:hover {
        color: #fff;
        background:#E94B01;
    }

.btn-primary.btn-plain {
    background-color: transparent;
    color: #0088ca;
}

.btn-primary {
    color: #fff;
    background-color: #df3033;
    border-color: #df3033;
}
/*号码列表*/
.num-list {
    width: 100%;
    list-style: none;
    overflow: hidden;
}
.num-listb{
    height:100%;
}
.num-tab {
    border: 1px solid #F4F4F4;
    width: 200px;
    height: 100.5px;
    position: relative;
    margin: 0px -1px -1px 0px;
    float: left;
}
    .num-tab:hover .num-tab-move {
        display: block;
    }

    .num-tab:hover .num-hd span {
        color: white !important;
    }

    .num-tab:hover .num-hd .after:before {
        color: white !important;
    }
.num-kp {
    width: 200px;
    overflow: hidden;
    padding: 5px 0px;
    border: 1px solid #e8e8e8;
    margin: 0px 0px 0px 0px;
    float: left;
    position:relative;
}
.bg-lt {
    background: url(../images/bg-lt.png) 100% no-repeat;
}

.bg-yd {
    background: url(../images/bg-yd.png) 100% no-repeat;
    background-size: 80px 80px;
}

.bg-dx {
    background: url(../images/bg-dx.png) 100% no-repeat;
    background-size: 80px 80px;
}
.num-hd{
	width:100%;
	/*line-height:30px;*/
	font-size:22px;
	font-weight:900;
	padding-left:20px;
    font-family: '微软雅黑';
}
.num-hds {
    line-height: 30px;
}
.num-tab-move {
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    cursor: pointer
}

.num-hd-move {
    width: 100%;
    line-height: 30px;
    font-size: 22px;
    font-weight: 900;
    padding-left: 10px;
    margin-top: 10px;
    color: white;
}
.hd1{
    margin-top:5px;
}
.hd2{
    margin-top:3px;
}
.hd3 {
    font-size: 22px;
    font-weight: 900;
    text-align: center;
    color: white;
}
.hd4{ 
    margin-top:5px;
}
.num-md{ 
	width:100%;
	line-height:25px;
	padding-left:20px;
    margin-top:5px;
}
.city-yys{
    max-width: 60%;
    overflow:hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow:ellipsis;
	color:#979998;
	font-size:14px;
    float: left;
}
.num-lab-lh {
	padding: 1px 3px;
	background: #F84F4F;
	color: white;
}
.num-lab-ql {
	padding: 1px 3px;
	background: #FB6DDE;
	color: white;
}
.num-lab-sr{ 
	padding:1px 3px;
	background:#FC8B42;
	color:white;
}
.num-fd{ 
	width:100%;
	line-height:25px;
	padding-left:20px;
    clear: both;
}
.price{
	font-size:14px;
	color:#F43F4F;
}
.hf{ 
	color:#979998;
	margin-left:10px;
}
.cor{ 
	color:#F65C0E;
}
.num-move{ 
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
    background:rgba(0,0,0,0.6);
    display:none;
}
.num-move-hd {
    width: 100%;
    font-size: 22px;
    font-weight: 900;
    padding-left: 20px;
    color:white;
}
.num-btn-box{ 
	width:100%;
	overflow:hidden;
	display:flex;
	margin-top:10px;
}
.num-btn-box div{ 
	width:70px;
	height:30px;
}
.sc-btn{
	line-height:30px;
	color:white;
	text-align:center;
	font-size:14px;
	margin-left:20px;
	background:#393232;
}
.yy-btn {
	line-height: 30px;
	color: white;
	text-align: center;
	font-size: 14px;
	margin-left: 10px;
	background:#df3033;
}
.num-kp:hover .num-hd span{ 
    color:white !important;
}
.num-kp:hover .num-move {
    display: block;
}
.num-kp:hover .num-hd span {
    color: white !important;
}
.num-kp:hover .num-hd .after:before {
    color: white !important;
}
.xx-sc{
	width:17px;
	height:20px;
    background:url(../images/xingxing.png) no-repeat;
	position:absolute;
	top:0;
	right:0;
	display:none;
}
/*分页*/
nav {
    float: none;
}
.pagination-fr {
    float: right;
    margin-right: 22px;
}
.mar-top{
    width:100%;
    height:20px;
}
.head-nav{
    width:1230px;
    height:45px;
    margin:0 auto; 
    margin-top:10px;
}
.head-nav div{ 
    width:130px;
    height:45px;
    line-height:45px;
    text-align:center;
    float:left;
    font-size:16px;
}
.love {
    background:#ff552e;
    color: white;
}
.Birthday {
    background: #E8E8E8;
    color: black;
}
.blue {
	color: #FF552E;
}

.after:before {
	content: "-";
	color: #AFAFB1;
}