.spinner
{
    width: 100%;
    height: 100%;

    opacity: .8;
    background: #000;
}

.sidebar
{
    position: fixed;
    z-index: 1000;
    top: 0;
    bottom: 0;
    left: 0;

    display: block;
    overflow-x: hidden;
    overflow-y: auto;

    width: 235px;
    padding: 5px 20px;

    background: #fff;
    /* 设置阴影 */
    -webkit-box-shadow: 1px 1px 2px #292929;
       -moz-box-shadow: 1px 1px 2px #292929;
            box-shadow: 1px 1px 2px #292929;
}

.sidebar .logo
{
    margin-right: -21px;
    margin-left: -20px;
    padding: 10px;

    border-bottom: 1px solid #eee;
}

.sidebar .logo .userInfo
{
    display: inline-block;

    width: 136px;
    margin-left: 20px;

    text-decoration: none;

    color: #000;
}

.sidebar .logo .userInfo img
{
    width: 45px;
    height: 45px;

    border-radius: 50%;
}

.sidebar ul li a:hover
{
    color: #fff;
    background: #000;
}
/* Sidebar navigation */
.nav-sidebar
{
    margin-right: -21px; /* 20px padding + 1px border */
    margin-left: -20px;
    padding: 10px;

    border-bottom: 1px solid #eee;
}

.nav-sidebar > li > a
{
    font-weight: bold;

    padding-top: 8px;
    padding-right: 20px;
    padding-bottom: 8px;
    padding-left: 10px;

    color: #000;
}

.nav-homebtn > li > a
{
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;

    display: block;

    height: 20px;
    margin-bottom: 1px;
    padding: 0 5px;
}

.nav-header
{
    /*margin-bottom: 5px;*/
    font-size: .8em;

    color: #2b7bc4;
}



.nav-sidebar-list
{
    padding-right: 70px;
    padding-left: 15px;
}

.nav-sidebar-list > li > a
{
    font-size: .8em;
    font-weight: normal;

    display: inline-block;
    float: left;

    padding: 2px 5px;
}

.nav-sidebar > .active > a,
.nav-sidebar > .active > a:hover,
.nav-sidebar > .active > a:focus
{
    color: #fff;
    background-color: #000;
}

.nav-sidebar-buyer
{
    font-size: .8em;

    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 10px;

    color: #000;
}

.nav-sidebar-buyer > li > a
{
    font-weight: normal;

    padding: 1px 10px;
}

.nav-login
{
    margin-top: 20px;
    margin-left: -10px;

    text-align: center;
}

.nav-login a
{
    font-size: .8em;
    line-height: 37px;

    display: block;

    width: 210px;
    height: 37px;
    margin-top: 10px;

    text-decoration: none;

    color: #000;
    border: 1px solid #000;
    background: #fff;
}

.nav-login a:hover
{
    color: #fff;
    background: #000;
}

.nav-sidebar-other > li > a
{
    font-size: .8em;
    font-weight: normal;

    margin-bottom: 1px;
    padding: 2px;
    padding-right: 5px;
    padding-left: 10px;
}

.service
{
    font-size: 12px;

    margin-top: 10px;
    margin-right: -20px;
    margin-left: -10px;

    color: #fff;
}

.service_box
{
    float: left;

    width: 60px;
    height: 60px;
    margin: 5px;

    text-align: center;

    background: #2b7bc4;
}

.service_box:hover
{
    background: #000;
}

.service_box .qq
{
    display: block;

    width: 23px;
    height: 28px;
    margin-top: 9px;
    margin-left: 19px;

    color: #fff;
    background: url(../Images/all.png) -10px -40px;
}

.service_box_qq a
{
    text-decoration: none;

    color: #fff;
}

.service_box_qq a:hover
{
    text-decoration: none;
}

.service_box .phone
{
    display: block;

    width: 23px;
    height: 28px;
    margin-top: 9px;
    margin-left: 19px;

    background: url(../Images/all.png) -40px -40px;
}

.arrow *
{
    font-family: 'SimSun';
    font-size: 14px;

    display: block;
    overflow: hidden;
}

.content_phone
{
    position: absolute;
    z-index: 99999999;
    top: 675px;
    left: 140px;

    display: none;

    width: 167px;
    height: 37px;
    margin-left: 10px;

    text-align: center;

    color: #fff;
    background: #000;
}

.content_phone .arrow
{
    position: absolute;
    top: 10px;
    left: -5px;

    color: #000;
}

.content_phone p
{
    padding-top: 10px;
}

.service_box .wecha
{
    display: block;

    width: 24px;
    height: 28px;
    margin-top: 9px;
    margin-left: 19px;

    background: url(../Images/all.png) -69px -40px;
}

.content_wecha
{
    position: absolute;
    z-index: 99999999;
    top: 553px;
    left: 210px;

    display: none;

    width: 167px;
    height: 400px;
    margin-left: 10px;

    text-align: center;

    color: #fff;
    background: #000;
}

.content_wecha .arrow
{
    position: absolute;
    top: 362px;
    left: -5px;

    color: #000;
}

.content_wecha .wecha_erCode_t100
{
    width: 165px;
    height: 165px;
    margin-top: 10px;

    background: url(../Images/all.png) -2px -64px;
}

.content_wecha .wecha_erCode_bs
{
    width: 165px;
    height: 165px;
    margin-top: 10px;

    background: url(../Images/all.png) -2px -351px;
}
/*右侧弹出层样式*/
.popbox
{
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;

    display: none;

    padding-left: 235px;

    background: #fff;
}

/*登录样式*/
.loginbox
{
    width: 100%;
    height: 100%;
    background: url(../Images/login-bg1.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
       -moz-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
    background: #f2f2f2!important;
}
.loginbox{
    position: relative;
}
.loginbox .panel
{
    width: 680px;
    position: absolute;
    left: 50%!important;
    top: 50% !important;
    border: 0;
    border-radius: 10px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.loginbox .panel a
{
    color: #c30000;
}
.loginbox .panel h1 {
    margin-top: 70px;
}
.loginbox .panel .register{
    padding:0 48px;
    margin-bottom: 30px;
}
.loginbox .panel form button
{
    line-height: 10px;

    width: 175px;
    height: 40px;
    margin-top: 10px;

    color: #fff;
    border: 0;
    border-radius: 0;
    background: #000;
}

.loginbox .panel form
{
        margin-top: 70px;
    margin-bottom: 60px;
}
.loginbox .panel form p.input-group {
    border-bottom: 2px solid #ccc;
        margin: 40px auto;
    padding-top: 14px;
}
.loginbox .panel form p.input-group .input-group-addon{
    border: 0;
    background: none;
    width: 70px;
    text-align: center;
}
.loginbox .panel form p.input-group .form-control {
    width: 310px;
    border: 0;
    border-left: 1px solid #ccc;
    border-radius: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0);
}
.loginbox .panel form p.input-group{
    position: relative;
}
.loginbox .panel form p.input-group .forget-pw {
    position: absolute;
    top: 10px;
    right: 0;
    font-size: 13px;
}
.loginbox .panel form button {
    border-radius: 10px;
    width: 100px;
}
.loginbox .panel form button:hover
{
    background: #2b7bc4;
}
.loginbox .panel form .login-btn a
{
    font-size: 12px;

    display: block;

    margin-top: 10px;
    margin-left: 10px;

    color: #2b7bc4;
}
.close
{
    font-size: 2em;

    position: fixed;
    top: 10px;
    right: 10px;

    color: #fff;
}

/*右侧主体*/
.main
{
    height: 100%;
    padding-right: 0;
    padding-left: 235px;
    margin:0 auto;
}

/*自定义模态框样式*/
.modal-footer a
{
    border-radius: 0;
    background: #000;
}

.modal-footer a:hover
{
    background: #2b7bc4;
}

/* webkit自定义滚动条样式 */
::-webkit-scrollbar
{
    width: 6px;
    height: 12px;
}

::-webkit-scrollbar-button:vertical
{
    display: none;
}

::-webkit-scrollbar-track:vertical
{
    background-color: black;
}

::-webkit-scrollbar-track-piece
{
    background: #fff;
}

::-webkit-scrollbar-thumb:vertical
{
    border-radius: 5px;
    background-color: #b3b3b3;
}

::-webkit-scrollbar-thumb:vertical:hover
{
    background-color: #999;
}

::-webkit-scrollbar-corner:vertical
{
    background-color: #fff;
}

::-webkit-scrollbar-resizer:vertical
{
    background-color: #fff;
}

/*///////////////////////////---登录页手机端叠加样式 ready-----//////////////////////*/
@media screen and (max-width: 720px) {
    .loginbox{
        background: #fff!important;
    }
    .sidebar{
        display: none;
    }
    .main{
        padding-left: 0;
    }
    .loginbox .panel{
        margin-left: 0;
        margin-top:0;
        width:100%;
        border: 0;
        left: 0;
    }
    .container-fluid{
        position: relative;
    }
    .row{
        color:#fff;
    }
    .loginbox{
        color:#333;
    }
}
/*///////////////////////////---登录页手机端叠加样式 end-----//////////////////////*/

/*///////////////////////////---支付方式 style ready-----//////////////////////*/
#pay-box .pay-cont dl{
    width: 450px;
    height: 230px;
    margin: 0 auto;
    padding-top: 30px;
    color: #222222;
}
#pay-box .pay-cont dl dt{
    float: left;
    width: 160px;
    height: 100%;
    text-align: center;
}
#pay-box .pay-cont dl dt p{
    width: 140px;
    height: 140px;
    margin: 0 auto;
    box-shadow: 0px 0px 10px rgba(0,0,0,.3);
    border-radius: 6px;
    overflow: hidden;
}
#pay-box .pay-cont dl dt p img{
    width: 100%;
    height: 100%;
}
#pay-box .pay-cont dl dt span{
   line-height: 44px; 
   font-size: 14px;
}
#pay-box .pay-cont dl dt span b{
    color: #c30000;
}
#pay-box .pay-cont dl dd{
    padding-left: 70px;
    float: left;
    position: relative;
    margin-top: -8px;
}
#pay-box .pay-cont dl dd div{
    margin-bottom: 15px;
}
#pay-box .pay-cont dl dd div p{
    font-size: 15px ;
    font-weight: bold;
    line-height: 27px;
    margin-bottom: 0;
}
#pay-box .pay-cont dl dd div span{
    font-size: 13px ;
    line-height: 21px;
}
#pay-box .pay-cont dl dd h3{
    margin-top: 0;
    margin-bottom: 20px;
}
#pay-box .pay-cont dl dd h3 img{
    height: 100%;
}
#pay-box .pay-cont.alipay dl dd {
    margin-top: 0;
}
#pay-box .pay-cont.alipay dl dt span b {
    color: #00aaef;
}
#pay-box .pay-cont.wechatPay dl dt span b {
    color: #2fae3f;
}
@media screen and (max-width: 720px) {
    #pay-box .row{
        margin: 0 auto;
    }
    #pay-box .pay-box-cont{
        color: #222222;
        width: 10rem;
        margin: 0 auto;
        float: inherit;
        padding: 0rem 0.3rem 1rem 0.3rem;
        box-sizing: border-box;
    }  
    #pay-box .pay-box-cont .pay-cont{
        border: none;
        margin: 0 auto;
        margin-bottom: 0;
    }   
    #pay-box .pay-box-cont h1{
        font-size: 0.586667rem;
        color: #222222;
        line-height: 1.2;
        margin-top: 0.2rem;
    }
    #pay-box .pay-cont dl {
        padding-top: 0.5rem;
        padding-bottom: 0.2rem;
        margin-bottom: 0;
    }
    #pay-box .pay-cont dl dt {
        width: 3.6rem;
    }
    #pay-box .pay-cont dl dt p {
        width: 2.7rem;
        height: 2.7rem;
    }
    #pay-box .pay-cont dl dt span{
        font-size: 0.29rem;
    }
    #pay-box .pay-cont dl {
        width: 100%;
        height: auto;
        overflow: hidden;
    }
    #pay-box .pay-cont dl dd {
        padding-left: 0.4rem;
        margin-top: -0rem;
        width: 5.5rem;
    }
    #pay-box .pay-cont dl dd div p {
        font-size: 0.32rem;
        line-height: 1.6;
    }
    #pay-box .pay-cont dl dd div span {
        font-size: 0.293333rem;
        line-height: 1;
    }
    #pay-box .pay-cont dl dd div {
        margin-bottom: 0.3rem;
    }
    #pay-box .pay-cont dl dd h3{
        height: 0.8rem;
        margin-bottom: .5rem;
    }
}

/*去广告*/
.fubiao-dialog{
    display: none;
}
/*///////////////////////////---支付方式 style end-----//////////////////////*/

/* 改版普通样式 */
.loginbox .login-img{
    width: 100%;
    margin-bottom: 12px;
}
.loginbox .login-img img{
    width: 100%;
}
.loginbox .margin-base-vertical{
    margin:0 auto!important;
    padding:0 48px;
}
.loginbox .margin-base-vertical p{
    margin:0!important;
    width: 100%;
}
.loginbox .margin-base-vertical .input-group{
    border-bottom:2px solid #efefef!important;
}
.loginbox .margin-base-vertical .input-group .forget-pw{
    font-size: 12px;
    display: inline-block;
    color: #999;
    height: 38px;
    line-height: 38px;
}
.loginbox .margin-base-vertical .login-btn{
    margin-top: 45px!important;
}
.loginbox .margin-base-vertical .login-btn .btn-success{
    width: 100%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #c30000;
    color: #fff;
    font-size: 18px;
    outline: none;
}
.loginbox .margin-base-vertical .input-group .form-control{
    height: 100%;
    font-size: 14px;
    padding-top: 7px;
    padding-bottom: 7px;
    border: 0!important;
    background: none;
}
.loginbox .margin-base-vertical .input-group.pw .form-control{
    padding-right: 50px;
}
.loginbox .margin-base-vertical .input-group .input-group-addon .icon-uname{
    width: 14px;
    height: 18px;
    background: url("../images/login_form_username_icon.png") no-repeat;
}
.loginbox .margin-base-vertical .input-group .input-group-addon .icon-upwd{
    width: 16px;
    height: 18px;
    background: url("../images/login_form_userpwd_icon.png") no-repeat;
}

/* 手机改版样式 */
@media screen and (max-width:720px){
    .main{
        background: none;
        padding:0;
    }
    .loginbox .margin-base-vertical{
        width: 100%;
    }
    .loginbox .margin-base-vertical .input-group{
        height: 38px;
        line-height: 38px;
    }
    .loginbox .margin-base-vertical .input-group .input-group-addon{
        padding:0!important;
        width: 35px!important;
        height: 38px;
        line-height: 38px;
    }
    .loginbox .margin-base-vertical .input-group .form-control{
        width: 185px!important;
        height: 38px;
        line-height: 38px;
    }
    .loginbox .panel .register{
        width: 100%;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .loginbox .panel{
        width: 100%!important;
    }
}