
html {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    background-color: #FFF;
}

#history_default {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    clear: both;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}

#history_default .history_explain {
    width: 90%;
    height: auto;
    margin: 0 auto;
    padding: 0;
    clear: both;
}

#history_default .history_explain dl {
    margin: 0;
    padding: 0;
    width: 100%;
}

#history_default .history_explain dl dt {
    margin: 0;
    padding: 0;
    float: none;
}

#history_default .history_explain dl dd {
    margin: 0;
    padding: 0;
    float: none;
}

#history_default .history_explain dl dd time {
    color: #004ea2;
    font-size: 36px;
    line-height: 36px;
    margin: 0;
    padding: 0;
    display: inline-block;
}

#history_default .history_explain dl dt:nth-of-type(1) {
    height: 50px;
    overflow: hidden;
}

#history_default .history_explain dl dt:nth-last-of-type(1) {
    height: 50px;
    overflow: hidden;
}

#history_default .history_content {
    width: 90%;
    height: auto;
    margin: 0 auto;
    padding: 0;
    clear: both;
}

#history_default .history_content .swiper-container {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    position: relative;
}

#history_default .history_content .swiper-container .swiper-wrapper {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    position: relative;
}

#history_default .history_content .swiper-container .swiper-wrapper .swiper-slide {
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    float: left;
}

#history_default .history_content .swiper-container .swiper-wrapper .swiper-slide dl {
    margin: 0;
    padding: 0;
    width: 100%;
}

#history_default .history_content .swiper-container .swiper-wrapper .swiper-slide dl dt {
    margin: 0;
    padding: 0;
    float: none;
    width: 100%;
}

#history_default .history_content .swiper-container .swiper-wrapper .swiper-slide dl dd {
    margin: 0;
    padding: 0;
    float: none;
    width: 100%;
}

#history_default .history_content .swiper-container .swiper-wrapper .swiper-slide .line {
    width: 100%;
    height: 1px;
    margin: 0;
    padding: 22px 0px;
    position: relative;
    z-index: 1;
}

#history_default .history_content .swiper-container .swiper-wrapper .swiper-slide .line::before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #bfbfbf;
    overflow: hidden;
    position: absolute;
    left: 0px;
    top: 50%;
    z-index: 2;
}

#history_default .history_content .swiper-container .swiper-wrapper .swiper-slide .line::after {
    content: "";
    display: block;
    width: 62px;
    height: 2px;
    background-color: #004ea2;
    overflow: hidden;
    position: absolute;
    left: 10px;
    top: 35%;
    z-index: 3;
    -webkit-transform: skew(0deg, -45deg);
    -moz-transform: skew(0deg, -45deg);
    -ms-transform: skew(0deg, -45deg);
    -o-transform: skew(0deg, -45deg);
    transform: skew(0deg, -45deg);
}

#history_default .history_content .swiper-container .swiper-wrapper .swiper-slide .time {
    color: #333;
    font-size: 36px;
    line-height: 36px;
    margin: 0;
    padding: 0% 0% 0% 5%;
}

#history_default .history_content .swiper-container .swiper-wrapper .swiper-slide .zzz {
    color: #666;
    font-size: 14px;
    line-height: 22px;
    margin: 0;
    padding: 5% 10% 0% 5%;
}

#history_default .history_content .swiper-container .swiper-wrapper .swiper-slide .zzz p {
    margin: 0px 0px 15px 0px;
    padding: 0px 0px 0px 11px;
    position: relative;
    font-size: 14px;
    line-height: 22px;
}

#history_default .history_content .swiper-container .swiper-wrapper .swiper-slide .zzz p::after {
    content: "•";
    display: inline-block;
    color: #004ea2;
    font-size: 12px;
    line-height: 12px;
    position: absolute;
    left: 0px;
    top: 5px;
}

#history_default .history_content .swiper-container .swiper-wrapper .swiper-slide .zzz img {
    width: auto;
    height: auto;
    max-width: 100%;
    border: 0px;
}

#history_default .history_button {
    width: 90%;
    height: auto;
    margin: 0 auto;
    padding: 0;
    clear: both;
}

#history_default .history_button dl {
    margin: 0;
    padding: 0;
    width: 100%;
}

#history_default .history_button dl dt {
    margin: 0;
    padding: 0;
    float: none;
    width: 100%;
    text-align: center;
}

#history_default .history_button dl dd {
    margin: 0;
    padding: 0;
    float: none;
    width: 100%;
    text-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-justify-content: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-align-items: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: row;
    -moz-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-box-flex: 1.0;
    -moz-flex-shrink: 1;
    -webkit-flex-shrink: 1;
    flex-shrink: 1;
}

#history_default .history_button dl dt:nth-of-type(1) {
    height: 50px;
    overflow: hidden;
}

#history_default .history_button dl dt:nth-last-of-type(1) {
    height: 64px;
    overflow: hidden;
}

#history_default .history_button dl dd .button_next {
    width: 42px;
    height: 42px;
    cursor: pointer;
    margin: 0px 0px 0px 20px;
    padding: 0;
    display: inline-block;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-justify-content: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-align-items: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1.0;
    -moz-flex-shrink: 1;
    -webkit-flex-shrink: 1;
    flex-shrink: 1;
}

#history_default .history_button dl dd .button_next i {
    color: #252a2f;
    font-size: 30px;
    line-height: 30px;
    display: inline-block;
}

#history_default .history_button dl dd .button_prev {
    width: 42px;
    height: 42px;
    cursor: pointer;
    margin: 0;
    padding: 0;
    display: inline-block;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-justify-content: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-align-items: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1.0;
    -moz-flex-shrink: 1;
    -webkit-flex-shrink: 1;
    flex-shrink: 1;
}

#history_default .history_button dl dd .button_prev i {
    color: #252a2f;
    font-size: 30px;
    line-height: 30px;
    display: inline-block;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

@media screen and (max-width: 1600px) {
    #history_default .history_explain {
        width: 92%;
    }

    #history_default .history_content {
        width: 92%;
    }

    #history_default .history_button {
        width: 92%;
    }
}

@media screen and (max-width: 1400px) {
    #history_default .history_explain {
        width: 94%;
    }

    #history_default .history_content {
        width: 94%;
    }

    #history_default .history_button {
        width: 94%;
    }
}

@media screen and (max-width: 1200px) {
    #history_default .history_explain {
        width: 96%;
    }

    #history_default .history_content {
        width: 96%;
    }

    #history_default .history_button {
        width: 96%;
    }
}


#history_mini {
    display: none;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    clear: both;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}

#history_mini .history_explain {
    width: 96%;
    height: auto;
    margin: 0 auto;
    padding: 0;
    clear: both;
}

#history_mini .history_explain dl {
    margin: 0;
    padding: 0;
    width: 100%;
}

#history_mini .history_explain dl dt {
    margin: 0;
    padding: 0;
    float: none;
}

#history_mini .history_explain dl dd {
    margin: 0;
    padding: 0;
    float: none;
}

#history_mini .history_explain dl dd time {
    color: #004ea2;
    font-size: 24px;
    line-height: 24px;
    margin: 0;
    padding: 0;
    display: inline-block;
}

#history_mini .history_explain dl dt:nth-of-type(1) {
    height: 30px;
    overflow: hidden;
}

#history_mini .history_explain dl dt:nth-last-of-type(1) {
    height: 30px;
    overflow: hidden;
}

#history_mini .history_content {
    width: 94%;
    height: auto;
    margin: 0 auto;
    padding: 0;
    clear: both;
}

#history_mini .history_content ul {
    margin: 0;
    padding: 5% 0% 0% 0%;
    list-style-type: none;
    width: 100%;
    position: relative;
}

#history_mini .history_content ul::after {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background-color: #bfbfbf;
    overflow: hidden;
    position: absolute;
    left: 8px;
    top: 0px;
    z-index: 1;
}

#history_mini .history_content ul li {
    margin: 0;
    padding: 0;
    float: none;
    width: 100%;
}

#history_mini .history_content ul li output {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0px 0px 40px 25px;
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

#history_mini .history_content ul li output .time {
    color: #004ea2;
    font-size: 20px;
    line-height: 20px;
    margin: 0;
    padding: 0;
}

#history_mini .history_content ul li output .doot {
    width: 14px;
    height: 14px;
    border: #004ea2 solid 1px;
    overflow: hidden;
    position: absolute;
    left: 0px;
    top: 3px;
    z-index: 3;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

#history_mini .history_content ul li output .doot::after {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    background-color: #004ea2;
    overflow: hidden;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 3;
    margin-top: -3px;
    margin-left: -3px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

#history_mini .history_content ul li output .zzz {
    color: #333;
    font-size: 14px;
    line-height: 22px;
    margin: 0;
    padding: 15px 0px 0px 0px;
}

#history_mini .history_content ul li output .zzz p {
    margin: 0;
    padding: 0;
}

#history_mini .history_content ul li output .zzz p + p {
    margin: 5px 0px 0px 0px;
    padding: 0;
}

#history_mini .history_content ul li output .zzz img {
    width: auto;
    height: auto;
    max-width: 98%;
    border: 0px;
}

@media screen and (max-width: 640px) {
    #history_default {
        display: none;
    }

    #history_mini {
        display: block;
    }
}

@media screen and (max-width: 500px) {
    #history_default {
        display: none;
    }

    #history_mini {
        display: block;
    }

    #history_mini .history_explain dl dd time {
        font-size: 20px;
        line-height: 20px;
    }

    #history_mini .history_content ul li output .zzz {
        font-size: 12px;
        line-height: 20px;
    }
}

