@charset "utf-8";
/* CSS Document */
.bottom_shadow{
    width:100%;
    overflow: hidden;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 30px;
}
.AZbj{
    background: url("../images/azicon_bj.png") no-repeat center;
    height:150px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius:5px;
}
.AZbj_title{
    color:#ffa10c;
    font-size:16px;
    font-weight:600;
    padding-bottom: 15px;
}
.AZ_span{
    color:#fff;
    font-size:12px;
    padding-right: 3px;
}
.AZ_before{
    color:#fff;
}
.ZA_content{
    padding-bottom: 30px;
}
.ZA_content p{
    font-size: 14px;
    line-height:26px;
    text-align: justify;
}

.down_img img{
    display: block;
    margin:0 auto;
    padding-bottom: 15px;
    padding-top: 25px;
}
.button{
    width: 164px;
    background-color: #ff6443;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    height: 40px;
    border-radius: 6px;
    cursor: pointer;
}
.button:hover{
    background-color: #ff7b5f;
}
.btnsee{
    color:#fff;
    padding-right:5px;
}
.trends_white{
    width: 100%;
    background-color: #fff;
    padding: 30px 0;
    overflow: hidden;
}
.Tosave img{
	display: block;
    margin: 0 auto;
}
.AZul{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}
.AZul li{
    display: flex;
    flex-direction: column;
    align-items: center;
    width:25%;
}
.AZborder{
    width: 62px;
    height: 62px;
    background-color: #fff;
    border-radius: 50rem;
    border: 2px solid #f2bcb2;
    display: flex;
    align-items: center;
    justify-content: center;
}
.AZborder img{
    width:28px;
}
.AZname{
    text-align: center;
    padding-top: 15px;
    padding-bottom: 30px;
}
.Tosave_1 img{
    display: block;
    margin: 0 auto;
}
.AZul_li{
    width: 47% !important;
    border-radius: 10px;
    border: 1px solid #f2f2f2;
    padding: 20px 0px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
}
.process_border{
    width: 68px;
    height: 68px;
    border-radius: 50rem;
    background-color:#eb6246;
    display: flex;
    align-items: center;
    justify-content: center;
}
.process_border img{
    width:34px;
}
.process_title{
    width:80%;
    display: block;
    margin: 0 auto;
}
.process_p1{
    font-weight: 600;
    text-align: center;
    padding:15px 0px 6px;
}
.process_p2{
    font-size:12px;
    line-height:20px;
    text-align: justify;
}
.process_img{
    padding-top:30px;
}
.trends_one{
    width: 100%;
    background-color: #f7f8fa;
    padding: 30px 0;
}