@media screen and (min-width: 1420px){
    .geFrame .frameRight .geContent .phone{
        display: block;
        width:10rem;
        max-width: 100%;
        height:2rem;
        border: .05rem solid rgb(51,51,51);
        padding: .3rem .5rem;
        margin-bottom: .8rem;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    .geFrame .frameRight .geContent .radio{
        margin-bottom: .8rem;
    }
}
@media screen and (max-width: 1419px){
    .geFrame .frameRight .geContent .phone{
        display: block;
        width: 100%;
        height:2rem;
        border: .05rem solid rgb(51,51,51);
        padding: .3rem .5rem;
        margin-bottom: .8rem;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    .geFrame .frameRight .geContent .radio{
        text-align: center;
        margin-bottom: .8rem;
    }
}
.geFrame .frameRight .geContent{
    overflow: hidden;
    margin-bottom: 2.4rem;
}
.geFrame .frameRight .geContent img,.geFrame .frameRight .geContent table{
    max-width: 100%!important;
}
.geFrame .frameRight .geContent textarea{
    display: block;
    width:100%;
    height:5rem;
    border: .05rem solid rgb(51,51,51);
    padding: .3rem .5rem;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: .8rem;
}
.geFrame .frameRight .geContent textarea{
    display: block;
    width:100%;
    height:5rem;
    border: .05rem solid rgb(51,51,51);
    padding: .3rem .5rem;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: .8rem;
}
.geFrame .frameRight .geContent .radio .radioTit,.geFrame .frameRight .geContent .radio .radioBox span{
    margin-bottom: .3rem;
    font-size:.8rem;
    line-height: 1.2rem;
    color:rgb(51,51,51);
}
.geFrame .frameRight .geContent .submit{
    display: block;
    width:4rem;
    max-width: 100%;
    height:2rem;
    border: none;
    line-height: 2rem;
    background-color: rgb(3,78,161);
    color:rgb(255,255,255);
    text-align: center;
    margin: 0 auto;
    cursor: pointer;
    transition:.3s;
    -moz-transition:.3s;
    -webkit-transition:.3s;
    -o-transition:.3s;
}
.geFrame .frameRight .geContent .submit:hover{
    background-color: rgb(238,243,247);
    color:rgb(3,78,161);
}