
/*window*/


/* input */
.ipt {
    border: 1px solid #52baef;
    border-radius: 2px;
    box-shadow: inset 0 1px 0 #f8f8f8;
    background-color: #fff;
    padding: 4px 6px;
    height: 21px;
    line-height: 21px;
    color: #555;
    width: 180px;
    vertical-align: baseline;
}
.ipt_2 {
    border: 1px solid #52baef;
    border-radius: 2px;
    box-shadow: inset 0 1px 0 #f8f8f8;
    background-color: #fff;
    padding: 4px 6px;
    height: 21px;
    line-height: 21px;
    color: #555;
    width: 72px;
    vertical-align: baseline;
}
.ipt-mini {
    width: 140px;
    padding: 1px 3px;
}
.ipt:focus {
    border-color: #95C8F1;
    box-shadow: 0 0 4px #95C8F1;
}
/* btn */
.btn {
    position: relative;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    font-weight: bold;
    height: 27px;
    line-height: 27px;
    min-width: 52px;
    padding: 0 12px;
    text-align: center;
    text-decoration: none;
    border-radius: 2px;
    border: 1px solid #8dc74e;
    color: #FFF;
    background-color: #8dc74e;
    background: -webkit-linear-gradient(top, #8dc74e, #8dc74e);
    background: -moz-linear-gradient(top, #8dc74e, #8dc74e);
    background: linear-gradient(top, #8dc74e, #8dc74e);
}
input.btn {
    height: 30px;
}
.btn:hover {
    color:#333;
    background-color:#8dc74e;
    background:-webkit-linear-gradient(top, #8dc74e, #8dc74e);
    background:-moz-linear-gradient(top, #8dc74e, #8dc74e);
    background:linear-gradient(top, #8dc74e, #8dc74e);
    box-shadow:#ddd 0 1px 1px 0;
    border-top-color: #FFF;
    border-right-color: #FFF;
    border-bottom-color: #FFF;
    border-left-color: #FFF;
}
.btn:active, .btn.btn-active {
    box-shadow:#ddd 0 1px 2px 0 inset;
    border-color:#c6c6c6;
}
.btn:focus {
    border-color:#4d90fe;
    outline:none
}


.btn-primary {
    color: #F3F7FC;
    background-color: #52baef;
    background: -webkit-linear-gradient(top, #52baef, #52baef);
    background: -moz-linear-gradient(top, #52baef, #52baef);
    background: linear-gradient(top, #52baef, #52baef);
    border-top-color: #52baef;
    border-right-color: #52baef;
    border-bottom-color: #52baef;
    border-left-color: #52baef;
}
.btn-primary:hover {
    border-color:#4D90FE;
    color:#fff;
    background-color: rgba(77, 144, 254, 1);
    background: -webkit-linear-gradient(top, #4D90FE, #4D90FE);
    background: -moz-linear-gradient(top, #4D90FE, #4D90FE);
    background: linear-gradient(top, #4D90FE, #4D90FE);
}
.btn-primary:active, .btn-primary.btn-active {
    box-shadow:#2176D3 0 1px 2px 0 inset;
    border-color: #3079ED;
}
.btn-primary:focus {
    border-color:#4d90fe;
    outline:none
}
/* �������?����֮�� www.lanrenzhijia.com */
.theme-buy {
    margin-top:10%;
    text-align: center;
}
.theme-gobuy, .theme-signin {
    font-size: 15px;
}
.theme-price {
    position: relative;
    bottom: -6px;
    font-family: microsoft yahei, Arial, Helvetica, sans-serif;
    margin-right: 20px;
    font-weight: bold;
    color: #f60;
    line-height: 32px;
    font-size: 24px;
    display: inline-block;
}
.theme-price dfn {
    font-style: normal;
    font-size: 18px;
    margin-right: 2px;
}
.theme-desc {
    padding: 30px;
}
.theme-version {
    padding: 30px;
}
.theme-popover-mask {
    z-index: 9998;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    opacity:0.4;
    filter:alpha(opacity=40);
    display:none;
    background-color: #0F5E97;
    background-image: url(../images/index_bj_22_1.gif);
    background-repeat: repeat;
}
.theme-popover {
    z-index:9999;
    position:fixed;
    top:50%;
    left:50%;
    width:660px;
    height:440px;
    margin:-180px 0 0 -330px;
    border-radius:5px;
    border:solid 2px #52baef;
    background-color:#E2EEFE;
    display:none;
    box-shadow: 0 0 10px #2b6cb3;
    background-image: url(../images/bj_2.png);
    background-repeat: no-repeat;
    background-position: center bottom;
}
.theme-poptit {
    border-bottom:3px solid #52baef;
    padding:12px;
    position: relative;
}
.theme-popbod {
    padding:60px 15px;
    color:#444;
    height: 148px;
}
.theme-popbom {
    padding:15px;
    background-color:#f6f6f6;
    border-top:1px solid #ddd;
    border-radius:0 0 5px 5px;
    color:#666
}
.theme-popbom a {
    margin-left:8px
}
.theme-poptit .close {
    float:right;
    color:#999;
    padding:5px;
    margin:-2px -5px -5px;
    font:bold 14px/14px simsun;
    text-shadow:0 1px 0 #ddd
}
.theme-poptit .close:hover {
    color:#C00;
}
.btn.theme-reg {
    position: absolute;
    top: 8px;
    left: 43%;
    display: none
}
.inp-gray, .feed-mail-inp {
    border:1px solid #ccc;
    background-color:#fdfdfd;
    width:220px;
    height:16px;
    padding:4px;
    color:#444;
    margin-right:6px
}
.dform {
    padding:80px 60px 40px;
    text-align: center;
}
.dform .ipt_error {
    background-color:#FFFFCC;
    border-color:#FFCC66
}
.dform-tip {
    display:none;
    background-color:#080;
    color:#fff;
    line-height:42px;
    margin-top:10px;
    font-size: 14px;
}
.dform-tip-errer {
    background-color: #CF301A;
}
.dform-tip a {
    display: inline-block;
    padding: 0 20px;
    margin-left:10px;
    background-color: #FFE924;
    color: #CF301A;
}
.dform-login {
    padding:0;
    height: 270px;
    overflow: hidden;
}
.dform-login iframe {
    height: 470px;
    margin-top: -180px;
}
.theme-signin {
    margin: -50px -20px -50px 90px;
    text-align:left;
    font-size: 14px;
}
.theme-signin h4 {
    color:#C00;
    font-weight:100;
    margin-bottom: 20px;
    font-size: 12px;
}
.theme-signin dd {
    padding-left: 80px;
    margin-bottom: 15px;
    list-style-type: none;
    clear: both;
}
.theme-signin dd strong {
    float: left;
    margin-left: -80px;
    width: 100px;
    text-align: right;
    line-height: 32px;
}
.theme-signin .btn {
}
.an {
    padding-right: 20px;
    padding-left: 20px;
}
.theme-signin p {
    font-size: 12px;
    color: #999;
}
.theme-desc, .theme-version {
    padding-top: 0
}

.theme-poptit h3 {
    font-family: "宋体";
    font-size: 20px;
    color: #33ABEC;
}
.theme-poptit h3 span {
    font-size: 14px;
    color: #51BBEF;
}

.ywz_zhuce_kuangzi{ float:left; width:226px; height:25px; color:#171717;}

.ywz_zhuce_xiaoxiaobao{ float:left; width:226px; }
.ywz_zhuce_hongxian{ float:left; background:#ff3300; width:59px; height:4px; margin-top:5px; margin-left:5px; _margin-top:0px;_height:2px; font-size:0px;}
.ywz_zhuce_hongxian2{ float:left; background: #099; width:59px; height:4px; margin-top:5px; margin-left:5px; _margin-top:0px;_height:2px; font-size:0px;}
.ywz_zhuce_hongxian3{ float:left; background: #060; width:59px; height:4px; margin-top:5px; margin-left:5px; _margin-top:0px;_height:2px; font-size:0px;}
.ywz_zhuce_huixian{ float:left; background:#d6d3d3; width:59px; height:4px; margin-top:5px; _margin-top:0px; margin-left:5px; _height:2px;font-size:0px;}
.ywz_zhuce_hongxianwenzi{ float:left; width:62px; margin-left:5px; text-align:center; color:#b0adad; font-size:12px; }




.theme-popover-mask2 {
    z-index: 9998;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    opacity:0.4;
    filter:alpha(opacity=40);
    display:none;
    background-color: #0F5E97;
    background-image: url(../images/index_bj_22_1.gif);
    background-repeat: repeat;
}
.theme-popover2 {
    z-index:9999;
    position:fixed;
    top:50%;
    left:50%;
    width:660px;
    height:250px;
    margin:-180px 0 0 -330px;
    border-radius:5px;
    border:solid 2px #52baef;
    background-color:#E2EEFE;
    display:none;
    box-shadow: 0 0 10px #2b6cb3;
    background-image: url(../images/bj_2.png);
    background-repeat: no-repeat;
    background-position: center bottom;
}


/*登录弹窗*/
.theme-popover-mask-login {
    z-index: 9998;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    opacity:0.4;
    filter:alpha(opacity=40);
    display:none;
    background-color: #0F5E97;
    background-image: url(../images/index_bj_22_1.gif);
    background-repeat: repeat;
}
.theme-popover-login {
    z-index:9999;
    position:fixed;
    top:50%;
    left:50%;
    width:660px;
    height:360px;
    margin:-180px 0 0 -330px;
    border-radius:5px;
    border:solid 2px #52baef;
    background-color:#E2EEFE;
    display:none;
    box-shadow: 0 0 10px #2b6cb3;
    background-image: url(../images/bj_2.png);
    background-repeat: no-repeat;
    background-position: center bottom;
}
.theme-poptit-login {
    border-bottom:3px solid #52baef;
    padding:12px;
    position: relative;
}
.theme-poptit-login .close {
    float:right;
    color:#999;
    padding:5px;
    margin:-2px -5px -5px;
    font:bold 14px/14px simsun;
    text-shadow:0 1px 0 #ddd
}
.theme-poptit-login .close:hover {
    color:#C00;
}
.theme-poptit-login h3 {
    font-family: "宋体";
    font-size: 20px;
    color: #33ABEC;
}
.theme-poptit-login h3 span {
    font-size: 14px;
    color: #51BBEF;
}
