﻿@charset "utf-8";
/* CSS Document */

*{ margin:0; padding:0; border:0; font-family:"Microsoft YaHei"; font-size:12px;}
ul,li,ol,li,dt,dd{ list-style:none;}.
body{ position: relative;}

.c_999{ color: #999 !important; font-size: 12px; }

.page_tit{ text-align: center; font-size: 24px; margin-top: 40px; color: #666; }
.page_tit span{ color: #999; margin-left: 10px; color: #f90;}

.btn_bg{ display: inline-block; width: 26px; height: 26px; border:#ddd solid 1px; vertical-align: middle; margin-left: 5px; cursor: pointer;}
.canvas_bg1{ background:url(../images/canvas_bg.png); }
.canvas_bg2{ background:#000;}
.canvas_bg3{ background:#fff;}


.ruler_box{ position: relative; width: 600px; height: 20px; margin:0 auto; background:url(../images/ruler.png) repeat-x 0 bottom; opacity: 0.6; display: none;}
.ruler_box span{ font-size: 12px; position: absolute; left: 0; top: -4px; margin-left: -10px; }
.ruler_box span:nth-child(1){ margin-left: -2px; }
.ruler_box span:nth-child(2){ margin-left: -6px; }

.ruler_y_box{ position: absolute; left: 50%; top: 0px; width: 20px;  background:url(../images/ruler_y.png) repeat-y right 0; opacity: 0.6; display: none; }
.ruler_y_box span{ display: block; width: 30px; font-size: 12px; position: absolute; right:15px; top: 0; margin-top: -5px;word-wrap:break-word; white-space:pre-wrap; line-height: 10px; text-align: right;}




#canvas{ display: block; opacity: 0; margin:1px auto 0;}

.loading,.tip{ position: absolute; left: 0; top: 30%; width: 100%; height: 40px; line-height: 40px; text-align: center; font-size: 20px; display: none;}
.tip{ width: 450px; left: 50%; margin-left: -225px; display: block; height: 80px; line-height: 80px; font-size: 40px; color: #999;  -webkit-perspective: 300;}

.tip p{ width: 100%; height: 100%; line-height: 80px; font-size: 40px; position: absolute; left: 0; top: 0; -webkit-transform-style: preserve-3d;-webkit-backface-visibility: hidden; }
.tip p:nth-child(1){ -webkit-animation:textRun1 5s ease-out 0s normal none infinite; }
.tip p:nth-child(2){ -webkit-animation:textRun2 5s ease-out 0s normal none infinite;  }

@-webkit-keyframes textRun1{0%,30%,100%{ color: #999; -webkit-transform: rotateY(0deg); }50% { color: #f00; -webkit-transform: rotateY(-180deg);}70% { color: #f00; -webkit-transform: rotateY(-180deg);}90% { color: #999; -webkit-transform: rotateY(0deg);}}

@-webkit-keyframes textRun2{0%,30%,100%{ color: #999; -webkit-transform: rotateY(180deg); }50% { color: #f00; -webkit-transform: rotateY(0deg);}70% { color: #f00; -webkit-transform: rotateY(0deg);}90% { color: #999; -webkit-transform: rotateY(180deg);}}



.loading{ width: 200px; left: 50%; margin-left: -110px; padding: 20px 0; background-color: #fff; box-shadow: 0 0 10px #bbb; }

.main_all{ width: 800px; margin: 20px auto; border:#f60 solid 1px; padding: 10px 0; display: none;}
.set_list{ overflow: hidden; width: 100%; text-align: center;}
.set_list li{ display: inline-block; width: 30%; line-height: 26px; padding: 5px 0; text-align: center; position: relative; }
.input{ width: 50px; border:#ddd solid 1px; height: 20px; line-height: 20px; padding: 3px 10px; margin:0 5px; }
.set_btn{ width: 80px; height: 30px; line-height: 30px; background-color: #f80; text-align: center; color: #fff; cursor: pointer; margin:10px auto 0; font-size: 14px; }
.set_list li small{ font-size: 12px; color: #999; position: absolute; left: 86%; top:6px; width: 200px; text-align: left; }

.select{ border:#ddd solid 1px; width: 92px; height: 26px; line-height: 26px;}


.set_btn:hover,.btn_down:hover{ background-color: #f50; }

.css_code_box{ width: 800px; margin:10px auto 0; display: none;}

.btn_box{ width: 100%; height: 30px; text-align: center; position: relative; }
.btn_down{ display: inline-block; width: 100px; height: 30px; height: 30px; line-height: 30px; text-align: center; color: #fff; background-color: #f80; margin:0 auto; font-size: 14px; cursor: pointer; text-decoration: none;}
.btn_clear{ position: absolute; right: 0; top: 0; display: inline-block; border:#ddd solid 1px; height: 28px; line-height: 28px; width: 100px; text-align: center; color: #666; cursor: pointer; background-color: #f5f5f5;}
.btn_clear:hover{ background-color: #eee; color: #333; }


.css_code_box p{ font-size: 16px; line-height: 30px; color: #666; }
textarea{ border:#ddd solid 1px; width: 778px; height: 200px; padding: 10px;  }


.tip_alert{ width: 400px; line-height: 30px; padding:30px 20px; position: fixed; left: 50%; top: 50%; margin: -30px 0 0 -220px; text-align: center; font-size: 20px; color: #666; border:#F8A5A5 solid 1px; background-color: #FFF4F4; box-shadow:0 0 8px #F8A5A5; display: none; }



.footer{ margin-top: 250px !important;}





















