.header {
    background: #FFFFFF;
    box-shadow: 0px 3px 24px 0px rgba(66, 64, 61, 0.13);
}

.header .logo img{
    filter: unset;
}

.header .nav a p,.header .nav a{
    color: #171717;
}
.section .section-item{
    display: none;
}
.section .wrap{
    margin:100px auto 100px;
    max-width:80%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.section .wrap .color{
    width: 451px;
    height: 451px;
    background: #96CEB4;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 120px 0 0;
}
.section .wrap .color .iconfont{
    color: rgba(255, 255, 255, 1);
    font-size: 304px;
}
.section .wrap .right{
    width: 480px;
}
.section .wrap .right .headline{
    font-size: 26px;
    font-family: 'Source Han Sans';
    font-weight: bold;
    color: #CAA672;
    line-height: 42px;
}
.section .wrap .right .headContent{
    display: flex;
    justify-content: space-between;
    align-items: center;
	
}
.section .wrap .right .headContent span{ font-size:16px}
.section .wrap .right .headContent .goBack{
    cursor: pointer;
}
.section .wrap .right .headline .line{
    height: 1px;
    border: 1px solid #D5C388;
    margin: 29px 0 0 0;
    width: 0;
    transition: 1s;
}
.section .wrap .right .headline.aos-animate .line{
    width: 100%;
    transition-delay: 0.4s;
}
.section .wrap .right .text{
    margin: 30px 0 0 0;
    font-size: 14px;
    color: #333333;
    line-height: 40px;
}
.section .wrap .right .text div{
    position: relative;
    padding: 0 0 0 16px;
}
.section .wrap .right .text div:after{
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    background: #333333;
    border-radius: 50%;
}
.section .wrap .right .flex{
    margin: 15px 0 0 0;
    display: flex;
    justify-content: space-around;
}
.section .wrap .right .flex .item{
    width: 100px;
}
.section .wrap .right .flex .item .circle{
    height: 100px;
    border: 1px solid #CAA672;
    border-radius: 50%;
    margin: 0 auto 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.section .wrap .right .flex .item .pick{
    text-align: center;
}
.section .wrap .right .flex .item .pick p{
    font-size: 14px;
    color: #999188;
    line-height: 28px;
}
@media screen and (max-width: 1600px) {
    .section .wrap{
        width: 100%;
        padding: 0 100px;
        max-width: 100%;
    }
}