body{
    font-size: 14px;
    background-color: #f5f5f5;
}
a{
    text-decoration: none;
    color: #333;
}
a:hover, a:visited, a:link, a:active {
    color:#333;
}
.wrapper{
    width: 1200px;
    margin: 0 auto;
}
.login-box{
    position: absolute;
    width: 360px;
    height: 560px;
    top: 50%;
    left: 50%;
    margin-top: -300px;
    margin-left: -180px;
    border-radius: 10px;
    box-shadow: 10px 5px 5px #eee;
    background-color: #fff;
}
.login-banner{
    width: 100%;
    border-radius: 10px 10px 0 0;
}
.login-desc{
    color: #666;
    text-align: center;
    height: 14px;
    margin-top: 10px;
}
.login-desc button{
    vertical-align: middle;
}
.login-ad{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 360px;
    height: 96px;
}
.login-ad-img{
    width: 100%;
    height: 100%;
    border-radius: 0 0 10px 10px;
}
.ad-1{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
    background-color: rgba(0,0,0,0.5);
    width: 100%;
    height: 100%;
}
.ad-1-img{
    width: 360px;
    height: 480px;
    left: 50%;
    top: 50%;
    margin-left: -180px;
    margin-top: -240px;
    border-radius: 10px;
    position: fixed;
    background: #fff;
}
.ad-1-close{
    position: fixed;
    top: 20px;
    right: 20px;
    background-color: rgba(0,0,0,0.5);
    color: #fff;
    width: 80px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 10px;
    cursor: pointer;
}
.header{
    height: 60px;
    line-height: 60px;
    width: 100%;
    background: linear-gradient(to right, #4585f1, #4c5dd9);
    margin-bottom: 10px;
    box-shadow: 10px 5px 5px #eee;
}
.header-logo{
    height: 40px;
    vertical-align: middle;
    margin-left: 20px;
}
.header-btn{
    float: right;
    margin-right: 20px;
    color: #fff;
}
.header-btn a{
    color: #fff;
}
.choise-box{
    position: absolute;
    width: 360px;
    height: 360px;
    top: 50%;
    left: 50%;
    margin-top: -180px;
    margin-left: -180px;
    border-radius: 10px;
    box-shadow: 10px 5px 5px #eee;
    background-color: #fff;
}
.choise-title{
    margin: 30px 30px 5px 30px;
    font-size: 20px;
    color: #1989fa;
    text-align: center;
    font-weight: bold;
}
.choise-desc{
    margin: 5px 30px 30px 30px;
    font-size: 0.28rem;
    color: #999;
    text-align: center;
}
.choise-choose-title{
    text-align: center;
    font-weight: bold;
    margin: 20px;
}
.home-left{
    height: 100%;
    background-color: #fff;
}
.camera-box{
    margin: 30px;
}
.camera-item{
    padding: 10px;
    border: 1px solid #1989fa;
    background-color: rgba(25,137,250,0.05);
    border-radius: 10px;
    margin-bottom: 20px;
    color: #1989fa;
    cursor: pointer;
}
.camera-item-red{
    padding: 10px;
    border: 1px solid #ee0a24;
    background-color: rgba(238,10,36,0.05);
    border-radius: 10px;
    margin-bottom: 20px;
    color: #ee0a24;
    cursor: pointer;
}
.camera-desc{
    margin-top: 5px;
    color: #666;
}
.camera-icon{
    font-size: 24px;
    margin-top: 10px;
    float: right;
}
.home-right{
    height: 100%;
    background-color: #fff;
}
.notice-list{
    margin: 30px 30px 30px 0;
}
.notice-list-time{
    color: #999;
    text-align: right;
}
.notice-page{
    margin-top: 20px;
}
.notice{
    margin: 30px;
}
.notice-title{
    text-align: center;
    font-size: 17px;
    margin-bottom: 5px;
}
.notice-time{
    text-align: center;
    color: #999;
    margin-bottom: 10px;
}
.notice-content img{
    max-width: 80%;
}
.nav-classs{
    width: 100%;
}
.nav-notice{
    width: 100%;
}
.recharge-box{
    position: absolute;
    width: 1200px;
    height: 600px;
    top: 50%;
    left: 50%;
    margin-top: -300px;
    margin-left: -600px;
    border-radius: 10px;
    box-shadow: 10px 5px 5px #eee;
    background-color: #fff;
}
.recharge-area{
    margin: 20px;
}
.recharge-title{
    margin: 30px 30px 5px 30px;
    font-size: 20px;
    color: #1989fa;
    text-align: center;
    font-weight: bold;
}
.recharge-desc{
    margin: 5px 30px 30px 30px;
    font-size: 0.28rem;
    color: #999;
    text-align: center;
}
.price{
    margin: 0.3rem;
}
.price-box{
    width: 100%;
    border: 1px solid #1989fa;
    background-color: rgba(25,137,250,0.05);
    border-radius: 10px;
    text-align: center;
    margin-bottom: 30px;
}
.price-daynum{
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 17px;
    font-weight: bold;
    color: #000;
}
.price-value{
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: bold;
    color: #1989fa;
}
.price-value span{
    font-size: 14px;
}
.price-button{
    width: 80%;
    margin: 0 auto 20px auto;
}
.deadline-box{
    margin: 20px;
}
.deadline-title{
    text-align: center;
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 20px;
}
.deadline-content{
    line-height: 28px;
}
.order-box{
    margin: 20px;
}
.order-title{
    text-align: center;
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 20px;
}
.order-page{
    margin-top: 20px;
}
.col-border{
    border-right: 1px solid #eee;
}
.recharge-qrcode-title{
    text-align: center;
    font-size: 17px;
    font-weight: bold;
    margin-top: 20px;
}
.recharge-qrcode-img{
    width: 300px;
    margin: 50px;
}