﻿@charset "utf-8";
/* CSS Document */

/*登录*/
.logo_box {
    width: 280px;
    height: 490px;
    padding-top: 102px;
    color: #EEE;
    position: absolute;
    left: 50%;
    top: 100px;
    margin-left: -175px;
}
.login_logo{
    width:141px;
    height:100px;
    margin:0 auto;
    cursor:pointer;
    background: url(/contents/images/icon/login_icon.png) no-repeat;
}

.input_outer {
    height: 46px;
    padding: 0 5px;
    margin-bottom: 20px;
    border-radius: 50px;
    position: relative;
    background-color: rgba(0, 0, 0, 0.55);
}
.u_user {
    width: 25px;
    height: 25px;
    position: absolute;
    margin: 12px 13px;
    background: url(/contents/images/icon/login_icon.png);
}
.u_user.u_name{
    background-position: 84px -100px;
}
.u_user.u_pwd{
    background-position:84px -134px;
}
.text {
    width: 220px;
    height: 46px;
    outline: none;
    display: inline-block;
    font: 14px "microsoft yahei",Helvetica,Tahoma,Arial,"Microsoft jhengHei";
    margin-left: 50px;
    border: none;
    background: none;
    line-height: 46px;
}
.submit {
    padding: 12px;
    margin-top: 20px;
    display: block;
}
.act-but {
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 20px;
    border-radius: 50px;
    background: #fe7800;
}
.mb20 a {
    text-decoration: none;
    outline: none;
}

/*注册*/
#subNavWrap {
    text-align: center;
    padding: 100px 0;
}
.form-item {
    margin-bottom: 20px;
    clear: both;
}
.form-label {
    font-size:17px;
    padding: 9px 15px;
    width: 80px;
    font-weight: 400;
    text-align: right;
}
.form-label span{
   color:#fe7800;
   font-size:17px;
   margin-right:10px;
}
input.input{
    height: 38px;
    line-height: 38px;
    outline:none;
    padding-left: 10px;
    border: 0 solid #e6e6e6;
    border-radius: 2px;
    background-color: rgba(0, 0, 0, 0.06);
}
input.input{
    width:280px;
}
.input:focus{
        border: 0;
}
.sub-btn{
    display: inline-block;
    outline: 0;
    height: 42px;
    line-height: 42px;
    padding: 0 18px;
    color: #fff;
    white-space: nowrap;
    text-align: center;
    border: none;
    cursor: pointer;
    opacity: .9;
    border-radius: 50px;
    background-color: #fe7800;
}
.code{
    height:42px !important;
    color:#fff;
    background-color: #fe7800;
}

/*VIP充值*/
.topTitle {
    padding-top: 20px;
    font-size: 14px;
    color: #333;
}
.vip_pay-way {
    margin-top: 20px;
    margin-left: -33px;
}
.vip_pay-way li {
    float: left;
    width: 220px;
    height: 120px;
    padding-left: 33px;
}
.vip_pay-way a {
    position: relative;
    display: block;
    width: 216px;
    height: 118px;
    padding: 1px;
    border: 1px solid #b8b8b8;
}
.vip_pay-way a:hover, .vip_pay-way li.selected a:hover, .vip_pay-way li.selected a {
    padding: 0;
    border: 2px solid #fe7800;
}
.vp_way-txtLine1 {
    padding-top: 45px;
    height: 24px;
    line-height: 24px;
    font-size: 18px;
    color: #333;
}
.vip_pay-way p {
    text-align: center;
}
.vp_way-txtLine1 strong {
    font-size: 24px;
    color: #ff6e1e;
}
.vip_pay-body {
    margin-top: 20px;
    border: 1px solid #b8b8b8;
}
.vp_tab {
    border-bottom: 1px solid #b8b8b8;
    height: 45px;
}
.vp_tab ul {
    margin-left: -1px;
}
.vp_tab li {
    position: relative;
    z-index: 50;
    float: left;
    font-size: 16px;
    line-height: 45px;
    border-right: 1px solid #fff;
}
.vp_tab li.selected {
    border-left: 1px solid #b8b8b8;
    border-right: 1px solid #b8b8b8;
    background: #f6f6f6;
}
.vp_tab a {
    display: inline-block;
    padding: 0 19px;
    height: 45px;
    color:#000;
    line-height: 45px;
    position: relative;
}
.vp_tab li.selected a {
    z-index: 500;
    color: #fe7800;
    top: 0;
    border-bottom: 1px solid #fafafa;
}
.vp_con {
    background: #f6f6f6;
    padding: 30px;
}
.total-money {
    border: 1px dashed #ddd;
    padding: 3px 0 10px;
    text-align: center;
    font-size: 14px;
    background: #fff;
    color: #333;
    margin: 20px 0 15px;
}
.total-money strong {
    font-size: 22px;
    color: #ff6e1e;
}
.vip-discount {
    font-size: 14px;
    margin-left: 20px;
}
.vp_ewmBox {
    position: relative;
    margin: 0 auto;
    width: 110px;
    height: 110px;
    padding: 7px;
    border: 1px solid #ccc;
}
.saoma-text {
    color: #333;
    margin-top: 7px;
    text-align: center;
}