
.title-box {
    width: 690px;
    text-align: center;
    margin: 30px auto 15px;
}

.title-box h1{
    font-size: 34px;
}

.apply-box {
    width: 1000px;
    margin: 15px auto 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    overflow: hidden;
    transition: height 0.3s;
}
.apply-box h1 {
    font-size: 32px;
    line-height: 36px;
    text-align: center;
}

.apply-order-hidden {
    margin: 10px 0;
    display: none;
}

.apply-textarea{
    width: 80%;
    padding-left: 10px;
    height: 130px;
    line-height: 48px;
    border: 1px solid rgb(235,235,235);
    border-radius: 10px;
    font-size: 14px;
    font-family: Arial, sans-serif;
}

.upload-mask {
    width: 80%;
    height: 130px;
    border: 1px solid rgb(225,225,225);
    background-image: url("/images/support/exchange/icon/upload.svg");
    background-size: 60%;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 10px;
    cursor: pointer;
}

.apply-item {
    font-size: 32px;
    line-height: 36px;
    /*text-align: center;*/
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 25px 0;
    width: 100%;
    /*border-bottom: 1px solid rgba(0,0,0,.06);*/
}

.apply-item .item-title{
    font-size: 20px;
    line-height: 36px;
    width: 53%;
    padding:0 10px;
    text-align:left ;
    font-weight: 600;
}

.apply-item .item-content{
    /*font-size: 14px;*/
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-left: 70px;
}


.apply-item .item-desc{
    font-size: 14px;
    text-align: left;
}


.apply-input {
    width: 80%;
    padding-left: 10px;
    height: 40px;
    line-height: 48px;
    border: 1px solid rgb(235,235,235);
    border-radius: 10px;
    font-size: 14px;
}

.circle-icon {
    width: 32px;
    height: 32px;
    display: flex;
    background: #1f1f1f;
    color: #fff;
    border-radius: 100%;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    min-width: 32px;
}

.submit-btn {
    width: 120px;
    height: 44px;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgb(0,112,213);
    border: 1px solid rgb(0,112,213);
    border-radius: 30px;
    color: white;
    cursor: pointer;
}


.submit-btn:hover {
    background-color: rgb(36,144,227);
}

.apply-bottom-line {
    border-bottom: 1px solid rgba(0,0,0,.06);
    width: 90%;
    text-align: left;
    margin-left:-130px;
}

.product-error-message,
.upload-error-message,
.detail-error-message,
.email-error-message,
.order-error-message,
.purchase-error-message,
.purchase_detail-error-message,
.order-tips,
.realname-error-message {
    display: none;
    color: red;
    font-size:12px;
    padding: 0 0 29px 77px;
    width: 30%;
}

.order-tips{
    display: none;
    color: #e67e22;
    font-size:12px;
    width: 100%;
    padding: 0 0 29px 163px;
    text-align: center;
}
