.top{
    padding: 100px 20px  0px  20px ; 
    text-align: center;
    background: #b3d5f9;


     /* background: radial-gradient(circle, #dd9595, #7db2e9); */
    
    /* background: url(/static/images/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: #409eff;
}
.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(/static/images/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: #409eff;
    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: #409eff;
    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("/static/picture/箭头.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(/static/images/d2fce2.jpg)  center  #fff;
    padding: 40px;
}
.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-top: 64px;
    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%;
    object-fit: none;
}
.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:first-child {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 3;
    border: 10px dashed #b3d5f9;
}

.client-div .logo_temp .logo_item:nth-child(14) {
    grid-column-start: 3;
    grid-column-end: 5;
    grid-row-start: 4;
    grid-row-end: 6;
}
.client-div .logo_temp .logo_item:hover{
    transform: scale(1.2);
  }

  .item {
	width: 43px;
	height: 44px;
	font-size: 30px;
	color: rgb(109, 160, 255);
	font-weight: 600;
	text-align: center;
	line-height: 80px;
	overflow: hidden;
}
