.shipdate{
	margin-top: 50px;
	text-align: center;
/* 	padding-left:2%;
	padding-right:2%; */
	clear:both;
}
.from-box{
	width: 100%;
    height: 50px;
}
.port_input{
	height: 36px;
    line-height: 36px;
    color: #282828;
    font-size: 14px;
    float: left;
    border: 1px solid #eee;
    margin: 0px 20px;
    width: 20%;
    padding-left: 10px;
    border-radius: 6px;
}
.date-radio{
	float: left;
    margin: 0px 10px;
    margin-top: 7px;
}
.el-radio__input.is-checked .el-radio__inner {
    border-color: #3567df!important;
    background-color: #3567df!important;
}
.el-radio__input.is-checked .el-radio__inner:after {
    -webkit-transform: translate(-50%,-50%) scale(1);
    transform: translate(-50%,-50%) scale(1);
}
.from-box .searchBtn {
    width: 20%;
    height: 40px;
    line-height: 0;
    background-color: #3567df;
    color: #fff;
    font-size: 18px;
    text-align: center;
    border: none;
    margin-left: 10px;
    border-radius: 18px;
    float: right;
}
.from-box .searchBtn span{
    color: #fff;
}

.shipdatelist{
	padding: 10px 5%;
    margin-top: 20px;
    text-align: center;
    background: #f8f8f8;
    display: flow-root;
}

.from-box ul{
	width: 100%;
    display: block;
    border: 1px solid #eee;
    height: 35px;
    line-height: 15px;
        background: #fff;
}
.from-box ul li{
	display: block;
    width: 24%;
    float: left;
    padding: 10px 0px;    
        background: #fff;
}
.from-box ul li cite{
	float:right;
	color: #eee;    
}
.from-box .list{
	width: 100%;
    display: block;
    border: 1px solid #eee;
    height: 35px;
    line-height: 15px;
        background: #fff;
}
.from-box .list li{
	width:auto;
	float: left;
	display: block;    
    padding: 10px 0px;    
    background: #fff;
    font-weight: 600;
}
.from-box .list .li1{
	width:15%;
}
.from-box .list .li2{
	width:15%;
}
.from-box .list .li3{
	width:15%;
}
.from-box .list .li4{
	width:25%;
}
.from-box .list .li5{
	width:30%;
}
.from-box .list li cite{
	float:right;
	color: #eee;    
}

#weekdata .curr{
	font-weight: 600;
    color: #26b4b2;
    border-bottom: 2px solid #26b4b2;
}
#weekdata .curr span{
	color: #26b4b2;
}
#weekdata li{
	cursor: pointer;
}



