/* 页脚 */

.foot{
    display: none;
}

.footerTable{
    height: 183rem;
    width: 100%;
    background-color: white;
    padding: 1px;
}
.foot-phone{
    height: 117rem;
    background-color: #000000;
    padding:1px;
    color: #898989;
    /* font-family: Roboto-bold; */
    font-size: 3.6rem;
    width: 100%;
}
.row-1{
width: 90%;
margin-left:5%;
border-bottom: 1px solid #898989;

}
.row-1 p{
    min-height:14.5rem;
    line-height:14.5rem;
}
.p-row img{
    float: right;
    width: 4.4rem;
    margin-top: 5rem;
    margin-right: 2rem;
}
.p-row ul{
    /* font-family: Roboto-Regual; */
    color:#535353;
    font-size: 3.6rem;
    display: none;

}
.p-row ul li
{
    margin: 18px 0px;
}
.follow,.Message{
    width:100%;
}
.follow-img, .message-img{
    display: flex;
    margin-left: 5%;
}
.follow-img img,.message img{
    width:10rem;
}
.follow p, .message p{
    font-size: 3.6rem;
    margin-left: 5%;
    margin-top: 4%;
}
.footer{
    width: 88rem;
    margin-left: 5%;
    margin-top: 12rem;
}
.f-title{
    color:#535353;
    /* font-family: Robolo-Bold; */
    font-size: 3.6rem;
}
.f-sign-up{
    font-size: 4.1rem;
    color: #535353;
    /* font-family: Roboto-Regual; */
    width: 40.1rem;
    height: 10.8rem;
    line-height: 10.8rem;
    border: 1px solid #535353;
    text-align: center;
    border-radius: 12px;
    margin-top: 2rem;
}
.f-sign-up img{
    float: none;
    margin-top: 0rem;
    margin-left: 1rem;
}
.f-info{
color:#535353;
font-size: 3rem;
/* font-family: OPPOSans-R; */
width: 85%;
}
.f-info-txt{
    width: 86rem;
    margin-left: 6rem;
    margin-top: 2rem;
}
.f-info-txt a{
    color: #535353;
}
.f-info ul{
    margin-left: 6rem;
    margin-top: 2rem;
    color: #535353;
    display: block;
    font-size: 3rem;
}
.f-info ul li{
    float: left;
    color: #535353;
    margin-left: 3rem;
    margin:0 0;
}
/* 页脚表单 */
.f-form{
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0rem;
    z-index: 99;
}
.f-form-box{
    border-radius: 7px;
    background-color: white;
    margin: auto;
    margin-top: 53rem;
    height: 25rem;
    position: relative;
    z-index: 99;
    width: 92.1rem;
    height: 61.5rem;
}

.f-form-input-1{
    border: 2px solid #eaeaea;
    margin-left: 9%;
    margin-top: 17rem;
    padding: 0px 7px 0px 58px;
    border-radius: 5px;
    width: 75.2rem;
    height: 7.6rem;
    font-size: 3rem;
    color: #B5B5B5;
    background-image: url(./../../img//home/earth.webp);
    background-repeat: no-repeat;
    background-position: 1rem;
}
.f-form-input-2{
    border: 2px solid #eaeaea;
    margin-left: 9%;
    margin-top: 2rem;
    padding: 0px 7px 0px 58px;
    border-radius: 5px;
    width: 75.2rem;
    height: 7.6rem;
    font-size: 3rem;
    color: #B5B5B5;
    background-image: url(./../../img//home/mail.webp);
    background-repeat: no-repeat;
    background-position: 1rem;
}

input::-webkit-input-placeholder {
    font-family: "";
    color: #B5B5B5;
    /* font-size:2.8rem; */
}
.f-form-button{
    width: 24rem;
    height: 6.5rem;
    border-radius: 16px;
    background-color: #FA820A;
    /* font-family: Roboto-Bold; */
    color: white;
    margin-left: 35%;
    margin-top: 2rem;
    font-size: 3rem;
    padding: 0 7px;
    border: 0px;
    cursor: pointer;
}
.f-sign-up-tip {
    font-size: 2.5rem;
    color: red;
    text-align: center;
    padding: 3rem 0 2rem 0;
}
.f-sign-up{
    cursor: pointer;
}
.f-close{
    float: right;
    margin-right: 3%;
}
.showBox{
    cursor: pointer;
}
.f-img-close{
    width: 5.5rem;
    float: right;
    margin-top: -76%;
    margin-right: -28%;
    border-radius: 1rem;
}
.f-tableHeader{
    /* background-color: royalblue; */
    height: 10%;
    color: #000000;
    font-size: 6rem;
    padding: 1px;
}
.tableHeader{
    /* background-color: royalblue; */
    height: 10%;
    color: #000000;
    font-size: 7.2rem;
    padding: 1px;
    margin-top: 6%;
}
.f-tableHeader p{
    width: 70%;
    margin-left: 15%;
    margin-top: 5%;
    /* font-family: Rany-Bold; */
    text-align: center;

}
.footerTable .line{
    width: 34rem;
    height: 4px;
    margin-left: 15%;
    margin-top: 3%;
    background-color: #FA820A;
}
.footerTable .form1{
    margin-top: 13%;
}
.footerTable .tableHeader p{
    width: 70%;
    margin-left: 15%;
    margin-top: 2%;
    font-family: Rany-Bold;
    text-align: left;
   

}
.footerTable .form1-input-box {
    /* text-align: center; */
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
}

.footerTable .form1-button-box {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}



.footerTable .form-input-0 {
    height: 7.6rem;
    width: 75.6rem;
    border: 0px solid #eaeaea;
    margin-top: 2rem;
    padding: 0 7px;
    font-size: 3rem;
    color: #B5B5B5;
    border-radius: 5px;
    background-color: #F9F9F9;
}
.footerTable .form-input-0 option:first-child {
    font-size: 3rem;
    color: #B5B5B5;
}

.footerTable .form-input-1, .footerTable .form-input-3, .footerTable .form-input-5, .footerTable .form-input-7{
    height: 7.6rem;
    width: 75.6rem;
    border: 0px solid #eaeaea;
    /*margin-left: 5.5rem;*/
    margin-top: 2rem;
    padding: 0px 7px;
    font-size: 3rem;
    color: #B5B5B5;
    border-radius: 5px;
    background-color: #F9F9F9;
}
.form-input-9{
    height: 7.6rem;
    width: 55.6rem;
    border: 0px solid #eaeaea;
    /*margin-left: 5.5rem;*/
    margin-top: 2rem;
    padding: 0px 7px;
    font-size: 3rem;
    color: #B5B5B5;
    border-radius: 5px;
    background-color: #F9F9F9;
}
.cap-img{
    width: 20rem;
    height: 7.6rem;
    margin-top: -6px;
}
.form-input-check{
    font-size: 3rem;
    /* margin-left: -6rem; */
    margin-top: 1rem;
    width: 75.6rem;
    color: #B5B5B5;
}
.annotations-text{
    width: 75.6rem;
    font-size: 3rem;
    color: #B5B5B5;
    margin-top: 1.5rem;
}
.form-input-check input{
    width: 3rem;
    height: 3rem;
}
.footerTable .form-input-2, .footerTable .form-input-4,.footerTable .form-input-6,.footerTable .form-input-8{
    height: 7.6rem;
    width: 75.6rem;
    border: 0px solid #eaeaea;
    /*margin-left: 5.5rem;*/
    margin-top: 2rem;
    padding: 0 7px;
    color: #B5B5B5;
    font-size: 3rem;
    border-radius: 5px;
    background-color: #F9F9F9;
}

.footerTable input::-webkit-input-placeholder {
    font-family: "";
    color: #B5B5B5;
    /* font-size:2.8rem; */
}
.form-input-check a{
    text-decoration: underline;
    cursor: pointer;
    color:blue;
}
.footerTable .form-button{
    width: 27rem;
    height: 6.5rem;
    border-radius: 31px;
    background-color: #000000;
    font-family: Roboto-Bold;
    color: white;
    font-size: 3.6rem;
    padding: 0 7px;
    border: 0px;
    cursor: pointer;
}