.professional-user-page {
    background-color: #f7f7f7;
}
.right-content-pad{
    display:none;
}
.professional-user-page .title-group {
    margin: 190px 0 50px 0;
    padding: 0 20px;
    line-height: 1.8;
}

.professional-user-page .content {
    background: url('/FrontEnd/image/professionalUser/bg.png') no-repeat;
    background-size: cover;
}

.professional-user-page .content .product-content {
    position: relative;
}

.professional-user-page .content .product-content .product-content-bgImg {
    width: 100%;
}

.professional-user-page .content .content-common {
    position: absolute;
}

.professional-user-page .content .content-common p {
    text-align: center;
}

.professional-user-page .content .content-common .marginTop {
    margin-top: 10px;
    margin-left:-12px;
}

.professional-user-page .content .content-common .marginBottom {
    margin-bottom: 10px;
}

.professional-user-page .content .content-common .img-common {
    width: 100px;
    height: 100px;
    animation: imgTransformFalse .5s linear;
}

@keyframes imgTransform {
    from {
        transform: rotateY(-90deg);
    }
    to {
        transform: rotateY(0);
    }
}

@keyframes imgTransformFalse {
    from {
        transform: rotateY(-90deg);
    }
    to {
        transform: rotateY(0);
    }
}


.professional-user-page .content .content-common .img-common.active {
    /*transition: all .3s linear;*/
    animation: imgTransform .5s linear;
}

.professional-user-page .content .content-one {
    top: 23px;
    left: 150px;
}

.professional-user-page .content .content-two {
    top: 12px;
    left: 362px;
}

.professional-user-page .content .content-three {
    top: 36px;
    right: 240px;
}

.professional-user-page .content .content-four {
    top: 82px;
    right: 59px;
}

.professional-user-page .content .content-five {
    top: 252px;
    right: 64px;
}

.professional-user-page .content .content-six {
    bottom: 18px;
    right: 120px;
}

.professional-user-page .content .content-seven {
    bottom: 62px;
    right: 270px;
}

.professional-user-page .content .content-eight {
    bottom: 69px;
    left: 302px;
}

.professional-user-page .content .content-nine {
    bottom: 24px;
    left: 73px;
}

.professional-user-page .content .content-ten {
    top: 177px;
    left: 6px;
}

.professional-user-page .content .content-ten .img-common {
    width: 115px;
    height: auto;
}

.professional-user-page .content .content-ten .img-common.active {
    width: 100px;
    height: 100px;
}

.professional-user-page .bottom-content {
    margin: 50px 0;
    color: #5B6670;
}

.professional-user-page .bottom-content .left-content p {
    line-height: 2;
    padding-left: 20px;
    padding-right: 40px;
    text-align: justify;
}

.professional-user-page .bottom-content .right-content {
    text-align: center;
}

.professional-user-page .bottom-content .right-content p {
    margin-top: 10px;
}

.professional-user-page .right-content .img-qr {
    width: 140px;
}
/***************************************pad端适配***********************************pad端适配***********************************pad端适配**********************************/
@media screen and (min-width:600px) and (max-width:969px){
    .right-content{
        display:none;
    }
    .right-content-pad{
        display:block;
        margin-top:43px;
    }
    .right-content-pad .onePad{
    width: 46%;
    float: left;
    text-align: right;
    margin-right: 20px;
    }
     .right-content-pad .twoPad{
        width:46%;
        float:left;
    }
    .right-content-pad .onePad div .img-qr{
        width:40%;
    }
    .fz12{
    font-size: 12px;
    text-align: center;
    float: right;
    margin-top:20px;
    }
    .fz13{
    font-size: 12px;
    text-align: center;
    float: left;
    margin-top:20px;
    }
     .right-content-pad .twoPad div .img-qr{
        width:40%;
    }
    .professional-user-page .content .content-one{
    top: 29px;
    left: 94px;
    }
    .professional-user-page .content .content-common .img-common{
    width: 50px;
    height: auto;
    animation: imgTransformFalse .5s linear;
    }
    .professional-user-page .content .content-common .marginBottom{
    margin-bottom: 9px;
    margin-left: -22px;
    }
    .professional-user-page .content .content-two{
    top: 10px;
    left: 233px;
    }
    .professional-user-page .content .content-three{
    top: 34px;
    right: 134px;
    }
    .professional-user-page .content .content-four{
    top: 71px;
    right: 45px;
    }
    .professional-user-page .content .content-five {
    top: 167px;
    right: 49px;
}
.professional-user-page .content .content-six{
    bottom: 5px;
    right: 52px;
}
.professional-user-page .content .content-seven{
    bottom: 38px;
    right: 157px;
}
.professional-user-page .content .content-eight{
    bottom: 47px;
    left: 207px;
}
.product-content .content-eight p{
    margin-left:-30px!important;
}
.product-content .content-nine p{
      margin-left:-30px!important;
}
.professional-user-page .content-ten p{
   
    left: 18px!important;
}
 .professional-user-page .content-two p{
  
    margin-left: -5px!important;
 }
}
/*******************适配移动******************适配移动************************适配移动*******************************适配移动************************************/
@media screen and (max-width:600px){
    .fontBold{
        font-size:20px;
    }
      .right-content{
        display:none;
    }
    .right-content-pad{
        display:block;
        margin-top:43px;
    }
    .right-content-pad .onePad{
    width: 46%;
    float: left;
    text-align: right;
    margin-right: 20px;
    }
     .right-content-pad .twoPad{
        width:46%;
        float:left;
    }
    .right-content-pad .onePad div .img-qr{
        width:40%;
    }
    .fz12{
    font-size: 12px;
    text-align: center;
    float: right;
    margin-top:20px;
    }
    .fz13{
    font-size: 12px;
    text-align: center;
    float: left;
    margin-top:20px;
    }
     .right-content-pad .twoPad div .img-qr{
        width:40%;
    }
    .professional-user-page .content .content-one{
    top: 16px;
    left: 73px;
    }
    .professional-user-page .content .content-common .marginTop {
            font-size: 14px;
}
    .professional-user-page .content .content-common .img-common{
    width: 35px;
    height: auto;
    animation: imgTransformFalse .5s linear;
    }
    .professional-user-page .content .content-common .marginBottom{
    margin-bottom: 9px;
    margin-left: -22px;
    font-size: 14px;
    }
    .professional-user-page .content .content-two{
    top: -7px;
    left: 153px;
    }
    .professional-user-page .content .content-three{
    top: 10px;
    right: 60px;
    }
    .professional-user-page .content .content-four{
    top: 46px;
    right: 35px;
    }
    .professional-user-page .content .content-five {
    top: 112px;
    right: 20px;
}
.professional-user-page .content .content-six{
    bottom: 5px;
    right: 52px;
}
.professional-user-page .content .content-seven{
    bottom: 27px;
    right: 112px;
}
.professional-user-page .content .content-eight{
    bottom: -9px;
    left: 130px;
}
.product-content .content-eight p{
    margin-left:-30px!important;
}
.product-content .content-nine p{
      margin-left:-30px!important;
}
.professional-user-page .content-ten p{
   
    left: 18px!important;
}
 .professional-user-page .content-two p{
  
    margin-left: -5px!important;
 }
 .professional-user-page .content .content-common .marginTop {
     margin-top: 2px;
    margin-left: -17px;
}
.professional-user-page .content .content-common .marginBottom{
    margin-bottom: 2px;
    margin-left: -22px;
    font-size: 14px;
}
.professional-user-page .title-group {
    margin: 35px 0 50px 0;
    padding: 0 20px;
    line-height: 1.8;
}
.professional-user-page .content .content-ten{
    top: 83px;
    left: 34px;
}
.professional-user-page .content .content-nine {
    bottom: 24px;
    left: 42px;
}
}