﻿/*个人主页*/
    .content .form-xiezhen ul,.form-follow ul{
        width: 100%;
    }
    .content .form-xiezhen ul li{
        width: 292px;
        margin: 0 28px 26px 0;
    }
    .form-follow ul li{
        width: 400px;
        height: 400px;
        background-color: #fff;
        margin: 0 30px 30px 0;
    }
.form-follow ul li:nth-child(3n),.form-xiezhen ul li:nth-child(4n){
    margin-right: 0;
}
    .form-follow ul li .book-face{
        width: 300px;
        height: 418px;
    }
.form-follow ul li .preImage,.form-xiezhen ul#content-mant li .pre-img{
    content: "预览";
    text-align: center;
    z-index: 10;
    color: white;
    font-size: 32px;
    display: none;
    position: absolute;
    background: rgba(0,0,0,0.3);
    top:0;
    left: 0;
}
.form-follow ul li:hover .preImage{
    align-items: center;
    justify-content: center;
    display: flex;
    width: 100%;
    height: 100%;
}
.form-xiezhen ul#content-mant li:hover .pre-img,.form-xiezhen ul li:hover .pre-img{
    align-items: center;
    justify-content: center;
    display: flex;
    width: 292px;
    height: 100%;
}
    .pc-list-en-photo .imgPreview{
        width: 46px;
        height: 64.5px;
    }
    .pc-list-en-photo .iconWrap .icon-facebox{
        width: 100%;
        height:418px;
    }
    .pc-list-en-photo {
        height:418px;
    }
    .form-xiezhen .user-code,.form-follow .user-code{
        right: 72px;
    }
    #photo-box img {
        max-width: 966px;
        max-height: 966px;
    }

.content{
    position: relative;
    width: 100%;
    height: auto;
    min-height: 300px;
    box-sizing: border-box;
    overflow-x: hidden;
}
/*封面*/
.content .top-bg,.top-bg .cup-img{
    position: relative;
    width: 100%;
}
.cup-icon{
    cursor: pointer;
    background: url(../imgs/img_pc_15.png)no-repeat top right;
    width: 24px;
    height: 24px;
    position: fixed;
    top: 66px;
    z-index: 10;
    right: 0;
    padding: 0 0 30px 30px;
}
.cup-icon:hover::before{
    display: block;
}
.cup-icon::before{
    content: "上传封面";
    position: absolute;
    display: none;
    top:14px;
    left: -40px;
    background:#f0f0f0;
    border-radius:2px;
    width:64px;
    height:30px;
    line-height: 30px;
    text-align: center;
    font-size:12px;
    color:#999999;
}
/*写真集*/
.form-follow{
    width: 1260px;
    margin: 0 auto;
}
.content .form-xiezhen{
    width: 1260px;
    margin: 0 auto;
    height: auto;
    min-height: 300px;
    position: relative;
    padding-right: 0;
    box-sizing: border-box;
}
.content .form-xiezhen ul{
    position: relative;
    float: left;
   /* width: 87%;*/
    display: flex;
    display: -moz-box; /* Firefox */
    display: -ms-flexbox; /* IE10 */
    display: -webkit-box; /* Safari */
    display: -webkit-flex; /* Chrome, WebKit */
    -webkit-flex-wrap:wrap;
    -webkit-box-lines:multiple;
    -moz-flex-wrap:wrap;
    flex-wrap:wrap;
}
.content .form-xiezhen ul li{
    float: left;
    background: #FFFFFF;
    border: 1px solid #DEDEDE;
}
.content .form-xiezhen ul::after{
    content: "";
    display: block;
    clear: both;
}
.form-xiezhen ul li a>span{
    position: relative;
    display: block;
    margin-bottom: 16px;
}
.form-xiezhen ul li .book-face{
    width: 292px;
    height: 418px;
    vertical-align: middle;
}
.form-xiezhen ul li .icon-lock{
    display: none;
    background: url("../imgs/icon_pc_08.png") no-repeat center;
    background-size: 100% 100%;
    width: 20px;
    height: 24px;
    position: absolute;
    bottom: 40px;
    right: 20px;
}
.form-xiezhen ul li .bookBox{
    position: relative;
    width: 100%;
    height: auto;
    font-size: 16px;
    color: #333;
    padding: 0 10px 16px 10px;
    box-sizing: border-box;
}
.bookBox .l-txt{
    position: relative;
    height:46px;
    overflow: hidden;
    width: 150px;
    margin-top: -4px;
}
.bookBox .l-txt h1{
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.bookBox .l-txt>span{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 150px;
    top: 24px;
}
.bookBox .l-txt>span,.bookBox .l-data span{
    display: block;
    bottom: 0;
    position: absolute;
    color: #999999;
    font-size: 14px;
}
.bookBox .l-data {
    position: absolute;
    height:46px;
    top: 0;
    right: 10px;
}
.bookBox .l-data p {
    background: url(../imgs/icon_pc_06.png)no-repeat;
    width: 23px;
    height: 20px;
    margin: 0 auto 2px auto;
    background-size: cover;
    position: relative;
}
.bookBox .l-data span{
     display: block;
     bottom: 0;
     top:2px;
     position: relative;
     text-align: center;
     color: #999999;
 }
/*二维码*/
.form-xiezhen .user-code{
    width: 170px;
    height: auto;
    position: absolute;
/*    right: 72px;*/
    background: #FFFFFF;
    border: 1px solid #DEDEDE;
    border-radius: 5px;
    padding: 18px;
    box-sizing: border-box;
}
.form-xiezhen .user-code>img{
    width: 130px;
    height: 130px;
    vertical-align: middle;
    margin-bottom: 16px;
}
.form-xiezhen .user-code>span{
    text-align: center;
    display: block;
    font-size: 12px;
    color: #333333;
}
/*裁切*/
  .toastTitle {
    width: 100%;
    position: relative;
    height: 60px;
    background-color: #F6F8F9;
    line-height: 60px;
    font-size: 20px;
    padding: 0 20px;
    box-sizing: border-box;
}

.toastTitle .btnClose {
    position: relative;
    background: url("../imgs/icon_yun_10.png");
    background-size: 100%;
    width: 18px;
    height: 18px;
    display: inline-block;
    float: right;
    top: 50%;
    margin-top: -9px;
    cursor: pointer;
}
.footBtn{
    background-color: #F6F8F9;
    width: 100%;
    height: 60px;
    position: absolute;
    bottom: 0;
    left: 0;
}
.footBtn .btnBox{
    width: 228px;
    height: 60px;
    line-height: 60px;
    margin: 0 auto;
    position: relative;
}
.btnBox button{
    width: 104px;
    height: 32px;
    line-height: 32px;
    color: white;
    border: none;
    font-size: 14px;
    text-align: center;
    border-radius: 3px;
    cursor: pointer;
}

.form{
    position: relative;
    margin: 0 auto;
    width: 538px;
}
#cut_div{
    width:468px; height:468px; position:relative; top:0; left:0;overflow: hidden; cursor:pointer;float: left;
}
#cut_div>table{
    border-collapse: collapse; z-index: 10; position: relative; left: 0; top: 0; width: 468px;  height: 468px;
}
#cut_div>table td{
    background-color: rgba(0,0,0,.7);
}
.track_box{
    margin-top: 16px;left: 50%; margin-left: -234px;background-color: rgba(0,0,0,.7);height: 60px;width: 468px;float: left;position: relative;
}
#img_track{
    top:50%;margin: -2px 20px 0 20px; float: left;width: 340px;height: 4px;background-color: #666666;border-radius: 100px;position: relative;
}
.track_box > img{
    float: left;cursor:pointer;position: relative;vertical-align: middle;width: 28px;height: 28px;top: 50%;margin-top: -14px;
}
#img_grip{
    top: -12px; left:156px;width: 28px;height: 28px;cursor: pointer; background-color: #FFFFFF;border-radius: 50%;position: absolute;z-index:1111;
}
.cup_shadow {
    opacity: 0;
    height: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    z-index: -1;
    position: fixed;
    overflow: hidden;
    background-color: rgba(0, 0, 0, .7);
}
@media screen and (max-width:1600px){
    .cup_shadow .cup_toast {
        zoom: 0.8;
    }
}
.cup_shadow .cup_toast {
    width: 994px;
    height: 736px;
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    z-index: 111;
    background-color: #FFFFFF;
}
/*裁切弹窗*/
.container {
    width: 1748px;
    float: left;
    position: relative;
    zoom: 0.5;
}

.imageBox {
    position: relative;
    width: 1748px;
    height: 936px;
    background: #fff;
    overflow: hidden;
    background-repeat: no-repeat;
    cursor: move;
}

.marginBox {
    position: relative;
    width: 874px;
    height: 468px;
    margin-top: 36px;
    left: 50%;
    margin-left: -437px;
}

.imageBox .thumbBox {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1748px;
    height: 420px;
    margin-top: -210px;
    margin-left: -874px;
    box-sizing: border-box;
    border: 3px solid #fa7298;
    box-shadow: 0 0 0 1000px rgba(0, 0, 0, 0.7);
    background: none repeat scroll 0 0 transparent;
}

.imageBox .spinner {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    text-align: center;
    line-height: 400px;
    background: rgba(0, 0, 0, 0.7);
}

.Btnsty_peyton {
    float: right;
    width: 66px;
    display: inline-block;
    height: 57px;
    line-height: 57px;
    font-size: 20px;
    color: #FFFFFF;
    margin: 0 2px 10px 0;
    background-color: #f38e81;
    border-radius: 3px;
    text-decoration: none;
    cursor: pointer;
    box-shadow: 0 0 5px #B0B0B0;
    border: 0 #fff solid;
}
.layui-layer-content{
    font-size:20px;
}
/*没有更多字体*/
.c858{
    color:#f87499;
}
.nomant-txt {
    background:#faf5d8;
    border-radius:5px;
    width:1260px;
    height:48px;
    font-size:16px;
    color:#f39700;
    text-align: center;
    line-height: 48px;
    clear: both;
    margin-bottom: 26px;
}
.enter-box-icon {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 11;
    cursor: pointer;
}
.care-box {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width:100%;
    height:100%;
    z-index: 200;
    display: none;
}
.care-box-main{
    background:#ffffff;
    border-radius:20px;
    width:480px;
    height:326px;
    left: 50%;
    top: 50%;
    margin: -163px 0 0 -240px;
}
.box-main-txt {
    font-size: 24px;
    width: 100%;
    text-align: center;
    color: #333;
    margin: 76px 0;
}
.btn-main-red {
    background:#f87499;
    border-radius:5px;
    width:150px;
    height:50px;
    color: white;
    font-size: 20px;
    line-height: 50px;
    text-align: center;
    margin: 0 auto;
    cursor: pointer;
}
.btn-main-red:hover {
    background: #e3688b;
}
.photo-list-box{
    position: fixed;
    display: none;
    right: 0;
    top: 0;
    background:#000;
    width:330px;
    height:100%;
    z-index: 23;
    transition: transform .1s;
    -webkit-transition: -webkit-transform .1s;
}
.photo-list-care {
    background-color: rgba(255,255,255,.05);
    width:100%;
    height:100%;
    position: absolute;
    right: 0;
    top: 0;
    padding: 88px 28px;
    box-sizing: border-box;
    font-size: 20px;
    color: white;
}
.care-head-img {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    margin-right: 10px;;
}
.care-head-name {
    display: inline-block;
    line-height: 48px;
}
.btn-care-gray, .btn-care-red{
    border-radius:5px;
    width:274px;
    height:48px;
    line-height: 48px;
    color: white;
    margin: 28px auto;
    text-align: center;
    cursor: pointer;
}
.btn-care-gray{
    background-color: rgba(255,255,255,.1);
}
.btn-care-red{
    background:#f87499;
}
.btn-care-red:hover {
    background: #e3688b;
}
.btn-care-line {
    background-color: rgba(255,255,255,.1);
    width:330px;
    height:1px;
    margin-left: -28px;
}
.btn-care-txt {
    font-size: 16px;
}
.care-icon-wrap {
    display: flex;
    align-items: center;
    width: 100%;
    font-size: 16px;
}
.icon-share{
    width:20px;height:20px;
    padding: 28px 18px 28px 2px;
    cursor: pointer;
}
.icon-heart {
    width: 20px;
    height: 18px;
    cursor: pointer;
    padding: 28px 10px 28px 18px;
}
.care-get {
    display: inline-block;
    color: #50aae9;
    font-size: 16px;
    margin-left: 6px;
    cursor: pointer;
}
.care-get img {
    width: 16px;
    height: 16px;
    margin-right: 2px;
}
.icon-arrow-left, .icon-arrow-right {
    width: 14px;
    height: 80px;
    position: absolute;
    top: 50%;
    cursor: pointer;
}
.icon-arrow-left{
    right: 0;
    left: auto !important;
    display: none;
}
.icon-arrow-right {
    left: 0;
    padding: 10px 6px;
    padding-left: 0;
    margin-top: -80px;
}
.slide-hide{
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -o-transform: translateX(100%);
    -ms-transform: translateX(100%);
}
.slide-show{
    transform: translateX(0%);
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -o-transform: translateX(0%);
    -ms-transform: translateX(0%);
}
.count-bottom {
    background: rgba(0,0,0,.5);
    border-radius:100px;
    width:50px;
    height:28px;
    line-height: 28px;
    font-size: 16px;
    color: white;
    position: absolute;
    text-align: center;
    bottom: 5.2%;
    left: 50%;
    margin-left: -25px;
    z-index: 22;
}