﻿/*定义一款本地字体corbelb，用于以下样式fontCorbelb*/
@font-face {
    font-family: 'corbelb';
    src: url('/fonts/corbelb.ttf') format('opentype');
}
/*引用corbelb字体*/
.fontCorbelb {
    color: #0052d9;
    font: bold 48px 'corbelb';
}

/*产品页BANNER*/
#prBanner {
    background: #fff no-repeat top center;
    background-size: auto 100%;
    overflow: hidden;
}

/*产品页底部BTN*/
#prBtmBtn {
    clear: both;
    padding: 30px 20px;
    overflow: hidden;
}

/*蓝底白字，大字号*/
.btnBlue {
    border-radius: 25px;
    width: 198px;
    height: 50px;
    line-height: 50px;
    background-color: #0052d9;
    font-size: 20px;
    color: #fff;
    text-align: center;
}

    .btnBlue a {
        display: block;
        color: #fff;
        text-decoration: none;
    }

        .btnBlue a:hover {
            color: #fff;
            text-decoration: none;
        }

/*蓝底白字，小字号*/
.btnBlueSmall {
    border-radius: 25px;
    width: 198px;
    height: 50px;
    line-height: 50px;
    background-color: #0052d9;
    font-size: 16px;
    color: #fff;
    text-align: center;
}

    .btnBlueSmall a {
        display: block;
        color: #fff;
        text-decoration: none;
    }

        .btnBlueSmall a:hover {
            color: #fff;
            text-decoration: none;
        }

/*蓝框蓝字，小字号*/
.btnBlueBorderSmall {
    border-radius: 25px;
    width: 198px;
    height: 48px;
    line-height: 48px;
    border: 1px solid #0052d9;
    font-size: 16px;
    color: #0052d9;
    text-align: center;
}

    .btnBlueBorderSmall a {
        display: block;
        color: #0052d9;
        text-decoration: none;
    }

        .btnBlueBorderSmall a:hover {
            color: #0052d9;
            text-decoration: none;
        }

/*白框白字*/
.btnWhiteBorder {
    border-radius: 25px;
    width: 198px;
    height: 46px;
    line-height: 46px;
    border: 2px solid #fff; /*#eee*/
    background-color: #fff;
    font-size: 20px;
    color: #333;
    text-align: center;
}

    .btnWhiteBorder a {
        display: block;
        color: #333;
        text-decoration: none;
    }

        .btnWhiteBorder a:hover {
            color: #333;
            text-decoration: none;
        }

/*白框白字，小字号*/
.btnWhiteBorderSmall {
    border-radius: 25px;
    width: 198px;
    height: 48px;
    line-height: 48px;
    border: 1px solid #fff; /*#eee*/
    background-color: #fff;
    font-size: 16px;
    color: #333;
    text-align: center;
}

    .btnWhiteBorderSmall a {
        display: block;
        color: #333;
        text-decoration: none;
    }

        .btnWhiteBorderSmall a:hover {
            color: #333;
            text-decoration: none;
        }

/*video*/
#videoMain {
    margin:0px;
    padding:0px;
    text-align:center;
}

#video {
    max-width: 1920px;
    max-height: 1080px;
    margin:0px auto;
}

#readmeLiTitle {
    font-size: 24px;
    font-weight: bold;
    border-bottom: 1px solid #f0f0f0;
    height: 39px;
    line-height: 39px;
    margin: 10px;
}

#readme {
    width: 100%;
}

    #readme li {
        text-align: left;
        list-style: none;
        font-size: 20px;
        margin: 10px;
        background: url('/Content/imgs/ico_arrowRight_gray.png?v=100') no-repeat right center;
        background-size: 16px 16px;
    }