﻿@font-face{   
   font-family: 'fontAnt';   
   src: url('/css/Antoniobold.woff') format('woff'); 
  font-weight: normal;   
  font-style: normal;  
}



@font-face {
  font-family: Alibaba-Regular;
  src: url(/font/Alibaba-PuHuiTi-Regular.woff);
}

.Store-MapBox
{
    border: 1px solid #90C441;
    width: calc(50% - 82px);
    max-width:940px;
    overflow: hidden;
    float: left;
    background: #E9F3D8;
    height: 340px;
    position: relative;
    margin:40px 0px 0px 20px;
}
.StoreMapContainer
{
    width: 100%;
    height: 360px;
    position: absolute;
    top:1px;
    left:1px;
    z-index:10;
}

.Store-MapBox-TitleBox
{
    width: calc(100% - 39px);
    height:25px;
    padding: 5px 20px;
    font-family: Alibaba-Medium,微软雅黑, 黑体, 新宋体, 宋体;
    font-size: 14pt;
    font-weight: bold;
    text-align: left;
    color: #000000;
    letter-spacing: 3px;
    position: absolute;
    z-index: 10;
    top: 0px;
    background-color: #FFFFFF;
    opacity: 0.50;
    -moz-opacity: 0.50;
    filter: alpha(opacity=50);
}

.Store-MapBox-DateEndBox
{
    height: 18px;
    width:200px;
    padding: 8px 0px;
    color: #BEBCBD;
    font-family: 微软雅黑, 黑体, 新宋体, 宋体;
    font-size: 11pt;
    text-align: center;
    display: block;
    margin-right:40px;
    position: absolute;
    z-index:10;
    top:0px;
    left:calc(100% - 199px);
    background-color: #FFFFFF;
    opacity: 0.70;
    -moz-opacity: 0.70;
    filter: alpha(opacity=70);
}

.Store-MapBox-CityBox
{
    width: 200px;
    height: 30px;
    text-align: right;
    position: absolute;
    z-index: 10;
    top: 5px;
    left: calc(100% - 400px);
        opacity: 0.50;
    -moz-opacity: 0.50;
    filter: alpha(opacity=50);
}

.Store-MapBox-StoreBox
{
    width:200px;
    height:30px;    
    text-align:right;
    position: absolute;
    z-index:10;
    top:5px;
    left:calc(100% - 300px);
        opacity: 0.50;
    -moz-opacity: 0.50;
    filter: alpha(opacity=50);
    
}

.Store-MapBox-StoreDetail
{
    width: calc(50% - 30px);
    height: 20px;
    top: 10px;
    left:calc(50% + 20px);
    text-align: right;
    font-family:Alibaba-Regular;
    font-size: 10pt;
    color: #666666;
    padding:0px 10px 0px 0px;
    position: absolute;
    z-index:10;
    display:block;
    
    cursor:pointer;
}

.Store-MapBox-StoreDetail:hover
{
    color:Blue;
}
.Store-MapBox-Data-Num
{
    color: #333333;
    font-weight: bold;
    font-size: 12pt;
    font-family: fontAnt, Arial, Helvetica, sans-serif;
    
}
.Store-MapBox-Data-Text
{
    font-weight: bold;
    font-size: 14pt;
    color: #333333;
    font-family:Alibaba-Medium;
}


.Store-MapBox-LiniInSCPic
{
    width: calc(100% + 580px);
    height:calc(100% + 180px);
    position: relative;
    margin:-40px 0px 0px -280px;
}