*{
    box-sizing: border-box;
}

body{
    margin: 0;
    font-family: 'mcyahei', 'å¾®è½¯é›…é»‘';
    font-size: 0.75em;
    background: #280031;
}

.container{
    padding: 1em;
}

.container .title{
    margin-bottom: 1em;
    font-size: 2em;
    color: white;
}

.container .card-left{
    
}

.container .card-left .row{
    margin-bottom: 1em;
}

.container .card-left .subtitle{
    color: antiquewhite;
    font-size: 1.25em;
    font-weight: 600;
}

.container .card-left .form-group{
    
}

.container .card-left .form-group>*{
    display: block;
}

.container .card-left .form-group label{
    color: white;
}

.container .card-right{
    
}

.container .card-right .modal-wrapper{
    padding: 2.675em 1em;
    background: white;
}

.container .card-right .modal-demo{
    margin: 3em;
    border: 1px solid #e9ecef;
    border-radius: 0.5em;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}

.container .card-right .modal-demo .modal-header{
    padding: 1em;
    border-bottom: 1px solid #ccc;
}

.container .card-right .modal-demo .modal-header .modal-title{
    font-size: 1.25rem;
    font-weight: 500;
}

.container .card-right .modal-demo .modal-header .close{
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
    border-bottom: none;
    text-decoration: none;
}

.container .card-right .modal-demo .modal-content{
    padding: 1em;
}

.container .card-right .title{
    color: antiquewhite;
}

.container .card-right .block-info{
    background: white;
}

.container .card-right .block-info hr{
    margin-top: 0;
}

.container .card-right .block-info .btn-track{
    position: relative;
    top: -1px;
    font-size: 0.75em;
    padding: 0.125em 0.5em;
    background: #03A9F4;
    border: none;
    zoom: 0.95;
}