@CHARSET "UTF-8";
body{
	position:relative;
}
#app{
	overflow-y:auto;
}
.banner{
	width:100%;
	height:200px;
	overflow:hidden;
}
.banner img{
	width:100%;
	height:100%;
}
.container{
	width:100%;
	max-width:1320px;
	margin:40px auto 0 auto;
}
.Tab_tittle_wrap{
	width:100%;
	height:70px;
	display: -moz-box;
	display: -webkit-box;
	display: -o-box;
	display: box;
	display: -ms-flexbox;
}
.Tab_tittle_wrap .Tab_tittle{
	width:calc((100% - 80px)/4);
	height:100%;
	line-height:70px;
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-o-box-flex: 1;
	-ms-box-flex: 1;
	box-flex: 1;
	margin: 0 10px;
}
.Tab_tittle_wrap .Tab_tittle{
	background-color:#dbdbdb;
	text-align:center;
	cursor:pointer;
	color:#333;
}
.Tab_tittle_wrap .Tab_tittle.active{
	color:#fff;
	background-color:#49ccf4;
}
.Tab_tittle_wrap .Tab_tittle:hover{
	color:#fff;
	background-color:#49ccf4;
}
/* .Tab_tittle_wrap .Tab_tittle:nth-child(1){
	float:left;
}
.Tab_tittle_wrap .Tab_tittle:nth-child(2){
	float:left;
	margin-left:30px;
}
.Tab_tittle_wrap .Tab_tittle:nth-child(3){
	float:right;
} */
.Tab_item_wrap{
	width:100%;
}
.Tab_item_wrap .Tab_item{
	width:100%;
	display:none;
}
.Tab_item_wrap .Tab_item.show{
	display:block;
}
.ItemTitle{
	width:100%;
	text-align:center;
	color:#363636;
	line-height:27px;
	margin:33px 0;
}
.ItemTitle h1{
	font-size:18px;
}
.ItemTitle h2{
	font-weight:normal;
	font-size:18px;
}
.ColumnTitle{
	width:100%;
	height:60px;
	line-height:60px;
	text-align:center;
	color:#49ccf4;
	font-size:18px;
	font-weight:bold;
	position:relative;
}
.ColumnTitle:before{
	content:'';
	display:block;
	background-color:#eaeaea;
	height:1px;
	width:calc((100% - 150px)/2);
	position:absolute;
	left:0;
	top:29px;
}
.ColumnTitle:after{
	content:'';
	display:block;
	background-color:#eaeaea;
	height:1px;
	width:calc((100% - 150px)/2);
	position:absolute;
	right:0;
	top:29px;
}
.SelectColumn{
	width:100%;
}
.last-SelectColumn{
	margin-bottom:152px;
}
.SelectList{
	width:100%;
	margin:20px 0;
}
.SelectList:after{
	content:'';
	display:block;
	clear:both;
}
.SelectList .SelectLabel{
	width:180px;
	float:left;
	font-size:18px;
	color:#363636;
}
.SelectLabel.new{
	position: relative;
}
.SelectLabel.new::before{
	content: 'new';
    display: block;
    position: absolute;
    width: 28px;
    height: 12px;
    background-color: #ff0000;
    color: #fff;
    line-height: 8px;
    font-size: 12px;
    text-align: center;
    transform: scale(0.9);
    border-radius: 2px;
    border-bottom-left-radius: 0;
    top: -4px;
    right: 60px;
}
.SelectLabel.new::after{
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-width: 0 0 5px 8px;
    border-style: solid;
    border-color: transparent transparent transparent #f00;
    top: 7px;
    right: 79px;
}
.SelectList .SelectContent{
	width:calc(100% - 180px);
	float:left;
}
.SelectContent>p{
	font-size:16px;
	line-height:24px;
	color:#7d7d7d;
	clear:both;
}
.SelectContent>button{
 	width:240px;
 	height:46px;
 	border:none;
 	background-color:#e5e5e5;
 	margin:10px 20px 10px 0;
 	cursor:pointer;
 	outline:none;
}
.SelectContent>button.active{
	color: #fff;
    background-color: #49ccf4;
}
.SelectContent>button.locked{
	color: #fff;
    background-color: #49ccf4;
    background-image:url(../imgFolder/servicepricelocked.png);
    background-repeat:no-repeat;
    background-position: 220px 25px;
}
.SelectContent>a{
	width:120px;
 	height:46px;
 	border:1px solid #22b761;
 	display:inline-block;
 	color:#22b761;
 	margin: 10px 20px 10px 0;
 	text-align:center;
 	line-height:46px;
	 cursor:pointer;
	 display: none;
}
.SelectContent>a:hover{
	background-color:#22b761;
	color:#fff;
}
.SelectContent>button:hover{
	color: #fff;
    background-color: #49ccf4;
}
.SelectContent>button.new{
	position:relative;
}
.SelectContent>button.new:before{
	content:'new';
	display:block;
	position:absolute;
	width:28px;
	height:12px;
	background-color:#ff0000;
	color:#fff;
	line-height:8px;
	font-size:12px;
	text-align:center;
    transform: scale(0.9);
    border-radius:2px;
    border-bottom-left-radius: 0;
    top:-4px;
    right:-4px;
}
.SelectContent>button.new:after{
	content:'';
	display:block;
	position:absolute;
	width:0;
	height:0;
	border-width:0 0 5px 8px;
    border-style:solid;
    border-color:transparent transparent transparent #f00;
    top: 7px;
    right: 15px;
}
.SelectContent .num_oInp{
	width:240px;
	height:46px;
	line-height:46px;
}
.SelectContent .num_oInp span{
	font-size:16px;
	color:#363636;
	display:inline-block;
	width:136px;
	
}
.SelectContent .num_oInp button{
	width:28px;
	height:28px;
	border:1px solid #e5e5e5;
	background-color:#fff;
	text-align:center;
	box-sizing:border-box;
	cursor:pointer;
	outline:none;
}
.SelectContent .num_oInp button:hover{
	background-color:#eee;
}
.SelectContent .num_oInp input[type=text]{
	width:48px;
	height:28px;
	box-sizing:border-box;
	border:1px solid #e5e5e5;
	text-align:center;
}
.SelectContentWithTips button{
	width:240px;
 	height:46px;
 	border:none;
 	background-color:#e5e5e5;
 	margin:10px 20px 10px 0;
 	cursor:pointer;
 	outline:none;
}
.SelectContentWithTips button.active{
	color: #fff;
    background-color: #49ccf4;
}
.SelectContentWithTips button:hover{
	color: #fff;
    background-color: #49ccf4;
}
.SelectContentWithTips span{
	background-color:#fef8ec;
	color:#795317;
	font-size:14px;
	padding:5px 10px;
	position:relative;
}
.SelectContentWithTips span:before{
	content:'';
	display:block;
	width:0;
	height:0;
	border-top:5px solid transparent;
	border-bottom:5px solid transparent;
	border-right:8px solid #fef8ec;
	left:-8px;
	top:10px;
	position:absolute;
}
.FreeBoxContainer{
	display:block;
	width:100%;
}
.FreeBoxContainer:after{
	content:'';
	display:block;
	clear:both;
}
.FreeBoxContainer .FreeColumnList{
	width:100%;
	height:240px;
	float:left;
	margin:10px 0;
	border:1px solid #ededed;
	text-align:center;
	box-sizing:border-box;
}
@media screen and (min-width:1341px){
	.FreeBoxContainer .FreeColumnList{
		width:240px;
		margin-right:30px;
	}
	.FreeBoxContainer .FreeColumnList:nth-child(5n+0){
		margin-right:0;
	}
}
@media screen and (min-width:1090px) and (max-width:1340px){
	.FreeBoxContainer .FreeColumnList{
		width:18%;
		margin-right:2.5%;
	}
	.FreeBoxContainer .FreeColumnList:nth-child(5n+0){
		margin-right:0;
	}
}
@media screen and (min-width:820px) and (max-width:1090px){
	.FreeBoxContainer .FreeColumnList{
		width:22%;
		margin-right:4%;
	}
	.FreeBoxContainer .FreeColumnList:nth-child(4n+0){
		margin-right:0;
	}
}
@media screen and (min-width:550px) and (max-width:820px){
	.FreeBoxContainer .FreeColumnList{
		width:30%;
		margin-right:5%;
	}
	.FreeBoxContainer .FreeColumnList:nth-child(3n+0){
		margin-right:0;
	}
}
@media screen and (min-width:360px) and (max-width:550px){
	.FreeBoxContainer .FreeColumnList{
		width:48%;
		margin-right:4%;
	}
	.FreeBoxContainer .FreeColumnList:nth-child(2n+0){
		margin-right:0;
	}
}
.FreeColumnList .FreeColumnListTitle{
	width:100%;
	height:80px;
	border-bottom:1px solid #e9e9e9;
	line-height:80px;
	background-color:#f3f3f3;
    font-weight: bold;
}
.FreeColumnList .new{
	position:relative;
}
.FreeColumnList .new:before{
	content:'new';
	display:block;
	position:absolute;
	width:28px;
	height:12px;
	background-color:#ff0000;
	color:#fff;
	line-height:8px;
	font-size:12px;
	text-align:center;
    transform: scale(0.9);
    border-radius:2px;
    border-bottom-left-radius: 0;
    
}
.FreeColumnList .new:after{
	content:'';
	display:block;
	position:absolute;
	width:0;
	height:0;
	border-width:0 0 5px 8px;
    border-style:solid;
    border-color:transparent transparent transparent #f00;
    
}
.FreeColumnList .FreeColumnListTitle:before{
	top:16px;
    right:46px;
}
.FreeColumnList .FreeColumnListTitle:after{
	top: 27px;
    right: 65px;
}
.FreeColumnList.ShipDetailColumn .FreeColumnListContent .FreeColumnListText.new:before{
	right: 50px;
    top: -10px;
}
.FreeColumnList.ShipDetailColumn .FreeColumnListContent .FreeColumnListText.new:after{
	right: 69px;
    top: 1px;
}
.FreeColumnList.IntelligentWarning .FreeColumnListContent .FreeColumnListText.new:before{
	top: 28px;
    right: 90px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 2px;
}
.FreeColumnList.PortDetailColumnList .FreeColumnListContent{
	padding:0 40px;
}
.FreeColumnList.PortDetailColumnList .FreeColumnListContent .FreeColumnListText .textLabel01:before{
    right: -5px;
    top: -15px;
}
.FreeColumnList.PortDetailColumnList .FreeColumnListContent .FreeColumnListText .textLabel01:after{
	top: -4px;
    right: 14px;
}
.FreeColumnList.PortDetailColumnList .FreeColumnListContent .FreeColumnListText .textLabel02:before{
    top: 25px;
    right: 10px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 2px;
}
.FreeColumnList.PortDetailColumnList .FreeColumnListContent .FreeColumnListText .textLabel02:after{
	border-width:5px 0 0 8px;
	top: 21px;
    right: 29px;
}
.FreeColumnList.PortDetailColumnList .FreeColumnListContent .FreeColumnListText .textLabel03:before{
	border-top-left-radius: 0;
    border-bottom-left-radius: 2px;
    top: 25px;
    right: 0px;
}
.FreeColumnList.PortDetailColumnList .FreeColumnListContent .FreeColumnListText .textLabel03:after{
	border-width:5px 0 0 8px;
	top: 21px;
    right: 19px;
}
.FreeColumnList.IntelligentWarning .FreeColumnListContent .FreeColumnListText.new:after{
	border-width:5px 0 0 8px;
	right: 109px;
    top: 24px;
}
.FreeColumnList.ShipDetailColumn .FreeColumnListTitle{
	position:relative;
}
.FreeColumnList.ShipDetailColumn .FreeColumnListTitle:before{
	width:49px;
	height:49px;
	background-color:#f24848;
	border-bottom-right-radius:9px;
	display:block;
	position:absolute;
	top:0;
	left:0;
	color:#fff;
	font-weight:normal;
	line-height:20px;
	box-sizing: border-box;
    padding: 5px;
}
.FreeColumnList.ShipDetailColumn .FreeColumnListTitle.zh:before{
	content:'开放查询';
}
.FreeColumnList.ShipDetailColumn .FreeColumnListTitle.en:before{
	content:'Open Query';
}

.FreeColumnList.IntelligentWarning .FreeColumnListTitle{
	position:relative;
}
.FreeColumnList.IntelligentWarning .FreeColumnListTitle:before{
	width:49px;
	height:49px;
	background-color:#f2a848;
	border-bottom-right-radius:9px;
	display:block;
	position:absolute;
	top:0;
	left:0;
	color:#fff;
	font-weight:normal;
	line-height:20px;
	box-sizing: border-box;
    padding: 5px;
}
.FreeColumnList.IntelligentWarning .FreeColumnListTitle.zh:before{
	content:'更多选择';
}
.FreeColumnList.IntelligentWarning .FreeColumnListTitle.en:before{
	content:'More Choose';
}
.FreeColumnList .FreeColumnListContent{
	margin-top:40px;
	padding:0 10px;
	box-sizing:border-box;
}
.FreeColumnList .FreeColumnListContent p{
	line-height:26px;
	font-size:14px;
	color:#7d7d7d;
}
.FreeColumnList .FreeColumnListContent p.blueColor{
	color:#49ccf4;
}
.FreeBtnBox{
	width:100%;
	height:50px;
	margin:40px 0;
	text-align:center;
}
.FreeBtnBox button{
	width:200px;
	height:50px;
	border-radius:4px;
	color:#fff;
	background-color:#49ccf4;
	border:none;
	font-size:16px;
	font-weight:bold;
	cursor:pointer;
	outline:none;
}
.FreeBtnBox button:hover{
	background-color:#33b4db;
}
.FreeProbation{
	width:100%;
	height:210px;
}
.FreeProbation>div{
	width:100%;
	height:70px;
	line-height:70px;
	text-align:center;
	fon-size:18px;
	font-weight:bold;
}
.FreeProbation>table{
	width:100%;
	text-align:center;
	border:1px solid #e9e9e9;
	box-sizing:border-box;
	border-bottom:none;
	border-right:none;
}
.FreeProbation>table tr{
	height:70px;
}
.FreeProbation>table tr td{
	fon-size:18px;
	font-weight:bold;
	border-bottom:1px solid #e9e9e9;
	border-right:1px solid #e9e9e9;
}
.BottomQRCode{
	width:720px;
	margin:30px auto;
}
.BottomQRCode:after{
	content:'';
	display:block;
	clear:both;
}
.BottomQRCode>div{
	width:33.333%;
	float:left;
	padding:0 15px;
	box-sizing:border-box;
	text-align:center;
}
.BottomQRCode>div h1{
	font-size:18px;
	color:#363636;
	line-height:26px;
}
.BottomQRCode>div p{
	line-height:26px;
}
.BottomQRCode>div img{
	width:80%;
	display:block;
	margin:0 auto;
}
.BottomQRCode>div h2{
	font-size:18px;
	color:#363636;
	line-height:26px;
}
.DataReport{
	width:100%;
	margin:30px 0;
}
.DataReport:after{
	content:'';
	display: block;
	clear: both;
}
.DataReport>div{
	width: calc(50% - 10px);
	margin: 10px 0;
}
.DataReport>div:nth-child(odd){
	float: left;
    margin-right: 20px;
}
.DataReport>div:nth-child(even){
	float: right;
}
.DataReport>div h2{
	width: 100%;
	line-height: 40px;
	font-size: 18px;
	font-weight: normal;
}
.DataReport>div img{
	margin: 10px 0;
	max-width: 100%;
}
.DataReport>div p{
	font-size: 14px;
    color: #888;
    text-align: justify;
}
.DataReport section{
	clear: both;
    width: 100%;
    text-align: center;
}
.DataReport section div span{
	font-size: 16px;
    color: #333;
    letter-spacing: 2px;
    line-height: 30px;
}
.DataReport section div a{
	font-size: 16px;
    color: #00B0F0;
    letter-spacing: 2px;
    line-height: 30px;
    cursor: unset;
}
.totalFigure{
    background-color: #fff;
    border-top: 2px solid #eee;
    position:fixed;
    bottom:90px;
    left:0;
    width: 100%;
}
.totalFigureCenter{
	width:100%;
	max-width:1320px;
	height:100%;
	margin:0 auto;
	padding:10px 0;
	font-size: 14px;
	line-height: 25px;
}
.totalFigureCenter:after{
	content:'';
	display: block;
	clear: both;
}
.totalFigureCenter .showSelectedList{
	width: calc(100% - 180px);
	float: left;
}
.totalFigureCenter .showSelectedList:after{
	content:'';
	display: block;
	clear: both;
}
.totalFigureCenter .customerService{
	width: 160px;
	float: left;
}
.totalFigureCenter .customerService button{
	width: 160px;
    height: 86px;
    border-radius: 4px;
    color: #fff;
    background-color: #49ccf4;
    border: 1px solid #49ccf4;
    font-size: 28px;
    cursor: pointer;
    outline: none;
    display: inline-block;
    line-height: 36px;
    vertical-align: middle;
}
.totalFigureCenter .customerService button:hover{
	border:none;
	color: #fff;
    background-color: #49ccf4;
}
.showSelectedList .showSelectedListTitle{
	width: 120px;
	float: left;
}
.showSelectedList .showSelectedListContent{
	width: calc(100% - 140px);
	float: right;
	color: #666;
}
.showSelectedListContent .showSelectedListItem{
	width: 100%;
	display: none;
}
.showSelectedListContent .showSelectedListItem.showDom{
	display: block;
}
.showSelectedListContent .showSelectedListItem:after{
	content:'';
	display: block;
	clear: both;
}
.showSelectedListItem .showSelectedListLabel{
	width: 120px;
	display: block;
	float: left;
}
.showSelectedListItem .showSelectedListState{
	width: calc(100% - 130px);
	display: block;
	float: right;
}
.totalFigure div.FigureNum{
	float:left;
}
.totalFigure div.FigureNum label{
	margin-right:20px;
}
.totalFigure div.FigureNum span{
	margin-right:20px;
}
.totalFigure div.FigureNum button{
	width: 100px;
    height: 34px;
    border-radius: 4px;
    color: #fff;
    background-color: #49ccf4;
    border: none;
    font-size: 14px;
    cursor: pointer;
    outline: none;
    display:inline-block;
    line-height:36px;
    box-sizing:border-box;
    vertical-align:middle;
}
.totalFigure div.FigureNum button:hover{
	background-color: #33b4db;
}
.totalFigure div.checkOrder{
	float:right;
}



.modalWrap{
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 1000;
    background-color: rgba(0, 0, 0, 0.65);
    display:none;
}
.modal{
    font-size: 14px;
    padding: 20px;
    width: 360px;
    margin: 100px auto 0;
    background-color: #fff;
    border-radius: 4px;
    overflow: hidden;
    text-align: center;
}
.modalTitle{
	width:100%;
	height:50px;
	line-height:50px;
	font-size:16px;
	font-weight:bold;
	color:#49ccf4;
}
.modalContent{
	width:100%;
}
.modalContent:after{
	content:'';
	display:block;
	clear:both;
}
.dialogList{
	width:50%;
	height:30px;
	line-height:30px;
	float:left;
    border: 1px solid #eee;
    box-sizing: border-box;
    color: #666;
}
.contactList{
	width:100%;
	text-indent:28px;
	font-size:14px;
	color:#666;
	text-align: left;
}
.dialogList .dialogKey{
}
.dialogList .dialogValue{
}

/****结账台页面样式列表****/
.AmountBox{
	width:100%;
	height:88px;
	background-color:#ff871d;
	text-align:center;
	font-size:26px;
	font-weight:bold;
	color:#fff;
	line-height:88px;
}
.PayListBox{
	width:100%;
	max-width:1320px;
	margin:30px auto;	
}
.PayListBox table{
	width:100%;
}
.PayListBox table thead tr{
	height:70px;
	background-color:#f3f2f2;
	font-size:18px;
}
.PayListBox table tbody tr{
	height:40px;
	font-size:14px;
	text-align:center;
	color:#666;
}
.payMentBox{
	width:100%;
	max-width:1320px;
	margin:0 auto;
	text-align:center;
}
.payMentBox:after{
	content:'';
	display:block;
	clear:both;
}
.payMentBox .payMentColumn{
	width:33.33%;
	float:left;
	
}
.payMentBox .payMentColumn .payMentTitle{
	width:200px;
	height:50px;
	line-height:50px;
	margin:0 auto;
	background-repeat:no-repeat;
	background-position:40px center;
	text-indent:40px;
}
.payMentBox .payMentColumn .payMentTitle.payMentTitleWechart{
	background-image:url(../imgFolder/ordersubmitbywechart.png);
}
.payMentBox .payMentColumn .payMentTitle.payMentTitleAlipay{
	background-image:url(../imgFolder/ordersubmitbyalipay.png);
}
.payMentBox .payMentColumn .payMentTitle.payMentTitleBank{
	background-image:url(../imgFolder/ordersubmitbybank.png);
}
.payMentBox .payMentColumn .payMentContent{
	width:200px; 
	margin:15px auto;
	height:200px;
	line-height:200px;
	overflow:hidden;
	display:block;
}
.payMentBox .payMentColumn .payMentContent img{
	vertical-align:middle;
}
.payMentBox .payMentColumn .payMentContent.payMentContentWechart{
	border:1px solid #60b53e;
}
.payMentBox .payMentColumn .payMentContent.payMentContentAlipay{
	border:1px solid #23a6ed;
	cursor:pointer;
}
.payMentBox .payMentColumn .payMentContent.payMentContentBank{
	width:100%;
	line-height:1.5em;
}
.payMentContentBank .payMentBankText{
	margin:40px 0;
}
.payMentContentBank .payMentBankTips{
	margin:20px 0;
}
.ServiceTips{
	width:100%;
	max-width:1320px;
	margin:60px auto;
	text-align:center;
	line-height:2em;
}
.PriceTips{
	position: absolute;
	padding: 0 10px;
	background-color:rgba(0,0,0,0.5);
	color: #fff;
	line-height: 30px;
	display: none;
	z-index: 100;
}
.PriceTips.active{
	display: block;
}