.build_banner {
    width: 100%;
    height: 360px;
    background: url(../img/build/build_banner.png) no-repeat center #070830;
    -webkit-background-size: auto 450px;
    background-size: auto 450px;
}

.build_banner h3 {
    padding-top: 110px;
    font-size: 32px;
    font-weight: 400;
    color: #fff;
    line-height: 37px;
}

.build_banner p {
    margin-top: 29px;
    font-size: 14px;
    font-weight: 400;
    color: rgba(255, 255, 255, .5);
    line-height: 30px;
}

.build_banner .tag {
    margin-top: 38px;
}

.build_banner .tag a {
    font-size: 14px;
    color: #fff;
    margin-right: 20px;
    transition: all .3s;
}

.build_banner .tag a:hover {
    color: #007BFC;
}

.build_banner .tag .btn {
    display: inline-block;
    width: 138px;
    height: 40px;
    text-align: center;
    line-height: 38px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    transition: all .3s;
    background-color: #007BFC;
    color: #fff;
    border: 1px solid #007BFC;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


.build_banner .tag .btn:hover {
    background-color: #218cfd;
    color: #fff;
}

.build_banner-nav {
    margin-top: 43px;
    margin-right: 60px;
    width: 196px;
    height: 341px;
}

.build_banner-nav li {
    height: 68px;
    border-bottom: 1px solid #275798;
    line-height: 68px;
    background-color: #0f448c;
}

.build_banner-nav li:hover {
    background-color: #06469d;
}

.build_banner-nav li a {
    display: block;
    font-size: 14px;
    color: #fff;
}

.build_banner-nav li .icon {
    margin-left: 24px;
    display: inline-block;
    margin-right: 10px;
    background: url(../img/build/build_nav.png) no-repeat center;
    vertical-align: middle;
}

.build_banner-nav li .icon2 {
    height: 22px;
    width: 17px;
    background-position: 0 0;
}

.build_banner-nav li .icon4 {
    height: 18px;
    width: 22px;
    background-position: -17px 0;
}

.build_banner-nav li .icon5 {
    height: 18px;
    width: 22px;
    background-position: -39px 0;
}

.build_banner-nav li .icon1 {
    height: 18px;
    width: 22px;
    background-position: -61px 0;
}

.build_banner-nav li .icon3 {
    height: 18px;
    width: 22px;
    background-position: -83px 0;
}

.build_nr-yxb {
    padding-bottom: 69px;
}

.build_content {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    overflow: hidden;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.08);
}

.build_left {
    width: 282px;
    height: 358px;
    padding: 50px 0 0 65px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.build_left span {
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    line-height: 32px;
    position: relative;
}

.build_left span:before {
    position: absolute;
    left: -24px;
    top: 50%;
    margin-top: -4px;
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    border: 2px solid rgba(248, 250, 253, 1);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.build_left.b1 {
    background: url("../img/build/b_1.png") no-repeat center;
    -webkit-background-size: 100%;
    background-size: 100%;
}


.build_left.b2 {
    background: url("../img/build/b_2.png") no-repeat center;
    -webkit-background-size: 100%;
    background-size: 100%;
}


.build_center {
    width: 625px;
}

.build_right {
    height: 358px;
    width: 293px;
    padding: 37px 0 0 36px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transition: all .3s;
}

.build_right:hover {
    box-shadow: 0 0 8px 0 #E9E9E9;
}

.build_right h4 {
    font-size: 16px;
    font-weight: 400;
    color: #222;
    line-height: 30px;
}

.build_right p {
    margin-bottom: 23px;
    line-height: 1;
    font-size: 14px;
    font-weight: 400;
    color: #999;
}

.build_right .btn {
    display: block;
    margin-top: 15px;
    width: 112px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    background: #007BFC;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    transition: all .3s;
}

.build_right a {
    display: block;
    width: 112px;
    height: 36px;
    background: #007BFC;
    border-radius: 3px;
    line-height: 36px;
    text-align: center;
    color: #fff;
}

.build_right .btn:hover {
    background-color: #218cfd;
}

.build_right.br1 {
    background: url("../img/build/br_1.png") no-repeat center bottom;
    -webkit-background-size: 100%;
    background-size: 100%;
}

.build_right.br2 {
    background: url("../img/build/br_2.png") no-repeat center bottom;
    -webkit-background-size: 100%;
    background-size: 100%;
}

.build_center li {
    float: left;
    width: 312px;
    height: 179px;
    border-bottom: 1px solid #eee;
    border-right: 1px solid #eee;
    transition: all .3s;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.build_center li a {
    display: block;
    padding: 32px 36px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.build_center li:hover {
    box-shadow: 0 0 8px 0 #E9E9E9;
}

.build_center li i {
    display: block;
    width: 53px;
    height: 44px;
}

.build_center li p {
    margin-top: 16px;
    font-size: 16px;
    font-weight: 400;
    color: #222;
    line-height: 30px;
}

.build_center li span {
    font-size: 14px;
    font-weight: 400;
    color: #999;
    line-height: 30px;
}

.build_center li i.icon1 {
    background: url("../img/build/p1.png") no-repeat center;
    -webkit-background-size: auto 44px;
    background-size: auto 44px;
}


.build_center li i.icon2 {
    background: url("../img/build/p2.png") no-repeat center;
    -webkit-background-size: auto 44px;
    background-size: auto 44px;
}


.build_center li i.icon3 {
    background: url("../img/build/p3.png") no-repeat center;
    -webkit-background-size: auto 44px;
    background-size: auto 44px;
}


.build_center li i.icon4 {
    background: url("../img/build/p4.png") no-repeat center;
    -webkit-background-size: auto 44px;
    background-size: auto 44px;
}

.build_nr-sjwx {
    background-color: #F8FAFD;
    padding-bottom: 70px;
}

.build_nr-sjwx .build_center li {
    border-bottom: 0;
    height: 358px;
}

.build_nr-sjwx .build_center li .icon1 {
    background: url("../img/build/p2_1.png") no-repeat center;
    -webkit-background-size: auto 44px;
    background-size: auto 44px;
}

.build_nr-sjwx .build_center li .icon2 {
    background: url("../img/build/p2_2.png") no-repeat center;
    -webkit-background-size: auto 44px;
    background-size: auto 44px;
}


.build_center li img {
    display: block;
    width: 180px;
    margin-top: 51px;
}


.qy_why {
    padding-bottom: 66px;
}

.qy_why li {
    float: left;
    width: 50%;
    padding: 30px 28px 30px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transition: all .3s;
}

.qy_why li:hover {
    box-shadow: 0 0 8px 0 #E9E9E9;
    background-color: #fff;
}

.qy_why li .iconfont {
    display: block;
    color: #007BFC;
    font-size: 40px;
    margin-top: -8px;
}

.qy_why li .right {
    width: 462px;
    margin-left: 22px;
}

.qy_why li h4 {
    font-size: 16px;
    font-weight: 400;
    color: rgba(34, 34, 34, 1);
    line-height: 20px;
}

.qy_why li p {
    margin-top: 16px;
    font-size: 14px;
    font-weight: 400;
    color: rgba(153, 153, 153, 1);
    line-height: 24px;
}

.build_nr-btn {
    display: block;
    margin: 40px auto 0;
    width: 196px;
    height: 42px;
    text-align: center;
    line-height: 42px;
    font-size: 14px;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    background: #007BFC;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    transition: all .3s;
}

.build_nr-btn:hover {
    background: rgba(0, 123, 252, .9);
}

.build_nr-cpld {
    background-color: #F8FAFD;
    padding-bottom: 70px;
}

.build_nr-cpld li {
    padding-top: 38px;
    float: left;
    width: 262px;
    height: 190px;
    margin-right: 207px;
    text-align: center;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    transition: all .3s;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.build_nr-cpld li:nth-child(3n) {
    margin-right: 0;
}

.build_nr-cpld li:hover {
    background-color: #fff;
    padding-top: 30px;
}


.build_nr-cpld li .icon {
    background: url(../img/build/cpld.png) center no-repeat;
}

.build_nr-cpld li .icon3 {
    height: 40px;
    width: 40px;
    background-position: 0 0;
}

.build_nr-cpld li .icon5 {
    height: 47px;
    width: 45px;
    background-position: -40px 0;
}

.build_nr-cpld li .icon6 {
    height: 40px;
    width: 48px;
    background-position: -85px 0;
}

.build_nr-cpld li .icon4 {
    height: 47px;
    width: 48px;
    background-position: -133px 0;
}

.build_nr-cpld li .icon2 {
    height: 40px;
    width: 48px;
    background-position: -181px 0;
}

.build_nr-cpld li .icon1 {
    height: 41px;
    width: 48px;
    background-position: -229px 0;
}

.build_nr-cpld li p {
    margin-top: 10px;
    font-size: 16px;
    font-weight: 400;
    color: #222;
    line-height: 30px;
}

.build_nr-cpld li span {
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #999;
    line-height: 30px;
}

.build_nr-rnxz {
    padding-bottom: 90px;
}

.build_nr-rnxz li {
    float: left;
    width: 285px;
    margin-right: 20px;
    padding-bottom: 20px;
    text-align: center;
    transition: all .3s;
}

.build_nr-rnxz li a {
    cursor: default;
}

.build_nr-rnxz li:hover {
    box-shadow: 0 0 8px 0 #E9E9E9;
}

.build_nr-rnxz li:last-child {
    margin-right: 0;
}

.build_nr-rnxz li .photo {
    display: block;
    width: 100%;
    height: 182px;
    overflow: hidden;
    border: 1px solid #eee;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    cursor: pointer;
}

.build_nr-rnxz li .photo:hover .href {
    display: block;
}

.build_nr-rnxz .photo img {
    width: 100%;
    height: 100%;
}

.build_nr-rnxz .photo .href {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 14px;
    background-color: rgba(0, 0, 0, .5);
    text-align: center;
    transition: all .3s;
}

.build_nr-rnxz li .href .n {
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.build_nr-rnxz li .href .iconfont {
    display: block
}

.build_nr-rnxz li p {
    margin-top: 20px;
    font-size: 16px;
    font-weight: 400;
    color: #222;
    line-height: 30px;
}

.build_nr-rnxz li span {
    font-size: 14px;
    font-weight: 400;
    color: #999;
    line-height: 30px;
}

/*建站至尊版*/
.buildSupre_banner {
    width: 100%;
    height: 360px;
    text-align: center;
    background: url(../img/build/buildzz_banner.png) no-repeat center #070830;
    -webkit-background-size: cover;
    background-size: cover;
}

.buildSupre_banner.enterp {
    text-align: left;
    height: 592px;
    background: url(../img/build/qygw_banner.png) no-repeat center #070830;
    -webkit-background-size: auto 592px;
    background-size: auto 592px;
}

.buildSupre_banner.enterp h3 {
    padding-top: 165px;
}

.buildSupre_banner h3 {
    padding-top: 100px;
    font-size: 38px;
    font-weight: 400;
    color: #fff;
    line-height: 37px;
}

.buildSupre_banner p {
    margin-top: 29px;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    line-height: 30px;
}

.yh {
    color: #FF5948;
}

.buildSupre_banner .tag {
    margin-top: 38px;
}

.buildSupre_banner .tag a {
    font-size: 14px;
    color: #fff;
    margin-right: 20px;
    transition: all .3s;
}

.buildSupre_banner .tag a:hover {
    color: #007BFC;
}

.buildSupre_banner .tag .btn {
    display: inline-block;
    width: 138px;
    height: 40px;
    text-align: center;
    line-height: 38px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    transition: all .3s;
    background-color: #007BFC;
    color: #fff;
    border: 1px solid #007BFC;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


.buildSupre_banner .tag .btn:hover {
    background-color: #218cfd;
    color: #fff;
}

.buildSupre_nr .section {
    padding-bottom: 70px;
}

.buildSupre_nr-jgtc {
    background-color: #F7F8FA;
}

.buildSupre_nr-jgtc li {
    float: left;
    width: 282px;
    height: 480px;
    margin-right: 24px;
    padding: 50px 26px;
    background: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transition: all .3s;
}

.buildSupre_nr-jgtc li:hover {
    margin-top: -8px;
    box-shadow: 0 4px 8px rgba(3, 27, 78, .12);
}

.buildSupre_nr-jgtc li:hover .btn {
    background-color: #007BFC;
    color: #fff;
}

.buildSupre_nr-jgtc li:last-child {
    margin-right: 0;
}

.buildSupre_nr-jgtc li .top {
    border-bottom: 1px solid #eee;
    padding: 0 0 30px;
}

.buildSupre_nr-jgtc .top h4 {
    font-size: 18px;
    font-weight: bold;
    color: rgba(0, 0, 34, 1);
    line-height: 17px;
}

.buildSupre_nr-jgtc .top p {
    margin-top: 15px;
    font-size: 14px;
    font-weight: 400;
    display: inline-block;
    color: rgba(255, 105, 53, 1);
    line-height: 26px;
    height: 26px;
    padding: 0 8px;
    border: 1px solid rgba(229, 229, 229, 1);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}


.buildSupre_nr-jgtc .sjx {
    display: block;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid rgba(229, 229, 229, 1);
    position: absolute;
    left: 8px;
    top: -6px;
}

.buildSupre_nr-jgtc .sjx:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    position: absolute;
    left: -6px;
    top: 1px;
}

.buildSupre_nr-jgtc .center {
    padding: 30px 0;
    border-bottom: 1px solid #eee;
}

.buildSupre_nr-jgtc .center span {
    padding-left: 18px;
    display: block;
    margin-bottom: 15px;
    font-size: 13px;
    font-weight: 400;
    color: rgba(34, 34, 34, 1);
    position: relative;
}

.buildSupre_nr-jgtc .center span:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -4px;
    width: 8px;
    height: 8px;
    border: 2px solid rgba(153, 153, 153, 1);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.buildSupre_nr-jgtc .bottom {
    padding: 35px 0 0;
}

.buildSupre_nr-jgtc li .price {
    font-size: 14px;
    font-weight: 400;
    color: #999;
    line-height: 17px;
}

.buildSupre_nr-jgtc li .price b {
    font-size: 36px;
    font-family: 'Arial';
    font-weight: 500;
    color: rgba(255, 105, 53, 1);
}

.buildSupre_nr-jgtc li .yj {
    margin-top: 12px;
    font-size: 14px;
    font-weight: 400;
    text-decoration: line-through;
    color: rgba(153, 153, 153, 1);
}

.buildSupre_nr-jgtc li .btn {
    margin-top: 30px;
    display: block;
    width: 230px;
    height: 44px;
    text-align: center;
    line-height: 44px;
    font-size: 14px;
    font-weight: 400;
    color: #007BFC;
    border: 1px solid #007BFC;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    transition: all .3s;
}

.buildSupre_nr-jgtc li .btn:hover {
    background-color: #007BFC;
    color: #fff;
}

.buildSupre--cpjs_top {
    height: 266px;
}

.buildSupre--cpjs_top li {
    float: left;
    width: 585px;
    height: 266px;
    text-align: center;
    background: rgba(247, 248, 250, 1);
    padding: 43px 0 0;
    margin-right: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transition: all .3s;
}

.buildSupre--cpjs_top li:hover {
    margin-top: -8px;
}

.buildSupre--cpjs_top li:last-child {
    margin-right: 0;
}

.buildSupre--cpjs_top li .icon {
    display: block;
    margin: 0 auto;
    background: url(../img/build/cp.png) no-repeat;
}

.buildSupre--cpjs_top li .icon1 {
    height: 56px;
    width: 50px;
    background-position: 0 0;
}

.buildSupre--cpjs_top li .icon2 {
    height: 56px;
    width: 56px;
    background-position: -50px 0;
}

.buildSupre--cpjs_top li p {
    margin-top: 25px;
    font-size: 16px;
    font-weight: 400;
    color: rgba(34, 34, 34, 1);
    line-height: 17px;
}

.buildSupre--cpjs_top li span {
    display: block;
    margin-top: 15px;
    font-size: 14px;
    font-weight: 400;
    color: rgba(153, 153, 153, 1);
    line-height: 24px;
}

.buildSupre--cpjs_bot {
    margin-top: 50px;
}

.buildSupre--cpjs_bot li {
    float: left;
    width: 25%;
    text-align: center;
    padding: 20px 0 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transition: all .3s;
}

.buildSupre--cpjs_bot li:hover {
    box-shadow: 0 4px 8px rgba(3, 27, 78, .12);
}


.buildSupre--cpjs_bot li i {
    color: #007BFC;
    font-size: 48px;
}


.buildSupre--cpjs_bot li p {
    margin-top: 25px;
    font-size: 16px;
    font-weight: 400;
    color: rgba(34, 34, 34, 1);
    line-height: 24px;
}

.buildSupre--cpjs_bot li span {
    margin-top: 15px;
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: rgba(153, 153, 153, 1);
    line-height: 24px;
}

.buildSupre_nr-hlw {
    width: 100%;
    height: 160px;
    text-align: center;
    background: url("../img/build/buildzz_c.png") no-repeat center rgba(7, 8, 48, .9);
    -webkit-background-size: auto 160px;
    background-size: auto 160px;
    color: #fff;
}

.buildSupre_nr-hlw p {
    padding-top: 50px;
    font-size: 28px;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    line-height: 17px;
}

.buildSupre_nr-hlw span {
    display: block;
    margin-top: 22px;
    font-size: 16px;
    font-weight: 400;
    line-height: 17px;
}

.buildSupre_nr-cptz {
    background-color: #F7F8FA;
}

.buildSupre_nr-cptz li {
    float: left;
    height: 240px;
    width: 33.33%;
    text-align: center;
    padding-top: 38px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transition: all .3s;
    overflow: hidden;
}

.buildSupre_nr-cptz li:hover {
    padding-top: 30px;
    background-color: #fff;
}

.buildSupre_nr-cptz li p {
    margin-top: 20px;
    font-size: 16px;
    font-weight: 400;
    color: rgba(34, 34, 34, 1);
    line-height: 17px;
}

.buildSupre_nr-cptz li .icon {
    display: inline-block;
    background: url(../img/build/tz.png) no-repeat;
}

.buildSupre_nr-cptz li .icon2 {
    height: 48px;
    width: 47px;
    background-position: 0 0;
}

.buildSupre_nr-cptz li .icon5 {
    height: 48px;
    width: 48px;
    background-position: -47px 0;
}

.buildSupre_nr-cptz li .icon6 {
    height: 48px;
    width: 48px;
    background-position: -95px 0;
}

.buildSupre_nr-cptz li .icon4 {
    height: 48px;
    width: 48px;
    background-position: -143px 0;
}

.buildSupre_nr-cptz li .icon1 {
    height: 48px;
    width: 48px;
    background-position: -191px 0;
}

.buildSupre_nr-cptz li .icon3 {
    height: 44px;
    width: 48px;
    background-position: -239px 0;
}

.buildSupre_nr-cptz li span {
    display: block;
    margin-top: 20px;
    font-size: 14px;
    font-weight: 400;
    color: rgba(153, 153, 153, 1);
    line-height: 24px;
}


/*企业建站就选响应式*/
.buildEnterp_nr .section {
    padding-bottom: 70px;
}

.qy-index_title .href {
    margin-top: 20px;
    display: block;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    color: #007BFC;
    line-height: 17px;
}

.buildEnterp_nr-tcjg {
    background-color: #F7F8FA;
}

.buildEnterp_nr-tcjg li {
    margin-right: 30px;
    float: left;
    width: 380px;
    height: 570px;
    background: #fff;
    padding: 45px 40px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transition: all .3s;
}

.buildEnterp_nr-tcjg li:hover {
    box-shadow: 0 0 8px 0 #E9E9E9;
}

.buildEnterp_nr-tcjg li:hover .btn {
    background-color: #007BFC;
    color: #fff;
}

.buildEnterp_nr-tcjg li:last-child {
    margin-right: 0;
}

.buildEnterp_nr-tcjg li .top {
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}

.buildEnterp_nr-tcjg .top p {
    margin-top: 15px;
    font-size: 14px;
    font-weight: 400;
    display: inline-block;
    color: rgba(255, 105, 53, 1);
    line-height: 26px;
    height: 26px;
    padding: 0 8px;
    border: 1px solid rgba(229, 229, 229, 1);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}


.buildEnterp_nr-tcjg .sjx {
    display: block;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid rgba(229, 229, 229, 1);
    position: absolute;
    left: 8px;
    top: -6px;
}

.buildEnterp_nr-tcjg .sjx:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    position: absolute;
    left: -6px;
    top: 1px;
}


.buildEnterp_nr-tcjg li .tit {
    font-size: 18px;
    font-weight: bold;
    color: rgba(0, 0, 34, 1);
    line-height: 17px;
}

.buildEnterp_nr-tcjg .price {
    border-top: 1px solid #eee;
    padding-top: 20px;
    margin-top: 20px;
    font-size: 14px;
    font-weight: 400;
    color: #999;
    line-height: 28px;
}


.buildEnterp_nr-tcjg .price b {
    font-size: 36px;
    font-family: 'Arial';
    font-weight: 500;
    color: rgba(255, 105, 53, 1);
}


.buildEnterp_nr-tcjg .yj {
    font-size: 14px;
    font-weight: 400;
    text-decoration: line-through;
    color: rgba(153, 153, 153, 1);
}


.buildEnterp_nr-tcjg li select {
    margin-top: 26px;
    padding: 0 13px;
    display: block;
    width: 300px;
    height: 36px;
    -webkit-appearance: menulist;
    background: rgba(247, 248, 250, 1);
    border: 1px solid rgba(229, 229, 229, 1);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
    font-weight: 400;
    color: rgba(255, 96, 41, 1);
}

.buildEnterp_nr-tcjg li .tag {
    margin-top: 15px;
}

.buildEnterp_nr-tcjg li .tag label {
    display: inline-block;
    width: 49%;
    font-size: 14px;
    font-weight: 400;
    color: rgba(34, 34, 34, 1);
    line-height: 36px;
}


.buildEnterp_nr-tcjg li .bot {
    padding: 26px 0 0;
}

.buildEnterp_nr-tcjg .bot p {
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    margin-bottom: 18px;
    color: #222;
}

.buildEnterp_nr-tcjg .bot p span {
    color: #999;
    display: inline-block;
    width: 140px;
    padding-right: 28px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


.buildEnterp_nr-tcjg .bot p .iconfont {
    color: #007bfc;
}

.buildEnterp_nr-tcjg .bot .btn {
    margin-top: 35px;
    display: block;
    width: 300px;
    height: 44px;
    text-align: center;
    line-height: 44px;
    font-size: 14px;
    font-weight: 400;
    color: #007BFC;
    border: 1px solid #007BFC;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    transition: all .3s;
}

.buildEnterp_nr-tcjg .bot .btn:hover {
    background-color: #007BFC;
    color: #fff;
}

.buildEnterp_nr-tcjg .bot .href {
    display: block;
    text-align: center;
    margin-top: 20px;
    font-size: 14px;
    font-weight: 400;
    color: #007BFC;
    line-height: 17px;
    transition: all .3s;
}

.buildEnterp_nr-tcjg .bot .href:hover {
    text-decoration: underline;
}

.buildEnterp_nr-cptd ul {
    height: 142px;
}

.buildEnterp_nr-cptd li {
    float: left;
    width: 380px;
    height: 142px;
    background: #fff;
    border: 1px solid #E5E5E5;
    margin-right: 30px;
    padding: 40px 0 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transition: all .3s;
}

.buildEnterp_nr-cptd li:hover {
    margin-top: -8px;
    box-shadow: 0 0 8px 0 #E9E9E9;
}

.buildEnterp_nr-cptd li:last-child {
    margin-right: 0;
}

.buildEnterp_nr-cptd li .icon {
    float: left;
    height: 36px;
    background: url("../img/build/ecptd.png") no-repeat center;
}


.buildEnterp_nr-cptd li .icon2 {
    margin-left: 31px;
    height: 36px;
    width: 30px;
    background-position: 0 0;
}

.buildEnterp_nr-cptd li .icon1 {
    margin-left: 25px;
    height: 36px;
    width: 36px;
    background-position: -30px 0;
}

.buildEnterp_nr-cptd li .icon3 {
    margin-left: 24px;
    height: 36px;
    width: 37px;
    background-position: -66px 0;
}


.buildEnterp_nr-cptd li .right {
    margin-left: 19px;
    width: 255px;
}

.buildEnterp_nr-cptd li p {
    margin-top: -5px;
    font-size: 16px;
    font-weight: 400;
    color: #222;
}

.buildEnterp_nr-cptd li .right span {
    margin-top: 8px;
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #999;
    line-height: 24px;
}

.buildEnterp_nr .buildEnterp_nr-cptd.section {
    padding-bottom: 20px;
}

.buildEnterp_nr-gflc ul {
    position: absolute;
    padding: 0 52px;
    height: 180px;
    background: #fff;
    box-shadow: 0px -6px 15px 0px rgba(0, 0, 0, 0.06);
}

.buildEnterp_nr .buildEnterp_nr-gflc.section {
    padding-bottom: 99px;
}

.buildEnterp_nr-gflc li {
    float: left;
    padding: 50px 220px 0 0;
    text-align: center;
    position: relative;
    transition: all .3s;
}


.buildEnterp_nr-gflc li:hover .icon {
    -moz-animation: bounce 0.6s linear;
    -webkit-animation: bounce 0.6s linear;
    -o-animation: bounce 0.6s linear;
    -webkit-transition: all 0.6s ease-out;
    -moz-transition: all 0.6s ease-out;
    -ms-transition: all 0.6s ease-out;
    -o-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
}

@keyframes bounce {
    20%, 53%, 80%, from, to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        transform: translate3d(0, 0, 0)
    }

    40%, 43% {
        animation-timing-function: cubic-bezier(.755, .050, .855, .060);
        transform: translate3d(0, -30px, 0)
    }

    70% {
        animation-timing-function: cubic-bezier(.755, .050, .855, .060);
        transform: translate3d(0, -15px, 0)
    }

    90% {
        transform: translate3d(0, -4px, 0)
    }
}


.buildEnterp_nr-gflc li:before {
    position: absolute;
    content: '';
    width: 100%;
    border-top: 1px dashed #E5E5E5;
    left: 0;
    top: 70px;
}

.buildEnterp_nr-gflc li:last-child {
    padding-right: 0;
}

.buildEnterp_nr-gflc li p {
    margin-top: 28px;
    font-size: 16px;
    font-weight: 400;
    color: #222;
    line-height: 17px;
}

.buildEnterp_nr-gflc li .tit {
    height: 45px;
    padding: 0 30px;
    background-color: #fff;
    position: relative;
    z-index: 1;
}

.buildEnterp_nr-gflc li .tit:before {
    content: '>>';
    position: absolute;
    display: block;
    font-size: 15px;
    color: #007BFC;
    font-family: cursive;
    right: -123px;
    top: 9px;
}

.buildEnterp_nr-gflc li:last-child .tit:before {
    display: none;
}

.buildEnterp_nr-gflc li .icon {
    display: block;
    margin: 0 auto;
    background: url(../img/build/gflc.png) no-repeat;
}

.buildEnterp_nr-gflc li .icon1 {
    height: 40px;
    width: 45px;
    background-position: 0 0;
}

.buildEnterp_nr-gflc li .icon3 {
    height: 40px;
    width: 49px;
    background-position: -45px 0;
}

.buildEnterp_nr-gflc li .icon2 {
    height: 44px;
    width: 49px;
    background-position: -94px 0;
}

.buildEnterp_nr-gflc li .icon4 {
    height: 45px;
    width: 50px;
    background-position: -143px 0;
}


.buildEnterp_nr-shfw {
    height: 412px;
    width: 100%;
    background: url("../img/build/shfw_banner.png") no-repeat center #080a29;
    -webkit-background-size: auto 412px;
    background-size: auto 412px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


.buildEnterp_nr-shfw .qy-index_title h5 {
    color: #fff;
    padding-top: 70px;
}

.buildEnterp_nr-shfw li {
    float: left;
    width: 25%;
    text-align: center;
    color: #fff;
    padding: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transition: all .3s;
}

.buildEnterp_nr-shfw li p {
    margin-top: 20px;
    font-size: 16px;
    font-weight: 400;
    line-height: 17px;
}

.buildEnterp_nr-shfw li .iconfont {
    font-size: 42px;
}

.buildEnterp_nr-shfw li:hover {
    margin-top: -8px;
}

/*模板*/
.template_banner {
    width: 100%;
    height: 181px;
    background: url("../img/build/templeta_banner.png") no-repeat center -91px;
    -webkit-background-size: 100% 271px;
    background-size: 100% 271px;
}

.template_banner .tit {
    padding-top: 54px;
    font-size: 28px;
    font-weight: 400;
    color: #fff;
}

.template_banner .tag {
    margin-top: 12px;
    font-size: 16px;
    font-weight: 400;
    color: rgba(255, 255, 255, .5);
    line-height: 30px;
}

.template_tabs {
    width: 100%;
    height: 66px;
    background: #F6F8FB;
}

.template_tabs li {
    float: left;
    font-size: 16px;
    font-weight: 400;
    line-height: 66px;
    margin-right: 85px;
}

.template_tabs li a {
    display: block;
    color: #222;
    padding: 0 10px;
}

.template_tabs li:hover a {
    color: #007BFC;
}

.template_tabs li.active a {
    color: #007BFC;
    line-height: 65px;
    border-bottom: 1px solid #007BFC;
}

.template_cate {
    border-bottom: 1px solid #eee;
    padding: 40px 0 20px;
}


.template_cate-li span.left {
    display: block;
    width: 125px;
    padding-right: 15px;
    line-height: 34px;
    font-size: 14px;
    font-weight: 400;
    color: #999;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.template_cate-li .right {
    width: 1000px;
    height: 54px;
    overflow: hidden;
}

.template_cate-li .right.up {
    height: auto;
}

.template_cate-li .right a {
    padding: 0 20px;
    margin-right: 20px;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    color: #222;
    line-height: 34px;
    cursor: pointer;
    margin-bottom: 20px;

    -webkit-border-radius: 17px;
    -moz-border-radius: 17px;
    border-radius: 17px;
}

.template_cate-li .right a:hover {
    color: #007BFC;
}


.template_cate-li .right a.active {
    background-color: #007BFC;
    color: #fff;
}


.template_cate-li .paiyipai {
    color: #007BFC;
    font-size: 14px;
    font-weight: 400;
    line-height: 34px;
    cursor: pointer;
    transition: all .3s;
}

.template_cate-li .paiyipai:hover {
    color: rgba(0, 123, 252, .9);
}

.template_cate-li .paiyipai .iconfont {
    transform: rotate(180deg);
}

.template_cate-li .paiyipai.up .iconfont {
    transform: rotate(0deg);
}

.template_cate-li.first .right {
    width: 1075px;
}

.template_cate-li .right .search {
    width: 248px;
    height: 34px;
    line-height: 34px;
    background: #fff;
    border: 1px solid #E5E5E5;
    -webkit-border-radius: 17px;
    -moz-border-radius: 17px;
    border-radius: 17px;
    overflow: hidden;
    color: #007BFC;
}

.template_cate-li .search input {
    width: 205px;
    float: left;
    display: block;
    height: 34px;
    padding: 0 0 0 16px;
    font-size: 14px;
    color: #222;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.template_cate-li .search .iconfont {
    display: block;
    float: right;
    width: 40px;
    text-align: center;
    cursor: pointer;
}

.template_warn {
    padding: 30px 0 40px;
    font-size: 14px;
    font-weight: 400;
    color: #FF6935;
    line-height: 17px;
}

.template_main {
    padding-bottom: 30px;
}

.template_main li {
    float: left;
    width: 268px;
    margin-right: 42px;
    margin-bottom: 40px;
}

.template_main li a {
    display: block;
}

/*.template_main li:hover img {*/
/*    transform: scale(1.1);*/
/*}*/

.template_main li:nth-child(4n) {
    margin-right: 0;
}

.template_main li .photo {
    width: 100%;
    height: 201px;
    overflow: hidden;
    text-align: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    position: relative;
}

.template_main li .dn {
    width: 100%;
    height: 100%;
    position: relative;
}

.template_main li .sjy {
    position: absolute;
    right: 0;
    width: 90px;
    max-height: 178px;
    overflow: hidden;
    padding: 10px 4px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 178px;
    background: url(../img/build/mb_bg.png) no-repeat;
    -webkit-background-size: 100%;
    background-size: 100%;
    bottom: 0;
}

.template_main li .sjy:hover .href {
    display: block;
}

.template_main .photo .sjy img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
}

.template_main li .dn:hover .href {
    display: block;
}

.template_main li .href {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 14px;
    background-color: rgba(0, 0, 0, .5);
    text-align: center;
    transition: all .3s;
}

.template_main li .sjy .href {
    display: none;
    position: absolute;
    width: 82px;
    height: 144px;
    top: 12px;
    left: 4px;
    color: #fff;
    font-size: 14px;
    background-color: rgba(0, 0, 0, .5);
    text-align: center;
    transition: all .3s;
}

.template_main li .href .iconfont {
    margin-bottom: 6px;
    font-size: 14px;
    display: block;
}

.template_main li .href .n {
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.template_main li .photo img {
    width: auto;
    height: 100%;
    transition: all .3s;
}


.template_main li .left {
    width: 155px;
}

.template_main li .right {
    width: 90px;
    margin-top: 15px;
}

.template_main li .content {
    padding: 20px 0;
    height: 60px;
}

.template_main .right button {
    width: 90px;
    height: 36px;
    border: 1px solid #007BFC;
    font-size: 14px;
    font-weight: 400;
    color: #007BFC;
    line-height: 30px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.template_main .right .gm {
    display: none;
}

.template_main .right button:hover {
    background-color: #007BFC;
    color: #fff;
}

.template_main .right:hover .jg {
    display: none;
}


.template_main .right:hover .gm {
    display: block;
}

.template_main li p {
    font-size: 16px;
    font-weight: 400;
    color: rgba(34, 34, 34, 1);
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.template_main li span {
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: rgba(153, 153, 153, 1);
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.template_main.sj .photo {
    height: 442px;
}

.template_main.sj .dn {
    width: 225px;
    height: 442px;
    background: url(../img/build/wwz_sj.png) no-repeat;
    padding: 30px 13px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.template_main.sj li .photo .dn img {
    width: 200px;
    height: 356px;
}

.template_main.sj li .href {
    width: 200px;
    height: 356px;
    left: 13px;
    top: 30px;
}

.tag_kf {
    margin-top: 30px;
    border-radius: 3px;
    background: #fcf8e3;
    border: #ecdcbb solid 1px;
    font-size: 12px;
    padding: 8px 14px;
    margin: 12px auto 0;
    color: #8a6d3b;
    position: relative;
    line-height: 28px;
    box-shadow: 0 2px 4px rgb(236 220 187 / 50%);
}

.tag_kf a {
    color: #007BFC;
}

.tag_kf span{
    cursor: pointer;
}

    /*创建自己的网站*/
.buildDesk_main {
    display: none;
    margin-top: 20px;
    padding-bottom: 100px;
}

.buildDesk_main.show {
    display: block;
}

.buildDesk_main .tit {
    height: 184px;
    background-color: #007BFC;
}


.buildDesk_main .tit > div {
    float: left;
    height: 100%;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    border-right: 1px solid rgba(238, 238, 238, .4);
}

.buildDesk_main .tit > div:last-child {
    border-right: 0;
}

.buildDesk_main .item1 {
    width: 340px;
    line-height: 184px;
}

.buildDesk_main .item2 {
    width: 285px;
}

.buildDesk_main .item3 {
    width: 282px;
}

.buildDesk_main .item4 {
    width: 287px;
}

.buildDesk_main .tit .top {
    padding-top: 26px;
}

.buildDesk_main .tit .city {
    margin-top: 15px;
}

.buildDesk_main .city span {
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    color: rgba(255, 255, 255, .5);
    padding: 7px 0;
    margin-right: 15px;
    cursor: pointer;
}

.buildDesk_main .city span:hover {
    color: #fff;
}


.buildDesk_main .city span:last-child {
    margin-right: 0;
}

.buildDesk_main .city span.active {
    border-bottom: 2px solid #fff;
    color: #fff;
}

.buildDesk_main .city span.haiw {
    position: relative;
}

.buildDesk_main span.haiw:before {
    content: '免备案';
    display: block;
    position: absolute;
    right: -8px;
    top: -13px;
    width: 47px;
    font-size: 12px;
    color: #fff;
    padding: 0 0 2px 0;
    background-color: #FF5948;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.buildDesk_main .tit select {
    margin-top: 16px;
    width: 137px;
    height: 39px;
    background: #fff;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    color: rgba(0, 123, 252, 1);
    padding: 0 20px;
    -webkit-appearance: menulist;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.buildDesk_main .content .item {
    line-height: 40px;
}

.buildDesk_main table {
    width: 100%;
}


.buildDesk_main table .tr2 {
    background: #F7F8FA;
}

.buildDesk_main td {
    border: 1px solid #eee;
    padding: 10px;
    text-align: center;
    font-size: 13px;
    font-weight: 400;
    color: rgba(102, 102, 102, 1);
    line-height: 17px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transition: all .3s;
}

.buildDesk_main td:hover {
    box-shadow: 0 0 8px 0 #E9E9E9;
}

.buildDesk_main td.td1 {
    width: 95px;
    font-size: 16px;
    font-weight: 400;
    color: rgba(34, 34, 34, 1);
}

.buildDesk_main td.td2 {
    width: 339px
}

.buildDesk_main td.td3 {
    width: 102px;
}

.buildDesk_main td.td4 {
    width: 287px;
}

.buildDesk_main td.td5 {
    width: 282px;
}

.buildDesk_main td.td6 {
    width: 286px;
}

.buildDesk_main td .iconfont {
    color: #007bfa;
}

.buildDesk_main .newflex {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.buildDesk_main .chooseTab label {
    display: block;
    padding-left: 40px;
    text-align: left;
    margin-bottom: 8px;
}

.buildDesk_main .price {
    padding: 15px 0 20px;
}

.buildDesk_main .price p {
    font-size: 16px;
    font-weight: 400;
    color: rgba(0, 123, 252, 1);
    line-height: 17px;
}

.buildDesk_main .price .href {
    display: block;
    margin-top: 8px;
    font-size: 14px;
    font-weight: 400;
    color: rgba(0, 123, 252, 1);
    line-height: 17px;
}

.buildDesk_main .price .href:hover {
    text-decoration: underline;
}

.buildDesk_main .price button {
    margin-top: 20px;
    width: 191px;
    height: 39px;
    font-size: 14px;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    background: #007BFC;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    transition: all .3s;
}

.buildDesk_main .price button:hover {
    background: rgba(0, 111, 246, .8);
}


.buildDesk_main.it3 .item1 {
    width: 204px;
}

.buildDesk_main.it3 .item2 {
    width: 198px;
}


.buildDesk_main.it4 .item1 {
    width: 444px;
}

.buildDesk_main.it4 .item2 {
    width: 375px;
}


.buildDesk_main.it5 .item1 {
    width: 648px;
}

.buildDesk_main.it5 .item2 {
    width: 551px;
}

.buildDesk_main.it3 td.td1 {
    width: 45px;
}

.buildDesk_main.it3 td.td2 {
    width: 204px;
}

.buildDesk_main.it3 td.td3 {
    width: 91px;
}

.buildDesk_main.it3 td.td4,
.buildDesk_main.it3 td.td5,
.buildDesk_main.it3 td.td6,
.buildDesk_main.it3 td.td7,
.buildDesk_main.it3 td.td8 {
    width: 198px;
}

.buildDesk_main.it3 .price button {
    width: 155px;
}


input[type='radio'] {
    width: 14px;
    height: 14px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid #E5E5E5;
    -webkit-appearance: none;
    outline: none;
    font-weight: normal;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    vertical-align: -2px;
    margin-right: 5px;
}

input[type='radio']:checked {
    background: url("../img/build/checked.png") no-repeat center;
    -webkit-background-size: 100%;
    background-size: 100%;
}

input[type='checkbox'] {
    width: 14px;
    height: 14px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid #E5E5E5;
    -webkit-appearance: none;
    outline: none;
    font-weight: normal;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    vertical-align: -2px;
    margin-right: 5px;
}

input[type='checkbox']:checked {
    background: url("../img/build/checked.png") no-repeat center;
    -webkit-background-size: 100%;
    background-size: 100%;
}

/*小程序上手快*/
.build_banner.applets {
    background: url("../img/build/xcx_banner.png") no-repeat center;
}

.buildApplets_nr .section {
    padding-bottom: 70px;
}

.buildApplets_nr-fast {
    background-color: #f7f8fa;
    text-align: center;
}

.buildApplets_nr-fast ul {
    display: inline-block;
    height: 516px;
}

.buildApplets_nr-fast li {
    float: left;
    margin-right: 130px;
    width: 408px;
    height: 516px;
    background: #fff;
    overflow: hidden;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transition: all .3s;
}

.buildApplets_nr-fast li:hover {
    box-shadow: 0 0 8px 0 #E9E9E9;
    margin-top: -8px;
}

.buildApplets_nr-fast li:last-child {
    margin-right: 0;
}

.buildApplets_nr-fast li .top {
    width: 100%;
    height: 96px;
    background: linear-gradient(90deg, rgba(0, 123, 252, 1) 0%, rgba(63, 156, 245, 1) 100%);
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    line-height: 96px;
}

.buildApplets_nr-fast li .bot {
    padding: 40px 64px;
}

.buildApplets_nr-fast .price {
    margin: 0 auto 30px;
}

.buildApplets_nr-fast .price .left {
    font-size: 44px;
    font-family: 'Arial';
    font-weight: bold;
    color: rgba(255, 105, 53, 1);
    line-height: 36px;
}

.buildApplets_nr-fast .price .right {
    margin-left: 8px;
    text-align: left;
}

.buildApplets_nr-fast .price .right i {
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: rgba(34, 34, 34, 1);
    line-height: 38px;
}

.buildApplets_nr-fast .price .right s {
    font-size: 14px;
    font-weight: 400;
    text-decoration: line-through;
    color: rgba(170, 170, 170, 1);
    line-height: 17px;
}

.buildApplets_nr-fast .price > div {
    display: inline-block;
}

.buildApplets_nr-fast .tag {
    display: inline-block;
}

.buildApplets_nr-fast .tag span {
    margin-bottom: 15px;
    display: block;
    text-align: left;
    font-size: 14px;
    font-weight: 400;
    color: rgba(34, 34, 34, 1);
    line-height: 17px;
    position: relative;
    padding-left: 17px;
}

.buildApplets_nr-fast .tag span:before {
    position: absolute;
    content: '';
    display: block;
    left: 0;
    top: 50%;
    margin-top: -2px;
    width: 4px;
    height: 4px;
    background: rgba(184, 218, 255, 1);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}


.buildApplets_nr-fast .href {
    margin-top: 30px;
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: rgba(0, 123, 252, 1);
    line-height: 17px;
}

.buildApplets_nr-fast .href:hover {
    text-decoration: underline;
}

.buildApplets_nr-fast .btn {
    margin-top: 28px;
    display: block;
    width: 280px;
    height: 44px;
    line-height: 44px;
    background: rgba(0, 123, 252, 1);
    font-size: 14px;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.buildApplets_nr-fast .btn:hover {
    background: rgba(0, 123, 252, .9);
}

.buildApplets_nr-dys {
    padding-bottom: 50px;
}

.buildApplets_nr-dys li {
    float: left;
    width: 33.33%;
    height: 107px;
    padding: 28px 24px 20px;
    transition: all .3s;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.buildApplets_nr-dys li:hover {
    padding-top: 20px;
    box-shadow: 0 0 8px 0 #E9E9E9;
}


.buildApplets_nr-dys li .icon {
    display: block;
    float: left;
    background: url(../img/build/dys.png) no-repeat;
}

.buildApplets_nr-dys li .icon3 {
    height: 44px;
    width: 40px;
    background-position: 0 0;
}

.buildApplets_nr-dys li .icon4 {
    height: 44px;
    width: 43px;
    background-position: -40px 0;
}

.buildApplets_nr-dys li .icon5 {
    height: 44px;
    width: 44px;
    background-position: -83px 0;
}

.buildApplets_nr-dys li .icon2 {
    height: 44px;
    width: 44px;
    background-position: -127px 0;
}

.buildApplets_nr-dys li .icon1 {
    height: 44px;
    width: 44px;
    background-position: -171px 0;
}

.buildApplets_nr-dys li .icon6 {
    height: 40px;
    width: 49px;
    background-position: -215px 0;
}

.buildApplets_nr-dys li .right {
    width: 282px;
    margin-left: 20px;
}

.buildApplets_nr-dys li p {
    font-size: 16px;
    font-weight: 400;
    color: rgba(34, 34, 34, 1);
    line-height: 17px;
}

.buildApplets_nr-dys li .right span {
    margin-top: 10px;
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: rgba(153, 153, 153, 1);
    line-height: 24px;
}


.buildApplets_nr-hyfa {
    width: 100%;
    height: 660px;
    background: url("../img/build/jjfa_banner.png") no-repeat center rgba(7, 8, 48, .8);
    -webkit-background-size: auto 660px;
    background-size: auto 660px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.buildApplets_nr-hyfa .qy-index_title h5 {
    color: #fff;
}

.buildApplets_nr-hyfa .qy-index_title p {
    color: #999;
}

.buildApplets_nr-hyfa li {
    float: left;
    width: 166px;
    height: 177px;
    background: rgba(0, 123, 252, .12);
    margin-right: 40px;
    margin-bottom: 40px;
    text-align: center;
    transition: all .3s;
}

.buildApplets_nr-hyfa li:hover {
    background-color: #007BFC;
}

.buildApplets_nr-hyfa li:nth-child(6n) {
    margin-right: 0;
}

.buildApplets_nr-hyfa li .iconfont {
    padding-top: 40px;
    font-size: 39px;
    color: #fff;
}

.buildApplets_nr-hyfa li p {
    margin-top: 8px;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    line-height: 17px;
}

.buildApplets_nr-sdqf .w {
    text-align: center;
}

.buildApplets-sdqf_tabs {
    display: inline-block;
    margin: 0 auto;
    border: 1px solid #eee;
    border-right: 0;
}

.buildApplets-sdqf_tabs li {
    float: left;
    height: 39px;
    padding: 0 35px;
    line-height: 39px;
    border-right: 1px solid #eee;
    cursor: pointer;
    font-size: 14px;
    color: #222;
}

.buildApplets-sdqf_tabs li.active {
    background-color: #007BFC;
    color: #fff;
}

.buildApplets-sdqf_tabs li:hover {
    color: #007BFC;
}

.buildApplets-sdqf_content {
    margin-top: 40px;
}

.buildApplets-sdqf_content ul {
    display: none;
}

.buildApplets-sdqf_content ul.show {
    display: block;
}

.buildApplets-sdqf_content li {
    float: left;
    width: 25%;
    text-align: center;
    padding: 20px 0 40px;
    transition: all .3s;
}

.buildApplets-sdqf_content li:hover {
    box-shadow: 0 0 8px 0 #E9E9E9;
}

.buildApplets-sdqf_tabs li.active:hover {
    color: #fff;
}

.buildApplets-sdqf_content li p {
    margin-top: 20px;
    font-size: 14px;
    font-weight: 400;
    color: rgba(34, 34, 34, 1);
    line-height: 17px;
}

.buildApplets-sdqf_content li .iconfont {
    font-size: 45px;
    color: #007BFC;
}


.buildApplets_nr-sbzs {
    background-color: #F7F8FA;
}

.buildApplets_nr-sbzs li {
    width: 33%;
    float: left;
    transition: all .3s;
}

.buildApplets_nr-sbzs li:hover {
    margin-top: -8px;
}

.buildApplets_nr-sbzs li .left {
    display: block;
    width: 60px;
    font-size: 62px;
    font-family: 'Arial';
    font-weight: 500;
    font-style: italic;
    color: rgba(191, 222, 255, 1);
    text-align: center;
    line-height: 62px;
    margin-right: 28px;
}

.buildApplets_nr-sbzs li .right {
    width: 255px;
}

.buildApplets_nr-sbzs li p {
    font-size: 16px;
    font-weight: 400;
    color: rgba(34, 34, 34, 1);
    line-height: 17px;
}


.buildApplets_nr-sbzs .right span {
    margin-top: 15px;
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: rgba(153, 153, 153, 1);
    line-height: 24px;
}

/*微信商城版*/
.buildSupre_banner.micro {
    height: 360px;
    background: url("../img/build/wxd_banner.png") no-repeat center;
    -webkit-background-size: auto 450px;
    background-size: auto 450px;
}

.buildSupre_banner.micro h3 {
    padding-top: 115px;
}

.buildMicro_nr-jy {
    padding-bottom: 80px;
    text-align: center;
    background-color: #F7F8FA;
}

.buildMicro_nr-jy .w {
    display: inline-block;
    width: auto;
}

.buildMicro_nr-jy .photo {
    width: 478px;
}

.buildMicro_nr-jy .photo img {
    width: 100%;
}

.buildMicro_nr-jy .right {
    margin-left: 85px;
    width: 408px;
    background: rgba(255, 255, 255, 1);
    overflow: hidden;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    transition: all .3s;
}

.buildMicro_nr-jy .right:hover {
    box-shadow: 0 0 8px 0 #E9E9E9;
}

.buildMicro_nr-jy .top {
    height: 96px;
    line-height: 96px;
    font-size: 18px;
    color: #fff;
    background: linear-gradient(90deg, rgba(0, 123, 252, 1) 0%, rgba(63, 156, 245, 1) 100%);
}

.buildMicro_nr-jy .content {
    text-align: left;
    padding: 40px 54px 50px;
}


.buildMicro_nr-jy select {
    width: 300px;
    height: 36px;
    padding: 0 15px;
    font-size: 14px;
    color: #FF6029;
    background: rgba(247, 248, 250, 1);
    border: 1px solid rgba(229, 229, 229, 1);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.buildMicro_nr-jy .tag {
    margin-top: 20px;
}

.buildMicro_nr-jy .tag label {
    display: inline-block;
    width: 49%;
}

.buildMicro_nr-jy .text {
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: rgba(34, 34, 34, 1);
}


.buildMicro_nr-jy .price {
    border-top: 1px solid #eee;
    padding-top: 20px;
    margin-top: 20px;
    font-size: 14px;
    font-weight: 400;
    color: #999;
    line-height: 28px;
}


.buildMicro_nr-jy .price b {
    font-size: 36px;
    font-family: 'Arial';
    font-weight: 500;
    color: rgba(255, 105, 53, 1);
}


.buildMicro_nr-jy .yj {
    font-size: 14px;
    font-weight: 400;
    text-decoration: line-through;
    color: rgba(153, 153, 153, 1);
}


.buildMicro_nr-jy .text span {
    margin-bottom: 14px;
    display: block;
}

.buildMicro_nr-jy .text em {
    display: inline-block;
    width: 140px;
    color: #999;
}

.buildMicro_nr-jy .btn {
    margin-top: 35px;
    display: block;
    width: 300px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    background: rgba(0, 123, 252, 1);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}


.buildMicro_nr-jy .btn:hover {
    background: rgba(0, 123, 252, .9);
}

.buildMicro_nr-zm {
    padding-bottom: 110px;
}

.buildMicro_nr-zm li {
    float: left;
    text-align: center;
    margin: 0 36px 0 60px;
}

.buildMicro_nr-zm li:last-child {
    margin-right: 0;
}

.buildMicro_nr-zm li .name {
    margin: 0 auto;
    width: 96px;
    height: 36px;
    background-color: #007BFC;
    text-align: center;
    line-height: 36px;
    font-size: 16px;
    color: #fff;
}

.buildMicro_nr-zm li img {
    margin-top: 50px;
}

.buildMicro_nr-zm li .tag {
    margin-top: 65px;
}

.buildMicro_nr-zm li .tag span {
    margin-right: 60px;
    font-size: 14px;
    font-weight: 400;
    color: rgba(34, 34, 34, 1);
    line-height: 17px;
}

.buildMicro_nr-zm li .tag span:last-child {
    margin-right: 0;
}

.buildMicro_nr-mq {
    background-color: #f7f8fa;
}


.buildMicro_nr-mq li .text {
    padding-top: 140px;
}

.buildMicro_nr-mq li h3 {
    font-size: 24px;
    color: #333;
    font-weight: normal;
}

.buildMicro_nr-mq li p {
    margin-top: 15px;
    font-size: 14px;
    color: #999;
    line-height: 28px;

}

/*.buildCompar_nr .tm {*/
/*    border: #e3e3e3 1px solid;*/
/*    background-color: #fff;*/
/*    text-align: center;*/
/*    width: 100%;*/
/*    font-family: "Microsoft Yahei", "微软雅黑", Arial, Helvetica, sans-serif;*/
/*    box-shadow: 0px 0px 10px #d9d9d9;*/
/*}*/

/*.buildCompar_nr .tm td {*/
/*    text-align: left;*/
/*    padding-left: 10px;*/
/*    line-height: 32px;*/
/*    font-size: 12px;*/
/*    border-bottom: #e3e3e3 1px solid;*/
/*    border-left: #e3e3e3 1px solid;*/
/*}*/

/*.buildCompar_nr .tm td a {*/
/*    color: #198ede;*/
/*    text-decoration: underline;*/
/*}*/


/*弹窗*/
.build_pop {
    padding: 45px 72px 57px;
    background-color: #fff;
    text-align: center;
}

.build_pop-select {
    margin-top: 10px;
    font-size: 14px;
}

.build_pop-select span {
    color: #999;
    margin-right: 10px;
}

.build_pop-select .text {
    margin-bottom: 10px;
}

.build_pop-select label {
    margin-left: 10px;
    display: inline-block;
}

.build_pop-select input {
    margin-right: 4px;
}

.build_pop ul {
    display: inline-block;
}

.build_pop li {
    text-align: center;
    float: left;
    width: 190px;
    height: 161px;
    margin-right: 26px;
    padding-top: 34px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.build_pop li:hover {
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
}

.build_pop li:last-child {
    margin-right: 0;
}

.build_pop li .icon1 {
    width: 53px;
    height: 44px;
    display: inline-block;
    background: url(../img/build/p1.png) no-repeat center;
    -webkit-background-size: auto 44px;
    background-size: auto 44px;
}


.build_pop li .icon2 {
    width: 53px;
    height: 44px;
    background: url(../img/build/p4.png) no-repeat center;
    -webkit-background-size: auto 44px;
    background-size: auto 44px;
    display: inline-block;
}

.build_pop li p {
    margin-top: 15px;
    font-size: 14px;
    font-weight: normal;
    line-height: 17px;
    color: #222222;
}

.build_pop li .tag {
    margin-top: 10px;
    display: block;
    font-size: 12px;
    font-weight: normal;
    line-height: 17px;
    color: #ff6935;
}

.build_pop-zf {
    text-align: center;
    background-color: #fff;
    padding: 30px 36px 40px;
}


.build_pop-zf .iconfont {
    font-size: 48px;
    color: #ff6935;
}

.build_pop-zf p {
    font-size: 14px;
    font-weight: normal;
    line-height: 28px;
    color: #222222;
}

.build_pop-zf p b {
    color: #ff6935;
    font-weight: bold;
}

.build_pop-zf .top {
    padding-bottom: 20px;
}

.build_pop-zf .agreen {
    padding-top: 10px;
    border-top: 1px solid #eee;
}

.build_pop-zf .agreen label {
    display: block;
    margin-top: 10px;
}

.build_pop-zf .agreen label a {
    color: #007bfc;
    transition: all .3s;
}

.build_pop-zf .agreen label a:hover {
    text-decoration: underline;
}

.agreen .item {
    text-align: center;
}

.agreen .right1 {
    width: 240px;
    display: inline-block;
    margin: 0 !important;
    text-align: left;
}

.agreen .item .right1 span {
    margin-right: 0px !important;
    font-size: 18px !important;
}

.agreen .item span {
    margin-right: 20px;
    line-height: 30px;
}

.build_pop-zf .agreen button {
    margin: 28px auto;
    display: block;
    width: 264px;
    height: 36px;
    font-size: 14px;
    font-weight: normal;
    line-height: 28px;
    color: #ffffff;
    background-color: #007bfc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    transition: all .3s;
}

.build_pop-submit {
    margin-top: 25px;
    background-color: #007bfc;
    color: #fff;
    width: 138px;
    height: 40px;
    font-size: 14px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    transition: all .3s;
}

.build_pop-submit:hover {
    background: rgba(0, 123, 252, .9);
}

.build_pop-zf .agreen button:hover {
    background: rgba(0, 123, 252, .9);
}


.buildCompar_nr table {
    width: 100%;
}

#mb_pop {
    margin-bottom: 10px;
}

#mb_pop li.active {
    border: 2px solid #007bfc;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}


.bbCompared-tab {
    box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.08);
    font-size: 14px;
    color: #333;
    line-height: 18px;
    width: 100%;
    border-top: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
    margin-bottom: 80px;
}

.bbCompared-tab td, .bbCompared-tab th {
    border: 1px solid #eaeaea;
    border-top: 0;
    border-right: 0;
    text-align: center;
    padding: 10px 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.bbCompared-tabHead.fixed {
    display: none;
    position: fixed;
    left: 50%;
    margin-left: -600px;
    top: 0;
    width: 1200px;
    background-color: #fff;
}

.bbCompared-tab .ui-1 {
    width: 100px;
}

.bbCompared-tab .ui-2 {
    width: 210px;
}

.bbCompared-tab .ui-3 {
    width: 200px;
}


.bbCompared-tab .ui-4 {
    width: 215px;
}


.bbCompared-tab .ui-5 {
    width: 180px;
}


.bbCompared-tab .ui-6 {
    width: 180px;
}

.bbCompared-tab th {
    padding: 25px 5px;
    font-size: 16px;
}

.bbCompared-tab .bg-a {
    background-color: #50A0F5;
    color: #fff;
}

.bbCompared-tab .bg-b {
    background-color: #228AF8;
    color: #fff;
}

.bbCompared-tab .bg-c {
    background-color: #f9f9f9;
}

.bbCompared-tab .iconfont {
    width: 22px;
    height: 17px;
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    text-align: center;
    color: #007bfc;
}

.bbCompared-tab .wid-a {
    width: 130px;
}

.bbCompared-tab .wid-b {
    width: 180px;
}

.bbCompared-tab .wid-c {
    width: 170px;
}

.bbCompared-tab .wid-d {
    width: 216px;
}

.tr-fixer {
    position: fixed;
    left: 50%;
    margin-left: -600px;
    top: 0;
    width: 1200px;
    background-color: #fff;
}

.bbCompared-tab .dlSee {
    display: none;
}

.dls .bbCompared-tab .dlSee {
    display: table-cell;
}

.buildCompar_nr-tabs {
    text-align: center;
    margin-bottom: 40px;
}

.buildCompar_nr-tabs ul {
    display: inline-block;
    border: 1px solid #eee;
    border-right: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
}

.bbCompared-tab.hide {
    display: none;
}

.buildCompar_nr-tabs li {
    float: left;
    width: 160px;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    color: #666;
    text-align: center;
    cursor: pointer;
    border-right: 1px solid #eee;
}

.buildCompar_nr-tabs li:hover {
    color: #007BFC;
}

.buildCompar_nr-tabs li .iconfont {
    font-size: 18px;
    margin-right: 10px;
}

.buildCompar_nr-tabs li.active {
    background-color: #007BFC;
    color: #fff;
}

.build_select {
    margin-top: 16px;
    display: inline-block;
    position: relative;
    height: 39px;

}

.build_select .main {
    width: 137px;
    height: 39px;
    line-height: 39px;
    padding: 0 15px;
    background: rgba(255, 255, 255, 1);
    font-size: 14px;
    font-weight: 400;
    color: rgba(0, 123, 252, 1);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
}

.build_select ul {
    z-index: 9;
    display: none;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 39px;
    width: 100%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #007BFC;
    overflow: hidden;
}

.build_select li {
    line-height: 39px;
    color: rgba(0, 123, 252, 1);
    font-size: 14px;
    cursor: pointer;
    border-bottom: 1px solid #e8e8e8;
}

.build_select li:hover {
    background-color: #f3f3f3;
}

.build_select li:last-child {
    border-bottom: 0;
}


.buildDesk_main .swiper-container {
    height: 24px;
}

.buildDesk_main .swiper-container li {
    line-height: 24px;
    height: 24px;
}

.step_box {
    margin-top: 27px;
    width: 1200px;
    height: 173px;
    background: #fff;
    padding: 53px 58px;
    border: 1px solid #eee;
    box-shadow: 0px 6px 15px 0px rgba(0, 105, 215, 0.05);
    border-radius: 4px;
    box-sizing: border-box;
}

.step_box p {
    margin-bottom: 24px;
    color: #888;
    font-size: 14px;
}

.step_box a {
    display: block;
    width: 112px;
    height: 36px;
    background: #007BFC;
    border-radius: 3px;
    line-height: 36px;
    text-align: center;
    color: #fff;
    font-size: 14px;
}

.step_list1 {
    overflow: hidden;
    width: 1160px;
    margin: 0 auto;
}

.step_list1 li {
    float: left;
    width: 95px;
    margin-left: 80px;
    cursor: pointer;
}

.step_list1 li:first-child {
    margin-left: 0;
}

.step_list1 li div {
    position: relative;
    width: 60px;
    height: 60px;
    margin: 0 auto;
    margin-bottom: 25px;
    background: #FFFFFF;
    box-shadow: 0px 6px 15px 0px rgba(0, 123, 252, 0.08);
    border-radius: 50%;
    color: #007BFC;
    line-height: 60px;
    text-align: center;
    font-size: 24px;
}

.step_list1 li span {
    display: block;
    position: relative;
    z-index: 2;
}

.step_list1 li div i {
    position: absolute;
    right: 15px;
    top: 13px;
    width: 20px;
    height: 20px;
    background: linear-gradient(-90deg, rgba(0, 123, 252, 0.06) 0%, rgba(255, 255, 255, 0.45) 100%);
    border-radius: 50%;
    z-index: 1;
}

.step_list1 p {
    font-size: 16px;
    color: #333;
    white-space: nowrap;
    text-align: center;
}

.build_step {
    padding-bottom: 80px;
}

.step_list1 li.on div {
    background: #007BFC;
    color: #fff;
}























