﻿body {
}
/*注册登录*/
.zhuce{ height:auto; position:fixed; top:120px; left:230px; background-color:White; -moz-border-radius: 5px;      /* Gecko browsers */
    -webkit-border-radius: 5px;   /* Webkit browsers */
    border-radius:5px;            /* W3C syntax */
     z-index:100;}
.zorl{ width:100%; height:45px; border-bottom:1px solid #CCC;    margin-top: 10px;}
.zorl ul{ margin:0; padding:0;}
.zorl li{ float:left; margin-left:20px;padding: 3px 10px 3px 10px; list-style-type:none;border-top:1px solid #CCC;border-left:1px solid #CCC;border-right:1px solid #CCC;}
.dl{border-bottom: 1px solid white;}
.duiqi{ text-align:right; padding-right:10px; font-size:14px; color:#666;}
.tishi{ color:#CCC; font-size:12px;}
.textbox{
    width: 300px;
    height: 25px;
    font-size: 14px;
    line-height: 1.42857143;
    /*color: #CCC;*/
    color:#292626;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc; padding-left:10px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;}

.btnzc{display: inline-block;
    font-weight: 700;
    font-size: 16px;
    color: #fff;
    text-align: center;
    width: 300px;
    height: 38px;
    line-height: 32px;
    background: #0096e0;border: 0;
    outline: 0;border-radius: 4px; }