.sub-login::before,.sub-login::after{
    box-sizing: content-box!important;
    -webkit-box-sizing:content-box!important;
}
.vertical {
    display: flex;
    flex-direction: column;
}

.across {
    display: flex;
    flex-direction: row;
}
.none{
    display: none;
}
.container {
    width: 63%;
    margin: 0 auto;
}

.across-ambo {
    justify-content: space-between;
    align-items: center;
}

.font-smile {
    font-size: 14px;
}

.font-middle {
    font-size: 16px;
}

.am-slider-b1 {
    position: absolute;
    top: 1.3rem;
    left: 0;
    right: 0;
    margin: auto;
}

.am-slider-b1 .am-direction-nav a.am-prev {
    left: 20%;
}

.am-slider-b1 .am-direction-nav a.am-next {
    right: 20%;
}

.addres-box {
    font-size: 16px;
    height: 1.71rem;
    padding: 0.34rem 0.7rem 0.46rem;
    background-color: #ffffff;
    box-shadow: 0px 0px 0.13rem 0px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 99;
    margin: auto;
    top: 5.05rem;
    justify-content: space-between;
}
.addres-box input{
    outline: none;
    border: none;
}
.addres-box .am-btn-warning {
    font-size: 16px;
}

.address-title {
    font-size: 0.26rem;
    letter-spacing: 2px;
    color: #e64409;
}
.am-dropdown:hover> .am-dropdown-content {
    display: block;
}
.am-dropdown-toggle:before{
    content: '';
    position: absolute;
    background: rgba(0,0,0,0);
    width: 100%;
    height: 1rem;
    bottom: 0;
    top: 80%;
}
.address-content {
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

.address-content .across {
    position: relative;
}

.address-content span {
    margin-right: 0.15rem;
    line-height: 0.4rem;
    font-size: 0.16rem;
}

.address-content input[type=text] {
    width: 2.57rem;
    height: 0.4rem;
    text-indent: 0.12rem;
    background: #f1f1f1;
}

#search-form {
    height: 0.4rem;
    width: 2.56rem;
}

.serve-box {
    font-size: 14px;
    position: absolute;
    top: 7.5rem;
    width: 100%;
}

.news-box {
    font-size: 14px;
    position: absolute;
    top: 26.4rem;
    width: 100%;
}

.serve-box-title {
    position: relative;
    height: 1rem;
}

.serve-box-title span {
    width: 100%;
    background: #e2e2e2;
    height: 1px;
}

.serve-box-title-content {
    width: 45%;
    text-align: center;
    position: absolute;
    top: -0.4rem;
    left: 0;
    right: 0;
    margin: auto;
}

.serve-box-title-content :first-child {
    width: 60%;
    margin: 0 auto;
    background: #fff;
    color: #333;
    font-size: 0.40rem;
}

.serve-box-title-content :last-child {
    font-size: 0.22rem;
    color: #666;
}

.serve-box-first-content {
    flex-wrap: wrap;
    margin-top: 0.2rem;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
}

.serve-box-first-content .vertical {
    width: 25%;
    align-items: center;
    position: relative;
    box-sizing: border-box;
    border: 1px solid #ccc;
    height: 3.56rem;
    border-left: 0px;
    border-top: 0px;
    cursor:pointer;
}

.serve-box-first-content .vertical i {
    position: absolute;
    width: 0.82rem;
    height: 0.82rem;
    left: 0;
    right: 0;
    margin: auto;
    top: 1.05rem;
    background: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 0.82rem;
    font-size: 0.5rem;
    border: 1px solid #ddd;
    color: #999;
}

.serve-box-first-content-title {
    height: 2rem;
    width: 100%;
    background: #f9f9f9;
    color: #353857;
    text-align: center;
    line-height: 1.2rem;
    font-size: 0.27rem;
}

.serve-box-first-content-content {
    padding-top: 1.1rem;
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 100% !important;
    padding-bottom: 0.2rem;
    height: 100%;
    justify-content: space-between;
}

.serve-box-first-content-content div {
    width: 1.27rem;
    height: 0.43rem;
    text-align: center;
    line-height: 0.43rem;
    color: #e64a09;
    font-size: 0.17rem;
    background-color: #ffffff;
    border: solid 1px #e64a09;
}

.serve-box-first-content .vertical:hover {
    border: 1px solid #e64409;
}

.serve-box-first-content .vertical:hover >
.serve-box-first-content-content div {
    color: #fff;
    background: #e64409;
}

.serve-box-first-content .vertical:hover > i {
    color: #e64409;
}

.serve-box-first-content .vertical:hover >
.serve-box-first-content-title {
    color: #fff;
    background: linear-gradient(180deg,
    #e64409 0%,
    #e67109 100%),
    linear-gradient(
            #ffffff,
            #ffffff);
    background-blend-mode: normal,
    normal;
}

.more-box {
    font-size: 14px;
    position: absolute;
    top: 16.5rem;
    height: 5.1rem;
    width: 100%;
    justify-content: space-around;
}

.more-li {
    margin-right: 0.6rem;
}

.more-li-item {
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
    position: relative;
    border: 5px solid #353857;
    box-sizing: border-box;
    overflow: hidden;
}

.more-li-item img {
    box-sizing: border-box;
    width: 100%;
    border-radius: 50%;
    height: 100%;
    border: 2px solid #fff;
}

.more-li-box {
    display: flex;
    flex-direction: row;
    width: 8rem;
    overflow: hidden;
    margin: 0 auto;
    list-style: none;
    padding: 0;
}

.autocompleter-item {
    color: #333;
    background: #fff;
    font-size: 0.14rem;
    padding: 0.05rem 0.2rem;
}

.autocompleter-item-selected {
    background: #f3f3f3;
}

.more-banner {
    margin-top: 1rem;
    border: none;
    box-shadow: none;
}

.case-banner {
    margin-top: 0.6rem;
    border: none;
    box-shadow: none;
    background: initial;
    background: rgba(0,0,0,0);
}

.case-box {
    background: url('../image/index-fuanbg.png');
    background-size: 100% 100%;
    font-size: 14px;
    position: absolute;
    top: 20.2rem;
    height: 5.1rem;
    width: 100%;
    justify-content: space-around;
}

.case-item {
    width: 60%;
    height: 3rem;
    display: flex;
    margin: 0.1rem auto;
    align-items: center;
    overflow: hidden;
    border-radius: 5px;
    box-shadow: 1px 0px 11px 2px rgba(0, 0, 0, 0.5);
}

.case-item .img {
    width: 50%;
    height: 100%;
    overflow: hidden;
}

.case-item img {
    width: auto!important;
    height: 100%;
    margin-left: -154px;
}

.case-item .vertical {
    width: 50%;
    height: 100%;
    background: #fff;
    padding: 0.2rem 0.3rem 0.3rem;
    border-radius: 6px;
}

.case-item .vertical span {
    font-size: 0.18rem;
    letter-spacing: 1px;
    color: #333333;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding-bottom: 0.2rem;
    line-height: 1;
}

.case-item .vertical div {
    text-indent: 0.28rem;
    line-height: 0.27rem;
    font-size: 0.14rem;
    color: #666;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 8;
    height: 86%;
}

.serve-box-news-content {
    position: absolute;
    align-items: center;
    left: 0;
    right: 0;
    top: 0.5rem;
    margin: auto;
    z-index: 99;
}

.serve-box-news-content [data-am-widget='tabs'] .am-tabs-nav {
    width: 60%;
    margin: 0 auto 0.5rem;
}

.serve-box-news-content [data-am-widget='tabs'] .am-tabs-nav li {
    box-sizing: border-box;
    border: 1px solid #dddddd;
    background: #fff;
}

.serve-box-news-content [data-am-widget='tabs'] .am-active a {
    background-color: #e64409 !important;
}

.check-genduo {
    width: 200px;
    height: 50px;
    margin: 0.2rem auto;
    font-size: 0.16rem;
    line-height: 0.11rem;
    border-radius: 4px;
    color: #fff!important;
    background: #e64409;
}
.case-li:hover{
    cursor: pointer;
}
.join-box {
    font-size: 14px;
    position: absolute;
    background: #f2f2f2;
    top: 32.5rem;
    height: 3rem;
    width: 100%;
}

.join-box .serve-box-title {
    margin-top: 1rem;
}

.join-boxs .serve-box-title-content :first-child {
    background: #f2f2f2;
    color: #333;
}

.serve-box-join-content {
    justify-content: space-between;
    position: relative;
    margin-top: -0.5rem;
}

.serve-box-join-content img {
    width: 2.3rem;
    height: 1.2rem;
}

.fotter-box {
    font-size: 14px;
    position: absolute;
    top: 35.5rem;
    height: 2.4rem;
    background: #303030;
    color: #fff;
    width: 100%;
}

.fotter-top {
    height: 2rem;
    justify-content: space-between;
    align-items: center;
}

.fotter-bottom {
    background: #262626;
    height: 0.4rem;
    line-height: 0.4rem;
    font-size: 0.12rem;
}

.fotter-bottom .container {
    text-align: center;
    justify-content: center;
}
.fotter-bottom .container span{
    opacity: 0.6;
}

.underline {
    text-decoration: underline;
}
.underline:hover{
    opacity: 1!important;
    color: #fff;
}
.underline:hover a{
    opacity: 1!important;
    color: red;
}
.fotter-top-first {
    width: 45%;
}

.fotter-top-first .vertical {
    flex: 1;
    height: 1.57rem;
    text-align: left;
}

.fotter-top-first .vertical span {
    font-size: 0.16rem;
    letter-spacing: 1px;
    font-family: MicrosoftYaHei-Bold;
    padding-bottom: 0.1rem;
}

.fotter-top-first .vertical div {
    opacity: 0.5;
    font-size: 0.12rem;
    color: #fff;
    padding: 0.0123rem 0;
}
.fotter-top-first .vertical div a{
    color: #fff;
}
.fotter-top-first .vertical div:hover{
    opacity: 1;
}
.fotter-top-first .vertical div:hover a{
    text-decoration: underline;
}

.footer-top-center {
    height: 1.57rem;
    justify-content: flex-start;
}

.footer-top-center > span {
    letter-spacing: 1px;
    font-family: MicrosoftYaHei;
    font-size: 0.16rem;
    padding-bottom: 0.1rem;
}

.footer-top-center .across {
    opacity: 0.5;
    font-size: 0.12rem;
    color: #fff;
    padding: 0.05rem 0;
}
.footer-top-center .across:hover{
    cursor: pointer;
    color: #fff;
    opacity: 1;
}

.footer-top-end {
    height: 2rem;
    justify-content: flex-start;
    align-items: center;
    text-align: center;
    margin-top: 0.5rem;
}

.footer-top-end img {
    width: 1.35rem;
    height: 1.27rem;
}

.footer-top-end span {
    font-size: 0.16rem;
    letter-spacing: 1px;
    opacity: 0.5;
    padding-top: 0.1rem;
}

.am-gotop {
    position: fixed;
    top: 30%;
    min-height: 2rem;
    margin: auto;
    right: 0;
    z-index: 999;
    font-size: 14px;
}

#login header {
    position: relative;
    top: 0;
}

#login .fotter-box {
    position: relative;
    top: 0;
}

.login-box {
    width: 100%;
    background: #f6f6f6;
    font-size: 0.14rem;
    padding: 0.4rem 0;
}

.login-item {
    width: 36.5%;
    background-color: #ffffff;
    box-shadow: 0px 3px 7px 0px #dddddd;
    margin: 0 auto;
    padding: 0.4rem 4%;
}

.login-title {
    width: 100%;
    letter-spacing: 1px;
    color: #333333;
    font-size: 0.26rem;
    text-align: center;
    padding-bottom: 0.2rem;
}

.login-item .across {
    justify-content: space-between;
    padding: 0.12rem 0;
    align-items: center;
}

.login-item .across span {
    color: #666;
    font-size: 0.16rem;
}

.login-item >.across :last-child {
    width: 82%;
}

.login-item input {
    height: 0.5rem;
    box-sizing: border-box;
    text-indent: 0.1rem;
    border: solid 1px #dddddd;
}

.login-item .across input:focus {
    outline: 0;
    border: 1px solid #e64a09;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

input[type="number"] {
    -moz-appearance: textfield;
}

.login-time {
    background: #e64409;
    height: 0.5rem;
    text-align: center;
    line-height: 0.5rem;
    color: #fff;
}
.login-item:hover{
    cursor: pointer;
}

.her-hen {
    display: flex;
    flex-direction: row;
}

.sub-login {
    height: 0.5rem;
    background: #383457!important;
    border-radius: 6px;
    width: 100%;
    letter-spacing: 1px;
    color: #ffffff;
    text-align: center;
    line-height: 0.5rem;
    font-size: 0.16rem;
    margin-top: 0.3rem;
    border: none;
    box-sizing: content-box!important;
}


.am-pagination {
    font-size: 14px;
    margin: 0.2rem 0;
    padding: 0.3rem 0;
}

.flaseIndex header {
    position: relative;
    top: 0;
}

.flaseIndex .fotter-box {
    position: relative;
    top: 0;
}

.programa-box {
    font-size: 14px;
    height: 2.2rem;
    background: url("../image/nav-bg.jpg");
    background-size: 100% 100%;
}

.programa-box .container {
    position: relative;
    height: 2.2rem;
}

.programa-box .container div {
    width: 1.66rem;
    height: 1.66rem;
    background: url("../image/nav-bj-k.png");
    background-size: 100% 100%;
    position: absolute;
    top: 10%;
    left: 6%;
}

.programa-box .container span {
    position: absolute;
    right: -20%;
    top: 35%;
    font-size: 0.3rem;
    letter-spacing: 1px;
    color: #fff;
}
.cursor{
    cursor:pointer;
}
.cursor:hover{
    background: #e64409;
    color: #fff!important;
    border: solid 1px #e64409!important;
}
p{
    margin: 0;
}
.from-kefu {
    min-width: 1rem;
    height: 1rem;
    width: 0.26rem;
    background: url(../image/keifu.png);
    background-size: 1.49rem 2.72rem;
    position: relative;
    margin-left: 72%;
}
.kefu-close{
    width: 0.11rem;
    height: 0.11rem;
    right: 4%;
    top: 2%;
    position: absolute;
    background: url(../image/close.png);
    background-size: 100% 100%;
}
.kefu-content {
    width: 1.35rem;
    align-items: center;
    background: #fff;
    border-left: 0.1rem solid #029bdb;
    border-right: 0.1rem solid #029bdb;
    padding-bottom: 0.3rem;
    border-bottom: 0.1rem solid #029bdb;
}
.am-viewport li{
    /*height: 5.35rem;*/
    /*overflow: hidden;*/
}
.kefu-content-center .weixin {
    width: 0.92rem;
    height: 0.92rem;
    margin-top: 0.1rem;
}

.kefu-content-center .qq {
    width: 0.92rem;
    height: 0.22rem;
    margin-top: 0.1rem;
}

.kefu-content-top {
    width: 100%;
    height: 0.4rem;
    background: url(../image/keifu.png);
    background-size: 1.44rem 2.72rem;
    background-position: -0.06rem -1.094rem;
    z-index: 100;

}

.top-btn {
    margin-top: 0.1rem;
    background: #029bdb;
    color: #fff;
    padding: 0!important;
}

.top-btn i {
    font-size: 0.25rem !important;
    height: 0.25rem;
    line-height: 0.25rem;
}
.am-gotop-title{
    padding-bottom: 0.05rem;
}

.kefu-content-bottom {
    width: 1.31rem;
    height: 1.199rem;
    background: url(../image/keifu.png);
    background-size: 1.47rem 2.72rem;
    background-position: 0.01rem -1.48rem;
    z-index: 100;
}

.popuo-box {
    position: fixed;
    width: 100vw;
    height: 100vh;
    z-index: 999;
    background: rgba(0, 0, 0, 0.6);
}

body {
}

.popuo-box .container {
    background: #fff;
    width: 56%;
    margin: 3% auto;
    height: 6.5rem;
    border-radius: 0.1rem;
    position: relative;
    font-size: 0.14rem;
    padding: 0.3rem;
}

.popuo-box i {
    font-size: 0.28rem;
    position: absolute;
    right: 0.2rem;
    top: 0.1rem;
}

#indexBanner img {
    width: 100%;
}

.popuo-title {
    padding-top: 0.1rem;
    color: #333333;
    font-size: 0.2rem;
    text-align: center;
}

.popuo-box .container > .across span {
    width: 15%;
    color: #666666;
    margin-left: 0.3rem;
    font-size: 0.16rem;
}

.popuo-item {
    margin: 0.2rem 0;
}

.popuo-item > div > input {
    width: 4.41rem;
    height: 0.4rem;
    text-indent: 0.3rem;
    font-size: 0.16rem;
    background: #f1f1f1;
    box-shadow: none;
    border: none;
    outline: #f3f3f3;
}

.login-hint {
    opacity: 0;
    color: red;
}

.am-pagination li a {
    color: #333;
}

.am-pagination li .am-active {
    color: #e64409;
    background: #fff;
    border-color: #ddd;
}
.am-pagination li .am-active:hover ,.am-pagination li .am-active:focus{
    background: #e64409;
    border: 1px solid #e64409;
}
.serve-box-more-content {
    box-shadow: none;
}

.serve-box-more-content .am-direction-nav {
    width: 100%;
    position: relative;
}

.serve-box-more-content .am-prev {
    top: -5vw !important;
}

.serve-box-more-content .am-next {
    top: -5vw !important;
}

.more-li-item .item_desc {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 70%;
    background-color: #e64a09;
    border-radius: 0.12rem;
    letter-spacing: 0px;
    color: #ffffff;
    text-align: center;
    width: 50%;
}
.trumbowyg-close-button{
    display: none !important;
}
.more-li-item .item-title {
    position: absolute;
    font-size: 0.16rem;
    left: -5%;
    right: 0;
    top: 0;
    bottom: 0;
    line-height: 0.3rem;
    height: 0.3rem;
    background-color: #353857;
    opacity: 0.8;
    margin: auto;
    border-radius: 12px;
    letter-spacing: 0px;
    color: #ffffff;
    text-align: center;
    width: 110%;
}

.car-type-lsit {
    display: -webkit-inline-box;
    -webkit-flex-flow: row nowrap;
     flex-flow: row nowrap;
    overflow-x: auto;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 6rem;
    padding-bottom: 0.2rem;
}
.car-type-lsit .active{
    border: solid 1px #e64a09;
}

.car-type-item {
    width: 2rem;
    margin-right: 0.2rem;
    height: 1rem;
    position: relative;
    display: block;
    border: solid 1px #dddddd;
}

.car-type-item .img {
    height: 0.88rem;
    width: 1.4rem;
    margin: 0.06rem auto;
}
.car-type-item img {
    width: 100%;
    height: 100%;
}

.car-type-item .car-title {
    position: absolute;
    padding: 0.02rem 0.05rem;
    left: 0%;
    top: 2%;
}
.active .car-title {
    background: #e64409;
    color: #fff;
}
.popuo-hint{
    color: #e64a09;
    font-size: 0.12rem;
    width: 6rem;
    margin-left: 0.3rem;
}
.popup-sub{
    margin: 0.3rem auto 0;
    width: 2.6rem;
    height: 0.4rem;
    line-height: 0.4rem;
    color: #fff;
    font-size: 0.16rem;
    background-color: #e64a09;
    box-shadow: 0px 0px 10px 0px
    #e66709;
    text-align: center;
}
.popuo-after-item{
    width: 50%;
}
.popuo-after-item span{
    width: auto!important;
}
.popup-after-title{
    margin: 0.3rem 0;
    font-size: 0.18rem;
    color: #333;
    margin-left: 5%;
}
.popuo-after-item{
    margin-top: 0.4rem;
}
.popuo-after-item div{
    color: #333333;
    font-size: 0.16rem;
    padding-left: 0.6rem;
    line-height: 0.22rem;
}
.after-sub-list{
    width: 60%;
    margin: 0.2rem auto;
    margin-top: 2rem;
    justify-content: space-around;
}
.after-sub-list div{
    width: 1.5rem;
    height: 0.4rem;
    color: #fff;
    font-size: 0.16rem;
    line-height: 0.4rem;
    text-align: center;
}
.after-sub-next{
    background: #e64409;
}
.after-sub-over{
    background: #353857;
}
.after-hint{
    text-align: center;
    color: #e64a09;
    font-size: 0.24rem;
    margin: 0.5rem auto 1.2rem;
}
.case-detail-btn a{
    color: #000;
    width: 2rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.website-detail-content img{
    max-width: 90%;
}
.detail-center img{
    max-width: 90%;
}
