.pg-pc {
    display: none;
}
.pg-phone {
    display: block;
}
.pc-page{
    /* margin-top: 60px; */
    position: absolute;
}
.pc-brand {
    width: 108rem;
    position: relative;
}

.brand-img {
    width: 100%;
    height: 192rem;
}
.brand-message {
    position: absolute;
    top: 126.7rem;
    left: 13.8rem;
}
.brand-title {
    font-family: 'Rany';
    font-weight: bold;
    font-size: 7.2rem;
    color: #000;
    letter-spacing: 0.4rem;
}
.brand-txt {
    font-family: 'OPPOSans';
    font-size: 3.6rem;
    color: #434343;
    margin-top: 5.4rem;
}
.pc-content {
    display: flex;
    width: 100%;
    background-color: #fff;
}
.pc-content .form1 {
    width: 100%;
}
.pc-content-box {
    position: relative;
    width: 100%;
    padding: 10rem 7rem 0 7rem;
    overflow: hidden;
}
.pc-content-box ul {
    width: 93rem;
}
.pc-content-box ul li {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 4rem;
}
.pc-content-box ul li div {
    width: 100%;
}
.pc-content-box ul li .lt,
.pc-content-box ul li .rt {
    width: 45rem;
    
}
.pc-content-box ul li label {
    font-size: 3rem;
    color: #000;
    font-family: 'Rany';
}
.pc-content-box ul li input {
    width: 100%;
    height: 6.5rem;
    border-radius: 0.5rem;
    padding-left: 2rem;
    font-size: 3.6rem;
    border: 0.1rem solid #e5e5e5;
    background-color: #FAFAFA;
    color: #B5B5B5;
    font-family: 'Rany';
}
.pc-content-box ul li select {
    position: relative;
    width: 100%;
    height: 6.5rem;
    border-radius: 0.5rem;
    padding-left: 2rem;
    font-size: 3.6rem;
    border: 0.1rem solid #e5e5e5;
    background-color: #FAFAFA;
    color: #B5B5B5;
    font-family: 'Rany';
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url(../../img/support/projectConsulting/↓00.png);
    background-repeat: no-repeat;
    background-position: calc(100% - 1.0rem) center;
    background-size: auto 1.2rem;
}
.pc-content-box ul li select option {
    font-size: 3rem;
    color: #000;
    background-color: #fff;
    font-family: 'Rany';
}

.pc-content-box ul li textarea {
    width: 100%;
    height: 20rem;
    border-radius: 0.5rem;
    padding-left: 3.2rem;
    padding-top: 3.5rem;
    font-size: 3.6rem;
    border: 0.1rem solid #e5e5e5;
    background-color: #FAFAFA;
    color: #B5B5B5;
    resize: none;
}
.pc-content-box ul li .cap-img {
    height: 6.1rem;
    width: 23.7rem;
    margin-top: 4.0rem;
    margin-left: -15%;
}
.pc-content-box ul li .cap{
    height: 5.1rem;
    width: 16.7rem;
    font-family: 'OPPOSans';
}
.pc-content-box .form-input-check {
    width: 93rem;
    font-size: 3rem;
    color: #000;
    font-family: 'OPPOSans';
}
.pc-content-box .form-input-check span a {
    color: #FFB300;
}
.pc-content-box .annotations-text {
    width: 93rem;
    font-size: 3rem;
    color: #000;
    font-family: 'OPPOSans';
}
.pc-content .form1 .form1-button-box {
    margin-bottom: 22rem;
}
.pc-content .form1 .pc-form-button {
    width: 32.1rem;
    height: 9.1rem;
    line-height: 9.1rem;
    font-size: 6rem;
    color: #fff;
    background-color: #FFB300;
    border-radius: 4.4rem;
    border: 0px;
    font-family: 'Rany';
    font-weight: Bold;
}
.tableHeader {
    display: none;
    width: 40%;
    position: relative;
}
.tableHeader .message-img {
    position: absolute;
    top: 9.6rem;
    right: 36.5rem;
    width: 48.6rem;
    height: 44.6rem;
    
}
.footerTable {
    display: none;
}