body, html {
    width:100%;
    height: 100%;
    font-size: 14px;
    /* overflow-x: hidden */
}
* {
    margin: 0;
    padding: 0
}   
li {
    list-style: none;
}
td {
    word-break: break-all;
}
.vip-cover {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,.8);
    z-index: 99999;
}
.vip-box {
    width: 410px;
    padding-bottom: 45px;
    background-color: #fff;
    border-radius: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 9999;
}
.vip-box .closevip {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 20px;
    height: 20px;
    cursor: pointer;
    z-index: 99;
}
.vip-header {
    background-color: #EEE8AA;
    height: 96px;
    text-align: center;
    border-radius: 100% / 0 0 60% 60%; 
    /* /前面表示水平半径，后面表示垂直半径，以中心为原点，共有4对水平/垂直半径（总八个属性值）
        上面写法相当于100% 100% 100% 100% / 0 0 60% 60%
    */
    padding-top: 18px;
    position: relative;
}
.vip-header img {
    width: 38px;
    margin-bottom: -8px;
}
.vip-title {
    font-size: 24px;
    color: #333;
    height: 48px;
    line-height: 48px;
    position: relative;
}
.vip-title:before {
    content: "VIP";
    font-weight: 700;
    font-size: 64px;
    position: absolute;
    z-index: 1;
    color: rgba(212,185,135,.2);
    text-indent: -8px;
}
.vip-title span {
    position: relative;
    z-index: 2;
}
.vip-body {
    margin-top: 30px;
    margin-bottom: 35px;
    text-align: center;
}
.vip-body h5 {
    font-size: 16px;
    color: #333;
}
.vip-body p {
    color: #333;
    font-size: 14px;
    margin-top: 20px;
}
.vip-footer {
    text-align: center;
}
.vip-footer a {
    display: inline-block;
    width: 155px;
    height: 40px;
    background: linear-gradient(0deg,#d4b886,#eedeba);
    border-radius: 20px;
    font-size: 16px;
    color: #604418;
    line-height: 40px;
    text-decoration: none;
}
.top {
    width: 100%;
    height: 75px;
    box-shadow: 0 1px 6px 0 hsla(0,0%,60.8%,.5);
    background-color: #fff;
}
.top .nav {
    width: 90%;
    margin: 0 auto;
    position: relative;
}
.top .img-responsive {
    margin: 21px;
}
.catalog {
    display: inline-block;
    color: #525252;
}
.catalog li {
    float: left;
    height: 75px;
    line-height: 75px;
    font-size: 16px;
    margin: 0 15px;
    position: relative;
    cursor: pointer;
}
.catalog li span {
    display: block;
    height: 72px;
    position: relative;
}
.catalog li .project_nav, .catalog li .company_nav {
    width: 150px;
    position: absolute;
    left: 0;
    top: 75px;
    z-index: 99;
    background: #fff;
    color: #525252;
    font-size: 14px;
    box-shadow: 0 1px 9px 0 rgb(62 158 206 / 30%);
}
.catalog li .company_nav {
    width: 120px;
}
.catalog li .project_nav p, .catalog li .company_nav p {
    margin-left: 20px;
    line-height: 40px;
    cursor: pointer;
    position: relative;
}
.catalog li .project_nav p:hover, .catalog li .company_nav p:hover {
    color: #3e9ece;
}
.catalog li .project_nav p img, .catalog li .company_nav p img {
    position: absolute;
    width: 39px;
    height: 30px;
    right: 5px;
    top: 5px;
}
.catalog li:after {
    content:"";
    position:absolute;
    bottom:0;
    left:50%;
    width:0;
    height:3px;
    background:#3e9ece;
}
.catalog li:hover:after {
    left:0;
    -webkit-transition:all 1s;
    transition:all 1s;
    width:100%;
}
.catalog li:hover {
    color: #3e9ece;
}
.catalog li img {
    position: absolute;
    width: 39px;
    height: 30px;
    right: -18px;
    top: 8px;
    z-index: 0;
}
.catalog li a {
    color: #525252;
    text-decoration: none;
}
.catalog li.selected {
    color: #3e9ece;
    font-weight: bold;
}
.catalog li.selected span {
    border-bottom: 3px solid #3e9ece;
}
.userbox {
    position: absolute;
    height: 75px;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: 14px;
}
.userbox img {
    width: 40px;
    height: 40px;
}
.userbox .userDetail {
    display: none;
    position: absolute; 
    z-index: 10;
    top: 75px;
    left: 0;
    width: 150px;
    background: #fff;
    box-shadow: 1px 1px 6px 0 hsla(0,0%,60.8%,.5);
}
.userbox .userDetail a {
    display: block;
    width: 100%;
    height: 36px;
    line-height: 36px;
    text-align: center;
    cursor: pointer;
    color: #525252;
    text-decoration: none;
}
.userbox .userDetail a:hover {
    background: #3e9ece;
    color: #fff
}
.slidetounlock{
    font-size: 12px;
    background:-webkit-gradient(linear,left top,right top,color-stop(0,#4d4d4d),color-stop(.4,#4d4d4d),color-stop(.5,#fff),color-stop(.6,#4d4d4d),color-stop(1,#4d4d4d));
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
    -webkit-animation:slidetounlock 3s infinite;
    -webkit-text-size-adjust:none
}
#s_limit {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    z-index: 1000000;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(255,255,255,.8);
}
#drag{
    position: relative;
    background-color: #e8e8e8;
    width: 300px;
    height: 34px;
    line-height: 34px;
    text-align: center;
}
#drag .handler{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 40px;
    height: 32px;
    border: 1px solid #ccc;
    cursor: move;
}
.handler_bg{
    background: #fff url("../img/slider.png") no-repeat center;
}
.handler_ok_bg{
    background: #fff url("../img/complet.png") no-repeat center;
}
#drag .drag_bg{
    background-color: #3e9ece;
    height: 34px;
    width: 0px;
}
#drag .drag_text{
    position: absolute;
    top: 0px;
    width: 300px;
    color:#9c9c9c;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    -o-user-select:none;
    -ms-user-select:none;
    font-size: 12px;  
}