@charset "utf-8";
/* CSS Document */
.bottom_shadow{
    width:100%;
    overflow: hidden;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 60px;
}
.AZbj{
    background: url("../images/azicon_bj.png") no-repeat center;
    height:150px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.AZbj_title{
    color:#ffa10c;
    font-size:18px;
    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: 20px;
    padding-top: 40px;
}
.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: 60px 0;
    overflow: hidden;
}
.Tosave img{
	display: block;
    margin: 0 auto;
}
.AZul{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}
.AZborder{
    width: 110px;
    height: 110px;
    background-color: #fff;
    border-radius: 50rem;
    border: 2px solid #f2bcb2;
    display: flex;
    align-items: center;
    justify-content: center;
}
.AZname{
    font-size:18px;
    font-weight:600;
    text-align: center;
    padding-top: 20px;
}
.Tosave_1{
    padding-top: 30px;
}
.Tosave_1 img{
    display: block;
    margin: 0 auto;
}
.AZul_li{
    width: 216px;
    border-radius: 10px;
    border: 1px solid #f2f2f2;
    box-shadow:5px 5px 15px #e5e5e5;
    padding: 30px 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.process_border{
    width:100px;
    height:100px;
    border-radius: 50rem;
    background-color:#eb6246;
    display: flex;
    align-items: center;
    justify-content: center;
}
.process_title{
    width:80%;
    display: block;
    margin: 0 auto;
}
.process_p1{
    font-weight: 600;
    font-size:18px;
    text-align: center;
    padding:20px 0px 10px;
}
.process_p2{
    font-size:14px;
    line-height:24px;
    text-align: justify;
}
.process_img{
    padding-top:30px;
}