/*
网站前台页面公用样式
*/

.pagearea .pa-title {
    font-size: 22px;
    font-weight: bold;
    color: #4a4a4a;
    text-align: center;
    padding: 80px 0 3px;
}

.pagearea .pa-subtitle {
    position: relative;
    font-size: 16px;
    font-weight: normal;
    color: #999999;
    text-align: center;
    margin-bottom: 50px;
}

.pagearea .pa-subtitle::after {
    position: absolute;
    content: "";
    width: 40px;
    height: 4px;
    bottom: -5px;
    left: 50%;
    margin-left: -20px;
    background-color: #73ab00;
}

.pagearea .pa-itemtitle {
    position: relative;
    font-size: 16px;
    color: #4a4a4a;
    margin: 30px 0;
}

.pagearea .pa-itemtitle::after {
    position: absolute;
    content: "";
    width: 4px;
    height: 100%;
    top: 0;
    left: -6px;
    background-color: #73ab00;
}

.pagearea .pa-itemtitle2 {
    font-size: 16px;
    color: #3a75b3;
    margin: 30px 0;
    text-align: center;
}

.pagearea .pa-itemtitle2>span {
    color: #fff;
    background: #8fb947;
    border-radius: 100%;
    padding: 4px;
    margin-right: 4px;
}

.pagearea .item-info {
    color: #666666;
    font-size: 14px;
    line-height: 1.5;
    text-indent: 2em;
}

.pagearea .qi {
    font-size: 14px;
    color: #73ab00;
    margin: 40px 0 10px;
}

.pagearea .contact-area {
    border: solid 1px #dedede;
    padding: 40px;
    box-shadow: 0 2px 5px #e5e5e5;
}

.pagearea .contact-area .ca-item {
    position: relative;
    float: left;
    width: 280px;
    padding: 10px 20px;
}

.pagearea .contact-area .ca-item.border::after {
    position: absolute;
    content: "";
    width: 2px;
    height: 80%;
    top: 10%;
    right: 20px;
    background-color: #eaeaea;
}

.pagearea .contact-area .ca-item h2 {
    font-size: 20px;
    font-weight: bold;
    color: #333;
    position: relative;
    margin-bottom: 35px;
}

.pagearea .contact-area .ca-item h2::after {
    position: absolute;
    content: "";
    width: 30px;
    height: 2px;
    bottom: -5px;
    left: 0;
    background-color: #73ab00;
}

.pagearea .contact-area .ca-item p {
    font-size: 14px;
    color: #666;
    margin-top: 8px;
}

.pagearea .contact-area .wx {
    text-align: center;
}

.pagearea .contact-area .wx img {
    height: 145px;
    width: 145px;
}

.pagearea .contact-area .wx p {
    text-align: center;
    font-size: 16px;
    color: #666;
}


/*about*/

.about .pagearea .item-info {
    line-height: 2;
    font-size: 16px;
}

.about .pagearea .item-info.text-center {
    text-align: center;
}

.about .prd-area .prd-item {
    float: left;
    width: 340px;
    height: 262px;
    text-align: center;
    border: solid 1px #dedede;
    border-radius: 8px;
    margin-right: 90px;
}

.about .prd-area .prd-item:last-child {
    margin-right: 0;
}

.about .prd-area .prd-item .img {
    height: 80px;
    margin-top: 60px;
}

.about .prd-area .prd-item .img1 {
    background: url(../images/bg_about1.png) no-repeat center;
}

.about .prd-area .prd-item .img2 {
    background: url(../images/bg_about2.png) no-repeat center;
}

.about .prd-area .prd-item .img3 {
    background: url(../images/bg_about3.png) no-repeat center;
}

.about .prd-area .prd-item h3 {
    font-size: 24px;
    font-weight: bold;
    color: #7db111;
    margin-top: 15px;
}

.about .prd-area .prd-item p {
    font-size: 16px;
    color: #666;
    margin-top: 20px;
}


/*pwdreset*/

.pwdreset>h1 {
    font-size: 30px;
    color: #73ab00;
    font-weight: bold;
    text-align: center;
    margin: 70px 0 55px;
}

.pwdreset .form {
    width: 530px;
    margin: 0 auto 200px;
}

.pwdreset .form .form-item {
    margin-bottom: 25px;
}

.pwdreset .form .form-item .title {
    display: inline-block;
    width: 130px;
    font-size: 14px;
    color: #333;
    text-align: right;
}

.pwdreset .form .form-item .info {
    font-size: 14px;
    color: #999;
    width: 268px;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    border: solid 1px #ded9d9;
}

.pwdreset .form .form-item .notices {
    display: inline-block;
    width: 20px;
    font-size: 12px;
    color: #fc5e05;
    text-decoration: underline;
    white-space: nowrap;
}

.pwdreset .form .op {
    text-align: center;
    margin-top: 50px;
}

.pwdreset .form .op .bt-done {
    display: inline-block;
    width: 256px;
    height: 42px;
    line-height: 42px;
    font-size: 17px;
    text-align: center;
    color: #fff;
    background: #74ab00;
    border-radius: 8px;
}

.pwdreset .modal-msg .modal-body {
    background: url(../images/bg_msg_success.png) no-repeat bottom;
    background-size: contain;
}

.pwdreset .modal-msg img {
    margin: 30px 5px 30px 40px;
    vertical-align: middle;
}

.pwdreset .modal-msg .msg {
    font-size: 18px;
    color: #5ea30e;
}


/*pwdfind*/

.pwdfind>h1 {
    font-size: 30px;
    color: #73ab00;
    font-weight: bold;
    text-align: center;
    margin: 70px 0 55px;
}

.pwdfind>.note {
    text-align: center;
    font-size: 16px;
    color: #666;
    margin-bottom: 40px;
}

.pwdfind>.note>span {
    color: #fc5e05;
}

.pwdfind .form {
    width: 550px;
    margin: 0 auto 200px;
}

.pwdfind .form .form-item {
    margin-bottom: 25px;
}

.pwdfind .form .form-item .title {
    display: inline-block;
    width: 150px;
    font-size: 14px;
    color: #333;
    text-align: right;
}

.pwdfind .form .form-item .info {
    font-size: 14px;
    color: #999;
    width: 268px;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    border: solid 1px #ded9d9;
}

.pwdfind .form .form-item .info.code-input {
    width: 160px;
}

.pwdfind .form .form-item .code-img {
    width: 94px;
    height: 40px;
    vertical-align: bottom;
    border: solid 1px #ded9d9;
    margin-left: 10px;
}

.pwdfind .form .form-item .notices {
    display: inline-block;
    width: 20px;
    font-size: 12px;
    color: #fc5e05;
    text-decoration: underline;
    white-space: nowrap;
}

.pwdfind .form .op {
    text-align: center;
    margin-top: 50px;
}

.pwdfind .form .op .bt-done {
    display: inline-block;
    width: 256px;
    height: 42px;
    line-height: 42px;
    font-size: 17px;
    text-align: center;
    color: #fff;
    background: #74ab00;
    border-radius: 8px;
}

.step {
    margin-bottom: 20px;
}

.step .sitem {
    position: relative;
    float: left;
    font-size: 16px;
    color: #333;
    font-weight: bold;
    padding: 20px;
}

.step .sitem.hasnext {
    margin-right: 40px;
}

.step .sitem>span {
    display: inline-block;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    background: #74ab00;
    color: #fff;
    border-radius: 100%;
}

.step .sitem.hasnext::after {
    position: absolute;
    content: "";
    top: 0;
    right: -40px;
    width: 40px;
    height: 100%;
    background: url(../images/bg_arrowright.png) no-repeat center;
}