@charset "utf-8";
html,body{
    width: 100%;
    height: 100%;
    color: #333;
    font-size: 12px;
    font-family: "微软雅黑";
}
html,body,div,ul,ol,li,p,a,h1,h2,h3{
    margin: 0;
    padding: 0;
}
a{
    text-decoration: none;
}

.w-wrap{
	display: flex;
    flex-direction: row;
    flex: 1;
    box-sizing: border-box;
}
.w-label{
    width: 186px;
    overflow: auto;
    box-sizing: border-box;
}
.w-control{
    flex: 1;
    box-sizing: border-box;
}

header ul{
    float: right;
    padding: 13px 2px;
}
header li{
    list-style: none;
    display: inline-block;
}
ul{
    padding: 13px 4px;
}
.tab-content{
    padding: 20px;
    /* height: calc( 100% - 57px);
    box-sizing: border-box;
    overflow: auto; */
}
.tab-content>.tab-pane {
    display: none;
}
.tab-content>.active {
        display: block;
}
.fade.in {
    opacity: 1;
}
.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
}
.nav-tabs>.active .btn{
    color: #e2e2e2;
    background-color: #000;
}
.btn {
    display: inline-block;
    padding: 4px 4px;
    margin-bottom: 0;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 10px;
    color: #333;
}
header{
    height: 56px;
    padding: 0 8px;
    border-bottom:1px solid #f5f5f5;
}
h1{
    font-size: 12px;
    font-weight: normal;
    width: 45%;
    height: 100%;
    box-sizing: border-box;
    display: inline-block;
    padding: 9px 0 17px;
}
h1 i{
    width: 52px;
    height: 100%;
    display: inline-block;
    vertical-align: bottom;
}
.display-inline{
    padding-left: 10px;
    display: inline-block;
    vertical-align: middle;
    width: 58%;
}
.display-inline>span{
    display: block;
}
.display-inline>span:nth-of-type(1){
    font-size: 16px;
}
.display-inline>span:nth-of-type(2){
    font-size: 14px;
    color: #797979;
}
.start:after{
    content: url(../img/start.png); 
}
.icon{
    vertical-align: middle;
}
.getMsg{
    float: right;
    height: 56px;
}
.getMag-btn{
    margin: 16px 0;
    padding: 4px 16px;
    border-radius: 12px;
    display: inline-block;
    background: #d3d8dc;
    color: #3489f3;
}
.demo-wrap{
    padding: 20px 0 10px;
}
.demo-border{
    border:1px solid #ddd;
    border-radius: 12px;
    padding: 10px;
    width: 30%;
    box-sizing: border-box;
    display: inline-block;
    text-align: center;
}

.demo-borderex{
    border:1px solid #ddd;
    border-radius: 12px;
    padding: 10px;
    width: 60%;
    box-sizing: border-box;
    display: inline-block;
    text-align: center;
}

.demo-borderex:nth-of-type(3n+2){
    margin: 0 3.5%;
}
.demo-borderex img{
    width: 100%;
    height: auto;
}
.demo-border:nth-of-type(3n+2){
    margin: 0 3.5%;
}
.demo-border img{
    width: 100%;
    height: auto;
}
.word{
    padding: 10px 0;
    font-size: 14px;
}
.showMsg{
    height: 21px;
}
h3{
    float: left;
    font-size: 16px;
    font-weight: normal;
}
.dropdown{
    float: right;
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 5px 5px;
    background: url(../img/down.png) no-repeat center;
    transform:rotate(0deg);
    transform-origin:center;
}
.dropdown.off{
    transform:rotate(-90deg);
    /* transform-origin:center; */
}
/* .introduceMsg li{
    display:none;
} */
.comment{
    padding-top: 8px;
    line-height: 24px;
}
/* ol{
    padding-left: 20px;
} */
ol li{
    list-style: none;
}
.report{
    padding-left: 20px;
}
.report li{
    list-style: url(../img/report.png);
    padding: 4px 0;
}
