/* home css*/

body {
    min-width: 1280px;
    max-width: 100%;
    margin: auto;
    position: relative;
    font-family: Lato-Regular;
}

.mainHeader {
    position: absolute;
    width: 100%;
    top: 0px;
    left: 0px;
    z-index: 20;
    /* background: conic-gradient(from 180deg at 0% 0%, rgba(61, 145, 120, 0.6) -0.58deg, rgba(6, 76, 59, 0.6) 221.6deg, rgba(61, 145, 120, 0.8) 359.42deg, rgba(6, 76, 59, 0.8) 581.6deg); */
    /* background: #004E3B; 
    background: rgba(0, 78, 59, 0.9);*/
        background: rgb(0 69 56);
    

}

.mainTopContainer {
    width: 100%;
    position: relative;
    /* min-height: 750px; */
}


/* 
#mianSwiperWrapper {
    min-height: 730px;
} */

#mainSwiper {
    min-height: 487px;
}

.mainHeader>header {
    padding: 0px 151px 0px 29px;
    display: flex;
    align-items: center;
    height: 90px;
    /* backdrop-filter: blur(15px); */
    justify-content: space-between;
 
}


/* 
#banner-swiper-slide {
    min-height: 722px;
    display: flex;
    flex-flow: column;
    justify-content: center;
} */

.noDataTipsBox {
    width: 100%;
    height: 100%;
    display: flex;
    flex-flow: column;
    justify-content: center;
}

.logoBar {
    display: flex;
    align-items: center;
/*    width: 197px;*/
    height: 80px;
    margin-right: 308px;
}

.mainNav {
    font-family: Lato-Regular;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    /* line-height: 34px; */
    padding: 36px 0px 34px;
    text-transform: capitalize;
    color: rgba(255, 255, 255, 0.8);
}

.mainNav>a {
    /*display: inline-block;*/
    padding-bottom: 0;
    padding: 34px 0;
	font-weight: normal;
    margin-right: 25px;
   /* padding-bottom: 34px;*/
}

.mainNav>a:last-child {
    margin-right: 0px;
}

.mainNav>a.aLinkSpecial,
.aLinkBold {
    font-family: Lato-bold;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    text-transform: capitalize;
    color: #FFFFFF;
    position: relative;
}

.mainNav>a.aLinkSpecial::after {
    display: inline-block;
    content: "";
    width: 60px;
    height: 0px;
    border: 2px solid #ffffff;
    position: absolute;
    bottom: 0px;
    left: 50%;
    margin-left: -30px;
}


/* . {} */

.sidebarIcon {
    margin: 0px 0px 0px auto;
    display: flex;
    align-items: center;
}

.sidebarIcon .weiboIcon {
    width: 34px;
    height: 34px;
    background: url(../static/weibo.svg)center center no-repeat;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 50%;
    box-sizing: border-box;
    margin-right: 10px;
}

.sidebarIcon .xiaohongshuIcon {
    width: 34px;
    height: 34px;
    background: url(../static/xiaohongshu.svg)center center no-repeat;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 50%;
    box-sizing: border-box;
    margin-right: 10px;
}

.WechatIcon {
    width: 34px;
    height: 34px;
    background: url("../static/wechat.svg")center no-repeat;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 50%;
    box-sizing: border-box;
    margin-right: 10px;
    position: relative;
}

.wechatBg {
    display: none;
    width: 150px;
    height: 155px;
    background: url("../static/Unionbg.svg")center center no-repeat;
    position: absolute;
    top: 61px;
    left: -59px;
}

.wechatBg img {
    width: 136px;
    margin: 0px auto;
    padding-top: 12px;
}

.youtubeIcon {
    width: 34px;
    height: 34px;
    background: url("../static/youtube.svg")center no-repeat;
    /* border: 1px solid rgba(255, 255, 255, 0.28); */
    border-radius: 50%;
    box-sizing: border-box;
    margin-right: 17px;
}

.WechatIcon:hover .wechatBg {
    display: block;
}

.fbIcon {
    width: 34px;
    height: 34px;
    background: url("../static/fb.svg")center no-repeat;
    /* border: 1px solid rgba(255, 255, 255, 0.28); */
    border-radius: 50%;
    box-sizing: border-box;
    margin-right: 17px;
}

.insIcon {
    width: 34px;
    height: 34px;
    background: url("../static/ins.svg")center no-repeat;
    /* border: 1px solid rgba(255, 255, 255, 0.28); */
    border-radius: 50%;
    box-sizing: border-box;
    margin-right: 17px;
}

.linkedinIcon {
    width: 34px;
    height: 34px;
    background: url("../static/linkedin.svg")center no-repeat;
    /* border: 1px solid rgba(255, 255, 255, 0.28); */
    border-radius: 50%;
    box-sizing: border-box;
    margin-right: 17px;
}



.signIcon {
    width: 0px;
    height: 20px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    margin: 0px 25px 0px 0px;
}

.logoutHead {
    width: 34px;
    height: 34px;
    border: 1px solid #C7D7E4;
    background: #FDFEFF;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.loginBtn {
    /* padding: 8px 14px; */
    width: 83px;
    height: 34px;
    border-radius: 100px;
    background: url('../static/Vector.svg')11px center no-repeat;
    border: 2px solid #ffffff;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 34px;
    text-transform: capitalize;
    color: #FFFFFF;
    text-indent: 31px;
    cursor: pointer;
}

#logoutBtn {
    display: none;
    /* width: 96px; */
}

#mainSwipe {
    height: 952px;
    /* min-height: 750px; */
}

#mainSwiper>#mianSwiperPagination {
    /* right: 360px; */
    bottom: 30px;
}

#mianSwiperPagination span {
    width: 10px;
    height: 10px;
    margin: 0px 10px;
    background: transparent;
    border: 1px solid #ffffff;
    opacity: 1;
}

#mianSwiperPagination span.swiper-pagination-bullet-active {
    background: #FFFFFF;
}

.bannerMask {
    width: 900px;
    max-height: 588px;
    min-height: 400px;
    margin: auto;
    position: absolute;
    top: 25%;
    /* z-index: 20; */
    margin-left: -450px;
    left: 50%;
}

#projectsTitle img,
#serviceTitle img,
#aboutUsbannerBox img {
    width: auto;
    margin: 0px auto 60px;
}
#projectsTitle img{
    margin: 0px auto 10px;
}
.mainhgroup {
    width: 761px;
    margin: auto;
}
.aboutUsbannerMask .mainhgroup {
    width: 100%;
    margin: auto;
}

.mainhgroup>h1 {
    font-family: Lato-bold;
    font-style: normal;
    color: #FFFFFF;
    font-size: 60px;
    line-height: 72px;
    text-align: center;
    white-space: pre-line;
    text-shadow: 0px 4px 20px rgba(0, 76, 59, 0.6);
}

.mainhgroup>h2 {
    font-family: Lato-Regular;
    font-style: normal;
    color: #FFFFFF;
    font-weight: 100;
    font-size: 40px;
    text-align: center;
    text-transform: capitalize;
    margin: 20px 0px 0px;
}

.linkBtn {
    display: block;
    padding: 14px 26px;
    width: 170px;
    height: 42px;
    border: 1px solid #FFFFFF;
    box-sizing: border-box;
    border-radius: 100px;
    font-family: Lato-Regular;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
    text-transform: capitalize;
    color: #FFFFFF;
    margin: 56px auto 156px;
}

.searchContainer {
    width: 900px;
    /* min-height: 150px; */
    background: rgba(0, 0, 0, 0.41);
    backdrop-filter: blur(37px);
    border-radius: 20px;
    /* overflow: hidden; */
    padding: 34px 0px 30px;
}

.searchContainer>h6 {
    font-family: Lato-Regular;
    font-style: normal;
    font-size: 18px;
    /* text-transform: capitalize; */
    color: #FFFFFF;
    margin: 24px 0px 14px 28px;
}

.searchContainer .searchSelect {
    width: 124px;
    /* padding: 0px 41px; */
}

.searchContainer .searchSelect p {
    text-indent: 32px;
    color: #ffffff;
    background: url(../static/whitearrowDown.svg)146px center no-repeat;
    font-size: 20px;
    text-transform: capitalize;
}

.searchContainer .searchText {
    font-family: Lato-Regular;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    height: 24px;
    flex: 1;
    line-height: 24px;
    /* text-transform: capitalize; */
    color: rgba(255, 255, 255, 0.64);
    margin-left: 19px;
}

.searchContainerBg {
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.28);
    width: 800px;
    border-radius: 27px;
    margin: auto;
}

.searchContainerBg .searchBar {
    border: none;
    background: none;
}

.closeSearchBox {
    width: 100%;
    height: 54px;
    border-top: 1px solid rgba(255, 255, 255, 0.28);
}

.closeSearchBox span {
    display: block;
    margin-right: 14px;
    margin-left: auto;
    width: 120px;
    padding-right: 15px;
    font-family: Lato-Regular;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    height: 54px;
    line-height: 54px;
    /* text-transform: uppercase; */
    color: rgba(255, 255, 255, 0.8);
    cursor: pointer;
    position: relative;
    /* background: url("../static/whiteClose.svg")left center no-repeat; */
}

.closeSearchBox span::after {
    content: "";
    display: block;
    width: 15px;
    height: 26px;
    background: url(../static/whitearrowDown.svg)right center no-repeat;
    -moz-transform: scaleY(-1);
    -webkit-transform: scaleY(-1);
    -o-transform: scaleY(-1);
    transform: scaleY(-1);
    position: absolute;
    top: 15px;
    right: 0px;
}

.searchBar {
    display: flex;
    align-items: center;
    /* width: 800px; */
    height: 62px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.28);
    box-sizing: border-box;
    border-radius: 100px;
    margin: auto;
}

.searchContainerBg input[name="Maxprice"],
.searchContainerBg input[name="Minprice"] {
    width: 150px;
    margin: 0px;
    border: none;
    font-size: 16px;
    color: #ffffff;
    height: 54px;
    line-height: 54px;
    padding-left: 10px;
    display: none;
}

.searchContainerBg input[name="targetPrice"] {
    width: 190px;
    margin: 0px;
    border: none;
    font-size: 20px;
    color: #ffffff;
    height: 54px;
    line-height: 54px;
    padding: 0px 10px;
    font-family: Lato-Regular;
}

.searchContainerBg input[name="Maxprice"]::-webkit-input-placeholder,
.searchContainerBg input[name="Minprice"]::-webkit-input-placeholder,
.searchContainerBg input[name="targetPrice"]::-webkit-input-placeholder {
    color: #ffffff;
}

.searchContainerBg input[name="Maxprice"]::-moz-placeholder,
.searchContainerBg input[name="Minprice"]::-moz-placeholder,
.searchContainerBg input[name="targetPrice"]::-webkit-input-placeholder {
    color: #ffffff;
}

.searchContainerBg input[name="Maxprice"]:-moz-placeholder,
.searchContainerBg input[name="Minprice"]:-moz-placeholder,
.searchContainerBg input[name="targetPrice"]::-webkit-input-placeholder {
    color: #ffffff;
}

.searchContainerBg input[name="Maxprice"]:-ms-input-placeholder,
.searchContainerBg input[name="Minprice"]:-ms-input-placeholder,
.searchContainerBg input[name="targetPrice"]::-webkit-input-placeholder {
    color: #ffffff;
}
.homepageSearch .searchContainerBg input[name="targetPrice"]::-webkit-input-placeholder {
    color: #A6A6A6;
}

.homepageSearch .searchContainerBg input[name="targetPrice"]::-webkit-input-placeholder {
    color: #A6A6A6;
}

.homepageSearch .searchContainerBg input[name="targetPrice"]::-webkit-input-placeholder {
    color: #A6A6A6;
}

.homepageSearch .searchContainerBg input[name="targetPrice"]::-webkit-input-placeholder {
    color: #A6A6A6;
}
.targetPriceCloseBtn {
    width: 30px;
    cursor: pointer;
    background: url(../static/whiteClose.svg)center center no-repeat;
}

.searchContainerBg #anySelectBox {
    /* display: block; */
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.28);
}

.searchContainerBg .anySelectBox {
    height: 59px;
}

.searchContainerBg .anySelect {
    margin: 0px;
    width: 124px;
    padding: 0px 30px 0px 32px;
    color: #ffffff;
    font-size: 20px;
}

.searchContainerBg .anySelect p {
    height: 54px;
    line-height: 54px;
    background: url("../static/whitearrowDown.svg")145px center no-repeat;
    position: absolute;
    top: 0px;
    right: 0px;
    text-indent: 32px;
}

.searchContainerBg .anySelect ul {
    color: #000000;
}

.anySelectBox .selectRightLine {
    width: 0px;
    height: 38px;
    border: 1px solid rgba(255, 255, 255, 0.28);
    margin-top: 10px;
}

.targetPriceBox {
    line-height: 54px;
    color: #ffffff;
    display: flex;
    padding-left: 19px;
    font-size: 20px;
}

.searchSelect {
    width: 73px;
    height: 54px;
    padding: 0px 30px 0px 32px;
    line-height: 20px;
    position: relative;
    font-family: Lato-Regular;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    text-transform: capitalize;
    cursor: pointer;
}

.searchSelect p {
    width: 100%;
    height: 54px;
    line-height: 54px;
    font-size: 14px;
    font-weight: 600;
    /* text-align: left; */
    text-indent: 20px;
    position: absolute;
    top: 0px;
    left: 0px;
    background: url("../static/arrowDown.svg")81px center no-repeat;
}

.searchContainer2 .searchSelect ul {
    width: 100%;
    min-height: 50px;
    font-size: 20px;
    position: absolute;
    top: 54px;
    left: 0px;
    padding: 13px 8px;
    background: #F7FBFA;
    /* border: 1px solid rgba(61, 144, 120, 0.28); */
    border: 1px solid #004E3B;
    box-sizing: border-box;
    border-radius: 5px;
    z-index: 10;
    display: none;
}

.searchContainer2 input::-webkit-input-placeholder {
    /* color: #3D9078; */
    color: #A6A6A6;
}

.searchContainer2 input::-moz-placeholder {
    color: #A6A6A6;
}

.searchContainer2 input:-moz-placeholder {
    color: #A6A6A6;
}

.searchContainer2 input:-ms-input-placeholder {
    color: #A6A6A6;
}

.searchSelect ul {
    width: 100%;
    min-height: 50px;
    font-size: 14px;
    position: absolute;
    top: 54px;
    left: 0px;
    padding: 13px 8px;
    background: rgba(0, 0, 0, 0.9);
    /* border: 1px solid rgba(61, 144, 120, 0.28); */
    border: 1px solid #004E3B;
    box-sizing: border-box;
    border-radius: 5px;
    z-index: 10;
    display: none;
}

.searchSelect ul li,
.anySelect ul li {
    font-family: Lato-Regular;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    height: 42px;
    line-height: 42px;
    text-transform: capitalize;
    text-indent: 21px;
    color: rgba(255, 255, 255, 0.64);
}

.searchSelect ul li:hover,
.anySelect ul li:hover {
    color: #FFFFFF;
    background: linear-gradient(96.22deg, rgba(253, 224, 152, 0.9) 0%, rgba(240, 192, 104, 0.9) 99.78%);
    border-radius: 4px;
}

.searchContainer2 .searchSelect ul li,
.searchContainer2 .anySelect ul li {
    font-family: Lato-Regular;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    height: 42px;
    line-height: 42px;
    text-transform: capitalize;
    text-indent: 21px;
    /* color: rgba(61, 144, 120, 0.64); */
    color: #004E3B;
}

.searchContainer2 .searchSelect ul li:hover,
.searchContainer2 .anySelect ul li:hover {
    color: #004E3B;
    background: rgba(61, 144, 120, 0.28);
    border-radius: 4px;
}

.signIcon2 {
    width: 0px;
    height: 38px;
    border: 1px solid rgba(255, 255, 255, 0.28);
}
.search_inp_box{
    flex: 1;
    position: relative;
}
.searchText {
    margin-left: 24px;
    width: 100%;
    height: 22px;
    line-height: 22px;
    background: url("../static/searchBnt.svg")0px center no-repeat;
    text-indent: 33px;
}
.search_inp_list{
    width: 100%;
    position: absolute;
    top: 43px;
    box-sizing: border-box;
    z-index: 2;
    left: 0;
    right: 0;
    background-color:#56524B;
    padding: 10px 0px;
    box-sizing: border-box;
    min-height: 50px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    display: none;
}
.homeSearch .search_inp_list{
    background-color: #fff;
    border: 1px solid rgba(0, 78, 59, 0.6);
    overflow: auto;
    max-height: 200px;
    /*min-height: 50px;*/

}
.search_inp_list li{
    cursor: pointer;
    height: 30px;
    color: #fff;
    padding: 0 20px;
    font-size: 18px;
    line-height: 30px;
}
.homeSearch .search_inp_list li{
    color: #004E3B;
}
.search_inp_list li:hover{
    background-color: rgba(255, 255, 255, 0.2);
}
.homeSearch .search_inp_list li:hover{
    background-color: rgba(0, 78, 59, 0.2);
}
.searchBtn {
    display: block;
    width: 138px;
    height: 51px;
    background: linear-gradient(96.22deg, #FDE098 0%, #F0C068 99.78%);
    box-shadow: 0px 2px 5px rgba(255, 240, 204, 0.9);
    border-radius: 100px;
    margin: 0px 4px;
    font-family: Lato-Regular;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    text-align: center;
    line-height: 51px;
    text-transform: uppercase;
    color: #603B10;
    cursor: pointer;
}

.searchContainer2 {
    width: 906px;
    margin: 120px auto 120px;
    /* height: 370px; */
    background: #ffffff;
}
.searchContainer2.homepageSearch{
    position: relative;
    height: 120px;
    margin: 0 auto 120px;
}
.searchContainer2.homepageSearch .searchContainer{
    z-index: 2;
    position: absolute;
    top: -138px;
    left: 50%;
    transform: translateX(-50%);
}
.homeContainer #mainSwiper>#mianSwiperPagination{
    width: 40px;
    height: 35px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    left: auto;
    bottom: auto;
}
.homeContainer #mianSwiperPagination span{
    margin: 5px 10px;
}
.searchContainer2 .searchContainer {
    background: #FFFFFF;
    box-sizing: border-box;
    border: 1px solid rgba(0, 78, 59, 0.8);
    backdrop-filter: blur(37px);
    border-radius: 20px;
    padding: 28px 0px 30px;
}

.searchContainer2 .searchContainer>h6 {
    font-family: Lato-Regular;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    /* identical to box height */
    /* text-transform: capitalize; */
    color: #004E3B;
    margin: 0px 50px 10px;
}

.searchContainer2 .searchContainerBg {
    background: rgba(0, 78, 59, 0.02);
    border: 1px solid rgba(0, 78, 59, 0.6);
    box-sizing: border-box;
    border-radius: 30px;
    width: 820px;
}

.searchContainer2 .searchContainer .searchSelect {
    padding: 0px 22px 0px 25px;
    width: 136px;
}

.searchContainer2 .searchContainerBg .anySelect {
    padding: 0px 22px 0px 25px;
    width: 136px;
    position: relative;
}

.searchContainer2 .searchContainerBg .anySelect p {
    width: 100%;
    padding: 0px;
    position: absolute;
    top: 0px;
    right: 0px;
}

.searchContainer2 .searchContainerBg .anySelect p,
.searchContainer2 .searchContainer .searchSelect p {
    color: #004E3B;
    text-indent: 25px;
    background: url(../static/greendown.svg)151px center no-repeat;
    /* width: 136px; */
}

.searchContainer2 .searchText {
    background: url(../static/greenSearch.svg)0px center no-repeat;
}

.searchContainer2 .searchContainerBg .anySelect {
    color: #004E3B;
}

.searchContainer2 .anySelectBox .selectRightLine,
.searchContainer2 .signIcon2 {
    /* border: 1px solid rgba(61, 144, 120, 0.28); */
    border: 1px solid rgba(0, 78, 59, 0.4);
}

.searchContainer2 .searchContainerBg #anySelectBox {
    border-top: 1px solid rgba(61, 144, 120, 0.35);
}

.searchContainer2 .targetPriceBox {
    color: #004E3B;
}

.searchContainer2 .targetPriceCloseBtn {
    background: url(../static/greenClose-1.svg)center center no-repeat;
}

.searchContainer2 .searchBtn {
    margin: 0px 6px;
    color: #603B10;
}

.searchContainer2 .closeSearchBox span {
    height: auto;
    line-height: inherit;
    margin-right: 50px;
    margin-top: 10px;
    color: #272727;
    background: url(../static/refinsearch.svg)right center no-repeat;
}

.searchContainer2 .closeSearchBox {
    height: auto;
}

.searchContainer2 .closeSearchBox span {
    display: block;
}

.searchContainer2 .refineBtn {
    width: 120px;
    margin-left: auto;
    margin-right: 50px;
    margin-top: 10px;
    background: transparent;
    border-radius: 0px 0px 6px 6px;
    color: #272727;
    padding-right: 15px;
    position: relative;
}

.searchContainer2 .refineBtn::after,
.refineBtn::after {
    content: "";
    display: block;
    width: 15px;
    height: 26px;
    position: absolute;
    top: 0px;
    right: 0px;
}

.searchContainer2 .refineBtn::after {
    background: url(../static/refinsearch.svg)right center no-repeat;
    -moz-transform: scaleY(-1);
    -webkit-transform: scaleY(-1);
    -o-transform: scaleY(-1);
    transform: scaleY(-1);
}

.refineBtn::after {
    background: url(../static/whitearrowDown.svg)right center no-repeat;
}

.searchContainer2 .searchContainerBg input[name="targetPrice"],
.searchContainer2 .searchContainer .searchText {
    color: #004E3B;
}

.searchContent2 {
    width: 800px;
    margin: 0px auto;
    /* overflow: hidden; */
}

.searchContent2>h6 {
    font-family: Lato-Regular;
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 36px;
    text-transform: capitalize;
    color: #004E3B;
    text-align: center;
    margin: 41px 0px 30px;
}

.searchContent2 .searchBar {
    width: 100%;
    height: 62px;
    background: rgba(255, 255, 255, 0.69);
    border: 1px solid #004E3B;
    box-sizing: border-box;
    border-radius: 27px;
}

.searchContent2 select[name="searchSelect"] {
    width: 110px;
    margin: 0px 30px;
    font-family: Lato-Regular;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    text-transform: capitalize;
    color: rgba(39, 39, 39, 0.64);
}

.searchContent2 .signIcon2 {
    border: 1px solid rgba(39, 39, 39, 0.28);
}

.searchContent2 .searchText {
    font-family: Lato-Regular;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    text-transform: capitalize;
    color: rgba(39, 39, 39, 0.64);
    margin-left: 25px;
    text-indent: 50px;
    background: url("../static/searchBnt2.svg")0px center no-repeat;
}

#anySelectBox {
    display: block;
}

input[name="Maxprice"],
input[name="Minprice"] {
    width: 92px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #004E3B;
    margin: 23px 20px;
    text-indent: 5px;
}

input[name="Maxprice"]::-webkit-input-placeholder,
input[name="Minprice"]::-webkit-input-placeholder {
    color: #004E3B;
}

input[name="Maxprice"]::-moz-placeholder,
input[name="Minprice"]::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #004E3B;
}

input[name="Maxprice"]:-moz-placeholder,
input[name="Minprice"]:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #004E3B;
}

input[name="Maxprice"]:-ms-input-placeholder,
input[name="Minprice"]:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #004E3B;
}

.anySelectBox {
    display: flex;
    line-height: 80px;
}

.anySelect {
    font-family: Lato-Regular;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    text-transform: capitalize;
    padding-right: 20px;
    /* color: rgba(61, 144, 120, 0.64); */
    color: #004E3B;
    margin: 23px 10px 0px 29px;
    position: relative;
    cursor: pointer;
}

.anySelect p {
    width: 100%;
    height: 37px;
    line-height: 37px;
    background: url("../static/arrow.svg")right center no-repeat;
    white-space: nowrap;
    font-weight: 600;
}

.searchContainer2 .anySelect ul {
    width: 100%;
    min-height: 50px;
    position: absolute;
    top: 55px;
    left: 0px;
    z-index: 1;
    padding: 13px 8px;
    background: #F7FBFA;
    /* border: 1px solid rgba(61, 144, 120, 0.28); */
    border: 1px solid #004E3B;
    box-sizing: border-box;
    border-radius: 5px;
    display: none;
}

.anySelect ul {
    width: 100%;
    min-height: 50px;
    position: absolute;
    top: 55px;
    left: 0px;
    z-index: 1;
    padding: 13px 8px;
    background: rgba(0, 0, 0, 0.9);
    /* border: 1px solid rgba(61, 144, 120, 0.28); */
    border: 1px solid #004E3B;
    box-sizing: border-box;
    border-radius: 5px;
    display: none;
}

.priceName {
    font-family: Lato-Regular;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    text-transform: capitalize;
    /* color: rgba(61, 144, 120, 0.64); */
    color: #004E3B;
}

.rangeBox {
    width: 248px;
    margin: 0px auto;
    /* margin-left: 52px; */
    /* margin-right: 0px;
    margin-left: auto; */
}

.searchContent2 .searchBtn {
    font-family: Lato-Regular;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    text-transform: capitalize;
    color: #282828;
    width: 134px;
    height: 46px;
    background: linear-gradient(96.22deg, #FDE098 0%, #F0C068 99.78%);
    border-radius: 100px;
}

.refineBtn {
    display: none;
    width: 120px;
    height: 26px;
    line-height: 24px;
    color: rgba(255, 255, 255, 0.8);
    cursor: pointer;
    margin-left: auto;
    margin-right: 50px;
    margin-top: 10px;
    padding-right: 15px;
    font-family: Lato-Regular;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    text-align: center;
    position: relative;
}

.linkIconUl {
    width: 100%;
    /* height: 346px; */
    background: #FFFFFF;
    overflow: hidden;
    padding-bottom: 36px;
    margin-bottom: 80px;
    background: rgba(243, 243, 243, 0.4);
}

.linkIconUl>ul {
    width: 1200px;
    margin: 0px auto 0px;
    display: flex;
}

.linkIconUl>ul>li {
    width: 178px;
    display: flex;
    flex-flow: column;
    align-items: center;
    padding: 0px 61px;
    margin: 0px 0px 0px;
    position: relative;
}

.linkIconUl>ul>li>span {
    width: 82px;
    height: 82px;
    /* transform: rotate(45deg); */
    margin-bottom: 34px;
}


/* .linkIconUl>ul>li>span::after {
content: "";
width: 84px;
height: 84px;
display: block;
transform: rotate(-45deg);
} */

.linkIconUl>ul>li:nth-child(1)>span {
    background: url("../static/zhiau/strength/strength1.png") bottom center no-repeat;
    background-size: contain;
}

.linkIconUl>ul>li:nth-child(2)>span {
    background: url("../static/zhiau/strength/strength2.png") bottom center no-repeat;
    background-size: contain;
}

.linkIconUl>ul>li:nth-child(3)>span {
    background: url("../static/zhiau/strength/strength3.png") bottom center no-repeat;
    background-size: contain;
}

.linkIconUl>ul>li:nth-child(4)>span {
    background: url("../static/zhiau/strength/strength4.png") bottom center no-repeat;
    background-size: contain;
}


/* .linkIconUl>ul>li>span:hover {
background: conic-gradient(from 180deg at 0% 0%, #3D9178 -0.58deg, #064C3B 221.6deg, #3D9178 359.42deg, #064C3B 581.6deg);
box-shadow: 0px 27px 19px rgba(6, 76, 59, 0.11), 0px 8.13971px 5.72794px rgba(6, 76, 59, 0.0716748), 0px 3.38082px 2.37909px rgba(6, 76, 59, 0.055), 0px 1.22278px 0.860472px rgba(6, 76, 59, 0.0383252);
border-radius: 38px;
} */


/* .linkIconUl>ul>li:nth-child(1)>span:hover:after {
background: url("../static/sellc.svg") center center no-repeat;
background-size: 42px;
}

.linkIconUl>ul>li:nth-child(2)>span:hover:after {
background: url("../static/walletc.svg") center center no-repeat;
background-size: 48px;
} */


/* .linkIconUl>ul>li:nth-child(3)>span:hover:after {
background: url("../static/keyc.svg") center center no-repeat;
background-size: 47px;
}

.linkIconUl>ul>li:nth-child(4)>span:hover:after {
background: url("../static/vipc.svg") center center no-repeat;
background-size: 50px;
} */

.linkIconUl>ul>li::after {
    content: "";
    display: block;
    width: 2px;
    height: 110px;
    /* border: 1px dashed rgba(0, 76, 59, 0.6); */
    position: absolute;
    right: 0px;
    top: 16px;
    background: url("../static/linkIcon.svg") bottom left no-repeat;
}

.linkIconUl>ul>li:last-child:after {
    height: 0;
}

.linkIconUl>ul>li>h5 {
    /* font-family: Lato-bold; */
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    text-transform: capitalize;
    color: #272727;
    margin: 0px 0px 14px;
}

.linkIconUl>ul>li>h6 {
    font-family: Lato-Regular;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 149%;
    text-align: center;
    color: #272727;
}

.textTitle {
    width: 100%;
    /* margin: 90px 0px; */
    padding: 50px 0px 120px;
    background: rgba(243, 243, 243, 0.4);
}

.growbg {
    width: 400px;
    /* width: 119px; */
    margin: 0px auto 35px;
    margin: 0px auto 20px;
}

.textTitle h2 {
    font-family: Lato-bold;
    /* font-size: 50px; */
    font-size: 24px;
    text-align: center;
    /* text-transform: capitalize; */
    color: #004E3B;
    -webkit-text-stroke: thin;
}

.introduction {
    width: 1230px;
    /* background:rgba(0, 76, 59, 0.9); */
    background: url("/static/zhiau/about.png") no-repeat;
    background-size: 100% 100%; 
    margin-bottom: 120px;
    margin: 0 auto;
    margin-bottom: 80px;
    
}

.introductionContent {
    /* margin: 0px auto; */
    overflow: hidden;
    background: rgba(0, 76, 59, 0.9);
    /* position: relative; */
}

.introductionContent>h2 {
    font-family: Lato-bold;
    font-style: normal;
    font-size: 40px;
    height: 37px;
    line-height: 26px;
    text-align: center;
    /* text-transform: capitalize; */
    color: #FFFFFF;
    /*margin: 0px 0px 40px;*/
    margin: 20px 45px;
}

.introductionContent>h3 {
    width: 1015px;
    font-family: Lato-Regular;
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 140%;
    text-align: left;
    color: #FFFFFF;
    margin: 0px auto 60px;
}

.lineSign {
    display: block;
    width: 114px;
    height: 0px;
    border: 2px solid rgba(61, 145, 120, 0.5);
    margin: 50px auto 11px;
    /* background: rgba(61, 145, 120, 0.5); */
    border-radius: 3px;
}

.projects {
    width: 1230px;
    margin: 0px auto;
}

.projects>h2 {
    font-family: Lato-bold;
    font-style: normal;
    font-size: 40px;
/*    height: 38px;*/
    line-height: 27px;
    text-transform: capitalize;
    color: #272727;
    margin: 0px 0px 40px;
    text-align: center;
}

.projectsImg {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    position: relative;
    margin-right: -15px;
    margin-bottom: 80px;
    min-height: 293px;
    width: 100%;
}

.projectsImg>section {
    position: relative;
/*    margin-right: 15px;*/
    margin-bottom: 15px;
    width: 390px;
    height: 293px;
}


/* 
.projectsImg>section:nth-child(1) {
    margin-bottom: 19px;
} */


/* 
.projectsImg>section:nth-child(1),
.projectsImg>section:nth-child(6) {
    width: 794px;
    height: 529px;
} */


/* 
.projectsImg>section:nth-child(2),
.projectsImg>section:nth-child(3),
.projectsImg>section:nth-child(4),
.projectsImg>section:nth-child(5) {
    width: 387px;
    height: 255px;
} */


/* 
.projectsImg>section:nth-child(3) {
    position: absolute;
    right: 0px;
    top: 274px;
} */


/* 
.projectsImg>section:nth-child(4) {
    position: absolute;
    left: 0px;
    bottom: 273px;
} */


/* 
.projectsImg>section:nth-child(5) {
    position: absolute;
    left: 0px;
    bottom: 0px;
} */


/* 
.projectsImg>section:nth-child(6) {
    position: absolute;
    right: 0px;
    bottom: 0px;
} */

.projectsBgImg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    overflow: hidden;
    height: 100%;
}

.projectsImg .projectsWordBar,
.projectsLi .projectsWordBar {
    position: absolute;
    bottom: 14px;
    left: 14px;
}

.projectsImg>section .projectsWordBar,
.projectsLi .projectsWordBar {
    width: 362px;
    height: 36px;
    background: rgba(0, 0, 0, 0.27);
    backdrop-filter: blur(37px);
    border-radius: 4px;
}

.projectsLi .projectsWordBar {
    width: calc(100% - 28px);
}


/* 
.projectsImg>section:nth-child(1) .projectsWordBar,
.projectsImg>section:nth-child(6) .projectsWordBar {
    width: 766px;
    height: 36px;
    background: rgba(0, 0, 0, 0.27);
    backdrop-filter: blur(37px);
    border-radius: 4px;
} */

.projectsWordBar {
    display: flex;
    align-items: center;
}

.projectsWordBar>img {
    width: 23px;
    /* height: 100%; */
    margin: 0px 12px 0px 14px;
}

.projectsWordBar>span:nth-child(2) {
    font-family: Lato-Regular;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    display: flex;
    align-items: center;
    text-transform: capitalize;
    color: #FFFFFF;
    margin-right: 10px;
}

.projectsWordBar>span:nth-child(3) {
    font-family: Lato-Regular;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    color: rgba(255, 255, 255, 0.63);
}

.projectsImg>section:hover .projectsMaskBar {
    display: flex;
}

.projectsImg>section:hover .projectsWordBar {
    display: none;
}

#services {
    width: 1200px;
    margin: 0px auto 120px;
}

#services P {
    width: 1015px;
    font-family: Lato-Regular;
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 24px;
    text-align: left;
    color: #000000;
    margin: 0px auto 50px;
}

#serviceBgPic {
    width: 100%;
    /* height: 720px; */
    min-height: 490px;
    overflow: hidden;
}

#serviceBgPic::before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(39, 39, 39, 0.35);
}

#servicesSwiper {
    /* height: 485px; */
    min-height: 485px;
}

.servicebannerMask {
    width: 900px;
    margin: auto;
    position: absolute;
    top: 26%;
    margin-left: -450px;
    left: 50%;
}

.serviceTitle {
    width: 807px;
}

.serviceTitle>h1 {
    font-size: 59px;
}

#services>h2 {
    font-family: Lato-bold;
    font-style: normal;
    font-size: 40px;
    height: 30px;
    line-height: 27px;
    text-align: center;
    text-transform: capitalize;
    color: #272727;
    margin: 0px 0px 40px;
}

.servicesFlex {
    display: flex;
    flex-wrap: nowrap;
}

.servicesLeft {
    width: 406px;
    min-height: 485px;
    background: rgba(242, 242, 247, 0.36);
}

.servicesLeft .blogline {
    width: 60px;
    height: 4px;
    background: rgba(0, 76, 59, 0.6);
    border-radius: 3px;
    margin: 125px auto 0px 39px;
}

.servicesLeft>h5 {
    font-family: Lato-Regular;
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 36px;
    text-align: left;
    text-transform: capitalize;
    color: #004C3B;
    margin: 100px auto 16px;
    width: 327px;
}

.servicesLeft>h6 {
    width: 327px;
    height: 214px;
    margin: 0px auto;
    font-family: Lato-Regular;
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 149%;
    /* text-align: center; */
    color: #272727;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
    /* word-break: break-all; */
    /*    overflow: hidden;*/
}

.browseBtn {
    display: block;
    width: 115px;
    height: 34px;
    background: linear-gradient(110.23deg, #FDE098 0%, #F0C068 99.78%);
    border-radius: 100px;
    font-family: Lato-Regular;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    text-transform: capitalize;
    color: #8D5719;
    margin: 0px auto;
}

.servicesRight {
    flex: 1;
}

#servicesSwiper .serviceBannerBtnPrev,
#servicesSwiper .serviceBannerBtnNext {
    background: rgba(0, 76, 59, 0.3);
    width: 66px;
    height: 96px;
    border-radius: 1px;
    margin-top: -48px;
}

#servicesSwiper .serviceBannerBtnPrev {
    left: 0px;
}

#servicesSwiper .serviceBannerBtnNext {
    right: 0px;
}

#servicesSwiper .serviceBannerBtnPrev::after,
#servicesSwiper .serviceBannerBtnNext::after {
    content: '';
    display: block;
    width: 66px;
    height: 96px;
    background: url("../static/whiteRight.svg")center center no-repeat;
}

#servicesSwiper .serviceBannerBtnPrev {
    -moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
}

#teamSwiper .teamBannerBtnPrev {
    background: url("../static/serviceRight.svg")center center no-repeat;
    position: static;
    margin-top: 2px;
}

#teamSwiper .teamBannerBtnNext {
    background: url("../static/serviceLeft.svg")center center no-repeat;
    position: static;
    margin-top: 2px;
}

#servicesSwiper #servicePagination,
#teamSwiper #teamPagination {
    position: static;
    min-width: 75px;
    /* display: flex;
    justify-content: space-between; */
    margin: 0px 42px;
}

#servicesSwiper #servicePagination span {
    border: 1px solid rgba(0, 76, 59, 0.6);
}

#teamSwiper #teamPagination span,
#servicesSwiper #servicePagination span {
    width: 12px;
    height: 12px;
    /* border: 1px solid #61BB4E; */
    background: transparent;
    margin: 0px 9px;
    opacity: 1;
}

#teamSwiper #teamPagination span {
    border: 1px solid #004E3B;
}

#servicesSwiper #servicePagination span.swiper-pagination-bullet-active {
    width: 14px;
    height: 14px;
    background: rgba(0, 76, 59, 0.6);
    border: none;
}

#teamSwiper #teamPagination span.swiper-pagination-bullet-active {
    /* background: #61BB4E; */
    background: #004E3B;
}

.swiperBnt {
    /* min-width: 166px; */
    position: absolute;
    width: 406px;
    left: 0px;
    bottom: 46px;
}

.teamSwiperBnt {
    position: absolute;
    width: 482px;
    right: 0px;
    bottom: 20px;
}

.swiperBntContent,
.teamSwiperBntContent {
    min-width: 106px;
    margin: 0px auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
#partnership{
    width: 1200px;
    margin: 0px auto 80px;
}
.partnershipTitle {
    font-family: Lato-bold;
    font-style: normal;
    font-size: 40px;
    height: 37px;
    line-height: 26px;
    text-align: center;
    text-transform: capitalize;
    color: #272727;
    margin-bottom: 40px;
}
.partnershipBar{
    height: 6px;
    background-color: #004E3B;
    margin-bottom: 50px;
}
.partnershipDesBox p{
    /* width: 1015px; */
    font-family: Lato-Regular;
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: #000000;
    margin: 0px auto 20px;
}
.partnershipDesBox p:last-child{
    margin-bottom: 0;
}
.partnershipListBox{
    padding-top: 50px;
}
.partnershipList li{
    width: 285px;
    margin-right: 20px;
    margin-bottom: 20px;
    float: left;



    width: calc(100% / 7 - 22px);
    height: 65px;
    background: #ffffff;
    border-radius: 9px;
    box-shadow: 7px 5px 14.1px 0px rgba(198, 217, 248, 0.16);
    margin-right: 25px;
    margin-bottom: 30px;
    overflow: hidden;

    display: flex;
    align-items: center;
    justify-content: center;


}
.partnershipList li:nth-child(4n){
    margin-right: 0;
}
.partnershipList li img{
    width: 60%;
    display: block;   

 
    object-fit: contain;


}
#blogNews {
    width: 100%;
    margin-bottom: 60px;
}

.blogNewTitle {
    font-family: Lato-bold;
    font-style: normal;
    font-size: 40px;
    height: 37px;
    line-height: 26px;
    text-align: center;
    text-transform: capitalize;
    color: #272727;
    margin-bottom: 50px;
}

.blogNewContent {
    width: 1230px;
    margin: 0px auto;
    min-height: 586px;
    overflow: hidden;
}

.blogNewList {
    display: flex;
    flex-wrap: wrap;
    margin-right: -50px;
}

.blogNewLi {
    margin-bottom: 50px;
    border-bottom: 1px solid #E0E0E0;
}

.blogNewList>ul {
    width: 590px;
    margin-right: 50px;
    min-height: 586px;
    position: relative;
}

.blogNewLiImg {
    width: 100%;
    height: 100%;
    margin-bottom: 20px;
    overflow: hidden;
}

.blogNewLiText>h2 {
    font-family: Lato-Regular;
    font-style: normal;
    font-weight: 600;
    font-size: 26px;
    /* line-height: 24px; */
    /* text-transform: capitalize; */
    /* color: #61BB4E; */
    color: #004E3B;
    margin-bottom: 4px;
    /* height: 24px; */
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.blogNewLiText>h3 {
    font-family: Lato-Regular;
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 149%;
    text-transform: capitalize;
    color: #666666;
    margin-bottom: 10px;
    height: 23px;
}

.blogline {
    width: 80px;
    height: 4px;
    background: rgba(0, 76, 59, 0.6);
    border-radius: 3px;
    display: block;
    margin-bottom: 8px;
}

.blogNewLiText>p {
    font-family: Lato-Regular;
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 32px;
    text-align: justify;
    /* text-transform: capitalize; */
    color: #000000;
    margin-bottom: 20px;
    height: 69px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    word-break: break-all;
}

.blogNewLiFlex a {
    height: 146px;
    display: flex;
    flex-wrap: nowrap;
    margin-bottom: 30px;
}

.blogNewLiFlexImg {
    width: 200px;
    height: 150px;
    margin-right: 23px;
}

.blogNewLiFlexText {
    flex: 1;
}

.blogNewLiFlexText>h2 {
    font-family: Lato-Regular;
    font-style: normal;
    font-weight: 600;
    font-size: 17px;
    line-height: 20px;
    /* text-transform: capitalize; */
    /* color: #61BB4E; */
    color: #004E3B;
    height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.blogNewLiFlexText>h3 {
    font-family: Lato-Regular;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 149%;
    text-transform: capitalize;
    color: #666666;
    height: 20px;
}

.blogNewLiFlexText>p {
    font-family: Lato-Regular;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 25px;
    /* text-transform: capitalize; */
    color: #272727;
    margin: 14px 0px 18px;
    height: 55px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.download {
    width: 882px;
    margin: 0px auto 107px;
}

.download>h2 {
    font-family: Lato-bold;
    font-style: normal;
    font-size: 30px;
    line-height: 36px;
    text-align: center;
    text-transform: capitalize;
    color: #272727;
    margin: 0px 0px 50px;
}

.downloadContainer {
    display: flex;
    position: relative;
    align-items: end;
}
#downloadText p{
    margin: 20px 0;
}
.downloadContainer>section:nth-child(1) {
    width: 559px;
    height: 476px;
    /* background: #C7D9E3; */
}

#downloadContainerLeft {
    position: relative;
    display: flex;
    /* flex-flow: column; */
    justify-content: center;
    align-items: center;
    overflow: hidden;
    /* justify-content: flex-end; */
}

.downloadContainer>section:nth-child(2) {
    flex: 1;
}

.downloadContainer>section:nth-child(2)>h1,
.downloadContainer .title {
    font-family: Lato-bold;
    font-style: normal;
    font-size: 40px;
    line-height: 55px;
    text-transform: capitalize;
    text-align: center;
    /* color: #3D9078; */
    color: #004E3B;
    margin: 38px 0px 0px;
}
.downloadContainer .freedown {
    display: none;
}
.downloadContainer>section:nth-child(2)>h5 {
    font-family: Lato-Regular;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 22px;
    text-align: center;
    text-transform: capitalize;
    color: #878787;
    margin: 0px 0px 68px;
}

.downloadContainer>section:nth-child(2)>h6 {
    width: 475px;
    margin: 0px auto 68px;
    font-family: Lato-Regular;
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
    line-height: 149%;
    /* text-transform: capitalize; */
    color: #000000;
    white-space: pre-line;
}

.downloadBtn {
    display: block;
    width: 472px;
    height: 63px;
    background: linear-gradient(130.85deg, #FDE098 0%, #F0C068 99.78%);
    box-shadow: inset 0px -1px 1px rgba(0, 0, 0, 0.25), inset 0px 1px 2px rgba(255, 255, 255, 0.56);
    border-radius: 40px;
    font-family: Lato-Regular;
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    line-height: 39px;
    text-transform: uppercase;
    color: #8D5719;
    margin: 0px auto 6px;
    cursor: pointer;
}

.downloadContainer>section:nth-child(1)>img {
    width: 300px;
    /* width: auto;
    height: 436px; */
    margin: 0px auto;
}

.downLoginBtn {
    display: block;
    width: 96px;
    margin: 30px auto;
    height: 34px;
    border-radius: 100px;
    background: url(../static/Vector.svg)19px center no-repeat;
    border: 1px solid #ffffff;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 34px;
    text-transform: capitalize;
    color: #FFFFFF;
    text-indent: 41px;
    cursor: pointer;
}

.personalCentreLinkBtn {
    display: none;
    width: 189px;
    height: 34px;
    text-align: center;
    border: 1px solid #FFFFFF;
    box-sizing: border-box;
    border-radius: 100px;
    font-family: Lato-Regular;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 32px;
    text-transform: capitalize;
    color: #FFFFFF;
    margin: 30px auto;
}

.customers {
    width: 100%;
    /* height: 664px; */
    margin-bottom: 80px;
}

.slideImgBtn {
    position: absolute;
    bottom: 12px;
    width: 100%;
    height: 38px;
    /* background: url("../static/swiperBtn.svg")center center no-repeat; */
}

.customersContainer {
    min-height: 315px;
}

#customersSwiperWrapper .swiper-slide {
    height: 315px;
    /* display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    overflow: hidden; */
}

#customersSwiperWrapper .swiper-slide img {
    width: auto;
    height: 100%;
}

#customersSwiperWrapper .customers-swiper-slider {
    width: auto;
}

#customers-swiper .customersBtnPrev,
#customersBig-swiper .customersBigBtnPrev {
    width: 34px;
    height: 34px;
    background: url(../static/Commentleft.svg)center center no-repeat;
    left:0;
}

#customers-swiper .customersBtnNext,
#customersBig-swiper .customersBigBtnNext {
    width: 34px;
    height: 34px;
    background: url(../static/Commentright.svg)center center no-repeat;
    right: 0;
}

.customers>h2 {
    font-family: Lato-bold;
    font-style: normal;
    font-size: 40px;
    height: 30px;
    line-height: 27px;
    text-align: center;
    text-transform: capitalize;
    color: #272727;
    margin: 0px 0px 40px;
}

.blogsContainer {
    margin-bottom: 90px;
}

.blogsContainer>h2 {
    font-family: Lato-bold;
    font-style: normal;
    font-size: 30px;
    line-height: 36px;
    text-align: center;
    text-transform: capitalize;
    color: #272727;
    margin-bottom: 50px;
}

.blogs-slide-bottom {
    padding: 20px 18px 40px;
    background: #FFFFFF;
    border-bottom: 1px solid #E0E0E0;
}

.blogs-slide-bottom>h2 {
    font-family: Lato-Regular;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    text-transform: capitalize;
    /* color: #61BB4E; */
    color: #004E3B;
}

.blogs-slide-bottom>h3 {
    font-family: Lato-Regular;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 149%;
    text-transform: capitalize;
    color: #272727;
}

.blogs-slide-bottom>h4 {
    font-family: Lato-Regular;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 149%;
    text-align: justify;
    text-transform: capitalize;
    color: #272727;
}

.commentContainer {
    width: 1230px;
    overflow: hidden; 
    min-height: 560px;
    position: relative;
    margin: 0 auto;
    margin-bottom: 120px;
}

#comment-swiper {
    width: 1200px;
    height: 460px;
    margin: 50px auto;
}

.comment-slide {
    background: rgba(255, 255, 255, 0.64);
}

.comment-slide>h2 {
    font-family: Lato-bold;
    font-style: normal;
    font-size: 40px;
    line-height: 36px;
    text-transform: capitalize;
    color: #272727;
    margin: 50px 0px 87px 100px;
}

.comment-slideContent {
    margin: 0px 100px;
    display: flex;
}

.commentHead {
    width: 187px;
    height: 187px;
    border-radius: 100%;
    background: #FDFEFF;
    margin-right: 63px;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.reviewersName {
    font-family: Lato-bold;
    font-style: normal;
    font-size: 30px;
    line-height: 36px;
    /* text-transform: capitalize; */
    color: #272727;
    margin-right: 12px;
    margin-bottom: 20px;
    display: inline-block;
}

.commentDate {
    font-family: Lato-Regular;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 149%;
    text-transform: capitalize;
    color: #272727;
}

.commentWord {
    font-family: Lato-Regular;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 149%;
    text-align: justify;
    /* text-transform: capitalize; */
    color: #272727;
    height: 70px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.commentRight {
    flex: 1;
}

.commentSwiperBtn {
    position: absolute;
    bottom: 87px;
    width: 100%;
}

.commentSwiperContentBtn {
    display: flex;
    align-items: center;
    width: 816px;
    margin-left: 350px;
}

#comment-swiper .commentBtnPrev {
    position: static;
    width: 34px;
    height: 34px;
    background: url("../static/Commentleft.svg")center center no-repeat;
    margin-top: 1px;
}

#comment-swiper #commentPagination {
    position: static;
    margin: 0px 29px;
    min-width: 75px;
}

#comment-swiper #commentPagination span {
    width: 12px;
    height: 12px;
    border: 1px solid #ffffff;
    background: transparent;
    margin: 0px 9px;
    opacity: 1;
}

#comment-swiper #commentPagination span.swiper-pagination-bullet-active {
    background: #ffffff;
}

#comment-swiper .commentBtnNext {
    position: static;
    width: 34px;
    height: 34px;
    background: url("../static/Commentright.svg")center center no-repeat;
    margin-top: 1px;
}

.socialContainer {
    width: 100%;
}

.socialContainer>h2 {
    font-family: Lato-bold;
    font-style: normal;
    font-size: 30px;
    line-height: 36px;
    text-align: center;
    text-transform: capitalize;
    color: #272727;
    margin-bottom: 50px;
}

.socialPic {
    width: 100%;
    height: 548px;
}


/* blog */

.blogContainer {
    position: relative;
}

.blogBg {
    height: 400px;
    /* background: linear-gradient(180deg, rgba(0, 0, 0, 0.63) 0%, rgba(0, 0, 0, 0) 100%), linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%), url(../static/matthew-hamilton-Ru3Ap8TNcsk-unsplash\ 1.png); */
}

.blogContent {
    width: 1200px;
    margin: -282px auto 0px;
}

.blogContent>h1 {
    font-family: Lato-bold;
    font-style: normal;
    font-size: 80px;
    line-height: 96px;
    text-transform: capitalize;
    text-align: center;
    color: #004E3B;
    text-shadow: 0px 100px 63px rgba(0, 0, 0, 0.1), 0px 41.7776px 26.3199px rgba(0, 0, 0, 0.0718854), 0px 22.3363px 14.0719px rgba(0, 0, 0, 0.0596107), 0px 12.5216px 7.88858px rgba(0, 0, 0, 0.05), 0px 6.6501px 4.18956px rgba(0, 0, 0, 0.0403893), 0px 2.76726px 1.74337px rgba(0, 0, 0, 0.0281146);
    margin: 0px 0px 38px
}

.blogOptionBar {
    width: 340px;
    height: 42px;
    /* background: rgba(255, 255, 255, 0.12); */
    border: 1px solid #004E3B;
    box-sizing: border-box;
    border-radius: 100px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-around;
    margin: 0px auto 64px;
}

.blogOptionBar>span {
    width: 78px;
    height: 34px;
    font-family: Lato-Regular;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    text-align: center;
    line-height: 34px;
    text-transform: uppercase;
    color: #004E3B;
    cursor: pointer;
}

.blogOptionBar>span.optionActive {
    /* background: #61BB4E; */
    background: #004E3B;
    color: #fff;
    border-radius: 100px;
}

.blogList {
    display: flex;
    flex-wrap: wrap;
    min-height: 700px;
    position: relative;
}

.blogListBoxContent {
    display: none;
}

.blogListBoxContent:nth-child(1) {
    display: block;
}

.blogListBoxContent .pageBtn {
    border: none;
}

.pageBtn {
    display: none;
    width: 392px;
    height: 52px;
    /* border: 1px solid #61BB4E; */
    box-sizing: border-box;
    border-radius: 100px;
    margin: 0px auto;
    text-align: center;
    line-height: 52px;
    cursor: pointer;
    font-family: Lato-Regular;
    font-size: 14px;
    text-transform: capitalize;
    /* color: #61BB4E; */
    color: #004E3B;
}

.blogLi,
.vlogLi {
    width: 590px;
    border-bottom: 1px solid #E0E0E0;
}

.vlogLi {
    height: 100%;
}

.blogLi {
    height: 585px;
    margin-bottom: 20px;
}

.blogLi:nth-child(2n-1),
.vlogLi:nth-child(2n-1) {
    margin-right: 20px;
}

.blogLi a>div,
.vlogLi a>div {
    width: 100%;
    margin: 0px 0px 20px;
    /* border: 1px solid; */
}

.vlogLi a>div {
    position: relative;
}

.vlogLi a>div:hover:after {
    content: "";
}

.vlogLi a>div::after {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: rgba(255, 255, 255, 0.3);
}

.blogLi a>div {
    width:100%;
    height: 445px;
    overflow: hidden;
}

.blogLi a>h2 {
    font-family: Lato-Regular;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    /* text-transform: capitalize; */
    /* color: #61BB4E; */
    color: #004E3B;
    margin: 0px 0px 4px;
    height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.blogLi a>h3 {
    font-family: Lato-Regular;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 149%;
    text-transform: capitalize;
    color: #272727;
    margin: 0px 0px 10px;
    height: 23px;
}

.blogLi a>p {
    font-family: Lato-Regular;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 149%;
    text-align: justify;
    /* text-transform: capitalize; */
    color: #272727;
    margin: 0px 0px 20px;
    height: 41px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    word-break: break-word;
}

.blogPagination {
    display: flex;
    flex-flow: nowrap;
    justify-content: center;
    align-items: center;
    margin: 54px 0px 0px;
}

.blogPagination>li {
    height: 20px;
    text-align: center;
    font-family: Lato-Regular;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
    text-transform: capitalize;
    /* color: #61BB4E; */
    color: #004E3B;
    margin: 0px 10px 0px 0px;
}

.blogPagination>li:last-child {
    display: flex;
    flex-flow: nowrap;
    height: 26px;
    margin-left: 30px;
}

.blogPagination>li:last-child>span {
    width: 26px;
    height: 26px;
    line-height: 26px;
    background: #EEF1F2;
}

.blogPagination>li:last-child>span:nth-child(1) {
    border-radius: 3px 0px 0px 3px;
}

.blogPagination>li:last-child>span:nth-child(3) {
    border-radius: 0px 3px 3px 0px;
}

.blogPagination>li:last-child>input {
    width: 32px;
    height: 26px;
    background: #FFFFFF;
    border: 1px solid #EEF1F2;
    box-sizing: border-box;
    line-height: 26px;
    text-align: center;
}

.blogListBox {
    min-height: 700px;
}

.commonFooter {
    
    /* margin: 90px 0px 0px; */ 
    position: absolute;
    width: 100%;
    margin: 0 auto;
    /* border: 12px solid red; */
    left: 0;
    right: 0;




}

.backUpTopBtn {
    width: 45px;
    height: 45px;
    background: rgba(0, 100, 78, 0.9) url("../static/backuptop.svg")center center no-repeat;
    cursor: pointer;
    position: fixed;
    bottom: 60px;
    right: 50px;
    display: none;
    z-index: 9999;
    border-radius: 50%;
}


/* 
.backUpTopBtn:hover {
    background-color: rgba(0, 100, 78, 0.9);
} */

.footerlogoBox {
    width: 300px;
    height: 80px;
    background: url("../static/zhiau/logo.png") 0px center no-repeat;
    background-size: 80px 80px;

}

.footerBg {
    width: 100%;
    /* height: 355px; */
    /* background: #3D9078; */
    background: #004538;
    overflow: hidden;
}

.footerLinkList {
    display: flex;
    align-items: center;
    margin: 0px;
}

.footerInfo {
    /* width: 1200px;
    margin: 65px auto 0px; */
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    height: 90px;
    margin: 0px 61px;
    border-bottom: 0.5px solid rgba(224, 224, 224, 0.3);
    justify-content: space-between;
}

.footerInfo>ul:nth-child(1) {
    padding-right: 30px;
    border-right: 1px solid rgba(255, 255, 255, 0.28);
    margin-right: 0px;
}


/* 
.footerInfo>ul:nth-child(2) {
    margin-left: 60px;
}

.footerInfo>ul {
    margin-right: 80px;
} */

.linkspan {
    display: flex;
    align-items: center;
/*    margin-top: 15px;*/
}

.linkspan a {
    width: 50px;
    height: 50px;
    margin-right: 12px;
}

.linkspan a.footerWechatBgIcon {
    background: url("../static/language.png")center center no-repeat;
    position: relative;
    background-size: 45px 45px;
}

.linkspan a.facebookIcon {
    background: url("../static/fb.svg")center center no-repeat;
    background-size: contain;
}

.linkspan a.linkedinIcon {
    background: url("../static/linkedin.svg")center center no-repeat;
    background-size: contain;
}



.linkspan a.instagramIcon {
    background: url("../static/ins.svg")center center no-repeat;
    background-size: contain;
}


/* 
.linkspan a:nth-child(4) {
    width: 34px;
    height: 34px;
    background: url("../static/bird.svg")center center no-repeat;
}

.linkspan a:nth-child(5) {
    width: 34px;
    height: 34px;
    background: url("../static/inl.svg")center center no-repeat;
} */

.linkspan a.youtubeIcon {
    background: url("../static/youtube.svg")center center no-repeat;
    background-size: contain;
    border: none;
}

.linkspan a.weiboIcon {
    background: url("../static/weibo.svg")center center no-repeat;
    background-size: contain;
}

.linkspan a.xiaohongshuIcon {
    background: url("../static/xiaohongshu.svg")center center no-repeat;
    background-size: contain;
}


/* 
.linkspan a:nth-child(8) {
    width: 34px;
    height: 34px;
    border: 1px solid rgba(255, 255, 255, 0.28);
    box-sizing: border-box;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.12) url("../static/qvector.svg")center center no-repeat;
    background-size: 55%;
} */

.linkspan a:nth-child(1):hover .footerWechatBg {
    display: block;
}

/*.footerWechatBg {
    display: none;
    width: 150px;
    height: 155px;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 10px;
    position: absolute;
    top: -159px;
    right: -117px;
}
*/
.footerWechatBg {
    display: none; 
    background:  rgba(0, 0, 0, 0.6); 
    border-radius: 10px;
    position: absolute;
    font-size: 12px;
/*    padding: 5px;*/
    width: 105px; 
    top:-80px;


 
}

.footerWechatBg img {
    width: 136px;
/*    margin: 0px auto;*/
    padding-top: 10px;
}

.footerFriendLink {
    display: flex;
    margin: 23px 0px 0px 713px;
}

.footerFriendLink>a {
    font-family: Lato-Regular;
    font-style: normal;
    font-size: 14px;
    line-height: 17px;
    text-transform: capitalize;
    color: #FFFFFF;
    margin-right: 30px;
    display: flex;
    align-items: center;
}

.footerFriendLink>a>span:nth-child(1) {
    width: 30px;
    height: 30px;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin-right: 10px;
}

.footerFriendLink>a:hover {
    font-family: Lato-bold;
}

.listName {
    margin-bottom: 9px;
}

.footerLogo {
    margin: 0px 0px 24px;
}

.footerLogo {
    width: 145px;
    height: 32px;
}

.companyName,
.companyAddr,
.companyEmail,
.privacyLink {
    font-family: Lato-Regular;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 149%;
    text-align: justify;
    color: #FFFFFF;
    /* text-transform: capitalize; */
}

.companyName {
    font-family: Lato-bold;
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 9px;
    /* text-transform: capitalize; */
}

.listName {
    font-family: Lato-bold;
    font-style: normal;
    font-size: 22px;
    line-height: 26px;
    text-transform: capitalize;
    color: #FFFFFF;
}

.listLink {
    font-family: Lato-Regular;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 149%;
    text-align: justify;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-left: 38px;
}

.listLink:nth-last-child(2) {
/*    margin-right: 106px;*/
}

#privacyLink,
#frequentlyLink{
    cursor: pointer;
    /* text-transform: uppercase; */
}

.footerBottomInfo {
    display: flex;
    margin: 40px 61px 0px;
    border-bottom: 0.5px solid rgba(224, 224, 224, 0.3);
    padding-bottom: 40px;
    justify-content: space-between;
}

.footerBottomInfo ul {
    margin-right: 81px;
}

.footerBottom {
    height: 50px;
    /* background: rgba(242, 242, 247, 0.36); */
}

.footerBottom>ul {
    /* width: 1200px; */
    height: 45px;
    margin: 0px 61px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footerBottom>ul>li {
    font-family: Lato-Regular;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 18px;
    text-align: justify;
    text-transform: capitalize;
    color: #ffffff;
}


/* pojects */

.projectsContainer {
    position: relative;
}

#projectBg {
    position: relative;
    height: 720px;
    overflow: hidden;
}

#projectBg::before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(39, 39, 39, 0.35);
}

.projectsTile {
    width: 807px;
}

.projectsTile>h1 {
    font-size: 59px;
    margin: 0px 0px 44px;
}

.projectsContent {
    width: 100%;
    margin: 0px 0px 212px;
}

.projectsContent>h2 {
    font-family: Lato-bold;
    font-style: normal;
    font-size: 30px;
    line-height: 36px;
    text-align: center;
    text-transform: capitalize;
    color: #272727;
    margin: 50px 0px 20px;
}

.projectsContent>h3 {
    font-family: Lato-Regular;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 19px;
    color: #272727;
    text-align: center;
    margin: 0px 0px 50px;
}

.projectsListContainer {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.projectsList {
    display: flex;
    flex-wrap: wrap;
    /*align-items: center;*/
    align-items: flex-start;
    min-height: 780px;
    margin-right: -20px;
}

.projectsLi {
    width: calc(100% / 3 - 20px);
    min-height: 170px;
    margin: 0px 20px 20px 0px;
    position: relative;
}

.projectsLi .projectsLiImg {
    width: 100%;
    height: 100%;
    overflow: hidden;
    /* position: absolute;
    top: 0px;
    left: 0px; */
}

.projectsLiWordBar {
    width: calc(100% - 28px);
    height: 36px;
    background: rgba(0, 0, 0, 0.27);
    backdrop-filter: blur(37px);
    border-radius: 4px;
    position: absolute;
    bottom: 14px;
    left: 14px;
    display: flex;
    align-items: center;
}

.projectsLiWordBar>img {
    width: 23px;
    /* height: 100%; */
    margin: 0px 12px 0px 14px;
}

.projectsLiWordBar>span:nth-child(2) {
    font-family: Lato-Regular;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    display: flex;
    align-items: center;
    text-transform: capitalize;
    color: #FFFFFF;
    margin-right: 10px;
}

.projectsLiWordBar>span:nth-child(3) {
    font-family: Lato-Regular;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    color: rgba(255, 255, 255, 0.63);
}

.projectsMaskBar {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: rgba(0, 0, 0, 0.27);
    backdrop-filter: blur(37px);
    display: none;
    flex-flow: column;
    align-items: center;
    justify-content: center;
}

.projectsMaskBar h2 {
    font-family: Lato-Regular;
    font-style: normal;
    font-weight: 700;
    font-size: 26px;
    line-height: 31px;
    text-transform: capitalize;
    color: #FFFFFF;
    margin-bottom: 23px;
}

.projectsMaskBar h3 {
    font-family: Lato-Regular;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: rgba(255, 255, 255, 0.63);
}

.projectsLi:hover .projectsMaskBar {
    display: flex;
}

.projectsLi:hover .projectsLiWordBar {
    display: none;
}

#rangeBox2 .irs--round .irs-handle {
    width: 10px;
    height: 10px;
    background: #ffffff;
    top: 32px;
    border: 1px solid #ffffff;
    border-radius: 50%;
}

.searchContainer2 #rangeBox2 .irs--round .irs-handle {
    /* background: #3D9078;
    border: 1px solid #3D9078; */
    background: #004E3B;
    border: 1px solid #004E3B;
}

#rangeBox2 .irs--round .irs-line {
    height: 1px;
    background-color: rgba(255, 255, 255, 0.28);
}

.searchContainer2 #rangeBox2 .irs--round .irs-line {
    /* background-color: 1px solid rgba(61, 144, 120, 0.28); */
    background: #E0E0E0;
}

#rangeBox2 .irs--round .irs-bar {
    height: 1px;
    background-color: #ffffff;
}

.searchContainer2 #rangeBox2 .irs--round .irs-bar {
    /* background: #3D9078; */
    background: #004E3B;
}

#rangeBox2 .irs-with-grid .irs-grid {
    display: none;
}

#rangeBox2 .irs--round .irs-from,
#rangeBox2 .irs--round .irs-to,
#rangeBox2 .irs--round .irs-single {
    /* background-color: #3D9078; */
    background-color: #004E3B;
}


/* contact */

.contactContainer {
    position: relative;
}
#contactUsBg{
    min-height: 490px;
    
}
.contactMask {
    position: absolute;
    top: 111px;
    right: 360px;
    width: 575px;
    height: 567px;
    /* background: conic-gradient(from 180deg at 0% 0%, #004E3B -0.58deg, #004E3B 221.6deg, #004E3B 359.42deg, #004E3B 581.6deg);
    backdrop-filter: blur(37px);  */
    background: rgba(0, 78, 59);
    border-radius: 10px;
}
.con_required_box{
    position: relative;
}
.con_require{
    position: absolute;
    top: -2px;
    left: -15px;
    color: #fff;
}
.pro_required_box{
    position: relative;
}
.pro_required_box .require_inp{
    width: 100%;
}
.contactInpBox{
    position: relative;
}
.contactInpBox .contactInpBox_phone{
    width: 100%;
    margin: 0;
}
.contactInpBox_phone .countryAreaCode{
    height: 34px;
    width: 35px;
    /* justify-content: flex-start; */
    background-color: rgb(244, 244, 244);
    /*border-bottom: 1px solid #fff;*/
    box-sizing: border-box;
    border-radius: 0;
    border: 1px solid rgb(191, 191, 191);
    border-right: none;
}
.contactInpBox_phone .countryIco{
    display: none;
    width: 50px;
    height: 25px;
}
.contactInpBox_phone .countryAreaList{
    position: absolute;
    top: 34px;
    left: 0;
    width: 35px;
}
.contactInpBox_phone .areaCode{
    font-size: 14px;
}
.contactInpBox_phone .countryAreaList li{
    height: 40px;
}
.contactInpBox_phone .countryAreaList li img{
    display: none;
    width: 50px;
    height: 25px;
}
.contactInpBox_phone{
    
}
.contactInpBox_require{
    position: absolute;
    top: 0px;
    font-size: 16px;
    left: -15px;
    color: #fff;
}
.contactInpBox_require.red{
    position: absolute;
    top: -5px;
    font-size: 24px;
    left: 35px;
    color: red;
}
.contactInpBox_require.green{
    position: absolute;
    top: -5px;
    font-size: 24px;
    left: 35px;
    color: #004E3B;
}
.contactInpBox_require.joinus_r{
    position: absolute;
    top: 3px;
    font-size: 16px;
    left: 25px;
    color: #fff;
}
.contactMask h2{
    font-weight: normal;
}
.contactMask h4{
    font-weight: normal;
}
.contactMask input::-webkit-input-placeholder {
    color: rgba(277, 277, 277, 0.8);
    font-weight: normal;
  }
  .contactMask input:-moz-placeholder {/* Firefox 18- */
    color: rgba(277, 277, 277, 0.8);
    font-weight: normal;
  }
  .contactMask input::-moz-placeholder{/* Firefox 19+ */
    color: rgba(277, 277, 277, 0.8);
    font-weight: normal;
  }
  .contactMask input:-ms-input-placeholder {
    color: rgba(277, 277, 277, 0.8);
    font-weight: normal;
  }
.contactBar {
    /* position: absolute;
    bottom: 0px;
    left: 0px; */
    width: 100%;
    height: 86px;
    background: rgba(255, 255, 255, 0.9);
}

.contactUl {
    width: 1200px;
    height: 86px;
    margin: 0px auto;
    display: flex;
    align-items: center;
}

.contactLiName {
    font-family: Lato-bold;
    font-style: normal;
    font-size: 24px;
    line-height: 29px;
    text-transform: capitalize;
    color: #004E3B;
    margin: 0px 33px 0px 0px;
}

.phoneIcon {
    width: 28px;
    height: 29px;
    margin: 0px 24px 0px 0px;
}

.emailIcon {
    width: 27px;
    height: 27px;
    margin: 0px 21px 0px 0px;
}

.addressIcon {
    width: 27px;
    height: 27px;
    margin: 0px 21px 0px 0px;
}

.addressIcon {
    background: url(../static/address.svg)no-repeat;
    background-size: contain;
}

.infoEmail,
.infoaddre {
    width: 98px;
    font-family: Lato-Regular;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    color: #000000;
    margin: 0px 14px 0px 0px;
}

.phoneIcon {
    background: url(../static/phone.svg)no-repeat;
    background-size: contain;
}

.contactInfo {
    display: flex;
    flex-flow: column;
    margin: 0px 44px 0px 0px;
}

.contactInfo:last-child {
    margin: 0px;
}

.timeIcon {
    width: 26px;
    height: 26px;
    margin: 0px 21px 0px 0px;
    background: url("../static/time.svg")no-repeat;
    background-size: contain;
}

.infoBar {
    display: flex;
    margin: 0px 0px 2px 0px;
    align-items: center;
}

.infoName {
    font-family: Lato-Regular;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    color: #000000;
    margin-right: 14px;
    /* width: 98px; */
}

.infoNumber {
    font-family: Lato-Regular;
    font-style: normal;
    font-size: 14px;
    line-height: 17px;
    color: #000000;
}
.infoNumber a{
    color: #000000;
}
.contactInfo .infoAddress {
    width: 157px;
}

.emailIcon {
    background: url(../static/email.svg)no-repeat;
    background-size: contain;
}

.googleEmail {
    width: 100%;
    height: 398px;
    position: relative;
}

.contactContent {
    margin: 25px 40px;
}

.contactContent>h2 {
    font-family: Lato-bold;
    font-style: normal;
    font-size: 30px;
    line-height: 36px;
    text-transform: capitalize;
    color: #FFFFFF;
    margin: 0px 0px 14px 0px;
}

.contactContent>h3 {
    font-family: Lato-Regular;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
    margin: 0px 0px 7px 0px;
}

.contactContent>h4 {
    font-family: Lato-Regular;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 149%;
    color: #FFFFFF;
    margin: 0px 0px 10px 0px;
}

.contactGetCodeBox {
    display: flex;
    margin-bottom: 20px;
    align-items: center;
}

.contactGetCodeBox .textInput {
    width: 320px;
    margin-bottom: 0px;
}

.textInput {
    display: block;
    width: 100%;
    padding-bottom: 7px;
    font-family: Lato-Regular;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    height: 34px;
    padding-top: 10px;
    box-sizing: border-box;
    color: #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
    margin: 0px 0px 20px 0px;
}
.Comments{
    margin-bottom: 29px;
}
/* .contactComments{
    margin-bottom: 30px;
} */

.commentInput {
    width: 426px;
}

.contactErrorTips,
.contactSuccessTips,
.searchErrorTips,
.registerSuccessTips,
.resetPasswordErrorTips,
.resetPasswordSuccessTips,
.replyErrorTips,
.replySuccessTips {
    display: inline-block;
    font-family: Lato-Regular;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
}
.contactBtnBox .contactErrorTips{
    line-height: 45px;
}
.searchErrorTips {
    margin-left: 56px;
    line-height: 1;
    margin-bottom: 2px;
}

.contactErrorTips,
.searchErrorTips,
.resetPasswordErrorTips,
.replyErrorTips {
    color: red;
}

.contactSuccessTips,
.registerSuccessTips,
.resetPasswordSuccessTips,
.replySuccessTips {
    /* color: #61BB4E; */
    color: #004E3B;
}

.resetPasswordSuccessTips,
.resetPasswordErrorTips {
    margin-left: 40px;
}

.submitBtn {
    display: inline-block;
    float: right;
    width: 106px;
    height: 34px;
    border: 1px solid #FFFFFF;
    text-align: center;
    box-sizing: border-box;
    border-radius: 100px;
    font-family: Lato-Regular;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 32px;
    text-transform: uppercase;
    color: #FFFFFF;
    cursor: pointer;
}
.contactBtnBox .submitBtn {
    display: inline-block;
    width: 160px;
    height: 45px;
    text-align: center;
    box-sizing: border-box;
    border: none;
    font-family: Lato-Regular;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 45px;
    text-transform: uppercase;
    color: #FFFFFF;
    cursor: pointer;
    background: linear-gradient(96.22deg, #FDE098 0%, #F0C068 99.78%);
    box-shadow: 0px 2px 4px rgba(253, 224, 152, 0.4);
    border-radius: 22.5px;
    color: #603B10;
}

.contactBtnBox{
    
}

/* service */

.serviceLinkIconUl {
    width: 100%;
    background: #FFFFFF;
    position: relative;
    min-height: 260px;
}

.serviceLinkIconUl>ul {
    width: 1200px;
    margin: 0px auto;
    display: flex;
    flex-flow: nowrap;
    align-items: center;
    justify-content: space-around;
}

.serviceLinkIconUl>ul>li {
    display: flex;
    flex-flow: column;
    align-items: center;
    margin: 60px 0px;
    padding: 0px 78px;
}

.serviceLinkIconUl>ul>li>span.iconBg {
    width: 82px;
    height: 82px;
    margin: 0px 0px 34px;
}


/* 
.serviceLinkIconUl>ul>li:nth-child(1)>span.iconBg {
    background: url("../static/project.svg")center center no-repeat;
}

.serviceLinkIconUl>ul>li:nth-child(2)>span.iconBg {
    background: url("../static/services.svg")center center no-repeat;
}

.serviceLinkIconUl>ul>li:nth-child(3)>span.iconBg {
    background: url("../static/evaluations.svg")center center no-repeat;
}

.serviceLinkIconUl>ul>li:nth-child(4)>span.iconBg {
    background: url("../static/property.svg")center center no-repeat;
}

.serviceLinkIconUl>ul>li:nth-child(5)>span.iconBg {
    background: url("../static/loans.svg")center center no-repeat;
} */

.serviceLinkIconUl>ul>li>span.serviceWord {
    font-family: Lato-Regular;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    text-transform: capitalize;
    color: #272727;
    position: relative;
}

.serviceLinkIconUl>ul>li>span.serviceWord::after {
    position: absolute;
    content: "";
    display: block;
    width: 0px;
    height: 48px;
    /* border: 1px dashed rgba(61, 144, 120, 0.29); */
    border: 1px dashed #004E3B;
    right: -78px;
    bottom: 0px;
}

.serviceContent {
    width: 100%;
    /* background: rgba(242, 242, 247, 0.36); */
    overflow: hidden;
    margin: 0px 0px 90px 0px;
}

.serviceContent .introductionContent {
    background: none;
}

.serviceContent .introductionContent>h2 {
    color: #272727;
}

.serviceContent .lineSign {
    margin: 120px auto 23px;
}

.serviceLinkIconUl>ul>li:last-child>span.serviceWord::after {
    height: 0px;
}

.serviceOptionContainer {
    width: 1113px;
    margin: 0px auto 90px;
    position: relative;
    overflow: hidden;
    border: 0.5px solid rgba(0, 76, 59, 0.5);
    box-sizing: border-box;
    border-radius: 10px;
    border-top: none;
}

.serviceOptionList {
    display: flex;
    flex-flow: nowrap;
    align-items: center;
    height: 201px;
    border: 0.5px solid rgba(0, 76, 59, 0.5);
    box-sizing: border-box;
    border-radius: 10px;
    border-left: none;
    border-right: none;
}

.serviceOptionList>li {
    width: 223px;
    height: 201px;
    cursor: pointer;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    position: relative;
}

.serviceOptionList>li::after {
    content: "";
    display: block;
    width: 1px;
    height: 147px;
    background: url("../static/serviceRight-line.svg")center center no-repeat;
    position: absolute;
    right: 0px;
    top: 21px;
}

.serviceOptionList>li:last-child::after {
    background: none;
}

.serviceOptionText {
    font-family: Lato-bold;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    text-transform: capitalize;
    color: #272727;
    text-align: center;
    padding: 0px 50px;
}

.serviceOptionTopBg {
    width: 82px;
    height: 82px;
}

.serviceOptionList>li:nth-child(1) .serviceOptionTopBg {
    background: url("../static/serviceTop-1.svg") center center no-repeat;
}

.serviceOptionList>li:nth-child(2) .serviceOptionTopBg {
    background: url("../static/serviceTop-2.svg") center center no-repeat;
}

.serviceOptionList>li:nth-child(3) .serviceOptionTopBg {
    background: url("../static/serviceTop-3.svg") center center no-repeat;
}

.serviceOptionList>li:nth-child(4) .serviceOptionTopBg {
    background: url("../static/serviceTop-4.svg") center center no-repeat;
}

.serviceOptionList>li:nth-child(5) .serviceOptionTopBg {
    background: url("../static/serviceTop-5.svg") center center no-repeat;
}

.serviceOptionList>li.serviceOptionAction {
    background: #004E3B;
}

.serviceOptionList>li.serviceOptionAction .serviceOptionText {
    color: #FFFFFF;
}

.serviceOptionList>li.serviceOptionAction::after {
    background: none;
}

.serviceOptionContent {
    display: flex;
    width: 100%;
    min-height: 327px;
    background: #ffffff;
    display: none;
}
.serviceOptionContent.active{
    display: flex;
}
.serviceOptionLeft {
    width: 558px;
    min-height: 327px;
    /* background: #3D9078; */
}

.serviceOptionLeft>h6 {
    width: 366px;
    height: 120px;
    font-family: Lato-Regular;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 149%;
    text-align: center;
    color: #FFFFFF;
    margin: 94px auto 0px;
}

.serviceOptionRight>h6 {
    height: 162px;
    margin: 0px 90px;
    font-family: Lato-Regular;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 149%;
    color: #000000;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
}

.serviceOptionRight {
    flex: 1;
    display: flex;
    flex-flow: column;
    justify-content: center;
}

.serviceVideo {
    width: 1200px;
    margin: 0px auto;
    position: relative;
}

.serviceVideo>h2 {
    font-family: Lato-bold;
    font-style: normal;
    font-size: 30px;
    line-height: 36px;
    text-align: center;
    text-transform: capitalize;
    color: #272727;
    margin: 0px 0px 20px 0px;
}

.serviceVideo>iframe {
    width: 100%;
    height: 675px;
    margin: 0px 0px 60px 0px;
    position: relative;
}

.serviceImg {
    width: 100%;
    margin-bottom: 120px;
}

.serviceImg>h2 {
    font-family: Lato-bold;
    font-style: normal;
    font-size: 30px;
    line-height: 36px;
    text-align: center;
    text-transform: capitalize;
    color: #272727;
    margin: 0px 0px 37px 0px;
}

.serviceImgContainer {
    width: 100%;
    overflow: hidden;
    position: relative;
    min-height: 280px;
}

.serviceImgContainerList {
    display: flex;
    flex-flow: wrap;
    align-items: center;
    margin-right: -20px;
}

.serviceImgContainerList li {
    width: calc(100% / 4 - 20px);
    margin-right: 20px;
    margin-bottom: 20px;
    /* height: 260px; */
    /* border: 1px solid; */
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    flex-flow: column;
    align-items: center;
    overflow: hidden;
}


#serviceImgSwiperWrapper .swiper-slide {
    height: 315px;
    /* display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    overflow: hidden; */
}

#serviceImgSwiperWrapper .swiper-slide img {
    width: auto;
    height: 100%;
}

#serviceImgSwiperWrapper .customers-swiper-slider {
    width: auto;
}

#serviceImg-swiper .serviceImgsBtnPrev {
    width: 34px;
    height: 34px;
    background: url(../static/Commentleft.svg)center center no-repeat;
}

#serviceImg-swiper .serviceImgBtnNext {
    width: 34px;
    height: 34px;
    background: url(../static/Commentright.svg)center center no-repeat;
}

/* about */

.aboutUs {
    width: 1185px;
    margin: 0px auto;
    text-align: center;
}

.aboutUsBg {
    min-height: 490px;
    overflow: hidden;
}

.aboutUsBg::before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(39, 39, 39, 0.35);
}

.aboutUsbannerMask {
    /* width: 900px; */
    /* margin: auto; */
    position: absolute;
    top: 26%;
    /* margin-left: -450px;
    left: 50%; */
    left: 0;
    right: 0;
}

.aboutUs>h2 {
    font-family: Lato-bold;
    font-style: normal;
    font-size: 40px;
    line-height: 48px;
    text-transform: capitalize;
    color: #272727;
    margin: 90px 0px 38px;
}

.aboutUsFlex {
    /* display: flex; */
    flex-wrap: nowrap;
    margin: 0px 0px 10px 0px;
}

.aboutUsLeft {
    /* width: 590px; */
    /* height: 589px; */
    margin: 0px 0px 20px 0px;
}

.aboutUsLeft>p {
    font-family: Lato-Regular;
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 149%;
    /* text-transform: capitalize; */
    color: #000000;
    text-align: left;
    margin-bottom: 20px;
}
.aboutUsLeft>p.aboutTitle{
    font-family: Lato;
    margin-bottom: 0px;
    color: #004E3B;
    font-weight: bold;
}
.aboutUsRight {
    flex: 1;
    position: relative;
}

.aboutUsRight>iframe {
    width: 100%;
    height: 602px;
    /* border: 1px solid; */
    margin: 0px 0px 20px 0px;
}

#aboutUsVideo {
    position: relative;
}

.bottomImg1 {
    width: 100%;
    min-height: 237px;
    /* border: 1px solid; */
}

.bottomImg2 {
    width: 173px;
    height: 237px;
    border: 1px solid;
    position: absolute;
    right: 0px;
    bottom: 0px;
}
.ourLogoContainer{
    width: 1185px;
    margin: 0px auto 70px;
}
.ourLogoContainer>h2 {
    font-family: Lato-bold;
    font-style: normal;
    font-size: 30px;
    line-height: 36px;
    text-transform: capitalize;
    color: #272727;
    margin: 70px 0px 50px;
    text-align: center;
}
.outLogoContent p{
    font-family: Lato-Regular;
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 149%;
    /* text-transform: capitalize; */
    color: #000000;
    text-align: left;
    margin-bottom: 20px;
    white-space: pre-line;
}
.outLogo-midLogo{
    width: 150px;
    margin: 40px auto 40px;
}
.outLogo-midLogo img{
    width: 100%;
}
.outLogo-bigLogo{
    width: 450px;
    margin: 40px auto 40px;
}
.outLogo-bigLogo img{
    width: 100%;
}
.dateContainer {
    width: 100%;
    height: 394px;
    background: rgba(242, 242, 247, 0.36);
    margin-bottom: 90px;
}

.dateContent {
    width: 1200px;
    margin: 0px auto;
    overflow: hidden;
}

.dateContent>h2 {
    font-family: Lato-bold;
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 36px;
    text-align: center;
    /* text-transform: capitalize; */
    color: #272727;
    margin: 50px 0px 30px;
}

.dateLine {
    width: 1200px;
    height: 74px;
    background: url("../static/Line.svg") center 60px no-repeat;
    display: flex;
    align-items: flex-end;
    margin-bottom: 14px;
}

.dateLine li.dottedLine {
    margin-left: 276px;
    width: 24px;
    font-family: Lato-bold;
    font-style: normal;
    font-size: 30px;
    line-height: 36px;
    text-transform: capitalize;
    color: #004E3B;
    text-indent: -19px;
}

.dashedLine::after {
    content: "";
    display: block;
    width: 88px;
    height: 33px;
    background: url("../static//dashLine.svg")center 19px no-repeat;
}

.dottedLine::after {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    border-radius: 100%;
    background: #004E3B;
    margin: 14px auto 0px;
}

.dateLine li.dottedLine:nth-child(2) {
    margin-left: 0px;
}

.dashedLine:first-child {
    margin-right: 50px;
}

.dashedLine:last-child {
    margin-left: 50px;
}

.dateWord {
    margin: 0px 30px;
    display: flex;
    justify-content: space-between;
}

.dateWord>li {
    width: 215px;
    height: 96px;
    font-family: Lato-Regular;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 149%;
    color: #272727;
}

.professionContainer {
    width: 100%;
    margin-bottom: 90px;
}

.professionContent {
    width: 1200px;
    margin: 0px auto;
    display: flex;
    flex-wrap: wrap;
}

.professionContent>li {
    width: 600px;
    height: 398px;
    background: rgba(242, 242, 247, 0.36);
    position: relative;
}

.professionContent>li h3 {
    margin: 91px 58px;
    font-family: Lato-Regular;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 149%;
    text-align: center;
    color: #272727;
}

.professionContent>li span {
    position: absolute;
    top: 145px;
    left: 214px;
    width: 172px;
    height: 108px;
    font-family: Lato-bold;
    font-style: normal;
    font-size: 30px;
    line-height: 36px;
    text-align: center;
    text-transform: capitalize;
    color: #FFFFFF;
}

.teamContainer {
    width: 100%;
    margin-bottom: 90px;
}

.teamContainer>h2 {
    font-family: Lato-bold;
    font-style: normal;
    font-size: 30px;
    line-height: 36px;
    text-transform: capitalize;
    color: #272727;
    margin: 90px 0px 50px;
    text-align: center;
}

.teamContainer>p {
    font-family: Lato-Regular;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 149%;
    /* text-transform: capitalize; */
    color: #272727;
    width: 846px;
    margin: 0px auto 48px;
    overflow: hidden;
}

#teamSwiper {
    width: 1260px;
    min-height: 300px;
    margin: 0px auto;
}

.teamContent {
    display: flex;
    flex-wrap: nowrap;
}

.teamImg {
    width: 600px;
    min-height: 373px;
}

.teamRight {
    flex: 1;
    min-height: 373px;
    background: rgba(242, 242, 247, 0.36);
}

.teamTitle {
    font-family: Lato-bold;
    font-style: normal;
    font-size: 30px;
    line-height: 36px;
    text-align: center;
    text-transform: capitalize;
    color: #004C3B;
    margin-top: 35px;
    margin-bottom: 15px;
}

.teamLine {
    display: block;
    width: 114px;
    border: 2px solid #004E3B;
    margin: 0px auto 35px;
}

.teamWord {
    width: 434px;
    font-family: Lato-Regular;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 149%;
    text-align: left;
    color: #272727;
    margin: 0px auto 39px;
    white-space: pre-line;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 11;
    overflow: hidden;
}

.topRankContainer {
    width: 100;
    margin-bottom: 90px;
}

.topRankContent {
    width: 1200px;
    margin: 0px auto;
}

.topRankContent>h2 {
    font-family: Lato-bold;
    font-style: normal;
    font-size: 30px;
    line-height: 36px;
    text-align: center;
    text-transform: capitalize;
    color: #272727;
    margin-bottom: 50px;
}

.topRankList {
    display: flex;
    flex-wrap: wrap;
    margin-right: -23px;
}

.topRankList>li {
    width: 386px;
    margin-right: 21px;
    margin-bottom: 20px;
}

.topRankList>li.topRankFlex {
    display: flex;
    flex-wrap: nowrap;
    height: 156px;
    background: rgba(242, 242, 247, 0.36);
}

.topRankLeft {
    width: 72px;
    margin-left: 42px;
    margin-right: 33px;
    margin-top: 23px;
    display: flex;
    flex-flow: column;
    align-items: center;
}

.topRankFlexRight {
    display: flex;
    flex-flow: column;
}

.topRankLeft>img {
    width: 72px;
    height: 72px;
    border: 1px solid;
    border-radius: 100%;
}

.topRankImg {
    width: 386px;
    height: 386px;
}

.topRankWord {
    width: 386px;
    height: 202px;
    background: rgba(242, 242, 247, 0.36);
    overflow: hidden;
}

.topRankWord>h2,
.topRankLeft>span {
    font-family: Lato-bold;
    font-style: normal;
    font-size: 30px;
    line-height: 36px;
    text-transform: capitalize;
    color: #004E3B;
    text-align: center;
    margin: 14px 0px;
}

.topRankLeft>span {
    font-size: 24px;
    line-height: 29px;
}

.topRankWord>h3,
.topRankName {
    font-family: Lato-bold;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 29px;
    text-transform: capitalize;
    color: #272727;
    text-align: center;
    margin: 14px 0px 0px;
}

.topRankName {
    margin-top: 31px;
    text-align: left;
}

.topRankBar {
    width: 100%;
    display: block;
    text-align: center;
    font-family: Lato-Regular;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    text-transform: capitalize;
    color: #272727;
    margin-top: 14px;
}

.topRankCount {
    text-align: left;
}

.topRankRight {
    margin-right: 16px;
}

.joinUsContainer {
    width: 100%;
    margin-bottom: 90px;
}

.joinUsContainer>h2 {
    margin-bottom: 50px;
    font-family: Lato-bold;
    font-style: normal;
    font-size: 30px;
    line-height: 36px;
    text-align: center;
    text-transform: capitalize;
    color: #272727;
}

.joinUsContent {
    width: 1260px;
    margin: 0px auto;
    display: flex;
    flex-wrap: nowrap;
}

.joinUsContent>li.joinUsImg {
    width: 600px;
    min-height: 476px;
}

.joinUsContent>li.joinUsWord {
    width: 641px;
    min-height: 420px;
    left: 919px;
    top: 5337px;
    background: rgba(242, 242, 247, 0.36);
}

.joinUsWord>h2 {
    font-family: Lato-bold;
    font-style: normal;
    font-size: 30px;
    line-height: 36px;
    text-transform: capitalize;
    color: #004E3B;
    text-align: center;
    margin: 43px 0px 0px;
}

.joinUsWord>h3 {
    width: 442px;
    font-family: Lato-Regular;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 24px;
    text-align: left;
    /* text-transform: capitalize; */
    color: #878787;
    margin: 15px auto 29px;
}

.joinUsWord>h4 {
    width: 442px;
    font-family: Lato-Regular;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 149%;
    /* text-transform: capitalize; */
    color: #000000;
    margin: 0px auto 49px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}

.joinUsWord>h4:nth-child(4) {
    margin-bottom: 29px;
}

.joinUsBtn {
    display: block;
    width: 448px;
    height: 60px;
    background: linear-gradient(96.22deg, #FDE098 0%, #F0C068 99.78%);
    box-shadow: 0px 4px 6px 2px rgba(255, 236, 190, 0.5), inset 0px -1px 1px rgba(0, 0, 0, 0.25), inset 0px 1px 2px rgba(255, 255, 255, 0.56);
    border-radius: 40px;
    font-family: Lato-Regular;
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 36px;
    text-transform: uppercase;
    color: #603B10;
    align-self: center;
    margin: 0px auto;
}

.photoWallContainer {
    margin-bottom: 120px;
}

.photoWallContainer>h2 {
    font-family: Lato-bold;
    font-style: normal;
    font-size: 30px;
    line-height: 36px;
    text-align: center;
    text-transform: capitalize;
    color: #272727;
    margin-bottom: 50px;
}

.photoWallContent {
    width: 100%;
    overflow: hidden;
    position: relative;
    min-height: 280px;
}

.photoWallList {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-right: -20px;
}

.photoWallList::after {
    content: '';
    flex-grow: 99999;
}

.photoWallList li {
    /* width: calc(100% / 4 - 20px); */
    width: auto;
    height: 265px;
    margin-right: 20px;
    flex-grow: 1;
    margin-bottom: 20px;
    /* border: 1px solid; */
    box-sizing: border-box;
    /* display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center; */
    overflow: hidden;
}

.photoWallList li div {
    /* object-fit: cover; */
    /* height: 265px; */
    /* max-width: 100%; */
    /* min-width: 100%; */
    background-size: cover;
    background-position: center;
    /* object-fit: cover; */
}

.photoWallList li img {
    object-fit: cover;
    height: 265px;
    width: auto;
    max-width: 100%;
    min-width: 100%;
    margin: auto;
    /* opacity: 0; */
    /* background-size: 100% 100%; */
    /* background-position: center; */
    /* object-fit: cover; */
}


/* blogDetail */

#blogDetailContent {
    width: 1200px;
    margin: 30px auto 110px;
    min-height: 700px;
    display: flex;
    flex-flow: nowrap;
}


/* #blogDetailContent>h2 {
font-family: Lato-bold;
font-style: normal;
font-size: 30px;
line-height: 36px;
text-align: center;
text-transform: capitalize;
color: #272727;
margin-bottom: 50px;
}

#blogDetailContent>div {
width: 400px;
min-height: 400px;
}

#blogDetailContent>p {
font-family: Lato-Regular;
font-style: normal;
font-weight: normal;
font-size: 18px;
line-height: 149%;
text-transform: capitalize;
color: #272727;
margin: 0px 43px 49px;
} */

#blogDetailLeft {
    width: 720px;
    position: relative;
}

#blogDetailLeft h2 {
    font-family: Lato-bold;
    font-style: normal;
    font-size: 30px;
    line-height: 36px;
    text-transform: capitalize;
    color: #272727;
    margin-bottom: 12px;
}

#blogDetailLeft h3 {
    font-family: Lato-Regular;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 149%;
    text-transform: capitalize;
    color: #272727;
    margin-bottom: 30px;
}

#blogDetailLeft div.blogDetailText {
    font-family: Lato-Regular;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 149%;
    text-align: justify;
    color: #000000;
}
#blogDetailLeft div.blogDetailText.pre-line {
    white-space: pre-line;
}
.blogDetailText p{
    margin: 0px 0;
    /* padding: 20px 0; */
    min-height: 27px;
}
#blogDetailRight {
    flex: 1;
    margin-left: 86px;
}

.blogDetailImg {
    width: 720px;
    /* height: 591px; */
}
.blogDetailImgNew{
    height: 590px;
}
#blogDetailRight>h2,
#categoryList>h2 {
    font-family: Lato-bold;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    text-transform: capitalize;
    color: #272727;
}

.recentPostList {
    margin-top: 20px;
    margin-bottom: 30px;
    width: 326px;
}

.recentPostLi {
    width: 100%;
    display: flex;
    flex-flow: nowrap;
    align-items: center;
    margin-bottom: 14px;
}

.recentPostImg {
    width: 101px;
    height: 77px;
}

.recentPostLeft {
    flex: 1;
    padding-left: 12px;
}

.recentPostLeft h2 {
    font-family: Lato-bold;
    font-style: normal;
    font-size: 16px;
    line-height: 19px;
    text-transform: capitalize;
    color: #272727;
    margin-bottom: 15px;
}

.recentPostLeft span {
    font-family: Lato-Regular;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 149%;
    text-transform: capitalize;
    color: #272727;
}

.categoryList h2 {
    margin-bottom: 10px;
}

.categoryList {
    width: 100%;
}


/* 
.categoryList a {
    display: block;
    font-family: Lato-Regular;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 19px;
    text-transform: capitalize;
    color: #272727;
    background: url("../static/arrowRight.svg")right center no-repeat;
    margin-bottom: 10px;
} */

.categoryList .emailLine {
    width: 100%;
    margin-top: 20px;
}


/* 登录 */

.loginMask,
.downloadMask,
.customersMask,
.loginSuccessMask,
.resetPasswordMask,
.privacyMask,
.shareERCodeMask {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.5) ;/*rgba(255, 255, 255, 0.5);*/
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
}

.privacyMask {
    background: #004E3B;
}

.shareERCodeBg {
    width: 300px;
    padding: 57px 25px 25px;
    box-sizing: border-box;
    /* height: 570px; */
    background: #004E3B;
    border-radius: 15px;
    position: relative;
}

#shareERCodeClose {
    display: block;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: rgba(0, 100, 78, 0.9);
    position: absolute;
    color: #fff;
    text-align: center;
    line-height: 26px;
    top: 15px;
    right: 10px;
    cursor: pointer;
}

.shareERCodeText {
    width: 250px;
    font-family: Lato-Regular;
    font-size: 24px;
    line-height: 60px;
    font-weight: 600;
    color: #603B10;
    text-align: center;
    /* position: absolute;
    bottom: 25px;
    left: 25px; */
    cursor: pointer;
    box-sizing: border-box;
    background: linear-gradient(96.22deg, #FDE098 0%, #F0C068 99.78%);
    box-shadow: inset 0px -1px 1px rgba(0, 0, 0, 0.25), inset 0px 1px 2px rgba(255, 255, 255, 0.56);
    border-radius: 40px;
}

.shareERCodeContent {
    width: 250px;
    /* height: 420px; */
    margin: 0px auto 25px;
    border-radius: 15px;
    overflow: hidden;
    /* position: absolute;
    bottom: 95px;
    left: 25px; */
}

.loginMaskBg,
.loginSuccessBg,
.resetPasswordBg {
    width: 530px;
    height: 640px;
    /* background: conic-gradient(from 180deg at 0% 0%, #3D9178 -0.58deg, #064C3B 221.6deg, #3D9178 359.42deg, #064C3B 581.6deg); */
    background: #004E3B;
    backdrop-filter: blur(37px);
    position: relative;
}

.loginMask,
.downloadMask,
#customersMask,
.registerContent,
.forgetPasswordContent,
.loginSuccessMask,
.phoneLoginMaskContent,
.privacyMask,
.shareERCodeMask {
    display: none;
}
.d_registerContent{
    margin-top: 20px;
}
.d_registerContent .registerInput{
    margin-bottom: 10px;
}
.d_registerContent .registerPhoneNumberBox{
    margin-bottom: 10px;
}
.d_registerContent.registerContent .registerBtn{
    margin-top: 20px;
}
.myAlertTips{
    position: fixed;
    z-index: 999;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #fff;
    height: 100px;
    width: 220px;
    font-size: 20px;
    line-height: 100px;
    text-align: center;
    border-radius: 20px;
    background-color: #306B5D;
}
.phoneInputBox{
    display: flex;
    width: 450px;
    margin: 0 auto;
}
.contactPhoneBox.phoneInputBox{
    width: 480px;
    margin: 0 0 30px 60px;
    align-items: flex-end;
}
.phoneInputBox .loginText{
    width: 330px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.countryBox{
    position: relative;
}
.contactPhoneBox .countryBox{
    background-color: #fff;
}
.countryAreaList{
    display: none;
    list-style: none;
    position: absolute;
    top: 50px;
    left: 0;
    width: 76px;
    background:#004938;
}
.contactPhoneBox .countryAreaList{
    background-color: #fff;
    width: 66px;
}
.contactPhoneBox .countryAreaList li img{
    display: none;
}
.contactPhoneBox .countryIco{
    display: none;
}
.countryAreaList li{
    cursor: pointer;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.contactPhoneBox .countryAreaList li:hover{
    background-color: rgba(0, 0, 0, 0.1);
}
.countryAreaList li:hover{
    background: #40766A;
}
.countryAreaList li img{
    display: none;
    width: 60px;
    height: 30px;
    border-radius: 2px;
    margin-right: 10px;
}
.countryAreaList li span{
    font-size: 18px;
    color: #fff;
}
.countryAreaCode{
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    /* width: 120px; */
    width: 76px;
    background: rgba(0, 0, 0, 0.06);
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.contactPhoneBox .countryAreaCode{
    width: 66px;
    background: #fff;
    border-bottom: 1px solid #004E3B;
    border-radius: 0;
}
.countryIco{
    display: none;
    width: 60px;
    height: 30px;
    border-radius: 2px;
    overflow: hidden;
    margin-right: 10px;
}
.countryIco img{
    display: block;
    width: 100%;
    height: 100%;
}
.areaCode{
    font-size: 18px;
    color: #fff;
}
.contactPhoneBox .areaCode{
    color: #004E3B;
}
.contactPhoneBox .contactPhoneBoxInp{
    margin-left: 0;
    height: 22px;
    margin-bottom: 0;
}
.privacyBg {
    height: 90%;
    padding: 70px 100px 40px 100px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.privacyBg::-webkit-scrollbar,
.privacySp::-webkit-scrollbar {
    display: none;
}

.privacyClose {
    display: block;
    width: 30px;
    height: 30px;
    background: url("../static/closeBtn.svg")center center no-repeat;
    background-size: contain;
    cursor: pointer;
    margin: auto;
}

.privacyBg .title {
    font-family: Lato-bold;
    font-size: 16px;
    /* text-transform: capitalize; */
    color: #ffffff;
    margin: 16px 0px;
}

.privacyBg h2 {
    font-family: Lato-Regular;
    font-size: 14px;
    color: #ffffff;
    margin: 16px 0px;
}

.privacyBg p,
.privacyBg ul {
    font-family: Lato-Regular;
    font-size: 12px;
    line-height: 16px;
    color: #ffffff;
    margin: 16px 0px;
}

.privacyBg ul {
    margin-left: 20px;
}

.privacyBg ul li {
    list-style-type: initial;
}

.dowmloadMaskBg {
    position: relative;
    width: 530px;
    height: 640px;
    /* background: conic-gradient(from 180deg at 0% 0%, #3D9178 -0.58deg, #064C3B 221.6deg, #3D9178 359.42deg, #064C3B 581.6deg); */
    background: #004E3B;
    backdrop-filter: blur(37px);
}
#downRegisterBtn{
    position: absolute;
    left: 40px;
    bottom: 79px;
    display: block;
    font-family: Lato-Regular;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    color: #FFFFFF;
    cursor: pointer;
}
#dowmloadMaskBg {
    position: relative;
}

.customersMaskBg {
    position: relative;
    width: 1200px;
}
.customer_title{
    font-size: 20px;
    position: absolute;
    bottom: 0;
    z-index: 100;
    color: #000;
    font-weight: bold;
}
#customersBigSwiperWrapper .swiper-slide {
    min-height: 675px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: inherit;
}

#customersBigSwiperWrapper img{
    width: auto;
    max-width: 100%;
    height: auto;
}
#customersBigCloseBtn {
    width: 50px;
    height: 50px;
    right: 220px;
    top: 50px;
    z-index: 3;
/*    border: 5px solid gray;*/
    border-radius: 50%;
}
.aboutusCustomersMask #customersBigCloseBtn{
    right: 30px;
    top: 30px;
}

.downloadsName {
    font-family: Lato-bold;
    font-style: normal;
    font-size: 30px;
    line-height: 36px;
    text-transform: capitalize;
    color: #FFFFFF;
    margin: 20px 40px 20px;
}

.downloadListBg {
    width: 450px;
    height: 144px;
    padding-top: 14px;
    background: rgba(0, 0, 0, 0.06);
    border-radius: 4px;
    margin: 0px auto;
    overflow: auto;
    position: relative;
}

.downloadListBg li {
    display: flex;
    align-items: center;
    font-family: Lato-Regular;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
    margin: 0px 20px 10px;
}

.downloadListBg li span.fileType {
    padding: 2px 8px;
    width: 41px;
    height: 21px;
    background: rgba(255, 255, 255, 0.19);
    border-radius: 4px;
    text-align: center;
    margin-left: auto;
    font-family: Lato-Regular;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    text-transform: capitalize;
    color: #FFFFFF;
}

.downloadText:nth-child(3) {
    margin-top: 22px;
}

.submitBnt {
    cursor: pointer;
    width: 106px;
    height: 34px;
    border: 1px solid #FFFFFF;
    box-sizing: border-box;
    border-radius: 100px;
    padding: 8px 26px;
    font-family: Lato-Regular;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    text-transform: capitalize;
    color: #FFFFFF;
    margin-left: 40px;
}

.downloadText {
    display: block;
    width: 329px;
    margin-left: 40px;
    height: 22px;
    padding-bottom: 14px;
    margin-bottom: 30px;
    border-bottom: 1px solid #FFFFFF;
    font-family: Lato-Regular;
    color: #fff;
}

.downloadListBg::-webkit-scrollbar {
    width: 6px;
    height: 52px;
}

.downloadListBg::-webkit-scrollbar-track {
    /* -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); */
    border-radius: 10px;
    /* background-color: red; */
}

.downloadListBg::-webkit-scrollbar-thumb {
    width: 6px;
    height: 52px;
    background: rgba(255, 255, 255, 0.26);
    border-radius: 2px;
}

.uploadResumeBox {
    position: relative;
    width: 360px;
    height: 34px;
    margin-left: 40px;
    margin-bottom: 30px;
}

input[name="joinUsFile"] {
    position: absolute;
    top: 0px;
    height: 34px;
    opacity: 0;
    z-index: 2;
}

.joinUsUpLoadName {
    position: absolute;
    left: 158px;
    height: 34px;
    line-height: 34px;
    font-family: Lato-Regular;
}

.uploadResume {
    display: block;
    width: 150px;
    height: 34px;
    line-height: 34px;
    border-radius: 50px;
    border: 1px solid #ffffff;
    text-align: center;
    /* margin-left: 40px; */
    color: #ffffff;
    font-family: Lato-Regular;
    font-size: 14px;
    text-transform: capitalize;
    position: absolute;
    top: 0px;
    z-index: 1;
}

.loginMaskContent,
.resetPasswordContent {
    width: 530px;
    height: 640px;
    overflow: hidden;
    /* position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
    opacity: 0; */
}

.loginHead {
    display: block;
    width: 100px;
    height: 100px;
    border: 2px solid #FDFEFF;
    border-radius: 100%;
    margin: 60px auto 14px;
    overflow: hidden;
}

.loginHead img {
    margin-top: 11px;
}

.loginTitle {
    display: block;
    font-family: Lato-bold;
    font-style: normal;
    font-size: 30px;
    line-height: 36px;
    text-transform: capitalize;
    color: #FFFFFF;
    text-align: center;
    margin-bottom: 49px;
}

.loginText,
.loginPassword,
.registerInput,
.forgetPasswordInput {
    display: block;
    width: 450px;
    height: 50px;
    background: rgba(0, 0, 0, 0.06);
    border-radius: 4px;
    margin: 0px auto;
    text-indent: 20px;
    font-family: Lato-Regular;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
}

.loginErrorTips,
.registerErrorTips,
.forgetPasswordErrorTips,
.joinUsErrorTips,
.phoneLoginErrorTips {
    display: inline-block;
    font-family: Lato-Regular;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    color: #bf0101;
    margin-left: 40px;
}

.registerCodeBox {
    display: flex;
    width: 450px;
    margin: 0px auto;
    align-items: center;
}

.getRegisterCode,
.phoneLoginGetCode {
    width: 210px;
    border-radius: 25px;
    height: 50px;
    box-sizing: border-box;
    line-height: 50px;
    text-align: center;
    border: 1px solid #fff;
    color: #ffffff;
    font-size: 18px;
    cursor: pointer;
    font-family: Lato-Regular;
    /* text-transform: uppercase; */
}

.phoneLoginGetCodeBox {
    width: 450px;
    margin: 0px auto 20px;
    display: flex;
    align-items: center;
}

.phoneLoginGetCodeBox .loginText {
    margin-bottom: 0px;
    flex: 1;
    margin-right: 10px;
}

.registerCodeBox .registerInput {
    flex: 1;
    margin-bottom: 0px;
    margin-right: 10px;
}

.restPassword {
    display: block;
    text-align: center;
    width: 174px;
    height: 34px;
    border: 1px solid #FFFFFF;
    box-sizing: border-box;
    border-radius: 100px;
    font-family: Lato-Regular;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 32px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin: 216px 0px 0px 40px;
    cursor: pointer;
}

.backHomeLink {
    font-family: Lato-Regular;
    text-transform: capitalize;
}

.registerInput {
    margin-bottom: 20px;
}

.registerPhoneNumberBox {
    display: flex;
    width: 450px;
    margin: auto;
    align-items: center;
    margin-bottom: 20px;
}
.reg_required_box{
    position: relative;
    width: 450px;
    margin: auto;
}
.reg_required_box .requireText{
    color: #fff;
}
.require_inp{
    display: flex;
    width: 450px;
    margin: 0 auto;
}
.requireText{
    font-size: 22px;
    position: absolute;
    top: 0;
    left: -15px;
    /* -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); */
}
.registerPhoneNumberInner{
    position: relative;
}
.registerPhoneNumberBox input {
    margin-bottom: 0px;
}

.registerPhoneNumberBox span {
    color: #fff;
    /* margin-right: 10px; */
}

.registerContent .registerBtn {
    margin-left: 40px;
    margin-top: 42px;
}

.resetPasswordBtnbox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-flow: nowrap;
    margin: 250px 40px 0px;
}

.forgottenLink,
.phoneLoginLink {
    display: block;
    font-family: Lato-Regular;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    text-decoration-line: underline;
    text-transform: capitalize;
    color: #FFFFFF;
    text-align: right;
    margin: 14px 40px 76px;
    cursor: pointer;
}

.phoneLoginLink {
    margin-bottom: 0px;
}

.loginRegisterBox {
    display: flex;
    flex-flow: nowrap;
    align-items: center;
    justify-content: space-between;
    margin: 0px 40px;
}

.loginLinkBtn,
.resetPasswordBtn,
.phoneLoginBtn {
    display: block;
    width: 149px;
    height: 46px;
    text-align: center;
    line-height: 42px;
    background: linear-gradient(96.22deg, #FDE098 0%, #F0C068 99.78%);
    border-radius: 100px;
    font-family: Lato-Regular;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    text-transform: uppercase;
    color: #282828;
    cursor: pointer;
}

.phoneLoginBtn {
    margin: 40px auto 0px;
}

.registerBtn {
    display: block;
    font-family: Lato-Regular;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    color: #FFFFFF;
    cursor: pointer;
}

.loginText {
    margin-bottom: 20px;
}

.registerContent,
.phoneLoginMaskContent {
    width: 530px;
    /* position: absolute;
    top: 0px;
    left: 0px;
    z-index: 2;
    opacity: 0; */
}

.registerTitleBox {
    display: flex;
    align-items: center;
    margin: 60px 40px 50px;
}

.arrowLeft {
    width: 23px;
    height: 22px;
    background: url("../static/arrowLeft.svg")no-repeat;
    background-size: contain;
    margin-right: 20px;
    cursor: pointer;
}

.registerTitle {
    font-family: Lato-bold;
    font-style: normal;
    font-size: 30px;
    line-height: 36px;
    text-transform: capitalize;
    color: #FFFFFF;
}

.forgetPasswordContent {
    width: 530px;
    /* position: absolute;
    z-index: 3;
    opacity: 0; */
}

.forgetPasswordTips {
    font-family: Lato-Regular;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 149%;
    text-align: center;
    color: #FFFFFF;
    margin: 116px 40px 20px;
}

.backToLoginBtn {
    display: none;
    text-align: center;
    width: 164px;
    height: 34px;
    border: 1px solid #FFFFFF;
    box-sizing: border-box;
    border-radius: 100px;
    font-family: Lato-Regular;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 32px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin: 181px auto 0px;
    cursor: pointer;
}

.loginSuccessContent {
    width: 530px;
    /* position: absolute;
    z-index: 4; */
}

.personalCentreBtn {
    display: block;
    width: 189px;
    height: 34px;
    text-align: center;
    border: 1px solid #FFFFFF;
    box-sizing: border-box;
    border-radius: 100px;
    font-family: Lato-Regular;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 32px;
    text-transform: capitalize;
    color: #FFFFFF;
    margin: 0px auto;
}

.loginOutBtn {
    display: block;
    margin: 278px 40px 0px auto;
    font-family: Lato-Regular;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    text-transform: capitalize;
    color: #FFFFFF;
}

.closeBtn {
    display: block;
    width: 27px;
    height: 27px;
    background: url("../static/closeBtn.svg")center center no-repeat;
    background-size: contain;
    position: absolute;
    top: 60px;
    right: 42px;
    cursor: pointer;
}
.downloadCloseBtn.closeBtn{
    position: absolute;
    top: 20px;
    right: 42px;
}

/* personal */

.personalLogoutBtn {
    width: 34px;
    height: 34px;
    border: 1px solid #C7D7E4;
    background: #FDFEFF;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.personalCenterContainer {
    width: 1200px;
    height: 100%;
    margin: 0px auto;
    display: flex;
    flex-flow: nowrap;
    /* position: relative; */
}

.personalCenterLeft {
    width: 326px;
    background: rgba(242, 242, 247, 0.36);
}

.personalCenterRight {
    flex: 1;
    background: #ffffff;
    padding: 67px 0px 0px 60px;
}

.personalCenterContent:nth-child(1) {
    display: block;
}

.personalCenterContent {
    display: none;
}

.personalCenterBox {
    margin: 45px auto 0px;
    /* display: flex;
    align-items: center;
    flex-flow: column;
    justify-content: center; */
    width: 82px;
    height: 82px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
}

.personalCenterHead {
    width: 80px;
    height: 80px;
    border: 1px solid #C7D7E4;
    background: #FDFEFF;
    border-radius: 50%;
    margin-bottom: 15px;
    overflow: hidden;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0px;
    left: 0px;
}


/* 
.personalCenterHead img {
    margin-top: 5px;
} */

.editBtnBox {
    position: relative;
    width: 71px;
    display: block;
    margin: 53px auto;
}

.editBtnBox input {
    position: absolute;
    width: 71px;
    height: 28px;
    top: 0px;
    left: 0px;
    opacity: 0;
    cursor: pointer;
}

.editBtn {
    display: block;
    width: 71px;
    height: 28px;
    line-height: 28px;
    background: #EEF1F2 url("../static/editbtn.svg")13px center no-repeat;
    text-indent: 32px;
    border-radius: 100px;
    text-transform: uppercase;
}

.personalEmail {
    margin-top: 20px;
    font-family: Lato-Regular;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    text-transform: initial;
    color: #272727;
    text-indent: 34px;
    margin-bottom: 25px;
}

.personalLogout {
    display: block;
    width: 76px;
    height: 28px;
    background: #FFFFFF;
    border: 1px solid #FE6161;
    box-sizing: border-box;
    border-radius: 100px;
    font-family: Lato-Regular;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 25px;
    text-transform: uppercase;
    color: #FE6161;
    margin-left: 34px;
    text-align: center;
    cursor: pointer;
}

.bottomLine {
    display: block;
    width: 266px;
    height: 0px;
    border: 1px solid #E0E0E0;
    margin: 30px auto;
}

.SecurityCentreTitle {
    font-family: Lato-bold;
    font-size: 16px;
    line-height: 19px;
    text-transform: capitalize;
    color: #272727;
    margin-left: 30px;
    margin-bottom: 30px;
    cursor: pointer;
}

.anchorPoint,
.anchorPointBold {
    display: block;
    margin: 0px 30px;
    font-family: Lato-Regular;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 19px;
    text-transform: capitalize;
    color: #272727;
    margin-bottom: 20px;
    background: url("../static/arrowRight.svg")right center no-repeat;
}

.anchorPointBold {
    cursor: pointer;
    font-family: Lato-bold;
}

#personalInformation p {
    font-family: Lato-Regular;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    text-transform: capitalize;
    color: #272727;
    text-indent: 34px;
    margin-bottom: 25px;
}

#personalInformationEmail,
#saleEmail {
    text-transform: initial;
}

.emailInput {
    display: block;
    width: 450px;
    height: 50px;
    background: #FFFFFF;
    border: 1px solid #C7D7E4;
    box-sizing: border-box;
    border-radius: 4px;
    margin-bottom: 10px;
    text-indent: 10px;
}

#enquiriesContent {
    display: flex;
}

.enquiriesDetailBox {
    background: rgba(242, 242, 247, 0.36);
    /* background-color: #F5F5F5; */
    padding: 29px 30px 36px;
}
.houseDesBox{
    display: block;
    cursor: pointer;
    background-color: #fff;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px;
}
.houseDesBox .houserImg{
    width: 250px;
    height: 130px;
    float: left;
}
.houserImg img{
    display: block;
    width: 250px;
    height: 130px;
    object-fit: cover;
    border-radius: 10px;
}
.houseDesText{
    margin-left: 270px;
}
.houseTitle{
    padding: 15px 0 5px;
    font-size: 20px;
    line-height: 24px;
    font-weight: bold;
    color: #333;
}
.houseSlogan{
    font-size: 16px;
    line-height: 20px;
    color: #666;
    margin-bottom: 15px;
}
.housePrice{
    font-weight: bold;
    font-size: 16px;
    color: #F88922;
}
.houserPriceNum{
    display: inline-block;
    font-size: 24px;
    margin: 0 5px;
    font-weight: normal;
}
.addIco{
    font-weight: bold;
}
.enquiriesDetailBox.wxBg{
    background-color: #F5F5F5;
}
.enquiriesDetailBox>h2,
.enquiriesDetaillist h2 {
    font-family: Lato-Regular;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    text-transform: capitalize;
    color: #272727;
    margin-bottom: 8px;
}

.enquiriesDetailBox>p,
.enquiriesDetaillist p {
    font-family: Lato-Regular;
    font-size: 16px;
    line-height: 19px;
    color: rgba(39, 39, 39, 0.63);
    margin-bottom: 18px;
}

.enquiriesDetaillist p {
    display: -webkit-box;
    font-family: Lato-Regular;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    word-break: break-all;
}

.enquiriesDetailBox>div.enquiriesDetailImg {
    width: 754px;
    padding-bottom: 18px;
    border-bottom: 1px solid rgba(224, 224, 224, 0.39);
}

.enquiriesDetailBox .enquiriesDetaillist {
    display: flex;
    align-items: center;
    margin-top: 18px;
}

.enquiriesDetaillist span {
    width: 72px;
    height: 72px;
    overflow: hidden;
    margin-right: 23px;
    display: flex;
    flex-flow: column;
    justify-content: center;
}

.enquiryMainMessage {
    font-family: Lato-Regular;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 24px;
    text-transform: capitalize;
    color: #272727;
    text-indent: 34px;
    margin-bottom: 25px;
}
.enquiriesDetailTop{
    margin-bottom: 20px;
    /* padding-bottom: 20px; */
    /* border-bottom: 1px solid rgba(39, 39, 39, 0.63); */
}
.enquiriesDetailTop>h2{
    font-family: Lato-Regular;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    text-transform: capitalize;
    color: #272727;
    margin-bottom: 8px;
}
.enquiriesDetailTop>p{
    font-family: Lato-Regular;
    font-size: 16px;
    line-height: 19px;
    color: rgba(39, 39, 39, 0.63);
    margin-bottom: 18px;
}
.topContentBox .infoImg{
    float: left;
    height: 80px;
    width: 80px;
    border-radius: 50%;
    background-color: #fff;
    overflow: hidden;
}
.topContent{
    font-family: Lato-Regular;
    width: 534px;
    padding: 0 15px 5px;
    box-sizing: border-box;
    background-color: #fff;
    /* height: 100px; */
    border-radius: 10px;
    margin-left: 100px;
}
.topContent .replyTitle{
    padding: 10px 0;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    border-bottom: 1px solid #000;
  }
  .topContent .replyExplain{
    padding: 10px 0;
    font-size: 16px;
    line-height: 22px;
  }
/* .enquiriesDetailBox>.topImgBox {
    width: 754px;
    padding-bottom: 18px;
    border-bottom: 1px solid rgba(224, 224, 224, 0.39);
} */
.topImgBox{
    /* float: left; */
    /* width: 244px; */
    /* margin-bottom: 13px; */
}
.topImgBox2 img{
    display: block;
    width: 100%;
}
.topImgBox:nth-child(2n-1){
    margin-right: 15px;
}
.replyContentBox{
    width: 754px;
}
.replyContentBox ul li{
    margin-bottom: 20px;
}
.replyContentBox ul li:last-child{
    margin-bottom: 0;
}
.replyContentBox .infoImg{
    float: left;
    height: 80px;
    width: 80px;
    border-radius: 50%;
    background-color: #fff;
    overflow: hidden;
}
.infoImg img{
    width: 100%;
    height: 100%;
}
.replyContent{
    font-family: Lato-Regular;
    width: 534px;
    padding: 0 15px 5px;
    box-sizing: border-box;
    background-color: #fff;
    /* height: 100px; */
    border-radius: 10px;
    margin-left: 100px;
}
.replyContentBox .saleMsg .infoImg{
    float: right;
}

.replyContentBox .saleMsg .replyContent{
    float: right;
    margin-left: 0px;
    margin-right: 20px;
    background-color: #9EEA6A;
}
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
  }
  .replyContent .replyTitle{
    position: relative;
    padding: 15px 0;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    border-bottom: 1px solid #000;
    margin-bottom: 0;
  }
  .replyContent .replyTitle .upTime{
      position: absolute;
      bottom: 2px;
      right: 0;
      color: #666;
      line-height: 1;
      font-size: 12px;
      font-weight: normal;
  }
  .replyContent .replyTitle .msg_other{
    position: absolute;
    bottom: 2px;
    right: 0;
    color: #666;
    line-height: 1;
    font-size: 14px;
    font-weight: normal;
  }
  .replyContent .replyTitle .msg_other span{
      margin-left: 10px;
  }
  .replyContent .replyExplain{
    padding: 10px 0;
    font-size: 16px;
    line-height: 22px;
  }
  .replyImgItem{
      float: left;
      width: 244px;
      height: 150px;
      margin-bottom: 13px;
  }
  .replyImgItem img{
      display: block;
      object-fit: cover;
      width: 100%;
      height: 100%;
  }
  .replyImgItem:nth-child(2n-1){
      margin-right: 15px;
  }
#emailContent h2,
#enquiriesDetailContent>h2,
#enquiriesNewContent h2,
#personalInformation h2,
#phoneNumberContent h2,
#passworContent h2,
#downloadContent h2,
#relationshipContent h2,
#collectionContent>h2,
#enquiriesContent h2 {
    font-family: Lato-bold;
    font-style: normal;
    font-size: 30px;
    line-height: 36px;
    text-transform: capitalize;
    color: #272727;
}

#enquiriesContent h2,
#personalInformation h2,
#enquiriesNewContent h2,
#enquiriesDetailContent>h2,
#valuationReportDetailContent>h2 {
    margin-bottom: 20px;
}

#enquiriesNewContent .uploadResume {
    border: 1px solid #004E3B;
    color: #004E3B;
}

#enquiriesNewContent .uploadResumeBox {
    margin-left: 61px;
}

#enquiriesContent .enquiryMianRight {
    margin-top: 96px;
}

#enquiriesContent .enquiryMianRight h2,
#enquiriesContent .enquiryMianRight h4,
#enquiriesContent .enquiryMianInputText {
    width: 350px;
}

#emailContent h3,
#phoneNumberContent h3,
#passworContent h3 {
    font-family: Lato-Regular;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 19px;
    text-transform: capitalize;
    color: #272727;
    opacity: 0.6;
    margin-top: 4px;
    margin-bottom: 30px;
}

.verificationBox {
    width: 450px;
    height: 50px;
    display: flex;
    flex-flow: nowrap;
    align-items: center;
    margin-bottom: 10px;
}

.verificationBox input[type="text"] {
    width: 213px;
    height: 50px;
    background: #FFFFFF;
    border: 1px solid #C7D7E4;
    box-sizing: border-box;
    border-radius: 4px;
    text-indent: 10px;
}

.verificationBox span {
    flex: 1;
    font-family: Lato-Regular;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
    text-align: center;
    text-transform: uppercase;
    color: #004E3B;
    cursor: pointer;
}

.contactSendCode {
    border-radius: 17px;
    padding: 0 15px;
    border: 1px solid #fff;
    display: block;
    font-family: Lato-Regular;
    font-style: normal;
    font-weight: normal;
    height: 34px;
    line-height: 34px;
    font-size: 14px;
    /* text-transform: uppercase; */
    color: #ffffff;
    cursor: pointer;
    margin-left: 15px;
}

.changePasswordErrorTips,
.changePasswordSuccessTips,
.joinUsSuccessTips,
.changeNumberErrorTips,
.changeNumberSuccessTips,
.changeEmailErrorTips,
.changeEmailSuccessTips,
.downlistsuccesstips,
.downlisterrortips,
.saveToFavoriteErrorTips,
.collectionErrorTips {
    font-family: Lato-Regular;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    text-transform: capitalize;
}

.changePasswordErrorTips,
.changeNumberErrorTips,
.changeEmailErrorTips,
.downlisterrortips,
.projectDetailLeftBar span.saveToFavoriteErrorTips,
.collectionErrorTips {
    color: #FE6161;
}

.changePasswordSuccessTips,
.joinUsSuccessTips,
.changeNumberSuccessTips,
.changeEmailSuccessTips,
.downlistsuccesstips {
    color: #004E3B;
}

.saveBtn {
    display: block;
    margin-top: 20px;
    width: 89px;
    height: 34px;
    border: 1px solid #004E3B;
    box-sizing: border-box;
    border-radius: 100px;
    font-family: Lato-Regular;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 34px;
    text-align: center;
    text-transform: uppercase;
    color: #004E3B;
    cursor: pointer;
}

.emailLine {
    display: block;
    width: 814px;
    height: 0px;
    border: 1px solid #E0E0E0;
    margin-top: 45px;
    margin-bottom: 45px;
}

.downloadList {
    margin-top: 30px;
}

#collectionContent .downloadList {
    /*margin-bottom: 218px;*/
}

.downloadLi {
    display: flex;
    flex-flow: nowrap;
    align-items: center;
    width: 814px;
    margin-bottom: 10px;
}

.collectionRight {
    /* width: 224px;
    height: 168px;
    display: flex;
    flex-flow: column;
    justify-content: center;
    overflow: hidden; */
    position:relative;
}
.downloadList .href{
    cursor: pointer;
}
.collectionHref{
    display: block;
    width: 224px;
    height: 168px;
    display: flex;
    flex-flow: column;
    justify-content: center;
    overflow: hidden;
}
.collectionleft {
    flex: 1;
    height: 168px;
    background: rgba(242, 242, 247, 0.36);
}
.collectionRight span{
    position: absolute;
    z-index: 9;
    top: 0;
    left: 0;
    width: 100%;
    display: block;
    background: rgb(17,135,85,0.7);
    color: #fff;
    line-height: 20px;
    text-align: center;
}
.collectionleft h2 {
    font-family: Lato-Regular;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    text-transform: none;
    color: #272727;
    margin-top: 29px;
    margin-left: 30px;
    margin-bottom: 8px;
}
.collectionleft h2 a{
    color: #272727;
}
.collectionleft h3 {
    font-family: Lato-Regular;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: rgba(39, 39, 39, 0.63);
    margin-left: 30px;
    margin-bottom: 10px;
}
.collectionleft h3.priceStr{
    font-weight: bold;
    color: rgba(0, 78, 59, 0.9);
}
.downloadflex {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    margin-left: 30px;
    margin-right: 22px;
}

.collectionDate {
    font-family: Lato-Regular;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 19px;
    text-align: right;
    text-transform: capitalize;
    color: #272727;
    opacity: 0.6;
}

.deleBtn {
    width: 28px;
    height: 28px;
    background: url("../static/deleBtn.svg")center center no-repeat;
    cursor: pointer;
}

.relationshipList {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.relationshipList>span:nth-child(1) {
    font-family: Lato-Regular;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
    width: 350px;
    margin-right: 50px;
}

.relationshipList>span:nth-child(2),
.downLiBtn {
    font-family: Lato-Regular;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 19px;
    text-align: right;
    text-transform: capitalize;
    color: #272727;
}

.downLiBtn {
    border: 1px solid #272727;
    padding: 5px;
    border-radius: 5px;
    margin-right: 0px;
    margin-left: auto;
    cursor: pointer;
}

.personalCenterRight input::-webkit-input-placeholder {
    color: #C7D7E4;
}

.personalCenterRight input::-moz-placeholder {
    color: #C7D7E4;
}

.personalCenterRight input:-moz-placeholder {
    color: #C7D7E4;
}

.personalCenterRight input:-ms-input-placeholder {
    color: #C7D7E4;
}


/* blogdetail */

.blogDetail-container .mainHeader {
    position: static;
}

.mainHeaderSpecial {
    position: static;
}

.projectSpeciallist {
    position: relative;
    min-height: 250px;
}

.projectSpeciallist>li {
    position: relative;
    margin-bottom: 15px;
    /* width: 100%; */
    width: 390px;
    height: 293px;
}

.projectSpeciallist>li .projectsWordBar {
    width: calc(100% - 28px);
    height: 36px;
    background: rgba(0, 0, 0, 0.27);
    backdrop-filter: blur(37px);
    border-radius: 4px;
    position: absolute;
    bottom: 14px;
    left: 14px;
}

.projectSpeciallist>li .projectsWordBar>span:nth-child(2),
.projectSpeciallist>li .projectsWordBar>span:nth-child(3) {
    font-size: 13px;
}

.projectSpeciallist>li:hover .projectsMaskBar {
    display: flex;
}

.projectSpeciallist>li:hover .projectsLiWordBar {
    display: none;
}

.projectSpeciallist>li .projectsMaskBar h3 {
    font-size: 15px;
}

.projectSpeciallist>li .projectsMaskBar h2 {
    font-size: 18px;
}


/* projectdetail */

.projectsDetailContainer {
    position: relative;
    width: 100%;
}

#projectDetailSwiper {
    height: 569px;
}

.projectDetailSwiper-slide {
    width: auto;
}

.projectDetailSwiper-slide>img {
    width: auto;
    height: 100%;
}

.projectsDetailBar {
    width: 100%;
    height: 80px;
    background: rgba(242, 242, 247, 0.36);
}

.projectsDetailBarContent {
    width: 1200px;
    margin: 0px auto;
    display: flex;
    flex-flow: nowrap;
    align-items: center;
    justify-content: space-between;
    height: 80px;
}

.projectsDetailBarLogo {
    min-width: 167px;
    display: flex;
    flex-flow: nowrap;
    align-items: center;
    /* margin-right: 392px; */
    /* margin-top: 16px; */
}

.projectsDetailBarLogo img {
    width: 35px;
    margin-right: 20px;
}

.logoTitleTop {
    display: block;
    font-family: Lato-bold;
    font-style: normal;
    font-size: 36px;
    line-height: 36px;
    text-transform: capitalize;
    color: #004E3B;
    white-space: nowrap;
}

.logoSuburb {
    font-family: Lato-Regular;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    text-transform: capitalize;
    color: #004E3B;
    white-space: nowrap;
}

.slogan {
    font-family: Lato-Regular;
    font-style: normal;
    font-size: 22px;
    line-height: 26px;
    /* text-align: center; */
    text-transform: capitalize;
    color: #004E3B;
}
.logoTitleBottom{
    font-family: Lato-Regular;
    font-style: normal;
    font-size: 22px;
    line-height: 26px;
    /* text-align: center; */
    text-transform: capitalize;
    color: #004E3B;
}
.projectDetailContent {
    width: 1200px;
    margin: 50px auto 30px;
    display: flex;
    flex-flow: nowrap;
}

.projectDetailLeft {
    width: 788px;
    position: relative;
}

.projectDetailLeftBar {
    display: flex;
    flex-flow: nowrap;
    align-items: center;
    justify-content: flex-end;
    padding-right: 8px;
}

.projectDetailLeftBar span {
    font-family: Lato-bold;
    font-style: normal;
    font-size: 16px;
    line-height: 38px;
    text-align: right;
    text-transform: capitalize;
    color: #004E3B;
}

.floorplans {
    width: 172px;
    height: 38px;
    text-indent: 33px;
    margin-right: 337px;
    background: rgba(242, 242, 247, 0.36) url("../static/floorplans.svg")20px center no-repeat;
}

.share {
    width: 20px;
    height: 38px;
    /* width: 69px; */
    text-indent: 27px;
    background: url("../static/share.svg")0px center no-repeat;
    margin-right: 34px;
    cursor: pointer;
}

.enqueryLnik {
    /* width: 89px; */
    text-indent: 27px;
    background: url(../static/helpIco.png)1px center no-repeat;
    margin-right: 34px;
    cursor: pointer;
    background-size: 17px 17px;
    font-family: Lato-bold;
    font-style: normal;
    font-size: 16px;
    line-height: 38px;
    text-align: right;
    text-transform: capitalize;
    color: #004E3B;
}

.saveToFavorite {
    width: 28px;
    height: 38px;
    /* width: 146px; */
    text-indent: 28px;
    cursor: pointer;
    background: url("../static/collection.svg")0px center no-repeat;
}

.projectDetailTextContent h2,
.propertyContent h2 {
    margin-top: 30px;
    margin-bottom: 20px;
    font-family: Lato-bold;
    font-style: normal;
    font-size: 22px;
    line-height: 22px;
    text-transform: capitalize;
    color: #272727;
}
.projectSummeryContent h2{
    margin-top: 30px;
    margin-bottom: 20px;
    font-family: Lato-bold;
    font-style: normal;
    font-size: 22px;
    line-height: 22px;
    text-transform: capitalize;
    color: #272727;
}
.projectDetailTextContent .categoryAdvantage_list h2{
    display: flex;
    align-items: center;
}
.categoryAdvantage_list .category_list_image{
    display: block;
    height: 22px;
    margin-right: 10px;
    width: auto;
}
.projectSummeryContent .projectSummeryHtml{
    margin-bottom: 50px;
    white-space: pre-line;
}
.projectDetailWord {
    font-family: Lato-Regular;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 149%;
    color: #272727;
    margin-bottom: 50px;
    white-space: pre-line;
}

.projectDetailRight {
    margin-left: 86px;
    flex: 1;
}

.projectDetailImgBox {
    margin-bottom: 10px;
}

.projectDetailBigImg {
    width: 100%;
    height: 246px;
    margin-bottom: 10px;
    position: relative;
    display: flex;
    flex-flow: inherit;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.projectDetailBigImgBar {
    width: 298px;
    height: 36px;
    background: rgba(0, 0, 0, 0.27);
    backdrop-filter: blur(37px);
    border-radius: 4px;
    position: absolute;
    left: 14px;
    bottom: 14px;
}

.projectDetailSmallImg {
    display: flex;
    flex-flow: nowrap;
    align-items: center;
    justify-content: space-between;
}

.projectDetailSmallImg span {
    width: 101px;
    height: 77px;
    overflow: hidden;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
}

.projectDetaillink {
    margin-top: 30px
}
.project_detail_video{
    /* padding-top: 30px; */
}
#project_detail_video{
    width: 100%;
    height: 200px;
}
#price_guide_list{
    margin-bottom: 20px;
    /* display: flex;
    justify-content: space-between; */
}
#attachmentList{
    width: 326px;
    padding-top: 20px;
}
#attachmentList li{
    float: left;
}
#attachmentList li{
    width: 50px;
    height: 50px;
    margin-right: 10px;
    margin-bottom: 10px;
    cursor: pointer;
    
}
#attachmentList li a{
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
}
#attachmentList li span{
    font-size: 12px;
}
#attachmentList li img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}
.projectDetaillink h2 {
    font-family: Lato-bold;
    font-style: normal;
    font-size: 16px;
    line-height: 19px;
    text-transform: capitalize;
    color: #272727;
    margin-bottom: 10px;
}

.projectDetaillink span {
    font-family: Lato-Regular;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 149%;
    /* text-transform: capitalize; */
    color: #272727;
}
.projectDetaillink #tag_name{
    display: block;
}
.tagItemBox{
    display: inline-block;
    margin-right: 5px;
    line-height: 20px;
    padding: 5px 10px;
    background-color: #F0F0F0;
    border-radius: 14px;
    color: #666;
    margin-bottom: 5px;
}
.price_guide_li{
    border-bottom: 2px solid #E0E0E0;
    padding-bottom: 10px;
}
.price_guide_list_name{
    font-family: Lato-Regular;
    font-weight: bold;
    font-size: 16px;
    line-height: 149%;
    color: #272727;
}
.price_guide_list_prices{
    font-family: Lato-Regular;
    font-weight: 300;
    font-size: 16px;
    line-height: 149%;
    color: #272727;
}
.projectDetaillink .emailLine {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
}

.projectDetaillink a {
    display: block;
    font-family: Lato-Regular;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 19px;
    text-transform: capitalize;
    color: #272727;
    background: url("../static/arrowRight.svg")right center no-repeat;
    margin-bottom: 10px;
}

.googleMap {
    width: 100%;
    height: 398px;
    position: relative;
}

.enquiryContent {
    width: 100%;
    background: #ffffff;
    overflow: hidden;
    position: relative;
}

.enquiryBar {
    width: 100%;
    height: 80px;
    /* background: conic-gradient(from 180deg at 0% 0%, #3D9178 -0.58deg, #064C3B 221.6deg, #3D9178 359.42deg, #064C3B 581.6deg); */
    background: #004E3B;
}

.enquiryBarContent {
    width: 1200px;
    height: 80px;
    margin: 0px auto;
    display: flex;
    flex-flow: nowrap;
    align-items: center;
    text-align: center;
}

.enquiryMianRight h2,
.enquiryMianRight h3,
.enquiryMianRight h4 {
    width: 480px;
    margin-left: 60px;
    color: #272727;
    font-family: Lato-Regular;
}

.enquiryMianRight h2 {
    font-family: Lato-bold;
    font-size: 30px;
    margin-bottom: 14px;
}

.enquiryMianRight h3 {
    font-size: 18px;
    margin-bottom: 7px;
}

.enquiryMianRight h4 {
    font-size: 16px;
    margin-bottom: 30px;
}

.enquiryMianRight .contactErrorTips,
.enquiryMianRight .contactSuccessTips {
    margin-left: 60px;
}

.personalCenterList {
    width: 700px;
    margin-top: 60px;
    /* margin-left: 60px; */
}

.personalCenterList li {
    display: flex;
    margin-bottom: 20px;
    padding: 20px;
    border-radius: 10px;
    background: rgba(242, 242, 247, 1);
    cursor: pointer;
}

.enquiriesDetailList {
    display: flex;
}

.enquiryName {
    font-family: Lato-bold;
    font-style: normal;
    font-size: 20px;
    line-height: 20px;
    color: #272727;
    display: inline-block;
    margin-bottom: 10px;
    text-transform: capitalize;
}

.enquiryHeadPic {
    width: 80px;
    height: 80px;
    border: 1px solid #C7D7E4;
    background: #FDFEFF;
    border-radius: 50%;
    margin-right: 32px;
    overflow: hidden;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
}
.seeMoreView{
    display: none;
    width: 160px;
    height: 45px;
    border-radius: 10px;
    text-align: center;
    line-height: 45px;
    border: 1px solid;
    font-size: 18px;
    font-family: Lato-Regular;
    cursor: pointer;
    margin:0 auto 20px;
}
.enquiryMessage,
.enquiryEmail,
.enquiryPhone {
    font-family: Lato-Regular;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #272727;
    width: 450px;
}

.enquiryViewBtn {
    width: 80px;
    height: 50px;
    font-size: 18px;
    text-align: center;
    font-family: Lato-Regular;
    border: 1px solid;
    border-radius: 5px;
    line-height: 50px;
    margin-top: auto;
    margin-bottom: 0px;
    margin-left: 7px;
    text-transform: uppercase;
}

.enquiryNewBtn {
    width: 100px;
    height: 45px;
    border-radius: 10px;
    text-align: center;
    line-height: 45px;
    border: 1px solid;
    font-size: 18px;
    font-family: Lato-Regular;
    display: block;
    cursor: pointer;
    text-transform: uppercase;
}

.enquiriesDetailContent {
    display: none;
}
.enqOpreation{
    display: flex;
    justify-content: space-between;
}
.enquiryBackBtn,
.enquiriesDetailBackBtn {
    display: block;
    width: 20px;
    height: 20px;
    background: url("../static/arrowLeft_1.svg")center center no-repeat;
    background-size: contain;
    margin-bottom: 30px;
    cursor: pointer;
}
.replyBtn{
    height: 45px;
    line-height: 45px;
    width: 100px;
    text-align: center;
    font-size: 16px;
    border: 1px solid;
    font-size: 18px;
    font-family: Lato-Regular;
    cursor: pointer;
    font-weight: 700;
    border-radius: 4px;
    margin-bottom: 10px;
}
.replyContentDialog{
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.6);
    display: none;
    justify-content: center;
    align-items: center;
}
.replyCotentBox{
    position: absolute;
    font-family: Lato-Regular;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 700px;
    border-radius: 10px;
    background-color: #F5F5F5;
    padding: 20px;
    box-sizing: border-box;
    box-shadow: 0 2px 12px 0 rgba(0,0,0,.4);
}
.consultTop{
    height: 50px;
    position: relative;
    padding: 0 20px;
    text-align: center;
    line-height: 50px;
    font-size: 20px;
    color: #333;
    /* margin-bottom: 20px; */
    font-weight: bold;
}
.replyTips{
    height: 20px;
}
.consultTitle{
    padding: 10px 0;
    background-color: #fff;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}
.consultBack{
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
}
.consultBackIco{
    width: 25px;
    height: 25px;
    background: url(../static/bico.png) no-repeat center center;
    background-size: 100% 100%;
}
.consultSend{
    cursor: pointer;
    position: absolute;
    top: 0;
    right:0;
    height: 50px;
    width: 100px;
    border-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #61BB4E;
}
.consultSendIco{
    width: 25px;
    height: 25px;
    background: url(../static/sico.png) no-repeat center center;
    background-size: 100% 100%;
}
.consultLabel{
    height: 40px;
    display: flex;
    padding: 0 20px;
    font-size: 16px;
    /* font-weight: bold; */
    align-items: center;
    justify-content: center;
    color: #393939;
}
.titleInput{
    display: block;
    box-sizing: border-box;
    padding: 0 20px;
    margin: 0;
    flex: 1;
    text-align: right;
    height: 40px;
    font-size: 16px;
    line-height: 40px;
    color: #393939;
    border: none;
}
.titleInput::-webkit-input-placeholder,
.consultContent::-webkit-input-placeholder {
    color: #8DA2B4!important;
}

.titleInput::-moz-placeholder,
.consultContent::-webkit-input-placeholder {
    /* Mozilla Firefox 19+ */
    color: #8DA2B4!important;
}

.titleInput:-moz-placeholder,
.consultContent::-webkit-input-placeholder{
    /* Mozilla Firefox 4 to 18 */
    color: #8DA2B4!important;
}

.titleInput:-ms-input-placeholder,
.consultContent::-webkit-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #8DA2B4!important;
}

.consultContentBox{
    padding: 10px 0;
    background-color: #fff;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #393939;
}
.consultContent{
    flex: 1;
    resize: none;
    padding: 20px 20px;
    font-size: 16px;
}
.consultUploadBox{

}
.consultUploadTitle{
    height: 40px;
    display: flex;
    padding: 0 20px;
    font-size: 16px;
    /* font-weight: bold; */
    align-items: center;
    color:#8DA2B4;
}
.consultUploadList{
    /* padding: 20px 0 0; */
}
.uploadImgItem{
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    width: 150px;
    height: 150px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}
.uploadImgItem img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.uploadDeleteBtn{
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    background-color: rgba(0, 0, 0, 0.7);
    border-bottom-left-radius: 5px;
}
.uploadDeleteIco{
    width: 20px;
    height: 20px;
    background: url(../static/dico.png) no-repeat center center;
    background-size: 100% 100%;
}
.addUpload.uploadImgItem{
    cursor: pointer;
    display: flex;
    border: 2px dashed #8DA2B4;
    justify-content: center;
    align-items: center;
}
.addUploadIco{
    width: 50px;
    height: 50px;
    background: url(../static/uico.png) no-repeat center center;
    background-size: 100% 100%;
}
.replyContentInner{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 600px;
    height: 260px;
    background-color: rgba(0, 78, 59);
    border-radius: 10px;
    box-sizing: border-box;
    font-family: Lato-Regular;
    color: #fff;
    padding: 20px;
}
.replyTitle{
    margin-bottom: 20px;
}
.replyInp{
    display: block;
    width: 100%;
    padding-bottom: 7px;
    font-family: Lato-Regular;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    height: 34px;
    padding-top: 10px;
    box-sizing: border-box;
    color: #FFFFFF;
    border: none;
    border-bottom: 1px solid #FFFFFF;
    margin: 0px 0px 20px 0px;
}
.replyInp::-webkit-input-placeholder,
.replyInp::-webkit-input-placeholder {
    color: #272727;
}
.replyFooter{
    display: flex;
    justify-content: center;
}
.replyConfirm{
    width: 130px;
    height: 45px;
    text-align: center;
    box-sizing: border-box;
    border: none;
    font-family: Lato-Regular;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 45px;
    text-transform: uppercase;
    color: #FFFFFF;
    cursor: pointer;
    background: linear-gradient(96.22deg, #FDE098 0%, #F0C068 99.78%);
    box-shadow: 0px 2px 4px rgba(253, 224, 152, 0.4);
    border-radius: 22.5px;
    color: #603B10;
    margin-right: 20px;
}
.replyCancel{
    width: 130px;
    height: 45px;
    text-align: center;
    box-sizing: border-box;
    border: none;
    font-family: Lato-Regular;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 45px;
    text-transform: uppercase;
    color: #FFFFFF;
    cursor: pointer;
    border: 1px solid #fff;
    /* background: linear-gradient(96.22deg, #FDE098 0%, #F0C068 99.78%); */
    /* box-shadow: 0px 2px 4px rgba(255, 255, 255, 0.4); */
    border-radius: 22.5px;
}
.enquiriesNewContent {
    display: none;
}

.enquiriesDetailTable {
    font-family: Lato-Regular;
    font-style: normal;
    font-size: 16px;
    text-transform: capitalize;
}

.enquiriesDetailTable td {
    padding: 10px;
}

.enquiryMianTitle {
    display: -webkit-box;
    font-family: Lato-Regular;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    word-break: break-all;
    margin-bottom: 5px;
    text-transform: capitalize;
}

.enquirySubMessage {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    word-break: break-all;
    text-transform: capitalize;
    /* margin-bottom: 5px; */
}

.contactGetCodeBox2 {
    width: 480px;
    margin-left: 60px;
    display: flex;
    margin-bottom: 30px;
    align-items: center;
}
.contactGetCodeBox2.contactGetCodeBox2NewStyle{
    align-items: flex-end;
}
.contactGetCodeBox2 .enquiryMianInputText {
    margin-left: 0px;
    margin-bottom: 0px;
}

.contactGetCodeBox2 .contactSendCode {
    color: #004E3B;
}
.contactGetCodeBox2.contactGetCodeBox2NewStyle .contactSendCode {
    height: 36px;
    width: 203px;
    border: 1px solid#004E3B;
    border-radius: 18px;
}

.arrowUp {
    width: 30px;
    height: 11px;
    background: url("../static/arrowUp.svg") no-repeat;
    background-size: contain;
    margin-right: 221px;
    cursor: pointer;
}

.enquiryBarContent p {
    font-family: Lato-bold;
    font-style: normal;
    font-size: 16px;
    line-height: 19px;
    text-transform: capitalize;
    color: #FFFFFF;
    cursor: pointer;
    width: 100%;
}

.enquiryBarContent p.meetTeamTitle {
    margin-right: 242px;
}

.enquiryTitle {
    padding-left: 234px;
    height: 48px;
    background: url("../static/dashedLine.svg")0px center no-repeat;
}

.enquiryBarContent p.enquiryTitle {
    line-height: 48px;
}

.enquiryMianContent {
    width: 1200px;
    margin: 90px auto;
    display: flex;
    flex-flow: nowrap;
}

.enquiryMianLet {
    display: flex;
    flex-flow: nowrap;
    align-items: center;
    justify-content: center;
    width: 50%;
}

.enquiryImg {
    width: 300px;
    height: 400px;
    margin-right: 30px;
}
.saleInfoBox {
    width: 320px;
    /* height: 400px; */
    margin-right: 30px;
    padding: 10px;
}
.contactSale{
    z-index: 1;
    position: absolute;
    top: 111px;
    right: 937px;
    width: 300px;
    background-color: rgba(0, 78, 59);
    border-radius: 10px;
}
.saleInfo_pic{
    /* height: 300px;
    background-color: #008755; */
}
.saleInfo_pic img{
    width: 300px;
    height: 300px;
    object-fit: cover;
    
}
.saleInfo_top{
    /* height: 60px; */
    display: flex;
    padding-top: 10px;
    justify-content: space-between;
}
.saleInfo_top_l{
}
.saleInfo_name{
    font-size: 18px;
    line-height: 22px;
    font-weight: bold;
    color: #65775B;
}
.contactSale .saleInfo_name{
    color: #fff;
}
.saleInfo_position{
    font-size: 16px;
    color: #8a8a8a;
    line-height: 18px;
}
.contactSale .saleInfo_position{
    color: #fff;
}
.saleInfo_top_r{
    display: flex;
}
.saleInfo_bottom{
    padding: 20px 0;
}
.sale_code_xt{
    position: relative;
    cursor: pointer;
    width: 40px;
    height: 40px;
    background: #008755 url("../static/code.png")center center no-repeat;
    background-size: 70% 70%;
    border-radius: 20px;
}
.sale_code_xt_hover{
    display: none;
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    width: 250px;
    /* height: 150px; */
    /* background: rgba(0, 0, 0, 0.6);
    border-radius: 10px; */
    /* padding: 10px; */
    box-sizing: border-box;
}
.contactSale .sale_code_xt_hover{
    position: absolute;
    bottom: auto;
    top: 50px;
}
.sale_code_wx_hover{
    display: none;
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    width: 250px;
    /* height: 150px;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 10px;
    padding: 10px; */
    box-sizing: border-box;
}
.contactSale .sale_code_wx_hover{
    position: absolute;
    bottom: auto;
    top: 50px;
}
.sale_code_xt_hover img{
    width: 100%;
    /* height: 130px; */
    /* object-fit: cover; */
}
.sale_code_wx_hover img{
    width: 100%;
    /* height: 130px;
    object-fit: cover; */
}
.sale_code_wx{
    position: relative;
    cursor: pointer;
    width: 40px;
    height: 40px;
    background: #008755 url("../static/wxcode.png")center center no-repeat;
    background-size: 70% 70%;
    border-radius: 20px;
    margin-left: 10px;
}
.sale_t{
    margin-bottom: 10px;
}
.sale_yx_ico{
    float: left;
    height: 30px;
    width: 30px;
    background: url("../static/yx.png")center center no-repeat;
    background-size: 100% 100%;
}
.contactSale .sale_yx_ico{
    background: url("../static/yx2.png")center center no-repeat;
    background-size: 100% 100%;
}
.sale_dh_ico{
    float: left;
    height: 30px;
    width: 30px;
    background: url("../static/dh.png")center center no-repeat;
    background-size: 100% 100%;
}
.contactSale .sale_dh_ico{
    background: url("../static/dh2.png")center center no-repeat;
    background-size: 100% 100%;
}
.sale_t_text{
    margin-left: 40px;
    padding: 5px 0;
    font-size: 16px;
    line-height: 20px;
    color: #8a8a8a;
}
.contactSale .sale_t_text{
    color: #fff;
}
.enquiryInfo {
    width: 160px;
    display: flex;
    flex-flow: column;
    /*margin-right: 111px;*/
    /*margin-left:auto;*/
    margin: 0 auto;
}

.enquiryInIfoName {
    font-family: Lato-bold;
    font-style: normal;
    font-size: 24px;
    line-height: 29px;
    text-transform: capitalize;
    color: #272727;
    margin-bottom: 14px;
}

.enquiryInfoWord {
    font-family: Lato-Regular;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    text-transform: capitalize;
    color: #272727;
    margin-bottom: 8px;
}

.enquiryInfoPhone {
    font-family: Lato-Regular;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    text-transform: capitalize;
    color: #272727;
}

.enquiryInfoLine {
    display: block;
    width: 0px;
    height: 602px;
    border: 1px dashed #E0E0E0;
}

.enquiryMianInput {
    display: block;
    width: 480px;
    height: 48px;
    background: #FFFFFF;
    border: 1px solid #272727;
    box-sizing: border-box;
    font-family: Lato-Regular;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #272727;
    margin-left: 60px;
    margin-bottom: 10px;
    text-indent: 20px;
}

.enquiryMianInput::-webkit-input-placeholder,
.enquiryMianInputText::-webkit-input-placeholder {
    color: #004E3B;
}

.enquiryMianInput::-moz-placeholder,
.enquiryMianInputText::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #004E3B;
}

.enquiryMianInput:-moz-placeholder,
.enquiryMianInputText:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #004E3B;
}

.enquiryMianInput:-ms-input-placeholder,
.enquiryMianInputText:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #004E3B;
}

.enquiryMianInputText {
    display: block;
    width: 480px;
    height: 22px;
    font-family: Lato-Regular;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    /* color: #272727; */
    color: #004E3B;
    margin-left: 60px;
    padding-bottom: 14px;
    margin-bottom: 30px;
    border-bottom: 1px solid #004E3B;
    text-indent: 20px;
}

.enquiryTextarea {
    display: block;
    width: 480px;
    height: 96px;
    background: #FFFFFF;
    border: 1px solid #272727;
    box-sizing: border-box;
    font-family: Lato-Regular;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #272727;
    margin-left: 60px;
    margin-bottom: 30px;
    padding: 13px 20px;
}

.radioBox {
    margin-left: 60px;
    margin-bottom: 37px;
}

.radioContent {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

.radioContent label {
    font-family: Lato-Regular;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    color: #004E3B;
    cursor: pointer;
}

.radioType {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    margin-right: 20px;
    cursor: pointer;
}

.radioType::before {
    display: inline-block;
    content: "";
    width: 16px;
    height: 16px;
    border: 1px solid #272727;
    border-radius: 50%;
    vertical-align: middle;
}


/* .radioType:checked::after {
    display: inline-block;
    content: "";
    width: 16px;
    height: 16px;
    border: 1px solid #272727;
    border-radius: 50%;
    vertical-align: middle;
} */

.radioType:checked::before {
    display: inline-block;
    content: "";
    width: 16px;
    height: 16px;
    border: 1px solid #004E3B;
    background: #004E3B;
    border-radius: 50%;
    vertical-align: middle;
}

.sendBtn {
    width: 198px;
    height: 34px;
    background: linear-gradient(96.22deg, #FDE098 0%, #F0C068 99.78%);
    border-radius: 100px;
    font-family: Lato-Regular;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 34px;
    color: #272727;
    padding: 8px 26px;
    text-align: center;
    margin-left: 60px;
    cursor: pointer;
}
.sendBtn.newStyle{
    margin-left: 290px;
    font-weight: 700;
}
.contactErrorTips.newStyle,
.contactSuccessTips.newStyle{
    display: block;
    text-align: right;
}
.specialFooter {
    margin-top: 0px;
}

.enquiryMianContentPanel {
    /*display: none;*/
    overflow: hidden;
}


/* 加载 */

.noDataTips {
    width: 100%;
    text-align: center;
    font-family: Lato-Regular;
    font-style: normal;
    font-size: 16px;
    text-transform: capitalize;
    /* color: #ffffff; */
}

.imgError {
    width: 50px;
    height: 100%;
    margin: 0px auto;
}

.loading-tips-wrap {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(255, 255, 255, 0.6);
    z-index: 200;
}

.loading-tips {
    display: block;
    width: 50px;
    height: 50px;
    background: transparent url("data:image/svg+xml;base64, PHN2ZyBjbGFzcz0iciIgd2lkdGg9JzEyMHB4JyBoZWlnaHQ9JzEyMHB4JyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMDAgMTAwIj4KICAgIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAiIGhlaWdodD0iMTAwIiBmaWxsPSJub25lIiBjbGFzcz0iYmsiPjwvcmVjdD4KICAgIDxyZWN0IHg9JzQ2LjUnIHk9JzQwJyB3aWR0aD0nNycgaGVpZ2h0PScyMCcgcng9JzUnIHJ5PSc1JyBmaWxsPScjRTlFOUU5JwogICAgICAgICAgdHJhbnNmb3JtPSdyb3RhdGUoMCA1MCA1MCkgdHJhbnNsYXRlKDAgLTMwKSc+CiAgICA8L3JlY3Q+CiAgICA8cmVjdCB4PSc0Ni41JyB5PSc0MCcgd2lkdGg9JzcnIGhlaWdodD0nMjAnIHJ4PSc1JyByeT0nNScgZmlsbD0nIzk4OTY5NycKICAgICAgICAgIHRyYW5zZm9ybT0ncm90YXRlKDMwIDUwIDUwKSB0cmFuc2xhdGUoMCAtMzApJz4KICAgICAgICAgICAgICAgICByZXBlYXRDb3VudD0naW5kZWZpbml0ZScvPgogICAgPC9yZWN0PgogICAgPHJlY3QgeD0nNDYuNScgeT0nNDAnIHdpZHRoPSc3JyBoZWlnaHQ9JzIwJyByeD0nNScgcnk9JzUnIGZpbGw9JyM5Qjk5OUEnCiAgICAgICAgICB0cmFuc2Zvcm09J3JvdGF0ZSg2MCA1MCA1MCkgdHJhbnNsYXRlKDAgLTMwKSc+CiAgICAgICAgICAgICAgICAgcmVwZWF0Q291bnQ9J2luZGVmaW5pdGUnLz4KICAgIDwvcmVjdD4KICAgIDxyZWN0IHg9JzQ2LjUnIHk9JzQwJyB3aWR0aD0nNycgaGVpZ2h0PScyMCcgcng9JzUnIHJ5PSc1JyBmaWxsPScjQTNBMUEyJwogICAgICAgICAgdHJhbnNmb3JtPSdyb3RhdGUoOTAgNTAgNTApIHRyYW5zbGF0ZSgwIC0zMCknPgogICAgPC9yZWN0PgogICAgPHJlY3QgeD0nNDYuNScgeT0nNDAnIHdpZHRoPSc3JyBoZWlnaHQ9JzIwJyByeD0nNScgcnk9JzUnIGZpbGw9JyNBQkE5QUEnCiAgICAgICAgICB0cmFuc2Zvcm09J3JvdGF0ZSgxMjAgNTAgNTApIHRyYW5zbGF0ZSgwIC0zMCknPgogICAgPC9yZWN0PgogICAgPHJlY3QgeD0nNDYuNScgeT0nNDAnIHdpZHRoPSc3JyBoZWlnaHQ9JzIwJyByeD0nNScgcnk9JzUnIGZpbGw9JyNCMkIyQjInCiAgICAgICAgICB0cmFuc2Zvcm09J3JvdGF0ZSgxNTAgNTAgNTApIHRyYW5zbGF0ZSgwIC0zMCknPgogICAgPC9yZWN0PgogICAgPHJlY3QgeD0nNDYuNScgeT0nNDAnIHdpZHRoPSc3JyBoZWlnaHQ9JzIwJyByeD0nNScgcnk9JzUnIGZpbGw9JyNCQUI4QjknCiAgICAgICAgICB0cmFuc2Zvcm09J3JvdGF0ZSgxODAgNTAgNTApIHRyYW5zbGF0ZSgwIC0zMCknPgogICAgPC9yZWN0PgogICAgPHJlY3QgeD0nNDYuNScgeT0nNDAnIHdpZHRoPSc3JyBoZWlnaHQ9JzIwJyByeD0nNScgcnk9JzUnIGZpbGw9JyNDMkMwQzEnCiAgICAgICAgICB0cmFuc2Zvcm09J3JvdGF0ZSgyMTAgNTAgNTApIHRyYW5zbGF0ZSgwIC0zMCknPgogICAgPC9yZWN0PgogICAgPHJlY3QgeD0nNDYuNScgeT0nNDAnIHdpZHRoPSc3JyBoZWlnaHQ9JzIwJyByeD0nNScgcnk9JzUnIGZpbGw9JyNDQkNCQ0InCiAgICAgICAgICB0cmFuc2Zvcm09J3JvdGF0ZSgyNDAgNTAgNTApIHRyYW5zbGF0ZSgwIC0zMCknPgogICAgPC9yZWN0PgogICAgPHJlY3QgeD0nNDYuNScgeT0nNDAnIHdpZHRoPSc3JyBoZWlnaHQ9JzIwJyByeD0nNScgcnk9JzUnIGZpbGw9JyNEMkQyRDInCiAgICAgICAgICB0cmFuc2Zvcm09J3JvdGF0ZSgyNzAgNTAgNTApIHRyYW5zbGF0ZSgwIC0zMCknPgogICAgPC9yZWN0PgogICAgPHJlY3QgeD0nNDYuNScgeT0nNDAnIHdpZHRoPSc3JyBoZWlnaHQ9JzIwJyByeD0nNScgcnk9JzUnIGZpbGw9JyNEQURBREEnCiAgICAgICAgICB0cmFuc2Zvcm09J3JvdGF0ZSgzMDAgNTAgNTApIHRyYW5zbGF0ZSgwIC0zMCknPgogICAgPC9yZWN0PgogICAgPHJlY3QgeD0nNDYuNScgeT0nNDAnIHdpZHRoPSc3JyBoZWlnaHQ9JzIwJyByeD0nNScgcnk9JzUnIGZpbGw9JyNFMkUyRTInCiAgICAgICAgICB0cmFuc2Zvcm09J3JvdGF0ZSgzMzAgNTAgNTApIHRyYW5zbGF0ZSgwIC0zMCknPgogICAgPC9yZWN0Pgo8L3N2Zz4=")no-repeat;
    background-size: 100%;
    animation: loading 1s steps(12) infinite;
    margin: 0px auto;
}

.tips-mask {
    position: fixed;
    width: 100%;
    height: 100%;
    background: transparent;
    top: 0px;
    bottom: 0px;
    z-index: 400;
    display: flex;
    justify-content: center;
    flex-flow: column;
    align-items: center;
}

.tips-content {
    width: 250px;
    height: 50px;
    border-radius: 5px;
    background: #004E3B;
    padding: 8px;
    text-align: center;
}

.tips-text {
    font-family: Lato-Regular;
    font-style: normal;
    font-size: 16px;
    text-align: center;
    text-transform: capitalize;
    color: #ffffff;
}

@keyframes loading {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@media screen and (max-width: 1785px) {
    .logoBar {
        margin-right: 235px;
    }
}

@media screen and (max-width: 1630px) {
    .logoBar {
        margin-right: 80px;
    }
    .mainNav>a {
        margin-right: 25px;
    }
}

@media screen and (max-width: 1450px) {
    .mainNav>a {
        margin-right: 25px;
    }
}

@media screen and (max-width: 1390px) {
    .logoBar {
        margin-right: 55px;
    }
    .mainNav>a {
        margin-right: 20px;
    }
}

@media screen and (max-width: 1330px) {
    .logoBar {
        margin-right: 25px;
    }
    .mainNav>a {
        margin-right: 15px;
    }
}
@media screen and (min-width: 1760px) {
    .contactInpBox_phone .areaCodeText {
        margin-top: 3px;
    }
}
@media screen and (max-width: 1760px) {
    .contactMask {
        height: 558px;
    }
    .contactContent {
        margin: 22px 40px;
    }
    .textInput {
        margin: 0px 0px 20px 0px;
    }
    .contactInpBox_phone .areaCodeText {
        margin-top: 3px;
    }
    .Comments{
        margin-bottom: 24px;
    }
}

@media screen and (max-width: 1665px) {
    /* .bannerMask {
        top: 22%;
    } */
    .linkBtn {
        margin: 30px auto 50px;
    }
    .contactMask {
        height: 517px;
        right: 300px;
    }
    .contactSale.saleInfoBox{
        right: 877px;
    }
    .contactContent {
        margin: 20px 40px;
    }
    .textInput {
        margin: 0px 0px 13px 0px;
    }
    /* .contactGetCodeBox {
        margin-bottom: 20px;
    } */
    .Comments{
        margin-bottom: 24px;
    }
    .contactGetCodeBox{
        margin-bottom: 13px;
    }
    /* .projectsTile>h1 {
        font-size: 59px;
        margin: 0px 0px 108px;
    } */
}

@media screen and (max-width: 1590px) {
    .contactMask {
        top: 117px;
        right: 200px;
        height: 483px;
    }
    .contactSale.saleInfoBox{
        top: 117px;
        right: 777px;
        width: 280px;
        box-sizing: border-box;
    }
    .contactSale .saleInfo_pic img{
        width: 260px;
        height: 260px;
        object-fit: cover;
        
    }
    .contactContent {
        margin: 25px 40px;
    }
    .contactContent>h2 {
        margin: 0px 0px 10px 0px;
    }
    /* .contactContent>h4 {
        margin: 0px 0px 13px 0px;
    } */
    .textInput {
        margin: 0px 0px 7px 0px;
    }
    .contactInpBox_phone .areaCodeText{
        margin-top: 3px;
    }
    .contactGetCodeBox{
        margin-bottom: 7px;
    }
    .Comments{
        margin-bottom: 21px;
    }
}

@media screen and (max-width: 1530px) {
    .contactMask {
        height: 456px;
    }
    .contactContent {
        margin: 15px 40px;
    }
    .textInput {
        margin: 0px 0px 5px 0px;
    }
    .contactContent>h2 {
        margin: 0px 0px 10px 0px;
    }
    .contactGetCodeBox{
        margin-bottom: 5px;
    }
    .Comments{
        margin-bottom: 17px;
    }
}

@media screen and (max-width: 1490px) {
    .contactGetCodeBox .textInput {
        width: 215px;
        margin-bottom: 0px;
    }
    .contactMask {
        top: 105px;
        right: 200px;
        height: 435px;
        width: 430px;
    }
    .contactSale.saleInfoBox{
        top: 105px;
        right: 615px;
        width: 260px;
        box-sizing: border-box;
    }
    .contactSale .saleInfo_pic img{
        width: 240px;
        height: 240px;
        object-fit: cover;
        
    }
    .contactContent {
        margin: 20px 20px;
    }
    .contactContent>h2 {
        font-size: 20px;
        margin: 0px 0px 1px 0px;
    }
    .contactContent>h3 {
        margin: 0px 0px 1px 0px;
    }
    .contactContent>h4 {
        font-size: 13px;
        margin: 0px 0px 5px 0px;
    }
    .textInput {
        font-size: 13px;
        margin: 0px 0px 8px 0px;
    }
    .contactInpBox_phone .areaCode {
        font-size: 13px;
    }
    .contactInpBox_phone .areaCodeText{
        margin-top: 2px;
    }
    .Comments{
        margin-bottom: 17px;
    }
    .contactBtnBox .submitBtn{
        width: 100px;
        height: 36px;
        line-height: 36px;
        font-size: 16px;
        border-radius: 18px;
    }
    .contactBtnBox .contactErrorTips{
        line-height: 36px;
    }
    /* .projectsTile>h1 {
        margin: 0px 0px 50px;
    } */
}

@media screen and (max-width: 1330px) {
    .contactMask {
        top: 95px;
        height: 400px;
    }
    .contactSale.saleInfoBox{
        top: 95px;
        right: 615px;
        width: 230px;
        box-sizing: border-box;
    }
    .contactSale .saleInfo_pic img{
        width: 210px;
        height: 210px;
        object-fit: cover;
        
    }
    .contactContent>h2 {
        font-size: 18px;
        margin: 0px 0px 5px 0px;
    }
    .contactContent>h4 {
        margin: 0px 0px 5px 0px;
    }
    .contactContent {
        margin: 10px 20px;
    }
    .contactGetCodeBox {
        margin-bottom: 5px;
    }
    .textInput {
        font-size: 13px;
        margin: 0px 0px 5px 0px;
    }
    .contactInpBox_phone .areaCode {
        font-size: 13px;
    }
    .Comments{
        margin-bottom: 11px;
    }
    .contactBtnBox .submitBtn{
        width: 100px;
        height: 30px;
        line-height: 30px;
        font-size: 16px;
        border-radius: 15px;
    }
    .contactBtnBox .contactErrorTips{
        line-height: 30px;
    }
}


/* 
@media screen and (max-width: 1280px) {
    .contactMask {
        top: 95px;
    }
} */

/* banner图片样式 */
#projectBg .com-banner-img{
    height: 720px;
    /* width: auto; */
    object-fit: cover;
}
.com-banner-img{
    height: 100%;
}
#serviceBgPic .com-banner-img{
    height: 490px;
    /* width: auto; */
    object-fit: cover;
}

.maintenance-page{
    padding: 100px 20px 0;
}
.maintenance-img{
    width: 200px;
    margin: 0 auto 20px; 
}
.maintenance-img img{
    display: block;
}
.maintenance-page h3{
    font-size: 24px;
    line-height: 30px;
    color: #008755;
    text-align: center;
    margin-bottom: 20px;
}
.main_login{
    width: 300px;
    margin: 0 auto;
}
.main_login input{
    display: block;
    width: 100%;
    height: 40px;
    margin-bottom: 20px;
    border-radius: 4px;
    outline: none;
    box-sizing: border-box;
    padding: 0 20px;
    color: #008755;
    font-size: 18px;
    border: 1px solid #008755;
}
.maintenanceLogin{
    background-color: #008755;
    border-radius: 4px;
    width: 300px;
    height: 40px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    line-height: 40px;
    outline: none;
    text-align: center;
}

.main_login input::-webkit-input-placeholder{
    color: rgba(81, 184, 83, 0.5);
}

.main_login input::-moz-placeholder{
    /* Mozilla Firefox 19+ */
    color: rgba(81, 184, 83, 0.5);
}

.main_login input:-moz-placeholder{
    /* Mozilla Firefox 4 to 18 */
    color:rgba(81, 184, 83, 0.5);
}

.main_login input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: rgba(81, 184, 83, 0.5);
}
.siteLoginError{
    line-height: 30px;
    font-size: 14px;
    color: red;
    text-align: center;
}
.RatesBox{
    display: none;
}
.RatesBox h2{
    /* margin-top: 30px; */
    margin-bottom: 20px;
    font-family: Lato-bold;
    font-style: normal;
    font-size: 22px;
    line-height: 22px;
    text-transform: capitalize;
    color: #272727;
}
.RatesBox table{
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    font-family: Lato-Regular;
}
.RatesBox table th{
    background-color: #FAFAFA;
    font-weight: normal;
    font-size: 14px;
}
.RatesBox table th,.RatesBox table td{
    font-family: Lato-Regular;
    border-bottom: 1px solid #ddd;
    height: 40px;
    padding: 0px 10px;
    text-align: center;
}

#registerContent input.registerInput[name="registerPassword"]{
    display: none;
}

.faqs{
    margin-bottom: 60px;
    width: 100%;
    background: #004E3B;
    color: #fff;
}
.faqs .faqsbg{
    width: 800px;
    margin: 0 auto;
    padding: 100px 0;
}

.faqs .faqsbg .title {
    /* text-transform: capitalize; */
    color: #ffffff;
    margin-bottom: 40px;
    text-align: center;
    font-family: Lato-bold;
    font-style: normal;
    font-size: 30px;
    /*height: 30px;*/
}

.faqs .faqsbg h2 {
    font-family: Lato-Regular;
    font-size: 18px;
    color: #ffffff;
    /*margin: 16px 0px;*/
    text-transform: uppercase;
    letter-spacing: 0.05em;
    border-bottom: 1px dashed #ccc;
    padding: 15px 0;
    cursor: pointer;
}

.faqs .faqsbg p,
.faqs .faqsbg ul {
    font-family: Lato-Regular;
    font-size: 20px;
    line-height: 20px;
    color: #ffffff;
    margin: 16px 0px;
    display: none;
    animation-duration:3s;
    text-align: justify;
}
.faqs .faqsbg .active{
    display: block;
}

.faqs .faqsbg ul {
    margin-left: 20px;
}

.faqs .faqsbg ul li {
    list-style-type: initial;
}
.faqs .faqsbg .info{
    display: none;
}
.faqs .faqsbg .info p,
.faqs .faqsbg .info ul {
    display: block;
}

.services-faqs{
    background: #fff;
    color: #000;
}
.services-faqs .faqs .faqsbg{
    padding: 15px 0;
}
.services-faqs .faqsbg *{
    color: #000 !important;
}

.services-info .info{
    width: 1120px;
    margin: 0 auto;
    font-family: Lato-Regular;
    font-size: 20px;
    line-height: 2;
    color: #000;
    animation-duration:3s;
    text-align: justify;
}
.services-info{
    margin-bottom: 30px;
}


/**分页**/
#collectionListContentPager ul.pages {
    display: block;
    border: none;
    text-transform: uppercase;
    font-size: 10px;
    margin: 10px 0 50px;
    padding: 0;
    float: right;
}
#collectionListContentPager ul.pages li {
    list-style: none;
    float: left;
    border: 1px solid #ccc;
    text-decoration: none;
    margin: 0 5px 0 0;
    padding: 5px 15px;
}
#collectionListContentPager ul.pages li:hover {
    border: 1px solid #003f7e;
}
#collectionListContentPager ul.pages li.pgEmpty {
    border: 1px solid #eee;
    color: #eee;
}
#collectionListContentPager ul.pages li.pgCurrent {
    border: 1px solid #1b8c5c;
    color: #68a286;
    font-weight: 700;
    background-color: #fff;
}


/*header dropdown menu */

.dropdown {
    position: relative;
    display: inline-block;
}


.dropdown-content {
      display: none;
      position: absolute;
      background-color: rgba(0, 78, 59, 0.9);
      min-width: 190px;
      box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
      /*padding: 12px 16px;*/
      margin: 34px 0;
      color: #fff;
      line-height: 35px;
      font-weight: normal;
      padding: 15px 0;
      z-index: 9999;
}

.dropdown-content span{

    padding: 12px 16px;
}
.dropdown:hover .dropdown-content {
     display: block;
}


.dropdown-content li:hover{
   background-color:rgba(10, 155, 120, 0.9);
}



/*预约插件css*/

.calendly-badge-widget {
    bottom: 15px;
    z-index: 99;
    position: fixed; 
    line-height: 20px;
    font-size: 20px;
    word-wrap: break-word;
    left: 10px;
   
}

 

.calendly-badge-widget .calendly-badge-content {
    height: 39px;
    border-radius: 25px;
    box-shadow: rgba(0,0,0,0.25) 0 2px 5px;
    font-family: sans-serif;
    text-align: center;
    vertical-align: middle;
    font-weight: bold;
    cursor: pointer;
    margin: 0 auto;
    line-height: 24px;
    font-size: 15px;
    word-wrap: break-word; 
    padding: 0 22px;
}


/* 自适应布局 2k 2560x1440 */
@media screen and (max-width: 980px) {   
   
} 



/* 自适应布局 1080p 1920x1080 */
@media screen and (max-width: 980px) {   
   
} 


/* 自适应布局 1080p 1366*768 */
@media screen and (max-width: 980px) {   
   
} 
