
.home {
    width: 100%;
    height: 100%;
    background-color: #fff;
    overflow-x: hidden;
    color: #333;
}

/* #region  通用代码   */
.home-content-header {
    margin: 30px auto 0 auto;
    text-align: center;
    font-size: 20px;
}

.home-content-header h4 {
    font-size: 34px;
}

.home-content-header h4 i {
    display: inline-block;
    width: 192px;
    height: 3px;
    background: url(./images/t-line.png);
}

.home-content-header h4 i.rot-180 {
    transform: rotate(180deg);
}

.home-record-content .home-record-list {
    width: 1200px;

}

/* #endregion  通用代码 */

/* #region  顶部banner  */
.home-banner {
    position: relative;
}
.home-banner .home-banner-imgBox{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 500px;
    z-index: 0;
}

.home-banner .bannerBox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

/* 登录框 */
.home-banner .loginBox-outer {
    position: relative;
    z-index: 1;
    width: 1200px;
    height: 500px;
    margin: 0 auto;
}

.home-banner .loginBox-outer .loginbox , .home-banner .loginBox-outer .userInfoBox {
    width: 1200px;
}


.home-banner .login-wrap, .home-banner .userInfoBox-wrap{
    width: 360px;
    height: 400px;
    overflow: hidden;
    border-radius: 30px;
    box-shadow: 3px 3px 10px #333;
    padding: 5px;
    background-color: #fff;
}

.home-banner .login-wrap .form input[type="tel"],
.home-banner .login-wrap .form input[type="text"],
.home-banner .login-wrap .form input[type="number"],
.home-banner .login-wrap .form input[type="password"],
.home-banner .login-wrap .form button{
    width: 100%;
    margin-bottom: 10px;
    outline: 0;
}
.home-banner .login-wrap .form button{
    height: 40px;
    border-radius: 20px;
    margin-bottom:0;
}

.pc-login .form label {
    font-size: 16px;
}

.home-banner .login-wrap .form input[type="text"],
.home-banner .login-wrap .form input[type="number"]{
    width: 100%;
    margin-left: 0;
    border: 1px solid #eee;
    padding: 0 0 0 10px;
    font-size: 14px;
}

.home-banner .login-wrap .form input[type="text"],
.home-banner .login-wrap .form input[type="number"],
.home-banner .login-wrap .form input[type="tel"],
.home-banner .login-wrap .form input[type="password"] {
    border: 1px solid #bbb;
    padding: 0 0 0 10px;
    font-size: 14px;
    height: 40px;
    border-radius: 4px;
    background-color: #fff;
}

.home-banner .login-wrap .form input[type="text"]:focus,
.home-banner .login-wrap .form input[type="number"]:focus,
.home-banner .login-wrap .form input[type="tel"]:focus,
.home-banner .login-wrap .form input[type="password"]:focus 
.home-banner .login-wrap .organizationMsg:focus{
    border: 1px solid #3498db;
}

.home-banner .login-wrap .organizationMsg{
    width: 100%;
    margin-left: 0;
    margin-bottom: 10px;
    border-radius: 4px;

    border: 1px solid #bbb;
    padding: 0 10px 0 10px;
    font-size: 14px;
    height: 40px;
    background-color: #fff;
}





.home-banner .login-wrap .form .regis-btn {
    text-align: right;
    font-size: 14px;
}

.home-banner .login-wrap .form a p {
    padding-bottom: 10px;
}
.home-banner .userInfoBox .userInfoBox-wrap .iconImg{
    width: 160px;
    height: 160px;
    border-radius: 80px;
    overflow: hidden;
    margin-bottom: 20px;
}

.home-banner .userInfoBox .userInfoBox-wrap .text{
    width: 80%;
    background-color: #2B9466;
    color: #fff;
    border-radius: 8px;
}

.loginbox .layui-btn-box {
    margin: 25px 10px 0 10px;
}
.loginbox .layui-btn-container{
    padding-bottom: 30px;
}

.loginbox .layui-btn-container .layui-btn {
    border-color: #eee;
    color: #333;
    background: #fff;
    font-size: 14px;
    padding: 0;
    width: 110px;
    line-height: 34px;
    margin:0
}

.loginbox .layui-btn-container .layui-btn:first-child {
    border-radius: 6px 0 0 6px;
}

.loginbox .layui-btn-container .layui-btn:last-child {
    border-radius: 0 6px 6px 0;
}

.loginbox .layui-btn-container .layui-btn.layui-this {
    border-color: #2B9466;
    color: #fff;
    background: #2B9466;
}

.loginbox .layui-panel {
    padding: 0;
    border: none ;
    box-shadow: none ;
}

.loginbox .layui-panel .test-item {
    display: none;
    padding: 0 30px;
}
.loginbox .layui-panel .test-item.wx-test-item{
    padding: 0;
}

.loginbox .layui-btn-container .layui-btn {
    margin-right: 0 ;
}


.loginbox .phone-code {
    position: relative;
}

.loginbox .phone-code .getCode {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
}

.loginbox .regis-btn a {
    text-decoration: underline;
}

.form button {
    background: #2b9466;
    border: none;
    color: white;
    font-size: 18px;
    font-weight: 200;
    cursor: pointer;
    transition: box-shadow .4s ease;
}

.form button:hover {
    box-shadow: 1px 1px 5px #555;
}

.form button:active {
    box-shadow: 1px 1px 7px #222;
}

.form i {
    display: block;
    font-style: normal;
    margin-left: 10%;
    cursor: pointer;
    margin-bottom: 30px;
    text-decoration: underline;
}


/* 用户信息框 */

/* 微信第一次登录框 */
.FirstWX .tipText{
    display: hidden;
}


/* #endregion 顶部banner */

/* #region  医案采集 */
.home-record {
    padding-top: 50px;
}

.home-record .home-record-content .home-record-item {
    flex-grow: 0;
    width: 580px;
    background: linear-gradient(-30deg, #F6FFF8, #E4EEFF);
    border-radius: 20px;
    border: 1px solid #E0D8CC;
    padding: 20px;
    height: 265px;
    align-items: center;
    position: relative;
}

.home-record .home-record-content .home-record-item .text {
    position: relative;
    z-index: 2;
}

.home-record .home-record-content .home-record-item .text span {
    display: inline-block;
    width: 300px;
}

.home-record .home-record-content .home-record-item:last-child {
    background: linear-gradient(-30deg, #D7F9FF, #E4EEFF);
    margin-right: 0;
}

.home-record .home-record-content .home-record-item img {
    width: 335px;
    height: 189px;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 0;
}

.home-record .home-record-content .home-record-item h5 {
    font-size: 35px;
}

.home-record .home-record-content .home-record-item span {
    font-size: 20px;
}

/* #endregion 医案采集 */

/* #region 临床科研 */
.home-chart {
    padding-top: 50px;
}

.home-chart .home-chart-list {
    width: 1200px;
}

.home-chart .home-chart-list .home-chart-item {
    width: 383px;
    height: 380px;
    background: #FFFFFF;
    border-radius: 20px;
    border: 1px solid #E0D8CC;
    padding-top: 60px;
    padding-right: 20px;
    padding-bottom: 40px;
    padding-left: 20px;
}

.home-chart .home-chart-list .home-chart-item img {
    width: 350px;
    height: 200px;
    background: #FFFFFF;
}

.home-chart .home-chart-list .home-chart-item h5 {
    font-size: 24px;
}


/* #endregion 临床科研 */

/* #region 教学传承 */
.home-inheritance {
    padding-top: 50px;
    padding-bottom: 50px;
}

.home-inheritance .home-inheritance-list {
    width: 1200px;
}

.home-inheritance .home-inheritance-list .home-inheritance-item {
    width: 240px;
    height: 290px;
    background: #FFFFFF;
    border-radius: 10px;
    border: 1px solid #E0D8CC;
    padding: 10px;
}

.home-inheritance .home-inheritance-list .home-inheritance-item img {
    width: 140px;

}

.home-inheritance .home-inheritance-list .home-inheritance-item h5 {
    font-size: 24px;
}

.home-inheritance .home-inheritance-list .home-inheritance-item span {
    text-align: center;
    line-height: 1.6;
}

.home-inheritance .home-inheritance-list .arraw {
    width: 30px;
    height: 30px;
}

.home-inheritance .home-inheritance-list .arraw img {
    width: 100%;
}

/* #endregion 教学传承 */

/* @region 登录相关 */
#registrationModal{
    display: none;
}
.modal {
    display: none;
    position: fixed;
    z-index: 10;
    left: 0;
    top: 0;
    right: 0;
    bottom:0;
    overflow: hidden;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
}

.modal-content {
    width: 800px;
    background-color: #fefefe;
    margin: 60px auto;
    font-size: 14px;
    border: 1px solid #888;
}

.modal-header {
    border-bottom: 5px solid #eee;
    color: #333;
    padding: 20px;

}

.modal-header i {
    font-style: normal;
    color: #ccc;
    font-size: 20px;
    font-weight: 600;
    cursor: pointer;
}

.formbox {
    width: 800px;
    padding: 20px;
    margin: 10% 80px 10% 80px;
}

.formcon {
    padding: 10px 0;
}

.formbox table input {
    width: 600px;
    margin-left: 0;
    border: 1px solid #eee;
    padding: 0 0 0 10px;
    height: 50px;
    border-radius: 6px;
    outline: 0;

}

.formcon table input:focus {
    border: 1px solid #2B9466;
}

.formcon table td {
    padding: 5px;
    line-height: 24px;
}

.flow_steps {
    margin-bottom: 30px;
}

.flow_steps ul {
    width: 100%
}

.flow_steps li {
    flex: 1;
    text-align: left;
}

.flow_steps li span {
    display: block;
    margin: 10px 30px 0 0;
}

.flow_steps li i {
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 100%;
    color: #333;
    border: 1px solid #eee;
    background-color: #fff;
    font-style: normal;
    text-align: center;
}

.flow_steps li.current i,
.flow_steps li.done i,
.flow_steps li.current_prev i {
    color: #fff;
    background-color: #2B9466;
}

.flow_steps li.current span,
.flow_steps li.done span,
.flow_steps li.current_prev span {
    color: #2B9466;
}

.flow_steps li#qzfs.current,
.flow_steps li.last {
    background-image: none;
}

.step-head {
    position: relative;
}

.flow_steps_line {
    height: 2px;
    top: 11px;
    left: 30px;
    right: 0px;
    position: absolute;
    border-color: #eee;
    background-color: #eee;
}

.formbox button {
    width: 100px;
    margin-bottom: 25px;
    margin-top: 30px;
    height: 40px;
    border-radius: 5px;
    outline: 0;
    -moz-outline-style: none;
}

.comfirm-btn button:first-child {

    margin-left: 200px;
}

.glay-color {
    color: #999;
}

.sue-img {
    margin: 30px 200px;
}

.red-color {
    color: red;
}

.layui-panel .ewm {
    text-align: center;
    width: 100%;
}

/* #endregion */

/* 其他 */

.layui-bg-gray {
    background-color: #fff !important;
}

.layui-nav {
    height: 80px;

    font-size: 18px;
}

.layui-nav.layui-bg-gray .layui-this a {
    color: #2b9466;
}

.layui-nav .layui-nav-item {
    line-height: 80px !important;
}

.layui-nav .layui-nav-item a {
    padding-left: 40px !important;
    color: #333 !important;
    font-size: 18px !important;
    font-weight: 600 !important;
}

.home-header {
    width: 100%;
    padding: 10px 70px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 60px;
}

.home-header .logo {
    height: 100%;
}

.home-header .logo img {
    height: 100%;
    width: auto;
}

.home-header .right {
    display: flex;
    align-items: center;
    padding-right: 50px;;
}
.home-header .right .right-item{
    display: flex;
    align-items: center;
    margin-right: 15px;
    
}
.home-header .right .right-item:hover{
    cursor: pointer;
}
.home-header .right .right-item img{
    margin-right: 5px;
    width: 20px;
    height: 20px;
}



.layui-carousel {
    width: 100%;
}

