/***********************基础布局样式文件**************************/

/*login.html*/
.login-body{
    position: relative;
    width: 100%;
    height: 100%;
    min-width: 590px;
    min-height: 530px
    /*background: url(../img/login/user_bg.jpg) top left no-repeat #666666;*/
}

.login-container{
    width: 100%;
    height: 100%;
    min-width: 590px;
    min-height: 530px;
}

.panel-cover{
    position: absolute;
    z-index: 100;
    height: 100%;
    width: 100%;
    background-size: cover;
}


.panel-cover-content-box{
    text-align: center;
    color: #ffffff;
    width: 100%;
    height: 100%;
    display: table;
}

.panel-cover-content {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    z-index: 200;
    padding: 0 60px;
    max-width: 460px;
    margin: 0 auto;
}

.login-box{
    height: 434px;
    width: 460px;
    margin: 0 auto;
    position: relative;
}

.footer-img{
    position: absolute;
    color: #cccccc;
    text-align: center;
    z-index: 220;
    width: 100%;
    margin: 0 auto;
    min-width: 590px;
    bottom: 50px;
}

/*
authorization-search.html
*/
/*
.nav{
    position: fixed;
    top: 0;
    height: 70px;
    width: 100%;
    min-width: 680px;
    background-color: #ffffff;
    border-bottom: 1px solid #eeeeee;
    z-index: 500;
}
.nav .nav-left{
    float: left;
}

.nav .nav-right{
    float: right;
}

.nav .nav-left img{
    float: left;
    margin-top: 12px;
    height: 50px;
}

.nav .nav-left>ul{
    float: left;
    margin-left: 28px;
}
.nav .nav-left>ul li{
    display: block;
    height: 70px;
    padding-left:26px;
    padding-right: 26px;
    line-height: 70px;
    float: left;
}

.nav .nav-left>ul .active{
    height: 64px;
    line-height: 58px;
    border-top: 6px solid #3574bb;
    border-left: 1px solid #eeeeee;
    border-right: 1px solid #eeeeee;
}

.nav .nav-left>u .active>a{
    color: #3574bb;
}

.nav .nav-left>ul>a{
    color: #000000;
}

.nav .nav-right img{
    margin-right: 50px;
    margin-top: 18px;
    cursor: pointer;
}

.nav .nav-right .msg{
    position: relative;
}

.nav .nav-right .msg img{
    margin-right: 55px;
}

.nav .nav-right .msg em{
    position: absolute;
    top: 0px;
    right: 40px;
    color: #fff;
    background: red;
    border-radius: 50%;
    padding: 0 8px;
    font-size: 12px;
}*/

.setting-container{
    padding: 18px 0 52px 0;
    min-width: 1336px;
}


.setting-container .content-box{
    height: 900px;
    width: 1200px;
    background-color: #ffffff;
    margin: 80px auto 0 auto;
}

.setting-footer {
    position: fixed;
    width: 100%;
    bottom: 0;
    height: 118px;
    background-color: #eeeeee;
    text-align: center;
    padding-top: 20px;
}

.setting-footer-logo{
    display: block;
    height: 50px;
    /*width: 66px;*/
    margin: 0 auto;
}

.setting-footer-img{
    display: block;
    margin: 16px auto 0 auto;
    color: #999999;
}

.setting-content-box .content-box-left{
    height: 100%;
    width: 120px;
    background-color: #eeeeee;
    float: left;
}

.setting-content-box .content-box-left>ul>li{
    display: block;
    height: 120px;
    width: 120px;
    list-style: none;
    float: left;
    text-align: center;
    color: #cccccc;
    font-size: 14px;
    cursor: pointer;
}

.setting-content-box .content-box-left>ul>.active{
    color: #3574bb;
    background: url("../img/setting/pointed.png")no-repeat top left #ffffff;
}

.setting-content-box .content-box-left>ul>li img{
    display: block;
    width: 38px;
    height: 40px;
    margin: 28px auto 10px auto;
}

.setting-content-box .content-box-right{
    height: 100%;
    width: 1080px;
    float: left;
}

.content-box-right-page{
    height: 100%;
    width: 100%;
}

.content-box-right-page>div{
    margin-left: 36px;
}
.content-box-right-page .page-title{
    font-size: 20px;
    color: #3574bb;
    margin-top: 44px;
}

.content-box-right-page .page-content{
    margin-top: 30px;
}

.mainPage-footer{
    /*position: fixed;*/
    width: 100%;
    bottom: 0;
    height: 140px;
    background-color: #eeeeee;
    padding-top: 20px;
}


/*
模板瀑布流
*/
#main{
    width: 100%;
    margin: 0 auto;
}
.img{
    width: auto;
    height: auto;
    /*position: absolute;*/
    border:#ececec 1px solid;
    transition: box-shadow 0.5s;
    -webkit-transition: box-shadow 0.5s;
    -moz-transition: box-shadow 0.5s;
    -ms-transition: box-shadow 0.5s;
    -o-transition: box-shadow 0.5s;
    overflow: hidden;
    float: left;
    margin-right: 20px;
    margin-top: 30px;
}
.img:hover{
    box-shadow: #bcbcbc 0 0 15px -1px;
    -webkit-box-shadow: #bcbcbc 0 0 15px -1px;
    -moz-box-shadow: #bcbcbc 0 0 15px -1px;
    -ms-box-shadow: #bcbcbc 0 0 15px -1px;
    -o-box-shadow: #bcbcbc 0 0 15px -1px;
}
.img .img_box{
    width: 300px;
    height: 202px;
    overflow: hidden;
}
.img .img_box img{
    width: 300px;
    height: auto;
}

.img .tip{
    width: 280px;
    padding: 10px 10px;
}
.img .tip>p{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


.img .tip>div{
    height: 40px;
    margin-top: 10px;
}


.img .tip .tip_title{
    color: #444444;
}

.img .tip .tip_content{
    color: #555555;
}

.template_head_pic{
    height: 40px;
    width: 40px;
    display: block;
    float: left;
}
.img .tip>div>div{
    width: 150px;
    font-size: 14px;
    float: left;
    padding-left: 10px;
}
.img .tip>div>div>p{
    color: #a6a6a6;
}

.img .tip>div>div>p>span{
    color: #515151;
}
.img .tip>div>div>p>label{
    color: #3574bb;
    margin-left: 10px;
}

.img .tip>div .watch_template{
    display: none;
    width: 80px;
    font-size: 14px;
    height: 36px;
    float: left;
    line-height: 36px;
}

/*遮罩层*/
.mask{
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: #000;
    opacity: 0.5;
    top: 0;
    bottom: 0;
    z-index: 200;
}

/*提示信息弹框*/
.tip_info_pop{
    position: fixed;
    width: 430px;
    height: 200px;
    background-color: #ffffff;
    z-index: 9200;
    top: 30%;
    left: 40%;
}

.tip_info_pop .title{
    text-align: center;
    height: 46px;
    border-bottom: 1px solid #dddddd;
    position: relative;
}
.tip_info_pop .title span{
    height: 46px;
    line-height: 46px;
}
.tip_info_pop .container{
    width: 100%;
    padding: 20px 0;
}

.tip_info_pop .container .inputYM{
    width: 200px;
    height: 20px;
    padding: 10px;
    outline: none;
    text-decoration: none;
}

.tip_info_pop .container >div{
    text-align: center;
}

a.yes,a.close{
    width: 100px; height: 30px;line-height: 30px;
    display: inline-block;
    margin-top: 20px;
}
a.yes{
    margin-right: 20px;
}




