/* 弹窗 */
.vipremainWindow .VipCard{
    background: linear-gradient(to bottom, #FFFFFF,#F0E3D1);
}
.windowBody,.touristWindow,.vipWindow,.SvipWindow,.remainWindow,.commonWindow,.addressWindow,.contactWindow,.vipremainWindow{
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5);
    /* display: none; */
    z-index: 200;
}
#commonWindow{
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5);
    /* display: none; */
    z-index: 200;
}
.contactWindow .copyWxBtn{
    background-color: black;
    color: white;
    cursor: pointer;
    font-size: 18px;
    width:240px;
    height: 46px;
    border: none;
    border-radius: 26px;
    -webkit-border-radius: 26px;
    -moz-border-radius: 26px;
    -ms-border-radius: 26px;
    -o-border-radius: 26px;
}
.windowBody .windowCard{
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 800px;
    height: 300px;
    padding: 50px;
    background-color: white;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    margin: 250px auto 0px;
}

.windowBody .windowCard .block{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction: column;
    width: 220px;
    height: 220px;
    background-color: #F4F4F4;
    border-radius: 18px;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    -ms-border-radius: 18px;
    -o-border-radius: 18px;
}

.windowBody .windowCard .block img{
    flex-shrink: 0;
}

.windowBody .windowCard .block span{
    margin: 30px 0px;
}

.windowBody .closeWindow{
    width: 100px;
    height: 100px;
    margin: 50px auto 0;
}

.windowBody .closeWindow img{
    width: 68px;
    height: 68px;
}

.isShow{
    display: none;
}

/* 大弹窗 */
.touristCard,.VipCard{
    width: 550px;
    height: 510px;
    padding: 30px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    margin: 200px auto 0px;
    position: relative;
}

.touristWindow .touristCard{
    background: linear-gradient(to bottom, #FFFFFF,#D5DCF7);
}

.vipWindow .VipCard{
    background: linear-gradient(to bottom, #FFFFFF,#F0E3D1);
}

.touristCard span{
    display: block;
}

.VipCard span{
    display: block;
}

.color68D{
    color:#3C468D;
}

.color038{
    color: #BC9038;
}

.capacityBox{
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.touristCard >*{
    margin-bottom: 30px;
}

.VipCard >*{
    margin-bottom: 30px;
}

.capacityBox .choiceBox{
    height: 70px;

}

.learnBtn{
    display: block;
    margin: 40px auto 0px;
    background-color: #191919;
    color: white;
    width: 240px;
    height: 46px;
    border: none;
    border-radius: 23px;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    -ms-border-radius: 23px;
    -o-border-radius: 23px;
}

.closeTouristImg,.closeVipImg,.closeContactImg{
    width: 30px;
    height: 30px;
    position: absolute;
    right: 30px;
    top: 30px;
}

.posterImg{
    width: 100%;
}

/* 小弹窗 */

.closeSvipImg,.closeRemainImg,.closeCommonImg{
    width: 30px;
    height: 30px;
    position: absolute;
    right: 20px;
    top: 20px;
}

.SvipCard,.commonCard{
    margin: 200px auto 0px;
    position: relative;
}

.SvipCard .svipPicture{
    position: relative;
    left: 87px;
    bottom: 30px;
}

.commonImg{
    width: 200px;
}

.commonCard .commonPicture{
    position: relative;

    bottom: 30px;
}

.textBox{
    height: 64px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.textBox2 h1{
    margin-bottom: 10px;
}

.textBox2{
    height: 84px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.remainWindow .SvipCard a .learnBtn{
    margin: 30px auto 0px;
}

.addressWindow .addressCard{
    width: 880px;
    height: 380px;
    padding: 35px 35px 35px 35px;
    background-color: white;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    margin: 200px auto 0;
}

.addressWindow .addressCard .contentCard{
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.addressWindow .addressCard .contentCard .leftCard{
    width: 80%;
}

.addressWindow .addressCard .contentCard .rightCard{
    margin-top: 30px;
}

.addressWindow .addressCard .contentCard .rightCard .weizhi{
    margin-top: 20px;
    width: 300px;
}

.addressWindow .addressCard .leftCard .form{
    display: flex;
    flex-direction: column;
    margin-top: 40px;
}

.addressWindow .addressCard .form .row{
    margin-bottom: 20px;
}


.addressWindow .addressCard .form .row input{
    width: 300px;
    height: 50px;
    background-color:#F3F5F7 ;
    border: none;
    outline: none;
    margin-left: 20px;
    padding-left: 15px;
}


.addressWindow .addressCard .saveBtn{
    display: block;
    width: 220px;
    height: 60px;
    margin: 20px auto 0;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    background-color: #191919;
    color: white;
    border: none;
    font-size: 26px;
    cursor: pointer;
}

.SvipCard{
    width: 380px;
    height: 410px;
    background: url('/public/static/app/images/SvipBg.png') no-repeat,linear-gradient(to bottom,#EFE8DD, #FFFFFF);
    background-repeat: no-repeat;
    /* background-color: white; */
    border-radius: 20px;
}
.commonCard{
    width: 380px;
    height: 410px;
    background: url('/public/static/app/images/commonBg.png') no-repeat,linear-gradient(to bottom,#B7CFF9,10%, #FFFFFF);
    background-repeat: no-repeat;
    /* background-color: white; */
    border-radius: 20px;
    text-align: center;
}

.giveALik img:hover{
    content: url('/public/static/app/images/thumbs-up2Active.png');
}

.collect img:hover{
    content: url('/public/static/app/images/collectActive.png');
}
