.course_info_right p{
    margin-bottom:15px;
}
.course_info_right p:last-child{
    margin-bottom:0;
}
.course_detail_btns button{
    margin-right:15px;
}
.course_detail_btns button:hover{
    background-color:#1076d5;
    color:#fff;
    opacity:0.8;
}
.course_detail_btns button img{
    margin-right:8px;
}

.course_search_btns{
    text-align:right;
    margin-top:15px;
    display:inline-block;
    position:absolute;
    top:90px;
    right:-10px;
}
.course_search_btn{
    color:#1076d5;
    font-size:14px;
    background-color:transparent;
    border:0;
    width:110px;
    text-align:center;
    text-align:center;
}
.course_search_btn.on i{
    background: center center no-repeat;
}
.course_search_btn i{
    width:18px;
    height:18px;
    display:inline-block;
    vertical-align:middle;
    background: center center no-repeat;
    margin-right:8px;
    margin-top:-3px;
}

.course_details_basic{
    overflow: hidden;
    font-size:16px;
    color:#666;
}
.course_details_basic_item{
    float: left;
    margin-right:25px;
    margin-bottom:20px;
}
.course_details_basic_item1{
    width:520px;
}
.course_details_basic_item:nth-of-type(3n){
    margin-right:0;
}
.course_details_basic_item div{
    display:inline-block;
}
.course_details_basic_item2{
    width:320px;
}
.course_details_basic_left{
    width:74px;
}
.course_details_basic_right{
    color:#333;
    margin-left:10px;
}
.course_information_table{
    font-size:16px;
}
.course_information_table tr{
    border-bottom:1px solid #e5e5e5;
}
.course_information_table tr:last-child{
    border-bottom:0;
}
.course_information_table td{
    padding:25px 13px 13px;
    vertical-align: top;
}
.course_information_table td:nth-of-type(3){
    width:120px;
    vertical-align: top;
}
.course_information_table td:last-child{
    padding-top:13px;
}
.course_information_detail{
    color:#1076d5;
}
.course_information_detail:hover{
    color:#1076d5;
    opacity:0.8;
}
.course_information_now{
    width: 140px;
    height: 48px;
    background-color: #1076d5;
    border-radius: 4px;
    border: 1px solid #1076d5;
    font-size: 16px;
    color: #fff;
}
.course_information_now:hover{
    background-color:transparent;
    color:#1076d5;
}
.course_information_now.disabld{
    background-color:#f5f5f5;
    color:#999;
    border:0;
    cursor: default;
}
.course_information_now.disabld:hover{
    background-color: #f5f5f5;
    color: #999;
}
.detail_big .course_comment_con{
    padding:0;
}
.course_comment_list{
    border-bottom:1px solid #e5e5e5;
    padding:0 25px;
}
.course_comment_list li{
    display:inline-block;
    vertical-align:middle;
    padding:20px 0;
    font-size:18px;
    color:#666;
    border-bottom:2px solid transparent;
    cursor: pointer;
    margin-right:20px;
}
.course_comment_list li.on,.course_comment_list li:hover{
    color:#1076d5;
    border-bottom:2px solid  #1076d5;
}

.course_comment_item{
    display:none;
}
.course_comment_item.current{
    display:block;
}
.course_comment_cont{
    
    font-size:14px;
}
.course_comment_items{
    padding:25px;
}
.course_comment_item_list li{
    display:inline-block;
    width:140px;
    text-align:center;
    box-sizing: border-box;
    padding:10px;
    color:#666;
    font-size:16px;
    border:1px solid #e5e5e5;
    border-radius:4px;
    margin-right:15px;
    cursor: pointer;
    position: relative;
}
.course_comment_item_list li:hover,.course_comment_item_list li.on{
    background-color:#1076d5;
    color:#fff;
    border:1px solid #1076d5;
}
.course_comment_item_list li:after{
    content:'';
    width:16px;
    height:6px;
    display:inline-block;
    background: center center no-repeat;
    position:absolute;
    bottom:-1px;
    left:0;
    right:0;
    margin:auto;
    display:none;
}
.course_comment_item_list li.on:after{
    display:block;
}

.course_comment_conts{
    display:none;
}
.course_comment_conts_item{
    margin-top:25px;
}
.course_comment_conts.current{
    display:block;
}
.course_comment_conts_span{
    width:90px;
    float: left;
}
.course_comment_conts_span1{
    margin-top:10px;
}
.course_comment_organize{
    width:calc(100% - 90px);
    float: left;
    padding-left:20px;
    box-sizing: border-box;
    
}
.course_comment_organize>div{
    position: relative;
}
.course_comment_organize_div1{
    border:1px solid #e5e5e5;
    border-radius:4px;
    font-size:18px;
    color:#999;
    width:335px;
    padding:10px;
    box-sizing: border-box;
    position: relative;
    cursor: pointer;
}
.course_comment_organize_div1 input{
    cursor: pointer;
}
.course_comment_organize_icon1{
    position:absolute;
    top:0;
    bottom:0;
    right:10px;
    margin:auto;
}
.course_comment_organize_list{
    width:335px;
    position:absolute;
    top:46px;
    left:0;
    padding:0 15px;
    box-sizing: border-box;
    background-color:#fff;
    box-shadow:0 0 10px #e5e5e5;
    z-index:10;
    display:none;
}
.course_comment_organize_list li{
    border-bottom:1px solid #e5e5e5;
    font-size:16px;
    padding:10px 0;
    cursor: pointer;
}
.course_comment_organize_list li:last-child{
    border-bottom:0;
}
.my_shop_point_amount_num{
    color:#ff8a00;
    margin-top:2px;
}
.my_shop_point_amount_unit{
    color:#ff8a00;
}

.course_com_btn{
    text-align:right;
    margin-top:25px;
}
.course_com_submit{
    width:160px;
    padding:10px 0;
    background-color:#1076d5;
    color:#fff;
    text-align:center;
    font-size:20px;
    display:inline-block;
    border-radius:4px;
    border:1px solid #1076d5;
}
.course_com_submit:hover{
    background-color:transparent;
    color:#1076d5;
}
.myzx_wtms1 textarea{
    width:100%;
    padding:10px;
    box-sizing: border-box;
    height:150px;
}


.course_comment_item_no{
    text-align:center;
    font-size:18px;
    padding:40px;
    box-sizing: border-box;
}
.course_comment_item_no img{
    width:232px;
    height:202px;
}
.course_comment_item_no_p1{
    margin-top:15px;
}
.course_comment_item_no_p1 a{
    color:#1076d5;
}
.course_comment_item_no_p1 a:hover{
    opacity:0.8;
}
.course_comments_list{
    padding:25px 25px 1px;
    box-sizing: border-box;
    border-bottom:1px solid #e5e5e5;
}
.course_comments_list li{
    margin-bottom:25px;
}
.course_comments_list_p1{
    position: relative;
}
.course_comments_list_p1 i{
    width:40px;
    height:40px;
    display:inline-block;
    vertical-align:middle;
    border-radius:50%;
}
.course_comments_list_p1 i img{
    width:40px;
    height:40px;
    border-radius:50%;
}
.course_comments_list_p1 b{
    font-size:16px;
    color:#333;
    display:inline-block;
    vertical-align:middle;
    margin:0 5px;
}
.course_comments_list_p1 span{
    font-size:16px;
    color:#999;
    display:inline-block;
    vertical-align:middle;
    margin-top:4px;
}
.course_comments_list_amount{
    color:#ff8a00;
    position:absolute;
    right:0px;
    top:5px;
}
.course_comments_list_amount .my_shop_point_amount_num{
    margin:0 5px 0 8px;
    color:#ff8a00;
    margin-top:2px;
    font-size:20px;
}
.course_comments_list_amount .my_shop_point_amount_unit{
    margin-top:7px;
    color:#ff8a00;
}
.course_comments_list_txt{
    font-size:16px;
    margin-top:15px;
}
.course_comments_list_txt span{
    display:inline-block;
    padding:5px 5px;
    background-color:#e7f1fb;
    /*width:120px;*/
    color:#1076d5;
    text-align:center;
    margin-right:5px;
}
.course_comments_list_txt p{
    display: inline;
}

.course_comments_list_more{
    padding:28px;
    box-sizing: border-box;
    text-align:center;
    font-size:18px;
    color:#999;
    cursor: pointer;
}

.course_info_right a{
    padding-right:15px;
    border-right:1px solid #e5e5e5;
    margin-right:15px;
}
.course_info_right a:last-child{
    border-right: 0;
}