[v-cloak]{
    display: none;
}
#container {
    background: #fff;
    font-size: 0;
}

.customHeader_iframe_small {
    border: none;
    width: 100%;
    height: 69px;
    overflow: hidden;
}

.customFooter_iframe {
    height: 169px;
    border: none;
}

.banner {
    width: 100%;
    height: 389px;
    background: url(../images/banner-budongchan-img-1.png) no-repeat center;
}

.banner .title {
    font-size: 42px;
    padding-top: 100px;
    letter-spacing: 5px;
}

.banner .line1 {
    background: linear-gradient(90deg, #fde6d600 0.15%, #FDE6D6 50.08%, #f4f4f400 100%);
    color: #565b65;
    font-size: 20px;
    width: 560px;
    margin-top: 10px;
}

.banner .line2 {
    color: #565b65;
    font-size: 20px;
    width: 850px;
    margin-top: 10px;
}

.blockTitle {
    font-size: 32px;
    text-align: center;
    padding: 100px 0 10px;
}

.titleTip {
    font-size: 18px;
    text-align: center;
    color: #565B65;
}

.type {
    display: flex;
    margin-top: 60px;
    justify-content: space-between;
}

.type .item {
    width: 540px;
    height: 224px;
    background: url(../images/banner-budongchan-bg-1.png) no-repeat center;
    padding: 24px;
    position: relative;
}

.type .item .title {
    font-size: 22px;
    margin-bottom: 20px;
}

.type .item .text {
    font-size: 14px;
    color: #676767;
    width: 300px;
}

.type .item b {
    display: inline-block;
    width: 231px;
    height: 221px;
    position: absolute;
    bottom: 0;
    right: 0;
}

.type .item:nth-child(1) b {
    background: url(../images/budongchan-img-2.png) no-repeat center;
}

.type .item:nth-child(2) b {
    background: url(../images/budongchan-img-3.png) no-repeat center;
}

.bszq {
    display: flex;
    margin-top: 60px;
    justify-content: space-between;
}

.bszq li {
    width: 268px;
    height: 260px;
    padding: 20px;
    position: relative;
    cursor: pointer;
}
.bszq li.defaultC {
    cursor: default;
}

.bszq li:nth-child(1) {
    background: url(../images/budongchan-bg-2.png) no-repeat center;
}

.bszq li:nth-child(2) {
    background: url(../images/budongchan-bg-3.png) no-repeat center;
}

.bszq li:nth-child(3) {
    background: url(../images/budongchan-bg-4.png) no-repeat center;
}

.bszq li:nth-child(4) {
    background: url(../images/budongchan-bg-5.png) no-repeat center;
}

.bszq li .text1 {
    font-size: 20px;
    color: #ffffff;
}

.bszq li .text2 {
    font-size: 12px;
    color: #ffffff;
}

.bszq li b {
    display: inline-block;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 20px;
    right: 20px;
}

.bszq li:nth-child(1) b {
    background: url(../images/icon-arrow-right-up1.png) no-repeat center;
}

.bszq li:nth-child(2) b {
    background: url(../images/icon-arrow-right-up2.png) no-repeat center;
}
.bszq li:nth-child(2) b.ples{
    width: 78px;
    height: 78px;
    top:0;
    right: 0;
    background: url(../images/icon-ples@3x.png) no-repeat center;
    background-size: 100%;
}

.bszq li:nth-child(3) b {
    background: url(../images/icon-arrow-right-up3.png) no-repeat center;
}

.bszq li:nth-child(4) b {
    background: url(../images/icon-arrow-right-up4.png) no-repeat center;
}

.gdzx {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.gdzx li .qr {
    width: 240px;
    height: 240px;
    border-radius: 8px;
    border: 1px solid #FFEFD4;
    background: linear-gradient(90deg, #FCFBF6 0%, #FCFBF6 50%, #FCFBF6 100%);
    text-align: center;
    line-height: 240px;
}

.gdzx li .text {
    font-size: 24px;
    text-align: center;
    margin: 16px 0 100px;
}

.right {
    position: fixed;
    right: 30px;
    bottom: 250px;
    color: #2e2e2e;
    font-size: 20px;
    text-align: center;
    cursor: pointer;
}