

.customize-title-b {
    font-family: 'Alibaba PuHuiTi-Regular';
    font-weight: 400;
}

.title {

    font-family: 'Alibaba PuHuiTi-Medium' !important;
}

.customize-footer {
    font-family: 'Alibaba PuHuiTi-Medium' !important;
    width: 11rem;
    height: 0.75rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.125rem;
    background: #144297;
    color: #fff;
    margin-top: 0.6rem;
}

.customize-footer:hover {

    cursor: pointer
}

.title1 {
    padding-top: 0.75rem;
    padding-bottom: 0.625rem;
}

#main {
    position: relative;
    width: 10.6rem;
    height: 0.75rem;
}

#content {
    text-align: left;
    width: 100%;
    height: 100%;
    line-height: 0.75rem;
    padding-left: 0.375rem;
    background: rgb(255, 255, 255);
    border-radius: 2px;
    border: 1px solid rgb(221, 221, 221);
    font-size: 0.2rem;
    font-family: MicrosoftYaHei;
    color: rgb(51, 51, 51);
    cursor: pointer;
}

#selectImg {
    position: absolute;

    top: 0.3025rem;
    right: 0px;
    cursor: pointer;
    transform: rotate(0deg);
    transition: all 0.3s ease;
}

#selectImg svg {
    height: 0.275rem;
    width: 0.275rem;
}

#selectImg1 svg {
    height: 0.275rem;
    width: 0.275rem;
}

#selectImg1 {
    position: absolute;
    top: 0.3025rem;
    right: 0px;
    cursor: pointer;
    transform: rotate(180deg);
    transition: all 0.3s ease;
}


#selectItem {
    display: none;
    width: 100%;
}

#selectItem ul {
    list-style: none;
    padding: 0;
    margin-top: 0.125rem;
    width: 100%;
    position: relative;
    z-index: 500;
}

#selectItem ul li {
    height: 0.75rem;
    line-height: 0.75rem;
    width: 100%;
    background: #F0F4F9;
    color: #144297;
    cursor: pointer;
    font-size: 0.2rem;
    padding-left: 0.375rem;
}

/* .li {
    background: #144297 !important;
    color: #fff !important;
} */

#selectItem ul li:hover {
    background-color: #D9E3EF;
}


input::-webkit-input-placeholder {

    color: #d9d9d9;
    font-size: 0.2rem;
}

input {
    -web-kit-appearance: none;
    -moz-appearance: none;
    outline: 0;
    border: 1px solid #d9e3ef;
    border-radius: 5px;
    padding-left: 0.375rem;
    box-sizing: border-box;
}

.feedback-small input {
    height: 0.75rem;
    width: 2.975rem;
    margin-bottom: 0.125rem;
}

.feedback-big input {
    height: 0.75rem;
    width: 11rem;
    box-sizing: border-box;
    border-radius: 5px 5px 5px 5px;

    border: 1px solid #d9e3ef;
    margin-bottom: 0.125rem;
}

.feedback-title input {
    height: 0.75rem;
    width: 5rem;
    box-sizing: border-box;
    border-radius: 5px 5px 5px 5px;

    border: 1px solid #d9e3ef;
    margin-bottom: 0.125rem;

}

.feedback-text {
    display: flex;
    align-items: flex-start;
    padding-bottom: 0.125rem;
    font-size: 0.225rem;

    display: inline;
}

.feedback-text span {
    color: red;
}

.box {
    padding-left: 5.75rem;
    padding-top: 1.75rem;
    padding-right: 5.75rem;
}

.title {
    font-size: 0.3rem;
    color: #333333;
    font-weight: 500;
    font-family: "Alibaba-PuHuiTi-Medium";
}

.main {
    padding-top: 0.625rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.main>div{
    display: grid;
}
.customize-container {
    padding: 0.75rem;
    border: 1px solid #D9E3EF;
    margin-bottom: 1rem;
}

.customize-main {
    background: #ffffff linear-gradient(180deg, #f3f5f8 0%, #ffffff 100%);
}

.customize-title-t {
    font-size: 0.45rem;
    color: #144297;
    font-family: "Alibaba PuHuiTi-Bold";
}

.customize-title-b {
    font-size: 0.25rem;
    color: #144297;
    padding-top: 0.15rem;
    padding-bottom: 0.75rem;
}





@media (max-width: 1042px) {
    #selectImg svg {
        height: 0.4rem !important;
        width: 0.4rem !important;
    }

    #selectImg1 svg {
        height: 1rem !important;
        width: 1rem !important;
    }

    .customize-footer {
        width: 100% !important;
        font-size: 16px !important;
        height: 1rem !important;
    }
    #selectItem ul{
        max-height: 5rem;
        overflow-y: auto;
    }
    li {
        line-height: 1rem !important;
        height: 1rem !important;
        font-size: 14px !important;
        box-sizing: border-box;
    }

    #main {
        width: 100% !important;
        height: 0.75rem !important;
    }

    .feedback-title {
        width: 100% !important;
    }

    .feedback-title {
        width: 48%;
    }

    .feedback-big {
        width: 100%;

    }

    .feedback-small {
        width: 32%;
    }
    
    .feedback-text {
        font-size: 14px !important;
    }

    .feedback-small input {
        width: 100% !important;
    }

    .feedback-big input {
        width: 100% !important;
    }

    .feedback-title input {
        width: 100% !important;
    }
    
    #content,
    .main input::placeholder{
        font-size: 14px;
    }
    .customize-title-t {
        font-size: 30px !important;
    }

    .customize-title-b {
        font-size: 18px !important;
    }

    .title {
        font-size: 20px !important;
    }
    .title1{
        padding-bottom: 0;
    }
    .box {
        padding-left: 0.5rem !important;
        padding-right: 0.5rem !important;
        padding-top: 60px !important;
    }
    .footer-b div a{
        text-align: center;
    }
}