* {
	box-sizing: border-box;
}

.content{
	padding-top: 112px;
}

.v-line {
	display: inline-block;
	width: 1px;
	background: #cccccc;
	height: 12px;
	margin-left: 15px;
	margin-right: 15px;
}

.banner {
	width: 100%;
	height: 140px;
	position: relative;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}

.banner-img {
	height: 100%;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.banner .btn-send{
	width: 150px;
	height: 44px;
	background: #ffb251;
	z-index: 2;
	font-size: 18px;
}
.column {
	display: flex;
	flex-wrap: wrap;
}
.item{
	width: 590px;
	background: #fff;
		font-size: 14px;
		margin-bottom: 20px;
}
.column .item:not(:nth-child(2n)){
	margin-right: 20px;
}

.item-hd{
	padding: 20px 30px;
	border-bottom: 1px solid #f0f0f0;
}
.item-bd{
	padding: 24px 30px;
}
.address{
	margin-bottom: 10px;
}
.address span{
	font-weight: 600;
}
.address .iconfont{
	font-size: 26px;
	vertical-align: -3px;
}
.item-ft{
	padding: 0 30px;
}
.item-ft-inner{
	border-top: 1px solid #f0f0f0;
	padding: 15px 0;
}

.item-ft .btn:hover{
	opacity: .8;
}
.item .iconfont{
	margin-right: 5px;
	font-weight: normal;
}
.item-bd em{
	color: #666;
}
/*弹窗样式*/
.transfer-dom {
    font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "\5FAE\8F6F\96C5\9ED1", Arial, sans-serif;
    font-size: 14px;
    line-height: 1.5;
    color: #333;
    -webkit-font-smoothing: antialiased;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    margin: 0;
    padding: 0;
}

.modal-mask {
    font-size: 14px;
    line-height: 1.5;
    color: #333;
    -webkit-font-smoothing: antialiased;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    margin: 0;
    padding: 0;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(55, 55, 55, 0.6);
    height: 100%;
    z-index: 1008;
}

.modal-wrap {
    font-size: 14px;
    line-height: 1.5;
    color: #333;
    -webkit-font-smoothing: antialiased;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    margin: 0;
    padding: 0;
    position: fixed;
    overflow: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    outline: 0;
    z-index: 1008;
}

.modal {
    font-size: 14px;
    line-height: 1.5;
    color: #333;
    -webkit-font-smoothing: antialiased;
    padding: 0;
    margin: 0 auto;
    position: relative;
    outline: none;
    top: 100px;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    width: 416px;
}

.modal-content {
    font-size: 14px;
    line-height: 1.5;
    color: #333;
    -webkit-font-smoothing: antialiased;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    position: relative;
    background-color: #fff;
    border: 0;
    background-clip: padding-box;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.modal-body {
    color: #333;
    -webkit-font-smoothing: antialiased;
    margin: 0;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    line-height: 1.5;
    padding: 20px;
    font-size: 14px;
}

.modal-confirm {
    color: #333;
    -webkit-font-smoothing: antialiased;
    line-height: 1.5;
    font-size: 14px;
    margin: 0;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    padding-left: 0;
    padding-right: 0;
}

.modal-confirm-head {
    color: #333;
    -webkit-font-smoothing: antialiased;
    line-height: 1.5;
    font-size: 14px;
    margin: 0;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    padding: 0 12px 0 0;
}

.modal-confirm-head-icon-confirm {
    -webkit-font-smoothing: antialiased;
    line-height: 1.5;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    font-size: 28px;
    vertical-align: middle;
    position: relative;
    top: -2px;
    color: #ff9900;
    display: none;
}

.icon-ios-help-circle {
    font-size: 28px;
    color: #ff9900;
    display: inline-block;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: optimizeLegibility;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    vertical-align: -0.125em;
    text-align: center;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.modal-confirm-head-title {
    -webkit-font-smoothing: antialiased;
    line-height: 1.5;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    display: inline-block;
    vertical-align: middle;
    color: #17233d;
    font-weight: 500;
    margin-left: 0;
    font-size: 16px;
}

.modal-confirm-body {
    -webkit-font-smoothing: antialiased;
    line-height: 1.5;
    margin: 0;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    font-size: 14px;
    color: #333;
    position: relative;
    padding: 20px 0;
}

.modal-confirm-footer {
    color: #333;
    -webkit-font-smoothing: antialiased;
    line-height: 1.5;
    font-size: 14px;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    margin-top: 20px;
    text-align: center;
    padding-bottom: 10px;
}

.btn-text {
    -webkit-font-smoothing: antialiased;
    overflow: visible;
    text-transform: none;
    margin: 0;
    font-family: inherit;
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    white-space: nowrap;
    line-height: 1.5;
    user-select: none;
    padding: 0 15px;
    font-size: 14px;
    border-radius: 2px;
    transition: color 0.2s linear, background-color 0.2s linear, border 0.2s linear, box-shadow 0.2s linear, -webkit-box-shadow 0.2s linear;
    outline: 0;
    color: #333;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-appearance: button;
    width: 100px;
    height: 36px;
    padding-left: 0;
    padding-right: 0;
    border: 1px solid #e5e5e5;
    background: #fafafa;
}

.btn-primary {
    -webkit-font-smoothing: antialiased;
    overflow: visible;
    text-transform: none;
    margin: 0;
    font-family: inherit;
    display: inline-block;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    line-height: 1.5;
    user-select: none;
    padding: 0 15px;
    font-size: 14px;
    border-radius: 2px;
    transition: color 0.2s linear, background-color 0.2s linear, border 0.2s linear, box-shadow 0.2s linear, -webkit-box-shadow 0.2s linear;
    outline: 0;
    color: #fff;
    background-color: #0088f5;
    border-color: #0088f5;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-appearance: button;
    margin-bottom: 0;
    margin-left: 1px;
    width: 100px;
    height: 36px;
    padding-left: 0;
    padding-right: 0;
}
button+button{
    margin-left:50px !important;
}