/*应用全局样式*/
.mainbody{
    width: 1200px;
    margin: 0 auto;
}
.box-shadow-small{
    box-shadow: 0 3px 5px rgba(0,0,0,0.5);
}
* {
    margin: 0;
    padding: 0;
}
/*导航条模块*/
.line {
    margin: 20px auto;
    position: relative;
}

.line-img {
    width: 100%;
}

.line a {
    position: absolute;
    right: 0;
    bottom: 5px;
}
.othermore .line {
    margin: 0;
    position: relative;
}
.othermore .line a {
    width: 75px;
    height: 18px;
}
.othermore .line a img {
    width: 100%;
}
/*导航条模块*/

/*专辑导航模块*/
.btgroup {
    margin: 30px auto;
    width: 1200px;
    display: flex;
    justify-content: space-between;
    padding: 0 80px;
}

.btgroup button {
    width: 80px;
    border-radius: 6px;
    border-style: none;
    padding: 2px;
    color: white;
    box-shadow: none;
}

span[class^='tag']{
    margin-left:14px;
    border-radius: 3px;
    color: white;
    font-size: 12px;
    width: 60px;
    padding: 0;
    line-height: 18px;
    text-align: center;
}

.tag1{
    background-color: #FF0147;
}
.tag2{
    background-color: #844FC1;
}
.tag3{
    background-color: #53BCFE;
}
.tag4{
    background-color: #FF7599;
}

.tag5{
    background-color: #A5E841;
}

.tag6{
    background-color: #FF863D;
}

.tag7{
    background-color: #62DCAD;
}

.tag8{
    background-color: #DA5EFE;
}
.tag9{
    background-color: #FFCD03;
}

.tag10{
    background-color: #0072FF;
}

.btgroup .tagAct{
    animation-name: glow;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-timing-function: ease-in-out;

}
@keyframes glow {
    0% {
        box-shadow: 0 0 12px rgba(72, 106, 170, 0.5);
        border-color: rgba(160, 179, 214, 0.5);
    }
    100% {
        box-shadow: 0 0 12px rgba(72, 106, 170, 1.0), 0 0 18px rgba(0, 140, 255, 1.0);
        border-color: rgba(160, 179, 214, 1.0);
    }
}

/*专辑导航模块*/

/*专辑模块*/
.albums{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.product {
    display: inline-block;
    margin-bottom: 50px;
    position: relative;
    padding: 5px;
    border: 1px solid gainsboro;
    width: 223px;
    height: 380px;
    background: white;
    box-shadow: 2px 2px 2px darkgray;
}

.inneralbum .albums{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-right: -20px;
}

.inneralbum .product {
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 50px;
    position: relative;
    padding: 5px;
    border: 1px solid gainsboro;
    width: 223px;
    height: 380px;
    background: white;
    box-shadow: 2px 2px 2px darkgray;
}



.newalbum .albums{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 1320px;
}

.newalbum .product {
    display: inline-block;
    margin-right: 100px;
    margin-bottom: 50px;
    position: relative;
    padding: 5px;
    border: 1px solid gainsboro;
    width: 223px;
    height: 380px;
    background: white;
    box-shadow: 2px 2px 2px darkgray;
}

.productimg {
    float: left;
    width: 210px;
    height: 285px;
}

.coverimg {
    width: 212px;
    height: 285px;
}


.free0::after,
.vip1::after,
.vip2::after,
.vip3::after{
    content:"";
    height:18px;
    width:82px;
    position: absolute;
    top: 5px;
    right: 2px;
}

.othervip.free0::after,
.othervip.vip1::after,
.othervip.vip2::after,
.othervip.vip3::after{
    content:"";
    height:18px;
    width:60px;
    position: absolute;
    top:2px;
    right: 2px;
}
.free0::after{
    background:url(../images/VIPMF.png) no-repeat 0 0/82px auto;
}

.vip3::after{
    background:url(../images/VIPBJ.png) no-repeat 0 0/82px auto;
}

.vip2::after{
    background:url(../images/VIPSP.png) no-repeat 0 0/82px auto;
}

.vip1::after{
    background:url(../images/VIPZJ.png) no-repeat 0 0/82px auto;
}


.othervip.vip3::after{
    background:url(../images/VIPBJ.png) no-repeat 0 0/60px auto;
}

.othervip.vip2::after{
    background:url(../images/VIPSP.png) no-repeat 0 0/60px auto;
}

.othervip.vip1::after{
    background:url(../images/VIPZJ.png) no-repeat 0 0/60px auto;
}

.othervip.free0::after{
    background:url(../images/VIPMF.png) no-repeat 0 0/60px auto;
}

.othervip{
    display: inline-block;
    position: relative;
    padding: 2px;
}

.cover {
    text-align: left;
    width: 214px;
    height: 287px;
    position: absolute;
    top: 3px;
    left: 3px;
    visibility: hidden;
    background-color: rgba(255, 255, 255, 0.6);
    cursor: pointer;
    color: gray;
    z-index: 100;
}

.cover .coverwrap {
    margin: 50px auto;
    margin-left: 20px;
    height: 100px;
}

.coverwrap p{
    color: #444444;
    margin: 0;
    padding: 0;
}

.coverwrap p:nth-child(2){
    width:160px;
    border-bottom: 1px solid black;
}

.coverwrap p:nth-child(3){
    margin-top:15px;
}

.coverwrap p:first-child {
    font-size: 1.5em;
}

.productimg:hover .cover {
    visibility: visible;
}

.productimg:hover img{
    filter: blur(2px);
    filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=2, MakeShadow=false);
}

.zdetail .moteimg{
    margin: 10px;
    float: left;
    width: 67px;
    height:67px;
    border-radius:50%;
    cursor: pointer;
}

.zdetail p {
    margin: 0;
    padding: 0;
    font-size: small;
    text-align: left;
}

.zdetailright {
    float: right;
    width: 120px;
    margin-top: 10px;
}

.zdetail p:first-child {
    border-bottom: 1px dashed black;
}

.zdetail p:last-child img:first-child {
    margin-left: 1px;
    margin-right: 3px;
    margin-top: 5px;
    float: left;
    width: 18px;
    height: 13px;
}

.zdetail p:last-child img:last-child {
    width: 20px;
    position: absolute;
    top: 2px;
    right: 4px;
    cursor:pointer;
}

.zdetail p:last-child {
    position: relative;
}

.zdetail .pmid {
    font: small-caption;
    transform: scaleY(0.8);
    padding: 0;
}
.tagfather{
    position: relative;
    font-size: 20px;
    font-weight: bold;
}

.tagfather span[class^='tag']{
    position: absolute;
    right: 0;
    bottom:2px;
    border-radius: 3px;
    color: white;
    font-size: 12px;
    width: 60px;
    padding: 0;
    line-height: 18px;
    text-align: center;
}
/*专辑模块*/

/****其他专辑*****/
.othermore {
    width: 410px;
    height:215px;
    margin-top: 20px;
    padding: 10px;
}
.othermore .moreimg{
    margin-top: 0;
}

.otherimg {
    margin-top: 5px;
    margin-left: -5px;
}

.otherimg img{
    width: 124px;
    height: 170px;
    cursor: pointer;
}

.othermore .moreimg a {
    width: 75px;
    height: 18px;
}

.othermore .moreimg a img {
    width: 100%;
}

/*购买按钮*/
.buybtn button {
    color: white;
    font-size: 20px;
    background-color: #FF3D3E;
    width: 184px;
    height: 36px;
    border-radius: 10px;
    margin-left: 20%;
}

/*模特模块*/
.models{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.hotmodel{
    display: inline-block;
    position: relative;
    margin-bottom: 10px;
    width: 191px;
    height: 191px;
    cursor: pointer;
}

.hotmodel .model{
    position: absolute;
    z-index :0;
    width: 191px;
    height: 191px;
    left: 0;
    bottom: 0;
}

.location{
    position: absolute;
    top:0;
    left:0;
    z-index: 2;
}
.location img{
    width:21px;
    height: 26px;
}
.location span{
    font-size: 20px;
    text-shadow:1px 1px 1px #FFFFFF;
}

.modelimg{
    width: 100%;
    height: 100%;
}

.hotmodel .covertwo{
    visibility: hidden;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 191px;
    height: 191px;
    background-color: rgba(255,255,255,0.7);
}

.hotmodel:hover .covertwo{
    visibility: visible;
}

.hotmodel .covertwo-wrap{
    margin-top: 30%;
    width: 100%;
    display: inline-block;
    background-image: url(../images/dakuoh.png);
    background-repeat: no-repeat;
    background-position-x: 25px;
    background-position-y:6px;
}

.hotmodel .covertwo-wrap p{
    transform: scaleY(0.8);
    margin: 0;
    padding: 0;
}

.hotmodel .covertwo-wrap p:first-child{
    font-size: 1.5em;
    margin-bottom: -8px;
}

.hotmodel .covertwo-wrap p:last-child{
    margin-top: -10px;
}
/*模特模块*/

/*模特资料*/
.guanzhubt{
    margin-top:10px;
    float:right;
    width: 80px;
    cursor: pointer;
}

.data .dataleft {
    position:relative;
    left:20px;
    top:10px;
    display: inline-block;
    border-radius:50%;
    border:1px solid gray;
    width: 156px;
    height: 156px;
    padding: 5px;

}

.data .dataleft img{
    border-radius:50%;
    width: 100%;
    height:100%;
    cursor: pointer;
}

.data .dataright {
    margin-top: 20px;
    float: right;
    margin-right: 10px;
    width: 175px;
}

.dataright div:first-child {
    font-size: 24px;
    margin-bottom: 6px;
    position: relative;
    border-bottom: 1px solid black;
    padding-bottom: 5px;
}

.dataright div {
    margin: 4px auto;
}

/*head*/
.head {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
    width: 100%;
    border-bottom: 1px solid #eeeeee;
}


.head .search {
    display: inline-block;
    height: 16px;
    width: 10px;
}


.head .login {
    display: inline-block;
    color: darkgray;
}

.head .loginstyle {
    display: inline-block;
    border: 1px solid darkgray;
    padding: 2px 15px;
    border-radius: 2em;
    color: darkgray;
}

.head .regist {
    display: inline-block;
    color: darkgray;
}

.head .mid {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 1660px;
}

.head .mid a{
    font-size: 20px;
    color:#4f4f4f;
}

.headInput{
    padding-left: 50px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.head .headSearch{
    display:flex;
    justify-content: space-around;
    align-items: center;
    height: 40px;
    width: 247px;
    border:1px solid black;
    border-radius: 18px;
    padding: 0 3px;
}

.head .searchinput{
    height: 30px;
    width: 220px;
    border:1px red;
    border-radius: 20px;
    font-size: 20px;
    padding-left: 10px;
}

.head .nickname{
    width:112px;
    overflow: hidden;
    color:red;
    display: inline-block;
    word-break:keep-all;
}

.head .userinfo{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 155px;
}

.userinfo img{
    cursor:pointer;
    width: 35px;
    height: 35px;
    border-radius:50%;
}

.headUserName{
    background: url(../images/husername.png) no-repeat top -5px left 5px;
}
.headPWD{
    background: url(../images/hpwd.png) no-repeat top -5px left 5px;
}
.headCPWD{
    background: url(../images/hgou1.png) no-repeat top -5px left 5px;
}
.headYan{
    background: url(../images/headyan.png) no-repeat top -5px left 5px;
}

.mydenglu{
    text-align: center;

}

.tencent_weixin,.sina_weibo,.tencent_qq {
    width: 50px;
    height: 50px;
    display: inline-block;
    margin: 10px 0 0 21px;
    margin-left: 0;
}

.tencent_weixin {
    background: url(../images/weixin2.jpg) no-repeat;
}

.sina_weibo {
    background: url(../images/sina_weibo.jpg) no-repeat;
}

.tencent_qq {
    background: url(../images/tencent_qq.jpg) no-repeat;
}

/*head*/

/* appfooter */
.appfooter-bg{
    height: 856px;
    background-color: #f4f4f4;
}

.appfooter{
    width: 1400px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.appfooter-left,.appfooter-right{
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
}

.appfooter-left{
    padding-top: 60px;
    padding-bottom: 130px;
    font-size: 35px;
    width: 970px;
    justify-content: space-between;
    margin-left: -40px;
}

.appfooter-left .mid{
    width: 1127px;
    height: 456px;
}


.appfooter-right{
    width: 430px;
    margin-right: -65px;
    justify-content: center;
}

.appfooter-right .wrap{
    margin-top: 85px;
    height: 275px;
    display: flex;
    justify-content: space-between;

}

.appfooter-right .left,.appfooter-right .right{
    width: 270px;
    height: 270px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}

.appfooter-right .right{
    padding-bottom: 70px;
}

.appfooter-right .left .up{
    width: 200px;
    height: 200px;
}

.appfooter-right .left .down{
    width: 100%;
    height: 70px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.appfooter-right .left .down span{
    font-size: 20px;
}

.appfooter-btn{
    height: 48px;
    width: 170px;
    cursor: pointer;
}

.applogo{
    width: 465px;
    height: 120px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.applogo-left{
    width: 120px;
    height: 120px;
}

.applogo-right .uptext{
    font-size: 42px;
}

.applogo-right .downtext{
    font-size: 25px;
    font-family: lanting;
}


/*foot*/
.footer {
    height: 196px;
    width: 100%;
}

.footer .top {
    height: 150px;
    background-color: #222222;
    display: flex;
    align-items: center;
}

.footer .top .wrap{
    width: 1400px;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.footer .mid a{
    font-size: 20px;
    color: #cdcdcd;
    margin-left: 35px;
}

.footer .right{
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.footer .right span{
    font-size: 20px;
    color: #cdcdcd;
}

.footer .left{
    width: 160px;
    height: 60px;
}

.footer .bottom {
    height: 46px;
    margin: 0 auto;
    background-color: #1b1b1b;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer .bottom span{
    font-size: 15px;
    color: #cdcdcd;
}

/*foot*/

/**分页**/
.pagination-group .active,.pagination-group a:hover {
    background: #FEC923 none repeat scroll 0 0;
    color: white;
    border-radius: 0;
}

.pagination-group .active a {
    color: white;
}


/**个人账户**/
.myaccount{
}

.myaccount > div{
    padding-left: 30px;
    margin-top: 10px;
}
.myaccount .myheadimg{
    padding-left: 0;
    text-align: center;
}
.myaccount .myheadimg img {
    width: 75px;
    height: 75px;
    border-radius:50%;
    border: 3px solid #40D1E8;
}
.myaccount .myname{
    background: url(../images/grtou.png) no-repeat;
}
.myaccount .myid{
    background: url(../images/id.png) no-repeat;
}
.myaccount .mymoney{
    background: url(../images/allmoney.png) no-repeat;
}
.myaccount .mybuy button{
    width:64px;
    height:27px;
    background: url(../images/chongzhi.png) no-repeat;
}

.myaccount .mysign button{
    width:64px;
    height:27px;
    background: url(../images/sign.png) no-repeat;
}

.myaccount .mysign{
    background: url(../images/signtime.png) no-repeat;
    background-position:top 5px left 6px;
    border-bottom: 1px solid black;
    padding-bottom: 10px;
}

.myaccount .mydengji{
    background: url(../images/huiyuandj.png) no-repeat;
    background-position:top 5px left 6px;
    border-bottom: 1px solid black;
    padding-bottom: 10px;
}
.myaccount .mydingyue{
    background: url(../images/yidingyuezhuanj.png) no-repeat;
    background-position:top 1px left 1px;
}
.myaccount .myhuodong{
    background: url(../images/yicanjhd.png) no-repeat;
}
.myaccount .myzhongxin{
    background: url(../images/yonghuzx.png) no-repeat;
}
.myaccount .myshenji{

    background: url(../images/shenjivip.png) no-repeat;
    background-position:top 1px left 4px;
}

/**更多页底部**/
.pageBottom{
    display: flex;
    justify-content: center;
    margin-top: 20px;
}
.pageBottom div{
    cursor: pointer;
}