﻿* {
    margin: 0;
    padding: 0;
}

body {
    font-family: 微软雅黑;
}
.title {
    width: 1230px;
    font-size: 15px;
    color: #000;
    margin: 10px auto;
}
.shou{
    color:#9b9ea0 !important;
}
.shou:hover{ 
    color:#fe552e !important;
}
.sc2 {
    width: 50%;
    height: 100%;
    color: white;
    float: left;
    background: #FF9000;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
    display: none;
}
.title span:nth-child(1) {
    margin-left: 20px;
}
.banner {
    background: url(../images/1920.jpg) 50% no-repeat;
    /* width: 100%;*/
    height: 340px;
}

.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: #E8E8E8;
    color: black;
}

.Birthday {
    background: #ff552e;
    color: white;
}
/*情侣号码页面的第三行搜索模块*/
.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 {
    display:block;
    margin-left: 30px;
    line-height: 50px;
    color: #fe552e;
    font-size: 19px;
    font-weight: 700;
    float: left;
}

.love-searchbox-input {
    width: 727px;
    height: 50px;
    border-radius: 10px;
    border: 1px solid #fe552e;
    margin-left: 23px;
    background: linear-gradient(to right, #ffffff 0%, rgba(238,170,149) 100%);
    overflow: hidden;
    background: -ms-linear-gradient(right,#EFAC97,#ffffff);
}

.searchbox-input {
    width: 640px;
    height: 37px;
    line-height: 37px !important;
    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;
    font: 200 18px/37px impact;
}

    .searchbox-input::placeholder {
        font-size: 16px;
    }

.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 {
    font-size:14px;
    margin-left: 190px;
    line-height: 50px;
    color:#626262;
}
.allnumberbox{
    width:1230px;
    overflow:hidden;
    margin:0 auto;
}
/*号码模块*/
.Package-left {
    width: 1006px;
    float: left;
    margin-bottom: 30px;
}

.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;
}

    .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;
}
/*号码列表*/
.allnumber {
    width: 100%;
    margin-top: 10px;
}
.num-list{ 
	width:100%;
	height:100%;
	list-style:none;
}
.num-tab{ 
	border:1px solid #F4F4F4;
	width:201.5px;
	height:100.5px;
	position:relative;
	margin:0px -1px -1px 0px ;
	float:left;
    background:url(../images/bg-sr.jpg) no-repeat;
    background-size:100% 100%;
}
.num-tab a{
    color:#000000;
}
/*.bg-lt{ 
	background:url(../images/bg-lt.png) 100% no-repeat;
}
.bg-yd {
	background: url(../images/bg-yd.png) 100% no-repeat;
}
.bg-dx {
	background: url(../images/bg-dx.png) 100% no-repeat;
}*/
.num-hd{
	width:100%;
	line-height:30px;
	font-size:22px;
	font-weight:900;
	padding-left:10px;
	margin-top:10px;
}
.num-md{ 
	width:100%;
	line-height:25px;
	padding-left:20px;
}
.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:15px;
    clear: both;
}
.price{
	font-size:14px;
	color:#F43F4F;
}
.hf{ 
	color:#979998;
	margin-left:10px;
}
.num-split {
	position: relative;
	display: inline-block;
	width: 10px;
	height: 22px;
	vertical-align: text-bottom;
}
.blue {
    color: #FF552E;
}

.after:before {
    content: "-";
    color: #AFAFB1;
}
.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;
}
.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;
}
.xx-sc{
	width:17px;
	height:20px;
    background:url(../images/xingxing.png) no-repeat;
	position:absolute;
	top:0;
	right:0;
	display:none;
}
.year {
    cursor: pointer;
}
.jgpx{ 
    width:16px;
    height:16px;
}
.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;
}