@media (min-width: 1201px){
    .registerAndLogin{
        width: 73vw;
        margin: 0 auto;
        margin-top: 5vw;
        margin-bottom: 5vw;
        display: flex;
        justify-content: space-between;
    }
    
    .loginAndRegisterBtn_a{
        width: 9vw;
        margin: 0 auto;
        display: block;
        text-decoration: none;
    }
    
    .rl_img{
        width: 27vw;
        height: 18vw;
        object-fit: contain;
    }
    
    .enterPrice_box_name{
        margin-top: 1.8vw;
        font-size: 1.8vw;
        color: #fff;
    }
    
    .enterPrice_box_name span{
        margin-left: 1vw;
        margin-right: 1vw;
    }
    
    .enterPrice_box{
        width: 35vw;
        height: 30vw;
        padding-top: 3vw;
        padding-bottom: 0vw;
        border-radius: 1vw;
        text-align: center;
        background-color: #3c5b80;
    }
    
    .enterPrice_box .loginAndRegisterBtn{
        width: 9vw;
        height: 2.5vw;
        line-height: 2.5vw;
        margin: 0 auto;
        margin-top: 2vw;
        font-size: 1vw;
        background-color: #fff;
        border-radius: 50vw;
        cursor: pointer;
        color: #3c5b80;
    }
    
    .personPrice_box{
        width: 35vw;
        height: 30vw;
        padding-top: 3vw;
        padding-bottom: 0vw;
        border-radius: 1vw;
        text-align: center;
        background-color: #ee6c4d;
    }
    
    .personPrice_box .loginAndRegisterBtn{
        width: 9vw;
        height: 2.5vw;
        line-height: 2.5vw;
        margin: 0 auto;
        margin-top: 2vw;
        font-size: 1vw;
        background-color: #fff;
        border-radius: 50vw;
        cursor: pointer;
        color: #ee6c4d;
    }
}

@media (max-width: 1200px){
    .registerAndLogin{
        width: 90%;
        margin: 0 auto;
        margin-top: 8vw;
        margin-bottom: 8vw;
    }
    
    .loginAndRegisterBtn_a{
        width: 24vw;
        margin: 0 auto;
        display: block;
        text-decoration: none;
    }
    
    .rl_img{
        width: 90%;
        height: 48vw;
        object-fit: contain;
    }
    
    .enterPrice_box_name{
        margin-top: 6vw;
        font-size: 6vw;
        color: #fff;
    }
    
    .enterPrice_box_name span{
        margin-left: 2vw;
        margin-right: 2vw;
    }
    
    .enterPrice_box{
        width: 100%;
        padding-top: 6vw;
        padding-bottom: 6vw;
        border-radius: 2vw;
        text-align: center;
        margin-top: 15vw;
        margin-bottom: 4vw;
        background-color: #3c5b80;
    }
    
    .enterPrice_box .loginAndRegisterBtn{
        width: 24vw;
        height: 7vw;
        line-height: 7vw;
        margin-top: 4vw;
        font-size: 3vw;
        background-color: #fff;
        border-radius: 50vw;
        cursor: pointer;
        color: #3c5b80;
    }
    
    .personPrice_box{
        width: 100%;
        padding-top: 6vw;
        padding-bottom: 6vw;
        border-radius: 2vw;
        text-align: center;
        margin-top: 4vw;
        margin-bottom: 4vw;
        background-color: #ee6c4d;
    }
    
    .personPrice_box .loginAndRegisterBtn{
        width: 24vw;
        height: 7vw;
        line-height: 7vw;
        margin: 0 auto;
        margin-top: 4vw;
        font-size: 3vw;
        background-color: #fff;
        border-radius: 50vw;
        cursor: pointer;
        color: #ee6c4d;
    }
}