/*滚动条样式*/
.student-table td, .student-table th{
    font-size: 16px;
}
.fixed{
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #fff;
    position: fixed;
    z-index: 99999;
}
.password-box{
    position: absolute;
    width: 400px;
    height: 200px;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 30%;
    
}
.online{
    margin-top: 40px;
}
/*滚动条整体部分*/
::-webkit-scrollbar {
    width: 7px;
    height: 7px;
    border-radius: 2px;
    overflow: hidden;
}
/*滚动条两端的按钮*/
::-webkit-scrollbar-button {
    display: none;
}
/*外层轨道*/
::-webkit-scrollbar-track {
    border-radius: 2px;
    overflow: hidden;
}
/*内层轨道，滚动条中间部分（除去）*/
/*拖动条*/
::-webkit-scrollbar-thumb {
    background: #c2c2c2;
}
html, body, div, section, span, ul, ol {
    scrollbar-color: #c2c2c2 #e7e7e7;
    scrollbar-width: thin;
}
/*边角*/
/*定义右下角拖动块的样式*/
.commonwidth {
    width: 1200px;
    margin-right: auto;
    margin-left: auto;
    transition: all .2s;
}
.text_o {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.tl {
    text-align: left;
}
.tc {
    text-align: center;
}
.tr {
    text-align: right;
}
html, body {
    height: 100%;
}
#wrap {
    min-height: 100%;
}
body {
    background: #f0f3f7;
    font-size: 16px;
    min-width: 1040px;
}
.ft-lg {
    font-size: 16px;
}
body,a {
    color: #333;
}
.student-table tbody tr td:nth-child(odd){
    background-color: #f0f3f7;
}
.wrap-bottom {
    height: 58px;
}
.footer {
    height: 40px;
    margin-top: -41px;
    background: #fff;
    border-top: 1px solid #d9e1ea;
    line-height: 40px;
    font-size: 12px;
    text-align: center;
}
.footer,.footer a {
    color: #666;
}
.footer-icon {
    margin-left: 28px;
}
.header {
    background: #107dd8 url("./header.jpg") no-repeat center top;
    height: 198px;
}
.logo {
    height: 88px;
    padding: 50px 0 0;
}
.logo img {
    display: block;
}
.nav {
    position: relative;
    /*overflow: hidden;*/
    height: 60px;
    line-height: 60px;
    background: url("./nav-bg.png") repeat;
    border-radius: 8px 8px 0 0;
}
.nav li {
    height: 60px;
    position: relative;
    width: 150px;
    text-align: center;
}
.nav-child {
    display: none;
    position: absolute;
    right: 0;
    top: 60px;
    z-index: 9;
    width: 204px;
    text-align: center;
    padding: 15px 0 0;
    background: #fff;
    border: 1px solid #e6e6e6;
    box-shadow: 0 1px 13px rgba(0,0,0,.2);
    font-size: 14px;
    color: #1782dc;
    line-height: 36px;
}
.nav-child img {
    display: block;
    margin: 0 auto;
}
.nav li:hover .nav-child{
    display: block;
}
.nav li a>img {
    margin-right: 8px;
}
.nav li a {
    display: block;
    color: #b4d8f6;
    font-size: 16px;
}
.nav li a:hover,.nav li.active a {
    background: #1e99ff;
    color: #fff;
}
.nav .icon-kf {
    background: url(/xx/images/icon-kf.png) no-repeat;
    width: 36px;
    height: 30px;
    position: absolute;
    right: 15px;
    top: 18px;
    cursor: pointer;
}
/*主体*/
.main {
    position: relative;
    padding-bottom: 15px;
    background: #fff;
    border: 1px solid #d9e1ea;
    box-shadow:0px 6px 35px 0px rgba(103,113,131,0.08);
    min-height: 440px;
    padding-bottom: 40px;
    /*overflow: auto;*/
}
.sidebar {
    position: relative;
    z-index: 3;
    left: 0;
    bottom: 0;
    top: 0;
    width: 240px;
    padding: 0 38px;
    background: #f9f9f9;
    border-right: 1px solid #d9e1ea;
    min-height: 440px;
}
/*主体内容*/
.content {
    padding: 0 150px;
    /* overflow: auto; */
}
.content-tel {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    min-width: 563px;
}
.content-index {
    padding: 0 54px 0 372px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    min-width: 563px;
}
.content-index p.ft-lg {
    min-height: 280px;
}
.content-title {
    padding: 42px 0 40px;
    font-size: 24px;
    text-align: center;
}
.content-title h3 {
    position: relative;
    display: inline-block;
}
.content-title h3:before {
    content: '';
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: -15px;
    font-size: 0;
    height: 5px;
    background: #91b8e4;
}
.content-height {
    height: 430px;
    overflow: hidden;
}
.btn button {
    min-width: 120px;
    padding: 0 15px;
    margin: 0 5px;
    line-height: 48px;
    background: #107dd8;
    border: 1px solid #107dd8;
    color: #fff;
    font-size: 18px;
    border-radius: 4px;
}
.btn button:hover {
    background: #0d67b2;
}
.btn button[disabled='disabled'] {
    background: #bfc6cc;
    border-color: #bfc6cc;
    cursor: not-allowed;
}
.btn button.button-common,.btn button.button-border {
    line-height: 38px;
    font-size: 16px;
}
.btn button.button-border {
    background: none;
    color: #107dd8;
}
.btn button.button-border:hover {
    color: #0d67b2;
    border-color: #0d67b2;
}
.content-index .btn {
    padding: 60px 0;
}
.sidebar-title {
    padding: 5px 0 7px;
    font-size: 16px;
    background: url("/xx/images/title-bg.png") no-repeat left bottom;
}
.sidebar-title h3 {
    padding: 0 0 0 20px;
    margin: 25px 0 0;
    background: url("/xx/images/title-point.png") no-repeat left center;
    color: #466a92;
}
.sidebar-banner {
    padding-bottom: 20px;
    text-align: center;
}
.sidebar-banner>img {
    width: 100%;
    margin: 22px 0 0;
}
.sidebar-province {
    min-height: 235px;
}
.sidebar-province ul {
    padding: 10px 0 0;
}
.sidebar-province li {
    width: 25%;
    padding: 5px 0;
    /*font-size: 14px;*/
}
.sidebar-province li a {
    display: inline-block;
    height: 24px;
    line-height: 24px;
    padding: 0 8px;
}
.sidebar-province li a:hover,.choose-city li a:hover {
    color: #1e99ff;
}
.sidebar-province li.active a {
    background: #1e99ff;
    border-radius: 4px;
    color: #fff;
    font-weight: bold;
}
.sidebar-province li.disabled a {
    /*background: #bfc6cc;
    border-radius: 4px;*/
    color: #999;
    cursor: not-allowed;
    font-weight: normal;
}
.update-tips {
    position: fixed;
    /*right: 30px;*/
    bottom: 58px;
    width: 62px;
    height: 62px;
    text-align: center;
    background: #fff;
    border: 1px solid #d9e1ea;
    border-radius: 4px;
    font-size: 12px;
}
.update-tips img {
    display: block;
    margin: 6px auto 3px;
}
.test-location {
    padding: 50px 0 50px;
    text-align: right;
    font-size: 16px;
}
.steps {
    position: relative;
    padding: 18px 0 0;
    font-size: 16px;
}
.steps:before {
    content: '';
    position: absolute;
    left: 5px;
    right: 5px;
    top: 33px;
    height: 4px;
    /*margin-top: -2px;*/
    background: #e7e7e7;
}
.steps ul {
    text-align: justify;
}
.steps ul:after {
    content: '';
    display: inline-block;
    width: 100%;
}
.steps li {
    position: relative;
    display: inline-block;
    text-align: center;
}
.steps li .steps-item {
    position: relative;
    z-index: 2;
    display: inline-block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    background: #bfc6cc;
    color: #fff;
    border-radius: 50%;
}
.steps li p{
    position: absolute;
    left: 50%;
    top: 34px;
    width: 112px;
    margin-left: -56px;
    color: #666;
}
.steps li.active p {
    color: #333;
}
.steps li.over:before {
    content: '';
    position: absolute;
    left: 2px;
    top: 15px;
    width: 300px;
    height: 4px;
    background: #1e99ff;
}
.steps li.active .steps-item {
    background: #1e99ff;
}
/*填写报名信息*/
.fill-intro {
    overflow: auto;
    background: #f0f3f7;
    border: 1px solid #e5ebf3;
    padding: 10px 0;
    margin-top: 15px;
}
.fill-intro h3{
    margin-bottom: 5px;
}
.fill-intro li {
    padding-bottom: 10px;
}
.fill-intro label {
    width: 69px;
    padding-right: 2px;
    text-align: right;
    font-weight: bold;
    color: #666;
}
.fill-intro p {
    width: 805px;
}
.fill-intro strong {
    padding: 0 3px;
}
.main .layui-form {
    /*font-size: 14px;*/
}
.fill-form {
    padding: 18px 0 0;
    position: relative;
}
.layui-form-label i {
    padding-right: 3px;
    color: #ed6666;
}
.layui-form-item {
    margin-bottom: 12px;
}
.layui-input, .layui-select, .layui-textarea {
    height: 36px;
    border-color: #cbd4de;
    border-radius: 0;
}
.layui-form-select dl dd.layui-this {
    background-color: #1e99ff;
}
.layui-form-radio>i:hover, .layui-form-radioed>i {
    color: #1e99ff;
}
.fill-form-main {
    width: 800px;
    margin: 0 auto;
}
.fill-form .layui-form-item .layui-input-inline {
    width: 480px;
}
.layui-form .layui-form-label {
    width: 100px;
    padding: 9px 0;
    color: #666;
    text-align: left;
}
.fill-form .layui-input-block {
    margin-left: 100px;
}
.fill-form .layui-form-radio {
    min-width: 75px;
}
.form-msg {
    float: left;
    padding-left: 2px;
    max-width: 410px;
    line-height: 20px;
    padding: 7px 0;
}
.error .form-msg {
    color: #ed6666;
}
.error .layui-input {
    border-color: #ed6666 !important;
}
.fill-form .layui-input:focus {
    border-color: #1e99ff !important;
}
.fill-form-file {
    width: 145px;
    color: #666;
}
.fill-form-file .layui-form-label {
    margin-left: -10px;
    float: none;
}
.fill-form-file p {
    line-height: 18px;
    font-size: 12px;
    text-align: justify;
}
.file {
    position: relative;
    width: 100%;
    height: 197px;
    background: url("/xx/images/file-icon.png") no-repeat center center;
    border: 1px dashed #c8d1dd;
}
.file input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    filter: alpha(opacity=0);
    cursor: pointer;
    background: url("/xx/images/student.png") no-repeat;
}
.fill-msg-title {
    background: #f1f1f1;
    border: 1px solid #e3e3e3;
    line-height: 40px;
    padding: 0 12px 0 8px;
}
.fill-msg-title a {
    color: #666;
    padding-right: 15px;
    background: url("/xx/images/icon-select.png") no-repeat right 0;
}
.fill-msg-title a.active {
    background-position: right -40px;
}
.fill-msg-main {
    display: none;
    padding: 15px 0 0;
    border: 1px solid #e3e3e3;
    border-top: none;
}
.fill-msg-main .layui-form-label i {
    visibility: hidden;
}
.layui-form-item .layui-input-small {
    width: 90px;
}
.fill-msg-main .layui-form-item .layui-inline {
    margin-right: 0;
}
.msg-check {
    line-height: 38px;
}
.msg-check .layui-form-label {
    margin-right: 10px;
    text-align: right;
}
.msg-check .tel {
    font-size: 16px;
    font-family: 'arial';
}
.msg-check .layui-form-checkbox[lay-skin=primary] span {
    padding-right: 0;
    margin-right: -3px;
}
.msg-check .layui-form-checkbox[lay-skin=primary]:hover i {
    border-color: #107dd8;
}
.msg-check .layui-form-checked[lay-skin=primary] i {
    border-color: #107dd8;
    background: #107dd8;
}
.msg-check .user-book {
    color: #107dd8;
}
.msg-check .layui-form-item .layui-input-inline {
    width: 167px;
}
.msg-check .btn button {
    font-size: 14px;
    line-height: 34px;
    min-width: 100px;
    padding: 0 8px;
}

.fill-msg {
    margin-bottom: 15px;
}
.fill-table .title-border{
    margin: 32px 0 20px;
}
.title-border {
    padding-left: 12px;
    margin: 20px 0 14px;
    border-left: 4px solid #91b8e4;
    line-height: 1;
    font-size: 18px;
}
.help .title-border {
    margin: 40px 0 20px;
    font-size: 24px;
}
.table table {
    width: 100%;
    font-size: 14px;
}
.table table td,.table table th {
    padding: 7px 18px;
    border: 1px solid #d9e1ea;
}
.table .table-btn {
    margin: 0 -5px;
}
.table table a {
    margin: 0 5px;
}
.table table a.success {
    color: #1e99ff;
}
.table table a.danger {
    color: #ed6666;
}
.state {
    margin-right: 5px;
}
.pay .layui-form-radio * {
    font-size: 18px;
}
.pay .pay-radio .layui-form-radio {
    display: inline-block;
    vertical-align: middle;
    margin-top: 12px;
}
.pay .pay-radio p {
    margin: 14px 0 0;
    font-size: 14px;
    color: #666;
}
.pay-way span {
    padding: 16px 0 0 15px;
}
.pay-way p {
    padding: 8px 0 0 15px;
}
.pay-way span {
    font-size: 14px;
    color: #666;
}
.pay-way span strong {
    color: #333;
}
.pay-way p {
    font-size: 18px;
}
.pay-way p strong {
    color: #333;
}
.pay-way p i {
    color: #ff6f30;
}
.pay-way-list {
    padding-top: 30px;
    border-top: 1px solid #e5ebf3;
    font-size: 16px;
}
.pay-way-list .btn {
    margin: 30px auto 0;
}
.icon-scan {
    padding-left: 25px;
    background: url(/xx/images/icon-scan.png) no-repeat left center;
}

.pay-way-list .layui-form-radio {
    margin: 20px 0 0;
}
.pay-way-list .layui-form-radio>i {
    margin-right: 10px;
}
.pay-way-list .layui-form-radio div {
    padding-left: 42px;
    font-size: 18px;
    line-height: 42px;
}
.pay-way-list .choose-list li i {
    font-size: 18px;
}
.pay-alipay .layui-form-radio div {
    background: url("/xx/images/pay-alipay.png") no-repeat left center;
}
.pay-wchat {
    margin-left: 150px;
}
.pay-wchat .layui-form-radio div {
    background: url("/xx/images/pay-wchat.png") no-repeat left center;
}
.pay-bank .layui-form-radio div {
    background: url("/xx/images/pay-bank.png") no-repeat left center;
}
.choose-pay li a {
    padding-left: 44px;
}


.alipay {
    position: relative;
    padding: 18px 0 0 25px;
    min-height: 194px;
}
/*.alipay .btn {
    position: absolute;
    right: 0;
    top: 2px;
}*/
.alipay-ewm p {
    padding: 5px 0 0;
    font-size: 14px;
    color: #666;
}
.alipay-ewm img {
    /*margin-bottom: 25px;*/
    border: 5px solid #f0f3f7;
}
.alipay-btn {
    padding: 20px 80px;
    margin: 0 0 28px 80px;
    border-left: 1px dashed #c8d1dd;
}
.pay-success {
    padding: 90px 0 45px;
    text-align: center;
    font-size: 24px;
}
.pay-success p {
    padding: 16px 0 0;
}
#drag{
    overflow: hidden;
    position: relative;
    background-color: #d2ebff;
    border: 1px solid #1e99ff;
    width: 300px;
    height: 34px;
    line-height: 34px;
}
#drag .handler{
    position: absolute;
    top: 1px;
    left: 1px;
    bottom: 1px;
    width: 32px;
    /*border-right: 1px solid #cbd4de;*/
    cursor: move;
}
.handler_bg{
    background: #fff url("/xx/images/icon-arrow.png") no-repeat center center;
}
.handler_ok_bg{
    background: #fff url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3hpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NTc3MiwgMjAxNC8wMS8xMy0xOTo0NDowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo0ZDhlNWY5My05NmI0LTRlNWQtOGFjYi03ZTY4OGYyMTU2ZTYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NDlBRDI3NjVGMkQ2MTFFNEI5NDBCMjQ2M0ExMDQ1OUYiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NDlBRDI3NjRGMkQ2MTFFNEI5NDBCMjQ2M0ExMDQ1OUYiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKE1hY2ludG9zaCkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDphNWEzMWNhMC1hYmViLTQxNWEtYTEwZS04Y2U5NzRlN2Q4YTEiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NGQ4ZTVmOTMtOTZiNC00ZTVkLThhY2ItN2U2ODhmMjE1NmU2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+k+sHwwAAASZJREFUeNpi/P//PwMyKD8uZw+kUoDYEYgloMIvgHg/EM/ptHx0EFk9I8wAoEZ+IDUPiIMY8IN1QJwENOgj3ACo5gNAbMBAHLgAxA4gQ5igAnNJ0MwAVTsX7IKyY7L2UNuJAf+AmAmJ78AEDTBiwGYg5gbifCSxFCZoaBMCy4A4GOjnH0D6DpK4IxNSVIHAfSDOAeLraJrjgJp/AwPbHMhejiQnwYRmUzNQ4VQgDQqXK0ia/0I17wJiPmQNTNBEAgMlQIWiQA2vgWw7QppBekGxsAjIiEUSBNnsBDWEAY9mEFgMMgBk00E0iZtA7AHEctDQ58MRuA6wlLgGFMoMpIG1QFeGwAIxGZo8GUhIysmwQGSAZgwHaEZhICIzOaBkJkqyM0CAAQDGx279Jf50AAAAAABJRU5ErkJggg==") no-repeat center;
}
#drag .drag_bg{
    /*text-indent: 40px;*/
    background-color: #d9efd7;
    height: 34px;
    width: 0px;
    position: relative;
    overflow: hidden;
}
#drag .drag_bg i {
    position: absolute;
    left: 0;
    top: 0;
    padding-left: 40px;
    width: 240px;
    height: 34px;
    color: #41b035;
    z-index: 9;
}
#drag .drag_text{
    position: absolute;
    top: 0px;
    width: 240px;
    padding-left: 40px;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    -o-user-select:none;
    -ms-user-select:none;
}
#drag .drag_text.active {
    padding-left: 135px;
    background: url("/xx/images/icon-success.png") no-repeat 108px center;
}
.success-banner {
    position: relative;
}
.success-banner>img,.sidebar-banner>img {
    border-radius: 4px;
    box-shadow: 0 4px 7px rgba(16,125,216,.22);
}
.success-banner .btn-close {
    position: absolute;
    right: -13px;
    top: -13px;
    z-index: 3;
    width: 26px;
    height: 26px;
    background: url("/xx/images/btn-close.png") no-repeat center center;
}
/*在线报名*/
.alipay-img{
    width: 50px;
}

.choose-city ul {
    padding: 0 0 0 16px;
}
.choose-city li {
    /*width: 70px;*/
    padding: 0 15px 2px 0;
}
.choose-city li a {
    display: inline-block;
    padding: 0 8px
}
.choose-city li.active a {
    background: #1e99ff;
    border-radius: 4px;
    color: #fff;
    font-weight: bold;
}
.choose-list {
    /*margin-right: -7px;
    min-height: 65px;*/
    max-height: 136px;
    overflow: auto;
}
.choose-list ul {
    margin-top: -8px;
}
.choose-list li a {
    display: block;
    padding: 0 10px;
    margin-top: 8px;
    border: 1px solid #d9e1ea;
    line-height: 38px;
}
.choose-list li.active a {
    background: #e8f5ff url("/xx/images/choose-active.png") right bottom no-repeat;
    border-color: #1e99ff;
    color: #1e99ff;
}
.choose-list li i {
    border: 1px solid #ff9b30;
    color: #ff9b30;
    padding: 0 5px;
    line-height: 20px;
    font-size: 12px;
    display: inline-block;
}

.choose-list ul {
    margin: -8px -5px 0;
}
.choose-list li {
    width: 250px;
}
.choose-list li a {
    margin: 8px 5px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.online-memo {
    margin: 0 16px 5px;
    font-size: 12px;
    color: #666;
}
.online .fill-intro {
    padding: 6px 10px;
    margin: 10px 16px 5px;
}
.fill-intro .fill-bg {
    padding-left: 22px;
}
.bg-people {
    background: url("./bg-people.png") no-repeat left center;
}
.bg-location {
    background: url("./bg-location.png") no-repeat left center;
}
/*帮助中心*/
.sidebar-help li {
    padding: 15px 0 10px 20px;
    border-bottom: 1px solid #d9e1ea;
    font-size: 16px;
}
.sidebar-help li.active {
    background: url("/xx/images/sidebar-help-active.png") no-repeat left center;
    color: #1e99ff;
}
.sidebar-help li a {
    display: block;
}
.sidebar-help li.active a,.sidebar-help li a:hover {
    color: #1e99ff;
}
.help li {
    position: relative;
    min-height: 65px;
    padding: 22px 30px 15px 58px;
    margin-bottom: 10px;
    background: #f0f3f7;
    border: 1px solid #e5ebf3;
}
.help li i,.help li h3 {
    font-size: 16px;
}
.help li h3 {
    margin-bottom: 5px;
}
.help li i {
    position: absolute;
    left: 14px;
    top: 20px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    background: #ff9b30;
    color: #fff;
    text-align: center;
}
.help li p {
    padding: 5px 0 0;
    color: #666;
}
.help li span {
    padding: 0 10px 0 22px;
    color: #666;
}
.help li .qa-location {
    width: 52%;
    padding-right: 45px;
    background: url(/xx/images/icon-location.png) no-repeat left center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.help li .qa-tel {
    background: url(/xx/images/icon-tel.png) no-repeat left center;
}
.search-form {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 360px;
    padding: 0 62px;
    margin: -160px 0 0 -242px;
    background: #f0f3f7;
    border: 1px solid #e5ebf3;
}
.search-form h3 {
    padding: 40px 0;
    text-align: center;
    font-size: 24px;
}
.search-form ul {
    margin-top: -25px;
}
.search-form li {
    height: 34px;
    line-height: 34px;
    margin-top: 25px;
    background: #fff;
    border: 1px solid #cbd4de;
}
.search-form li label {
    width: 80px;
    text-align: center;
    background: #fbfbfb;
    border-right: 1px solid #cbd4de;
}
.search-form li input {
    width: 265px;
    height: 34px;
    line-height: 34px;
    border: none;
}
.search-form .btn {
    padding: 0 0 32px;
}
.search-tips {
    height: 32px;
    line-height: 32px;
}
.search-tips p {
    display: none;
    color: #ed6666;
}
.loading {
    width: 25px;
    margin: 0 5px;
    vertical-align: middle;
}
.student {
    width: 800px;
    margin: 30px auto 30px auto;
}
.search-memo {
    margin-top: 10px;
    border-top: 1px dashed #e6e6e6;
}
.search-memo h3 {
    padding-left: 25px;
    margin: 30px 0 5px;
    background: url("/xx/images/icon-danger.png") no-repeat left center;
}
.search-memo h3 i {
    color: #1e99ff;
}
.search-memo p {
    color: #666;
}
.search-error-memo {
    padding: 10px 18px;
    margin: 0 auto 25px;
}
.search-error-memo h3 {
    padding: 2px 0 7px;
}
.search-error-memo p {
    color: #666;
}
.pay-error {
    padding: 160px 0 25px;
    text-align: center;
    font-size: 24px;
}
.pay-error img {
    margin-bottom: 15px;
}
.notice {
    padding: 0 22px 20px;
    border: 1px solid #d9e1ea;
    border-top: none;
    color: #666;
}
.notice-memo {
    padding: 18px 0 10px;
    text-align: center;
    color: #333;
}
.notice-memo h3 {
    font-size: 18px;
}
/*弹框*/
.pop {
    display: none;
    position: relative;
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
}
.upgrade {
    position: relative;
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
}
.upgrade h3{
    line-height: 47px;
    font-size: 18px;
    padding-left: 15px;
    background: #f0f3f7;
    border-bottom: 1px solid #d9e1ea;
}
.layui-layer {
    box-shadow: none !important;
}
.pop h3{
    line-height: 47px;
    font-size: 18px;
    padding-left: 15px;
    background: #f0f3f7;
    border-bottom: 1px solid #d9e1ea;
}
.pop .btn {
    padding-bottom: 20px;
}
.pop .btn button {
    position: relative;
}
.pop-msg-main {
    padding: 45px 0;
    text-align: center;
    font-size: 16px;
}
.pop-msg-main img {
    margin-right: 5px;
}
.pop-close {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 30px;
    height: 30px;
    background: url("/xx/images/pop-close.png") no-repeat center center;
}
.pop-commit-main {
    height: 320px;
    padding: 0 6px 0 15px;
    margin: 15px 5px;
    overflow: auto;
}


.no-data {
    position: relative;
    /*top: 220px;*/
    /*left: 0;*/
    /*bottom: 80px;*/
    /*width: 100%;*/
    /*text-align: center;*/
}
.no-data-title{
    text-align: center;
    font-size: 20px;
    color: #999;
}
.no-data-content {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    margin: -115px 0 0;
}
.no-data p {
    padding: 20px 0;
}
/*.content-bottom{*/
    /*bottom: auto;*/
/*}*/





.mb20{
    margin-bottom: 20px;
}
.file{
    position: relative;
    width: 100%;
    height: 197px;

    border: 1px dashed #1e99ff;
}
.file .file-icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url("/xx/images/file-icon-blue.png") no-repeat center center;
}
.file:hover {
    border-color: #0d67b2;
}
.file.error {
    border-color: #ed6666;
}
.file.success {
    border-color: #fff;
}
.fill-form-file {
    margin-right: 100px;
}
.fill-form-file.error .file {
    border: 1px dashed #ed6666;
}
.fill-form-file.error .file .file-icon {
    background: url("/xx/images/file-icon-error.png") no-repeat center center;
}
.fill-form-file.error>p{
    color: #ed6666;
}
.default-file {
    opacity: .3;
    filter: alpha(opacity=30);
}
.detail-btn{
    margin: 32px 0 0;
    color: #1e99ff;
    font-size: 16px;
}
.arrow-right{
    display: inline-block;
    width: 8px;
    height: 12px;
    margin: -3px 0 0 10px;
    background: url("/xx/images/arrow-right.png") no-repeat center;
    vertical-align: middle;
}
.operate-btn{
    margin: 75px 0 20px 0;
}

.pay-success {
    padding: 90px 0 15px;
}
.fill-bg strong {
    color: #ff9b30;
    font-size: 18px;
}
.fill-bg strong.data-none {
    color: #ed6666;
}
.pay-way-main {
    padding: 30px 0;
}
.choose-pay {
    width: 280px;
    max-height: 100%;
    padding: 0;
    margin-right: 15px;
    font-size: 18px;
}
.choose-pay ul {
    margin: -18px 0 0;
}
.choose-pay li {
    width: 100%;
}
.choose-pay li a {
    padding: 12px 18px;
    margin: 18px 0 0;
}
.choose-pay li img {
    margin-right: 10px;
}

.btn-support {
    position: fixed;
    right: 3%;
    bottom: 100px;
    text-align: center;

}
.btn-support button {
    border-radius: 4px;
    font-size: 14px;
    min-width: 32px;
    width: 32px;
    padding: 10px 4px;
    line-height: 18px;
}
.layui-form-checkbox[lay-skin="primary"] i {
    border-color: #107dd8;
}
.help-title .layui-form-item {
    position: absolute;
    right: 35px;
    top: 35px;
}
.help-title .layui-form .layui-form-label {
    width: 112px;
}

.pop-ewm {
    position: fixed;
    top: 198px;
    /*right: 0;*/
    z-index: 9;
    background: url(/xx/images/pop-ewmbg.png) no-repeat;
    width: 155px;
    height: 281px;
    text-align: center;
}
.pop-ewm img {
    display: block;
    margin: 45px auto 10px;
    width: 124px;
    height: 125px;
}
.pop-ewm h2 {
    font-size: 14px;
    color: #f5775a;
}
.pop-ewm p {
    font-size: 12px;
    color: #333;
}
.pop-ewm .pop-close {
    right: 2px;
    top: 2px;
}


.permit {
    margin-top: -10px;
    padding-bottom: 10px;
    color: #666;
}
.fill-form .layui-form-item.permit .layui-input-inline {
    width: 500px;
}
.permit .file {
    width: 197px;
    height: 145px;
}
.permit li p {
    font-size: 12px;
    text-align: center;
}

.pop-pay {
    display: none;
}
.pop-pay-main {
    text-align: center;
}
.pop-pay-main h4 {
    padding: 15px 0;
}
.pop-pay-main h4 i {
    color: #ff9b30;
    font-size: 16px;
}
.pop-pay-main p {
    padding: 6px 0 20px;
    color: #666;
}
.pop-pay-main p em {
    padding-left: 25px;
    background: url(/xx/images/icon-scan.png) no-repeat left center;
}
.pop-pay-main img {
    padding: 8px;
    border: 1px solid #e6e6e6;
}
.pop-pay-main div img {
    margin: 0 auto;
}
.sidebar-banner,.success-banner {
    position: relative;
}
.success-banner {
    max-width: 900px;
    margin: 0 auto;
}
.sidebar-banner span>img {
    position: absolute;
    left: 50%;
    bottom: 66px;
    margin-left: -55px;
}
.success-banner span>img {
    position: absolute;
    right: 10px;
    top: 12px;
}

/*19-7-1*/
.pop {
    box-shadow: 0 0 5px rgba(0,0,0,.2);
}
.pop-down-main {
    font-size: 16px;
    color: #333;
    text-align: center;
}
.pop-down-main h4 {
    padding: 25px 0 10px;
    font-size: 18px;
}
.pop-down-main p {
    padding: 15px 0 35px;
}
.pop-update {
    width: 320px;
    position: fixed;
    /*right: 10px;*/
    bottom: 130px;
    z-index: 99;
}
.pop-update-main {
    padding: 30px 25px;
    /*font-size: 16px;*/
}
.pop-update-main .txt {
    padding-bottom: 10px;
}
.pop-update-main .txt p {
    text-indent: 2em;
}
.pop-update-main .txt i {
    color: #1e99ff;
}
.pop-update-main h4 {
    padding: 0 0 15px;
}
.update {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -140px 0 0 -250px;
    width: 500px;
    font-size: 24px;
}


@media only screen and (max-width: 1440px) {
    /*.ft-lg {*/
    /*font-size: 14px;*/
    /*}*/
    .content-title {
        /*padding: 25px 0;*/
        font-size: 20px;
    }
    .content-index .btn {
        padding: 30px 0;
    }
    .sidebar-province li {
        padding: 2px 0;
        line-height: 22px;
    }
    .sidebar-banner>img {
        width: 60%;
    }
    .sidebar-title h3 {
        margin: 2px 0 0;
    }
    .sidebar-banner>img {
        margin: 10px 0 0;
    }
    .pay-error,.pay-success {
        padding-top: 50px;
    }
    .sidebar-banner span>img {
        width: 64px;
        height: auto;
        bottom: 48px;
        margin-left: -32px;
    }
}
@media only screen and (max-width: 1279px) {
    /*body,.ft-lg {*/
    /*font-size: 12px;*/
    /*}*/
    .commonwidth {
        width: 1000px;
    }
    .sidebar {
        width: 240px;
    }
    .sidebar-banner>img {
        /*margin: 20px 0 0;*/
    }
    .content {
        padding: 0 50px;
    }
    .content-index {
        padding-left: 358px;
    }

}
/*20210220 hjkan*/
.search-bill {
    border: 1px solid #d9e1ea;
}

.search-bill-tit {
    font-size: 16px;
    padding: 15px 0 10px;
    text-align: center;
}

.search-bill ul {
    font-size: 16px;
    padding: 15px 20px;
}

.search-bill li {
    padding: 5px;
    display: flex;
}

.search-bill li .label {
    width: 91px;
    text-align: justify;
    height: 30px;
    flex-shrink: 0;
}

.search-bill li .label:after {
    content: " ";
    display: inline-block;
    width: 100%;
}

.search-bill .btn {
    padding: 0px 0 20px;
}
.rebtn-bill{
    margin-top: 16px !important;
    font-size: 14px !important;
    min-width: 80px !important;
}