.left {
    float: left;
}

ul,
li {
    list-style: none;
}

.right {
    float: right
}

.cursor-pointer {
    cursor: pointer;
}

@font-face {
    font-family: 'iconfont';
    src: url('../icon/iconfont.eot');
    src: url('../icon/iconfont.eot?#iefix') format('embedded-opentype'),
    url('../icon/iconfont.woff') format('woff'),
    url('../icon/iconfont.ttf') format('truetype'),
    url('../icon/iconfont.svg#iconfont') format('svg');
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
    color: #ffffff;
}


/* 背景渐变 */

.bjjb {
    background: linear-gradient(180deg, rgba(244, 250, 255, 1) 0%, rgba(229, 244, 255, 1) 100%);
    overflow: hidden;
}


/* 导航头公共类 */

.nav_active {
    height: 100px;
    background-color: red;
}


/* 面包屑 */

.mianbao {
    height: 30px;
    padding: 0 30px;
    background-color: #a1cae4;
    display: flex;
    align-items: center;
}

.mianb.el-breadcrumb__item {
    font-size: 16px;
    font-weight: 500;
}

.mianb.el-breadcrumb__item span.el-breadcrumb__inner {
    color: #0070B0;
    font-weight: 500;
}

.mianb.el-breadcrumb__item i {
    color: #0070B0;
}


/* 版心 */

.banxin {
    width: 1200px;
    background: rgba(255, 255, 255, 1);
    margin: 0 auto;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}


/* 服务每项标头名字 */

.title_line {
    height: 20px;
    display: inline-block;
    width: 5px;
    border-radius: 2px;
    background-color: #006CB7;
    margin-top: 1px;
    font-family: PingFangSC-Regular;
}

.title_text {
    color: #006CB7;
    font-size: 16px;
    line-height: 20px;
    margin-left: 10px;
    font-family: PingFangSC-Regular;
    /*font-weight: 400;*/
}


/*二级服务标头名字 */

.secondTitle {
    margin: 20px 0;
    line-height: 30px;
    padding-left: 40px;
    box-sizing: border-box;
}

.secondTitleCircle {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #0070B0;
    margin-top: 11px;
}

.secondTitle_text {
    color: #0070B0;
    font-size: 16px;
    line-height: 20px;
    margin-left: 15px;
    font-weight: 600;
}

.thirdTitle_text {
    color: #0070B0;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    position: absolute;
    top: -10px;
    background-color: #fff;
    display: inline-block;
    width: 100px;
    text-align: center;
    left: 0;
}

.thirdTitle {
    margin: 40px;
    line-height: 30px;
    padding-left: 30px;
    box-sizing: border-box;
    width: 97%;
    box-sizing: border-box;
}

.thirdTitle.box {
    padding-top: 20px;
    padding-bottom: 20px;
    border: 1px solid #dddddd;
    position: relative;
}


/* 表格表头公用样式结构 */

.commonTable.el-table thead.has-gutter tr th:first-child {
    border-radius: 40px 0 0 40px;
}

.commonTable.el-table thead.has-gutter tr th:nth-last-child(2) {
    border-radius: 0 40px 40px 0;
}


/* radio样式修改 */

.checkedradio {
    position: absolute;
    clip: rect(0, 0, 0, 0);
}

.checkedradio+label::before {
    width: 20px;
    height: 20px;
    content: '';
    float: left;
    background-color: #ffffff;
    box-shadow: 0px 2px 4px 0px rgba(0, 139, 133, 0.5);
    border-radius: 50%;
}

.checkedradio:checked+label::before {
    background-clip: content-box;
    background-color: #2C6AA9;
    padding: 5px;
    box-sizing: border-box;
}


/* 两端对齐 */

.justify {
    text-align: justify;
}

.justify:after {
    content: " ";
    display: inline-block;
    width: 100%;
}

.justify label {
    text-align: justify;
}

.justify label:after {
    content: " ";
    display: inline-block;
    width: 100%;
}


/* 我的上下公共样式 */

.my-style-max {
    position: relative;
    padding-top: 250px;
    box-sizing: border-box;
}

.my-top {
    width: 100%;
    height: 250px;
    background: #ffffff;
    -webkit-box-shadow: 0px 1px 21px 0px rgba(44, 106, 169, 0.55);
    box-shadow: 0px 1px 21px 0px rgba(44, 106, 169, 0.55);
    border-radius: 4px;
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
}

.my-bottom {
    overflow: hidden;
    background: #ffffff;
    -webkit-box-shadow: 0px 1px 21px 0px rgba(44, 106, 169, 0.55);
    box-shadow: 0px 1px 21px 0px rgba(44, 106, 169, 0.55);
    border-radius: 4px;
}


/* 分页组件样式 */

.pagination {
    text-align: center;
    margin-top: 50px;
}

.pagination-data {
    color: #ccc;
    font-size: 12px;
    margin-bottom: 20px;
}

.pagination .el-pagination ul.el-pager li.active {
    background: #0070B0 !important;
}

.el-pagination.is-background .el-pager li,
.el-pagination.is-background .btn-prev,
.el-pagination.is-background .btn-next {
    border-radius: 50%;
}


/* 页面的小标题 */

.child-title {
    margin-top: 35px;
    margin-bottom: 45px;
    overflow: hidden;
}

.child-title .title_line {
    line-height: 30px;
    margin-top: 7px;
}

.child-title .title_text {
    margin-top: 7px;
}

.child-title .expire {
    margin-left: 100px;
}

.child-title .retire {
    margin-left: 30px;
}

.child-title .btn {
    text-align: center;
    padding: 0;
    border: 0;
    text-align: center;
    letter-spacing: 2px;
}


/* 弹框样式 */

.alert-btn {
    width: 100px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin: 16px auto 0;
    background: -webkit-linear-gradient(90deg, rgba(0, 125, 174, 0.6) -10%, rgba(0, 108, 183, 0.85) 15%, rgba(0, 108, 183, 0.85) 85%, rgba(0, 125, 174, 0.6) 110%);
    background: -moz-linear-gradient(90deg, rgba(0, 125, 174, 0.6) -10%, rgba(0, 108, 183, 0.85) 15%, rgba(0, 108, 183, 0.85) 85%, rgba(0, 125, 174, 0.6) 110%);
    background: -o-linear-gradient(90deg, rgba(0, 125, 174, 0.6) -10%, rgba(0, 108, 183, 0.85) 15%, rgba(0, 108, 183, 0.85) 85%, rgba(0, 125, 174, 0.6) 110%);
    background: linear-gradient(90deg, rgba(0, 125, 174, 0.6) -10%, rgba(0, 108, 183, 0.85) 15%, rgba(0, 108, 183, 0.85) 85%, rgba(0, 125, 174, 0.6) 110%);
    color: #ffffff;
    border-radius: 25px;
    font-size: 14px;
    padding: 0;
    cursor: pointer;
}

.alert-content {
    width: 900px;
}

.alert-content .el-message-box__title {
    border-bottom: #61aca9 solid 1px;
    height: 60px;
    line-height: 60px;
    color: #61aca9;
}

.alert-content .el-message-box__message p {
    line-height: 24px;
    font-size: 16px;
}


/* dialog样式 */

.dialog_common .el-dialog__header {
    padding: 25px;
    border-bottom: 1px solid #96c8c6;
}

.dialog_common .el-dialog__header .el-dialog__title {
    color: #298aba;
    font-size: 22px;
}

.button_common {
    background-color: #298aba;
    border-radius: 30px;
    border: none;
}


/* 按钮样式 */

.btn-button {
    margin-top: 80px;
    width:127px;
    margin-bottom: 26px;
    height: 48px;
    line-height: 7px;
    border: none;
    border-radius: 28px;
    background: -webkit-linear-gradient(90deg, rgba(0, 125, 174, 0.6) -10%, rgba(0, 108, 183, 0.85) 15%, rgba(0, 108, 183, 0.85) 85%, rgba(0, 125, 174, 0.6) 110%);
    background: -moz-linear-gradient(90deg, rgba(0, 125, 174, 0.6) -10%, rgba(0, 108, 183, 0.85) 15%, rgba(0, 108, 183, 0.85) 85%, rgba(0, 125, 174, 0.6) 110%);
    background: -o-linear-gradient(90deg, rgba(0, 125, 174, 0.6) -10%, rgba(0, 108, 183, 0.85) 15%, rgba(0, 108, 183, 0.85) 85%, rgba(0, 125, 174, 0.6) 110%);
    background: linear-gradient(90deg, rgba(0, 125, 174, 0.6) -10%, rgba(0, 108, 183, 0.85) 15%, rgba(0, 108, 183, 0.85) 85%, rgba(0, 125, 174, 0.6) 110%);
    color: #fff;
    font-size: 24px;
    outline: none;
    cursor: pointer;
    text-align: center;
}

.btn-button:hover {
    color: #fff;
    background: linear-gradient(90deg, rgba(0, 125, 174, 0.6) -10%, rgba(0, 108, 183, 0.85) 15%, rgba(0, 108, 183, 0.85) 85%, rgba(0, 125, 174, 0.6) 110%);
}

.btn-button:active {
    color: #fff;
    background: linear-gradient(90deg, rgba(0, 125, 174, 0.6) -10%, rgba(0, 108, 183, 0.85) 15%, rgba(0, 108, 183, 0.85) 85%, rgba(0, 125, 174, 0.6) 110%);
}

.btn-button:focus {
    color: #fff;
    background: linear-gradient(90deg, rgba(0, 125, 174, 0.6) -10%, rgba(0, 108, 183, 0.85) 15%, rgba(0, 108, 183, 0.85) 85%, rgba(0, 125, 174, 0.6) 110%);
}


/* 两端对齐 */

.el-form-item__label {
    /*width: 5em;*/
    text-align: justify;
    text-align-last: justify;
}

.el-form-item__label span.one::after {
    width: 3em;
    content: '';
    display: inline-block;
}

.blue {
    color: #006cb7;
}

.cursor-pointer {
    cursor: pointer;
}

.loading .el-icon-loading {
    font-size: 50px;
}

.loading .el-loading-text {
    font-size: 24px;
}

.clear {
    clear: both;
    overflow: hidden;
}


/* 头部tab切换 */

.tabList {
    width: 100%;
    height: 60px;
    margin-bottom: 90px;
}

.tabList ul li {
    float: left;
    background-color: #fff;
    padding: 5px 0;
    width: 49.5%;
    height: 60px;
    text-align: center;
    line-height: 50px;
    font-size: 24px;
    margin-left: -1px;
    cursor: pointer;
    border: 1px solid #eee;
}

.tabList ul li.active {
    color: #006cb7;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.58)), to(rgba(0, 112, 176, 0.28)));
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.58) 0%, rgba(0, 112, 176, 0.28) 100%);
}

.title22 {
    margin: 20px 0 40px 2.3%;
}

.margintop40 {
    margin-top: 40px;
}

.select {
    width: 360px;
    height: 32px;
    border-radius: 16px;
    border: 1px solid #DCDFE6;
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    outline: none;
    padding-left: 10px;
    padding-right: 25px;
    font-size: 16px;
    color: #606266;
    box-sizing: border-box;
    background-image: url(../images/icon_select.png);
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: right 10px center;
}
select::-ms-expand{
    display: none;
}
select{
    background-image: url(../images/icon_select.png);
    appearance:none;
}
.marginTop90px {
    margin-top: 90px;
}

input,
select {
    outline: none;
}
a{
    text-decoration: none;
}
body .grab{
    background: inherit;
    background-color: #828080;
    color: #fff;
    cursor: no-drop;
}
body .grab:hover {
    color: #fff;
    background: inherit;
    background-color: #828080;
}
.button{
    border: none;
    background:#ffffff;
}
body input {
    line-height: normal;
}
/*.title_line {*/
/*height: 20px;*/
/*width: 5px;*/
/*border-radius: 0px;*/
/*background-color: #0070B0;*/
/*}*/

.tabList ul li {
    float: left;
    background-color: rgba(232,245,255,0.44);
    padding: 5px 0;
    width: 49.5%;
    height: 60px;
    text-align: center;
    line-height: 50px;
    font-size: 24px;
    margin-left: -1px;
    cursor: pointer;
    border:0;

}

