body{
    font-family: "Microsoft YaHei";padding:0;margin:0;
}
*{padding:0;margin:0;font-family: "Microsoft YaHei";}
.header-top {
    width: 100%;
    min-width: 1200px;
    height: 40px;
    background-color: #fff;
    background: linear-gradient(top, #f6f6f6, #fdfdfd);
    background: -ms-linear-gradient(top, #f6f6f6, #fdfdfd);
    background: -webkit-linear-gradient(top, #f6f6f6, #fdfdfd);
    background: -moz-linear-gradient(top, #f6f6f6, #fdfdfd);
    box-shadow: 1px 1px 3px #e4e4e4;
    -moz-box-shadow: 1px 1px 3px #e4e4e4;
    -webkit-box-shadow: 1px 1px 3px #e4e4e4;
}
.header-top-content{
    width:1200px;
    margin: 0 auto;
    height: 40px;
    line-height: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    color: #666;
}
.header-noLogin{
    display: flex;
}
.header-login-btn a {
    width: 70px;
    font-size: 14px;
    color: #666;
    display: inline-block;
}
.header-register a {
    width: 70px;
    font-size: 14px;
    color:#666;
    display: inline-block;
}
.header-login-btn a:hover,.header-register a:hover {
    width: 70px;
    font-size: 14px;
    color: #4e8f02;
    text-decoration: underline;
}

.header-Login{
    display: flex;
    align-items: center;
}
.header-quit a,.header-person a{
    margin-left: 10px; color:#666;
}
.header-quit a:hover, .header-person a:hover {
        color: #4e8f02; text-decoration: underline;
    }
.header-content{
    width: 1200px;
    height: 100px;
    margin: 0 auto;
    display: flex;
    align-items: center;
}
.company-info{
    width: 700px;
    height: 100px;
    display: flex;
    align-items: center;
}
.company-img-box {
    width: 90px;
    height: 90px;line-height:95px;
}
.company-img-box img{
    width: 90px;
    height: 90px;
}
.company-title{
    font-size: 28px;
    font-weight: bold;
    margin-left: 20px;

}
.header-search-bar{
    margin-left: 20px;
    width: 680px;
    height: 100px;
    display: flex;
    align-items: center;
}
.search-form{
    display: flex;
    border: none;
}
.search-type{
    width: 70px;
    height: 32px;
    border: 1px solid #ccc;
    border-radius: 3px;
    color: #666;
    padding-left: 5px;
}

.search-content-box{
    display: flex;
    align-items: center;
    width: 300px;
    height: 30px;
    margin-left: 20px;
    border: 1px solid #ccc;
    border-radius: 3px;
    color: #ccc;
}
.search-icon{
    width: 15px;
    height: 15px;
    margin:0 12px;
}
.search-icon img{
    width: 15px;
    height: 15px;
   
}
.search-content-box input{
    border:none;
    outline: none;
    width: 250px;
    height: 28px;
}
.search-content-box input::-webkit-input-placeholder{
    color: #ccc;
    font-size: 14px;
}
.search-content-box input::-moz-placeholder{
    color: #ccc;
    font-size: 14px;
}
.search-content-box input::-ms-input-placeholder{
    color: #ccc;
    font-size: 14px;
}

.search-keyword{
    display: flex;
    margin-left: 16px;
    margin-top: 6px;
    color: #999;
}
.search-keyword li{
    margin-right: 6px;
}
.search-btn{
    width: 90px;
    height: 32px;
    margin-left: 20px;
    text-align: center;
    color: #fff;
    background-color: #ffa800;
    border: none;
    font-size: 14px;
    border-radius: 3px;
}
.header-twoCode{
    margin-left: 70px;
    width: 140px;
    height: 100px;
    display: flex;
    align-items: center;
    margin-top: 25px;
    /* background-color: green; */
}
.mobile,.wexin{
    width: 42px;
    height: 100px;
    text-align: center;
    margin-left: 26px;
    position: relative;
}
.mobileTwoCodeDetail,.weixinTwoCodeDetail{
    position: absolute;
    left: -25px;
    top: 75px;
    width: 100px;
    height: 100px;
    border-radius: 10px;
    text-align: center;
    vertical-align: center;
    background-color: #fff;
    -moz-box-shadow:0px 0px 8px #333; 
    -webkit-box-shadow:0px 0px 8px #333;
    box-shadow:0px 0px 8px #333;
    z-index: 999;
}
.mobileTwoCodeDetail img,.weixinTwoCodeDetail img{
    width: 80px;
    height: 80px;
    margin-top: 10px;
}
.moblie-box,.weixin-box{
    width: 42px;
    height: 42px;
    border-radius: 50%;
    -moz-box-shadow:0px 0px 8px #f6f6f6; 
    -webkit-box-shadow:0px 0px 8px #f6f6f6;
    box-shadow:0px 0px 8px #f6f6f6;
    text-align: center;
}
.moblie-box img{
    width: 14px;
    height: 25px;
    margin-top: 8px;
}
.weixin-box img{
    width: 26px;
    height: 21px;
    margin-top: 10px;
}
.weixin-content,.mobile-content{
    margin-top: 5px;
    color: #999;
    font-size: 12px;
}
.nav{
    width: 100%;
    height: 50px;
    background-color: #5dac00;
}
.nav-content{
    width: 1200px;
    height: 50px;
    margin: 0 auto;
}
.nav-content{
    display: flex;
    align-items: center;
    /* z-index: 10; */
}
.nav-content li {
    width: 14.2%;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    color: #fff;
    text-align: center;
}
.nav-content li a{
    color: #fff;
}
.nav-cur{
    background-color: #4e8f02;
}
.content-box{
    width: 100%;
    background-color: #f7f7f7;
}
.content-inner-box{
    width: 1200px;
    margin: 0 auto;
}
.bottom{
    width: 100%;
    height: 210px;
    background-color: #292e34;
}
.bottom-nav-box{
    width: 1200px;
    height: 50px;
    margin:0 auto;
    padding-top: 60px;
   
}
.bottom-nav{
    display: flex;
    align-items: center;
    opacity: .8;
    width: 100%;
    height: 50px;
    border-top:1px solid #fff ;
    border-bottom:1px solid #fff ;
    text-align: center;
}
.bottom-nav li{
    width: 14.2%;
    
    border-right:1px solid #fff ;
}
.bottom-nav li:last-child{
   border: none;
}

.bottom-nav li a{
    font-size: 13px;
    width: 100%;
    color: #fff;
}
.bottom-content-box{
    padding-top: 30px;
    font-size: 13px;
    line-height: 22px;
    color: #fff;
    opacity: .8;
    width: 1200px;
    margin:0 auto ;
    text-align: center;
}
.breadcrumb{
    height: 60px;
    line-height: 60px;
    margin: 0 auto;
    display: flex;
    align-items: center;
}
.breadcrumb-img{
    width: 20px;
    height: 17px;
    margin-right: 5px;
}
.breadcrumb-img img{
    width: 20px;
    height: 17px;
    display: block;
}
.breadcrumb-item{
    font-size: 14px;
    color:#999;
}

/*弹窗*/
.tan{position: fixed;top: 0;left: 0;width: 100%;height: 100%;background: rgba(0,0,0,.6);display: none; z-index:9999;}
.tan .box{width:450px;height: auto;overflow: hidden;background-color: #fff;border-radius: 3px;position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);}
.tan .box .form{position: relative;box-sizing:border-box;width:100%;height: 100%;padding: 40px 50px;text-align: center;overflow: hidden;}
.tan .box .form span.close{position: absolute;right: 16px;top: 5px;font-size: 14px;display: block;cursor: pointer;height: 8px;width: 8px;color: #b0b8bf;}
.tan .box .form span:hover{color: #808492;}
.tan .box .form form input{display: block;width: 97%;outline-style: none;height: 38px;margin-bottom: 10px;border-radius: 3px;border:1px solid #ccc;padding-left:10px;}
.tan .box .form h3{font-size: 18px; color:#333437;font-weight: normal;margin-bottom: 8px;}
.tan .box .form p.desc{color: #0074fa;font-size: 12px;margin-bottom: 18px;}
.tan .box .form form input[name=valicode]{padding-right: 80px;}
.tan .box .form form input[type=button]{background-color: #3ba800;color: #fff;border: 0;height: 40px;cursor: pointer;width:100%;}
.tan .box .form form input[type=button]:hover{background-color: #51bc18;}
.tan .box .form form input.red{border-color: red;}
.tan .box .form form .valicode{position: relative;}
.tan .box .form form .valicode img{position: absolute;right: 8px;top: 2px;height: 35px;}
.tan .box .form p.reg{margin-top: 20px;}
.tan .box .form p.reg a{color: #333;font-size: 12px;float: right;}
.tan .box .form p.reg a:first-child{float: left;}
.tan .box .form form .error{height: 30px;line-height: 30px;text-align:center;color:#909090;font-size: 12px;}

/*右边标题*/
.right-title-box {
    display: flex;
    align-items: center;
    padding-bottom: 8px;
    border-bottom: 1px solid #eee;
}

.right-title-icon {
    width: 6px;
    height: 20px;
    background-color: #ffa800;
    border-radius: 3px;
    margin-right: 5px;
}

.right-title-content {
    font-size: 20px;
    color: #669900;
    margin-left: 5px;
}

/*右边心理悦读*/
.right-article{
    width: 300px;
    /* height: 585px; */
    background-color: #fff;
    -moz-box-shadow: 0px 0px 5px #ccc;
    -webkit-box-shadow: 0px 0px 5px #ccc;
    box-shadow: 0px 0px 5px #ccc;
    border-radius: 12px;
    padding: 0 20px 20px 20px;
}
.right-article-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    line-height: 40px;
    height: 40px;
    margin-top: 18px;
    padding-top: 10px;
    border-bottom: 1px solid #eee;
}
.right-article-title-box {
    display: flex;
    align-items: center;
}
.right-article-title-icon {
    width: 6px;
    height: 20px;
    background-color: #ffa800;
    border-radius: 3px;
    margin-right: 5px;
}
.right-article-title {
    font-size: 20px;
    color: #669900;
}
.right-article-more {
    font-size: 14px;
    color: #ffa800;
}
.right-article-list li {
    display: flex;
    padding-bottom: 20px;
    margin-top: 20px;
    border-bottom: 1px solid #eee;
}
.right-article-img {
    width: 100px;
    height: 80px;
    border-radius: 5px;
}
.right-article-img img{
    width: 100px;
    height: 80px;
    border-radius: 5px;
}
.right-article-right-box {
    margin-left: 15px;width:70%;
}
.right-article-item-title {
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
}
.right-article-item-time {
    font-size: 12px;
    color: #ccc;
    margin-top: 20px;
}

/*右边心理视频*/
.right-video{
    width: 300px;
    /* height: 585px; */
    background-color: #fff;
    -moz-box-shadow: 0px 0px 5px #ccc;
    -webkit-box-shadow: 0px 0px 5px #ccc;
    box-shadow: 0px 0px 5px #ccc;
    border-radius: 12px;
    padding: 0 20px 20px 20px;
}
.right-video-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    line-height: 40px;
    height: 40px;
    margin-top: 18px;
    padding-top: 10px;
    border-bottom: 1px solid #eee;
}
.right-video-title-box {
    display: flex;
    align-items: center;
}
.right-video-title-icon {
    width: 6px;
    height: 20px;
    background-color: #ffa800;
    border-radius: 3px;
    margin-right: 5px;
}
.right-video-title {
    font-size: 20px;
    color: #669900;
}
.right-video-more {
    font-size: 14px;
    color: #ffa800;
}
.right-video-list li {
    display: flex;
    padding-bottom: 20px;
    margin-top: 20px;
    border-bottom: 1px solid #eee;
}
.right-video-img {
    width: 100px;
    height: 80px;
    border-radius: 5px;
}
.right-video-img img{
    width: 100px;
    height: 80px;
    border-radius: 5px;
}
.right-video-right-box {
    margin-left: 15px;width:70%;
}
.right-video-item-title {
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
}
.right-video-item-time {
    font-size: 12px;
    color: #ccc;
    margin-top: 20px;
}

/*右边心理悦读类别*/

.right-articletype {
    width: 300px;
    padding: 20px;
    -moz-box-shadow: 0px 0px 5px #ccc;
    -webkit-box-shadow: 0px 0px 5px #ccc;
    box-shadow: 0px 0px 5px #ccc;
    border-radius: 15px;
    background-color: #fff;
}
.right-articletype-title {
    margin: 10px auto 0px auto;
    width: 280px;
    height: 36px;
    line-height: 36px;
    border-radius: 4px;
    background-color: #5dac00;
    text-align: center;
    color: #fff;
    font-size: 14px;
}
.right-articletype-type-list {
    width: 280px;
    display: flex;
    flex-wrap: wrap;
    padding: 0 10px;
}
.right-articletype-type-list li{
    width: 130px;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    border-radius: 5px;
    background-color: #f7f7f7;
    text-align: center;
    margin-top: 15px;
}

.right-articletype-type-list li:nth-child(even){
    margin-left: 20px;
}

.right-articletype-type-list .cur{
    background-color: #5dac00;
    color:#fff;
}

.right-articletype-type-list .cur a{
    color:#fff;
}

/*右边热门表签*/

.right-hot-tag {
    width: 300px;
    padding: 20px;
    -moz-box-shadow: 0px 0px 5px #ccc;
    -webkit-box-shadow: 0px 0px 5px #ccc;
    box-shadow: 0px 0px 5px #ccc;
    border-radius: 15px;
    background-color: #fff;
    margin-top: 15px;
}
.right-hot-tag-title-box {
    display: flex;
    align-items: center;
    padding-bottom: 8px;
    border-bottom: 1px solid #eee;
}
.right-hot-tag-title-icon {
    width: 6px;
    height: 20px;
    background-color: #ffa800;
    border-radius: 3px;
    margin-right: 5px;
}
.right-hot-tag-title-content {
    font-size: 20px;
    color: #669900;
    margin-left: 5px;
}
.right-hot-tag-list {
    margin-top: 15px;
    display: flex;
    flex-wrap: wrap;
}
.right-hot-tag-list li{
    padding: 3px 8px;
    border: 1px solid #eee;
    margin-bottom: 10px;
    margin-right: 15px;
}

/*右边心理课程*/
.right-course{
    width: 300px;
    padding: 20px;
    -moz-box-shadow: 0px 0px 5px #ccc;
    -webkit-box-shadow: 0px 0px 5px #ccc;
    box-shadow: 0px 0px 5px #ccc;
    border-radius: 15px;
    background-color: #fff;
    margin-top: 15px;
}
.right-course-list {
    margin-top: 15px;
}
.right-course-list li{
    padding-bottom: 10px;
    padding-top: 10px;
    border-bottom: 1px solid #eee;
}
.right-course-detail {
    display: flex;
}
.right-course-detail-left {
    width: 19px;
    height: 19px;
    margin-top: 3px;
}
.right-course-detail-left img{
    width: 19px;
    height: 19px;
}
.right-course-detail-mid {
    width: 68px;
    height: 68px;
    margin-left: 15px;
    margin-right: 15px;
}
.right-course-detail-mid img{
    width: 68px;
    height: 68px;
}
.right-course-detail-title{
    font-size: 14px;
    font-weight: bold;
}
.right-course-detail-box {
    display: flex;
    margin-top: 5px;
    justify-content: space-between;
}
.right-course-teacher {
    font-size: 12px;
    color: #333;
}
.right-course-play-time {
    font-size: 12px;
    color: #999;
}
.right-course-simple {
    display: flex;
}
.right-course-simple-icon {
    width: 19px;
    height: 19px;
    margin-top: 3px;
}
.right-course-simple-icon img{
    width: 19px;
    height: 19px;
}
.right-course-simple-right {
    margin-left: 10px;
}
.right-course-simple-title {
    font-size: 14px;
    font-weight: bold;
}
.right-course-simple-box {
    display: flex;
    justify-content: space-between;
    margin-top: 5px;
}
.right-course-simple-teacher {
    font-size: 12px;
    color: #333;
}
.right-course-simple-play-time {
    font-size: 12px;
    color: #999;
}
