@charset "UTF-8";

/*Reset css*/
/*
/* 清除内外边距 */
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
/* structural elements 结构元素 */
dl,
dt,
dd,
ul,
ol,
li,
/* list elements 列表元素 */
pre,
/* text formatting elements 文本格式元素 */
fieldset,
lengend,
button,
input,
textarea,
/* form elements 表单元素 */
th,
td {
    /* table elements 表格元素 */
    margin: 0;
    padding: 0;
    /* box-sizing: border-box; */
}

/* 设置默认字体 */
body,
button,
input,
select,
textarea {
    /* for ie */
    /*font: 12px/1 Tahoma, Helvetica, Arial, "宋体", sans-serif;*/
    font: 14px/1 Microsoft Yahei, Tahoma, Helvetica, Arial, "\5b8b\4f53", sans-serif;
    /* 用 ascii 字符表示，使得在任何编码下都无问题 */
}

h1 {
    font-size: 18px;
    /* 18px / 12px = 1.5 */
}

h2 {
    font-size: 16px;
}

h3 {
    font-size: 14px;
}

h4,
h5,
h6 {
    font-size: 100%;
}

address,
cite,
dfn,
em,
var {
    font-style: normal;
}

/* 将斜体扶正 */
code,
kbd,
pre,
samp,
tt {
    font-family: "Courier New", Courier, monospace;
}

/* 统一等宽字体 */
small {
    font-size: 12px;
}

/* 小于 12px 的中文很难阅读，让 small 正常化 */
/* 重置列表元素 */
ul,
ol {
    list-style: none;
}

/* 重置文本格式元素 */
a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

abbr[title],
acronym[title] {
    /* 注：1.ie6 不支持 abbr; 2.这里用了属性选择符，ie6 下无效果 */
    border-bottom: 1px dotted;
    cursor: help;
}

q:before,
q:after {
    content: '';
}

/* 重置表单元素 */
legend {
    color: #000;
}

/* for ie6 */
fieldset,
img {
    border: none;
}

/* img 搭车：让链接里的 img 无边框 */
/* 注：optgroup 无法扶正 */
button,
input,
select,
textarea {
    font-size: 100%;
    /* 使得表单元素在 ie 下能继承字体大小 */
}

/* 重置表格元素 */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* 重置 hr */
hr {
    border: none;
    height: 1px;
}

/* 让非ie浏览器默认也显示垂直滚动条，防止因滚动条引起的闪烁 */
html {
    overflow-y: scroll;
}

/*浮动*/
.fl {
    float: left;
}

.fr {
    float: right;
}

/*清除浮动*/
.cf:before,
.cf:after {
    content: "";
    display: table;
}

a[title='站长统计'] {
    display: none !important;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
    /*IE/7/6*/
}
.mr0 {
    margin-right: 0 !important;
}
#mr0.mr0 {
    margin-right: 0 !important;
}

.mb0 {
    margin-bottom: 0 !important;
}

.m31 {
    margin-left: 31px;
    margin-right: 31px;
}

.red {
    color: #ff000f;
}

.fwb {
    font-weight: bold;
}

.mb100 {
    margin-bottom: 100px !important;
}

/*导航 nav E*/
@font-face {
    font-family: 'DINPro-Medium';
    src: url("../fornt/DINPro-Medium.eot") format("embedded-opentype"), url("../fornt/DINPro-Medium.woff") format("woff"), url("../fornt/DINPro-Medium.ttf") format("truetype"), url("../fornt/DINPro-Medium.svg") format("svg");
}

/*内容区*/
.wrap {
    width: 980px;
    margin: 0 auto;
}

/*页头 head B*/
.head {
    height: 94px;
}

.head h1 {
    text-indent: -1000px;
    height: 0;
}

.head .logo {
    margin-top: 22px;
    margin-right: 15px;
}

.head .slogan {
	display: none;
    position: relative;
    margin-top: 15px;
    margin-left: 10px;
    color: #3d3838;
}

.head .slogan:before {
    content: "";
    display: inline-block;
    width: 1px;
    height: 44px;
    background: url(../img0725/suggest-sprite.png) no-repeat left top;
    position: absolute;
    left: -9px;
    top: 12px;
}

.head .slogan p {
    margin-bottom: 8px;
}

.head .callMe {
    margin-top: 26px;
}

.head .callMe .icon-phone {
    width: 47px;
    height: 47px;
    margin-right: 5px;
    background: url(../img0725/suggest-sprite.png) no-repeat 0 -288px;
}

.head .callMe .hotline-title {
    margin-bottom: 4px;
    font-size: 15px;
    line-height: 15px;
    font-weight: bold;
    color: #333;
}

.head .callMe .hotline-num {
    font-size: 30px;
    line-height: 30px;
    font-weight: bold;
    color: #e60012;
    letter-spacing: -0.6px;
}

/*页头 head E*/
/*导航 nav B*/
.nav {
    height: 64px;
    background: #e60012;
    box-shadow: 0px 3px 0px 0px rgba(117, 0, 9, 0.9);
    position: relative;
    z-index: 10;
}

.nav a {
    position: relative;
    float: left;
    width: 14.285%;
    height: 64px;
    line-height: 65px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    overflow: hidden;
}

.nav a span {
    position: relative;
    z-index: 1;
}

.nav .bg-block {
    width: 100%;
    height: 64px;
    background: #620000;
    position: absolute;
    top: 64px;
    left: 0;
}

.nav a sup {
    position: absolute;
    top: 16px;
    z-index: 1;
    right: 12px;
    display: block;
    line-height: 14px;
}

.nav a.hot:after {
    content: "";
    display: inline-block;
    width: 23px;
    height: 13px;
    position: absolute;
    top: 11px;
    right: 20px;
    background: url(../img0725/suggest-sprite.png) no-repeat -65px -66px;
}

/*foot B*/
.foot {
    height: 153px;
    font-size: 12px;
    background: #313131;
    color: #fff;
}

.foot a {
    color: #fff;
}

.foot .flink {
    margin-top: 68px;
}

.foot .flink .jumpUrl,
.foot .company-message .c {
    margin-bottom: 20px;
}

.foot .company-message .c sup {
    line-height: 0;
}

.foot .flink .jumpUrl a,
.foot .flink .jumpUrl span {
    float: left;
}

.foot .flink .jumpUrl span {
    margin: 0 5px;
}

.foot .box-font-0 {
    margin-top: -5px;
    font-size: 0;
}

.foot .company-message .c .b1 {
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    margin: 0 2px;
    font-size: 0;
    background: url(../img0725/suggest-sprite.png) no-repeat -61px 0;
}

.foot .company-message .c .b2 {
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    margin: 0 2px;
    font-size: 0;
    background: url(../img0725/suggest-sprite.png) no-repeat -36px -1px;
}

.foot .sun-line {
    margin-top: 50px;
}

.foot .sun-line p {
    line-height: 30px;
    vertical-align: middle;
}

.foot .sun-line .p1 {
    display: inline-block;
    /*vertical-align: text-bottom;*/
    font-size: 14px;
    line-height: 30px;
    font-weight: bold;
    color: #aaa;
}

.foot .sun-line .p2 {
    font-size: 30px;
}

.foot .cf {
    position: relative;
}

.foot .ts2 {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    width: 120px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    text-align: center;
    background: #f4222f;
    outline: none;
    font-size: 14px;
    border: 1px solid #f4222f;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#FF512F), to(#F4202F));
    background-image: linear-gradient(0deg, #FF512F, #F4202F);
}

.foot .ts2 .icon {
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    background: url(../img0725/suggest-sprite.png) no-repeat -7px 0;
}

/*foot E*/
/*banner*/
.banner {
    margin: 0 auto;
    width: 100%;
    height: 400px;
    cursor: pointer;
    position: relative;
}

.banner a {
    position: absolute;
    width: 100%;
    height: 400px;
}

.banner.banner1 {
    background: url(../img0725/banner1.jpg) no-repeat center top;
}

.banner.banner2 {
    background: url(../img0725/banner2.jpg) no-repeat center top;
}

.banner.banner3 {
    background: url(../img0725/banner3.jpg) no-repeat center top;
}

.banner.banner4 {
    background: url(../img0725/banner4.jpg) no-repeat center top;
}

.banner.banner5 {
    background: url(../img0725/banner5.jpg) no-repeat center top;
}

.banner.banner_158 {
    background: url(../img0725/banner-158.png) no-repeat center top;
}
/*.banner.banner-hd {
    height: 569px;
    background: url(../img0725/3yue.jpg) no-repeat center top;
}*/
.banner.banner-hd {
    /*height: 491px;*/
    background: url(../img0725/banner4.jpg) no-repeat center top;
    /*background: url(../img0725/20191111-1.jpg) no-repeat center top;*/
}


/*.banner.banner6 {
    background: url(../img0725/bgg.jpg) no-repeat center top;
}*/
.banner.banner6 .bg1 {
    height: 400px;
    background: url(../img0725/textg.png) no-repeat center top;
}

.banner.banner6 .bg11 {
    height: 554px;
    background: url(../img0725/op2.jpg) no-repeat center top;
}

/*页面内容标题*/
/**/
h2.tit {
    font-size: 30px;
    font-weight: normal;
    padding: 0 20px;
    text-align: center;
    margin-bottom: 40px;
    margin-top: 60px;
}
h2.tit.tit2 {
    margin-bottom: 20px;
}

h2.tit sup {
    font-size: 16px;
    vertical-align: text-top;
}

h2.tit::before {
    display: inline-block;
    position: relative;
    top: -6px;
    left: -20px;
    content: "";
    width: 101px;
    height: 7px;
    background: url(../img0725/index.png) no-repeat -63px -13px;
}

h2.tit::after {
    display: inline-block;
    position: relative;
    top: -6px;
    left: 20px;
    content: "";
    width: 101px;
    height: 7px;
    background: url(../img0725/index.png) no-repeat -63px 0;
}

/*钻石套餐*/
.Diamonds .tc-show .tc-show-item {
    width: 314px;
    height: 414px;
    border: 1px solid #e5e5e5;
    position: relative;
    cursor: pointer;
    box-sizing: border-box;
}

.Diamonds .tc-show .tc-show-item:hover {
    margin-top: -8px !important;
    height: 422px;
    -webkit-box-shadow: 0 0 18px 0px #FF8690;
    box-shadow: 0 0 18px 0px #FF8690;
    border: 1px solid #FF8690;
    transition: all .3s;
}

.Diamonds .tc-show .tc-show-item .img {
    width: 65px;
    height: 70px;
    margin: 20px auto;
    text-align: center;
    display: flex;
    align-items: center;
}

.Diamonds .tc-show .tc-show-item .flag {
    font-size: 23px;
    color: #f5232f;
    text-align: center;
}

.Diamonds .tc-show .tc-show-item .gp {
    margin: 10px auto 15px;
    width: 90px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    color: #fff;
    background: #f5232f;
    border-radius: 3px;
}

.Diamonds .tc-show .tc-show-item .rule {
    margin: 0 24px;
    padding-bottom: 14px;
    text-align: center;
    border-bottom: 1px dashed #222;
}

.Diamonds .tc-show .tc-show-item:hover .Example-num .num-group {
    margin: 0 25px 35px;
}

.Diamonds .tc-show .tc-show-item:hover .tc-btn {
    background: #F4202F;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#FF512F), to(#F4202F));
    background-image: linear-gradient(0deg, #FF512F, #F4202F);
    /*-webkit-box-shadow: 0 0 16px 0px #F5232F;*/
    /*box-shadow: 0 0 16px 0px #F5232F;*/
    border-top: #F4202F;
    transition: all .3s;
    color: #fff;
}

.Diamonds .tc-show .tc-show-item.m-RL-16 {
    margin: 0 18px;
}

.Diamonds .tc-show .Example-num {
    padding-top: 18px;
}

.Diamonds .tc-show .Example-num p {
    margin: 0 25px;
    padding-bottom: 16px;
    font-weight: bold;
    text-align: center;
}

.Diamonds .tc-show .Example-num .num-group {
    margin: 0 25px 25px;
    line-height: 22px;
    font-size: 16px;
}

.Diamonds .tc-show .Example-num .num-group .n1 div:hover,
.Diamonds .tc-show .Example-num .num-group .n2 div:hover {
    color: #ff0000;
}

.Diamonds .tc-show .tc-btn {
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #ff0000;
    font-weight: bold;
    border-top: 1px solid #e5e5e5;
}

/*首页套餐*/
.tc-show .tc-show-item {
    width: 314px;
    height: 336px;
    border: 1px solid #e5e5e5;
    position: relative;
    cursor: pointer;
    box-sizing: border-box;
}

.tc-show .tc-show-item:hover {
    margin-top: -8px !important;
    height: 344px;
    -webkit-box-shadow: 0 0 18px 0px #FF8690;
    box-shadow: 0 0 18px 0px #FF8690;
    border: 1px solid #FF8690;
    transition: all .3s;
}

.tc-show .tc-show-item:hover .Example-num .num-group {
    margin: 0 25px 35px;
}

.tc-show .tc-show-item:hover .tc-btn {
    background: #E70012;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#FF512F), to(#F4202F));
    background-image: linear-gradient(0deg, #FF512F, #F4202F);
    /*-webkit-box-shadow: 0 0 16px 0px #F5232F;*/
    /*box-shadow: 0 0 16px 0px #F5232F;*/
    border-top: #F4202F;
    transition: all .3s;
    color: #fff;
}

.tc-show .tc-show-item.m-RL-16 {
    margin: 0 19px;
}

.tc-show .tc-show-item .tc-log {
    width: 70px;
    height: 52px;
    position: absolute;
    right: 14px;
    top: -8px;
    background: url(../img0725/index.png) no-repeat;
}

.tc-show .tc-show-item .tc-log-1 {
    background-position: 0 -281px;
}

.tc-show .tc-show-item .tc-log-2 {
    background-position: 0 -166px;
}

.tc-show .tc-show-item .tc-log-3 {
    background-position: 0 -224px;
}

.tc-show .tc-name {
    height: 68px;
    margin: 0 25px;
    border-bottom: 1px solid #e5e5e5;
}

.tc-show .tc-show-item .jg {
    float: left;
    display: block;
    background: url(../img0725/tc.png) no-repeat;
    margin-top: 24px;
}

.tc-show .tc-show-item .dw {
    float: left;
    margin-top: 38px;
    margin-left: 5px;
    position: relative;
}

.tc-show .tc-show-item .tc-hot:after {
    content: "";
    display: inline-block;
    width: 23px;
    height: 13px;
    position: absolute;
    top: -15px;
    left: 0;
    background: url(../img0725/suggest-sprite.png) no-repeat -65px -66px;
}

.tc-show .tc-show-item .jg._88 {
    height: 29px;
    width: 56px;
    background-position: 0 0;
}

.tc-show .tc-show-item .jg._168 {
    height: 29px;
    width: 79px;
    background-position: 0 -288px;
}

.tc-show .tc-show-item .jg._198 {
    height: 29px;
    width: 79px;
    background-position: 0 -32px;
}

.tc-show .tc-show-item .jg._298 {
    height: 29px;
    width: 79px;
    background-position: 0 -320px;
}

.tc-show .tc-show-item .jg._388 {
    height: 29px;
    width: 79px;
    background-position: 0 -64px;
}

.tc-show .tc-show-item .jg._598 {
    height: 29px;
    width: 79px;
    background-position: 0 -96px;
}

.tc-show .tc-show-item .jg._998 {
    height: 29px;
    width: 79px;
    background-position: 0 -128px;
}

.tc-show .tc-show-item .jg._1988 {
    height: 29px;
    width: 101px;
    background-position: 0 -160px;
}

.tc-show .tc-show-item .jg._4988 {
    height: 29px;
    width: 101px;
    background-position: 0 -192px;
}

.tc-show .tc-show-item .jg._6988 {
    height: 29px;
    width: 101px;
    background-position: 0 -224px;
}

.tc-show .tc-show-item .jg._9988 {
    height: 30px;
    width: 101px;
    background-position: 0 -255px;
}

.tc-show .tc-fl {
    padding: 24px 0;
    margin: 0 25px;
    border-bottom: 1px dashed #e5e5e5;
}

.tc-show .tc-1 {
    float: left;
}

.tc-show .tc-2 {
    float: left;
    margin-left: 50px;
}

.tc-show .tc-1 .tc-icon {
    width: 30px;
    height: 30px;
    margin-right: 10px;
    background: url(../img0725/index.png) no-repeat -106px -39px;
}

.tc-show .tc-2 .tc-icon {
    width: 30px;
    height: 30px;
    margin-right: 10px;
    background: url(../img0725/index.png) no-repeat -69px -39px;
}

.tc-show .tc-sm .prow {
    font-weight: bold;
    color: #f4222f;
    margin-bottom: 5px;
}

.tc-show .Example-num {
    padding-top: 24px;
}

.tc-show .Example-num p {
    margin: 0 25px;
    padding-bottom: 16px;
    font-weight: bold;
}

.tc-show .Example-num .num-group {
    margin: 0 25px 25px;
    line-height: 22px;
    font-size: 16px;
}

.tc-show .tc-btn {
    color: #ff0000;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-top: 1px solid #e5e5e5;
}

/*选号码先看号段 B*/
.skt-how .how-tems {
    margin-top: 45px;
    text-align: left;
}

.skt-how .how-tems .tem {
    position: relative;
    width: 310px;
    height: 192px;
    text-align: left;
    font-weight: bold;
    font-size: 14px;
    color: #6f6f6f;
    background: url(../img0725/black4.png) no-repeat center top;
    padding-top: 28px;
    border-radius: 10px;
    cursor: pointer;
}

.skt-how .how-tems .tem.mgrl28 {
    margin: 0 25px !important;
}

.skt-how .how-tems .tem.active {
    background: url(../img0725/red4.png) no-repeat center top;
}

.skt-how .how-tems .tem.active .needNum {
	background-color: #f4202f;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#FF512F), to(#F4202F));
    background-image: linear-gradient(0deg, #FF512F, #F4202F);
    color: #fff;
}

.skt-how .how-tems .tem .needNum:hover {
    background-color: #f4202f;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#FF512F), to(#F4202F));
    background-image: linear-gradient(0deg, #FF512F, #F4202F);
    color: #fff;
}

.skt-how .how-tems .tem .tag {
    width: 40px;
    height: 40px;
    position: absolute;
    background: red;
    top: 7px;
    right: 3px;
    overflow: hidden;
}

.skt-how .how-tems .tem p {
    margin-left: 25px;
    margin-bottom: 10px;
    height: 14px;
    line-height: 14px;
}

.skt-how .how-tems .tem .dx {
    background: url(../img0725/index.png) no-repeat 0 -118px;
}

.skt-how .how-tems .tem .yd {
    background: url(../img0725/index.png) no-repeat 0 -64px;
}

.skt-how .how-tems .tem .lt {
    background: url(../img0725/index.png) no-repeat 0 -10px;
}

.skt-how .f5232f {
    color: #f5232f;
}

.skt-how .fno {
    font-weight: normal;
}

.skt-how .fno sup {
    line-height: 7px;
}

.skt-how .needNum {
    width: 150px;
    height: 36px;
    margin: 6px 25px 0;
    cursor: pointer;
    font-size: 14px;
    line-height: 36px;
    border-radius: 18px;
    color: #f5242f;
    border: 1px solid #f5242f;
    text-align: center;
    -webkit-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.skt-how .needNum:hover {
    background-color: #f4202f;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#FF512F), to(#F4202F));
    background-image: linear-gradient(0deg, #FF512F, #F4202F);
    color: #fff;
}

/*选号码先看号段 E*/
/*增值功能 B*/
.zzPrower {}

.zzPrower h2.tit {
    margin-bottom: 20px;
}

.zzPrower .sm-tit {
    text-align: center;
    margin-bottom: 36px;
}

.zzPrower .sm-tit a {
    text-decoration: underline;
    color: #000;
}

.zzPrower .prower-group .item {
    float: left;
    width: 194px;
    height: 237px;
    margin-right: 12px;
    padding: 20px 20px 25px 20px;
    border: 1px solid #e5e5e5;
    cursor: pointer;
}

.zzPrower .prower-group .item:hover {
    -webkit-box-shadow: 0 0 18px 0px #FF8690;
    box-shadow: 0 0 18px 0px #FF8690;
    border: 1px solid #FF8690;
    transition: all .3s;
}

.zzPrower .prower-group .item:hover .btn {
    transition: all .3s;
    background-color: #f4202f;
    background-image: -moz-linear-gradient(-90deg, rgb(255, 81, 47) 0%, rgb(244, 32, 47) 100%);
    background-image: -webkit-linear-gradient(-90deg, rgb(255, 81, 47) 0%, rgb(244, 32, 47) 100%);
    background-image: -ms-linear-gradient(-90deg, rgb(255, 81, 47) 0%, rgb(244, 32, 47) 100%);
    color: #fff;

}

.zzPrower .prower-group .item .tit {
    margin-bottom: 12px;
    font-size: 18px;
    line-height: 30px;
    font-weight: bold;
    text-align: left;
}

.zzPrower .prower-group .item .tit .icon {
    display: inline-block;
    margin-right: 10px;
    width: 36px;
    height: 36px;
    vertical-align: middle;
    background: url(../img0725/gn-icon.png) no-repeat;
}

.zzPrower .prower-group .item .tit .icon.icon1 {
    background-position: 0 0;
}

.zzPrower .prower-group .item .tit .icon.icon2 {
    background-position: -36px 0;
}

.zzPrower .prower-group .item .tit .icon.icon3 {
    background-position: -72px 0;
}

.zzPrower .prower-group .item .tit .icon.icon4 {
    background-position: -108px 0;
}

.zzPrower .prower-group .item .des {
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 25px;
}

.zzPrower .prower-group .item .xzl {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: bold;
}

.zzPrower .prower-group .item .bfb {
    margin-bottom: 22px;
    font-size: 30px;
    font-weight: bold;
    color: #e60012;
}

.zzPrower .prower-group .item .btn {
    width: 150px;
    height: 36px;
    line-height: 36px;
    border: 1px solid #f5242f;
    border-radius: 19px;
    color: #f5242f;
    text-align: center;
}

/*增值功能 e*/
/*核心价值 B*/
.core .core-box {
    margin-bottom: 12px;
}

.core .item {
    width: 482px;
    /*height: 334px;*/
    padding-bottom: 28px;
    border: 1px solid #E5E5E5;
}

.core .item h4 {
    margin-top: 26px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}

.core .item .img {
    text-align: center;
    width: auto;
    height: 190px;
    line-height: 190px;
    margin-bottom: 28px;
}

.core .item .img img {
    vertical-align: middle;
}

.core .item p {
    font-size: 20px;
    line-height: 30px;
    text-align: center;
}

/*核心价值 E*/
/* 爆款套餐 B */
.meal .des {
    margin: 25px 0 15px;
    line-height: 24px;
    text-align: center;
}

.meal .des a {
    color: #ff0000;
}

.meal .to {
    text-align: center;
}

.meal .to a {
    color: #f45654;
}

.meal .to a:hover {
    border-bottom: 1px solid #f45654;
}

.meal .to span {
    position: relative;
    vertical-align: middle;
    top: -5px;
}

.meal-wrap {
    margin-top: 30px;
    margin-bottom: 30px;
    background: #ffffff;
    border: 1px solid #d6d6d6;
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    cursor: pointer;
}

.meal-wrap .left-time {
    width: 264px;
    height: 395px;
    background: url(../img0725/meal-bg.png);
    color: #fff;
}

.meal-wrap .left-time:hover {
    box-shadow: 0 6px 30px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 6px 30px rgba(0, 0, 0, 0.1);
    transform: translate2d(0, -5px);
    -webkit-transform: translate3d(0, -5px, 0);
    box-shadow: 0px 0px 15px 0px rgba(216, 216, 216, 0.41);
    border-radius: 5px;
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    cursor: pointer;
    border-radius: 0;
}

.meal-wrap .left-time .cx {
    margin: 28px auto;
    width: 206px;
    height: 36px;
    line-height: 36px;
    font-size: 18px;
    text-align: center;
    background: #e60012;
    border-radius: 18px;
}

.meal-wrap .left-time .cx span {
    font-weight: normal;
}

.meal-wrap .left-time .sup5 {
    font-size: 33px;
    font-weight: bold;
    line-height: 40px;
    text-align: center;
}

.meal-wrap .left-time .sup5 i {
    font-size: 38px;
    text-shadow: 0 4px 0 #fc544e;
    font-family: "DINPro-Medium";
    vertical-align: bottom;
}

.meal-wrap .left-time ._18day {
    margin-top: 5px;
    font-size: 81px;
    text-shadow: 0 4px 0 #fc544e;
    font-family: "DINPro-Medium";
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
}

.meal-wrap .left-time ._18day i {
    font-weight: normal;
    font-style: normal;
    font-size: 42px;
    text-shadow: 0 0 0 #fff;
}

.meal-wrap .left-time .hy {
    text-align: center;
}

.meal-wrap .left-time .hy:before {
    display: inline-block;
    content: "";
    width: 40px;
    height: 1px;
    border-bottom: 1px solid #fff;
    position: relative;
    top: -5px;
}

.meal-wrap .left-time .hy:after {
    display: inline-block;
    content: "";
    width: 40px;
    height: 1px;
    border-bottom: 1px solid #fff;
    position: relative;
    top: -5px;
}

.meal-wrap .left-time .btn {
    margin: 35px 22px 0;
    background: #fff;
    color: #fc544e;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    text-align: center;
    border-radius: 25px;
}

.meal-wrap .left-time .btn:hover {
    background: #fc544e;
    color: #fff;
    box-shadow: 0px 0px 15px 0px rgba(216, 216, 216, 0.41);
    border-radius: 5px;
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    cursor: pointer;
    border-radius: 25px;
}

.meal-wrap .mid-group {
    width: 518px;
    height: 395px;
}

.meal-wrap .mid-group .top-tt {
    font-size: 18px;
    line-height: 18px;
    margin-top: 30px;
    margin-left: 29px;
}

.meal-wrap .mid-group .top-tt span {
    font-size: 14px;
    color: #ff0000;
}

.meal-wrap .mid-group .gift-list {
    margin-top: 33px;
    margin-left: 20px;
}

.meal-wrap .mid-group .item {
    float: left;
    width: 226px;
    height: 132px;
    margin-right: 23px;
    margin-bottom: 25px;
    color: #fff;
    background: url(../img0725/gift-bg.png) no-repeat center center;
}

.meal-wrap .mid-group .item .top {
    height: 78px;
    overflow: hidden;
}

.meal-wrap .mid-group .item .top .left {
    float: left;
    margin-top: 14px;
    margin-left: 22px;
}

.meal-wrap .mid-group .item .top .left .tt {
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 7px;
}

.meal-wrap .mid-group .item .top .left .ms {
    font-size: 30px;
    height: 30px;
}

.meal-wrap .mid-group .item .top .gift {
    float: right;
    margin-top: 14px;
    margin-right: 18px;
    width: 47px;
    height: 47px;
    font-size: 15px;
    color: #fff101;
    border: 1px solid #fff101;
    text-align: center;
    line-height: 22px;
}

.meal-wrap .mid-group .item .sub {
    margin-top: 14px;
    margin-left: 22px;
    font-size: 12px;
    line-height: 16px;
}

.meal-wrap .right-list {
    width: 196px;
    height: 395px;
}

.meal-wrap .right-list p {
    font-size: 18px;
    line-height: 26px;
    margin-top: 22px;
    margin-bottom: 18px;
}

.meal-wrap .right-list p a {
    float: right;
    margin-right: 28px;
    font-size: 12px;
    color: #ff0000;
}

.meal-wrap .right-list p a:hover {
    text-decoration: underline;
}

.meal-wrap .right-list .numlist .item {
    margin-bottom: 13px;
    width: 170px;
    height: 40px;
    text-align: center;
    font-size: 20px;
    line-height: 40px;
    background: #f1f1f1;
    font-family: "DINPro-Medium";
}

.meal-wrap .right-list .numlist .item:hover {
    color: #ff0000;
}
/* 今日爆款套餐只要9元/天 */
.nine-hd {
    margin-bottom: 30px;
    padding: 35px 0;
    width: 100%;
    height: 270px;
    background: #fb6551;
    background-image: -moz-linear-gradient( 142deg, rgb(239,8,57) 0%, rgb(251,101,81) 100%);
    background-image: -webkit-linear-gradient( 142deg, rgb(239,8,57) 0%, rgb(251,101,81) 100%);
    background-image: -ms-linear-gradient( 142deg, rgb(239,8,57) 0%, rgb(251,101,81) 100%);
}
.nine-hd .inner-ct {
    margin-left: 35px;
    float: left;
    width: 625px;
    color: #ffffff;
}
.nine-hd .inner-ct .top {
    font-size: 22px;
    font-weight: bold;
    line-height: 22px;
    padding-bottom: 16px;
    border-bottom: 1px solid #fdaa9f;
}
.nine-hd .inner-ct .top a {
    float: right;
    font-size: 16px;
    line-height: 22px;
    color: #ffffff;
    cursor: pointer;
    font-weight: normal; 
}
.icon-group {
    height: 45px;
    margin-top: 15px;
}
.icon-group .it {
    float: left;
    height: 40px;
    padding-top: 5px;
    background-position: left center;
    background-repeat: no-repeat;
    line-height: 18px;
}
.icon-group .it.it1 {
    padding-left: 45px;
    margin-right: 38px;
    background-image: url(../img0725/nine-icon/nine-icon1.png);
}
.icon-group .it.it2 {
    padding-left: 52px;
    margin-right: 38px;
    background-image: url(../img0725/nine-icon/nine-icon2.png);
}
.icon-group .it.it3 {
    padding-left: 48px;
    margin-right: 38px;
    background-image: url(../img0725/nine-icon/nine-icon3.png);
}
.icon-group .it.it4 {
    padding-left: 57px;
    background-image: url(../img0725/nine-icon/nine-icon4.png);
}
.exp-num {
    margin-top: 40px;
}
.exp-num .exp-top  {
    font-size: 22px;
    font-weight: bold;
    line-height: 22px;
}
.exp-num .exp-top  a {
    font-size: 16px;
    float: right;
    font-weight: normal;
    color: #ffffff;
    cursor: pointer;
}
.exp-box {
    margin: 0 -8px;
}
.exp-box .item {
    width: 196px;
    height: 44px;
    color: #640118;
    float: left;
    line-height: 44px;
    font-weight: bold;
    margin: 15px 8px 0;
    font-size: 20px;
    text-align: center;
    background: #fbdaa9;
    cursor: pointer;
}
.exp-box .item:hover {
    opacity: .9;  
}
.nine-day {
    width: 254px;
    height: 279px;
    background: url(../img0725/9-nine.png) no-repeat center center;
    float: right;
    margin-right: 34px;
}
.nine-day .btn {
    width: 206px;
    height: 50px;
    line-height: 50px;
    color: #ffffff;
    font-size: 16px;
    background: #ef0839;
    margin: 206px auto 0;
    border-radius: 25px;
    text-align: center;
    cursor: pointer;
}
.nine-day .btn:hover {
    opacity: .8;
}

  
/* 爆款套餐 E */
/* 选号指南B */
.cheats .des {
    margin: 25px 0 15px;
    line-height: 24px;
    text-align: center;
}

.cheats .des a {
    color: #ff0000;
}

.cheats .cheats-list .item {
    float: left;
    height: 100px;
    padding-left: 95px;
    margin-right: 5px;
}

.cheats .cheats-list .item1 {
    width: 263px;
    background: url(../img0725/cheats1.png) no-repeat left top;
}

.cheats .cheats-list .item2 {
    width: 233px;
    background: url(../img0725/cheats2.png) no-repeat left top;
}

.cheats .cheats-list .item3 {
    width: 189px;
    margin-right: 0;
    background: url(../img0725/cheats3.png) no-repeat left top;
}

.cheats .cheats-list .look {
    margin-top: 22px;
    margin-bottom: 10px;
    font-weight: bold;
}

.cheats .cheats-list .ms {
    text-align: left;
    line-height: 20px;
}

.cheats .cheats-list .ad-slh {
    background: url(../img0725/slh.png) no-repeat right center;
}

.cheats .opt-list {
    padding-top: 35px;
}

.cheats .opt-list .item {
    float: left;
    width: 274px;
    height: 193px;
    padding-top: 25px;
    padding-left: 30px;
    position: relative;
    border: 1px solid #d6d6d6;
    line-height: 24px;
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    cursor: pointer;
    background: #ffffff;
}

.cheats .opt-list .item:hover {
    box-shadow: 0 6px 30px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 6px 30px rgba(0, 0, 0, 0.1);
    transform: translate2d(0, -5px);
    -webkit-transform: translate3d(0, -5px, 0);
}

.cheats .opt-list .item sup {
    vertical-align: middle;
    position: relative;
    top: -5px;
}

.cheats .opt-list .opt {
    width: 77px;
    height: 34px;
    position: absolute;
    right: 0;
    top: 0;
}

.cheats .opt-list .item .btn {
    width: 146px;
    height: 26px;
    border: 1px solid #ff0000;
    line-height: 26px;
    text-align: center;
    border-radius: 28px;
    margin-top: 20px;
    color: #ff0000;
}

.cheats .opt-list .item .btn:hover {
    color: #ffffff;
    background: #ff0000;
}

.cheats .opt-list .opt1 {
    background: url(../img0725/opt1.png) no-repeat center center;
}

.cheats .opt-list .opt2 {
    background: url(../img0725/opt2.png) no-repeat center center;
}

.cheats .opt-list .opt3 {
    background: url(../img0725/opt3.png) no-repeat center center;
}

.goodnum {
    margin-top: 25px;
}

.goodnum .mj-bg {
    height: 46px;
    color: #fff;
    background: #ea0000;
}

.goodnum .mj-bg th {
    text-align: left;
    padding-left: 20px;
    border: 1px solid #e5e5e5;
}

.goodnum .mj-bg th a {
    margin-right: 20px;
    float: right;
    color: #ffffff;
}

.goodnum td {
    height: 134px;
    border: 1px solid #e5e5e5;
    font-weight: normal;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #fff;
}

.goodnum td.exp-num .fl:last-child .num {
    border-right: none;
}

.goodnum td .f1 {
    margin-left: 25px;
    margin-right: 50px;
    font-weight: bold;
}

.goodnum td .f1,
.goodnum td .f2 {
    line-height: 24px;
}

.goodnum .hg {
    background-image: url(../img0725/hg.png);
}

.goodnum .zs {
    background-image: url(../img0725/zs.png);
}

.goodnum .wx {
    background-image: url(../img0725/wx.png);
}

.goodnum .exp-num .fl {
    width: 33.3%;
}

.goodnum .exp-num .num {
    margin: 5px 0;
    height: 28px;
    line-height: 28px;
    text-align: center;
    border-right: 1px solid #e5e5e5;
    position: relative;
    cursor: pointer;
}

.goodnum .exp-num .hot:after {
    content: "";
    width: 28px;
    height: 12px;
    position: absolute;
    right: 12px;
    top: 8px;
    background: url(../img0725/hot1.png);
}

.goodnum .exp-num .num.active {
    color: #fff;
    background: url(../img0725/goodbg.png) no-repeat 22px center;
}

.goodnum .exp-num .num.active:after {
    background: url(../img0725/hot2.png);
}

.goodnum .exp-num .num:hover {
    color: #fff;
    background: url(../img0725/goodbg.png) no-repeat 22px center;
}

.goodnum .exp-num .num:hover:before {
    content: "预占号码";
    width: 155px;
    height: 27px;
    display: block;
    display: none\0;
    position: absolute;
    background: url(../img0725/goodbg.png) no-repeat left center;
    top: 1px;
    left: 21px;
    z-index: 9;
}

.goodnum .exp-num .num:hover:after {
    background: url(../img0725/hot2.png);
}

/* 选号指南E */
/*  */
.more-bt {
    padding: 0 5px;
    font-size: 20px;
    font-weight: bold;
    line-height: 24px;
    overflow: hidden;
}
.more-bt a {
    font-weight: normal;
    font-size: 14px;
    color: #333333;
}
.hot-cp .sm-tit {
    text-align: center;
}

.hot-cp .sm-tit a {
    text-decoration: underline;
    color: #000;
}

.picScroll-left {
    margin-top: 25px;
    width: 980px;
    /* overflow: hidden; */
    position: relative;
}
.picScroll-left:hover .hd {
    display: block;
}
.picScroll-left .hd {
    display: none;
    position: absolute;
    top: 0;
    height: 342px;
    cursor: pointer;
    z-index: 99;
}
.picScroll-left .hd .prev .bg,.picScroll-left .hd .next .bg{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 40px;
    background: #333;
    opacity: .3;
}
.picScroll-left .hd .prev {
    width: 40px;
    height: 342px;
    position: absolute;
    left: 940px;
    top: 0;
}
.picScroll-left .hd .next {
    width: 40px;
    height: 342px;
    position: absolute;
    left: 0;
    top: 0;
}
.picScroll-left .hd .prev .jt {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 342px;
    display: block;
    float: right;
    cursor: pointer;
    background-image: url("../img0725/arr-r.png");
    background-repeat: no-repeat;
    background-position: center 50%;
    z-index: 9;
}
.picScroll-left .hd .next .jt {  
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 342px; 
    display: block;
    float: right;
    cursor: pointer;
    background-image: url(../img0725/arr-l.png);
    background-repeat: no-repeat;
    background-position: center 50%;
    z-index: 9;
}

.picScroll-left .hd .prevStop {
    background-position: -60px 0;
}

.picScroll-left .hd ul {
    float: right;
    overflow: hidden;
    zoom: 1;
    margin-top: 10px;
    zoom: 1;
}

.picScroll-left .hd ul li {
    float: left;
    width: 9px;
    height: 9px;
    overflow: hidden;
    margin-right: 5px;
    text-indent: -999px;
    cursor: pointer;
    
}
.picScroll-left .hd ul li:first-child {
    margin-left: 3px;
}


/* .picScroll-left .bd{ padding:10px;   } */

.picScroll-left .bd {
    overflow: hidden;
}
.picScroll-left .bd ul {
    overflow: hidden;
    zoom: 1;
}
.picScroll-left .bd {
}
.picScroll-left .bd ul li {
    border: 1px solid #ebebeb;
    width: 314px;
    height: 340px;
    /* margin: 0 10px; */
    margin-right: 16px !important;
    float: left;
    _display: inline;
    overflow: hidden;
    text-align: center;
    cursor: pointer;
    margin-bottom: 20px;
}
.picScroll-left .bd ul li:hover {
    border-color: #ff0000;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 18px 0px rgba(247, 37, 37, 0.15);
}

.picScroll-left .bd ul li .pic {
    width: 100%;
    text-align: center;
}
.picScroll-left .bd ul li .pic a:hover img {
    border-color: #999;
}

.picScroll-left .bd ul li .title {
    height: 40px;
    margin: 0 18px;
    text-align: left;
    font-size: 15px;
    font-weight: bold;
    margin-top: 16px;
    line-height: 20px;
    margin-bottom: 15px;
    color: #000;
}
.picScroll-left .bd ul li .title sup {
    vertical-align: middle;
    position: relative;
    top: -8px;
}
.picScroll-left .bd ul li .message {
    text-align: justify;
    line-height: 22px;
    margin: 0 20px;
    padding-bottom: 10px;
    color: #333333;
    min-height: 66px;
}
.picScroll-left .bd ul li .info {
    overflow: hidden;
    padding-top: 12px;
    margin: 0 20px;
    border-top: 1px dashed #878787;
    color: #878787;
}
.picScroll-left .bd ul li .info sup {
    vertical-align: middle;
    position: relative;
    top: -5px;
}
/*案例列表页单独样式*/

.picScroll-left1 .bd {
    overflow: hidden;
}
.picScroll-left1 .bd ul {
    overflow: hidden;
    zoom: 1;
}
.picScroll-left1 .bd ul li {
    border: 1px solid #ebebeb;
    width: 314px;
    height: 340px;
    margin-right: 5px;
    margin-left: 5px;
    margin-bottom: 20px;
    float: left;
    _display: inline;
    overflow: hidden;
    text-align: center;
    cursor: pointer;
}
.picScroll-left1 .bd ul li:hover {
    border-color: #ff0000;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 18px 0px rgba(247, 37, 37, 0.15);
}

.picScroll-left1 .bd ul li .pic {
    width: 100%;
    text-align: center;
}
.picScroll-left1 .bd ul li .pic a:hover img {
    border-color: #999;
}

.picScroll-left1 .bd ul li .title {
    height: 40px;
    margin: 0 18px;
    text-align: left;
    font-size: 15px;
    font-weight: bold;
    margin-top: 16px;
    line-height: 20px;
    margin-bottom: 15px;
    color: #000;
}
.picScroll-left1 .bd ul li .title sup {
    vertical-align: middle;
    position: relative;
    top: -8px;
}
.picScroll-left1 .bd ul li .message {
    text-align: justify;
    line-height: 22px;
    margin: 0 20px;
    padding-bottom: 10px;
    color: #333333;
    min-height: 66px;
}
.picScroll-left1 .bd ul li .info {
    overflow: hidden;
    padding-top: 12px;
    margin: 0 20px;
    border-top: 1px dashed #878787;
    color: #878787;
}
.picScroll-left1 .bd ul li .info sup {
    vertical-align: middle;
    position: relative;
    top: -5px;
}

/*促销号码 B*/
.article {
    margin-top: 40px;
}
.article .article-row {
    overflow: hidden;
    float: left;
    width: 663px;
    padding: 30px 20px 0;
    margin-bottom: 50px;
    border: 1px solid #f0f0f0;
}
.article h2 {
    font-size: 20px;
    text-align: center;
    margin-bottom: 15px;
}
.article .info {
    margin-bottom: 25px;
    text-align: center;
    color: #b6b6b6;
}
.article .content {
    line-height: 22px;
}
.article .content p {
    margin-bottom: 25px;
    text-align: justify;
}
.article .content img {
    margin-bottom: 15px;
}
.article .article-side {
    float: right;
    width: 258px;
}
.article .article-side .mokuai {
    margin-bottom: 24px;
}
.article .article-side .bt1 {
    padding-left: 15px;
    height: 46px;
    line-height: 46px;
    font-weight: bold;
    color: #ffffff;
    background: #ff0000;
}
.article .article-side .bt1 a {
    margin-right: 12px;
    color: #ffffff;
}
.article .article-side .side-ct {
    padding: 28px 20px;
    border-left: 1px solid #dfdfdf;
    border-right: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
}
.article .article-side .side-ct .num-box {
    overflow: hidden;
}
.article .article-side .side-ct .num {
    font-weight: bold;
    margin-bottom: 18px;
}
.article .article-side .side-ct .btn {
    height: 34px;
    line-height: 34px;
    color: #ff0000;
    border: 1px solid #ff0000;
    text-align: center;
    margin: 5px 14px 0;
    border-radius: 17px;
    cursor: pointer;
}
.article .article-side .side-ct .btn:hover {
    color: #fff;
    background: #ff0000;
}
.article .article-side .side-ct .fuli-box .item {
    overflow: hidden;
    margin-bottom: 18px;
}
.article .article-side .side-ct .fuli-box .text {
    float: left;
}
.article .article-side .side-ct .fuli-box .item .icon {
    margin-right: 10px;
    float: left;
    width: 36px;
    height: 36px;
    background-repeat: no-repeat;
}
.article .article-side .side-ct .fuli-box .item .icon.icon1 {
    background-image: url(../img0725/side-icon1.png);
}
.article .article-side .side-ct .fuli-box .item .icon.icon2 {
    background-image: url(../img0725/side-icon2.png);
}
.article .article-side .side-ct .fuli-box .item .icon.icon3 {
    background-image: url(../img0725/side-icon3.png);
}
.article .article-side .side-ct .fuli-box .item .icon.icon4 {
    background-image: url(../img0725/side-icon4.png);
}
.article .article-side .side-ct .fuli-box .item .bt {
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: bold; 
    color: #ff0000;
}
.article .article-side .side-ct .func-ct {
    text-align: center;
    width: 100%;
    overflow: hidden;
}
.article .article-side .side-ct .lb {
    width: 216px;
    /* height: 181px; */
    overflow: hidden;
}
.article .article-side .side-ct .func-ct .func-xzl {
    margin: 15px auto 18px;
    width: 80px;
    height: 20px;
    font-size: 12px;
    color: #ffffff;
    background: #ff0000;
    line-height: 20px;
}
.article .article-side .side-ct .func-ct .func-name {

}
.article .article-side .side-ct .func-ct .func-msg {
    margin-top: 8px;
    font-size: 12px;
    color: #aaaaaa;
}
.article .article-side .side-ct .func-point ul {
    width: 96px;
    margin: 16px auto 25px;
    overflow: hidden;
    cursor: pointer;
}
.article .article-side .side-ct .func-point li {
    width: 9px;
    height: 9px;
    background: #d7d7d7;
    margin: 0 5px;
    border-radius: 50%;
    float: left;
}
.article .article-side .side-ct .func-point li.on {
    background: #ff0000;
}
/* hezuo B*/
.hezuo {
    /* margin-top: 20px; */
    height: 170px;
    border: 1px solid #ebebeb;
}
.hezuo .item {
    float: left;
    width: 14.28%;
    text-align: center;
}
.hezuo .item .hz-icon {
    width: 100%;
    float: left;
    height: 106px;
    text-align: center;
    background-position: center bottom;
    background-repeat: no-repeat;
    margin-bottom: 6px;
}
.hezuo .item .hz-icon {
    line-height: 22px;
}
.hezuo .item .hz-num {
    line-height: 22px;
    font-weight: bold;
}
.hezuo .item .hz-year {
    line-height: 22px;
    font-weight: bold;
    color: #ff0000;
}
.hezuo .item .hz-icon.hz-icon1 {
    background-image: url(../img0725/hz-1.png);
}
.hezuo .item .hz-icon.hz-icon2 {
    background-image: url(../img0725/hz-2.png);
}
.hezuo .item .hz-icon.hz-icon3 {
    background-image: url(../img0725/hz-3.png);
}
.hezuo .item .hz-icon.hz-icon4 {
    background-image: url(../img0725/hz-4.png);
}
.hezuo .item .hz-icon.hz-icon5 {
    background-image: url(../img0725/hz-5.png);
}
.hezuo .item .hz-icon.hz-icon6 {
    background-image: url(../img0725/hz-6.png);
}
.hezuo .item .hz-icon.hz-icon7 {
    background-image: url(../img0725/hz-7.png);
}
/* hezuo E*/
/* footer-banner B*/
.footer-banner {
    margin-top: 75px;
    overflow: hidden;
    text-align: center;
    width: 100%;
    height: 200px;
    background: url(../img0725/banner-footer.png) no-repeat center top;
    background-size: cover;
}
.footer-banner .img {
    margin: 25px auto 16px;
    width: 597px;
    height: 71px;
    background: url(../img0725/foot-banner.png) no-repeat center top;
}
.footer-banner .btn {
    cursor: pointer;
    margin: 0 auto;
    font-size: 16px;
    width: 198px;
    height: 38px;
    line-height: 38px;
    border-radius: 20px;
    border: 1px solid #fff;
    color: #ffffff;
}
.footer-banner .btn:hover {
    background: #fff;
    color: #d03d7c;
}
.footer-banner .warn-txt {
    font-style: italic;
    margin-top: 20px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    color: #fff;
}
/* footer-banner E*/
.Promotion {
    margin-bottom: 100px;
}

.Promotion .pro-group {
    position: relative;
    text-align: center;
}

.Promotion .num-list {
    width: 705px;
    height: 254px;
    border-top: 2px solid #ff0202;
    border-left: 2px solid #ff0202;
    border-bottom: 2px solid #ff0202;
}

.Promotion .pro-group .tags {
    margin-left: -1px;
    height: 46px;
    background: #f6f7fa;
}

.Promotion .pro-group .tags .active {
    background: #ff0202;
    color: #fff;
}

.Promotion .pro-group .tag {
    float: left;
    width: 140px;
    height: 46px;
    margin-left: 1px;
    line-height: 46px;
    text-align: center;
    background: #f6f7fa;
    position: relative;
    cursor: pointer;
}

.Promotion .pro-group .tag:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 15px;
    border-left: 1px solid #dddee1;
    background: #f6f7fa;
    position: absolute;
    right: -1px;
    top: 16px;
    z-index: 1;
}

.Promotion .pro-group li {
    float: left;
    margin-right: 10px;
    margin-bottom: 16px;
    cursor: pointer;
}

.Promotion .pro-group .nums {
    margin: 40px 34px;
}

.Promotion .pro-group .num {
    width: 148px;
    height: 30px;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    border: 1px dashed #e5e5e5;
    border-radius: 3px;
    box-sizing: border-box;
}

.Promotion .pro-group li:hover .num {
    display: none;
}

.Promotion .pro-group li .btn {
    border-radius: 3px;
    width: 148px;
    height: 30px;
    line-height: 30px;
    background: #e70012;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#FF512F), to(#F4202F));
    background-image: linear-gradient(0deg, #FF512F, #F4202F);
    -webkit-box-shadow: 0 0 10px 0 #FF8690;
    box-shadow: 0 0 10px 0 #FF8690;
    color: #fff;
    display: none;
}

.Promotion .pro-group li:hover .btn {
    display: block;
}

.Promotion .pro-group .btn {
    display: none;
}

.Promotion .biaodan {
    background: #FFFFFF;
    width: 271px;
    height: 312px;
    float: right;
    position: absolute;
    right: 15px;
    top: -13px;
    z-index: 2;
}

/*促销号码 E*/
/*400价值*/
.jiazhi-list {
    margin-top: 60px;
}

.jiazhi-list .ml-20 {
    margin-left: 20px;
}

.jiazhi-list .lh32 {
    line-height: 32px !important;
}

.jiazhi {
    height: 350px;
}

.jiazhi .left,
.jiazhi .right {
    width: 462px;
    /*height: 350px;*/
}

.txtLeft {
    text-align: left !important;
}

.jiazhi h3 {
    margin-top: 48px;
    margin-bottom: 20px;
    height: 30px;
    background: url(../img0725/zj-tit.png) no-repeat;
}

.jiazhi-1 {
    height: 288px;
    margin-bottom: 70px;
}

.jiazhi-1 h3 {
    margin-top: 67px;
    background-position: 0 -34px;
}

.jiazhi-2 {
    height: 288px;
    margin-bottom: 89px;
}

.jiazhi-2 h3 {
    margin-top: 80px;
    background-position: 0 0;
}

.jiazhi-3 {
    height: 390px;
    margin-bottom: 49px;
}

.jiazhi-3 h3 {
    margin-top: 158px;
    background-position: 0 -68px;
}

.jiazhi-4 {
    height: 308px;
    margin-bottom: 85px;
}

.jiazhi-4 h3 {
    margin-top: 106px;
    background-position: 0 -102px;
}

.jiazhi p {
    line-height: 24px;
    margin-bottom: 24px;
}

.jiazhi .btn {
    color: #ff0000;
    width: 128px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #f5242f;
    border-radius: 15px;
    cursor: pointer;
}

.jiazhi .btn:hover {
	background-color: #f4202f;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#FF512F), to(#F4202F));
    background-image: linear-gradient(0deg, #FF512F, #F4202F);
    -webkit-box-shadow: 0 0 10px 0px #FF8690;
    box-shadow: 0 0 10px 0px #FF8690;
    color: #fff;
}

.jiazhi .img {
    text-align: center;
    /*height: 220px;*/
    line-height: 220px;
    margin-bottom: 30px;
}

.jiazhi .img img {
    vertical-align: middle;
}

.jiazhi .tex {
    font-size: 22px;
    text-align: center;
}

.small-banner {
    width: 980px;
    height: 139px;
    cursor: pointer;
}

.small-banner-1 {
    background: url(../img0725/small-2.jpg) no-repeat center top;
    margin-bottom: 40px;
}

.small-banner-2 {
    background: url(../img0725/small-2.jpg) no-repeat center top;
    margin-bottom: 40px;
    margin-top: 52px;
}

/*实用功能*/
/*400必选增值功能 B*/
.mustPrower {}

.mustPrower .prower-group .item {
    float: left;
    width: 262px;
    height: 262px;
    margin-right: 12px;
    margin-bottom: 20px;
    padding: 26px;
    border: 1px solid #e5e5e5;
    cursor: pointer;
}

.mustPrower .prower-group .item:hover {
    -webkit-box-shadow: 0 0 18px 0px #FF8690;
    box-shadow: 0 0 18px 0px #FF8690;
    border: 1px solid #FF8690;
    transition: all .3s;
}

.mustPrower .prower-group .item:hover .btn {
    transition: all .3s;
    background-color: #f4202f;
    background-image: -moz-linear-gradient(-90deg, rgb(255, 81, 47) 0%, rgb(244, 32, 47) 100%);
    background-image: -webkit-linear-gradient(-90deg, rgb(255, 81, 47) 0%, rgb(244, 32, 47) 100%);
    background-image: -ms-linear-gradient(-90deg, rgb(255, 81, 47) 0%, rgb(244, 32, 47) 100%);
    color: #fff;

}

.mustPrower .prower-group .item .tit {
    margin-bottom: 12px;
    font-size: 18px;
    line-height: 30px;
    font-weight: bold;
    text-align: left;
}

.mustPrower .prower-group .item .tit .icon {
    margin-right: 10px;
    display: inline-block;
    width: 36px;
    height: 36px;
    vertical-align: middle;
    background: url(../img0725/gn-icon.png) no-repeat;
}

.mustPrower .prower-group .item .tit .icon.icon1 {
    background-position: 0 0;
}

.mustPrower .prower-group .item .tit .icon.icon2 {
    background-position: -36px 0;
}

.mustPrower .prower-group .item .tit .icon.icon3 {
    background-position: -72px 0;
}

.mustPrower .prower-group .item .tit .icon.icon4 {
    background-position: -108px 0;
}

.mustPrower .prower-group .item .tit .icon.icon5 {
    background-position: -144px 0;
}

.mustPrower .prower-group .item .tit .icon.icon6 {
    background-position: -180px 0;
}

.mustPrower .prower-group .item .des {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 30px;
}

.mustPrower .prower-group .item .xzl {
    margin-bottom: 10px;
    font-size: 22px;
    font-weight: bold;
}

.mustPrower .prower-group .item .bfb {
    margin-bottom: 24px;
    font-size: 34px;
    font-weight: bold;
    color: #e60012;
}

.mustPrower .prower-group .item .btn {
    width: 150px;
    height: 36px;
    line-height: 36px;
    border: 1px solid #f5242f;
    border-radius: 19px;
    color: #f5242f;
    text-align: center;
}

/*400必选增值功能 E*/
/*更多400功能 B*/
.morePrower {}

.morePrower .more-group {
    padding-top: 25px;
}

.morePrower .item {
    float: left;
    width: 195px;
    height: 90px;
    margin-bottom: 55px;
    position: relative;
    cursor: pointer;
}

.morePrower .item .icon {
    width: 66px;
    height: 56px;
    background: red;
    margin: 0 auto 10px;
    background: url(../img0725/mp-1.png) no-repeat;
}

.morePrower .item .icon.icon1 {
    background-position: 0 0;
}

.morePrower .item .icon.icon2 {
    background-position: -66px 0;
}

.morePrower .item .icon.icon3 {
    background-position: -132px 0;
}

.morePrower .item .icon.icon4 {
    background-position: -198px 0;
}

.morePrower .item .icon.icon5 {
    background-position: -264px 0;
}

.morePrower .item .icon.icon6 {
    background-position: -330px 0;
}

.morePrower .item .icon.icon7 {
    background-position: -396px 0;
}

.morePrower .item .icon.icon8 {
    background-position: -462px 0;
}

.morePrower .item .icon.icon9 {
    background-position: -528px 0;
}

.morePrower .item .icon.icon10 {
    background-position: -594px 0;
}

.morePrower .item .icon.icon11 {
    background-position: -660px 0;
}

.morePrower .item .icon.icon12 {
    background-position: -726px 0;
}

.morePrower .item .icon.icon13 {
    background-position: -792px 0;
}

.morePrower .item .icon.icon14 {
    background-position: -858px 0;
}

.morePrower .item .icon.icon15 {
    background-position: -924px 0;
}

.morePrower .item .icon.icon16 {
    background-position: -990px 0;
}

.morePrower .item .icon.icon17 {
    background-position: -1056px 0;
}

.morePrower .item .icon.icon18 {
    background-position: -1122px 0;
}

.morePrower .item .icon.icon19 {
    background-position: -1188px 0;
}

.morePrower .item .icon.icon20 {
    background-position: -1314px 0;
}

.morePrower .item .tex {
    font-size: 16px;
    text-align: center;
}

.morePrower .item:hover .box {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    visibility: visible;
    opacity: 1;
}

.morePrower .item .box {
    display: table;
    position: absolute;
    width: 250px;
    height: 90px;
    box-shadow: 0px 0px 18px 0px rgba(255, 134, 144, 0.75);
    left: -48px;
    top: 0;
    background: #fff;
    padding: 0 20px;
    overflow: hidden;
    z-index: 1;
    visibility: hidden;
    opacity: 0;
}

.morePrower .item .box p {
    max-width: 250px;
    word-wrap: break-word;
    line-height: 20px;
    vertical-align: middle;
    display: table-cell;
}

/*选号秘籍 B*/
.miji .miji-group {
    background: url(../img0725/miji.png) no-repeat center top;
    height: 99px;
    font-style: italic;
}

.miji .miji-group .item {
    float: left;
}

.miji .miji-group .item1 {
    margin-right: 58px;
}

.miji .miji-group .item2 {
    margin-right: 58px;
}

.miji .miji-group .tex {
    margin-top: 18px;
    float: left;
}

.miji .miji-group .tit {
    font-size: 18px;
    color: #ff0000;
    font-weight: bold;
    margin-bottom: 8px;
}

.miji .miji-group .tex p {
    line-height: 16px;
}

.miji .idx {
    float: left;
    margin-top: 22px;
    margin-left: 22px;
    margin-right: 12px;
    width: 38px;
    height: 52px;
    background: url(../img0725/l-arrow.png) no-repeat;
}

.miji .idx.idx1 {
    background-position: left bottom;
}

.miji .idx.idx2 {
    background-position: -40px bottom;
}

.miji .idx.idx3 {
    background-position: -90px bottom;
}

/*选号秘籍 E*/
/*更多400功能 E*/
.choose .num-leave {
    margin-bottom: 43px;
    height: 296px;
    width: 100%;
    border: 1px solid #e5e5e5;
}

.choose .bz {
    height: 100%;
    position: relative;
    float: left;
    width: 200px;
    color: #FFF;
}

.choose .bz .kf {
    position: absolute;
    width: 100%;
    height: 37px;
    line-height: 37px;
    text-align: center;
    bottom: 0;
    background: #a8542b;
    cursor: pointer;
}

.choose .bz h4 {
    margin-top: 24px;
    margin-left: 19px;
    margin-bottom: 16px;
    font-size: 30px;
    font-weight: normal;
}

.choose .bz p {
    margin-left: 19px;
    padding-left: 7px;
    font-size: 12px;
    width: 155px;
    height: 25px;
    line-height: 25px;
    background: #a8542b;
    margin-top: 3px;
}

.choose .bz .bg8f0211 {
    background: #8f0211 !important;
}

.choose .item {
    float: left;
    width: 204px;
    height: 228px;
    position: relative;
    padding: 36px 28px 32px;
}

.choose .num-leave.dpj {
    background: url(../img0725/DJ-A.jpg) no-repeat left top;
}

.choose .num-leave.qyj {
    background: url(../img0725/DJ-B.jpg) no-repeat left top;
}

.choose .num-leave.jtj {
    background: url(../img0725/DJ-C.jpg) no-repeat left top;
}

.choose .item .log {
    position: absolute;
    width: 70px;
    height: 52px;
    font-weight: bold;
    line-height: 40px;
    color: #fff;
    top: -10px;
    right: 34px;
    background: blue;
    text-align: center;
}

.choose .dpj .log {
    background: url(../img0725/num-s.png) no-repeat center top;
    text-shadow: 0px 1px 0px rgba(154, 65, 30, 0.9);
}

.choose .qyj .log {
    background: url(../img0725/num-s.png) no-repeat center -52px;
    text-shadow: 0px 1px 0px rgba(154, 65, 30, 0.9);
}

.choose .jtj .log {
    background: url(../img0725/num-s.png) no-repeat center -104px;
    text-shadow: 0px 1px 0px rgba(154, 65, 30, 0.9);
}

.choose .item h5 {
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 14px;
    margin-bottom: 26px;
    border-bottom: 1px solid #e5e5e5;
}

.choose .item .num-l {
    float: left;
    margin-bottom: 18px;
}

.choose .item .num-r {
    float: right;
}

.choose .item .num-l div,
.choose .item .num-r div {
    margin-bottom: 18px;
    cursor: pointer;
}

.choose .item .num-l div:hover,
.choose .item .num-r div:hover {
    color: #ff0000;
}

.choose .btn {
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #f5242f;
    color: #ff0000;
    border-radius: 15px;
    cursor: pointer;
}

.choose .btn:hover {
	background-color: #f4202f;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#FF512F), to(#F4202F));
    background-image: linear-gradient(0deg, #FF512F, #F4202F);
    /*-webkit-box-shadow: 0 0 16px 0px #F5232F;*/
    /*box-shadow: 0 0 16px 0px #F5232F;*/
    color: #fff;
}

/*各大行业典型企业选号案例 B*/
.typical .typical-group {}

.typical .typical-group .item {
    border: 1px solid #e5e5e5;
    margin-bottom: 44px;
}

.typical .typical-group .hy {
    width: 695px;
    height: 435px;
    padding: 0 30px;
}

.typical .hy {
    height: 60px;
    line-height: 60px;
}

.typical .hy .tit-left {
    font-size: 18px;
    line-height: 60px;
}

.typical .hy .tit-left .qc {
    background: url(../img0725/num-s.png) no-repeat;
    width: 33px;
    height: 27px;
    margin-top: 16px;
    margin-right: 10px;
}

.typical .hy1 .tit-left .qc {
    background-position: 0 -174px;
}

.typical .hy2 .tit-left .qc {
    background-position: 0 -203px;
}

.typical .hy3 .tit-left .qc {
    background-position: 0 -232px;
}

.typical .hy4 .tit-left .qc {
    background-position: 0 -258px;
}

.typical .hy5 .tit-left .qc {
    background-position: 0 -286px;
}

.typical .hy6 .tit-left .qc {
    background-position: 0 -313px;
}

.typical .hy7 .tit-left .qc {
    background-position: 0 -340px;
}

.typical .hy8 .tit-left .qc {
    background-position: 0 -368px;
}

.typical .hy .tit-right {
    font-size: 12px;
    color: #ff0000;
}

.typical .hy .tit-right .qc {
    margin-top: 16px;
    margin-right: 10px;
    background: url(../img0725/num-s.png) no-repeat 0 -394px;
    width: 33px;
    height: 27px;
}

.typical .typical-group .numtj {
    width: 151px;
    height: 375px;
    padding: 30px 36px;
    background: #f6f7fa;
    text-align: center;
}

.typical .typical-group .numtj h5 {
    margin-bottom: 22px;
    font-size: 18px;
    font-weight: normal;
}

.typical .typical-group .numtj .num {
    height: 30px;
    margin: 0 auto 22px;
    line-height: 30px;
    background: #efefef;
    border-radius: 3px;
    cursor: pointer;
    position: relative;
}

.typical .typical-group .numtj .num:hover .yunzhan {
    display: block;
}

.typical .typical-group .numtj .num .yunzhan {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    display: none;
    border-radius: 3px;
    background: #f4222f;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#FF512F), to(#F4202F));
    background-image: linear-gradient(0deg, #FF512F, #F4202F);
    -webkit-box-shadow: 0 0 10px 0px #FF8690;
    box-shadow: 0 0 10px 0px #FF8690;
    color: #fff;
}

.typical .typical-group .numtj .btn {
    height: 30px;
    line-height: 30px;
    width: 100%;
    border-radius: 3px;
    background: #f4222f;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#FF512F), to(#F4202F));
    background-image: linear-gradient(0deg, #FF512F, #F4202F);
    -webkit-box-shadow: 0 0 10px 0px #FF8690;
    box-shadow: 0 0 10px 0px #FF8690;
    color: #fff;
    cursor: pointer;
}

/*各大行业典型企业选号案例 E*/
/*办400选商客通 B*/
.needSkt .item {
    float: left;
    width: 318px;
    height: 324px;
    margin-right: 10px;
    border: 1px solid #E5E5E5;
    text-align: center;
}

.needSkt .item h4 {
    margin-top: 20px;
    margin-bottom: 14px;
    font-size: 20px;
    font-weight: bold;
    color: #ff0000;
    text-align: center;
}

.needSkt .item p {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -.5px;
}

.needSkt .item.item1 {
    background: url(../img0725/158-1.png) no-repeat center 118px;
}

.needSkt .item.item2 {
    background: url(../img0725/158-2.png) no-repeat center 112px;
}

.needSkt .item.item3 {
    background: url(../img0725/158-3.png) no-repeat center 118px;
}

/*办400选商客通 E*/
/*158页面推荐套餐 B*/
.bestTc .row {
    margin-bottom: 30px;
}

.bestTc .row .tc-show-item {
    position: relative;
}

.bestTc .row .tc-log {
    position: absolute;
    width: 70px;
    height: 52px;
    font-weight: bold;
    line-height: 40px;
    color: #fff;
    top: -10px;
    right: 15px;
    background: blue;
    text-align: center;
}

.bestTc .row .tc-log.tc-log-dpj {
    background: url(../img0725/num-s.png) no-repeat center top;
    text-shadow: 0px 1px 0px rgba(154, 65, 30, 0.9);
}

.bestTc .row .tc-log.tc-log-qy {
    background: url(../img0725/num-s.png) no-repeat center -52px;
    text-shadow: 0px 1px 0px rgba(154, 65, 30, 0.9);
}

.bestTc .row .tc-log.tc-log-jt {
    background: url(../img0725/num-s.png) no-repeat center -104px;
    text-shadow: 0px 1px 0px rgba(154, 65, 30, 0.9);
}

/*158页面推荐套餐 E*/
/* 400电话核心价值 B */
.croe {}

.croe .croe-des {
    text-align: center;
    line-height: 24px;
}

.croe .core-table {
    margin-top: 20px;
    width: 100%;
}

.croe .core-table td {
    width: 25%;
    height: 205px;
    border: 1px solid #e5e5e5;
}

.croe .core-table .img {
    width: 100px;
    height: 64px;
    margin: 0 auto;
    background-position: center center;
    background-repeat: no-repeat;
}

.croe .core-table .img1 {
    background-image: url(../img0725/core-1.png);
}

.croe .core-table .img2 {
    background-image: url(../img0725/core-2.png);
}

.croe .core-table .img3 {
    background-image: url(../img0725/core-3.png);
}

.croe .core-table .img4 {
    background-image: url(../img0725/core-4.png);
}

.croe .core-table .tt {
    margin-bottom: 10px;
    text-align: center;
    margin-top: 15px;
    font-size: 18px;
    font-weight: bold;
}

.croe .core-table .infp {
    margin-left: 35px;
    line-height: 20px;
}

/* 400电话核心价值 E */
/*400电话办理流程 B*/
.process .process-group {
    width: 100%;
    height: 99px;
    background: url(../img0725/l-arrow.png) no-repeat left top;
    box-sizing: border-box;
}

.process .item {
    float: left;
    width: 25%;
    height: 99px;
}

.process .idx {
    float: left;
    margin-top: 22px;
    margin-left: 22px;
    margin-right: 12px;
    width: 38px;
    height: 52px;
    background: url(../img0725/l-arrow.png) no-repeat;
}

.process .idx.idx1 {
    background-position: left bottom;
}

.process .idx.idx2 {
    background-position: -40px bottom;
}

.process .idx.idx3 {
    background-position: -90px bottom;
}

.process .idx.idx4 {
    background-position: -139px bottom;
}

.process .tex {
    float: left;
    width: 160px;
    margin-top: 22px;
    font-style: italic;
}

.process .tex .tit {
    color: #ff0000;
    font-weight: bold;
    margin-bottom: 4px;
}

.process .tex p {
    line-height: 18px;
}

/*400电话办理流程 E*/
/*conectUs 联系我们 B*/
.conectUs {
    margin-bottom: 40px;
}
.conectUs .g-zj .log {
    /*background: url(../img0725/log3.png) no-repeat center 2px;*/
   background: url(../img0725/l-arrow.png) no-repeat -250px -119px;
}
.conectUs .adr-group .item {
    float: left;
    width: 488px;
    height: 216px;
    border: 1px solid #e5e5e5;
    position: relative;
    cursor: pointer;
}

.conectUs .adr-group .item:hover .box {
    visibility: visible;
    opacity: 1;
    transition: all .3s;
}

.conectUs .adr-group .item .box {
    width: 486px;
    height: 214px;
    position: absolute;
    top: -1px;
    left: -1px;
    border: 2px solid #e60012;
    box-shadow: 0px 0px 18px 0px rgba(255, 134, 144, 0.75);
    visibility: hidden;
    opacity: 0;
}

.conectUs .adr-group .item:hover .big-plc {
    display: block;
}

.conectUs .adr-group .item h5 {
    margin-left: 30px;
    margin-top: 42px;
    margin-bottom: 30px;
    font-size: 24px;
    font-weight: normal;
    color: #ff0000;
}

.conectUs .adr-group .item .tex {
    font-size: 14px;
    margin-left: 30px;
}

.conectUs .adr-group .item .ad,
.conectUs .adr-group .item .g-line,
.conectUs .adr-group .item .g-line {
    line-height: 18px;
    margin-bottom: 8px;
}

.conectUs .adr-group .big-plc {
    display: none;
    position: absolute;
    right: 18px;
    bottom: 0;
    font-size: 80px;
    font-weight: bold;
    font-style: italic;
    color: #ff8181;
    opacity: 0.1;
}

.conectUs .log {
    display: inline-block;
    width: 18px;
    height: 18px;
    vertical-align: middle;
    background: url(../img0725/l-arrow.png) no-repeat;
}

.conectUs .ad .log {
    background-position: -198px -118px;
}

.conectUs .g-line .log {
    background-position: -222px -119px;
}

.conectUs .plc-line .log {
    background-position: -250px -119px;
}

/*conectUs 联系我们 E*/
/*为何选商客通 B*/
.introduction {
    text-align: center;
}

.introduction .imp {
    color: #ff0000;
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: bold;
}

.introduction p {
    line-height: 25px;
}

/*为何选商客通 E*/
/*荣誉资质 B*/
.honor-img {
    text-align: center;
}

/*荣誉资质 E*/
/*客户服务 B*/
.service .click-play {
    background: url(../img0725/shipin.png) no-repeat center;
    height: 372px;
    position: relative;
    text-align: center;
}

.service .click-play a {
    margin-top: 275px;
    display: inline-block;
}

.service .video-wrap {
    position: relative;
    width: 980px;
    height: 372px;
    text-align: center;
    margin: 20px auto 0;
    background: black;
}
.service .video-wrap  .video-box {
    margin: 0 auto;
    width: 660px;
    height: 377px;
}
.service .video-wrap .video-bg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: url(../img0725/shipin.png) center center no-repeat;
    cursor: pointer;
    z-index: 10;
    display: block;
}
.service .video-wrap .video-bg #video-btn {
    margin-top: 275px;
}
.service .video-wrap .video-bg #video-btn:hover {
    opacity: .8;
}

.service .video-wrap .video-box {
    position: absolute;
    top: 20px;
    left: 50%;
    margin-left: -300px;
}

/*客户服务 E*/
/*客服靠边*/
#LRfloater0 {
    top: 270px !important;
    right: 0 !important;
}

/*sidebox add 20180702*/
.side-box {
    width: 200px;
    height: 374px;
    position: fixed;
    left: -10px;
    top: 185px;
    z-index: 999;
}

.side-box .side-box-h {
    /* width: 226px; */
    height: 192px;
    background: url(../img0725/sb1.png) no-repeat top center;
    z-index: 9999999;
    background-size: contain;
    position: relative;
}

.side-box .form-box {
    padding-top: 72px;
    height: 160px;
    width: 144px;
    background: #fef5f4;
    color: #000;
    position: absolute;
    left: 26px;
    top: 106px;
    z-index: 9999998;
}

.side-box .form-box-css input[type=text] {
    border-bottom: 1px solid #000;
    color: #757575;
    border-top: none;
    border-left: none;
    border-right: none;
    outline: none;
    background: #fef5f4;
    height: 24px;
    line-height: 24px;
    margin-left: 5px;
    font-size: 14px;
    width: 95px;
}

.side-box .form-box-css input[type=text]::-ms-clear,
.side-box .form-box-css input[type=text]::-ms-reveal {
    display: none;
}

.side-box .form-box-css p {
    margin-top: 14px;
    margin-left: 10px;
}

.side-box .yzmbox {
    position: relative;
}

.side-box .code-vo-sub {
    position: absolute;
    right: 20px;
    top: 172px;
    height: 18px;
    line-height: 18px;
    width: 38px;
    text-align: center;
    background: #d4d4d4;
    cursor: pointer;
}

.side-box .btn-vo-sub {
    border: none;
    background: #ff0000;
    color: #fff;
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    font-weight: bold;
    outline: none;
    cursor: pointer;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

/*常见问题 B*/
.skt-question-text {
    margin-top: 54px;
}

.skt-question-text .wrap .title h3 {
    font-size: 30px;
    color: #000;
    font-weight: 500;
}

.skt-question-text .wrap .title p {
    font-size: 16px;
    color: #000;
    margin-top: 20px;
}

.skt-question-text .wrap .title .tel {
    color: #f5242f;
    font-size: 18px;
    margin-top: 30px;
    height: 36px;
    line-height: 36px;
}

.skt-question-text .wrap .title .tel a {
    float: left;
    border: 1px solid #F5242F;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0);
    width: 152px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 14px;
    margin-right: 20px;
    color: #f5242f;
    -webkit-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.skt-question-text .wrap .title .tel a:hover {
    background: #E70012;
}

.skt-question-text .wrap .title .tel a:hover {
    color: #fff;
}

.skt-question-text .wrap .question-list {
    margin-top: 50px;
}

.skt-question-text .wrap .question-list .list-item {
    padding-top: 20px;
    padding-bottom: 25px;
    border-bottom: 1px dashed #B6B6B6;
    position: relative;
}

.skt-question-text .wrap .question-list .list-item .arrow-tips {
    position: absolute;
    right: 0;
}

.skt-question-text .wrap .question-list .list-item p.a {
    color: #ff0000;
    font-size: 18px;
    cursor: pointer;
}

.skt-question-text .wrap .question-list .list-item .content {
    margin-top: 20px;
    padding-left: 35px;
    padding-right: 60px;
    position: relative;
    display: none;
}

.skt-question-text .wrap .question-list .list-item .content span {
    position: absolute;
    margin-left: -15px;
    font-size: 30px;
    line-height: 20px;
    color: #000;
    margin-top: -2px;
}

.skt-question-text .wrap .question-list .list-item .content p {
    font-size: 14px;
    color: #222;
    line-height: 20px;
}

/*常见问题 E*/
/*付款方式 B*/
.Payment {
    margin-top: 80px;
    margin-bottom: 75px;
}

.Payment p {
    height: 45px;
    line-height: 45px;
    margin-bottom: 30px;
    font-size: 20px;
    font-weight: bold;
    padding-left: 16px;
    color: #fff;
    background: rgb(244, 32, 47);
    background-image: -moz-linear-gradient(0deg, rgb(255, 81, 47) 0%, rgb(244, 32, 47) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(255, 81, 47) 0%, rgb(244, 32, 47) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(255, 81, 47) 0%, rgb(244, 32, 47) 100%);
}

.Payment h4 {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 25px;
}

.Payment table {
    width: 465px;
    height: 296px;
    font-size: 13px;
    color: #222;
}

.Payment table td {
    border: 1px solid #e5e5e5;
    text-align: center;
    line-height: 20px;
}

.Payment table img {
    margin-left: 18px;
}

/*付款方式 D*/
/*返回顶部*/
.goTo {
    display: none;
    width: 44px;
    height: 44px;
    position: fixed;
    right: 20px;
    bottom: 20px;
    background: url(../img0725/top.png) center center;
    cursor: pointer;
}

/*返回顶部*/
/*申请免单体验 free2*/
.free2 {
    height: 108px;
    border: 1px solid #e5e5e5;
    margin: 16px auto 0;
    padding-left: 145px;
    background: url(../img0725/free1.png) no-repeat 25px center;
}

.free2 .form-box {
    position: relative;
    height: 46px;
    margin-top: 30px;
    padding-left: 40px;
    background: url(../img0725/l2.png) no-repeat left center;
}

.free2 .form-box input {
    float: left;
    border: none;
    height: 46px;
    margin-right: 15px;
    padding-left: 18px;
    background: #f2f2f2;
}

.free2 .form-box input._183 {
    width: 165px;
}

.free2 .form-box input._164 {
    width: 146px;
}

.free2 .code-vo-sub2 {
    position: absolute;
    left: 540px;
    top: 0;
    width: 60px;
    height: 46px;
    line-height: 46px;
    background: #d7d7d7;
    text-align: center;
    cursor: pointer;
}

.free2 .btn-vo-sub2 {
    width: 205px;
    color: #f5242f;
    border-radius: 23px;
    margin: 0 !important;
    padding: 0 !important;
    background: #fff !important;
    border: 1px solid #f5242f !important;
    cursor: pointer;
    outline: none;
}

.free2 .btn-vo-sub2:hover {
    transition: all .3s;
    background-color: rgb(244, 32, 47);
    background-image: -moz-linear-gradient(-90deg, rgb(255, 81, 47) 0%, rgb(244, 32, 47) 100%) !important;
    background-image: -webkit-linear-gradient(-90deg, rgb(255, 81, 47) 0%, rgb(244, 32, 47) 100%) !important;
    background-image: -ms-linear-gradient(-90deg, rgb(255, 81, 47) 0%, rgb(244, 32, 47) 100%) !important;
    color: #fff;
}

/*add 158页面号码轮播*/
.zjia {
    margin-top: 55px;
    text-align: center;
    border: 1px solid #E5E5E5
}

.zjia .table-wrap {
    padding: 30px;
    background: #fff;
}

.zjia table {
    width: 100%;
    cursor: pointer;
}

.zjia table td {
    position: relative;
    width: 218px;
    height: 110px;
    border-right: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
}

.bdn {
    border-right: none !important;
}

.bdn-b {
    border-bottom: none !important;
}

.zjia table td:hover .sub {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    visibility: visible;
    opacity: 1;
}

.zjia table .num {
    position: relative;
    font-size: 20px;
    line-height: 20px;
}

.zjia table .num span {
    display: inline-block;
}

.zjia table .num span.red {
    color: #fe7d02;
}

.zjia table .num ._5tip {
    background: url(../img0725/img2.png) no-repeat center center;
    margin-left: 25px;
    margin-top: 8px;
    width: 57px;
    height: 18px;
    line-height: 18px;
    font-size: 14px;
    color: #fff;
}

.zjia table .sub {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 0;
    left: -1px;
    width: 100%;
    height: 142px;
    z-index: 3;
    font-size: 14px;
    border: 1px solid #fa0000;
    box-shadow: 0px 0px 8px 0px rgba(86, 42, 0, 0.45);
}

.zjia table .sub .btn-wrap {
    margin-top: 95px;
}

.zjia table .sub .btn-wrap div {
    width: 100%;
    line-height: 47px;
}

.zjia table .sub .btn-wrap div.btn1 {
    color: #fff;
    background-color: rgb(255, 74, 46);
    background-image: -moz-linear-gradient(90deg, rgb(255, 30, 39) 0%, rgb(255, 74, 46) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(255, 30, 39) 0%, rgb(255, 74, 46) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(255, 30, 39) 0%, rgb(255, 74, 46) 100%);
}

.zjia .arrow {
    position: relative;
    cursor: pointer;
}

.zjia .arrow .arrow-l {
    color: #fff;
    position: absolute;
    left: -1px;
    top: -210px;
    z-index: 6;
    height: 30px;
    line-height: 30px;
    width: 20px;
    background: url(../img0725/a1.jpg) no-repeat center center;
    overflow: hidden;
}

.zjia .arrow .arrow-r {
    color: #fff;
    position: absolute;
    right: 0;
    top: -210px;
    z-index: 6;
    height: 30px;
    line-height: 30px;
    width: 20px;
    background: url(../img0725/a2.jpg) no-repeat center center;
    overflow: hidden;
}
.side-bar {
    text-align: center;
    font-size: 12px;
    position: fixed;
    top: 200px;
    left: 50%;
    height: 0;
    width: 0;
    margin-left: 496px !important;
    color: #ffffff;
    opacity: 0;
    visibility: hidden;
}
.side-bar.active {
    height: 370px;
    width: 36px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    visibility: visible;
    opacity: 1;
}
.side-bar .top {
    width: 36px;
    height: 36px;
    line-height: 36px;
    background: #fb002a;
    margin-bottom: 1px;
}
.side-bar .tt-wrap .item {
    line-height: 14px;
    padding: 4px 0;
    width: 36px;
    background: #4f4f4f;
    border-bottom: 1px solid #ffffff;
    cursor: pointer;
}
.side-bar .tt-wrap .item.item1.on,.side-bar .tt-wrap .item.item1:hover {
    background-color: #64C333; 
}
.side-bar .tt-wrap .item.item2.on,.side-bar .tt-wrap .item.item2:hover {
    background-color: #ff0036; 
}
.side-bar .tt-wrap .item.item3.on,.side-bar .tt-wrap .item.item3:hover {
    background-color: #EA5F8D; 
}
.side-bar .tt-wrap .item.item4.on,.side-bar .tt-wrap .item.item4:hover {
    background-color: #0AA6E8; 
}
.side-bar .tt-wrap .item.item5.on,.side-bar .tt-wrap .item.item5:hover {
    background-color: #64C333; 
}
.side-bar .tt-wrap .item.item6.on,.side-bar .tt-wrap .item.item6:hover {
    background-color: #F15453; 
}
.side-bar .tt-wrap .item.item7.on,.side-bar .tt-wrap .item.item7:hover {
    background-color: #19C8A9; 
}
.side-bar .tt-wrap .item.item8.on,.side-bar .tt-wrap .item.item8:hover {
    background-color: #2148ff; 
}
.side-bar .tt-wrap .item.item9.on,.side-bar .tt-wrap .item.item9:hover {
    background-color: #ffc107; 
}
.side-bar .sub {
    width: 36px;
    height: 36px;
    line-height: 16px;
    background: #9b9b9b url(../img0725/side-top.png) center center;
    cursor: pointer;
}
.video-wrap {
    width: 980px;
    height: 372px;
}
#logo img {
    /*margin-top: 8px;*/
	width: 178px !important;
	height: auto !important;
}

/* 视频模块 */
.videos .row .item {
    width: 484px;
    height: 271px;
    /*background-color: #000;*/
    position: relative;
}
.videos .row .item .v-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 92px;
    height: 92px;
    background-image: url(../img0725/980/v-btn-980.png);
    background-position: center;
    background-repeat: no-repeat;
    margin-left: -41px;
    margin-top: -41px;
    cursor: pointer;
}
.videos .row .item .v-btn:hover {
    opacity: .8;
    filter:alpha(opacity=80);
}
.videos .row .item .video-bg-inner {
    width: 484px;
    height: 271px;
    margin: 0 auto;
}
.videos .row .item.m1 .video-bg-inner {
    background-image: url(../img0725/980/movie-1-980.png);
    background-position: center;
    background-repeat: no-repeat;
}
.videos .row .item.m2 .video-bg-inner {
    background-image: url(../img0725/980/movie-2-980.png);
    background-position: center;
    background-repeat: no-repeat;
}
.videos .row .item .video-box-inner {
    width: 481px;
    height: 271px;
    margin: 0 auto;
}

/* 新年视频 */
.new-year {
  height: 517px;
  background-color: #96191d;
  background-image: url(../img0725/newyear-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
}

.new-year-video {
  position: relative;
  margin: 20px auto;
  padding: 16px;
  width: 798px;
  height: 448px;
  background-color: #c62c26;
  background-image: url(../img0725/newyearvideo-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  box-sizing: content-box;
}
.new-year-video video {
  background-color: #c62c26;
}
#new-year-video-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 90px;
  height: 90px;
  background-image: url(../img0725/newyear-btn.png);
  background-position: center;
  background-repeat: no-repeat;
  margin-left: -40px;
  margin-top: -40px;
  cursor: pointer;
  opacity: .9;
  filter: alpha(opacity=90);
}
#new-year-video-btn:hover {
  opacity: .85;
  filter: alpha(opacity=85);
}


.conectUs .adr-group .item-row {
    float: left;
    width: 100%;
    height: 166px;
    border: 1px solid #ebebeb;
    position: relative;
    cursor: pointer;
    box-sizing: border-box;
  }
  
  .conectUs .adr-group .item:hover .box {
    visibility: visible;
    opacity: 1;
    transition: all .3s;
  }
  
  .conectUs .adr-group .item-row .box {
    width: 100%;
    height: 166px;
    position: absolute;
    top: -1px;
    left: -1px;
    border: 2px solid #e60012;
    box-shadow: 0px 0px 18px 0px rgba(255, 134, 144, 0.75);
    visibility: hidden;
    opacity: 0;
    z-index: 1;
    box-sizing: border-box;
  }
  
  .conectUs .adr-group .item-row .ad,
  .conectUs .adr-group .item-row .g-zj {
    float: left;
    line-height: 30px;
  }
  
  .conectUs .adr-group .item-row .g-zj {
    margin-left: 20px;
  }
  .kf-icon {
    position: fixed;
    width: 140px;
    height: 213px;
    z-index: 999;
    right: 0;
    top: 270px;
    background: url(../img0725/kf-4000015858.png) no-repeat center center;
    cursor: pointer;
}
#LRdiv0 {
    display: none !important;
}
/*.SG-kf-group {
    display: none !important;
}    */