@font-face {
    font-family: "Alibaba PuHuiTi_R";
    src: url("/meeting/font/PuHuiTi/Alibaba-PuHuiTi-Regular.ttf") format("truetype");
}

@font-face {
    font-family: "Alibaba PuHuiTi_B";
    src: url("/meeting/font/PuHuiTi/Alibaba-PuHuiTi-Bold.ttf") format("truetype");
}

@font-face {
    font-family: "Alibaba PuHuiTi_H";
    src: url("/meeting/font/PuHuiTi/Alibaba-PuHuiTi-Heavy.ttf") format("truetype");
}

@font-face {
    font-family: "Alibaba PuHuiTi_L";
    src: url("/meeting/font/PuHuiTi/Alibaba-PuHuiTi-Light.ttf") format("truetype");
}

@font-face {
    font-family: "Alibaba PuHuiTi_M";
    src: url("/meeting/font/PuHuiTi/Alibaba-PuHuiTi-Medium.ttf") format("truetype");
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Alibaba PuHuiTi";
}

body {
    width: 100%;
    height: 100%;
    background: url('/meeting/images/bg.png');
    background-size: 100% 100%;
    background-position: center center;
    overflow: auto;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -o-background-size: cover;
}

.header {
    background-color: #c25100;
}

a {
    text-decoration: none;
    color: #ffffff;
}

.header .href a:hover {
    border-bottom: 1px solid #ffffff;
}

.header .href a.checked {
    border-bottom: 1px solid #ffffff;
}

.table .table_ .tr :nth-child(1) {
    font-family: 'Helvetica Neue';
}

.table .table_ .tr:not(.tle) :nth-child(3) {
    /* IE 6 7 8*/
    filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=1, startColorStr=#df7b10, endColorStr=#be511b);
    /* IE 10 */
    background: -ms-linear-gradient(left, #df7b10, #be511b);
    /* firefox */
    background: -moz-linear-gradient(left, #df7b10, #be511b);
    /*Safari5.1 Chrome 10+*/
    background: -webkit-linear-gradient(left, #df7b10, #be511b);
    /*Opera 11.10+*/
    background: -o-linear-gradient(left, #df7b10, #be511b);
    color: #fff;
}

.timing .table .table_ .tr.tle {
    font-weight: normal;
    /* IE 6 7 8*/
    filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=1, startColorStr=#df7b10, endColorStr=#be511b);
    /* IE 10 */
    background: -ms-linear-gradient(left, #df7b10, #be511b);
    /* firefox */
    background: -moz-linear-gradient(left, #df7b10, #be511b);
    /*Safari5.1 Chrome 10+*/
    background: -webkit-linear-gradient(left, #df7b10, #be511b);
    /*Opera 11.10+*/
    background: -o-linear-gradient(left, #df7b10, #be511b);
    color: #fff;
}

#wan_td {
    border: none;
    background-color: #cb6017;
    margin-bottom: 0;
}

#mapContent label {
    max-width: none;
}

.iw_poi_title {
    color: #CC5522;
    font-size: 14px;
    font-weight: bold;
    overflow: hidden;
    padding-right: 13px;
    white-space: nowrap
}

.iw_poi_content {
    font: 12px arial, sans-serif;
    overflow: visible;
    padding-top: 4px;
    white-space: -moz-pre-wrap;
    word-wrap: break-word
}