@font-face{
    font-family: 'YouSheBiaoTiHei';
    src: url('../fonts/YouSheBiaoTiHei-2.ttf') format('truetype');
}
.hide{
    display: none !important;
}
.flex{
    display: flex;
}
.flex-center{
    display: flex;
    justify-content: center;
}
.flex-between{
    display: flex;
    justify-content: space-between;
}
.flex-align-center{
    display: flex;
    align-items: center;
}
.flex-between-align-center{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.layui-nav .layui-nav-more{
    position: inherit;
    margin-left: 0.5rem;
}
.layui-nav .layui-nav-bar{
    display: none;
}
.layui-nav .layui-nav-bar{
    display: none;
}
.layui-form-select dl dd.layui-this{
    color: #3D5FD6;
}
.layui-form-item{
    margin: 0;
}


.banner-section{
    width: 100%;
    background-image: url(../images/techMeetMarket/banner.png);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;
}
.banner-section .banner-body{
    width: 100%;
    padding: 2rem 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.banner-section .page-heart {
    position: relative;
    padding: 0 8rem;
}
.search-container{
    width: 60%;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 0.25rem;
    background: transparent;
    position: relative;
}
.search-form{
    display: flex;
}
.search-form .search-type-wrap{
    width: 15%;
    position: relative;
}
.search-form .search-type-wrap:before{
    position: absolute;
    top: 1rem;
    right: 0;
    display: inline-block;
    content: '';
    height: 1.5rem;
    border-left: 1px solid rgba(255, 255, 255, 0.5);
}
.search-type-wrap .layui-form-select {
    position: absolute;
    left: 0;
    z-index: 2;
    height: 3.5rem;
    line-height: 3.5rem;
    font-weight: 400;
    font-size: 1.38rem;
    text-align: center;
    font-style: normal;
    text-transform: none;
    border: none;
    border-radius: 0.25rem;
}
.search-type-wrap .layui-form-select .layui-input {
    height: 3.5rem;
    line-height: 3.5rem;
    font-weight: 400;
    font-size: 1.2rem;
    color: #FFFFFF;
    background: transparent;
    font-style: normal;
    text-transform: none;
    padding-right: 2rem;
    padding-left: 1rem;
    border: none;
}
.search-type-wrap .layui-form-select dl dd {
    font-size: 1.2rem;
    line-height: 3rem;
    text-align: left;
}
.search-type-wrap .layui-form-select dl dd.layui-this {
    color: #2267F7;
    background: rgba(34,103,247,0.1);
}

.search-type-wrap .layui-anim-upbit{
    top: 4rem;
    border-radius: 0.5rem;
}

.search-wrap .layui-input:hover,
.search-wrap .layui-input:focus{
    box-shadow: none;
}

.search-wrap{
    width: 85%;
    border-radius: 0.25rem;
    display: flex;
    font-size: 1.125rem;
}
.search-wrap input{
    flex: 1;
    color: #fff;
    background: transparent;
    height: 3.5rem;
    padding: 0 1.25rem;
    border: none;
}
.search-wrap input::placeholder {
    color: rgba(255, 255, 255, 0.50);
}

.search-wrap button{
    background: transparent;
    color: #2267F7;
    width: 4rem;
    height: 3.5rem;
    line-height: 3.5rem;
    text-align: center;
    border: none;
    position: relative;
}
.search-wrap button .icon-search {
    display: inline-block;
    width: 1.25rem;
    height: 1.25rem;
    vertical-align: middle;
    margin-right: 0.5rem;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-image: url(../images/icon-search.png);
}


.banner-section .banner-title{
    margin-bottom: 2rem;
}
.ability-section{
    background: #fff;
    padding: 2rem 0;
}
.ability-body{
    width: 100%;
    background-image: url(../images/techMeetMarket/ability-bg.png);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
}
.ability-body ul{
    padding: 1rem 0;
    display: flex;
    justify-content: space-between;
}
.ability-body ul li{
    width: 33.333333%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ability-body ul li .icon{
    display: inline-block;
    width: 4rem;
    height: 4rem;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-right: 1rem;
}
.ability-body ul li .text{
    font-size: 1.2rem;
}
.ability-body ul li .icon1{
    background-image: url(../images/techMeetMarket/icon1.png);
}
.ability-body ul li .icon2{
    background-image: url(../images/techMeetMarket/icon2.png);
}
.ability-body ul li .icon3{
    background-image: url(../images/techMeetMarket/icon3.png);
}


.product-section{
    background: #F6F9FF;
    padding: 2rem 0;
}
.section-title-wrap{
    text-align: center;
    display: flex;
    justify-content: center;
}
.section-head .section-title{
    color: #16181A;
    font-weight: 700;
    font-size: 2rem;
    position: relative;
}
.section-head .section-title:before {
    top: 0.7rem;
    left: -2.5rem;
}
.section-head .section-title:after {
    bottom: 0.7rem;
    right: -2.5rem;
}
.section-head .section-title:after, .section-head .section-title:before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 1.5rem;
    height: 0.375rem;
    background: #2267F7;
}

.section-head .section-text{
    color: #9E9E9E;
    font-size: 1.2rem;
    text-align: center;
    margin-top: 1rem;
}
.product-section .section-body{
    padding: 4rem 0;
}
.product-body{
    width: 100%;
    height: 30rem;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url(../images/techMeetMarket/introduction.png);
    position: relative;
}

.product-feature{
    position: absolute;
}
.product-feature .feature-title{
    display: inline-block;
    height: 2rem;
    width: 7rem;
    line-height: 2rem;
    color: #fff;
    font-size: 1rem;
    text-align: center;
    border-radius: 50rem;
    cursor: pointer;
}

.product-feature:nth-child(odd) .feature-title{
    background: linear-gradient( 270deg, #02A6FF 0%, #0256FF 100%);
}
.product-feature:nth-child(even) .feature-title{
    background: linear-gradient( 270deg, #08C8E5 0%, #00C7AC 100%);
}
.product-feature .feature-text{
    background: #fff;
    padding: 1rem;
    width: 17rem;
    font-size: 0.95rem;
    line-height: 1.5rem;
    border-radius: 0.5rem;
    position: absolute;
    top: 3rem;
    left: -5rem;
    z-index: 999;
    box-shadow: 0px 0.25rem 1rem 0 rgba(0,0,0,0.1);
}
.product-feature .feature-text:before{
    content: "";
    display: inline-block;
    /*向上小三角箭头*/
    width: 0;
    height: 0;
    border-top: 0.5rem solid transparent;
    border-right: 0.5rem solid transparent;
    border-bottom: 0.5rem solid #fff;
    border-left: 0.5rem solid transparent;
    position: absolute;
    top: -0.8rem;
    left: 50%;
    margin-left: -0.5rem;
}
.product-feature:first-child{
    left: 10rem;
    top: 8rem;
}
.product-feature:nth-child(2){
    left: 19rem;
    top: 16rem;
}
.product-feature:nth-child(3){
    left: 30rem;
    top: 24rem;
}
.product-feature:nth-child(4){
    left: 44.5rem;
    top: 31rem;
}
.product-feature:nth-child(5){
    right: 30rem;
    top: 24rem;
}
.product-feature:nth-child(6){
    right: 19rem;
    top: 16rem;
}
.product-feature:last-child{
    right: 10rem;
    top: 8rem;
}

















