@import url('../../css2');

*{
    box-sizing: border-box;
    padding:0;
    margin: 0;
}

body{
    box-sizing: border-box;
    padding:0;
    margin: 0;
    font-family: "Inter", sans-serif;
    /*background: link(../images/bg-line.jpg);*/
    background-size: cover;
    background-attachment: fixed;
    background-position: left 58px;
    background: #f5f4f4;
}

.wrapper{
    max-width: 1100px;
    width: 100%;
    margin:0 auto;
    padding:0 15px;
}

header{
    top:0;
    padding: 16px 0 11px;
    box-sizing: border-box;
    background: #fff;
    position: fixed;
    width: 100%;
    z-index: 999;
}


header img{
    width:110px;
}

section{
    display: inline-block;
    width: 100%;
    margin: 63px auto 0;
    color:#fff;
}

section h3{
    font-size: 42px;
    font-weight: 500;
    text-align: left;
    margin-top: 40px;
}

section .sub-t{
    font-size: 20px;
    line-height: 27px;
    margin-top: 10px;
}

section h4{
    font-size: 20px;
    margin-top: 40px;
    font-weight: 400;
    margin-bottom: 10px;
}

.select-styled {
    position: relative;
    float: left;
}

label {
    display: inline-block;
    margin-bottom: 0.5rem;
}

.select-styled select {
    -webkit-appearance: none;
    width: 356px;
    height: 44px;
    padding: 0px 24px;
    color: #000;
    background-color: transparent;
    border: 1px solid #000;
    outline:none;
    font-size: 16px;
}

.select-styled:after {
    content: '\f078';
    font-family: "FontAwesome";
    color: #000;
    right: 13px;
    top: 14px;
    position: absolute;
    font-size: 12px;
    pointer-events: none;
}

.select-styled option {
    color: #000;
    background: #000;
}

.col-6{
    margin-left: 50%;
    padding-bottom: 60px;
    color:#000;
}

section table .big-price{
    font-size:56px;
}

section table .per{
    font-size:24px;
}

section table .sale{
    font-size:24px;
}

.aprx{
    font-size: 16px;
}

.#cd0d0d{
    color: #EA1010;
    font-weight: 600;
    font-size: 17px;
    margin-top: 30px;
    margin-bottom: 13px;
}

section a{
    background-color: #EA1010;
    border-color: #EA1010;
    border-radius: 40px !important;
    font-weight: 400;
    min-width: 14rem;
    padding: 0.35rem 1.56rem;
    color: #000;
    font-size: 25px;
    width: 224px;
    text-align: center;
    display: inline-block;
    text-decoration: none;
}

section u{
    display: block;
    font-size: 14px;
    margin-top: 12px;
}

.oss{
    margin-top: 10px;
}


.overflov{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgb(0 0 0 / 15%);
    z-index: 1;
}

.scan-content{
    position: absolute;
    max-width: 816px;
    width: 100%;
    left: 50%;
    margin-left: -408px;
    top: 69px;
    z-index: 9;
    background: #fff;
    overflow: hidden;
    padding-bottom: 60px;
    -webkit-box-shadow: 0 4px 40px rgba(0, 0, 0, 0.08);
    box-shadow: 0 4px 40px rgba(0, 0, 0, 0.08);
    opacity: 0;
    border-radius: 20px;
}

.scan-content .icons{
    position: absolute;
    right: 17px;
    top: 50%;
    margin-top: -10px;
}

.scan-content .icons img{
    width: 14px;
    margin-right: 10px;
}

.scan-content .icons img:nth-child(2){
    margin-right: 0px;
}

.scan-content .head{
    position: relative;
    font-size: 18px;
    line-height: 20px;
    padding: 10px 70px 10px 46px;
    font-weight: 500;
    height: 40px;
    box-sizing: border-box;
    box-shadow: 0px 0px 5px rgb(0 0 0 / 9%);
    color: #383434;
}

.scan-content .head > img{
    width: 23px;
    float: left;
    margin-right: 9px;
    margin-top: -11px;
    position: absolute;
    left: 17px;
    top: 50%;
}

.scan-content .body h1{
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    color: #383434;
    margin-top: 18px;
}

.scan-content .body p{
    text-align: center;
    margin: 8px 0 15px;
    color: #383434;
    font-size: 15px;
}

.scan-content .body{
    padding: 0 17px;
}

.project{
    border-radius: 40px;
}

.progress {
    max-width: 100%;
    margin: 0 auto;
    width: 100%;
    border-radius: 40px;
    overflow: hidden;
    height: 52px;
}
.progress h3 {
    margin: 30px 0px 10px;
}
.progress-tools {
    height: 52px;
    background: #e0e0e0;
    border-radius: 0px;
    border-radius: 40px;
}
.move {
    height: 52px;
    background-color: #25c503;
    border-radius: 0px;
    position: relative;
    width: 0;
    transition: 10.8s linear;
    border-radius: 40px;
}
.move::before {
    /*content: attr(percent);*/
    position: absolute;
    right: 0px;
    left: 0px;
    padding: 1px 0px;
    color: #ffffff;
    font-size: 14px;
    line-height: 25.5px;
    border-radius: 25px;
    font-weight: bold;
    width: 20px;
    margin: 0px auto;
}


.total{
    padding: 0 15px;
    margin-bottom: -37px;
    position: relative;
    z-index: 9;
    text-align: center;
    font-size: 15px;
    top: 8px;
}

#cont{
    display: block;
    margin-top: 2px;
}

.total-table{
    background: #f5f4f4;
    width: 100%;
    margin: 0 auto 10px;
    padding: 10px 15px;
    font-size: 14px;
    box-sizing: border-box;
    border: 1px solid #e4e4e4;
    font-weight: 400;
    /* text-shadow: 0px 0px 0px #000; */
    margin-top: 10px;
    border-radius: 20px;
}

.dynamic-line{
    width: 95%;
    margin: 7px auto 22px;
    box-sizing: border-box;
    font-size: 12px;
    color: #343434;
    padding-left: 0px;
}

.tsrd{
    float: right;
    font-style: normal;
}

.tsrr{
    float: right;
    font-style: normal;
}

.tsrra{
    float: right;
    font-style: normal;
}

.first-element-table{
    color: #c01515;
    width: 60%!important;
}

.tsrd, .tsrr, .tsrra{
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -10px;
}

.tsrd{
    right:0;
}

.total-content{
    position: relative;
    padding-right: 35px;
}

.scan-content table{
    width: 100%;
    margin: 12px auto 0;
}

.scan-content tr{
    margin-bottom: 10px;
    justify-content: space-between;
    align-items: center;
}

.scan-content td{
    border-bottom: 10px solid #f4f4f4;
    vertical-align: bottom;
    width: 40%;
}
.scan-content .one{
    display: flex;
}

.scan-content table{
    display: none;
}

.two, .three, .four, .five, .six, .seven, .eight, .nine, .ten, .eleven, .twelve, .thirteen, .fourteen, .fifteen, .sixteen, .seventeen, .eighteen{
    display: none;
}

.footer-logo{
    position: absolute;
    right: 40px;
    bottom: 10px;
    width: 122px;
}

.result-scan{
    position: absolute;
    left: 50%;
    top: 70px;
    max-width: 570px;
    width:100%;
    background: #fff;
    z-index: 99;
    margin-left: -285px;
    -webkit-box-shadow: 0 4px 40px rgba(0, 0, 0, 0.08);
    box-shadow: 0 4px 40px rgba(0, 0, 0, 0.08);
    padding-bottom: 25px;
    display:none;
    border-radius: 20px;
}

.result-scan .head {
    font-size: 18px;
    line-height: 21px;
    padding: 16px 10px 15px 50px;
    font-weight: 500;
    box-sizing: border-box;
    box-shadow: 0px 0px 5px rgb(0 0 0 / 24%);
    color: #fff;
    background: #cd0d0d;
    position: relative;
    border-radius: 20px 20px 0 0;
}

.result-scan .head > img {
    width: 32px;
    float: left;
    left: 10px;
    top: 50%;
    margin-top: -12px;
    position: absolute;
}

.high{
    background: #cd0d0d;
    color: #fff;
    padding: 2px 6px;
    font-size: 12px;
    position: relative;
    top: -2px;
    border-radius: 20px;
}

.result-scan .icons {
    float: right;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -10.5px;
    display:none;
}

.result-scan .icons img {
    width: 12px;
    margin-right: 10px;
}

.result-scan .icons img:nth-child(2){
    margin-right: 0px;
}

.result-scan .icons a:nth-child(2) img{
    margin-right: 0px;
}

.result-scan .body{
    padding: 30px 20px 0;
}

.result-scan .body i{
    margin-bottom: 20px;
    display: block;
    font-style: normal;
    font-size: 15px;
    line-height: 22px;
}

.result-scan .body i b{
    text-align: center;
}

.link{
    text-align:center;
    margin: 36px 0;
}

.link a{
    background: #cd0d0d;
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    /* max-width: 300px; */
    display: inline-block;
    text-align: center;
    font-weight: 600;
    margin: 0 auto;
    padding: 10px 20px;
    background: #feeb29;
    font-size: 18px;
    color: #242424;
    border: 3px solid #242424;
    border-radius: 40px;
    margin: 0;
    padding: 16px 30px;
}

.overflov_2 {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgb(0 0 0 / 49%);
    z-index: 9;
    display: none;
}

.modal{
    width:92%;
    position: absolute;
    right: 4%;
    position: fixed;
    bottom: -235px;
    border: 1px solid #e4e4e4;
    z-index: 999999;
    background: #f5f4f4;
    padding: 4px;
    transition: 0.7s;
    z-index:9;
    border-radius: 20px;
}

.modal .head{
    background: #cd0d0d;
    color: #fff;
    padding: 3px 6px;
    margin-bottom: 10px;
    border-radius: 20px;
    text-align: center;
}

.modal .head i{
     font-style: normal;
    font-size: 14px;
    display: block;
    margin-top: 3px;
}

.modal .modal-content ul{
    padding: 0 0 0 15px;
}

.modal .modal-content ul li{
    list-style-type: none;
    margin-bottom: 10px;
    font-size: 14px;
    text-shadow: 0px 0px 0px #000;
}

.modal .modal-content ul li span{
    display: block;
    font-size: 12px;
    text-shadow: none;
}

.modal .modal-content img{
    margin-bottom: -2px;
}

.under-btn{
    text-align: center;
    font-size: 13px;
    margin-top: 20px;
    font-weight: 600;
}


@media(min-height: 620px){
    body{overflow: hidden;}
}

@media(max-width: 816px){
    .scan-content{left: 2%;margin-left: 0px;width: 96%;}
}

@media(max-width:580px){
    .result-scan{max-width:96%;margin-left:2%;left:0;}
}

@media(max-width:380px){
    .scan-content .head{font-size: 18px;padding: 10px 60px 10px 36px;}
    .scan-content .head > img{width: 18px;margin-top: -10px;left: 10px;}
    .scan-content .icons{right: 10px;margin-top: -10px;}
    .scan-content .icons img {width: 11px;margin-right: 10px;}
    .link a{font-size: 18px;padding:10px;}
    .under-btn{padding: 0 10px;}
}

.VIpgJd-ZVi9od-aZ2wEe-OiiCO-ti6hGc{display: none!important;}
.skiptranslate{display: none!important;}
body{top: 0!important;}
.VIpgJd-yAWNEb-VIpgJd-fmcmS-sn54Q{background-color:transparent!important;box-shadow:none!important;}