﻿
@media (min-width: 540px) {
    html {
        font-size: 54px;
    }
}
.hidden {
    display: none;
}
header {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 1.18rem;
    padding: 0 0.4rem;
    border-bottom: 1px solid #d9dfe5;
    background-color: #fff;
}
header .title {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    line-height: 1.18rem;
    text-align: center;
    font-size: 0.5rem;
}
header .return {
    width: 0.36rem;
    height: 0.62rem;
    background: url('../image/icon15.png') no-repeat center/100%;
}
header .link {
    font-size: 0.4rem;
	color: #1b57ce;
}
.tipbar {
    display: flex;
    flex-wrap: wrap;
	width: 10.8rem;
    height: 1.9rem;
    padding: 0.3rem 0.4rem;
    font-size: 0.32rem;
    line-height: 0.48rem;
	color: #999999;
}
.list-item {
    display: flex;
    justify-content: space-between;
    height: 2.58rem;
    padding: 0.39rem 0.39rem 0.3rem 1.5rem;
    border-bottom: 1px solid #e8e8e8;
    background: #fff url('../image/icon6.png') no-repeat 0.4rem center/0.5rem;
}
.list-item.selected {
    background-image: url('../image/icon6_a.png');
}
.list .info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.list-item p {
    line-height: 0.6rem;
    font-size: 0.36rem;
    color: #666666;
}
.list-item .heading {
    font-size: 0.45rem;
    color: #000000;
}
.list .info img {
    vertical-align: middle;
    width: 0.64rem;
    height: 0.64rem;
    margin-right: 0.2rem;
}
.list .price {
    margin-top: 1rem;
    font-size: 0.55rem;
}
.total {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 1.8rem;
    width: 10.8rem;
    height: 0.8rem;
    margin: 0 auto;
    line-height: 0.8rem;
    padding-left: 0.4rem;
    background-color: #ffeecd;
    font-size: 0.32rem;
}
.total span {
    color: #f00;
}
.toolbar {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
	width: 10.8rem;
    height: 1.8rem;
    line-height: 1.8rem;
    padding: 0 0.4rem;
    margin: 0 auto;
    background: #fff;
}
.toolbar .btn {
    display: block;
    width: 4.7rem;
	height: 1.1rem;
	line-height: 1.1rem;
	background-color: #ff3000;
	border-radius: 0.08rem;
    text-align: center;
    font-size: 0.45rem;
	color: #ffffff;
}
.toolbar .all {
    padding-left: 0.82rem;
    background:  url('../image/icon6.png') no-repeat left center/0.5rem;
    font-size: 0.45rem;
	color: #000000;
}
.toolbar .all.selected {
    background-image: url('../image/icon6_a.png');
}
.form-title {
	height: 1rem;
    line-height: 1rem;
    padding-left: 0.38rem;
    background-color: #f0f0f0;
    font-size: 0.4rem;
	color: #999999;
}
.form-content {
    background-color: #fff;
    color: #333333;
}
.form-group {
    position: relative;
    display: flex;
    align-items: center;
    height: 1.4rem;
    border-bottom: 1px solid #ebebeb;
}
.form-group label {
    width: 3.4rem;
    padding-left: 0.39rem;
    font-size: 0.42rem;
}
.form-group label i {
    color: #f33910;
    font-size: 0.42rem;
}
.form-detail {
    position: relative;
    display: flex;
    align-items: center;
    flex: 1;
    height: 100%;
    font-size: 0.4rem;
}
.form-detail input {
    width: 100%;
    height: 100%;
    font-size: 0.4rem;
}
.form-group .radio {
    padding-left: 0.55rem;
    margin-right: 1.27rem;
    background:  url('../image/icon7.png') no-repeat left center/0.4rem;
    font-size: 0.4rem;
}
.form-group .radio.selected {
    background-image: url('../image/icon7_a.png');
}
.fpmoney .form-detail {
    display: flex;
    align-items: center;
    font-size: 0.45rem;
}
.fpname .icon-add {
    position: absolute;
    top: 50%;
    right: 0.4rem;
    transform: translateY(-50%);
    width: 0.47rem;
    height: 0.42rem;
    background:  url('../image/icon8.png') no-repeat center/100%;
}
.fpcontent .form-detail::after {
    content: '';
    position: absolute;
    left: 1rem;
    width: 0.22rem;
    height: 0.22rem;
    margin-left: 2.08rem;
    margin-top: -0.1rem;
    border-left: 2px solid #b4b4b4;
    border-bottom: 2px solid #b4b4b4;
    transform: rotate(-45deg);
}
.phonenum input {
    width: 60%;
}
.phonenum .btn-send{
    width: 30%;
    padding: 0.1rem 0;
    border: 1px solid #f33910;
    color: #f33910;
    text-align: center;
}
.form .more {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 1.4rem;
    font-size: 0.45rem;
    text-align: center;
} 
.form .more span {
    color: #3458ee;
} 
.form .more::after {
    content: '';
    width: 0.22rem;
    height: 0.22rem;
    border-left: 2px solid #333;
    border-bottom: 2px solid #333;
    transform: rotate(-45deg);
}
.form .more.active {
    background-color: #fff4f4;
}
.form .more.active::after {
    transform: rotate(135deg) translateY(-50%);
}
.btn-submit {
    display: block;
	width: 10rem;
    height: 1.35rem;
    line-height: 1.35rem;
    margin: 0.9rem auto 0.47rem;
	background-color: #f33910;
    border-radius: 0.08rem;
    font-size: 0.5rem;
    color: #ffffff;
    text-align: center;
}
.setting {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 1.9rem;
    padding: 0 0.4rem;
    margin-top: 0.18rem;
    background-color: #fff;
}
.setting label {
    display: flex;
    flex-direction: column;
    justify-content: center;
    line-height: 0.36rem;
    font-size: 0.36rem;
    color: #333333;
    color: #b4b4b4;
}
.setting label h4 {
    margin-bottom: 0.18rem;
    font-weight: normal;
    font-size: 0.45rem;
    color: #333333;
}
.setting .handle {
    width: 1.2rem;
    height: 0.6rem;
    background: url('../image/icon101.png') no-repeat center/100%;
}
.setting .handle.active {
    background-image: url('../image/icon10_a.png');
}
.success {
    text-align: center;
}
.success img {
    width: 2.6rem;
    height: 2.6rem;
    margin: 3.4rem 0 0.47rem;
}
.success h4 {
    margin-bottom: 0.7rem;
    font-size: 0.55rem;
}
.success p {
    font-size: 0.4rem;
    color: #333333;
}
.success .btns,
.preview .btns,
.detail .btns {
    position: absolute;
    bottom: 0.55rem;
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0 0.4rem;
}
.detail .btns {
    position: static;
    padding: 0 0.2rem;
}
.success .btns a,
.preview .btns a,
.detail .btns a {
    width: 4.73rem;
	height: 1.2rem;
    line-height: 1.2rem;
    background-color: #ffffff;
    border-radius: 0.08rem;
    border: solid 1px #949494;
    font-size: 0.45rem;
    color: #333333;
    text-align: center;
}
.success .btns .btn-submit,
.preview .btns a,
.detail .btns a {
    margin: 0;
    border-color: #ff3000;
    background-color: #ff3000;
    color: #fff;
}
.preview img,
.detail img {
    display: block;
    width: 10rem;
    height: 6.46rem;
    margin: 0.4rem auto 0;
    box-shadow: 0rem 0rem 0.2rem 0rem rgba(6, 0, 1, 0.15);
}
.detail {
    padding: 0.47rem 0.25rem 0; 
}
.detail .panel {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 2rem;
    margin-bottom: 0.33rem;
	background-color: #ffffff;
	border-radius: 0.2rem;
    padding: 0 0.54rem 0 0.39rem;
    font-size: 0.39rem;
	color: #666666;
}
.detail .panel:nth-child(2) {
    padding-top: 0.6rem;
    height: auto;
    flex-direction: column;
}
.detail .panel a {
    font-size: 0.39rem;
	color: #3c95e9;
}
.detail .panel .item {
    display: flex;
    line-height: 1rem;
}
.detail .panel:nth-child(2) label {
    width: 2.14rem;
}
.detail .panel:nth-child(2) .content {
    width: 7rem;
    font-size: 0.39rem;
	color: #333333;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.detail .panel:nth-child(2) i {
    color: #e73434;
}
.detail .panel:nth-child(2) .more {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 1.18rem;
    margin-top: 0.2rem;
    border-top: 1px solid #d9d9d9;
    text-align: center;
	color: #a6a6a6;
}
.detail .panel:nth-child(2) .more::after {
    content: '';
    width: 0.22rem;
    height: 0.22rem;
    margin-left: 0.17rem;
    margin-top: -0.1rem;
    border-left: 2px solid #a6a6a6;
    border-bottom: 2px solid #a6a6a6;
    transform: rotate(-45deg);
}
.detail .panel:nth-child(2) .more.active::after {
    transform: rotate(135deg) translateY(-50%);
}
.history .panel {
    width: 9.98rem;
    height: 3.29rem;
    margin: 0.35rem auto 0;
	background-color: #ffffff;
	box-shadow: 0rem 0.01rem 0.03rem 0rem rgba(6, 0, 1, 0.2);
	border-radius: 0.1rem;
	border: solid 0.01rem #ffffff;
}
.history .panel-header {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0.4rem 0.5rem 0.36rem;
    height: 2.14rem;
    background-color: #fafafa;
}
.history .active .panel-header {
    background-color: #f1f9ff;
}
.history .time {
    padding-left: 0.5rem;
    background: url('../image/icon122.png') left center/0.32rem no-repeat;
    font-size: 0.36rem;
	color: #999999;
}
.history .fee {
    display: flex;
    justify-content: space-between;
    font-size: 0.45rem;
}
.history .fee span {
    font-size: 0.54rem;
}
.history .panel-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 1.19rem;
    padding: 0 0.5rem;
    font-size: 0.42rem;
	color: #999999;
}
.history .btn-detail {
    display: block;
	width: 2.11rem;
	height: 0.72rem;
	line-height: 0.72rem;
	border-radius: 0.09rem;
    border: solid 1px #4894d1;
    font-size: 0.36rem;
    color: #4894d1;
    text-align: center;
}
.error-img {
    display: block;
    width: 7.41rem;
    height: 4.1rem;
    margin: 3.3rem auto 0;
}
.login {
    height: 100%;
    background-color: #fff;
}
.login-banner {
    width: 10.8rem;
    height: 4.69rem;
    margin-bottom: 1.82rem;
}
.login .input-group {
    margin: 0 1.43rem 0.46rem;
    background:url('../image/icon13.png') no-repeat left center/0.54rem 0.58rem;
    padding-left: 0.95rem;
}
.login .input-group:nth-of-type(2) {
    background-image: url('../image/icon14.png');
    margin-bottom: 1.22rem;
}
.login input {
    display: block;
    width: 100%;
    padding: 0.25rem 0;
    border-bottom: 1px solid #bbb;
    font-size: 0.405rem;
}
.btn-login {
    display: block;
    width: 8.1rem;
	height: 1.3rem;
    line-height: 1.3rem;
    margin: 0 auto;
	background-color: #1b66e6;
    border-radius: 0.642rem;
    font-size: 0.54rem;
    color: #ffffff;
    text-align: center;
}
.modal {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .5);
    z-index: 10;
}
.modal-dialog {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 11;
}
.modal1 .modal-dialog {
    height: 6.78rem;
    padding-bottom: 1.55rem;
	background-color: #ffffff;
	border-radius: 0.3rem 0.3rem 0rem 0rem;
}
.modal1 .modal-body {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.modal1 .item {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.45rem;
}
.modal1 .item.selected {
    color: #ff3000;
}
.modal1 .modal-footer {
    display: flex;
}
.modal1 .modal-footer a {
    flex: 1;
	height: 1.55rem;
	line-height: 1.55rem;
    background-color: #ff3000;
    color: #fff;
    font-size: 0.45rem;
    text-align: center;
}
.modal1 .modal-footer .btn-cancel {
    background-color: #f5f5f5;
    color: #333;
}
.modal2 .modal-dialog,
.modal3 .modal-dialog {
    width: 10.8rem;
    height: 6.15rem;
	background-color: #ffffff;
	border-radius: 0.2rem 0.2rem 0 0;
}
.modal2 .close,
.modal3 .close {
    position: absolute;
    left: 0.2rem;
    top: 0.2rem;
    width: 0.61rem;
    height: 0.61rem;
    background:  url('../image/icon9.png') no-repeat center/100%;
}
.modal2 p {
    margin-top: 1.53rem;
    font-size: 0.45rem;
    color: #333;
    text-align: center;
}
.modal2 .btn-add,
.modal3 .btn-add {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0.47rem;
    width: 10rem;
	height: 1.35rem;
	line-height: 1.35rem;
	background-color: #2797ff;
    border-radius: 0.08rem;
    font-size: 0.5rem;
    color: #ffffff;
    text-align: center;
}
.modal3 .modal-dialog {
    height: 9.65rem;
    padding-top: 1.08rem;
    padding-bottom: 1.82rem;
}
.modal3 .items {
    padding: 0 0.6rem;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
}
.modal3 .item {
    position: relative;
    height: 1.4rem;
}
.modal3 .item>div {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    overflow: hidden;
}
.modal3 .item>div.auto{
    overflow: visible;
}
.modal3 .item::-webkit-scrollbar {
    display: none;
}
.modal3 .item .con {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 1.4rem;
    border-bottom: 1px solid #ebebeb;
    font-size: 0.45rem;
	color: #333333;
}
.modal3 .item .name {
    width: 8.7rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.modal3 .item .icon {
    width: 0.4rem;
    height: 0.4rem;
    background:  url('../image/icon7.png') no-repeat center/100%;
}
.modal3 .item.selected .icon {
    background-image: url('../image/icon7_a.png');
}
.modal3 .btns {
    display: flex;
    padding-left: 1.2rem;
    border-bottom: 1px solid #ebebeb;
}
.modal3 .btns>span {
    width: 1.3rem;
	height: 1.4rem;
	line-height: 1.4rem;
    background-color: #ffb901;
    font-size: 0.45rem;
    color: #ffffff;
    text-align: center;
}
.modal3 .btns>span:nth-child(2) {
    background-color: #f42201;
}
.modal4 .modal-dialog {
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
	width: 9.7rem;
	height: 15.08rem;
	background-color: #ffffff;
    border-radius: 0.08rem;
}
.modal4 .modal-title {
    padding: 1.2rem 0.87rem 0.8rem;
    font-size: 0.5rem;
	line-height: 0.75rem;
	color: #000000;
}
.modal4 .modal-body {
    padding: 0 0.87rem 0 1.3rem;
    font-size: 0.4rem;
	line-height: 1.05rem;
	color: #333333;
}
.modal4 .modal-body label {
    color: #999;
}
.modal4 .modal-footer {
    position: absolute;
    bottom: 1rem;
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0 0.72rem;
}
.modal4 .modal-footer a {
    width: 3.9rem;
	height: 1.2rem;
	line-height: 1.2rem;
	background-color: #ffffff;
	border-radius: 0.08rem;
    border: solid 1px #949494;
    font-size: 0.45rem;
    color: #333333;
    text-align: center;
}
.modal4 .modal-footer .btn-submit {
    margin: 0;
    border-color: #ff3000;
    background-color: #ff3000;
    color: #fff;
}
.modal5 .modal-dialog {
    width: 9.6rem;
    height: 5.42rem;
    left: 50%;
    top: 5.03rem;
    transform: translateX(-50%);
	background-color: #ffffff;
    border-radius: 0.08rem;
}
.modal5 .modal-title {
    margin: 0.7rem 0 0.56rem;
    text-align: center;
    font-size: 0.54rem;
	color: #333333;
}
.modal5 input {
    display: block;
	width: 8.61rem;
    height: 1.27rem;
    line-height: 1.27rem;
    padding-left: 0.3rem;
    margin: 0 auto;
	background-color: #f6f7f9;
    border-radius: 0.16rem;
}
.modal5 .modal-footer {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    border-top: 1px solid #dee6ec;
}
.modal5 .modal-footer a {
    position: relative;
    flex: 1;
    height: 1.55rem;
    line-height: 1.55rem;
    font-size: 0.55rem;
    text-align: center;
}
.modal5 .btn-send {
    color: #3262de;
}
.modal5 .btn-send::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.09rem;
    width: 1px;
	height: 1.31rem;
	background-color: #dee6ec;
}