﻿/* 回到顶部开始 */
.edu_right_scrollbar {
    position: fixed;
    right: 10px;
    bottom: 20px;
    z-index: 99999;
}

.edu_right_scrollbar .service-box {
    display: none;
    position: absolute;
    top: 50%;
    right: 57px;
    transform: translateY(-50%);
    background: #fff;
    border: 1px solid #e8e8e8;
    width: 200px;
    box-sizing: border-box;
    padding: 15px;
    color: #666;
    line-height: 20px;
    -webkit-box-shadow: 0 0 10px 0 rgba(20,34,67,.4);
    -moz-box-shadow: 0 0 10px 0 rgba(20,34,67,.4);
    box-shadow: 0 5px 10px 0 rgba(20,34,67,.4);
}

.edu_right_scrollbar .service-box h5 {
    font-size: 14px;
    color: #666;
    font-weight: 400;
}

.edu_right_scrollbar .service:hover .service-box {
    display: block;
}

.edu_right_scrollbar .service dt span {
    color: #E9651B;
    font-size: 12px;
}

.edu_right_scrollbar .service dt {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.edu_right_scrollbar .service-box dd {
    font-size: 12px;
}

.edu_right_scrollbar .service-box dl {
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.edu_scrollbar_btn1 {
    background-color: #0089e1;
    color: #fff;
}

.edu_right_scrollbar strong {
    display: block;
    width: 20px;
    font-size: 16px;
    margin: 0 auto;
}

.edu_scrollbar_icon1 {
    background-position: -30px -130px;
}

.edu_scrollbar_icon2 {
    background-position: -60px -130px;
}

.edu_scrollbar_pop {
    position: absolute;
    right: 55px;
    top: -82px;
    display: none;
}

.edu_scrollbar_btn:hover .edu_scrollbar_pop {
    display: block;
}

.edu_scrollbar_pop_box {
    height: 215px;
    width: 370px;
    margin-right: 11px;
    background-color: #fff;
    overflow: hidden;
    border: 1px solid #D1D1D1;
}

.edu_scrollbar_pop_box ul {
    margin-top: 30px;
}

.edu_scrollbar_pop_box li {
    overflow: hidden;
    text-align: left;
    margin-bottom: 37px;
}

.edu_scrollbar_pop_box span.edu_icon_base {
    float: left;
    width: 24px;
    height: 22px;
    margin-left: 25px;
}

.edu_scrollbar_pop_icon1 {
    background-position: -130px -130px;
}

.edu_scrollbar_pop_icon2 {
    background-position: -160px -130px;
}

.edu_scrollbar_pop_icon3 {
    background-position: -190px -130px;
}

.edu_scrollbar_pop_box li dl {
    margin: 0 0 0 60px;
    color: #333;
    font-size: 14px;
}

.edu_scrollbar_pop_box li dl dd {
    margin-top: 15px;
}

.edu_scrollbar_btn {
    width: 55px;
    height: 55px;
    border: 1px solid #E92D0E;
    margin-top: 40px;
    background-color: #fff;
    text-align: center;
    color: #E92D0E;
    position: relative;
    cursor: pointer;
    border-radius: 50%;
}

.edu_right_scrollbar .service .edu_scrollbar_btn img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.edu_right_scrollbar .service dl:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

.edu_right_scrollbar .search div {
    width: 170px;
    height: 32px;
    border: 1px solid #e8e8e8;
    display: flex;
    margin-bottom: 10px;
}

.edu_right_scrollbar .search a {
    color: #666;
}

.edu_right_scrollbar .search [type="text"] {
    width: 120px;
    outline: none;
    border: none;
}

.edu_right_scrollbar .search [type="submit"] {
    width: 50px;
    outline: none;
    border: none;
}

.edu_right_scrollbar {
    position: fixed;
    right: 12px;
    bottom: 300px;
    z-index: 99999;
    height: 134px;
}

.edu_scrollbar_btn3 {
    display: none;
}

.edu_icon_top {
    width: 25px;
    height: 25px;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* 回到顶部结束 */

ul,li {
    list-style: none;
}

.form_group {
    /*color: #666;*/
}
.form_group > li {
    padding: 8px 0;
}
.form_group .form-control {
    display: inline-block;
    width: auto;
}
.form_group select.form-control {
    height: 30px;
}
.form_group > li .form_label {
    display: inline-block;
    width:22%;
    text-align: right;
    margin-right: 20px;
    line-height: 32px;
    font-weight: 700;
}
.form_group > li [type="password"],
.form_group > li [type="text"] {
    width: 282px;
}
.recharge_away_switch {
    display: inline-block;
    vertical-align: middle;
}
.recharge_away_switch li {
    border: 1px solid #e8e8e8;
    border-radius: 3px;
    padding: 20px 25px;
    position: relative;
    cursor: pointer;
    overflow: hidden;
}
.recharge_away_switch li .icon {
    display: none;
    position: absolute;
    bottom: 0;
    right: -1px;
}
.recharge_away_switch li.active {
    border-color: #fe7300;
}
.recharge_away_switch li.active .icon {
    display: block;
}
.recharge_away_switch li .icon .iconfont {
    font-size: 24px;
    color: #fe7300;
}
.upload_img {
    position: relative;
    display: inline-block;
    width: 280px;
    height: 170px;
    border-radius: 5px;
    overflow: hidden;
    background: #fafafa url(/assets/img/sfz.png) no-repeat center 20px;
    background-size: 70%;
    vertical-align: top;
    text-align: center;
}

.upload_img .iconfont {
    color: #0080ff;
    font-size: 40px;
}

.upload_img div {
    margin: 50px 0;
}

.upload_img p {
    width: 100%;
    position: absolute;
    bottom: 10px;
    left: 0;
    color: #999;
}

.upload_img input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 20;
    opacity: 0.01;
}

.upload_img img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}

.pagination{
    padding:0 20px;
    text-align: right;
    color: #333;
}

.pagination a{
    display: inline-block;
    color: #333;
    height: 22px;
    line-height: 22px;
    padding: 0 10px;
    border: 1px solid #f4f7fc;
    margin: 0 5px;
    vertical-align: middle;
}
.pagination a:hover{
    text-decoration: none;
    border: 1px solid #f4f7fc;
}
.pagination span {
    display: inline-block;
    height: 22px;
    line-height: 22px;
    padding: 0 7px;
    margin: 0 5px;
    vertical-align: middle;
}
.pagination span.current{
    color: #fff;
    background-color: #0e52ff;
    border: 1px solid #0e52ff;
}
.pagination span.ellipsis {
    text-align: center;
    background: #f4f7fc;
    border: 1px solid #f4f7fc;
    width: 22px;
    padding: 0;
}
.pagination span.disabled{
    border: none;
}

.tips_box {
    display: inline-block;
    position: relative;
}

.tips_box .text {
    font-size: 12px;
    padding: 4px 6px;
    background: rgba(0, 0, 0, .7);
    color: #fff;
    position: absolute;
    top: -32px;
    left: 50%;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 3px;
    white-space: nowrap;
    display: none;
    line-height:initial;
}

.tips_box .text:after {
    content: '';
    border: 7px solid transparent;
    border-top-color: rgba(0, 0, 0, .7);
    position: absolute;
    left: 50%;
    bottom: -14px;
    margin-left: -7px;
}

.tips_box:hover .text {
    display: block;
}

a.disabled {
    color: #999;
}

em {
    font-style: normal;
}

.audit_template dt {
    padding: 40px 0 30px;
    text-align: center;
    font-size: 18px;
    line-height: 22px;
}
.audit_template dt .iconfont {
    font-size: 24px;
    font-weight: 700;
    vertical-align: text-bottom;
}
.audit_template dd {
    padding: 0 20px 20px;
    background: #f6f7f9;
    margin-bottom: 15px;
}
.audit_template dd:last-child {
    padding-bottom: 20px;
}
.audit_template dd p {
    position: relative;
    font-size: 16px;
    padding: 20px 10px ;
    color: #333;
}
.audit_template dd p:after {
    position: absolute;
    left: 0;
    top: 25px;
    width: 2px;
    height: 14px;
    background: #0080ff;
    content: "";
}
.audit_template dd div {
    line-height: 50px;
    background: #fff;
    padding: 0 20px;
    overflow: hidden;
}
