@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;
}
/* 设置默认字体 */
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 字符表示，使得在任何编码下都无问题 */
    margin: 0 auto;
}
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;
}
.mb0 {
    margin-bottom: 0 !important;
}
.mb100 {
  margin-bottom: 100px !important;
}
/*内容区*/
.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 {
    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: 16.666%;
    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: 12px;
    z-index: 1;
    right: 22px;
    display: block;
    line-height: 14px;
}
.nav a.hot:after {
    content: "";
    display: inline-block;
    width: 23px;
    height: 13px;
    position: absolute;
    top: 11px;
    right: 90px;
    background: url(../img0725/suggest-sprite.png) no-repeat -65px -66px;
}
/*导航 nav E*/
/*foot B*/
.foot {
    height: 153px;
    font-size: 12px;
    background: #313131;
    color: #fff;
}
.foot a {
    color: #fff;
}
.foot .flink {
    margin-top: 38px;
}
.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: 379px;
    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;
}
/*页面内容标题*/
/**/
h2.tit {
    font-size: 30px;
    font-weight: normal;
    padding: 0 20px;
    text-align: center;
    margin-bottom: 40px;
    margin-top: 100px;
}
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;
}
/*首页套餐*/
.tc-show .tc-show-item {
    width: 314.01px;
    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 31px;
}
.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 16px;
}
.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;
    line-height: 14px;
}
.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: #E70012;
    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: #E70012;
    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-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*/
.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: -8px;
    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: #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;
}
.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-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 {
    float: left;
    width: 200px;
    color: #FFF;
}
.choose .bz h4 {
    margin-top: 24px;
    margin-left: 19px;
    margin-bottom: 11px;
    font-size: 30px;
    font-weight: normal;
}
.choose .bz p {
    margin-left: 19px;
    font-size: 12px;
}
.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: #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;*/
    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;
    text-align: center;
}
.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 {
    position: static;
    padding-top: 0;
    overflow: visible;
    margin-bottom: 60px;
}
.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*/
.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 .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: 18px;
    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-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-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;
}
/*返回顶部*/


/* 选号指南B */
.m31 {
    margin-left: 31px;
    margin-right: 31px;
}
.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 table {
    font-size: 14px;
}
.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 .hot1: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);
}