.color-red {
    color: #e31313 !important;
}

.container {
    width: 1200px;
    min-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.container .floor-top .title {
    width: 220px;
    height: 70px;
    line-height: 70px;
    font-size: 28px;
    display: inline-block;
    float: left;
}

.header {
    width: 100%;
    background-color: #fff;
    height: 100px;
}

.header .logo {
    width: 150px;
    height: 40px;
    display: inline-block;
    float: left;
    margin-top: 30px;
}

.header .logo img {
    width: 100%;
    height: 100%;
}

.header .middle {
    width: 602px;
    height: 40px;
    display: inline-block;
    float: left;
    margin-left: 135px;
    margin-top: 30px;
}

.header .middle .search {
    width: 390px;
    display: inline-block;
    float: left;
    border: 1px solid #13c496;
    border-radius: 20px;
}

.header .middle .search .select {
    width: 100px;
    height: 100%;
    display: inline-block;
    float: left;
    margin-left: 6px;
}

.header .middle .search .select .layui-input, .header .middle .search .select .layui-select, .header .middle .search .select .layui-textarea {
    border: none;
    border-radius: 20px;
}

.header .middle .search .input {
    width: 150px;
    height: 38px;
    display: inline-block;
    float: left;
}

.header .middle .search .input input {
    width: 100%;
    height: 100%;
    border: none;
    padding: 0 10px 0 0;
}

.header .middle .search .search-btn {
    display: inline-block;
    float: right;
    width: 100px;
    height: 38px;
    background-color: #13c496;
    border-radius: 0 20px 20px 0;
    padding: 11px 10px;
    cursor: pointer;
}

.header .middle .search .search-btn i {
    display: inline-block;
    float: left;
    width: 16px;
    height: 16px;
    background-image: url(../images/icons.png);
    background-position: 0 -235px;
    margin-left: 10px;
}

.header .middle .search .search-btn span {
    display: inline-block;
    float: left;
    color: #fff;
    margin-left: 12px;
    height: 16px;
    line-height: 16px;
}

.header .middle .tel {
    display: inline-block;
    float: left;
    margin-left: 20px;
    height: 40px;
}

.header .middle .tel .icon {
    width: 40px;
    height: 40px;
    background-image: url(../images/img03.png);
    background-position: 2px 2px;
    background-repeat: no-repeat;
    display: inline-block;
    float: left;
}

.header .middle .tel .right {
    width: auto;
    display: inline-block;
    float: left;
    margin-left: 8px;
}

.header .middle .tel .right span {
    display: block;
    width: 100%;
    height: 14px;
    line-height: 14px;
    font-size: 14px;
    font-weight: bold;
    clear: both;
    margin-top: 3px;
}

.header .middle .tel .right span.num {
    height: 18px;
    line-height: 18px;
    font-weight: bold;
    font-size: 18px;
    color: #333;
    margin-top: 5px;
}

.header .login {
    display: inline-block;
    float: right;
    height: 32px;
    margin: 34px 0;
    position: relative;
}

.header .login .username {
    font-size: 14px;
    color: #333;
    cursor: pointer;
    display: inline-block;
    float: left;
    height: 32px;
    line-height: 32px;
}

.header .login .navto {
    display: inline-block;
    white-space: nowrap;
    float: left;
    color: #333;
    line-height: 32px;
}

.header .login .navto a {
    color: #333;
}

.header .login .navto > span {
    display: inline-block;
    margin: 0 5px;
}

.header .login .head-img {
    width: 32px;
    height: 32px;
    display: inline-block;
    margin-left: 20px;
    border-radius: 16px;
    overflow: hidden;
    float: right;
}

.header .login .head-img img {
    width: 100%;
    height: 100%;
}

.header .login .menu {
    width: 110px;
    height: auto;
    position: absolute;
    top: 32px;
    left: 0;
    border: 1px solid #ddd;
    padding: 0 10px 18px;
    background-color: #fff;
    z-index: 999;
    display: none;
}

.header .login .menu a {
    display: block;
    width: 100%;
    height: 14px;
    line-height: 14px;
    font-size: 14px;
    text-align: center;
    color: #333;
    margin-top: 18px;
    transition: color 0.3s;
}

.header .login .menu a:hover {
    color: #13c496;
}

.header .login .menu .up {
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #ddd;
    position: absolute;
    top: -8px;
    left: 47px;
}

.header .login .menu .up i {
    display: block;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #fff;
    position: absolute;
    left: -8px;
    top: 1px;
}

.nav {
    width: 100%;
    height: 50px;
    background-color: #fff;
    border-top: 1px #13c496 solid;
}

.cate-nav {
    width: 290px;
    display: inline-block;
    float: left;
    position: relative;
    user-select: none;
}

.cate-nav .cate-top {
    width: 100%;
    height: 50px;
}

.cate-nav .cate-top i {
    display: inline-block;
    width: 24px;
    height: 18px;
    background-image: url("../images/icons.png");
    background-position: 0 1px;
    float: left;
    margin: 16px 20px;
}

.cate-nav .cate-top span {
    display: inline-block;
    float: left;
    color: #fff;
    font-size: 18px;
    line-height: 18px;
    height: 18px;
    margin: 16px 0;
}

.cate-nav .cate-bot {
    width: 1200px;
    height: 400px;
    position: absolute;
    top: 0px;
    left: 0;
    z-index: 2;
    display: none;
}

.cate-nav .cate-bot .left {
    width: 240px;
    height: 400px;
    display: inline-block;
    float: left;
    background-color: rgba(54, 54, 54, 0.8);
    overflow: hidden;
}

.cate-nav .cate-bot .left .item {
    width: 100%;
    clear: both;
    border-bottom: 1px solid #1c1c1c;
    padding: 0 17px;
}

.cate-nav .cate-bot .left .item .cate-one {
    width: 100%;
    height: 16px;
    color: #fff;
    line-height: 16px;
    font-size: 16px;
    margin-top: 20px;
    display: block;
    margin-bottom: 4px;
}

.cate-nav .cate-bot .left .item .sons {
    width: 100%;
    padding-bottom: 15px;
}

.cate-nav .cate-bot .left .item .sons a {
    display: inline-block;
    white-space: nowrap;
    color: #fff;
    font-size: 14px;
    margin-top: 8px;
    line-height: 14px;
    height: 14px;
    margin-right: 17px;
}

.cate-nav .cate-bot .left .item .sons a:hover {
    color: #13c496;
}

.cate-nav .cate-bot .left .item .sons a:nth-child(3n) {
    margin-right: 0;
}

.cate-nav .cate-bot .left .item:last-child {
    border-bottom: none;
}

.cate-nav .cate-bot .right {
    width: 960px;
    display: inline-block;
    float: left;
    height: 390px;
    margin-top: 5px;
    background-color: #fff;
    padding: 40px 54px;
}

.cate-nav .cate-bot .right .item {
    width: 100%;
    clear: both;
    margin-bottom: 28px;
}

.cate-nav .cate-bot .right .item .sons {
    width: 100%;
}

.cate-nav .cate-bot .right .item .sons a {
    display: inline-block;
    white-space: nowrap;
    color: #333;
    font-size: 14px;
    margin-top: 10px;
    line-height: 14px;
    height: 14px;
    padding-right: 14px;
    margin-right: 14px;
    position: relative;
}

.cate-nav .cate-bot .right .item .sons a span {
    display: inline-block;
    width: 100%;
    height: 100%;
    transition: color 0.3s;
}

.cate-nav .cate-bot .right .item .sons a i {
    display: inline-block;
    width: 1px;
    height: 14px;
    position: absolute;
    top: 0;
    right: -1px;
    background-color: #666;
}

.cate-nav .cate-bot .right .item .sons a:last-child i {
    display: none;
}

.cate-nav .cate-bot .right .item .sons a:hover span {
    color: #13c496;
}

.cate-nav .cate-bot .right .item .sons .cate-one {
    display: inline-block;
    white-space: nowrap;
    margin-top: 10px;
    line-height: 14px;
    height: 14px;
    padding-right: 14px;
    margin-right: 14px;
    position: relative;
    color: #333333;
    font-weight: bold;
    font-size: 14px;
}

.cate-nav .cate-bot .right .item .sons .cate-one i {
    display: inline-block;
    width: 1px;
    height: 14px;
    position: absolute;
    top: 0;
    right: -1px;
    background-color: #666;
}

.nav .navi {
    display: inline-block;
    height: 50px;
    float: left;
}

    .nav .navi a {
        display: inline-block;
        width: auto;
        height: 49px;
        line-height: 50px;
        font-size: 16px;
        color: #333;
        float: left;
        padding: 0;
        transition: all 0.3s;
        border-bottom: 2px solid #fff;
    }

        .nav .navi a:nth-child(1) {
            margin-left: 50px;
        }

        .nav .navi a:hover, .nav .navi a.active {
            border-bottom: 3px solid #13c496;
        }

    .nav .navi i {
        display: inline-block;
        float: left;
        width: 1px;
        height: 12px;
        background-color: #fff;
        margin: 19px 28px;
    }

.nav .xzapp {
    width: auto;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    margin-right: 40px;
}

    .nav .xzapp img {
        width: 20px;
        height: 20px;
    }

.footer {
    width: 100%;
}

    .footer .foot-top {
        width: 100%;
        background-color: #3c3c3c;
        padding: 70px 0;
    }

        .footer .foot-top .left {
            display: inline-block;
            float: left;
            width: 660px;
        }

            .footer .foot-top .left .logo {
                width: 150px;
                height: 40px;
                clear: both;
            }

                .footer .foot-top .left .logo img {
                    width: 100%;
                    height: 100%;
                }

            .footer .foot-top .left .foot-nav {
                width: auto;
                height: 16px;
                margin-top: 40px;
                line-height: 16px;
                font-size: 16px;
            }

                .footer .foot-top .left .foot-nav a {
                    display: inline-block;
                    float: left;
                    color: #fff;
                    margin-right: 25px;
                }

        .footer .foot-top .right {
            width: auto;
            display: inline-block;
            float: right;
            height: 120px;
        }

            .footer .foot-top .right .img {
                display: inline-block;
                width: 120px;
                height: 120px;
                float: left;
            }

            .footer .foot-top .right .contact {
                display: inline-block;
                float: left;
                margin-left: 28px;
                width: 392px;
            }

                .footer .foot-top .right .contact span {
                    display: block;
                    width: 100%;
                    clear: both;
                    color: #fff;
                }

                .footer .foot-top .right .contact .span1 {
                    font-size: 16px;
                    height: 16px;
                    line-height: 16px;
                    margin-top: 3px;
                }

                .footer .foot-top .right .contact .span2 {
                    font-size: 28px;
                    height: 28px;
                    line-height: 28px;
                    margin-top: 10px;
                    margin-bottom: 15px;
                }

                .footer .foot-top .right .contact .span3 {
                    font-size: 14px;
                    height: 14px;
                    line-height: 14px;
                    margin-top: 12px;
                }

    .footer .foot-bot {
        width: 100%;
        height: 40px;
        background-color: #2f2f2f;
    }

        .footer .foot-bot .left {
            display: inline-block;
            float: left;
            line-height: 40px;
            font-size: 14px;
        }

            .footer .foot-bot .left span, .footer .foot-bot .left a {
                display: inline-block;
                color: #888;
            }

        .footer .foot-bot .right {
            display: inline-block;
            float: right;
            line-height: 40px;
            font-size: 14px;
        }

            .footer .foot-bot .right span, .footer .foot-bot .right a {
                display: inline-block;
                color: #888;
            }

.floor-top {
    width: 100%;
    height: 70px;
}

    .floor-top .title {
        width: auto;
        height: 70px;
        line-height: 70px;
        font-size: 28px;
        font-weight: bold;
        display: inline-block;
        float: left;
    }

    .floor-top .tit_smll {
        width: auto;
        height: 70px;
        line-height: 70px;
        font-size: 16px;
        display: inline-block;
        float: left;
    }

        .floor-top .tit_smll a {
            margin-right: 44px;
        }
        .floor-top .tit_smll .current {
            color: #13c496;
            border-bottom: 1px #13c496 solid;
        }

    .floor-top .read-more {
        display: inline-block;
        float: right;
        margin-top: 27px;
    }

.read-more {
    width: auto;
    height: 16px;
    display: inline-block;
}

    .read-more span {
        display: inline-block;
        height: 16px;
        line-height: 16px;
        font-size: 14px;
        color: #333;
        float: left;
    }

    .read-more i {
        width: 16px;
        height: 16px;
        display: inline-block;
        float: left;
        background-image: url(../images/icons.png);
        background-position: 0 -30px;
        margin-left: 12px;
    }

.com-side {
    width: 50px;
    height: 180px;
    position: fixed;
    top: 66%;
    left: 50%;
    margin-top: -90px;
    margin-left: 630px;
    z-index: 999;
}

    .com-side .items {
        width: 50px;
        height: 180px;
        border-radius: 25px;
        background-color: #313336;
        padding: 18px 0;
    }

        .com-side .items .item {
            width: 24px;
            height: 24px;
            background-image: url("../images/icons.png");
            margin-left: auto;
            margin-right: auto;
            cursor: pointer;
        }

            .com-side .items .item a {
                display: block;
                width: 100%;
                height: 100%;
            }

        .com-side .items .side-service {
            background-position: 0 -122px;
        }

        .com-side .items .side-ewm {
            background-position: 0 -162px;
            margin: 36px auto;
        }

        .com-side .items .side-top {
            background-position: 0 -197px;
        }

    .com-side .ewm-block {
        width: 180px;
        height: 330px;
        border-radius: 8px;
        border: 5px solid #313336;
        background-color: #fff;
        position: absolute;
        top: -50px;
        right: 60px;
        z-index: 999;
        display: none;
    }

        .com-side .ewm-block .img {
            width: 150px;
            height: 150px;
            margin: 10px;
        }

            .com-side .ewm-block .img img {
                width: 100%;
                height: 100%;
            }

        .com-side .ewm-block span {
            display: block;
            width: 100%;
            height: 14px;
            line-height: 14px;
            font-size: 14px;
            color: #333;
            text-align: center;
            margin-bottom: 20px;
        }

        .com-side .ewm-block a {
            display: block;
            width: 150px;
            height: 44px;
            margin: 8px auto 0;
        }

            .com-side .ewm-block a img {
                width: 100%;
                height: 100%;
            }

        .com-side .ewm-block i {
            display: block;
            width: 0;
            height: 0;
            border-width: 6px 0 6px 6px;
            border-style: solid;
            border-color: transparent transparent transparent #313336;
            position: absolute;
            top: 130px;
            right: -11px;
        }

.page {
    width: 100%;
    text-align: center;
}

    .page a {
        height: 30px;
        min-width: 30px;
        line-height: 30px;
        padding: 0 10px;
        display: inline-block;
        text-align: center;
        color: #333;
        background-color: white;
        border: solid 1px #dddddd;
        margin-right: 10px;
        transition: all .3s;
    }

        .page a.active, .page a:hover {
            background-color: #13c496;
            color: white;
            border-color: #13c496;
        }

        .page a.more {
            background-color: transparent;
            border: none;
        }

            .page a.more:hover {
                color: #333;
            }

        .page a:first-of-type {
            width: 40px;
            padding: 0;
        }

        .page a:last-of-type {
            width: 40px;
            padding: 0;
            margin-right: 0;
        }

        .page a.ban {
            color: #dddddd;
        }

            .page a.ban:hover {
                color: #dddddd;
                background-color: #fff;
                border-color: #dddddd;
            }

.mask {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9998;
    display: none;
}

.open-window {
    width: 480px;
    background-color: #fff;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -240px;
    z-index: 9999;
    display: none;
}

    .open-window .top-title {
        width: 100%;
        height: 60px;
        background-color: #13c496;
        padding: 0 20px;
    }

        .open-window .top-title span {
            width: auto;
            height: 60px;
            line-height: 60px;
            display: inline-block;
            float: left;
            color: #fff;
            font-size: 20px;
        }

        .open-window .top-title i {
            width: 16px;
            height: 16px;
            display: inline-block;
            background-image: url("../images/icons.png");
            background-position: 0 -272px;
            cursor: pointer;
            float: right;
            margin-top: 22px;
        }

    .open-window .forms {
        width: 100%;
        padding: 20px 50px 20px 20px;
    }

        .open-window .forms .line {
            width: 100%;
            height: 40px;
            clear: both;
        }

            .open-window .forms .line .label {
                width: 70px;
                height: 40px;
                line-height: 40px;
                display: inline-block;
                float: left;
                text-align: right;
                color: #333;
                font-size: 14px;
                font-weight: bold;
            }

            .open-window .forms .line .right {
                width: 320px;
                height: 40px;
                display: inline-block;
                float: left;
                margin-left: 20px;
            }

                .open-window .forms .line .right .input {
                    width: 100%;
                    height: 40px;
                }

                    .open-window .forms .line .right .input input {
                        width: 100%;
                        height: 40px;
                        border: 1px solid #ddd;
                        padding: 0 10px;
                    }

                .open-window .forms .line .right .code-input {
                    width: 160px;
                    height: 40px;
                    display: inline-block;
                    float: left;
                }

                    .open-window .forms .line .right .code-input input {
                        width: 100%;
                        height: 40px;
                        border: 1px solid #ddd;
                        padding: 0 10px;
                    }

                .open-window .forms .line .right .button {
                    width: 150px;
                    height: 40px;
                    display: inline-block;
                    float: right;
                }

                    .open-window .forms .line .right .button button {
                        width: 150px;
                        height: 40px;
                        border: 1px solid #ddd;
                        background-color: #fff;
                        font-size: 14px;
                        color: #666;
                    }

        .open-window .forms .agreement {
            width: 100%;
            height: 14px;
            line-height: 14px;
            font-size: 14px;
            clear: both;
            padding-left: 90px;
        }

            .open-window .forms .agreement .check {
                display: inline-block;
                float: left;
            }

            .open-window .forms .agreement a {
                display: inline-block;
                float: left;
                color: #13c496;
            }

        .open-window .forms .sub-btn {
            width: 200px;
            height: 40px;
            margin-left: auto;
            margin-right: auto;
        }

            .open-window .forms .sub-btn button {
                width: 200px;
                height: 40px;
                background-color: #13c496;
                font-size: 14px;
                color: #fff;
                border: none;
                border-radius: 20px;
            }

        .open-window .forms .navi {
            width: 100%;
            text-align: center;
            height: 14px;
            line-height: 14px;
            font-size: 14px;
        }

            .open-window .forms .navi a {
                display: inline-block;
                color: #666;
                width: 88px;
                text-align: center;
            }

                .open-window .forms .navi a:first-child {
                    border-right: 1px solid #666;
                }

.window-register {
    margin-top: -272px;
}

.window-login {
    height: 374px;
    margin-top: -187px;
}

.window-forget {
    height: 450px;
    margin-top: -225px;
}

.window-bindphone {
    height: 460px;
    margin-top: -230px;
}
.window-bindcompany {
    height: 460px;
    margin-top: -230px;
}
.window-bindcancel {
    height: 460px;
    margin-top: -230px;
}
.window-bindemail {
    height: 330px;
    margin-top: -165px;
}

.window-order {
    height: 440px;
    margin-top: -220px;
}

.window-question {
    width: 800px;
    height: 370px;
    margin-top: -185px;
    margin-left: -400px;
}

.window-invoice {
    transform: translateY(-50%);
}

    .window-invoice .forms .line .label {
        width: 90px;
    }

.window-apply-invoice {
    transform: translateY(-50%);
}

    .window-apply-invoice .forms .line .label {
        width: 90px;
    }

#user {
    background-color: #f2f4f5;
}

    #user .left-menu {
        width: 240px;
        display: inline-block;
        float: left;
    }

        #user .left-menu .cate-one {
            width: 100%;
            height: 50px;
            line-height: 50px;
            font-size: 16px;
            color: #333;
            padding: 0 28px;
            font-weight: bold;
            background-color: #e8e8e8;
        }

            #user .left-menu .cate-one.active {
                color: #333333;
            }

        #user .left-menu .cate-two {
            width: 100%;
            background-color: #fff;
            padding: 20px 0;
        }

            #user .left-menu .cate-two a {
                display: block;
                width: 100%;
                height: 20px;
                line-height: 20px;
                font-size: 14px;
                padding-left: 28px;
                border-left: 3px solid #fff;
                color: #333;
                margin-top: 14px;
                transition: all 0.3s;
            }

                #user .left-menu .cate-two a:hover, #user .left-menu .cate-two a.active {
                    border-color: #13c496;
                    color: #13c496;
                }

                #user .left-menu .cate-two a:first-child {
                    margin-top: 0;
                }

    #user .right-main {
        width: 950px;
        display: inline-block;
        float: left;
        margin-left: 10px;
        background-color: #fff;
        padding: 10px 25px;
    }

        #user .right-main .top-title {
            width: 100%;
            height: 60px;
            line-height: 60px;
            font-size: 20px;
            color: #333;
            border-bottom: 1px solid #f2f4f5;
        }

            #user .right-main .top-title span {
                display: inline-block;
                padding: 0 12px;
                height: 60px;
                line-height: 60px;
                border-bottom: 2px solid #13c496;
            }

        #user .right-main .bot-main {
            padding-bottom: 30px;
        }

        #user .right-main .sub-btn {
            display: inline-block;
            height: 40px;
            width: 120px;
        }

            #user .right-main .sub-btn button {
                display: block;
                height: 40px;
                width: 120px;
                text-align: center;
                line-height: 40px;
                border-radius: 20px;
                background-color: #13c496;
                color: #fff;
                border: none;
                cursor: pointer;
            }

    #user .cond {
        width: 100%;
        padding: 0px;
        background-color: #f2f4f5;
    }

        #user .cond .top-title {
            width: 100%;
            height: 80px;
            background: #fff;
            padding-left: 27px;
            font-size: 18px;
            line-height: 80px;
            margin-bottom: 10px;
        }

            #user .cond .top-title span {
                width: 4px;
                height: 32px;
                margin-top: 24px;
                background: #13c496;
                border: none;
                padding: 0px;
                margin-right: 18px;
                float: left;
            }

        #user .cond #course {
            background-color: #f2f4f5;
        }

            #user .cond #course ul li {
                height: 204px;
                background: #fff;
                margin-bottom: 6px;
                padding: 9px 67px 9px 9px;
            }

                #user .cond #course ul li .img {
                    width: 270px;
                    height: 186px;
                }

                #user .cond #course ul li .text {
                    margin-left: 33px;
                }

                    #user .cond #course ul li .text .title {
                        height: 18px;
                        font-size: 18px;
                        line-height: 18px;
                        margin-top: 16px;
                        margin-bottom: 26px;
                    }

                    #user .cond #course ul li .text .cate {
                        height: 32px;
                        line-height: 32px;
                        margin-top: 0px;
                    }

                #user .cond #course ul li .right {
                    width: 160px;
                    height: 48px;
                    display: inline-block;
                    float: right;
                    text-align: center;
                }

                    #user .cond #course ul li .right a {
                        display: block;
                        width: 160px;
                        height: 48px;
                        border: 1px solid #13c496;
                        line-height: 48px;
                        border-radius: 24px;
                        text-align: center;
                        font-size: 14px;
                        color: #13c496;
                        margin: 29px auto;
                        transition: all 0.3s;
                    }

                    #user .cond #course ul li .right .active {
                        background: #13c496;
                        color: #fff;
                    }

.cond-reg {
    width: 640px !important;
    top: 20%;
    margin-left: -320px;
}

    .cond-reg .forms ul {
        padding-top: 13px;
    }

        .cond-reg .forms ul li {
            width: 100%;
            height: 50px;
            border-bottom: 1px #f2f4f5 solid;
            box-sizing: border-box;
            padding-top: 9px;
            font-size: 14px;
            color: #333;
        }

            .cond-reg .forms ul li span {
                height: 40px;
                line-height: 40px;
                float: left;
            }

                .cond-reg .forms ul li span:first-of-type {
                    width: 100px;
                    text-align: right;
                    font-size: 16px;
                    font-weight: bold;
                    margin-right: 20px;
                    display: inline-block;
                }

            .cond-reg .forms ul li .red {
                color: #dd1313;
            }

            .cond-reg .forms ul li:last-of-type {
                border: none;
                margin-top: 30px;
            }

            .cond-reg .forms ul li .layui-unselect {
                width: 160px;
                height: 40px;
                display: inline-block;
                float: left;
            }

                .cond-reg .forms ul li .layui-unselect .layui-input {
                    width: 160px;
                    height: 40px;
                    display: inline-block;
                    border: 1px #ddd solid;
                }

            .cond-reg .forms ul li .shangchuan {
                width: 120px;
                height: 40px;
                border-radius: 20px;
                background: #13c496;
                display: inline-block;
                float: left;
                margin-left: 55px;
                color: #fff;
                line-height: 40px;
                text-align: center;
                position: relative;
            }

                .cond-reg .forms ul li .shangchuan input {
                    position: absolute;
                    top: 0px;
                    left: 0px;
                    opacity: 0;
                }

            .cond-reg .forms ul li .thumbnail {
                width: 50px;
                height: 50px;
                display: inline-block;
                border: 1px #dedede dashed;
                margin-left: 30px;
            }

                .cond-reg .forms ul li .thumbnail img {
                    width: 100%;
                    height: 100%;
                }
