﻿body
{
}
.content
{
    margin: 0 atuo;
    position: relative;
}
.content img
{
    width: 100%;
    height: auto;
}
.content .info
{
    width: 618px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
}
.content .info .title
{
    height: 25px;
    font-size: 18px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #4A4A4A;
    line-height: 25px;
}
.content .info .paiList
{
    display: flex;
    margin: 24px 0;
}
.content .info .paiList .paiItem
{
    width: 190px;
    height: 238px;
    margin-right: 24px;
}
.content .info .paiList .active img
{
    border: 4px solid #2D8CF0;
    border-radius: 20px;
    
    }
.content .info .paiList .paiItem:last-child
{
    margin-right: 0px;
}
.content .info .paiList img
{
    width: 100%;
    height: auto;
}

.content .info .tips
{
    height: 22px;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #4A4A4A;
    line-height: 22px;
}

.content .info .tips .num
{
    color: #D0523D;
}
.continue
{color:#2D8CF0;
 display:none;
    
    }
    
    
   .content .quan
   {
       position: absolute;
    top: 78.5%;
    right: 31%;
    transform: translateX(-50%);
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #4A4A4A;
    cursor:pointer;
       }
         .content .quan:hover
   {
     color:#2D8CF0;
       }
/*提示框样式*/
.Dialog_Model
{
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999999999;
    font-family: MicrosoftYaHei;
}
.Dialog_box
{
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translateX(-50%);
}
#openDialog_box
{
    display: none;
}

.Dialog_box #closeOpenDialog
{
    position: absolute;
    top: 74%;
    left: 50%;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    cursor: pointer;
    transform: translateX(-50%);
    border: 3px solid #fff;
    border-radius: 50%;
    width: 44px;
    height: 44px;
    text-align: center;
    line-height: 38px;
}
.img_box
{
    width: 308px;
    height: 428px;
  /*  animation: bounce-in 0.7s;*/
}
.content .no_tips
{
    font-size: 18px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 25px;
    position: fixed;
    left: 50%;
    top: 300px;
    transform: translateX(-50%);
    width: 262px;
    height: 54px;
    line-height: 54px;
    text-align: center;
    background: #000000;
    border-radius: 8px;
    opacity: 0.74;
    display: none;
}
/*@keyframes bounce-in {
  0% {
    transform: scale(0);
  }50%{
     transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}*/
@media screen and (max-width: 1680px)
{
    .content .info
    {
        width: 567px;
    }
    .content .info .paiList .paiItem
    {
        width: 173px;
        height: auto;
    }
}
@media screen and (max-width: 1440px)
{
    .content .info
    {
        width: 507px;
        top:47%;
    }
    .content .info .paiList .paiItem
    {
        width: 153px;
        height: auto;
    }
}

@media screen and (max-width: 1366px)
{
    .content .info
    {
        width: 477px;
    }
    .content .info .paiList .paiItem
    {
        width: 143px;
        height: auto;
    }
}

@media screen and (max-width: 1280px)
{
    .content .info
    {
        width: 437px;
        top:45%;
    }
    .content .info .paiList .paiItem
    {
        width: 133px;
        height: auto;
    }
}
