/* 右侧悬浮 */
.floating_ck {
    position: fixed;
    right: 0;
    top: 50%;
    z-index: 999;
    transform: translateY(-50%);
}

.floating_ck dl {
    box-shadow: 0 0 30px 0 rgba(14, 33, 97, .1);
    width: 78px;
    border-radius: 50px;
}

.floating_ck dl dd {
    position: relative;
    width: 78px;
    height: 78px;
    border-bottom: 1px solid #e0e0e0;
}

.floating_ck dl dd:first-child {
    /*height: 90px;*/
    height: 200px;
}

.floating_ck dl dd:last-child {
    height: 100px;
}

.floating_ck dl dd:first-child a {
    border-radius: 50px 50px 0 0;
    padding-top: 10px;
}

.floating_ck dl dd:last-child a {
    border-radius: 0 0 50px 50px;
}

.floating_ck dl dd:last-child {
    border-bottom: none;
}

.floating_ck dl dd a {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #2b58f9;
    background-color: #fff;
}

.floating_ck dl dd a p {
    margin-top: 10px;
}

.floating_ck dl dd:hover .floating_left {
    display: block;
}

.floating_ck dl dt a {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #2b58f9;
    background-color: #fff;
}

.floating_ck dl dt a p {
    margin-top: 10px;
}

.floating_ck dl dt:hover .floating_left {
    display: block;
}

.floating_left {
    position: absolute;
    left: -265px;
    top: 50%;
    width: 252px;
    height: auto;
    background-color: #fff;
    box-shadow: 0 0 30px 0 rgb(14 33 97 / 10%);
    border-radius: 10px;
    display: none;
    transform: translateY(-50%);
}

.floating_left:before {
    content: '';
    display: block;
    height: 0;
    width: 0;
    border-left: 17px solid #fff;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    right: -17px;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
}

.floating_left h3 {
    background-color: #1f4eee;
    border-radius: 10px 10px 0 0;
    font-size: 14px;
    color: #fff;
    padding: 20px 0;
    text-align: center;
    line-height: 1.5;
    font-weight: 400;
}

.floating_left p {
    margin-top: 0 !important;
    font-size: 20px;
    font-weight: bold;
    color: #1f4eee;
    padding: 20px 0;
    text-align: center;
}

.floating_left img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

.floating_ck .top {
    width: 44px;
    height: 44px;
    margin: 15px auto 0 auto;
    background-color: #1f4eee;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 20px 0 rgba(14, 33, 97, .20);
    border-radius: 50%;
}

/*弹窗 */
.m-pop {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -10;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.m-pop.on {
    z-index: 2000;
    visibility: visible;
    opacity: 1;
}

.pop-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(0, 0, 0, 0.5);
}

.m-pop .inner {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block;
    max-width: 90%;
    max-height: 90%;
}

.register-detainment-content {
    padding: 28px;
}

#layui-layer3 {
    z-index: 19891017;
    max-width: 800px;
    height: 430px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    position: fixed;
}

.layui-layer-shade {
    z-index: 19891014;
    opacity: 0.3;
    background-color: rgb(0, 0, 0);
}

.floating_ck dl dd:first-child {
    height: 78px;
}

#box table tr {
    height: 70px;
}

#box .layui-layer-content {
    background: #fff;
}

#box .register-from-pointer {
    position: absolute;
    top: 140px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 60px;
    height: 17px;
}

#box .register-left-text {
    text-align: left;
    padding: 40px 40px 0 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 400px;
    float: left;
    background-color: #f3f5f9;
    height: 390px;
}

#box .register-left-text .title {
    font-size: 22px;
    font-weight: 500;
    color: #333;
    line-height: 22px;
    margin-bottom: 3px;
}

#box .register-left-text .register-left-content {
    margin-top: 27px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#box .register-left-text .content-img {
    width: 36px;
    height: 36px;
    margin-right: 16px;
}

#box .register-left-text .text-item {
    max-width: 265px;
}

#box .register-left-text .text-item .item-title {
    font-size: 16px;
    font-weight: 500;
    color: #333;
    margin: 0;
    line-height: 1;
}

#box .register-left-text .text-item .item-dec {
    margin-top: 5px;
    font-size: 14px;
    font-weight: 400;
    color: #666;
    line-height: 25px;
}

#box .register-right-form {
    padding: 30px 45px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: auto;
    height: 390px;
}

#box .el-form-item {
    margin-bottom: 12px;
}

#box .el-form-item__content {
    line-height: 40px;
    position: relative;
    font-size: 14px;
}

#box .register-right-form .el-input {
    width: 310px;
    height: 46px;
}

#box .el-input__inner {
    -webkit-appearance: none;
    background-color: #fff;
    background-image: none;
    border-radius: 4px;
    border: 1px solid #dcdfe6;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #606266;
    display: inline-block;
    font-size: inherit;
    height: 40px;
    line-height: 40px;
    outline: 0;
    padding: 0 15px;
    -webkit-transition: border-color .2s cubic-bezier(.645, .045, .355, 1);
    transition: border-color .2s cubic-bezier(.645, .045, .355, 1);
    width: 100%;
}

#box .register-right-form .submit-from-item {
    margin-bottom: 0;
}

#box .register-right-form .el-button--primary {
    width: 310px;
    height: 42px;
    background: #236def;
    font-size: 16px;
    font-weight: 400;
    border: 0px solid #409eff;
    border-radius: 20px;
    color: #fff;
    cursor: pointer;
}

#box .btn {
    line-height: 35px;
    box-sizing: border-box;
    width: 314px;
    height: 37px;
    border: 1px solid #333333;
    text-align: center;
    color: #333333;
    border-radius: 5px;
    font-size: 18px;
    margin-top: 24px;
}

#box .book_success {
    width: 500px;
    position: fixed;
    top: 30%;
    z-index: 1111;
    left: 36%;
    border: 1px solid #999;
    display: none;
}

#box .book_success .guanbi {
    position: absolute;
    top: 0px;
    right: 0px;
}

#box .book_success>img {
    width: 100%;
}

.err111 {
    position: absolute;
    top: 100%;
    font-size: 12px;
    color: #ff0101;
    line-height: 150%;
}

.layui-layer-title {
    padding: 0 80px 0 20px;
    height: 80px;
    line-height: 80px;
    border-bottom: 1px solid #eee;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    overflow: hidden;
    background-color: #374260;
    border-radius: 2px 2px 0 0;
    text-align: center;
    position: relative;
}

.layui-layer-ico {
    width: 32px;
    height: 32px;
    background: url(../images/close.png) no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 30px;
    right: 30px;
}


.book_success {
    width: 500px;
    position: fixed;
    top: 30%;
    z-index: 1111;
    left: 36%;
    border: 1px solid #999;
    display: none;
}

.book_success .guanbi {
    position: absolute;
    top: 0px;
    right: 0px;
}

.book_success>img {
    width: 100%;
}

#box .el-form-item.yewu {
    position: relative;
}

#box .el-form-item input[name='type'] {
    cursor: pointer;
}

#box .el-form-item ul {
    position: absolute;
    top: 100%;
    left: 0px;
    width: 100%;
    z-index: 99;
    padding: 10px 0px;
    background: #fff;
    display: none;
}

#box .el-form-item:hover ul {
    display: block;
}

#box .el-form-item ul li {
    border-bottom: 1px solid #ddd;
    line-height: 250%;
    padding: 0px 14px;
}

#box .el-form-item ul li a {
    width: 100%;
    height: 100%;
    display: block;
}

.register-detainment-content {
    padding: 28px;
}

.register-detainment-content p {
    color: #272E47;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 8px;
}

.register-detainment-footer {
    text-align: center;
    padding: 0 28px 28px;
}

.button-cancel,
.button-sure {
    width: 82px;
    height: 32px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #F0F3F5;
    border: none;
    color: #4E5A70;
    cursor: pointer;
}

.button-sure {
    background-color: #326CFE;
    color: #fff;
}

#icon_module {
    display: none;
}
