﻿@charset "utf-8";
/*home页面*/

.logowenzi {
    color: #028345;
    font-size:1.2rem
}
.signCon {
    background-color: #028345;
    border-radius: 30px;
    width: 6%;
    min-width: 100px;
    text-align: center;
    padding: 8px 0;
    position: absolute;
    top: 3px;
    right: -140px;
}

.active {
    display: inline-block;
}

.nav ul li .active {
    color: #028345;

}

.nav ul li a:hover {
    color: #028345;
}


.contact {
    color: #028345;
}

    .contact:hover {
        color: #028345;
    }

.bannerwenzi {
    position: absolute;
    top: 24%;
    right: 15%;
}

    .bannerwenzi h1 {
        font-size: 3.6rem;
        color: #028345;
    }

    .bannerwenzi p {
        font-size: 1.8rem;
        color: #649064;
        margin-top: 15px;
    }

.registerlicense {
    text-decoration: underline;
    color: #028345;
    font-weight: bold;
    cursor: pointer;
}



/*Register页面*/
.sw-theme-arrows > .nav .nav-link.active {
    color: #fff;
    border-color: #028345;
    background: #028345;
    cursor: pointer;
}
    .sw-theme-arrows > .nav .nav-link.active::after {
        border-left-color: #028345;
    }
.sw-theme-arrows {
    border: 0px solid #eee;
}

.sw .toolbar {
    padding: 1rem 1.5rem 2rem 1.5rem;
}

.sw-theme-arrows > .nav .nav-link.done {
    color: #fff;
    border-color: #5e9655;
    background: #5e9655;
    cursor: pointer;
}
    .sw-theme-arrows > .nav .nav-link.done::after {
        border-left-color: #5e9655;
    }

.sw-theme-arrows > .nav .nav-link.active {
    color: #fff;
    border-color: #028345;
    background: #028345;
    cursor: pointer;
}

.sw-theme-arrows .toolbar > .btn {
    color: #fff;
    background-color: #028345;
    border: 1px solid #296b1f;
    padding: 0.375rem 0.75rem;
    border-radius: 0.25rem;
    font-weight: 400;
}

.sw-theme-arrows .toolbar > .btn:hover {
        color: #fff;
        background-color: #886D00;
        border-color: #735c00;
    }


.btn-success {
    color: #fff;
    background-color: #028345;
    border-color: #028345;
    box-shadow: none;
}
 .btn-success:hover {
        color: #fff;
        background-color: #886D00;
        border-color: #735c00;
    }

.btn-info:hover {
    color: #fff;
    background-color: #886D00;
    border-color: #735c00;
}


.text-green {
    color: #028345 !important;
}

.text-success {
    color: #028345 !important;
}


#btncode, #btnSubmit {
    width: auto;
    margin: 0 auto;
    border-radius: 5px;
    height: 40px;
    background: #028345;
    border: none;
}

#btncode, #btnSingIn {
    width: auto;
    margin: 0 auto;
    border-radius: 5px;
    height: 40px;
    background: #028345;
    border: none;
}

#btnCancel {
    background: #028345;
    border: none;
}

.layui-layer-lan .layui-layer-title {
    background: #028345 !important;
    color: #fff;
    border: none;
}