.order-container {
    width: 100%;
    height: auto;
    background: linear-gradient(180deg, #e2edff, #ffffff 100%);
    padding-top: 130px;
    padding-bottom: 40px;
}

h1 {
    padding: 0;
    margin: 0;
}

.order-content {
    width: 100%;
    max-width: 1200px;
    margin: auto;
}

.content-title {
    text-align: center;
    font-size: 32px;
    font-weight: 400;
    padding-top: 50px;
    margin-bottom: 21px;
}

.content-tip {
    width: 100%;
    text-align: center;
    color: #1F3349;
    line-height: 1.5;
    margin-bottom: 36px;
}

.order-input-container {
    width: 508px;
    height: 40px;
    background: #ffffff;
    border-radius: 4px;
    margin: auto;
}

.order-input-container input {
    width: 440px;
    border: none;
    height: 100%;
    outline: none;
    box-sizing: border-box;
    padding: 0 10px;
    font-size: 16px;
}

.order-input-container span {
    display: inline-block;
    width: 68px;
    height: 40px;
    background: #64a6ff;
    border-radius: 0px 4px 4px 0px;
    text-align: center;
    line-height: 40px;
    color: #FFFFFF;
    cursor: pointer;
}

.order-table-title {
    width: 100%;
    max-width: 1200px;
    margin: 50px auto 10px;
}

.order-table-title img {
    width: 16px;
    height: 16px;
    margin-right: 9px;
}

.order-table {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    /*background: #FFFFFF;*/
}

table {
    width: 100%;
}

.order-table table tr {
    width: 100%;
    height: 68px;
    background: #FFFFFF;
    border-bottom: 1px solid #E8E8E8;
}

.order-table table tr th:first-child, .order-table table tr td:first-child {
    width: 94%;
    text-align: left;
    box-sizing: border-box;
    padding: 0 10px;
}

.order-table table tr th:last-child, .order-table table tr td:last-child {
    width: 6%;
    text-align: center;
}

.table-header {
    width: 100%;
    height: 44px;
    background: #F6FAFF;
}

tr button {
    background: transparent;
    color: #4da0f0;
    border: none;
    cursor: pointer;
}

.btn-table {
    width: 100%;
    height: auto;
    padding-top: 40px;
    padding-bottom: 24px;
    padding-right: 32px;
    background: #FFFFFF;
    border: 1px solid transparent;
}

.btn-table button {
    border: none;
    outline: none;
    background: #4391FB;
    color: #FFFFFF;
    width: 88px;
    height: 32px;
    background: #4391fb;
    border-radius: 4px;
    cursor: pointer;
}

.query-question {
    width: 1200px;
    height: 146px;
    background: #ffffff;
    border: 1px solid #e6e6e6;
    box-shadow: 0px 0px 9px 1px rgba(25, 78, 148, 0.1);
    border-radius: 10px;
    margin: 10px auto 20px;
}

.query-question > * {
    padding: 0 30px;
}

.query-table {
    width: 1190px;
    /* height: 450px; */
    background: #ffffff;
    border: 1px solid #e6e6e6;
    box-shadow: 0px 0px 9px 1px rgba(25, 78, 148, 0.1);
    border-radius: 10px;
}

.warn {
    width: 1200px;
    height: 454px;
    background: #ffffff;
    border: 1px solid #e6e6e6;
    box-shadow: 0px 0px 9px 1px rgba(25, 78, 148, 0.1);
    border-radius: 10px;
    padding: 20px;
    margin: 0 auto;
}

.warn-title {
    width: 829px;
    height: 40px;
    font-size: 24px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #000000;
    line-height: 40px;
    margin-bottom: 40px;
}

.questions-con {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.question span {
    margin: 20px 0;
}

.a {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.center-text {
    width: 1100px;
    display: flex;
    flex-wrap: wrap;
}

.center-text .text {
    width: 500px;
    height: 40px;
    display: flex;
    align-items: center;
    color: #1a202c;
}

.dian {
    width: 6px;
    height: 6px;
    background: #000000;
    border-radius: 50%;
    margin-right: 15px;
}

.bottom-text {
    margin-top: 40px;
}

.bottom-text .text {
    height: 50px;
    width: 1000px;
    height: 44px;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #040404;
}

.left-text {
    display: flex;
}

.b {
    display: flex;
    align-items: center;
    height: 20px;
}

.result-table {
    display: flex;
    flex-direction: column;
    width: 100%;
    /*padding: 0 20px;*/
    /* height: 450px; */
}

.result-table-item {
    width: 100%;
    display: flex;
    justify-content: space-between;
    border: 1px solid #EDEFF5;
    border-left: none;
    border-right: none;
    line-height: 30px;
    padding: 14px 20px;
}

.result-table-item button {
    width: 80px;
    height: 30px;
    background: #FF4040;
    box-shadow: 0px 2px 6px 0px rgba(255, 64, 64, 0.31);
    border-radius: 15px;
    font-size: 12px;
}

.result-table-item-left {
    width: calc(100% - 80px);
    word-break: break-all;
}

.download {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 8px 0;

}

.download-order {
    width: 132px;
    height: 33px;
    background: #FF8933;
    box-shadow: 0px 2px 6px 0px rgba(255, 137, 51, 0.31);
    border-radius: 6px;
    color: #ffffff;
    font-size: 16px;
    text-align: center;
    line-height: 33px;
    margin-right: 26px;
    cursor: pointer;
    margin-top: 17px;
    margin-bottom: 26px;
}

.mask {
    width: 100%;
    height: 100%;
    min-height: 100vh;
    background: rgba(0, 0, 0, 0.30);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999;
    visibility: hidden;
}

.details-tips {
    width: 400px;
    height: 234px;
    background: #ffffff;
    border-radius: 8px;
    box-sizing: border-box;
    padding: 24px;
    position: relative;
}

.details-tips h4, .details-tips-shop h4 {
    text-align: center;
}

.tips-content {
    font-size: 20px;
    text-align: center;
    margin-bottom: 20px;
}

.tips-btns {
    justify-content: space-around;
}

.tips-btns button {
    width: 100px;
    height: 40px;
    background: transparent;
    border-radius: 10px;
    border-color: #6e6e6e;
    cursor: pointer;
}

.tips-btns button:last-child {
    background: #64a6ff;
    border: #64a6ff;
    color: #FFFFFF;
}

.jump-button {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    text-align: center;
    position: fixed;
    bottom: 30%;
    right: 50px;
    color: #FFFFFF;
    background: #4da0f0;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    cursor: pointer;
    visibility: hidden;
}
