@charset "utf-8";
* {margin: 0px;padding: 0px;}
body {font-family:Microsoft YaHei,Arial;font-size:14px;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0}
a{text-decoration: none; outline: none;cursor:pointer;}
a:hover{ color:#f60;}
img{border:none;vertical-align:bottom;}
i, em, cite{font-style: normal;}
ul,li{ list-style: none; margin: 0; padding: 0;}
* input {vertical-align: middle;outline:none;border:none;}
h1, h2, h3, h4, h5, h6 {margin: 0; padding: 0;}
.wrap{ margin: 0 auto; width:1200px;}
.fl{float: left;}
.fr{float: right;}
.clear{ clear:both;}
.hidden{display:none;}
.visible{display:block;}
.nodata{display: none;}
.loading{display: none;}

body{background: #c3b284;}

/*--------------------header---------------------*/

.logo{background: #fff;text-align: center;height: 151px;}
.yuyue-title{font-size: 32px;text-align: center;color: #fff;text-align: center;line-height: 115px;font-weight: normal;letter-spacing: 8px;}
.yuyue-box{
	padding: 30px 30px;height: 600px;height: calc(100vh - 366px);background: #fff;border-radius: 15px;overflow-y: auto;box-sizing: border-box;}
.yuyue-box::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}
.yuyue-box::-webkit-scrollbar-thumb {
    background: #63b284;
    border-radius: 10px;
}
.yuyue-box::-webkit-scrollbar-track {
    background: #e5e5e5;
}

.date-main{position: relative;}
.time-title{font-size: 20px;font-weight: bold;line-height: 58px;border-bottom: 1px solid #e0e0e0;cursor: pointer;}
.openrili{width: 50px;height: 59px;display: block;float: left;background: url(../images/riliicon.png) no-repeat center left;background-size: 40px;}
.rili-box{position: absolute;top: 32px;padding: 0 125px;width: 880px;height: 525px;overflow: hidden;background: #fff;transition-duration: 350ms;}
.rili-box.none{width: 0;height: 0;}
.rili-box h3{text-align: center;line-height: 90px;font-size: 25px;font-weight: normal;color: #c3b284;}
.jishi-list{text-align: center;}
.jishi-list li{width: calc(14.28% - 20px);line-height: 48px;margin: 10px;display: block;float: left;}
.jishi-list li a{display: block;border: 1px solid #e5e5e5;border-radius: 10px;overflow: hidden;text-align: center;font-size: 18px;color: #666;transition-duration: 350ms;}
.jishi-list li a:hover,.jishi-list li a.on{color: #fff;background: #604b0c;}

.time-slot-main{font-size: 16px;line-height: 38px;}
.time-select{text-align: center;padding: 65px 0 60px;}
.time-slot-list{color: #888;text-align: center;}
.time-slot-list .noneing{padding-top: 200px;font-size: 25px;text-align: center;color: #aaa;}
.time-slot-list .resting{padding-top: 200px;font-size: 25px;text-align: center;color: #1f9d00;font-weight: bold;}
.time-slot-list span{font-weight: bold;display: inline-block;}
.working span{color: #555;}
.worked span{color: #d50d0d;margin-right: 15px;}
.worked span.obsolete{color: #b5a0a0;}

.time-select select{line-height: 60px;height: 60px;width: 100px;text-align: center;font-size: 16px;border: 1px solid #e0e0e0;border-radius: 5px;margin: 10px;font-size: 30px;font-weight: bold;}
.time-select select option{line-height: 50px;}
.time-select .opentime{width: 155px;height: 48px;line-height: 48px;text-align: center;display: block;
    background: #c3b284;color: #fff;border-radius: 48px;margin: 40px auto 0;}
.time-select .showtime{padding-bottom: 40px;line-height: 50px;font-size: 20px;}
.time-select .showtime em{color: #d50d0d;font-weight: bold;}


.send-main{position: relative;}
.send-main li{display: block;}
.send-top{font-size: 18px;color: #333;margin: 23px 0 46px;}
.send-top .sendtxt{margin: 0 10px 0 10px;width: 343px;height: 44px;padding: 0 20px;background: #eee;border-radius: 44px;display: inline-block;font-size: 16px;color: #333;}
.send-top label{margin: 0 15px 0 8px;cursor: pointer;}
.send-top label input{margin: 0 8px;}
#beizhu{margin: 0 0 23px;width: 1100px;height: 150px;line-height: 20px;font-size: 16px;color: #444;padding: 20px;background: #eee;border-radius: 15px;display: block;outline: none;border: none;font-family:Microsoft YaHei,Arial;}

.sendbtn{position: absolute;left: 50%;bottom: 30px;margin-left: -202px;cursor: pointer;width: 182px;line-height: 54px;font-size: 20px;font-weight: bold;
	color: #fff;background: #c3b284;text-align: center;border-radius: 54px;border: none;outline: none;display: block;}

.footer{display: none;text-align: center;line-height: 80px;font-size: 16px;color: #666;position: fixed;bottom: 10px;width: 100%;}

body{overflow: hidden;height: 100vh;}
.indexbox{position: absolute;top: 151px;width: 100%;padding-bottom: 100px;z-index: 2;transition-duration: 500ms;}
.yboxshow{transform: translateX(0);}
.yboxright{transform: translateX(100%);}
.yboxleft{transform: translateX(-100%);}

.resetting{display: none;z-index: 9999;position: fixed;bottom: 23px;left: 50%;margin-left: -91px;width: 182px;line-height: 54px;border-radius: 54px;background: #f0f0f0;color: #333;text-align: center;font-size: 20px;cursor: pointer;transition-duration: 350ms;}
.resetting:hover{color: #fff;background: #bd0d1d;}

.resetting2{position: absolute;left: 50%;bottom: 30px;margin-left: 20px;cursor: pointer;width: 182px;line-height: 54px;font-size: 20px;
	color: #fff;background: #bd0d1d;text-align: center;border-radius: 54px;border: none;outline: none;display: block;}
.resetting2:hover{color: #fff;background: #bd0d1d;}


.member-riqi {
	margin: 80px 0;
    padding: 30px 30px;
    height: calc(100vh - 366px);
    background: #fff;
    border-radius: 15px;
    overflow-y: auto;
    box-sizing: border-box;
}
.member-riqi ul li{width: 100%;line-height: 45px;text-align: center;float: left;background: #fff;}


.log-table{width: 300px;margin: 100px auto 0;}
.log-table .tl2{text-align: center;font-size: 30px;line-height: 90px;color: #fff;}
.log-table input{width: 300px;margin-bottom: 15px;line-height: 40px;padding: 0 10px;box-sizing: border-box;font-size: 16px;}
.log-table input.vdcode{width: 185px;}
.log-table .vdimg{height: 40px;width: 115px;}
#btnSignCheck{margin-top: 20px;background: #707fe5;transition-duration: 350ms;color: #fff;line-height: 45px;cursor: pointer;}
#btnSignCheck:hover{background: #1f31af;}
