input.labelauty + label {
    font: 12px "Microsoft Yahei";
}

.warning-box {
    overflow: hidden;
    width: 100%;
}

.warning-img {
    width: 30px;
    height: 30px;
    float: left;
}

.warning-box > p {
    float: left;
    font-size: 14px;
    line-height: 30px;
    margin-left: 20px;
}

.title-diagnosis {
    overflow: hidden;
    padding: 20px 0;
}

.title-diagnosis > i {
    width: 5px;
    height: 40px;
    float: left;
    background: #00a4ff;
}

.title-diagnosis > h1 {
    font-size: 24px;
    font-weight: bold;
    line-height: 40px;
    margin-left: 20px;
    border-bottom: 1px solid #ccc;
    font-family: PingFang;
}

.selected-radio {
    padding: 10px;
}

.selected-radio > p {
    font-size: 16px;
    line-height: 20px;
}

.selected-radio > p > span {
    color: #bbb;
}

.radio-ul {
    overflow: hidden;
}

.radio-ul > li {
    float: left;
    margin: 20px;
}

.dropdown {
    padding: 20px;
    display: inline-block;
}

.input-group {
    padding: 20px;
}

.ulceration .form-control {
    width: 20%;
}

.microscopy-input .input-group {
    width: 25%;
    float: left;
}

#submit {
    width: 16%;
    margin-left: 30%;
    margin-top: 40px;
    border: none;
    background: #99CCFF;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    padding: 8px 0;
    color: #fff;
    min-width: 120px;
}

#submit:hover {
    background: #00a4ff;
}

.placeholder {
    color: #f00;
    width: 30%;
    text-align: center;
    margin: 60px 35% 20px 35%;
}

.dropdown-menu {
    height: 400px;
    overflow-y: scroll;
}

.glyphicon-calendar {
    background: url("../../../images/calendar-alt.png") center no-repeat;
    background-size: 30px 30px;
    width: 30px;
    height: 30px;
}
.typeChoose{
    display: none;
}
/*分辨率小于768px*/
@media screen and (max-width: 768px) {
    .solutionDes{
        top: 95px !important;
    }
    .contents-left {
        display: none;
    }
    .typeChoose{
        display: block;
        width: 200px;
        height: 45px;
        margin: 0 auto;
    }
    .typeChooseItem{
        float: left;
    }
    .selfDiagnosis{
        width: 50%;
        background: #99CCFF;
        height: 50px;
        border-bottom-left-radius: 10px;
        border-top-left-radius: 10px;
        color: white;
        font-size: 16px;
        line-height: 50px;
        text-align: center;
    }
    .diagnosisRecode{
        width: 50%;
        border: 1px solid #99CCFF;
        height: 50px;
        border-bottom-right-radius: 10px;
        border-top-right-radius: 10px;
        text-align: center;
        line-height: 50px;
        color: #99ccff;
        font-size: 16px;
    }
    .warning-box > p {
        width: 80%;
        font-size: 12px;
        margin-left: 10px;
        line-height: 20px;
    }

    .warning-img {
        width: 20px;
        height: 20px;
    }

    .title-diagnosis > i {
        height: 30px;
    }

    .title-diagnosis > h1 {
        font-size: 18px;
        line-height: 30px;
    }

    .radio-ul > li {
        margin: 10px;
    }

    .dropdown {
        padding: 10px;
    }

    .selected-radio > p {
        font-size: 12px;
        line-height: 20px;
    }

    .contents-right {
        width: 90%;
        left: 0;
    }

    .item, .preview, .preBlock, .addImg, .preBlock img {
        width: 120px;
        height: 120px;
    }

    .item {
        margin: 10px;
    }

    #submit {
        font-size: 12px;
        width: 20%;
        margin: 40px 40% 20px 40%;
    }

    input.labelauty + label {
        padding: 5px;
    }

    input.labelauty + label > span.labelauty-unchecked-image + span.labelauty-unchecked, input.labelauty + label > span.labelauty-checked-image + span.labelauty-checked {
        margin-right: 10px;
    }

    .microscopy-input .input-group {
        width: 100%;
    }
}
@media screen and (max-width: 500px) {
    .typeChoose{
        display: block;
        width: 160px;
        height: 45px;
        margin: 0 auto;
    }
    .typeChooseItem{
        float: left;
    }
    .selfDiagnosis{
        width: 50%;
        background: #99CCFF;
        height: 40px;
        border-bottom-left-radius: 10px;
        border-top-left-radius: 10px;
        color: white;
        font-size: 14px;
        line-height: 40px;
        text-align: center;
    }
    .diagnosisRecode{
        width: 50%;
        border: 1px solid #99CCFF;
        height: 40px;
        border-bottom-right-radius: 10px;
        border-top-right-radius: 10px;
        text-align: center;
        line-height: 40px;
        color: #99ccff;
        font-size: 14px;
    }
    .item{
        margin: 5px !important;
        height: 170px !important;
    }
    #submit{
        margin-left: 30% !important;
    }
    .loadingBox{
        width: 100% !important;
    }
    #circleBackground{
        width: 150px !important;
        height: 150px !important;
        left: 8% !important;
        top: 45% !important;
    }
    #rotateImg{
        width: 200px !important;
        height: 200px !important;
        margin-left: -40px;
        margin-top: 81px;
    }
}
/*****病历档案****/
.ul-medicalRecord {
    overflow: hidden;
}

.ul-medicalRecord li {
    overflow: hidden;
    padding: 2%;
}

.ul-medicalRecord p {
    font-size: 20px;
    line-height: 50px;
    height: 50px;
    color: #bbb;
    float: left;
    padding-right: 20px;
    border-right: 1px solid #3c3c3c;
}

.ul-medicalRecord span {
    font-size: 40px;
    line-height: 50px;
    vertical-align: bottom;
    color: #000;
    margin-right: 10px;
}

.ul-medicalRecord b {
    float: left;
    font-weight: normal;
    color: #09f;
    font-size: 16px;
    line-height: 50px;
    margin-left: 20px;
}

.ul-medicalRecord .report, .ul-medicalRecord .evaluate {
    float: right;
    font-size: 16px;
    color: #9cf;
    line-height: 50px;
    text-decoration: underline !important;
    cursor: pointer;
}

.ul-medicalRecord .evaluate {
    color: #f90;
    margin-right: 40px;
}

.pagination > li > a, .pagination > li > span {
    cursor: pointer;
}

.section {
   /* width: 900px;*/
}

.item {
    margin-right: 19px;
    margin-left: 19px;
    width: 140px;
    height: 148px;
}

.item .addImg {
    width: 140px;
    height: 140px;
}

.item .preBlock .preview {
    width: 140px;
    height: 140px;
}

.remark {
    width: 140px;
    top: 148px;
}

/* 病害诊断加载框 */
.loadingBox {
    display: none;
    z-index: 99999999999;
    width: 600px;
    height: 320px;
    background-color: #ffffff;
    margin: auto;
    text-align: center;
}

.loadingBox .left {
    float: left;
    width: 50%;
    height: 100%;
    padding: 40px;
}

#rotateImg {
    width: 250px;
    height: 250px;
}

#circleBackground {
    width: 200px;
    height: 200px;
    position: absolute;
    top: 20%;
    left: 11%;
}

.loadingBox .right {
    float: left;
    width: 50%;
    padding: 40px 20px;
    height: 100%;
}

.loadingBox .right ul {
    padding-top: 30px;
}

.loadingBox .right ul li {
    font-size: 10px;
    line-height: 35px;
    text-align: left;
    font-weight: bold;
}

.loadingBox .right .closeLoading {
    position: absolute;
    top: 0;
    right: 4px;
    width: 10px;
    height: 10px;
}

.loadingBox .right .loading {
    width: 30px;
    height: 30px;
    float: right;
    margin-right: 30px;
}

.loadingBox .right .loading img {
    width: 100%;
    height: 100%;

}

.mask {
    z-index: 10000000;
    width: 100vw;
    height: 237%;
    background-color: #bfc1c4;
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    filter: alpha(opacity=60);
    opacity: 0.5;
    -moz-opacity: 0.5;
}

/*****导航栏********/
.topLeft {
    float: left;
    overflow: hidden;
    width: 72%;
    margin-left: 7%
}

.topRight {
    float: left;
    width: 15%;
    position: relative;
}

.unifiedImg {
    width: 25px;
    height: 25px;
}

.unifiedMenu {
    line-height: 30px;
    text-decoration: none;
    display: inline-block;
}

.userName {
    line-height: 50px;
    text-align: center;
    color: white;
    font-size: 13px;
    background: url("../../../images/down_icon.png") no-repeat;
    background-size: 16px;
    background-position: 139px 18px;
}

#AquacultureHeadlines {
    background-color: #eff4f8;
    width: 100%;
    height: 560px;
}

.HeadlinesLeft {
    width: 24%;
    height: 460px;
    background-color: #fff;
    font-size: 13px;
    margin-left: 200px;
    margin-top: 50px;
    float: left;
}

.HeadlinesRight {
    margin-left: 20px;
    width: 47%;
    height: 460px;
    background-color: #fff;
    margin-top: 50px;
    float: left;
}

.HeadlinesRightTab {
    width: 100%;
    height: 40px;
}

.HeadlinesLeftTitle {
    font-size: 15px;
    line-height: 40px;
    height: 40px;
    width: 100%;
    background: url("../../../images/hot.png") no-repeat;
}

.HeadlinesLeftTitle .left {
    margin-left: 24px;
}

.HeadlinesLeftTitle .right, .HeadlinesRightTab .more {
    font-size: 12px;
    float: right;
    margin-right: 25px;
    background: url("../../../images/more.png") right no-repeat;
    background-size: 15px 10px;
    padding-right: 20px;
}

.HeadlinesLeft .one, .HeadlinesLeft .two {
    background: url("../../../images/top.png") right no-repeat;
    margin-right: 18px;
}

.HeadlinesRightTab li {
    float: left;
    margin: 6px 10px;
    padding: 6px 12px;
    cursor: pointer;
}

.HeadlinesLeft ul li {
    line-height: 33px;
}

.HeadlinesRightTab .active {
    background-color: #00a4ff;
    color: #fff;
}

.underline {
    height: 1px;
    width: 100%;
    background: #eff4f8;
}

.HeadlinesLeft ul {
    margin-left: 15px;
    margin-top: 15px;
}

.HeadlinesLeft li label {
    color: #d2e2fa;
}

.HeadlinesLeft .one label {
    color: #f44544;
}

.HeadlinesLeft .two label {
    color: #fe8448;
}

.HeadlinesLeft .three label {
    color: #ffecd9;
}

.HeadlinesRightTab .more {
    float: right;
}

.HeadlinesNews {
    margin: 0 20px;
    height: 340px;
    font-size: 12px;
}

.HeadlinesNews li {
    margin: 15px;
    line-height: 20px;
    height: 85px;
    border-bottom: 1px dashed #eff4f8;
}

.HeadlinesNews li:last-child {
    border: none;
}

.HeadlinesNews .leftImg {
    float: left;
    width: 13%;
    height: 80%;
}

.HeadlinesNews .rightText {
    float: left;
    margin-left: 10px;
    width: 85%
}

.rightText h1 {
    font-size: 14px;
    font-weight: bold;
}

.specialist-content ul {
    width: 90%;
    height: 400px;
    margin-left: 180px;
}

.specialist-content ul li {
    float: left;
}

.specialist-content ul li img {
    width: 100%;
    height: 100%;
}

#jgltDiv {
    width: 100%;
    height: 470px;
    background: url("../../../images/jgltBackground.png") no-repeat;
    background-size: 100% 470px;
}

#jgltDiv ul li {
    float: left;
}

#jgltDiv h1, #jgltDiv h2 {
    color: #fff;
}

#jgltDiv h3 {
    color: #fff;
    font-size: 16px;
    text-align: left;
    line-height: 22px;
    letter-spacing: 4px;
}

#jgltDiv h4 {
    color: #fff;
    font-size: 1px;
    text-align: left;
    line-height: 15px;
}

#specialist a:hover {
    text-decoration: none;
}

#hypxDiv {
    width: 100%;
    height: 490px;
    background: url("../../../images/hypx_background.png") no-repeat;
    background-size: 100% 490px;
}

#hypxDiv .mainBody {
    width: 70%;
    height: 62%;
    margin: 0 auto;
    margin-top: 30px;
    background-color: #fff;
}

.mainBody .left {
    float: left;
    width: 31.3%;
    height: 100%;
    background: url("../../../images/hypx_left_back.png") no-repeat;
    background-size: 100% 100%;
}

.mainBody .centerTop {
    float: left;
    width: 34.35%;
    height: 60%;
}

.mainBody .right {
    float: left;
    width: 34.35%;
    height: 60%;
    background: url("../../../images/hypx_right_back.png") no-repeat;
    background-size: 100% 100%;
    color: #fff;
}

.mainBody .bottom {
    float: left;
    width: 68.7%;
    height: 40%;
    background-color: #e9f7ff;
}

.mainBody a:hover {
    text-decoration: none;
}

.mainBody h1 {
    color: #fff;
    width: 200px;
    font-size: 16px;
    margin-left: 25px;
    margin-top: 65px;
    line-height: 25px;
}

.mainBody h2 {
    color: #fff;
    font-size: 13px;
    margin-left: 25px;
    margin-top: 25px;
    line-height: 25px;
    text-align: left;
}

#hypxDiv h3 {
    color: #fff;
    font-size: 13px;
    width: 26%;
    border: 1px solid #fff;
    padding: 4px 10px;
    margin-left: 25px;
    margin-top: 24px;
}

.hypxUl {
    width: 80%;
    height: 90%;
    margin-left: 20px;
}

.hypxUl li {
    width: 100%;
    margin-left: 10px;
}

.centerTop ul li:first-child {
    margin-top: 20px;
    padding-left: 25px;
    background: url("../../../images/bhfkpx_icon.png") no-repeat;
    background-size: 20px 20px;
    background-position: 0px 4px
}

.hypxUl li:first-child {
    font-size: 15px;
    line-height: 30px;
    height: 30px;
}

.hypxUl li:nth-child(2) {
    font-size: 8px;
    line-height: 20px;
    height: 90px;
}

.hypxUl li:last-child {
    font-size: 10px;
    line-height: 20px;
    height: 20px;
}

.right ul li:first-child {
    margin-top: 20px;
    background: url("../../../images/hypx_yzjspx.png") no-repeat;
    background-size: 20px 20px;
    background-position: 0px 4px
}

.bottom ul li:first-child {
    margin-top: 10px;
    padding-left: 25px;
    background: url("../../../images/hypx_zcjd.png") no-repeat;
    background-size: 20px 20px;
    background-position: 0px 4px
}

.bottom ul li:nth-child(2) {
    font-size: 8px;
    line-height: 20px;
    height: 50px;
}

.bottom ul {
    width: 90%;
}

#jrbxDiv {
    background-color: #fafdff;
    width: 100%;
    height: 350px;
}

#jrbxDiv .jrbxLeft {
    float: left;
    margin-top: 10px;
    height: 100%;
    width: 48%;
    background: url("../../../images/jrbx_scbx.png") no-repeat;
    background-size: 100% 100%;
    background-position: 0px 4px
}

#jrbxDiv .jrbxRight {
    margin-top: 10px;
    float: right;
    height: 100%;
    width: 48%;
    background: url("../../../images/jrbx_scjr.png") no-repeat;
    background-size: 100% 100%;
    background-position: 0px 4px
}

.jrbxLeft li:first-child {
    background: url("../../../images/scbx_icon.png") no-repeat;
    background-size: 20px 20px;
    background-position: 0px 6px;
    margin-left: 25px;
    margin-top: 20px;
    padding-left: 30px;
    font-size: 15px;
    line-height: 30px;
    letter-spacing: 2px;
}

.jrbxRight li:first-child {
    background: url("../../../images/jrbx_icon.png") no-repeat;
    background-size: 20px 20px;
    background-position: 0px 6px;
    margin-left: 25px;
    margin-top: 20px;
    padding-left: 30px;
    font-size: 15px;
    line-height: 30px;
    letter-spacing: 2px;
}

.jrbxLeft li:last-child, .jrbxRight li:last-child {
    font-size: 8px;
    margin-left: 55px;
    margin-right: 40px;
    line-height: 20px;
}

/*****导航栏********/
