/*
* @Author: GWJ
* @Date:   2017-06-05 23:39:31
* @Last Modified by:   GWJ
* @Last Modified time: 2017-06-06 00:12:23
*/
/*登录页*/
/*公共样式 清除标签默认样式*/
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, legend, input, textarea, button, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

body, button, select, textarea, input, label {
  font-family: '微软雅黑';
  color: #333;
  font-size: 14px;
}

textarea {
  resize: none
}

* {
  font-family: '微软雅黑';
}

img {
  border: 0;
}

li, ul, input {
  list-style-type: none;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.hid {
  display: none;
}

a, a:hover, i {
  text-decoration: none;
  list-style-type: none;
}

.clearfix:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
}

.clearfix {
  zoom: 1;
}

.hid {
  display: none;
}

input {
  border: none;
}

html {
  height: 100%;
}

body {
  height: 100%;
  position: relative;
  overflow: hidden;
}

.clear {
  display: block;
  overflow: hidden;
  clear: both;
  height: 0;
  line-height: 0;
  font-size: 0;
  margin-top: 0px !important;;
  padding-left: 0px !important;;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.bigbg {
  height: 100%;
  position: relative;
  background: transparent url('./../images/bigbg.jpg') center center no-repeat;
}

.login {
  background: #fff;
  padding: 100px 70px 55px 70px;
  position: absolute;
  width: 580px;
  left: 50%;
  top: 50%;
  background: url(./../images/login_bg.png) no-repeat;
  background-size: 100%;
  transform: translateX(-35%) translateY(-50%);
  -ms-transform: translateX(-35%) translateY(-50%);
  -moz-transform: translateX(-35%) translateY(-50%);
  -webkit-transform: translateX(-35%) translateY(-50%);
  -o-transform: translateX(-35%) translateY(-50%);
}

.login p {
  font-size: 50px;
  color: rgb(127, 128, 129);
}

.login p a {
  display: inline-block;
  text-align: center;
  height: 50px;
  width: 200px;
  line-height: 50px;
  background-color: #0068c3;
  color: #fff;
  font-size: 30px;
  border: 3px solid #FFF;
  border-radius: 7px;
}

.login .btn {
  width: 500px;
  margin-top: 10px;
}

/*病情描述页面*/
.h100 {
  height: 100%;
}

.description > img {
  width: 100%;
}

.nav_leftbox {
  background: #fff;
  padding: 30px 25px;
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
}

.logo-name {
  font-size: 30px;
  color: #444444;
}

.logo-name span {
  display: inline-block;
  font-size: 40px;
}

.pr {
  position: relative;
}

.nav-listbox {
  margin-top: 100px;
}

.nav-listbox ul li {
  width: 100%;
  height: 80px;
  line-height: 80px;
  color: #fff;
  font-size: 30px;
  border-radius: 10px;
  margin-bottom: 10px;
  cursor: pointer;
}

.nav-listbox ul li em {
  font-style: normal;
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
}

.nav-listbox ul li .icon {
  display: inline-block;
  vertical-align: middle;
  margin: 0 20px;
  line-height: 38px;
  width: 38px;
  height: 42px;
}

.nav-listbox ul li .icon img {
  width: 100%;
}

.nav-listbox ul li.navlist1 {
  background: #049ddc;
}

.nav-listbox ul li.navlist2 {
  background: #8bbb3e;
}

.nav-listbox ul li.navlist3 {
  background: #47c77d;
}

.nav-listbox ul li.navlist4 {
  background: #e89a35;
}

.nav-listbox ul li.navlist5 {
  background: #e57897;
}

.nav-listbox ul li.navlist6 {
  background: #9181d6;
}

.nav_bottom {
  position: fixed;
  bottom: 20px;
  left: 25px;
  font-size: 22px;
  color: #999;
}

.nav_bottom p {
  margin-top: 10px;
}

.nav-close {
  width: 22px;
  height: 89px;
  position: absolute;
  top: 50%;
  right: -47px;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  cursor: pointer;
}

.nav-close span {
  background: url(./../images/left-close2.png) no-repeat;
  background-size: 100%;
  display: inline-block;
  width: 100%;
  height: 100%;
}

.nav-close.cose span {
  background: url(./../images/left-close1.png) no-repeat;
  background-size: 100%;
}

/*右侧内容部分*/
.right_content {
  background: #fff;
  height: 100%;
  width: 50%;
  position: fixed;
  top: 0;
  right: 0%;
  left: 100%;
  display: none;
  opacity: 0.8;
}

.rabmam {
  position: relative;
  width: 100%;
  height: 100%;
}

.right_closebtn {
  text-align: right;
  cursor: pointer;
}

.right_closebtn2 {
  position: absolute;
  top: 40%;
  left: -37px;
  cursor: pointer;
}

.right_closebtn2 span {
  display: inline-block;
  width: 37px;
  background: url(./../images/close2.png) no-repeat;
  background-size: 100%;
  height: 123px;
}

.right-bar .right_closebtn2 span {
  background: url(./../images/up2.png) no-repeat;
  background-size: 100%;
}

.solloy_content {
  padding: 20px 40px;
  overflow-y: auto;
  height: 70%;
  overflow: auto;
}

.solloy_cont_box {
  height: 60%;
  overflow-y: auto;
}

.solloy_cont_box .solloy_content {
  height: 90%;
}

.solloy_content p {
  font-size: 20px;
  margin-top: 10px;
  line-height: 35px;
}

.right_btnbox {
  padding: 0 40px;
  margin-top: 40px;
  text-align: center;
}

.button_sty1 {
  display: inline-block;
  padding: 0 15px;
  border-radius: 5px;
  background: #0063b9;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  min-width: 130px;
  height: 50px;
  line-height: 50px;
  cursor: pointer;
  border: none;
}

.solloy_content h2 {
  color: #2471b9;
  font-size: 30px;
}

/*辅检项目*/
.physical_list span {
  display: block;
}

.harfwidth span {
  display: block;
}

.physical_list label {
  font-size: 24px;
  padding-right: 3%;
  display: inline-block;
  margin-bottom: 10px;
  cursor: pointer;
  margin-top: 20px;
}

.physical_list label em {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(./../images/check.jpg) no-repeat;
  background-size: 100%;
  vertical-align: middle;
  margin-right: 5px;
}

.physical_list label em.check_on {
  background: url(./../images/check_on.jpg) no-repeat;
  background-size: 100%;
}

.physical_list label input {
  display: none;
}

.rabmam form {
  display: inline;
}

.diagnosis_list label {
  display: block;
}

.follow_up {
  background: #fff;
  width: 920px;
  position: fixed;
  top: 50%;
  left: 60%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  padding: 20px 40px 40px 40px;
}

.alert-close {
  font-weight: normal;
  margin-top: -15px;
  position: absolute;
  top: .5rem;
  right: .5rem;
}

.alert-close span {
  display: inline-block;
  font-size: 40px;
  line-height: 40px;
  cursor: pointer;
  color: #7d7e7e;
}

.follow_list, .follow_list2, .follow_list4 {
  margin-top: 20px;
  padding-left: 20px;
}

.follow_list li, .follow_list2 li, .follow_list4 li {
  cursor: pointer;
  display: inline-block;
  padding: 15px 25px;
  background: #0075dc;
  color: #fff;
  min-width: 120px;
  text-align: center;
  font-size: 22px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.follow_list li.tabs_on, .follow_list2 li.tabs_on, .follow_list4 li.tabs_on {
  background: #f70;
}

.follow_cont, .follow_cont2, .follow_cont4 {
  border: 1px solid #eae7e6;
  border-radius: 15px;
  padding: 40px 35px;
  box-shadow: 2px 2px 10px #cecdcd;
  height: 20rem;
  overflow-y: auto;
}

.tc-list p {
  color: #333;
  font-size: 20px;
  line-height: 28px;
}

.tc-list p img {
  width: 100%;
}

.right_btnbox > em {
  font-size: 16px;
  font-weight: bold;
  color: #333;
  font-style: normal;
}

.follow_up .right_btnbox {
  margin-top: 20px;
}

.bd-table {
  margin-top: 30px;
}

.bd-table table {
  border-collapse: collapse;
  border-top: 1px solid #d9d9d8;
  text-align: center;
}

.bd-table table tr th {
  padding: 25px;
  font-size: 24px;
  font-weight: normal;
  border-left: 1px solid #d9d9d8
}

.bd-table table tr th:first-child, .bd-table table tr td:first-child {
  border-left: 0;
}

.bd-table table tr {
  border-bottom: solid #d9d9d8 1px;
}

.bd-table table tr td {
  padding: 25px;
  border-left: 1px solid #d9d9d8;
  font-size: 20px;
}

.tac {
  text-align: center;
}

/*.sf_success1,.sf_success2{width: 800px}*/
.sui_list {
  margin-top: 30px;
}

.sui_list .suibox {
  position: relative;
  float: left;
  padding: 12px 30px;
  font-size: 24px;
  margin-right: 15px;
}

.green {
  border: 3px solid #2daa4d;
  color: #2daa4d;
}

.red {
  border: 3px solid #ff6666;
  color: #ff6666;
}

.icon_log {
  width: 30px;
  height: 30px;
  display: inline-block;
  position: absolute;
  bottom: -1px;
  right: 0;
}

.green .icon_log {
  background: url(./../images/icon_gou.jpg) no-repeat;
  background-size: 100% 100%;
}

.red .icon_log {
  background: url(./../images/icon_cha.jpg) no-repeat;
  background-size: 100% 100%;
}

/*谢谢体检*/
.thank {
  background: #333;
  border-radius: 10px;
  padding: 20px;
  font-size: 18px;
  color: #fff;
  position: fixed;
  z-index: 999;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  display: none;
}

/*交互效果部分*/

.right-bar {
  animation: myfirst 0.5s;
  animation-fill-mode: forwards;
  -moz-animation: myfirst 0.5s;
  -moz-animation-fill-mode: forwards; /* Firefox */
  -webkit-animation: myfirst 0.5s;
  -webkit-animation-fill-mode: forwards; /* Safari and Chrome */
  -o-animation: myfirst 0.5s;
  -o-animation-fill-mode: forwards;

}

@keyframes myfirst {
  0% {
    right: 0%;
  }
  100% {
    right: -50%;
  }
}

@-moz-keyframes myfirst {
  0% {
    right: 0%;
  }
  100% {
    right: -50%;
  }
}

@-webkit-keyframes myfirst {
  0% {
    right: 0%;
  }
  100% {
    right: -50%;
  }
}

@-o-keyframes myfirst {
  0% {
    right: 0%;
  }
  100% {
    right: -50%;
  }
}

.right-bar-up {
  animation: anim 0.5s;
  animation-fill-mode: forwards;
  -moz-animation: anim 0.5s;
  -moz-animation-fill-mode: forwards; /* Firefox */
  -webkit-animation: anim 0.5s;
  -webkit-animation-fill-mode: forwards; /* Safari and Chrome */
  -o-animation: anim 0.5s;
  -o-animation-fill-mode: forwards;

}

@keyframes anim {
  0% {
    right: -50%;
  }
  100% {
    right: 0%;
  }
}

@-moz-keyframes anim {
  0% {
    right: -50%;
  }
  100% {
    right: 0%;
  }
}

@-webkit-keyframes anim {
  0% {
    right: -50%;
  }
  100% {
    right: 0%;
  }
}

@-o-keyframes anim {
  0% {
    right: -50%;
  }
  100% {
    right: 0%;
  }
}

.bl_bg, .casebg, .bingf-bg {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 100%;
}

.btn-check {
  top: 20px;
  left: -38px;
  font-size: 16px;
  padding: 10px;
  width: 18px;
  background: #f70;
  color: #fff;
  position: absolute;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  -webkit-animation: runBtn 1s ease-out infinite alternate;
  -moz-animation: runBtn 1s ease-out infinite alternate;
  -o-animation: runBtn 1s ease-out infinite alternate;
  animation: runBtn 1s ease-out infinite alternate;
}

.right_btnbox.checkcase {
  /*padding-top: 10%;*/
  background: #fff;
  width: 50%;
  /*padding: 2rem;*/
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-43%, -52%);
  -ms-transform: translate(-43%, -52%);
  -moz-transform: translate(-43%, -52%);
  -webkit-transform: translate(-43%, -52%);
  -o-border-radius: 20px;
  /*height: 200px;*/
}

.checkcase p {
  font-size: 1.4rem;
  margin: 1rem 0;
}

.checkcase span {
  display: inline-block;
  font-size: 1.2rem;
  margin: 0 1rem;
}

.follow_up.since-check {
  width: 60%
}

.since-check h2 {
  text-align: center;
  color: #333;
  font-weight: normal;
}

.since-box-check h2 {
  text-align: center;
  color: #333;
  font-weight: normal;
}

.wenbenyu {
  text-align: center;
}

.wenbenyu textarea {
  width: 90%;
  margin: 2rem auto;
  border: 1px solid #ccc;
  border-radius: 2px;
  height: 6rem;
}

@media (max-width: 1024px) {
  body {
    font-size: 12px;
  }

  .logo-name {
    font-size: 1.5rem;
  }

  .logo-name span {
    font-size: 2rem;
  }

  .nav-listbox {
    margin-top: 20%;
  }

  .nav-listbox ul li {
    height: 3.5rem;
    line-height: 3rem;
    font-size: 1.5rem;
  }

  .nav-listbox ul li .icon {
    width: 2rem;
    height: 2rem;
    margin: 0.2rem 1rem;
  }

  .nav-listbox ul li .icon img {
    height: 100%;
  }

  .physical_list label {
    font-size: 1.2rem;
  }

  .solloy_content p {
    font-size: 1rem;
    line-height: 1.9rem;
  }

  .solloy_content h2 {
    font-size: 1.5rem;
  }

  .button_sty1 {
    font-size: 1.3rem;
    line-height: 3rem;
    min-width: 100px;
  }

  .login {
    padding: 55px 30px;
    width: 64%;
  }

  .login img {
    width: 80%;
  }

  .bigbg {
    width: 100%;
    background-size: 138%;
  }

  .login p a {
    font-size: 1.2rem;
    margin-top: 0;
  }

  .follow_up {
    width: 63%;
  }

  .follow_list li, .follow_list2 li, .follow_list4 li {
    font-size: 1rem;
    padding: 9px 10px;
    min-width: 100px;
  }

  .solloy_content p {
    margin-top: 0;
  }

  .right_btnbox > em {
    font-size: 1.2rem;
  }

  .solloy_content {
    padding: 20px 20px;
  }

  .sui_list .suibox {
    font-size: 16px;
  }
}

/*@media (max-width: 1025px) and  (min-width: 737px){*/

/*}*/
@media (max-height: 450px) {

}

.nav-listbox {
  height: 100%;
  overflow-y: scroll;
}

.nav-listbox ul {
  min-height: 360px;
}

@media (max-width: 812px) {
  .logo-name {
    font-size: .9rem;
    margin-top: -10px;
  }

  .logo-name span {
    font-size: 1.2rem;
  }

  .nav-listbox {
    margin-top: 8%;
  }

  .nav-listbox ul li {
    height: 2.4rem;
    line-height: 2rem;
    font-size: 1rem;
  }

  .nav_bottom {
    position: fixed;
    bottom: 0;
    left: 0;
    font-size: 10px;
    color: #999;
  }

  .nav_bottom p {
    margin-top: 3px;
  }

  .right_btnbox {
    padding: 0 40px;
    margin-top: -12px;
    text-align: center;
  }

  .solloy_content {
    padding: 0px 20px;
  }

}

@media (max-width: 736px) {
  .bigbg {
    width: 100%;
    background-size: 138%;
  }

  .solloy_content {
    height: 59%;
    margin-top: -10px;
    overflow: auto;
  }

  .logo-name span {
    font-size: 1.2rem;
  }

  .nav_leftbox {
    padding: 10px;
  }

  .nav-listbox {
    margin-top: 8px;
  }

  .logo-name {
    font-size: 1rem;
  }

  .nav-listbox ul li {
    height: 2.5rem;
    line-height: 2.4rem;
    font-size: 1rem;
  }

  .nav-listbox ul li .icon {
    width: 1.5rem;
    height: 1.5rem;
    margin: 0.2rem 0.5rem;
  }

  .nav-close {
    right: -32px;
  }

  .right_closebtn2 span {
    width: 30px;
    height: 103px;
  }

  .right_closebtn2 {
    left: -30px;
  }

  .right_closebtn span {
    display: inline-block;
    width: 35px;
    height: 35px;
  }

  .right_closebtn span img {
    width: 100%;
  }

  .right_btnbox {
    margin-top: 15px;
  }

  .button_sty1 {
    font-size: 0.9rem;
    line-height: 2rem;
    height: 2rem;
    font-weight: normal;
    min-width: 40px;
  }

  .solloy_content {
    padding: 10px 10px;
  }

  .physical_list label {
    font-size: 1rem;
    margin-top: 10px;
    margin-bottom: 5px;
  }

  .physical_list label em {
    width: 1rem;
    height: 1rem;
  }

  .solloy_content h2 {
    font-weight: normal;
    font-size: 1.1rem;
  }

  .physical_list label {
    font-size: 1rem;
  }

  .solloy_content p {
    margin-top: 0;
  }

  .right_btnbox {
    padding: 0 20px;
  }

  .nav_bottom {
    bottom: 10px;
    font-size: 0.8rem;
    left: 10px;
  }

  .nav_bottom p {
    margin-top: 0;
  }

  .bigbg {
    width: 100%;
    background-size: 138%;
  }

  .login .btn {
    font-size: 1.2rem;
    margin-top: 0;
  }

  .login {
    width: 59%;
  }

  .follow_up {
    width: 67%; /*height:90%;*/
    max-height: 100%;
    right: 0;
    left: 30%;
    top: 0;
    transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    padding: 10px;
  }

  .sf_success1.follow_up { /*height: 76%;*/
    max-height: 100%;
  }

  .follow_up.since-check {
    padding: 20px 10px;
    width: 67%;
  }

  .follow_list li, .follow_list2 li, .follow_list4 li {
    font-size: 0.8rem;
    padding: 5px 10px;
    min-width: 60px;
  }

  .right_btnbox > em {
    font-size: 0.9rem;
  }

  .follow_up {
    width: 70%; /*height:100%;*/
    max-height: 100%;
    right: 0;
    left: 24%;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
  }

  .follow_cont, .follow_cont2, .follow_cont4 {
    padding: 10px;
    height: 10rem;
    overflow-y: auto;
  }

  .follow_up .right_btnbox {
    margin-top: 5px;
  }

  .alert-close span {
    font-size: 24px;
  }

  .follow_list, .follow_list2, .follow_list4 {
    margin-top: 12px;
  }
}

@media (max-width: 570px) {
  .nav-listbox ul li {
    height: 2rem;
    line-height: 2rem;
  }

  .nav-listbox ul li .icon {
    width: 1rem;
    height: 1rem;
    line-height: 1rem;
  }

  .solloy_content h2 {
    font-size: 1rem;
  }

  .solloy_content p {
    font-size: 0.9rem;
  }

  .button_sty1 {
    font-size: 0.8rem;
    line-height: 2rem;
    height: 2rem;
    min-width: 35px;
  }

  .physical_list label {
    font-size: 0.9rem;
    margin-top: 5px;
    margin-bottom: 3px;
  }

  .alert-close span {
    font-size: 24px;
  }

  .right_btnbox.checkcase {
    /*height: 50%;*/
    /*padding: 1rem;*/
  }

  .sf_success1.follow_up { /*height: 100%;*/
    max-height: 100%;
  }

  .follow_up.since-check {
    padding: 20px 10px;
    width: 67%;
  }

  .follow_cont, .follow_cont2, .follow_cont4 {
    padding: 10px;
    overflow-y: auto;
  }

  div.follow_up_tab {
    height: 12rem;
    overflow-y: auto;
  }

  .wenbenyu textarea {
    margin: 10px auto;
    height: 5rem;
  }

  .follow_up {
    width: 67%; /*height:100%;*/
    max-height: 100%;
    right: 0;
    left: 30%;
    padding: 10px;
  }
}

.portrait {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  display: none;
  z-index: 9999;
  text-align: center;
  font-size: 1.2rem;
  color: #fff;
}

.portrait-soong, .wx-ua {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -60%);
  -ms-transform: translate(-50%, -60%);
  -moz-transform: translate(-50%, -60%);
  -webkit-transform: translate(-50%, -60%);
  -o-transform: translate(-50%, -60%);
  letter-spacing: 2px;
  font-weight: 300;
  font-size: 16px;
}

.wx-ua {
  display: none;
}

@media screen and (orientation: portrait) {
  .description2 {
    display: none;
  }

  .portrait {
    display: block;
  }
}

@keyframes runBtn {
  0% {
    box-shadow: 0 0 4px 0px rgb(255, 119, 0);
  }
  100% {
    box-shadow: 0 0 4px 5px rgb(255, 119, 0);
  }
}

@-webkit-keyframes runBtn {
  0% {
    box-shadow: 0 0 4px 0px rgb(255, 119, 0);
  }
  100% {
    box-shadow: 0 0 4px 5px rgb(255, 119, 0);
  }
}