.video_color_wrapper {
    /*float: left;*/
    width: 1200px;
    height: 500px;
    height: 500px;
    /*height: auto;*/
    border: #0f0 solid 0px;
    padding: 0px;
    overflow: hidden;
}

.video_color_wrapper .video_color_box {
    float: left;
    margin-left: 0px;
    width: 640px;
    height: 500px;
    border: #0f0 solid 0px;
}


.video_color_wrapper .text_box {
    float: left;
    width: 550px;
    height: 500px;
    border: #0f0 solid 0px;
}

.video_color_wrapper .text_box .title {
    border: #0f0 solid 0px;
    height: 50px;
    width: 100%;
    font-weight: bold;
    font-size: 32px;
    text-align: center;
    color: #0099A8;
    margin-top: 150px;
}

.video_color_wrapper .text_box .content {
    padding: 10px;
    font-size: 18px;
    text-align: center;
    line-height: 30px;
    color: #333;
}
.color_wrapper {
    /*float: left;*/
    /*margin: 0 auto;*/
    width: 1200px;
    height: 750px;
    /*height: auto;*/
    border: #0f0 solid 0px;
    padding: 0px;
}

.color_wrapper_pc_detial {
    float: left;
    /*margin-top:-100px; */
    margin-left: 0px;
    width: 800px;
    height: 600px;
    border: #0f0 solid 0px;
    background-image: url('../images/color_pc_detail.png');
    /*background-size: 800px 600px;*/
    background-size: 750px auto;
    background-repeat: no-repeat;
    background-position: center center;
}


.color_wrapper_mobile_detail {
    float: left;
    width: 400px;
    height: 600px;
    border: #0f0 solid 0px;
    background-image: url('../images/color_mobile_detail.png');
    /*background-size: 300px 600px;*/
    background-size: 300px auto;
    background-repeat: no-repeat;
    background-position: center center;
}


.color_wrapper .title {
    float: left;
    width: 100%;
    height: 100px;
    line-height: 100px;
    text-align: center;
    color: #666;
    font-size: 32px;
    font-weight: bold;
}
.demo_video_wrapper {
    width: 1200px;
    height: 550px;
}

.demo_video_wrapper .left {
    float: left;
    width: 850px;
    height: 500px;
    background-image: url("../images/icons8-youtube-500.png");
    background-repeat: no-repeat; 
    background-position: center center; 
    background-size:200px 200px;
    border: #ddd solid 1px; 
}

.demo_video_wrapper .right {
    float: right;
    width: 300px;
    height: 500px;
    background-image: url("../images/icons8-youtube-500.png");
    background-repeat: no-repeat; 
    background-position: center center; 
    background-size:200px 200px;
    border: #ddd solid 1px; 
}


.video_model_wrapper {
    width: 1200px;
    height: 550px;
}

.video_model_wrapper .left {
    float: left;
    width: 575px height:500px;
    background-image: url("../images/icons8-youtube-500.png");
    background-repeat: no-repeat; 
    background-position: center center; 
    background-size:200px 200px;
    border: #ddd solid 1px; 
}

.video_model_wrapper .right {
    float: right;
    width: 575px height:500px;
    background-image: url("../images/icons8-youtube-500.png");
    background-repeat: no-repeat; 
    background-position: center center; 
    background-size:200px 200px;
    border: #ddd solid 1px; 
}

.online_demo_wrapper{
    width: 1200px;
    height: 250px;
}

.online_demo_wrapper .title {
    float: left;
    width: 100%;
    height: 100px;
    line-height: 100px;
    text-align: center;
    color: #666;
    font-size: 32px;
    font-weight: bold;
}

.video_wrapper{
    width: 1200px;
    height: 700px;
}

.video_wrapper .title {
    float: left;
    width: 100%;
    height: 100px;
    line-height: 100px;
    text-align: center;
    color: #666;
    font-size: 32px;
    font-weight: bold;
}

.online_demo {
    width: 100%;
    height: auto;
}

.online_demo table {
    width: 100%;
    font-family: verdana, arial, sans-serif;
    font-size: 14px;
    color: #333333;
    border-width: 1px;
    border-color: #ccc;
    border-collapse: collapse;

}

.online_demo table th {
    background: #0099A8;
    border-width: 1px;
    padding: 8px;
    border-style: solid;
    border-color: #ccc;
    color: #fff;
}

.online_demo table td {
    background: #eee;
    border-width: 1px;
    padding: 8px;
    border-style: solid;
    border-color: #ccc;
}

.online_demo table td a {
    color: #0099A8;
    font-weight: bold;
}