body,
div,
p,
ul,
li {
    margin: 0;
    padding: 0;
    font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei UI", "Microsoft YaHei", "微软雅黑", Arial, sans-serif !important;
}

.serviceGuide {
    margin: 50px auto;
    width: 1200px;
    color: #333;
}

.serviceGuide-group {
    margin-top: 50px;
    padding: 25px;
    box-sizing: border-box;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, .1);
}

.serviceGuide-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 10px;
    box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 3px solid #acacac;
    margin-bottom: 10px;
}

.serviceGuide-headerTitle {
    color: #2b2f32;
    font-size: 28px;
    font-weight: 700;
    line-height: 36px;
    /* outline: 0!important; */
}

.is-plain {
    box-sizing: border-box;
    color: #2875e0 !important;
    background: #eaf1fc !important;
    border-color: #a9c8f3 !important;
}

.is-plain:hover {
    color: #fff !important;
    background-color: #2875e0 !important;
    border-color: #2875e0 !important;
}


.themeInfo-between {
    display: flex;
    margin-top: 30px;
}

.themeInfo-between>div {
    flex: 1;
}

.descriptionTable {
    color: #666;
    font-size: 14px;
}

.descriptionTable-row {
    border-left: 1px solid #e5e5e5;
}

.descriptionTable-row:first-child {
    border-top: 1px solid #e5e5e5;
}

.el-row--flex {
    display: flex;
}

.el-row {
    position: relative;
    box-sizing: border-box;
}

.descriptionTable-item {
    display: flex;
    color: #666;
}

.descriptionTable-itemLabel {
    background: #f5f6f8;
    color: #333;
    text-align: center;
    justify-content: center;
}

.descriptionTable-box {
    font-size: 14px;
    padding: 13px 16px;
    box-sizing: border-box;
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    display: flex;
    align-items: center;
    line-height: 1.5;
    white-space: pre-line;
}

.descriptionTable-itemValue {
    flex: 1;
}

.descriptionTable-box {
    font-size: 14px;
    padding: 13px 16px;
    box-sizing: border-box;
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    display: flex;
    align-items: center;
    line-height: 1.5;
    white-space: pre-line;
}

.themeInfo-link {
    color: #108ee9;
    cursor: pointer;
}

a {
    text-decoration: none;
}

a {
    background-color: transparent;
}

.themeInfo-contrasts {
    margin-left: 40px;
}

.themeContrasts {
    /* margin-left: 50px; */
    background: url(../img/theme-contrasts-bg.png) no-repeat;
    background-size: 100% 100%;
    position: relative;
    padding: 16px;
    display: flex;
    flex-direction: column;
}

.themeContrasts-header {
    margin-top: 16px;
    color: #333;
    line-height: 1;
}

.headerTitle {
    font-size: 24px;
    font-weight: 700;
}

.subTitle {
    font-size: 18px;
    margin-top: 14px;
    font-weight: 400;
}

.themeContrast-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: #fff;
    border-radius: 12px;
    padding: 24px;
    margin-top: 30px;
    flex-grow: 1;
}

.themeContrast-title {
    color: #333;
    font-weight: 700;
    text-align: center;
    display: flex;
    justify-content: flex-end;
    line-height: 24px;
}

.oneThing {
    width: 142px;
}

.union {
    margin-left: 80px;
    width: 142px;
    color: #1678ff;
}

.themeContrast {
    display: flex;
    font-size: 16px;
    color: #333;
    line-height: 21px;
    align-items: center;
}

.themeContrast img {
    width: 20px;
    height: 20px;
    margin-right: 8px;
}

.themeContrasts-leftSpan {
    margin-right: 30px;
    width: 70px;
}

.themeContrasts-midSpan {
    flex: 1;
    text-align: center;
    height: 28px;
    line-height: 28px;
    background: #f7f7f7;
    margin-right: 30px;
    text-decoration: line-through;
}

.themeContrasts-rightSpan {
    margin-left: 24px;
    flex: 1;
    text-align: center;
    height: 28px;
    line-height: 28px;
    background: rgba(40, 120, 255, .15);
}
.switchTab{
    min-height: 400px;
}
.pageNav{
    display: flex;
    justify-content: space-between;
    background: #ececed;
    margin-bottom: 20px;
}
.pageNav-menu{
    position: relative;
    height: 100%;
    background: hsla(0,0%,100%,.2);
    font-size: 18px;
    color: #333;
    text-align: center;
    line-height: 48px;
    cursor: pointer;
    flex: 1;
}
.active{
    background: #1677ff;
    color: #fff;
    font-weight: 700;
}
.active:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    top: 100%;
    left: calc(50% - 10px);
    border: 10px solid transparent;
    border-top-color: #1677ff;
}
.descriptionTable {
    color: #666;
    font-size: 14px;
}
.descriptionTable-row:first-child {
    border-top: 1px solid #e5e5e5;
}
.descriptionTable-row{
    border-left: 1px solid #e5e5e5;
}
.baseInfo-groupTitle{
    font-size: 18px;
    text-align: center;
    /* height: 57px !important; */
    height: 55px;
    line-height: 57px;
    border: 1px solid #dcdfe6;
    border-top-color: transparent;
    border-bottom-color: transparent;
}
button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}
.el-button+.el-button {
    margin-left: 10px;
}
.serviceGuide-headerExtra{
    /* display: flex;
    align-items: center;
    justify-content: center; */
    font-size:0;
}
.arrow{
    width: 17px !important;
    height: 9px !important;
}
.themeContrasts-active{
    color: #2878ff;
}
.acceptCondition {
    border: 1px solid #dcdfe6;
    padding: 13px 16px;
    box-sizing: border-box;
}

.acceptCondition-item {
    margin-top: 10px;
}

.acceptCondition-item:first-child {
    margin-top: 0;
}

.acceptCondition-itemTitle {
    font-weight: 700;
    line-height: 1
}

.acceptCondition-itemContent {
    font-size: 14px;
    line-height: 24px;
    white-space: pre-line;
    padding: 10px 15px;
    box-sizing: border-box;
}
.el-table thead {
    color: #909399;
    font-weight: 500;
}
.is-leaf {
    border-bottom: 1px solid #ebeef5;
}
.el-table thead th {
    color: #666;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    background: rgba(0,0,0,.03);
}
.el-table thead th.el-table__cell {
    background-color: #f0f0f1;
}
.el-table .cell {
    text-align: center;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-break: break-all;
    line-height: 23px;
    padding-left: 10px;
    padding-right: 10px;
}
.downloadFile{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.downloadFile .el-button{
    margin: 0;
}
.el-button--text {
    border-color: transparent;
    color: #2875e0;
    background: transparent;
    padding-left: 0;
    padding-right: 0;
}

.descriptionTable-itemValue {
    flex: 1;
}

.legalBasis-innerTable {
    margin: -14px -17px;
    flex: 1;
}

.handleProcess {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px;
}
.commonProblem-collapse{
    border-width: 0;
}
.el-collapse {
    border-top: none !important;
    border-bottom: 1px solid #ebeef5;
}
.el-collapse:first-child {
    border-top: none !important;
}
.el-collapse-item__header {
    font-size: 16px;
    font-weight: 400;
    color: #000;
    line-height: 24px;
    position: relative;
    padding: 24px 0 24px 48px;
    box-sizing: border-box;
    height: auto;

    display: flex;
    align-items: center;

    background-color: #fff;

    cursor: pointer;
    border-bottom: 1px solid #ebeef5;

    transition: border-bottom-color .3s;

}
.is-active {
    border-bottom-color: transparent;
}
.el-collapse-item__content .commonProblem-prefix {
    background: #fa7f33;
}
.commonProblem-prefix {
    background: #2875e0;
    display: inline-block;
    position: absolute;
    top: 24px;
    left: 16px;
    font-weight: 700;
    color: #fff;
    padding: 0 3px;
    font-size: 14px;
}
.el-collapse-item__wrap {
    will-change: height;
    background-color: #fff;
    overflow: hidden;
    box-sizing: border-box;
    border-bottom: 1px solid #ebeef5;
    transition: .3s;
}
.el-collapse-item__content {
    border-top: 1px solid rgba(0,0,0,.1);
    background: #f3f8fe;
    font-size: 14px;
    font-weight: 400;
    color: rgba(0,0,0,.85);
    line-height: 22px;
    position: relative;
    padding: 24px 0 24px 48px;
    box-sizing: border-box;
    height: auto;
}
.el-collapse-item__arrow {
    margin: 0 8px 0 auto;
    transition: transform .3s;
    font-weight: 300;
}