
.contact-page{
    /* margin-top:14rem; */
    width: 108rem;
    margin-top: 80px;
}
.su-brand {
    width: 100%;
    position: relative;
}

.brand-img {
    width: 100%;
}
.brand-txt{
    display:none;
}
.brand-txt-phone {
    /* font-family: Rany-Medium; */
    font-size: 6rem;
    color: #FFFFFF;
    position: absolute;
    top: 66rem;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    line-height: 9rem;
}

.inOrder {
    width: 100%;
    height: 60rem;
    padding: 1px;
    background-color: #FAFAFA;
}

.inOrder p {
    color: #535353;
    /* font-family: Roboto-Light; */
    font-size: 3.6rem;
    line-height: 5rem;
    width: 68%;
    text-align: center;
    margin-left: 16%;
    margin-top: 9rem;
}

.table-panel {
    background-color: #FFFFFF;
    width: 95rem;
    height: 240.1rem;
    border-radius: 3rem;
    box-shadow: 1rem 2rem 2rem 2rem rgb(215 209 209);
    margin-left: 7.5rem;
    margin-top: -15rem;
    margin-bottom: 10rem;
    padding: 1px;
}

.title-position {
    width: 45rem;
    margin-top: 12rem;
    margin-left: 8rem;
}

.table-title {
    color: #000000;
    /* font-family: Rany-Bold; */
    font-size: 7.2rem;
}

.table-line {
    width: 43.1rem;
    height: 2px;
    background-color: #FA820A;
    margin-top: 1rem;
}

.table-form {
    width: 60%;
    margin-left: 9%;
    margin-top: 9rem;
}

.table-form>input,
.table-form select,
.form-input-msg {
    width: 75.2rem;
    height: 8rem;
    margin-left: 0;
    color: #B5B5B5;
    /* font-family: Roboto-Regular; */
}

/*webkit browsers, webkit内核浏览器*/
::-webkit-input-placeholder {
    font-size: 3rem;
    color: #B5B5B5;
    font-family: Roboto-Regular !important;
}

/*Mozilla Firefox 4 to 8*/
:-moz-placeholder {
    font-size: 3rem;
    color: #B5B5B5;
    font-family: Roboto-Regular !important;
}

/*Mozilla Firefox 19+*/
::-moz-placeholder {
    font-size: 3rem;
    color: #B5B5B5;
    font-family: Roboto-Regular !important;
}

/*Internet Explore 10+*/
:-ms-input-placeholder {
    font-size: 3rem;
    color: #B5B5B5;
    font-family: Roboto-Regular !important;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill,
input:-webkit-autofill:hover,
textarea:-webkit-autofill:hover,
select:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill:focus,
select:-webkit-autofill:focus{
    -webkit-text-fill-color: #B5B5B5 !important;
    transition: background-color 5000s ease-out 0.5s;
}

.table-form select option {
    color: #000000;
    /* font-family: Roboto-Regular; */
}

.form-input-msg {
    height: 20rem;
    width: 75.2rem;
    resize: none;
    padding: 11px;
    color: #B5B5B5;
    border: 2px solid #eaeaea;
    margin-left: 0;
    margin-top: 2rem;
    font-size: 3rem;
    border-radius: 5px;
}

.form-button1 {
    margin-left: 39%;
    background-color: #FA820A;
    cursor: pointer;
    width: 27.1rem;
    height: 7.5rem;
    font-size: 3.6rem;
    border-radius: 16px;
    /* font-family: Robolo-Bold; */
    color: white;
    margin-top: 1rem;
    padding: 0 7px;
    border: 0px;
}

.table-form .form1-tip {
    width: 75.2rem;
    padding: 2rem 0;
    text-align: center;
}

.table-form .form1-tip span {
    font-size: 2.5rem;
    color: red;
}

#supportCountry, #requestType, #productType {
    padding: 0 3px !important;
}

#supportMessage {
    padding: 5px !important;
}
.inLabel{
    font-size: 3rem;
}
.checkInput{
    width:4rem !important;
    height:4rem !important;
}
.checkText{
    width: 37rem;
    margin-top: -3.7rem;
    margin-left: 6rem;
    font-size: 3rem;
}

.checkText2{
    width: 67rem;
    margin-top: -4rem;
    margin-left: 5rem;
    font-size: 3rem;

}
.pp{
    text-decoration:underline !important;
}
.codeInput{
    width: 40rem !important;
    height: 7rem !important;
}
.input-code img{
    width: 16rem;
    height: 6rem;
}
.footerTable{
    display: none !important;
}