ul,
p {
    margin: 0;
}

.clearfix:after {
    content: "020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* 头部 */
.payment-header {
    width: 100%;
    background-color: #fff;
}

.header-content {
    height: 84px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo {
    width: 76px;
    height: 55px;
}

.logo img {
    width: 100%;
    height: auto;
}

.header-right {
    display: flex;
    align-items: center;
}

.nav ul {
    margin-bottom: 0;
    margin-right: 105px;
}

.nav ul li {
    float: left;
    position: relative;
}

.nav ul li:not(:last-child)::after {
    content: '';
    position: absolute;
    top: calc(50% - 8px);
    right: 0;
    width: 1px;
    height: 15px;
    background: #E4E3E5;

}

.nav ul li a {
    height: 84px;
    padding: 0 30px;
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: #242424;
    line-height: 84px;
}

.phone {
    height: 84px;
    width: 195px;
    background-color: #1752A9;
    padding: 0 25px;
}

.phone span {
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    margin-top: 15px;
    margin-bottom: 7px;
}

.phone p {
    font-size: 21px;
    font-weight: bold;
    color: #FFFFFF;
    margin: 0;
    line-height: 25px;
}

/* 主要内容 */
.payment-main {
    width: 100%;
}

.banner {
    width: 100%;
    background-size: 100% 100%;
}

.banner-content {
    height: 350px;
    padding-top: 90px;
    padding-left: 130px;
    position: relative;
}

.banner-content h3 {
    font-size: 40px;
    font-weight: bold;
    color: #212020;
    line-height: 40px;
    margin-top: 0px;
    margin-bottom: 30px;
}

.banner-content p {
    height: 19px;
    font-size: 18px;
    font-weight: 400;
    color: #717171;
    line-height: 19px;
    margin-bottom: 49px;
}

.banner-content .more {
    display: block;
    width: 155px;
    height: 57px;
    background: linear-gradient(90deg, #3974CB, #1852A9);
    font-size: 15px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 57px;
    text-align: center;
}

.more img {
    width: 22px;
    height: 8px;
    margin-bottom: 5px;
    margin-left: 15px;
}

.payment-tab {
    width: 100%;
    display: flex;
    align-items: flex-start;
}

.payment-tab_sidebar {
    width: 264px;
    margin-right: 19px;
}

.tab-sidebar_item {
    width: 100%;
    border: 1px solid #F0F0F0;
    margin-bottom: 17px;
}

.sidebar-item_title {
    width: 100%;
    height: 60px;
    padding: 0 33px;
    background-color: #F8F8F8;
    font-size: 18px;
    font-weight: bold;
    color: #393939;
    line-height: 18px;
    border-bottom: 1px solid #F0F0F0;
}

.sidebar-item_title img {
    width: 5px;
    height: 8px;
    margin-right: 20px;
}

.tab-sidebar_item ul {
    width: 100%;
    padding: 0 13px;
}

.tab-sidebar_item ul li {
    position: relative;
    width: 100%;
    height: 50px;
    cursor: pointer;
    font-size: 15px;
    font-weight: 400;
    color: #7C7C7C;
    line-height: 50px;
    padding-left: 45px;
    background-color: #FFFFFF;
}

.tab-sidebar_item ul li a {
    font-size: 15px;
    font-weight: 400;
    color: #7C7C7C;
}

.tab-sidebar_item ul li:not(:last-child) {
    border-bottom: 1px solid #F0F0F0;

}

.tab-sidebar_item ul li::before {
    content: '';
    width: 7px;
    height: 7px;
    position: absolute;
    left: 20px;
    top: 44%;
    border-radius: 100%;
    background-color: #9CB3D7;
}

.tab-sidebar_item ul li::after {
    content: "";
    position: absolute;
    height: 8px;
    width: 8px;
    top: 44%;
    right: 28px;
    border-width: 1px 1px 0 0;
    border-color: #939393;
    border-style: solid;
    transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
}

.tab-sidebar_item .is_active {
    color: #1852A9;
}

.tab-sidebar_item .is_active a {
    color: #1852A9;

}

.tab-sidebar_item .is_active::before {
    background-color: #1852A9;
}

.tab-sidebar_item .is_active::after {
    border-color: #1852A9;
}

.payment-block {
    flex: 1;
    background-color: #fff;
    border: 1px solid #F0F0F0;
}

.site-map {
    width: 100%;
    height: 65px;
    border-bottom: 1px solid #f1f1f1;
    font-size: 16px;
    font-weight: 400;
    color: #969696;
    height: 65px;
    display: flex;
    padding: 0 26px;
}

.site-map span {
    display: block;
    position: relative;
    line-height: 65px;
}

.site-map span:last-child {
    color: #1852A9;
}

.site-map span:not(:first-child) {
    margin-right: 15px;
}

.site-map span:not(:first-child, :last-child)::after {
    content: '>';
    position: absolute;
    top: -2%;
    right: -12px;
}

.payment-tab_content {
    width: 100%;
    padding: 0 16px;
    min-height: 829px;
    overflow: hidden;
}

.payment-tab_item {
    width: 100%;
    overflow: hidden;
    display: none;
}

.payment-tab_item .item-title {
    width: 100%;
    border-bottom: 1px solid #f1f1f1;
    padding: 29px 0 22px 0;
}

.payment-tab_item .item-title h3 {
    width: 100%;
    font-size: 24px;
    font-weight: 400;
    color: #000000;
    line-height: 32px;
    margin: 0 0 24px 0;
    white-space: normal;
}

.payment-tab_item .item-title .item-title_tag span {
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    color: #8B8B8B;
    line-height: 14px;
    margin-right: 15px;
}

.item-content {
    width: 104%;
    height: 700px;
    padding: 21px 40px 22px 19px;
    overflow-y: scroll;
}

.item-content *{
    max-width: 100%;
}

.help-list{
    width: calc(100% + 35px);
    padding: 16px 20px 16px 0;
    height: 770px;
    overflow-y: scroll;
}

.help-list ul li{
    width: 100%;
    background-color: #f9f9f9;
}

.help-list ul li a{
    display: block;
    width: 100%;
    height: 67px;
    font-size: 18px;
    font-weight: 400;
    color: #2C2C2C;
    line-height: 67px;
    padding: 0 34px;
    margin-bottom: 22px;
}

.item-footer {
    padding: 33px 0 25px 0;
    border-top: 1px solid #f1f1f1;
}

.item-footer span {
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    color: #B5B5B5;
    line-height: 25px;
}

.item-footer a {
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    color: #808080;
    line-height: 25px;
}

.item-footer div:last-child a {
    color: #1852A9;
}

.channel {
    width: 432px;
    height: 130px;
    padding: 25px 30px;
    background-color: #1752A9;
}

.channel span {
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: #D4DAE4;
    line-height: 16px;
    margin-bottom: 21px;
}

.channel p {
    font-size: 36px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 36px;
}

.report-form {
    width: 100%;
    padding: 10px 30px;
    margin-top: 47px;
    background-color: #F8F8F8;
}

.report-form-item {
    width: 100%;
    padding: 14px;
    border-bottom: 1px solid #E4E9F3;
    display: flex;
    position: relative;
}

.report-form-item:last-child {
    padding: 20px 0;
    border: none;
}

.report-form-item_error {
    display: block;
    color: red;
    font-size: 14px;
    line-height: 14px;
    position: absolute;
    bottom: 0px;
    left: 120px;
}

.report-form-item_label {
    width: 98px;
    font-size: 16px;
    font-weight: 400;
    color: #565656;
    line-height: 16px;
    margin: 0;
}

.report-form-item_content {
    margin-left: 10px;
    width: calc(100% - 98px);
}

.report-form-item input[type='text'],
input[type='tel'] {
    height: 51px;
    min-width: 298px;
    padding: 0 15px;
    border: none;
    background-color: #fff;
    outline: none;
    font-size: 16px;
    font-weight: 400;
    color: #565656;
}

.report-form-item input[type='button'] {
    width: 162px;
    height: 61px;
    border: none;
    background-color: #1752A9;
    color: #fff;
    font-size: 16px;
}

.report-form-item textarea {
    width: 100%;
    height: 405px;
    padding: 15px;
    border: none;
    background-color: #fff;
    font-size: 16px;
    font-weight: 400;
    color: #565656;
    resize: none;
    outline: none;
}

input::-webkit-input-placeholder {
    /* 使用webkit内核的浏览器 */
    font-size: 16px;
    font-weight: 400;
    color: #AEAEAE;
}

input:-moz-placeholder {
    /* Firefox版本4-18 */
    font-size: 16px;
    font-weight: 400;
    color: #AEAEAE;
}

input::-moz-placeholder {
    /* Firefox版本19+ */
    font-size: 16px;
    font-weight: 400;
    color: #AEAEAE;
}

input:-ms-input-placeholder {
    /* IE浏览器 */
    font-size: 16px;
    font-weight: 400;
    color: #AEAEAE;
}

textarea::placeholder {
    font-size: 16px;
    font-weight: 400;
    color: #AEAEAE;
}

.refresh-checking{
    cursor: pointer;
    margin-left: 10px;
    transition: all 1s;
}

.refresh-rotate{
    transform: rotate(360deg);
}

/* form select样式 */
.report-select {
    width: 298px;
    position: relative;
}

.report-select input[type='text'] {
    cursor: pointer;
    padding: 0 30px 0 20px;
}

.report-select span {
    display: block;
    height: 10px;
    width: 10px;
    border-color: #AEAEAE;
    border-style: solid;
    position: absolute;
    right: 15px;
    top: 35%;
    border-width: 0 1px 1px 0;
    transform: rotate(42deg);
    transition: transform .4s;
    -webkit-transition: transform .4s;
}

.report-select .icon-up{
    top: 45%;
    transform: rotate(-135deg);
}

.report-select ul{
    display: block;
    z-index: 99;
    width: 100%;
    height: 0;
    border-radius: 5px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    background-color: #fff;
    position: absolute;
    top: 45px;
    overflow-y: auto;
    transition: height .4s;
    -webkit-transition: height .4s; /* Safari */
}

.report-select ul li{
    display: block;
    height: 43px;
    line-height: 43px;
    padding: 0 20px;
    font-size: 16px;
    color: #565656;
    cursor: pointer;
}

.report-select .is-focus{
    height: 200px;
}

.report-select ul li:hover{
    background-color: rgba(225, 225, 225, .3);
}

/* 列表样式 */
.tab-item_list {
    width: calc(100% + 20px);
    padding: 16px 20px 16px 0;
    height: 770px;
    overflow-y: scroll;
}

.tab-item_list ul li {
    position: relative;
    width: 100%;
    height: 47px;
    padding-left: 50px;
    padding-right: 20px;
    line-height: 47px;
    border-bottom: 1px dashed #F0F0F0;
}

.tab-item_list ul li::before {
    content: '';
    position: absolute;
    top: 45%;
    left: 25px;
    width: 5px;
    height: 5px;
    border-radius: 100%;
    background-color: #468DE6;
}

.tab-item_list ul li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 15px;
    color: #898889;
    font-weight: 400;
    line-height: 47px;
}

.tab-item_list ul li p{
    flex: 1;
    font-size: 15px;
    color: #898889;
    font-weight: 400;
    line-height: 47px;
    max-width: 853px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.tab-item_list ul li span {
    display: inline-block;
    font-size: 15px;
    color: #CCCDCD;
    font-weight: 400;
    line-height: 47px;
    margin-left: 20px;
}

.pagination {
    width: 100%;
    margin: 20px 0;
}

/* 底部 */
.payment-footer {
    width: 100%;
    min-height: 100px;
    background: #1E2734;
}

.payment-footer_top {
    padding: 30px 23px 47px 6px;
}

.footer-logo {
    float: left;
    width: 75px;
    height: 55px;
    margin-top: 53px;
    margin-right: 50px;
}

.footer-logo img {
    width: 100%;
    height: auto;
}

.footer-info {
    float: left;
    margin-top: 39px;
    margin-right: 40px;
}

.footer-info p {
    max-width: 303px;
    font-size: 14px;
    font-weight: 400;
    color: #707B8A;
    line-height: 30px;
    text-indent: -3em;
    margin: 0 0 0 57px;
}

.v-line {
    width: 1px;
    height: 161px;
    background: linear-gradient(244deg, rgba(44, 57, 73, 0.1) 0%, rgba(44, 57, 73, 1) 50%, rgba(44, 57, 73, 0.1) 100%);
}

.footer-links {
    padding: 0 27px 0 42px;
}

.footer-links_title {
    width: 91px;
    height: 42px;
    background: #0D1218;
    font-size: 14px;
    font-weight: 400;
    color: #C5CDD9;
    line-height: 42px;
    text-align: center;
    margin: 22px 0 15px 0;
}

.footer-links_content {
    display: flex;
    align-items: center;
}

.footer-links_content ul {
    margin-left: 25px;
    height: 90px;
}

.footer-links_content ul li a {
    font-size: 14px;
    font-weight: 400;
    color: #798392;
    line-height: 30px;
}

.footer-code {
    display: flex;
    padding: 7px 0 0 37px;
}

.code-item:last-child{
    margin-left: 24px;
}

.footer-code p {
    font-size: 14px;
    font-weight: 400;
    color: #707B8A;
    text-align: center;
    line-height: 16px;
}

.code-img {
    width: 123px;
    height: 123px;
    padding: 10px;
    background-color: #fff;
    margin-bottom: 21px;
}

.code-img img {
    width: 100%;
    height: auto;
}

.h-line {
    width: 100%;
    height: 1px;
    background: linear-gradient(244deg, rgba(44, 57, 73, 0.1) 0%, rgba(44, 57, 73, 1) 50%, rgba(44, 57, 73, 0.1) 100%);
}

.payment-footer_bottom {
    padding: 22px 0 19px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.payment-footer_bottom p {
    font-size: 12px;
    font-weight: 400;
    color: #586679;
    line-height: 14px;
    margin: 0;
}

.footer-img {
    width: 365px;
    height: 40px;
}

.footer-img img {
    width: 100%;
    height: auto;
}

.licence{
    width: 110px;
    height: 77px;
}

.licence img{
    width: 100%;
    height: 100%;
}