@media only screen and (max-width: 1400px) {

}
@media only screen and (max-width: 1200px) {

}
@media only screen and (max-width: 1000px) {

}
@media only screen and (max-width: 900px) {

}
@media only screen and (max-width: 800px) {

}
@media only screen and (max-width: 750px) {
    .bodyBox{
        display: none;
    }
    .phonebodyBox{
        display: block;
        position: relative;
    }
    .phonebodyBoxImg{
        width: 100%;
        height: 200px;
        margin-top: 72px;
        background-image: url("../image/freeBG.png");
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        position: relative;
    }
    .warp{

    }
    .phonebodyBoxImgTitel{
        font-size: 20px;
        font-weight: 500;
        color: #FFFFFF;
        position: absolute;
        top: 70px;
        width: 100%;
        text-align: center;
    }
    .phonebodyBoxImgTitel2{
        font-size: 12px;
        color: #F2F2F2;
        position: absolute;
        top: 110px;
        width: 100%;
        text-align: center;
    }
    .inputItem{
        width: 312px;
        height: 343px;
        background: #FFFFFF;
        box-shadow: 1px 6px 12px 4px rgba(241,241,241,0.88);
        border-radius: 9px;
        position: absolute;
        top: 176px;
        left: 50%;
        transform: translateX(-50%);
        padding: 25px 18px;
        box-sizing: border-box;
    }
    .inputItemTitle{
        font-size: 18px;
        font-weight: bold;
        color: #252A37;
        margin-bottom: 20px;
    }
    .inputItem .input11 {
        width: 100%;
        height: 43px;
        border: 1px solid #DCDFE6;
        border-radius: 4px;
        margin-bottom: 25px;
        padding-left: 18px;
    }
    
    .inputItem input:focus {
        outline: 1px solid #3783FF;
    
    }
    
    .inputItem .subtn {
        width: 91px;
        /* margin-top: 36px; */
        height: 36px;
        background: #205FFD;
        border-radius: 24px;
        font-size: 16px;
        color: #FFFFFF;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .bottomBox{
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .leftcheBox{
        width: 50%;
    }
    .leftcheBoxTitle{
        font-size: 11px;
        font-weight: 400;
        color: #8D8D8D;
    }
    .cehckoutbox{
        display: flex;
        align-items: center;
        justify-content: space-around;
    }
    .cehckoutbox span{
        font-size: 11px;
        font-weight: 400;
        /* text-decoration: underline; */
        color: #333333;
        height: 20px;
        display: flex;
        align-items: center;
        justify-content: space-around;
        margin-top: 4px;
    }
    .cehckoutbox{
        height: 20px;
    }
    .bottomBtn{
        width: 100%;
        height: 58px;
        background: #205EFD;
        font-size: 14px;
        font-weight: 500;
        color: #FFFFFF;
        display: flex;
        align-items: center;
        justify-content: center;
        position: fixed;
        bottom: 0;
    }
}
@media only screen and (max-width: 550px) {

}