﻿/*
  * 清除内外边距 - clearance of inner and outer margins *
  * 设置默认字体 - setting the default font *
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    /*font-size: 100%;
    font: inherit;*/
    vertical-align: baseline;
}

body {
    -webkit-font-smoothing: antialiased;
    background-color: #F6F7F8;
    font: 12px/1.5 Microsoft YaHei, tahoma, arial, Hiragino Sans GB, \\5b8b\4f53, sans-serif;
    /*color: #666;*/
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
    display: block;
}

body {
    line-height: 1;
}

/* 重置列表元素 - reset the list element */
ol,
ul {
    list-style: none;
}

li {
    list-style: none;
}

/* 重置文本格式元素 - reset the text format element */
/*包含以下四种的链接*/
a {
    text-decoration: none;
}

/*正常的未被访问过的链接*/
a:link {
    text-decoration: none;
}

/*已经访问过的链接*/
a:visited {
    color: black;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    /*指鼠标在链接*/
}

a:hover {
    text-decoration: none;
    /*指鼠标在链接*/
}

a:active {
    text-decoration: none;
    /* 指正在点的链接*/
}

a {
    color: #000 !important;
}

em,
i {
    font-style: normal;
}


/* 重置表单元素 - reset the form element */
button {
    cursor: pointer;
}

input,
textarea {
    font-size: 18px;
    outline: none;
}

textarea {
    resize: none;
}

button,
input {
    font-family: Microsoft YaHei, tahoma, arial, Hiragino Sans GB, \\5b8b\4f53, sans-serif;
}



/* 重置表格元素 - reset the table element */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/*
  * 图片自适应 - image responsize 
  * 1. 清空浏览器对图片的设置
  * 2. <div>图片</div> 的情况下，图片会撑高 div，这么设置可以清除该影响
*/
img {
    border: 0;
    display: inline-block;
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

div,
input {
    box-sizing: border-box;
}

/* 设置input的placeholder - set input placeholder */
input::-webkit-input-placeholder {
    color: #919191;
    font-size: .32rem
}

/* Webkit browsers */
input::-moz-placeholder {
    color: #919191;
    font-size: .32rem
}

/* Mozilla Firefox */
input::-ms-input-placeholder {
    color: #919191;
    font-size: .32rem
}

/* Internet Explorer */

/* 设置嵌套引用（embedded quotation）的引号类型 */
blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

/* common.css */

.hide,
.none {
    display: none;
}

.clearfix:after {
    visibility: hidden;
    clear: both;
    display: block;
    content: ".";
    height: 0;
}

.clearfix {
    /*zoom 1 就是ie6 清除浮动方式,兼容ie6  
	*  * ie7一下的版本所识别,其他浏览器自动略过
	**/
    zoom: 1;
}


.center {
    display: -webkit-box;
    /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
    display: -moz-box;
    /* Firefox 17- */
    display: -webkit-flex;
    /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
    display: -moz-flex;
    /* Firefox 18+ */
    display: -ms-flexbox;
    /* IE 10 */
    display: flex;
    /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
    justify-content: center;
    align-items: center;
}

/* PC */
@media screen and (min-width: 751px) {
    .w {
        width: 1270px;
        /*常见为960px、980px、1000px、1200px*/
        margin: 0 auto;
    }
}

/* MB */
@media screen and (max-width: 750px) {
    .w {
        max-width: 75rem;
    }
}

ul,
li {
    list-style: none;
}

.home_footer {
    width: 100%;
    padding: 20px;
    background: #F4F4F4;
}

.foot-nav {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: nowrap;
}

.foot-nav li {
    font-size: 16px;
    color: #646464;
    padding: 5px 10px;
    margin-right: 20px;
    cursor: pointer;
    border-bottom: 2px solid #f4f4f4;
}

.foot-nav li:hover {
    color: #fe552e;
    /**/
    border-bottom: 2px solid #fe552e;
}

.checked-bg {
    color: #fe552e !important;
    border-bottom: 2px solid #fe552e !important;
}

.foot-min {
    width: 1200px;
    margin: 20px auto;
    padding-left: 15px;
}

.foot-min ul {
    overflow: hidden;
    display: none;
}

.foot_nav-cont li {
    float: left;
    margin: 5px 25px 0 0;
}

.nav_list {
    color: #646464 !important;
    font-size: 14px;
}

.nav_list:hover {
    color: #fe552e !important;
}

.foot_nav-new {
    display: flex;
    flex-wrap: wrap;
}

.foot_nav-new li {
    width: 33%;
    padding: 10px 0;
    font-size: 14px;
}

.foot_nav-new li a {
    width: 80%;
    display: block;
    padding-right: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 10px 0;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
    display: none;
}

input[type="number"] {
    appearance: textfield;
    -moz-appearance: textfield;
}

/* 提示 */
.toast_content {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-sizing: border-box;
    min-width: 320px;
    padding: 0 20px;
    height: 64px;
    line-height: 64px;
    background: rgba(0, 0, 0, 0.8);
    border-radius: 4px;
    color: #fff;
    font-size: 20px;
    text-align: center;
}


/* PC */
@media screen and (min-width: 751px) {

    /* 号码列表 */
    .number_list {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        grid-gap: 21px 19px;
    }

    .number_item {
        background: #FFFFFF;
        border-radius: 24px;
        border: 1px solid #EEEEEE;
        box-sizing: border-box;
        padding: 25px;
    }

    .number_item .phone_number {
        font-weight: bold;
        font-size: 30px;
        font-family: Arial;
        display:flex;
        align-items:center;
    }

    .number_item .defaultcolor {
        color: #0E0E0E;
    }

    .number_item .rulescolor {
        color: #AD8627;
    }

    .number_item .line_box {
        color: #9C9B99;
    }

    .number_item .num_md {
        height: 24px;
        line-height: 24px;
        margin: 20px 0;
        display: inline-flex;
        align-items: center;
        column-gap: 8px;
    }

    .number_item .city_yys {
        font-size: 20px;
        color: #666666;
    }

    .number_item .num_lab_lh {
        width: 20px;
        height: 20px;
        display: block;
        background-image: url('/images/lh.png');
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
    }

    .number_item .num_rule {
        height: 20px;
        line-height: 20px;
        padding: 0 10px;
        border-radius: 12px;
        background: #F6EACD;
        font-size: 16px;
        color: #815C02;
    }

    /* .number_item .price_box {} */
    .number_item .price_box .price {
        font-weight: bold;
        font-size: 20px;
        color: #AD8627;
        letter-spacing: -4px;
    }

    .number_item .price_box .price_num {
        font-weight: bold;
        font-size: 24px;
        color: #AD8627;
    }

    .number_item .price_box .hf {
        font-size: 20px;
        color: #BD983D;
    }
    .success_main {
        width: 1200px;
        background: #ffffff;
        border-radius: 20px;
        padding: 30px 30px 100px 30px;
        margin: 20px auto;
    }
    .success_icon{
        width:110px;
        height:110px;
        margin:20px auto;
    }
    .success_icon img{
        width:100%;
        height:100%;
    }
    .success_text {
        text-align: center;
        font-size: 22px;
        color: #BD983D;
    }
    .success_tet{
        color:#666666;
        font-size:14px;
        margin-top:20px;
        text-align:center;
    }
    .go_index {
        width: 150px;
        height: 40px;
        border: 1px solid #C6B280;
        border-radius: 5px;
        text-align: center;
        line-height: 40px;
        font-size: 18px;
        font-weight: bold;
        color: #BD983D !important;
        display:block;
        margin:20px auto;
    }
}

/* MB */
@media screen and (max-width: 750px) {
    
    /* 号码列表 */
    .number_list {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 1.8rem;
    }

    .number_item {
        background: #FFFFFF;
        border-radius: 2.4rem;
        border: 1px solid #EEEEEE;
        box-sizing: border-box;
        padding: 3.8rem 3.3rem;
    }

    .number_item .phone_number {
        font-weight: bold;
        font-size: 3.65rem;
        font-family: Arial;
        display:flex;
        align-items:center;
    }

    .number_item .defaultcolor {
        color: #0E0E0E;
    }

    .number_item .rulescolor {
        color: #AD8627;
    }

    .number_item .line_box {
        color: #9C9B99;
    }

    .number_item .num_md {
        height: 2.92rem;
        line-height: 2.92rem;
        margin: 2.8rem 0 5rem;
        display: inline-flex;
        align-items: center;
        column-gap: 1rem;
    }

    .number_item .city_yys {
        font-size: 2.92rem;
        color: #666666;
    }

    .number_item .num_lab_lh {
        width: 2.92rem;
        height: 2.92rem;
        display: block;
        background-image: url('/images/lh.png');
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
    }

    .number_item .num_rule {
        height: 2.92rem;
        line-height: 2.92rem;
        padding: 0 1rem;
        border-radius: 1.2rem;
        background: #F6EACD;
        font-size: 2.19rem;
        color: #815C02;
    }

    /* .number_item .price_box {} */
    .number_item .price_box .price {
        font-weight: bold;
        font-size: 2.43rem;
        color: #AD8627;
        letter-spacing: -4px;
    }

    .number_item .price_box .price_num {
        font-weight: bold;
        font-size: 2.92rem;
        color: #AD8627;
    }

    .number_item .price_box .hf {
        font-size: 2.43rem;
        color: #BD983D;
    }
}
.high_light_color {
    color: #AD8627;
}
