body {
    background: #fff;
}

/*picture-list*/

.picbox {
    padding: 0 15px;
    padding-bottom: .8rem;
    color: #fff;
}

.pic-box h3 {
    font-size: .3rem;
    color: #83868f;
    line-height: .8rem;
    padding-top: .16rem;
    font-weight: 100;
}

.pic-box li {
    float: left;
    margin: 0 .04rem .04rem 0;
    width: 93px;
    height: 93px;
    overflow: hidden;
    background: #f4f4f4;
}

.pic-box li img {
    display: block;
    width: 100%;
    height: 100%;
}

.pic-btn {
    position: fixed;
    height: .8rem;
    width: 100%;
    bottom: 0;
    left: 0;
    background: rgba(32, 32, 32, 1);
    z-index: 9;
}

.pic-btn .btn-box {
    padding: .2rem 0;
    display: -webkit-box;
    overflow-x: auto;
}

.pic-btn .btn-box a {
    color: #fff;
    line-height: .4rem;
    margin-right: .4rem;
    width: 1.3rem;
    display: block;
    font-size: .28rem;
}

.pic-btn .btn-box a.active {
    font-size: .32rem;
    color: #ff6666!important;
}

.pic-btn .btn-box a:first-child {
    margin-left: .3rem;
}

.pic-btn .btn-box a:last-child {
    padding-right: .3rem;
}

/*picture-slide*/

.photoBox {
    background: #202020;
    width: 100%;
    height: 100%;
}

.photo-head-h {
    height: .7rem
}

.photo-head a {
    display: block;
    width: .6rem;
    height: .6rem;
    text-align: center;
    background-color: rgba(0, 0, 0, .6);
    border-radius: 50%;
}

.photo-head .back {
    float: left;
    margin: .1rem 0 0 .15rem;
}

.photo-head .back i {
    display: block;
    width: .6rem;
    height: .6rem;
    background: url(../images/xq_icons.png) -1px 0 no-repeat;
    background-size: 2.56rem auto;
}

.photo-head .icon-pic {
    float: right;
    margin: .1rem .16rem 0 0;
}

.photo-head .icon-pic i {
    display: block;
    width: .6rem;
    height: .6rem;
    background: url(../images/zhuye.png) 0 0 no-repeat;
    background-size: .6rem auto;
}

.swiper-container {
    color: #fff;
    text-align: center;
}

.swiper-container .swiper-slide img {
    width: 100%;
    vertical-align: middle;
}

.swiper-wrapper {
    display: table;
    text-align: center;
}

.swiper-container .swiper-slide {
    text-align: center;
    width: 100%;
    display: table-cell;
    background: url('../../images/loader.gif') no-repeat center center;
}

.photoBox .pic-int {
    position: fixed;
    bottom: .8rem;
    left: 0;
    width: 100%;
    height: .8rem;
    line-height: .8rem;
    color: #ffffff;
    font-size: .2rem;
    padding: 0 .3rem;
    background: #202020;
    overflow: hidden;
}

.logincheck {
    position: absolute;
    left: 58%;
    top: 83%;
    width: 3.3rem;
    color: rgb(75, 205, 238);
}

.logincheck a {
    color: rgb(75, 205, 238) !important;
    width: 100%;
    height: 2rem;
}

/* 登陆 */

.formbox {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 99;
    display: none;
}

.loginform {
    position: absolute;
    padding: 40px 30px 25px;
    background: #e6f5fc;
    border-radius: 5px;
    font-size: 12px;
    width: 80%;
    top: 50%;
    left: 20%;
}

.formbox .main {
    border: 1px solid #eee;
    border-top: 0;
    background: #fff;
    padding: 1px 20px 15px 20px;
    top: 50%;
    border-radius: .1rem;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70%;
    position: absolute;
}
.disabled {background: #ccc; cursor: no-drop;}
.inpbox {
    border: 1px solid #c8c8c8;
    border-radius: 1rem;
    margin-top: .4rem;
}

/* 验证码登录 */
.dialog_msg .box, .phone_msg .box {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: .05rem;
    z-index: 1000;
    font-size: .28rem;
    text-align: center;
    overflow: hidden;
    background-color: rgba(0,0,0,.7);
    color: #fff;
    padding: .1rem .3rem;
}
.yzphone {
    height: .65rem;
    width: 4.6rem;
}
.phone1 dd {
    float: none;
    width: auto;
}
#phone{
    border: 0;
    padding-left: .5rem;
    height: 100%;
    border-radius: .3rem;
    width: 100%;
    
}
.phone1 dd input {
    width: 3.68rem;
    border-radius: 0 1rem 1rem 0;
}

.code dt {
    width: 26%;
    line-height: .65rem;
    border-radius: 0 1rem 1rem 0;
    color: #fff;
    padding: 0;
    text-align: center;
    overflow: hidden;
}

.code dt .vcode {
    display: block;
    background: #1facee;
    height: .65rem;
}

.code dt .disabled {
    background: #e1e1e1;
}

.code dd {
    width: 74%;
}

.code dd input {
    height: .6rem;
    border: 0;
    width: 86%;
    padding-left: .5rem;
    border-radius: .3rem;
}
.submit{
    display: block;
    margin: .5rem 0;
    text-align: center;
    width: 100%;
    outline: 0;
    border: 0;
    border-radius: 1rem;
    color: #fff;
    background: #1facee;
    padding: .2rem 0;
}
.logobox h2{
    font-size: .35rem;
    text-align: center;
    padding-bottom: .2rem;
    padding-top: .2rem;
}
.logobox p{
    text-align: center;
}