body {
    margin: 0;
    font-family: 'Roboto';
    font-size: 14px;
    background: #fafafa;
    color: #666666;
}

h3 {
    color: #47546c!important;
    font-weight: 200!important;
    font-size: 24px;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 10px;
}

.container {
    max-width: 970px;

}

div[class*='col-'] {
    padding: 0 30px;
}


table{
    width: 100% ;
    margin-top: 15px;
}

table td{
    height: 30px;
    border: 1px solid #e0e0e0;
    text-align: center;
}
.tr{
    /*background: #fdfdfd;*/
}
.biao{
    height: 240px;
    background: #f8f9fd;
    text-align: center;
    padding: 0 30px;
}
.biao h2{
    font-size: 28px;
    color: #47546c;
    padding-top: 65px;
    line-height: 1;
    font-weight: 200;

}
.biao h4{
    line-height: 1;
    margin-top: 25px;
    font-size: 20px;
    color: #7b8390;
    font-weight: 200;
}
.wrap {
    /*box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);*/
    border-radius: 4px;
}

.au{
    margin: 0 auto;
    width: 80%;
}
.btn-line{
    width: 30px;
    border: 2px solid #30e492;
    display: block;
    margin: auto;
    border-radius: 2px;
    margin-bottom: 40px;
}
.foot{
    text-align: center;
    background: #3d434f;
    width: 100%;
    height: 100px;
    color: #d9dadc;
    margin-top: -10px;
    z-index: 99;
}

.foot h6{
    line-height: 100px;
    font-size: 12px;
}

a:focus,
a:hover,
a:active {
    outline: 0;
    text-decoration: none;
}

.cr {
    color: red;
}

.panel {

    background: none;
    border: 0px solid #fff!important;
    /*box-shadow: 0 0 1px 1px rgba(0, 0, 0, .05)!important;*/
    margin-bottom: 20px!important;
}

.panel:last-child {
    border-bottom: none;
}

.panel-group > .panel:first-child .panel-heading {
    border-radius: 4px 4px 0 0;
}

.panel-group .panel {
    border-radius: 0;
}

.panel-group .panel + .panel {
    margin-top: 0;
}

.panel-heading {
    background: #f6f6f6;
    /*background-color: #009688;*/
    border-radius: 0;
    border: none;
    color: #333;
    padding: 5px 15px!important ;
}

.panel-title a {
    display: block;
    color: #333;
    padding: 15px 25px;
    position: relative;
    font-size:   15px;
    font-weight: 400;
    line-height: 1.5;
}

.panel-body {
    background: #f6f6f6;
    padding: 15px 40px!important;
    color: #555555;

}

.panel:last-child .panel-body {
    border-radius: 0 0 4px 4px;
}

.panel:last-child .panel-heading {
    border-radius: 0 0 4px 4px;
    -webkit-transition: border-radius 0.3s linear 0.2s;
    transition: border-radius 0.3s linear 0.2s;
}

.panel:last-child .panel-heading.active {
    border-radius: 0;
    -webkit-transition: border-radius linear 0s;
    transition: border-radius linear 0s;
}
/* #bs-collapse icon scale option */

.panel-heading a:before {
    content: '\e146';
    color: #ccc!important;
    position: absolute;
    font-family: 'Material Icons';
    right: 5px;
    top: 10px;
    font-size: 24px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.panel-heading.active a:before {
    content: ' ';
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transform: scale(0);
    transform: scale(0);
}

#bs-collapse .panel-heading a:after {
    content: ' ';
    font-size: 24px;
    position: absolute;
    font-family: 'Material Icons';
    right: 5px;
    top: 10px;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

#bs-collapse .panel-heading.active a:after {
    content: '\e909';
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
/* #accordion rotate icon option */

#accordion .panel-heading a:before {
    content: '\e316';
    font-size: 24px;
    position: absolute;
    font-family: 'Material Icons';
    right: 5px;
    top: 10px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

#accordion .panel-heading.active a:before {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}