﻿/*************************svideodetails.aspx start **************************/
.detailMain, .TouGaoMain {
    width: 1160px;
    padding: 40px 30px;
    font-size: 16px;
    margin: 0 auto;
}

.video_d_title {
    font-size: 22px;
    font-weight: bold;
}

.ul_disc, .ol_number {
    padding-left: 20px;
}

    .ul_disc > li {
        list-style-type: disc;
        line-height: 25px;
    }

.a_blue {
    color: #2B7CFF !important;
}

.ol_number > li {
    list-style-type: decimal;
    line-height: 25px;
    margin-top:5px;
}

.ol_zimu > li {
    list-style-type: lower-alpha;
    line-height: 25px;
}

.btnVerCodeApply {
    background: #F2F2F2 !important;
    border-color: #C9C9C9 !important;
    width: auto;
    position: absolute;
    right: 30px;
    bottom: 9px;
    height: 35px;
    line-height: 35px;
    border-radius: 5px;
}


.h1_apply_title{
    text-align:center;
    margin-bottom:30px;
    font-size:30px;
    padding-top:20px;
}
.YBM_title {
    font-size: 34px;
    text-align: center;
}
.YBMContent{
    font-size:18px;
}
.color_hua {
    color: #de7802;
}
/*************************svideodetails.aspx en **************************/
/*********移动版样式************/
@media(max-width:600px) {
    .detailMain, .TouGaoMain {
        width: 100%;
        padding: 20px 10px;
        font-size: 14px;
    }
    .h1_title{
        margin-top:20px;
    }
    .video_d_title{
        font-size:18px;
    }
    .YBM_title{
        font-size:24px;
    }
    .YBMContent {
        font-size: 16px;
    }
    .h1_apply_title {
        font-size: 20px;
        margin-bottom: 20px;
        padding-top:0px;
    }
    .biaodan, .YinYan, .applyJJ {
        font-size: 14px;
    }
}
