@charset "utf-8";
/* CSS Document */
/**
 * @description: 网站样式
 * @author: ishang_pan
 * @update: ishang_pan 
*/
.canlendar-left{width:420px;background: #f7f7f7;padding:20px;height:1010px}
.canlendar-right{width:850px}
.canlendar-left h2{text-align: center;color:#2758b2;font-size: 20px;font-weight: bold;margin:10px 0 30px 0}

#laydate{margin-top:40px;width:420px!important;height:437px!important;}
.laydate-theme-molv .layui-laydate-main,.layui-laydate{width:380px!important;height:437px!important;}
.layui-laydate-header{height:74px!important;border-radius:8px 8px 0 0;background-image:linear-gradient(0deg,#689ee3 0,#90c1ff 100%),linear-gradient(#2758b2,#2758b2);font-size:24px!important;line-height:50px!important;background-blend-mode:normal,normal;}
.layui-laydate-header i{font-size:24px!important;}
.layui-laydate-content{height:363px!important;border-radius:0 0 8px 8px;}
.layui-laydate-content table{width:100%!important;height:335px!important;border-radius:0 0 8px 8px;}
.layui-laydate td.layui-this{background:url(../images/page/b_h.png) #fff center center no-repeat!important;}
.layui-laydate-content td:hover{background:url(../images/page/b_h.png) center center no-repeat!important;color:#fff!important;}
.layui-laydate .laydate-disabled,.layui-laydate .laydate-disabled:hover{color:#3d3d3d!important;}
.laydate-theme-molv .layui-laydate-content{border:solid 1px #c8e0ff!important;border-radius:0 0 8px 8px;}
.layui-laydate-content th:first-child,.layui-laydate-content th:last-child{color:red;}
.layui-laydate-content td{color:#3d3d3d!important;}
.optional{background:url(../images/page/b.png) center center no-repeat!important;background-color:#fff!important;color:#3d3d3d!important;}
#layui-laydate1 .layui-this{background-color:#2758b2 !important;}
.laydate-month-list .layui-this,.laydate-year-list .layui-this{background-color:#2758b2 !important;}
.layui-laydate-list>li:hover{background-color:#2758b2 !important;color: #fff !important;}
.layui-laydate td.laydate-disabled, .layui-laydate td.laydate-disabled:hover {background: 0 0!important;color: #b3b3b3 !important;}

.m-liststyle1 li.f-line{margin-bottom: 15px; padding-bottom: 10px; height: 60px; border-bottom: 1px dashed #ddd;}

/*media query*/
/* 适配小屏1000px */
@media screen and (min-width:1025px) and (max-width: 1300px) {
    .canlendar-right{width:500px}
}
/* 适配pad */
@media screen and (min-width:768px) and (max-width: 1024px) {
   

}
/*pad md*/
@media screen and (max-width: 1024px ){
	.canlendar-left,.canlendar-right{width: 100%!important;height:auto}
    .u-ftpic,.u-fttext{width: 100% !important;}
    .u-fttext p{-webkit-line-clamp: 7;}
    .g-calendarlist{height: auto !important;padding-bottom: 20px;}
    .u-fttext{margin-top: 20px;}
    .m-gamefoto{width: 100% !important;}
    #laydate{width: 100% !important;}
    .laydate-theme-molv .layui-laydate-main,.layui-laydate{width: 100% !important;}
	.m-activitylist li{height: auto !important;}
	.layui-laydate-header {font-size: 18px !important;}
	.layui-laydate-header i {font-size: 18px !important;}
}
/*phone sm*/
@media screen and (max-width: 767px) {
    


}
/*small xs*/
@media screen and (max-width: 638px) {
    

}