/*店铺信息*/
.shopInfo{
    position: relative;
    height: 200px;
}
.shopInfoBlack{
    position: absolute;
    top:0;
    left: 0;
    width: 1200px;
    height: 200px;
    background-color: rgba(0,0,0,.3);
}
.shopInfoBox{
    width: 1000px;
    height: 155px;
    margin: 25px auto;
    background-color: rgba(0,0,0,.3);
    color: #fff;
}
.goldMedal{
    float: left;
    margin-left: 45px;
    margin-top: 20px;
    text-align: center;
    font-size: 14px;
}
.goldMedal>img{
    width: 99px;
}
.goldMedal>p{
    margin-top: 10px;
}
.shopName{
    float: left;
    margin-left: 45px;
    font-size: 14px;
}
.shopNameP1{
    font-size: 24px;
    margin-top: 30px;
}
.shopNameP2{
    margin-top: 15px;
    margin-bottom: 15px;
}
.shopNameP2>span:nth-child(1){
    margin-right: 45px;
}
/*店铺简介*/
.shopBrief{
    margin-top: 20px;
    border: 1px solid #eee;
}
.shopBriefHead{
    height: 50px;
    line-height: 50px;
    background-color: #eee;
    font-size: 14px;
    padding-left: 20px;
}
.shopBriefText{
    padding: 30px;
    text-indent: 2em;
    font-size: 14px;
}
/*认证信息*/
.authenticationInfo{
	position: relative;
    margin-top: 20px;
    margin-bottom: 20px;
}
.passTime{
    font-size: 12px;
    margin-left: 15px;
}
.aiTable{
    text-align: center;
    font-size: 14px;
}
.aiTable>tbody>tr{
    border-top: 1px solid #eee;
    border-left: 1px solid #eee;
}
.aiTable>tbody>tr>td{
    border-bottom: 1px solid #eee;
    border-right: 1px solid #eee;
}
.aiTable>tbody>tr>td:nth-child(1),.aiTable>tbody>tr>td:nth-child(3){
    width: 140px;
    height: 60px;
    line-height: 60px;
    background-color: #fbfbfb;
}
.aiTable>tbody>tr>td:nth-child(2),.aiTable>tbody>tr>td:nth-child(4){
    width: 430px;
    height: 60px;
    line-height: 60px;
    text-align: left;
    padding-left: 30px;
    padding-right: 30px;
}
.tableTd120{
    height: 120px!important;
    line-height: unset!important;
}
.tableTdImg{
    padding-top: 30px;
    padding-bottom: 30px;
}
.tableTdImgbox{
    margin-right: 30px;
    float: left;
}
.tableTdImgbox>img{
    width: 134px;
    height: 169px;
    cursor: pointer;
}
.fixImg{
    background-color: rgba(0,0,0,.6);
    position: fixed;
    top:0;
    left: 0;
    right:0;
    bottom:0;
    z-index: 999999;
    text-align: center;
    display: none;
}
.fixImg>img{
    margin: auto;
    height: 100%;
}
.fixImgClose{
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background-color: #333;
    border-radius: 50%;
    position: absolute;
    color: #fff;
    font-size: 24px;
    top:20px;
    right: 430px;
    cursor: pointer;
}
.shopNameP2S{
	overflow: hidden;
    display: inline-grid;
    width: 57px;
    text-align: right;
    height:19px;
}
.auth_img{
    position: absolute;
    z-index: 9;
    left: 400px;
    top: 150px;
    width: 300px;
    opacity: .6;
}