.tousuqudao {
    width: 100%;
    height: 100%;
    background: #000;

}

.zuoyou{
    font-family: PingFangSC;
    font-size: 16px;
}
.zuo-list {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
}
.zuo-list-value {
    font-size: 14px;
}
.zuo-list span {
    color: #fff;
    line-height: 25px;
}
/* .zuo-list span:first-child {
    color: #fff;
} */
.jqgz {
    color: #fff;
    margin-top: 30px;
    line-height: 25px;
}
.qrcode {
    width: 100px;
    height: 100px;
    margin-top: 15px;
}


.ipt-wrap {
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}
.ipt-wrap input,textarea {
    width: 100%;
    height: 50px;
    background: #262626;
    border: #666666 solid 1px;
    border-radius: 2px;
}
.ipt {
    width: 45%;
    box-sizing: border-box;
}
input::placeholder,textarea::placeholder{
    color:#fff;
    opacity: 0.5;
    font-size: 14px;
}

.hide {
    display: none;
}
.show {
    display: block;
    color: #e1292b;
}
.error-name, .error-phone, .error-message, .error-request {
    display: none;
}

input[type=text],textarea{
    color: #FFFFFF;
    padding-left: 12px;
    font-size: 14px;
    outline: none;
    box-sizing: border-box;
}

.tousuchuli {
    margin-top: 20px;
    line-height: 25px;
    color: #fff;
}
.tousuchuli span{
  font-family: PingFangSC;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
}
.loading {
    display: flex;
    justify-content: center;
    margin-top: 30%;
}
.popup-wrap {
    display: none;
    z-index: 999;
}
.mask {
    display: none;
}
.popup {
    width: 480px;
    min-height: 206px;
    padding: 16px 32px 16px 32px;
    border-radius: 2px;
    background-color: #fff;
}
.close-popup {
    font-size: 30px;
    color: #333;
    text-align: right;
}
.popup-text {
    font-family: PingFangSC;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    color: #333;
}

.popup-none {
    display: none;
}
.icon-attachment {
    width: 14px;
    height: 16px;
    margin: 2px 4px 2px 0;
}
.span {
    color:#999;
    margin-left: 5px;
}

.btn{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.filepond--root .filepond--drop-label{
    left: 0;
}


@media (min-width: 768px){
    .popup {
        width: 480px;
        min-height: 206px;
        padding: 16px 32px 16px 32px;
        border-radius: 2px;
        background-color: #fff;
    }
    .close-popup {
        font-size: 30px;
        color: #333;
        text-align: right;
    }
    .popup-text {
        font-family: PingFangSC;
        font-size: 20px;
        font-weight: 500;
        text-align: center;
        color: #333;
    }
    .popup-btn {
        width: 160px;
        height: 42px;
        margin: 20px 116px 0 128px;
        padding: 10px 16px;
        border-radius: 2px;
        border: solid 1px #666;
        background-color: #000;
        text-align: center;
        color: #fff;
        font-family: PingFangSC;
        font-size: 16px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .filepond--list-scroller{
        width: 30%;
    }
    textarea {
        height: 110px;
        margin-top: 32px;
        resize: none;
    }
    span .ipt{
        padding-right: 32px;
    }
    .main-content{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction:column;
        position: relative;
        top: 120px;
    }
    .main-layout{
        display: inline-block;
        max-width: 1004px;
        width:100%;
        box-sizing: border-box;
        margin-bottom: 25px;
    }
    .main-layout.tousu {
        background-color: #141414;
        border-radius: 5px;
        height: 490px;
        margin-bottom: 0;
    }
    .contact-us-title-1-pc {
        height: 70px; 
        margin-top: 60px;
        margin-bottom: 24px;
    }
    .contact-us-title-2-pc {
        height:32px;
        margin-top: 24px;
        margin-bottom: 24px;
        padding-left: 32px;
    }
    .zuo {
        max-width: 500px;
        width: 50%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        gap: 20px;
    }
    .wx{
        max-width: 500px;
        width: 50%;
        display: flex;
        flex-direction: column;
        /**justify-content: space-between; */
    }
    .main-padding-left{
        padding-left: 32px;
    }
    .zuoyou {
        display: flex;
    }
    .img {
        margin: 64px 0 48px 0;
    }
    .zuo-list:last-child {
        margin-bottom: 0;
    }
    .zuo-list span b{
        font-size: 16px;
    }
    .zuo-list span{
        font-size: 14px;
    }
    .send {
        width: 100%;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        padding-bottom: 32px;
        padding-right: 32px;
        box-sizing: border-box;
        cursor: pointer;
    }
    .send .ipt-agreement {
        margin-right: 20px;
        color: #e1292b;
        font-family: PingFangSC;
        font-size: 14px;
    }
    .ipt-agreement label {
        margin-bottom: 0;
        font-weight: normal;
    }
    .send .btn {
        width: 145px;
        height: 48px;
        border-radius: 2px;
        background: #fff;
        text-align: center;
        font-family: PingFangSC;
        font-size: 16px;
        font-weight: 600;
        line-height: 1.5;
        font-stretch: normal;
        font-style: normal;
    }
    .tousu-wrap {
        width: 100%;
        max-width: 1004px;
        height: auto;
        background-color: #141414;
    }
    .compliance-process{
        height: 22px;
        margin: 32px 32px 8px 32px;
        font-size: 16px;
        font-weight: 500;
        color: #fff;
    }
    .big-show{
        display: block;
    }
    .small-show{
        display: none;
    }
    .ipt-wrap{
        padding-top: 32px;
    }
    .zuo-list.contact-hotline {
        order: 1;
    }
    .zuo-list.contact-email {
        order: 2;
    }
    .zuo-list.contact-working-hour {
        order: 3;
    }
    .zuo-list.contact-address {
        order: 4;
    }
}

@media (max-width: 767px){
    .ipt-wrap{
        padding-top: 8px;
    }
    .popup {
        width: 335px;
        min-height: 206px;
        padding: 16px 32px 16px 32px;
        border-radius: 2px;
        background-color: #fff;
    }
    .close-popup {
        font-size: 30px;
        color: #333;
        text-align: right;
    }
    .popup-text {
        font-family: PingFangSC;
        font-size: 20px;
        font-weight: 500;
        text-align: center;
        color: #333;
    }
    .popup-btn {
        width: 160px;
        height: 42px;
        margin: 20px 20px 0 55px;
        padding: 10px 16px;
        border-radius: 2px;
        border: solid 1px #666;
        background-color: #000;
        text-align: center;
        color: #fff;
        font-family: PingFangSC;
        font-size: 16px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .tousu-wrap {
        width: 100%;
        height: auto;
        background: #141414;
    }

    .main-content{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction:column;
        position: relative;
        top: 60px;
    }
    .main-layout{
        display: inline-block;
        width:100%;
        box-sizing: border-box;
    }
    .main-layout.tousu {
        background-color: #141414;
    }
    .img {
        width: 20%;
        margin: 40px 0 15px 0px;
    }
    .img2 {
        width: 25%;
        margin: 40px 0 15px 0px;
    }
    .tousu .img {
        margin-left: 50px;
    }
    .zuoyou {
        display: block;
    }
    .zuo {
        display: flex;
        flex-wrap: wrap;
        justify-content:flex-start;
        padding-left: 32px;
    }
    .wx {
        padding-bottom: 30px;
    }
    .zuo-list{
        width: 50%;
    }
    .exp_width{
        width: 160px;
    }
    .tousu {
        padding: 0;
    }
    .tousu-wrap {
        width: 100%;
        height: 100%;
    }
    .ipt-wrap {
        box-sizing: border-box;
        background-color: #141414;
        padding-left: 32px;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        align-content: flex-start;
    }
    .ipt {
        width: 90%;
        margin: auto;
    }
    .ipt-wrap input {
        height: 44px;
        margin-top: 24px;
    }
    .ipt-wrap textarea {
        height: 88px;
    }
    .ipt-message{
        margin-top: 24px;
    }
    .tousuchuli {
        padding-left: 50px;
        margin-top: 20px;
        color: #fff;
    }
    .zuo-list span b{
        font-size: 14px;
    }
    .zuo-list span{
        font-size: 12px;
    }
    .big-show{
        display: none;
    }
    .small-show{
        display: block;
        padding-left: 32px;
    }
    .mobile_style{
        width:100%;
        padding-left: 32px;
        box-sizing: border-box;
    }
    .fork_mobile{
        font-size: 14px;
        display: flex;
        justify-content: center;
    }
    .img-center{
        display: flex;
        justify-content: center;
    }
    .img-center img{
        margin-bottom: 8px;
    }
    .ipt-request{
        margin-bottom: 0;
        margin-top: 24px;
    }
    .filepond {
        width: 100%;
        background: rgb(20, 19, 19);
    }
    .send {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        box-sizing: border-box;
        cursor: pointer;
    }
    .send .ipt-agreement {
        width: 82%;
        margin-bottom: 20px;
        color: #e1292b;
        font-family: PingFangSC;
        font-size: 14px;
    }
    .ipt-agreement label {
        margin-bottom: 0;
        font-weight: normal;
    }
    .send .btn {
        width: 82%;
        height: 48px;
        margin-bottom: 32px;
        border-radius: 2px;
        background: #fff;
        text-align: center;
        font-family: PingFangSC;
        font-size: 16px;
        font-weight: 600;
        line-height: 1.5;
        font-stretch: normal;
        font-style: normal;
    }
    .compliance-process{
        height: 20px;
        margin: 24px 32px 8px 32px;
        font-size: 14px;
        font-weight: 500;
        color: #fff;
    }
    .comp-tip{
        opacity: 0.8;
        width: 85%;
    }
    .filepond--list-scroller{
        width: 90%;
    }
    .contact-us-title-1 {
        color: #fff;
        display: block;
        margin: 32px 0 32px 0;
        padding-right: 32px;
    }
    .full-column {
        flex: 0 0 100%;
    }
    .zuo .contact-address {
        padding-right: 35px;
    }
}
.file{
    margin-left: 32px;
}
.filepond--item{
    left: 0!important;
    margin: 0px 0px 8px 0px;
}
.filepond--drop-label.filepond--drop-label label{
    margin-bottom: 0;
}
[data-filepond-item-state='processing-complete'] .filepond--item-panel {
    background-color: #008a00;
}

.contact-complaint-hotline.hide {
    display: none;
}

.comp-tip {
    white-space: pre;
}

@media (max-width: 767px) {
    .comp-tip {
        white-space: normal;
    }
}