html,
body,
div,
p,
span,
img,
ul,
li,
dl,
dd,
dt,
em,
strong {
    margin: 0;
    padding: 0;
    border: none;
    font-family: source-han-sans-simplified-c, sans-serif;
    font-weight: 300;
}

.blue_bg {
    background-color: #2278d1;
}

header {
    width: 100%;
    min-width: 1200px;
    background: #fff;
}

.navTab {
    width: 1220px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 20px;
}

.navTab .navbar-nav {
    margin-top: 15px;
}

.navTab .navbar-nav li a {
    color: #fff;
    font-size: 16px;
    margin: 0 20px;
    padding: 5px 0;

    text-decoration: none;
    cursor: pointer;
    position: relative;
    font-family: source-han-sans-simplified-c, sans-serif;
    font-weight: 400;
    line-height: 18px;
}

.navTab .navbar-nav li a:hover {
    border-bottom: 2px solid #00FFFF;
}

.navTab .navbar-nav li a.selectDown:after {
    position: absolute;
    right: 0px;
    bottom: 8px;
    content: '';
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 4px solid #333333;
}

.navTab .navbar-nav li:nth-of-type(3) a.selectUp:before {
    display: none;
}

.navTab .navbar-nav li:nth-of-type(3) a.selectDown:after {
    display: none;
}

.logo {
    height: 40px;
}

.navbar-brand {
    padding: 5px;
}
.panel-title a {
    display: block;
    padding: 15px;
    position: relative;
    font-size: 16px;
    padding-left: 25px;
    text-align: left;
    font-family: source-han-sans-simplified-c,sans-serif;
    font-weight: 500;
    color: rgba(51, 51, 51, 1);
}
@media screen and (max-width: 768px) {
    .forex-container {
        width: 100%;
        padding: 64px 0 0 0;
    }
    #m-navbar-collapse {
        width: 100%;
        margin: 0;
        padding: 40px 30px 0 30px;
        background: #ffffff;
        max-height: none;
    }
    #m-navbar-collapse .panel-group .panel-heading {
        border-bottom: 1px solid #DFE3E6;
    }
    #m-navbar-collapse .panel-group .panel {
        border-bottom: none;
        margin-bottom: 0;
    }
    #m-navbar-collapse  .panel-heading a:before {
        content: '\e258';
        font-size: 14px;
        position: absolute;
        font-family: 'Glyphicons Halflings';
        right: 5px;
        top: 16px;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        color: #333333;
    }
    #m-navbar-collapse #accordion {
        overflow-y: scroll;
        padding-bottom: 120px;
        height:900px;
    }
    #m-navbar-collapse .panel-title a{
        padding-left:0;
    }
    .row {
        box-sizing: border-box;
        margin: 0;

    }
    .close-menu{
        padding:20px;
        text-align: center;
    }
    .close-menu a{
        font-size:42px;
        color:#ddd;
    }
    .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
        background-color: #208dc6;
    }
    .navbar-default .navbar-toggle .icon-bar {
        background-color: #fff;
    }
}
.panel-group .panel {
    border-radius: 0;
    box-shadow: none;
    border-bottom: 1px solid #ddd;
}
#word {
    font-size: 20px;
    padding: 20px 0;
}
#word p{
    margin:10px 0;
}
#word .panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}

#word .panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
