@media screen and (max-width: 320px) {
    body {
        font-size: 14px;
    }
}

@media screen and (max-width: 480px) and (min-width: 321px) {
    body {
        font-size: 18px;
    }
}

@media screen and (max-width: 720px) and (min-width: 481px) {
    body {
        font-size: 22px;
    }
}

@media screen and (max-width: 800px) and (min-width: 721px) {
    body {
        font-size: 26px;
    }
}

.main {

    background: #000;
    opacity: 0.8;
    padding: 5px 60px;
    width: 660px;
    margin: 200px 50%;

    transform: translate(-300px, 0px);
}

body {
    /* background: url("ting.jpg") */

    background: url(./bg.png) no-repeat fixed top;
    background-size: cover
}

.search {
    width: 540px;
    margin: 10px 0px;


    
}

.search input {

    height: 44px;
    width: 540px;
    font-size: 16px;
    padding: 0px 5px;
    margin-bottom: 10px;

}

/* 
#text1{

    color: #000
} */

.search span {

    text-align: center;
    display: block;
    font-size: 30px;
    margin-bottom: 15px;
    font-weight: bold;
    color: #efb605
}

.btn {


    border-color: #efb605;
    background-color: #efb605;
    display: inline-block;
    padding: 6px 12px;

    margin: 20px 50%;

    transform: translate(-100px, 0px);


    /* -webkit-transform:translateX(-100); */
    width: 200px;

    font-size: 20px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;


}

.btn-primary:hover {

    border-color: #efb605;
    background-color: #efb605;
}

.btn-primary:active {

    border-color: #efb605;
    background-color: #efb605;
}

.btn-primary:visited {

    border-color: #efb605;
    background-color: #efb605;
}

.result {

    width: 540px;
    /* border:  1px solid #8b8787; */
    min-height: 300px;
    padding: 5px;


}

table.gridtable {
    font-family: verdana, arial, sans-serif;
    font-size: 20px;
    color: #333333;
    border-width: 1px;
    border-color: #fff;
    border-collapse: collapse;
    width: 450px;
    color: #fff
}



table.gridtable th {
    border-width: 1px;
    padding: 8px;
    border-style: none;
    border-color: #666666;
    /* background-color: #dedede; */
}

table.gridtable td {
    border-width: 1px;
    padding: 8px 0px;
    border-style: none;
    border-color: #fff;
    /* background-color: #ffffff; */
}

table.gridtable td:nth-child(2) {

    text-align: right
}


#result {
    display: inline-block;
    margin-top: 5px;
    font-size: 35px;
    font-weight: bold;
    color: #fff;
}

#phone {
    display: inline-block;
    margin-top: 5px;
    font-size: 20px;
    color: #fff;
}




.iphone_input input {

    height: 83px;
    width: 700px;
    font-size: 32px;
    padding: 11px 18px;
    margin-bottom: 10px;
}


.iphone_table td {
    font-size: 40 !important;
    padding: 20px 0px !important;

}



.iphone_btn {

    padding: 27px 12px;
    margin: 20px 50%;
    transform: translate(-200px, 0px);
    width: 400px;
    font-size: 40px
}



.iphone_main {
    width: 800px;
    /* margin: 200px 50%; */

    transform: translate(-200px, 0px);


}
.tip{

    margin-top: 10px;
    color: #fff;
    font-size: 20px;


}
.tip p{

    text-indent: 20px;
    line-height: 24px;
color: #fff;
    margin-top: 5px;
    padding: 5px;
    border: 1px solid #000;
}