.color_wrapper {
    width: 1200px;
    height: 750px;
    border: #0f0 solid 0px;
    padding: 0px;
}

.color_wrapper .title {
    float: left;
    width: 100%;
    height: 100px;
    line-height: 100px;
    text-align: center;
    color: #666;
    font-size: 32px;
    font-weight: bold;
}

.color_wrapper_pc_detial {
    float: left;
    /*margin-top:-100px; */
    margin-left: 0px;
    width: 800px;
    height: 600px;
    border: #0f0 solid 0px;
    background-image: url('../images/3d_image_pc_detail.png');
    /*background-size: 800px 600px;*/
    background-size: 750px auto;
    background-repeat: no-repeat;
    background-position: center center;
}

.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; 
}

.color_wrapper_mobile_detail {
    float: left;
    width: 400px;
    height: 600px;
    border: #0f0 solid 0px;
    background-image: url('../images/3d_image_mobile_detail.png');
    /*background-size: 300px 600px;*/
    background-size: 300px auto;
    background-repeat: no-repeat;
    background-position: center center;
}

.online_demo_wrapper {
    width: 1200px;
    height: 400px;
    border: #0f0 solid 0px;
}

.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_demo_wrapper {
    width: 1200px;
    height: 700px;
    border: #0f0 solid 0px;
}

.video_demo_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;
}