.section {
    position: relative;
    overflow: unset !important;
    padding: 0px 0 50px;
}

.section .wrap {
    max-width:70%;
    margin: auto;
    padding-top: 30px;
}

.section .r {
    position: absolute;
    right: 0;
    top: -92px;
}

.section .wrap .text {
    margin: 35px auto 0;
    color: #666666;
    line-height: 22px;
    text-align: center;
}
/**/
.section .wrap .content{
	display: flex;
	justify-content: center;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.section .wrap .content .left{
    width: 60%;
    height: 100%;
    margin: 0 18px 0 0;
}
.section .wrap .content .left .white:not(:last-child) {
    margin: 0 0 14px 0;
}
.section .wrap .content .left .white{
    width: 100%;
    height: 150px;
    border: 1px solid rgba(226, 233, 246, 1);
    box-shadow: -1px 9px 21px 0px rgba(86,86,86,0.1);
    border-radius: 25px;
    padding: 10px 26px 10px 26px;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.section .wrap .content .left .white:hover{
    border: 1px solid #CAA672;
}

.section .wrap .content .left .white .principal{
    padding: 0 00px 0 0;
    margin: 0 30px 0 0;
    position: relative;
}

.section .wrap .content .left .white .principal:after{
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 116px;
    background: #494949;
    opacity: 0.1;
}

.section .wrap .content .left .white .principal .circle{
    width: 50px;
    height: 50px;
    background: #F4FAFC;
    border: 1px solid #E0F0F7;
    box-shadow: 5px 2px 9px 12px rgba(237,246,250,0.6);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 5;
    margin: 0 0 14px 0;
    cursor: pointer;
}

.section .wrap .content .left .white .principal .circle img:not(.rote){
    transition: 1s;
}

.section .wrap .content .left .white .principal .rote{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    animation: 2s rota infinite linear;
    animation-play-state: paused;
}
.section .wrap .content .left .white:hover .principal .rote{
    animation-play-state: unset;

}
.section .wrap .content .left .white .principal .circle:hover .rote{
    animation-play-state: paused;
}
.section .wrap .content .left .white:hover .principal .circle img:not(.rote){
    transform: rotateY(180deg);
}
.section .wrap .content .left .white .principal .pick span{
    font-size: 13px;
    color: #666;
    display: block;
    margin: 0 0 3px 0;
    line-height: 22px;
    min-width: 176px;
}
.section .wrap .content .left .white .principal .pick p{
    font-size: 16px;
    font-weight: 300;
    color: #666;
    opacity: 0.7;
}
.section .wrap .content .left .white .introduce{
    font-size: 13px;
    color: #666;
    line-height: 28px;
}
.section .wrap .content .right{
    display: flex;
}
.section .wrap .content .right .item{
    width: 160px;
    height: 100%;
    border: 1px solid rgba(226, 233, 246, 1);
    box-shadow: -1px 9px 21px 0px rgba(86,86,86,0.1);
    border-radius: 25px;
    padding: 170px 10px 0 10px;
    text-align: center;
    cursor: pointer;
}
.section .wrap .content .right .item:hover{
    border: 1px solid #CAA672;
}
.section .wrap .content .right .item:not(:last-child) {
    margin: 0 18px 0 0;
}
.section .wrap .content .right .item .circle{
    width: 80px;
    height: 80px;
    background: #F4FAFC;
    border: 1px solid #E0F0F7;
    box-shadow: 5px 2px 9px 12px rgba(237,246,250,0.6);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: 0 auto 23px;
    cursor: pointer;
}
.section .wrap .content .right .item .circle img:not(.rote){
    transition: 1s;
}
.section .wrap .content .right .item .circle .rote{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    animation: 2s rota infinite linear;
    animation-play-state: paused;
}
.section .wrap .content .right .item:hover .circle .rote{
    animation-play-state: unset;
}
.section .wrap .content .right .item:hover .circle img:not(.rote) {
    transform: rotateY(180deg);
}
.section .wrap .content .right .item span{
    font-size: 13px;
    font-family: 'Source Han Sans';
    color: #666;
    line-height: 26px;
    display: block;
    margin: 0 0 17px 0;
}
.section .wrap .content .right .item p{
    font-size: 16px;
    font-family: 'Source Han Sans';
    color: #666;

}
