        .banner {
            position: relative;
            width: 100%;
            /*background: linear-gradient(to top right, #4f62cd, #86b2f6);*/
            background-image: url("../images/linearbg.png");
            background-size: 1920px 640px;
            background-repeat: no-repeat;
            background-position: center center;
            height: 640px;
        }

        .ctn {
            position: relative;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            margin: 0 auto;
        }

        .ctn-item {
            position: relative;
            text-align: center;
        }

        .ctn-item img {
            width: 55%;
        }

        .ctn-item .item-l {
            width: 30%;
            position: absolute;
            bottom: 1.8rem;
        }

        .ctn-item .item-r {
            width: 30%;
            position: absolute;
            right: 0;
            bottom: 1.8rem;
        }

        h3 {
            color: #6987E1;
            font-size: 1.2rem;
            letter-spacing: 2px;
            font-family: source;
            text-align: center;
            margin: 3rem 0 2rem;
        }

        h4 {
            color: #5265cf;
            font-size: 1rem;
            font-family: source;
        }

        h5 {
            font-size: .8rem;
            font-family: source;
            letter-spacing: 2px;
            color: #5265cf;
        }

        .ctn-item p {
            font-size: .55rem;
            letter-spacing: 2px;
            font-family: source;
            color: #4D4d4d;
        }

        .bx-list img {
            width: 50%;
        }

        .bx-list .list {
            display: flex;
            flex-direction: row;
            align-items: center;
            justify-content: space-between;
            margin-bottom: 1.8rem;
        }

        .l-cont {
            width: 34%;
            height: max-content;
        }

        .l-cont .c-desc {
            font-size: .62rem;
            letter-spacing: 2px;
            font-family: source;
            color: #4D4d4d;
        }

        .icon-Con {
            margin: 0 6%;
        }

        .img-list {
            display: flex;
            align-items: center;
            justify-content: space-between;
        }

        .l-img {
            width: 5rem;
            height: 6.6rem;
            padding: 1rem;
            text-align: center;
        }

        .l-img p {
            color: #ffffff;
            font-size: .6rem;
            text-align: center;
        }

        .l-img .p1 {
            margin-top: .7rem;
        }

        .l-img img {
            width: 3.5rem;
        }

        .l-img1 {
            width: 5rem;
            height: 6.6rem;
            background-color: cornflowerblue;
            padding: 1rem;
        }

        .l-img2 {
            background-color: cornflowerblue;
            padding: 1rem;
        }

        .l-img3 {
            background-color: cornflowerblue;
            padding: 1rem;
        }

        .l-img4 {
            background-color: cornflowerblue;
            padding: 1rem;
        }

        .bg {
            width: 100%;
            height: 4rem;
            background: #d3e9fc;
            margin-top: -2rem;
            z-index: -1;
        }

        .btn,
        .btn2 {
            padding: .2rem 1.8rem;
            font-size: .66rem;
            border: none;
            border-radius: 2rem;
            color: #ffffff;
            font-weight: bold;
            letter-spacing: 2px;
            background: linear-gradient(to right, #afa9ff 0%, #7573f9 100%);
            cursor: pointer;
        }

        .b-btn {
            background: #fff;
            color: #6f6fff;
            position: absolute;
            left: 20%;
            bottom: 2rem;
        }

        .g-form {
            margin: 1rem auto;
            width: max-content;
            padding: 0 1rem;
        }

        .f-item {
            display: flex;
            align-items: center;
            margin-bottom: .5rem;
        }

        .g-form span {
            width: 2rem;
            height: 1rem;
            line-height: 1rem;
            font-size: .6rem;
            color: #1a1a1a;
            text-align: justify;
            display: inline-block;
            overflow: hidden;
            vertical-align: top;
            margin-right: .5rem;
        }

        .g-form span:after {
            content: " ";
            display: inline-block;
            width: 100%;
        }

        .g-form .input-line {
            width: 8rem;
            height: 1.2rem;
            font-size: .48rem;
            padding: 0 .3rem;
            border-radius: 5px;
            border: 1px solid #999999;
        }

        .layui-unselect {
            width: 8.6rem;
            height: 1.2rem;
            font-size: .48rem;
            /*padding: 0 .3rem;*/
            border-radius: 5px;
            border: 1px solid #999999;
        }

        .layui-input-block {
            margin-left: 0;
        }

        .get-code {
            display: inline-block;
            width: 3rem;
            height: 1.2rem;
            line-height: 1.2rem;
            font-size: .48rem;
            padding: 0 .3rem;
            border-radius: 5px;
            border: 1px solid #999999;
            margin-left: calc(.5rem - 8px);
            text-align: center;
            text-decoration: none !important;
            color: #fff !important;
            background: linear-gradient(to right, #afa9ff 0%, #7573f9 100%);
            cursor: pointer;
        }

        .guest {
            display: flex;
            flex-direction: column;
            margin: 0 8% 2rem;
            height: 6.66rem;
            overflow: hidden;
        }

        .guest-list {
            position: relative;
            width: 100%;
            min-height: 1.36rem;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .guest-list .gl {
            color: #666666;
            font-size: .6rem;
            border-bottom: 2px solid #f3eded;
            height: 1.3rem;
            line-height: 1.3rem;
            text-align: center;
        }

        .gl-l {
            width: 5rem;
        }

        .gl-m {
            width: 16rem;
            text-align: left !important;
            padding-left: 4rem;
        }

        .gl-r {
            width: 3rem;
            padding-left: 2rem;
        }

        /* div.guest-list:last-child .gl {
            border: none;
        } */
        .gl img {
            margin-right: .5rem;
        }

        .w-name {
            width: 82px;
            display: inline-block;
        }

        .lay-bg {
            position: fixed;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            background: white;
            opacity: 0.5;
        }

        .lay-cont {
            width: 700px;
            height: 400px;
            /* height: max-content; */
            margin: 0 auto;
            position: fixed;
            left: calc(50% - 350px);
            top: calc(50% - 200px);
            z-index: 1000;
            background: #fff;
            box-shadow: 0 0 5px 0 #757380;
            border-radius: 10px;
        }

        .cont-tit {
            text-align: center;
            font-size: 48px;
            padding: 10px 0;
            color: #fff;
            background: linear-gradient(to right, #5d53f95e, #4559fddd);
            border-radius: 10px 10px 0 0;
        }

        .cont-tip {
            padding: .5rem 1rem;
            font-size: 36px;
            letter-spacing: 1px;
            color: #797878;
        }

        .btn-box {
            text-align: center;
        }

        .btn-box button {
            font-size: 36px;
            letter-spacing: 2px;
            padding: .28rem .68rem;
            box-shadow: 2px 2px 5px 0 #80808096;
            border-radius: 5px;
            border: 1px solid #f7ebeb;
            background: #fff;
            color: #797878;
            cursor: pointer
        }

        .btn-back {
            margin-right: .5rem;
        }

        .btn-stay {
            background: linear-gradient(to right, #a3a6fc, #6071fe) !important;
            color: #FFF !important;
            border-color: #a1a4fc !important;
        }

        .layer-tip {
            display: none;
        }

        .banner img {
            width: 1440px;
        }

        .img-box {
            position: relative;
            width: 1440px;
            margin: 0 auto;
        }

        .banner-box {
            position: absolute;
            right: 1rem;
            top: 1rem;
            width: max-content;
            background: #fff;
            padding: .4rem 1rem;
            border-radius: 0.4rem;
        }
        .img-container{
            text-align: center;
        }
        /* .banner-box .img-container{
            width: 6.5rem;
        } */
        .banner-box img{
            width: 5.5rem;
        }

        .banner-box .f-items {
            width: 6.5rem;
            display: flex;
            align-items: center;
            justify-content: space-between;
            margin-bottom: .2rem;
        }

        .banner-box span {
            width: 1rem;
            height: .3rem;
            line-height: .3rem;
            font-size: .2rem;
            color: #1a1a1a;
            text-align: justify;
            display: inline-block;
            overflow: hidden;
            vertical-align: top;
            margin-right: .2rem;
        }

        .banner-box span:after {
            content: " ";
            display: inline-block;
            width: 100%;
        }

        .banner-box .input-line {
            width: 6rem;
            height: 1rem;
            line-height: 1rem;
            font-size: 0.3rem;
            padding: 0 .2rem;
            /*border-radius: 5px;*/
            border: 1px solid #ccc;
        }

        .banner-box .get-code {
            display: inline-block;
            width: 2.9rem;
            height: 1rem;
            line-height: 1rem;
            font-size: .3rem;
            padding: 0 .04rem;
            border-radius: 0;
            border: 1px solid #ccc;
            margin-left: 0;
            text-align: center;
            text-decoration: none !important;
            color: #fff !important;
            background: #82a2e9;
            cursor: pointer;
        }

        .banner-box .layui-unselect {
            width: 6rem;
            height: 1rem;
            line-height: 1rem;
            font-size: 0.3rem;
            padding: 0 .2rem;
            border-radius: 0;
            border: 1px solid #ccc;
        }

        .layui-unselect .layui-input {
            border: 0;
        }

        .banner-box .layui-input-block {
            margin-left: 0;
            display: flex;
            align-items: center;
        }

        .btn1 {
            width: 6rem;
            height: 1rem;
            line-height: 1rem;
            font-size: 0.3rem;
            border: none;
            border-radius: 0;
            color: #ffffff;
            font-weight: bold;
            letter-spacing: 2px;
            background: #82a2e9;
            cursor: pointer;
            text-align: center;
            display: block;
            margin: 0;
            padding: 0 .2rem;
            box-sizing: content-box;
        }

        .banner-top {
            text-align: center;
            font-size: .4rem;
            color: #82a2e9;
            margin-bottom: .2rem;
        }

        .banner-top div {
            display: inline-block;
            color: #f5be48;
        }

        .banner-bottom {
            /* width: 6rem; */
            margin: .2rem;
            text-align: center;
            line-height: .6rem;
        }

        .banner-bottom div:first-child,
        .img-container p,
        .img-container div{
            color: #333;
            font-size: .4rem;
        }

        .img-container p{
            font-size: .6rem;
            margin-top: .5rem;
            line-height: 1rem;
        }
        .img-container p .high{
            font-style: normal;
            font-size: .8rem;
            font-weight: bold;
            color: #6987E1;
        }
        .banner-bottom-big {
            color: #666;
            font-size: .32rem;
        }

        .banner-bottom-small {
            color: #bbb;
            font-size: .3rem;
        }

        .f-item .no-dorp {
            background: #a09a9987;
            border-color: #a09a9987;
            cursor: no-drop;
        }

        #myform1 .no-dorp {
            background: #a09a9987;
            border-color: #a09a9987;
            cursor: no-drop;
        }

        .layui-form-select dl dd.layui-this {
            background-color: #82a2e9;
        }


        /* 新加的样式 */
        .bars-box {
            position: absolute;
            right: 1rem;
            top: 1rem;
            width: max-content;
            background: #fff;
            padding: .4rem 0.4rem;
            border-radius: 0.4rem;
        }
        .bars{
            width: 7rem;
            background-color: #fff;
            border-radius: 10px;
            position: relative;
        }
        .bars .fromTitle .t1 {
            font-size: 0.4rem;
            color: #82a2e9;
            text-align: center;
        }
        .bars .fromTitle .t2 {
            font-size: 0.3rem;
            color: #82a2e9;
            text-align: center;
            margin-top: .1rem;
        }
        .bars .fromTitle .t1 span,.bars .fromTitle .t2 span{
            color:#f5be48
        }
        .bars .form-group {
            margin-top: 0.2rem;
            margin-bottom: 0.2rem;
            margin-right: 0.15rem;
            margin-left: 0.15rem;
            display: flex;
            align-items: center;
        }
        .bars .form-group .control-label{
            font-weight: 900;
            color: #666;
            text-align: right;
            width: 25%;
            font-size: 0.3rem;
            margin-right: 0.3rem;
        }
        .bars .form-group .col-sm-9 {
            flex: 1;
        }
        .bars .form-group .check-more .checkBtns{
            position: relative;
            display: inline-block;
            box-sizing: border-box;
            text-align: center;
            vertical-align: middle;
            line-height: 0.6rem;
            min-width: 1.2rem;
            margin: 0.03rem 0;
            cursor: pointer;
            color: #000;
            font-size: 0.25rem;
            border: 1px solid #bfbfbf;
            padding: 4px 10px;
            border-radius: 8px;
            margin-right: 5px;
        }
        .bars .form-group .check-more .checkBtns.active{
            border: none;
            background: #82a2e9;
            color: #fff;
        }
        .bars .form .form-control{
            margin: 5px 0;
            display: inline-block;
            flex: 1;
            height: 34px;
            padding: 6px 12px;
            font-size: 14px;
            color: #555;
            border: 1px solid #ccc;
            border-radius: 4px;
            width: 4rem;
        }
        .bars  .btns{
            width: 100%;
            font-size: 26px;
            padding: 0;
            border-radius: 80px;
            margin-bottom: 20px;
            padding: 0.4rem 0.3rem;
            background: linear-gradient(to right, #afa9ff 0%, #7573f9 100%);
            cursor: pointer;
            color: white;
            border: none;
        }
        .bars  .btns span{
            text-decoration: line-through;
            font-size: 16px
        }
        .bars  .descript{
            font-size: 14px;
            color: #666;
            line-height:1.5
        }
        .lay-succ-cont{
            text-align: center;
        }
        .lay-succ-cont img{
            width: 3rem;
            margin-top: 0.7rem;
        }
        .lay-succ-cont .cont-tip{
            color: #333;
        }
        .lay-succ-cont .cont-littip{
            max-width: 11rem;
            color: #9e9e9e;
            margin: 0 auto;
        }
        .lay-cont>span{
            position: absolute;
            font-size: 0.6rem;
            right: 0.5rem;
            color: #a5a5a5;
        }
        .sub-commit{
            display: none;
        }
        