﻿
.career-input {
    width: 20px;
    height: 20px;
    display: block;
    float: left;
    margin: 10px 10px 0 0;
}



.section-on, .section-off {
    text-align:center;
    border-bottom: solid 8px #e8e8e8;
    -webkit-box-shadow: #fcfcfc 0px 1px;
    box-shadow: #fcfcfc 0px 1px;
    padding-bottom:5px;
}
    .section-on h5, .section-off h5, .section-on p, .section-off p {
        margin:0;
        font-size:14px;
        line-height:20px;
    }
.section-on {
    animation: glow 1000ms ease-in-out infinite alternate;
}

@keyframes glow {
    0% {
        border-bottom-color: #e8e8e8;
        box-shadow: 0 0 0px rgba(0,255,0,.2);
    }

    100% {
        border-bottom-color: #0094ff;
        box-shadow: 0 0 0px rgba(0,255,0,.6);
    }
}

.test-header1 {
    background:url(/Content/Images/test/header1.png) no-repeat right;
}
.test-header2 {
    background: url(/Content/Images/test/header2.png) no-repeat right;
}
.test-header3 {
    background: url(/Content/Images/test/header3.png) no-repeat right;
}
.test-header4 {
    background: url(/Content/Images/test/header4.png) no-repeat right;
}
.bg-header-img {
    background: url(/Content/Images/test/bg.png);
}
.bg-header-img1 {
    background: url(/Content/Images/test/bg1.png);
}
.bg-header-img2 {
    background: url(/Content/Images/test/bg2.png);
}
.bg-header-cyan {
    background-color: #25d4d4;
}
.bg-header-blue {
    background-color: #00bfd6;
}
.bg-header-blue2 {
    background-color: #1c91db;
}
.bg-header-career {
    background-color: #2dc8ea;
}
.bg-header-Orange {
    background-color: #FF7F00; /*中绿松石#70DBDB  橙红色 #FF2400  橙色 #FF7F00*/
}
.university-intro p {
    text-indent:2em;
}

.font-WenLi-style {
    text-shadow: #FF7F00 1px 0 0,#FF7F00 0 1px 0,#FF7F00 -1px 0 0,#FF7F00 0 -1px 0;
    -webkit-text-shadow: #FF7F00 1px 0 0,#FF7F00 0 1px 0,#FF7F00 -1px 0 0,#FF7F00 0 -1px 0;
    -moz-text-shadow: #FF7F00 1px 0 0,#FF7F00 0 1px 0,#FF7F00 -1px 0 0,#FF7F00 0 -1px 0;
    *filter: Glow(color=#FF7F00, strength=1);
}

@media(max-width:768px) {
    .section-off {
        display:none;
    }
}

@media(max-width:736px) {
    .test-header1 {
        background: url(/Content/Images/test/header1.png) no-repeat 210px;
    }
}

@media(max-width:414px) {
    .test-header1 {
        background: url(/Content/Images/test/header1.png) no-repeat 100px;
    }
}

@media(max-width:375px) {
    .bg-header-cyan h1 {
        font-size: 28px;
    }
}

@media(max-width:320px) {
    .bg-header-cyan h1 {
        font-size: 26px;
    }
}

/*----------中号单选按钮*/
input[type=radio].ace.input-md + .lbl::before {
    font-size: 14px;
    height: 20px;
    line-height: 18px;
    min-width: 20px;
    top: auto
}

input[type=radio].ace + .lbl::before {
    border: 1px solid #999;
}

/*--------------标题前icon样式*/
.circle-icon {
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    display: block;
    float: left;
    border-radius: 50%;
    margin: 0px 10px 0 0;
    color: #fff;
    font-size: 16px;
    font-style: normal;
}

/*--------------答题卡样式*/
.answerSheet {
    margin-left:0px;
}

.answerSheet ul {
    padding: 0px;
    text-align: left;
}

    .answerSheet li {
        display: inline-block;
        margin-bottom:5px;
        height: 30px;
        width: 30px;
        text-align: center;
        margin-left:2px;
        border: 1px solid #e4e4e4;
    }

        .answerSheet li a {
            display: block;
            height: 100%;
            width: 100%;
            line-height: 28px;
        }

    .answerSheet li:hover {
        color: #389fc3;
        border-color: #389fc3;
    }


.my-page {
    background-color:#fff;
    filter: drop-shadow(0px 0px 0px #000);
}


/*------------自定义提示框样式*/

.tooltip-custom .tooltip-inner {
    background-color: #f2653c;
}

.tooltip-custom.bs-tooltip-top .arrow:before {
    border-top-color: #f2653c;
}

.tooltip-custom.bs-tooltip-right .arrow:before {
    border-right-color: #f2653c;
}

.tooltip-custom.bs-tooltip-left .arrow:before {
    border-left-color: #f2653c;
}

.tooltip-custom.bs-tooltip-bottom .arrow:before {
    border-bottom-color: #f2653c;
}

.tooltip-purple .tooltip-inner {
    background-color: #a069c3;
}

.tooltip-purple.bs-tooltip-top .arrow:before {
    border-top-color: #a069c3;
}

.tooltip-purple.bs-tooltip-right .arrow:before {
    border-right-color: #a069c3;
}

.tooltip-purple.bs-tooltip-left .arrow:before {
    border-left-color: #a069c3;
}

.tooltip-purple.bs-tooltip-bottom .arrow:before {
    border-bottom-color: #a069c3;
}

/*

@media (min-width: 768px) {
    .card {
        position: fixed;
    }
}*/
