
html{
/*
    background-image: url("../images/bgi.png");
    background-repeat: no-repeat;
    background-size: 109.7%;    
*/
    background: white;
}

body{
    width: 100%; 
}
.new-list{
    width: 1200px;
    margin: 0 auto;
    height: 100%;
    height: auto;
    background: #fff;
    top: 0;
    right: 0;
    left: 0;
    margin-top:10px;
    margin-bottom:10px;

}

    
 .con .pic {
    width: 300px;
    overflow: hidden;
}

.new-list{
    width:1200px;
}

.new-list .course-list .con.shiwu-list {
    padding-top: 4px;
    display: none;
    position:relative;
    
}
.new-list .course-list .con.shiwu-list:first-child{
    display: block;
}

.new-list .course-list {
    background: #fff;
    margin-bottom: 10px;
width: 1200px;
    
}
.new-list .course-list .con {

    display: none;
}
.new-list .course-list .con.double11-con li {
    
    background:#fff;
}

.new-list .course-list .con li {
    float: left;
    _display: inline;
    height: 218px;
    overflow: hidden;
    width: 300px;
    margin: 0 0px 0px;
}
.new-list .course-list .con .pic {
    position: relative;
}

.new-list .course-list .con .pic {
    width:296px;
    overflow: hidden;
}

.new-list .course-list .con .pic img {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.new-list .course-list .con .pic img {
    width:300px;
    height: 152px;
    transform: scale(0.9);
}
.new-list .course-list .con .pic img:hover{
    transform: scale(1);
}

.new-list .course-list .con h4 {
    font-size: 14px;
    color: #666;
    font-weight: normal;
    padding-left: 15px;
    font-size: 16px;
    margin-bottom: 5px;
}
.new-list .course-list .con .price_wrap {
    color: #ff3333;
    font-weight:bold;
    width: 98px;
    font-size: 16px;    
}

.new-list .course-list .con .price_wrap .price {
    float: left;
    line-height: 44px;
    font-size: 16px;
    color: #eb1d21;
    padding-left:15px;
    color: #ff3333;
    font-weight:bold;
}
.new-list .course-list .con .price_wrap .chkName-buy:hover{
    cursor: pointer;
}

..new-list .course-list .con .price_wrap:hover {
     cursor: pointer;
    
    }

.new-list .course-list .con .price_wrap .chkName-buy {
    display: block;
    float: right;
    height: 34px;
    line-height: 34px;
    margin-top: 5px;
    padding-left: 22px;
    font-size: 14px;
    color: #666;
    background: url(/static/courseimages/list-ico.png) no-repeat 0 10px;
    
}


.new-list .course-list .tit {
    width: 1200px;
    height: 36px;
    position: relative;
    border-bottom: 1px solid #ccc;
}

.new-list .course-list .tit h4 {
    position: absolute;
    width: 350px;
    height: 24px;
    font-family: MicrosoftYaHei;
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 0px;
    color: #ff3333;
}


.new-list .course-list .tit li.on {
     color: #127de1;
    border-bottom: 2px solid #127de1;
    margin: 0 10px;
}
.new-list .course-list .tit li.cur {
     color: #eb1d21;
     border-bottom: 2px solid red;
}
.new-list .course-list .tit h4 i {
    display: block;
    width: 2px;
    height: 24px;
    background: #127de1;
    position: absolute;
    left: 0;
    top: 28px;
}
.new-list .course-list .tit li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    height: 30px;
    line-height: 28px;
    padding: 0 8px;
    margin: 26px 20px 0;
    font-size: 14px;
    color: #666;
    cursor: pointer;

}

.demo-class{
    padding: 10px;
}


.demo-class .layui-layer-content{
    text-align: center !important;
    overflow: hidden !important;
    /* margin-top: 16px; */
    padding-top: 59px !important;
    font-size: 16px !important;
    height: auto !important;
    margin-bottom: 24px !important;

}
.demo-class .layui-layer-page .layui-layer-content{
    overflow: hidden !important
}

/*Ã¥Â®Å¡Ã¤Â¹â€°Ã¦Ë†ÂÃ¥Å Å¸Ã§â„¢Â»Ã¥Â½â€¢Ã§Å¡â€žÃ¦Â Â·Ã¥Â¼Â*/

.indexchange{
    background: #fff;
    margin-right: 0px;
    height: 412px !important;
    margin-top: 12px;
    float: right;
    width: 320px;
}

.indexchange .change-con .lay-out{
  float: right;
  padding: 6px;
  padding-right: 10px;
    cursor: pointer;
}

.header-change-nums {
    cursor: pointer;
    clear: both;
    width: 100%;
    text-align: center;
    display: inline-block;
    font-size: 14px;
    padding: 2px;

}



.error-text{
      border: 1px solid red; 
    margin-bottom: 7px;
    padding-left: 24px;
    color: #555;
    background-image: url(/static/courseimages/form-error.png) ;
    height: 20px;
    background-position: none;
    background-repeat: no-repeat;
    background-position: 5px 2px;
    display: none;
    font-size: 12px;
    line-height: 20px;

    }
  







    
    
    
    