@charset "utf-8";
/* 移动端全局控制reset */

body, div, ol, ul, h1, h2, h3, h4, h5, h6, p, th, td, dl, dd, form, iframe, input, textarea, select, label, article, aside, footer, header, menu, nav, section, time, audio, video {
  margin: 0;
  padding: 0;
}

html{
  height: 100%;
}
body {
  font-size: 100%;
  font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background-color: #fff;
  height: 100%;
}

textarea {
  resize: none;
}

iframe, img {
  border: 0;
}

ul, ol {
  list-style: none;
}

input, select, textarea {
  outline: 0;
  -webkit-user-modify: read-write-plaintext-only;
}

a {
  text-decoration: none;
  color: #666;
}

a:hover {
  text-decoration: underline;
  color: #1eb9ef;
}

img {
  max-width: 100%;
}

/* 清理浮动 */

.clearfix {
  clear: both;
  zoom: 1;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.wrapper {
  width: 980px;
  margin: 0 auto;
}

/**portal页样式**/
.portal{
  width: 100%;
  height: 100%;
  background-color: #ffffff;
}
.portal .header,.portal .apps{
  width: 100%;
  height: 80px;
  display: block;
}
.portal .apps{
  background-color: #f8f8f8;
  min-height: calc( 100% - 120px );
  display: inline-table;
}

.portal .header .logo{
  width: 150px;
  height: 80px;
  background: url('../images/logo.png') center center no-repeat;
  float: left;

}

.portal .header .account{
  width: 95px;
  height: 80px;
  cursor: pointer;
  float: right;
}
.portal .header .account .user{
  width: 30px;
  height: 80px;
  display: block;
  float: left;
  background: url('../images/user.png') center center no-repeat;
}
.portal .header .account .info{
  width: 65px;
  height: 80px;
  display: block;
  float: left;
  line-height: 80px;
  font-size: 14px;
  color: #cccccc;
  text-align: right;
}

.portal .apps{
  padding-top: 40px;
}
.apps .container{
  width: 218px;
  height: 258px;
  margin: 10px 10px;
  display: inline-block;
}
.apps .app{
  width: 100%;
  height: 100%;
  display: block;
  border: 1px solid #cccccc;
  border-radius: 4px;
  text-align: center;
  text-decoration: none;
  position: relative;
}
.apps .app:hover{
  text-decoration: none;
}
.apps .app-info{
  width: 100%;
  height: 100%;
}
.apps .app-detail{
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  top: 0px;
  border-radius: 4px;
  background-color: #ffffff;
  z-index: 1;
}
.app .app-name{
  width: 100%;
  height: 85px;
  line-height: 85px;
  font-size: 20px;
  color: #333333;
}

.app-detail .description{
  padding: 40px 40px;
  padding-bottom: 0px;
  width: 138px;
  text-align: left;
  line-height: 24px;
  height: 135px;
  color: #3c3c3c;
}
.app-detail .app-name{
  color: #00adb3;
}
.apps .container .icon{
  width: 128px;
  height: 128px;
  display: block;
  padding: 45px 45px;
  padding-bottom: 0;
  background:url('../images/followup.png') center 45px no-repeat;
}


.apps .container .icon_fpva-manager{
  background:url('../images/fpva-manager.png') center 45px no-repeat;
}

.apps .container .icon_fpva-assessment{
  background:url('../images/fpva-assessment.png') center 45px no-repeat;
}

.apps .container .icon_followup{
  background:url('../images/followup.png') center 45px no-repeat;
}
.apps .container .icon_image-fundus{
  background:url('../images/image-fundus.png') center 45px no-repeat;
}
.apps .container .icon_blood-pressure{
  background:url('../images/blood-pressure.png') center 45px no-repeat;
}
.apps .container .icon_uap-manager{
  background:url('../images/uap-manager.png') center 45px no-repeat;
}
.apps .container .icon_statistic-analysis{
  background:url('../images/statistic-analysis.png') center 45px no-repeat;
}


/*登陆页样式*/
.login{
  width: 100%;
  height: 100%;
  background:#f5f5f5 url('../images/big-bg.png') center bottom no-repeat;
  overflow: hidden;
}

.login .login-form{
  width: 600px;
  height: 400px;
  margin: 0 auto;
  padding-top: calc((100vh - 480px) / 2);
  background: url('../images/register-bg.png') center bottom no-repeat;
}
.login-form .form{
  width: 310px;
  height: 240px;
  /*margin-left: 125px;*/
    margin: 0 auto;
  margin-top: 30px;
  /*margin-left: 300px;*/
  /*margin-top: 50px;*/
  display: block;
}
.form .form-item{
  /*height: 54px;*/
  /*font-size: 14px;*/
  height: 60px;
  font-size: 15px;
  /*color: #cccccc;*/
  color: #333333;
  text-align: left;
}
.form .form-item.focus{
  color: #333333;
}
.form .form-item.focus .input>input{
  color: #333333;
  background-color: #ffffff;
  caret-color: #00ADB3;
  border-color: #00adb3;
}
.form .form-item .label{
  width: 100%;
  height: 24px;
  line-height: 24px;
  display: block;
}

.form .form-item .required-item:before {
  content: "*";
  color: #f56c6c;
  margin-right: 4px;
}

.form .form-item .input{
  width: 100%;
  height: 30px;
  line-height: 30px;
  position: relative;
}
.form .form-item .input>input{
  width: 220px;
  height: 28px;
  /*color: #333333;*/
  /*border: 1px solid #cccccc;*/
  border-radius: 3px;
  text-indent: 10px;
  /*background-color: #f5f5f5;*/
  padding-right: 26px;

  color: #333333;
  background-color: #ffffff;
  border: 1px solid #00adb3;
  caret-color: #00ADB3;
}
.form .focus .input>.icon{
  width: 26px;
  height: 26px;
  position: absolute;
  top: 2px;
  right: 0px;
  background: #ffffff url('../images/close.png') center center no-repeat;
  cursor: pointer;
}
.form .form-item .input>input::-webkit-input-placeholder {
  /* placeholder颜色  */
  color: #cccccc;
  /* placeholder字体大小  */
  font-size: 12px;
}

.form .validate-code{
  display: none;
}

.form .validate-code.show{
  display: block;
}

.form .validate-code .input>input{
  width: 110px;
  float: left
}
.form .validate-code .input>img{
  width:100px;
  height: 30px;
  float: right;
  cursor:pointer;
}

.form .focus.validate-code .input>.icon{
  left: 110px;
}
.form .error-tips{
  width: 100%;
  height: 24px;
  padding-bottom: 14px;
  visibility: hidden;
  display: block;
  line-height: 24px;
  text-align: left;
  color: #FF5500;
  font-size: 12px;
}
.form .error-tips.show{
  visibility: visible;
}
.form .btn{
  width: 100%;
  height: 40px;
}
.form .btn>input[type=button]{
  width: 100%;
  height: 100%;
  border: none;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  color: #ffffff;
  background: url('../images/btn.png') center center no-repeat;
  cursor: pointer;
}
.form .btn>input[type=button]:hover{
  background-image: url('../images/btn-hovor.png');
}

.slogan{
  width: 333px;
  height: 20px;
  margin: 0 auto;
  margin-top: 40px;
  background: url('../images/slogan.png') center center no-repeat;
}

/**按钮统一样式**/

.x-btn {
  background-color: #FFFFFF;
  border: 1px solid #E6E6E6;
  border-radius: 4px;
  font-size: 12px;
  color: #00ADB3;
  letter-spacing: 0;
  line-height: 36px;
  cursor: pointer;
  padding: 0;
  transition: border .2s ease-in-out, background .2s ease-in-out, box-shadow .2s ease-in-out;
}

.x-btn, .x-btn:active, .x-btn:focus {
  outline: 0;
}

.x-btn-default:hover {
  border-color: #06999E;
}

.x-btn-primary {
  background: #00ADB3;
  border: 1px solid #009499;
  box-shadow: inset 0 2px 0 0 rgba(255, 255, 255, 0.40);
  color: #FFFFFF;
}

.x-btn-primary:hover {
  background-color: #06999E;
}

/** 表单统一样式 **/

.x-form {
  width: 323px;
  margin: 0 auto;
  margin-top: 20px;
  font-size: 12px;
  padding: 0 40px;
}

.x-form .form-item {
  margin-bottom: 10px;
}

.x-form .form-item input {
  background: #FFFFFF;
  border: 1px solid #E6E6E6;
  border-radius: 4px;
  height: 36px;
  width: 300px;
  font-size: 12px;
  color: #999999;
  letter-spacing: 0;
  padding: 0 10px;
  transition: border .2s ease-in-out, background .2s ease-in-out, box-shadow .2s ease-in-out;
}

.x-form .form-item input:focus, .x-form .form-item input:hover {
  border-color: #009499;
}

/** 错误提示 **/

.error-msg {
  font-size: 12px;
  color: #FF5500;
  letter-spacing: 0;
  line-height: 20px;
  float: left;
}
.wrapper-header {
  height: 80px;
  width: 100%;
  margin: 0px auto;
  /* border: 1px solid; */
  line-height: 80px;
  background: #fafafa;
  padding: 0 50px;
  box-sizing: border-box;
  box-shadow: 0px 30px 30px #ddd;
}
.find-secret-span {
  font-size: 23px;
  color: #555;
}
.checked-img {
  display: block;
  float: right;
  height: 30px;
  width: 96px;
  border-radius: 4px;
  cursor: pointer;
}
.form .focus .input>.checked-icon {
  right: 105px;
}
.checkednum-phone {
  width: 85px;
  height: 30px;
  background: #00BBC2;
  color: #fff;
  font-size: 14px;
  float: right;
  border: 1px solid #00BBC2;
  border-radius: 5px;
  padding: 0 5px;
  cursor: pointer;
}
.checkednum-phone:hover {
  background: #00acb3;
}
.form .btn>input[type=button].register-btn {
  background-size: 100%;
  border-radius: 4px;
  margin-top: 7px;
}
.title-image {
  width: 180px;
  height: 80px;
  float: left;
  /* background: url('../images/title-icon.png') center center no-repeat; */
}

/*短信验证码弹出层*/
.fixdShadow{
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999999999999;
  width: 100%;
  height: 100%;
  background: rgba(0,0 ,0,0.7);
}
.fixdShadowContent{
  background: #ffffff;
  border-radius: 5px;
  padding: 20px 40px 40px 40px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -120px;
  margin-top: -90px;
  width: 240px;
}
.sendValidatorBtn{
  width: 100%;
  height: 40px;
  margin-top: -10px;
  line-height: 40px;
  text-align: center;
  border: none;
  font-size: 14px;
  border-radius: 4px;
  color: #ffffff;
  background: url(../images/btn.png) center center no-repeat;
  cursor: pointer;
}

.shutShadow{
  width: 26px;
  height: 26px;
  position: absolute;
  top: 2px;
  right: 0px;
  background: #ffffff url('../images/remove-icon-small.png') center center no-repeat;
  cursor: pointer;
}
/*短信验证码弹出层*/
