﻿@charset "utf-8";
/*********公用样式  Start********/
body,button,input,select,textarea,a{color:#333;font:14px/1.5 "Microsoft yahei",Tahoma,Helvetica,Arial,\5b8b\4f53;text-decoration: none;}
ul,li{ list-style:none;}
*{margin:0px;padding: 0px;}
.wrap_c{width:1200px;margin: 0 auto;}
textarea{
    width: 100%;
    height: 100%;
    padding:10px;
    margin: 0px;
    text-align: left;
    overflow: hidden;
    vertical-align: top;
    border: 1px dashed #F00;
}
.fr{float: right;}
.fl{float: left;}

/*********公用样式  End********/
.header{
    width:100%;
    min-height: 130px;
    height: auto !important;
    height: 130px;
    background: #3E3E3E;
    overflow: hidden;
    padding-bottom: 30px;
}
.logo{
     color: #fff;
    font-size: 40px;
    text-align: center;
    line-height: 90px;
    height: 90px;
    width:100%;
}
.nav{
    width:100%;
    padding-top:10px;
}
.nav ul{
    margin: 0 auto;
    display: table;
}
.nav li{
    float: left;
    min-width:80px;
    padding:0px 8px;
    text-align: center;
    background: #545454;
    border-radius: 15px;
    height: 32px;
    line-height: 32px;
    margin-right: 10px;
    transition: all 0.8s;
}
.nav li:hover{
    background: #ccc;
    transform:rotate(360deg);
}
.nav li:hover a{
    color: red;
    transform:rotate(0deg);
}
.nav li a{
    color: #fff;
    font-size: 16px;
}
/* 02页面样式  网址收藏  */
.websiteMark h2{
    line-height: 60px;
    font-size: 30px;
}
.aspmark,.phpmark,.qianduanmake,.designmake{
    padding:30px 0px;
}

/*03页面样式  */
.php_learn {
    width: 100%;
    background: #EFEFEF;
    padding-bottom:15px;
    min-height: 800px;
}
.php_learn h2{
    font-size:30px;
    line-height: 60px;
    text-shadow: 3px 3px 3px #BBB;
}
.php_learn h2 span{
    padding-right: 10px;
    color: red;
    text-transform: capitalize;/*首字母大写*/
}
.php_learn p{
    line-height: 24px;
}
footer{
    padding:25px 0px;
    text-align: center;
    background: #3E3E3E;
    color: #fff;
}

/***   返回顶部样式  **/
.Scrollbutton{
    width:50px;
    height: auto;
    position: fixed;
    bottom: 200px;
    right: 10px;
    background: red;
}
#scrollbuttonTop,#scrollbuttonDown{
    display: block;
    line-height: 40px;
    cursor: pointer;
}
#scrollbuttonTop{
    border-bottom: 1px dashed #AF8000;
}
#scrollbuttonDown{
    border-top: 1px dashed #AF0000;
}

/** 引导导航  **/
.menu{
    width:auto;
    min-height: 80px;
    height: auto !important;
    height: 80px;
    background: #5A5A5A;
    position: fixed;
    right: 10px;
    top: 140px;
    padding:20px;
    text-align: left;
}
.menu li{
    text-align: left;
    line-height: 28px;
    color: #fff;
    font-size: 16px;
}
.menu li span{
    padding-right: 12px;
}

.menu li a{
    color: #fff;
}
/*************  记录表页面样式  Start ****************/
#jilu{}/*主class*/

/*************  记录表页面样式  End ****************/
/*************  颜色搭配表页面样式  Start ****************/
#colorTable{}/*主class*/
#colorTable .php_learn h2{
    text-shadow:initial;
}
/*************  颜色搭配表页面样式  End ****************/
/*************  实验室页面样式  Start ****************/
#caseSys{}/*主class*/
/*************  实验室页面样式  End ****************/

