@charset "utf-8";
.zhisuan_banner_list li.fst_li{
    background: url("../images/zhisuan_banner1.jpg") center no-repeat;
}
.zhisuan_banner_list li.sec_li{
    background: url("../images/zhisuan_banner2.jpg") center no-repeat;
}
.zhisuan_banner_list li.third_li{
    background: url("../images/zhisuan_banner3.jpg") center no-repeat;
}
.host-model-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 20px;
    margin-right: -16px;
}
.host-model-list .host-model-item {
    width: 33.33%;
}
.host-model-list .host-model-item__inner {
    padding: 32px 13px ;
    padding-top:40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 16px;
    margin-bottom: 16px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 159px;
    background-image: url("../images/model-bg.jpg");
    border: 1px solid #EEEEEE;
    background-size: cover;
    border-radius: 4px;
    -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.03);
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.03);
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.host-model-list .host-model-item__inner2 {
    height: 235px;
}
.host-model-list .host-model-item__inner3 {
    height: 265px;
}
.host-model-list .hot{
    background-image: url("../images/model-bg-hot.jpg")  ;
    background-repeat: no-repeat;


}
.righthot{
    background-image: url("../images/right-hot.png")  ;
    /*background-repeat: no-repeat;*/
    /*position: absolute;*/
    /*top:0;*/
    /*reight:0;*/
    /*width: 44px;*/
    /*height: 20px;*/

    background-repeat: no-repeat;
    position:relative;
    top: -380px;
    width: 80px;
    height: 80px;
    right: 20px;
    float: right;

}
.host-model-list .title {
    font-family: "Posterama";
    font-size: 18px;
}
.host-model-list .subtitle {
    margin-top: 8px;
    color: #626466;
}
.host-model-list .price {
    margin-top: 12px;
    color: #999;
}
.host-model-list .price h3 {
    display: inline-block;
    font-size: 20px;
    color:#fbb906;;
    font-family: "Posterama";
    margin-right: 4px;
}
.host-model-list .price p {
    margin-top: 4px;
    color: #999;
}
.yi-host::before {

    content: "\e90b";

}

.index-product-box {
    width: 100%;
    padding-top: 30px;
}
.index-product-box li {
    width: 20%;
    height: auto;
    display: inline-block;
    float: left;
    text-align: center;
    margin-bottom: 25px;
    box-sizing: border-box;
    min-width: 150px;
    position: relative;
}
.index-product-box li dl {
    display: inline-block;
}
.index-product-box li dt {
    font-size: 48px;
    color: #fbb906;
    position: relative;
    height: 134px;
    width: 134px;
    text-align: center;
    line-height: 134px;
}
.index-product-box li dd {
    padding: 25px 0;
    font-size: 20px;
    color: #18232b;
}
.index-product-box li dd strong{
    font-weight: normal;
}
.index-product-box li dt .p-circle {
    width: 134px;
    height: 134px;
    position: absolute;
    left: 50%;
    margin-left: -67px;
}
.animatedR {
    -webkit-animation-timing-function: linear;
    -o-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
}
.animatedR.paused {
    -webkit-animation-play-state: paused;
    -o-animation-play-state: paused;
    animation-play-state: paused;
}
.index-product-box li dt .rotationl {
    -webkit-animation-name: rotationl;
    -o-animation-name: rotationl;
    animation-name: rotationl;
    -webkit-animation-duration: 9s;
    -o-animation-duration: 9s;
    animation-duration: 9s;
}
.index-product-box li dt .rotationr {
    -webkit-animation-name: rotationr;
    -o-animation-name: rotationr;
    animation-name: rotationr;
    -webkit-animation-duration: 15s;
    -o-animation-duration: 15s;
    animation-duration: 15s;
}
.p-more-detail {
    width: 0;
    height: auto;
    background: #fff;
    box-shadow: 0 12px 24px #dfe7ee;
    position: absolute;
    top: 0;
    left: 50%;
    border-radius: 8px;
    overflow: hidden;
    margin: 0 auto;
}
.p-more-detail li {
    width: 100%;
    margin: 0;
}
.p-more-detail li:nth-child(1) {
    text-align: center;
    background: -webkit-linear-gradient(111deg, #feb542 , #FF8E03);
    background: -o-linear-gradient(111deg, #feb542 , #FF8E03);
    background: linear-gradient(111deg, #feb542 , #FF8E03);
    font-size: 20px;
    color: #fff;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.p-more-detail li:nth-child(2) {
    padding: 18px 22px;
    text-align: left;
    font-size: 16px;
    color: #abb0b4;
    line-height: 26px;
    height: 50px;
    box-sizing: border-box;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.index-product-box li:hover .p-more-detail {
    width: 100%;
    left: 0;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.index-product-box li:hover .p-more-detail li:nth-child(2) {
    min-height: 120px;
}
.p-more-detail a {
    color: #abb0b4;
}
.p-more-detail li:nth-child(1) a {
    padding: 24px 0;
    color: #fff;
    display: block;
}
.index-product-box li dt i{font-size:48px;}

/*p_host begin*/
.p-advantage-list {
    margin-top: 50px;
}
.p-advantage-list li {
    display: table-cell;
    width: 20%;
    vertical-align: top;
    position: relative;
}
.p-advantage-list li dl {
    width: 100%;
    height: 100%;
    height: 360px;
    box-shadow: 0 10px 10px #e0e0e0;
    background: #fff;
    padding-top: 40px;
    box-sizing: border-box;
    border-radius: 5px;
}
.p-advantage-list_hpc li dl {
    height: 380px;
}
.p-advantage-list li dl dt {
    text-align: center;
    position: relative;
    height: 65px;
}
.p-advantage-list li dl dt img {
    max-height: 65px;
    width: auto;
}
.p-advantage-list li dl dt + dt {
    color: #363f45;
    font-size: 20px;
    margin-top: 35px;
    height: auto;
    -webkit-transition: height 0.3s ease-out;
    -o-transition: height 0.3s ease-out;
    transition: height 0.3s ease-out;
}
.p-advantage-list li dl dt + dt:after {
    content: "";
    width: 32px;
    height: 1px;
    background: #aaa;
    display: table;
    position: absolute;
    left: 50%;
    margin-left: -16px;
    bottom: -25px;
}
.p-advantage-list li dl dd {
    margin-top: 45px;
    padding: 0 24px;
    font-size: 14px;
    line-height: 28px;
    color: #abb0b4;
    height: 146px;
    overflow: hidden;
    width: 100%;
    box-sizing: border-box;
}
.p-advantage-list li.active dl,
.p-advantage-list li:hover dl {
    position: absolute;
    width: 108%;
    height: 390px;
    left: -15px;
    bottom: -8px;
    -webkit-transition: height 0.2s ease-out;
    -o-transition: height 0.2s ease-out;
    transition: height 0.2s ease-out;
}
.p-advantage-list_hpc li.active dl,
.p-advantage-list_hpc li:hover dl {
    height: 410px;
}
.p-advantage-list li.active dl dt + dt,
.p-advantage-list li:hover dl dt + dt {
    margin-top: 20px;
    -webkit-transition: height 0.3s ease-out;
    -o-transition: height 0.3s ease-out;
    transition: height 0.3s ease-out;
}
.p-advantage-list li.active dl dd,
.p-advantage-list li:hover dl dd {
    padding: 0 30px;
}
.host-main2-box {
    box-sizing: border-box;
    position: relative;
    padding-bottom: 30px;
    background: #f0f0f0;
}
.scene-list {
    width: 100%;
    margin-top: 20px;
    border-bottom: 1px solid #c3c3c3;
    text-align: center;
}
.scene-list li {
    display: table-cell;
    width: 1%;
    padding: 0 2%;
    box-sizing: border-box;
}
.scene-list li a {
    padding: 15px 0;
    color: #18232b;
    font-size: 20px;
    display: block;
    position: relative;
}
.scene-list li.active a,
.scene-list li:hover a {
    color: #fbb52f;
}
.scene-list li.active a:after,
.scene-list li:hover a:after {
    content: "";
    width: 100%;
    display: block;
    border-bottom: 4px solid #fbb52f;
    position: absolute;
    bottom: -2px;
}
.secne-main-l {
    padding: 30px 0 0 10%;
    font-size: 16px;
    color: #363f45;
    display: inline-block;
    vertical-align: top;
}
.secne-main-l li {
    position: relative;
    padding-left: 30px;
    width: 450px;
}
.secne-main-l li:before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background: #fbb52f;
    position: absolute;
    left: 0;
    top: 6px;
}
.secne-main-l li + li {
    margin-top: 42px;
}
.secne-main-l li p {
    color: #656d73;
    font-size: 14px;
    margin-top: 15px;
    line-height: 24px;
}
.secne-main-r {
    display: inline-block;
    vertical-align: top;
    margin: 30px 0 0 100px;
    padding: 35px 0 0 25px;
    box-sizing: border-box;
}
.secne-main-r.min {
    width: 240px;
    height: 322px;
    background: url('../images/secne-main-bgmin.png') no-repeat center top;
}
.secne-main-r.max {
    width: 324px;
    height: 320px;
    background: url('../images/secne-main-bgmax.png') no-repeat center top;
}
.secne-main-r h4 {
    font-size: 18px;
    color: #fff;
    font-weight: normal;
}
.secne-main-r ul {
    margin-top: 8px;
    line-height: 32px;
    font-size: 14px;
    color: #f7f8fa;
    margin-bottom: 30px;
}
.secne-main-r ul.other {
    margin-bottom: 15px;
}
.secne-main-r ul li {
    white-space: normal;
}
.secne-main-r ul li span {
    color: #adb4c8;
    width: 90px;
    display: inline-block;
}
.secne-main-r ul + a {
    color: #fbb906;
    font-size: 14px;
}
.secne-main-r a:hover {
    color: #fff;
}
.secne-main-bg {
    width: 100%;
    height: 505px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    display: none;
}
.secne-main-bg.bg1 {
    background: url('../images/secne-main-bg1.jpg') no-repeat center top;
}
.secne-main-bg.bg2 {
    background: url('../images/secne-main-bg2.jpg') no-repeat center top;
}
.secne-main-bg.bg3 {
    background: url('../images/secne-main-bg3.jpg') no-repeat center top;
}
.secne-main-bg.bg4 {
    background: url('../images/secne-main-bg4.jpg') no-repeat center top;
}
.secne-main-bg.bg5 {
    background: url('../images/secne-main-bg5.jpg') no-repeat center top;
}
.secne-main-bg.gpubg1 {
    background: url('../images/secne-main-gpubg1.jpg') no-repeat center top;
}
.secne-main-bg.gpubg2 {
    background: url('../images/secne-main-gpubg2.jpg') no-repeat center top;
}
.secne-main-bg.gpubg3 {
    background: url('../images/secne-main-gpubg3.jpg') no-repeat center top;
}
.scene-box-other {
    background: #f1f3ff;
}
.scene-box2 {
    min-height: 340px;
}
.scene-box2 .secne-main-l {
    padding: 60px 5% 0 0;
    box-sizing: border-box;
    width: 45%;
}
.scene-box2 .secne-main-l li {
    box-sizing: border-box;
    width: 100%;
    padding-left: 5%
}
.scene-img-box {
    width: 55%;
    float: left;
    padding-top: 60px;
    text-align: center;
}
.secne-main-l li p {
    margin-top: 5px;
}
.secne-main-l li + li {
    margin-top: 15px;
}
.box-flex {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.box-flex .function-box {
    flex: none;
}
.box-flex.box-flex-3{
    flex-wrap: nowrap;
}
.box-flex.box-flex-3 .function-box{
    width: 33.33%;
}
.box-flex.box-flex-3 .function-box:nth-child(even) {
    padding-left: 0px;
}
.box-flex.box-flex-3 .function-box dd {
    padding-right: 20px;
    padding-left: 0;
}
.function-box {
    width: 50%;
    margin: 40px 0 10px;
    box-sizing: border-box;
}
.function-box dt,
.function-box dd {
    display: table-cell;
    vertical-align: top;
}
.function-box dt {
    width: 90px;
    text-align: center;
}
.function-box dd {
    padding: 0 70px 0 20px;
}
dl.function-box:nth-child(even) {
    padding-left: 50px;
}
dl.function-box:nth-child(even) dd {
    padding-right: 10px;
}
.function-box dd h4 {
    font-size: 20px;
    color: #363f45;
    font-weight: normal;
    padding-bottom: 15px;
}
.function-box-h3{
    font-size: 20px;
    color: #363f45;
    font-weight: normal;
    padding-bottom: 15px;
}
.function-box dd p {
    font-size: 14px;
    line-height: 28px;
    color: #abb0b4;
}
.relation-list {
    margin-top: 20px;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
}
.relation-list li {
    width: 20%;
    min-width: 170px;
    text-align: center;
    margin-bottom: 10px;
}
.relation-list li a {
    display: inline-block;
    width: 95%;
    height: 60px;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    font-size: 14px;
    color: #656d73;
    background-color: #fff;
    line-height: 60px;
    vertical-align: middle;
    text-align: left;
    padding-left: 8%;
    box-sizing: border-box;
}
.relation-list li a i {
    font-size: 30px;
    vertical-align: middle;
    margin-right: 13px;
}
.relation-list li a span {
    float: right;
    margin-right: 10%;
}
.relation-list li a:hover {
    color: #fbb52f;
    background: #fafafa;
}
/*p-host end*/
/*hd*/
.hd-scene-link {
    font-size: 12px;
    color: #fbb52f;
    margin-right: 10px;
}
.hd-scene-link span {
    display: inline-block;
    padding: 2% 3%;
    border: 1px solid #ddd;
    border-radius: 4px;
    line-height: 22px;
    font-size: 16px;
    color: #656d73;
    margin-bottom: 5px;
}
.hd-scene-link i {
    font-size: 18px;
    vertical-align: middle;
    margin-right: 5px;
}
.hd-scene-link:hover span {
    background: #fbb52f;
    border-color: #fbb52f;
    color: #fff;
}
.hd-p-type {
    padding-top: 30px;
    display: table;
    width: 100%;
}
.hd-p-type li {
    width: 1%;
    display: table-cell;
    padding: 2%;
    border: 1px solid transparent;
    border-radius: 4px;
}
.hd-p-type li + li {
    border-left: 1px dashed #dedede;
}
.hd-p-type li:hover {
    box-shadow: 0 5px 8px #d9d9d9;
    border-color: transparent;
    transition: all 0.5s ease;
    background: #fff;
}
.hd-p-type li:hover dl dt {
    color: #fbb52f;
}
.hd-p-type li dt {
    font-size: 20px;
    color: #363f45;
}
.hd-p-type li dt span {
    border-bottom: 1px solid #ddd;
    padding-bottom: 7px;
    padding-right: 5px;
}
.hd-p-type li dt + dd {
    font-size: 16px;
    color: #656d73;
    margin-top: 25px;
    margin-bottom: 10px;
    min-height: 48px;
}
.hd-p-type li dd {
    color: #656d73;
    font-size: 14px;
    line-height: 30px;
}
.hd-p-type li dd + dd:before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 5px;
    background: #fbb52f;
    vertical-align: middle;
    margin-right: 10px;
}
.hd-p-type li dd label,
.hd-p-type li dd span {
    display: inline-block;
    vertical-align: top;
}
.hd-p-type li dd label {
    display: inline-block;
    color: #abb0b4;
    padding-right: 10px;
}
/*vpc*/
.secne-main .secne-text {
    font-size: 14px;
    color: #656d73;
    line-height: 24px;
    padding-left: 0!important;
}
.secne-main .secne-text:before,
.secne-main .secne-tit:before {
    content: none;
}
.secne-main .secne-tit {
    font-size: 20px;
    padding-left: 0!important;
}
.secne-main li.secne-text + li,
.secne-main li + li.secne-tit {
    margin-top: 30px;
}

/*oss*/

.object-line{
    margin: 30px 0 20px 0;
    width: 30px;
    background: #fbb52f;
    height: 3px;
}
.object-ul{
}
.object-ul li{
    display: table-cell;
    width: 20%;
    vertical-align: top;
    position: relative;
}

.object-main1-box{
    background: #ffffff;
    /*height: 470px;*/
}

.object-ul li dl{
    width: 100%;
    height: 100%;
    height: 390px;
    box-shadow: 0 10px 20px #e0e0e0;
    background: #fff;
    padding: 40px 20px 0 20px;
    box-sizing: border-box;
    border-radius: 5px;
}

.object-ul li.active dl,
.object-ul li:hover dl{
    position: absolute;
    width: 108%;
    height: 420px;
    left: -15px;
    bottom: -8px;
    -webkit-transition: height 0.2s ease-out;
    -o-transition: height 0.2s ease-out;
    transition: height 0.2s ease-out;
}

.object-title{
    font-size: 20px;
    padding-bottom: 24px;
    text-align: center;
    width: 100%;
    color: #333333;
}

.object-desc{
    padding-top: 40px;
    width: 100%;
    text-align: center;
    font-size: 14px;
    color: #333333;
    font-weight: bold;
    line-height: 24px;
}

.object-content{
    display: block;
    text-align: center;
    width: 100%;
    border-bottom: 1px dashed #ccd0df;
    word-break: break-all;
    font-weight: 500;
    font-size: 14px;
    color: #666666;
    line-height: 24px;
    height: 72px;
    overflow: hidden;

}
.object-price{
    width: 100%;
    color: #d02525;
    font-size: 22px;
    padding: 16px 0 24px 0;
    font-weight: bold;
    word-break: break-all;
    text-align: center;

}

.obj-prod-dd-btn{
    display: flex;
    justify-content: center;
}

.object-box-button{
    margin: 20px auto 0;
    background: #fbb52f;
    color: #fff;
    cursor: pointer;
    width: 80%;
    height: 40px;
    border-radius: 5px;
    display: block;
    text-align: center;
    line-height: 40px;
    box-sizing: border-box;
    vertical-align: middle;
    font-size: 14px;
}
.object-box-button:hover{
    background: #f99507;
    transition: all 0.5s 0s;
}

.object-button{
    margin-top: 20px;
    background: #ffba00;
    color: #fff;
    cursor: pointer;
    width: 112px;
    height: 40px;
    border-radius: 5px;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    box-sizing: border-box;
    vertical-align: middle;
    font-size: 14px;
}
.object-button:hover{
    background: #f99507;
    color: #fff;
    transition: all 0.5s 0s;
}
.obj-adv-bg{
    background: #f2f2f4;
    /*height: 600px;*/
    /*background: url('../images/obj-prod-adv.png');*/
    /*background-position: center;*/
    /*background-size: cover;*/
}

.object-list{
    display: flex;
    flex-wrap: wrap;
}
.obj-list-bg1{
    /*background: url('../images/obj-list-bg1.png');*/
    /*background-size: cover;*/
}

.obj-list-card{
    padding: 24px;
    height: 150px;
    background: #ffffff;
    overflow: hidden;
}

.object-list li{
    width: calc((100% - 48px) / 3);
    margin: 8px;
}
.obj-list-card-title{
    display: flex;
    align-items: center;
    padding-bottom: 16px;
}
.obj-list-card-title span{
    padding-left: 16px;
    font-size: 20px;
    text-align: center;
    font-weight: normal;
    color: #363f45;
}
.obj-list-card-content{
    box-sizing: border-box;
    font-size: 14px;
    color: #abb0b4;
    line-height: 28px;
    height: 78px;
    overflow: hidden;
}
.object-prod{
    display: flex;
}
.obj-prod-about{
    height: 470px;
    background: #212429;
}
.prod-about-mt{
    color: #ffffff;
}
.obj-prod-about-img{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.obj-prod-about-img img{

}
.object-prod li{
    flex: 1;
    padding: 32px;
    margin: 8px;
    background: #1b1a1d;
    height: 280px;
}
.obj-prod-about-title{
    width: 100%;
    text-align: center;
    font-size: 20px;
    font-weight: normal;
    padding: 24px 0;
    color: #ffffff;
}
.obj-prod-about-item{
    display: table-cell;
    height: 48px;
    padding: 0 16px;
}
.obj-prod-about-content{
    overflow: hidden;
    width: 100%;
    height: 104px;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #ffffff;
    opacity: 0.8;
}
.obj-prod-about-btn{
    width: 80px;
    height: 32px;
    background: #fbb52f;
    color: #ffffff;
    font-size: 12px;
    border-radius: 16px;
    text-align: center;
    line-height: 32px;
    margin: 0 auto;
    cursor: pointer;
}

.index-tit {
    padding: 10px 0;
    text-align: center;
}
.index-tit h2 {
    font-size: 20px;
    color: #363f45;
    font-weight: normal;
}
.index-tit p {
    font-size: 14px;
    color: #abb0b4;
    padding-top: 15px;
}
// 为什么选择
   .index-why{
       margin-top: 32px;
   }

.why-panel{
    position: relative;
// height: 440px;
    margin-top: 24px;
}
.why-panel-box{
    box-shadow: 0 6px 14px 0 rgba(0,0,0,0.04);
    border-radius: 20px;
// height: 440px;
    padding: 50px 0 50px;
    position: relative;
    z-index: 1;
    &::before{
         content: '';
         position: absolute;
         z-index: 1;
         top: 0;
         left: 0;
         width: 100%;
         height: 100%;
         -webkit-backdrop-filter:blur(40px);
         backdrop-filter: blur(40px);
         background: rgba(255,255,255,0.63);
         border-radius: 20px;
     }
}
.why-panel-list{
    display: flex;
    position: relative;
    z-index: 2;
}
.why-panel-item{
    width: 25%;
    text-align: center;
    border-right: 1px solid #eee;
    border-left: 1px solid #fff;
    padding-bottom: 50px;
    &:first-child{border-left: 0;}
    &:last-child{border-right: 0;}
    h2{
        font-size: 24px;
    }
    .check-list{
        color: #666;
        text-align: left;
        display: inline-flex;
        flex-direction: column;
        margin: 24px auto 0;
    }
    .check-item{
        background: url('../images/check.png') no-repeat left center;
        background-size: 15px;
        padding-left: 20px;
        margin-bottom: 8px;
    }
}
.shadow-blur {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 0;
}
.shadow-blur-item {
    width: 25%;
    height: 258px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.shadow-blur-item::before {
    content: "";
    display: block;
    width: 150px;
    height: 150px;
    background-color: #5FA8F9;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-filter: blur(60px);
    filter: blur(60px);
}
.shadow-blur-item:nth-child(2)::before {
    background-color: #48CA75;
}
.shadow-blur-item:nth-child(3)::before {
    background-color: #FF9151;
}
.shadow-blur-item:nth-child(4)::before {
    background-color: #917FFB;
}
.zhisuan_hot {
    width: 44px;
    height: 51px;
    display: block;
    background: url('../images/hot.png') no-repeat left center;
    position: relative;
    top: 18px;
    left: 645px;
}

.bm-main-box{
    background: #ebedf0;
}
.scenes-list li {
    display: table-cell;
    width: 20%;
    vertical-align: top;
    position: relative;
    padding: 0 10px;
}
.scenes-list li dl {
    width: 100%;
    background: #fff;
    box-sizing: border-box;
}
.scenes-list li dl:hover{
    box-shadow: 0 10px 10px rgba(164,173,187,0.35);
}
.scenes-list li dl dt{
    background: #f2f5fa;
    text-align: center;
}
.scenes-list li dl dt .title{
    font-size: 20px;
    color: #363f45;
    line-height: 60px;
}
.scenes-list li dl dd {
    padding: 20px 24px;
    font-size: 14px;
    line-height: 28px;
    color: #abb0b4;
    overflow: hidden;
    width: 100%;
    box-sizing: border-box;
}

.sec_mail_buy2{
    width: 280px;
    height: 50px;
    margin: 30px auto 0;
    display: block;
    background: #fbb52f;
    color: #fff;
    font-size: 20px;
    text-align: center;
    border-radius: 5px;
    line-height: 50px;
}
.sec_mail_buy2:hover{
    color: #fff;
    background: #FF9151;
}

.host-model-item .hot:after {
    position: relative;

    background: url('../images/hot2.png') no-repeat left top;
}


.host33 {
    /*width: 44px;*/
    /*height: 51px;*/
    /*display: block;*/
    /*background: url('../images/hot.png') no-repeat left center;*/
    /*position: relative;*/
    /*top: 18px;*/
    /*left: 645px;*/


    background: url("../images/right-hot.png") right  center;
    background-repeat: no-repeat;


    /*display: block;*/
    /*background-repeat: no-repeat;*/
    /*position:relative;*/
    /*top: -380px;*/
    /*width: 80px;*/
    /*height: 80px;*/
    /*right: 20px;*/
    /*float: right;*/
}
/*.host-model-item .hot a:after {*/
/*    background-color: red;*/
/*    border-radius: 3px;*/
/*    color: #fff;*/
/*    !*content: "hot";*!*/
/*    background: url('../images/hot2.png') no-repeat left top;*/
/*    font-size: 10px;*/
/*    line-height: 1;*/
/*    padding: 1px 3px;*/
/*    position: absolute;*/
/*    right: -8px;*/
/*    top: 10px;*/
/*}*/