/*名片*/
.businessCardContent{
    width: 238px;
    height: 455px;
    border: 2px solid rgba(252,173,23,1);
    border-radius: 50px 50px 10px 10px;
    position: fixed;
    top: 50%;
    transform: translate(0%, -15%);
    left: 20px;
    background: #fff;
    z-index: 1000;
}
.businessCard{
    position: relative;
}
.closeContent{
    position: absolute;
    bottom: -12px;
    right: -22px;
    width: 20px;
    height: 400px;
    line-height: 400px;
    background: rgba(0,0,0,0.5);
    color: rgba(255,255,255,1);
    text-align: center;
}
.closeContent img{

}

.businessCardCircle{
    width: 20px;
    height: 20px;
    margin: 10px auto 0 auto;
    border: 2px solid #FCAD17;
    border-radius: 50%;
}
.currentCity{
    width: 200px;
    height: 45px;
    line-height: 45px;
    display: flex;
    flex-direction: row;
    align-items: center;
    color: #4e4e4e;
    font-size: 14px;
    margin: 10px auto 0 auto;
}
.currentCitySpan{
    width: 60px;
    height: 100%;
}
.currentCitySelect{
    max-width: 70px;
    height: 100%;
    overflow: hidden;
    margin-right: 10px;
    font-size: 20px;
    color: #000;
}
.currentCityChange{
    width: 40px;
    height: 24px;
    line-height: 24px;
    border: 1px solid rgba(170,170,170,1);
    border-radius: 4px;
    text-align: center;
    padding: 0;
    cursor: pointer;
}
.businessCardDetail{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-left: 10px;
    margin-top: 10px;
    margin-right: 14px;
}
.businessCardLeft{
    width: 70px;
    height: 96px;
}
.businessCardLeft img{
    width: 100%;
    height: 100%;
}
.businessCardRight{
    width: 150px;
    height: 96px;
    padding-left: 10px;
}
.businessCardName{
    font-size: 14px;
    color: #2c2c2c;
    height: 32px;
    line-height: 32px;
}
.businessCardTel{
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 32px;
    line-height: 32px;
}
.businessCardTel img{
    width: 20px;
    height: 20px;
    margin-right: 5px;
}
.businessCardTel span{
    color: #1296DB;
    font-size: 15px;
}
.businessCardWx{
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 31px;
    line-height: 31px;
}
.businessCardWx img{
    width: 20px;
    height: 20px;
    margin-right: 5px;
}
.businessCardWx span{
    color: #2c2c2c;
    font-size: 12px;
}
.businessCardinput{
    height: 30px;
    line-height: 30px;
    display: flex;
    align-items: center;
    width: 220px;
    margin: 10px auto 0 auto;
}
.businessCardInputTel{
    width: 140px;
    height: 30px;
    padding-left: 5px;
    border: 1px solid rgba(252,173,23,1);
    border-radius: 4px 0px 0px 4px;
}
.businessCardSubmit{
    display: inline-block;
    width: 72px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    background: #FCAD17;
    margin-left: -2px;
}
.businessCardCode{
    width: 176px;
    margin: 15px auto 0 auto;
}
.businessCardCodeTit{
    font-size: 14px;
    color: #2c2c2c;
}
.businessCardCodeImg{
    width: 160px;
    height: 160px;
    margin: 0 auto;
}
.businessCardCodeImg img{
    width: 100%;
    height: 100%;
}

/*主体内容*/
.container{
    min-width: 1480px;
}
/*header*/
.headerTop{
    min-width: 1480px;
    height: 90px;
    line-height: 90px;
    position: relative;
    z-index: 100;
}
.headerTopActive{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 999;
    border-bottom: 1px solid #eee;
}
.headerLi{
    width: 1200px;
    margin: 0 auto;
    height: 90px;
    line-height: 90px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    color: #fff;
}
.headerLeft{
    width: 248px;
    height: 58px;
    margin-right: 42px;
}
.headerLeft img{
    width: 100%;
    height: 100%;
    vertical-align: baseline;
}
.headerCity{
    height: 100%;
    font-size: 14px;
    margin-right: 70px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
.headerCity img{
    display: inline-block;
    width: 16px;
    height: 20px;
    vertical-align: baseline;
    margin-right: 10px;
}
.headerCityName{
    max-width: 100px;
    height: 90px;
    line-height: 90px;
    margin-right: 5px;
    overflow: hidden;
}
.headerCityChange{
    width: 60px;
    background: none;
    border: none;
    padding: 0;
    color: #fff;
    cursor: pointer;
}
.headerMiddle{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    height: 90px;
    line-height: 90px;
    font-size: 14px;
    margin-right: 70px;
}
.headerMiddle li{
    width: 80px;
    height: 100%;
    text-align: center;
}
.headerMiddleActive{
    color: #FCAD17;
}
.headerTel{
    width: 150px;
    height: 90px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.headerTelText{
    font-size: 16px;
    height: 20px;
    line-height: 20px;
}
.headerNum{
    font-size: 20px;
    height: 30px;
    line-height: 30px;
    font-weight: bold;
}