﻿@charset "utf-8";
/* 代码整理：懒人之家 www.lanrenzhijia.com */

.toolbar-item,.toolbar-layer{background:url(../../images/toolbar.png) no-repeat;}
.toolbar{position:fixed;right:0px;bottom:50px;}/*假设网页宽度为1200px，导航条在右侧悬浮*/
.toolbar-item{display:block;width:52px;height:52px;margin-top:1px;position:relative;-moz-transition:background-position 1s;-ms-transition:background-position 1s;-o-moz-transition:background-position 1s;-webkit-moz-transition:background-position 1s;transition:background-position 1s;}
.toolbar-item:hover .toolbar-layer{opacity:1;filter:alpha(opacity=100);transform:scale(1);-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);}
.toolbar-item-weixin{background-position:0 -798px;}
.toolbar-item-weixin:hover{background-position:0 -860px;}
.toolbar-item-weixin .toolbar-layer{height:212px;background-position:0 0; }
.toolbar-item-feedback{background-position:0 -426px;}
.toolbar-item-feedback:hover{background-position:0 -488px;}
.toolbar-item-app{background-position:0 -550px;}
.toolbar-item-app:hover{background-position:0 -612px;}
.toolbar-item-app .toolbar-layer{height:194px;background-position:0 -222px;}
.toolbar-item-top{background-position:0 -674px;}
.toolbar-item-top:hover{background-position:0 -736px;}
.toolbar-layer{position:absolute;right:51px;bottom:-10px;width:172px;opacity:0;filter:alpha(opacity=0);
transform-origin: 95% 95%;-moz-transform-origin: 95% 95%;-ms-transform-origin: 95% 95%;-o-transform-origin: 95% 95%;-webkit-transform-origin: 95% 95%;transform:scale(0.01);
-moz-transform:scale(0.01);-ms-transform:scale(0.01);-o-transform:scale(0.01);-webkit-transform:scale(0.01);transition:all 1s;-moz-transition:all 1s;-ms-transition:all 1s;-o-transition:all 1s;-webkit-transition:all 1s;}


.afirst {
    background-color: #D0D6D9;
    color: white;height:52px;line-height:52px;
    vertical-align:middle;text-align:center;
    font-size:12px;
    border:1px solid white;
    border-radius:6px;
}
    .afirst img {width:32px;height:32px; border:1px solid white; vertical-align:middle; border-radius:10px;
    }
    .afirst span {
        background:white;color:#FBBB3D; height:200px;
        border:1px solid #D0D6D9;
        border-radius:5px;
    }
.sptb_liuyan {
    border-style: none;
}
    .sptb_liuyan tr {
        margin-top: 10px;
    }
.sptb_liuyan td {
    border-style: none;
    background:#E2E6E7;
    font-size:12px;
    margin-top:10px;
    vertical-align:middle;
    height:38px;
    line-height:38px;
    border:0px solid gray;
    padding:5px;
    color:#FCA400;
}
.toobarlayerh2 {
    width: 80%;
    margin: 0px auto;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
    border: 1px solid white;
    background: #FCA400;
    color: white;
    border-radius: 5px;
    padding-right:3px;
    font-size:18px;
}

.sptb_liuyan td input,.sptb_liuyan td textarea {
    border:0px solid #E2E6E7;
    height:28px;
    line-height:28px;
    vertical-align:middle;
    border:1px solid white;
    border-radius:6px;
    margin:0px;
    padding:0px;
    padding-left:3px;
    width:95%;

}
.tool_ulli {
    list-style: none;
}
    .tool_ulli li {
        color:#FCA400;
        list-style: none;
        font-weight:bold;
    }

    .reg_btnload {
    width: 60px;
    height: 40px;
    background-color: #ff6060;
    cursor: pointer;
    border: 0;
    color: #fff;
    font-size: 16px;
    border-radius: 1px;
    font-family: 'Microsoft Yahei';
    border-radius: 1px;
    transition: background-color .3s;
}