@charset "UTF-8";
body,button,input,select,textarea{font:12px/1.5 Tahoma,Helvetica,"Microsoft YaHei",Arial,sans-serif;}
body,h1,h2,h3,h4,h5,h6,dl,dt,dd,ul,ol,li,th,td,p,blockquote,pre,form,fieldset,legend,input,button,select,textarea,article,aside,footer,header,hgroup,nav,section,menu{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
li{list-style:none;}
fieldset,img{border:0;vertical-align:middle;}
input,textarea{outline-style:none;}
textarea{resize:none;}
article,aside,footer,header,hgroup,nav,section,menu{display:block;}
address,caption,cite,code,dfn,em,i,th,var{font-style:normal;font-weight:400;}
a{text-decoration:none;outline:none;}
a:hover{text-decoration:underline;}
button:focus{outline:none;}
.clearfix:after{content:"";display:block;height:0;clear:both;visibility:hidden;}
.clearfix{zoom:1;}

html,body{height:100%;}
.f_wrap{height:100%;}
.f_menu{width:160px;position:fixed;top:0;left:0;height:100%;background:rgba(0,0,0,.8);}
.f_content{margin-left:160px;background:#f9f9f9;height:100%;}
.f_wrap a:hover{text-decoration:none;}

.logo{font-size:250%;font-family:STHeiTi,'Levenim MT';line-height:1.6;text-align:center;color:#fff;font-weight:400;-webkit-font-smoothing:antialiased;margin-top:10px;}
.logo sup{text-shadow:1px 1px 1px rgba(0,0,0,.6);padding:0 4px;height:8px;display:inline-block;border-radius:7px;background:rgba(252,55,104,1);}
.class-ls{font-family:STHeiTi,'Levenim MT';border-top:1px solid rgba(255,255,255,.45);margin:12px 8px;padding:8px 0;}
.class-ls a{font-size:20px;color:rgba(255,255,255,.9);line-height:2;display:block;}
.class-ls a:hover{color:rgba(255,255,255,1);}
.class-ls li{border-bottom:1px solid rgba(0,0,0,0);padding:0 10px;}
.class-ls li:hover,
.class-ls li.cur{border-bottom:1px solid rgba(55,125,200,1);}

.w_btn_a{color:#FFF;line-height:1.5;display:inline-block;background:#1f8dd6;font-size:14px;padding:6px 12px;border-radius:2px;
/*border:1px solid #b5b5b7;border-top-color:#1992da;border-left-color:#0c75bb;border-right-color:#0c75bb;border-bottom-color:#00589c;-webkit-box-shadow:inset 0 1px 1px 0 #6fc5f5;-moz-box-shadow:inset 0 1px 1px 0 #6fc5f5;box-shadow: inset 0 1px 1px 0 #6fc5f5;background:#117ed2;background:-webkit-gradient(linear,left top,left bottom,from(#37aaea),to(#117ed2));background:-moz-linear-gradient(top,#37aaea,#117ed2);background-image:linear-gradient(to bottom,#37aaea 0,#117ed2 100%);*/}

@font-face{font-family: 'carp'; src: url('../fonts/carp.eot'); src:url('../fonts/carp.woff') format('woff'), url('../fonts/carp.eot?#iefix') format('embedded-opentype'), url('../fonts/carp.ttf') format('truetype');  font-weight: normal; font-style: normal;}
.ico { font-family: 'carp'; display: inline-block; vertical-align:middle;line-height: 1; margin-right:5px; -webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;}
.ico1:before{content:"\f0e0";}
.ico2{ color:#CCC; font-size:18px; vertical-align:middle;}
.ico3:before {content: "\f061";}
.in_add .ico2{ color:rgba(31,141,214,.5);}

.section{margin:0 32px;padding-top:36px;}
.section h2{font-family:STHeiTi,'Levenim MT';color:#1f8dd6;font-size:24px;padding:15px 0;border-bottom:1px solid #1f8dd6;text-align:center;}
.section h3{color:#FFF;font-weight:400;font-size:15px;margin:20px 0 25px;background:#1f8dd6;padding:2px 5px;display:inline-block;border-radius:2px;letter-spacing:1px;/*border-left:4px solid rgba(252,55,104,1);*/}
.section h4{color:#555;font-weight:400;margin:12px;font-size:16px;}
.section h5{color:#666;font-weight:500;padding-left:10px;font-size:15px;border-left:2px solid #1f8dd6;margin:25px 0 5px;}
.section h5 a{color:#333;}
.section h5+mark{margin-left:12px}
.section .content{padding:12px 12px 25px;border-bottom:1px solid #efefef;}
.section .content:last-child{border-bottom:none;}
.section .content .p{color:#777;padding:5px 15px;font-size:15px;}
.section .index{border:1px solid #eee;background:#f3f3f3;border-radius:5px;font-size:15px;}
.section .link{margin-right:5px;color:#1f8dd6;}
.ul_list{border-left:3px solid #1f8dd6;padding:0px 15px;margin:10px 0;font-size:16px;}
.ul_list li{margin-bottom:10px;}
.ul_list a{color:#333;}
.strg{color:#333;font-weight:400;padding:0 4px;}
.code{font-family:Consolas;border:1px solid #eee;padding:10px 14px;line-height:1.6;white-space:pre-wrap;word-wrap:break-word;color:#444;background:#f3f3f3;margin:20px 0 25px;font-size:14px;}
.code a{color:#1f8dd6;}
.code mark{font-size:12px;}
mark{color:#aaa;background:rgba(0,0,0,0);font-size:13px;}
mark a{margin-right:5px;color:#aaa;}
.code code{font-family:consolas;}
.code_fold{height:35px;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;cursor:s-resize;}
.code_scroll{max-height:120px;overflow-y:auto;}
.code_scroll::-webkit-scrollbar{width:0;}
.code_up{-webkit-line-clamp:inherit;height:auto; cursor:n-resize;}
.example{margin:15px 0;padding:5px 0;}
mark .val_sty,.val_sty{color:#54B6F7;}
.attrbt_sty{color:#777;}
.mackup_sty{color:#FC3768;}
.mod_sty{color:#1f8dd6;}

#iframe{width:100%;height:100%;border:none;}
iframe::-webkit-scrollbar{width:0}
