body, html {
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    font-family: PingFangSC-Regular, sans-serif, arial, Microsoft YaHei;
}

.public-remindbox .showbox-btns .btn-org {
    background: #ff8d1c;
    color: #fff;
    padding: 0 15px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    margin: 0 10px;
    justify-content: center;
    line-height: 36px;
    border-radius: 4px;
    text-align: center;
    font-size: 14px;
    box-sizing: border-box;
    width: 110px;
    border: 1px solid #ff8d1c;
}

.public-remindbox .showbox-btns .btn-org:hover {
    background: #e70;
    border-color: #e70;
    color: #fff;
}

body {
    box-sizing: border-box;
    padding-top: 80px;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

a {
    text-decoration: none;
    cursor: pointer;
}

a:focus, a:hover {
    text-decoration: none !important;
}

em, i {
    font-style: normal;
}

dl, dd, dt, p, h1, h2, h3, h4, h5, h6 {
    padding: 0;
    margin: 0;
}

input, select, button {
    outline: none;
    font-family: PingFangSC-Regular, sans-serif, arial, Microsoft YaHei;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

select {
    appearance: none;
    -moz-appearance: none; /* Firefox */
    -webkit-appearance: none; /* Safari 和 Chrome */
    outline: none;
    background: #fff url(https://res1.justeasy.cn/images/icon-selectbg.png) 95% center no-repeat;
}

/*radio自定义样式*/
label {
    cursor: pointer;
}

label span {
    display: inline-block;
    vertical-align: top;
    margin-left: 5px;
}

input[type="radio"] {
    -webkit-appearance: none;
    position: relative;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    outline: 0 !important;
    cursor: pointer;
    padding: 0;
    margin: 0;
    height: 20px;
}

input[type="radio"]:before {
    border: 1px solid #DBDBDB;
    position: relative;
    background: #fff;
    transition: all .3s;
    -webkit-transition: all .3s;
    width: 20px;
    height: 20px;
    content: '';
    display: inline-block;
    left: 0;
    top: 0;
    border-radius: 50%;
    box-sizing: border-box;
}

input[type="radio"]:checked:before {
    background: #00BBD4;
    border: 1px solid #00BBD4;
}

input[type="radio"]:checked:after {
    width: 8px;
    height: 8px;
    background: #fff;
    border-radius: 10px;
    position: absolute;
    left: 6px;
    top: 6px;
    display: inline-block;
    content: '';
}

/*checkbox自定义样式*/
input[type="checkbox"] {
    -webkit-appearance: none;
    position: relative;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    outline: 0 !important;
    cursor: pointer;
    padding: 0;
    margin: 0;
}

input[type="checkbox"]:before {
    border: 1px solid #DBDBDB;
    position: relative;
    background: #fff;
    transition: all .3s;
    -webkit-transition: all .3s;
    width: 20px;
    height: 20px;
    content: '';
    display: inline-block;
    left: 0;
    top: 0;
    border-radius: 2px;
    box-sizing: border-box;
}

input[type="checkbox"]:checked:before {
    background: #00BBD4;
    border: 1px solid #00BBD4;
}

input[type="checkbox"]:checked:after {
    position: absolute;
    left: 3px;
    top: 4px;
    display: inline-block;
    content: '';
    color: #fff;
    border: 3px solid #fff;
    border-radius: 1px;
    border-top: none;
    border-right: none;
    background: transparent;
    transform: rotate(-45deg);
    width: 60%;
    height: 30%;
}

/*input公用样式*/
input[type="text"] {
    height: 34px;
    border: 1px #EDEDED solid;
    padding-left: 10px;
    display: block;
    width: 100%;
    box-sizing: border-box;
    -webkit-appearance: none;
    transition: all .3s;
    -webkit-transition: all .3s;
}

/*select公用样式*/
select {
    width: 100%;
    display: block;
    box-sizing: border-box;
    transition: all .3s;
    -webkit-transition: all .3s;
    height: 34px;
    border: 1px #EDEDED solid;
}

select:focus {
    box-shadow: 2px 2px 5px -4px rgba(0, 187, 212, 0.75);
    -webkit-box-shadow: 2px 2px 5px -4px rgba(0, 187, 212, 0.75);
    -moz-box-shadow: 2px 2px 5px -4px rgba(0, 187, 212, 0.75);
    border-color: #00BBD4;
}

.btn-blue {
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    cursor: pointer;
    background: #00BBD4;
    color: #FEFEFE;
}

.btn-blue:hover {
    background: #0097A6;
    color: #FEFEFE;
}

.btn-border {
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    cursor: pointer;
    color: #00BBD4;
    border: 1px solid #00BBD4;
    background: #fff;
}

.btn-border:hover {
    border: 1px solid #FEC008;
    background: #FEC008;
    color: #FFFFFF;
}

/*头部*/
.header {
    width: 100%;
    height: 80px;
    position: fixed;
    top: 0;
    left: 0;
    background: #FFFFFF;
    z-index: 100;
    box-shadow: 0 3px 10px 0 rgba(61, 79, 127, .1);
}


.main {
    width: 1200px;
    margin: 0 auto;
}

.header-main {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-main .header-left {
    display: flex;
    align-items: center;
    height: 100%;
}

.header-main .header-left .header-logo {
    display: block;
    width: 120px;
    height: 56px;
    cursor: pointer;
    margin-right: 90px;
}

.header-main .header-left .header-logo img {
    width: 100%;
    height: 100%;
}

.header-main .header-left .header-module {
    display: flex;
    align-items: center;
    height: 100%;
    gap:70px;
}

.header-main .header-left .header-module .header-item {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 100%;
    cursor: pointer;
}
.header-main .header-left .header-module .header-item .item_dropbox_wrapper{
    display: none;
    width: 138px;
    position: absolute;
    left: 50%;
    top: 80px;
    transform: translateX(-50%);
    padding-top: 4px;
}
.header-main .header-left .header-module .header-item .item_dropbox {
    padding:12px;
    background: #FFF;
    box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.1);
    border-radius: 8px;

}
.header-main .header-left .header-module .header-item .item_dropbox > a{
    display: block;
    height: 33px;
    line-height: 33px;
    text-align: center;
    border-radius: 8px;
    font-size: 16px;
    color:#222222
}
.header-main .header-left .header-module .header-item .item_dropbox > a:not(:last-child){
    margin-bottom: 5px;
}
.header-main .header-left .header-module .header-item .item_dropbox > a:hover,.header-main .header-left .header-module .header-item .item_dropbox > a.active{
    background: #F7F7F7;
    font-weight: 600;
}

.header-main .header-left .header-module .header-item > a {
    display: block;
    height: 80px;
    font-size: 16px;
    font-weight: 400;
    color: #212121;
    line-height: 80px;
}

.header-main .header-left .header-module .header-item:hover > a,
.header-main .header-left .header-module .header-item.active > a {
    font-weight: bold;
    color: #212121;
}
.header-main .header-left .header-module .header-item:hover > .item_dropbox_wrapper{
    display: block;
}


.header-main .header-left .header-module .header-item i {
    display: block;
    width: 36px;
    height: 4px;
    background: transparent;
    position: absolute;
    left: 50%;
    bottom: 5px;
    transform: translateX(-50%);
    border-radius: 2px;
}

.header-main .header-left .header-module .header-item.active i,
.header-main .header-left .header-module .header-item:hover i {
    background: #0ABDC6
}

.header-main .header-right {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.header-main .header-right .header-right-login {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.header-main .header-right .header-right-login a {
    width: 80px;
    height: 32px;
    border-radius: 16px;
    margin-left: 20px;
}
.header-main .header-right .header-right-login a.dispute-record-link {
    align-items: center;
    border: none;
    display: flex;
    gap: 10px;
    width: auto;
    color: #00D2E2;
}
.header-main .header-right .header-right-login a.dispute-record-link img{
    width:15px;
    height:18px;
}

.top-banner {
    width: 100%;
    height: 460px;
    position: relative;
}

.top-banner .top-banner-main {
    height: 100%;
    position: relative;
}

.top-banner-btn {
    width: 100%;
    display: flex;
    align-items: center;
    position: absolute;
    left: 0;
    bottom: 95px;
}

.top-banner-btn .btn-consult {
    width: 180px;
    height: 56px;
    border-radius: 28px;
    font-size: 18px;
    font-weight: 400;
    color: #FEFEFE;
    margin-right: 50px;
    transition: all 0.3s;
}

.top-banner-btn .btn-consult:hover {
    margin-top: -5px;
}

.top-banner-btn .btn-register {
    width: 180px;
    height: 56px;
    border-radius: 28px;
    font-size: 18px;
    font-weight: 400;
    transition: all 0.3s;
}

.top-banner-btn .btn-register:hover {
    margin-top: -5px;
}

/*弹框部分*/
.copyright-pop {
    width: 100%;
    box-sizing: border-box;
    position: relative;
    padding: 20px 0 30px;
}

.copyright-pop .icon-close {
    display: block;
    width: 16px;
    height: 16px;
    background: url("../../images/copyright/icon-close.png") center no-repeat;
    background-size: contain;
    position: absolute;
    top: 13px;
    right: 9px;
    cursor: pointer;
}

.copyright-pop .copyright-head {
    width: 100%;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    height: 20px;
    border-left: 10px solid #00BBD4;
    padding-left: 10px;
    margin-bottom: 28px;
}

.copyright-pop .copyright-head .head-title {
    display: block;
    height: 20px;
    font-size: 20px;
    font-weight: 400;
    color: #212121;
    line-height: 20px;
    margin-right: 20px;
}

.copyright-pop .copyright-head .head-subtitle {
    display: flex;
    align-items: center;
    height: 20px;
}

.copyright-pop .copyright-head .head-subtitle .icon-protect {
    display: block;
    width: 22px;
    height: 22px;
    background: url("../../images/copyright/icon-protect-pop.png") center no-repeat;
    background-size: contain;
    margin-right: 6px;
}

.copyright-pop .copyright-head .head-subtitle span {
    display: block;
    height: 16px;
    font-size: 14px;
    font-weight: 400;
    color: #00BBD4;
    line-height: 16px;
}

.copyright-pop .copyright-main {
    width: 100%;
    box-sizing: border-box;
    padding: 0 20px;
}

.copyright-pop .copyright-main .copyright-line {
    width: 100%;
    display: flex;
    box-sizing: border-box;
    padding-right: 40px;
    margin-bottom: 20px;
}
.copyright-pop .copyright-main .copyright-line-new {
    width: 100%;
    display: flex;
    align-items: center;
    gap:20px;
    flex-direction: column;
}
.copyright-pop .copyright-main .copyright-line-new h5{
    font-size: 14px;
}
.copyright-pop .copyright-main .copyright-line-new p{
    font-size: 12px;
    color:#969696
}
.copyright-pop .copyright-main .copyright-title {
    width: 110px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 34px;
    margin-right: 10px;
}

.copyright-pop .copyright-main .copyright-title i {
    display: block;
    height: 16px;
    font-size: 16px;
    font-weight: 400;
    color: #D41E00;
    line-height: 16px;
}

.copyright-pop .copyright-main .copyright-title span {
    display: block;
    height: 16px;
    font-size: 16px;
    font-weight: 400;
    color: #212121;
    line-height: 16px;
}

.copyright-pop .copyright-main .copyright-input {
    width: calc(100% - 120px);
    height: 34px;
    background: #FFFFFF;
    border: 1px solid #EDEDED;
    box-sizing: border-box;
    padding: 0 10px;
    color: #333;
}

.copyright-pop .copyright-main .copyright-textarea {
    width: calc(100% - 120px);
    height: 98px;
    background: #FFFFFF;
    border: 1px solid #EDEDED;
    position: relative;
}

.copyright-pop .copyright-main .copyright-textarea .textarea-count {
    width: 100%;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    box-sizing: border-box;
    padding: 0 10px;
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 14px;
    font-weight: 400;
    color: #949494;
}

.copyright-pop .copyright-main .copyright-textarea .copyright-textarea-main {
    width: 100%;
    resize: none;
    height: 73px;
    border: none;
    background: #fff;
    box-sizing: border-box;
    padding: 8px;
}

.copyright-pop .copyright-main .copyright-line .copyright-line-tips {
    display: block;
    height: 16px;
    font-size: 14px;
    font-weight: 400;
    color: #00BBD4;
    line-height: 16px;
    margin-left: 25px;
}

.copyright-pop .copyright-main .copyright-btn {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    padding-top: 10px;
}

.copyright-pop .copyright-main .copyright-btn .btn-determine {
    width: 120px;
    height: 32px;
    border-radius: 16px;
    font-size: 16px;
    font-weight: 400;
    margin: 0 15px;
}

.copyright-pop .copyright-main .copyright-btn .btn-cancel {
    width: 120px;
    height: 32px;
    border-radius: 16px;
    font-size: 16px;
    font-weight: 400;
    margin: 0 15px;
}

.copyright-pop .copyright-main .copyright-textarea .copyright-textarea-main::placeholder {
    color: #949494;
}

.copyright-pop .copyright-main .copyright-input::placeholder {
    color: #949494;
}

.copyright-pop .copyright-main .copyright-select {
    width: calc(100% - 120px);
    height: 34px;
}

.copyright-pop .copyright-main .copyright-select select {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    background-color: #EEF8FA;
    border: 1px solid #EDEDED;
    padding: 0 10px;
    color: #959595;
}

.copyright-pop .copyright-main .copyright-radio {
    width: calc(100% - 120px);
    height: 34px;
    display: flex;
    align-items: center;
}

.copyright-pop .copyright-main .copyright-radio label {
    margin-right: 40px;
}

.copyright-pop .copyright-main .certificate-sample {
    width: 100%;
    margin-bottom: 15px;
    display: flex;
}

.copyright-pop .copyright-main .certificate-sample .sample-title {
    width: 110px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 16px;
    margin-right: 10px;
    font-size: 14px;
    font-weight: 400;
    color: #212121;
}

.copyright-pop .certificate-sample .sample-right {
    display: block;
    width: calc(100% - 120px);
}

.copyright-pop .certificate-sample .sample-right .sample-list {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.copyright-pop .certificate-sample .sample-right .sample-list .sample-list-item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 160px;
    height: 120px;
    background: #EEF8FA;
    border: 1px solid #DBDBDB;
}

.copyright-pop .certificate-sample .sample-right .sample-list .sample-list-item img {
    max-width: 100%;
    max-height: 100%;
}

.copyright-pop .certificate-sample .sample-right .sample-list-tips {
    width: 100%;
    display: flex;
    box-sizing: border-box;
    padding-right: 15px;
}

.copyright-pop .certificate-sample .sample-right .sample-list-tips .sample-tips-title {
    display: block;
    height: 24px;
    font-size: 14px;
    font-weight: 400;
    color: #00BBD4;
    line-height: 24px;
}

.copyright-pop .certificate-sample .sample-right .sample-list-tips .sample-tips-content {
    width: calc(100% - 70px);
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #747474;
    line-height: 24px;
}

.copyright-pop .certificate-sample .sample-right .sample-list-tips .sample-tips-content i {
    color: #00BBD4;
}

.copyright-pop .copyright-font14 .copyright-title span {
    font-size: 14px;
}

.copyright-pop .copyright-font14 .copyright-line {
    width: 708px;
}

.copyright-pop .copyright-font14 .copyright-line select {
    background-position: 98% center;
}

.copyright-pop .copyright-font14 .copyright-input {
    width: 262px;
}

.copyright-pop .copyright-font14 .copyright-input-addr {
    width: calc(100% - 120px);
}

.copyright-pop .copyright-select-addr {
    width: calc(100% - 120px);
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.copyright-pop .copyright-select-addr select {
    width: 182px;
    height: 34px;
    box-sizing: border-box;
    background-color: #EEF8FA;
    border: 1px solid #EDEDED;
    padding: 0 10px;
    color: #959595;
}

.copyright-pop .copyright-font14 .copyright-select-addr select {
    background-position: 95% center;
}

.copyright-pop .info-main {
    width: 100%;
    box-sizing: border-box;
    padding: 12px 40px;
}

.copyright-pop .info-main .info-two-columns {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.copyright-pop .info-main .info-two-columns .info-line {
    width: 380px;
    display: flex;
    align-items: center;
    margin-bottom: 18px;
    margin-right: 20px;
}

.copyright-pop .info-main .info-title {
    display: flex;
    align-items: center;
    width: 100px;
}

.copyright-pop .info-main .info-title span {
    display: block;
    width: 85px;
    text-align-last: justify;
    text-align: justify;
    height: 16px;
    font-size: 14px;
    font-weight: 400;
    color: #747474;
    line-height: 16px;
}

.copyright-pop .info-main .info-title i {
    width: 15px;
    display: block;
    height: 16px;
    font-size: 14px;
    font-weight: 400;
    color: #747474;
    line-height: 16px;
}

.copyright-pop .info-main .info-two-columns .info-line .info-content {
    width: calc(100% - 100px);
    display: block;
    height: 16px;
    font-size: 14px;
    font-weight: 400;
    color: #212121;
    line-height: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.copyright-pop .info-main .info-img {
    width: 100%;
    margin-bottom: 40px;
    display: flex;
    align-items: flex-start;
}

.copyright-pop .info-main .info-img-list {
    width: calc(100% - 100px);
    display: flex;
    align-items: center;
}

.copyright-pop .info-main .info-img-list .info-img-item {
    width: 160px;
    height: 102px;
    background: #959595;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
}

.copyright-pop .info-main .info-img-list .info-img-item img {
    max-width: 100%;
    max-height: 100%;
}

.copyright-pop .info-main .info-img-list .info-img-item:last-of-type {
    margin-right: 0;
}

.copyright-pop .pay-method-title {
    width: 100%;
    display: block;
    height: 22px;
    font-size: 20px;
    font-weight: 400;
    color: #212121;
    line-height: 22px;
    box-sizing: border-box;
    padding-left: 20px;
    margin-bottom: 22px;
}

.copyright-pop .pay-amount {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 26px;
    font-size: 24px;
    font-weight: 400;
    color: #212121;
    line-height: 26px;
    margin-bottom: 40px;
}

.copyright-pop .pay-amount span {
    color: #00BBD4;
}

.copyright-pop .pay-method-list {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    padding: 0 35px;
    margin-bottom: 40px;
}

.copyright-pop .pay-method-list .pay-method-item {
    width: 222px;
    height: 98px;
    border: 1px solid #EDEDED;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 15px;
    box-sizing: border-box;
    position: relative;
    cursor: pointer;
}

.copyright-pop .pay-method-list .pay-method-item .icon-gou {
    display: none;
    width: 31px;
    height: 31px;
    background: url("../../images/copyright/icon-gou.png") center no-repeat;
    background-size: contain;
    position: absolute;
    bottom: 0;
    right: 0;
}

.copyright-pop .pay-method-list .pay-method-item .icon-wx {
    display: block;
    width: 45px;
    height: 45px;
    background: url("../../images/copyright/icon-wx.png") center no-repeat;
    background-size: contain;
    margin-right: 25px;
}

.copyright-pop .pay-method-list .pay-method-item .icon-zfb {
    display: block;
    width: 45px;
    height: 45px;
    background: url("../../images/copyright/icon-zfb.png") center no-repeat;
    background-size: contain;
    margin-right: 25px;
}

.copyright-pop .pay-method-list .pay-method-item .method-name {
    display: block;
    height: 20px;
    font-size: 18px;
    font-weight: 400;
    color: #212121;
    line-height: 20px;
}

.copyright-pop .pay-method-list .pay-method-item.active {
    border: 1px solid #00BBD4;
}

.copyright-pop .pay-method-list .pay-method-item.active .icon-gou {
    display: block;
}

.copyright-pop .pay-method-btn {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    padding-bottom: 10px;
}

.copyright-pop .pay-method-btn .btn-pay {
    width: 120px;
    height: 32px;
    border-radius: 16px;
    font-size: 16px;
    font-weight: 400;
}

/*右侧悬浮*/
.fixed-right {
    width: 58px;
    position: fixed;
    right: 4%;
    bottom: 250px;
}

.fixed-right .fixed-right-service {
    width: 58px;
    height: 58px;
    margin-bottom: 10px;
    position: relative;
    box-shadow: 7px 0px 13px 0px rgba(237, 237, 237, 0.7);
}

.fixed-right .fixed-right-service .icon-service {
    display: block;
    width: 58px;
    height: 58px;
    background: url("../../images/copyright/icon-service.png") center no-repeat;
    background-size: contain;
    cursor: pointer;
}

.fixed-right .fixed-right-service:hover .icon-service {
    background: url("../../images/copyright/icon-service-sel.png") center no-repeat;
    background-size: contain;
}


.fixed-right .fixed-right-service .icon-code {
    display: none;
    width: 200px;
    height: 200px;
    background: url("../../images/copyright/code-service.jpg") center no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    right: 58px;
}

.fixed-right .fixed-right-service:hover .icon-code {
    display: block;
}

.fixed-right .fixed-right-top {
    width: 58px;
    height: 58px;
    background: url("../../images/copyright/icon-top.png") center no-repeat;
    background-size: contain;
    cursor: pointer;
    box-shadow: 7px 0px 13px 0px rgba(237, 237, 237, 0.7);
}

.fixed-right .fixed-right-top.none {
    display: none;
}

.fixed-right .fixed-right-top:hover {
    width: 58px;
    height: 58px;
    background: url("../../images/copyright/icon-top-sel.png") center no-repeat;
    background-size: contain;
}

.login-revision .textbox-login {
    border: none;
    border-bottom: 1px solid #DBDBDB;
}

.pagination {
    clear: both;
    width: 100%;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}

.pagination ul {
    margin: 0 auto;
}

.pagination ul li {
    display: inline-block;
    margin: 0 3px;
    line-height: 26px;
    border: 1px solid #dcdcdc;
    border-radius: 2px;
    background: #fff;
}


.pagination ul li a {
    padding: 0 10px;
    display: block;
    color: #666;
}

.pagination ul li.active {
    border: 1px solid #00BBD4;
    color: #fff;
    background: #00BBD4;
}

.pagination ul li.active a {
    color: #fff;
}

.dm-bg{
    background: url("../../images/copyright/daomo-indexbg.png") center no-repeat;
    background-size: contain;
}