.continer20180815{
    width: 1200px;
    margin: 0;
    padding: 0;
}
.title20180815{
    margin-left: 109px;
    margin-top: -26px;
}
.list20180815{
    width: 156px;
    height: 156px;
    background-color: #ffffff;
    box-shadow:0 1px 27px #e6e6e6;
    -moz-box-shadow:0 1px 27px #e6e6e6;
    -webkit-box-shadow:0 1px 27px #e6e6e6;
    color: #000000;
    font-size: 19px;
    overflow: hidden;
}


.icon20180815-2{
    margin-top: 30px;
    margin-left: 48px;
}
.text20180815{

    text-align: center;
    display: block;
}

.delete-line{
    text-decoration: none;
}
.select20180816{
    float: left;
    margin: 30px 25px;
    width: 1150px;
    height: 70px;
    background-color: #F3FAFF;
    font-size: 16px;
    border: dashed 1px #2296E9;

}
.btn20180816{
    float: left;
    background-color: #1e8be6;
    border-radius: 6px;
}
.btn20180816:hover{
    background-color: #107ad2;
}
.title-img{
    clear: both;
    float: left;
    width: 40px;
    height: 40px;
    margin-top: 12px;
}

.step20180816{
    margin-top: 60px;
}



/* 以下为 2018年10月2日  新增或修改的样式 */

.continer20181002{
    width: 1200px;
    height: auto;
    background-color: #ffffff;
    border: solid 1px #00a2e6;
    padding: 30px;
    overflow: hidden;
    border-top: none;
}
.list-interval20181002{
   float: left;
    margin-left: 0;
}
.list-interval20181002>li{
    margin: 8px;
}
.list-interval20181002>li>a{
    text-decoration: none;
}
.list-interval20181002>li:hover{
    transform: scale(1.1);
    transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
}
.list20180815{
    width: 156px;
    height: 156px;
    background-color: #ffffff;
    box-shadow:0 1px 27px #e6e6e6;
    -moz-box-shadow:0 1px 27px #e6e6e6;
    -webkit-box-shadow:0 1px 27px #e6e6e6;
    color: #000000;
    font-size: 16px;
    overflow: hidden;
}
.icon20180815{
    margin-top: 30px;
    margin-left: 48px;
    margin-bottom: 4px;
}
.jiaobiao20181002{
    width: auto;
    padding: 2px;
    background-color: #FFAD00;
    position: absolute;
    font-size: 12px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    line-height: 27px;
    color: #ffffff;
}
.selected20181002{
    width: 400px;
    height: 50px;
    background-color: #f9c955;
    text-align: center;
    line-height: 50px;
}
.no_select20181002{
    width: 400px;
    height: 50px;
    background-color: #2296E9;
    text-align: center;
    line-height: 50px;
}