@charset "utf-8";
body {
    background-color: #f5f5f5;
    padding-bottom: 55px;
}

.main {
    min-width: 1200px;
    background-image: url("../img/bg.jpg");
    background-repeat: no-repeat;
    background-position: top center;
}

.head {
    width: 1200px;
    height: 50px;
    margin: 0 auto;
    background-color: #f5f5f5;
}

.logo {
    width: 142px;
    height: 42px;
    display: block;
    background: url(../img/logo.png) no-repeat;
    margin-top: 4px;
}

.section {
    width: 1200px;
    margin: 0 auto;
}

.title {
    font-size: 30px;
    line-height: 45px;
    color: #ffe13b;
    text-align: center;
    padding-top: 17px;
}

.title img {
    vertical-align: middle;
}

.buyInfo {
    width: 400px;
    margin: 0 auto;
}

.buyInfo li {
    margin-bottom: 10px;
}

.buyInfo .label {
    width: 80px;
    font-size: 20px;
    color: white;
    line-height: 80px;
    display: inline-block;
    height: 80px;
    vertical-align: middle;
    text-align: right;
}

.buyInfo .label.lh-36 {
    line-height: 36px;
}

.buyInfo .phone {
    width: 270px;
    height: 46px;
    line-height: 46px;
    background-color: transparent;
    border: none;
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    font-size: 20px;
    color: white;
    margin: 3px 0 0 24px;
    vertical-align: middle;
}

.buyInfo .buyType {
    width: 100px;
    height: 80px;
    border: 3px solid #65594c;
    border-radius: 15px;
    outline: none;
    font-size: 18px;
    color: #95816c;
    margin-left: 24px;
    background-color: transparent;
}

.buyInfo .active {
    color: #ffa43b;
    border: 3px solid #ffa43b;
    position: relative;
}

.buyInfo .active:after {
    content: "";
    width: 30px;
    height: 27px;
    display: block;
    background: url("../img/pic1.png");
    position: absolute;
    right: -2px;
    bottom: -2px;
}

.buyInfo .payBtn {
    width: 260px;
    height: 56px;
    background: #ffa43b;
    background: linear-gradient(0deg, #ff8e3b, #ffc924);
    border-radius: 27px;
    display: block;
    line-height: 56px;
    border-radius: 56px;
    text-align: center;
    font-size: 20px;
    color: #ffffff;
    border: none;
    margin: 40px auto 0;
}

.buyInfo .disable {
    background: #bababa;
}

.buyInfo .tips {
    color: #aa9180;
    line-height: 24px;
    text-align: center;
    padding-top: 12px;
}

.content {
    width: 1200px;
    height: 1114px;
    border-radius: 16px;
    background-color: #ffffff;
    margin: 12px auto;
}

.content .subTitle {
    padding-top: 40px;
    text-align: center;
    color: #95816c;
    font-size: 22px;
}

.content .privilegeList {
    display: flex;
    justify-content: space-evenly;
    padding-top: 54px;
}

.content .privilegeList .privilegeItem .icon {
    width: 110px;
    height: 110px;
    display: block;
    margin: 0 auto;
}

.content .privilegeList .privilegeItem .img {
    width: 179px;
    height: 362px;
    display: block;
    margin: 0 auto;
}

.content .privilegeList .privilegeItem .text {
    font-size: 16px;
    line-height: 46px;
    color: #95816c;
    text-align: center;
}

.mask {
    display: none;
    width: 100%;
    height: 100%;
    z-index: 1;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
}

.mask .dialog {
    width: 400px;
    height: 315px;
    background: #ffffff;
    border-radius: 20px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -200px;
    margin-top: -158px;
}

.mask .dialog .popup {
    width: 400px;
    text-align: center;
    color: #41c500;
    font-size: 24px;
}

.mask .dialog .paySuccess {
    display: none;
    height: 50px;
    padding-top: 175px;
    margin: 0 auto;
    background-image: url("../img/icon2.png");
    background-position: center 40px;
    background-repeat: no-repeat;
    background-size: 100px;
}

.mask .dialog .payFaild {
    display: none;
    height: 50px;
    padding-top: 175px;
    background-image: url("../img/icon1.png");
    background-position: center 40px;
    background-repeat: no-repeat;
    background-size: 100px;
    color: #9c9c9c;
}

.mask .dialog .qrcode {
    height: 190px;
    padding-top: 50px;
    position: relative;
}

.mask .dialog .qrcode .qrcodeImg {
    width: 150px;
    height: 150px;
}

.mask .dialog .qrcode .layer {
    width: 150px;
    height: 150px;
    position: absolute;
    top: 50px;
    left: 125px;
    background-color: rgba(0, 0, 0, 0.7);
}

.mask .dialog .qrcode .tips {
    color: #333;
    font-size: 18px;
    line-height: 24px;
}

.tool {
    width: 150px;
    height: 150px;
    position: absolute;
    top: 50px;
    left: 125px;
}

.mask .dialog .confirmBtn {
    display: block;
    margin: 0 auto;
    width: 200px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: white;
    background: #ffa43b;
    border-radius: 12px;
    font-size: 18px;
    border: none;
}