html {
    font-size: 20px;
}

@media only screen and (max-width: 374px) {
    html {
        font-size: 17.06666667px !important;
    }
    .sy-payIndex-regulation {
    margin-top: 1rem !important;
    color: #666;
    font-size: 0.55rem;
}
}

@media only screen and (min-width: 400px) {
    html {
        font-size: 21.33333333px !important;
    }
}

@media only screen and (min-width: 414px) {
    html {
        font-size: 22.08px !important;
    }
}

@media only screen and (min-width: 480px) {
    html {
        font-size: 25.6px !important;
    }
}

[v-cloak] {
  visibility: hidden
}
/*common*/

body {
    overflow-y: scroll !important;
}

a {
    text-decoration: none;
    color: #2b88ed;
}

dfn {
    font-family: Arial;
}

address,
cite,
dfn,
em,
var,
i {
    font-style: normal;
    font-weight: 400;
}

.msgbox-message p {
    font-size: 15px;
    color: #666;
}

.msgbox-btn {
    font-size: 17px;
}

.mint-indicator-mask {
    top: 0;
    left: 0;
    position: fixed;
    width: 100%;
    height: 100%;
    opacity: 0.3;
    background: rgba(0, 0, 0, 0.75);
    z-index: 99;
}

.sy-content {
    padding: 0.75rem;
    background: #fff;
    color: #666
}

.sy-height50 {
    height: 2.5rem;
}

.sy-marginTop10 {
    margin: 0.5rem 0;
}

.sy-Bgf7f7f9 {
    background: #f7f7f9;
}

.sy-item-content {
    padding-left: 0 !important;
    min-height: 2.1rem !important;
}

.sy-minHeight50 {
    min-height: 2.5rem !important;
}

.sy-minHeight40 {
    height: 2rem;
}

.sy-minHeight38 {
    height: 1.9rem;
    min-height: 2rem !important;
}

.sy-border-e7e7e7 {
    border-bottom: 1px solid #e7e7e7;
}

.sy-item-inner {
    min-height: 2.1rem !important;
}

.sy-item-innerTransBg:after {
    background-color: transparent !important;
}

.sy-fontRed {
    color: #EA4E4A !important;
}

.sy-BgRed {
    background: #EB4745;
}

.sy-BgGray {
    background: #00BDD5 !important;
    color: #37e7fd !important;
}

.sy-payBtn-BgGray {
    background: #CBCBCB !important;
}

.sy-fontsize-18 {
    font-size: 0.9rem;
    line-height: 1.1rem;
}

.list-block .item-after {
    font-size: 0.65rem;
    line-height: 1.3rem;
}

.list-block .item-title {
    font-size: 0.75rem !important;
}

.list-block .item-content {
    padding-left: 0;
}

.sy-modal {
    width: 13.5rem;
    position: absolute;
    z-index: 11000;
    left: 50%;
    margin-left: -6.75rem;
    margin-top: 0;
    top: 50%;
    text-align: center;
    border-radius: 0.35rem;
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0) scale(1.185);
    transform: translate3d(0, 0, 0) scale(1.185);
    -webkit-transition-property: -webkit-transform, opacity;
    transition-property: transform, opacity;
    color: #3d4145;
    text-align: left !important;
}

.modal {
    text-align: left !important;
    width: 85% !important;
    margin-left: -42.5%;
    border-radius: 0.5rem;
}

.modal-inner {
    border-radius: 0.5rem 0.5rem 0 0;
    padding: 1.25rem 1rem;
}

.modal-button:first-child {
    border-right: 1px solid #E8E8E8;
}

.picker-modal {
    background: #F7F7F9 !important;
}

.bar .button-link {
    color: #000;
}

.bar {
    background-color: #fff;
    text-align: center;
}

.modal-dialog {
    text-align: center !important;
}

.list-block .item-after {
    color: #000;
}

/*pay-search*/

.sy-search-back {
    background-color: #FFFFFF;
    margin: -5rem 0.375rem 0;
    border-radius: 0.3rem;
    padding: 1.25rem 0.75rem;
	box-shadow: 2px 2px 10px #ccc;
}
.sy-search-back-zhanlanzx {
    margin-top: -2rem;
}

.sy-search-back-fengshengli {
    margin-top: -3rem;
    padding-top: .75rem;
}
.sy-search-back-banner {
    margin-top: 0.5rem;
    padding-top: .75rem;
}

.sy-search-prompt {
    height: 0.65rem;
    line-height: 0.65rem;
    font-size: 0.65rem;
    color: #666;
    margin-bottom: 0.6rem
}

.sy-addcar-prompt{
    height: 0.65rem;
    line-height: 0.65rem;
    font-size: 0.65rem;
    color: #666;
    margin-bottom: 0.6rem;
    margin-left: 1rem;
	text-align: left;
}

.sy-search-sweep {
    width: 50%;
    height: 2rem;
    margin: 1rem auto 0;
}

.sy-search-sweepstr {
    font-size: 0.7rem;
    color: #666;
}

.sy-search-tab {
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 2.1rem;
    background-color: #FFFFFF;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0.4rem
}
.sy-search-tab>div{
    flex:1;
    -webkit-box-flex: 1;
    -ms-flex:1;
    justify-content:space-around;
    align-items:center;
    font-size: 0.55rem;
    line-height: 1.05rem;
    color: #8d8d8d;
    text-align: center;
}
/*.sy-search-tab>div:nth-child(1){
    margin-left: 1.25rem
}
.sy-search-tab>div:nth-child(3){
    margin-right: 1.275rem
}
.sy-search-tab>div>span{
    display:block;
    height: 1.05rem;
    background: url(../images/carOwnerSprite_v2.png) no-repeat;
    background-size: 5rem 18.75rem;
    margin-left: 0.25rem;
    vertical-align: middle;
    margin: 0 auto;
}
.sy-search-tab>div:nth-child(1)>span{
    width: 1.15rem;
    background-position: -1rem -0.9rem;
}
.sy-search-tab>div:nth-child(2)>span{
    width: 1.1rem;
    background-position: -1rem -2.65rem;
}
.sy-search-tab>div:nth-child(3)>span{
    width: 1rem;
    background-position:  -1rem -4.37rem;
}
.sy-search-tab .cur1 span{
    background-position: -2.95rem -0.9rem !important;
}
.sy-search-tab .cur2 span{
    background-position: -2.98rem -2.65rem !important;
}
.sy-search-tab .cur3 span{
    background-position:  -3rem -4.37rem !important;
}
.sy-search-tab .cur{
    color: #00bdd5
}*/

.sy-search-tab-main {
    width: 1.15rem;
    height: 1.875rem;
    margin-left: 3.78rem;
    margin-top:0.375rem;
    margin-bottom:0.25rem;
    background-color: red;
}

.sy-search-tab-check {
    width: 1.05rem;
    height: 1.875rem;
    margin: 0.375rem,auto,0.25rem,3.9rem;
    background-color: red;
}

/*pay-type*/
.sy-paytype-wechat:before {
    width: 1.3rem;
    height: 2.2rem;
    content: '';
    background: url(../images/paytype.png) no-repeat;
    background-size: 5rem 18.75rem;
    background-position: -1.1rem -15.2rem !important;
    vertical-align: middle;
    display: inline-block;
    margin-right: 0.6rem;
}

.sy-paytype-alipay:before {
    content: '';
    width: 1.3rem;
    height: 2.5rem;
    background: url(../images/paytype.png) no-repeat;
    background-size: 5rem 18.75rem;
    background-position: -3rem -15.2rem !important;
    vertical-align: middle;
    display: inline-block;
    margin-right: 0.6rem;
}

.sy-paytype-uppay:before {
    content: '';
    width: 1.3rem;
    height: 2.5rem;
    background: url(../images/uppay_icon.png) no-repeat;
    background-size: 1.1rem;
    background-position: 0rem 0.6rem !important;
    vertical-align: middle;
    display: inline-block;
    margin-right: 0.6rem;
}
.sy-paytype-nouppay:before {
    content: '';
    width: 1.3rem;
    height: 2.5rem;
    background: url(../images/no_uppay.png) no-repeat;
    background-size: 1.1rem;
    background-position: 0rem 0.6rem !important;
    vertical-align: middle;
    display: inline-block;
    margin-right: 0.6rem;
}
.sy-paytype-unionpay:before {
    content: '';
    width: 1.4rem;
    height: 2.5rem;
    background: url(../images/paytype.png) no-repeat;
    background-size: 4.8rem 18.75rem;
    background-position: -0.85rem -16.7rem !important;
    vertical-align: middle;
    display: inline-block;
    margin-right: 0.6rem;
}
.sy-logo-icon{
    width:3.5rem;
    height:3.5rem;
    margin:2.5rem auto 0.75rem;
    background: url("../images/logo.png") center center no-repeat;
    background-size: 3.4rem 3.4rem;
}
.sy-logo-font-top{
    font-size: 0.8rem;
    color: #333;
    height: 0.8rem;
    line-height: 0.8rem;
    text-align: center;
}
.sy-about-phone{
    width: 100%;
    height: 2.5rem;
    background: #fff;
    margin: 2.5rem auto 0;
    color: #00bdd5;
    font-size: 0.8rem;
    text-align: center;
    line-height: 2.5rem;
}
.sy-about-phone span{
    width: 1.25rem;
    height: 1.25rem;
    display: inline-block;
    vertical-align: middle;
    background: url(../images/carOwnerSprite_v2.png) no-repeat;
    background-size: 5rem 18.75rem;
    background-position: -1rem -11.5rem;
    margin-right: 0.58rem
}
.sy-about-phone a{
    color: #00bdd5;
}
.sy-label-icon{
    width: 0.65rem;
    height: 0.9rem;
    background: url(../images/carOwnerSprite_v2.png) center center no-repeat;
    background-size: 4.1rem;
    background-position: -0.925rem -8.05rem;
}

.sy-code-icon{
    width: 0.65rem;
    height: 0.9rem;
    background: url(../images/carOwnerSprite_v2.png) center center no-repeat;
    background-size: 4.05rem;
    background-position: -2.55rem -7.98rem;
}

/*pay-main*/

.sy-paycar-top-img {
    text-align: center;
    background: url("../images/payTopBg.jpg") center center no-repeat;
    height: 7.5rem;
    width: 100%;
    background-size: 100% 7.5rem;
    position: relative;
}

.sy-pay-carPlate {
    color: #fff;
    padding-top: 4.5rem;
    text-align: center;
    font-size: 1.05rem;
}

.sy-pay-otherCarPlate {
    position: absolute;
    right: 0.75rem;
    bottom: 0.75rem;
    color: #fff;
    font-size: 0.65rem;
    height: 1rem;
    line-height: 1rem;
}

.sy-pay-otherCarPlate-logo {
    display: inline-block;
    width: 0.6rem;
    height: 0.81rem;
    background: url("../images/carOwnerSprite.png") no-repeat;
    background-size: 4.275rem 40rem;
    background-position: 0 -1.25rem;
    margin-left: 0.25rem;
    vertical-align: middle;
}

.sy-paycar-bottom {
    position: fixed;
    bottom: 0;
    left: 0;
    height: 2.75rem;
    width: 100%;
    background: #fff;
}

.sy-payBtn {
    width: 6.25rem;
    height: 100%;
    float: right;
    text-align: center;
    line-height: 2.75rem;
    color: #fff;
    font-size: 0.9rem;
}

.sy-BgRed:active {
    background: #bc3a37;
}

.sy-pay-blueBg:before {
    content: '';
    width: 0.25rem;
    height: 1.1rem;
    background: #3FBDD7;
    position: absolute;
    left: 0rem;
    top: 0.7rem
}

.sy-pay-blueBg {
    content: '';
    width: 0.7rem;
    height: 0.6rem;
    margin-right: 0.75rem;
    background: url("../images/carOwnerSprite.png") no-repeat;
    background-size: 4.275rem 40rem;
    background-position: 0 0;
}

.sy-pay-prompt {
    width: 60%;
    float: left;
}

.sy-pay-prompt ul {
    list-style-type: none;
    font-size: 0.65rem;
    color: #333;
    margin-left: 0.75rem;
    margin-top: 0.425rem;
}

.sy-pay-timeout ul {
    margin-top: 0.9rem;
}


/*pay*/

.sy-modal {
    opacity: 1 !important;
    background: #fff;
    top: 33% !important;
}

.modal-body span {
    color: #333;
    font-size: 0.85rem;
    height: 0.85rem;
    line-height: 0.85rem;
    display: inline-block;
    margin-bottom: 0.85rem;
}

.sy-modal ul {
    font-size: 0.75rem;
    color: #666;
}

.modal-body {
    padding: 1.25rem;
}

.modal-footer {
    border-top: 1px solid #E8E8E8;
}

.btn-default {
    background: transparent;
    color: #007aff;
    font-size: 0.85rem;
    line-height: 1.8rem;
}

.paymain-modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0);
}

.paymain-modal-backdrop.in {
    opacity: .5;
    filter: alpha(opacity=50);
    z-index: 1030;
}

.paymain-modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #000;
    z-index: -1;
}

.sy-payIndex-img {
    width: 100%;
    height: 10rem;
    background: url("../images/payIndexTopBg.png") center center no-repeat;
    background-size: 100% 10rem;
}
.sy-meilc-img {
    width: 100%;
    height: 11rem;
    background: url("../images/meilc.jpg") center center no-repeat;
    background-size: 100% 11rem;
}
.sy-chengshangcheng-img {
    width: 100%;
    height: 14rem;
    background: url("../images/chengshangcheng.jpg") center center no-repeat;
    background-size: 100% 14rem;
}

.sy-shiyuan-img {
    width: 100%;
    height: 12rem;
    background: url("../images/shi_yuan.jpg") center center no-repeat;
    background-size: 100% 12rem;
}

.sy-jiatinghui-img {
    width: 100%;
    height: 12rem;
    background: url("../images/jiatinghui.jpg") center center no-repeat;
    background-size: 100% 12rem;
}

.sy-zhanlanzx-img {
    width: 100%;
    height: 11.5rem;
    background: url("../images/zhanlanzx_bg.png") center center no-repeat;
    background-size: 100% 11.5rem;
}

.sy-fengshengli-img {
    width: 100%;
    height: 11rem;
    background: url("../images/fengshengli_01.png") center center no-repeat;
    background-size: 100% 11rem;
}

.sy-dongwuguoji-img {
    width: 100%;
    height: 11rem;
    background: url("../images/dongwuguoji.jpeg") center center no-repeat;
    background-size: 100% 11rem;
}

.sy-payIndex-middle {
    /*width: 17.25rem;*/
    margin: 0 0.75rem;
}

.sy-payIndex-middle-title {
    color: #999;
    font-size: 0.6rem;
    height: 2.1rem;
    line-height: 2.1rem;
    text-align: center;
}

.sy-sweep {
    /*margin-left: 0.2rem;*/
    margin-top: 0.3rem;
    display: inline-block;
    /*width: 3rem;*/
    height: 2.5rem;
    /* float: right; */
}

.sy-sweep-logo {
    display: inline-block;
    width: 1.3rem;
    height: 1.28rem;
    background: url("../images/carOwnerSprite.png") no-repeat;
    background-size: 4.275rem 40rem;
    background-position: -2.275rem -2.5rem;
    margin-left: 0.25rem;
    vertical-align: middle;
    margin: 0 auto;
}

.sy-sweep-font {
    font-size: 0.55rem;
    color: #666;
    text-align: center;
    display: block;
}

.sy-payIndex-line-left,
.sy-payIndex-line-right {
    width: 4.5rem;
    height: 1px;
    border-bottom: 1px solid #ddd;
    padding-top: 1rem;
}

.sy-payIndex-line-left {
    float: left;
}

.sy-payIndex-line-right {
    float: right;
}

.sy-history-info-title {
    height: 1.75rem;
    line-height: 1.75rem;
    font-size: 0.65rem;
    color: #666;
}

.sy-history-info-body span {
    display: inline-block;
    width: 5.01rem;
    height: 1.5rem;
    line-height: 1.5rem;
    border-radius: .25rem;
    text-align: center;
    margin-left: 0.5rem;
    font-size: 0.7rem;
}

.sy-history-info-body span:nth-child(1) {
    margin-left: 0;
}

.sy-history-info-body-light {
    border: 1px solid #00BDD5;
    color: #00bdd5;
	box-shadow: 2px 2px 10px #ccc;
}

.sy-history-info-body-light:active {
	transform: scale(0.95);
	transition: all 0.3s ease-out;
}

.sy-history-info-body-dark {
    border: 1px solid #ddd;
    color: #666;
	box-shadow: 2px 2px 10px #ccc;
}

.sy-history-info-body-dark:active {
	transform: scale(0.95);
	transition: all 0.3s ease-out;
}

.sy-number-input {
    padding-left: 1rem;
}

.sy-payIndex-searchBtn {
    margin: 1rem auto 0;
    /* background: #00BCD5; */
    /* text-align: center; */
    /* width: 100%; */
    /* height: 2.5rem; */
    /* line-height: 2.5rem; */
    /* color: #fff; */
    /* border-radius: 0.25rem; */
    /* display: inherit; */
    /* font-size: 0.9rem; */
}

.s-search-btn:active {
	transform: scale(0.95);
	transition: all 0.3s ease-out;
}

.sy-myPhone-Btn {
    margin: 0.6rem auto;
    background: #00BCD5;
    text-align: center;
    height: 2.5rem;
    width: 92%;
    line-height: 2.5rem;
    color: #fff;
    border-radius: 0.25rem;
    display: inherit;
    font-size: 0.9rem;
}

.sy-width-92 {
    width: 92% !important;
}


/*.list-block .item-content:active{*/


/*background: #d9d9d9;*/


/*}*/

.sy-payIndex-regulation {
    margin-top: 0.6rem;
    color: #666;
    font-size: 0.55rem;
}

.sy-payIndex-carPlate00,
.sy-payIndex-carPlate01,
.sy-payIndex-carPlate02,
.sy-payIndex-carPlate03 {
    color: #fff;
    text-align: center;
    font-size: 0.75rem;
}

.sy-payIndex-carPlate00 {
    padding-top: 5.75rem;
}

.sy-payIndex-carPlate01 {
    padding-top: 4.65rem;
}

.sy-payIndex-carPlate02 {
    padding-top: 3.55rem;
}

.sy-payIndex-carPlate03 {
    padding-top: 3.35rem;
}

.sy-car-info-title {
    text-align: center;
    color: #999;
    font-size: 0.6rem;
    height: 2.1rem;
    line-height: 2.1rem;
    width: 17.25rem;
    margin: 0 auto -0.6rem;
}

.sy-car-info-list {
    margin-top: 0.6rem;
}

.sy-car-info-list-title {
    color: #fff;
    margin: 0 0.75rem;
    padding-left: 0.75rem;
    border-radius: 0.75rem 0.75rem 0 0;
    height: 1.75rem;
    line-height: 1.75rem;
    /*width: 17.25rem;*/
    background: url("../images/carlnfoListTitleBg.jpg") center center no-repeat;
    background-size: 100% 1.75rem;
    font-size: 0.85rem;
}

.sy-car-info-list-title:before {
    content: '';
    width: 0.2rem;
    height: 0.2rem;
    border-radius: 0.1rem;
    background: #fff;
    display: inline-block;
    vertical-align: super;
    margin-right: 0.3rem;
}

.sy-car-info-list-body {
    margin: 0 0.75rem;
    background: #fff;
    /*width: 17.25rem;*/
    height: 4.5rem;
    border-radius: 0 0 0.5rem 0.5rem;
}

.sy-car-info-list-body-nodata {
    height: 2.2rem;
}

.sy-car-info-list-body ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.sy-car-info-list-body ul li {
    height: 1.15rem;
    line-height: 1.55rem;
}

.sy-car-info-list-body ul li span:nth-child(1) {
    display: inline-block;
    width: 3rem;
    color: #666;
    font-size: 0.7rem;
    margin-left: 0.65rem;
}

.sy-car-info-list-body ul li span:nth-child(2) {
    display: inline-block;
    color: #999;
    font-size: 0.65rem;
}

.sy-car-info-list-body ul li span:nth-child(3) {
    display: inline-block;
    /* float: right; */
    font-size: 0.75rem;
    color: #333;
}

.sy-payIndex-toPay:after {
    content: '';
    width: 0.32rem;
    height: 0.7rem;
    margin-right: 0.75rem;
    background: url("../images/carOwnerSprite.png") no-repeat;
    background-size: 4.275rem 40rem;
    background-position: -2.275rem -7.5rem;
    display: inline-block;
    margin-left: 0.25rem;
    vertical-align: middle;
}


/*pay-success*/
/*修改样式*/
.sy-payState-backcolor {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;
    background-color: #fff;
}

.sy-payState-img01 {
    width: 5.75rem;
    height: 3.75rem;
    background: url("../images/payresult.png") no-repeat;
    background-size: 12.5rem 5rem;
    background-position: -0.3rem -0.7rem;
    margin:1.5rem auto 0 auto;
}

.sy-payState-img00 {
    width: 5.75rem;
    height: 3.75rem;
    background: url("../images/payresult.png") no-repeat;
    background-size: 12.5rem 5rem;
    background-position: -6.6rem -0.7rem;
    margin:1.5rem auto 0 auto;
}


.sy-payState-record {
    width: 60%;
    height: 2rem;
    margin: auto;
    border-style: solid;
    border-width: 1px;
    border-color: #00BDD5;
    border-radius:1rem;
    text-align: center;
    color: #00BDD5;
    font-size: 0.9rem;
    line-height: 2rem;
}
.sy-payState-prompt {
    position: fixed;
    left: 0;
    bottom: 0.2rem;
    text-align: center;
    height:2rem;
    width: 100%;
    color: gray;
    font-size: 0.7rem;
}
.sy-payState-prompt span{
    display: block;
}

.sy-payState-repay {
    width: 60%;
    height: 2rem;
    margin: auto;
    background-color: #00BDD5;
    border-radius:1rem;
    text-align: center;
    color: #fff;
    font-size: 0.9rem;
    line-height: 2rem;
}

.sy-payState-img03 {
    width: 2.45rem;
    height: 2.3rem;
    background: url("../images/carOwnerSprite.png") no-repeat;
    background-size: 4.275rem 40rem;
    background-position: 0rem -10rem;
    margin: 3.15rem auto 0;
}

.sy-payState-font01,
.sy-payState-font02,
.sy-payState-font03 {
    text-align: center;
}

.sy-payState-font01 {
    color: #000;
    font-size: 1.05rem;
    margin: 1rem auto 1.5rem;
    height: 0.85rem;
}

.sy-payState-font02 {
    color: #999;
    font-size: 0.65rem;
    /*margin-bottom: 1.5rem*/
}

.sy-payState-font02 span{
    display: block;
    height: 0.55rem;
    line-height: 0.55rem;
    margin-top: 0.5rem
}

.sy-payState-font03 {
    color: #000;
    font-size: 0.9rem;
    margin-top: 0.1rem;
    line-height: 1.2rem;
}

.sy-payState-btn {
    text-align: center;
    margin-top: 1rem;
}

.sy-payState-backToIndex,
.sy-payState-payRecords {
    width: 7rem;
    height: 2.05rem;
    border-radius: 0.25rem;
    border: 1px solid #00BDD5;
    display: inline-block;
    line-height: 2.05rem;
    text-align: center;
    font-size: 0.8rem;
}

.sy-payState-backToIndex {
    color: #00BDD5;
    background: #fff;
}

.sy-payState-payRecords {
    background: #00BDD5;
    color: #fff;
    margin-left: 0.3rem;
}

.sy-payState-payRecords a {
    color: #fff;
}


/*涓汉涓績*/

.sy-personCenterBg {
    width: 100%;
    height: 8rem;
    background: url("../images/personCenterBg.jpg") center center no-repeat;
    background-size: 100% 8rem;
}

.sy-personCenter-top {
    padding-top: 1.95rem;
    padding-left: 4.6rem;
}

.sy-personCenter-top-portrait-Bg {
    width: 3.75rem;
    height: 3.75rem;
    border-radius: 1.875rem;
    background-color: rgba(255, 255, 255, 0.6);
    float: left;
}

.sy-personCenter-top-portrait {
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 1.75rem;
    background: url("../images/defaultPortrait.png") center center no-repeat;
    background-size: 3.5rem 3.5rem;
    margin-left: 0.125rem;
    margin-top: 0.125rem;
}

.sy-personCenter-top-portrait img {
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 1.75rem;
}

.sy-personCenter-top-font {
    margin-left: 0.5rem;
    margin-top: 0.75rem;
    color: #fff;
    float: left;
}

.sy-personCenter-top-name {
    font-size: 0.85rem;
}

.sy-personCenter-top-logo {
    width: 0.9rem;
    height: 0.9rem;
    background: #3FBDD6;
    border-radius: 0.45rem;
    margin-top: 0.6rem;
    font-size: 0.7rem;
    line-height: 0.9rem;
    float: left;
}

.sy-personCenter-top-phone {
    float: left;
    line-height: 0.9rem;
    height: 0.9rem;
    margin-top: 0.6rem;
    margin-left: 0.25rem;
}

.sy-personCenter-top-logo:before {
    content: '';
    width: 0.25rem;
    height: 0.5rem;
    background: url("../images/carOwnerSprite.png") no-repeat;
    background-size: 4.275rem 40rem;
    background-position: 0rem -3.75rem;
    display: inline-block;
    vertical-align: baseline;
    margin-left: 0.325rem;
    margin-right: 0.2rem;
}

.sy-personCenter-top-logofont {
    width: 5.35rem;
    height: 0.95rem;
    background: #3FBDD6;
    border-radius: 0.45rem;
    margin-top: 0.6rem;
    font-size: 0.6rem;
    line-height: 1rem;
}

.sy-personCenter-top-logofont:before {
    content: '';
    width: 0.3rem;
    height: 0.5rem;
    background: url("../images/carOwnerSprite.png") no-repeat;
    background-size: 4.275rem 40rem;
    background-position: 0rem -3.75rem;
    display: inline-block;
    vertical-align: middle;
    margin-left: 0.325rem;
    margin-right: 0.35rem;
}

.sy-personCenter-top-logofont:after {
    content: '';
    width: 0.2rem;
    height: 0.45rem;
    background: url("../images/carOwnerSprite.png") no-repeat;
    background-size: 4.275rem 40rem;
    background-position: 0rem -5rem;
    display: inline-block;
    vertical-align: baseline;
    margin-left: 0.2rem;
}

.sy-personCenter-payParkingFee,
.sy-personCenter-payRecords,
.sy-personCenter-carManage {
    color: #333;
    font-size: 0.8rem;
}

.sy-personCenter-payParkingFee:before {
    content: '';
    width: 0.925rem;
    height: 0.85rem;
    background: url("../images/carOwnerSprite.png") no-repeat;
    background-size: 4.275rem 40rem;
    background-position: 0rem -6.25rem;
    display: inline-block;
    vertical-align: sub;
    margin-right: 0.675rem;
    margin-left: 0.075rem;
}

.sy-personCenter-payRecords:before {
    content: '';
    width: 0.925rem;
    height: 0.975rem;
    background: url("../images/carOwnerSprite.png") no-repeat;
    background-size: 4.275rem 40rem;
    background-position: 0rem -8.75rem;
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.6375rem;
    margin-left: 0.1125rem;
}

.sy-personCenter-carManage:before {
    content: '';
    width: 0.925rem;
    height: 0.75rem;
    background: url("../images/carOwnerSprite.png") no-repeat;
    background-size: 4.275rem 40rem;
    background-position: 0rem -7.5rem;
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.75rem;
}


/*杞﹁締绠＄悊*/

.sy-plateManager-plate {
    width: 92%;
    height: 4.45rem;
    margin: 0.6rem auto;
    background: #3FBDD6;
    border-radius: 0.25rem;
    position: relative;
    color: #fff;
    font-size: 0.75rem;
}

.sy-plateManager-plate-car01 {
    position: absolute;
    top: 0.5rem;
    left: 0.75rem;
    display: inline-block;
}

.sy-plateManager-plate-car02 {
    position: absolute;
    top: 1.1rem;
    left: 1.1rem;
    width: 3.05rem;
    height: 1.95rem;
    background: url("../images/carOwnerSprite.png") no-repeat;
    background-size: 4.275rem 40rem;
    background-position: 0rem -20rem;
    display: inline-block;
}

.sy-plateManager-plate-car03 {
    position: absolute;
    top: 0.5rem;
    right: 0.75rem;
    display: inline-block;
    font-size: 0.6rem;
}

.sy-plateManager-plate-car03:before {
    content: '';
    width: 0.6rem;
    height: 0.7rem;
    background: url("../images/carOwnerSprite.png") no-repeat;
    background-size: 4.275rem 40rem;
    background-position: 0rem -2.5rem;
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.25rem;
}

.sy-plateManager-plate-car04 {
    position: absolute;
    bottom: 1rem;
    right: 0.75rem;
    font-size: 1.4rem;
    display: inline-block;
    height: 1.4rem;
}

.sy-plateManager-addPlate {
    width: 92%;
    height: 2.5rem;
    line-height: 2.5rem;
    border: 1px solid #3FBDD6;
    border-radius: 0.25rem;
    margin: 0 auto;
    text-align: center;
    font-size: 0.9rem;
    color: #3FBDD6;
    background: #fff;
}

.sy-plateManager-addPlate:active {
    background: #e5e5e5;
}

.sy-plateManager-addPlate-inner:before {
    content: '';
    width: 0.75rem;
    height: 0.75rem;
    background: url("../images/carOwnerSprite.png") no-repeat;
    background-size: 4.275rem 40rem;
    background-position: -2.275rem -5rem;
    display: inline-block;
    margin-right: 0.5rem;
}

.sy-plateManager-addPlate-prompt {
    text-align: center;
    color: #999;
    font-size: 0.65rem;
    margin: 0.75rem auto;
}

.sy-plateManager-noPlate {
    margin: 2.9rem auto 0;
    width: 6.75rem;
    height: 2.45rem;
    background: url("../images/noPlate.png") center center no-repeat;
    background-size: 6.75rem 2.45rem;
}


/*娣诲姞杞︾墝*/

.sy-addPlate-logo {
    margin-top: 1.45rem;
    margin-left: 6.125rem;
    width: 7.4rem;
    height: 4.55rem;
    background: url("../images/addPlate.png") center center no-repeat;
    background-size: 7.4rem 4.55rem;
}


/*鍏宠仈鎵嬫満*/

.sy-myPhone-list-block {
    margin: 1.25rem auto 0;
}

.sy-myPhone-item-input {
    width: 80% !important;
}

.sy-myPhone-list-block input[type="number"] {
    font-size: 0.8rem !important;
    padding-left: 0.6rem !important;
    outline: none
}

.list-block .sy-myPhone-item-verifyCode-btn {
    width: initial !important;
    /*margin-right: 0.75rem;*/
}

.sy-phone-logo {
    margin: 2.9rem auto 0;
    width: 2.5rem;
    height: 2.525rem;
    background: url("../images/phoneLogo.png") center center no-repeat;
    background-size: 2rem 2.525rem;
}

.sy-phone-prompt {
    color: #666;
    font-size: 0.7rem;
    text-align: center;
    margin-top: 0.6rem;
}

.sy-linkPhoneAgree {
    margin-left: 0.75rem;
    color: #666;
}

.sy-linkPhoneAgree a {
    color: #2b88ed;
}

.sy-myPhone-number {
    width: 0.6rem !important;
    height: 0.825rem;
    background: url("../images/carOwnerSprite.png") no-repeat;
    background-size: 4.275rem 40rem;
    background-position: -2.27rem -1.25rem;
    margin-left: 0.1rem !important;
}

.sy-myPhone-authCode {
    /*width:0.7rem !important;*/
    width: 4%;
    height: 0.85rem;
    background: url("../images/carOwnerSprite.png") no-repeat;
    background-size: 4.275rem 40rem;
    background-position: -2.27rem 0rem;
    display: inline-block;
}

.item-input {
    display: inline-block;
    width: 93%;
    height: 2.5rem!important;
    line-height: 2.5rem!important;
}

.mint-cell:before {
    border: none !important
}

.list-block li {
    box-sizing: border-box;
    position: relative;
}

.list-block .item-inner:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    right: auto;
    top: auto;
    height: 1px;
    width: 100%;
    background-color: #e7e7e7;
    display: block;
    z-index: 15;
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
}

.sy-myPhone-list-block input[type="text"] {
    font-size: 0.8rem;
    padding-left: 0.75rem !important;
}

.sy-myPhone-item-content {
    height: 2.5rem;
    padding-left: 1.25rem !important;
    background: #fff;
    line-height: 2.5rem;
}

.sy-myPhone-input01 {
    margin-right: 0.75rem;
    line-height: 2.5rem;
}

.sy-myPhone-list-block input[type="text"] {
    width: 10.5rem !important;
}

.sy-myPhone-getVerifyCode {
    width: 5rem;
    height: 1.95rem;
    background: #3FBDD6;
    color: #fff;
    border-radius: 0.25rem;
    /*margin-right: 0.75rem;*/
    font-size: 0.8rem;
}

.sy-myPhone-getVerifyCode-gray {
    width: 5rem;
    height: 1.95rem;
    color: #fff;
    border-radius: 0.25rem;
    font-size: 0.8rem;
}

.sy-myPhone-closeLogo-outer {
    width: 1.5rem;
    height: 2.5rem;
    line-height: 2.5rem;
    display: inline-block;
    /* float: right; */
}

.s-relatePhone-number {
    z-index: 9;
    position: relative;
}

.sy-myPhone-closeLogo {
    content: '';
    width: 0.75rem;
    height: 0.75rem;
    background: url("../images/currencySprite.png") no-repeat;
    background-size: 3.325rem 6.1875rem;
    background-position: 0rem 0rem;
    display: inline-block;
    margin-top: .9rem;
}


/*缂磋垂璁板綍*/

.sy-myPayRecord-Bg {
    /*background: #efeff3;*/
    width: 100%;
    height: 100%;
}

.sy-myPayRecord-top {
    color: #fff;
    font-size: 0.6rem;
    background: #00BDD5;
    height: 2.75rem;
    line-height: 2.75rem;
    width: 100%;
    margin-left: 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
}

.sy-myPayRecord-top input {
    background: transparent;
    min-width: 1rem;
    /*max-width: 5rem;*/
    /*height: 1.05rem;*/
    display: inline-block;
    max-width: 1.8rem;
}

.sy-myPayRecord-recordMonth {
    font-size: 1.5rem;
    font-weight: bold;
}

.sy-myPayRecord-top .col-50 {
    text-align: center;
    border-right: 1px solid #66D1E3;
    height: 2.75rem;
}

.sy-myPayRecord-triangle {
    width: 0;
    height: 0;
    border-left: 0.25rem solid transparent;
    border-right: 0.25rem solid transparent;
    border-top: 0.25rem solid #fff;
    display: inline-block;
    padding-bottom: 0.3rem;
    margin-left: 0.2rem;
}

.sy-myPayRecord-paid {
    font-size: 1.5rem;
    padding: 0 0.2rem;
    font-weight: bold;
}

.sy-myPayRecord-PreCard {
    /*width:17.75rem;*/
    /*height: 11.8rem;*/
    border: 1px solid #ddd;
    border-radius: 0.2rem;
    margin: 0.6rem 0.5rem 0;
    background: #fff;
}

.sy-myPayRecord-PreCard-Top {
    width: 17.2rem;
    height: 3.45rem;
    border-bottom: 1px solid #eaeaea;
    margin: 0 auto;
}

.sy-myPayRecord-Top-data {
    color: #999;
    font-size: 0.6rem;
    height: 1.3rem;
    line-height: 1.3rem;
    position: relative;
}

.sy-myPayRecord-Top-price {
    margin-top: -0.5rem;
    color: red;
    text-align: center;
}

.sy-myPayRecord-Top-price span {
    height: 1.8rem;
    font-size: 0.8rem;
}

.sy-myPayRecord-Top-price span:nth-child(2) {
    font-size: 1.8rem;
}

.sy-myPayRecord-Middle {
    padding-left: 0.75rem;
    padding-top: 0.75rem;
    padding-right: 0.75rem;
}

.sy-myPayRecord-Middle ul li {
    /*height: 1.5rem;*/
    margin-bottom: 0.3rem;
    font-size: 0.75rem;
    color: #333;
}

.sy-myPayRecord-noPayRecord {
	padding-top: 10rem;
    text-align: center;
    color: #D5D5D5;
}

.sy-myPayRecord-noPayRecord-logo {
    width: 1.875rem;
    height: 2.4rem;
    background: url("../images/defaultSprite.png") no-repeat;
    background-size: 4.375rem 20rem;
    background-position: 0 0;
    margin: 0 auto;
}

.sy-myPayRecord-noPayRecord-font {
    margin-top: 0.5rem;
}

.sy-myPayRecord-loading {
    text-align: center;
    padding: 5px 10px;
    color: #999;
}


/*loading椤甸潰*/

.sy-preloaderLoading {
    text-align: center;
    color: #666;
    font-size: 0.75rem;
}

.sy-preloaderLoading-img {
    margin: 10.9rem auto 0;
    width: 2.95rem;
    height: 3rem;
    background: url("../images/loading.gif") center center no-repeat;
    background-size: 2.95rem 3rem;
}

.sy-preloaderLoading-font {
    margin-top: 0.5rem;
}

html,
body,
.h100,
#main {
    height: 100%;
}

ul,
ol {
    list-style: none;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section {
    margin: 0;
    padding: 0;
}

body {
    min-width: 320px;
    background: #f5f5f5;
    overflow-x: hidden;
    -webkit-text-size-adjust: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-font-smoothing: antialiased;
    -moz-user-select: text;
	user-select: text;
    color: #000;
}

.main-frame {
    min-width: 240px;
    height: 100%;
}

.cm-down-in {
    -webkit-animation-name: downIn;
    animation-name: downIn
}

.cm-down-out {
    -webkit-animation-name: downOut;
    animation-name: downOut
}

@-webkit-keyframes downIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes downIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@-webkit-keyframes downOut {
    0% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

@keyframes downOut {
    0% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

.main-frame {
    background: #EFEFF3;
}

.top_box {
    position: relative;
    width: 100%;
    height: 2.5rem;
}

.starting {
    display: table-cell;
    width: 90px;
    color: #008fc9;
    text-align: center;
    border-right: 1px solid #dddddd;
    border-radius: 4px 0 0 4px;
    vertical-align: middle;
    line-height: 16px
}

.starting .icon_loc {
    padding-right: 16px;
    display: inline-block;
    position: relative
}

.search_mod {
    color: #ccc;
    position: relative;
    white-space: nowrap;
}

.cm-pop .cm-pop-bd {
    background-color: #E5E6E8;
}

.cm-keyboard-list {
    font-size: 16px;
}

.cm-keyboard-list li:nth-of-type(3n+3) {
    width: 9%;
}

.cm-keyboard-list {
    padding-top: 3px;
}

.hide {
    display: none!important;
}

.cm-fade-in,
.cm-fade-out,
.cm-down-in,
.cm-down-out,
.cm-up-in,
.cm-up-out,
.cm-center-fade-in,
.cm-center-fade-out,
.cm-center-up-in,
.cm-center-up-out {
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.cm-keyboard-list:before,
.cm-keyboard-list:after {
    content: "";
    display: table
}

.cm-keyboard-list:after {
    clear: both
}

.cm-keyboard-list {
    font-size: 16px
}

.cm-keyboard-list li:nth-of-type(3n+3) {
    width: 34%;
    border-right: none
}

.cm-keyboard-list .icon-del {
    top: 2px
}

.cm-pop .cm-pop-list li {
    border-bottom: 1px solid #dbdbdb;
    background-color: #fff;
    line-height: 33px;
    padding: 5px 10px;
    position: relative;
    display: block;
    cursor: pointer
}

.cm-pop .cm-pop-list li:first-child {
    border-top: 1px solid #dbdbdb
}

.cm-pop {
    position: absolute;
    z-index: 985;
    width: 100%
}

.cm-pop .icon-pop-triangle {
    width: 10px;
    height: 10px;
    background-color: #fff;
    position: absolute;
    bottom: -5px;
    left: 50%;
    margin-left: -5px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: -1
}

.cm-pop .cm-pop-bd {
    background-color: #fff
}

.cm-pop .cm-pop-list li:first-child {
    border-top: none
}

.cm-pop .cm-pop-list li:last-child {
    border-bottom: none
}

.cm-pop .cm-pop-list--checked li {
    padding-right: 30px
}

.cm-pop .cm-pop-list--checked li.active::after {
    content: "";
    width: 14px;
    height: 6px;
    border-bottom: 2px solid #099fde;
    border-left: 2px solid #099fde;
    position: absolute;
    top: 50%;
    right: 8px;
    margin-top: -4px;
    -webkit-transform: rotate(-45deg) translateY(-50%);
    transform: rotate(-45deg) translateY(-50%)
}

.cm-pop--triangle-up .icon-pop-triangle {
    top: -5px
}

.cm-pop--border {
    border: 1px solid #dbdbdb
}

.cm-pop--border .icon-pop-triangle {
    border: 1px solid #dbdbdb;
    border-color: #fff #dbdbdb #dbdbdb #fff
}

.cm-pop--border.cm-pop--triangle-up .icon-pop-triangle {
    border-color: #dbdbdb #fff #fff #dbdbdb
}

.cm-pop--border.cm-pop--radius {
    border-radius: 6px
}

.cm-pop--radius .cm-pop-bd {
    border-radius: 4px;
    overflow: hidden
}

.cm-pop--user-nav {
    top: 55px;
    right: 0;
    color: #fff;
    width: 128px
}

.cm-pop--user-nav .icon-pop-triangle {
    background-color: #283847;
    left: auto;
    right: 10px
}

.cm-pop--user-nav .cm-pop-list li {
    background-color: #283847;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2)
}

.cm-pop--user-nav .cm-pop-list li i[class^="icon-"] {
    margin-right: 10px
}

.cm-pop--user-nav .cm-pop-list li:active,
.cm-pop--user-nav .cm-pop-list li:hover {
    background-color: #161e26
}

.cm-pop--num-keyboard {
    bottom: 0
}

.cm-pop--num-keyboard .cm-keyboard-bar {
    background-color: #D5D5D5;
    text-align: right;
    padding-right: 10px;
    height: 2.2rem;
    line-height: 2.2rem;
    border-top: 1px solid #dbdbdb
}

.cm-pop--num-keyboard .cm-keyboard-bar .btn-secondary {
    line-height: 30px;
    height: 30px;
    padding: 0 15px
}

.icon-del::before {
    top: 2px
}

.main-frame {
    background: #EFEFF3;
}

.starting {
    display: table-cell;
    width: 40px;
    color: #008fc9;
    text-align: center;
    border-right: 1px solid #dddddd;
    border-radius: 4px 0 0 4px;
    vertical-align: middle;
    line-height: 16px
}

.starting .icon_loc {
    padding-right: 16px;
    display: inline-block;
    position: relative
}

.cm-keyboard-list li {
    display: inline-block;
    text-align: center;
    width: 9%;
    line-height: 2.25rem;
    border-width: 1px 1px 0 0;
    box-sizing: border-box;
    margin: 3px 0px;
    background: #fff;
    border-radius: 5px;
}

.cm-pop .cm-pop-bd {
    background-color: #E5E6E8;
}

.cm-keyboard-list li:nth-of-type(3n+3) {
    width: 9%;
}

.cm-keyboard-list li:nth-last-of-type(3) {
    background-color: #fff;
}

.cm-keyboard-list {
    padding-top: 3px;
    text-align: center;
}

.hide {
    display: none!important;
}

.cm-fade-in,
.cm-fade-out,
.cm-down-in,
.cm-down-out,
.cm-up-in,
.cm-up-out,
.cm-center-fade-in,
.cm-center-fade-out,
.cm-center-up-in,
.cm-center-up-out {
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

button {
    text-align: center;
}

button,
input,
select,
textarea {
    font-size: 100%;
}

fieldset,
img,
button,
input {
    border: 0;
}

.cm-up-in {
    -webkit-animation-name: upIn;
    animation-name: upIn;
}

.cm-up-out {
    -webkit-animation-name: upOut;
    animation-name: upOut;
}

.cui-layer {
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 2100;
    border-radius: 10px;
    padding: 5px;
}

.cui-layer {
    color: #eee;
    border-radius: 10px;
}

.cui-toast .cui-layer-padding {
    width: 220px;
    line-height: 24px;
    border-radius: 5px;
    background: rgba(0, 0, 0, .7);
    padding: 10px 15px;
    color: #fff;
    font-weight: 700;
    text-align: center;
    word-break: break-all
}

.cui-mask {
    background: rgba(0, 0, 0, 0);
    z-index: 2000;
}

.cui-layer {
    z-index: 3008;
    margin-left: -75px;
    margin-top: -60px;
}

.cui-toast .cui-layer-padding {
    width: 120px;
    line-height: 54px;
    border-radius: 5px;
    background: rgba(102, 102, 102, .7);
    padding: 10px 15px;
    color: #fff;
    font-weight: 700;
    text-align: center;
    word-break: break-all;
}

.cui-layer-content:before {
    content: "";
    display: block;
    margin: 4px auto 2px;
    height: 40px;
    width: 55px;
    background-position: 0 0;
    background: url("../images/ok.png") center center no-repeat;
    background-size: 55px auto;
}

.cui-tip {
    width: 80%;
    margin: 0 auto;
    padding-top: 100px;
}

.cui-tip button {
    width: 100%;
    background: #00BDD5;
    height: 50px;
    line-height: 50px;
    color: #fff;
    border-radius: 5px;
}

@-webkit-keyframes upIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes upIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@-webkit-keyframes upOut {
    0% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

@keyframes upOut {
    0% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

.search_col .search_mod {
    width: 4.5rem;
    text-align: center;
    display: inline-block;
}

.sy-search_mod {
    /*border-right: 1px solid #dddddd;*/
    display: inline-block;
    width: 1px;
    height: 10px;
    background: #ddd;
    margin-left: -1px;
}

.search_mod:nth-child(2) .wrap,
.search_mod:last-child .wrap {
    border-right: 0;
}

.search_mod .icon_loc {
    display: inline-block;
    width: 100%;
}

.search_mod:last-child {
    border-right: 0;
}

.sy-top-box {
    margin: 1.5rem auto 0;
}

.sy-search-col {
    width: 17.25rem;
    margin: 0 auto;
    float: none;
}

.preloader-indicator-overlay {
    opacity: 1;
    background: rgba(0, 0, 0, .5);
}

.preloader-indicator-modal {
    position: absolute;
    left: 50%;
    top: 50%;
    padding: 1rem;
    margin-left: -2rem;
    margin-top: -2rem;
    background: rgba(0, 0, 0, 0.8);
    z-index: 11000;
    border-radius: 0.25rem;
}


/**     MYVIEW    **/

.left {
    float: left;
}

.right {
    float: right;
}

.s-my-bg {
    width: 100%;
    height: 104px;
    /*background: url('../images/personCenterBg.jpg') center center no-repeat;*/
    background:#00c1da url('../images/myTopBg.jpg') right bottom no-repeat;
    background-size: 100%;
}

.s-my-portrait-container {
    padding-top: 20px;
    padding-left: 20px;
}

.s-my-portrait-bg {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    border:2px solid rgba(255, 255, 255, 0.6);
}

.s-my-portrait {
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

.s-my-portrait-wx {
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 1.75rem;
    background: url('../images/defaultPortrait.png');
    background-size: 3.5rem 3.5rem;
    margin: 0.125rem;
}

.s-my-portrait-wx img {
    width: 3.5rem;
    height: 3.5rem;
    -webkit-border-radius: 1.75rem;
    -moz-border-radius: 1.75rem;
    border-radius: 1.75rem;
}

.s-my-login{
    background: url('../images/portrait.png') no-repeat;
    background-size: 160px 80px;
    background-position: -10px -10px;
}
.s-my-unlogin{
    background: url('../images/portrait.png') no-repeat;
    background-size: 160px 80px;
    background-position: -90px -10px;
}

.s-my-portrait img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

.s-my-portrait-detail {
    margin-left: 0.5rem;
    margin-top: 0.5rem;
    color: #fff;
}

.s-my-portrait-name {
    font-size: 18px;
}

.s-my-portrait-phoneIcon {
    width: 12px;
    height: 12px;
    background: #3FBDD6;
    border-radius: 50%;
    margin-top: 0.2rem;
    font-size: 12px;
    line-height: 1;
}

.s-my-portrait-phoneIcon:before {
    width: .25rem;
    height: .5rem;
    background: url(../images/carOwnerSprite.png) 0 -3.75rem no-repeat;
    background-size: 4.275rem 40rem;
    vertical-align: baseline;
    margin-right: .2rem;
    display: inline-block;
    margin-left: .325rem;
    content: '';
}

.s-my-content5:before {
    content: '';
    width: 0.925rem;
    height: 0.925rem;
    background: url(../images/carOwnerSprite.png) -3rem -11.2rem no-repeat;
    background-size: 4.275rem 40rem;
    vertical-align: middle;
    margin-right: .75rem;
    display: inline-block;
    margin-left: 0.075rem;
}
@media only screen and (max-width: 374px) {
.s-my-portrait-phoneIcon:before{
    width: .25rem;
    height: .5rem;
    background: url(../images/carOwnerSprite.png) 0 -3.7rem no-repeat;
    background-size: 4.275rem 40rem;
    vertical-align: baseline;
    margin-right: .1rem;
    display: inline-block;
    margin-left: .325rem;
    margin-top: 0.1rem;
    content: '';
}
}
.s-my-content6:before {
    content: '';
    width: 1rem;
    height: 0.9rem;
    background: url(../images/carOwnerSprite_v2.png) no-repeat;
    background-size: 5rem 18.75rem;
    background-position: -1rem -8.2rem !important;
    vertical-align: middle;
    display: inline-block;
    margin-left: 0.075rem;
    margin-right: .75rem;
    margin-top: -0.1rem;
}

.s-my-msgbox {
    background: url(../images/carOwnerSprite.png) -3rem -9rem no-repeat;
    background-size: 4.275rem 40rem;
    vertical-align: middle;
    margin-right: .75rem;
    display: inline-block;
    margin-left: 0.075rem;
    width: 1rem;
    height: 1.5rem;
    position: absolute;
    top: 10px;
    right: 0px;
}

.s-my-portrait-phone {
    margin-top: 0.2rem;
    font-size: 12px;
    line-height: 1;
    /*height: 0.9rem;*/
    float: left;
}

.s-my-portrait-phoneRelate {
    width: 6rem;
    height: .95rem;
    /*background: #3FBDD6;*/
    /*border-radius: .45rem;*/
    /*margin-top: .6rem;*/
    font-size: 12px;
    line-height: 1;
}

.s-my-portrait-phoneRelate:before {
    width: .3rem;
    height: .5rem;
    background: url(../images/carOwnerSprite.png) 0 -3.75rem no-repeat;
    background-size: 4.275rem 40rem;
    vertical-align: middle;
    margin-right: 0.35rem;
    display: inline-block;
    margin-left: .325rem;
    content: '';
}

.s-my-portrait-phoneRelate:after {
    width: .25rem;
    height: .6rem;
    background: url(../images/carOwnerSprite.png) 0 -5rem no-repeat;
    background-size: 4.275rem 40rem;
    vertical-align: middle;
    display: inline-block;
    margin-left: .325rem;
    content: '';
}

.s-my-listBlock {
    font-size: 0.8rem;
    margin-top: 0.5rem;
}

.s-my-listBlock .s-my-itemContent {
    padding-left: 0;
    box-sizing: border-box;
    min-height: 2.2rem;
    /* display: -webkit-box; */
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
    color: #333;
    height: 2.5rem;
}

.s-my-listBlock ul {
    background: #fff;
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
}

.s-my-listBlock li {
    position: relative;
}

.s-my-listBlock .s-my-itemInner {
    padding-right: 1.5rem;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NTc3MiwgMjAxNC8wMS8xMy0xOTo0NDowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NUM0QzFDNzMyREM0MTFFNUJDNTI4OTMzMEE0RjBENzMiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NUM0QzFDNzQyREM0MTFFNUJDNTI4OTMzMEE0RjBENzMiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo1QzRDMUM3MTJEQzQxMUU1QkM1Mjg5MzMwQTRGMEQ3MyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo1QzRDMUM3MjJEQzQxMUU1QkM1Mjg5MzMwQTRGMEQ3MyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pjs2Bb4AAAItSURBVHjazJhbK0RRGIb3DIOU/AG5kUTOgxmHceFGKf6BO+Vf+E8KKYcYg3FuMpNIDhFJXJAcp/GtvKumrzVs+zBrvfU2u689q6d3rb33+lYgl8tZvymZ3JOX7eQp8gT50fJA0Wj4z3tKbY5VR14hV5ObyWLkZ6sICtq4p4V8CjihevIWucoUQJFUmtUayTvkShMAL5DiGqs3IMlK3YBSgwrIZkBWmAAoIRMKyG2/IIMO/hMjbygepCS53ARAoQHyOqu1YbrLTADMAXJbASmSDOkGlOpTQHaQN72CdAuYBeQuq4cBWaIbUEJGC0Am3UIGPVoqMsk9Vu/CwxTQDSj0iSQPWD2C6Q7oBhT6AmRKAZkwAVDoowBkn+LdqQVQ6A2QhwrIuAmAEjKi2KrF/jPdfgIKveI7Pcfq/eSMCYBSD4pakymA0+RxVrsn15oAOEMeY7Vbcif5ys4ApT7CzZJHWO2G3I1fSyfgPHmY1a7x6bvT/ZpZUMBdOoHzI8El8pCiK+wq8CQXNcFlBdw51tyD00G9SnAVHV++zgDn6hzHiwTjCrgTTKvrQya3Ca5jA5CvY3IP+UlnTxJEb8zhjpDck1cL20mCAcBFWD2D2ovOvjiERojDpTGtnsL9N8EQegt+LJrC5vRN59lMORp0DrePNH2BswvYivXVzuoHSO7dz+2QHcAa6+eMOl87WHOffm8m7QCK7foog+tFi2mZACg3npPkRUxrtkitgvUtwAA5A3LWdzPizwAAAABJRU5ErkJggg==);
    background-size: 0.7rem;
    background-repeat: no-repeat;
    background-position: 97% center;
    background-position: -webkit-calc(100% - .5rem) center;
    background-position: calc(100% - .5rem) center;
    margin-left: 0.75rem;
    position: relative;
    width: 100%;
    min-height: 2.5rem;
    overflow: hidden;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
	flex: 1;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.s-my-listBlock .s-my-content:before {
    content: '';
    width: 0.925rem;
    height: 0.85rem;
    background: url("../images/carOwnerSprite.png") no-repeat;
    background-size: 4.275rem 40rem;
    background-position: 0rem -6.25rem;
    display: inline-block;
    vertical-align: sub;
    margin-right: 0.675rem;
    margin-left: 0.075rem;
}


/** relativePhoneView**/

.displayRepeat {
    display: inline-block;
}

.widthRepeat {
    width: 63.44%!important;
    display: inline-block;
}

.s-relatephone-icon {
    margin: 2.9rem auto 0;
    width: 2.5rem;
    height: 2.525rem;
    background: url("../images/phoneLogo.png") center center no-repeat;
    background-size: 2rem 2.525rem;
}

.s-relatephone-p {
    color: #666;
    font-size: 0.7rem;
    text-align: center;
    margin-top: 0.6rem;
}

.s-relatephone-content {
    margin: 1.25rem auto 0;
    font-size: 0.85rem;
}

.s-relatephone-content ul {
    background: #fff;
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
}

.s-relatephone-content ul:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: auto;
    right: auto;
    height: 1px;
    width: 100%;
    background-color: #e7e7e7;
    display: block;
    z-index: 15;
    -webkit-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
}

.s-relatephone-content ul:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    right: auto;
    top: auto;
    height: 1px;
    width: 100%;
    background-color: #e7e7e7;
    display: block;
    z-index: 15;
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
}

.s-relatephone-item-content {
    box-sizing: border-box;
    min-height: 2.2rem;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    height: 2.5rem;
    padding-left: 1.25rem !important;
}

.s-relatephone-inner-content {
    padding-right: 0.75rem;
    position: relative;
    width: 100%;
    padding-top: 0.4rem;
    padding-bottom: 0.35rem;
    min-height: 2.2rem;
    overflow: hidden;
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
	flex: 1;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
}

.marginRight075 {
    margin-right: 0.75rem;
}

.s-relatephone-inner-content:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    right: auto;
    top: auto;
    height: 1px;
    width: 100%;
    background-color: #e7e7e7;
    display: block;
    z-index: 15;
    transform-origin: 50% 100%;
}

.s-relatephone-icon2 {
    flex-shrink: 0;
    margin: 4px 0;
    font-size: 0.75rem !important;
    vertical-align: top;
    white-space: nowrap;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    width: 0.6rem !important;
    height: 0.825rem;
    background: url("../images/carOwnerSprite.png") no-repeat;
    background-size: 4.275rem 40rem;
    background-position: -2.27rem -1.25rem;
    margin-left: 0.1rem !important;
    background-color: white;
}

.s-relatephone-inner-content-input {
    margin-top: -0.4rem;
    margin-bottom: -0.35rem;
    -webkit-box-flex: 1;
    flex-shrink: 1;
    width: 80% !important;
}

.s-relatephone-clearIcon-outer {
    width: 1.5rem;
    height: 1rem;
    display: inline-block;
    /* float: right; */
}

.s-relatephone-clearIcon {
    content: '';
    width: 0.75rem;
    height: 0.75rem;
    background: url("../images/currencySprite.png") no-repeat;
    background-size: 3.325rem 6.1875rem;
    background-position: 0rem 0rem;
    display: inline-block;
}

.s-relatephone-verifyCode {
    width: initial !important;
    margin-top: -0.4rem;
    margin-bottom: -0.35rem;
    -webkit-box-flex: 1;
    flex-shrink: 1;
}

.s-relatephone-icon3 {
    width: 0.7rem !important;
    height: 0.85rem;
    background: url("../images/carOwnerSprite.png") no-repeat;
    background-size: 4.275rem 40rem;
    background-position: -2.27rem 0rem;
}

.s-relatephone-agreement {
    margin-left: 0.75rem;
    color: #666;
    font-size: 0.6rem;
}

.s-my-portrait-detail:before {
    width: .3rem;
    height: .5rem;
    background: url(../images/carOwnerSprite.png) 0 -3.75rem no-repeat;
    background-size: 4.275rem 40rem;
    vertical-align: middle;
    margin-right: .35rem;
}

/* .s-my-portrait-login{
    margin-top: 0.4rem;
} */

.s-relate-margin {
    margin: 0.5rem 0.75rem 0.75rem;
}

.s-relate-btn {
    width: 30%;
}

.icon-telephone {
    background: url(../images/carOwnerSprite.png) -2.7rem -1.6rem no-repeat;
    margin-left: .1rem!important;
    background-color: #fff;
    background-size: 95px auto;
    width: 1rem;
    height: 1.1rem;
    line-height: 1.1rem;
    display: block;
}

.icon-code {
    background: url(../images/carOwnerSprite.png) -2.8rem 0 no-repeat;
    background-color: #fff;
    background-size: 95px auto;
    width: 1rem;
    height: 1.1rem;
    line-height: 1.1rem;
    display: block;
}

.s-gray-bg {
    background: lightgray !important;
    width: 3.6rem;
    color: #FFF;
}


/**  orderview   **/

.s-orderview-sy-paycar-top-img {
    height: 7.5rem;
    width: 100%;
    text-align: center;
    background: url(../images/cyclic.png) center top no-repeat #00BDD5;
    background-size: 9.75rem 7.5rem;
    position: relative;
}

.s-orderview-sy-pay-carPlate {
    color: #fff;
    padding-top: 1.6rem;
    text-align: center;
    font-size: 1rem;
    line-height: 1rem
}

.s-orderview-sy-pay-amount {
    color: #fff;
    padding-top: 0.65rem;
    text-align: center;
    font-size: 2.4rem;
    line-height: 2.4rem
}

.s-orderview-sy-pay-amountPrompt {
    color: #fff;
    padding-top: 0.5rem;
    text-align: center;
    font-size: 0.65rem;
    line-height: 0.65rem;
    padding-bottom: 1rem
}

.s-orderview-sy-pay-otherCarPlate {
    position: absolute;
    right: .75rem;
    bottom: .75rem;
    color: #fff;
    font-size: .65rem;
    height: 1rem;
    line-height: 1rem;
}

.s-orderview-sy-pay-otherCarPlate-logo {
    display: inline-block;
    width: .6rem;
    height: .81rem;
    background: url(../images/carOwnerSprite.png) 0 -1.25rem no-repeat;
    background-size: 4.275rem 40rem;
    margin-left: .25rem;
    vertical-align: middle;
}

.s-my-listBlock ul:before {
    content: '';
    position: absolute;
    left: 0;
    top: -1px;
    bottom: auto;
    right: auto;
    height: 1px;
    width: 100%;
    background-color: #e7e7e7;
    display: block;
    -webkit-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
}

.s-my-content2:before {
    content: '';
    width: 0.925rem;
    height: .975rem;
    background: url(../images/carOwnerSprite.png) 0 -8.75rem no-repeat;
    background-size: 4.275rem 40rem;
    vertical-align: sub;
    margin-right: .6375rem;
    margin-left: .1125rem;
    display: inline-block;
}

.s-my-content3:before {
    content: '';
    width: 0.925rem;
    height: .75rem;
    background: url(../images/carOwnerSprite.png) 0 -7.5rem no-repeat;
    background-size: 4.275rem 40rem;
    vertical-align: middle;
    margin-right: .75rem;
    display: inline-block;
    margin-left: 0.075rem;
}

.s-my-content4:before {
    content: '';
    width: 0.925rem;
    height: .75rem;
    background: url(../images/carOwnerSprite.png) 0 -7.5rem no-repeat;
    background-size: 4.275rem 40rem;
    vertical-align: middle;
    margin-right: .75rem;
    display: inline-block;
    margin-left: 0.075rem;
}


.s-my-content7:before {
    content: '';
    width: 1rem;
    height: 1rem;
    background: url(../images/carOwnerSprite_v2.png) no-repeat;
    background-size: 5rem 18.75rem;
    background-position: -3rem -8.18rem !important;
    vertical-align: middle;
    display: inline-block;
    margin-left: 0.075rem;
    margin-right: .75rem;
    margin-top: -0.1rem;
}


.s-my-listBlock li {
    position: relative;
    background-color: white;
}

.s-orderview-sy-item-content {
    border-bottom: 1px solid #e7e7e7;
    min-height: 2.5rem!important;
    padding-left: 0!important;
}

.s-orderview-sy-item-innerTransBg {
    margin-left: .75rem;
    width: 87%;
    /*padding-top: .4rem;
    padding-bottom: .35rem;*/
    min-height: 2.2rem;
    overflow: hidden;
    display: -webkit-flex;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    line-height: 2.5rem;
    float: left
}

.s-orderview-item-title {
    font-size: .75rem!important;
    flex-shrink: 1;
    white-space: nowrap;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    float: left
}

.s-orderview-sy-fontRed {
    font-size: .65rem;
    color: #EA4E4A!important;
    float: right
}

.s-orderview-sy-pay-blueBg {
    width: .7rem;
    height: .6rem;
    margin-right: .75rem;
    background: url(../images/carOwnerSprite.png) no-repeat;
    background-size: 4.275rem 40rem;
    float: right;
    margin-top: 0.95rem
}

.s-orderview-sy-pay-blueBg:before {
    width: .25rem;
    height: 1.1rem;
    background: #3FBDD7;
    position: absolute;
    left: 0;
    top: .7rem;
    content: '';
}

.s-orderview-sy-item-content2 {
    height: 2.1rem;
    padding-left: 0!important;
    min-height: 2.1rem!important;
    background: #f7f7f9;
}

.s-orderview-sy-item-inner {
    padding-left: .75rem;
    width: 100%;
    padding-top: .4rem;
    padding-bottom: .35rem;
    min-height: 2.2rem;
    overflow: hidden;
    min-height: 2.1rem!important;
    box-sizing: border-box;
    background-color: #F7F7F9;
    border-bottom: 1px solid #e7e7e7;
    display: block
}

.s-orderview-sy-item-inner2 {
    width: 100%;
    padding-top: .4rem;
    padding-bottom: .35rem;
    min-height: 2.2rem;
    overflow: hidden;
    min-height: 2.1rem!important;
    position: relative;
    box-sizing: border-box;
    background-color: white;
    /*border-bottom: 1px solid #e7e7e7;*/
}

.s-orderview-sy-item-inner2.long {
    min-height: 2.5rem!important;
}

.s-orderview-s-my-listBlock {
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
}

.s-orderview-item-after {
    font-size: .65rem;
    line-height: 1.3rem;
    white-space: nowrap;
    flex-shrink: 0;
    margin-left: .25rem;
    display: -webkit-flex;
    display: flex;
    max-height: 1.4rem;
    float: right;
    margin-right: 0.75rem;
    text-align: right;
}

.s-orderview-item-zzs {
    color: #d4d4d4;
    float: right;
    position: absolute;
    right: 0.75rem;
    font-size: 11px;
}

.s-orderview-item-after:after {
    position: absolute;
    width: 100%;
    display: block;
    transform-origin: 50% 100%;
    bottom: 0;
    top: auto;
    height: 1px;
    content: '';
    left: 0;
    right: auto;
}

.s-my-listBlock ul:after {
    position: absolute;
    width: 100%;
    background-color: #e7e7e7;
    display: block;
    transform-origin: 50% 100%;
    bottom: 0;
    top: auto;
    height: 1px;
    content: '';
    left: 0;
    right: auto;
}

.s-orderview-s-my-itemContent3 {
    box-sizing: border-box;
    border-bottom: 1px solid #e7e7e7;
    height: 2rem;
    padding-left: 0!important;
    min-height: 2.1rem!important;
    background: #f7f7f9;
}

.marTop {
    margin-top: 0.5rem;
}

.red {
    color: #EA4E4A!important;
}

.marLeft {
    margin-left: 0.75rem;
}
.s-orderview-prompt{
    text-align: center;
    color:#666;
    font-size: 0.6rem;
    line-height: 0.6rem;
    margin: 1.5rem auto 0;
}

.s-orderview-bottom-button {
    width: 10.75rem;
    height: 2rem;
    line-height: 2rem;
    margin:0.5rem auto 0;
    color: #fff;
    background-color: #eb4845;
    border-radius: 1.2rem;
    text-align: center;
    font-size: 1rem;
}

.s-orderview-sy-paycar-bottom {
    position: fixed;
    bottom: 0;
    left: 0;
    height: 2.75rem;
    width: 100%;
    background: #fff;
}

.s-orderview-sy-pay-prompt {
    width: 60%;
    float: left;
}

.s-orderview-sy-pay-prompt ul {
    list-style-type: none;
    font-size: .65rem;
    color: #333;
    margin-left: .75rem;
    margin-top: .425rem;
}

.fontsize-18 {
    font-size: .9rem;
    line-height: 1.1rem;
}


/**car list**/

.s-carsviews-noCarIcon {
    margin: 2.9rem auto 0;
    width: 6.75rem;
    height: 2.45rem;
    background: url(../images/noPlate.png) center center no-repeat;
    background-size: 6.75rem 2.45rem;
}

.s-carsviews-noCarPrompt {
    text-align: center;
    color: #999;
    font-size: .65rem;
    margin: .75rem auto;
}

.s-carsviews-addCar {
    width: 92%;
    height: 2.5rem;
    line-height: 2.5rem;
    border: 1px solid #3FBDD6;
    border-radius: .25rem;
    margin: 0 auto;
    text-align: center;
    font-size: .9rem;
    color: #3FBDD6;
    background: #fff;
}

.s-carsviews-addCar:active {
	transform: scale(0.95);
	transition: all 0.3s ease-out;
}

.s-carsviews-inner:before {
    content: '';
    width: .75rem;
    height: .75rem;
    background: url(../images/carOwnerSprite.png) -2.275rem -5rem no-repeat;
    background-size: 4.275rem 40rem;
    display: inline-block;
    margin-right: .5rem;
}

.s-carsviews-addPlate-prompt {
    text-align: center;
    color: #999;
    font-size: .65rem;
    margin: .75rem auto
}

.s-carsview-haveCars {
    width: 92%;
    height: 4.45rem;
	margin: 0 auto 0.6rem;
    background: #3FBDD6;
    border-radius: .25rem;
    position: relative;
    color: #fff;
    font-size: .75rem;
}

.s-carsviews-carsview01 {
    top: .5rem;
    left: .75rem;
    position: absolute;
    display: inline-block;
}

.s-carsviews-carsview02 {
    top: 1.1rem;
    left: 1.1rem;
    width: 3.05rem;
    height: 1.95rem;
    background: url(../images/carOwnerSprite.png) 0 -20rem no-repeat;
    background-size: 4.275rem 40rem;
    position: absolute;
    display: inline-block;
}

.s-carsviews-carsview03:before {
    content: '';
    width: .6rem;
    height: .7rem;
    background: url(../images/carOwnerSprite.png) 0 -2.5rem no-repeat;
    background-size: 4.275rem 40rem;
    display: inline-block;
    vertical-align: middle;
    margin-right: .25rem;
}

.s-carsviews-carsview03 {
    top: .5rem;
    right: .75rem;
    font-size: .6rem;
    position: absolute;
    display: inline-block;
}

.s-carsviews-carsview04 {
    bottom: 1rem;
    right: .75rem;
    font-size: 1.4rem;
    height: 1.4rem;
    position: absolute;
    display: inline-block;
}


/**car add**/

.s-add-keyboard {
    margin: .6rem auto;
    padding: .6rem auto;
    ;
    height: 2.5rem;
    line-height: 2.5rem;
    color: #fff;
    border-radius: .25rem;
    display: inherit;
    font-size: .9rem;
    text-align: center;
}

.marginStyle {
    margin: 3.8rem auto;
    width: 92%!important;
}


/**bindPhone**/

.login-form {
    margin: 0 0 0.75rem;
    padding-top: 0.6rem;
}

.input-group {
    padding: 0 1rem;
    width: 100%;
    border: 0px solid #eaeaea;
    border-radius: 0px;
    border-width: 1px 0px;
    position: relative;
    display: table;
    border-collapse: separate;
    background: #fff;
}

.input-group-addon {
    background: #fff;
    border: 0;
    width: 10%!important;
    display: table-cell;
    white-space: nowrap;
    vertical-align: middle;
    height: 2.5rem;
    line-height: 2.5rem;
}

@media only screen and (max-width: 359px) {
    .code-before {
        width: 55%!important;
        height: 2.5rem;
        border: 0;
    }
    .mint-button {
        font-size: 15px
    }
    .widthRepeat {
        width: 63%!important;
        display: inline-block
    }
    .s-my-portrait-phoneRelate {
        width: 7rem;
    }
    .sy-myPhone-number {
        background-position: -2.2rem -1.25rem;
    }
    .sy-myPhone-authCode {
        background-position: -2.2rem 0rem;
    }

    .sy-history-info-title {
        margin-top: 1px
    }
}

@media only screen and (min-width: 360px) {
    .widthRepeat {
        width: 63.44%!important;
        display: inline-block
    }
    .sy-history-info-title {
        margin-top: 1px
    }
}

@media only screen and (min-width: 375px) {
    .code-before {
        width: 68%!important;
        height: 2.5rem;
        border: 0;
    }
}

@media only screen and (min-width: 414px) {
    .code-before {
        width: 67%!important;
        height: 2.5rem;
        border: 0;
    }
}

body,
button,
input,
select,
textarea {
    font: 400 14px/1.5 Arial, "Lucida Grande", Verdana, "Microsoft YaHei", hei;
}

.input-context {
    width: 80%;
    height: 2.5rem;
    border: 0;
    outline: none;
}

.icon-loginname {
    background-position: 0 -1.15rem;
    height: 0.825rem;
}

.icon-login {
    background: url(../images/merchants/un_icon.png);
    background-color: #fff;
    background-size: 95px auto;
    width: 0.8rem;
    height: 0.8rem;
    line-height: 1rem;
    display: block;
}

.input-delete {
    height: 2.5rem;
    width: 1.5rem;
    float: right;
    position: absolute;
    margin-left: -1.5rem;
    z-index: 3;
}

.s-quickLogin-btn {
    height: 2rem;
    font-size: 0.5rem;
    background: #00BDD5;
    border: 0;
    border-radius: 0.1rem;
}

.input-decorate {
    width: 1.5rem;
    display: block;
    float: right;
    height: 2.5rem;
    background-color: #fff;
}

.input-decorate .input-delete {
    background: url("../images/merchants/currencySprite.png");
    margin-top: 0.9rem;
    background-size: 3.3rem auto;
    width: 0.65rem;
    height: 0.65rem;
    display: inline-block;
    background-position: 0px 0px;
}

.input-delete-icon {
    background: url(../images/merchants/currencySprite.png);
    margin-top: 1rem;
    margin-right: 1.5rem;
    width: 0.65rem;
    height: 0.65rem;
    display: inline-block;
    background-position: 0px 0px;
    /* float: right; */
}

.s-recordNo-s {
    text-align: center;
    font-size: 0.55rem;
    color: #999;
    height: 2rem;
    line-height: 2rem;
    width: 100%;
    position: absolute;
    bottom: 0.5rem;
    left: 0
}

.s-recordNo-l {
    text-align: center;
    font-size: 0.55rem;
    height: 2rem;
    line-height: 2rem;
    color: #999;
    bottom: 10px;
    width: 100%;
}

.s-fb-upload.cur:after {
    background: url("../images/carOwnerSprite.png") center center no-repeat;
    background-size: 4.275rem 40rem;
}

.s-ali-blue-btn button {
  background: #108ee9!important;
  color: #fff!important;
}

.s-ali-blue-border-btn button {
  border-color: #108ee9!important;
  color: #108ee9!important;
}
.del-icon{
    width: 2rem;
    height: 2rem;
    background: url(../images/members/vipIcon.png) center no-repeat;
    background-size: 21rem;
    background-position: -1rem -16rem;
    margin-top: 1rem;
    margin-left: 16rem;
    position: absolute;
}

/*s-my-quicklinks*/
.s-my-quicklinks {
    background: #00c8e1;
    height: 56px;
    clear: both;
    color: #FFF;
}
.s-my-quicklinks .segementLine {
    margin-top: 8px;
    float: right;
    width: 1px;
    height: 40px;
    /*background: #64E469;*/
    background: rgb(35,217,241);
}
.s-my-quicklinks .divRecord {
    float: left;
    width: 50%;
    height: 56px;
}

.s-my-quicklinks .bindRecord-image {
    float: left;
    height: 30px;
    width: 30px;
    background-image: url("../images/icon.manage.png");
    /*background-position: -1rem -1.45rem;*/
    background-repeat: no-repeat;
    background-size: 100%;
    margin-top: 13px;
    margin-left: 30px;
}

.s-my-quicklinks .bindRecord,
.s-my-quicklinks .statement {
    float: left;
    margin-left: 0.75rem;
    margin-top: 13px;
    font-size: 15px;
    line-height: 2;
}


.s-my-quicklinks .statement-image {
    float: left;
    height: 30px;
    width: 30px;
    background-image: url("../images/merchants/home_icon.png");
    background-position: -18px -26px;
    background-size: 234px 234px;
    margin-top: 13px;
    margin-left: 30px;
}
.s-my-quicklinks div.divRecord:active {
    background: #c6c6c7;
}

.links-list {
    margin-top: 0.5rem;
    padding-left: 0.75rem;
    background-color: #fff;
    border-top: 0.8px solid #EAEAEA;
    border-bottom: 0.8px solid #EAEAEA;
}
.links-list-item {
  height: 2.5rem;
  line-height: 2.5rem;
  border-bottom: 0.8px solid #EAEAEA;
  display: flex;
  /*justify-content: space-between;*/
  align-items: center;
  font-size: 0.72rem;
  position: relative;
}
.links-list-item::after {
    content: "";
    position: absolute;
    right: 0.75rem;
    top: 0.9375rem;
    width: 0.3rem;
    height: 0.625rem;
    background: url(../../static/images/members/access.png) no-repeat;
    background-size: 0.3rem 0.625rem;
}

.links-list-item .icons {
    font-style: normal;
    display: inline-block;
    width: 1.85rem;
    height:1.85rem;
    background: url(../../static/images/defaultPortrait.png) no-repeat;
    background-size: 100%;
    vertical-align: middle;
    margin-right: 0.4rem;
}
.links-list-item .icons-record {
    background-image: url(../../static/images/pay_record.png);
}
.links-list-item .icons-feedback {
    background-image: url(../../static/images/feed_back.png);
}
.links-list-item .icons-rent {
    background-image: url(../../static/images/my_rent.png); 
}
.links-list-item .icons-invoice {
    background-image: url(../../static/images/my_invoice.png);   
}
.links-list-item .icons-setting {
    background-image: url(../../static/images/icon.setting.png);
}
.links-list-item:last-child{
    border-bottom: 0px solid #EAEAEA;
}

.mint-loadmore-text {
        color: #999 !important;
    }