﻿.lineframe {
    /*background: #325571;*/
    background: linear-gradient(-135deg, transparent 35px, #325571 3px) top right;
    /*background-size: 50% 50%;*/
    background-repeat: no-repeat;
    border-bottom: solid 4px #b8dffe;
}

.linerun {
    /*background: #4e7d5b;*/
    background: linear-gradient(-135deg, transparent 15px, #4e7d5b 0) top right;
    /*background-size: 50% 50%;*/
    background-repeat: no-repeat;
}

.linestop {
    /*background: #4e7d5b;*/
    background: linear-gradient(-135deg, transparent 15px, #ee7f30 0) top right;
    /*background-size: 50% 50%;*/
    background-repeat: no-repeat;
}

.linesuspend {
    /*background: #4e7d5b;*/
    background: linear-gradient(-135deg, transparent 15px, #a5a5a5 0) top right;
    /*background-size: 50% 50%;*/
    background-repeat: no-repeat;
}

.linebox1 {
    width: 1680px;
    height: 100px;
    text-align: center;
    color: seagreen;
    font-size: 26px;
    line-height: normal;
    background: no-repeat;
    border: 20px solid #b8d6be;
    float: left;
    padding: 10px;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
}

.linebox2 {
    width: 1680px;
    height: 500px;
    text-align: center;
    color: seagreen;
    font-size: 26px;
    line-height: normal;
    background: no-repeat;
    border: 20px solid #b8d6be;
    float: left;
    padding: 10px;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
}

@font-face {
    font-family: 'ledfont';
    src: url('~/fonts/ledfont.ttf') format('truetype');
}

@font-face {
    font-family: 'fzfyjt';
    src: url('~/fonts/FZFengYaSongSimple.TTF') format('truetype');
}
