.nav .layui-nav-bar,
.nav .layui-nav .layui-this:after {
    display: none !important;
    opacity: 0 !important;
}

.layui-btn {
    margin-left: auto !important;
}

.Login-ui button {
    display: block;
    width: 226px;
    margin: 30px auto;
    cursor: context-menu;
}

.layui-this a,
.layui-nav-item {
    color: #fff !important;
    text-decoration: none;
}

.layui-this a:hover,
.layui-nav-item:hover {
    text-decoration: none;
}

.layui-nav .layui-nav-item a {
    display: inline !important;
}

.layui-nav .nav-item-last a {
    border: 1px solid #fff !important;
    padding: 8px 10px !important;
    border-radius: 5px;
}


@media screen and (max-width: 768px) {
    /* .nav .layui-nav {
        left: 0 !important;
    } */

}

.layui-form-item .layui-input-inline {
    margin: 0 0 0 0 !important;
}

.main-about {
    background-color: #f5f5f5;
    padding-top: 80px;
}

.layui-form-item .layui-inline {
    margin-right: 60px;
}

.layui-btn-normal {
    background-color: #0878E8;
}

.layui-input-block {
    width: 400px;
    margin: 0 auto;
}

.layui-input {
    margin-bottom: 20px;
    border-radius: 5px;
    border: none;
    background: #f8f9fb;
}

.layui-form-item {
    margin-bottom: 0px !important;
}

.cp_title {
    font-size: 28px !important;
    text-align: left !important;
    line-height: 24px !important;
}

.cp_title span {
    font-size: 16px;
    color: #858688 !important;

}
.caidanMore{
    cursor: pointer;
}
.caidanOpen{
    position: fixed;
    background: #393D49 !important;
    width: 100%;
    color: #fff !important;
    z-index: 999;
    display: block !important;
}
.caidanOpen .layui-nav-item a{
    color: #fff !important;
}
.title_Tiyan {
    /* width: 400px; */
    margin: 20px auto;
}

.layui-input:hover,
.layui-input:focus {
    box-shadow: 0px 1px 10px 5px #f5f5f5;
}

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

.layui-form-select .layui-edge {
    left: 34px;
    border-width: 4px;
}

.layui-form-select dl {
    min-width: 95.5%;
    margin-left: 18px;
}

.layui-form-select .layui-edge {
    right: 34px;
    left: auto;
}

.layui-form-select {
    margin: 15px 0 30px;
}

.layui-form-select {
    margin: 0;
}

.layui-form-select .layui-input {
    margin-bottom: 5px;
    margin-left: 18px;
}

.layui-form-select dl dd.layui-this {
    background-color: #0878e8;
}

.layui-layer-content {
    padding: 10px 0;
}

.layui-layer-page .layui-layer-content {
    overflow: hidden !important;
}


.dingbu {
    position: fixed;
    right: 40px;
    bottom: 30px;
    z-index: 999;
    display: none;

}

.dingbu ul li {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    box-shadow: 0px 1px 2px 2px #f5f5f5;
    cursor: pointer;
    background-color: #f2f3f8;
}

.dingbu ul li span {
    line-height: normal;
    font-size: 12px;
}

.dingbu ul li:hover {
    background-color: #0878e8;
    box-shadow: 0px 1px 2px 2px #0878e8;
    color: #fff;
}

.layui-layer-shade {
    z-index: 19891014;
    background-color: rgb(0, 0, 0);
    opacity: 0.3;
}

.layerShade {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0, 0, 0, .5);
    z-index: 9;
}

.MianfeiID {
    position: absolute;
    /* bottom: 0px;
        right: 0px; */
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99999;
    background-color: #fff;
    width: 450px;
    padding: 0;
    /* height:470px; */
    padding: 0px 20px 30px 20px;

    animation-name: test1;
    animation-duration: 3s;
    animation-iteration-count: infinite;
}

.MianfeiID .guanbi {
    position: absolute;
    right: 0;
    top: 0px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 20px;
    cursor: pointer;
}

.more-box {
    position: fixed;
    display: none;
    z-index: 11111;
}

.more-box>ul {
    position: absolute;
    width: 126px;
    padding: 10px;
    background: #fff;
    left: 20px;
    top: -20px;
    border-radius: 8px;
    line-height: 34px;
}

.more-box>ul li {
    font-size: 16px !important;
    cursor: pointer;
    text-align: center;

}

.more-box li:hover {
    color: #0877E8;
}

.arrow {
    border: 10px solid transparent;
    border-bottom: 10px solid #fff;
    width: 0;
    position: absolute;
    top: -20px;
    left: 46px;
}

.layui-nav-bar {
    opacity: 0 !important;
}

#yiqi_ID,
#dongwu_ID {
    cursor: pointer;
    display: none;
}

/* .activation{
        color:#0877E8;
    } */
@keyframes test1 {
    /* 0%{transform: rotateX(90deg);} */
    /* 30%{transform: rotateY(-90deg);}
        60%{transform: rotateX(-135deg);} */
    /* 100%{transform: rotate(90deg);} */
    /* transform: rotate(360deg); */
}

#navIndex {
    /* position: absolute; */
    position: fixed;
    top: 0;
    z-index: 99;
}