.homeWrap {
    background-color: #fff;
    padding-bottom: 42px;
}
.home_a,.home_b {
    border: 1px solid #fff;
    background-color: #f8f8f8;
}
.homeWrap .banner {
    width: 1200px;
    height: 500px;
    margin: 24px auto 30px auto;
    position: relative;
}
.homeWrap .banner img {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.tibet_date{
	margin-bottom: 30px;
    text-align: center;
    color: #333333;
    font-size: 20px;
    font-weight: bold;
}
.home_b {
    width: 1200px;
    margin: 0 auto;
    text-align: center;
    background-color: #fff;
    padding: 40px 0;
}
.sub-title {
    color: #333333;
    font-weight: bold;
    font-size: 28px;
    position: relative;
    margin-top: 10px;
}
.sub-title-text {
    position: relative;
    z-index: 888;
}
.horiz-line {
    position: absolute;
    background-color: #FDAB95;
    z-index: 1;
    width: 100%;
    left: 0;
    top: 25px;
    height: 5px;
}
.sub-content {
    width: 1200px;
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    font-size: 15px;
    color: #333;
    text-align: left;
    line-height: 24px;
}
.sub-item {
    width: 375px;
    color: #333333;
}
.sub-item img {
    width: 100%;
    height: 225px;
}
.sub-item-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 32px;
    cursor: pointer;
}
.sub-item-desc {
    font-size: 16px;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-align: left;
}
.home_c{
	background: #f8f8f8;
	border: 1px solid #fff;
    text-align: center;
    padding-top: 40px;
}
.homeWrap .linkBtn {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.linkBtn .linkBtn-item:hover .link-item-img{
	background: #C02218;
}
.linkBtn .linkBtn-item:hover .iconfont {
    color: #FFF;
}
.linkBtn .linkBtn-item:hover .link-item-desc {
    color: #C02218;
}
.linkBtn .linkBtn-item .link-item-img {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background: #dddddd;
    text-align: center;
    line-height: 90px;
}
.link-item-img1 {
    background: #dddddd url(../../layout/imgs/calendarIconGray.png) no-repeat center center;
}
.linkBtn .linkBtn-item .link-item-desc {
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    line-height: 30px;
    margin-top: 12px;
    text-align: center;
}
.iconfont{font-size: 40px !important;color:#666666;}
.home_d{
    text-align: center;
    padding: 40px 0;
    border: 1px solid #fff;}
/** 藏历-s **/
.calendarWrap {
    width: 1080px;
    margin: 0 auto;
}
.calendarWrap .curriculum {
    margin-top: 30px;
}
.calendarWrap .curriculum .tit {
    font-size: 22px;
    margin-bottom: 15px;
    font-weight: 600;
}
.calendarWrap .curriculum .item .left {
    float: left;
    width: 1080px;
    height: 60px;
    padding-left: 50px;
    line-height: 60px;
    font-size: 16px;
    text-align: left;
    box-sizing: border-box;
    background: url(../../layout/imgs/li_circle.png) no-repeat #fff;
    background-size: 16px 16px;
    background-position: 20px center;
    border-bottom: 1px solid #eeeeee;
}
.calendarWrap .curriculum .cont {
    font-size: 16px;
    line-height: 30px;
    margin: 40px 0 24px;
}
.zodoac {
    background: #fff;
    padding: 20px;
    text-align: center;
}
.zodoac .lable {
	margin-bottom: 20px;
    font-size: 18px;
    color: #333333;
}
.select-zodiac{
	width: 200px;
    height: 30px;
    line-height: 30px;
    border: solid 1px #DDDDDD;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url(../../layout/imgs/arrow_down.png) no-repeat;
    background-size: 16px 16px;
    padding: 0 10px;
    background-position: 93% center;
    margin-right: 5px;
}
.result {
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 300px;
    background: #fff;
    padding: 0px 120px;
    border-top: 1px dashed #d8d8d8;
}
.result .item {
    border: 1px solid #d8d8d8;
    border-radius: 50%;
    width: 130px;
    height: 130px;
    padding: 30px;
}
.result .item .name {
    text-align: center;
    padding: 10px 15px 15px 15px;
}
.result .item .day {
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    color: #de5b50;
}
/** 藏历-e **/
.sidebar-fixed-wrapper {
    margin-left: 606px;
    bottom: 100px;
}
.sidebar-fixed-wrapper {
    position: fixed;
    left: 50%;
    z-index: 10;
}
.back-to-top {
    background-color: #ddd;
}
.sidebar-fixed-wrapper .sidebar-fixed_box {
    width: 50px;
    height: 50px;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 4px;
}
.back-to-top:hover {
    background-color: #c02218;
    cursor: pointer;
}












































