*{
    margin: 0;
    padding: 0;
}
html,body{
    width: 100%;
    height: 100%;
    background: white !important;
}
.header-box{
    background: rgba(0,97,167) !important;
}
.whole-box{
    height: auto;
}
.column-background-box{
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-color: #2c343b;
    padding: 295px 0;
    position: relative;
}
.column-background-box p{
    font-family: SourceHanSansCN-Bold;
    font-size: 28px;
    font-weight: bold;
    line-height: 36px;
    letter-spacing: 0px;
    color: #000000;
    position: absolute;
    box-sizing: border-box;
    top: 58%;
    left: 19%;
}
.more-choices-box{
    background: #F7F7F7;
    padding: 80px 0;
}
.more-choices-text-box{
    text-align: center;
    padding: 70px 0;
}
.more-choices-text-box p:nth-child(1){
    font-family: SourceHanSansCN-Bold;
    font-size: 44px;
    font-weight: bold;
    line-height: 36px;
    letter-spacing: 0px;
    color: #374667;
}
.more-choices-text-box p:nth-child(2){
    width: 50px;
    height: 5px;
    background: #EE7700;
    margin: 26px auto;
}
.specifications-box{
    background-color: white;
    padding: 57px 27px 57px 124px;
    margin: 0 3% 0 auto;
    border-radius: 16px;
    position: relative;
}
.specifications-box .tabcon1 .p2{
    font-family: SourceHanSansCN-Medium;
    font-size: 27px;
    font-weight: 500;
    line-height: 25px;
    letter-spacing: 0px;
    color: #3B3838;
}
.specifications-box .tabcon1 .p3{
    width: 100%;
    height: 2px;
    background: #D8D8D8;
    position: relative;
}
.specifications-box .tabcon1 .p3 span{
    width: 77.57px;
    height: 5px;
    background: #EE7700;
    position: absolute;
    left: 0;
    top: -65%;
}
.specifications-table-box1{
    width: 100%;
}
.specifications-table-box1 tbody{
    display: flex;
    justify-content: space-between;
}
.specifications-table-box1 tr{
    width: 33.3%;
    padding: 2% 0;
    border-bottom: 2px solid #C9C9C9;
}
.specifications-table-box1 tr:nth-child(2){
    display: flex;
    justify-content: center;
}
.specifications-table-box1 tr:nth-child(3){
    display: flex;
    justify-content: right;
}
.specifications-table-box1 tr td:nth-child(odd){
    width: 100px;
    font-family: SourceHanSansCN-Medium;
    font-size: 18px;
    font-weight: 500;
    line-height: 25px;
    letter-spacing: 0px;
    color: #3B3838;
}
.specifications-table-box1 tr td:nth-child(even){
    width: 90px;
    font-family: SourceHanSansCN-Normal;
    font-size: 16px;
    font-weight: 350;
    line-height: 25px;
    letter-spacing: 0px;
    color: #8D8D8D;
}
.specifications-text-list{
    position: absolute;
    top: 50px;
    left: -16%;
}
.specifications-text-list div{
    padding: 10px 20px;
    font-family: SourceHanSansCN-Medium;
    font-size: 16px;
    font-weight: 500;
    line-height: 25px;
    letter-spacing: 0px;
    border-radius: 8px;
    width: 200px;
    margin-bottom: 10px;
}
.specifications-text-list div a{
    color: #828282;
    text-decoration: none;
}
.specifications-text-color{
    background: #0061A7;
}
.specifications-text-color a{
    color: white !important;
}
.join-us{
    margin-top: 30px;
}
.specifications-box .tabcon1 .join-us:nth-child(1) p:nth-child(1){
    font-family: SourceHanSansCN-Medium;
    font-size: 18px;
    font-weight: 500;
    line-height: 25px;
    letter-spacing: 0px;
    color: #3B3838;
}
.specifications-box .tabcon1 .join-us:nth-child(1) p:nth-child(2){
    font-family: SourceHanSansCN-Normal;
    font-size: 16px;
    font-weight: 350;
    line-height: 25px;
    letter-spacing: 0px;
    color: #8D8D8D;
}
.resume-text-box{
    text-align: center;
    padding: 40px 0;
}
.resume-text-box p:nth-child(1){
    font-family: SourceHanSansCN-Bold;
    font-size: 32px;
    font-weight: bold;
    line-height: 36px;
    letter-spacing: 0px;
    color: #374667;
}
.resume-text-box p:nth-child(2){
    width: 50px;
    height: 5px;
    background: #EE7700;
    margin: 10px auto 15px;
}
.resume-box{
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: SourceHanSansCN-Medium;
    font-size: 28px;
    font-weight: 500;
    line-height: 36px;
    letter-spacing: 0px;
    color: #374667;
}
.resume-box img{
    margin-right: 28px;
    width: 58px;
}
@media (max-width: 1200px){
    .specifications-text-list{
        position: unset;
        display: flex;
    }
    .specifications-text-list div{
        margin-right: 20px;
    }
    .specifications-box{
        padding: 57px 27px;
        margin: 0;
        width: 100%;
    }
}
@media (max-width: 780px){
    .specifications-table-box1 tbody{
        flex-wrap: wrap;
    }
    .specifications-table-box1 tr{
        width: 50%;
    }
    .specifications-table-box1 tr:nth-child(3){
        width: 100%;
        justify-content: left;
    }
}
@media (max-width: 580px){
    .column-background-box{
        padding: 150px 0;
    }
    .specifications-text-list{
        flex-wrap: wrap;
    }
    .specifications-text-list div{
        width: 100%;
    }
}
.resume-text-box{
    padding: 80px 0 30px;
}