@charset "UTF-8";

@import "./base.css";
@import "./font.css";
@import "./inner_header.css";
@import "./footer.css";





.windowService {
    position: fixed;
    right: 20px;
    top: 50%;
    z-index: 99;
    transform: translateY(-50%);
}

.windowService .iconfont {
    width: 37px;
    height: 37px;
    border-radius: 100%;
    border: 1px solid rgba(0, 0, 0, 0.5);
    color: rgba(0, 0, 0, 0.5);
    font-size: 18px;
    margin: 10px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    cursor: pointer;
}

.windowService .iconfont a {
    width: 100%;
    height: 100%;
    display: block;
}

.windowService .iconfont .wbox,
.windowService .iconfont .wbox2 {
    display: none;
    padding: 0 11px 0 4px;
}

.windowService .iconfont:hover {
    background: #000;
    color: #fff;
}

.windowService .iconfont:hover .wbox {
    display: block;
    position: absolute;
    right: 40px;
    top: -28px;
    width: 147px;
    height: 87px;
    background: url(../assets/tag2.png) no-repeat;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.windowService .iconfont:hover .wbox h4 {
    font-size: 14px;
    font-weight: 400;
    color: #000000;
    opacity: .5;
    margin: 0;
    padding: 0;
}

.windowService .iconfont:hover .wbox h5 {
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-weight: 700;
    color: #000000;
}

.windowService .iconfont:hover .wbox2 {
    display: block;
    position: absolute;
    right: 40px;
    top: -28px;
    width: 147px;
    height: 87px;
    background: url(../assets/tag2.png) no-repeat;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.windowService .iconfont:hover .wbox2 h4 {
    font-size: 14px;
    font-weight: 400;
    color: #000000;
    opacity: .5;
    margin: 0;
    padding: 0;
    padding: 0 10px;
}

.windowService .iconfont:hover .wbox2 h5 {
    width: 61px;
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-weight: 700;
    color: #000000;
}


.video_player .video_close {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1200;
    cursor: pointer;
    width: 69px;
}

.video_player .video_mask {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.95) !important;
    background: #000;
    filter: alpha(opacity=95);
    z-index: 1000;
}

.video_player .video_content {
    width: 980px;
    height: 600px;
    overflow: hidden;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -300px;
    margin-left: -490px;
    z-index: 1100;
}


.control-group {
    position: fixed;
    right: 20px;
    bottom: 25px;
    z-index: 100;
    width: 263px;
    height: 56px;
    overflow: hidden;
    border-radius: 56px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0px 0px 0.533333rem 0 rgb(0 0 0 / 30%);
}

.control-group .quick-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 30px;
    color: #000;
    font-size: 12px;
    text-align: center;
}

.control-group .control-btn {
    margin-right: 7px;
    width: 133px;
    height: 42px;
    overflow: hidden;
    color: #fff;
    font-size: 12px;
    line-height: 42px;
    text-align: center;
    font-weight: bold;
    border-radius: 60px;
    background: #000;
}




.local {
    padding: 20px 0;
    opacity: .5;
    color: #000;
    font-size: 14px;
}

.local a {
    font-size: 14px;
    font-weight: 500;
    color: #000;
}

.fast-menu {
    padding: 10px 0;
    padding-top: 10px;
}

.fast-menu h4 {
    font-size: 30px;
    font-weight: 700;
    color: #000000;
    text-align: center;
    margin-bottom: 10px;
}

.fast-menu .list {
    padding: 10px 0;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
}

.fast-menu .list li {
    width: 100%;
    float: left;
    border: 1px solid rgba(0, 0, 0, 0.1);
    text-align: center;
    margin-left: -1px;
    padding: 19px 0;
    opacity: .5;
    cursor: pointer;
}

.fast-menu .list li.cut {
    border: 1px solid #bbb;
    background-color: #F7F7F7;
    opacity: 1;
}

.fast-menu .list li:first-child {
    margin-left: 0;
}

.fast-menu .list li .pic {
    margin: 0 auto 10px auto;
    width: 33px;
    height: 66px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.fast-menu .list li .pic img {
    max-height: 100%;
}

.fast-menu .list li h5 {
    font-size: 12px;
    color: rgba(0, 0, 0, 0.8);
}

.fast-menu .more {
    width: 243px;
    height: 71px;
    line-height: 71px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    display: block;
    margin: 0 auto;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    color: rgba(0, 0, 0, 0.5);
}

.helpList {
    padding: 20px 0;
    color: rgba(0, 0, 0, 0.5);
}

.helpList li {
    list-style: inside;
    list-style-position: inside;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 20px 0;
    position: relative;
}

.helpList li a {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.5);
}

.helpList li::after {
    font-family: "iconfont" !important;
    content: "\e623";
    font-size: 14px;
    position: absolute;
    right: 0;
    top: 22px;
}

.helpList .more {
    display: block;
    width: 100px;
    text-align: center;
    margin: 45px auto 20px auto;
    opacity: 0.6;
    font-size: 14px;
    font-weight: 700;
    color: #000000;
}

.specialList {
    padding: 50px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.specialList h4 {
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    color: #000;
}

.specialList ul {
    margin: 0 -7px;
    margin-top: 44px;
    display: table;
}

.specialList ul li {
    float: left;
    width: 390px;
    margin: 0 7px;
}

.specialList ul li .pbox {
    position: relative;
    height: 227px;
    overflow: hidden;
}

.specialList ul li .pbox img {
    width: 100%;
}

.specialList ul li .iconfont {
    font-size: 36px;
    position: absolute;
    left: 50%;
    top: 50%;
    color: #fff;
    transform: translate(-50%, -50%);
}

.specialList ul li a {
    color: rgba(0, 0, 0, 0.5);
    font-size: 14px;
}

.specialList ul li p {
    padding: 20px 0;
    font-size: 14px;
}

.specialList .more {
    display: block;
    width: 199px;
    height: 70px;
    line-height: 70px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    text-align: center;
    font-weight: 700;
    color: #000000;
    margin: 0 auto;
    margin-top: 30px;
}

.specialList .more:hover {
    background: #000;
    color: #fff;
}


.video_player {
    display: none;
}

.helpVideoList li {
    cursor: pointer;
}






.view-warp {
    padding: 30px 0;
}

.view-warp h1.title {
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    color: #000000;
    line-height: 60px;
}

.view-warp .time {
    font-size: 14px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.5);
    margin: 18px 0 0 0;
}

.view-warp .sub {
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    color: rgba(0, 0, 0, 0.5);
    line-height: 26px;
    margin: 37px 0;
}



.receipt {
    padding-bottom: 93px;
    display: flex;
    justify-content: space-between;
}

.receipt h5 {
    font-size: 16px;
    font-weight: 600;
    color: #000000;
}

.receipt .pick {
    vertical-align: middle;
    display: flex;
}

.receipt .pick a {
    opacity: 0.5;
    font-size: 14px;
    font-weight: 500;
    color: #000;
    margin-left: 30px;
}

.receipt .pick a span {
    margin-left: 10px;
    vertical-align: text-bottom;
}



.pick span {
    padding: 0 0 0 23px;
    display: inline-block;
}

.pick span.helpful {
    background: url("../assets/service/icon-z.png") left center no-repeat;
}

.pick span.helpful.cut {
    background: url("../assets/service/icon-z2.png") left center no-repeat;
}


.pick span.nohelp {
    margin: 0 0 0 30px;
    background: url("../assets/service/icon-c.png") left center no-repeat;
}

.pick span.nohelp.cut {
    background: url("../assets/service/icon-c2.png") left center no-repeat;
}



/* 服务首页 */
.local {
    padding: 36px 0;
    opacity: .5;
    color: #000;
}

.local a {
    font-size: 14px;
    font-weight: 500;
    color: #000;
}

.service-search {
    height: 420px;
    background: url(../assets/service/bannerBg.png) no-repeat center center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.service-search h4 {
    font-size: 30px;
    font-weight: 700;
    color: #ffffff;
}

.service-search .search-box {
    background: #fff;
    border-radius: 5px;
    width: 543px;
    margin-top: 30px;
    padding: 10px;
}

.service-search .search-box .searchIcon {
    display: block;
    width: 36px;
    height: 36px;
    margin: 0 10px;
    background: url(../assets/service/search1.png) no-repeat center center;
    background-size: 100%;
    float: left;
}

.service-search .search-box ::v-deep .el-input__inner {
    border: 0;
}

.service-search .search-box .searchText {
    outline: none;
    width: 400px;
    height: 36px;
    line-height: 36px;
    float: left;
    border: 0;
}

.service-search .search-box .searchText::placeholder {
    color: rgba(0, 0, 0, 0.3);
}

.fast-menu {
    padding: 70px 0;
}

.fast-menu h4 {
    font-size: 30px;
    font-weight: 700;
    color: #000000;
    text-align: center;
}

.fast-menu .list {
    padding: 39px 0 58px 0;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
}

.fast-menu .list li {
    width: 9%;
    float: left;
    border: 1px solid rgba(0, 0, 0, 0.1);
    text-align: center;
    border-left: 0;
    padding: 19px 0;
    height: 135px;
    opacity: .5;
}

.fast-menu .list li:first-child {
    border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.fast-menu .list li .pic {
    margin: 0 auto 14px auto;
    width: 33px;
    height: 66px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.fast-menu .list li .pic img {
    max-height: 100%;
}

.fast-menu .list li h5 {
    font-size: 12px;
    color: rgba(0, 0, 0, 0.8);
}

.fast-menu .more {
    width: 243px;
    height: 71px;
    line-height: 71px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    display: block;
    margin: 0 auto;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    color: rgba(0, 0, 0, 0.5);
}

.fast-menu .more:hover {
    background: #000;
    color: #fff;
}

.fast-best {
    background: #eee;
    padding: 100px 0;
}

.fast-best .item {
    padding: 28px;
    background: #fff;
    position: relative;
    display: block;
    cursor: pointer;
}

.fast-best .item.top {
    height: 271px;
    margin-bottom: 13px;
}

.fast-best .item.top:hover p {
    display: none;
}

.fast-best .item h5 {
    font-size: 24px;
    font-weight: 700;
    color: #000000;
}

.fast-best .item p {
    font-size: 14px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.5);
    line-height: 24px;
    margin-top: 20px;
}

.fast-best .item .tips {
    display: none;
}

.fast-best .item:hover .tips {
    display: block;
}

.fast-best .item .eCode {
    text-align: right;
    position: absolute;
    right: 30px;
    bottom: 23px;
}

.fast-best .item .eCode img {
    width: 106px;
    height: 106px;
}

.fast-best .item.core {
    height: 393px;
    background: url(../assets/service/core.png) no-repeat center center;
    position: relative;
}

.fast-best .item.core h5 {
    color: #fff;
}

.fast-best .item.core .sub-h5 {
    margin-top: 167px;
    font-size: 18px;
    font-weight: 500;
    color: #ffffff;
}

.fast-best .item.core .links {
    color: rgba(255, 255, 255, 0.5);
    position: absolute;
    left: 29px;
    bottom: 29px;
}

.fast-best .item.core p {
    margin: 0;
    color: rgba(255, 255, 255, 0.5);
}

.fast-best .item.center {
    margin-bottom: 13px;
    height: 393px;
}

.fast-best .item.center .eCode {
    margin-top: 120px;
    text-align: left;
}

.fast-best .item.center .eCode img {
    width: 116px;
    height: 116px;
}

.fast-best .item.bottom {
    height: 469px;
}

.fast-best .item.bottom .icons {
    width: 40px;
    height: 40px;
}

.fast-best .item.bottom h5 {
    margin-top: 169px;
    font-size: 24px;
    font-weight: 700;
    color: #000000;
}

.fast-best .item.bottom p {
    margin-top: 15px;
}

.fast-best .item.bottom .links {
    color: rgba(0, 0, 0, 0.5);
    display: block;
    position: absolute;
    left: 29px;
    bottom: 29px;
}

.fast-best .item.btBox {
    height: 227px;
}

.fast-best .item.btBox .links {
    color: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 29px;
    bottom: 29px;
}

.appBox {
    overflow: hidden;
    padding: 50px 0;
}

.appBox .app-swiper {
    float: left;
    width: 750px;
    padding: 0 0 50px 0;
}

.appBox .app-swiper .swiper-container {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
}

.appBox .app-swiper .swiper-container-3d {
    perspective: 2000px;
}

.appBox .app-swiper .swiper-slide {
    background-position: center;
    background-size: cover;
    width: 250px;
    box-shadow: 0px 0px 57px rgba(0, 0, 0, 0.1);
    visibility: hidden;
    border-radius: 5px;
    overflow: hidden;
}

.appBox .app-swiper .swiper-slide img {
    display: block;
    width: 100%;
}

.appBox .app-swiper .swiper-slide-active,
.appBox .app-swiper .swiper-slide-next,
.appBox .app-swiper .swiper-slide-prev {
    visibility: visible;
}

.appBox .app-content {
    float: left;
    width: 400px;
    padding-top: 150px;
}

.appBox .app-content h4 {
    font-size: 24px;
    font-weight: 700;
    color: #000000;
    margin: 20px 0;
}

.appBox .app-content p {
    opacity: 0.7;
    font-size: 14px;
    font-weight: 500;
    color: #000000;
    line-height: 30px;
}

.appBox .app-content .blue {
    color: #007aff;
    opacity: 1;
    font-size: 12px;
}

.appBox .app-content .pcode {
    padding-top: 20px;
}

.appBox .app-content .pcode img {
    width: 115px;
    margin: 0 2px;
}

.fast-box {
    padding: 100px 0;
}

.fast-box .title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.fast-box .title h4 {
    font-size: 30px;
    font-weight: 700;
    text-align: left;
    margin-bottom: 30px;
}

.fast-box .title a {
    opacity: 0.5;
    font-size: 14px;
    font-weight: 700;
    text-align: left;
    color: #000000;
}

.fast-box .fast-list {
    /*min-width: 1200px;
      padding:0 30px;
      overflow: hidden;
      box-sizing: border-box;
      display: flex;
      justify-content: space-between;*/
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    width: 1200px;
    margin: 0 auto;
    max-width: 1200px;
}

.fast-box .fast-list li {
    margin: 0 10px 0 0;
    max-height: 160px;
    overflow: hidden;
    position: relative;
}

.fast-box .fast-list li:last-child {
    margin: 0;
}

.fast-box .fast-list li .feature-h1 {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 20px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
}

.fast-list a {
    display: block;
    width: 100%;
    height: 100%;
}

.fast-list a img {
    transition: all 0.3s ease-in-out;
    transform: scale(1, 1);
}

.fast-list a:hover img {
    transform: scale(1.1, 1.1);
}

.el-select-dropdown a {
    color: rgba(0, 0, 0, 0.8);
}




/* policy */
.equity {
    padding: 74px 0 93px 0;
    background: #eee;
}

.equity h5 {
    font-size: 24px;
    font-weight: 700;
    color: #000;
}

.equity p {
    opacity: 0.5;
    font-size: 14px;
    font-weight: 500;
    color: #000;
    line-height: 30px;
}

.equity .list {
    padding-top: 48px;
    display: flex;
    justify-content: space-between;
}

.equity .list li {
    width: 229px;
    background: #fff;
    text-align: center;
    padding: 58px 0;
}

.equity .list li .pic {
    margin-bottom: 31px;
    height: 70px;
}

.equity .list li .pic img {
    width: 67px;
}

.equity .list li .text {
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    color: #000;
}

.ruleList li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    display: flex;
    padding: 70px 0;
}

.ruleList li h4 {
    width: 360px;
    font-size: 18px;
    font-weight: 700;
    color: #000;
}

.ruleList li p {
    width: 760px;
    opacity: 0.6;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    color: #000;
}

.ruleList li:last-child {
    border: 0;
}





/* anti */
.antiWarp {
    padding: 30px 0;
}

.antiWarp .title {
    font-size: 30px;
    font-weight: 700;
    color: #000000;
    text-align: center;
    line-height: 30px;
}

.antiWarp .title img {
    width: 210px;
    margin-right: 15px;
    vertical-align: bottom;
}

.antiWarp .antiContent {
    padding: 60px 150px;
    overflow: hidden;
}

.antiWarp .antiContent .fromView {
    float: left;
    width: 500px;
    border-right: 1px solid rgba(0, 0, 0, 0.2);
    padding-right: 60px;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    height: 170px;
}

.antiWarp .antiContent .fromView li .item {
    font-size: 14px;
    width: 100%;
    height: 70px;
    background: #f4f4f4;
    border-radius: 5px;
    padding: 14px 14px;
    border: 0;
    outline: 0;
}

.antiWarp .antiContent .fromView li .item::placeholder {
    color: rgba(0, 0, 0, 0.3);
}

.antiWarp .antiContent .fromView li ::v-deep .el-input__inner {
    border: 0;
    background: transparent;
}

.antiWarp .antiContent .fromView li ::v-deep .el-input__inner::placeholder {
    color: rgba(0, 0, 0, 0.3);
}

.antiWarp .antiContent .fromView li .itembox {
    width: 50%;
    float: left;
}

.antiWarp .antiContent .fromView li .Verification {
    background: #262626;
    color: #fff;
    text-align: center;
}

.antiWarp .antiContent .fromView li .button {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.antiWarp .antiContent .fromView li .button:hover {
    background: #000;
    color: #fff;
}

.antiWarp .antiContent .tips {
    width: 277px;
    margin: 0 60px;
    float: left;
}

.antiWarp .antiContent .tips h5 {
    font-size: 18px;
    font-weight: 700;
    color: #000;
    text-align: center;
}

.antiWarp .antiContent .tips p {
    opacity: 0.5;
    font-size: 13px;
    font-weight: 500;
    color: #000;
}

.antiWarp .antiContent .tips .imgs {
    margin: 5px 0;
}


.el-form-item__error {
    display: none;
}

.el-form-item__error.cut {
    display: block;
}





/* charge */

.local {
    padding: 20px 0;
    opacity: .5;
    color: #000;
    font-size: 14px;
}

.local a {
    font-size: 14px;
    font-weight: 500;
    color: #000;
}

.el-table th.el-table__cell {
    background: #f4f4f4;
    color: #000;
}

.charge {
    padding: 30px 0;
}

.charge .serviceBox {
    padding-bottom: 80px;
}

.charge .serviceBox:last-child {
    padding: 0;
}

.charge .serviceBox h4 {
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    color: #000;
    padding: 0 0 38px 0;
}

.charge .serviceBox .table-colum {
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    color: #000;
}

.charge .serviceBox .table-colum .ant-table-thead>tr>th {
    background: #f4f4f4;
}

.charge .serviceBox .table-colum .el-table__header {
    border-color: #f4f4f4;
    font-size: 16px;
}

.charge .serviceBox .table-colum .el-table__header td.el-table__cell,
.charge .serviceBox .table-colum .el-table__header th.el-table__cell.is-leaf {
    border-bottom: 1px solid #f4f4f4;
    border-right: 1px solid #f4f4f4;
}

.charge .serviceBox .table-colum .el-table__body {
    font-size: 13px;
    color: rgba(0, 0, 0, 0.7);
    border: 1px solid rgba(41, 41, 41, 0.3);
}

.charge .serviceBox .table-colum .el-table__body td.el-table__cell,
.charge .serviceBox .table-colum .el-table__body th.el-table__cell.is-leaf {
    border-bottom: 1px solid rgba(41, 41, 41, 0.3);
    border-right: 1px solid rgba(41, 41, 41, 0.3);
}

.charge .serviceBox .table-colum .el-table__body .el-table__cell {
    padding: 10px 0;
}

.charge .serviceBox .tips {
    padding: 30px 0;
    opacity: 0.3;
    font-size: 14px;
    font-weight: 500;
    color: #000;
    line-height: 24px;
}

.charge .partsBox h4 {
    padding-bottom: 0;
}

.charge .partsBox h5 {
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    color: #000;
    line-height: 48px;
}

.charge .partsBox .telPhone {
    display: block;
    width: 641px;
    height: 67px;
    line-height: 67px;
    text-align: center;
    background: rgba(232, 232, 232, 0.1);
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    color: rgba(0, 0, 0, 0.5);
    font-size: 16px;
    margin: 40px auto 60px auto;
}

.charge .partsBox .telPhone .iconPhone {
    vertical-align: middle;
    margin: 0 10px;
}




.serviceHome.el-select-dropdown {
    min-width: 543px;
    position: absolute;
    top: 0;
    left: 0;
    transform-origin: center top;
    z-index: 2005;
    display: none;
}