.su-brand {
    width: 192rem;
    position: relative;
    /* top: 60px; */
}

.brand-img {
    width: 100%;
}
.brand-txt-phone{
    display:none;
}
.brand-txt {
    /* font-family: Rany-Medium; */
    font-size: 6rem;
    color: #FFFFFF;
    position: absolute;
    top: 44rem;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
}

.inOrder {
    width: 192rem;
    height: 30rem;
    padding: 1px;
    background-color: #FAFAFA;
}

.inOrder p {
    color: #535353;
    /* font-family: Roboto-Light; */
    font-size: 2.4rem;
    line-height: 3.6rem;
    width: 38%;
    text-align: center;
    margin-left: 32%;
    margin-top: 5rem;
}

.table-panel {
    background-color: #FFFFFF;
    width: 141.4rem;
    /* height: 177.1rem; */
    border-radius: 3rem;
    box-shadow: 1rem 2rem 2rem 2rem rgb(215 209 209);
    margin-left: 25.5rem;
    margin-top: -8rem;
    margin-bottom: 10rem;
    padding: 1px;
}

.title-position {
    width: 40rem;
    margin-top: 12rem;
    margin-left: 8rem;
}

.table-title {
    color: #000000;
    /* font-family: Rany-Bold; */
    font-size: 6rem;
}

.table-line {
    width: 35.7rem;
    height: 2px;
    background-color: #FA820A;
    margin-top: 1rem;
}

.table-form {
    width: 60%;
    margin-left: 39%;
    margin-top: -15rem;
}

#form1 option {
    color: #000000;
    height: 7rem;
}
.contractInput{
    width: 90%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.table-form>input,
.table-form select,
.form-input-msg {
    width: 79.1rem;
    height: 6.6rem;
    margin-left: 0;
    color: #B5B5B5;
    /* font-family: Roboto-Regular; */
}

/*webkit browsers, webkit内核浏览器*/
::-webkit-input-placeholder {
    font-size: 1.8rem;
    color: #B5B5B5;
    font-family: Roboto-Regular !important;
}

/*Mozilla Firefox 4 to 8*/
:-moz-placeholder {
    font-size: 1.8rem;
    color: #B5B5B5;
    font-family: Roboto-Regular !important;
}

/*Mozilla Firefox 19+*/
::-moz-placeholder {
    font-size: 1.8rem;
    color: #B5B5B5;
    font-family: Roboto-Regular !important;
}

/*Internet Explore 10+*/
:-ms-input-placeholder {
    font-size: 1.8rem;
    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: 14.6rem;
    resize: none;
    padding: 11px;
    border: 2px solid #eaeaea;
    margin-top: 2rem;
    font-size: 1.8rem;
    border-radius: 5px;
    /* font-family: Roboto-Regular; */
}

.form-button1 {
    margin-left: 1%;
     background-color: #FA820A;
    width: 22rem;
    height: 6rem;
    border-radius: 16px;
    /* font-family: Roboto-Bold; */
    color: white;
    font-size: 3rem;
    padding: 0 7px;
    border: 0px;
    cursor: pointer;
    margin-bottom: 8rem;
}
.form-button1:hover {
    background-color: #FA820A;
}

.table-form .form1-tip {
    padding: 2rem 0;
}

.table-form .form1-tip span {
    font-size: 1.8rem;
    color: red;
}

#supportCountry, #requestType, #productType {
    padding: 0 3px !important;
}

#supportMessage {
    padding: 5px !important;
}
.checkInput{
    width:2rem !important;
    height:2rem !important;
}
.checkText{
    width: 20rem;
    margin-top: -1.7rem;
    margin-left: 3rem;
}
.otherInput{
    display: block;
    margin-top: -4rem;
    margin-left: 8rem !important;
    width: 30rem !important;
    height:4rem !important;
}
.checkText2{
    width:50rem;
    margin-top: -1.7rem;
    margin-left: 3rem;
}
.pp{
    text-decoration:underline !important;
}
.codeInput{
    width: 20rem !important;
    height: 4rem !important;
}
.input-code img{
    width: 12rem;
    height: 4rem;
}
.footerTable{
    display: none !important;
}