.top {
    padding: 100px 20px 0px 20px;
    text-align: center;
    background: #b3d5f9; /* background: radial-gradient(circle, #dd9595, #7db2e9); */ /* background: url(./131.jpg)  center no-repeat #fff; */
}

.top h3 {
    display: inline-block;
    position: relative;
    z-index: 0;
    font-size: 40px;
    font-weight: 700;
    color: #333;
}

.top .top-title {
    margin-top: 20px;
    margin-bottom: 30px;
    line-height: 1em;
}

.common-color {
    color: #00c1af;
}

.top .header-sub-title {
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333;
    line-height: 30px;
    margin-bottom: 10px;
    font-size: 15px;
    color: #777;
}

.top .index-revision_common-form {
    height: 250px;
    box-shadow: 0 5px 20px 0 rgba(0, 179, 149, .1);
    border-radius: 10px 10px 0 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    margin: auto;
}

.top .index-revision_step_content {
    background: url(./388c41bafbe5447c9d19b3894d5d28d5_index_up_bg.png) center no-repeat #fff;
}

.top .index-revision_common-form .content_form {
    width: 700px;
    height: 60px;
    border-radius: 3px;
    display: -webkit-box;
    display: flex;
}

.top .index-revision_common-form .title {
    font-size: 30px;
    font-family: Microsoft YaHei;
    font-weight: 700;
    color: #333;
    margin-bottom: 20px;
    display: flex;
}

.top .index-revision_common-form .number-wrapper {
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.top .index-revision_common-form .number-wrapper .number {
    width: 35px;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #00c1af;
    border-radius: 4px;
    color: #FFF;
    margin: 0 5px;
}

.top .index-revision_common-form .content_form input {
    font-size: 16px;
    -webkit-box-flex: 1;
    flex: 1;
    height: 100%;
    text-indent: 22px;
    background: #fff;
}

.top .index-revision_common-form .content_form button {
    width: 200px;
    height: 60px;
    border-radius: 0 3px 3px 0;
    background: #00c1af;
    color: #fff;
    font-size: 22px;
}

.desc-div .index-revision_step_item {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    height: 130px;
    background: #fff;
    border-radius: 0 0 10px 10px;
    margin-top: 30px;
    margin: auto;
}

.responsive-container-inner {
    width: 1180px;
}

.desc-div {
    background: aliceblue;
}

.desc-div .step_item {
    width: 21%;
    text-align: center;
    background: url("/Public/pc_files/jjt.png") right bottom 3px no-repeat;
    font-size: 0;
}

.desc-div .step_item .img-box {
    width: 50px;
    height: 50px;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}

.desc-div .step_item .img-box img {
    width: 100%;
    height: 100%;
}

.desc-div .step_item .name {
    display: block;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 700;
    color: #999;
    margin-top: 20px;
}

.tab-div {
    width: 100%;
    padding: 40px 0;
    background: aliceblue;
}

.tab-div .flex-div {
    display: flex;
    justify-content: space-between;
    margin: auto;
}

.tab-div .info_item {
    width: 25%;
    height: 60px;
    padding: 43px 30px;
    border-radius: 9px;
    background: #fcfcfc;
    display: flex;
    align-items: center; /* border: 1px solid #c6dddd; */
    box-shadow: 0px 3px 11px 1px rgba(51, 51, 51, 0.08);
}

.tab-div .info_item .title {
    font-family: Microsoft YaHei;
    font-weight: 700;
    color: #333;
    margin-bottom: 10px;
}

.tab-div .info_item .text {
    color: cadetblue;
}

.client-div { /*background: url(./d2fce2.jpg) center #fff;*/
    padding: 40px;
    --un-bg-opacity: 1;
    background-color: rgba(238, 244, 244, var(--un-bg-opacity));
}

.sectitle p {
    font-size: 15px;
    color: #777;
}

.client-div .title {
    font-family: Microsoft YaHei;
    margin-bottom: 20px;
    font-size: 34px;
    color: #222;
    font-weight: 700;
}

.client-div .logo_temp {
    margin: 64px 0px;
    display: grid;
    grid-template-columns: repeat(4, 277px); /*grid-template-rows: repeat(5, 181px);*/
    grid-gap: 31px;
}

.client-div .logo_temp img {
    width: 100%;
    height: 100%;
}

.client-div .logo_temp video {
    width: 100%;
    height: 100%;
}

.client-div .logo_temp .logo_item {
    border-radius: 10px;
    overflow: hidden; /* border: 1px solid #dfdcdc; */
}

.client-div .logo_temp .logo_item img:hover {
    transform: scale(1.1);
}

.top .item {
    width: 43px;
    height: 44px;
    font-size: 30px;
    color: rgb(109, 160, 255);
    font-weight: 600;
    text-align: center;
    line-height: 80px;
    overflow: hidden;
}

.service-div {
    background: #fff;
    padding: 40px;
}

.sectitle p {
    font-size: 15px;
    color: #777;
}

.service-div .title {
    font-family: Microsoft YaHei;
    margin-bottom: 20px;
    font-size: 34px;
    color: #222;
    font-weight: 700;
}

.all_package_wrap {
}

.all_package_wrap .type_nav {
    background: #dcdfe2;
}

.all_package_wrap .type_nav li.on {
    color: #fff;
    background: #00c1af;
}

.all_package_wrap .type_nav li {
    display: inline-block;
    width: 24.7%;
    height: 65px;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    color: #333;
    line-height: 61px;
    position: relative;
    cursor: pointer;
}

.all_package_con {
    background: #F3F9FF;
}

.all_package_con .container {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 16px;
    color: #333333;
    height: 500px;
}

.all_package_con .type_wrap {
    padding-top: 25px;
}

.logo_package_con.on {
    display: block;
}

.logo_package_con .l_p_plan {
    padding: 0 10px;
    margin-bottom: 25px;
    float: left;
    margin-left: 10px;
}

.col-md-3 {
    width: 22%;
}

.logo_package_con .l_p_plan .l_p_title {
    padding-top: 20px;
    padding-bottom: 10px;
    color: #ffffff;
    border-radius: 3px 3px 0 0;
    background: #3095ff;
}

.all_package_con .order_wrap {
    height: 55px;
    background: #00c1af;
    text-align: center;
    padding: 15px 0;
}

.logo_package_con .l_p_plan .l_p_details {
    background: #fff;
}

.logo_package_con .l_p_plan .l_p_details ul li {
    padding-left: 16px;
    font-size: 14px;
    padding-bottom: 15px;
    position: relative;
    clear: both;
}

.logo_package_con .l_p_plan .l_p_details ul li {
    background: url(./blue_icon.png) left 5px no-repeat;
}

.logo_package_con .l_p_plan .l_p_details {
    padding: 20px 15px 0;
}

.all_package_con .order_wrap span {
    display: inline-block;
    font-size: 22px;
    color: #fff;
    font-weight: 400;
    line-height: 50px;
}

.all_package_con .order_wrap p.p1 {
    line-height: 48px;
    padding-left: 80px;
}

.all_package_con .order_wrap p {
    display: inline-block;
    width: 55%;
    height: 50px;
    margin-left: 20px;
    position: relative;
    font-size: 16px;
    color: #333;
    border-radius: 2px;
    background: #fff;
}

.all_package_con .order_wrap p i {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 15px;
    font-style: normal;
    width: 80px;
    text-align: center;
    height: 20px;
    line-height: 20px;
    border-right: 1px solid #EDEDED;
}

.all_package_con .order_wrap p select {
    display: inline-block;
    width: 100%;
    height: 50px;
    font-size: 16px;
    color: #333;
    padding-left: 15px;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: none;
    background: url(../../../statics/images/bootstrap/new_website_1/case_pro/select_icon.png) no-repeat right center #fff;
}

.all_package_con .order_wrap p {
    display: inline-block;
    width: 55%;
    height: 50px;
    margin-left: 20px;
    position: relative;
    font-size: 16px;
    color: #333;
    border-radius: 2px;
    background: #fff;
}

.all_package_con .order_wrap p input[type="text"] {
    height: 50px;
    line-height: 50px;
    padding: 0 120px 0 16px;
    font-size: 16px;
    color: #A2A2A2;
    background: #fff;
    outline: none;
    border: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border-radius: 2px;
}

.all_package_con .order_wrap p input[type="button"] {
    display: inline-block;
    width: 110px;
    height: 40px;
    position: absolute;
    background: #00c1af;
    text-align: center;
    font-size: 18px;
    color: #fff;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: none;
    top: 5px;
    right: 5px;
    border-radius: 2px;
}

.tm-div {
    background: #f9fbfe;
    padding: 20px;
    height: 500px;
}

.sectitle p {
    font-size: 15px;
    color: #777;
}

.tm-div .title {
    font-family: Microsoft YaHei;
    margin-bottom: 20px;
    font-size: 34px;
    color: #222;
    font-weight: 700;
}

.container {
    width: 970px;
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.box1 {
    height: 250px;
    margin-top: 10px;
}

.box1 .con {
    overflow: hidden;
    font-size: 14px;
    color: #999;
    float: left;
    margin: 0 1%;
    width: 48%;
}

.box1 .c {
    border: 2px solid #e3ecf5;
    border-radius: 3px;
    padding: 30px 15px 30px 15px;
    overflow: hidden;
    background: #fff;
}

.box1 .row:nth-of-type() {
    display: table;
    content: " ";
}

.con .left {
    padding-right: 2%;
    width: 30%;
    float: left;
}

.box1 .con .left h5 {
    font-size: 28px;
}

.box1 .con .right h4, .single_logo_brand .box1 .con .right h3 {
    font-size: 24px;
    color: #00c1af;
    font-weight: normal;
    background: url(./single_pro_R_1.png) no-repeat 0 0;
    background-size: 28px 28px;
    padding: 0 0 3px 35px;
    margin-bottom: 5px;
}

.box1 .con p {
    font-size: 12px;
}

.box1 .con p {
    padding-top: 10px;
    line-height: 24px;
}

.box1 .con .right {
    width: 68%;
    float: right;
}

.box2 p {
    display: inline-block;
    vertical-align: middle;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    color: #000000;
    font-weight: bold;
    padding: 0 30px 0 0;
}

.box2 input {
    width: 450px;
    display: inline-block;
    vertical-align: middle;
    border: 3px solid #EBEBEB;
    border-right: 0;
    border-radius: 3px 0 0 3px;
    color: #7fadeb;
    height: 44px;
    background: transparent;
    padding: 0 15px;
    letter-spacing: 1px;
    font-size: 16px;
    box-shadow: 0;
    outline: none;
    border: 3px solid #00c1af;
}

.box2 .btn_blue {
    display: inline-block;
    vertical-align: middle;
    background: #00c1af;
    border-radius: 0 3px 3px 0;
    height: 50px;
    color: #fff;
    padding: 0 40px;
    font-size: 16px;
    letter-spacing: 3px;
    line-height: 50px;
    cursor: pointer;
}

.display-div {
    background: #fff;
    padding: 20px;
    height: 700px;
}

.sectitle p {
    font-size: 15px;
    color: #777;
}

.display-div .title {
    font-family: Microsoft YaHei;
    margin-bottom: 20px;
    font-size: 34px;
    color: #222;
    font-weight: 700;
}

.display-div .toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.display-div.toggle .item:not(:last-child) {
    margin-right: 18px;
}

.display-div .toggle .item {
    padding: 6px 22px;
    border-radius: 16px;
    border: 1px solid #777777;
    cursor: pointer;
    font-size: 14px;
    color: #222;
}

.display-div .toggle .item:not(:last-child) {
    margin-right: 18px;
}

.display-div .toggle .item.active {
    background: royalblue;
    color: #fff;
    border: 0;
}

.five {
    background: url(./l41-e2a34e3e.png) no-repeat 0 0/100% 90px;
    height: 90px;
    position: relative;
}

.five img {
    width: 201px;
    height: 51px;
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 500px;
}

.contact-main {
    position: fixed;
    right: 20px;
    top: 410px;
    z-index: 10;
    background-color: #fff;
    display: none;
    flex-direction: column;
    border-radius: 26px;
    padding: 13px;
}

.contact-main .item:not(:last-child) {
    padding-bottom: 13px;
    border-bottom: 1px solid #DEDEDE;
}

.contact-main .item {
    cursor: pointer;
    position: relative;
}

.contact-main .item .after {
    display: none;
}

.contact-main .item:hover > .after {
    display: block;
}

.contact-main .item:hover > .before {
    display: none;
}

.contact-main .item .detail {
    display: none;
    padding-left: 12px;
    padding-top: 14px;
    padding-bottom: 14px;
    position: absolute;
    left: -180px;
    top: 50%;
    transform: translateY(-50%);
    width: 150px;
    background-color: #fff;
    justify-content: center;
    flex-direction: column;
}

.contact-main .item .detail p {
    font-size: 14px;
    color: #222;
}

.contact-main .item .detail span {
    font-size: 12px;
    color: #fb2c6c;
}

.contact-main .item:hover > .detail {
    display: block;
}

.floating-main {
    position: fixed;
    right: 20px;
    top: 200px;
    z-index: 10;
    background-color: #03a9f4;
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    padding: 13px;
    box-shadow: 0 0 10px 5px rgba(61, 88, 219, .5);
    text-align: center;
}

.floating-main .title {
    color: #fff;
    font-weight: 600;
}

.floating-main .img {
    width: 120px;
    height: 120px;
    border-radius: 10px;
    overflow: hidden;
    margin: auto;
    margin-top: 5px;
}

.floating-main .boms {
    margin: auto;
    margin-top: 5px;
    background: burlywood;
    width: 90%;
    text-align: center;
    padding: 5px;
    border-radius: 5px;
}

.floating-main .price {
    color: tomato;
    font-weight: 600;
}

.floating-main .desc {
    font-size: 14px;
    color: #fff;
    margin-top: 5px;
}

.floating-main2 {
    position: fixed;
    right: 20px;
    top: 500px;
    z-index: 10;
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    padding: 13px;
    text-align: center;
}

.floating-main2 .img {
    width: 100px;
    border-radius: 10px;
    overflow: hidden;
    margin: auto;
    margin-top: 5px;
}
.flex-col{
    display: grid;
    grid-template-columns: repeat(3, 290px);
    grid-gap: 60px;
    justify-content: center;
}
.flex-col .item{
    padding: 30px;
    margin-top: -120px;
    display: flex;
    align-items: center;
    justify-content: center;
    --un-bg-opacity: 1;
    background-color: #fff;
    border-radius: 20px;
    flex-direction: column;
}
.flex-col .item img{
    width: 100px;
}
.text-20{
    font-size: 20px;
}
.text-14{
    font-size: 14px;
}
.mb-5{
    margin-bottom: 5px;
}
.mb-10{
    margin-bottom: 10px;
}
.font-700{
    font-weight: 700;
}
.bgF07E6E1A{
    background: #00c1af;
    color: #fff;
    padding: 3px;
    border-radius: 3px;
}
.jump_btn{
    background: #00c1af;
    box-shadow: 0 12px 24px #f3884c33;
    width: 200px;
    padding: 20px;
    border-radius: 20px;
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    margin: 20px auto;
    display: inline-block;
}
.flex-item_w{
    min-width: 0;
    flex: 1 1 0%;
}
.flex-col.imp{
    grid-template-columns: repeat(2, 390px);
}
.flex-col .item.imp{
    grid-template-columns: repeat(2, 390px);
    margin-top: 30px;
    flex-direction: row;
}