
.banner-img{
    width: 100%;
    height: 400px;
    margin-top: 38px;
    background: url("../../img/400-tel/banner1.jpg") no-repeat center top;
}
.tit{
    font-size: 30px;
    font-weight: normal;
    padding: 0 20px;
    text-align: center;
    margin-bottom: 40px;
    margin-top: 60px;
}
.tit::before{
    display: inline-block;
    position: relative;
    top: -6px;
    left: -20px;
    content: "";
    width: 101px;
    height: 7px;
    background: url(../../img/400-tel/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(../../img/400-tel/index.png) no-repeat -63px 0;
}
.core-box{
    width: 1100px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.core-box-div{
    width: 48%;
    /* height: 334px; */
    padding-bottom: 28px;
    border: 1px solid #E5E5E5;
    margin-bottom: 15px;
}

.core-box-div-img{
    display: block;
    width: 70%;
    height: 215px;
    margin: 0 auto 20px auto;
    vertical-align: middle;
}
.core-box-div h4{
    margin-top: 26px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}
.core-box-div p{
    font-size: 20px;
    line-height: 30px;
    text-align: center;
}

/*选号码 看号段*/
.choose-number{
    width: 1100px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}
.choose-number-item{
    width: 32%;
    position: relative;
    height: 220px;
    text-align: left;
    font-weight: bold;
    font-size: 14px;
    color: #6f6f6f;
    box-sizing: border-box;
    border: 1px solid #E5E5E5;
    padding-top: 28px;
    border-radius: 10px;
    cursor: pointer;
}
.choose-number-item:hover{
    box-shadow: 0 0 5px #FF512F;
}
.choose-number-item:hover .tem-num{
    background-color: #f5242f;
    color:white;
}
.tag{
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    right: 0;
    overflow: hidden;
    background: url(../../img/400-tel/index.png) no-repeat 0 -118px;
}
.tag2{
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    right: 0;
    overflow: hidden;
    background: url(../../img/400-tel/index.png) no-repeat 0 -64px;
}
.tag3{
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    right: 0;
    overflow: hidden;
    background: url(../../img/400-tel/index.png) no-repeat 0 -10px;
}
.choose-number-p{
    margin-left: 25px;
    margin-bottom: 10px;
    height: 16px;
    line-height: 16px;
    font-size: 16px;
}
.tem-num{
    display: block;
    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;
}
/*选好秘籍*/
.picks-secret{
    width: 1100px;
    margin: 0 auto;
    background: url(../../img/400-tel/miji.png) no-repeat center top;
    height: 99px;
    font-style: italic;
    display: flex;
    justify-content: space-between;
}
.picks-secret-item{
    width: 25%;
    height: 99px;
    display: flex;
    justify-content: space-around;
    margin-right: 58px
}
.picks-secret-item-2{
    width: 20%;
    height: 99px;
    display: flex;
    justify-content: space-around;
    /*margin-right: 58px*/
}
.picks-secret-item-3{
    width: 25%;
    height: 99px;
    display: flex;
    justify-content: space-around;
}
.idx {
    width: 60px;
    height: 99px;
    font-size: 66px;
    font-weight: bold;
    color:#FF2F2F;
    text-align: left;
    background-color: #f6f7fa;
    line-height: 99px;
}

.tex {
    margin-top: 18px;
}
.tit-2{
    width: 100%;
    font-size: 18px;
    color: #ff0000;
    font-weight: bold;
    margin-bottom: 8px;
}
 .cf:after {
    content: "";
    display: table;
}
.cf:after {
    clear: both;
}
.select-number-recommendation{
    width: 1100px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.snr-item{
    width: 32%;
    box-sizing: border-box;
    border:1px solid gainsboro;
}
.snr-item:hover{
    box-shadow: 0 0 5px #FF2F2F;
    box-sizing: border-box;
    border: 1px solid #FF2F2F;
    transform:translateY(-8px);
    transition: all .2s linear;
}
.snr-item-img{
    display: block;
    width: 65px;
    height: 70px;
    margin: 20px auto;
}
.snr-item-text{
    font-size: 23px;
    color: #f5232f;
    text-align: center;
}
.gp{
    margin: 10px auto 15px;
    width: 90px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    color: #fff;
    background: #f5232f;
    border-radius: 3px;
}
.rule{
    margin: 0 24px;
    padding-bottom: 14px;
    text-align: center;
    border-bottom: 1px dashed #222;
    font-size: 15px;
}
.snr-num-example{
    margin: 15px 0;
    padding-bottom: 16px;
    font-weight: bold;
    text-align: center;
    font-size: 15px;
}
.num-group{
    width: 100%;
    display: flex;
    justify-content: space-around;
    margin-bottom: 20px;
}
.num-group-item{
    width: 40%;
}
.num-group-item>div{
    text-align: center;
    font-size: 16px;
}
.snr-item:hover .tc-btn{
    background-color: #FF2F2F;
    color:white;
}
.tc-btn{
    display: block;
    width: 100%;
    height: 40px;
    box-sizing: border-box;
    border-top:1px solid gainsboro;
    font-size: 15px;
    text-align: center;
    line-height: 40px;
    color: #ff0000;
    font-weight: bold;
}
/*精选套餐*/
.select-package{
    width: 1100px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.select-package-item{
    width: 32%;
    box-sizing: border-box;
    border:1px solid gainsboro;
    position:relative;
}
.select-package-item:hover{
    box-shadow: 0 0 5px #FF2F2F;
    box-sizing: border-box;
    border: 1px solid #FF2F2F;
    transform:translateY(-5px);
    transition: all .2s linear;
}
.select-package-item:hover .tc-btn{
    background-color: #FF2F2F;
    color:white;
}
.select-title-img{
    width: 70px;
    height: 52px;
    position: absolute;
    right: 14px;
    top: -8px;
    background: url(../../img/400-tel/index.png) no-repeat;
}
.stag-1{
    background-position: 0 -281px !important;
}
.stag-2{
    background-position: 0 -166px !important;
}
.stag-3{
    background-position: 0 -224px !important;
}
.select-price{
    width: 85%;
    height: 60px;
    margin: 10px auto;
    padding-bottom: 10px;
    box-sizing: border-box;
    border-bottom:1px solid gainsboro;
    line-height: 60px;
    position:relative;
}
.select-price-1{
    color:#FF2F2F;
    font-weight: bold;
    font-size: 18px;
}
.select-price-2{
    color:#FF2F2F;
    font-weight: bold;
    font-size: 30px;
}
.select-price-3{
    font-weight: normal;
    font-size: 16px;
    position:relative;
}
.select-price-3:after{
    content: "";
    display: inline-block;
    width: 23px;
    height: 13px;
    position: absolute;
    top: -15px;
    left: 0;
    background: url(../../img/400-tel/suggest-sprite.png) no-repeat -65px -66px;
}
.select-welfare{
    width: 85%;
    height: 70px;
    margin: 10px auto;
    padding-bottom: 10px;
    box-sizing: border-box;
    border-bottom:1px dashed gainsboro;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.welfare-left,.welfare-right{
    width: 40%;
    height: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.welfare-left-ico{
    width: 30px;
    height: 30px;
    margin-right: 10px;
    background: url(../../img/400-tel/index.png) no-repeat -106px -39px;
}
.welfare-left-ico-2{
    width: 30px;
    height: 30px;
    margin-right: 10px;
    background: url(../../img/400-tel/index.png) no-repeat -69px -39px;
}
.text-right{

}
.prow {
    font-weight: bold;
    color: #f4222f;
    margin-bottom: 5px;
    font-size: 15px;
}
.zz{
    font-weight: normal;
    font-size: 15px;
}
.select-example-num{
    width: 85%;
    height: 30px;
    font-size: 14px;
    font-weight: bold;
    line-height: 30px;
    margin: 0 auto;
}
.num-group-2{
    width: 85%;
    margin: 0 auto 20px auto;
    display: flex;
    justify-content: space-between;
}
.num-group-item-2,.num-group-item-3{
    width: 50%;
}
.num-group-item-2>div{
    font-size: 16px;
}
.num-group-item-3>div{
    text-align: right;
    font-size: 16px;
}
/*400增值功能*/
.zz-item-box{
    width: 1100px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.zz-item{
    width: 24%;
    box-sizing: border-box;
    border:1px solid gainsboro;
    cursor: pointer;
}
.zz-item:hover{
    box-shadow: 0 0 5px #FF2F2F;
    box-sizing: border-box;
    border:1px solid #FF2F2F;
}

.zz-tit{
    font-size: 18px;
    line-height: 30px;
    font-weight: bold;
    text-align: left;
    width: 85%;
    margin: 20px auto 12px auto;
}
.zz-icon-1{
    background-position: 0 0 !important;
}
.zz-icon-2{
    background-position: -36px 0 !important;
}
.zz-icon-3{
    background-position: -72px 0 !important;
}
.zz-icon-4{
    background-position: -108px 0 !important;
}
.zz-icon{
    display: inline-block;
    margin-right: 10px;
    width: 36px;
    height: 36px;
    vertical-align: middle;
    background: url(../../img/400-tel/gn-icon.png) no-repeat;
}
.des{
    font-size: 12px;
    line-height: 20px;
    width: 85%;
    margin: 0 auto 25px auto;
}
.xzl{
    font-size: 18px;
    font-weight: bold;
    width: 85%;
    margin: 0 auto 10px auto;
}
.bfb{
    font-size: 30px;
    font-weight: bold;
    color: #e60012;
    width: 85%;
    margin: 0 auto 22px auto;
}
.btn-box{
    width: 85%;
    margin: 0 auto 10px auto;
}
.btn{
    display: block;
    width: 150px;
    height: 36px;
    line-height: 36px;
    border: 1px solid #f5242f;
    border-radius: 19px;
    color: #f5242f;
    text-align: center;
}
.zz-item:hover .btn{
    background-color: #FF2F2F;
    color:white;
}
/*办理流程*/
.handle-process{
    width: 1100px;
    margin: 0 auto;
    height: 99px;
    background: url(../../img/400-tel/l-arrow.png) no-repeat left top;
    box-sizing: border-box;
}
.handle-process-item{
    /*width: 22%;*/
    height: 100%;
    display: flex;
    justify-content: center;
    float: left;
}
.idx-handle{
    float: left;
    margin-top: 22px;
    margin-right: 12px;
    width: 38px;
    height: 52px;
    background: url(../../img/400-tel/l-arrow.png) no-repeat;
}
.idx-handle-2{
    float: left;
    margin-top: 22px;
    margin-right: 12px;
    width: 53px;
    height: 52px;
    background: url(../../img/400-tel/l-arrow.png) no-repeat;
}
.idx-handle-3{
    float: left;
    margin-top: 22px;
    margin-left: 23px;
    margin-right: 12px;
    width: 53px;
    height: 52px;
    background: url(../../img/400-tel/l-arrow.png) no-repeat;
}
.idx-handle-4{
    float: left;
    margin-top: 22px;
    margin-right: 12px;
    width: 52px;
    height: 52px;
    background: url(../../img/400-tel/l-arrow.png) no-repeat;
}
.idx-handle-1{
    background-position: left bottom;
}
.idx-handle-2{
    background-position: -36px bottom;
}
.idx-handle-3{
    background-position: -90px bottom;
}
.idx-handle-4{
    background-position: -143px bottom;
}
.tex-handle{
    float: left;
    width: 98%;
    margin-top: 22px;
    font-style: italic;
}
.tex-handle-2{
    float: left;
    width: 67%;
    margin-top: 22px;
    font-style: italic;
}
.tex-handle-3{
    float: left;
    width: 67%;
    margin-top: 22px;
    font-style: italic;
}
.tex-handle-4{
    float: left;
    width: 60%;
    margin-top: 22px;
    font-style: italic;
}